tabby/tabby-terminal/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

2017-04-11 08:22:48 +08:00
{
2021-06-30 05:57:04 +08:00
"name": "tabby-terminal",
2022-11-08 05:57:40 +08:00
"version": "1.0.187-nightly.1",
2021-06-30 05:57:04 +08:00
"description": "Tabby's terminal emulation core",
"keywords": [
2021-06-30 05:57:04 +08:00
"tabby-builtin-plugin"
],
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": [
"typings"
2017-06-10 06:29:16 +08:00
],
2017-04-11 08:22:48 +08:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2020-02-05 18:37:04 +08:00
"ansi-colors": "^4.1.1",
2021-07-14 02:19:28 +08:00
"binstring": "^0.2.1",
"buffer-replace": "^1.0.0",
"cli-spinner": "^0.2.10",
2017-04-12 04:45:59 +08:00
"dataurl": "0.1.0",
2021-07-14 02:19:28 +08:00
"hexer": "^1.5.0",
2022-03-16 17:26:34 +08:00
"ngx-colors": "^3.0.4",
2019-06-08 04:52:41 +08:00
"ps-node": "^0.1.6",
"runes": "^0.4.2",
2022-09-28 03:16:48 +08:00
"xterm": "^5.0.0",
"xterm-addon-canvas": "^0.2.0",
2022-10-22 02:40:44 +08:00
"xterm-addon-fit": "^0.6.0",
2022-10-03 02:02:53 +08:00
"xterm-addon-image": "^0.2.0",
2022-10-22 02:40:44 +08:00
"xterm-addon-ligatures": "^0.6.0",
2022-10-03 02:02:53 +08:00
"xterm-addon-search": "^0.10.0",
"xterm-addon-serialize": "^0.8.0",
2022-10-22 02:40:44 +08:00
"xterm-addon-unicode11": "^0.4.0",
2022-10-03 02:02:53 +08:00
"xterm-addon-webgl": "^0.13.0",
2020-01-01 03:10:37 +08:00
"zmodem.js": "^0.1.9"
2017-04-11 08:22:48 +08:00
},
2017-04-12 04:45:59 +08:00
"peerDependencies": {
"@angular/animations": "^9.1.9",
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.9",
"@angular/forms": "^9.1.11",
"@angular/platform-browser": "^9.1.11",
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
"rxjs": "^6.5.5",
2021-06-30 05:57:04 +08:00
"tabby-core": "*",
"tabby-settings": "*"
2019-05-12 03:28:04 +08:00
}
2017-04-11 08:22:48 +08:00
}