2017-04-11 02:22:48 +02:00
|
|
|
{
|
2021-06-29 23:57:04 +02:00
|
|
|
"name": "tabby-terminal",
|
2021-07-11 22:59:39 +02:00
|
|
|
"version": "1.0.147-nightly.2",
|
2021-06-29 23:57:04 +02:00
|
|
|
"description": "Tabby's terminal emulation core",
|
2017-07-04 10:05:39 -04:00
|
|
|
"keywords": [
|
2021-06-29 23:57:04 +02:00
|
|
|
"tabby-builtin-plugin"
|
2017-07-04 10:05:39 -04:00
|
|
|
],
|
2017-04-11 02:22:48 +02:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 13:45:15 +02:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-04-11 02:22:48 +02:00
|
|
|
"scripts": {
|
2017-04-11 22:45:59 +02:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
2017-04-11 02:22:48 +02:00
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
2017-06-10 00:29:16 +02:00
|
|
|
"files": [
|
2019-06-30 23:08:30 +02:00
|
|
|
"typings"
|
2017-06-10 00:29:16 +02:00
|
|
|
],
|
2017-04-11 02:22:48 +02:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
2021-04-08 22:26:47 +02:00
|
|
|
"dependencies": {
|
2021-04-08 22:38:18 +02:00
|
|
|
"hterm-umdjs": "1.4.1",
|
|
|
|
"opentype.js": "^1.3.3"
|
2021-04-08 22:26:47 +02:00
|
|
|
},
|
2017-04-11 02:22:48 +02:00
|
|
|
"devDependencies": {
|
2017-04-17 17:27:04 +02:00
|
|
|
"@types/deep-equal": "^1.0.0",
|
2021-05-16 15:44:04 +02:00
|
|
|
"@types/shell-escape": "^0.2.0",
|
2020-02-05 13:37:04 +03:00
|
|
|
"ansi-colors": "^4.1.1",
|
2017-04-11 22:45:59 +02:00
|
|
|
"dataurl": "0.1.0",
|
2021-05-13 16:21:05 +00:00
|
|
|
"deep-equal": "2.0.5",
|
2019-06-07 22:52:41 +02:00
|
|
|
"ps-node": "^0.1.6",
|
2021-07-05 22:14:42 +02:00
|
|
|
"cli-spinner": "^0.2.10",
|
2019-06-07 22:52:41 +02:00
|
|
|
"runes": "^0.4.2",
|
2021-05-16 15:44:04 +02:00
|
|
|
"shell-escape": "^0.2.0",
|
2021-05-13 17:30:37 +02:00
|
|
|
"utils-decorators": "^1.8.1",
|
2020-07-27 15:55:24 +02:00
|
|
|
"xterm": "^4.9.0-beta.7",
|
2021-07-04 14:05:25 +02:00
|
|
|
"binstring": "^0.2.1",
|
|
|
|
"buffer-replace": "^1.0.0",
|
|
|
|
"hexer": "^1.5.0",
|
2021-02-07 13:44:08 +01:00
|
|
|
"xterm-addon-fit": "^0.5.0",
|
2021-05-12 04:17:53 +00:00
|
|
|
"xterm-addon-ligatures": "^0.5.0",
|
2021-02-07 13:44:08 +01:00
|
|
|
"xterm-addon-search": "^0.8.0",
|
2021-03-10 04:18:16 +00:00
|
|
|
"xterm-addon-serialize": "^0.5.0",
|
2020-07-27 15:55:24 +02:00
|
|
|
"xterm-addon-unicode11": "^0.2.0",
|
2021-05-12 07:15:22 +00:00
|
|
|
"xterm-addon-webgl": "^0.11.0",
|
2019-12-31 20:10:37 +01:00
|
|
|
"zmodem.js": "^0.1.9"
|
2017-04-11 02:22:48 +02:00
|
|
|
},
|
2017-04-11 22:45:59 +02:00
|
|
|
"peerDependencies": {
|
2020-12-23 22:45:47 +02: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 23:57:04 +02:00
|
|
|
"tabby-core": "*",
|
|
|
|
"tabby-settings": "*"
|
2019-05-11 21:28:04 +02:00
|
|
|
}
|
2017-04-11 02:22:48 +02:00
|
|
|
}
|