forked from
slices.network/quickslice
Auto-indexing service and GraphQL API for AT Protocol Records
1{
2 "name": "quickslice-www",
3 "lockfileVersion": 3,
4 "requires": true,
5 "packages": {
6 "": {
7 "name": "quickslice-www",
8 "dependencies": {
9 "shiki": "^3.0.0"
10 }
11 },
12 "node_modules/@shikijs/core": {
13 "version": "3.19.0",
14 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.19.0.tgz",
15 "integrity": "sha512-L7SrRibU7ZoYi1/TrZsJOFAnnHyLTE1SwHG1yNWjZIVCqjOEmCSuK2ZO9thnRbJG6TOkPp+Z963JmpCNw5nzvA==",
16 "license": "MIT",
17 "dependencies": {
18 "@shikijs/types": "3.19.0",
19 "@shikijs/vscode-textmate": "^10.0.2",
20 "@types/hast": "^3.0.4",
21 "hast-util-to-html": "^9.0.5"
22 }
23 },
24 "node_modules/@shikijs/engine-javascript": {
25 "version": "3.19.0",
26 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.19.0.tgz",
27 "integrity": "sha512-ZfWJNm2VMhKkQIKT9qXbs76RRcT0SF/CAvEz0+RkpUDAoDaCx0uFdCGzSRiD9gSlhm6AHkjdieOBJMaO2eC1rQ==",
28 "license": "MIT",
29 "dependencies": {
30 "@shikijs/types": "3.19.0",
31 "@shikijs/vscode-textmate": "^10.0.2",
32 "oniguruma-to-es": "^4.3.4"
33 }
34 },
35 "node_modules/@shikijs/engine-oniguruma": {
36 "version": "3.19.0",
37 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.19.0.tgz",
38 "integrity": "sha512-1hRxtYIJfJSZeM5ivbUXv9hcJP3PWRo5prG/V2sWwiubUKTa+7P62d2qxCW8jiVFX4pgRHhnHNp+qeR7Xl+6kg==",
39 "license": "MIT",
40 "dependencies": {
41 "@shikijs/types": "3.19.0",
42 "@shikijs/vscode-textmate": "^10.0.2"
43 }
44 },
45 "node_modules/@shikijs/langs": {
46 "version": "3.19.0",
47 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.19.0.tgz",
48 "integrity": "sha512-dBMFzzg1QiXqCVQ5ONc0z2ebyoi5BKz+MtfByLm0o5/nbUu3Iz8uaTCa5uzGiscQKm7lVShfZHU1+OG3t5hgwg==",
49 "license": "MIT",
50 "dependencies": {
51 "@shikijs/types": "3.19.0"
52 }
53 },
54 "node_modules/@shikijs/themes": {
55 "version": "3.19.0",
56 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.19.0.tgz",
57 "integrity": "sha512-H36qw+oh91Y0s6OlFfdSuQ0Ld+5CgB/VE6gNPK+Hk4VRbVG/XQgkjnt4KzfnnoO6tZPtKJKHPjwebOCfjd6F8A==",
58 "license": "MIT",
59 "dependencies": {
60 "@shikijs/types": "3.19.0"
61 }
62 },
63 "node_modules/@shikijs/types": {
64 "version": "3.19.0",
65 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.19.0.tgz",
66 "integrity": "sha512-Z2hdeEQlzuntf/BZpFG8a+Fsw9UVXdML7w0o3TgSXV3yNESGon+bs9ITkQb3Ki7zxoXOOu5oJWqZ2uto06V9iQ==",
67 "license": "MIT",
68 "dependencies": {
69 "@shikijs/vscode-textmate": "^10.0.2",
70 "@types/hast": "^3.0.4"
71 }
72 },
73 "node_modules/@shikijs/vscode-textmate": {
74 "version": "10.0.2",
75 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
76 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
77 "license": "MIT"
78 },
79 "node_modules/@types/hast": {
80 "version": "3.0.4",
81 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
82 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
83 "license": "MIT",
84 "dependencies": {
85 "@types/unist": "*"
86 }
87 },
88 "node_modules/@types/mdast": {
89 "version": "4.0.4",
90 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
91 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
92 "license": "MIT",
93 "dependencies": {
94 "@types/unist": "*"
95 }
96 },
97 "node_modules/@types/unist": {
98 "version": "3.0.3",
99 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
100 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
101 "license": "MIT"
102 },
103 "node_modules/@ungap/structured-clone": {
104 "version": "1.3.0",
105 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
106 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
107 "license": "ISC"
108 },
109 "node_modules/ccount": {
110 "version": "2.0.1",
111 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
112 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
113 "license": "MIT",
114 "funding": {
115 "type": "github",
116 "url": "https://github.com/sponsors/wooorm"
117 }
118 },
119 "node_modules/character-entities-html4": {
120 "version": "2.1.0",
121 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
122 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
123 "license": "MIT",
124 "funding": {
125 "type": "github",
126 "url": "https://github.com/sponsors/wooorm"
127 }
128 },
129 "node_modules/character-entities-legacy": {
130 "version": "3.0.0",
131 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
132 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
133 "license": "MIT",
134 "funding": {
135 "type": "github",
136 "url": "https://github.com/sponsors/wooorm"
137 }
138 },
139 "node_modules/comma-separated-tokens": {
140 "version": "2.0.3",
141 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
142 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
143 "license": "MIT",
144 "funding": {
145 "type": "github",
146 "url": "https://github.com/sponsors/wooorm"
147 }
148 },
149 "node_modules/dequal": {
150 "version": "2.0.3",
151 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
152 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
153 "license": "MIT",
154 "engines": {
155 "node": ">=6"
156 }
157 },
158 "node_modules/devlop": {
159 "version": "1.1.0",
160 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
161 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
162 "license": "MIT",
163 "dependencies": {
164 "dequal": "^2.0.0"
165 },
166 "funding": {
167 "type": "github",
168 "url": "https://github.com/sponsors/wooorm"
169 }
170 },
171 "node_modules/hast-util-to-html": {
172 "version": "9.0.5",
173 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
174 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
175 "license": "MIT",
176 "dependencies": {
177 "@types/hast": "^3.0.0",
178 "@types/unist": "^3.0.0",
179 "ccount": "^2.0.0",
180 "comma-separated-tokens": "^2.0.0",
181 "hast-util-whitespace": "^3.0.0",
182 "html-void-elements": "^3.0.0",
183 "mdast-util-to-hast": "^13.0.0",
184 "property-information": "^7.0.0",
185 "space-separated-tokens": "^2.0.0",
186 "stringify-entities": "^4.0.0",
187 "zwitch": "^2.0.4"
188 },
189 "funding": {
190 "type": "opencollective",
191 "url": "https://opencollective.com/unified"
192 }
193 },
194 "node_modules/hast-util-whitespace": {
195 "version": "3.0.0",
196 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
197 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
198 "license": "MIT",
199 "dependencies": {
200 "@types/hast": "^3.0.0"
201 },
202 "funding": {
203 "type": "opencollective",
204 "url": "https://opencollective.com/unified"
205 }
206 },
207 "node_modules/html-void-elements": {
208 "version": "3.0.0",
209 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
210 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
211 "license": "MIT",
212 "funding": {
213 "type": "github",
214 "url": "https://github.com/sponsors/wooorm"
215 }
216 },
217 "node_modules/mdast-util-to-hast": {
218 "version": "13.2.1",
219 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
220 "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
221 "license": "MIT",
222 "dependencies": {
223 "@types/hast": "^3.0.0",
224 "@types/mdast": "^4.0.0",
225 "@ungap/structured-clone": "^1.0.0",
226 "devlop": "^1.0.0",
227 "micromark-util-sanitize-uri": "^2.0.0",
228 "trim-lines": "^3.0.0",
229 "unist-util-position": "^5.0.0",
230 "unist-util-visit": "^5.0.0",
231 "vfile": "^6.0.0"
232 },
233 "funding": {
234 "type": "opencollective",
235 "url": "https://opencollective.com/unified"
236 }
237 },
238 "node_modules/micromark-util-character": {
239 "version": "2.1.1",
240 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
241 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
242 "funding": [
243 {
244 "type": "GitHub Sponsors",
245 "url": "https://github.com/sponsors/unifiedjs"
246 },
247 {
248 "type": "OpenCollective",
249 "url": "https://opencollective.com/unified"
250 }
251 ],
252 "license": "MIT",
253 "dependencies": {
254 "micromark-util-symbol": "^2.0.0",
255 "micromark-util-types": "^2.0.0"
256 }
257 },
258 "node_modules/micromark-util-encode": {
259 "version": "2.0.1",
260 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
261 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
262 "funding": [
263 {
264 "type": "GitHub Sponsors",
265 "url": "https://github.com/sponsors/unifiedjs"
266 },
267 {
268 "type": "OpenCollective",
269 "url": "https://opencollective.com/unified"
270 }
271 ],
272 "license": "MIT"
273 },
274 "node_modules/micromark-util-sanitize-uri": {
275 "version": "2.0.1",
276 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
277 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
278 "funding": [
279 {
280 "type": "GitHub Sponsors",
281 "url": "https://github.com/sponsors/unifiedjs"
282 },
283 {
284 "type": "OpenCollective",
285 "url": "https://opencollective.com/unified"
286 }
287 ],
288 "license": "MIT",
289 "dependencies": {
290 "micromark-util-character": "^2.0.0",
291 "micromark-util-encode": "^2.0.0",
292 "micromark-util-symbol": "^2.0.0"
293 }
294 },
295 "node_modules/micromark-util-symbol": {
296 "version": "2.0.1",
297 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
298 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
299 "funding": [
300 {
301 "type": "GitHub Sponsors",
302 "url": "https://github.com/sponsors/unifiedjs"
303 },
304 {
305 "type": "OpenCollective",
306 "url": "https://opencollective.com/unified"
307 }
308 ],
309 "license": "MIT"
310 },
311 "node_modules/micromark-util-types": {
312 "version": "2.0.2",
313 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
314 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
315 "funding": [
316 {
317 "type": "GitHub Sponsors",
318 "url": "https://github.com/sponsors/unifiedjs"
319 },
320 {
321 "type": "OpenCollective",
322 "url": "https://opencollective.com/unified"
323 }
324 ],
325 "license": "MIT"
326 },
327 "node_modules/oniguruma-parser": {
328 "version": "0.12.1",
329 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz",
330 "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==",
331 "license": "MIT"
332 },
333 "node_modules/oniguruma-to-es": {
334 "version": "4.3.4",
335 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.4.tgz",
336 "integrity": "sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA==",
337 "license": "MIT",
338 "dependencies": {
339 "oniguruma-parser": "^0.12.1",
340 "regex": "^6.0.1",
341 "regex-recursion": "^6.0.2"
342 }
343 },
344 "node_modules/property-information": {
345 "version": "7.1.0",
346 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
347 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
348 "license": "MIT",
349 "funding": {
350 "type": "github",
351 "url": "https://github.com/sponsors/wooorm"
352 }
353 },
354 "node_modules/regex": {
355 "version": "6.1.0",
356 "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
357 "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
358 "license": "MIT",
359 "dependencies": {
360 "regex-utilities": "^2.3.0"
361 }
362 },
363 "node_modules/regex-recursion": {
364 "version": "6.0.2",
365 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
366 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
367 "license": "MIT",
368 "dependencies": {
369 "regex-utilities": "^2.3.0"
370 }
371 },
372 "node_modules/regex-utilities": {
373 "version": "2.3.0",
374 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
375 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
376 "license": "MIT"
377 },
378 "node_modules/shiki": {
379 "version": "3.19.0",
380 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.19.0.tgz",
381 "integrity": "sha512-77VJr3OR/VUZzPiStyRhADmO2jApMM0V2b1qf0RpfWya8Zr1PeZev5AEpPGAAKWdiYUtcZGBE4F5QvJml1PvWA==",
382 "license": "MIT",
383 "dependencies": {
384 "@shikijs/core": "3.19.0",
385 "@shikijs/engine-javascript": "3.19.0",
386 "@shikijs/engine-oniguruma": "3.19.0",
387 "@shikijs/langs": "3.19.0",
388 "@shikijs/themes": "3.19.0",
389 "@shikijs/types": "3.19.0",
390 "@shikijs/vscode-textmate": "^10.0.2",
391 "@types/hast": "^3.0.4"
392 }
393 },
394 "node_modules/space-separated-tokens": {
395 "version": "2.0.2",
396 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
397 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
398 "license": "MIT",
399 "funding": {
400 "type": "github",
401 "url": "https://github.com/sponsors/wooorm"
402 }
403 },
404 "node_modules/stringify-entities": {
405 "version": "4.0.4",
406 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
407 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
408 "license": "MIT",
409 "dependencies": {
410 "character-entities-html4": "^2.0.0",
411 "character-entities-legacy": "^3.0.0"
412 },
413 "funding": {
414 "type": "github",
415 "url": "https://github.com/sponsors/wooorm"
416 }
417 },
418 "node_modules/trim-lines": {
419 "version": "3.0.1",
420 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
421 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
422 "license": "MIT",
423 "funding": {
424 "type": "github",
425 "url": "https://github.com/sponsors/wooorm"
426 }
427 },
428 "node_modules/unist-util-is": {
429 "version": "6.0.1",
430 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
431 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
432 "license": "MIT",
433 "dependencies": {
434 "@types/unist": "^3.0.0"
435 },
436 "funding": {
437 "type": "opencollective",
438 "url": "https://opencollective.com/unified"
439 }
440 },
441 "node_modules/unist-util-position": {
442 "version": "5.0.0",
443 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
444 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
445 "license": "MIT",
446 "dependencies": {
447 "@types/unist": "^3.0.0"
448 },
449 "funding": {
450 "type": "opencollective",
451 "url": "https://opencollective.com/unified"
452 }
453 },
454 "node_modules/unist-util-stringify-position": {
455 "version": "4.0.0",
456 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
457 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
458 "license": "MIT",
459 "dependencies": {
460 "@types/unist": "^3.0.0"
461 },
462 "funding": {
463 "type": "opencollective",
464 "url": "https://opencollective.com/unified"
465 }
466 },
467 "node_modules/unist-util-visit": {
468 "version": "5.0.0",
469 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
470 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
471 "license": "MIT",
472 "dependencies": {
473 "@types/unist": "^3.0.0",
474 "unist-util-is": "^6.0.0",
475 "unist-util-visit-parents": "^6.0.0"
476 },
477 "funding": {
478 "type": "opencollective",
479 "url": "https://opencollective.com/unified"
480 }
481 },
482 "node_modules/unist-util-visit-parents": {
483 "version": "6.0.2",
484 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
485 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
486 "license": "MIT",
487 "dependencies": {
488 "@types/unist": "^3.0.0",
489 "unist-util-is": "^6.0.0"
490 },
491 "funding": {
492 "type": "opencollective",
493 "url": "https://opencollective.com/unified"
494 }
495 },
496 "node_modules/vfile": {
497 "version": "6.0.3",
498 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
499 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
500 "license": "MIT",
501 "dependencies": {
502 "@types/unist": "^3.0.0",
503 "vfile-message": "^4.0.0"
504 },
505 "funding": {
506 "type": "opencollective",
507 "url": "https://opencollective.com/unified"
508 }
509 },
510 "node_modules/vfile-message": {
511 "version": "4.0.3",
512 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
513 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
514 "license": "MIT",
515 "dependencies": {
516 "@types/unist": "^3.0.0",
517 "unist-util-stringify-position": "^4.0.0"
518 },
519 "funding": {
520 "type": "opencollective",
521 "url": "https://opencollective.com/unified"
522 }
523 },
524 "node_modules/zwitch": {
525 "version": "2.0.4",
526 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
527 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
528 "license": "MIT",
529 "funding": {
530 "type": "github",
531 "url": "https://github.com/sponsors/wooorm"
532 }
533 }
534 }
535}