2017-04-11 03:22:48 +03:00
|
|
|
{
|
|
|
|
"name": "terminus-terminal",
|
2019-12-03 02:55:22 +03:00
|
|
|
"version": "1.0.98-nightly.0",
|
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",
|
2019-06-06 14:45:15 +03:00
|
|
|
"typings": "typings/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": [
|
2019-07-01 00:08:30 +03:00
|
|
|
"typings"
|
2017-06-10 01:29:16 +03:00
|
|
|
],
|
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-02-17 14:32:37 +03:00
|
|
|
"@types/slug": "^0.9.1",
|
2017-04-11 23:45:59 +03:00
|
|
|
"dataurl": "0.1.0",
|
2019-08-29 07:28:34 +03:00
|
|
|
"deep-equal": "1.1.0",
|
2019-06-07 23:52:41 +03:00
|
|
|
"hterm-umdjs": "1.4.1",
|
|
|
|
"mz": "^2.6.0",
|
|
|
|
"ps-node": "^0.1.6",
|
|
|
|
"runes": "^0.4.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-11-26 02:38:52 +03:00
|
|
|
"xterm": "4.3.0-beta.30",
|
|
|
|
"xterm-addon-fit": "^0.4.0-beta2",
|
2019-11-26 02:02:12 +03:00
|
|
|
"xterm-addon-ligatures": "^0.2.1",
|
2019-11-26 02:38:52 +03:00
|
|
|
"xterm-addon-search": "^0.4.0-beta5",
|
|
|
|
"xterm-addon-webgl": "^0.4.0-beta.15"
|
2017-04-11 03:22:48 +03:00
|
|
|
},
|
2017-04-11 23:45:59 +03:00
|
|
|
"peerDependencies": {
|
2019-07-04 12:32:24 +03: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 23:45:59 +03:00
|
|
|
"terminus-core": "*",
|
2017-07-15 19:15:49 +03:00
|
|
|
"terminus-settings": "*"
|
2019-05-11 22:28:04 +03:00
|
|
|
}
|
2017-04-11 03:22:48 +03:00
|
|
|
}
|