tabby/terminus-terminal/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2017-04-11 00:22:48 +00:00
{
"name": "terminus-terminal",
2019-01-10 11:44:12 +00:00
"version": "1.0.68-c17-g8b64a81",
2017-04-11 00:22:48 +00:00
"description": "Terminus' terminal emulation core",
"keywords": [
2017-11-04 18:06:58 +00:00
"terminus-builtin-plugin"
],
2017-04-11 00:22:48 +00:00
"main": "dist/index.js",
2018-12-10 16:18:23 +00:00
"typings": "dist/src/index.d.ts",
2017-04-11 00:22:48 +00:00
"scripts": {
2017-04-11 20:45:59 +00:00
"build": "webpack --progress --color --display-modules",
2017-04-11 00:22:48 +00:00
"watch": "webpack --progress --color --watch"
},
2017-06-09 22:29:16 +00:00
"files": [
"dist"
],
2017-04-11 00:22:48 +00:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2017-04-17 15:27:04 +00:00
"@types/deep-equal": "^1.0.0",
2017-04-24 19:26:59 +00:00
"@types/mz": "0.0.31",
2017-04-11 00:22:48 +00:00
"@types/node": "7.0.12",
2019-02-17 11:32:37 +00:00
"@types/slug": "^0.9.1",
2017-04-11 00:22:48 +00:00
"@types/webpack-env": "1.13.0",
2017-04-11 20:45:59 +00:00
"dataurl": "0.1.0",
"deep-equal": "1.0.1",
2018-08-26 11:15:00 +00:00
"file-loader": "^0.11.2",
2019-02-17 11:32:37 +00:00
"slug": "^0.9.3",
2018-10-25 15:32:51 +00:00
"uuid": "^3.3.2",
2019-01-16 16:16:06 +00:00
"xterm": "3.10.1",
2018-10-26 15:57:31 +00:00
"xterm-addon-ligatures-tmp": "^0.1.0-beta-1"
2017-04-11 00:22:48 +00:00
},
2017-04-11 20:45:59 +00:00
"peerDependencies": {
2017-04-11 00:22:48 +00: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",
"rxjs": "5.3.0",
2017-04-11 20:45:59 +00:00
"terminus-core": "*",
"terminus-settings": "*"
2017-04-11 20:45:59 +00:00
},
"dependencies": {
2018-06-03 16:45:17 +00:00
"font-manager": "0.3.0",
2018-09-11 21:44:04 +00:00
"hterm-umdjs": "1.4.1",
2017-04-24 19:26:59 +00:00
"mz": "^2.6.0",
2019-01-16 16:25:43 +00:00
"node-pty": "^0.8.0",
2017-07-24 12:48:16 +00:00
"ps-node": "^0.1.6",
2019-03-03 21:56:58 +00:00
"runes": "^0.4.2"
2017-06-09 22:29:16 +00:00
},
2018-10-23 11:55:22 +00:00
"optionalDependencies": {
2018-10-27 11:25:51 +00:00
"macos-native-processlist": "^1.0.0",
2019-03-03 21:56:58 +00:00
"windows-native-registry": "^1.0.6",
2018-10-27 11:25:51 +00:00
"windows-process-tree": "^0.2.3"
2018-10-23 11:55:22 +00:00
},
2017-06-09 22:29:16 +00:00
"false": {}
2017-04-11 00:22:48 +00:00
}