an appview-less Bluesky client using Constellation and PDS Queries
reddwarf.app
frontend
spa
bluesky
reddwarf
microcosm
1{
2 "name": "red-dwarf-tanstack",
3 "lockfileVersion": 3,
4 "requires": true,
5 "packages": {
6 "": {
7 "name": "red-dwarf-tanstack",
8 "dependencies": {
9 "@atproto/api": "^0.16.6",
10 "@atproto/oauth-client-browser": "^0.3.33",
11 "@tailwindcss/vite": "^4.0.6",
12 "@tanstack/query-sync-storage-persister": "^5.85.6",
13 "@tanstack/react-devtools": "^0.2.2",
14 "@tanstack/react-query": "^5.85.6",
15 "@tanstack/react-query-persist-client": "^5.85.6",
16 "@tanstack/react-router": "^1.130.2",
17 "@tanstack/react-router-devtools": "^1.131.5",
18 "@tanstack/router-plugin": "^1.121.2",
19 "idb-keyval": "^6.2.2",
20 "jotai": "^2.13.1",
21 "react": "^19.0.0",
22 "react-dom": "^19.0.0",
23 "react-player": "^3.3.2",
24 "tailwindcss": "^4.0.6"
25 },
26 "devDependencies": {
27 "@eslint-react/eslint-plugin": "^2.2.1",
28 "@testing-library/dom": "^10.4.0",
29 "@testing-library/react": "^16.2.0",
30 "@types/node": "^24.3.0",
31 "@types/react": "^19.0.8",
32 "@types/react-dom": "^19.0.3",
33 "@typescript-eslint/eslint-plugin": "^8.46.1",
34 "@typescript-eslint/parser": "^8.46.1",
35 "@vitejs/plugin-react": "^4.3.4",
36 "babel-plugin-react-compiler": "^1.0.0",
37 "eslint-plugin-react": "^7.37.5",
38 "eslint-plugin-react-hooks": "^7.0.0",
39 "eslint-plugin-simple-import-sort": "^12.1.1",
40 "eslint-plugin-unused-imports": "^4.2.0",
41 "jsdom": "^26.0.0",
42 "prettier": "^3.6.2",
43 "typescript": "^5.7.2",
44 "typescript-eslint": "^8.46.1",
45 "vite": "^6.3.5",
46 "vitest": "^3.0.5",
47 "web-vitals": "^4.2.4"
48 }
49 },
50 "node_modules/@ampproject/remapping": {
51 "version": "2.3.0",
52 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
53 "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
54 "license": "Apache-2.0",
55 "dependencies": {
56 "@jridgewell/gen-mapping": "^0.3.5",
57 "@jridgewell/trace-mapping": "^0.3.24"
58 },
59 "engines": {
60 "node": ">=6.0.0"
61 }
62 },
63 "node_modules/@asamuzakjp/css-color": {
64 "version": "3.2.0",
65 "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz",
66 "integrity": "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==",
67 "dev": true,
68 "license": "MIT",
69 "dependencies": {
70 "@csstools/css-calc": "^2.1.3",
71 "@csstools/css-color-parser": "^3.0.9",
72 "@csstools/css-parser-algorithms": "^3.0.4",
73 "@csstools/css-tokenizer": "^3.0.3",
74 "lru-cache": "^10.4.3"
75 }
76 },
77 "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
78 "version": "10.4.3",
79 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
80 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
81 "dev": true,
82 "license": "ISC"
83 },
84 "node_modules/@atproto-labs/did-resolver": {
85 "version": "0.2.2",
86 "resolved": "https://registry.npmjs.org/@atproto-labs/did-resolver/-/did-resolver-0.2.2.tgz",
87 "integrity": "sha512-ca2B7xR43tVoQ8XxBvha58DXwIH8cIyKQl6lpOKGkPUrJuFoO4iCLlDiSDi2Ueh+yE1rMDPP/qveHdajgDX3WQ==",
88 "license": "MIT",
89 "dependencies": {
90 "@atproto-labs/fetch": "0.2.3",
91 "@atproto-labs/pipe": "0.1.1",
92 "@atproto-labs/simple-store": "0.3.0",
93 "@atproto-labs/simple-store-memory": "0.1.4",
94 "@atproto/did": "0.2.1",
95 "zod": "^3.23.8"
96 }
97 },
98 "node_modules/@atproto-labs/fetch": {
99 "version": "0.2.3",
100 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch/-/fetch-0.2.3.tgz",
101 "integrity": "sha512-NZtbJOCbxKUFRFKMpamT38PUQMY0hX0p7TG5AEYOPhZKZEP7dHZ1K2s1aB8MdVH0qxmqX7nQleNrrvLf09Zfdw==",
102 "license": "MIT",
103 "dependencies": {
104 "@atproto-labs/pipe": "0.1.1"
105 }
106 },
107 "node_modules/@atproto-labs/handle-resolver": {
108 "version": "0.3.2",
109 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver/-/handle-resolver-0.3.2.tgz",
110 "integrity": "sha512-KIerCzh3qb+zZoqWbIvTlvBY0XPq0r56kwViaJY/LTe/3oPO2JaqlYKS/F4dByWBhHK6YoUOJ0sWrh6PMJl40A==",
111 "license": "MIT",
112 "dependencies": {
113 "@atproto-labs/simple-store": "0.3.0",
114 "@atproto-labs/simple-store-memory": "0.1.4",
115 "@atproto/did": "0.2.1",
116 "zod": "^3.23.8"
117 }
118 },
119 "node_modules/@atproto-labs/identity-resolver": {
120 "version": "0.3.2",
121 "resolved": "https://registry.npmjs.org/@atproto-labs/identity-resolver/-/identity-resolver-0.3.2.tgz",
122 "integrity": "sha512-MYxO9pe0WsFyi5HFdKAwqIqHfiF2kBPoVhAIuH/4PYHzGr799ED47xLhNMxR3ZUYrJm5+TQzWXypGZ0Btw1Ffw==",
123 "license": "MIT",
124 "dependencies": {
125 "@atproto-labs/did-resolver": "0.2.2",
126 "@atproto-labs/handle-resolver": "0.3.2"
127 }
128 },
129 "node_modules/@atproto-labs/pipe": {
130 "version": "0.1.1",
131 "resolved": "https://registry.npmjs.org/@atproto-labs/pipe/-/pipe-0.1.1.tgz",
132 "integrity": "sha512-hdNw2oUs2B6BN1lp+32pF7cp8EMKuIN5Qok2Vvv/aOpG/3tNSJ9YkvfI0k6Zd188LeDDYRUpYpxcoFIcGH/FNg==",
133 "license": "MIT"
134 },
135 "node_modules/@atproto-labs/simple-store": {
136 "version": "0.3.0",
137 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store/-/simple-store-0.3.0.tgz",
138 "integrity": "sha512-nOb6ONKBRJHRlukW1sVawUkBqReLlLx6hT35VS3imaNPwiXDxLnTK7lxw3Lrl9k5yugSBDQAkZAq3MPTEFSUBQ==",
139 "license": "MIT"
140 },
141 "node_modules/@atproto-labs/simple-store-memory": {
142 "version": "0.1.4",
143 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store-memory/-/simple-store-memory-0.1.4.tgz",
144 "integrity": "sha512-3mKY4dP8I7yKPFj9VKpYyCRzGJOi5CEpOLPlRhoJyLmgs3J4RzDrjn323Oakjz2Aj2JzRU/AIvWRAZVhpYNJHw==",
145 "license": "MIT",
146 "dependencies": {
147 "@atproto-labs/simple-store": "0.3.0",
148 "lru-cache": "^10.2.0"
149 }
150 },
151 "node_modules/@atproto-labs/simple-store-memory/node_modules/lru-cache": {
152 "version": "10.4.3",
153 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
154 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
155 "license": "ISC"
156 },
157 "node_modules/@atproto/api": {
158 "version": "0.16.6",
159 "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.16.6.tgz",
160 "integrity": "sha512-/ZDWeHNAMmQFicyITAoGCxQujDU+wyzsWjpPnQfVa+ZKMfZEngipMFOr4fBwxHixEFLmuh58+5vJyylAFVrQ4g==",
161 "license": "MIT",
162 "dependencies": {
163 "@atproto/common-web": "^0.4.2",
164 "@atproto/lexicon": "^0.5.0",
165 "@atproto/syntax": "^0.4.1",
166 "@atproto/xrpc": "^0.7.4",
167 "await-lock": "^2.2.2",
168 "multiformats": "^9.9.0",
169 "tlds": "^1.234.0",
170 "zod": "^3.23.8"
171 }
172 },
173 "node_modules/@atproto/common-web": {
174 "version": "0.4.3",
175 "resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.4.3.tgz",
176 "integrity": "sha512-nRDINmSe4VycJzPo6fP/hEltBcULFxt9Kw7fQk6405FyAWZiTluYHlXOnU7GkQfeUK44OENG1qFTBcmCJ7e8pg==",
177 "license": "MIT",
178 "dependencies": {
179 "graphemer": "^1.4.0",
180 "multiformats": "^9.9.0",
181 "uint8arrays": "3.0.0",
182 "zod": "^3.23.8"
183 }
184 },
185 "node_modules/@atproto/did": {
186 "version": "0.2.1",
187 "resolved": "https://registry.npmjs.org/@atproto/did/-/did-0.2.1.tgz",
188 "integrity": "sha512-1i5BTU2GnBaaeYWhxUOnuEKFVq9euT5+dQPFabHpa927BlJ54PmLGyBBaOI7/NbLmN5HWwBa18SBkMpg3jGZRA==",
189 "license": "MIT",
190 "dependencies": {
191 "zod": "^3.23.8"
192 }
193 },
194 "node_modules/@atproto/jwk": {
195 "version": "0.6.0",
196 "resolved": "https://registry.npmjs.org/@atproto/jwk/-/jwk-0.6.0.tgz",
197 "integrity": "sha512-bDoJPvt7TrQVi/rBfBrSSpGykhtIriKxeYCYQTiPRKFfyRhbgpElF0wPXADjIswnbzZdOwbY63az4E/CFVT3Tw==",
198 "license": "MIT",
199 "dependencies": {
200 "multiformats": "^9.9.0",
201 "zod": "^3.23.8"
202 }
203 },
204 "node_modules/@atproto/jwk-jose": {
205 "version": "0.1.11",
206 "resolved": "https://registry.npmjs.org/@atproto/jwk-jose/-/jwk-jose-0.1.11.tgz",
207 "integrity": "sha512-i4Fnr2sTBYmMmHXl7NJh8GrCH+tDQEVWrcDMDnV5DjJfkgT17wIqvojIw9SNbSL4Uf0OtfEv6AgG0A+mgh8b5Q==",
208 "license": "MIT",
209 "dependencies": {
210 "@atproto/jwk": "0.6.0",
211 "jose": "^5.2.0"
212 }
213 },
214 "node_modules/@atproto/jwk-webcrypto": {
215 "version": "0.2.0",
216 "resolved": "https://registry.npmjs.org/@atproto/jwk-webcrypto/-/jwk-webcrypto-0.2.0.tgz",
217 "integrity": "sha512-UmgRrrEAkWvxwhlwe30UmDOdTEFidlIzBC7C3cCbeJMcBN1x8B3KH+crXrsTqfWQBG58mXgt8wgSK3Kxs2LhFg==",
218 "license": "MIT",
219 "dependencies": {
220 "@atproto/jwk": "0.6.0",
221 "@atproto/jwk-jose": "0.1.11",
222 "zod": "^3.23.8"
223 }
224 },
225 "node_modules/@atproto/lexicon": {
226 "version": "0.5.1",
227 "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.5.1.tgz",
228 "integrity": "sha512-y8AEtYmfgVl4fqFxqXAeGvhesiGkxiy3CWoJIfsFDDdTlZUC8DFnZrYhcqkIop3OlCkkljvpSJi1hbeC1tbi8A==",
229 "license": "MIT",
230 "dependencies": {
231 "@atproto/common-web": "^0.4.3",
232 "@atproto/syntax": "^0.4.1",
233 "iso-datestring-validator": "^2.2.2",
234 "multiformats": "^9.9.0",
235 "zod": "^3.23.8"
236 }
237 },
238 "node_modules/@atproto/oauth-client": {
239 "version": "0.5.7",
240 "resolved": "https://registry.npmjs.org/@atproto/oauth-client/-/oauth-client-0.5.7.tgz",
241 "integrity": "sha512-pDvbvy9DCxrAJv7bAbBUzWrHZKhFy091HvEMZhr+EyZA6gSCGYmmQJG/coDj0oICSVQeafAZd+IxR0YUCWwmEg==",
242 "license": "MIT",
243 "dependencies": {
244 "@atproto-labs/did-resolver": "0.2.2",
245 "@atproto-labs/fetch": "0.2.3",
246 "@atproto-labs/handle-resolver": "0.3.2",
247 "@atproto-labs/identity-resolver": "0.3.2",
248 "@atproto-labs/simple-store": "0.3.0",
249 "@atproto-labs/simple-store-memory": "0.1.4",
250 "@atproto/did": "0.2.1",
251 "@atproto/jwk": "0.6.0",
252 "@atproto/oauth-types": "0.4.2",
253 "@atproto/xrpc": "0.7.5",
254 "core-js": "^3",
255 "multiformats": "^9.9.0",
256 "zod": "^3.23.8"
257 }
258 },
259 "node_modules/@atproto/oauth-client-browser": {
260 "version": "0.3.33",
261 "resolved": "https://registry.npmjs.org/@atproto/oauth-client-browser/-/oauth-client-browser-0.3.33.tgz",
262 "integrity": "sha512-IvHn/5W3e9GXFUGXQ4MV19E4HXY4zJFgu+eZRWexIXnZl4GwgTH7op8J1SosczdOK1Ngu+LnHE6npcNhUGGd6Q==",
263 "license": "MIT",
264 "dependencies": {
265 "@atproto-labs/did-resolver": "0.2.2",
266 "@atproto-labs/handle-resolver": "0.3.2",
267 "@atproto-labs/simple-store": "0.3.0",
268 "@atproto/did": "0.2.1",
269 "@atproto/jwk": "0.6.0",
270 "@atproto/jwk-webcrypto": "0.2.0",
271 "@atproto/oauth-client": "0.5.7",
272 "@atproto/oauth-types": "0.4.2",
273 "core-js": "^3"
274 }
275 },
276 "node_modules/@atproto/oauth-types": {
277 "version": "0.4.2",
278 "resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.4.2.tgz",
279 "integrity": "sha512-gcfNTyFsPJcYDf79M0iKHykWqzxloscioKoerdIN3MTS3htiNOSgZjm2p8ho7pdrElLzea3qktuhTQI39j1XFQ==",
280 "license": "MIT",
281 "dependencies": {
282 "@atproto/did": "0.2.1",
283 "@atproto/jwk": "0.6.0",
284 "zod": "^3.23.8"
285 }
286 },
287 "node_modules/@atproto/syntax": {
288 "version": "0.4.1",
289 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.1.tgz",
290 "integrity": "sha512-CJdImtLAiFO+0z3BWTtxwk6aY5w4t8orHTMVJgkf++QRJWTxPbIFko/0hrkADB7n2EruDxDSeAgfUGehpH6ngw==",
291 "license": "MIT"
292 },
293 "node_modules/@atproto/xrpc": {
294 "version": "0.7.5",
295 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.7.5.tgz",
296 "integrity": "sha512-MUYNn5d2hv8yVegRL0ccHvTHAVj5JSnW07bkbiaz96UH45lvYNRVwt44z+yYVnb0/mvBzyD3/ZQ55TRGt7fHkA==",
297 "license": "MIT",
298 "dependencies": {
299 "@atproto/lexicon": "^0.5.1",
300 "zod": "^3.23.8"
301 }
302 },
303 "node_modules/@babel/code-frame": {
304 "version": "7.27.1",
305 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
306 "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
307 "license": "MIT",
308 "dependencies": {
309 "@babel/helper-validator-identifier": "^7.27.1",
310 "js-tokens": "^4.0.0",
311 "picocolors": "^1.1.1"
312 },
313 "engines": {
314 "node": ">=6.9.0"
315 }
316 },
317 "node_modules/@babel/compat-data": {
318 "version": "7.28.0",
319 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz",
320 "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==",
321 "license": "MIT",
322 "engines": {
323 "node": ">=6.9.0"
324 }
325 },
326 "node_modules/@babel/core": {
327 "version": "7.28.3",
328 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz",
329 "integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==",
330 "license": "MIT",
331 "dependencies": {
332 "@ampproject/remapping": "^2.2.0",
333 "@babel/code-frame": "^7.27.1",
334 "@babel/generator": "^7.28.3",
335 "@babel/helper-compilation-targets": "^7.27.2",
336 "@babel/helper-module-transforms": "^7.28.3",
337 "@babel/helpers": "^7.28.3",
338 "@babel/parser": "^7.28.3",
339 "@babel/template": "^7.27.2",
340 "@babel/traverse": "^7.28.3",
341 "@babel/types": "^7.28.2",
342 "convert-source-map": "^2.0.0",
343 "debug": "^4.1.0",
344 "gensync": "^1.0.0-beta.2",
345 "json5": "^2.2.3",
346 "semver": "^6.3.1"
347 },
348 "engines": {
349 "node": ">=6.9.0"
350 },
351 "funding": {
352 "type": "opencollective",
353 "url": "https://opencollective.com/babel"
354 }
355 },
356 "node_modules/@babel/generator": {
357 "version": "7.28.3",
358 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz",
359 "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==",
360 "license": "MIT",
361 "dependencies": {
362 "@babel/parser": "^7.28.3",
363 "@babel/types": "^7.28.2",
364 "@jridgewell/gen-mapping": "^0.3.12",
365 "@jridgewell/trace-mapping": "^0.3.28",
366 "jsesc": "^3.0.2"
367 },
368 "engines": {
369 "node": ">=6.9.0"
370 }
371 },
372 "node_modules/@babel/helper-annotate-as-pure": {
373 "version": "7.27.3",
374 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
375 "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
376 "license": "MIT",
377 "dependencies": {
378 "@babel/types": "^7.27.3"
379 },
380 "engines": {
381 "node": ">=6.9.0"
382 }
383 },
384 "node_modules/@babel/helper-compilation-targets": {
385 "version": "7.27.2",
386 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
387 "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
388 "license": "MIT",
389 "dependencies": {
390 "@babel/compat-data": "^7.27.2",
391 "@babel/helper-validator-option": "^7.27.1",
392 "browserslist": "^4.24.0",
393 "lru-cache": "^5.1.1",
394 "semver": "^6.3.1"
395 },
396 "engines": {
397 "node": ">=6.9.0"
398 }
399 },
400 "node_modules/@babel/helper-create-class-features-plugin": {
401 "version": "7.28.3",
402 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz",
403 "integrity": "sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==",
404 "license": "MIT",
405 "dependencies": {
406 "@babel/helper-annotate-as-pure": "^7.27.3",
407 "@babel/helper-member-expression-to-functions": "^7.27.1",
408 "@babel/helper-optimise-call-expression": "^7.27.1",
409 "@babel/helper-replace-supers": "^7.27.1",
410 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
411 "@babel/traverse": "^7.28.3",
412 "semver": "^6.3.1"
413 },
414 "engines": {
415 "node": ">=6.9.0"
416 },
417 "peerDependencies": {
418 "@babel/core": "^7.0.0"
419 }
420 },
421 "node_modules/@babel/helper-globals": {
422 "version": "7.28.0",
423 "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
424 "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
425 "license": "MIT",
426 "engines": {
427 "node": ">=6.9.0"
428 }
429 },
430 "node_modules/@babel/helper-member-expression-to-functions": {
431 "version": "7.27.1",
432 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
433 "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
434 "license": "MIT",
435 "dependencies": {
436 "@babel/traverse": "^7.27.1",
437 "@babel/types": "^7.27.1"
438 },
439 "engines": {
440 "node": ">=6.9.0"
441 }
442 },
443 "node_modules/@babel/helper-module-imports": {
444 "version": "7.27.1",
445 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
446 "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
447 "license": "MIT",
448 "dependencies": {
449 "@babel/traverse": "^7.27.1",
450 "@babel/types": "^7.27.1"
451 },
452 "engines": {
453 "node": ">=6.9.0"
454 }
455 },
456 "node_modules/@babel/helper-module-transforms": {
457 "version": "7.28.3",
458 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
459 "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
460 "license": "MIT",
461 "dependencies": {
462 "@babel/helper-module-imports": "^7.27.1",
463 "@babel/helper-validator-identifier": "^7.27.1",
464 "@babel/traverse": "^7.28.3"
465 },
466 "engines": {
467 "node": ">=6.9.0"
468 },
469 "peerDependencies": {
470 "@babel/core": "^7.0.0"
471 }
472 },
473 "node_modules/@babel/helper-optimise-call-expression": {
474 "version": "7.27.1",
475 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
476 "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
477 "license": "MIT",
478 "dependencies": {
479 "@babel/types": "^7.27.1"
480 },
481 "engines": {
482 "node": ">=6.9.0"
483 }
484 },
485 "node_modules/@babel/helper-plugin-utils": {
486 "version": "7.27.1",
487 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
488 "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
489 "license": "MIT",
490 "engines": {
491 "node": ">=6.9.0"
492 }
493 },
494 "node_modules/@babel/helper-replace-supers": {
495 "version": "7.27.1",
496 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
497 "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
498 "license": "MIT",
499 "dependencies": {
500 "@babel/helper-member-expression-to-functions": "^7.27.1",
501 "@babel/helper-optimise-call-expression": "^7.27.1",
502 "@babel/traverse": "^7.27.1"
503 },
504 "engines": {
505 "node": ">=6.9.0"
506 },
507 "peerDependencies": {
508 "@babel/core": "^7.0.0"
509 }
510 },
511 "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
512 "version": "7.27.1",
513 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
514 "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
515 "license": "MIT",
516 "dependencies": {
517 "@babel/traverse": "^7.27.1",
518 "@babel/types": "^7.27.1"
519 },
520 "engines": {
521 "node": ">=6.9.0"
522 }
523 },
524 "node_modules/@babel/helper-string-parser": {
525 "version": "7.27.1",
526 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
527 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
528 "license": "MIT",
529 "engines": {
530 "node": ">=6.9.0"
531 }
532 },
533 "node_modules/@babel/helper-validator-identifier": {
534 "version": "7.27.1",
535 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
536 "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
537 "license": "MIT",
538 "engines": {
539 "node": ">=6.9.0"
540 }
541 },
542 "node_modules/@babel/helper-validator-option": {
543 "version": "7.27.1",
544 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
545 "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
546 "license": "MIT",
547 "engines": {
548 "node": ">=6.9.0"
549 }
550 },
551 "node_modules/@babel/helpers": {
552 "version": "7.28.3",
553 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.3.tgz",
554 "integrity": "sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==",
555 "license": "MIT",
556 "dependencies": {
557 "@babel/template": "^7.27.2",
558 "@babel/types": "^7.28.2"
559 },
560 "engines": {
561 "node": ">=6.9.0"
562 }
563 },
564 "node_modules/@babel/parser": {
565 "version": "7.28.3",
566 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
567 "integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
568 "license": "MIT",
569 "dependencies": {
570 "@babel/types": "^7.28.2"
571 },
572 "bin": {
573 "parser": "bin/babel-parser.js"
574 },
575 "engines": {
576 "node": ">=6.0.0"
577 }
578 },
579 "node_modules/@babel/plugin-syntax-jsx": {
580 "version": "7.27.1",
581 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
582 "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
583 "license": "MIT",
584 "dependencies": {
585 "@babel/helper-plugin-utils": "^7.27.1"
586 },
587 "engines": {
588 "node": ">=6.9.0"
589 },
590 "peerDependencies": {
591 "@babel/core": "^7.0.0-0"
592 }
593 },
594 "node_modules/@babel/plugin-syntax-typescript": {
595 "version": "7.27.1",
596 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
597 "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
598 "license": "MIT",
599 "dependencies": {
600 "@babel/helper-plugin-utils": "^7.27.1"
601 },
602 "engines": {
603 "node": ">=6.9.0"
604 },
605 "peerDependencies": {
606 "@babel/core": "^7.0.0-0"
607 }
608 },
609 "node_modules/@babel/plugin-transform-modules-commonjs": {
610 "version": "7.27.1",
611 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
612 "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
613 "license": "MIT",
614 "dependencies": {
615 "@babel/helper-module-transforms": "^7.27.1",
616 "@babel/helper-plugin-utils": "^7.27.1"
617 },
618 "engines": {
619 "node": ">=6.9.0"
620 },
621 "peerDependencies": {
622 "@babel/core": "^7.0.0-0"
623 }
624 },
625 "node_modules/@babel/plugin-transform-react-jsx-self": {
626 "version": "7.27.1",
627 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
628 "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
629 "dev": true,
630 "license": "MIT",
631 "dependencies": {
632 "@babel/helper-plugin-utils": "^7.27.1"
633 },
634 "engines": {
635 "node": ">=6.9.0"
636 },
637 "peerDependencies": {
638 "@babel/core": "^7.0.0-0"
639 }
640 },
641 "node_modules/@babel/plugin-transform-react-jsx-source": {
642 "version": "7.27.1",
643 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
644 "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
645 "dev": true,
646 "license": "MIT",
647 "dependencies": {
648 "@babel/helper-plugin-utils": "^7.27.1"
649 },
650 "engines": {
651 "node": ">=6.9.0"
652 },
653 "peerDependencies": {
654 "@babel/core": "^7.0.0-0"
655 }
656 },
657 "node_modules/@babel/plugin-transform-typescript": {
658 "version": "7.28.0",
659 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
660 "integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
661 "license": "MIT",
662 "dependencies": {
663 "@babel/helper-annotate-as-pure": "^7.27.3",
664 "@babel/helper-create-class-features-plugin": "^7.27.1",
665 "@babel/helper-plugin-utils": "^7.27.1",
666 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
667 "@babel/plugin-syntax-typescript": "^7.27.1"
668 },
669 "engines": {
670 "node": ">=6.9.0"
671 },
672 "peerDependencies": {
673 "@babel/core": "^7.0.0-0"
674 }
675 },
676 "node_modules/@babel/preset-typescript": {
677 "version": "7.27.1",
678 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
679 "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
680 "license": "MIT",
681 "dependencies": {
682 "@babel/helper-plugin-utils": "^7.27.1",
683 "@babel/helper-validator-option": "^7.27.1",
684 "@babel/plugin-syntax-jsx": "^7.27.1",
685 "@babel/plugin-transform-modules-commonjs": "^7.27.1",
686 "@babel/plugin-transform-typescript": "^7.27.1"
687 },
688 "engines": {
689 "node": ">=6.9.0"
690 },
691 "peerDependencies": {
692 "@babel/core": "^7.0.0-0"
693 }
694 },
695 "node_modules/@babel/runtime": {
696 "version": "7.28.3",
697 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.3.tgz",
698 "integrity": "sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==",
699 "dev": true,
700 "license": "MIT",
701 "engines": {
702 "node": ">=6.9.0"
703 }
704 },
705 "node_modules/@babel/template": {
706 "version": "7.27.2",
707 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
708 "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
709 "license": "MIT",
710 "dependencies": {
711 "@babel/code-frame": "^7.27.1",
712 "@babel/parser": "^7.27.2",
713 "@babel/types": "^7.27.1"
714 },
715 "engines": {
716 "node": ">=6.9.0"
717 }
718 },
719 "node_modules/@babel/traverse": {
720 "version": "7.28.3",
721 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.3.tgz",
722 "integrity": "sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==",
723 "license": "MIT",
724 "dependencies": {
725 "@babel/code-frame": "^7.27.1",
726 "@babel/generator": "^7.28.3",
727 "@babel/helper-globals": "^7.28.0",
728 "@babel/parser": "^7.28.3",
729 "@babel/template": "^7.27.2",
730 "@babel/types": "^7.28.2",
731 "debug": "^4.3.1"
732 },
733 "engines": {
734 "node": ">=6.9.0"
735 }
736 },
737 "node_modules/@babel/types": {
738 "version": "7.28.2",
739 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
740 "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
741 "license": "MIT",
742 "dependencies": {
743 "@babel/helper-string-parser": "^7.27.1",
744 "@babel/helper-validator-identifier": "^7.27.1"
745 },
746 "engines": {
747 "node": ">=6.9.0"
748 }
749 },
750 "node_modules/@csstools/color-helpers": {
751 "version": "5.1.0",
752 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
753 "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
754 "dev": true,
755 "funding": [
756 {
757 "type": "github",
758 "url": "https://github.com/sponsors/csstools"
759 },
760 {
761 "type": "opencollective",
762 "url": "https://opencollective.com/csstools"
763 }
764 ],
765 "license": "MIT-0",
766 "engines": {
767 "node": ">=18"
768 }
769 },
770 "node_modules/@csstools/css-calc": {
771 "version": "2.1.4",
772 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz",
773 "integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==",
774 "dev": true,
775 "funding": [
776 {
777 "type": "github",
778 "url": "https://github.com/sponsors/csstools"
779 },
780 {
781 "type": "opencollective",
782 "url": "https://opencollective.com/csstools"
783 }
784 ],
785 "license": "MIT",
786 "engines": {
787 "node": ">=18"
788 },
789 "peerDependencies": {
790 "@csstools/css-parser-algorithms": "^3.0.5",
791 "@csstools/css-tokenizer": "^3.0.4"
792 }
793 },
794 "node_modules/@csstools/css-color-parser": {
795 "version": "3.1.0",
796 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz",
797 "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==",
798 "dev": true,
799 "funding": [
800 {
801 "type": "github",
802 "url": "https://github.com/sponsors/csstools"
803 },
804 {
805 "type": "opencollective",
806 "url": "https://opencollective.com/csstools"
807 }
808 ],
809 "license": "MIT",
810 "dependencies": {
811 "@csstools/color-helpers": "^5.1.0",
812 "@csstools/css-calc": "^2.1.4"
813 },
814 "engines": {
815 "node": ">=18"
816 },
817 "peerDependencies": {
818 "@csstools/css-parser-algorithms": "^3.0.5",
819 "@csstools/css-tokenizer": "^3.0.4"
820 }
821 },
822 "node_modules/@csstools/css-parser-algorithms": {
823 "version": "3.0.5",
824 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
825 "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
826 "dev": true,
827 "funding": [
828 {
829 "type": "github",
830 "url": "https://github.com/sponsors/csstools"
831 },
832 {
833 "type": "opencollective",
834 "url": "https://opencollective.com/csstools"
835 }
836 ],
837 "license": "MIT",
838 "engines": {
839 "node": ">=18"
840 },
841 "peerDependencies": {
842 "@csstools/css-tokenizer": "^3.0.4"
843 }
844 },
845 "node_modules/@csstools/css-tokenizer": {
846 "version": "3.0.4",
847 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
848 "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
849 "dev": true,
850 "funding": [
851 {
852 "type": "github",
853 "url": "https://github.com/sponsors/csstools"
854 },
855 {
856 "type": "opencollective",
857 "url": "https://opencollective.com/csstools"
858 }
859 ],
860 "license": "MIT",
861 "engines": {
862 "node": ">=18"
863 }
864 },
865 "node_modules/@esbuild/aix-ppc64": {
866 "version": "0.25.9",
867 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.9.tgz",
868 "integrity": "sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==",
869 "cpu": [
870 "ppc64"
871 ],
872 "license": "MIT",
873 "optional": true,
874 "os": [
875 "aix"
876 ],
877 "engines": {
878 "node": ">=18"
879 }
880 },
881 "node_modules/@esbuild/android-arm": {
882 "version": "0.25.9",
883 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.9.tgz",
884 "integrity": "sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==",
885 "cpu": [
886 "arm"
887 ],
888 "license": "MIT",
889 "optional": true,
890 "os": [
891 "android"
892 ],
893 "engines": {
894 "node": ">=18"
895 }
896 },
897 "node_modules/@esbuild/android-arm64": {
898 "version": "0.25.9",
899 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.9.tgz",
900 "integrity": "sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==",
901 "cpu": [
902 "arm64"
903 ],
904 "license": "MIT",
905 "optional": true,
906 "os": [
907 "android"
908 ],
909 "engines": {
910 "node": ">=18"
911 }
912 },
913 "node_modules/@esbuild/android-x64": {
914 "version": "0.25.9",
915 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.9.tgz",
916 "integrity": "sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==",
917 "cpu": [
918 "x64"
919 ],
920 "license": "MIT",
921 "optional": true,
922 "os": [
923 "android"
924 ],
925 "engines": {
926 "node": ">=18"
927 }
928 },
929 "node_modules/@esbuild/darwin-arm64": {
930 "version": "0.25.9",
931 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.9.tgz",
932 "integrity": "sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==",
933 "cpu": [
934 "arm64"
935 ],
936 "license": "MIT",
937 "optional": true,
938 "os": [
939 "darwin"
940 ],
941 "engines": {
942 "node": ">=18"
943 }
944 },
945 "node_modules/@esbuild/darwin-x64": {
946 "version": "0.25.9",
947 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.9.tgz",
948 "integrity": "sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==",
949 "cpu": [
950 "x64"
951 ],
952 "license": "MIT",
953 "optional": true,
954 "os": [
955 "darwin"
956 ],
957 "engines": {
958 "node": ">=18"
959 }
960 },
961 "node_modules/@esbuild/freebsd-arm64": {
962 "version": "0.25.9",
963 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.9.tgz",
964 "integrity": "sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==",
965 "cpu": [
966 "arm64"
967 ],
968 "license": "MIT",
969 "optional": true,
970 "os": [
971 "freebsd"
972 ],
973 "engines": {
974 "node": ">=18"
975 }
976 },
977 "node_modules/@esbuild/freebsd-x64": {
978 "version": "0.25.9",
979 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.9.tgz",
980 "integrity": "sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==",
981 "cpu": [
982 "x64"
983 ],
984 "license": "MIT",
985 "optional": true,
986 "os": [
987 "freebsd"
988 ],
989 "engines": {
990 "node": ">=18"
991 }
992 },
993 "node_modules/@esbuild/linux-arm": {
994 "version": "0.25.9",
995 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.9.tgz",
996 "integrity": "sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==",
997 "cpu": [
998 "arm"
999 ],
1000 "license": "MIT",
1001 "optional": true,
1002 "os": [
1003 "linux"
1004 ],
1005 "engines": {
1006 "node": ">=18"
1007 }
1008 },
1009 "node_modules/@esbuild/linux-arm64": {
1010 "version": "0.25.9",
1011 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.9.tgz",
1012 "integrity": "sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==",
1013 "cpu": [
1014 "arm64"
1015 ],
1016 "license": "MIT",
1017 "optional": true,
1018 "os": [
1019 "linux"
1020 ],
1021 "engines": {
1022 "node": ">=18"
1023 }
1024 },
1025 "node_modules/@esbuild/linux-ia32": {
1026 "version": "0.25.9",
1027 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.9.tgz",
1028 "integrity": "sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==",
1029 "cpu": [
1030 "ia32"
1031 ],
1032 "license": "MIT",
1033 "optional": true,
1034 "os": [
1035 "linux"
1036 ],
1037 "engines": {
1038 "node": ">=18"
1039 }
1040 },
1041 "node_modules/@esbuild/linux-loong64": {
1042 "version": "0.25.9",
1043 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.9.tgz",
1044 "integrity": "sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==",
1045 "cpu": [
1046 "loong64"
1047 ],
1048 "license": "MIT",
1049 "optional": true,
1050 "os": [
1051 "linux"
1052 ],
1053 "engines": {
1054 "node": ">=18"
1055 }
1056 },
1057 "node_modules/@esbuild/linux-mips64el": {
1058 "version": "0.25.9",
1059 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.9.tgz",
1060 "integrity": "sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==",
1061 "cpu": [
1062 "mips64el"
1063 ],
1064 "license": "MIT",
1065 "optional": true,
1066 "os": [
1067 "linux"
1068 ],
1069 "engines": {
1070 "node": ">=18"
1071 }
1072 },
1073 "node_modules/@esbuild/linux-ppc64": {
1074 "version": "0.25.9",
1075 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.9.tgz",
1076 "integrity": "sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==",
1077 "cpu": [
1078 "ppc64"
1079 ],
1080 "license": "MIT",
1081 "optional": true,
1082 "os": [
1083 "linux"
1084 ],
1085 "engines": {
1086 "node": ">=18"
1087 }
1088 },
1089 "node_modules/@esbuild/linux-riscv64": {
1090 "version": "0.25.9",
1091 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.9.tgz",
1092 "integrity": "sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==",
1093 "cpu": [
1094 "riscv64"
1095 ],
1096 "license": "MIT",
1097 "optional": true,
1098 "os": [
1099 "linux"
1100 ],
1101 "engines": {
1102 "node": ">=18"
1103 }
1104 },
1105 "node_modules/@esbuild/linux-s390x": {
1106 "version": "0.25.9",
1107 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.9.tgz",
1108 "integrity": "sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==",
1109 "cpu": [
1110 "s390x"
1111 ],
1112 "license": "MIT",
1113 "optional": true,
1114 "os": [
1115 "linux"
1116 ],
1117 "engines": {
1118 "node": ">=18"
1119 }
1120 },
1121 "node_modules/@esbuild/linux-x64": {
1122 "version": "0.25.9",
1123 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.9.tgz",
1124 "integrity": "sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==",
1125 "cpu": [
1126 "x64"
1127 ],
1128 "license": "MIT",
1129 "optional": true,
1130 "os": [
1131 "linux"
1132 ],
1133 "engines": {
1134 "node": ">=18"
1135 }
1136 },
1137 "node_modules/@esbuild/netbsd-arm64": {
1138 "version": "0.25.9",
1139 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.9.tgz",
1140 "integrity": "sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==",
1141 "cpu": [
1142 "arm64"
1143 ],
1144 "license": "MIT",
1145 "optional": true,
1146 "os": [
1147 "netbsd"
1148 ],
1149 "engines": {
1150 "node": ">=18"
1151 }
1152 },
1153 "node_modules/@esbuild/netbsd-x64": {
1154 "version": "0.25.9",
1155 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.9.tgz",
1156 "integrity": "sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==",
1157 "cpu": [
1158 "x64"
1159 ],
1160 "license": "MIT",
1161 "optional": true,
1162 "os": [
1163 "netbsd"
1164 ],
1165 "engines": {
1166 "node": ">=18"
1167 }
1168 },
1169 "node_modules/@esbuild/openbsd-arm64": {
1170 "version": "0.25.9",
1171 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.9.tgz",
1172 "integrity": "sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==",
1173 "cpu": [
1174 "arm64"
1175 ],
1176 "license": "MIT",
1177 "optional": true,
1178 "os": [
1179 "openbsd"
1180 ],
1181 "engines": {
1182 "node": ">=18"
1183 }
1184 },
1185 "node_modules/@esbuild/openbsd-x64": {
1186 "version": "0.25.9",
1187 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.9.tgz",
1188 "integrity": "sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==",
1189 "cpu": [
1190 "x64"
1191 ],
1192 "license": "MIT",
1193 "optional": true,
1194 "os": [
1195 "openbsd"
1196 ],
1197 "engines": {
1198 "node": ">=18"
1199 }
1200 },
1201 "node_modules/@esbuild/openharmony-arm64": {
1202 "version": "0.25.9",
1203 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.9.tgz",
1204 "integrity": "sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==",
1205 "cpu": [
1206 "arm64"
1207 ],
1208 "license": "MIT",
1209 "optional": true,
1210 "os": [
1211 "openharmony"
1212 ],
1213 "engines": {
1214 "node": ">=18"
1215 }
1216 },
1217 "node_modules/@esbuild/sunos-x64": {
1218 "version": "0.25.9",
1219 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.9.tgz",
1220 "integrity": "sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==",
1221 "cpu": [
1222 "x64"
1223 ],
1224 "license": "MIT",
1225 "optional": true,
1226 "os": [
1227 "sunos"
1228 ],
1229 "engines": {
1230 "node": ">=18"
1231 }
1232 },
1233 "node_modules/@esbuild/win32-arm64": {
1234 "version": "0.25.9",
1235 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.9.tgz",
1236 "integrity": "sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==",
1237 "cpu": [
1238 "arm64"
1239 ],
1240 "license": "MIT",
1241 "optional": true,
1242 "os": [
1243 "win32"
1244 ],
1245 "engines": {
1246 "node": ">=18"
1247 }
1248 },
1249 "node_modules/@esbuild/win32-ia32": {
1250 "version": "0.25.9",
1251 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.9.tgz",
1252 "integrity": "sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==",
1253 "cpu": [
1254 "ia32"
1255 ],
1256 "license": "MIT",
1257 "optional": true,
1258 "os": [
1259 "win32"
1260 ],
1261 "engines": {
1262 "node": ">=18"
1263 }
1264 },
1265 "node_modules/@esbuild/win32-x64": {
1266 "version": "0.25.9",
1267 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.9.tgz",
1268 "integrity": "sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==",
1269 "cpu": [
1270 "x64"
1271 ],
1272 "license": "MIT",
1273 "optional": true,
1274 "os": [
1275 "win32"
1276 ],
1277 "engines": {
1278 "node": ">=18"
1279 }
1280 },
1281 "node_modules/@eslint-community/eslint-utils": {
1282 "version": "4.9.0",
1283 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
1284 "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
1285 "dev": true,
1286 "license": "MIT",
1287 "dependencies": {
1288 "eslint-visitor-keys": "^3.4.3"
1289 },
1290 "engines": {
1291 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1292 },
1293 "funding": {
1294 "url": "https://opencollective.com/eslint"
1295 },
1296 "peerDependencies": {
1297 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
1298 }
1299 },
1300 "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
1301 "version": "3.4.3",
1302 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
1303 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
1304 "dev": true,
1305 "license": "Apache-2.0",
1306 "engines": {
1307 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1308 },
1309 "funding": {
1310 "url": "https://opencollective.com/eslint"
1311 }
1312 },
1313 "node_modules/@eslint-community/regexpp": {
1314 "version": "4.12.1",
1315 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
1316 "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
1317 "dev": true,
1318 "license": "MIT",
1319 "engines": {
1320 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
1321 }
1322 },
1323 "node_modules/@eslint-react/ast": {
1324 "version": "2.2.1",
1325 "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-2.2.1.tgz",
1326 "integrity": "sha512-bjzSAdtTT/gIU0/olh8Kki57Mnadl5BIjJxcA3wqxcAvNwYAt3yl0CM4LRqVqW4kJneslCNqB5UriRJJPSKhuA==",
1327 "dev": true,
1328 "license": "MIT",
1329 "dependencies": {
1330 "@eslint-react/eff": "2.2.1",
1331 "@typescript-eslint/types": "^8.46.0",
1332 "@typescript-eslint/typescript-estree": "^8.46.0",
1333 "@typescript-eslint/utils": "^8.46.0",
1334 "string-ts": "^2.2.1"
1335 },
1336 "engines": {
1337 "node": ">=20.19.0"
1338 }
1339 },
1340 "node_modules/@eslint-react/core": {
1341 "version": "2.2.1",
1342 "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-2.2.1.tgz",
1343 "integrity": "sha512-slP1G7sReKgijlDx56SDhgkpS6OjoNCEqItuY6Ayo4viIIYMyQ5LkPJ2BJ5xbBxSklyszQ/yP+8UFDK6uzYChQ==",
1344 "dev": true,
1345 "license": "MIT",
1346 "dependencies": {
1347 "@eslint-react/ast": "2.2.1",
1348 "@eslint-react/eff": "2.2.1",
1349 "@eslint-react/shared": "2.2.1",
1350 "@eslint-react/var": "2.2.1",
1351 "@typescript-eslint/scope-manager": "^8.46.0",
1352 "@typescript-eslint/types": "^8.46.0",
1353 "@typescript-eslint/utils": "^8.46.0",
1354 "birecord": "^0.1.1",
1355 "ts-pattern": "^5.8.0"
1356 },
1357 "engines": {
1358 "node": ">=20.19.0"
1359 }
1360 },
1361 "node_modules/@eslint-react/eff": {
1362 "version": "2.2.1",
1363 "resolved": "https://registry.npmjs.org/@eslint-react/eff/-/eff-2.2.1.tgz",
1364 "integrity": "sha512-u9IJB9O8Jwo4b40CLIoF1HePsOvFLdbRKdCVUBEv2TPihae/ltYRD45mCI0bHLroYUxevC1nvD/cQRfwJPH0zg==",
1365 "dev": true,
1366 "license": "MIT",
1367 "engines": {
1368 "node": ">=20.19.0"
1369 }
1370 },
1371 "node_modules/@eslint-react/eslint-plugin": {
1372 "version": "2.2.1",
1373 "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-2.2.1.tgz",
1374 "integrity": "sha512-BjIwFBvgo2b8d5KaTm3qkqKHMFT0HJmAYUZ6TT5j+C/2lWQK3mANxoPwD9Kq4tuI/zw5dINyKxQp6Kr8yGybHQ==",
1375 "dev": true,
1376 "license": "MIT",
1377 "dependencies": {
1378 "@eslint-react/eff": "2.2.1",
1379 "@eslint-react/shared": "2.2.1",
1380 "@typescript-eslint/scope-manager": "^8.46.0",
1381 "@typescript-eslint/type-utils": "^8.46.0",
1382 "@typescript-eslint/types": "^8.46.0",
1383 "@typescript-eslint/utils": "^8.46.0",
1384 "eslint-plugin-react-dom": "2.2.1",
1385 "eslint-plugin-react-hooks-extra": "2.2.1",
1386 "eslint-plugin-react-naming-convention": "2.2.1",
1387 "eslint-plugin-react-web-api": "2.2.1",
1388 "eslint-plugin-react-x": "2.2.1",
1389 "ts-api-utils": "^2.1.0"
1390 },
1391 "engines": {
1392 "node": ">=20.19.0"
1393 },
1394 "peerDependencies": {
1395 "eslint": "^9.37.0",
1396 "typescript": "^5.9.3"
1397 }
1398 },
1399 "node_modules/@eslint-react/shared": {
1400 "version": "2.2.1",
1401 "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-2.2.1.tgz",
1402 "integrity": "sha512-YxYo4Svw2OzV0XDj4HLJKcmB4vtAyQghSE1ZFKN5i90CIbfp/RYBNK6VVrIbxtXu6tAsJ0lSBZiepHfn3i/l8w==",
1403 "dev": true,
1404 "license": "MIT",
1405 "dependencies": {
1406 "@eslint-react/eff": "2.2.1",
1407 "@typescript-eslint/utils": "^8.46.0",
1408 "ts-pattern": "^5.8.0",
1409 "zod": "^4.1.12"
1410 },
1411 "engines": {
1412 "node": ">=20.19.0"
1413 }
1414 },
1415 "node_modules/@eslint-react/shared/node_modules/zod": {
1416 "version": "4.1.12",
1417 "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz",
1418 "integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==",
1419 "dev": true,
1420 "license": "MIT",
1421 "funding": {
1422 "url": "https://github.com/sponsors/colinhacks"
1423 }
1424 },
1425 "node_modules/@eslint-react/var": {
1426 "version": "2.2.1",
1427 "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-2.2.1.tgz",
1428 "integrity": "sha512-u5o1z01mNE0F+6DG1sDPnIGDbTaI3s0IOJnGCU4FfcsH7DOf96F4aB1szdJfznJBgVCrcBbyhO9oKKlYZoW0hQ==",
1429 "dev": true,
1430 "license": "MIT",
1431 "dependencies": {
1432 "@eslint-react/ast": "2.2.1",
1433 "@eslint-react/eff": "2.2.1",
1434 "@typescript-eslint/scope-manager": "^8.46.0",
1435 "@typescript-eslint/types": "^8.46.0",
1436 "@typescript-eslint/utils": "^8.46.0",
1437 "ts-pattern": "^5.8.0"
1438 },
1439 "engines": {
1440 "node": ">=20.19.0"
1441 }
1442 },
1443 "node_modules/@eslint/config-array": {
1444 "version": "0.21.0",
1445 "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
1446 "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
1447 "dev": true,
1448 "license": "Apache-2.0",
1449 "peer": true,
1450 "dependencies": {
1451 "@eslint/object-schema": "^2.1.6",
1452 "debug": "^4.3.1",
1453 "minimatch": "^3.1.2"
1454 },
1455 "engines": {
1456 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1457 }
1458 },
1459 "node_modules/@eslint/config-helpers": {
1460 "version": "0.4.0",
1461 "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.0.tgz",
1462 "integrity": "sha512-WUFvV4WoIwW8Bv0KeKCIIEgdSiFOsulyN0xrMu+7z43q/hkOLXjvb5u7UC9jDxvRzcrbEmuZBX5yJZz1741jog==",
1463 "dev": true,
1464 "license": "Apache-2.0",
1465 "peer": true,
1466 "dependencies": {
1467 "@eslint/core": "^0.16.0"
1468 },
1469 "engines": {
1470 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1471 }
1472 },
1473 "node_modules/@eslint/core": {
1474 "version": "0.16.0",
1475 "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
1476 "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
1477 "dev": true,
1478 "license": "Apache-2.0",
1479 "peer": true,
1480 "dependencies": {
1481 "@types/json-schema": "^7.0.15"
1482 },
1483 "engines": {
1484 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1485 }
1486 },
1487 "node_modules/@eslint/eslintrc": {
1488 "version": "3.3.1",
1489 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
1490 "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
1491 "dev": true,
1492 "license": "MIT",
1493 "peer": true,
1494 "dependencies": {
1495 "ajv": "^6.12.4",
1496 "debug": "^4.3.2",
1497 "espree": "^10.0.1",
1498 "globals": "^14.0.0",
1499 "ignore": "^5.2.0",
1500 "import-fresh": "^3.2.1",
1501 "js-yaml": "^4.1.0",
1502 "minimatch": "^3.1.2",
1503 "strip-json-comments": "^3.1.1"
1504 },
1505 "engines": {
1506 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1507 },
1508 "funding": {
1509 "url": "https://opencollective.com/eslint"
1510 }
1511 },
1512 "node_modules/@eslint/js": {
1513 "version": "9.37.0",
1514 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.37.0.tgz",
1515 "integrity": "sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==",
1516 "dev": true,
1517 "license": "MIT",
1518 "peer": true,
1519 "engines": {
1520 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1521 },
1522 "funding": {
1523 "url": "https://eslint.org/donate"
1524 }
1525 },
1526 "node_modules/@eslint/object-schema": {
1527 "version": "2.1.6",
1528 "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
1529 "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
1530 "dev": true,
1531 "license": "Apache-2.0",
1532 "peer": true,
1533 "engines": {
1534 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1535 }
1536 },
1537 "node_modules/@eslint/plugin-kit": {
1538 "version": "0.4.0",
1539 "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz",
1540 "integrity": "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==",
1541 "dev": true,
1542 "license": "Apache-2.0",
1543 "peer": true,
1544 "dependencies": {
1545 "@eslint/core": "^0.16.0",
1546 "levn": "^0.4.1"
1547 },
1548 "engines": {
1549 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1550 }
1551 },
1552 "node_modules/@humanfs/core": {
1553 "version": "0.19.1",
1554 "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
1555 "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
1556 "dev": true,
1557 "license": "Apache-2.0",
1558 "peer": true,
1559 "engines": {
1560 "node": ">=18.18.0"
1561 }
1562 },
1563 "node_modules/@humanfs/node": {
1564 "version": "0.16.7",
1565 "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
1566 "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
1567 "dev": true,
1568 "license": "Apache-2.0",
1569 "peer": true,
1570 "dependencies": {
1571 "@humanfs/core": "^0.19.1",
1572 "@humanwhocodes/retry": "^0.4.0"
1573 },
1574 "engines": {
1575 "node": ">=18.18.0"
1576 }
1577 },
1578 "node_modules/@humanwhocodes/module-importer": {
1579 "version": "1.0.1",
1580 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
1581 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
1582 "dev": true,
1583 "license": "Apache-2.0",
1584 "peer": true,
1585 "engines": {
1586 "node": ">=12.22"
1587 },
1588 "funding": {
1589 "type": "github",
1590 "url": "https://github.com/sponsors/nzakas"
1591 }
1592 },
1593 "node_modules/@humanwhocodes/retry": {
1594 "version": "0.4.3",
1595 "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
1596 "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
1597 "dev": true,
1598 "license": "Apache-2.0",
1599 "peer": true,
1600 "engines": {
1601 "node": ">=18.18"
1602 },
1603 "funding": {
1604 "type": "github",
1605 "url": "https://github.com/sponsors/nzakas"
1606 }
1607 },
1608 "node_modules/@isaacs/fs-minipass": {
1609 "version": "4.0.1",
1610 "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
1611 "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
1612 "license": "ISC",
1613 "dependencies": {
1614 "minipass": "^7.0.4"
1615 },
1616 "engines": {
1617 "node": ">=18.0.0"
1618 }
1619 },
1620 "node_modules/@jridgewell/gen-mapping": {
1621 "version": "0.3.13",
1622 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
1623 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
1624 "license": "MIT",
1625 "dependencies": {
1626 "@jridgewell/sourcemap-codec": "^1.5.0",
1627 "@jridgewell/trace-mapping": "^0.3.24"
1628 }
1629 },
1630 "node_modules/@jridgewell/remapping": {
1631 "version": "2.3.5",
1632 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
1633 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
1634 "license": "MIT",
1635 "dependencies": {
1636 "@jridgewell/gen-mapping": "^0.3.5",
1637 "@jridgewell/trace-mapping": "^0.3.24"
1638 }
1639 },
1640 "node_modules/@jridgewell/resolve-uri": {
1641 "version": "3.1.2",
1642 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1643 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1644 "license": "MIT",
1645 "engines": {
1646 "node": ">=6.0.0"
1647 }
1648 },
1649 "node_modules/@jridgewell/sourcemap-codec": {
1650 "version": "1.5.5",
1651 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1652 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1653 "license": "MIT"
1654 },
1655 "node_modules/@jridgewell/trace-mapping": {
1656 "version": "0.3.30",
1657 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.30.tgz",
1658 "integrity": "sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==",
1659 "license": "MIT",
1660 "dependencies": {
1661 "@jridgewell/resolve-uri": "^3.1.0",
1662 "@jridgewell/sourcemap-codec": "^1.4.14"
1663 }
1664 },
1665 "node_modules/@mux/mux-data-google-ima": {
1666 "version": "0.2.8",
1667 "resolved": "https://registry.npmjs.org/@mux/mux-data-google-ima/-/mux-data-google-ima-0.2.8.tgz",
1668 "integrity": "sha512-0ZEkHdcZ6bS8QtcjFcoJeZxJTpX7qRIledf4q1trMWPznugvtajCjCM2kieK/pzkZj1JM6liDRFs1PJSfVUs2A==",
1669 "license": "MIT",
1670 "dependencies": {
1671 "mux-embed": "5.9.0"
1672 }
1673 },
1674 "node_modules/@mux/mux-player": {
1675 "version": "3.5.3",
1676 "resolved": "https://registry.npmjs.org/@mux/mux-player/-/mux-player-3.5.3.tgz",
1677 "integrity": "sha512-uXKFXbdtioAi+clSVfD60Rw4r7OvA62u2jV6aar9loW9qMsmKv8LU+8uaIaWQjyAORp6E0S37GOVjo72T6O2eQ==",
1678 "license": "MIT",
1679 "dependencies": {
1680 "@mux/mux-video": "0.26.1",
1681 "@mux/playback-core": "0.30.1",
1682 "media-chrome": "~4.11.1",
1683 "player.style": "^0.1.9"
1684 }
1685 },
1686 "node_modules/@mux/mux-player-react": {
1687 "version": "3.5.3",
1688 "resolved": "https://registry.npmjs.org/@mux/mux-player-react/-/mux-player-react-3.5.3.tgz",
1689 "integrity": "sha512-f0McZbIXYDkzecFwhhkf0JgEInPnsOClgBqBhkdhRlLRdrAzMATib+D3Di3rPkRHNH7rc/WWORvSxgJz6m6zkA==",
1690 "license": "MIT",
1691 "dependencies": {
1692 "@mux/mux-player": "3.5.3",
1693 "@mux/playback-core": "0.30.1",
1694 "prop-types": "^15.8.1"
1695 },
1696 "peerDependencies": {
1697 "@types/react": "^17.0.0 || ^17.0.0-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0",
1698 "react": "^17.0.2 || ^17.0.0-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0",
1699 "react-dom": "^17.0.2 || ^17.0.2-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0"
1700 },
1701 "peerDependenciesMeta": {
1702 "@types/react": {
1703 "optional": true
1704 },
1705 "@types/react-dom": {
1706 "optional": true
1707 }
1708 }
1709 },
1710 "node_modules/@mux/mux-video": {
1711 "version": "0.26.1",
1712 "resolved": "https://registry.npmjs.org/@mux/mux-video/-/mux-video-0.26.1.tgz",
1713 "integrity": "sha512-gkMdBAgNlB4+krANZHkQFzYWjWeNsJz69y1/hnPtmNQnpvW+O7oc71OffcZrbblyibSxWMQ6MQpYmBVjXlp6sA==",
1714 "license": "MIT",
1715 "dependencies": {
1716 "@mux/mux-data-google-ima": "0.2.8",
1717 "@mux/playback-core": "0.30.1",
1718 "castable-video": "~1.1.10",
1719 "custom-media-element": "~1.4.5",
1720 "media-tracks": "~0.3.3"
1721 }
1722 },
1723 "node_modules/@mux/playback-core": {
1724 "version": "0.30.1",
1725 "resolved": "https://registry.npmjs.org/@mux/playback-core/-/playback-core-0.30.1.tgz",
1726 "integrity": "sha512-rnO1NE9xHDyzbAkmE6ygJYcD7cyyMt7xXqWTykxlceaoSXLjUqgp42HDio7Lcidto4x/O4FIa7ztjV2aCBCXgQ==",
1727 "license": "MIT",
1728 "dependencies": {
1729 "hls.js": "~1.6.6",
1730 "mux-embed": "^5.8.3"
1731 }
1732 },
1733 "node_modules/@nodelib/fs.scandir": {
1734 "version": "2.1.5",
1735 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
1736 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
1737 "dev": true,
1738 "license": "MIT",
1739 "dependencies": {
1740 "@nodelib/fs.stat": "2.0.5",
1741 "run-parallel": "^1.1.9"
1742 },
1743 "engines": {
1744 "node": ">= 8"
1745 }
1746 },
1747 "node_modules/@nodelib/fs.stat": {
1748 "version": "2.0.5",
1749 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
1750 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
1751 "dev": true,
1752 "license": "MIT",
1753 "engines": {
1754 "node": ">= 8"
1755 }
1756 },
1757 "node_modules/@nodelib/fs.walk": {
1758 "version": "1.2.8",
1759 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
1760 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
1761 "dev": true,
1762 "license": "MIT",
1763 "dependencies": {
1764 "@nodelib/fs.scandir": "2.1.5",
1765 "fastq": "^1.6.0"
1766 },
1767 "engines": {
1768 "node": ">= 8"
1769 }
1770 },
1771 "node_modules/@rolldown/pluginutils": {
1772 "version": "1.0.0-beta.27",
1773 "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
1774 "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
1775 "dev": true,
1776 "license": "MIT"
1777 },
1778 "node_modules/@rollup/rollup-android-arm-eabi": {
1779 "version": "4.49.0",
1780 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.49.0.tgz",
1781 "integrity": "sha512-rlKIeL854Ed0e09QGYFlmDNbka6I3EQFw7iZuugQjMb11KMpJCLPFL4ZPbMfaEhLADEL1yx0oujGkBQ7+qW3eA==",
1782 "cpu": [
1783 "arm"
1784 ],
1785 "license": "MIT",
1786 "optional": true,
1787 "os": [
1788 "android"
1789 ]
1790 },
1791 "node_modules/@rollup/rollup-android-arm64": {
1792 "version": "4.49.0",
1793 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.49.0.tgz",
1794 "integrity": "sha512-cqPpZdKUSQYRtLLr6R4X3sD4jCBO1zUmeo3qrWBCqYIeH8Q3KRL4F3V7XJ2Rm8/RJOQBZuqzQGWPjjvFUcYa/w==",
1795 "cpu": [
1796 "arm64"
1797 ],
1798 "license": "MIT",
1799 "optional": true,
1800 "os": [
1801 "android"
1802 ]
1803 },
1804 "node_modules/@rollup/rollup-darwin-arm64": {
1805 "version": "4.49.0",
1806 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.49.0.tgz",
1807 "integrity": "sha512-99kMMSMQT7got6iYX3yyIiJfFndpojBmkHfTc1rIje8VbjhmqBXE+nb7ZZP3A5skLyujvT0eIUCUsxAe6NjWbw==",
1808 "cpu": [
1809 "arm64"
1810 ],
1811 "license": "MIT",
1812 "optional": true,
1813 "os": [
1814 "darwin"
1815 ]
1816 },
1817 "node_modules/@rollup/rollup-darwin-x64": {
1818 "version": "4.49.0",
1819 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.49.0.tgz",
1820 "integrity": "sha512-y8cXoD3wdWUDpjOLMKLx6l+NFz3NlkWKcBCBfttUn+VGSfgsQ5o/yDUGtzE9HvsodkP0+16N0P4Ty1VuhtRUGg==",
1821 "cpu": [
1822 "x64"
1823 ],
1824 "license": "MIT",
1825 "optional": true,
1826 "os": [
1827 "darwin"
1828 ]
1829 },
1830 "node_modules/@rollup/rollup-freebsd-arm64": {
1831 "version": "4.49.0",
1832 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.49.0.tgz",
1833 "integrity": "sha512-3mY5Pr7qv4GS4ZvWoSP8zha8YoiqrU+e0ViPvB549jvliBbdNLrg2ywPGkgLC3cmvN8ya3za+Q2xVyT6z+vZqA==",
1834 "cpu": [
1835 "arm64"
1836 ],
1837 "license": "MIT",
1838 "optional": true,
1839 "os": [
1840 "freebsd"
1841 ]
1842 },
1843 "node_modules/@rollup/rollup-freebsd-x64": {
1844 "version": "4.49.0",
1845 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.49.0.tgz",
1846 "integrity": "sha512-C9KzzOAQU5gU4kG8DTk+tjdKjpWhVWd5uVkinCwwFub2m7cDYLOdtXoMrExfeBmeRy9kBQMkiyJ+HULyF1yj9w==",
1847 "cpu": [
1848 "x64"
1849 ],
1850 "license": "MIT",
1851 "optional": true,
1852 "os": [
1853 "freebsd"
1854 ]
1855 },
1856 "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1857 "version": "4.49.0",
1858 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.49.0.tgz",
1859 "integrity": "sha512-OVSQgEZDVLnTbMq5NBs6xkmz3AADByCWI4RdKSFNlDsYXdFtlxS59J+w+LippJe8KcmeSSM3ba+GlsM9+WwC1w==",
1860 "cpu": [
1861 "arm"
1862 ],
1863 "license": "MIT",
1864 "optional": true,
1865 "os": [
1866 "linux"
1867 ]
1868 },
1869 "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1870 "version": "4.49.0",
1871 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.49.0.tgz",
1872 "integrity": "sha512-ZnfSFA7fDUHNa4P3VwAcfaBLakCbYaxCk0jUnS3dTou9P95kwoOLAMlT3WmEJDBCSrOEFFV0Y1HXiwfLYJuLlA==",
1873 "cpu": [
1874 "arm"
1875 ],
1876 "license": "MIT",
1877 "optional": true,
1878 "os": [
1879 "linux"
1880 ]
1881 },
1882 "node_modules/@rollup/rollup-linux-arm64-gnu": {
1883 "version": "4.49.0",
1884 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.49.0.tgz",
1885 "integrity": "sha512-Z81u+gfrobVK2iV7GqZCBfEB1y6+I61AH466lNK+xy1jfqFLiQ9Qv716WUM5fxFrYxwC7ziVdZRU9qvGHkYIJg==",
1886 "cpu": [
1887 "arm64"
1888 ],
1889 "license": "MIT",
1890 "optional": true,
1891 "os": [
1892 "linux"
1893 ]
1894 },
1895 "node_modules/@rollup/rollup-linux-arm64-musl": {
1896 "version": "4.49.0",
1897 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.49.0.tgz",
1898 "integrity": "sha512-zoAwS0KCXSnTp9NH/h9aamBAIve0DXeYpll85shf9NJ0URjSTzzS+Z9evmolN+ICfD3v8skKUPyk2PO0uGdFqg==",
1899 "cpu": [
1900 "arm64"
1901 ],
1902 "license": "MIT",
1903 "optional": true,
1904 "os": [
1905 "linux"
1906 ]
1907 },
1908 "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
1909 "version": "4.49.0",
1910 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.49.0.tgz",
1911 "integrity": "sha512-2QyUyQQ1ZtwZGiq0nvODL+vLJBtciItC3/5cYN8ncDQcv5avrt2MbKt1XU/vFAJlLta5KujqyHdYtdag4YEjYQ==",
1912 "cpu": [
1913 "loong64"
1914 ],
1915 "license": "MIT",
1916 "optional": true,
1917 "os": [
1918 "linux"
1919 ]
1920 },
1921 "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1922 "version": "4.49.0",
1923 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.49.0.tgz",
1924 "integrity": "sha512-k9aEmOWt+mrMuD3skjVJSSxHckJp+SiFzFG+v8JLXbc/xi9hv2icSkR3U7uQzqy+/QbbYY7iNB9eDTwrELo14g==",
1925 "cpu": [
1926 "ppc64"
1927 ],
1928 "license": "MIT",
1929 "optional": true,
1930 "os": [
1931 "linux"
1932 ]
1933 },
1934 "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1935 "version": "4.49.0",
1936 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.49.0.tgz",
1937 "integrity": "sha512-rDKRFFIWJ/zJn6uk2IdYLc09Z7zkE5IFIOWqpuU0o6ZpHcdniAyWkwSUWE/Z25N/wNDmFHHMzin84qW7Wzkjsw==",
1938 "cpu": [
1939 "riscv64"
1940 ],
1941 "license": "MIT",
1942 "optional": true,
1943 "os": [
1944 "linux"
1945 ]
1946 },
1947 "node_modules/@rollup/rollup-linux-riscv64-musl": {
1948 "version": "4.49.0",
1949 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.49.0.tgz",
1950 "integrity": "sha512-FkkhIY/hYFVnOzz1WeV3S9Bd1h0hda/gRqvZCMpHWDHdiIHn6pqsY3b5eSbvGccWHMQ1uUzgZTKS4oGpykf8Tw==",
1951 "cpu": [
1952 "riscv64"
1953 ],
1954 "license": "MIT",
1955 "optional": true,
1956 "os": [
1957 "linux"
1958 ]
1959 },
1960 "node_modules/@rollup/rollup-linux-s390x-gnu": {
1961 "version": "4.49.0",
1962 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.49.0.tgz",
1963 "integrity": "sha512-gRf5c+A7QiOG3UwLyOOtyJMD31JJhMjBvpfhAitPAoqZFcOeK3Kc1Veg1z/trmt+2P6F/biT02fU19GGTS529A==",
1964 "cpu": [
1965 "s390x"
1966 ],
1967 "license": "MIT",
1968 "optional": true,
1969 "os": [
1970 "linux"
1971 ]
1972 },
1973 "node_modules/@rollup/rollup-linux-x64-gnu": {
1974 "version": "4.49.0",
1975 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.49.0.tgz",
1976 "integrity": "sha512-BR7+blScdLW1h/2hB/2oXM+dhTmpW3rQt1DeSiCP9mc2NMMkqVgjIN3DDsNpKmezffGC9R8XKVOLmBkRUcK/sA==",
1977 "cpu": [
1978 "x64"
1979 ],
1980 "license": "MIT",
1981 "optional": true,
1982 "os": [
1983 "linux"
1984 ]
1985 },
1986 "node_modules/@rollup/rollup-linux-x64-musl": {
1987 "version": "4.49.0",
1988 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.49.0.tgz",
1989 "integrity": "sha512-hDMOAe+6nX3V5ei1I7Au3wcr9h3ktKzDvF2ne5ovX8RZiAHEtX1A5SNNk4zt1Qt77CmnbqT+upb/umzoPMWiPg==",
1990 "cpu": [
1991 "x64"
1992 ],
1993 "license": "MIT",
1994 "optional": true,
1995 "os": [
1996 "linux"
1997 ]
1998 },
1999 "node_modules/@rollup/rollup-win32-arm64-msvc": {
2000 "version": "4.49.0",
2001 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.49.0.tgz",
2002 "integrity": "sha512-wkNRzfiIGaElC9kXUT+HLx17z7D0jl+9tGYRKwd8r7cUqTL7GYAvgUY++U2hK6Ar7z5Z6IRRoWC8kQxpmM7TDA==",
2003 "cpu": [
2004 "arm64"
2005 ],
2006 "license": "MIT",
2007 "optional": true,
2008 "os": [
2009 "win32"
2010 ]
2011 },
2012 "node_modules/@rollup/rollup-win32-ia32-msvc": {
2013 "version": "4.49.0",
2014 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.49.0.tgz",
2015 "integrity": "sha512-gq5aW/SyNpjp71AAzroH37DtINDcX1Qw2iv9Chyz49ZgdOP3NV8QCyKZUrGsYX9Yyggj5soFiRCgsL3HwD8TdA==",
2016 "cpu": [
2017 "ia32"
2018 ],
2019 "license": "MIT",
2020 "optional": true,
2021 "os": [
2022 "win32"
2023 ]
2024 },
2025 "node_modules/@rollup/rollup-win32-x64-msvc": {
2026 "version": "4.49.0",
2027 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.49.0.tgz",
2028 "integrity": "sha512-gEtqFbzmZLFk2xKh7g0Rlo8xzho8KrEFEkzvHbfUGkrgXOpZ4XagQ6n+wIZFNh1nTb8UD16J4nFSFKXYgnbdBg==",
2029 "cpu": [
2030 "x64"
2031 ],
2032 "license": "MIT",
2033 "optional": true,
2034 "os": [
2035 "win32"
2036 ]
2037 },
2038 "node_modules/@solid-primitives/event-listener": {
2039 "version": "2.4.3",
2040 "resolved": "https://registry.npmjs.org/@solid-primitives/event-listener/-/event-listener-2.4.3.tgz",
2041 "integrity": "sha512-h4VqkYFv6Gf+L7SQj+Y6puigL/5DIi7x5q07VZET7AWcS+9/G3WfIE9WheniHWJs51OEkRB43w6lDys5YeFceg==",
2042 "license": "MIT",
2043 "dependencies": {
2044 "@solid-primitives/utils": "^6.3.2"
2045 },
2046 "peerDependencies": {
2047 "solid-js": "^1.6.12"
2048 }
2049 },
2050 "node_modules/@solid-primitives/keyboard": {
2051 "version": "1.3.3",
2052 "resolved": "https://registry.npmjs.org/@solid-primitives/keyboard/-/keyboard-1.3.3.tgz",
2053 "integrity": "sha512-9dQHTTgLBqyAI7aavtO+HnpTVJgWQA1ghBSrmLtMu1SMxLPDuLfuNr+Tk5udb4AL4Ojg7h9JrKOGEEDqsJXWJA==",
2054 "license": "MIT",
2055 "dependencies": {
2056 "@solid-primitives/event-listener": "^2.4.3",
2057 "@solid-primitives/rootless": "^1.5.2",
2058 "@solid-primitives/utils": "^6.3.2"
2059 },
2060 "peerDependencies": {
2061 "solid-js": "^1.6.12"
2062 }
2063 },
2064 "node_modules/@solid-primitives/rootless": {
2065 "version": "1.5.2",
2066 "resolved": "https://registry.npmjs.org/@solid-primitives/rootless/-/rootless-1.5.2.tgz",
2067 "integrity": "sha512-9HULb0QAzL2r47CCad0M+NKFtQ+LrGGNHZfteX/ThdGvKIg2o2GYhBooZubTCd/RTu2l2+Nw4s+dEfiDGvdrrQ==",
2068 "license": "MIT",
2069 "dependencies": {
2070 "@solid-primitives/utils": "^6.3.2"
2071 },
2072 "peerDependencies": {
2073 "solid-js": "^1.6.12"
2074 }
2075 },
2076 "node_modules/@solid-primitives/utils": {
2077 "version": "6.3.2",
2078 "resolved": "https://registry.npmjs.org/@solid-primitives/utils/-/utils-6.3.2.tgz",
2079 "integrity": "sha512-hZ/M/qr25QOCcwDPOHtGjxTD8w2mNyVAYvcfgwzBHq2RwNqHNdDNsMZYap20+ruRwW4A3Cdkczyoz0TSxLCAPQ==",
2080 "license": "MIT",
2081 "peerDependencies": {
2082 "solid-js": "^1.6.12"
2083 }
2084 },
2085 "node_modules/@svta/common-media-library": {
2086 "version": "0.12.4",
2087 "resolved": "https://registry.npmjs.org/@svta/common-media-library/-/common-media-library-0.12.4.tgz",
2088 "integrity": "sha512-9EuOoaNmz7JrfGwjsrD9SxF9otU5TNMnbLu1yU4BeLK0W5cDxVXXR58Z89q9u2AnHjIctscjMTYdlqQ1gojTuw==",
2089 "license": "Apache-2.0"
2090 },
2091 "node_modules/@tailwindcss/node": {
2092 "version": "4.1.12",
2093 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.12.tgz",
2094 "integrity": "sha512-3hm9brwvQkZFe++SBt+oLjo4OLDtkvlE8q2WalaD/7QWaeM7KEJbAiY/LJZUaCs7Xa8aUu4xy3uoyX4q54UVdQ==",
2095 "license": "MIT",
2096 "dependencies": {
2097 "@jridgewell/remapping": "^2.3.4",
2098 "enhanced-resolve": "^5.18.3",
2099 "jiti": "^2.5.1",
2100 "lightningcss": "1.30.1",
2101 "magic-string": "^0.30.17",
2102 "source-map-js": "^1.2.1",
2103 "tailwindcss": "4.1.12"
2104 }
2105 },
2106 "node_modules/@tailwindcss/oxide": {
2107 "version": "4.1.12",
2108 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.12.tgz",
2109 "integrity": "sha512-gM5EoKHW/ukmlEtphNwaGx45fGoEmP10v51t9unv55voWh6WrOL19hfuIdo2FjxIaZzw776/BUQg7Pck++cIVw==",
2110 "hasInstallScript": true,
2111 "license": "MIT",
2112 "dependencies": {
2113 "detect-libc": "^2.0.4",
2114 "tar": "^7.4.3"
2115 },
2116 "engines": {
2117 "node": ">= 10"
2118 },
2119 "optionalDependencies": {
2120 "@tailwindcss/oxide-android-arm64": "4.1.12",
2121 "@tailwindcss/oxide-darwin-arm64": "4.1.12",
2122 "@tailwindcss/oxide-darwin-x64": "4.1.12",
2123 "@tailwindcss/oxide-freebsd-x64": "4.1.12",
2124 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.12",
2125 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.12",
2126 "@tailwindcss/oxide-linux-arm64-musl": "4.1.12",
2127 "@tailwindcss/oxide-linux-x64-gnu": "4.1.12",
2128 "@tailwindcss/oxide-linux-x64-musl": "4.1.12",
2129 "@tailwindcss/oxide-wasm32-wasi": "4.1.12",
2130 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.12",
2131 "@tailwindcss/oxide-win32-x64-msvc": "4.1.12"
2132 }
2133 },
2134 "node_modules/@tailwindcss/oxide-android-arm64": {
2135 "version": "4.1.12",
2136 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.12.tgz",
2137 "integrity": "sha512-oNY5pq+1gc4T6QVTsZKwZaGpBb2N1H1fsc1GD4o7yinFySqIuRZ2E4NvGasWc6PhYJwGK2+5YT1f9Tp80zUQZQ==",
2138 "cpu": [
2139 "arm64"
2140 ],
2141 "license": "MIT",
2142 "optional": true,
2143 "os": [
2144 "android"
2145 ],
2146 "engines": {
2147 "node": ">= 10"
2148 }
2149 },
2150 "node_modules/@tailwindcss/oxide-darwin-arm64": {
2151 "version": "4.1.12",
2152 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.12.tgz",
2153 "integrity": "sha512-cq1qmq2HEtDV9HvZlTtrj671mCdGB93bVY6J29mwCyaMYCP/JaUBXxrQQQm7Qn33AXXASPUb2HFZlWiiHWFytw==",
2154 "cpu": [
2155 "arm64"
2156 ],
2157 "license": "MIT",
2158 "optional": true,
2159 "os": [
2160 "darwin"
2161 ],
2162 "engines": {
2163 "node": ">= 10"
2164 }
2165 },
2166 "node_modules/@tailwindcss/oxide-darwin-x64": {
2167 "version": "4.1.12",
2168 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.12.tgz",
2169 "integrity": "sha512-6UCsIeFUcBfpangqlXay9Ffty9XhFH1QuUFn0WV83W8lGdX8cD5/+2ONLluALJD5+yJ7k8mVtwy3zMZmzEfbLg==",
2170 "cpu": [
2171 "x64"
2172 ],
2173 "license": "MIT",
2174 "optional": true,
2175 "os": [
2176 "darwin"
2177 ],
2178 "engines": {
2179 "node": ">= 10"
2180 }
2181 },
2182 "node_modules/@tailwindcss/oxide-freebsd-x64": {
2183 "version": "4.1.12",
2184 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.12.tgz",
2185 "integrity": "sha512-JOH/f7j6+nYXIrHobRYCtoArJdMJh5zy5lr0FV0Qu47MID/vqJAY3r/OElPzx1C/wdT1uS7cPq+xdYYelny1ww==",
2186 "cpu": [
2187 "x64"
2188 ],
2189 "license": "MIT",
2190 "optional": true,
2191 "os": [
2192 "freebsd"
2193 ],
2194 "engines": {
2195 "node": ">= 10"
2196 }
2197 },
2198 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
2199 "version": "4.1.12",
2200 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.12.tgz",
2201 "integrity": "sha512-v4Ghvi9AU1SYgGr3/j38PD8PEe6bRfTnNSUE3YCMIRrrNigCFtHZ2TCm8142X8fcSqHBZBceDx+JlFJEfNg5zQ==",
2202 "cpu": [
2203 "arm"
2204 ],
2205 "license": "MIT",
2206 "optional": true,
2207 "os": [
2208 "linux"
2209 ],
2210 "engines": {
2211 "node": ">= 10"
2212 }
2213 },
2214 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
2215 "version": "4.1.12",
2216 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.12.tgz",
2217 "integrity": "sha512-YP5s1LmetL9UsvVAKusHSyPlzSRqYyRB0f+Kl/xcYQSPLEw/BvGfxzbH+ihUciePDjiXwHh+p+qbSP3SlJw+6g==",
2218 "cpu": [
2219 "arm64"
2220 ],
2221 "license": "MIT",
2222 "optional": true,
2223 "os": [
2224 "linux"
2225 ],
2226 "engines": {
2227 "node": ">= 10"
2228 }
2229 },
2230 "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
2231 "version": "4.1.12",
2232 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.12.tgz",
2233 "integrity": "sha512-V8pAM3s8gsrXcCv6kCHSuwyb/gPsd863iT+v1PGXC4fSL/OJqsKhfK//v8P+w9ThKIoqNbEnsZqNy+WDnwQqCA==",
2234 "cpu": [
2235 "arm64"
2236 ],
2237 "license": "MIT",
2238 "optional": true,
2239 "os": [
2240 "linux"
2241 ],
2242 "engines": {
2243 "node": ">= 10"
2244 }
2245 },
2246 "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
2247 "version": "4.1.12",
2248 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.12.tgz",
2249 "integrity": "sha512-xYfqYLjvm2UQ3TZggTGrwxjYaLB62b1Wiysw/YE3Yqbh86sOMoTn0feF98PonP7LtjsWOWcXEbGqDL7zv0uW8Q==",
2250 "cpu": [
2251 "x64"
2252 ],
2253 "license": "MIT",
2254 "optional": true,
2255 "os": [
2256 "linux"
2257 ],
2258 "engines": {
2259 "node": ">= 10"
2260 }
2261 },
2262 "node_modules/@tailwindcss/oxide-linux-x64-musl": {
2263 "version": "4.1.12",
2264 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.12.tgz",
2265 "integrity": "sha512-ha0pHPamN+fWZY7GCzz5rKunlv9L5R8kdh+YNvP5awe3LtuXb5nRi/H27GeL2U+TdhDOptU7T6Is7mdwh5Ar3A==",
2266 "cpu": [
2267 "x64"
2268 ],
2269 "license": "MIT",
2270 "optional": true,
2271 "os": [
2272 "linux"
2273 ],
2274 "engines": {
2275 "node": ">= 10"
2276 }
2277 },
2278 "node_modules/@tailwindcss/oxide-wasm32-wasi": {
2279 "version": "4.1.12",
2280 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.12.tgz",
2281 "integrity": "sha512-4tSyu3dW+ktzdEpuk6g49KdEangu3eCYoqPhWNsZgUhyegEda3M9rG0/j1GV/JjVVsj+lG7jWAyrTlLzd/WEBg==",
2282 "bundleDependencies": [
2283 "@napi-rs/wasm-runtime",
2284 "@emnapi/core",
2285 "@emnapi/runtime",
2286 "@tybys/wasm-util",
2287 "@emnapi/wasi-threads",
2288 "tslib"
2289 ],
2290 "cpu": [
2291 "wasm32"
2292 ],
2293 "license": "MIT",
2294 "optional": true,
2295 "dependencies": {
2296 "@emnapi/core": "^1.4.5",
2297 "@emnapi/runtime": "^1.4.5",
2298 "@emnapi/wasi-threads": "^1.0.4",
2299 "@napi-rs/wasm-runtime": "^0.2.12",
2300 "@tybys/wasm-util": "^0.10.0",
2301 "tslib": "^2.8.0"
2302 },
2303 "engines": {
2304 "node": ">=14.0.0"
2305 }
2306 },
2307 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
2308 "version": "4.1.12",
2309 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.12.tgz",
2310 "integrity": "sha512-iGLyD/cVP724+FGtMWslhcFyg4xyYyM+5F4hGvKA7eifPkXHRAUDFaimu53fpNg9X8dfP75pXx/zFt/jlNF+lg==",
2311 "cpu": [
2312 "arm64"
2313 ],
2314 "license": "MIT",
2315 "optional": true,
2316 "os": [
2317 "win32"
2318 ],
2319 "engines": {
2320 "node": ">= 10"
2321 }
2322 },
2323 "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
2324 "version": "4.1.12",
2325 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.12.tgz",
2326 "integrity": "sha512-NKIh5rzw6CpEodv/++r0hGLlfgT/gFN+5WNdZtvh6wpU2BpGNgdjvj6H2oFc8nCM839QM1YOhjpgbAONUb4IxA==",
2327 "cpu": [
2328 "x64"
2329 ],
2330 "license": "MIT",
2331 "optional": true,
2332 "os": [
2333 "win32"
2334 ],
2335 "engines": {
2336 "node": ">= 10"
2337 }
2338 },
2339 "node_modules/@tailwindcss/vite": {
2340 "version": "4.1.12",
2341 "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.12.tgz",
2342 "integrity": "sha512-4pt0AMFDx7gzIrAOIYgYP0KCBuKWqyW8ayrdiLEjoJTT4pKTjrzG/e4uzWtTLDziC+66R9wbUqZBccJalSE5vQ==",
2343 "license": "MIT",
2344 "dependencies": {
2345 "@tailwindcss/node": "4.1.12",
2346 "@tailwindcss/oxide": "4.1.12",
2347 "tailwindcss": "4.1.12"
2348 },
2349 "peerDependencies": {
2350 "vite": "^5.2.0 || ^6 || ^7"
2351 }
2352 },
2353 "node_modules/@tanstack/devtools": {
2354 "version": "0.3.0",
2355 "resolved": "https://registry.npmjs.org/@tanstack/devtools/-/devtools-0.3.0.tgz",
2356 "integrity": "sha512-uxj3MM2/ZlQDlhnBoUSlJC8oneJ+sPh6hK0kgiKZAEgrlUvZfUNgKGhrmMHZaAGl/WEglhZoxXwvvo9HAFT8yw==",
2357 "license": "MIT",
2358 "dependencies": {
2359 "@solid-primitives/keyboard": "^1.2.8",
2360 "@tanstack/devtools-event-bus": "0.2.1",
2361 "@tanstack/devtools-ui": "0.2.2",
2362 "clsx": "^2.1.1",
2363 "goober": "^2.1.16",
2364 "solid-js": "^1.9.7"
2365 },
2366 "engines": {
2367 "node": ">=18"
2368 },
2369 "funding": {
2370 "type": "github",
2371 "url": "https://github.com/sponsors/tannerlinsley"
2372 },
2373 "peerDependencies": {
2374 "solid-js": ">=1.9.7"
2375 }
2376 },
2377 "node_modules/@tanstack/devtools-event-bus": {
2378 "version": "0.2.1",
2379 "resolved": "https://registry.npmjs.org/@tanstack/devtools-event-bus/-/devtools-event-bus-0.2.1.tgz",
2380 "integrity": "sha512-JMq3AmrQR2LH9P8Rcj1MTq8Iq/mPk/PyuqSw1L0hO2Wl8G1oz5ue31fS8u8lIgOCVR/mGdJah18p+Pj5OosRJA==",
2381 "license": "MIT",
2382 "dependencies": {
2383 "ws": "^8.18.3"
2384 },
2385 "engines": {
2386 "node": ">=18"
2387 },
2388 "funding": {
2389 "type": "github",
2390 "url": "https://github.com/sponsors/tannerlinsley"
2391 }
2392 },
2393 "node_modules/@tanstack/devtools-ui": {
2394 "version": "0.2.2",
2395 "resolved": "https://registry.npmjs.org/@tanstack/devtools-ui/-/devtools-ui-0.2.2.tgz",
2396 "integrity": "sha512-G2gRyoGpjtr25w9BqQzPbefiJ9WALWYLOVxVr+NoqOLDA680nUO5KJjp7oLZMfnKssWxACgulaQ3DUmGGJuysQ==",
2397 "license": "MIT",
2398 "dependencies": {
2399 "goober": "^2.1.16",
2400 "solid-js": "^1.9.7"
2401 },
2402 "engines": {
2403 "node": ">=18"
2404 },
2405 "funding": {
2406 "type": "github",
2407 "url": "https://github.com/sponsors/tannerlinsley"
2408 },
2409 "peerDependencies": {
2410 "solid-js": ">=1.9.7"
2411 }
2412 },
2413 "node_modules/@tanstack/history": {
2414 "version": "1.131.2",
2415 "resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.131.2.tgz",
2416 "integrity": "sha512-cs1WKawpXIe+vSTeiZUuSBy8JFjEuDgdMKZFRLKwQysKo8y2q6Q1HvS74Yw+m5IhOW1nTZooa6rlgdfXcgFAaw==",
2417 "license": "MIT",
2418 "engines": {
2419 "node": ">=12"
2420 },
2421 "funding": {
2422 "type": "github",
2423 "url": "https://github.com/sponsors/tannerlinsley"
2424 }
2425 },
2426 "node_modules/@tanstack/query-core": {
2427 "version": "5.85.6",
2428 "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.85.6.tgz",
2429 "integrity": "sha512-hCj0TktzdCv2bCepIdfwqVwUVWb+GSHm1Jnn8w+40lfhQ3m7lCO7ADRUJy+2unxQ/nzjh2ipC6ye69NDW3l73g==",
2430 "license": "MIT",
2431 "funding": {
2432 "type": "github",
2433 "url": "https://github.com/sponsors/tannerlinsley"
2434 }
2435 },
2436 "node_modules/@tanstack/query-persist-client-core": {
2437 "version": "5.85.6",
2438 "resolved": "https://registry.npmjs.org/@tanstack/query-persist-client-core/-/query-persist-client-core-5.85.6.tgz",
2439 "integrity": "sha512-wUdoEurIC0YCNZzR020Xcg3OsJeF4SXmEPqlNwZ6EaGKgWeNjU17hVdK+X4ZeirUm+h0muiEQx+aIQU1lk7roQ==",
2440 "license": "MIT",
2441 "dependencies": {
2442 "@tanstack/query-core": "5.85.6"
2443 },
2444 "funding": {
2445 "type": "github",
2446 "url": "https://github.com/sponsors/tannerlinsley"
2447 }
2448 },
2449 "node_modules/@tanstack/query-sync-storage-persister": {
2450 "version": "5.85.6",
2451 "resolved": "https://registry.npmjs.org/@tanstack/query-sync-storage-persister/-/query-sync-storage-persister-5.85.6.tgz",
2452 "integrity": "sha512-Gj/p0paYsdzj3IbRn6SjMMNdjZ0nVQWszn17qbHLiu3Mt6H0b/YbLL3g9uRWcoyYcaB004RawgM0MuA+xJt5iw==",
2453 "license": "MIT",
2454 "dependencies": {
2455 "@tanstack/query-core": "5.85.6",
2456 "@tanstack/query-persist-client-core": "5.85.6"
2457 },
2458 "funding": {
2459 "type": "github",
2460 "url": "https://github.com/sponsors/tannerlinsley"
2461 }
2462 },
2463 "node_modules/@tanstack/react-devtools": {
2464 "version": "0.2.2",
2465 "resolved": "https://registry.npmjs.org/@tanstack/react-devtools/-/react-devtools-0.2.2.tgz",
2466 "integrity": "sha512-Ig8ZYqUPJ+nwRvF/RpkQHPbgEkrL3b2PjeYBgXgT5OemyRUlmG12UutvMBV+bJuBsSOKHrNf29IvzC0Vw9Bt1A==",
2467 "license": "MIT",
2468 "dependencies": {
2469 "@tanstack/devtools": "0.3.0"
2470 },
2471 "engines": {
2472 "node": ">=18"
2473 },
2474 "funding": {
2475 "type": "github",
2476 "url": "https://github.com/sponsors/tannerlinsley"
2477 },
2478 "peerDependencies": {
2479 "@types/react": ">=16.8",
2480 "@types/react-dom": ">=16.8",
2481 "react": ">=16.8",
2482 "react-dom": ">=16.8"
2483 }
2484 },
2485 "node_modules/@tanstack/react-query": {
2486 "version": "5.85.6",
2487 "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.85.6.tgz",
2488 "integrity": "sha512-VUAag4ERjh+qlmg0wNivQIVCZUrYndqYu3/wPCVZd4r0E+1IqotbeyGTc+ICroL/PqbpSaGZg02zSWYfcvxbdA==",
2489 "license": "MIT",
2490 "dependencies": {
2491 "@tanstack/query-core": "5.85.6"
2492 },
2493 "funding": {
2494 "type": "github",
2495 "url": "https://github.com/sponsors/tannerlinsley"
2496 },
2497 "peerDependencies": {
2498 "react": "^18 || ^19"
2499 }
2500 },
2501 "node_modules/@tanstack/react-query-persist-client": {
2502 "version": "5.85.6",
2503 "resolved": "https://registry.npmjs.org/@tanstack/react-query-persist-client/-/react-query-persist-client-5.85.6.tgz",
2504 "integrity": "sha512-zLUfm8JlI6/s0AqvX5l5CcazdHwj5gwcv0mWYOaJJvADyFzl2wwQKqB/H4nYSeygUtrepBgPwVQKNqH9ZwlZpQ==",
2505 "license": "MIT",
2506 "dependencies": {
2507 "@tanstack/query-persist-client-core": "5.85.6"
2508 },
2509 "funding": {
2510 "type": "github",
2511 "url": "https://github.com/sponsors/tannerlinsley"
2512 },
2513 "peerDependencies": {
2514 "@tanstack/react-query": "^5.85.6",
2515 "react": "^18 || ^19"
2516 }
2517 },
2518 "node_modules/@tanstack/react-router": {
2519 "version": "1.131.28",
2520 "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.131.28.tgz",
2521 "integrity": "sha512-vWExhrqHJuT9v+6/2DCQ4pVvPaYoLazMNw8WXiLNuzBXh1FuEoIGaW3jw3DEP0OJCmMiWtTi34NzQnakkQZlQg==",
2522 "license": "MIT",
2523 "dependencies": {
2524 "@tanstack/history": "1.131.2",
2525 "@tanstack/react-store": "^0.7.0",
2526 "@tanstack/router-core": "1.131.28",
2527 "isbot": "^5.1.22",
2528 "tiny-invariant": "^1.3.3",
2529 "tiny-warning": "^1.0.3"
2530 },
2531 "engines": {
2532 "node": ">=12"
2533 },
2534 "funding": {
2535 "type": "github",
2536 "url": "https://github.com/sponsors/tannerlinsley"
2537 },
2538 "peerDependencies": {
2539 "react": ">=18.0.0 || >=19.0.0",
2540 "react-dom": ">=18.0.0 || >=19.0.0"
2541 }
2542 },
2543 "node_modules/@tanstack/react-router-devtools": {
2544 "version": "1.131.28",
2545 "resolved": "https://registry.npmjs.org/@tanstack/react-router-devtools/-/react-router-devtools-1.131.28.tgz",
2546 "integrity": "sha512-2EOxuvc2k7vT14XVEGJRuqEZhQkZ7RnHwpw2aGY6m/7xprl2elNwKtLExTntirAxE6HDokg8sRAnqvySHf1OVA==",
2547 "license": "MIT",
2548 "dependencies": {
2549 "@tanstack/router-devtools-core": "1.131.28"
2550 },
2551 "engines": {
2552 "node": ">=12"
2553 },
2554 "funding": {
2555 "type": "github",
2556 "url": "https://github.com/sponsors/tannerlinsley"
2557 },
2558 "peerDependencies": {
2559 "@tanstack/react-router": "^1.131.28",
2560 "react": ">=18.0.0 || >=19.0.0",
2561 "react-dom": ">=18.0.0 || >=19.0.0"
2562 }
2563 },
2564 "node_modules/@tanstack/react-store": {
2565 "version": "0.7.4",
2566 "resolved": "https://registry.npmjs.org/@tanstack/react-store/-/react-store-0.7.4.tgz",
2567 "integrity": "sha512-DyG1e5Qz/c1cNLt/NdFbCA7K1QGuFXQYT6EfUltYMJoQ4LzBOGnOl5IjuxepNcRtmIKkGpmdMzdFZEkevgU9bQ==",
2568 "license": "MIT",
2569 "dependencies": {
2570 "@tanstack/store": "0.7.4",
2571 "use-sync-external-store": "^1.5.0"
2572 },
2573 "funding": {
2574 "type": "github",
2575 "url": "https://github.com/sponsors/tannerlinsley"
2576 },
2577 "peerDependencies": {
2578 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
2579 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
2580 }
2581 },
2582 "node_modules/@tanstack/router-core": {
2583 "version": "1.131.28",
2584 "resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.131.28.tgz",
2585 "integrity": "sha512-f+vdfr3WKSS/BcqgI5s4vZg9xYb7NkvIolkaMELrbz3l+khkw1aTjx8wqCHRY4dqwIAxq+iZBZtMWXA7pztGJg==",
2586 "license": "MIT",
2587 "dependencies": {
2588 "@tanstack/history": "1.131.2",
2589 "@tanstack/store": "^0.7.0",
2590 "cookie-es": "^1.2.2",
2591 "seroval": "^1.3.2",
2592 "seroval-plugins": "^1.3.2",
2593 "tiny-invariant": "^1.3.3",
2594 "tiny-warning": "^1.0.3"
2595 },
2596 "engines": {
2597 "node": ">=12"
2598 },
2599 "funding": {
2600 "type": "github",
2601 "url": "https://github.com/sponsors/tannerlinsley"
2602 }
2603 },
2604 "node_modules/@tanstack/router-devtools-core": {
2605 "version": "1.131.28",
2606 "resolved": "https://registry.npmjs.org/@tanstack/router-devtools-core/-/router-devtools-core-1.131.28.tgz",
2607 "integrity": "sha512-CPj8wv/00sfHm5tjUCJ44A5tWBYvui5PVstkNfEyNW/Cmo6aknMk4SHiWIa/khCbj5HGjVMWSBRn6XZixEdOxw==",
2608 "license": "MIT",
2609 "dependencies": {
2610 "clsx": "^2.1.1",
2611 "goober": "^2.1.16",
2612 "solid-js": "^1.9.5"
2613 },
2614 "engines": {
2615 "node": ">=12"
2616 },
2617 "funding": {
2618 "type": "github",
2619 "url": "https://github.com/sponsors/tannerlinsley"
2620 },
2621 "peerDependencies": {
2622 "@tanstack/router-core": "^1.131.28",
2623 "csstype": "^3.0.10",
2624 "solid-js": ">=1.9.5",
2625 "tiny-invariant": "^1.3.3"
2626 },
2627 "peerDependenciesMeta": {
2628 "csstype": {
2629 "optional": true
2630 }
2631 }
2632 },
2633 "node_modules/@tanstack/router-generator": {
2634 "version": "1.131.28",
2635 "resolved": "https://registry.npmjs.org/@tanstack/router-generator/-/router-generator-1.131.28.tgz",
2636 "integrity": "sha512-e/6+2bfKhdiAgbFh4X0fADcnS7jNr6HqmDQ8Dcx9zpIGzWnj3pi9HUfHi7kmgZvxtCv8286BdVJsC7PqgxFHJw==",
2637 "license": "MIT",
2638 "dependencies": {
2639 "@tanstack/router-core": "1.131.28",
2640 "@tanstack/router-utils": "1.131.2",
2641 "@tanstack/virtual-file-routes": "1.131.2",
2642 "prettier": "^3.5.0",
2643 "recast": "^0.23.11",
2644 "source-map": "^0.7.4",
2645 "tsx": "^4.19.2",
2646 "zod": "^3.24.2"
2647 },
2648 "engines": {
2649 "node": ">=12"
2650 },
2651 "funding": {
2652 "type": "github",
2653 "url": "https://github.com/sponsors/tannerlinsley"
2654 }
2655 },
2656 "node_modules/@tanstack/router-plugin": {
2657 "version": "1.131.28",
2658 "resolved": "https://registry.npmjs.org/@tanstack/router-plugin/-/router-plugin-1.131.28.tgz",
2659 "integrity": "sha512-7PxDjczsv90YQtphmjaakvHi8yF+d1mSs+ro8yIA/KrGD1+TaWvguAdFceDn/2ZGy5/tmCOVXQwuOg95HL8u6g==",
2660 "license": "MIT",
2661 "dependencies": {
2662 "@babel/core": "^7.27.7",
2663 "@babel/plugin-syntax-jsx": "^7.27.1",
2664 "@babel/plugin-syntax-typescript": "^7.27.1",
2665 "@babel/template": "^7.27.2",
2666 "@babel/traverse": "^7.27.7",
2667 "@babel/types": "^7.27.7",
2668 "@tanstack/router-core": "1.131.28",
2669 "@tanstack/router-generator": "1.131.28",
2670 "@tanstack/router-utils": "1.131.2",
2671 "@tanstack/virtual-file-routes": "1.131.2",
2672 "babel-dead-code-elimination": "^1.0.10",
2673 "chokidar": "^3.6.0",
2674 "unplugin": "^2.1.2",
2675 "zod": "^3.24.2"
2676 },
2677 "engines": {
2678 "node": ">=12"
2679 },
2680 "funding": {
2681 "type": "github",
2682 "url": "https://github.com/sponsors/tannerlinsley"
2683 },
2684 "peerDependencies": {
2685 "@rsbuild/core": ">=1.0.2",
2686 "@tanstack/react-router": "^1.131.28",
2687 "vite": ">=5.0.0 || >=6.0.0",
2688 "vite-plugin-solid": "^2.11.2",
2689 "webpack": ">=5.92.0"
2690 },
2691 "peerDependenciesMeta": {
2692 "@rsbuild/core": {
2693 "optional": true
2694 },
2695 "@tanstack/react-router": {
2696 "optional": true
2697 },
2698 "vite": {
2699 "optional": true
2700 },
2701 "vite-plugin-solid": {
2702 "optional": true
2703 },
2704 "webpack": {
2705 "optional": true
2706 }
2707 }
2708 },
2709 "node_modules/@tanstack/router-utils": {
2710 "version": "1.131.2",
2711 "resolved": "https://registry.npmjs.org/@tanstack/router-utils/-/router-utils-1.131.2.tgz",
2712 "integrity": "sha512-sr3x0d2sx9YIJoVth0QnfEcAcl+39sQYaNQxThtHmRpyeFYNyM2TTH+Ud3TNEnI3bbzmLYEUD+7YqB987GzhDA==",
2713 "license": "MIT",
2714 "dependencies": {
2715 "@babel/core": "^7.27.4",
2716 "@babel/generator": "^7.27.5",
2717 "@babel/parser": "^7.27.5",
2718 "@babel/preset-typescript": "^7.27.1",
2719 "ansis": "^4.1.0",
2720 "diff": "^8.0.2"
2721 },
2722 "engines": {
2723 "node": ">=12"
2724 },
2725 "funding": {
2726 "type": "github",
2727 "url": "https://github.com/sponsors/tannerlinsley"
2728 }
2729 },
2730 "node_modules/@tanstack/store": {
2731 "version": "0.7.4",
2732 "resolved": "https://registry.npmjs.org/@tanstack/store/-/store-0.7.4.tgz",
2733 "integrity": "sha512-F1XqZQici1Aq6WigEfcxJSml92nW+85Om8ElBMokPNg5glCYVOmPkZGIQeieYFxcPiKTfwo0MTOQpUyJtwncrg==",
2734 "license": "MIT",
2735 "funding": {
2736 "type": "github",
2737 "url": "https://github.com/sponsors/tannerlinsley"
2738 }
2739 },
2740 "node_modules/@tanstack/virtual-file-routes": {
2741 "version": "1.131.2",
2742 "resolved": "https://registry.npmjs.org/@tanstack/virtual-file-routes/-/virtual-file-routes-1.131.2.tgz",
2743 "integrity": "sha512-VEEOxc4mvyu67O+Bl0APtYjwcNRcL9it9B4HKbNgcBTIOEalhk+ufBl4kiqc8WP1sx1+NAaiS+3CcJBhrqaSRg==",
2744 "license": "MIT",
2745 "engines": {
2746 "node": ">=12"
2747 },
2748 "funding": {
2749 "type": "github",
2750 "url": "https://github.com/sponsors/tannerlinsley"
2751 }
2752 },
2753 "node_modules/@testing-library/dom": {
2754 "version": "10.4.1",
2755 "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz",
2756 "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==",
2757 "dev": true,
2758 "license": "MIT",
2759 "dependencies": {
2760 "@babel/code-frame": "^7.10.4",
2761 "@babel/runtime": "^7.12.5",
2762 "@types/aria-query": "^5.0.1",
2763 "aria-query": "5.3.0",
2764 "dom-accessibility-api": "^0.5.9",
2765 "lz-string": "^1.5.0",
2766 "picocolors": "1.1.1",
2767 "pretty-format": "^27.0.2"
2768 },
2769 "engines": {
2770 "node": ">=18"
2771 }
2772 },
2773 "node_modules/@testing-library/react": {
2774 "version": "16.3.0",
2775 "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.0.tgz",
2776 "integrity": "sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==",
2777 "dev": true,
2778 "license": "MIT",
2779 "dependencies": {
2780 "@babel/runtime": "^7.12.5"
2781 },
2782 "engines": {
2783 "node": ">=18"
2784 },
2785 "peerDependencies": {
2786 "@testing-library/dom": "^10.0.0",
2787 "@types/react": "^18.0.0 || ^19.0.0",
2788 "@types/react-dom": "^18.0.0 || ^19.0.0",
2789 "react": "^18.0.0 || ^19.0.0",
2790 "react-dom": "^18.0.0 || ^19.0.0"
2791 },
2792 "peerDependenciesMeta": {
2793 "@types/react": {
2794 "optional": true
2795 },
2796 "@types/react-dom": {
2797 "optional": true
2798 }
2799 }
2800 },
2801 "node_modules/@types/aria-query": {
2802 "version": "5.0.4",
2803 "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz",
2804 "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==",
2805 "dev": true,
2806 "license": "MIT"
2807 },
2808 "node_modules/@types/babel__core": {
2809 "version": "7.20.5",
2810 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
2811 "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
2812 "dev": true,
2813 "license": "MIT",
2814 "dependencies": {
2815 "@babel/parser": "^7.20.7",
2816 "@babel/types": "^7.20.7",
2817 "@types/babel__generator": "*",
2818 "@types/babel__template": "*",
2819 "@types/babel__traverse": "*"
2820 }
2821 },
2822 "node_modules/@types/babel__generator": {
2823 "version": "7.27.0",
2824 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
2825 "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
2826 "dev": true,
2827 "license": "MIT",
2828 "dependencies": {
2829 "@babel/types": "^7.0.0"
2830 }
2831 },
2832 "node_modules/@types/babel__template": {
2833 "version": "7.4.4",
2834 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
2835 "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
2836 "dev": true,
2837 "license": "MIT",
2838 "dependencies": {
2839 "@babel/parser": "^7.1.0",
2840 "@babel/types": "^7.0.0"
2841 }
2842 },
2843 "node_modules/@types/babel__traverse": {
2844 "version": "7.28.0",
2845 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
2846 "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
2847 "dev": true,
2848 "license": "MIT",
2849 "dependencies": {
2850 "@babel/types": "^7.28.2"
2851 }
2852 },
2853 "node_modules/@types/chai": {
2854 "version": "5.2.2",
2855 "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.2.tgz",
2856 "integrity": "sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==",
2857 "dev": true,
2858 "license": "MIT",
2859 "dependencies": {
2860 "@types/deep-eql": "*"
2861 }
2862 },
2863 "node_modules/@types/deep-eql": {
2864 "version": "4.0.2",
2865 "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
2866 "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
2867 "dev": true,
2868 "license": "MIT"
2869 },
2870 "node_modules/@types/estree": {
2871 "version": "1.0.8",
2872 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
2873 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
2874 "license": "MIT"
2875 },
2876 "node_modules/@types/json-schema": {
2877 "version": "7.0.15",
2878 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
2879 "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
2880 "dev": true,
2881 "license": "MIT",
2882 "peer": true
2883 },
2884 "node_modules/@types/node": {
2885 "version": "24.3.0",
2886 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
2887 "integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==",
2888 "devOptional": true,
2889 "license": "MIT",
2890 "dependencies": {
2891 "undici-types": "~7.10.0"
2892 }
2893 },
2894 "node_modules/@types/react": {
2895 "version": "19.1.12",
2896 "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.12.tgz",
2897 "integrity": "sha512-cMoR+FoAf/Jyq6+Df2/Z41jISvGZZ2eTlnsaJRptmZ76Caldwy1odD4xTr/gNV9VLj0AWgg/nmkevIyUfIIq5w==",
2898 "license": "MIT",
2899 "dependencies": {
2900 "csstype": "^3.0.2"
2901 }
2902 },
2903 "node_modules/@types/react-dom": {
2904 "version": "19.1.9",
2905 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.9.tgz",
2906 "integrity": "sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==",
2907 "license": "MIT",
2908 "peerDependencies": {
2909 "@types/react": "^19.0.0"
2910 }
2911 },
2912 "node_modules/@typescript-eslint/eslint-plugin": {
2913 "version": "8.46.1",
2914 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.1.tgz",
2915 "integrity": "sha512-rUsLh8PXmBjdiPY+Emjz9NX2yHvhS11v0SR6xNJkm5GM1MO9ea/1GoDKlHHZGrOJclL/cZ2i/vRUYVtjRhrHVQ==",
2916 "dev": true,
2917 "license": "MIT",
2918 "dependencies": {
2919 "@eslint-community/regexpp": "^4.10.0",
2920 "@typescript-eslint/scope-manager": "8.46.1",
2921 "@typescript-eslint/type-utils": "8.46.1",
2922 "@typescript-eslint/utils": "8.46.1",
2923 "@typescript-eslint/visitor-keys": "8.46.1",
2924 "graphemer": "^1.4.0",
2925 "ignore": "^7.0.0",
2926 "natural-compare": "^1.4.0",
2927 "ts-api-utils": "^2.1.0"
2928 },
2929 "engines": {
2930 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2931 },
2932 "funding": {
2933 "type": "opencollective",
2934 "url": "https://opencollective.com/typescript-eslint"
2935 },
2936 "peerDependencies": {
2937 "@typescript-eslint/parser": "^8.46.1",
2938 "eslint": "^8.57.0 || ^9.0.0",
2939 "typescript": ">=4.8.4 <6.0.0"
2940 }
2941 },
2942 "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
2943 "version": "7.0.5",
2944 "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
2945 "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
2946 "dev": true,
2947 "license": "MIT",
2948 "engines": {
2949 "node": ">= 4"
2950 }
2951 },
2952 "node_modules/@typescript-eslint/parser": {
2953 "version": "8.46.1",
2954 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.46.1.tgz",
2955 "integrity": "sha512-6JSSaBZmsKvEkbRUkf7Zj7dru/8ZCrJxAqArcLaVMee5907JdtEbKGsZ7zNiIm/UAkpGUkaSMZEXShnN2D1HZA==",
2956 "dev": true,
2957 "license": "MIT",
2958 "dependencies": {
2959 "@typescript-eslint/scope-manager": "8.46.1",
2960 "@typescript-eslint/types": "8.46.1",
2961 "@typescript-eslint/typescript-estree": "8.46.1",
2962 "@typescript-eslint/visitor-keys": "8.46.1",
2963 "debug": "^4.3.4"
2964 },
2965 "engines": {
2966 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2967 },
2968 "funding": {
2969 "type": "opencollective",
2970 "url": "https://opencollective.com/typescript-eslint"
2971 },
2972 "peerDependencies": {
2973 "eslint": "^8.57.0 || ^9.0.0",
2974 "typescript": ">=4.8.4 <6.0.0"
2975 }
2976 },
2977 "node_modules/@typescript-eslint/project-service": {
2978 "version": "8.46.1",
2979 "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.1.tgz",
2980 "integrity": "sha512-FOIaFVMHzRskXr5J4Jp8lFVV0gz5ngv3RHmn+E4HYxSJ3DgDzU7fVI1/M7Ijh1zf6S7HIoaIOtln1H5y8V+9Zg==",
2981 "dev": true,
2982 "license": "MIT",
2983 "dependencies": {
2984 "@typescript-eslint/tsconfig-utils": "^8.46.1",
2985 "@typescript-eslint/types": "^8.46.1",
2986 "debug": "^4.3.4"
2987 },
2988 "engines": {
2989 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2990 },
2991 "funding": {
2992 "type": "opencollective",
2993 "url": "https://opencollective.com/typescript-eslint"
2994 },
2995 "peerDependencies": {
2996 "typescript": ">=4.8.4 <6.0.0"
2997 }
2998 },
2999 "node_modules/@typescript-eslint/scope-manager": {
3000 "version": "8.46.1",
3001 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.1.tgz",
3002 "integrity": "sha512-weL9Gg3/5F0pVQKiF8eOXFZp8emqWzZsOJuWRUNtHT+UNV2xSJegmpCNQHy37aEQIbToTq7RHKhWvOsmbM680A==",
3003 "dev": true,
3004 "license": "MIT",
3005 "dependencies": {
3006 "@typescript-eslint/types": "8.46.1",
3007 "@typescript-eslint/visitor-keys": "8.46.1"
3008 },
3009 "engines": {
3010 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3011 },
3012 "funding": {
3013 "type": "opencollective",
3014 "url": "https://opencollective.com/typescript-eslint"
3015 }
3016 },
3017 "node_modules/@typescript-eslint/tsconfig-utils": {
3018 "version": "8.46.1",
3019 "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.1.tgz",
3020 "integrity": "sha512-X88+J/CwFvlJB+mK09VFqx5FE4H5cXD+H/Bdza2aEWkSb8hnWIQorNcscRl4IEo1Cz9VI/+/r/jnGWkbWPx54g==",
3021 "dev": true,
3022 "license": "MIT",
3023 "engines": {
3024 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3025 },
3026 "funding": {
3027 "type": "opencollective",
3028 "url": "https://opencollective.com/typescript-eslint"
3029 },
3030 "peerDependencies": {
3031 "typescript": ">=4.8.4 <6.0.0"
3032 }
3033 },
3034 "node_modules/@typescript-eslint/type-utils": {
3035 "version": "8.46.1",
3036 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.1.tgz",
3037 "integrity": "sha512-+BlmiHIiqufBxkVnOtFwjah/vrkF4MtKKvpXrKSPLCkCtAp8H01/VV43sfqA98Od7nJpDcFnkwgyfQbOG0AMvw==",
3038 "dev": true,
3039 "license": "MIT",
3040 "dependencies": {
3041 "@typescript-eslint/types": "8.46.1",
3042 "@typescript-eslint/typescript-estree": "8.46.1",
3043 "@typescript-eslint/utils": "8.46.1",
3044 "debug": "^4.3.4",
3045 "ts-api-utils": "^2.1.0"
3046 },
3047 "engines": {
3048 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3049 },
3050 "funding": {
3051 "type": "opencollective",
3052 "url": "https://opencollective.com/typescript-eslint"
3053 },
3054 "peerDependencies": {
3055 "eslint": "^8.57.0 || ^9.0.0",
3056 "typescript": ">=4.8.4 <6.0.0"
3057 }
3058 },
3059 "node_modules/@typescript-eslint/types": {
3060 "version": "8.46.1",
3061 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.1.tgz",
3062 "integrity": "sha512-C+soprGBHwWBdkDpbaRC4paGBrkIXxVlNohadL5o0kfhsXqOC6GYH2S/Obmig+I0HTDl8wMaRySwrfrXVP8/pQ==",
3063 "dev": true,
3064 "license": "MIT",
3065 "engines": {
3066 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3067 },
3068 "funding": {
3069 "type": "opencollective",
3070 "url": "https://opencollective.com/typescript-eslint"
3071 }
3072 },
3073 "node_modules/@typescript-eslint/typescript-estree": {
3074 "version": "8.46.1",
3075 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.1.tgz",
3076 "integrity": "sha512-uIifjT4s8cQKFQ8ZBXXyoUODtRoAd7F7+G8MKmtzj17+1UbdzFl52AzRyZRyKqPHhgzvXunnSckVu36flGy8cg==",
3077 "dev": true,
3078 "license": "MIT",
3079 "dependencies": {
3080 "@typescript-eslint/project-service": "8.46.1",
3081 "@typescript-eslint/tsconfig-utils": "8.46.1",
3082 "@typescript-eslint/types": "8.46.1",
3083 "@typescript-eslint/visitor-keys": "8.46.1",
3084 "debug": "^4.3.4",
3085 "fast-glob": "^3.3.2",
3086 "is-glob": "^4.0.3",
3087 "minimatch": "^9.0.4",
3088 "semver": "^7.6.0",
3089 "ts-api-utils": "^2.1.0"
3090 },
3091 "engines": {
3092 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3093 },
3094 "funding": {
3095 "type": "opencollective",
3096 "url": "https://opencollective.com/typescript-eslint"
3097 },
3098 "peerDependencies": {
3099 "typescript": ">=4.8.4 <6.0.0"
3100 }
3101 },
3102 "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
3103 "version": "2.0.2",
3104 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
3105 "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
3106 "dev": true,
3107 "license": "MIT",
3108 "dependencies": {
3109 "balanced-match": "^1.0.0"
3110 }
3111 },
3112 "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
3113 "version": "9.0.5",
3114 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
3115 "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
3116 "dev": true,
3117 "license": "ISC",
3118 "dependencies": {
3119 "brace-expansion": "^2.0.1"
3120 },
3121 "engines": {
3122 "node": ">=16 || 14 >=14.17"
3123 },
3124 "funding": {
3125 "url": "https://github.com/sponsors/isaacs"
3126 }
3127 },
3128 "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
3129 "version": "7.7.3",
3130 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
3131 "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
3132 "dev": true,
3133 "license": "ISC",
3134 "bin": {
3135 "semver": "bin/semver.js"
3136 },
3137 "engines": {
3138 "node": ">=10"
3139 }
3140 },
3141 "node_modules/@typescript-eslint/utils": {
3142 "version": "8.46.1",
3143 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.1.tgz",
3144 "integrity": "sha512-vkYUy6LdZS7q1v/Gxb2Zs7zziuXN0wxqsetJdeZdRe/f5dwJFglmuvZBfTUivCtjH725C1jWCDfpadadD95EDQ==",
3145 "dev": true,
3146 "license": "MIT",
3147 "dependencies": {
3148 "@eslint-community/eslint-utils": "^4.7.0",
3149 "@typescript-eslint/scope-manager": "8.46.1",
3150 "@typescript-eslint/types": "8.46.1",
3151 "@typescript-eslint/typescript-estree": "8.46.1"
3152 },
3153 "engines": {
3154 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3155 },
3156 "funding": {
3157 "type": "opencollective",
3158 "url": "https://opencollective.com/typescript-eslint"
3159 },
3160 "peerDependencies": {
3161 "eslint": "^8.57.0 || ^9.0.0",
3162 "typescript": ">=4.8.4 <6.0.0"
3163 }
3164 },
3165 "node_modules/@typescript-eslint/visitor-keys": {
3166 "version": "8.46.1",
3167 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.1.tgz",
3168 "integrity": "sha512-ptkmIf2iDkNUjdeu2bQqhFPV1m6qTnFFjg7PPDjxKWaMaP0Z6I9l30Jr3g5QqbZGdw8YdYvLp+XnqnWWZOg/NA==",
3169 "dev": true,
3170 "license": "MIT",
3171 "dependencies": {
3172 "@typescript-eslint/types": "8.46.1",
3173 "eslint-visitor-keys": "^4.2.1"
3174 },
3175 "engines": {
3176 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3177 },
3178 "funding": {
3179 "type": "opencollective",
3180 "url": "https://opencollective.com/typescript-eslint"
3181 }
3182 },
3183 "node_modules/@vercel/edge": {
3184 "version": "1.2.2",
3185 "resolved": "https://registry.npmjs.org/@vercel/edge/-/edge-1.2.2.tgz",
3186 "integrity": "sha512-1+y+f6rk0Yc9ss9bRDgz/gdpLimwoRteKHhrcgHvEpjbP1nyT3ByqEMWm2BTcpIO5UtDmIFXc8zdq4LR190PDA==",
3187 "license": "Apache-2.0"
3188 },
3189 "node_modules/@vimeo/player": {
3190 "version": "2.29.0",
3191 "resolved": "https://registry.npmjs.org/@vimeo/player/-/player-2.29.0.tgz",
3192 "integrity": "sha512-9JjvjeqUndb9otCCFd0/+2ESsLk7VkDE6sxOBy9iy2ukezuQbplVRi+g9g59yAurKofbmTi/KcKxBGO/22zWRw==",
3193 "license": "MIT",
3194 "dependencies": {
3195 "native-promise-only": "0.8.1",
3196 "weakmap-polyfill": "2.0.4"
3197 }
3198 },
3199 "node_modules/@vitejs/plugin-react": {
3200 "version": "4.7.0",
3201 "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
3202 "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
3203 "dev": true,
3204 "license": "MIT",
3205 "dependencies": {
3206 "@babel/core": "^7.28.0",
3207 "@babel/plugin-transform-react-jsx-self": "^7.27.1",
3208 "@babel/plugin-transform-react-jsx-source": "^7.27.1",
3209 "@rolldown/pluginutils": "1.0.0-beta.27",
3210 "@types/babel__core": "^7.20.5",
3211 "react-refresh": "^0.17.0"
3212 },
3213 "engines": {
3214 "node": "^14.18.0 || >=16.0.0"
3215 },
3216 "peerDependencies": {
3217 "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
3218 }
3219 },
3220 "node_modules/@vitest/expect": {
3221 "version": "3.2.4",
3222 "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.4.tgz",
3223 "integrity": "sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==",
3224 "dev": true,
3225 "license": "MIT",
3226 "dependencies": {
3227 "@types/chai": "^5.2.2",
3228 "@vitest/spy": "3.2.4",
3229 "@vitest/utils": "3.2.4",
3230 "chai": "^5.2.0",
3231 "tinyrainbow": "^2.0.0"
3232 },
3233 "funding": {
3234 "url": "https://opencollective.com/vitest"
3235 }
3236 },
3237 "node_modules/@vitest/mocker": {
3238 "version": "3.2.4",
3239 "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.4.tgz",
3240 "integrity": "sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==",
3241 "dev": true,
3242 "license": "MIT",
3243 "dependencies": {
3244 "@vitest/spy": "3.2.4",
3245 "estree-walker": "^3.0.3",
3246 "magic-string": "^0.30.17"
3247 },
3248 "funding": {
3249 "url": "https://opencollective.com/vitest"
3250 },
3251 "peerDependencies": {
3252 "msw": "^2.4.9",
3253 "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
3254 },
3255 "peerDependenciesMeta": {
3256 "msw": {
3257 "optional": true
3258 },
3259 "vite": {
3260 "optional": true
3261 }
3262 }
3263 },
3264 "node_modules/@vitest/pretty-format": {
3265 "version": "3.2.4",
3266 "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.4.tgz",
3267 "integrity": "sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==",
3268 "dev": true,
3269 "license": "MIT",
3270 "dependencies": {
3271 "tinyrainbow": "^2.0.0"
3272 },
3273 "funding": {
3274 "url": "https://opencollective.com/vitest"
3275 }
3276 },
3277 "node_modules/@vitest/runner": {
3278 "version": "3.2.4",
3279 "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.2.4.tgz",
3280 "integrity": "sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==",
3281 "dev": true,
3282 "license": "MIT",
3283 "dependencies": {
3284 "@vitest/utils": "3.2.4",
3285 "pathe": "^2.0.3",
3286 "strip-literal": "^3.0.0"
3287 },
3288 "funding": {
3289 "url": "https://opencollective.com/vitest"
3290 }
3291 },
3292 "node_modules/@vitest/snapshot": {
3293 "version": "3.2.4",
3294 "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.2.4.tgz",
3295 "integrity": "sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==",
3296 "dev": true,
3297 "license": "MIT",
3298 "dependencies": {
3299 "@vitest/pretty-format": "3.2.4",
3300 "magic-string": "^0.30.17",
3301 "pathe": "^2.0.3"
3302 },
3303 "funding": {
3304 "url": "https://opencollective.com/vitest"
3305 }
3306 },
3307 "node_modules/@vitest/spy": {
3308 "version": "3.2.4",
3309 "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.4.tgz",
3310 "integrity": "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==",
3311 "dev": true,
3312 "license": "MIT",
3313 "dependencies": {
3314 "tinyspy": "^4.0.3"
3315 },
3316 "funding": {
3317 "url": "https://opencollective.com/vitest"
3318 }
3319 },
3320 "node_modules/@vitest/utils": {
3321 "version": "3.2.4",
3322 "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.4.tgz",
3323 "integrity": "sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==",
3324 "dev": true,
3325 "license": "MIT",
3326 "dependencies": {
3327 "@vitest/pretty-format": "3.2.4",
3328 "loupe": "^3.1.4",
3329 "tinyrainbow": "^2.0.0"
3330 },
3331 "funding": {
3332 "url": "https://opencollective.com/vitest"
3333 }
3334 },
3335 "node_modules/acorn": {
3336 "version": "8.15.0",
3337 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
3338 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
3339 "license": "MIT",
3340 "bin": {
3341 "acorn": "bin/acorn"
3342 },
3343 "engines": {
3344 "node": ">=0.4.0"
3345 }
3346 },
3347 "node_modules/acorn-jsx": {
3348 "version": "5.3.2",
3349 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
3350 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
3351 "dev": true,
3352 "license": "MIT",
3353 "peer": true,
3354 "peerDependencies": {
3355 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
3356 }
3357 },
3358 "node_modules/agent-base": {
3359 "version": "7.1.4",
3360 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
3361 "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
3362 "dev": true,
3363 "license": "MIT",
3364 "engines": {
3365 "node": ">= 14"
3366 }
3367 },
3368 "node_modules/ajv": {
3369 "version": "6.12.6",
3370 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
3371 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
3372 "dev": true,
3373 "license": "MIT",
3374 "peer": true,
3375 "dependencies": {
3376 "fast-deep-equal": "^3.1.1",
3377 "fast-json-stable-stringify": "^2.0.0",
3378 "json-schema-traverse": "^0.4.1",
3379 "uri-js": "^4.2.2"
3380 },
3381 "funding": {
3382 "type": "github",
3383 "url": "https://github.com/sponsors/epoberezkin"
3384 }
3385 },
3386 "node_modules/ansi-regex": {
3387 "version": "5.0.1",
3388 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3389 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
3390 "dev": true,
3391 "license": "MIT",
3392 "engines": {
3393 "node": ">=8"
3394 }
3395 },
3396 "node_modules/ansi-styles": {
3397 "version": "5.2.0",
3398 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
3399 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
3400 "dev": true,
3401 "license": "MIT",
3402 "engines": {
3403 "node": ">=10"
3404 },
3405 "funding": {
3406 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3407 }
3408 },
3409 "node_modules/ansis": {
3410 "version": "4.1.0",
3411 "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.1.0.tgz",
3412 "integrity": "sha512-BGcItUBWSMRgOCe+SVZJ+S7yTRG0eGt9cXAHev72yuGcY23hnLA7Bky5L/xLyPINoSN95geovfBkqoTlNZYa7w==",
3413 "license": "ISC",
3414 "engines": {
3415 "node": ">=14"
3416 }
3417 },
3418 "node_modules/anymatch": {
3419 "version": "3.1.3",
3420 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
3421 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
3422 "license": "ISC",
3423 "dependencies": {
3424 "normalize-path": "^3.0.0",
3425 "picomatch": "^2.0.4"
3426 },
3427 "engines": {
3428 "node": ">= 8"
3429 }
3430 },
3431 "node_modules/argparse": {
3432 "version": "2.0.1",
3433 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
3434 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
3435 "dev": true,
3436 "license": "Python-2.0",
3437 "peer": true
3438 },
3439 "node_modules/aria-query": {
3440 "version": "5.3.0",
3441 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
3442 "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
3443 "dev": true,
3444 "license": "Apache-2.0",
3445 "dependencies": {
3446 "dequal": "^2.0.3"
3447 }
3448 },
3449 "node_modules/array-buffer-byte-length": {
3450 "version": "1.0.2",
3451 "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
3452 "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
3453 "dev": true,
3454 "license": "MIT",
3455 "dependencies": {
3456 "call-bound": "^1.0.3",
3457 "is-array-buffer": "^3.0.5"
3458 },
3459 "engines": {
3460 "node": ">= 0.4"
3461 },
3462 "funding": {
3463 "url": "https://github.com/sponsors/ljharb"
3464 }
3465 },
3466 "node_modules/array-includes": {
3467 "version": "3.1.9",
3468 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
3469 "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
3470 "dev": true,
3471 "license": "MIT",
3472 "dependencies": {
3473 "call-bind": "^1.0.8",
3474 "call-bound": "^1.0.4",
3475 "define-properties": "^1.2.1",
3476 "es-abstract": "^1.24.0",
3477 "es-object-atoms": "^1.1.1",
3478 "get-intrinsic": "^1.3.0",
3479 "is-string": "^1.1.1",
3480 "math-intrinsics": "^1.1.0"
3481 },
3482 "engines": {
3483 "node": ">= 0.4"
3484 },
3485 "funding": {
3486 "url": "https://github.com/sponsors/ljharb"
3487 }
3488 },
3489 "node_modules/array.prototype.findlast": {
3490 "version": "1.2.5",
3491 "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
3492 "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
3493 "dev": true,
3494 "license": "MIT",
3495 "dependencies": {
3496 "call-bind": "^1.0.7",
3497 "define-properties": "^1.2.1",
3498 "es-abstract": "^1.23.2",
3499 "es-errors": "^1.3.0",
3500 "es-object-atoms": "^1.0.0",
3501 "es-shim-unscopables": "^1.0.2"
3502 },
3503 "engines": {
3504 "node": ">= 0.4"
3505 },
3506 "funding": {
3507 "url": "https://github.com/sponsors/ljharb"
3508 }
3509 },
3510 "node_modules/array.prototype.flat": {
3511 "version": "1.3.3",
3512 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
3513 "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
3514 "dev": true,
3515 "license": "MIT",
3516 "dependencies": {
3517 "call-bind": "^1.0.8",
3518 "define-properties": "^1.2.1",
3519 "es-abstract": "^1.23.5",
3520 "es-shim-unscopables": "^1.0.2"
3521 },
3522 "engines": {
3523 "node": ">= 0.4"
3524 },
3525 "funding": {
3526 "url": "https://github.com/sponsors/ljharb"
3527 }
3528 },
3529 "node_modules/array.prototype.flatmap": {
3530 "version": "1.3.3",
3531 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
3532 "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
3533 "dev": true,
3534 "license": "MIT",
3535 "dependencies": {
3536 "call-bind": "^1.0.8",
3537 "define-properties": "^1.2.1",
3538 "es-abstract": "^1.23.5",
3539 "es-shim-unscopables": "^1.0.2"
3540 },
3541 "engines": {
3542 "node": ">= 0.4"
3543 },
3544 "funding": {
3545 "url": "https://github.com/sponsors/ljharb"
3546 }
3547 },
3548 "node_modules/array.prototype.tosorted": {
3549 "version": "1.1.4",
3550 "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
3551 "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
3552 "dev": true,
3553 "license": "MIT",
3554 "dependencies": {
3555 "call-bind": "^1.0.7",
3556 "define-properties": "^1.2.1",
3557 "es-abstract": "^1.23.3",
3558 "es-errors": "^1.3.0",
3559 "es-shim-unscopables": "^1.0.2"
3560 },
3561 "engines": {
3562 "node": ">= 0.4"
3563 }
3564 },
3565 "node_modules/arraybuffer.prototype.slice": {
3566 "version": "1.0.4",
3567 "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
3568 "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
3569 "dev": true,
3570 "license": "MIT",
3571 "dependencies": {
3572 "array-buffer-byte-length": "^1.0.1",
3573 "call-bind": "^1.0.8",
3574 "define-properties": "^1.2.1",
3575 "es-abstract": "^1.23.5",
3576 "es-errors": "^1.3.0",
3577 "get-intrinsic": "^1.2.6",
3578 "is-array-buffer": "^3.0.4"
3579 },
3580 "engines": {
3581 "node": ">= 0.4"
3582 },
3583 "funding": {
3584 "url": "https://github.com/sponsors/ljharb"
3585 }
3586 },
3587 "node_modules/assertion-error": {
3588 "version": "2.0.1",
3589 "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
3590 "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
3591 "dev": true,
3592 "license": "MIT",
3593 "engines": {
3594 "node": ">=12"
3595 }
3596 },
3597 "node_modules/ast-types": {
3598 "version": "0.16.1",
3599 "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.16.1.tgz",
3600 "integrity": "sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==",
3601 "license": "MIT",
3602 "dependencies": {
3603 "tslib": "^2.0.1"
3604 },
3605 "engines": {
3606 "node": ">=4"
3607 }
3608 },
3609 "node_modules/async-function": {
3610 "version": "1.0.0",
3611 "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
3612 "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
3613 "dev": true,
3614 "license": "MIT",
3615 "engines": {
3616 "node": ">= 0.4"
3617 }
3618 },
3619 "node_modules/available-typed-arrays": {
3620 "version": "1.0.7",
3621 "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
3622 "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
3623 "dev": true,
3624 "license": "MIT",
3625 "dependencies": {
3626 "possible-typed-array-names": "^1.0.0"
3627 },
3628 "engines": {
3629 "node": ">= 0.4"
3630 },
3631 "funding": {
3632 "url": "https://github.com/sponsors/ljharb"
3633 }
3634 },
3635 "node_modules/await-lock": {
3636 "version": "2.2.2",
3637 "resolved": "https://registry.npmjs.org/await-lock/-/await-lock-2.2.2.tgz",
3638 "integrity": "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==",
3639 "license": "MIT"
3640 },
3641 "node_modules/babel-dead-code-elimination": {
3642 "version": "1.0.10",
3643 "resolved": "https://registry.npmjs.org/babel-dead-code-elimination/-/babel-dead-code-elimination-1.0.10.tgz",
3644 "integrity": "sha512-DV5bdJZTzZ0zn0DC24v3jD7Mnidh6xhKa4GfKCbq3sfW8kaWhDdZjP3i81geA8T33tdYqWKw4D3fVv0CwEgKVA==",
3645 "license": "MIT",
3646 "dependencies": {
3647 "@babel/core": "^7.23.7",
3648 "@babel/parser": "^7.23.6",
3649 "@babel/traverse": "^7.23.7",
3650 "@babel/types": "^7.23.6"
3651 }
3652 },
3653 "node_modules/babel-plugin-react-compiler": {
3654 "version": "1.0.0",
3655 "resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz",
3656 "integrity": "sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==",
3657 "dev": true,
3658 "license": "MIT",
3659 "dependencies": {
3660 "@babel/types": "^7.26.0"
3661 }
3662 },
3663 "node_modules/balanced-match": {
3664 "version": "1.0.2",
3665 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
3666 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
3667 "dev": true,
3668 "license": "MIT"
3669 },
3670 "node_modules/bcp-47": {
3671 "version": "2.1.0",
3672 "resolved": "https://registry.npmjs.org/bcp-47/-/bcp-47-2.1.0.tgz",
3673 "integrity": "sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==",
3674 "license": "MIT",
3675 "dependencies": {
3676 "is-alphabetical": "^2.0.0",
3677 "is-alphanumerical": "^2.0.0",
3678 "is-decimal": "^2.0.0"
3679 },
3680 "funding": {
3681 "type": "github",
3682 "url": "https://github.com/sponsors/wooorm"
3683 }
3684 },
3685 "node_modules/bcp-47-match": {
3686 "version": "2.0.3",
3687 "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz",
3688 "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==",
3689 "license": "MIT",
3690 "funding": {
3691 "type": "github",
3692 "url": "https://github.com/sponsors/wooorm"
3693 }
3694 },
3695 "node_modules/bcp-47-normalize": {
3696 "version": "2.3.0",
3697 "resolved": "https://registry.npmjs.org/bcp-47-normalize/-/bcp-47-normalize-2.3.0.tgz",
3698 "integrity": "sha512-8I/wfzqQvttUFz7HVJgIZ7+dj3vUaIyIxYXaTRP1YWoSDfzt6TUmxaKZeuXR62qBmYr+nvuWINFRl6pZ5DlN4Q==",
3699 "license": "MIT",
3700 "dependencies": {
3701 "bcp-47": "^2.0.0",
3702 "bcp-47-match": "^2.0.0"
3703 },
3704 "funding": {
3705 "type": "github",
3706 "url": "https://github.com/sponsors/wooorm"
3707 }
3708 },
3709 "node_modules/binary-extensions": {
3710 "version": "2.3.0",
3711 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
3712 "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
3713 "license": "MIT",
3714 "engines": {
3715 "node": ">=8"
3716 },
3717 "funding": {
3718 "url": "https://github.com/sponsors/sindresorhus"
3719 }
3720 },
3721 "node_modules/birecord": {
3722 "version": "0.1.1",
3723 "resolved": "https://registry.npmjs.org/birecord/-/birecord-0.1.1.tgz",
3724 "integrity": "sha512-VUpsf/qykW0heRlC8LooCq28Kxn3mAqKohhDG/49rrsQ1dT1CXyj/pgXS+5BSRzFTR/3DyIBOqQOrGyZOh71Aw==",
3725 "dev": true,
3726 "license": "(MIT OR Apache-2.0)"
3727 },
3728 "node_modules/brace-expansion": {
3729 "version": "1.1.12",
3730 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
3731 "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
3732 "dev": true,
3733 "license": "MIT",
3734 "dependencies": {
3735 "balanced-match": "^1.0.0",
3736 "concat-map": "0.0.1"
3737 }
3738 },
3739 "node_modules/braces": {
3740 "version": "3.0.3",
3741 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
3742 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
3743 "license": "MIT",
3744 "dependencies": {
3745 "fill-range": "^7.1.1"
3746 },
3747 "engines": {
3748 "node": ">=8"
3749 }
3750 },
3751 "node_modules/browserslist": {
3752 "version": "4.25.4",
3753 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.4.tgz",
3754 "integrity": "sha512-4jYpcjabC606xJ3kw2QwGEZKX0Aw7sgQdZCvIK9dhVSPh76BKo+C+btT1RRofH7B+8iNpEbgGNVWiLki5q93yg==",
3755 "funding": [
3756 {
3757 "type": "opencollective",
3758 "url": "https://opencollective.com/browserslist"
3759 },
3760 {
3761 "type": "tidelift",
3762 "url": "https://tidelift.com/funding/github/npm/browserslist"
3763 },
3764 {
3765 "type": "github",
3766 "url": "https://github.com/sponsors/ai"
3767 }
3768 ],
3769 "license": "MIT",
3770 "dependencies": {
3771 "caniuse-lite": "^1.0.30001737",
3772 "electron-to-chromium": "^1.5.211",
3773 "node-releases": "^2.0.19",
3774 "update-browserslist-db": "^1.1.3"
3775 },
3776 "bin": {
3777 "browserslist": "cli.js"
3778 },
3779 "engines": {
3780 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
3781 }
3782 },
3783 "node_modules/cac": {
3784 "version": "6.7.14",
3785 "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
3786 "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
3787 "dev": true,
3788 "license": "MIT",
3789 "engines": {
3790 "node": ">=8"
3791 }
3792 },
3793 "node_modules/call-bind": {
3794 "version": "1.0.8",
3795 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
3796 "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
3797 "dev": true,
3798 "license": "MIT",
3799 "dependencies": {
3800 "call-bind-apply-helpers": "^1.0.0",
3801 "es-define-property": "^1.0.0",
3802 "get-intrinsic": "^1.2.4",
3803 "set-function-length": "^1.2.2"
3804 },
3805 "engines": {
3806 "node": ">= 0.4"
3807 },
3808 "funding": {
3809 "url": "https://github.com/sponsors/ljharb"
3810 }
3811 },
3812 "node_modules/call-bind-apply-helpers": {
3813 "version": "1.0.2",
3814 "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
3815 "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
3816 "dev": true,
3817 "license": "MIT",
3818 "dependencies": {
3819 "es-errors": "^1.3.0",
3820 "function-bind": "^1.1.2"
3821 },
3822 "engines": {
3823 "node": ">= 0.4"
3824 }
3825 },
3826 "node_modules/call-bound": {
3827 "version": "1.0.4",
3828 "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
3829 "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
3830 "dev": true,
3831 "license": "MIT",
3832 "dependencies": {
3833 "call-bind-apply-helpers": "^1.0.2",
3834 "get-intrinsic": "^1.3.0"
3835 },
3836 "engines": {
3837 "node": ">= 0.4"
3838 },
3839 "funding": {
3840 "url": "https://github.com/sponsors/ljharb"
3841 }
3842 },
3843 "node_modules/callsites": {
3844 "version": "3.1.0",
3845 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
3846 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
3847 "dev": true,
3848 "license": "MIT",
3849 "peer": true,
3850 "engines": {
3851 "node": ">=6"
3852 }
3853 },
3854 "node_modules/caniuse-lite": {
3855 "version": "1.0.30001737",
3856 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001737.tgz",
3857 "integrity": "sha512-BiloLiXtQNrY5UyF0+1nSJLXUENuhka2pzy2Fx5pGxqavdrxSCW4U6Pn/PoG3Efspi2frRbHpBV2XsrPE6EDlw==",
3858 "funding": [
3859 {
3860 "type": "opencollective",
3861 "url": "https://opencollective.com/browserslist"
3862 },
3863 {
3864 "type": "tidelift",
3865 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
3866 },
3867 {
3868 "type": "github",
3869 "url": "https://github.com/sponsors/ai"
3870 }
3871 ],
3872 "license": "CC-BY-4.0"
3873 },
3874 "node_modules/castable-video": {
3875 "version": "1.1.10",
3876 "resolved": "https://registry.npmjs.org/castable-video/-/castable-video-1.1.10.tgz",
3877 "integrity": "sha512-/T1I0A4VG769wTEZ8gWuy1Crn9saAfRTd1UYTb8xbOPlN78+zOi/1nU2dD5koNkfE5VWvgabkIqrGKmyNXOjSQ==",
3878 "license": "MIT",
3879 "dependencies": {
3880 "custom-media-element": "~1.4.5"
3881 }
3882 },
3883 "node_modules/ce-la-react": {
3884 "version": "0.3.1",
3885 "resolved": "https://registry.npmjs.org/ce-la-react/-/ce-la-react-0.3.1.tgz",
3886 "integrity": "sha512-g0YwpZDPIwTwFumGTzNHcgJA6VhFfFCJkSNdUdC04br2UfU+56JDrJrJva3FZ7MToB4NDHAFBiPE/PZdNl1mQA==",
3887 "license": "BSD-3-Clause",
3888 "peerDependencies": {
3889 "react": ">=17.0.0"
3890 }
3891 },
3892 "node_modules/chai": {
3893 "version": "5.3.3",
3894 "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz",
3895 "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==",
3896 "dev": true,
3897 "license": "MIT",
3898 "dependencies": {
3899 "assertion-error": "^2.0.1",
3900 "check-error": "^2.1.1",
3901 "deep-eql": "^5.0.1",
3902 "loupe": "^3.1.0",
3903 "pathval": "^2.0.0"
3904 },
3905 "engines": {
3906 "node": ">=18"
3907 }
3908 },
3909 "node_modules/chalk": {
3910 "version": "4.1.2",
3911 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3912 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3913 "dev": true,
3914 "license": "MIT",
3915 "peer": true,
3916 "dependencies": {
3917 "ansi-styles": "^4.1.0",
3918 "supports-color": "^7.1.0"
3919 },
3920 "engines": {
3921 "node": ">=10"
3922 },
3923 "funding": {
3924 "url": "https://github.com/chalk/chalk?sponsor=1"
3925 }
3926 },
3927 "node_modules/chalk/node_modules/ansi-styles": {
3928 "version": "4.3.0",
3929 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3930 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3931 "dev": true,
3932 "license": "MIT",
3933 "peer": true,
3934 "dependencies": {
3935 "color-convert": "^2.0.1"
3936 },
3937 "engines": {
3938 "node": ">=8"
3939 },
3940 "funding": {
3941 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3942 }
3943 },
3944 "node_modules/check-error": {
3945 "version": "2.1.1",
3946 "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz",
3947 "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==",
3948 "dev": true,
3949 "license": "MIT",
3950 "engines": {
3951 "node": ">= 16"
3952 }
3953 },
3954 "node_modules/chokidar": {
3955 "version": "3.6.0",
3956 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
3957 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
3958 "license": "MIT",
3959 "dependencies": {
3960 "anymatch": "~3.1.2",
3961 "braces": "~3.0.2",
3962 "glob-parent": "~5.1.2",
3963 "is-binary-path": "~2.1.0",
3964 "is-glob": "~4.0.1",
3965 "normalize-path": "~3.0.0",
3966 "readdirp": "~3.6.0"
3967 },
3968 "engines": {
3969 "node": ">= 8.10.0"
3970 },
3971 "funding": {
3972 "url": "https://paulmillr.com/funding/"
3973 },
3974 "optionalDependencies": {
3975 "fsevents": "~2.3.2"
3976 }
3977 },
3978 "node_modules/chownr": {
3979 "version": "3.0.0",
3980 "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
3981 "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
3982 "license": "BlueOak-1.0.0",
3983 "engines": {
3984 "node": ">=18"
3985 }
3986 },
3987 "node_modules/cloudflare-video-element": {
3988 "version": "1.3.4",
3989 "resolved": "https://registry.npmjs.org/cloudflare-video-element/-/cloudflare-video-element-1.3.4.tgz",
3990 "integrity": "sha512-F9g+tXzGEXI6v6L48qXxr8vnR8+L6yy7IhpJxK++lpzuVekMHTixxH7/dzLuq6OacVGziU4RB5pzZYJ7/LYtJg==",
3991 "license": "MIT"
3992 },
3993 "node_modules/clsx": {
3994 "version": "2.1.1",
3995 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
3996 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
3997 "license": "MIT",
3998 "engines": {
3999 "node": ">=6"
4000 }
4001 },
4002 "node_modules/codem-isoboxer": {
4003 "version": "0.3.10",
4004 "resolved": "https://registry.npmjs.org/codem-isoboxer/-/codem-isoboxer-0.3.10.tgz",
4005 "integrity": "sha512-eNk3TRV+xQMJ1PEj0FQGY8KD4m0GPxT487XJ+Iftm7mVa9WpPFDMWqPt+46buiP5j5Wzqe5oMIhqBcAeKfygSA==",
4006 "license": "MIT"
4007 },
4008 "node_modules/color-convert": {
4009 "version": "2.0.1",
4010 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
4011 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
4012 "dev": true,
4013 "license": "MIT",
4014 "peer": true,
4015 "dependencies": {
4016 "color-name": "~1.1.4"
4017 },
4018 "engines": {
4019 "node": ">=7.0.0"
4020 }
4021 },
4022 "node_modules/color-name": {
4023 "version": "1.1.4",
4024 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
4025 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
4026 "dev": true,
4027 "license": "MIT",
4028 "peer": true
4029 },
4030 "node_modules/compare-versions": {
4031 "version": "6.1.1",
4032 "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.1.tgz",
4033 "integrity": "sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg==",
4034 "dev": true,
4035 "license": "MIT"
4036 },
4037 "node_modules/concat-map": {
4038 "version": "0.0.1",
4039 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
4040 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
4041 "dev": true,
4042 "license": "MIT"
4043 },
4044 "node_modules/convert-source-map": {
4045 "version": "2.0.0",
4046 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
4047 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
4048 "license": "MIT"
4049 },
4050 "node_modules/cookie-es": {
4051 "version": "1.2.2",
4052 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz",
4053 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
4054 "license": "MIT"
4055 },
4056 "node_modules/core-js": {
4057 "version": "3.46.0",
4058 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.46.0.tgz",
4059 "integrity": "sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==",
4060 "hasInstallScript": true,
4061 "license": "MIT",
4062 "funding": {
4063 "type": "opencollective",
4064 "url": "https://opencollective.com/core-js"
4065 }
4066 },
4067 "node_modules/cross-spawn": {
4068 "version": "7.0.6",
4069 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
4070 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
4071 "dev": true,
4072 "license": "MIT",
4073 "peer": true,
4074 "dependencies": {
4075 "path-key": "^3.1.0",
4076 "shebang-command": "^2.0.0",
4077 "which": "^2.0.1"
4078 },
4079 "engines": {
4080 "node": ">= 8"
4081 }
4082 },
4083 "node_modules/cssstyle": {
4084 "version": "4.6.0",
4085 "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.6.0.tgz",
4086 "integrity": "sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==",
4087 "dev": true,
4088 "license": "MIT",
4089 "dependencies": {
4090 "@asamuzakjp/css-color": "^3.2.0",
4091 "rrweb-cssom": "^0.8.0"
4092 },
4093 "engines": {
4094 "node": ">=18"
4095 }
4096 },
4097 "node_modules/csstype": {
4098 "version": "3.1.3",
4099 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
4100 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
4101 "license": "MIT"
4102 },
4103 "node_modules/custom-media-element": {
4104 "version": "1.4.5",
4105 "resolved": "https://registry.npmjs.org/custom-media-element/-/custom-media-element-1.4.5.tgz",
4106 "integrity": "sha512-cjrsQufETwxjvwZbYbKBCJNvmQ2++G9AvT45zDi7NXL9k2PdVcs2h0jQz96J6G4TMKRCcEsoJ+QTgQD00Igtjw==",
4107 "license": "MIT"
4108 },
4109 "node_modules/dash-video-element": {
4110 "version": "0.1.6",
4111 "resolved": "https://registry.npmjs.org/dash-video-element/-/dash-video-element-0.1.6.tgz",
4112 "integrity": "sha512-4gHShaQjcFv6diX5EzB6qAdUGKlIUGGZY8J8yp2pQkWqR0jX4c6plYy0cFraN7mr0DZINe8ujDN1fssDYxJjcg==",
4113 "license": "MIT",
4114 "dependencies": {
4115 "custom-media-element": "^1.4.5",
4116 "dashjs": "^5.0.3"
4117 }
4118 },
4119 "node_modules/dashjs": {
4120 "version": "5.0.3",
4121 "resolved": "https://registry.npmjs.org/dashjs/-/dashjs-5.0.3.tgz",
4122 "integrity": "sha512-TXndNnCUjFjF2nYBxDVba+hWRpVkadkQ8flLp7kHkem+5+wZTfRShJCnVkPUosmjS0YPE9fVNLbYPJxHBeQZvA==",
4123 "license": "BSD-3-Clause",
4124 "dependencies": {
4125 "@svta/common-media-library": "^0.12.4",
4126 "bcp-47-match": "^2.0.3",
4127 "bcp-47-normalize": "^2.3.0",
4128 "codem-isoboxer": "0.3.10",
4129 "fast-deep-equal": "3.1.3",
4130 "html-entities": "^2.5.2",
4131 "imsc": "^1.1.5",
4132 "localforage": "^1.10.0",
4133 "path-browserify": "^1.0.1",
4134 "ua-parser-js": "^1.0.37"
4135 }
4136 },
4137 "node_modules/data-urls": {
4138 "version": "5.0.0",
4139 "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
4140 "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
4141 "dev": true,
4142 "license": "MIT",
4143 "dependencies": {
4144 "whatwg-mimetype": "^4.0.0",
4145 "whatwg-url": "^14.0.0"
4146 },
4147 "engines": {
4148 "node": ">=18"
4149 }
4150 },
4151 "node_modules/data-view-buffer": {
4152 "version": "1.0.2",
4153 "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
4154 "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
4155 "dev": true,
4156 "license": "MIT",
4157 "dependencies": {
4158 "call-bound": "^1.0.3",
4159 "es-errors": "^1.3.0",
4160 "is-data-view": "^1.0.2"
4161 },
4162 "engines": {
4163 "node": ">= 0.4"
4164 },
4165 "funding": {
4166 "url": "https://github.com/sponsors/ljharb"
4167 }
4168 },
4169 "node_modules/data-view-byte-length": {
4170 "version": "1.0.2",
4171 "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
4172 "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
4173 "dev": true,
4174 "license": "MIT",
4175 "dependencies": {
4176 "call-bound": "^1.0.3",
4177 "es-errors": "^1.3.0",
4178 "is-data-view": "^1.0.2"
4179 },
4180 "engines": {
4181 "node": ">= 0.4"
4182 },
4183 "funding": {
4184 "url": "https://github.com/sponsors/inspect-js"
4185 }
4186 },
4187 "node_modules/data-view-byte-offset": {
4188 "version": "1.0.1",
4189 "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
4190 "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
4191 "dev": true,
4192 "license": "MIT",
4193 "dependencies": {
4194 "call-bound": "^1.0.2",
4195 "es-errors": "^1.3.0",
4196 "is-data-view": "^1.0.1"
4197 },
4198 "engines": {
4199 "node": ">= 0.4"
4200 },
4201 "funding": {
4202 "url": "https://github.com/sponsors/ljharb"
4203 }
4204 },
4205 "node_modules/debug": {
4206 "version": "4.4.1",
4207 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
4208 "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
4209 "license": "MIT",
4210 "dependencies": {
4211 "ms": "^2.1.3"
4212 },
4213 "engines": {
4214 "node": ">=6.0"
4215 },
4216 "peerDependenciesMeta": {
4217 "supports-color": {
4218 "optional": true
4219 }
4220 }
4221 },
4222 "node_modules/decimal.js": {
4223 "version": "10.6.0",
4224 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
4225 "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
4226 "dev": true,
4227 "license": "MIT"
4228 },
4229 "node_modules/deep-eql": {
4230 "version": "5.0.2",
4231 "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
4232 "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
4233 "dev": true,
4234 "license": "MIT",
4235 "engines": {
4236 "node": ">=6"
4237 }
4238 },
4239 "node_modules/deep-is": {
4240 "version": "0.1.4",
4241 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
4242 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
4243 "dev": true,
4244 "license": "MIT",
4245 "peer": true
4246 },
4247 "node_modules/define-data-property": {
4248 "version": "1.1.4",
4249 "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
4250 "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
4251 "dev": true,
4252 "license": "MIT",
4253 "dependencies": {
4254 "es-define-property": "^1.0.0",
4255 "es-errors": "^1.3.0",
4256 "gopd": "^1.0.1"
4257 },
4258 "engines": {
4259 "node": ">= 0.4"
4260 },
4261 "funding": {
4262 "url": "https://github.com/sponsors/ljharb"
4263 }
4264 },
4265 "node_modules/define-properties": {
4266 "version": "1.2.1",
4267 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
4268 "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
4269 "dev": true,
4270 "license": "MIT",
4271 "dependencies": {
4272 "define-data-property": "^1.0.1",
4273 "has-property-descriptors": "^1.0.0",
4274 "object-keys": "^1.1.1"
4275 },
4276 "engines": {
4277 "node": ">= 0.4"
4278 },
4279 "funding": {
4280 "url": "https://github.com/sponsors/ljharb"
4281 }
4282 },
4283 "node_modules/dequal": {
4284 "version": "2.0.3",
4285 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
4286 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
4287 "dev": true,
4288 "license": "MIT",
4289 "engines": {
4290 "node": ">=6"
4291 }
4292 },
4293 "node_modules/detect-libc": {
4294 "version": "2.0.4",
4295 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
4296 "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
4297 "license": "Apache-2.0",
4298 "engines": {
4299 "node": ">=8"
4300 }
4301 },
4302 "node_modules/diff": {
4303 "version": "8.0.2",
4304 "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.2.tgz",
4305 "integrity": "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==",
4306 "license": "BSD-3-Clause",
4307 "engines": {
4308 "node": ">=0.3.1"
4309 }
4310 },
4311 "node_modules/doctrine": {
4312 "version": "2.1.0",
4313 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
4314 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
4315 "dev": true,
4316 "license": "Apache-2.0",
4317 "dependencies": {
4318 "esutils": "^2.0.2"
4319 },
4320 "engines": {
4321 "node": ">=0.10.0"
4322 }
4323 },
4324 "node_modules/dom-accessibility-api": {
4325 "version": "0.5.16",
4326 "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
4327 "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
4328 "dev": true,
4329 "license": "MIT"
4330 },
4331 "node_modules/dunder-proto": {
4332 "version": "1.0.1",
4333 "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
4334 "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
4335 "dev": true,
4336 "license": "MIT",
4337 "dependencies": {
4338 "call-bind-apply-helpers": "^1.0.1",
4339 "es-errors": "^1.3.0",
4340 "gopd": "^1.2.0"
4341 },
4342 "engines": {
4343 "node": ">= 0.4"
4344 }
4345 },
4346 "node_modules/electron-to-chromium": {
4347 "version": "1.5.211",
4348 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.211.tgz",
4349 "integrity": "sha512-IGBvimJkotaLzFnwIVgW9/UD/AOJ2tByUmeOrtqBfACSbAw5b1G0XpvdaieKyc7ULmbwXVx+4e4Be8pOPBrYkw==",
4350 "license": "ISC"
4351 },
4352 "node_modules/enhanced-resolve": {
4353 "version": "5.18.3",
4354 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
4355 "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
4356 "license": "MIT",
4357 "dependencies": {
4358 "graceful-fs": "^4.2.4",
4359 "tapable": "^2.2.0"
4360 },
4361 "engines": {
4362 "node": ">=10.13.0"
4363 }
4364 },
4365 "node_modules/entities": {
4366 "version": "6.0.1",
4367 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
4368 "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
4369 "dev": true,
4370 "license": "BSD-2-Clause",
4371 "engines": {
4372 "node": ">=0.12"
4373 },
4374 "funding": {
4375 "url": "https://github.com/fb55/entities?sponsor=1"
4376 }
4377 },
4378 "node_modules/es-abstract": {
4379 "version": "1.24.0",
4380 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
4381 "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
4382 "dev": true,
4383 "license": "MIT",
4384 "dependencies": {
4385 "array-buffer-byte-length": "^1.0.2",
4386 "arraybuffer.prototype.slice": "^1.0.4",
4387 "available-typed-arrays": "^1.0.7",
4388 "call-bind": "^1.0.8",
4389 "call-bound": "^1.0.4",
4390 "data-view-buffer": "^1.0.2",
4391 "data-view-byte-length": "^1.0.2",
4392 "data-view-byte-offset": "^1.0.1",
4393 "es-define-property": "^1.0.1",
4394 "es-errors": "^1.3.0",
4395 "es-object-atoms": "^1.1.1",
4396 "es-set-tostringtag": "^2.1.0",
4397 "es-to-primitive": "^1.3.0",
4398 "function.prototype.name": "^1.1.8",
4399 "get-intrinsic": "^1.3.0",
4400 "get-proto": "^1.0.1",
4401 "get-symbol-description": "^1.1.0",
4402 "globalthis": "^1.0.4",
4403 "gopd": "^1.2.0",
4404 "has-property-descriptors": "^1.0.2",
4405 "has-proto": "^1.2.0",
4406 "has-symbols": "^1.1.0",
4407 "hasown": "^2.0.2",
4408 "internal-slot": "^1.1.0",
4409 "is-array-buffer": "^3.0.5",
4410 "is-callable": "^1.2.7",
4411 "is-data-view": "^1.0.2",
4412 "is-negative-zero": "^2.0.3",
4413 "is-regex": "^1.2.1",
4414 "is-set": "^2.0.3",
4415 "is-shared-array-buffer": "^1.0.4",
4416 "is-string": "^1.1.1",
4417 "is-typed-array": "^1.1.15",
4418 "is-weakref": "^1.1.1",
4419 "math-intrinsics": "^1.1.0",
4420 "object-inspect": "^1.13.4",
4421 "object-keys": "^1.1.1",
4422 "object.assign": "^4.1.7",
4423 "own-keys": "^1.0.1",
4424 "regexp.prototype.flags": "^1.5.4",
4425 "safe-array-concat": "^1.1.3",
4426 "safe-push-apply": "^1.0.0",
4427 "safe-regex-test": "^1.1.0",
4428 "set-proto": "^1.0.0",
4429 "stop-iteration-iterator": "^1.1.0",
4430 "string.prototype.trim": "^1.2.10",
4431 "string.prototype.trimend": "^1.0.9",
4432 "string.prototype.trimstart": "^1.0.8",
4433 "typed-array-buffer": "^1.0.3",
4434 "typed-array-byte-length": "^1.0.3",
4435 "typed-array-byte-offset": "^1.0.4",
4436 "typed-array-length": "^1.0.7",
4437 "unbox-primitive": "^1.1.0",
4438 "which-typed-array": "^1.1.19"
4439 },
4440 "engines": {
4441 "node": ">= 0.4"
4442 },
4443 "funding": {
4444 "url": "https://github.com/sponsors/ljharb"
4445 }
4446 },
4447 "node_modules/es-define-property": {
4448 "version": "1.0.1",
4449 "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
4450 "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
4451 "dev": true,
4452 "license": "MIT",
4453 "engines": {
4454 "node": ">= 0.4"
4455 }
4456 },
4457 "node_modules/es-errors": {
4458 "version": "1.3.0",
4459 "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
4460 "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
4461 "dev": true,
4462 "license": "MIT",
4463 "engines": {
4464 "node": ">= 0.4"
4465 }
4466 },
4467 "node_modules/es-iterator-helpers": {
4468 "version": "1.2.1",
4469 "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
4470 "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
4471 "dev": true,
4472 "license": "MIT",
4473 "dependencies": {
4474 "call-bind": "^1.0.8",
4475 "call-bound": "^1.0.3",
4476 "define-properties": "^1.2.1",
4477 "es-abstract": "^1.23.6",
4478 "es-errors": "^1.3.0",
4479 "es-set-tostringtag": "^2.0.3",
4480 "function-bind": "^1.1.2",
4481 "get-intrinsic": "^1.2.6",
4482 "globalthis": "^1.0.4",
4483 "gopd": "^1.2.0",
4484 "has-property-descriptors": "^1.0.2",
4485 "has-proto": "^1.2.0",
4486 "has-symbols": "^1.1.0",
4487 "internal-slot": "^1.1.0",
4488 "iterator.prototype": "^1.1.4",
4489 "safe-array-concat": "^1.1.3"
4490 },
4491 "engines": {
4492 "node": ">= 0.4"
4493 }
4494 },
4495 "node_modules/es-module-lexer": {
4496 "version": "1.7.0",
4497 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
4498 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
4499 "dev": true,
4500 "license": "MIT"
4501 },
4502 "node_modules/es-object-atoms": {
4503 "version": "1.1.1",
4504 "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
4505 "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
4506 "dev": true,
4507 "license": "MIT",
4508 "dependencies": {
4509 "es-errors": "^1.3.0"
4510 },
4511 "engines": {
4512 "node": ">= 0.4"
4513 }
4514 },
4515 "node_modules/es-set-tostringtag": {
4516 "version": "2.1.0",
4517 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
4518 "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
4519 "dev": true,
4520 "license": "MIT",
4521 "dependencies": {
4522 "es-errors": "^1.3.0",
4523 "get-intrinsic": "^1.2.6",
4524 "has-tostringtag": "^1.0.2",
4525 "hasown": "^2.0.2"
4526 },
4527 "engines": {
4528 "node": ">= 0.4"
4529 }
4530 },
4531 "node_modules/es-shim-unscopables": {
4532 "version": "1.1.0",
4533 "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
4534 "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
4535 "dev": true,
4536 "license": "MIT",
4537 "dependencies": {
4538 "hasown": "^2.0.2"
4539 },
4540 "engines": {
4541 "node": ">= 0.4"
4542 }
4543 },
4544 "node_modules/es-to-primitive": {
4545 "version": "1.3.0",
4546 "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
4547 "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
4548 "dev": true,
4549 "license": "MIT",
4550 "dependencies": {
4551 "is-callable": "^1.2.7",
4552 "is-date-object": "^1.0.5",
4553 "is-symbol": "^1.0.4"
4554 },
4555 "engines": {
4556 "node": ">= 0.4"
4557 },
4558 "funding": {
4559 "url": "https://github.com/sponsors/ljharb"
4560 }
4561 },
4562 "node_modules/esbuild": {
4563 "version": "0.25.9",
4564 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz",
4565 "integrity": "sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==",
4566 "hasInstallScript": true,
4567 "license": "MIT",
4568 "bin": {
4569 "esbuild": "bin/esbuild"
4570 },
4571 "engines": {
4572 "node": ">=18"
4573 },
4574 "optionalDependencies": {
4575 "@esbuild/aix-ppc64": "0.25.9",
4576 "@esbuild/android-arm": "0.25.9",
4577 "@esbuild/android-arm64": "0.25.9",
4578 "@esbuild/android-x64": "0.25.9",
4579 "@esbuild/darwin-arm64": "0.25.9",
4580 "@esbuild/darwin-x64": "0.25.9",
4581 "@esbuild/freebsd-arm64": "0.25.9",
4582 "@esbuild/freebsd-x64": "0.25.9",
4583 "@esbuild/linux-arm": "0.25.9",
4584 "@esbuild/linux-arm64": "0.25.9",
4585 "@esbuild/linux-ia32": "0.25.9",
4586 "@esbuild/linux-loong64": "0.25.9",
4587 "@esbuild/linux-mips64el": "0.25.9",
4588 "@esbuild/linux-ppc64": "0.25.9",
4589 "@esbuild/linux-riscv64": "0.25.9",
4590 "@esbuild/linux-s390x": "0.25.9",
4591 "@esbuild/linux-x64": "0.25.9",
4592 "@esbuild/netbsd-arm64": "0.25.9",
4593 "@esbuild/netbsd-x64": "0.25.9",
4594 "@esbuild/openbsd-arm64": "0.25.9",
4595 "@esbuild/openbsd-x64": "0.25.9",
4596 "@esbuild/openharmony-arm64": "0.25.9",
4597 "@esbuild/sunos-x64": "0.25.9",
4598 "@esbuild/win32-arm64": "0.25.9",
4599 "@esbuild/win32-ia32": "0.25.9",
4600 "@esbuild/win32-x64": "0.25.9"
4601 }
4602 },
4603 "node_modules/escalade": {
4604 "version": "3.2.0",
4605 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
4606 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
4607 "license": "MIT",
4608 "engines": {
4609 "node": ">=6"
4610 }
4611 },
4612 "node_modules/escape-string-regexp": {
4613 "version": "4.0.0",
4614 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
4615 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
4616 "dev": true,
4617 "license": "MIT",
4618 "peer": true,
4619 "engines": {
4620 "node": ">=10"
4621 },
4622 "funding": {
4623 "url": "https://github.com/sponsors/sindresorhus"
4624 }
4625 },
4626 "node_modules/eslint": {
4627 "version": "9.37.0",
4628 "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.37.0.tgz",
4629 "integrity": "sha512-XyLmROnACWqSxiGYArdef1fItQd47weqB7iwtfr9JHwRrqIXZdcFMvvEcL9xHCmL0SNsOvF0c42lWyM1U5dgig==",
4630 "dev": true,
4631 "license": "MIT",
4632 "peer": true,
4633 "dependencies": {
4634 "@eslint-community/eslint-utils": "^4.8.0",
4635 "@eslint-community/regexpp": "^4.12.1",
4636 "@eslint/config-array": "^0.21.0",
4637 "@eslint/config-helpers": "^0.4.0",
4638 "@eslint/core": "^0.16.0",
4639 "@eslint/eslintrc": "^3.3.1",
4640 "@eslint/js": "9.37.0",
4641 "@eslint/plugin-kit": "^0.4.0",
4642 "@humanfs/node": "^0.16.6",
4643 "@humanwhocodes/module-importer": "^1.0.1",
4644 "@humanwhocodes/retry": "^0.4.2",
4645 "@types/estree": "^1.0.6",
4646 "@types/json-schema": "^7.0.15",
4647 "ajv": "^6.12.4",
4648 "chalk": "^4.0.0",
4649 "cross-spawn": "^7.0.6",
4650 "debug": "^4.3.2",
4651 "escape-string-regexp": "^4.0.0",
4652 "eslint-scope": "^8.4.0",
4653 "eslint-visitor-keys": "^4.2.1",
4654 "espree": "^10.4.0",
4655 "esquery": "^1.5.0",
4656 "esutils": "^2.0.2",
4657 "fast-deep-equal": "^3.1.3",
4658 "file-entry-cache": "^8.0.0",
4659 "find-up": "^5.0.0",
4660 "glob-parent": "^6.0.2",
4661 "ignore": "^5.2.0",
4662 "imurmurhash": "^0.1.4",
4663 "is-glob": "^4.0.0",
4664 "json-stable-stringify-without-jsonify": "^1.0.1",
4665 "lodash.merge": "^4.6.2",
4666 "minimatch": "^3.1.2",
4667 "natural-compare": "^1.4.0",
4668 "optionator": "^0.9.3"
4669 },
4670 "bin": {
4671 "eslint": "bin/eslint.js"
4672 },
4673 "engines": {
4674 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4675 },
4676 "funding": {
4677 "url": "https://eslint.org/donate"
4678 },
4679 "peerDependencies": {
4680 "jiti": "*"
4681 },
4682 "peerDependenciesMeta": {
4683 "jiti": {
4684 "optional": true
4685 }
4686 }
4687 },
4688 "node_modules/eslint-plugin-react": {
4689 "version": "7.37.5",
4690 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
4691 "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
4692 "dev": true,
4693 "license": "MIT",
4694 "dependencies": {
4695 "array-includes": "^3.1.8",
4696 "array.prototype.findlast": "^1.2.5",
4697 "array.prototype.flatmap": "^1.3.3",
4698 "array.prototype.tosorted": "^1.1.4",
4699 "doctrine": "^2.1.0",
4700 "es-iterator-helpers": "^1.2.1",
4701 "estraverse": "^5.3.0",
4702 "hasown": "^2.0.2",
4703 "jsx-ast-utils": "^2.4.1 || ^3.0.0",
4704 "minimatch": "^3.1.2",
4705 "object.entries": "^1.1.9",
4706 "object.fromentries": "^2.0.8",
4707 "object.values": "^1.2.1",
4708 "prop-types": "^15.8.1",
4709 "resolve": "^2.0.0-next.5",
4710 "semver": "^6.3.1",
4711 "string.prototype.matchall": "^4.0.12",
4712 "string.prototype.repeat": "^1.0.0"
4713 },
4714 "engines": {
4715 "node": ">=4"
4716 },
4717 "peerDependencies": {
4718 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
4719 }
4720 },
4721 "node_modules/eslint-plugin-react-dom": {
4722 "version": "2.2.1",
4723 "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-2.2.1.tgz",
4724 "integrity": "sha512-g6B4yTLHWhgqu3mN0kUJvrQp285uFMQYXzWVAIBqziV6n93sgPH8Eb8ht3gTzRUfA9Rt3JQr8QaxBxpfSkp67w==",
4725 "dev": true,
4726 "license": "MIT",
4727 "dependencies": {
4728 "@eslint-react/ast": "2.2.1",
4729 "@eslint-react/core": "2.2.1",
4730 "@eslint-react/eff": "2.2.1",
4731 "@eslint-react/shared": "2.2.1",
4732 "@eslint-react/var": "2.2.1",
4733 "@typescript-eslint/scope-manager": "^8.46.0",
4734 "@typescript-eslint/types": "^8.46.0",
4735 "@typescript-eslint/utils": "^8.46.0",
4736 "compare-versions": "^6.1.1",
4737 "string-ts": "^2.2.1",
4738 "ts-pattern": "^5.8.0"
4739 },
4740 "engines": {
4741 "node": ">=20.19.0"
4742 },
4743 "peerDependencies": {
4744 "eslint": "^9.37.0",
4745 "typescript": "^5.9.3"
4746 }
4747 },
4748 "node_modules/eslint-plugin-react-hooks": {
4749 "version": "7.0.0",
4750 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.0.tgz",
4751 "integrity": "sha512-fNXaOwvKwq2+pXiRpXc825Vd63+KM4DLL40Rtlycb8m7fYpp6efrTp1sa6ZbP/Ap58K2bEKFXRmhURE+CJAQWw==",
4752 "dev": true,
4753 "license": "MIT",
4754 "dependencies": {
4755 "@babel/core": "^7.24.4",
4756 "@babel/parser": "^7.24.4",
4757 "hermes-parser": "^0.25.1",
4758 "zod": "^3.22.4 || ^4.0.0",
4759 "zod-validation-error": "^3.0.3 || ^4.0.0"
4760 },
4761 "engines": {
4762 "node": ">=18"
4763 },
4764 "peerDependencies": {
4765 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
4766 }
4767 },
4768 "node_modules/eslint-plugin-react-hooks-extra": {
4769 "version": "2.2.1",
4770 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks-extra/-/eslint-plugin-react-hooks-extra-2.2.1.tgz",
4771 "integrity": "sha512-MfUbjKIEhF0qEpfXIPgcmmteCx5h9lMuuMGLaau4KmOKh3vewj6DW/JubVuhQ+7eaHqpuCz8/0uBH0k2lfavjg==",
4772 "dev": true,
4773 "license": "MIT",
4774 "dependencies": {
4775 "@eslint-react/ast": "2.2.1",
4776 "@eslint-react/core": "2.2.1",
4777 "@eslint-react/eff": "2.2.1",
4778 "@eslint-react/shared": "2.2.1",
4779 "@eslint-react/var": "2.2.1",
4780 "@typescript-eslint/scope-manager": "^8.46.0",
4781 "@typescript-eslint/type-utils": "^8.46.0",
4782 "@typescript-eslint/types": "^8.46.0",
4783 "@typescript-eslint/utils": "^8.46.0",
4784 "string-ts": "^2.2.1",
4785 "ts-pattern": "^5.8.0"
4786 },
4787 "engines": {
4788 "node": ">=20.0.0"
4789 },
4790 "peerDependencies": {
4791 "eslint": "^9.37.0",
4792 "typescript": "^5.9.3"
4793 }
4794 },
4795 "node_modules/eslint-plugin-react-naming-convention": {
4796 "version": "2.2.1",
4797 "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-2.2.1.tgz",
4798 "integrity": "sha512-yjNfzPmYAJDFp7yZ4BkmwBRmK3mAGYGXFDyb5Ws2vZBj6R8BKbh5Ao/Chmemo/LmW7a2IoySICuBp6wxuBC9Yg==",
4799 "dev": true,
4800 "license": "MIT",
4801 "dependencies": {
4802 "@eslint-react/ast": "2.2.1",
4803 "@eslint-react/core": "2.2.1",
4804 "@eslint-react/eff": "2.2.1",
4805 "@eslint-react/shared": "2.2.1",
4806 "@eslint-react/var": "2.2.1",
4807 "@typescript-eslint/scope-manager": "^8.46.0",
4808 "@typescript-eslint/type-utils": "^8.46.0",
4809 "@typescript-eslint/types": "^8.46.0",
4810 "@typescript-eslint/utils": "^8.46.0",
4811 "string-ts": "^2.2.1",
4812 "ts-pattern": "^5.8.0"
4813 },
4814 "engines": {
4815 "node": ">=20.19.0"
4816 },
4817 "peerDependencies": {
4818 "eslint": "^9.37.0",
4819 "typescript": "^5.9.3"
4820 }
4821 },
4822 "node_modules/eslint-plugin-react-web-api": {
4823 "version": "2.2.1",
4824 "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-2.2.1.tgz",
4825 "integrity": "sha512-JGRufRDJ8rmckQ82R+3kKhl9ybVeCjRt8fo8/IvxCQJukyyL4Y5b+mOwnPTRDJLQMeDzql4VDeeLegcjweTmAw==",
4826 "dev": true,
4827 "license": "MIT",
4828 "dependencies": {
4829 "@eslint-react/ast": "2.2.1",
4830 "@eslint-react/core": "2.2.1",
4831 "@eslint-react/eff": "2.2.1",
4832 "@eslint-react/shared": "2.2.1",
4833 "@eslint-react/var": "2.2.1",
4834 "@typescript-eslint/scope-manager": "^8.46.0",
4835 "@typescript-eslint/types": "^8.46.0",
4836 "@typescript-eslint/utils": "^8.46.0",
4837 "string-ts": "^2.2.1",
4838 "ts-pattern": "^5.8.0"
4839 },
4840 "engines": {
4841 "node": ">=20.19.0"
4842 },
4843 "peerDependencies": {
4844 "eslint": "^9.37.0",
4845 "typescript": "^5.9.3"
4846 }
4847 },
4848 "node_modules/eslint-plugin-react-x": {
4849 "version": "2.2.1",
4850 "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-2.2.1.tgz",
4851 "integrity": "sha512-Bz5MoLgimALqiJ5O7/KQ/JhZ7AC24qILvA7KHsjT5n0XEQKrktGKGZEm4AKiKsTmboAitpVbHDB9kGpwXIrFXw==",
4852 "dev": true,
4853 "license": "MIT",
4854 "dependencies": {
4855 "@eslint-react/ast": "2.2.1",
4856 "@eslint-react/core": "2.2.1",
4857 "@eslint-react/eff": "2.2.1",
4858 "@eslint-react/shared": "2.2.1",
4859 "@eslint-react/var": "2.2.1",
4860 "@typescript-eslint/scope-manager": "^8.46.0",
4861 "@typescript-eslint/type-utils": "^8.46.0",
4862 "@typescript-eslint/types": "^8.46.0",
4863 "@typescript-eslint/utils": "^8.46.0",
4864 "compare-versions": "^6.1.1",
4865 "is-immutable-type": "^5.0.1",
4866 "string-ts": "^2.2.1",
4867 "ts-api-utils": "^2.1.0",
4868 "ts-pattern": "^5.8.0"
4869 },
4870 "engines": {
4871 "node": ">=20.19.0"
4872 },
4873 "peerDependencies": {
4874 "eslint": "^9.37.0",
4875 "typescript": "^5.9.3"
4876 }
4877 },
4878 "node_modules/eslint-plugin-simple-import-sort": {
4879 "version": "12.1.1",
4880 "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-12.1.1.tgz",
4881 "integrity": "sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==",
4882 "dev": true,
4883 "license": "MIT",
4884 "peerDependencies": {
4885 "eslint": ">=5.0.0"
4886 }
4887 },
4888 "node_modules/eslint-plugin-unused-imports": {
4889 "version": "4.2.0",
4890 "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.2.0.tgz",
4891 "integrity": "sha512-hLbJ2/wnjKq4kGA9AUaExVFIbNzyxYdVo49QZmKCnhk5pc9wcYRbfgLHvWJ8tnsdcseGhoUAddm9gn/lt+d74w==",
4892 "dev": true,
4893 "license": "MIT",
4894 "peerDependencies": {
4895 "@typescript-eslint/eslint-plugin": "^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0",
4896 "eslint": "^9.0.0 || ^8.0.0"
4897 },
4898 "peerDependenciesMeta": {
4899 "@typescript-eslint/eslint-plugin": {
4900 "optional": true
4901 }
4902 }
4903 },
4904 "node_modules/eslint-scope": {
4905 "version": "8.4.0",
4906 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
4907 "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
4908 "dev": true,
4909 "license": "BSD-2-Clause",
4910 "peer": true,
4911 "dependencies": {
4912 "esrecurse": "^4.3.0",
4913 "estraverse": "^5.2.0"
4914 },
4915 "engines": {
4916 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4917 },
4918 "funding": {
4919 "url": "https://opencollective.com/eslint"
4920 }
4921 },
4922 "node_modules/eslint-visitor-keys": {
4923 "version": "4.2.1",
4924 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
4925 "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
4926 "dev": true,
4927 "license": "Apache-2.0",
4928 "engines": {
4929 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4930 },
4931 "funding": {
4932 "url": "https://opencollective.com/eslint"
4933 }
4934 },
4935 "node_modules/eslint/node_modules/glob-parent": {
4936 "version": "6.0.2",
4937 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
4938 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
4939 "dev": true,
4940 "license": "ISC",
4941 "peer": true,
4942 "dependencies": {
4943 "is-glob": "^4.0.3"
4944 },
4945 "engines": {
4946 "node": ">=10.13.0"
4947 }
4948 },
4949 "node_modules/espree": {
4950 "version": "10.4.0",
4951 "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
4952 "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
4953 "dev": true,
4954 "license": "BSD-2-Clause",
4955 "peer": true,
4956 "dependencies": {
4957 "acorn": "^8.15.0",
4958 "acorn-jsx": "^5.3.2",
4959 "eslint-visitor-keys": "^4.2.1"
4960 },
4961 "engines": {
4962 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4963 },
4964 "funding": {
4965 "url": "https://opencollective.com/eslint"
4966 }
4967 },
4968 "node_modules/esprima": {
4969 "version": "4.0.1",
4970 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
4971 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
4972 "license": "BSD-2-Clause",
4973 "bin": {
4974 "esparse": "bin/esparse.js",
4975 "esvalidate": "bin/esvalidate.js"
4976 },
4977 "engines": {
4978 "node": ">=4"
4979 }
4980 },
4981 "node_modules/esquery": {
4982 "version": "1.6.0",
4983 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
4984 "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
4985 "dev": true,
4986 "license": "BSD-3-Clause",
4987 "peer": true,
4988 "dependencies": {
4989 "estraverse": "^5.1.0"
4990 },
4991 "engines": {
4992 "node": ">=0.10"
4993 }
4994 },
4995 "node_modules/esrecurse": {
4996 "version": "4.3.0",
4997 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
4998 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
4999 "dev": true,
5000 "license": "BSD-2-Clause",
5001 "peer": true,
5002 "dependencies": {
5003 "estraverse": "^5.2.0"
5004 },
5005 "engines": {
5006 "node": ">=4.0"
5007 }
5008 },
5009 "node_modules/estraverse": {
5010 "version": "5.3.0",
5011 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
5012 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
5013 "dev": true,
5014 "license": "BSD-2-Clause",
5015 "engines": {
5016 "node": ">=4.0"
5017 }
5018 },
5019 "node_modules/estree-walker": {
5020 "version": "3.0.3",
5021 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
5022 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
5023 "dev": true,
5024 "license": "MIT",
5025 "dependencies": {
5026 "@types/estree": "^1.0.0"
5027 }
5028 },
5029 "node_modules/esutils": {
5030 "version": "2.0.3",
5031 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
5032 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
5033 "dev": true,
5034 "license": "BSD-2-Clause",
5035 "engines": {
5036 "node": ">=0.10.0"
5037 }
5038 },
5039 "node_modules/expect-type": {
5040 "version": "1.2.2",
5041 "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.2.2.tgz",
5042 "integrity": "sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==",
5043 "dev": true,
5044 "license": "Apache-2.0",
5045 "engines": {
5046 "node": ">=12.0.0"
5047 }
5048 },
5049 "node_modules/fast-deep-equal": {
5050 "version": "3.1.3",
5051 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
5052 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
5053 "license": "MIT"
5054 },
5055 "node_modules/fast-glob": {
5056 "version": "3.3.3",
5057 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
5058 "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
5059 "dev": true,
5060 "license": "MIT",
5061 "dependencies": {
5062 "@nodelib/fs.stat": "^2.0.2",
5063 "@nodelib/fs.walk": "^1.2.3",
5064 "glob-parent": "^5.1.2",
5065 "merge2": "^1.3.0",
5066 "micromatch": "^4.0.8"
5067 },
5068 "engines": {
5069 "node": ">=8.6.0"
5070 }
5071 },
5072 "node_modules/fast-json-stable-stringify": {
5073 "version": "2.1.0",
5074 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
5075 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
5076 "dev": true,
5077 "license": "MIT",
5078 "peer": true
5079 },
5080 "node_modules/fast-levenshtein": {
5081 "version": "2.0.6",
5082 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
5083 "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
5084 "dev": true,
5085 "license": "MIT",
5086 "peer": true
5087 },
5088 "node_modules/fastq": {
5089 "version": "1.19.1",
5090 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
5091 "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
5092 "dev": true,
5093 "license": "ISC",
5094 "dependencies": {
5095 "reusify": "^1.0.4"
5096 }
5097 },
5098 "node_modules/file-entry-cache": {
5099 "version": "8.0.0",
5100 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
5101 "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
5102 "dev": true,
5103 "license": "MIT",
5104 "peer": true,
5105 "dependencies": {
5106 "flat-cache": "^4.0.0"
5107 },
5108 "engines": {
5109 "node": ">=16.0.0"
5110 }
5111 },
5112 "node_modules/fill-range": {
5113 "version": "7.1.1",
5114 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
5115 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
5116 "license": "MIT",
5117 "dependencies": {
5118 "to-regex-range": "^5.0.1"
5119 },
5120 "engines": {
5121 "node": ">=8"
5122 }
5123 },
5124 "node_modules/find-up": {
5125 "version": "5.0.0",
5126 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
5127 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
5128 "dev": true,
5129 "license": "MIT",
5130 "peer": true,
5131 "dependencies": {
5132 "locate-path": "^6.0.0",
5133 "path-exists": "^4.0.0"
5134 },
5135 "engines": {
5136 "node": ">=10"
5137 },
5138 "funding": {
5139 "url": "https://github.com/sponsors/sindresorhus"
5140 }
5141 },
5142 "node_modules/flat-cache": {
5143 "version": "4.0.1",
5144 "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
5145 "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
5146 "dev": true,
5147 "license": "MIT",
5148 "peer": true,
5149 "dependencies": {
5150 "flatted": "^3.2.9",
5151 "keyv": "^4.5.4"
5152 },
5153 "engines": {
5154 "node": ">=16"
5155 }
5156 },
5157 "node_modules/flatted": {
5158 "version": "3.3.3",
5159 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
5160 "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
5161 "dev": true,
5162 "license": "ISC",
5163 "peer": true
5164 },
5165 "node_modules/for-each": {
5166 "version": "0.3.5",
5167 "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
5168 "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
5169 "dev": true,
5170 "license": "MIT",
5171 "dependencies": {
5172 "is-callable": "^1.2.7"
5173 },
5174 "engines": {
5175 "node": ">= 0.4"
5176 },
5177 "funding": {
5178 "url": "https://github.com/sponsors/ljharb"
5179 }
5180 },
5181 "node_modules/fsevents": {
5182 "version": "2.3.3",
5183 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
5184 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
5185 "hasInstallScript": true,
5186 "license": "MIT",
5187 "optional": true,
5188 "os": [
5189 "darwin"
5190 ],
5191 "engines": {
5192 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
5193 }
5194 },
5195 "node_modules/function-bind": {
5196 "version": "1.1.2",
5197 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
5198 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
5199 "dev": true,
5200 "license": "MIT",
5201 "funding": {
5202 "url": "https://github.com/sponsors/ljharb"
5203 }
5204 },
5205 "node_modules/function.prototype.name": {
5206 "version": "1.1.8",
5207 "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
5208 "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
5209 "dev": true,
5210 "license": "MIT",
5211 "dependencies": {
5212 "call-bind": "^1.0.8",
5213 "call-bound": "^1.0.3",
5214 "define-properties": "^1.2.1",
5215 "functions-have-names": "^1.2.3",
5216 "hasown": "^2.0.2",
5217 "is-callable": "^1.2.7"
5218 },
5219 "engines": {
5220 "node": ">= 0.4"
5221 },
5222 "funding": {
5223 "url": "https://github.com/sponsors/ljharb"
5224 }
5225 },
5226 "node_modules/functions-have-names": {
5227 "version": "1.2.3",
5228 "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
5229 "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
5230 "dev": true,
5231 "license": "MIT",
5232 "funding": {
5233 "url": "https://github.com/sponsors/ljharb"
5234 }
5235 },
5236 "node_modules/generator-function": {
5237 "version": "2.0.1",
5238 "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
5239 "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
5240 "dev": true,
5241 "license": "MIT",
5242 "engines": {
5243 "node": ">= 0.4"
5244 }
5245 },
5246 "node_modules/gensync": {
5247 "version": "1.0.0-beta.2",
5248 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
5249 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
5250 "license": "MIT",
5251 "engines": {
5252 "node": ">=6.9.0"
5253 }
5254 },
5255 "node_modules/get-intrinsic": {
5256 "version": "1.3.0",
5257 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
5258 "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
5259 "dev": true,
5260 "license": "MIT",
5261 "dependencies": {
5262 "call-bind-apply-helpers": "^1.0.2",
5263 "es-define-property": "^1.0.1",
5264 "es-errors": "^1.3.0",
5265 "es-object-atoms": "^1.1.1",
5266 "function-bind": "^1.1.2",
5267 "get-proto": "^1.0.1",
5268 "gopd": "^1.2.0",
5269 "has-symbols": "^1.1.0",
5270 "hasown": "^2.0.2",
5271 "math-intrinsics": "^1.1.0"
5272 },
5273 "engines": {
5274 "node": ">= 0.4"
5275 },
5276 "funding": {
5277 "url": "https://github.com/sponsors/ljharb"
5278 }
5279 },
5280 "node_modules/get-proto": {
5281 "version": "1.0.1",
5282 "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
5283 "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
5284 "dev": true,
5285 "license": "MIT",
5286 "dependencies": {
5287 "dunder-proto": "^1.0.1",
5288 "es-object-atoms": "^1.0.0"
5289 },
5290 "engines": {
5291 "node": ">= 0.4"
5292 }
5293 },
5294 "node_modules/get-symbol-description": {
5295 "version": "1.1.0",
5296 "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
5297 "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
5298 "dev": true,
5299 "license": "MIT",
5300 "dependencies": {
5301 "call-bound": "^1.0.3",
5302 "es-errors": "^1.3.0",
5303 "get-intrinsic": "^1.2.6"
5304 },
5305 "engines": {
5306 "node": ">= 0.4"
5307 },
5308 "funding": {
5309 "url": "https://github.com/sponsors/ljharb"
5310 }
5311 },
5312 "node_modules/get-tsconfig": {
5313 "version": "4.10.1",
5314 "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.1.tgz",
5315 "integrity": "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==",
5316 "license": "MIT",
5317 "dependencies": {
5318 "resolve-pkg-maps": "^1.0.0"
5319 },
5320 "funding": {
5321 "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
5322 }
5323 },
5324 "node_modules/glob-parent": {
5325 "version": "5.1.2",
5326 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
5327 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
5328 "license": "ISC",
5329 "dependencies": {
5330 "is-glob": "^4.0.1"
5331 },
5332 "engines": {
5333 "node": ">= 6"
5334 }
5335 },
5336 "node_modules/globals": {
5337 "version": "14.0.0",
5338 "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
5339 "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
5340 "dev": true,
5341 "license": "MIT",
5342 "peer": true,
5343 "engines": {
5344 "node": ">=18"
5345 },
5346 "funding": {
5347 "url": "https://github.com/sponsors/sindresorhus"
5348 }
5349 },
5350 "node_modules/globalthis": {
5351 "version": "1.0.4",
5352 "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
5353 "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
5354 "dev": true,
5355 "license": "MIT",
5356 "dependencies": {
5357 "define-properties": "^1.2.1",
5358 "gopd": "^1.0.1"
5359 },
5360 "engines": {
5361 "node": ">= 0.4"
5362 },
5363 "funding": {
5364 "url": "https://github.com/sponsors/ljharb"
5365 }
5366 },
5367 "node_modules/goober": {
5368 "version": "2.1.16",
5369 "resolved": "https://registry.npmjs.org/goober/-/goober-2.1.16.tgz",
5370 "integrity": "sha512-erjk19y1U33+XAMe1VTvIONHYoSqE4iS7BYUZfHaqeohLmnC0FdxEh7rQU+6MZ4OajItzjZFSRtVANrQwNq6/g==",
5371 "license": "MIT",
5372 "peerDependencies": {
5373 "csstype": "^3.0.10"
5374 }
5375 },
5376 "node_modules/gopd": {
5377 "version": "1.2.0",
5378 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
5379 "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
5380 "dev": true,
5381 "license": "MIT",
5382 "engines": {
5383 "node": ">= 0.4"
5384 },
5385 "funding": {
5386 "url": "https://github.com/sponsors/ljharb"
5387 }
5388 },
5389 "node_modules/graceful-fs": {
5390 "version": "4.2.11",
5391 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
5392 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
5393 "license": "ISC"
5394 },
5395 "node_modules/graphemer": {
5396 "version": "1.4.0",
5397 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
5398 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
5399 "license": "MIT"
5400 },
5401 "node_modules/has-bigints": {
5402 "version": "1.1.0",
5403 "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
5404 "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
5405 "dev": true,
5406 "license": "MIT",
5407 "engines": {
5408 "node": ">= 0.4"
5409 },
5410 "funding": {
5411 "url": "https://github.com/sponsors/ljharb"
5412 }
5413 },
5414 "node_modules/has-flag": {
5415 "version": "4.0.0",
5416 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
5417 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
5418 "dev": true,
5419 "license": "MIT",
5420 "peer": true,
5421 "engines": {
5422 "node": ">=8"
5423 }
5424 },
5425 "node_modules/has-property-descriptors": {
5426 "version": "1.0.2",
5427 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
5428 "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
5429 "dev": true,
5430 "license": "MIT",
5431 "dependencies": {
5432 "es-define-property": "^1.0.0"
5433 },
5434 "funding": {
5435 "url": "https://github.com/sponsors/ljharb"
5436 }
5437 },
5438 "node_modules/has-proto": {
5439 "version": "1.2.0",
5440 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
5441 "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
5442 "dev": true,
5443 "license": "MIT",
5444 "dependencies": {
5445 "dunder-proto": "^1.0.0"
5446 },
5447 "engines": {
5448 "node": ">= 0.4"
5449 },
5450 "funding": {
5451 "url": "https://github.com/sponsors/ljharb"
5452 }
5453 },
5454 "node_modules/has-symbols": {
5455 "version": "1.1.0",
5456 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
5457 "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
5458 "dev": true,
5459 "license": "MIT",
5460 "engines": {
5461 "node": ">= 0.4"
5462 },
5463 "funding": {
5464 "url": "https://github.com/sponsors/ljharb"
5465 }
5466 },
5467 "node_modules/has-tostringtag": {
5468 "version": "1.0.2",
5469 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
5470 "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
5471 "dev": true,
5472 "license": "MIT",
5473 "dependencies": {
5474 "has-symbols": "^1.0.3"
5475 },
5476 "engines": {
5477 "node": ">= 0.4"
5478 },
5479 "funding": {
5480 "url": "https://github.com/sponsors/ljharb"
5481 }
5482 },
5483 "node_modules/hasown": {
5484 "version": "2.0.2",
5485 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
5486 "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
5487 "dev": true,
5488 "license": "MIT",
5489 "dependencies": {
5490 "function-bind": "^1.1.2"
5491 },
5492 "engines": {
5493 "node": ">= 0.4"
5494 }
5495 },
5496 "node_modules/hermes-estree": {
5497 "version": "0.25.1",
5498 "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
5499 "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
5500 "dev": true,
5501 "license": "MIT"
5502 },
5503 "node_modules/hermes-parser": {
5504 "version": "0.25.1",
5505 "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
5506 "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
5507 "dev": true,
5508 "license": "MIT",
5509 "dependencies": {
5510 "hermes-estree": "0.25.1"
5511 }
5512 },
5513 "node_modules/hls-video-element": {
5514 "version": "1.5.7",
5515 "resolved": "https://registry.npmjs.org/hls-video-element/-/hls-video-element-1.5.7.tgz",
5516 "integrity": "sha512-R+uYimNZQndT2iqBgW7Gm0KiHT6pmlt5tnT63rYIcqOEcKD59M6pmdwqtX2vKPfHo+1ACM14Fy9JF1YMwlrLdQ==",
5517 "license": "MIT",
5518 "dependencies": {
5519 "custom-media-element": "^1.4.5",
5520 "hls.js": "^1.6.5",
5521 "media-tracks": "^0.3.3"
5522 }
5523 },
5524 "node_modules/hls.js": {
5525 "version": "1.6.11",
5526 "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.11.tgz",
5527 "integrity": "sha512-tdDwOAgPGXohSiNE4oxGr3CI9Hx9lsGLFe6TULUvRk2TfHS+w1tSAJntrvxsHaxvjtr6BXsDZM7NOqJFhU4mmg==",
5528 "license": "Apache-2.0"
5529 },
5530 "node_modules/html-encoding-sniffer": {
5531 "version": "4.0.0",
5532 "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
5533 "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
5534 "dev": true,
5535 "license": "MIT",
5536 "dependencies": {
5537 "whatwg-encoding": "^3.1.1"
5538 },
5539 "engines": {
5540 "node": ">=18"
5541 }
5542 },
5543 "node_modules/html-entities": {
5544 "version": "2.6.0",
5545 "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz",
5546 "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==",
5547 "funding": [
5548 {
5549 "type": "github",
5550 "url": "https://github.com/sponsors/mdevils"
5551 },
5552 {
5553 "type": "patreon",
5554 "url": "https://patreon.com/mdevils"
5555 }
5556 ],
5557 "license": "MIT"
5558 },
5559 "node_modules/http-proxy-agent": {
5560 "version": "7.0.2",
5561 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
5562 "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
5563 "dev": true,
5564 "license": "MIT",
5565 "dependencies": {
5566 "agent-base": "^7.1.0",
5567 "debug": "^4.3.4"
5568 },
5569 "engines": {
5570 "node": ">= 14"
5571 }
5572 },
5573 "node_modules/https-proxy-agent": {
5574 "version": "7.0.6",
5575 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
5576 "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
5577 "dev": true,
5578 "license": "MIT",
5579 "dependencies": {
5580 "agent-base": "^7.1.2",
5581 "debug": "4"
5582 },
5583 "engines": {
5584 "node": ">= 14"
5585 }
5586 },
5587 "node_modules/iconv-lite": {
5588 "version": "0.6.3",
5589 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
5590 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
5591 "dev": true,
5592 "license": "MIT",
5593 "dependencies": {
5594 "safer-buffer": ">= 2.1.2 < 3.0.0"
5595 },
5596 "engines": {
5597 "node": ">=0.10.0"
5598 }
5599 },
5600 "node_modules/idb-keyval": {
5601 "version": "6.2.2",
5602 "resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-6.2.2.tgz",
5603 "integrity": "sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg==",
5604 "license": "Apache-2.0"
5605 },
5606 "node_modules/ignore": {
5607 "version": "5.3.2",
5608 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
5609 "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
5610 "dev": true,
5611 "license": "MIT",
5612 "peer": true,
5613 "engines": {
5614 "node": ">= 4"
5615 }
5616 },
5617 "node_modules/immediate": {
5618 "version": "3.0.6",
5619 "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
5620 "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
5621 "license": "MIT"
5622 },
5623 "node_modules/import-fresh": {
5624 "version": "3.3.1",
5625 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
5626 "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
5627 "dev": true,
5628 "license": "MIT",
5629 "peer": true,
5630 "dependencies": {
5631 "parent-module": "^1.0.0",
5632 "resolve-from": "^4.0.0"
5633 },
5634 "engines": {
5635 "node": ">=6"
5636 },
5637 "funding": {
5638 "url": "https://github.com/sponsors/sindresorhus"
5639 }
5640 },
5641 "node_modules/imsc": {
5642 "version": "1.1.5",
5643 "resolved": "https://registry.npmjs.org/imsc/-/imsc-1.1.5.tgz",
5644 "integrity": "sha512-V8je+CGkcvGhgl2C1GlhqFFiUOIEdwXbXLiu1Fcubvvbo+g9inauqT3l0pNYXGoLPBj3jxtZz9t+wCopMkwadQ==",
5645 "license": "BSD-2-Clause",
5646 "dependencies": {
5647 "sax": "1.2.1"
5648 }
5649 },
5650 "node_modules/imurmurhash": {
5651 "version": "0.1.4",
5652 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
5653 "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
5654 "dev": true,
5655 "license": "MIT",
5656 "peer": true,
5657 "engines": {
5658 "node": ">=0.8.19"
5659 }
5660 },
5661 "node_modules/internal-slot": {
5662 "version": "1.1.0",
5663 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
5664 "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
5665 "dev": true,
5666 "license": "MIT",
5667 "dependencies": {
5668 "es-errors": "^1.3.0",
5669 "hasown": "^2.0.2",
5670 "side-channel": "^1.1.0"
5671 },
5672 "engines": {
5673 "node": ">= 0.4"
5674 }
5675 },
5676 "node_modules/is-alphabetical": {
5677 "version": "2.0.1",
5678 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
5679 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
5680 "license": "MIT",
5681 "funding": {
5682 "type": "github",
5683 "url": "https://github.com/sponsors/wooorm"
5684 }
5685 },
5686 "node_modules/is-alphanumerical": {
5687 "version": "2.0.1",
5688 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
5689 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
5690 "license": "MIT",
5691 "dependencies": {
5692 "is-alphabetical": "^2.0.0",
5693 "is-decimal": "^2.0.0"
5694 },
5695 "funding": {
5696 "type": "github",
5697 "url": "https://github.com/sponsors/wooorm"
5698 }
5699 },
5700 "node_modules/is-array-buffer": {
5701 "version": "3.0.5",
5702 "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
5703 "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
5704 "dev": true,
5705 "license": "MIT",
5706 "dependencies": {
5707 "call-bind": "^1.0.8",
5708 "call-bound": "^1.0.3",
5709 "get-intrinsic": "^1.2.6"
5710 },
5711 "engines": {
5712 "node": ">= 0.4"
5713 },
5714 "funding": {
5715 "url": "https://github.com/sponsors/ljharb"
5716 }
5717 },
5718 "node_modules/is-async-function": {
5719 "version": "2.1.1",
5720 "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
5721 "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
5722 "dev": true,
5723 "license": "MIT",
5724 "dependencies": {
5725 "async-function": "^1.0.0",
5726 "call-bound": "^1.0.3",
5727 "get-proto": "^1.0.1",
5728 "has-tostringtag": "^1.0.2",
5729 "safe-regex-test": "^1.1.0"
5730 },
5731 "engines": {
5732 "node": ">= 0.4"
5733 },
5734 "funding": {
5735 "url": "https://github.com/sponsors/ljharb"
5736 }
5737 },
5738 "node_modules/is-bigint": {
5739 "version": "1.1.0",
5740 "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
5741 "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
5742 "dev": true,
5743 "license": "MIT",
5744 "dependencies": {
5745 "has-bigints": "^1.0.2"
5746 },
5747 "engines": {
5748 "node": ">= 0.4"
5749 },
5750 "funding": {
5751 "url": "https://github.com/sponsors/ljharb"
5752 }
5753 },
5754 "node_modules/is-binary-path": {
5755 "version": "2.1.0",
5756 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
5757 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
5758 "license": "MIT",
5759 "dependencies": {
5760 "binary-extensions": "^2.0.0"
5761 },
5762 "engines": {
5763 "node": ">=8"
5764 }
5765 },
5766 "node_modules/is-boolean-object": {
5767 "version": "1.2.2",
5768 "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
5769 "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
5770 "dev": true,
5771 "license": "MIT",
5772 "dependencies": {
5773 "call-bound": "^1.0.3",
5774 "has-tostringtag": "^1.0.2"
5775 },
5776 "engines": {
5777 "node": ">= 0.4"
5778 },
5779 "funding": {
5780 "url": "https://github.com/sponsors/ljharb"
5781 }
5782 },
5783 "node_modules/is-callable": {
5784 "version": "1.2.7",
5785 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
5786 "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
5787 "dev": true,
5788 "license": "MIT",
5789 "engines": {
5790 "node": ">= 0.4"
5791 },
5792 "funding": {
5793 "url": "https://github.com/sponsors/ljharb"
5794 }
5795 },
5796 "node_modules/is-core-module": {
5797 "version": "2.16.1",
5798 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
5799 "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
5800 "dev": true,
5801 "license": "MIT",
5802 "dependencies": {
5803 "hasown": "^2.0.2"
5804 },
5805 "engines": {
5806 "node": ">= 0.4"
5807 },
5808 "funding": {
5809 "url": "https://github.com/sponsors/ljharb"
5810 }
5811 },
5812 "node_modules/is-data-view": {
5813 "version": "1.0.2",
5814 "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
5815 "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
5816 "dev": true,
5817 "license": "MIT",
5818 "dependencies": {
5819 "call-bound": "^1.0.2",
5820 "get-intrinsic": "^1.2.6",
5821 "is-typed-array": "^1.1.13"
5822 },
5823 "engines": {
5824 "node": ">= 0.4"
5825 },
5826 "funding": {
5827 "url": "https://github.com/sponsors/ljharb"
5828 }
5829 },
5830 "node_modules/is-date-object": {
5831 "version": "1.1.0",
5832 "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
5833 "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
5834 "dev": true,
5835 "license": "MIT",
5836 "dependencies": {
5837 "call-bound": "^1.0.2",
5838 "has-tostringtag": "^1.0.2"
5839 },
5840 "engines": {
5841 "node": ">= 0.4"
5842 },
5843 "funding": {
5844 "url": "https://github.com/sponsors/ljharb"
5845 }
5846 },
5847 "node_modules/is-decimal": {
5848 "version": "2.0.1",
5849 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
5850 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
5851 "license": "MIT",
5852 "funding": {
5853 "type": "github",
5854 "url": "https://github.com/sponsors/wooorm"
5855 }
5856 },
5857 "node_modules/is-extglob": {
5858 "version": "2.1.1",
5859 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
5860 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
5861 "license": "MIT",
5862 "engines": {
5863 "node": ">=0.10.0"
5864 }
5865 },
5866 "node_modules/is-finalizationregistry": {
5867 "version": "1.1.1",
5868 "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
5869 "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
5870 "dev": true,
5871 "license": "MIT",
5872 "dependencies": {
5873 "call-bound": "^1.0.3"
5874 },
5875 "engines": {
5876 "node": ">= 0.4"
5877 },
5878 "funding": {
5879 "url": "https://github.com/sponsors/ljharb"
5880 }
5881 },
5882 "node_modules/is-generator-function": {
5883 "version": "1.1.2",
5884 "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
5885 "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
5886 "dev": true,
5887 "license": "MIT",
5888 "dependencies": {
5889 "call-bound": "^1.0.4",
5890 "generator-function": "^2.0.0",
5891 "get-proto": "^1.0.1",
5892 "has-tostringtag": "^1.0.2",
5893 "safe-regex-test": "^1.1.0"
5894 },
5895 "engines": {
5896 "node": ">= 0.4"
5897 },
5898 "funding": {
5899 "url": "https://github.com/sponsors/ljharb"
5900 }
5901 },
5902 "node_modules/is-glob": {
5903 "version": "4.0.3",
5904 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
5905 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
5906 "license": "MIT",
5907 "dependencies": {
5908 "is-extglob": "^2.1.1"
5909 },
5910 "engines": {
5911 "node": ">=0.10.0"
5912 }
5913 },
5914 "node_modules/is-immutable-type": {
5915 "version": "5.0.1",
5916 "resolved": "https://registry.npmjs.org/is-immutable-type/-/is-immutable-type-5.0.1.tgz",
5917 "integrity": "sha512-LkHEOGVZZXxGl8vDs+10k3DvP++SEoYEAJLRk6buTFi6kD7QekThV7xHS0j6gpnUCQ0zpud/gMDGiV4dQneLTg==",
5918 "dev": true,
5919 "license": "BSD-3-Clause",
5920 "dependencies": {
5921 "@typescript-eslint/type-utils": "^8.0.0",
5922 "ts-api-utils": "^2.0.0",
5923 "ts-declaration-location": "^1.0.4"
5924 },
5925 "peerDependencies": {
5926 "eslint": "*",
5927 "typescript": ">=4.7.4"
5928 }
5929 },
5930 "node_modules/is-map": {
5931 "version": "2.0.3",
5932 "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
5933 "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
5934 "dev": true,
5935 "license": "MIT",
5936 "engines": {
5937 "node": ">= 0.4"
5938 },
5939 "funding": {
5940 "url": "https://github.com/sponsors/ljharb"
5941 }
5942 },
5943 "node_modules/is-negative-zero": {
5944 "version": "2.0.3",
5945 "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
5946 "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
5947 "dev": true,
5948 "license": "MIT",
5949 "engines": {
5950 "node": ">= 0.4"
5951 },
5952 "funding": {
5953 "url": "https://github.com/sponsors/ljharb"
5954 }
5955 },
5956 "node_modules/is-number": {
5957 "version": "7.0.0",
5958 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
5959 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
5960 "license": "MIT",
5961 "engines": {
5962 "node": ">=0.12.0"
5963 }
5964 },
5965 "node_modules/is-number-object": {
5966 "version": "1.1.1",
5967 "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
5968 "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
5969 "dev": true,
5970 "license": "MIT",
5971 "dependencies": {
5972 "call-bound": "^1.0.3",
5973 "has-tostringtag": "^1.0.2"
5974 },
5975 "engines": {
5976 "node": ">= 0.4"
5977 },
5978 "funding": {
5979 "url": "https://github.com/sponsors/ljharb"
5980 }
5981 },
5982 "node_modules/is-potential-custom-element-name": {
5983 "version": "1.0.1",
5984 "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
5985 "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
5986 "dev": true,
5987 "license": "MIT"
5988 },
5989 "node_modules/is-regex": {
5990 "version": "1.2.1",
5991 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
5992 "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
5993 "dev": true,
5994 "license": "MIT",
5995 "dependencies": {
5996 "call-bound": "^1.0.2",
5997 "gopd": "^1.2.0",
5998 "has-tostringtag": "^1.0.2",
5999 "hasown": "^2.0.2"
6000 },
6001 "engines": {
6002 "node": ">= 0.4"
6003 },
6004 "funding": {
6005 "url": "https://github.com/sponsors/ljharb"
6006 }
6007 },
6008 "node_modules/is-set": {
6009 "version": "2.0.3",
6010 "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
6011 "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
6012 "dev": true,
6013 "license": "MIT",
6014 "engines": {
6015 "node": ">= 0.4"
6016 },
6017 "funding": {
6018 "url": "https://github.com/sponsors/ljharb"
6019 }
6020 },
6021 "node_modules/is-shared-array-buffer": {
6022 "version": "1.0.4",
6023 "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
6024 "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
6025 "dev": true,
6026 "license": "MIT",
6027 "dependencies": {
6028 "call-bound": "^1.0.3"
6029 },
6030 "engines": {
6031 "node": ">= 0.4"
6032 },
6033 "funding": {
6034 "url": "https://github.com/sponsors/ljharb"
6035 }
6036 },
6037 "node_modules/is-string": {
6038 "version": "1.1.1",
6039 "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
6040 "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
6041 "dev": true,
6042 "license": "MIT",
6043 "dependencies": {
6044 "call-bound": "^1.0.3",
6045 "has-tostringtag": "^1.0.2"
6046 },
6047 "engines": {
6048 "node": ">= 0.4"
6049 },
6050 "funding": {
6051 "url": "https://github.com/sponsors/ljharb"
6052 }
6053 },
6054 "node_modules/is-symbol": {
6055 "version": "1.1.1",
6056 "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
6057 "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
6058 "dev": true,
6059 "license": "MIT",
6060 "dependencies": {
6061 "call-bound": "^1.0.2",
6062 "has-symbols": "^1.1.0",
6063 "safe-regex-test": "^1.1.0"
6064 },
6065 "engines": {
6066 "node": ">= 0.4"
6067 },
6068 "funding": {
6069 "url": "https://github.com/sponsors/ljharb"
6070 }
6071 },
6072 "node_modules/is-typed-array": {
6073 "version": "1.1.15",
6074 "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
6075 "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
6076 "dev": true,
6077 "license": "MIT",
6078 "dependencies": {
6079 "which-typed-array": "^1.1.16"
6080 },
6081 "engines": {
6082 "node": ">= 0.4"
6083 },
6084 "funding": {
6085 "url": "https://github.com/sponsors/ljharb"
6086 }
6087 },
6088 "node_modules/is-weakmap": {
6089 "version": "2.0.2",
6090 "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
6091 "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
6092 "dev": true,
6093 "license": "MIT",
6094 "engines": {
6095 "node": ">= 0.4"
6096 },
6097 "funding": {
6098 "url": "https://github.com/sponsors/ljharb"
6099 }
6100 },
6101 "node_modules/is-weakref": {
6102 "version": "1.1.1",
6103 "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
6104 "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
6105 "dev": true,
6106 "license": "MIT",
6107 "dependencies": {
6108 "call-bound": "^1.0.3"
6109 },
6110 "engines": {
6111 "node": ">= 0.4"
6112 },
6113 "funding": {
6114 "url": "https://github.com/sponsors/ljharb"
6115 }
6116 },
6117 "node_modules/is-weakset": {
6118 "version": "2.0.4",
6119 "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
6120 "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
6121 "dev": true,
6122 "license": "MIT",
6123 "dependencies": {
6124 "call-bound": "^1.0.3",
6125 "get-intrinsic": "^1.2.6"
6126 },
6127 "engines": {
6128 "node": ">= 0.4"
6129 },
6130 "funding": {
6131 "url": "https://github.com/sponsors/ljharb"
6132 }
6133 },
6134 "node_modules/isarray": {
6135 "version": "2.0.5",
6136 "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
6137 "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
6138 "dev": true,
6139 "license": "MIT"
6140 },
6141 "node_modules/isbot": {
6142 "version": "5.1.30",
6143 "resolved": "https://registry.npmjs.org/isbot/-/isbot-5.1.30.tgz",
6144 "integrity": "sha512-3wVJEonAns1OETX83uWsk5IAne2S5zfDcntD2hbtU23LelSqNXzXs9zKjMPOLMzroCgIjCfjYAEHrd2D6FOkiA==",
6145 "license": "Unlicense",
6146 "engines": {
6147 "node": ">=18"
6148 }
6149 },
6150 "node_modules/isexe": {
6151 "version": "2.0.0",
6152 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
6153 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
6154 "dev": true,
6155 "license": "ISC",
6156 "peer": true
6157 },
6158 "node_modules/iso-datestring-validator": {
6159 "version": "2.2.2",
6160 "resolved": "https://registry.npmjs.org/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz",
6161 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==",
6162 "license": "MIT"
6163 },
6164 "node_modules/iterator.prototype": {
6165 "version": "1.1.5",
6166 "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
6167 "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
6168 "dev": true,
6169 "license": "MIT",
6170 "dependencies": {
6171 "define-data-property": "^1.1.4",
6172 "es-object-atoms": "^1.0.0",
6173 "get-intrinsic": "^1.2.6",
6174 "get-proto": "^1.0.0",
6175 "has-symbols": "^1.1.0",
6176 "set-function-name": "^2.0.2"
6177 },
6178 "engines": {
6179 "node": ">= 0.4"
6180 }
6181 },
6182 "node_modules/jiti": {
6183 "version": "2.5.1",
6184 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.1.tgz",
6185 "integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==",
6186 "license": "MIT",
6187 "bin": {
6188 "jiti": "lib/jiti-cli.mjs"
6189 }
6190 },
6191 "node_modules/jose": {
6192 "version": "5.10.0",
6193 "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
6194 "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==",
6195 "license": "MIT",
6196 "funding": {
6197 "url": "https://github.com/sponsors/panva"
6198 }
6199 },
6200 "node_modules/jotai": {
6201 "version": "2.13.1",
6202 "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.13.1.tgz",
6203 "integrity": "sha512-cRsw6kFeGC9Z/D3egVKrTXRweycZ4z/k7i2MrfCzPYsL9SIWcPXTyqv258/+Ay8VUEcihNiE/coBLE6Kic6b8A==",
6204 "license": "MIT",
6205 "engines": {
6206 "node": ">=12.20.0"
6207 },
6208 "peerDependencies": {
6209 "@babel/core": ">=7.0.0",
6210 "@babel/template": ">=7.0.0",
6211 "@types/react": ">=17.0.0",
6212 "react": ">=17.0.0"
6213 },
6214 "peerDependenciesMeta": {
6215 "@babel/core": {
6216 "optional": true
6217 },
6218 "@babel/template": {
6219 "optional": true
6220 },
6221 "@types/react": {
6222 "optional": true
6223 },
6224 "react": {
6225 "optional": true
6226 }
6227 }
6228 },
6229 "node_modules/js-tokens": {
6230 "version": "4.0.0",
6231 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
6232 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
6233 "license": "MIT"
6234 },
6235 "node_modules/js-yaml": {
6236 "version": "4.1.0",
6237 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
6238 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
6239 "dev": true,
6240 "license": "MIT",
6241 "peer": true,
6242 "dependencies": {
6243 "argparse": "^2.0.1"
6244 },
6245 "bin": {
6246 "js-yaml": "bin/js-yaml.js"
6247 }
6248 },
6249 "node_modules/jsdom": {
6250 "version": "26.1.0",
6251 "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-26.1.0.tgz",
6252 "integrity": "sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==",
6253 "dev": true,
6254 "license": "MIT",
6255 "dependencies": {
6256 "cssstyle": "^4.2.1",
6257 "data-urls": "^5.0.0",
6258 "decimal.js": "^10.5.0",
6259 "html-encoding-sniffer": "^4.0.0",
6260 "http-proxy-agent": "^7.0.2",
6261 "https-proxy-agent": "^7.0.6",
6262 "is-potential-custom-element-name": "^1.0.1",
6263 "nwsapi": "^2.2.16",
6264 "parse5": "^7.2.1",
6265 "rrweb-cssom": "^0.8.0",
6266 "saxes": "^6.0.0",
6267 "symbol-tree": "^3.2.4",
6268 "tough-cookie": "^5.1.1",
6269 "w3c-xmlserializer": "^5.0.0",
6270 "webidl-conversions": "^7.0.0",
6271 "whatwg-encoding": "^3.1.1",
6272 "whatwg-mimetype": "^4.0.0",
6273 "whatwg-url": "^14.1.1",
6274 "ws": "^8.18.0",
6275 "xml-name-validator": "^5.0.0"
6276 },
6277 "engines": {
6278 "node": ">=18"
6279 },
6280 "peerDependencies": {
6281 "canvas": "^3.0.0"
6282 },
6283 "peerDependenciesMeta": {
6284 "canvas": {
6285 "optional": true
6286 }
6287 }
6288 },
6289 "node_modules/jsesc": {
6290 "version": "3.1.0",
6291 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
6292 "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
6293 "license": "MIT",
6294 "bin": {
6295 "jsesc": "bin/jsesc"
6296 },
6297 "engines": {
6298 "node": ">=6"
6299 }
6300 },
6301 "node_modules/json-buffer": {
6302 "version": "3.0.1",
6303 "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
6304 "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
6305 "dev": true,
6306 "license": "MIT",
6307 "peer": true
6308 },
6309 "node_modules/json-schema-traverse": {
6310 "version": "0.4.1",
6311 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
6312 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
6313 "dev": true,
6314 "license": "MIT",
6315 "peer": true
6316 },
6317 "node_modules/json-stable-stringify-without-jsonify": {
6318 "version": "1.0.1",
6319 "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
6320 "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
6321 "dev": true,
6322 "license": "MIT",
6323 "peer": true
6324 },
6325 "node_modules/json5": {
6326 "version": "2.2.3",
6327 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
6328 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
6329 "license": "MIT",
6330 "bin": {
6331 "json5": "lib/cli.js"
6332 },
6333 "engines": {
6334 "node": ">=6"
6335 }
6336 },
6337 "node_modules/jsx-ast-utils": {
6338 "version": "3.3.5",
6339 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
6340 "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
6341 "dev": true,
6342 "license": "MIT",
6343 "dependencies": {
6344 "array-includes": "^3.1.6",
6345 "array.prototype.flat": "^1.3.1",
6346 "object.assign": "^4.1.4",
6347 "object.values": "^1.1.6"
6348 },
6349 "engines": {
6350 "node": ">=4.0"
6351 }
6352 },
6353 "node_modules/keyv": {
6354 "version": "4.5.4",
6355 "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
6356 "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
6357 "dev": true,
6358 "license": "MIT",
6359 "peer": true,
6360 "dependencies": {
6361 "json-buffer": "3.0.1"
6362 }
6363 },
6364 "node_modules/levn": {
6365 "version": "0.4.1",
6366 "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
6367 "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
6368 "dev": true,
6369 "license": "MIT",
6370 "peer": true,
6371 "dependencies": {
6372 "prelude-ls": "^1.2.1",
6373 "type-check": "~0.4.0"
6374 },
6375 "engines": {
6376 "node": ">= 0.8.0"
6377 }
6378 },
6379 "node_modules/lie": {
6380 "version": "3.1.1",
6381 "resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz",
6382 "integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==",
6383 "license": "MIT",
6384 "dependencies": {
6385 "immediate": "~3.0.5"
6386 }
6387 },
6388 "node_modules/lightningcss": {
6389 "version": "1.30.1",
6390 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz",
6391 "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==",
6392 "license": "MPL-2.0",
6393 "dependencies": {
6394 "detect-libc": "^2.0.3"
6395 },
6396 "engines": {
6397 "node": ">= 12.0.0"
6398 },
6399 "funding": {
6400 "type": "opencollective",
6401 "url": "https://opencollective.com/parcel"
6402 },
6403 "optionalDependencies": {
6404 "lightningcss-darwin-arm64": "1.30.1",
6405 "lightningcss-darwin-x64": "1.30.1",
6406 "lightningcss-freebsd-x64": "1.30.1",
6407 "lightningcss-linux-arm-gnueabihf": "1.30.1",
6408 "lightningcss-linux-arm64-gnu": "1.30.1",
6409 "lightningcss-linux-arm64-musl": "1.30.1",
6410 "lightningcss-linux-x64-gnu": "1.30.1",
6411 "lightningcss-linux-x64-musl": "1.30.1",
6412 "lightningcss-win32-arm64-msvc": "1.30.1",
6413 "lightningcss-win32-x64-msvc": "1.30.1"
6414 }
6415 },
6416 "node_modules/lightningcss-darwin-arm64": {
6417 "version": "1.30.1",
6418 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz",
6419 "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==",
6420 "cpu": [
6421 "arm64"
6422 ],
6423 "license": "MPL-2.0",
6424 "optional": true,
6425 "os": [
6426 "darwin"
6427 ],
6428 "engines": {
6429 "node": ">= 12.0.0"
6430 },
6431 "funding": {
6432 "type": "opencollective",
6433 "url": "https://opencollective.com/parcel"
6434 }
6435 },
6436 "node_modules/lightningcss-darwin-x64": {
6437 "version": "1.30.1",
6438 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz",
6439 "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==",
6440 "cpu": [
6441 "x64"
6442 ],
6443 "license": "MPL-2.0",
6444 "optional": true,
6445 "os": [
6446 "darwin"
6447 ],
6448 "engines": {
6449 "node": ">= 12.0.0"
6450 },
6451 "funding": {
6452 "type": "opencollective",
6453 "url": "https://opencollective.com/parcel"
6454 }
6455 },
6456 "node_modules/lightningcss-freebsd-x64": {
6457 "version": "1.30.1",
6458 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz",
6459 "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==",
6460 "cpu": [
6461 "x64"
6462 ],
6463 "license": "MPL-2.0",
6464 "optional": true,
6465 "os": [
6466 "freebsd"
6467 ],
6468 "engines": {
6469 "node": ">= 12.0.0"
6470 },
6471 "funding": {
6472 "type": "opencollective",
6473 "url": "https://opencollective.com/parcel"
6474 }
6475 },
6476 "node_modules/lightningcss-linux-arm-gnueabihf": {
6477 "version": "1.30.1",
6478 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz",
6479 "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==",
6480 "cpu": [
6481 "arm"
6482 ],
6483 "license": "MPL-2.0",
6484 "optional": true,
6485 "os": [
6486 "linux"
6487 ],
6488 "engines": {
6489 "node": ">= 12.0.0"
6490 },
6491 "funding": {
6492 "type": "opencollective",
6493 "url": "https://opencollective.com/parcel"
6494 }
6495 },
6496 "node_modules/lightningcss-linux-arm64-gnu": {
6497 "version": "1.30.1",
6498 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz",
6499 "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==",
6500 "cpu": [
6501 "arm64"
6502 ],
6503 "license": "MPL-2.0",
6504 "optional": true,
6505 "os": [
6506 "linux"
6507 ],
6508 "engines": {
6509 "node": ">= 12.0.0"
6510 },
6511 "funding": {
6512 "type": "opencollective",
6513 "url": "https://opencollective.com/parcel"
6514 }
6515 },
6516 "node_modules/lightningcss-linux-arm64-musl": {
6517 "version": "1.30.1",
6518 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz",
6519 "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==",
6520 "cpu": [
6521 "arm64"
6522 ],
6523 "license": "MPL-2.0",
6524 "optional": true,
6525 "os": [
6526 "linux"
6527 ],
6528 "engines": {
6529 "node": ">= 12.0.0"
6530 },
6531 "funding": {
6532 "type": "opencollective",
6533 "url": "https://opencollective.com/parcel"
6534 }
6535 },
6536 "node_modules/lightningcss-linux-x64-gnu": {
6537 "version": "1.30.1",
6538 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz",
6539 "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==",
6540 "cpu": [
6541 "x64"
6542 ],
6543 "license": "MPL-2.0",
6544 "optional": true,
6545 "os": [
6546 "linux"
6547 ],
6548 "engines": {
6549 "node": ">= 12.0.0"
6550 },
6551 "funding": {
6552 "type": "opencollective",
6553 "url": "https://opencollective.com/parcel"
6554 }
6555 },
6556 "node_modules/lightningcss-linux-x64-musl": {
6557 "version": "1.30.1",
6558 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz",
6559 "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==",
6560 "cpu": [
6561 "x64"
6562 ],
6563 "license": "MPL-2.0",
6564 "optional": true,
6565 "os": [
6566 "linux"
6567 ],
6568 "engines": {
6569 "node": ">= 12.0.0"
6570 },
6571 "funding": {
6572 "type": "opencollective",
6573 "url": "https://opencollective.com/parcel"
6574 }
6575 },
6576 "node_modules/lightningcss-win32-arm64-msvc": {
6577 "version": "1.30.1",
6578 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz",
6579 "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==",
6580 "cpu": [
6581 "arm64"
6582 ],
6583 "license": "MPL-2.0",
6584 "optional": true,
6585 "os": [
6586 "win32"
6587 ],
6588 "engines": {
6589 "node": ">= 12.0.0"
6590 },
6591 "funding": {
6592 "type": "opencollective",
6593 "url": "https://opencollective.com/parcel"
6594 }
6595 },
6596 "node_modules/lightningcss-win32-x64-msvc": {
6597 "version": "1.30.1",
6598 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz",
6599 "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==",
6600 "cpu": [
6601 "x64"
6602 ],
6603 "license": "MPL-2.0",
6604 "optional": true,
6605 "os": [
6606 "win32"
6607 ],
6608 "engines": {
6609 "node": ">= 12.0.0"
6610 },
6611 "funding": {
6612 "type": "opencollective",
6613 "url": "https://opencollective.com/parcel"
6614 }
6615 },
6616 "node_modules/localforage": {
6617 "version": "1.10.0",
6618 "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz",
6619 "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==",
6620 "license": "Apache-2.0",
6621 "dependencies": {
6622 "lie": "3.1.1"
6623 }
6624 },
6625 "node_modules/locate-path": {
6626 "version": "6.0.0",
6627 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
6628 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
6629 "dev": true,
6630 "license": "MIT",
6631 "peer": true,
6632 "dependencies": {
6633 "p-locate": "^5.0.0"
6634 },
6635 "engines": {
6636 "node": ">=10"
6637 },
6638 "funding": {
6639 "url": "https://github.com/sponsors/sindresorhus"
6640 }
6641 },
6642 "node_modules/lodash.merge": {
6643 "version": "4.6.2",
6644 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
6645 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
6646 "dev": true,
6647 "license": "MIT",
6648 "peer": true
6649 },
6650 "node_modules/loose-envify": {
6651 "version": "1.4.0",
6652 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
6653 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
6654 "license": "MIT",
6655 "dependencies": {
6656 "js-tokens": "^3.0.0 || ^4.0.0"
6657 },
6658 "bin": {
6659 "loose-envify": "cli.js"
6660 }
6661 },
6662 "node_modules/loupe": {
6663 "version": "3.2.1",
6664 "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz",
6665 "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==",
6666 "dev": true,
6667 "license": "MIT"
6668 },
6669 "node_modules/lru-cache": {
6670 "version": "5.1.1",
6671 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
6672 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
6673 "license": "ISC",
6674 "dependencies": {
6675 "yallist": "^3.0.2"
6676 }
6677 },
6678 "node_modules/lz-string": {
6679 "version": "1.5.0",
6680 "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz",
6681 "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==",
6682 "dev": true,
6683 "license": "MIT",
6684 "bin": {
6685 "lz-string": "bin/bin.js"
6686 }
6687 },
6688 "node_modules/magic-string": {
6689 "version": "0.30.18",
6690 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.18.tgz",
6691 "integrity": "sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==",
6692 "license": "MIT",
6693 "dependencies": {
6694 "@jridgewell/sourcemap-codec": "^1.5.5"
6695 }
6696 },
6697 "node_modules/math-intrinsics": {
6698 "version": "1.1.0",
6699 "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
6700 "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
6701 "dev": true,
6702 "license": "MIT",
6703 "engines": {
6704 "node": ">= 0.4"
6705 }
6706 },
6707 "node_modules/media-chrome": {
6708 "version": "4.11.1",
6709 "resolved": "https://registry.npmjs.org/media-chrome/-/media-chrome-4.11.1.tgz",
6710 "integrity": "sha512-+2niDc4qOwlpFAjwxg1OaizK/zKV6y7QqGm4nBFEVlSaG0ZBgOmfc4IXAPiirZqAlZGaFFUaMqCl1SpGU0/naA==",
6711 "license": "MIT",
6712 "dependencies": {
6713 "@vercel/edge": "^1.2.1",
6714 "ce-la-react": "^0.3.0"
6715 }
6716 },
6717 "node_modules/media-tracks": {
6718 "version": "0.3.3",
6719 "resolved": "https://registry.npmjs.org/media-tracks/-/media-tracks-0.3.3.tgz",
6720 "integrity": "sha512-9P2FuUHnZZ3iji+2RQk7Zkh5AmZTnOG5fODACnjhCVveX1McY3jmCRHofIEI+yTBqplz7LXy48c7fQ3Uigp88w==",
6721 "license": "MIT"
6722 },
6723 "node_modules/merge2": {
6724 "version": "1.4.1",
6725 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
6726 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
6727 "dev": true,
6728 "license": "MIT",
6729 "engines": {
6730 "node": ">= 8"
6731 }
6732 },
6733 "node_modules/micromatch": {
6734 "version": "4.0.8",
6735 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
6736 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
6737 "dev": true,
6738 "license": "MIT",
6739 "dependencies": {
6740 "braces": "^3.0.3",
6741 "picomatch": "^2.3.1"
6742 },
6743 "engines": {
6744 "node": ">=8.6"
6745 }
6746 },
6747 "node_modules/minimatch": {
6748 "version": "3.1.2",
6749 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
6750 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
6751 "dev": true,
6752 "license": "ISC",
6753 "dependencies": {
6754 "brace-expansion": "^1.1.7"
6755 },
6756 "engines": {
6757 "node": "*"
6758 }
6759 },
6760 "node_modules/minipass": {
6761 "version": "7.1.2",
6762 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
6763 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
6764 "license": "ISC",
6765 "engines": {
6766 "node": ">=16 || 14 >=14.17"
6767 }
6768 },
6769 "node_modules/minizlib": {
6770 "version": "3.0.2",
6771 "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz",
6772 "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==",
6773 "license": "MIT",
6774 "dependencies": {
6775 "minipass": "^7.1.2"
6776 },
6777 "engines": {
6778 "node": ">= 18"
6779 }
6780 },
6781 "node_modules/mkdirp": {
6782 "version": "3.0.1",
6783 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
6784 "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
6785 "license": "MIT",
6786 "bin": {
6787 "mkdirp": "dist/cjs/src/bin.js"
6788 },
6789 "engines": {
6790 "node": ">=10"
6791 },
6792 "funding": {
6793 "url": "https://github.com/sponsors/isaacs"
6794 }
6795 },
6796 "node_modules/ms": {
6797 "version": "2.1.3",
6798 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
6799 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
6800 "license": "MIT"
6801 },
6802 "node_modules/multiformats": {
6803 "version": "9.9.0",
6804 "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz",
6805 "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==",
6806 "license": "(Apache-2.0 AND MIT)"
6807 },
6808 "node_modules/mux-embed": {
6809 "version": "5.9.0",
6810 "resolved": "https://registry.npmjs.org/mux-embed/-/mux-embed-5.9.0.tgz",
6811 "integrity": "sha512-wmunL3uoPhma/tWy8PrDPZkvJpXvSFBwbD3KkC4PG8Ztjfb1X3hRJwGUAQyRz7z99b/ovLm2UTTitrkvStjH4w==",
6812 "license": "MIT"
6813 },
6814 "node_modules/nanoid": {
6815 "version": "3.3.11",
6816 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
6817 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
6818 "funding": [
6819 {
6820 "type": "github",
6821 "url": "https://github.com/sponsors/ai"
6822 }
6823 ],
6824 "license": "MIT",
6825 "bin": {
6826 "nanoid": "bin/nanoid.cjs"
6827 },
6828 "engines": {
6829 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
6830 }
6831 },
6832 "node_modules/native-promise-only": {
6833 "version": "0.8.1",
6834 "resolved": "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz",
6835 "integrity": "sha512-zkVhZUA3y8mbz652WrL5x0fB0ehrBkulWT3TomAQ9iDtyXZvzKeEA6GPxAItBYeNYl5yngKRX612qHOhvMkDeg==",
6836 "license": "MIT"
6837 },
6838 "node_modules/natural-compare": {
6839 "version": "1.4.0",
6840 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
6841 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
6842 "dev": true,
6843 "license": "MIT"
6844 },
6845 "node_modules/node-releases": {
6846 "version": "2.0.19",
6847 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
6848 "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
6849 "license": "MIT"
6850 },
6851 "node_modules/normalize-path": {
6852 "version": "3.0.0",
6853 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
6854 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
6855 "license": "MIT",
6856 "engines": {
6857 "node": ">=0.10.0"
6858 }
6859 },
6860 "node_modules/nwsapi": {
6861 "version": "2.2.21",
6862 "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.21.tgz",
6863 "integrity": "sha512-o6nIY3qwiSXl7/LuOU0Dmuctd34Yay0yeuZRLFmDPrrdHpXKFndPj3hM+YEPVHYC5fx2otBx4Ilc/gyYSAUaIA==",
6864 "dev": true,
6865 "license": "MIT"
6866 },
6867 "node_modules/object-assign": {
6868 "version": "4.1.1",
6869 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
6870 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
6871 "license": "MIT",
6872 "engines": {
6873 "node": ">=0.10.0"
6874 }
6875 },
6876 "node_modules/object-inspect": {
6877 "version": "1.13.4",
6878 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
6879 "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
6880 "dev": true,
6881 "license": "MIT",
6882 "engines": {
6883 "node": ">= 0.4"
6884 },
6885 "funding": {
6886 "url": "https://github.com/sponsors/ljharb"
6887 }
6888 },
6889 "node_modules/object-keys": {
6890 "version": "1.1.1",
6891 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
6892 "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
6893 "dev": true,
6894 "license": "MIT",
6895 "engines": {
6896 "node": ">= 0.4"
6897 }
6898 },
6899 "node_modules/object.assign": {
6900 "version": "4.1.7",
6901 "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
6902 "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
6903 "dev": true,
6904 "license": "MIT",
6905 "dependencies": {
6906 "call-bind": "^1.0.8",
6907 "call-bound": "^1.0.3",
6908 "define-properties": "^1.2.1",
6909 "es-object-atoms": "^1.0.0",
6910 "has-symbols": "^1.1.0",
6911 "object-keys": "^1.1.1"
6912 },
6913 "engines": {
6914 "node": ">= 0.4"
6915 },
6916 "funding": {
6917 "url": "https://github.com/sponsors/ljharb"
6918 }
6919 },
6920 "node_modules/object.entries": {
6921 "version": "1.1.9",
6922 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
6923 "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
6924 "dev": true,
6925 "license": "MIT",
6926 "dependencies": {
6927 "call-bind": "^1.0.8",
6928 "call-bound": "^1.0.4",
6929 "define-properties": "^1.2.1",
6930 "es-object-atoms": "^1.1.1"
6931 },
6932 "engines": {
6933 "node": ">= 0.4"
6934 }
6935 },
6936 "node_modules/object.fromentries": {
6937 "version": "2.0.8",
6938 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
6939 "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
6940 "dev": true,
6941 "license": "MIT",
6942 "dependencies": {
6943 "call-bind": "^1.0.7",
6944 "define-properties": "^1.2.1",
6945 "es-abstract": "^1.23.2",
6946 "es-object-atoms": "^1.0.0"
6947 },
6948 "engines": {
6949 "node": ">= 0.4"
6950 },
6951 "funding": {
6952 "url": "https://github.com/sponsors/ljharb"
6953 }
6954 },
6955 "node_modules/object.values": {
6956 "version": "1.2.1",
6957 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
6958 "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
6959 "dev": true,
6960 "license": "MIT",
6961 "dependencies": {
6962 "call-bind": "^1.0.8",
6963 "call-bound": "^1.0.3",
6964 "define-properties": "^1.2.1",
6965 "es-object-atoms": "^1.0.0"
6966 },
6967 "engines": {
6968 "node": ">= 0.4"
6969 },
6970 "funding": {
6971 "url": "https://github.com/sponsors/ljharb"
6972 }
6973 },
6974 "node_modules/optionator": {
6975 "version": "0.9.4",
6976 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
6977 "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
6978 "dev": true,
6979 "license": "MIT",
6980 "peer": true,
6981 "dependencies": {
6982 "deep-is": "^0.1.3",
6983 "fast-levenshtein": "^2.0.6",
6984 "levn": "^0.4.1",
6985 "prelude-ls": "^1.2.1",
6986 "type-check": "^0.4.0",
6987 "word-wrap": "^1.2.5"
6988 },
6989 "engines": {
6990 "node": ">= 0.8.0"
6991 }
6992 },
6993 "node_modules/own-keys": {
6994 "version": "1.0.1",
6995 "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
6996 "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
6997 "dev": true,
6998 "license": "MIT",
6999 "dependencies": {
7000 "get-intrinsic": "^1.2.6",
7001 "object-keys": "^1.1.1",
7002 "safe-push-apply": "^1.0.0"
7003 },
7004 "engines": {
7005 "node": ">= 0.4"
7006 },
7007 "funding": {
7008 "url": "https://github.com/sponsors/ljharb"
7009 }
7010 },
7011 "node_modules/p-limit": {
7012 "version": "3.1.0",
7013 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
7014 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
7015 "dev": true,
7016 "license": "MIT",
7017 "peer": true,
7018 "dependencies": {
7019 "yocto-queue": "^0.1.0"
7020 },
7021 "engines": {
7022 "node": ">=10"
7023 },
7024 "funding": {
7025 "url": "https://github.com/sponsors/sindresorhus"
7026 }
7027 },
7028 "node_modules/p-locate": {
7029 "version": "5.0.0",
7030 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
7031 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
7032 "dev": true,
7033 "license": "MIT",
7034 "peer": true,
7035 "dependencies": {
7036 "p-limit": "^3.0.2"
7037 },
7038 "engines": {
7039 "node": ">=10"
7040 },
7041 "funding": {
7042 "url": "https://github.com/sponsors/sindresorhus"
7043 }
7044 },
7045 "node_modules/parent-module": {
7046 "version": "1.0.1",
7047 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
7048 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
7049 "dev": true,
7050 "license": "MIT",
7051 "peer": true,
7052 "dependencies": {
7053 "callsites": "^3.0.0"
7054 },
7055 "engines": {
7056 "node": ">=6"
7057 }
7058 },
7059 "node_modules/parse5": {
7060 "version": "7.3.0",
7061 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
7062 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
7063 "dev": true,
7064 "license": "MIT",
7065 "dependencies": {
7066 "entities": "^6.0.0"
7067 },
7068 "funding": {
7069 "url": "https://github.com/inikulin/parse5?sponsor=1"
7070 }
7071 },
7072 "node_modules/path-browserify": {
7073 "version": "1.0.1",
7074 "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
7075 "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
7076 "license": "MIT"
7077 },
7078 "node_modules/path-exists": {
7079 "version": "4.0.0",
7080 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
7081 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
7082 "dev": true,
7083 "license": "MIT",
7084 "peer": true,
7085 "engines": {
7086 "node": ">=8"
7087 }
7088 },
7089 "node_modules/path-key": {
7090 "version": "3.1.1",
7091 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
7092 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
7093 "dev": true,
7094 "license": "MIT",
7095 "peer": true,
7096 "engines": {
7097 "node": ">=8"
7098 }
7099 },
7100 "node_modules/path-parse": {
7101 "version": "1.0.7",
7102 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
7103 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
7104 "dev": true,
7105 "license": "MIT"
7106 },
7107 "node_modules/pathe": {
7108 "version": "2.0.3",
7109 "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
7110 "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
7111 "dev": true,
7112 "license": "MIT"
7113 },
7114 "node_modules/pathval": {
7115 "version": "2.0.1",
7116 "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz",
7117 "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==",
7118 "dev": true,
7119 "license": "MIT",
7120 "engines": {
7121 "node": ">= 14.16"
7122 }
7123 },
7124 "node_modules/picocolors": {
7125 "version": "1.1.1",
7126 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
7127 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
7128 "license": "ISC"
7129 },
7130 "node_modules/picomatch": {
7131 "version": "2.3.1",
7132 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
7133 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
7134 "license": "MIT",
7135 "engines": {
7136 "node": ">=8.6"
7137 },
7138 "funding": {
7139 "url": "https://github.com/sponsors/jonschlinkert"
7140 }
7141 },
7142 "node_modules/player.style": {
7143 "version": "0.1.10",
7144 "resolved": "https://registry.npmjs.org/player.style/-/player.style-0.1.10.tgz",
7145 "integrity": "sha512-Jxv7tlaQ3SFCddsN35jzoGnCHB3/xMTbJOgn4zcsmF0lcZvRPq5UkRRAD5tZm8CvzKndUvtoDlG6GSPL/N/SrA==",
7146 "license": "MIT",
7147 "workspaces": [
7148 ".",
7149 "site",
7150 "examples/*",
7151 "scripts/*",
7152 "themes/*"
7153 ],
7154 "dependencies": {
7155 "media-chrome": "~4.11.0"
7156 }
7157 },
7158 "node_modules/possible-typed-array-names": {
7159 "version": "1.1.0",
7160 "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
7161 "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
7162 "dev": true,
7163 "license": "MIT",
7164 "engines": {
7165 "node": ">= 0.4"
7166 }
7167 },
7168 "node_modules/postcss": {
7169 "version": "8.5.6",
7170 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
7171 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
7172 "funding": [
7173 {
7174 "type": "opencollective",
7175 "url": "https://opencollective.com/postcss/"
7176 },
7177 {
7178 "type": "tidelift",
7179 "url": "https://tidelift.com/funding/github/npm/postcss"
7180 },
7181 {
7182 "type": "github",
7183 "url": "https://github.com/sponsors/ai"
7184 }
7185 ],
7186 "license": "MIT",
7187 "dependencies": {
7188 "nanoid": "^3.3.11",
7189 "picocolors": "^1.1.1",
7190 "source-map-js": "^1.2.1"
7191 },
7192 "engines": {
7193 "node": "^10 || ^12 || >=14"
7194 }
7195 },
7196 "node_modules/prelude-ls": {
7197 "version": "1.2.1",
7198 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
7199 "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
7200 "dev": true,
7201 "license": "MIT",
7202 "peer": true,
7203 "engines": {
7204 "node": ">= 0.8.0"
7205 }
7206 },
7207 "node_modules/prettier": {
7208 "version": "3.6.2",
7209 "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
7210 "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
7211 "license": "MIT",
7212 "bin": {
7213 "prettier": "bin/prettier.cjs"
7214 },
7215 "engines": {
7216 "node": ">=14"
7217 },
7218 "funding": {
7219 "url": "https://github.com/prettier/prettier?sponsor=1"
7220 }
7221 },
7222 "node_modules/pretty-format": {
7223 "version": "27.5.1",
7224 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
7225 "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
7226 "dev": true,
7227 "license": "MIT",
7228 "dependencies": {
7229 "ansi-regex": "^5.0.1",
7230 "ansi-styles": "^5.0.0",
7231 "react-is": "^17.0.1"
7232 },
7233 "engines": {
7234 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
7235 }
7236 },
7237 "node_modules/prop-types": {
7238 "version": "15.8.1",
7239 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
7240 "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
7241 "license": "MIT",
7242 "dependencies": {
7243 "loose-envify": "^1.4.0",
7244 "object-assign": "^4.1.1",
7245 "react-is": "^16.13.1"
7246 }
7247 },
7248 "node_modules/prop-types/node_modules/react-is": {
7249 "version": "16.13.1",
7250 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
7251 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
7252 "license": "MIT"
7253 },
7254 "node_modules/punycode": {
7255 "version": "2.3.1",
7256 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
7257 "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
7258 "dev": true,
7259 "license": "MIT",
7260 "engines": {
7261 "node": ">=6"
7262 }
7263 },
7264 "node_modules/queue-microtask": {
7265 "version": "1.2.3",
7266 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
7267 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
7268 "dev": true,
7269 "funding": [
7270 {
7271 "type": "github",
7272 "url": "https://github.com/sponsors/feross"
7273 },
7274 {
7275 "type": "patreon",
7276 "url": "https://www.patreon.com/feross"
7277 },
7278 {
7279 "type": "consulting",
7280 "url": "https://feross.org/support"
7281 }
7282 ],
7283 "license": "MIT"
7284 },
7285 "node_modules/react": {
7286 "version": "19.1.1",
7287 "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz",
7288 "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==",
7289 "license": "MIT",
7290 "engines": {
7291 "node": ">=0.10.0"
7292 }
7293 },
7294 "node_modules/react-dom": {
7295 "version": "19.1.1",
7296 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz",
7297 "integrity": "sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==",
7298 "license": "MIT",
7299 "dependencies": {
7300 "scheduler": "^0.26.0"
7301 },
7302 "peerDependencies": {
7303 "react": "^19.1.1"
7304 }
7305 },
7306 "node_modules/react-is": {
7307 "version": "17.0.2",
7308 "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
7309 "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
7310 "dev": true,
7311 "license": "MIT"
7312 },
7313 "node_modules/react-player": {
7314 "version": "3.3.2",
7315 "resolved": "https://registry.npmjs.org/react-player/-/react-player-3.3.2.tgz",
7316 "integrity": "sha512-MBSCxTA1FPyMR19Wy+2LtVjguhrLl9p2l5nODY4fbumgsoaCEuhMLpZvxh8RWjzzvqL8V3jYcPfw/XhqrbTzFw==",
7317 "license": "MIT",
7318 "dependencies": {
7319 "@mux/mux-player-react": "^3.5.1",
7320 "cloudflare-video-element": "^1.3.3",
7321 "dash-video-element": "^0.1.6",
7322 "hls-video-element": "^1.5.6",
7323 "spotify-audio-element": "^1.0.2",
7324 "tiktok-video-element": "^0.1.0",
7325 "twitch-video-element": "^0.1.2",
7326 "vimeo-video-element": "^1.5.3",
7327 "wistia-video-element": "^1.3.3",
7328 "youtube-video-element": "^1.6.1"
7329 },
7330 "peerDependencies": {
7331 "@types/react": "^17.0.0 || ^18 || ^19",
7332 "react": "^17.0.2 || ^18 || ^19",
7333 "react-dom": "^17.0.2 || ^18 || ^19"
7334 }
7335 },
7336 "node_modules/react-refresh": {
7337 "version": "0.17.0",
7338 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
7339 "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
7340 "dev": true,
7341 "license": "MIT",
7342 "engines": {
7343 "node": ">=0.10.0"
7344 }
7345 },
7346 "node_modules/readdirp": {
7347 "version": "3.6.0",
7348 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
7349 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
7350 "license": "MIT",
7351 "dependencies": {
7352 "picomatch": "^2.2.1"
7353 },
7354 "engines": {
7355 "node": ">=8.10.0"
7356 }
7357 },
7358 "node_modules/recast": {
7359 "version": "0.23.11",
7360 "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.11.tgz",
7361 "integrity": "sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==",
7362 "license": "MIT",
7363 "dependencies": {
7364 "ast-types": "^0.16.1",
7365 "esprima": "~4.0.0",
7366 "source-map": "~0.6.1",
7367 "tiny-invariant": "^1.3.3",
7368 "tslib": "^2.0.1"
7369 },
7370 "engines": {
7371 "node": ">= 4"
7372 }
7373 },
7374 "node_modules/recast/node_modules/source-map": {
7375 "version": "0.6.1",
7376 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
7377 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
7378 "license": "BSD-3-Clause",
7379 "engines": {
7380 "node": ">=0.10.0"
7381 }
7382 },
7383 "node_modules/reflect.getprototypeof": {
7384 "version": "1.0.10",
7385 "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
7386 "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
7387 "dev": true,
7388 "license": "MIT",
7389 "dependencies": {
7390 "call-bind": "^1.0.8",
7391 "define-properties": "^1.2.1",
7392 "es-abstract": "^1.23.9",
7393 "es-errors": "^1.3.0",
7394 "es-object-atoms": "^1.0.0",
7395 "get-intrinsic": "^1.2.7",
7396 "get-proto": "^1.0.1",
7397 "which-builtin-type": "^1.2.1"
7398 },
7399 "engines": {
7400 "node": ">= 0.4"
7401 },
7402 "funding": {
7403 "url": "https://github.com/sponsors/ljharb"
7404 }
7405 },
7406 "node_modules/regexp.prototype.flags": {
7407 "version": "1.5.4",
7408 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
7409 "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
7410 "dev": true,
7411 "license": "MIT",
7412 "dependencies": {
7413 "call-bind": "^1.0.8",
7414 "define-properties": "^1.2.1",
7415 "es-errors": "^1.3.0",
7416 "get-proto": "^1.0.1",
7417 "gopd": "^1.2.0",
7418 "set-function-name": "^2.0.2"
7419 },
7420 "engines": {
7421 "node": ">= 0.4"
7422 },
7423 "funding": {
7424 "url": "https://github.com/sponsors/ljharb"
7425 }
7426 },
7427 "node_modules/resolve": {
7428 "version": "2.0.0-next.5",
7429 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
7430 "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
7431 "dev": true,
7432 "license": "MIT",
7433 "dependencies": {
7434 "is-core-module": "^2.13.0",
7435 "path-parse": "^1.0.7",
7436 "supports-preserve-symlinks-flag": "^1.0.0"
7437 },
7438 "bin": {
7439 "resolve": "bin/resolve"
7440 },
7441 "funding": {
7442 "url": "https://github.com/sponsors/ljharb"
7443 }
7444 },
7445 "node_modules/resolve-from": {
7446 "version": "4.0.0",
7447 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
7448 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
7449 "dev": true,
7450 "license": "MIT",
7451 "peer": true,
7452 "engines": {
7453 "node": ">=4"
7454 }
7455 },
7456 "node_modules/resolve-pkg-maps": {
7457 "version": "1.0.0",
7458 "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
7459 "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
7460 "license": "MIT",
7461 "funding": {
7462 "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
7463 }
7464 },
7465 "node_modules/reusify": {
7466 "version": "1.1.0",
7467 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
7468 "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
7469 "dev": true,
7470 "license": "MIT",
7471 "engines": {
7472 "iojs": ">=1.0.0",
7473 "node": ">=0.10.0"
7474 }
7475 },
7476 "node_modules/rollup": {
7477 "version": "4.49.0",
7478 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.49.0.tgz",
7479 "integrity": "sha512-3IVq0cGJ6H7fKXXEdVt+RcYvRCt8beYY9K1760wGQwSAHZcS9eot1zDG5axUbcp/kWRi5zKIIDX8MoKv/TzvZA==",
7480 "license": "MIT",
7481 "dependencies": {
7482 "@types/estree": "1.0.8"
7483 },
7484 "bin": {
7485 "rollup": "dist/bin/rollup"
7486 },
7487 "engines": {
7488 "node": ">=18.0.0",
7489 "npm": ">=8.0.0"
7490 },
7491 "optionalDependencies": {
7492 "@rollup/rollup-android-arm-eabi": "4.49.0",
7493 "@rollup/rollup-android-arm64": "4.49.0",
7494 "@rollup/rollup-darwin-arm64": "4.49.0",
7495 "@rollup/rollup-darwin-x64": "4.49.0",
7496 "@rollup/rollup-freebsd-arm64": "4.49.0",
7497 "@rollup/rollup-freebsd-x64": "4.49.0",
7498 "@rollup/rollup-linux-arm-gnueabihf": "4.49.0",
7499 "@rollup/rollup-linux-arm-musleabihf": "4.49.0",
7500 "@rollup/rollup-linux-arm64-gnu": "4.49.0",
7501 "@rollup/rollup-linux-arm64-musl": "4.49.0",
7502 "@rollup/rollup-linux-loongarch64-gnu": "4.49.0",
7503 "@rollup/rollup-linux-ppc64-gnu": "4.49.0",
7504 "@rollup/rollup-linux-riscv64-gnu": "4.49.0",
7505 "@rollup/rollup-linux-riscv64-musl": "4.49.0",
7506 "@rollup/rollup-linux-s390x-gnu": "4.49.0",
7507 "@rollup/rollup-linux-x64-gnu": "4.49.0",
7508 "@rollup/rollup-linux-x64-musl": "4.49.0",
7509 "@rollup/rollup-win32-arm64-msvc": "4.49.0",
7510 "@rollup/rollup-win32-ia32-msvc": "4.49.0",
7511 "@rollup/rollup-win32-x64-msvc": "4.49.0",
7512 "fsevents": "~2.3.2"
7513 }
7514 },
7515 "node_modules/rrweb-cssom": {
7516 "version": "0.8.0",
7517 "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
7518 "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
7519 "dev": true,
7520 "license": "MIT"
7521 },
7522 "node_modules/run-parallel": {
7523 "version": "1.2.0",
7524 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
7525 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
7526 "dev": true,
7527 "funding": [
7528 {
7529 "type": "github",
7530 "url": "https://github.com/sponsors/feross"
7531 },
7532 {
7533 "type": "patreon",
7534 "url": "https://www.patreon.com/feross"
7535 },
7536 {
7537 "type": "consulting",
7538 "url": "https://feross.org/support"
7539 }
7540 ],
7541 "license": "MIT",
7542 "dependencies": {
7543 "queue-microtask": "^1.2.2"
7544 }
7545 },
7546 "node_modules/safe-array-concat": {
7547 "version": "1.1.3",
7548 "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
7549 "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
7550 "dev": true,
7551 "license": "MIT",
7552 "dependencies": {
7553 "call-bind": "^1.0.8",
7554 "call-bound": "^1.0.2",
7555 "get-intrinsic": "^1.2.6",
7556 "has-symbols": "^1.1.0",
7557 "isarray": "^2.0.5"
7558 },
7559 "engines": {
7560 "node": ">=0.4"
7561 },
7562 "funding": {
7563 "url": "https://github.com/sponsors/ljharb"
7564 }
7565 },
7566 "node_modules/safe-push-apply": {
7567 "version": "1.0.0",
7568 "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
7569 "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
7570 "dev": true,
7571 "license": "MIT",
7572 "dependencies": {
7573 "es-errors": "^1.3.0",
7574 "isarray": "^2.0.5"
7575 },
7576 "engines": {
7577 "node": ">= 0.4"
7578 },
7579 "funding": {
7580 "url": "https://github.com/sponsors/ljharb"
7581 }
7582 },
7583 "node_modules/safe-regex-test": {
7584 "version": "1.1.0",
7585 "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
7586 "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
7587 "dev": true,
7588 "license": "MIT",
7589 "dependencies": {
7590 "call-bound": "^1.0.2",
7591 "es-errors": "^1.3.0",
7592 "is-regex": "^1.2.1"
7593 },
7594 "engines": {
7595 "node": ">= 0.4"
7596 },
7597 "funding": {
7598 "url": "https://github.com/sponsors/ljharb"
7599 }
7600 },
7601 "node_modules/safer-buffer": {
7602 "version": "2.1.2",
7603 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
7604 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
7605 "dev": true,
7606 "license": "MIT"
7607 },
7608 "node_modules/sax": {
7609 "version": "1.2.1",
7610 "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz",
7611 "integrity": "sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA==",
7612 "license": "ISC"
7613 },
7614 "node_modules/saxes": {
7615 "version": "6.0.0",
7616 "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
7617 "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
7618 "dev": true,
7619 "license": "ISC",
7620 "dependencies": {
7621 "xmlchars": "^2.2.0"
7622 },
7623 "engines": {
7624 "node": ">=v12.22.7"
7625 }
7626 },
7627 "node_modules/scheduler": {
7628 "version": "0.26.0",
7629 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz",
7630 "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
7631 "license": "MIT"
7632 },
7633 "node_modules/semver": {
7634 "version": "6.3.1",
7635 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
7636 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
7637 "license": "ISC",
7638 "bin": {
7639 "semver": "bin/semver.js"
7640 }
7641 },
7642 "node_modules/seroval": {
7643 "version": "1.3.2",
7644 "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.3.2.tgz",
7645 "integrity": "sha512-RbcPH1n5cfwKrru7v7+zrZvjLurgHhGyso3HTyGtRivGWgYjbOmGuivCQaORNELjNONoK35nj28EoWul9sb1zQ==",
7646 "license": "MIT",
7647 "engines": {
7648 "node": ">=10"
7649 }
7650 },
7651 "node_modules/seroval-plugins": {
7652 "version": "1.3.2",
7653 "resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.3.2.tgz",
7654 "integrity": "sha512-0QvCV2lM3aj/U3YozDiVwx9zpH0q8A60CTWIv4Jszj/givcudPb48B+rkU5D51NJ0pTpweGMttHjboPa9/zoIQ==",
7655 "license": "MIT",
7656 "engines": {
7657 "node": ">=10"
7658 },
7659 "peerDependencies": {
7660 "seroval": "^1.0"
7661 }
7662 },
7663 "node_modules/set-function-length": {
7664 "version": "1.2.2",
7665 "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
7666 "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
7667 "dev": true,
7668 "license": "MIT",
7669 "dependencies": {
7670 "define-data-property": "^1.1.4",
7671 "es-errors": "^1.3.0",
7672 "function-bind": "^1.1.2",
7673 "get-intrinsic": "^1.2.4",
7674 "gopd": "^1.0.1",
7675 "has-property-descriptors": "^1.0.2"
7676 },
7677 "engines": {
7678 "node": ">= 0.4"
7679 }
7680 },
7681 "node_modules/set-function-name": {
7682 "version": "2.0.2",
7683 "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
7684 "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
7685 "dev": true,
7686 "license": "MIT",
7687 "dependencies": {
7688 "define-data-property": "^1.1.4",
7689 "es-errors": "^1.3.0",
7690 "functions-have-names": "^1.2.3",
7691 "has-property-descriptors": "^1.0.2"
7692 },
7693 "engines": {
7694 "node": ">= 0.4"
7695 }
7696 },
7697 "node_modules/set-proto": {
7698 "version": "1.0.0",
7699 "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
7700 "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
7701 "dev": true,
7702 "license": "MIT",
7703 "dependencies": {
7704 "dunder-proto": "^1.0.1",
7705 "es-errors": "^1.3.0",
7706 "es-object-atoms": "^1.0.0"
7707 },
7708 "engines": {
7709 "node": ">= 0.4"
7710 }
7711 },
7712 "node_modules/shebang-command": {
7713 "version": "2.0.0",
7714 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
7715 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
7716 "dev": true,
7717 "license": "MIT",
7718 "peer": true,
7719 "dependencies": {
7720 "shebang-regex": "^3.0.0"
7721 },
7722 "engines": {
7723 "node": ">=8"
7724 }
7725 },
7726 "node_modules/shebang-regex": {
7727 "version": "3.0.0",
7728 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
7729 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
7730 "dev": true,
7731 "license": "MIT",
7732 "peer": true,
7733 "engines": {
7734 "node": ">=8"
7735 }
7736 },
7737 "node_modules/side-channel": {
7738 "version": "1.1.0",
7739 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
7740 "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
7741 "dev": true,
7742 "license": "MIT",
7743 "dependencies": {
7744 "es-errors": "^1.3.0",
7745 "object-inspect": "^1.13.3",
7746 "side-channel-list": "^1.0.0",
7747 "side-channel-map": "^1.0.1",
7748 "side-channel-weakmap": "^1.0.2"
7749 },
7750 "engines": {
7751 "node": ">= 0.4"
7752 },
7753 "funding": {
7754 "url": "https://github.com/sponsors/ljharb"
7755 }
7756 },
7757 "node_modules/side-channel-list": {
7758 "version": "1.0.0",
7759 "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
7760 "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
7761 "dev": true,
7762 "license": "MIT",
7763 "dependencies": {
7764 "es-errors": "^1.3.0",
7765 "object-inspect": "^1.13.3"
7766 },
7767 "engines": {
7768 "node": ">= 0.4"
7769 },
7770 "funding": {
7771 "url": "https://github.com/sponsors/ljharb"
7772 }
7773 },
7774 "node_modules/side-channel-map": {
7775 "version": "1.0.1",
7776 "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
7777 "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
7778 "dev": true,
7779 "license": "MIT",
7780 "dependencies": {
7781 "call-bound": "^1.0.2",
7782 "es-errors": "^1.3.0",
7783 "get-intrinsic": "^1.2.5",
7784 "object-inspect": "^1.13.3"
7785 },
7786 "engines": {
7787 "node": ">= 0.4"
7788 },
7789 "funding": {
7790 "url": "https://github.com/sponsors/ljharb"
7791 }
7792 },
7793 "node_modules/side-channel-weakmap": {
7794 "version": "1.0.2",
7795 "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
7796 "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
7797 "dev": true,
7798 "license": "MIT",
7799 "dependencies": {
7800 "call-bound": "^1.0.2",
7801 "es-errors": "^1.3.0",
7802 "get-intrinsic": "^1.2.5",
7803 "object-inspect": "^1.13.3",
7804 "side-channel-map": "^1.0.1"
7805 },
7806 "engines": {
7807 "node": ">= 0.4"
7808 },
7809 "funding": {
7810 "url": "https://github.com/sponsors/ljharb"
7811 }
7812 },
7813 "node_modules/siginfo": {
7814 "version": "2.0.0",
7815 "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
7816 "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
7817 "dev": true,
7818 "license": "ISC"
7819 },
7820 "node_modules/solid-js": {
7821 "version": "1.9.9",
7822 "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.9.tgz",
7823 "integrity": "sha512-A0ZBPJQldAeGCTW0YRYJmt7RCeh5rbFfPZ2aOttgYnctHE7HgKeHCBB/PVc2P7eOfmNXqMFFFoYYdm3S4dcbkA==",
7824 "license": "MIT",
7825 "dependencies": {
7826 "csstype": "^3.1.0",
7827 "seroval": "~1.3.0",
7828 "seroval-plugins": "~1.3.0"
7829 }
7830 },
7831 "node_modules/source-map": {
7832 "version": "0.7.6",
7833 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
7834 "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
7835 "license": "BSD-3-Clause",
7836 "engines": {
7837 "node": ">= 12"
7838 }
7839 },
7840 "node_modules/source-map-js": {
7841 "version": "1.2.1",
7842 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
7843 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
7844 "license": "BSD-3-Clause",
7845 "engines": {
7846 "node": ">=0.10.0"
7847 }
7848 },
7849 "node_modules/spotify-audio-element": {
7850 "version": "1.0.3",
7851 "resolved": "https://registry.npmjs.org/spotify-audio-element/-/spotify-audio-element-1.0.3.tgz",
7852 "integrity": "sha512-I1/qD8cg/UnTlCIMiKSdZUJTyYfYhaqFK7LIVElc48eOqUUbVCaw1bqL8I6mJzdMJTh3eoNyF/ewvB7NoS/g9A==",
7853 "license": "MIT"
7854 },
7855 "node_modules/stackback": {
7856 "version": "0.0.2",
7857 "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
7858 "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
7859 "dev": true,
7860 "license": "MIT"
7861 },
7862 "node_modules/std-env": {
7863 "version": "3.9.0",
7864 "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.9.0.tgz",
7865 "integrity": "sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==",
7866 "dev": true,
7867 "license": "MIT"
7868 },
7869 "node_modules/stop-iteration-iterator": {
7870 "version": "1.1.0",
7871 "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
7872 "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
7873 "dev": true,
7874 "license": "MIT",
7875 "dependencies": {
7876 "es-errors": "^1.3.0",
7877 "internal-slot": "^1.1.0"
7878 },
7879 "engines": {
7880 "node": ">= 0.4"
7881 }
7882 },
7883 "node_modules/string-ts": {
7884 "version": "2.2.1",
7885 "resolved": "https://registry.npmjs.org/string-ts/-/string-ts-2.2.1.tgz",
7886 "integrity": "sha512-Q2u0gko67PLLhbte5HmPfdOjNvUKbKQM+mCNQae6jE91DmoFHY6HH9GcdqCeNx87DZ2KKjiFxmA0R/42OneGWw==",
7887 "dev": true,
7888 "license": "MIT"
7889 },
7890 "node_modules/string.prototype.matchall": {
7891 "version": "4.0.12",
7892 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
7893 "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
7894 "dev": true,
7895 "license": "MIT",
7896 "dependencies": {
7897 "call-bind": "^1.0.8",
7898 "call-bound": "^1.0.3",
7899 "define-properties": "^1.2.1",
7900 "es-abstract": "^1.23.6",
7901 "es-errors": "^1.3.0",
7902 "es-object-atoms": "^1.0.0",
7903 "get-intrinsic": "^1.2.6",
7904 "gopd": "^1.2.0",
7905 "has-symbols": "^1.1.0",
7906 "internal-slot": "^1.1.0",
7907 "regexp.prototype.flags": "^1.5.3",
7908 "set-function-name": "^2.0.2",
7909 "side-channel": "^1.1.0"
7910 },
7911 "engines": {
7912 "node": ">= 0.4"
7913 },
7914 "funding": {
7915 "url": "https://github.com/sponsors/ljharb"
7916 }
7917 },
7918 "node_modules/string.prototype.repeat": {
7919 "version": "1.0.0",
7920 "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
7921 "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
7922 "dev": true,
7923 "license": "MIT",
7924 "dependencies": {
7925 "define-properties": "^1.1.3",
7926 "es-abstract": "^1.17.5"
7927 }
7928 },
7929 "node_modules/string.prototype.trim": {
7930 "version": "1.2.10",
7931 "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
7932 "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
7933 "dev": true,
7934 "license": "MIT",
7935 "dependencies": {
7936 "call-bind": "^1.0.8",
7937 "call-bound": "^1.0.2",
7938 "define-data-property": "^1.1.4",
7939 "define-properties": "^1.2.1",
7940 "es-abstract": "^1.23.5",
7941 "es-object-atoms": "^1.0.0",
7942 "has-property-descriptors": "^1.0.2"
7943 },
7944 "engines": {
7945 "node": ">= 0.4"
7946 },
7947 "funding": {
7948 "url": "https://github.com/sponsors/ljharb"
7949 }
7950 },
7951 "node_modules/string.prototype.trimend": {
7952 "version": "1.0.9",
7953 "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
7954 "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
7955 "dev": true,
7956 "license": "MIT",
7957 "dependencies": {
7958 "call-bind": "^1.0.8",
7959 "call-bound": "^1.0.2",
7960 "define-properties": "^1.2.1",
7961 "es-object-atoms": "^1.0.0"
7962 },
7963 "engines": {
7964 "node": ">= 0.4"
7965 },
7966 "funding": {
7967 "url": "https://github.com/sponsors/ljharb"
7968 }
7969 },
7970 "node_modules/string.prototype.trimstart": {
7971 "version": "1.0.8",
7972 "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
7973 "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
7974 "dev": true,
7975 "license": "MIT",
7976 "dependencies": {
7977 "call-bind": "^1.0.7",
7978 "define-properties": "^1.2.1",
7979 "es-object-atoms": "^1.0.0"
7980 },
7981 "engines": {
7982 "node": ">= 0.4"
7983 },
7984 "funding": {
7985 "url": "https://github.com/sponsors/ljharb"
7986 }
7987 },
7988 "node_modules/strip-json-comments": {
7989 "version": "3.1.1",
7990 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
7991 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
7992 "dev": true,
7993 "license": "MIT",
7994 "peer": true,
7995 "engines": {
7996 "node": ">=8"
7997 },
7998 "funding": {
7999 "url": "https://github.com/sponsors/sindresorhus"
8000 }
8001 },
8002 "node_modules/strip-literal": {
8003 "version": "3.0.0",
8004 "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.0.0.tgz",
8005 "integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==",
8006 "dev": true,
8007 "license": "MIT",
8008 "dependencies": {
8009 "js-tokens": "^9.0.1"
8010 },
8011 "funding": {
8012 "url": "https://github.com/sponsors/antfu"
8013 }
8014 },
8015 "node_modules/strip-literal/node_modules/js-tokens": {
8016 "version": "9.0.1",
8017 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
8018 "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
8019 "dev": true,
8020 "license": "MIT"
8021 },
8022 "node_modules/super-media-element": {
8023 "version": "1.4.2",
8024 "resolved": "https://registry.npmjs.org/super-media-element/-/super-media-element-1.4.2.tgz",
8025 "integrity": "sha512-9pP/CVNp4NF2MNlRzLwQkjiTgKKe9WYXrLh9+8QokWmMxz+zt2mf1utkWLco26IuA3AfVcTb//qtlTIjY3VHxA==",
8026 "license": "MIT"
8027 },
8028 "node_modules/supports-color": {
8029 "version": "7.2.0",
8030 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
8031 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
8032 "dev": true,
8033 "license": "MIT",
8034 "peer": true,
8035 "dependencies": {
8036 "has-flag": "^4.0.0"
8037 },
8038 "engines": {
8039 "node": ">=8"
8040 }
8041 },
8042 "node_modules/supports-preserve-symlinks-flag": {
8043 "version": "1.0.0",
8044 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
8045 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
8046 "dev": true,
8047 "license": "MIT",
8048 "engines": {
8049 "node": ">= 0.4"
8050 },
8051 "funding": {
8052 "url": "https://github.com/sponsors/ljharb"
8053 }
8054 },
8055 "node_modules/symbol-tree": {
8056 "version": "3.2.4",
8057 "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
8058 "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
8059 "dev": true,
8060 "license": "MIT"
8061 },
8062 "node_modules/tailwindcss": {
8063 "version": "4.1.12",
8064 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz",
8065 "integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==",
8066 "license": "MIT"
8067 },
8068 "node_modules/tapable": {
8069 "version": "2.2.3",
8070 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.3.tgz",
8071 "integrity": "sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==",
8072 "license": "MIT",
8073 "engines": {
8074 "node": ">=6"
8075 },
8076 "funding": {
8077 "type": "opencollective",
8078 "url": "https://opencollective.com/webpack"
8079 }
8080 },
8081 "node_modules/tar": {
8082 "version": "7.4.3",
8083 "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz",
8084 "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
8085 "license": "ISC",
8086 "dependencies": {
8087 "@isaacs/fs-minipass": "^4.0.0",
8088 "chownr": "^3.0.0",
8089 "minipass": "^7.1.2",
8090 "minizlib": "^3.0.1",
8091 "mkdirp": "^3.0.1",
8092 "yallist": "^5.0.0"
8093 },
8094 "engines": {
8095 "node": ">=18"
8096 }
8097 },
8098 "node_modules/tar/node_modules/yallist": {
8099 "version": "5.0.0",
8100 "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
8101 "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
8102 "license": "BlueOak-1.0.0",
8103 "engines": {
8104 "node": ">=18"
8105 }
8106 },
8107 "node_modules/tiktok-video-element": {
8108 "version": "0.1.1",
8109 "resolved": "https://registry.npmjs.org/tiktok-video-element/-/tiktok-video-element-0.1.1.tgz",
8110 "integrity": "sha512-BaiVzvNz2UXDKTdSrXzrNf4q6Ecc+/utYUh7zdEu2jzYcJVDoqYbVfUl0bCfMoOeeAqg28vD/yN63Y3E9jOrlA==",
8111 "license": "MIT"
8112 },
8113 "node_modules/tiny-invariant": {
8114 "version": "1.3.3",
8115 "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
8116 "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
8117 "license": "MIT"
8118 },
8119 "node_modules/tiny-warning": {
8120 "version": "1.0.3",
8121 "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
8122 "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==",
8123 "license": "MIT"
8124 },
8125 "node_modules/tinybench": {
8126 "version": "2.9.0",
8127 "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
8128 "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
8129 "dev": true,
8130 "license": "MIT"
8131 },
8132 "node_modules/tinyexec": {
8133 "version": "0.3.2",
8134 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
8135 "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
8136 "dev": true,
8137 "license": "MIT"
8138 },
8139 "node_modules/tinyglobby": {
8140 "version": "0.2.14",
8141 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
8142 "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
8143 "license": "MIT",
8144 "dependencies": {
8145 "fdir": "^6.4.4",
8146 "picomatch": "^4.0.2"
8147 },
8148 "engines": {
8149 "node": ">=12.0.0"
8150 },
8151 "funding": {
8152 "url": "https://github.com/sponsors/SuperchupuDev"
8153 }
8154 },
8155 "node_modules/tinyglobby/node_modules/fdir": {
8156 "version": "6.5.0",
8157 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
8158 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
8159 "license": "MIT",
8160 "engines": {
8161 "node": ">=12.0.0"
8162 },
8163 "peerDependencies": {
8164 "picomatch": "^3 || ^4"
8165 },
8166 "peerDependenciesMeta": {
8167 "picomatch": {
8168 "optional": true
8169 }
8170 }
8171 },
8172 "node_modules/tinyglobby/node_modules/picomatch": {
8173 "version": "4.0.3",
8174 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
8175 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
8176 "license": "MIT",
8177 "engines": {
8178 "node": ">=12"
8179 },
8180 "funding": {
8181 "url": "https://github.com/sponsors/jonschlinkert"
8182 }
8183 },
8184 "node_modules/tinypool": {
8185 "version": "1.1.1",
8186 "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz",
8187 "integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==",
8188 "dev": true,
8189 "license": "MIT",
8190 "engines": {
8191 "node": "^18.0.0 || >=20.0.0"
8192 }
8193 },
8194 "node_modules/tinyrainbow": {
8195 "version": "2.0.0",
8196 "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz",
8197 "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==",
8198 "dev": true,
8199 "license": "MIT",
8200 "engines": {
8201 "node": ">=14.0.0"
8202 }
8203 },
8204 "node_modules/tinyspy": {
8205 "version": "4.0.3",
8206 "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.3.tgz",
8207 "integrity": "sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==",
8208 "dev": true,
8209 "license": "MIT",
8210 "engines": {
8211 "node": ">=14.0.0"
8212 }
8213 },
8214 "node_modules/tlds": {
8215 "version": "1.260.0",
8216 "resolved": "https://registry.npmjs.org/tlds/-/tlds-1.260.0.tgz",
8217 "integrity": "sha512-78+28EWBhCEE7qlyaHA9OR3IPvbCLiDh3Ckla593TksfFc9vfTsgvH7eS+dr3o9qr31gwGbogcI16yN91PoRjQ==",
8218 "license": "MIT",
8219 "bin": {
8220 "tlds": "bin.js"
8221 }
8222 },
8223 "node_modules/tldts": {
8224 "version": "6.1.86",
8225 "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz",
8226 "integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==",
8227 "dev": true,
8228 "license": "MIT",
8229 "dependencies": {
8230 "tldts-core": "^6.1.86"
8231 },
8232 "bin": {
8233 "tldts": "bin/cli.js"
8234 }
8235 },
8236 "node_modules/tldts-core": {
8237 "version": "6.1.86",
8238 "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz",
8239 "integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==",
8240 "dev": true,
8241 "license": "MIT"
8242 },
8243 "node_modules/to-regex-range": {
8244 "version": "5.0.1",
8245 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
8246 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
8247 "license": "MIT",
8248 "dependencies": {
8249 "is-number": "^7.0.0"
8250 },
8251 "engines": {
8252 "node": ">=8.0"
8253 }
8254 },
8255 "node_modules/tough-cookie": {
8256 "version": "5.1.2",
8257 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
8258 "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
8259 "dev": true,
8260 "license": "BSD-3-Clause",
8261 "dependencies": {
8262 "tldts": "^6.1.32"
8263 },
8264 "engines": {
8265 "node": ">=16"
8266 }
8267 },
8268 "node_modules/tr46": {
8269 "version": "5.1.1",
8270 "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
8271 "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
8272 "dev": true,
8273 "license": "MIT",
8274 "dependencies": {
8275 "punycode": "^2.3.1"
8276 },
8277 "engines": {
8278 "node": ">=18"
8279 }
8280 },
8281 "node_modules/ts-api-utils": {
8282 "version": "2.1.0",
8283 "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
8284 "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
8285 "dev": true,
8286 "license": "MIT",
8287 "engines": {
8288 "node": ">=18.12"
8289 },
8290 "peerDependencies": {
8291 "typescript": ">=4.8.4"
8292 }
8293 },
8294 "node_modules/ts-declaration-location": {
8295 "version": "1.0.7",
8296 "resolved": "https://registry.npmjs.org/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz",
8297 "integrity": "sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==",
8298 "dev": true,
8299 "funding": [
8300 {
8301 "type": "ko-fi",
8302 "url": "https://ko-fi.com/rebeccastevens"
8303 },
8304 {
8305 "type": "tidelift",
8306 "url": "https://tidelift.com/funding/github/npm/ts-declaration-location"
8307 }
8308 ],
8309 "license": "BSD-3-Clause",
8310 "dependencies": {
8311 "picomatch": "^4.0.2"
8312 },
8313 "peerDependencies": {
8314 "typescript": ">=4.0.0"
8315 }
8316 },
8317 "node_modules/ts-declaration-location/node_modules/picomatch": {
8318 "version": "4.0.3",
8319 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
8320 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
8321 "dev": true,
8322 "license": "MIT",
8323 "engines": {
8324 "node": ">=12"
8325 },
8326 "funding": {
8327 "url": "https://github.com/sponsors/jonschlinkert"
8328 }
8329 },
8330 "node_modules/ts-pattern": {
8331 "version": "5.8.0",
8332 "resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.8.0.tgz",
8333 "integrity": "sha512-kIjN2qmWiHnhgr5DAkAafF9fwb0T5OhMVSWrm8XEdTFnX6+wfXwYOFjeF86UZ54vduqiR7BfqScFmXSzSaH8oA==",
8334 "dev": true,
8335 "license": "MIT"
8336 },
8337 "node_modules/tslib": {
8338 "version": "2.8.1",
8339 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
8340 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
8341 "license": "0BSD"
8342 },
8343 "node_modules/tsx": {
8344 "version": "4.20.5",
8345 "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.5.tgz",
8346 "integrity": "sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw==",
8347 "license": "MIT",
8348 "dependencies": {
8349 "esbuild": "~0.25.0",
8350 "get-tsconfig": "^4.7.5"
8351 },
8352 "bin": {
8353 "tsx": "dist/cli.mjs"
8354 },
8355 "engines": {
8356 "node": ">=18.0.0"
8357 },
8358 "optionalDependencies": {
8359 "fsevents": "~2.3.3"
8360 }
8361 },
8362 "node_modules/twitch-video-element": {
8363 "version": "0.1.4",
8364 "resolved": "https://registry.npmjs.org/twitch-video-element/-/twitch-video-element-0.1.4.tgz",
8365 "integrity": "sha512-SDpZ4f7sZmwHF6XG5PF0KWuP18pH/kNG04MhTcpqJby7Lk/D3TS/lCYd+RSg0rIAAVi1LDgSIo1yJs9kmHlhgw==",
8366 "license": "MIT"
8367 },
8368 "node_modules/type-check": {
8369 "version": "0.4.0",
8370 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
8371 "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
8372 "dev": true,
8373 "license": "MIT",
8374 "peer": true,
8375 "dependencies": {
8376 "prelude-ls": "^1.2.1"
8377 },
8378 "engines": {
8379 "node": ">= 0.8.0"
8380 }
8381 },
8382 "node_modules/typed-array-buffer": {
8383 "version": "1.0.3",
8384 "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
8385 "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
8386 "dev": true,
8387 "license": "MIT",
8388 "dependencies": {
8389 "call-bound": "^1.0.3",
8390 "es-errors": "^1.3.0",
8391 "is-typed-array": "^1.1.14"
8392 },
8393 "engines": {
8394 "node": ">= 0.4"
8395 }
8396 },
8397 "node_modules/typed-array-byte-length": {
8398 "version": "1.0.3",
8399 "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
8400 "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
8401 "dev": true,
8402 "license": "MIT",
8403 "dependencies": {
8404 "call-bind": "^1.0.8",
8405 "for-each": "^0.3.3",
8406 "gopd": "^1.2.0",
8407 "has-proto": "^1.2.0",
8408 "is-typed-array": "^1.1.14"
8409 },
8410 "engines": {
8411 "node": ">= 0.4"
8412 },
8413 "funding": {
8414 "url": "https://github.com/sponsors/ljharb"
8415 }
8416 },
8417 "node_modules/typed-array-byte-offset": {
8418 "version": "1.0.4",
8419 "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
8420 "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
8421 "dev": true,
8422 "license": "MIT",
8423 "dependencies": {
8424 "available-typed-arrays": "^1.0.7",
8425 "call-bind": "^1.0.8",
8426 "for-each": "^0.3.3",
8427 "gopd": "^1.2.0",
8428 "has-proto": "^1.2.0",
8429 "is-typed-array": "^1.1.15",
8430 "reflect.getprototypeof": "^1.0.9"
8431 },
8432 "engines": {
8433 "node": ">= 0.4"
8434 },
8435 "funding": {
8436 "url": "https://github.com/sponsors/ljharb"
8437 }
8438 },
8439 "node_modules/typed-array-length": {
8440 "version": "1.0.7",
8441 "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
8442 "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
8443 "dev": true,
8444 "license": "MIT",
8445 "dependencies": {
8446 "call-bind": "^1.0.7",
8447 "for-each": "^0.3.3",
8448 "gopd": "^1.0.1",
8449 "is-typed-array": "^1.1.13",
8450 "possible-typed-array-names": "^1.0.0",
8451 "reflect.getprototypeof": "^1.0.6"
8452 },
8453 "engines": {
8454 "node": ">= 0.4"
8455 },
8456 "funding": {
8457 "url": "https://github.com/sponsors/ljharb"
8458 }
8459 },
8460 "node_modules/typescript": {
8461 "version": "5.9.3",
8462 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
8463 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
8464 "dev": true,
8465 "license": "Apache-2.0",
8466 "bin": {
8467 "tsc": "bin/tsc",
8468 "tsserver": "bin/tsserver"
8469 },
8470 "engines": {
8471 "node": ">=14.17"
8472 }
8473 },
8474 "node_modules/typescript-eslint": {
8475 "version": "8.46.1",
8476 "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.46.1.tgz",
8477 "integrity": "sha512-VHgijW803JafdSsDO8I761r3SHrgk4T00IdyQ+/UsthtgPRsBWQLqoSxOolxTpxRKi1kGXK0bSz4CoAc9ObqJA==",
8478 "dev": true,
8479 "license": "MIT",
8480 "dependencies": {
8481 "@typescript-eslint/eslint-plugin": "8.46.1",
8482 "@typescript-eslint/parser": "8.46.1",
8483 "@typescript-eslint/typescript-estree": "8.46.1",
8484 "@typescript-eslint/utils": "8.46.1"
8485 },
8486 "engines": {
8487 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
8488 },
8489 "funding": {
8490 "type": "opencollective",
8491 "url": "https://opencollective.com/typescript-eslint"
8492 },
8493 "peerDependencies": {
8494 "eslint": "^8.57.0 || ^9.0.0",
8495 "typescript": ">=4.8.4 <6.0.0"
8496 }
8497 },
8498 "node_modules/ua-parser-js": {
8499 "version": "1.0.41",
8500 "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.41.tgz",
8501 "integrity": "sha512-LbBDqdIC5s8iROCUjMbW1f5dJQTEFB1+KO9ogbvlb3nm9n4YHa5p4KTvFPWvh2Hs8gZMBuiB1/8+pdfe/tDPug==",
8502 "funding": [
8503 {
8504 "type": "opencollective",
8505 "url": "https://opencollective.com/ua-parser-js"
8506 },
8507 {
8508 "type": "paypal",
8509 "url": "https://paypal.me/faisalman"
8510 },
8511 {
8512 "type": "github",
8513 "url": "https://github.com/sponsors/faisalman"
8514 }
8515 ],
8516 "license": "MIT",
8517 "bin": {
8518 "ua-parser-js": "script/cli.js"
8519 },
8520 "engines": {
8521 "node": "*"
8522 }
8523 },
8524 "node_modules/uint8arrays": {
8525 "version": "3.0.0",
8526 "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz",
8527 "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==",
8528 "license": "MIT",
8529 "dependencies": {
8530 "multiformats": "^9.4.2"
8531 }
8532 },
8533 "node_modules/unbox-primitive": {
8534 "version": "1.1.0",
8535 "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
8536 "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
8537 "dev": true,
8538 "license": "MIT",
8539 "dependencies": {
8540 "call-bound": "^1.0.3",
8541 "has-bigints": "^1.0.2",
8542 "has-symbols": "^1.1.0",
8543 "which-boxed-primitive": "^1.1.1"
8544 },
8545 "engines": {
8546 "node": ">= 0.4"
8547 },
8548 "funding": {
8549 "url": "https://github.com/sponsors/ljharb"
8550 }
8551 },
8552 "node_modules/undici-types": {
8553 "version": "7.10.0",
8554 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
8555 "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
8556 "devOptional": true,
8557 "license": "MIT"
8558 },
8559 "node_modules/unplugin": {
8560 "version": "2.3.9",
8561 "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.9.tgz",
8562 "integrity": "sha512-2dcbZq6aprwXTkzptq3k5qm5B8cvpjG9ynPd5fyM2wDJuuF7PeUK64Sxf0d+X1ZyDOeGydbNzMqBSIVlH8GIfA==",
8563 "license": "MIT",
8564 "dependencies": {
8565 "@jridgewell/remapping": "^2.3.5",
8566 "acorn": "^8.15.0",
8567 "picomatch": "^4.0.3",
8568 "webpack-virtual-modules": "^0.6.2"
8569 },
8570 "engines": {
8571 "node": ">=18.12.0"
8572 }
8573 },
8574 "node_modules/unplugin/node_modules/picomatch": {
8575 "version": "4.0.3",
8576 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
8577 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
8578 "license": "MIT",
8579 "engines": {
8580 "node": ">=12"
8581 },
8582 "funding": {
8583 "url": "https://github.com/sponsors/jonschlinkert"
8584 }
8585 },
8586 "node_modules/update-browserslist-db": {
8587 "version": "1.1.3",
8588 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
8589 "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
8590 "funding": [
8591 {
8592 "type": "opencollective",
8593 "url": "https://opencollective.com/browserslist"
8594 },
8595 {
8596 "type": "tidelift",
8597 "url": "https://tidelift.com/funding/github/npm/browserslist"
8598 },
8599 {
8600 "type": "github",
8601 "url": "https://github.com/sponsors/ai"
8602 }
8603 ],
8604 "license": "MIT",
8605 "dependencies": {
8606 "escalade": "^3.2.0",
8607 "picocolors": "^1.1.1"
8608 },
8609 "bin": {
8610 "update-browserslist-db": "cli.js"
8611 },
8612 "peerDependencies": {
8613 "browserslist": ">= 4.21.0"
8614 }
8615 },
8616 "node_modules/uri-js": {
8617 "version": "4.4.1",
8618 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
8619 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
8620 "dev": true,
8621 "license": "BSD-2-Clause",
8622 "peer": true,
8623 "dependencies": {
8624 "punycode": "^2.1.0"
8625 }
8626 },
8627 "node_modules/use-sync-external-store": {
8628 "version": "1.5.0",
8629 "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz",
8630 "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==",
8631 "license": "MIT",
8632 "peerDependencies": {
8633 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
8634 }
8635 },
8636 "node_modules/vimeo-video-element": {
8637 "version": "1.5.5",
8638 "resolved": "https://registry.npmjs.org/vimeo-video-element/-/vimeo-video-element-1.5.5.tgz",
8639 "integrity": "sha512-9QVvKPPnubMNeNYHY5KZqAYerVMuVG+7PSK+6IrEUD7a/wnCGtzb8Sfxl9qNxDAL6Q8i+p+5SDoVKobCd866vw==",
8640 "license": "MIT",
8641 "dependencies": {
8642 "@vimeo/player": "2.29.0"
8643 }
8644 },
8645 "node_modules/vite": {
8646 "version": "6.3.5",
8647 "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz",
8648 "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
8649 "license": "MIT",
8650 "dependencies": {
8651 "esbuild": "^0.25.0",
8652 "fdir": "^6.4.4",
8653 "picomatch": "^4.0.2",
8654 "postcss": "^8.5.3",
8655 "rollup": "^4.34.9",
8656 "tinyglobby": "^0.2.13"
8657 },
8658 "bin": {
8659 "vite": "bin/vite.js"
8660 },
8661 "engines": {
8662 "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
8663 },
8664 "funding": {
8665 "url": "https://github.com/vitejs/vite?sponsor=1"
8666 },
8667 "optionalDependencies": {
8668 "fsevents": "~2.3.3"
8669 },
8670 "peerDependencies": {
8671 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
8672 "jiti": ">=1.21.0",
8673 "less": "*",
8674 "lightningcss": "^1.21.0",
8675 "sass": "*",
8676 "sass-embedded": "*",
8677 "stylus": "*",
8678 "sugarss": "*",
8679 "terser": "^5.16.0",
8680 "tsx": "^4.8.1",
8681 "yaml": "^2.4.2"
8682 },
8683 "peerDependenciesMeta": {
8684 "@types/node": {
8685 "optional": true
8686 },
8687 "jiti": {
8688 "optional": true
8689 },
8690 "less": {
8691 "optional": true
8692 },
8693 "lightningcss": {
8694 "optional": true
8695 },
8696 "sass": {
8697 "optional": true
8698 },
8699 "sass-embedded": {
8700 "optional": true
8701 },
8702 "stylus": {
8703 "optional": true
8704 },
8705 "sugarss": {
8706 "optional": true
8707 },
8708 "terser": {
8709 "optional": true
8710 },
8711 "tsx": {
8712 "optional": true
8713 },
8714 "yaml": {
8715 "optional": true
8716 }
8717 }
8718 },
8719 "node_modules/vite-node": {
8720 "version": "3.2.4",
8721 "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz",
8722 "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==",
8723 "dev": true,
8724 "license": "MIT",
8725 "dependencies": {
8726 "cac": "^6.7.14",
8727 "debug": "^4.4.1",
8728 "es-module-lexer": "^1.7.0",
8729 "pathe": "^2.0.3",
8730 "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
8731 },
8732 "bin": {
8733 "vite-node": "vite-node.mjs"
8734 },
8735 "engines": {
8736 "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
8737 },
8738 "funding": {
8739 "url": "https://opencollective.com/vitest"
8740 }
8741 },
8742 "node_modules/vite/node_modules/fdir": {
8743 "version": "6.5.0",
8744 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
8745 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
8746 "license": "MIT",
8747 "engines": {
8748 "node": ">=12.0.0"
8749 },
8750 "peerDependencies": {
8751 "picomatch": "^3 || ^4"
8752 },
8753 "peerDependenciesMeta": {
8754 "picomatch": {
8755 "optional": true
8756 }
8757 }
8758 },
8759 "node_modules/vite/node_modules/picomatch": {
8760 "version": "4.0.3",
8761 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
8762 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
8763 "license": "MIT",
8764 "engines": {
8765 "node": ">=12"
8766 },
8767 "funding": {
8768 "url": "https://github.com/sponsors/jonschlinkert"
8769 }
8770 },
8771 "node_modules/vitest": {
8772 "version": "3.2.4",
8773 "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.2.4.tgz",
8774 "integrity": "sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==",
8775 "dev": true,
8776 "license": "MIT",
8777 "dependencies": {
8778 "@types/chai": "^5.2.2",
8779 "@vitest/expect": "3.2.4",
8780 "@vitest/mocker": "3.2.4",
8781 "@vitest/pretty-format": "^3.2.4",
8782 "@vitest/runner": "3.2.4",
8783 "@vitest/snapshot": "3.2.4",
8784 "@vitest/spy": "3.2.4",
8785 "@vitest/utils": "3.2.4",
8786 "chai": "^5.2.0",
8787 "debug": "^4.4.1",
8788 "expect-type": "^1.2.1",
8789 "magic-string": "^0.30.17",
8790 "pathe": "^2.0.3",
8791 "picomatch": "^4.0.2",
8792 "std-env": "^3.9.0",
8793 "tinybench": "^2.9.0",
8794 "tinyexec": "^0.3.2",
8795 "tinyglobby": "^0.2.14",
8796 "tinypool": "^1.1.1",
8797 "tinyrainbow": "^2.0.0",
8798 "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0",
8799 "vite-node": "3.2.4",
8800 "why-is-node-running": "^2.3.0"
8801 },
8802 "bin": {
8803 "vitest": "vitest.mjs"
8804 },
8805 "engines": {
8806 "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
8807 },
8808 "funding": {
8809 "url": "https://opencollective.com/vitest"
8810 },
8811 "peerDependencies": {
8812 "@edge-runtime/vm": "*",
8813 "@types/debug": "^4.1.12",
8814 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
8815 "@vitest/browser": "3.2.4",
8816 "@vitest/ui": "3.2.4",
8817 "happy-dom": "*",
8818 "jsdom": "*"
8819 },
8820 "peerDependenciesMeta": {
8821 "@edge-runtime/vm": {
8822 "optional": true
8823 },
8824 "@types/debug": {
8825 "optional": true
8826 },
8827 "@types/node": {
8828 "optional": true
8829 },
8830 "@vitest/browser": {
8831 "optional": true
8832 },
8833 "@vitest/ui": {
8834 "optional": true
8835 },
8836 "happy-dom": {
8837 "optional": true
8838 },
8839 "jsdom": {
8840 "optional": true
8841 }
8842 }
8843 },
8844 "node_modules/vitest/node_modules/picomatch": {
8845 "version": "4.0.3",
8846 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
8847 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
8848 "dev": true,
8849 "license": "MIT",
8850 "engines": {
8851 "node": ">=12"
8852 },
8853 "funding": {
8854 "url": "https://github.com/sponsors/jonschlinkert"
8855 }
8856 },
8857 "node_modules/w3c-xmlserializer": {
8858 "version": "5.0.0",
8859 "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
8860 "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
8861 "dev": true,
8862 "license": "MIT",
8863 "dependencies": {
8864 "xml-name-validator": "^5.0.0"
8865 },
8866 "engines": {
8867 "node": ">=18"
8868 }
8869 },
8870 "node_modules/weakmap-polyfill": {
8871 "version": "2.0.4",
8872 "resolved": "https://registry.npmjs.org/weakmap-polyfill/-/weakmap-polyfill-2.0.4.tgz",
8873 "integrity": "sha512-ZzxBf288iALJseijWelmECm/1x7ZwQn3sMYIkDr2VvZp7r6SEKuT8D0O9Wiq6L9Nl5mazrOMcmiZE/2NCenaxw==",
8874 "license": "MIT",
8875 "engines": {
8876 "node": ">=8.10.0"
8877 }
8878 },
8879 "node_modules/web-vitals": {
8880 "version": "4.2.4",
8881 "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz",
8882 "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==",
8883 "dev": true,
8884 "license": "Apache-2.0"
8885 },
8886 "node_modules/webidl-conversions": {
8887 "version": "7.0.0",
8888 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
8889 "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
8890 "dev": true,
8891 "license": "BSD-2-Clause",
8892 "engines": {
8893 "node": ">=12"
8894 }
8895 },
8896 "node_modules/webpack-virtual-modules": {
8897 "version": "0.6.2",
8898 "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
8899 "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
8900 "license": "MIT"
8901 },
8902 "node_modules/whatwg-encoding": {
8903 "version": "3.1.1",
8904 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
8905 "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
8906 "dev": true,
8907 "license": "MIT",
8908 "dependencies": {
8909 "iconv-lite": "0.6.3"
8910 },
8911 "engines": {
8912 "node": ">=18"
8913 }
8914 },
8915 "node_modules/whatwg-mimetype": {
8916 "version": "4.0.0",
8917 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
8918 "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
8919 "dev": true,
8920 "license": "MIT",
8921 "engines": {
8922 "node": ">=18"
8923 }
8924 },
8925 "node_modules/whatwg-url": {
8926 "version": "14.2.0",
8927 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
8928 "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
8929 "dev": true,
8930 "license": "MIT",
8931 "dependencies": {
8932 "tr46": "^5.1.0",
8933 "webidl-conversions": "^7.0.0"
8934 },
8935 "engines": {
8936 "node": ">=18"
8937 }
8938 },
8939 "node_modules/which": {
8940 "version": "2.0.2",
8941 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
8942 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
8943 "dev": true,
8944 "license": "ISC",
8945 "peer": true,
8946 "dependencies": {
8947 "isexe": "^2.0.0"
8948 },
8949 "bin": {
8950 "node-which": "bin/node-which"
8951 },
8952 "engines": {
8953 "node": ">= 8"
8954 }
8955 },
8956 "node_modules/which-boxed-primitive": {
8957 "version": "1.1.1",
8958 "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
8959 "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
8960 "dev": true,
8961 "license": "MIT",
8962 "dependencies": {
8963 "is-bigint": "^1.1.0",
8964 "is-boolean-object": "^1.2.1",
8965 "is-number-object": "^1.1.1",
8966 "is-string": "^1.1.1",
8967 "is-symbol": "^1.1.1"
8968 },
8969 "engines": {
8970 "node": ">= 0.4"
8971 },
8972 "funding": {
8973 "url": "https://github.com/sponsors/ljharb"
8974 }
8975 },
8976 "node_modules/which-builtin-type": {
8977 "version": "1.2.1",
8978 "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
8979 "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
8980 "dev": true,
8981 "license": "MIT",
8982 "dependencies": {
8983 "call-bound": "^1.0.2",
8984 "function.prototype.name": "^1.1.6",
8985 "has-tostringtag": "^1.0.2",
8986 "is-async-function": "^2.0.0",
8987 "is-date-object": "^1.1.0",
8988 "is-finalizationregistry": "^1.1.0",
8989 "is-generator-function": "^1.0.10",
8990 "is-regex": "^1.2.1",
8991 "is-weakref": "^1.0.2",
8992 "isarray": "^2.0.5",
8993 "which-boxed-primitive": "^1.1.0",
8994 "which-collection": "^1.0.2",
8995 "which-typed-array": "^1.1.16"
8996 },
8997 "engines": {
8998 "node": ">= 0.4"
8999 },
9000 "funding": {
9001 "url": "https://github.com/sponsors/ljharb"
9002 }
9003 },
9004 "node_modules/which-collection": {
9005 "version": "1.0.2",
9006 "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
9007 "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
9008 "dev": true,
9009 "license": "MIT",
9010 "dependencies": {
9011 "is-map": "^2.0.3",
9012 "is-set": "^2.0.3",
9013 "is-weakmap": "^2.0.2",
9014 "is-weakset": "^2.0.3"
9015 },
9016 "engines": {
9017 "node": ">= 0.4"
9018 },
9019 "funding": {
9020 "url": "https://github.com/sponsors/ljharb"
9021 }
9022 },
9023 "node_modules/which-typed-array": {
9024 "version": "1.1.19",
9025 "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
9026 "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
9027 "dev": true,
9028 "license": "MIT",
9029 "dependencies": {
9030 "available-typed-arrays": "^1.0.7",
9031 "call-bind": "^1.0.8",
9032 "call-bound": "^1.0.4",
9033 "for-each": "^0.3.5",
9034 "get-proto": "^1.0.1",
9035 "gopd": "^1.2.0",
9036 "has-tostringtag": "^1.0.2"
9037 },
9038 "engines": {
9039 "node": ">= 0.4"
9040 },
9041 "funding": {
9042 "url": "https://github.com/sponsors/ljharb"
9043 }
9044 },
9045 "node_modules/why-is-node-running": {
9046 "version": "2.3.0",
9047 "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
9048 "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
9049 "dev": true,
9050 "license": "MIT",
9051 "dependencies": {
9052 "siginfo": "^2.0.0",
9053 "stackback": "0.0.2"
9054 },
9055 "bin": {
9056 "why-is-node-running": "cli.js"
9057 },
9058 "engines": {
9059 "node": ">=8"
9060 }
9061 },
9062 "node_modules/wistia-video-element": {
9063 "version": "1.3.4",
9064 "resolved": "https://registry.npmjs.org/wistia-video-element/-/wistia-video-element-1.3.4.tgz",
9065 "integrity": "sha512-2l22oaQe4jUfi3yvsh2m2oCEgvbqTzaSYx6aJnZAvV5hlMUJlyZheFUnaj0JU2wGlHdVGV7xNY+5KpKu+ruLYA==",
9066 "license": "MIT",
9067 "dependencies": {
9068 "super-media-element": "~1.4.2"
9069 }
9070 },
9071 "node_modules/word-wrap": {
9072 "version": "1.2.5",
9073 "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
9074 "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
9075 "dev": true,
9076 "license": "MIT",
9077 "peer": true,
9078 "engines": {
9079 "node": ">=0.10.0"
9080 }
9081 },
9082 "node_modules/ws": {
9083 "version": "8.18.3",
9084 "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
9085 "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
9086 "license": "MIT",
9087 "engines": {
9088 "node": ">=10.0.0"
9089 },
9090 "peerDependencies": {
9091 "bufferutil": "^4.0.1",
9092 "utf-8-validate": ">=5.0.2"
9093 },
9094 "peerDependenciesMeta": {
9095 "bufferutil": {
9096 "optional": true
9097 },
9098 "utf-8-validate": {
9099 "optional": true
9100 }
9101 }
9102 },
9103 "node_modules/xml-name-validator": {
9104 "version": "5.0.0",
9105 "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
9106 "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
9107 "dev": true,
9108 "license": "Apache-2.0",
9109 "engines": {
9110 "node": ">=18"
9111 }
9112 },
9113 "node_modules/xmlchars": {
9114 "version": "2.2.0",
9115 "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
9116 "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
9117 "dev": true,
9118 "license": "MIT"
9119 },
9120 "node_modules/yallist": {
9121 "version": "3.1.1",
9122 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
9123 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
9124 "license": "ISC"
9125 },
9126 "node_modules/yocto-queue": {
9127 "version": "0.1.0",
9128 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
9129 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
9130 "dev": true,
9131 "license": "MIT",
9132 "peer": true,
9133 "engines": {
9134 "node": ">=10"
9135 },
9136 "funding": {
9137 "url": "https://github.com/sponsors/sindresorhus"
9138 }
9139 },
9140 "node_modules/youtube-video-element": {
9141 "version": "1.6.2",
9142 "resolved": "https://registry.npmjs.org/youtube-video-element/-/youtube-video-element-1.6.2.tgz",
9143 "integrity": "sha512-YHDIOAqgRpfl1Ois9HcB8UFtWOxK8KJrV5TXpImj4BKYP1rWT04f/fMM9tQ9SYZlBKukT7NR+9wcI3UpB5BMDQ==",
9144 "license": "MIT"
9145 },
9146 "node_modules/zod": {
9147 "version": "3.25.76",
9148 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
9149 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
9150 "license": "MIT",
9151 "funding": {
9152 "url": "https://github.com/sponsors/colinhacks"
9153 }
9154 },
9155 "node_modules/zod-validation-error": {
9156 "version": "4.0.2",
9157 "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
9158 "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
9159 "dev": true,
9160 "license": "MIT",
9161 "engines": {
9162 "node": ">=18.0.0"
9163 },
9164 "peerDependencies": {
9165 "zod": "^3.25.0 || ^4.0.0"
9166 }
9167 }
9168 }
9169}