@lazy-cjk/util
Version:
91 lines (90 loc) • 2.26 kB
JSON
{
"name": "@lazy-cjk/util",
"version": "1.0.20",
"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/util#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/util"
},
"license": "ISC",
"author": "bluelovers",
"main": "index.js",
"scripts": {
"coverage": "npx nyc yarn run test",
"lint": "npx eslint **/*.ts",
"test": "echo \"Error: no test specified\"",
"test:jest": "jest",
"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",
"npm:publish": "npm publish",
"npm:publish:lerna": "lerna publish --yes",
"preversion": "yarn run test",
"prepublish:lockfile": "npx sync-lockfile .",
"prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
"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",
"uni-string": "^2.0.7"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7804fe06cda102a7912e0955e38fd02687a1dd0f"
}