@rse/ase 0.9.59 → 0.9.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dst/ase-hook.js +45 -5
  2. package/dst/ase-markdown.js +1 -1
  3. package/dst/ase-meta.js +1 -1
  4. package/dst/ase-setup.js +1 -1
  5. package/dst/ase-statusline.js +1 -1
  6. package/package.json +12 -13
  7. package/plugin/.claude-plugin/plugin.json +1 -1
  8. package/plugin/.codex-plugin/plugin.json +1 -1
  9. package/plugin/.github/plugin/plugin.json +1 -1
  10. package/plugin/meta/ase-common-code.md +1 -1
  11. package/plugin/meta/ase-common-task.md +8 -8
  12. package/plugin/meta/ase-dialog.md +4 -2
  13. package/plugin/package.json +4 -4
  14. package/plugin/skills/ase-code-craft/SKILL.md +43 -9
  15. package/plugin/skills/ase-code-craft/help.md +13 -0
  16. package/plugin/skills/ase-code-edit/SKILL.md +472 -0
  17. package/plugin/skills/ase-code-edit/help.md +127 -0
  18. package/plugin/skills/ase-code-refactor/SKILL.md +7 -6
  19. package/plugin/skills/ase-code-resolve/SKILL.md +7 -6
  20. package/plugin/skills/ase-help-skill/catalog.md +1 -0
  21. package/plugin/skills/ase-sync-import/SKILL.md +2 -1
  22. package/plugin/skills/ase-sync-reconcile/SKILL.md +3 -1
  23. package/plugin/skills/ase-task-condense/SKILL.md +13 -13
  24. package/plugin/skills/ase-task-dissect/SKILL.md +6 -5
  25. package/plugin/skills/ase-task-edit/SKILL.md +42 -20
  26. package/plugin/skills/ase-task-edit/help.md +7 -0
  27. package/plugin/skills/ase-task-grill/SKILL.md +4 -4
  28. package/plugin/skills/ase-task-implement/SKILL.md +21 -10
  29. package/plugin/skills/ase-task-implement/help.md +4 -2
  30. package/plugin/skills/ase-task-preflight/SKILL.md +18 -4
  31. package/plugin/skills/ase-task-preflight/help.md +5 -1
  32. package/plugin/skills/ase-task-reboot/SKILL.md +1 -1
  33. package/plugin/skills/ase-task-view/SKILL.md +1 -2
  34. package/plugin/package-lock.json +0 -2890
