2017-11-27 18:30:59 +03:00
|
|
|
{
|
|
|
|
"name": "terminus-ssh",
|
2020-12-24 16:03:14 +03:00
|
|
|
"version": "1.0.123-nightly.0",
|
2017-11-27 18:30:59 +03:00
|
|
|
"description": "SSH connection manager for Terminus",
|
|
|
|
"keywords": [
|
|
|
|
"terminus-builtin-plugin"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
2019-06-06 14:45:15 +03:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-11-27 18:30:59 +03:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color",
|
2020-02-27 03:21:20 +03:00
|
|
|
"watch": "webpack --progress --color --watch",
|
2020-12-13 14:21:28 +03:00
|
|
|
"postinstall": "run-script-os",
|
|
|
|
"postinstall:darwin:linux": "exit",
|
|
|
|
"postinstall:win32": "xcopy /i /y node_modules\\ssh2\\util\\pagent.exe util\\"
|
2017-11-27 18:30:59 +03:00
|
|
|
},
|
|
|
|
"files": [
|
2020-02-27 03:21:20 +03:00
|
|
|
"dist",
|
|
|
|
"util/pagent.exe"
|
2017-11-27 18:30:59 +03:00
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2020-12-23 23:45:47 +03:00
|
|
|
"@types/node": "14.14.14",
|
2017-11-27 18:30:59 +03:00
|
|
|
"@types/ssh2": "^0.5.35",
|
2020-02-16 23:26:01 +03:00
|
|
|
"ansi-colors": "^4.1.1",
|
|
|
|
"cli-spinner": "^0.2.10",
|
2020-12-06 19:27:45 +03:00
|
|
|
"run-script-os": "^1.1.3",
|
2020-12-13 15:36:37 +03:00
|
|
|
"ssh2": "^0.8.9",
|
2020-10-16 16:53:41 +03:00
|
|
|
"ssh2-streams": "Eugeny/ssh2-streams#75f6d3425d071ac73a18fd46e2f5e738bfe897c5",
|
2020-01-03 20:40:43 +03:00
|
|
|
"sshpk": "^1.16.1",
|
2020-12-13 15:36:37 +03:00
|
|
|
"strip-ansi": "^6.0.0",
|
2020-12-23 23:45:47 +03:00
|
|
|
"temp": "^0.9.1"
|
2017-11-27 18:30:59 +03:00
|
|
|
},
|
2020-12-24 20:18:07 +03:00
|
|
|
"dependencies": {
|
|
|
|
"socksv5": "^0.0.6"
|
|
|
|
},
|
2017-11-27 18:30:59 +03:00
|
|
|
"peerDependencies": {
|
2020-12-23 23:45:47 +03:00
|
|
|
"@angular/animations": "^9.1.9",
|
|
|
|
"@angular/common": "^9.1.11",
|
|
|
|
"@angular/core": "^9.1.9",
|
|
|
|
"@angular/forms": "^9.1.11",
|
|
|
|
"@angular/platform-browser": "^9.1.11",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
|
|
|
"rxjs": "^6.5.5",
|
2017-11-27 18:30:59 +03:00
|
|
|
"terminus-core": "*",
|
|
|
|
"terminus-settings": "*",
|
|
|
|
"terminus-terminal": "*"
|
|
|
|
}
|
|
|
|
}
|