deps: remove postcss-preset-env

Michael Smith committed Feb 24, 2026 at 13:21 UTC 11ed85210d28c7211c5e2ea23f4c1ca3b7d5aedf
2 files changed +587 -4963
package-lock.json
+587 -4962
@@ -36,7 +36,6 @@
36 "github-slugger": "^2.0.0",
37 "lodash.debounce": "4.0.8",
38 "postcss": "^8.4.49",
39 - "postcss-preset-env": "^11.1.1",
39 "prism-react-renderer": "^2.3.1",
40 "prismjs": "^1.30.0",
41 "react": "^19.2.4",
@@ -3224,29 +3223,6 @@
3223 "@jridgewell/sourcemap-codec": "^1.4.10"
3224 }
3225 },
3227 - "node_modules/@csstools/cascade-layer-name-parser": {
3228 - "version": "3.0.0",
3229 - "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-3.0.0.tgz",
3230 - "integrity": "sha512-/3iksyevwRfSJx5yH0RkcrcYXwuhMQx3Juqf40t97PeEy2/Mz2TItZ/z/216qpe4GgOyFBP8MKIwVvytzHmfIQ==",
3231 - "funding": [
3232 - {
3233 - "type": "github",
3234 - "url": "https://github.com/sponsors/csstools"
3235 - },
3236 - {
3237 - "type": "opencollective",
3238 - "url": "https://opencollective.com/csstools"
3239 - }
3240 - ],
3241 - "license": "MIT",
3242 - "engines": {
3243 - "node": ">=20.19.0"
3244 - },
3245 - "peerDependencies": {
3246 - "@csstools/css-parser-algorithms": "^4.0.0",
3247 - "@csstools/css-tokenizer": "^4.0.0"
3248 - }
3249 - },
3226 "node_modules/@csstools/color-helpers": {
3227 "version": "5.1.0",
3228 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
@@ -3362,3411 +3338,305 @@
3338 "node": ">=18"
3339 }
3340 },
3365 - "node_modules/@csstools/media-query-list-parser": {
3366 - "version": "5.0.0",
3367 - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-5.0.0.tgz",
3368 - "integrity": "sha512-T9lXmZOfnam3eMERPsszjY5NK0jX8RmThmmm99FZ8b7z8yMaFZWKwLWGZuTwdO3ddRY5fy13GmmEYZXB4I98Eg==",
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 - ],
3341 + "node_modules/@emnapi/core": {
3342 + "version": "1.4.3",
3343 + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.3.tgz",
3344 + "integrity": "sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g==",
3345 + "dev": true,
3346 "license": "MIT",
3380 - "engines": {
3381 - "node": ">=20.19.0"
3382 - },
3383 - "peerDependencies": {
3384 - "@csstools/css-parser-algorithms": "^4.0.0",
3385 - "@csstools/css-tokenizer": "^4.0.0"
3347 + "optional": true,
3348 + "dependencies": {
3349 + "@emnapi/wasi-threads": "1.0.2",
3350 + "tslib": "^2.4.0"
3351 }
3352 },
3388 - "node_modules/@csstools/postcss-alpha-function": {
3389 - "version": "2.0.2",
3390 - "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-2.0.2.tgz",
3391 - "integrity": "sha512-EXdJC5fds0h1KqoioUBkcYPZvcNKR64jrGkbqlDNbMU3FP1MzLEr/QJR8bj/bu53TJFIgkc9WvKcpbwVqZ4WPg==",
3392 - "funding": [
3393 - {
3394 - "type": "github",
3395 - "url": "https://github.com/sponsors/csstools"
3396 - },
3397 - {
3398 - "type": "opencollective",
3399 - "url": "https://opencollective.com/csstools"
3400 - }
3401 - ],
3402 - "license": "MIT-0",
3353 + "node_modules/@emnapi/runtime": {
3354 + "version": "1.4.3",
3355 + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz",
3356 + "integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==",
3357 + "dev": true,
3358 + "license": "MIT",
3359 + "optional": true,
3360 "dependencies": {
3404 - "@csstools/css-color-parser": "^4.0.1",
3405 - "@csstools/css-parser-algorithms": "^4.0.0",
3406 - "@csstools/css-tokenizer": "^4.0.0",
3407 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
3408 - "@csstools/utilities": "^3.0.0"
3409 - },
3410 - "engines": {
3411 - "node": ">=20.19.0"
3412 - },
3413 - "peerDependencies": {
3414 - "postcss": "^8.4"
3361 + "tslib": "^2.4.0"
3362 }
3363 },
3417 - "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/color-helpers": {
3418 - "version": "6.0.1",
3419 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3420 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3421 - "funding": [
3422 - {
3423 - "type": "github",
3424 - "url": "https://github.com/sponsors/csstools"
3425 - },
3426 - {
3427 - "type": "opencollective",
3428 - "url": "https://opencollective.com/csstools"
3429 - }
3430 - ],
3431 - "license": "MIT-0",
3432 - "engines": {
3433 - "node": ">=20.19.0"
3364 + "node_modules/@emnapi/wasi-threads": {
3365 + "version": "1.0.2",
3366 + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.2.tgz",
3367 + "integrity": "sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==",
3368 + "dev": true,
3369 + "license": "MIT",
3370 + "optional": true,
3371 + "dependencies": {
3372 + "tslib": "^2.4.0"
3373 }
3374 },
3436 - "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/css-calc": {
3437 - "version": "3.0.0",
3438 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
3439 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
3440 - "funding": [
3441 - {
3442 - "type": "github",
3443 - "url": "https://github.com/sponsors/csstools"
3444 - },
3445 - {
3446 - "type": "opencollective",
3447 - "url": "https://opencollective.com/csstools"
3448 - }
3449 - ],
3375 + "node_modules/@emotion/is-prop-valid": {
3376 + "version": "1.3.1",
3377 + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz",
3378 + "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==",
3379 "license": "MIT",
3451 - "engines": {
3452 - "node": ">=20.19.0"
3453 - },
3454 - "peerDependencies": {
3455 - "@csstools/css-parser-algorithms": "^4.0.0",
3456 - "@csstools/css-tokenizer": "^4.0.0"
3380 + "dependencies": {
3381 + "@emotion/memoize": "^0.9.0"
3382 }
3383 },
3459 - "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/css-color-parser": {
3460 - "version": "4.0.1",
3461 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3462 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3463 - "funding": [
3464 - {
3465 - "type": "github",
3466 - "url": "https://github.com/sponsors/csstools"
3467 - },
3468 - {
3469 - "type": "opencollective",
3470 - "url": "https://opencollective.com/csstools"
3471 - }
3472 - ],
3384 + "node_modules/@emotion/memoize": {
3385 + "version": "0.9.0",
3386 + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
3387 + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
3388 + "license": "MIT"
3389 + },
3390 + "node_modules/@emotion/stylis": {
3391 + "version": "0.8.5",
3392 + "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
3393 + "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==",
3394 + "license": "MIT"
3395 + },
3396 + "node_modules/@emotion/unitless": {
3397 + "version": "0.7.5",
3398 + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
3399 + "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
3400 + "license": "MIT"
3401 + },
3402 + "node_modules/@eslint-community/eslint-utils": {
3403 + "version": "4.7.0",
3404 + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
3405 + "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
3406 "license": "MIT",
3407 "dependencies": {
3475 - "@csstools/color-helpers": "^6.0.1",
3476 - "@csstools/css-calc": "^3.0.0"
3408 + "eslint-visitor-keys": "^3.4.3"
3409 },
3410 "engines": {
3479 - "node": ">=20.19.0"
3411 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
3412 },
3481 - "peerDependencies": {
3482 - "@csstools/css-parser-algorithms": "^4.0.0",
3483 - "@csstools/css-tokenizer": "^4.0.0"
3484 - }
3485 - },
3486 - "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/css-parser-algorithms": {
3487 - "version": "4.0.0",
3488 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
3489 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
3490 - "funding": [
3491 - {
3492 - "type": "github",
3493 - "url": "https://github.com/sponsors/csstools"
3494 - },
3495 - {
3496 - "type": "opencollective",
3497 - "url": "https://opencollective.com/csstools"
3498 - }
3499 - ],
3500 - "license": "MIT",
3501 - "engines": {
3502 - "node": ">=20.19.0"
3413 + "funding": {
3414 + "url": "https://opencollective.com/eslint"
3415 },
3416 "peerDependencies": {
3505 - "@csstools/css-tokenizer": "^4.0.0"
3417 + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
3418 }
3419 },
3508 - "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/css-tokenizer": {
3509 - "version": "4.0.0",
3510 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
3511 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
3512 - "funding": [
3513 - {
3514 - "type": "github",
3515 - "url": "https://github.com/sponsors/csstools"
3516 - },
3517 - {
3518 - "type": "opencollective",
3519 - "url": "https://opencollective.com/csstools"
3520 - }
3521 - ],
3420 + "node_modules/@eslint-community/regexpp": {
3421 + "version": "4.12.1",
3422 + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
3423 + "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
3424 "license": "MIT",
3425 "engines": {
3524 - "node": ">=20.19.0"
3426 + "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
3427 }
3428 },
3527 - "node_modules/@csstools/postcss-cascade-layers": {
3528 - "version": "6.0.0",
3529 - "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-6.0.0.tgz",
3530 - "integrity": "sha512-WhsECqmrEZQGqaPlBA7JkmF/CJ2/+wetL4fkL9sOPccKd32PQ1qToFM6gqSI5rkpmYqubvbxjEJhyMTHYK0vZQ==",
3531 - "funding": [
3532 - {
3533 - "type": "github",
3534 - "url": "https://github.com/sponsors/csstools"
3535 - },
3536 - {
3537 - "type": "opencollective",
3538 - "url": "https://opencollective.com/csstools"
3539 - }
3540 - ],
3541 - "license": "MIT-0",
3542 - "dependencies": {
3543 - "@csstools/selector-specificity": "^6.0.0",
3544 - "postcss-selector-parser": "^7.1.1"
3545 - },
3429 + "node_modules/@eslint/compat": {
3430 + "version": "1.2.4",
3431 + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.4.tgz",
3432 + "integrity": "sha512-S8ZdQj/N69YAtuqFt7653jwcvuUj131+6qGLUyDqfDg1OIoBQ66OCuXC473YQfO2AaxITTutiRQiDwoo7ZLYyg==",
3433 + "dev": true,
3434 + "license": "Apache-2.0",
3435 "engines": {
3547 - "node": ">=20.19.0"
3436 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3437 },
3438 "peerDependencies": {
3550 - "postcss": "^8.4"
3439 + "eslint": "^9.10.0"
3440 + },
3441 + "peerDependenciesMeta": {
3442 + "eslint": {
3443 + "optional": true
3444 + }
3445 }
3446 },
3553 - "node_modules/@csstools/postcss-cascade-layers/node_modules/postcss-selector-parser": {
3554 - "version": "7.1.1",
3555 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
3556 - "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
3447 + "node_modules/@eslint/eslintrc": {
3448 + "version": "2.1.4",
3449 + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
3450 + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
3451 + "dev": true,
3452 "license": "MIT",
3453 "dependencies": {
3559 - "cssesc": "^3.0.0",
3560 - "util-deprecate": "^1.0.2"
3454 + "ajv": "^6.12.4",
3455 + "debug": "^4.3.2",
3456 + "espree": "^9.6.0",
3457 + "globals": "^13.19.0",
3458 + "ignore": "^5.2.0",
3459 + "import-fresh": "^3.2.1",
3460 + "js-yaml": "^4.1.0",
3461 + "minimatch": "^3.1.2",
3462 + "strip-json-comments": "^3.1.1"
3463 },
3464 "engines": {
3563 - "node": ">=4"
3465 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
3466 + },
3467 + "funding": {
3468 + "url": "https://opencollective.com/eslint"
3469 }
3470 },
3566 - "node_modules/@csstools/postcss-color-function": {
3567 - "version": "5.0.1",
3568 - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-5.0.1.tgz",
3569 - "integrity": "sha512-SNU4o63+oZpB7ufkTmj3FholvMtJwuyIWqTOVOxnZjNDFEg1hwdbnPjoytZVgKRQGkvkHdAS0uZWn0zH+ZwXCQ==",
3570 - "funding": [
3571 - {
3572 - "type": "github",
3573 - "url": "https://github.com/sponsors/csstools"
3574 - },
3575 - {
3576 - "type": "opencollective",
3577 - "url": "https://opencollective.com/csstools"
3578 - }
3579 - ],
3580 - "license": "MIT-0",
3471 + "node_modules/@eslint/eslintrc/node_modules/ajv": {
3472 + "version": "6.12.6",
3473 + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
3474 + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
3475 + "dev": true,
3476 + "license": "MIT",
3477 "dependencies": {
3582 - "@csstools/css-color-parser": "^4.0.1",
3583 - "@csstools/css-parser-algorithms": "^4.0.0",
3584 - "@csstools/css-tokenizer": "^4.0.0",
3585 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
3586 - "@csstools/utilities": "^3.0.0"
3587 - },
3588 - "engines": {
3589 - "node": ">=20.19.0"
3478 + "fast-deep-equal": "^3.1.1",
3479 + "fast-json-stable-stringify": "^2.0.0",
3480 + "json-schema-traverse": "^0.4.1",
3481 + "uri-js": "^4.2.2"
3482 },
3591 - "peerDependencies": {
3592 - "postcss": "^8.4"
3483 + "funding": {
3484 + "type": "github",
3485 + "url": "https://github.com/sponsors/epoberezkin"
3486 }
3487 },
3595 - "node_modules/@csstools/postcss-color-function-display-p3-linear": {
3488 + "node_modules/@eslint/eslintrc/node_modules/argparse": {
3489 "version": "2.0.1",
3597 - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-2.0.1.tgz",
3598 - "integrity": "sha512-blnzzMkMswoagp1u3JS1OiiTuQCW1F+lQEtlxu2BXhTUmEeKHhSgrrAceF7s4bwZOwKYbkxuw/FC9Ni/zxB7Xw==",
3599 - "funding": [
3600 - {
3601 - "type": "github",
3602 - "url": "https://github.com/sponsors/csstools"
3603 - },
3604 - {
3605 - "type": "opencollective",
3606 - "url": "https://opencollective.com/csstools"
3607 - }
3608 - ],
3609 - "license": "MIT-0",
3490 + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
3491 + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
3492 + "dev": true,
3493 + "license": "Python-2.0"
3494 + },
3495 + "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
3496 + "version": "1.1.12",
3497 + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
3498 + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
3499 + "dev": true,
3500 + "license": "MIT",
3501 "dependencies": {
3611 - "@csstools/css-color-parser": "^4.0.1",
3612 - "@csstools/css-parser-algorithms": "^4.0.0",
3613 - "@csstools/css-tokenizer": "^4.0.0",
3614 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
3615 - "@csstools/utilities": "^3.0.0"
3616 - },
3617 - "engines": {
3618 - "node": ">=20.19.0"
3619 - },
3620 - "peerDependencies": {
3621 - "postcss": "^8.4"
3502 + "balanced-match": "^1.0.0",
3503 + "concat-map": "0.0.1"
3504 }
3505 },
3624 - "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/color-helpers": {
3625 - "version": "6.0.1",
3626 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3627 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3628 - "funding": [
3629 - {
3630 - "type": "github",
3631 - "url": "https://github.com/sponsors/csstools"
3632 - },
3633 - {
3634 - "type": "opencollective",
3635 - "url": "https://opencollective.com/csstools"
3636 - }
3637 - ],
3638 - "license": "MIT-0",
3506 + "node_modules/@eslint/eslintrc/node_modules/globals": {
3507 + "version": "13.24.0",
3508 + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
3509 + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
3510 + "dev": true,
3511 + "license": "MIT",
3512 + "dependencies": {
3513 + "type-fest": "^0.20.2"
3514 + },
3515 "engines": {
3640 - "node": ">=20.19.0"
3516 + "node": ">=8"
3517 + },
3518 + "funding": {
3519 + "url": "https://github.com/sponsors/sindresorhus"
3520 }
3521 },
3643 - "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/css-calc": {
3644 - "version": "3.0.0",
3645 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
3646 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
3647 - "funding": [
3648 - {
3649 - "type": "github",
3650 - "url": "https://github.com/sponsors/csstools"
3651 - },
3652 - {
3653 - "type": "opencollective",
3654 - "url": "https://opencollective.com/csstools"
3655 - }
3656 - ],
3522 + "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
3523 + "version": "4.1.1",
3524 + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
3525 + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
3526 + "dev": true,
3527 "license": "MIT",
3658 - "engines": {
3659 - "node": ">=20.19.0"
3528 + "dependencies": {
3529 + "argparse": "^2.0.1"
3530 },
3661 - "peerDependencies": {
3662 - "@csstools/css-parser-algorithms": "^4.0.0",
3663 - "@csstools/css-tokenizer": "^4.0.0"
3531 + "bin": {
3532 + "js-yaml": "bin/js-yaml.js"
3533 }
3534 },
3666 - "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/css-color-parser": {
3667 - "version": "4.0.1",
3668 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3669 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3670 - "funding": [
3671 - {
3672 - "type": "github",
3673 - "url": "https://github.com/sponsors/csstools"
3674 - },
3675 - {
3676 - "type": "opencollective",
3677 - "url": "https://opencollective.com/csstools"
3678 - }
3679 - ],
3680 - "license": "MIT",
3535 + "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
3536 + "version": "0.4.1",
3537 + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
3538 + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
3539 + "dev": true,
3540 + "license": "MIT"
3541 + },
3542 + "node_modules/@eslint/eslintrc/node_modules/minimatch": {
3543 + "version": "3.1.2",
3544 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3545 + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
3546 + "dev": true,
3547 + "license": "ISC",
3548 "dependencies": {
3682 - "@csstools/color-helpers": "^6.0.1",
3683 - "@csstools/css-calc": "^3.0.0"
3549 + "brace-expansion": "^1.1.7"
3550 },
3551 "engines": {
3686 - "node": ">=20.19.0"
3687 - },
3688 - "peerDependencies": {
3689 - "@csstools/css-parser-algorithms": "^4.0.0",
3690 - "@csstools/css-tokenizer": "^4.0.0"
3552 + "node": "*"
3553 }
3554 },
3693 - "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/css-parser-algorithms": {
3694 - "version": "4.0.0",
3695 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
3696 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
3697 - "funding": [
3698 - {
3699 - "type": "github",
3700 - "url": "https://github.com/sponsors/csstools"
3701 - },
3702 - {
3703 - "type": "opencollective",
3704 - "url": "https://opencollective.com/csstools"
3705 - }
3706 - ],
3555 + "node_modules/@eslint/js": {
3556 + "version": "8.57.1",
3557 + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
3558 + "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
3559 + "dev": true,
3560 "license": "MIT",
3561 "engines": {
3709 - "node": ">=20.19.0"
3710 - },
3711 - "peerDependencies": {
3712 - "@csstools/css-tokenizer": "^4.0.0"
3562 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
3563 }
3564 },
3715 - "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/css-tokenizer": {
3716 - "version": "4.0.0",
3717 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
3718 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
3719 - "funding": [
3720 - {
3721 - "type": "github",
3722 - "url": "https://github.com/sponsors/csstools"
3723 - },
3724 - {
3725 - "type": "opencollective",
3726 - "url": "https://opencollective.com/csstools"
3727 - }
3728 - ],
3565 + "node_modules/@expo/devcert": {
3566 + "version": "1.2.0",
3567 + "resolved": "https://registry.npmjs.org/@expo/devcert/-/devcert-1.2.0.tgz",
3568 + "integrity": "sha512-Uilcv3xGELD5t/b0eM4cxBFEKQRIivB3v7i+VhWLV/gL98aw810unLKKJbGAxAIhY6Ipyz8ChWibFsKFXYwstA==",
3569 "license": "MIT",
3730 - "engines": {
3731 - "node": ">=20.19.0"
3570 + "dependencies": {
3571 + "@expo/sudo-prompt": "^9.3.1",
3572 + "debug": "^3.1.0",
3573 + "glob": "^10.4.2"
3574 }
3575 },
3734 - "node_modules/@csstools/postcss-color-function/node_modules/@csstools/color-helpers": {
3735 - "version": "6.0.1",
3736 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3737 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3738 - "funding": [
3739 - {
3740 - "type": "github",
3741 - "url": "https://github.com/sponsors/csstools"
3742 - },
3743 - {
3744 - "type": "opencollective",
3745 - "url": "https://opencollective.com/csstools"
3746 - }
3747 - ],
3748 - "license": "MIT-0",
3749 - "engines": {
3750 - "node": ">=20.19.0"
3576 + "node_modules/@expo/devcert/node_modules/debug": {
3577 + "version": "3.2.7",
3578 + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
3579 + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
3580 + "license": "MIT",
3581 + "dependencies": {
3582 + "ms": "^2.1.1"
3583 }
3584 },
3753 - "node_modules/@csstools/postcss-color-function/node_modules/@csstools/css-calc": {
3754 - "version": "3.0.0",
3755 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
3756 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
3757 - "funding": [
3758 - {
3759 - "type": "github",
3760 - "url": "https://github.com/sponsors/csstools"
3761 - },
3762 - {
3763 - "type": "opencollective",
3764 - "url": "https://opencollective.com/csstools"
3765 - }
3766 - ],
3585 + "node_modules/@expo/sudo-prompt": {
3586 + "version": "9.3.2",
3587 + "resolved": "https://registry.npmjs.org/@expo/sudo-prompt/-/sudo-prompt-9.3.2.tgz",
3588 + "integrity": "sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw==",
3589 + "license": "MIT"
3590 + },
3591 + "node_modules/@fastify/busboy": {
3592 + "version": "2.1.1",
3593 + "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
3594 + "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
3595 + "dev": true,
3596 "license": "MIT",
3597 "engines": {
3769 - "node": ">=20.19.0"
3770 - },
3771 - "peerDependencies": {
3772 - "@csstools/css-parser-algorithms": "^4.0.0",
3773 - "@csstools/css-tokenizer": "^4.0.0"
3598 + "node": ">=14"
3599 }
3600 },
3776 - "node_modules/@csstools/postcss-color-function/node_modules/@csstools/css-color-parser": {
3777 - "version": "4.0.1",
3778 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3779 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3780 - "funding": [
3781 - {
3782 - "type": "github",
3783 - "url": "https://github.com/sponsors/csstools"
3784 - },
3785 - {
3786 - "type": "opencollective",
3787 - "url": "https://opencollective.com/csstools"
3788 - }
3789 - ],
3601 + "node_modules/@gatsbyjs/parcel-namer-relative-to-cwd": {
3602 + "version": "2.16.0",
3603 + "resolved": "https://registry.npmjs.org/@gatsbyjs/parcel-namer-relative-to-cwd/-/parcel-namer-relative-to-cwd-2.16.0.tgz",
3604 + "integrity": "sha512-E05myRVDUgUXS41wWxBOc0wPub1WAty3M6bO2vGctToXO11Lw9tci9banlSQojBB12ExsmRqNW90FxtVNTbfQA==",
3605 "license": "MIT",
3606 "dependencies": {
3792 - "@csstools/color-helpers": "^6.0.1",
3793 - "@csstools/css-calc": "^3.0.0"
3607 + "@babel/runtime": "^7.20.13",
3608 + "@parcel/namer-default": "2.8.3",
3609 + "@parcel/plugin": "2.8.3",
3610 + "gatsby-core-utils": "^4.16.0"
3611 },
3612 "engines": {
3796 - "node": ">=20.19.0"
3797 - },
3798 - "peerDependencies": {
3799 - "@csstools/css-parser-algorithms": "^4.0.0",
3800 - "@csstools/css-tokenizer": "^4.0.0"
3613 + "node": ">=18.0.0 <26",
3614 + "parcel": "2.x"
3615 }
3616 },
3803 - "node_modules/@csstools/postcss-color-function/node_modules/@csstools/css-parser-algorithms": {
3804 - "version": "4.0.0",
3805 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
3806 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
3807 - "funding": [
3808 - {
3809 - "type": "github",
3810 - "url": "https://github.com/sponsors/csstools"
3811 - },
3812 - {
3813 - "type": "opencollective",
3814 - "url": "https://opencollective.com/csstools"
3815 - }
3816 - ],
3617 + "node_modules/@gatsbyjs/reach-router": {
3618 + "version": "2.0.1",
3619 + "resolved": "https://registry.npmjs.org/@gatsbyjs/reach-router/-/reach-router-2.0.1.tgz",
3620 + "integrity": "sha512-gmSZniS9/phwgEgpFARMpNg21PkYDZEpfgEzvkgpE/iku4uvXqCrxr86fXbTpI9mkrhKS1SCTYmLGe60VdHcdQ==",
3621 "license": "MIT",
3818 - "engines": {
3819 - "node": ">=20.19.0"
3622 + "dependencies": {
3623 + "invariant": "^2.2.4",
3624 + "prop-types": "^15.8.1"
3625 },
3626 "peerDependencies": {
3822 - "@csstools/css-tokenizer": "^4.0.0"
3627 + "react": "18.x",
3628 + "react-dom": "18.x"
3629 }
3630 },
3825 - "node_modules/@csstools/postcss-color-function/node_modules/@csstools/css-tokenizer": {
3826 - "version": "4.0.0",
3827 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
3828 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
3829 - "funding": [
3830 - {
3831 - "type": "github",
3832 - "url": "https://github.com/sponsors/csstools"
3833 - },
3834 - {
3835 - "type": "opencollective",
3836 - "url": "https://opencollective.com/csstools"
3837 - }
3838 - ],
3631 + "node_modules/@gatsbyjs/webpack-hot-middleware": {
3632 + "version": "2.25.3",
3633 + "resolved": "https://registry.npmjs.org/@gatsbyjs/webpack-hot-middleware/-/webpack-hot-middleware-2.25.3.tgz",
3634 + "integrity": "sha512-ul17OZ8Dlw+ATRbnuU+kwxuAlq9lKbYz/2uBS1FLCdgoPTF1H2heP7HbUbgfMZbfRQNcCG2rMscMnr32ritCDw==",
3635 "license": "MIT",
3840 - "engines": {
3841 - "node": ">=20.19.0"
3842 - }
3843 - },
3844 - "node_modules/@csstools/postcss-color-mix-function": {
3845 - "version": "4.0.1",
3846 - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-4.0.1.tgz",
3847 - "integrity": "sha512-B9XBCd8cmHVwnc5YTn2YVXOlNMTNwuPIpJQ87665vaNdfNorVWz8JhAAv7Vq0v66TA6htE7+QW0OidL/QV0tiA==",
3848 - "funding": [
3849 - {
3850 - "type": "github",
3851 - "url": "https://github.com/sponsors/csstools"
3852 - },
3853 - {
3854 - "type": "opencollective",
3855 - "url": "https://opencollective.com/csstools"
3856 - }
3857 - ],
3858 - "license": "MIT-0",
3859 - "dependencies": {
3860 - "@csstools/css-color-parser": "^4.0.1",
3861 - "@csstools/css-parser-algorithms": "^4.0.0",
3862 - "@csstools/css-tokenizer": "^4.0.0",
3863 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
3864 - "@csstools/utilities": "^3.0.0"
3865 - },
3866 - "engines": {
3867 - "node": ">=20.19.0"
3868 - },
3869 - "peerDependencies": {
3870 - "postcss": "^8.4"
3871 - }
3872 - },
3873 - "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/color-helpers": {
3874 - "version": "6.0.1",
3875 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3876 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
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 - "engines": {
3889 - "node": ">=20.19.0"
3890 - }
3891 - },
3892 - "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/css-calc": {
3893 - "version": "3.0.0",
3894 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
3895 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
3896 - "funding": [
3897 - {
3898 - "type": "github",
3899 - "url": "https://github.com/sponsors/csstools"
3900 - },
3901 - {
3902 - "type": "opencollective",
3903 - "url": "https://opencollective.com/csstools"
3904 - }
3905 - ],
3906 - "license": "MIT",
3907 - "engines": {
3908 - "node": ">=20.19.0"
3909 - },
3910 - "peerDependencies": {
3911 - "@csstools/css-parser-algorithms": "^4.0.0",
3912 - "@csstools/css-tokenizer": "^4.0.0"
3913 - }
3914 - },
3915 - "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/css-color-parser": {
3916 - "version": "4.0.1",
3917 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3918 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3919 - "funding": [
3920 - {
3921 - "type": "github",
3922 - "url": "https://github.com/sponsors/csstools"
3923 - },
3924 - {
3925 - "type": "opencollective",
3926 - "url": "https://opencollective.com/csstools"
3927 - }
3928 - ],
3929 - "license": "MIT",
3930 - "dependencies": {
3931 - "@csstools/color-helpers": "^6.0.1",
3932 - "@csstools/css-calc": "^3.0.0"
3933 - },
3934 - "engines": {
3935 - "node": ">=20.19.0"
3936 - },
3937 - "peerDependencies": {
3938 - "@csstools/css-parser-algorithms": "^4.0.0",
3939 - "@csstools/css-tokenizer": "^4.0.0"
3940 - }
3941 - },
3942 - "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/css-parser-algorithms": {
3943 - "version": "4.0.0",
3944 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
3945 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
3946 - "funding": [
3947 - {
3948 - "type": "github",
3949 - "url": "https://github.com/sponsors/csstools"
3950 - },
3951 - {
3952 - "type": "opencollective",
3953 - "url": "https://opencollective.com/csstools"
3954 - }
3955 - ],
3956 - "license": "MIT",
3957 - "engines": {
3958 - "node": ">=20.19.0"
3959 - },
3960 - "peerDependencies": {
3961 - "@csstools/css-tokenizer": "^4.0.0"
3962 - }
3963 - },
3964 - "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/css-tokenizer": {
3965 - "version": "4.0.0",
3966 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
3967 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
3968 - "funding": [
3969 - {
3970 - "type": "github",
3971 - "url": "https://github.com/sponsors/csstools"
3972 - },
3973 - {
3974 - "type": "opencollective",
3975 - "url": "https://opencollective.com/csstools"
3976 - }
3977 - ],
3978 - "license": "MIT",
3979 - "engines": {
3980 - "node": ">=20.19.0"
3981 - }
3982 - },
3983 - "node_modules/@csstools/postcss-color-mix-variadic-function-arguments": {
3984 - "version": "2.0.1",
3985 - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-2.0.1.tgz",
3986 - "integrity": "sha512-PV5nv9EHsEsvC5GlVqAHa1PznP/qZxFAIABImrkGJUbSoFUTwpnPch/dYSKw52CQ0aNnwCqMHoM29wDwmpVLqw==",
3987 - "funding": [
3988 - {
3989 - "type": "github",
3990 - "url": "https://github.com/sponsors/csstools"
3991 - },
3992 - {
3993 - "type": "opencollective",
3994 - "url": "https://opencollective.com/csstools"
3995 - }
3996 - ],
3997 - "license": "MIT-0",
3998 - "dependencies": {
3999 - "@csstools/css-color-parser": "^4.0.1",
4000 - "@csstools/css-parser-algorithms": "^4.0.0",
4001 - "@csstools/css-tokenizer": "^4.0.0",
4002 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
4003 - "@csstools/utilities": "^3.0.0"
4004 - },
4005 - "engines": {
4006 - "node": ">=20.19.0"
4007 - },
4008 - "peerDependencies": {
4009 - "postcss": "^8.4"
4010 - }
4011 - },
4012 - "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/color-helpers": {
4013 - "version": "6.0.1",
4014 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
4015 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
4016 - "funding": [
4017 - {
4018 - "type": "github",
4019 - "url": "https://github.com/sponsors/csstools"
4020 - },
4021 - {
4022 - "type": "opencollective",
4023 - "url": "https://opencollective.com/csstools"
4024 - }
4025 - ],
4026 - "license": "MIT-0",
4027 - "engines": {
4028 - "node": ">=20.19.0"
4029 - }
4030 - },
4031 - "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/css-calc": {
4032 - "version": "3.0.0",
4033 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
4034 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
4035 - "funding": [
4036 - {
4037 - "type": "github",
4038 - "url": "https://github.com/sponsors/csstools"
4039 - },
4040 - {
4041 - "type": "opencollective",
4042 - "url": "https://opencollective.com/csstools"
4043 - }
4044 - ],
4045 - "license": "MIT",
4046 - "engines": {
4047 - "node": ">=20.19.0"
4048 - },
4049 - "peerDependencies": {
4050 - "@csstools/css-parser-algorithms": "^4.0.0",
4051 - "@csstools/css-tokenizer": "^4.0.0"
4052 - }
4053 - },
4054 - "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/css-color-parser": {
4055 - "version": "4.0.1",
4056 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4057 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4058 - "funding": [
4059 - {
4060 - "type": "github",
4061 - "url": "https://github.com/sponsors/csstools"
4062 - },
4063 - {
4064 - "type": "opencollective",
4065 - "url": "https://opencollective.com/csstools"
4066 - }
4067 - ],
4068 - "license": "MIT",
4069 - "dependencies": {
4070 - "@csstools/color-helpers": "^6.0.1",
4071 - "@csstools/css-calc": "^3.0.0"
4072 - },
4073 - "engines": {
4074 - "node": ">=20.19.0"
4075 - },
4076 - "peerDependencies": {
4077 - "@csstools/css-parser-algorithms": "^4.0.0",
4078 - "@csstools/css-tokenizer": "^4.0.0"
4079 - }
4080 - },
4081 - "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/css-parser-algorithms": {
4082 - "version": "4.0.0",
4083 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4084 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4085 - "funding": [
4086 - {
4087 - "type": "github",
4088 - "url": "https://github.com/sponsors/csstools"
4089 - },
4090 - {
4091 - "type": "opencollective",
4092 - "url": "https://opencollective.com/csstools"
4093 - }
4094 - ],
4095 - "license": "MIT",
4096 - "engines": {
4097 - "node": ">=20.19.0"
4098 - },
4099 - "peerDependencies": {
4100 - "@csstools/css-tokenizer": "^4.0.0"
4101 - }
4102 - },
4103 - "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/css-tokenizer": {
4104 - "version": "4.0.0",
4105 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4106 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4107 - "funding": [
4108 - {
4109 - "type": "github",
4110 - "url": "https://github.com/sponsors/csstools"
4111 - },
4112 - {
4113 - "type": "opencollective",
4114 - "url": "https://opencollective.com/csstools"
4115 - }
4116 - ],
4117 - "license": "MIT",
4118 - "engines": {
4119 - "node": ">=20.19.0"
4120 - }
4121 - },
4122 - "node_modules/@csstools/postcss-content-alt-text": {
4123 - "version": "3.0.0",
4124 - "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-3.0.0.tgz",
4125 - "integrity": "sha512-OHa+4aCcrJtHpPWB3zptScHwpS1TUbeLR4uO0ntIz0Su/zw9SoWkVu+tDMSySSAsNtNSI3kut4fTliFwIsrHxA==",
4126 - "funding": [
4127 - {
4128 - "type": "github",
4129 - "url": "https://github.com/sponsors/csstools"
4130 - },
4131 - {
4132 - "type": "opencollective",
4133 - "url": "https://opencollective.com/csstools"
4134 - }
4135 - ],
4136 - "license": "MIT-0",
4137 - "dependencies": {
4138 - "@csstools/css-parser-algorithms": "^4.0.0",
4139 - "@csstools/css-tokenizer": "^4.0.0",
4140 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
4141 - "@csstools/utilities": "^3.0.0"
4142 - },
4143 - "engines": {
4144 - "node": ">=20.19.0"
4145 - },
4146 - "peerDependencies": {
4147 - "postcss": "^8.4"
4148 - }
4149 - },
4150 - "node_modules/@csstools/postcss-content-alt-text/node_modules/@csstools/css-parser-algorithms": {
4151 - "version": "4.0.0",
4152 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4153 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4154 - "funding": [
4155 - {
4156 - "type": "github",
4157 - "url": "https://github.com/sponsors/csstools"
4158 - },
4159 - {
4160 - "type": "opencollective",
4161 - "url": "https://opencollective.com/csstools"
4162 - }
4163 - ],
4164 - "license": "MIT",
4165 - "engines": {
4166 - "node": ">=20.19.0"
4167 - },
4168 - "peerDependencies": {
4169 - "@csstools/css-tokenizer": "^4.0.0"
4170 - }
4171 - },
4172 - "node_modules/@csstools/postcss-content-alt-text/node_modules/@csstools/css-tokenizer": {
4173 - "version": "4.0.0",
4174 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4175 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4176 - "funding": [
4177 - {
4178 - "type": "github",
4179 - "url": "https://github.com/sponsors/csstools"
4180 - },
4181 - {
4182 - "type": "opencollective",
4183 - "url": "https://opencollective.com/csstools"
4184 - }
4185 - ],
4186 - "license": "MIT",
4187 - "engines": {
4188 - "node": ">=20.19.0"
4189 - }
4190 - },
4191 - "node_modules/@csstools/postcss-contrast-color-function": {
4192 - "version": "3.0.1",
4193 - "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-3.0.1.tgz",
4194 - "integrity": "sha512-Zy2gyAPsUyoAUkmBjLbWcXJhglM+toBRpNegyJc/LTHpSpIbMKVmByGQ+VSw01E1Pov8Dk/fgEs9hd11xtGC8g==",
4195 - "funding": [
4196 - {
4197 - "type": "github",
4198 - "url": "https://github.com/sponsors/csstools"
4199 - },
4200 - {
4201 - "type": "opencollective",
4202 - "url": "https://opencollective.com/csstools"
4203 - }
4204 - ],
4205 - "license": "MIT-0",
4206 - "dependencies": {
4207 - "@csstools/css-color-parser": "^4.0.1",
4208 - "@csstools/css-parser-algorithms": "^4.0.0",
4209 - "@csstools/css-tokenizer": "^4.0.0",
4210 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
4211 - "@csstools/utilities": "^3.0.0"
4212 - },
4213 - "engines": {
4214 - "node": ">=20.19.0"
4215 - },
4216 - "peerDependencies": {
4217 - "postcss": "^8.4"
4218 - }
4219 - },
4220 - "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/color-helpers": {
4221 - "version": "6.0.1",
4222 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
4223 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
4224 - "funding": [
4225 - {
4226 - "type": "github",
4227 - "url": "https://github.com/sponsors/csstools"
4228 - },
4229 - {
4230 - "type": "opencollective",
4231 - "url": "https://opencollective.com/csstools"
4232 - }
4233 - ],
4234 - "license": "MIT-0",
4235 - "engines": {
4236 - "node": ">=20.19.0"
4237 - }
4238 - },
4239 - "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/css-calc": {
4240 - "version": "3.0.0",
4241 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
4242 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
4243 - "funding": [
4244 - {
4245 - "type": "github",
4246 - "url": "https://github.com/sponsors/csstools"
4247 - },
4248 - {
4249 - "type": "opencollective",
4250 - "url": "https://opencollective.com/csstools"
4251 - }
4252 - ],
4253 - "license": "MIT",
4254 - "engines": {
4255 - "node": ">=20.19.0"
4256 - },
4257 - "peerDependencies": {
4258 - "@csstools/css-parser-algorithms": "^4.0.0",
4259 - "@csstools/css-tokenizer": "^4.0.0"
4260 - }
4261 - },
4262 - "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/css-color-parser": {
4263 - "version": "4.0.1",
4264 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4265 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4266 - "funding": [
4267 - {
4268 - "type": "github",
4269 - "url": "https://github.com/sponsors/csstools"
4270 - },
4271 - {
4272 - "type": "opencollective",
4273 - "url": "https://opencollective.com/csstools"
4274 - }
4275 - ],
4276 - "license": "MIT",
4277 - "dependencies": {
4278 - "@csstools/color-helpers": "^6.0.1",
4279 - "@csstools/css-calc": "^3.0.0"
4280 - },
4281 - "engines": {
4282 - "node": ">=20.19.0"
4283 - },
4284 - "peerDependencies": {
4285 - "@csstools/css-parser-algorithms": "^4.0.0",
4286 - "@csstools/css-tokenizer": "^4.0.0"
4287 - }
4288 - },
4289 - "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/css-parser-algorithms": {
4290 - "version": "4.0.0",
4291 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4292 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4293 - "funding": [
4294 - {
4295 - "type": "github",
4296 - "url": "https://github.com/sponsors/csstools"
4297 - },
4298 - {
4299 - "type": "opencollective",
4300 - "url": "https://opencollective.com/csstools"
4301 - }
4302 - ],
4303 - "license": "MIT",
4304 - "engines": {
4305 - "node": ">=20.19.0"
4306 - },
4307 - "peerDependencies": {
4308 - "@csstools/css-tokenizer": "^4.0.0"
4309 - }
4310 - },
4311 - "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/css-tokenizer": {
4312 - "version": "4.0.0",
4313 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4314 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4315 - "funding": [
4316 - {
4317 - "type": "github",
4318 - "url": "https://github.com/sponsors/csstools"
4319 - },
4320 - {
4321 - "type": "opencollective",
4322 - "url": "https://opencollective.com/csstools"
4323 - }
4324 - ],
4325 - "license": "MIT",
4326 - "engines": {
4327 - "node": ">=20.19.0"
4328 - }
4329 - },
4330 - "node_modules/@csstools/postcss-exponential-functions": {
4331 - "version": "3.0.0",
4332 - "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-3.0.0.tgz",
4333 - "integrity": "sha512-KCtnlZw1VrDCAbYxE44rUHONYAkjhh0/iS5T3L2K5OHuvoSEvxDjJO82pRwTmsRxVtSiC+syPjx2k2xsqHOM7w==",
4334 - "funding": [
4335 - {
4336 - "type": "github",
4337 - "url": "https://github.com/sponsors/csstools"
4338 - },
4339 - {
4340 - "type": "opencollective",
4341 - "url": "https://opencollective.com/csstools"
4342 - }
4343 - ],
4344 - "license": "MIT-0",
4345 - "dependencies": {
4346 - "@csstools/css-calc": "^3.0.0",
4347 - "@csstools/css-parser-algorithms": "^4.0.0",
4348 - "@csstools/css-tokenizer": "^4.0.0"
4349 - },
4350 - "engines": {
4351 - "node": ">=20.19.0"
4352 - },
4353 - "peerDependencies": {
4354 - "postcss": "^8.4"
4355 - }
4356 - },
4357 - "node_modules/@csstools/postcss-exponential-functions/node_modules/@csstools/css-calc": {
4358 - "version": "3.0.0",
4359 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
4360 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
4361 - "funding": [
4362 - {
4363 - "type": "github",
4364 - "url": "https://github.com/sponsors/csstools"
4365 - },
4366 - {
4367 - "type": "opencollective",
4368 - "url": "https://opencollective.com/csstools"
4369 - }
4370 - ],
4371 - "license": "MIT",
4372 - "engines": {
4373 - "node": ">=20.19.0"
4374 - },
4375 - "peerDependencies": {
4376 - "@csstools/css-parser-algorithms": "^4.0.0",
4377 - "@csstools/css-tokenizer": "^4.0.0"
4378 - }
4379 - },
4380 - "node_modules/@csstools/postcss-exponential-functions/node_modules/@csstools/css-parser-algorithms": {
4381 - "version": "4.0.0",
4382 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4383 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4384 - "funding": [
4385 - {
4386 - "type": "github",
4387 - "url": "https://github.com/sponsors/csstools"
4388 - },
4389 - {
4390 - "type": "opencollective",
4391 - "url": "https://opencollective.com/csstools"
4392 - }
4393 - ],
4394 - "license": "MIT",
4395 - "engines": {
4396 - "node": ">=20.19.0"
4397 - },
4398 - "peerDependencies": {
4399 - "@csstools/css-tokenizer": "^4.0.0"
4400 - }
4401 - },
4402 - "node_modules/@csstools/postcss-exponential-functions/node_modules/@csstools/css-tokenizer": {
4403 - "version": "4.0.0",
4404 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4405 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4406 - "funding": [
4407 - {
4408 - "type": "github",
4409 - "url": "https://github.com/sponsors/csstools"
4410 - },
4411 - {
4412 - "type": "opencollective",
4413 - "url": "https://opencollective.com/csstools"
4414 - }
4415 - ],
4416 - "license": "MIT",
4417 - "engines": {
4418 - "node": ">=20.19.0"
4419 - }
4420 - },
4421 - "node_modules/@csstools/postcss-font-format-keywords": {
4422 - "version": "5.0.0",
4423 - "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-5.0.0.tgz",
4424 - "integrity": "sha512-M1EjCe/J3u8fFhOZgRci74cQhJ7R0UFBX6T+WqoEvjrr8hVfMiV+HTYrzxLY5OW8YllvXYr5Q5t5OvJbsUSeDg==",
4425 - "funding": [
4426 - {
4427 - "type": "github",
4428 - "url": "https://github.com/sponsors/csstools"
4429 - },
4430 - {
4431 - "type": "opencollective",
4432 - "url": "https://opencollective.com/csstools"
4433 - }
4434 - ],
4435 - "license": "MIT-0",
4436 - "dependencies": {
4437 - "@csstools/utilities": "^3.0.0",
4438 - "postcss-value-parser": "^4.2.0"
4439 - },
4440 - "engines": {
4441 - "node": ">=20.19.0"
4442 - },
4443 - "peerDependencies": {
4444 - "postcss": "^8.4"
4445 - }
4446 - },
4447 - "node_modules/@csstools/postcss-gamut-mapping": {
4448 - "version": "3.0.1",
4449 - "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-3.0.1.tgz",
4450 - "integrity": "sha512-0S7D+gArVXsgRDxjoNv8g2QlaIi/SegqdlTMgVwowaPSyxaZsVnwrhShvmlpoLOVHmpJfHKGiXzn1Hc1BcZCzQ==",
4451 - "funding": [
4452 - {
4453 - "type": "github",
4454 - "url": "https://github.com/sponsors/csstools"
4455 - },
4456 - {
4457 - "type": "opencollective",
4458 - "url": "https://opencollective.com/csstools"
4459 - }
4460 - ],
4461 - "license": "MIT-0",
4462 - "dependencies": {
4463 - "@csstools/css-color-parser": "^4.0.1",
4464 - "@csstools/css-parser-algorithms": "^4.0.0",
4465 - "@csstools/css-tokenizer": "^4.0.0"
4466 - },
4467 - "engines": {
4468 - "node": ">=20.19.0"
4469 - },
4470 - "peerDependencies": {
4471 - "postcss": "^8.4"
4472 - }
4473 - },
4474 - "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/color-helpers": {
4475 - "version": "6.0.1",
4476 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
4477 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
4478 - "funding": [
4479 - {
4480 - "type": "github",
4481 - "url": "https://github.com/sponsors/csstools"
4482 - },
4483 - {
4484 - "type": "opencollective",
4485 - "url": "https://opencollective.com/csstools"
4486 - }
4487 - ],
4488 - "license": "MIT-0",
4489 - "engines": {
4490 - "node": ">=20.19.0"
4491 - }
4492 - },
4493 - "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/css-calc": {
4494 - "version": "3.0.0",
4495 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
4496 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
4497 - "funding": [
4498 - {
4499 - "type": "github",
4500 - "url": "https://github.com/sponsors/csstools"
4501 - },
4502 - {
4503 - "type": "opencollective",
4504 - "url": "https://opencollective.com/csstools"
4505 - }
4506 - ],
4507 - "license": "MIT",
4508 - "engines": {
4509 - "node": ">=20.19.0"
4510 - },
4511 - "peerDependencies": {
4512 - "@csstools/css-parser-algorithms": "^4.0.0",
4513 - "@csstools/css-tokenizer": "^4.0.0"
4514 - }
4515 - },
4516 - "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/css-color-parser": {
4517 - "version": "4.0.1",
4518 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4519 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4520 - "funding": [
4521 - {
4522 - "type": "github",
4523 - "url": "https://github.com/sponsors/csstools"
4524 - },
4525 - {
4526 - "type": "opencollective",
4527 - "url": "https://opencollective.com/csstools"
4528 - }
4529 - ],
4530 - "license": "MIT",
4531 - "dependencies": {
4532 - "@csstools/color-helpers": "^6.0.1",
4533 - "@csstools/css-calc": "^3.0.0"
4534 - },
4535 - "engines": {
4536 - "node": ">=20.19.0"
4537 - },
4538 - "peerDependencies": {
4539 - "@csstools/css-parser-algorithms": "^4.0.0",
4540 - "@csstools/css-tokenizer": "^4.0.0"
4541 - }
4542 - },
4543 - "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/css-parser-algorithms": {
4544 - "version": "4.0.0",
4545 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4546 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4547 - "funding": [
4548 - {
4549 - "type": "github",
4550 - "url": "https://github.com/sponsors/csstools"
4551 - },
4552 - {
4553 - "type": "opencollective",
4554 - "url": "https://opencollective.com/csstools"
4555 - }
4556 - ],
4557 - "license": "MIT",
4558 - "engines": {
4559 - "node": ">=20.19.0"
4560 - },
4561 - "peerDependencies": {
4562 - "@csstools/css-tokenizer": "^4.0.0"
4563 - }
4564 - },
4565 - "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/css-tokenizer": {
4566 - "version": "4.0.0",
4567 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4568 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4569 - "funding": [
4570 - {
4571 - "type": "github",
4572 - "url": "https://github.com/sponsors/csstools"
4573 - },
4574 - {
4575 - "type": "opencollective",
4576 - "url": "https://opencollective.com/csstools"
4577 - }
4578 - ],
4579 - "license": "MIT",
4580 - "engines": {
4581 - "node": ">=20.19.0"
4582 - }
4583 - },
4584 - "node_modules/@csstools/postcss-gradients-interpolation-method": {
4585 - "version": "6.0.1",
4586 - "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-6.0.1.tgz",
4587 - "integrity": "sha512-Y5dxOstuUCdmU1tuEB/EgKxDw+/DAZes4gQeitb/H0S5khmjT24CfbVa/l2ZelNCEEq9KjxqO2cjwDV2vqj62w==",
4588 - "funding": [
4589 - {
4590 - "type": "github",
4591 - "url": "https://github.com/sponsors/csstools"
4592 - },
4593 - {
4594 - "type": "opencollective",
4595 - "url": "https://opencollective.com/csstools"
4596 - }
4597 - ],
4598 - "license": "MIT-0",
4599 - "dependencies": {
4600 - "@csstools/css-color-parser": "^4.0.1",
4601 - "@csstools/css-parser-algorithms": "^4.0.0",
4602 - "@csstools/css-tokenizer": "^4.0.0",
4603 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
4604 - "@csstools/utilities": "^3.0.0"
4605 - },
4606 - "engines": {
4607 - "node": ">=20.19.0"
4608 - },
4609 - "peerDependencies": {
4610 - "postcss": "^8.4"
4611 - }
4612 - },
4613 - "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/color-helpers": {
4614 - "version": "6.0.1",
4615 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
4616 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
4617 - "funding": [
4618 - {
4619 - "type": "github",
4620 - "url": "https://github.com/sponsors/csstools"
4621 - },
4622 - {
4623 - "type": "opencollective",
4624 - "url": "https://opencollective.com/csstools"
4625 - }
4626 - ],
4627 - "license": "MIT-0",
4628 - "engines": {
4629 - "node": ">=20.19.0"
4630 - }
4631 - },
4632 - "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/css-calc": {
4633 - "version": "3.0.0",
4634 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
4635 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
4636 - "funding": [
4637 - {
4638 - "type": "github",
4639 - "url": "https://github.com/sponsors/csstools"
4640 - },
4641 - {
4642 - "type": "opencollective",
4643 - "url": "https://opencollective.com/csstools"
4644 - }
4645 - ],
4646 - "license": "MIT",
4647 - "engines": {
4648 - "node": ">=20.19.0"
4649 - },
4650 - "peerDependencies": {
4651 - "@csstools/css-parser-algorithms": "^4.0.0",
4652 - "@csstools/css-tokenizer": "^4.0.0"
4653 - }
4654 - },
4655 - "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/css-color-parser": {
4656 - "version": "4.0.1",
4657 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4658 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4659 - "funding": [
4660 - {
4661 - "type": "github",
4662 - "url": "https://github.com/sponsors/csstools"
4663 - },
4664 - {
4665 - "type": "opencollective",
4666 - "url": "https://opencollective.com/csstools"
4667 - }
4668 - ],
4669 - "license": "MIT",
4670 - "dependencies": {
4671 - "@csstools/color-helpers": "^6.0.1",
4672 - "@csstools/css-calc": "^3.0.0"
4673 - },
4674 - "engines": {
4675 - "node": ">=20.19.0"
4676 - },
4677 - "peerDependencies": {
4678 - "@csstools/css-parser-algorithms": "^4.0.0",
4679 - "@csstools/css-tokenizer": "^4.0.0"
4680 - }
4681 - },
4682 - "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/css-parser-algorithms": {
4683 - "version": "4.0.0",
4684 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4685 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4686 - "funding": [
4687 - {
4688 - "type": "github",
4689 - "url": "https://github.com/sponsors/csstools"
4690 - },
4691 - {
4692 - "type": "opencollective",
4693 - "url": "https://opencollective.com/csstools"
4694 - }
4695 - ],
4696 - "license": "MIT",
4697 - "engines": {
4698 - "node": ">=20.19.0"
4699 - },
4700 - "peerDependencies": {
4701 - "@csstools/css-tokenizer": "^4.0.0"
4702 - }
4703 - },
4704 - "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/css-tokenizer": {
4705 - "version": "4.0.0",
4706 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4707 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4708 - "funding": [
4709 - {
4710 - "type": "github",
4711 - "url": "https://github.com/sponsors/csstools"
4712 - },
4713 - {
4714 - "type": "opencollective",
4715 - "url": "https://opencollective.com/csstools"
4716 - }
4717 - ],
4718 - "license": "MIT",
4719 - "engines": {
4720 - "node": ">=20.19.0"
4721 - }
4722 - },
4723 - "node_modules/@csstools/postcss-hwb-function": {
4724 - "version": "5.0.1",
4725 - "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-5.0.1.tgz",
4726 - "integrity": "sha512-9f8TA/B8iEpzF0y4Z6qPVfP9nMp2ti10OFbtyDtoBz3+eK0KPV4CCCjTwYIpPRopLgctFZt7xqmOxA7JgAJEug==",
4727 - "funding": [
4728 - {
4729 - "type": "github",
4730 - "url": "https://github.com/sponsors/csstools"
4731 - },
4732 - {
4733 - "type": "opencollective",
4734 - "url": "https://opencollective.com/csstools"
4735 - }
4736 - ],
4737 - "license": "MIT-0",
4738 - "dependencies": {
4739 - "@csstools/css-color-parser": "^4.0.1",
4740 - "@csstools/css-parser-algorithms": "^4.0.0",
4741 - "@csstools/css-tokenizer": "^4.0.0",
4742 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
4743 - "@csstools/utilities": "^3.0.0"
4744 - },
4745 - "engines": {
4746 - "node": ">=20.19.0"
4747 - },
4748 - "peerDependencies": {
4749 - "postcss": "^8.4"
4750 - }
4751 - },
4752 - "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/color-helpers": {
4753 - "version": "6.0.1",
4754 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
4755 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
4756 - "funding": [
4757 - {
4758 - "type": "github",
4759 - "url": "https://github.com/sponsors/csstools"
4760 - },
4761 - {
4762 - "type": "opencollective",
4763 - "url": "https://opencollective.com/csstools"
4764 - }
4765 - ],
4766 - "license": "MIT-0",
4767 - "engines": {
4768 - "node": ">=20.19.0"
4769 - }
4770 - },
4771 - "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/css-calc": {
4772 - "version": "3.0.0",
4773 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
4774 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
4775 - "funding": [
4776 - {
4777 - "type": "github",
4778 - "url": "https://github.com/sponsors/csstools"
4779 - },
4780 - {
4781 - "type": "opencollective",
4782 - "url": "https://opencollective.com/csstools"
4783 - }
4784 - ],
4785 - "license": "MIT",
4786 - "engines": {
4787 - "node": ">=20.19.0"
4788 - },
4789 - "peerDependencies": {
4790 - "@csstools/css-parser-algorithms": "^4.0.0",
4791 - "@csstools/css-tokenizer": "^4.0.0"
4792 - }
4793 - },
4794 - "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/css-color-parser": {
4795 - "version": "4.0.1",
4796 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4797 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4798 - "funding": [
4799 - {
4800 - "type": "github",
4801 - "url": "https://github.com/sponsors/csstools"
4802 - },
4803 - {
4804 - "type": "opencollective",
4805 - "url": "https://opencollective.com/csstools"
4806 - }
4807 - ],
4808 - "license": "MIT",
4809 - "dependencies": {
4810 - "@csstools/color-helpers": "^6.0.1",
4811 - "@csstools/css-calc": "^3.0.0"
4812 - },
4813 - "engines": {
4814 - "node": ">=20.19.0"
4815 - },
4816 - "peerDependencies": {
4817 - "@csstools/css-parser-algorithms": "^4.0.0",
4818 - "@csstools/css-tokenizer": "^4.0.0"
4819 - }
4820 - },
4821 - "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/css-parser-algorithms": {
4822 - "version": "4.0.0",
4823 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4824 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4825 - "funding": [
4826 - {
4827 - "type": "github",
4828 - "url": "https://github.com/sponsors/csstools"
4829 - },
4830 - {
4831 - "type": "opencollective",
4832 - "url": "https://opencollective.com/csstools"
4833 - }
4834 - ],
4835 - "license": "MIT",
4836 - "engines": {
4837 - "node": ">=20.19.0"
4838 - },
4839 - "peerDependencies": {
4840 - "@csstools/css-tokenizer": "^4.0.0"
4841 - }
4842 - },
4843 - "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/css-tokenizer": {
4844 - "version": "4.0.0",
4845 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
4846 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
4847 - "funding": [
4848 - {
4849 - "type": "github",
4850 - "url": "https://github.com/sponsors/csstools"
4851 - },
4852 - {
4853 - "type": "opencollective",
4854 - "url": "https://opencollective.com/csstools"
4855 - }
4856 - ],
4857 - "license": "MIT",
4858 - "engines": {
4859 - "node": ">=20.19.0"
4860 - }
4861 - },
4862 - "node_modules/@csstools/postcss-ic-unit": {
4863 - "version": "5.0.0",
4864 - "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-5.0.0.tgz",
4865 - "integrity": "sha512-/ws5d6c4uKqfM9zIL3ugcGI+3fvZEOOkJHNzAyTAGJIdZ+aSL9BVPNlHGV4QzmL0vqBSCOdU3+rhcMEj3+KzYw==",
4866 - "funding": [
4867 - {
4868 - "type": "github",
4869 - "url": "https://github.com/sponsors/csstools"
4870 - },
4871 - {
4872 - "type": "opencollective",
4873 - "url": "https://opencollective.com/csstools"
4874 - }
4875 - ],
4876 - "license": "MIT-0",
4877 - "dependencies": {
4878 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
4879 - "@csstools/utilities": "^3.0.0",
4880 - "postcss-value-parser": "^4.2.0"
4881 - },
4882 - "engines": {
4883 - "node": ">=20.19.0"
4884 - },
4885 - "peerDependencies": {
4886 - "postcss": "^8.4"
4887 - }
4888 - },
4889 - "node_modules/@csstools/postcss-initial": {
4890 - "version": "3.0.0",
4891 - "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-3.0.0.tgz",
4892 - "integrity": "sha512-UVUrFmrTQyLomVepnjWlbBg7GoscLmXLwYFyjbcEnmpeGW7wde6lNpx5eM3eVwZI2M+7hCE3ykYnAsEPLcLa+Q==",
4893 - "funding": [
4894 - {
4895 - "type": "github",
4896 - "url": "https://github.com/sponsors/csstools"
4897 - },
4898 - {
4899 - "type": "opencollective",
4900 - "url": "https://opencollective.com/csstools"
4901 - }
4902 - ],
4903 - "license": "MIT-0",
4904 - "engines": {
4905 - "node": ">=20.19.0"
4906 - },
4907 - "peerDependencies": {
4908 - "postcss": "^8.4"
4909 - }
4910 - },
4911 - "node_modules/@csstools/postcss-is-pseudo-class": {
4912 - "version": "6.0.0",
4913 - "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-6.0.0.tgz",
4914 - "integrity": "sha512-1Hdy/ykg9RDo8vU8RiM2o+RaXO39WpFPaIkHxlAEJFofle/lc33tdQMKhBk3jR/Fe+uZNLOs3HlowFafyFptVw==",
4915 - "funding": [
4916 - {
4917 - "type": "github",
4918 - "url": "https://github.com/sponsors/csstools"
4919 - },
4920 - {
4921 - "type": "opencollective",
4922 - "url": "https://opencollective.com/csstools"
4923 - }
4924 - ],
4925 - "license": "MIT-0",
4926 - "dependencies": {
4927 - "@csstools/selector-specificity": "^6.0.0",
4928 - "postcss-selector-parser": "^7.1.1"
4929 - },
4930 - "engines": {
4931 - "node": ">=20.19.0"
4932 - },
4933 - "peerDependencies": {
4934 - "postcss": "^8.4"
4935 - }
4936 - },
4937 - "node_modules/@csstools/postcss-is-pseudo-class/node_modules/postcss-selector-parser": {
4938 - "version": "7.1.1",
4939 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
4940 - "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
4941 - "license": "MIT",
4942 - "dependencies": {
4943 - "cssesc": "^3.0.0",
4944 - "util-deprecate": "^1.0.2"
4945 - },
4946 - "engines": {
4947 - "node": ">=4"
4948 - }
4949 - },
4950 - "node_modules/@csstools/postcss-light-dark-function": {
4951 - "version": "3.0.0",
4952 - "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-3.0.0.tgz",
4953 - "integrity": "sha512-s++V5/hYazeRUCYIn2lsBVzUsxdeC46gtwpgW6lu5U/GlPOS5UTDT14kkEyPgXmFbCvaWLREqV7YTMJq1K3G6w==",
4954 - "funding": [
4955 - {
4956 - "type": "github",
4957 - "url": "https://github.com/sponsors/csstools"
4958 - },
4959 - {
4960 - "type": "opencollective",
4961 - "url": "https://opencollective.com/csstools"
4962 - }
4963 - ],
4964 - "license": "MIT-0",
4965 - "dependencies": {
4966 - "@csstools/css-parser-algorithms": "^4.0.0",
4967 - "@csstools/css-tokenizer": "^4.0.0",
4968 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
4969 - "@csstools/utilities": "^3.0.0"
4970 - },
4971 - "engines": {
4972 - "node": ">=20.19.0"
4973 - },
4974 - "peerDependencies": {
4975 - "postcss": "^8.4"
4976 - }
4977 - },
4978 - "node_modules/@csstools/postcss-light-dark-function/node_modules/@csstools/css-parser-algorithms": {
4979 - "version": "4.0.0",
4980 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
4981 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
4982 - "funding": [
4983 - {
4984 - "type": "github",
4985 - "url": "https://github.com/sponsors/csstools"
4986 - },
4987 - {
4988 - "type": "opencollective",
4989 - "url": "https://opencollective.com/csstools"
4990 - }
4991 - ],
4992 - "license": "MIT",
4993 - "engines": {
4994 - "node": ">=20.19.0"
4995 - },
4996 - "peerDependencies": {
4997 - "@csstools/css-tokenizer": "^4.0.0"
4998 - }
4999 - },
5000 - "node_modules/@csstools/postcss-light-dark-function/node_modules/@csstools/css-tokenizer": {
5001 - "version": "4.0.0",
5002 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
5003 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
5004 - "funding": [
5005 - {
5006 - "type": "github",
5007 - "url": "https://github.com/sponsors/csstools"
5008 - },
5009 - {
5010 - "type": "opencollective",
5011 - "url": "https://opencollective.com/csstools"
5012 - }
5013 - ],
5014 - "license": "MIT",
5015 - "engines": {
5016 - "node": ">=20.19.0"
5017 - }
5018 - },
5019 - "node_modules/@csstools/postcss-logical-float-and-clear": {
5020 - "version": "4.0.0",
5021 - "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-4.0.0.tgz",
5022 - "integrity": "sha512-NGzdIRVj/VxOa/TjVdkHeyiJoDihONV0+uB0csUdgWbFFr8xndtfqK8iIGP9IKJzco+w0hvBF2SSk2sDSTAnOQ==",
5023 - "funding": [
5024 - {
5025 - "type": "github",
5026 - "url": "https://github.com/sponsors/csstools"
5027 - },
5028 - {
5029 - "type": "opencollective",
5030 - "url": "https://opencollective.com/csstools"
5031 - }
5032 - ],
5033 - "license": "MIT-0",
5034 - "engines": {
5035 - "node": ">=20.19.0"
5036 - },
5037 - "peerDependencies": {
5038 - "postcss": "^8.4"
5039 - }
5040 - },
5041 - "node_modules/@csstools/postcss-logical-overflow": {
5042 - "version": "3.0.0",
5043 - "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-3.0.0.tgz",
5044 - "integrity": "sha512-5cRg93QXVskM0MNepHpPcL0WLSf5Hncky0DrFDQY/4ozbH5lH7SX5ejayVpNTGSX7IpOvu7ykQDLOdMMGYzwpA==",
5045 - "funding": [
5046 - {
5047 - "type": "github",
5048 - "url": "https://github.com/sponsors/csstools"
5049 - },
5050 - {
5051 - "type": "opencollective",
5052 - "url": "https://opencollective.com/csstools"
5053 - }
5054 - ],
5055 - "license": "MIT-0",
5056 - "engines": {
5057 - "node": ">=20.19.0"
5058 - },
5059 - "peerDependencies": {
5060 - "postcss": "^8.4"
5061 - }
5062 - },
5063 - "node_modules/@csstools/postcss-logical-overscroll-behavior": {
5064 - "version": "3.0.0",
5065 - "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-3.0.0.tgz",
5066 - "integrity": "sha512-82Jnl/5Wi5jb19nQE1XlBHrZcNL3PzOgcj268cDkfwf+xi10HBqufGo1Unwf5n8bbbEFhEKgyQW+vFsc9iY1jw==",
5067 - "funding": [
5068 - {
5069 - "type": "github",
5070 - "url": "https://github.com/sponsors/csstools"
5071 - },
5072 - {
5073 - "type": "opencollective",
5074 - "url": "https://opencollective.com/csstools"
5075 - }
5076 - ],
5077 - "license": "MIT-0",
5078 - "engines": {
5079 - "node": ">=20.19.0"
5080 - },
5081 - "peerDependencies": {
5082 - "postcss": "^8.4"
5083 - }
5084 - },
5085 - "node_modules/@csstools/postcss-logical-resize": {
5086 - "version": "4.0.0",
5087 - "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-4.0.0.tgz",
5088 - "integrity": "sha512-L0T3q0gei/tGetCGZU0c7VN77VTivRpz1YZRNxjXYmW+85PKeI6U9YnSvDqLU2vBT2uN4kLEzfgZ0ThIZpN18A==",
5089 - "funding": [
5090 - {
5091 - "type": "github",
5092 - "url": "https://github.com/sponsors/csstools"
5093 - },
5094 - {
5095 - "type": "opencollective",
5096 - "url": "https://opencollective.com/csstools"
5097 - }
5098 - ],
5099 - "license": "MIT-0",
5100 - "dependencies": {
5101 - "postcss-value-parser": "^4.2.0"
5102 - },
5103 - "engines": {
5104 - "node": ">=20.19.0"
5105 - },
5106 - "peerDependencies": {
5107 - "postcss": "^8.4"
5108 - }
5109 - },
5110 - "node_modules/@csstools/postcss-logical-viewport-units": {
5111 - "version": "4.0.0",
5112 - "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-4.0.0.tgz",
5113 - "integrity": "sha512-TA3AqVN/1IH3dKRC2UUWvprvwyOs2IeD7FDZk5Hz20w4q33yIuSg0i0gjyTUkcn90g8A4n7QpyZ2AgBrnYPnnA==",
5114 - "funding": [
5115 - {
5116 - "type": "github",
5117 - "url": "https://github.com/sponsors/csstools"
5118 - },
5119 - {
5120 - "type": "opencollective",
5121 - "url": "https://opencollective.com/csstools"
5122 - }
5123 - ],
5124 - "license": "MIT-0",
5125 - "dependencies": {
5126 - "@csstools/css-tokenizer": "^4.0.0",
5127 - "@csstools/utilities": "^3.0.0"
5128 - },
5129 - "engines": {
5130 - "node": ">=20.19.0"
5131 - },
5132 - "peerDependencies": {
5133 - "postcss": "^8.4"
5134 - }
5135 - },
5136 - "node_modules/@csstools/postcss-logical-viewport-units/node_modules/@csstools/css-tokenizer": {
5137 - "version": "4.0.0",
5138 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
5139 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
5140 - "funding": [
5141 - {
5142 - "type": "github",
5143 - "url": "https://github.com/sponsors/csstools"
5144 - },
5145 - {
5146 - "type": "opencollective",
5147 - "url": "https://opencollective.com/csstools"
5148 - }
5149 - ],
5150 - "license": "MIT",
5151 - "engines": {
5152 - "node": ">=20.19.0"
5153 - }
5154 - },
5155 - "node_modules/@csstools/postcss-media-minmax": {
5156 - "version": "3.0.0",
5157 - "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-3.0.0.tgz",
5158 - "integrity": "sha512-42szvyZ/oqG7NSvBQOGq1IaJaHR6mr/iXqqjW8/JuIajIHRs9HcJR5ExC4vbyCqk+fr7/DIOhm5ZrELBytLDsw==",
5159 - "funding": [
5160 - {
5161 - "type": "github",
5162 - "url": "https://github.com/sponsors/csstools"
5163 - },
5164 - {
5165 - "type": "opencollective",
5166 - "url": "https://opencollective.com/csstools"
5167 - }
5168 - ],
5169 - "license": "MIT",
5170 - "dependencies": {
5171 - "@csstools/css-calc": "^3.0.0",
5172 - "@csstools/css-parser-algorithms": "^4.0.0",
5173 - "@csstools/css-tokenizer": "^4.0.0",
5174 - "@csstools/media-query-list-parser": "^5.0.0"
5175 - },
5176 - "engines": {
5177 - "node": ">=20.19.0"
5178 - },
5179 - "peerDependencies": {
5180 - "postcss": "^8.4"
5181 - }
5182 - },
5183 - "node_modules/@csstools/postcss-media-minmax/node_modules/@csstools/css-calc": {
5184 - "version": "3.0.0",
5185 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
5186 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
5187 - "funding": [
5188 - {
5189 - "type": "github",
5190 - "url": "https://github.com/sponsors/csstools"
5191 - },
5192 - {
5193 - "type": "opencollective",
5194 - "url": "https://opencollective.com/csstools"
5195 - }
5196 - ],
5197 - "license": "MIT",
5198 - "engines": {
5199 - "node": ">=20.19.0"
5200 - },
5201 - "peerDependencies": {
5202 - "@csstools/css-parser-algorithms": "^4.0.0",
5203 - "@csstools/css-tokenizer": "^4.0.0"
5204 - }
5205 - },
5206 - "node_modules/@csstools/postcss-media-minmax/node_modules/@csstools/css-parser-algorithms": {
5207 - "version": "4.0.0",
5208 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
5209 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
5210 - "funding": [
5211 - {
5212 - "type": "github",
5213 - "url": "https://github.com/sponsors/csstools"
5214 - },
5215 - {
5216 - "type": "opencollective",
5217 - "url": "https://opencollective.com/csstools"
5218 - }
5219 - ],
5220 - "license": "MIT",
5221 - "engines": {
5222 - "node": ">=20.19.0"
5223 - },
5224 - "peerDependencies": {
5225 - "@csstools/css-tokenizer": "^4.0.0"
5226 - }
5227 - },
5228 - "node_modules/@csstools/postcss-media-minmax/node_modules/@csstools/css-tokenizer": {
5229 - "version": "4.0.0",
5230 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
5231 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
5232 - "funding": [
5233 - {
5234 - "type": "github",
5235 - "url": "https://github.com/sponsors/csstools"
5236 - },
5237 - {
5238 - "type": "opencollective",
5239 - "url": "https://opencollective.com/csstools"
5240 - }
5241 - ],
5242 - "license": "MIT",
5243 - "engines": {
5244 - "node": ">=20.19.0"
5245 - }
5246 - },
5247 - "node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": {
5248 - "version": "4.0.0",
5249 - "resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-4.0.0.tgz",
5250 - "integrity": "sha512-FDdC3lbrj8Vr0SkGIcSLTcRB7ApG6nlJFxOxkEF2C5hIZC1jtgjISFSGn/WjFdVkn8Dqe+Vx9QXI3axS2w1XHw==",
5251 - "funding": [
5252 - {
5253 - "type": "github",
5254 - "url": "https://github.com/sponsors/csstools"
5255 - },
5256 - {
5257 - "type": "opencollective",
5258 - "url": "https://opencollective.com/csstools"
5259 - }
5260 - ],
5261 - "license": "MIT-0",
5262 - "dependencies": {
5263 - "@csstools/css-parser-algorithms": "^4.0.0",
5264 - "@csstools/css-tokenizer": "^4.0.0",
5265 - "@csstools/media-query-list-parser": "^5.0.0"
5266 - },
5267 - "engines": {
5268 - "node": ">=20.19.0"
5269 - },
5270 - "peerDependencies": {
5271 - "postcss": "^8.4"
5272 - }
5273 - },
5274 - "node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/node_modules/@csstools/css-parser-algorithms": {
5275 - "version": "4.0.0",
5276 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
5277 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
5278 - "funding": [
5279 - {
5280 - "type": "github",
5281 - "url": "https://github.com/sponsors/csstools"
5282 - },
5283 - {
5284 - "type": "opencollective",
5285 - "url": "https://opencollective.com/csstools"
5286 - }
5287 - ],
5288 - "license": "MIT",
5289 - "engines": {
5290 - "node": ">=20.19.0"
5291 - },
5292 - "peerDependencies": {
5293 - "@csstools/css-tokenizer": "^4.0.0"
5294 - }
5295 - },
5296 - "node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/node_modules/@csstools/css-tokenizer": {
5297 - "version": "4.0.0",
5298 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
5299 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
5300 - "funding": [
5301 - {
5302 - "type": "github",
5303 - "url": "https://github.com/sponsors/csstools"
5304 - },
5305 - {
5306 - "type": "opencollective",
5307 - "url": "https://opencollective.com/csstools"
5308 - }
5309 - ],
5310 - "license": "MIT",
5311 - "engines": {
5312 - "node": ">=20.19.0"
5313 - }
5314 - },
5315 - "node_modules/@csstools/postcss-mixins": {
5316 - "version": "1.0.0",
5317 - "resolved": "https://registry.npmjs.org/@csstools/postcss-mixins/-/postcss-mixins-1.0.0.tgz",
5318 - "integrity": "sha512-rz6qjT2w9L3k65jGc2dX+3oGiSrYQ70EZPDrINSmSVoVys7lLBFH0tvEa8DW2sr9cbRVD/W+1sy8+7bfu0JUfg==",
5319 - "funding": [
5320 - {
5321 - "type": "github",
5322 - "url": "https://github.com/sponsors/csstools"
5323 - },
5324 - {
5325 - "type": "opencollective",
5326 - "url": "https://opencollective.com/csstools"
5327 - }
5328 - ],
5329 - "license": "MIT-0",
5330 - "dependencies": {
5331 - "@csstools/css-parser-algorithms": "^4.0.0",
5332 - "@csstools/css-tokenizer": "^4.0.0"
5333 - },
5334 - "engines": {
5335 - "node": ">=20.19.0"
5336 - },
5337 - "peerDependencies": {
5338 - "postcss": "^8.4"
5339 - }
5340 - },
5341 - "node_modules/@csstools/postcss-mixins/node_modules/@csstools/css-parser-algorithms": {
5342 - "version": "4.0.0",
5343 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
5344 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
5345 - "funding": [
5346 - {
5347 - "type": "github",
5348 - "url": "https://github.com/sponsors/csstools"
5349 - },
5350 - {
5351 - "type": "opencollective",
5352 - "url": "https://opencollective.com/csstools"
5353 - }
5354 - ],
5355 - "license": "MIT",
5356 - "engines": {
5357 - "node": ">=20.19.0"
5358 - },
5359 - "peerDependencies": {
5360 - "@csstools/css-tokenizer": "^4.0.0"
5361 - }
5362 - },
5363 - "node_modules/@csstools/postcss-mixins/node_modules/@csstools/css-tokenizer": {
5364 - "version": "4.0.0",
5365 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
5366 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
5367 - "funding": [
5368 - {
5369 - "type": "github",
5370 - "url": "https://github.com/sponsors/csstools"
5371 - },
5372 - {
5373 - "type": "opencollective",
5374 - "url": "https://opencollective.com/csstools"
5375 - }
5376 - ],
5377 - "license": "MIT",
5378 - "engines": {
5379 - "node": ">=20.19.0"
5380 - }
5381 - },
5382 - "node_modules/@csstools/postcss-nested-calc": {
5383 - "version": "5.0.0",
5384 - "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-5.0.0.tgz",
5385 - "integrity": "sha512-aPSw8P60e/i9BEfugauhikBqgjiwXcw3I9o4vXs+hktl4NSTgZRI0QHimxk9mst8N01A2TKDBxOln3mssRxiHQ==",
5386 - "funding": [
5387 - {
5388 - "type": "github",
5389 - "url": "https://github.com/sponsors/csstools"
5390 - },
5391 - {
5392 - "type": "opencollective",
5393 - "url": "https://opencollective.com/csstools"
5394 - }
5395 - ],
5396 - "license": "MIT-0",
5397 - "dependencies": {
5398 - "@csstools/utilities": "^3.0.0",
5399 - "postcss-value-parser": "^4.2.0"
5400 - },
5401 - "engines": {
5402 - "node": ">=20.19.0"
5403 - },
5404 - "peerDependencies": {
5405 - "postcss": "^8.4"
5406 - }
5407 - },
5408 - "node_modules/@csstools/postcss-normalize-display-values": {
5409 - "version": "5.0.1",
5410 - "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.1.tgz",
5411 - "integrity": "sha512-FcbEmoxDEGYvm2W3rQzVzcuo66+dDJjzzVDs+QwRmZLHYofGmMGwIKPqzF86/YW+euMDa7sh1xjWDvz/fzByZQ==",
5412 - "funding": [
5413 - {
5414 - "type": "github",
5415 - "url": "https://github.com/sponsors/csstools"
5416 - },
5417 - {
5418 - "type": "opencollective",
5419 - "url": "https://opencollective.com/csstools"
5420 - }
5421 - ],
5422 - "license": "MIT-0",
5423 - "dependencies": {
5424 - "postcss-value-parser": "^4.2.0"
5425 - },
5426 - "engines": {
5427 - "node": ">=20.19.0"
5428 - },
5429 - "peerDependencies": {
5430 - "postcss": "^8.4"
5431 - }
5432 - },
5433 - "node_modules/@csstools/postcss-oklab-function": {
5434 - "version": "5.0.1",
5435 - "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-5.0.1.tgz",
5436 - "integrity": "sha512-Ql+X4zu29ITihxHKcCFEU84ww+Nkv44M2s0fT7Nv4iQYlQ4+liF6v9RL0ezeogeiLRNLLC6yh0ay1PHpmaNIgQ==",
5437 - "funding": [
5438 - {
5439 - "type": "github",
5440 - "url": "https://github.com/sponsors/csstools"
5441 - },
5442 - {
5443 - "type": "opencollective",
5444 - "url": "https://opencollective.com/csstools"
5445 - }
5446 - ],
5447 - "license": "MIT-0",
5448 - "dependencies": {
5449 - "@csstools/css-color-parser": "^4.0.1",
5450 - "@csstools/css-parser-algorithms": "^4.0.0",
5451 - "@csstools/css-tokenizer": "^4.0.0",
5452 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
5453 - "@csstools/utilities": "^3.0.0"
5454 - },
5455 - "engines": {
5456 - "node": ">=20.19.0"
5457 - },
5458 - "peerDependencies": {
5459 - "postcss": "^8.4"
5460 - }
5461 - },
5462 - "node_modules/@csstools/postcss-oklab-function/node_modules/@csstools/color-helpers": {
5463 - "version": "6.0.1",
5464 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
5465 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
5466 - "funding": [
5467 - {
5468 - "type": "github",
5469 - "url": "https://github.com/sponsors/csstools"
5470 - },
5471 - {
5472 - "type": "opencollective",
5473 - "url": "https://opencollective.com/csstools"
5474 - }
5475 - ],
5476 - "license": "MIT-0",
5477 - "engines": {
5478 - "node": ">=20.19.0"
5479 - }
5480 - },
5481 - "node_modules/@csstools/postcss-oklab-function/node_modules/@csstools/css-calc": {
5482 - "version": "3.0.0",
5483 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
5484 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
5485 - "funding": [
5486 - {
5487 - "type": "github",
5488 - "url": "https://github.com/sponsors/csstools"
5489 - },
5490 - {
5491 - "type": "opencollective",
5492 - "url": "https://opencollective.com/csstools"
5493 - }
5494 - ],
5495 - "license": "MIT",
5496 - "engines": {
5497 - "node": ">=20.19.0"
5498 - },
5499 - "peerDependencies": {
5500 - "@csstools/css-parser-algorithms": "^4.0.0",
5501 - "@csstools/css-tokenizer": "^4.0.0"
5502 - }
5503 - },
5504 - "node_modules/@csstools/postcss-oklab-function/node_modules/@csstools/css-color-parser": {
5505 - "version": "4.0.1",
5506 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
5507 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
5508 - "funding": [
5509 - {
5510 - "type": "github",
5511 - "url": "https://github.com/sponsors/csstools"
5512 - },
5513 - {
5514 - "type": "opencollective",
5515 - "url": "https://opencollective.com/csstools"
5516 - }
5517 - ],
5518 - "license": "MIT",
5519 - "dependencies": {
5520 - "@csstools/color-helpers": "^6.0.1",
5521 - "@csstools/css-calc": "^3.0.0"
5522 - },
5523 - "engines": {
5524 - "node": ">=20.19.0"
5525 - },
5526 - "peerDependencies": {
5527 - "@csstools/css-parser-algorithms": "^4.0.0",
5528 - "@csstools/css-tokenizer": "^4.0.0"
5529 - }
5530 - },
5531 - "node_modules/@csstools/postcss-oklab-function/node_modules/@csstools/css-parser-algorithms": {
5532 - "version": "4.0.0",
5533 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
5534 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
5535 - "funding": [
5536 - {
5537 - "type": "github",
5538 - "url": "https://github.com/sponsors/csstools"
5539 - },
5540 - {
5541 - "type": "opencollective",
5542 - "url": "https://opencollective.com/csstools"
5543 - }
5544 - ],
5545 - "license": "MIT",
5546 - "engines": {
5547 - "node": ">=20.19.0"
5548 - },
5549 - "peerDependencies": {
5550 - "@csstools/css-tokenizer": "^4.0.0"
5551 - }
5552 - },
5553 - "node_modules/@csstools/postcss-oklab-function/node_modules/@csstools/css-tokenizer": {
5554 - "version": "4.0.0",
5555 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
5556 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
5557 - "funding": [
5558 - {
5559 - "type": "github",
5560 - "url": "https://github.com/sponsors/csstools"
5561 - },
5562 - {
5563 - "type": "opencollective",
5564 - "url": "https://opencollective.com/csstools"
5565 - }
5566 - ],
5567 - "license": "MIT",
5568 - "engines": {
5569 - "node": ">=20.19.0"
5570 - }
5571 - },
5572 - "node_modules/@csstools/postcss-position-area-property": {
5573 - "version": "2.0.0",
5574 - "resolved": "https://registry.npmjs.org/@csstools/postcss-position-area-property/-/postcss-position-area-property-2.0.0.tgz",
5575 - "integrity": "sha512-TeEfzsJGB23Syv7yCm8AHCD2XTFujdjr9YYu9ebH64vnfCEvY4BG319jXAYSlNlf3Yc9PNJ6WnkDkUF5XVgSKQ==",
5576 - "funding": [
5577 - {
5578 - "type": "github",
5579 - "url": "https://github.com/sponsors/csstools"
5580 - },
5581 - {
5582 - "type": "opencollective",
5583 - "url": "https://opencollective.com/csstools"
5584 - }
5585 - ],
5586 - "license": "MIT-0",
5587 - "engines": {
5588 - "node": ">=20.19.0"
5589 - },
5590 - "peerDependencies": {
5591 - "postcss": "^8.4"
5592 - }
5593 - },
5594 - "node_modules/@csstools/postcss-progressive-custom-properties": {
5595 - "version": "5.0.0",
5596 - "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-5.0.0.tgz",
5597 - "integrity": "sha512-NsJoZ89rxmDrUsITf8QIk5w+lQZQ8Xw5K6cLFG+cfiffsLYHb3zcbOOrHLetGl1WIhjWWQ4Cr8MMrg46Q+oACg==",
5598 - "funding": [
5599 - {
5600 - "type": "github",
5601 - "url": "https://github.com/sponsors/csstools"
5602 - },
5603 - {
5604 - "type": "opencollective",
5605 - "url": "https://opencollective.com/csstools"
5606 - }
5607 - ],
5608 - "license": "MIT-0",
5609 - "dependencies": {
5610 - "postcss-value-parser": "^4.2.0"
5611 - },
5612 - "engines": {
5613 - "node": ">=20.19.0"
5614 - },
5615 - "peerDependencies": {
5616 - "postcss": "^8.4"
5617 - }
5618 - },
5619 - "node_modules/@csstools/postcss-property-rule-prelude-list": {
5620 - "version": "2.0.0",
5621 - "resolved": "https://registry.npmjs.org/@csstools/postcss-property-rule-prelude-list/-/postcss-property-rule-prelude-list-2.0.0.tgz",
5622 - "integrity": "sha512-qcMAkc9AhpzHgmQCD8hoJgGYifcOAxd1exXjjxilMM6euwRE619xDa4UsKBCv/v4g+sS63sd6c29LPM8s2ylSQ==",
5623 - "funding": [
5624 - {
5625 - "type": "github",
5626 - "url": "https://github.com/sponsors/csstools"
5627 - },
5628 - {
5629 - "type": "opencollective",
5630 - "url": "https://opencollective.com/csstools"
5631 - }
5632 - ],
5633 - "license": "MIT-0",
5634 - "dependencies": {
5635 - "@csstools/css-parser-algorithms": "^4.0.0",
5636 - "@csstools/css-tokenizer": "^4.0.0"
5637 - },
5638 - "engines": {
5639 - "node": ">=20.19.0"
5640 - },
5641 - "peerDependencies": {
5642 - "postcss": "^8.4"
5643 - }
5644 - },
5645 - "node_modules/@csstools/postcss-property-rule-prelude-list/node_modules/@csstools/css-parser-algorithms": {
5646 - "version": "4.0.0",
5647 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
5648 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
5649 - "funding": [
5650 - {
5651 - "type": "github",
5652 - "url": "https://github.com/sponsors/csstools"
5653 - },
5654 - {
5655 - "type": "opencollective",
5656 - "url": "https://opencollective.com/csstools"
5657 - }
5658 - ],
5659 - "license": "MIT",
5660 - "engines": {
5661 - "node": ">=20.19.0"
5662 - },
5663 - "peerDependencies": {
5664 - "@csstools/css-tokenizer": "^4.0.0"
5665 - }
5666 - },
5667 - "node_modules/@csstools/postcss-property-rule-prelude-list/node_modules/@csstools/css-tokenizer": {
5668 - "version": "4.0.0",
5669 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
5670 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
5671 - "funding": [
5672 - {
5673 - "type": "github",
5674 - "url": "https://github.com/sponsors/csstools"
5675 - },
5676 - {
5677 - "type": "opencollective",
5678 - "url": "https://opencollective.com/csstools"
5679 - }
5680 - ],
5681 - "license": "MIT",
5682 - "engines": {
5683 - "node": ">=20.19.0"
5684 - }
5685 - },
5686 - "node_modules/@csstools/postcss-random-function": {
5687 - "version": "3.0.0",
5688 - "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-3.0.0.tgz",
5689 - "integrity": "sha512-H/Zt5o9NAd8mowq3XRy8uU19wOEe8sbKyKOKxrzOdG0rz2maA4fLcXc9MQucdm3s4zMDfVJtCqvwrLP7lKWybA==",
5690 - "funding": [
5691 - {
5692 - "type": "github",
5693 - "url": "https://github.com/sponsors/csstools"
5694 - },
5695 - {
5696 - "type": "opencollective",
5697 - "url": "https://opencollective.com/csstools"
5698 - }
5699 - ],
5700 - "license": "MIT-0",
5701 - "dependencies": {
5702 - "@csstools/css-calc": "^3.0.0",
5703 - "@csstools/css-parser-algorithms": "^4.0.0",
5704 - "@csstools/css-tokenizer": "^4.0.0"
5705 - },
5706 - "engines": {
5707 - "node": ">=20.19.0"
5708 - },
5709 - "peerDependencies": {
5710 - "postcss": "^8.4"
5711 - }
5712 - },
5713 - "node_modules/@csstools/postcss-random-function/node_modules/@csstools/css-calc": {
5714 - "version": "3.0.0",
5715 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
5716 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
5717 - "funding": [
5718 - {
5719 - "type": "github",
5720 - "url": "https://github.com/sponsors/csstools"
5721 - },
5722 - {
5723 - "type": "opencollective",
5724 - "url": "https://opencollective.com/csstools"
5725 - }
5726 - ],
5727 - "license": "MIT",
5728 - "engines": {
5729 - "node": ">=20.19.0"
5730 - },
5731 - "peerDependencies": {
5732 - "@csstools/css-parser-algorithms": "^4.0.0",
5733 - "@csstools/css-tokenizer": "^4.0.0"
5734 - }
5735 - },
5736 - "node_modules/@csstools/postcss-random-function/node_modules/@csstools/css-parser-algorithms": {
5737 - "version": "4.0.0",
5738 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
5739 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
5740 - "funding": [
5741 - {
5742 - "type": "github",
5743 - "url": "https://github.com/sponsors/csstools"
5744 - },
5745 - {
5746 - "type": "opencollective",
5747 - "url": "https://opencollective.com/csstools"
5748 - }
5749 - ],
5750 - "license": "MIT",
5751 - "engines": {
5752 - "node": ">=20.19.0"
5753 - },
5754 - "peerDependencies": {
5755 - "@csstools/css-tokenizer": "^4.0.0"
5756 - }
5757 - },
5758 - "node_modules/@csstools/postcss-random-function/node_modules/@csstools/css-tokenizer": {
5759 - "version": "4.0.0",
5760 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
5761 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
5762 - "funding": [
5763 - {
5764 - "type": "github",
5765 - "url": "https://github.com/sponsors/csstools"
5766 - },
5767 - {
5768 - "type": "opencollective",
5769 - "url": "https://opencollective.com/csstools"
5770 - }
5771 - ],
5772 - "license": "MIT",
5773 - "engines": {
5774 - "node": ">=20.19.0"
5775 - }
5776 - },
5777 - "node_modules/@csstools/postcss-relative-color-syntax": {
5778 - "version": "4.0.1",
5779 - "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-4.0.1.tgz",
5780 - "integrity": "sha512-zRLO9xMGtCCT0FTpTsaGI6cmdzJKbwWjg92AuczlSDuriEAPEJL+ZJ4jDyw51p23DfoAFgK8soB/LyoY1kFOLQ==",
5781 - "funding": [
5782 - {
5783 - "type": "github",
5784 - "url": "https://github.com/sponsors/csstools"
5785 - },
5786 - {
5787 - "type": "opencollective",
5788 - "url": "https://opencollective.com/csstools"
5789 - }
5790 - ],
5791 - "license": "MIT-0",
5792 - "dependencies": {
5793 - "@csstools/css-color-parser": "^4.0.1",
5794 - "@csstools/css-parser-algorithms": "^4.0.0",
5795 - "@csstools/css-tokenizer": "^4.0.0",
5796 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
5797 - "@csstools/utilities": "^3.0.0"
5798 - },
5799 - "engines": {
5800 - "node": ">=20.19.0"
5801 - },
5802 - "peerDependencies": {
5803 - "postcss": "^8.4"
5804 - }
5805 - },
5806 - "node_modules/@csstools/postcss-relative-color-syntax/node_modules/@csstools/color-helpers": {
5807 - "version": "6.0.1",
5808 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
5809 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
5810 - "funding": [
5811 - {
5812 - "type": "github",
5813 - "url": "https://github.com/sponsors/csstools"
5814 - },
5815 - {
5816 - "type": "opencollective",
5817 - "url": "https://opencollective.com/csstools"
5818 - }
5819 - ],
5820 - "license": "MIT-0",
5821 - "engines": {
5822 - "node": ">=20.19.0"
5823 - }
5824 - },
5825 - "node_modules/@csstools/postcss-relative-color-syntax/node_modules/@csstools/css-calc": {
5826 - "version": "3.0.0",
5827 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
5828 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
5829 - "funding": [
5830 - {
5831 - "type": "github",
5832 - "url": "https://github.com/sponsors/csstools"
5833 - },
5834 - {
5835 - "type": "opencollective",
5836 - "url": "https://opencollective.com/csstools"
5837 - }
5838 - ],
5839 - "license": "MIT",
5840 - "engines": {
5841 - "node": ">=20.19.0"
5842 - },
5843 - "peerDependencies": {
5844 - "@csstools/css-parser-algorithms": "^4.0.0",
5845 - "@csstools/css-tokenizer": "^4.0.0"
5846 - }
5847 - },
5848 - "node_modules/@csstools/postcss-relative-color-syntax/node_modules/@csstools/css-color-parser": {
5849 - "version": "4.0.1",
5850 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
5851 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
5852 - "funding": [
5853 - {
5854 - "type": "github",
5855 - "url": "https://github.com/sponsors/csstools"
5856 - },
5857 - {
5858 - "type": "opencollective",
5859 - "url": "https://opencollective.com/csstools"
5860 - }
5861 - ],
5862 - "license": "MIT",
5863 - "dependencies": {
5864 - "@csstools/color-helpers": "^6.0.1",
5865 - "@csstools/css-calc": "^3.0.0"
5866 - },
5867 - "engines": {
5868 - "node": ">=20.19.0"
5869 - },
5870 - "peerDependencies": {
5871 - "@csstools/css-parser-algorithms": "^4.0.0",
5872 - "@csstools/css-tokenizer": "^4.0.0"
5873 - }
5874 - },
5875 - "node_modules/@csstools/postcss-relative-color-syntax/node_modules/@csstools/css-parser-algorithms": {
5876 - "version": "4.0.0",
5877 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
5878 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
5879 - "funding": [
5880 - {
5881 - "type": "github",
5882 - "url": "https://github.com/sponsors/csstools"
5883 - },
5884 - {
5885 - "type": "opencollective",
5886 - "url": "https://opencollective.com/csstools"
5887 - }
5888 - ],
5889 - "license": "MIT",
5890 - "engines": {
5891 - "node": ">=20.19.0"
5892 - },
5893 - "peerDependencies": {
5894 - "@csstools/css-tokenizer": "^4.0.0"
5895 - }
5896 - },
5897 - "node_modules/@csstools/postcss-relative-color-syntax/node_modules/@csstools/css-tokenizer": {
5898 - "version": "4.0.0",
5899 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
5900 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
5901 - "funding": [
5902 - {
5903 - "type": "github",
5904 - "url": "https://github.com/sponsors/csstools"
5905 - },
5906 - {
5907 - "type": "opencollective",
5908 - "url": "https://opencollective.com/csstools"
5909 - }
5910 - ],
5911 - "license": "MIT",
5912 - "engines": {
5913 - "node": ">=20.19.0"
5914 - }
5915 - },
5916 - "node_modules/@csstools/postcss-scope-pseudo-class": {
5917 - "version": "5.0.0",
5918 - "resolved": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-5.0.0.tgz",
5919 - "integrity": "sha512-kBrBFJcAji3MSHS4qQIihPvJfJC5xCabXLbejqDMiQi+86HD4eMBiTayAo46Urg7tlEmZZQFymFiJt+GH6nvXw==",
5920 - "funding": [
5921 - {
5922 - "type": "github",
5923 - "url": "https://github.com/sponsors/csstools"
5924 - },
5925 - {
5926 - "type": "opencollective",
5927 - "url": "https://opencollective.com/csstools"
5928 - }
5929 - ],
5930 - "license": "MIT-0",
5931 - "dependencies": {
5932 - "postcss-selector-parser": "^7.1.1"
5933 - },
5934 - "engines": {
5935 - "node": ">=20.19.0"
5936 - },
5937 - "peerDependencies": {
5938 - "postcss": "^8.4"
5939 - }
5940 - },
5941 - "node_modules/@csstools/postcss-scope-pseudo-class/node_modules/postcss-selector-parser": {
5942 - "version": "7.1.1",
5943 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
5944 - "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
5945 - "license": "MIT",
5946 - "dependencies": {
5947 - "cssesc": "^3.0.0",
5948 - "util-deprecate": "^1.0.2"
5949 - },
5950 - "engines": {
5951 - "node": ">=4"
5952 - }
5953 - },
5954 - "node_modules/@csstools/postcss-sign-functions": {
5955 - "version": "2.0.0",
5956 - "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-2.0.0.tgz",
5957 - "integrity": "sha512-32Bw7++8ToSLMEOSJUuxJsAJJdsIfgeD1dYPKRCk9/fTciVZ8MjkPXypwiXIo7xIJk0h5CJz6QUkDoc6dcAJ7Q==",
5958 - "funding": [
5959 - {
5960 - "type": "github",
5961 - "url": "https://github.com/sponsors/csstools"
5962 - },
5963 - {
5964 - "type": "opencollective",
5965 - "url": "https://opencollective.com/csstools"
5966 - }
5967 - ],
5968 - "license": "MIT-0",
5969 - "dependencies": {
5970 - "@csstools/css-calc": "^3.0.0",
5971 - "@csstools/css-parser-algorithms": "^4.0.0",
5972 - "@csstools/css-tokenizer": "^4.0.0"
5973 - },
5974 - "engines": {
5975 - "node": ">=20.19.0"
5976 - },
5977 - "peerDependencies": {
5978 - "postcss": "^8.4"
5979 - }
5980 - },
5981 - "node_modules/@csstools/postcss-sign-functions/node_modules/@csstools/css-calc": {
5982 - "version": "3.0.0",
5983 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
5984 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
5985 - "funding": [
5986 - {
5987 - "type": "github",
5988 - "url": "https://github.com/sponsors/csstools"
5989 - },
5990 - {
5991 - "type": "opencollective",
5992 - "url": "https://opencollective.com/csstools"
5993 - }
5994 - ],
5995 - "license": "MIT",
5996 - "engines": {
5997 - "node": ">=20.19.0"
5998 - },
5999 - "peerDependencies": {
6000 - "@csstools/css-parser-algorithms": "^4.0.0",
6001 - "@csstools/css-tokenizer": "^4.0.0"
6002 - }
6003 - },
6004 - "node_modules/@csstools/postcss-sign-functions/node_modules/@csstools/css-parser-algorithms": {
6005 - "version": "4.0.0",
6006 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
6007 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
6008 - "funding": [
6009 - {
6010 - "type": "github",
6011 - "url": "https://github.com/sponsors/csstools"
6012 - },
6013 - {
6014 - "type": "opencollective",
6015 - "url": "https://opencollective.com/csstools"
6016 - }
6017 - ],
6018 - "license": "MIT",
6019 - "engines": {
6020 - "node": ">=20.19.0"
6021 - },
6022 - "peerDependencies": {
6023 - "@csstools/css-tokenizer": "^4.0.0"
6024 - }
6025 - },
6026 - "node_modules/@csstools/postcss-sign-functions/node_modules/@csstools/css-tokenizer": {
6027 - "version": "4.0.0",
6028 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
6029 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
6030 - "funding": [
6031 - {
6032 - "type": "github",
6033 - "url": "https://github.com/sponsors/csstools"
6034 - },
6035 - {
6036 - "type": "opencollective",
6037 - "url": "https://opencollective.com/csstools"
6038 - }
6039 - ],
6040 - "license": "MIT",
6041 - "engines": {
6042 - "node": ">=20.19.0"
6043 - }
6044 - },
6045 - "node_modules/@csstools/postcss-stepped-value-functions": {
6046 - "version": "5.0.0",
6047 - "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-5.0.0.tgz",
6048 - "integrity": "sha512-NueCSNbaq7QtAj6QwseMqOlM3C8nN2GWaPwd2Uw+IOYAbGvO/84BxUtNeZljeOmqJX61hwSNhLfwmgJXgY0W5A==",
6049 - "funding": [
6050 - {
6051 - "type": "github",
6052 - "url": "https://github.com/sponsors/csstools"
6053 - },
6054 - {
6055 - "type": "opencollective",
6056 - "url": "https://opencollective.com/csstools"
6057 - }
6058 - ],
6059 - "license": "MIT-0",
6060 - "dependencies": {
6061 - "@csstools/css-calc": "^3.0.0",
6062 - "@csstools/css-parser-algorithms": "^4.0.0",
6063 - "@csstools/css-tokenizer": "^4.0.0"
6064 - },
6065 - "engines": {
6066 - "node": ">=20.19.0"
6067 - },
6068 - "peerDependencies": {
6069 - "postcss": "^8.4"
6070 - }
6071 - },
6072 - "node_modules/@csstools/postcss-stepped-value-functions/node_modules/@csstools/css-calc": {
6073 - "version": "3.0.0",
6074 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
6075 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
6076 - "funding": [
6077 - {
6078 - "type": "github",
6079 - "url": "https://github.com/sponsors/csstools"
6080 - },
6081 - {
6082 - "type": "opencollective",
6083 - "url": "https://opencollective.com/csstools"
6084 - }
6085 - ],
6086 - "license": "MIT",
6087 - "engines": {
6088 - "node": ">=20.19.0"
6089 - },
6090 - "peerDependencies": {
6091 - "@csstools/css-parser-algorithms": "^4.0.0",
6092 - "@csstools/css-tokenizer": "^4.0.0"
6093 - }
6094 - },
6095 - "node_modules/@csstools/postcss-stepped-value-functions/node_modules/@csstools/css-parser-algorithms": {
6096 - "version": "4.0.0",
6097 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
6098 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
6099 - "funding": [
6100 - {
6101 - "type": "github",
6102 - "url": "https://github.com/sponsors/csstools"
6103 - },
6104 - {
6105 - "type": "opencollective",
6106 - "url": "https://opencollective.com/csstools"
6107 - }
6108 - ],
6109 - "license": "MIT",
6110 - "engines": {
6111 - "node": ">=20.19.0"
6112 - },
6113 - "peerDependencies": {
6114 - "@csstools/css-tokenizer": "^4.0.0"
6115 - }
6116 - },
6117 - "node_modules/@csstools/postcss-stepped-value-functions/node_modules/@csstools/css-tokenizer": {
6118 - "version": "4.0.0",
6119 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
6120 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
6121 - "funding": [
6122 - {
6123 - "type": "github",
6124 - "url": "https://github.com/sponsors/csstools"
6125 - },
6126 - {
6127 - "type": "opencollective",
6128 - "url": "https://opencollective.com/csstools"
6129 - }
6130 - ],
6131 - "license": "MIT",
6132 - "engines": {
6133 - "node": ">=20.19.0"
6134 - }
6135 - },
6136 - "node_modules/@csstools/postcss-syntax-descriptor-syntax-production": {
6137 - "version": "2.0.0",
6138 - "resolved": "https://registry.npmjs.org/@csstools/postcss-syntax-descriptor-syntax-production/-/postcss-syntax-descriptor-syntax-production-2.0.0.tgz",
6139 - "integrity": "sha512-elYcbdiBXAkPqvojB9kIBRuHY6htUhjSITtFQ+XiXnt6SvZCbNGxQmaaw6uZ7SPHu/+i/XVjzIt09/1k3SIerQ==",
6140 - "funding": [
6141 - {
6142 - "type": "github",
6143 - "url": "https://github.com/sponsors/csstools"
6144 - },
6145 - {
6146 - "type": "opencollective",
6147 - "url": "https://opencollective.com/csstools"
6148 - }
6149 - ],
6150 - "license": "MIT-0",
6151 - "dependencies": {
6152 - "@csstools/css-tokenizer": "^4.0.0"
6153 - },
6154 - "engines": {
6155 - "node": ">=20.19.0"
6156 - },
6157 - "peerDependencies": {
6158 - "postcss": "^8.4"
6159 - }
6160 - },
6161 - "node_modules/@csstools/postcss-syntax-descriptor-syntax-production/node_modules/@csstools/css-tokenizer": {
6162 - "version": "4.0.0",
6163 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
6164 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
6165 - "funding": [
6166 - {
6167 - "type": "github",
6168 - "url": "https://github.com/sponsors/csstools"
6169 - },
6170 - {
6171 - "type": "opencollective",
6172 - "url": "https://opencollective.com/csstools"
6173 - }
6174 - ],
6175 - "license": "MIT",
6176 - "engines": {
6177 - "node": ">=20.19.0"
6178 - }
6179 - },
6180 - "node_modules/@csstools/postcss-system-ui-font-family": {
6181 - "version": "2.0.0",
6182 - "resolved": "https://registry.npmjs.org/@csstools/postcss-system-ui-font-family/-/postcss-system-ui-font-family-2.0.0.tgz",
6183 - "integrity": "sha512-FyGZCgchFImFyiHS2x3rD5trAqatf/x23veBLTIgbaqyFfna6RNBD+Qf8HRSjt6HGMXOLhAjxJ3OoZg0bbn7Qw==",
6184 - "funding": [
6185 - {
6186 - "type": "github",
6187 - "url": "https://github.com/sponsors/csstools"
6188 - },
6189 - {
6190 - "type": "opencollective",
6191 - "url": "https://opencollective.com/csstools"
6192 - }
6193 - ],
6194 - "license": "MIT-0",
6195 - "dependencies": {
6196 - "@csstools/css-parser-algorithms": "^4.0.0",
6197 - "@csstools/css-tokenizer": "^4.0.0"
6198 - },
6199 - "engines": {
6200 - "node": ">=20.19.0"
6201 - },
6202 - "peerDependencies": {
6203 - "postcss": "^8.4"
6204 - }
6205 - },
6206 - "node_modules/@csstools/postcss-system-ui-font-family/node_modules/@csstools/css-parser-algorithms": {
6207 - "version": "4.0.0",
6208 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
6209 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
6210 - "funding": [
6211 - {
6212 - "type": "github",
6213 - "url": "https://github.com/sponsors/csstools"
6214 - },
6215 - {
6216 - "type": "opencollective",
6217 - "url": "https://opencollective.com/csstools"
6218 - }
6219 - ],
6220 - "license": "MIT",
6221 - "engines": {
6222 - "node": ">=20.19.0"
6223 - },
6224 - "peerDependencies": {
6225 - "@csstools/css-tokenizer": "^4.0.0"
6226 - }
6227 - },
6228 - "node_modules/@csstools/postcss-system-ui-font-family/node_modules/@csstools/css-tokenizer": {
6229 - "version": "4.0.0",
6230 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
6231 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
6232 - "funding": [
6233 - {
6234 - "type": "github",
6235 - "url": "https://github.com/sponsors/csstools"
6236 - },
6237 - {
6238 - "type": "opencollective",
6239 - "url": "https://opencollective.com/csstools"
6240 - }
6241 - ],
6242 - "license": "MIT",
6243 - "engines": {
6244 - "node": ">=20.19.0"
6245 - }
6246 - },
6247 - "node_modules/@csstools/postcss-text-decoration-shorthand": {
6248 - "version": "5.0.2",
6249 - "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-5.0.2.tgz",
6250 - "integrity": "sha512-0VUTt79lfQ2LGQLfyOBeqpinDLzOf3w+tlA1Re/KjSOc86H6tRz6TeXbISrBSJlfM1fYKNmBNw+ON8Ovy6aNeg==",
6251 - "funding": [
6252 - {
6253 - "type": "github",
6254 - "url": "https://github.com/sponsors/csstools"
6255 - },
6256 - {
6257 - "type": "opencollective",
6258 - "url": "https://opencollective.com/csstools"
6259 - }
6260 - ],
6261 - "license": "MIT-0",
6262 - "dependencies": {
6263 - "@csstools/color-helpers": "^6.0.1",
6264 - "postcss-value-parser": "^4.2.0"
6265 - },
6266 - "engines": {
6267 - "node": ">=20.19.0"
6268 - },
6269 - "peerDependencies": {
6270 - "postcss": "^8.4"
6271 - }
6272 - },
6273 - "node_modules/@csstools/postcss-text-decoration-shorthand/node_modules/@csstools/color-helpers": {
6274 - "version": "6.0.1",
6275 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
6276 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
6277 - "funding": [
6278 - {
6279 - "type": "github",
6280 - "url": "https://github.com/sponsors/csstools"
6281 - },
6282 - {
6283 - "type": "opencollective",
6284 - "url": "https://opencollective.com/csstools"
6285 - }
6286 - ],
6287 - "license": "MIT-0",
6288 - "engines": {
6289 - "node": ">=20.19.0"
6290 - }
6291 - },
6292 - "node_modules/@csstools/postcss-trigonometric-functions": {
6293 - "version": "5.0.0",
6294 - "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-5.0.0.tgz",
6295 - "integrity": "sha512-isjkD3l1MVjanGuaS7RIYP/9txZKbZ8eQPaUHoxEWmySm3k6KutSepzPINL6MXyyi0ZUijZcktA++/L66IK71A==",
6296 - "funding": [
6297 - {
6298 - "type": "github",
6299 - "url": "https://github.com/sponsors/csstools"
6300 - },
6301 - {
6302 - "type": "opencollective",
6303 - "url": "https://opencollective.com/csstools"
6304 - }
6305 - ],
6306 - "license": "MIT-0",
6307 - "dependencies": {
6308 - "@csstools/css-calc": "^3.0.0",
6309 - "@csstools/css-parser-algorithms": "^4.0.0",
6310 - "@csstools/css-tokenizer": "^4.0.0"
6311 - },
6312 - "engines": {
6313 - "node": ">=20.19.0"
6314 - },
6315 - "peerDependencies": {
6316 - "postcss": "^8.4"
6317 - }
6318 - },
6319 - "node_modules/@csstools/postcss-trigonometric-functions/node_modules/@csstools/css-calc": {
6320 - "version": "3.0.0",
6321 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
6322 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
6323 - "funding": [
6324 - {
6325 - "type": "github",
6326 - "url": "https://github.com/sponsors/csstools"
6327 - },
6328 - {
6329 - "type": "opencollective",
6330 - "url": "https://opencollective.com/csstools"
6331 - }
6332 - ],
6333 - "license": "MIT",
6334 - "engines": {
6335 - "node": ">=20.19.0"
6336 - },
6337 - "peerDependencies": {
6338 - "@csstools/css-parser-algorithms": "^4.0.0",
6339 - "@csstools/css-tokenizer": "^4.0.0"
6340 - }
6341 - },
6342 - "node_modules/@csstools/postcss-trigonometric-functions/node_modules/@csstools/css-parser-algorithms": {
6343 - "version": "4.0.0",
6344 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
6345 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
6346 - "funding": [
6347 - {
6348 - "type": "github",
6349 - "url": "https://github.com/sponsors/csstools"
6350 - },
6351 - {
6352 - "type": "opencollective",
6353 - "url": "https://opencollective.com/csstools"
6354 - }
6355 - ],
6356 - "license": "MIT",
6357 - "engines": {
6358 - "node": ">=20.19.0"
6359 - },
6360 - "peerDependencies": {
6361 - "@csstools/css-tokenizer": "^4.0.0"
6362 - }
6363 - },
6364 - "node_modules/@csstools/postcss-trigonometric-functions/node_modules/@csstools/css-tokenizer": {
6365 - "version": "4.0.0",
6366 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
6367 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
6368 - "funding": [
6369 - {
6370 - "type": "github",
6371 - "url": "https://github.com/sponsors/csstools"
6372 - },
6373 - {
6374 - "type": "opencollective",
6375 - "url": "https://opencollective.com/csstools"
6376 - }
6377 - ],
6378 - "license": "MIT",
6379 - "engines": {
6380 - "node": ">=20.19.0"
6381 - }
6382 - },
6383 - "node_modules/@csstools/postcss-unset-value": {
6384 - "version": "5.0.0",
6385 - "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-5.0.0.tgz",
6386 - "integrity": "sha512-EoO54sS2KCIfesvHyFYAW99RtzwHdgaJzhl7cqKZSaMYKZv3fXSOehDjAQx8WZBKn1JrMd7xJJI1T1BxPF7/jA==",
6387 - "funding": [
6388 - {
6389 - "type": "github",
6390 - "url": "https://github.com/sponsors/csstools"
6391 - },
6392 - {
6393 - "type": "opencollective",
6394 - "url": "https://opencollective.com/csstools"
6395 - }
6396 - ],
6397 - "license": "MIT-0",
6398 - "engines": {
6399 - "node": ">=20.19.0"
6400 - },
6401 - "peerDependencies": {
6402 - "postcss": "^8.4"
6403 - }
6404 - },
6405 - "node_modules/@csstools/selector-resolve-nested": {
6406 - "version": "4.0.0",
6407 - "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.0.tgz",
6408 - "integrity": "sha512-9vAPxmp+Dx3wQBIUwc1v7Mdisw1kbbaGqXUM8QLTgWg7SoPGYtXBsMXvsFs/0Bn5yoFhcktzxNZGNaUt0VjgjA==",
6409 - "funding": [
6410 - {
6411 - "type": "github",
6412 - "url": "https://github.com/sponsors/csstools"
6413 - },
6414 - {
6415 - "type": "opencollective",
6416 - "url": "https://opencollective.com/csstools"
6417 - }
6418 - ],
6419 - "license": "MIT-0",
6420 - "engines": {
6421 - "node": ">=20.19.0"
6422 - },
6423 - "peerDependencies": {
6424 - "postcss-selector-parser": "^7.1.1"
6425 - }
6426 - },
6427 - "node_modules/@csstools/selector-specificity": {
6428 - "version": "6.0.0",
6429 - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-6.0.0.tgz",
6430 - "integrity": "sha512-4sSgl78OtOXEX/2d++8A83zHNTgwCJMaR24FvsYL7Uf/VS8HZk9PTwR51elTbGqMuwH3szLvvOXEaVnqn0Z3zA==",
6431 - "funding": [
6432 - {
6433 - "type": "github",
6434 - "url": "https://github.com/sponsors/csstools"
6435 - },
6436 - {
6437 - "type": "opencollective",
6438 - "url": "https://opencollective.com/csstools"
6439 - }
6440 - ],
6441 - "license": "MIT-0",
6442 - "engines": {
6443 - "node": ">=20.19.0"
6444 - },
6445 - "peerDependencies": {
6446 - "postcss-selector-parser": "^7.1.1"
6447 - }
6448 - },
6449 - "node_modules/@csstools/utilities": {
6450 - "version": "3.0.0",
6451 - "resolved": "https://registry.npmjs.org/@csstools/utilities/-/utilities-3.0.0.tgz",
6452 - "integrity": "sha512-etDqA/4jYvOGBM6yfKCOsEXfH96BKztZdgGmGqKi2xHnDe0ILIBraRspwgYatJH9JsCZ5HCGoCst8w18EKOAdg==",
6453 - "funding": [
6454 - {
6455 - "type": "github",
6456 - "url": "https://github.com/sponsors/csstools"
6457 - },
6458 - {
6459 - "type": "opencollective",
6460 - "url": "https://opencollective.com/csstools"
6461 - }
6462 - ],
6463 - "license": "MIT-0",
6464 - "engines": {
6465 - "node": ">=20.19.0"
6466 - },
6467 - "peerDependencies": {
6468 - "postcss": "^8.4"
6469 - }
6470 - },
6471 - "node_modules/@emnapi/core": {
6472 - "version": "1.4.3",
6473 - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.3.tgz",
6474 - "integrity": "sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g==",
6475 - "dev": true,
6476 - "license": "MIT",
6477 - "optional": true,
6478 - "dependencies": {
6479 - "@emnapi/wasi-threads": "1.0.2",
6480 - "tslib": "^2.4.0"
6481 - }
6482 - },
6483 - "node_modules/@emnapi/runtime": {
6484 - "version": "1.4.3",
6485 - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz",
6486 - "integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==",
6487 - "dev": true,
6488 - "license": "MIT",
6489 - "optional": true,
6490 - "dependencies": {
6491 - "tslib": "^2.4.0"
6492 - }
6493 - },
6494 - "node_modules/@emnapi/wasi-threads": {
6495 - "version": "1.0.2",
6496 - "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.2.tgz",
6497 - "integrity": "sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==",
6498 - "dev": true,
6499 - "license": "MIT",
6500 - "optional": true,
6501 - "dependencies": {
6502 - "tslib": "^2.4.0"
6503 - }
6504 - },
6505 - "node_modules/@emotion/is-prop-valid": {
6506 - "version": "1.3.1",
6507 - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz",
6508 - "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==",
6509 - "license": "MIT",
6510 - "dependencies": {
6511 - "@emotion/memoize": "^0.9.0"
6512 - }
6513 - },
6514 - "node_modules/@emotion/memoize": {
6515 - "version": "0.9.0",
6516 - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
6517 - "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
6518 - "license": "MIT"
6519 - },
6520 - "node_modules/@emotion/stylis": {
6521 - "version": "0.8.5",
6522 - "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
6523 - "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==",
6524 - "license": "MIT"
6525 - },
6526 - "node_modules/@emotion/unitless": {
6527 - "version": "0.7.5",
6528 - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
6529 - "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
6530 - "license": "MIT"
6531 - },
6532 - "node_modules/@eslint-community/eslint-utils": {
6533 - "version": "4.7.0",
6534 - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
6535 - "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
6536 - "license": "MIT",
6537 - "dependencies": {
6538 - "eslint-visitor-keys": "^3.4.3"
6539 - },
6540 - "engines": {
6541 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6542 - },
6543 - "funding": {
6544 - "url": "https://opencollective.com/eslint"
6545 - },
6546 - "peerDependencies": {
6547 - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
6548 - }
6549 - },
6550 - "node_modules/@eslint-community/regexpp": {
6551 - "version": "4.12.1",
6552 - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
6553 - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
6554 - "license": "MIT",
6555 - "engines": {
6556 - "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
6557 - }
6558 - },
6559 - "node_modules/@eslint/compat": {
6560 - "version": "1.2.4",
6561 - "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.4.tgz",
6562 - "integrity": "sha512-S8ZdQj/N69YAtuqFt7653jwcvuUj131+6qGLUyDqfDg1OIoBQ66OCuXC473YQfO2AaxITTutiRQiDwoo7ZLYyg==",
6563 - "dev": true,
6564 - "license": "Apache-2.0",
6565 - "engines": {
6566 - "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6567 - },
6568 - "peerDependencies": {
6569 - "eslint": "^9.10.0"
6570 - },
6571 - "peerDependenciesMeta": {
6572 - "eslint": {
6573 - "optional": true
6574 - }
6575 - }
6576 - },
6577 - "node_modules/@eslint/eslintrc": {
6578 - "version": "2.1.4",
6579 - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
6580 - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
6581 - "dev": true,
6582 - "license": "MIT",
6583 - "dependencies": {
6584 - "ajv": "^6.12.4",
6585 - "debug": "^4.3.2",
6586 - "espree": "^9.6.0",
6587 - "globals": "^13.19.0",
6588 - "ignore": "^5.2.0",
6589 - "import-fresh": "^3.2.1",
6590 - "js-yaml": "^4.1.0",
6591 - "minimatch": "^3.1.2",
6592 - "strip-json-comments": "^3.1.1"
6593 - },
6594 - "engines": {
6595 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6596 - },
6597 - "funding": {
6598 - "url": "https://opencollective.com/eslint"
6599 - }
6600 - },
6601 - "node_modules/@eslint/eslintrc/node_modules/ajv": {
6602 - "version": "6.12.6",
6603 - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
6604 - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
6605 - "dev": true,
6606 - "license": "MIT",
6607 - "dependencies": {
6608 - "fast-deep-equal": "^3.1.1",
6609 - "fast-json-stable-stringify": "^2.0.0",
6610 - "json-schema-traverse": "^0.4.1",
6611 - "uri-js": "^4.2.2"
6612 - },
6613 - "funding": {
6614 - "type": "github",
6615 - "url": "https://github.com/sponsors/epoberezkin"
6616 - }
6617 - },
6618 - "node_modules/@eslint/eslintrc/node_modules/argparse": {
6619 - "version": "2.0.1",
6620 - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
6621 - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
6622 - "dev": true,
6623 - "license": "Python-2.0"
6624 - },
6625 - "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
6626 - "version": "1.1.12",
6627 - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
6628 - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
6629 - "dev": true,
6630 - "license": "MIT",
6631 - "dependencies": {
6632 - "balanced-match": "^1.0.0",
6633 - "concat-map": "0.0.1"
6634 - }
6635 - },
6636 - "node_modules/@eslint/eslintrc/node_modules/globals": {
6637 - "version": "13.24.0",
6638 - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
6639 - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
6640 - "dev": true,
6641 - "license": "MIT",
6642 - "dependencies": {
6643 - "type-fest": "^0.20.2"
6644 - },
6645 - "engines": {
6646 - "node": ">=8"
6647 - },
6648 - "funding": {
6649 - "url": "https://github.com/sponsors/sindresorhus"
6650 - }
6651 - },
6652 - "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
6653 - "version": "4.1.1",
6654 - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
6655 - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
6656 - "dev": true,
6657 - "license": "MIT",
6658 - "dependencies": {
6659 - "argparse": "^2.0.1"
6660 - },
6661 - "bin": {
6662 - "js-yaml": "bin/js-yaml.js"
6663 - }
6664 - },
6665 - "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
6666 - "version": "0.4.1",
6667 - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
6668 - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
6669 - "dev": true,
6670 - "license": "MIT"
6671 - },
6672 - "node_modules/@eslint/eslintrc/node_modules/minimatch": {
6673 - "version": "3.1.2",
6674 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
6675 - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
6676 - "dev": true,
6677 - "license": "ISC",
6678 - "dependencies": {
6679 - "brace-expansion": "^1.1.7"
6680 - },
6681 - "engines": {
6682 - "node": "*"
6683 - }
6684 - },
6685 - "node_modules/@eslint/js": {
6686 - "version": "8.57.1",
6687 - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
6688 - "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
6689 - "dev": true,
6690 - "license": "MIT",
6691 - "engines": {
6692 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6693 - }
6694 - },
6695 - "node_modules/@expo/devcert": {
6696 - "version": "1.2.0",
6697 - "resolved": "https://registry.npmjs.org/@expo/devcert/-/devcert-1.2.0.tgz",
6698 - "integrity": "sha512-Uilcv3xGELD5t/b0eM4cxBFEKQRIivB3v7i+VhWLV/gL98aw810unLKKJbGAxAIhY6Ipyz8ChWibFsKFXYwstA==",
6699 - "license": "MIT",
6700 - "dependencies": {
6701 - "@expo/sudo-prompt": "^9.3.1",
6702 - "debug": "^3.1.0",
6703 - "glob": "^10.4.2"
6704 - }
6705 - },
6706 - "node_modules/@expo/devcert/node_modules/debug": {
6707 - "version": "3.2.7",
6708 - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
6709 - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
6710 - "license": "MIT",
6711 - "dependencies": {
6712 - "ms": "^2.1.1"
6713 - }
6714 - },
6715 - "node_modules/@expo/sudo-prompt": {
6716 - "version": "9.3.2",
6717 - "resolved": "https://registry.npmjs.org/@expo/sudo-prompt/-/sudo-prompt-9.3.2.tgz",
6718 - "integrity": "sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw==",
6719 - "license": "MIT"
6720 - },
6721 - "node_modules/@fastify/busboy": {
6722 - "version": "2.1.1",
6723 - "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
6724 - "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
6725 - "dev": true,
6726 - "license": "MIT",
6727 - "engines": {
6728 - "node": ">=14"
6729 - }
6730 - },
6731 - "node_modules/@gatsbyjs/parcel-namer-relative-to-cwd": {
6732 - "version": "2.16.0",
6733 - "resolved": "https://registry.npmjs.org/@gatsbyjs/parcel-namer-relative-to-cwd/-/parcel-namer-relative-to-cwd-2.16.0.tgz",
6734 - "integrity": "sha512-E05myRVDUgUXS41wWxBOc0wPub1WAty3M6bO2vGctToXO11Lw9tci9banlSQojBB12ExsmRqNW90FxtVNTbfQA==",
6735 - "license": "MIT",
6736 - "dependencies": {
6737 - "@babel/runtime": "^7.20.13",
6738 - "@parcel/namer-default": "2.8.3",
6739 - "@parcel/plugin": "2.8.3",
6740 - "gatsby-core-utils": "^4.16.0"
6741 - },
6742 - "engines": {
6743 - "node": ">=18.0.0 <26",
6744 - "parcel": "2.x"
6745 - }
6746 - },
6747 - "node_modules/@gatsbyjs/reach-router": {
6748 - "version": "2.0.1",
6749 - "resolved": "https://registry.npmjs.org/@gatsbyjs/reach-router/-/reach-router-2.0.1.tgz",
6750 - "integrity": "sha512-gmSZniS9/phwgEgpFARMpNg21PkYDZEpfgEzvkgpE/iku4uvXqCrxr86fXbTpI9mkrhKS1SCTYmLGe60VdHcdQ==",
6751 - "license": "MIT",
6752 - "dependencies": {
6753 - "invariant": "^2.2.4",
6754 - "prop-types": "^15.8.1"
6755 - },
6756 - "peerDependencies": {
6757 - "react": "18.x",
6758 - "react-dom": "18.x"
6759 - }
6760 - },
6761 - "node_modules/@gatsbyjs/webpack-hot-middleware": {
6762 - "version": "2.25.3",
6763 - "resolved": "https://registry.npmjs.org/@gatsbyjs/webpack-hot-middleware/-/webpack-hot-middleware-2.25.3.tgz",
6764 - "integrity": "sha512-ul17OZ8Dlw+ATRbnuU+kwxuAlq9lKbYz/2uBS1FLCdgoPTF1H2heP7HbUbgfMZbfRQNcCG2rMscMnr32ritCDw==",
6765 - "license": "MIT",
6766 - "dependencies": {
6767 - "ansi-html-community": "0.0.8",
6768 - "html-entities": "^2.3.3",
6769 - "strip-ansi": "^6.0.0"
3636 + "dependencies": {
3637 + "ansi-html-community": "0.0.8",
3638 + "html-entities": "^2.3.3",
3639 + "strip-ansi": "^6.0.0"
3640 }
3641 },
3642 "node_modules/@github/browserslist-config": {
@@ -18251,44 +15121,6 @@
15121 "node": ">=8"
15122 }
15123 },
18254 - "node_modules/css-blank-pseudo": {
18255 - "version": "8.0.1",
18256 - "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-8.0.1.tgz",
18257 - "integrity": "sha512-C5B2e5hCM4llrQkUms+KnWEMVW8K1n2XvX9G7ppfMZJQ7KAS/4rNnkP1Cs+HhWriOz1mWWTMFD4j1J7s31Dgug==",
18258 - "funding": [
18259 - {
18260 - "type": "github",
18261 - "url": "https://github.com/sponsors/csstools"
18262 - },
18263 - {
18264 - "type": "opencollective",
18265 - "url": "https://opencollective.com/csstools"
18266 - }
18267 - ],
18268 - "license": "MIT-0",
18269 - "dependencies": {
18270 - "postcss-selector-parser": "^7.1.1"
18271 - },
18272 - "engines": {
18273 - "node": ">=20.19.0"
18274 - },
18275 - "peerDependencies": {
18276 - "postcss": "^8.4"
18277 - }
18278 - },
18279 - "node_modules/css-blank-pseudo/node_modules/postcss-selector-parser": {
18280 - "version": "7.1.1",
18281 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
18282 - "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
18283 - "license": "MIT",
18284 - "dependencies": {
18285 - "cssesc": "^3.0.0",
18286 - "util-deprecate": "^1.0.2"
18287 - },
18288 - "engines": {
18289 - "node": ">=4"
18290 - }
18291 - },
15124 "node_modules/css-color-keywords": {
15125 "version": "1.0.0",
15126 "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",
@@ -18310,46 +15142,6 @@
15142 "postcss": "^8.0.9"
15143 }
15144 },
18313 - "node_modules/css-has-pseudo": {
18314 - "version": "8.0.0",
18315 - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-8.0.0.tgz",
18316 - "integrity": "sha512-Uz/bsHRbOeir/5Oeuz85tq/yLJLxX+3dpoRdjNTshs6jjqwUg8XaEZGDd0ci3fw7l53Srw0EkJ8mYan0eW5uGQ==",
18317 - "funding": [
18318 - {
18319 - "type": "github",
18320 - "url": "https://github.com/sponsors/csstools"
18321 - },
18322 - {
18323 - "type": "opencollective",
18324 - "url": "https://opencollective.com/csstools"
18325 - }
18326 - ],
18327 - "license": "MIT-0",
18328 - "dependencies": {
18329 - "@csstools/selector-specificity": "^6.0.0",
18330 - "postcss-selector-parser": "^7.1.1",
18331 - "postcss-value-parser": "^4.2.0"
18332 - },
18333 - "engines": {
18334 - "node": ">=20.19.0"
18335 - },
18336 - "peerDependencies": {
18337 - "postcss": "^8.4"
18338 - }
18339 - },
18340 - "node_modules/css-has-pseudo/node_modules/postcss-selector-parser": {
18341 - "version": "7.1.1",
18342 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
18343 - "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
18344 - "license": "MIT",
18345 - "dependencies": {
18346 - "cssesc": "^3.0.0",
18347 - "util-deprecate": "^1.0.2"
18348 - },
18349 - "engines": {
18350 - "node": ">=4"
18351 - }
18352 - },
15145 "node_modules/css-loader": {
15146 "version": "5.2.7",
15147 "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz",
@@ -18518,28 +15310,6 @@
15310 "node": ">=0.10.0"
15311 }
15312 },
18521 - "node_modules/css-prefers-color-scheme": {
18522 - "version": "11.0.0",
18523 - "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-11.0.0.tgz",
18524 - "integrity": "sha512-fv0mgtwUhh2m9iio3Kxc2CkrogjIaRdMFaaqyzSFdii17JF4cfPyMNX72B15ZW2Nrr/NZUpxI4dec1VMHYJvdw==",
18525 - "funding": [
18526 - {
18527 - "type": "github",
18528 - "url": "https://github.com/sponsors/csstools"
18529 - },
18530 - {
18531 - "type": "opencollective",
18532 - "url": "https://opencollective.com/csstools"
18533 - }
18534 - ],
18535 - "license": "MIT-0",
18536 - "engines": {
18537 - "node": ">=20.19.0"
18538 - },
18539 - "peerDependencies": {
18540 - "postcss": "^8.4"
18541 - }
18542 - },
15313 "node_modules/css-select": {
15314 "version": "4.3.0",
15315 "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
@@ -18613,22 +15383,6 @@
15383 "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==",
15384 "license": "MIT"
15385 },
18616 - "node_modules/cssdb": {
18617 - "version": "8.7.0",
18618 - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.7.0.tgz",
18619 - "integrity": "sha512-UxiWVpV953ENHqAKjKRPZHNDfRo3uOymvO5Ef7MFCWlenaohkYj7PTO7WCBdjZm8z/aDZd6rXyUIlwZ0AjyFSg==",
18620 - "funding": [
18621 - {
18622 - "type": "opencollective",
18623 - "url": "https://opencollective.com/csstools"
18624 - },
18625 - {
18626 - "type": "github",
18627 - "url": "https://github.com/sponsors/csstools"
18628 - }
18629 - ],
18630 - "license": "MIT-0"
18631 - },
15386 "node_modules/cssesc": {
15387 "version": "3.0.0",
15388 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
@@ -36402,1404 +33156,577 @@
33156 "dependencies": {
33157 "json-parse-even-better-errors": "^4.0.0",
33158 "just-diff": "^6.0.0",
36405 - "just-diff-apply": "^5.2.0"
36406 - },
36407 - "engines": {
36408 - "node": "^18.17.0 || >=20.5.0"
36409 - }
36410 - },
36411 - "node_modules/parse-diff": {
36412 - "version": "0.11.1",
36413 - "resolved": "https://registry.npmjs.org/parse-diff/-/parse-diff-0.11.1.tgz",
36414 - "integrity": "sha512-Oq4j8LAOPOcssanQkIjxosjATBIEJhCxMCxPhMu+Ci4wdNmAEdx0O+a7gzbR2PyKXgKPvRLIN5g224+dJAsKHA==",
36415 - "dev": true,
36416 - "license": "MIT"
36417 - },
36418 - "node_modules/parse-filepath": {
36419 - "version": "1.0.2",
36420 - "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
36421 - "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==",
36422 - "license": "MIT",
36423 - "dependencies": {
36424 - "is-absolute": "^1.0.0",
36425 - "map-cache": "^0.2.0",
36426 - "path-root": "^0.1.1"
36427 - },
36428 - "engines": {
36429 - "node": ">=0.8"
36430 - }
36431 - },
36432 - "node_modules/parse-github-repo-url": {
36433 - "version": "1.4.1",
36434 - "resolved": "https://registry.npmjs.org/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz",
36435 - "integrity": "sha512-bSWyzBKqcSL4RrncTpGsEKoJ7H8a4L3++ifTAbTFeMHyq2wRV+42DGmQcHIrJIvdcacjIOxEuKH/w4tthF17gg==",
36436 - "dev": true,
36437 - "license": "MIT"
36438 - },
36439 - "node_modules/parse-json": {
36440 - "version": "5.2.0",
36441 - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
36442 - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
36443 - "license": "MIT",
36444 - "dependencies": {
36445 - "@babel/code-frame": "^7.0.0",
36446 - "error-ex": "^1.3.1",
36447 - "json-parse-even-better-errors": "^2.3.0",
36448 - "lines-and-columns": "^1.1.6"
36449 - },
36450 - "engines": {
36451 - "node": ">=8"
36452 - },
36453 - "funding": {
36454 - "url": "https://github.com/sponsors/sindresorhus"
36455 - }
36456 - },
36457 - "node_modules/parse-json/node_modules/json-parse-even-better-errors": {
36458 - "version": "2.3.1",
36459 - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
36460 - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
36461 - "license": "MIT"
36462 - },
36463 - "node_modules/parse5": {
36464 - "version": "7.3.0",
36465 - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
36466 - "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
36467 - "dev": true,
36468 - "license": "MIT",
36469 - "dependencies": {
36470 - "entities": "^6.0.0"
36471 - },
36472 - "funding": {
36473 - "url": "https://github.com/inikulin/parse5?sponsor=1"
36474 - }
36475 - },
36476 - "node_modules/parse5/node_modules/entities": {
36477 - "version": "6.0.1",
36478 - "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
36479 - "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
36480 - "dev": true,
36481 - "license": "BSD-2-Clause",
36482 - "engines": {
36483 - "node": ">=0.12"
36484 - },
36485 - "funding": {
36486 - "url": "https://github.com/fb55/entities?sponsor=1"
36487 - }
36488 - },
36489 - "node_modules/parseurl": {
36490 - "version": "1.3.3",
36491 - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
36492 - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
36493 - "license": "MIT",
36494 - "engines": {
36495 - "node": ">= 0.8"
36496 - }
36497 - },
36498 - "node_modules/pascal-case": {
36499 - "version": "3.1.2",
36500 - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
36501 - "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
36502 - "license": "MIT",
36503 - "dependencies": {
36504 - "no-case": "^3.0.4",
36505 - "tslib": "^2.0.3"
36506 - }
36507 - },
36508 - "node_modules/patch-console": {
36509 - "version": "2.0.0",
36510 - "resolved": "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz",
36511 - "integrity": "sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==",
36512 - "dev": true,
36513 - "license": "MIT",
36514 - "engines": {
36515 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
36516 - }
36517 - },
36518 - "node_modules/path-case": {
36519 - "version": "3.0.4",
36520 - "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
36521 - "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==",
36522 - "license": "MIT",
36523 - "dependencies": {
36524 - "dot-case": "^3.0.4",
36525 - "tslib": "^2.0.3"
36526 - }
36527 - },
36528 - "node_modules/path-exists": {
36529 - "version": "5.0.0",
36530 - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
36531 - "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
36532 - "dev": true,
36533 - "license": "MIT",
36534 - "engines": {
36535 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
36536 - }
36537 - },
36538 - "node_modules/path-is-absolute": {
36539 - "version": "1.0.1",
36540 - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
36541 - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
36542 - "license": "MIT",
36543 - "engines": {
36544 - "node": ">=0.10.0"
36545 - }
36546 - },
36547 - "node_modules/path-key": {
36548 - "version": "3.1.1",
36549 - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
36550 - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
36551 - "license": "MIT",
36552 - "engines": {
36553 - "node": ">=8"
36554 - }
36555 - },
36556 - "node_modules/path-parse": {
36557 - "version": "1.0.7",
36558 - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
36559 - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
36560 - "license": "MIT"
36561 - },
36562 - "node_modules/path-root": {
36563 - "version": "0.1.1",
36564 - "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
36565 - "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==",
36566 - "license": "MIT",
36567 - "dependencies": {
36568 - "path-root-regex": "^0.1.0"
36569 - },
36570 - "engines": {
36571 - "node": ">=0.10.0"
36572 - }
36573 - },
36574 - "node_modules/path-root-regex": {
36575 - "version": "0.1.2",
36576 - "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
36577 - "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==",
36578 - "license": "MIT",
36579 - "engines": {
36580 - "node": ">=0.10.0"
36581 - }
36582 - },
36583 - "node_modules/path-scurry": {
36584 - "version": "1.11.1",
36585 - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
36586 - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
36587 - "license": "BlueOak-1.0.0",
36588 - "dependencies": {
36589 - "lru-cache": "^10.2.0",
36590 - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
36591 - },
36592 - "engines": {
36593 - "node": ">=16 || 14 >=14.18"
36594 - },
36595 - "funding": {
36596 - "url": "https://github.com/sponsors/isaacs"
36597 - }
36598 - },
36599 - "node_modules/path-to-regexp": {
36600 - "version": "0.1.12",
36601 - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
36602 - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
36603 - "license": "MIT"
36604 - },
36605 - "node_modules/path-type": {
36606 - "version": "4.0.0",
36607 - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
36608 - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
36609 - "license": "MIT",
36610 - "engines": {
36611 - "node": ">=8"
36612 - }
36613 - },
36614 - "node_modules/peek-readable": {
36615 - "version": "4.1.0",
36616 - "resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.1.0.tgz",
36617 - "integrity": "sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==",
36618 - "license": "MIT",
36619 - "engines": {
36620 - "node": ">=8"
36621 - },
36622 - "funding": {
36623 - "type": "github",
36624 - "url": "https://github.com/sponsors/Borewit"
36625 - }
36626 - },
36627 - "node_modules/periscopic": {
36628 - "version": "3.1.0",
36629 - "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz",
36630 - "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==",
36631 - "license": "MIT",
36632 - "dependencies": {
36633 - "@types/estree": "^1.0.0",
36634 - "estree-walker": "^3.0.0",
36635 - "is-reference": "^3.0.0"
36636 - }
36637 - },
36638 - "node_modules/physical-cpu-count": {
36639 - "version": "2.0.0",
36640 - "resolved": "https://registry.npmjs.org/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz",
36641 - "integrity": "sha512-rxJOljMuWtYlvREBmd6TZYanfcPhNUKtGDZBjBBS8WG1dpN2iwPsRJZgQqN/OtJuiQckdRFOfzogqJClTrsi7g==",
36642 - "license": "ISC"
36643 - },
36644 - "node_modules/picocolors": {
36645 - "version": "1.1.1",
36646 - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
36647 - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
36648 - "license": "ISC"
36649 - },
36650 - "node_modules/picomatch": {
36651 - "version": "2.3.1",
36652 - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
36653 - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
36654 - "license": "MIT",
36655 - "engines": {
36656 - "node": ">=8.6"
36657 - },
36658 - "funding": {
36659 - "url": "https://github.com/sponsors/jonschlinkert"
36660 - }
36661 - },
36662 - "node_modules/pirates": {
36663 - "version": "4.0.7",
36664 - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
36665 - "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
36666 - "dev": true,
36667 - "license": "MIT",
36668 - "engines": {
36669 - "node": ">= 6"
36670 - }
36671 - },
36672 - "node_modules/pkg-dir": {
36673 - "version": "4.2.0",
36674 - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
36675 - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
36676 - "license": "MIT",
36677 - "dependencies": {
36678 - "find-up": "^4.0.0"
36679 - },
36680 - "engines": {
36681 - "node": ">=8"
36682 - }
36683 - },
36684 - "node_modules/pkg-dir/node_modules/find-up": {
36685 - "version": "4.1.0",
36686 - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
36687 - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
36688 - "license": "MIT",
36689 - "dependencies": {
36690 - "locate-path": "^5.0.0",
36691 - "path-exists": "^4.0.0"
36692 - },
36693 - "engines": {
36694 - "node": ">=8"
36695 - }
36696 - },
36697 - "node_modules/pkg-dir/node_modules/locate-path": {
36698 - "version": "5.0.0",
36699 - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
36700 - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
36701 - "license": "MIT",
36702 - "dependencies": {
36703 - "p-locate": "^4.1.0"
36704 - },
36705 - "engines": {
36706 - "node": ">=8"
36707 - }
36708 - },
36709 - "node_modules/pkg-dir/node_modules/p-limit": {
36710 - "version": "2.3.0",
36711 - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
36712 - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
36713 - "license": "MIT",
36714 - "dependencies": {
36715 - "p-try": "^2.0.0"
36716 - },
36717 - "engines": {
36718 - "node": ">=6"
36719 - },
36720 - "funding": {
36721 - "url": "https://github.com/sponsors/sindresorhus"
36722 - }
36723 - },
36724 - "node_modules/pkg-dir/node_modules/p-locate": {
36725 - "version": "4.1.0",
36726 - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
36727 - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
36728 - "license": "MIT",
36729 - "dependencies": {
36730 - "p-limit": "^2.2.0"
36731 - },
36732 - "engines": {
36733 - "node": ">=8"
36734 - }
36735 - },
36736 - "node_modules/pkg-dir/node_modules/path-exists": {
36737 - "version": "4.0.0",
36738 - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
36739 - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
36740 - "license": "MIT",
36741 - "engines": {
36742 - "node": ">=8"
36743 - }
36744 - },
36745 - "node_modules/pkg-up": {
36746 - "version": "3.1.0",
36747 - "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
36748 - "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
36749 - "license": "MIT",
36750 - "dependencies": {
36751 - "find-up": "^3.0.0"
36752 - },
36753 - "engines": {
36754 - "node": ">=8"
36755 - }
36756 - },
36757 - "node_modules/pkg-up/node_modules/find-up": {
36758 - "version": "3.0.0",
36759 - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
36760 - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
36761 - "license": "MIT",
36762 - "dependencies": {
36763 - "locate-path": "^3.0.0"
36764 - },
36765 - "engines": {
36766 - "node": ">=6"
36767 - }
36768 - },
36769 - "node_modules/pkg-up/node_modules/locate-path": {
36770 - "version": "3.0.0",
36771 - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
36772 - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
36773 - "license": "MIT",
36774 - "dependencies": {
36775 - "p-locate": "^3.0.0",
36776 - "path-exists": "^3.0.0"
36777 - },
36778 - "engines": {
36779 - "node": ">=6"
36780 - }
36781 - },
36782 - "node_modules/pkg-up/node_modules/p-limit": {
36783 - "version": "2.3.0",
36784 - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
36785 - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
36786 - "license": "MIT",
36787 - "dependencies": {
36788 - "p-try": "^2.0.0"
36789 - },
36790 - "engines": {
36791 - "node": ">=6"
36792 - },
36793 - "funding": {
36794 - "url": "https://github.com/sponsors/sindresorhus"
36795 - }
36796 - },
36797 - "node_modules/pkg-up/node_modules/p-locate": {
36798 - "version": "3.0.0",
36799 - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
36800 - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
36801 - "license": "MIT",
36802 - "dependencies": {
36803 - "p-limit": "^2.0.0"
36804 - },
36805 - "engines": {
36806 - "node": ">=6"
36807 - }
36808 - },
36809 - "node_modules/pkg-up/node_modules/path-exists": {
36810 - "version": "3.0.0",
36811 - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
36812 - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
36813 - "license": "MIT",
36814 - "engines": {
36815 - "node": ">=4"
36816 - }
36817 - },
36818 - "node_modules/platform": {
36819 - "version": "1.3.6",
36820 - "resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
36821 - "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
36822 - "license": "MIT"
36823 - },
36824 - "node_modules/polite-json": {
36825 - "version": "5.0.0",
36826 - "resolved": "https://registry.npmjs.org/polite-json/-/polite-json-5.0.0.tgz",
36827 - "integrity": "sha512-OLS/0XeUAcE8a2fdwemNja+udKgXNnY6yKVIXqAD2zVRx1KvY6Ato/rZ2vdzbxqYwPW0u6SCNC/bAMPNzpzxbw==",
36828 - "dev": true,
36829 - "license": "MIT",
36830 - "engines": {
36831 - "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
36832 - },
36833 - "funding": {
36834 - "url": "https://github.com/sponsors/isaacs"
36835 - }
36836 - },
36837 - "node_modules/possible-typed-array-names": {
36838 - "version": "1.0.0",
36839 - "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
36840 - "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
36841 - "license": "MIT",
36842 - "engines": {
36843 - "node": ">= 0.4"
36844 - }
36845 - },
36846 - "node_modules/postcss": {
36847 - "version": "8.5.6",
36848 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
36849 - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
36850 - "funding": [
36851 - {
36852 - "type": "opencollective",
36853 - "url": "https://opencollective.com/postcss/"
36854 - },
36855 - {
36856 - "type": "tidelift",
36857 - "url": "https://tidelift.com/funding/github/npm/postcss"
36858 - },
36859 - {
36860 - "type": "github",
36861 - "url": "https://github.com/sponsors/ai"
36862 - }
36863 - ],
36864 - "license": "MIT",
36865 - "dependencies": {
36866 - "nanoid": "^3.3.11",
36867 - "picocolors": "^1.1.1",
36868 - "source-map-js": "^1.2.1"
36869 - },
36870 - "engines": {
36871 - "node": "^10 || ^12 || >=14"
36872 - }
36873 - },
36874 - "node_modules/postcss-attribute-case-insensitive": {
36875 - "version": "8.0.0",
36876 - "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-8.0.0.tgz",
36877 - "integrity": "sha512-fovIPEV35c2JzVXdmP+sp2xirbBMt54J+upU8u6TSj410kUU5+axgEzvBBSAX8KCybze8CFCelzFAw/FfWg2TA==",
36878 - "funding": [
36879 - {
36880 - "type": "github",
36881 - "url": "https://github.com/sponsors/csstools"
36882 - },
36883 - {
36884 - "type": "opencollective",
36885 - "url": "https://opencollective.com/csstools"
36886 - }
36887 - ],
36888 - "license": "MIT",
36889 - "dependencies": {
36890 - "postcss-selector-parser": "^7.1.1"
36891 - },
36892 - "engines": {
36893 - "node": ">=20.19.0"
36894 - },
36895 - "peerDependencies": {
36896 - "postcss": "^8.4"
36897 - }
36898 - },
36899 - "node_modules/postcss-attribute-case-insensitive/node_modules/postcss-selector-parser": {
36900 - "version": "7.1.1",
36901 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
36902 - "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
36903 - "license": "MIT",
36904 - "dependencies": {
36905 - "cssesc": "^3.0.0",
36906 - "util-deprecate": "^1.0.2"
33159 + "just-diff-apply": "^5.2.0"
33160 },
33161 "engines": {
36909 - "node": ">=4"
33162 + "node": "^18.17.0 || >=20.5.0"
33163 }
33164 },
36912 - "node_modules/postcss-calc": {
36913 - "version": "8.2.4",
36914 - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
36915 - "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
33165 + "node_modules/parse-diff": {
33166 + "version": "0.11.1",
33167 + "resolved": "https://registry.npmjs.org/parse-diff/-/parse-diff-0.11.1.tgz",
33168 + "integrity": "sha512-Oq4j8LAOPOcssanQkIjxosjATBIEJhCxMCxPhMu+Ci4wdNmAEdx0O+a7gzbR2PyKXgKPvRLIN5g224+dJAsKHA==",
33169 + "dev": true,
33170 + "license": "MIT"
33171 + },
33172 + "node_modules/parse-filepath": {
33173 + "version": "1.0.2",
33174 + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
33175 + "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==",
33176 "license": "MIT",
33177 "dependencies": {
36918 - "postcss-selector-parser": "^6.0.9",
36919 - "postcss-value-parser": "^4.2.0"
33178 + "is-absolute": "^1.0.0",
33179 + "map-cache": "^0.2.0",
33180 + "path-root": "^0.1.1"
33181 },
36921 - "peerDependencies": {
36922 - "postcss": "^8.2.2"
33182 + "engines": {
33183 + "node": ">=0.8"
33184 }
33185 },
36925 - "node_modules/postcss-clamp": {
36926 - "version": "4.1.0",
36927 - "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
36928 - "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
33186 + "node_modules/parse-github-repo-url": {
33187 + "version": "1.4.1",
33188 + "resolved": "https://registry.npmjs.org/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz",
33189 + "integrity": "sha512-bSWyzBKqcSL4RrncTpGsEKoJ7H8a4L3++ifTAbTFeMHyq2wRV+42DGmQcHIrJIvdcacjIOxEuKH/w4tthF17gg==",
33190 + "dev": true,
33191 + "license": "MIT"
33192 + },
33193 + "node_modules/parse-json": {
33194 + "version": "5.2.0",
33195 + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
33196 + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
33197 "license": "MIT",
33198 "dependencies": {
36931 - "postcss-value-parser": "^4.2.0"
33199 + "@babel/code-frame": "^7.0.0",
33200 + "error-ex": "^1.3.1",
33201 + "json-parse-even-better-errors": "^2.3.0",
33202 + "lines-and-columns": "^1.1.6"
33203 },
33204 "engines": {
36934 - "node": ">=7.6.0"
33205 + "node": ">=8"
33206 },
36936 - "peerDependencies": {
36937 - "postcss": "^8.4.6"
33207 + "funding": {
33208 + "url": "https://github.com/sponsors/sindresorhus"
33209 }
33210 },
36940 - "node_modules/postcss-color-functional-notation": {
36941 - "version": "8.0.1",
36942 - "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-8.0.1.tgz",
36943 - "integrity": "sha512-f1itLOG10iAa9mBAAtIHj/wfDs3srsNv/vrAsiRrIOfTCjhjxHxL1g06vvpQ86he2BP5HwB4cN72EZQ8rkegpA==",
36944 - "funding": [
36945 - {
36946 - "type": "github",
36947 - "url": "https://github.com/sponsors/csstools"
36948 - },
36949 - {
36950 - "type": "opencollective",
36951 - "url": "https://opencollective.com/csstools"
36952 - }
36953 - ],
36954 - "license": "MIT-0",
33211 + "node_modules/parse-json/node_modules/json-parse-even-better-errors": {
33212 + "version": "2.3.1",
33213 + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
33214 + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
33215 + "license": "MIT"
33216 + },
33217 + "node_modules/parse5": {
33218 + "version": "7.3.0",
33219 + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
33220 + "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
33221 + "dev": true,
33222 + "license": "MIT",
33223 "dependencies": {
36956 - "@csstools/css-color-parser": "^4.0.1",
36957 - "@csstools/css-parser-algorithms": "^4.0.0",
36958 - "@csstools/css-tokenizer": "^4.0.0",
36959 - "@csstools/postcss-progressive-custom-properties": "^5.0.0",
36960 - "@csstools/utilities": "^3.0.0"
36961 - },
36962 - "engines": {
36963 - "node": ">=20.19.0"
33224 + "entities": "^6.0.0"
33225 },
36965 - "peerDependencies": {
36966 - "postcss": "^8.4"
33226 + "funding": {
33227 + "url": "https://github.com/inikulin/parse5?sponsor=1"
33228 }
33229 },
36969 - "node_modules/postcss-color-functional-notation/node_modules/@csstools/color-helpers": {
33230 + "node_modules/parse5/node_modules/entities": {
33231 "version": "6.0.1",
36971 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
36972 - "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
36973 - "funding": [
36974 - {
36975 - "type": "github",
36976 - "url": "https://github.com/sponsors/csstools"
36977 - },
36978 - {
36979 - "type": "opencollective",
36980 - "url": "https://opencollective.com/csstools"
36981 - }
36982 - ],
36983 - "license": "MIT-0",
36984 - "engines": {
36985 - "node": ">=20.19.0"
36986 - }
36987 - },
36988 - "node_modules/postcss-color-functional-notation/node_modules/@csstools/css-calc": {
36989 - "version": "3.0.0",
36990 - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.0.tgz",
36991 - "integrity": "sha512-q4d82GTl8BIlh/dTnVsWmxnbWJeb3kiU8eUH71UxlxnS+WIaALmtzTL8gR15PkYOexMQYVk0CO4qIG93C1IvPA==",
36992 - "funding": [
36993 - {
36994 - "type": "github",
36995 - "url": "https://github.com/sponsors/csstools"
36996 - },
36997 - {
36998 - "type": "opencollective",
36999 - "url": "https://opencollective.com/csstools"
37000 - }
37001 - ],
37002 - "license": "MIT",
33232 + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
33233 + "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
33234 + "dev": true,
33235 + "license": "BSD-2-Clause",
33236 "engines": {
37004 - "node": ">=20.19.0"
33237 + "node": ">=0.12"
33238 },
37006 - "peerDependencies": {
37007 - "@csstools/css-parser-algorithms": "^4.0.0",
37008 - "@csstools/css-tokenizer": "^4.0.0"
33239 + "funding": {
33240 + "url": "https://github.com/fb55/entities?sponsor=1"
33241 }
33242 },
37011 - "node_modules/postcss-color-functional-notation/node_modules/@csstools/css-color-parser": {
37012 - "version": "4.0.1",
37013 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
37014 - "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
37015 - "funding": [
37016 - {
37017 - "type": "github",
37018 - "url": "https://github.com/sponsors/csstools"
37019 - },
37020 - {
37021 - "type": "opencollective",
37022 - "url": "https://opencollective.com/csstools"
37023 - }
37024 - ],
33243 + "node_modules/parseurl": {
33244 + "version": "1.3.3",
33245 + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
33246 + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
33247 "license": "MIT",
37026 - "dependencies": {
37027 - "@csstools/color-helpers": "^6.0.1",
37028 - "@csstools/css-calc": "^3.0.0"
37029 - },
33248 "engines": {
37031 - "node": ">=20.19.0"
37032 - },
37033 - "peerDependencies": {
37034 - "@csstools/css-parser-algorithms": "^4.0.0",
37035 - "@csstools/css-tokenizer": "^4.0.0"
33249 + "node": ">= 0.8"
33250 }
33251 },
37038 - "node_modules/postcss-color-functional-notation/node_modules/@csstools/css-parser-algorithms": {
37039 - "version": "4.0.0",
37040 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
37041 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
37042 - "funding": [
37043 - {
37044 - "type": "github",
37045 - "url": "https://github.com/sponsors/csstools"
37046 - },
37047 - {
37048 - "type": "opencollective",
37049 - "url": "https://opencollective.com/csstools"
37050 - }
37051 - ],
33252 + "node_modules/pascal-case": {
33253 + "version": "3.1.2",
33254 + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
33255 + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
33256 "license": "MIT",
37053 - "engines": {
37054 - "node": ">=20.19.0"
37055 - },
37056 - "peerDependencies": {
37057 - "@csstools/css-tokenizer": "^4.0.0"
33257 + "dependencies": {
33258 + "no-case": "^3.0.4",
33259 + "tslib": "^2.0.3"
33260 }
33261 },
37060 - "node_modules/postcss-color-functional-notation/node_modules/@csstools/css-tokenizer": {
37061 - "version": "4.0.0",
37062 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
37063 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
37064 - "funding": [
37065 - {
37066 - "type": "github",
37067 - "url": "https://github.com/sponsors/csstools"
37068 - },
37069 - {
37070 - "type": "opencollective",
37071 - "url": "https://opencollective.com/csstools"
37072 - }
37073 - ],
33262 + "node_modules/patch-console": {
33263 + "version": "2.0.0",
33264 + "resolved": "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz",
33265 + "integrity": "sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==",
33266 + "dev": true,
33267 "license": "MIT",
33268 "engines": {
37076 - "node": ">=20.19.0"
33269 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
33270 }
33271 },
37079 - "node_modules/postcss-color-hex-alpha": {
37080 - "version": "11.0.0",
37081 - "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-11.0.0.tgz",
37082 - "integrity": "sha512-NCGa6vjIyrjosz9GqRxVKbONBklz5TeipYqTJp3IqbnBWlBq5e5EMtG6MaX4vqk9LzocPfMQkuRK9tfk+OQuKg==",
37083 - "funding": [
37084 - {
37085 - "type": "github",
37086 - "url": "https://github.com/sponsors/csstools"
37087 - },
37088 - {
37089 - "type": "opencollective",
37090 - "url": "https://opencollective.com/csstools"
37091 - }
37092 - ],
33272 + "node_modules/path-case": {
33273 + "version": "3.0.4",
33274 + "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
33275 + "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==",
33276 "license": "MIT",
33277 "dependencies": {
37095 - "@csstools/utilities": "^3.0.0",
37096 - "postcss-value-parser": "^4.2.0"
37097 - },
37098 - "engines": {
37099 - "node": ">=20.19.0"
37100 - },
37101 - "peerDependencies": {
37102 - "postcss": "^8.4"
33278 + "dot-case": "^3.0.4",
33279 + "tslib": "^2.0.3"
33280 }
33281 },
37105 - "node_modules/postcss-color-rebeccapurple": {
37106 - "version": "11.0.0",
37107 - "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-11.0.0.tgz",
37108 - "integrity": "sha512-g9561mx7cbdqx7XeO/L+lJzVlzu7bICyXr72efBVKZGxIhvBBJf9fGXn3Cb6U4Bwh3LbzQO2e9NWBLVYdX5Eag==",
37109 - "funding": [
37110 - {
37111 - "type": "github",
37112 - "url": "https://github.com/sponsors/csstools"
37113 - },
37114 - {
37115 - "type": "opencollective",
37116 - "url": "https://opencollective.com/csstools"
37117 - }
37118 - ],
37119 - "license": "MIT-0",
37120 - "dependencies": {
37121 - "@csstools/utilities": "^3.0.0",
37122 - "postcss-value-parser": "^4.2.0"
37123 - },
33282 + "node_modules/path-exists": {
33283 + "version": "5.0.0",
33284 + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
33285 + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
33286 + "dev": true,
33287 + "license": "MIT",
33288 "engines": {
37125 - "node": ">=20.19.0"
37126 - },
37127 - "peerDependencies": {
37128 - "postcss": "^8.4"
33289 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
33290 }
33291 },
37131 - "node_modules/postcss-colormin": {
37132 - "version": "5.3.1",
37133 - "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz",
37134 - "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==",
33292 + "node_modules/path-is-absolute": {
33293 + "version": "1.0.1",
33294 + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
33295 + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
33296 "license": "MIT",
37136 - "dependencies": {
37137 - "browserslist": "^4.21.4",
37138 - "caniuse-api": "^3.0.0",
37139 - "colord": "^2.9.1",
37140 - "postcss-value-parser": "^4.2.0"
37141 - },
33297 "engines": {
37143 - "node": "^10 || ^12 || >=14.0"
37144 - },
37145 - "peerDependencies": {
37146 - "postcss": "^8.2.15"
33298 + "node": ">=0.10.0"
33299 }
33300 },
37149 - "node_modules/postcss-convert-values": {
37150 - "version": "5.1.3",
37151 - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz",
37152 - "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==",
33301 + "node_modules/path-key": {
33302 + "version": "3.1.1",
33303 + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
33304 + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
33305 "license": "MIT",
37154 - "dependencies": {
37155 - "browserslist": "^4.21.4",
37156 - "postcss-value-parser": "^4.2.0"
37157 - },
33306 "engines": {
37159 - "node": "^10 || ^12 || >=14.0"
37160 - },
37161 - "peerDependencies": {
37162 - "postcss": "^8.2.15"
33307 + "node": ">=8"
33308 }
33309 },
37165 - "node_modules/postcss-custom-media": {
37166 - "version": "12.0.0",
37167 - "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-12.0.0.tgz",
37168 - "integrity": "sha512-jIgEvqceN6ru2uQ0f75W1g+JDi0UyECFeJKjPG7UcSkW3+03LDKH2c6h+9C0XuDTV4y2pEHmD5AJtVBq1OGnZA==",
37169 - "funding": [
37170 - {
37171 - "type": "github",
37172 - "url": "https://github.com/sponsors/csstools"
37173 - },
37174 - {
37175 - "type": "opencollective",
37176 - "url": "https://opencollective.com/csstools"
37177 - }
37178 - ],
33310 + "node_modules/path-parse": {
33311 + "version": "1.0.7",
33312 + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
33313 + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
33314 + "license": "MIT"
33315 + },
33316 + "node_modules/path-root": {
33317 + "version": "0.1.1",
33318 + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
33319 + "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==",
33320 "license": "MIT",
33321 "dependencies": {
37181 - "@csstools/cascade-layer-name-parser": "^3.0.0",
37182 - "@csstools/css-parser-algorithms": "^4.0.0",
37183 - "@csstools/css-tokenizer": "^4.0.0",
37184 - "@csstools/media-query-list-parser": "^5.0.0"
37185 - },
37186 - "engines": {
37187 - "node": ">=20.19.0"
33322 + "path-root-regex": "^0.1.0"
33323 },
37189 - "peerDependencies": {
37190 - "postcss": "^8.4"
37191 - }
37192 - },
37193 - "node_modules/postcss-custom-media/node_modules/@csstools/css-parser-algorithms": {
37194 - "version": "4.0.0",
37195 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
37196 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
37197 - "funding": [
37198 - {
37199 - "type": "github",
37200 - "url": "https://github.com/sponsors/csstools"
37201 - },
37202 - {
37203 - "type": "opencollective",
37204 - "url": "https://opencollective.com/csstools"
37205 - }
37206 - ],
37207 - "license": "MIT",
33324 "engines": {
37209 - "node": ">=20.19.0"
37210 - },
37211 - "peerDependencies": {
37212 - "@csstools/css-tokenizer": "^4.0.0"
33325 + "node": ">=0.10.0"
33326 }
33327 },
37215 - "node_modules/postcss-custom-media/node_modules/@csstools/css-tokenizer": {
37216 - "version": "4.0.0",
37217 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
37218 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
37219 - "funding": [
37220 - {
37221 - "type": "github",
37222 - "url": "https://github.com/sponsors/csstools"
37223 - },
37224 - {
37225 - "type": "opencollective",
37226 - "url": "https://opencollective.com/csstools"
37227 - }
37228 - ],
33328 + "node_modules/path-root-regex": {
33329 + "version": "0.1.2",
33330 + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
33331 + "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==",
33332 "license": "MIT",
33333 "engines": {
37231 - "node": ">=20.19.0"
33334 + "node": ">=0.10.0"
33335 }
33336 },
37234 - "node_modules/postcss-custom-properties": {
37235 - "version": "15.0.0",
37236 - "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-15.0.0.tgz",
37237 - "integrity": "sha512-FsD3VNtFr3qmspvIobDRszK9onKPHp8iHG4Aox2Nnm9SL93uw5GDw4z+NM7zWKiw6U+DSNm24JUm4coyIyanzQ==",
37238 - "funding": [
37239 - {
37240 - "type": "github",
37241 - "url": "https://github.com/sponsors/csstools"
37242 - },
37243 - {
37244 - "type": "opencollective",
37245 - "url": "https://opencollective.com/csstools"
37246 - }
37247 - ],
37248 - "license": "MIT",
33337 + "node_modules/path-scurry": {
33338 + "version": "1.11.1",
33339 + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
33340 + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
33341 + "license": "BlueOak-1.0.0",
33342 "dependencies": {
37250 - "@csstools/cascade-layer-name-parser": "^3.0.0",
37251 - "@csstools/css-parser-algorithms": "^4.0.0",
37252 - "@csstools/css-tokenizer": "^4.0.0",
37253 - "@csstools/utilities": "^3.0.0",
37254 - "postcss-value-parser": "^4.2.0"
33343 + "lru-cache": "^10.2.0",
33344 + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
33345 },
33346 "engines": {
37257 - "node": ">=20.19.0"
33347 + "node": ">=16 || 14 >=14.18"
33348 },
37259 - "peerDependencies": {
37260 - "postcss": "^8.4"
33349 + "funding": {
33350 + "url": "https://github.com/sponsors/isaacs"
33351 }
33352 },
37263 - "node_modules/postcss-custom-properties/node_modules/@csstools/css-parser-algorithms": {
33353 + "node_modules/path-to-regexp": {
33354 + "version": "0.1.12",
33355 + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
33356 + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
33357 + "license": "MIT"
33358 + },
33359 + "node_modules/path-type": {
33360 "version": "4.0.0",
37265 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
37266 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
37267 - "funding": [
37268 - {
37269 - "type": "github",
37270 - "url": "https://github.com/sponsors/csstools"
37271 - },
37272 - {
37273 - "type": "opencollective",
37274 - "url": "https://opencollective.com/csstools"
37275 - }
37276 - ],
33361 + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
33362 + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
33363 "license": "MIT",
33364 "engines": {
37279 - "node": ">=20.19.0"
37280 - },
37281 - "peerDependencies": {
37282 - "@csstools/css-tokenizer": "^4.0.0"
33365 + "node": ">=8"
33366 }
33367 },
37285 - "node_modules/postcss-custom-properties/node_modules/@csstools/css-tokenizer": {
37286 - "version": "4.0.0",
37287 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
37288 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
37289 - "funding": [
37290 - {
37291 - "type": "github",
37292 - "url": "https://github.com/sponsors/csstools"
37293 - },
37294 - {
37295 - "type": "opencollective",
37296 - "url": "https://opencollective.com/csstools"
37297 - }
37298 - ],
33368 + "node_modules/peek-readable": {
33369 + "version": "4.1.0",
33370 + "resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.1.0.tgz",
33371 + "integrity": "sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==",
33372 "license": "MIT",
33373 "engines": {
37301 - "node": ">=20.19.0"
33374 + "node": ">=8"
33375 + },
33376 + "funding": {
33377 + "type": "github",
33378 + "url": "https://github.com/sponsors/Borewit"
33379 }
33380 },
37304 - "node_modules/postcss-custom-selectors": {
37305 - "version": "9.0.0",
37306 - "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-9.0.0.tgz",
37307 - "integrity": "sha512-VuV5tLPAm6wq1u699dsrhGCzfLobKe0eD3G8bw3BcTJt6wqQ7RQdfaveJVsCAi23OaQbjIi3K1C7Fj3yZH3f1g==",
37308 - "funding": [
37309 - {
37310 - "type": "github",
37311 - "url": "https://github.com/sponsors/csstools"
37312 - },
37313 - {
37314 - "type": "opencollective",
37315 - "url": "https://opencollective.com/csstools"
37316 - }
37317 - ],
33381 + "node_modules/periscopic": {
33382 + "version": "3.1.0",
33383 + "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz",
33384 + "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==",
33385 "license": "MIT",
33386 "dependencies": {
37320 - "@csstools/cascade-layer-name-parser": "^3.0.0",
37321 - "@csstools/css-parser-algorithms": "^4.0.0",
37322 - "@csstools/css-tokenizer": "^4.0.0",
37323 - "postcss-selector-parser": "^7.1.1"
37324 - },
37325 - "engines": {
37326 - "node": ">=20.19.0"
37327 - },
37328 - "peerDependencies": {
37329 - "postcss": "^8.4"
33387 + "@types/estree": "^1.0.0",
33388 + "estree-walker": "^3.0.0",
33389 + "is-reference": "^3.0.0"
33390 }
33391 },
37332 - "node_modules/postcss-custom-selectors/node_modules/@csstools/css-parser-algorithms": {
37333 - "version": "4.0.0",
37334 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
37335 - "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
37336 - "funding": [
37337 - {
37338 - "type": "github",
37339 - "url": "https://github.com/sponsors/csstools"
37340 - },
37341 - {
37342 - "type": "opencollective",
37343 - "url": "https://opencollective.com/csstools"
37344 - }
37345 - ],
33392 + "node_modules/physical-cpu-count": {
33393 + "version": "2.0.0",
33394 + "resolved": "https://registry.npmjs.org/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz",
33395 + "integrity": "sha512-rxJOljMuWtYlvREBmd6TZYanfcPhNUKtGDZBjBBS8WG1dpN2iwPsRJZgQqN/OtJuiQckdRFOfzogqJClTrsi7g==",
33396 + "license": "ISC"
33397 + },
33398 + "node_modules/picocolors": {
33399 + "version": "1.1.1",
33400 + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
33401 + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
33402 + "license": "ISC"
33403 + },
33404 + "node_modules/picomatch": {
33405 + "version": "2.3.1",
33406 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
33407 + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
33408 "license": "MIT",
33409 "engines": {
37348 - "node": ">=20.19.0"
33410 + "node": ">=8.6"
33411 },
37350 - "peerDependencies": {
37351 - "@csstools/css-tokenizer": "^4.0.0"
33412 + "funding": {
33413 + "url": "https://github.com/sponsors/jonschlinkert"
33414 }
33415 },
37354 - "node_modules/postcss-custom-selectors/node_modules/@csstools/css-tokenizer": {
37355 - "version": "4.0.0",
37356 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
37357 - "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
37358 - "funding": [
37359 - {
37360 - "type": "github",
37361 - "url": "https://github.com/sponsors/csstools"
37362 - },
37363 - {
37364 - "type": "opencollective",
37365 - "url": "https://opencollective.com/csstools"
37366 - }
37367 - ],
33416 + "node_modules/pirates": {
33417 + "version": "4.0.7",
33418 + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
33419 + "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
33420 + "dev": true,
33421 "license": "MIT",
33422 "engines": {
37370 - "node": ">=20.19.0"
33423 + "node": ">= 6"
33424 }
33425 },
37373 - "node_modules/postcss-custom-selectors/node_modules/postcss-selector-parser": {
37374 - "version": "7.1.1",
37375 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
37376 - "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
33426 + "node_modules/pkg-dir": {
33427 + "version": "4.2.0",
33428 + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
33429 + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
33430 "license": "MIT",
33431 "dependencies": {
37379 - "cssesc": "^3.0.0",
37380 - "util-deprecate": "^1.0.2"
33432 + "find-up": "^4.0.0"
33433 },
33434 "engines": {
37383 - "node": ">=4"
33435 + "node": ">=8"
33436 }
33437 },
37386 - "node_modules/postcss-dir-pseudo-class": {
37387 - "version": "10.0.0",
37388 - "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-10.0.0.tgz",
37389 - "integrity": "sha512-DmtIzULpyC8XaH4b5AaUgt4Jic4QmrECqidNCdR7u7naQFdnxX80YI06u238a+ZVRXwURDxVzy0s/UQnWmpVeg==",
37390 - "funding": [
37391 - {
37392 - "type": "github",
37393 - "url": "https://github.com/sponsors/csstools"
37394 - },
37395 - {
37396 - "type": "opencollective",
37397 - "url": "https://opencollective.com/csstools"
37398 - }
37399 - ],
37400 - "license": "MIT-0",
33438 + "node_modules/pkg-dir/node_modules/find-up": {
33439 + "version": "4.1.0",
33440 + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",

This file is too large to show in full.

package.json
-1
@@ -55,7 +55,6 @@
55 "github-slugger": "^2.0.0",
56 "lodash.debounce": "4.0.8",
57 "postcss": "^8.4.49",
58 - "postcss-preset-env": "^11.1.1",
58 "prism-react-renderer": "^2.3.1",
59 "prismjs": "^1.30.0",
60 "react": "^19.2.4",