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