2017-04-11 00:22:48 +00:00
|
|
|
{
|
2021-06-29 21:57:04 +00:00
|
|
|
"name": "tabby-terminal",
|
2023-04-23 17:22:38 +00:00
|
|
|
"version": "1.0.197-nightly.1",
|
2021-06-29 21:57:04 +00:00
|
|
|
"description": "Tabby's terminal emulation core",
|
2017-07-04 14:05:39 +00:00
|
|
|
"keywords": [
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-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",
|
2022-12-28 15:07:37 +00:00
|
|
|
"watch": "webpack --progress --color --watch",
|
2023-01-29 11:35:06 +00:00
|
|
|
"prepare": "patch-package"
|
2017-04-11 00:22:48 +00:00
|
|
|
},
|
2017-06-09 22:29:16 +00:00
|
|
|
"files": [
|
2023-04-23 15:40:17 +00:00
|
|
|
"dist",
|
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": {
|
2024-03-11 20:31:54 +00:00
|
|
|
"@xterm/addon-canvas": "^0.6.0",
|
|
|
|
"@xterm/addon-fit": "^0.9.0",
|
|
|
|
"@xterm/addon-image": "^0.7.0",
|
|
|
|
"@xterm/addon-ligatures": "^0.8.0",
|
|
|
|
"@xterm/addon-search": "^0.14.0",
|
|
|
|
"@xterm/addon-serialize": "^0.12.0",
|
|
|
|
"@xterm/addon-unicode11": "^0.7.0",
|
|
|
|
"@xterm/addon-webgl": "^0.17.0",
|
|
|
|
"@xterm/xterm": "^5.4.0",
|
2020-02-05 10:37:04 +00:00
|
|
|
"ansi-colors": "^4.1.1",
|
2021-07-13 18:19:28 +00:00
|
|
|
"binstring": "^0.2.1",
|
|
|
|
"buffer-replace": "^1.0.0",
|
|
|
|
"cli-spinner": "^0.2.10",
|
2017-04-11 20:45:59 +00:00
|
|
|
"dataurl": "0.1.0",
|
2021-07-13 18:19:28 +00:00
|
|
|
"hexer": "^1.5.0",
|
2023-02-26 19:42:31 +00:00
|
|
|
"ngx-colors": "^3.4.0",
|
2022-12-28 15:07:37 +00:00
|
|
|
"patch-package": "^6.5.0",
|
2019-06-07 20:52:41 +00:00
|
|
|
"runes": "^0.4.2",
|
2019-12-31 19:10:37 +00:00
|
|
|
"zmodem.js": "^0.1.9"
|
2017-04-11 00:22:48 +00:00
|
|
|
},
|
2017-04-11 20:45:59 +00:00
|
|
|
"peerDependencies": {
|
2023-04-23 15:57:05 +00:00
|
|
|
"@angular/animations": "^15",
|
|
|
|
"@angular/common": "^15",
|
|
|
|
"@angular/core": "^15",
|
|
|
|
"@angular/forms": "^15",
|
|
|
|
"@angular/platform-browser": "^15",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^14",
|
|
|
|
"rxjs": "^7",
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-core": "*",
|
|
|
|
"tabby-settings": "*"
|
2019-05-11 19:28:04 +00:00
|
|
|
}
|
2017-04-11 00:22:48 +00:00
|
|
|
}
|