jsonapi_errors_handler 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
data/package-lock.json CHANGED
@@ -1,38 +1,2253 @@
1
1
  {
2
+ "name": "jsonapi_errors_handler",
3
+ "lockfileVersion": 2,
2
4
  "requires": true,
3
- "lockfileVersion": 1,
5
+ "packages": {
6
+ "": {
7
+ "name": "jsonapi_errors_handler",
8
+ "dependencies": {
9
+ "remark-cli": "^11.0.0",
10
+ "remark-lint": "^7.0.1",
11
+ "remark-preset-lint-recommended": "^4.0.1"
12
+ }
13
+ },
14
+ "node_modules/@babel/code-frame": {
15
+ "version": "7.18.6",
16
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
17
+ "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
18
+ "dependencies": {
19
+ "@babel/highlight": "^7.18.6"
20
+ },
21
+ "engines": {
22
+ "node": ">=6.9.0"
23
+ }
24
+ },
25
+ "node_modules/@babel/helper-validator-identifier": {
26
+ "version": "7.19.1",
27
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
28
+ "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
29
+ "engines": {
30
+ "node": ">=6.9.0"
31
+ }
32
+ },
33
+ "node_modules/@babel/highlight": {
34
+ "version": "7.18.6",
35
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
36
+ "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
37
+ "dependencies": {
38
+ "@babel/helper-validator-identifier": "^7.18.6",
39
+ "chalk": "^2.0.0",
40
+ "js-tokens": "^4.0.0"
41
+ },
42
+ "engines": {
43
+ "node": ">=6.9.0"
44
+ }
45
+ },
46
+ "node_modules/@babel/highlight/node_modules/chalk": {
47
+ "version": "2.4.2",
48
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
49
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
50
+ "dependencies": {
51
+ "ansi-styles": "^3.2.1",
52
+ "escape-string-regexp": "^1.0.5",
53
+ "supports-color": "^5.3.0"
54
+ },
55
+ "engines": {
56
+ "node": ">=4"
57
+ }
58
+ },
59
+ "node_modules/@babel/highlight/node_modules/supports-color": {
60
+ "version": "5.5.0",
61
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
62
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
63
+ "dependencies": {
64
+ "has-flag": "^3.0.0"
65
+ },
66
+ "engines": {
67
+ "node": ">=4"
68
+ }
69
+ },
70
+ "node_modules/@npmcli/config": {
71
+ "version": "4.2.2",
72
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-4.2.2.tgz",
73
+ "integrity": "sha512-5GNcLd+0c4bYBnFop53+26CO5GQP0R9YcxlernohpHDWdIgzUg9I0+GEMk3sNHnLntATVU39d283A4OO+W402w==",
74
+ "dependencies": {
75
+ "@npmcli/map-workspaces": "^2.0.2",
76
+ "ini": "^3.0.0",
77
+ "mkdirp-infer-owner": "^2.0.0",
78
+ "nopt": "^6.0.0",
79
+ "proc-log": "^2.0.0",
80
+ "read-package-json-fast": "^2.0.3",
81
+ "semver": "^7.3.5",
82
+ "walk-up-path": "^1.0.0"
83
+ },
84
+ "engines": {
85
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
86
+ }
87
+ },
88
+ "node_modules/@npmcli/map-workspaces": {
89
+ "version": "2.0.4",
90
+ "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-2.0.4.tgz",
91
+ "integrity": "sha512-bMo0aAfwhVwqoVM5UzX1DJnlvVvzDCHae821jv48L1EsrYwfOZChlqWYXEtto/+BkBXetPbEWgau++/brh4oVg==",
92
+ "dependencies": {
93
+ "@npmcli/name-from-folder": "^1.0.1",
94
+ "glob": "^8.0.1",
95
+ "minimatch": "^5.0.1",
96
+ "read-package-json-fast": "^2.0.3"
97
+ },
98
+ "engines": {
99
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
100
+ }
101
+ },
102
+ "node_modules/@npmcli/name-from-folder": {
103
+ "version": "1.0.1",
104
+ "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz",
105
+ "integrity": "sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA=="
106
+ },
107
+ "node_modules/@types/concat-stream": {
108
+ "version": "2.0.0",
109
+ "resolved": "https://registry.npmjs.org/@types/concat-stream/-/concat-stream-2.0.0.tgz",
110
+ "integrity": "sha512-t3YCerNM7NTVjLuICZo5gYAXYoDvpuuTceCcFQWcDQz26kxUR5uIWolxbIR5jRNIXpMqhOpW/b8imCR1LEmuJw==",
111
+ "dependencies": {
112
+ "@types/node": "*"
113
+ }
114
+ },
115
+ "node_modules/@types/debug": {
116
+ "version": "4.1.7",
117
+ "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz",
118
+ "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==",
119
+ "dependencies": {
120
+ "@types/ms": "*"
121
+ }
122
+ },
123
+ "node_modules/@types/is-empty": {
124
+ "version": "1.2.1",
125
+ "resolved": "https://registry.npmjs.org/@types/is-empty/-/is-empty-1.2.1.tgz",
126
+ "integrity": "sha512-a3xgqnFTuNJDm1fjsTjHocYJ40Cz3t8utYpi5GNaxzrJC2HSD08ym+whIL7fNqiqBCdM9bcqD1H/tORWAFXoZw=="
127
+ },
128
+ "node_modules/@types/mdast": {
129
+ "version": "3.0.10",
130
+ "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz",
131
+ "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==",
132
+ "dependencies": {
133
+ "@types/unist": "*"
134
+ }
135
+ },
136
+ "node_modules/@types/ms": {
137
+ "version": "0.7.31",
138
+ "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz",
139
+ "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
140
+ },
141
+ "node_modules/@types/node": {
142
+ "version": "18.8.2",
143
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.2.tgz",
144
+ "integrity": "sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA=="
145
+ },
146
+ "node_modules/@types/supports-color": {
147
+ "version": "8.1.1",
148
+ "resolved": "https://registry.npmjs.org/@types/supports-color/-/supports-color-8.1.1.tgz",
149
+ "integrity": "sha512-dPWnWsf+kzIG140B8z2w3fr5D03TLWbOAFQl45xUpI3vcizeXriNR5VYkWZ+WTMsUHqZ9Xlt3hrxGNANFyNQfw=="
150
+ },
151
+ "node_modules/@types/text-table": {
152
+ "version": "0.2.2",
153
+ "resolved": "https://registry.npmjs.org/@types/text-table/-/text-table-0.2.2.tgz",
154
+ "integrity": "sha512-dGoI5Af7To0R2XE8wJuc6vwlavWARsCh3UKJPjWs1YEqGUqfgBI/j/4GX0yf19/DsDPPf0YAXWAp8psNeIehLg=="
155
+ },
156
+ "node_modules/@types/unist": {
157
+ "version": "2.0.3",
158
+ "license": "MIT"
159
+ },
160
+ "node_modules/abbrev": {
161
+ "version": "1.1.1",
162
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
163
+ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
164
+ },
165
+ "node_modules/ansi-regex": {
166
+ "version": "6.0.1",
167
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
168
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
169
+ "engines": {
170
+ "node": ">=12"
171
+ },
172
+ "funding": {
173
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
174
+ }
175
+ },
176
+ "node_modules/ansi-styles": {
177
+ "version": "3.2.1",
178
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
179
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
180
+ "dependencies": {
181
+ "color-convert": "^1.9.0"
182
+ },
183
+ "engines": {
184
+ "node": ">=4"
185
+ }
186
+ },
187
+ "node_modules/anymatch": {
188
+ "version": "3.1.2",
189
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
190
+ "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
191
+ "dependencies": {
192
+ "normalize-path": "^3.0.0",
193
+ "picomatch": "^2.0.4"
194
+ },
195
+ "engines": {
196
+ "node": ">= 8"
197
+ }
198
+ },
199
+ "node_modules/bail": {
200
+ "version": "2.0.2",
201
+ "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
202
+ "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
203
+ "funding": {
204
+ "type": "github",
205
+ "url": "https://github.com/sponsors/wooorm"
206
+ }
207
+ },
208
+ "node_modules/balanced-match": {
209
+ "version": "1.0.2",
210
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
211
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
212
+ },
213
+ "node_modules/binary-extensions": {
214
+ "version": "2.2.0",
215
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
216
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
217
+ "engines": {
218
+ "node": ">=8"
219
+ }
220
+ },
221
+ "node_modules/brace-expansion": {
222
+ "version": "2.0.1",
223
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
224
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
225
+ "dependencies": {
226
+ "balanced-match": "^1.0.0"
227
+ }
228
+ },
229
+ "node_modules/braces": {
230
+ "version": "3.0.2",
231
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
232
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
233
+ "dependencies": {
234
+ "fill-range": "^7.0.1"
235
+ },
236
+ "engines": {
237
+ "node": ">=8"
238
+ }
239
+ },
240
+ "node_modules/buffer-from": {
241
+ "version": "1.1.2",
242
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
243
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
244
+ },
245
+ "node_modules/camelcase": {
246
+ "version": "7.0.0",
247
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.0.tgz",
248
+ "integrity": "sha512-JToIvOmz6nhGsUhAYScbo2d6Py5wojjNfoxoc2mEVLUdJ70gJK2gnd+ABY1Tc3sVMyK7QDPtN0T/XdlCQWITyQ==",
249
+ "engines": {
250
+ "node": ">=14.16"
251
+ },
252
+ "funding": {
253
+ "url": "https://github.com/sponsors/sindresorhus"
254
+ }
255
+ },
256
+ "node_modules/chalk": {
257
+ "version": "5.1.0",
258
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz",
259
+ "integrity": "sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ==",
260
+ "engines": {
261
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
262
+ },
263
+ "funding": {
264
+ "url": "https://github.com/chalk/chalk?sponsor=1"
265
+ }
266
+ },
267
+ "node_modules/character-entities": {
268
+ "version": "2.0.2",
269
+ "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
270
+ "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
271
+ "funding": {
272
+ "type": "github",
273
+ "url": "https://github.com/sponsors/wooorm"
274
+ }
275
+ },
276
+ "node_modules/chokidar": {
277
+ "version": "3.5.3",
278
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
279
+ "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
280
+ "funding": [
281
+ {
282
+ "type": "individual",
283
+ "url": "https://paulmillr.com/funding/"
284
+ }
285
+ ],
286
+ "dependencies": {
287
+ "anymatch": "~3.1.2",
288
+ "braces": "~3.0.2",
289
+ "glob-parent": "~5.1.2",
290
+ "is-binary-path": "~2.1.0",
291
+ "is-glob": "~4.0.1",
292
+ "normalize-path": "~3.0.0",
293
+ "readdirp": "~3.6.0"
294
+ },
295
+ "engines": {
296
+ "node": ">= 8.10.0"
297
+ },
298
+ "optionalDependencies": {
299
+ "fsevents": "~2.3.2"
300
+ }
301
+ },
302
+ "node_modules/chownr": {
303
+ "version": "2.0.0",
304
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
305
+ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
306
+ "engines": {
307
+ "node": ">=10"
308
+ }
309
+ },
310
+ "node_modules/co": {
311
+ "version": "3.1.0",
312
+ "license": "MIT"
313
+ },
314
+ "node_modules/collapse-white-space": {
315
+ "version": "1.0.6",
316
+ "license": "MIT",
317
+ "funding": {
318
+ "type": "github",
319
+ "url": "https://github.com/sponsors/wooorm"
320
+ }
321
+ },
322
+ "node_modules/color-convert": {
323
+ "version": "1.9.3",
324
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
325
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
326
+ "dependencies": {
327
+ "color-name": "1.1.3"
328
+ }
329
+ },
330
+ "node_modules/color-name": {
331
+ "version": "1.1.3",
332
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
333
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
334
+ },
335
+ "node_modules/concat-stream": {
336
+ "version": "2.0.0",
337
+ "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
338
+ "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==",
339
+ "engines": [
340
+ "node >= 6.0"
341
+ ],
342
+ "dependencies": {
343
+ "buffer-from": "^1.0.0",
344
+ "inherits": "^2.0.3",
345
+ "readable-stream": "^3.0.2",
346
+ "typedarray": "^0.0.6"
347
+ }
348
+ },
349
+ "node_modules/debug": {
350
+ "version": "4.3.4",
351
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
352
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
353
+ "dependencies": {
354
+ "ms": "2.1.2"
355
+ },
356
+ "engines": {
357
+ "node": ">=6.0"
358
+ },
359
+ "peerDependenciesMeta": {
360
+ "supports-color": {
361
+ "optional": true
362
+ }
363
+ }
364
+ },
365
+ "node_modules/decode-named-character-reference": {
366
+ "version": "1.0.2",
367
+ "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz",
368
+ "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==",
369
+ "dependencies": {
370
+ "character-entities": "^2.0.0"
371
+ },
372
+ "funding": {
373
+ "type": "github",
374
+ "url": "https://github.com/sponsors/wooorm"
375
+ }
376
+ },
377
+ "node_modules/dequal": {
378
+ "version": "2.0.3",
379
+ "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
380
+ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
381
+ "engines": {
382
+ "node": ">=6"
383
+ }
384
+ },
385
+ "node_modules/diff": {
386
+ "version": "5.1.0",
387
+ "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
388
+ "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==",
389
+ "engines": {
390
+ "node": ">=0.3.1"
391
+ }
392
+ },
393
+ "node_modules/eastasianwidth": {
394
+ "version": "0.2.0",
395
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
396
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
397
+ },
398
+ "node_modules/emoji-regex": {
399
+ "version": "9.2.2",
400
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
401
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
402
+ },
403
+ "node_modules/error-ex": {
404
+ "version": "1.3.2",
405
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
406
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
407
+ "dependencies": {
408
+ "is-arrayish": "^0.2.1"
409
+ }
410
+ },
411
+ "node_modules/escape-string-regexp": {
412
+ "version": "1.0.5",
413
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
414
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
415
+ "engines": {
416
+ "node": ">=0.8.0"
417
+ }
418
+ },
419
+ "node_modules/extend": {
420
+ "version": "3.0.2",
421
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
422
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
423
+ },
424
+ "node_modules/fault": {
425
+ "version": "2.0.1",
426
+ "resolved": "https://registry.npmjs.org/fault/-/fault-2.0.1.tgz",
427
+ "integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==",
428
+ "dependencies": {
429
+ "format": "^0.2.0"
430
+ },
431
+ "funding": {
432
+ "type": "github",
433
+ "url": "https://github.com/sponsors/wooorm"
434
+ }
435
+ },
436
+ "node_modules/fill-range": {
437
+ "version": "7.0.1",
438
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
439
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
440
+ "dependencies": {
441
+ "to-regex-range": "^5.0.1"
442
+ },
443
+ "engines": {
444
+ "node": ">=8"
445
+ }
446
+ },
447
+ "node_modules/format": {
448
+ "version": "0.2.2",
449
+ "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz",
450
+ "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==",
451
+ "engines": {
452
+ "node": ">=0.4.x"
453
+ }
454
+ },
455
+ "node_modules/fs.realpath": {
456
+ "version": "1.0.0",
457
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
458
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
459
+ },
460
+ "node_modules/fsevents": {
461
+ "version": "2.3.2",
462
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
463
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
464
+ "hasInstallScript": true,
465
+ "optional": true,
466
+ "os": [
467
+ "darwin"
468
+ ],
469
+ "engines": {
470
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
471
+ }
472
+ },
473
+ "node_modules/glob": {
474
+ "version": "8.0.3",
475
+ "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
476
+ "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
477
+ "dependencies": {
478
+ "fs.realpath": "^1.0.0",
479
+ "inflight": "^1.0.4",
480
+ "inherits": "2",
481
+ "minimatch": "^5.0.1",
482
+ "once": "^1.3.0"
483
+ },
484
+ "engines": {
485
+ "node": ">=12"
486
+ },
487
+ "funding": {
488
+ "url": "https://github.com/sponsors/isaacs"
489
+ }
490
+ },
491
+ "node_modules/glob-parent": {
492
+ "version": "5.1.2",
493
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
494
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
495
+ "dependencies": {
496
+ "is-glob": "^4.0.1"
497
+ },
498
+ "engines": {
499
+ "node": ">= 6"
500
+ }
501
+ },
502
+ "node_modules/has-flag": {
503
+ "version": "3.0.0",
504
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
505
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
506
+ "engines": {
507
+ "node": ">=4"
508
+ }
509
+ },
510
+ "node_modules/ignore": {
511
+ "version": "5.2.0",
512
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
513
+ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
514
+ "engines": {
515
+ "node": ">= 4"
516
+ }
517
+ },
518
+ "node_modules/import-meta-resolve": {
519
+ "version": "2.1.0",
520
+ "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-2.1.0.tgz",
521
+ "integrity": "sha512-yG9pxkWJVTy4cmRsNWE3ztFdtFuYIV8G4N+cbCkO8b+qngkLyIUhxQFuZ0qJm67+0nUOxjMPT7nfksPKza1v2g==",
522
+ "funding": {
523
+ "type": "github",
524
+ "url": "https://github.com/sponsors/wooorm"
525
+ }
526
+ },
527
+ "node_modules/infer-owner": {
528
+ "version": "1.0.4",
529
+ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
530
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
531
+ },
532
+ "node_modules/inflight": {
533
+ "version": "1.0.6",
534
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
535
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
536
+ "dependencies": {
537
+ "once": "^1.3.0",
538
+ "wrappy": "1"
539
+ }
540
+ },
541
+ "node_modules/inherits": {
542
+ "version": "2.0.4",
543
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
544
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
545
+ },
546
+ "node_modules/ini": {
547
+ "version": "3.0.1",
548
+ "resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz",
549
+ "integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==",
550
+ "engines": {
551
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
552
+ }
553
+ },
554
+ "node_modules/is-arrayish": {
555
+ "version": "0.2.1",
556
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
557
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
558
+ },
559
+ "node_modules/is-binary-path": {
560
+ "version": "2.1.0",
561
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
562
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
563
+ "dependencies": {
564
+ "binary-extensions": "^2.0.0"
565
+ },
566
+ "engines": {
567
+ "node": ">=8"
568
+ }
569
+ },
570
+ "node_modules/is-buffer": {
571
+ "version": "2.0.5",
572
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
573
+ "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
574
+ "funding": [
575
+ {
576
+ "type": "github",
577
+ "url": "https://github.com/sponsors/feross"
578
+ },
579
+ {
580
+ "type": "patreon",
581
+ "url": "https://www.patreon.com/feross"
582
+ },
583
+ {
584
+ "type": "consulting",
585
+ "url": "https://feross.org/support"
586
+ }
587
+ ],
588
+ "engines": {
589
+ "node": ">=4"
590
+ }
591
+ },
592
+ "node_modules/is-empty": {
593
+ "version": "1.2.0",
594
+ "resolved": "https://registry.npmjs.org/is-empty/-/is-empty-1.2.0.tgz",
595
+ "integrity": "sha512-F2FnH/otLNJv0J6wc73A5Xo7oHLNnqplYqZhUu01tD54DIPvxIRSTSLkrUB/M0nHO4vo1O9PDfN4KoTxCzLh/w=="
596
+ },
597
+ "node_modules/is-extglob": {
598
+ "version": "2.1.1",
599
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
600
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
601
+ "engines": {
602
+ "node": ">=0.10.0"
603
+ }
604
+ },
605
+ "node_modules/is-glob": {
606
+ "version": "4.0.3",
607
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
608
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
609
+ "dependencies": {
610
+ "is-extglob": "^2.1.1"
611
+ },
612
+ "engines": {
613
+ "node": ">=0.10.0"
614
+ }
615
+ },
616
+ "node_modules/is-number": {
617
+ "version": "7.0.0",
618
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
619
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
620
+ "engines": {
621
+ "node": ">=0.12.0"
622
+ }
623
+ },
624
+ "node_modules/is-plain-obj": {
625
+ "version": "4.1.0",
626
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
627
+ "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
628
+ "engines": {
629
+ "node": ">=12"
630
+ },
631
+ "funding": {
632
+ "url": "https://github.com/sponsors/sindresorhus"
633
+ }
634
+ },
635
+ "node_modules/js-tokens": {
636
+ "version": "4.0.0",
637
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
638
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
639
+ },
640
+ "node_modules/json-parse-even-better-errors": {
641
+ "version": "2.3.1",
642
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
643
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
644
+ },
645
+ "node_modules/json5": {
646
+ "version": "2.2.1",
647
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
648
+ "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
649
+ "bin": {
650
+ "json5": "lib/cli.js"
651
+ },
652
+ "engines": {
653
+ "node": ">=6"
654
+ }
655
+ },
656
+ "node_modules/kleur": {
657
+ "version": "4.1.5",
658
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
659
+ "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
660
+ "engines": {
661
+ "node": ">=6"
662
+ }
663
+ },
664
+ "node_modules/lines-and-columns": {
665
+ "version": "2.0.3",
666
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.3.tgz",
667
+ "integrity": "sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==",
668
+ "engines": {
669
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
670
+ }
671
+ },
672
+ "node_modules/load-plugin": {
673
+ "version": "5.0.0",
674
+ "resolved": "https://registry.npmjs.org/load-plugin/-/load-plugin-5.0.0.tgz",
675
+ "integrity": "sha512-jTz8tvC0BTMtof27lTSV5SAOnCRT0Z++k+S3QeQ5CrF8ZAS5L2nhi3euf4ZhJyDkds+nOQGyPcFqdQZ9s8ELkg==",
676
+ "dependencies": {
677
+ "@npmcli/config": "^4.0.0",
678
+ "import-meta-resolve": "^2.0.0"
679
+ },
680
+ "funding": {
681
+ "type": "github",
682
+ "url": "https://github.com/sponsors/wooorm"
683
+ }
684
+ },
685
+ "node_modules/longest-streak": {
686
+ "version": "3.0.1",
687
+ "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.0.1.tgz",
688
+ "integrity": "sha512-cHlYSUpL2s7Fb3394mYxwTYj8niTaNHUCLr0qdiCXQfSjfuA7CKofpX2uSwEfFDQ0EB7JcnMnm+GjbqqoinYYg==",
689
+ "funding": {
690
+ "type": "github",
691
+ "url": "https://github.com/sponsors/wooorm"
692
+ }
693
+ },
694
+ "node_modules/lru-cache": {
695
+ "version": "6.0.0",
696
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
697
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
698
+ "dependencies": {
699
+ "yallist": "^4.0.0"
700
+ },
701
+ "engines": {
702
+ "node": ">=10"
703
+ }
704
+ },
705
+ "node_modules/mdast-comment-marker": {
706
+ "version": "1.1.2",
707
+ "license": "MIT",
708
+ "funding": {
709
+ "type": "opencollective",
710
+ "url": "https://opencollective.com/unified"
711
+ }
712
+ },
713
+ "node_modules/mdast-util-from-markdown": {
714
+ "version": "1.2.0",
715
+ "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz",
716
+ "integrity": "sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==",
717
+ "dependencies": {
718
+ "@types/mdast": "^3.0.0",
719
+ "@types/unist": "^2.0.0",
720
+ "decode-named-character-reference": "^1.0.0",
721
+ "mdast-util-to-string": "^3.1.0",
722
+ "micromark": "^3.0.0",
723
+ "micromark-util-decode-numeric-character-reference": "^1.0.0",
724
+ "micromark-util-decode-string": "^1.0.0",
725
+ "micromark-util-normalize-identifier": "^1.0.0",
726
+ "micromark-util-symbol": "^1.0.0",
727
+ "micromark-util-types": "^1.0.0",
728
+ "unist-util-stringify-position": "^3.0.0",
729
+ "uvu": "^0.5.0"
730
+ },
731
+ "funding": {
732
+ "type": "opencollective",
733
+ "url": "https://opencollective.com/unified"
734
+ }
735
+ },
736
+ "node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string": {
737
+ "version": "3.1.0",
738
+ "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz",
739
+ "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==",
740
+ "funding": {
741
+ "type": "opencollective",
742
+ "url": "https://opencollective.com/unified"
743
+ }
744
+ },
745
+ "node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position": {
746
+ "version": "3.0.2",
747
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
748
+ "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
749
+ "dependencies": {
750
+ "@types/unist": "^2.0.0"
751
+ },
752
+ "funding": {
753
+ "type": "opencollective",
754
+ "url": "https://opencollective.com/unified"
755
+ }
756
+ },
757
+ "node_modules/mdast-util-heading-style": {
758
+ "version": "1.0.6",
759
+ "license": "MIT",
760
+ "funding": {
761
+ "type": "opencollective",
762
+ "url": "https://opencollective.com/unified"
763
+ }
764
+ },
765
+ "node_modules/mdast-util-to-markdown": {
766
+ "version": "1.3.0",
767
+ "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.3.0.tgz",
768
+ "integrity": "sha512-6tUSs4r+KK4JGTTiQ7FfHmVOaDrLQJPmpjD6wPMlHGUVXoG9Vjc3jIeP+uyBWRf8clwB2blM+W7+KrlMYQnftA==",
769
+ "dependencies": {
770
+ "@types/mdast": "^3.0.0",
771
+ "@types/unist": "^2.0.0",
772
+ "longest-streak": "^3.0.0",
773
+ "mdast-util-to-string": "^3.0.0",
774
+ "micromark-util-decode-string": "^1.0.0",
775
+ "unist-util-visit": "^4.0.0",
776
+ "zwitch": "^2.0.0"
777
+ },
778
+ "funding": {
779
+ "type": "opencollective",
780
+ "url": "https://opencollective.com/unified"
781
+ }
782
+ },
783
+ "node_modules/mdast-util-to-markdown/node_modules/mdast-util-to-string": {
784
+ "version": "3.1.0",
785
+ "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz",
786
+ "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==",
787
+ "funding": {
788
+ "type": "opencollective",
789
+ "url": "https://opencollective.com/unified"
790
+ }
791
+ },
792
+ "node_modules/mdast-util-to-markdown/node_modules/unist-util-is": {
793
+ "version": "5.1.1",
794
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz",
795
+ "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==",
796
+ "funding": {
797
+ "type": "opencollective",
798
+ "url": "https://opencollective.com/unified"
799
+ }
800
+ },
801
+ "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit": {
802
+ "version": "4.1.1",
803
+ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.1.tgz",
804
+ "integrity": "sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==",
805
+ "dependencies": {
806
+ "@types/unist": "^2.0.0",
807
+ "unist-util-is": "^5.0.0",
808
+ "unist-util-visit-parents": "^5.1.1"
809
+ },
810
+ "funding": {
811
+ "type": "opencollective",
812
+ "url": "https://opencollective.com/unified"
813
+ }
814
+ },
815
+ "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit-parents": {
816
+ "version": "5.1.1",
817
+ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.1.tgz",
818
+ "integrity": "sha512-gks4baapT/kNRaWxuGkl5BIhoanZo7sC/cUT/JToSRNL1dYoXRFl75d++NkjYk4TAu2uv2Px+l8guMajogeuiw==",
819
+ "dependencies": {
820
+ "@types/unist": "^2.0.0",
821
+ "unist-util-is": "^5.0.0"
822
+ },
823
+ "funding": {
824
+ "type": "opencollective",
825
+ "url": "https://opencollective.com/unified"
826
+ }
827
+ },
828
+ "node_modules/mdast-util-to-string": {
829
+ "version": "1.1.0",
830
+ "license": "MIT",
831
+ "funding": {
832
+ "type": "opencollective",
833
+ "url": "https://opencollective.com/unified"
834
+ }
835
+ },
836
+ "node_modules/micromark": {
837
+ "version": "3.0.10",
838
+ "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.0.10.tgz",
839
+ "integrity": "sha512-ryTDy6UUunOXy2HPjelppgJ2sNfcPz1pLlMdA6Rz9jPzhLikWXv/irpWV/I2jd68Uhmny7hHxAlAhk4+vWggpg==",
840
+ "funding": [
841
+ {
842
+ "type": "GitHub Sponsors",
843
+ "url": "https://github.com/sponsors/unifiedjs"
844
+ },
845
+ {
846
+ "type": "OpenCollective",
847
+ "url": "https://opencollective.com/unified"
848
+ }
849
+ ],
850
+ "dependencies": {
851
+ "@types/debug": "^4.0.0",
852
+ "debug": "^4.0.0",
853
+ "decode-named-character-reference": "^1.0.0",
854
+ "micromark-core-commonmark": "^1.0.1",
855
+ "micromark-factory-space": "^1.0.0",
856
+ "micromark-util-character": "^1.0.0",
857
+ "micromark-util-chunked": "^1.0.0",
858
+ "micromark-util-combine-extensions": "^1.0.0",
859
+ "micromark-util-decode-numeric-character-reference": "^1.0.0",
860
+ "micromark-util-encode": "^1.0.0",
861
+ "micromark-util-normalize-identifier": "^1.0.0",
862
+ "micromark-util-resolve-all": "^1.0.0",
863
+ "micromark-util-sanitize-uri": "^1.0.0",
864
+ "micromark-util-subtokenize": "^1.0.0",
865
+ "micromark-util-symbol": "^1.0.0",
866
+ "micromark-util-types": "^1.0.1",
867
+ "uvu": "^0.5.0"
868
+ }
869
+ },
870
+ "node_modules/micromark-core-commonmark": {
871
+ "version": "1.0.6",
872
+ "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.0.6.tgz",
873
+ "integrity": "sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==",
874
+ "funding": [
875
+ {
876
+ "type": "GitHub Sponsors",
877
+ "url": "https://github.com/sponsors/unifiedjs"
878
+ },
879
+ {
880
+ "type": "OpenCollective",
881
+ "url": "https://opencollective.com/unified"
882
+ }
883
+ ],
884
+ "dependencies": {
885
+ "decode-named-character-reference": "^1.0.0",
886
+ "micromark-factory-destination": "^1.0.0",
887
+ "micromark-factory-label": "^1.0.0",
888
+ "micromark-factory-space": "^1.0.0",
889
+ "micromark-factory-title": "^1.0.0",
890
+ "micromark-factory-whitespace": "^1.0.0",
891
+ "micromark-util-character": "^1.0.0",
892
+ "micromark-util-chunked": "^1.0.0",
893
+ "micromark-util-classify-character": "^1.0.0",
894
+ "micromark-util-html-tag-name": "^1.0.0",
895
+ "micromark-util-normalize-identifier": "^1.0.0",
896
+ "micromark-util-resolve-all": "^1.0.0",
897
+ "micromark-util-subtokenize": "^1.0.0",
898
+ "micromark-util-symbol": "^1.0.0",
899
+ "micromark-util-types": "^1.0.1",
900
+ "uvu": "^0.5.0"
901
+ }
902
+ },
903
+ "node_modules/micromark-factory-destination": {
904
+ "version": "1.0.0",
905
+ "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.0.0.tgz",
906
+ "integrity": "sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==",
907
+ "funding": [
908
+ {
909
+ "type": "GitHub Sponsors",
910
+ "url": "https://github.com/sponsors/unifiedjs"
911
+ },
912
+ {
913
+ "type": "OpenCollective",
914
+ "url": "https://opencollective.com/unified"
915
+ }
916
+ ],
917
+ "dependencies": {
918
+ "micromark-util-character": "^1.0.0",
919
+ "micromark-util-symbol": "^1.0.0",
920
+ "micromark-util-types": "^1.0.0"
921
+ }
922
+ },
923
+ "node_modules/micromark-factory-label": {
924
+ "version": "1.0.2",
925
+ "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.0.2.tgz",
926
+ "integrity": "sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==",
927
+ "funding": [
928
+ {
929
+ "type": "GitHub Sponsors",
930
+ "url": "https://github.com/sponsors/unifiedjs"
931
+ },
932
+ {
933
+ "type": "OpenCollective",
934
+ "url": "https://opencollective.com/unified"
935
+ }
936
+ ],
937
+ "dependencies": {
938
+ "micromark-util-character": "^1.0.0",
939
+ "micromark-util-symbol": "^1.0.0",
940
+ "micromark-util-types": "^1.0.0",
941
+ "uvu": "^0.5.0"
942
+ }
943
+ },
944
+ "node_modules/micromark-factory-space": {
945
+ "version": "1.0.0",
946
+ "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.0.0.tgz",
947
+ "integrity": "sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==",
948
+ "funding": [
949
+ {
950
+ "type": "GitHub Sponsors",
951
+ "url": "https://github.com/sponsors/unifiedjs"
952
+ },
953
+ {
954
+ "type": "OpenCollective",
955
+ "url": "https://opencollective.com/unified"
956
+ }
957
+ ],
958
+ "dependencies": {
959
+ "micromark-util-character": "^1.0.0",
960
+ "micromark-util-types": "^1.0.0"
961
+ }
962
+ },
963
+ "node_modules/micromark-factory-title": {
964
+ "version": "1.0.2",
965
+ "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.0.2.tgz",
966
+ "integrity": "sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==",
967
+ "funding": [
968
+ {
969
+ "type": "GitHub Sponsors",
970
+ "url": "https://github.com/sponsors/unifiedjs"
971
+ },
972
+ {
973
+ "type": "OpenCollective",
974
+ "url": "https://opencollective.com/unified"
975
+ }
976
+ ],
977
+ "dependencies": {
978
+ "micromark-factory-space": "^1.0.0",
979
+ "micromark-util-character": "^1.0.0",
980
+ "micromark-util-symbol": "^1.0.0",
981
+ "micromark-util-types": "^1.0.0",
982
+ "uvu": "^0.5.0"
983
+ }
984
+ },
985
+ "node_modules/micromark-factory-whitespace": {
986
+ "version": "1.0.0",
987
+ "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.0.0.tgz",
988
+ "integrity": "sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==",
989
+ "funding": [
990
+ {
991
+ "type": "GitHub Sponsors",
992
+ "url": "https://github.com/sponsors/unifiedjs"
993
+ },
994
+ {
995
+ "type": "OpenCollective",
996
+ "url": "https://opencollective.com/unified"
997
+ }
998
+ ],
999
+ "dependencies": {
1000
+ "micromark-factory-space": "^1.0.0",
1001
+ "micromark-util-character": "^1.0.0",
1002
+ "micromark-util-symbol": "^1.0.0",
1003
+ "micromark-util-types": "^1.0.0"
1004
+ }
1005
+ },
1006
+ "node_modules/micromark-util-character": {
1007
+ "version": "1.1.0",
1008
+ "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.1.0.tgz",
1009
+ "integrity": "sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==",
1010
+ "funding": [
1011
+ {
1012
+ "type": "GitHub Sponsors",
1013
+ "url": "https://github.com/sponsors/unifiedjs"
1014
+ },
1015
+ {
1016
+ "type": "OpenCollective",
1017
+ "url": "https://opencollective.com/unified"
1018
+ }
1019
+ ],
1020
+ "dependencies": {
1021
+ "micromark-util-symbol": "^1.0.0",
1022
+ "micromark-util-types": "^1.0.0"
1023
+ }
1024
+ },
1025
+ "node_modules/micromark-util-chunked": {
1026
+ "version": "1.0.0",
1027
+ "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.0.0.tgz",
1028
+ "integrity": "sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==",
1029
+ "funding": [
1030
+ {
1031
+ "type": "GitHub Sponsors",
1032
+ "url": "https://github.com/sponsors/unifiedjs"
1033
+ },
1034
+ {
1035
+ "type": "OpenCollective",
1036
+ "url": "https://opencollective.com/unified"
1037
+ }
1038
+ ],
1039
+ "dependencies": {
1040
+ "micromark-util-symbol": "^1.0.0"
1041
+ }
1042
+ },
1043
+ "node_modules/micromark-util-classify-character": {
1044
+ "version": "1.0.0",
1045
+ "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.0.0.tgz",
1046
+ "integrity": "sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==",
1047
+ "funding": [
1048
+ {
1049
+ "type": "GitHub Sponsors",
1050
+ "url": "https://github.com/sponsors/unifiedjs"
1051
+ },
1052
+ {
1053
+ "type": "OpenCollective",
1054
+ "url": "https://opencollective.com/unified"
1055
+ }
1056
+ ],
1057
+ "dependencies": {
1058
+ "micromark-util-character": "^1.0.0",
1059
+ "micromark-util-symbol": "^1.0.0",
1060
+ "micromark-util-types": "^1.0.0"
1061
+ }
1062
+ },
1063
+ "node_modules/micromark-util-combine-extensions": {
1064
+ "version": "1.0.0",
1065
+ "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.0.0.tgz",
1066
+ "integrity": "sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==",
1067
+ "funding": [
1068
+ {
1069
+ "type": "GitHub Sponsors",
1070
+ "url": "https://github.com/sponsors/unifiedjs"
1071
+ },
1072
+ {
1073
+ "type": "OpenCollective",
1074
+ "url": "https://opencollective.com/unified"
1075
+ }
1076
+ ],
1077
+ "dependencies": {
1078
+ "micromark-util-chunked": "^1.0.0",
1079
+ "micromark-util-types": "^1.0.0"
1080
+ }
1081
+ },
1082
+ "node_modules/micromark-util-decode-numeric-character-reference": {
1083
+ "version": "1.0.0",
1084
+ "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.0.0.tgz",
1085
+ "integrity": "sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==",
1086
+ "funding": [
1087
+ {
1088
+ "type": "GitHub Sponsors",
1089
+ "url": "https://github.com/sponsors/unifiedjs"
1090
+ },
1091
+ {
1092
+ "type": "OpenCollective",
1093
+ "url": "https://opencollective.com/unified"
1094
+ }
1095
+ ],
1096
+ "dependencies": {
1097
+ "micromark-util-symbol": "^1.0.0"
1098
+ }
1099
+ },
1100
+ "node_modules/micromark-util-decode-string": {
1101
+ "version": "1.0.2",
1102
+ "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.0.2.tgz",
1103
+ "integrity": "sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==",
1104
+ "funding": [
1105
+ {
1106
+ "type": "GitHub Sponsors",
1107
+ "url": "https://github.com/sponsors/unifiedjs"
1108
+ },
1109
+ {
1110
+ "type": "OpenCollective",
1111
+ "url": "https://opencollective.com/unified"
1112
+ }
1113
+ ],
1114
+ "dependencies": {
1115
+ "decode-named-character-reference": "^1.0.0",
1116
+ "micromark-util-character": "^1.0.0",
1117
+ "micromark-util-decode-numeric-character-reference": "^1.0.0",
1118
+ "micromark-util-symbol": "^1.0.0"
1119
+ }
1120
+ },
1121
+ "node_modules/micromark-util-encode": {
1122
+ "version": "1.0.1",
1123
+ "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.0.1.tgz",
1124
+ "integrity": "sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA==",
1125
+ "funding": [
1126
+ {
1127
+ "type": "GitHub Sponsors",
1128
+ "url": "https://github.com/sponsors/unifiedjs"
1129
+ },
1130
+ {
1131
+ "type": "OpenCollective",
1132
+ "url": "https://opencollective.com/unified"
1133
+ }
1134
+ ]
1135
+ },
1136
+ "node_modules/micromark-util-html-tag-name": {
1137
+ "version": "1.1.0",
1138
+ "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.1.0.tgz",
1139
+ "integrity": "sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA==",
1140
+ "funding": [
1141
+ {
1142
+ "type": "GitHub Sponsors",
1143
+ "url": "https://github.com/sponsors/unifiedjs"
1144
+ },
1145
+ {
1146
+ "type": "OpenCollective",
1147
+ "url": "https://opencollective.com/unified"
1148
+ }
1149
+ ]
1150
+ },
1151
+ "node_modules/micromark-util-normalize-identifier": {
1152
+ "version": "1.0.0",
1153
+ "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.0.0.tgz",
1154
+ "integrity": "sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==",
1155
+ "funding": [
1156
+ {
1157
+ "type": "GitHub Sponsors",
1158
+ "url": "https://github.com/sponsors/unifiedjs"
1159
+ },
1160
+ {
1161
+ "type": "OpenCollective",
1162
+ "url": "https://opencollective.com/unified"
1163
+ }
1164
+ ],
1165
+ "dependencies": {
1166
+ "micromark-util-symbol": "^1.0.0"
1167
+ }
1168
+ },
1169
+ "node_modules/micromark-util-resolve-all": {
1170
+ "version": "1.0.0",
1171
+ "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.0.0.tgz",
1172
+ "integrity": "sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==",
1173
+ "funding": [
1174
+ {
1175
+ "type": "GitHub Sponsors",
1176
+ "url": "https://github.com/sponsors/unifiedjs"
1177
+ },
1178
+ {
1179
+ "type": "OpenCollective",
1180
+ "url": "https://opencollective.com/unified"
1181
+ }
1182
+ ],
1183
+ "dependencies": {
1184
+ "micromark-util-types": "^1.0.0"
1185
+ }
1186
+ },
1187
+ "node_modules/micromark-util-sanitize-uri": {
1188
+ "version": "1.1.0",
1189
+ "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.1.0.tgz",
1190
+ "integrity": "sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==",
1191
+ "funding": [
1192
+ {
1193
+ "type": "GitHub Sponsors",
1194
+ "url": "https://github.com/sponsors/unifiedjs"
1195
+ },
1196
+ {
1197
+ "type": "OpenCollective",
1198
+ "url": "https://opencollective.com/unified"
1199
+ }
1200
+ ],
1201
+ "dependencies": {
1202
+ "micromark-util-character": "^1.0.0",
1203
+ "micromark-util-encode": "^1.0.0",
1204
+ "micromark-util-symbol": "^1.0.0"
1205
+ }
1206
+ },
1207
+ "node_modules/micromark-util-subtokenize": {
1208
+ "version": "1.0.2",
1209
+ "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.2.tgz",
1210
+ "integrity": "sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==",
1211
+ "funding": [
1212
+ {
1213
+ "type": "GitHub Sponsors",
1214
+ "url": "https://github.com/sponsors/unifiedjs"
1215
+ },
1216
+ {
1217
+ "type": "OpenCollective",
1218
+ "url": "https://opencollective.com/unified"
1219
+ }
1220
+ ],
1221
+ "dependencies": {
1222
+ "micromark-util-chunked": "^1.0.0",
1223
+ "micromark-util-symbol": "^1.0.0",
1224
+ "micromark-util-types": "^1.0.0",
1225
+ "uvu": "^0.5.0"
1226
+ }
1227
+ },
1228
+ "node_modules/micromark-util-symbol": {
1229
+ "version": "1.0.1",
1230
+ "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.0.1.tgz",
1231
+ "integrity": "sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==",
1232
+ "funding": [
1233
+ {
1234
+ "type": "GitHub Sponsors",
1235
+ "url": "https://github.com/sponsors/unifiedjs"
1236
+ },
1237
+ {
1238
+ "type": "OpenCollective",
1239
+ "url": "https://opencollective.com/unified"
1240
+ }
1241
+ ]
1242
+ },
1243
+ "node_modules/micromark-util-types": {
1244
+ "version": "1.0.2",
1245
+ "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.0.2.tgz",
1246
+ "integrity": "sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==",
1247
+ "funding": [
1248
+ {
1249
+ "type": "GitHub Sponsors",
1250
+ "url": "https://github.com/sponsors/unifiedjs"
1251
+ },
1252
+ {
1253
+ "type": "OpenCollective",
1254
+ "url": "https://opencollective.com/unified"
1255
+ }
1256
+ ]
1257
+ },
1258
+ "node_modules/minimatch": {
1259
+ "version": "5.1.0",
1260
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
1261
+ "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
1262
+ "dependencies": {
1263
+ "brace-expansion": "^2.0.1"
1264
+ },
1265
+ "engines": {
1266
+ "node": ">=10"
1267
+ }
1268
+ },
1269
+ "node_modules/minimist": {
1270
+ "version": "1.2.6",
1271
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
1272
+ "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
1273
+ },
1274
+ "node_modules/mkdirp": {
1275
+ "version": "1.0.4",
1276
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
1277
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
1278
+ "bin": {
1279
+ "mkdirp": "bin/cmd.js"
1280
+ },
1281
+ "engines": {
1282
+ "node": ">=10"
1283
+ }
1284
+ },
1285
+ "node_modules/mkdirp-infer-owner": {
1286
+ "version": "2.0.0",
1287
+ "resolved": "https://registry.npmjs.org/mkdirp-infer-owner/-/mkdirp-infer-owner-2.0.0.tgz",
1288
+ "integrity": "sha512-sdqtiFt3lkOaYvTXSRIUjkIdPTcxgv5+fgqYE/5qgwdw12cOrAuzzgzvVExIkH/ul1oeHN3bCLOWSG3XOqbKKw==",
1289
+ "dependencies": {
1290
+ "chownr": "^2.0.0",
1291
+ "infer-owner": "^1.0.4",
1292
+ "mkdirp": "^1.0.3"
1293
+ },
1294
+ "engines": {
1295
+ "node": ">=10"
1296
+ }
1297
+ },
1298
+ "node_modules/mri": {
1299
+ "version": "1.2.0",
1300
+ "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
1301
+ "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
1302
+ "engines": {
1303
+ "node": ">=4"
1304
+ }
1305
+ },
1306
+ "node_modules/ms": {
1307
+ "version": "2.1.2",
1308
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
1309
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
1310
+ },
1311
+ "node_modules/nopt": {
1312
+ "version": "6.0.0",
1313
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-6.0.0.tgz",
1314
+ "integrity": "sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==",
1315
+ "dependencies": {
1316
+ "abbrev": "^1.0.0"
1317
+ },
1318
+ "bin": {
1319
+ "nopt": "bin/nopt.js"
1320
+ },
1321
+ "engines": {
1322
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
1323
+ }
1324
+ },
1325
+ "node_modules/normalize-path": {
1326
+ "version": "3.0.0",
1327
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
1328
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
1329
+ "engines": {
1330
+ "node": ">=0.10.0"
1331
+ }
1332
+ },
1333
+ "node_modules/npm-normalize-package-bin": {
1334
+ "version": "1.0.1",
1335
+ "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
1336
+ "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA=="
1337
+ },
1338
+ "node_modules/once": {
1339
+ "version": "1.4.0",
1340
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1341
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1342
+ "dependencies": {
1343
+ "wrappy": "1"
1344
+ }
1345
+ },
1346
+ "node_modules/parse-json": {
1347
+ "version": "6.0.2",
1348
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-6.0.2.tgz",
1349
+ "integrity": "sha512-SA5aMiaIjXkAiBrW/yPgLgQAQg42f7K3ACO+2l/zOvtQBwX58DMUsFJXelW2fx3yMBmWOVkR6j1MGsdSbCA4UA==",
1350
+ "dependencies": {
1351
+ "@babel/code-frame": "^7.16.0",
1352
+ "error-ex": "^1.3.2",
1353
+ "json-parse-even-better-errors": "^2.3.1",
1354
+ "lines-and-columns": "^2.0.2"
1355
+ },
1356
+ "engines": {
1357
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1358
+ },
1359
+ "funding": {
1360
+ "url": "https://github.com/sponsors/sindresorhus"
1361
+ }
1362
+ },
1363
+ "node_modules/picomatch": {
1364
+ "version": "2.3.1",
1365
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1366
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1367
+ "engines": {
1368
+ "node": ">=8.6"
1369
+ },
1370
+ "funding": {
1371
+ "url": "https://github.com/sponsors/jonschlinkert"
1372
+ }
1373
+ },
1374
+ "node_modules/pluralize": {
1375
+ "version": "8.0.0",
1376
+ "license": "MIT",
1377
+ "engines": {
1378
+ "node": ">=4"
1379
+ }
1380
+ },
1381
+ "node_modules/proc-log": {
1382
+ "version": "2.0.1",
1383
+ "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.1.tgz",
1384
+ "integrity": "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==",
1385
+ "engines": {
1386
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
1387
+ }
1388
+ },
1389
+ "node_modules/read-package-json-fast": {
1390
+ "version": "2.0.3",
1391
+ "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-2.0.3.tgz",
1392
+ "integrity": "sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==",
1393
+ "dependencies": {
1394
+ "json-parse-even-better-errors": "^2.3.0",
1395
+ "npm-normalize-package-bin": "^1.0.1"
1396
+ },
1397
+ "engines": {
1398
+ "node": ">=10"
1399
+ }
1400
+ },
1401
+ "node_modules/readable-stream": {
1402
+ "version": "3.6.0",
1403
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
1404
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
1405
+ "dependencies": {
1406
+ "inherits": "^2.0.3",
1407
+ "string_decoder": "^1.1.1",
1408
+ "util-deprecate": "^1.0.1"
1409
+ },
1410
+ "engines": {
1411
+ "node": ">= 6"
1412
+ }
1413
+ },
1414
+ "node_modules/readdirp": {
1415
+ "version": "3.6.0",
1416
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
1417
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
1418
+ "dependencies": {
1419
+ "picomatch": "^2.2.1"
1420
+ },
1421
+ "engines": {
1422
+ "node": ">=8.10.0"
1423
+ }
1424
+ },
1425
+ "node_modules/remark": {
1426
+ "version": "14.0.2",
1427
+ "resolved": "https://registry.npmjs.org/remark/-/remark-14.0.2.tgz",
1428
+ "integrity": "sha512-A3ARm2V4BgiRXaUo5K0dRvJ1lbogrbXnhkJRmD0yw092/Yl0kOCZt1k9ZeElEwkZsWGsMumz6qL5MfNJH9nOBA==",
1429
+ "dependencies": {
1430
+ "@types/mdast": "^3.0.0",
1431
+ "remark-parse": "^10.0.0",
1432
+ "remark-stringify": "^10.0.0",
1433
+ "unified": "^10.0.0"
1434
+ },
1435
+ "funding": {
1436
+ "type": "opencollective",
1437
+ "url": "https://opencollective.com/unified"
1438
+ }
1439
+ },
1440
+ "node_modules/remark-cli": {
1441
+ "version": "11.0.0",
1442
+ "resolved": "https://registry.npmjs.org/remark-cli/-/remark-cli-11.0.0.tgz",
1443
+ "integrity": "sha512-8JEWwArXquRq1/In4Ftz7gSG9Scwb1ijT2/dEuBETW9omqhmMRxcfjZ3iKqrak3BnCJeZSXCdWEmPhFKC8+RUQ==",
1444
+ "dependencies": {
1445
+ "remark": "^14.0.0",
1446
+ "unified-args": "^10.0.0"
1447
+ },
1448
+ "bin": {
1449
+ "remark": "cli.js"
1450
+ },
1451
+ "funding": {
1452
+ "type": "opencollective",
1453
+ "url": "https://opencollective.com/unified"
1454
+ }
1455
+ },
1456
+ "node_modules/remark-lint": {
1457
+ "version": "7.0.1",
1458
+ "license": "MIT",
1459
+ "dependencies": {
1460
+ "remark-message-control": "^6.0.0"
1461
+ },
1462
+ "funding": {
1463
+ "type": "opencollective",
1464
+ "url": "https://opencollective.com/unified"
1465
+ }
1466
+ },
1467
+ "node_modules/remark-lint-final-newline": {
1468
+ "version": "1.0.5",
1469
+ "license": "MIT",
1470
+ "dependencies": {
1471
+ "unified-lint-rule": "^1.0.0"
1472
+ },
1473
+ "funding": {
1474
+ "type": "opencollective",
1475
+ "url": "https://opencollective.com/unified"
1476
+ }
1477
+ },
1478
+ "node_modules/remark-lint-hard-break-spaces": {
1479
+ "version": "2.0.1",
1480
+ "license": "MIT",
1481
+ "dependencies": {
1482
+ "unified-lint-rule": "^1.0.0",
1483
+ "unist-util-generated": "^1.1.0",
1484
+ "unist-util-position": "^3.0.0",
1485
+ "unist-util-visit": "^2.0.0"
1486
+ },
1487
+ "funding": {
1488
+ "type": "opencollective",
1489
+ "url": "https://opencollective.com/unified"
1490
+ }
1491
+ },
1492
+ "node_modules/remark-lint-list-item-bullet-indent": {
1493
+ "version": "2.0.1",
1494
+ "license": "MIT",
1495
+ "dependencies": {
1496
+ "pluralize": "^8.0.0",
1497
+ "unified-lint-rule": "^1.0.0",
1498
+ "unist-util-generated": "^1.1.0",
1499
+ "unist-util-position": "^3.0.0",
1500
+ "unist-util-visit": "^2.0.0"
1501
+ },
1502
+ "funding": {
1503
+ "type": "opencollective",
1504
+ "url": "https://opencollective.com/unified"
1505
+ }
1506
+ },
1507
+ "node_modules/remark-lint-list-item-indent": {
1508
+ "version": "2.0.1",
1509
+ "license": "MIT",
1510
+ "dependencies": {
1511
+ "pluralize": "^8.0.0",
1512
+ "unified-lint-rule": "^1.0.0",
1513
+ "unist-util-generated": "^1.1.0",
1514
+ "unist-util-position": "^3.0.0",
1515
+ "unist-util-visit": "^2.0.0"
1516
+ },
1517
+ "funding": {
1518
+ "type": "opencollective",
1519
+ "url": "https://opencollective.com/unified"
1520
+ }
1521
+ },
1522
+ "node_modules/remark-lint-no-auto-link-without-protocol": {
1523
+ "version": "2.0.1",
1524
+ "license": "MIT",
1525
+ "dependencies": {
1526
+ "mdast-util-to-string": "^1.0.2",
1527
+ "unified-lint-rule": "^1.0.0",
1528
+ "unist-util-generated": "^1.1.0",
1529
+ "unist-util-position": "^3.0.0",
1530
+ "unist-util-visit": "^2.0.0"
1531
+ },
1532
+ "funding": {
1533
+ "type": "opencollective",
1534
+ "url": "https://opencollective.com/unified"
1535
+ }
1536
+ },
1537
+ "node_modules/remark-lint-no-blockquote-without-marker": {
1538
+ "version": "3.0.1",
1539
+ "license": "MIT",
1540
+ "dependencies": {
1541
+ "unified-lint-rule": "^1.0.0",
1542
+ "unist-util-generated": "^1.1.0",
1543
+ "unist-util-position": "^3.0.0",
1544
+ "unist-util-visit": "^2.0.0",
1545
+ "vfile-location": "^3.0.0"
1546
+ },
1547
+ "funding": {
1548
+ "type": "opencollective",
1549
+ "url": "https://opencollective.com/unified"
1550
+ }
1551
+ },
1552
+ "node_modules/remark-lint-no-duplicate-definitions": {
1553
+ "version": "2.0.1",
1554
+ "license": "MIT",
1555
+ "dependencies": {
1556
+ "unified-lint-rule": "^1.0.0",
1557
+ "unist-util-generated": "^1.1.0",
1558
+ "unist-util-position": "^3.0.0",
1559
+ "unist-util-stringify-position": "^2.0.0",
1560
+ "unist-util-visit": "^2.0.0"
1561
+ },
1562
+ "funding": {
1563
+ "type": "opencollective",
1564
+ "url": "https://opencollective.com/unified"
1565
+ }
1566
+ },
1567
+ "node_modules/remark-lint-no-heading-content-indent": {
1568
+ "version": "2.0.1",
1569
+ "license": "MIT",
1570
+ "dependencies": {
1571
+ "mdast-util-heading-style": "^1.0.2",
1572
+ "pluralize": "^8.0.0",
1573
+ "unified-lint-rule": "^1.0.0",
1574
+ "unist-util-generated": "^1.1.0",
1575
+ "unist-util-position": "^3.0.0",
1576
+ "unist-util-visit": "^2.0.0"
1577
+ },
1578
+ "funding": {
1579
+ "type": "opencollective",
1580
+ "url": "https://opencollective.com/unified"
1581
+ }
1582
+ },
1583
+ "node_modules/remark-lint-no-inline-padding": {
1584
+ "version": "2.0.1",
1585
+ "license": "MIT",
1586
+ "dependencies": {
1587
+ "mdast-util-to-string": "^1.0.2",
1588
+ "unified-lint-rule": "^1.0.0",
1589
+ "unist-util-generated": "^1.1.0",
1590
+ "unist-util-visit": "^2.0.0"
1591
+ },
1592
+ "funding": {
1593
+ "type": "opencollective",
1594
+ "url": "https://opencollective.com/unified"
1595
+ }
1596
+ },
1597
+ "node_modules/remark-lint-no-literal-urls": {
1598
+ "version": "2.0.1",
1599
+ "license": "MIT",
1600
+ "dependencies": {
1601
+ "mdast-util-to-string": "^1.0.2",
1602
+ "unified-lint-rule": "^1.0.0",
1603
+ "unist-util-generated": "^1.1.0",
1604
+ "unist-util-position": "^3.0.0",
1605
+ "unist-util-visit": "^2.0.0"
1606
+ },
1607
+ "funding": {
1608
+ "type": "opencollective",
1609
+ "url": "https://opencollective.com/unified"
1610
+ }
1611
+ },
1612
+ "node_modules/remark-lint-no-shortcut-reference-image": {
1613
+ "version": "2.0.1",
1614
+ "license": "MIT",
1615
+ "dependencies": {
1616
+ "unified-lint-rule": "^1.0.0",
1617
+ "unist-util-generated": "^1.1.0",
1618
+ "unist-util-visit": "^2.0.0"
1619
+ },
1620
+ "funding": {
1621
+ "type": "opencollective",
1622
+ "url": "https://opencollective.com/unified"
1623
+ }
1624
+ },
1625
+ "node_modules/remark-lint-no-shortcut-reference-link": {
1626
+ "version": "2.0.1",
1627
+ "license": "MIT",
1628
+ "dependencies": {
1629
+ "unified-lint-rule": "^1.0.0",
1630
+ "unist-util-generated": "^1.1.0",
1631
+ "unist-util-visit": "^2.0.0"
1632
+ },
1633
+ "funding": {
1634
+ "type": "opencollective",
1635
+ "url": "https://opencollective.com/unified"
1636
+ }
1637
+ },
1638
+ "node_modules/remark-lint-no-undefined-references": {
1639
+ "version": "2.0.1",
1640
+ "license": "MIT",
1641
+ "dependencies": {
1642
+ "collapse-white-space": "^1.0.4",
1643
+ "unified-lint-rule": "^1.0.0",
1644
+ "unist-util-generated": "^1.1.0",
1645
+ "unist-util-visit": "^2.0.0"
1646
+ },
1647
+ "funding": {
1648
+ "type": "opencollective",
1649
+ "url": "https://opencollective.com/unified"
1650
+ }
1651
+ },
1652
+ "node_modules/remark-lint-no-unused-definitions": {
1653
+ "version": "2.0.1",
1654
+ "license": "MIT",
1655
+ "dependencies": {
1656
+ "unified-lint-rule": "^1.0.0",
1657
+ "unist-util-generated": "^1.1.0",
1658
+ "unist-util-visit": "^2.0.0"
1659
+ },
1660
+ "funding": {
1661
+ "type": "opencollective",
1662
+ "url": "https://opencollective.com/unified"
1663
+ }
1664
+ },
1665
+ "node_modules/remark-lint-ordered-list-marker-style": {
1666
+ "version": "2.0.1",
1667
+ "license": "MIT",
1668
+ "dependencies": {
1669
+ "unified-lint-rule": "^1.0.0",
1670
+ "unist-util-generated": "^1.1.0",
1671
+ "unist-util-position": "^3.0.0",
1672
+ "unist-util-visit": "^2.0.0"
1673
+ },
1674
+ "funding": {
1675
+ "type": "opencollective",
1676
+ "url": "https://opencollective.com/unified"
1677
+ }
1678
+ },
1679
+ "node_modules/remark-message-control": {
1680
+ "version": "6.0.0",
1681
+ "license": "MIT",
1682
+ "dependencies": {
1683
+ "mdast-comment-marker": "^1.0.0",
1684
+ "unified-message-control": "^3.0.0"
1685
+ },
1686
+ "funding": {
1687
+ "type": "opencollective",
1688
+ "url": "https://opencollective.com/unified"
1689
+ }
1690
+ },
1691
+ "node_modules/remark-parse": {
1692
+ "version": "10.0.1",
1693
+ "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.1.tgz",
1694
+ "integrity": "sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==",
1695
+ "dependencies": {
1696
+ "@types/mdast": "^3.0.0",
1697
+ "mdast-util-from-markdown": "^1.0.0",
1698
+ "unified": "^10.0.0"
1699
+ },
1700
+ "funding": {
1701
+ "type": "opencollective",
1702
+ "url": "https://opencollective.com/unified"
1703
+ }
1704
+ },
1705
+ "node_modules/remark-preset-lint-recommended": {
1706
+ "version": "4.0.1",
1707
+ "license": "MIT",
1708
+ "dependencies": {
1709
+ "remark-lint": "^7.0.0",
1710
+ "remark-lint-final-newline": "^1.0.0",
1711
+ "remark-lint-hard-break-spaces": "^2.0.0",
1712
+ "remark-lint-list-item-bullet-indent": "^2.0.0",
1713
+ "remark-lint-list-item-indent": "^2.0.0",
1714
+ "remark-lint-no-auto-link-without-protocol": "^2.0.0",
1715
+ "remark-lint-no-blockquote-without-marker": "^3.0.0",
1716
+ "remark-lint-no-duplicate-definitions": "^2.0.0",
1717
+ "remark-lint-no-heading-content-indent": "^2.0.0",
1718
+ "remark-lint-no-inline-padding": "^2.0.0",
1719
+ "remark-lint-no-literal-urls": "^2.0.0",
1720
+ "remark-lint-no-shortcut-reference-image": "^2.0.0",
1721
+ "remark-lint-no-shortcut-reference-link": "^2.0.0",
1722
+ "remark-lint-no-undefined-references": "^2.0.0",
1723
+ "remark-lint-no-unused-definitions": "^2.0.0",
1724
+ "remark-lint-ordered-list-marker-style": "^2.0.0"
1725
+ },
1726
+ "funding": {
1727
+ "type": "opencollective",
1728
+ "url": "https://opencollective.com/unified"
1729
+ }
1730
+ },
1731
+ "node_modules/remark-stringify": {
1732
+ "version": "10.0.2",
1733
+ "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.2.tgz",
1734
+ "integrity": "sha512-6wV3pvbPvHkbNnWB0wdDvVFHOe1hBRAx1Q/5g/EpH4RppAII6J8Gnwe7VbHuXaoKIF6LAg6ExTel/+kNqSQ7lw==",
1735
+ "dependencies": {
1736
+ "@types/mdast": "^3.0.0",
1737
+ "mdast-util-to-markdown": "^1.0.0",
1738
+ "unified": "^10.0.0"
1739
+ },
1740
+ "funding": {
1741
+ "type": "opencollective",
1742
+ "url": "https://opencollective.com/unified"
1743
+ }
1744
+ },
1745
+ "node_modules/sade": {
1746
+ "version": "1.8.1",
1747
+ "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz",
1748
+ "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
1749
+ "dependencies": {
1750
+ "mri": "^1.1.0"
1751
+ },
1752
+ "engines": {
1753
+ "node": ">=6"
1754
+ }
1755
+ },
1756
+ "node_modules/safe-buffer": {
1757
+ "version": "5.2.1",
1758
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1759
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1760
+ "funding": [
1761
+ {
1762
+ "type": "github",
1763
+ "url": "https://github.com/sponsors/feross"
1764
+ },
1765
+ {
1766
+ "type": "patreon",
1767
+ "url": "https://www.patreon.com/feross"
1768
+ },
1769
+ {
1770
+ "type": "consulting",
1771
+ "url": "https://feross.org/support"
1772
+ }
1773
+ ]
1774
+ },
1775
+ "node_modules/semver": {
1776
+ "version": "7.3.8",
1777
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
1778
+ "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
1779
+ "dependencies": {
1780
+ "lru-cache": "^6.0.0"
1781
+ },
1782
+ "bin": {
1783
+ "semver": "bin/semver.js"
1784
+ },
1785
+ "engines": {
1786
+ "node": ">=10"
1787
+ }
1788
+ },
1789
+ "node_modules/sliced": {
1790
+ "version": "1.0.1",
1791
+ "license": "MIT"
1792
+ },
1793
+ "node_modules/string_decoder": {
1794
+ "version": "1.3.0",
1795
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
1796
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
1797
+ "dependencies": {
1798
+ "safe-buffer": "~5.2.0"
1799
+ }
1800
+ },
1801
+ "node_modules/string-width": {
1802
+ "version": "5.1.2",
1803
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
1804
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
1805
+ "dependencies": {
1806
+ "eastasianwidth": "^0.2.0",
1807
+ "emoji-regex": "^9.2.2",
1808
+ "strip-ansi": "^7.0.1"
1809
+ },
1810
+ "engines": {
1811
+ "node": ">=12"
1812
+ },
1813
+ "funding": {
1814
+ "url": "https://github.com/sponsors/sindresorhus"
1815
+ }
1816
+ },
1817
+ "node_modules/strip-ansi": {
1818
+ "version": "7.0.1",
1819
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
1820
+ "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
1821
+ "dependencies": {
1822
+ "ansi-regex": "^6.0.1"
1823
+ },
1824
+ "engines": {
1825
+ "node": ">=12"
1826
+ },
1827
+ "funding": {
1828
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
1829
+ }
1830
+ },
1831
+ "node_modules/supports-color": {
1832
+ "version": "9.2.3",
1833
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.2.3.tgz",
1834
+ "integrity": "sha512-aszYUX/DVK/ed5rFLb/dDinVJrQjG/vmU433wtqVSD800rYsJNWxh2R3USV90aLSU+UsyQkbNeffVLzc6B6foA==",
1835
+ "engines": {
1836
+ "node": ">=12"
1837
+ },
1838
+ "funding": {
1839
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
1840
+ }
1841
+ },
1842
+ "node_modules/text-table": {
1843
+ "version": "0.2.0",
1844
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
1845
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="
1846
+ },
1847
+ "node_modules/to-regex-range": {
1848
+ "version": "5.0.1",
1849
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
1850
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
1851
+ "dependencies": {
1852
+ "is-number": "^7.0.0"
1853
+ },
1854
+ "engines": {
1855
+ "node": ">=8.0"
1856
+ }
1857
+ },
1858
+ "node_modules/to-vfile": {
1859
+ "version": "7.2.3",
1860
+ "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-7.2.3.tgz",
1861
+ "integrity": "sha512-QO0A9aE6Z/YkmQadJ0syxpmNXtcQiu0qAtCKYKD5cS3EfgfFTAXfgLX6AOaBrSfWSek5nfsMf3gBZ9KGVFcLuw==",
1862
+ "dependencies": {
1863
+ "is-buffer": "^2.0.0",
1864
+ "vfile": "^5.1.0"
1865
+ },
1866
+ "funding": {
1867
+ "type": "opencollective",
1868
+ "url": "https://opencollective.com/unified"
1869
+ }
1870
+ },
1871
+ "node_modules/trough": {
1872
+ "version": "2.1.0",
1873
+ "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz",
1874
+ "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==",
1875
+ "funding": {
1876
+ "type": "github",
1877
+ "url": "https://github.com/sponsors/wooorm"
1878
+ }
1879
+ },
1880
+ "node_modules/typedarray": {
1881
+ "version": "0.0.6",
1882
+ "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
1883
+ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
1884
+ },
1885
+ "node_modules/unified": {
1886
+ "version": "10.1.2",
1887
+ "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
1888
+ "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
1889
+ "dependencies": {
1890
+ "@types/unist": "^2.0.0",
1891
+ "bail": "^2.0.0",
1892
+ "extend": "^3.0.0",
1893
+ "is-buffer": "^2.0.0",
1894
+ "is-plain-obj": "^4.0.0",
1895
+ "trough": "^2.0.0",
1896
+ "vfile": "^5.0.0"
1897
+ },
1898
+ "funding": {
1899
+ "type": "opencollective",
1900
+ "url": "https://opencollective.com/unified"
1901
+ }
1902
+ },
1903
+ "node_modules/unified-args": {
1904
+ "version": "10.0.0",
1905
+ "resolved": "https://registry.npmjs.org/unified-args/-/unified-args-10.0.0.tgz",
1906
+ "integrity": "sha512-PqsqxwkXpGSLiMkbjNnKU33Ffm6gso6rAvz1TlBGzMBx3gpx7ewIhViBX8HEWmy0v7pebA5PM6RkRWWaYmtfYw==",
1907
+ "dependencies": {
1908
+ "@types/text-table": "^0.2.0",
1909
+ "camelcase": "^7.0.0",
1910
+ "chalk": "^5.0.0",
1911
+ "chokidar": "^3.0.0",
1912
+ "fault": "^2.0.0",
1913
+ "json5": "^2.0.0",
1914
+ "minimist": "^1.0.0",
1915
+ "text-table": "^0.2.0",
1916
+ "unified-engine": "^10.0.0"
1917
+ },
1918
+ "funding": {
1919
+ "type": "opencollective",
1920
+ "url": "https://opencollective.com/unified"
1921
+ }
1922
+ },
1923
+ "node_modules/unified-engine": {
1924
+ "version": "10.0.1",
1925
+ "resolved": "https://registry.npmjs.org/unified-engine/-/unified-engine-10.0.1.tgz",
1926
+ "integrity": "sha512-lsj7VC8kNWhK87rGBhidklk4llgrEdJoOZHoQFbTZQ/fA22JqowUPM10bEf05eSZOR6UnUSrZ/mPWHrQsHGm7g==",
1927
+ "dependencies": {
1928
+ "@types/concat-stream": "^2.0.0",
1929
+ "@types/debug": "^4.0.0",
1930
+ "@types/is-empty": "^1.0.0",
1931
+ "@types/node": "^18.0.0",
1932
+ "@types/unist": "^2.0.0",
1933
+ "concat-stream": "^2.0.0",
1934
+ "debug": "^4.0.0",
1935
+ "fault": "^2.0.0",
1936
+ "glob": "^8.0.0",
1937
+ "ignore": "^5.0.0",
1938
+ "is-buffer": "^2.0.0",
1939
+ "is-empty": "^1.0.0",
1940
+ "is-plain-obj": "^4.0.0",
1941
+ "load-plugin": "^5.0.0",
1942
+ "parse-json": "^6.0.0",
1943
+ "to-vfile": "^7.0.0",
1944
+ "trough": "^2.0.0",
1945
+ "unist-util-inspect": "^7.0.0",
1946
+ "vfile-message": "^3.0.0",
1947
+ "vfile-reporter": "^7.0.0",
1948
+ "vfile-statistics": "^2.0.0",
1949
+ "yaml": "^2.0.0"
1950
+ },
1951
+ "funding": {
1952
+ "type": "opencollective",
1953
+ "url": "https://opencollective.com/unified"
1954
+ }
1955
+ },
1956
+ "node_modules/unified-lint-rule": {
1957
+ "version": "1.0.6",
1958
+ "license": "MIT",
1959
+ "dependencies": {
1960
+ "wrapped": "^1.0.1"
1961
+ },
1962
+ "funding": {
1963
+ "type": "opencollective",
1964
+ "url": "https://opencollective.com/unified"
1965
+ }
1966
+ },
1967
+ "node_modules/unified-message-control": {
1968
+ "version": "3.0.1",
1969
+ "license": "MIT",
1970
+ "dependencies": {
1971
+ "unist-util-visit": "^2.0.0",
1972
+ "vfile-location": "^3.0.0"
1973
+ },
1974
+ "funding": {
1975
+ "type": "opencollective",
1976
+ "url": "https://opencollective.com/unified"
1977
+ }
1978
+ },
1979
+ "node_modules/unist-util-generated": {
1980
+ "version": "1.1.5",
1981
+ "license": "MIT",
1982
+ "funding": {
1983
+ "type": "opencollective",
1984
+ "url": "https://opencollective.com/unified"
1985
+ }
1986
+ },
1987
+ "node_modules/unist-util-inspect": {
1988
+ "version": "7.0.1",
1989
+ "resolved": "https://registry.npmjs.org/unist-util-inspect/-/unist-util-inspect-7.0.1.tgz",
1990
+ "integrity": "sha512-gEPeSrsYXus8012VJ00p9uZC8D0iogtLLiHlBgvS61hU22KNKduQhMKezJm83viHlLf3TYS2y9SDEFglWPDMKw==",
1991
+ "dependencies": {
1992
+ "@types/unist": "^2.0.0"
1993
+ },
1994
+ "funding": {
1995
+ "type": "opencollective",
1996
+ "url": "https://opencollective.com/unified"
1997
+ }
1998
+ },
1999
+ "node_modules/unist-util-is": {
2000
+ "version": "4.0.2",
2001
+ "license": "MIT",
2002
+ "funding": {
2003
+ "type": "opencollective",
2004
+ "url": "https://opencollective.com/unified"
2005
+ }
2006
+ },
2007
+ "node_modules/unist-util-position": {
2008
+ "version": "3.1.0",
2009
+ "license": "MIT",
2010
+ "funding": {
2011
+ "type": "opencollective",
2012
+ "url": "https://opencollective.com/unified"
2013
+ }
2014
+ },
2015
+ "node_modules/unist-util-stringify-position": {
2016
+ "version": "2.0.3",
2017
+ "license": "MIT",
2018
+ "dependencies": {
2019
+ "@types/unist": "^2.0.2"
2020
+ },
2021
+ "funding": {
2022
+ "type": "opencollective",
2023
+ "url": "https://opencollective.com/unified"
2024
+ }
2025
+ },
2026
+ "node_modules/unist-util-visit": {
2027
+ "version": "2.0.3",
2028
+ "license": "MIT",
2029
+ "dependencies": {
2030
+ "@types/unist": "^2.0.0",
2031
+ "unist-util-is": "^4.0.0",
2032
+ "unist-util-visit-parents": "^3.0.0"
2033
+ },
2034
+ "funding": {
2035
+ "type": "opencollective",
2036
+ "url": "https://opencollective.com/unified"
2037
+ }
2038
+ },
2039
+ "node_modules/unist-util-visit-parents": {
2040
+ "version": "3.1.0",
2041
+ "license": "MIT",
2042
+ "dependencies": {
2043
+ "@types/unist": "^2.0.0",
2044
+ "unist-util-is": "^4.0.0"
2045
+ },
2046
+ "funding": {
2047
+ "type": "opencollective",
2048
+ "url": "https://opencollective.com/unified"
2049
+ }
2050
+ },
2051
+ "node_modules/util-deprecate": {
2052
+ "version": "1.0.2",
2053
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
2054
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
2055
+ },
2056
+ "node_modules/uvu": {
2057
+ "version": "0.5.6",
2058
+ "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz",
2059
+ "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==",
2060
+ "dependencies": {
2061
+ "dequal": "^2.0.0",
2062
+ "diff": "^5.0.0",
2063
+ "kleur": "^4.0.3",
2064
+ "sade": "^1.7.3"
2065
+ },
2066
+ "bin": {
2067
+ "uvu": "bin.js"
2068
+ },
2069
+ "engines": {
2070
+ "node": ">=8"
2071
+ }
2072
+ },
2073
+ "node_modules/vfile": {
2074
+ "version": "5.3.5",
2075
+ "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.5.tgz",
2076
+ "integrity": "sha512-U1ho2ga33eZ8y8pkbQLH54uKqGhFJ6GYIHnnG5AhRpAh3OWjkrRHKa/KogbmQn8We+c0KVV3rTOgR9V/WowbXQ==",
2077
+ "dependencies": {
2078
+ "@types/unist": "^2.0.0",
2079
+ "is-buffer": "^2.0.0",
2080
+ "unist-util-stringify-position": "^3.0.0",
2081
+ "vfile-message": "^3.0.0"
2082
+ },
2083
+ "funding": {
2084
+ "type": "opencollective",
2085
+ "url": "https://opencollective.com/unified"
2086
+ }
2087
+ },
2088
+ "node_modules/vfile-location": {
2089
+ "version": "3.1.0",
2090
+ "license": "MIT",
2091
+ "funding": {
2092
+ "type": "opencollective",
2093
+ "url": "https://opencollective.com/unified"
2094
+ }
2095
+ },
2096
+ "node_modules/vfile-message": {
2097
+ "version": "3.1.2",
2098
+ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.2.tgz",
2099
+ "integrity": "sha512-QjSNP6Yxzyycd4SVOtmKKyTsSvClqBPJcd00Z0zuPj3hOIjg0rUPG6DbFGPvUKRgYyaIWLPKpuEclcuvb3H8qA==",
2100
+ "dependencies": {
2101
+ "@types/unist": "^2.0.0",
2102
+ "unist-util-stringify-position": "^3.0.0"
2103
+ },
2104
+ "funding": {
2105
+ "type": "opencollective",
2106
+ "url": "https://opencollective.com/unified"
2107
+ }
2108
+ },
2109
+ "node_modules/vfile-message/node_modules/unist-util-stringify-position": {
2110
+ "version": "3.0.2",
2111
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
2112
+ "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
2113
+ "dependencies": {
2114
+ "@types/unist": "^2.0.0"
2115
+ },
2116
+ "funding": {
2117
+ "type": "opencollective",
2118
+ "url": "https://opencollective.com/unified"
2119
+ }
2120
+ },
2121
+ "node_modules/vfile-reporter": {
2122
+ "version": "7.0.4",
2123
+ "resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-7.0.4.tgz",
2124
+ "integrity": "sha512-4cWalUnLrEnbeUQ+hARG5YZtaHieVK3Jp4iG5HslttkVl+MHunSGNAIrODOTLbtjWsNZJRMCkL66AhvZAYuJ9A==",
2125
+ "dependencies": {
2126
+ "@types/supports-color": "^8.0.0",
2127
+ "string-width": "^5.0.0",
2128
+ "supports-color": "^9.0.0",
2129
+ "unist-util-stringify-position": "^3.0.0",
2130
+ "vfile-sort": "^3.0.0",
2131
+ "vfile-statistics": "^2.0.0"
2132
+ },
2133
+ "funding": {
2134
+ "type": "opencollective",
2135
+ "url": "https://opencollective.com/unified"
2136
+ }
2137
+ },
2138
+ "node_modules/vfile-reporter/node_modules/unist-util-stringify-position": {
2139
+ "version": "3.0.2",
2140
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
2141
+ "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
2142
+ "dependencies": {
2143
+ "@types/unist": "^2.0.0"
2144
+ },
2145
+ "funding": {
2146
+ "type": "opencollective",
2147
+ "url": "https://opencollective.com/unified"
2148
+ }
2149
+ },
2150
+ "node_modules/vfile-sort": {
2151
+ "version": "3.0.0",
2152
+ "resolved": "https://registry.npmjs.org/vfile-sort/-/vfile-sort-3.0.0.tgz",
2153
+ "integrity": "sha512-fJNctnuMi3l4ikTVcKpxTbzHeCgvDhnI44amA3NVDvA6rTC6oKCFpCVyT5n2fFMr3ebfr+WVQZedOCd73rzSxg==",
2154
+ "dependencies": {
2155
+ "vfile-message": "^3.0.0"
2156
+ },
2157
+ "funding": {
2158
+ "type": "opencollective",
2159
+ "url": "https://opencollective.com/unified"
2160
+ }
2161
+ },
2162
+ "node_modules/vfile-statistics": {
2163
+ "version": "2.0.0",
2164
+ "resolved": "https://registry.npmjs.org/vfile-statistics/-/vfile-statistics-2.0.0.tgz",
2165
+ "integrity": "sha512-foOWtcnJhKN9M2+20AOTlWi2dxNfAoeNIoxD5GXcO182UJyId4QrXa41fWrgcfV3FWTjdEDy3I4cpLVcQscIMA==",
2166
+ "dependencies": {
2167
+ "vfile-message": "^3.0.0"
2168
+ },
2169
+ "funding": {
2170
+ "type": "opencollective",
2171
+ "url": "https://opencollective.com/unified"
2172
+ }
2173
+ },
2174
+ "node_modules/vfile/node_modules/unist-util-stringify-position": {
2175
+ "version": "3.0.2",
2176
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
2177
+ "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
2178
+ "dependencies": {
2179
+ "@types/unist": "^2.0.0"
2180
+ },
2181
+ "funding": {
2182
+ "type": "opencollective",
2183
+ "url": "https://opencollective.com/unified"
2184
+ }
2185
+ },
2186
+ "node_modules/walk-up-path": {
2187
+ "version": "1.0.0",
2188
+ "resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-1.0.0.tgz",
2189
+ "integrity": "sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg=="
2190
+ },
2191
+ "node_modules/wrapped": {
2192
+ "version": "1.0.1",
2193
+ "license": "MIT",
2194
+ "dependencies": {
2195
+ "co": "3.1.0",
2196
+ "sliced": "^1.0.1"
2197
+ }
2198
+ },
2199
+ "node_modules/wrappy": {
2200
+ "version": "1.0.2",
2201
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2202
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
2203
+ },
2204
+ "node_modules/yallist": {
2205
+ "version": "4.0.0",
2206
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
2207
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
2208
+ },
2209
+ "node_modules/yaml": {
2210
+ "version": "2.1.3",
2211
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz",
2212
+ "integrity": "sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==",
2213
+ "engines": {
2214
+ "node": ">= 14"
2215
+ }
2216
+ },
2217
+ "node_modules/zwitch": {
2218
+ "version": "2.0.2",
2219
+ "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.2.tgz",
2220
+ "integrity": "sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA==",
2221
+ "funding": {
2222
+ "type": "github",
2223
+ "url": "https://github.com/sponsors/wooorm"
2224
+ }
2225
+ }
2226
+ },
4
2227
  "dependencies": {
5
2228
  "@babel/code-frame": {
6
- "version": "7.10.4",
7
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
8
- "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
2229
+ "version": "7.18.6",
2230
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
2231
+ "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
9
2232
  "requires": {
10
- "@babel/highlight": "^7.10.4"
2233
+ "@babel/highlight": "^7.18.6"
11
2234
  }
12
2235
  },
13
2236
  "@babel/helper-validator-identifier": {
14
- "version": "7.10.4",
15
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
16
- "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw=="
2237
+ "version": "7.19.1",
2238
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
2239
+ "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="
17
2240
  },
18
2241
  "@babel/highlight": {
19
- "version": "7.10.4",
20
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
21
- "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",
2242
+ "version": "7.18.6",
2243
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
2244
+ "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
22
2245
  "requires": {
23
- "@babel/helper-validator-identifier": "^7.10.4",
2246
+ "@babel/helper-validator-identifier": "^7.18.6",
24
2247
  "chalk": "^2.0.0",
25
2248
  "js-tokens": "^4.0.0"
26
2249
  },
27
2250
  "dependencies": {
28
- "ansi-styles": {
29
- "version": "3.2.1",
30
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
31
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
32
- "requires": {
33
- "color-convert": "^1.9.0"
34
- }
35
- },
36
2251
  "chalk": {
37
2252
  "version": "2.4.2",
38
2253
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
@@ -43,24 +2258,6 @@
43
2258
  "supports-color": "^5.3.0"
44
2259
  }
45
2260
  },
46
- "color-convert": {
47
- "version": "1.9.3",
48
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
49
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
50
- "requires": {
51
- "color-name": "1.1.3"
52
- }
53
- },
54
- "color-name": {
55
- "version": "1.1.3",
56
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
57
- "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
58
- },
59
- "has-flag": {
60
- "version": "3.0.0",
61
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
62
- "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
63
- },
64
2261
  "supports-color": {
65
2262
  "version": "5.5.0",
66
2263
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
@@ -71,69 +2268,137 @@
71
2268
  }
72
2269
  }
73
2270
  },
74
- "@types/color-name": {
75
- "version": "1.1.1",
76
- "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz",
77
- "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ=="
2271
+ "@npmcli/config": {
2272
+ "version": "4.2.2",
2273
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-4.2.2.tgz",
2274
+ "integrity": "sha512-5GNcLd+0c4bYBnFop53+26CO5GQP0R9YcxlernohpHDWdIgzUg9I0+GEMk3sNHnLntATVU39d283A4OO+W402w==",
2275
+ "requires": {
2276
+ "@npmcli/map-workspaces": "^2.0.2",
2277
+ "ini": "^3.0.0",
2278
+ "mkdirp-infer-owner": "^2.0.0",
2279
+ "nopt": "^6.0.0",
2280
+ "proc-log": "^2.0.0",
2281
+ "read-package-json-fast": "^2.0.3",
2282
+ "semver": "^7.3.5",
2283
+ "walk-up-path": "^1.0.0"
2284
+ }
2285
+ },
2286
+ "@npmcli/map-workspaces": {
2287
+ "version": "2.0.4",
2288
+ "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-2.0.4.tgz",
2289
+ "integrity": "sha512-bMo0aAfwhVwqoVM5UzX1DJnlvVvzDCHae821jv48L1EsrYwfOZChlqWYXEtto/+BkBXetPbEWgau++/brh4oVg==",
2290
+ "requires": {
2291
+ "@npmcli/name-from-folder": "^1.0.1",
2292
+ "glob": "^8.0.1",
2293
+ "minimatch": "^5.0.1",
2294
+ "read-package-json-fast": "^2.0.3"
2295
+ }
2296
+ },
2297
+ "@npmcli/name-from-folder": {
2298
+ "version": "1.0.1",
2299
+ "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz",
2300
+ "integrity": "sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA=="
2301
+ },
2302
+ "@types/concat-stream": {
2303
+ "version": "2.0.0",
2304
+ "resolved": "https://registry.npmjs.org/@types/concat-stream/-/concat-stream-2.0.0.tgz",
2305
+ "integrity": "sha512-t3YCerNM7NTVjLuICZo5gYAXYoDvpuuTceCcFQWcDQz26kxUR5uIWolxbIR5jRNIXpMqhOpW/b8imCR1LEmuJw==",
2306
+ "requires": {
2307
+ "@types/node": "*"
2308
+ }
2309
+ },
2310
+ "@types/debug": {
2311
+ "version": "4.1.7",
2312
+ "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz",
2313
+ "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==",
2314
+ "requires": {
2315
+ "@types/ms": "*"
2316
+ }
2317
+ },
2318
+ "@types/is-empty": {
2319
+ "version": "1.2.1",
2320
+ "resolved": "https://registry.npmjs.org/@types/is-empty/-/is-empty-1.2.1.tgz",
2321
+ "integrity": "sha512-a3xgqnFTuNJDm1fjsTjHocYJ40Cz3t8utYpi5GNaxzrJC2HSD08ym+whIL7fNqiqBCdM9bcqD1H/tORWAFXoZw=="
2322
+ },
2323
+ "@types/mdast": {
2324
+ "version": "3.0.10",
2325
+ "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz",
2326
+ "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==",
2327
+ "requires": {
2328
+ "@types/unist": "*"
2329
+ }
2330
+ },
2331
+ "@types/ms": {
2332
+ "version": "0.7.31",
2333
+ "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz",
2334
+ "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
2335
+ },
2336
+ "@types/node": {
2337
+ "version": "18.8.2",
2338
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.2.tgz",
2339
+ "integrity": "sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA=="
2340
+ },
2341
+ "@types/supports-color": {
2342
+ "version": "8.1.1",
2343
+ "resolved": "https://registry.npmjs.org/@types/supports-color/-/supports-color-8.1.1.tgz",
2344
+ "integrity": "sha512-dPWnWsf+kzIG140B8z2w3fr5D03TLWbOAFQl45xUpI3vcizeXriNR5VYkWZ+WTMsUHqZ9Xlt3hrxGNANFyNQfw=="
2345
+ },
2346
+ "@types/text-table": {
2347
+ "version": "0.2.2",
2348
+ "resolved": "https://registry.npmjs.org/@types/text-table/-/text-table-0.2.2.tgz",
2349
+ "integrity": "sha512-dGoI5Af7To0R2XE8wJuc6vwlavWARsCh3UKJPjWs1YEqGUqfgBI/j/4GX0yf19/DsDPPf0YAXWAp8psNeIehLg=="
78
2350
  },
79
2351
  "@types/unist": {
80
- "version": "2.0.3",
81
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz",
82
- "integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ=="
2352
+ "version": "2.0.3"
2353
+ },
2354
+ "abbrev": {
2355
+ "version": "1.1.1",
2356
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
2357
+ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
83
2358
  },
84
2359
  "ansi-regex": {
85
- "version": "5.0.0",
86
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
87
- "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
2360
+ "version": "6.0.1",
2361
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
2362
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="
88
2363
  },
89
2364
  "ansi-styles": {
90
- "version": "4.2.1",
91
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz",
92
- "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==",
2365
+ "version": "3.2.1",
2366
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
2367
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
93
2368
  "requires": {
94
- "@types/color-name": "^1.1.1",
95
- "color-convert": "^2.0.1"
2369
+ "color-convert": "^1.9.0"
96
2370
  }
97
2371
  },
98
2372
  "anymatch": {
99
- "version": "3.1.1",
100
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
101
- "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
2373
+ "version": "3.1.2",
2374
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
2375
+ "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
102
2376
  "requires": {
103
2377
  "normalize-path": "^3.0.0",
104
2378
  "picomatch": "^2.0.4"
105
2379
  }
106
2380
  },
107
- "argparse": {
108
- "version": "1.0.10",
109
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
110
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
111
- "requires": {
112
- "sprintf-js": "~1.0.2"
113
- }
114
- },
115
2381
  "bail": {
116
- "version": "1.0.5",
117
- "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
118
- "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ=="
2382
+ "version": "2.0.2",
2383
+ "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
2384
+ "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw=="
119
2385
  },
120
2386
  "balanced-match": {
121
- "version": "1.0.0",
122
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
123
- "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
2387
+ "version": "1.0.2",
2388
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
2389
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
124
2390
  },
125
2391
  "binary-extensions": {
126
- "version": "2.1.0",
127
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz",
128
- "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ=="
2392
+ "version": "2.2.0",
2393
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
2394
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA=="
129
2395
  },
130
2396
  "brace-expansion": {
131
- "version": "1.1.11",
132
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
133
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2397
+ "version": "2.0.1",
2398
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
2399
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
134
2400
  "requires": {
135
- "balanced-match": "^1.0.0",
136
- "concat-map": "0.0.1"
2401
+ "balanced-match": "^1.0.0"
137
2402
  }
138
2403
  },
139
2404
  "braces": {
@@ -145,91 +2410,63 @@
145
2410
  }
146
2411
  },
147
2412
  "buffer-from": {
148
- "version": "1.1.1",
149
- "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
150
- "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A=="
2413
+ "version": "1.1.2",
2414
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
2415
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
151
2416
  },
152
2417
  "camelcase": {
153
- "version": "5.3.1",
154
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
155
- "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
156
- },
157
- "ccount": {
158
- "version": "1.0.5",
159
- "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.0.5.tgz",
160
- "integrity": "sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw=="
2418
+ "version": "7.0.0",
2419
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.0.tgz",
2420
+ "integrity": "sha512-JToIvOmz6nhGsUhAYScbo2d6Py5wojjNfoxoc2mEVLUdJ70gJK2gnd+ABY1Tc3sVMyK7QDPtN0T/XdlCQWITyQ=="
161
2421
  },
162
2422
  "chalk": {
163
- "version": "3.0.0",
164
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
165
- "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
166
- "requires": {
167
- "ansi-styles": "^4.1.0",
168
- "supports-color": "^7.1.0"
169
- }
2423
+ "version": "5.1.0",
2424
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz",
2425
+ "integrity": "sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ=="
170
2426
  },
171
2427
  "character-entities": {
172
- "version": "1.2.4",
173
- "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
174
- "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw=="
175
- },
176
- "character-entities-html4": {
177
- "version": "1.1.4",
178
- "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.4.tgz",
179
- "integrity": "sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g=="
180
- },
181
- "character-entities-legacy": {
182
- "version": "1.1.4",
183
- "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
184
- "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA=="
185
- },
186
- "character-reference-invalid": {
187
- "version": "1.1.4",
188
- "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
189
- "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg=="
2428
+ "version": "2.0.2",
2429
+ "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
2430
+ "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ=="
190
2431
  },
191
2432
  "chokidar": {
192
- "version": "3.4.2",
193
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz",
194
- "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==",
2433
+ "version": "3.5.3",
2434
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
2435
+ "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
195
2436
  "requires": {
196
- "anymatch": "~3.1.1",
2437
+ "anymatch": "~3.1.2",
197
2438
  "braces": "~3.0.2",
198
- "fsevents": "~2.1.2",
199
- "glob-parent": "~5.1.0",
2439
+ "fsevents": "~2.3.2",
2440
+ "glob-parent": "~5.1.2",
200
2441
  "is-binary-path": "~2.1.0",
201
2442
  "is-glob": "~4.0.1",
202
2443
  "normalize-path": "~3.0.0",
203
- "readdirp": "~3.4.0"
2444
+ "readdirp": "~3.6.0"
204
2445
  }
205
2446
  },
2447
+ "chownr": {
2448
+ "version": "2.0.0",
2449
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
2450
+ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ=="
2451
+ },
206
2452
  "co": {
207
- "version": "3.1.0",
208
- "resolved": "https://registry.npmjs.org/co/-/co-3.1.0.tgz",
209
- "integrity": "sha1-TqVOpaCJOBUxheFSEMaNkJK8G3g="
2453
+ "version": "3.1.0"
210
2454
  },
211
2455
  "collapse-white-space": {
212
- "version": "1.0.6",
213
- "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz",
214
- "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ=="
2456
+ "version": "1.0.6"
215
2457
  },
216
2458
  "color-convert": {
217
- "version": "2.0.1",
218
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
219
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2459
+ "version": "1.9.3",
2460
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
2461
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
220
2462
  "requires": {
221
- "color-name": "~1.1.4"
2463
+ "color-name": "1.1.3"
222
2464
  }
223
2465
  },
224
2466
  "color-name": {
225
- "version": "1.1.4",
226
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
227
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
228
- },
229
- "concat-map": {
230
- "version": "0.0.1",
231
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
232
- "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
2467
+ "version": "1.1.3",
2468
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
2469
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
233
2470
  },
234
2471
  "concat-stream": {
235
2472
  "version": "2.0.0",
@@ -243,17 +2480,40 @@
243
2480
  }
244
2481
  },
