UNPKG

regexp-cjk

Version:

Generate JavaScript-compatible regular expressions with chinese/jp/zh/cn

109 lines (108 loc) 2.55 kB
{ "name": "regexp-cjk", "version": "3.3.117", "description": "Generate JavaScript-compatible regular expressions with chinese/jp/zh/cn", "keywords": [ "big5", "char", "character", "characters", "charset", "check", "chinese", "cjk", "cn", "cn2tw", "conv", "conversion", "convert", "emit", "euc-jp", "event", "expression", "gb2312", "gbk", "generator", "hanja", "hanzi", "hook", "is", "japanese", "javascript", "jp2zhs", "jp2zht", "kanji", "match", "node-novel", "on", "parse", "re", "regex", "regexp", "regular", "regular expression", "simplified", "str-util", "test", "tool", "traditional", "transform", "tw", "tw2cn", "type", "unicode", "util", "words", "zh", "zh2jp", "zhs", "zht" ], "homepage": "https://github.com/bluelovers/ws-regexp/tree/master/packages/regexp-cjk#readme", "bugs": { "url": "https://github.com/bluelovers/ws-regexp/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/ws-regexp.git", "directory": "packages/regexp-cjk" }, "license": "ISC", "author": "bluelovers", "main": "index.js", "directories": { "lib": "lib", "test": "test" }, "scripts": { "coverage": "npx nyc yarn run test", "test": "yarn run test:local", "test:jest": "jest --passWithNoTests", "test:jest:snapshot": "yarn run test:jest -- -u", "test:local": "jest", "test:snapshot": "yarn run test -- -u", "test:tsd": "ynpx tsd", "npm:publish": "npm publish", "npm:publish:lerna": "npx lerna publish --yes --cd-version patch", "preversion": "yarn run test", "prepublish:lockfile": "npx sync-lockfile .", "prepublishOnly_": "yarn run test", "postpublish": "yarn run postpublishOnly:add", "postpublish_": "echo postpublish && node ./script/publish-after", "postpublishOnly:add": "npx yarn-tool root run postpublishOnly:add regexp-cjk", "local-link": "yarn link cjk-conv", "ncu": "npx yarn-tool ncu -u", "sort-package-json": "npx yarn-tool sort" }, "dependencies": { "@lazy-cjk/zh-table-list": "^1.0.91", "array-hyper-unique": "^2.1.6", "lodash": "^4.17.21", "regexp-helper": "^1.0.43", "regexp-parser-event": "^1.1.47", "regexp-parser-literal": "^1.1.40", "regexp-range": "^2.0.7", "tslib": ">=2" }, "gitHead": "a6b408eb4b5e7006ebb9b37819a8809ee72c3535" }