2017-11-27 16:30:59 +01:00
|
|
|
{
|
|
|
|
"name": "terminus-ssh",
|
2020-03-01 16:40:43 +01:00
|
|
|
"version": "1.0.104-nightly.0",
|
2017-11-27 16:30:59 +01:00
|
|
|
"description": "SSH connection manager for Terminus",
|
|
|
|
"keywords": [
|
|
|
|
"terminus-builtin-plugin"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
2019-06-06 13:45:15 +02:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-11-27 16:30:59 +01:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color",
|
2020-02-26 19:21:20 -05:00
|
|
|
"watch": "webpack --progress --color --watch",
|
|
|
|
"postinstall": "xcopy /i node_modules\\ssh2\\util\\pagent.exe util\\"
|
2017-11-27 16:30:59 +01:00
|
|
|
},
|
|
|
|
"files": [
|
2020-02-26 19:21:20 -05:00
|
|
|
"dist",
|
|
|
|
"util/pagent.exe"
|
2017-11-27 16:30:59 +01:00
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2019-10-26 19:10:52 +02:00
|
|
|
"@types/node": "12.7.3",
|
2017-11-27 16:30:59 +01:00
|
|
|
"@types/ssh2": "^0.5.35",
|
2020-02-16 21:26:01 +01:00
|
|
|
"ansi-colors": "^4.1.1",
|
|
|
|
"cli-spinner": "^0.2.10",
|
2019-06-07 22:52:41 +02:00
|
|
|
"ssh2": "^0.8.2",
|
2019-12-03 00:55:22 +01:00
|
|
|
"ssh2-streams": "^0.4.2",
|
2020-01-03 18:40:43 +01:00
|
|
|
"sshpk": "^1.16.1",
|
2020-03-01 11:17:11 +01:00
|
|
|
"temp": "^0.9.1",
|
2019-12-03 00:55:22 +01:00
|
|
|
"terminus-terminal": "^1.0.98-nightly.0"
|
2017-11-27 16:30:59 +01:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2019-07-04 11:32:24 +02:00
|
|
|
"@angular/common": "^7",
|
|
|
|
"@angular/core": "^7",
|
|
|
|
"@angular/forms": "^7",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^1",
|
|
|
|
"rxjs": "^5",
|
2017-11-27 16:30:59 +01:00
|
|
|
"terminus-core": "*",
|
|
|
|
"terminus-settings": "*",
|
|
|
|
"terminus-terminal": "*"
|
|
|
|
}
|
|
|
|
}
|