AppView in a box as a Vite plugin thing
hatk.dev
1{
2 "name": "hatk",
3 "lockfileVersion": 3,
4 "requires": true,
5 "packages": {
6 "": {
7 "name": "hatk",
8 "workspaces": [
9 "packages/*",
10 "docs/site"
11 ],
12 "devDependencies": {
13 "@types/node": "^25.3.0",
14 "oxfmt": "^0.35.0",
15 "oxlint": "^1.50.0",
16 "typescript": "^5.9.3"
17 },
18 "engines": {
19 "node": ">=25.0.0"
20 }
21 },
22 "docs/site": {
23 "name": "@hatk/docs",
24 "dependencies": {
25 "vitepress": "^1.6.4",
26 "vue": "^3.5.13"
27 }
28 },
29 "node_modules/@algolia/abtesting": {
30 "version": "1.15.2",
31 "resolved": "https://registry.npmjs.org/@algolia/abtesting/-/abtesting-1.15.2.tgz",
32 "integrity": "sha512-rF7vRVE61E0QORw8e2NNdnttcl3jmFMWS9B4hhdga12COe+lMa26bQLfcBn/Nbp9/AF/8gXdaRCPsVns3CnjsA==",
33 "license": "MIT",
34 "dependencies": {
35 "@algolia/client-common": "5.49.2",
36 "@algolia/requester-browser-xhr": "5.49.2",
37 "@algolia/requester-fetch": "5.49.2",
38 "@algolia/requester-node-http": "5.49.2"
39 },
40 "engines": {
41 "node": ">= 14.0.0"
42 }
43 },
44 "node_modules/@algolia/autocomplete-core": {
45 "version": "1.17.7",
46 "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.17.7.tgz",
47 "integrity": "sha512-BjiPOW6ks90UKl7TwMv7oNQMnzU+t/wk9mgIDi6b1tXpUek7MW0lbNOUHpvam9pe3lVCf4xPFT+lK7s+e+fs7Q==",
48 "license": "MIT",
49 "dependencies": {
50 "@algolia/autocomplete-plugin-algolia-insights": "1.17.7",
51 "@algolia/autocomplete-shared": "1.17.7"
52 }
53 },
54 "node_modules/@algolia/autocomplete-plugin-algolia-insights": {
55 "version": "1.17.7",
56 "resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.17.7.tgz",
57 "integrity": "sha512-Jca5Ude6yUOuyzjnz57og7Et3aXjbwCSDf/8onLHSQgw1qW3ALl9mrMWaXb5FmPVkV3EtkD2F/+NkT6VHyPu9A==",
58 "license": "MIT",
59 "dependencies": {
60 "@algolia/autocomplete-shared": "1.17.7"
61 },
62 "peerDependencies": {
63 "search-insights": ">= 1 < 3"
64 }
65 },
66 "node_modules/@algolia/autocomplete-preset-algolia": {
67 "version": "1.17.7",
68 "resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.17.7.tgz",
69 "integrity": "sha512-ggOQ950+nwbWROq2MOCIL71RE0DdQZsceqrg32UqnhDz8FlO9rL8ONHNsI2R1MH0tkgVIDKI/D0sMiUchsFdWA==",
70 "license": "MIT",
71 "dependencies": {
72 "@algolia/autocomplete-shared": "1.17.7"
73 },
74 "peerDependencies": {
75 "@algolia/client-search": ">= 4.9.1 < 6",
76 "algoliasearch": ">= 4.9.1 < 6"
77 }
78 },
79 "node_modules/@algolia/autocomplete-shared": {
80 "version": "1.17.7",
81 "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.7.tgz",
82 "integrity": "sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==",
83 "license": "MIT",
84 "peerDependencies": {
85 "@algolia/client-search": ">= 4.9.1 < 6",
86 "algoliasearch": ">= 4.9.1 < 6"
87 }
88 },
89 "node_modules/@algolia/client-abtesting": {
90 "version": "5.49.2",
91 "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.49.2.tgz",
92 "integrity": "sha512-XyvKCm0RRmovMI/ChaAVjTwpZhXdbgt3iZofK914HeEHLqD1MUFFVLz7M0+Ou7F56UkHXwRbpHwb9xBDNopprQ==",
93 "license": "MIT",
94 "dependencies": {
95 "@algolia/client-common": "5.49.2",
96 "@algolia/requester-browser-xhr": "5.49.2",
97 "@algolia/requester-fetch": "5.49.2",
98 "@algolia/requester-node-http": "5.49.2"
99 },
100 "engines": {
101 "node": ">= 14.0.0"
102 }
103 },
104 "node_modules/@algolia/client-analytics": {
105 "version": "5.49.2",
106 "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.49.2.tgz",
107 "integrity": "sha512-jq/3qvtmj3NijZlhq7A1B0Cl41GfaBpjJxcwukGsYds6aMSCWrEAJ9pUqw/C9B3hAmILYKl7Ljz3N9SFvekD3Q==",
108 "license": "MIT",
109 "dependencies": {
110 "@algolia/client-common": "5.49.2",
111 "@algolia/requester-browser-xhr": "5.49.2",
112 "@algolia/requester-fetch": "5.49.2",
113 "@algolia/requester-node-http": "5.49.2"
114 },
115 "engines": {
116 "node": ">= 14.0.0"
117 }
118 },
119 "node_modules/@algolia/client-common": {
120 "version": "5.49.2",
121 "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.49.2.tgz",
122 "integrity": "sha512-bn0biLequn3epobCfjUqCxlIlurLr4RHu7RaE4trgN+RDcUq6HCVC3/yqq1hwbNYpVtulnTOJzcaxYlSr1fnuw==",
123 "license": "MIT",
124 "engines": {
125 "node": ">= 14.0.0"
126 }
127 },
128 "node_modules/@algolia/client-insights": {
129 "version": "5.49.2",
130 "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.49.2.tgz",
131 "integrity": "sha512-z14wfFs1T3eeYbCArC8pvntAWsPo9f6hnUGoj8IoRUJTwgJiiySECkm8bmmV47/x0oGHfsVn3kBdjMX0yq0sNA==",
132 "license": "MIT",
133 "dependencies": {
134 "@algolia/client-common": "5.49.2",
135 "@algolia/requester-browser-xhr": "5.49.2",
136 "@algolia/requester-fetch": "5.49.2",
137 "@algolia/requester-node-http": "5.49.2"
138 },
139 "engines": {
140 "node": ">= 14.0.0"
141 }
142 },
143 "node_modules/@algolia/client-personalization": {
144 "version": "5.49.2",
145 "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.49.2.tgz",
146 "integrity": "sha512-GpRf7yuuAX93+Qt0JGEJZwgtL0MFdjFO9n7dn8s2pA9mTjzl0Sc5+uTk1VPbIAuf7xhCP9Mve+URGb6J+EYxgA==",
147 "license": "MIT",
148 "dependencies": {
149 "@algolia/client-common": "5.49.2",
150 "@algolia/requester-browser-xhr": "5.49.2",
151 "@algolia/requester-fetch": "5.49.2",
152 "@algolia/requester-node-http": "5.49.2"
153 },
154 "engines": {
155 "node": ">= 14.0.0"
156 }
157 },
158 "node_modules/@algolia/client-query-suggestions": {
159 "version": "5.49.2",
160 "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.49.2.tgz",
161 "integrity": "sha512-HZwApmNkp0DiAjZcLYdQLddcG4Agb88OkojiAHGgcm5DVXobT5uSZ9lmyrbw/tmQBJwgu2CNw4zTyXoIB7YbPA==",
162 "license": "MIT",
163 "dependencies": {
164 "@algolia/client-common": "5.49.2",
165 "@algolia/requester-browser-xhr": "5.49.2",
166 "@algolia/requester-fetch": "5.49.2",
167 "@algolia/requester-node-http": "5.49.2"
168 },
169 "engines": {
170 "node": ">= 14.0.0"
171 }
172 },
173 "node_modules/@algolia/client-search": {
174 "version": "5.49.2",
175 "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.49.2.tgz",
176 "integrity": "sha512-y1IOpG6OSmTpGg/CT0YBb/EAhR2nsC18QWp9Jy8HO9iGySpcwaTvs5kHa17daP3BMTwWyaX9/1tDTDQshZzXdg==",
177 "license": "MIT",
178 "dependencies": {
179 "@algolia/client-common": "5.49.2",
180 "@algolia/requester-browser-xhr": "5.49.2",
181 "@algolia/requester-fetch": "5.49.2",
182 "@algolia/requester-node-http": "5.49.2"
183 },
184 "engines": {
185 "node": ">= 14.0.0"
186 }
187 },
188 "node_modules/@algolia/ingestion": {
189 "version": "1.49.2",
190 "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.49.2.tgz",
191 "integrity": "sha512-YYJRjaZ2bqk923HxE4um7j/Cm3/xoSkF2HC2ZweOF8cXL3sqnlndSUYmCaxHFjNPWLaSHk2IfssX6J/tdKTULw==",
192 "license": "MIT",
193 "dependencies": {
194 "@algolia/client-common": "5.49.2",
195 "@algolia/requester-browser-xhr": "5.49.2",
196 "@algolia/requester-fetch": "5.49.2",
197 "@algolia/requester-node-http": "5.49.2"
198 },
199 "engines": {
200 "node": ">= 14.0.0"
201 }
202 },
203 "node_modules/@algolia/monitoring": {
204 "version": "1.49.2",
205 "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.49.2.tgz",
206 "integrity": "sha512-9WgH+Dha39EQQyGKCHlGYnxW/7W19DIrEbCEbnzwAMpGAv1yTWCHMPXHxYa+LcL3eCp2V/5idD1zHNlIKmHRHg==",
207 "license": "MIT",
208 "dependencies": {
209 "@algolia/client-common": "5.49.2",
210 "@algolia/requester-browser-xhr": "5.49.2",
211 "@algolia/requester-fetch": "5.49.2",
212 "@algolia/requester-node-http": "5.49.2"
213 },
214 "engines": {
215 "node": ">= 14.0.0"
216 }
217 },
218 "node_modules/@algolia/recommend": {
219 "version": "5.49.2",
220 "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.49.2.tgz",
221 "integrity": "sha512-K7Gp5u+JtVYgaVpBxF5rGiM+Ia8SsMdcAJMTDV93rwh00DKNllC19o1g+PwrDjDvyXNrnTEbofzbTs2GLfFyKA==",
222 "license": "MIT",
223 "dependencies": {
224 "@algolia/client-common": "5.49.2",
225 "@algolia/requester-browser-xhr": "5.49.2",
226 "@algolia/requester-fetch": "5.49.2",
227 "@algolia/requester-node-http": "5.49.2"
228 },
229 "engines": {
230 "node": ">= 14.0.0"
231 }
232 },
233 "node_modules/@algolia/requester-browser-xhr": {
234 "version": "5.49.2",
235 "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.49.2.tgz",
236 "integrity": "sha512-3UhYCcWX6fbtN8ABcxZlhaQEwXFh3CsFtARyyadQShHMPe3mJV9Wel4FpJTa+seugRkbezFz0tt6aPTZSYTBuA==",
237 "license": "MIT",
238 "dependencies": {
239 "@algolia/client-common": "5.49.2"
240 },
241 "engines": {
242 "node": ">= 14.0.0"
243 }
244 },
245 "node_modules/@algolia/requester-fetch": {
246 "version": "5.49.2",
247 "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.49.2.tgz",
248 "integrity": "sha512-G94VKSGbsr+WjsDDOBe5QDQ82QYgxvpxRGJfCHZBnYKYsy/jv9qGIDb93biza+LJWizQBUtDj7bZzp3QZyzhPQ==",
249 "license": "MIT",
250 "dependencies": {
251 "@algolia/client-common": "5.49.2"
252 },
253 "engines": {
254 "node": ">= 14.0.0"
255 }
256 },
257 "node_modules/@algolia/requester-node-http": {
258 "version": "5.49.2",
259 "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.49.2.tgz",
260 "integrity": "sha512-UuihBGHafG/ENsrcTGAn5rsOffrCIRuHMOsD85fZGLEY92ate+BMTUqxz60dv5zerh8ZumN4bRm8eW2z9L11jA==",
261 "license": "MIT",
262 "dependencies": {
263 "@algolia/client-common": "5.49.2"
264 },
265 "engines": {
266 "node": ">= 14.0.0"
267 }
268 },
269 "node_modules/@babel/helper-string-parser": {
270 "version": "7.27.1",
271 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
272 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
273 "license": "MIT",
274 "engines": {
275 "node": ">=6.9.0"
276 }
277 },
278 "node_modules/@babel/helper-validator-identifier": {
279 "version": "7.28.5",
280 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
281 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
282 "license": "MIT",
283 "engines": {
284 "node": ">=6.9.0"
285 }
286 },
287 "node_modules/@babel/parser": {
288 "version": "7.29.0",
289 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
290 "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
291 "license": "MIT",
292 "dependencies": {
293 "@babel/types": "^7.29.0"
294 },
295 "bin": {
296 "parser": "bin/babel-parser.js"
297 },
298 "engines": {
299 "node": ">=6.0.0"
300 }
301 },
302 "node_modules/@babel/types": {
303 "version": "7.29.0",
304 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
305 "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
306 "license": "MIT",
307 "dependencies": {
308 "@babel/helper-string-parser": "^7.27.1",
309 "@babel/helper-validator-identifier": "^7.28.5"
310 },
311 "engines": {
312 "node": ">=6.9.0"
313 }
314 },
315 "node_modules/@bigmoves/lexicon": {
316 "version": "0.2.2",
317 "resolved": "https://registry.npmjs.org/@bigmoves/lexicon/-/lexicon-0.2.2.tgz",
318 "integrity": "sha512-2g6wR6xMvtAyYtkg6146eA0rkYvtYU0Ov6UfPDvyVt0rB8qkAsehUEO5rgNtVhzjuwuS2H9BIwx6bDZc943Qtg==",
319 "license": "MIT"
320 },
321 "node_modules/@docsearch/css": {
322 "version": "3.8.2",
323 "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.8.2.tgz",
324 "integrity": "sha512-y05ayQFyUmCXze79+56v/4HpycYF3uFqB78pLPrSV5ZKAlDuIAAJNhaRi8tTdRNXh05yxX/TyNnzD6LwSM89vQ==",
325 "license": "MIT"
326 },
327 "node_modules/@docsearch/js": {
328 "version": "3.8.2",
329 "resolved": "https://registry.npmjs.org/@docsearch/js/-/js-3.8.2.tgz",
330 "integrity": "sha512-Q5wY66qHn0SwA7Taa0aDbHiJvaFJLOJyHmooQ7y8hlwwQLQ/5WwCcoX0g7ii04Qi2DJlHsd0XXzJ8Ypw9+9YmQ==",
331 "license": "MIT",
332 "dependencies": {
333 "@docsearch/react": "3.8.2",
334 "preact": "^10.0.0"
335 }
336 },
337 "node_modules/@docsearch/js/node_modules/@docsearch/react": {
338 "version": "3.8.2",
339 "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.8.2.tgz",
340 "integrity": "sha512-xCRrJQlTt8N9GU0DG4ptwHRkfnSnD/YpdeaXe02iKfqs97TkZJv60yE+1eq/tjPcVnTW8dP5qLP7itifFVV5eg==",
341 "license": "MIT",
342 "dependencies": {
343 "@algolia/autocomplete-core": "1.17.7",
344 "@algolia/autocomplete-preset-algolia": "1.17.7",
345 "@docsearch/css": "3.8.2",
346 "algoliasearch": "^5.14.2"
347 },
348 "peerDependencies": {
349 "@types/react": ">= 16.8.0 < 19.0.0",
350 "react": ">= 16.8.0 < 19.0.0",
351 "react-dom": ">= 16.8.0 < 19.0.0",
352 "search-insights": ">= 1 < 3"
353 },
354 "peerDependenciesMeta": {
355 "@types/react": {
356 "optional": true
357 },
358 "react": {
359 "optional": true
360 },
361 "react-dom": {
362 "optional": true
363 },
364 "search-insights": {
365 "optional": true
366 }
367 }
368 },
369 "node_modules/@duckdb/node-api": {
370 "version": "1.4.4-r.3",
371 "resolved": "https://registry.npmjs.org/@duckdb/node-api/-/node-api-1.4.4-r.3.tgz",
372 "integrity": "sha512-zsTihV7WTGp+n6nI0rNY+cNamKiN9lj0YTS4jrjBMd5ESJpDIJNJOB3o0xBbBghalgGu6PZfZOIcNofUbUHAYg==",
373 "license": "MIT",
374 "dependencies": {
375 "@duckdb/node-bindings": "1.4.4-r.3"
376 }
377 },
378 "node_modules/@duckdb/node-bindings": {
379 "version": "1.4.4-r.3",
380 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings/-/node-bindings-1.4.4-r.3.tgz",
381 "integrity": "sha512-ucvhCF3IK60BzxTFwYTjyQao9zavEwXJ1JdGk70UEXa85JQlos3pJslEG3lIczhdtSPu0aum+hv67aBmpH21cw==",
382 "license": "MIT",
383 "optionalDependencies": {
384 "@duckdb/node-bindings-darwin-arm64": "1.4.4-r.3",
385 "@duckdb/node-bindings-darwin-x64": "1.4.4-r.3",
386 "@duckdb/node-bindings-linux-arm64": "1.4.4-r.3",
387 "@duckdb/node-bindings-linux-x64": "1.4.4-r.3",
388 "@duckdb/node-bindings-win32-arm64": "1.4.4-r.3",
389 "@duckdb/node-bindings-win32-x64": "1.4.4-r.3"
390 }
391 },
392 "node_modules/@duckdb/node-bindings-darwin-arm64": {
393 "version": "1.4.4-r.3",
394 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-darwin-arm64/-/node-bindings-darwin-arm64-1.4.4-r.3.tgz",
395 "integrity": "sha512-8tfUVcbkNhpCezUNFlrMOwNZL8p1XfE9jxhjlPine1zKM9mNNtKW1pwLXId6MZ/BDMpVfQmlxnu97NYtPmpgRw==",
396 "cpu": [
397 "arm64"
398 ],
399 "license": "MIT",
400 "optional": true,
401 "os": [
402 "darwin"
403 ]
404 },
405 "node_modules/@duckdb/node-bindings-darwin-x64": {
406 "version": "1.4.4-r.3",
407 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-darwin-x64/-/node-bindings-darwin-x64-1.4.4-r.3.tgz",
408 "integrity": "sha512-7pqSajMX/qb2vRnCMxOaM/cNkUX4kzHKAfdfQT+7dglvuIND2xy8+7EQ4+wHzk+gkPJsWUHZF0l0n6X6tyKFEA==",
409 "cpu": [
410 "x64"
411 ],
412 "license": "MIT",
413 "optional": true,
414 "os": [
415 "darwin"
416 ]
417 },
418 "node_modules/@duckdb/node-bindings-linux-arm64": {
419 "version": "1.4.4-r.3",
420 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-linux-arm64/-/node-bindings-linux-arm64-1.4.4-r.3.tgz",
421 "integrity": "sha512-qF2/WhB+i+8is60RrpTY/5ZnywIUayuBiVXSuQ4rrRn1m1gvfKqPvjySbiDjYgQo/6OXu/fax0KC1gXnNWoLEA==",
422 "cpu": [
423 "arm64"
424 ],
425 "license": "MIT",
426 "optional": true,
427 "os": [
428 "linux"
429 ]
430 },
431 "node_modules/@duckdb/node-bindings-linux-x64": {
432 "version": "1.4.4-r.3",
433 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-linux-x64/-/node-bindings-linux-x64-1.4.4-r.3.tgz",
434 "integrity": "sha512-Z59zpUIcZilHBmcZpmwfFwi6/OAnKlVQCE9/NGgZCFSqYeb+3ij5HQy26hp10GIiv3HxUQGId8HVs92x2jvckQ==",
435 "cpu": [
436 "x64"
437 ],
438 "license": "MIT",
439 "optional": true,
440 "os": [
441 "linux"
442 ]
443 },
444 "node_modules/@duckdb/node-bindings-win32-arm64": {
445 "version": "1.4.4-r.3",
446 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-win32-arm64/-/node-bindings-win32-arm64-1.4.4-r.3.tgz",
447 "integrity": "sha512-ejjMqDm2UbGIKq+4wBE27cqcZjxBzLnc1dniEE/xs9CVs4iYsiFP1BJLDAh4188P9pqgN9+VR3O69QfoZQ8rqQ==",
448 "cpu": [
449 "arm64"
450 ],
451 "license": "MIT",
452 "optional": true,
453 "os": [
454 "win32"
455 ]
456 },
457 "node_modules/@duckdb/node-bindings-win32-x64": {
458 "version": "1.4.4-r.3",
459 "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-win32-x64/-/node-bindings-win32-x64-1.4.4-r.3.tgz",
460 "integrity": "sha512-5CzkI3jPkwALPYS66/vj/3wgsICxALkqRdOEJc8wHqPPlpM/Ez7jFAovI7+S8JrTaxUANkiIAcCtYYAJPElbRQ==",
461 "cpu": [
462 "x64"
463 ],
464 "license": "MIT",
465 "optional": true,
466 "os": [
467 "win32"
468 ]
469 },
470 "node_modules/@emnapi/core": {
471 "version": "1.9.0",
472 "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.0.tgz",
473 "integrity": "sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==",
474 "dev": true,
475 "license": "MIT",
476 "optional": true,
477 "dependencies": {
478 "@emnapi/wasi-threads": "1.2.0",
479 "tslib": "^2.4.0"
480 }
481 },
482 "node_modules/@emnapi/runtime": {
483 "version": "1.8.1",
484 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
485 "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
486 "dev": true,
487 "license": "MIT",
488 "optional": true,
489 "dependencies": {
490 "tslib": "^2.4.0"
491 }
492 },
493 "node_modules/@emnapi/wasi-threads": {
494 "version": "1.2.0",
495 "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz",
496 "integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==",
497 "dev": true,
498 "license": "MIT",
499 "optional": true,
500 "dependencies": {
501 "tslib": "^2.4.0"
502 }
503 },
504 "node_modules/@hatk/docs": {
505 "resolved": "docs/site",
506 "link": true
507 },
508 "node_modules/@hatk/hatk": {
509 "resolved": "packages/hatk",
510 "link": true
511 },
512 "node_modules/@hatk/oauth-client": {
513 "resolved": "packages/oauth-client",
514 "link": true
515 },
516 "node_modules/@iconify-json/simple-icons": {
517 "version": "1.2.74",
518 "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.74.tgz",
519 "integrity": "sha512-yqaohfY6jnYjTVpuTkaBQHrWbdUrQyWXhau0r/0EZiNWYXPX/P8WWwl1DoLH5CbvDjjcWQw5J0zADhgCUklOqA==",
520 "license": "CC0-1.0",
521 "dependencies": {
522 "@iconify/types": "*"
523 }
524 },
525 "node_modules/@iconify/types": {
526 "version": "2.0.0",
527 "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
528 "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
529 "license": "MIT"
530 },
531 "node_modules/@jridgewell/sourcemap-codec": {
532 "version": "1.5.5",
533 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
534 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
535 "license": "MIT"
536 },
537 "node_modules/@napi-rs/wasm-runtime": {
538 "version": "1.1.1",
539 "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz",
540 "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==",
541 "dev": true,
542 "license": "MIT",
543 "optional": true,
544 "dependencies": {
545 "@emnapi/core": "^1.7.1",
546 "@emnapi/runtime": "^1.7.1",
547 "@tybys/wasm-util": "^0.10.1"
548 },
549 "funding": {
550 "type": "github",
551 "url": "https://github.com/sponsors/Brooooooklyn"
552 }
553 },
554 "node_modules/@oxc-project/runtime": {
555 "version": "0.115.0",
556 "resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.115.0.tgz",
557 "integrity": "sha512-Rg8Wlt5dCbXhQnsXPrkOjL1DTSvXLgb2R/KYfnf1/K+R0k6UMLEmbQXPM+kwrWqSmWA2t0B1EtHy2/3zikQpvQ==",
558 "dev": true,
559 "license": "MIT",
560 "engines": {
561 "node": "^20.19.0 || >=22.12.0"
562 }
563 },
564 "node_modules/@oxc-project/types": {
565 "version": "0.115.0",
566 "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.115.0.tgz",
567 "integrity": "sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==",
568 "dev": true,
569 "license": "MIT",
570 "funding": {
571 "url": "https://github.com/sponsors/Boshen"
572 }
573 },
574 "node_modules/@oxfmt/binding-android-arm-eabi": {
575 "version": "0.35.0",
576 "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.35.0.tgz",
577 "integrity": "sha512-BaRKlM3DyG81y/xWTsE6gZiv89F/3pHe2BqX2H4JbiB8HNVlWWtplzgATAE5IDSdwChdeuWLDTQzJ92Lglw3ZA==",
578 "cpu": [
579 "arm"
580 ],
581 "dev": true,
582 "license": "MIT",
583 "optional": true,
584 "os": [
585 "android"
586 ],
587 "engines": {
588 "node": "^20.19.0 || >=22.12.0"
589 }
590 },
591 "node_modules/@oxfmt/binding-android-arm64": {
592 "version": "0.35.0",
593 "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.35.0.tgz",
594 "integrity": "sha512-/O+EbuAJYs6nde/anv+aID6uHsGQApyE9JtYBo/79KyU8e6RBN3DMbT0ix97y1SOnCglurmL2iZ+hlohjP2PnQ==",
595 "cpu": [
596 "arm64"
597 ],
598 "dev": true,
599 "license": "MIT",
600 "optional": true,
601 "os": [
602 "android"
603 ],
604 "engines": {
605 "node": "^20.19.0 || >=22.12.0"
606 }
607 },
608 "node_modules/@oxfmt/binding-darwin-arm64": {
609 "version": "0.35.0",
610 "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.35.0.tgz",
611 "integrity": "sha512-pGqRtqlNdn9d4VrmGUWVyQjkw79ryhI6je9y2jfqNUIZCfqceob+R97YYAoG7C5TFyt8ILdLVoN+L2vw/hSFyA==",
612 "cpu": [
613 "arm64"
614 ],
615 "dev": true,
616 "license": "MIT",
617 "optional": true,
618 "os": [
619 "darwin"
620 ],
621 "engines": {
622 "node": "^20.19.0 || >=22.12.0"
623 }
624 },
625 "node_modules/@oxfmt/binding-darwin-x64": {
626 "version": "0.35.0",
627 "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.35.0.tgz",
628 "integrity": "sha512-8GmsDcSozTPjrCJeGpp+sCmS9+9V5yRrdEZ1p/sTWxPG5nYeAfSLuS0nuEYjXSO+CtdSbStIW6dxa+4NM58yRw==",
629 "cpu": [
630 "x64"
631 ],
632 "dev": true,
633 "license": "MIT",
634 "optional": true,
635 "os": [
636 "darwin"
637 ],
638 "engines": {
639 "node": "^20.19.0 || >=22.12.0"
640 }
641 },
642 "node_modules/@oxfmt/binding-freebsd-x64": {
643 "version": "0.35.0",
644 "resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.35.0.tgz",
645 "integrity": "sha512-QyfKfTe0ytHpFKHAcHCGQEzN45QSqq1AHJOYYxQMgLM3KY4xu8OsXHpCnINjDsV4XGnQzczJDU9e04Zmd8XqIQ==",
646 "cpu": [
647 "x64"
648 ],
649 "dev": true,
650 "license": "MIT",
651 "optional": true,
652 "os": [
653 "freebsd"
654 ],
655 "engines": {
656 "node": "^20.19.0 || >=22.12.0"
657 }
658 },
659 "node_modules/@oxfmt/binding-linux-arm-gnueabihf": {
660 "version": "0.35.0",
661 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.35.0.tgz",
662 "integrity": "sha512-u+kv3JD6P3J38oOyUaiCqgY5TNESzBRZJ5lyZQ6c2czUW2v5SIN9E/KWWa9vxoc+P8AFXQFUVrdzGy1tK+nbPQ==",
663 "cpu": [
664 "arm"
665 ],
666 "dev": true,
667 "license": "MIT",
668 "optional": true,
669 "os": [
670 "linux"
671 ],
672 "engines": {
673 "node": "^20.19.0 || >=22.12.0"
674 }
675 },
676 "node_modules/@oxfmt/binding-linux-arm-musleabihf": {
677 "version": "0.35.0",
678 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.35.0.tgz",
679 "integrity": "sha512-1NiZroCiV57I7Pf8kOH4XGR366kW5zir3VfSMBU2D0V14GpYjiYmPYFAoJboZvp8ACnZKUReWyMkNKSa5ad58A==",
680 "cpu": [
681 "arm"
682 ],
683 "dev": true,
684 "license": "MIT",
685 "optional": true,
686 "os": [
687 "linux"
688 ],
689 "engines": {
690 "node": "^20.19.0 || >=22.12.0"
691 }
692 },
693 "node_modules/@oxfmt/binding-linux-arm64-gnu": {
694 "version": "0.35.0",
695 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.35.0.tgz",
696 "integrity": "sha512-7Q0Xeg7ZnW2nxnZ4R7aF6DEbCFls4skgHZg+I63XitpNvJCbVIU8MFOTZlvZGRsY9+rPgWPQGeUpLHlyx0wvMA==",
697 "cpu": [
698 "arm64"
699 ],
700 "dev": true,
701 "license": "MIT",
702 "optional": true,
703 "os": [
704 "linux"
705 ],
706 "engines": {
707 "node": "^20.19.0 || >=22.12.0"
708 }
709 },
710 "node_modules/@oxfmt/binding-linux-arm64-musl": {
711 "version": "0.35.0",
712 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.35.0.tgz",
713 "integrity": "sha512-5Okqi+uhYFxwKz8hcnUftNNwdm8BCkf6GSCbcz9xJxYMm87k1E4p7PEmAAbhLTk7cjSdDre6TDL0pDzNX+Y22Q==",
714 "cpu": [
715 "arm64"
716 ],
717 "dev": true,
718 "license": "MIT",
719 "optional": true,
720 "os": [
721 "linux"
722 ],
723 "engines": {
724 "node": "^20.19.0 || >=22.12.0"
725 }
726 },
727 "node_modules/@oxfmt/binding-linux-ppc64-gnu": {
728 "version": "0.35.0",
729 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.35.0.tgz",
730 "integrity": "sha512-9k66pbZQXM/lBJWys3Xbc5yhl4JexyfqkEf/tvtq8976VIJnLAAL3M127xHA3ifYSqxdVHfVGTg84eiBHCGcNw==",
731 "cpu": [
732 "ppc64"
733 ],
734 "dev": true,
735 "license": "MIT",
736 "optional": true,
737 "os": [
738 "linux"
739 ],
740 "engines": {
741 "node": "^20.19.0 || >=22.12.0"
742 }
743 },
744 "node_modules/@oxfmt/binding-linux-riscv64-gnu": {
745 "version": "0.35.0",
746 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.35.0.tgz",
747 "integrity": "sha512-aUcY9ofKPtjO52idT6t0SAQvEF6ctjzUQa1lLp7GDsRpSBvuTrBQGeq0rYKz3gN8dMIQ7mtMdGD9tT4LhR8jAQ==",
748 "cpu": [
749 "riscv64"
750 ],
751 "dev": true,
752 "license": "MIT",
753 "optional": true,
754 "os": [
755 "linux"
756 ],
757 "engines": {
758 "node": "^20.19.0 || >=22.12.0"
759 }
760 },
761 "node_modules/@oxfmt/binding-linux-riscv64-musl": {
762 "version": "0.35.0",
763 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.35.0.tgz",
764 "integrity": "sha512-C6yhY5Hvc2sGM+mCPek9ZLe5xRUOC/BvhAt2qIWFAeXMn4il04EYIjl3DsWiJr0xDMTJhvMOmD55xTRPlNp39w==",
765 "cpu": [
766 "riscv64"
767 ],
768 "dev": true,
769 "license": "MIT",
770 "optional": true,
771 "os": [
772 "linux"
773 ],
774 "engines": {
775 "node": "^20.19.0 || >=22.12.0"
776 }
777 },
778 "node_modules/@oxfmt/binding-linux-s390x-gnu": {
779 "version": "0.35.0",
780 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.35.0.tgz",
781 "integrity": "sha512-RG2hlvOMK4OMZpO3mt8MpxLQ0AAezlFqhn5mI/g5YrVbPFyoCv9a34AAvbSJS501ocOxlFIRcKEuw5hFvddf9g==",
782 "cpu": [
783 "s390x"
784 ],
785 "dev": true,
786 "license": "MIT",
787 "optional": true,
788 "os": [
789 "linux"
790 ],
791 "engines": {
792 "node": "^20.19.0 || >=22.12.0"
793 }
794 },
795 "node_modules/@oxfmt/binding-linux-x64-gnu": {
796 "version": "0.35.0",
797 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.35.0.tgz",
798 "integrity": "sha512-wzmh90Pwvqj9xOKHJjkQYBpydRkaXG77ZvDz+iFDRRQpnqIEqGm5gmim2s6vnZIkDGsvKCuTdtxm0GFmBjM1+w==",
799 "cpu": [
800 "x64"
801 ],
802 "dev": true,
803 "license": "MIT",
804 "optional": true,
805 "os": [
806 "linux"
807 ],
808 "engines": {
809 "node": "^20.19.0 || >=22.12.0"
810 }
811 },
812 "node_modules/@oxfmt/binding-linux-x64-musl": {
813 "version": "0.35.0",
814 "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.35.0.tgz",
815 "integrity": "sha512-+HCqYCJPCUy5I+b2cf+gUVaApfgtoQT3HdnSg/l7NIcLHOhKstlYaGyrFZLmUpQt4WkFbpGKZZayG6zjRU0KFA==",
816 "cpu": [
817 "x64"
818 ],
819 "dev": true,
820 "license": "MIT",
821 "optional": true,
822 "os": [
823 "linux"
824 ],
825 "engines": {
826 "node": "^20.19.0 || >=22.12.0"
827 }
828 },
829 "node_modules/@oxfmt/binding-openharmony-arm64": {
830 "version": "0.35.0",
831 "resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.35.0.tgz",
832 "integrity": "sha512-kFYmWfR9YL78XyO5ws+1dsxNvZoD973qfVMNFOS4e9bcHXGF7DvGC2tY5UDFwyMCeB33t3sDIuGONKggnVNSJA==",
833 "cpu": [
834 "arm64"
835 ],
836 "dev": true,
837 "license": "MIT",
838 "optional": true,
839 "os": [
840 "openharmony"
841 ],
842 "engines": {
843 "node": "^20.19.0 || >=22.12.0"
844 }
845 },
846 "node_modules/@oxfmt/binding-win32-arm64-msvc": {
847 "version": "0.35.0",
848 "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.35.0.tgz",
849 "integrity": "sha512-uD/NGdM65eKNCDGyTGdO8e9n3IHX+wwuorBvEYrPJXhDXL9qz6gzddmXH8EN04ejUXUujlq4FsoSeCfbg0Y+Jg==",
850 "cpu": [
851 "arm64"
852 ],
853 "dev": true,
854 "license": "MIT",
855 "optional": true,
856 "os": [
857 "win32"
858 ],
859 "engines": {
860 "node": "^20.19.0 || >=22.12.0"
861 }
862 },
863 "node_modules/@oxfmt/binding-win32-ia32-msvc": {
864 "version": "0.35.0",
865 "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.35.0.tgz",
866 "integrity": "sha512-oSRD2k8J2uxYDEKR2nAE/YTY9PobOEnhZgCmspHu0+yBQ665yH8lFErQVSTE7fcGJmJp/cC6322/gc8VFuQf7g==",
867 "cpu": [
868 "ia32"
869 ],
870 "dev": true,
871 "license": "MIT",
872 "optional": true,
873 "os": [
874 "win32"
875 ],
876 "engines": {
877 "node": "^20.19.0 || >=22.12.0"
878 }
879 },
880 "node_modules/@oxfmt/binding-win32-x64-msvc": {
881 "version": "0.35.0",
882 "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.35.0.tgz",
883 "integrity": "sha512-WCDJjlS95NboR0ugI2BEwzt1tYvRDorDRM9Lvctls1SLyKYuNRCyrPwp1urUPFBnwgBNn9p2/gnmo7gFMySRoQ==",
884 "cpu": [
885 "x64"
886 ],
887 "dev": true,
888 "license": "MIT",
889 "optional": true,
890 "os": [
891 "win32"
892 ],
893 "engines": {
894 "node": "^20.19.0 || >=22.12.0"
895 }
896 },
897 "node_modules/@oxlint/binding-android-arm-eabi": {
898 "version": "1.52.0",
899 "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.52.0.tgz",
900 "integrity": "sha512-fW2pmR1VzFEdcvOYeSiv+R7CqffOjr9Bv5QmZaHuHJ4ZCqouaF6o48N/hJ3H1n9Zd8PCMFgJkeqUvUsVce01mw==",
901 "cpu": [
902 "arm"
903 ],
904 "dev": true,
905 "license": "MIT",
906 "optional": true,
907 "os": [
908 "android"
909 ],
910 "engines": {
911 "node": "^20.19.0 || >=22.12.0"
912 }
913 },
914 "node_modules/@oxlint/binding-android-arm64": {
915 "version": "1.52.0",
916 "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.52.0.tgz",
917 "integrity": "sha512-ptuJljIB+klNi8//qxXyGD51NLJXY9lv40Olc7l3/pEyjejWwXGvGMO0GM6f0JsjmbnDL+VkX7RVQNhByaX8WA==",
918 "cpu": [
919 "arm64"
920 ],
921 "dev": true,
922 "license": "MIT",
923 "optional": true,
924 "os": [
925 "android"
926 ],
927 "engines": {
928 "node": "^20.19.0 || >=22.12.0"
929 }
930 },
931 "node_modules/@oxlint/binding-darwin-arm64": {
932 "version": "1.52.0",
933 "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.52.0.tgz",
934 "integrity": "sha512-5d079Uw43BHVZzOwm3uJI2PgSbsZJTpfHDq2jMOR6rRjGiEBlgasaEvAA26VBqpkO1++/59ZCKLBnEpkro3zIg==",
935 "cpu": [
936 "arm64"
937 ],
938 "dev": true,
939 "license": "MIT",
940 "optional": true,
941 "os": [
942 "darwin"
943 ],
944 "engines": {
945 "node": "^20.19.0 || >=22.12.0"
946 }
947 },
948 "node_modules/@oxlint/binding-darwin-x64": {
949 "version": "1.52.0",
950 "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.52.0.tgz",
951 "integrity": "sha512-vRTjnhPEHAyfUhO9w6GM1VkxeVXFcDs+huyB5YNMw+Py+6PRYDFFrrOEr0rZYcoGtSH25ScozZV8I1UXrzaDjQ==",
952 "cpu": [
953 "x64"
954 ],
955 "dev": true,
956 "license": "MIT",
957 "optional": true,
958 "os": [
959 "darwin"
960 ],
961 "engines": {
962 "node": "^20.19.0 || >=22.12.0"
963 }
964 },
965 "node_modules/@oxlint/binding-freebsd-x64": {
966 "version": "1.52.0",
967 "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.52.0.tgz",
968 "integrity": "sha512-vFthhhciRAliAjoKMsvi7UkkQp/EtMNhmCRYBuKsNiTH0k4H3SFfbuWWr80Q7+uTXijfBP91KO/EeF48RggC7A==",
969 "cpu": [
970 "x64"
971 ],
972 "dev": true,
973 "license": "MIT",
974 "optional": true,
975 "os": [
976 "freebsd"
977 ],
978 "engines": {
979 "node": "^20.19.0 || >=22.12.0"
980 }
981 },
982 "node_modules/@oxlint/binding-linux-arm-gnueabihf": {
983 "version": "1.52.0",
984 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.52.0.tgz",
985 "integrity": "sha512-qX3K4mKbju54ojUa8nigVxxZAUDBGu5MGzpoXvWmiw+7hafoQKaLAoTm94EqRlv9v27p864GQBgc4g3qYtMXXA==",
986 "cpu": [
987 "arm"
988 ],
989 "dev": true,
990 "license": "MIT",
991 "optional": true,
992 "os": [
993 "linux"
994 ],
995 "engines": {
996 "node": "^20.19.0 || >=22.12.0"
997 }
998 },
999 "node_modules/@oxlint/binding-linux-arm-musleabihf": {
1000 "version": "1.52.0",
1001 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.52.0.tgz",
1002 "integrity": "sha512-x5D5/EUS9U4kndPncLB6mDfCsv7i8XcRLu0DZyTngXvyqapc96WwmyyOG2j8Dt26aE8Ykgh6AhsHp9bQtoBUAw==",
1003 "cpu": [
1004 "arm"
1005 ],
1006 "dev": true,
1007 "license": "MIT",
1008 "optional": true,
1009 "os": [
1010 "linux"
1011 ],
1012 "engines": {
1013 "node": "^20.19.0 || >=22.12.0"
1014 }
1015 },
1016 "node_modules/@oxlint/binding-linux-arm64-gnu": {
1017 "version": "1.52.0",
1018 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.52.0.tgz",
1019 "integrity": "sha512-2Ep1tnGLuGG7lUkKG/nilIJ0/T2rebEcATxMJ7afuhD6Z2Sc9dDcpX00IngAMyR9l6hXrvaOw9YA5HUAJVSENg==",
1020 "cpu": [
1021 "arm64"
1022 ],
1023 "dev": true,
1024 "license": "MIT",
1025 "optional": true,
1026 "os": [
1027 "linux"
1028 ],
1029 "engines": {
1030 "node": "^20.19.0 || >=22.12.0"
1031 }
1032 },
1033 "node_modules/@oxlint/binding-linux-arm64-musl": {
1034 "version": "1.52.0",
1035 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.52.0.tgz",
1036 "integrity": "sha512-54wxvb1Pztz0GMgTLUG9HsH8uhZSL4UbG7n4PDxWIRT9TygTVYKfD6D7iasYdKg6ZpWB5Y86VMxgjSJpR/Y7bQ==",
1037 "cpu": [
1038 "arm64"
1039 ],
1040 "dev": true,
1041 "license": "MIT",
1042 "optional": true,
1043 "os": [
1044 "linux"
1045 ],
1046 "engines": {
1047 "node": "^20.19.0 || >=22.12.0"
1048 }
1049 },
1050 "node_modules/@oxlint/binding-linux-ppc64-gnu": {
1051 "version": "1.52.0",
1052 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.52.0.tgz",
1053 "integrity": "sha512-A82Zks1lJyLclrj8n2tJPHOw2ieZXCaBctnCarS1BRlPQMC1Y98vWCLqgvg9ssWy5ZAja0IjUHN1cYsp53mrqA==",
1054 "cpu": [
1055 "ppc64"
1056 ],
1057 "dev": true,
1058 "license": "MIT",
1059 "optional": true,
1060 "os": [
1061 "linux"
1062 ],
1063 "engines": {
1064 "node": "^20.19.0 || >=22.12.0"
1065 }
1066 },
1067 "node_modules/@oxlint/binding-linux-riscv64-gnu": {
1068 "version": "1.52.0",
1069 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.52.0.tgz",
1070 "integrity": "sha512-ci89Ou+u9vnA0r4eQqGm/KPEkpea+QEtZCLKkrOAD/K5ZBwjS8ToID6aMgsDbIOJUNBGufsmX0iCC7EWrNKQFA==",
1071 "cpu": [
1072 "riscv64"
1073 ],
1074 "dev": true,
1075 "license": "MIT",
1076 "optional": true,
1077 "os": [
1078 "linux"
1079 ],
1080 "engines": {
1081 "node": "^20.19.0 || >=22.12.0"
1082 }
1083 },
1084 "node_modules/@oxlint/binding-linux-riscv64-musl": {
1085 "version": "1.52.0",
1086 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.52.0.tgz",
1087 "integrity": "sha512-3/+DVDWajFSu69TaYnKkoUgMEcHR3puO8TcBu3fPCKRhbLjgwDiYIVRdvQX0QaSjkNPJARmpYq7vlPHWNo2cUA==",
1088 "cpu": [
1089 "riscv64"
1090 ],
1091 "dev": true,
1092 "license": "MIT",
1093 "optional": true,
1094 "os": [
1095 "linux"
1096 ],
1097 "engines": {
1098 "node": "^20.19.0 || >=22.12.0"
1099 }
1100 },
1101 "node_modules/@oxlint/binding-linux-s390x-gnu": {
1102 "version": "1.52.0",
1103 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.52.0.tgz",
1104 "integrity": "sha512-BU7CbceOh00NDmY1IYr72qZoj4sJVHB9DCL2tIq2vyNllNJIpZWTxqlzdqmC4FViXWMy8kZNkOa+SdauH+EcoQ==",
1105 "cpu": [
1106 "s390x"
1107 ],
1108 "dev": true,
1109 "license": "MIT",
1110 "optional": true,
1111 "os": [
1112 "linux"
1113 ],
1114 "engines": {
1115 "node": "^20.19.0 || >=22.12.0"
1116 }
1117 },
1118 "node_modules/@oxlint/binding-linux-x64-gnu": {
1119 "version": "1.52.0",
1120 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.52.0.tgz",
1121 "integrity": "sha512-JUVZ6TKYl1yArS3xGsNLQlZxgVpjNKtZFja6VxSTDy2ToN7H58PiDRcxWoN2XoIcWlHSvK7pkIPFNOyzdEJ23A==",
1122 "cpu": [
1123 "x64"
1124 ],
1125 "dev": true,
1126 "license": "MIT",
1127 "optional": true,
1128 "os": [
1129 "linux"
1130 ],
1131 "engines": {
1132 "node": "^20.19.0 || >=22.12.0"
1133 }
1134 },
1135 "node_modules/@oxlint/binding-linux-x64-musl": {
1136 "version": "1.52.0",
1137 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.52.0.tgz",
1138 "integrity": "sha512-IatLKG6UUbIbTBjBZ9SIAYp4SIvOpYIXPXn9cMLqWxh9HrHsu0fLNL+VQ67y4vdlIleYLeuIHkAp3M6saIN1RQ==",
1139 "cpu": [
1140 "x64"
1141 ],
1142 "dev": true,
1143 "license": "MIT",
1144 "optional": true,
1145 "os": [
1146 "linux"
1147 ],
1148 "engines": {
1149 "node": "^20.19.0 || >=22.12.0"
1150 }
1151 },
1152 "node_modules/@oxlint/binding-openharmony-arm64": {
1153 "version": "1.52.0",
1154 "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.52.0.tgz",
1155 "integrity": "sha512-CWgJ6FepHryuc/lgQWStFf3lcvEkbFLSa9zqO0D0QLVfrdg43I4XItKpL/bnfm4n7obzwgG8j8sBggdoxJQKfw==",
1156 "cpu": [
1157 "arm64"
1158 ],
1159 "dev": true,
1160 "license": "MIT",
1161 "optional": true,
1162 "os": [
1163 "openharmony"
1164 ],
1165 "engines": {
1166 "node": "^20.19.0 || >=22.12.0"
1167 }
1168 },
1169 "node_modules/@oxlint/binding-win32-arm64-msvc": {
1170 "version": "1.52.0",
1171 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.52.0.tgz",
1172 "integrity": "sha512-EuNAbPpctu8jYMZnvYh53Xw3YVY2nIi9bQlyMjY0eKiJxDv8ikHrAfcVcwTQW9xa5tp0eiMkmW7iHPP5CYUC9Q==",
1173 "cpu": [
1174 "arm64"
1175 ],
1176 "dev": true,
1177 "license": "MIT",
1178 "optional": true,
1179 "os": [
1180 "win32"
1181 ],
1182 "engines": {
1183 "node": "^20.19.0 || >=22.12.0"
1184 }
1185 },
1186 "node_modules/@oxlint/binding-win32-ia32-msvc": {
1187 "version": "1.52.0",
1188 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.52.0.tgz",
1189 "integrity": "sha512-wu3fquQttzSXwyy8DfdOG3Kyb17yAbRhwPlly7NHSXkrffAEAmZ6+o38tCNgsReGLugbn/wbq4uS4nEQubCq+A==",
1190 "cpu": [
1191 "ia32"
1192 ],
1193 "dev": true,
1194 "license": "MIT",
1195 "optional": true,
1196 "os": [
1197 "win32"
1198 ],
1199 "engines": {
1200 "node": "^20.19.0 || >=22.12.0"
1201 }
1202 },
1203 "node_modules/@oxlint/binding-win32-x64-msvc": {
1204 "version": "1.52.0",
1205 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.52.0.tgz",
1206 "integrity": "sha512-wikx9I9J9/lPOZlrCCNgm8YjWkia8NZfhWd1TTvZTMguyChbw/oA2VEM6Fzx+kkpA+1qu5Mo7nrLdOXEJavw8g==",
1207 "cpu": [
1208 "x64"
1209 ],
1210 "dev": true,
1211 "license": "MIT",
1212 "optional": true,
1213 "os": [
1214 "win32"
1215 ],
1216 "engines": {
1217 "node": "^20.19.0 || >=22.12.0"
1218 }
1219 },
1220 "node_modules/@resvg/resvg-js": {
1221 "version": "2.6.2",
1222 "resolved": "https://registry.npmjs.org/@resvg/resvg-js/-/resvg-js-2.6.2.tgz",
1223 "integrity": "sha512-xBaJish5OeGmniDj9cW5PRa/PtmuVU3ziqrbr5xJj901ZDN4TosrVaNZpEiLZAxdfnhAe7uQ7QFWfjPe9d9K2Q==",
1224 "license": "MPL-2.0",
1225 "engines": {
1226 "node": ">= 10"
1227 },
1228 "optionalDependencies": {
1229 "@resvg/resvg-js-android-arm-eabi": "2.6.2",
1230 "@resvg/resvg-js-android-arm64": "2.6.2",
1231 "@resvg/resvg-js-darwin-arm64": "2.6.2",
1232 "@resvg/resvg-js-darwin-x64": "2.6.2",
1233 "@resvg/resvg-js-linux-arm-gnueabihf": "2.6.2",
1234 "@resvg/resvg-js-linux-arm64-gnu": "2.6.2",
1235 "@resvg/resvg-js-linux-arm64-musl": "2.6.2",
1236 "@resvg/resvg-js-linux-x64-gnu": "2.6.2",
1237 "@resvg/resvg-js-linux-x64-musl": "2.6.2",
1238 "@resvg/resvg-js-win32-arm64-msvc": "2.6.2",
1239 "@resvg/resvg-js-win32-ia32-msvc": "2.6.2",
1240 "@resvg/resvg-js-win32-x64-msvc": "2.6.2"
1241 }
1242 },
1243 "node_modules/@resvg/resvg-js-android-arm-eabi": {
1244 "version": "2.6.2",
1245 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-android-arm-eabi/-/resvg-js-android-arm-eabi-2.6.2.tgz",
1246 "integrity": "sha512-FrJibrAk6v29eabIPgcTUMPXiEz8ssrAk7TXxsiZzww9UTQ1Z5KAbFJs+Z0Ez+VZTYgnE5IQJqBcoSiMebtPHA==",
1247 "cpu": [
1248 "arm"
1249 ],
1250 "license": "MPL-2.0",
1251 "optional": true,
1252 "os": [
1253 "android"
1254 ],
1255 "engines": {
1256 "node": ">= 10"
1257 }
1258 },
1259 "node_modules/@resvg/resvg-js-android-arm64": {
1260 "version": "2.6.2",
1261 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-android-arm64/-/resvg-js-android-arm64-2.6.2.tgz",
1262 "integrity": "sha512-VcOKezEhm2VqzXpcIJoITuvUS/fcjIw5NA/w3tjzWyzmvoCdd+QXIqy3FBGulWdClvp4g+IfUemigrkLThSjAQ==",
1263 "cpu": [
1264 "arm64"
1265 ],
1266 "license": "MPL-2.0",
1267 "optional": true,
1268 "os": [
1269 "android"
1270 ],
1271 "engines": {
1272 "node": ">= 10"
1273 }
1274 },
1275 "node_modules/@resvg/resvg-js-darwin-arm64": {
1276 "version": "2.6.2",
1277 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-darwin-arm64/-/resvg-js-darwin-arm64-2.6.2.tgz",
1278 "integrity": "sha512-nmok2LnAd6nLUKI16aEB9ydMC6Lidiiq2m1nEBDR1LaaP7FGs4AJ90qDraxX+CWlVuRlvNjyYJTNv8qFjtL9+A==",
1279 "cpu": [
1280 "arm64"
1281 ],
1282 "license": "MPL-2.0",
1283 "optional": true,
1284 "os": [
1285 "darwin"
1286 ],
1287 "engines": {
1288 "node": ">= 10"
1289 }
1290 },
1291 "node_modules/@resvg/resvg-js-darwin-x64": {
1292 "version": "2.6.2",
1293 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-darwin-x64/-/resvg-js-darwin-x64-2.6.2.tgz",
1294 "integrity": "sha512-GInyZLjgWDfsVT6+SHxQVRwNzV0AuA1uqGsOAW+0th56J7Nh6bHHKXHBWzUrihxMetcFDmQMAX1tZ1fZDYSRsw==",
1295 "cpu": [
1296 "x64"
1297 ],
1298 "license": "MPL-2.0",
1299 "optional": true,
1300 "os": [
1301 "darwin"
1302 ],
1303 "engines": {
1304 "node": ">= 10"
1305 }
1306 },
1307 "node_modules/@resvg/resvg-js-linux-arm-gnueabihf": {
1308 "version": "2.6.2",
1309 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-arm-gnueabihf/-/resvg-js-linux-arm-gnueabihf-2.6.2.tgz",
1310 "integrity": "sha512-YIV3u/R9zJbpqTTNwTZM5/ocWetDKGsro0SWp70eGEM9eV2MerWyBRZnQIgzU3YBnSBQ1RcxRZvY/UxwESfZIw==",
1311 "cpu": [
1312 "arm"
1313 ],
1314 "license": "MPL-2.0",
1315 "optional": true,
1316 "os": [
1317 "linux"
1318 ],
1319 "engines": {
1320 "node": ">= 10"
1321 }
1322 },
1323 "node_modules/@resvg/resvg-js-linux-arm64-gnu": {
1324 "version": "2.6.2",
1325 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-arm64-gnu/-/resvg-js-linux-arm64-gnu-2.6.2.tgz",
1326 "integrity": "sha512-zc2BlJSim7YR4FZDQ8OUoJg5holYzdiYMeobb9pJuGDidGL9KZUv7SbiD4E8oZogtYY42UZEap7dqkkYuA91pg==",
1327 "cpu": [
1328 "arm64"
1329 ],
1330 "license": "MPL-2.0",
1331 "optional": true,
1332 "os": [
1333 "linux"
1334 ],
1335 "engines": {
1336 "node": ">= 10"
1337 }
1338 },
1339 "node_modules/@resvg/resvg-js-linux-arm64-musl": {
1340 "version": "2.6.2",
1341 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-arm64-musl/-/resvg-js-linux-arm64-musl-2.6.2.tgz",
1342 "integrity": "sha512-3h3dLPWNgSsD4lQBJPb4f+kvdOSJHa5PjTYVsWHxLUzH4IFTJUAnmuWpw4KqyQ3NA5QCyhw4TWgxk3jRkQxEKg==",
1343 "cpu": [
1344 "arm64"
1345 ],
1346 "license": "MPL-2.0",
1347 "optional": true,
1348 "os": [
1349 "linux"
1350 ],
1351 "engines": {
1352 "node": ">= 10"
1353 }
1354 },
1355 "node_modules/@resvg/resvg-js-linux-x64-gnu": {
1356 "version": "2.6.2",
1357 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-x64-gnu/-/resvg-js-linux-x64-gnu-2.6.2.tgz",
1358 "integrity": "sha512-IVUe+ckIerA7xMZ50duAZzwf1U7khQe2E0QpUxu5MBJNao5RqC0zwV/Zm965vw6D3gGFUl7j4m+oJjubBVoftw==",
1359 "cpu": [
1360 "x64"
1361 ],
1362 "license": "MPL-2.0",
1363 "optional": true,
1364 "os": [
1365 "linux"
1366 ],
1367 "engines": {
1368 "node": ">= 10"
1369 }
1370 },
1371 "node_modules/@resvg/resvg-js-linux-x64-musl": {
1372 "version": "2.6.2",
1373 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-x64-musl/-/resvg-js-linux-x64-musl-2.6.2.tgz",
1374 "integrity": "sha512-UOf83vqTzoYQO9SZ0fPl2ZIFtNIz/Rr/y+7X8XRX1ZnBYsQ/tTb+cj9TE+KHOdmlTFBxhYzVkP2lRByCzqi4jQ==",
1375 "cpu": [
1376 "x64"
1377 ],
1378 "license": "MPL-2.0",
1379 "optional": true,
1380 "os": [
1381 "linux"
1382 ],
1383 "engines": {
1384 "node": ">= 10"
1385 }
1386 },
1387 "node_modules/@resvg/resvg-js-win32-arm64-msvc": {
1388 "version": "2.6.2",
1389 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-win32-arm64-msvc/-/resvg-js-win32-arm64-msvc-2.6.2.tgz",
1390 "integrity": "sha512-7C/RSgCa+7vqZ7qAbItfiaAWhyRSoD4l4BQAbVDqRRsRgY+S+hgS3in0Rxr7IorKUpGE69X48q6/nOAuTJQxeQ==",
1391 "cpu": [
1392 "arm64"
1393 ],
1394 "license": "MPL-2.0",
1395 "optional": true,
1396 "os": [
1397 "win32"
1398 ],
1399 "engines": {
1400 "node": ">= 10"
1401 }
1402 },
1403 "node_modules/@resvg/resvg-js-win32-ia32-msvc": {
1404 "version": "2.6.2",
1405 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-win32-ia32-msvc/-/resvg-js-win32-ia32-msvc-2.6.2.tgz",
1406 "integrity": "sha512-har4aPAlvjnLcil40AC77YDIk6loMawuJwFINEM7n0pZviwMkMvjb2W5ZirsNOZY4aDbo5tLx0wNMREp5Brk+w==",
1407 "cpu": [
1408 "ia32"
1409 ],
1410 "license": "MPL-2.0",
1411 "optional": true,
1412 "os": [
1413 "win32"
1414 ],
1415 "engines": {
1416 "node": ">= 10"
1417 }
1418 },
1419 "node_modules/@resvg/resvg-js-win32-x64-msvc": {
1420 "version": "2.6.2",
1421 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-win32-x64-msvc/-/resvg-js-win32-x64-msvc-2.6.2.tgz",
1422 "integrity": "sha512-ZXtYhtUr5SSaBrUDq7DiyjOFJqBVL/dOBN7N/qmi/pO0IgiWW/f/ue3nbvu9joWE5aAKDoIzy/CxsY0suwGosQ==",
1423 "cpu": [
1424 "x64"
1425 ],
1426 "license": "MPL-2.0",
1427 "optional": true,
1428 "os": [
1429 "win32"
1430 ],
1431 "engines": {
1432 "node": ">= 10"
1433 }
1434 },
1435 "node_modules/@rolldown/binding-android-arm64": {
1436 "version": "1.0.0-rc.9",
1437 "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.9.tgz",
1438 "integrity": "sha512-lcJL0bN5hpgJfSIz/8PIf02irmyL43P+j1pTCfbD1DbLkmGRuFIA4DD3B3ZOvGqG0XiVvRznbKtN0COQVaKUTg==",
1439 "cpu": [
1440 "arm64"
1441 ],
1442 "dev": true,
1443 "license": "MIT",
1444 "optional": true,
1445 "os": [
1446 "android"
1447 ],
1448 "engines": {
1449 "node": "^20.19.0 || >=22.12.0"
1450 }
1451 },
1452 "node_modules/@rolldown/binding-darwin-arm64": {
1453 "version": "1.0.0-rc.9",
1454 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.9.tgz",
1455 "integrity": "sha512-J7Zk3kLYFsLtuH6U+F4pS2sYVzac0qkjcO5QxHS7OS7yZu2LRs+IXo+uvJ/mvpyUljDJ3LROZPoQfgBIpCMhdQ==",
1456 "cpu": [
1457 "arm64"
1458 ],
1459 "dev": true,
1460 "license": "MIT",
1461 "optional": true,
1462 "os": [
1463 "darwin"
1464 ],
1465 "engines": {
1466 "node": "^20.19.0 || >=22.12.0"
1467 }
1468 },
1469 "node_modules/@rolldown/binding-darwin-x64": {
1470 "version": "1.0.0-rc.9",
1471 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.9.tgz",
1472 "integrity": "sha512-iwtmmghy8nhfRGeNAIltcNXzD0QMNaaA5U/NyZc1Ia4bxrzFByNMDoppoC+hl7cDiUq5/1CnFthpT9n+UtfFyg==",
1473 "cpu": [
1474 "x64"
1475 ],
1476 "dev": true,
1477 "license": "MIT",
1478 "optional": true,
1479 "os": [
1480 "darwin"
1481 ],
1482 "engines": {
1483 "node": "^20.19.0 || >=22.12.0"
1484 }
1485 },
1486 "node_modules/@rolldown/binding-freebsd-x64": {
1487 "version": "1.0.0-rc.9",
1488 "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.9.tgz",
1489 "integrity": "sha512-DLFYI78SCiZr5VvdEplsVC2Vx53lnA4/Ga5C65iyldMVaErr86aiqCoNBLl92PXPfDtUYjUh+xFFor40ueNs4Q==",
1490 "cpu": [
1491 "x64"
1492 ],
1493 "dev": true,
1494 "license": "MIT",
1495 "optional": true,
1496 "os": [
1497 "freebsd"
1498 ],
1499 "engines": {
1500 "node": "^20.19.0 || >=22.12.0"
1501 }
1502 },
1503 "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
1504 "version": "1.0.0-rc.9",
1505 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.9.tgz",
1506 "integrity": "sha512-CsjTmTwd0Hri6iTw/DRMK7kOZ7FwAkrO4h8YWKoX/kcj833e4coqo2wzIFywtch/8Eb5enQ/lwLM7w6JX1W5RQ==",
1507 "cpu": [
1508 "arm"
1509 ],
1510 "dev": true,
1511 "license": "MIT",
1512 "optional": true,
1513 "os": [
1514 "linux"
1515 ],
1516 "engines": {
1517 "node": "^20.19.0 || >=22.12.0"
1518 }
1519 },
1520 "node_modules/@rolldown/binding-linux-arm64-gnu": {
1521 "version": "1.0.0-rc.9",
1522 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.9.tgz",
1523 "integrity": "sha512-2x9O2JbSPxpxMDhP9Z74mahAStibTlrBMW0520+epJH5sac7/LwZW5Bmg/E6CXuEF53JJFW509uP+lSedaUNxg==",
1524 "cpu": [
1525 "arm64"
1526 ],
1527 "dev": true,
1528 "license": "MIT",
1529 "optional": true,
1530 "os": [
1531 "linux"
1532 ],
1533 "engines": {
1534 "node": "^20.19.0 || >=22.12.0"
1535 }
1536 },
1537 "node_modules/@rolldown/binding-linux-arm64-musl": {
1538 "version": "1.0.0-rc.9",
1539 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.9.tgz",
1540 "integrity": "sha512-JA1QRW31ogheAIRhIg9tjMfsYbglXXYGNPLdPEYrwFxdbkQCAzvpSCSHCDWNl4hTtrol8WeboCSEpjdZK8qrCg==",
1541 "cpu": [
1542 "arm64"
1543 ],
1544 "dev": true,
1545 "license": "MIT",
1546 "optional": true,
1547 "os": [
1548 "linux"
1549 ],
1550 "engines": {
1551 "node": "^20.19.0 || >=22.12.0"
1552 }
1553 },
1554 "node_modules/@rolldown/binding-linux-ppc64-gnu": {
1555 "version": "1.0.0-rc.9",
1556 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.9.tgz",
1557 "integrity": "sha512-aOKU9dJheda8Kj8Y3w9gnt9QFOO+qKPAl8SWd7JPHP+Cu0EuDAE5wokQubLzIDQWg2myXq2XhTpOVS07qqvT+w==",
1558 "cpu": [
1559 "ppc64"
1560 ],
1561 "dev": true,
1562 "license": "MIT",
1563 "optional": true,
1564 "os": [
1565 "linux"
1566 ],
1567 "engines": {
1568 "node": "^20.19.0 || >=22.12.0"
1569 }
1570 },
1571 "node_modules/@rolldown/binding-linux-s390x-gnu": {
1572 "version": "1.0.0-rc.9",
1573 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.9.tgz",
1574 "integrity": "sha512-OalO94fqj7IWRn3VdXWty75jC5dk4C197AWEuMhIpvVv2lw9fiPhud0+bW2ctCxb3YoBZor71QHbY+9/WToadA==",
1575 "cpu": [
1576 "s390x"
1577 ],
1578 "dev": true,
1579 "license": "MIT",
1580 "optional": true,
1581 "os": [
1582 "linux"
1583 ],
1584 "engines": {
1585 "node": "^20.19.0 || >=22.12.0"
1586 }
1587 },
1588 "node_modules/@rolldown/binding-linux-x64-gnu": {
1589 "version": "1.0.0-rc.9",
1590 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.9.tgz",
1591 "integrity": "sha512-cVEl1vZtBsBZna3YMjGXNvnYYrOJ7RzuWvZU0ffvJUexWkukMaDuGhUXn0rjnV0ptzGVkvc+vW9Yqy6h8YX4pg==",
1592 "cpu": [
1593 "x64"
1594 ],
1595 "dev": true,
1596 "license": "MIT",
1597 "optional": true,
1598 "os": [
1599 "linux"
1600 ],
1601 "engines": {
1602 "node": "^20.19.0 || >=22.12.0"
1603 }
1604 },
1605 "node_modules/@rolldown/binding-linux-x64-musl": {
1606 "version": "1.0.0-rc.9",
1607 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.9.tgz",
1608 "integrity": "sha512-UzYnKCIIc4heAKgI4PZ3dfBGUZefGCJ1TPDuLHoCzgrMYPb5Rv6TLFuYtyM4rWyHM7hymNdsg5ik2C+UD9VDbA==",
1609 "cpu": [
1610 "x64"
1611 ],
1612 "dev": true,
1613 "license": "MIT",
1614 "optional": true,
1615 "os": [
1616 "linux"
1617 ],
1618 "engines": {
1619 "node": "^20.19.0 || >=22.12.0"
1620 }
1621 },
1622 "node_modules/@rolldown/binding-openharmony-arm64": {
1623 "version": "1.0.0-rc.9",
1624 "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.9.tgz",
1625 "integrity": "sha512-+6zoiF+RRyf5cdlFQP7nm58mq7+/2PFaY2DNQeD4B87N36JzfF/l9mdBkkmTvSYcYPE8tMh/o3cRlsx1ldLfog==",
1626 "cpu": [
1627 "arm64"
1628 ],
1629 "dev": true,
1630 "license": "MIT",
1631 "optional": true,
1632 "os": [
1633 "openharmony"
1634 ],
1635 "engines": {
1636 "node": "^20.19.0 || >=22.12.0"
1637 }
1638 },
1639 "node_modules/@rolldown/binding-wasm32-wasi": {
1640 "version": "1.0.0-rc.9",
1641 "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.9.tgz",
1642 "integrity": "sha512-rgFN6sA/dyebil3YTlL2evvi/M+ivhfnyxec7AccTpRPccno/rPoNlqybEZQBkcbZu8Hy+eqNJCqfBR8P7Pg8g==",
1643 "cpu": [
1644 "wasm32"
1645 ],
1646 "dev": true,
1647 "license": "MIT",
1648 "optional": true,
1649 "dependencies": {
1650 "@napi-rs/wasm-runtime": "^1.1.1"
1651 },
1652 "engines": {
1653 "node": ">=14.0.0"
1654 }
1655 },
1656 "node_modules/@rolldown/binding-win32-arm64-msvc": {
1657 "version": "1.0.0-rc.9",
1658 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.9.tgz",
1659 "integrity": "sha512-lHVNUG/8nlF1IQk1C0Ci574qKYyty2goMiPlRqkC5R+3LkXDkL5Dhx8ytbxq35m+pkHVIvIxviD+TWLdfeuadA==",
1660 "cpu": [
1661 "arm64"
1662 ],
1663 "dev": true,
1664 "license": "MIT",
1665 "optional": true,
1666 "os": [
1667 "win32"
1668 ],
1669 "engines": {
1670 "node": "^20.19.0 || >=22.12.0"
1671 }
1672 },
1673 "node_modules/@rolldown/binding-win32-x64-msvc": {
1674 "version": "1.0.0-rc.9",
1675 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.9.tgz",
1676 "integrity": "sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==",
1677 "cpu": [
1678 "x64"
1679 ],
1680 "dev": true,
1681 "license": "MIT",
1682 "optional": true,
1683 "os": [
1684 "win32"
1685 ],
1686 "engines": {
1687 "node": "^20.19.0 || >=22.12.0"
1688 }
1689 },
1690 "node_modules/@rolldown/pluginutils": {
1691 "version": "1.0.0-rc.9",
1692 "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.9.tgz",
1693 "integrity": "sha512-w6oiRWgEBl04QkFZgmW+jnU1EC9b57Oihi2ot3HNWIQRqgHp5PnYDia5iZ5FF7rpa4EQdiqMDXjlqKGXBhsoXw==",
1694 "dev": true,
1695 "license": "MIT"
1696 },
1697 "node_modules/@rollup/rollup-android-arm-eabi": {
1698 "version": "4.59.0",
1699 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
1700 "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
1701 "cpu": [
1702 "arm"
1703 ],
1704 "license": "MIT",
1705 "optional": true,
1706 "os": [
1707 "android"
1708 ]
1709 },
1710 "node_modules/@rollup/rollup-android-arm64": {
1711 "version": "4.59.0",
1712 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
1713 "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
1714 "cpu": [
1715 "arm64"
1716 ],
1717 "license": "MIT",
1718 "optional": true,
1719 "os": [
1720 "android"
1721 ]
1722 },
1723 "node_modules/@rollup/rollup-darwin-arm64": {
1724 "version": "4.59.0",
1725 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
1726 "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
1727 "cpu": [
1728 "arm64"
1729 ],
1730 "license": "MIT",
1731 "optional": true,
1732 "os": [
1733 "darwin"
1734 ]
1735 },
1736 "node_modules/@rollup/rollup-darwin-x64": {
1737 "version": "4.59.0",
1738 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
1739 "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
1740 "cpu": [
1741 "x64"
1742 ],
1743 "license": "MIT",
1744 "optional": true,
1745 "os": [
1746 "darwin"
1747 ]
1748 },
1749 "node_modules/@rollup/rollup-freebsd-arm64": {
1750 "version": "4.59.0",
1751 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
1752 "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
1753 "cpu": [
1754 "arm64"
1755 ],
1756 "license": "MIT",
1757 "optional": true,
1758 "os": [
1759 "freebsd"
1760 ]
1761 },
1762 "node_modules/@rollup/rollup-freebsd-x64": {
1763 "version": "4.59.0",
1764 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
1765 "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
1766 "cpu": [
1767 "x64"
1768 ],
1769 "license": "MIT",
1770 "optional": true,
1771 "os": [
1772 "freebsd"
1773 ]
1774 },
1775 "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1776 "version": "4.59.0",
1777 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
1778 "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
1779 "cpu": [
1780 "arm"
1781 ],
1782 "license": "MIT",
1783 "optional": true,
1784 "os": [
1785 "linux"
1786 ]
1787 },
1788 "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1789 "version": "4.59.0",
1790 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
1791 "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
1792 "cpu": [
1793 "arm"
1794 ],
1795 "license": "MIT",
1796 "optional": true,
1797 "os": [
1798 "linux"
1799 ]
1800 },
1801 "node_modules/@rollup/rollup-linux-arm64-gnu": {
1802 "version": "4.59.0",
1803 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
1804 "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
1805 "cpu": [
1806 "arm64"
1807 ],
1808 "license": "MIT",
1809 "optional": true,
1810 "os": [
1811 "linux"
1812 ]
1813 },
1814 "node_modules/@rollup/rollup-linux-arm64-musl": {
1815 "version": "4.59.0",
1816 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
1817 "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
1818 "cpu": [
1819 "arm64"
1820 ],
1821 "license": "MIT",
1822 "optional": true,
1823 "os": [
1824 "linux"
1825 ]
1826 },
1827 "node_modules/@rollup/rollup-linux-loong64-gnu": {
1828 "version": "4.59.0",
1829 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
1830 "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
1831 "cpu": [
1832 "loong64"
1833 ],
1834 "license": "MIT",
1835 "optional": true,
1836 "os": [
1837 "linux"
1838 ]
1839 },
1840 "node_modules/@rollup/rollup-linux-loong64-musl": {
1841 "version": "4.59.0",
1842 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
1843 "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
1844 "cpu": [
1845 "loong64"
1846 ],
1847 "license": "MIT",
1848 "optional": true,
1849 "os": [
1850 "linux"
1851 ]
1852 },
1853 "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1854 "version": "4.59.0",
1855 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
1856 "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
1857 "cpu": [
1858 "ppc64"
1859 ],
1860 "license": "MIT",
1861 "optional": true,
1862 "os": [
1863 "linux"
1864 ]
1865 },
1866 "node_modules/@rollup/rollup-linux-ppc64-musl": {
1867 "version": "4.59.0",
1868 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
1869 "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
1870 "cpu": [
1871 "ppc64"
1872 ],
1873 "license": "MIT",
1874 "optional": true,
1875 "os": [
1876 "linux"
1877 ]
1878 },
1879 "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1880 "version": "4.59.0",
1881 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
1882 "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
1883 "cpu": [
1884 "riscv64"
1885 ],
1886 "license": "MIT",
1887 "optional": true,
1888 "os": [
1889 "linux"
1890 ]
1891 },
1892 "node_modules/@rollup/rollup-linux-riscv64-musl": {
1893 "version": "4.59.0",
1894 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
1895 "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
1896 "cpu": [
1897 "riscv64"
1898 ],
1899 "license": "MIT",
1900 "optional": true,
1901 "os": [
1902 "linux"
1903 ]
1904 },
1905 "node_modules/@rollup/rollup-linux-s390x-gnu": {
1906 "version": "4.59.0",
1907 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
1908 "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
1909 "cpu": [
1910 "s390x"
1911 ],
1912 "license": "MIT",
1913 "optional": true,
1914 "os": [
1915 "linux"
1916 ]
1917 },
1918 "node_modules/@rollup/rollup-linux-x64-gnu": {
1919 "version": "4.59.0",
1920 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
1921 "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
1922 "cpu": [
1923 "x64"
1924 ],
1925 "license": "MIT",
1926 "optional": true,
1927 "os": [
1928 "linux"
1929 ]
1930 },
1931 "node_modules/@rollup/rollup-linux-x64-musl": {
1932 "version": "4.59.0",
1933 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
1934 "integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
1935 "cpu": [
1936 "x64"
1937 ],
1938 "license": "MIT",
1939 "optional": true,
1940 "os": [
1941 "linux"
1942 ]
1943 },
1944 "node_modules/@rollup/rollup-openbsd-x64": {
1945 "version": "4.59.0",
1946 "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
1947 "integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
1948 "cpu": [
1949 "x64"
1950 ],
1951 "license": "MIT",
1952 "optional": true,
1953 "os": [
1954 "openbsd"
1955 ]
1956 },
1957 "node_modules/@rollup/rollup-openharmony-arm64": {
1958 "version": "4.59.0",
1959 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
1960 "integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
1961 "cpu": [
1962 "arm64"
1963 ],
1964 "license": "MIT",
1965 "optional": true,
1966 "os": [
1967 "openharmony"
1968 ]
1969 },
1970 "node_modules/@rollup/rollup-win32-arm64-msvc": {
1971 "version": "4.59.0",
1972 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
1973 "integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
1974 "cpu": [
1975 "arm64"
1976 ],
1977 "license": "MIT",
1978 "optional": true,
1979 "os": [
1980 "win32"
1981 ]
1982 },
1983 "node_modules/@rollup/rollup-win32-ia32-msvc": {
1984 "version": "4.59.0",
1985 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
1986 "integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
1987 "cpu": [
1988 "ia32"
1989 ],
1990 "license": "MIT",
1991 "optional": true,
1992 "os": [
1993 "win32"
1994 ]
1995 },
1996 "node_modules/@rollup/rollup-win32-x64-gnu": {
1997 "version": "4.59.0",
1998 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
1999 "integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
2000 "cpu": [
2001 "x64"
2002 ],
2003 "license": "MIT",
2004 "optional": true,
2005 "os": [
2006 "win32"
2007 ]
2008 },
2009 "node_modules/@rollup/rollup-win32-x64-msvc": {
2010 "version": "4.59.0",
2011 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
2012 "integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
2013 "cpu": [
2014 "x64"
2015 ],
2016 "license": "MIT",
2017 "optional": true,
2018 "os": [
2019 "win32"
2020 ]
2021 },
2022 "node_modules/@shikijs/transformers": {
2023 "version": "2.5.0",
2024 "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-2.5.0.tgz",
2025 "integrity": "sha512-SI494W5X60CaUwgi8u4q4m4s3YAFSxln3tzNjOSYqq54wlVgz0/NbbXEb3mdLbqMBztcmS7bVTaEd2w0qMmfeg==",
2026 "license": "MIT",
2027 "dependencies": {
2028 "@shikijs/core": "2.5.0",
2029 "@shikijs/types": "2.5.0"
2030 }
2031 },
2032 "node_modules/@shikijs/transformers/node_modules/@shikijs/core": {
2033 "version": "2.5.0",
2034 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-2.5.0.tgz",
2035 "integrity": "sha512-uu/8RExTKtavlpH7XqnVYBrfBkUc20ngXiX9NSrBhOVZYv/7XQRKUyhtkeflY5QsxC0GbJThCerruZfsUaSldg==",
2036 "license": "MIT",
2037 "dependencies": {
2038 "@shikijs/engine-javascript": "2.5.0",
2039 "@shikijs/engine-oniguruma": "2.5.0",
2040 "@shikijs/types": "2.5.0",
2041 "@shikijs/vscode-textmate": "^10.0.2",
2042 "@types/hast": "^3.0.4",
2043 "hast-util-to-html": "^9.0.4"
2044 }
2045 },
2046 "node_modules/@shikijs/transformers/node_modules/@shikijs/engine-javascript": {
2047 "version": "2.5.0",
2048 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-2.5.0.tgz",
2049 "integrity": "sha512-VjnOpnQf8WuCEZtNUdjjwGUbtAVKuZkVQ/5cHy/tojVVRIRtlWMYVjyWhxOmIq05AlSOv72z7hRNRGVBgQOl0w==",
2050 "license": "MIT",
2051 "dependencies": {
2052 "@shikijs/types": "2.5.0",
2053 "@shikijs/vscode-textmate": "^10.0.2",
2054 "oniguruma-to-es": "^3.1.0"
2055 }
2056 },
2057 "node_modules/@shikijs/transformers/node_modules/@shikijs/engine-oniguruma": {
2058 "version": "2.5.0",
2059 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-2.5.0.tgz",
2060 "integrity": "sha512-pGd1wRATzbo/uatrCIILlAdFVKdxImWJGQ5rFiB5VZi2ve5xj3Ax9jny8QvkaV93btQEwR/rSz5ERFpC5mKNIw==",
2061 "license": "MIT",
2062 "dependencies": {
2063 "@shikijs/types": "2.5.0",
2064 "@shikijs/vscode-textmate": "^10.0.2"
2065 }
2066 },
2067 "node_modules/@shikijs/transformers/node_modules/@shikijs/types": {
2068 "version": "2.5.0",
2069 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-2.5.0.tgz",
2070 "integrity": "sha512-ygl5yhxki9ZLNuNpPitBWvcy9fsSKKaRuO4BAlMyagszQidxcpLAr0qiW/q43DtSIDxO6hEbtYLiFZNXO/hdGw==",
2071 "license": "MIT",
2072 "dependencies": {
2073 "@shikijs/vscode-textmate": "^10.0.2",
2074 "@types/hast": "^3.0.4"
2075 }
2076 },
2077 "node_modules/@shikijs/transformers/node_modules/emoji-regex-xs": {
2078 "version": "1.0.0",
2079 "resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz",
2080 "integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==",
2081 "license": "MIT"
2082 },
2083 "node_modules/@shikijs/transformers/node_modules/oniguruma-to-es": {
2084 "version": "3.1.1",
2085 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-3.1.1.tgz",
2086 "integrity": "sha512-bUH8SDvPkH3ho3dvwJwfonjlQ4R80vjyvrU8YpxuROddv55vAEJrTuCuCVUhhsHbtlD9tGGbaNApGQckXhS8iQ==",
2087 "license": "MIT",
2088 "dependencies": {
2089 "emoji-regex-xs": "^1.0.0",
2090 "regex": "^6.0.1",
2091 "regex-recursion": "^6.0.2"
2092 }
2093 },
2094 "node_modules/@shikijs/vscode-textmate": {
2095 "version": "10.0.2",
2096 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
2097 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
2098 "license": "MIT"
2099 },
2100 "node_modules/@shuding/opentype.js": {
2101 "version": "1.4.0-beta.0",
2102 "resolved": "https://registry.npmjs.org/@shuding/opentype.js/-/opentype.js-1.4.0-beta.0.tgz",
2103 "integrity": "sha512-3NgmNyH3l/Hv6EvsWJbsvpcpUba6R8IREQ83nH83cyakCw7uM1arZKNfHwv1Wz6jgqrF/j4x5ELvR6PnK9nTcA==",
2104 "license": "MIT",
2105 "dependencies": {
2106 "fflate": "^0.7.3",
2107 "string.prototype.codepointat": "^0.2.1"
2108 },
2109 "bin": {
2110 "ot": "bin/ot"
2111 },
2112 "engines": {
2113 "node": ">= 8.0.0"
2114 }
2115 },
2116 "node_modules/@standard-schema/spec": {
2117 "version": "1.1.0",
2118 "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
2119 "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
2120 "license": "MIT"
2121 },
2122 "node_modules/@tybys/wasm-util": {
2123 "version": "0.10.1",
2124 "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
2125 "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
2126 "dev": true,
2127 "license": "MIT",
2128 "optional": true,
2129 "dependencies": {
2130 "tslib": "^2.4.0"
2131 }
2132 },
2133 "node_modules/@types/better-sqlite3": {
2134 "version": "7.6.13",
2135 "resolved": "https://registry.npmjs.org/@types/better-sqlite3/-/better-sqlite3-7.6.13.tgz",
2136 "integrity": "sha512-NMv9ASNARoKksWtsq/SHakpYAYnhBrQgGD8zkLYk/jaK8jUGn08CfEdTRgYhMypUQAfzSP8W6gNLe0q19/t4VA==",
2137 "dev": true,
2138 "license": "MIT",
2139 "dependencies": {
2140 "@types/node": "*"
2141 }
2142 },
2143 "node_modules/@types/chai": {
2144 "version": "5.2.3",
2145 "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
2146 "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
2147 "license": "MIT",
2148 "dependencies": {
2149 "@types/deep-eql": "*",
2150 "assertion-error": "^2.0.1"
2151 }
2152 },
2153 "node_modules/@types/deep-eql": {
2154 "version": "4.0.2",
2155 "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
2156 "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
2157 "license": "MIT"
2158 },
2159 "node_modules/@types/estree": {
2160 "version": "1.0.8",
2161 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
2162 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
2163 "license": "MIT"
2164 },
2165 "node_modules/@types/hast": {
2166 "version": "3.0.4",
2167 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
2168 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
2169 "license": "MIT",
2170 "dependencies": {
2171 "@types/unist": "*"
2172 }
2173 },
2174 "node_modules/@types/linkify-it": {
2175 "version": "5.0.0",
2176 "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
2177 "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
2178 "license": "MIT"
2179 },
2180 "node_modules/@types/markdown-it": {
2181 "version": "14.1.2",
2182 "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz",
2183 "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
2184 "license": "MIT",
2185 "dependencies": {
2186 "@types/linkify-it": "^5",
2187 "@types/mdurl": "^2"
2188 }
2189 },
2190 "node_modules/@types/mdast": {
2191 "version": "4.0.4",
2192 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
2193 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
2194 "license": "MIT",
2195 "dependencies": {
2196 "@types/unist": "*"
2197 }
2198 },
2199 "node_modules/@types/mdurl": {
2200 "version": "2.0.0",
2201 "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
2202 "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
2203 "license": "MIT"
2204 },
2205 "node_modules/@types/node": {
2206 "version": "25.4.0",
2207 "resolved": "https://registry.npmjs.org/@types/node/-/node-25.4.0.tgz",
2208 "integrity": "sha512-9wLpoeWuBlcbBpOY3XmzSTG3oscB6xjBEEtn+pYXTfhyXhIxC5FsBer2KTopBlvKEiW9l13po9fq+SJY/5lkhw==",
2209 "devOptional": true,
2210 "license": "MIT",
2211 "dependencies": {
2212 "undici-types": "~7.18.0"
2213 }
2214 },
2215 "node_modules/@types/react": {
2216 "version": "19.2.14",
2217 "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
2218 "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
2219 "devOptional": true,
2220 "license": "MIT",
2221 "dependencies": {
2222 "csstype": "^3.2.2"
2223 }
2224 },
2225 "node_modules/@types/unist": {
2226 "version": "3.0.3",
2227 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
2228 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
2229 "license": "MIT"
2230 },
2231 "node_modules/@types/web-bluetooth": {
2232 "version": "0.0.21",
2233 "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
2234 "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
2235 "license": "MIT"
2236 },
2237 "node_modules/@ungap/structured-clone": {
2238 "version": "1.3.0",
2239 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
2240 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
2241 "license": "ISC"
2242 },
2243 "node_modules/@vitejs/plugin-vue": {
2244 "version": "5.2.4",
2245 "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
2246 "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
2247 "license": "MIT",
2248 "engines": {
2249 "node": "^18.0.0 || >=20.0.0"
2250 },
2251 "peerDependencies": {
2252 "vite": "^5.0.0 || ^6.0.0",
2253 "vue": "^3.2.25"
2254 }
2255 },
2256 "node_modules/@vitest/expect": {
2257 "version": "4.0.18",
2258 "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.18.tgz",
2259 "integrity": "sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==",
2260 "license": "MIT",
2261 "dependencies": {
2262 "@standard-schema/spec": "^1.0.0",
2263 "@types/chai": "^5.2.2",
2264 "@vitest/spy": "4.0.18",
2265 "@vitest/utils": "4.0.18",
2266 "chai": "^6.2.1",
2267 "tinyrainbow": "^3.0.3"
2268 },
2269 "funding": {
2270 "url": "https://opencollective.com/vitest"
2271 }
2272 },
2273 "node_modules/@vitest/mocker": {
2274 "version": "4.0.18",
2275 "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.18.tgz",
2276 "integrity": "sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==",
2277 "license": "MIT",
2278 "dependencies": {
2279 "@vitest/spy": "4.0.18",
2280 "estree-walker": "^3.0.3",
2281 "magic-string": "^0.30.21"
2282 },
2283 "funding": {
2284 "url": "https://opencollective.com/vitest"
2285 },
2286 "peerDependencies": {
2287 "msw": "^2.4.9",
2288 "vite": "^6.0.0 || ^7.0.0-0"
2289 },
2290 "peerDependenciesMeta": {
2291 "msw": {
2292 "optional": true
2293 },
2294 "vite": {
2295 "optional": true
2296 }
2297 }
2298 },
2299 "node_modules/@vitest/pretty-format": {
2300 "version": "4.0.18",
2301 "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.18.tgz",
2302 "integrity": "sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==",
2303 "license": "MIT",
2304 "dependencies": {
2305 "tinyrainbow": "^3.0.3"
2306 },
2307 "funding": {
2308 "url": "https://opencollective.com/vitest"
2309 }
2310 },
2311 "node_modules/@vitest/runner": {
2312 "version": "4.0.18",
2313 "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.18.tgz",
2314 "integrity": "sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==",
2315 "license": "MIT",
2316 "dependencies": {
2317 "@vitest/utils": "4.0.18",
2318 "pathe": "^2.0.3"
2319 },
2320 "funding": {
2321 "url": "https://opencollective.com/vitest"
2322 }
2323 },
2324 "node_modules/@vitest/snapshot": {
2325 "version": "4.0.18",
2326 "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.18.tgz",
2327 "integrity": "sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==",
2328 "license": "MIT",
2329 "dependencies": {
2330 "@vitest/pretty-format": "4.0.18",
2331 "magic-string": "^0.30.21",
2332 "pathe": "^2.0.3"
2333 },
2334 "funding": {
2335 "url": "https://opencollective.com/vitest"
2336 }
2337 },
2338 "node_modules/@vitest/spy": {
2339 "version": "4.0.18",
2340 "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.18.tgz",
2341 "integrity": "sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==",
2342 "license": "MIT",
2343 "funding": {
2344 "url": "https://opencollective.com/vitest"
2345 }
2346 },
2347 "node_modules/@vitest/utils": {
2348 "version": "4.0.18",
2349 "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.18.tgz",
2350 "integrity": "sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==",
2351 "license": "MIT",
2352 "dependencies": {
2353 "@vitest/pretty-format": "4.0.18",
2354 "tinyrainbow": "^3.0.3"
2355 },
2356 "funding": {
2357 "url": "https://opencollective.com/vitest"
2358 }
2359 },
2360 "node_modules/@vue/compiler-core": {
2361 "version": "3.5.30",
2362 "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.30.tgz",
2363 "integrity": "sha512-s3DfdZkcu/qExZ+td75015ljzHc6vE+30cFMGRPROYjqkroYI5NV2X1yAMX9UeyBNWB9MxCfPcsjpLS11nzkkw==",
2364 "license": "MIT",
2365 "dependencies": {
2366 "@babel/parser": "^7.29.0",
2367 "@vue/shared": "3.5.30",
2368 "entities": "^7.0.1",
2369 "estree-walker": "^2.0.2",
2370 "source-map-js": "^1.2.1"
2371 }
2372 },
2373 "node_modules/@vue/compiler-core/node_modules/entities": {
2374 "version": "7.0.1",
2375 "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
2376 "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
2377 "license": "BSD-2-Clause",
2378 "engines": {
2379 "node": ">=0.12"
2380 },
2381 "funding": {
2382 "url": "https://github.com/fb55/entities?sponsor=1"
2383 }
2384 },
2385 "node_modules/@vue/compiler-core/node_modules/estree-walker": {
2386 "version": "2.0.2",
2387 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
2388 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
2389 "license": "MIT"
2390 },
2391 "node_modules/@vue/compiler-dom": {
2392 "version": "3.5.30",
2393 "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.30.tgz",
2394 "integrity": "sha512-eCFYESUEVYHhiMuK4SQTldO3RYxyMR/UQL4KdGD1Yrkfdx4m/HYuZ9jSfPdA+nWJY34VWndiYdW/wZXyiPEB9g==",
2395 "license": "MIT",
2396 "dependencies": {
2397 "@vue/compiler-core": "3.5.30",
2398 "@vue/shared": "3.5.30"
2399 }
2400 },
2401 "node_modules/@vue/compiler-sfc": {
2402 "version": "3.5.30",
2403 "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.30.tgz",
2404 "integrity": "sha512-LqmFPDn89dtU9vI3wHJnwaV6GfTRD87AjWpTWpyrdVOObVtjIuSeZr181z5C4PmVx/V3j2p+0f7edFKGRMpQ5A==",
2405 "license": "MIT",
2406 "dependencies": {
2407 "@babel/parser": "^7.29.0",
2408 "@vue/compiler-core": "3.5.30",
2409 "@vue/compiler-dom": "3.5.30",
2410 "@vue/compiler-ssr": "3.5.30",
2411 "@vue/shared": "3.5.30",
2412 "estree-walker": "^2.0.2",
2413 "magic-string": "^0.30.21",
2414 "postcss": "^8.5.8",
2415 "source-map-js": "^1.2.1"
2416 }
2417 },
2418 "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
2419 "version": "2.0.2",
2420 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
2421 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
2422 "license": "MIT"
2423 },
2424 "node_modules/@vue/compiler-ssr": {
2425 "version": "3.5.30",
2426 "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.30.tgz",
2427 "integrity": "sha512-NsYK6OMTnx109PSL2IAyf62JP6EUdk4Dmj6AkWcJGBvN0dQoMYtVekAmdqgTtWQgEJo+Okstbf/1p7qZr5H+bA==",
2428 "license": "MIT",
2429 "dependencies": {
2430 "@vue/compiler-dom": "3.5.30",
2431 "@vue/shared": "3.5.30"
2432 }
2433 },
2434 "node_modules/@vue/devtools-api": {
2435 "version": "7.7.9",
2436 "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
2437 "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
2438 "license": "MIT",
2439 "dependencies": {
2440 "@vue/devtools-kit": "^7.7.9"
2441 }
2442 },
2443 "node_modules/@vue/devtools-kit": {
2444 "version": "7.7.9",
2445 "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
2446 "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
2447 "license": "MIT",
2448 "dependencies": {
2449 "@vue/devtools-shared": "^7.7.9",
2450 "birpc": "^2.3.0",
2451 "hookable": "^5.5.3",
2452 "mitt": "^3.0.1",
2453 "perfect-debounce": "^1.0.0",
2454 "speakingurl": "^14.0.1",
2455 "superjson": "^2.2.2"
2456 }
2457 },
2458 "node_modules/@vue/devtools-shared": {
2459 "version": "7.7.9",
2460 "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
2461 "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
2462 "license": "MIT",
2463 "dependencies": {
2464 "rfdc": "^1.4.1"
2465 }
2466 },
2467 "node_modules/@vue/reactivity": {
2468 "version": "3.5.30",
2469 "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.30.tgz",
2470 "integrity": "sha512-179YNgKATuwj9gB+66snskRDOitDiuOZqkYia7mHKJaidOMo/WJxHKF8DuGc4V4XbYTJANlfEKb0yxTQotnx4Q==",
2471 "license": "MIT",
2472 "dependencies": {
2473 "@vue/shared": "3.5.30"
2474 }
2475 },
2476 "node_modules/@vue/runtime-core": {
2477 "version": "3.5.30",
2478 "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.30.tgz",
2479 "integrity": "sha512-e0Z+8PQsUTdwV8TtEsLzUM7SzC7lQwYKePydb7K2ZnmS6jjND+WJXkmmfh/swYzRyfP1EY3fpdesyYoymCzYfg==",
2480 "license": "MIT",
2481 "dependencies": {
2482 "@vue/reactivity": "3.5.30",
2483 "@vue/shared": "3.5.30"
2484 }
2485 },
2486 "node_modules/@vue/runtime-dom": {
2487 "version": "3.5.30",
2488 "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.30.tgz",
2489 "integrity": "sha512-2UIGakjU4WSQ0T4iwDEW0W7vQj6n7AFn7taqZ9Cvm0Q/RA2FFOziLESrDL4GmtI1wV3jXg5nMoJSYO66egDUBw==",
2490 "license": "MIT",
2491 "dependencies": {
2492 "@vue/reactivity": "3.5.30",
2493 "@vue/runtime-core": "3.5.30",
2494 "@vue/shared": "3.5.30",
2495 "csstype": "^3.2.3"
2496 }
2497 },
2498 "node_modules/@vue/server-renderer": {
2499 "version": "3.5.30",
2500 "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.30.tgz",
2501 "integrity": "sha512-v+R34icapydRwbZRD0sXwtHqrQJv38JuMB4JxbOxd8NEpGLny7cncMp53W9UH/zo4j8eDHjQ1dEJXwzFQknjtQ==",
2502 "license": "MIT",
2503 "dependencies": {
2504 "@vue/compiler-ssr": "3.5.30",
2505 "@vue/shared": "3.5.30"
2506 },
2507 "peerDependencies": {
2508 "vue": "3.5.30"
2509 }
2510 },
2511 "node_modules/@vue/shared": {
2512 "version": "3.5.30",
2513 "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.30.tgz",
2514 "integrity": "sha512-YXgQ7JjaO18NeK2K9VTbDHaFy62WrObMa6XERNfNOkAhD1F1oDSf3ZJ7K6GqabZ0BvSDHajp8qfS5Sa2I9n8uQ==",
2515 "license": "MIT"
2516 },
2517 "node_modules/@vueuse/core": {
2518 "version": "12.8.2",
2519 "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.8.2.tgz",
2520 "integrity": "sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==",
2521 "license": "MIT",
2522 "dependencies": {
2523 "@types/web-bluetooth": "^0.0.21",
2524 "@vueuse/metadata": "12.8.2",
2525 "@vueuse/shared": "12.8.2",
2526 "vue": "^3.5.13"
2527 },
2528 "funding": {
2529 "url": "https://github.com/sponsors/antfu"
2530 }
2531 },
2532 "node_modules/@vueuse/integrations": {
2533 "version": "12.8.2",
2534 "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-12.8.2.tgz",
2535 "integrity": "sha512-fbGYivgK5uBTRt7p5F3zy6VrETlV9RtZjBqd1/HxGdjdckBgBM4ugP8LHpjolqTj14TXTxSK1ZfgPbHYyGuH7g==",
2536 "license": "MIT",
2537 "dependencies": {
2538 "@vueuse/core": "12.8.2",
2539 "@vueuse/shared": "12.8.2",
2540 "vue": "^3.5.13"
2541 },
2542 "funding": {
2543 "url": "https://github.com/sponsors/antfu"
2544 },
2545 "peerDependencies": {
2546 "async-validator": "^4",
2547 "axios": "^1",
2548 "change-case": "^5",
2549 "drauu": "^0.4",
2550 "focus-trap": "^7",
2551 "fuse.js": "^7",
2552 "idb-keyval": "^6",
2553 "jwt-decode": "^4",
2554 "nprogress": "^0.2",
2555 "qrcode": "^1.5",
2556 "sortablejs": "^1",
2557 "universal-cookie": "^7"
2558 },
2559 "peerDependenciesMeta": {
2560 "async-validator": {
2561 "optional": true
2562 },
2563 "axios": {
2564 "optional": true
2565 },
2566 "change-case": {
2567 "optional": true
2568 },
2569 "drauu": {
2570 "optional": true
2571 },
2572 "focus-trap": {
2573 "optional": true
2574 },
2575 "fuse.js": {
2576 "optional": true
2577 },
2578 "idb-keyval": {
2579 "optional": true
2580 },
2581 "jwt-decode": {
2582 "optional": true
2583 },
2584 "nprogress": {
2585 "optional": true
2586 },
2587 "qrcode": {
2588 "optional": true
2589 },
2590 "sortablejs": {
2591 "optional": true
2592 },
2593 "universal-cookie": {
2594 "optional": true
2595 }
2596 }
2597 },
2598 "node_modules/@vueuse/metadata": {
2599 "version": "12.8.2",
2600 "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.8.2.tgz",
2601 "integrity": "sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==",
2602 "license": "MIT",
2603 "funding": {
2604 "url": "https://github.com/sponsors/antfu"
2605 }
2606 },
2607 "node_modules/@vueuse/shared": {
2608 "version": "12.8.2",
2609 "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.8.2.tgz",
2610 "integrity": "sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==",
2611 "license": "MIT",
2612 "dependencies": {
2613 "vue": "^3.5.13"
2614 },
2615 "funding": {
2616 "url": "https://github.com/sponsors/antfu"
2617 }
2618 },
2619 "node_modules/algoliasearch": {
2620 "version": "5.49.2",
2621 "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.49.2.tgz",
2622 "integrity": "sha512-1K0wtDaRONwfhL4h8bbJ9qTjmY6rhGgRvvagXkMBsAOMNr+3Q2SffHECh9DIuNVrMA1JwA0zCwhyepgBZVakng==",
2623 "license": "MIT",
2624 "dependencies": {
2625 "@algolia/abtesting": "1.15.2",
2626 "@algolia/client-abtesting": "5.49.2",
2627 "@algolia/client-analytics": "5.49.2",
2628 "@algolia/client-common": "5.49.2",
2629 "@algolia/client-insights": "5.49.2",
2630 "@algolia/client-personalization": "5.49.2",
2631 "@algolia/client-query-suggestions": "5.49.2",
2632 "@algolia/client-search": "5.49.2",
2633 "@algolia/ingestion": "1.49.2",
2634 "@algolia/monitoring": "1.49.2",
2635 "@algolia/recommend": "5.49.2",
2636 "@algolia/requester-browser-xhr": "5.49.2",
2637 "@algolia/requester-fetch": "5.49.2",
2638 "@algolia/requester-node-http": "5.49.2"
2639 },
2640 "engines": {
2641 "node": ">= 14.0.0"
2642 }
2643 },
2644 "node_modules/assertion-error": {
2645 "version": "2.0.1",
2646 "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
2647 "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
2648 "license": "MIT",
2649 "engines": {
2650 "node": ">=12"
2651 }
2652 },
2653 "node_modules/base64-js": {
2654 "version": "0.0.8",
2655 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
2656 "integrity": "sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==",
2657 "license": "MIT",
2658 "engines": {
2659 "node": ">= 0.4"
2660 }
2661 },
2662 "node_modules/better-sqlite3": {
2663 "version": "12.8.0",
2664 "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.8.0.tgz",
2665 "integrity": "sha512-RxD2Vd96sQDjQr20kdP+F+dK/1OUNiVOl200vKBZY8u0vTwysfolF6Hq+3ZK2+h8My9YvZhHsF+RSGZW2VYrPQ==",
2666 "hasInstallScript": true,
2667 "license": "MIT",
2668 "dependencies": {
2669 "bindings": "^1.5.0",
2670 "prebuild-install": "^7.1.1"
2671 },
2672 "engines": {
2673 "node": "20.x || 22.x || 23.x || 24.x || 25.x"
2674 }
2675 },
2676 "node_modules/bindings": {
2677 "version": "1.5.0",
2678 "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
2679 "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
2680 "license": "MIT",
2681 "dependencies": {
2682 "file-uri-to-path": "1.0.0"
2683 }
2684 },
2685 "node_modules/birpc": {
2686 "version": "2.9.0",
2687 "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
2688 "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
2689 "license": "MIT",
2690 "funding": {
2691 "url": "https://github.com/sponsors/antfu"
2692 }
2693 },
2694 "node_modules/bl": {
2695 "version": "4.1.0",
2696 "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
2697 "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
2698 "license": "MIT",
2699 "dependencies": {
2700 "buffer": "^5.5.0",
2701 "inherits": "^2.0.4",
2702 "readable-stream": "^3.4.0"
2703 }
2704 },
2705 "node_modules/buffer": {
2706 "version": "5.7.1",
2707 "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
2708 "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
2709 "funding": [
2710 {
2711 "type": "github",
2712 "url": "https://github.com/sponsors/feross"
2713 },
2714 {
2715 "type": "patreon",
2716 "url": "https://www.patreon.com/feross"
2717 },
2718 {
2719 "type": "consulting",
2720 "url": "https://feross.org/support"
2721 }
2722 ],
2723 "license": "MIT",
2724 "dependencies": {
2725 "base64-js": "^1.3.1",
2726 "ieee754": "^1.1.13"
2727 }
2728 },
2729 "node_modules/buffer/node_modules/base64-js": {
2730 "version": "1.5.1",
2731 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
2732 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
2733 "funding": [
2734 {
2735 "type": "github",
2736 "url": "https://github.com/sponsors/feross"
2737 },
2738 {
2739 "type": "patreon",
2740 "url": "https://www.patreon.com/feross"
2741 },
2742 {
2743 "type": "consulting",
2744 "url": "https://feross.org/support"
2745 }
2746 ],
2747 "license": "MIT"
2748 },
2749 "node_modules/camelize": {
2750 "version": "1.0.1",
2751 "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz",
2752 "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==",
2753 "license": "MIT",
2754 "funding": {
2755 "url": "https://github.com/sponsors/ljharb"
2756 }
2757 },
2758 "node_modules/ccount": {
2759 "version": "2.0.1",
2760 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
2761 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
2762 "license": "MIT",
2763 "funding": {
2764 "type": "github",
2765 "url": "https://github.com/sponsors/wooorm"
2766 }
2767 },
2768 "node_modules/chai": {
2769 "version": "6.2.2",
2770 "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
2771 "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
2772 "license": "MIT",
2773 "engines": {
2774 "node": ">=18"
2775 }
2776 },
2777 "node_modules/character-entities-html4": {
2778 "version": "2.1.0",
2779 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
2780 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
2781 "license": "MIT",
2782 "funding": {
2783 "type": "github",
2784 "url": "https://github.com/sponsors/wooorm"
2785 }
2786 },
2787 "node_modules/character-entities-legacy": {
2788 "version": "3.0.0",
2789 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
2790 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
2791 "license": "MIT",
2792 "funding": {
2793 "type": "github",
2794 "url": "https://github.com/sponsors/wooorm"
2795 }
2796 },
2797 "node_modules/chownr": {
2798 "version": "1.1.4",
2799 "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
2800 "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
2801 "license": "ISC"
2802 },
2803 "node_modules/color-name": {
2804 "version": "1.1.4",
2805 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2806 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2807 "license": "MIT"
2808 },
2809 "node_modules/comma-separated-tokens": {
2810 "version": "2.0.3",
2811 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
2812 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
2813 "license": "MIT",
2814 "funding": {
2815 "type": "github",
2816 "url": "https://github.com/sponsors/wooorm"
2817 }
2818 },
2819 "node_modules/copy-anything": {
2820 "version": "4.0.5",
2821 "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
2822 "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
2823 "license": "MIT",
2824 "dependencies": {
2825 "is-what": "^5.2.0"
2826 },
2827 "engines": {
2828 "node": ">=18"
2829 },
2830 "funding": {
2831 "url": "https://github.com/sponsors/mesqueeb"
2832 }
2833 },
2834 "node_modules/css-background-parser": {
2835 "version": "0.1.0",
2836 "resolved": "https://registry.npmjs.org/css-background-parser/-/css-background-parser-0.1.0.tgz",
2837 "integrity": "sha512-2EZLisiZQ+7m4wwur/qiYJRniHX4K5Tc9w93MT3AS0WS1u5kaZ4FKXlOTBhOjc+CgEgPiGY+fX1yWD8UwpEqUA==",
2838 "license": "MIT"
2839 },
2840 "node_modules/css-box-shadow": {
2841 "version": "1.0.0-3",
2842 "resolved": "https://registry.npmjs.org/css-box-shadow/-/css-box-shadow-1.0.0-3.tgz",
2843 "integrity": "sha512-9jaqR6e7Ohds+aWwmhe6wILJ99xYQbfmK9QQB9CcMjDbTxPZjwEmUQpU91OG05Xgm8BahT5fW+svbsQGjS/zPg==",
2844 "license": "MIT"
2845 },
2846 "node_modules/css-color-keywords": {
2847 "version": "1.0.0",
2848 "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",
2849 "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==",
2850 "license": "ISC",
2851 "engines": {
2852 "node": ">=4"
2853 }
2854 },
2855 "node_modules/css-gradient-parser": {
2856 "version": "0.0.17",
2857 "resolved": "https://registry.npmjs.org/css-gradient-parser/-/css-gradient-parser-0.0.17.tgz",
2858 "integrity": "sha512-w2Xy9UMMwlKtou0vlRnXvWglPAceXCTtcmVSo8ZBUvqCV5aXEFP/PC6d+I464810I9FT++UACwTD5511bmGPUg==",
2859 "license": "MIT",
2860 "engines": {
2861 "node": ">=16"
2862 }
2863 },
2864 "node_modules/css-to-react-native": {
2865 "version": "3.2.0",
2866 "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz",
2867 "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==",
2868 "license": "MIT",
2869 "dependencies": {
2870 "camelize": "^1.0.0",
2871 "css-color-keywords": "^1.0.0",
2872 "postcss-value-parser": "^4.0.2"
2873 }
2874 },
2875 "node_modules/csstype": {
2876 "version": "3.2.3",
2877 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
2878 "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
2879 "license": "MIT"
2880 },
2881 "node_modules/decompress-response": {
2882 "version": "6.0.0",
2883 "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
2884 "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
2885 "license": "MIT",
2886 "dependencies": {
2887 "mimic-response": "^3.1.0"
2888 },
2889 "engines": {
2890 "node": ">=10"
2891 },
2892 "funding": {
2893 "url": "https://github.com/sponsors/sindresorhus"
2894 }
2895 },
2896 "node_modules/deep-extend": {
2897 "version": "0.6.0",
2898 "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
2899 "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
2900 "license": "MIT",
2901 "engines": {
2902 "node": ">=4.0.0"
2903 }
2904 },
2905 "node_modules/dequal": {
2906 "version": "2.0.3",
2907 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
2908 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
2909 "license": "MIT",
2910 "engines": {
2911 "node": ">=6"
2912 }
2913 },
2914 "node_modules/detect-libc": {
2915 "version": "2.1.2",
2916 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2917 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2918 "license": "Apache-2.0",
2919 "engines": {
2920 "node": ">=8"
2921 }
2922 },
2923 "node_modules/devlop": {
2924 "version": "1.1.0",
2925 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
2926 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
2927 "license": "MIT",
2928 "dependencies": {
2929 "dequal": "^2.0.0"
2930 },
2931 "funding": {
2932 "type": "github",
2933 "url": "https://github.com/sponsors/wooorm"
2934 }
2935 },
2936 "node_modules/emoji-regex-xs": {
2937 "version": "2.0.1",
2938 "resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-2.0.1.tgz",
2939 "integrity": "sha512-1QFuh8l7LqUcKe24LsPUNzjrzJQ7pgRwp1QMcZ5MX6mFplk2zQ08NVCM84++1cveaUUYtcCYHmeFEuNg16sU4g==",
2940 "license": "MIT",
2941 "engines": {
2942 "node": ">=10.0.0"
2943 }
2944 },
2945 "node_modules/end-of-stream": {
2946 "version": "1.4.5",
2947 "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
2948 "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
2949 "license": "MIT",
2950 "dependencies": {
2951 "once": "^1.4.0"
2952 }
2953 },
2954 "node_modules/es-module-lexer": {
2955 "version": "1.7.0",
2956 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
2957 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
2958 "license": "MIT"
2959 },
2960 "node_modules/escape-html": {
2961 "version": "1.0.3",
2962 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
2963 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
2964 "license": "MIT"
2965 },
2966 "node_modules/estree-walker": {
2967 "version": "3.0.3",
2968 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
2969 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
2970 "license": "MIT",
2971 "dependencies": {
2972 "@types/estree": "^1.0.0"
2973 }
2974 },
2975 "node_modules/expand-template": {
2976 "version": "2.0.3",
2977 "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
2978 "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
2979 "license": "(MIT OR WTFPL)",
2980 "engines": {
2981 "node": ">=6"
2982 }
2983 },
2984 "node_modules/expect-type": {
2985 "version": "1.3.0",
2986 "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
2987 "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
2988 "license": "Apache-2.0",
2989 "engines": {
2990 "node": ">=12.0.0"
2991 }
2992 },
2993 "node_modules/fdir": {
2994 "version": "6.5.0",
2995 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2996 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2997 "license": "MIT",
2998 "engines": {
2999 "node": ">=12.0.0"
3000 },
3001 "peerDependencies": {
3002 "picomatch": "^3 || ^4"
3003 },
3004 "peerDependenciesMeta": {
3005 "picomatch": {
3006 "optional": true
3007 }
3008 }
3009 },
3010 "node_modules/fflate": {
3011 "version": "0.7.4",
3012 "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.7.4.tgz",
3013 "integrity": "sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==",
3014 "license": "MIT"
3015 },
3016 "node_modules/file-uri-to-path": {
3017 "version": "1.0.0",
3018 "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
3019 "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
3020 "license": "MIT"
3021 },
3022 "node_modules/focus-trap": {
3023 "version": "7.8.0",
3024 "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz",
3025 "integrity": "sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==",
3026 "license": "MIT",
3027 "dependencies": {
3028 "tabbable": "^6.4.0"
3029 }
3030 },
3031 "node_modules/fs-constants": {
3032 "version": "1.0.0",
3033 "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
3034 "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
3035 "license": "MIT"
3036 },
3037 "node_modules/fsevents": {
3038 "version": "2.3.3",
3039 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
3040 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
3041 "hasInstallScript": true,
3042 "license": "MIT",
3043 "optional": true,
3044 "os": [
3045 "darwin"
3046 ],
3047 "engines": {
3048 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
3049 }
3050 },
3051 "node_modules/github-from-package": {
3052 "version": "0.0.0",
3053 "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
3054 "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
3055 "license": "MIT"
3056 },
3057 "node_modules/hast-util-to-html": {
3058 "version": "9.0.5",
3059 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
3060 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
3061 "license": "MIT",
3062 "dependencies": {
3063 "@types/hast": "^3.0.0",
3064 "@types/unist": "^3.0.0",
3065 "ccount": "^2.0.0",
3066 "comma-separated-tokens": "^2.0.0",
3067 "hast-util-whitespace": "^3.0.0",
3068 "html-void-elements": "^3.0.0",
3069 "mdast-util-to-hast": "^13.0.0",
3070 "property-information": "^7.0.0",
3071 "space-separated-tokens": "^2.0.0",
3072 "stringify-entities": "^4.0.0",
3073 "zwitch": "^2.0.4"
3074 },
3075 "funding": {
3076 "type": "opencollective",
3077 "url": "https://opencollective.com/unified"
3078 }
3079 },
3080 "node_modules/hast-util-whitespace": {
3081 "version": "3.0.0",
3082 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
3083 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
3084 "license": "MIT",
3085 "dependencies": {
3086 "@types/hast": "^3.0.0"
3087 },
3088 "funding": {
3089 "type": "opencollective",
3090 "url": "https://opencollective.com/unified"
3091 }
3092 },
3093 "node_modules/hex-rgb": {
3094 "version": "4.3.0",
3095 "resolved": "https://registry.npmjs.org/hex-rgb/-/hex-rgb-4.3.0.tgz",
3096 "integrity": "sha512-Ox1pJVrDCyGHMG9CFg1tmrRUMRPRsAWYc/PinY0XzJU4K7y7vjNoLKIQ7BR5UJMCxNN8EM1MNDmHWA/B3aZUuw==",
3097 "license": "MIT",
3098 "engines": {
3099 "node": ">=6"
3100 },
3101 "funding": {
3102 "url": "https://github.com/sponsors/sindresorhus"
3103 }
3104 },
3105 "node_modules/hookable": {
3106 "version": "5.5.3",
3107 "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
3108 "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
3109 "license": "MIT"
3110 },
3111 "node_modules/html-void-elements": {
3112 "version": "3.0.0",
3113 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
3114 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
3115 "license": "MIT",
3116 "funding": {
3117 "type": "github",
3118 "url": "https://github.com/sponsors/wooorm"
3119 }
3120 },
3121 "node_modules/ieee754": {
3122 "version": "1.2.1",
3123 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
3124 "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
3125 "funding": [
3126 {
3127 "type": "github",
3128 "url": "https://github.com/sponsors/feross"
3129 },
3130 {
3131 "type": "patreon",
3132 "url": "https://www.patreon.com/feross"
3133 },
3134 {
3135 "type": "consulting",
3136 "url": "https://feross.org/support"
3137 }
3138 ],
3139 "license": "BSD-3-Clause"
3140 },
3141 "node_modules/inherits": {
3142 "version": "2.0.4",
3143 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
3144 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
3145 "license": "ISC"
3146 },
3147 "node_modules/ini": {
3148 "version": "1.3.8",
3149 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
3150 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
3151 "license": "ISC"
3152 },
3153 "node_modules/is-what": {
3154 "version": "5.5.0",
3155 "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
3156 "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
3157 "license": "MIT",
3158 "engines": {
3159 "node": ">=18"
3160 },
3161 "funding": {
3162 "url": "https://github.com/sponsors/mesqueeb"
3163 }
3164 },
3165 "node_modules/lightningcss": {
3166 "version": "1.32.0",
3167 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
3168 "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
3169 "devOptional": true,
3170 "license": "MPL-2.0",
3171 "dependencies": {
3172 "detect-libc": "^2.0.3"
3173 },
3174 "engines": {
3175 "node": ">= 12.0.0"
3176 },
3177 "funding": {
3178 "type": "opencollective",
3179 "url": "https://opencollective.com/parcel"
3180 },
3181 "optionalDependencies": {
3182 "lightningcss-android-arm64": "1.32.0",
3183 "lightningcss-darwin-arm64": "1.32.0",
3184 "lightningcss-darwin-x64": "1.32.0",
3185 "lightningcss-freebsd-x64": "1.32.0",
3186 "lightningcss-linux-arm-gnueabihf": "1.32.0",
3187 "lightningcss-linux-arm64-gnu": "1.32.0",
3188 "lightningcss-linux-arm64-musl": "1.32.0",
3189 "lightningcss-linux-x64-gnu": "1.32.0",
3190 "lightningcss-linux-x64-musl": "1.32.0",
3191 "lightningcss-win32-arm64-msvc": "1.32.0",
3192 "lightningcss-win32-x64-msvc": "1.32.0"
3193 }
3194 },
3195 "node_modules/lightningcss-android-arm64": {
3196 "version": "1.32.0",
3197 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
3198 "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
3199 "cpu": [
3200 "arm64"
3201 ],
3202 "license": "MPL-2.0",
3203 "optional": true,
3204 "os": [
3205 "android"
3206 ],
3207 "engines": {
3208 "node": ">= 12.0.0"
3209 },
3210 "funding": {
3211 "type": "opencollective",
3212 "url": "https://opencollective.com/parcel"
3213 }
3214 },
3215 "node_modules/lightningcss-darwin-arm64": {
3216 "version": "1.32.0",
3217 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
3218 "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
3219 "cpu": [
3220 "arm64"
3221 ],
3222 "license": "MPL-2.0",
3223 "optional": true,
3224 "os": [
3225 "darwin"
3226 ],
3227 "engines": {
3228 "node": ">= 12.0.0"
3229 },
3230 "funding": {
3231 "type": "opencollective",
3232 "url": "https://opencollective.com/parcel"
3233 }
3234 },
3235 "node_modules/lightningcss-darwin-x64": {
3236 "version": "1.32.0",
3237 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
3238 "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
3239 "cpu": [
3240 "x64"
3241 ],
3242 "license": "MPL-2.0",
3243 "optional": true,
3244 "os": [
3245 "darwin"
3246 ],
3247 "engines": {
3248 "node": ">= 12.0.0"
3249 },
3250 "funding": {
3251 "type": "opencollective",
3252 "url": "https://opencollective.com/parcel"
3253 }
3254 },
3255 "node_modules/lightningcss-freebsd-x64": {
3256 "version": "1.32.0",
3257 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
3258 "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
3259 "cpu": [
3260 "x64"
3261 ],
3262 "license": "MPL-2.0",
3263 "optional": true,
3264 "os": [
3265 "freebsd"
3266 ],
3267 "engines": {
3268 "node": ">= 12.0.0"
3269 },
3270 "funding": {
3271 "type": "opencollective",
3272 "url": "https://opencollective.com/parcel"
3273 }
3274 },
3275 "node_modules/lightningcss-linux-arm-gnueabihf": {
3276 "version": "1.32.0",
3277 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
3278 "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
3279 "cpu": [
3280 "arm"
3281 ],
3282 "license": "MPL-2.0",
3283 "optional": true,
3284 "os": [
3285 "linux"
3286 ],
3287 "engines": {
3288 "node": ">= 12.0.0"
3289 },
3290 "funding": {
3291 "type": "opencollective",
3292 "url": "https://opencollective.com/parcel"
3293 }
3294 },
3295 "node_modules/lightningcss-linux-arm64-gnu": {
3296 "version": "1.32.0",
3297 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
3298 "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
3299 "cpu": [
3300 "arm64"
3301 ],
3302 "license": "MPL-2.0",
3303 "optional": true,
3304 "os": [
3305 "linux"
3306 ],
3307 "engines": {
3308 "node": ">= 12.0.0"
3309 },
3310 "funding": {
3311 "type": "opencollective",
3312 "url": "https://opencollective.com/parcel"
3313 }
3314 },
3315 "node_modules/lightningcss-linux-arm64-musl": {
3316 "version": "1.32.0",
3317 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
3318 "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
3319 "cpu": [
3320 "arm64"
3321 ],
3322 "license": "MPL-2.0",
3323 "optional": true,
3324 "os": [
3325 "linux"
3326 ],
3327 "engines": {
3328 "node": ">= 12.0.0"
3329 },
3330 "funding": {
3331 "type": "opencollective",
3332 "url": "https://opencollective.com/parcel"
3333 }
3334 },
3335 "node_modules/lightningcss-linux-x64-gnu": {
3336 "version": "1.32.0",
3337 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
3338 "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
3339 "cpu": [
3340 "x64"
3341 ],
3342 "license": "MPL-2.0",
3343 "optional": true,
3344 "os": [
3345 "linux"
3346 ],
3347 "engines": {
3348 "node": ">= 12.0.0"
3349 },
3350 "funding": {
3351 "type": "opencollective",
3352 "url": "https://opencollective.com/parcel"
3353 }
3354 },
3355 "node_modules/lightningcss-linux-x64-musl": {
3356 "version": "1.32.0",
3357 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
3358 "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
3359 "cpu": [
3360 "x64"
3361 ],
3362 "license": "MPL-2.0",
3363 "optional": true,
3364 "os": [
3365 "linux"
3366 ],
3367 "engines": {
3368 "node": ">= 12.0.0"
3369 },
3370 "funding": {
3371 "type": "opencollective",
3372 "url": "https://opencollective.com/parcel"
3373 }
3374 },
3375 "node_modules/lightningcss-win32-arm64-msvc": {
3376 "version": "1.32.0",
3377 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
3378 "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
3379 "cpu": [
3380 "arm64"
3381 ],
3382 "license": "MPL-2.0",
3383 "optional": true,
3384 "os": [
3385 "win32"
3386 ],
3387 "engines": {
3388 "node": ">= 12.0.0"
3389 },
3390 "funding": {
3391 "type": "opencollective",
3392 "url": "https://opencollective.com/parcel"
3393 }
3394 },
3395 "node_modules/lightningcss-win32-x64-msvc": {
3396 "version": "1.32.0",
3397 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
3398 "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
3399 "cpu": [
3400 "x64"
3401 ],
3402 "license": "MPL-2.0",
3403 "optional": true,
3404 "os": [
3405 "win32"
3406 ],
3407 "engines": {
3408 "node": ">= 12.0.0"
3409 },
3410 "funding": {
3411 "type": "opencollective",
3412 "url": "https://opencollective.com/parcel"
3413 }
3414 },
3415 "node_modules/linebreak": {
3416 "version": "1.1.0",
3417 "resolved": "https://registry.npmjs.org/linebreak/-/linebreak-1.1.0.tgz",
3418 "integrity": "sha512-MHp03UImeVhB7XZtjd0E4n6+3xr5Dq/9xI/5FptGk5FrbDR3zagPa2DS6U8ks/3HjbKWG9Q1M2ufOzxV2qLYSQ==",
3419 "license": "MIT",
3420 "dependencies": {
3421 "base64-js": "0.0.8",
3422 "unicode-trie": "^2.0.0"
3423 }
3424 },
3425 "node_modules/magic-string": {
3426 "version": "0.30.21",
3427 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
3428 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
3429 "license": "MIT",
3430 "dependencies": {
3431 "@jridgewell/sourcemap-codec": "^1.5.5"
3432 }
3433 },
3434 "node_modules/mark.js": {
3435 "version": "8.11.1",
3436 "resolved": "https://registry.npmjs.org/mark.js/-/mark.js-8.11.1.tgz",
3437 "integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==",
3438 "license": "MIT"
3439 },
3440 "node_modules/mdast-util-to-hast": {
3441 "version": "13.2.1",
3442 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
3443 "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
3444 "license": "MIT",
3445 "dependencies": {
3446 "@types/hast": "^3.0.0",
3447 "@types/mdast": "^4.0.0",
3448 "@ungap/structured-clone": "^1.0.0",
3449 "devlop": "^1.0.0",
3450 "micromark-util-sanitize-uri": "^2.0.0",
3451 "trim-lines": "^3.0.0",
3452 "unist-util-position": "^5.0.0",
3453 "unist-util-visit": "^5.0.0",
3454 "vfile": "^6.0.0"
3455 },
3456 "funding": {
3457 "type": "opencollective",
3458 "url": "https://opencollective.com/unified"
3459 }
3460 },
3461 "node_modules/micromark-util-character": {
3462 "version": "2.1.1",
3463 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
3464 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
3465 "funding": [
3466 {
3467 "type": "GitHub Sponsors",
3468 "url": "https://github.com/sponsors/unifiedjs"
3469 },
3470 {
3471 "type": "OpenCollective",
3472 "url": "https://opencollective.com/unified"
3473 }
3474 ],
3475 "license": "MIT",
3476 "dependencies": {
3477 "micromark-util-symbol": "^2.0.0",
3478 "micromark-util-types": "^2.0.0"
3479 }
3480 },
3481 "node_modules/micromark-util-encode": {
3482 "version": "2.0.1",
3483 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
3484 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
3485 "funding": [
3486 {
3487 "type": "GitHub Sponsors",
3488 "url": "https://github.com/sponsors/unifiedjs"
3489 },
3490 {
3491 "type": "OpenCollective",
3492 "url": "https://opencollective.com/unified"
3493 }
3494 ],
3495 "license": "MIT"
3496 },
3497 "node_modules/micromark-util-sanitize-uri": {
3498 "version": "2.0.1",
3499 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
3500 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
3501 "funding": [
3502 {
3503 "type": "GitHub Sponsors",
3504 "url": "https://github.com/sponsors/unifiedjs"
3505 },
3506 {
3507 "type": "OpenCollective",
3508 "url": "https://opencollective.com/unified"
3509 }
3510 ],
3511 "license": "MIT",
3512 "dependencies": {
3513 "micromark-util-character": "^2.0.0",
3514 "micromark-util-encode": "^2.0.0",
3515 "micromark-util-symbol": "^2.0.0"
3516 }
3517 },
3518 "node_modules/micromark-util-symbol": {
3519 "version": "2.0.1",
3520 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
3521 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
3522 "funding": [
3523 {
3524 "type": "GitHub Sponsors",
3525 "url": "https://github.com/sponsors/unifiedjs"
3526 },
3527 {
3528 "type": "OpenCollective",
3529 "url": "https://opencollective.com/unified"
3530 }
3531 ],
3532 "license": "MIT"
3533 },
3534 "node_modules/micromark-util-types": {
3535 "version": "2.0.2",
3536 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
3537 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
3538 "funding": [
3539 {
3540 "type": "GitHub Sponsors",
3541 "url": "https://github.com/sponsors/unifiedjs"
3542 },
3543 {
3544 "type": "OpenCollective",
3545 "url": "https://opencollective.com/unified"
3546 }
3547 ],
3548 "license": "MIT"
3549 },
3550 "node_modules/mimic-response": {
3551 "version": "3.1.0",
3552 "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
3553 "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
3554 "license": "MIT",
3555 "engines": {
3556 "node": ">=10"
3557 },
3558 "funding": {
3559 "url": "https://github.com/sponsors/sindresorhus"
3560 }
3561 },
3562 "node_modules/minimist": {
3563 "version": "1.2.8",
3564 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
3565 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
3566 "license": "MIT",
3567 "funding": {
3568 "url": "https://github.com/sponsors/ljharb"
3569 }
3570 },
3571 "node_modules/minisearch": {
3572 "version": "7.2.0",
3573 "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-7.2.0.tgz",
3574 "integrity": "sha512-dqT2XBYUOZOiC5t2HRnwADjhNS2cecp9u+TJRiJ1Qp/f5qjkeT5APcGPjHw+bz89Ms8Jp+cG4AlE+QZ/QnDglg==",
3575 "license": "MIT"
3576 },
3577 "node_modules/mitt": {
3578 "version": "3.0.1",
3579 "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
3580 "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
3581 "license": "MIT"
3582 },
3583 "node_modules/mkdirp-classic": {
3584 "version": "0.5.3",
3585 "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
3586 "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
3587 "license": "MIT"
3588 },
3589 "node_modules/nanoid": {
3590 "version": "3.3.11",
3591 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
3592 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
3593 "funding": [
3594 {
3595 "type": "github",
3596 "url": "https://github.com/sponsors/ai"
3597 }
3598 ],
3599 "license": "MIT",
3600 "bin": {
3601 "nanoid": "bin/nanoid.cjs"
3602 },
3603 "engines": {
3604 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3605 }
3606 },
3607 "node_modules/napi-build-utils": {
3608 "version": "2.0.0",
3609 "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
3610 "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
3611 "license": "MIT"
3612 },
3613 "node_modules/node-abi": {
3614 "version": "3.88.0",
3615 "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.88.0.tgz",
3616 "integrity": "sha512-At6b4UqIEVudaqPsXjmUO1r/N5BUr4yhDGs5PkBE8/oG5+TfLPhFechiskFsnT6Ql0VfUXbalUUCbfXxtj7K+w==",
3617 "license": "MIT",
3618 "dependencies": {
3619 "semver": "^7.3.5"
3620 },
3621 "engines": {
3622 "node": ">=10"
3623 }
3624 },
3625 "node_modules/obug": {
3626 "version": "2.1.1",
3627 "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
3628 "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
3629 "funding": [
3630 "https://github.com/sponsors/sxzz",
3631 "https://opencollective.com/debug"
3632 ],
3633 "license": "MIT"
3634 },
3635 "node_modules/once": {
3636 "version": "1.4.0",
3637 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
3638 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
3639 "license": "ISC",
3640 "dependencies": {
3641 "wrappy": "1"
3642 }
3643 },
3644 "node_modules/oxfmt": {
3645 "version": "0.35.0",
3646 "resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.35.0.tgz",
3647 "integrity": "sha512-QYeXWkP+aLt7utt5SLivNIk09glWx9QE235ODjgcEZ3sd1VMaUBSpLymh6ZRCA76gD2rMP4bXanUz/fx+nLM9Q==",
3648 "dev": true,
3649 "license": "MIT",
3650 "dependencies": {
3651 "tinypool": "2.1.0"
3652 },
3653 "bin": {
3654 "oxfmt": "bin/oxfmt"
3655 },
3656 "engines": {
3657 "node": "^20.19.0 || >=22.12.0"
3658 },
3659 "funding": {
3660 "url": "https://github.com/sponsors/Boshen"
3661 },
3662 "optionalDependencies": {
3663 "@oxfmt/binding-android-arm-eabi": "0.35.0",
3664 "@oxfmt/binding-android-arm64": "0.35.0",
3665 "@oxfmt/binding-darwin-arm64": "0.35.0",
3666 "@oxfmt/binding-darwin-x64": "0.35.0",
3667 "@oxfmt/binding-freebsd-x64": "0.35.0",
3668 "@oxfmt/binding-linux-arm-gnueabihf": "0.35.0",
3669 "@oxfmt/binding-linux-arm-musleabihf": "0.35.0",
3670 "@oxfmt/binding-linux-arm64-gnu": "0.35.0",
3671 "@oxfmt/binding-linux-arm64-musl": "0.35.0",
3672 "@oxfmt/binding-linux-ppc64-gnu": "0.35.0",
3673 "@oxfmt/binding-linux-riscv64-gnu": "0.35.0",
3674 "@oxfmt/binding-linux-riscv64-musl": "0.35.0",
3675 "@oxfmt/binding-linux-s390x-gnu": "0.35.0",
3676 "@oxfmt/binding-linux-x64-gnu": "0.35.0",
3677 "@oxfmt/binding-linux-x64-musl": "0.35.0",
3678 "@oxfmt/binding-openharmony-arm64": "0.35.0",
3679 "@oxfmt/binding-win32-arm64-msvc": "0.35.0",
3680 "@oxfmt/binding-win32-ia32-msvc": "0.35.0",
3681 "@oxfmt/binding-win32-x64-msvc": "0.35.0"
3682 }
3683 },
3684 "node_modules/oxlint": {
3685 "version": "1.52.0",
3686 "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.52.0.tgz",
3687 "integrity": "sha512-InLldD+6+3iHJGIrtU1W37UIpsg+xoGCemkZCuSQhxUO3evMX+L872ONvbECyRza9k7ScMCukJIK3Al/2ZMDnQ==",
3688 "dev": true,
3689 "license": "MIT",
3690 "bin": {
3691 "oxlint": "bin/oxlint"
3692 },
3693 "engines": {
3694 "node": "^20.19.0 || >=22.12.0"
3695 },
3696 "funding": {
3697 "url": "https://github.com/sponsors/Boshen"
3698 },
3699 "optionalDependencies": {
3700 "@oxlint/binding-android-arm-eabi": "1.52.0",
3701 "@oxlint/binding-android-arm64": "1.52.0",
3702 "@oxlint/binding-darwin-arm64": "1.52.0",
3703 "@oxlint/binding-darwin-x64": "1.52.0",
3704 "@oxlint/binding-freebsd-x64": "1.52.0",
3705 "@oxlint/binding-linux-arm-gnueabihf": "1.52.0",
3706 "@oxlint/binding-linux-arm-musleabihf": "1.52.0",
3707 "@oxlint/binding-linux-arm64-gnu": "1.52.0",
3708 "@oxlint/binding-linux-arm64-musl": "1.52.0",
3709 "@oxlint/binding-linux-ppc64-gnu": "1.52.0",
3710 "@oxlint/binding-linux-riscv64-gnu": "1.52.0",
3711 "@oxlint/binding-linux-riscv64-musl": "1.52.0",
3712 "@oxlint/binding-linux-s390x-gnu": "1.52.0",
3713 "@oxlint/binding-linux-x64-gnu": "1.52.0",
3714 "@oxlint/binding-linux-x64-musl": "1.52.0",
3715 "@oxlint/binding-openharmony-arm64": "1.52.0",
3716 "@oxlint/binding-win32-arm64-msvc": "1.52.0",
3717 "@oxlint/binding-win32-ia32-msvc": "1.52.0",
3718 "@oxlint/binding-win32-x64-msvc": "1.52.0"
3719 },
3720 "peerDependencies": {
3721 "oxlint-tsgolint": ">=0.15.0"
3722 },
3723 "peerDependenciesMeta": {
3724 "oxlint-tsgolint": {
3725 "optional": true
3726 }
3727 }
3728 },
3729 "node_modules/pako": {
3730 "version": "0.2.9",
3731 "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
3732 "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
3733 "license": "MIT"
3734 },
3735 "node_modules/parse-css-color": {
3736 "version": "0.2.1",
3737 "resolved": "https://registry.npmjs.org/parse-css-color/-/parse-css-color-0.2.1.tgz",
3738 "integrity": "sha512-bwS/GGIFV3b6KS4uwpzCFj4w297Yl3uqnSgIPsoQkx7GMLROXfMnWvxfNkL0oh8HVhZA4hvJoEoEIqonfJ3BWg==",
3739 "license": "MIT",
3740 "dependencies": {
3741 "color-name": "^1.1.4",
3742 "hex-rgb": "^4.1.0"
3743 }
3744 },
3745 "node_modules/pathe": {
3746 "version": "2.0.3",
3747 "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
3748 "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
3749 "license": "MIT"
3750 },
3751 "node_modules/perfect-debounce": {
3752 "version": "1.0.0",
3753 "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
3754 "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
3755 "license": "MIT"
3756 },
3757 "node_modules/picocolors": {
3758 "version": "1.1.1",
3759 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3760 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3761 "license": "ISC"
3762 },
3763 "node_modules/picomatch": {
3764 "version": "4.0.3",
3765 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
3766 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
3767 "license": "MIT",
3768 "engines": {
3769 "node": ">=12"
3770 },
3771 "funding": {
3772 "url": "https://github.com/sponsors/jonschlinkert"
3773 }
3774 },
3775 "node_modules/postcss": {
3776 "version": "8.5.8",
3777 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
3778 "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
3779 "funding": [
3780 {
3781 "type": "opencollective",
3782 "url": "https://opencollective.com/postcss/"
3783 },
3784 {
3785 "type": "tidelift",
3786 "url": "https://tidelift.com/funding/github/npm/postcss"
3787 },
3788 {
3789 "type": "github",
3790 "url": "https://github.com/sponsors/ai"
3791 }
3792 ],
3793 "license": "MIT",
3794 "dependencies": {
3795 "nanoid": "^3.3.11",
3796 "picocolors": "^1.1.1",
3797 "source-map-js": "^1.2.1"
3798 },
3799 "engines": {
3800 "node": "^10 || ^12 || >=14"
3801 }
3802 },
3803 "node_modules/postcss-value-parser": {
3804 "version": "4.2.0",
3805 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
3806 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
3807 "license": "MIT"
3808 },
3809 "node_modules/preact": {
3810 "version": "10.29.0",
3811 "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.0.tgz",
3812 "integrity": "sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==",
3813 "license": "MIT",
3814 "funding": {
3815 "type": "opencollective",
3816 "url": "https://opencollective.com/preact"
3817 }
3818 },
3819 "node_modules/prebuild-install": {
3820 "version": "7.1.3",
3821 "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
3822 "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
3823 "deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.",
3824 "license": "MIT",
3825 "dependencies": {
3826 "detect-libc": "^2.0.0",
3827 "expand-template": "^2.0.3",
3828 "github-from-package": "0.0.0",
3829 "minimist": "^1.2.3",
3830 "mkdirp-classic": "^0.5.3",
3831 "napi-build-utils": "^2.0.0",
3832 "node-abi": "^3.3.0",
3833 "pump": "^3.0.0",
3834 "rc": "^1.2.7",
3835 "simple-get": "^4.0.0",
3836 "tar-fs": "^2.0.0",
3837 "tunnel-agent": "^0.6.0"
3838 },
3839 "bin": {
3840 "prebuild-install": "bin.js"
3841 },
3842 "engines": {
3843 "node": ">=10"
3844 }
3845 },
3846 "node_modules/property-information": {
3847 "version": "7.1.0",
3848 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
3849 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
3850 "license": "MIT",
3851 "funding": {
3852 "type": "github",
3853 "url": "https://github.com/sponsors/wooorm"
3854 }
3855 },
3856 "node_modules/pump": {
3857 "version": "3.0.4",
3858 "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
3859 "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
3860 "license": "MIT",
3861 "dependencies": {
3862 "end-of-stream": "^1.1.0",
3863 "once": "^1.3.1"
3864 }
3865 },
3866 "node_modules/rc": {
3867 "version": "1.2.8",
3868 "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
3869 "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
3870 "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
3871 "dependencies": {
3872 "deep-extend": "^0.6.0",
3873 "ini": "~1.3.0",
3874 "minimist": "^1.2.0",
3875 "strip-json-comments": "~2.0.1"
3876 },
3877 "bin": {
3878 "rc": "cli.js"
3879 }
3880 },
3881 "node_modules/readable-stream": {
3882 "version": "3.6.2",
3883 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
3884 "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
3885 "license": "MIT",
3886 "dependencies": {
3887 "inherits": "^2.0.3",
3888 "string_decoder": "^1.1.1",
3889 "util-deprecate": "^1.0.1"
3890 },
3891 "engines": {
3892 "node": ">= 6"
3893 }
3894 },
3895 "node_modules/regex": {
3896 "version": "6.1.0",
3897 "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
3898 "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
3899 "license": "MIT",
3900 "dependencies": {
3901 "regex-utilities": "^2.3.0"
3902 }
3903 },
3904 "node_modules/regex-recursion": {
3905 "version": "6.0.2",
3906 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
3907 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
3908 "license": "MIT",
3909 "dependencies": {
3910 "regex-utilities": "^2.3.0"
3911 }
3912 },
3913 "node_modules/regex-utilities": {
3914 "version": "2.3.0",
3915 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
3916 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
3917 "license": "MIT"
3918 },
3919 "node_modules/rfdc": {
3920 "version": "1.4.1",
3921 "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
3922 "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
3923 "license": "MIT"
3924 },
3925 "node_modules/rolldown": {
3926 "version": "1.0.0-rc.9",
3927 "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.9.tgz",
3928 "integrity": "sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==",
3929 "dev": true,
3930 "license": "MIT",
3931 "dependencies": {
3932 "@oxc-project/types": "=0.115.0",
3933 "@rolldown/pluginutils": "1.0.0-rc.9"
3934 },
3935 "bin": {
3936 "rolldown": "bin/cli.mjs"
3937 },
3938 "engines": {
3939 "node": "^20.19.0 || >=22.12.0"
3940 },
3941 "optionalDependencies": {
3942 "@rolldown/binding-android-arm64": "1.0.0-rc.9",
3943 "@rolldown/binding-darwin-arm64": "1.0.0-rc.9",
3944 "@rolldown/binding-darwin-x64": "1.0.0-rc.9",
3945 "@rolldown/binding-freebsd-x64": "1.0.0-rc.9",
3946 "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.9",
3947 "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.9",
3948 "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.9",
3949 "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.9",
3950 "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.9",
3951 "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.9",
3952 "@rolldown/binding-linux-x64-musl": "1.0.0-rc.9",
3953 "@rolldown/binding-openharmony-arm64": "1.0.0-rc.9",
3954 "@rolldown/binding-wasm32-wasi": "1.0.0-rc.9",
3955 "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.9",
3956 "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.9"
3957 }
3958 },
3959 "node_modules/rollup": {
3960 "version": "4.59.0",
3961 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
3962 "integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
3963 "license": "MIT",
3964 "dependencies": {
3965 "@types/estree": "1.0.8"
3966 },
3967 "bin": {
3968 "rollup": "dist/bin/rollup"
3969 },
3970 "engines": {
3971 "node": ">=18.0.0",
3972 "npm": ">=8.0.0"
3973 },
3974 "optionalDependencies": {
3975 "@rollup/rollup-android-arm-eabi": "4.59.0",
3976 "@rollup/rollup-android-arm64": "4.59.0",
3977 "@rollup/rollup-darwin-arm64": "4.59.0",
3978 "@rollup/rollup-darwin-x64": "4.59.0",
3979 "@rollup/rollup-freebsd-arm64": "4.59.0",
3980 "@rollup/rollup-freebsd-x64": "4.59.0",
3981 "@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
3982 "@rollup/rollup-linux-arm-musleabihf": "4.59.0",
3983 "@rollup/rollup-linux-arm64-gnu": "4.59.0",
3984 "@rollup/rollup-linux-arm64-musl": "4.59.0",
3985 "@rollup/rollup-linux-loong64-gnu": "4.59.0",
3986 "@rollup/rollup-linux-loong64-musl": "4.59.0",
3987 "@rollup/rollup-linux-ppc64-gnu": "4.59.0",
3988 "@rollup/rollup-linux-ppc64-musl": "4.59.0",
3989 "@rollup/rollup-linux-riscv64-gnu": "4.59.0",
3990 "@rollup/rollup-linux-riscv64-musl": "4.59.0",
3991 "@rollup/rollup-linux-s390x-gnu": "4.59.0",
3992 "@rollup/rollup-linux-x64-gnu": "4.59.0",
3993 "@rollup/rollup-linux-x64-musl": "4.59.0",
3994 "@rollup/rollup-openbsd-x64": "4.59.0",
3995 "@rollup/rollup-openharmony-arm64": "4.59.0",
3996 "@rollup/rollup-win32-arm64-msvc": "4.59.0",
3997 "@rollup/rollup-win32-ia32-msvc": "4.59.0",
3998 "@rollup/rollup-win32-x64-gnu": "4.59.0",
3999 "@rollup/rollup-win32-x64-msvc": "4.59.0",
4000 "fsevents": "~2.3.2"
4001 }
4002 },
4003 "node_modules/safe-buffer": {
4004 "version": "5.2.1",
4005 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
4006 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
4007 "funding": [
4008 {
4009 "type": "github",
4010 "url": "https://github.com/sponsors/feross"
4011 },
4012 {
4013 "type": "patreon",
4014 "url": "https://www.patreon.com/feross"
4015 },
4016 {
4017 "type": "consulting",
4018 "url": "https://feross.org/support"
4019 }
4020 ],
4021 "license": "MIT"
4022 },
4023 "node_modules/satori": {
4024 "version": "0.19.3",
4025 "resolved": "https://registry.npmjs.org/satori/-/satori-0.19.3.tgz",
4026 "integrity": "sha512-dKr8TNYSyceWqBoTHWntjy25xaiWMw5GF+f8QOqFsov9OpTswLs7xdbvZudGRp9jkzbhv/4mVjVZYFtpruGKiA==",
4027 "license": "MPL-2.0",
4028 "dependencies": {
4029 "@shuding/opentype.js": "1.4.0-beta.0",
4030 "css-background-parser": "^0.1.0",
4031 "css-box-shadow": "1.0.0-3",
4032 "css-gradient-parser": "^0.0.17",
4033 "css-to-react-native": "^3.0.0",
4034 "emoji-regex-xs": "^2.0.1",
4035 "escape-html": "^1.0.3",
4036 "linebreak": "^1.1.0",
4037 "parse-css-color": "^0.2.1",
4038 "postcss-value-parser": "^4.2.0",
4039 "yoga-layout": "^3.2.1"
4040 },
4041 "engines": {
4042 "node": ">=16"
4043 }
4044 },
4045 "node_modules/search-insights": {
4046 "version": "2.17.3",
4047 "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.17.3.tgz",
4048 "integrity": "sha512-RQPdCYTa8A68uM2jwxoY842xDhvx3E5LFL1LxvxCNMev4o5mLuokczhzjAgGwUZBAmOKZknArSxLKmXtIi2AxQ==",
4049 "license": "MIT",
4050 "peer": true
4051 },
4052 "node_modules/semver": {
4053 "version": "7.7.4",
4054 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
4055 "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
4056 "license": "ISC",
4057 "bin": {
4058 "semver": "bin/semver.js"
4059 },
4060 "engines": {
4061 "node": ">=10"
4062 }
4063 },
4064 "node_modules/siginfo": {
4065 "version": "2.0.0",
4066 "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
4067 "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
4068 "license": "ISC"
4069 },
4070 "node_modules/simple-concat": {
4071 "version": "1.0.1",
4072 "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
4073 "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
4074 "funding": [
4075 {
4076 "type": "github",
4077 "url": "https://github.com/sponsors/feross"
4078 },
4079 {
4080 "type": "patreon",
4081 "url": "https://www.patreon.com/feross"
4082 },
4083 {
4084 "type": "consulting",
4085 "url": "https://feross.org/support"
4086 }
4087 ],
4088 "license": "MIT"
4089 },
4090 "node_modules/simple-get": {
4091 "version": "4.0.1",
4092 "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
4093 "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
4094 "funding": [
4095 {
4096 "type": "github",
4097 "url": "https://github.com/sponsors/feross"
4098 },
4099 {
4100 "type": "patreon",
4101 "url": "https://www.patreon.com/feross"
4102 },
4103 {
4104 "type": "consulting",
4105 "url": "https://feross.org/support"
4106 }
4107 ],
4108 "license": "MIT",
4109 "dependencies": {
4110 "decompress-response": "^6.0.0",
4111 "once": "^1.3.1",
4112 "simple-concat": "^1.0.0"
4113 }
4114 },
4115 "node_modules/source-map-js": {
4116 "version": "1.2.1",
4117 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
4118 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
4119 "license": "BSD-3-Clause",
4120 "engines": {
4121 "node": ">=0.10.0"
4122 }
4123 },
4124 "node_modules/space-separated-tokens": {
4125 "version": "2.0.2",
4126 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
4127 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
4128 "license": "MIT",
4129 "funding": {
4130 "type": "github",
4131 "url": "https://github.com/sponsors/wooorm"
4132 }
4133 },
4134 "node_modules/speakingurl": {
4135 "version": "14.0.1",
4136 "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
4137 "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
4138 "license": "BSD-3-Clause",
4139 "engines": {
4140 "node": ">=0.10.0"
4141 }
4142 },
4143 "node_modules/stackback": {
4144 "version": "0.0.2",
4145 "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
4146 "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
4147 "license": "MIT"
4148 },
4149 "node_modules/std-env": {
4150 "version": "3.10.0",
4151 "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
4152 "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
4153 "license": "MIT"
4154 },
4155 "node_modules/string_decoder": {
4156 "version": "1.3.0",
4157 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
4158 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
4159 "license": "MIT",
4160 "dependencies": {
4161 "safe-buffer": "~5.2.0"
4162 }
4163 },
4164 "node_modules/string.prototype.codepointat": {
4165 "version": "0.2.1",
4166 "resolved": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz",
4167 "integrity": "sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==",
4168 "license": "MIT"
4169 },
4170 "node_modules/stringify-entities": {
4171 "version": "4.0.4",
4172 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
4173 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
4174 "license": "MIT",
4175 "dependencies": {
4176 "character-entities-html4": "^2.0.0",
4177 "character-entities-legacy": "^3.0.0"
4178 },
4179 "funding": {
4180 "type": "github",
4181 "url": "https://github.com/sponsors/wooorm"
4182 }
4183 },
4184 "node_modules/strip-json-comments": {
4185 "version": "2.0.1",
4186 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
4187 "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
4188 "license": "MIT",
4189 "engines": {
4190 "node": ">=0.10.0"
4191 }
4192 },
4193 "node_modules/superjson": {
4194 "version": "2.2.6",
4195 "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz",
4196 "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
4197 "license": "MIT",
4198 "dependencies": {
4199 "copy-anything": "^4"
4200 },
4201 "engines": {
4202 "node": ">=16"
4203 }
4204 },
4205 "node_modules/tabbable": {
4206 "version": "6.4.0",
4207 "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.4.0.tgz",
4208 "integrity": "sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==",
4209 "license": "MIT"
4210 },
4211 "node_modules/tar-fs": {
4212 "version": "2.1.4",
4213 "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
4214 "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
4215 "license": "MIT",
4216 "dependencies": {
4217 "chownr": "^1.1.1",
4218 "mkdirp-classic": "^0.5.2",
4219 "pump": "^3.0.0",
4220 "tar-stream": "^2.1.4"
4221 }
4222 },
4223 "node_modules/tar-stream": {
4224 "version": "2.2.0",
4225 "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
4226 "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
4227 "license": "MIT",
4228 "dependencies": {
4229 "bl": "^4.0.3",
4230 "end-of-stream": "^1.4.1",
4231 "fs-constants": "^1.0.0",
4232 "inherits": "^2.0.3",
4233 "readable-stream": "^3.1.1"
4234 },
4235 "engines": {
4236 "node": ">=6"
4237 }
4238 },
4239 "node_modules/tiny-inflate": {
4240 "version": "1.0.3",
4241 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
4242 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
4243 "license": "MIT"
4244 },
4245 "node_modules/tinybench": {
4246 "version": "2.9.0",
4247 "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
4248 "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
4249 "license": "MIT"
4250 },
4251 "node_modules/tinyexec": {
4252 "version": "1.0.2",
4253 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz",
4254 "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==",
4255 "license": "MIT",
4256 "engines": {
4257 "node": ">=18"
4258 }
4259 },
4260 "node_modules/tinyglobby": {
4261 "version": "0.2.15",
4262 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
4263 "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
4264 "license": "MIT",
4265 "dependencies": {
4266 "fdir": "^6.5.0",
4267 "picomatch": "^4.0.3"
4268 },
4269 "engines": {
4270 "node": ">=12.0.0"
4271 },
4272 "funding": {
4273 "url": "https://github.com/sponsors/SuperchupuDev"
4274 }
4275 },
4276 "node_modules/tinypool": {
4277 "version": "2.1.0",
4278 "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-2.1.0.tgz",
4279 "integrity": "sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==",
4280 "dev": true,
4281 "license": "MIT",
4282 "engines": {
4283 "node": "^20.0.0 || >=22.0.0"
4284 }
4285 },
4286 "node_modules/tinyrainbow": {
4287 "version": "3.0.3",
4288 "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.0.3.tgz",
4289 "integrity": "sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==",
4290 "license": "MIT",
4291 "engines": {
4292 "node": ">=14.0.0"
4293 }
4294 },
4295 "node_modules/trim-lines": {
4296 "version": "3.0.1",
4297 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
4298 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
4299 "license": "MIT",
4300 "funding": {
4301 "type": "github",
4302 "url": "https://github.com/sponsors/wooorm"
4303 }
4304 },
4305 "node_modules/tslib": {
4306 "version": "2.8.1",
4307 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
4308 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4309 "dev": true,
4310 "license": "0BSD",
4311 "optional": true
4312 },
4313 "node_modules/tunnel-agent": {
4314 "version": "0.6.0",
4315 "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
4316 "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
4317 "license": "Apache-2.0",
4318 "dependencies": {
4319 "safe-buffer": "^5.0.1"
4320 },
4321 "engines": {
4322 "node": "*"
4323 }
4324 },
4325 "node_modules/typescript": {
4326 "version": "5.9.3",
4327 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
4328 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
4329 "devOptional": true,
4330 "license": "Apache-2.0",
4331 "bin": {
4332 "tsc": "bin/tsc",
4333 "tsserver": "bin/tsserver"
4334 },
4335 "engines": {
4336 "node": ">=14.17"
4337 }
4338 },
4339 "node_modules/undici-types": {
4340 "version": "7.18.2",
4341 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
4342 "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
4343 "devOptional": true,
4344 "license": "MIT"
4345 },
4346 "node_modules/unicode-trie": {
4347 "version": "2.0.0",
4348 "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
4349 "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
4350 "license": "MIT",
4351 "dependencies": {
4352 "pako": "^0.2.5",
4353 "tiny-inflate": "^1.0.0"
4354 }
4355 },
4356 "node_modules/unist-util-is": {
4357 "version": "6.0.1",
4358 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
4359 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
4360 "license": "MIT",
4361 "dependencies": {
4362 "@types/unist": "^3.0.0"
4363 },
4364 "funding": {
4365 "type": "opencollective",
4366 "url": "https://opencollective.com/unified"
4367 }
4368 },
4369 "node_modules/unist-util-position": {
4370 "version": "5.0.0",
4371 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
4372 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
4373 "license": "MIT",
4374 "dependencies": {
4375 "@types/unist": "^3.0.0"
4376 },
4377 "funding": {
4378 "type": "opencollective",
4379 "url": "https://opencollective.com/unified"
4380 }
4381 },
4382 "node_modules/unist-util-stringify-position": {
4383 "version": "4.0.0",
4384 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
4385 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
4386 "license": "MIT",
4387 "dependencies": {
4388 "@types/unist": "^3.0.0"
4389 },
4390 "funding": {
4391 "type": "opencollective",
4392 "url": "https://opencollective.com/unified"
4393 }
4394 },
4395 "node_modules/unist-util-visit": {
4396 "version": "5.1.0",
4397 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
4398 "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
4399 "license": "MIT",
4400 "dependencies": {
4401 "@types/unist": "^3.0.0",
4402 "unist-util-is": "^6.0.0",
4403 "unist-util-visit-parents": "^6.0.0"
4404 },
4405 "funding": {
4406 "type": "opencollective",
4407 "url": "https://opencollective.com/unified"
4408 }
4409 },
4410 "node_modules/unist-util-visit-parents": {
4411 "version": "6.0.2",
4412 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
4413 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
4414 "license": "MIT",
4415 "dependencies": {
4416 "@types/unist": "^3.0.0",
4417 "unist-util-is": "^6.0.0"
4418 },
4419 "funding": {
4420 "type": "opencollective",
4421 "url": "https://opencollective.com/unified"
4422 }
4423 },
4424 "node_modules/util-deprecate": {
4425 "version": "1.0.2",
4426 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
4427 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
4428 "license": "MIT"
4429 },
4430 "node_modules/vfile": {
4431 "version": "6.0.3",
4432 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
4433 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
4434 "license": "MIT",
4435 "dependencies": {
4436 "@types/unist": "^3.0.0",
4437 "vfile-message": "^4.0.0"
4438 },
4439 "funding": {
4440 "type": "opencollective",
4441 "url": "https://opencollective.com/unified"
4442 }
4443 },
4444 "node_modules/vfile-message": {
4445 "version": "4.0.3",
4446 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
4447 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
4448 "license": "MIT",
4449 "dependencies": {
4450 "@types/unist": "^3.0.0",
4451 "unist-util-stringify-position": "^4.0.0"
4452 },
4453 "funding": {
4454 "type": "opencollective",
4455 "url": "https://opencollective.com/unified"
4456 }
4457 },
4458 "node_modules/vite": {
4459 "version": "6.4.1",
4460 "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz",
4461 "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
4462 "license": "MIT",
4463 "dependencies": {
4464 "esbuild": "^0.25.0",
4465 "fdir": "^6.4.4",
4466 "picomatch": "^4.0.2",
4467 "postcss": "^8.5.3",
4468 "rollup": "^4.34.9",
4469 "tinyglobby": "^0.2.13"
4470 },
4471 "bin": {
4472 "vite": "bin/vite.js"
4473 },
4474 "engines": {
4475 "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
4476 },
4477 "funding": {
4478 "url": "https://github.com/vitejs/vite?sponsor=1"
4479 },
4480 "optionalDependencies": {
4481 "fsevents": "~2.3.3"
4482 },
4483 "peerDependencies": {
4484 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
4485 "jiti": ">=1.21.0",
4486 "less": "*",
4487 "lightningcss": "^1.21.0",
4488 "sass": "*",
4489 "sass-embedded": "*",
4490 "stylus": "*",
4491 "sugarss": "*",
4492 "terser": "^5.16.0",
4493 "tsx": "^4.8.1",
4494 "yaml": "^2.4.2"
4495 },
4496 "peerDependenciesMeta": {
4497 "@types/node": {
4498 "optional": true
4499 },
4500 "jiti": {
4501 "optional": true
4502 },
4503 "less": {
4504 "optional": true
4505 },
4506 "lightningcss": {
4507 "optional": true
4508 },
4509 "sass": {
4510 "optional": true
4511 },
4512 "sass-embedded": {
4513 "optional": true
4514 },
4515 "stylus": {
4516 "optional": true
4517 },
4518 "sugarss": {
4519 "optional": true
4520 },
4521 "terser": {
4522 "optional": true
4523 },
4524 "tsx": {
4525 "optional": true
4526 },
4527 "yaml": {
4528 "optional": true
4529 }
4530 }
4531 },
4532 "node_modules/vite/node_modules/@esbuild/aix-ppc64": {
4533 "version": "0.25.12",
4534 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
4535 "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
4536 "cpu": [
4537 "ppc64"
4538 ],
4539 "license": "MIT",
4540 "optional": true,
4541 "os": [
4542 "aix"
4543 ],
4544 "engines": {
4545 "node": ">=18"
4546 }
4547 },
4548 "node_modules/vite/node_modules/@esbuild/android-arm": {
4549 "version": "0.25.12",
4550 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
4551 "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
4552 "cpu": [
4553 "arm"
4554 ],
4555 "license": "MIT",
4556 "optional": true,
4557 "os": [
4558 "android"
4559 ],
4560 "engines": {
4561 "node": ">=18"
4562 }
4563 },
4564 "node_modules/vite/node_modules/@esbuild/android-arm64": {
4565 "version": "0.25.12",
4566 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
4567 "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
4568 "cpu": [
4569 "arm64"
4570 ],
4571 "license": "MIT",
4572 "optional": true,
4573 "os": [
4574 "android"
4575 ],
4576 "engines": {
4577 "node": ">=18"
4578 }
4579 },
4580 "node_modules/vite/node_modules/@esbuild/android-x64": {
4581 "version": "0.25.12",
4582 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
4583 "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
4584 "cpu": [
4585 "x64"
4586 ],
4587 "license": "MIT",
4588 "optional": true,
4589 "os": [
4590 "android"
4591 ],
4592 "engines": {
4593 "node": ">=18"
4594 }
4595 },
4596 "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
4597 "version": "0.25.12",
4598 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
4599 "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
4600 "cpu": [
4601 "arm64"
4602 ],
4603 "license": "MIT",
4604 "optional": true,
4605 "os": [
4606 "darwin"
4607 ],
4608 "engines": {
4609 "node": ">=18"
4610 }
4611 },
4612 "node_modules/vite/node_modules/@esbuild/darwin-x64": {
4613 "version": "0.25.12",
4614 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
4615 "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
4616 "cpu": [
4617 "x64"
4618 ],
4619 "license": "MIT",
4620 "optional": true,
4621 "os": [
4622 "darwin"
4623 ],
4624 "engines": {
4625 "node": ">=18"
4626 }
4627 },
4628 "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
4629 "version": "0.25.12",
4630 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
4631 "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
4632 "cpu": [
4633 "arm64"
4634 ],
4635 "license": "MIT",
4636 "optional": true,
4637 "os": [
4638 "freebsd"
4639 ],
4640 "engines": {
4641 "node": ">=18"
4642 }
4643 },
4644 "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
4645 "version": "0.25.12",
4646 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
4647 "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
4648 "cpu": [
4649 "x64"
4650 ],
4651 "license": "MIT",
4652 "optional": true,
4653 "os": [
4654 "freebsd"
4655 ],
4656 "engines": {
4657 "node": ">=18"
4658 }
4659 },
4660 "node_modules/vite/node_modules/@esbuild/linux-arm": {
4661 "version": "0.25.12",
4662 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
4663 "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
4664 "cpu": [
4665 "arm"
4666 ],
4667 "license": "MIT",
4668 "optional": true,
4669 "os": [
4670 "linux"
4671 ],
4672 "engines": {
4673 "node": ">=18"
4674 }
4675 },
4676 "node_modules/vite/node_modules/@esbuild/linux-arm64": {
4677 "version": "0.25.12",
4678 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
4679 "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
4680 "cpu": [
4681 "arm64"
4682 ],
4683 "license": "MIT",
4684 "optional": true,
4685 "os": [
4686 "linux"
4687 ],
4688 "engines": {
4689 "node": ">=18"
4690 }
4691 },
4692 "node_modules/vite/node_modules/@esbuild/linux-ia32": {
4693 "version": "0.25.12",
4694 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
4695 "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
4696 "cpu": [
4697 "ia32"
4698 ],
4699 "license": "MIT",
4700 "optional": true,
4701 "os": [
4702 "linux"
4703 ],
4704 "engines": {
4705 "node": ">=18"
4706 }
4707 },
4708 "node_modules/vite/node_modules/@esbuild/linux-loong64": {
4709 "version": "0.25.12",
4710 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
4711 "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
4712 "cpu": [
4713 "loong64"
4714 ],
4715 "license": "MIT",
4716 "optional": true,
4717 "os": [
4718 "linux"
4719 ],
4720 "engines": {
4721 "node": ">=18"
4722 }
4723 },
4724 "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
4725 "version": "0.25.12",
4726 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
4727 "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
4728 "cpu": [
4729 "mips64el"
4730 ],
4731 "license": "MIT",
4732 "optional": true,
4733 "os": [
4734 "linux"
4735 ],
4736 "engines": {
4737 "node": ">=18"
4738 }
4739 },
4740 "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
4741 "version": "0.25.12",
4742 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
4743 "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
4744 "cpu": [
4745 "ppc64"
4746 ],
4747 "license": "MIT",
4748 "optional": true,
4749 "os": [
4750 "linux"
4751 ],
4752 "engines": {
4753 "node": ">=18"
4754 }
4755 },
4756 "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
4757 "version": "0.25.12",
4758 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
4759 "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
4760 "cpu": [
4761 "riscv64"
4762 ],
4763 "license": "MIT",
4764 "optional": true,
4765 "os": [
4766 "linux"
4767 ],
4768 "engines": {
4769 "node": ">=18"
4770 }
4771 },
4772 "node_modules/vite/node_modules/@esbuild/linux-s390x": {
4773 "version": "0.25.12",
4774 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
4775 "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
4776 "cpu": [
4777 "s390x"
4778 ],
4779 "license": "MIT",
4780 "optional": true,
4781 "os": [
4782 "linux"
4783 ],
4784 "engines": {
4785 "node": ">=18"
4786 }
4787 },
4788 "node_modules/vite/node_modules/@esbuild/linux-x64": {
4789 "version": "0.25.12",
4790 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
4791 "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
4792 "cpu": [
4793 "x64"
4794 ],
4795 "license": "MIT",
4796 "optional": true,
4797 "os": [
4798 "linux"
4799 ],
4800 "engines": {
4801 "node": ">=18"
4802 }
4803 },
4804 "node_modules/vite/node_modules/@esbuild/netbsd-arm64": {
4805 "version": "0.25.12",
4806 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
4807 "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
4808 "cpu": [
4809 "arm64"
4810 ],
4811 "license": "MIT",
4812 "optional": true,
4813 "os": [
4814 "netbsd"
4815 ],
4816 "engines": {
4817 "node": ">=18"
4818 }
4819 },
4820 "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
4821 "version": "0.25.12",
4822 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
4823 "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
4824 "cpu": [
4825 "x64"
4826 ],
4827 "license": "MIT",
4828 "optional": true,
4829 "os": [
4830 "netbsd"
4831 ],
4832 "engines": {
4833 "node": ">=18"
4834 }
4835 },
4836 "node_modules/vite/node_modules/@esbuild/openbsd-arm64": {
4837 "version": "0.25.12",
4838 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
4839 "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
4840 "cpu": [
4841 "arm64"
4842 ],
4843 "license": "MIT",
4844 "optional": true,
4845 "os": [
4846 "openbsd"
4847 ],
4848 "engines": {
4849 "node": ">=18"
4850 }
4851 },
4852 "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
4853 "version": "0.25.12",
4854 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
4855 "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
4856 "cpu": [
4857 "x64"
4858 ],
4859 "license": "MIT",
4860 "optional": true,
4861 "os": [
4862 "openbsd"
4863 ],
4864 "engines": {
4865 "node": ">=18"
4866 }
4867 },
4868 "node_modules/vite/node_modules/@esbuild/openharmony-arm64": {
4869 "version": "0.25.12",
4870 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
4871 "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
4872 "cpu": [
4873 "arm64"
4874 ],
4875 "license": "MIT",
4876 "optional": true,
4877 "os": [
4878 "openharmony"
4879 ],
4880 "engines": {
4881 "node": ">=18"
4882 }
4883 },
4884 "node_modules/vite/node_modules/@esbuild/sunos-x64": {
4885 "version": "0.25.12",
4886 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
4887 "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
4888 "cpu": [
4889 "x64"
4890 ],
4891 "license": "MIT",
4892 "optional": true,
4893 "os": [
4894 "sunos"
4895 ],
4896 "engines": {
4897 "node": ">=18"
4898 }
4899 },
4900 "node_modules/vite/node_modules/@esbuild/win32-arm64": {
4901 "version": "0.25.12",
4902 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
4903 "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
4904 "cpu": [
4905 "arm64"
4906 ],
4907 "license": "MIT",
4908 "optional": true,
4909 "os": [
4910 "win32"
4911 ],
4912 "engines": {
4913 "node": ">=18"
4914 }
4915 },
4916 "node_modules/vite/node_modules/@esbuild/win32-ia32": {
4917 "version": "0.25.12",
4918 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
4919 "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
4920 "cpu": [
4921 "ia32"
4922 ],
4923 "license": "MIT",
4924 "optional": true,
4925 "os": [
4926 "win32"
4927 ],
4928 "engines": {
4929 "node": ">=18"
4930 }
4931 },
4932 "node_modules/vite/node_modules/@esbuild/win32-x64": {
4933 "version": "0.25.12",
4934 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
4935 "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
4936 "cpu": [
4937 "x64"
4938 ],
4939 "license": "MIT",
4940 "optional": true,
4941 "os": [
4942 "win32"
4943 ],
4944 "engines": {
4945 "node": ">=18"
4946 }
4947 },
4948 "node_modules/vite/node_modules/esbuild": {
4949 "version": "0.25.12",
4950 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
4951 "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
4952 "hasInstallScript": true,
4953 "license": "MIT",
4954 "bin": {
4955 "esbuild": "bin/esbuild"
4956 },
4957 "engines": {
4958 "node": ">=18"
4959 },
4960 "optionalDependencies": {
4961 "@esbuild/aix-ppc64": "0.25.12",
4962 "@esbuild/android-arm": "0.25.12",
4963 "@esbuild/android-arm64": "0.25.12",
4964 "@esbuild/android-x64": "0.25.12",
4965 "@esbuild/darwin-arm64": "0.25.12",
4966 "@esbuild/darwin-x64": "0.25.12",
4967 "@esbuild/freebsd-arm64": "0.25.12",
4968 "@esbuild/freebsd-x64": "0.25.12",
4969 "@esbuild/linux-arm": "0.25.12",
4970 "@esbuild/linux-arm64": "0.25.12",
4971 "@esbuild/linux-ia32": "0.25.12",
4972 "@esbuild/linux-loong64": "0.25.12",
4973 "@esbuild/linux-mips64el": "0.25.12",
4974 "@esbuild/linux-ppc64": "0.25.12",
4975 "@esbuild/linux-riscv64": "0.25.12",
4976 "@esbuild/linux-s390x": "0.25.12",
4977 "@esbuild/linux-x64": "0.25.12",
4978 "@esbuild/netbsd-arm64": "0.25.12",
4979 "@esbuild/netbsd-x64": "0.25.12",
4980 "@esbuild/openbsd-arm64": "0.25.12",
4981 "@esbuild/openbsd-x64": "0.25.12",
4982 "@esbuild/openharmony-arm64": "0.25.12",
4983 "@esbuild/sunos-x64": "0.25.12",
4984 "@esbuild/win32-arm64": "0.25.12",
4985 "@esbuild/win32-ia32": "0.25.12",
4986 "@esbuild/win32-x64": "0.25.12"
4987 }
4988 },
4989 "node_modules/vitepress": {
4990 "version": "1.6.4",
4991 "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.6.4.tgz",
4992 "integrity": "sha512-+2ym1/+0VVrbhNyRoFFesVvBvHAVMZMK0rw60E3X/5349M1GuVdKeazuksqopEdvkKwKGs21Q729jX81/bkBJg==",
4993 "license": "MIT",
4994 "dependencies": {
4995 "@docsearch/css": "3.8.2",
4996 "@docsearch/js": "3.8.2",
4997 "@iconify-json/simple-icons": "^1.2.21",
4998 "@shikijs/core": "^2.1.0",
4999 "@shikijs/transformers": "^2.1.0",
5000 "@shikijs/types": "^2.1.0",
5001 "@types/markdown-it": "^14.1.2",
5002 "@vitejs/plugin-vue": "^5.2.1",
5003 "@vue/devtools-api": "^7.7.0",
5004 "@vue/shared": "^3.5.13",
5005 "@vueuse/core": "^12.4.0",
5006 "@vueuse/integrations": "^12.4.0",
5007 "focus-trap": "^7.6.4",
5008 "mark.js": "8.11.1",
5009 "minisearch": "^7.1.1",
5010 "shiki": "^2.1.0",
5011 "vite": "^5.4.14",
5012 "vue": "^3.5.13"
5013 },
5014 "bin": {
5015 "vitepress": "bin/vitepress.js"
5016 },
5017 "peerDependencies": {
5018 "markdown-it-mathjax3": "^4",
5019 "postcss": "^8"
5020 },
5021 "peerDependenciesMeta": {
5022 "markdown-it-mathjax3": {
5023 "optional": true
5024 },
5025 "postcss": {
5026 "optional": true
5027 }
5028 }
5029 },
5030 "node_modules/vitepress/node_modules/@esbuild/aix-ppc64": {
5031 "version": "0.21.5",
5032 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
5033 "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
5034 "cpu": [
5035 "ppc64"
5036 ],
5037 "license": "MIT",
5038 "optional": true,
5039 "os": [
5040 "aix"
5041 ],
5042 "engines": {
5043 "node": ">=12"
5044 }
5045 },
5046 "node_modules/vitepress/node_modules/@esbuild/android-arm": {
5047 "version": "0.21.5",
5048 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
5049 "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
5050 "cpu": [
5051 "arm"
5052 ],
5053 "license": "MIT",
5054 "optional": true,
5055 "os": [
5056 "android"
5057 ],
5058 "engines": {
5059 "node": ">=12"
5060 }
5061 },
5062 "node_modules/vitepress/node_modules/@esbuild/android-arm64": {
5063 "version": "0.21.5",
5064 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
5065 "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
5066 "cpu": [
5067 "arm64"
5068 ],
5069 "license": "MIT",
5070 "optional": true,
5071 "os": [
5072 "android"
5073 ],
5074 "engines": {
5075 "node": ">=12"
5076 }
5077 },
5078 "node_modules/vitepress/node_modules/@esbuild/android-x64": {
5079 "version": "0.21.5",
5080 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
5081 "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
5082 "cpu": [
5083 "x64"
5084 ],
5085 "license": "MIT",
5086 "optional": true,
5087 "os": [
5088 "android"
5089 ],
5090 "engines": {
5091 "node": ">=12"
5092 }
5093 },
5094 "node_modules/vitepress/node_modules/@esbuild/darwin-arm64": {
5095 "version": "0.21.5",
5096 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
5097 "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
5098 "cpu": [
5099 "arm64"
5100 ],
5101 "license": "MIT",
5102 "optional": true,
5103 "os": [
5104 "darwin"
5105 ],
5106 "engines": {
5107 "node": ">=12"
5108 }
5109 },
5110 "node_modules/vitepress/node_modules/@esbuild/darwin-x64": {
5111 "version": "0.21.5",
5112 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
5113 "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
5114 "cpu": [
5115 "x64"
5116 ],
5117 "license": "MIT",
5118 "optional": true,
5119 "os": [
5120 "darwin"
5121 ],
5122 "engines": {
5123 "node": ">=12"
5124 }
5125 },
5126 "node_modules/vitepress/node_modules/@esbuild/freebsd-arm64": {
5127 "version": "0.21.5",
5128 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
5129 "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
5130 "cpu": [
5131 "arm64"
5132 ],
5133 "license": "MIT",
5134 "optional": true,
5135 "os": [
5136 "freebsd"
5137 ],
5138 "engines": {
5139 "node": ">=12"
5140 }
5141 },
5142 "node_modules/vitepress/node_modules/@esbuild/freebsd-x64": {
5143 "version": "0.21.5",
5144 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
5145 "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
5146 "cpu": [
5147 "x64"
5148 ],
5149 "license": "MIT",
5150 "optional": true,
5151 "os": [
5152 "freebsd"
5153 ],
5154 "engines": {
5155 "node": ">=12"
5156 }
5157 },
5158 "node_modules/vitepress/node_modules/@esbuild/linux-arm": {
5159 "version": "0.21.5",
5160 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
5161 "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
5162 "cpu": [
5163 "arm"
5164 ],
5165 "license": "MIT",
5166 "optional": true,
5167 "os": [
5168 "linux"
5169 ],
5170 "engines": {
5171 "node": ">=12"
5172 }
5173 },
5174 "node_modules/vitepress/node_modules/@esbuild/linux-arm64": {
5175 "version": "0.21.5",
5176 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
5177 "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
5178 "cpu": [
5179 "arm64"
5180 ],
5181 "license": "MIT",
5182 "optional": true,
5183 "os": [
5184 "linux"
5185 ],
5186 "engines": {
5187 "node": ">=12"
5188 }
5189 },
5190 "node_modules/vitepress/node_modules/@esbuild/linux-ia32": {
5191 "version": "0.21.5",
5192 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
5193 "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
5194 "cpu": [
5195 "ia32"
5196 ],
5197 "license": "MIT",
5198 "optional": true,
5199 "os": [
5200 "linux"
5201 ],
5202 "engines": {
5203 "node": ">=12"
5204 }
5205 },
5206 "node_modules/vitepress/node_modules/@esbuild/linux-loong64": {
5207 "version": "0.21.5",
5208 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
5209 "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
5210 "cpu": [
5211 "loong64"
5212 ],
5213 "license": "MIT",
5214 "optional": true,
5215 "os": [
5216 "linux"
5217 ],
5218 "engines": {
5219 "node": ">=12"
5220 }
5221 },
5222 "node_modules/vitepress/node_modules/@esbuild/linux-mips64el": {
5223 "version": "0.21.5",
5224 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
5225 "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
5226 "cpu": [
5227 "mips64el"
5228 ],
5229 "license": "MIT",
5230 "optional": true,
5231 "os": [
5232 "linux"
5233 ],
5234 "engines": {
5235 "node": ">=12"
5236 }
5237 },
5238 "node_modules/vitepress/node_modules/@esbuild/linux-ppc64": {
5239 "version": "0.21.5",
5240 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
5241 "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
5242 "cpu": [
5243 "ppc64"
5244 ],
5245 "license": "MIT",
5246 "optional": true,
5247 "os": [
5248 "linux"
5249 ],
5250 "engines": {
5251 "node": ">=12"
5252 }
5253 },
5254 "node_modules/vitepress/node_modules/@esbuild/linux-riscv64": {
5255 "version": "0.21.5",
5256 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
5257 "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
5258 "cpu": [
5259 "riscv64"
5260 ],
5261 "license": "MIT",
5262 "optional": true,
5263 "os": [
5264 "linux"
5265 ],
5266 "engines": {
5267 "node": ">=12"
5268 }
5269 },
5270 "node_modules/vitepress/node_modules/@esbuild/linux-s390x": {
5271 "version": "0.21.5",
5272 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
5273 "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
5274 "cpu": [
5275 "s390x"
5276 ],
5277 "license": "MIT",
5278 "optional": true,
5279 "os": [
5280 "linux"
5281 ],
5282 "engines": {
5283 "node": ">=12"
5284 }
5285 },
5286 "node_modules/vitepress/node_modules/@esbuild/linux-x64": {
5287 "version": "0.21.5",
5288 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
5289 "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
5290 "cpu": [
5291 "x64"
5292 ],
5293 "license": "MIT",
5294 "optional": true,
5295 "os": [
5296 "linux"
5297 ],
5298 "engines": {
5299 "node": ">=12"
5300 }
5301 },
5302 "node_modules/vitepress/node_modules/@esbuild/netbsd-x64": {
5303 "version": "0.21.5",
5304 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
5305 "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
5306 "cpu": [
5307 "x64"
5308 ],
5309 "license": "MIT",
5310 "optional": true,
5311 "os": [
5312 "netbsd"
5313 ],
5314 "engines": {
5315 "node": ">=12"
5316 }
5317 },
5318 "node_modules/vitepress/node_modules/@esbuild/openbsd-x64": {
5319 "version": "0.21.5",
5320 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
5321 "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
5322 "cpu": [
5323 "x64"
5324 ],
5325 "license": "MIT",
5326 "optional": true,
5327 "os": [
5328 "openbsd"
5329 ],
5330 "engines": {
5331 "node": ">=12"
5332 }
5333 },
5334 "node_modules/vitepress/node_modules/@esbuild/sunos-x64": {
5335 "version": "0.21.5",
5336 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
5337 "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
5338 "cpu": [
5339 "x64"
5340 ],
5341 "license": "MIT",
5342 "optional": true,
5343 "os": [
5344 "sunos"
5345 ],
5346 "engines": {
5347 "node": ">=12"
5348 }
5349 },
5350 "node_modules/vitepress/node_modules/@esbuild/win32-arm64": {
5351 "version": "0.21.5",
5352 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
5353 "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
5354 "cpu": [
5355 "arm64"
5356 ],
5357 "license": "MIT",
5358 "optional": true,
5359 "os": [
5360 "win32"
5361 ],
5362 "engines": {
5363 "node": ">=12"
5364 }
5365 },
5366 "node_modules/vitepress/node_modules/@esbuild/win32-ia32": {
5367 "version": "0.21.5",
5368 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
5369 "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
5370 "cpu": [
5371 "ia32"
5372 ],
5373 "license": "MIT",
5374 "optional": true,
5375 "os": [
5376 "win32"
5377 ],
5378 "engines": {
5379 "node": ">=12"
5380 }
5381 },
5382 "node_modules/vitepress/node_modules/@esbuild/win32-x64": {
5383 "version": "0.21.5",
5384 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
5385 "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
5386 "cpu": [
5387 "x64"
5388 ],
5389 "license": "MIT",
5390 "optional": true,
5391 "os": [
5392 "win32"
5393 ],
5394 "engines": {
5395 "node": ">=12"
5396 }
5397 },
5398 "node_modules/vitepress/node_modules/@shikijs/core": {
5399 "version": "2.5.0",
5400 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-2.5.0.tgz",
5401 "integrity": "sha512-uu/8RExTKtavlpH7XqnVYBrfBkUc20ngXiX9NSrBhOVZYv/7XQRKUyhtkeflY5QsxC0GbJThCerruZfsUaSldg==",
5402 "license": "MIT",
5403 "dependencies": {
5404 "@shikijs/engine-javascript": "2.5.0",
5405 "@shikijs/engine-oniguruma": "2.5.0",
5406 "@shikijs/types": "2.5.0",
5407 "@shikijs/vscode-textmate": "^10.0.2",
5408 "@types/hast": "^3.0.4",
5409 "hast-util-to-html": "^9.0.4"
5410 }
5411 },
5412 "node_modules/vitepress/node_modules/@shikijs/engine-javascript": {
5413 "version": "2.5.0",
5414 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-2.5.0.tgz",
5415 "integrity": "sha512-VjnOpnQf8WuCEZtNUdjjwGUbtAVKuZkVQ/5cHy/tojVVRIRtlWMYVjyWhxOmIq05AlSOv72z7hRNRGVBgQOl0w==",
5416 "license": "MIT",
5417 "dependencies": {
5418 "@shikijs/types": "2.5.0",
5419 "@shikijs/vscode-textmate": "^10.0.2",
5420 "oniguruma-to-es": "^3.1.0"
5421 }
5422 },
5423 "node_modules/vitepress/node_modules/@shikijs/engine-oniguruma": {
5424 "version": "2.5.0",
5425 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-2.5.0.tgz",
5426 "integrity": "sha512-pGd1wRATzbo/uatrCIILlAdFVKdxImWJGQ5rFiB5VZi2ve5xj3Ax9jny8QvkaV93btQEwR/rSz5ERFpC5mKNIw==",
5427 "license": "MIT",
5428 "dependencies": {
5429 "@shikijs/types": "2.5.0",
5430 "@shikijs/vscode-textmate": "^10.0.2"
5431 }
5432 },
5433 "node_modules/vitepress/node_modules/@shikijs/langs": {
5434 "version": "2.5.0",
5435 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-2.5.0.tgz",
5436 "integrity": "sha512-Qfrrt5OsNH5R+5tJ/3uYBBZv3SuGmnRPejV9IlIbFH3HTGLDlkqgHymAlzklVmKBjAaVmkPkyikAV/sQ1wSL+w==",
5437 "license": "MIT",
5438 "dependencies": {
5439 "@shikijs/types": "2.5.0"
5440 }
5441 },
5442 "node_modules/vitepress/node_modules/@shikijs/themes": {
5443 "version": "2.5.0",
5444 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-2.5.0.tgz",
5445 "integrity": "sha512-wGrk+R8tJnO0VMzmUExHR+QdSaPUl/NKs+a4cQQRWyoc3YFbUzuLEi/KWK1hj+8BfHRKm2jNhhJck1dfstJpiw==",
5446 "license": "MIT",
5447 "dependencies": {
5448 "@shikijs/types": "2.5.0"
5449 }
5450 },
5451 "node_modules/vitepress/node_modules/@shikijs/types": {
5452 "version": "2.5.0",
5453 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-2.5.0.tgz",
5454 "integrity": "sha512-ygl5yhxki9ZLNuNpPitBWvcy9fsSKKaRuO4BAlMyagszQidxcpLAr0qiW/q43DtSIDxO6hEbtYLiFZNXO/hdGw==",
5455 "license": "MIT",
5456 "dependencies": {
5457 "@shikijs/vscode-textmate": "^10.0.2",
5458 "@types/hast": "^3.0.4"
5459 }
5460 },
5461 "node_modules/vitepress/node_modules/emoji-regex-xs": {
5462 "version": "1.0.0",
5463 "resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz",
5464 "integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==",
5465 "license": "MIT"
5466 },
5467 "node_modules/vitepress/node_modules/esbuild": {
5468 "version": "0.21.5",
5469 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
5470 "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
5471 "hasInstallScript": true,
5472 "license": "MIT",
5473 "bin": {
5474 "esbuild": "bin/esbuild"
5475 },
5476 "engines": {
5477 "node": ">=12"
5478 },
5479 "optionalDependencies": {
5480 "@esbuild/aix-ppc64": "0.21.5",
5481 "@esbuild/android-arm": "0.21.5",
5482 "@esbuild/android-arm64": "0.21.5",
5483 "@esbuild/android-x64": "0.21.5",
5484 "@esbuild/darwin-arm64": "0.21.5",
5485 "@esbuild/darwin-x64": "0.21.5",
5486 "@esbuild/freebsd-arm64": "0.21.5",
5487 "@esbuild/freebsd-x64": "0.21.5",
5488 "@esbuild/linux-arm": "0.21.5",
5489 "@esbuild/linux-arm64": "0.21.5",
5490 "@esbuild/linux-ia32": "0.21.5",
5491 "@esbuild/linux-loong64": "0.21.5",
5492 "@esbuild/linux-mips64el": "0.21.5",
5493 "@esbuild/linux-ppc64": "0.21.5",
5494 "@esbuild/linux-riscv64": "0.21.5",
5495 "@esbuild/linux-s390x": "0.21.5",
5496 "@esbuild/linux-x64": "0.21.5",
5497 "@esbuild/netbsd-x64": "0.21.5",
5498 "@esbuild/openbsd-x64": "0.21.5",
5499 "@esbuild/sunos-x64": "0.21.5",
5500 "@esbuild/win32-arm64": "0.21.5",
5501 "@esbuild/win32-ia32": "0.21.5",
5502 "@esbuild/win32-x64": "0.21.5"
5503 }
5504 },
5505 "node_modules/vitepress/node_modules/oniguruma-to-es": {
5506 "version": "3.1.1",
5507 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-3.1.1.tgz",
5508 "integrity": "sha512-bUH8SDvPkH3ho3dvwJwfonjlQ4R80vjyvrU8YpxuROddv55vAEJrTuCuCVUhhsHbtlD9tGGbaNApGQckXhS8iQ==",
5509 "license": "MIT",
5510 "dependencies": {
5511 "emoji-regex-xs": "^1.0.0",
5512 "regex": "^6.0.1",
5513 "regex-recursion": "^6.0.2"
5514 }
5515 },
5516 "node_modules/vitepress/node_modules/shiki": {
5517 "version": "2.5.0",
5518 "resolved": "https://registry.npmjs.org/shiki/-/shiki-2.5.0.tgz",
5519 "integrity": "sha512-mI//trrsaiCIPsja5CNfsyNOqgAZUb6VpJA+340toL42UpzQlXpwRV9nch69X6gaUxrr9kaOOa6e3y3uAkGFxQ==",
5520 "license": "MIT",
5521 "dependencies": {
5522 "@shikijs/core": "2.5.0",
5523 "@shikijs/engine-javascript": "2.5.0",
5524 "@shikijs/engine-oniguruma": "2.5.0",
5525 "@shikijs/langs": "2.5.0",
5526 "@shikijs/themes": "2.5.0",
5527 "@shikijs/types": "2.5.0",
5528 "@shikijs/vscode-textmate": "^10.0.2",
5529 "@types/hast": "^3.0.4"
5530 }
5531 },
5532 "node_modules/vitepress/node_modules/vite": {
5533 "version": "5.4.21",
5534 "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
5535 "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
5536 "license": "MIT",
5537 "dependencies": {
5538 "esbuild": "^0.21.3",
5539 "postcss": "^8.4.43",
5540 "rollup": "^4.20.0"
5541 },
5542 "bin": {
5543 "vite": "bin/vite.js"
5544 },
5545 "engines": {
5546 "node": "^18.0.0 || >=20.0.0"
5547 },
5548 "funding": {
5549 "url": "https://github.com/vitejs/vite?sponsor=1"
5550 },
5551 "optionalDependencies": {
5552 "fsevents": "~2.3.3"
5553 },
5554 "peerDependencies": {
5555 "@types/node": "^18.0.0 || >=20.0.0",
5556 "less": "*",
5557 "lightningcss": "^1.21.0",
5558 "sass": "*",
5559 "sass-embedded": "*",
5560 "stylus": "*",
5561 "sugarss": "*",
5562 "terser": "^5.4.0"
5563 },
5564 "peerDependenciesMeta": {
5565 "@types/node": {
5566 "optional": true
5567 },
5568 "less": {
5569 "optional": true
5570 },
5571 "lightningcss": {
5572 "optional": true
5573 },
5574 "sass": {
5575 "optional": true
5576 },
5577 "sass-embedded": {
5578 "optional": true
5579 },
5580 "stylus": {
5581 "optional": true
5582 },
5583 "sugarss": {
5584 "optional": true
5585 },
5586 "terser": {
5587 "optional": true
5588 }
5589 }
5590 },
5591 "node_modules/vitest": {
5592 "version": "4.0.18",
5593 "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.18.tgz",
5594 "integrity": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==",
5595 "license": "MIT",
5596 "dependencies": {
5597 "@vitest/expect": "4.0.18",
5598 "@vitest/mocker": "4.0.18",
5599 "@vitest/pretty-format": "4.0.18",
5600 "@vitest/runner": "4.0.18",
5601 "@vitest/snapshot": "4.0.18",
5602 "@vitest/spy": "4.0.18",
5603 "@vitest/utils": "4.0.18",
5604 "es-module-lexer": "^1.7.0",
5605 "expect-type": "^1.2.2",
5606 "magic-string": "^0.30.21",
5607 "obug": "^2.1.1",
5608 "pathe": "^2.0.3",
5609 "picomatch": "^4.0.3",
5610 "std-env": "^3.10.0",
5611 "tinybench": "^2.9.0",
5612 "tinyexec": "^1.0.2",
5613 "tinyglobby": "^0.2.15",
5614 "tinyrainbow": "^3.0.3",
5615 "vite": "^6.0.0 || ^7.0.0",
5616 "why-is-node-running": "^2.3.0"
5617 },
5618 "bin": {
5619 "vitest": "vitest.mjs"
5620 },
5621 "engines": {
5622 "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
5623 },
5624 "funding": {
5625 "url": "https://opencollective.com/vitest"
5626 },
5627 "peerDependencies": {
5628 "@edge-runtime/vm": "*",
5629 "@opentelemetry/api": "^1.9.0",
5630 "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
5631 "@vitest/browser-playwright": "4.0.18",
5632 "@vitest/browser-preview": "4.0.18",
5633 "@vitest/browser-webdriverio": "4.0.18",
5634 "@vitest/ui": "4.0.18",
5635 "happy-dom": "*",
5636 "jsdom": "*"
5637 },
5638 "peerDependenciesMeta": {
5639 "@edge-runtime/vm": {
5640 "optional": true
5641 },
5642 "@opentelemetry/api": {
5643 "optional": true
5644 },
5645 "@types/node": {
5646 "optional": true
5647 },
5648 "@vitest/browser-playwright": {
5649 "optional": true
5650 },
5651 "@vitest/browser-preview": {
5652 "optional": true
5653 },
5654 "@vitest/browser-webdriverio": {
5655 "optional": true
5656 },
5657 "@vitest/ui": {
5658 "optional": true
5659 },
5660 "happy-dom": {
5661 "optional": true
5662 },
5663 "jsdom": {
5664 "optional": true
5665 }
5666 }
5667 },
5668 "node_modules/vue": {
5669 "version": "3.5.30",
5670 "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.30.tgz",
5671 "integrity": "sha512-hTHLc6VNZyzzEH/l7PFGjpcTvUgiaPK5mdLkbjrTeWSRcEfxFrv56g/XckIYlE9ckuobsdwqd5mk2g1sBkMewg==",
5672 "license": "MIT",
5673 "dependencies": {
5674 "@vue/compiler-dom": "3.5.30",
5675 "@vue/compiler-sfc": "3.5.30",
5676 "@vue/runtime-dom": "3.5.30",
5677 "@vue/server-renderer": "3.5.30",
5678 "@vue/shared": "3.5.30"
5679 },
5680 "peerDependencies": {
5681 "typescript": "*"
5682 },
5683 "peerDependenciesMeta": {
5684 "typescript": {
5685 "optional": true
5686 }
5687 }
5688 },
5689 "node_modules/why-is-node-running": {
5690 "version": "2.3.0",
5691 "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
5692 "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
5693 "license": "MIT",
5694 "dependencies": {
5695 "siginfo": "^2.0.0",
5696 "stackback": "0.0.2"
5697 },
5698 "bin": {
5699 "why-is-node-running": "cli.js"
5700 },
5701 "engines": {
5702 "node": ">=8"
5703 }
5704 },
5705 "node_modules/wrappy": {
5706 "version": "1.0.2",
5707 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
5708 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
5709 "license": "ISC"
5710 },
5711 "node_modules/yaml": {
5712 "version": "2.8.2",
5713 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
5714 "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
5715 "license": "ISC",
5716 "bin": {
5717 "yaml": "bin.mjs"
5718 },
5719 "engines": {
5720 "node": ">= 14.6"
5721 },
5722 "funding": {
5723 "url": "https://github.com/sponsors/eemeli"
5724 }
5725 },
5726 "node_modules/yoga-layout": {
5727 "version": "3.2.1",
5728 "resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-3.2.1.tgz",
5729 "integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==",
5730 "license": "MIT"
5731 },
5732 "node_modules/zwitch": {
5733 "version": "2.0.4",
5734 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
5735 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
5736 "license": "MIT",
5737 "funding": {
5738 "type": "github",
5739 "url": "https://github.com/sponsors/wooorm"
5740 }
5741 },
5742 "packages/appview": {
5743 "name": "hatk",
5744 "extraneous": true,
5745 "dependencies": {
5746 "@bigmoves/lexicon": "^0.2.1",
5747 "@duckdb/node-api": "^1.4.4-r.1",
5748 "@hatk/oauth-client": "*",
5749 "@resvg/resvg-js": "^2.6.2",
5750 "satori": "^0.19.2",
5751 "vitest": "^4",
5752 "yaml": "^2.7.0"
5753 },
5754 "bin": {
5755 "hatk": "src/cli.ts"
5756 },
5757 "devDependencies": {
5758 "@playwright/test": "^1.58.2",
5759 "@types/react": "^19.2.14",
5760 "vite": "^6"
5761 }
5762 },
5763 "packages/docs": {
5764 "name": "@hatk/docs",
5765 "extraneous": true,
5766 "dependencies": {
5767 "@astrojs/starlight": "^0.37.7",
5768 "astro": "^5.6.1",
5769 "sharp": "^0.34.2"
5770 }
5771 },
5772 "packages/hatk": {
5773 "name": "@hatk/hatk",
5774 "version": "0.0.1-alpha.41",
5775 "license": "MIT",
5776 "dependencies": {
5777 "@bigmoves/lexicon": "^0.2.2",
5778 "@duckdb/node-api": "^1.4.4-r.1",
5779 "@hatk/oauth-client": "*",
5780 "@resvg/resvg-js": "^2.6.2",
5781 "better-sqlite3": "^12.6.2",
5782 "satori": "^0.19.2",
5783 "vitest": "^4",
5784 "yaml": "^2.7.0"
5785 },
5786 "bin": {
5787 "hatk": "dist/cli.js"
5788 },
5789 "devDependencies": {
5790 "@types/better-sqlite3": "^7.6.13",
5791 "@types/react": "^19.2.14",
5792 "vite": "^8.0.0"
5793 },
5794 "peerDependencies": {
5795 "vite": "^8.0.0"
5796 }
5797 },
5798 "packages/hatk/node_modules/vite": {
5799 "version": "8.0.0",
5800 "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.0.tgz",
5801 "integrity": "sha512-fPGaRNj9Zytaf8LEiBhY7Z6ijnFKdzU/+mL8EFBaKr7Vw1/FWcTBAMW0wLPJAGMPX38ZPVCVgLceWiEqeoqL2Q==",
5802 "dev": true,
5803 "license": "MIT",
5804 "dependencies": {
5805 "@oxc-project/runtime": "0.115.0",
5806 "lightningcss": "^1.32.0",
5807 "picomatch": "^4.0.3",
5808 "postcss": "^8.5.8",
5809 "rolldown": "1.0.0-rc.9",
5810 "tinyglobby": "^0.2.15"
5811 },
5812 "bin": {
5813 "vite": "bin/vite.js"
5814 },
5815 "engines": {
5816 "node": "^20.19.0 || >=22.12.0"
5817 },
5818 "funding": {
5819 "url": "https://github.com/vitejs/vite?sponsor=1"
5820 },
5821 "optionalDependencies": {
5822 "fsevents": "~2.3.3"
5823 },
5824 "peerDependencies": {
5825 "@types/node": "^20.19.0 || >=22.12.0",
5826 "@vitejs/devtools": "^0.0.0-alpha.31",
5827 "esbuild": "^0.27.0",
5828 "jiti": ">=1.21.0",
5829 "less": "^4.0.0",
5830 "sass": "^1.70.0",
5831 "sass-embedded": "^1.70.0",
5832 "stylus": ">=0.54.8",
5833 "sugarss": "^5.0.0",
5834 "terser": "^5.16.0",
5835 "tsx": "^4.8.1",
5836 "yaml": "^2.4.2"
5837 },
5838 "peerDependenciesMeta": {
5839 "@types/node": {
5840 "optional": true
5841 },
5842 "@vitejs/devtools": {
5843 "optional": true
5844 },
5845 "esbuild": {
5846 "optional": true
5847 },
5848 "jiti": {
5849 "optional": true
5850 },
5851 "less": {
5852 "optional": true
5853 },
5854 "sass": {
5855 "optional": true
5856 },
5857 "sass-embedded": {
5858 "optional": true
5859 },
5860 "stylus": {
5861 "optional": true
5862 },
5863 "sugarss": {
5864 "optional": true
5865 },
5866 "terser": {
5867 "optional": true
5868 },
5869 "tsx": {
5870 "optional": true
5871 },
5872 "yaml": {
5873 "optional": true
5874 }
5875 }
5876 },
5877 "packages/oauth-client": {
5878 "name": "@hatk/oauth-client",
5879 "version": "0.0.1-alpha.0",
5880 "license": "MIT"
5881 }
5882 }
5883}