245
2482
  "debug": {
246
- "version": "4.2.0",
247
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
248
- "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
2483
+ "version": "4.3.4",
2484
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
2485
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
249
2486
  "requires": {
250
2487
  "ms": "2.1.2"
251
2488
  }
252
2489
  },
2490
+ "decode-named-character-reference": {
2491
+ "version": "1.0.2",
2492
+ "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz",
2493
+ "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==",
2494
+ "requires": {
2495
+ "character-entities": "^2.0.0"
2496
+ }
2497
+ },
2498
+ "dequal": {
2499
+ "version": "2.0.3",
2500
+ "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
2501
+ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="
2502
+ },
2503
+ "diff": {
2504
+ "version": "5.1.0",
2505
+ "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
2506
+ "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw=="
2507
+ },
2508
+ "eastasianwidth": {
2509
+ "version": "0.2.0",
2510
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
2511
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
2512
+ },
253
2513
  "emoji-regex": {
254
- "version": "8.0.0",
255
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
256
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
2514
+ "version": "9.2.2",
2515
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
2516
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
257
2517
  },
258
2518
  "error-ex": {
259
2519
  "version": "1.3.2",
@@ -266,12 +2526,7 @@
266
2526
  "escape-string-regexp": {
267
2527
  "version": "1.0.5",
268
2528
  "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
269
- "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
270
- },
271
- "esprima": {
272
- "version": "4.0.1",
273
- "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
274
- "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
2529
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
275
2530
  },
276
2531
  "extend": {
277
2532
  "version": "3.0.2",
@@ -279,26 +2534,13 @@
279
2534
  "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
280
2535
  },
281
2536
  "fault": {
282
- "version": "1.0.4",
283
- "resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz",
284
- "integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==",
2537
+ "version": "2.0.1",
2538
+ "resolved": "https://registry.npmjs.org/fault/-/fault-2.0.1.tgz",
2539
+ "integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==",
285
2540
  "requires": {
286
2541
  "format": "^0.2.0"
287
2542
  }
288
2543
  },
289
- "figgy-pudding": {
290
- "version": "3.5.2",
291
- "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz",
292
- "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw=="
293
- },
294
- "figures": {
295
- "version": "3.2.0",
296
- "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
297
- "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
298
- "requires": {
299
- "escape-string-regexp": "^1.0.5"
300
- }
301
- },
302
2544
  "fill-range": {
303
2545
  "version": "7.0.1",
304
2546
  "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@@ -307,65 +2549,66 @@
307
2549
  "to-regex-range": "^5.0.1"
308
2550
  }
309
2551
  },
