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.14.6",
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.1",
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.1.8",
64 "eslint-config-react-app": "^7.0.1",
65 "eslint-import-resolver-typescript": "^4.2.2",
66 "eslint-import-resolver-webpack": "^0.13.8",
67 "eslint-mdx": "^3.1.3",
68 "eslint-plugin-github": "^6.0.0",
69 "eslint-plugin-import": "^2.29.1",
70 "eslint-plugin-jsx-a11y": "^6.8.0",
71 "eslint-plugin-mdx": "^3.1.3",
72 "eslint-plugin-node": "^11.1.0",
73 "eslint-plugin-prettier": "^5.1.2",
74 "eslint-plugin-primer-react": "^8.0.0",
75 "eslint-plugin-promise": "^7.0.0",
76 "eslint-plugin-react": "^7.33.2",
77 "eslint-plugin-react-hooks": "^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.1",
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.3",
184 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
185 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
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.28.4",
2619 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
2620 "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/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 "license": "MIT"
2643 },
2644 "node_modules/@builder.io/partytown": {
2645 "version": "0.7.6",
2646 "resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.7.6.tgz",
2647 "integrity": "sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==",
2648 "license": "MIT",
2649 "bin": {
2650 "partytown": "bin/partytown.cjs"
2651 }
2652 },
2653 "node_modules/@commitlint/cli": {
2654 "version": "19.6.1",
2655 "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.6.1.tgz",
2656 "integrity": "sha512-8hcyA6ZoHwWXC76BoC8qVOSr8xHy00LZhZpauiD0iO0VYbVhMnED0da85lTfIULxl7Lj4c6vZgF0Wu/ed1+jlQ==",
2657 "dev": true,
2658 "license": "MIT",
2659 "dependencies": {
2660 "@commitlint/format": "^19.5.0",
2661 "@commitlint/lint": "^19.6.0",
2662 "@commitlint/load": "^19.6.1",
2663 "@commitlint/read": "^19.5.0",
2664 "@commitlint/types": "^19.5.0",
2665 "tinyexec": "^0.3.0",
2666 "yargs": "^17.0.0"
2667 },
2668 "bin": {
2669 "commitlint": "cli.js"
2670 },
2671 "engines": {
2672 "node": ">=v18"
2673 }
2674 },
2675 "node_modules/@commitlint/config-conventional": {
2676 "version": "19.6.0",
2677 "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.6.0.tgz",
2678 "integrity": "sha512-DJT40iMnTYtBtUfw9ApbsLZFke1zKh6llITVJ+x9mtpHD08gsNXaIRqHTmwTZL3dNX5+WoyK7pCN/5zswvkBCQ==",
2679 "dev": true,
2680 "license": "MIT",
2681 "dependencies": {
2682 "@commitlint/types": "^19.5.0",
2683 "conventional-changelog-conventionalcommits": "^7.0.2"
2684 },
2685 "engines": {
2686 "node": ">=v18"
2687 }
2688 },
2689 "node_modules/@commitlint/config-validator": {
2690 "version": "19.5.0",
2691 "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.5.0.tgz",
2692 "integrity": "sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==",
2693 "dev": true,
2694 "license": "MIT",
2695 "dependencies": {
2696 "@commitlint/types": "^19.5.0",
2697 "ajv": "^8.11.0"
2698 },
2699 "engines": {
2700 "node": ">=v18"
2701 }
2702 },
2703 "node_modules/@commitlint/ensure": {
2704 "version": "19.5.0",
2705 "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.5.0.tgz",
2706 "integrity": "sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==",
2707 "dev": true,
2708 "license": "MIT",
2709 "dependencies": {
2710 "@commitlint/types": "^19.5.0",
2711 "lodash.camelcase": "^4.3.0",
2712 "lodash.kebabcase": "^4.1.1",
2713 "lodash.snakecase": "^4.1.1",
2714 "lodash.startcase": "^4.4.0",
2715 "lodash.upperfirst": "^4.3.1"
2716 },
2717 "engines": {
2718 "node": ">=v18"
2719 }
2720 },
2721 "node_modules/@commitlint/execute-rule": {
2722 "version": "19.5.0",
2723 "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.5.0.tgz",
2724 "integrity": "sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==",
2725 "dev": true,
2726 "license": "MIT",
2727 "engines": {
2728 "node": ">=v18"
2729 }
2730 },
2731 "node_modules/@commitlint/format": {
2732 "version": "19.5.0",
2733 "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.5.0.tgz",
2734 "integrity": "sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==",
2735 "dev": true,
2736 "license": "MIT",
2737 "dependencies": {
2738 "@commitlint/types": "^19.5.0",
2739 "chalk": "^5.3.0"
2740 },
2741 "engines": {
2742 "node": ">=v18"
2743 }
2744 },
2745 "node_modules/@commitlint/is-ignored": {
2746 "version": "19.6.0",
2747 "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.6.0.tgz",
2748 "integrity": "sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==",
2749 "dev": true,
2750 "license": "MIT",
2751 "dependencies": {
2752 "@commitlint/types": "^19.5.0",
2753 "semver": "^7.6.0"
2754 },
2755 "engines": {
2756 "node": ">=v18"
2757 }
2758 },
2759 "node_modules/@commitlint/lint": {
2760 "version": "19.6.0",
2761 "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.6.0.tgz",
2762 "integrity": "sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==",
2763 "dev": true,
2764 "license": "MIT",
2765 "dependencies": {
2766 "@commitlint/is-ignored": "^19.6.0",
2767 "@commitlint/parse": "^19.5.0",
2768 "@commitlint/rules": "^19.6.0",
2769 "@commitlint/types": "^19.5.0"
2770 },
2771 "engines": {
2772 "node": ">=v18"
2773 }
2774 },
2775 "node_modules/@commitlint/load": {
2776 "version": "19.6.1",
2777 "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.6.1.tgz",
2778 "integrity": "sha512-kE4mRKWWNju2QpsCWt428XBvUH55OET2N4QKQ0bF85qS/XbsRGG1MiTByDNlEVpEPceMkDr46LNH95DtRwcsfA==",
2779 "dev": true,
2780 "license": "MIT",
2781 "dependencies": {
2782 "@commitlint/config-validator": "^19.5.0",
2783 "@commitlint/execute-rule": "^19.5.0",
2784 "@commitlint/resolve-extends": "^19.5.0",
2785 "@commitlint/types": "^19.5.0",
2786 "chalk": "^5.3.0",
2787 "cosmiconfig": "^9.0.0",
2788 "cosmiconfig-typescript-loader": "^6.1.0",
2789 "lodash.isplainobject": "^4.0.6",
2790 "lodash.merge": "^4.6.2",
2791 "lodash.uniq": "^4.5.0"
2792 },
2793 "engines": {
2794 "node": ">=v18"
2795 }
2796 },
2797 "node_modules/@commitlint/message": {
2798 "version": "19.5.0",
2799 "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.5.0.tgz",
2800 "integrity": "sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==",
2801 "dev": true,
2802 "license": "MIT",
2803 "engines": {
2804 "node": ">=v18"
2805 }
2806 },
2807 "node_modules/@commitlint/parse": {
2808 "version": "19.5.0",
2809 "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.5.0.tgz",
2810 "integrity": "sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==",
2811 "dev": true,
2812 "license": "MIT",
2813 "dependencies": {
2814 "@commitlint/types": "^19.5.0",
2815 "conventional-changelog-angular": "^7.0.0",
2816 "conventional-commits-parser": "^5.0.0"
2817 },
2818 "engines": {
2819 "node": ">=v18"
2820 }
2821 },
2822 "node_modules/@commitlint/read": {
2823 "version": "19.5.0",
2824 "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.5.0.tgz",
2825 "integrity": "sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==",
2826 "dev": true,
2827 "license": "MIT",
2828 "dependencies": {
2829 "@commitlint/top-level": "^19.5.0",
2830 "@commitlint/types": "^19.5.0",
2831 "git-raw-commits": "^4.0.0",
2832 "minimist": "^1.2.8",
2833 "tinyexec": "^0.3.0"
2834 },
2835 "engines": {
2836 "node": ">=v18"
2837 }
2838 },
2839 "node_modules/@commitlint/resolve-extends": {
2840 "version": "19.5.0",
2841 "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.5.0.tgz",
2842 "integrity": "sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==",
2843 "dev": true,
2844 "license": "MIT",
2845 "dependencies": {
2846 "@commitlint/config-validator": "^19.5.0",
2847 "@commitlint/types": "^19.5.0",
2848 "global-directory": "^4.0.1",
2849 "import-meta-resolve": "^4.0.0",
2850 "lodash.mergewith": "^4.6.2",
2851 "resolve-from": "^5.0.0"
2852 },
2853 "engines": {
2854 "node": ">=v18"
2855 }
2856 },
2857 "node_modules/@commitlint/rules": {
2858 "version": "19.6.0",
2859 "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.6.0.tgz",
2860 "integrity": "sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw==",
2861 "dev": true,
2862 "license": "MIT",
2863 "dependencies": {
2864 "@commitlint/ensure": "^19.5.0",
2865 "@commitlint/message": "^19.5.0",
2866 "@commitlint/to-lines": "^19.5.0",
2867 "@commitlint/types": "^19.5.0"
2868 },
2869 "engines": {
2870 "node": ">=v18"
2871 }
2872 },
2873 "node_modules/@commitlint/to-lines": {
2874 "version": "19.5.0",
2875 "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.5.0.tgz",
2876 "integrity": "sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==",
2877 "dev": true,
2878 "license": "MIT",
2879 "engines": {
2880 "node": ">=v18"
2881 }
2882 },
2883 "node_modules/@commitlint/top-level": {
2884 "version": "19.5.0",
2885 "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.5.0.tgz",
2886 "integrity": "sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==",
2887 "dev": true,
2888 "license": "MIT",
2889 "dependencies": {
2890 "find-up": "^7.0.0"
2891 },
2892 "engines": {
2893 "node": ">=v18"
2894 }
2895 },
2896 "node_modules/@commitlint/types": {
2897 "version": "19.5.0",
2898 "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.5.0.tgz",
2899 "integrity": "sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==",
2900 "dev": true,
2901 "license": "MIT",
2902 "dependencies": {
2903 "@types/conventional-commits-parser": "^5.0.0",
2904 "chalk": "^5.3.0"
2905 },
2906 "engines": {
2907 "node": ">=v18"
2908 }
2909 },
2910 "node_modules/@conventional-commits/parser": {
2911 "version": "0.4.1",
2912 "resolved": "https://registry.npmjs.org/@conventional-commits/parser/-/parser-0.4.1.tgz",
2913 "integrity": "sha512-H2ZmUVt6q+KBccXfMBhbBF14NlANeqHTXL4qCL6QGbMzrc4HDXyzWuxPxPNbz71f/5UkR5DrycP5VO9u7crahg==",
2914 "dev": true,
2915 "license": "ISC",
2916 "dependencies": {
2917 "unist-util-visit": "^2.0.3",
2918 "unist-util-visit-parents": "^3.1.1"
2919 }
2920 },
2921 "node_modules/@conventional-commits/parser/node_modules/@types/unist": {
2922 "version": "2.0.11",
2923 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
2924 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
2925 "dev": true,
2926 "license": "MIT"
2927 },
2928 "node_modules/@conventional-commits/parser/node_modules/unist-util-is": {
2929 "version": "4.1.0",
2930 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
2931 "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
2932 "dev": true,
2933 "license": "MIT",
2934 "funding": {
2935 "type": "opencollective",
2936 "url": "https://opencollective.com/unified"
2937 }
2938 },
2939 "node_modules/@conventional-commits/parser/node_modules/unist-util-visit": {
2940 "version": "2.0.3",
2941 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
2942 "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
2943 "dev": true,
2944 "license": "MIT",
2945 "dependencies": {
2946 "@types/unist": "^2.0.0",
2947 "unist-util-is": "^4.0.0",
2948 "unist-util-visit-parents": "^3.0.0"
2949 },
2950 "funding": {
2951 "type": "opencollective",
2952 "url": "https://opencollective.com/unified"
2953 }
2954 },
2955 "node_modules/@cspotcode/source-map-support": {
2956 "version": "0.8.1",
2957 "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
2958 "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
2959 "dev": true,
2960 "license": "MIT",
2961 "dependencies": {
2962 "@jridgewell/trace-mapping": "0.3.9"
2963 },
2964 "engines": {
2965 "node": ">=12"
2966 }
2967 },
2968 "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
2969 "version": "0.3.9",
2970 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
2971 "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
2972 "dev": true,
2973 "license": "MIT",
2974 "dependencies": {
2975 "@jridgewell/resolve-uri": "^3.0.3",
2976 "@jridgewell/sourcemap-codec": "^1.4.10"
2977 }
2978 },
2979 "node_modules/@csstools/cascade-layer-name-parser": {
2980 "version": "2.0.5",
2981 "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.5.tgz",
2982 "integrity": "sha512-p1ko5eHgV+MgXFVa4STPKpvPxr6ReS8oS2jzTukjR74i5zJNyWO1ZM1m8YKBXnzDKWfBN1ztLYlHxbVemDD88A==",
2983 "funding": [
2984 {
2985 "type": "github",
2986 "url": "https://github.com/sponsors/csstools"
2987 },
2988 {
2989 "type": "opencollective",
2990 "url": "https://opencollective.com/csstools"
2991 }
2992 ],
2993 "license": "MIT",
2994 "engines": {
2995 "node": ">=18"
2996 },
2997 "peerDependencies": {
2998 "@csstools/css-parser-algorithms": "^3.0.5",
2999 "@csstools/css-tokenizer": "^3.0.4"
3000 }
3001 },
3002 "node_modules/@csstools/color-helpers": {
3003 "version": "5.1.0",
3004 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
3005 "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
3006 "funding": [
3007 {
3008 "type": "github",
3009 "url": "https://github.com/sponsors/csstools"
3010 },
3011 {
3012 "type": "opencollective",
3013 "url": "https://opencollective.com/csstools"
3014 }
3015 ],
3016 "license": "MIT-0",
3017 "engines": {
3018 "node": ">=18"
3019 }
3020 },
3021 "node_modules/@csstools/css-calc": {
3022 "version": "2.1.4",
3023 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz",
3024 "integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==",
3025 "funding": [
3026 {
3027 "type": "github",
3028 "url": "https://github.com/sponsors/csstools"
3029 },
3030 {
3031 "type": "opencollective",
3032 "url": "https://opencollective.com/csstools"
3033 }
3034 ],
3035 "license": "MIT",
3036 "engines": {
3037 "node": ">=18"
3038 },
3039 "peerDependencies": {
3040 "@csstools/css-parser-algorithms": "^3.0.5",
3041 "@csstools/css-tokenizer": "^3.0.4"
3042 }
3043 },
3044 "node_modules/@csstools/css-color-parser": {
3045 "version": "3.1.0",
3046 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz",
3047 "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==",
3048 "funding": [
3049 {
3050 "type": "github",
3051 "url": "https://github.com/sponsors/csstools"
3052 },
3053 {
3054 "type": "opencollective",
3055 "url": "https://opencollective.com/csstools"
3056 }
3057 ],
3058 "license": "MIT",
3059 "dependencies": {
3060 "@csstools/color-helpers": "^5.1.0",
3061 "@csstools/css-calc": "^2.1.4"
3062 },
3063 "engines": {
3064 "node": ">=18"
3065 },
3066 "peerDependencies": {
3067 "@csstools/css-parser-algorithms": "^3.0.5",
3068 "@csstools/css-tokenizer": "^3.0.4"
3069 }
3070 },
3071 "node_modules/@csstools/css-parser-algorithms": {
3072 "version": "3.0.5",
3073 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
3074 "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
3075 "funding": [
3076 {
3077 "type": "github",
3078 "url": "https://github.com/sponsors/csstools"
3079 },
3080 {
3081 "type": "opencollective",
3082 "url": "https://opencollective.com/csstools"
3083 }
3084 ],
3085 "license": "MIT",
3086 "engines": {
3087 "node": ">=18"
3088 },
3089 "peerDependencies": {
3090 "@csstools/css-tokenizer": "^3.0.4"
3091 }
3092 },
3093 "node_modules/@csstools/css-tokenizer": {
3094 "version": "3.0.4",
3095 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
3096 "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
3097 "funding": [
3098 {
3099 "type": "github",
3100 "url": "https://github.com/sponsors/csstools"
3101 },
3102 {
3103 "type": "opencollective",
3104 "url": "https://opencollective.com/csstools"
3105 }
3106 ],
3107 "license": "MIT",
3108 "engines": {
3109 "node": ">=18"
3110 }
3111 },
3112 "node_modules/@csstools/media-query-list-parser": {
3113 "version": "4.0.3",
3114 "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.3.tgz",
3115 "integrity": "sha512-HAYH7d3TLRHDOUQK4mZKf9k9Ph/m8Akstg66ywKR4SFAigjs3yBiUeZtFxywiTm5moZMAp/5W/ZuFnNXXYLuuQ==",
3116 "funding": [
3117 {
3118 "type": "github",
3119 "url": "https://github.com/sponsors/csstools"
3120 },
3121 {
3122 "type": "opencollective",
3123 "url": "https://opencollective.com/csstools"
3124 }
3125 ],
3126 "license": "MIT",
3127 "engines": {
3128 "node": ">=18"
3129 },
3130 "peerDependencies": {
3131 "@csstools/css-parser-algorithms": "^3.0.5",
3132 "@csstools/css-tokenizer": "^3.0.4"
3133 }
3134 },
3135 "node_modules/@csstools/postcss-alpha-function": {
3136 "version": "1.0.1",
3137 "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-1.0.1.tgz",
3138 "integrity": "sha512-isfLLwksH3yHkFXfCI2Gcaqg7wGGHZZwunoJzEZk0yKYIokgre6hYVFibKL3SYAoR1kBXova8LB+JoO5vZzi9w==",
3139 "funding": [
3140 {
3141 "type": "github",
3142 "url": "https://github.com/sponsors/csstools"
3143 },
3144 {
3145 "type": "opencollective",
3146 "url": "https://opencollective.com/csstools"
3147 }
3148 ],
3149 "license": "MIT-0",
3150 "dependencies": {
3151 "@csstools/css-color-parser": "^3.1.0",
3152 "@csstools/css-parser-algorithms": "^3.0.5",
3153 "@csstools/css-tokenizer": "^3.0.4",
3154 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3155 "@csstools/utilities": "^2.0.0"
3156 },
3157 "engines": {
3158 "node": ">=18"
3159 },
3160 "peerDependencies": {
3161 "postcss": "^8.4"
3162 }
3163 },
3164 "node_modules/@csstools/postcss-cascade-layers": {
3165 "version": "5.0.2",
3166 "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.2.tgz",
3167 "integrity": "sha512-nWBE08nhO8uWl6kSAeCx4im7QfVko3zLrtgWZY4/bP87zrSPpSyN/3W3TDqz1jJuH+kbKOHXg5rJnK+ZVYcFFg==",
3168 "funding": [
3169 {
3170 "type": "github",
3171 "url": "https://github.com/sponsors/csstools"
3172 },
3173 {
3174 "type": "opencollective",
3175 "url": "https://opencollective.com/csstools"
3176 }
3177 ],
3178 "dependencies": {
3179 "@csstools/selector-specificity": "^5.0.0",
3180 "postcss-selector-parser": "^7.0.0"
3181 },
3182 "engines": {
3183 "node": ">=18"
3184 },
3185 "peerDependencies": {
3186 "postcss": "^8.4"
3187 }
3188 },
3189 "node_modules/@csstools/postcss-cascade-layers/node_modules/postcss-selector-parser": {
3190 "version": "7.1.0",
3191 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
3192 "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
3193 "dependencies": {
3194 "cssesc": "^3.0.0",
3195 "util-deprecate": "^1.0.2"
3196 },
3197 "engines": {
3198 "node": ">=4"
3199 }
3200 },
3201 "node_modules/@csstools/postcss-color-function": {
3202 "version": "4.0.12",
3203 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.12.tgz",
3204 "integrity": "sha512-yx3cljQKRaSBc2hfh8rMZFZzChaFgwmO2JfFgFr1vMcF3C/uyy5I4RFIBOIWGq1D+XbKCG789CGkG6zzkLpagA==",
3205 "funding": [
3206 {
3207 "type": "github",
3208 "url": "https://github.com/sponsors/csstools"
3209 },
3210 {
3211 "type": "opencollective",
3212 "url": "https://opencollective.com/csstools"
3213 }
3214 ],
3215 "license": "MIT-0",
3216 "dependencies": {
3217 "@csstools/css-color-parser": "^3.1.0",
3218 "@csstools/css-parser-algorithms": "^3.0.5",
3219 "@csstools/css-tokenizer": "^3.0.4",
3220 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3221 "@csstools/utilities": "^2.0.0"
3222 },
3223 "engines": {
3224 "node": ">=18"
3225 },
3226 "peerDependencies": {
3227 "postcss": "^8.4"
3228 }
3229 },
3230 "node_modules/@csstools/postcss-color-function-display-p3-linear": {
3231 "version": "1.0.1",
3232 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-1.0.1.tgz",
3233 "integrity": "sha512-E5qusdzhlmO1TztYzDIi8XPdPoYOjoTY6HBYBCYSj+Gn4gQRBlvjgPQXzfzuPQqt8EhkC/SzPKObg4Mbn8/xMg==",
3234 "funding": [
3235 {
3236 "type": "github",
3237 "url": "https://github.com/sponsors/csstools"
3238 },
3239 {
3240 "type": "opencollective",
3241 "url": "https://opencollective.com/csstools"
3242 }
3243 ],
3244 "license": "MIT-0",
3245 "dependencies": {
3246 "@csstools/css-color-parser": "^3.1.0",
3247 "@csstools/css-parser-algorithms": "^3.0.5",
3248 "@csstools/css-tokenizer": "^3.0.4",
3249 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3250 "@csstools/utilities": "^2.0.0"
3251 },
3252 "engines": {
3253 "node": ">=18"
3254 },
3255 "peerDependencies": {
3256 "postcss": "^8.4"
3257 }
3258 },
3259 "node_modules/@csstools/postcss-color-mix-function": {
3260 "version": "3.0.12",
3261 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.12.tgz",
3262 "integrity": "sha512-4STERZfCP5Jcs13P1U5pTvI9SkgLgfMUMhdXW8IlJWkzOOOqhZIjcNhWtNJZes2nkBDsIKJ0CJtFtuaZ00moag==",
3263 "funding": [
3264 {
3265 "type": "github",
3266 "url": "https://github.com/sponsors/csstools"
3267 },
3268 {
3269 "type": "opencollective",
3270 "url": "https://opencollective.com/csstools"
3271 }
3272 ],
3273 "license": "MIT-0",
3274 "dependencies": {
3275 "@csstools/css-color-parser": "^3.1.0",
3276 "@csstools/css-parser-algorithms": "^3.0.5",
3277 "@csstools/css-tokenizer": "^3.0.4",
3278 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3279 "@csstools/utilities": "^2.0.0"
3280 },
3281 "engines": {
3282 "node": ">=18"
3283 },
3284 "peerDependencies": {
3285 "postcss": "^8.4"
3286 }
3287 },
3288 "node_modules/@csstools/postcss-color-mix-variadic-function-arguments": {
3289 "version": "1.0.2",
3290 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-1.0.2.tgz",
3291 "integrity": "sha512-rM67Gp9lRAkTo+X31DUqMEq+iK+EFqsidfecmhrteErxJZb6tUoJBVQca1Vn1GpDql1s1rD1pKcuYzMsg7Z1KQ==",
3292 "funding": [
3293 {
3294 "type": "github",
3295 "url": "https://github.com/sponsors/csstools"
3296 },
3297 {
3298 "type": "opencollective",
3299 "url": "https://opencollective.com/csstools"
3300 }
3301 ],
3302 "license": "MIT-0",
3303 "dependencies": {
3304 "@csstools/css-color-parser": "^3.1.0",
3305 "@csstools/css-parser-algorithms": "^3.0.5",
3306 "@csstools/css-tokenizer": "^3.0.4",
3307 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3308 "@csstools/utilities": "^2.0.0"
3309 },
3310 "engines": {
3311 "node": ">=18"
3312 },
3313 "peerDependencies": {
3314 "postcss": "^8.4"
3315 }
3316 },
3317 "node_modules/@csstools/postcss-content-alt-text": {
3318 "version": "2.0.8",
3319 "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.8.tgz",
3320 "integrity": "sha512-9SfEW9QCxEpTlNMnpSqFaHyzsiRpZ5J5+KqCu1u5/eEJAWsMhzT40qf0FIbeeglEvrGRMdDzAxMIz3wqoGSb+Q==",
3321 "funding": [
3322 {
3323 "type": "github",
3324 "url": "https://github.com/sponsors/csstools"
3325 },
3326 {
3327 "type": "opencollective",
3328 "url": "https://opencollective.com/csstools"
3329 }
3330 ],
3331 "license": "MIT-0",
3332 "dependencies": {
3333 "@csstools/css-parser-algorithms": "^3.0.5",
3334 "@csstools/css-tokenizer": "^3.0.4",
3335 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3336 "@csstools/utilities": "^2.0.0"
3337 },
3338 "engines": {
3339 "node": ">=18"
3340 },
3341 "peerDependencies": {
3342 "postcss": "^8.4"
3343 }
3344 },
3345 "node_modules/@csstools/postcss-contrast-color-function": {
3346 "version": "2.0.12",
3347 "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-2.0.12.tgz",
3348 "integrity": "sha512-YbwWckjK3qwKjeYz/CijgcS7WDUCtKTd8ShLztm3/i5dhh4NaqzsbYnhm4bjrpFpnLZ31jVcbK8YL77z3GBPzA==",
3349 "funding": [
3350 {
3351 "type": "github",
3352 "url": "https://github.com/sponsors/csstools"
3353 },
3354 {
3355 "type": "opencollective",
3356 "url": "https://opencollective.com/csstools"
3357 }
3358 ],
3359 "license": "MIT-0",
3360 "dependencies": {
3361 "@csstools/css-color-parser": "^3.1.0",
3362 "@csstools/css-parser-algorithms": "^3.0.5",
3363 "@csstools/css-tokenizer": "^3.0.4",
3364 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3365 "@csstools/utilities": "^2.0.0"
3366 },
3367 "engines": {
3368 "node": ">=18"
3369 },
3370 "peerDependencies": {
3371 "postcss": "^8.4"
3372 }
3373 },
3374 "node_modules/@csstools/postcss-exponential-functions": {
3375 "version": "2.0.9",
3376 "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.9.tgz",
3377 "integrity": "sha512-abg2W/PI3HXwS/CZshSa79kNWNZHdJPMBXeZNyPQFbbj8sKO3jXxOt/wF7juJVjyDTc6JrvaUZYFcSBZBhaxjw==",
3378 "funding": [
3379 {
3380 "type": "github",
3381 "url": "https://github.com/sponsors/csstools"
3382 },
3383 {
3384 "type": "opencollective",
3385 "url": "https://opencollective.com/csstools"
3386 }
3387 ],
3388 "license": "MIT-0",
3389 "dependencies": {
3390 "@csstools/css-calc": "^2.1.4",
3391 "@csstools/css-parser-algorithms": "^3.0.5",
3392 "@csstools/css-tokenizer": "^3.0.4"
3393 },
3394 "engines": {
3395 "node": ">=18"
3396 },
3397 "peerDependencies": {
3398 "postcss": "^8.4"
3399 }
3400 },
3401 "node_modules/@csstools/postcss-font-format-keywords": {
3402 "version": "4.0.0",
3403 "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz",
3404 "integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==",
3405 "funding": [
3406 {
3407 "type": "github",
3408 "url": "https://github.com/sponsors/csstools"
3409 },
3410 {
3411 "type": "opencollective",
3412 "url": "https://opencollective.com/csstools"
3413 }
3414 ],
3415 "license": "MIT-0",
3416 "dependencies": {
3417 "@csstools/utilities": "^2.0.0",
3418 "postcss-value-parser": "^4.2.0"
3419 },
3420 "engines": {
3421 "node": ">=18"
3422 },
3423 "peerDependencies": {
3424 "postcss": "^8.4"
3425 }
3426 },
3427 "node_modules/@csstools/postcss-gamut-mapping": {
3428 "version": "2.0.11",
3429 "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.11.tgz",
3430 "integrity": "sha512-fCpCUgZNE2piVJKC76zFsgVW1apF6dpYsqGyH8SIeCcM4pTEsRTWTLCaJIMKFEundsCKwY1rwfhtrio04RJ4Dw==",
3431 "funding": [
3432 {
3433 "type": "github",
3434 "url": "https://github.com/sponsors/csstools"
3435 },
3436 {
3437 "type": "opencollective",
3438 "url": "https://opencollective.com/csstools"
3439 }
3440 ],
3441 "license": "MIT-0",
3442 "dependencies": {
3443 "@csstools/css-color-parser": "^3.1.0",
3444 "@csstools/css-parser-algorithms": "^3.0.5",
3445 "@csstools/css-tokenizer": "^3.0.4"
3446 },
3447 "engines": {
3448 "node": ">=18"
3449 },
3450 "peerDependencies": {
3451 "postcss": "^8.4"
3452 }
3453 },
3454 "node_modules/@csstools/postcss-gradients-interpolation-method": {
3455 "version": "5.0.12",
3456 "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.12.tgz",
3457 "integrity": "sha512-jugzjwkUY0wtNrZlFeyXzimUL3hN4xMvoPnIXxoZqxDvjZRiSh+itgHcVUWzJ2VwD/VAMEgCLvtaJHX+4Vj3Ow==",
3458 "funding": [
3459 {
3460 "type": "github",
3461 "url": "https://github.com/sponsors/csstools"
3462 },
3463 {
3464 "type": "opencollective",
3465 "url": "https://opencollective.com/csstools"
3466 }
3467 ],
3468 "license": "MIT-0",
3469 "dependencies": {
3470 "@csstools/css-color-parser": "^3.1.0",
3471 "@csstools/css-parser-algorithms": "^3.0.5",
3472 "@csstools/css-tokenizer": "^3.0.4",
3473 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3474 "@csstools/utilities": "^2.0.0"
3475 },
3476 "engines": {
3477 "node": ">=18"
3478 },
3479 "peerDependencies": {
3480 "postcss": "^8.4"
3481 }
3482 },
3483 "node_modules/@csstools/postcss-hwb-function": {
3484 "version": "4.0.12",
3485 "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.12.tgz",
3486 "integrity": "sha512-mL/+88Z53KrE4JdePYFJAQWFrcADEqsLprExCM04GDNgHIztwFzj0Mbhd/yxMBngq0NIlz58VVxjt5abNs1VhA==",
3487 "funding": [
3488 {
3489 "type": "github",
3490 "url": "https://github.com/sponsors/csstools"
3491 },
3492 {
3493 "type": "opencollective",
3494 "url": "https://opencollective.com/csstools"
3495 }
3496 ],
3497 "license": "MIT-0",
3498 "dependencies": {
3499 "@csstools/css-color-parser": "^3.1.0",
3500 "@csstools/css-parser-algorithms": "^3.0.5",
3501 "@csstools/css-tokenizer": "^3.0.4",
3502 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3503 "@csstools/utilities": "^2.0.0"
3504 },
3505 "engines": {
3506 "node": ">=18"
3507 },
3508 "peerDependencies": {
3509 "postcss": "^8.4"
3510 }
3511 },
3512 "node_modules/@csstools/postcss-ic-unit": {
3513 "version": "4.0.4",
3514 "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.4.tgz",
3515 "integrity": "sha512-yQ4VmossuOAql65sCPppVO1yfb7hDscf4GseF0VCA/DTDaBc0Wtf8MTqVPfjGYlT5+2buokG0Gp7y0atYZpwjg==",
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/postcss-progressive-custom-properties": "^4.2.1",
3529 "@csstools/utilities": "^2.0.0",
3530 "postcss-value-parser": "^4.2.0"
3531 },
3532 "engines": {
3533 "node": ">=18"
3534 },
3535 "peerDependencies": {
3536 "postcss": "^8.4"
3537 }
3538 },
3539 "node_modules/@csstools/postcss-initial": {
3540 "version": "2.0.1",
3541 "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.1.tgz",
3542 "integrity": "sha512-L1wLVMSAZ4wovznquK0xmC7QSctzO4D0Is590bxpGqhqjboLXYA16dWZpfwImkdOgACdQ9PqXsuRroW6qPlEsg==",
3543 "funding": [
3544 {
3545 "type": "github",
3546 "url": "https://github.com/sponsors/csstools"
3547 },
3548 {
3549 "type": "opencollective",
3550 "url": "https://opencollective.com/csstools"
3551 }
3552 ],
3553 "license": "MIT-0",
3554 "engines": {
3555 "node": ">=18"
3556 },
3557 "peerDependencies": {
3558 "postcss": "^8.4"
3559 }
3560 },
3561 "node_modules/@csstools/postcss-is-pseudo-class": {
3562 "version": "5.0.3",
3563 "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.3.tgz",
3564 "integrity": "sha512-jS/TY4SpG4gszAtIg7Qnf3AS2pjcUM5SzxpApOrlndMeGhIbaTzWBzzP/IApXoNWEW7OhcjkRT48jnAUIFXhAQ==",
3565 "funding": [
3566 {
3567 "type": "github",
3568 "url": "https://github.com/sponsors/csstools"
3569 },
3570 {
3571 "type": "opencollective",
3572 "url": "https://opencollective.com/csstools"
3573 }
3574 ],
3575 "license": "MIT-0",
3576 "dependencies": {
3577 "@csstools/selector-specificity": "^5.0.0",
3578 "postcss-selector-parser": "^7.0.0"
3579 },
3580 "engines": {
3581 "node": ">=18"
3582 },
3583 "peerDependencies": {
3584 "postcss": "^8.4"
3585 }
3586 },
3587 "node_modules/@csstools/postcss-is-pseudo-class/node_modules/postcss-selector-parser": {
3588 "version": "7.1.0",
3589 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
3590 "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
3591 "license": "MIT",
3592 "dependencies": {
3593 "cssesc": "^3.0.0",
3594 "util-deprecate": "^1.0.2"
3595 },
3596 "engines": {
3597 "node": ">=4"
3598 }
3599 },
3600 "node_modules/@csstools/postcss-light-dark-function": {
3601 "version": "2.0.11",
3602 "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.11.tgz",
3603 "integrity": "sha512-fNJcKXJdPM3Lyrbmgw2OBbaioU7yuKZtiXClf4sGdQttitijYlZMD5K7HrC/eF83VRWRrYq6OZ0Lx92leV2LFA==",
3604 "funding": [
3605 {
3606 "type": "github",
3607 "url": "https://github.com/sponsors/csstools"
3608 },
3609 {
3610 "type": "opencollective",
3611 "url": "https://opencollective.com/csstools"
3612 }
3613 ],
3614 "license": "MIT-0",
3615 "dependencies": {
3616 "@csstools/css-parser-algorithms": "^3.0.5",
3617 "@csstools/css-tokenizer": "^3.0.4",
3618 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3619 "@csstools/utilities": "^2.0.0"
3620 },
3621 "engines": {
3622 "node": ">=18"
3623 },
3624 "peerDependencies": {
3625 "postcss": "^8.4"
3626 }
3627 },
3628 "node_modules/@csstools/postcss-logical-float-and-clear": {
3629 "version": "3.0.0",
3630 "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz",
3631 "integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==",
3632 "funding": [
3633 {
3634 "type": "github",
3635 "url": "https://github.com/sponsors/csstools"
3636 },
3637 {
3638 "type": "opencollective",
3639 "url": "https://opencollective.com/csstools"
3640 }
3641 ],
3642 "license": "MIT-0",
3643 "engines": {
3644 "node": ">=18"
3645 },
3646 "peerDependencies": {
3647 "postcss": "^8.4"
3648 }
3649 },
3650 "node_modules/@csstools/postcss-logical-overflow": {
3651 "version": "2.0.0",
3652 "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz",
3653 "integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==",
3654 "funding": [
3655 {
3656 "type": "github",
3657 "url": "https://github.com/sponsors/csstools"
3658 },
3659 {
3660 "type": "opencollective",
3661 "url": "https://opencollective.com/csstools"
3662 }
3663 ],
3664 "license": "MIT-0",
3665 "engines": {
3666 "node": ">=18"
3667 },
3668 "peerDependencies": {
3669 "postcss": "^8.4"
3670 }
3671 },
3672 "node_modules/@csstools/postcss-logical-overscroll-behavior": {
3673 "version": "2.0.0",
3674 "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz",
3675 "integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==",
3676 "funding": [
3677 {
3678 "type": "github",
3679 "url": "https://github.com/sponsors/csstools"
3680 },
3681 {
3682 "type": "opencollective",
3683 "url": "https://opencollective.com/csstools"
3684 }
3685 ],
3686 "license": "MIT-0",
3687 "engines": {
3688 "node": ">=18"
3689 },
3690 "peerDependencies": {
3691 "postcss": "^8.4"
3692 }
3693 },
3694 "node_modules/@csstools/postcss-logical-resize": {
3695 "version": "3.0.0",
3696 "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz",
3697 "integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==",
3698 "funding": [
3699 {
3700 "type": "github",
3701 "url": "https://github.com/sponsors/csstools"
3702 },
3703 {
3704 "type": "opencollective",
3705 "url": "https://opencollective.com/csstools"
3706 }
3707 ],
3708 "license": "MIT-0",
3709 "dependencies": {
3710 "postcss-value-parser": "^4.2.0"
3711 },
3712 "engines": {
3713 "node": ">=18"
3714 },
3715 "peerDependencies": {
3716 "postcss": "^8.4"
3717 }
3718 },
3719 "node_modules/@csstools/postcss-logical-viewport-units": {
3720 "version": "3.0.4",
3721 "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.4.tgz",
3722 "integrity": "sha512-q+eHV1haXA4w9xBwZLKjVKAWn3W2CMqmpNpZUk5kRprvSiBEGMgrNH3/sJZ8UA3JgyHaOt3jwT9uFa4wLX4EqQ==",
3723 "funding": [
3724 {
3725 "type": "github",
3726 "url": "https://github.com/sponsors/csstools"
3727 },
3728 {
3729 "type": "opencollective",
3730 "url": "https://opencollective.com/csstools"
3731 }
3732 ],
3733 "license": "MIT-0",
3734 "dependencies": {
3735 "@csstools/css-tokenizer": "^3.0.4",
3736 "@csstools/utilities": "^2.0.0"
3737 },
3738 "engines": {
3739 "node": ">=18"
3740 },
3741 "peerDependencies": {
3742 "postcss": "^8.4"
3743 }
3744 },
3745 "node_modules/@csstools/postcss-media-minmax": {
3746 "version": "2.0.9",
3747 "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.9.tgz",
3748 "integrity": "sha512-af9Qw3uS3JhYLnCbqtZ9crTvvkR+0Se+bBqSr7ykAnl9yKhk6895z9rf+2F4dClIDJWxgn0iZZ1PSdkhrbs2ig==",
3749 "funding": [
3750 {
3751 "type": "github",
3752 "url": "https://github.com/sponsors/csstools"
3753 },
3754 {
3755 "type": "opencollective",
3756 "url": "https://opencollective.com/csstools"
3757 }
3758 ],
3759 "license": "MIT",
3760 "dependencies": {
3761 "@csstools/css-calc": "^2.1.4",
3762 "@csstools/css-parser-algorithms": "^3.0.5",
3763 "@csstools/css-tokenizer": "^3.0.4",
3764 "@csstools/media-query-list-parser": "^4.0.3"
3765 },
3766 "engines": {
3767 "node": ">=18"
3768 },
3769 "peerDependencies": {
3770 "postcss": "^8.4"
3771 }
3772 },
3773 "node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": {
3774 "version": "3.0.5",
3775 "resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.5.tgz",
3776 "integrity": "sha512-zhAe31xaaXOY2Px8IYfoVTB3wglbJUVigGphFLj6exb7cjZRH9A6adyE22XfFK3P2PzwRk0VDeTJmaxpluyrDg==",
3777 "funding": [
3778 {
3779 "type": "github",
3780 "url": "https://github.com/sponsors/csstools"
3781 },
3782 {
3783 "type": "opencollective",
3784 "url": "https://opencollective.com/csstools"
3785 }
3786 ],
3787 "license": "MIT-0",
3788 "dependencies": {
3789 "@csstools/css-parser-algorithms": "^3.0.5",
3790 "@csstools/css-tokenizer": "^3.0.4",
3791 "@csstools/media-query-list-parser": "^4.0.3"
3792 },
3793 "engines": {
3794 "node": ">=18"
3795 },
3796 "peerDependencies": {
3797 "postcss": "^8.4"
3798 }
3799 },
3800 "node_modules/@csstools/postcss-nested-calc": {
3801 "version": "4.0.0",
3802 "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz",
3803 "integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==",
3804 "funding": [
3805 {
3806 "type": "github",
3807 "url": "https://github.com/sponsors/csstools"
3808 },
3809 {
3810 "type": "opencollective",
3811 "url": "https://opencollective.com/csstools"
3812 }
3813 ],
3814 "license": "MIT-0",
3815 "dependencies": {
3816 "@csstools/utilities": "^2.0.0",
3817 "postcss-value-parser": "^4.2.0"
3818 },
3819 "engines": {
3820 "node": ">=18"
3821 },
3822 "peerDependencies": {
3823 "postcss": "^8.4"
3824 }
3825 },
3826 "node_modules/@csstools/postcss-normalize-display-values": {
3827 "version": "4.0.0",
3828 "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz",
3829 "integrity": "sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==",
3830 "funding": [
3831 {
3832 "type": "github",
3833 "url": "https://github.com/sponsors/csstools"
3834 },
3835 {
3836 "type": "opencollective",
3837 "url": "https://opencollective.com/csstools"
3838 }
3839 ],
3840 "license": "MIT-0",
3841 "dependencies": {
3842 "postcss-value-parser": "^4.2.0"
3843 },
3844 "engines": {
3845 "node": ">=18"
3846 },
3847 "peerDependencies": {
3848 "postcss": "^8.4"
3849 }
3850 },
3851 "node_modules/@csstools/postcss-oklab-function": {
3852 "version": "4.0.12",
3853 "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.12.tgz",
3854 "integrity": "sha512-HhlSmnE1NKBhXsTnNGjxvhryKtO7tJd1w42DKOGFD6jSHtYOrsJTQDKPMwvOfrzUAk8t7GcpIfRyM7ssqHpFjg==",
3855 "funding": [
3856 {
3857 "type": "github",
3858 "url": "https://github.com/sponsors/csstools"
3859 },
3860 {
3861 "type": "opencollective",
3862 "url": "https://opencollective.com/csstools"
3863 }
3864 ],
3865 "license": "MIT-0",
3866 "dependencies": {
3867 "@csstools/css-color-parser": "^3.1.0",
3868 "@csstools/css-parser-algorithms": "^3.0.5",
3869 "@csstools/css-tokenizer": "^3.0.4",
3870 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3871 "@csstools/utilities": "^2.0.0"
3872 },
3873 "engines": {
3874 "node": ">=18"
3875 },
3876 "peerDependencies": {
3877 "postcss": "^8.4"
3878 }
3879 },
3880 "node_modules/@csstools/postcss-progressive-custom-properties": {
3881 "version": "4.2.1",
3882 "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.2.1.tgz",
3883 "integrity": "sha512-uPiiXf7IEKtUQXsxu6uWtOlRMXd2QWWy5fhxHDnPdXKCQckPP3E34ZgDoZ62r2iT+UOgWsSbM4NvHE5m3mAEdw==",
3884 "funding": [
3885 {
3886 "type": "github",
3887 "url": "https://github.com/sponsors/csstools"
3888 },
3889 {
3890 "type": "opencollective",
3891 "url": "https://opencollective.com/csstools"
3892 }
3893 ],
3894 "license": "MIT-0",
3895 "dependencies": {
3896 "postcss-value-parser": "^4.2.0"
3897 },
3898 "engines": {
3899 "node": ">=18"
3900 },
3901 "peerDependencies": {
3902 "postcss": "^8.4"
3903 }
3904 },
3905 "node_modules/@csstools/postcss-random-function": {
3906 "version": "2.0.1",
3907 "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-2.0.1.tgz",
3908 "integrity": "sha512-q+FQaNiRBhnoSNo+GzqGOIBKoHQ43lYz0ICrV+UudfWnEF6ksS6DsBIJSISKQT2Bvu3g4k6r7t0zYrk5pDlo8w==",
3909 "funding": [
3910 {
3911 "type": "github",
3912 "url": "https://github.com/sponsors/csstools"
3913 },
3914 {
3915 "type": "opencollective",
3916 "url": "https://opencollective.com/csstools"
3917 }
3918 ],
3919 "license": "MIT-0",
3920 "dependencies": {
3921 "@csstools/css-calc": "^2.1.4",
3922 "@csstools/css-parser-algorithms": "^3.0.5",
3923 "@csstools/css-tokenizer": "^3.0.4"
3924 },
3925 "engines": {
3926 "node": ">=18"
3927 },
3928 "peerDependencies": {
3929 "postcss": "^8.4"
3930 }
3931 },
3932 "node_modules/@csstools/postcss-relative-color-syntax": {
3933 "version": "3.0.12",
3934 "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.12.tgz",
3935 "integrity": "sha512-0RLIeONxu/mtxRtf3o41Lq2ghLimw0w9ByLWnnEVuy89exmEEq8bynveBxNW3nyHqLAFEeNtVEmC1QK9MZ8Huw==",
3936 "funding": [
3937 {
3938 "type": "github",
3939 "url": "https://github.com/sponsors/csstools"
3940 },
3941 {
3942 "type": "opencollective",
3943 "url": "https://opencollective.com/csstools"
3944 }
3945 ],
3946 "license": "MIT-0",
3947 "dependencies": {
3948 "@csstools/css-color-parser": "^3.1.0",
3949 "@csstools/css-parser-algorithms": "^3.0.5",
3950 "@csstools/css-tokenizer": "^3.0.4",
3951 "@csstools/postcss-progressive-custom-properties": "^4.2.1",
3952 "@csstools/utilities": "^2.0.0"
3953 },
3954 "engines": {
3955 "node": ">=18"
3956 },
3957 "peerDependencies": {
3958 "postcss": "^8.4"
3959 }
3960 },
3961 "node_modules/@csstools/postcss-scope-pseudo-class": {
3962 "version": "4.0.1",
3963 "resolved": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz",
3964 "integrity": "sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==",
3965 "funding": [
3966 {
3967 "type": "github",
3968 "url": "https://github.com/sponsors/csstools"
3969 },
3970 {
3971 "type": "opencollective",
3972 "url": "https://opencollective.com/csstools"
3973 }
3974 ],
3975 "license": "MIT-0",
3976 "dependencies": {
3977 "postcss-selector-parser": "^7.0.0"
3978 },
3979 "engines": {
3980 "node": ">=18"
3981 },
3982 "peerDependencies": {
3983 "postcss": "^8.4"
3984 }
3985 },
3986 "node_modules/@csstools/postcss-scope-pseudo-class/node_modules/postcss-selector-parser": {
3987 "version": "7.0.0",
3988 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
3989 "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
3990 "license": "MIT",
3991 "dependencies": {
3992 "cssesc": "^3.0.0",
3993 "util-deprecate": "^1.0.2"
3994 },
3995 "engines": {
3996 "node": ">=4"
3997 }
3998 },
3999 "node_modules/@csstools/postcss-sign-functions": {
4000 "version": "1.1.4",
4001 "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.4.tgz",
4002 "integrity": "sha512-P97h1XqRPcfcJndFdG95Gv/6ZzxUBBISem0IDqPZ7WMvc/wlO+yU0c5D/OCpZ5TJoTt63Ok3knGk64N+o6L2Pg==",
4003 "funding": [
4004 {
4005 "type": "github",
4006 "url": "https://github.com/sponsors/csstools"
4007 },
4008 {
4009 "type": "opencollective",
4010 "url": "https://opencollective.com/csstools"
4011 }
4012 ],
4013 "license": "MIT-0",
4014 "dependencies": {
4015 "@csstools/css-calc": "^2.1.4",
4016 "@csstools/css-parser-algorithms": "^3.0.5",
4017 "@csstools/css-tokenizer": "^3.0.4"
4018 },
4019 "engines": {
4020 "node": ">=18"
4021 },
4022 "peerDependencies": {
4023 "postcss": "^8.4"
4024 }
4025 },
4026 "node_modules/@csstools/postcss-stepped-value-functions": {
4027 "version": "4.0.9",
4028 "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.9.tgz",
4029 "integrity": "sha512-h9btycWrsex4dNLeQfyU3y3w40LMQooJWFMm/SK9lrKguHDcFl4VMkncKKoXi2z5rM9YGWbUQABI8BT2UydIcA==",
4030 "funding": [
4031 {
4032 "type": "github",
4033 "url": "https://github.com/sponsors/csstools"
4034 },
4035 {
4036 "type": "opencollective",
4037 "url": "https://opencollective.com/csstools"
4038 }
4039 ],
4040 "license": "MIT-0",
4041 "dependencies": {
4042 "@csstools/css-calc": "^2.1.4",
4043 "@csstools/css-parser-algorithms": "^3.0.5",
4044 "@csstools/css-tokenizer": "^3.0.4"
4045 },
4046 "engines": {
4047 "node": ">=18"
4048 },
4049 "peerDependencies": {
4050 "postcss": "^8.4"
4051 }
4052 },
4053 "node_modules/@csstools/postcss-text-decoration-shorthand": {
4054 "version": "4.0.3",
4055 "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.3.tgz",
4056 "integrity": "sha512-KSkGgZfx0kQjRIYnpsD7X2Om9BUXX/Kii77VBifQW9Ih929hK0KNjVngHDH0bFB9GmfWcR9vJYJJRvw/NQjkrA==",
4057 "funding": [
4058 {
4059 "type": "github",
4060 "url": "https://github.com/sponsors/csstools"
4061 },
4062 {
4063 "type": "opencollective",
4064 "url": "https://opencollective.com/csstools"
4065 }
4066 ],
4067 "license": "MIT-0",
4068 "dependencies": {
4069 "@csstools/color-helpers": "^5.1.0",
4070 "postcss-value-parser": "^4.2.0"
4071 },
4072 "engines": {
4073 "node": ">=18"
4074 },
4075 "peerDependencies": {
4076 "postcss": "^8.4"
4077 }
4078 },
4079 "node_modules/@csstools/postcss-trigonometric-functions": {
4080 "version": "4.0.9",
4081 "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.9.tgz",
4082 "integrity": "sha512-Hnh5zJUdpNrJqK9v1/E3BbrQhaDTj5YiX7P61TOvUhoDHnUmsNNxcDAgkQ32RrcWx9GVUvfUNPcUkn8R3vIX6A==",
4083 "funding": [
4084 {
4085 "type": "github",
4086 "url": "https://github.com/sponsors/csstools"
4087 },
4088 {
4089 "type": "opencollective",
4090 "url": "https://opencollective.com/csstools"
4091 }
4092 ],
4093 "license": "MIT-0",
4094 "dependencies": {
4095 "@csstools/css-calc": "^2.1.4",
4096 "@csstools/css-parser-algorithms": "^3.0.5",
4097 "@csstools/css-tokenizer": "^3.0.4"
4098 },
4099 "engines": {
4100 "node": ">=18"
4101 },
4102 "peerDependencies": {
4103 "postcss": "^8.4"
4104 }
4105 },
4106 "node_modules/@csstools/postcss-unset-value": {
4107 "version": "4.0.0",
4108 "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-4.0.0.tgz",
4109 "integrity": "sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==",
4110 "funding": [
4111 {
4112 "type": "github",
4113 "url": "https://github.com/sponsors/csstools"
4114 },
4115 {
4116 "type": "opencollective",
4117 "url": "https://opencollective.com/csstools"
4118 }
4119 ],
4120 "license": "MIT-0",
4121 "engines": {
4122 "node": ">=18"
4123 },
4124 "peerDependencies": {
4125 "postcss": "^8.4"
4126 }
4127 },
4128 "node_modules/@csstools/selector-resolve-nested": {
4129 "version": "3.1.0",
4130 "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.1.0.tgz",
4131 "integrity": "sha512-mf1LEW0tJLKfWyvn5KdDrhpxHyuxpbNwTIwOYLIvsTffeyOf85j5oIzfG0yosxDgx/sswlqBnESYUcQH0vgZ0g==",
4132 "funding": [
4133 {
4134 "type": "github",
4135 "url": "https://github.com/sponsors/csstools"
4136 },
4137 {
4138 "type": "opencollective",
4139 "url": "https://opencollective.com/csstools"
4140 }
4141 ],
4142 "license": "MIT-0",
4143 "engines": {
4144 "node": ">=18"
4145 },
4146 "peerDependencies": {
4147 "postcss-selector-parser": "^7.0.0"
4148 }
4149 },
4150 "node_modules/@csstools/selector-specificity": {
4151 "version": "5.0.0",
4152 "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
4153 "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
4154 "funding": [
4155 {
4156 "type": "github",
4157 "url": "https://github.com/sponsors/csstools"
4158 },
4159 {
4160 "type": "opencollective",
4161 "url": "https://opencollective.com/csstools"
4162 }
4163 ],
4164 "license": "MIT-0",
4165 "engines": {
4166 "node": ">=18"
4167 },
4168 "peerDependencies": {
4169 "postcss-selector-parser": "^7.0.0"
4170 }
4171 },
4172 "node_modules/@csstools/utilities": {
4173 "version": "2.0.0",
4174 "resolved": "https://registry.npmjs.org/@csstools/utilities/-/utilities-2.0.0.tgz",
4175 "integrity": "sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==",
4176 "funding": [
4177 {
4178 "type": "github",
4179 "url": "https://github.com/sponsors/csstools"
4180 },
4181 {
4182 "type": "opencollective",
4183 "url": "https://opencollective.com/csstools"
4184 }
4185 ],
4186 "license": "MIT-0",
4187 "engines": {
4188 "node": ">=18"
4189 },
4190 "peerDependencies": {
4191 "postcss": "^8.4"
4192 }
4193 },
4194 "node_modules/@emnapi/core": {
4195 "version": "1.4.3",
4196 "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.3.tgz",
4197 "integrity": "sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g==",
4198 "dev": true,
4199 "license": "MIT",
4200 "optional": true,
4201 "dependencies": {
4202 "@emnapi/wasi-threads": "1.0.2",
4203 "tslib": "^2.4.0"
4204 }
4205 },
4206 "node_modules/@emnapi/runtime": {
4207 "version": "1.4.3",
4208 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz",
4209 "integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==",
4210 "dev": true,
4211 "license": "MIT",
4212 "optional": true,
4213 "dependencies": {
4214 "tslib": "^2.4.0"
4215 }
4216 },
4217 "node_modules/@emnapi/wasi-threads": {
4218 "version": "1.0.2",
4219 "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.2.tgz",
4220 "integrity": "sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==",
4221 "dev": true,
4222 "license": "MIT",
4223 "optional": true,
4224 "dependencies": {
4225 "tslib": "^2.4.0"
4226 }
4227 },
4228 "node_modules/@emotion/is-prop-valid": {
4229 "version": "1.3.1",
4230 "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz",
4231 "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==",
4232 "license": "MIT",
4233 "dependencies": {
4234 "@emotion/memoize": "^0.9.0"
4235 }
4236 },
4237 "node_modules/@emotion/memoize": {
4238 "version": "0.9.0",
4239 "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
4240 "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
4241 "license": "MIT"
4242 },
4243 "node_modules/@emotion/stylis": {
4244 "version": "0.8.5",
4245 "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
4246 "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==",
4247 "license": "MIT"
4248 },
4249 "node_modules/@emotion/unitless": {
4250 "version": "0.7.5",
4251 "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
4252 "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
4253 "license": "MIT"
4254 },
4255 "node_modules/@eslint-community/eslint-utils": {
4256 "version": "4.7.0",
4257 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
4258 "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
4259 "license": "MIT",
4260 "dependencies": {
4261 "eslint-visitor-keys": "^3.4.3"
4262 },
4263 "engines": {
4264 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4265 },
4266 "funding": {
4267 "url": "https://opencollective.com/eslint"
4268 },
4269 "peerDependencies": {
4270 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
4271 }
4272 },
4273 "node_modules/@eslint-community/regexpp": {
4274 "version": "4.12.1",
4275 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
4276 "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
4277 "license": "MIT",
4278 "engines": {
4279 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
4280 }
4281 },
4282 "node_modules/@eslint/compat": {
4283 "version": "1.2.4",
4284 "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.4.tgz",
4285 "integrity": "sha512-S8ZdQj/N69YAtuqFt7653jwcvuUj131+6qGLUyDqfDg1OIoBQ66OCuXC473YQfO2AaxITTutiRQiDwoo7ZLYyg==",
4286 "dev": true,
4287 "license": "Apache-2.0",
4288 "engines": {
4289 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4290 },
4291 "peerDependencies": {
4292 "eslint": "^9.10.0"
4293 },
4294 "peerDependenciesMeta": {
4295 "eslint": {
4296 "optional": true
4297 }
4298 }
4299 },
4300 "node_modules/@eslint/eslintrc": {
4301 "version": "2.1.4",
4302 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
4303 "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
4304 "dev": true,
4305 "license": "MIT",
4306 "dependencies": {
4307 "ajv": "^6.12.4",
4308 "debug": "^4.3.2",
4309 "espree": "^9.6.0",
4310 "globals": "^13.19.0",
4311 "ignore": "^5.2.0",
4312 "import-fresh": "^3.2.1",
4313 "js-yaml": "^4.1.0",
4314 "minimatch": "^3.1.2",
4315 "strip-json-comments": "^3.1.1"
4316 },
4317 "engines": {
4318 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4319 },
4320 "funding": {
4321 "url": "https://opencollective.com/eslint"
4322 }
4323 },
4324 "node_modules/@eslint/eslintrc/node_modules/ajv": {
4325 "version": "6.12.6",
4326 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
4327 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
4328 "dev": true,
4329 "license": "MIT",
4330 "dependencies": {
4331 "fast-deep-equal": "^3.1.1",
4332 "fast-json-stable-stringify": "^2.0.0",
4333 "json-schema-traverse": "^0.4.1",
4334 "uri-js": "^4.2.2"
4335 },
4336 "funding": {
4337 "type": "github",
4338 "url": "https://github.com/sponsors/epoberezkin"
4339 }
4340 },
4341 "node_modules/@eslint/eslintrc/node_modules/argparse": {
4342 "version": "2.0.1",
4343 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
4344 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
4345 "dev": true,
4346 "license": "Python-2.0"
4347 },
4348 "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
4349 "version": "1.1.12",
4350 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
4351 "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
4352 "dev": true,
4353 "license": "MIT",
4354 "dependencies": {
4355 "balanced-match": "^1.0.0",
4356 "concat-map": "0.0.1"
4357 }
4358 },
4359 "node_modules/@eslint/eslintrc/node_modules/globals": {
4360 "version": "13.24.0",
4361 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
4362 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
4363 "dev": true,
4364 "license": "MIT",
4365 "dependencies": {
4366 "type-fest": "^0.20.2"
4367 },
4368 "engines": {
4369 "node": ">=8"
4370 },
4371 "funding": {
4372 "url": "https://github.com/sponsors/sindresorhus"
4373 }
4374 },
4375 "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
4376 "version": "4.1.0",
4377 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
4378 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
4379 "dev": true,
4380 "license": "MIT",
4381 "dependencies": {
4382 "argparse": "^2.0.1"
4383 },
4384 "bin": {
4385 "js-yaml": "bin/js-yaml.js"
4386 }
4387 },
4388 "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
4389 "version": "0.4.1",
4390 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
4391 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
4392 "dev": true,
4393 "license": "MIT"
4394 },
4395 "node_modules/@eslint/eslintrc/node_modules/minimatch": {
4396 "version": "3.1.2",
4397 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
4398 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
4399 "dev": true,
4400 "license": "ISC",
4401 "dependencies": {
4402 "brace-expansion": "^1.1.7"
4403 },
4404 "engines": {
4405 "node": "*"
4406 }
4407 },
4408 "node_modules/@eslint/js": {
4409 "version": "8.57.1",
4410 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
4411 "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
4412 "dev": true,
4413 "license": "MIT",
4414 "engines": {
4415 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4416 }
4417 },
4418 "node_modules/@expo/devcert": {
4419 "version": "1.2.0",
4420 "resolved": "https://registry.npmjs.org/@expo/devcert/-/devcert-1.2.0.tgz",
4421 "integrity": "sha512-Uilcv3xGELD5t/b0eM4cxBFEKQRIivB3v7i+VhWLV/gL98aw810unLKKJbGAxAIhY6Ipyz8ChWibFsKFXYwstA==",
4422 "license": "MIT",
4423 "dependencies": {
4424 "@expo/sudo-prompt": "^9.3.1",
4425 "debug": "^3.1.0",
4426 "glob": "^10.4.2"
4427 }
4428 },
4429 "node_modules/@expo/devcert/node_modules/debug": {
4430 "version": "3.2.7",
4431 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
4432 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
4433 "license": "MIT",
4434 "dependencies": {
4435 "ms": "^2.1.1"
4436 }
4437 },
4438 "node_modules/@expo/sudo-prompt": {
4439 "version": "9.3.2",
4440 "resolved": "https://registry.npmjs.org/@expo/sudo-prompt/-/sudo-prompt-9.3.2.tgz",
4441 "integrity": "sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw==",
4442 "license": "MIT"
4443 },
4444 "node_modules/@fastify/busboy": {
4445 "version": "2.1.1",
4446 "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
4447 "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
4448 "dev": true,
4449 "license": "MIT",
4450 "engines": {
4451 "node": ">=14"
4452 }
4453 },
4454 "node_modules/@gatsbyjs/parcel-namer-relative-to-cwd": {
4455 "version": "2.15.0",
4456 "resolved": "https://registry.npmjs.org/@gatsbyjs/parcel-namer-relative-to-cwd/-/parcel-namer-relative-to-cwd-2.15.0.tgz",
4457 "integrity": "sha512-k1a8iLsjQY0m5Rkj+IA6Ev5QwAUU7KK2NKX+5IMcr8Ld5s13Xc1l+8Vg++yX1eCFQUALk4J4dvm2gHBjDldd2Q==",
4458 "license": "MIT",
4459 "dependencies": {
4460 "@babel/runtime": "^7.20.13",
4461 "@parcel/namer-default": "2.8.3",
4462 "@parcel/plugin": "2.8.3",
4463 "gatsby-core-utils": "^4.15.0"
4464 },
4465 "engines": {
4466 "node": ">=18.0.0",
4467 "parcel": "2.x"
4468 }
4469 },
4470 "node_modules/@gatsbyjs/reach-router": {
4471 "version": "2.0.1",
4472 "resolved": "https://registry.npmjs.org/@gatsbyjs/reach-router/-/reach-router-2.0.1.tgz",
4473 "integrity": "sha512-gmSZniS9/phwgEgpFARMpNg21PkYDZEpfgEzvkgpE/iku4uvXqCrxr86fXbTpI9mkrhKS1SCTYmLGe60VdHcdQ==",
4474 "license": "MIT",
4475 "dependencies": {
4476 "invariant": "^2.2.4",
4477 "prop-types": "^15.8.1"
4478 },
4479 "peerDependencies": {
4480 "react": "18.x",
4481 "react-dom": "18.x"
4482 }
4483 },
4484 "node_modules/@gatsbyjs/webpack-hot-middleware": {
4485 "version": "2.25.3",
4486 "resolved": "https://registry.npmjs.org/@gatsbyjs/webpack-hot-middleware/-/webpack-hot-middleware-2.25.3.tgz",
4487 "integrity": "sha512-ul17OZ8Dlw+ATRbnuU+kwxuAlq9lKbYz/2uBS1FLCdgoPTF1H2heP7HbUbgfMZbfRQNcCG2rMscMnr32ritCDw==",
4488 "license": "MIT",
4489 "dependencies": {
4490 "ansi-html-community": "0.0.8",
4491 "html-entities": "^2.3.3",
4492 "strip-ansi": "^6.0.0"
4493 }
4494 },
4495 "node_modules/@github/browserslist-config": {
4496 "version": "1.0.0",
4497 "resolved": "https://registry.npmjs.org/@github/browserslist-config/-/browserslist-config-1.0.0.tgz",
4498 "integrity": "sha512-gIhjdJp/c2beaIWWIlsXdqXVRUz3r2BxBCpfz/F3JXHvSAQ1paMYjLH+maEATtENg+k5eLV7gA+9yPp762ieuw==",
4499 "dev": true,
4500 "license": "MIT"
4501 },
4502 "node_modules/@github/prettier-config": {
4503 "version": "0.0.6",
4504 "resolved": "https://registry.npmjs.org/@github/prettier-config/-/prettier-config-0.0.6.tgz",
4505 "integrity": "sha512-Sdb089z+QbGnFF2NivbDeaJ62ooPlD31wE6Fkb/ESjAOXSjNJo+gjqzYYhlM7G3ERJmKFZRUJYMlsqB7Tym8lQ==",
4506 "dev": true,
4507 "license": "MIT"
4508 },
4509 "node_modules/@github/relative-time-element": {
4510 "version": "4.4.5",
4511 "resolved": "https://registry.npmjs.org/@github/relative-time-element/-/relative-time-element-4.4.5.tgz",
4512 "integrity": "sha512-9ejPtayBDIJfEU8x1fg/w2o5mahHkkp1SC6uObDtoKs4Gn+2a1vNK8XIiNDD8rMeEfpvDjydgSZZ+uk+7N0VsQ==",
4513 "license": "MIT"
4514 },
4515 "node_modules/@github/tab-container-element": {
4516 "version": "4.8.2",
4517 "resolved": "https://registry.npmjs.org/@github/tab-container-element/-/tab-container-element-4.8.2.tgz",
4518 "integrity": "sha512-WkaM4mfs8x7dXRWEaDb5deC0OhH6sGQ5cw8i/sVw25gikl4f8C7mHj0kihL5k3eKIIqmGT1Fdswdoi+9ZLDpRA==",
4519 "license": "MIT"
4520 },
4521 "node_modules/@google-automations/git-file-utils": {
4522 "version": "3.0.0",
4523 "resolved": "https://registry.npmjs.org/@google-automations/git-file-utils/-/git-file-utils-3.0.0.tgz",
4524 "integrity": "sha512-e+WLoKR0TchIhKsSDOnd/su171eXKAAdLpP2tS825UAloTgfYus53kW8uKoVj9MAsMjXGXsJ2s1ASgjq81xVdA==",
4525 "dev": true,
4526 "license": "Apache-2.0",
4527 "dependencies": {
4528 "@octokit/rest": "^20.1.1",
4529 "@octokit/types": "^13.0.0",
4530 "minimatch": "^5.1.0"
4531 },
4532 "engines": {
4533 "node": ">= 18"
4534 }
4535 },
4536 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/auth-token": {
4537 "version": "4.0.0",
4538 "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz",
4539 "integrity": "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==",
4540 "dev": true,
4541 "license": "MIT",
4542 "engines": {
4543 "node": ">= 18"
4544 }
4545 },
4546 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/core": {
4547 "version": "5.2.2",
4548 "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.2.tgz",
4549 "integrity": "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==",
4550 "dev": true,
4551 "license": "MIT",
4552 "dependencies": {
4553 "@octokit/auth-token": "^4.0.0",
4554 "@octokit/graphql": "^7.1.0",
4555 "@octokit/request": "^8.4.1",
4556 "@octokit/request-error": "^5.1.1",
4557 "@octokit/types": "^13.0.0",
4558 "before-after-hook": "^2.2.0",
4559 "universal-user-agent": "^6.0.0"
4560 },
4561 "engines": {
4562 "node": ">= 18"
4563 }
4564 },
4565 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/endpoint": {
4566 "version": "9.0.6",
4567 "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz",
4568 "integrity": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==",
4569 "dev": true,
4570 "license": "MIT",
4571 "dependencies": {
4572 "@octokit/types": "^13.1.0",
4573 "universal-user-agent": "^6.0.0"
4574 },
4575 "engines": {
4576 "node": ">= 18"
4577 }
4578 },
4579 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/graphql": {
4580 "version": "7.1.1",
4581 "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.1.1.tgz",
4582 "integrity": "sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g==",
4583 "dev": true,
4584 "license": "MIT",
4585 "dependencies": {
4586 "@octokit/request": "^8.4.1",
4587 "@octokit/types": "^13.0.0",
4588 "universal-user-agent": "^6.0.0"
4589 },
4590 "engines": {
4591 "node": ">= 18"
4592 }
4593 },
4594 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/openapi-types": {
4595 "version": "24.2.0",
4596 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
4597 "integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
4598 "dev": true,
4599 "license": "MIT"
4600 },
4601 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/plugin-paginate-rest": {
4602 "version": "11.4.4-cjs.2",
4603 "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.4-cjs.2.tgz",
4604 "integrity": "sha512-2dK6z8fhs8lla5PaOTgqfCGBxgAv/le+EhPs27KklPhm1bKObpu6lXzwfUEQ16ajXzqNrKMujsFyo9K2eaoISw==",
4605 "dev": true,
4606 "license": "MIT",
4607 "dependencies": {
4608 "@octokit/types": "^13.7.0"
4609 },
4610 "engines": {
4611 "node": ">= 18"
4612 },
4613 "peerDependencies": {
4614 "@octokit/core": "5"
4615 }
4616 },
4617 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/plugin-request-log": {
4618 "version": "4.0.1",
4619 "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-4.0.1.tgz",
4620 "integrity": "sha512-GihNqNpGHorUrO7Qa9JbAl0dbLnqJVrV8OXe2Zm5/Y4wFkZQDfTreBzVmiRfJVfE4mClXdihHnbpyyO9FSX4HA==",
4621 "dev": true,
4622 "license": "MIT",
4623 "engines": {
4624 "node": ">= 18"
4625 },
4626 "peerDependencies": {
4627 "@octokit/core": "5"
4628 }
4629 },
4630 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/plugin-rest-endpoint-methods": {
4631 "version": "13.3.2-cjs.1",
4632 "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.3.2-cjs.1.tgz",
4633 "integrity": "sha512-VUjIjOOvF2oELQmiFpWA1aOPdawpyaCUqcEBc/UOUnj3Xp6DJGrJ1+bjUIIDzdHjnFNO6q57ODMfdEZnoBkCwQ==",
4634 "dev": true,
4635 "license": "MIT",
4636 "dependencies": {
4637 "@octokit/types": "^13.8.0"
4638 },
4639 "engines": {
4640 "node": ">= 18"
4641 },
4642 "peerDependencies": {
4643 "@octokit/core": "^5"
4644 }
4645 },
4646 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/request": {
4647 "version": "8.4.1",
4648 "resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz",
4649 "integrity": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==",
4650 "dev": true,
4651 "license": "MIT",
4652 "dependencies": {
4653 "@octokit/endpoint": "^9.0.6",
4654 "@octokit/request-error": "^5.1.1",
4655 "@octokit/types": "^13.1.0",
4656 "universal-user-agent": "^6.0.0"
4657 },
4658 "engines": {
4659 "node": ">= 18"
4660 }
4661 },
4662 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/request-error": {
4663 "version": "5.1.1",
4664 "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz",
4665 "integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==",
4666 "dev": true,
4667 "license": "MIT",
4668 "dependencies": {
4669 "@octokit/types": "^13.1.0",
4670 "deprecation": "^2.0.0",
4671 "once": "^1.4.0"
4672 },
4673 "engines": {
4674 "node": ">= 18"
4675 }
4676 },
4677 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/rest": {
4678 "version": "20.1.2",
4679 "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-20.1.2.tgz",
4680 "integrity": "sha512-GmYiltypkHHtihFwPRxlaorG5R9VAHuk/vbszVoRTGXnAsY60wYLkh/E2XiFmdZmqrisw+9FaazS1i5SbdWYgA==",
4681 "dev": true,
4682 "license": "MIT",
4683 "dependencies": {
4684 "@octokit/core": "^5.0.2",
4685 "@octokit/plugin-paginate-rest": "11.4.4-cjs.2",
4686 "@octokit/plugin-request-log": "^4.0.0",
4687 "@octokit/plugin-rest-endpoint-methods": "13.3.2-cjs.1"
4688 },
4689 "engines": {
4690 "node": ">= 18"
4691 }
4692 },
4693 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/types": {
4694 "version": "13.10.0",
4695 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
4696 "integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
4697 "dev": true,
4698 "license": "MIT",
4699 "dependencies": {
4700 "@octokit/openapi-types": "^24.2.0"
4701 }
4702 },
4703 "node_modules/@google-automations/git-file-utils/node_modules/before-after-hook": {
4704 "version": "2.2.3",
4705 "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz",
4706 "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==",
4707 "dev": true,
4708 "license": "Apache-2.0"
4709 },
4710 "node_modules/@google-automations/git-file-utils/node_modules/minimatch": {
4711 "version": "5.1.6",
4712 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
4713 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
4714 "dev": true,
4715 "license": "ISC",
4716 "dependencies": {
4717 "brace-expansion": "^2.0.1"
4718 },
4719 "engines": {
4720 "node": ">=10"
4721 }
4722 },
4723 "node_modules/@google-automations/git-file-utils/node_modules/universal-user-agent": {
4724 "version": "6.0.1",
4725 "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz",
4726 "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==",
4727 "dev": true,
4728 "license": "ISC"
4729 },
4730 "node_modules/@graphql-codegen/add": {
4731 "version": "3.2.3",
4732 "resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-3.2.3.tgz",
4733 "integrity": "sha512-sQOnWpMko4JLeykwyjFTxnhqjd/3NOG2OyMuvK76Wnnwh8DRrNf2VEs2kmSvLl7MndMlOj7Kh5U154dVcvhmKQ==",
4734 "license": "MIT",
4735 "dependencies": {
4736 "@graphql-codegen/plugin-helpers": "^3.1.1",
4737 "tslib": "~2.4.0"
4738 },
4739 "peerDependencies": {
4740 "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"
4741 }
4742 },
4743 "node_modules/@graphql-codegen/add/node_modules/@graphql-codegen/plugin-helpers": {
4744 "version": "3.1.2",
4745 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
4746 "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
4747 "license": "MIT",
4748 "dependencies": {
4749 "@graphql-tools/utils": "^9.0.0",
4750 "change-case-all": "1.0.15",
4751 "common-tags": "1.8.2",
4752 "import-from": "4.0.0",
4753 "lodash": "~4.17.0",
4754 "tslib": "~2.4.0"
4755 },
4756 "peerDependencies": {
4757 "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"
4758 }
4759 },
4760 "node_modules/@graphql-codegen/add/node_modules/change-case-all": {
4761 "version": "1.0.15",
4762 "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
4763 "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
4764 "license": "MIT",
4765 "dependencies": {
4766 "change-case": "^4.1.2",
4767 "is-lower-case": "^2.0.2",
4768 "is-upper-case": "^2.0.2",
4769 "lower-case": "^2.0.2",
4770 "lower-case-first": "^2.0.2",
4771 "sponge-case": "^1.0.1",
4772 "swap-case": "^2.0.2",
4773 "title-case": "^3.0.3",
4774 "upper-case": "^2.0.2",
4775 "upper-case-first": "^2.0.2"
4776 }
4777 },
4778 "node_modules/@graphql-codegen/add/node_modules/tslib": {
4779 "version": "2.4.1",
4780 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
4781 "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
4782 "license": "0BSD"
4783 },
4784 "node_modules/@graphql-codegen/core": {
4785 "version": "2.6.8",
4786 "resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-2.6.8.tgz",
4787 "integrity": "sha512-JKllNIipPrheRgl+/Hm/xuWMw9++xNQ12XJR/OHHgFopOg4zmN3TdlRSyYcv/K90hCFkkIwhlHFUQTfKrm8rxQ==",
4788 "license": "MIT",
4789 "dependencies": {
4790 "@graphql-codegen/plugin-helpers": "^3.1.1",
4791 "@graphql-tools/schema": "^9.0.0",
4792 "@graphql-tools/utils": "^9.1.1",
4793 "tslib": "~2.4.0"
4794 },
4795 "peerDependencies": {
4796 "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"
4797 }
4798 },
4799 "node_modules/@graphql-codegen/core/node_modules/@graphql-codegen/plugin-helpers": {
4800 "version": "3.1.2",
4801 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
4802 "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
4803 "license": "MIT",
4804 "dependencies": {
4805 "@graphql-tools/utils": "^9.0.0",
4806 "change-case-all": "1.0.15",
4807 "common-tags": "1.8.2",
4808 "import-from": "4.0.0",
4809 "lodash": "~4.17.0",
4810 "tslib": "~2.4.0"
4811 },
4812 "peerDependencies": {
4813 "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"
4814 }
4815 },
4816 "node_modules/@graphql-codegen/core/node_modules/change-case-all": {
4817 "version": "1.0.15",
4818 "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
4819 "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
4820 "license": "MIT",
4821 "dependencies": {
4822 "change-case": "^4.1.2",
4823 "is-lower-case": "^2.0.2",
4824 "is-upper-case": "^2.0.2",
4825 "lower-case": "^2.0.2",
4826 "lower-case-first": "^2.0.2",
4827 "sponge-case": "^1.0.1",
4828 "swap-case": "^2.0.2",
4829 "title-case": "^3.0.3",
4830 "upper-case": "^2.0.2",
4831 "upper-case-first": "^2.0.2"
4832 }
4833 },
4834 "node_modules/@graphql-codegen/core/node_modules/tslib": {
4835 "version": "2.4.1",
4836 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
4837 "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
4838 "license": "0BSD"
4839 },
4840 "node_modules/@graphql-codegen/plugin-helpers": {
4841 "version": "2.7.2",
4842 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz",
4843 "integrity": "sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==",
4844 "license": "MIT",
4845 "dependencies": {
4846 "@graphql-tools/utils": "^8.8.0",
4847 "change-case-all": "1.0.14",
4848 "common-tags": "1.8.2",
4849 "import-from": "4.0.0",
4850 "lodash": "~4.17.0",
4851 "tslib": "~2.4.0"
4852 },
4853 "peerDependencies": {
4854 "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"
4855 }
4856 },
4857 "node_modules/@graphql-codegen/plugin-helpers/node_modules/@graphql-tools/utils": {
4858 "version": "8.13.1",
4859 "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz",
4860 "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==",
4861 "license": "MIT",
4862 "dependencies": {
4863 "tslib": "^2.4.0"
4864 },
4865 "peerDependencies": {
4866 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
4867 }
4868 },
4869 "node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": {
4870 "version": "2.4.1",
4871 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
4872 "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
4873 "license": "0BSD"
4874 },
4875 "node_modules/@graphql-codegen/schema-ast": {
4876 "version": "2.6.1",
4877 "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz",
4878 "integrity": "sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==",
4879 "license": "MIT",
4880 "dependencies": {
4881 "@graphql-codegen/plugin-helpers": "^3.1.2",
4882 "@graphql-tools/utils": "^9.0.0",
4883 "tslib": "~2.4.0"
4884 },
4885 "peerDependencies": {
4886 "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"
4887 }
4888 },
4889 "node_modules/@graphql-codegen/schema-ast/node_modules/@graphql-codegen/plugin-helpers": {
4890 "version": "3.1.2",
4891 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
4892 "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
4893 "license": "MIT",
4894 "dependencies": {
4895 "@graphql-tools/utils": "^9.0.0",
4896 "change-case-all": "1.0.15",
4897 "common-tags": "1.8.2",
4898 "import-from": "4.0.0",
4899 "lodash": "~4.17.0",
4900 "tslib": "~2.4.0"
4901 },
4902 "peerDependencies": {
4903 "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"
4904 }
4905 },
4906 "node_modules/@graphql-codegen/schema-ast/node_modules/change-case-all": {
4907 "version": "1.0.15",
4908 "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
4909 "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
4910 "license": "MIT",
4911 "dependencies": {
4912 "change-case": "^4.1.2",
4913 "is-lower-case": "^2.0.2",
4914 "is-upper-case": "^2.0.2",
4915 "lower-case": "^2.0.2",
4916 "lower-case-first": "^2.0.2",
4917 "sponge-case": "^1.0.1",
4918 "swap-case": "^2.0.2",
4919 "title-case": "^3.0.3",
4920 "upper-case": "^2.0.2",
4921 "upper-case-first": "^2.0.2"
4922 }
4923 },
4924 "node_modules/@graphql-codegen/schema-ast/node_modules/tslib": {
4925 "version": "2.4.1",
4926 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
4927 "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
4928 "license": "0BSD"
4929 },
4930 "node_modules/@graphql-codegen/typescript": {
4931 "version": "2.8.8",
4932 "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-2.8.8.tgz",
4933 "integrity": "sha512-A0oUi3Oy6+DormOlrTC4orxT9OBZkIglhbJBcDmk34jAKKUgesukXRd4yOhmTrnbchpXz2T8IAOFB3FWIaK4Rw==",
4934 "license": "MIT",
4935 "dependencies": {
4936 "@graphql-codegen/plugin-helpers": "^3.1.2",
4937 "@graphql-codegen/schema-ast": "^2.6.1",
4938 "@graphql-codegen/visitor-plugin-common": "2.13.8",
4939 "auto-bind": "~4.0.0",
4940 "tslib": "~2.4.0"
4941 },
4942 "peerDependencies": {
4943 "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
4944 }
4945 },
4946 "node_modules/@graphql-codegen/typescript-operations": {
4947 "version": "2.5.13",
4948 "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.13.tgz",
4949 "integrity": "sha512-3vfR6Rx6iZU0JRt29GBkFlrSNTM6t+MSLF86ChvL4d/Jfo/JYAGuB3zNzPhirHYzJPCvLOAx2gy9ID1ltrpYiw==",
4950 "license": "MIT",
4951 "dependencies": {
4952 "@graphql-codegen/plugin-helpers": "^3.1.2",
4953 "@graphql-codegen/typescript": "^2.8.8",
4954 "@graphql-codegen/visitor-plugin-common": "2.13.8",
4955 "auto-bind": "~4.0.0",
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/typescript-operations/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/typescript-operations/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/typescript-operations/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 44,315 lines. View raw