A listen later implementation for Spotify
1{
2 "name": "llamify",
3 "version": "0.1.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "llamify",
9 "version": "0.1.0",
10 "dependencies": {
11 "next": "16.0.0",
12 "next-auth": "^5.0.0-beta.30",
13 "react": "19.2.0",
14 "react-dom": "19.2.0"
15 },
16 "devDependencies": {
17 "@tailwindcss/postcss": "^4",
18 "@types/node": "^20",
19 "@types/react": "^19",
20 "@types/react-dom": "^19",
21 "eslint": "^9",
22 "eslint-config-next": "16.0.0",
23 "tailwindcss": "^4",
24 "typescript": "^5"
25 }
26 },
27 "node_modules/@alloc/quick-lru": {
28 "version": "5.2.0",
29 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
30 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
31 "dev": true,
32 "license": "MIT",
33 "engines": {
34 "node": ">=10"
35 },
36 "funding": {
37 "url": "https://github.com/sponsors/sindresorhus"
38 }
39 },
40 "node_modules/@auth/core": {
41 "version": "0.41.0",
42 "resolved": "https://registry.npmjs.org/@auth/core/-/core-0.41.0.tgz",
43 "integrity": "sha512-Wd7mHPQ/8zy6Qj7f4T46vg3aoor8fskJm6g2Zyj064oQ3+p0xNZXAV60ww0hY+MbTesfu29kK14Zk5d5JTazXQ==",
44 "license": "ISC",
45 "dependencies": {
46 "@panva/hkdf": "^1.2.1",
47 "jose": "^6.0.6",
48 "oauth4webapi": "^3.3.0",
49 "preact": "10.24.3",
50 "preact-render-to-string": "6.5.11"
51 },
52 "peerDependencies": {
53 "@simplewebauthn/browser": "^9.0.1",
54 "@simplewebauthn/server": "^9.0.2",
55 "nodemailer": "^6.8.0"
56 },
57 "peerDependenciesMeta": {
58 "@simplewebauthn/browser": {
59 "optional": true
60 },
61 "@simplewebauthn/server": {
62 "optional": true
63 },
64 "nodemailer": {
65 "optional": true
66 }
67 }
68 },
69 "node_modules/@babel/code-frame": {
70 "version": "7.27.1",
71 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
72 "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
73 "dev": true,
74 "license": "MIT",
75 "dependencies": {
76 "@babel/helper-validator-identifier": "^7.27.1",
77 "js-tokens": "^4.0.0",
78 "picocolors": "^1.1.1"
79 },
80 "engines": {
81 "node": ">=6.9.0"
82 }
83 },
84 "node_modules/@babel/compat-data": {
85 "version": "7.28.5",
86 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
87 "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
88 "dev": true,
89 "license": "MIT",
90 "engines": {
91 "node": ">=6.9.0"
92 }
93 },
94 "node_modules/@babel/core": {
95 "version": "7.28.5",
96 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
97 "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
98 "dev": true,
99 "license": "MIT",
100 "dependencies": {
101 "@babel/code-frame": "^7.27.1",
102 "@babel/generator": "^7.28.5",
103 "@babel/helper-compilation-targets": "^7.27.2",
104 "@babel/helper-module-transforms": "^7.28.3",
105 "@babel/helpers": "^7.28.4",
106 "@babel/parser": "^7.28.5",
107 "@babel/template": "^7.27.2",
108 "@babel/traverse": "^7.28.5",
109 "@babel/types": "^7.28.5",
110 "@jridgewell/remapping": "^2.3.5",
111 "convert-source-map": "^2.0.0",
112 "debug": "^4.1.0",
113 "gensync": "^1.0.0-beta.2",
114 "json5": "^2.2.3",
115 "semver": "^6.3.1"
116 },
117 "engines": {
118 "node": ">=6.9.0"
119 },
120 "funding": {
121 "type": "opencollective",
122 "url": "https://opencollective.com/babel"
123 }
124 },
125 "node_modules/@babel/generator": {
126 "version": "7.28.5",
127 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
128 "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
129 "dev": true,
130 "license": "MIT",
131 "dependencies": {
132 "@babel/parser": "^7.28.5",
133 "@babel/types": "^7.28.5",
134 "@jridgewell/gen-mapping": "^0.3.12",
135 "@jridgewell/trace-mapping": "^0.3.28",
136 "jsesc": "^3.0.2"
137 },
138 "engines": {
139 "node": ">=6.9.0"
140 }
141 },
142 "node_modules/@babel/helper-compilation-targets": {
143 "version": "7.27.2",
144 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
145 "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
146 "dev": true,
147 "license": "MIT",
148 "dependencies": {
149 "@babel/compat-data": "^7.27.2",
150 "@babel/helper-validator-option": "^7.27.1",
151 "browserslist": "^4.24.0",
152 "lru-cache": "^5.1.1",
153 "semver": "^6.3.1"
154 },
155 "engines": {
156 "node": ">=6.9.0"
157 }
158 },
159 "node_modules/@babel/helper-globals": {
160 "version": "7.28.0",
161 "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
162 "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
163 "dev": true,
164 "license": "MIT",
165 "engines": {
166 "node": ">=6.9.0"
167 }
168 },
169 "node_modules/@babel/helper-module-imports": {
170 "version": "7.27.1",
171 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
172 "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
173 "dev": true,
174 "license": "MIT",
175 "dependencies": {
176 "@babel/traverse": "^7.27.1",
177 "@babel/types": "^7.27.1"
178 },
179 "engines": {
180 "node": ">=6.9.0"
181 }
182 },
183 "node_modules/@babel/helper-module-transforms": {
184 "version": "7.28.3",
185 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
186 "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
187 "dev": true,
188 "license": "MIT",
189 "dependencies": {
190 "@babel/helper-module-imports": "^7.27.1",
191 "@babel/helper-validator-identifier": "^7.27.1",
192 "@babel/traverse": "^7.28.3"
193 },
194 "engines": {
195 "node": ">=6.9.0"
196 },
197 "peerDependencies": {
198 "@babel/core": "^7.0.0"
199 }
200 },
201 "node_modules/@babel/helper-string-parser": {
202 "version": "7.27.1",
203 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
204 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
205 "dev": true,
206 "license": "MIT",
207 "engines": {
208 "node": ">=6.9.0"
209 }
210 },
211 "node_modules/@babel/helper-validator-identifier": {
212 "version": "7.28.5",
213 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
214 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
215 "dev": true,
216 "license": "MIT",
217 "engines": {
218 "node": ">=6.9.0"
219 }
220 },
221 "node_modules/@babel/helper-validator-option": {
222 "version": "7.27.1",
223 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
224 "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
225 "dev": true,
226 "license": "MIT",
227 "engines": {
228 "node": ">=6.9.0"
229 }
230 },
231 "node_modules/@babel/helpers": {
232 "version": "7.28.4",
233 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
234 "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
235 "dev": true,
236 "license": "MIT",
237 "dependencies": {
238 "@babel/template": "^7.27.2",
239 "@babel/types": "^7.28.4"
240 },
241 "engines": {
242 "node": ">=6.9.0"
243 }
244 },
245 "node_modules/@babel/parser": {
246 "version": "7.28.5",
247 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
248 "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
249 "dev": true,
250 "license": "MIT",
251 "dependencies": {
252 "@babel/types": "^7.28.5"
253 },
254 "bin": {
255 "parser": "bin/babel-parser.js"
256 },
257 "engines": {
258 "node": ">=6.0.0"
259 }
260 },
261 "node_modules/@babel/template": {
262 "version": "7.27.2",
263 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
264 "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
265 "dev": true,
266 "license": "MIT",
267 "dependencies": {
268 "@babel/code-frame": "^7.27.1",
269 "@babel/parser": "^7.27.2",
270 "@babel/types": "^7.27.1"
271 },
272 "engines": {
273 "node": ">=6.9.0"
274 }
275 },
276 "node_modules/@babel/traverse": {
277 "version": "7.28.5",
278 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
279 "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
280 "dev": true,
281 "license": "MIT",
282 "dependencies": {
283 "@babel/code-frame": "^7.27.1",
284 "@babel/generator": "^7.28.5",
285 "@babel/helper-globals": "^7.28.0",
286 "@babel/parser": "^7.28.5",
287 "@babel/template": "^7.27.2",
288 "@babel/types": "^7.28.5",
289 "debug": "^4.3.1"
290 },
291 "engines": {
292 "node": ">=6.9.0"
293 }
294 },
295 "node_modules/@babel/types": {
296 "version": "7.28.5",
297 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
298 "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
299 "dev": true,
300 "license": "MIT",
301 "dependencies": {
302 "@babel/helper-string-parser": "^7.27.1",
303 "@babel/helper-validator-identifier": "^7.28.5"
304 },
305 "engines": {
306 "node": ">=6.9.0"
307 }
308 },
309 "node_modules/@emnapi/core": {
310 "version": "1.6.0",
311 "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.6.0.tgz",
312 "integrity": "sha512-zq/ay+9fNIJJtJiZxdTnXS20PllcYMX3OE23ESc4HK/bdYu3cOWYVhsOhVnXALfU/uqJIxn5NBPd9z4v+SfoSg==",
313 "dev": true,
314 "license": "MIT",
315 "optional": true,
316 "dependencies": {
317 "@emnapi/wasi-threads": "1.1.0",
318 "tslib": "^2.4.0"
319 }
320 },
321 "node_modules/@emnapi/runtime": {
322 "version": "1.6.0",
323 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.6.0.tgz",
324 "integrity": "sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==",
325 "license": "MIT",
326 "optional": true,
327 "dependencies": {
328 "tslib": "^2.4.0"
329 }
330 },
331 "node_modules/@emnapi/wasi-threads": {
332 "version": "1.1.0",
333 "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
334 "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
335 "dev": true,
336 "license": "MIT",
337 "optional": true,
338 "dependencies": {
339 "tslib": "^2.4.0"
340 }
341 },
342 "node_modules/@eslint-community/eslint-utils": {
343 "version": "4.9.0",
344 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
345 "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
346 "dev": true,
347 "license": "MIT",
348 "dependencies": {
349 "eslint-visitor-keys": "^3.4.3"
350 },
351 "engines": {
352 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
353 },
354 "funding": {
355 "url": "https://opencollective.com/eslint"
356 },
357 "peerDependencies": {
358 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
359 }
360 },
361 "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
362 "version": "3.4.3",
363 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
364 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
365 "dev": true,
366 "license": "Apache-2.0",
367 "engines": {
368 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
369 },
370 "funding": {
371 "url": "https://opencollective.com/eslint"
372 }
373 },
374 "node_modules/@eslint-community/regexpp": {
375 "version": "4.12.2",
376 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
377 "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
378 "dev": true,
379 "license": "MIT",
380 "engines": {
381 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
382 }
383 },
384 "node_modules/@eslint/config-array": {
385 "version": "0.21.1",
386 "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
387 "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
388 "dev": true,
389 "license": "Apache-2.0",
390 "dependencies": {
391 "@eslint/object-schema": "^2.1.7",
392 "debug": "^4.3.1",
393 "minimatch": "^3.1.2"
394 },
395 "engines": {
396 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
397 }
398 },
399 "node_modules/@eslint/config-helpers": {
400 "version": "0.4.1",
401 "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.1.tgz",
402 "integrity": "sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==",
403 "dev": true,
404 "license": "Apache-2.0",
405 "dependencies": {
406 "@eslint/core": "^0.16.0"
407 },
408 "engines": {
409 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
410 }
411 },
412 "node_modules/@eslint/core": {
413 "version": "0.16.0",
414 "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
415 "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
416 "dev": true,
417 "license": "Apache-2.0",
418 "dependencies": {
419 "@types/json-schema": "^7.0.15"
420 },
421 "engines": {
422 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
423 }
424 },
425 "node_modules/@eslint/eslintrc": {
426 "version": "3.3.1",
427 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
428 "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
429 "dev": true,
430 "license": "MIT",
431 "dependencies": {
432 "ajv": "^6.12.4",
433 "debug": "^4.3.2",
434 "espree": "^10.0.1",
435 "globals": "^14.0.0",
436 "ignore": "^5.2.0",
437 "import-fresh": "^3.2.1",
438 "js-yaml": "^4.1.0",
439 "minimatch": "^3.1.2",
440 "strip-json-comments": "^3.1.1"
441 },
442 "engines": {
443 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
444 },
445 "funding": {
446 "url": "https://opencollective.com/eslint"
447 }
448 },
449 "node_modules/@eslint/js": {
450 "version": "9.38.0",
451 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
452 "integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
453 "dev": true,
454 "license": "MIT",
455 "engines": {
456 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
457 },
458 "funding": {
459 "url": "https://eslint.org/donate"
460 }
461 },
462 "node_modules/@eslint/object-schema": {
463 "version": "2.1.7",
464 "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
465 "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
466 "dev": true,
467 "license": "Apache-2.0",
468 "engines": {
469 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
470 }
471 },
472 "node_modules/@eslint/plugin-kit": {
473 "version": "0.4.0",
474 "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz",
475 "integrity": "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==",
476 "dev": true,
477 "license": "Apache-2.0",
478 "dependencies": {
479 "@eslint/core": "^0.16.0",
480 "levn": "^0.4.1"
481 },
482 "engines": {
483 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
484 }
485 },
486 "node_modules/@humanfs/core": {
487 "version": "0.19.1",
488 "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
489 "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
490 "dev": true,
491 "license": "Apache-2.0",
492 "engines": {
493 "node": ">=18.18.0"
494 }
495 },
496 "node_modules/@humanfs/node": {
497 "version": "0.16.7",
498 "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
499 "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
500 "dev": true,
501 "license": "Apache-2.0",
502 "dependencies": {
503 "@humanfs/core": "^0.19.1",
504 "@humanwhocodes/retry": "^0.4.0"
505 },
506 "engines": {
507 "node": ">=18.18.0"
508 }
509 },
510 "node_modules/@humanwhocodes/module-importer": {
511 "version": "1.0.1",
512 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
513 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
514 "dev": true,
515 "license": "Apache-2.0",
516 "engines": {
517 "node": ">=12.22"
518 },
519 "funding": {
520 "type": "github",
521 "url": "https://github.com/sponsors/nzakas"
522 }
523 },
524 "node_modules/@humanwhocodes/retry": {
525 "version": "0.4.3",
526 "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
527 "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
528 "dev": true,
529 "license": "Apache-2.0",
530 "engines": {
531 "node": ">=18.18"
532 },
533 "funding": {
534 "type": "github",
535 "url": "https://github.com/sponsors/nzakas"
536 }
537 },
538 "node_modules/@img/colour": {
539 "version": "1.0.0",
540 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
541 "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",
542 "license": "MIT",
543 "optional": true,
544 "engines": {
545 "node": ">=18"
546 }
547 },
548 "node_modules/@img/sharp-darwin-arm64": {
549 "version": "0.34.4",
550 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz",
551 "integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==",
552 "cpu": [
553 "arm64"
554 ],
555 "license": "Apache-2.0",
556 "optional": true,
557 "os": [
558 "darwin"
559 ],
560 "engines": {
561 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
562 },
563 "funding": {
564 "url": "https://opencollective.com/libvips"
565 },
566 "optionalDependencies": {
567 "@img/sharp-libvips-darwin-arm64": "1.2.3"
568 }
569 },
570 "node_modules/@img/sharp-darwin-x64": {
571 "version": "0.34.4",
572 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz",
573 "integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==",
574 "cpu": [
575 "x64"
576 ],
577 "license": "Apache-2.0",
578 "optional": true,
579 "os": [
580 "darwin"
581 ],
582 "engines": {
583 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
584 },
585 "funding": {
586 "url": "https://opencollective.com/libvips"
587 },
588 "optionalDependencies": {
589 "@img/sharp-libvips-darwin-x64": "1.2.3"
590 }
591 },
592 "node_modules/@img/sharp-libvips-darwin-arm64": {
593 "version": "1.2.3",
594 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz",
595 "integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==",
596 "cpu": [
597 "arm64"
598 ],
599 "license": "LGPL-3.0-or-later",
600 "optional": true,
601 "os": [
602 "darwin"
603 ],
604 "funding": {
605 "url": "https://opencollective.com/libvips"
606 }
607 },
608 "node_modules/@img/sharp-libvips-darwin-x64": {
609 "version": "1.2.3",
610 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz",
611 "integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==",
612 "cpu": [
613 "x64"
614 ],
615 "license": "LGPL-3.0-or-later",
616 "optional": true,
617 "os": [
618 "darwin"
619 ],
620 "funding": {
621 "url": "https://opencollective.com/libvips"
622 }
623 },
624 "node_modules/@img/sharp-libvips-linux-arm": {
625 "version": "1.2.3",
626 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz",
627 "integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==",
628 "cpu": [
629 "arm"
630 ],
631 "license": "LGPL-3.0-or-later",
632 "optional": true,
633 "os": [
634 "linux"
635 ],
636 "funding": {
637 "url": "https://opencollective.com/libvips"
638 }
639 },
640 "node_modules/@img/sharp-libvips-linux-arm64": {
641 "version": "1.2.3",
642 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz",
643 "integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==",
644 "cpu": [
645 "arm64"
646 ],
647 "license": "LGPL-3.0-or-later",
648 "optional": true,
649 "os": [
650 "linux"
651 ],
652 "funding": {
653 "url": "https://opencollective.com/libvips"
654 }
655 },
656 "node_modules/@img/sharp-libvips-linux-ppc64": {
657 "version": "1.2.3",
658 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz",
659 "integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==",
660 "cpu": [
661 "ppc64"
662 ],
663 "license": "LGPL-3.0-or-later",
664 "optional": true,
665 "os": [
666 "linux"
667 ],
668 "funding": {
669 "url": "https://opencollective.com/libvips"
670 }
671 },
672 "node_modules/@img/sharp-libvips-linux-s390x": {
673 "version": "1.2.3",
674 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz",
675 "integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==",
676 "cpu": [
677 "s390x"
678 ],
679 "license": "LGPL-3.0-or-later",
680 "optional": true,
681 "os": [
682 "linux"
683 ],
684 "funding": {
685 "url": "https://opencollective.com/libvips"
686 }
687 },
688 "node_modules/@img/sharp-libvips-linux-x64": {
689 "version": "1.2.3",
690 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.3.tgz",
691 "integrity": "sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==",
692 "cpu": [
693 "x64"
694 ],
695 "license": "LGPL-3.0-or-later",
696 "optional": true,
697 "os": [
698 "linux"
699 ],
700 "funding": {
701 "url": "https://opencollective.com/libvips"
702 }
703 },
704 "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
705 "version": "1.2.3",
706 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz",
707 "integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==",
708 "cpu": [
709 "arm64"
710 ],
711 "license": "LGPL-3.0-or-later",
712 "optional": true,
713 "os": [
714 "linux"
715 ],
716 "funding": {
717 "url": "https://opencollective.com/libvips"
718 }
719 },
720 "node_modules/@img/sharp-libvips-linuxmusl-x64": {
721 "version": "1.2.3",
722 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz",
723 "integrity": "sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==",
724 "cpu": [
725 "x64"
726 ],
727 "license": "LGPL-3.0-or-later",
728 "optional": true,
729 "os": [
730 "linux"
731 ],
732 "funding": {
733 "url": "https://opencollective.com/libvips"
734 }
735 },
736 "node_modules/@img/sharp-linux-arm": {
737 "version": "0.34.4",
738 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.4.tgz",
739 "integrity": "sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==",
740 "cpu": [
741 "arm"
742 ],
743 "license": "Apache-2.0",
744 "optional": true,
745 "os": [
746 "linux"
747 ],
748 "engines": {
749 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
750 },
751 "funding": {
752 "url": "https://opencollective.com/libvips"
753 },
754 "optionalDependencies": {
755 "@img/sharp-libvips-linux-arm": "1.2.3"
756 }
757 },
758 "node_modules/@img/sharp-linux-arm64": {
759 "version": "0.34.4",
760 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.4.tgz",
761 "integrity": "sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==",
762 "cpu": [
763 "arm64"
764 ],
765 "license": "Apache-2.0",
766 "optional": true,
767 "os": [
768 "linux"
769 ],
770 "engines": {
771 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
772 },
773 "funding": {
774 "url": "https://opencollective.com/libvips"
775 },
776 "optionalDependencies": {
777 "@img/sharp-libvips-linux-arm64": "1.2.3"
778 }
779 },
780 "node_modules/@img/sharp-linux-ppc64": {
781 "version": "0.34.4",
782 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.4.tgz",
783 "integrity": "sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==",
784 "cpu": [
785 "ppc64"
786 ],
787 "license": "Apache-2.0",
788 "optional": true,
789 "os": [
790 "linux"
791 ],
792 "engines": {
793 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
794 },
795 "funding": {
796 "url": "https://opencollective.com/libvips"
797 },
798 "optionalDependencies": {
799 "@img/sharp-libvips-linux-ppc64": "1.2.3"
800 }
801 },
802 "node_modules/@img/sharp-linux-s390x": {
803 "version": "0.34.4",
804 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.4.tgz",
805 "integrity": "sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==",
806 "cpu": [
807 "s390x"
808 ],
809 "license": "Apache-2.0",
810 "optional": true,
811 "os": [
812 "linux"
813 ],
814 "engines": {
815 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
816 },
817 "funding": {
818 "url": "https://opencollective.com/libvips"
819 },
820 "optionalDependencies": {
821 "@img/sharp-libvips-linux-s390x": "1.2.3"
822 }
823 },
824 "node_modules/@img/sharp-linux-x64": {
825 "version": "0.34.4",
826 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.4.tgz",
827 "integrity": "sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==",
828 "cpu": [
829 "x64"
830 ],
831 "license": "Apache-2.0",
832 "optional": true,
833 "os": [
834 "linux"
835 ],
836 "engines": {
837 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
838 },
839 "funding": {
840 "url": "https://opencollective.com/libvips"
841 },
842 "optionalDependencies": {
843 "@img/sharp-libvips-linux-x64": "1.2.3"
844 }
845 },
846 "node_modules/@img/sharp-linuxmusl-arm64": {
847 "version": "0.34.4",
848 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.4.tgz",
849 "integrity": "sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==",
850 "cpu": [
851 "arm64"
852 ],
853 "license": "Apache-2.0",
854 "optional": true,
855 "os": [
856 "linux"
857 ],
858 "engines": {
859 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
860 },
861 "funding": {
862 "url": "https://opencollective.com/libvips"
863 },
864 "optionalDependencies": {
865 "@img/sharp-libvips-linuxmusl-arm64": "1.2.3"
866 }
867 },
868 "node_modules/@img/sharp-linuxmusl-x64": {
869 "version": "0.34.4",
870 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.4.tgz",
871 "integrity": "sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==",
872 "cpu": [
873 "x64"
874 ],
875 "license": "Apache-2.0",
876 "optional": true,
877 "os": [
878 "linux"
879 ],
880 "engines": {
881 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
882 },
883 "funding": {
884 "url": "https://opencollective.com/libvips"
885 },
886 "optionalDependencies": {
887 "@img/sharp-libvips-linuxmusl-x64": "1.2.3"
888 }
889 },
890 "node_modules/@img/sharp-wasm32": {
891 "version": "0.34.4",
892 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.4.tgz",
893 "integrity": "sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==",
894 "cpu": [
895 "wasm32"
896 ],
897 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
898 "optional": true,
899 "dependencies": {
900 "@emnapi/runtime": "^1.5.0"
901 },
902 "engines": {
903 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
904 },
905 "funding": {
906 "url": "https://opencollective.com/libvips"
907 }
908 },
909 "node_modules/@img/sharp-win32-arm64": {
910 "version": "0.34.4",
911 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.4.tgz",
912 "integrity": "sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==",
913 "cpu": [
914 "arm64"
915 ],
916 "license": "Apache-2.0 AND LGPL-3.0-or-later",
917 "optional": true,
918 "os": [
919 "win32"
920 ],
921 "engines": {
922 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
923 },
924 "funding": {
925 "url": "https://opencollective.com/libvips"
926 }
927 },
928 "node_modules/@img/sharp-win32-ia32": {
929 "version": "0.34.4",
930 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.4.tgz",
931 "integrity": "sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==",
932 "cpu": [
933 "ia32"
934 ],
935 "license": "Apache-2.0 AND LGPL-3.0-or-later",
936 "optional": true,
937 "os": [
938 "win32"
939 ],
940 "engines": {
941 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
942 },
943 "funding": {
944 "url": "https://opencollective.com/libvips"
945 }
946 },
947 "node_modules/@img/sharp-win32-x64": {
948 "version": "0.34.4",
949 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.4.tgz",
950 "integrity": "sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==",
951 "cpu": [
952 "x64"
953 ],
954 "license": "Apache-2.0 AND LGPL-3.0-or-later",
955 "optional": true,
956 "os": [
957 "win32"
958 ],
959 "engines": {
960 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
961 },
962 "funding": {
963 "url": "https://opencollective.com/libvips"
964 }
965 },
966 "node_modules/@jridgewell/gen-mapping": {
967 "version": "0.3.13",
968 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
969 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
970 "dev": true,
971 "license": "MIT",
972 "dependencies": {
973 "@jridgewell/sourcemap-codec": "^1.5.0",
974 "@jridgewell/trace-mapping": "^0.3.24"
975 }
976 },
977 "node_modules/@jridgewell/remapping": {
978 "version": "2.3.5",
979 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
980 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
981 "dev": true,
982 "license": "MIT",
983 "dependencies": {
984 "@jridgewell/gen-mapping": "^0.3.5",
985 "@jridgewell/trace-mapping": "^0.3.24"
986 }
987 },
988 "node_modules/@jridgewell/resolve-uri": {
989 "version": "3.1.2",
990 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
991 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
992 "dev": true,
993 "license": "MIT",
994 "engines": {
995 "node": ">=6.0.0"
996 }
997 },
998 "node_modules/@jridgewell/sourcemap-codec": {
999 "version": "1.5.5",
1000 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1001 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1002 "dev": true,
1003 "license": "MIT"
1004 },
1005 "node_modules/@jridgewell/trace-mapping": {
1006 "version": "0.3.31",
1007 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1008 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1009 "dev": true,
1010 "license": "MIT",
1011 "dependencies": {
1012 "@jridgewell/resolve-uri": "^3.1.0",
1013 "@jridgewell/sourcemap-codec": "^1.4.14"
1014 }
1015 },
1016 "node_modules/@napi-rs/wasm-runtime": {
1017 "version": "0.2.12",
1018 "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
1019 "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
1020 "dev": true,
1021 "license": "MIT",
1022 "optional": true,
1023 "dependencies": {
1024 "@emnapi/core": "^1.4.3",
1025 "@emnapi/runtime": "^1.4.3",
1026 "@tybys/wasm-util": "^0.10.0"
1027 }
1028 },
1029 "node_modules/@next/env": {
1030 "version": "16.0.0",
1031 "resolved": "https://registry.npmjs.org/@next/env/-/env-16.0.0.tgz",
1032 "integrity": "sha512-s5j2iFGp38QsG1LWRQaE2iUY3h1jc014/melHFfLdrsMJPqxqDQwWNwyQTcNoUSGZlCVZuM7t7JDMmSyRilsnA==",
1033 "license": "MIT"
1034 },
1035 "node_modules/@next/eslint-plugin-next": {
1036 "version": "16.0.0",
1037 "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.0.0.tgz",
1038 "integrity": "sha512-IB7RzmmtrPOrpAgEBR1PIQPD0yea5lggh5cq54m51jHjjljU80Ia+czfxJYMlSDl1DPvpzb8S9TalCc0VMo9Hw==",
1039 "dev": true,
1040 "license": "MIT",
1041 "dependencies": {
1042 "fast-glob": "3.3.1"
1043 }
1044 },
1045 "node_modules/@next/swc-darwin-arm64": {
1046 "version": "16.0.0",
1047 "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.0.0.tgz",
1048 "integrity": "sha512-/CntqDCnk5w2qIwMiF0a9r6+9qunZzFmU0cBX4T82LOflE72zzH6gnOjCwUXYKOBlQi8OpP/rMj8cBIr18x4TA==",
1049 "cpu": [
1050 "arm64"
1051 ],
1052 "license": "MIT",
1053 "optional": true,
1054 "os": [
1055 "darwin"
1056 ],
1057 "engines": {
1058 "node": ">= 10"
1059 }
1060 },
1061 "node_modules/@next/swc-darwin-x64": {
1062 "version": "16.0.0",
1063 "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.0.0.tgz",
1064 "integrity": "sha512-hB4GZnJGKa8m4efvTGNyii6qs76vTNl+3dKHTCAUaksN6KjYy4iEO3Q5ira405NW2PKb3EcqWiRaL9DrYJfMHg==",
1065 "cpu": [
1066 "x64"
1067 ],
1068 "license": "MIT",
1069 "optional": true,
1070 "os": [
1071 "darwin"
1072 ],
1073 "engines": {
1074 "node": ">= 10"
1075 }
1076 },
1077 "node_modules/@next/swc-linux-arm64-gnu": {
1078 "version": "16.0.0",
1079 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.0.0.tgz",
1080 "integrity": "sha512-E2IHMdE+C1k+nUgndM13/BY/iJY9KGCphCftMh7SXWcaQqExq/pJU/1Hgn8n/tFwSoLoYC/yUghOv97tAsIxqg==",
1081 "cpu": [
1082 "arm64"
1083 ],
1084 "license": "MIT",
1085 "optional": true,
1086 "os": [
1087 "linux"
1088 ],
1089 "engines": {
1090 "node": ">= 10"
1091 }
1092 },
1093 "node_modules/@next/swc-linux-arm64-musl": {
1094 "version": "16.0.0",
1095 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.0.0.tgz",
1096 "integrity": "sha512-xzgl7c7BVk4+7PDWldU+On2nlwnGgFqJ1siWp3/8S0KBBLCjonB6zwJYPtl4MUY7YZJrzzumdUpUoquu5zk8vg==",
1097 "cpu": [
1098 "arm64"
1099 ],
1100 "license": "MIT",
1101 "optional": true,
1102 "os": [
1103 "linux"
1104 ],
1105 "engines": {
1106 "node": ">= 10"
1107 }
1108 },
1109 "node_modules/@next/swc-linux-x64-gnu": {
1110 "version": "16.0.0",
1111 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.0.0.tgz",
1112 "integrity": "sha512-sdyOg4cbiCw7YUr0F/7ya42oiVBXLD21EYkSwN+PhE4csJH4MSXUsYyslliiiBwkM+KsuQH/y9wuxVz6s7Nstg==",
1113 "cpu": [
1114 "x64"
1115 ],
1116 "license": "MIT",
1117 "optional": true,
1118 "os": [
1119 "linux"
1120 ],
1121 "engines": {
1122 "node": ">= 10"
1123 }
1124 },
1125 "node_modules/@next/swc-linux-x64-musl": {
1126 "version": "16.0.0",
1127 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.0.0.tgz",
1128 "integrity": "sha512-IAXv3OBYqVaNOgyd3kxR4L3msuhmSy1bcchPHxDOjypG33i2yDWvGBwFD94OuuTjjTt/7cuIKtAmoOOml6kfbg==",
1129 "cpu": [
1130 "x64"
1131 ],
1132 "license": "MIT",
1133 "optional": true,
1134 "os": [
1135 "linux"
1136 ],
1137 "engines": {
1138 "node": ">= 10"
1139 }
1140 },
1141 "node_modules/@next/swc-win32-arm64-msvc": {
1142 "version": "16.0.0",
1143 "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.0.0.tgz",
1144 "integrity": "sha512-bmo3ncIJKUS9PWK1JD9pEVv0yuvp1KPuOsyJTHXTv8KDrEmgV/K+U0C75rl9rhIaODcS7JEb6/7eJhdwXI0XmA==",
1145 "cpu": [
1146 "arm64"
1147 ],
1148 "license": "MIT",
1149 "optional": true,
1150 "os": [
1151 "win32"
1152 ],
1153 "engines": {
1154 "node": ">= 10"
1155 }
1156 },
1157 "node_modules/@next/swc-win32-x64-msvc": {
1158 "version": "16.0.0",
1159 "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.0.0.tgz",
1160 "integrity": "sha512-O1cJbT+lZp+cTjYyZGiDwsOjO3UHHzSqobkPNipdlnnuPb1swfcuY6r3p8dsKU4hAIEO4cO67ZCfVVH/M1ETXA==",
1161 "cpu": [
1162 "x64"
1163 ],
1164 "license": "MIT",
1165 "optional": true,
1166 "os": [
1167 "win32"
1168 ],
1169 "engines": {
1170 "node": ">= 10"
1171 }
1172 },
1173 "node_modules/@nodelib/fs.scandir": {
1174 "version": "2.1.5",
1175 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
1176 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
1177 "dev": true,
1178 "license": "MIT",
1179 "dependencies": {
1180 "@nodelib/fs.stat": "2.0.5",
1181 "run-parallel": "^1.1.9"
1182 },
1183 "engines": {
1184 "node": ">= 8"
1185 }
1186 },
1187 "node_modules/@nodelib/fs.stat": {
1188 "version": "2.0.5",
1189 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
1190 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
1191 "dev": true,
1192 "license": "MIT",
1193 "engines": {
1194 "node": ">= 8"
1195 }
1196 },
1197 "node_modules/@nodelib/fs.walk": {
1198 "version": "1.2.8",
1199 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
1200 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
1201 "dev": true,
1202 "license": "MIT",
1203 "dependencies": {
1204 "@nodelib/fs.scandir": "2.1.5",
1205 "fastq": "^1.6.0"
1206 },
1207 "engines": {
1208 "node": ">= 8"
1209 }
1210 },
1211 "node_modules/@nolyfill/is-core-module": {
1212 "version": "1.0.39",
1213 "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
1214 "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
1215 "dev": true,
1216 "license": "MIT",
1217 "engines": {
1218 "node": ">=12.4.0"
1219 }
1220 },
1221 "node_modules/@panva/hkdf": {
1222 "version": "1.2.1",
1223 "resolved": "https://registry.npmjs.org/@panva/hkdf/-/hkdf-1.2.1.tgz",
1224 "integrity": "sha512-6oclG6Y3PiDFcoyk8srjLfVKyMfVCKJ27JwNPViuXziFpmdz+MZnZN/aKY0JGXgYuO/VghU0jcOAZgWXZ1Dmrw==",
1225 "license": "MIT",
1226 "funding": {
1227 "url": "https://github.com/sponsors/panva"
1228 }
1229 },
1230 "node_modules/@rtsao/scc": {
1231 "version": "1.1.0",
1232 "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
1233 "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
1234 "dev": true,
1235 "license": "MIT"
1236 },
1237 "node_modules/@swc/helpers": {
1238 "version": "0.5.15",
1239 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
1240 "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
1241 "license": "Apache-2.0",
1242 "dependencies": {
1243 "tslib": "^2.8.0"
1244 }
1245 },
1246 "node_modules/@tailwindcss/node": {
1247 "version": "4.1.16",
1248 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.16.tgz",
1249 "integrity": "sha512-BX5iaSsloNuvKNHRN3k2RcCuTEgASTo77mofW0vmeHkfrDWaoFAFvNHpEgtu0eqyypcyiBkDWzSMxJhp3AUVcw==",
1250 "dev": true,
1251 "license": "MIT",
1252 "dependencies": {
1253 "@jridgewell/remapping": "^2.3.4",
1254 "enhanced-resolve": "^5.18.3",
1255 "jiti": "^2.6.1",
1256 "lightningcss": "1.30.2",
1257 "magic-string": "^0.30.19",
1258 "source-map-js": "^1.2.1",
1259 "tailwindcss": "4.1.16"
1260 }
1261 },
1262 "node_modules/@tailwindcss/oxide": {
1263 "version": "4.1.16",
1264 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.16.tgz",
1265 "integrity": "sha512-2OSv52FRuhdlgyOQqgtQHuCgXnS8nFSYRp2tJ+4WZXKgTxqPy7SMSls8c3mPT5pkZ17SBToGM5LHEJBO7miEdg==",
1266 "dev": true,
1267 "license": "MIT",
1268 "engines": {
1269 "node": ">= 10"
1270 },
1271 "optionalDependencies": {
1272 "@tailwindcss/oxide-android-arm64": "4.1.16",
1273 "@tailwindcss/oxide-darwin-arm64": "4.1.16",
1274 "@tailwindcss/oxide-darwin-x64": "4.1.16",
1275 "@tailwindcss/oxide-freebsd-x64": "4.1.16",
1276 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.16",
1277 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.16",
1278 "@tailwindcss/oxide-linux-arm64-musl": "4.1.16",
1279 "@tailwindcss/oxide-linux-x64-gnu": "4.1.16",
1280 "@tailwindcss/oxide-linux-x64-musl": "4.1.16",
1281 "@tailwindcss/oxide-wasm32-wasi": "4.1.16",
1282 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.16",
1283 "@tailwindcss/oxide-win32-x64-msvc": "4.1.16"
1284 }
1285 },
1286 "node_modules/@tailwindcss/oxide-android-arm64": {
1287 "version": "4.1.16",
1288 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.16.tgz",
1289 "integrity": "sha512-8+ctzkjHgwDJ5caq9IqRSgsP70xhdhJvm+oueS/yhD5ixLhqTw9fSL1OurzMUhBwE5zK26FXLCz2f/RtkISqHA==",
1290 "cpu": [
1291 "arm64"
1292 ],
1293 "dev": true,
1294 "license": "MIT",
1295 "optional": true,
1296 "os": [
1297 "android"
1298 ],
1299 "engines": {
1300 "node": ">= 10"
1301 }
1302 },
1303 "node_modules/@tailwindcss/oxide-darwin-arm64": {
1304 "version": "4.1.16",
1305 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.16.tgz",
1306 "integrity": "sha512-C3oZy5042v2FOALBZtY0JTDnGNdS6w7DxL/odvSny17ORUnaRKhyTse8xYi3yKGyfnTUOdavRCdmc8QqJYwFKA==",
1307 "cpu": [
1308 "arm64"
1309 ],
1310 "dev": true,
1311 "license": "MIT",
1312 "optional": true,
1313 "os": [
1314 "darwin"
1315 ],
1316 "engines": {
1317 "node": ">= 10"
1318 }
1319 },
1320 "node_modules/@tailwindcss/oxide-darwin-x64": {
1321 "version": "4.1.16",
1322 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.16.tgz",
1323 "integrity": "sha512-vjrl/1Ub9+JwU6BP0emgipGjowzYZMjbWCDqwA2Z4vCa+HBSpP4v6U2ddejcHsolsYxwL5r4bPNoamlV0xDdLg==",
1324 "cpu": [
1325 "x64"
1326 ],
1327 "dev": true,
1328 "license": "MIT",
1329 "optional": true,
1330 "os": [
1331 "darwin"
1332 ],
1333 "engines": {
1334 "node": ">= 10"
1335 }
1336 },
1337 "node_modules/@tailwindcss/oxide-freebsd-x64": {
1338 "version": "4.1.16",
1339 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.16.tgz",
1340 "integrity": "sha512-TSMpPYpQLm+aR1wW5rKuUuEruc/oOX3C7H0BTnPDn7W/eMw8W+MRMpiypKMkXZfwH8wqPIRKppuZoedTtNj2tg==",
1341 "cpu": [
1342 "x64"
1343 ],
1344 "dev": true,
1345 "license": "MIT",
1346 "optional": true,
1347 "os": [
1348 "freebsd"
1349 ],
1350 "engines": {
1351 "node": ">= 10"
1352 }
1353 },
1354 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
1355 "version": "4.1.16",
1356 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.16.tgz",
1357 "integrity": "sha512-p0GGfRg/w0sdsFKBjMYvvKIiKy/LNWLWgV/plR4lUgrsxFAoQBFrXkZ4C0w8IOXfslB9vHK/JGASWD2IefIpvw==",
1358 "cpu": [
1359 "arm"
1360 ],
1361 "dev": true,
1362 "license": "MIT",
1363 "optional": true,
1364 "os": [
1365 "linux"
1366 ],
1367 "engines": {
1368 "node": ">= 10"
1369 }
1370 },
1371 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1372 "version": "4.1.16",
1373 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.16.tgz",
1374 "integrity": "sha512-DoixyMmTNO19rwRPdqviTrG1rYzpxgyYJl8RgQvdAQUzxC1ToLRqtNJpU/ATURSKgIg6uerPw2feW0aS8SNr/w==",
1375 "cpu": [
1376 "arm64"
1377 ],
1378 "dev": true,
1379 "license": "MIT",
1380 "optional": true,
1381 "os": [
1382 "linux"
1383 ],
1384 "engines": {
1385 "node": ">= 10"
1386 }
1387 },
1388 "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1389 "version": "4.1.16",
1390 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.16.tgz",
1391 "integrity": "sha512-H81UXMa9hJhWhaAUca6bU2wm5RRFpuHImrwXBUvPbYb+3jo32I9VIwpOX6hms0fPmA6f2pGVlybO6qU8pF4fzQ==",
1392 "cpu": [
1393 "arm64"
1394 ],
1395 "dev": true,
1396 "license": "MIT",
1397 "optional": true,
1398 "os": [
1399 "linux"
1400 ],
1401 "engines": {
1402 "node": ">= 10"
1403 }
1404 },
1405 "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1406 "version": "4.1.16",
1407 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.16.tgz",
1408 "integrity": "sha512-ZGHQxDtFC2/ruo7t99Qo2TTIvOERULPl5l0K1g0oK6b5PGqjYMga+FcY1wIUnrUxY56h28FxybtDEla+ICOyew==",
1409 "cpu": [
1410 "x64"
1411 ],
1412 "dev": true,
1413 "license": "MIT",
1414 "optional": true,
1415 "os": [
1416 "linux"
1417 ],
1418 "engines": {
1419 "node": ">= 10"
1420 }
1421 },
1422 "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1423 "version": "4.1.16",
1424 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.16.tgz",
1425 "integrity": "sha512-Oi1tAaa0rcKf1Og9MzKeINZzMLPbhxvm7rno5/zuP1WYmpiG0bEHq4AcRUiG2165/WUzvxkW4XDYCscZWbTLZw==",
1426 "cpu": [
1427 "x64"
1428 ],
1429 "dev": true,
1430 "license": "MIT",
1431 "optional": true,
1432 "os": [
1433 "linux"
1434 ],
1435 "engines": {
1436 "node": ">= 10"
1437 }
1438 },
1439 "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1440 "version": "4.1.16",
1441 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.16.tgz",
1442 "integrity": "sha512-B01u/b8LteGRwucIBmCQ07FVXLzImWESAIMcUU6nvFt/tYsQ6IHz8DmZ5KtvmwxD+iTYBtM1xwoGXswnlu9v0Q==",
1443 "bundleDependencies": [
1444 "@napi-rs/wasm-runtime",
1445 "@emnapi/core",
1446 "@emnapi/runtime",
1447 "@tybys/wasm-util",
1448 "@emnapi/wasi-threads",
1449 "tslib"
1450 ],
1451 "cpu": [
1452 "wasm32"
1453 ],
1454 "dev": true,
1455 "license": "MIT",
1456 "optional": true,
1457 "dependencies": {
1458 "@emnapi/core": "^1.5.0",
1459 "@emnapi/runtime": "^1.5.0",
1460 "@emnapi/wasi-threads": "^1.1.0",
1461 "@napi-rs/wasm-runtime": "^1.0.7",
1462 "@tybys/wasm-util": "^0.10.1",
1463 "tslib": "^2.4.0"
1464 },
1465 "engines": {
1466 "node": ">=14.0.0"
1467 }
1468 },
1469 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1470 "version": "4.1.16",
1471 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.16.tgz",
1472 "integrity": "sha512-zX+Q8sSkGj6HKRTMJXuPvOcP8XfYON24zJBRPlszcH1Np7xuHXhWn8qfFjIujVzvH3BHU+16jBXwgpl20i+v9A==",
1473 "cpu": [
1474 "arm64"
1475 ],
1476 "dev": true,
1477 "license": "MIT",
1478 "optional": true,
1479 "os": [
1480 "win32"
1481 ],
1482 "engines": {
1483 "node": ">= 10"
1484 }
1485 },
1486 "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1487 "version": "4.1.16",
1488 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.16.tgz",
1489 "integrity": "sha512-m5dDFJUEejbFqP+UXVstd4W/wnxA4F61q8SoL+mqTypId2T2ZpuxosNSgowiCnLp2+Z+rivdU0AqpfgiD7yCBg==",
1490 "cpu": [
1491 "x64"
1492 ],
1493 "dev": true,
1494 "license": "MIT",
1495 "optional": true,
1496 "os": [
1497 "win32"
1498 ],
1499 "engines": {
1500 "node": ">= 10"
1501 }
1502 },
1503 "node_modules/@tailwindcss/postcss": {
1504 "version": "4.1.16",
1505 "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.16.tgz",
1506 "integrity": "sha512-Qn3SFGPXYQMKR/UtqS+dqvPrzEeBZHrFA92maT4zijCVggdsXnDBMsPFJo1eArX3J+O+Gi+8pV4PkqjLCNBk3A==",
1507 "dev": true,
1508 "license": "MIT",
1509 "dependencies": {
1510 "@alloc/quick-lru": "^5.2.0",
1511 "@tailwindcss/node": "4.1.16",
1512 "@tailwindcss/oxide": "4.1.16",
1513 "postcss": "^8.4.41",
1514 "tailwindcss": "4.1.16"
1515 }
1516 },
1517 "node_modules/@tybys/wasm-util": {
1518 "version": "0.10.1",
1519 "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
1520 "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
1521 "dev": true,
1522 "license": "MIT",
1523 "optional": true,
1524 "dependencies": {
1525 "tslib": "^2.4.0"
1526 }
1527 },
1528 "node_modules/@types/estree": {
1529 "version": "1.0.8",
1530 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1531 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1532 "dev": true,
1533 "license": "MIT"
1534 },
1535 "node_modules/@types/json-schema": {
1536 "version": "7.0.15",
1537 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
1538 "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
1539 "dev": true,
1540 "license": "MIT"
1541 },
1542 "node_modules/@types/json5": {
1543 "version": "0.0.29",
1544 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
1545 "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
1546 "dev": true,
1547 "license": "MIT"
1548 },
1549 "node_modules/@types/node": {
1550 "version": "20.19.23",
1551 "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.23.tgz",
1552 "integrity": "sha512-yIdlVVVHXpmqRhtyovZAcSy0MiPcYWGkoO4CGe/+jpP0hmNuihm4XhHbADpK++MsiLHP5MVlv+bcgdF99kSiFQ==",
1553 "dev": true,
1554 "license": "MIT",
1555 "dependencies": {
1556 "undici-types": "~6.21.0"
1557 }
1558 },
1559 "node_modules/@types/react": {
1560 "version": "19.2.2",
1561 "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz",
1562 "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==",
1563 "dev": true,
1564 "license": "MIT",
1565 "dependencies": {
1566 "csstype": "^3.0.2"
1567 }
1568 },
1569 "node_modules/@types/react-dom": {
1570 "version": "19.2.2",
1571 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.2.tgz",
1572 "integrity": "sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==",
1573 "dev": true,
1574 "license": "MIT",
1575 "peerDependencies": {
1576 "@types/react": "^19.2.0"
1577 }
1578 },
1579 "node_modules/@typescript-eslint/eslint-plugin": {
1580 "version": "8.46.2",
1581 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.2.tgz",
1582 "integrity": "sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==",
1583 "dev": true,
1584 "license": "MIT",
1585 "dependencies": {
1586 "@eslint-community/regexpp": "^4.10.0",
1587 "@typescript-eslint/scope-manager": "8.46.2",
1588 "@typescript-eslint/type-utils": "8.46.2",
1589 "@typescript-eslint/utils": "8.46.2",
1590 "@typescript-eslint/visitor-keys": "8.46.2",
1591 "graphemer": "^1.4.0",
1592 "ignore": "^7.0.0",
1593 "natural-compare": "^1.4.0",
1594 "ts-api-utils": "^2.1.0"
1595 },
1596 "engines": {
1597 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1598 },
1599 "funding": {
1600 "type": "opencollective",
1601 "url": "https://opencollective.com/typescript-eslint"
1602 },
1603 "peerDependencies": {
1604 "@typescript-eslint/parser": "^8.46.2",
1605 "eslint": "^8.57.0 || ^9.0.0",
1606 "typescript": ">=4.8.4 <6.0.0"
1607 }
1608 },
1609 "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
1610 "version": "7.0.5",
1611 "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
1612 "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
1613 "dev": true,
1614 "license": "MIT",
1615 "engines": {
1616 "node": ">= 4"
1617 }
1618 },
1619 "node_modules/@typescript-eslint/parser": {
1620 "version": "8.46.2",
1621 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.46.2.tgz",
1622 "integrity": "sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==",
1623 "dev": true,
1624 "license": "MIT",
1625 "dependencies": {
1626 "@typescript-eslint/scope-manager": "8.46.2",
1627 "@typescript-eslint/types": "8.46.2",
1628 "@typescript-eslint/typescript-estree": "8.46.2",
1629 "@typescript-eslint/visitor-keys": "8.46.2",
1630 "debug": "^4.3.4"
1631 },
1632 "engines": {
1633 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1634 },
1635 "funding": {
1636 "type": "opencollective",
1637 "url": "https://opencollective.com/typescript-eslint"
1638 },
1639 "peerDependencies": {
1640 "eslint": "^8.57.0 || ^9.0.0",
1641 "typescript": ">=4.8.4 <6.0.0"
1642 }
1643 },
1644 "node_modules/@typescript-eslint/project-service": {
1645 "version": "8.46.2",
1646 "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.2.tgz",
1647 "integrity": "sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==",
1648 "dev": true,
1649 "license": "MIT",
1650 "dependencies": {
1651 "@typescript-eslint/tsconfig-utils": "^8.46.2",
1652 "@typescript-eslint/types": "^8.46.2",
1653 "debug": "^4.3.4"
1654 },
1655 "engines": {
1656 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1657 },
1658 "funding": {
1659 "type": "opencollective",
1660 "url": "https://opencollective.com/typescript-eslint"
1661 },
1662 "peerDependencies": {
1663 "typescript": ">=4.8.4 <6.0.0"
1664 }
1665 },
1666 "node_modules/@typescript-eslint/scope-manager": {
1667 "version": "8.46.2",
1668 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz",
1669 "integrity": "sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==",
1670 "dev": true,
1671 "license": "MIT",
1672 "dependencies": {
1673 "@typescript-eslint/types": "8.46.2",
1674 "@typescript-eslint/visitor-keys": "8.46.2"
1675 },
1676 "engines": {
1677 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1678 },
1679 "funding": {
1680 "type": "opencollective",
1681 "url": "https://opencollective.com/typescript-eslint"
1682 }
1683 },
1684 "node_modules/@typescript-eslint/tsconfig-utils": {
1685 "version": "8.46.2",
1686 "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz",
1687 "integrity": "sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==",
1688 "dev": true,
1689 "license": "MIT",
1690 "engines": {
1691 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1692 },
1693 "funding": {
1694 "type": "opencollective",
1695 "url": "https://opencollective.com/typescript-eslint"
1696 },
1697 "peerDependencies": {
1698 "typescript": ">=4.8.4 <6.0.0"
1699 }
1700 },
1701 "node_modules/@typescript-eslint/type-utils": {
1702 "version": "8.46.2",
1703 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.2.tgz",
1704 "integrity": "sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==",
1705 "dev": true,
1706 "license": "MIT",
1707 "dependencies": {
1708 "@typescript-eslint/types": "8.46.2",
1709 "@typescript-eslint/typescript-estree": "8.46.2",
1710 "@typescript-eslint/utils": "8.46.2",
1711 "debug": "^4.3.4",
1712 "ts-api-utils": "^2.1.0"
1713 },
1714 "engines": {
1715 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1716 },
1717 "funding": {
1718 "type": "opencollective",
1719 "url": "https://opencollective.com/typescript-eslint"
1720 },
1721 "peerDependencies": {
1722 "eslint": "^8.57.0 || ^9.0.0",
1723 "typescript": ">=4.8.4 <6.0.0"
1724 }
1725 },
1726 "node_modules/@typescript-eslint/types": {
1727 "version": "8.46.2",
1728 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.2.tgz",
1729 "integrity": "sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==",
1730 "dev": true,
1731 "license": "MIT",
1732 "engines": {
1733 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1734 },
1735 "funding": {
1736 "type": "opencollective",
1737 "url": "https://opencollective.com/typescript-eslint"
1738 }
1739 },
1740 "node_modules/@typescript-eslint/typescript-estree": {
1741 "version": "8.46.2",
1742 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz",
1743 "integrity": "sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==",
1744 "dev": true,
1745 "license": "MIT",
1746 "dependencies": {
1747 "@typescript-eslint/project-service": "8.46.2",
1748 "@typescript-eslint/tsconfig-utils": "8.46.2",
1749 "@typescript-eslint/types": "8.46.2",
1750 "@typescript-eslint/visitor-keys": "8.46.2",
1751 "debug": "^4.3.4",
1752 "fast-glob": "^3.3.2",
1753 "is-glob": "^4.0.3",
1754 "minimatch": "^9.0.4",
1755 "semver": "^7.6.0",
1756 "ts-api-utils": "^2.1.0"
1757 },
1758 "engines": {
1759 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1760 },
1761 "funding": {
1762 "type": "opencollective",
1763 "url": "https://opencollective.com/typescript-eslint"
1764 },
1765 "peerDependencies": {
1766 "typescript": ">=4.8.4 <6.0.0"
1767 }
1768 },
1769 "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
1770 "version": "2.0.2",
1771 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
1772 "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
1773 "dev": true,
1774 "license": "MIT",
1775 "dependencies": {
1776 "balanced-match": "^1.0.0"
1777 }
1778 },
1779 "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob": {
1780 "version": "3.3.3",
1781 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
1782 "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
1783 "dev": true,
1784 "license": "MIT",
1785 "dependencies": {
1786 "@nodelib/fs.stat": "^2.0.2",
1787 "@nodelib/fs.walk": "^1.2.3",
1788 "glob-parent": "^5.1.2",
1789 "merge2": "^1.3.0",
1790 "micromatch": "^4.0.8"
1791 },
1792 "engines": {
1793 "node": ">=8.6.0"
1794 }
1795 },
1796 "node_modules/@typescript-eslint/typescript-estree/node_modules/glob-parent": {
1797 "version": "5.1.2",
1798 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
1799 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1800 "dev": true,
1801 "license": "ISC",
1802 "dependencies": {
1803 "is-glob": "^4.0.1"
1804 },
1805 "engines": {
1806 "node": ">= 6"
1807 }
1808 },
1809 "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
1810 "version": "9.0.5",
1811 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
1812 "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
1813 "dev": true,
1814 "license": "ISC",
1815 "dependencies": {
1816 "brace-expansion": "^2.0.1"
1817 },
1818 "engines": {
1819 "node": ">=16 || 14 >=14.17"
1820 },
1821 "funding": {
1822 "url": "https://github.com/sponsors/isaacs"
1823 }
1824 },
1825 "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
1826 "version": "7.7.3",
1827 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
1828 "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
1829 "dev": true,
1830 "license": "ISC",
1831 "bin": {
1832 "semver": "bin/semver.js"
1833 },
1834 "engines": {
1835 "node": ">=10"
1836 }
1837 },
1838 "node_modules/@typescript-eslint/utils": {
1839 "version": "8.46.2",
1840 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.2.tgz",
1841 "integrity": "sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==",
1842 "dev": true,
1843 "license": "MIT",
1844 "dependencies": {
1845 "@eslint-community/eslint-utils": "^4.7.0",
1846 "@typescript-eslint/scope-manager": "8.46.2",
1847 "@typescript-eslint/types": "8.46.2",
1848 "@typescript-eslint/typescript-estree": "8.46.2"
1849 },
1850 "engines": {
1851 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1852 },
1853 "funding": {
1854 "type": "opencollective",
1855 "url": "https://opencollective.com/typescript-eslint"
1856 },
1857 "peerDependencies": {
1858 "eslint": "^8.57.0 || ^9.0.0",
1859 "typescript": ">=4.8.4 <6.0.0"
1860 }
1861 },
1862 "node_modules/@typescript-eslint/visitor-keys": {
1863 "version": "8.46.2",
1864 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz",
1865 "integrity": "sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==",
1866 "dev": true,
1867 "license": "MIT",
1868 "dependencies": {
1869 "@typescript-eslint/types": "8.46.2",
1870 "eslint-visitor-keys": "^4.2.1"
1871 },
1872 "engines": {
1873 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1874 },
1875 "funding": {
1876 "type": "opencollective",
1877 "url": "https://opencollective.com/typescript-eslint"
1878 }
1879 },
1880 "node_modules/@unrs/resolver-binding-android-arm-eabi": {
1881 "version": "1.11.1",
1882 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
1883 "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
1884 "cpu": [
1885 "arm"
1886 ],
1887 "dev": true,
1888 "license": "MIT",
1889 "optional": true,
1890 "os": [
1891 "android"
1892 ]
1893 },
1894 "node_modules/@unrs/resolver-binding-android-arm64": {
1895 "version": "1.11.1",
1896 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
1897 "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
1898 "cpu": [
1899 "arm64"
1900 ],
1901 "dev": true,
1902 "license": "MIT",
1903 "optional": true,
1904 "os": [
1905 "android"
1906 ]
1907 },
1908 "node_modules/@unrs/resolver-binding-darwin-arm64": {
1909 "version": "1.11.1",
1910 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",
1911 "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==",
1912 "cpu": [
1913 "arm64"
1914 ],
1915 "dev": true,
1916 "license": "MIT",
1917 "optional": true,
1918 "os": [
1919 "darwin"
1920 ]
1921 },
1922 "node_modules/@unrs/resolver-binding-darwin-x64": {
1923 "version": "1.11.1",
1924 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
1925 "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
1926 "cpu": [
1927 "x64"
1928 ],
1929 "dev": true,
1930 "license": "MIT",
1931 "optional": true,
1932 "os": [
1933 "darwin"
1934 ]
1935 },
1936 "node_modules/@unrs/resolver-binding-freebsd-x64": {
1937 "version": "1.11.1",
1938 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
1939 "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
1940 "cpu": [
1941 "x64"
1942 ],
1943 "dev": true,
1944 "license": "MIT",
1945 "optional": true,
1946 "os": [
1947 "freebsd"
1948 ]
1949 },
1950 "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
1951 "version": "1.11.1",
1952 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
1953 "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
1954 "cpu": [
1955 "arm"
1956 ],
1957 "dev": true,
1958 "license": "MIT",
1959 "optional": true,
1960 "os": [
1961 "linux"
1962 ]
1963 },
1964 "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
1965 "version": "1.11.1",
1966 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
1967 "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
1968 "cpu": [
1969 "arm"
1970 ],
1971 "dev": true,
1972 "license": "MIT",
1973 "optional": true,
1974 "os": [
1975 "linux"
1976 ]
1977 },
1978 "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
1979 "version": "1.11.1",
1980 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
1981 "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
1982 "cpu": [
1983 "arm64"
1984 ],
1985 "dev": true,
1986 "license": "MIT",
1987 "optional": true,
1988 "os": [
1989 "linux"
1990 ]
1991 },
1992 "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
1993 "version": "1.11.1",
1994 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
1995 "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
1996 "cpu": [
1997 "arm64"
1998 ],
1999 "dev": true,
2000 "license": "MIT",
2001 "optional": true,
2002 "os": [
2003 "linux"
2004 ]
2005 },
2006 "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
2007 "version": "1.11.1",
2008 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
2009 "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
2010 "cpu": [
2011 "ppc64"
2012 ],
2013 "dev": true,
2014 "license": "MIT",
2015 "optional": true,
2016 "os": [
2017 "linux"
2018 ]
2019 },
2020 "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
2021 "version": "1.11.1",
2022 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
2023 "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
2024 "cpu": [
2025 "riscv64"
2026 ],
2027 "dev": true,
2028 "license": "MIT",
2029 "optional": true,
2030 "os": [
2031 "linux"
2032 ]
2033 },
2034 "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
2035 "version": "1.11.1",
2036 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
2037 "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
2038 "cpu": [
2039 "riscv64"
2040 ],
2041 "dev": true,
2042 "license": "MIT",
2043 "optional": true,
2044 "os": [
2045 "linux"
2046 ]
2047 },
2048 "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
2049 "version": "1.11.1",
2050 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
2051 "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
2052 "cpu": [
2053 "s390x"
2054 ],
2055 "dev": true,
2056 "license": "MIT",
2057 "optional": true,
2058 "os": [
2059 "linux"
2060 ]
2061 },
2062 "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
2063 "version": "1.11.1",
2064 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
2065 "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
2066 "cpu": [
2067 "x64"
2068 ],
2069 "dev": true,
2070 "license": "MIT",
2071 "optional": true,
2072 "os": [
2073 "linux"
2074 ]
2075 },
2076 "node_modules/@unrs/resolver-binding-linux-x64-musl": {
2077 "version": "1.11.1",
2078 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
2079 "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
2080 "cpu": [
2081 "x64"
2082 ],
2083 "dev": true,
2084 "license": "MIT",
2085 "optional": true,
2086 "os": [
2087 "linux"
2088 ]
2089 },
2090 "node_modules/@unrs/resolver-binding-wasm32-wasi": {
2091 "version": "1.11.1",
2092 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
2093 "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
2094 "cpu": [
2095 "wasm32"
2096 ],
2097 "dev": true,
2098 "license": "MIT",
2099 "optional": true,
2100 "dependencies": {
2101 "@napi-rs/wasm-runtime": "^0.2.11"
2102 },
2103 "engines": {
2104 "node": ">=14.0.0"
2105 }
2106 },
2107 "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
2108 "version": "1.11.1",
2109 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
2110 "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
2111 "cpu": [
2112 "arm64"
2113 ],
2114 "dev": true,
2115 "license": "MIT",
2116 "optional": true,
2117 "os": [
2118 "win32"
2119 ]
2120 },
2121 "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
2122 "version": "1.11.1",
2123 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
2124 "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
2125 "cpu": [
2126 "ia32"
2127 ],
2128 "dev": true,
2129 "license": "MIT",
2130 "optional": true,
2131 "os": [
2132 "win32"
2133 ]
2134 },
2135 "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
2136 "version": "1.11.1",
2137 "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
2138 "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==",
2139 "cpu": [
2140 "x64"
2141 ],
2142 "dev": true,
2143 "license": "MIT",
2144 "optional": true,
2145 "os": [
2146 "win32"
2147 ]
2148 },
2149 "node_modules/acorn": {
2150 "version": "8.15.0",
2151 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
2152 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
2153 "dev": true,
2154 "license": "MIT",
2155 "bin": {
2156 "acorn": "bin/acorn"
2157 },
2158 "engines": {
2159 "node": ">=0.4.0"
2160 }
2161 },
2162 "node_modules/acorn-jsx": {
2163 "version": "5.3.2",
2164 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
2165 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
2166 "dev": true,
2167 "license": "MIT",
2168 "peerDependencies": {
2169 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
2170 }
2171 },
2172 "node_modules/ajv": {
2173 "version": "6.12.6",
2174 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
2175 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
2176 "dev": true,
2177 "license": "MIT",
2178 "dependencies": {
2179 "fast-deep-equal": "^3.1.1",
2180 "fast-json-stable-stringify": "^2.0.0",
2181 "json-schema-traverse": "^0.4.1",
2182 "uri-js": "^4.2.2"
2183 },
2184 "funding": {
2185 "type": "github",
2186 "url": "https://github.com/sponsors/epoberezkin"
2187 }
2188 },
2189 "node_modules/ansi-styles": {
2190 "version": "4.3.0",
2191 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2192 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2193 "dev": true,
2194 "license": "MIT",
2195 "dependencies": {
2196 "color-convert": "^2.0.1"
2197 },
2198 "engines": {
2199 "node": ">=8"
2200 },
2201 "funding": {
2202 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2203 }
2204 },
2205 "node_modules/argparse": {
2206 "version": "2.0.1",
2207 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2208 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2209 "dev": true,
2210 "license": "Python-2.0"
2211 },
2212 "node_modules/aria-query": {
2213 "version": "5.3.2",
2214 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
2215 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
2216 "dev": true,
2217 "license": "Apache-2.0",
2218 "engines": {
2219 "node": ">= 0.4"
2220 }
2221 },
2222 "node_modules/array-buffer-byte-length": {
2223 "version": "1.0.2",
2224 "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
2225 "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
2226 "dev": true,
2227 "license": "MIT",
2228 "dependencies": {
2229 "call-bound": "^1.0.3",
2230 "is-array-buffer": "^3.0.5"
2231 },
2232 "engines": {
2233 "node": ">= 0.4"
2234 },
2235 "funding": {
2236 "url": "https://github.com/sponsors/ljharb"
2237 }
2238 },
2239 "node_modules/array-includes": {
2240 "version": "3.1.9",
2241 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
2242 "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
2243 "dev": true,
2244 "license": "MIT",
2245 "dependencies": {
2246 "call-bind": "^1.0.8",
2247 "call-bound": "^1.0.4",
2248 "define-properties": "^1.2.1",
2249 "es-abstract": "^1.24.0",
2250 "es-object-atoms": "^1.1.1",
2251 "get-intrinsic": "^1.3.0",
2252 "is-string": "^1.1.1",
2253 "math-intrinsics": "^1.1.0"
2254 },
2255 "engines": {
2256 "node": ">= 0.4"
2257 },
2258 "funding": {
2259 "url": "https://github.com/sponsors/ljharb"
2260 }
2261 },
2262 "node_modules/array.prototype.findlast": {
2263 "version": "1.2.5",
2264 "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
2265 "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
2266 "dev": true,
2267 "license": "MIT",
2268 "dependencies": {
2269 "call-bind": "^1.0.7",
2270 "define-properties": "^1.2.1",
2271 "es-abstract": "^1.23.2",
2272 "es-errors": "^1.3.0",
2273 "es-object-atoms": "^1.0.0",
2274 "es-shim-unscopables": "^1.0.2"
2275 },
2276 "engines": {
2277 "node": ">= 0.4"
2278 },
2279 "funding": {
2280 "url": "https://github.com/sponsors/ljharb"
2281 }
2282 },
2283 "node_modules/array.prototype.findlastindex": {
2284 "version": "1.2.6",
2285 "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
2286 "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
2287 "dev": true,
2288 "license": "MIT",
2289 "dependencies": {
2290 "call-bind": "^1.0.8",
2291 "call-bound": "^1.0.4",
2292 "define-properties": "^1.2.1",
2293 "es-abstract": "^1.23.9",
2294 "es-errors": "^1.3.0",
2295 "es-object-atoms": "^1.1.1",
2296 "es-shim-unscopables": "^1.1.0"
2297 },
2298 "engines": {
2299 "node": ">= 0.4"
2300 },
2301 "funding": {
2302 "url": "https://github.com/sponsors/ljharb"
2303 }
2304 },
2305 "node_modules/array.prototype.flat": {
2306 "version": "1.3.3",
2307 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
2308 "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
2309 "dev": true,
2310 "license": "MIT",
2311 "dependencies": {
2312 "call-bind": "^1.0.8",
2313 "define-properties": "^1.2.1",
2314 "es-abstract": "^1.23.5",
2315 "es-shim-unscopables": "^1.0.2"
2316 },
2317 "engines": {
2318 "node": ">= 0.4"
2319 },
2320 "funding": {
2321 "url": "https://github.com/sponsors/ljharb"
2322 }
2323 },
2324 "node_modules/array.prototype.flatmap": {
2325 "version": "1.3.3",
2326 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
2327 "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
2328 "dev": true,
2329 "license": "MIT",
2330 "dependencies": {
2331 "call-bind": "^1.0.8",
2332 "define-properties": "^1.2.1",
2333 "es-abstract": "^1.23.5",
2334 "es-shim-unscopables": "^1.0.2"
2335 },
2336 "engines": {
2337 "node": ">= 0.4"
2338 },
2339 "funding": {
2340 "url": "https://github.com/sponsors/ljharb"
2341 }
2342 },
2343 "node_modules/array.prototype.tosorted": {
2344 "version": "1.1.4",
2345 "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
2346 "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
2347 "dev": true,
2348 "license": "MIT",
2349 "dependencies": {
2350 "call-bind": "^1.0.7",
2351 "define-properties": "^1.2.1",
2352 "es-abstract": "^1.23.3",
2353 "es-errors": "^1.3.0",
2354 "es-shim-unscopables": "^1.0.2"
2355 },
2356 "engines": {
2357 "node": ">= 0.4"
2358 }
2359 },
2360 "node_modules/arraybuffer.prototype.slice": {
2361 "version": "1.0.4",
2362 "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
2363 "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
2364 "dev": true,
2365 "license": "MIT",
2366 "dependencies": {
2367 "array-buffer-byte-length": "^1.0.1",
2368 "call-bind": "^1.0.8",
2369 "define-properties": "^1.2.1",
2370 "es-abstract": "^1.23.5",
2371 "es-errors": "^1.3.0",
2372 "get-intrinsic": "^1.2.6",
2373 "is-array-buffer": "^3.0.4"
2374 },
2375 "engines": {
2376 "node": ">= 0.4"
2377 },
2378 "funding": {
2379 "url": "https://github.com/sponsors/ljharb"
2380 }
2381 },
2382 "node_modules/ast-types-flow": {
2383 "version": "0.0.8",
2384 "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
2385 "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
2386 "dev": true,
2387 "license": "MIT"
2388 },
2389 "node_modules/async-function": {
2390 "version": "1.0.0",
2391 "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
2392 "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
2393 "dev": true,
2394 "license": "MIT",
2395 "engines": {
2396 "node": ">= 0.4"
2397 }
2398 },
2399 "node_modules/available-typed-arrays": {
2400 "version": "1.0.7",
2401 "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
2402 "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
2403 "dev": true,
2404 "license": "MIT",
2405 "dependencies": {
2406 "possible-typed-array-names": "^1.0.0"
2407 },
2408 "engines": {
2409 "node": ">= 0.4"
2410 },
2411 "funding": {
2412 "url": "https://github.com/sponsors/ljharb"
2413 }
2414 },
2415 "node_modules/axe-core": {
2416 "version": "4.11.0",
2417 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.0.tgz",
2418 "integrity": "sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ==",
2419 "dev": true,
2420 "license": "MPL-2.0",
2421 "engines": {
2422 "node": ">=4"
2423 }
2424 },
2425 "node_modules/axobject-query": {
2426 "version": "4.1.0",
2427 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
2428 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
2429 "dev": true,
2430 "license": "Apache-2.0",
2431 "engines": {
2432 "node": ">= 0.4"
2433 }
2434 },
2435 "node_modules/balanced-match": {
2436 "version": "1.0.2",
2437 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
2438 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
2439 "dev": true,
2440 "license": "MIT"
2441 },
2442 "node_modules/baseline-browser-mapping": {
2443 "version": "2.8.20",
2444 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz",
2445 "integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==",
2446 "dev": true,
2447 "license": "Apache-2.0",
2448 "bin": {
2449 "baseline-browser-mapping": "dist/cli.js"
2450 }
2451 },
2452 "node_modules/brace-expansion": {
2453 "version": "1.1.12",
2454 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
2455 "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
2456 "dev": true,
2457 "license": "MIT",
2458 "dependencies": {
2459 "balanced-match": "^1.0.0",
2460 "concat-map": "0.0.1"
2461 }
2462 },
2463 "node_modules/braces": {
2464 "version": "3.0.3",
2465 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
2466 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
2467 "dev": true,
2468 "license": "MIT",
2469 "dependencies": {
2470 "fill-range": "^7.1.1"
2471 },
2472 "engines": {
2473 "node": ">=8"
2474 }
2475 },
2476 "node_modules/browserslist": {
2477 "version": "4.27.0",
2478 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
2479 "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
2480 "dev": true,
2481 "funding": [
2482 {
2483 "type": "opencollective",
2484 "url": "https://opencollective.com/browserslist"
2485 },
2486 {
2487 "type": "tidelift",
2488 "url": "https://tidelift.com/funding/github/npm/browserslist"
2489 },
2490 {
2491 "type": "github",
2492 "url": "https://github.com/sponsors/ai"
2493 }
2494 ],
2495 "license": "MIT",
2496 "dependencies": {
2497 "baseline-browser-mapping": "^2.8.19",
2498 "caniuse-lite": "^1.0.30001751",
2499 "electron-to-chromium": "^1.5.238",
2500 "node-releases": "^2.0.26",
2501 "update-browserslist-db": "^1.1.4"
2502 },
2503 "bin": {
2504 "browserslist": "cli.js"
2505 },
2506 "engines": {
2507 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2508 }
2509 },
2510 "node_modules/call-bind": {
2511 "version": "1.0.8",
2512 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
2513 "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
2514 "dev": true,
2515 "license": "MIT",
2516 "dependencies": {
2517 "call-bind-apply-helpers": "^1.0.0",
2518 "es-define-property": "^1.0.0",
2519 "get-intrinsic": "^1.2.4",
2520 "set-function-length": "^1.2.2"
2521 },
2522 "engines": {
2523 "node": ">= 0.4"
2524 },
2525 "funding": {
2526 "url": "https://github.com/sponsors/ljharb"
2527 }
2528 },
2529 "node_modules/call-bind-apply-helpers": {
2530 "version": "1.0.2",
2531 "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
2532 "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
2533 "dev": true,
2534 "license": "MIT",
2535 "dependencies": {
2536 "es-errors": "^1.3.0",
2537 "function-bind": "^1.1.2"
2538 },
2539 "engines": {
2540 "node": ">= 0.4"
2541 }
2542 },
2543 "node_modules/call-bound": {
2544 "version": "1.0.4",
2545 "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
2546 "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
2547 "dev": true,
2548 "license": "MIT",
2549 "dependencies": {
2550 "call-bind-apply-helpers": "^1.0.2",
2551 "get-intrinsic": "^1.3.0"
2552 },
2553 "engines": {
2554 "node": ">= 0.4"
2555 },
2556 "funding": {
2557 "url": "https://github.com/sponsors/ljharb"
2558 }
2559 },
2560 "node_modules/callsites": {
2561 "version": "3.1.0",
2562 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
2563 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
2564 "dev": true,
2565 "license": "MIT",
2566 "engines": {
2567 "node": ">=6"
2568 }
2569 },
2570 "node_modules/caniuse-lite": {
2571 "version": "1.0.30001751",
2572 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
2573 "integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
2574 "funding": [
2575 {
2576 "type": "opencollective",
2577 "url": "https://opencollective.com/browserslist"
2578 },
2579 {
2580 "type": "tidelift",
2581 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2582 },
2583 {
2584 "type": "github",
2585 "url": "https://github.com/sponsors/ai"
2586 }
2587 ],
2588 "license": "CC-BY-4.0"
2589 },
2590 "node_modules/chalk": {
2591 "version": "4.1.2",
2592 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2593 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2594 "dev": true,
2595 "license": "MIT",
2596 "dependencies": {
2597 "ansi-styles": "^4.1.0",
2598 "supports-color": "^7.1.0"
2599 },
2600 "engines": {
2601 "node": ">=10"
2602 },
2603 "funding": {
2604 "url": "https://github.com/chalk/chalk?sponsor=1"
2605 }
2606 },
2607 "node_modules/client-only": {
2608 "version": "0.0.1",
2609 "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
2610 "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
2611 "license": "MIT"
2612 },
2613 "node_modules/color-convert": {
2614 "version": "2.0.1",
2615 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2616 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2617 "dev": true,
2618 "license": "MIT",
2619 "dependencies": {
2620 "color-name": "~1.1.4"
2621 },
2622 "engines": {
2623 "node": ">=7.0.0"
2624 }
2625 },
2626 "node_modules/color-name": {
2627 "version": "1.1.4",
2628 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2629 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2630 "dev": true,
2631 "license": "MIT"
2632 },
2633 "node_modules/concat-map": {
2634 "version": "0.0.1",
2635 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2636 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
2637 "dev": true,
2638 "license": "MIT"
2639 },
2640 "node_modules/convert-source-map": {
2641 "version": "2.0.0",
2642 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2643 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
2644 "dev": true,
2645 "license": "MIT"
2646 },
2647 "node_modules/cross-spawn": {
2648 "version": "7.0.6",
2649 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
2650 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
2651 "dev": true,
2652 "license": "MIT",
2653 "dependencies": {
2654 "path-key": "^3.1.0",
2655 "shebang-command": "^2.0.0",
2656 "which": "^2.0.1"
2657 },
2658 "engines": {
2659 "node": ">= 8"
2660 }
2661 },
2662 "node_modules/csstype": {
2663 "version": "3.1.3",
2664 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
2665 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
2666 "dev": true,
2667 "license": "MIT"
2668 },
2669 "node_modules/damerau-levenshtein": {
2670 "version": "1.0.8",
2671 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
2672 "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
2673 "dev": true,
2674 "license": "BSD-2-Clause"
2675 },
2676 "node_modules/data-view-buffer": {
2677 "version": "1.0.2",
2678 "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
2679 "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
2680 "dev": true,
2681 "license": "MIT",
2682 "dependencies": {
2683 "call-bound": "^1.0.3",
2684 "es-errors": "^1.3.0",
2685 "is-data-view": "^1.0.2"
2686 },
2687 "engines": {
2688 "node": ">= 0.4"
2689 },
2690 "funding": {
2691 "url": "https://github.com/sponsors/ljharb"
2692 }
2693 },
2694 "node_modules/data-view-byte-length": {
2695 "version": "1.0.2",
2696 "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
2697 "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
2698 "dev": true,
2699 "license": "MIT",
2700 "dependencies": {
2701 "call-bound": "^1.0.3",
2702 "es-errors": "^1.3.0",
2703 "is-data-view": "^1.0.2"
2704 },
2705 "engines": {
2706 "node": ">= 0.4"
2707 },
2708 "funding": {
2709 "url": "https://github.com/sponsors/inspect-js"
2710 }
2711 },
2712 "node_modules/data-view-byte-offset": {
2713 "version": "1.0.1",
2714 "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
2715 "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
2716 "dev": true,
2717 "license": "MIT",
2718 "dependencies": {
2719 "call-bound": "^1.0.2",
2720 "es-errors": "^1.3.0",
2721 "is-data-view": "^1.0.1"
2722 },
2723 "engines": {
2724 "node": ">= 0.4"
2725 },
2726 "funding": {
2727 "url": "https://github.com/sponsors/ljharb"
2728 }
2729 },
2730 "node_modules/debug": {
2731 "version": "4.4.3",
2732 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2733 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2734 "dev": true,
2735 "license": "MIT",
2736 "dependencies": {
2737 "ms": "^2.1.3"
2738 },
2739 "engines": {
2740 "node": ">=6.0"
2741 },
2742 "peerDependenciesMeta": {
2743 "supports-color": {
2744 "optional": true
2745 }
2746 }
2747 },
2748 "node_modules/deep-is": {
2749 "version": "0.1.4",
2750 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
2751 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
2752 "dev": true,
2753 "license": "MIT"
2754 },
2755 "node_modules/define-data-property": {
2756 "version": "1.1.4",
2757 "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
2758 "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
2759 "dev": true,
2760 "license": "MIT",
2761 "dependencies": {
2762 "es-define-property": "^1.0.0",
2763 "es-errors": "^1.3.0",
2764 "gopd": "^1.0.1"
2765 },
2766 "engines": {
2767 "node": ">= 0.4"
2768 },
2769 "funding": {
2770 "url": "https://github.com/sponsors/ljharb"
2771 }
2772 },
2773 "node_modules/define-properties": {
2774 "version": "1.2.1",
2775 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
2776 "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
2777 "dev": true,
2778 "license": "MIT",
2779 "dependencies": {
2780 "define-data-property": "^1.0.1",
2781 "has-property-descriptors": "^1.0.0",
2782 "object-keys": "^1.1.1"
2783 },
2784 "engines": {
2785 "node": ">= 0.4"
2786 },
2787 "funding": {
2788 "url": "https://github.com/sponsors/ljharb"
2789 }
2790 },
2791 "node_modules/detect-libc": {
2792 "version": "2.1.2",
2793 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2794 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2795 "devOptional": true,
2796 "license": "Apache-2.0",
2797 "engines": {
2798 "node": ">=8"
2799 }
2800 },
2801 "node_modules/doctrine": {
2802 "version": "2.1.0",
2803 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
2804 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
2805 "dev": true,
2806 "license": "Apache-2.0",
2807 "dependencies": {
2808 "esutils": "^2.0.2"
2809 },
2810 "engines": {
2811 "node": ">=0.10.0"
2812 }
2813 },
2814 "node_modules/dunder-proto": {
2815 "version": "1.0.1",
2816 "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
2817 "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
2818 "dev": true,
2819 "license": "MIT",
2820 "dependencies": {
2821 "call-bind-apply-helpers": "^1.0.1",
2822 "es-errors": "^1.3.0",
2823 "gopd": "^1.2.0"
2824 },
2825 "engines": {
2826 "node": ">= 0.4"
2827 }
2828 },
2829 "node_modules/electron-to-chromium": {
2830 "version": "1.5.240",
2831 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz",
2832 "integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==",
2833 "dev": true,
2834 "license": "ISC"
2835 },
2836 "node_modules/emoji-regex": {
2837 "version": "9.2.2",
2838 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
2839 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
2840 "dev": true,
2841 "license": "MIT"
2842 },
2843 "node_modules/enhanced-resolve": {
2844 "version": "5.18.3",
2845 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
2846 "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
2847 "dev": true,
2848 "license": "MIT",
2849 "dependencies": {
2850 "graceful-fs": "^4.2.4",
2851 "tapable": "^2.2.0"
2852 },
2853 "engines": {
2854 "node": ">=10.13.0"
2855 }
2856 },
2857 "node_modules/es-abstract": {
2858 "version": "1.24.0",
2859 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
2860 "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
2861 "dev": true,
2862 "license": "MIT",
2863 "dependencies": {
2864 "array-buffer-byte-length": "^1.0.2",
2865 "arraybuffer.prototype.slice": "^1.0.4",
2866 "available-typed-arrays": "^1.0.7",
2867 "call-bind": "^1.0.8",
2868 "call-bound": "^1.0.4",
2869 "data-view-buffer": "^1.0.2",
2870 "data-view-byte-length": "^1.0.2",
2871 "data-view-byte-offset": "^1.0.1",
2872 "es-define-property": "^1.0.1",
2873 "es-errors": "^1.3.0",
2874 "es-object-atoms": "^1.1.1",
2875 "es-set-tostringtag": "^2.1.0",
2876 "es-to-primitive": "^1.3.0",
2877 "function.prototype.name": "^1.1.8",
2878 "get-intrinsic": "^1.3.0",
2879 "get-proto": "^1.0.1",
2880 "get-symbol-description": "^1.1.0",
2881 "globalthis": "^1.0.4",
2882 "gopd": "^1.2.0",
2883 "has-property-descriptors": "^1.0.2",
2884 "has-proto": "^1.2.0",
2885 "has-symbols": "^1.1.0",
2886 "hasown": "^2.0.2",
2887 "internal-slot": "^1.1.0",
2888 "is-array-buffer": "^3.0.5",
2889 "is-callable": "^1.2.7",
2890 "is-data-view": "^1.0.2",
2891 "is-negative-zero": "^2.0.3",
2892 "is-regex": "^1.2.1",
2893 "is-set": "^2.0.3",
2894 "is-shared-array-buffer": "^1.0.4",
2895 "is-string": "^1.1.1",
2896 "is-typed-array": "^1.1.15",
2897 "is-weakref": "^1.1.1",
2898 "math-intrinsics": "^1.1.0",
2899 "object-inspect": "^1.13.4",
2900 "object-keys": "^1.1.1",
2901 "object.assign": "^4.1.7",
2902 "own-keys": "^1.0.1",
2903 "regexp.prototype.flags": "^1.5.4",
2904 "safe-array-concat": "^1.1.3",
2905 "safe-push-apply": "^1.0.0",
2906 "safe-regex-test": "^1.1.0",
2907 "set-proto": "^1.0.0",
2908 "stop-iteration-iterator": "^1.1.0",
2909 "string.prototype.trim": "^1.2.10",
2910 "string.prototype.trimend": "^1.0.9",
2911 "string.prototype.trimstart": "^1.0.8",
2912 "typed-array-buffer": "^1.0.3",
2913 "typed-array-byte-length": "^1.0.3",
2914 "typed-array-byte-offset": "^1.0.4",
2915 "typed-array-length": "^1.0.7",
2916 "unbox-primitive": "^1.1.0",
2917 "which-typed-array": "^1.1.19"
2918 },
2919 "engines": {
2920 "node": ">= 0.4"
2921 },
2922 "funding": {
2923 "url": "https://github.com/sponsors/ljharb"
2924 }
2925 },
2926 "node_modules/es-define-property": {
2927 "version": "1.0.1",
2928 "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
2929 "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
2930 "dev": true,
2931 "license": "MIT",
2932 "engines": {
2933 "node": ">= 0.4"
2934 }
2935 },
2936 "node_modules/es-errors": {
2937 "version": "1.3.0",
2938 "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
2939 "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
2940 "dev": true,
2941 "license": "MIT",
2942 "engines": {
2943 "node": ">= 0.4"
2944 }
2945 },
2946 "node_modules/es-iterator-helpers": {
2947 "version": "1.2.1",
2948 "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
2949 "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
2950 "dev": true,
2951 "license": "MIT",
2952 "dependencies": {
2953 "call-bind": "^1.0.8",
2954 "call-bound": "^1.0.3",
2955 "define-properties": "^1.2.1",
2956 "es-abstract": "^1.23.6",
2957 "es-errors": "^1.3.0",
2958 "es-set-tostringtag": "^2.0.3",
2959 "function-bind": "^1.1.2",
2960 "get-intrinsic": "^1.2.6",
2961 "globalthis": "^1.0.4",
2962 "gopd": "^1.2.0",
2963 "has-property-descriptors": "^1.0.2",
2964 "has-proto": "^1.2.0",
2965 "has-symbols": "^1.1.0",
2966 "internal-slot": "^1.1.0",
2967 "iterator.prototype": "^1.1.4",
2968 "safe-array-concat": "^1.1.3"
2969 },
2970 "engines": {
2971 "node": ">= 0.4"
2972 }
2973 },
2974 "node_modules/es-object-atoms": {
2975 "version": "1.1.1",
2976 "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
2977 "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
2978 "dev": true,
2979 "license": "MIT",
2980 "dependencies": {
2981 "es-errors": "^1.3.0"
2982 },
2983 "engines": {
2984 "node": ">= 0.4"
2985 }
2986 },
2987 "node_modules/es-set-tostringtag": {
2988 "version": "2.1.0",
2989 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
2990 "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
2991 "dev": true,
2992 "license": "MIT",
2993 "dependencies": {
2994 "es-errors": "^1.3.0",
2995 "get-intrinsic": "^1.2.6",
2996 "has-tostringtag": "^1.0.2",
2997 "hasown": "^2.0.2"
2998 },
2999 "engines": {
3000 "node": ">= 0.4"
3001 }
3002 },
3003 "node_modules/es-shim-unscopables": {
3004 "version": "1.1.0",
3005 "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
3006 "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
3007 "dev": true,
3008 "license": "MIT",
3009 "dependencies": {
3010 "hasown": "^2.0.2"
3011 },
3012 "engines": {
3013 "node": ">= 0.4"
3014 }
3015 },
3016 "node_modules/es-to-primitive": {
3017 "version": "1.3.0",
3018 "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
3019 "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
3020 "dev": true,
3021 "license": "MIT",
3022 "dependencies": {
3023 "is-callable": "^1.2.7",
3024 "is-date-object": "^1.0.5",
3025 "is-symbol": "^1.0.4"
3026 },
3027 "engines": {
3028 "node": ">= 0.4"
3029 },
3030 "funding": {
3031 "url": "https://github.com/sponsors/ljharb"
3032 }
3033 },
3034 "node_modules/escalade": {
3035 "version": "3.2.0",
3036 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
3037 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
3038 "dev": true,
3039 "license": "MIT",
3040 "engines": {
3041 "node": ">=6"
3042 }
3043 },
3044 "node_modules/escape-string-regexp": {
3045 "version": "4.0.0",
3046 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
3047 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
3048 "dev": true,
3049 "license": "MIT",
3050 "engines": {
3051 "node": ">=10"
3052 },
3053 "funding": {
3054 "url": "https://github.com/sponsors/sindresorhus"
3055 }
3056 },
3057 "node_modules/eslint": {
3058 "version": "9.38.0",
3059 "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
3060 "integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
3061 "dev": true,
3062 "license": "MIT",
3063 "dependencies": {
3064 "@eslint-community/eslint-utils": "^4.8.0",
3065 "@eslint-community/regexpp": "^4.12.1",
3066 "@eslint/config-array": "^0.21.1",
3067 "@eslint/config-helpers": "^0.4.1",
3068 "@eslint/core": "^0.16.0",
3069 "@eslint/eslintrc": "^3.3.1",
3070 "@eslint/js": "9.38.0",
3071 "@eslint/plugin-kit": "^0.4.0",
3072 "@humanfs/node": "^0.16.6",
3073 "@humanwhocodes/module-importer": "^1.0.1",
3074 "@humanwhocodes/retry": "^0.4.2",
3075 "@types/estree": "^1.0.6",
3076 "ajv": "^6.12.4",
3077 "chalk": "^4.0.0",
3078 "cross-spawn": "^7.0.6",
3079 "debug": "^4.3.2",
3080 "escape-string-regexp": "^4.0.0",
3081 "eslint-scope": "^8.4.0",
3082 "eslint-visitor-keys": "^4.2.1",
3083 "espree": "^10.4.0",
3084 "esquery": "^1.5.0",
3085 "esutils": "^2.0.2",
3086 "fast-deep-equal": "^3.1.3",
3087 "file-entry-cache": "^8.0.0",
3088 "find-up": "^5.0.0",
3089 "glob-parent": "^6.0.2",
3090 "ignore": "^5.2.0",
3091 "imurmurhash": "^0.1.4",
3092 "is-glob": "^4.0.0",
3093 "json-stable-stringify-without-jsonify": "^1.0.1",
3094 "lodash.merge": "^4.6.2",
3095 "minimatch": "^3.1.2",
3096 "natural-compare": "^1.4.0",
3097 "optionator": "^0.9.3"
3098 },
3099 "bin": {
3100 "eslint": "bin/eslint.js"
3101 },
3102 "engines": {
3103 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3104 },
3105 "funding": {
3106 "url": "https://eslint.org/donate"
3107 },
3108 "peerDependencies": {
3109 "jiti": "*"
3110 },
3111 "peerDependenciesMeta": {
3112 "jiti": {
3113 "optional": true
3114 }
3115 }
3116 },
3117 "node_modules/eslint-config-next": {
3118 "version": "16.0.0",
3119 "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.0.0.tgz",
3120 "integrity": "sha512-DWKT1YAO9ex2rK0/EeiPpKU++ghTiG59z6m08/ReLRECOYIaEv17maSCYT8zmFQLwIrY5lhJ+iaJPQdT4sJd4g==",
3121 "dev": true,
3122 "license": "MIT",
3123 "dependencies": {
3124 "@next/eslint-plugin-next": "16.0.0",
3125 "eslint-import-resolver-node": "^0.3.6",
3126 "eslint-import-resolver-typescript": "^3.5.2",
3127 "eslint-plugin-import": "^2.32.0",
3128 "eslint-plugin-jsx-a11y": "^6.10.0",
3129 "eslint-plugin-react": "^7.37.0",
3130 "eslint-plugin-react-hooks": "^7.0.0",
3131 "globals": "16.4.0",
3132 "typescript-eslint": "^8.46.0"
3133 },
3134 "peerDependencies": {
3135 "eslint": ">=9.0.0",
3136 "typescript": ">=3.3.1"
3137 },
3138 "peerDependenciesMeta": {
3139 "typescript": {
3140 "optional": true
3141 }
3142 }
3143 },
3144 "node_modules/eslint-config-next/node_modules/globals": {
3145 "version": "16.4.0",
3146 "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
3147 "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
3148 "dev": true,
3149 "license": "MIT",
3150 "engines": {
3151 "node": ">=18"
3152 },
3153 "funding": {
3154 "url": "https://github.com/sponsors/sindresorhus"
3155 }
3156 },
3157 "node_modules/eslint-import-resolver-node": {
3158 "version": "0.3.9",
3159 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
3160 "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
3161 "dev": true,
3162 "license": "MIT",
3163 "dependencies": {
3164 "debug": "^3.2.7",
3165 "is-core-module": "^2.13.0",
3166 "resolve": "^1.22.4"
3167 }
3168 },
3169 "node_modules/eslint-import-resolver-node/node_modules/debug": {
3170 "version": "3.2.7",
3171 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
3172 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
3173 "dev": true,
3174 "license": "MIT",
3175 "dependencies": {
3176 "ms": "^2.1.1"
3177 }
3178 },
3179 "node_modules/eslint-import-resolver-typescript": {
3180 "version": "3.10.1",
3181 "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz",
3182 "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==",
3183 "dev": true,
3184 "license": "ISC",
3185 "dependencies": {
3186 "@nolyfill/is-core-module": "1.0.39",
3187 "debug": "^4.4.0",
3188 "get-tsconfig": "^4.10.0",
3189 "is-bun-module": "^2.0.0",
3190 "stable-hash": "^0.0.5",
3191 "tinyglobby": "^0.2.13",
3192 "unrs-resolver": "^1.6.2"
3193 },
3194 "engines": {
3195 "node": "^14.18.0 || >=16.0.0"
3196 },
3197 "funding": {
3198 "url": "https://opencollective.com/eslint-import-resolver-typescript"
3199 },
3200 "peerDependencies": {
3201 "eslint": "*",
3202 "eslint-plugin-import": "*",
3203 "eslint-plugin-import-x": "*"
3204 },
3205 "peerDependenciesMeta": {
3206 "eslint-plugin-import": {
3207 "optional": true
3208 },
3209 "eslint-plugin-import-x": {
3210 "optional": true
3211 }
3212 }
3213 },
3214 "node_modules/eslint-module-utils": {
3215 "version": "2.12.1",
3216 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
3217 "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
3218 "dev": true,
3219 "license": "MIT",
3220 "dependencies": {
3221 "debug": "^3.2.7"
3222 },
3223 "engines": {
3224 "node": ">=4"
3225 },
3226 "peerDependenciesMeta": {
3227 "eslint": {
3228 "optional": true
3229 }
3230 }
3231 },
3232 "node_modules/eslint-module-utils/node_modules/debug": {
3233 "version": "3.2.7",
3234 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
3235 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
3236 "dev": true,
3237 "license": "MIT",
3238 "dependencies": {
3239 "ms": "^2.1.1"
3240 }
3241 },
3242 "node_modules/eslint-plugin-import": {
3243 "version": "2.32.0",
3244 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
3245 "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
3246 "dev": true,
3247 "license": "MIT",
3248 "dependencies": {
3249 "@rtsao/scc": "^1.1.0",
3250 "array-includes": "^3.1.9",
3251 "array.prototype.findlastindex": "^1.2.6",
3252 "array.prototype.flat": "^1.3.3",
3253 "array.prototype.flatmap": "^1.3.3",
3254 "debug": "^3.2.7",
3255 "doctrine": "^2.1.0",
3256 "eslint-import-resolver-node": "^0.3.9",
3257 "eslint-module-utils": "^2.12.1",
3258 "hasown": "^2.0.2",
3259 "is-core-module": "^2.16.1",
3260 "is-glob": "^4.0.3",
3261 "minimatch": "^3.1.2",
3262 "object.fromentries": "^2.0.8",
3263 "object.groupby": "^1.0.3",
3264 "object.values": "^1.2.1",
3265 "semver": "^6.3.1",
3266 "string.prototype.trimend": "^1.0.9",
3267 "tsconfig-paths": "^3.15.0"
3268 },
3269 "engines": {
3270 "node": ">=4"
3271 },
3272 "peerDependencies": {
3273 "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
3274 }
3275 },
3276 "node_modules/eslint-plugin-import/node_modules/debug": {
3277 "version": "3.2.7",
3278 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
3279 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
3280 "dev": true,
3281 "license": "MIT",
3282 "dependencies": {
3283 "ms": "^2.1.1"
3284 }
3285 },
3286 "node_modules/eslint-plugin-jsx-a11y": {
3287 "version": "6.10.2",
3288 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
3289 "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
3290 "dev": true,
3291 "license": "MIT",
3292 "dependencies": {
3293 "aria-query": "^5.3.2",
3294 "array-includes": "^3.1.8",
3295 "array.prototype.flatmap": "^1.3.2",
3296 "ast-types-flow": "^0.0.8",
3297 "axe-core": "^4.10.0",
3298 "axobject-query": "^4.1.0",
3299 "damerau-levenshtein": "^1.0.8",
3300 "emoji-regex": "^9.2.2",
3301 "hasown": "^2.0.2",
3302 "jsx-ast-utils": "^3.3.5",
3303 "language-tags": "^1.0.9",
3304 "minimatch": "^3.1.2",
3305 "object.fromentries": "^2.0.8",
3306 "safe-regex-test": "^1.0.3",
3307 "string.prototype.includes": "^2.0.1"
3308 },
3309 "engines": {
3310 "node": ">=4.0"
3311 },
3312 "peerDependencies": {
3313 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
3314 }
3315 },
3316 "node_modules/eslint-plugin-react": {
3317 "version": "7.37.5",
3318 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
3319 "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
3320 "dev": true,
3321 "license": "MIT",
3322 "dependencies": {
3323 "array-includes": "^3.1.8",
3324 "array.prototype.findlast": "^1.2.5",
3325 "array.prototype.flatmap": "^1.3.3",
3326 "array.prototype.tosorted": "^1.1.4",
3327 "doctrine": "^2.1.0",
3328 "es-iterator-helpers": "^1.2.1",
3329 "estraverse": "^5.3.0",
3330 "hasown": "^2.0.2",
3331 "jsx-ast-utils": "^2.4.1 || ^3.0.0",
3332 "minimatch": "^3.1.2",
3333 "object.entries": "^1.1.9",
3334 "object.fromentries": "^2.0.8",
3335 "object.values": "^1.2.1",
3336 "prop-types": "^15.8.1",
3337 "resolve": "^2.0.0-next.5",
3338 "semver": "^6.3.1",
3339 "string.prototype.matchall": "^4.0.12",
3340 "string.prototype.repeat": "^1.0.0"
3341 },
3342 "engines": {
3343 "node": ">=4"
3344 },
3345 "peerDependencies": {
3346 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
3347 }
3348 },
3349 "node_modules/eslint-plugin-react-hooks": {
3350 "version": "7.0.1",
3351 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz",
3352 "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
3353 "dev": true,
3354 "license": "MIT",
3355 "dependencies": {
3356 "@babel/core": "^7.24.4",
3357 "@babel/parser": "^7.24.4",
3358 "hermes-parser": "^0.25.1",
3359 "zod": "^3.25.0 || ^4.0.0",
3360 "zod-validation-error": "^3.5.0 || ^4.0.0"
3361 },
3362 "engines": {
3363 "node": ">=18"
3364 },
3365 "peerDependencies": {
3366 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
3367 }
3368 },
3369 "node_modules/eslint-plugin-react/node_modules/resolve": {
3370 "version": "2.0.0-next.5",
3371 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
3372 "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
3373 "dev": true,
3374 "license": "MIT",
3375 "dependencies": {
3376 "is-core-module": "^2.13.0",
3377 "path-parse": "^1.0.7",
3378 "supports-preserve-symlinks-flag": "^1.0.0"
3379 },
3380 "bin": {
3381 "resolve": "bin/resolve"
3382 },
3383 "funding": {
3384 "url": "https://github.com/sponsors/ljharb"
3385 }
3386 },
3387 "node_modules/eslint-scope": {
3388 "version": "8.4.0",
3389 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
3390 "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
3391 "dev": true,
3392 "license": "BSD-2-Clause",
3393 "dependencies": {
3394 "esrecurse": "^4.3.0",
3395 "estraverse": "^5.2.0"
3396 },
3397 "engines": {
3398 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3399 },
3400 "funding": {
3401 "url": "https://opencollective.com/eslint"
3402 }
3403 },
3404 "node_modules/eslint-visitor-keys": {
3405 "version": "4.2.1",
3406 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
3407 "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
3408 "dev": true,
3409 "license": "Apache-2.0",
3410 "engines": {
3411 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3412 },
3413 "funding": {
3414 "url": "https://opencollective.com/eslint"
3415 }
3416 },
3417 "node_modules/espree": {
3418 "version": "10.4.0",
3419 "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
3420 "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
3421 "dev": true,
3422 "license": "BSD-2-Clause",
3423 "dependencies": {
3424 "acorn": "^8.15.0",
3425 "acorn-jsx": "^5.3.2",
3426 "eslint-visitor-keys": "^4.2.1"
3427 },
3428 "engines": {
3429 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3430 },
3431 "funding": {
3432 "url": "https://opencollective.com/eslint"
3433 }
3434 },
3435 "node_modules/esquery": {
3436 "version": "1.6.0",
3437 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
3438 "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
3439 "dev": true,
3440 "license": "BSD-3-Clause",
3441 "dependencies": {
3442 "estraverse": "^5.1.0"
3443 },
3444 "engines": {
3445 "node": ">=0.10"
3446 }
3447 },
3448 "node_modules/esrecurse": {
3449 "version": "4.3.0",
3450 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
3451 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
3452 "dev": true,
3453 "license": "BSD-2-Clause",
3454 "dependencies": {
3455 "estraverse": "^5.2.0"
3456 },
3457 "engines": {
3458 "node": ">=4.0"
3459 }
3460 },
3461 "node_modules/estraverse": {
3462 "version": "5.3.0",
3463 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
3464 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
3465 "dev": true,
3466 "license": "BSD-2-Clause",
3467 "engines": {
3468 "node": ">=4.0"
3469 }
3470 },
3471 "node_modules/esutils": {
3472 "version": "2.0.3",
3473 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
3474 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
3475 "dev": true,
3476 "license": "BSD-2-Clause",
3477 "engines": {
3478 "node": ">=0.10.0"
3479 }
3480 },
3481 "node_modules/fast-deep-equal": {
3482 "version": "3.1.3",
3483 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
3484 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
3485 "dev": true,
3486 "license": "MIT"
3487 },
3488 "node_modules/fast-glob": {
3489 "version": "3.3.1",
3490 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
3491 "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
3492 "dev": true,
3493 "license": "MIT",
3494 "dependencies": {
3495 "@nodelib/fs.stat": "^2.0.2",
3496 "@nodelib/fs.walk": "^1.2.3",
3497 "glob-parent": "^5.1.2",
3498 "merge2": "^1.3.0",
3499 "micromatch": "^4.0.4"
3500 },
3501 "engines": {
3502 "node": ">=8.6.0"
3503 }
3504 },
3505 "node_modules/fast-glob/node_modules/glob-parent": {
3506 "version": "5.1.2",
3507 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
3508 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
3509 "dev": true,
3510 "license": "ISC",
3511 "dependencies": {
3512 "is-glob": "^4.0.1"
3513 },
3514 "engines": {
3515 "node": ">= 6"
3516 }
3517 },
3518 "node_modules/fast-json-stable-stringify": {
3519 "version": "2.1.0",
3520 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
3521 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
3522 "dev": true,
3523 "license": "MIT"
3524 },
3525 "node_modules/fast-levenshtein": {
3526 "version": "2.0.6",
3527 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
3528 "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
3529 "dev": true,
3530 "license": "MIT"
3531 },
3532 "node_modules/fastq": {
3533 "version": "1.19.1",
3534 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
3535 "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
3536 "dev": true,
3537 "license": "ISC",
3538 "dependencies": {
3539 "reusify": "^1.0.4"
3540 }
3541 },
3542 "node_modules/file-entry-cache": {
3543 "version": "8.0.0",
3544 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
3545 "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
3546 "dev": true,
3547 "license": "MIT",
3548 "dependencies": {
3549 "flat-cache": "^4.0.0"
3550 },
3551 "engines": {
3552 "node": ">=16.0.0"
3553 }
3554 },
3555 "node_modules/fill-range": {
3556 "version": "7.1.1",
3557 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
3558 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
3559 "dev": true,
3560 "license": "MIT",
3561 "dependencies": {
3562 "to-regex-range": "^5.0.1"
3563 },
3564 "engines": {
3565 "node": ">=8"
3566 }
3567 },
3568 "node_modules/find-up": {
3569 "version": "5.0.0",
3570 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
3571 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
3572 "dev": true,
3573 "license": "MIT",
3574 "dependencies": {
3575 "locate-path": "^6.0.0",
3576 "path-exists": "^4.0.0"
3577 },
3578 "engines": {
3579 "node": ">=10"
3580 },
3581 "funding": {
3582 "url": "https://github.com/sponsors/sindresorhus"
3583 }
3584 },
3585 "node_modules/flat-cache": {
3586 "version": "4.0.1",
3587 "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
3588 "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
3589 "dev": true,
3590 "license": "MIT",
3591 "dependencies": {
3592 "flatted": "^3.2.9",
3593 "keyv": "^4.5.4"
3594 },
3595 "engines": {
3596 "node": ">=16"
3597 }
3598 },
3599 "node_modules/flatted": {
3600 "version": "3.3.3",
3601 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
3602 "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
3603 "dev": true,
3604 "license": "ISC"
3605 },
3606 "node_modules/for-each": {
3607 "version": "0.3.5",
3608 "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
3609 "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
3610 "dev": true,
3611 "license": "MIT",
3612 "dependencies": {
3613 "is-callable": "^1.2.7"
3614 },
3615 "engines": {
3616 "node": ">= 0.4"
3617 },
3618 "funding": {
3619 "url": "https://github.com/sponsors/ljharb"
3620 }
3621 },
3622 "node_modules/function-bind": {
3623 "version": "1.1.2",
3624 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
3625 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
3626 "dev": true,
3627 "license": "MIT",
3628 "funding": {
3629 "url": "https://github.com/sponsors/ljharb"
3630 }
3631 },
3632 "node_modules/function.prototype.name": {
3633 "version": "1.1.8",
3634 "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
3635 "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
3636 "dev": true,
3637 "license": "MIT",
3638 "dependencies": {
3639 "call-bind": "^1.0.8",
3640 "call-bound": "^1.0.3",
3641 "define-properties": "^1.2.1",
3642 "functions-have-names": "^1.2.3",
3643 "hasown": "^2.0.2",
3644 "is-callable": "^1.2.7"
3645 },
3646 "engines": {
3647 "node": ">= 0.4"
3648 },
3649 "funding": {
3650 "url": "https://github.com/sponsors/ljharb"
3651 }
3652 },
3653 "node_modules/functions-have-names": {
3654 "version": "1.2.3",
3655 "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
3656 "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
3657 "dev": true,
3658 "license": "MIT",
3659 "funding": {
3660 "url": "https://github.com/sponsors/ljharb"
3661 }
3662 },
3663 "node_modules/generator-function": {
3664 "version": "2.0.1",
3665 "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
3666 "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
3667 "dev": true,
3668 "license": "MIT",
3669 "engines": {
3670 "node": ">= 0.4"
3671 }
3672 },
3673 "node_modules/gensync": {
3674 "version": "1.0.0-beta.2",
3675 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
3676 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
3677 "dev": true,
3678 "license": "MIT",
3679 "engines": {
3680 "node": ">=6.9.0"
3681 }
3682 },
3683 "node_modules/get-intrinsic": {
3684 "version": "1.3.0",
3685 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
3686 "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
3687 "dev": true,
3688 "license": "MIT",
3689 "dependencies": {
3690 "call-bind-apply-helpers": "^1.0.2",
3691 "es-define-property": "^1.0.1",
3692 "es-errors": "^1.3.0",
3693 "es-object-atoms": "^1.1.1",
3694 "function-bind": "^1.1.2",
3695 "get-proto": "^1.0.1",
3696 "gopd": "^1.2.0",
3697 "has-symbols": "^1.1.0",
3698 "hasown": "^2.0.2",
3699 "math-intrinsics": "^1.1.0"
3700 },
3701 "engines": {
3702 "node": ">= 0.4"
3703 },
3704 "funding": {
3705 "url": "https://github.com/sponsors/ljharb"
3706 }
3707 },
3708 "node_modules/get-proto": {
3709 "version": "1.0.1",
3710 "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
3711 "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
3712 "dev": true,
3713 "license": "MIT",
3714 "dependencies": {
3715 "dunder-proto": "^1.0.1",
3716 "es-object-atoms": "^1.0.0"
3717 },
3718 "engines": {
3719 "node": ">= 0.4"
3720 }
3721 },
3722 "node_modules/get-symbol-description": {
3723 "version": "1.1.0",
3724 "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
3725 "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
3726 "dev": true,
3727 "license": "MIT",
3728 "dependencies": {
3729 "call-bound": "^1.0.3",
3730 "es-errors": "^1.3.0",
3731 "get-intrinsic": "^1.2.6"
3732 },
3733 "engines": {
3734 "node": ">= 0.4"
3735 },
3736 "funding": {
3737 "url": "https://github.com/sponsors/ljharb"
3738 }
3739 },
3740 "node_modules/get-tsconfig": {
3741 "version": "4.13.0",
3742 "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz",
3743 "integrity": "sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==",
3744 "dev": true,
3745 "license": "MIT",
3746 "dependencies": {
3747 "resolve-pkg-maps": "^1.0.0"
3748 },
3749 "funding": {
3750 "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
3751 }
3752 },
3753 "node_modules/glob-parent": {
3754 "version": "6.0.2",
3755 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
3756 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
3757 "dev": true,
3758 "license": "ISC",
3759 "dependencies": {
3760 "is-glob": "^4.0.3"
3761 },
3762 "engines": {
3763 "node": ">=10.13.0"
3764 }
3765 },
3766 "node_modules/globals": {
3767 "version": "14.0.0",
3768 "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
3769 "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
3770 "dev": true,
3771 "license": "MIT",
3772 "engines": {
3773 "node": ">=18"
3774 },
3775 "funding": {
3776 "url": "https://github.com/sponsors/sindresorhus"
3777 }
3778 },
3779 "node_modules/globalthis": {
3780 "version": "1.0.4",
3781 "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
3782 "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
3783 "dev": true,
3784 "license": "MIT",
3785 "dependencies": {
3786 "define-properties": "^1.2.1",
3787 "gopd": "^1.0.1"
3788 },
3789 "engines": {
3790 "node": ">= 0.4"
3791 },
3792 "funding": {
3793 "url": "https://github.com/sponsors/ljharb"
3794 }
3795 },
3796 "node_modules/gopd": {
3797 "version": "1.2.0",
3798 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
3799 "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
3800 "dev": true,
3801 "license": "MIT",
3802 "engines": {
3803 "node": ">= 0.4"
3804 },
3805 "funding": {
3806 "url": "https://github.com/sponsors/ljharb"
3807 }
3808 },
3809 "node_modules/graceful-fs": {
3810 "version": "4.2.11",
3811 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
3812 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
3813 "dev": true,
3814 "license": "ISC"
3815 },
3816 "node_modules/graphemer": {
3817 "version": "1.4.0",
3818 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
3819 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
3820 "dev": true,
3821 "license": "MIT"
3822 },
3823 "node_modules/has-bigints": {
3824 "version": "1.1.0",
3825 "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
3826 "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
3827 "dev": true,
3828 "license": "MIT",
3829 "engines": {
3830 "node": ">= 0.4"
3831 },
3832 "funding": {
3833 "url": "https://github.com/sponsors/ljharb"
3834 }
3835 },
3836 "node_modules/has-flag": {
3837 "version": "4.0.0",
3838 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
3839 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
3840 "dev": true,
3841 "license": "MIT",
3842 "engines": {
3843 "node": ">=8"
3844 }
3845 },
3846 "node_modules/has-property-descriptors": {
3847 "version": "1.0.2",
3848 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
3849 "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
3850 "dev": true,
3851 "license": "MIT",
3852 "dependencies": {
3853 "es-define-property": "^1.0.0"
3854 },
3855 "funding": {
3856 "url": "https://github.com/sponsors/ljharb"
3857 }
3858 },
3859 "node_modules/has-proto": {
3860 "version": "1.2.0",
3861 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
3862 "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
3863 "dev": true,
3864 "license": "MIT",
3865 "dependencies": {
3866 "dunder-proto": "^1.0.0"
3867 },
3868 "engines": {
3869 "node": ">= 0.4"
3870 },
3871 "funding": {
3872 "url": "https://github.com/sponsors/ljharb"
3873 }
3874 },
3875 "node_modules/has-symbols": {
3876 "version": "1.1.0",
3877 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
3878 "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
3879 "dev": true,
3880 "license": "MIT",
3881 "engines": {
3882 "node": ">= 0.4"
3883 },
3884 "funding": {
3885 "url": "https://github.com/sponsors/ljharb"
3886 }
3887 },
3888 "node_modules/has-tostringtag": {
3889 "version": "1.0.2",
3890 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
3891 "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
3892 "dev": true,
3893 "license": "MIT",
3894 "dependencies": {
3895 "has-symbols": "^1.0.3"
3896 },
3897 "engines": {
3898 "node": ">= 0.4"
3899 },
3900 "funding": {
3901 "url": "https://github.com/sponsors/ljharb"
3902 }
3903 },
3904 "node_modules/hasown": {
3905 "version": "2.0.2",
3906 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
3907 "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
3908 "dev": true,
3909 "license": "MIT",
3910 "dependencies": {
3911 "function-bind": "^1.1.2"
3912 },
3913 "engines": {
3914 "node": ">= 0.4"
3915 }
3916 },
3917 "node_modules/hermes-estree": {
3918 "version": "0.25.1",
3919 "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
3920 "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
3921 "dev": true,
3922 "license": "MIT"
3923 },
3924 "node_modules/hermes-parser": {
3925 "version": "0.25.1",
3926 "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
3927 "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
3928 "dev": true,
3929 "license": "MIT",
3930 "dependencies": {
3931 "hermes-estree": "0.25.1"
3932 }
3933 },
3934 "node_modules/ignore": {
3935 "version": "5.3.2",
3936 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
3937 "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
3938 "dev": true,
3939 "license": "MIT",
3940 "engines": {
3941 "node": ">= 4"
3942 }
3943 },
3944 "node_modules/import-fresh": {
3945 "version": "3.3.1",
3946 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
3947 "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
3948 "dev": true,
3949 "license": "MIT",
3950 "dependencies": {
3951 "parent-module": "^1.0.0",
3952 "resolve-from": "^4.0.0"
3953 },
3954 "engines": {
3955 "node": ">=6"
3956 },
3957 "funding": {
3958 "url": "https://github.com/sponsors/sindresorhus"
3959 }
3960 },
3961 "node_modules/imurmurhash": {
3962 "version": "0.1.4",
3963 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
3964 "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
3965 "dev": true,
3966 "license": "MIT",
3967 "engines": {
3968 "node": ">=0.8.19"
3969 }
3970 },
3971 "node_modules/internal-slot": {
3972 "version": "1.1.0",
3973 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
3974 "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
3975 "dev": true,
3976 "license": "MIT",
3977 "dependencies": {
3978 "es-errors": "^1.3.0",
3979 "hasown": "^2.0.2",
3980 "side-channel": "^1.1.0"
3981 },
3982 "engines": {
3983 "node": ">= 0.4"
3984 }
3985 },
3986 "node_modules/is-array-buffer": {
3987 "version": "3.0.5",
3988 "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
3989 "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
3990 "dev": true,
3991 "license": "MIT",
3992 "dependencies": {
3993 "call-bind": "^1.0.8",
3994 "call-bound": "^1.0.3",
3995 "get-intrinsic": "^1.2.6"
3996 },
3997 "engines": {
3998 "node": ">= 0.4"
3999 },
4000 "funding": {
4001 "url": "https://github.com/sponsors/ljharb"
4002 }
4003 },
4004 "node_modules/is-async-function": {
4005 "version": "2.1.1",
4006 "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
4007 "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
4008 "dev": true,
4009 "license": "MIT",
4010 "dependencies": {
4011 "async-function": "^1.0.0",
4012 "call-bound": "^1.0.3",
4013 "get-proto": "^1.0.1",
4014 "has-tostringtag": "^1.0.2",
4015 "safe-regex-test": "^1.1.0"
4016 },
4017 "engines": {
4018 "node": ">= 0.4"
4019 },
4020 "funding": {
4021 "url": "https://github.com/sponsors/ljharb"
4022 }
4023 },
4024 "node_modules/is-bigint": {
4025 "version": "1.1.0",
4026 "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
4027 "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
4028 "dev": true,
4029 "license": "MIT",
4030 "dependencies": {
4031 "has-bigints": "^1.0.2"
4032 },
4033 "engines": {
4034 "node": ">= 0.4"
4035 },
4036 "funding": {
4037 "url": "https://github.com/sponsors/ljharb"
4038 }
4039 },
4040 "node_modules/is-boolean-object": {
4041 "version": "1.2.2",
4042 "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
4043 "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
4044 "dev": true,
4045 "license": "MIT",
4046 "dependencies": {
4047 "call-bound": "^1.0.3",
4048 "has-tostringtag": "^1.0.2"
4049 },
4050 "engines": {
4051 "node": ">= 0.4"
4052 },
4053 "funding": {
4054 "url": "https://github.com/sponsors/ljharb"
4055 }
4056 },
4057 "node_modules/is-bun-module": {
4058 "version": "2.0.0",
4059 "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
4060 "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
4061 "dev": true,
4062 "license": "MIT",
4063 "dependencies": {
4064 "semver": "^7.7.1"
4065 }
4066 },
4067 "node_modules/is-bun-module/node_modules/semver": {
4068 "version": "7.7.3",
4069 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
4070 "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
4071 "dev": true,
4072 "license": "ISC",
4073 "bin": {
4074 "semver": "bin/semver.js"
4075 },
4076 "engines": {
4077 "node": ">=10"
4078 }
4079 },
4080 "node_modules/is-callable": {
4081 "version": "1.2.7",
4082 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
4083 "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
4084 "dev": true,
4085 "license": "MIT",
4086 "engines": {
4087 "node": ">= 0.4"
4088 },
4089 "funding": {
4090 "url": "https://github.com/sponsors/ljharb"
4091 }
4092 },
4093 "node_modules/is-core-module": {
4094 "version": "2.16.1",
4095 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
4096 "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
4097 "dev": true,
4098 "license": "MIT",
4099 "dependencies": {
4100 "hasown": "^2.0.2"
4101 },
4102 "engines": {
4103 "node": ">= 0.4"
4104 },
4105 "funding": {
4106 "url": "https://github.com/sponsors/ljharb"
4107 }
4108 },
4109 "node_modules/is-data-view": {
4110 "version": "1.0.2",
4111 "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
4112 "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
4113 "dev": true,
4114 "license": "MIT",
4115 "dependencies": {
4116 "call-bound": "^1.0.2",
4117 "get-intrinsic": "^1.2.6",
4118 "is-typed-array": "^1.1.13"
4119 },
4120 "engines": {
4121 "node": ">= 0.4"
4122 },
4123 "funding": {
4124 "url": "https://github.com/sponsors/ljharb"
4125 }
4126 },
4127 "node_modules/is-date-object": {
4128 "version": "1.1.0",
4129 "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
4130 "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
4131 "dev": true,
4132 "license": "MIT",
4133 "dependencies": {
4134 "call-bound": "^1.0.2",
4135 "has-tostringtag": "^1.0.2"
4136 },
4137 "engines": {
4138 "node": ">= 0.4"
4139 },
4140 "funding": {
4141 "url": "https://github.com/sponsors/ljharb"
4142 }
4143 },
4144 "node_modules/is-extglob": {
4145 "version": "2.1.1",
4146 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
4147 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
4148 "dev": true,
4149 "license": "MIT",
4150 "engines": {
4151 "node": ">=0.10.0"
4152 }
4153 },
4154 "node_modules/is-finalizationregistry": {
4155 "version": "1.1.1",
4156 "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
4157 "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
4158 "dev": true,
4159 "license": "MIT",
4160 "dependencies": {
4161 "call-bound": "^1.0.3"
4162 },
4163 "engines": {
4164 "node": ">= 0.4"
4165 },
4166 "funding": {
4167 "url": "https://github.com/sponsors/ljharb"
4168 }
4169 },
4170 "node_modules/is-generator-function": {
4171 "version": "1.1.2",
4172 "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
4173 "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
4174 "dev": true,
4175 "license": "MIT",
4176 "dependencies": {
4177 "call-bound": "^1.0.4",
4178 "generator-function": "^2.0.0",
4179 "get-proto": "^1.0.1",
4180 "has-tostringtag": "^1.0.2",
4181 "safe-regex-test": "^1.1.0"
4182 },
4183 "engines": {
4184 "node": ">= 0.4"
4185 },
4186 "funding": {
4187 "url": "https://github.com/sponsors/ljharb"
4188 }
4189 },
4190 "node_modules/is-glob": {
4191 "version": "4.0.3",
4192 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
4193 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
4194 "dev": true,
4195 "license": "MIT",
4196 "dependencies": {
4197 "is-extglob": "^2.1.1"
4198 },
4199 "engines": {
4200 "node": ">=0.10.0"
4201 }
4202 },
4203 "node_modules/is-map": {
4204 "version": "2.0.3",
4205 "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
4206 "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
4207 "dev": true,
4208 "license": "MIT",
4209 "engines": {
4210 "node": ">= 0.4"
4211 },
4212 "funding": {
4213 "url": "https://github.com/sponsors/ljharb"
4214 }
4215 },
4216 "node_modules/is-negative-zero": {
4217 "version": "2.0.3",
4218 "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
4219 "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
4220 "dev": true,
4221 "license": "MIT",
4222 "engines": {
4223 "node": ">= 0.4"
4224 },
4225 "funding": {
4226 "url": "https://github.com/sponsors/ljharb"
4227 }
4228 },
4229 "node_modules/is-number": {
4230 "version": "7.0.0",
4231 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
4232 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
4233 "dev": true,
4234 "license": "MIT",
4235 "engines": {
4236 "node": ">=0.12.0"
4237 }
4238 },
4239 "node_modules/is-number-object": {
4240 "version": "1.1.1",
4241 "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
4242 "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
4243 "dev": true,
4244 "license": "MIT",
4245 "dependencies": {
4246 "call-bound": "^1.0.3",
4247 "has-tostringtag": "^1.0.2"
4248 },
4249 "engines": {
4250 "node": ">= 0.4"
4251 },
4252 "funding": {
4253 "url": "https://github.com/sponsors/ljharb"
4254 }
4255 },
4256 "node_modules/is-regex": {
4257 "version": "1.2.1",
4258 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
4259 "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
4260 "dev": true,
4261 "license": "MIT",
4262 "dependencies": {
4263 "call-bound": "^1.0.2",
4264 "gopd": "^1.2.0",
4265 "has-tostringtag": "^1.0.2",
4266 "hasown": "^2.0.2"
4267 },
4268 "engines": {
4269 "node": ">= 0.4"
4270 },
4271 "funding": {
4272 "url": "https://github.com/sponsors/ljharb"
4273 }
4274 },
4275 "node_modules/is-set": {
4276 "version": "2.0.3",
4277 "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
4278 "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
4279 "dev": true,
4280 "license": "MIT",
4281 "engines": {
4282 "node": ">= 0.4"
4283 },
4284 "funding": {
4285 "url": "https://github.com/sponsors/ljharb"
4286 }
4287 },
4288 "node_modules/is-shared-array-buffer": {
4289 "version": "1.0.4",
4290 "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
4291 "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
4292 "dev": true,
4293 "license": "MIT",
4294 "dependencies": {
4295 "call-bound": "^1.0.3"
4296 },
4297 "engines": {
4298 "node": ">= 0.4"
4299 },
4300 "funding": {
4301 "url": "https://github.com/sponsors/ljharb"
4302 }
4303 },
4304 "node_modules/is-string": {
4305 "version": "1.1.1",
4306 "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
4307 "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
4308 "dev": true,
4309 "license": "MIT",
4310 "dependencies": {
4311 "call-bound": "^1.0.3",
4312 "has-tostringtag": "^1.0.2"
4313 },
4314 "engines": {
4315 "node": ">= 0.4"
4316 },
4317 "funding": {
4318 "url": "https://github.com/sponsors/ljharb"
4319 }
4320 },
4321 "node_modules/is-symbol": {
4322 "version": "1.1.1",
4323 "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
4324 "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
4325 "dev": true,
4326 "license": "MIT",
4327 "dependencies": {
4328 "call-bound": "^1.0.2",
4329 "has-symbols": "^1.1.0",
4330 "safe-regex-test": "^1.1.0"
4331 },
4332 "engines": {
4333 "node": ">= 0.4"
4334 },
4335 "funding": {
4336 "url": "https://github.com/sponsors/ljharb"
4337 }
4338 },
4339 "node_modules/is-typed-array": {
4340 "version": "1.1.15",
4341 "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
4342 "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
4343 "dev": true,
4344 "license": "MIT",
4345 "dependencies": {
4346 "which-typed-array": "^1.1.16"
4347 },
4348 "engines": {
4349 "node": ">= 0.4"
4350 },
4351 "funding": {
4352 "url": "https://github.com/sponsors/ljharb"
4353 }
4354 },
4355 "node_modules/is-weakmap": {
4356 "version": "2.0.2",
4357 "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
4358 "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
4359 "dev": true,
4360 "license": "MIT",
4361 "engines": {
4362 "node": ">= 0.4"
4363 },
4364 "funding": {
4365 "url": "https://github.com/sponsors/ljharb"
4366 }
4367 },
4368 "node_modules/is-weakref": {
4369 "version": "1.1.1",
4370 "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
4371 "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
4372 "dev": true,
4373 "license": "MIT",
4374 "dependencies": {
4375 "call-bound": "^1.0.3"
4376 },
4377 "engines": {
4378 "node": ">= 0.4"
4379 },
4380 "funding": {
4381 "url": "https://github.com/sponsors/ljharb"
4382 }
4383 },
4384 "node_modules/is-weakset": {
4385 "version": "2.0.4",
4386 "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
4387 "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
4388 "dev": true,
4389 "license": "MIT",
4390 "dependencies": {
4391 "call-bound": "^1.0.3",
4392 "get-intrinsic": "^1.2.6"
4393 },
4394 "engines": {
4395 "node": ">= 0.4"
4396 },
4397 "funding": {
4398 "url": "https://github.com/sponsors/ljharb"
4399 }
4400 },
4401 "node_modules/isarray": {
4402 "version": "2.0.5",
4403 "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
4404 "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
4405 "dev": true,
4406 "license": "MIT"
4407 },
4408 "node_modules/isexe": {
4409 "version": "2.0.0",
4410 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
4411 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
4412 "dev": true,
4413 "license": "ISC"
4414 },
4415 "node_modules/iterator.prototype": {
4416 "version": "1.1.5",
4417 "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
4418 "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
4419 "dev": true,
4420 "license": "MIT",
4421 "dependencies": {
4422 "define-data-property": "^1.1.4",
4423 "es-object-atoms": "^1.0.0",
4424 "get-intrinsic": "^1.2.6",
4425 "get-proto": "^1.0.0",
4426 "has-symbols": "^1.1.0",
4427 "set-function-name": "^2.0.2"
4428 },
4429 "engines": {
4430 "node": ">= 0.4"
4431 }
4432 },
4433 "node_modules/jiti": {
4434 "version": "2.6.1",
4435 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
4436 "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
4437 "dev": true,
4438 "license": "MIT",
4439 "bin": {
4440 "jiti": "lib/jiti-cli.mjs"
4441 }
4442 },
4443 "node_modules/jose": {
4444 "version": "6.1.0",
4445 "resolved": "https://registry.npmjs.org/jose/-/jose-6.1.0.tgz",
4446 "integrity": "sha512-TTQJyoEoKcC1lscpVDCSsVgYzUDg/0Bt3WE//WiTPK6uOCQC2KZS4MpugbMWt/zyjkopgZoXhZuCi00gLudfUA==",
4447 "license": "MIT",
4448 "funding": {
4449 "url": "https://github.com/sponsors/panva"
4450 }
4451 },
4452 "node_modules/js-tokens": {
4453 "version": "4.0.0",
4454 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
4455 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
4456 "dev": true,
4457 "license": "MIT"
4458 },
4459 "node_modules/js-yaml": {
4460 "version": "4.1.0",
4461 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
4462 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
4463 "dev": true,
4464 "license": "MIT",
4465 "dependencies": {
4466 "argparse": "^2.0.1"
4467 },
4468 "bin": {
4469 "js-yaml": "bin/js-yaml.js"
4470 }
4471 },
4472 "node_modules/jsesc": {
4473 "version": "3.1.0",
4474 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
4475 "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
4476 "dev": true,
4477 "license": "MIT",
4478 "bin": {
4479 "jsesc": "bin/jsesc"
4480 },
4481 "engines": {
4482 "node": ">=6"
4483 }
4484 },
4485 "node_modules/json-buffer": {
4486 "version": "3.0.1",
4487 "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
4488 "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
4489 "dev": true,
4490 "license": "MIT"
4491 },
4492 "node_modules/json-schema-traverse": {
4493 "version": "0.4.1",
4494 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
4495 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
4496 "dev": true,
4497 "license": "MIT"
4498 },
4499 "node_modules/json-stable-stringify-without-jsonify": {
4500 "version": "1.0.1",
4501 "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
4502 "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
4503 "dev": true,
4504 "license": "MIT"
4505 },
4506 "node_modules/json5": {
4507 "version": "2.2.3",
4508 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
4509 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
4510 "dev": true,
4511 "license": "MIT",
4512 "bin": {
4513 "json5": "lib/cli.js"
4514 },
4515 "engines": {
4516 "node": ">=6"
4517 }
4518 },
4519 "node_modules/jsx-ast-utils": {
4520 "version": "3.3.5",
4521 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
4522 "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
4523 "dev": true,
4524 "license": "MIT",
4525 "dependencies": {
4526 "array-includes": "^3.1.6",
4527 "array.prototype.flat": "^1.3.1",
4528 "object.assign": "^4.1.4",
4529 "object.values": "^1.1.6"
4530 },
4531 "engines": {
4532 "node": ">=4.0"
4533 }
4534 },
4535 "node_modules/keyv": {
4536 "version": "4.5.4",
4537 "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
4538 "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
4539 "dev": true,
4540 "license": "MIT",
4541 "dependencies": {
4542 "json-buffer": "3.0.1"
4543 }
4544 },
4545 "node_modules/language-subtag-registry": {
4546 "version": "0.3.23",
4547 "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
4548 "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
4549 "dev": true,
4550 "license": "CC0-1.0"
4551 },
4552 "node_modules/language-tags": {
4553 "version": "1.0.9",
4554 "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
4555 "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
4556 "dev": true,
4557 "license": "MIT",
4558 "dependencies": {
4559 "language-subtag-registry": "^0.3.20"
4560 },
4561 "engines": {
4562 "node": ">=0.10"
4563 }
4564 },
4565 "node_modules/levn": {
4566 "version": "0.4.1",
4567 "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
4568 "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
4569 "dev": true,
4570 "license": "MIT",
4571 "dependencies": {
4572 "prelude-ls": "^1.2.1",
4573 "type-check": "~0.4.0"
4574 },
4575 "engines": {
4576 "node": ">= 0.8.0"
4577 }
4578 },
4579 "node_modules/lightningcss": {
4580 "version": "1.30.2",
4581 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
4582 "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
4583 "dev": true,
4584 "license": "MPL-2.0",
4585 "dependencies": {
4586 "detect-libc": "^2.0.3"
4587 },
4588 "engines": {
4589 "node": ">= 12.0.0"
4590 },
4591 "funding": {
4592 "type": "opencollective",
4593 "url": "https://opencollective.com/parcel"
4594 },
4595 "optionalDependencies": {
4596 "lightningcss-android-arm64": "1.30.2",
4597 "lightningcss-darwin-arm64": "1.30.2",
4598 "lightningcss-darwin-x64": "1.30.2",
4599 "lightningcss-freebsd-x64": "1.30.2",
4600 "lightningcss-linux-arm-gnueabihf": "1.30.2",
4601 "lightningcss-linux-arm64-gnu": "1.30.2",
4602 "lightningcss-linux-arm64-musl": "1.30.2",
4603 "lightningcss-linux-x64-gnu": "1.30.2",
4604 "lightningcss-linux-x64-musl": "1.30.2",
4605 "lightningcss-win32-arm64-msvc": "1.30.2",
4606 "lightningcss-win32-x64-msvc": "1.30.2"
4607 }
4608 },
4609 "node_modules/lightningcss-android-arm64": {
4610 "version": "1.30.2",
4611 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
4612 "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
4613 "cpu": [
4614 "arm64"
4615 ],
4616 "dev": true,
4617 "license": "MPL-2.0",
4618 "optional": true,
4619 "os": [
4620 "android"
4621 ],
4622 "engines": {
4623 "node": ">= 12.0.0"
4624 },
4625 "funding": {
4626 "type": "opencollective",
4627 "url": "https://opencollective.com/parcel"
4628 }
4629 },
4630 "node_modules/lightningcss-darwin-arm64": {
4631 "version": "1.30.2",
4632 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
4633 "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
4634 "cpu": [
4635 "arm64"
4636 ],
4637 "dev": true,
4638 "license": "MPL-2.0",
4639 "optional": true,
4640 "os": [
4641 "darwin"
4642 ],
4643 "engines": {
4644 "node": ">= 12.0.0"
4645 },
4646 "funding": {
4647 "type": "opencollective",
4648 "url": "https://opencollective.com/parcel"
4649 }
4650 },
4651 "node_modules/lightningcss-darwin-x64": {
4652 "version": "1.30.2",
4653 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
4654 "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
4655 "cpu": [
4656 "x64"
4657 ],
4658 "dev": true,
4659 "license": "MPL-2.0",
4660 "optional": true,
4661 "os": [
4662 "darwin"
4663 ],
4664 "engines": {
4665 "node": ">= 12.0.0"
4666 },
4667 "funding": {
4668 "type": "opencollective",
4669 "url": "https://opencollective.com/parcel"
4670 }
4671 },
4672 "node_modules/lightningcss-freebsd-x64": {
4673 "version": "1.30.2",
4674 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
4675 "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
4676 "cpu": [
4677 "x64"
4678 ],
4679 "dev": true,
4680 "license": "MPL-2.0",
4681 "optional": true,
4682 "os": [
4683 "freebsd"
4684 ],
4685 "engines": {
4686 "node": ">= 12.0.0"
4687 },
4688 "funding": {
4689 "type": "opencollective",
4690 "url": "https://opencollective.com/parcel"
4691 }
4692 },
4693 "node_modules/lightningcss-linux-arm-gnueabihf": {
4694 "version": "1.30.2",
4695 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
4696 "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
4697 "cpu": [
4698 "arm"
4699 ],
4700 "dev": true,
4701 "license": "MPL-2.0",
4702 "optional": true,
4703 "os": [
4704 "linux"
4705 ],
4706 "engines": {
4707 "node": ">= 12.0.0"
4708 },
4709 "funding": {
4710 "type": "opencollective",
4711 "url": "https://opencollective.com/parcel"
4712 }
4713 },
4714 "node_modules/lightningcss-linux-arm64-gnu": {
4715 "version": "1.30.2",
4716 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
4717 "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
4718 "cpu": [
4719 "arm64"
4720 ],
4721 "dev": true,
4722 "license": "MPL-2.0",
4723 "optional": true,
4724 "os": [
4725 "linux"
4726 ],
4727 "engines": {
4728 "node": ">= 12.0.0"
4729 },
4730 "funding": {
4731 "type": "opencollective",
4732 "url": "https://opencollective.com/parcel"
4733 }
4734 },
4735 "node_modules/lightningcss-linux-arm64-musl": {
4736 "version": "1.30.2",
4737 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
4738 "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
4739 "cpu": [
4740 "arm64"
4741 ],
4742 "dev": true,
4743 "license": "MPL-2.0",
4744 "optional": true,
4745 "os": [
4746 "linux"
4747 ],
4748 "engines": {
4749 "node": ">= 12.0.0"
4750 },
4751 "funding": {
4752 "type": "opencollective",
4753 "url": "https://opencollective.com/parcel"
4754 }
4755 },
4756 "node_modules/lightningcss-linux-x64-gnu": {
4757 "version": "1.30.2",
4758 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
4759 "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
4760 "cpu": [
4761 "x64"
4762 ],
4763 "dev": true,
4764 "license": "MPL-2.0",
4765 "optional": true,
4766 "os": [
4767 "linux"
4768 ],
4769 "engines": {
4770 "node": ">= 12.0.0"
4771 },
4772 "funding": {
4773 "type": "opencollective",
4774 "url": "https://opencollective.com/parcel"
4775 }
4776 },
4777 "node_modules/lightningcss-linux-x64-musl": {
4778 "version": "1.30.2",
4779 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
4780 "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
4781 "cpu": [
4782 "x64"
4783 ],
4784 "dev": true,
4785 "license": "MPL-2.0",
4786 "optional": true,
4787 "os": [
4788 "linux"
4789 ],
4790 "engines": {
4791 "node": ">= 12.0.0"
4792 },
4793 "funding": {
4794 "type": "opencollective",
4795 "url": "https://opencollective.com/parcel"
4796 }
4797 },
4798 "node_modules/lightningcss-win32-arm64-msvc": {
4799 "version": "1.30.2",
4800 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
4801 "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
4802 "cpu": [
4803 "arm64"
4804 ],
4805 "dev": true,
4806 "license": "MPL-2.0",
4807 "optional": true,
4808 "os": [
4809 "win32"
4810 ],
4811 "engines": {
4812 "node": ">= 12.0.0"
4813 },
4814 "funding": {
4815 "type": "opencollective",
4816 "url": "https://opencollective.com/parcel"
4817 }
4818 },
4819 "node_modules/lightningcss-win32-x64-msvc": {
4820 "version": "1.30.2",
4821 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
4822 "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
4823 "cpu": [
4824 "x64"
4825 ],
4826 "dev": true,
4827 "license": "MPL-2.0",
4828 "optional": true,
4829 "os": [
4830 "win32"
4831 ],
4832 "engines": {
4833 "node": ">= 12.0.0"
4834 },
4835 "funding": {
4836 "type": "opencollective",
4837 "url": "https://opencollective.com/parcel"
4838 }
4839 },
4840 "node_modules/locate-path": {
4841 "version": "6.0.0",
4842 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
4843 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
4844 "dev": true,
4845 "license": "MIT",
4846 "dependencies": {
4847 "p-locate": "^5.0.0"
4848 },
4849 "engines": {
4850 "node": ">=10"
4851 },
4852 "funding": {
4853 "url": "https://github.com/sponsors/sindresorhus"
4854 }
4855 },
4856 "node_modules/lodash.merge": {
4857 "version": "4.6.2",
4858 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
4859 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
4860 "dev": true,
4861 "license": "MIT"
4862 },
4863 "node_modules/loose-envify": {
4864 "version": "1.4.0",
4865 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
4866 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
4867 "dev": true,
4868 "license": "MIT",
4869 "dependencies": {
4870 "js-tokens": "^3.0.0 || ^4.0.0"
4871 },
4872 "bin": {
4873 "loose-envify": "cli.js"
4874 }
4875 },
4876 "node_modules/lru-cache": {
4877 "version": "5.1.1",
4878 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
4879 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
4880 "dev": true,
4881 "license": "ISC",
4882 "dependencies": {
4883 "yallist": "^3.0.2"
4884 }
4885 },
4886 "node_modules/magic-string": {
4887 "version": "0.30.21",
4888 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
4889 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
4890 "dev": true,
4891 "license": "MIT",
4892 "dependencies": {
4893 "@jridgewell/sourcemap-codec": "^1.5.5"
4894 }
4895 },
4896 "node_modules/math-intrinsics": {
4897 "version": "1.1.0",
4898 "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
4899 "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
4900 "dev": true,
4901 "license": "MIT",
4902 "engines": {
4903 "node": ">= 0.4"
4904 }
4905 },
4906 "node_modules/merge2": {
4907 "version": "1.4.1",
4908 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
4909 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
4910 "dev": true,
4911 "license": "MIT",
4912 "engines": {
4913 "node": ">= 8"
4914 }
4915 },
4916 "node_modules/micromatch": {
4917 "version": "4.0.8",
4918 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
4919 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
4920 "dev": true,
4921 "license": "MIT",
4922 "dependencies": {
4923 "braces": "^3.0.3",
4924 "picomatch": "^2.3.1"
4925 },
4926 "engines": {
4927 "node": ">=8.6"
4928 }
4929 },
4930 "node_modules/minimatch": {
4931 "version": "3.1.2",
4932 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
4933 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
4934 "dev": true,
4935 "license": "ISC",
4936 "dependencies": {
4937 "brace-expansion": "^1.1.7"
4938 },
4939 "engines": {
4940 "node": "*"
4941 }
4942 },
4943 "node_modules/minimist": {
4944 "version": "1.2.8",
4945 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
4946 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
4947 "dev": true,
4948 "license": "MIT",
4949 "funding": {
4950 "url": "https://github.com/sponsors/ljharb"
4951 }
4952 },
4953 "node_modules/ms": {
4954 "version": "2.1.3",
4955 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4956 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4957 "dev": true,
4958 "license": "MIT"
4959 },
4960 "node_modules/nanoid": {
4961 "version": "3.3.11",
4962 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
4963 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
4964 "funding": [
4965 {
4966 "type": "github",
4967 "url": "https://github.com/sponsors/ai"
4968 }
4969 ],
4970 "license": "MIT",
4971 "bin": {
4972 "nanoid": "bin/nanoid.cjs"
4973 },
4974 "engines": {
4975 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
4976 }
4977 },
4978 "node_modules/napi-postinstall": {
4979 "version": "0.3.4",
4980 "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz",
4981 "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==",
4982 "dev": true,
4983 "license": "MIT",
4984 "bin": {
4985 "napi-postinstall": "lib/cli.js"
4986 },
4987 "engines": {
4988 "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
4989 },
4990 "funding": {
4991 "url": "https://opencollective.com/napi-postinstall"
4992 }
4993 },
4994 "node_modules/natural-compare": {
4995 "version": "1.4.0",
4996 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
4997 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
4998 "dev": true,
4999 "license": "MIT"
5000 },
5001 "node_modules/next": {
5002 "version": "16.0.0",
5003 "resolved": "https://registry.npmjs.org/next/-/next-16.0.0.tgz",
5004 "integrity": "sha512-nYohiNdxGu4OmBzggxy9rczmjIGI+TpR5vbKTsE1HqYwNm1B+YSiugSrFguX6omMOKnDHAmBPY4+8TNJk0Idyg==",
5005 "license": "MIT",
5006 "dependencies": {
5007 "@next/env": "16.0.0",
5008 "@swc/helpers": "0.5.15",
5009 "caniuse-lite": "^1.0.30001579",
5010 "postcss": "8.4.31",
5011 "styled-jsx": "5.1.6"
5012 },
5013 "bin": {
5014 "next": "dist/bin/next"
5015 },
5016 "engines": {
5017 "node": ">=20.9.0"
5018 },
5019 "optionalDependencies": {
5020 "@next/swc-darwin-arm64": "16.0.0",
5021 "@next/swc-darwin-x64": "16.0.0",
5022 "@next/swc-linux-arm64-gnu": "16.0.0",
5023 "@next/swc-linux-arm64-musl": "16.0.0",
5024 "@next/swc-linux-x64-gnu": "16.0.0",
5025 "@next/swc-linux-x64-musl": "16.0.0",
5026 "@next/swc-win32-arm64-msvc": "16.0.0",
5027 "@next/swc-win32-x64-msvc": "16.0.0",
5028 "sharp": "^0.34.4"
5029 },
5030 "peerDependencies": {
5031 "@opentelemetry/api": "^1.1.0",
5032 "@playwright/test": "^1.51.1",
5033 "babel-plugin-react-compiler": "*",
5034 "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
5035 "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
5036 "sass": "^1.3.0"
5037 },
5038 "peerDependenciesMeta": {
5039 "@opentelemetry/api": {
5040 "optional": true
5041 },
5042 "@playwright/test": {
5043 "optional": true
5044 },
5045 "babel-plugin-react-compiler": {
5046 "optional": true
5047 },
5048 "sass": {
5049 "optional": true
5050 }
5051 }
5052 },
5053 "node_modules/next-auth": {
5054 "version": "5.0.0-beta.30",
5055 "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.30.tgz",
5056 "integrity": "sha512-+c51gquM3F6nMVmoAusRJ7RIoY0K4Ts9HCCwyy/BRoe4mp3msZpOzYMyb5LAYc1wSo74PMQkGDcaghIO7W6Xjg==",
5057 "license": "ISC",
5058 "dependencies": {
5059 "@auth/core": "0.41.0"
5060 },
5061 "peerDependencies": {
5062 "@simplewebauthn/browser": "^9.0.1",
5063 "@simplewebauthn/server": "^9.0.2",
5064 "next": "^14.0.0-0 || ^15.0.0 || ^16.0.0",
5065 "nodemailer": "^7.0.7",
5066 "react": "^18.2.0 || ^19.0.0"
5067 },
5068 "peerDependenciesMeta": {
5069 "@simplewebauthn/browser": {
5070 "optional": true
5071 },
5072 "@simplewebauthn/server": {
5073 "optional": true
5074 },
5075 "nodemailer": {
5076 "optional": true
5077 }
5078 }
5079 },
5080 "node_modules/next/node_modules/postcss": {
5081 "version": "8.4.31",
5082 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
5083 "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
5084 "funding": [
5085 {
5086 "type": "opencollective",
5087 "url": "https://opencollective.com/postcss/"
5088 },
5089 {
5090 "type": "tidelift",
5091 "url": "https://tidelift.com/funding/github/npm/postcss"
5092 },
5093 {
5094 "type": "github",
5095 "url": "https://github.com/sponsors/ai"
5096 }
5097 ],
5098 "license": "MIT",
5099 "dependencies": {
5100 "nanoid": "^3.3.6",
5101 "picocolors": "^1.0.0",
5102 "source-map-js": "^1.0.2"
5103 },
5104 "engines": {
5105 "node": "^10 || ^12 || >=14"
5106 }
5107 },
5108 "node_modules/node-releases": {
5109 "version": "2.0.26",
5110 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz",
5111 "integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==",
5112 "dev": true,
5113 "license": "MIT"
5114 },
5115 "node_modules/oauth4webapi": {
5116 "version": "3.8.2",
5117 "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.8.2.tgz",
5118 "integrity": "sha512-FzZZ+bht5X0FKe7Mwz3DAVAmlH1BV5blSak/lHMBKz0/EBMhX6B10GlQYI51+oRp8ObJaX0g6pXrAxZh5s8rjw==",
5119 "license": "MIT",
5120 "funding": {
5121 "url": "https://github.com/sponsors/panva"
5122 }
5123 },
5124 "node_modules/object-assign": {
5125 "version": "4.1.1",
5126 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
5127 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
5128 "dev": true,
5129 "license": "MIT",
5130 "engines": {
5131 "node": ">=0.10.0"
5132 }
5133 },
5134 "node_modules/object-inspect": {
5135 "version": "1.13.4",
5136 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
5137 "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
5138 "dev": true,
5139 "license": "MIT",
5140 "engines": {
5141 "node": ">= 0.4"
5142 },
5143 "funding": {
5144 "url": "https://github.com/sponsors/ljharb"
5145 }
5146 },
5147 "node_modules/object-keys": {
5148 "version": "1.1.1",
5149 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
5150 "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
5151 "dev": true,
5152 "license": "MIT",
5153 "engines": {
5154 "node": ">= 0.4"
5155 }
5156 },
5157 "node_modules/object.assign": {
5158 "version": "4.1.7",
5159 "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
5160 "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
5161 "dev": true,
5162 "license": "MIT",
5163 "dependencies": {
5164 "call-bind": "^1.0.8",
5165 "call-bound": "^1.0.3",
5166 "define-properties": "^1.2.1",
5167 "es-object-atoms": "^1.0.0",
5168 "has-symbols": "^1.1.0",
5169 "object-keys": "^1.1.1"
5170 },
5171 "engines": {
5172 "node": ">= 0.4"
5173 },
5174 "funding": {
5175 "url": "https://github.com/sponsors/ljharb"
5176 }
5177 },
5178 "node_modules/object.entries": {
5179 "version": "1.1.9",
5180 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
5181 "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
5182 "dev": true,
5183 "license": "MIT",
5184 "dependencies": {
5185 "call-bind": "^1.0.8",
5186 "call-bound": "^1.0.4",
5187 "define-properties": "^1.2.1",
5188 "es-object-atoms": "^1.1.1"
5189 },
5190 "engines": {
5191 "node": ">= 0.4"
5192 }
5193 },
5194 "node_modules/object.fromentries": {
5195 "version": "2.0.8",
5196 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
5197 "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
5198 "dev": true,
5199 "license": "MIT",
5200 "dependencies": {
5201 "call-bind": "^1.0.7",
5202 "define-properties": "^1.2.1",
5203 "es-abstract": "^1.23.2",
5204 "es-object-atoms": "^1.0.0"
5205 },
5206 "engines": {
5207 "node": ">= 0.4"
5208 },
5209 "funding": {
5210 "url": "https://github.com/sponsors/ljharb"
5211 }
5212 },
5213 "node_modules/object.groupby": {
5214 "version": "1.0.3",
5215 "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
5216 "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
5217 "dev": true,
5218 "license": "MIT",
5219 "dependencies": {
5220 "call-bind": "^1.0.7",
5221 "define-properties": "^1.2.1",
5222 "es-abstract": "^1.23.2"
5223 },
5224 "engines": {
5225 "node": ">= 0.4"
5226 }
5227 },
5228 "node_modules/object.values": {
5229 "version": "1.2.1",
5230 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
5231 "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
5232 "dev": true,
5233 "license": "MIT",
5234 "dependencies": {
5235 "call-bind": "^1.0.8",
5236 "call-bound": "^1.0.3",
5237 "define-properties": "^1.2.1",
5238 "es-object-atoms": "^1.0.0"
5239 },
5240 "engines": {
5241 "node": ">= 0.4"
5242 },
5243 "funding": {
5244 "url": "https://github.com/sponsors/ljharb"
5245 }
5246 },
5247 "node_modules/optionator": {
5248 "version": "0.9.4",
5249 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
5250 "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
5251 "dev": true,
5252 "license": "MIT",
5253 "dependencies": {
5254 "deep-is": "^0.1.3",
5255 "fast-levenshtein": "^2.0.6",
5256 "levn": "^0.4.1",
5257 "prelude-ls": "^1.2.1",
5258 "type-check": "^0.4.0",
5259 "word-wrap": "^1.2.5"
5260 },
5261 "engines": {
5262 "node": ">= 0.8.0"
5263 }
5264 },
5265 "node_modules/own-keys": {
5266 "version": "1.0.1",
5267 "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
5268 "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
5269 "dev": true,
5270 "license": "MIT",
5271 "dependencies": {
5272 "get-intrinsic": "^1.2.6",
5273 "object-keys": "^1.1.1",
5274 "safe-push-apply": "^1.0.0"
5275 },
5276 "engines": {
5277 "node": ">= 0.4"
5278 },
5279 "funding": {
5280 "url": "https://github.com/sponsors/ljharb"
5281 }
5282 },
5283 "node_modules/p-limit": {
5284 "version": "3.1.0",
5285 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
5286 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
5287 "dev": true,
5288 "license": "MIT",
5289 "dependencies": {
5290 "yocto-queue": "^0.1.0"
5291 },
5292 "engines": {
5293 "node": ">=10"
5294 },
5295 "funding": {
5296 "url": "https://github.com/sponsors/sindresorhus"
5297 }
5298 },
5299 "node_modules/p-locate": {
5300 "version": "5.0.0",
5301 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
5302 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
5303 "dev": true,
5304 "license": "MIT",
5305 "dependencies": {
5306 "p-limit": "^3.0.2"
5307 },
5308 "engines": {
5309 "node": ">=10"
5310 },
5311 "funding": {
5312 "url": "https://github.com/sponsors/sindresorhus"
5313 }
5314 },
5315 "node_modules/parent-module": {
5316 "version": "1.0.1",
5317 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
5318 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
5319 "dev": true,
5320 "license": "MIT",
5321 "dependencies": {
5322 "callsites": "^3.0.0"
5323 },
5324 "engines": {
5325 "node": ">=6"
5326 }
5327 },
5328 "node_modules/path-exists": {
5329 "version": "4.0.0",
5330 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
5331 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
5332 "dev": true,
5333 "license": "MIT",
5334 "engines": {
5335 "node": ">=8"
5336 }
5337 },
5338 "node_modules/path-key": {
5339 "version": "3.1.1",
5340 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
5341 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
5342 "dev": true,
5343 "license": "MIT",
5344 "engines": {
5345 "node": ">=8"
5346 }
5347 },
5348 "node_modules/path-parse": {
5349 "version": "1.0.7",
5350 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
5351 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
5352 "dev": true,
5353 "license": "MIT"
5354 },
5355 "node_modules/picocolors": {
5356 "version": "1.1.1",
5357 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
5358 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
5359 "license": "ISC"
5360 },
5361 "node_modules/picomatch": {
5362 "version": "2.3.1",
5363 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
5364 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
5365 "dev": true,
5366 "license": "MIT",
5367 "engines": {
5368 "node": ">=8.6"
5369 },
5370 "funding": {
5371 "url": "https://github.com/sponsors/jonschlinkert"
5372 }
5373 },
5374 "node_modules/possible-typed-array-names": {
5375 "version": "1.1.0",
5376 "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
5377 "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
5378 "dev": true,
5379 "license": "MIT",
5380 "engines": {
5381 "node": ">= 0.4"
5382 }
5383 },
5384 "node_modules/postcss": {
5385 "version": "8.5.6",
5386 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
5387 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
5388 "dev": true,
5389 "funding": [
5390 {
5391 "type": "opencollective",
5392 "url": "https://opencollective.com/postcss/"
5393 },
5394 {
5395 "type": "tidelift",
5396 "url": "https://tidelift.com/funding/github/npm/postcss"
5397 },
5398 {
5399 "type": "github",
5400 "url": "https://github.com/sponsors/ai"
5401 }
5402 ],
5403 "license": "MIT",
5404 "dependencies": {
5405 "nanoid": "^3.3.11",
5406 "picocolors": "^1.1.1",
5407 "source-map-js": "^1.2.1"
5408 },
5409 "engines": {
5410 "node": "^10 || ^12 || >=14"
5411 }
5412 },
5413 "node_modules/preact": {
5414 "version": "10.24.3",
5415 "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz",
5416 "integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==",
5417 "license": "MIT",
5418 "funding": {
5419 "type": "opencollective",
5420 "url": "https://opencollective.com/preact"
5421 }
5422 },
5423 "node_modules/preact-render-to-string": {
5424 "version": "6.5.11",
5425 "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-6.5.11.tgz",
5426 "integrity": "sha512-ubnauqoGczeGISiOh6RjX0/cdaF8v/oDXIjO85XALCQjwQP+SB4RDXXtvZ6yTYSjG+PC1QRP2AhPgCEsM2EvUw==",
5427 "license": "MIT",
5428 "peerDependencies": {
5429 "preact": ">=10"
5430 }
5431 },
5432 "node_modules/prelude-ls": {
5433 "version": "1.2.1",
5434 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
5435 "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
5436 "dev": true,
5437 "license": "MIT",
5438 "engines": {
5439 "node": ">= 0.8.0"
5440 }
5441 },
5442 "node_modules/prop-types": {
5443 "version": "15.8.1",
5444 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
5445 "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
5446 "dev": true,
5447 "license": "MIT",
5448 "dependencies": {
5449 "loose-envify": "^1.4.0",
5450 "object-assign": "^4.1.1",
5451 "react-is": "^16.13.1"
5452 }
5453 },
5454 "node_modules/punycode": {
5455 "version": "2.3.1",
5456 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
5457 "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
5458 "dev": true,
5459 "license": "MIT",
5460 "engines": {
5461 "node": ">=6"
5462 }
5463 },
5464 "node_modules/queue-microtask": {
5465 "version": "1.2.3",
5466 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
5467 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
5468 "dev": true,
5469 "funding": [
5470 {
5471 "type": "github",
5472 "url": "https://github.com/sponsors/feross"
5473 },
5474 {
5475 "type": "patreon",
5476 "url": "https://www.patreon.com/feross"
5477 },
5478 {
5479 "type": "consulting",
5480 "url": "https://feross.org/support"
5481 }
5482 ],
5483 "license": "MIT"
5484 },
5485 "node_modules/react": {
5486 "version": "19.2.0",
5487 "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz",
5488 "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==",
5489 "license": "MIT",
5490 "engines": {
5491 "node": ">=0.10.0"
5492 }
5493 },
5494 "node_modules/react-dom": {
5495 "version": "19.2.0",
5496 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz",
5497 "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==",
5498 "license": "MIT",
5499 "dependencies": {
5500 "scheduler": "^0.27.0"
5501 },
5502 "peerDependencies": {
5503 "react": "^19.2.0"
5504 }
5505 },
5506 "node_modules/react-is": {
5507 "version": "16.13.1",
5508 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
5509 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
5510 "dev": true,
5511 "license": "MIT"
5512 },
5513 "node_modules/reflect.getprototypeof": {
5514 "version": "1.0.10",
5515 "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
5516 "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
5517 "dev": true,
5518 "license": "MIT",
5519 "dependencies": {
5520 "call-bind": "^1.0.8",
5521 "define-properties": "^1.2.1",
5522 "es-abstract": "^1.23.9",
5523 "es-errors": "^1.3.0",
5524 "es-object-atoms": "^1.0.0",
5525 "get-intrinsic": "^1.2.7",
5526 "get-proto": "^1.0.1",
5527 "which-builtin-type": "^1.2.1"
5528 },
5529 "engines": {
5530 "node": ">= 0.4"
5531 },
5532 "funding": {
5533 "url": "https://github.com/sponsors/ljharb"
5534 }
5535 },
5536 "node_modules/regexp.prototype.flags": {
5537 "version": "1.5.4",
5538 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
5539 "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
5540 "dev": true,
5541 "license": "MIT",
5542 "dependencies": {
5543 "call-bind": "^1.0.8",
5544 "define-properties": "^1.2.1",
5545 "es-errors": "^1.3.0",
5546 "get-proto": "^1.0.1",
5547 "gopd": "^1.2.0",
5548 "set-function-name": "^2.0.2"
5549 },
5550 "engines": {
5551 "node": ">= 0.4"
5552 },
5553 "funding": {
5554 "url": "https://github.com/sponsors/ljharb"
5555 }
5556 },
5557 "node_modules/resolve": {
5558 "version": "1.22.11",
5559 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
5560 "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
5561 "dev": true,
5562 "license": "MIT",
5563 "dependencies": {
5564 "is-core-module": "^2.16.1",
5565 "path-parse": "^1.0.7",
5566 "supports-preserve-symlinks-flag": "^1.0.0"
5567 },
5568 "bin": {
5569 "resolve": "bin/resolve"
5570 },
5571 "engines": {
5572 "node": ">= 0.4"
5573 },
5574 "funding": {
5575 "url": "https://github.com/sponsors/ljharb"
5576 }
5577 },
5578 "node_modules/resolve-from": {
5579 "version": "4.0.0",
5580 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
5581 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
5582 "dev": true,
5583 "license": "MIT",
5584 "engines": {
5585 "node": ">=4"
5586 }
5587 },
5588 "node_modules/resolve-pkg-maps": {
5589 "version": "1.0.0",
5590 "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
5591 "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
5592 "dev": true,
5593 "license": "MIT",
5594 "funding": {
5595 "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
5596 }
5597 },
5598 "node_modules/reusify": {
5599 "version": "1.1.0",
5600 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
5601 "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
5602 "dev": true,
5603 "license": "MIT",
5604 "engines": {
5605 "iojs": ">=1.0.0",
5606 "node": ">=0.10.0"
5607 }
5608 },
5609 "node_modules/run-parallel": {
5610 "version": "1.2.0",
5611 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
5612 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
5613 "dev": true,
5614 "funding": [
5615 {
5616 "type": "github",
5617 "url": "https://github.com/sponsors/feross"
5618 },
5619 {
5620 "type": "patreon",
5621 "url": "https://www.patreon.com/feross"
5622 },
5623 {
5624 "type": "consulting",
5625 "url": "https://feross.org/support"
5626 }
5627 ],
5628 "license": "MIT",
5629 "dependencies": {
5630 "queue-microtask": "^1.2.2"
5631 }
5632 },
5633 "node_modules/safe-array-concat": {
5634 "version": "1.1.3",
5635 "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
5636 "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
5637 "dev": true,
5638 "license": "MIT",
5639 "dependencies": {
5640 "call-bind": "^1.0.8",
5641 "call-bound": "^1.0.2",
5642 "get-intrinsic": "^1.2.6",
5643 "has-symbols": "^1.1.0",
5644 "isarray": "^2.0.5"
5645 },
5646 "engines": {
5647 "node": ">=0.4"
5648 },
5649 "funding": {
5650 "url": "https://github.com/sponsors/ljharb"
5651 }
5652 },
5653 "node_modules/safe-push-apply": {
5654 "version": "1.0.0",
5655 "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
5656 "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
5657 "dev": true,
5658 "license": "MIT",
5659 "dependencies": {
5660 "es-errors": "^1.3.0",
5661 "isarray": "^2.0.5"
5662 },
5663 "engines": {
5664 "node": ">= 0.4"
5665 },
5666 "funding": {
5667 "url": "https://github.com/sponsors/ljharb"
5668 }
5669 },
5670 "node_modules/safe-regex-test": {
5671 "version": "1.1.0",
5672 "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
5673 "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
5674 "dev": true,
5675 "license": "MIT",
5676 "dependencies": {
5677 "call-bound": "^1.0.2",
5678 "es-errors": "^1.3.0",
5679 "is-regex": "^1.2.1"
5680 },
5681 "engines": {
5682 "node": ">= 0.4"
5683 },
5684 "funding": {
5685 "url": "https://github.com/sponsors/ljharb"
5686 }
5687 },
5688 "node_modules/scheduler": {
5689 "version": "0.27.0",
5690 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
5691 "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
5692 "license": "MIT"
5693 },
5694 "node_modules/semver": {
5695 "version": "6.3.1",
5696 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
5697 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
5698 "dev": true,
5699 "license": "ISC",
5700 "bin": {
5701 "semver": "bin/semver.js"
5702 }
5703 },
5704 "node_modules/set-function-length": {
5705 "version": "1.2.2",
5706 "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
5707 "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
5708 "dev": true,
5709 "license": "MIT",
5710 "dependencies": {
5711 "define-data-property": "^1.1.4",
5712 "es-errors": "^1.3.0",
5713 "function-bind": "^1.1.2",
5714 "get-intrinsic": "^1.2.4",
5715 "gopd": "^1.0.1",
5716 "has-property-descriptors": "^1.0.2"
5717 },
5718 "engines": {
5719 "node": ">= 0.4"
5720 }
5721 },
5722 "node_modules/set-function-name": {
5723 "version": "2.0.2",
5724 "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
5725 "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
5726 "dev": true,
5727 "license": "MIT",
5728 "dependencies": {
5729 "define-data-property": "^1.1.4",
5730 "es-errors": "^1.3.0",
5731 "functions-have-names": "^1.2.3",
5732 "has-property-descriptors": "^1.0.2"
5733 },
5734 "engines": {
5735 "node": ">= 0.4"
5736 }
5737 },
5738 "node_modules/set-proto": {
5739 "version": "1.0.0",
5740 "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
5741 "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
5742 "dev": true,
5743 "license": "MIT",
5744 "dependencies": {
5745 "dunder-proto": "^1.0.1",
5746 "es-errors": "^1.3.0",
5747 "es-object-atoms": "^1.0.0"
5748 },
5749 "engines": {
5750 "node": ">= 0.4"
5751 }
5752 },
5753 "node_modules/sharp": {
5754 "version": "0.34.4",
5755 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
5756 "integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
5757 "hasInstallScript": true,
5758 "license": "Apache-2.0",
5759 "optional": true,
5760 "dependencies": {
5761 "@img/colour": "^1.0.0",
5762 "detect-libc": "^2.1.0",
5763 "semver": "^7.7.2"
5764 },
5765 "engines": {
5766 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
5767 },
5768 "funding": {
5769 "url": "https://opencollective.com/libvips"
5770 },
5771 "optionalDependencies": {
5772 "@img/sharp-darwin-arm64": "0.34.4",
5773 "@img/sharp-darwin-x64": "0.34.4",
5774 "@img/sharp-libvips-darwin-arm64": "1.2.3",
5775 "@img/sharp-libvips-darwin-x64": "1.2.3",
5776 "@img/sharp-libvips-linux-arm": "1.2.3",
5777 "@img/sharp-libvips-linux-arm64": "1.2.3",
5778 "@img/sharp-libvips-linux-ppc64": "1.2.3",
5779 "@img/sharp-libvips-linux-s390x": "1.2.3",
5780 "@img/sharp-libvips-linux-x64": "1.2.3",
5781 "@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
5782 "@img/sharp-libvips-linuxmusl-x64": "1.2.3",
5783 "@img/sharp-linux-arm": "0.34.4",
5784 "@img/sharp-linux-arm64": "0.34.4",
5785 "@img/sharp-linux-ppc64": "0.34.4",
5786 "@img/sharp-linux-s390x": "0.34.4",
5787 "@img/sharp-linux-x64": "0.34.4",
5788 "@img/sharp-linuxmusl-arm64": "0.34.4",
5789 "@img/sharp-linuxmusl-x64": "0.34.4",
5790 "@img/sharp-wasm32": "0.34.4",
5791 "@img/sharp-win32-arm64": "0.34.4",
5792 "@img/sharp-win32-ia32": "0.34.4",
5793 "@img/sharp-win32-x64": "0.34.4"
5794 }
5795 },
5796 "node_modules/sharp/node_modules/semver": {
5797 "version": "7.7.3",
5798 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
5799 "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
5800 "license": "ISC",
5801 "optional": true,
5802 "bin": {
5803 "semver": "bin/semver.js"
5804 },
5805 "engines": {
5806 "node": ">=10"
5807 }
5808 },
5809 "node_modules/shebang-command": {
5810 "version": "2.0.0",
5811 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
5812 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
5813 "dev": true,
5814 "license": "MIT",
5815 "dependencies": {
5816 "shebang-regex": "^3.0.0"
5817 },
5818 "engines": {
5819 "node": ">=8"
5820 }
5821 },
5822 "node_modules/shebang-regex": {
5823 "version": "3.0.0",
5824 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
5825 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
5826 "dev": true,
5827 "license": "MIT",
5828 "engines": {
5829 "node": ">=8"
5830 }
5831 },
5832 "node_modules/side-channel": {
5833 "version": "1.1.0",
5834 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
5835 "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
5836 "dev": true,
5837 "license": "MIT",
5838 "dependencies": {
5839 "es-errors": "^1.3.0",
5840 "object-inspect": "^1.13.3",
5841 "side-channel-list": "^1.0.0",
5842 "side-channel-map": "^1.0.1",
5843 "side-channel-weakmap": "^1.0.2"
5844 },
5845 "engines": {
5846 "node": ">= 0.4"
5847 },
5848 "funding": {
5849 "url": "https://github.com/sponsors/ljharb"
5850 }
5851 },
5852 "node_modules/side-channel-list": {
5853 "version": "1.0.0",
5854 "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
5855 "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
5856 "dev": true,
5857 "license": "MIT",
5858 "dependencies": {
5859 "es-errors": "^1.3.0",
5860 "object-inspect": "^1.13.3"
5861 },
5862 "engines": {
5863 "node": ">= 0.4"
5864 },
5865 "funding": {
5866 "url": "https://github.com/sponsors/ljharb"
5867 }
5868 },
5869 "node_modules/side-channel-map": {
5870 "version": "1.0.1",
5871 "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
5872 "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
5873 "dev": true,
5874 "license": "MIT",
5875 "dependencies": {
5876 "call-bound": "^1.0.2",
5877 "es-errors": "^1.3.0",
5878 "get-intrinsic": "^1.2.5",
5879 "object-inspect": "^1.13.3"
5880 },
5881 "engines": {
5882 "node": ">= 0.4"
5883 },
5884 "funding": {
5885 "url": "https://github.com/sponsors/ljharb"
5886 }
5887 },
5888 "node_modules/side-channel-weakmap": {
5889 "version": "1.0.2",
5890 "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
5891 "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
5892 "dev": true,
5893 "license": "MIT",
5894 "dependencies": {
5895 "call-bound": "^1.0.2",
5896 "es-errors": "^1.3.0",
5897 "get-intrinsic": "^1.2.5",
5898 "object-inspect": "^1.13.3",
5899 "side-channel-map": "^1.0.1"
5900 },
5901 "engines": {
5902 "node": ">= 0.4"
5903 },
5904 "funding": {
5905 "url": "https://github.com/sponsors/ljharb"
5906 }
5907 },
5908 "node_modules/source-map-js": {
5909 "version": "1.2.1",
5910 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
5911 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
5912 "license": "BSD-3-Clause",
5913 "engines": {
5914 "node": ">=0.10.0"
5915 }
5916 },
5917 "node_modules/stable-hash": {
5918 "version": "0.0.5",
5919 "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz",
5920 "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
5921 "dev": true,
5922 "license": "MIT"
5923 },
5924 "node_modules/stop-iteration-iterator": {
5925 "version": "1.1.0",
5926 "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
5927 "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
5928 "dev": true,
5929 "license": "MIT",
5930 "dependencies": {
5931 "es-errors": "^1.3.0",
5932 "internal-slot": "^1.1.0"
5933 },
5934 "engines": {
5935 "node": ">= 0.4"
5936 }
5937 },
5938 "node_modules/string.prototype.includes": {
5939 "version": "2.0.1",
5940 "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
5941 "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
5942 "dev": true,
5943 "license": "MIT",
5944 "dependencies": {
5945 "call-bind": "^1.0.7",
5946 "define-properties": "^1.2.1",
5947 "es-abstract": "^1.23.3"
5948 },
5949 "engines": {
5950 "node": ">= 0.4"
5951 }
5952 },
5953 "node_modules/string.prototype.matchall": {
5954 "version": "4.0.12",
5955 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
5956 "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
5957 "dev": true,
5958 "license": "MIT",
5959 "dependencies": {
5960 "call-bind": "^1.0.8",
5961 "call-bound": "^1.0.3",
5962 "define-properties": "^1.2.1",
5963 "es-abstract": "^1.23.6",
5964 "es-errors": "^1.3.0",
5965 "es-object-atoms": "^1.0.0",
5966 "get-intrinsic": "^1.2.6",
5967 "gopd": "^1.2.0",
5968 "has-symbols": "^1.1.0",
5969 "internal-slot": "^1.1.0",
5970 "regexp.prototype.flags": "^1.5.3",
5971 "set-function-name": "^2.0.2",
5972 "side-channel": "^1.1.0"
5973 },
5974 "engines": {
5975 "node": ">= 0.4"
5976 },
5977 "funding": {
5978 "url": "https://github.com/sponsors/ljharb"
5979 }
5980 },
5981 "node_modules/string.prototype.repeat": {
5982 "version": "1.0.0",
5983 "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
5984 "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
5985 "dev": true,
5986 "license": "MIT",
5987 "dependencies": {
5988 "define-properties": "^1.1.3",
5989 "es-abstract": "^1.17.5"
5990 }
5991 },
5992 "node_modules/string.prototype.trim": {
5993 "version": "1.2.10",
5994 "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
5995 "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
5996 "dev": true,
5997 "license": "MIT",
5998 "dependencies": {
5999 "call-bind": "^1.0.8",
6000 "call-bound": "^1.0.2",
6001 "define-data-property": "^1.1.4",
6002 "define-properties": "^1.2.1",
6003 "es-abstract": "^1.23.5",
6004 "es-object-atoms": "^1.0.0",
6005 "has-property-descriptors": "^1.0.2"
6006 },
6007 "engines": {
6008 "node": ">= 0.4"
6009 },
6010 "funding": {
6011 "url": "https://github.com/sponsors/ljharb"
6012 }
6013 },
6014 "node_modules/string.prototype.trimend": {
6015 "version": "1.0.9",
6016 "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
6017 "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
6018 "dev": true,
6019 "license": "MIT",
6020 "dependencies": {
6021 "call-bind": "^1.0.8",
6022 "call-bound": "^1.0.2",
6023 "define-properties": "^1.2.1",
6024 "es-object-atoms": "^1.0.0"
6025 },
6026 "engines": {
6027 "node": ">= 0.4"
6028 },
6029 "funding": {
6030 "url": "https://github.com/sponsors/ljharb"
6031 }
6032 },
6033 "node_modules/string.prototype.trimstart": {
6034 "version": "1.0.8",
6035 "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
6036 "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
6037 "dev": true,
6038 "license": "MIT",
6039 "dependencies": {
6040 "call-bind": "^1.0.7",
6041 "define-properties": "^1.2.1",
6042 "es-object-atoms": "^1.0.0"
6043 },
6044 "engines": {
6045 "node": ">= 0.4"
6046 },
6047 "funding": {
6048 "url": "https://github.com/sponsors/ljharb"
6049 }
6050 },
6051 "node_modules/strip-bom": {
6052 "version": "3.0.0",
6053 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
6054 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
6055 "dev": true,
6056 "license": "MIT",
6057 "engines": {
6058 "node": ">=4"
6059 }
6060 },
6061 "node_modules/strip-json-comments": {
6062 "version": "3.1.1",
6063 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
6064 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
6065 "dev": true,
6066 "license": "MIT",
6067 "engines": {
6068 "node": ">=8"
6069 },
6070 "funding": {
6071 "url": "https://github.com/sponsors/sindresorhus"
6072 }
6073 },
6074 "node_modules/styled-jsx": {
6075 "version": "5.1.6",
6076 "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
6077 "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
6078 "license": "MIT",
6079 "dependencies": {
6080 "client-only": "0.0.1"
6081 },
6082 "engines": {
6083 "node": ">= 12.0.0"
6084 },
6085 "peerDependencies": {
6086 "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
6087 },
6088 "peerDependenciesMeta": {
6089 "@babel/core": {
6090 "optional": true
6091 },
6092 "babel-plugin-macros": {
6093 "optional": true
6094 }
6095 }
6096 },
6097 "node_modules/supports-color": {
6098 "version": "7.2.0",
6099 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
6100 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
6101 "dev": true,
6102 "license": "MIT",
6103 "dependencies": {
6104 "has-flag": "^4.0.0"
6105 },
6106 "engines": {
6107 "node": ">=8"
6108 }
6109 },
6110 "node_modules/supports-preserve-symlinks-flag": {
6111 "version": "1.0.0",
6112 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
6113 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
6114 "dev": true,
6115 "license": "MIT",
6116 "engines": {
6117 "node": ">= 0.4"
6118 },
6119 "funding": {
6120 "url": "https://github.com/sponsors/ljharb"
6121 }
6122 },
6123 "node_modules/tailwindcss": {
6124 "version": "4.1.16",
6125 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz",
6126 "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==",
6127 "dev": true,
6128 "license": "MIT"
6129 },
6130 "node_modules/tapable": {
6131 "version": "2.3.0",
6132 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
6133 "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
6134 "dev": true,
6135 "license": "MIT",
6136 "engines": {
6137 "node": ">=6"
6138 },
6139 "funding": {
6140 "type": "opencollective",
6141 "url": "https://opencollective.com/webpack"
6142 }
6143 },
6144 "node_modules/tinyglobby": {
6145 "version": "0.2.15",
6146 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
6147 "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
6148 "dev": true,
6149 "license": "MIT",
6150 "dependencies": {
6151 "fdir": "^6.5.0",
6152 "picomatch": "^4.0.3"
6153 },
6154 "engines": {
6155 "node": ">=12.0.0"
6156 },
6157 "funding": {
6158 "url": "https://github.com/sponsors/SuperchupuDev"
6159 }
6160 },
6161 "node_modules/tinyglobby/node_modules/fdir": {
6162 "version": "6.5.0",
6163 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
6164 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
6165 "dev": true,
6166 "license": "MIT",
6167 "engines": {
6168 "node": ">=12.0.0"
6169 },
6170 "peerDependencies": {
6171 "picomatch": "^3 || ^4"
6172 },
6173 "peerDependenciesMeta": {
6174 "picomatch": {
6175 "optional": true
6176 }
6177 }
6178 },
6179 "node_modules/tinyglobby/node_modules/picomatch": {
6180 "version": "4.0.3",
6181 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
6182 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
6183 "dev": true,
6184 "license": "MIT",
6185 "engines": {
6186 "node": ">=12"
6187 },
6188 "funding": {
6189 "url": "https://github.com/sponsors/jonschlinkert"
6190 }
6191 },
6192 "node_modules/to-regex-range": {
6193 "version": "5.0.1",
6194 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
6195 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
6196 "dev": true,
6197 "license": "MIT",
6198 "dependencies": {
6199 "is-number": "^7.0.0"
6200 },
6201 "engines": {
6202 "node": ">=8.0"
6203 }
6204 },
6205 "node_modules/ts-api-utils": {
6206 "version": "2.1.0",
6207 "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
6208 "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
6209 "dev": true,
6210 "license": "MIT",
6211 "engines": {
6212 "node": ">=18.12"
6213 },
6214 "peerDependencies": {
6215 "typescript": ">=4.8.4"
6216 }
6217 },
6218 "node_modules/tsconfig-paths": {
6219 "version": "3.15.0",
6220 "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
6221 "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
6222 "dev": true,
6223 "license": "MIT",
6224 "dependencies": {
6225 "@types/json5": "^0.0.29",
6226 "json5": "^1.0.2",
6227 "minimist": "^1.2.6",
6228 "strip-bom": "^3.0.0"
6229 }
6230 },
6231 "node_modules/tsconfig-paths/node_modules/json5": {
6232 "version": "1.0.2",
6233 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
6234 "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
6235 "dev": true,
6236 "license": "MIT",
6237 "dependencies": {
6238 "minimist": "^1.2.0"
6239 },
6240 "bin": {
6241 "json5": "lib/cli.js"
6242 }
6243 },
6244 "node_modules/tslib": {
6245 "version": "2.8.1",
6246 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
6247 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
6248 "license": "0BSD"
6249 },
6250 "node_modules/type-check": {
6251 "version": "0.4.0",
6252 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
6253 "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
6254 "dev": true,
6255 "license": "MIT",
6256 "dependencies": {
6257 "prelude-ls": "^1.2.1"
6258 },
6259 "engines": {
6260 "node": ">= 0.8.0"
6261 }
6262 },
6263 "node_modules/typed-array-buffer": {
6264 "version": "1.0.3",
6265 "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
6266 "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
6267 "dev": true,
6268 "license": "MIT",
6269 "dependencies": {
6270 "call-bound": "^1.0.3",
6271 "es-errors": "^1.3.0",
6272 "is-typed-array": "^1.1.14"
6273 },
6274 "engines": {
6275 "node": ">= 0.4"
6276 }
6277 },
6278 "node_modules/typed-array-byte-length": {
6279 "version": "1.0.3",
6280 "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
6281 "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
6282 "dev": true,
6283 "license": "MIT",
6284 "dependencies": {
6285 "call-bind": "^1.0.8",
6286 "for-each": "^0.3.3",
6287 "gopd": "^1.2.0",
6288 "has-proto": "^1.2.0",
6289 "is-typed-array": "^1.1.14"
6290 },
6291 "engines": {
6292 "node": ">= 0.4"
6293 },
6294 "funding": {
6295 "url": "https://github.com/sponsors/ljharb"
6296 }
6297 },
6298 "node_modules/typed-array-byte-offset": {
6299 "version": "1.0.4",
6300 "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
6301 "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
6302 "dev": true,
6303 "license": "MIT",
6304 "dependencies": {
6305 "available-typed-arrays": "^1.0.7",
6306 "call-bind": "^1.0.8",
6307 "for-each": "^0.3.3",
6308 "gopd": "^1.2.0",
6309 "has-proto": "^1.2.0",
6310 "is-typed-array": "^1.1.15",
6311 "reflect.getprototypeof": "^1.0.9"
6312 },
6313 "engines": {
6314 "node": ">= 0.4"
6315 },
6316 "funding": {
6317 "url": "https://github.com/sponsors/ljharb"
6318 }
6319 },
6320 "node_modules/typed-array-length": {
6321 "version": "1.0.7",
6322 "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
6323 "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
6324 "dev": true,
6325 "license": "MIT",
6326 "dependencies": {
6327 "call-bind": "^1.0.7",
6328 "for-each": "^0.3.3",
6329 "gopd": "^1.0.1",
6330 "is-typed-array": "^1.1.13",
6331 "possible-typed-array-names": "^1.0.0",
6332 "reflect.getprototypeof": "^1.0.6"
6333 },
6334 "engines": {
6335 "node": ">= 0.4"
6336 },
6337 "funding": {
6338 "url": "https://github.com/sponsors/ljharb"
6339 }
6340 },
6341 "node_modules/typescript": {
6342 "version": "5.9.3",
6343 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
6344 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
6345 "dev": true,
6346 "license": "Apache-2.0",
6347 "bin": {
6348 "tsc": "bin/tsc",
6349 "tsserver": "bin/tsserver"
6350 },
6351 "engines": {
6352 "node": ">=14.17"
6353 }
6354 },
6355 "node_modules/typescript-eslint": {
6356 "version": "8.46.2",
6357 "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.46.2.tgz",
6358 "integrity": "sha512-vbw8bOmiuYNdzzV3lsiWv6sRwjyuKJMQqWulBOU7M0RrxedXledX8G8kBbQeiOYDnTfiXz0Y4081E1QMNB6iQg==",
6359 "dev": true,
6360 "license": "MIT",
6361 "dependencies": {
6362 "@typescript-eslint/eslint-plugin": "8.46.2",
6363 "@typescript-eslint/parser": "8.46.2",
6364 "@typescript-eslint/typescript-estree": "8.46.2",
6365 "@typescript-eslint/utils": "8.46.2"
6366 },
6367 "engines": {
6368 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6369 },
6370 "funding": {
6371 "type": "opencollective",
6372 "url": "https://opencollective.com/typescript-eslint"
6373 },
6374 "peerDependencies": {
6375 "eslint": "^8.57.0 || ^9.0.0",
6376 "typescript": ">=4.8.4 <6.0.0"
6377 }
6378 },
6379 "node_modules/unbox-primitive": {
6380 "version": "1.1.0",
6381 "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
6382 "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
6383 "dev": true,
6384 "license": "MIT",
6385 "dependencies": {
6386 "call-bound": "^1.0.3",
6387 "has-bigints": "^1.0.2",
6388 "has-symbols": "^1.1.0",
6389 "which-boxed-primitive": "^1.1.1"
6390 },
6391 "engines": {
6392 "node": ">= 0.4"
6393 },
6394 "funding": {
6395 "url": "https://github.com/sponsors/ljharb"
6396 }
6397 },
6398 "node_modules/undici-types": {
6399 "version": "6.21.0",
6400 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
6401 "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
6402 "dev": true,
6403 "license": "MIT"
6404 },
6405 "node_modules/unrs-resolver": {
6406 "version": "1.11.1",
6407 "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz",
6408 "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==",
6409 "dev": true,
6410 "hasInstallScript": true,
6411 "license": "MIT",
6412 "dependencies": {
6413 "napi-postinstall": "^0.3.0"
6414 },
6415 "funding": {
6416 "url": "https://opencollective.com/unrs-resolver"
6417 },
6418 "optionalDependencies": {
6419 "@unrs/resolver-binding-android-arm-eabi": "1.11.1",
6420 "@unrs/resolver-binding-android-arm64": "1.11.1",
6421 "@unrs/resolver-binding-darwin-arm64": "1.11.1",
6422 "@unrs/resolver-binding-darwin-x64": "1.11.1",
6423 "@unrs/resolver-binding-freebsd-x64": "1.11.1",
6424 "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1",
6425 "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1",
6426 "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1",
6427 "@unrs/resolver-binding-linux-arm64-musl": "1.11.1",
6428 "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1",
6429 "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1",
6430 "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1",
6431 "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1",
6432 "@unrs/resolver-binding-linux-x64-gnu": "1.11.1",
6433 "@unrs/resolver-binding-linux-x64-musl": "1.11.1",
6434 "@unrs/resolver-binding-wasm32-wasi": "1.11.1",
6435 "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1",
6436 "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1",
6437 "@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
6438 }
6439 },
6440 "node_modules/update-browserslist-db": {
6441 "version": "1.1.4",
6442 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
6443 "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
6444 "dev": true,
6445 "funding": [
6446 {
6447 "type": "opencollective",
6448 "url": "https://opencollective.com/browserslist"
6449 },
6450 {
6451 "type": "tidelift",
6452 "url": "https://tidelift.com/funding/github/npm/browserslist"
6453 },
6454 {
6455 "type": "github",
6456 "url": "https://github.com/sponsors/ai"
6457 }
6458 ],
6459 "license": "MIT",
6460 "dependencies": {
6461 "escalade": "^3.2.0",
6462 "picocolors": "^1.1.1"
6463 },
6464 "bin": {
6465 "update-browserslist-db": "cli.js"
6466 },
6467 "peerDependencies": {
6468 "browserslist": ">= 4.21.0"
6469 }
6470 },
6471 "node_modules/uri-js": {
6472 "version": "4.4.1",
6473 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
6474 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
6475 "dev": true,
6476 "license": "BSD-2-Clause",
6477 "dependencies": {
6478 "punycode": "^2.1.0"
6479 }
6480 },
6481 "node_modules/which": {
6482 "version": "2.0.2",
6483 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
6484 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
6485 "dev": true,
6486 "license": "ISC",
6487 "dependencies": {
6488 "isexe": "^2.0.0"
6489 },
6490 "bin": {
6491 "node-which": "bin/node-which"
6492 },
6493 "engines": {
6494 "node": ">= 8"
6495 }
6496 },
6497 "node_modules/which-boxed-primitive": {
6498 "version": "1.1.1",
6499 "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
6500 "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
6501 "dev": true,
6502 "license": "MIT",
6503 "dependencies": {
6504 "is-bigint": "^1.1.0",
6505 "is-boolean-object": "^1.2.1",
6506 "is-number-object": "^1.1.1",
6507 "is-string": "^1.1.1",
6508 "is-symbol": "^1.1.1"
6509 },
6510 "engines": {
6511 "node": ">= 0.4"
6512 },
6513 "funding": {
6514 "url": "https://github.com/sponsors/ljharb"
6515 }
6516 },
6517 "node_modules/which-builtin-type": {
6518 "version": "1.2.1",
6519 "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
6520 "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
6521 "dev": true,
6522 "license": "MIT",
6523 "dependencies": {
6524 "call-bound": "^1.0.2",
6525 "function.prototype.name": "^1.1.6",
6526 "has-tostringtag": "^1.0.2",
6527 "is-async-function": "^2.0.0",
6528 "is-date-object": "^1.1.0",
6529 "is-finalizationregistry": "^1.1.0",
6530 "is-generator-function": "^1.0.10",
6531 "is-regex": "^1.2.1",
6532 "is-weakref": "^1.0.2",
6533 "isarray": "^2.0.5",
6534 "which-boxed-primitive": "^1.1.0",
6535 "which-collection": "^1.0.2",
6536 "which-typed-array": "^1.1.16"
6537 },
6538 "engines": {
6539 "node": ">= 0.4"
6540 },
6541 "funding": {
6542 "url": "https://github.com/sponsors/ljharb"
6543 }
6544 },
6545 "node_modules/which-collection": {
6546 "version": "1.0.2",
6547 "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
6548 "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
6549 "dev": true,
6550 "license": "MIT",
6551 "dependencies": {
6552 "is-map": "^2.0.3",
6553 "is-set": "^2.0.3",
6554 "is-weakmap": "^2.0.2",
6555 "is-weakset": "^2.0.3"
6556 },
6557 "engines": {
6558 "node": ">= 0.4"
6559 },
6560 "funding": {
6561 "url": "https://github.com/sponsors/ljharb"
6562 }
6563 },
6564 "node_modules/which-typed-array": {
6565 "version": "1.1.19",
6566 "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
6567 "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
6568 "dev": true,
6569 "license": "MIT",
6570 "dependencies": {
6571 "available-typed-arrays": "^1.0.7",
6572 "call-bind": "^1.0.8",
6573 "call-bound": "^1.0.4",
6574 "for-each": "^0.3.5",
6575 "get-proto": "^1.0.1",
6576 "gopd": "^1.2.0",
6577 "has-tostringtag": "^1.0.2"
6578 },
6579 "engines": {
6580 "node": ">= 0.4"
6581 },
6582 "funding": {
6583 "url": "https://github.com/sponsors/ljharb"
6584 }
6585 },
6586 "node_modules/word-wrap": {
6587 "version": "1.2.5",
6588 "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
6589 "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
6590 "dev": true,
6591 "license": "MIT",
6592 "engines": {
6593 "node": ">=0.10.0"
6594 }
6595 },
6596 "node_modules/yallist": {
6597 "version": "3.1.1",
6598 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
6599 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
6600 "dev": true,
6601 "license": "ISC"
6602 },
6603 "node_modules/yocto-queue": {
6604 "version": "0.1.0",
6605 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
6606 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
6607 "dev": true,
6608 "license": "MIT",
6609 "engines": {
6610 "node": ">=10"
6611 },
6612 "funding": {
6613 "url": "https://github.com/sponsors/sindresorhus"
6614 }
6615 },
6616 "node_modules/zod": {
6617 "version": "4.1.12",
6618 "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz",
6619 "integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==",
6620 "dev": true,
6621 "license": "MIT",
6622 "funding": {
6623 "url": "https://github.com/sponsors/colinhacks"
6624 }
6625 },
6626 "node_modules/zod-validation-error": {
6627 "version": "4.0.2",
6628 "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
6629 "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
6630 "dev": true,
6631 "license": "MIT",
6632 "engines": {
6633 "node": ">=18.0.0"
6634 },
6635 "peerDependencies": {
6636 "zod": "^3.25.0 || ^4.0.0"
6637 }
6638 }
6639 }
6640}