2017-04-11 00:22:48 +00:00
|
|
|
{
|
2021-06-29 21:57:04 +00:00
|
|
|
"name": "tabby-terminal",
|
2023-01-29 09:46:35 +00:00
|
|
|
"version": "1.0.189-nightly.0",
|
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": [
|
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": {
|
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",
|
2022-03-16 09:26:34 +00:00
|
|
|
"ngx-colors": "^3.0.4",
|
2022-12-28 15:07:37 +00:00
|
|
|
"patch-package": "^6.5.0",
|
2019-06-07 20:52:41 +00:00
|
|
|
"ps-node": "^0.1.6",
|
|
|
|
"runes": "^0.4.2",
|
2022-12-28 15:07:37 +00:00
|
|
|
"xterm": "^5.1.0",
|
|
|
|
"xterm-addon-canvas": "^0.3.0",
|
|
|
|
"xterm-addon-fit": "^0.7.0",
|
|
|
|
"xterm-addon-image": "^0.3.1",
|
2022-10-21 18:40:44 +00:00
|
|
|
"xterm-addon-ligatures": "^0.6.0",
|
2022-12-28 15:07:37 +00:00
|
|
|
"xterm-addon-search": "^0.11.0",
|
|
|
|
"xterm-addon-serialize": "^0.9.0",
|
|
|
|
"xterm-addon-unicode11": "^0.5.0",
|
|
|
|
"xterm-addon-webgl": "^0.14.0",
|
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": {
|
2020-12-23 20:45:47 +00:00
|
|
|
"@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-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
|
|
|
}
|