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