tabby/tabby-terminal/package.json

55 lines
1.4 KiB
JSON
Raw Normal View History

2017-04-11 00:22:48 +00:00
{
2021-06-29 21:57:04 +00:00
"name": "tabby-terminal",
2021-07-01 20:56:23 +00:00
"version": "1.0.144",
2021-06-29 21:57:04 +00:00
"description": "Tabby's terminal emulation core",
"keywords": [
2021-06-29 21:57:04 +00:00
"tabby-builtin-plugin"
],
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",
2017-04-11 00:22:48 +00:00
"watch": "webpack --progress --color --watch"
},
2017-06-09 22:29:16 +00:00
"files": [
"typings"
2017-06-09 22:29:16 +00:00
],
2017-04-11 00:22:48 +00:00
"author": "Eugene Pankov",
"license": "MIT",
2021-04-08 20:26:47 +00:00
"dependencies": {
2021-04-08 20:38:18 +00:00
"hterm-umdjs": "1.4.1",
"opentype.js": "^1.3.3"
2021-04-08 20:26:47 +00:00
},
2017-04-11 00:22:48 +00:00
"devDependencies": {
2017-04-17 15:27:04 +00:00
"@types/deep-equal": "^1.0.0",
"@types/shell-escape": "^0.2.0",
2020-02-05 10:37:04 +00:00
"ansi-colors": "^4.1.1",
2017-04-11 20:45:59 +00:00
"dataurl": "0.1.0",
"deep-equal": "2.0.5",
2019-06-07 20:52:41 +00:00
"ps-node": "^0.1.6",
"runes": "^0.4.2",
"shell-escape": "^0.2.0",
2020-03-01 16:02:49 +00:00
"slugify": "^1.4.0",
2021-05-13 15:30:37 +00:00
"utils-decorators": "^1.8.1",
2020-07-27 13:55:24 +00:00
"xterm": "^4.9.0-beta.7",
2021-02-07 12:44:08 +00:00
"xterm-addon-fit": "^0.5.0",
"xterm-addon-ligatures": "^0.5.0",
2021-02-07 12:44:08 +00:00
"xterm-addon-search": "^0.8.0",
"xterm-addon-serialize": "^0.5.0",
2020-07-27 13:55:24 +00:00
"xterm-addon-unicode11": "^0.2.0",
"xterm-addon-webgl": "^0.11.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": {
"@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
}