310
- "find-up": {
311
- "version": "3.0.0",
312
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
313
- "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
314
- "requires": {
315
- "locate-path": "^3.0.0"
316
- }
317
- },
318
2552
  "format": {
319
2553
  "version": "0.2.2",
320
2554
  "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz",
321
- "integrity": "sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs="
2555
+ "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww=="
322
2556
  },
323
2557
  "fs.realpath": {
324
2558
  "version": "1.0.0",
325
2559
  "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
326
- "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
2560
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
327
2561
  },
328
2562
  "fsevents": {
329
- "version": "2.1.3",
330
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
331
- "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
2563
+ "version": "2.3.2",
2564
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
2565
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
332
2566
  "optional": true
333
2567
  },
334
2568
  "glob": {
335
- "version": "7.1.6",
336
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
337
- "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
2569
+ "version": "8.0.3",
2570
+ "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
2571
+ "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
338
2572
  "requires": {
339
2573
  "fs.realpath": "^1.0.0",
340
2574
  "inflight": "^1.0.4",
341
2575
  "inherits": "2",
342
- "minimatch": "^3.0.4",
343
- "once": "^1.3.0",
344
- "path-is-absolute": "^1.0.0"
2576
+ "minimatch": "^5.0.1",
2577
+ "once": "^1.3.0"
345
2578
  }
346
2579
  },
