2017-04-11 03:22:48 +03:00
|
|
|
{
|
2021-06-30 00:57:04 +03:00
|
|
|
"name": "tabby-terminal",
|
2023-04-23 20:22:38 +03:00
|
|
|
"version": "1.0.197-nightly.1",
|
2021-06-30 00:57:04 +03:00
|
|
|
"description": "Tabby's terminal emulation core",
|
2017-07-04 17:05:39 +03:00
|
|
|
"keywords": [
|
2021-06-30 00:57:04 +03:00
|
|
|
"tabby-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",
|
2022-12-28 18:07:37 +03:00
|
|
|
"watch": "webpack --progress --color --watch",
|
2023-01-29 14:35:06 +03:00
|
|
|
"prepare": "patch-package"
|
2017-04-11 03:22:48 +03:00
|
|
|
},
|
2017-06-10 01:29:16 +03:00
|
|
|
"files": [
|
2023-04-23 18:40:17 +03:00
|
|
|
"dist",
|
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": {
|
2024-03-11 23:31:54 +03: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 13:37:04 +03:00
|
|
|
"ansi-colors": "^4.1.1",
|
2021-07-13 21:19:28 +03:00
|
|
|
"binstring": "^0.2.1",
|
|
|
|
"buffer-replace": "^1.0.0",
|
|
|
|
"cli-spinner": "^0.2.10",
|
2017-04-11 23:45:59 +03:00
|
|
|
"dataurl": "0.1.0",
|
2021-07-13 21:19:28 +03:00
|
|
|
"hexer": "^1.5.0",
|
2023-02-26 22:42:31 +03:00
|
|
|
"ngx-colors": "^3.4.0",
|
2022-12-28 18:07:37 +03:00
|
|
|
"patch-package": "^6.5.0",
|
2019-06-07 23:52:41 +03:00
|
|
|
"runes": "^0.4.2",
|
2019-12-31 22:10:37 +03:00
|
|
|
"zmodem.js": "^0.1.9"
|
2017-04-11 03:22:48 +03:00
|
|
|
},
|
2017-04-11 23:45:59 +03:00
|
|
|
"peerDependencies": {
|
2023-04-23 18:57:05 +03: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-30 00:57:04 +03:00
|
|
|
"tabby-core": "*",
|
|
|
|
"tabby-settings": "*"
|
2019-05-11 22:28:04 +03:00
|
|
|
}
|
2017-04-11 03:22:48 +03:00
|
|
|
}
|