mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "tabby-terminal",
|
|
"version": "1.0.171-nightly.4",
|
|
"description": "Tabby's terminal emulation core",
|
|
"keywords": [
|
|
"tabby-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"typings"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"ansi-colors": "^4.1.1",
|
|
"binstring": "^0.2.1",
|
|
"buffer-replace": "^1.0.0",
|
|
"cli-spinner": "^0.2.10",
|
|
"dataurl": "0.1.0",
|
|
"hexer": "^1.5.0",
|
|
"ngx-colors": "^3.0.4",
|
|
"ps-node": "^0.1.6",
|
|
"runes": "^0.4.2",
|
|
"xterm": "^5.0.0",
|
|
"xterm-addon-canvas": "^0.2.0",
|
|
"xterm-addon-fit": "^0.6.0",
|
|
"xterm-addon-image": "^0.2.0",
|
|
"xterm-addon-ligatures": "^0.6.0",
|
|
"xterm-addon-search": "^0.10.0",
|
|
"xterm-addon-serialize": "^0.8.0",
|
|
"xterm-addon-unicode11": "^0.4.0",
|
|
"xterm-addon-webgl": "^0.13.0",
|
|
"zmodem.js": "^0.1.9"
|
|
},
|
|
"peerDependencies": {
|
|
"@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",
|
|
"tabby-core": "*",
|
|
"tabby-settings": "*"
|
|
}
|
|
}
|