@lazy-cjk/cns-11643
Version:
CNS11643中文標準交換碼全字庫(簡稱全字庫)
70 lines (69 loc) • 2.27 kB
JSON
{
"name": "@lazy-cjk/cns-11643",
"version": "1.0.34",
"description": "CNS11643中文標準交換碼全字庫(簡稱全字庫)",
"keywords": [
"cns-11643",
"cns",
"11643",
"chinese",
"unicode",
"CNS11643",
"CNS11643中文標準交換碼全字庫",
"全字庫",
"中文標準交換碼",
"中文",
"標準交換碼",
"交換碼",
"zh",
"big5",
"uni",
"hex"
],
"homepage": "https://github.com/bluelovers/ws-regexp/tree/master/packages/@lazy-cjk/cns-11643#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/cns-11643"
},
"license": "ISC",
"author": "bluelovers",
"main": "index.js",
"scripts": {
"coverage": "npx nyc yarn run test",
"lint": "npx eslint **/*.ts",
"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",
"build": "yarn run build:download && yarn run build:unzip && yarn run build:data",
"build:cache": "ts-node ./test/script/build-cache.ts",
"build:data": "yarn run build:cache && yarn run build:zhuyin",
"build:download": "ts-node ./test/script/download.ts",
"build:unzip": "ts-node ./test/script/unzip.ts",
"build:zhuyin": "ts-node ./test/script/build-zhuyin.ts",
"npm:publish": "npm publish",
"npm:publish:lerna": "lerna publish --yes",
"preversion": "yarn run test",
"prepublish:lockfile": "npx sync-lockfile .",
"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": {
"tslib": ">=2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7804fe06cda102a7912e0955e38fd02687a1dd0f"
}