347
2580
  "glob-parent": {
348
- "version": "5.1.1",
349
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
350
- "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
2581
+ "version": "5.1.2",
2582
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
2583
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
351
2584
  "requires": {
352
2585
  "is-glob": "^4.0.1"
353
2586
  }
354
2587
  },
355
2588
  "has-flag": {
356
- "version": "4.0.0",
357
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
358
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
2589
+ "version": "3.0.0",
2590
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
2591
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
359
2592
  },
360
2593
  "ignore": {
361
- "version": "5.1.8",
362
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
363
- "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw=="
2594
+ "version": "5.2.0",
2595
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
2596
+ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
2597
+ },
2598
+ "import-meta-resolve": {
2599
+ "version": "2.1.0",
2600
+ "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-2.1.0.tgz",
2601
+ "integrity": "sha512-yG9pxkWJVTy4cmRsNWE3ztFdtFuYIV8G4N+cbCkO8b+qngkLyIUhxQFuZ0qJm67+0nUOxjMPT7nfksPKza1v2g=="
2602
+ },
2603
+ "infer-owner": {
2604
+ "version": "1.0.4",
2605
+ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
2606
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
364
2607
  },
365
2608
  "inflight": {
366
2609
  "version": "1.0.6",
367
2610
  "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
368
- "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
2611
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
369
2612
  "requires": {
370
2613
  "once": "^1.3.0",
371
2614
  "wrappy": "1"
@@ -373,37 +2616,18 @@
373
2616
  },
374
2617
  "inherits": {
375
2618
  "version": "2.0.4",
376
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
377
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
378
- },
379
- "ini": {
380
- "version": "1.3.7",
381
- "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz",
382
- "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ=="
383
- },
384
- "is-alphabetical": {
385
- "version": "1.0.4",
386
- "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
387
- "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg=="
388
- },
389
- "is-alphanumeric": {
390
- "version": "1.0.0",
391
- "resolved": "https://registry.npmjs.org/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz",
392
- "integrity": "sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ="
2619
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2620
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
393
2621
  },
394
- "is-alphanumerical": {
395
- "version": "1.0.4",
396
- "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
397
- "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
398
- "requires": {
399
- "is-alphabetical": "^1.0.0",
400
- "is-decimal": "^1.0.0"
401
- }
2622
+ "ini": {
2623
+ "version": "3.0.1",
2624
+ "resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz",
2625
+ "integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ=="
402
2626
  },
403
2627
  "is-arrayish": {
404
2628
  "version": "0.2.1",
405
2629
  "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
406
- "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
2630
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
407
2631
  },
408
2632
  "is-binary-path": {
409
2633
  "version": "2.1.0",
@@ -414,265 +2638,482 @@
414
2638
  }
415
2639
  },
416
2640
  "is-buffer": {
417
- "version": "2.0.4",
418
- "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz",
419
- "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A=="
420
- },
421
- "is-decimal": {
422
- "version": "1.0.4",
423
- "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
424
- "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw=="
2641
+ "version": "2.0.5",
2642
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
2643
+ "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ=="
425
2644
  },
426
2645
  "is-empty": {
427
2646
  "version": "1.2.0",
428
2647
  "resolved": "https://registry.npmjs.org/is-empty/-/is-empty-1.2.0.tgz",
429
- "integrity": "sha1-3pu1snhzigWgsJpX4ftNSjQan2s="
2648
+ "integrity": "sha512-F2FnH/otLNJv0J6wc73A5Xo7oHLNnqplYqZhUu01tD54DIPvxIRSTSLkrUB/M0nHO4vo1O9PDfN4KoTxCzLh/w=="
430
2649
  },
431
2650
  "is-extglob": {
432
2651
  "version": "2.1.1",
433
2652
  "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
434
- "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
435
- },
436
- "is-fullwidth-code-point": {
437
- "version": "3.0.0",
438
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
439
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
2653
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="
440
2654
  },
441
2655
  "is-glob": {
442
- "version": "4.0.1",
443
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
444
- "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
2656
+ "version": "4.0.3",
2657
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
2658
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
445
2659
  "requires": {
446
2660
  "is-extglob": "^2.1.1"
447
2661
  }
448
2662
  },
449
- "is-hexadecimal": {
450
- "version": "1.0.4",
451
- "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
452
- "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw=="
453
- },
454
2663
  "is-number": {
455
2664
  "version": "7.0.0",
456
2665
  "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
457
2666
  "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
458
2667
  },
459
2668
  "is-plain-obj": {
460
- "version": "2.1.0",
461
- "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
462
- "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA=="
463
- },
464
- "is-whitespace-character": {
465
- "version": "1.0.4",
466
- "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz",
467
- "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w=="
468
- },
469
- "is-word-character": {
470
- "version": "1.0.4",
471
- "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz",
472
- "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA=="
2669
+ "version": "4.1.0",
2670
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
2671
+ "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg=="
473
2672
  },
474
2673
  "js-tokens": {
475
2674
  "version": "4.0.0",
476
2675
  "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
477
2676
  "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
478
2677
  },
479
- "js-yaml": {
480
- "version": "3.14.0",
481
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz",
482
- "integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==",
483
- "requires": {
484
- "argparse": "^1.0.7",
485
- "esprima": "^4.0.0"
486
- }
487
- },
488
2678
  "json-parse-even-better-errors": {
489
2679
  "version": "2.3.1",
490
2680
  "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
491
2681
  "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
492
2682
  },
493
2683
  "json5": {
494
- "version": "2.1.3",
495
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz",
496
- "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==",
2684
+ "version": "2.2.1",
2685
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
2686
+ "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA=="
2687
+ },
2688
+ "kleur": {
2689
+ "version": "4.1.5",
2690
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
2691
+ "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ=="
2692
+ },
2693
+ "lines-and-columns": {
2694
+ "version": "2.0.3",
2695
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.3.tgz",
2696
+ "integrity": "sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w=="
2697
+ },
2698
+ "load-plugin": {
2699
+ "version": "5.0.0",
2700
+ "resolved": "https://registry.npmjs.org/load-plugin/-/load-plugin-5.0.0.tgz",
2701
+ "integrity": "sha512-jTz8tvC0BTMtof27lTSV5SAOnCRT0Z++k+S3QeQ5CrF8ZAS5L2nhi3euf4ZhJyDkds+nOQGyPcFqdQZ9s8ELkg==",
497
2702
  "requires": {
498
- "minimist": "^1.2.5"
2703
+ "@npmcli/config": "^4.0.0",
2704
+ "import-meta-resolve": "^2.0.0"
499
2705
  }
500
2706
  },
501
- "libnpmconfig": {
502
- "version": "1.2.1",
503
- "resolved": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.2.1.tgz",
504
- "integrity": "sha512-9esX8rTQAHqarx6qeZqmGQKBNZR5OIbl/Ayr0qQDy3oXja2iFVQQI81R6GZ2a02bSNZ9p3YOGX1O6HHCb1X7kA==",
2707
+ "longest-streak": {
2708
+ "version": "3.0.1",
2709
+ "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.0.1.tgz",
2710
+ "integrity": "sha512-cHlYSUpL2s7Fb3394mYxwTYj8niTaNHUCLr0qdiCXQfSjfuA7CKofpX2uSwEfFDQ0EB7JcnMnm+GjbqqoinYYg=="
2711
+ },
2712
+ "lru-cache": {
2713
+ "version": "6.0.0",
2714
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
2715
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
505
2716
  "requires": {
506
- "figgy-pudding": "^3.5.1",
507
- "find-up": "^3.0.0",
508
- "ini": "^1.3.5"
2717
+ "yallist": "^4.0.0"
509
2718
  }
510
2719
  },
511
- "lines-and-columns": {
512
- "version": "1.1.6",
513
- "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
514
- "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
2720
+ "mdast-comment-marker": {
2721
+ "version": "1.1.2"
515
2722
  },
516
- "load-plugin": {
517
- "version": "3.0.0",
518
- "resolved": "https://registry.npmjs.org/load-plugin/-/load-plugin-3.0.0.tgz",
519
- "integrity": "sha512-od7eKCCZ62ITvFf8nHHrIiYmgOHb4xVNDRDqxBWSaao5FZyyZVX8OmRCbwjDGPrSrgIulwPNyBsWCGnhiDC0oQ==",
2723
+ "mdast-util-from-markdown": {
2724
+ "version": "1.2.0",
2725
+ "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz",
2726
+ "integrity": "sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==",
520
2727
  "requires": {
521
- "libnpmconfig": "^1.0.0",
522
- "resolve-from": "^5.0.0"
2728
+ "@types/mdast": "^3.0.0",
2729
+ "@types/unist": "^2.0.0",
2730
+ "decode-named-character-reference": "^1.0.0",
2731
+ "mdast-util-to-string": "^3.1.0",
2732
+ "micromark": "^3.0.0",
2733
+ "micromark-util-decode-numeric-character-reference": "^1.0.0",
2734
+ "micromark-util-decode-string": "^1.0.0",
2735
+ "micromark-util-normalize-identifier": "^1.0.0",
2736
+ "micromark-util-symbol": "^1.0.0",
2737
+ "micromark-util-types": "^1.0.0",
2738
+ "unist-util-stringify-position": "^3.0.0",
2739
+ "uvu": "^0.5.0"
2740
+ },
2741
+ "dependencies": {
2742
+ "mdast-util-to-string": {
2743
+ "version": "3.1.0",
2744
+ "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz",
2745
+ "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA=="
2746
+ },
2747
+ "unist-util-stringify-position": {
2748
+ "version": "3.0.2",
2749
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
2750
+ "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
2751
+ "requires": {
2752
+ "@types/unist": "^2.0.0"
2753
+ }
2754
+ }
523
2755
  }
524
2756
  },
525
- "locate-path": {
526
- "version": "3.0.0",
527
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
528
- "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
2757
+ "mdast-util-heading-style": {
2758
+ "version": "1.0.6"
2759
+ },
2760
+ "mdast-util-to-markdown": {
2761
+ "version": "1.3.0",
2762
+ "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.3.0.tgz",
2763
+ "integrity": "sha512-6tUSs4r+KK4JGTTiQ7FfHmVOaDrLQJPmpjD6wPMlHGUVXoG9Vjc3jIeP+uyBWRf8clwB2blM+W7+KrlMYQnftA==",
529
2764
  "requires": {
530
- "p-locate": "^3.0.0",
531
- "path-exists": "^3.0.0"
2765
+ "@types/mdast": "^3.0.0",
2766
+ "@types/unist": "^2.0.0",
2767
+ "longest-streak": "^3.0.0",
2768
+ "mdast-util-to-string": "^3.0.0",
2769
+ "micromark-util-decode-string": "^1.0.0",
2770
+ "unist-util-visit": "^4.0.0",
2771
+ "zwitch": "^2.0.0"
2772
+ },
2773
+ "dependencies": {
2774
+ "mdast-util-to-string": {
2775
+ "version": "3.1.0",
2776
+ "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz",
2777
+ "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA=="
2778
+ },
2779
+ "unist-util-is": {
2780
+ "version": "5.1.1",
2781
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz",
2782
+ "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ=="
2783
+ },
2784
+ "unist-util-visit": {
2785
+ "version": "4.1.1",
2786
+ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.1.tgz",
2787
+ "integrity": "sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==",
2788
+ "requires": {
2789
+ "@types/unist": "^2.0.0",
2790
+ "unist-util-is": "^5.0.0",
2791
+ "unist-util-visit-parents": "^5.1.1"
2792
+ }
2793
+ },
2794
+ "unist-util-visit-parents": {
2795
+ "version": "5.1.1",
2796
+ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.1.tgz",
2797
+ "integrity": "sha512-gks4baapT/kNRaWxuGkl5BIhoanZo7sC/cUT/JToSRNL1dYoXRFl75d++NkjYk4TAu2uv2Px+l8guMajogeuiw==",
2798
+ "requires": {
2799
+ "@types/unist": "^2.0.0",
2800
+ "unist-util-is": "^5.0.0"
2801
+ }
2802
+ }
532
2803
  }
533
2804
  },
534
- "longest-streak": {
535
- "version": "2.0.4",
536
- "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz",
537
- "integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg=="
2805
+ "mdast-util-to-string": {
2806
+ "version": "1.1.0"
538
2807
  },
539
- "markdown-escapes": {
540
- "version": "1.0.4",
541
- "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz",
542
- "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg=="
2808
+ "micromark": {
2809
+ "version": "3.0.10",
2810
+ "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.0.10.tgz",
2811
+ "integrity": "sha512-ryTDy6UUunOXy2HPjelppgJ2sNfcPz1pLlMdA6Rz9jPzhLikWXv/irpWV/I2jd68Uhmny7hHxAlAhk4+vWggpg==",
2812
+ "requires": {
2813
+ "@types/debug": "^4.0.0",
2814
+ "debug": "^4.0.0",
2815
+ "decode-named-character-reference": "^1.0.0",
2816
+ "micromark-core-commonmark": "^1.0.1",
2817
+ "micromark-factory-space": "^1.0.0",
2818
+ "micromark-util-character": "^1.0.0",
2819
+ "micromark-util-chunked": "^1.0.0",
2820
+ "micromark-util-combine-extensions": "^1.0.0",
2821
+ "micromark-util-decode-numeric-character-reference": "^1.0.0",
2822
+ "micromark-util-encode": "^1.0.0",
2823
+ "micromark-util-normalize-identifier": "^1.0.0",
2824
+ "micromark-util-resolve-all": "^1.0.0",
2825
+ "micromark-util-sanitize-uri": "^1.0.0",
2826
+ "micromark-util-subtokenize": "^1.0.0",
2827
+ "micromark-util-symbol": "^1.0.0",
2828
+ "micromark-util-types": "^1.0.1",
2829
+ "uvu": "^0.5.0"
2830
+ }
2831
+ },
2832
+ "micromark-core-commonmark": {
2833
+ "version": "1.0.6",
2834
+ "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.0.6.tgz",
2835
+ "integrity": "sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==",
2836
+ "requires": {
2837
+ "decode-named-character-reference": "^1.0.0",
2838
+ "micromark-factory-destination": "^1.0.0",
2839
+ "micromark-factory-label": "^1.0.0",
2840
+ "micromark-factory-space": "^1.0.0",
2841
+ "micromark-factory-title": "^1.0.0",
2842
+ "micromark-factory-whitespace": "^1.0.0",
2843
+ "micromark-util-character": "^1.0.0",
2844
+ "micromark-util-chunked": "^1.0.0",
2845
+ "micromark-util-classify-character": "^1.0.0",
2846
+ "micromark-util-html-tag-name": "^1.0.0",
2847
+ "micromark-util-normalize-identifier": "^1.0.0",
2848
+ "micromark-util-resolve-all": "^1.0.0",
2849
+ "micromark-util-subtokenize": "^1.0.0",
2850
+ "micromark-util-symbol": "^1.0.0",
2851
+ "micromark-util-types": "^1.0.1",
2852
+ "uvu": "^0.5.0"
2853
+ }
2854
+ },
2855
+ "micromark-factory-destination": {
2856
+ "version": "1.0.0",
2857
+ "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.0.0.tgz",
2858
+ "integrity": "sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==",
2859
+ "requires": {
2860
+ "micromark-util-character": "^1.0.0",
2861
+ "micromark-util-symbol": "^1.0.0",
2862
+ "micromark-util-types": "^1.0.0"
2863
+ }
543
2864
  },
544
- "markdown-extensions": {
545
- "version": "1.1.1",
546
- "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-1.1.1.tgz",
547
- "integrity": "sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q=="
2865
+ "micromark-factory-label": {
2866
+ "version": "1.0.2",
2867
+ "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.0.2.tgz",
2868
+ "integrity": "sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==",
2869
+ "requires": {
2870
+ "micromark-util-character": "^1.0.0",
2871
+ "micromark-util-symbol": "^1.0.0",
2872
+ "micromark-util-types": "^1.0.0",
2873
+ "uvu": "^0.5.0"
2874
+ }
548
2875
  },
549
- "markdown-table": {
550
- "version": "2.0.0",
551
- "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz",
552
- "integrity": "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==",
2876
+ "micromark-factory-space": {
2877
+ "version": "1.0.0",
2878
+ "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.0.0.tgz",
2879
+ "integrity": "sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==",
553
2880
  "requires": {
554
- "repeat-string": "^1.0.0"
2881
+ "micromark-util-character": "^1.0.0",
2882
+ "micromark-util-types": "^1.0.0"
555
2883
  }
556
2884
  },
557
- "mdast-comment-marker": {
558
- "version": "1.1.2",
559
- "resolved": "https://registry.npmjs.org/mdast-comment-marker/-/mdast-comment-marker-1.1.2.tgz",
560
- "integrity": "sha512-vTFXtmbbF3rgnTh3Zl3irso4LtvwUq/jaDvT2D1JqTGAwaipcS7RpTxzi6KjoRqI9n2yuAhzLDAC8xVTF3XYVQ=="
2885
+ "micromark-factory-title": {
2886
+ "version": "1.0.2",
2887
+ "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.0.2.tgz",
2888
+ "integrity": "sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==",
2889
+ "requires": {
2890
+ "micromark-factory-space": "^1.0.0",
2891
+ "micromark-util-character": "^1.0.0",
2892
+ "micromark-util-symbol": "^1.0.0",
2893
+ "micromark-util-types": "^1.0.0",
2894
+ "uvu": "^0.5.0"
2895
+ }
561
2896
  },
562
- "mdast-util-compact": {
563
- "version": "2.0.1",
564
- "resolved": "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-2.0.1.tgz",
565
- "integrity": "sha512-7GlnT24gEwDrdAwEHrU4Vv5lLWrEer4KOkAiKT9nYstsTad7Oc1TwqT2zIMKRdZF7cTuaf+GA1E4Kv7jJh8mPA==",
2897
+ "micromark-factory-whitespace": {
2898
+ "version": "1.0.0",
2899
+ "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.0.0.tgz",
2900
+ "integrity": "sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==",
566
2901
  "requires": {
567
- "unist-util-visit": "^2.0.0"
2902
+ "micromark-factory-space": "^1.0.0",
2903
+ "micromark-util-character": "^1.0.0",
2904
+ "micromark-util-symbol": "^1.0.0",
2905
+ "micromark-util-types": "^1.0.0"
568
2906
  }
569
2907
  },
570
- "mdast-util-heading-style": {
571
- "version": "1.0.6",
572
- "resolved": "https://registry.npmjs.org/mdast-util-heading-style/-/mdast-util-heading-style-1.0.6.tgz",
573
- "integrity": "sha512-8ZuuegRqS0KESgjAGW8zTx4tJ3VNIiIaGFNEzFpRSAQBavVc7AvOo9I4g3crcZBfYisHs4seYh0rAVimO6HyOw=="
2908
+ "micromark-util-character": {
2909
+ "version": "1.1.0",
2910
+ "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.1.0.tgz",
2911
+ "integrity": "sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==",
2912
+ "requires": {
2913
+ "micromark-util-symbol": "^1.0.0",
2914
+ "micromark-util-types": "^1.0.0"
2915
+ }
574
2916
  },
575
- "mdast-util-to-string": {
2917
+ "micromark-util-chunked": {
2918
+ "version": "1.0.0",
2919
+ "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.0.0.tgz",
2920
+ "integrity": "sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==",
2921
+ "requires": {
2922
+ "micromark-util-symbol": "^1.0.0"
2923
+ }
2924
+ },
2925
+ "micromark-util-classify-character": {
2926
+ "version": "1.0.0",
2927
+ "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.0.0.tgz",
2928
+ "integrity": "sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==",
2929
+ "requires": {
2930
+ "micromark-util-character": "^1.0.0",
2931
+ "micromark-util-symbol": "^1.0.0",
2932
+ "micromark-util-types": "^1.0.0"
2933
+ }
2934
+ },
2935
+ "micromark-util-combine-extensions": {
2936
+ "version": "1.0.0",
2937
+ "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.0.0.tgz",
2938
+ "integrity": "sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==",
2939
+ "requires": {
2940
+ "micromark-util-chunked": "^1.0.0",
2941
+ "micromark-util-types": "^1.0.0"
2942
+ }
2943
+ },
2944
+ "micromark-util-decode-numeric-character-reference": {
2945
+ "version": "1.0.0",
2946
+ "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.0.0.tgz",
2947
+ "integrity": "sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==",
2948
+ "requires": {
2949
+ "micromark-util-symbol": "^1.0.0"
2950
+ }
2951
+ },
2952
+ "micromark-util-decode-string": {
2953
+ "version": "1.0.2",
2954
+ "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.0.2.tgz",
2955
+ "integrity": "sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==",
2956
+ "requires": {
2957
+ "decode-named-character-reference": "^1.0.0",
2958
+ "micromark-util-character": "^1.0.0",
2959
+ "micromark-util-decode-numeric-character-reference": "^1.0.0",
2960
+ "micromark-util-symbol": "^1.0.0"
2961
+ }
2962
+ },
2963
+ "micromark-util-encode": {
2964
+ "version": "1.0.1",
2965
+ "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.0.1.tgz",
2966
+ "integrity": "sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA=="
2967
+ },
2968
+ "micromark-util-html-tag-name": {
2969
+ "version": "1.1.0",
2970
+ "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.1.0.tgz",
2971
+ "integrity": "sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA=="
2972
+ },
2973
+ "micromark-util-normalize-identifier": {
2974
+ "version": "1.0.0",
2975
+ "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.0.0.tgz",
2976
+ "integrity": "sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==",
2977
+ "requires": {
2978
+ "micromark-util-symbol": "^1.0.0"
2979
+ }
2980
+ },
2981
+ "micromark-util-resolve-all": {
2982
+ "version": "1.0.0",
2983
+ "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.0.0.tgz",
2984
+ "integrity": "sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==",
2985
+ "requires": {
2986
+ "micromark-util-types": "^1.0.0"
2987
+ }
2988
+ },
2989
+ "micromark-util-sanitize-uri": {
576
2990
  "version": "1.1.0",
577
- "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz",
578
- "integrity": "sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A=="
2991
+ "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.1.0.tgz",
2992
+ "integrity": "sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==",
2993
+ "requires": {
2994
+ "micromark-util-character": "^1.0.0",
2995
+ "micromark-util-encode": "^1.0.0",
2996
+ "micromark-util-symbol": "^1.0.0"
2997
+ }
2998
+ },
2999
+ "micromark-util-subtokenize": {
3000
+ "version": "1.0.2",
3001
+ "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.2.tgz",
3002
+ "integrity": "sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==",
3003
+ "requires": {
3004
+ "micromark-util-chunked": "^1.0.0",
3005
+ "micromark-util-symbol": "^1.0.0",
3006
+ "micromark-util-types": "^1.0.0",
3007
+ "uvu": "^0.5.0"
3008
+ }
3009
+ },
3010
+ "micromark-util-symbol": {
3011
+ "version": "1.0.1",
3012
+ "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.0.1.tgz",
3013
+ "integrity": "sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ=="
3014
+ },
3015
+ "micromark-util-types": {
3016
+ "version": "1.0.2",
3017
+ "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.0.2.tgz",
3018
+ "integrity": "sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w=="
579
3019
  },
580
3020
  "minimatch": {
581
- "version": "3.0.4",
582
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
583
- "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
3021
+ "version": "5.1.0",
3022
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
3023
+ "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
584
3024
  "requires": {
585
- "brace-expansion": "^1.1.7"
3025
+ "brace-expansion": "^2.0.1"
586
3026
  }
587
3027
  },
588
3028
  "minimist": {
589
- "version": "1.2.5",
590
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
591
- "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
3029
+ "version": "1.2.6",
3030
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
3031
+ "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
3032
+ },
3033
+ "mkdirp": {
3034
+ "version": "1.0.4",
3035
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
3036
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
3037
+ },
3038
+ "mkdirp-infer-owner": {
3039
+ "version": "2.0.0",
3040
+ "resolved": "https://registry.npmjs.org/mkdirp-infer-owner/-/mkdirp-infer-owner-2.0.0.tgz",
3041
+ "integrity": "sha512-sdqtiFt3lkOaYvTXSRIUjkIdPTcxgv5+fgqYE/5qgwdw12cOrAuzzgzvVExIkH/ul1oeHN3bCLOWSG3XOqbKKw==",
3042
+ "requires": {
3043
+ "chownr": "^2.0.0",
3044
+ "infer-owner": "^1.0.4",
3045
+ "mkdirp": "^1.0.3"
3046
+ }
3047
+ },
3048
+ "mri": {
3049
+ "version": "1.2.0",
3050
+ "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
3051
+ "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA=="
592
3052
  },
593
3053
  "ms": {
594
3054
  "version": "2.1.2",
595
3055
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
596
3056
  "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
597
3057
  },
3058
+ "nopt": {
3059
+ "version": "6.0.0",
3060
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-6.0.0.tgz",
3061
+ "integrity": "sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==",
3062
+ "requires": {
3063
+ "abbrev": "^1.0.0"
3064
+ }
3065
+ },
598
3066
  "normalize-path": {
599
3067
  "version": "3.0.0",
600
3068
  "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
601
3069
  "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
602
3070
  },
3071
+ "npm-normalize-package-bin": {
3072
+ "version": "1.0.1",
3073
+ "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
3074
+ "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA=="
3075
+ },
603
3076
  "once": {
604
3077
  "version": "1.4.0",
605
3078
  "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
606
- "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
3079
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
607
3080
  "requires": {
608
3081
  "wrappy": "1"
609
3082
  }
610
3083
  },
611
- "p-limit": {
612
- "version": "2.3.0",
613
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
614
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
3084
+ "parse-json": {
3085
+ "version": "6.0.2",
3086
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-6.0.2.tgz",
3087
+ "integrity": "sha512-SA5aMiaIjXkAiBrW/yPgLgQAQg42f7K3ACO+2l/zOvtQBwX58DMUsFJXelW2fx3yMBmWOVkR6j1MGsdSbCA4UA==",
615
3088
  "requires": {
616
- "p-try": "^2.0.0"
3089
+ "@babel/code-frame": "^7.16.0",
3090
+ "error-ex": "^1.3.2",
3091
+ "json-parse-even-better-errors": "^2.3.1",
3092
+ "lines-and-columns": "^2.0.2"
617
3093
  }
618
3094
  },
619
- "p-locate": {
620
- "version": "3.0.0",
621
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
622
- "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
623
- "requires": {
624
- "p-limit": "^2.0.0"
625
- }
3095
+ "picomatch": {
3096
+ "version": "2.3.1",
3097
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
3098
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
626
3099
  },
627
- "p-try": {
628
- "version": "2.2.0",
629
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
630
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
3100
+ "pluralize": {
3101
+ "version": "8.0.0"
631
3102
  },
632
- "parse-entities": {
633
- "version": "2.0.0",
634
- "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
635
- "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
636
- "requires": {
637
- "character-entities": "^1.0.0",
638
- "character-entities-legacy": "^1.0.0",
639
- "character-reference-invalid": "^1.0.0",
640
- "is-alphanumerical": "^1.0.0",
641
- "is-decimal": "^1.0.0",
642
- "is-hexadecimal": "^1.0.0"
643
- }
3103
+ "proc-log": {
3104
+ "version": "2.0.1",
3105
+ "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.1.tgz",
3106
+ "integrity": "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw=="
644
3107
  },
645
- "parse-json": {
646
- "version": "5.1.0",
647
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.1.0.tgz",
648
- "integrity": "sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ==",
3108
+ "read-package-json-fast": {
3109
+ "version": "2.0.3",
3110
+ "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-2.0.3.tgz",
3111
+ "integrity": "sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==",
649
3112
  "requires": {
650
- "@babel/code-frame": "^7.0.0",
651
- "error-ex": "^1.3.1",
652
3113
  "json-parse-even-better-errors": "^2.3.0",
653
- "lines-and-columns": "^1.1.6"
3114
+ "npm-normalize-package-bin": "^1.0.1"
654
3115
  }
655
3116
  },
656
- "path-exists": {
657
- "version": "3.0.0",
658
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
659
- "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
660
- },
661
- "path-is-absolute": {
662
- "version": "1.0.1",
663
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
664
- "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
665
- },
666
- "picomatch": {
667
- "version": "2.2.2",
668
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
669
- "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg=="
670
- },
671
- "pluralize": {
672
- "version": "8.0.0",
673
- "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
674
- "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA=="
675
- },
676
3117
  "readable-stream": {
677
3118
  "version": "3.6.0",
678
3119
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
@@ -684,53 +3125,47 @@
684
3125
  }
685
3126
  },
686
3127
  "readdirp": {
687
- "version": "3.4.0",
688
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz",
689
- "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==",
3128
+ "version": "3.6.0",
3129
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
3130
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
690
3131
  "requires": {
691
3132
  "picomatch": "^2.2.1"
692
3133
  }
693
3134
  },
694
3135
  "remark": {
695
- "version": "12.0.1",
696
- "resolved": "https://registry.npmjs.org/remark/-/remark-12.0.1.tgz",
697
- "integrity": "sha512-gS7HDonkdIaHmmP/+shCPejCEEW+liMp/t/QwmF0Xt47Rpuhl32lLtDV1uKWvGoq+kxr5jSgg5oAIpGuyULjUw==",
3136
+ "version": "14.0.2",
3137
+ "resolved": "https://registry.npmjs.org/remark/-/remark-14.0.2.tgz",
3138
+ "integrity": "sha512-A3ARm2V4BgiRXaUo5K0dRvJ1lbogrbXnhkJRmD0yw092/Yl0kOCZt1k9ZeElEwkZsWGsMumz6qL5MfNJH9nOBA==",
698
3139
  "requires": {
699
- "remark-parse": "^8.0.0",
700
- "remark-stringify": "^8.0.0",
701
- "unified": "^9.0.0"
3140
+ "@types/mdast": "^3.0.0",
3141
+ "remark-parse": "^10.0.0",
3142
+ "remark-stringify": "^10.0.0",
3143
+ "unified": "^10.0.0"
702
3144
  }
703
3145
  },
704
3146
  "remark-cli": {
705
- "version": "8.0.1",
706
- "resolved": "https://registry.npmjs.org/remark-cli/-/remark-cli-8.0.1.tgz",
707
- "integrity": "sha512-UaYeFI5qUAzkthUd8/MLBQD5OKM6jLN8GRvF6v+KF7xO/i1jQ+X2VqUSQAxWFYxZ8R25gM56GVjeoKOZ0EIr8A==",
3147
+ "version": "11.0.0",
3148
+ "resolved": "https://registry.npmjs.org/remark-cli/-/remark-cli-11.0.0.tgz",
3149
+ "integrity": "sha512-8JEWwArXquRq1/In4Ftz7gSG9Scwb1ijT2/dEuBETW9omqhmMRxcfjZ3iKqrak3BnCJeZSXCdWEmPhFKC8+RUQ==",
708
3150
  "requires": {
709
- "markdown-extensions": "^1.1.0",
710
- "remark": "^12.0.0",
711
- "unified-args": "^8.0.0"
3151
+ "remark": "^14.0.0",
3152
+ "unified-args": "^10.0.0"
712
3153
  }
713
3154
  },
714
3155
  "remark-lint": {
715
3156
  "version": "7.0.1",
716
- "resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-7.0.1.tgz",
717
- "integrity": "sha512-caZXo3qhuBxzvq9JSJFVQ/ERDq/6TJVgWn0KDwKOIJCGOuLXfQhby5XttUq+Rn7kLbNMtvwfWHJlte14LpaeXQ==",
718
3157
  "requires": {
719
3158
  "remark-message-control": "^6.0.0"
720
3159
  }
721
3160
  },
722
3161
  "remark-lint-final-newline": {
723
3162
  "version": "1.0.5",
724
- "resolved": "https://registry.npmjs.org/remark-lint-final-newline/-/remark-lint-final-newline-1.0.5.tgz",
725
- "integrity": "sha512-rfLlW8+Fz2dqnaEgU4JwLA55CQF1T4mfSs/GwkkeUCGPenvEYwSkCN2KO2Gr1dy8qPoOdTFE1rSufLjmeTW5HA==",
726
3163
  "requires": {
727
3164
  "unified-lint-rule": "^1.0.0"
728
3165
  }
729
3166
  },
730
3167
  "remark-lint-hard-break-spaces": {
731
3168
  "version": "2.0.1",
732
- "resolved": "https://registry.npmjs.org/remark-lint-hard-break-spaces/-/remark-lint-hard-break-spaces-2.0.1.tgz",
733
- "integrity": "sha512-Qfn/BMQFamHhtbfLrL8Co/dbYJFLRL4PGVXZ5wumkUO5f9FkZC2RsV+MD9lisvGTkJK0ZEJrVVeaPbUIFM0OAw==",
734
3169
  "requires": {
735
3170
  "unified-lint-rule": "^1.0.0",
736
3171
  "unist-util-generated": "^1.1.0",
@@ -740,8 +3175,6 @@
740
3175
  },
741
3176
  "remark-lint-list-item-bullet-indent": {
742
3177
  "version": "2.0.1",
743
- "resolved": "https://registry.npmjs.org/remark-lint-list-item-bullet-indent/-/remark-lint-list-item-bullet-indent-2.0.1.tgz",
744
- "integrity": "sha512-tozDt9LChG1CvYJnBQH/oh45vNcHYBvg79ogvV0f8MtE/K0CXsM8EpfQ6pImFUdHpBV1op6aF6zPMrB0AkRhcQ==",
745
3178
  "requires": {
746
3179
  "pluralize": "^8.0.0",
747
3180
  "unified-lint-rule": "^1.0.0",
@@ -752,8 +3185,6 @@
752
3185
  },
753
3186
  "remark-lint-list-item-indent": {
754
3187
  "version": "2.0.1",
755
- "resolved": "https://registry.npmjs.org/remark-lint-list-item-indent/-/remark-lint-list-item-indent-2.0.1.tgz",
756
- "integrity": "sha512-4IKbA9GA14Q9PzKSQI6KEHU/UGO36CSQEjaDIhmb9UOhyhuzz4vWhnSIsxyI73n9nl9GGRAMNUSGzr4pQUFwTA==",
757
3188
  "requires": {
758
3189
  "pluralize": "^8.0.0",
759
3190
  "unified-lint-rule": "^1.0.0",
@@ -764,8 +3195,6 @@
764
3195
  },
765
3196
  "remark-lint-no-auto-link-without-protocol": {
766
3197
  "version": "2.0.1",
767
- "resolved": "https://registry.npmjs.org/remark-lint-no-auto-link-without-protocol/-/remark-lint-no-auto-link-without-protocol-2.0.1.tgz",
768
- "integrity": "sha512-TFcXxzucsfBb/5uMqGF1rQA+WJJqm1ZlYQXyvJEXigEZ8EAxsxZGPb/gOQARHl/y0vymAuYxMTaChavPKaBqpQ==",
769
3198
  "requires": {
770
3199
  "mdast-util-to-string": "^1.0.2",
771
3200
  "unified-lint-rule": "^1.0.0",
@@ -776,8 +3205,6 @@
776
3205
  },
777
3206
  "remark-lint-no-blockquote-without-marker": {
778
3207
  "version": "3.0.1",
779
- "resolved": "https://registry.npmjs.org/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-3.0.1.tgz",
780
- "integrity": "sha512-sM953+u0zN90SGd2V5hWcFbacbpaROUslS5Q5F7/aa66/2rAwh6zVnrXc4pf7fFOpj7I9Xa8Aw+uB+3RJWwdrQ==",
781
3208
  "requires": {
782
3209
  "unified-lint-rule": "^1.0.0",
783
3210
  "unist-util-generated": "^1.1.0",
@@ -788,8 +3215,6 @@
788
3215
  },
789
3216
  "remark-lint-no-duplicate-definitions": {
790
3217
  "version": "2.0.1",
791
- "resolved": "https://registry.npmjs.org/remark-lint-no-duplicate-definitions/-/remark-lint-no-duplicate-definitions-2.0.1.tgz",
792
- "integrity": "sha512-XL22benJZB01m+aOse91nsu1IMFqeWJWme9QvoJuxIcBROO1BG1VoqLOkwNcawE/M/0CkvTo5rfx0eMlcnXOIw==",
793
3218
  "requires": {
794
3219
  "unified-lint-rule": "^1.0.0",
795
3220
  "unist-util-generated": "^1.1.0",
@@ -800,8 +3225,6 @@
800
3225
  },
801
3226
  "remark-lint-no-heading-content-indent": {
802
3227
  "version": "2.0.1",
803
- "resolved": "https://registry.npmjs.org/remark-lint-no-heading-content-indent/-/remark-lint-no-heading-content-indent-2.0.1.tgz",
804
- "integrity": "sha512-Jp0zCykGwg13z7XU4VuoFK7DN8bVZ1u3Oqu3hqECsH6LMASb0tW4zcTIc985kcVo3OQTRyb6KLQXL2ltOvppKA==",
805
3228
  "requires": {
806
3229
  "mdast-util-heading-style": "^1.0.2",
807
3230
  "pluralize": "^8.0.0",
@@ -813,8 +3236,6 @@
813
3236
  },
814
3237
  "remark-lint-no-inline-padding": {
815
3238
  "version": "2.0.1",
816
- "resolved": "https://registry.npmjs.org/remark-lint-no-inline-padding/-/remark-lint-no-inline-padding-2.0.1.tgz",
817
- "integrity": "sha512-a36UlPvRrLCgxjjG3YZA9VCDvLBcoBtGNyM04VeCPz+d9hHe+5Fs1C/jL+DRLCH7nff90jJ5C/9b8/LTwhjaWA==",
818
3239
  "requires": {
819
3240
  "mdast-util-to-string": "^1.0.2",
820
3241
  "unified-lint-rule": "^1.0.0",
@@ -824,8 +3245,6 @@
824
3245
  },
825
3246
  "remark-lint-no-literal-urls": {
826
3247
  "version": "2.0.1",
827
- "resolved": "https://registry.npmjs.org/remark-lint-no-literal-urls/-/remark-lint-no-literal-urls-2.0.1.tgz",
828
- "integrity": "sha512-IDdKtWOMuKVQIlb1CnsgBoyoTcXU3LppelDFAIZePbRPySVHklTtuK57kacgU5grc7gPM04bZV96eliGrRU7Iw==",
829
3248
  "requires": {
830
3249
  "mdast-util-to-string": "^1.0.2",
831
3250
  "unified-lint-rule": "^1.0.0",
@@ -836,8 +3255,6 @@
836
3255
  },
837
3256
  "remark-lint-no-shortcut-reference-image": {
838
3257
  "version": "2.0.1",
839
- "resolved": "https://registry.npmjs.org/remark-lint-no-shortcut-reference-image/-/remark-lint-no-shortcut-reference-image-2.0.1.tgz",
840
- "integrity": "sha512-2jcZBdnN6ecP7u87gkOVFrvICLXIU5OsdWbo160FvS/2v3qqqwF2e/n/e7D9Jd+KTq1mR1gEVVuTqkWWuh3cig==",
841
3258
  "requires": {
842
3259
  "unified-lint-rule": "^1.0.0",
843
3260
  "unist-util-generated": "^1.1.0",
@@ -846,8 +3263,6 @@
846
3263
  },
847
3264
  "remark-lint-no-shortcut-reference-link": {
848
3265
  "version": "2.0.1",
849
- "resolved": "https://registry.npmjs.org/remark-lint-no-shortcut-reference-link/-/remark-lint-no-shortcut-reference-link-2.0.1.tgz",
850
- "integrity": "sha512-pTZbslG412rrwwGQkIboA8wpBvcjmGFmvugIA+UQR+GfFysKtJ5OZMPGJ98/9CYWjw9Z5m0/EktplZ5TjFjqwA==",
851
3266
  "requires": {
852
3267
  "unified-lint-rule": "^1.0.0",
853
3268
  "unist-util-generated": "^1.1.0",
@@ -856,8 +3271,6 @@
856
3271
  },
857
3272
  "remark-lint-no-undefined-references": {
858
3273
  "version": "2.0.1",
859
- "resolved": "https://registry.npmjs.org/remark-lint-no-undefined-references/-/remark-lint-no-undefined-references-2.0.1.tgz",
860
- "integrity": "sha512-tXM2ctFnduC3QcskrIePUajcjtNtBmo2dvlj4aoQJtQy09Soav/rYngb8u/SgERc6Irdmm5s55UAwR9CcSrzVg==",
861
3274
  "requires": {
862
3275
  "collapse-white-space": "^1.0.4",
863
3276
  "unified-lint-rule": "^1.0.0",
@@ -867,8 +3280,6 @@
867
3280
  },
868
3281
  "remark-lint-no-unused-definitions": {
869
3282
  "version": "2.0.1",
870
- "resolved": "https://registry.npmjs.org/remark-lint-no-unused-definitions/-/remark-lint-no-unused-definitions-2.0.1.tgz",
871
- "integrity": "sha512-+BMc0BOjc364SvKYLkspmxDch8OaKPbnUGgQBvK0Bmlwy42baR4C9zhwAWBxm0SBy5Z4AyM4G4jKpLXPH40Oxg==",
872
3283
  "requires": {
873
3284
  "unified-lint-rule": "^1.0.0",
874
3285
  "unist-util-generated": "^1.1.0",
@@ -877,8 +3288,6 @@
877
3288
  },
878
3289
  "remark-lint-ordered-list-marker-style": {
879
3290
  "version": "2.0.1",
880
- "resolved": "https://registry.npmjs.org/remark-lint-ordered-list-marker-style/-/remark-lint-ordered-list-marker-style-2.0.1.tgz",
881
- "integrity": "sha512-Cnpw1Dn9CHn+wBjlyf4qhPciiJroFOEGmyfX008sQ8uGoPZsoBVIJx76usnHklojSONbpjEDcJCjnOvfAcWW1A==",
882
3291
  "requires": {
883
3292
  "unified-lint-rule": "^1.0.0",
884
3293
  "unist-util-generated": "^1.1.0",
@@ -888,40 +3297,23 @@
888
3297
  },
889
3298
  "remark-message-control": {
890
3299
  "version": "6.0.0",
891
- "resolved": "https://registry.npmjs.org/remark-message-control/-/remark-message-control-6.0.0.tgz",
892
- "integrity": "sha512-k9bt7BYc3G7YBdmeAhvd3VavrPa/XlKWR3CyHjr4sLO9xJyly8WHHT3Sp+8HPR8lEUv+/sZaffL7IjMLV0f6BA==",
893
3300
  "requires": {
894
3301
  "mdast-comment-marker": "^1.0.0",
895
3302
  "unified-message-control": "^3.0.0"
896
3303
  }
897
3304
  },
898
3305
  "remark-parse": {
899
- "version": "8.0.3",
900
- "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz",
901
- "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==",
902
- "requires": {
903
- "ccount": "^1.0.0",
904
- "collapse-white-space": "^1.0.2",
905
- "is-alphabetical": "^1.0.0",
906
- "is-decimal": "^1.0.0",
907
- "is-whitespace-character": "^1.0.0",
908
- "is-word-character": "^1.0.0",
909
- "markdown-escapes": "^1.0.0",
910
- "parse-entities": "^2.0.0",
911
- "repeat-string": "^1.5.4",
912
- "state-toggle": "^1.0.0",
913
- "trim": "0.0.1",
914
- "trim-trailing-lines": "^1.0.0",
915
- "unherit": "^1.0.4",
916
- "unist-util-remove-position": "^2.0.0",
917
- "vfile-location": "^3.0.0",
918
- "xtend": "^4.0.1"
3306
+ "version": "10.0.1",
3307
+ "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.1.tgz",
3308
+ "integrity": "sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==",
3309
+ "requires": {
3310
+ "@types/mdast": "^3.0.0",
3311
+ "mdast-util-from-markdown": "^1.0.0",
3312
+ "unified": "^10.0.0"
919
3313
  }
920
3314
  },
921
3315
  "remark-preset-lint-recommended": {
922
3316
  "version": "4.0.1",
923
- "resolved": "https://registry.npmjs.org/remark-preset-lint-recommended/-/remark-preset-lint-recommended-4.0.1.tgz",
924
- "integrity": "sha512-zn+ImQbOVcAQVWLL0R0rFQ2Wy8JyWnuU3mJ8Zh0EVOckglcxByssvTbKqPih3Lh8ogpE38EfnC3a/vshj4Jx6A==",
925
3317
  "requires": {
926
3318
  "remark-lint": "^7.0.0",
927
3319
  "remark-lint-final-newline": "^1.0.0",
@@ -942,71 +3334,39 @@
942
3334
  }
943
3335
  },
944
3336
  "remark-stringify": {
945
- "version": "8.1.1",
946
- "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-8.1.1.tgz",
947
- "integrity": "sha512-q4EyPZT3PcA3Eq7vPpT6bIdokXzFGp9i85igjmhRyXWmPs0Y6/d2FYwUNotKAWyLch7g0ASZJn/KHHcHZQ163A==",
948
- "requires": {
949
- "ccount": "^1.0.0",
950
- "is-alphanumeric": "^1.0.0",
951
- "is-decimal": "^1.0.0",
952
- "is-whitespace-character": "^1.0.0",
953
- "longest-streak": "^2.0.1",
954
- "markdown-escapes": "^1.0.0",
955
- "markdown-table": "^2.0.0",
956
- "mdast-util-compact": "^2.0.0",
957
- "parse-entities": "^2.0.0",
958
- "repeat-string": "^1.5.4",
959
- "state-toggle": "^1.0.0",
960
- "stringify-entities": "^3.0.0",
961
- "unherit": "^1.0.4",
962
- "xtend": "^4.0.1"
963
- }
964
- },
965
- "repeat-string": {
966
- "version": "1.6.1",
967
- "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
968
- "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc="
969
- },
970
- "replace-ext": {
971
- "version": "1.0.0",
972
- "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
973
- "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs="
3337
+ "version": "10.0.2",
3338
+ "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.2.tgz",
3339
+ "integrity": "sha512-6wV3pvbPvHkbNnWB0wdDvVFHOe1hBRAx1Q/5g/EpH4RppAII6J8Gnwe7VbHuXaoKIF6LAg6ExTel/+kNqSQ7lw==",
3340
+ "requires": {
3341
+ "@types/mdast": "^3.0.0",
3342
+ "mdast-util-to-markdown": "^1.0.0",
3343
+ "unified": "^10.0.0"
3344
+ }
974
3345
  },
975
- "resolve-from": {
976
- "version": "5.0.0",
977
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
978
- "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
3346
+ "sade": {
3347
+ "version": "1.8.1",
3348
+ "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz",
3349
+ "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
3350
+ "requires": {
3351
+ "mri": "^1.1.0"
3352
+ }
979
3353
  },
980
3354
  "safe-buffer": {
981
3355
  "version": "5.2.1",
982
3356
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
983
3357
  "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
984
3358
  },
985
- "sliced": {
986
- "version": "1.0.1",
987
- "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz",
988
- "integrity": "sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E="
989
- },
990
- "sprintf-js": {
991
- "version": "1.0.3",
992
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
993
- "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
994
- },
995
- "state-toggle": {
996
- "version": "1.0.3",
997
- "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz",
998
- "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ=="
999
- },
1000
- "string-width": {
1001
- "version": "4.2.0",
1002
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz",
1003
- "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==",
3359
+ "semver": {
3360
+ "version": "7.3.8",
3361
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
3362
+ "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
1004
3363
  "requires": {
1005
- "emoji-regex": "^8.0.0",
1006
- "is-fullwidth-code-point": "^3.0.0",
1007
- "strip-ansi": "^6.0.0"
3364
+ "lru-cache": "^6.0.0"
1008
3365
  }
1009
3366
  },
3367
+ "sliced": {
3368
+ "version": "1.0.1"
3369
+ },
1010
3370
  "string_decoder": {
1011
3371
  "version": "1.3.0",
1012
3372
  "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
@@ -1015,38 +3375,33 @@
1015
3375
  "safe-buffer": "~5.2.0"
1016
3376
  }
1017
3377
  },
1018
- "stringify-entities": {
1019
- "version": "3.0.1",
1020
- "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-3.0.1.tgz",
1021
- "integrity": "sha512-Lsk3ISA2++eJYqBMPKcr/8eby1I6L0gP0NlxF8Zja6c05yr/yCYyb2c9PwXjd08Ib3If1vn1rbs1H5ZtVuOfvQ==",
3378
+ "string-width": {
3379
+ "version": "5.1.2",
3380
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
3381
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
1022
3382
  "requires": {
1023
- "character-entities-html4": "^1.0.0",
1024
- "character-entities-legacy": "^1.0.0",
1025
- "is-alphanumerical": "^1.0.0",
1026
- "is-decimal": "^1.0.2",
1027
- "is-hexadecimal": "^1.0.0"
3383
+ "eastasianwidth": "^0.2.0",
3384
+ "emoji-regex": "^9.2.2",
3385
+ "strip-ansi": "^7.0.1"
1028
3386
  }
1029
3387
  },
1030
3388
  "strip-ansi": {
1031
- "version": "6.0.0",
1032
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
1033
- "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
3389
+ "version": "7.0.1",
3390
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
3391
+ "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
1034
3392
  "requires": {
1035
- "ansi-regex": "^5.0.0"
3393
+ "ansi-regex": "^6.0.1"
1036
3394
  }
1037
3395
  },
1038
3396
  "supports-color": {
1039
- "version": "7.2.0",
1040
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1041
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1042
- "requires": {
1043
- "has-flag": "^4.0.0"
1044
- }
3397
+ "version": "9.2.3",
3398
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.2.3.tgz",
3399
+ "integrity": "sha512-aszYUX/DVK/ed5rFLb/dDinVJrQjG/vmU433wtqVSD800rYsJNWxh2R3USV90aLSU+UsyQkbNeffVLzc6B6foA=="
1045
3400
  },
1046
3401
  "text-table": {
1047
3402
  "version": "0.2.0",
1048
3403
  "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
1049
- "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
3404
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="
1050
3405
  },
1051
3406
  "to-regex-range": {
1052
3407
  "version": "5.0.1",
@@ -1057,155 +3412,121 @@
1057
3412
  }
1058
3413
  },
1059
3414
  "to-vfile": {
1060
- "version": "6.1.0",
1061
- "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-6.1.0.tgz",
1062
- "integrity": "sha512-BxX8EkCxOAZe+D/ToHdDsJcVI4HqQfmw0tCkp31zf3dNP/XWIAjU4CmeuSwsSoOzOTqHPOL0KUzyZqJplkD0Qw==",
3415
+ "version": "7.2.3",
3416
+ "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-7.2.3.tgz",
3417
+ "integrity": "sha512-QO0A9aE6Z/YkmQadJ0syxpmNXtcQiu0qAtCKYKD5cS3EfgfFTAXfgLX6AOaBrSfWSek5nfsMf3gBZ9KGVFcLuw==",
1063
3418
  "requires": {
1064
3419
  "is-buffer": "^2.0.0",
1065
- "vfile": "^4.0.0"
3420
+ "vfile": "^5.1.0"
1066
3421
  }
1067
3422
  },
1068
- "trim": {
1069
- "version": "0.0.1",
1070
- "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
1071
- "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0="
1072
- },
1073
- "trim-trailing-lines": {
1074
- "version": "1.1.3",
1075
- "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.3.tgz",
1076
- "integrity": "sha512-4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA=="
1077
- },
1078
3423
  "trough": {
1079
- "version": "1.0.5",
1080
- "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
1081
- "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA=="
3424
+ "version": "2.1.0",
3425
+ "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz",
3426
+ "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g=="
1082
3427
  },
1083
3428
  "typedarray": {
1084
3429
  "version": "0.0.6",
1085
3430
  "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
1086
- "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
1087
- },
1088
- "unherit": {
1089
- "version": "1.1.3",
1090
- "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz",
1091
- "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==",
1092
- "requires": {
1093
- "inherits": "^2.0.0",
1094
- "xtend": "^4.0.0"
1095
- }
3431
+ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
1096
3432
  },
1097
3433
  "unified": {
1098
- "version": "9.2.0",
1099
- "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz",
1100
- "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==",
3434
+ "version": "10.1.2",
3435
+ "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
3436
+ "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
1101
3437
  "requires": {
1102
- "bail": "^1.0.0",
3438
+ "@types/unist": "^2.0.0",
3439
+ "bail": "^2.0.0",
1103
3440
  "extend": "^3.0.0",
1104
3441
  "is-buffer": "^2.0.0",
1105
- "is-plain-obj": "^2.0.0",
1106
- "trough": "^1.0.0",
1107
- "vfile": "^4.0.0"
3442
+ "is-plain-obj": "^4.0.0",
3443
+ "trough": "^2.0.0",
3444
+ "vfile": "^5.0.0"
1108
3445
  }
1109
3446
  },
1110
3447
  "unified-args": {
1111
- "version": "8.1.0",
1112
- "resolved": "https://registry.npmjs.org/unified-args/-/unified-args-8.1.0.tgz",
1113
- "integrity": "sha512-t1HPS1cQPsVvt/6EtyWIbQGurza5684WGRigNghZRvzIdHm3LPgMdXPyGx0npORKzdiy5+urkF0rF5SXM8lBuQ==",
3448
+ "version": "10.0.0",
3449
+ "resolved": "https://registry.npmjs.org/unified-args/-/unified-args-10.0.0.tgz",
3450
+ "integrity": "sha512-PqsqxwkXpGSLiMkbjNnKU33Ffm6gso6rAvz1TlBGzMBx3gpx7ewIhViBX8HEWmy0v7pebA5PM6RkRWWaYmtfYw==",
1114
3451
  "requires": {
1115
- "camelcase": "^5.0.0",
1116
- "chalk": "^3.0.0",
3452
+ "@types/text-table": "^0.2.0",
3453
+ "camelcase": "^7.0.0",
3454
+ "chalk": "^5.0.0",
1117
3455
  "chokidar": "^3.0.0",
1118
- "fault": "^1.0.2",
3456
+ "fault": "^2.0.0",
1119
3457
  "json5": "^2.0.0",
1120
- "minimist": "^1.2.0",
3458
+ "minimist": "^1.0.0",
1121
3459
  "text-table": "^0.2.0",
1122
- "unified-engine": "^8.0.0"
3460
+ "unified-engine": "^10.0.0"
1123
3461
  }
1124
3462
  },
1125
3463
  "unified-engine": {
1126
- "version": "8.0.0",
1127
- "resolved": "https://registry.npmjs.org/unified-engine/-/unified-engine-8.0.0.tgz",
1128
- "integrity": "sha512-vLUezxCnjzz+ya4pYouRQVMT8k82Rk4fIj406UidRnSFJdGXFaQyQklAnalsQHJrLqAlaYPkXPUa1upfVSHGCA==",
1129
- "requires": {
3464
+ "version": "10.0.1",
3465
+ "resolved": "https://registry.npmjs.org/unified-engine/-/unified-engine-10.0.1.tgz",
3466
+ "integrity": "sha512-lsj7VC8kNWhK87rGBhidklk4llgrEdJoOZHoQFbTZQ/fA22JqowUPM10bEf05eSZOR6UnUSrZ/mPWHrQsHGm7g==",
3467
+ "requires": {
3468
+ "@types/concat-stream": "^2.0.0",
3469
+ "@types/debug": "^4.0.0",
3470
+ "@types/is-empty": "^1.0.0",
3471
+ "@types/node": "^18.0.0",
3472
+ "@types/unist": "^2.0.0",
1130
3473
  "concat-stream": "^2.0.0",
1131
3474
  "debug": "^4.0.0",
1132
- "fault": "^1.0.0",
1133
- "figures": "^3.0.0",
1134
- "glob": "^7.0.3",
3475
+ "fault": "^2.0.0",
3476
+ "glob": "^8.0.0",
1135
3477
  "ignore": "^5.0.0",
1136
3478
  "is-buffer": "^2.0.0",
1137
3479
  "is-empty": "^1.0.0",
1138
- "is-plain-obj": "^2.0.0",
1139
- "js-yaml": "^3.6.1",
1140
- "load-plugin": "^3.0.0",
1141
- "parse-json": "^5.0.0",
1142
- "to-vfile": "^6.0.0",
1143
- "trough": "^1.0.0",
1144
- "unist-util-inspect": "^5.0.0",
1145
- "vfile-reporter": "^6.0.0",
1146
- "vfile-statistics": "^1.1.0"
3480
+ "is-plain-obj": "^4.0.0",
3481
+ "load-plugin": "^5.0.0",
3482
+ "parse-json": "^6.0.0",
3483
+ "to-vfile": "^7.0.0",
3484
+ "trough": "^2.0.0",
3485
+ "unist-util-inspect": "^7.0.0",
3486
+ "vfile-message": "^3.0.0",
3487
+ "vfile-reporter": "^7.0.0",
3488
+ "vfile-statistics": "^2.0.0",
3489
+ "yaml": "^2.0.0"
1147
3490
  }
1148
3491
  },
1149
3492
  "unified-lint-rule": {
1150
3493
  "version": "1.0.6",
1151
- "resolved": "https://registry.npmjs.org/unified-lint-rule/-/unified-lint-rule-1.0.6.tgz",
1152
- "integrity": "sha512-YPK15YBFwnsVorDFG/u0cVVQN5G2a3V8zv5/N6KN3TCG+ajKtaALcy7u14DCSrJI+gZeyYquFL9cioJXOGXSvg==",
1153
3494
  "requires": {
1154
3495
  "wrapped": "^1.0.1"
1155
3496
  }
1156
3497
  },
1157
3498
  "unified-message-control": {
1158
3499
  "version": "3.0.1",
1159
- "resolved": "https://registry.npmjs.org/unified-message-control/-/unified-message-control-3.0.1.tgz",
1160
- "integrity": "sha512-K2Kvvp1DBzeuxYLLsumZh/gDWUTl4e2z/P3VReFirC78cfHKtQifbhnfRrSBtKtd1Uc6cvYTW0/SZIUaMAEcTg==",
1161
3500
  "requires": {
1162
3501
  "unist-util-visit": "^2.0.0",
1163
3502
  "vfile-location": "^3.0.0"
1164
3503
  }
1165
3504
  },
1166
3505
  "unist-util-generated": {
1167
- "version": "1.1.5",
1168
- "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.5.tgz",
1169
- "integrity": "sha512-1TC+NxQa4N9pNdayCYA1EGUOCAO0Le3fVp7Jzns6lnua/mYgwHo0tz5WUAfrdpNch1RZLHc61VZ1SDgrtNXLSw=="
3506
+ "version": "1.1.5"
1170
3507
  },
1171
3508
  "unist-util-inspect": {
1172
- "version": "5.0.1",
1173
- "resolved": "https://registry.npmjs.org/unist-util-inspect/-/unist-util-inspect-5.0.1.tgz",
1174
- "integrity": "sha512-fPNWewS593JSmg49HbnE86BJKuBi1/nMWhDSccBvbARfxezEuJV85EaARR9/VplveiwCoLm2kWq+DhP8TBaDpw==",
3509
+ "version": "7.0.1",
3510
+ "resolved": "https://registry.npmjs.org/unist-util-inspect/-/unist-util-inspect-7.0.1.tgz",
3511
+ "integrity": "sha512-gEPeSrsYXus8012VJ00p9uZC8D0iogtLLiHlBgvS61hU22KNKduQhMKezJm83viHlLf3TYS2y9SDEFglWPDMKw==",
1175
3512
  "requires": {
1176
- "is-empty": "^1.0.0"
3513
+ "@types/unist": "^2.0.0"
1177
3514
  }
1178
3515
  },
1179
3516
  "unist-util-is": {
1180
- "version": "4.0.2",
1181
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz",
1182
- "integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ=="
3517
+ "version": "4.0.2"
1183
3518
  },
1184
3519
  "unist-util-position": {
1185
- "version": "3.1.0",
1186
- "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
1187
- "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA=="
1188
- },
1189
- "unist-util-remove-position": {
1190
- "version": "2.0.1",
1191
- "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz",
1192
- "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==",
1193
- "requires": {
1194
- "unist-util-visit": "^2.0.0"
1195
- }
3520
+ "version": "3.1.0"
1196
3521
  },
1197
3522
  "unist-util-stringify-position": {
1198
3523
  "version": "2.0.3",
1199
- "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
1200
- "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
1201
3524
  "requires": {
1202
3525
  "@types/unist": "^2.0.2"
1203
3526
  }
1204
3527
  },
1205
3528
  "unist-util-visit": {
1206
3529
  "version": "2.0.3",
1207
- "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
1208
- "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
1209
3530
  "requires": {
1210
3531
  "@types/unist": "^2.0.0",
1211
3532
  "unist-util-is": "^4.0.0",
@@ -1214,8 +3535,6 @@
1214
3535
  },
1215
3536
  "unist-util-visit-parents": {
1216
3537
  "version": "3.1.0",
1217
- "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.0.tgz",
1218
- "integrity": "sha512-0g4wbluTF93npyPrp/ymd3tCDTMnP0yo2akFD2FIBAYXq/Sga3lwaU1D8OYKbtpioaI6CkDcQ6fsMnmtzt7htw==",
1219
3538
  "requires": {
1220
3539
  "@types/unist": "^2.0.0",
1221
3540
  "unist-util-is": "^4.0.0"
@@ -1224,76 +3543,108 @@
1224
3543
  "util-deprecate": {
1225
3544
  "version": "1.0.2",
1226
3545
  "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
1227
- "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
3546
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
3547
+ },
3548
+ "uvu": {
3549
+ "version": "0.5.6",
3550
+ "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz",
3551
+ "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==",
3552
+ "requires": {
3553
+ "dequal": "^2.0.0",
3554
+ "diff": "^5.0.0",
3555
+ "kleur": "^4.0.3",
3556
+ "sade": "^1.7.3"
3557
+ }
1228
3558
  },
1229
3559
  "vfile": {
1230
- "version": "4.2.0",
1231
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.0.tgz",
1232
- "integrity": "sha512-a/alcwCvtuc8OX92rqqo7PflxiCgXRFjdyoGVuYV+qbgCb0GgZJRvIgCD4+U/Kl1yhaRsaTwksF88xbPyGsgpw==",
3560
+ "version": "5.3.5",
3561
+ "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.5.tgz",
3562
+ "integrity": "sha512-U1ho2ga33eZ8y8pkbQLH54uKqGhFJ6GYIHnnG5AhRpAh3OWjkrRHKa/KogbmQn8We+c0KVV3rTOgR9V/WowbXQ==",
1233
3563
  "requires": {
1234
3564
  "@types/unist": "^2.0.0",
1235
3565
  "is-buffer": "^2.0.0",
1236
- "replace-ext": "1.0.0",
1237
- "unist-util-stringify-position": "^2.0.0",
1238
- "vfile-message": "^2.0.0"
3566
+ "unist-util-stringify-position": "^3.0.0",
3567
+ "vfile-message": "^3.0.0"
3568
+ },
3569
+ "dependencies": {
3570
+ "unist-util-stringify-position": {
3571
+ "version": "3.0.2",
3572
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
3573
+ "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
3574
+ "requires": {
3575
+ "@types/unist": "^2.0.0"
3576
+ }
3577
+ }
1239
3578
  }
1240
3579
  },
1241
3580
  "vfile-location": {
1242
- "version": "3.1.0",
1243
- "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.1.0.tgz",
1244
- "integrity": "sha512-FCZ4AN9xMcjFIG1oGmZKo61PjwJHRVA+0/tPUP2ul4uIwjGGndIxavEMRpWn5p4xwm/ZsdXp9YNygf1ZyE4x8g=="
3581
+ "version": "3.1.0"
1245
3582
  },
1246
3583
  "vfile-message": {
1247
- "version": "2.0.4",
1248
- "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
1249
- "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
3584
+ "version": "3.1.2",
3585
+ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.2.tgz",
3586
+ "integrity": "sha512-QjSNP6Yxzyycd4SVOtmKKyTsSvClqBPJcd00Z0zuPj3hOIjg0rUPG6DbFGPvUKRgYyaIWLPKpuEclcuvb3H8qA==",
1250
3587
  "requires": {
1251
3588
  "@types/unist": "^2.0.0",
1252
- "unist-util-stringify-position": "^2.0.0"
3589
+ "unist-util-stringify-position": "^3.0.0"
3590
+ },
3591
+ "dependencies": {
3592
+ "unist-util-stringify-position": {
3593
+ "version": "3.0.2",
3594
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
3595
+ "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
3596
+ "requires": {
3597
+ "@types/unist": "^2.0.0"
3598
+ }
3599
+ }
1253
3600
  }
1254
3601
  },
1255
3602
  "vfile-reporter": {
1256
- "version": "6.0.1",
1257
- "resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-6.0.1.tgz",
1258
- "integrity": "sha512-0OppK9mo8G2XUpv+hIKLVSDsoxJrXnOy73+vIm0jQUOUFYRduqpFHX+QqAQfvRHyX9B0UFiRuNJnBOjQCIsw1g==",
1259
- "requires": {
1260
- "repeat-string": "^1.5.0",
1261
- "string-width": "^4.0.0",
1262
- "supports-color": "^6.0.0",
1263
- "unist-util-stringify-position": "^2.0.0",
1264
- "vfile-sort": "^2.1.2",
1265
- "vfile-statistics": "^1.1.0"
3603
+ "version": "7.0.4",
3604
+ "resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-7.0.4.tgz",
3605
+ "integrity": "sha512-4cWalUnLrEnbeUQ+hARG5YZtaHieVK3Jp4iG5HslttkVl+MHunSGNAIrODOTLbtjWsNZJRMCkL66AhvZAYuJ9A==",
3606
+ "requires": {
3607
+ "@types/supports-color": "^8.0.0",
3608
+ "string-width": "^5.0.0",
3609
+ "supports-color": "^9.0.0",
3610
+ "unist-util-stringify-position": "^3.0.0",
3611
+ "vfile-sort": "^3.0.0",
3612
+ "vfile-statistics": "^2.0.0"
1266
3613
  },
1267
3614
  "dependencies": {
1268
- "has-flag": {
1269
- "version": "3.0.0",
1270
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
1271
- "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
1272
- },
1273
- "supports-color": {
1274
- "version": "6.1.0",
1275
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
1276
- "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
3615
+ "unist-util-stringify-position": {
3616
+ "version": "3.0.2",
3617
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
3618
+ "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
1277
3619
  "requires": {
1278
- "has-flag": "^3.0.0"
3620
+ "@types/unist": "^2.0.0"
1279
3621
  }
1280
3622
  }
1281
3623
  }
1282
3624
  },
1283
3625
  "vfile-sort": {
1284
- "version": "2.2.2",
1285
- "resolved": "https://registry.npmjs.org/vfile-sort/-/vfile-sort-2.2.2.tgz",
1286
- "integrity": "sha512-tAyUqD2R1l/7Rn7ixdGkhXLD3zsg+XLAeUDUhXearjfIcpL1Hcsj5hHpCoy/gvfK/Ws61+e972fm0F7up7hfYA=="
3626
+ "version": "3.0.0",
3627
+ "resolved": "https://registry.npmjs.org/vfile-sort/-/vfile-sort-3.0.0.tgz",
3628
+ "integrity": "sha512-fJNctnuMi3l4ikTVcKpxTbzHeCgvDhnI44amA3NVDvA6rTC6oKCFpCVyT5n2fFMr3ebfr+WVQZedOCd73rzSxg==",
3629
+ "requires": {
3630
+ "vfile-message": "^3.0.0"
3631
+ }
1287
3632
  },
1288
3633
  "vfile-statistics": {
1289
- "version": "1.1.4",
1290
- "resolved": "https://registry.npmjs.org/vfile-statistics/-/vfile-statistics-1.1.4.tgz",
1291
- "integrity": "sha512-lXhElVO0Rq3frgPvFBwahmed3X03vjPF8OcjKMy8+F1xU/3Q3QU3tKEDp743SFtb74PdF0UWpxPvtOP0GCLheA=="
3634
+ "version": "2.0.0",
3635
+ "resolved": "https://registry.npmjs.org/vfile-statistics/-/vfile-statistics-2.0.0.tgz",
3636
+ "integrity": "sha512-foOWtcnJhKN9M2+20AOTlWi2dxNfAoeNIoxD5GXcO182UJyId4QrXa41fWrgcfV3FWTjdEDy3I4cpLVcQscIMA==",
3637
+ "requires": {
3638
+ "vfile-message": "^3.0.0"
3639
+ }
3640
+ },
3641
+ "walk-up-path": {
3642
+ "version": "1.0.0",
3643
+ "resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-1.0.0.tgz",
3644
+ "integrity": "sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg=="
1292
3645
  },
1293
3646
  "wrapped": {
1294
3647
  "version": "1.0.1",
1295
- "resolved": "https://registry.npmjs.org/wrapped/-/wrapped-1.0.1.tgz",
1296
- "integrity": "sha1-x4PZ2Aeyc+mwHoUWgKk4yHyQckI=",
1297
3648
  "requires": {
1298
3649
  "co": "3.1.0",
1299
3650
  "sliced": "^1.0.1"
@@ -1302,12 +3653,22 @@
1302
3653
  "wrappy": {
1303
3654
  "version": "1.0.2",
1304
3655
  "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
1305
- "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
3656
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
1306
3657
  },
1307
- "xtend": {
1308
- "version": "4.0.2",
1309
- "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
1310
- "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
3658
+ "yallist": {
3659
+ "version": "4.0.0",
3660
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
3661
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
3662
+ },
3663
+ "yaml": {
3664
+ "version": "2.1.3",
3665
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz",
3666
+ "integrity": "sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg=="
3667
+ },
3668
+ "zwitch": {
3669
+ "version": "2.0.2",
3670
+ "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.2.tgz",
3671
+ "integrity": "sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA=="
1311
3672
  }
1312
3673
  }
1313
3674
  }