first commit
This commit is contained in:
71
build/node_modules/ssh2-streams/package.json
generated
vendored
Normal file
71
build/node_modules/ssh2-streams/package.json
generated
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"_from": "ssh2-streams@^0.1.8",
|
||||
"_id": "ssh2-streams@0.1.20",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-URGNFUVV31Rp7h9n4M8efoosDjo=",
|
||||
"_location": "/ssh2-streams",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "ssh2-streams@^0.1.8",
|
||||
"name": "ssh2-streams",
|
||||
"escapedName": "ssh2-streams",
|
||||
"rawSpec": "^0.1.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sftp-promises",
|
||||
"/ssh2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ssh2-streams/-/ssh2-streams-0.1.20.tgz",
|
||||
"_shasum": "51118d154555df5469ee1f67e0cf1e7e8a2c0e3a",
|
||||
"_spec": "ssh2-streams@^0.1.8",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/sftp-promises",
|
||||
"author": {
|
||||
"name": "Brian White",
|
||||
"email": "mscdex@mscdex.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mscdex/ssh2-streams/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"asn1": "~0.2.0",
|
||||
"semver": "^5.1.0",
|
||||
"streamsearch": "~0.1.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "SSH2 and SFTP(v3) client/server protocol streams for node.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"homepage": "https://github.com/mscdex/ssh2-streams#readme",
|
||||
"keywords": [
|
||||
"ssh",
|
||||
"ssh2",
|
||||
"sftp",
|
||||
"secure",
|
||||
"protocol",
|
||||
"streams",
|
||||
"client",
|
||||
"server"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/mscdex/ssh2-streams/raw/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "./index",
|
||||
"name": "ssh2-streams",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/mscdex/ssh2-streams.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/test.js"
|
||||
},
|
||||
"version": "0.1.20"
|
||||
}
|
||||
Reference in New Issue
Block a user