UNPKG

xterm-addon-search-bar

Version:

[![Build Status](https://github.com/yinshuxun/xterm-addon-search-bar/workflows/ci/badge.svg?branch=master&event=push)](https://github.com/yinshuxun/xterm-addon-search-bar/actions) [![Build Status](https://github.com/yinshuxun/xterm-addon-search-bar/workfl

94 lines (93 loc) 2.53 kB
{ "name": "xterm-addon-search-bar", "version": "0.2.0", "global": "SearchBarAddon", "main": "lib/xterm-addon-search-bar.js", "module": "lib/xterm-addon-search-bar.esm.js", "unpkg": "lib/xterm-addon-search-bar.min.js", "types": "typings/index.d.ts", "keywords": [ "xterm", "xterm-addon", "search-bar", "xterm-search-addon", "xterm-search-bar-addon" ], "author": "yinshuxun", "url": "https://github.com/yinshuxun/xterm-addon-search-bar", "license": "MIT", "scripts": { "cz": "git-cz", "clean": "rimraf lib", "start": "yarn run clean && cross-env NODE_ENV=development rollup -w -c scripts/rollup.config.dev.js", "build": "yarn run clean && cross-env NODE_ENV=production rollup -c scripts/rollup.config.prod.js", "test": "jest", "release": "standard-version" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "config": { "commitizen": { "path": "node_modules/cz-customizable" } }, "lint-staged": { "src/**/*.ts": [ "prettier --write", "git add" ] }, "files": [ "src", "lib", "typings" ], "peerDependencies": { "xterm": "^4.4.0", "xterm-addon-search": "^0.5.0" }, "dependencies": { "babel-runtime": "^6.26.0", "rxjs-compat": "^6.5.4" }, "devDependencies": { "@commitlint/cli": "^8.3.4", "@commitlint/config-conventional": "^8.3.4", "ansi_up": "^4.0.4", "babel-core": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-stage-2": "^6.24.1", "commitizen": "^4.0.3", "commitlint-config-cz": "^0.12.1", "cross-env": "^6.0.3", "cz-customizable": "^5.2.0", "husky": "^3.1.0", "jest": "^22.0.4", "lint-staged": "^6.0.0", "monaco-editor": "^0.19.0", "prettier": "^1.9.2", "rimraf": "^2.6.2", "rollup": "^0.53.3", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^8.2.6", "rollup-plugin-filesize": "^1.5.0", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-postcss": "^2.0.6", "rollup-plugin-replace": "^2.0.0", "rollup-plugin-serve": "^0.4.2", "rollup-plugin-typescript2": "^0.26.0", "rollup-plugin-uglify": "^2.0.1", "serve": "^10.0.2", "standard-version": "^4.3.0", "typescript": "^3.7.4", "uglify-es": "^3.3.4", "xterm": "^4.4.0", "xterm-addon-search": "^0.5.0" } }