2017-04-11 08:22:48 +08:00
|
|
|
{
|
|
|
|
|
"name": "terminus-terminal",
|
2019-07-01 05:08:30 +08:00
|
|
|
"version": "1.0.83-nightly.4",
|
2017-04-11 08:22:48 +08:00
|
|
|
"description": "Terminus' terminal emulation core",
|
2017-07-04 22:05:39 +08:00
|
|
|
"keywords": [
|
2017-11-05 02:06:58 +08:00
|
|
|
"terminus-builtin-plugin"
|
2017-07-04 22:05:39 +08:00
|
|
|
],
|
2017-04-11 08:22:48 +08:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 19:45:15 +08:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-04-11 08:22:48 +08:00
|
|
|
"scripts": {
|
2017-04-12 04:45:59 +08:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
2017-04-11 08:22:48 +08:00
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
|
},
|
2017-06-10 06:29:16 +08:00
|
|
|
"files": [
|
2019-07-01 05:08:30 +08:00
|
|
|
"typings"
|
2017-06-10 06:29:16 +08:00
|
|
|
],
|
2017-04-11 08:22:48 +08:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2017-04-17 23:27:04 +08:00
|
|
|
"@types/deep-equal": "^1.0.0",
|
2019-05-24 23:54:28 +08:00
|
|
|
"@types/mz": "0.0.32",
|
2019-06-24 14:25:49 +08:00
|
|
|
"@types/node": "12.0.10",
|
2019-02-17 19:32:37 +08:00
|
|
|
"@types/slug": "^0.9.1",
|
2019-06-06 20:32:50 +08:00
|
|
|
"@types/webpack-env": "1.13.9",
|
2017-04-12 04:45:59 +08:00
|
|
|
"dataurl": "0.1.0",
|
2017-07-16 00:15:49 +08:00
|
|
|
"deep-equal": "1.0.1",
|
2018-08-26 19:15:00 +08:00
|
|
|
"file-loader": "^0.11.2",
|
2019-06-08 04:52:41 +08:00
|
|
|
"hterm-umdjs": "1.4.1",
|
|
|
|
|
"mz": "^2.6.0",
|
|
|
|
|
"ps-node": "^0.1.6",
|
|
|
|
|
"runes": "^0.4.2",
|
2019-05-24 23:59:47 +08:00
|
|
|
"slug": "^1.1.0",
|
2018-10-25 23:32:51 +08:00
|
|
|
"uuid": "^3.3.2",
|
2019-07-01 12:36:34 +08:00
|
|
|
"xterm": "3.15.0-beta65",
|
2019-06-13 20:26:02 +08:00
|
|
|
"xterm-addon-fit": "^0.1.0-beta3",
|
|
|
|
|
"xterm-addon-ligatures": "^0.1.0-beta-2",
|
2019-07-03 12:24:48 +08:00
|
|
|
"xterm-addon-search": "^0.2.0-beta1",
|
2019-06-28 12:27:28 +08:00
|
|
|
"xterm-addon-webgl": "^0.2.0-beta1"
|
2017-04-11 08:22:48 +08:00
|
|
|
},
|
2017-04-12 04:45:59 +08:00
|
|
|
"peerDependencies": {
|
2017-04-11 08:22:48 +08: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-16 00:15:49 +08:00
|
|
|
"rxjs": "5.3.0",
|
2017-04-12 04:45:59 +08:00
|
|
|
"terminus-core": "*",
|
2017-07-16 00:15:49 +08:00
|
|
|
"terminus-settings": "*"
|
2019-05-12 03:28:04 +08:00
|
|
|
}
|
2017-04-11 08:22:48 +08:00
|
|
|
}
|