2017-11-27 18:30:59 +03:00
|
|
|
{
|
2021-06-30 00:57:04 +03:00
|
|
|
"name": "tabby-ssh",
|
2022-02-07 18:36:20 +03:00
|
|
|
"version": "1.0.171-nightly.3",
|
2021-07-04 17:48:48 +03:00
|
|
|
"description": "SSH connections for Tabby",
|
2017-11-27 18:30:59 +03:00
|
|
|
"keywords": [
|
2021-06-30 00:57:04 +03:00
|
|
|
"tabby-builtin-plugin"
|
2017-11-27 18:30:59 +03:00
|
|
|
],
|
|
|
|
"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",
|
2021-07-10 18:51:37 +03:00
|
|
|
"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": {
|
2021-07-08 07:24:47 +03:00
|
|
|
"@types/node": "16.0.1",
|
2021-06-12 02:18:07 +03:00
|
|
|
"@types/ssh2": "^0.5.46",
|
2020-02-16 23:26:01 +03:00
|
|
|
"ansi-colors": "^4.1.1",
|
2021-12-22 02:28:14 +03:00
|
|
|
"sshpk": "Eugeny/node-sshpk#d92ddb8def1778e876703f90cd6ff2c90900f390",
|
2021-05-15 19:51:53 +03:00
|
|
|
"strip-ansi": "^7.0.0"
|
2017-11-27 18:30:59 +03:00
|
|
|
},
|
2020-12-24 20:18:07 +03:00
|
|
|
"dependencies": {
|
2021-03-10 22:51:50 +03:00
|
|
|
"run-script-os": "^1.1.3",
|
2021-11-28 20:21:26 +03:00
|
|
|
"@luminati-io/socksv5": "^0.0.7"
|
2020-12-24 20:18:07 +03:00
|
|
|
},
|
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",
|
2021-06-30 00:57:04 +03:00
|
|
|
"tabby-core": "*",
|
|
|
|
"tabby-settings": "*",
|
|
|
|
"tabby-terminal": "*"
|
2017-11-27 18:30:59 +03:00
|
|
|
}
|
|
|
|
}
|