2016-12-23 09:06:53 +00:00
|
|
|
{
|
2020-11-16 20:33:13 +00:00
|
|
|
"name": "terminus",
|
2017-04-29 22:25:01 +00:00
|
|
|
"description": "A terminal for a modern age",
|
2018-11-28 20:26:15 +00:00
|
|
|
"repository": "https://github.com/eugeny/terminus",
|
2017-06-09 22:29:16 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Eugene Pankov",
|
|
|
|
"email": "e@ajenti.org"
|
|
|
|
},
|
2018-08-26 15:35:04 +00:00
|
|
|
"main": "dist/main.js",
|
2017-06-20 20:11:08 +00:00
|
|
|
"version": "1.0.0-alpha.1",
|
2017-04-15 13:20:18 +00:00
|
|
|
"scripts": {
|
2017-06-24 13:20:42 +00:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
2017-04-15 13:20:18 +00:00
|
|
|
},
|
2016-12-23 09:06:53 +00:00
|
|
|
"dependencies": {
|
2020-05-26 15:19:45 +00:00
|
|
|
"@angular/animations": "9.1.9",
|
2020-06-17 04:19:49 +00:00
|
|
|
"@angular/common": "9.1.11",
|
2020-05-26 15:19:45 +00:00
|
|
|
"@angular/compiler": "9.1.9",
|
|
|
|
"@angular/core": "9.1.9",
|
2020-06-19 04:17:10 +00:00
|
|
|
"@angular/forms": "9.1.11",
|
2020-05-26 15:19:45 +00:00
|
|
|
"@angular/platform-browser": "9.1.9",
|
|
|
|
"@angular/platform-browser-dynamic": "9.1.9",
|
2020-05-02 12:06:06 +00:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
2017-03-20 16:46:25 +00:00
|
|
|
"devtron": "1.4.0",
|
2019-05-24 19:00:52 +00:00
|
|
|
"electron-config": "2.0.0",
|
2019-07-01 04:39:01 +00:00
|
|
|
"electron-debug": "^3.0.1",
|
2019-05-24 16:57:43 +00:00
|
|
|
"electron-is-dev": "1.1.0",
|
2019-09-29 13:38:20 +00:00
|
|
|
"fontmanager-redux": "0.4.0",
|
2020-06-14 14:16:00 +00:00
|
|
|
"glasstron": "sentialx/Glasstron#n-api",
|
2020-05-26 14:52:51 +00:00
|
|
|
"js-yaml": "3.14.0",
|
2020-06-05 08:32:24 +00:00
|
|
|
"keytar": "^6.0.1",
|
2019-05-24 15:47:45 +00:00
|
|
|
"mz": "^2.7.0",
|
2020-04-02 04:22:18 +00:00
|
|
|
"ngx-toastr": "^12.0.1",
|
2020-08-23 14:02:56 +00:00
|
|
|
"@terminus-term/node-pty": "0.10.0-beta9",
|
2019-08-07 13:16:31 +00:00
|
|
|
"npm": "6.9.0",
|
2017-04-11 20:45:59 +00:00
|
|
|
"path": "0.12.7",
|
2020-04-03 04:18:12 +00:00
|
|
|
"rxjs": "^6.5.5",
|
2020-07-02 04:22:04 +00:00
|
|
|
"rxjs-compat": "^6.6.0",
|
2020-07-28 04:20:35 +00:00
|
|
|
"yargs": "^15.4.1",
|
2020-03-18 04:19:26 +00:00
|
|
|
"zone.js": "^0.10.3"
|
2017-06-27 21:35:19 +00:00
|
|
|
},
|
2018-10-05 18:20:21 +00:00
|
|
|
"optionalDependencies": {
|
2020-08-15 18:46:50 +00:00
|
|
|
"macos-native-processlist": "^2.0.0",
|
2020-05-11 04:22:52 +00:00
|
|
|
"serialport": "^9.0.0",
|
2019-05-06 12:09:30 +00:00
|
|
|
"windows-blurbehind": "^1.0.1",
|
2020-08-15 18:46:50 +00:00
|
|
|
"windows-native-registry": "^3.0.0",
|
2020-06-14 14:16:00 +00:00
|
|
|
"windows-process-tree": "^0.2.4"
|
2018-10-05 18:20:21 +00:00
|
|
|
},
|
2017-06-27 21:35:19 +00:00
|
|
|
"devDependencies": {
|
2019-11-25 11:10:29 +00:00
|
|
|
"@types/mz": "0.0.32",
|
2019-10-26 17:10:52 +00:00
|
|
|
"@types/node": "12.7.12",
|
2020-06-08 07:13:06 +00:00
|
|
|
"node-abi": "^2.18.0"
|
2020-11-21 18:53:17 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"terminus-core": "*",
|
|
|
|
"terminus-settings": "*",
|
|
|
|
"terminus-serial": "*",
|
|
|
|
"terminus-plugin-manager": "*",
|
|
|
|
"terminus-community-color-schemes": "*",
|
|
|
|
"terminus-ssh": "*",
|
|
|
|
"terminus-terminal": "*"
|
|
|
|
}
|
2016-12-23 09:06:53 +00:00
|
|
|
}
|