UNPKG

cjk-conv

Version:

convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )

107 lines (106 loc) 3.55 kB
{ "name": "cjk-conv", "version": "1.2.150", "description": "convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )", "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/cjk-conv#readme", "bugs": { "url": "https://github.com/bluelovers/ws-regexp/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/ws-regexp.git", "directory": "packages/cjk-conv" }, "license": "ISC", "author": "bluelovers", "main": "index.js", "directories": { "lib": "lib", "test": "test" }, "scripts": { "coverage": "npx nyc npm run test", "pretest": "yarn run check", "test": "jest", "test:jest": "jest --passWithNoTests", "test:jest:snapshot": "yarn run test:jest -- -u", "test:snapshot": "yarn run test -- -u", "test:tsd": "ynpx tsd", "build-table": "ynpx @yarn-tool/fix-ws-links && yarn workspace @lazy-cjk/zh-convert-table run build && yarn workspace @lazy-cjk/zh-table-alias run build && yarn workspace @lazy-cjk/zh-convert run build && yarn workspace @lazy-cjk/zh-table-greedy run build && yarn workspace @lazy-cjk/static-build-zh-convert run build", "build-table:commit": "yarn workspace @lazy-cjk/zh-convert-table run build:commit && yarn workspace @lazy-cjk/zh-table-alias run build:commit && yarn workspace @lazy-cjk/zh-convert run build:commit && yarn workspace @lazy-cjk/zh-table-greedy run build:commit && yarn workspace @lazy-cjk/static-build-zh-convert run build:commit", "npm:publish": "npm publish", "npm:publish:lerna": "npx lerna publish --yes --cd-version patch", "preversion": "yarn run test && yarn run build-table:commit", "prepublish:lockfile": "npx sync-lockfile .", "prepublishOnly_": "yarn run test", "postpublish": "yarn run postpublishOnly:add", "postpublish_": "git commit -m \"chore(release): publish\" .", "postpublishOnly:add": "npx yarn-tool root run postpublishOnly:add cjk-conv", "check": "yarn run build-table && yarn run check:list", "check:list": "ts-node ./test/list.ts", "ncu": "npx yarn-tool ncu -u", "precommit": "yarn run build-table", "sort-package-json": "npx yarn-tool sort", "travis": "typedoc --options ./typedoc.config.js" }, "dependencies": { "@lazy-cjk/jp-table-alias": "^1.0.47", "@lazy-cjk/jp-table-comparison": "^1.0.32", "@lazy-cjk/jp-table-convert": "^1.0.52", "@lazy-cjk/jp-table-voice": "^1.0.40", "@lazy-cjk/novel-filename": "^1.0.57", "@lazy-cjk/util": "^1.0.20", "@lazy-cjk/zh-convert": "^1.0.55", "@lazy-cjk/zh-convert-table": "^1.0.27", "@lazy-cjk/zh-slugify": "^1.0.93", "@lazy-cjk/zh-table-alias": "^1.0.69", "@lazy-cjk/zh-table-greedy": "^1.0.95", "@lazy-cjk/zh-table-list": "^1.0.91", "tslib": ">=2", "uni-string": "^2.0.7" }, "gitHead": "a6b408eb4b5e7006ebb9b37819a8809ee72c3535" }