2017-04-11 00:22:48 +00:00
|
|
|
{
|
|
|
|
"name": "terminus-terminal",
|
2019-10-29 13:33:29 +00:00
|
|
|
"version": "1.0.93-nightly.0",
|
2017-04-11 00:22:48 +00:00
|
|
|
"description": "Terminus' terminal emulation core",
|
2017-07-04 14:05:39 +00:00
|
|
|
"keywords": [
|
2017-11-04 18:06:58 +00:00
|
|
|
"terminus-builtin-plugin"
|
2017-07-04 14:05:39 +00:00
|
|
|
],
|
2017-04-11 00:22:48 +00:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 11:45:15 +00:00
|
|
|
"typings": "typings/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": [
|
2019-06-30 21:08:30 +00:00
|
|
|
"typings"
|
2017-06-09 22:29:16 +00:00
|
|
|
],
|
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",
|
2019-02-17 11:32:37 +00:00
|
|
|
"@types/slug": "^0.9.1",
|
2017-04-11 20:45:59 +00:00
|
|
|
"dataurl": "0.1.0",
|
2019-08-29 04:28:34 +00:00
|
|
|
"deep-equal": "1.1.0",
|
2019-06-07 20:52:41 +00:00
|
|
|
"hterm-umdjs": "1.4.1",
|
|
|
|
"mz": "^2.6.0",
|
|
|
|
"ps-node": "^0.1.6",
|
|
|
|
"runes": "^0.4.2",
|
2019-05-24 15:59:47 +00:00
|
|
|
"slug": "^1.1.0",
|
2018-10-25 15:32:51 +00:00
|
|
|
"uuid": "^3.3.2",
|
2019-08-12 08:06:47 +00:00
|
|
|
"xterm": "3.15.0-beta98",
|
2019-09-18 11:06:49 +00:00
|
|
|
"xterm-addon-fit": "^0.3.0-beta2",
|
2019-09-11 13:13:01 +00:00
|
|
|
"xterm-addon-ligatures": "^0.2.0",
|
2019-09-20 09:55:37 +00:00
|
|
|
"xterm-addon-search": "^0.3.0-beta2",
|
2019-09-21 17:10:50 +00:00
|
|
|
"xterm-addon-webgl": "^0.3.0-beta2"
|
2017-04-11 00:22:48 +00:00
|
|
|
},
|
2017-04-11 20:45:59 +00:00
|
|
|
"peerDependencies": {
|
2019-07-04 09:32:24 +00: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 20:45:59 +00:00
|
|
|
"terminus-core": "*",
|
2017-07-15 16:15:49 +00:00
|
|
|
"terminus-settings": "*"
|
2019-05-11 19:28:04 +00:00
|
|
|
}
|
2017-04-11 00:22:48 +00:00
|
|
|
}
|