You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.7 KiB
70 lines
1.7 KiB
{
|
|
"_from": "ssh2-streams@~0.4.10",
|
|
"_id": "ssh2-streams@0.4.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-SO9+ig452PKSHDBSHVbayzHSOjQ=",
|
|
"_location": "/ssh2-streams",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ssh2-streams@~0.4.10",
|
|
"name": "ssh2-streams",
|
|
"escapedName": "ssh2-streams",
|
|
"rawSpec": "~0.4.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~0.4.10"
|
|
},
|
|
"_requiredBy": [
|
|
"/ssh2"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/ssh2-streams/download/ssh2-streams-0.4.10.tgz",
|
|
"_shasum": "48ef7e8a0e39d8f2921c30521d56dacb31d23a34",
|
|
"_spec": "ssh2-streams@~0.4.10",
|
|
"_where": "C:\\Users\\PC\\.CocosCreator\\packages\\sftp\\node_modules\\ssh2",
|
|
"author": {
|
|
"name": "Brian White",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mscdex/ssh2-streams/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"asn1": "~0.2.0",
|
|
"bcrypt-pbkdf": "^1.0.2",
|
|
"streamsearch": "~0.1.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "SSH2 and SFTP(v3) client/server protocol streams for node.js",
|
|
"engines": {
|
|
"node": ">=5.2.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.4.10"
|
|
}
|
|
|