2017-04-11 08:22:48 +08:00
|
|
|
{
|
2021-06-30 05:57:04 +08:00
|
|
|
"name": "tabby-terminal",
|
2022-02-07 23:36:20 +08:00
|
|
|
"version": "1.0.171-nightly.3",
|
2021-06-30 05:57:04 +08:00
|
|
|
"description": "Tabby's terminal emulation core",
|
2017-07-04 22:05:39 +08:00
|
|
|
"keywords": [
|
2021-06-30 05:57:04 +08:00
|
|
|
"tabby-builtin-plugin"
|
2017-07-04 22:05:39 +08:00
|
|
|
],
|
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": [
|
2019-07-01 05:08:30 +08:00
|
|
|
"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-03-13 04:14:15 +08:00
|
|
|
"xterm": "npm:@tabby-gang/xterm@^4.17.1-beta.2",
|
2021-02-07 20:44:08 +08:00
|
|
|
"xterm-addon-fit": "^0.5.0",
|
2021-05-12 12:17:53 +08:00
|
|
|
"xterm-addon-ligatures": "^0.5.0",
|
2021-12-23 04:16:45 +08:00
|
|
|
"xterm-addon-search": "^0.8.2",
|
2021-11-06 17:31:51 +08:00
|
|
|
"xterm-addon-serialize": "^0.6.1",
|
2021-09-10 05:07:18 +08:00
|
|
|
"xterm-addon-unicode11": "^0.3.0",
|
2022-02-04 01:33:09 +08:00
|
|
|
"xterm-addon-webgl": "^0.12.0-beta.24",
|
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": {
|
2020-12-24 04:45:47 +08: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-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
|
|
|
}
|