UNPKG

tabby-highlight

Version:

Tabby terminal keyword highlight plugin, support text, regexp, javascript

68 lines (67 loc) 2.19 kB
{ "name": "tabby-highlight", "description": "Tabby terminal keyword highlight plugin, support text, regexp, javascript", "module": "index.ts", "main": "dist/index.js", "typings": "dist/index.d.ts", "type": "commonjs", "license": "MIT", "version": "3.0.0", "repository": { "url": "git+https://github.com/moemoechu/tabby-highlight.git" }, "author": { "name": "moemoechu" }, "keywords": [ "tabby-plugin", "highlight" ], "files": [ "dist" ], "scripts": { "build": "rm -rf dist && webpack --progress --color", "watch": "webpack --progress --color --watch", "deploy": "npm run build && rm -rf /mnt/hgfs/Tabby/data/plugins/node_modules/tabby-highlight && mkdir /mnt/hgfs/Tabby/data/plugins/node_modules/tabby-highlight && cp -r ./dist package.json /mnt/hgfs/Tabby/data/plugins/node_modules/tabby-highlight/", "prepublishOnly": "npm run build", "copyDeps": "cp -rf /mnt/hgfs/Tabby/resources/builtin-plugins/* ./node_modules/" }, "devDependencies": { "@angular/animations": "^15.2.10", "@angular/cdk": "^15.2.9", "@angular/common": "^15.2.10", "@angular/core": "^15.2.10", "@angular/forms": "^15.2.10", "@angular/platform-browser": "^15.2.10", "@codemirror/lang-javascript": "^6.2.4", "@codemirror/theme-one-dark": "^6.1.3", "@codemirror/view": "^6.38.1", "@ng-bootstrap/ng-bootstrap": "^14.2.0", "@types/color": "^4.2.0", "@types/js-beautify": "^1.14.3", "@types/lodash": "^4.17.20", "@types/uuid": "^9.0.8", "@types/webpack-env": "^1.18.5", "codemirror": "^6.0.2", "color": "^4.2.3", "css-loader": "^6.11.0", "html-loader": "^4.2.0", "js-beautify": "^1.15.4", "lodash": "^4.17.21", "ngx-toastr": "^16.2.0", "sass": "^1.90.0", "sass-loader": "^13.3.3", "style-loader": "^3.3.4", "tabby-core": "^1.0.197-nightly.1", "tabby-electron": "^1.0.197-nightly.1", "tabby-settings": "^1.0.197-nightly.1", "tabby-terminal": "^1.0.197-nightly.1", "ts-loader": "^9.5.2", "typescript": "^4.9.5", "utils-decorators": "^2.10.0", "uuid": "^9.0.1", "webpack": "^5.97.1", "webpack-cli": "^5.1.4" } }