-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
106 lines (106 loc) · 3.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "cjk-conv",
"version": "1.2.149",
"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.46",
"@lazy-cjk/jp-table-comparison": "^1.0.32",
"@lazy-cjk/jp-table-convert": "^1.0.51",
"@lazy-cjk/jp-table-voice": "^1.0.40",
"@lazy-cjk/novel-filename": "^1.0.56",
"@lazy-cjk/util": "^1.0.20",
"@lazy-cjk/zh-convert": "^1.0.54",
"@lazy-cjk/zh-convert-table": "^1.0.26",
"@lazy-cjk/zh-slugify": "^1.0.92",
"@lazy-cjk/zh-table-alias": "^1.0.68",
"@lazy-cjk/zh-table-greedy": "^1.0.94",
"@lazy-cjk/zh-table-list": "^1.0.90",
"tslib": ">=2",
"uni-string": "^2.0.7"
},
"gitHead": "6ba1fb06770d29bdd7f0747551359a22052ab771"
}