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.
69 lines
1.5 KiB
69 lines
1.5 KiB
{
|
|
"_from": "ssh2@^0.8.9",
|
|
"_id": "ssh2@0.8.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-VNo6bEuj2vDYR3pTikgTJgkYFfM=",
|
|
"_location": "/ssh2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ssh2@^0.8.9",
|
|
"name": "ssh2",
|
|
"escapedName": "ssh2",
|
|
"rawSpec": "^0.8.9",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.8.9"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/ssh2/download/ssh2-0.8.9.tgz",
|
|
"_shasum": "54da3a6c4ba3daf0d8477a538a481326091815f3",
|
|
"_spec": "ssh2@^0.8.9",
|
|
"_where": "C:\\Users\\PC\\.CocosCreator\\packages\\sftp",
|
|
"author": {
|
|
"name": "Brian White",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mscdex/ssh2/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ssh2-streams": "~0.4.10"
|
|
},
|
|
"deprecated": false,
|
|
"description": "SSH2 client and server modules written in pure JavaScript for node.js",
|
|
"engines": {
|
|
"node": ">=5.2.0"
|
|
},
|
|
"homepage": "https://github.com/mscdex/ssh2#readme",
|
|
"keywords": [
|
|
"ssh",
|
|
"ssh2",
|
|
"sftp",
|
|
"secure",
|
|
"shell",
|
|
"exec",
|
|
"remote",
|
|
"client"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/mscdex/ssh2/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "./lib/client",
|
|
"name": "ssh2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/mscdex/ssh2.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"version": "0.8.9"
|
|
}
|
|
|