2017-04-11 02:22:48 +02:00
|
|
|
{
|
|
|
|
"name": "terminus-terminal",
|
2020-03-01 16:40:43 +01:00
|
|
|
"version": "1.0.104-nightly.0",
|
2017-04-11 02:22:48 +02:00
|
|
|
"description": "Terminus' terminal emulation core",
|
2017-07-04 10:05:39 -04:00
|
|
|
"keywords": [
|
2017-11-04 19:06:58 +01:00
|
|
|
"terminus-builtin-plugin"
|
2017-07-04 10:05:39 -04:00
|
|
|
],
|
2017-04-11 02:22:48 +02:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 13:45:15 +02:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-04-11 02:22:48 +02:00
|
|
|
"scripts": {
|
2017-04-11 22:45:59 +02:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
2017-04-11 02:22:48 +02:00
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
2017-06-10 00:29:16 +02:00
|
|
|
"files": [
|
2019-06-30 23:08:30 +02:00
|
|
|
"typings"
|
2017-06-10 00:29:16 +02:00
|
|
|
],
|
2017-04-11 02:22:48 +02:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2017-04-17 17:27:04 +02:00
|
|
|
"@types/deep-equal": "^1.0.0",
|
2020-02-05 13:37:04 +03:00
|
|
|
"ansi-colors": "^4.1.1",
|
2017-04-11 22:45:59 +02:00
|
|
|
"dataurl": "0.1.0",
|
2019-12-29 20:19:07 +01:00
|
|
|
"deep-equal": "1.1.0",
|
2019-06-07 22:52:41 +02:00
|
|
|
"hterm-umdjs": "1.4.1",
|
|
|
|
"mz": "^2.6.0",
|
|
|
|
"ps-node": "^0.1.6",
|
|
|
|
"runes": "^0.4.2",
|
2020-03-01 17:02:49 +01:00
|
|
|
"slugify": "^1.4.0",
|
2020-07-27 15:55:24 +02:00
|
|
|
"xterm": "^4.9.0-beta.7",
|
2020-04-19 16:06:59 +02:00
|
|
|
"xterm-addon-fit": "^0.4.0-beta.8",
|
2020-07-14 04:20:15 +00:00
|
|
|
"xterm-addon-ligatures": "^0.4.0-beta.5",
|
2020-07-27 15:55:24 +02:00
|
|
|
"xterm-addon-search": "^0.7.0-beta.2",
|
|
|
|
"xterm-addon-serialize": "^0.3.0",
|
|
|
|
"xterm-addon-unicode11": "^0.2.0",
|
2020-06-12 04:17:36 +00:00
|
|
|
"xterm-addon-webgl": "^0.8.0",
|
2019-12-31 20:10:37 +01:00
|
|
|
"zmodem.js": "^0.1.9"
|
2017-04-11 02:22:48 +02:00
|
|
|
},
|
2017-04-11 22:45:59 +02:00
|
|
|
"peerDependencies": {
|
2019-07-04 11:32:24 +02:00
|
|
|
"@angular/animations": "^7",
|
|
|
|
"@angular/common": "^7",
|
|
|
|
"@angular/core": "^7",
|
|
|
|
"@angular/forms": "^7",
|
|
|
|
"@angular/platform-browser": "^7",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^1",
|
|
|
|
"rxjs": "^5",
|
2017-04-11 22:45:59 +02:00
|
|
|
"terminus-core": "*",
|
2017-07-15 18:15:49 +02:00
|
|
|
"terminus-settings": "*"
|
2019-05-11 21:28:04 +02:00
|
|
|
}
|
2017-04-11 02:22:48 +02:00
|
|
|
}
|