2017-04-11 03:22:48 +03:00
|
|
|
{
|
|
|
|
"name": "terminus-terminal",
|
2019-03-19 00:02:23 +03:00
|
|
|
"version": "1.0.73-c4-ga7d62b0",
|
2017-04-11 03:22:48 +03:00
|
|
|
"description": "Terminus' terminal emulation core",
|
2017-07-04 17:05:39 +03:00
|
|
|
"keywords": [
|
2017-11-04 21:06:58 +03:00
|
|
|
"terminus-builtin-plugin"
|
2017-07-04 17:05:39 +03:00
|
|
|
],
|
2017-04-11 03:22:48 +03:00
|
|
|
"main": "dist/index.js",
|
2018-12-10 19:18:23 +03:00
|
|
|
"typings": "dist/src/index.d.ts",
|
2017-04-11 03:22:48 +03:00
|
|
|
"scripts": {
|
2017-04-11 23:45:59 +03:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
2017-04-11 03:22:48 +03:00
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
2017-06-10 01:29:16 +03:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2017-04-11 03:22:48 +03:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2017-04-17 18:27:04 +03:00
|
|
|
"@types/deep-equal": "^1.0.0",
|
2019-05-24 18:54:28 +03:00
|
|
|
"@types/mz": "0.0.32",
|
2019-05-31 09:00:46 +03:00
|
|
|
"@types/node": "12.0.4",
|
2019-02-17 14:32:37 +03:00
|
|
|
"@types/slug": "^0.9.1",
|
2019-05-24 18:13:33 +03:00
|
|
|
"@types/webpack-env": "1.13.9",
|
2017-04-11 23:45:59 +03:00
|
|
|
"dataurl": "0.1.0",
|
2017-07-15 19:15:49 +03:00
|
|
|
"deep-equal": "1.0.1",
|
2018-08-26 14:15:00 +03:00
|
|
|
"file-loader": "^0.11.2",
|
2019-05-24 18:59:47 +03:00
|
|
|
"slug": "^1.1.0",
|
2018-10-25 18:32:51 +03:00
|
|
|
"uuid": "^3.3.2",
|
2019-05-24 18:16:05 +03:00
|
|
|
"xterm": "3.13.2",
|
2019-04-28 13:55:13 +03:00
|
|
|
"xterm-addon-ligatures": "^0.1.0-beta-2"
|
2017-04-11 03:22:48 +03:00
|
|
|
},
|
2017-04-11 23:45:59 +03:00
|
|
|
"peerDependencies": {
|
2017-04-11 03:22:48 +03:00
|
|
|
"@angular/common": "4.0.1",
|
|
|
|
"@angular/core": "4.0.1",
|
|
|
|
"@angular/forms": "4.0.1",
|
|
|
|
"@angular/platform-browser": "4.0.1",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
|
2017-07-15 19:15:49 +03:00
|
|
|
"rxjs": "5.3.0",
|
2017-04-11 23:45:59 +03:00
|
|
|
"terminus-core": "*",
|
2017-07-15 19:15:49 +03:00
|
|
|
"terminus-settings": "*"
|
2017-04-11 23:45:59 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-05-03 23:06:21 +03:00
|
|
|
"fontmanager-redux": "0.3.2",
|
2018-09-12 00:44:04 +03:00
|
|
|
"hterm-umdjs": "1.4.1",
|
2017-04-24 22:26:59 +03:00
|
|
|
"mz": "^2.6.0",
|
2019-05-24 20:48:31 +03:00
|
|
|
"node-pty": "^0.9.0-beta9",
|
2017-07-24 15:48:16 +03:00
|
|
|
"ps-node": "^0.1.6",
|
2019-03-04 00:56:58 +03:00
|
|
|
"runes": "^0.4.2"
|
2017-06-10 01:29:16 +03:00
|
|
|
},
|
2018-10-23 14:55:22 +03:00
|
|
|
"optionalDependencies": {
|
2019-05-24 20:48:31 +03:00
|
|
|
"@terminus-term/windows-process-tree": "^0.2.4",
|
2019-05-03 23:06:21 +03:00
|
|
|
"macos-native-processlist": "^1.0.1",
|
2019-05-24 20:48:31 +03:00
|
|
|
"windows-native-registry": "^1.0.14"
|
2019-05-11 22:28:04 +03:00
|
|
|
}
|
2017-04-11 03:22:48 +03:00
|
|
|
}
|