-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
238 lines (238 loc) · 9.56 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
{
"name": "@textlint/web-api",
"version": "1.0.0",
"description": "textlint web api on now",
"keywords": [
"server",
"textlint"
],
"engines": {
"node": ">=10.0.0"
},
"homepage": "https://github.com/textlint/web-api",
"bugs": {
"url": "https://github.com/textlint/web-api/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/web-api.git"
},
"license": "MIT",
"author": "azu",
"files": [
"bin/",
"lib/",
"src/",
"scripts/"
],
"main": "lib/web-api.js",
"types": "lib/web-api.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"start": "now",
"dev": "now dev",
"build": "cross-env NODE_ENV=production tsc -p .",
"clean": "rimraf lib/",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"test": "mocha \"test/**/*.ts\"",
"watch": "tsc -p . --watch",
"add-deps": "node --require ts-node/register ./scripts/add-deps.ts",
"updateTextlintRule": "node --require ts-node/register ./scripts/update-textlint-rule.ts"
},
"husky": {
"hooks": {
"precommit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"prettier --write",
"git add"
]
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4
},
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/express": "^4.17.0",
"@types/jsdom": "^12.2.4",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.8",
"@types/shell-escape": "^0.2.0",
"cross-env": "^5.2.0",
"husky": "^3.0.1",
"jsdom": "^15.1.1",
"libnpmsearch": "^2.0.2",
"lint-staged": "^9.2.0",
"mocha": "^6.2.0",
"node-fetch": "^2.6.0",
"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"shell-escape": "^0.2.0",
"ts-node": "^8.3.0",
"ts-node-test-register": "^8.0.1",
"typescript": "^3.5.3"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@0x6b/textlint-rule-normalize-whitespaces": "^1.1.0",
"@textlint-ja/textlint-rule-morpheme-match": "^1.0.2",
"@textlint-ja/textlint-rule-no-insert-dropping-sa": "^1.0.1",
"@textlint-ja/textlint-rule-no-insert-re": "^1.0.0",
"@textlint-rule/textlint-rule-google-abbreviations": "^0.1.2",
"@textlint-rule/textlint-rule-google-articles": "^0.1.2",
"@textlint-rule/textlint-rule-google-capitalization": "^0.1.2",
"@textlint-rule/textlint-rule-google-clause-order": "^0.1.2",
"@textlint-rule/textlint-rule-google-colons": "^0.1.2",
"@textlint-rule/textlint-rule-google-commas": "^0.1.2",
"@textlint-rule/textlint-rule-google-contractions": "^0.1.2",
"@textlint-rule/textlint-rule-google-dashes": "^0.1.2",
"@textlint-rule/textlint-rule-google-ellipses": "^0.1.2",
"@textlint-rule/textlint-rule-google-exclamation-points": "^0.1.2",
"@textlint-rule/textlint-rule-google-hyphens": "^0.1.2",
"@textlint-rule/textlint-rule-google-plurals-parentheses": "^0.1.2",
"@textlint-rule/textlint-rule-google-possessives": "^0.1.2",
"@textlint-rule/textlint-rule-google-quotation-marks": "^0.1.2",
"@textlint-rule/textlint-rule-google-sentence-spacing": "^0.1.2",
"@textlint-rule/textlint-rule-google-slashes": "^0.1.2",
"@textlint-rule/textlint-rule-google-tone": "^0.1.2",
"@textlint-rule/textlint-rule-google-units-of-measure": "^0.1.2",
"@textlint-rule/textlint-rule-google-word-list": "^0.1.2",
"@textlint-rule/textlint-rule-no-dead-link": "^3.2.0",
"@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"@textlint-rule/textlint-rule-preset-google": "^0.1.2",
"@textlint-rule/textlint-rule-proselint": "^1.0.1",
"@textlint-rule/textlint-rule-require-header-id": "^1.0.1",
"@textlint/kernel": "^3.1.8",
"@textlint/textlint-plugin-markdown": "^5.1.8",
"@textlint/textlint-plugin-text": "^4.1.8",
"@textlint/utils": "^1.0.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"interop-require": "^1.0.0",
"textlint": "^11.3.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-filter-rule-whitelist": "^2.0.0",
"textlint-rule-a3rt-proofreading": "^1.0.2",
"textlint-rule-abbr-within-parentheses": "^1.0.2",
"textlint-rule-alex": "^1.3.1",
"textlint-rule-apostrophe": "^1.0.0",
"textlint-rule-auto-ruby": "^0.1.0",
"textlint-rule-aws-spellcheck": "^1.3.0",
"textlint-rule-bittermelon": "^1.0.1",
"textlint-rule-chapter-difficulty-stars": "^0.1.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-date-weekday-mismatch": "^1.0.5",
"textlint-rule-detect-bad-chars": "^1.0.2",
"textlint-rule-diacritics": "^1.0.0",
"textlint-rule-documentation": "^0.2.0",
"textlint-rule-editorconfig": "^1.0.3",
"textlint-rule-en-capitalization": "^2.0.2",
"textlint-rule-en-max-word-count": "^1.0.2",
"textlint-rule-first-sentence-length": "^1.0.1",
"textlint-rule-footnote-order": "^1.0.3",
"textlint-rule-general-novel-style-ja": "^1.3.0",
"textlint-rule-ginger": "^2.2.1",
"textlint-rule-hex-number": "^1.0.1",
"textlint-rule-ieice-fukushi": "^1.0.1",
"textlint-rule-ignore-comments": "^1.1.0",
"textlint-rule-ignore-node-types": "^0.3.0",
"textlint-rule-incremental-headers": "^0.2.0",
"textlint-rule-ja-hiragana-fukushi": "^1.1.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.0.4",
"textlint-rule-ja-hiragana-keishikimeishi": "^1.0.2",
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^2.0.1",
"textlint-rule-ja-no-abusage": "^2.0.1",
"textlint-rule-ja-no-mixed-period": "^2.1.1",
"textlint-rule-ja-no-redundant-expression": "^3.0.1",
"textlint-rule-ja-no-space-around-parentheses": "^2.0.1",
"textlint-rule-ja-no-space-between-full-width": "^2.0.1",
"textlint-rule-ja-no-successive-word": "^1.1.0",
"textlint-rule-ja-no-weak-phrase": "^1.0.4",
"textlint-rule-ja-space-after-exclamation": "^2.0.1",
"textlint-rule-ja-space-after-question": "^2.0.1",
"textlint-rule-ja-space-around-code": "^2.0.1",
"textlint-rule-ja-space-between-half-and-full-width": "^2.0.1",
"textlint-rule-ja-unnatural-alphabet": "^2.0.1",
"textlint-rule-ja-yahoo-kousei": "^1.0.3",
"textlint-rule-joyo-kanj": "^0.0.1",
"textlint-rule-joyo-kanji": "^0.0.1",
"textlint-rule-max-appearence-count-of-words": "^1.0.1",
"textlint-rule-max-comma": "^1.0.4",
"textlint-rule-max-doc-width": "^1.2.0",
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
"textlint-rule-max-length-of-title": "^1.0.1",
"textlint-rule-max-number-of-lines": "^1.0.3",
"textlint-rule-max-ten": "^2.0.3",
"textlint-rule-ms-japanese-style-guide-modoki": "^0.0.10",
"textlint-rule-ng-regexp": "^0.1.0",
"textlint-rule-ng-word": "^1.0.0",
"textlint-rule-no-dead-image-link": "^1.0.0",
"textlint-rule-no-dead-link": "^4.4.4",
"textlint-rule-no-dead-relative-link": "^1.0.1",
"textlint-rule-no-double-negative-ja": "^1.0.5",
"textlint-rule-no-doubled-conjunction": "^1.0.2",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.1.0",
"textlint-rule-no-doubled-joshi": "^3.5.2",
"textlint-rule-no-dropping-the-ra": "^1.1.2",
"textlint-rule-no-duplicated-bunmatsu-hyougen": "^0.1.0",
"textlint-rule-no-empty-section": "^1.1.0",
"textlint-rule-no-exclamation-question-mark": "^1.0.2",
"textlint-rule-no-hankaku-kana": "^1.0.2",
"textlint-rule-no-js-function-paren": "^1.0.1",
"textlint-rule-no-mix-dearu-desumasu": "^4.0.0",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-no-nfd": "^1.0.1",
"textlint-rule-no-renyo-chushi": "^0.0.2",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-no-surrogate-pair": "^1.0.1",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-note-with-period": "^1.0.0",
"textlint-rule-one-white-space-between-zenkaku-and-hankaku-eiji": "^1.1.0",
"textlint-rule-period-in-list-item": "^0.3.2",
"textlint-rule-prefer-tari-tari": "^1.0.3",
"textlint-rule-preset-codeprep": "^1.0.5",
"textlint-rule-preset-dwango-progedu": "^1.0.6",
"textlint-rule-preset-fuji": "^0.1.0",
"textlint-rule-preset-ja-engineering-paper": "^0.1.0",
"textlint-rule-preset-ja-spacing": "^2.0.1",
"textlint-rule-preset-ja-technical-writing": "^3.1.3",
"textlint-rule-preset-ja-unibook": "^1.1.1",
"textlint-rule-preset-ja-unity-book": "^1.0.3",
"textlint-rule-preset-japanese": "^4.0.4",
"textlint-rule-preset-jtf-style": "^2.3.3",
"textlint-rule-preset-track": "^1.2.0",
"textlint-rule-prh": "^5.2.1",
"textlint-rule-readable-kanji-balance-ja": "^0.0.5",
"textlint-rule-real-symbols": "^0.1.1",
"textlint-rule-report-node-types": "^1.1.0",
"textlint-rule-rousseau": "^1.4.6",
"textlint-rule-sentence-length": "^2.1.1",
"textlint-rule-single-nado": "^0.0.2",
"textlint-rule-sjsj": "^1.0.5",
"textlint-rule-spellcheck-growthbeat-word": "^0.0.7",
"textlint-rule-spellcheck-tech-word": "^5.0.0",
"textlint-rule-spelling": "^0.1.1",
"textlint-rule-stop-words": "^1.0.17",
"textlint-rule-structure": "^1.0.1",
"textlint-rule-terminology": "^1.1.30",
"textlint-rule-title-case": "^1.0.0",
"textlint-rule-unexpanded-acronym": "^1.2.3",
"textlint-rule-volore-getting-started": "^1.0.0",
"textlint-rule-warning-word": "^2.0.2",
"textlint-rule-web-plus-db": "^1.1.5",
"textlint-rule-wrap-in-p-tags": "^1.0.0",
"textlint-rule-write-good": "^1.6.2",
"try-resolve": "^1.0.1"
}
}