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