-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
73 lines (73 loc) · 1.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ssh2-promise",
"version": "1.0.3",
"description": "Promise wrapper around SSH2 library",
"main": "lib/index.js",
"types": "lib/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 spec/*-spec.*",
"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": {
"@heroku/socksv5": "^0.0.9",
"ssh2": "^1.10.0"
},
"devDependencies": {
"@types/jasmine": "^2.8.9",
"@types/node": "^16.7.1",
"@types/ssh2": "0.5.52",
"@types/ssh2-streams": "0.1.9",
"gulp": "^3.9.1",
"gulp-typescript": "^3.2.3",
"jasmine": "^2.8.0",
"mock-stdin": "^0.3.1",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
},
"resolutions": {
"mixin-deep": "^1.3.2",
"set-value": "^4.0.1",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"lodash.merge": "^4.6.2",
"minimist": "^1.2.6",
"kind-of": "^6.0.3",
"minimatch": "^3.0.4",
"glob-parent": "^5.1.2",
"braces": "^2.3.1",
"ini": "^1.3.6"
}
}