File: /var/www/zaklada/html/node_modules/ssh2/package.json
{
"_args": [
[
"ssh2@0.3.6",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "ssh2@0.3.6",
"_id": "ssh2@0.3.6",
"_inBundle": false,
"_integrity": "sha1-SQNENK7jgh7l/CK5UggeeAH/ku0=",
"_location": "/ssh2",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "ssh2@0.3.6",
"name": "ssh2",
"escapedName": "ssh2",
"rawSpec": "0.3.6",
"saveSpec": null,
"fetchSpec": "0.3.6"
},
"_requiredBy": [
"/gulp-sftp"
],
"_resolved": "https://registry.npmjs.org/ssh2/-/ssh2-0.3.6.tgz",
"_spec": "0.3.6",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Brian White",
"email": "mscdex@mscdex.net"
},
"bugs": {
"url": "https://github.com/mscdex/ssh2/issues"
},
"dependencies": {
"asn1": "0.2.1",
"readable-stream": "1.0.27-1",
"streamsearch": "0.1.2"
},
"description": "An SSH2 client module written in pure JavaScript for node.js",
"engines": {
"node": ">=0.8.7"
},
"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/Connection",
"name": "ssh2",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mscdex/ssh2.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "0.3.6"
}