@@ -1,2890 +0,0 @@
1
- {
2
- "name": "ase",
3
- "version": "0.9.58",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "ase",
9
- "version": "0.9.58",
10
- "license": "Apache-2.0",
11
- "devDependencies": {
12
- "@eslint/markdown": "8.0.3",
13
- "@rse/stx": "1.1.6",
14
- "eslint": "10.8.0",
15
- "eslint-markdown": "0.13.0",
16
- "markdownlint": "0.41.1",
17
- "markdownlint-cli2": "0.23.2"
18
- },
19
- "engines": {
20
- "node": ">=22.0.0",
21
- "npm": ">=10.0.0"
22
- }
23
- },
24
- "node_modules/@eslint-community/eslint-utils": {
25
- "version": "4.10.1",
26
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz",
27
- "integrity": "sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==",
28
- "dev": true,
29
- "license": "MIT",
30
- "dependencies": {
31
- "eslint-visitor-keys": "^3.4.3"
32
- },
33
- "engines": {
34
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
35
- },
36
- "funding": {
37
- "url": "https://opencollective.com/eslint"
38
- },
39
- "peerDependencies": {
40
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
41
- }
42
- },
43
- "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
44
- "version": "3.4.3",
45
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
46
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
47
- "dev": true,
48
- "license": "Apache-2.0",
49
- "engines": {
50
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
51
- },
52
- "funding": {
53
- "url": "https://opencollective.com/eslint"
54
- }
55
- },
56
- "node_modules/@eslint-community/regexpp": {
57
- "version": "4.12.2",
58
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
59
- "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
60
- "dev": true,
61
- "license": "MIT",
62
- "engines": {
63
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
64
- }
65
- },
66
- "node_modules/@eslint/config-array": {
67
- "version": "0.23.5",
68
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
69
- "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
70
- "dev": true,
71
- "license": "Apache-2.0",
72
- "dependencies": {
73
- "@eslint/object-schema": "^3.0.5",
74
- "debug": "^4.3.1",
75
- "minimatch": "^10.2.4"
76
- },
77
- "engines": {
78
- "node": "^20.19.0 || ^22.13.0 || >=24"
79
- }
80
- },
81
- "node_modules/@eslint/config-helpers": {
82
- "version": "0.7.0",
83
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.7.0.tgz",
84
- "integrity": "sha512-DObd/KKUsU+FaFv4PLxSRenpXfQWmPXXP3pPZ6/K1PCrMu2vQpMDMuQe/BqYeoLcz8ro0bVDF1RxOJgfVEdhUw==",
85
- "dev": true,
86
- "license": "Apache-2.0",
87
- "dependencies": {
88
- "@eslint/core": "^1.2.1"
89
- },
90
- "engines": {
91
- "node": "^20.19.0 || ^22.13.0 || >=24"
92
- }
93
- },
94
- "node_modules/@eslint/core": {
95
- "version": "1.2.1",
96
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
97
- "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
98
- "dev": true,
99
- "license": "Apache-2.0",
100
- "dependencies": {
101
- "@types/json-schema": "^7.0.15"
102
- },
103
- "engines": {
104
- "node": "^20.19.0 || ^22.13.0 || >=24"
105
- }
106
- },
107
- "node_modules/@eslint/markdown": {
108
- "version": "8.0.3",
109
- "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-8.0.3.tgz",
110
- "integrity": "sha512-rBTSSShrq7e4O+PWfeE4azH4/CWPNrC+VGxBXiW00o3vYVJnznsZiDayj3KC9JztIMVRZxZHn2nrDIUau/4j7A==",
111
- "dev": true,
112
- "license": "MIT",
113
- "workspaces": [
114
- "examples/*"
115
- ],
116
- "dependencies": {
117
- "@eslint/core": "^1.2.1",
118
- "@eslint/plugin-kit": "^0.7.2",
119
- "github-slugger": "^2.0.0",
120
- "mdast-util-from-markdown": "^2.0.2",
121
- "mdast-util-frontmatter": "^2.0.1",
122
- "mdast-util-gfm": "^3.1.0",
123
- "mdast-util-math": "^3.0.0",
124
- "micromark-extension-frontmatter": "^2.0.0",
125
- "micromark-extension-gfm": "^3.0.0",
126
- "micromark-extension-math": "^3.1.0",
127
- "micromark-util-normalize-identifier": "^2.0.1"
128
- },
129
- "engines": {
130
- "node": "^20.19.0 || ^22.13.0 || >=24"
131
- }
132
- },
133
- "node_modules/@eslint/object-schema": {
134
- "version": "3.0.5",
135
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
136
- "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
137
- "dev": true,
138
- "license": "Apache-2.0",
139
- "engines": {
140
- "node": "^20.19.0 || ^22.13.0 || >=24"
141
- }
142
- },
143
- "node_modules/@eslint/plugin-kit": {
144
- "version": "0.7.2",
145
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz",
146
- "integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==",
147
- "dev": true,
148
- "license": "Apache-2.0",
149
- "dependencies": {
150
- "@eslint/core": "^1.2.1",
151
- "levn": "^0.4.1"
152
- },
153
- "engines": {
154
- "node": "^20.19.0 || ^22.13.0 || >=24"
155
- }
156
- },
157
- "node_modules/@humanfs/core": {
158
- "version": "0.19.2",
159
- "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
160
- "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
161
- "dev": true,
162
- "license": "Apache-2.0",
163
- "dependencies": {
164
- "@humanfs/types": "^0.15.0"
165
- },
166
- "engines": {
167
- "node": ">=18.18.0"
168
- }
169
- },
170
- "node_modules/@humanfs/node": {
171
- "version": "0.16.8",
172
- "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
173
- "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
174
- "dev": true,
175
- "license": "Apache-2.0",
176
- "dependencies": {
177
- "@humanfs/core": "^0.19.2",
178
- "@humanfs/types": "^0.15.0",
179
- "@humanwhocodes/retry": "^0.4.0"
180
- },
181
- "engines": {
182
- "node": ">=18.18.0"
183
- }
184
- },
185
- "node_modules/@humanfs/types": {
186
- "version": "0.15.0",
187
- "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
188
- "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
189
- "dev": true,
190
- "license": "Apache-2.0",
191
- "engines": {
192
- "node": ">=18.18.0"
193
- }
194
- },
195
- "node_modules/@humanwhocodes/module-importer": {
196
- "version": "1.0.1",
197
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
198
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
199
- "dev": true,
200
- "license": "Apache-2.0",
201
- "engines": {
202
- "node": ">=12.22"
203
- },
204
- "funding": {
205
- "type": "github",
206
- "url": "https://github.com/sponsors/nzakas"
207
- }
208
- },
209
- "node_modules/@humanwhocodes/retry": {
210
- "version": "0.4.3",
211
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
212
- "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
213
- "dev": true,
214
- "license": "Apache-2.0",
215
- "engines": {
216
- "node": ">=18.18"
217
- },
218
- "funding": {
219
- "type": "github",
220
- "url": "https://github.com/sponsors/nzakas"
221
- }
222
- },
223
- "node_modules/@nodelib/fs.scandir": {
224
- "version": "2.1.5",
225
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
226
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
227
- "dev": true,
228
- "license": "MIT",
229
- "dependencies": {
230
- "@nodelib/fs.stat": "2.0.5",
231
- "run-parallel": "^1.1.9"
232
- },
233
- "engines": {
234
- "node": ">= 8"
235
- }
236
- },
237
- "node_modules/@nodelib/fs.stat": {
238
- "version": "2.0.5",
239
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
240
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
241
- "dev": true,
242
- "license": "MIT",
243
- "engines": {
244
- "node": ">= 8"
245
- }
246
- },
247
- "node_modules/@nodelib/fs.walk": {
248
- "version": "1.2.8",
249
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
250
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
251
- "dev": true,
252
- "license": "MIT",
253
- "dependencies": {
254
- "@nodelib/fs.scandir": "2.1.5",
255
- "fastq": "^1.6.0"
256
- },
257
- "engines": {
258
- "node": ">= 8"
259
- }
260
- },
261
- "node_modules/@rse/stx": {
262
- "version": "1.1.6",
263
- "resolved": "https://registry.npmjs.org/@rse/stx/-/stx-1.1.6.tgz",
264
- "integrity": "sha512-1HismpR4nwYqzk5e5fZ31LGgp2wwRqayOnUSphL6UIyWPT39xBAglI1/IxQMQ96jw/EovtlHM79R5T+vVT3FkA==",
265
- "dev": true,
266
- "license": "MIT",
267
- "bin": {
268
- "stx": "dst-stage2/stx.js"
269
- },
270
- "engines": {
271
- "node": ">=22.0.0",
272
- "npm": ">=10.0.0"
273
- }
274
- },
275
- "node_modules/@sindresorhus/merge-streams": {
276
- "version": "4.0.0",
277
- "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
278
- "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
279
- "dev": true,
280
- "license": "MIT",
281
- "engines": {
282
- "node": ">=18"
283
- },
284
- "funding": {
285
- "url": "https://github.com/sponsors/sindresorhus"
286
- }
287
- },
288
- "node_modules/@types/debug": {
289
- "version": "4.1.13",
290
- "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
291
- "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
292
- "dev": true,
293
- "license": "MIT",
294
- "dependencies": {
295
- "@types/ms": "*"
296
- }
297
- },
298
- "node_modules/@types/esrecurse": {
299
- "version": "4.3.1",
300
- "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
301
- "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
302
- "dev": true,
303
- "license": "MIT"
304
- },
305
- "node_modules/@types/estree": {
306
- "version": "1.0.9",
307
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
308
- "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
309
- "dev": true,
310
- "license": "MIT"
311
- },
312
- "node_modules/@types/hast": {
313
- "version": "3.0.5",
314
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz",
315
- "integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==",
316
- "dev": true,
317
- "license": "MIT",
318
- "dependencies": {
319
- "@types/unist": "*"
320
- }
321
- },
322
- "node_modules/@types/json-schema": {
323
- "version": "7.0.15",
324
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
325
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
326
- "dev": true,
327
- "license": "MIT"
328
- },
329
- "node_modules/@types/katex": {
330
- "version": "0.16.8",
331
- "resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.8.tgz",
332
- "integrity": "sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==",
333
- "dev": true,
334
- "license": "MIT"
335
- },
336
- "node_modules/@types/mdast": {
337
- "version": "4.0.4",
338
- "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
339
- "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
340
- "dev": true,
341
- "license": "MIT",
342
- "dependencies": {
343
- "@types/unist": "*"
344
- }
345
- },
346
- "node_modules/@types/ms": {
347
- "version": "2.1.0",
348
- "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
349
- "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
350
- "dev": true,
351
- "license": "MIT"
352
- },
353
- "node_modules/@types/unist": {
354
- "version": "3.0.3",
355
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
356
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
357
- "dev": true,
358
- "license": "MIT"
359
- },
360
- "node_modules/acorn": {
361
- "version": "8.18.0",
362
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.18.0.tgz",
363
- "integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
364
- "dev": true,
365
- "license": "MIT",
366
- "bin": {
367
- "acorn": "bin/acorn"
368
- },
369
- "engines": {
370
- "node": ">=0.4.0"
371
- }
372
- },
373
- "node_modules/acorn-jsx": {
374
- "version": "5.3.2",
375
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
376
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
377
- "dev": true,
378
- "license": "MIT",
379
- "peerDependencies": {
380
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
381
- }
382
- },
383
- "node_modules/ajv": {
384
- "version": "6.15.0",
385
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
386
- "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
387
- "dev": true,
388
- "license": "MIT",
389
- "dependencies": {
390
- "fast-deep-equal": "^3.1.1",
391
- "fast-json-stable-stringify": "^2.0.0",
392
- "json-schema-traverse": "^0.4.1",
393
- "uri-js": "^4.2.2"
394
- },
395
- "funding": {
396
- "type": "github",
397
- "url": "https://github.com/sponsors/epoberezkin"
398
- }
399
- },
400
- "node_modules/ansi-regex": {
401
- "version": "6.2.2",
402
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
403
- "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
404
- "dev": true,
405
- "license": "MIT",
406
- "engines": {
407
- "node": ">=12"
408
- },
409
- "funding": {
410
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
411
- }
412
- },
413
- "node_modules/argparse": {
414
- "version": "2.0.1",
415
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
416
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
417
- "dev": true,
418
- "license": "Python-2.0"
419
- },
420
- "node_modules/balanced-match": {
421
- "version": "4.0.4",
422
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
423
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
424
- "dev": true,
425
- "license": "MIT",
426
- "engines": {
427
- "node": "18 || 20 || >=22"
428
- }
429
- },
430
- "node_modules/brace-expansion": {
431
- "version": "5.0.9",
432
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
433
- "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
434
- "dev": true,
435
- "license": "MIT",
436
- "dependencies": {
437
- "balanced-match": "^4.0.2"
438
- },
439
- "engines": {
440
- "node": "20 || >=22"
441
- }
442
- },
443
- "node_modules/braces": {
444
- "version": "3.0.3",
445
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
446
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
447
- "dev": true,
448
- "license": "MIT",
449
- "dependencies": {
450
- "fill-range": "^7.1.1"
451
- },
452
- "engines": {
453
- "node": ">=8"
454
- }
455
- },
456
- "node_modules/ccount": {
457
- "version": "2.0.1",
458
- "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
459
- "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
460
- "dev": true,
461
- "license": "MIT",
462
- "funding": {
463
- "type": "github",
464
- "url": "https://github.com/sponsors/wooorm"
465
- }
466
- },
467
- "node_modules/character-entities": {
468
- "version": "2.0.2",
469
- "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
470
- "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
471
- "dev": true,
472
- "license": "MIT",
473
- "funding": {
474
- "type": "github",
475
- "url": "https://github.com/sponsors/wooorm"
476
- }
477
- },
478
- "node_modules/character-entities-legacy": {
479
- "version": "3.0.0",
480
- "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
481
- "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
482
- "dev": true,
483
- "license": "MIT",
484
- "funding": {
485
- "type": "github",
486
- "url": "https://github.com/sponsors/wooorm"
487
- }
488
- },
489
- "node_modules/character-reference-invalid": {
490
- "version": "2.0.1",
491
- "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
492
- "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
493
- "dev": true,
494
- "license": "MIT",
495
- "funding": {
496
- "type": "github",
497
- "url": "https://github.com/sponsors/wooorm"
498
- }
499
- },
500
- "node_modules/commander": {
501
- "version": "8.3.0",
502
- "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
503
- "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
504
- "dev": true,
505
- "license": "MIT",
506
- "engines": {
507
- "node": ">= 12"
508
- }
509
- },
510
- "node_modules/cross-spawn": {
511
- "version": "7.0.6",
512
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
513
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
514
- "dev": true,
515
- "license": "MIT",
516
- "dependencies": {
517
- "path-key": "^3.1.0",
518
- "shebang-command": "^2.0.0",
519
- "which": "^2.0.1"
520
- },
521
- "engines": {
522
- "node": ">= 8"
523
- }
524
- },
525
- "node_modules/debug": {
526
- "version": "4.4.3",
527
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
528
- "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
529
- "dev": true,
530
- "license": "MIT",
531
- "dependencies": {
532
- "ms": "^2.1.3"
533
- },
534
- "engines": {
535
- "node": ">=6.0"
536
- },
537
- "peerDependenciesMeta": {
538
- "supports-color": {
539
- "optional": true
540
- }
541
- }
542
- },
543
- "node_modules/decode-named-character-reference": {
544
- "version": "1.3.0",
545
- "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
546
- "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
547
- "dev": true,
548
- "license": "MIT",
549
- "dependencies": {
550
- "character-entities": "^2.0.0"
551
- },
552
- "funding": {
553
- "type": "github",
554
- "url": "https://github.com/sponsors/wooorm"
555
- }
556
- },
557
- "node_modules/deep-is": {
558
- "version": "0.1.4",
559
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
560
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
561
- "dev": true,
562
- "license": "MIT"
563
- },
564
- "node_modules/dequal": {
565
- "version": "2.0.3",
566
- "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
567
- "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
568
- "dev": true,
569
- "license": "MIT",
570
- "engines": {
571
- "node": ">=6"
572
- }
573
- },
574
- "node_modules/devlop": {
575
- "version": "1.1.0",
576
- "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
577
- "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
578
- "dev": true,
579
- "license": "MIT",
580
- "dependencies": {
581
- "dequal": "^2.0.0"
582
- },
583
- "funding": {
584
- "type": "github",
585
- "url": "https://github.com/sponsors/wooorm"
586
- }
587
- },
588
- "node_modules/entities": {
589
- "version": "4.5.0",
590
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
591
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
592
- "dev": true,
593
- "license": "BSD-2-Clause",
594
- "engines": {
595
- "node": ">=0.12"
596
- },
597
- "funding": {
598
- "url": "https://github.com/fb55/entities?sponsor=1"
599
- }
600
- },
601
- "node_modules/escape-string-regexp": {
602
- "version": "4.0.0",
603
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
604
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
605
- "dev": true,
606
- "license": "MIT",
607
- "engines": {
608
- "node": ">=10"
609
- },
610
- "funding": {
611
- "url": "https://github.com/sponsors/sindresorhus"
612
- }
613
- },
614
- "node_modules/eslint": {
615
- "version": "10.8.0",
616
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.0.tgz",
617
- "integrity": "sha512-nuKKvN+oIBO0koN7Tm7dlkmnkc21mtt0QJLwAKzjLq14y6lRTdVG36MZHJ8eQHwdJMwZbQNMlPOYedMq/oVJvQ==",
618
- "dev": true,
619
- "license": "MIT",
620
- "workspaces": [
621
- "packages/*"
622
- ],
623
- "dependencies": {
624
- "@eslint-community/eslint-utils": "^4.8.0",
625
- "@eslint-community/regexpp": "^4.12.2",
626
- "@eslint/config-array": "^0.23.5",
627
- "@eslint/config-helpers": "^0.7.0",
628
- "@eslint/core": "^1.2.1",
629
- "@eslint/plugin-kit": "^0.7.2",
630
- "@humanfs/node": "^0.16.6",
631
- "@humanwhocodes/module-importer": "^1.0.1",
632
- "@humanwhocodes/retry": "^0.4.2",
633
- "@types/estree": "^1.0.6",
634
- "ajv": "^6.14.0",
635
- "cross-spawn": "^7.0.6",
636
- "debug": "^4.3.2",
637
- "escape-string-regexp": "^4.0.0",
638
- "eslint-scope": "^9.1.2",
639
- "eslint-visitor-keys": "^5.0.1",
640
- "espree": "^11.2.0",
641
- "esquery": "^1.7.0",
642
- "esutils": "^2.0.2",
643
- "fast-deep-equal": "^3.1.3",
644
- "file-entry-cache": "^8.0.0",
645
- "find-up": "^5.0.0",
646
- "glob-parent": "^6.0.2",
647
- "ignore": "^5.2.0",
648
- "imurmurhash": "^0.1.4",
649
- "is-glob": "^4.0.0",
650
- "json-stable-stringify-without-jsonify": "^1.0.1",
651
- "minimatch": "^10.2.5",
652
- "natural-compare": "^1.4.0",
653
- "optionator": "^0.9.3"
654
- },
655
- "bin": {
656
- "eslint": "bin/eslint.js"
657
- },
658
- "engines": {
659
- "node": "^20.19.0 || ^22.13.0 || >=24"
660
- },
661
- "funding": {
662
- "url": "https://eslint.org/donate"
663
- },
664
- "peerDependencies": {
665
- "jiti": "*"
666
- },
667
- "peerDependenciesMeta": {
668
- "jiti": {
669
- "optional": true
670
- }
671
- }
672
- },
673
- "node_modules/eslint-markdown": {
674
- "version": "0.13.0",
675
- "resolved": "https://registry.npmjs.org/eslint-markdown/-/eslint-markdown-0.13.0.tgz",
676
- "integrity": "sha512-1hZS8Uv/ozM+BOpHQ6TP/Q2eRV0LP7PI215g2d/be2XENofb12wMbpV/0CUI7P0lTHnqIp/gALhmaXaEln57rw==",
677
- "dev": true,
678
- "license": "MIT",
679
- "dependencies": {
680
- "@eslint/markdown": "^7.5.1",
681
- "micromark-util-normalize-identifier": "^2.0.1",
682
- "parse5": "^8.0.1"
683
- },
684
- "engines": {
685
- "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
686
- },
687
- "funding": {
688
- "url": "https://github.com/sponsors/lumirlumir"
689
- },
690
- "peerDependencies": {
691
- "eslint": "^9.31.0 || ^10.0.0-rc.0"
692
- },
693
- "peerDependenciesMeta": {
694
- "eslint": {
695
- "optional": true
696
- }
697
- }
698
- },
699
- "node_modules/eslint-markdown/node_modules/@eslint/core": {
700
- "version": "0.17.0",
701
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
702
- "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
703
- "dev": true,
704
- "license": "Apache-2.0",
705
- "dependencies": {
706
- "@types/json-schema": "^7.0.15"
707
- },
708
- "engines": {
709
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
710
- }
711
- },
712
- "node_modules/eslint-markdown/node_modules/@eslint/markdown": {
713
- "version": "7.5.1",
714
- "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-7.5.1.tgz",
715
- "integrity": "sha512-R8uZemG9dKTbru/DQRPblbJyXpObwKzo8rv1KYGGuPUPtjM4LXBYM9q5CIZAComzZupws3tWbDwam5AFpPLyJQ==",
716
- "dev": true,
717
- "license": "MIT",
718
- "workspaces": [
719
- "examples/*"
720
- ],
721
- "dependencies": {
722
- "@eslint/core": "^0.17.0",
723
- "@eslint/plugin-kit": "^0.4.1",
724
- "github-slugger": "^2.0.0",
725
- "mdast-util-from-markdown": "^2.0.2",
726
- "mdast-util-frontmatter": "^2.0.1",
727
- "mdast-util-gfm": "^3.1.0",
728
- "micromark-extension-frontmatter": "^2.0.0",
729
- "micromark-extension-gfm": "^3.0.0",
730
- "micromark-util-normalize-identifier": "^2.0.1"
731
- },
732
- "engines": {
733
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
734
- }
735
- },
736
- "node_modules/eslint-markdown/node_modules/@eslint/plugin-kit": {
737
- "version": "0.4.1",
738
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
739
- "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
740
- "dev": true,
741
- "license": "Apache-2.0",
742
- "dependencies": {
743
- "@eslint/core": "^0.17.0",
744
- "levn": "^0.4.1"
745
- },
746
- "engines": {
747
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
748
- }
749
- },
750
- "node_modules/eslint-scope": {
751
- "version": "9.1.2",
752
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
753
- "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
754
- "dev": true,
755
- "license": "BSD-2-Clause",
756
- "dependencies": {
757
- "@types/esrecurse": "^4.3.1",
758
- "@types/estree": "^1.0.8",
759
- "esrecurse": "^4.3.0",
760
- "estraverse": "^5.2.0"
761
- },
762
- "engines": {
763
- "node": "^20.19.0 || ^22.13.0 || >=24"
764
- },
765
- "funding": {
766
- "url": "https://opencollective.com/eslint"
767
- }
768
- },
769
- "node_modules/eslint-visitor-keys": {
770
- "version": "5.0.1",
771
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
772
- "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
773
- "dev": true,
774
- "license": "Apache-2.0",
775
- "engines": {
776
- "node": "^20.19.0 || ^22.13.0 || >=24"
777
- },
778
- "funding": {
779
- "url": "https://opencollective.com/eslint"
780
- }
781
- },
782
- "node_modules/espree": {
783
- "version": "11.2.0",
784
- "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
785
- "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
786
- "dev": true,
787
- "license": "BSD-2-Clause",
788
- "dependencies": {
789
- "acorn": "^8.16.0",
790
- "acorn-jsx": "^5.3.2",
791
- "eslint-visitor-keys": "^5.0.1"
792
- },
793
- "engines": {
794
- "node": "^20.19.0 || ^22.13.0 || >=24"
795
- },
796
- "funding": {
797
- "url": "https://opencollective.com/eslint"
798
- }
799
- },
800
- "node_modules/esquery": {
801
- "version": "1.7.0",
802
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
803
- "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
804
- "dev": true,
805
- "license": "BSD-3-Clause",
806
- "dependencies": {
807
- "estraverse": "^5.1.0"
808
- },
809
- "engines": {
810
- "node": ">=0.10"
811
- }
812
- },
813
- "node_modules/esrecurse": {
814
- "version": "4.3.0",
815
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
816
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
817
- "dev": true,
818
- "license": "BSD-2-Clause",
819
- "dependencies": {
820
- "estraverse": "^5.2.0"
821
- },
822
- "engines": {
823
- "node": ">=4.0"
824
- }
825
- },
826
- "node_modules/estraverse": {
827
- "version": "5.3.0",
828
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
829
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
830
- "dev": true,
831
- "license": "BSD-2-Clause",
832
- "engines": {
833
- "node": ">=4.0"
834
- }
835
- },
836
- "node_modules/esutils": {
837
- "version": "2.0.3",
838
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
839
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
840
- "dev": true,
841
- "license": "BSD-2-Clause",
842
- "engines": {
843
- "node": ">=0.10.0"
844
- }
845
- },
846
- "node_modules/fast-deep-equal": {
847
- "version": "3.1.3",
848
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
849
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
850
- "dev": true,
851
- "license": "MIT"
852
- },
853
- "node_modules/fast-glob": {
854
- "version": "3.3.3",
855
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
856
- "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
857
- "dev": true,
858
- "license": "MIT",
859
- "dependencies": {
860
- "@nodelib/fs.stat": "^2.0.2",
861
- "@nodelib/fs.walk": "^1.2.3",
862
- "glob-parent": "^5.1.2",
863
- "merge2": "^1.3.0",
864
- "micromatch": "^4.0.8"
865
- },
866
- "engines": {
867
- "node": ">=8.6.0"
868
- }
869
- },
870
- "node_modules/fast-glob/node_modules/glob-parent": {
871
- "version": "5.1.2",
872
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
873
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
874
- "dev": true,
875
- "license": "ISC",
876
- "dependencies": {
877
- "is-glob": "^4.0.1"
878
- },
879
- "engines": {
880
- "node": ">= 6"
881
- }
882
- },
883
- "node_modules/fast-json-stable-stringify": {
884
- "version": "2.1.0",
885
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
886
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
887
- "dev": true,
888
- "license": "MIT"
889
- },
890
- "node_modules/fast-levenshtein": {
891
- "version": "2.0.6",
892
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
893
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
894
- "dev": true,
895
- "license": "MIT"
896
- },
897
- "node_modules/fastq": {
898
- "version": "1.20.1",
899
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
900
- "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
901
- "dev": true,
902
- "license": "ISC",
903
- "dependencies": {
904
- "reusify": "^1.0.4"
905
- }
906
- },
907
- "node_modules/fault": {
908
- "version": "2.0.1",
909
- "resolved": "https://registry.npmjs.org/fault/-/fault-2.0.1.tgz",
910
- "integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==",
911
- "dev": true,
912
- "license": "MIT",
913
- "dependencies": {
914
- "format": "^0.2.0"
915
- },
916
- "funding": {
917
- "type": "github",
918
- "url": "https://github.com/sponsors/wooorm"
919
- }
920
- },
921
- "node_modules/file-entry-cache": {
922
- "version": "8.0.0",
923
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
924
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
925
- "dev": true,
926
- "license": "MIT",
927
- "dependencies": {
928
- "flat-cache": "^4.0.0"
929
- },
930
- "engines": {
931
- "node": ">=16.0.0"
932
- }
933
- },
934
- "node_modules/fill-range": {
935
- "version": "7.1.1",
936
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
937
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
938
- "dev": true,
939
- "license": "MIT",
940
- "dependencies": {
941
- "to-regex-range": "^5.0.1"
942
- },
943
- "engines": {
944
- "node": ">=8"
945
- }
946
- },
947
- "node_modules/find-up": {
948
- "version": "5.0.0",
949
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
950
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
951
- "dev": true,
952
- "license": "MIT",
953
- "dependencies": {
954
- "locate-path": "^6.0.0",
955
- "path-exists": "^4.0.0"
956
- },
957
- "engines": {
958
- "node": ">=10"
959
- },
960
- "funding": {
961
- "url": "https://github.com/sponsors/sindresorhus"
962
- }
963
- },
964
- "node_modules/flat-cache": {
965
- "version": "4.0.1",
966
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
967
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
968
- "dev": true,
969
- "license": "MIT",
970
- "dependencies": {
971
- "flatted": "^3.2.9",
972
- "keyv": "^4.5.4"
973
- },
974
- "engines": {
975
- "node": ">=16"
976
- }
977
- },
978
- "node_modules/flatted": {
979
- "version": "3.4.4",
980
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.4.tgz",
981
- "integrity": "sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==",
982
- "dev": true,
983
- "license": "ISC"
984
- },
985
- "node_modules/format": {
986
- "version": "0.2.2",
987
- "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz",
988
- "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==",
989
- "dev": true,
990
- "engines": {
991
- "node": ">=0.4.x"
992
- }
993
- },
994
- "node_modules/get-east-asian-width": {
995
- "version": "1.6.0",
996
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
997
- "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
998
- "dev": true,
999
- "license": "MIT",
1000
- "engines": {
1001
- "node": ">=18"
1002
- },
1003
- "funding": {
1004
- "url": "https://github.com/sponsors/sindresorhus"
1005
- }
1006
- },
1007
- "node_modules/github-slugger": {
1008
- "version": "2.0.0",
1009
- "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
1010
- "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
1011
- "dev": true,
1012
- "license": "ISC"
1013
- },
1014
- "node_modules/glob-parent": {
1015
- "version": "6.0.2",
1016
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
1017
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
1018
- "dev": true,
1019
- "license": "ISC",
1020
- "dependencies": {
1021
- "is-glob": "^4.0.3"
1022
- },
1023
- "engines": {
1024
- "node": ">=10.13.0"
1025
- }
1026
- },
1027
- "node_modules/globby": {
1028
- "version": "16.2.2",
1029
- "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.2.tgz",
1030
- "integrity": "sha512-NLvV9ubZ6NDsJaOpKPy3cQeJpKi9DcWiyCiFUpJPA0YihRqiE6RWaLUmgNNPr8MgPpLZjnBjSmou7uZBRJv9wA==",
1031
- "dev": true,
1032
- "license": "MIT",
1033
- "dependencies": {
1034
- "@sindresorhus/merge-streams": "^4.0.0",
1035
- "fast-glob": "^3.3.3",
1036
- "ignore": "^7.0.5",
1037
- "is-path-inside": "^4.0.0",
1038
- "slash": "^5.1.0",
1039
- "unicorn-magic": "^0.4.0"
1040
- },
1041
- "engines": {
1042
- "node": ">=20"
1043
- },
1044
- "funding": {
1045
- "url": "https://github.com/sponsors/sindresorhus"
1046
- }
1047
- },
1048
- "node_modules/globby/node_modules/ignore": {
1049
- "version": "7.0.6",
1050
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.6.tgz",
1051
- "integrity": "sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==",
1052
- "dev": true,
1053
- "license": "MIT",
1054
- "engines": {
1055
- "node": ">= 4"
1056
- }
1057
- },
1058
- "node_modules/ignore": {
1059
- "version": "5.3.2",
1060
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
1061
- "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
1062
- "dev": true,
1063
- "license": "MIT",
1064
- "engines": {
1065
- "node": ">= 4"
1066
- }
1067
- },
1068
- "node_modules/imurmurhash": {
1069
- "version": "0.1.4",
1070
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
1071
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
1072
- "dev": true,
1073
- "license": "MIT",
1074
- "engines": {
1075
- "node": ">=0.8.19"
1076
- }
1077
- },
1078
- "node_modules/is-alphabetical": {
1079
- "version": "2.0.1",
1080
- "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
1081
- "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
1082
- "dev": true,
1083
- "license": "MIT",
1084
- "funding": {
1085
- "type": "github",
1086
- "url": "https://github.com/sponsors/wooorm"
1087
- }
1088
- },
1089
- "node_modules/is-alphanumerical": {
1090
- "version": "2.0.1",
1091
- "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
1092
- "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
1093
- "dev": true,
1094
- "license": "MIT",
1095
- "dependencies": {
1096
- "is-alphabetical": "^2.0.0",
1097
- "is-decimal": "^2.0.0"
1098
- },
1099
- "funding": {
1100
- "type": "github",
1101
- "url": "https://github.com/sponsors/wooorm"
1102
- }
1103
- },
1104
- "node_modules/is-decimal": {
1105
- "version": "2.0.1",
1106
- "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
1107
- "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
1108
- "dev": true,
1109
- "license": "MIT",
1110
- "funding": {
1111
- "type": "github",
1112
- "url": "https://github.com/sponsors/wooorm"
1113
- }
1114
- },
1115
- "node_modules/is-extglob": {
1116
- "version": "2.1.1",
1117
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1118
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1119
- "dev": true,
1120
- "license": "MIT",
1121
- "engines": {
1122
- "node": ">=0.10.0"
1123
- }
1124
- },
1125
- "node_modules/is-glob": {
1126
- "version": "4.0.3",
1127
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1128
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
1129
- "dev": true,
1130
- "license": "MIT",
1131
- "dependencies": {
1132
- "is-extglob": "^2.1.1"
1133
- },
1134
- "engines": {
1135
- "node": ">=0.10.0"
1136
- }
1137
- },
1138
- "node_modules/is-hexadecimal": {
1139
- "version": "2.0.1",
1140
- "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
1141
- "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
1142
- "dev": true,
1143
- "license": "MIT",
1144
- "funding": {
1145
- "type": "github",
1146
- "url": "https://github.com/sponsors/wooorm"
1147
- }
1148
- },
1149
- "node_modules/is-number": {
1150
- "version": "7.0.0",
1151
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
1152
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
1153
- "dev": true,
1154
- "license": "MIT",
1155
- "engines": {
1156
- "node": ">=0.12.0"
1157
- }
1158
- },
1159
- "node_modules/is-path-inside": {
1160
- "version": "4.0.0",
1161
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
1162
- "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
1163
- "dev": true,
1164
- "license": "MIT",
1165
- "engines": {
1166
- "node": ">=12"
1167
- },
1168
- "funding": {
1169
- "url": "https://github.com/sponsors/sindresorhus"
1170
- }
1171
- },
1172
- "node_modules/isexe": {
1173
- "version": "2.0.0",
1174
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1175
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1176
- "dev": true,
1177
- "license": "ISC"
1178
- },
1179
- "node_modules/js-yaml": {
1180
- "version": "5.2.2",
1181
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz",
1182
- "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==",
1183
- "dev": true,
1184
- "funding": [
1185
- {
1186
- "type": "github",
1187
- "url": "https://github.com/sponsors/puzrin"
1188
- },
1189
- {
1190
- "type": "github",
1191
- "url": "https://github.com/sponsors/nodeca"
1192
- }
1193
- ],
1194
- "license": "MIT",
1195
- "dependencies": {
1196
- "argparse": "^2.0.1"
1197
- },
1198
- "bin": {
1199
- "js-yaml": "bin/js-yaml.mjs"
1200
- }
1201
- },
1202
- "node_modules/json-buffer": {
1203
- "version": "3.0.1",
1204
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
1205
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
1206
- "dev": true,
1207
- "license": "MIT"
1208
- },
1209
- "node_modules/json-schema-traverse": {
1210
- "version": "0.4.1",
1211
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
1212
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
1213
- "dev": true,
1214
- "license": "MIT"
1215
- },
1216
- "node_modules/json-stable-stringify-without-jsonify": {
1217
- "version": "1.0.1",
1218
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
1219
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
1220
- "dev": true,
1221
- "license": "MIT"
1222
- },
1223
- "node_modules/jsonc-parser": {
1224
- "version": "3.3.1",
1225
- "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
1226
- "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
1227
- "dev": true,
1228
- "license": "MIT"
1229
- },
1230
- "node_modules/jsonpointer": {
1231
- "version": "5.0.1",
1232
- "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
1233
- "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
1234
- "dev": true,
1235
- "license": "MIT",
1236
- "engines": {
1237
- "node": ">=0.10.0"
1238
- }
1239
- },
1240
- "node_modules/katex": {
1241
- "version": "0.16.47",
1242
- "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.47.tgz",
1243
- "integrity": "sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==",
1244
- "dev": true,
1245
- "funding": [
1246
- "https://opencollective.com/katex",
1247
- "https://github.com/sponsors/katex"
1248
- ],
1249
- "license": "MIT",
1250
- "dependencies": {
1251
- "commander": "^8.3.0"
1252
- },
1253
- "bin": {
1254
- "katex": "cli.js"
1255
- }
1256
- },
1257
- "node_modules/keyv": {
1258
- "version": "4.5.4",
1259
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
1260
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
1261
- "dev": true,
1262
- "license": "MIT",
1263
- "dependencies": {
1264
- "json-buffer": "3.0.1"
1265
- }
1266
- },
1267
- "node_modules/levn": {
1268
- "version": "0.4.1",
1269
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
1270
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
1271
- "dev": true,
1272
- "license": "MIT",
1273
- "dependencies": {
1274
- "prelude-ls": "^1.2.1",
1275
- "type-check": "~0.4.0"
1276
- },
1277
- "engines": {
1278
- "node": ">= 0.8.0"
1279
- }
1280
- },
1281
- "node_modules/linkify-it": {
1282
- "version": "5.0.2",
1283
- "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz",
1284
- "integrity": "sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==",
1285
- "dev": true,
1286
- "funding": [
1287
- {
1288
- "type": "github",
1289
- "url": "https://github.com/sponsors/puzrin"
1290
- },
1291
- {
1292
- "type": "github",
1293
- "url": "https://github.com/sponsors/markdown-it"
1294
- }
1295
- ],
1296
- "license": "MIT",
1297
- "dependencies": {
1298
- "uc.micro": "^2.0.0"
1299
- }
1300
- },
1301
- "node_modules/locate-path": {
1302
- "version": "6.0.0",
1303
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
1304
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
1305
- "dev": true,
1306
- "license": "MIT",
1307
- "dependencies": {
1308
- "p-locate": "^5.0.0"
1309
- },
1310
- "engines": {
1311
- "node": ">=10"
1312
- },
1313
- "funding": {
1314
- "url": "https://github.com/sponsors/sindresorhus"
1315
- }
1316
- },
1317
- "node_modules/longest-streak": {
1318
- "version": "3.1.0",
1319
- "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
1320
- "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
1321
- "dev": true,
1322
- "license": "MIT",
1323
- "funding": {
1324
- "type": "github",
1325
- "url": "https://github.com/sponsors/wooorm"
1326
- }
1327
- },
1328
- "node_modules/markdown-it": {
1329
- "version": "14.3.0",
1330
- "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.3.0.tgz",
1331
- "integrity": "sha512-RCEsPjR+sr0x+AuYp601tKTkgFG4YEPLCzHST3cQ/fhlJkqAkz1L2/Qbp1j9qw5SBwQHFBoW8+hoN5xssOF0Tw==",
1332
- "dev": true,
1333
- "funding": [
1334
- {
1335
- "type": "github",
1336
- "url": "https://github.com/sponsors/puzrin"
1337
- },
1338
- {
1339
- "type": "github",
1340
- "url": "https://github.com/sponsors/markdown-it"
1341
- }
1342
- ],
1343
- "license": "MIT",
1344
- "dependencies": {
1345
- "argparse": "^2.0.1",
1346
- "entities": "^4.5.0",
1347
- "linkify-it": "^5.0.2",
1348
- "mdurl": "^2.0.0",
1349
- "punycode.js": "^2.3.1",
1350
- "uc.micro": "^2.1.0"
1351
- },
1352
- "bin": {
1353
- "markdown-it": "bin/markdown-it.mjs"
1354
- }
1355
- },
1356
- "node_modules/markdown-table": {
1357
- "version": "3.0.4",
1358
- "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
1359
- "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
1360
- "dev": true,
1361
- "license": "MIT",
1362
- "funding": {
1363
- "type": "github",
1364
- "url": "https://github.com/sponsors/wooorm"
1365
- }
1366
- },
1367
- "node_modules/markdownlint": {
1368
- "version": "0.41.1",
1369
- "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.41.1.tgz",
1370
- "integrity": "sha512-qHKeU2E1bdyNAT077go2FVTNXvYcktN5IHtF6XyeD1l0PClxzSp2tUApAV14ORI8DGX4H9bNKZEzelZp4qn8IA==",
1371
- "dev": true,
1372
- "license": "MIT",
1373
- "dependencies": {
1374
- "micromark": "4.0.2",
1375
- "micromark-core-commonmark": "2.0.3",
1376
- "micromark-extension-directive": "4.0.0",
1377
- "micromark-extension-gfm-autolink-literal": "2.1.0",
1378
- "micromark-extension-gfm-footnote": "2.1.0",
1379
- "micromark-extension-gfm-table": "2.1.1",
1380
- "micromark-extension-math": "3.1.0",
1381
- "micromark-util-types": "2.0.2",
1382
- "string-width": "8.2.1"
1383
- },
1384
- "engines": {
1385
- "node": ">=22"
1386
- },
1387
- "funding": {
1388
- "url": "https://github.com/sponsors/DavidAnson"
1389
- }
1390
- },
1391
- "node_modules/markdownlint-cli2": {
1392
- "version": "0.23.2",
1393
- "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.23.2.tgz",
1394
- "integrity": "sha512-eUhcnkSpzURo/o4htSqc7LPDszgOOTknhU4eY/sPHvMCLxnTCYscv1gw1/js/idmaZPisv9ECVEIORcllqjTUw==",
1395
- "dev": true,
1396
- "license": "MIT",
1397
- "dependencies": {
1398
- "globby": "16.2.2",
1399
- "js-yaml": "5.2.2",
1400
- "jsonc-parser": "3.3.1",
1401
- "jsonpointer": "5.0.1",
1402
- "markdown-it": "14.3.0",
1403
- "markdownlint": "0.41.1",
1404
- "markdownlint-cli2-formatter-default": "0.0.6",
1405
- "micromatch": "4.0.8",
1406
- "smol-toml": "1.7.0"
1407
- },
1408
- "bin": {
1409
- "markdownlint-cli2": "markdownlint-cli2-bin.mjs"
1410
- },
1411
- "engines": {
1412
- "node": ">=22"
1413
- },
1414
- "funding": {
1415
- "url": "https://github.com/sponsors/DavidAnson"
1416
- }
1417
- },
1418
- "node_modules/markdownlint-cli2-formatter-default": {
1419
- "version": "0.0.6",
1420
- "resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.6.tgz",
1421
- "integrity": "sha512-VVDGKsq9sgzu378swJ0fcHfSicUnMxnL8gnLm/Q4J/xsNJ4e5bA6lvAz7PCzIl0/No0lHyaWdqVD2jotxOSFMQ==",
1422
- "dev": true,
1423
- "license": "MIT",
1424
- "funding": {
1425
- "url": "https://github.com/sponsors/DavidAnson"
1426
- },
1427
- "peerDependencies": {
1428
- "markdownlint-cli2": ">=0.0.4"
1429
- }
1430
- },
1431
- "node_modules/mdast-util-find-and-replace": {
1432
- "version": "3.0.2",
1433
- "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
1434
- "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
1435
- "dev": true,
1436
- "license": "MIT",
1437
- "dependencies": {
1438
- "@types/mdast": "^4.0.0",
1439
- "escape-string-regexp": "^5.0.0",
1440
- "unist-util-is": "^6.0.0",
1441
- "unist-util-visit-parents": "^6.0.0"
1442
- },
1443
- "funding": {
1444
- "type": "opencollective",
1445
- "url": "https://opencollective.com/unified"
1446
- }
1447
- },
1448
- "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
1449
- "version": "5.0.0",
1450
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
1451
- "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
1452
- "dev": true,
1453
- "license": "MIT",
1454
- "engines": {
1455
- "node": ">=12"
1456
- },
1457
- "funding": {
1458
- "url": "https://github.com/sponsors/sindresorhus"
1459
- }
1460
- },
1461
- "node_modules/mdast-util-from-markdown": {
1462
- "version": "2.0.3",
1463
- "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
1464
- "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
1465
- "dev": true,
1466
- "license": "MIT",
1467
- "dependencies": {
1468
- "@types/mdast": "^4.0.0",
1469
- "@types/unist": "^3.0.0",
1470
- "decode-named-character-reference": "^1.0.0",
1471
- "devlop": "^1.0.0",
1472
- "mdast-util-to-string": "^4.0.0",
1473
- "micromark": "^4.0.0",
1474
- "micromark-util-decode-numeric-character-reference": "^2.0.0",
1475
- "micromark-util-decode-string": "^2.0.0",
1476
- "micromark-util-normalize-identifier": "^2.0.0",
1477
- "micromark-util-symbol": "^2.0.0",
1478
- "micromark-util-types": "^2.0.0",
1479
- "unist-util-stringify-position": "^4.0.0"
1480
- },
1481
- "funding": {
1482
- "type": "opencollective",
1483
- "url": "https://opencollective.com/unified"
1484
- }
1485
- },
1486
- "node_modules/mdast-util-frontmatter": {
1487
- "version": "2.0.1",
1488
- "resolved": "https://registry.npmjs.org/mdast-util-frontmatter/-/mdast-util-frontmatter-2.0.1.tgz",
1489
- "integrity": "sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==",
1490
- "dev": true,
1491
- "license": "MIT",
1492
- "dependencies": {
1493
- "@types/mdast": "^4.0.0",
1494
- "devlop": "^1.0.0",
1495
- "escape-string-regexp": "^5.0.0",
1496
- "mdast-util-from-markdown": "^2.0.0",
1497
- "mdast-util-to-markdown": "^2.0.0",
1498
- "micromark-extension-frontmatter": "^2.0.0"
1499
- },
1500
- "funding": {
1501
- "type": "opencollective",
1502
- "url": "https://opencollective.com/unified"
1503
- }
1504
- },
1505
- "node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp": {
1506
- "version": "5.0.0",
1507
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
1508
- "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
1509
- "dev": true,
1510
- "license": "MIT",
1511
- "engines": {
1512
- "node": ">=12"
1513
- },
1514
- "funding": {
1515
- "url": "https://github.com/sponsors/sindresorhus"
1516
- }
1517
- },
1518
- "node_modules/mdast-util-gfm": {
1519
- "version": "3.1.0",
1520
- "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
1521
- "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
1522
- "dev": true,
1523
- "license": "MIT",
1524
- "dependencies": {
1525
- "mdast-util-from-markdown": "^2.0.0",
1526
- "mdast-util-gfm-autolink-literal": "^2.0.0",
1527
- "mdast-util-gfm-footnote": "^2.0.0",
1528
- "mdast-util-gfm-strikethrough": "^2.0.0",
1529
- "mdast-util-gfm-table": "^2.0.0",
1530
- "mdast-util-gfm-task-list-item": "^2.0.0",
1531
- "mdast-util-to-markdown": "^2.0.0"
1532
- },
1533
- "funding": {
1534
- "type": "opencollective",
1535
- "url": "https://opencollective.com/unified"
1536
- }
1537
- },
1538
- "node_modules/mdast-util-gfm-autolink-literal": {
1539
- "version": "2.0.1",
1540
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
1541
- "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
1542
- "dev": true,
1543
- "license": "MIT",
1544
- "dependencies": {
1545
- "@types/mdast": "^4.0.0",
1546
- "ccount": "^2.0.0",
1547
- "devlop": "^1.0.0",
1548
- "mdast-util-find-and-replace": "^3.0.0",
1549
- "micromark-util-character": "^2.0.0"
1550
- },
1551
- "funding": {
1552
- "type": "opencollective",
1553
- "url": "https://opencollective.com/unified"
1554
- }
1555
- },
1556
- "node_modules/mdast-util-gfm-footnote": {
1557
- "version": "2.1.0",
1558
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
1559
- "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
1560
- "dev": true,
1561
- "license": "MIT",
1562
- "dependencies": {
1563
- "@types/mdast": "^4.0.0",
1564
- "devlop": "^1.1.0",
1565
- "mdast-util-from-markdown": "^2.0.0",
1566
- "mdast-util-to-markdown": "^2.0.0",
1567
- "micromark-util-normalize-identifier": "^2.0.0"
1568
- },
1569
- "funding": {
1570
- "type": "opencollective",
1571
- "url": "https://opencollective.com/unified"
1572
- }
1573
- },
1574
- "node_modules/mdast-util-gfm-strikethrough": {
1575
- "version": "2.0.0",
1576
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
1577
- "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
1578
- "dev": true,
1579
- "license": "MIT",
1580
- "dependencies": {
1581
- "@types/mdast": "^4.0.0",
1582
- "mdast-util-from-markdown": "^2.0.0",
1583
- "mdast-util-to-markdown": "^2.0.0"
1584
- },
1585
- "funding": {
1586
- "type": "opencollective",
1587
- "url": "https://opencollective.com/unified"
1588
- }
1589
- },
1590
- "node_modules/mdast-util-gfm-table": {
1591
- "version": "2.0.0",
1592
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
1593
- "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
1594
- "dev": true,
1595
- "license": "MIT",
1596
- "dependencies": {
1597
- "@types/mdast": "^4.0.0",
1598
- "devlop": "^1.0.0",
1599
- "markdown-table": "^3.0.0",
1600
- "mdast-util-from-markdown": "^2.0.0",
1601
- "mdast-util-to-markdown": "^2.0.0"
1602
- },
1603
- "funding": {
1604
- "type": "opencollective",
1605
- "url": "https://opencollective.com/unified"
1606
- }
1607
- },
1608
- "node_modules/mdast-util-gfm-task-list-item": {
1609
- "version": "2.0.0",
1610
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
1611
- "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
1612
- "dev": true,
1613
- "license": "MIT",
1614
- "dependencies": {
1615
- "@types/mdast": "^4.0.0",
1616
- "devlop": "^1.0.0",
1617
- "mdast-util-from-markdown": "^2.0.0",
1618
- "mdast-util-to-markdown": "^2.0.0"
1619
- },
1620
- "funding": {
1621
- "type": "opencollective",
1622
- "url": "https://opencollective.com/unified"
1623
- }
1624
- },
1625
- "node_modules/mdast-util-math": {
1626
- "version": "3.0.0",
1627
- "resolved": "https://registry.npmjs.org/mdast-util-math/-/mdast-util-math-3.0.0.tgz",
1628
- "integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==",
1629
- "dev": true,
1630
- "license": "MIT",
1631
- "dependencies": {
1632
- "@types/hast": "^3.0.0",
1633
- "@types/mdast": "^4.0.0",
1634
- "devlop": "^1.0.0",
1635
- "longest-streak": "^3.0.0",
1636
- "mdast-util-from-markdown": "^2.0.0",
1637
- "mdast-util-to-markdown": "^2.1.0",
1638
- "unist-util-remove-position": "^5.0.0"
1639
- },
1640
- "funding": {
1641
- "type": "opencollective",
1642
- "url": "https://opencollective.com/unified"
1643
- }
1644
- },
1645
- "node_modules/mdast-util-phrasing": {
1646
- "version": "4.1.0",
1647
- "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
1648
- "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
1649
- "dev": true,
1650
- "license": "MIT",
1651
- "dependencies": {
1652
- "@types/mdast": "^4.0.0",
1653
- "unist-util-is": "^6.0.0"
1654
- },
1655
- "funding": {
1656
- "type": "opencollective",
1657
- "url": "https://opencollective.com/unified"
1658
- }
1659
- },
1660
- "node_modules/mdast-util-to-markdown": {
1661
- "version": "2.1.2",
1662
- "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
1663
- "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
1664
- "dev": true,
1665
- "license": "MIT",
1666
- "dependencies": {
1667
- "@types/mdast": "^4.0.0",
1668
- "@types/unist": "^3.0.0",
1669
- "longest-streak": "^3.0.0",
1670
- "mdast-util-phrasing": "^4.0.0",
1671
- "mdast-util-to-string": "^4.0.0",
1672
- "micromark-util-classify-character": "^2.0.0",
1673
- "micromark-util-decode-string": "^2.0.0",
1674
- "unist-util-visit": "^5.0.0",
1675
- "zwitch": "^2.0.0"
1676
- },
1677
- "funding": {
1678
- "type": "opencollective",
1679
- "url": "https://opencollective.com/unified"
1680
- }
1681
- },
1682
- "node_modules/mdast-util-to-string": {
1683
- "version": "4.0.0",
1684
- "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
1685
- "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
1686
- "dev": true,
1687
- "license": "MIT",
1688
- "dependencies": {
1689
- "@types/mdast": "^4.0.0"
1690
- },
1691
- "funding": {
1692
- "type": "opencollective",
1693
- "url": "https://opencollective.com/unified"
1694
- }
1695
- },
1696
- "node_modules/mdurl": {
1697
- "version": "2.1.0",
1698
- "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.1.0.tgz",
1699
- "integrity": "sha512-1+HBaOx0zi/dQWht8rNv9MYf9qqpqL/kxI0hXImU6Y547zM6Sni8BQibt7ifgMcYtQg41ao3Ivd6cnSM86inpg==",
1700
- "dev": true,
1701
- "license": "MIT"
1702
- },
1703
- "node_modules/merge2": {
1704
- "version": "1.4.1",
1705
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
1706
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
1707
- "dev": true,
1708
- "license": "MIT",
1709
- "engines": {
1710
- "node": ">= 8"
1711
- }
1712
- },
1713
- "node_modules/micromark": {
1714
- "version": "4.0.2",
1715
- "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
1716
- "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
1717
- "dev": true,
1718
- "funding": [
1719
- {
1720
- "type": "GitHub Sponsors",
1721
- "url": "https://github.com/sponsors/unifiedjs"
1722
- },
1723
- {
1724
- "type": "OpenCollective",
1725
- "url": "https://opencollective.com/unified"
1726
- }
1727
- ],
1728
- "license": "MIT",
1729
- "dependencies": {
1730
- "@types/debug": "^4.0.0",
1731
- "debug": "^4.0.0",
1732
- "decode-named-character-reference": "^1.0.0",
1733
- "devlop": "^1.0.0",
1734
- "micromark-core-commonmark": "^2.0.0",
1735
- "micromark-factory-space": "^2.0.0",
1736
- "micromark-util-character": "^2.0.0",
1737
- "micromark-util-chunked": "^2.0.0",
1738
- "micromark-util-combine-extensions": "^2.0.0",
1739
- "micromark-util-decode-numeric-character-reference": "^2.0.0",
1740
- "micromark-util-encode": "^2.0.0",
1741
- "micromark-util-normalize-identifier": "^2.0.0",
1742
- "micromark-util-resolve-all": "^2.0.0",
1743
- "micromark-util-sanitize-uri": "^2.0.0",
1744
- "micromark-util-subtokenize": "^2.0.0",
1745
- "micromark-util-symbol": "^2.0.0",
1746
- "micromark-util-types": "^2.0.0"
1747
- }
1748
- },
1749
- "node_modules/micromark-core-commonmark": {
1750
- "version": "2.0.3",
1751
- "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
1752
- "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
1753
- "dev": true,
1754
- "funding": [
1755
- {
1756
- "type": "GitHub Sponsors",
1757
- "url": "https://github.com/sponsors/unifiedjs"
1758
- },
1759
- {
1760
- "type": "OpenCollective",
1761
- "url": "https://opencollective.com/unified"
1762
- }
1763
- ],
1764
- "license": "MIT",
1765
- "dependencies": {
1766
- "decode-named-character-reference": "^1.0.0",
1767
- "devlop": "^1.0.0",
1768
- "micromark-factory-destination": "^2.0.0",
1769
- "micromark-factory-label": "^2.0.0",
1770
- "micromark-factory-space": "^2.0.0",
1771
- "micromark-factory-title": "^2.0.0",
1772
- "micromark-factory-whitespace": "^2.0.0",
1773
- "micromark-util-character": "^2.0.0",
1774
- "micromark-util-chunked": "^2.0.0",
1775
- "micromark-util-classify-character": "^2.0.0",
1776
- "micromark-util-html-tag-name": "^2.0.0",
1777
- "micromark-util-normalize-identifier": "^2.0.0",
1778
- "micromark-util-resolve-all": "^2.0.0",
1779
- "micromark-util-subtokenize": "^2.0.0",
1780
- "micromark-util-symbol": "^2.0.0",
1781
- "micromark-util-types": "^2.0.0"
1782
- }
1783
- },
1784
- "node_modules/micromark-extension-directive": {
1785
- "version": "4.0.0",
1786
- "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-4.0.0.tgz",
1787
- "integrity": "sha512-/C2nqVmXXmiseSSuCdItCMho7ybwwop6RrrRPk0KbOHW21JKoCldC+8rFOaundDoRBUWBnJJcxeA/Kvi34WQXg==",
1788
- "dev": true,
1789
- "license": "MIT",
1790
- "dependencies": {
1791
- "devlop": "^1.0.0",
1792
- "micromark-factory-space": "^2.0.0",
1793
- "micromark-factory-whitespace": "^2.0.0",
1794
- "micromark-util-character": "^2.0.0",
1795
- "micromark-util-symbol": "^2.0.0",
1796
- "micromark-util-types": "^2.0.0",
1797
- "parse-entities": "^4.0.0"
1798
- },
1799
- "funding": {
1800
- "type": "opencollective",
1801
- "url": "https://opencollective.com/unified"
1802
- }
1803
- },
1804
- "node_modules/micromark-extension-frontmatter": {
1805
- "version": "2.0.0",
1806
- "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz",
1807
- "integrity": "sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==",
1808
- "dev": true,
1809
- "license": "MIT",
1810
- "dependencies": {
1811
- "fault": "^2.0.0",
1812
- "micromark-util-character": "^2.0.0",
1813
- "micromark-util-symbol": "^2.0.0",
1814
- "micromark-util-types": "^2.0.0"
1815
- },
1816
- "funding": {
1817
- "type": "opencollective",
1818
- "url": "https://opencollective.com/unified"
1819
- }
1820
- },
1821
- "node_modules/micromark-extension-gfm": {
1822
- "version": "3.0.0",
1823
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
1824
- "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
1825
- "dev": true,
1826
- "license": "MIT",
1827
- "dependencies": {
1828
- "micromark-extension-gfm-autolink-literal": "^2.0.0",
1829
- "micromark-extension-gfm-footnote": "^2.0.0",
1830
- "micromark-extension-gfm-strikethrough": "^2.0.0",
1831
- "micromark-extension-gfm-table": "^2.0.0",
1832
- "micromark-extension-gfm-tagfilter": "^2.0.0",
1833
- "micromark-extension-gfm-task-list-item": "^2.0.0",
1834
- "micromark-util-combine-extensions": "^2.0.0",
1835
- "micromark-util-types": "^2.0.0"
1836
- },
1837
- "funding": {
1838
- "type": "opencollective",
1839
- "url": "https://opencollective.com/unified"
1840
- }
1841
- },
1842
- "node_modules/micromark-extension-gfm-autolink-literal": {
1843
- "version": "2.1.0",
1844
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
1845
- "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
1846
- "dev": true,
1847
- "license": "MIT",
1848
- "dependencies": {
1849
- "micromark-util-character": "^2.0.0",
1850
- "micromark-util-sanitize-uri": "^2.0.0",
1851
- "micromark-util-symbol": "^2.0.0",
1852
- "micromark-util-types": "^2.0.0"
1853
- },
1854
- "funding": {
1855
- "type": "opencollective",
1856
- "url": "https://opencollective.com/unified"
1857
- }
1858
- },
1859
- "node_modules/micromark-extension-gfm-footnote": {
1860
- "version": "2.1.0",
1861
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
1862
- "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
1863
- "dev": true,
1864
- "license": "MIT",
1865
- "dependencies": {
1866
- "devlop": "^1.0.0",
1867
- "micromark-core-commonmark": "^2.0.0",
1868
- "micromark-factory-space": "^2.0.0",
1869
- "micromark-util-character": "^2.0.0",
1870
- "micromark-util-normalize-identifier": "^2.0.0",
1871
- "micromark-util-sanitize-uri": "^2.0.0",
1872
- "micromark-util-symbol": "^2.0.0",
1873
- "micromark-util-types": "^2.0.0"
1874
- },
1875
- "funding": {
1876
- "type": "opencollective",
1877
- "url": "https://opencollective.com/unified"
1878
- }
1879
- },
1880
- "node_modules/micromark-extension-gfm-strikethrough": {
1881
- "version": "2.1.0",
1882
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
1883
- "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
1884
- "dev": true,
1885
- "license": "MIT",
1886
- "dependencies": {
1887
- "devlop": "^1.0.0",
1888
- "micromark-util-chunked": "^2.0.0",
1889
- "micromark-util-classify-character": "^2.0.0",
1890
- "micromark-util-resolve-all": "^2.0.0",
1891
- "micromark-util-symbol": "^2.0.0",
1892
- "micromark-util-types": "^2.0.0"
1893
- },
1894
- "funding": {
1895
- "type": "opencollective",
1896
- "url": "https://opencollective.com/unified"
1897
- }
1898
- },
1899
- "node_modules/micromark-extension-gfm-table": {
1900
- "version": "2.1.1",
1901
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
1902
- "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
1903
- "dev": true,
1904
- "license": "MIT",
1905
- "dependencies": {
1906
- "devlop": "^1.0.0",
1907
- "micromark-factory-space": "^2.0.0",
1908
- "micromark-util-character": "^2.0.0",
1909
- "micromark-util-symbol": "^2.0.0",
1910
- "micromark-util-types": "^2.0.0"
1911
- },
1912
- "funding": {
1913
- "type": "opencollective",
1914
- "url": "https://opencollective.com/unified"
1915
- }
1916
- },
1917
- "node_modules/micromark-extension-gfm-tagfilter": {
1918
- "version": "2.0.0",
1919
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
1920
- "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
1921
- "dev": true,
1922
- "license": "MIT",
1923
- "dependencies": {
1924
- "micromark-util-types": "^2.0.0"
1925
- },
1926
- "funding": {
1927
- "type": "opencollective",
1928
- "url": "https://opencollective.com/unified"
1929
- }
1930
- },
1931
- "node_modules/micromark-extension-gfm-task-list-item": {
1932
- "version": "2.1.0",
1933
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
1934
- "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
1935
- "dev": true,
1936
- "license": "MIT",
1937
- "dependencies": {
1938
- "devlop": "^1.0.0",
1939
- "micromark-factory-space": "^2.0.0",
1940
- "micromark-util-character": "^2.0.0",
1941
- "micromark-util-symbol": "^2.0.0",
1942
- "micromark-util-types": "^2.0.0"
1943
- },
1944
- "funding": {
1945
- "type": "opencollective",
1946
- "url": "https://opencollective.com/unified"
1947
- }
1948
- },
1949
- "node_modules/micromark-extension-math": {
1950
- "version": "3.1.0",
1951
- "resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz",
1952
- "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==",
1953
- "dev": true,
1954
- "license": "MIT",
1955
- "dependencies": {
1956
- "@types/katex": "^0.16.0",
1957
- "devlop": "^1.0.0",
1958
- "katex": "^0.16.0",
1959
- "micromark-factory-space": "^2.0.0",
1960
- "micromark-util-character": "^2.0.0",
1961
- "micromark-util-symbol": "^2.0.0",
1962
- "micromark-util-types": "^2.0.0"
1963
- },
1964
- "funding": {
1965
- "type": "opencollective",
1966
- "url": "https://opencollective.com/unified"
1967
- }
1968
- },
1969
- "node_modules/micromark-factory-destination": {
1970
- "version": "2.0.1",
1971
- "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
1972
- "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
1973
- "dev": true,
1974
- "funding": [
1975
- {
1976
- "type": "GitHub Sponsors",
1977
- "url": "https://github.com/sponsors/unifiedjs"
1978
- },
1979
- {
1980
- "type": "OpenCollective",
1981
- "url": "https://opencollective.com/unified"
1982
- }
1983
- ],
1984
- "license": "MIT",
1985
- "dependencies": {
1986
- "micromark-util-character": "^2.0.0",
1987
- "micromark-util-symbol": "^2.0.0",
1988
- "micromark-util-types": "^2.0.0"
1989
- }
1990
- },
1991
- "node_modules/micromark-factory-label": {
1992
- "version": "2.0.1",
1993
- "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
1994
- "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
1995
- "dev": true,
1996
- "funding": [
1997
- {
1998
- "type": "GitHub Sponsors",
1999
- "url": "https://github.com/sponsors/unifiedjs"
2000
- },
2001
- {
2002
- "type": "OpenCollective",
2003
- "url": "https://opencollective.com/unified"
2004
- }
2005
- ],
2006
- "license": "MIT",
2007
- "dependencies": {
2008
- "devlop": "^1.0.0",
2009
- "micromark-util-character": "^2.0.0",
2010
- "micromark-util-symbol": "^2.0.0",
2011
- "micromark-util-types": "^2.0.0"
2012
- }
2013
- },
2014
- "node_modules/micromark-factory-space": {
2015
- "version": "2.0.1",
2016
- "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
2017
- "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
2018
- "dev": true,
2019
- "funding": [
2020
- {
2021
- "type": "GitHub Sponsors",
2022
- "url": "https://github.com/sponsors/unifiedjs"
2023
- },
2024
- {
2025
- "type": "OpenCollective",
2026
- "url": "https://opencollective.com/unified"
2027
- }
2028
- ],
2029
- "license": "MIT",
2030
- "dependencies": {
2031
- "micromark-util-character": "^2.0.0",
2032
- "micromark-util-types": "^2.0.0"
2033
- }
2034
- },
2035
- "node_modules/micromark-factory-title": {
2036
- "version": "2.0.1",
2037
- "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
2038
- "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
2039
- "dev": true,
2040
- "funding": [
2041
- {
2042
- "type": "GitHub Sponsors",
2043
- "url": "https://github.com/sponsors/unifiedjs"
2044
- },
2045
- {
2046
- "type": "OpenCollective",
2047
- "url": "https://opencollective.com/unified"
2048
- }
2049
- ],
2050
- "license": "MIT",
2051
- "dependencies": {
2052
- "micromark-factory-space": "^2.0.0",
2053
- "micromark-util-character": "^2.0.0",
2054
- "micromark-util-symbol": "^2.0.0",
2055
- "micromark-util-types": "^2.0.0"
2056
- }
2057
- },
2058
- "node_modules/micromark-factory-whitespace": {
2059
- "version": "2.0.1",
2060
- "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
2061
- "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
2062
- "dev": true,
2063
- "funding": [
2064
- {
2065
- "type": "GitHub Sponsors",
2066
- "url": "https://github.com/sponsors/unifiedjs"
2067
- },
2068
- {
2069
- "type": "OpenCollective",
2070
- "url": "https://opencollective.com/unified"
2071
- }
2072
- ],
2073
- "license": "MIT",
2074
- "dependencies": {
2075
- "micromark-factory-space": "^2.0.0",
2076
- "micromark-util-character": "^2.0.0",
2077
- "micromark-util-symbol": "^2.0.0",
2078
- "micromark-util-types": "^2.0.0"
2079
- }
2080
- },
2081
- "node_modules/micromark-util-character": {
2082
- "version": "2.1.1",
2083
- "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
2084
- "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
2085
- "dev": true,
2086
- "funding": [
2087
- {
2088
- "type": "GitHub Sponsors",
2089
- "url": "https://github.com/sponsors/unifiedjs"
2090
- },
2091
- {
2092
- "type": "OpenCollective",
2093
- "url": "https://opencollective.com/unified"
2094
- }
2095
- ],
2096
- "license": "MIT",
2097
- "dependencies": {
2098
- "micromark-util-symbol": "^2.0.0",
2099
- "micromark-util-types": "^2.0.0"
2100
- }
2101
- },
2102
- "node_modules/micromark-util-chunked": {
2103
- "version": "2.0.1",
2104
- "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
2105
- "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
2106
- "dev": true,
2107
- "funding": [
2108
- {
2109
- "type": "GitHub Sponsors",
2110
- "url": "https://github.com/sponsors/unifiedjs"
2111
- },
2112
- {
2113
- "type": "OpenCollective",
2114
- "url": "https://opencollective.com/unified"
2115
- }
2116
- ],
2117
- "license": "MIT",
2118
- "dependencies": {
2119
- "micromark-util-symbol": "^2.0.0"
2120
- }
2121
- },
2122
- "node_modules/micromark-util-classify-character": {
2123
- "version": "2.0.1",
2124
- "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
2125
- "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
2126
- "dev": true,
2127
- "funding": [
2128
- {
2129
- "type": "GitHub Sponsors",
2130
- "url": "https://github.com/sponsors/unifiedjs"
2131
- },
2132
- {
2133
- "type": "OpenCollective",
2134
- "url": "https://opencollective.com/unified"
2135
- }
2136
- ],
2137
- "license": "MIT",
2138
- "dependencies": {
2139
- "micromark-util-character": "^2.0.0",
2140
- "micromark-util-symbol": "^2.0.0",
2141
- "micromark-util-types": "^2.0.0"
2142
- }
2143
- },
2144
- "node_modules/micromark-util-combine-extensions": {
2145
- "version": "2.0.1",
2146
- "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
2147
- "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
2148
- "dev": true,
2149
- "funding": [
2150
- {
2151
- "type": "GitHub Sponsors",
2152
- "url": "https://github.com/sponsors/unifiedjs"
2153
- },
2154
- {
2155
- "type": "OpenCollective",
2156
- "url": "https://opencollective.com/unified"
2157
- }
2158
- ],
2159
- "license": "MIT",
2160
- "dependencies": {
2161
- "micromark-util-chunked": "^2.0.0",
2162
- "micromark-util-types": "^2.0.0"
2163
- }
2164
- },
2165
- "node_modules/micromark-util-decode-numeric-character-reference": {
2166
- "version": "2.0.2",
2167
- "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
2168
- "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
2169
- "dev": true,
2170
- "funding": [
2171
- {
2172
- "type": "GitHub Sponsors",
2173
- "url": "https://github.com/sponsors/unifiedjs"
2174
- },
2175
- {
2176
- "type": "OpenCollective",
2177
- "url": "https://opencollective.com/unified"
2178
- }
2179
- ],
2180
- "license": "MIT",
2181
- "dependencies": {
2182
- "micromark-util-symbol": "^2.0.0"
2183
- }
2184
- },
2185
- "node_modules/micromark-util-decode-string": {
2186
- "version": "2.0.1",
2187
- "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
2188
- "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
2189
- "dev": true,
2190
- "funding": [
2191
- {
2192
- "type": "GitHub Sponsors",
2193
- "url": "https://github.com/sponsors/unifiedjs"
2194
- },
2195
- {
2196
- "type": "OpenCollective",
2197
- "url": "https://opencollective.com/unified"
2198
- }
2199
- ],
2200
- "license": "MIT",
2201
- "dependencies": {
2202
- "decode-named-character-reference": "^1.0.0",
2203
- "micromark-util-character": "^2.0.0",
2204
- "micromark-util-decode-numeric-character-reference": "^2.0.0",
2205
- "micromark-util-symbol": "^2.0.0"
2206
- }
2207
- },
2208
- "node_modules/micromark-util-encode": {
2209
- "version": "2.0.1",
2210
- "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
2211
- "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
2212
- "dev": true,
2213
- "funding": [
2214
- {
2215
- "type": "GitHub Sponsors",
2216
- "url": "https://github.com/sponsors/unifiedjs"
2217
- },
2218
- {
2219
- "type": "OpenCollective",
2220
- "url": "https://opencollective.com/unified"
2221
- }
2222
- ],
2223
- "license": "MIT"
2224
- },
2225
- "node_modules/micromark-util-html-tag-name": {
2226
- "version": "2.0.1",
2227
- "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
2228
- "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
2229
- "dev": true,
2230
- "funding": [
2231
- {
2232
- "type": "GitHub Sponsors",
2233
- "url": "https://github.com/sponsors/unifiedjs"
2234
- },
2235
- {
2236
- "type": "OpenCollective",
2237
- "url": "https://opencollective.com/unified"
2238
- }
2239
- ],
2240
- "license": "MIT"
2241
- },
2242
- "node_modules/micromark-util-normalize-identifier": {
2243
- "version": "2.0.1",
2244
- "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
2245
- "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
2246
- "dev": true,
2247
- "funding": [
2248
- {
2249
- "type": "GitHub Sponsors",
2250
- "url": "https://github.com/sponsors/unifiedjs"
2251
- },
2252
- {
2253
- "type": "OpenCollective",
2254
- "url": "https://opencollective.com/unified"
2255
- }
2256
- ],
2257
- "license": "MIT",
2258
- "dependencies": {
2259
- "micromark-util-symbol": "^2.0.0"
2260
- }
2261
- },
2262
- "node_modules/micromark-util-resolve-all": {
2263
- "version": "2.0.1",
2264
- "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
2265
- "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
2266
- "dev": true,
2267
- "funding": [
2268
- {
2269
- "type": "GitHub Sponsors",
2270
- "url": "https://github.com/sponsors/unifiedjs"
2271
- },
2272
- {
2273
- "type": "OpenCollective",
2274
- "url": "https://opencollective.com/unified"
2275
- }
2276
- ],
2277
- "license": "MIT",
2278
- "dependencies": {
2279
- "micromark-util-types": "^2.0.0"
2280
- }
2281
- },
2282
- "node_modules/micromark-util-sanitize-uri": {
2283
- "version": "2.0.1",
2284
- "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
2285
- "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
2286
- "dev": true,
2287
- "funding": [
2288
- {
2289
- "type": "GitHub Sponsors",
2290
- "url": "https://github.com/sponsors/unifiedjs"
2291
- },
2292
- {
2293
- "type": "OpenCollective",
2294
- "url": "https://opencollective.com/unified"
2295
- }
2296
- ],
2297
- "license": "MIT",
2298
- "dependencies": {
2299
- "micromark-util-character": "^2.0.0",
2300
- "micromark-util-encode": "^2.0.0",
2301
- "micromark-util-symbol": "^2.0.0"
2302
- }
2303
- },
2304
- "node_modules/micromark-util-subtokenize": {
2305
- "version": "2.1.0",
2306
- "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
2307
- "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
2308
- "dev": true,
2309
- "funding": [
2310
- {
2311
- "type": "GitHub Sponsors",
2312
- "url": "https://github.com/sponsors/unifiedjs"
2313
- },
2314
- {
2315
- "type": "OpenCollective",
2316
- "url": "https://opencollective.com/unified"
2317
- }
2318
- ],
2319
- "license": "MIT",
2320
- "dependencies": {
2321
- "devlop": "^1.0.0",
2322
- "micromark-util-chunked": "^2.0.0",
2323
- "micromark-util-symbol": "^2.0.0",
2324
- "micromark-util-types": "^2.0.0"
2325
- }
2326
- },
2327
- "node_modules/micromark-util-symbol": {
2328
- "version": "2.0.1",
2329
- "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
2330
- "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
2331
- "dev": true,
2332
- "funding": [
2333
- {
2334
- "type": "GitHub Sponsors",
2335
- "url": "https://github.com/sponsors/unifiedjs"
2336
- },
2337
- {
2338
- "type": "OpenCollective",
2339
- "url": "https://opencollective.com/unified"
2340
- }
2341
- ],
2342
- "license": "MIT"
2343
- },
2344
- "node_modules/micromark-util-types": {
2345
- "version": "2.0.2",
2346
- "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
2347
- "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
2348
- "dev": true,
2349
- "funding": [
2350
- {
2351
- "type": "GitHub Sponsors",
2352
- "url": "https://github.com/sponsors/unifiedjs"
2353
- },
2354
- {
2355
- "type": "OpenCollective",
2356
- "url": "https://opencollective.com/unified"
2357
- }
2358
- ],
2359
- "license": "MIT"
2360
- },
2361
- "node_modules/micromatch": {
2362
- "version": "4.0.8",
2363
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
2364
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
2365
- "dev": true,
2366
- "license": "MIT",
2367
- "dependencies": {
2368
- "braces": "^3.0.3",
2369
- "picomatch": "^2.3.1"
2370
- },
2371
- "engines": {
2372
- "node": ">=8.6"
2373
- }
2374
- },
2375
- "node_modules/minimatch": {
2376
- "version": "10.2.6",
2377
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
2378
- "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
2379
- "dev": true,
2380
- "license": "BlueOak-1.0.0",
2381
- "dependencies": {
2382
- "brace-expansion": "^5.0.8"
2383
- },
2384
- "engines": {
2385
- "node": "18 || 20 || >=22"
2386
- },
2387
- "funding": {
2388
- "url": "https://github.com/sponsors/isaacs"
2389
- }
2390
- },
2391
- "node_modules/ms": {
2392
- "version": "2.1.3",
2393
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2394
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2395
- "dev": true,
2396
- "license": "MIT"
2397
- },
2398
- "node_modules/natural-compare": {
2399
- "version": "1.4.0",
2400
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
2401
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
2402
- "dev": true,
2403
- "license": "MIT"
2404
- },
2405
- "node_modules/optionator": {
2406
- "version": "0.9.4",
2407
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
2408
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
2409
- "dev": true,
2410
- "license": "MIT",
2411
- "dependencies": {
2412
- "deep-is": "^0.1.3",
2413
- "fast-levenshtein": "^2.0.6",
2414
- "levn": "^0.4.1",
2415
- "prelude-ls": "^1.2.1",
2416
- "type-check": "^0.4.0",
2417
- "word-wrap": "^1.2.5"
2418
- },
2419
- "engines": {
2420
- "node": ">= 0.8.0"
2421
- }
2422
- },
2423
- "node_modules/p-limit": {
2424
- "version": "3.1.0",
2425
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
2426
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
2427
- "dev": true,
2428
- "license": "MIT",
2429
- "dependencies": {
2430
- "yocto-queue": "^0.1.0"
2431
- },
2432
- "engines": {
2433
- "node": ">=10"
2434
- },
2435
- "funding": {
2436
- "url": "https://github.com/sponsors/sindresorhus"
2437
- }
2438
- },
2439
- "node_modules/p-locate": {
2440
- "version": "5.0.0",
2441
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
2442
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
2443
- "dev": true,
2444
- "license": "MIT",
2445
- "dependencies": {
2446
- "p-limit": "^3.0.2"
2447
- },
2448
- "engines": {
2449
- "node": ">=10"
2450
- },
2451
- "funding": {
2452
- "url": "https://github.com/sponsors/sindresorhus"
2453
- }
2454
- },
2455
- "node_modules/parse-entities": {
2456
- "version": "4.0.2",
2457
- "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
2458
- "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
2459
- "dev": true,
2460
- "license": "MIT",
2461
- "dependencies": {
2462
- "@types/unist": "^2.0.0",
2463
- "character-entities-legacy": "^3.0.0",
2464
- "character-reference-invalid": "^2.0.0",
2465
- "decode-named-character-reference": "^1.0.0",
2466
- "is-alphanumerical": "^2.0.0",
2467
- "is-decimal": "^2.0.0",
2468
- "is-hexadecimal": "^2.0.0"
2469
- },
2470
- "funding": {
2471
- "type": "github",
2472
- "url": "https://github.com/sponsors/wooorm"
2473
- }
2474
- },
2475
- "node_modules/parse-entities/node_modules/@types/unist": {
2476
- "version": "2.0.11",
2477
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
2478
- "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
2479
- "dev": true,
2480
- "license": "MIT"
2481
- },
2482
- "node_modules/parse5": {
2483
- "version": "8.0.1",
2484
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.1.tgz",
2485
- "integrity": "sha512-z1e/HMG90obSGeidlli3hj7cbocou0/wa5HacvI3ASx34PecNjNQeaHNo5WIZpWofN9kgkqV1q5YvXe3F0FoPw==",
2486
- "dev": true,
2487
- "license": "MIT",
2488
- "dependencies": {
2489
- "entities": "^8.0.0"
2490
- },
2491
- "funding": {
2492
- "url": "https://github.com/inikulin/parse5?sponsor=1"
2493
- }
2494
- },
2495
- "node_modules/parse5/node_modules/entities": {
2496
- "version": "8.0.0",
2497
- "resolved": "https://registry.npmjs.org/entities/-/entities-8.0.0.tgz",
2498
- "integrity": "sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==",
2499
- "dev": true,
2500
- "license": "BSD-2-Clause",
2501
- "engines": {
2502
- "node": ">=20.19.0"
2503
- },
2504
- "funding": {
2505
- "url": "https://github.com/fb55/entities?sponsor=1"
2506
- }
2507
- },
2508
- "node_modules/path-exists": {
2509
- "version": "4.0.0",
2510
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
2511
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
2512
- "dev": true,
2513
- "license": "MIT",
2514
- "engines": {
2515
- "node": ">=8"
2516
- }
2517
- },
2518
- "node_modules/path-key": {
2519
- "version": "3.1.1",
2520
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2521
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2522
- "dev": true,
2523
- "license": "MIT",
2524
- "engines": {
2525
- "node": ">=8"
2526
- }
2527
- },
2528
- "node_modules/picomatch": {
2529
- "version": "2.3.2",
2530
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
2531
- "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
2532
- "dev": true,
2533
- "license": "MIT",
2534
- "engines": {
2535
- "node": ">=8.6"
2536
- },
2537
- "funding": {
2538
- "url": "https://github.com/sponsors/jonschlinkert"
2539
- }
2540
- },
2541
- "node_modules/prelude-ls": {
2542
- "version": "1.2.1",
2543
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
2544
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
2545
- "dev": true,
2546
- "license": "MIT",
2547
- "engines": {
2548
- "node": ">= 0.8.0"
2549
- }
2550
- },
2551
- "node_modules/punycode": {
2552
- "version": "2.3.1",
2553
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
2554
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2555
- "dev": true,
2556
- "license": "MIT",
2557
- "engines": {
2558
- "node": ">=6"
2559
- }
2560
- },
2561
- "node_modules/punycode.js": {
2562
- "version": "2.3.1",
2563
- "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
2564
- "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
2565
- "dev": true,
2566
- "license": "MIT",
2567
- "engines": {
2568
- "node": ">=6"
2569
- }
2570
- },
2571
- "node_modules/queue-microtask": {
2572
- "version": "1.2.3",
2573
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
2574
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
2575
- "dev": true,
2576
- "funding": [
2577
- {
2578
- "type": "github",
2579
- "url": "https://github.com/sponsors/feross"
2580
- },
2581
- {
2582
- "type": "patreon",
2583
- "url": "https://www.patreon.com/feross"
2584
- },
2585
- {
2586
- "type": "consulting",
2587
- "url": "https://feross.org/support"
2588
- }
2589
- ],
2590
- "license": "MIT"
2591
- },
2592
- "node_modules/reusify": {
2593
- "version": "1.1.0",
2594
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
2595
- "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
2596
- "dev": true,
2597
- "license": "MIT",
2598
- "engines": {
2599
- "iojs": ">=1.0.0",
2600
- "node": ">=0.10.0"
2601
- }
2602
- },
2603
- "node_modules/run-parallel": {
2604
- "version": "1.2.0",
2605
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
2606
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
2607
- "dev": true,
2608
- "funding": [
2609
- {
2610
- "type": "github",
2611
- "url": "https://github.com/sponsors/feross"
2612
- },
2613
- {
2614
- "type": "patreon",
2615
- "url": "https://www.patreon.com/feross"
2616
- },
2617
- {
2618
- "type": "consulting",
2619
- "url": "https://feross.org/support"
2620
- }
2621
- ],
2622
- "license": "MIT",
2623
- "dependencies": {
2624
- "queue-microtask": "^1.2.2"
2625
- }
2626
- },
2627
- "node_modules/shebang-command": {
2628
- "version": "2.0.0",
2629
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2630
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2631
- "dev": true,
2632
- "license": "MIT",
2633
- "dependencies": {
2634
- "shebang-regex": "^3.0.0"
2635
- },
2636
- "engines": {
2637
- "node": ">=8"
2638
- }
2639
- },
2640
- "node_modules/shebang-regex": {
2641
- "version": "3.0.0",
2642
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2643
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2644
- "dev": true,
2645
- "license": "MIT",
2646
- "engines": {
2647
- "node": ">=8"
2648
- }
2649
- },
2650
- "node_modules/slash": {
2651
- "version": "5.1.0",
2652
- "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
2653
- "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
2654
- "dev": true,
2655
- "license": "MIT",
2656
- "engines": {
2657
- "node": ">=14.16"
2658
- },
2659
- "funding": {
2660
- "url": "https://github.com/sponsors/sindresorhus"
2661
- }
2662
- },
2663
- "node_modules/smol-toml": {
2664
- "version": "1.7.0",
2665
- "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.7.0.tgz",
2666
- "integrity": "sha512-aqVvWoyO21L23mb+drl4RmMXbf6N7FdHjAhTRA9ZBL7apWBgfWC16KjrASI+1p9GAroljyMHj6fK67i0UiTNvQ==",
2667
- "dev": true,
2668
- "license": "BSD-3-Clause",
2669
- "engines": {
2670
- "node": ">= 18"
2671
- },
2672
- "funding": {
2673
- "url": "https://github.com/sponsors/cyyynthia"
2674
- }
2675
- },
2676
- "node_modules/string-width": {
2677
- "version": "8.2.1",
2678
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
2679
- "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
2680
- "dev": true,
2681
- "license": "MIT",
2682
- "dependencies": {
2683
- "get-east-asian-width": "^1.5.0",
2684
- "strip-ansi": "^7.1.2"
2685
- },
2686
- "engines": {
2687
- "node": ">=20"
2688
- },
2689
- "funding": {
2690
- "url": "https://github.com/sponsors/sindresorhus"
2691
- }
2692
- },
2693
- "node_modules/strip-ansi": {
2694
- "version": "7.2.0",
2695
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
2696
- "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
2697
- "dev": true,
2698
- "license": "MIT",
2699
- "dependencies": {
2700
- "ansi-regex": "^6.2.2"
2701
- },
2702
- "engines": {
2703
- "node": ">=12"
2704
- },
2705
- "funding": {
2706
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
2707
- }
2708
- },
2709
- "node_modules/to-regex-range": {
2710
- "version": "5.0.1",
2711
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
2712
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
2713
- "dev": true,
2714
- "license": "MIT",
2715
- "dependencies": {
2716
- "is-number": "^7.0.0"
2717
- },
2718
- "engines": {
2719
- "node": ">=8.0"
2720
- }
2721
- },
2722
- "node_modules/type-check": {
2723
- "version": "0.4.0",
2724
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
2725
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
2726
- "dev": true,
2727
- "license": "MIT",
2728
- "dependencies": {
2729
- "prelude-ls": "^1.2.1"
2730
- },
2731
- "engines": {
2732
- "node": ">= 0.8.0"
2733
- }
2734
- },
2735
- "node_modules/uc.micro": {
2736
- "version": "2.1.0",
2737
- "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
2738
- "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
2739
- "dev": true,
2740
- "license": "MIT"
2741
- },
2742
- "node_modules/unicorn-magic": {
2743
- "version": "0.4.0",
2744
- "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
2745
- "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
2746
- "dev": true,
2747
- "license": "MIT",
2748
- "engines": {
2749
- "node": ">=20"
2750
- },
2751
- "funding": {
2752
- "url": "https://github.com/sponsors/sindresorhus"
2753
- }
2754
- },
2755
- "node_modules/unist-util-is": {
2756
- "version": "6.0.1",
2757
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
2758
- "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
2759
- "dev": true,
2760
- "license": "MIT",
2761
- "dependencies": {
2762
- "@types/unist": "^3.0.0"
2763
- },
2764
- "funding": {
2765
- "type": "opencollective",
2766
- "url": "https://opencollective.com/unified"
2767
- }
2768
- },
2769
- "node_modules/unist-util-remove-position": {
2770
- "version": "5.0.0",
2771
- "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz",
2772
- "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
2773
- "dev": true,
2774
- "license": "MIT",
2775
- "dependencies": {
2776
- "@types/unist": "^3.0.0",
2777
- "unist-util-visit": "^5.0.0"
2778
- },
2779
- "funding": {
2780
- "type": "opencollective",
2781
- "url": "https://opencollective.com/unified"
2782
- }
2783
- },
2784
- "node_modules/unist-util-stringify-position": {
2785
- "version": "4.0.0",
2786
- "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
2787
- "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
2788
- "dev": true,
2789
- "license": "MIT",
2790
- "dependencies": {
2791
- "@types/unist": "^3.0.0"
2792
- },
2793
- "funding": {
2794
- "type": "opencollective",
2795
- "url": "https://opencollective.com/unified"
2796
- }
2797
- },
2798
- "node_modules/unist-util-visit": {
2799
- "version": "5.1.0",
2800
- "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
2801
- "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
2802
- "dev": true,
2803
- "license": "MIT",
2804
- "dependencies": {
2805
- "@types/unist": "^3.0.0",
2806
- "unist-util-is": "^6.0.0",
2807
- "unist-util-visit-parents": "^6.0.0"
2808
- },
2809
- "funding": {
2810
- "type": "opencollective",
2811
- "url": "https://opencollective.com/unified"
2812
- }
2813
- },
2814
- "node_modules/unist-util-visit-parents": {
2815
- "version": "6.0.2",
2816
- "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
2817
- "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
2818
- "dev": true,
2819
- "license": "MIT",
2820
- "dependencies": {
2821
- "@types/unist": "^3.0.0",
2822
- "unist-util-is": "^6.0.0"
2823
- },
2824
- "funding": {
2825
- "type": "opencollective",
2826
- "url": "https://opencollective.com/unified"
2827
- }
2828
- },
2829
- "node_modules/uri-js": {
2830
- "version": "4.4.1",
2831
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
2832
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
2833
- "dev": true,
2834
- "license": "BSD-2-Clause",
2835
- "dependencies": {
2836
- "punycode": "^2.1.0"
2837
- }
2838
- },
2839
- "node_modules/which": {
2840
- "version": "2.0.2",
2841
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2842
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2843
- "dev": true,
2844
- "license": "ISC",
2845
- "dependencies": {
2846
- "isexe": "^2.0.0"
2847
- },
2848
- "bin": {
2849
- "node-which": "bin/node-which"
2850
- },
2851
- "engines": {
2852
- "node": ">= 8"
2853
- }
2854
- },
2855
- "node_modules/word-wrap": {
2856
- "version": "1.2.5",
2857
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
2858
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
2859
- "dev": true,
2860
- "license": "MIT",
2861
- "engines": {
2862
- "node": ">=0.10.0"
2863
- }
2864
- },
2865
- "node_modules/yocto-queue": {
2866
- "version": "0.1.0",
2867
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
2868
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
2869
- "dev": true,
2870
- "license": "MIT",
2871
- "engines": {
2872
- "node": ">=10"
2873
- },
2874
- "funding": {
2875
- "url": "https://github.com/sponsors/sindresorhus"
2876
- }
2877
- },
2878
- "node_modules/zwitch": {
2879
- "version": "2.0.4",
2880
- "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
2881
- "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
2882
- "dev": true,
2883
- "license": "MIT",
2884
- "funding": {
2885
- "type": "github",
2886
- "url": "https://github.com/sponsors/wooorm"
2887
- }
2888
- }
2889
- }
2890
- }