mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-15 06:30:13 +08:00
3f8ee9b4fc
Bumps [xterm](https://github.com/xtermjs/xterm.js) from 3.15.0-beta58 to 3.15.0-beta61. - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "terminus-terminal",
|
|
"version": "1.0.73-c4-ga7d62b0",
|
|
"description": "Terminus' terminal emulation core",
|
|
"keywords": [
|
|
"terminus-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/deep-equal": "^1.0.0",
|
|
"@types/mz": "0.0.32",
|
|
"@types/node": "12.0.10",
|
|
"@types/slug": "^0.9.1",
|
|
"@types/webpack-env": "1.13.9",
|
|
"dataurl": "0.1.0",
|
|
"deep-equal": "1.0.1",
|
|
"file-loader": "^0.11.2",
|
|
"hterm-umdjs": "1.4.1",
|
|
"mz": "^2.6.0",
|
|
"ps-node": "^0.1.6",
|
|
"runes": "^0.4.2",
|
|
"slug": "^1.1.0",
|
|
"uuid": "^3.3.2",
|
|
"xterm": "3.15.0-beta61",
|
|
"xterm-addon-fit": "^0.1.0-beta3",
|
|
"xterm-addon-ligatures": "^0.1.0-beta-2",
|
|
"xterm-addon-search": "^0.1.0-beta6",
|
|
"xterm-addon-webgl": "^0.2.0-beta1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "4.0.1",
|
|
"@angular/core": "4.0.1",
|
|
"@angular/forms": "4.0.1",
|
|
"@angular/platform-browser": "4.0.1",
|
|
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
|
|
"rxjs": "5.3.0",
|
|
"terminus-core": "*",
|
|
"terminus-settings": "*"
|
|
},
|
|
"dependencies": {
|
|
"fontmanager-redux": "0.3.2",
|
|
"node-pty": "^0.9.0-beta9"
|
|
},
|
|
"optionalDependencies": {
|
|
"@terminus-term/windows-process-tree": "^0.2.4",
|
|
"macos-native-processlist": "^1.0.1",
|
|
"windows-native-registry": "^1.0.14"
|
|
}
|
|
}
|