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",
|
2021-01-28 20:52:11 +00:00
|
|
|
"private": true,
|
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": {
|
2021-05-16 11:53:13 +00:00
|
|
|
"@angular/animations": "^12.0.0",
|
|
|
|
"@angular/common": "^12.0.0",
|
|
|
|
"@angular/compiler": "^12.0.0",
|
|
|
|
"@angular/core": "^12.0.0",
|
|
|
|
"@angular/forms": "^12.0.0",
|
|
|
|
"@angular/platform-browser": "^12.0.0",
|
|
|
|
"@angular/platform-browser-dynamic": "^12.0.0",
|
2021-05-12 08:29:56 +00:00
|
|
|
"@electron/remote": "1.0.4",
|
2021-05-16 11:53:13 +00:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^9.1.1",
|
2021-05-12 08:29:56 +00:00
|
|
|
"@terminus-term/node-pty": "0.10.0-terminus.3",
|
2021-04-08 20:26:47 +00:00
|
|
|
"any-promise": "^1.3.0",
|
2019-05-24 19:00:52 +00:00
|
|
|
"electron-config": "2.0.0",
|
2021-01-28 20:52:11 +00:00
|
|
|
"electron-debug": "^3.2.0",
|
2021-01-01 21:27:20 +00:00
|
|
|
"electron-promise-ipc": "^2.2.4",
|
2020-12-23 20:45:47 +00:00
|
|
|
"fontmanager-redux": "1.0.0",
|
2021-03-01 20:15:11 +00:00
|
|
|
"glasstron": "0.0.7",
|
2021-05-12 07:28:10 +00:00
|
|
|
"js-yaml": "4.1.0",
|
2021-05-12 07:47:21 +00:00
|
|
|
"keytar": "^7.7.0",
|
2019-05-24 15:47:45 +00:00
|
|
|
"mz": "^2.7.0",
|
2021-02-06 15:45:38 +00:00
|
|
|
"native-process-working-directory": "^1.0.2",
|
2021-05-18 04:02:57 +00:00
|
|
|
"ngx-toastr": "^14.0.0",
|
2021-01-01 21:27:20 +00:00
|
|
|
"npm": "6",
|
2021-05-24 20:45:27 +00:00
|
|
|
"rxjs": "^7.1.0",
|
2021-06-04 20:54:12 +00:00
|
|
|
"ssh2": "^1.1.0",
|
2021-05-15 17:26:25 +00:00
|
|
|
"yargs": "^17.0.1",
|
2021-02-24 04:17:15 +00:00
|
|
|
"zone.js": "^0.11.4"
|
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",
|
2021-05-31 04:02:34 +00:00
|
|
|
"serialport": "^9.1.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",
|
2021-04-12 04:26:09 +00:00
|
|
|
"windows-process-tree": "^0.3.0"
|
2018-10-05 18:20:21 +00:00
|
|
|
},
|
2017-06-27 21:35:19 +00:00
|
|
|
"devDependencies": {
|
2021-03-10 19:48:21 +00:00
|
|
|
"@types/mz": "2.7.3",
|
2021-06-05 17:32:24 +00:00
|
|
|
"@types/node": "15.12.1",
|
2021-06-18 20:25:40 +00:00
|
|
|
"ngx-filesize": "^2.0.16",
|
2021-05-28 18:10:06 +00:00
|
|
|
"node-abi": "^2.30.0",
|
2021-01-01 17:25:54 +00:00
|
|
|
"source-map-support": "^0.5.19"
|
2020-11-21 18:53:17 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-12-24 13:03:14 +00:00
|
|
|
"terminus-community-color-schemes": "*",
|
2020-11-21 18:53:17 +00:00
|
|
|
"terminus-core": "*",
|
2021-05-24 15:48:12 +00:00
|
|
|
"terminus-electron": "*",
|
2021-05-16 15:36:33 +00:00
|
|
|
"terminus-local": "*",
|
2020-11-21 18:53:17 +00:00
|
|
|
"terminus-plugin-manager": "*",
|
2020-12-24 13:03:14 +00:00
|
|
|
"terminus-serial": "*",
|
|
|
|
"terminus-settings": "*",
|
2020-11-21 18:53:17 +00:00
|
|
|
"terminus-ssh": "*",
|
|
|
|
"terminus-terminal": "*"
|
2021-03-03 19:58:33 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"*/node-abi": "^2.20.0"
|
2020-12-24 13:03:14 +00:00
|
|
|
}
|
2016-12-23 09:06:53 +00:00
|
|
|
}
|