64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"_from": "sftp-promises",
|
|
"_id": "sftp-promises@1.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-EMhHjVKASVRMIlLY/Qg5/JOyZgSlsiO4emdlhUsQAGMkHY/FZ/j9Ltn7kbBQkrKWJBTZ0wOvntpMjz4IGwxLqw==",
|
|
"_location": "/sftp-promises",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "sftp-promises",
|
|
"name": "sftp-promises",
|
|
"escapedName": "sftp-promises",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sftp-promises/-/sftp-promises-1.4.2.tgz",
|
|
"_shasum": "46b4285bc427e998dbfb185692620d7be65c54c1",
|
|
"_spec": "sftp-promises",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "Dave Sanderson"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/brokenbot/sftp-promises/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ssh2": "^0.5.1",
|
|
"ssh2-streams": "^0.1.8"
|
|
},
|
|
"deprecated": false,
|
|
"description": "SFTP Promise wrapper for ssh2 SFTP commands",
|
|
"devDependencies": {
|
|
"chai": "^3.3.0",
|
|
"chai-as-promised": "^6.0.0",
|
|
"mocha": "^3.0.2",
|
|
"standard": "^9.0.2"
|
|
},
|
|
"homepage": "https://github.com/brokenbot/sftp-promises#readme",
|
|
"keywords": [
|
|
"sftp",
|
|
"promises",
|
|
"ssh2"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "index.js",
|
|
"name": "sftp-promises",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/brokenbot/sftp-promises.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "istanbul cover _mocha -- -R spec",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.4.2"
|
|
}
|