UNPKG

@lazy-cjk/zh-table-greedy

Version:
98 lines (97 loc) 2.69 kB
{ "name": "@lazy-cjk/zh-table-greedy", "version": "1.0.95", "description": "搜尋字串用的漢字貪婪轉換表", "keywords": [ "char", "character", "characters", "chinese", "cjk", "cjk-conv", "regexp-cjk", "cn", "cn2tw", "conv", "conversion", "convert", "greedy", "hanja", "hanzi", "japanese", "jp2zhs", "jp2zht", "kanji", "node-novel", "regex", "regexp", "regular", "regular expression", "simplified", "slugify", "str-util", "table", "traditional", "transform", "tw", "tw2cn", "unicode", "util", "words", "zh", "zh-cn", "zh-tw", "zh2jp", "zhs", "zht" ], "homepage": "https://github.com/bluelovers/ws-regexp/tree/master/packages/@lazy-cjk/zh-table-greedy#readme", "bugs": { "url": "https://github.com/bluelovers/ws-regexp/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/ws-regexp.git", "directory": "packages/@lazy-cjk/zh-table-greedy" }, "license": "ISC", "author": "bluelovers", "main": "index.js", "scripts": { "coverage": "npx nyc yarn run test", "lint": "npx eslint **/*.ts", "pretest": "yarn run build", "test": "yarn run test:jest", "test:jest": "jest -u", "test:jest:coverage": "yarn run test:jest -- --coverage", "test:jest:snapshot": "yarn run test:jest -- -u", "test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", "test:snapshot": "yarn run test -- -u", "test:tsd": "ynpx tsd", "prebuild": "ynpx build-ts-file -- ./lib/table/re.ts", "build": "ts-node ./test/script/build-cache.ts && yarn run build:tsc && yarn run build:check", "build:check": "jest ./test/check.spec.ts -u", "build:commit": "ts-node ./test/script/build-commit.ts", "build:tsc": "ts-node ./test/script/build-ts.ts", "npm:publish": "npm publish", "npm:publish:lerna": "lerna publish --yes", "preversion": "yarn run test", "prepublish:lockfile": "npx sync-lockfile .", "prepublishOnly:lerna": "yarn run test && yarn run build:commit", "postpublish_": "git commit -m \"chore(release): publish\" .", "ncu": "npx yarn-tool ncu -u", "sort-package-json": "npx yarn-tool sort", "tsc:default": "tsc -p tsconfig.json", "tsc:esm": "tsc -p tsconfig.esm.json", "tsc:showConfig": "ynpx get-current-tsconfig -p" }, "dependencies": { "array-hyper-unique": "^2.1.6", "tslib": ">=2", "uni-string": "^2.0.7" }, "publishConfig": { "access": "public" }, "gitHead": "a6b408eb4b5e7006ebb9b37819a8809ee72c3535" }