str-util
Version:
convert full/half width, Chinese/Japanese number, 中日漢字轉換... others util helper
95 lines (94 loc) • 2.32 kB
JSON
{
"name": "str-util",
"version": "3.0.2",
"description": "convert full/half width, Chinese/Japanese number, 中日漢字轉換... others util helper",
"keywords": [
"char",
"character",
"characters",
"chinese",
"cjk",
"cn",
"cn2tw",
"codepage",
"conv",
"conversion",
"convert",
"fullwidth",
"halfwidth",
"han",
"han zi",
"hanja",
"japanese",
"jp2zhs",
"jp2zht",
"kanji",
"node-novel",
"number",
"simplified",
"str",
"str-util",
"string",
"traditional",
"transform",
"trim",
"tw",
"tw2cn",
"unicode",
"util",
"words",
"zh",
"zh2jp",
"zhs",
"zht"
],
"homepage": "https://github.com/bluelovers/ws-string/tree/master/packages/str-util#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-string/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-string.git",
"directory": "packages/str-util"
},
"license": "ISC",
"author": "bluelovers",
"main": "index.js",
"directories": {
"lib": "lib",
"doc": "docs",
"test": "test"
},
"scripts": {
"coverage": "yarn run test -- --coverage",
"test": "jest",
"test:jest": "jest --passWithNoTests",
"test:jest:snapshot": "yarn run test:jest -- -u",
"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 .",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort"
},
"dependencies": {
"@lazy-cjk/fullhalf": "^1.0.1",
"@lazy-cjk/japanese": "^1.2.34",
"@lazy-cjk/jp-table-comparison": "^1.0.30",
"@lazy-cjk/jp-table-convert": "^1.0.47",
"@lazy-cjk/str-util-char-code-at": "^1.0.1",
"@lazy-cjk/str-util-normalize": "^1.0.1",
"@lazy-cjk/str-util-trim": "^1.0.1",
"@lazy-cjk/zh2num": "^1.0.2",
"chinese-parseint2": "^2.0.6",
"cjk-conv": ">=1",
"deepmerge": "^4.3.1",
"is-fullwidth-code-point": "<4 >=3",
"strip-ansi": "<7 >=6",
"tslib": "^2",
"uni-string": "^2.0.7"
},
"gitHead": "929b82744fa31b4a565535d5d0835231d689e378"
}