1{
2 "name": "mdshare",
3 "version": "0.0.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "mdshare",
9 "version": "0.0.0",
10 "dependencies": {
11 "@codemirror/commands": "^6.10.4",
12 "@codemirror/lang-markdown": "^6.5.2",
13 "@codemirror/language": "^6.12.4",
14 "@codemirror/state": "^6.7.1",
15 "@codemirror/view": "^6.43.8",
16 "codemirror": "^6.0.2",
17 "fflate": "^0.8.3",
18 "highlight.js": "^11.12.0",
19 "katex": "^0.18.4",
20 "mermaid": "^11.16.1",
21 "react": "^19.2.8",
22 "react-dom": "^19.2.8",
23 "react-markdown": "^10.1.0",
24 "rehype-highlight": "^7.0.2",
25 "rehype-katex": "^7.0.1",
26 "remark-gfm": "^4.0.1",
27 "remark-math": "^6.0.0"
28 },
29 "devDependencies": {
30 "@types/node": "^24.13.3",
31 "@types/react": "^19.2.17",
32 "@types/react-dom": "^19.2.3",
33 "@vitejs/plugin-react": "^6.0.4",
34 "oxlint": "^1.75.0",
35 "typescript": "~6.0.2",
36 "vite": "^8.2.0"
37 }
38 },
39 "node_modules/@antfu/install-pkg": {
40 "version": "1.1.0",
41 "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
42 "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
43 "license": "MIT",
44 "dependencies": {
45 "package-manager-detector": "^1.3.0",
46 "tinyexec": "^1.0.1"
47 },
48 "funding": {
49 "url": "https://github.com/sponsors/antfu"
50 }
51 },
52 "node_modules/@braintree/sanitize-url": {
53 "version": "7.1.2",
54 "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.2.tgz",
55 "integrity": "sha512-jigsZK+sMF/cuiB7sERuo9V7N9jx+dhmHHnQyDSVdpZwVutaBu7WvNYqMDLSgFgfB30n452TP3vjDAvFC973mA==",
56 "license": "MIT"
57 },
58 "node_modules/@chevrotain/types": {
59 "version": "11.1.2",
60 "resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-11.1.2.tgz",
61 "integrity": "sha512-U+HFai5+zmJCkK86QsaJtoITlboZHBqrVketcO2ROv865xfCMSFpELQoz1GkX5GzME8pTa+3kbKrZHQtI0gdbw==",
62 "license": "Apache-2.0"
63 },
64 "node_modules/@codemirror/autocomplete": {
65 "version": "6.20.3",
66 "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.20.3.tgz",
67 "integrity": "sha512-tlosUqb+3BbxCxZdu4tKeRghPFC+QM7q4X5YhKV2eCmPG+1r2F3f4AaSz5sCrFqUtX4Jh20VFTKecl16MgiV9g==",
68 "license": "MIT",
69 "dependencies": {
70 "@codemirror/language": "^6.0.0",
71 "@codemirror/state": "^6.0.0",
72 "@codemirror/view": "^6.17.0",
73 "@lezer/common": "^1.0.0"
74 }
75 },
76 "node_modules/@codemirror/commands": {
77 "version": "6.10.4",
78 "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.10.4.tgz",
79 "integrity": "sha512-Ryk9y9T0FFVF0cUGhAknveAyUOl/A1qReTFi+qPKtOh2Z9F4AUBz3XOrYD4ZEgZirdugVzHvd/2/Wcwy5OliTg==",
80 "license": "MIT",
81 "dependencies": {
82 "@codemirror/language": "^6.0.0",
83 "@codemirror/state": "^6.7.0",
84 "@codemirror/view": "^6.27.0",
85 "@lezer/common": "^1.1.0"
86 }
87 },
88 "node_modules/@codemirror/lang-css": {
89 "version": "6.3.1",
90 "resolved": "https://registry.npmjs.org/@codemirror/lang-css/-/lang-css-6.3.1.tgz",
91 "integrity": "sha512-kr5fwBGiGtmz6l0LSJIbno9QrifNMUusivHbnA1H6Dmqy4HZFte3UAICix1VuKo0lMPKQr2rqB+0BkKi/S3Ejg==",
92 "license": "MIT",
93 "dependencies": {
94 "@codemirror/autocomplete": "^6.0.0",
95 "@codemirror/language": "^6.0.0",
96 "@codemirror/state": "^6.0.0",
97 "@lezer/common": "^1.0.2",
98 "@lezer/css": "^1.1.7"
99 }
100 },
101 "node_modules/@codemirror/lang-html": {
102 "version": "6.4.12",
103 "resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.12.tgz",
104 "integrity": "sha512-pw2ReWKUqSkbvh76RAT4NYxiogRu+PWkR2ukAwO9uOgrm8uipkzjtKKtNpyeAQwHOqxEeSvAXZ6vr3AfyB9y/w==",
105 "license": "MIT",
106 "dependencies": {
107 "@codemirror/autocomplete": "^6.0.0",
108 "@codemirror/lang-css": "^6.0.0",
109 "@codemirror/lang-javascript": "^6.0.0",
110 "@codemirror/language": "^6.4.0",
111 "@codemirror/state": "^6.0.0",
112 "@codemirror/view": "^6.17.0",
113 "@lezer/common": "^1.0.0",
114 "@lezer/css": "^1.1.0",
115 "@lezer/html": "^1.3.12"
116 }
117 },
118 "node_modules/@codemirror/lang-javascript": {
119 "version": "6.2.5",
120 "resolved": "https://registry.npmjs.org/@codemirror/lang-javascript/-/lang-javascript-6.2.5.tgz",
121 "integrity": "sha512-zD4e5mS+50htS7F+TYjBPsiIFGanfVqg4HyUz6WNFikgOPf2BgKlx+TQedI1w6n/IqRBVBbBWmGFdLB/7uxO4A==",
122 "license": "MIT",
123 "dependencies": {
124 "@codemirror/autocomplete": "^6.0.0",
125 "@codemirror/language": "^6.6.0",
126 "@codemirror/lint": "^6.0.0",
127 "@codemirror/state": "^6.0.0",
128 "@codemirror/view": "^6.17.0",
129 "@lezer/common": "^1.0.0",
130 "@lezer/javascript": "^1.0.0"
131 }
132 },
133 "node_modules/@codemirror/lang-markdown": {
134 "version": "6.5.2",
135 "resolved": "https://registry.npmjs.org/@codemirror/lang-markdown/-/lang-markdown-6.5.2.tgz",
136 "integrity": "sha512-AwBOdkWYuA//WcM0xO5PfHPUcmz/O2i5o0Nsg1U69SII/loCJlFI1Romd9xp2HYb1kYJRGZotyqRghuHH5n8Kw==",
137 "license": "MIT",
138 "dependencies": {
139 "@codemirror/autocomplete": "^6.7.1",
140 "@codemirror/lang-html": "^6.0.0",
141 "@codemirror/language": "^6.3.0",
142 "@codemirror/state": "^6.0.0",
143 "@codemirror/view": "^6.0.0",
144 "@lezer/common": "^1.2.1",
145 "@lezer/markdown": "^1.0.0"
146 }
147 },
148 "node_modules/@codemirror/language": {
149 "version": "6.12.4",
150 "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.12.4.tgz",
151 "integrity": "sha512-1q4PaT+o6PbgpkJt4Q8Fv5XJxTy4FUZ4MWETtyiDw3J0Pyr9E2vqcKL+k9wcvjNTIsauxvE7OfmWj3FRPHQ76A==",
152 "license": "MIT",
153 "dependencies": {
154 "@codemirror/state": "^6.0.0",
155 "@codemirror/view": "^6.23.0",
156 "@lezer/common": "^1.5.0",
157 "@lezer/highlight": "^1.0.0",
158 "@lezer/lr": "^1.0.0",
159 "style-mod": "^4.0.0"
160 }
161 },
162 "node_modules/@codemirror/lint": {
163 "version": "6.9.7",
164 "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.7.tgz",
165 "integrity": "sha512-28/+iWLYxKxsvGYhSYL7zaCZqLz5+FFFDq9tVsvGv9kv8RY4fFAchJ5WX9M3YrrRlTIsECjsXPqeNgnSmNP2dg==",
166 "license": "MIT",
167 "dependencies": {
168 "@codemirror/state": "^6.0.0",
169 "@codemirror/view": "^6.42.0",
170 "crelt": "^1.0.5"
171 }
172 },
173 "node_modules/@codemirror/search": {
174 "version": "6.7.1",
175 "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.7.1.tgz",
176 "integrity": "sha512-uMe5UO6PamJtSHrXhhHOzSX3ReWtiJrva6GnPMwSOrZtiExb5X5eExhr2OUZQVvdxPsKpY3Ro2mFbQadpPWmHA==",
177 "license": "MIT",
178 "dependencies": {
179 "@codemirror/state": "^6.0.0",
180 "@codemirror/view": "^6.37.0",
181 "crelt": "^1.0.5"
182 }
183 },
184 "node_modules/@codemirror/state": {
185 "version": "6.7.1",
186 "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.7.1.tgz",
187 "integrity": "sha512-9QzNDgE4EYDnAHfrTlR2lwiPciiOymLtwKK+8yHQzCc7GXhAP9xdEbEJFy2IWB1j9UGUl9BsgMmTo/ImA02T7A==",
188 "license": "MIT",
189 "dependencies": {
190 "@marijn/find-cluster-break": "^1.0.0"
191 }
192 },
193 "node_modules/@codemirror/view": {
194 "version": "6.43.8",
195 "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.43.8.tgz",
196 "integrity": "sha512-qtItTDssZ/5GFfi94hrILu9j/VUeFPDPkhovEfmWFj2ipTxnzPB8DdHgfbb8HYTzLTYhrndKmyQxXUz/PDLenw==",
197 "license": "MIT",
198 "dependencies": {
199 "@codemirror/state": "^6.7.0",
200 "crelt": "^1.0.6",
201 "style-mod": "^4.1.0",
202 "w3c-keyname": "^2.2.4"
203 }
204 },
205 "node_modules/@iconify/types": {
206 "version": "2.0.0",
207 "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
208 "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
209 "license": "MIT"
210 },
211 "node_modules/@iconify/utils": {
212 "version": "3.1.4",
213 "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-3.1.4.tgz",
214 "integrity": "sha512-b1S7B1k9ohZ+iNTi2ATxbRYG9fTrJmUT0rc46bvVnNxqNRGW7dyo/vRREwyniI5IRN2RSJHDcm+s3BjWrSAjHw==",
215 "license": "MIT",
216 "dependencies": {
217 "@antfu/install-pkg": "^1.1.0",
218 "@iconify/types": "^2.0.0",
219 "import-meta-resolve": "^4.2.0"
220 }
221 },
222 "node_modules/@lezer/common": {
223 "version": "1.5.2",
224 "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.5.2.tgz",
225 "integrity": "sha512-sxQE460fPZyU3sdc8lafxiPwJHBzZRy/udNFynGQky1SePYBdhkBl1kOagA9uT3pxR8K09bOrmTUqA9wb/PjSQ==",
226 "license": "MIT"
227 },
228 "node_modules/@lezer/css": {
229 "version": "1.3.6",
230 "resolved": "https://registry.npmjs.org/@lezer/css/-/css-1.3.6.tgz",
231 "integrity": "sha512-YJE78Wcg+zX8f10hiHWQ4Az48Qr/c13eId0VtRQYLBpxHDmDeSrXIlkbl+fJGW42rWC/uoUco9mhBZeVWP/A1g==",
232 "license": "MIT",
233 "dependencies": {
234 "@lezer/common": "^1.2.0",
235 "@lezer/highlight": "^1.0.0",
236 "@lezer/lr": "^1.3.0"
237 }
238 },
239 "node_modules/@lezer/highlight": {
240 "version": "1.2.3",
241 "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.3.tgz",
242 "integrity": "sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==",
243 "license": "MIT",
244 "dependencies": {
245 "@lezer/common": "^1.3.0"
246 }
247 },
248 "node_modules/@lezer/html": {
249 "version": "1.3.13",
250 "resolved": "https://registry.npmjs.org/@lezer/html/-/html-1.3.13.tgz",
251 "integrity": "sha512-oI7n6NJml729m7pjm9lvLvmXbdoMoi2f+1pwSDJkl9d68zGr7a9Btz8NdHTGQZtW2DA25ybeuv/SyDb9D5tseg==",
252 "license": "MIT",
253 "dependencies": {
254 "@lezer/common": "^1.2.0",
255 "@lezer/highlight": "^1.0.0",
256 "@lezer/lr": "^1.0.0"
257 }
258 },
259 "node_modules/@lezer/javascript": {
260 "version": "1.5.4",
261 "resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.5.4.tgz",
262 "integrity": "sha512-vvYx3MhWqeZtGPwDStM2dwgljd5smolYD2lR2UyFcHfxbBQebqx8yjmFmxtJ/E6nN6u1D9srOiVWm3Rb4tmcUA==",
263 "license": "MIT",
264 "dependencies": {
265 "@lezer/common": "^1.2.0",
266 "@lezer/highlight": "^1.1.3",
267 "@lezer/lr": "^1.3.0"
268 }
269 },
270 "node_modules/@lezer/lr": {
271 "version": "1.4.10",
272 "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.10.tgz",
273 "integrity": "sha512-rnCpTIBafOx4mRp43xOxDJbFipJm/c0cia/V5TiGlhmMa+wsSdoGmUN3w5Bqrks/09Q/D4tNAmWaT8p6NRi77A==",
274 "license": "MIT",
275 "dependencies": {
276 "@lezer/common": "^1.0.0"
277 }
278 },
279 "node_modules/@lezer/markdown": {
280 "version": "1.7.2",
281 "resolved": "https://registry.npmjs.org/@lezer/markdown/-/markdown-1.7.2.tgz",
282 "integrity": "sha512-iTkYvoVcKt3WkeL7qUDyXHONZEwLio4wj8KTNi2dnjQEXBZKMV63BpQrPqfsM+OkvuRbiSTAcycYAsQzLhRNoQ==",
283 "license": "MIT",
284 "dependencies": {
285 "@lezer/common": "^1.5.0",
286 "@lezer/highlight": "^1.0.0"
287 }
288 },
289 "node_modules/@marijn/find-cluster-break": {
290 "version": "1.0.3",
291 "resolved": "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.3.tgz",
292 "integrity": "sha512-FY+MKLBoTsLNJF/eLWaOsXGdz6uh3Iu1axjPf6TUq92IYumcTcXWHoS747JARLkcdlJ/Waiaxc5wQfFO8jC6NA==",
293 "license": "MIT"
294 },
295 "node_modules/@mermaid-js/parser": {
296 "version": "1.2.0",
297 "resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-1.2.0.tgz",
298 "integrity": "sha512-oYPyv8A4As1yH5Bx+04iQEQxXuIQDe0GKCNSRgao6z8AM9jixXIfP0vsppRLvGf+nKIOb9/LdpWA4YuJiVvESA==",
299 "license": "MIT",
300 "dependencies": {
301 "@chevrotain/types": "~11.1.2"
302 }
303 },
304 "node_modules/@oxc-project/types": {
305 "version": "0.144.0",
306 "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.144.0.tgz",
307 "integrity": "sha512-nuhZIOLuI6TFQ32I/WnUx+SCPY7SdSKwgnFHydAuoS1+Z4BRcaP+RRJmGzl9lw+0OFF7UmaESf7KQRXaNLHypg==",
308 "dev": true,
309 "license": "MIT",
310 "funding": {
311 "url": "https://github.com/sponsors/Boshen"
312 }
313 },
314 "node_modules/@oxlint/binding-android-arm-eabi": {
315 "version": "1.78.0",
316 "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.78.0.tgz",
317 "integrity": "sha512-Bu819lmAfZMUHErrpe0cEWj3iaefuUODHSU8+UbXy67V/r7/7f4K3FL0NmbD85E+wiFLDYuhP8Zlv0XnVeXshw==",
318 "cpu": [
319 "arm"
320 ],
321 "dev": true,
322 "license": "MIT",
323 "optional": true,
324 "os": [
325 "android"
326 ],
327 "engines": {
328 "node": "^20.19.0 || >=22.12.0"
329 }
330 },
331 "node_modules/@oxlint/binding-android-arm64": {
332 "version": "1.78.0",
333 "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.78.0.tgz",
334 "integrity": "sha512-CDfxZgB61B7buRdY2FJoAYYPPXCZ1EoC1LKscnC5dg3kjobdxiconvAvvN1BmHyW4PyFT3jRLDag/BY/roSNBQ==",
335 "cpu": [
336 "arm64"
337 ],
338 "dev": true,
339 "license": "MIT",
340 "optional": true,
341 "os": [
342 "android"
343 ],
344 "engines": {
345 "node": "^20.19.0 || >=22.12.0"
346 }
347 },
348 "node_modules/@oxlint/binding-darwin-arm64": {
349 "version": "1.78.0",
350 "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.78.0.tgz",
351 "integrity": "sha512-2Y2U9Ahrz+OO0Ej88f9SJYq51/jUBp1Mc7iZu0ukrbeeZ3gpRGfzIFnoqfHDY96xr0GEfNrPUBFEy0nN5aD7HA==",
352 "cpu": [
353 "arm64"
354 ],
355 "dev": true,
356 "license": "MIT",
357 "optional": true,
358 "os": [
359 "darwin"
360 ],
361 "engines": {
362 "node": "^20.19.0 || >=22.12.0"
363 }
364 },
365 "node_modules/@oxlint/binding-darwin-x64": {
366 "version": "1.78.0",
367 "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.78.0.tgz",
368 "integrity": "sha512-rpych6eJq6m9jDRypTEaPD1xysaEW5h9+xuxhGK/QhOg+/xaqPZrCrTNoIl/f3nEjuJeCEmstNDlrE9rJi/3/g==",
369 "cpu": [
370 "x64"
371 ],
372 "dev": true,
373 "license": "MIT",
374 "optional": true,
375 "os": [
376 "darwin"
377 ],
378 "engines": {
379 "node": "^20.19.0 || >=22.12.0"
380 }
381 },
382 "node_modules/@oxlint/binding-freebsd-x64": {
383 "version": "1.78.0",
384 "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.78.0.tgz",
385 "integrity": "sha512-IcMGrQT3QizkOESUJd5et+rOhVqSkNDfNik1cvrKDqIbzqx9KMtRswpFgkCuNTSwylCFLKhGUu8KmqY1ZnC0Dg==",
386 "cpu": [
387 "x64"
388 ],
389 "dev": true,
390 "license": "MIT",
391 "optional": true,
392 "os": [
393 "freebsd"
394 ],
395 "engines": {
396 "node": "^20.19.0 || >=22.12.0"
397 }
398 },
399 "node_modules/@oxlint/binding-linux-arm-gnueabihf": {
400 "version": "1.78.0",
401 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.78.0.tgz",
402 "integrity": "sha512-/uLdoJ0IXE6vo/0f0LKjinQAp+re+VMaCWaNT8ENIv2EOCkSsc8SGaflXAuW0Jua2dq5+GLVWm1NQK7P3UFSNQ==",
403 "cpu": [
404 "arm"
405 ],
406 "dev": true,
407 "license": "MIT",
408 "optional": true,
409 "os": [
410 "linux"
411 ],
412 "engines": {
413 "node": "^20.19.0 || >=22.12.0"
414 }
415 },
416 "node_modules/@oxlint/binding-linux-arm-musleabihf": {
417 "version": "1.78.0",
418 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.78.0.tgz",
419 "integrity": "sha512-7xi4Wb/O8NRJhLoUXmDJMUVpNYvB5kefdhFU1Jb8rtae4QoXlTiLwI14X4YvAXVZLNZChP8m5qO9SQAlWQTbkQ==",
420 "cpu": [
421 "arm"
422 ],
423 "dev": true,
424 "license": "MIT",
425 "optional": true,
426 "os": [
427 "linux"
428 ],
429 "engines": {
430 "node": "^20.19.0 || >=22.12.0"
431 }
432 },
433 "node_modules/@oxlint/binding-linux-arm64-gnu": {
434 "version": "1.78.0",
435 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.78.0.tgz",
436 "integrity": "sha512-4hFW0+fVXa3OIh1Y4A5SPkmvI4wuuBSrCVKzOyE7PTjhc7yEqZ1pmvEEeS5Lj/MaqvegFxXyF33N+6jkehxdyg==",
437 "cpu": [
438 "arm64"
439 ],
440 "dev": true,
441 "libc": [
442 "glibc"
443 ],
444 "license": "MIT",
445 "optional": true,
446 "os": [
447 "linux"
448 ],
449 "engines": {
450 "node": "^20.19.0 || >=22.12.0"
451 }
452 },
453 "node_modules/@oxlint/binding-linux-arm64-musl": {
454 "version": "1.78.0",
455 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.78.0.tgz",
456 "integrity": "sha512-oC0mvsgBJjlMijSDEhx9KuvR9zYeHXceA9MjbuXB1F8NSR78Yj2unOBrstEvTVaq+pko+kuue6DajC00eqvTdg==",
457 "cpu": [
458 "arm64"
459 ],
460 "dev": true,
461 "libc": [
462 "musl"
463 ],
464 "license": "MIT",
465 "optional": true,
466 "os": [
467 "linux"
468 ],
469 "engines": {
470 "node": "^20.19.0 || >=22.12.0"
471 }
472 },
473 "node_modules/@oxlint/binding-linux-ppc64-gnu": {
474 "version": "1.78.0",
475 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.78.0.tgz",
476 "integrity": "sha512-XAllT5SUZS+ohjuZ3/5S0cwe0r7eboiuigeStCZ5DXRYx/2KVM2UvQXvAfyzXEimtQjAB7cDQ2YxDe2Zl2WNQQ==",
477 "cpu": [
478 "ppc64"
479 ],
480 "dev": true,
481 "libc": [
482 "glibc"
483 ],
484 "license": "MIT",
485 "optional": true,
486 "os": [
487 "linux"
488 ],
489 "engines": {
490 "node": "^20.19.0 || >=22.12.0"
491 }
492 },
493 "node_modules/@oxlint/binding-linux-riscv64-gnu": {
494 "version": "1.78.0",
495 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.78.0.tgz",
496 "integrity": "sha512-trucMER/0QtecoXvc1y/UVqE3kwJipDwrx4oHfj+nNm3dq2zjP44WT0CfHNDPM3G1DXIkx/gY6lAD21NSCZVhA==",
497 "cpu": [
498 "riscv64"
499 ],
500 "dev": true,
501 "libc": [
502 "glibc"
503 ],
504 "license": "MIT",
505 "optional": true,
506 "os": [
507 "linux"
508 ],
509 "engines": {
510 "node": "^20.19.0 || >=22.12.0"
511 }
512 },
513 "node_modules/@oxlint/binding-linux-riscv64-musl": {
514 "version": "1.78.0",
515 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.78.0.tgz",
516 "integrity": "sha512-cm3O4F/HQbdzOUX5mKHqG5KDL6E5w0pnlZ+fbBy2rmLryPOowkuLagFHTopQsEIpjcaZoPOrL+BmmAytAG9HFg==",
517 "cpu": [
518 "riscv64"
519 ],
520 "dev": true,
521 "libc": [
522 "musl"
523 ],
524 "license": "MIT",
525 "optional": true,
526 "os": [
527 "linux"
528 ],
529 "engines": {
530 "node": "^20.19.0 || >=22.12.0"
531 }
532 },
533 "node_modules/@oxlint/binding-linux-s390x-gnu": {
534 "version": "1.78.0",
535 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.78.0.tgz",
536 "integrity": "sha512-33wRf6HqGNsybJ3qX4cGaQN2ODPxNmc1rMa0mrTmx3eFq1VzOnvQooi9bIGVYakW8a/wmqVx1mgsUm8R2xfTiw==",
537 "cpu": [
538 "s390x"
539 ],
540 "dev": true,
541 "libc": [
542 "glibc"
543 ],
544 "license": "MIT",
545 "optional": true,
546 "os": [
547 "linux"
548 ],
549 "engines": {
550 "node": "^20.19.0 || >=22.12.0"
551 }
552 },
553 "node_modules/@oxlint/binding-linux-x64-gnu": {
554 "version": "1.78.0",
555 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.78.0.tgz",
556 "integrity": "sha512-rRdISSYegj6VganMZ9tjRjijowfHJ09IZU01i0toBAqr6n5LEtwHq2IeS4FjW2RoskOHlb6efB26H5izYb3GEQ==",
557 "cpu": [
558 "x64"
559 ],
560 "dev": true,
561 "libc": [
562 "glibc"
563 ],
564 "license": "MIT",
565 "optional": true,
566 "os": [
567 "linux"
568 ],
569 "engines": {
570 "node": "^20.19.0 || >=22.12.0"
571 }
572 },
573 "node_modules/@oxlint/binding-linux-x64-musl": {
574 "version": "1.78.0",
575 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.78.0.tgz",
576 "integrity": "sha512-GmsP4rW0xTL6u5CVdcDsaN5Fbc7hBc382Wmar1kttbnwSEviM+rSINKOMQ+UQ6iH+AGwC+8gaAiwu134Tgh6Lg==",
577 "cpu": [
578 "x64"
579 ],
580 "dev": true,
581 "libc": [
582 "musl"
583 ],
584 "license": "MIT",
585 "optional": true,
586 "os": [
587 "linux"
588 ],
589 "engines": {
590 "node": "^20.19.0 || >=22.12.0"
591 }
592 },
593 "node_modules/@oxlint/binding-openharmony-arm64": {
594 "version": "1.78.0",
595 "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.78.0.tgz",
596 "integrity": "sha512-sy9yeYuADc8a+n4TLBayzMCZiHPW78DcIFVpOXTmdKHWQeM9xe5uzkqIIZmi326D5hY9XVwacipEB1p7tQjPAg==",
597 "cpu": [
598 "arm64"
599 ],
600 "dev": true,
601 "license": "MIT",
602 "optional": true,
603 "os": [
604 "openharmony"
605 ],
606 "engines": {
607 "node": "^20.19.0 || >=22.12.0"
608 }
609 },
610 "node_modules/@oxlint/binding-win32-arm64-msvc": {
611 "version": "1.78.0",
612 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.78.0.tgz",
613 "integrity": "sha512-rjc2hF1KfMi8fZj1X/m3AmnHbdsF3rL0v6KQg0Uc880Yb2khjz+3U14sfdZ7jWTpRnN1m1NQa/TT7uU9lJWPrA==",
614 "cpu": [
615 "arm64"
616 ],
617 "dev": true,
618 "license": "MIT",
619 "optional": true,
620 "os": [
621 "win32"
622 ],
623 "engines": {
624 "node": "^20.19.0 || >=22.12.0"
625 }
626 },
627 "node_modules/@oxlint/binding-win32-ia32-msvc": {
628 "version": "1.78.0",
629 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.78.0.tgz",
630 "integrity": "sha512-zcuXFVrEFHIafRfkCQT8w/Xe41o07ozl/vwHq7p94vB29xVzsB0sZGYORU1jhcYKv3Lr0J3HbJ2T4fHH5rWmvA==",
631 "cpu": [
632 "ia32"
633 ],
634 "dev": true,
635 "license": "MIT",
636 "optional": true,
637 "os": [
638 "win32"
639 ],
640 "engines": {
641 "node": "^20.19.0 || >=22.12.0"
642 }
643 },
644 "node_modules/@oxlint/binding-win32-x64-msvc": {
645 "version": "1.78.0",
646 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.78.0.tgz",
647 "integrity": "sha512-Sb5ocmLSuYeOuXd+CFOToGKp/gjXUEWDnvIGwhnh8aq8wY4TMmEnKnvbogSW7RdMZv77JSARduS7/gv+khYEjA==",
648 "cpu": [
649 "x64"
650 ],
651 "dev": true,
652 "license": "MIT",
653 "optional": true,
654 "os": [
655 "win32"
656 ],
657 "engines": {
658 "node": "^20.19.0 || >=22.12.0"
659 }
660 },
661 "node_modules/@rolldown/binding-android-arm64": {
662 "version": "1.2.4",
663 "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.4.tgz",
664 "integrity": "sha512-jHC2cnyKz5xU2fhECtFl8OZ83cYNt13GZQD+0uMJ/X3o+ijmd56okHhTUwxVSHPx1IRVIJEZ1/1pPzeLCU6XKA==",
665 "cpu": [
666 "arm64"
667 ],
668 "dev": true,
669 "license": "MIT",
670 "optional": true,
671 "os": [
672 "android"
673 ],
674 "engines": {
675 "node": "^20.19.0 || >=22.12.0"
676 }
677 },
678 "node_modules/@rolldown/binding-darwin-arm64": {
679 "version": "1.2.4",
680 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.4.tgz",
681 "integrity": "sha512-Dc5mPD8F5F/FS8i01syd7FTF6yB2fVthH/TRkjwJkzUK6EpoxHtqvZQP5Zwq80/5z19TWYHIg1KOHboCgVx/aQ==",
682 "cpu": [
683 "arm64"
684 ],
685 "dev": true,
686 "license": "MIT",
687 "optional": true,
688 "os": [
689 "darwin"
690 ],
691 "engines": {
692 "node": "^20.19.0 || >=22.12.0"
693 }
694 },
695 "node_modules/@rolldown/binding-darwin-x64": {
696 "version": "1.2.4",
697 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.4.tgz",
698 "integrity": "sha512-fpDm4oBo6SqLvWUYCmFhdde3U9KH2fRNNMeAnAPAIwxRL345xutL0EtEUcuoxsoazdJGv/MuDBQHlCDrtbvqOg==",
699 "cpu": [
700 "x64"
701 ],
702 "dev": true,
703 "license": "MIT",
704 "optional": true,
705 "os": [
706 "darwin"
707 ],
708 "engines": {
709 "node": "^20.19.0 || >=22.12.0"
710 }
711 },
712 "node_modules/@rolldown/binding-freebsd-x64": {
713 "version": "1.2.4",
714 "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.4.tgz",
715 "integrity": "sha512-rSJoreDE/HoIzoaib6MTp5jQtCTdMHKIvItAKT/ImS6Y6Ww76oUaeMyp4Vc/fAgd/ehji068IxetHXAnqUwN9A==",
716 "cpu": [
717 "x64"
718 ],
719 "dev": true,
720 "license": "MIT",
721 "optional": true,
722 "os": [
723 "freebsd"
724 ],
725 "engines": {
726 "node": "^20.19.0 || >=22.12.0"
727 }
728 },
729 "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
730 "version": "1.2.4",
731 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.4.tgz",
732 "integrity": "sha512-/jm8OGHgn7oGaJu3i/qZI9spUGcJ+y/lk43ttQ/iO1tOd9NissG6o97bighBCiL+BKRngmcDuR6ikfwYdJmVuQ==",
733 "cpu": [
734 "arm"
735 ],
736 "dev": true,
737 "license": "MIT",
738 "optional": true,
739 "os": [
740 "linux"
741 ],
742 "engines": {
743 "node": "^20.19.0 || >=22.12.0"
744 }
745 },
746 "node_modules/@rolldown/binding-linux-arm64-gnu": {
747 "version": "1.2.4",
748 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.4.tgz",
749 "integrity": "sha512-tIP06BeD9EqvECBrPZ+sqdPlYrT+aYaAiu1wYziVx5elRK/ftm33JxVDy2bXGbr6J0CrtirCkR87/X5a2euEng==",
750 "cpu": [
751 "arm64"
752 ],
753 "dev": true,
754 "libc": [
755 "glibc"
756 ],
757 "license": "MIT",
758 "optional": true,
759 "os": [
760 "linux"
761 ],
762 "engines": {
763 "node": "^20.19.0 || >=22.12.0"
764 }
765 },
766 "node_modules/@rolldown/binding-linux-arm64-musl": {
767 "version": "1.2.4",
768 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.4.tgz",
769 "integrity": "sha512-Ql1Q0EQqVThvn9VAVlwNzsUvbSFtCMGjLpRRi4pk5i7NZZ4n5ISiLMjHYtus4VQ2PvkSw24zyaCVsiS+sXPj1w==",
770 "cpu": [
771 "arm64"
772 ],
773 "dev": true,
774 "libc": [
775 "musl"
776 ],
777 "license": "MIT",
778 "optional": true,
779 "os": [
780 "linux"
781 ],
782 "engines": {
783 "node": "^20.19.0 || >=22.12.0"
784 }
785 },
786 "node_modules/@rolldown/binding-linux-ppc64-gnu": {
787 "version": "1.2.4",
788 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.4.tgz",
789 "integrity": "sha512-GjbjXD4XXfN19D0LZNbmiCBUoDiRACsYHr0yaIbbn8aFsXjHZifcYqu/W5Er5X2X990WjHXFrxarn5chzItorQ==",
790 "cpu": [
791 "ppc64"
792 ],
793 "dev": true,
794 "libc": [
795 "glibc"
796 ],
797 "license": "MIT",
798 "optional": true,
799 "os": [
800 "linux"
801 ],
802 "engines": {
803 "node": "^20.19.0 || >=22.12.0"
804 }
805 },
806 "node_modules/@rolldown/binding-linux-s390x-gnu": {
807 "version": "1.2.4",
808 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.4.tgz",
809 "integrity": "sha512-p5WR0NOwaRmJ/B1b6IjEFLLivwEsf3PrdBIhRbhTCQisbo2SvHHpG4ELB/+FgQNnB88LTOF86upmJmbvZdQ2lw==",
810 "cpu": [
811 "s390x"
812 ],
813 "dev": true,
814 "libc": [
815 "glibc"
816 ],
817 "license": "MIT",
818 "optional": true,
819 "os": [
820 "linux"
821 ],
822 "engines": {
823 "node": "^20.19.0 || >=22.12.0"
824 }
825 },
826 "node_modules/@rolldown/binding-linux-x64-gnu": {
827 "version": "1.2.4",
828 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.4.tgz",
829 "integrity": "sha512-4/GyVjmhR+Tc6HLJvwc1sOhPqAZtySiSMesOZyX6JQ5XBxoTDEMKQzvo07NIK6nTon/SivlZqvhzvuVBNQhObQ==",
830 "cpu": [
831 "x64"
832 ],
833 "dev": true,
834 "libc": [
835 "glibc"
836 ],
837 "license": "MIT",
838 "optional": true,
839 "os": [
840 "linux"
841 ],
842 "engines": {
843 "node": "^20.19.0 || >=22.12.0"
844 }
845 },
846 "node_modules/@rolldown/binding-linux-x64-musl": {
847 "version": "1.2.4",
848 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.4.tgz",
849 "integrity": "sha512-l9eeLsCNvPpmSXUej0etw/J1eqV0Jj1D5G/xG6YTijmE6dkv6E2QezgWbTfQk63v952DPqrjOCoiqxq7Bw0YUQ==",
850 "cpu": [
851 "x64"
852 ],
853 "dev": true,
854 "libc": [
855 "musl"
856 ],
857 "license": "MIT",
858 "optional": true,
859 "os": [
860 "linux"
861 ],
862 "engines": {
863 "node": "^20.19.0 || >=22.12.0"
864 }
865 },
866 "node_modules/@rolldown/binding-openharmony-arm64": {
867 "version": "1.2.4",
868 "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.4.tgz",
869 "integrity": "sha512-e0F355MSTMm3+UOqtV3L24gFUp2N5m1f8L/7d56deik6va+AXdrt9F8LbzGpeWGWRbZEDq4m8NVnJDeBtf9DZg==",
870 "cpu": [
871 "arm64"
872 ],
873 "dev": true,
874 "license": "MIT",
875 "optional": true,
876 "os": [
877 "openharmony"
878 ],
879 "engines": {
880 "node": "^20.19.0 || >=22.12.0"
881 }
882 },
883 "node_modules/@rolldown/binding-win32-arm64-msvc": {
884 "version": "1.2.4",
885 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.4.tgz",
886 "integrity": "sha512-AWLi0uBRYh6QlE7OKhiz+phZC0qwtij2QZmhmOdsLdFn64m7oMpooE9ICE3lhm9xMb4SpDo2WbHcxX1iFLFtqw==",
887 "cpu": [
888 "arm64"
889 ],
890 "dev": true,
891 "license": "MIT",
892 "optional": true,
893 "os": [
894 "win32"
895 ],
896 "engines": {
897 "node": "^20.19.0 || >=22.12.0"
898 }
899 },
900 "node_modules/@rolldown/binding-win32-x64-msvc": {
901 "version": "1.2.4",
902 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.4.tgz",
903 "integrity": "sha512-UwSDJOg3dqCAejWdxclJjCsh3Qq4vLYMDxmyHqo1btz3stK2VqgwNd3mm5tuIwzSlGIQ/1H9Hr+Zn09mrezNqQ==",
904 "cpu": [
905 "x64"
906 ],
907 "dev": true,
908 "license": "MIT",
909 "optional": true,
910 "os": [
911 "win32"
912 ],
913 "engines": {
914 "node": "^20.19.0 || >=22.12.0"
915 }
916 },
917 "node_modules/@rolldown/pluginutils": {
918 "version": "1.0.1",
919 "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
920 "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
921 "dev": true,
922 "license": "MIT"
923 },
924 "node_modules/@types/d3": {
925 "version": "7.4.3",
926 "resolved": "https://registry.npmjs.org/@types/d3/-/d3-7.4.3.tgz",
927 "integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==",
928 "license": "MIT",
929 "dependencies": {
930 "@types/d3-array": "*",
931 "@types/d3-axis": "*",
932 "@types/d3-brush": "*",
933 "@types/d3-chord": "*",
934 "@types/d3-color": "*",
935 "@types/d3-contour": "*",
936 "@types/d3-delaunay": "*",
937 "@types/d3-dispatch": "*",
938 "@types/d3-drag": "*",
939 "@types/d3-dsv": "*",
940 "@types/d3-ease": "*",
941 "@types/d3-fetch": "*",
942 "@types/d3-force": "*",
943 "@types/d3-format": "*",
944 "@types/d3-geo": "*",
945 "@types/d3-hierarchy": "*",
946 "@types/d3-interpolate": "*",
947 "@types/d3-path": "*",
948 "@types/d3-polygon": "*",
949 "@types/d3-quadtree": "*",
950 "@types/d3-random": "*",
951 "@types/d3-scale": "*",
952 "@types/d3-scale-chromatic": "*",
953 "@types/d3-selection": "*",
954 "@types/d3-shape": "*",
955 "@types/d3-time": "*",
956 "@types/d3-time-format": "*",
957 "@types/d3-timer": "*",
958 "@types/d3-transition": "*",
959 "@types/d3-zoom": "*"
960 }
961 },
962 "node_modules/@types/d3-array": {
963 "version": "3.2.2",
964 "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz",
965 "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==",
966 "license": "MIT"
967 },
968 "node_modules/@types/d3-axis": {
969 "version": "3.0.6",
970 "resolved": "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.6.tgz",
971 "integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==",
972 "license": "MIT",
973 "dependencies": {
974 "@types/d3-selection": "*"
975 }
976 },
977 "node_modules/@types/d3-brush": {
978 "version": "3.0.6",
979 "resolved": "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-3.0.6.tgz",
980 "integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==",
981 "license": "MIT",
982 "dependencies": {
983 "@types/d3-selection": "*"
984 }
985 },
986 "node_modules/@types/d3-chord": {
987 "version": "3.0.6",
988 "resolved": "https://registry.npmjs.org/@types/d3-chord/-/d3-chord-3.0.6.tgz",
989 "integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==",
990 "license": "MIT"
991 },
992 "node_modules/@types/d3-color": {
993 "version": "3.1.3",
994 "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz",
995 "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
996 "license": "MIT"
997 },
998 "node_modules/@types/d3-contour": {
999 "version": "3.0.6",
1000 "resolved": "https://registry.npmjs.org/@types/d3-contour/-/d3-contour-3.0.6.tgz",
1001 "integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==",
1002 "license": "MIT",
1003 "dependencies": {
1004 "@types/d3-array": "*",
1005 "@types/geojson": "*"
1006 }
1007 },
1008 "node_modules/@types/d3-delaunay": {
1009 "version": "6.0.4",
1010 "resolved": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
1011 "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==",
1012 "license": "MIT"
1013 },
1014 "node_modules/@types/d3-dispatch": {
1015 "version": "3.0.7",
1016 "resolved": "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-3.0.7.tgz",
1017 "integrity": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==",
1018 "license": "MIT"
1019 },
1020 "node_modules/@types/d3-drag": {
1021 "version": "3.0.7",
1022 "resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz",
1023 "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==",
1024 "license": "MIT",
1025 "dependencies": {
1026 "@types/d3-selection": "*"
1027 }
1028 },
1029 "node_modules/@types/d3-dsv": {
1030 "version": "3.0.7",
1031 "resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.7.tgz",
1032 "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==",
1033 "license": "MIT"
1034 },
1035 "node_modules/@types/d3-ease": {
1036 "version": "3.0.2",
1037 "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz",
1038 "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
1039 "license": "MIT"
1040 },
1041 "node_modules/@types/d3-fetch": {
1042 "version": "3.0.7",
1043 "resolved": "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.7.tgz",
1044 "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==",
1045 "license": "MIT",
1046 "dependencies": {
1047 "@types/d3-dsv": "*"
1048 }
1049 },
1050 "node_modules/@types/d3-force": {
1051 "version": "3.0.10",
1052 "resolved": "https://registry.npmjs.org/@types/d3-force/-/d3-force-3.0.10.tgz",
1053 "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==",
1054 "license": "MIT"
1055 },
1056 "node_modules/@types/d3-format": {
1057 "version": "3.0.4",
1058 "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.4.tgz",
1059 "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==",
1060 "license": "MIT"
1061 },
1062 "node_modules/@types/d3-geo": {
1063 "version": "3.1.1",
1064 "resolved": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.1.tgz",
1065 "integrity": "sha512-65Emv9fQiQQqphLlRkuQ5ypPsOmWPhtBGCMv61JDPEPMvsx+gzhGf74yw1a78xFKPj6zw4AgQICJoQv0vK9M2w==",
1066 "license": "MIT",
1067 "dependencies": {
1068 "@types/geojson": "*"
1069 }
1070 },
1071 "node_modules/@types/d3-hierarchy": {
1072 "version": "3.1.7",
1073 "resolved": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz",
1074 "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==",
1075 "license": "MIT"
1076 },
1077 "node_modules/@types/d3-interpolate": {
1078 "version": "3.0.4",
1079 "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
1080 "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
1081 "license": "MIT",
1082 "dependencies": {
1083 "@types/d3-color": "*"
1084 }
1085 },
1086 "node_modules/@types/d3-path": {
1087 "version": "3.1.1",
1088 "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz",
1089 "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
1090 "license": "MIT"
1091 },
1092 "node_modules/@types/d3-polygon": {
1093 "version": "3.0.2",
1094 "resolved": "https://registry.npmjs.org/@types/d3-polygon/-/d3-polygon-3.0.2.tgz",
1095 "integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==",
1096 "license": "MIT"
1097 },
1098 "node_modules/@types/d3-quadtree": {
1099 "version": "3.0.6",
1100 "resolved": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz",
1101 "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==",
1102 "license": "MIT"
1103 },
1104 "node_modules/@types/d3-random": {
1105 "version": "3.0.4",
1106 "resolved": "https://registry.npmjs.org/@types/d3-random/-/d3-random-3.0.4.tgz",
1107 "integrity": "sha512-UHYId5WTCx4L4YNel7NU00XUXXgvgpgZOvp10PuvsQENjMDXhh2RyFc0KBjO7B45ne4Ha1yVH7ii0vnzKkuzWA==",
1108 "license": "MIT"
1109 },
1110 "node_modules/@types/d3-scale": {
1111 "version": "4.0.9",
1112 "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
1113 "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
1114 "license": "MIT",
1115 "dependencies": {
1116 "@types/d3-time": "*"
1117 }
1118 },
1119 "node_modules/@types/d3-scale-chromatic": {
1120 "version": "3.1.0",
1121 "resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
1122 "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==",
1123 "license": "MIT"
1124 },
1125 "node_modules/@types/d3-selection": {
1126 "version": "3.0.11",
1127 "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz",
1128 "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==",
1129 "license": "MIT"
1130 },
1131 "node_modules/@types/d3-shape": {
1132 "version": "3.1.8",
1133 "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.8.tgz",
1134 "integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==",
1135 "license": "MIT",
1136 "dependencies": {
1137 "@types/d3-path": "*"
1138 }
1139 },
1140 "node_modules/@types/d3-time": {
1141 "version": "3.0.4",
1142 "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz",
1143 "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
1144 "license": "MIT"
1145 },
1146 "node_modules/@types/d3-time-format": {
1147 "version": "4.0.3",
1148 "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.3.tgz",
1149 "integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==",
1150 "license": "MIT"
1151 },
1152 "node_modules/@types/d3-timer": {
1153 "version": "3.0.2",
1154 "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz",
1155 "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
1156 "license": "MIT"
1157 },
1158 "node_modules/@types/d3-transition": {
1159 "version": "3.0.9",
1160 "resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.9.tgz",
1161 "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==",
1162 "license": "MIT",
1163 "dependencies": {
1164 "@types/d3-selection": "*"
1165 }
1166 },
1167 "node_modules/@types/d3-zoom": {
1168 "version": "3.0.8",
1169 "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz",
1170 "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==",
1171 "license": "MIT",
1172 "dependencies": {
1173 "@types/d3-interpolate": "*",
1174 "@types/d3-selection": "*"
1175 }
1176 },
1177 "node_modules/@types/debug": {
1178 "version": "4.1.13",
1179 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
1180 "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
1181 "license": "MIT",
1182 "dependencies": {
1183 "@types/ms": "*"
1184 }
1185 },
1186 "node_modules/@types/estree": {
1187 "version": "1.0.9",
1188 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
1189 "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
1190 "license": "MIT"
1191 },
1192 "node_modules/@types/estree-jsx": {
1193 "version": "1.0.5",
1194 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
1195 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
1196 "license": "MIT",
1197 "dependencies": {
1198 "@types/estree": "*"
1199 }
1200 },
1201 "node_modules/@types/geojson": {
1202 "version": "7946.0.16",
1203 "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz",
1204 "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
1205 "license": "MIT"
1206 },
1207 "node_modules/@types/hast": {
1208 "version": "3.0.5",
1209 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz",
1210 "integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==",
1211 "license": "MIT",
1212 "dependencies": {
1213 "@types/unist": "*"
1214 }
1215 },
1216 "node_modules/@types/katex": {
1217 "version": "0.16.8",
1218 "resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.8.tgz",
1219 "integrity": "sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==",
1220 "license": "MIT"
1221 },
1222 "node_modules/@types/mdast": {
1223 "version": "4.0.4",
1224 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
1225 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
1226 "license": "MIT",
1227 "dependencies": {
1228 "@types/unist": "*"
1229 }
1230 },
1231 "node_modules/@types/ms": {
1232 "version": "2.1.0",
1233 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
1234 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
1235 "license": "MIT"
1236 },
1237 "node_modules/@types/node": {
1238 "version": "24.13.3",
1239 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz",
1240 "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==",
1241 "dev": true,
1242 "license": "MIT",
1243 "dependencies": {
1244 "undici-types": "~7.18.0"
1245 }
1246 },
1247 "node_modules/@types/react": {
1248 "version": "19.2.18",
1249 "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz",
1250 "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==",
1251 "license": "MIT",
1252 "dependencies": {
1253 "csstype": "^3.2.2"
1254 }
1255 },
1256 "node_modules/@types/react-dom": {
1257 "version": "19.2.4",
1258 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.4.tgz",
1259 "integrity": "sha512-Bsc+QHgp+P/F02XDzNCY9jnZNCUuLki36KT7VKrTXXLdHf+vHMNZnW1rVu5DNW/rCK+fya3DATySbLM4yhtKUw==",
1260 "dev": true,
1261 "license": "MIT",
1262 "peerDependencies": {
1263 "@types/react": "^19.2.0"
1264 }
1265 },
1266 "node_modules/@types/trusted-types": {
1267 "version": "2.0.7",
1268 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
1269 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
1270 "license": "MIT",
1271 "optional": true
1272 },
1273 "node_modules/@types/unist": {
1274 "version": "3.0.3",
1275 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
1276 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
1277 "license": "MIT"
1278 },
1279 "node_modules/@ungap/structured-clone": {
1280 "version": "1.3.3",
1281 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.3.tgz",
1282 "integrity": "sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==",
1283 "license": "ISC"
1284 },
1285 "node_modules/@upsetjs/venn.js": {
1286 "version": "2.0.0",
1287 "resolved": "https://registry.npmjs.org/@upsetjs/venn.js/-/venn.js-2.0.0.tgz",
1288 "integrity": "sha512-WbBhLrooyePuQ1VZxrJjtLvTc4NVfpOyKx0sKqioq9bX1C1m7Jgykkn8gLrtwumBioXIqam8DLxp88Adbue6Hw==",
1289 "license": "MIT",
1290 "optionalDependencies": {
1291 "d3-selection": "^3.0.0",
1292 "d3-transition": "^3.0.1"
1293 }
1294 },
1295 "node_modules/@vitejs/plugin-react": {
1296 "version": "6.0.5",
1297 "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.5.tgz",
1298 "integrity": "sha512-BOVzne/NL162sMdResB25mUv+vWMF5NoAjNf09TeGlE7ZpszZWSD3winycicLJw72yeVsoCn/2kOhEuCvEShMA==",
1299 "dev": true,
1300 "license": "MIT",
1301 "dependencies": {
1302 "@rolldown/pluginutils": "^1.0.1"
1303 },
1304 "engines": {
1305 "node": "^20.19.0 || >=22.12.0"
1306 },
1307 "peerDependencies": {
1308 "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
1309 "babel-plugin-react-compiler": "^1.0.0",
1310 "vite": "^8.0.0"
1311 },
1312 "peerDependenciesMeta": {
1313 "@rolldown/plugin-babel": {
1314 "optional": true
1315 },
1316 "babel-plugin-react-compiler": {
1317 "optional": true
1318 }
1319 }
1320 },
1321 "node_modules/bail": {
1322 "version": "2.0.2",
1323 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
1324 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
1325 "license": "MIT",
1326 "funding": {
1327 "type": "github",
1328 "url": "https://github.com/sponsors/wooorm"
1329 }
1330 },
1331 "node_modules/ccount": {
1332 "version": "2.0.1",
1333 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
1334 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
1335 "license": "MIT",
1336 "funding": {
1337 "type": "github",
1338 "url": "https://github.com/sponsors/wooorm"
1339 }
1340 },
1341 "node_modules/character-entities": {
1342 "version": "2.0.2",
1343 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
1344 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
1345 "license": "MIT",
1346 "funding": {
1347 "type": "github",
1348 "url": "https://github.com/sponsors/wooorm"
1349 }
1350 },
1351 "node_modules/character-entities-html4": {
1352 "version": "2.1.0",
1353 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
1354 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
1355 "license": "MIT",
1356 "funding": {
1357 "type": "github",
1358 "url": "https://github.com/sponsors/wooorm"
1359 }
1360 },
1361 "node_modules/character-entities-legacy": {
1362 "version": "3.0.0",
1363 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
1364 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
1365 "license": "MIT",
1366 "funding": {
1367 "type": "github",
1368 "url": "https://github.com/sponsors/wooorm"
1369 }
1370 },
1371 "node_modules/character-reference-invalid": {
1372 "version": "2.0.1",
1373 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
1374 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
1375 "license": "MIT",
1376 "funding": {
1377 "type": "github",
1378 "url": "https://github.com/sponsors/wooorm"
1379 }
1380 },
1381 "node_modules/codemirror": {
1382 "version": "6.0.2",
1383 "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.2.tgz",
1384 "integrity": "sha512-VhydHotNW5w1UGK0Qj96BwSk/Zqbp9WbnyK2W/eVMv4QyF41INRGpjUhFJY7/uDNuudSc33a/PKr4iDqRduvHw==",
1385 "license": "MIT",
1386 "dependencies": {
1387 "@codemirror/autocomplete": "^6.0.0",
1388 "@codemirror/commands": "^6.0.0",
1389 "@codemirror/language": "^6.0.0",
1390 "@codemirror/lint": "^6.0.0",
1391 "@codemirror/search": "^6.0.0",
1392 "@codemirror/state": "^6.0.0",
1393 "@codemirror/view": "^6.0.0"
1394 }
1395 },
1396 "node_modules/comma-separated-tokens": {
1397 "version": "2.0.3",
1398 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
1399 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
1400 "license": "MIT",
1401 "funding": {
1402 "type": "github",
1403 "url": "https://github.com/sponsors/wooorm"
1404 }
1405 },
1406 "node_modules/commander": {
1407 "version": "8.3.0",
1408 "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
1409 "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
1410 "license": "MIT",
1411 "engines": {
1412 "node": ">= 12"
1413 }
1414 },
1415 "node_modules/cose-base": {
1416 "version": "1.0.3",
1417 "resolved": "https://registry.npmjs.org/cose-base/-/cose-base-1.0.3.tgz",
1418 "integrity": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==",
1419 "license": "MIT",
1420 "dependencies": {
1421 "layout-base": "^1.0.0"
1422 }
1423 },
1424 "node_modules/crelt": {
1425 "version": "1.0.7",
1426 "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.7.tgz",
1427 "integrity": "sha512-aK6BbWfhf4U/wCcLHKPJl/xa6VkVstRaPywWtMKGwuOLc/wZTyQYuoxgvZnNsBvv7Kg3YTBQYYBCggcviQczuA==",
1428 "license": "MIT"
1429 },
1430 "node_modules/csstype": {
1431 "version": "3.2.3",
1432 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1433 "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1434 "license": "MIT"
1435 },
1436 "node_modules/cytoscape": {
1437 "version": "3.34.1",
1438 "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.34.1.tgz",
1439 "integrity": "sha512-Lr0RvH9H75y9ar8h9Toy6u4lxRSCcxUq+hHcQ26sVWo6BnaQp1gwEZOYqwuYTZhyW7npyKnNLP8oJ2p1/3OZ7g==",
1440 "license": "MIT",
1441 "engines": {
1442 "node": ">=0.10"
1443 }
1444 },
1445 "node_modules/cytoscape-cose-bilkent": {
1446 "version": "4.1.0",
1447 "resolved": "https://registry.npmjs.org/cytoscape-cose-bilkent/-/cytoscape-cose-bilkent-4.1.0.tgz",
1448 "integrity": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==",
1449 "license": "MIT",
1450 "dependencies": {
1451 "cose-base": "^1.0.0"
1452 },
1453 "peerDependencies": {
1454 "cytoscape": "^3.2.0"
1455 }
1456 },
1457 "node_modules/cytoscape-fcose": {
1458 "version": "2.2.0",
1459 "resolved": "https://registry.npmjs.org/cytoscape-fcose/-/cytoscape-fcose-2.2.0.tgz",
1460 "integrity": "sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==",
1461 "license": "MIT",
1462 "dependencies": {
1463 "cose-base": "^2.2.0"
1464 },
1465 "peerDependencies": {
1466 "cytoscape": "^3.2.0"
1467 }
1468 },
1469 "node_modules/cytoscape-fcose/node_modules/cose-base": {
1470 "version": "2.2.0",
1471 "resolved": "https://registry.npmjs.org/cose-base/-/cose-base-2.2.0.tgz",
1472 "integrity": "sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==",
1473 "license": "MIT",
1474 "dependencies": {
1475 "layout-base": "^2.0.0"
1476 }
1477 },
1478 "node_modules/cytoscape-fcose/node_modules/layout-base": {
1479 "version": "2.0.1",
1480 "resolved": "https://registry.npmjs.org/layout-base/-/layout-base-2.0.1.tgz",
1481 "integrity": "sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==",
1482 "license": "MIT"
1483 },
1484 "node_modules/d3": {
1485 "version": "7.9.0",
1486 "resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz",
1487 "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==",
1488 "license": "ISC",
1489 "dependencies": {
1490 "d3-array": "3",
1491 "d3-axis": "3",
1492 "d3-brush": "3",
1493 "d3-chord": "3",
1494 "d3-color": "3",
1495 "d3-contour": "4",
1496 "d3-delaunay": "6",
1497 "d3-dispatch": "3",
1498 "d3-drag": "3",
1499 "d3-dsv": "3",
1500 "d3-ease": "3",
1501 "d3-fetch": "3",
1502 "d3-force": "3",
1503 "d3-format": "3",
1504 "d3-geo": "3",
1505 "d3-hierarchy": "3",
1506 "d3-interpolate": "3",
1507 "d3-path": "3",
1508 "d3-polygon": "3",
1509 "d3-quadtree": "3",
1510 "d3-random": "3",
1511 "d3-scale": "4",
1512 "d3-scale-chromatic": "3",
1513 "d3-selection": "3",
1514 "d3-shape": "3",
1515 "d3-time": "3",
1516 "d3-time-format": "4",
1517 "d3-timer": "3",
1518 "d3-transition": "3",
1519 "d3-zoom": "3"
1520 },
1521 "engines": {
1522 "node": ">=12"
1523 }
1524 },
1525 "node_modules/d3-array": {
1526 "version": "3.2.4",
1527 "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz",
1528 "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
1529 "license": "ISC",
1530 "dependencies": {
1531 "internmap": "1 - 2"
1532 },
1533 "engines": {
1534 "node": ">=12"
1535 }
1536 },
1537 "node_modules/d3-axis": {
1538 "version": "3.0.0",
1539 "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz",
1540 "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==",
1541 "license": "ISC",
1542 "engines": {
1543 "node": ">=12"
1544 }
1545 },
1546 "node_modules/d3-brush": {
1547 "version": "3.0.0",
1548 "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz",
1549 "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
1550 "license": "ISC",
1551 "dependencies": {
1552 "d3-dispatch": "1 - 3",
1553 "d3-drag": "2 - 3",
1554 "d3-interpolate": "1 - 3",
1555 "d3-selection": "3",
1556 "d3-transition": "3"
1557 },
1558 "engines": {
1559 "node": ">=12"
1560 }
1561 },
1562 "node_modules/d3-chord": {
1563 "version": "3.0.1",
1564 "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz",
1565 "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==",
1566 "license": "ISC",
1567 "dependencies": {
1568 "d3-path": "1 - 3"
1569 },
1570 "engines": {
1571 "node": ">=12"
1572 }
1573 },
1574 "node_modules/d3-color": {
1575 "version": "3.1.0",
1576 "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
1577 "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
1578 "license": "ISC",
1579 "engines": {
1580 "node": ">=12"
1581 }
1582 },
1583 "node_modules/d3-contour": {
1584 "version": "4.0.2",
1585 "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz",
1586 "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==",
1587 "license": "ISC",
1588 "dependencies": {
1589 "d3-array": "^3.2.0"
1590 },
1591 "engines": {
1592 "node": ">=12"
1593 }
1594 },
1595 "node_modules/d3-delaunay": {
1596 "version": "6.0.4",
1597 "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
1598 "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
1599 "license": "ISC",
1600 "dependencies": {
1601 "delaunator": "5"
1602 },
1603 "engines": {
1604 "node": ">=12"
1605 }
1606 },
1607 "node_modules/d3-dispatch": {
1608 "version": "3.0.1",
1609 "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
1610 "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
1611 "license": "ISC",
1612 "engines": {
1613 "node": ">=12"
1614 }
1615 },
1616 "node_modules/d3-drag": {
1617 "version": "3.0.0",
1618 "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz",
1619 "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
1620 "license": "ISC",
1621 "dependencies": {
1622 "d3-dispatch": "1 - 3",
1623 "d3-selection": "3"
1624 },
1625 "engines": {
1626 "node": ">=12"
1627 }
1628 },
1629 "node_modules/d3-dsv": {
1630 "version": "3.0.1",
1631 "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz",
1632 "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
1633 "license": "ISC",
1634 "dependencies": {
1635 "commander": "7",
1636 "iconv-lite": "0.6",
1637 "rw": "1"
1638 },
1639 "bin": {
1640 "csv2json": "bin/dsv2json.js",
1641 "csv2tsv": "bin/dsv2dsv.js",
1642 "dsv2dsv": "bin/dsv2dsv.js",
1643 "dsv2json": "bin/dsv2json.js",
1644 "json2csv": "bin/json2dsv.js",
1645 "json2dsv": "bin/json2dsv.js",
1646 "json2tsv": "bin/json2dsv.js",
1647 "tsv2csv": "bin/dsv2dsv.js",
1648 "tsv2json": "bin/dsv2json.js"
1649 },
1650 "engines": {
1651 "node": ">=12"
1652 }
1653 },
1654 "node_modules/d3-dsv/node_modules/commander": {
1655 "version": "7.2.0",
1656 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
1657 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
1658 "license": "MIT",
1659 "engines": {
1660 "node": ">= 10"
1661 }
1662 },
1663 "node_modules/d3-ease": {
1664 "version": "3.0.1",
1665 "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz",
1666 "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
1667 "license": "BSD-3-Clause",
1668 "engines": {
1669 "node": ">=12"
1670 }
1671 },
1672 "node_modules/d3-fetch": {
1673 "version": "3.0.1",
1674 "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz",
1675 "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
1676 "license": "ISC",
1677 "dependencies": {
1678 "d3-dsv": "1 - 3"
1679 },
1680 "engines": {
1681 "node": ">=12"
1682 }
1683 },
1684 "node_modules/d3-force": {
1685 "version": "3.0.0",
1686 "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz",
1687 "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
1688 "license": "ISC",
1689 "dependencies": {
1690 "d3-dispatch": "1 - 3",
1691 "d3-quadtree": "1 - 3",
1692 "d3-timer": "1 - 3"
1693 },
1694 "engines": {
1695 "node": ">=12"
1696 }
1697 },
1698 "node_modules/d3-format": {
1699 "version": "3.1.2",
1700 "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.2.tgz",
1701 "integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
1702 "license": "ISC",
1703 "engines": {
1704 "node": ">=12"
1705 }
1706 },
1707 "node_modules/d3-geo": {
1708 "version": "3.1.1",
1709 "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz",
1710 "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
1711 "license": "ISC",
1712 "dependencies": {
1713 "d3-array": "2.5.0 - 3"
1714 },
1715 "engines": {
1716 "node": ">=12"
1717 }
1718 },
1719 "node_modules/d3-hierarchy": {
1720 "version": "3.1.2",
1721 "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
1722 "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
1723 "license": "ISC",
1724 "engines": {
1725 "node": ">=12"
1726 }
1727 },
1728 "node_modules/d3-interpolate": {
1729 "version": "3.0.1",
1730 "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
1731 "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
1732 "license": "ISC",
1733 "dependencies": {
1734 "d3-color": "1 - 3"
1735 },
1736 "engines": {
1737 "node": ">=12"
1738 }
1739 },
1740 "node_modules/d3-path": {
1741 "version": "3.1.0",
1742 "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz",
1743 "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
1744 "license": "ISC",
1745 "engines": {
1746 "node": ">=12"
1747 }
1748 },
1749 "node_modules/d3-polygon": {
1750 "version": "3.0.1",
1751 "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz",
1752 "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==",
1753 "license": "ISC",
1754 "engines": {
1755 "node": ">=12"
1756 }
1757 },
1758 "node_modules/d3-quadtree": {
1759 "version": "3.0.1",
1760 "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz",
1761 "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
1762 "license": "ISC",
1763 "engines": {
1764 "node": ">=12"
1765 }
1766 },
1767 "node_modules/d3-random": {
1768 "version": "3.0.1",
1769 "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz",
1770 "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
1771 "license": "ISC",
1772 "engines": {
1773 "node": ">=12"
1774 }
1775 },
1776 "node_modules/d3-sankey": {
1777 "version": "0.12.3",
1778 "resolved": "https://registry.npmjs.org/d3-sankey/-/d3-sankey-0.12.3.tgz",
1779 "integrity": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==",
1780 "license": "BSD-3-Clause",
1781 "dependencies": {
1782 "d3-array": "1 - 2",
1783 "d3-shape": "^1.2.0"
1784 }
1785 },
1786 "node_modules/d3-sankey/node_modules/d3-array": {
1787 "version": "2.12.1",
1788 "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz",
1789 "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==",
1790 "license": "BSD-3-Clause",
1791 "dependencies": {
1792 "internmap": "^1.0.0"
1793 }
1794 },
1795 "node_modules/d3-sankey/node_modules/d3-path": {
1796 "version": "1.0.9",
1797 "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz",
1798 "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==",
1799 "license": "BSD-3-Clause"
1800 },
1801 "node_modules/d3-sankey/node_modules/d3-shape": {
1802 "version": "1.3.7",
1803 "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz",
1804 "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==",
1805 "license": "BSD-3-Clause",
1806 "dependencies": {
1807 "d3-path": "1"
1808 }
1809 },
1810 "node_modules/d3-sankey/node_modules/internmap": {
1811 "version": "1.0.1",
1812 "resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz",
1813 "integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==",
1814 "license": "ISC"
1815 },
1816 "node_modules/d3-scale": {
1817 "version": "4.0.2",
1818 "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz",
1819 "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
1820 "license": "ISC",
1821 "dependencies": {
1822 "d3-array": "2.10.0 - 3",
1823 "d3-format": "1 - 3",
1824 "d3-interpolate": "1.2.0 - 3",
1825 "d3-time": "2.1.1 - 3",
1826 "d3-time-format": "2 - 4"
1827 },
1828 "engines": {
1829 "node": ">=12"
1830 }
1831 },
1832 "node_modules/d3-scale-chromatic": {
1833 "version": "3.1.0",
1834 "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
1835 "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
1836 "license": "ISC",
1837 "dependencies": {
1838 "d3-color": "1 - 3",
1839 "d3-interpolate": "1 - 3"
1840 },
1841 "engines": {
1842 "node": ">=12"
1843 }
1844 },
1845 "node_modules/d3-selection": {
1846 "version": "3.0.0",
1847 "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz",
1848 "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
1849 "license": "ISC",
1850 "engines": {
1851 "node": ">=12"
1852 }
1853 },
1854 "node_modules/d3-shape": {
1855 "version": "3.2.0",
1856 "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz",
1857 "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
1858 "license": "ISC",
1859 "dependencies": {
1860 "d3-path": "^3.1.0"
1861 },
1862 "engines": {
1863 "node": ">=12"
1864 }
1865 },
1866 "node_modules/d3-time": {
1867 "version": "3.1.0",
1868 "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz",
1869 "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
1870 "license": "ISC",
1871 "dependencies": {
1872 "d3-array": "2 - 3"
1873 },
1874 "engines": {
1875 "node": ">=12"
1876 }
1877 },
1878 "node_modules/d3-time-format": {
1879 "version": "4.1.0",
1880 "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
1881 "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
1882 "license": "ISC",
1883 "dependencies": {
1884 "d3-time": "1 - 3"
1885 },
1886 "engines": {
1887 "node": ">=12"
1888 }
1889 },
1890 "node_modules/d3-timer": {
1891 "version": "3.0.1",
1892 "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
1893 "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
1894 "license": "ISC",
1895 "engines": {
1896 "node": ">=12"
1897 }
1898 },
1899 "node_modules/d3-transition": {
1900 "version": "3.0.1",
1901 "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz",
1902 "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
1903 "license": "ISC",
1904 "dependencies": {
1905 "d3-color": "1 - 3",
1906 "d3-dispatch": "1 - 3",
1907 "d3-ease": "1 - 3",
1908 "d3-interpolate": "1 - 3",
1909 "d3-timer": "1 - 3"
1910 },
1911 "engines": {
1912 "node": ">=12"
1913 },
1914 "peerDependencies": {
1915 "d3-selection": "2 - 3"
1916 }
1917 },
1918 "node_modules/d3-zoom": {
1919 "version": "3.0.0",
1920 "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz",
1921 "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
1922 "license": "ISC",
1923 "dependencies": {
1924 "d3-dispatch": "1 - 3",
1925 "d3-drag": "2 - 3",
1926 "d3-interpolate": "1 - 3",
1927 "d3-selection": "2 - 3",
1928 "d3-transition": "2 - 3"
1929 },
1930 "engines": {
1931 "node": ">=12"
1932 }
1933 },
1934 "node_modules/dagre-d3-es": {
1935 "version": "7.0.14",
1936 "resolved": "https://registry.npmjs.org/dagre-d3-es/-/dagre-d3-es-7.0.14.tgz",
1937 "integrity": "sha512-P4rFMVq9ESWqmOgK+dlXvOtLwYg0i7u0HBGJER0LZDJT2VHIPAMZ/riPxqJceWMStH5+E61QxFra9kIS3AqdMg==",
1938 "license": "MIT",
1939 "dependencies": {
1940 "d3": "^7.9.0",
1941 "lodash-es": "^4.17.21"
1942 }
1943 },
1944 "node_modules/dayjs": {
1945 "version": "1.11.21",
1946 "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz",
1947 "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==",
1948 "license": "MIT"
1949 },
1950 "node_modules/debug": {
1951 "version": "4.4.3",
1952 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1953 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1954 "license": "MIT",
1955 "dependencies": {
1956 "ms": "^2.1.3"
1957 },
1958 "engines": {
1959 "node": ">=6.0"
1960 },
1961 "peerDependenciesMeta": {
1962 "supports-color": {
1963 "optional": true
1964 }
1965 }
1966 },
1967 "node_modules/decode-named-character-reference": {
1968 "version": "1.3.0",
1969 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
1970 "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
1971 "license": "MIT",
1972 "dependencies": {
1973 "character-entities": "^2.0.0"
1974 },
1975 "funding": {
1976 "type": "github",
1977 "url": "https://github.com/sponsors/wooorm"
1978 }
1979 },
1980 "node_modules/delaunator": {
1981 "version": "5.1.0",
1982 "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.1.0.tgz",
1983 "integrity": "sha512-AGrQ4QSgssa1NGmWmLPqN5NY2KajF5MqxetNEO+o0n3ZwZZeTmt7bBnvzHWrmkZFxGgr4HdyFgelzgi06otLuQ==",
1984 "license": "ISC",
1985 "dependencies": {
1986 "robust-predicates": "^3.0.2"
1987 }
1988 },
1989 "node_modules/dequal": {
1990 "version": "2.0.3",
1991 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
1992 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
1993 "license": "MIT",
1994 "engines": {
1995 "node": ">=6"
1996 }
1997 },
1998 "node_modules/detect-libc": {
1999 "version": "2.1.2",
2000 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2001 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2002 "dev": true,
2003 "license": "Apache-2.0",
2004 "engines": {
2005 "node": ">=8"
2006 }
2007 },
2008 "node_modules/devlop": {
2009 "version": "1.1.0",
2010 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
2011 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
2012 "license": "MIT",
2013 "dependencies": {
2014 "dequal": "^2.0.0"
2015 },
2016 "funding": {
2017 "type": "github",
2018 "url": "https://github.com/sponsors/wooorm"
2019 }
2020 },
2021 "node_modules/dompurify": {
2022 "version": "3.4.13",
2023 "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz",
2024 "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==",
2025 "license": "(MPL-2.0 OR Apache-2.0)",
2026 "optionalDependencies": {
2027 "@types/trusted-types": "^2.0.7"
2028 }
2029 },
2030 "node_modules/entities": {
2031 "version": "6.0.1",
2032 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
2033 "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
2034 "license": "BSD-2-Clause",
2035 "engines": {
2036 "node": ">=0.12"
2037 },
2038 "funding": {
2039 "url": "https://github.com/fb55/entities?sponsor=1"
2040 }
2041 },
2042 "node_modules/es-toolkit": {
2043 "version": "1.50.0",
2044 "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.50.0.tgz",
2045 "integrity": "sha512-OyZKhUVvEep9ITEiwHn8GKnMRQIVqoSIX7WnRbkWgJkllCujilqP2rD0u979tkl8wqyc8ICwlc1UBVv/Sl1G6w==",
2046 "license": "MIT",
2047 "workspaces": [
2048 "docs",
2049 "benchmarks",
2050 "tests/types"
2051 ]
2052 },
2053 "node_modules/escape-string-regexp": {
2054 "version": "5.0.0",
2055 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
2056 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
2057 "license": "MIT",
2058 "engines": {
2059 "node": ">=12"
2060 },
2061 "funding": {
2062 "url": "https://github.com/sponsors/sindresorhus"
2063 }
2064 },
2065 "node_modules/estree-util-is-identifier-name": {
2066 "version": "3.0.0",
2067 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
2068 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
2069 "license": "MIT",
2070 "funding": {
2071 "type": "opencollective",
2072 "url": "https://opencollective.com/unified"
2073 }
2074 },
2075 "node_modules/extend": {
2076 "version": "3.0.2",
2077 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
2078 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
2079 "license": "MIT"
2080 },
2081 "node_modules/fdir": {
2082 "version": "6.5.0",
2083 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2084 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2085 "dev": true,
2086 "license": "MIT",
2087 "engines": {
2088 "node": ">=12.0.0"
2089 },
2090 "peerDependencies": {
2091 "picomatch": "^3 || ^4"
2092 },
2093 "peerDependenciesMeta": {
2094 "picomatch": {
2095 "optional": true
2096 }
2097 }
2098 },
2099 "node_modules/fflate": {
2100 "version": "0.8.3",
2101 "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.3.tgz",
2102 "integrity": "sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==",
2103 "license": "MIT"
2104 },
2105 "node_modules/fsevents": {
2106 "version": "2.3.3",
2107 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2108 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2109 "dev": true,
2110 "hasInstallScript": true,
2111 "license": "MIT",
2112 "optional": true,
2113 "os": [
2114 "darwin"
2115 ],
2116 "engines": {
2117 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2118 }
2119 },
2120 "node_modules/hachure-fill": {
2121 "version": "0.5.2",
2122 "resolved": "https://registry.npmjs.org/hachure-fill/-/hachure-fill-0.5.2.tgz",
2123 "integrity": "sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==",
2124 "license": "MIT"
2125 },
2126 "node_modules/hast-util-from-dom": {
2127 "version": "5.0.1",
2128 "resolved": "https://registry.npmjs.org/hast-util-from-dom/-/hast-util-from-dom-5.0.1.tgz",
2129 "integrity": "sha512-N+LqofjR2zuzTjCPzyDUdSshy4Ma6li7p/c3pA78uTwzFgENbgbUrm2ugwsOdcjI1muO+o6Dgzp9p8WHtn/39Q==",
2130 "license": "ISC",
2131 "dependencies": {
2132 "@types/hast": "^3.0.0",
2133 "hastscript": "^9.0.0",
2134 "web-namespaces": "^2.0.0"
2135 },
2136 "funding": {
2137 "type": "opencollective",
2138 "url": "https://opencollective.com/unified"
2139 }
2140 },
2141 "node_modules/hast-util-from-html": {
2142 "version": "2.0.3",
2143 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
2144 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
2145 "license": "MIT",
2146 "dependencies": {
2147 "@types/hast": "^3.0.0",
2148 "devlop": "^1.1.0",
2149 "hast-util-from-parse5": "^8.0.0",
2150 "parse5": "^7.0.0",
2151 "vfile": "^6.0.0",
2152 "vfile-message": "^4.0.0"
2153 },
2154 "funding": {
2155 "type": "opencollective",
2156 "url": "https://opencollective.com/unified"
2157 }
2158 },
2159 "node_modules/hast-util-from-html-isomorphic": {
2160 "version": "2.0.0",
2161 "resolved": "https://registry.npmjs.org/hast-util-from-html-isomorphic/-/hast-util-from-html-isomorphic-2.0.0.tgz",
2162 "integrity": "sha512-zJfpXq44yff2hmE0XmwEOzdWin5xwH+QIhMLOScpX91e/NSGPsAzNCvLQDIEPyO2TXi+lBmU6hjLIhV8MwP2kw==",
2163 "license": "MIT",
2164 "dependencies": {
2165 "@types/hast": "^3.0.0",
2166 "hast-util-from-dom": "^5.0.0",
2167 "hast-util-from-html": "^2.0.0",
2168 "unist-util-remove-position": "^5.0.0"
2169 },
2170 "funding": {
2171 "type": "opencollective",
2172 "url": "https://opencollective.com/unified"
2173 }
2174 },
2175 "node_modules/hast-util-from-parse5": {
2176 "version": "8.0.3",
2177 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
2178 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
2179 "license": "MIT",
2180 "dependencies": {
2181 "@types/hast": "^3.0.0",
2182 "@types/unist": "^3.0.0",
2183 "devlop": "^1.0.0",
2184 "hastscript": "^9.0.0",
2185 "property-information": "^7.0.0",
2186 "vfile": "^6.0.0",
2187 "vfile-location": "^5.0.0",
2188 "web-namespaces": "^2.0.0"
2189 },
2190 "funding": {
2191 "type": "opencollective",
2192 "url": "https://opencollective.com/unified"
2193 }
2194 },
2195 "node_modules/hast-util-is-element": {
2196 "version": "3.0.0",
2197 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
2198 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
2199 "license": "MIT",
2200 "dependencies": {
2201 "@types/hast": "^3.0.0"
2202 },
2203 "funding": {
2204 "type": "opencollective",
2205 "url": "https://opencollective.com/unified"
2206 }
2207 },
2208 "node_modules/hast-util-parse-selector": {
2209 "version": "4.0.0",
2210 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
2211 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
2212 "license": "MIT",
2213 "dependencies": {
2214 "@types/hast": "^3.0.0"
2215 },
2216 "funding": {
2217 "type": "opencollective",
2218 "url": "https://opencollective.com/unified"
2219 }
2220 },
2221 "node_modules/hast-util-to-jsx-runtime": {
2222 "version": "2.3.6",
2223 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
2224 "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
2225 "license": "MIT",
2226 "dependencies": {
2227 "@types/estree": "^1.0.0",
2228 "@types/hast": "^3.0.0",
2229 "@types/unist": "^3.0.0",
2230 "comma-separated-tokens": "^2.0.0",
2231 "devlop": "^1.0.0",
2232 "estree-util-is-identifier-name": "^3.0.0",
2233 "hast-util-whitespace": "^3.0.0",
2234 "mdast-util-mdx-expression": "^2.0.0",
2235 "mdast-util-mdx-jsx": "^3.0.0",
2236 "mdast-util-mdxjs-esm": "^2.0.0",
2237 "property-information": "^7.0.0",
2238 "space-separated-tokens": "^2.0.0",
2239 "style-to-js": "^1.0.0",
2240 "unist-util-position": "^5.0.0",
2241 "vfile-message": "^4.0.0"
2242 },
2243 "funding": {
2244 "type": "opencollective",
2245 "url": "https://opencollective.com/unified"
2246 }
2247 },
2248 "node_modules/hast-util-to-text": {
2249 "version": "4.0.2",
2250 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz",
2251 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
2252 "license": "MIT",
2253 "dependencies": {
2254 "@types/hast": "^3.0.0",
2255 "@types/unist": "^3.0.0",
2256 "hast-util-is-element": "^3.0.0",
2257 "unist-util-find-after": "^5.0.0"
2258 },
2259 "funding": {
2260 "type": "opencollective",
2261 "url": "https://opencollective.com/unified"
2262 }
2263 },
2264 "node_modules/hast-util-whitespace": {
2265 "version": "3.0.0",
2266 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
2267 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
2268 "license": "MIT",
2269 "dependencies": {
2270 "@types/hast": "^3.0.0"
2271 },
2272 "funding": {
2273 "type": "opencollective",
2274 "url": "https://opencollective.com/unified"
2275 }
2276 },
2277 "node_modules/hastscript": {
2278 "version": "9.0.1",
2279 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
2280 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
2281 "license": "MIT",
2282 "dependencies": {
2283 "@types/hast": "^3.0.0",
2284 "comma-separated-tokens": "^2.0.0",
2285 "hast-util-parse-selector": "^4.0.0",
2286 "property-information": "^7.0.0",
2287 "space-separated-tokens": "^2.0.0"
2288 },
2289 "funding": {
2290 "type": "opencollective",
2291 "url": "https://opencollective.com/unified"
2292 }
2293 },
2294 "node_modules/highlight.js": {
2295 "version": "11.12.0",
2296 "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.12.0.tgz",
2297 "integrity": "sha512-nbfWpyRMcMrPMmDwJB+dhX/eiaPKtc2RB+0QZskqJ3WjRA/FDS0e9hZrx8EC/lbEv8gXy98FcDbNa/dspAaJMg==",
2298 "license": "BSD-3-Clause",
2299 "engines": {
2300 "node": ">=12.0.0"
2301 }
2302 },
2303 "node_modules/html-url-attributes": {
2304 "version": "3.0.1",
2305 "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
2306 "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
2307 "license": "MIT",
2308 "funding": {
2309 "type": "opencollective",
2310 "url": "https://opencollective.com/unified"
2311 }
2312 },
2313 "node_modules/iconv-lite": {
2314 "version": "0.6.3",
2315 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
2316 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
2317 "license": "MIT",
2318 "dependencies": {
2319 "safer-buffer": ">= 2.1.2 < 3.0.0"
2320 },
2321 "engines": {
2322 "node": ">=0.10.0"
2323 }
2324 },
2325 "node_modules/import-meta-resolve": {
2326 "version": "4.2.0",
2327 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
2328 "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
2329 "license": "MIT",
2330 "funding": {
2331 "type": "github",
2332 "url": "https://github.com/sponsors/wooorm"
2333 }
2334 },
2335 "node_modules/inline-style-parser": {
2336 "version": "0.2.7",
2337 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
2338 "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==",
2339 "license": "MIT"
2340 },
2341 "node_modules/internmap": {
2342 "version": "2.0.3",
2343 "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
2344 "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
2345 "license": "ISC",
2346 "engines": {
2347 "node": ">=12"
2348 }
2349 },
2350 "node_modules/is-alphabetical": {
2351 "version": "2.0.1",
2352 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
2353 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
2354 "license": "MIT",
2355 "funding": {
2356 "type": "github",
2357 "url": "https://github.com/sponsors/wooorm"
2358 }
2359 },
2360 "node_modules/is-alphanumerical": {
2361 "version": "2.0.1",
2362 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
2363 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
2364 "license": "MIT",
2365 "dependencies": {
2366 "is-alphabetical": "^2.0.0",
2367 "is-decimal": "^2.0.0"
2368 },
2369 "funding": {
2370 "type": "github",
2371 "url": "https://github.com/sponsors/wooorm"
2372 }
2373 },
2374 "node_modules/is-decimal": {
2375 "version": "2.0.1",
2376 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
2377 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
2378 "license": "MIT",
2379 "funding": {
2380 "type": "github",
2381 "url": "https://github.com/sponsors/wooorm"
2382 }
2383 },
2384 "node_modules/is-hexadecimal": {
2385 "version": "2.0.1",
2386 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
2387 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
2388 "license": "MIT",
2389 "funding": {
2390 "type": "github",
2391 "url": "https://github.com/sponsors/wooorm"
2392 }
2393 },
2394 "node_modules/is-plain-obj": {
2395 "version": "4.1.0",
2396 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
2397 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
2398 "license": "MIT",
2399 "engines": {
2400 "node": ">=12"
2401 },
2402 "funding": {
2403 "url": "https://github.com/sponsors/sindresorhus"
2404 }
2405 },
2406 "node_modules/katex": {
2407 "version": "0.18.4",
2408 "resolved": "https://registry.npmjs.org/katex/-/katex-0.18.4.tgz",
2409 "integrity": "sha512-IMPntbRLOU+eu88XDiFKqQ8Akhr9Tv7jDMXqPhjG9SI1JMA4DIgXk4x9k4skJz2NZJXBRbC+2pYBLj9olqcZow==",
2410 "funding": [
2411 "https://opencollective.com/katex",
2412 "https://github.com/sponsors/katex"
2413 ],
2414 "license": "MIT",
2415 "dependencies": {
2416 "commander": "^8.3.0"
2417 },
2418 "bin": {
2419 "katex": "cli.js"
2420 }
2421 },
2422 "node_modules/khroma": {
2423 "version": "2.1.0",
2424 "resolved": "https://registry.npmjs.org/khroma/-/khroma-2.1.0.tgz",
2425 "integrity": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw=="
2426 },
2427 "node_modules/layout-base": {
2428 "version": "1.0.2",
2429 "resolved": "https://registry.npmjs.org/layout-base/-/layout-base-1.0.2.tgz",
2430 "integrity": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==",
2431 "license": "MIT"
2432 },
2433 "node_modules/lightningcss": {
2434 "version": "1.33.0",
2435 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
2436 "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
2437 "dev": true,
2438 "license": "MPL-2.0",
2439 "dependencies": {
2440 "detect-libc": "^2.0.3"
2441 },
2442 "engines": {
2443 "node": ">= 12.0.0"
2444 },
2445 "funding": {
2446 "type": "opencollective",
2447 "url": "https://opencollective.com/parcel"
2448 },
2449 "optionalDependencies": {
2450 "lightningcss-android-arm64": "1.33.0",
2451 "lightningcss-darwin-arm64": "1.33.0",
2452 "lightningcss-darwin-x64": "1.33.0",
2453 "lightningcss-freebsd-x64": "1.33.0",
2454 "lightningcss-linux-arm-gnueabihf": "1.33.0",
2455 "lightningcss-linux-arm64-gnu": "1.33.0",
2456 "lightningcss-linux-arm64-musl": "1.33.0",
2457 "lightningcss-linux-x64-gnu": "1.33.0",
2458 "lightningcss-linux-x64-musl": "1.33.0",
2459 "lightningcss-win32-arm64-msvc": "1.33.0",
2460 "lightningcss-win32-x64-msvc": "1.33.0"
2461 }
2462 },
2463 "node_modules/lightningcss-android-arm64": {
2464 "version": "1.33.0",
2465 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
2466 "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
2467 "cpu": [
2468 "arm64"
2469 ],
2470 "dev": true,
2471 "license": "MPL-2.0",
2472 "optional": true,
2473 "os": [
2474 "android"
2475 ],
2476 "engines": {
2477 "node": ">= 12.0.0"
2478 },
2479 "funding": {
2480 "type": "opencollective",
2481 "url": "https://opencollective.com/parcel"
2482 }
2483 },
2484 "node_modules/lightningcss-darwin-arm64": {
2485 "version": "1.33.0",
2486 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
2487 "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
2488 "cpu": [
2489 "arm64"
2490 ],
2491 "dev": true,
2492 "license": "MPL-2.0",
2493 "optional": true,
2494 "os": [
2495 "darwin"
2496 ],
2497 "engines": {
2498 "node": ">= 12.0.0"
2499 },
2500 "funding": {
2501 "type": "opencollective",
2502 "url": "https://opencollective.com/parcel"
2503 }
2504 },
2505 "node_modules/lightningcss-darwin-x64": {
2506 "version": "1.33.0",
2507 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
2508 "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
2509 "cpu": [
2510 "x64"
2511 ],
2512 "dev": true,
2513 "license": "MPL-2.0",
2514 "optional": true,
2515 "os": [
2516 "darwin"
2517 ],
2518 "engines": {
2519 "node": ">= 12.0.0"
2520 },
2521 "funding": {
2522 "type": "opencollective",
2523 "url": "https://opencollective.com/parcel"
2524 }
2525 },
2526 "node_modules/lightningcss-freebsd-x64": {
2527 "version": "1.33.0",
2528 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
2529 "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
2530 "cpu": [
2531 "x64"
2532 ],
2533 "dev": true,
2534 "license": "MPL-2.0",
2535 "optional": true,
2536 "os": [
2537 "freebsd"
2538 ],
2539 "engines": {
2540 "node": ">= 12.0.0"
2541 },
2542 "funding": {
2543 "type": "opencollective",
2544 "url": "https://opencollective.com/parcel"
2545 }
2546 },
2547 "node_modules/lightningcss-linux-arm-gnueabihf": {
2548 "version": "1.33.0",
2549 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
2550 "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
2551 "cpu": [
2552 "arm"
2553 ],
2554 "dev": true,
2555 "license": "MPL-2.0",
2556 "optional": true,
2557 "os": [
2558 "linux"
2559 ],
2560 "engines": {
2561 "node": ">= 12.0.0"
2562 },
2563 "funding": {
2564 "type": "opencollective",
2565 "url": "https://opencollective.com/parcel"
2566 }
2567 },
2568 "node_modules/lightningcss-linux-arm64-gnu": {
2569 "version": "1.33.0",
2570 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
2571 "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
2572 "cpu": [
2573 "arm64"
2574 ],
2575 "dev": true,
2576 "libc": [
2577 "glibc"
2578 ],
2579 "license": "MPL-2.0",
2580 "optional": true,
2581 "os": [
2582 "linux"
2583 ],
2584 "engines": {
2585 "node": ">= 12.0.0"
2586 },
2587 "funding": {
2588 "type": "opencollective",
2589 "url": "https://opencollective.com/parcel"
2590 }
2591 },
2592 "node_modules/lightningcss-linux-arm64-musl": {
2593 "version": "1.33.0",
2594 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
2595 "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
2596 "cpu": [
2597 "arm64"
2598 ],
2599 "dev": true,
2600 "libc": [
2601 "musl"
2602 ],
2603 "license": "MPL-2.0",
2604 "optional": true,
2605 "os": [
2606 "linux"
2607 ],
2608 "engines": {
2609 "node": ">= 12.0.0"
2610 },
2611 "funding": {
2612 "type": "opencollective",
2613 "url": "https://opencollective.com/parcel"
2614 }
2615 },
2616 "node_modules/lightningcss-linux-x64-gnu": {
2617 "version": "1.33.0",
2618 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
2619 "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
2620 "cpu": [
2621 "x64"
2622 ],
2623 "dev": true,
2624 "libc": [
2625 "glibc"
2626 ],
2627 "license": "MPL-2.0",
2628 "optional": true,
2629 "os": [
2630 "linux"
2631 ],
2632 "engines": {
2633 "node": ">= 12.0.0"
2634 },
2635 "funding": {
2636 "type": "opencollective",
2637 "url": "https://opencollective.com/parcel"
2638 }
2639 },
2640 "node_modules/lightningcss-linux-x64-musl": {
2641 "version": "1.33.0",
2642 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
2643 "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
2644 "cpu": [
2645 "x64"
2646 ],
2647 "dev": true,
2648 "libc": [
2649 "musl"
2650 ],
2651 "license": "MPL-2.0",
2652 "optional": true,
2653 "os": [
2654 "linux"
2655 ],
2656 "engines": {
2657 "node": ">= 12.0.0"
2658 },
2659 "funding": {
2660 "type": "opencollective",
2661 "url": "https://opencollective.com/parcel"
2662 }
2663 },
2664 "node_modules/lightningcss-win32-arm64-msvc": {
2665 "version": "1.33.0",
2666 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
2667 "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
2668 "cpu": [
2669 "arm64"
2670 ],
2671 "dev": true,
2672 "license": "MPL-2.0",
2673 "optional": true,
2674 "os": [
2675 "win32"
2676 ],
2677 "engines": {
2678 "node": ">= 12.0.0"
2679 },
2680 "funding": {
2681 "type": "opencollective",
2682 "url": "https://opencollective.com/parcel"
2683 }
2684 },
2685 "node_modules/lightningcss-win32-x64-msvc": {
2686 "version": "1.33.0",
2687 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
2688 "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
2689 "cpu": [
2690 "x64"
2691 ],
2692 "dev": true,
2693 "license": "MPL-2.0",
2694 "optional": true,
2695 "os": [
2696 "win32"
2697 ],
2698 "engines": {
2699 "node": ">= 12.0.0"
2700 },
2701 "funding": {
2702 "type": "opencollective",
2703 "url": "https://opencollective.com/parcel"
2704 }
2705 },
2706 "node_modules/lodash-es": {
2707 "version": "4.18.1",
2708 "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
2709 "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
2710 "license": "MIT"
2711 },
2712 "node_modules/longest-streak": {
2713 "version": "3.1.0",
2714 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
2715 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
2716 "license": "MIT",
2717 "funding": {
2718 "type": "github",
2719 "url": "https://github.com/sponsors/wooorm"
2720 }
2721 },
2722 "node_modules/lowlight": {
2723 "version": "3.3.0",
2724 "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-3.3.0.tgz",
2725 "integrity": "sha512-0JNhgFoPvP6U6lE/UdVsSq99tn6DhjjpAj5MxG49ewd2mOBVtwWYIT8ClyABhq198aXXODMU6Ox8DrGy/CpTZQ==",
2726 "license": "MIT",
2727 "dependencies": {
2728 "@types/hast": "^3.0.0",
2729 "devlop": "^1.0.0",
2730 "highlight.js": "~11.11.0"
2731 },
2732 "funding": {
2733 "type": "github",
2734 "url": "https://github.com/sponsors/wooorm"
2735 }
2736 },
2737 "node_modules/lowlight/node_modules/highlight.js": {
2738 "version": "11.11.2",
2739 "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.2.tgz",
2740 "integrity": "sha512-oaXMACAU0kzOMXBjWpNcX+vlwSBCIAiZ9BHa7gA15NOTtT2L/l8OSZDuqS2XppOhZBPJ7hm4o8ep2kyuip2uEQ==",
2741 "license": "BSD-3-Clause",
2742 "engines": {
2743 "node": ">=12.0.0"
2744 }
2745 },
2746 "node_modules/markdown-table": {
2747 "version": "3.0.4",
2748 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
2749 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
2750 "license": "MIT",
2751 "funding": {
2752 "type": "github",
2753 "url": "https://github.com/sponsors/wooorm"
2754 }
2755 },
2756 "node_modules/marked": {
2757 "version": "16.4.2",
2758 "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.2.tgz",
2759 "integrity": "sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==",
2760 "license": "MIT",
2761 "bin": {
2762 "marked": "bin/marked.js"
2763 },
2764 "engines": {
2765 "node": ">= 20"
2766 }
2767 },
2768 "node_modules/mdast-util-find-and-replace": {
2769 "version": "3.0.2",
2770 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
2771 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
2772 "license": "MIT",
2773 "dependencies": {
2774 "@types/mdast": "^4.0.0",
2775 "escape-string-regexp": "^5.0.0",
2776 "unist-util-is": "^6.0.0",
2777 "unist-util-visit-parents": "^6.0.0"
2778 },
2779 "funding": {
2780 "type": "opencollective",
2781 "url": "https://opencollective.com/unified"
2782 }
2783 },
2784 "node_modules/mdast-util-from-markdown": {
2785 "version": "2.0.3",
2786 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
2787 "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
2788 "license": "MIT",
2789 "dependencies": {
2790 "@types/mdast": "^4.0.0",
2791 "@types/unist": "^3.0.0",
2792 "decode-named-character-reference": "^1.0.0",
2793 "devlop": "^1.0.0",
2794 "mdast-util-to-string": "^4.0.0",
2795 "micromark": "^4.0.0",
2796 "micromark-util-decode-numeric-character-reference": "^2.0.0",
2797 "micromark-util-decode-string": "^2.0.0",
2798 "micromark-util-normalize-identifier": "^2.0.0",
2799 "micromark-util-symbol": "^2.0.0",
2800 "micromark-util-types": "^2.0.0",
2801 "unist-util-stringify-position": "^4.0.0"
2802 },
2803 "funding": {
2804 "type": "opencollective",
2805 "url": "https://opencollective.com/unified"
2806 }
2807 },
2808 "node_modules/mdast-util-gfm": {
2809 "version": "3.1.0",
2810 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
2811 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
2812 "license": "MIT",
2813 "dependencies": {
2814 "mdast-util-from-markdown": "^2.0.0",
2815 "mdast-util-gfm-autolink-literal": "^2.0.0",
2816 "mdast-util-gfm-footnote": "^2.0.0",
2817 "mdast-util-gfm-strikethrough": "^2.0.0",
2818 "mdast-util-gfm-table": "^2.0.0",
2819 "mdast-util-gfm-task-list-item": "^2.0.0",
2820 "mdast-util-to-markdown": "^2.0.0"
2821 },
2822 "funding": {
2823 "type": "opencollective",
2824 "url": "https://opencollective.com/unified"
2825 }
2826 },
2827 "node_modules/mdast-util-gfm-autolink-literal": {
2828 "version": "2.0.1",
2829 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
2830 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
2831 "license": "MIT",
2832 "dependencies": {
2833 "@types/mdast": "^4.0.0",
2834 "ccount": "^2.0.0",
2835 "devlop": "^1.0.0",
2836 "mdast-util-find-and-replace": "^3.0.0",
2837 "micromark-util-character": "^2.0.0"
2838 },
2839 "funding": {
2840 "type": "opencollective",
2841 "url": "https://opencollective.com/unified"
2842 }
2843 },
2844 "node_modules/mdast-util-gfm-footnote": {
2845 "version": "2.1.0",
2846 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
2847 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
2848 "license": "MIT",
2849 "dependencies": {
2850 "@types/mdast": "^4.0.0",
2851 "devlop": "^1.1.0",
2852 "mdast-util-from-markdown": "^2.0.0",
2853 "mdast-util-to-markdown": "^2.0.0",
2854 "micromark-util-normalize-identifier": "^2.0.0"
2855 },
2856 "funding": {
2857 "type": "opencollective",
2858 "url": "https://opencollective.com/unified"
2859 }
2860 },
2861 "node_modules/mdast-util-gfm-strikethrough": {
2862 "version": "2.0.0",
2863 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
2864 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
2865 "license": "MIT",
2866 "dependencies": {
2867 "@types/mdast": "^4.0.0",
2868 "mdast-util-from-markdown": "^2.0.0",
2869 "mdast-util-to-markdown": "^2.0.0"
2870 },
2871 "funding": {
2872 "type": "opencollective",
2873 "url": "https://opencollective.com/unified"
2874 }
2875 },
2876 "node_modules/mdast-util-gfm-table": {
2877 "version": "2.0.0",
2878 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
2879 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
2880 "license": "MIT",
2881 "dependencies": {
2882 "@types/mdast": "^4.0.0",
2883 "devlop": "^1.0.0",
2884 "markdown-table": "^3.0.0",
2885 "mdast-util-from-markdown": "^2.0.0",
2886 "mdast-util-to-markdown": "^2.0.0"
2887 },
2888 "funding": {
2889 "type": "opencollective",
2890 "url": "https://opencollective.com/unified"
2891 }
2892 },
2893 "node_modules/mdast-util-gfm-task-list-item": {
2894 "version": "2.0.0",
2895 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
2896 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
2897 "license": "MIT",
2898 "dependencies": {
2899 "@types/mdast": "^4.0.0",
2900 "devlop": "^1.0.0",
2901 "mdast-util-from-markdown": "^2.0.0",
2902 "mdast-util-to-markdown": "^2.0.0"
2903 },
2904 "funding": {
2905 "type": "opencollective",
2906 "url": "https://opencollective.com/unified"
2907 }
2908 },
2909 "node_modules/mdast-util-math": {
2910 "version": "3.0.0",
2911 "resolved": "https://registry.npmjs.org/mdast-util-math/-/mdast-util-math-3.0.0.tgz",
2912 "integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==",
2913 "license": "MIT",
2914 "dependencies": {
2915 "@types/hast": "^3.0.0",
2916 "@types/mdast": "^4.0.0",
2917 "devlop": "^1.0.0",
2918 "longest-streak": "^3.0.0",
2919 "mdast-util-from-markdown": "^2.0.0",
2920 "mdast-util-to-markdown": "^2.1.0",
2921 "unist-util-remove-position": "^5.0.0"
2922 },
2923 "funding": {
2924 "type": "opencollective",
2925 "url": "https://opencollective.com/unified"
2926 }
2927 },
2928 "node_modules/mdast-util-mdx-expression": {
2929 "version": "2.0.1",
2930 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
2931 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
2932 "license": "MIT",
2933 "dependencies": {
2934 "@types/estree-jsx": "^1.0.0",
2935 "@types/hast": "^3.0.0",
2936 "@types/mdast": "^4.0.0",
2937 "devlop": "^1.0.0",
2938 "mdast-util-from-markdown": "^2.0.0",
2939 "mdast-util-to-markdown": "^2.0.0"
2940 },
2941 "funding": {
2942 "type": "opencollective",
2943 "url": "https://opencollective.com/unified"
2944 }
2945 },
2946 "node_modules/mdast-util-mdx-jsx": {
2947 "version": "3.2.0",
2948 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
2949 "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
2950 "license": "MIT",
2951 "dependencies": {
2952 "@types/estree-jsx": "^1.0.0",
2953 "@types/hast": "^3.0.0",
2954 "@types/mdast": "^4.0.0",
2955 "@types/unist": "^3.0.0",
2956 "ccount": "^2.0.0",
2957 "devlop": "^1.1.0",
2958 "mdast-util-from-markdown": "^2.0.0",
2959 "mdast-util-to-markdown": "^2.0.0",
2960 "parse-entities": "^4.0.0",
2961 "stringify-entities": "^4.0.0",
2962 "unist-util-stringify-position": "^4.0.0",
2963 "vfile-message": "^4.0.0"
2964 },
2965 "funding": {
2966 "type": "opencollective",
2967 "url": "https://opencollective.com/unified"
2968 }
2969 },
2970 "node_modules/mdast-util-mdxjs-esm": {
2971 "version": "2.0.1",
2972 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
2973 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
2974 "license": "MIT",
2975 "dependencies": {
2976 "@types/estree-jsx": "^1.0.0",
2977 "@types/hast": "^3.0.0",
2978 "@types/mdast": "^4.0.0",
2979 "devlop": "^1.0.0",
2980 "mdast-util-from-markdown": "^2.0.0",
2981 "mdast-util-to-markdown": "^2.0.0"
2982 },
2983 "funding": {
2984 "type": "opencollective",
2985 "url": "https://opencollective.com/unified"
2986 }
2987 },
2988 "node_modules/mdast-util-phrasing": {
2989 "version": "4.1.0",
2990 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
2991 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
2992 "license": "MIT",
2993 "dependencies": {
2994 "@types/mdast": "^4.0.0",
2995 "unist-util-is": "^6.0.0"
2996 },
2997 "funding": {
2998 "type": "opencollective",
2999 "url": "https://opencollective.com/unified"
3000 }
3001 },
3002 "node_modules/mdast-util-to-hast": {
3003 "version": "13.2.1",
3004 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
3005 "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
3006 "license": "MIT",
3007 "dependencies": {
3008 "@types/hast": "^3.0.0",
3009 "@types/mdast": "^4.0.0",
3010 "@ungap/structured-clone": "^1.0.0",
3011 "devlop": "^1.0.0",
3012 "micromark-util-sanitize-uri": "^2.0.0",
3013 "trim-lines": "^3.0.0",
3014 "unist-util-position": "^5.0.0",
3015 "unist-util-visit": "^5.0.0",
3016 "vfile": "^6.0.0"
3017 },
3018 "funding": {
3019 "type": "opencollective",
3020 "url": "https://opencollective.com/unified"
3021 }
3022 },
3023 "node_modules/mdast-util-to-markdown": {
3024 "version": "2.1.2",
3025 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
3026 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
3027 "license": "MIT",
3028 "dependencies": {
3029 "@types/mdast": "^4.0.0",
3030 "@types/unist": "^3.0.0",
3031 "longest-streak": "^3.0.0",
3032 "mdast-util-phrasing": "^4.0.0",
3033 "mdast-util-to-string": "^4.0.0",
3034 "micromark-util-classify-character": "^2.0.0",
3035 "micromark-util-decode-string": "^2.0.0",
3036 "unist-util-visit": "^5.0.0",
3037 "zwitch": "^2.0.0"
3038 },
3039 "funding": {
3040 "type": "opencollective",
3041 "url": "https://opencollective.com/unified"
3042 }
3043 },
3044 "node_modules/mdast-util-to-string": {
3045 "version": "4.0.0",
3046 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
3047 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
3048 "license": "MIT",
3049 "dependencies": {
3050 "@types/mdast": "^4.0.0"
3051 },
3052 "funding": {
3053 "type": "opencollective",
3054 "url": "https://opencollective.com/unified"
3055 }
3056 },
3057 "node_modules/mermaid": {
3058 "version": "11.16.1",
3059 "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.16.1.tgz",
3060 "integrity": "sha512-TQsq6u22fAn3rek5VOubrhKPo1g5hwC3FXUN9hiyupTckcYiGuuKGkNQrKYwGJkXUxZdojwRG46gsSCFZMDp4g==",
3061 "license": "MIT",
3062 "dependencies": {
3063 "@braintree/sanitize-url": "^7.1.2",
3064 "@iconify/utils": "^3.0.2",
3065 "@mermaid-js/parser": "^1.2.0",
3066 "@types/d3": "^7.4.3",
3067 "@upsetjs/venn.js": "^2.0.0",
3068 "cytoscape": "^3.33.3",
3069 "cytoscape-cose-bilkent": "^4.1.0",
3070 "cytoscape-fcose": "^2.2.0",
3071 "d3": "^7.9.0",
3072 "d3-sankey": "^0.12.3",
3073 "dagre-d3-es": "7.0.14",
3074 "dayjs": "^1.11.20",
3075 "dompurify": "^3.3.3",
3076 "es-toolkit": "^1.45.1",
3077 "katex": "^0.16.45",
3078 "khroma": "^2.1.0",
3079 "marked": "^16.3.0",
3080 "roughjs": "^4.6.6",
3081 "stylis": "^4.3.6",
3082 "ts-dedent": "^2.2.0",
3083 "uuid": "^11.1.0 || ^12 || ^13 || ^14.0.0"
3084 }
3085 },
3086 "node_modules/mermaid/node_modules/katex": {
3087 "version": "0.16.47",
3088 "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.47.tgz",
3089 "integrity": "sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==",
3090 "funding": [
3091 "https://opencollective.com/katex",
3092 "https://github.com/sponsors/katex"
3093 ],
3094 "license": "MIT",
3095 "dependencies": {
3096 "commander": "^8.3.0"
3097 },
3098 "bin": {
3099 "katex": "cli.js"
3100 }
3101 },
3102 "node_modules/micromark": {
3103 "version": "4.0.2",
3104 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
3105 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
3106 "funding": [
3107 {
3108 "type": "GitHub Sponsors",
3109 "url": "https://github.com/sponsors/unifiedjs"
3110 },
3111 {
3112 "type": "OpenCollective",
3113 "url": "https://opencollective.com/unified"
3114 }
3115 ],
3116 "license": "MIT",
3117 "dependencies": {
3118 "@types/debug": "^4.0.0",
3119 "debug": "^4.0.0",
3120 "decode-named-character-reference": "^1.0.0",
3121 "devlop": "^1.0.0",
3122 "micromark-core-commonmark": "^2.0.0",
3123 "micromark-factory-space": "^2.0.0",
3124 "micromark-util-character": "^2.0.0",
3125 "micromark-util-chunked": "^2.0.0",
3126 "micromark-util-combine-extensions": "^2.0.0",
3127 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3128 "micromark-util-encode": "^2.0.0",
3129 "micromark-util-normalize-identifier": "^2.0.0",
3130 "micromark-util-resolve-all": "^2.0.0",
3131 "micromark-util-sanitize-uri": "^2.0.0",
3132 "micromark-util-subtokenize": "^2.0.0",
3133 "micromark-util-symbol": "^2.0.0",
3134 "micromark-util-types": "^2.0.0"
3135 }
3136 },
3137 "node_modules/micromark-core-commonmark": {
3138 "version": "2.0.3",
3139 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
3140 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
3141 "funding": [
3142 {
3143 "type": "GitHub Sponsors",
3144 "url": "https://github.com/sponsors/unifiedjs"
3145 },
3146 {
3147 "type": "OpenCollective",
3148 "url": "https://opencollective.com/unified"
3149 }
3150 ],
3151 "license": "MIT",
3152 "dependencies": {
3153 "decode-named-character-reference": "^1.0.0",
3154 "devlop": "^1.0.0",
3155 "micromark-factory-destination": "^2.0.0",
3156 "micromark-factory-label": "^2.0.0",
3157 "micromark-factory-space": "^2.0.0",
3158 "micromark-factory-title": "^2.0.0",
3159 "micromark-factory-whitespace": "^2.0.0",
3160 "micromark-util-character": "^2.0.0",
3161 "micromark-util-chunked": "^2.0.0",
3162 "micromark-util-classify-character": "^2.0.0",
3163 "micromark-util-html-tag-name": "^2.0.0",
3164 "micromark-util-normalize-identifier": "^2.0.0",
3165 "micromark-util-resolve-all": "^2.0.0",
3166 "micromark-util-subtokenize": "^2.0.0",
3167 "micromark-util-symbol": "^2.0.0",
3168 "micromark-util-types": "^2.0.0"
3169 }
3170 },
3171 "node_modules/micromark-extension-gfm": {
3172 "version": "3.0.0",
3173 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
3174 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
3175 "license": "MIT",
3176 "dependencies": {
3177 "micromark-extension-gfm-autolink-literal": "^2.0.0",
3178 "micromark-extension-gfm-footnote": "^2.0.0",
3179 "micromark-extension-gfm-strikethrough": "^2.0.0",
3180 "micromark-extension-gfm-table": "^2.0.0",
3181 "micromark-extension-gfm-tagfilter": "^2.0.0",
3182 "micromark-extension-gfm-task-list-item": "^2.0.0",
3183 "micromark-util-combine-extensions": "^2.0.0",
3184 "micromark-util-types": "^2.0.0"
3185 },
3186 "funding": {
3187 "type": "opencollective",
3188 "url": "https://opencollective.com/unified"
3189 }
3190 },
3191 "node_modules/micromark-extension-gfm-autolink-literal": {
3192 "version": "2.1.0",
3193 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
3194 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
3195 "license": "MIT",
3196 "dependencies": {
3197 "micromark-util-character": "^2.0.0",
3198 "micromark-util-sanitize-uri": "^2.0.0",
3199 "micromark-util-symbol": "^2.0.0",
3200 "micromark-util-types": "^2.0.0"
3201 },
3202 "funding": {
3203 "type": "opencollective",
3204 "url": "https://opencollective.com/unified"
3205 }
3206 },
3207 "node_modules/micromark-extension-gfm-footnote": {
3208 "version": "2.1.0",
3209 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
3210 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
3211 "license": "MIT",
3212 "dependencies": {
3213 "devlop": "^1.0.0",
3214 "micromark-core-commonmark": "^2.0.0",
3215 "micromark-factory-space": "^2.0.0",
3216 "micromark-util-character": "^2.0.0",
3217 "micromark-util-normalize-identifier": "^2.0.0",
3218 "micromark-util-sanitize-uri": "^2.0.0",
3219 "micromark-util-symbol": "^2.0.0",
3220 "micromark-util-types": "^2.0.0"
3221 },
3222 "funding": {
3223 "type": "opencollective",
3224 "url": "https://opencollective.com/unified"
3225 }
3226 },
3227 "node_modules/micromark-extension-gfm-strikethrough": {
3228 "version": "2.1.0",
3229 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
3230 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
3231 "license": "MIT",
3232 "dependencies": {
3233 "devlop": "^1.0.0",
3234 "micromark-util-chunked": "^2.0.0",
3235 "micromark-util-classify-character": "^2.0.0",
3236 "micromark-util-resolve-all": "^2.0.0",
3237 "micromark-util-symbol": "^2.0.0",
3238 "micromark-util-types": "^2.0.0"
3239 },
3240 "funding": {
3241 "type": "opencollective",
3242 "url": "https://opencollective.com/unified"
3243 }
3244 },
3245 "node_modules/micromark-extension-gfm-table": {
3246 "version": "2.1.1",
3247 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
3248 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
3249 "license": "MIT",
3250 "dependencies": {
3251 "devlop": "^1.0.0",
3252 "micromark-factory-space": "^2.0.0",
3253 "micromark-util-character": "^2.0.0",
3254 "micromark-util-symbol": "^2.0.0",
3255 "micromark-util-types": "^2.0.0"
3256 },
3257 "funding": {
3258 "type": "opencollective",
3259 "url": "https://opencollective.com/unified"
3260 }
3261 },
3262 "node_modules/micromark-extension-gfm-tagfilter": {
3263 "version": "2.0.0",
3264 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
3265 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
3266 "license": "MIT",
3267 "dependencies": {
3268 "micromark-util-types": "^2.0.0"
3269 },
3270 "funding": {
3271 "type": "opencollective",
3272 "url": "https://opencollective.com/unified"
3273 }
3274 },
3275 "node_modules/micromark-extension-gfm-task-list-item": {
3276 "version": "2.1.0",
3277 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
3278 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
3279 "license": "MIT",
3280 "dependencies": {
3281 "devlop": "^1.0.0",
3282 "micromark-factory-space": "^2.0.0",
3283 "micromark-util-character": "^2.0.0",
3284 "micromark-util-symbol": "^2.0.0",
3285 "micromark-util-types": "^2.0.0"
3286 },
3287 "funding": {
3288 "type": "opencollective",
3289 "url": "https://opencollective.com/unified"
3290 }
3291 },
3292 "node_modules/micromark-extension-math": {
3293 "version": "3.1.0",
3294 "resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz",
3295 "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==",
3296 "license": "MIT",
3297 "dependencies": {
3298 "@types/katex": "^0.16.0",
3299 "devlop": "^1.0.0",
3300 "katex": "^0.16.0",
3301 "micromark-factory-space": "^2.0.0",
3302 "micromark-util-character": "^2.0.0",
3303 "micromark-util-symbol": "^2.0.0",
3304 "micromark-util-types": "^2.0.0"
3305 },
3306 "funding": {
3307 "type": "opencollective",
3308 "url": "https://opencollective.com/unified"
3309 }
3310 },
3311 "node_modules/micromark-extension-math/node_modules/katex": {
3312 "version": "0.16.47",
3313 "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.47.tgz",
3314 "integrity": "sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==",
3315 "funding": [
3316 "https://opencollective.com/katex",
3317 "https://github.com/sponsors/katex"
3318 ],
3319 "license": "MIT",
3320 "dependencies": {
3321 "commander": "^8.3.0"
3322 },
3323 "bin": {
3324 "katex": "cli.js"
3325 }
3326 },
3327 "node_modules/micromark-factory-destination": {
3328 "version": "2.0.1",
3329 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
3330 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
3331 "funding": [
3332 {
3333 "type": "GitHub Sponsors",
3334 "url": "https://github.com/sponsors/unifiedjs"
3335 },
3336 {
3337 "type": "OpenCollective",
3338 "url": "https://opencollective.com/unified"
3339 }
3340 ],
3341 "license": "MIT",
3342 "dependencies": {
3343 "micromark-util-character": "^2.0.0",
3344 "micromark-util-symbol": "^2.0.0",
3345 "micromark-util-types": "^2.0.0"
3346 }
3347 },
3348 "node_modules/micromark-factory-label": {
3349 "version": "2.0.1",
3350 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
3351 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
3352 "funding": [
3353 {
3354 "type": "GitHub Sponsors",
3355 "url": "https://github.com/sponsors/unifiedjs"
3356 },
3357 {
3358 "type": "OpenCollective",
3359 "url": "https://opencollective.com/unified"
3360 }
3361 ],
3362 "license": "MIT",
3363 "dependencies": {
3364 "devlop": "^1.0.0",
3365 "micromark-util-character": "^2.0.0",
3366 "micromark-util-symbol": "^2.0.0",
3367 "micromark-util-types": "^2.0.0"
3368 }
3369 },
3370 "node_modules/micromark-factory-space": {
3371 "version": "2.0.1",
3372 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
3373 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
3374 "funding": [
3375 {
3376 "type": "GitHub Sponsors",
3377 "url": "https://github.com/sponsors/unifiedjs"
3378 },
3379 {
3380 "type": "OpenCollective",
3381 "url": "https://opencollective.com/unified"
3382 }
3383 ],
3384 "license": "MIT",
3385 "dependencies": {
3386 "micromark-util-character": "^2.0.0",
3387 "micromark-util-types": "^2.0.0"
3388 }
3389 },
3390 "node_modules/micromark-factory-title": {
3391 "version": "2.0.1",
3392 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
3393 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
3394 "funding": [
3395 {
3396 "type": "GitHub Sponsors",
3397 "url": "https://github.com/sponsors/unifiedjs"
3398 },
3399 {
3400 "type": "OpenCollective",
3401 "url": "https://opencollective.com/unified"
3402 }
3403 ],
3404 "license": "MIT",
3405 "dependencies": {
3406 "micromark-factory-space": "^2.0.0",
3407 "micromark-util-character": "^2.0.0",
3408 "micromark-util-symbol": "^2.0.0",
3409 "micromark-util-types": "^2.0.0"
3410 }
3411 },
3412 "node_modules/micromark-factory-whitespace": {
3413 "version": "2.0.1",
3414 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
3415 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
3416 "funding": [
3417 {
3418 "type": "GitHub Sponsors",
3419 "url": "https://github.com/sponsors/unifiedjs"
3420 },
3421 {
3422 "type": "OpenCollective",
3423 "url": "https://opencollective.com/unified"
3424 }
3425 ],
3426 "license": "MIT",
3427 "dependencies": {
3428 "micromark-factory-space": "^2.0.0",
3429 "micromark-util-character": "^2.0.0",
3430 "micromark-util-symbol": "^2.0.0",
3431 "micromark-util-types": "^2.0.0"
3432 }
3433 },
3434 "node_modules/micromark-util-character": {
3435 "version": "2.1.1",
3436 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
3437 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
3438 "funding": [
3439 {
3440 "type": "GitHub Sponsors",
3441 "url": "https://github.com/sponsors/unifiedjs"
3442 },
3443 {
3444 "type": "OpenCollective",
3445 "url": "https://opencollective.com/unified"
3446 }
3447 ],
3448 "license": "MIT",
3449 "dependencies": {
3450 "micromark-util-symbol": "^2.0.0",
3451 "micromark-util-types": "^2.0.0"
3452 }
3453 },
3454 "node_modules/micromark-util-chunked": {
3455 "version": "2.0.1",
3456 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
3457 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
3458 "funding": [
3459 {
3460 "type": "GitHub Sponsors",
3461 "url": "https://github.com/sponsors/unifiedjs"
3462 },
3463 {
3464 "type": "OpenCollective",
3465 "url": "https://opencollective.com/unified"
3466 }
3467 ],
3468 "license": "MIT",
3469 "dependencies": {
3470 "micromark-util-symbol": "^2.0.0"
3471 }
3472 },
3473 "node_modules/micromark-util-classify-character": {
3474 "version": "2.0.1",
3475 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
3476 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
3477 "funding": [
3478 {
3479 "type": "GitHub Sponsors",
3480 "url": "https://github.com/sponsors/unifiedjs"
3481 },
3482 {
3483 "type": "OpenCollective",
3484 "url": "https://opencollective.com/unified"
3485 }
3486 ],
3487 "license": "MIT",
3488 "dependencies": {
3489 "micromark-util-character": "^2.0.0",
3490 "micromark-util-symbol": "^2.0.0",
3491 "micromark-util-types": "^2.0.0"
3492 }
3493 },
3494 "node_modules/micromark-util-combine-extensions": {
3495 "version": "2.0.1",
3496 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
3497 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
3498 "funding": [
3499 {
3500 "type": "GitHub Sponsors",
3501 "url": "https://github.com/sponsors/unifiedjs"
3502 },
3503 {
3504 "type": "OpenCollective",
3505 "url": "https://opencollective.com/unified"
3506 }
3507 ],
3508 "license": "MIT",
3509 "dependencies": {
3510 "micromark-util-chunked": "^2.0.0",
3511 "micromark-util-types": "^2.0.0"
3512 }
3513 },
3514 "node_modules/micromark-util-decode-numeric-character-reference": {
3515 "version": "2.0.2",
3516 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
3517 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
3518 "funding": [
3519 {
3520 "type": "GitHub Sponsors",
3521 "url": "https://github.com/sponsors/unifiedjs"
3522 },
3523 {
3524 "type": "OpenCollective",
3525 "url": "https://opencollective.com/unified"
3526 }
3527 ],
3528 "license": "MIT",
3529 "dependencies": {
3530 "micromark-util-symbol": "^2.0.0"
3531 }
3532 },
3533 "node_modules/micromark-util-decode-string": {
3534 "version": "2.0.1",
3535 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
3536 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
3537 "funding": [
3538 {
3539 "type": "GitHub Sponsors",
3540 "url": "https://github.com/sponsors/unifiedjs"
3541 },
3542 {
3543 "type": "OpenCollective",
3544 "url": "https://opencollective.com/unified"
3545 }
3546 ],
3547 "license": "MIT",
3548 "dependencies": {
3549 "decode-named-character-reference": "^1.0.0",
3550 "micromark-util-character": "^2.0.0",
3551 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3552 "micromark-util-symbol": "^2.0.0"
3553 }
3554 },
3555 "node_modules/micromark-util-encode": {
3556 "version": "2.0.1",
3557 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
3558 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
3559 "funding": [
3560 {
3561 "type": "GitHub Sponsors",
3562 "url": "https://github.com/sponsors/unifiedjs"
3563 },
3564 {
3565 "type": "OpenCollective",
3566 "url": "https://opencollective.com/unified"
3567 }
3568 ],
3569 "license": "MIT"
3570 },
3571 "node_modules/micromark-util-html-tag-name": {
3572 "version": "2.0.1",
3573 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
3574 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
3575 "funding": [
3576 {
3577 "type": "GitHub Sponsors",
3578 "url": "https://github.com/sponsors/unifiedjs"
3579 },
3580 {
3581 "type": "OpenCollective",
3582 "url": "https://opencollective.com/unified"
3583 }
3584 ],
3585 "license": "MIT"
3586 },
3587 "node_modules/micromark-util-normalize-identifier": {
3588 "version": "2.0.1",
3589 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
3590 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
3591 "funding": [
3592 {
3593 "type": "GitHub Sponsors",
3594 "url": "https://github.com/sponsors/unifiedjs"
3595 },
3596 {
3597 "type": "OpenCollective",
3598 "url": "https://opencollective.com/unified"
3599 }
3600 ],
3601 "license": "MIT",
3602 "dependencies": {
3603 "micromark-util-symbol": "^2.0.0"
3604 }
3605 },
3606 "node_modules/micromark-util-resolve-all": {
3607 "version": "2.0.1",
3608 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
3609 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
3610 "funding": [
3611 {
3612 "type": "GitHub Sponsors",
3613 "url": "https://github.com/sponsors/unifiedjs"
3614 },
3615 {
3616 "type": "OpenCollective",
3617 "url": "https://opencollective.com/unified"
3618 }
3619 ],
3620 "license": "MIT",
3621 "dependencies": {
3622 "micromark-util-types": "^2.0.0"
3623 }
3624 },
3625 "node_modules/micromark-util-sanitize-uri": {
3626 "version": "2.0.1",
3627 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
3628 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
3629 "funding": [
3630 {
3631 "type": "GitHub Sponsors",
3632 "url": "https://github.com/sponsors/unifiedjs"
3633 },
3634 {
3635 "type": "OpenCollective",
3636 "url": "https://opencollective.com/unified"
3637 }
3638 ],
3639 "license": "MIT",
3640 "dependencies": {
3641 "micromark-util-character": "^2.0.0",
3642 "micromark-util-encode": "^2.0.0",
3643 "micromark-util-symbol": "^2.0.0"
3644 }
3645 },
3646 "node_modules/micromark-util-subtokenize": {
3647 "version": "2.1.0",
3648 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
3649 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
3650 "funding": [
3651 {
3652 "type": "GitHub Sponsors",
3653 "url": "https://github.com/sponsors/unifiedjs"
3654 },
3655 {
3656 "type": "OpenCollective",
3657 "url": "https://opencollective.com/unified"
3658 }
3659 ],
3660 "license": "MIT",
3661 "dependencies": {
3662 "devlop": "^1.0.0",
3663 "micromark-util-chunked": "^2.0.0",
3664 "micromark-util-symbol": "^2.0.0",
3665 "micromark-util-types": "^2.0.0"
3666 }
3667 },
3668 "node_modules/micromark-util-symbol": {
3669 "version": "2.0.1",
3670 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
3671 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
3672 "funding": [
3673 {
3674 "type": "GitHub Sponsors",
3675 "url": "https://github.com/sponsors/unifiedjs"
3676 },
3677 {
3678 "type": "OpenCollective",
3679 "url": "https://opencollective.com/unified"
3680 }
3681 ],
3682 "license": "MIT"
3683 },
3684 "node_modules/micromark-util-types": {
3685 "version": "2.0.2",
3686 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
3687 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
3688 "funding": [
3689 {
3690 "type": "GitHub Sponsors",
3691 "url": "https://github.com/sponsors/unifiedjs"
3692 },
3693 {
3694 "type": "OpenCollective",
3695 "url": "https://opencollective.com/unified"
3696 }
3697 ],
3698 "license": "MIT"
3699 },
3700 "node_modules/ms": {
3701 "version": "2.1.3",
3702 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3703 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3704 "license": "MIT"
3705 },
3706 "node_modules/nanoid": {
3707 "version": "3.3.18",
3708 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
3709 "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
3710 "dev": true,
3711 "funding": [
3712 {
3713 "type": "github",
3714 "url": "https://github.com/sponsors/ai"
3715 }
3716 ],
3717 "license": "MIT",
3718 "bin": {
3719 "nanoid": "bin/nanoid.cjs"
3720 },
3721 "engines": {
3722 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3723 }
3724 },
3725 "node_modules/oxlint": {
3726 "version": "1.78.0",
3727 "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.78.0.tgz",
3728 "integrity": "sha512-QgQePuxIqKOzo1KSjG2EnITEeWvWnKAm77eq8nrMtf6AGoA+zyGc4PFYtDNJSD25g/ibOwfQ851hZ4/SPkMVoA==",
3729 "dev": true,
3730 "license": "MIT",
3731 "bin": {
3732 "oxlint": "bin/oxlint"
3733 },
3734 "engines": {
3735 "node": "^20.19.0 || >=22.12.0"
3736 },
3737 "funding": {
3738 "url": "https://github.com/sponsors/Boshen"
3739 },
3740 "optionalDependencies": {
3741 "@oxlint/binding-android-arm-eabi": "1.78.0",
3742 "@oxlint/binding-android-arm64": "1.78.0",
3743 "@oxlint/binding-darwin-arm64": "1.78.0",
3744 "@oxlint/binding-darwin-x64": "1.78.0",
3745 "@oxlint/binding-freebsd-x64": "1.78.0",
3746 "@oxlint/binding-linux-arm-gnueabihf": "1.78.0",
3747 "@oxlint/binding-linux-arm-musleabihf": "1.78.0",
3748 "@oxlint/binding-linux-arm64-gnu": "1.78.0",
3749 "@oxlint/binding-linux-arm64-musl": "1.78.0",
3750 "@oxlint/binding-linux-ppc64-gnu": "1.78.0",
3751 "@oxlint/binding-linux-riscv64-gnu": "1.78.0",
3752 "@oxlint/binding-linux-riscv64-musl": "1.78.0",
3753 "@oxlint/binding-linux-s390x-gnu": "1.78.0",
3754 "@oxlint/binding-linux-x64-gnu": "1.78.0",
3755 "@oxlint/binding-linux-x64-musl": "1.78.0",
3756 "@oxlint/binding-openharmony-arm64": "1.78.0",
3757 "@oxlint/binding-win32-arm64-msvc": "1.78.0",
3758 "@oxlint/binding-win32-ia32-msvc": "1.78.0",
3759 "@oxlint/binding-win32-x64-msvc": "1.78.0"
3760 },
3761 "peerDependencies": {
3762 "oxlint-tsgolint": ">=7.0.2001",
3763 "vite-plus": "*"
3764 },
3765 "peerDependenciesMeta": {
3766 "oxlint-tsgolint": {
3767 "optional": true
3768 },
3769 "vite-plus": {
3770 "optional": true
3771 }
3772 }
3773 },
3774 "node_modules/package-manager-detector": {
3775 "version": "1.8.0",
3776 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.8.0.tgz",
3777 "integrity": "sha512-yQA4H19AmPEoMUeavPMDIe1higySl/gH/yaQrkT/s07Qp+7pp2hYz30N3z2l5BkjVkF9Ow6o0wjJamm2y7Sn0A==",
3778 "license": "MIT"
3779 },
3780 "node_modules/parse-entities": {
3781 "version": "4.0.2",
3782 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
3783 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
3784 "license": "MIT",
3785 "dependencies": {
3786 "@types/unist": "^2.0.0",
3787 "character-entities-legacy": "^3.0.0",
3788 "character-reference-invalid": "^2.0.0",
3789 "decode-named-character-reference": "^1.0.0",
3790 "is-alphanumerical": "^2.0.0",
3791 "is-decimal": "^2.0.0",
3792 "is-hexadecimal": "^2.0.0"
3793 },
3794 "funding": {
3795 "type": "github",
3796 "url": "https://github.com/sponsors/wooorm"
3797 }
3798 },
3799 "node_modules/parse-entities/node_modules/@types/unist": {
3800 "version": "2.0.11",
3801 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
3802 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
3803 "license": "MIT"
3804 },
3805 "node_modules/parse5": {
3806 "version": "7.3.0",
3807 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
3808 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
3809 "license": "MIT",
3810 "dependencies": {
3811 "entities": "^6.0.0"
3812 },
3813 "funding": {
3814 "url": "https://github.com/inikulin/parse5?sponsor=1"
3815 }
3816 },
3817 "node_modules/path-data-parser": {
3818 "version": "0.1.0",
3819 "resolved": "https://registry.npmjs.org/path-data-parser/-/path-data-parser-0.1.0.tgz",
3820 "integrity": "sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==",
3821 "license": "MIT"
3822 },
3823 "node_modules/picocolors": {
3824 "version": "1.1.1",
3825 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3826 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3827 "dev": true,
3828 "license": "ISC"
3829 },
3830 "node_modules/picomatch": {
3831 "version": "4.0.5",
3832 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
3833 "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
3834 "dev": true,
3835 "license": "MIT",
3836 "engines": {
3837 "node": ">=12"
3838 },
3839 "funding": {
3840 "url": "https://github.com/sponsors/jonschlinkert"
3841 }
3842 },
3843 "node_modules/points-on-curve": {
3844 "version": "0.2.0",
3845 "resolved": "https://registry.npmjs.org/points-on-curve/-/points-on-curve-0.2.0.tgz",
3846 "integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==",
3847 "license": "MIT"
3848 },
3849 "node_modules/points-on-path": {
3850 "version": "0.2.1",
3851 "resolved": "https://registry.npmjs.org/points-on-path/-/points-on-path-0.2.1.tgz",
3852 "integrity": "sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==",
3853 "license": "MIT",
3854 "dependencies": {
3855 "path-data-parser": "0.1.0",
3856 "points-on-curve": "0.2.0"
3857 }
3858 },
3859 "node_modules/postcss": {
3860 "version": "8.5.26",
3861 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
3862 "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
3863 "dev": true,
3864 "funding": [
3865 {
3866 "type": "opencollective",
3867 "url": "https://opencollective.com/postcss/"
3868 },
3869 {
3870 "type": "tidelift",
3871 "url": "https://tidelift.com/funding/github/npm/postcss"
3872 },
3873 {
3874 "type": "github",
3875 "url": "https://github.com/sponsors/ai"
3876 }
3877 ],
3878 "license": "MIT",
3879 "dependencies": {
3880 "nanoid": "^3.3.17",
3881 "picocolors": "^1.1.1",
3882 "source-map-js": "^1.2.1"
3883 },
3884 "engines": {
3885 "node": "^10 || ^12 || >=14"
3886 }
3887 },
3888 "node_modules/property-information": {
3889 "version": "7.2.0",
3890 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
3891 "integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
3892 "license": "MIT",
3893 "funding": {
3894 "type": "github",
3895 "url": "https://github.com/sponsors/wooorm"
3896 }
3897 },
3898 "node_modules/react": {
3899 "version": "19.2.8",
3900 "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz",
3901 "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
3902 "license": "MIT",
3903 "engines": {
3904 "node": ">=0.10.0"
3905 }
3906 },
3907 "node_modules/react-dom": {
3908 "version": "19.2.8",
3909 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz",
3910 "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
3911 "license": "MIT",
3912 "dependencies": {
3913 "scheduler": "^0.27.0"
3914 },
3915 "peerDependencies": {
3916 "react": "^19.2.8"
3917 }
3918 },
3919 "node_modules/react-markdown": {
3920 "version": "10.1.0",
3921 "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz",
3922 "integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==",
3923 "license": "MIT",
3924 "dependencies": {
3925 "@types/hast": "^3.0.0",
3926 "@types/mdast": "^4.0.0",
3927 "devlop": "^1.0.0",
3928 "hast-util-to-jsx-runtime": "^2.0.0",
3929 "html-url-attributes": "^3.0.0",
3930 "mdast-util-to-hast": "^13.0.0",
3931 "remark-parse": "^11.0.0",
3932 "remark-rehype": "^11.0.0",
3933 "unified": "^11.0.0",
3934 "unist-util-visit": "^5.0.0",
3935 "vfile": "^6.0.0"
3936 },
3937 "funding": {
3938 "type": "opencollective",
3939 "url": "https://opencollective.com/unified"
3940 },
3941 "peerDependencies": {
3942 "@types/react": ">=18",
3943 "react": ">=18"
3944 }
3945 },
3946 "node_modules/rehype-highlight": {
3947 "version": "7.0.2",
3948 "resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-7.0.2.tgz",
3949 "integrity": "sha512-k158pK7wdC2qL3M5NcZROZ2tR/l7zOzjxXd5VGdcfIyoijjQqpHd3JKtYSBDpDZ38UI2WJWuFAtkMDxmx5kstA==",
3950 "license": "MIT",
3951 "dependencies": {
3952 "@types/hast": "^3.0.0",
3953 "hast-util-to-text": "^4.0.0",
3954 "lowlight": "^3.0.0",
3955 "unist-util-visit": "^5.0.0",
3956 "vfile": "^6.0.0"
3957 },
3958 "funding": {
3959 "type": "opencollective",
3960 "url": "https://opencollective.com/unified"
3961 }
3962 },
3963 "node_modules/rehype-katex": {
3964 "version": "7.0.1",
3965 "resolved": "https://registry.npmjs.org/rehype-katex/-/rehype-katex-7.0.1.tgz",
3966 "integrity": "sha512-OiM2wrZ/wuhKkigASodFoo8wimG3H12LWQaH8qSPVJn9apWKFSH3YOCtbKpBorTVw/eI7cuT21XBbvwEswbIOA==",
3967 "license": "MIT",
3968 "dependencies": {
3969 "@types/hast": "^3.0.0",
3970 "@types/katex": "^0.16.0",
3971 "hast-util-from-html-isomorphic": "^2.0.0",
3972 "hast-util-to-text": "^4.0.0",
3973 "katex": "^0.16.0",
3974 "unist-util-visit-parents": "^6.0.0",
3975 "vfile": "^6.0.0"
3976 },
3977 "funding": {
3978 "type": "opencollective",
3979 "url": "https://opencollective.com/unified"
3980 }
3981 },
3982 "node_modules/rehype-katex/node_modules/katex": {
3983 "version": "0.16.47",
3984 "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.47.tgz",
3985 "integrity": "sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==",
3986 "funding": [
3987 "https://opencollective.com/katex",
3988 "https://github.com/sponsors/katex"
3989 ],
3990 "license": "MIT",
3991 "dependencies": {
3992 "commander": "^8.3.0"
3993 },
3994 "bin": {
3995 "katex": "cli.js"
3996 }
3997 },
3998 "node_modules/remark-gfm": {
3999 "version": "4.0.1",
4000 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
4001 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
4002 "license": "MIT",
4003 "dependencies": {
4004 "@types/mdast": "^4.0.0",
4005 "mdast-util-gfm": "^3.0.0",
4006 "micromark-extension-gfm": "^3.0.0",
4007 "remark-parse": "^11.0.0",
4008 "remark-stringify": "^11.0.0",
4009 "unified": "^11.0.0"
4010 },
4011 "funding": {
4012 "type": "opencollective",
4013 "url": "https://opencollective.com/unified"
4014 }
4015 },
4016 "node_modules/remark-math": {
4017 "version": "6.0.0",
4018 "resolved": "https://registry.npmjs.org/remark-math/-/remark-math-6.0.0.tgz",
4019 "integrity": "sha512-MMqgnP74Igy+S3WwnhQ7kqGlEerTETXMvJhrUzDikVZ2/uogJCb+WHUg97hK9/jcfc0dkD73s3LN8zU49cTEtA==",
4020 "license": "MIT",
4021 "dependencies": {
4022 "@types/mdast": "^4.0.0",
4023 "mdast-util-math": "^3.0.0",
4024 "micromark-extension-math": "^3.0.0",
4025 "unified": "^11.0.0"
4026 },
4027 "funding": {
4028 "type": "opencollective",
4029 "url": "https://opencollective.com/unified"
4030 }
4031 },
4032 "node_modules/remark-parse": {
4033 "version": "11.0.0",
4034 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
4035 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
4036 "license": "MIT",
4037 "dependencies": {
4038 "@types/mdast": "^4.0.0",
4039 "mdast-util-from-markdown": "^2.0.0",
4040 "micromark-util-types": "^2.0.0",
4041 "unified": "^11.0.0"
4042 },
4043 "funding": {
4044 "type": "opencollective",
4045 "url": "https://opencollective.com/unified"
4046 }
4047 },
4048 "node_modules/remark-rehype": {
4049 "version": "11.1.2",
4050 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
4051 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
4052 "license": "MIT",
4053 "dependencies": {
4054 "@types/hast": "^3.0.0",
4055 "@types/mdast": "^4.0.0",
4056 "mdast-util-to-hast": "^13.0.0",
4057 "unified": "^11.0.0",
4058 "vfile": "^6.0.0"
4059 },
4060 "funding": {
4061 "type": "opencollective",
4062 "url": "https://opencollective.com/unified"
4063 }
4064 },
4065 "node_modules/remark-stringify": {
4066 "version": "11.0.0",
4067 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
4068 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
4069 "license": "MIT",
4070 "dependencies": {
4071 "@types/mdast": "^4.0.0",
4072 "mdast-util-to-markdown": "^2.0.0",
4073 "unified": "^11.0.0"
4074 },
4075 "funding": {
4076 "type": "opencollective",
4077 "url": "https://opencollective.com/unified"
4078 }
4079 },
4080 "node_modules/robust-predicates": {
4081 "version": "3.0.3",
4082 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz",
4083 "integrity": "sha512-NS3levdsRIUOmiJ8FZWCP7LG3QpJyrs/TE0Zpf1yvZu8cAJJ6QMW92H1c7kWpdIHo8RvmLxN/o2JXTKHp74lUA==",
4084 "license": "Unlicense"
4085 },
4086 "node_modules/rolldown": {
4087 "version": "1.2.4",
4088 "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.4.tgz",
4089 "integrity": "sha512-rSr7irW0K7QRWzjdJXqZowkcRdDtjRduh43rBltnVKd0VFq839l1lJoDvGJb6gl7+4rTTCrPWu+YfujUL8Ug7w==",
4090 "dev": true,
4091 "license": "MIT",
4092 "dependencies": {
4093 "@oxc-project/types": "=0.144.0",
4094 "@rolldown/pluginutils": "^1.0.0"
4095 },
4096 "bin": {
4097 "rolldown": "bin/cli.mjs"
4098 },
4099 "engines": {
4100 "node": "^20.19.0 || >=22.12.0"
4101 },
4102 "optionalDependencies": {
4103 "@rolldown/binding-android-arm64": "1.2.4",
4104 "@rolldown/binding-darwin-arm64": "1.2.4",
4105 "@rolldown/binding-darwin-x64": "1.2.4",
4106 "@rolldown/binding-freebsd-x64": "1.2.4",
4107 "@rolldown/binding-linux-arm-gnueabihf": "1.2.4",
4108 "@rolldown/binding-linux-arm64-gnu": "1.2.4",
4109 "@rolldown/binding-linux-arm64-musl": "1.2.4",
4110 "@rolldown/binding-linux-ppc64-gnu": "1.2.4",
4111 "@rolldown/binding-linux-s390x-gnu": "1.2.4",
4112 "@rolldown/binding-linux-x64-gnu": "1.2.4",
4113 "@rolldown/binding-linux-x64-musl": "1.2.4",
4114 "@rolldown/binding-openharmony-arm64": "1.2.4",
4115 "@rolldown/binding-win32-arm64-msvc": "1.2.4",
4116 "@rolldown/binding-win32-x64-msvc": "1.2.4"
4117 }
4118 },
4119 "node_modules/roughjs": {
4120 "version": "4.6.6",
4121 "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.6.6.tgz",
4122 "integrity": "sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==",
4123 "license": "MIT",
4124 "dependencies": {
4125 "hachure-fill": "^0.5.2",
4126 "path-data-parser": "^0.1.0",
4127 "points-on-curve": "^0.2.0",
4128 "points-on-path": "^0.2.1"
4129 }
4130 },
4131 "node_modules/rw": {
4132 "version": "1.3.3",
4133 "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz",
4134 "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
4135 "license": "BSD-3-Clause"
4136 },
4137 "node_modules/safer-buffer": {
4138 "version": "2.1.2",
4139 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
4140 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
4141 "license": "MIT"
4142 },
4143 "node_modules/scheduler": {
4144 "version": "0.27.0",
4145 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
4146 "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
4147 "license": "MIT"
4148 },
4149 "node_modules/source-map-js": {
4150 "version": "1.2.1",
4151 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
4152 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
4153 "dev": true,
4154 "license": "BSD-3-Clause",
4155 "engines": {
4156 "node": ">=0.10.0"
4157 }
4158 },
4159 "node_modules/space-separated-tokens": {
4160 "version": "2.0.2",
4161 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
4162 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
4163 "license": "MIT",
4164 "funding": {
4165 "type": "github",
4166 "url": "https://github.com/sponsors/wooorm"
4167 }
4168 },
4169 "node_modules/stringify-entities": {
4170 "version": "4.0.4",
4171 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
4172 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
4173 "license": "MIT",
4174 "dependencies": {
4175 "character-entities-html4": "^2.0.0",
4176 "character-entities-legacy": "^3.0.0"
4177 },
4178 "funding": {
4179 "type": "github",
4180 "url": "https://github.com/sponsors/wooorm"
4181 }
4182 },
4183 "node_modules/style-mod": {
4184 "version": "4.1.3",
4185 "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.3.tgz",
4186 "integrity": "sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ==",
4187 "license": "MIT"
4188 },
4189 "node_modules/style-to-js": {
4190 "version": "1.1.21",
4191 "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz",
4192 "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
4193 "license": "MIT",
4194 "dependencies": {
4195 "style-to-object": "1.0.14"
4196 }
4197 },
4198 "node_modules/style-to-object": {
4199 "version": "1.0.14",
4200 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz",
4201 "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
4202 "license": "MIT",
4203 "dependencies": {
4204 "inline-style-parser": "0.2.7"
4205 }
4206 },
4207 "node_modules/stylis": {
4208 "version": "4.4.0",
4209 "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.4.0.tgz",
4210 "integrity": "sha512-5Z9ZpRzfuH6l/UAvCPAPUo3665Nk2wLaZU3x+TLHKVzIz33+sbJqbtrYoC3KD4/uVOr2Zp+L0LySezP9OHV9yA==",
4211 "license": "MIT"
4212 },
4213 "node_modules/tinyexec": {
4214 "version": "1.3.0",
4215 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz",
4216 "integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==",
4217 "license": "MIT",
4218 "engines": {
4219 "node": ">=18"
4220 }
4221 },
4222 "node_modules/tinyglobby": {
4223 "version": "0.2.17",
4224 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
4225 "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
4226 "dev": true,
4227 "license": "MIT",
4228 "dependencies": {
4229 "fdir": "^6.5.0",
4230 "picomatch": "^4.0.4"
4231 },
4232 "engines": {
4233 "node": ">=12.0.0"
4234 },
4235 "funding": {
4236 "url": "https://github.com/sponsors/SuperchupuDev"
4237 }
4238 },
4239 "node_modules/trim-lines": {
4240 "version": "3.0.1",
4241 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
4242 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
4243 "license": "MIT",
4244 "funding": {
4245 "type": "github",
4246 "url": "https://github.com/sponsors/wooorm"
4247 }
4248 },
4249 "node_modules/trough": {
4250 "version": "2.2.0",
4251 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
4252 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
4253 "license": "MIT",
4254 "funding": {
4255 "type": "github",
4256 "url": "https://github.com/sponsors/wooorm"
4257 }
4258 },
4259 "node_modules/ts-dedent": {
4260 "version": "2.3.0",
4261 "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.3.0.tgz",
4262 "integrity": "sha512-JfJeIHke7y2egdGGgRAvpCwYFUsHlM2gPcrVOxFkznt/4uzQ7HFmvE63iFHVLBJNDuyDOQgijDK/tXH/f6Msjg==",
4263 "license": "MIT",
4264 "engines": {
4265 "node": ">=6.10"
4266 }
4267 },
4268 "node_modules/typescript": {
4269 "version": "6.0.3",
4270 "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
4271 "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
4272 "dev": true,
4273 "license": "Apache-2.0",
4274 "bin": {
4275 "tsc": "bin/tsc",
4276 "tsserver": "bin/tsserver"
4277 },
4278 "engines": {
4279 "node": ">=14.17"
4280 }
4281 },
4282 "node_modules/undici-types": {
4283 "version": "7.18.2",
4284 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
4285 "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
4286 "dev": true,
4287 "license": "MIT"
4288 },
4289 "node_modules/unified": {
4290 "version": "11.0.5",
4291 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
4292 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
4293 "license": "MIT",
4294 "dependencies": {
4295 "@types/unist": "^3.0.0",
4296 "bail": "^2.0.0",
4297 "devlop": "^1.0.0",
4298 "extend": "^3.0.0",
4299 "is-plain-obj": "^4.0.0",
4300 "trough": "^2.0.0",
4301 "vfile": "^6.0.0"
4302 },
4303 "funding": {
4304 "type": "opencollective",
4305 "url": "https://opencollective.com/unified"
4306 }
4307 },
4308 "node_modules/unist-util-find-after": {
4309 "version": "5.0.0",
4310 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
4311 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
4312 "license": "MIT",
4313 "dependencies": {
4314 "@types/unist": "^3.0.0",
4315 "unist-util-is": "^6.0.0"
4316 },
4317 "funding": {
4318 "type": "opencollective",
4319 "url": "https://opencollective.com/unified"
4320 }
4321 },
4322 "node_modules/unist-util-is": {
4323 "version": "6.0.1",
4324 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
4325 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
4326 "license": "MIT",
4327 "dependencies": {
4328 "@types/unist": "^3.0.0"
4329 },
4330 "funding": {
4331 "type": "opencollective",
4332 "url": "https://opencollective.com/unified"
4333 }
4334 },
4335 "node_modules/unist-util-position": {
4336 "version": "5.0.0",
4337 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
4338 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
4339 "license": "MIT",
4340 "dependencies": {
4341 "@types/unist": "^3.0.0"
4342 },
4343 "funding": {
4344 "type": "opencollective",
4345 "url": "https://opencollective.com/unified"
4346 }
4347 },
4348 "node_modules/unist-util-remove-position": {
4349 "version": "5.0.0",
4350 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz",
4351 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
4352 "license": "MIT",
4353 "dependencies": {
4354 "@types/unist": "^3.0.0",
4355 "unist-util-visit": "^5.0.0"
4356 },
4357 "funding": {
4358 "type": "opencollective",
4359 "url": "https://opencollective.com/unified"
4360 }
4361 },
4362 "node_modules/unist-util-stringify-position": {
4363 "version": "4.0.0",
4364 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
4365 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
4366 "license": "MIT",
4367 "dependencies": {
4368 "@types/unist": "^3.0.0"
4369 },
4370 "funding": {
4371 "type": "opencollective",
4372 "url": "https://opencollective.com/unified"
4373 }
4374 },
4375 "node_modules/unist-util-visit": {
4376 "version": "5.1.0",
4377 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
4378 "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
4379 "license": "MIT",
4380 "dependencies": {
4381 "@types/unist": "^3.0.0",
4382 "unist-util-is": "^6.0.0",
4383 "unist-util-visit-parents": "^6.0.0"
4384 },
4385 "funding": {
4386 "type": "opencollective",
4387 "url": "https://opencollective.com/unified"
4388 }
4389 },
4390 "node_modules/unist-util-visit-parents": {
4391 "version": "6.0.2",
4392 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
4393 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
4394 "license": "MIT",
4395 "dependencies": {
4396 "@types/unist": "^3.0.0",
4397 "unist-util-is": "^6.0.0"
4398 },
4399 "funding": {
4400 "type": "opencollective",
4401 "url": "https://opencollective.com/unified"
4402 }
4403 },
4404 "node_modules/uuid": {
4405 "version": "14.0.1",
4406 "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz",
4407 "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==",
4408 "funding": [
4409 "https://github.com/sponsors/broofa",
4410 "https://github.com/sponsors/ctavan"
4411 ],
4412 "license": "MIT",
4413 "bin": {
4414 "uuid": "dist-node/bin/uuid"
4415 }
4416 },
4417 "node_modules/vfile": {
4418 "version": "6.0.3",
4419 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
4420 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
4421 "license": "MIT",
4422 "dependencies": {
4423 "@types/unist": "^3.0.0",
4424 "vfile-message": "^4.0.0"
4425 },
4426 "funding": {
4427 "type": "opencollective",
4428 "url": "https://opencollective.com/unified"
4429 }
4430 },
4431 "node_modules/vfile-location": {
4432 "version": "5.0.3",
4433 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz",
4434 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
4435 "license": "MIT",
4436 "dependencies": {
4437 "@types/unist": "^3.0.0",
4438 "vfile": "^6.0.0"
4439 },
4440 "funding": {
4441 "type": "opencollective",
4442 "url": "https://opencollective.com/unified"
4443 }
4444 },
4445 "node_modules/vfile-message": {
4446 "version": "4.0.3",
4447 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
4448 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
4449 "license": "MIT",
4450 "dependencies": {
4451 "@types/unist": "^3.0.0",
4452 "unist-util-stringify-position": "^4.0.0"
4453 },
4454 "funding": {
4455 "type": "opencollective",
4456 "url": "https://opencollective.com/unified"
4457 }
4458 },
4459 "node_modules/vite": {
4460 "version": "8.2.1",
4461 "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.1.tgz",
4462 "integrity": "sha512-EU/eS7BH3XROHh2YnBefjM6DBKA6ZeMZEYQbj7NLWg5wHYlhB8B/Mayd5XsgWq+NFYccDOTemRpdETWR6Ka/lw==",
4463 "dev": true,
4464 "license": "MIT",
4465 "dependencies": {
4466 "lightningcss": "^1.33.0",
4467 "picomatch": "^4.0.5",
4468 "postcss": "^8.5.25",
4469 "rolldown": "~1.2.1",
4470 "tinyglobby": "^0.2.17"
4471 },
4472 "bin": {
4473 "vite": "bin/vite.js"
4474 },
4475 "engines": {
4476 "node": "^20.19.0 || >=22.12.0"
4477 },
4478 "funding": {
4479 "url": "https://github.com/vitejs/vite?sponsor=1"
4480 },
4481 "optionalDependencies": {
4482 "fsevents": "~2.3.3"
4483 },
4484 "peerDependencies": {
4485 "@types/node": "^20.19.0 || >=22.12.0",
4486 "@vitejs/devtools": "^0.4.0",
4487 "esbuild": "^0.27.0 || ^0.28.0",
4488 "jiti": ">=1.21.0",
4489 "less": "^4.0.0",
4490 "sass": "^1.70.0",
4491 "sass-embedded": "^1.70.0",
4492 "stylus": ">=0.54.8",
4493 "sugarss": "^5.0.0",
4494 "terser": "^5.16.0",
4495 "tsx": "^4.8.1",
4496 "yaml": "^2.4.2"
4497 },
4498 "peerDependenciesMeta": {
4499 "@types/node": {
4500 "optional": true
4501 },
4502 "@vitejs/devtools": {
4503 "optional": true
4504 },
4505 "esbuild": {
4506 "optional": true
4507 },
4508 "jiti": {
4509 "optional": true
4510 },
4511 "less": {
4512 "optional": true
4513 },
4514 "sass": {
4515 "optional": true
4516 },
4517 "sass-embedded": {
4518 "optional": true
4519 },
4520 "stylus": {
4521 "optional": true
4522 },
4523 "sugarss": {
4524 "optional": true
4525 },
4526 "terser": {
4527 "optional": true
4528 },
4529 "tsx": {
4530 "optional": true
4531 },
4532 "yaml": {
4533 "optional": true
4534 }
4535 }
4536 },
4537 "node_modules/w3c-keyname": {
4538 "version": "2.2.8",
4539 "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
4540 "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
4541 "license": "MIT"
4542 },
4543 "node_modules/web-namespaces": {
4544 "version": "2.0.1",
4545 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
4546 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
4547 "license": "MIT",
4548 "funding": {
4549 "type": "github",
4550 "url": "https://github.com/sponsors/wooorm"
4551 }
4552 },
4553 "node_modules/zwitch": {
4554 "version": "2.0.4",
4555 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
4556 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
4557 "license": "MIT",
4558 "funding": {
4559 "type": "github",
4560 "url": "https://github.com/sponsors/wooorm"
4561 }
4562 }
4563 }
4564}