2023-10-03 11:14:36 +08:00
|
|
|
{ "name": "ssh2-streams",
|
|
|
|
"version": "0.1.20",
|
|
|
|
"author": "Brian White <mscdex@mscdex.net>",
|
|
|
|
"description": "SSH2 and SFTP(v3) client/server protocol streams for node.js",
|
|
|
|
"main": "./index",
|
|
|
|
"engines": { "node": ">=0.10.0" },
|
|
|
|
"dependencies": {
|
|
|
|
"streamsearch": "~0.1.2",
|
|
|
|
"asn1": "~0.2.0",
|
|
|
|
"semver": "^5.1.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "node test/test.js"
|
|
|
|
},
|
|
|
|
"keywords": [ "ssh", "ssh2", "sftp", "secure", "protocol", "streams", "client", "server" ],
|
|
|
|
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/ssh2-streams/raw/master/LICENSE" } ],
|
|
|
|
"repository" : { "type": "git", "url": "http://github.com/mscdex/ssh2-streams.git" }
|
|
|
|
}
|