source: frontend/package-lock.json

Last change on this file was b8093a0, checked in by imbrsk <boris696boris@…>, 3 days ago

Merge iknow-remaster into frontend/

Bring the Next.js frontend into this repository as a monorepo subdirectory,
preserving its full commit history via a subtree merge.

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