@lazy-cjk/zh-table-alias
Version:
97 lines (96 loc) • 2.49 kB
JSON
{
"name": "@lazy-cjk/zh-table-alias",
"version": "1.0.69",
"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-alias#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-alias"
},
"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",
"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 -- ./test/raw/raw.ts",
"build": "ts-node ./test/script/build-cache.ts",
"build:commit": "ts-node ./test/script/build-commit.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"
},
"dependencies": {
"@lazy-cjk/jp-table-alias": "^1.0.47",
"@lazy-cjk/zh-convert": "^1.0.55",
"array-hyper-unique": "^2.1.6",
"deepmerge-plus": "^3.0.2",
"ts-type": "^3.0.1",
"tslib": ">=2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a6b408eb4b5e7006ebb9b37819a8809ee72c3535"
}