@thimal/ssh2-promise
Version:
Promise wrapper around SSH2 library
69 lines (68 loc) • 1.68 kB
JSON
{
"name": "@thimal/ssh2-promise",
"version": "0.1.9",
"description": "Promise wrapper around SSH2 library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"licenses": [{
"type": "MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
}],
"repository": {
"type": "git",
"url": "https://github.com/sanketbajoria/ssh2-promise"
},
"scripts": {
"build": "tsc",
"test": "ts-node node_modules/jasmine/bin/jasmine",
"prepare": "npm run build"
},
"keywords": [
"ssh2",
"ssh2 typescript",
"ssh2-promise",
"ssh-promise",
"sftp-promise",
"shell-promise",
"ssh promise",
"ssh tunnel",
"tunnel manager",
"ssh async await",
"tunnel async await",
"cache ssh",
"retry ssh",
"sftp promise",
"sftp async await",
"ssh2 typescript promise",
"tunnel typescript",
"typescript ssh2 async await"
],
"author": "Sanket Bajoria",
"license": "MIT",
"dependencies": {
"@thimal/socksv5": "^1.0.0",
"ssh2": "^0.8.9"
},
"devDependencies": {
"@types/node": "^8.5.5",
"@types/ssh2": "0.5.35",
"@types/jasmine": "^2.8.9",
"@types/ssh2-streams": "0.1.6",
"gulp": "^3.9.1",
"gulp-typescript": "^3.2.3",
"jasmine": "^2.8.0",
"mock-stdin": "^0.3.1",
"ts-node": "^7.0.1",
"typescript": "^2.6.2"
},
"resolutions": {
"mixin-deep": "^1.3.2",
"set-value": "^2.0.1",
"lodash": "^4.17.13",
"lodash.template": "^4.5.0",
"lodash.merge": "^4.6.2",
"minimist": "^1.2.5",
"kind-of": "^6.0.3",
"minimatch": "^3.0.4"
}
}