Large file — syntax highlighting disabled.
1 {
2 "name": "documentation",
3 "version": "1.0.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "documentation",
9 "version": "1.0.0",
10 "workspaces": [
11 "cli/"
12 ],
13 "dependencies": {
14 "@mdx-js/mdx": "^3.0.0",
15 "@mdx-js/react": "^3.0.0",
16 "@octokit/plugin-retry": "^8.0.1",
17 "@octokit/plugin-throttling": "^11.0.1",
18 "@octokit/rest": "^22.0.0",
19 "@primer/octicons-react": "^19.8.0",
20 "@primer/react": "^38.7.0",
21 "babel-plugin-styled-components": "^2.1.4",
22 "clsx": "^2.1.1",
23 "copy-to-clipboard": "^3.3.3",
24 "deepmerge": "^4.3.1",
25 "details-element-polyfill": "^2.4.0",
26 "downshift": "^9.0.4",
27 "framer-motion": "^12.0.6",
28 "fuse.js": "^7.0.0",
29 "gatsby": "^5.16.0",
30 "gatsby-plugin-manifest": "^5.13.0",
31 "gatsby-plugin-mdx": "^5.13.0",
32 "gatsby-plugin-meta-redirect": "^1.1.1",
33 "gatsby-plugin-postcss": "^6.14.0",
34 "gatsby-plugin-styled-components": "^6.13.0",
35 "gatsby-source-filesystem": "^5.13.0",
36 "gatsby-transformer-yaml": "^5.13.0",
37 "github-slugger": "^2.0.0",
38 "lodash.debounce": "4.0.8",
39 "postcss": "^8.4.49",
40 "postcss-import": "^16.1.0",
41 "postcss-loader": "^8.1.1",
42 "postcss-preset-env": "^11.1.1",
43 "prism-react-renderer": "^2.3.1",
44 "prismjs": "^1.30.0",
45 "react": "^19.2.4",
46 "react-addons-text-content": "^0.0.4",
47 "react-dom": "^19.2.4",
48 "react-focus-on": "^3.9.1",
49 "remark-frontmatter": "^5.0.0",
50 "styled-components": "^5.3.11",
51 "styled-system": "^5.1.5"
52 },
53 "devDependencies": {
54 "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
55 "@github/prettier-config": "^0.0.6",
56 "@npmcli/eslint-config": "^6.0.0",
57 "@npmcli/template-oss": "4.29.0",
58 "@testing-library/dom": "^10.4.0",
59 "@testing-library/jest-dom": "^6.2.0",
60 "@testing-library/react": "^16.0.0",
61 "babel-jest": "^30.0.0",
62 "eslint": "^9.26.0",
63 "eslint-config-prettier": "^10.1.8",
64 "eslint-config-react-app": "^7.0.1",
65 "eslint-import-resolver-typescript": "^4.2.2",
66 "eslint-import-resolver-webpack": "^0.13.8",
67 "eslint-mdx": "^3.1.3",
68 "eslint-plugin-github": "^6.0.0",
69 "eslint-plugin-import": "^2.29.1",
70 "eslint-plugin-jsx-a11y": "^6.8.0",
71 "eslint-plugin-mdx": "^3.1.3",
72 "eslint-plugin-node": "^11.1.0",
73 "eslint-plugin-prettier": "^5.1.2",
74 "eslint-plugin-primer-react": "^8.0.0",
75 "eslint-plugin-promise": "^7.0.0",
76 "eslint-plugin-react": "^7.33.2",
77 "eslint-plugin-react-hooks": "^7.0.0",
78 "identity-obj-proxy": "^3.0.0",
79 "jest": "^30.0.0",
80 "jest-environment-jsdom": "^30.0.0",
81 "prettier": "^3.1.1"
82 },
83 "engines": {
84 "node": ">=22.0.0 <26"
85 }
86 },
87 "cli": {
88 "dependencies": {
89 "@octokit/rest": "^22.0.0",
90 "@prettier/sync": "^0.6.1",
91 "front-matter": "^4.0.2",
92 "minimatch": "^10.0.1",
93 "minipass": "^7.0.4",
94 "pacote": "^21.0.0",
95 "proc-log": "^6.0.0",
96 "semver": "^7.5.4",
97 "tar": "^7.5.7",
98 "yaml": "^2.3.4"
99 },
100 "devDependencies": {
101 "@npmcli/eslint-config": "^6.0.0",
102 "@npmcli/template-oss": "4.29.0",
103 "tap": "^21.0.0"
104 },
105 "engines": {
106 "node": ">=22.0.0"
107 }
108 },
109 "node_modules/@actions/core": {
110 "version": "2.0.2",
111 "resolved": "https://registry.npmjs.org/@actions/core/-/core-2.0.2.tgz",
112 "integrity": "sha512-Ast1V7yHbGAhplAsuVlnb/5J8Mtr/Zl6byPPL+Qjq3lmfIgWF1ak1iYfF/079cRERiuTALTXkSuEUdZeDCfGtA==",
113 "dev": true,
114 "license": "MIT",
115 "dependencies": {
116 "@actions/exec": "^2.0.0",
117 "@actions/http-client": "^3.0.1"
118 }
119 },
120 "node_modules/@actions/exec": {
121 "version": "2.0.0",
122 "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-2.0.0.tgz",
123 "integrity": "sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==",
124 "dev": true,
125 "license": "MIT",
126 "dependencies": {
127 "@actions/io": "^2.0.0"
128 }
129 },
130 "node_modules/@actions/http-client": {
131 "version": "3.0.1",
132 "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.1.tgz",
133 "integrity": "sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w==",
134 "dev": true,
135 "license": "MIT",
136 "dependencies": {
137 "tunnel": "^0.0.6",
138 "undici": "^5.28.5"
139 }
140 },
141 "node_modules/@actions/io": {
142 "version": "2.0.0",
143 "resolved": "https://registry.npmjs.org/@actions/io/-/io-2.0.0.tgz",
144 "integrity": "sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==",
145 "dev": true,
146 "license": "MIT"
147 },
148 "node_modules/@adobe/css-tools": {
149 "version": "4.4.1",
150 "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.1.tgz",
151 "integrity": "sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==",
152 "dev": true,
153 "license": "MIT"
154 },
155 "node_modules/@alcalzone/ansi-tokenize": {
156 "version": "0.1.3",
157 "resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.1.3.tgz",
158 "integrity": "sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==",
159 "dev": true,
160 "license": "MIT",
161 "dependencies": {
162 "ansi-styles": "^6.2.1",
163 "is-fullwidth-code-point": "^4.0.0"
164 },
165 "engines": {
166 "node": ">=14.13.1"
167 }
168 },
169 "node_modules/@alcalzone/ansi-tokenize/node_modules/ansi-styles": {
170 "version": "6.2.3",
171 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
172 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
173 "dev": true,
174 "license": "MIT",
175 "engines": {
176 "node": ">=12"
177 },
178 "funding": {
179 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
180 }
181 },
182 "node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point": {
183 "version": "4.0.0",
184 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
185 "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
186 "dev": true,
187 "license": "MIT",
188 "engines": {
189 "node": ">=12"
190 },
191 "funding": {
192 "url": "https://github.com/sponsors/sindresorhus"
193 }
194 },
195 "node_modules/@ampproject/remapping": {
196 "version": "2.3.0",
197 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
198 "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
199 "license": "Apache-2.0",
200 "dependencies": {
201 "@jridgewell/gen-mapping": "^0.3.5",
202 "@jridgewell/trace-mapping": "^0.3.24"
203 },
204 "engines": {
205 "node": ">=6.0.0"
206 }
207 },
208 "node_modules/@ardatan/relay-compiler": {
209 "version": "12.0.0",
210 "resolved": "https://registry.npmjs.org/@ardatan/relay-compiler/-/relay-compiler-12.0.0.tgz",
211 "integrity": "sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==",
212 "license": "MIT",
213 "dependencies": {
214 "@babel/core": "^7.14.0",
215 "@babel/generator": "^7.14.0",
216 "@babel/parser": "^7.14.0",
217 "@babel/runtime": "^7.0.0",
218 "@babel/traverse": "^7.14.0",
219 "@babel/types": "^7.0.0",
220 "babel-preset-fbjs": "^3.4.0",
221 "chalk": "^4.0.0",
222 "fb-watchman": "^2.0.0",
223 "fbjs": "^3.0.0",
224 "glob": "^7.1.1",
225 "immutable": "~3.7.6",
226 "invariant": "^2.2.4",
227 "nullthrows": "^1.1.1",
228 "relay-runtime": "12.0.0",
229 "signedsource": "^1.0.0",
230 "yargs": "^15.3.1"
231 },
232 "bin": {
233 "relay-compiler": "bin/relay-compiler"
234 },
235 "peerDependencies": {
236 "graphql": "*"
237 }
238 },
239 "node_modules/@ardatan/relay-compiler/node_modules/ansi-styles": {
240 "version": "4.3.0",
241 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
242 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
243 "license": "MIT",
244 "dependencies": {
245 "color-convert": "^2.0.1"
246 },
247 "engines": {
248 "node": ">=8"
249 },
250 "funding": {
251 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
252 }
253 },
254 "node_modules/@ardatan/relay-compiler/node_modules/brace-expansion": {
255 "version": "1.1.12",
256 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
257 "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
258 "license": "MIT",
259 "dependencies": {
260 "balanced-match": "^1.0.0",
261 "concat-map": "0.0.1"
262 }
263 },
264 "node_modules/@ardatan/relay-compiler/node_modules/chalk": {
265 "version": "4.1.2",
266 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
267 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
268 "license": "MIT",
269 "dependencies": {
270 "ansi-styles": "^4.1.0",
271 "supports-color": "^7.1.0"
272 },
273 "engines": {
274 "node": ">=10"
275 },
276 "funding": {
277 "url": "https://github.com/chalk/chalk?sponsor=1"
278 }
279 },
280 "node_modules/@ardatan/relay-compiler/node_modules/cliui": {
281 "version": "6.0.0",
282 "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
283 "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
284 "license": "ISC",
285 "dependencies": {
286 "string-width": "^4.2.0",
287 "strip-ansi": "^6.0.0",
288 "wrap-ansi": "^6.2.0"
289 }
290 },
291 "node_modules/@ardatan/relay-compiler/node_modules/find-up": {
292 "version": "4.1.0",
293 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
294 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
295 "license": "MIT",
296 "dependencies": {
297 "locate-path": "^5.0.0",
298 "path-exists": "^4.0.0"
299 },
300 "engines": {
301 "node": ">=8"
302 }
303 },
304 "node_modules/@ardatan/relay-compiler/node_modules/glob": {
305 "version": "7.2.3",
306 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
307 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
308 "deprecated": "Glob versions prior to v9 are no longer supported",
309 "license": "ISC",
310 "dependencies": {
311 "fs.realpath": "^1.0.0",
312 "inflight": "^1.0.4",
313 "inherits": "2",
314 "minimatch": "^3.1.1",
315 "once": "^1.3.0",
316 "path-is-absolute": "^1.0.0"
317 },
318 "engines": {
319 "node": "*"
320 },
321 "funding": {
322 "url": "https://github.com/sponsors/isaacs"
323 }
324 },
325 "node_modules/@ardatan/relay-compiler/node_modules/locate-path": {
326 "version": "5.0.0",
327 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
328 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
329 "license": "MIT",
330 "dependencies": {
331 "p-locate": "^4.1.0"
332 },
333 "engines": {
334 "node": ">=8"
335 }
336 },
337 "node_modules/@ardatan/relay-compiler/node_modules/minimatch": {
338 "version": "3.1.2",
339 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
340 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
341 "license": "ISC",
342 "dependencies": {
343 "brace-expansion": "^1.1.7"
344 },
345 "engines": {
346 "node": "*"
347 }
348 },
349 "node_modules/@ardatan/relay-compiler/node_modules/p-limit": {
350 "version": "2.3.0",
351 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
352 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
353 "license": "MIT",
354 "dependencies": {
355 "p-try": "^2.0.0"
356 },
357 "engines": {
358 "node": ">=6"
359 },
360 "funding": {
361 "url": "https://github.com/sponsors/sindresorhus"
362 }
363 },
364 "node_modules/@ardatan/relay-compiler/node_modules/p-locate": {
365 "version": "4.1.0",
366 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
367 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
368 "license": "MIT",
369 "dependencies": {
370 "p-limit": "^2.2.0"
371 },
372 "engines": {
373 "node": ">=8"
374 }
375 },
376 "node_modules/@ardatan/relay-compiler/node_modules/path-exists": {
377 "version": "4.0.0",
378 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
379 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
380 "license": "MIT",
381 "engines": {
382 "node": ">=8"
383 }
384 },
385 "node_modules/@ardatan/relay-compiler/node_modules/wrap-ansi": {
386 "version": "6.2.0",
387 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
388 "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
389 "license": "MIT",
390 "dependencies": {
391 "ansi-styles": "^4.0.0",
392 "string-width": "^4.1.0",
393 "strip-ansi": "^6.0.0"
394 },
395 "engines": {
396 "node": ">=8"
397 }
398 },
399 "node_modules/@ardatan/relay-compiler/node_modules/y18n": {
400 "version": "4.0.3",
401 "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
402 "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
403 "license": "ISC"
404 },
405 "node_modules/@ardatan/relay-compiler/node_modules/yargs": {
406 "version": "15.4.1",
407 "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
408 "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
409 "license": "MIT",
410 "dependencies": {
411 "cliui": "^6.0.0",
412 "decamelize": "^1.2.0",
413 "find-up": "^4.1.0",
414 "get-caller-file": "^2.0.1",
415 "require-directory": "^2.1.1",
416 "require-main-filename": "^2.0.0",
417 "set-blocking": "^2.0.0",
418 "string-width": "^4.2.0",
419 "which-module": "^2.0.0",
420 "y18n": "^4.0.0",
421 "yargs-parser": "^18.1.2"
422 },
423 "engines": {
424 "node": ">=8"
425 }
426 },
427 "node_modules/@ardatan/relay-compiler/node_modules/yargs-parser": {
428 "version": "18.1.3",
429 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
430 "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
431 "license": "ISC",
432 "dependencies": {
433 "camelcase": "^5.0.0",
434 "decamelize": "^1.2.0"
435 },
436 "engines": {
437 "node": ">=6"
438 }
439 },
440 "node_modules/@asamuzakjp/css-color": {
441 "version": "3.2.0",
442 "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz",
443 "integrity": "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==",
444 "dev": true,
445 "license": "MIT",
446 "dependencies": {
447 "@csstools/css-calc": "^2.1.3",
448 "@csstools/css-color-parser": "^3.0.9",
449 "@csstools/css-parser-algorithms": "^3.0.4",
450 "@csstools/css-tokenizer": "^3.0.3",
451 "lru-cache": "^10.4.3"
452 }
453 },
454 "node_modules/@babel/code-frame": {
455 "version": "7.27.1",
456 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
457 "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
458 "license": "MIT",
459 "dependencies": {
460 "@babel/helper-validator-identifier": "^7.27.1",
461 "js-tokens": "^4.0.0",
462 "picocolors": "^1.1.1"
463 },
464 "engines": {
465 "node": ">=6.9.0"
466 }
467 },
468 "node_modules/@babel/compat-data": {
469 "version": "7.27.5",
470 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.27.5.tgz",
471 "integrity": "sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==",
472 "license": "MIT",
473 "engines": {
474 "node": ">=6.9.0"
475 }
476 },
477 "node_modules/@babel/core": {
478 "version": "7.27.4",
479 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz",
480 "integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==",
481 "license": "MIT",
482 "dependencies": {
483 "@ampproject/remapping": "^2.2.0",
484 "@babel/code-frame": "^7.27.1",
485 "@babel/generator": "^7.27.3",
486 "@babel/helper-compilation-targets": "^7.27.2",
487 "@babel/helper-module-transforms": "^7.27.3",
488 "@babel/helpers": "^7.27.4",
489 "@babel/parser": "^7.27.4",
490 "@babel/template": "^7.27.2",
491 "@babel/traverse": "^7.27.4",
492 "@babel/types": "^7.27.3",
493 "convert-source-map": "^2.0.0",
494 "debug": "^4.1.0",
495 "gensync": "^1.0.0-beta.2",
496 "json5": "^2.2.3",
497 "semver": "^6.3.1"
498 },
499 "engines": {
500 "node": ">=6.9.0"
501 },
502 "funding": {
503 "type": "opencollective",
504 "url": "https://opencollective.com/babel"
505 }
506 },
507 "node_modules/@babel/core/node_modules/semver": {
508 "version": "6.3.1",
509 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
510 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
511 "license": "ISC",
512 "bin": {
513 "semver": "bin/semver.js"
514 }
515 },
516 "node_modules/@babel/eslint-parser": {
517 "version": "7.25.9",
518 "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz",
519 "integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==",
520 "license": "MIT",
521 "dependencies": {
522 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
523 "eslint-visitor-keys": "^2.1.0",
524 "semver": "^6.3.1"
525 },
526 "engines": {
527 "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
528 },
529 "peerDependencies": {
530 "@babel/core": "^7.11.0",
531 "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
532 }
533 },
534 "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
535 "version": "2.1.0",
536 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
537 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
538 "license": "Apache-2.0",
539 "engines": {
540 "node": ">=10"
541 }
542 },
543 "node_modules/@babel/eslint-parser/node_modules/semver": {
544 "version": "6.3.1",
545 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
546 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
547 "license": "ISC",
548 "bin": {
549 "semver": "bin/semver.js"
550 }
551 },
552 "node_modules/@babel/generator": {
553 "version": "7.27.5",
554 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.5.tgz",
555 "integrity": "sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==",
556 "license": "MIT",
557 "dependencies": {
558 "@babel/parser": "^7.27.5",
559 "@babel/types": "^7.27.3",
560 "@jridgewell/gen-mapping": "^0.3.5",
561 "@jridgewell/trace-mapping": "^0.3.25",
562 "jsesc": "^3.0.2"
563 },
564 "engines": {
565 "node": ">=6.9.0"
566 }
567 },
568 "node_modules/@babel/helper-annotate-as-pure": {
569 "version": "7.25.9",
570 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
571 "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
572 "license": "MIT",
573 "dependencies": {
574 "@babel/types": "^7.25.9"
575 },
576 "engines": {
577 "node": ">=6.9.0"
578 }
579 },
580 "node_modules/@babel/helper-compilation-targets": {
581 "version": "7.27.2",
582 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
583 "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
584 "license": "MIT",
585 "dependencies": {
586 "@babel/compat-data": "^7.27.2",
587 "@babel/helper-validator-option": "^7.27.1",
588 "browserslist": "^4.24.0",
589 "lru-cache": "^5.1.1",
590 "semver": "^6.3.1"
591 },
592 "engines": {
593 "node": ">=6.9.0"
594 }
595 },
596 "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
597 "version": "5.1.1",
598 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
599 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
600 "license": "ISC",
601 "dependencies": {
602 "yallist": "^3.0.2"
603 }
604 },
605 "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
606 "version": "6.3.1",
607 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
608 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
609 "license": "ISC",
610 "bin": {
611 "semver": "bin/semver.js"
612 }
613 },
614 "node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
615 "version": "3.1.1",
616 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
617 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
618 "license": "ISC"
619 },
620 "node_modules/@babel/helper-create-class-features-plugin": {
621 "version": "7.25.9",
622 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",
623 "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",
624 "license": "MIT",
625 "dependencies": {
626 "@babel/helper-annotate-as-pure": "^7.25.9",
627 "@babel/helper-member-expression-to-functions": "^7.25.9",
628 "@babel/helper-optimise-call-expression": "^7.25.9",
629 "@babel/helper-replace-supers": "^7.25.9",
630 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
631 "@babel/traverse": "^7.25.9",
632 "semver": "^6.3.1"
633 },
634 "engines": {
635 "node": ">=6.9.0"
636 },
637 "peerDependencies": {
638 "@babel/core": "^7.0.0"
639 }
640 },
641 "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
642 "version": "6.3.1",
643 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
644 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
645 "license": "ISC",
646 "bin": {
647 "semver": "bin/semver.js"
648 }
649 },
650 "node_modules/@babel/helper-create-regexp-features-plugin": {
651 "version": "7.26.3",
652 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz",
653 "integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==",
654 "license": "MIT",
655 "dependencies": {
656 "@babel/helper-annotate-as-pure": "^7.25.9",
657 "regexpu-core": "^6.2.0",
658 "semver": "^6.3.1"
659 },
660 "engines": {
661 "node": ">=6.9.0"
662 },
663 "peerDependencies": {
664 "@babel/core": "^7.0.0"
665 }
666 },
667 "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
668 "version": "6.3.1",
669 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
670 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
671 "license": "ISC",
672 "bin": {
673 "semver": "bin/semver.js"
674 }
675 },
676 "node_modules/@babel/helper-define-polyfill-provider": {
677 "version": "0.6.3",
678 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz",
679 "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==",
680 "license": "MIT",
681 "dependencies": {
682 "@babel/helper-compilation-targets": "^7.22.6",
683 "@babel/helper-plugin-utils": "^7.22.5",
684 "debug": "^4.1.1",
685 "lodash.debounce": "^4.0.8",
686 "resolve": "^1.14.2"
687 },
688 "peerDependencies": {
689 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
690 }
691 },
692 "node_modules/@babel/helper-member-expression-to-functions": {
693 "version": "7.25.9",
694 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
695 "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
696 "license": "MIT",
697 "dependencies": {
698 "@babel/traverse": "^7.25.9",
699 "@babel/types": "^7.25.9"
700 },
701 "engines": {
702 "node": ">=6.9.0"
703 }
704 },
705 "node_modules/@babel/helper-module-imports": {
706 "version": "7.27.1",
707 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
708 "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
709 "license": "MIT",
710 "dependencies": {
711 "@babel/traverse": "^7.27.1",
712 "@babel/types": "^7.27.1"
713 },
714 "engines": {
715 "node": ">=6.9.0"
716 }
717 },
718 "node_modules/@babel/helper-module-transforms": {
719 "version": "7.27.3",
720 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
721 "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
722 "license": "MIT",
723 "dependencies": {
724 "@babel/helper-module-imports": "^7.27.1",
725 "@babel/helper-validator-identifier": "^7.27.1",
726 "@babel/traverse": "^7.27.3"
727 },
728 "engines": {
729 "node": ">=6.9.0"
730 },
731 "peerDependencies": {
732 "@babel/core": "^7.0.0"
733 }
734 },
735 "node_modules/@babel/helper-optimise-call-expression": {
736 "version": "7.25.9",
737 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
738 "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
739 "license": "MIT",
740 "dependencies": {
741 "@babel/types": "^7.25.9"
742 },
743 "engines": {
744 "node": ">=6.9.0"
745 }
746 },
747 "node_modules/@babel/helper-plugin-utils": {
748 "version": "7.27.1",
749 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
750 "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
751 "license": "MIT",
752 "engines": {
753 "node": ">=6.9.0"
754 }
755 },
756 "node_modules/@babel/helper-remap-async-to-generator": {
757 "version": "7.25.9",
758 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
759 "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
760 "license": "MIT",
761 "dependencies": {
762 "@babel/helper-annotate-as-pure": "^7.25.9",
763 "@babel/helper-wrap-function": "^7.25.9",
764 "@babel/traverse": "^7.25.9"
765 },
766 "engines": {
767 "node": ">=6.9.0"
768 },
769 "peerDependencies": {
770 "@babel/core": "^7.0.0"
771 }
772 },
773 "node_modules/@babel/helper-replace-supers": {
774 "version": "7.25.9",
775 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz",
776 "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==",
777 "license": "MIT",
778 "dependencies": {
779 "@babel/helper-member-expression-to-functions": "^7.25.9",
780 "@babel/helper-optimise-call-expression": "^7.25.9",
781 "@babel/traverse": "^7.25.9"
782 },
783 "engines": {
784 "node": ">=6.9.0"
785 },
786 "peerDependencies": {
787 "@babel/core": "^7.0.0"
788 }
789 },
790 "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
791 "version": "7.25.9",
792 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
793 "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
794 "license": "MIT",
795 "dependencies": {
796 "@babel/traverse": "^7.25.9",
797 "@babel/types": "^7.25.9"
798 },
799 "engines": {
800 "node": ">=6.9.0"
801 }
802 },
803 "node_modules/@babel/helper-string-parser": {
804 "version": "7.27.1",
805 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
806 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
807 "license": "MIT",
808 "engines": {
809 "node": ">=6.9.0"
810 }
811 },
812 "node_modules/@babel/helper-validator-identifier": {
813 "version": "7.27.1",
814 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
815 "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
816 "license": "MIT",
817 "engines": {
818 "node": ">=6.9.0"
819 }
820 },
821 "node_modules/@babel/helper-validator-option": {
822 "version": "7.27.1",
823 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
824 "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
825 "license": "MIT",
826 "engines": {
827 "node": ">=6.9.0"
828 }
829 },
830 "node_modules/@babel/helper-wrap-function": {
831 "version": "7.25.9",
832 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz",
833 "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==",
834 "license": "MIT",
835 "dependencies": {
836 "@babel/template": "^7.25.9",
837 "@babel/traverse": "^7.25.9",
838 "@babel/types": "^7.25.9"
839 },
840 "engines": {
841 "node": ">=6.9.0"
842 }
843 },
844 "node_modules/@babel/helpers": {
845 "version": "7.27.6",
846 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.6.tgz",
847 "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==",
848 "license": "MIT",
849 "dependencies": {
850 "@babel/template": "^7.27.2",
851 "@babel/types": "^7.27.6"
852 },
853 "engines": {
854 "node": ">=6.9.0"
855 }
856 },
857 "node_modules/@babel/highlight": {
858 "version": "7.25.9",
859 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz",
860 "integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==",
861 "license": "MIT",
862 "dependencies": {
863 "@babel/helper-validator-identifier": "^7.25.9",
864 "chalk": "^2.4.2",
865 "js-tokens": "^4.0.0",
866 "picocolors": "^1.0.0"
867 },
868 "engines": {
869 "node": ">=6.9.0"
870 }
871 },
872 "node_modules/@babel/highlight/node_modules/ansi-styles": {
873 "version": "3.2.1",
874 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
875 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
876 "license": "MIT",
877 "dependencies": {
878 "color-convert": "^1.9.0"
879 },
880 "engines": {
881 "node": ">=4"
882 }
883 },
884 "node_modules/@babel/highlight/node_modules/chalk": {
885 "version": "2.4.2",
886 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
887 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
888 "license": "MIT",
889 "dependencies": {
890 "ansi-styles": "^3.2.1",
891 "escape-string-regexp": "^1.0.5",
892 "supports-color": "^5.3.0"
893 },
894 "engines": {
895 "node": ">=4"
896 }
897 },
898 "node_modules/@babel/highlight/node_modules/color-convert": {
899 "version": "1.9.3",
900 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
901 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
902 "license": "MIT",
903 "dependencies": {
904 "color-name": "1.1.3"
905 }
906 },
907 "node_modules/@babel/highlight/node_modules/color-name": {
908 "version": "1.1.3",
909 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
910 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
911 "license": "MIT"
912 },
913 "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
914 "version": "1.0.5",
915 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
916 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
917 "license": "MIT",
918 "engines": {
919 "node": ">=0.8.0"
920 }
921 },
922 "node_modules/@babel/highlight/node_modules/has-flag": {
923 "version": "3.0.0",
924 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
925 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
926 "license": "MIT",
927 "engines": {
928 "node": ">=4"
929 }
930 },
931 "node_modules/@babel/highlight/node_modules/supports-color": {
932 "version": "5.5.0",
933 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
934 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
935 "license": "MIT",
936 "dependencies": {
937 "has-flag": "^3.0.0"
938 },
939 "engines": {
940 "node": ">=4"
941 }
942 },
943 "node_modules/@babel/parser": {
944 "version": "7.27.5",
945 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz",
946 "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
947 "license": "MIT",
948 "dependencies": {
949 "@babel/types": "^7.27.3"
950 },
951 "bin": {
952 "parser": "bin/babel-parser.js"
953 },
954 "engines": {
955 "node": ">=6.0.0"
956 }
957 },
958 "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
959 "version": "7.25.9",
960 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz",
961 "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",
962 "license": "MIT",
963 "dependencies": {
964 "@babel/helper-plugin-utils": "^7.25.9",
965 "@babel/traverse": "^7.25.9"
966 },
967 "engines": {
968 "node": ">=6.9.0"
969 },
970 "peerDependencies": {
971 "@babel/core": "^7.0.0"
972 }
973 },
974 "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
975 "version": "7.25.9",
976 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz",
977 "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==",
978 "license": "MIT",
979 "dependencies": {
980 "@babel/helper-plugin-utils": "^7.25.9"
981 },
982 "engines": {
983 "node": ">=6.9.0"
984 },
985 "peerDependencies": {
986 "@babel/core": "^7.0.0"
987 }
988 },
989 "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
990 "version": "7.25.9",
991 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz",
992 "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==",
993 "license": "MIT",
994 "dependencies": {
995 "@babel/helper-plugin-utils": "^7.25.9"
996 },
997 "engines": {
998 "node": ">=6.9.0"
999 },
1000 "peerDependencies": {
1001 "@babel/core": "^7.0.0"
1002 }
1003 },
1004 "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
1005 "version": "7.25.9",
1006 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz",
1007 "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==",
1008 "license": "MIT",
1009 "dependencies": {
1010 "@babel/helper-plugin-utils": "^7.25.9",
1011 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
1012 "@babel/plugin-transform-optional-chaining": "^7.25.9"
1013 },
1014 "engines": {
1015 "node": ">=6.9.0"
1016 },
1017 "peerDependencies": {
1018 "@babel/core": "^7.13.0"
1019 }
1020 },
1021 "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
1022 "version": "7.25.9",
1023 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz",
1024 "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==",
1025 "license": "MIT",
1026 "dependencies": {
1027 "@babel/helper-plugin-utils": "^7.25.9",
1028 "@babel/traverse": "^7.25.9"
1029 },
1030 "engines": {
1031 "node": ">=6.9.0"
1032 },
1033 "peerDependencies": {
1034 "@babel/core": "^7.0.0"
1035 }
1036 },
1037 "node_modules/@babel/plugin-proposal-class-properties": {
1038 "version": "7.18.6",
1039 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
1040 "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
1041 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.",
1042 "license": "MIT",
1043 "dependencies": {
1044 "@babel/helper-create-class-features-plugin": "^7.18.6",
1045 "@babel/helper-plugin-utils": "^7.18.6"
1046 },
1047 "engines": {
1048 "node": ">=6.9.0"
1049 },
1050 "peerDependencies": {
1051 "@babel/core": "^7.0.0-0"
1052 }
1053 },
1054 "node_modules/@babel/plugin-proposal-decorators": {
1055 "version": "7.25.9",
1056 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
1057 "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
1058 "dev": true,
1059 "license": "MIT",
1060 "dependencies": {
1061 "@babel/helper-create-class-features-plugin": "^7.25.9",
1062 "@babel/helper-plugin-utils": "^7.25.9",
1063 "@babel/plugin-syntax-decorators": "^7.25.9"
1064 },
1065 "engines": {
1066 "node": ">=6.9.0"
1067 },
1068 "peerDependencies": {
1069 "@babel/core": "^7.0.0-0"
1070 }
1071 },
1072 "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
1073 "version": "7.18.6",
1074 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
1075 "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
1076 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.",
1077 "license": "MIT",
1078 "dependencies": {
1079 "@babel/helper-plugin-utils": "^7.18.6",
1080 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
1081 },
1082 "engines": {
1083 "node": ">=6.9.0"
1084 },
1085 "peerDependencies": {
1086 "@babel/core": "^7.0.0-0"
1087 }
1088 },
1089 "node_modules/@babel/plugin-proposal-numeric-separator": {
1090 "version": "7.18.6",
1091 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
1092 "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
1093 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.",
1094 "license": "MIT",
1095 "dependencies": {
1096 "@babel/helper-plugin-utils": "^7.18.6",
1097 "@babel/plugin-syntax-numeric-separator": "^7.10.4"
1098 },
1099 "engines": {
1100 "node": ">=6.9.0"
1101 },
1102 "peerDependencies": {
1103 "@babel/core": "^7.0.0-0"
1104 }
1105 },
1106 "node_modules/@babel/plugin-proposal-object-rest-spread": {
1107 "version": "7.20.7",
1108 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
1109 "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
1110 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.",
1111 "license": "MIT",
1112 "dependencies": {
1113 "@babel/compat-data": "^7.20.5",
1114 "@babel/helper-compilation-targets": "^7.20.7",
1115 "@babel/helper-plugin-utils": "^7.20.2",
1116 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1117 "@babel/plugin-transform-parameters": "^7.20.7"
1118 },
1119 "engines": {
1120 "node": ">=6.9.0"
1121 },
1122 "peerDependencies": {
1123 "@babel/core": "^7.0.0-0"
1124 }
1125 },
1126 "node_modules/@babel/plugin-proposal-optional-chaining": {
1127 "version": "7.21.0",
1128 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
1129 "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
1130 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.",
1131 "license": "MIT",
1132 "dependencies": {
1133 "@babel/helper-plugin-utils": "^7.20.2",
1134 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
1135 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
1136 },
1137 "engines": {
1138 "node": ">=6.9.0"
1139 },
1140 "peerDependencies": {
1141 "@babel/core": "^7.0.0-0"
1142 }
1143 },
1144 "node_modules/@babel/plugin-proposal-private-methods": {
1145 "version": "7.18.6",
1146 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
1147 "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
1148 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.",
1149 "dev": true,
1150 "license": "MIT",
1151 "dependencies": {
1152 "@babel/helper-create-class-features-plugin": "^7.18.6",
1153 "@babel/helper-plugin-utils": "^7.18.6"
1154 },
1155 "engines": {
1156 "node": ">=6.9.0"
1157 },
1158 "peerDependencies": {
1159 "@babel/core": "^7.0.0-0"
1160 }
1161 },
1162 "node_modules/@babel/plugin-proposal-private-property-in-object": {
1163 "version": "7.21.11",
1164 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz",
1165 "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==",
1166 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.",
1167 "dev": true,
1168 "license": "MIT",
1169 "dependencies": {
1170 "@babel/helper-annotate-as-pure": "^7.18.6",
1171 "@babel/helper-create-class-features-plugin": "^7.21.0",
1172 "@babel/helper-plugin-utils": "^7.20.2",
1173 "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
1174 },
1175 "engines": {
1176 "node": ">=6.9.0"
1177 },
1178 "peerDependencies": {
1179 "@babel/core": "^7.0.0-0"
1180 }
1181 },
1182 "node_modules/@babel/plugin-syntax-async-generators": {
1183 "version": "7.8.4",
1184 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
1185 "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
1186 "dev": true,
1187 "license": "MIT",
1188 "dependencies": {
1189 "@babel/helper-plugin-utils": "^7.8.0"
1190 },
1191 "peerDependencies": {
1192 "@babel/core": "^7.0.0-0"
1193 }
1194 },
1195 "node_modules/@babel/plugin-syntax-bigint": {
1196 "version": "7.8.3",
1197 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
1198 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
1199 "dev": true,
1200 "license": "MIT",
1201 "dependencies": {
1202 "@babel/helper-plugin-utils": "^7.8.0"
1203 },
1204 "peerDependencies": {
1205 "@babel/core": "^7.0.0-0"
1206 }
1207 },
1208 "node_modules/@babel/plugin-syntax-class-properties": {
1209 "version": "7.12.13",
1210 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
1211 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
1212 "license": "MIT",
1213 "dependencies": {
1214 "@babel/helper-plugin-utils": "^7.12.13"
1215 },
1216 "peerDependencies": {
1217 "@babel/core": "^7.0.0-0"
1218 }
1219 },
1220 "node_modules/@babel/plugin-syntax-class-static-block": {
1221 "version": "7.14.5",
1222 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
1223 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
1224 "dev": true,
1225 "license": "MIT",
1226 "dependencies": {
1227 "@babel/helper-plugin-utils": "^7.14.5"
1228 },
1229 "engines": {
1230 "node": ">=6.9.0"
1231 },
1232 "peerDependencies": {
1233 "@babel/core": "^7.0.0-0"
1234 }
1235 },
1236 "node_modules/@babel/plugin-syntax-decorators": {
1237 "version": "7.25.9",
1238 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
1239 "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
1240 "dev": true,
1241 "license": "MIT",
1242 "dependencies": {
1243 "@babel/helper-plugin-utils": "^7.25.9"
1244 },
1245 "engines": {
1246 "node": ">=6.9.0"
1247 },
1248 "peerDependencies": {
1249 "@babel/core": "^7.0.0-0"
1250 }
1251 },
1252 "node_modules/@babel/plugin-syntax-dynamic-import": {
1253 "version": "7.8.3",
1254 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
1255 "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
1256 "license": "MIT",
1257 "dependencies": {
1258 "@babel/helper-plugin-utils": "^7.8.0"
1259 },
1260 "peerDependencies": {
1261 "@babel/core": "^7.0.0-0"
1262 }
1263 },
1264 "node_modules/@babel/plugin-syntax-flow": {
1265 "version": "7.26.0",
1266 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz",
1267 "integrity": "sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==",
1268 "license": "MIT",
1269 "dependencies": {
1270 "@babel/helper-plugin-utils": "^7.25.9"
1271 },
1272 "engines": {
1273 "node": ">=6.9.0"
1274 },
1275 "peerDependencies": {
1276 "@babel/core": "^7.0.0-0"
1277 }
1278 },
1279 "node_modules/@babel/plugin-syntax-import-assertions": {
1280 "version": "7.26.0",
1281 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz",
1282 "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==",
1283 "license": "MIT",
1284 "dependencies": {
1285 "@babel/helper-plugin-utils": "^7.25.9"
1286 },
1287 "engines": {
1288 "node": ">=6.9.0"
1289 },
1290 "peerDependencies": {
1291 "@babel/core": "^7.0.0-0"
1292 }
1293 },
1294 "node_modules/@babel/plugin-syntax-import-attributes": {
1295 "version": "7.26.0",
1296 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
1297 "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
1298 "license": "MIT",
1299 "dependencies": {
1300 "@babel/helper-plugin-utils": "^7.25.9"
1301 },
1302 "engines": {
1303 "node": ">=6.9.0"
1304 },
1305 "peerDependencies": {
1306 "@babel/core": "^7.0.0-0"
1307 }
1308 },
1309 "node_modules/@babel/plugin-syntax-import-meta": {
1310 "version": "7.10.4",
1311 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
1312 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
1313 "dev": true,
1314 "license": "MIT",
1315 "dependencies": {
1316 "@babel/helper-plugin-utils": "^7.10.4"
1317 },
1318 "peerDependencies": {
1319 "@babel/core": "^7.0.0-0"
1320 }
1321 },
1322 "node_modules/@babel/plugin-syntax-json-strings": {
1323 "version": "7.8.3",
1324 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
1325 "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
1326 "dev": true,
1327 "license": "MIT",
1328 "dependencies": {
1329 "@babel/helper-plugin-utils": "^7.8.0"
1330 },
1331 "peerDependencies": {
1332 "@babel/core": "^7.0.0-0"
1333 }
1334 },
1335 "node_modules/@babel/plugin-syntax-jsx": {
1336 "version": "7.27.1",
1337 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
1338 "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
1339 "license": "MIT",
1340 "dependencies": {
1341 "@babel/helper-plugin-utils": "^7.27.1"
1342 },
1343 "engines": {
1344 "node": ">=6.9.0"
1345 },
1346 "peerDependencies": {
1347 "@babel/core": "^7.0.0-0"
1348 }
1349 },
1350 "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
1351 "version": "7.10.4",
1352 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
1353 "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
1354 "dev": true,
1355 "license": "MIT",
1356 "dependencies": {
1357 "@babel/helper-plugin-utils": "^7.10.4"
1358 },
1359 "peerDependencies": {
1360 "@babel/core": "^7.0.0-0"
1361 }
1362 },
1363 "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
1364 "version": "7.8.3",
1365 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
1366 "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
1367 "license": "MIT",
1368 "dependencies": {
1369 "@babel/helper-plugin-utils": "^7.8.0"
1370 },
1371 "peerDependencies": {
1372 "@babel/core": "^7.0.0-0"
1373 }
1374 },
1375 "node_modules/@babel/plugin-syntax-numeric-separator": {
1376 "version": "7.10.4",
1377 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
1378 "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
1379 "license": "MIT",
1380 "dependencies": {
1381 "@babel/helper-plugin-utils": "^7.10.4"
1382 },
1383 "peerDependencies": {
1384 "@babel/core": "^7.0.0-0"
1385 }
1386 },
1387 "node_modules/@babel/plugin-syntax-object-rest-spread": {
1388 "version": "7.8.3",
1389 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
1390 "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
1391 "license": "MIT",
1392 "dependencies": {
1393 "@babel/helper-plugin-utils": "^7.8.0"
1394 },
1395 "peerDependencies": {
1396 "@babel/core": "^7.0.0-0"
1397 }
1398 },
1399 "node_modules/@babel/plugin-syntax-optional-catch-binding": {
1400 "version": "7.8.3",
1401 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
1402 "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
1403 "dev": true,
1404 "license": "MIT",
1405 "dependencies": {
1406 "@babel/helper-plugin-utils": "^7.8.0"
1407 },
1408 "peerDependencies": {
1409 "@babel/core": "^7.0.0-0"
1410 }
1411 },
1412 "node_modules/@babel/plugin-syntax-optional-chaining": {
1413 "version": "7.8.3",
1414 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
1415 "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
1416 "license": "MIT",
1417 "dependencies": {
1418 "@babel/helper-plugin-utils": "^7.8.0"
1419 },
1420 "peerDependencies": {
1421 "@babel/core": "^7.0.0-0"
1422 }
1423 },
1424 "node_modules/@babel/plugin-syntax-private-property-in-object": {
1425 "version": "7.14.5",
1426 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
1427 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
1428 "dev": true,
1429 "license": "MIT",
1430 "dependencies": {
1431 "@babel/helper-plugin-utils": "^7.14.5"
1432 },
1433 "engines": {
1434 "node": ">=6.9.0"
1435 },
1436 "peerDependencies": {
1437 "@babel/core": "^7.0.0-0"
1438 }
1439 },
1440 "node_modules/@babel/plugin-syntax-top-level-await": {
1441 "version": "7.14.5",
1442 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
1443 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
1444 "dev": true,
1445 "license": "MIT",
1446 "dependencies": {
1447 "@babel/helper-plugin-utils": "^7.14.5"
1448 },
1449 "engines": {
1450 "node": ">=6.9.0"
1451 },
1452 "peerDependencies": {
1453 "@babel/core": "^7.0.0-0"
1454 }
1455 },
1456 "node_modules/@babel/plugin-syntax-typescript": {
1457 "version": "7.27.1",
1458 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
1459 "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
1460 "license": "MIT",
1461 "dependencies": {
1462 "@babel/helper-plugin-utils": "^7.27.1"
1463 },
1464 "engines": {
1465 "node": ">=6.9.0"
1466 },
1467 "peerDependencies": {
1468 "@babel/core": "^7.0.0-0"
1469 }
1470 },
1471 "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
1472 "version": "7.18.6",
1473 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
1474 "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
1475 "license": "MIT",
1476 "dependencies": {
1477 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
1478 "@babel/helper-plugin-utils": "^7.18.6"
1479 },
1480 "engines": {
1481 "node": ">=6.9.0"
1482 },
1483 "peerDependencies": {
1484 "@babel/core": "^7.0.0"
1485 }
1486 },
1487 "node_modules/@babel/plugin-transform-arrow-functions": {
1488 "version": "7.25.9",
1489 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz",
1490 "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==",
1491 "license": "MIT",
1492 "dependencies": {
1493 "@babel/helper-plugin-utils": "^7.25.9"
1494 },
1495 "engines": {
1496 "node": ">=6.9.0"
1497 },
1498 "peerDependencies": {
1499 "@babel/core": "^7.0.0-0"
1500 }
1501 },
1502 "node_modules/@babel/plugin-transform-async-generator-functions": {
1503 "version": "7.25.9",
1504 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz",
1505 "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==",
1506 "license": "MIT",
1507 "dependencies": {
1508 "@babel/helper-plugin-utils": "^7.25.9",
1509 "@babel/helper-remap-async-to-generator": "^7.25.9",
1510 "@babel/traverse": "^7.25.9"
1511 },
1512 "engines": {
1513 "node": ">=6.9.0"
1514 },
1515 "peerDependencies": {
1516 "@babel/core": "^7.0.0-0"
1517 }
1518 },
1519 "node_modules/@babel/plugin-transform-async-to-generator": {
1520 "version": "7.25.9",
1521 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
1522 "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
1523 "license": "MIT",
1524 "dependencies": {
1525 "@babel/helper-module-imports": "^7.25.9",
1526 "@babel/helper-plugin-utils": "^7.25.9",
1527 "@babel/helper-remap-async-to-generator": "^7.25.9"
1528 },
1529 "engines": {
1530 "node": ">=6.9.0"
1531 },
1532 "peerDependencies": {
1533 "@babel/core": "^7.0.0-0"
1534 }
1535 },
1536 "node_modules/@babel/plugin-transform-block-scoped-functions": {
1537 "version": "7.25.9",
1538 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz",
1539 "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==",
1540 "license": "MIT",
1541 "dependencies": {
1542 "@babel/helper-plugin-utils": "^7.25.9"
1543 },
1544 "engines": {
1545 "node": ">=6.9.0"
1546 },
1547 "peerDependencies": {
1548 "@babel/core": "^7.0.0-0"
1549 }
1550 },
1551 "node_modules/@babel/plugin-transform-block-scoping": {
1552 "version": "7.25.9",
1553 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz",
1554 "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==",
1555 "license": "MIT",
1556 "dependencies": {
1557 "@babel/helper-plugin-utils": "^7.25.9"
1558 },
1559 "engines": {
1560 "node": ">=6.9.0"
1561 },
1562 "peerDependencies": {
1563 "@babel/core": "^7.0.0-0"
1564 }
1565 },
1566 "node_modules/@babel/plugin-transform-class-properties": {
1567 "version": "7.25.9",
1568 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
1569 "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
1570 "license": "MIT",
1571 "dependencies": {
1572 "@babel/helper-create-class-features-plugin": "^7.25.9",
1573 "@babel/helper-plugin-utils": "^7.25.9"
1574 },
1575 "engines": {
1576 "node": ">=6.9.0"
1577 },
1578 "peerDependencies": {
1579 "@babel/core": "^7.0.0-0"
1580 }
1581 },
1582 "node_modules/@babel/plugin-transform-class-static-block": {
1583 "version": "7.26.0",
1584 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz",
1585 "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==",
1586 "license": "MIT",
1587 "dependencies": {
1588 "@babel/helper-create-class-features-plugin": "^7.25.9",
1589 "@babel/helper-plugin-utils": "^7.25.9"
1590 },
1591 "engines": {
1592 "node": ">=6.9.0"
1593 },
1594 "peerDependencies": {
1595 "@babel/core": "^7.12.0"
1596 }
1597 },
1598 "node_modules/@babel/plugin-transform-classes": {
1599 "version": "7.25.9",
1600 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz",
1601 "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==",
1602 "license": "MIT",
1603 "dependencies": {
1604 "@babel/helper-annotate-as-pure": "^7.25.9",
1605 "@babel/helper-compilation-targets": "^7.25.9",
1606 "@babel/helper-plugin-utils": "^7.25.9",
1607 "@babel/helper-replace-supers": "^7.25.9",
1608 "@babel/traverse": "^7.25.9",
1609 "globals": "^11.1.0"
1610 },
1611 "engines": {
1612 "node": ">=6.9.0"
1613 },
1614 "peerDependencies": {
1615 "@babel/core": "^7.0.0-0"
1616 }
1617 },
1618 "node_modules/@babel/plugin-transform-computed-properties": {
1619 "version": "7.25.9",
1620 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz",
1621 "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==",
1622 "license": "MIT",
1623 "dependencies": {
1624 "@babel/helper-plugin-utils": "^7.25.9",
1625 "@babel/template": "^7.25.9"
1626 },
1627 "engines": {
1628 "node": ">=6.9.0"
1629 },
1630 "peerDependencies": {
1631 "@babel/core": "^7.0.0-0"
1632 }
1633 },
1634 "node_modules/@babel/plugin-transform-destructuring": {
1635 "version": "7.25.9",
1636 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz",
1637 "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==",
1638 "license": "MIT",
1639 "dependencies": {
1640 "@babel/helper-plugin-utils": "^7.25.9"
1641 },
1642 "engines": {
1643 "node": ">=6.9.0"
1644 },
1645 "peerDependencies": {
1646 "@babel/core": "^7.0.0-0"
1647 }
1648 },
1649 "node_modules/@babel/plugin-transform-dotall-regex": {
1650 "version": "7.25.9",
1651 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz",
1652 "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==",
1653 "license": "MIT",
1654 "dependencies": {
1655 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1656 "@babel/helper-plugin-utils": "^7.25.9"
1657 },
1658 "engines": {
1659 "node": ">=6.9.0"
1660 },
1661 "peerDependencies": {
1662 "@babel/core": "^7.0.0-0"
1663 }
1664 },
1665 "node_modules/@babel/plugin-transform-duplicate-keys": {
1666 "version": "7.25.9",
1667 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz",
1668 "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==",
1669 "license": "MIT",
1670 "dependencies": {
1671 "@babel/helper-plugin-utils": "^7.25.9"
1672 },
1673 "engines": {
1674 "node": ">=6.9.0"
1675 },
1676 "peerDependencies": {
1677 "@babel/core": "^7.0.0-0"
1678 }
1679 },
1680 "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
1681 "version": "7.25.9",
1682 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz",
1683 "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==",
1684 "license": "MIT",
1685 "dependencies": {
1686 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1687 "@babel/helper-plugin-utils": "^7.25.9"
1688 },
1689 "engines": {
1690 "node": ">=6.9.0"
1691 },
1692 "peerDependencies": {
1693 "@babel/core": "^7.0.0"
1694 }
1695 },
1696 "node_modules/@babel/plugin-transform-dynamic-import": {
1697 "version": "7.25.9",
1698 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz",
1699 "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==",
1700 "license": "MIT",
1701 "dependencies": {
1702 "@babel/helper-plugin-utils": "^7.25.9"
1703 },
1704 "engines": {
1705 "node": ">=6.9.0"
1706 },
1707 "peerDependencies": {
1708 "@babel/core": "^7.0.0-0"
1709 }
1710 },
1711 "node_modules/@babel/plugin-transform-exponentiation-operator": {
1712 "version": "7.26.3",
1713 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz",
1714 "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==",
1715 "license": "MIT",
1716 "dependencies": {
1717 "@babel/helper-plugin-utils": "^7.25.9"
1718 },
1719 "engines": {
1720 "node": ">=6.9.0"
1721 },
1722 "peerDependencies": {
1723 "@babel/core": "^7.0.0-0"
1724 }
1725 },
1726 "node_modules/@babel/plugin-transform-export-namespace-from": {
1727 "version": "7.25.9",
1728 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz",
1729 "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==",
1730 "license": "MIT",
1731 "dependencies": {
1732 "@babel/helper-plugin-utils": "^7.25.9"
1733 },
1734 "engines": {
1735 "node": ">=6.9.0"
1736 },
1737 "peerDependencies": {
1738 "@babel/core": "^7.0.0-0"
1739 }
1740 },
1741 "node_modules/@babel/plugin-transform-flow-strip-types": {
1742 "version": "7.25.9",
1743 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.9.tgz",
1744 "integrity": "sha512-/VVukELzPDdci7UUsWQaSkhgnjIWXnIyRpM02ldxaVoFK96c41So8JcKT3m0gYjyv7j5FNPGS5vfELrWalkbDA==",
1745 "license": "MIT",
1746 "dependencies": {
1747 "@babel/helper-plugin-utils": "^7.25.9",
1748 "@babel/plugin-syntax-flow": "^7.25.9"
1749 },
1750 "engines": {
1751 "node": ">=6.9.0"
1752 },
1753 "peerDependencies": {
1754 "@babel/core": "^7.0.0-0"
1755 }
1756 },
1757 "node_modules/@babel/plugin-transform-for-of": {
1758 "version": "7.25.9",
1759 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz",
1760 "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==",
1761 "license": "MIT",
1762 "dependencies": {
1763 "@babel/helper-plugin-utils": "^7.25.9",
1764 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
1765 },
1766 "engines": {
1767 "node": ">=6.9.0"
1768 },
1769 "peerDependencies": {
1770 "@babel/core": "^7.0.0-0"
1771 }
1772 },
1773 "node_modules/@babel/plugin-transform-function-name": {
1774 "version": "7.25.9",
1775 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz",
1776 "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==",
1777 "license": "MIT",
1778 "dependencies": {
1779 "@babel/helper-compilation-targets": "^7.25.9",
1780 "@babel/helper-plugin-utils": "^7.25.9",
1781 "@babel/traverse": "^7.25.9"
1782 },
1783 "engines": {
1784 "node": ">=6.9.0"
1785 },
1786 "peerDependencies": {
1787 "@babel/core": "^7.0.0-0"
1788 }
1789 },
1790 "node_modules/@babel/plugin-transform-json-strings": {
1791 "version": "7.25.9",
1792 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz",
1793 "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==",
1794 "license": "MIT",
1795 "dependencies": {
1796 "@babel/helper-plugin-utils": "^7.25.9"
1797 },
1798 "engines": {
1799 "node": ">=6.9.0"
1800 },
1801 "peerDependencies": {
1802 "@babel/core": "^7.0.0-0"
1803 }
1804 },
1805 "node_modules/@babel/plugin-transform-literals": {
1806 "version": "7.25.9",
1807 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz",
1808 "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==",
1809 "license": "MIT",
1810 "dependencies": {
1811 "@babel/helper-plugin-utils": "^7.25.9"
1812 },
1813 "engines": {
1814 "node": ">=6.9.0"
1815 },
1816 "peerDependencies": {
1817 "@babel/core": "^7.0.0-0"
1818 }
1819 },
1820 "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1821 "version": "7.25.9",
1822 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz",
1823 "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==",
1824 "license": "MIT",
1825 "dependencies": {
1826 "@babel/helper-plugin-utils": "^7.25.9"
1827 },
1828 "engines": {
1829 "node": ">=6.9.0"
1830 },
1831 "peerDependencies": {
1832 "@babel/core": "^7.0.0-0"
1833 }
1834 },
1835 "node_modules/@babel/plugin-transform-member-expression-literals": {
1836 "version": "7.25.9",
1837 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz",
1838 "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==",
1839 "license": "MIT",
1840 "dependencies": {
1841 "@babel/helper-plugin-utils": "^7.25.9"
1842 },
1843 "engines": {
1844 "node": ">=6.9.0"
1845 },
1846 "peerDependencies": {
1847 "@babel/core": "^7.0.0-0"
1848 }
1849 },
1850 "node_modules/@babel/plugin-transform-modules-amd": {
1851 "version": "7.25.9",
1852 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz",
1853 "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==",
1854 "license": "MIT",
1855 "dependencies": {
1856 "@babel/helper-module-transforms": "^7.25.9",
1857 "@babel/helper-plugin-utils": "^7.25.9"
1858 },
1859 "engines": {
1860 "node": ">=6.9.0"
1861 },
1862 "peerDependencies": {
1863 "@babel/core": "^7.0.0-0"
1864 }
1865 },
1866 "node_modules/@babel/plugin-transform-modules-commonjs": {
1867 "version": "7.26.3",
1868 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz",
1869 "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==",
1870 "license": "MIT",
1871 "dependencies": {
1872 "@babel/helper-module-transforms": "^7.26.0",
1873 "@babel/helper-plugin-utils": "^7.25.9"
1874 },
1875 "engines": {
1876 "node": ">=6.9.0"
1877 },
1878 "peerDependencies": {
1879 "@babel/core": "^7.0.0-0"
1880 }
1881 },
1882 "node_modules/@babel/plugin-transform-modules-systemjs": {
1883 "version": "7.25.9",
1884 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz",
1885 "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==",
1886 "license": "MIT",
1887 "dependencies": {
1888 "@babel/helper-module-transforms": "^7.25.9",
1889 "@babel/helper-plugin-utils": "^7.25.9",
1890 "@babel/helper-validator-identifier": "^7.25.9",
1891 "@babel/traverse": "^7.25.9"
1892 },
1893 "engines": {
1894 "node": ">=6.9.0"
1895 },
1896 "peerDependencies": {
1897 "@babel/core": "^7.0.0-0"
1898 }
1899 },
1900 "node_modules/@babel/plugin-transform-modules-umd": {
1901 "version": "7.25.9",
1902 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz",
1903 "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==",
1904 "license": "MIT",
1905 "dependencies": {
1906 "@babel/helper-module-transforms": "^7.25.9",
1907 "@babel/helper-plugin-utils": "^7.25.9"
1908 },
1909 "engines": {
1910 "node": ">=6.9.0"
1911 },
1912 "peerDependencies": {
1913 "@babel/core": "^7.0.0-0"
1914 }
1915 },
1916 "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1917 "version": "7.25.9",
1918 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz",
1919 "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==",
1920 "license": "MIT",
1921 "dependencies": {
1922 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1923 "@babel/helper-plugin-utils": "^7.25.9"
1924 },
1925 "engines": {
1926 "node": ">=6.9.0"
1927 },
1928 "peerDependencies": {
1929 "@babel/core": "^7.0.0"
1930 }
1931 },
1932 "node_modules/@babel/plugin-transform-new-target": {
1933 "version": "7.25.9",
1934 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz",
1935 "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==",
1936 "license": "MIT",
1937 "dependencies": {
1938 "@babel/helper-plugin-utils": "^7.25.9"
1939 },
1940 "engines": {
1941 "node": ">=6.9.0"
1942 },
1943 "peerDependencies": {
1944 "@babel/core": "^7.0.0-0"
1945 }
1946 },
1947 "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1948 "version": "7.25.9",
1949 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz",
1950 "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==",
1951 "license": "MIT",
1952 "dependencies": {
1953 "@babel/helper-plugin-utils": "^7.25.9"
1954 },
1955 "engines": {
1956 "node": ">=6.9.0"
1957 },
1958 "peerDependencies": {
1959 "@babel/core": "^7.0.0-0"
1960 }
1961 },
1962 "node_modules/@babel/plugin-transform-numeric-separator": {
1963 "version": "7.25.9",
1964 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz",
1965 "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==",
1966 "license": "MIT",
1967 "dependencies": {
1968 "@babel/helper-plugin-utils": "^7.25.9"
1969 },
1970 "engines": {
1971 "node": ">=6.9.0"
1972 },
1973 "peerDependencies": {
1974 "@babel/core": "^7.0.0-0"
1975 }
1976 },
1977 "node_modules/@babel/plugin-transform-object-rest-spread": {
1978 "version": "7.25.9",
1979 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
1980 "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
1981 "license": "MIT",
1982 "dependencies": {
1983 "@babel/helper-compilation-targets": "^7.25.9",
1984 "@babel/helper-plugin-utils": "^7.25.9",
1985 "@babel/plugin-transform-parameters": "^7.25.9"
1986 },
1987 "engines": {
1988 "node": ">=6.9.0"
1989 },
1990 "peerDependencies": {
1991 "@babel/core": "^7.0.0-0"
1992 }
1993 },
1994 "node_modules/@babel/plugin-transform-object-super": {
1995 "version": "7.25.9",
1996 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz",
1997 "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==",
1998 "license": "MIT",
1999 "dependencies": {
2000 "@babel/helper-plugin-utils": "^7.25.9",
2001 "@babel/helper-replace-supers": "^7.25.9"
2002 },
2003 "engines": {
2004 "node": ">=6.9.0"
2005 },
2006 "peerDependencies": {
2007 "@babel/core": "^7.0.0-0"
2008 }
2009 },
2010 "node_modules/@babel/plugin-transform-optional-catch-binding": {
2011 "version": "7.25.9",
2012 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz",
2013 "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==",
2014 "license": "MIT",
2015 "dependencies": {
2016 "@babel/helper-plugin-utils": "^7.25.9"
2017 },
2018 "engines": {
2019 "node": ">=6.9.0"
2020 },
2021 "peerDependencies": {
2022 "@babel/core": "^7.0.0-0"
2023 }
2024 },
2025 "node_modules/@babel/plugin-transform-optional-chaining": {
2026 "version": "7.25.9",
2027 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz",
2028 "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==",
2029 "license": "MIT",
2030 "dependencies": {
2031 "@babel/helper-plugin-utils": "^7.25.9",
2032 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
2033 },
2034 "engines": {
2035 "node": ">=6.9.0"
2036 },
2037 "peerDependencies": {
2038 "@babel/core": "^7.0.0-0"
2039 }
2040 },
2041 "node_modules/@babel/plugin-transform-parameters": {
2042 "version": "7.25.9",
2043 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz",
2044 "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==",
2045 "license": "MIT",
2046 "dependencies": {
2047 "@babel/helper-plugin-utils": "^7.25.9"
2048 },
2049 "engines": {
2050 "node": ">=6.9.0"
2051 },
2052 "peerDependencies": {
2053 "@babel/core": "^7.0.0-0"
2054 }
2055 },
2056 "node_modules/@babel/plugin-transform-private-methods": {
2057 "version": "7.25.9",
2058 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz",
2059 "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==",
2060 "license": "MIT",
2061 "dependencies": {
2062 "@babel/helper-create-class-features-plugin": "^7.25.9",
2063 "@babel/helper-plugin-utils": "^7.25.9"
2064 },
2065 "engines": {
2066 "node": ">=6.9.0"
2067 },
2068 "peerDependencies": {
2069 "@babel/core": "^7.0.0-0"
2070 }
2071 },
2072 "node_modules/@babel/plugin-transform-private-property-in-object": {
2073 "version": "7.25.9",
2074 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz",
2075 "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==",
2076 "license": "MIT",
2077 "dependencies": {
2078 "@babel/helper-annotate-as-pure": "^7.25.9",
2079 "@babel/helper-create-class-features-plugin": "^7.25.9",
2080 "@babel/helper-plugin-utils": "^7.25.9"
2081 },
2082 "engines": {
2083 "node": ">=6.9.0"
2084 },
2085 "peerDependencies": {
2086 "@babel/core": "^7.0.0-0"
2087 }
2088 },
2089 "node_modules/@babel/plugin-transform-property-literals": {
2090 "version": "7.25.9",
2091 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz",
2092 "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==",
2093 "license": "MIT",
2094 "dependencies": {
2095 "@babel/helper-plugin-utils": "^7.25.9"
2096 },
2097 "engines": {
2098 "node": ">=6.9.0"
2099 },
2100 "peerDependencies": {
2101 "@babel/core": "^7.0.0-0"
2102 }
2103 },
2104 "node_modules/@babel/plugin-transform-react-display-name": {
2105 "version": "7.25.9",
2106 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz",
2107 "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==",
2108 "license": "MIT",
2109 "dependencies": {
2110 "@babel/helper-plugin-utils": "^7.25.9"
2111 },
2112 "engines": {
2113 "node": ">=6.9.0"
2114 },
2115 "peerDependencies": {
2116 "@babel/core": "^7.0.0-0"
2117 }
2118 },
2119 "node_modules/@babel/plugin-transform-react-jsx": {
2120 "version": "7.25.9",
2121 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz",
2122 "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==",
2123 "license": "MIT",
2124 "dependencies": {
2125 "@babel/helper-annotate-as-pure": "^7.25.9",
2126 "@babel/helper-module-imports": "^7.25.9",
2127 "@babel/helper-plugin-utils": "^7.25.9",
2128 "@babel/plugin-syntax-jsx": "^7.25.9",
2129 "@babel/types": "^7.25.9"
2130 },
2131 "engines": {
2132 "node": ">=6.9.0"
2133 },
2134 "peerDependencies": {
2135 "@babel/core": "^7.0.0-0"
2136 }
2137 },
2138 "node_modules/@babel/plugin-transform-react-jsx-development": {
2139 "version": "7.25.9",
2140 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz",
2141 "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==",
2142 "license": "MIT",
2143 "dependencies": {
2144 "@babel/plugin-transform-react-jsx": "^7.25.9"
2145 },
2146 "engines": {
2147 "node": ">=6.9.0"
2148 },
2149 "peerDependencies": {
2150 "@babel/core": "^7.0.0-0"
2151 }
2152 },
2153 "node_modules/@babel/plugin-transform-react-pure-annotations": {
2154 "version": "7.25.9",
2155 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz",
2156 "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==",
2157 "license": "MIT",
2158 "dependencies": {
2159 "@babel/helper-annotate-as-pure": "^7.25.9",
2160 "@babel/helper-plugin-utils": "^7.25.9"
2161 },
2162 "engines": {
2163 "node": ">=6.9.0"
2164 },
2165 "peerDependencies": {
2166 "@babel/core": "^7.0.0-0"
2167 }
2168 },
2169 "node_modules/@babel/plugin-transform-regenerator": {
2170 "version": "7.25.9",
2171 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz",
2172 "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==",
2173 "license": "MIT",
2174 "dependencies": {
2175 "@babel/helper-plugin-utils": "^7.25.9",
2176 "regenerator-transform": "^0.15.2"
2177 },
2178 "engines": {
2179 "node": ">=6.9.0"
2180 },
2181 "peerDependencies": {
2182 "@babel/core": "^7.0.0-0"
2183 }
2184 },
2185 "node_modules/@babel/plugin-transform-regexp-modifiers": {
2186 "version": "7.26.0",
2187 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz",
2188 "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==",
2189 "license": "MIT",
2190 "dependencies": {
2191 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2192 "@babel/helper-plugin-utils": "^7.25.9"
2193 },
2194 "engines": {
2195 "node": ">=6.9.0"
2196 },
2197 "peerDependencies": {
2198 "@babel/core": "^7.0.0"
2199 }
2200 },
2201 "node_modules/@babel/plugin-transform-reserved-words": {
2202 "version": "7.25.9",
2203 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz",
2204 "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==",
2205 "license": "MIT",
2206 "dependencies": {
2207 "@babel/helper-plugin-utils": "^7.25.9"
2208 },
2209 "engines": {
2210 "node": ">=6.9.0"
2211 },
2212 "peerDependencies": {
2213 "@babel/core": "^7.0.0-0"
2214 }
2215 },
2216 "node_modules/@babel/plugin-transform-runtime": {
2217 "version": "7.25.9",
2218 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz",
2219 "integrity": "sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==",
2220 "license": "MIT",
2221 "dependencies": {
2222 "@babel/helper-module-imports": "^7.25.9",
2223 "@babel/helper-plugin-utils": "^7.25.9",
2224 "babel-plugin-polyfill-corejs2": "^0.4.10",
2225 "babel-plugin-polyfill-corejs3": "^0.10.6",
2226 "babel-plugin-polyfill-regenerator": "^0.6.1",
2227 "semver": "^6.3.1"
2228 },
2229 "engines": {
2230 "node": ">=6.9.0"
2231 },
2232 "peerDependencies": {
2233 "@babel/core": "^7.0.0-0"
2234 }
2235 },
2236 "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
2237 "version": "6.3.1",
2238 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2239 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2240 "license": "ISC",
2241 "bin": {
2242 "semver": "bin/semver.js"
2243 }
2244 },
2245 "node_modules/@babel/plugin-transform-shorthand-properties": {
2246 "version": "7.25.9",
2247 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz",
2248 "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==",
2249 "license": "MIT",
2250 "dependencies": {
2251 "@babel/helper-plugin-utils": "^7.25.9"
2252 },
2253 "engines": {
2254 "node": ">=6.9.0"
2255 },
2256 "peerDependencies": {
2257 "@babel/core": "^7.0.0-0"
2258 }
2259 },
2260 "node_modules/@babel/plugin-transform-spread": {
2261 "version": "7.25.9",
2262 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz",
2263 "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==",
2264 "license": "MIT",
2265 "dependencies": {
2266 "@babel/helper-plugin-utils": "^7.25.9",
2267 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
2268 },
2269 "engines": {
2270 "node": ">=6.9.0"
2271 },
2272 "peerDependencies": {
2273 "@babel/core": "^7.0.0-0"
2274 }
2275 },
2276 "node_modules/@babel/plugin-transform-sticky-regex": {
2277 "version": "7.25.9",
2278 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz",
2279 "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==",
2280 "license": "MIT",
2281 "dependencies": {
2282 "@babel/helper-plugin-utils": "^7.25.9"
2283 },
2284 "engines": {
2285 "node": ">=6.9.0"
2286 },
2287 "peerDependencies": {
2288 "@babel/core": "^7.0.0-0"
2289 }
2290 },
2291 "node_modules/@babel/plugin-transform-template-literals": {
2292 "version": "7.25.9",
2293 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz",
2294 "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==",
2295 "license": "MIT",
2296 "dependencies": {
2297 "@babel/helper-plugin-utils": "^7.25.9"
2298 },
2299 "engines": {
2300 "node": ">=6.9.0"
2301 },
2302 "peerDependencies": {
2303 "@babel/core": "^7.0.0-0"
2304 }
2305 },
2306 "node_modules/@babel/plugin-transform-typeof-symbol": {
2307 "version": "7.25.9",
2308 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz",
2309 "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==",
2310 "license": "MIT",
2311 "dependencies": {
2312 "@babel/helper-plugin-utils": "^7.25.9"
2313 },
2314 "engines": {
2315 "node": ">=6.9.0"
2316 },
2317 "peerDependencies": {
2318 "@babel/core": "^7.0.0-0"
2319 }
2320 },
2321 "node_modules/@babel/plugin-transform-typescript": {
2322 "version": "7.26.3",
2323 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.3.tgz",
2324 "integrity": "sha512-6+5hpdr6mETwSKjmJUdYw0EIkATiQhnELWlE3kJFBwSg/BGIVwVaVbX+gOXBCdc7Ln1RXZxyWGecIXhUfnl7oA==",
2325 "license": "MIT",
2326 "dependencies": {
2327 "@babel/helper-annotate-as-pure": "^7.25.9",
2328 "@babel/helper-create-class-features-plugin": "^7.25.9",
2329 "@babel/helper-plugin-utils": "^7.25.9",
2330 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
2331 "@babel/plugin-syntax-typescript": "^7.25.9"
2332 },
2333 "engines": {
2334 "node": ">=6.9.0"
2335 },
2336 "peerDependencies": {
2337 "@babel/core": "^7.0.0-0"
2338 }
2339 },
2340 "node_modules/@babel/plugin-transform-unicode-escapes": {
2341 "version": "7.25.9",
2342 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz",
2343 "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==",
2344 "license": "MIT",
2345 "dependencies": {
2346 "@babel/helper-plugin-utils": "^7.25.9"
2347 },
2348 "engines": {
2349 "node": ">=6.9.0"
2350 },
2351 "peerDependencies": {
2352 "@babel/core": "^7.0.0-0"
2353 }
2354 },
2355 "node_modules/@babel/plugin-transform-unicode-property-regex": {
2356 "version": "7.25.9",
2357 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz",
2358 "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==",
2359 "license": "MIT",
2360 "dependencies": {
2361 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2362 "@babel/helper-plugin-utils": "^7.25.9"
2363 },
2364 "engines": {
2365 "node": ">=6.9.0"
2366 },
2367 "peerDependencies": {
2368 "@babel/core": "^7.0.0-0"
2369 }
2370 },
2371 "node_modules/@babel/plugin-transform-unicode-regex": {
2372 "version": "7.25.9",
2373 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz",
2374 "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==",
2375 "license": "MIT",
2376 "dependencies": {
2377 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2378 "@babel/helper-plugin-utils": "^7.25.9"
2379 },
2380 "engines": {
2381 "node": ">=6.9.0"
2382 },
2383 "peerDependencies": {
2384 "@babel/core": "^7.0.0-0"
2385 }
2386 },
2387 "node_modules/@babel/plugin-transform-unicode-sets-regex": {
2388 "version": "7.25.9",
2389 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz",
2390 "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==",
2391 "license": "MIT",
2392 "dependencies": {
2393 "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2394 "@babel/helper-plugin-utils": "^7.25.9"
2395 },
2396 "engines": {
2397 "node": ">=6.9.0"
2398 },
2399 "peerDependencies": {
2400 "@babel/core": "^7.0.0"
2401 }
2402 },
2403 "node_modules/@babel/preset-env": {
2404 "version": "7.26.0",
2405 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz",
2406 "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==",
2407 "license": "MIT",
2408 "dependencies": {
2409 "@babel/compat-data": "^7.26.0",
2410 "@babel/helper-compilation-targets": "^7.25.9",
2411 "@babel/helper-plugin-utils": "^7.25.9",
2412 "@babel/helper-validator-option": "^7.25.9",
2413 "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
2414 "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
2415 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9",
2416 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9",
2417 "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9",
2418 "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
2419 "@babel/plugin-syntax-import-assertions": "^7.26.0",
2420 "@babel/plugin-syntax-import-attributes": "^7.26.0",
2421 "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
2422 "@babel/plugin-transform-arrow-functions": "^7.25.9",
2423 "@babel/plugin-transform-async-generator-functions": "^7.25.9",
2424 "@babel/plugin-transform-async-to-generator": "^7.25.9",
2425 "@babel/plugin-transform-block-scoped-functions": "^7.25.9",
2426 "@babel/plugin-transform-block-scoping": "^7.25.9",
2427 "@babel/plugin-transform-class-properties": "^7.25.9",
2428 "@babel/plugin-transform-class-static-block": "^7.26.0",
2429 "@babel/plugin-transform-classes": "^7.25.9",
2430 "@babel/plugin-transform-computed-properties": "^7.25.9",
2431 "@babel/plugin-transform-destructuring": "^7.25.9",
2432 "@babel/plugin-transform-dotall-regex": "^7.25.9",
2433 "@babel/plugin-transform-duplicate-keys": "^7.25.9",
2434 "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
2435 "@babel/plugin-transform-dynamic-import": "^7.25.9",
2436 "@babel/plugin-transform-exponentiation-operator": "^7.25.9",
2437 "@babel/plugin-transform-export-namespace-from": "^7.25.9",
2438 "@babel/plugin-transform-for-of": "^7.25.9",
2439 "@babel/plugin-transform-function-name": "^7.25.9",
2440 "@babel/plugin-transform-json-strings": "^7.25.9",
2441 "@babel/plugin-transform-literals": "^7.25.9",
2442 "@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
2443 "@babel/plugin-transform-member-expression-literals": "^7.25.9",
2444 "@babel/plugin-transform-modules-amd": "^7.25.9",
2445 "@babel/plugin-transform-modules-commonjs": "^7.25.9",
2446 "@babel/plugin-transform-modules-systemjs": "^7.25.9",
2447 "@babel/plugin-transform-modules-umd": "^7.25.9",
2448 "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
2449 "@babel/plugin-transform-new-target": "^7.25.9",
2450 "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
2451 "@babel/plugin-transform-numeric-separator": "^7.25.9",
2452 "@babel/plugin-transform-object-rest-spread": "^7.25.9",
2453 "@babel/plugin-transform-object-super": "^7.25.9",
2454 "@babel/plugin-transform-optional-catch-binding": "^7.25.9",
2455 "@babel/plugin-transform-optional-chaining": "^7.25.9",
2456 "@babel/plugin-transform-parameters": "^7.25.9",
2457 "@babel/plugin-transform-private-methods": "^7.25.9",
2458 "@babel/plugin-transform-private-property-in-object": "^7.25.9",
2459 "@babel/plugin-transform-property-literals": "^7.25.9",
2460 "@babel/plugin-transform-regenerator": "^7.25.9",
2461 "@babel/plugin-transform-regexp-modifiers": "^7.26.0",
2462 "@babel/plugin-transform-reserved-words": "^7.25.9",
2463 "@babel/plugin-transform-shorthand-properties": "^7.25.9",
2464 "@babel/plugin-transform-spread": "^7.25.9",
2465 "@babel/plugin-transform-sticky-regex": "^7.25.9",
2466 "@babel/plugin-transform-template-literals": "^7.25.9",
2467 "@babel/plugin-transform-typeof-symbol": "^7.25.9",
2468 "@babel/plugin-transform-unicode-escapes": "^7.25.9",
2469 "@babel/plugin-transform-unicode-property-regex": "^7.25.9",
2470 "@babel/plugin-transform-unicode-regex": "^7.25.9",
2471 "@babel/plugin-transform-unicode-sets-regex": "^7.25.9",
2472 "@babel/preset-modules": "0.1.6-no-external-plugins",
2473 "babel-plugin-polyfill-corejs2": "^0.4.10",
2474 "babel-plugin-polyfill-corejs3": "^0.10.6",
2475 "babel-plugin-polyfill-regenerator": "^0.6.1",
2476 "core-js-compat": "^3.38.1",
2477 "semver": "^6.3.1"
2478 },
2479 "engines": {
2480 "node": ">=6.9.0"
2481 },
2482 "peerDependencies": {
2483 "@babel/core": "^7.0.0-0"
2484 }
2485 },
2486 "node_modules/@babel/preset-env/node_modules/@babel/plugin-proposal-private-property-in-object": {
2487 "version": "7.21.0-placeholder-for-preset-env.2",
2488 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
2489 "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
2490 "license": "MIT",
2491 "engines": {
2492 "node": ">=6.9.0"
2493 },
2494 "peerDependencies": {
2495 "@babel/core": "^7.0.0-0"
2496 }
2497 },
2498 "node_modules/@babel/preset-env/node_modules/semver": {
2499 "version": "6.3.1",
2500 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2501 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2502 "license": "ISC",
2503 "bin": {
2504 "semver": "bin/semver.js"
2505 }
2506 },
2507 "node_modules/@babel/preset-modules": {
2508 "version": "0.1.6-no-external-plugins",
2509 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
2510 "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
2511 "license": "MIT",
2512 "dependencies": {
2513 "@babel/helper-plugin-utils": "^7.0.0",
2514 "@babel/types": "^7.4.4",
2515 "esutils": "^2.0.2"
2516 },
2517 "peerDependencies": {
2518 "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
2519 }
2520 },
2521 "node_modules/@babel/preset-react": {
2522 "version": "7.26.3",
2523 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.26.3.tgz",
2524 "integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==",
2525 "license": "MIT",
2526 "dependencies": {
2527 "@babel/helper-plugin-utils": "^7.25.9",
2528 "@babel/helper-validator-option": "^7.25.9",
2529 "@babel/plugin-transform-react-display-name": "^7.25.9",
2530 "@babel/plugin-transform-react-jsx": "^7.25.9",
2531 "@babel/plugin-transform-react-jsx-development": "^7.25.9",
2532 "@babel/plugin-transform-react-pure-annotations": "^7.25.9"
2533 },
2534 "engines": {
2535 "node": ">=6.9.0"
2536 },
2537 "peerDependencies": {
2538 "@babel/core": "^7.0.0-0"
2539 }
2540 },
2541 "node_modules/@babel/preset-typescript": {
2542 "version": "7.26.0",
2543 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz",
2544 "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==",
2545 "license": "MIT",
2546 "dependencies": {
2547 "@babel/helper-plugin-utils": "^7.25.9",
2548 "@babel/helper-validator-option": "^7.25.9",
2549 "@babel/plugin-syntax-jsx": "^7.25.9",
2550 "@babel/plugin-transform-modules-commonjs": "^7.25.9",
2551 "@babel/plugin-transform-typescript": "^7.25.9"
2552 },
2553 "engines": {
2554 "node": ">=6.9.0"
2555 },
2556 "peerDependencies": {
2557 "@babel/core": "^7.0.0-0"
2558 }
2559 },
2560 "node_modules/@babel/runtime": {
2561 "version": "7.26.10",
2562 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.10.tgz",
2563 "integrity": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==",
2564 "license": "MIT",
2565 "dependencies": {
2566 "regenerator-runtime": "^0.14.0"
2567 },
2568 "engines": {
2569 "node": ">=6.9.0"
2570 }
2571 },
2572 "node_modules/@babel/template": {
2573 "version": "7.27.2",
2574 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
2575 "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
2576 "license": "MIT",
2577 "dependencies": {
2578 "@babel/code-frame": "^7.27.1",
2579 "@babel/parser": "^7.27.2",
2580 "@babel/types": "^7.27.1"
2581 },
2582 "engines": {
2583 "node": ">=6.9.0"
2584 }
2585 },
2586 "node_modules/@babel/traverse": {
2587 "version": "7.27.4",
2588 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz",
2589 "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==",
2590 "license": "MIT",
2591 "dependencies": {
2592 "@babel/code-frame": "^7.27.1",
2593 "@babel/generator": "^7.27.3",
2594 "@babel/parser": "^7.27.4",
2595 "@babel/template": "^7.27.2",
2596 "@babel/types": "^7.27.3",
2597 "debug": "^4.3.1",
2598 "globals": "^11.1.0"
2599 },
2600 "engines": {
2601 "node": ">=6.9.0"
2602 }
2603 },
2604 "node_modules/@babel/types": {
2605 "version": "7.28.4",
2606 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
2607 "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
2608 "license": "MIT",
2609 "dependencies": {
2610 "@babel/helper-string-parser": "^7.27.1",
2611 "@babel/helper-validator-identifier": "^7.27.1"
2612 },
2613 "engines": {
2614 "node": ">=6.9.0"
2615 }
2616 },
2617 "node_modules/@base2/pretty-print-object": {
2618 "version": "1.0.1",
2619 "resolved": "https://registry.npmjs.org/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz",
2620 "integrity": "sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==",
2621 "dev": true,
2622 "license": "BSD-2-Clause"
2623 },
2624 "node_modules/@bcoe/v8-coverage": {
2625 "version": "0.2.3",
2626 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
2627 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
2628 "dev": true,
2629 "license": "MIT"
2630 },
2631 "node_modules/@builder.io/partytown": {
2632 "version": "0.7.6",
2633 "resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.7.6.tgz",
2634 "integrity": "sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==",
2635 "license": "MIT",
2636 "bin": {
2637 "partytown": "bin/partytown.cjs"
2638 }
2639 },
2640 "node_modules/@commitlint/cli": {
2641 "version": "20.1.0",
2642 "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.1.0.tgz",
2643 "integrity": "sha512-pW5ujjrOovhq5RcYv5xCpb4GkZxkO2+GtOdBW2/qrr0Ll9tl3PX0aBBobGQl3mdZUbOBgwAexEQLeH6uxL0VYg==",
2644 "dev": true,
2645 "license": "MIT",
2646 "dependencies": {
2647 "@commitlint/format": "^20.0.0",
2648 "@commitlint/lint": "^20.0.0",
2649 "@commitlint/load": "^20.1.0",
2650 "@commitlint/read": "^20.0.0",
2651 "@commitlint/types": "^20.0.0",
2652 "tinyexec": "^1.0.0",
2653 "yargs": "^17.0.0"
2654 },
2655 "bin": {
2656 "commitlint": "cli.js"
2657 },
2658 "engines": {
2659 "node": ">=v18"
2660 }
2661 },
2662 "node_modules/@commitlint/config-conventional": {
2663 "version": "20.0.0",
2664 "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.0.0.tgz",
2665 "integrity": "sha512-q7JroPIkDBtyOkVe9Bca0p7kAUYxZMxkrBArCfuD3yN4KjRAenP9PmYwnn7rsw8Q+hHq1QB2BRmBh0/Z19ZoJw==",
2666 "dev": true,
2667 "license": "MIT",
2668 "dependencies": {
2669 "@commitlint/types": "^20.0.0",
2670 "conventional-changelog-conventionalcommits": "^7.0.2"
2671 },
2672 "engines": {
2673 "node": ">=v18"
2674 }
2675 },
2676 "node_modules/@commitlint/config-validator": {
2677 "version": "20.0.0",
2678 "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-20.0.0.tgz",
2679 "integrity": "sha512-BeyLMaRIJDdroJuYM2EGhDMGwVBMZna9UiIqV9hxj+J551Ctc6yoGuGSmghOy/qPhBSuhA6oMtbEiTmxECafsg==",
2680 "dev": true,
2681 "license": "MIT",
2682 "dependencies": {
2683 "@commitlint/types": "^20.0.0",
2684 "ajv": "^8.11.0"
2685 },
2686 "engines": {
2687 "node": ">=v18"
2688 }
2689 },
2690 "node_modules/@commitlint/ensure": {
2691 "version": "20.0.0",
2692 "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-20.0.0.tgz",
2693 "integrity": "sha512-WBV47Fffvabe68n+13HJNFBqiMH5U1Ryls4W3ieGwPC0C7kJqp3OVQQzG2GXqOALmzrgAB+7GXmyy8N9ct8/Fg==",
2694 "dev": true,
2695 "license": "MIT",
2696 "dependencies": {
2697 "@commitlint/types": "^20.0.0",
2698 "lodash.camelcase": "^4.3.0",
2699 "lodash.kebabcase": "^4.1.1",
2700 "lodash.snakecase": "^4.1.1",
2701 "lodash.startcase": "^4.4.0",
2702 "lodash.upperfirst": "^4.3.1"
2703 },
2704 "engines": {
2705 "node": ">=v18"
2706 }
2707 },
2708 "node_modules/@commitlint/execute-rule": {
2709 "version": "20.0.0",
2710 "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-20.0.0.tgz",
2711 "integrity": "sha512-xyCoOShoPuPL44gVa+5EdZsBVao/pNzpQhkzq3RdtlFdKZtjWcLlUFQHSWBuhk5utKYykeJPSz2i8ABHQA+ZZw==",
2712 "dev": true,
2713 "license": "MIT",
2714 "engines": {
2715 "node": ">=v18"
2716 }
2717 },
2718 "node_modules/@commitlint/format": {
2719 "version": "20.0.0",
2720 "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-20.0.0.tgz",
2721 "integrity": "sha512-zrZQXUcSDmQ4eGGrd+gFESiX0Rw+WFJk7nW4VFOmxub4mAATNKBQ4vNw5FgMCVehLUKG2OT2LjOqD0Hk8HvcRg==",
2722 "dev": true,
2723 "license": "MIT",
2724 "dependencies": {
2725 "@commitlint/types": "^20.0.0",
2726 "chalk": "^5.3.0"
2727 },
2728 "engines": {
2729 "node": ">=v18"
2730 }
2731 },
2732 "node_modules/@commitlint/is-ignored": {
2733 "version": "20.0.0",
2734 "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-20.0.0.tgz",
2735 "integrity": "sha512-ayPLicsqqGAphYIQwh9LdAYOVAQ9Oe5QCgTNTj+BfxZb9b/JW222V5taPoIBzYnAP0z9EfUtljgBk+0BN4T4Cw==",
2736 "dev": true,
2737 "license": "MIT",
2738 "dependencies": {
2739 "@commitlint/types": "^20.0.0",
2740 "semver": "^7.6.0"
2741 },
2742 "engines": {
2743 "node": ">=v18"
2744 }
2745 },
2746 "node_modules/@commitlint/lint": {
2747 "version": "20.0.0",
2748 "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-20.0.0.tgz",
2749 "integrity": "sha512-kWrX8SfWk4+4nCexfLaQT3f3EcNjJwJBsSZ5rMBw6JCd6OzXufFHgel2Curos4LKIxwec9WSvs2YUD87rXlxNQ==",
2750 "dev": true,
2751 "license": "MIT",
2752 "dependencies": {
2753 "@commitlint/is-ignored": "^20.0.0",
2754 "@commitlint/parse": "^20.0.0",
2755 "@commitlint/rules": "^20.0.0",
2756 "@commitlint/types": "^20.0.0"
2757 },
2758 "engines": {
2759 "node": ">=v18"
2760 }
2761 },
2762 "node_modules/@commitlint/load": {
2763 "version": "20.1.0",
2764 "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-20.1.0.tgz",
2765 "integrity": "sha512-qo9ER0XiAimATQR5QhvvzePfeDfApi/AFlC1G+YN+ZAY8/Ua6IRrDrxRvQAr+YXUKAxUsTDSp9KXeXLBPsNRWg==",
2766 "dev": true,
2767 "license": "MIT",
2768 "dependencies": {
2769 "@commitlint/config-validator": "^20.0.0",
2770 "@commitlint/execute-rule": "^20.0.0",
2771 "@commitlint/resolve-extends": "^20.1.0",
2772 "@commitlint/types": "^20.0.0",
2773 "chalk": "^5.3.0",
2774 "cosmiconfig": "^9.0.0",
2775 "cosmiconfig-typescript-loader": "^6.1.0",
2776 "lodash.isplainobject": "^4.0.6",
2777 "lodash.merge": "^4.6.2",
2778 "lodash.uniq": "^4.5.0"
2779 },
2780 "engines": {
2781 "node": ">=v18"
2782 }
2783 },
2784 "node_modules/@commitlint/message": {
2785 "version": "20.0.0",
2786 "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-20.0.0.tgz",
2787 "integrity": "sha512-gLX4YmKnZqSwkmSB9OckQUrI5VyXEYiv3J5JKZRxIp8jOQsWjZgHSG/OgEfMQBK9ibdclEdAyIPYggwXoFGXjQ==",
2788 "dev": true,
2789 "license": "MIT",
2790 "engines": {
2791 "node": ">=v18"
2792 }
2793 },
2794 "node_modules/@commitlint/parse": {
2795 "version": "20.0.0",
2796 "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-20.0.0.tgz",
2797 "integrity": "sha512-j/PHCDX2bGM5xGcWObOvpOc54cXjn9g6xScXzAeOLwTsScaL4Y+qd0pFC6HBwTtrH92NvJQc+2Lx9HFkVi48cg==",
2798 "dev": true,
2799 "license": "MIT",
2800 "dependencies": {
2801 "@commitlint/types": "^20.0.0",
2802 "conventional-changelog-angular": "^7.0.0",
2803 "conventional-commits-parser": "^5.0.0"
2804 },
2805 "engines": {
2806 "node": ">=v18"
2807 }
2808 },
2809 "node_modules/@commitlint/read": {
2810 "version": "20.0.0",
2811 "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-20.0.0.tgz",
2812 "integrity": "sha512-Ti7Y7aEgxsM1nkwA4ZIJczkTFRX/+USMjNrL9NXwWQHqNqrBX2iMi+zfuzZXqfZ327WXBjdkRaytJ+z5vNqTOA==",
2813 "dev": true,
2814 "license": "MIT",
2815 "dependencies": {
2816 "@commitlint/top-level": "^20.0.0",
2817 "@commitlint/types": "^20.0.0",
2818 "git-raw-commits": "^4.0.0",
2819 "minimist": "^1.2.8",
2820 "tinyexec": "^1.0.0"
2821 },
2822 "engines": {
2823 "node": ">=v18"
2824 }
2825 },
2826 "node_modules/@commitlint/resolve-extends": {
2827 "version": "20.1.0",
2828 "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-20.1.0.tgz",
2829 "integrity": "sha512-cxKXQrqHjZT3o+XPdqDCwOWVFQiae++uwd9dUBC7f2MdV58ons3uUvASdW7m55eat5sRiQ6xUHyMWMRm6atZWw==",
2830 "dev": true,
2831 "license": "MIT",
2832 "dependencies": {
2833 "@commitlint/config-validator": "^20.0.0",
2834 "@commitlint/types": "^20.0.0",
2835 "global-directory": "^4.0.1",
2836 "import-meta-resolve": "^4.0.0",
2837 "lodash.mergewith": "^4.6.2",
2838 "resolve-from": "^5.0.0"
2839 },
2840 "engines": {
2841 "node": ">=v18"
2842 }
2843 },
2844 "node_modules/@commitlint/rules": {
2845 "version": "20.0.0",
2846 "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-20.0.0.tgz",
2847 "integrity": "sha512-gvg2k10I/RfvHn5I5sxvVZKM1fl72Sqrv2YY/BnM7lMHcYqO0E2jnRWoYguvBfEcZ39t+rbATlciggVe77E4zA==",
2848 "dev": true,
2849 "license": "MIT",
2850 "dependencies": {
2851 "@commitlint/ensure": "^20.0.0",
2852 "@commitlint/message": "^20.0.0",
2853 "@commitlint/to-lines": "^20.0.0",
2854 "@commitlint/types": "^20.0.0"
2855 },
2856 "engines": {
2857 "node": ">=v18"
2858 }
2859 },
2860 "node_modules/@commitlint/to-lines": {
2861 "version": "20.0.0",
2862 "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-20.0.0.tgz",
2863 "integrity": "sha512-2l9gmwiCRqZNWgV+pX1X7z4yP0b3ex/86UmUFgoRt672Ez6cAM2lOQeHFRUTuE6sPpi8XBCGnd8Kh3bMoyHwJw==",
2864 "dev": true,
2865 "license": "MIT",
2866 "engines": {
2867 "node": ">=v18"
2868 }
2869 },
2870 "node_modules/@commitlint/top-level": {
2871 "version": "20.0.0",
2872 "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-20.0.0.tgz",
2873 "integrity": "sha512-drXaPSP2EcopukrUXvUXmsQMu3Ey/FuJDc/5oiW4heoCfoE5BdLQyuc7veGeE3aoQaTVqZnh4D5WTWe2vefYKg==",
2874 "dev": true,
2875 "license": "MIT",
2876 "dependencies": {
2877 "find-up": "^7.0.0"
2878 },
2879 "engines": {
2880 "node": ">=v18"
2881 }
2882 },
2883 "node_modules/@commitlint/types": {
2884 "version": "20.0.0",
2885 "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-20.0.0.tgz",
2886 "integrity": "sha512-bVUNBqG6aznYcYjTjnc3+Cat/iBgbgpflxbIBTnsHTX0YVpnmINPEkSRWymT2Q8aSH3Y7aKnEbunilkYe8TybA==",
2887 "dev": true,
2888 "license": "MIT",
2889 "dependencies": {
2890 "@types/conventional-commits-parser": "^5.0.0",
2891 "chalk": "^5.3.0"
2892 },
2893 "engines": {
2894 "node": ">=v18"
2895 }
2896 },
2897 "node_modules/@conventional-commits/parser": {
2898 "version": "0.4.1",
2899 "resolved": "https://registry.npmjs.org/@conventional-commits/parser/-/parser-0.4.1.tgz",
2900 "integrity": "sha512-H2ZmUVt6q+KBccXfMBhbBF14NlANeqHTXL4qCL6QGbMzrc4HDXyzWuxPxPNbz71f/5UkR5DrycP5VO9u7crahg==",
2901 "dev": true,
2902 "license": "ISC",
2903 "dependencies": {
2904 "unist-util-visit": "^2.0.3",
2905 "unist-util-visit-parents": "^3.1.1"
2906 }
2907 },
2908 "node_modules/@conventional-commits/parser/node_modules/@types/unist": {
2909 "version": "2.0.11",
2910 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
2911 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
2912 "dev": true,
2913 "license": "MIT"
2914 },
2915 "node_modules/@conventional-commits/parser/node_modules/unist-util-is": {
2916 "version": "4.1.0",
2917 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
2918 "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
2919 "dev": true,
2920 "license": "MIT",
2921 "funding": {
2922 "type": "opencollective",
2923 "url": "https://opencollective.com/unified"
2924 }
2925 },
2926 "node_modules/@conventional-commits/parser/node_modules/unist-util-visit": {
2927 "version": "2.0.3",
2928 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
2929 "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
2930 "dev": true,
2931 "license": "MIT",
2932 "dependencies": {
2933 "@types/unist": "^2.0.0",
2934 "unist-util-is": "^4.0.0",
2935 "unist-util-visit-parents": "^3.0.0"
2936 },
2937 "funding": {
2938 "type": "opencollective",
2939 "url": "https://opencollective.com/unified"
2940 }
2941 },
2942 "node_modules/@cspotcode/source-map-support": {
2943 "version": "0.8.1",
2944 "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
2945 "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
2946 "dev": true,
2947 "license": "MIT",
2948 "dependencies": {
2949 "@jridgewell/trace-mapping": "0.3.9"
2950 },
2951 "engines": {
2952 "node": ">=12"
2953 }
2954 },
2955 "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
2956 "version": "0.3.9",
2957 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
2958 "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
2959 "dev": true,
2960 "license": "MIT",
2961 "dependencies": {
2962 "@jridgewell/resolve-uri": "^3.0.3",
2963 "@jridgewell/sourcemap-codec": "^1.4.10"
2964 }
2965 },
2966 "node_modules/@csstools/cascade-layer-name-parser": {
2967 "version": "3.0.0",
2968 "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-3.0.0.tgz",
2969 "integrity": "sha512-/3iksyevwRfSJx5yH0RkcrcYXwuhMQx3Juqf40t97PeEy2/Mz2TItZ/z/216qpe4GgOyFBP8MKIwVvytzHmfIQ==",
2970 "funding": [
2971 {
2972 "type": "github",
2973 "url": "https://github.com/sponsors/csstools"
2974 },
2975 {
2976 "type": "opencollective",
2977 "url": "https://opencollective.com/csstools"
2978 }
2979 ],
2980 "license": "MIT",
2981 "engines": {
2982 "node": ">=20.19.0"
2983 },
2984 "peerDependencies": {
2985 "@csstools/css-parser-algorithms": "^4.0.0",
2986 "@csstools/css-tokenizer": "^4.0.0"
2987 }
2988 },
2989 "node_modules/@csstools/color-helpers": {
2990 "version": "5.1.0",
2991 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
2992 "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
2993 "dev": true,
2994 "funding": [
2995 {
2996 "type": "github",
2997 "url": "https://github.com/sponsors/csstools"
2998 },
2999 {
3000 "type": "opencollective",
3001 "url": "https://opencollective.com/csstools"
3002 }
3003 ],
3004 "license": "MIT-0",
3005 "engines": {
3006 "node": ">=18"
3007 }
3008 },
3009 "node_modules/@csstools/css-calc": {
3010 "version": "2.1.4",
3011 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz",
3012 "integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==",
3013 "dev": true,
3014 "funding": [
3015 {
3016 "type": "github",
3017 "url": "https://github.com/sponsors/csstools"
3018 },
3019 {
3020 "type": "opencollective",
3021 "url": "https://opencollective.com/csstools"
3022 }
3023 ],
3024 "license": "MIT",
3025 "engines": {
3026 "node": ">=18"
3027 },
3028 "peerDependencies": {
3029 "@csstools/css-parser-algorithms": "^3.0.5",
3030 "@csstools/css-tokenizer": "^3.0.4"
3031 }
3032 },
3033 "node_modules/@csstools/css-color-parser": {
3034 "version": "3.1.0",
3035 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz",
3036 "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==",
3037 "dev": true,
3038 "funding": [
3039 {
3040 "type": "github",
3041 "url": "https://github.com/sponsors/csstools"
3042 },
3043 {
3044 "type": "opencollective",
3045 "url": "https://opencollective.com/csstools"
3046 }
3047 ],
3048 "license": "MIT",
3049 "dependencies": {
3050 "@csstools/color-helpers": "^5.1.0",
3051 "@csstools/css-calc": "^2.1.4"
3052 },
3053 "engines": {
3054 "node": ">=18"
3055 },
3056 "peerDependencies": {
3057 "@csstools/css-parser-algorithms": "^3.0.5",
3058 "@csstools/css-tokenizer": "^3.0.4"
3059 }
3060 },
3061 "node_modules/@csstools/css-parser-algorithms": {
3062 "version": "3.0.5",
3063 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
3064 "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
3065 "dev": true,
3066 "funding": [
3067 {
3068 "type": "github",
3069 "url": "https://github.com/sponsors/csstools"
3070 },
3071 {
3072 "type": "opencollective",
3073 "url": "https://opencollective.com/csstools"
3074 }
3075 ],
3076 "license": "MIT",
3077 "engines": {
3078 "node": ">=18"
3079 },
3080 "peerDependencies": {
3081 "@csstools/css-tokenizer": "^3.0.4"
3082 }
3083 },
3084 "node_modules/@csstools/css-tokenizer": {
3085 "version": "3.0.4",
3086 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
3087 "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
3088 "dev": true,
3089 "funding": [
3090 {
3091 "type": "github",
3092 "url": "https://github.com/sponsors/csstools"
3093 },
3094 {
3095 "type": "opencollective",
3096 "url": "https://opencollective.com/csstools"
3097 }
3098 ],
3099 "license": "MIT",
3100 "engines": {
3101 "node": ">=18"
3102 }
3103 },
3104 "node_modules/@csstools/media-query-list-parser": {
3105 "version": "5.0.0",
3106 "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-5.0.0.tgz",
3107 "integrity": "sha512-T9lXmZOfnam3eMERPsszjY5NK0jX8RmThmmm99FZ8b7z8yMaFZWKwLWGZuTwdO3ddRY5fy13GmmEYZXB4I98Eg==",
3108 "funding": [
3109 {
3110 "type": "github",
3111 "url": "https://github.com/sponsors/csstools"
3112 },
3113 {
3114 "type": "opencollective",
3115 "url": "https://opencollective.com/csstools"
3116 }
3117 ],
3118 "license": "MIT",
3119 "engines": {
3120 "node": ">=20.19.0"
3121 },
3122 "peerDependencies": {
3123 "@csstools/css-parser-algorithms": "^4.0.0",
3124 "@csstools/css-tokenizer": "^4.0.0"
3125 }
3126 },
3127 "node_modules/@csstools/postcss-alpha-function": {
3128 "version": "2.0.2",
3129 "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-2.0.2.tgz",
3130 "integrity": "sha512-EXdJC5fds0h1KqoioUBkcYPZvcNKR64jrGkbqlDNbMU3FP1MzLEr/QJR8bj/bu53TJFIgkc9WvKcpbwVqZ4WPg==",
3131 "funding": [
3132 {
3133 "type": "github",
3134 "url": "https://github.com/sponsors/csstools"
3135 },
3136 {
3137 "type": "opencollective",
3138 "url": "https://opencollective.com/csstools"
3139 }
3140 ],
3141 "license": "MIT-0",
3142 "dependencies": {
3143 "@csstools/css-color-parser": "^4.0.1",
3144 "@csstools/css-parser-algorithms": "^4.0.0",
3145 "@csstools/css-tokenizer": "^4.0.0",
3146 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
3147 "@csstools/utilities": "^3.0.0"
3148 },
3149 "engines": {
3150 "node": ">=20.19.0"
3151 },
3152 "peerDependencies": {
3153 "postcss": "^8.4"
3154 }
3155 },
3156 "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/color-helpers": {
3157 "version": "6.0.1",
3158 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3159 "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3160 "funding": [
3161 {
3162 "type": "github",
3163 "url": "https://github.com/sponsors/csstools"
3164 },
3165 {
3166 "type": "opencollective",
3167 "url": "https://opencollective.com/csstools"
3168 }
3169 ],
3170 "license": "MIT-0",
3171 "engines": {
3172 "node": ">=20.19.0"
3173 }
3174 },
3175 "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/css-calc": {
3176 "version": "3.0.0",
3177 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
3178 "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
3179 "funding": [
3180 {
3181 "type": "github",
3182 "url": "https://github.com/sponsors/csstools"
3183 },
3184 {
3185 "type": "opencollective",
3186 "url": "https://opencollective.com/csstools"
3187 }
3188 ],
3189 "license": "MIT",
3190 "engines": {
3191 "node": ">=20.19.0"
3192 },
3193 "peerDependencies": {
3194 "@csstools/css-parser-algorithms": "^4.0.0",
3195 "@csstools/css-tokenizer": "^4.0.0"
3196 }
3197 },
3198 "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/css-color-parser": {
3199 "version": "4.0.1",
3200 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3201 "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3202 "funding": [
3203 {
3204 "type": "github",
3205 "url": "https://github.com/sponsors/csstools"
3206 },
3207 {
3208 "type": "opencollective",
3209 "url": "https://opencollective.com/csstools"
3210 }
3211 ],
3212 "license": "MIT",
3213 "dependencies": {
3214 "@csstools/color-helpers": "^6.0.1",
3215 "@csstools/css-calc": "^3.0.0"
3216 },
3217 "engines": {
3218 "node": ">=20.19.0"
3219 },
3220 "peerDependencies": {
3221 "@csstools/css-parser-algorithms": "^4.0.0",
3222 "@csstools/css-tokenizer": "^4.0.0"
3223 }
3224 },
3225 "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/css-parser-algorithms": {
3226 "version": "4.0.0",
3227 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
3228 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
3229 "funding": [
3230 {
3231 "type": "github",
3232 "url": "https://github.com/sponsors/csstools"
3233 },
3234 {
3235 "type": "opencollective",
3236 "url": "https://opencollective.com/csstools"
3237 }
3238 ],
3239 "license": "MIT",
3240 "engines": {
3241 "node": ">=20.19.0"
3242 },
3243 "peerDependencies": {
3244 "@csstools/css-tokenizer": "^4.0.0"
3245 }
3246 },
3247 "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/css-tokenizer": {
3248 "version": "4.0.0",
3249 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
3250 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
3251 "funding": [
3252 {
3253 "type": "github",
3254 "url": "https://github.com/sponsors/csstools"
3255 },
3256 {
3257 "type": "opencollective",
3258 "url": "https://opencollective.com/csstools"
3259 }
3260 ],
3261 "license": "MIT",
3262 "engines": {
3263 "node": ">=20.19.0"
3264 }
3265 },
3266 "node_modules/@csstools/postcss-cascade-layers": {
3267 "version": "6.0.0",
3268 "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-6.0.0.tgz",
3269 "integrity": "sha512-WhsECqmrEZQGqaPlBA7JkmF/CJ2/+wetL4fkL9sOPccKd32PQ1qToFM6gqSI5rkpmYqubvbxjEJhyMTHYK0vZQ==",
3270 "funding": [
3271 {
3272 "type": "github",
3273 "url": "https://github.com/sponsors/csstools"
3274 },
3275 {
3276 "type": "opencollective",
3277 "url": "https://opencollective.com/csstools"
3278 }
3279 ],
3280 "license": "MIT-0",
3281 "dependencies": {
3282 "@csstools/selector-specificity": "^6.0.0",
3283 "postcss-selector-parser": "^7.1.1"
3284 },
3285 "engines": {
3286 "node": ">=20.19.0"
3287 },
3288 "peerDependencies": {
3289 "postcss": "^8.4"
3290 }
3291 },
3292 "node_modules/@csstools/postcss-cascade-layers/node_modules/postcss-selector-parser": {
3293 "version": "7.1.1",
3294 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
3295 "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
3296 "license": "MIT",
3297 "dependencies": {
3298 "cssesc": "^3.0.0",
3299 "util-deprecate": "^1.0.2"
3300 },
3301 "engines": {
3302 "node": ">=4"
3303 }
3304 },
3305 "node_modules/@csstools/postcss-color-function": {
3306 "version": "5.0.1",
3307 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-5.0.1.tgz",
3308 "integrity": "sha512-SNU4o63+oZpB7ufkTmj3FholvMtJwuyIWqTOVOxnZjNDFEg1hwdbnPjoytZVgKRQGkvkHdAS0uZWn0zH+ZwXCQ==",
3309 "funding": [
3310 {
3311 "type": "github",
3312 "url": "https://github.com/sponsors/csstools"
3313 },
3314 {
3315 "type": "opencollective",
3316 "url": "https://opencollective.com/csstools"
3317 }
3318 ],
3319 "license": "MIT-0",
3320 "dependencies": {
3321 "@csstools/css-color-parser": "^4.0.1",
3322 "@csstools/css-parser-algorithms": "^4.0.0",
3323 "@csstools/css-tokenizer": "^4.0.0",
3324 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
3325 "@csstools/utilities": "^3.0.0"
3326 },
3327 "engines": {
3328 "node": ">=20.19.0"
3329 },
3330 "peerDependencies": {
3331 "postcss": "^8.4"
3332 }
3333 },
3334 "node_modules/@csstools/postcss-color-function-display-p3-linear": {
3335 "version": "2.0.1",
3336 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-2.0.1.tgz",
3337 "integrity": "sha512-blnzzMkMswoagp1u3JS1OiiTuQCW1F+lQEtlxu2BXhTUmEeKHhSgrrAceF7s4bwZOwKYbkxuw/FC9Ni/zxB7Xw==",
3338 "funding": [
3339 {
3340 "type": "github",
3341 "url": "https://github.com/sponsors/csstools"
3342 },
3343 {
3344 "type": "opencollective",
3345 "url": "https://opencollective.com/csstools"
3346 }
3347 ],
3348 "license": "MIT-0",
3349 "dependencies": {
3350 "@csstools/css-color-parser": "^4.0.1",
3351 "@csstools/css-parser-algorithms": "^4.0.0",
3352 "@csstools/css-tokenizer": "^4.0.0",
3353 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
3354 "@csstools/utilities": "^3.0.0"
3355 },
3356 "engines": {
3357 "node": ">=20.19.0"
3358 },
3359 "peerDependencies": {
3360 "postcss": "^8.4"
3361 }
3362 },
3363 "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/color-helpers": {
3364 "version": "6.0.1",
3365 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3366 "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3367 "funding": [
3368 {
3369 "type": "github",
3370 "url": "https://github.com/sponsors/csstools"
3371 },
3372 {
3373 "type": "opencollective",
3374 "url": "https://opencollective.com/csstools"
3375 }
3376 ],
3377 "license": "MIT-0",
3378 "engines": {
3379 "node": ">=20.19.0"
3380 }
3381 },
3382 "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/css-calc": {
3383 "version": "3.0.0",
3384 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
3385 "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
3386 "funding": [
3387 {
3388 "type": "github",
3389 "url": "https://github.com/sponsors/csstools"
3390 },
3391 {
3392 "type": "opencollective",
3393 "url": "https://opencollective.com/csstools"
3394 }
3395 ],
3396 "license": "MIT",
3397 "engines": {
3398 "node": ">=20.19.0"
3399 },
3400 "peerDependencies": {
3401 "@csstools/css-parser-algorithms": "^4.0.0",
3402 "@csstools/css-tokenizer": "^4.0.0"
3403 }
3404 },
3405 "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/css-color-parser": {
3406 "version": "4.0.1",
3407 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3408 "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3409 "funding": [
3410 {
3411 "type": "github",
3412 "url": "https://github.com/sponsors/csstools"
3413 },
3414 {
3415 "type": "opencollective",
3416 "url": "https://opencollective.com/csstools"
3417 }
3418 ],
3419 "license": "MIT",
3420 "dependencies": {
3421 "@csstools/color-helpers": "^6.0.1",
3422 "@csstools/css-calc": "^3.0.0"
3423 },
3424 "engines": {
3425 "node": ">=20.19.0"
3426 },
3427 "peerDependencies": {
3428 "@csstools/css-parser-algorithms": "^4.0.0",
3429 "@csstools/css-tokenizer": "^4.0.0"
3430 }
3431 },
3432 "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/css-parser-algorithms": {
3433 "version": "4.0.0",
3434 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
3435 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
3436 "funding": [
3437 {
3438 "type": "github",
3439 "url": "https://github.com/sponsors/csstools"
3440 },
3441 {
3442 "type": "opencollective",
3443 "url": "https://opencollective.com/csstools"
3444 }
3445 ],
3446 "license": "MIT",
3447 "engines": {
3448 "node": ">=20.19.0"
3449 },
3450 "peerDependencies": {
3451 "@csstools/css-tokenizer": "^4.0.0"
3452 }
3453 },
3454 "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/css-tokenizer": {
3455 "version": "4.0.0",
3456 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
3457 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
3458 "funding": [
3459 {
3460 "type": "github",
3461 "url": "https://github.com/sponsors/csstools"
3462 },
3463 {
3464 "type": "opencollective",
3465 "url": "https://opencollective.com/csstools"
3466 }
3467 ],
3468 "license": "MIT",
3469 "engines": {
3470 "node": ">=20.19.0"
3471 }
3472 },
3473 "node_modules/@csstools/postcss-color-function/node_modules/@csstools/color-helpers": {
3474 "version": "6.0.1",
3475 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3476 "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3477 "funding": [
3478 {
3479 "type": "github",
3480 "url": "https://github.com/sponsors/csstools"
3481 },
3482 {
3483 "type": "opencollective",
3484 "url": "https://opencollective.com/csstools"
3485 }
3486 ],
3487 "license": "MIT-0",
3488 "engines": {
3489 "node": ">=20.19.0"
3490 }
3491 },
3492 "node_modules/@csstools/postcss-color-function/node_modules/@csstools/css-calc": {
3493 "version": "3.0.0",
3494 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
3495 "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
3496 "funding": [
3497 {
3498 "type": "github",
3499 "url": "https://github.com/sponsors/csstools"
3500 },
3501 {
3502 "type": "opencollective",
3503 "url": "https://opencollective.com/csstools"
3504 }
3505 ],
3506 "license": "MIT",
3507 "engines": {
3508 "node": ">=20.19.0"
3509 },
3510 "peerDependencies": {
3511 "@csstools/css-parser-algorithms": "^4.0.0",
3512 "@csstools/css-tokenizer": "^4.0.0"
3513 }
3514 },
3515 "node_modules/@csstools/postcss-color-function/node_modules/@csstools/css-color-parser": {
3516 "version": "4.0.1",
3517 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3518 "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3519 "funding": [
3520 {
3521 "type": "github",
3522 "url": "https://github.com/sponsors/csstools"
3523 },
3524 {
3525 "type": "opencollective",
3526 "url": "https://opencollective.com/csstools"
3527 }
3528 ],
3529 "license": "MIT",
3530 "dependencies": {
3531 "@csstools/color-helpers": "^6.0.1",
3532 "@csstools/css-calc": "^3.0.0"
3533 },
3534 "engines": {
3535 "node": ">=20.19.0"
3536 },
3537 "peerDependencies": {
3538 "@csstools/css-parser-algorithms": "^4.0.0",
3539 "@csstools/css-tokenizer": "^4.0.0"
3540 }
3541 },
3542 "node_modules/@csstools/postcss-color-function/node_modules/@csstools/css-parser-algorithms": {
3543 "version": "4.0.0",
3544 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
3545 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
3546 "funding": [
3547 {
3548 "type": "github",
3549 "url": "https://github.com/sponsors/csstools"
3550 },
3551 {
3552 "type": "opencollective",
3553 "url": "https://opencollective.com/csstools"
3554 }
3555 ],
3556 "license": "MIT",
3557 "engines": {
3558 "node": ">=20.19.0"
3559 },
3560 "peerDependencies": {
3561 "@csstools/css-tokenizer": "^4.0.0"
3562 }
3563 },
3564 "node_modules/@csstools/postcss-color-function/node_modules/@csstools/css-tokenizer": {
3565 "version": "4.0.0",
3566 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
3567 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
3568 "funding": [
3569 {
3570 "type": "github",
3571 "url": "https://github.com/sponsors/csstools"
3572 },
3573 {
3574 "type": "opencollective",
3575 "url": "https://opencollective.com/csstools"
3576 }
3577 ],
3578 "license": "MIT",
3579 "engines": {
3580 "node": ">=20.19.0"
3581 }
3582 },
3583 "node_modules/@csstools/postcss-color-mix-function": {
3584 "version": "4.0.1",
3585 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-4.0.1.tgz",
3586 "integrity": "sha512-B9XBCd8cmHVwnc5YTn2YVXOlNMTNwuPIpJQ87665vaNdfNorVWz8JhAAv7Vq0v66TA6htE7+QW0OidL/QV0tiA==",
3587 "funding": [
3588 {
3589 "type": "github",
3590 "url": "https://github.com/sponsors/csstools"
3591 },
3592 {
3593 "type": "opencollective",
3594 "url": "https://opencollective.com/csstools"
3595 }
3596 ],
3597 "license": "MIT-0",
3598 "dependencies": {
3599 "@csstools/css-color-parser": "^4.0.1",
3600 "@csstools/css-parser-algorithms": "^4.0.0",
3601 "@csstools/css-tokenizer": "^4.0.0",
3602 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
3603 "@csstools/utilities": "^3.0.0"
3604 },
3605 "engines": {
3606 "node": ">=20.19.0"
3607 },
3608 "peerDependencies": {
3609 "postcss": "^8.4"
3610 }
3611 },
3612 "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/color-helpers": {
3613 "version": "6.0.1",
3614 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3615 "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3616 "funding": [
3617 {
3618 "type": "github",
3619 "url": "https://github.com/sponsors/csstools"
3620 },
3621 {
3622 "type": "opencollective",
3623 "url": "https://opencollective.com/csstools"
3624 }
3625 ],
3626 "license": "MIT-0",
3627 "engines": {
3628 "node": ">=20.19.0"
3629 }
3630 },
3631 "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/css-calc": {
3632 "version": "3.0.0",
3633 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
3634 "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
3635 "funding": [
3636 {
3637 "type": "github",
3638 "url": "https://github.com/sponsors/csstools"
3639 },
3640 {
3641 "type": "opencollective",
3642 "url": "https://opencollective.com/csstools"
3643 }
3644 ],
3645 "license": "MIT",
3646 "engines": {
3647 "node": ">=20.19.0"
3648 },
3649 "peerDependencies": {
3650 "@csstools/css-parser-algorithms": "^4.0.0",
3651 "@csstools/css-tokenizer": "^4.0.0"
3652 }
3653 },
3654 "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/css-color-parser": {
3655 "version": "4.0.1",
3656 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3657 "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3658 "funding": [
3659 {
3660 "type": "github",
3661 "url": "https://github.com/sponsors/csstools"
3662 },
3663 {
3664 "type": "opencollective",
3665 "url": "https://opencollective.com/csstools"
3666 }
3667 ],
3668 "license": "MIT",
3669 "dependencies": {
3670 "@csstools/color-helpers": "^6.0.1",
3671 "@csstools/css-calc": "^3.0.0"
3672 },
3673 "engines": {
3674 "node": ">=20.19.0"
3675 },
3676 "peerDependencies": {
3677 "@csstools/css-parser-algorithms": "^4.0.0",
3678 "@csstools/css-tokenizer": "^4.0.0"
3679 }
3680 },
3681 "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/css-parser-algorithms": {
3682 "version": "4.0.0",
3683 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
3684 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
3685 "funding": [
3686 {
3687 "type": "github",
3688 "url": "https://github.com/sponsors/csstools"
3689 },
3690 {
3691 "type": "opencollective",
3692 "url": "https://opencollective.com/csstools"
3693 }
3694 ],
3695 "license": "MIT",
3696 "engines": {
3697 "node": ">=20.19.0"
3698 },
3699 "peerDependencies": {
3700 "@csstools/css-tokenizer": "^4.0.0"
3701 }
3702 },
3703 "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/css-tokenizer": {
3704 "version": "4.0.0",
3705 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
3706 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
3707 "funding": [
3708 {
3709 "type": "github",
3710 "url": "https://github.com/sponsors/csstools"
3711 },
3712 {
3713 "type": "opencollective",
3714 "url": "https://opencollective.com/csstools"
3715 }
3716 ],
3717 "license": "MIT",
3718 "engines": {
3719 "node": ">=20.19.0"
3720 }
3721 },
3722 "node_modules/@csstools/postcss-color-mix-variadic-function-arguments": {
3723 "version": "2.0.1",
3724 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-2.0.1.tgz",
3725 "integrity": "sha512-PV5nv9EHsEsvC5GlVqAHa1PznP/qZxFAIABImrkGJUbSoFUTwpnPch/dYSKw52CQ0aNnwCqMHoM29wDwmpVLqw==",
3726 "funding": [
3727 {
3728 "type": "github",
3729 "url": "https://github.com/sponsors/csstools"
3730 },
3731 {
3732 "type": "opencollective",
3733 "url": "https://opencollective.com/csstools"
3734 }
3735 ],
3736 "license": "MIT-0",
3737 "dependencies": {
3738 "@csstools/css-color-parser": "^4.0.1",
3739 "@csstools/css-parser-algorithms": "^4.0.0",
3740 "@csstools/css-tokenizer": "^4.0.0",
3741 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
3742 "@csstools/utilities": "^3.0.0"
3743 },
3744 "engines": {
3745 "node": ">=20.19.0"
3746 },
3747 "peerDependencies": {
3748 "postcss": "^8.4"
3749 }
3750 },
3751 "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/color-helpers": {
3752 "version": "6.0.1",
3753 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3754 "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3755 "funding": [
3756 {
3757 "type": "github",
3758 "url": "https://github.com/sponsors/csstools"
3759 },
3760 {
3761 "type": "opencollective",
3762 "url": "https://opencollective.com/csstools"
3763 }
3764 ],
3765 "license": "MIT-0",
3766 "engines": {
3767 "node": ">=20.19.0"
3768 }
3769 },
3770 "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/css-calc": {
3771 "version": "3.0.0",
3772 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
3773 "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
3774 "funding": [
3775 {
3776 "type": "github",
3777 "url": "https://github.com/sponsors/csstools"
3778 },
3779 {
3780 "type": "opencollective",
3781 "url": "https://opencollective.com/csstools"
3782 }
3783 ],
3784 "license": "MIT",
3785 "engines": {
3786 "node": ">=20.19.0"
3787 },
3788 "peerDependencies": {
3789 "@csstools/css-parser-algorithms": "^4.0.0",
3790 "@csstools/css-tokenizer": "^4.0.0"
3791 }
3792 },
3793 "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/css-color-parser": {
3794 "version": "4.0.1",
3795 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3796 "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3797 "funding": [
3798 {
3799 "type": "github",
3800 "url": "https://github.com/sponsors/csstools"
3801 },
3802 {
3803 "type": "opencollective",
3804 "url": "https://opencollective.com/csstools"
3805 }
3806 ],
3807 "license": "MIT",
3808 "dependencies": {
3809 "@csstools/color-helpers": "^6.0.1",
3810 "@csstools/css-calc": "^3.0.0"
3811 },
3812 "engines": {
3813 "node": ">=20.19.0"
3814 },
3815 "peerDependencies": {
3816 "@csstools/css-parser-algorithms": "^4.0.0",
3817 "@csstools/css-tokenizer": "^4.0.0"
3818 }
3819 },
3820 "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/css-parser-algorithms": {
3821 "version": "4.0.0",
3822 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
3823 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
3824 "funding": [
3825 {
3826 "type": "github",
3827 "url": "https://github.com/sponsors/csstools"
3828 },
3829 {
3830 "type": "opencollective",
3831 "url": "https://opencollective.com/csstools"
3832 }
3833 ],
3834 "license": "MIT",
3835 "engines": {
3836 "node": ">=20.19.0"
3837 },
3838 "peerDependencies": {
3839 "@csstools/css-tokenizer": "^4.0.0"
3840 }
3841 },
3842 "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/css-tokenizer": {
3843 "version": "4.0.0",
3844 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
3845 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
3846 "funding": [
3847 {
3848 "type": "github",
3849 "url": "https://github.com/sponsors/csstools"
3850 },
3851 {
3852 "type": "opencollective",
3853 "url": "https://opencollective.com/csstools"
3854 }
3855 ],
3856 "license": "MIT",
3857 "engines": {
3858 "node": ">=20.19.0"
3859 }
3860 },
3861 "node_modules/@csstools/postcss-content-alt-text": {
3862 "version": "3.0.0",
3863 "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-3.0.0.tgz",
3864 "integrity": "sha512-OHa+4aCcrJtHpPWB3zptScHwpS1TUbeLR4uO0ntIz0Su/zw9SoWkVu+tDMSySSAsNtNSI3kut4fTliFwIsrHxA==",
3865 "funding": [
3866 {
3867 "type": "github",
3868 "url": "https://github.com/sponsors/csstools"
3869 },
3870 {
3871 "type": "opencollective",
3872 "url": "https://opencollective.com/csstools"
3873 }
3874 ],
3875 "license": "MIT-0",
3876 "dependencies": {
3877 "@csstools/css-parser-algorithms": "^4.0.0",
3878 "@csstools/css-tokenizer": "^4.0.0",
3879 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
3880 "@csstools/utilities": "^3.0.0"
3881 },
3882 "engines": {
3883 "node": ">=20.19.0"
3884 },
3885 "peerDependencies": {
3886 "postcss": "^8.4"
3887 }
3888 },
3889 "node_modules/@csstools/postcss-content-alt-text/node_modules/@csstools/css-parser-algorithms": {
3890 "version": "4.0.0",
3891 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
3892 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
3893 "funding": [
3894 {
3895 "type": "github",
3896 "url": "https://github.com/sponsors/csstools"
3897 },
3898 {
3899 "type": "opencollective",
3900 "url": "https://opencollective.com/csstools"
3901 }
3902 ],
3903 "license": "MIT",
3904 "engines": {
3905 "node": ">=20.19.0"
3906 },
3907 "peerDependencies": {
3908 "@csstools/css-tokenizer": "^4.0.0"
3909 }
3910 },
3911 "node_modules/@csstools/postcss-content-alt-text/node_modules/@csstools/css-tokenizer": {
3912 "version": "4.0.0",
3913 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
3914 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
3915 "funding": [
3916 {
3917 "type": "github",
3918 "url": "https://github.com/sponsors/csstools"
3919 },
3920 {
3921 "type": "opencollective",
3922 "url": "https://opencollective.com/csstools"
3923 }
3924 ],
3925 "license": "MIT",
3926 "engines": {
3927 "node": ">=20.19.0"
3928 }
3929 },
3930 "node_modules/@csstools/postcss-contrast-color-function": {
3931 "version": "3.0.1",
3932 "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-3.0.1.tgz",
3933 "integrity": "sha512-Zy2gyAPsUyoAUkmBjLbWcXJhglM+toBRpNegyJc/LTHpSpIbMKVmByGQ+VSw01E1Pov8Dk/fgEs9hd11xtGC8g==",
3934 "funding": [
3935 {
3936 "type": "github",
3937 "url": "https://github.com/sponsors/csstools"
3938 },
3939 {
3940 "type": "opencollective",
3941 "url": "https://opencollective.com/csstools"
3942 }
3943 ],
3944 "license": "MIT-0",
3945 "dependencies": {
3946 "@csstools/css-color-parser": "^4.0.1",
3947 "@csstools/css-parser-algorithms": "^4.0.0",
3948 "@csstools/css-tokenizer": "^4.0.0",
3949 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
3950 "@csstools/utilities": "^3.0.0"
3951 },
3952 "engines": {
3953 "node": ">=20.19.0"
3954 },
3955 "peerDependencies": {
3956 "postcss": "^8.4"
3957 }
3958 },
3959 "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/color-helpers": {
3960 "version": "6.0.1",
3961 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3962 "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3963 "funding": [
3964 {
3965 "type": "github",
3966 "url": "https://github.com/sponsors/csstools"
3967 },
3968 {
3969 "type": "opencollective",
3970 "url": "https://opencollective.com/csstools"
3971 }
3972 ],
3973 "license": "MIT-0",
3974 "engines": {
3975 "node": ">=20.19.0"
3976 }
3977 },
3978 "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/css-calc": {
3979 "version": "3.0.0",
3980 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
3981 "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
3982 "funding": [
3983 {
3984 "type": "github",
3985 "url": "https://github.com/sponsors/csstools"
3986 },
3987 {
3988 "type": "opencollective",
3989 "url": "https://opencollective.com/csstools"
3990 }
3991 ],
3992 "license": "MIT",
3993 "engines": {
3994 "node": ">=20.19.0"
3995 },
3996 "peerDependencies": {
3997 "@csstools/css-parser-algorithms": "^4.0.0",
3998 "@csstools/css-tokenizer": "^4.0.0"
3999 }
4000 },
4001 "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/css-color-parser": {
4002 "version": "4.0.1",
4003 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4004 "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4005 "funding": [
4006 {
4007 "type": "github",
4008 "url": "https://github.com/sponsors/csstools"
4009 },
4010 {
4011 "type": "opencollective",
4012 "url": "https://opencollective.com/csstools"
4013 }
4014 ],
4015 "license": "MIT",
4016 "dependencies": {
4017 "@csstools/color-helpers": "^6.0.1",
4018 "@csstools/css-calc": "^3.0.0"
4019 },
4020 "engines": {
4021 "node": ">=20.19.0"
4022 },
4023 "peerDependencies": {
4024 "@csstools/css-parser-algorithms": "^4.0.0",
4025 "@csstools/css-tokenizer": "^4.0.0"
4026 }
4027 },
4028 "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/css-parser-algorithms": {
4029 "version": "4.0.0",
4030 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4031 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4032 "funding": [
4033 {
4034 "type": "github",
4035 "url": "https://github.com/sponsors/csstools"
4036 },
4037 {
4038 "type": "opencollective",
4039 "url": "https://opencollective.com/csstools"
4040 }
4041 ],
4042 "license": "MIT",
4043 "engines": {
4044 "node": ">=20.19.0"
4045 },
4046 "peerDependencies": {
4047 "@csstools/css-tokenizer": "^4.0.0"
4048 }
4049 },
4050 "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/css-tokenizer": {
4051 "version": "4.0.0",
4052 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4053 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4054 "funding": [
4055 {
4056 "type": "github",
4057 "url": "https://github.com/sponsors/csstools"
4058 },
4059 {
4060 "type": "opencollective",
4061 "url": "https://opencollective.com/csstools"
4062 }
4063 ],
4064 "license": "MIT",
4065 "engines": {
4066 "node": ">=20.19.0"
4067 }
4068 },
4069 "node_modules/@csstools/postcss-exponential-functions": {
4070 "version": "3.0.0",
4071 "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-3.0.0.tgz",
4072 "integrity": "sha512-KCtnlZw1VrDCAbYxE44rUHONYAkjhh0/iS5T3L2K5OHuvoSEvxDjJO82pRwTmsRxVtSiC+syPjx2k2xsqHOM7w==",
4073 "funding": [
4074 {
4075 "type": "github",
4076 "url": "https://github.com/sponsors/csstools"
4077 },
4078 {
4079 "type": "opencollective",
4080 "url": "https://opencollective.com/csstools"
4081 }
4082 ],
4083 "license": "MIT-0",
4084 "dependencies": {
4085 "@csstools/css-calc": "^3.0.0",
4086 "@csstools/css-parser-algorithms": "^4.0.0",
4087 "@csstools/css-tokenizer": "^4.0.0"
4088 },
4089 "engines": {
4090 "node": ">=20.19.0"
4091 },
4092 "peerDependencies": {
4093 "postcss": "^8.4"
4094 }
4095 },
4096 "node_modules/@csstools/postcss-exponential-functions/node_modules/@csstools/css-calc": {
4097 "version": "3.0.0",
4098 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
4099 "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
4100 "funding": [
4101 {
4102 "type": "github",
4103 "url": "https://github.com/sponsors/csstools"
4104 },
4105 {
4106 "type": "opencollective",
4107 "url": "https://opencollective.com/csstools"
4108 }
4109 ],
4110 "license": "MIT",
4111 "engines": {
4112 "node": ">=20.19.0"
4113 },
4114 "peerDependencies": {
4115 "@csstools/css-parser-algorithms": "^4.0.0",
4116 "@csstools/css-tokenizer": "^4.0.0"
4117 }
4118 },
4119 "node_modules/@csstools/postcss-exponential-functions/node_modules/@csstools/css-parser-algorithms": {
4120 "version": "4.0.0",
4121 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4122 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4123 "funding": [
4124 {
4125 "type": "github",
4126 "url": "https://github.com/sponsors/csstools"
4127 },
4128 {
4129 "type": "opencollective",
4130 "url": "https://opencollective.com/csstools"
4131 }
4132 ],
4133 "license": "MIT",
4134 "engines": {
4135 "node": ">=20.19.0"
4136 },
4137 "peerDependencies": {
4138 "@csstools/css-tokenizer": "^4.0.0"
4139 }
4140 },
4141 "node_modules/@csstools/postcss-exponential-functions/node_modules/@csstools/css-tokenizer": {
4142 "version": "4.0.0",
4143 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4144 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4145 "funding": [
4146 {
4147 "type": "github",
4148 "url": "https://github.com/sponsors/csstools"
4149 },
4150 {
4151 "type": "opencollective",
4152 "url": "https://opencollective.com/csstools"
4153 }
4154 ],
4155 "license": "MIT",
4156 "engines": {
4157 "node": ">=20.19.0"
4158 }
4159 },
4160 "node_modules/@csstools/postcss-font-format-keywords": {
4161 "version": "5.0.0",
4162 "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-5.0.0.tgz",
4163 "integrity": "sha512-M1EjCe/J3u8fFhOZgRci74cQhJ7R0UFBX6T+WqoEvjrr8hVfMiV+HTYrzxLY5OW8YllvXYr5Q5t5OvJbsUSeDg==",
4164 "funding": [
4165 {
4166 "type": "github",
4167 "url": "https://github.com/sponsors/csstools"
4168 },
4169 {
4170 "type": "opencollective",
4171 "url": "https://opencollective.com/csstools"
4172 }
4173 ],
4174 "license": "MIT-0",
4175 "dependencies": {
4176 "@csstools/utilities": "^3.0.0",
4177 "postcss-value-parser": "^4.2.0"
4178 },
4179 "engines": {
4180 "node": ">=20.19.0"
4181 },
4182 "peerDependencies": {
4183 "postcss": "^8.4"
4184 }
4185 },
4186 "node_modules/@csstools/postcss-gamut-mapping": {
4187 "version": "3.0.1",
4188 "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-3.0.1.tgz",
4189 "integrity": "sha512-0S7D+gArVXsgRDxjoNv8g2QlaIi/SegqdlTMgVwowaPSyxaZsVnwrhShvmlpoLOVHmpJfHKGiXzn1Hc1BcZCzQ==",
4190 "funding": [
4191 {
4192 "type": "github",
4193 "url": "https://github.com/sponsors/csstools"
4194 },
4195 {
4196 "type": "opencollective",
4197 "url": "https://opencollective.com/csstools"
4198 }
4199 ],
4200 "license": "MIT-0",
4201 "dependencies": {
4202 "@csstools/css-color-parser": "^4.0.1",
4203 "@csstools/css-parser-algorithms": "^4.0.0",
4204 "@csstools/css-tokenizer": "^4.0.0"
4205 },
4206 "engines": {
4207 "node": ">=20.19.0"
4208 },
4209 "peerDependencies": {
4210 "postcss": "^8.4"
4211 }
4212 },
4213 "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/color-helpers": {
4214 "version": "6.0.1",
4215 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
4216 "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
4217 "funding": [
4218 {
4219 "type": "github",
4220 "url": "https://github.com/sponsors/csstools"
4221 },
4222 {
4223 "type": "opencollective",
4224 "url": "https://opencollective.com/csstools"
4225 }
4226 ],
4227 "license": "MIT-0",
4228 "engines": {
4229 "node": ">=20.19.0"
4230 }
4231 },
4232 "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/css-calc": {
4233 "version": "3.0.0",
4234 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
4235 "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
4236 "funding": [
4237 {
4238 "type": "github",
4239 "url": "https://github.com/sponsors/csstools"
4240 },
4241 {
4242 "type": "opencollective",
4243 "url": "https://opencollective.com/csstools"
4244 }
4245 ],
4246 "license": "MIT",
4247 "engines": {
4248 "node": ">=20.19.0"
4249 },
4250 "peerDependencies": {
4251 "@csstools/css-parser-algorithms": "^4.0.0",
4252 "@csstools/css-tokenizer": "^4.0.0"
4253 }
4254 },
4255 "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/css-color-parser": {
4256 "version": "4.0.1",
4257 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4258 "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4259 "funding": [
4260 {
4261 "type": "github",
4262 "url": "https://github.com/sponsors/csstools"
4263 },
4264 {
4265 "type": "opencollective",
4266 "url": "https://opencollective.com/csstools"
4267 }
4268 ],
4269 "license": "MIT",
4270 "dependencies": {
4271 "@csstools/color-helpers": "^6.0.1",
4272 "@csstools/css-calc": "^3.0.0"
4273 },
4274 "engines": {
4275 "node": ">=20.19.0"
4276 },
4277 "peerDependencies": {
4278 "@csstools/css-parser-algorithms": "^4.0.0",
4279 "@csstools/css-tokenizer": "^4.0.0"
4280 }
4281 },
4282 "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/css-parser-algorithms": {
4283 "version": "4.0.0",
4284 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4285 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4286 "funding": [
4287 {
4288 "type": "github",
4289 "url": "https://github.com/sponsors/csstools"
4290 },
4291 {
4292 "type": "opencollective",
4293 "url": "https://opencollective.com/csstools"
4294 }
4295 ],
4296 "license": "MIT",
4297 "engines": {
4298 "node": ">=20.19.0"
4299 },
4300 "peerDependencies": {
4301 "@csstools/css-tokenizer": "^4.0.0"
4302 }
4303 },
4304 "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/css-tokenizer": {
4305 "version": "4.0.0",
4306 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4307 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4308 "funding": [
4309 {
4310 "type": "github",
4311 "url": "https://github.com/sponsors/csstools"
4312 },
4313 {
4314 "type": "opencollective",
4315 "url": "https://opencollective.com/csstools"
4316 }
4317 ],
4318 "license": "MIT",
4319 "engines": {
4320 "node": ">=20.19.0"
4321 }
4322 },
4323 "node_modules/@csstools/postcss-gradients-interpolation-method": {
4324 "version": "6.0.1",
4325 "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-6.0.1.tgz",
4326 "integrity": "sha512-Y5dxOstuUCdmU1tuEB/EgKxDw+/DAZes4gQeitb/H0S5khmjT24CfbVa/l2ZelNCEEq9KjxqO2cjwDV2vqj62w==",
4327 "funding": [
4328 {
4329 "type": "github",
4330 "url": "https://github.com/sponsors/csstools"
4331 },
4332 {
4333 "type": "opencollective",
4334 "url": "https://opencollective.com/csstools"
4335 }
4336 ],
4337 "license": "MIT-0",
4338 "dependencies": {
4339 "@csstools/css-color-parser": "^4.0.1",
4340 "@csstools/css-parser-algorithms": "^4.0.0",
4341 "@csstools/css-tokenizer": "^4.0.0",
4342 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
4343 "@csstools/utilities": "^3.0.0"
4344 },
4345 "engines": {
4346 "node": ">=20.19.0"
4347 },
4348 "peerDependencies": {
4349 "postcss": "^8.4"
4350 }
4351 },
4352 "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/color-helpers": {
4353 "version": "6.0.1",
4354 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
4355 "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
4356 "funding": [
4357 {
4358 "type": "github",
4359 "url": "https://github.com/sponsors/csstools"
4360 },
4361 {
4362 "type": "opencollective",
4363 "url": "https://opencollective.com/csstools"
4364 }
4365 ],
4366 "license": "MIT-0",
4367 "engines": {
4368 "node": ">=20.19.0"
4369 }
4370 },
4371 "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/css-calc": {
4372 "version": "3.0.0",
4373 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
4374 "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
4375 "funding": [
4376 {
4377 "type": "github",
4378 "url": "https://github.com/sponsors/csstools"
4379 },
4380 {
4381 "type": "opencollective",
4382 "url": "https://opencollective.com/csstools"
4383 }
4384 ],
4385 "license": "MIT",
4386 "engines": {
4387 "node": ">=20.19.0"
4388 },
4389 "peerDependencies": {
4390 "@csstools/css-parser-algorithms": "^4.0.0",
4391 "@csstools/css-tokenizer": "^4.0.0"
4392 }
4393 },
4394 "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/css-color-parser": {
4395 "version": "4.0.1",
4396 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4397 "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4398 "funding": [
4399 {
4400 "type": "github",
4401 "url": "https://github.com/sponsors/csstools"
4402 },
4403 {
4404 "type": "opencollective",
4405 "url": "https://opencollective.com/csstools"
4406 }
4407 ],
4408 "license": "MIT",
4409 "dependencies": {
4410 "@csstools/color-helpers": "^6.0.1",
4411 "@csstools/css-calc": "^3.0.0"
4412 },
4413 "engines": {
4414 "node": ">=20.19.0"
4415 },
4416 "peerDependencies": {
4417 "@csstools/css-parser-algorithms": "^4.0.0",
4418 "@csstools/css-tokenizer": "^4.0.0"
4419 }
4420 },
4421 "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/css-parser-algorithms": {
4422 "version": "4.0.0",
4423 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4424 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4425 "funding": [
4426 {
4427 "type": "github",
4428 "url": "https://github.com/sponsors/csstools"
4429 },
4430 {
4431 "type": "opencollective",
4432 "url": "https://opencollective.com/csstools"
4433 }
4434 ],
4435 "license": "MIT",
4436 "engines": {
4437 "node": ">=20.19.0"
4438 },
4439 "peerDependencies": {
4440 "@csstools/css-tokenizer": "^4.0.0"
4441 }
4442 },
4443 "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/css-tokenizer": {
4444 "version": "4.0.0",
4445 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4446 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4447 "funding": [
4448 {
4449 "type": "github",
4450 "url": "https://github.com/sponsors/csstools"
4451 },
4452 {
4453 "type": "opencollective",
4454 "url": "https://opencollective.com/csstools"
4455 }
4456 ],
4457 "license": "MIT",
4458 "engines": {
4459 "node": ">=20.19.0"
4460 }
4461 },
4462 "node_modules/@csstools/postcss-hwb-function": {
4463 "version": "5.0.1",
4464 "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-5.0.1.tgz",
4465 "integrity": "sha512-9f8TA/B8iEpzF0y4Z6qPVfP9nMp2ti10OFbtyDtoBz3+eK0KPV4CCCjTwYIpPRopLgctFZt7xqmOxA7JgAJEug==",
4466 "funding": [
4467 {
4468 "type": "github",
4469 "url": "https://github.com/sponsors/csstools"
4470 },
4471 {
4472 "type": "opencollective",
4473 "url": "https://opencollective.com/csstools"
4474 }
4475 ],
4476 "license": "MIT-0",
4477 "dependencies": {
4478 "@csstools/css-color-parser": "^4.0.1",
4479 "@csstools/css-parser-algorithms": "^4.0.0",
4480 "@csstools/css-tokenizer": "^4.0.0",
4481 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
4482 "@csstools/utilities": "^3.0.0"
4483 },
4484 "engines": {
4485 "node": ">=20.19.0"
4486 },
4487 "peerDependencies": {
4488 "postcss": "^8.4"
4489 }
4490 },
4491 "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/color-helpers": {
4492 "version": "6.0.1",
4493 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
4494 "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
4495 "funding": [
4496 {
4497 "type": "github",
4498 "url": "https://github.com/sponsors/csstools"
4499 },
4500 {
4501 "type": "opencollective",
4502 "url": "https://opencollective.com/csstools"
4503 }
4504 ],
4505 "license": "MIT-0",
4506 "engines": {
4507 "node": ">=20.19.0"
4508 }
4509 },
4510 "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/css-calc": {
4511 "version": "3.0.0",
4512 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
4513 "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
4514 "funding": [
4515 {
4516 "type": "github",
4517 "url": "https://github.com/sponsors/csstools"
4518 },
4519 {
4520 "type": "opencollective",
4521 "url": "https://opencollective.com/csstools"
4522 }
4523 ],
4524 "license": "MIT",
4525 "engines": {
4526 "node": ">=20.19.0"
4527 },
4528 "peerDependencies": {
4529 "@csstools/css-parser-algorithms": "^4.0.0",
4530 "@csstools/css-tokenizer": "^4.0.0"
4531 }
4532 },
4533 "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/css-color-parser": {
4534 "version": "4.0.1",
4535 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4536 "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4537 "funding": [
4538 {
4539 "type": "github",
4540 "url": "https://github.com/sponsors/csstools"
4541 },
4542 {
4543 "type": "opencollective",
4544 "url": "https://opencollective.com/csstools"
4545 }
4546 ],
4547 "license": "MIT",
4548 "dependencies": {
4549 "@csstools/color-helpers": "^6.0.1",
4550 "@csstools/css-calc": "^3.0.0"
4551 },
4552 "engines": {
4553 "node": ">=20.19.0"
4554 },
4555 "peerDependencies": {
4556 "@csstools/css-parser-algorithms": "^4.0.0",
4557 "@csstools/css-tokenizer": "^4.0.0"
4558 }
4559 },
4560 "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/css-parser-algorithms": {
4561 "version": "4.0.0",
4562 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4563 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4564 "funding": [
4565 {
4566 "type": "github",
4567 "url": "https://github.com/sponsors/csstools"
4568 },
4569 {
4570 "type": "opencollective",
4571 "url": "https://opencollective.com/csstools"
4572 }
4573 ],
4574 "license": "MIT",
4575 "engines": {
4576 "node": ">=20.19.0"
4577 },
4578 "peerDependencies": {
4579 "@csstools/css-tokenizer": "^4.0.0"
4580 }
4581 },
4582 "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/css-tokenizer": {
4583 "version": "4.0.0",
4584 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4585 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4586 "funding": [
4587 {
4588 "type": "github",
4589 "url": "https://github.com/sponsors/csstools"
4590 },
4591 {
4592 "type": "opencollective",
4593 "url": "https://opencollective.com/csstools"
4594 }
4595 ],
4596 "license": "MIT",
4597 "engines": {
4598 "node": ">=20.19.0"
4599 }
4600 },
4601 "node_modules/@csstools/postcss-ic-unit": {
4602 "version": "5.0.0",
4603 "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-5.0.0.tgz",
4604 "integrity": "sha512-/ws5d6c4uKqfM9zIL3ugcGI+3fvZEOOkJHNzAyTAGJIdZ+aSL9BVPNlHGV4QzmL0vqBSCOdU3+rhcMEj3+KzYw==",
4605 "funding": [
4606 {
4607 "type": "github",
4608 "url": "https://github.com/sponsors/csstools"
4609 },
4610 {
4611 "type": "opencollective",
4612 "url": "https://opencollective.com/csstools"
4613 }
4614 ],
4615 "license": "MIT-0",
4616 "dependencies": {
4617 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
4618 "@csstools/utilities": "^3.0.0",
4619 "postcss-value-parser": "^4.2.0"
4620 },
4621 "engines": {
4622 "node": ">=20.19.0"
4623 },
4624 "peerDependencies": {
4625 "postcss": "^8.4"
4626 }
4627 },
4628 "node_modules/@csstools/postcss-initial": {
4629 "version": "3.0.0",
4630 "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-3.0.0.tgz",
4631 "integrity": "sha512-UVUrFmrTQyLomVepnjWlbBg7GoscLmXLwYFyjbcEnmpeGW7wde6lNpx5eM3eVwZI2M+7hCE3ykYnAsEPLcLa+Q==",
4632 "funding": [
4633 {
4634 "type": "github",
4635 "url": "https://github.com/sponsors/csstools"
4636 },
4637 {
4638 "type": "opencollective",
4639 "url": "https://opencollective.com/csstools"
4640 }
4641 ],
4642 "license": "MIT-0",
4643 "engines": {
4644 "node": ">=20.19.0"
4645 },
4646 "peerDependencies": {
4647 "postcss": "^8.4"
4648 }
4649 },
4650 "node_modules/@csstools/postcss-is-pseudo-class": {
4651 "version": "6.0.0",
4652 "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-6.0.0.tgz",
4653 "integrity": "sha512-1Hdy/ykg9RDo8vU8RiM2o+RaXO39WpFPaIkHxlAEJFofle/lc33tdQMKhBk3jR/Fe+uZNLOs3HlowFafyFptVw==",
4654 "funding": [
4655 {
4656 "type": "github",
4657 "url": "https://github.com/sponsors/csstools"
4658 },
4659 {
4660 "type": "opencollective",
4661 "url": "https://opencollective.com/csstools"
4662 }
4663 ],
4664 "license": "MIT-0",
4665 "dependencies": {
4666 "@csstools/selector-specificity": "^6.0.0",
4667 "postcss-selector-parser": "^7.1.1"
4668 },
4669 "engines": {
4670 "node": ">=20.19.0"
4671 },
4672 "peerDependencies": {
4673 "postcss": "^8.4"
4674 }
4675 },
4676 "node_modules/@csstools/postcss-is-pseudo-class/node_modules/postcss-selector-parser": {
4677 "version": "7.1.1",
4678 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
4679 "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
4680 "license": "MIT",
4681 "dependencies": {
4682 "cssesc": "^3.0.0",
4683 "util-deprecate": "^1.0.2"
4684 },
4685 "engines": {
4686 "node": ">=4"
4687 }
4688 },
4689 "node_modules/@csstools/postcss-light-dark-function": {
4690 "version": "3.0.0",
4691 "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-3.0.0.tgz",
4692 "integrity": "sha512-s++V5/hYazeRUCYIn2lsBVzUsxdeC46gtwpgW6lu5U/GlPOS5UTDT14kkEyPgXmFbCvaWLREqV7YTMJq1K3G6w==",
4693 "funding": [
4694 {
4695 "type": "github",
4696 "url": "https://github.com/sponsors/csstools"
4697 },
4698 {
4699 "type": "opencollective",
4700 "url": "https://opencollective.com/csstools"
4701 }
4702 ],
4703 "license": "MIT-0",
4704 "dependencies": {
4705 "@csstools/css-parser-algorithms": "^4.0.0",
4706 "@csstools/css-tokenizer": "^4.0.0",
4707 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
4708 "@csstools/utilities": "^3.0.0"
4709 },
4710 "engines": {
4711 "node": ">=20.19.0"
4712 },
4713 "peerDependencies": {
4714 "postcss": "^8.4"
4715 }
4716 },
4717 "node_modules/@csstools/postcss-light-dark-function/node_modules/@csstools/css-parser-algorithms": {
4718 "version": "4.0.0",
4719 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4720 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4721 "funding": [
4722 {
4723 "type": "github",
4724 "url": "https://github.com/sponsors/csstools"
4725 },
4726 {
4727 "type": "opencollective",
4728 "url": "https://opencollective.com/csstools"
4729 }
4730 ],
4731 "license": "MIT",
4732 "engines": {
4733 "node": ">=20.19.0"
4734 },
4735 "peerDependencies": {
4736 "@csstools/css-tokenizer": "^4.0.0"
4737 }
4738 },
4739 "node_modules/@csstools/postcss-light-dark-function/node_modules/@csstools/css-tokenizer": {
4740 "version": "4.0.0",
4741 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4742 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4743 "funding": [
4744 {
4745 "type": "github",
4746 "url": "https://github.com/sponsors/csstools"
4747 },
4748 {
4749 "type": "opencollective",
4750 "url": "https://opencollective.com/csstools"
4751 }
4752 ],
4753 "license": "MIT",
4754 "engines": {
4755 "node": ">=20.19.0"
4756 }
4757 },
4758 "node_modules/@csstools/postcss-logical-float-and-clear": {
4759 "version": "4.0.0",
4760 "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-4.0.0.tgz",
4761 "integrity": "sha512-NGzdIRVj/VxOa/TjVdkHeyiJoDihONV0+uB0csUdgWbFFr8xndtfqK8iIGP9IKJzco+w0hvBF2SSk2sDSTAnOQ==",
4762 "funding": [
4763 {
4764 "type": "github",
4765 "url": "https://github.com/sponsors/csstools"
4766 },
4767 {
4768 "type": "opencollective",
4769 "url": "https://opencollective.com/csstools"
4770 }
4771 ],
4772 "license": "MIT-0",
4773 "engines": {
4774 "node": ">=20.19.0"
4775 },
4776 "peerDependencies": {
4777 "postcss": "^8.4"
4778 }
4779 },
4780 "node_modules/@csstools/postcss-logical-overflow": {
4781 "version": "3.0.0",
4782 "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-3.0.0.tgz",
4783 "integrity": "sha512-5cRg93QXVskM0MNepHpPcL0WLSf5Hncky0DrFDQY/4ozbH5lH7SX5ejayVpNTGSX7IpOvu7ykQDLOdMMGYzwpA==",
4784 "funding": [
4785 {
4786 "type": "github",
4787 "url": "https://github.com/sponsors/csstools"
4788 },
4789 {
4790 "type": "opencollective",
4791 "url": "https://opencollective.com/csstools"
4792 }
4793 ],
4794 "license": "MIT-0",
4795 "engines": {
4796 "node": ">=20.19.0"
4797 },
4798 "peerDependencies": {
4799 "postcss": "^8.4"
4800 }
4801 },
4802 "node_modules/@csstools/postcss-logical-overscroll-behavior": {
4803 "version": "3.0.0",
4804 "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-3.0.0.tgz",
4805 "integrity": "sha512-82Jnl/5Wi5jb19nQE1XlBHrZcNL3PzOgcj268cDkfwf+xi10HBqufGo1Unwf5n8bbbEFhEKgyQW+vFsc9iY1jw==",
4806 "funding": [
4807 {
4808 "type": "github",
4809 "url": "https://github.com/sponsors/csstools"
4810 },
4811 {
4812 "type": "opencollective",
4813 "url": "https://opencollective.com/csstools"
4814 }
4815 ],
4816 "license": "MIT-0",
4817 "engines": {
4818 "node": ">=20.19.0"
4819 },
4820 "peerDependencies": {
4821 "postcss": "^8.4"
4822 }
4823 },
4824 "node_modules/@csstools/postcss-logical-resize": {
4825 "version": "4.0.0",
4826 "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-4.0.0.tgz",
4827 "integrity": "sha512-L0T3q0gei/tGetCGZU0c7VN77VTivRpz1YZRNxjXYmW+85PKeI6U9YnSvDqLU2vBT2uN4kLEzfgZ0ThIZpN18A==",
4828 "funding": [
4829 {
4830 "type": "github",
4831 "url": "https://github.com/sponsors/csstools"
4832 },
4833 {
4834 "type": "opencollective",
4835 "url": "https://opencollective.com/csstools"
4836 }
4837 ],
4838 "license": "MIT-0",
4839 "dependencies": {
4840 "postcss-value-parser": "^4.2.0"
4841 },
4842 "engines": {
4843 "node": ">=20.19.0"
4844 },
4845 "peerDependencies": {
4846 "postcss": "^8.4"
4847 }
4848 },
4849 "node_modules/@csstools/postcss-logical-viewport-units": {
4850 "version": "4.0.0",
4851 "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-4.0.0.tgz",
4852 "integrity": "sha512-TA3AqVN/1IH3dKRC2UUWvprvwyOs2IeD7FDZk5Hz20w4q33yIuSg0i0gjyTUkcn90g8A4n7QpyZ2AgBrnYPnnA==",
4853 "funding": [
4854 {
4855 "type": "github",
4856 "url": "https://github.com/sponsors/csstools"
4857 },
4858 {
4859 "type": "opencollective",
4860 "url": "https://opencollective.com/csstools"
4861 }
4862 ],
4863 "license": "MIT-0",
4864 "dependencies": {
4865 "@csstools/css-tokenizer": "^4.0.0",
4866 "@csstools/utilities": "^3.0.0"
4867 },
4868 "engines": {
4869 "node": ">=20.19.0"
4870 },
4871 "peerDependencies": {
4872 "postcss": "^8.4"
4873 }
4874 },
4875 "node_modules/@csstools/postcss-logical-viewport-units/node_modules/@csstools/css-tokenizer": {
4876 "version": "4.0.0",
4877 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4878 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4879 "funding": [
4880 {
4881 "type": "github",
4882 "url": "https://github.com/sponsors/csstools"
4883 },
4884 {
4885 "type": "opencollective",
4886 "url": "https://opencollective.com/csstools"
4887 }
4888 ],
4889 "license": "MIT",
4890 "engines": {
4891 "node": ">=20.19.0"
4892 }
4893 },
4894 "node_modules/@csstools/postcss-media-minmax": {
4895 "version": "3.0.0",
4896 "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-3.0.0.tgz",
4897 "integrity": "sha512-42szvyZ/oqG7NSvBQOGq1IaJaHR6mr/iXqqjW8/JuIajIHRs9HcJR5ExC4vbyCqk+fr7/DIOhm5ZrELBytLDsw==",
4898 "funding": [
4899 {
4900 "type": "github",
4901 "url": "https://github.com/sponsors/csstools"
4902 },
4903 {
4904 "type": "opencollective",
4905 "url": "https://opencollective.com/csstools"
4906 }
4907 ],
4908 "license": "MIT",
4909 "dependencies": {
4910 "@csstools/css-calc": "^3.0.0",
4911 "@csstools/css-parser-algorithms": "^4.0.0",
4912 "@csstools/css-tokenizer": "^4.0.0",
4913 "@csstools/media-query-list-parser": "^5.0.0"
4914 },
4915 "engines": {
4916 "node": ">=20.19.0"
4917 },
4918 "peerDependencies": {
4919 "postcss": "^8.4"
4920 }
4921 },
4922 "node_modules/@csstools/postcss-media-minmax/node_modules/@csstools/css-calc": {
4923 "version": "3.0.0",
4924 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
4925 "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
4926 "funding": [
4927 {
4928 "type": "github",
4929 "url": "https://github.com/sponsors/csstools"
4930 },
4931 {
4932 "type": "opencollective",
4933 "url": "https://opencollective.com/csstools"
4934 }
4935 ],
4936 "license": "MIT",
4937 "engines": {
4938 "node": ">=20.19.0"
4939 },
4940 "peerDependencies": {
4941 "@csstools/css-parser-algorithms": "^4.0.0",
4942 "@csstools/css-tokenizer": "^4.0.0"
4943 }
4944 },
4945 "node_modules/@csstools/postcss-media-minmax/node_modules/@csstools/css-parser-algorithms": {
4946 "version": "4.0.0",
4947 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4948 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4949 "funding": [
4950 {
4951 "type": "github",
4952 "url": "https://github.com/sponsors/csstools"
4953 },
4954 {
4955 "type": "opencollective",
4956 "url": "https://opencollective.com/csstools"
4957 }
4958 ],
4959 "license": "MIT",
4960 "engines": {
4961 "node": ">=20.19.0"
4962 },
4963 "peerDependencies": {
4964 "@csstools/css-tokenizer": "^4.0.0"
4965 }
4966 },
4967 "node_modules/@csstools/postcss-media-minmax/node_modules/@csstools/css-tokenizer": {
4968 "version": "4.0.0",
4969 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4970 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4971 "funding": [
4972 {
4973 "type": "github",
4974 "url": "https://github.com/sponsors/csstools"
4975 },
4976 {
4977 "type": "opencollective",
4978 "url": "https://opencollective.com/csstools"
4979 }
4980 ],
4981 "license": "MIT",
4982 "engines": {
4983 "node": ">=20.19.0"
4984 }
4985 },
4986 "node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": {
4987 "version": "4.0.0",
4988 "resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-4.0.0.tgz",
4989 "integrity": "sha512-FDdC3lbrj8Vr0SkGIcSLTcRB7ApG6nlJFxOxkEF2C5hIZC1jtgjISFSGn/WjFdVkn8Dqe+Vx9QXI3axS2w1XHw==",
4990 "funding": [
4991 {
4992 "type": "github",
4993 "url": "https://github.com/sponsors/csstools"
4994 },
4995 {
4996 "type": "opencollective",
4997 "url": "https://opencollective.com/csstools"
4998 }
4999 ],
5000 "license": "MIT-0",
Showing first 5,000 of 46,914 lines. View raw