{
    "name": "laravel-react-template",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
        "": {
            "dependencies": {
                "@inertiajs/react": "^3.0.0",
                "@inertiajs/vite": "^3.0.0",
                "@tailwindcss/vite": "^4.1.11",
                "@types/react": "^19.2.0",
                "@types/react-dom": "^19.2.0",
                "@vitejs/plugin-react": "^6.1.1",
                "clsx": "^2.1.1",
                "concurrently": "^10.0.3",
                "laravel-vite-plugin": "^3.1",
                "react": "^19.2.0",
                "react-dom": "^19.2.0",
                "tailwind-merge": "^3.0.1",
                "tailwindcss": "^4.0.0",
                "typescript": "^5.7.2",
                "vite": "^8.0.0"
            },
            "devDependencies": {
                "@laravel/vite-plugin-wayfinder": "^0.1.3",
                "@rolldown/plugin-babel": "^0.2.3",
                "@types/node": "^22.13.5",
                "babel-plugin-react-compiler": "^1.0.0",
                "vite-plus": "0.3.0"
            },
            "optionalDependencies": {
                "@laravel/multiplex": "^0.4.1",
                "@rollup/rollup-linux-x64-gnu": "4.9.5",
                "@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
                "lightningcss-linux-x64-gnu": "^1.29.1"
            }
        },
        "node_modules/@alcalzone/ansi-tokenize": {
            "version": "0.3.0",
            "resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.3.0.tgz",
            "integrity": "sha512-p+CMKJ93HFmLkjXKlXiVGlMQEuRb6H0MokBSwUsX+S6BRX8eV5naFZpQJFfJHjRZY0Hmnqy1/r6UWl3x+19zYA==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "ansi-styles": "^6.2.1",
                "is-fullwidth-code-point": "^5.0.0"
            },
            "engines": {
                "node": ">=18"
            }
        },
        "node_modules/@babel/code-frame": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-8.0.0-rc.4.tgz",
            "integrity": "sha512-IKAasu/lBZl6mw5HlYCabqi7jGe5cPr9LhnQNf1YH5PWpeWAgchzwzi+siTBbnKEfw4WeSn2OOmDzHklg/Pz9Q==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "dependencies": {
                "@babel/helper-validator-identifier": "^8.0.0-rc.4",
                "js-tokens": "^10.0.0"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/compat-data": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-8.0.0-rc.4.tgz",
            "integrity": "sha512-0bCEZ+LmwXRVvkKuxYirgkFq2dMFAs3WyxVtDnOE1djnS6BnyIP0Gym4oC3JKMY8es8U3dgBdKKxAsA+pJJcYg==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/core": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/core/-/core-8.0.0-rc.4.tgz",
            "integrity": "sha512-VhCk07qH2rgkEW6rdOI8nlRd359a+TdnxXqsl3cynjtvkxbdbHVaW+3NUt+BXv4IYy6tjjZihPo5PWg65c7EJQ==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "dependencies": {
                "@babel/code-frame": "^8.0.0-rc.4",
                "@babel/generator": "^8.0.0-rc.4",
                "@babel/helper-compilation-targets": "^8.0.0-rc.4",
                "@babel/helpers": "^8.0.0-rc.4",
                "@babel/parser": "^8.0.0-rc.4",
                "@babel/template": "^8.0.0-rc.4",
                "@babel/traverse": "^8.0.0-rc.4",
                "@babel/types": "^8.0.0-rc.4",
                "@types/gensync": "^1.0.0",
                "convert-source-map": "^2.0.0",
                "gensync": "^1.0.0-beta.2",
                "import-meta-resolve": "^4.2.0",
                "json5": "^2.2.3",
                "obug": "^2.1.1",
                "semver": "^7.7.3"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/babel"
            },
            "peerDependencies": {
                "@babel/preset-typescript": "^8.0.0-0"
            },
            "peerDependenciesMeta": {
                "@babel/preset-typescript": {
                    "optional": true
                }
            }
        },
        "node_modules/@babel/generator": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-8.0.0-rc.4.tgz",
            "integrity": "sha512-YZ+FuIgkj7KrIb2a2X1XiY0QYgDxAbVbYP64SjwJzOK3euCsUerzenh2oqdsmKuPSlhzmFOOklnxzHAzXagvpw==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "dependencies": {
                "@babel/parser": "^8.0.0-rc.4",
                "@babel/types": "^8.0.0-rc.4",
                "@jridgewell/gen-mapping": "^0.3.12",
                "@jridgewell/trace-mapping": "^0.3.28",
                "@types/jsesc": "^2.5.0",
                "jsesc": "^3.0.2"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/helper-compilation-targets": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-8.0.0-rc.4.tgz",
            "integrity": "sha512-pGB7/0uJCdPwKVFd0t3w7S0lN63/V8b20tn5QgdiWYizyTb648hYTyotNYuoHU7HxrQl2FS1ItlJiThzHuE86Q==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "dependencies": {
                "@babel/compat-data": "^8.0.0-rc.4",
                "@babel/helper-validator-option": "^8.0.0-rc.4",
                "browserslist": "^4.24.0",
                "lru-cache": "^7.14.1",
                "semver": "^7.7.3"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/helper-globals": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-8.0.0-rc.4.tgz",
            "integrity": "sha512-gpEp45D4E60hUci5mWeQF9YNisMFaBg9lFsFzx/5qwRL3wbXv6z8/aOeaclec68RqxE9bv3SG7gP2wypyHBbSg==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/helper-string-parser": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-rc.4.tgz",
            "integrity": "sha512-dluR3v287dp6YPF57kyKKrHPKffUeuxH1zQcF1WD30TeFzWXhDiVi1U6PkqaDB0++H1PeCwRhmYl4DvoerlPIw==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/helper-validator-identifier": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.0-rc.4.tgz",
            "integrity": "sha512-HTD3bskipk5MSm08twTW6832jzIXUhxMddy4NPPzIMuyMEsrs0ZgwAaMj5ubB5+6hMlUjDu17vNconEmwsmpYg==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/helper-validator-option": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-8.0.0-rc.4.tgz",
            "integrity": "sha512-OFognYIXIr2hlubLRUohiFcj6c74CT4fL+j23v3tH/I2y/XA+jWN+v+V0jeFZ1dx0oG+CRfhgNjz75F9d6BFyw==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/helpers": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-8.0.0-rc.4.tgz",
            "integrity": "sha512-4h9FSYm3mhyM72Lj7pUKygzqN/3/ptKY30ThccjQL7pi5VKSsgjDJMkoguhJJgI8fY+ZS37Jqd/iKtFHBoRIHg==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "dependencies": {
                "@babel/template": "^8.0.0-rc.4",
                "@babel/types": "^8.0.0-rc.4"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/parser": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-8.0.0-rc.4.tgz",
            "integrity": "sha512-0S/1yefMa15N4i2v3t8Fw9pgMHhf2gF6Lc1UEXI96Ls6FNAjqvHHZouZ2ZS/deqLhbMFtmfVeFac6iTsvFbLwA==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "dependencies": {
                "@babel/types": "^8.0.0-rc.4"
            },
            "bin": {
                "parser": "bin/babel-parser.js"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/runtime": {
            "version": "7.29.7",
            "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
            "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=6.9.0"
            }
        },
        "node_modules/@babel/template": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/template/-/template-8.0.0-rc.4.tgz",
            "integrity": "sha512-9DXoBFgYSIhNbzx0SxVrS2oWd19YNgFY3l0HN0kVMiJvg123CKSrvbX4TkN51yAn9B1BPo9JxzCX2BtR1LMsiA==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "dependencies": {
                "@babel/code-frame": "^8.0.0-rc.4",
                "@babel/parser": "^8.0.0-rc.4",
                "@babel/types": "^8.0.0-rc.4"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/traverse": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-8.0.0-rc.4.tgz",
            "integrity": "sha512-IoC3txfExDHZf6YnDeTty4jXSorZI5zBZbPRXqJWtZOEdTDdC6RP5gWAasb6el8UBN7Y/Lp39UZcU05BopJ28Q==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "dependencies": {
                "@babel/code-frame": "^8.0.0-rc.4",
                "@babel/generator": "^8.0.0-rc.4",
                "@babel/helper-globals": "^8.0.0-rc.4",
                "@babel/parser": "^8.0.0-rc.4",
                "@babel/template": "^8.0.0-rc.4",
                "@babel/types": "^8.0.0-rc.4",
                "obug": "^2.1.1"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@babel/types": {
            "version": "8.0.0-rc.4",
            "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-rc.4.tgz",
            "integrity": "sha512-bw30DV880P/VYtsjWWdoWmJpb9S2Vn1/PqayyccTELzRQ/HslIO7+BD9rNoZ4AAFOAjC1vrNeBCkAsyh6Ibfww==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "dependencies": {
                "@babel/helper-string-parser": "^8.0.0-rc.4",
                "@babel/helper-validator-identifier": "^8.0.0-rc.4"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@blazediff/core": {
            "version": "1.9.1",
            "resolved": "https://registry.npmjs.org/@blazediff/core/-/core-1.9.1.tgz",
            "integrity": "sha512-ehg3jIkYKulZh+8om/O25vkvSsXXwC+skXmyA87FFx6A/45eqOkZsBltMw/TVteb0mloiGT8oGRTcjRAz66zaA==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/@inertiajs/core": {
            "version": "3.7.0",
            "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-3.7.0.tgz",
            "integrity": "sha512-JzysXTPsOpKcnR7ohwpgKE+UWBrKwW7z23DydWHSxjfQ02tJAKmNnZJAxnX7zH3zUSTqbtPge6QC8XhvfjNXmw==",
            "license": "MIT",
            "dependencies": {
                "@jridgewell/trace-mapping": "^0.3.31",
                "es-toolkit": "^1.33.0",
                "laravel-precognition": "^2.0.0"
            },
            "peerDependencies": {
                "axios": "^1.15.2"
            },
            "peerDependenciesMeta": {
                "axios": {
                    "optional": true
                }
            }
        },
        "node_modules/@inertiajs/react": {
            "version": "3.7.0",
            "resolved": "https://registry.npmjs.org/@inertiajs/react/-/react-3.7.0.tgz",
            "integrity": "sha512-rc/TsVT7ihDk+cMeCuU3BjdUfTq6HJwXqGy7oPaysLQCeyfhIaP2QgExo5R1QSCFIwl9un0MeZnzTOG+i38jLw==",
            "license": "MIT",
            "dependencies": {
                "@inertiajs/core": "3.7.0",
                "es-toolkit": "^1.33.0",
                "laravel-precognition": "^2.0.0"
            },
            "peerDependencies": {
                "react": "^19.0.0",
                "react-dom": "^19.0.0"
            }
        },
        "node_modules/@inertiajs/vite": {
            "version": "3.7.0",
            "resolved": "https://registry.npmjs.org/@inertiajs/vite/-/vite-3.7.0.tgz",
            "integrity": "sha512-eoOqvIEgmsktC/b5NuZjsj3VvCJ7GsbvHFN2IgT/7DXjLVdXGygWeyYHmS57AGSbb6yOyebeBR6cYkk6YyHOmg==",
            "license": "MIT",
            "dependencies": {
                "@inertiajs/core": "3.7.0",
                "tinyglobby": "^0.2.15"
            },
            "peerDependencies": {
                "vite": "^7.0.0 || ^8.0.0"
            }
        },
        "node_modules/@jridgewell/gen-mapping": {
            "version": "0.3.13",
            "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
            "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
            "license": "MIT",
            "dependencies": {
                "@jridgewell/sourcemap-codec": "^1.5.0",
                "@jridgewell/trace-mapping": "^0.3.24"
            }
        },
        "node_modules/@jridgewell/remapping": {
            "version": "2.3.5",
            "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
            "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
            "license": "MIT",
            "dependencies": {
                "@jridgewell/gen-mapping": "^0.3.5",
                "@jridgewell/trace-mapping": "^0.3.24"
            }
        },
        "node_modules/@jridgewell/resolve-uri": {
            "version": "3.1.2",
            "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
            "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
            "license": "MIT",
            "engines": {
                "node": ">=6.0.0"
            }
        },
        "node_modules/@jridgewell/sourcemap-codec": {
            "version": "1.6.0",
            "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
            "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
            "license": "MIT"
        },
        "node_modules/@jridgewell/trace-mapping": {
            "version": "0.3.31",
            "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
            "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
            "license": "MIT",
            "dependencies": {
                "@jridgewell/resolve-uri": "^3.1.0",
                "@jridgewell/sourcemap-codec": "^1.4.14"
            }
        },
        "node_modules/@laravel/multiplex": {
            "version": "0.4.3",
            "resolved": "https://registry.npmjs.org/@laravel/multiplex/-/multiplex-0.4.3.tgz",
            "integrity": "sha512-jJTZGgKl6sK0ETYmqiPqeAwmErvqjxgDRLfzqsmqiWiupc5dfjaoVVrrdXZwb6eGylSg99WwHLibCPJs8F0bGw==",
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin",
                "linux"
            ],
            "dependencies": {
                "ansi-styles": "^6.2.3",
                "commander": "^15.0.0",
                "ink": "^7.1.0",
                "react": "^19.2.7",
                "string-width": "^8.2.2",
                "wrap-ansi": "^10.0.0"
            },
            "bin": {
                "multiplex": "dist/cli.js"
            },
            "engines": {
                "node": ">=22.13.0"
            }
        },
        "node_modules/@laravel/vite-plugin-wayfinder": {
            "version": "0.1.10",
            "resolved": "https://registry.npmjs.org/@laravel/vite-plugin-wayfinder/-/vite-plugin-wayfinder-0.1.10.tgz",
            "integrity": "sha512-59ZCMCEeC1UcZkqbvn+G06C4D0C/jCm525gTft7T7RPAo+0ZaHtoKl9r86OFVFd/BwuJiOYky4zJUrAPRKyRaA==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/@oxc-project/runtime": {
            "version": "0.146.0",
            "resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.146.0.tgz",
            "integrity": "sha512-lbXHIpZ1MmK6zuw5txlMdIZ2waLVUIU5Gnm3sEuwJOiqDfQfbtjeHscatmeBoxbv8+If9LFM6PGh/3DcDWYIYw==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxc-project/types": {
            "version": "0.148.0",
            "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.148.0.tgz",
            "integrity": "sha512-Nm4s/jB+4FpFsPhWGEC4h7rzksesmtnMXomo6rCMcg/b8zLQuOziRgkCS1fxDCXOlJB/6Q8oABOZ/OP6RIPj9A==",
            "license": "MIT",
            "funding": {
                "url": "https://github.com/sponsors/oxc-project"
            }
        },
        "node_modules/@oxfmt/binding-android-arm-eabi": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.64.0.tgz",
            "integrity": "sha512-o6uzh/jTOQeAY5TdkAeXdqv7MBRcPxiRA08zrcBtkKj5cSu/FMu0Hl7Q6Fi1KCKyCWZ6lJVjBzdsJvsKltUsGQ==",
            "cpu": [
                "arm"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "android"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-android-arm64": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.64.0.tgz",
            "integrity": "sha512-jRGSUeeP7p3Gynw2YaCVtjBIA6ZxY6bEB/ES5i54OhqmRTyuVg7ZgstEtzgq6GOAJd+2QZ5pvf+bFfmW5Mp9cw==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "android"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-darwin-arm64": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.64.0.tgz",
            "integrity": "sha512-JINwtU2lW7nOFSqi+H2qplipNUqah9Gc1jgGmB82kTD4UnZrZIVxCJ9qEmFiKfjNq27gYLFhrUb0to86aCwMjw==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-darwin-x64": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.64.0.tgz",
            "integrity": "sha512-gCmuswrgrOSajV4HCRFkVCGIruPq8bjYuPYgSE2WQB3mD6XrdyZ3JMSRZCkQ8zCxOyGWriBo6QoZ5nmMHQ1BfA==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-freebsd-x64": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.64.0.tgz",
            "integrity": "sha512-Ab8g7a38pT0MMImjh7anRSTve6buWBIlcXIFBYa5xl4s6UxEgKSc2xOOhbGtLwvXnEi2PsEDGoJh3oUU7xkehQ==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "freebsd"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-linux-arm-gnueabihf": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.64.0.tgz",
            "integrity": "sha512-BgvS3CoQ+Xy2deoZqEN8JVKabcCZi2RxA3yant8G9OAv9KuPJ9TCjHkqigzdHUVwErZxEP5d2bzLIEyKYyBDLg==",
            "cpu": [
                "arm"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-linux-arm-musleabihf": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.64.0.tgz",
            "integrity": "sha512-QXpNxwoMj0YvnceCNZadNSden3bIcnvjn/sDp/rwZhRoZoZYGpHvtPyhGsdJz9uvT9GkaMW7SsLddurU56dt8w==",
            "cpu": [
                "arm"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-linux-arm64-gnu": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.64.0.tgz",
            "integrity": "sha512-BBgH3I1ppDsI5pZ4Pdhw0ceYxwVCfbU/bZEBCeZ6caRS9x0ZabErxubP7riGUn11PXZBhe8DYdjkDKP1FlVQ5w==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-linux-arm64-musl": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.64.0.tgz",
            "integrity": "sha512-v19HSjC/BGXdt26qEvKZtwAHgGmQ2Agcap2kQP+KIqoRZqivVzYth3ui2dJA1i+6/fjpjga85lIOaJJjQ/bOOw==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-linux-ppc64-gnu": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.64.0.tgz",
            "integrity": "sha512-PElLnOo4xFTBZrxPhgTIj0eHqZXwEBQoNWtb7facUV170T0B0FRET0iNbb3LUeLWTybkUW+vsdyv4ihOdyXGyw==",
            "cpu": [
                "ppc64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-linux-riscv64-gnu": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.64.0.tgz",
            "integrity": "sha512-Qzsg15n4F5CH+MorcRW4MkAEMiLzXmeG+DiDSbP/bBTqCmWOH3K9DHryNrve+JHlV0txS+B6Z9P5Xz+cmWeL+g==",
            "cpu": [
                "riscv64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-linux-riscv64-musl": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.64.0.tgz",
            "integrity": "sha512-/GZ358wnQ/Ez4UVnCcZIi56JkY0sOdZ+B108pqXKqZz3jLS59F4KEAB1Qv3fRlObrFEk+3L2vUQ/xoPx+3vjXw==",
            "cpu": [
                "riscv64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-linux-s390x-gnu": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.64.0.tgz",
            "integrity": "sha512-/C9We3DXegowfLXtVCYHeNiU9azwCDr5cQkEtCVlc74vyn+lLQSPApJ1CZmxAduqeq/Oi3gQ+IVptyhCaTMtkQ==",
            "cpu": [
                "s390x"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-linux-x64-gnu": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.64.0.tgz",
            "integrity": "sha512-91KM2CeRWscIEHlj1NsW2WSnzGeq1Ehq+39bfDowTdkn+fcvK/x4Y1RcyqT7glyBjZio0ldkeCG6Usj3v7ASog==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-linux-x64-musl": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.64.0.tgz",
            "integrity": "sha512-gw7uEk9I+7zoT1EYLra1eWArIzNcz8e3jkv+Noo2+o2T7wPvsNSQbfoa4DSfZlvn1i6mJ05RiZ4/omaXPDNhQg==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-openharmony-arm64": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.64.0.tgz",
            "integrity": "sha512-HYHFf616FHSPSO07c09mjmXBfQ73wIVM3m0txOiooa5XZkGoxFd6B14PVj0LB0DXIqJ6wAO/dDR/NX/5UUaqnw==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "openharmony"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-win32-arm64-msvc": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.64.0.tgz",
            "integrity": "sha512-uQjFp081IZSWD6VAofX2iO2z01awAdHmfC+NrieWIPKrT2hZKQDyq/U18M7ifC0sm0Wz8aHY/p6+FDYIzs/CrQ==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-win32-ia32-msvc": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.64.0.tgz",
            "integrity": "sha512-lNM6byTAQ881jugzFu8juJTbNRgsUTlswMA6pJmwi1XDvmIqnnb49lcUAs5gz94fCJLrVN+/X3s3jOKqx23WIQ==",
            "cpu": [
                "ia32"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxfmt/binding-win32-x64-msvc": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.64.0.tgz",
            "integrity": "sha512-BtmbtL/QjMtF1a6C3CqoDluH2IfB6fJt62E+B9RFfUPtFk4Iz9PFS6+y/SzzOvSxc7aUk2Kphwg7Dh8lMbwu6g==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint-tsgolint/darwin-arm64": {
            "version": "7.0.2001",
            "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-arm64/-/darwin-arm64-7.0.2001.tgz",
            "integrity": "sha512-CUJEdbSZ54+Xy9OXqOhWLTKZKV0BBiV7C2i/ygyVmXtkUNXx5YCzN8DpSSshTAKktoL7S+tnQ/ftFG/i7X896w==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ]
        },
        "node_modules/@oxlint-tsgolint/darwin-x64": {
            "version": "7.0.2001",
            "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-x64/-/darwin-x64-7.0.2001.tgz",
            "integrity": "sha512-pXfBb5BqONCcgrXQNUZWXgiYmRSWJzd97S8i41VVOh6ut0tyo+cJ5FKFpczDHxiVNfj/3e7c9B4MtztNdpIVCw==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ]
        },
        "node_modules/@oxlint-tsgolint/linux-arm64": {
            "version": "7.0.2001",
            "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/linux-arm64/-/linux-arm64-7.0.2001.tgz",
            "integrity": "sha512-roP7zujb/QDPzDwEKsFFpzNHHy91/Y7oX9vQXk78ekyZtcQj1QXDIMH33gjDdHBfRl4K9pZ36xhRgrP4Zr+R8A==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@oxlint-tsgolint/linux-x64": {
            "version": "7.0.2001",
            "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/linux-x64/-/linux-x64-7.0.2001.tgz",
            "integrity": "sha512-UDezNqdECVmngu2TPnjaS1YoAmcTaBoI5lV9vk3VahBxoi+I5r9k3iJTT7qZoYWOXTD/7T7bNcwRgrocR6BscQ==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@oxlint-tsgolint/win32-arm64": {
            "version": "7.0.2001",
            "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/win32-arm64/-/win32-arm64-7.0.2001.tgz",
            "integrity": "sha512-uJZhqB6pdXLuN+AD1F5082byyQti/NPmJA77GtcFlmT2HzRelqbNls3SaIqxpjdFgvSBF9g0yOKGBkGFg7kX8Q==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ]
        },
        "node_modules/@oxlint-tsgolint/win32-x64": {
            "version": "7.0.2001",
            "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/win32-x64/-/win32-x64-7.0.2001.tgz",
            "integrity": "sha512-FkDRm8hx9OwzGQqyWG1tO5QrTLRApff9DzSgpz9QZau37BR8d1VYKOxMLGf6shPZntJFoTwIIJYT68VndYDCog==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ]
        },
        "node_modules/@oxlint/binding-android-arm-eabi": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.79.0.tgz",
            "integrity": "sha512-TebFaaMklO/RXzTv7PucaCq9l3X6D1gA+C8H6K4njtjFOV+zWE9MKLpulcJZN9bzytbUbQIY0mZuz12nQ5Kv4Q==",
            "cpu": [
                "arm"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "android"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-android-arm64": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.79.0.tgz",
            "integrity": "sha512-KqqnOtAVgNsPPF0YSodkFZA1O80jcKoCZCTu3bgsszxA+MrMP9TLzfXitKjEj1FmrPprKDMdRDMmY3weESO9sg==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "android"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-darwin-arm64": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.79.0.tgz",
            "integrity": "sha512-BVC2nsMzqQzRDPc5RhixkZ+m1p7iH4bxRRvqkbwDXX0PlQKm1BPy8J8cRjnAFafOq2QzI+BfO3vE8w2GZ3CBag==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-darwin-x64": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.79.0.tgz",
            "integrity": "sha512-p6Lm+snmhGuLKL1+CpCV8L6ijkE/qJzK2H2jG9+eKJT0n31RbY4FLsdhexekgP3bLpw4Kgde+9DZuDZQ4yIInA==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-freebsd-x64": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.79.0.tgz",
            "integrity": "sha512-qDMm0dXZnoHyRqSL4N4xUq82T4sqK5cbKSjvd/dF/YbMUXc2R1wEPf+vmA5S0qUmi0nwXfNbjXBtZaIqzQLIMg==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "freebsd"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-linux-arm-gnueabihf": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.79.0.tgz",
            "integrity": "sha512-2od7s0nuKPzqyUZAWk9KkCyGg7eI9dwFPZg+20lB15fKFkVZ0c9ZFxqPfiBAyDTlTkh9stPI0t+JlPCqMbItVA==",
            "cpu": [
                "arm"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-linux-arm-musleabihf": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.79.0.tgz",
            "integrity": "sha512-ZOQUjkzDnvlhSE3+tWC3YXx94MMl+sYMlwH+u1+YGApGHOJP/YAc8ZBRFOXZ6eOBmxtXAWuS/fBcdZr8qqNO1A==",
            "cpu": [
                "arm"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-linux-arm64-gnu": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.79.0.tgz",
            "integrity": "sha512-lu158FR4nGqGeRS3BQvtG85wRgU/Fy4MD5Cxp1hzJXizGiLo6u2742wJSCDKh8cFcZntvX7fcxlq4mMmfryH1g==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-linux-arm64-musl": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.79.0.tgz",
            "integrity": "sha512-mbpKQeE2aflTjddaHK7MP8KP/OFbUM++lt5M635ENM8IyIdK0jm2t9pb+2v9mVVIvhF6TqA4l7F79Pll1mi+uw==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-linux-ppc64-gnu": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.79.0.tgz",
            "integrity": "sha512-WpGNua7gaxaHnpSDeog2ji8IDHn/QLPl9LPzwkR/FvVv58vT5BcXjRXnU+wbu3N75cpeha8CdC7ho/U2OIsB4g==",
            "cpu": [
                "ppc64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-linux-riscv64-gnu": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.79.0.tgz",
            "integrity": "sha512-tK1E93A5LVzISg4ngpKJnfTs7EqtIUceGI7MQ4GyDjJiLi8wPCkEyKlj2xkyKWZ1yzkDJyLHTBJ5/iFWRdnJvg==",
            "cpu": [
                "riscv64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-linux-riscv64-musl": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.79.0.tgz",
            "integrity": "sha512-qhQvUIrngXivA2A9pQ+xPCychztn/5qUv7yS3gDwXv3w7Rag+eTeeXWmRyx+t7XsW5x6LuY/8AsTq36UgFIblg==",
            "cpu": [
                "riscv64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-linux-s390x-gnu": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.79.0.tgz",
            "integrity": "sha512-sv6AaVgU/eE6u+6WFiQVDcPPwTxP6IJMSB9k701W2r/r6Tx465e8vPvVyRxquNH4Vy6KwRNu90mVbxXJN8+5gg==",
            "cpu": [
                "s390x"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-linux-x64-gnu": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.79.0.tgz",
            "integrity": "sha512-iFZL02deziHslb3jEX9KdqlAkYoo4fGyotchKDzdfK1f5mxlIBeiQeHhvK3iFpuEJSB4ma/qeFn9oxPiwnhUPQ==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-linux-x64-musl": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.79.0.tgz",
            "integrity": "sha512-3DtZR2raqObnh7wXZoFYFd0Fw7skBvcb3f7A+/lkEiDuh8hrE6vv9b/62Qxao1a9/OeHLw/FcXlXzgsW9wTRFg==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-openharmony-arm64": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.79.0.tgz",
            "integrity": "sha512-Oatt4GuA1WJkqzk2ozx4HrWROOi7opV3AKDw/U8qDIqeTqzsjn5K2x3REJMNjU3/KU/Bkq96Zi3CknaiDTaC/Q==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "openharmony"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-win32-arm64-msvc": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.79.0.tgz",
            "integrity": "sha512-NAgZr9Qp8nIA9rpo0JEvwiabTF/2UVqBNnupBG9X4kxXcQoScJUTi+qHhvabb9s/thgj5wQ4XcIaJvb+ZMgoKw==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-win32-ia32-msvc": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.79.0.tgz",
            "integrity": "sha512-+KyXjIvcpaXmWW/j9NNY5yWjrIVxaX18VyIheQy3jwc2GSYgpCr7MGI/HxIGQ/shAL5IWEKbhsqoMpAO5Stiog==",
            "cpu": [
                "ia32"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/binding-win32-x64-msvc": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.79.0.tgz",
            "integrity": "sha512-mEelcCMMBS57sIXh2veGMNy+pQwuGtcMxHxGIZWQ5Ba9pJ5jCCUFOZB9E2JhBaxGsURe+WGe0zJp4RVre52gpQ==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@oxlint/plugins": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/@oxlint/plugins/-/plugins-1.79.0.tgz",
            "integrity": "sha512-S0uyoxakDINJ4DPgqxGlEEvrdSMeQb7Z2lKVjxoY2gwsbZbfg2Xr8Klfeo5ZeraHmmdBCELFUHkSe6KEmBpMvg==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
            },
            "funding": {
                "url": "https://github.com/sponsors/Boshen"
            }
        },
        "node_modules/@polka/url": {
            "version": "1.0.0-next.29",
            "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
            "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/@rolldown/binding-android-arm-eabi": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.7.tgz",
            "integrity": "sha512-EypzgnYCwyVY4NDHKzGmNJT5b+XaQEBniHxsMdeIQLB/tcCzZnhqrzHpZFbX9iaxx+5RiB8caATBtfvZP7zVxQ==",
            "cpu": [
                "arm"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "android"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-android-arm64": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.7.tgz",
            "integrity": "sha512-l17HE9EweWaqJZhuUuNBN/FzM62xw+DECVnJyvMsxn8vJFAGLy5QfLDoYAcronkAN8VxKZHezDpulHDPx95vFw==",
            "cpu": [
                "arm64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "android"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-darwin-arm64": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.7.tgz",
            "integrity": "sha512-8ED8ELFvHXc6OCETIn4gXObPiaR6bckM/ipXtbzlPVDRMBfEGjCKgO90F9YtfdpDatVx/ZQw7aZ1vUMf/+T3Mw==",
            "cpu": [
                "arm64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-darwin-x64": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.7.tgz",
            "integrity": "sha512-/WPripjtiAIZ2tWY7ddijORT0Ujg87wxWW/qcoFVCKAWVDPhtY0xr7Dj0M3GyNGz60jGwTElhro/mkF9dT7dDQ==",
            "cpu": [
                "x64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-freebsd-x64": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.7.tgz",
            "integrity": "sha512-14DI4NcqpvbICxSnGLx3PmtDaWqRP/KGSGb6C+JLLVPeZRl6dKdHba3pGsqT3vpdTqhEYIPG0MMQ8c0xYqoJxA==",
            "cpu": [
                "x64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "freebsd"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.7.tgz",
            "integrity": "sha512-bxrWIRvHWQvbJwi+VIie/kDJmQxcNE6xxWwZdqF/ExVAigtHkv54WTLQPb+QsZdnFy18fg7JPfWGL0RH6vwIlQ==",
            "cpu": [
                "arm"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-linux-arm64-gnu": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.7.tgz",
            "integrity": "sha512-toOY2BChBZyuxU7OYX6Tn389di4IzAqPTycVcci0O7FSfBqzRB3RZn+K5Is6ANf4tmgRd/K1yZTsNTXbkXsnLg==",
            "cpu": [
                "arm64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-linux-arm64-musl": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.7.tgz",
            "integrity": "sha512-lAIXTH/aiLRLxsTgQvfhjo4K1ydWIp00+V0voOr9beb/9ZmkUFrSIb03dXNFRgMNvkE6oGsF10ioQ6UsI+vS5Q==",
            "cpu": [
                "arm64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-linux-ppc64-gnu": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.7.tgz",
            "integrity": "sha512-kdnwS28Pkenp/mZMRwjXXXwxQ7pIsm+bF919LUK93BOyhcLsrVKdP2p9fxpiPNPAbNuch8ypQt0pm2P2LYCAGg==",
            "cpu": [
                "ppc64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-linux-s390x-gnu": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.7.tgz",
            "integrity": "sha512-516OdsyLdr5E65paF3yBF55t8mfm9+gmtCsK3xI7XKXIT7EfRlHhxL8K/NR6Hu8BWSgF5+1w74lTL0+nxcc8Qw==",
            "cpu": [
                "s390x"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-linux-x64-gnu": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.7.tgz",
            "integrity": "sha512-r8/z8n7GFaYRln3xmP1Cxy0HH/HLM0uBUPkEuSVEfKGDA89M0FsZRZJRSwe/tJjRx+fpH/gjorfhB8tmEbSFLA==",
            "cpu": [
                "x64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-linux-x64-musl": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.7.tgz",
            "integrity": "sha512-pAsE8iiDxUg1xBqdhrTfg45AVDVpirjz00sblEYClGNNcMnDb+e8beQgqIAw6LvauX/APvgxUnwrgun/YYGBhw==",
            "cpu": [
                "x64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-openharmony-arm64": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.7.tgz",
            "integrity": "sha512-lTcIYmmnQQA8Or/2DatS6oSqcdLHvendjS+zLu+FwgToynWMRSmQdpM65fTANJgIS4mjbMOo5KT2lnT9SAb96w==",
            "cpu": [
                "arm64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "openharmony"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-win32-arm64-msvc": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.7.tgz",
            "integrity": "sha512-e3Gu3WxbNk/UqQhxqU7YIYO+9ZBvWNz3U+h/qRFosscMFzdRPbXYSaSWgSnklv2fz1TgzBTcti2z35c/7irsHw==",
            "cpu": [
                "arm64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/binding-win32-x64-msvc": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.7.tgz",
            "integrity": "sha512-W/jg5qoRSqjsEv0+dZi4e687mcHqmVuU0P4fK6qS/xjetW2Gmc1W8j//z5nAeNcC8Ttm0hV46IjcYeuVwYhuiw==",
            "cpu": [
                "x64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            }
        },
        "node_modules/@rolldown/plugin-babel": {
            "version": "0.2.3",
            "resolved": "https://registry.npmjs.org/@rolldown/plugin-babel/-/plugin-babel-0.2.3.tgz",
            "integrity": "sha512-+zEk16yGlz1F9STiRr6uG9hmIXb6nprjLczV/htGptYuLoCuxb+itZ03RKCEeOhBpDDd1NU7qF6x1VLMUp62bw==",
            "devOptional": true,
            "license": "MIT",
            "dependencies": {
                "picomatch": "^4.0.4"
            },
            "engines": {
                "node": ">=22.12.0 || ^24.0.0"
            },
            "peerDependencies": {
                "@babel/core": "^7.29.0 || ^8.0.0-rc.1",
                "@babel/plugin-transform-runtime": "^7.29.0 || ^8.0.0-rc.1",
                "@babel/runtime": "^7.27.0 || ^8.0.0-rc.1",
                "rolldown": "^1.0.0-rc.5",
                "vite": "^8.0.0"
            },
            "peerDependenciesMeta": {
                "@babel/plugin-transform-runtime": {
                    "optional": true
                },
                "@babel/runtime": {
                    "optional": true
                },
                "vite": {
                    "optional": true
                }
            }
        },
        "node_modules/@rolldown/pluginutils": {
            "version": "1.0.1",
            "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
            "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
            "license": "MIT"
        },
        "node_modules/@rollup/rollup-linux-x64-gnu": {
            "version": "4.9.5",
            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz",
            "integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==",
            "cpu": [
                "x64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@standard-schema/spec": {
            "version": "1.1.0",
            "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
            "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/@tailwindcss/node": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.3.tgz",
            "integrity": "sha512-/T8IKEsf9VTU6tLjgC7+sv2mOPtQxzE2jMw7u4Tt40Tx+QSZxpzh95/H6cMKoja9XuW7iMdLJYBB0o9G1CaAgg==",
            "license": "MIT",
            "dependencies": {
                "@jridgewell/remapping": "^2.3.5",
                "enhanced-resolve": "^5.24.1",
                "jiti": "^2.7.0",
                "lightningcss": "1.32.0",
                "magic-string": "^0.30.21",
                "source-map-js": "^1.2.1",
                "tailwindcss": "4.3.3"
            }
        },
        "node_modules/@tailwindcss/oxide": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.3.tgz",
            "integrity": "sha512-krXjAikiaFSPaK/FkAQT5UTx3VormQaiZ5hBFlJZ9UFQGB/rwg1MZIhHAG9smMQRTdyJxP6Qt5MwMtdyU5FWrA==",
            "license": "MIT",
            "engines": {
                "node": ">= 20"
            },
            "optionalDependencies": {
                "@tailwindcss/oxide-android-arm64": "4.3.3",
                "@tailwindcss/oxide-darwin-arm64": "4.3.3",
                "@tailwindcss/oxide-darwin-x64": "4.3.3",
                "@tailwindcss/oxide-freebsd-x64": "4.3.3",
                "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.3",
                "@tailwindcss/oxide-linux-arm64-gnu": "4.3.3",
                "@tailwindcss/oxide-linux-arm64-musl": "4.3.3",
                "@tailwindcss/oxide-linux-x64-gnu": "4.3.3",
                "@tailwindcss/oxide-linux-x64-musl": "4.3.3",
                "@tailwindcss/oxide-wasm32-wasi": "4.3.3",
                "@tailwindcss/oxide-win32-arm64-msvc": "4.3.3",
                "@tailwindcss/oxide-win32-x64-msvc": "4.3.3"
            }
        },
        "node_modules/@tailwindcss/oxide-android-arm64": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.3.tgz",
            "integrity": "sha512-Y85A2gmPSkl5Ve5qR86GL4HT509cFqQh1aes9p3sSkyTPwt0Pppf3GkwGe4JPACcRYjgJIEhQgM6dBClnr0NYw==",
            "cpu": [
                "arm64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "android"
            ],
            "engines": {
                "node": ">= 20"
            }
        },
        "node_modules/@tailwindcss/oxide-darwin-arm64": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.3.tgz",
            "integrity": "sha512-BiaWatpBcERQFDlOjRDpIVXuFK5PJez5SA4JMg6VYZdBYU+qKfV/vqjcIs+IYmtitf1xYQZTwXvU/8y4lfZUGw==",
            "cpu": [
                "arm64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": ">= 20"
            }
        },
        "node_modules/@tailwindcss/oxide-darwin-x64": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.3.tgz",
            "integrity": "sha512-fAeUqfV5ndhxRwai8cXGzdLvul9utWOmeTkv69unv4ZXixjn61Z+p9lCWdwOwA3TYboG3BwdVuN/RDjhBRl0mw==",
            "cpu": [
                "x64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": ">= 20"
            }
        },
        "node_modules/@tailwindcss/oxide-freebsd-x64": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.3.tgz",
            "integrity": "sha512-iyf5bV6+wnAlflVeEy7R25dupxTNECZN5QMI0qNT6eT+EgaGdZcKhGkr5SdoaWiLJ3spLqIY9VCeSGrwmtg4kw==",
            "cpu": [
                "x64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "freebsd"
            ],
            "engines": {
                "node": ">= 20"
            }
        },
        "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.3.tgz",
            "integrity": "sha512-aAYUprJAJQWWbRrPvtjdroZ56Md+JM8pMiopS6xGEwDfLhqj+2ver2p4nU4Mb3CRqcMmNBjo8KkUgcxhkzVQGQ==",
            "cpu": [
                "arm"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 20"
            }
        },
        "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.3.tgz",
            "integrity": "sha512-nDxldcEENOxZRzC2uu9jrutZdAAQtb+8WWDCSnWL1zvBk1+FN+x6MtDViPB5AJMfttVCUhehGWus3XBPgatM/w==",
            "cpu": [
                "arm64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 20"
            }
        },
        "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.3.tgz",
            "integrity": "sha512-Md44bD6veX/PC5iyF8cDVnw4HBIANZepRZZ7a8DQOvkfo5WUBwcp6iAuCUz23u+4SUkhJlD3eL7hNdW8ezd/kA==",
            "cpu": [
                "arm64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 20"
            }
        },
        "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.3.tgz",
            "integrity": "sha512-tx7us1muwOKAKWao2v/GaafFeQboE6aj88vC6ziN2NCGcRm8gWUhwjzg+YdVB1e4boAtdtma4L43onunI6NS4w==",
            "cpu": [
                "x64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 20"
            }
        },
        "node_modules/@tailwindcss/oxide-linux-x64-musl": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.3.tgz",
            "integrity": "sha512-SJxX60smvHgasZoBy11dX6YRjXJFovwWBoedhbQPOBzgFWBHGB+TVPWB9BxzR7TTxU8FQZAI2AyiNCMzFm8Img==",
            "cpu": [
                "x64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 20"
            }
        },
        "node_modules/@tailwindcss/oxide-wasm32-wasi": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.3.tgz",
            "integrity": "sha512-jx1+rPhY/5Ympkktd656HBWEBLxP7dH06losBLjjf5vgCODXvi9KhtftWcMIwTFIDqBr7cRnQkdLnAG+IOlGvQ==",
            "bundleDependencies": [
                "@napi-rs/wasm-runtime",
                "@emnapi/core",
                "@emnapi/runtime",
                "@tybys/wasm-util",
                "@emnapi/wasi-threads",
                "tslib"
            ],
            "cpu": [
                "wasm32"
            ],
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "@emnapi/core": "^1.11.1",
                "@emnapi/runtime": "^1.11.1",
                "@emnapi/wasi-threads": "^1.2.2",
                "@napi-rs/wasm-runtime": "^1.1.4",
                "@tybys/wasm-util": "^0.10.2",
                "tslib": "^2.8.1"
            },
            "engines": {
                "node": ">=14.0.0"
            }
        },
        "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz",
            "integrity": "sha512-3rc292Ca2ceK6Ulcc/bAVnTs/3nDtoPhyEKlgPv+yQJQi/JS/AMJlqzxvlDacL1nekbrcf6bTqp/jV4qgnPxNQ==",
            "cpu": [
                "arm64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": ">= 20"
            }
        },
        "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.3.tgz",
            "integrity": "sha512-yJ0pwIVc/nYeGoV02WtsN8KYyLQv7kyI2wDnkezyJlGGjkd4QLwDGAwl47YpPJeuI0M0ObaXGSPjvWDPeTPggw==",
            "cpu": [
                "x64"
            ],
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": ">= 20"
            }
        },
        "node_modules/@tailwindcss/vite": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.3.3.tgz",
            "integrity": "sha512-yYU8cogLeSh/ms2jh8Fj7jaba/EWa7Ja6GoUqYZaraEuCI5YS6ms6ObZgjjedm+jm6XZjdNRWBpPP6Z86oOxcw==",
            "license": "MIT",
            "dependencies": {
                "@tailwindcss/node": "4.3.3",
                "@tailwindcss/oxide": "4.3.3",
                "tailwindcss": "4.3.3"
            },
            "peerDependencies": {
                "vite": "^5.2.0 || ^6 || ^7 || ^8"
            }
        },
        "node_modules/@testing-library/dom": {
            "version": "10.4.1",
            "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz",
            "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@babel/code-frame": "^7.10.4",
                "@babel/runtime": "^7.12.5",
                "@types/aria-query": "^5.0.1",
                "aria-query": "5.3.0",
                "dom-accessibility-api": "^0.5.9",
                "lz-string": "^1.5.0",
                "picocolors": "1.1.1",
                "pretty-format": "^27.0.2"
            },
            "engines": {
                "node": ">=18"
            }
        },
        "node_modules/@testing-library/dom/node_modules/@babel/code-frame": {
            "version": "7.29.7",
            "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
            "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@babel/helper-validator-identifier": "^7.29.7",
                "js-tokens": "^4.0.0",
                "picocolors": "^1.1.1"
            },
            "engines": {
                "node": ">=6.9.0"
            }
        },
        "node_modules/@testing-library/dom/node_modules/@babel/helper-validator-identifier": {
            "version": "7.29.7",
            "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
            "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=6.9.0"
            }
        },
        "node_modules/@testing-library/dom/node_modules/js-tokens": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
            "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/@testing-library/user-event": {
            "version": "14.6.7",
            "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.7.tgz",
            "integrity": "sha512-MPCpX8bxe8zS+JmmTwLp8jd0dy1rAm60Te/SL8JrQM3qvQJcBOs1d7IefJMyZzqM3EWBrDn/LWDt1BCGu4ASfg==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=12",
                "npm": ">=6"
            },
            "peerDependencies": {
                "@testing-library/dom": ">=7.21.4"
            }
        },
        "node_modules/@types/aria-query": {
            "version": "5.0.4",
            "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz",
            "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/@types/chai": {
            "version": "5.2.3",
            "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
            "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@types/deep-eql": "*",
                "assertion-error": "^2.0.1"
            }
        },
        "node_modules/@types/deep-eql": {
            "version": "4.0.2",
            "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
            "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/@types/estree": {
            "version": "1.0.9",
            "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
            "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/@types/gensync": {
            "version": "1.0.5",
            "resolved": "https://registry.npmjs.org/@types/gensync/-/gensync-1.0.5.tgz",
            "integrity": "sha512-MbsRCT7mTikHwKZ0X+LVUTLRrZZRLipTuXEO9qOYO+zmjMVk81axyClMROf6uoPD9MRVu46bx8zoR0Ad9q3NAg==",
            "devOptional": true,
            "license": "MIT",
            "peer": true
        },
        "node_modules/@types/jsesc": {
            "version": "2.5.1",
            "resolved": "https://registry.npmjs.org/@types/jsesc/-/jsesc-2.5.1.tgz",
            "integrity": "sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==",
            "devOptional": true,
            "license": "MIT",
            "peer": true
        },
        "node_modules/@types/node": {
            "version": "22.20.1",
            "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz",
            "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==",
            "devOptional": true,
            "license": "MIT",
            "dependencies": {
                "undici-types": "~6.21.0"
            }
        },
        "node_modules/@types/react": {
            "version": "19.2.18",
            "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz",
            "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==",
            "license": "MIT",
            "dependencies": {
                "csstype": "^3.2.2"
            }
        },
        "node_modules/@types/react-dom": {
            "version": "19.2.7",
            "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.7.tgz",
            "integrity": "sha512-I8bPpDLcHBv1qiIiXDCy71Rt8eQDKJP0sMSWJphDdAcdqiJ1sGpZamavoEIRZmYzjia9LuEb2HlYdDpmoENpvQ==",
            "license": "MIT",
            "peerDependencies": {
                "@types/react": "^19.2.0"
            }
        },
        "node_modules/@vitejs/plugin-react": {
            "version": "6.1.1",
            "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.1.1.tgz",
            "integrity": "sha512-yxLaQV9gkhS8ezJqCM6+ndU7mDY6gqAg75NQ+0IjwEI8IYOmQCgkRwHKVSfWXW076DsqMo0Dk+0FK1U+M5RgFw==",
            "license": "MIT",
            "dependencies": {
                "@rolldown/pluginutils": "^1.0.1"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            },
            "peerDependencies": {
                "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
                "babel-plugin-react-compiler": "^1.0.0",
                "oxc-transform-react": "^0.145.0",
                "vite": "^8.0.0"
            },
            "peerDependenciesMeta": {
                "@rolldown/plugin-babel": {
                    "optional": true
                },
                "babel-plugin-react-compiler": {
                    "optional": true
                },
                "oxc-transform-react": {
                    "optional": true
                }
            }
        },
        "node_modules/@vitest/browser": {
            "version": "4.1.11",
            "resolved": "https://registry.npmjs.org/@vitest/browser/-/browser-4.1.11.tgz",
            "integrity": "sha512-bwMovvAeuTFOK5kIFevw4VEf+1gVEICv4SYK4k3knJOxl6b1zEWud8mYKD73e1B0odAn174h1MofURy2TPWf3w==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@blazediff/core": "1.9.1",
                "@vitest/mocker": "4.1.11",
                "@vitest/utils": "4.1.11",
                "magic-string": "^0.30.21",
                "pngjs": "^7.0.0",
                "sirv": "^3.0.2",
                "tinyrainbow": "^3.1.0",
                "ws": "^8.19.0"
            },
            "funding": {
                "url": "https://opencollective.com/vitest"
            },
            "peerDependencies": {
                "vitest": "4.1.11"
            }
        },
        "node_modules/@vitest/browser-preview": {
            "version": "4.1.11",
            "resolved": "https://registry.npmjs.org/@vitest/browser-preview/-/browser-preview-4.1.11.tgz",
            "integrity": "sha512-iPKSE6Ibayey6HFgK1V1/aHgyhx7HSRk1YMi+lnBZGmlIiNV5Uc7xRkD9Su8RDylTxDECK23t7kTHdRKoqSYDQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@testing-library/dom": "^10.4.1",
                "@testing-library/user-event": "^14.6.1",
                "@vitest/browser": "4.1.11"
            },
            "funding": {
                "url": "https://opencollective.com/vitest"
            },
            "peerDependencies": {
                "vitest": "4.1.11"
            }
        },
        "node_modules/@vitest/expect": {
            "version": "4.1.11",
            "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz",
            "integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@standard-schema/spec": "^1.1.0",
                "@types/chai": "^5.2.2",
                "@vitest/spy": "4.1.11",
                "@vitest/utils": "4.1.11",
                "chai": "^6.2.2",
                "tinyrainbow": "^3.1.0"
            },
            "funding": {
                "url": "https://opencollective.com/vitest"
            }
        },
        "node_modules/@vitest/mocker": {
            "version": "4.1.11",
            "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.11.tgz",
            "integrity": "sha512-2XJVD55d1o5AZous5CCGKS74g/riOj9odEt2bQpCVZeblHyHdnMeFl4jl0XjU21stf4mbjUkew2eXQZt65g5CQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@vitest/spy": "4.1.11",
                "estree-walker": "^3.0.3",
                "magic-string": "^0.30.21"
            },
            "funding": {
                "url": "https://opencollective.com/vitest"
            },
            "peerDependencies": {
                "msw": "^2.4.9",
                "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
            },
            "peerDependenciesMeta": {
                "msw": {
                    "optional": true
                },
                "vite": {
                    "optional": true
                }
            }
        },
        "node_modules/@vitest/pretty-format": {
            "version": "4.1.11",
            "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.11.tgz",
            "integrity": "sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "tinyrainbow": "^3.1.0"
            },
            "funding": {
                "url": "https://opencollective.com/vitest"
            }
        },
        "node_modules/@vitest/runner": {
            "version": "4.1.11",
            "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.11.tgz",
            "integrity": "sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@vitest/utils": "4.1.11",
                "pathe": "^2.0.3"
            },
            "funding": {
                "url": "https://opencollective.com/vitest"
            }
        },
        "node_modules/@vitest/snapshot": {
            "version": "4.1.11",
            "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.11.tgz",
            "integrity": "sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@vitest/pretty-format": "4.1.11",
                "@vitest/utils": "4.1.11",
                "magic-string": "^0.30.21",
                "pathe": "^2.0.3"
            },
            "funding": {
                "url": "https://opencollective.com/vitest"
            }
        },
        "node_modules/@vitest/spy": {
            "version": "4.1.11",
            "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.11.tgz",
            "integrity": "sha512-apNa/prQy2qCeywhnixOHPRCgGNhvg7T4Dapfl1GahLp/R+uhBm5cPyFoNVyqsNd2h1nJxL6BqqdIjiABL60YA==",
            "dev": true,
            "license": "MIT",
            "funding": {
                "url": "https://opencollective.com/vitest"
            }
        },
        "node_modules/@vitest/utils": {
            "version": "4.1.11",
            "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz",
            "integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@vitest/pretty-format": "4.1.11",
                "convert-source-map": "^2.0.0",
                "tinyrainbow": "^3.1.0"
            },
            "funding": {
                "url": "https://opencollective.com/vitest"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core": {
            "version": "0.3.0",
            "resolved": "https://registry.npmjs.org/@voidzero-dev/vite-plus-core/-/vite-plus-core-0.3.0.tgz",
            "integrity": "sha512-aOqoqIWaF+Q/geDU48pC2rVFEVSvLV1GGj/NdvhUiBhCZntoFNbwI+hjUeG8BMaPG67sOV6ey+/sgkdmGmKqaw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@oxc-project/runtime": "=0.146.0",
                "@oxc-project/types": "=0.146.0",
                "lightningcss": "^1.33.0",
                "postcss": "^8.5.6",
                "yuku-codegen": "^0.5.44",
                "yuku-parser": "^0.5.44"
            },
            "engines": {
                "node": "^20.19.0 || ^22.18.0 || >=24.11.0"
            },
            "optionalDependencies": {
                "@voidzero-dev/vite-plus-darwin-arm64": "0.3.0",
                "@voidzero-dev/vite-plus-darwin-x64": "0.3.0",
                "@voidzero-dev/vite-plus-linux-arm64-gnu": "0.3.0",
                "@voidzero-dev/vite-plus-linux-arm64-musl": "0.3.0",
                "@voidzero-dev/vite-plus-linux-x64-gnu": "0.3.0",
                "@voidzero-dev/vite-plus-linux-x64-musl": "0.3.0",
                "@voidzero-dev/vite-plus-win32-arm64-msvc": "0.3.0",
                "@voidzero-dev/vite-plus-win32-x64-msvc": "0.3.0",
                "fsevents": "~2.3.3"
            },
            "peerDependencies": {
                "@arethetypeswrong/core": "^0.18.1",
                "@types/node": "^20.19.0 || >=22.12.0",
                "@vitejs/devtools": "^0.4.0 || ^0.5.0",
                "esbuild": "^0.27.0 || ^0.28.0",
                "jiti": ">=1.21.0",
                "less": "^4.0.0",
                "publint": "^0.3.8",
                "sass": "^1.70.0",
                "sass-embedded": "^1.70.0",
                "stylus": ">=0.54.8",
                "sugarss": "^5.0.0",
                "terser": "^5.16.0",
                "tsx": "^4.8.1",
                "typescript": "^5.0.0 || ^6.0.0 || ^7.0.0",
                "unplugin-unused": "^0.5.0",
                "unrun": "*",
                "yaml": "^2.4.2"
            },
            "peerDependenciesMeta": {
                "@arethetypeswrong/core": {
                    "optional": true
                },
                "@types/node": {
                    "optional": true
                },
                "@vitejs/devtools": {
                    "optional": true
                },
                "esbuild": {
                    "optional": true
                },
                "jiti": {
                    "optional": true
                },
                "less": {
                    "optional": true
                },
                "publint": {
                    "optional": true
                },
                "sass": {
                    "optional": true
                },
                "sass-embedded": {
                    "optional": true
                },
                "stylus": {
                    "optional": true
                },
                "sugarss": {
                    "optional": true
                },
                "terser": {
                    "optional": true
                },
                "tsx": {
                    "optional": true
                },
                "typescript": {
                    "optional": true
                },
                "unplugin-unused": {
                    "optional": true
                },
                "unrun": {
                    "optional": true
                },
                "yaml": {
                    "optional": true
                }
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/@oxc-project/types": {
            "version": "0.146.0",
            "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz",
            "integrity": "sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==",
            "dev": true,
            "license": "MIT",
            "funding": {
                "url": "https://github.com/sponsors/Boshen"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/lightningcss": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
            "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
            "dev": true,
            "license": "MPL-2.0",
            "dependencies": {
                "detect-libc": "^2.0.3"
            },
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            },
            "optionalDependencies": {
                "lightningcss-android-arm64": "1.33.0",
                "lightningcss-darwin-arm64": "1.33.0",
                "lightningcss-darwin-x64": "1.33.0",
                "lightningcss-freebsd-x64": "1.33.0",
                "lightningcss-linux-arm-gnueabihf": "1.33.0",
                "lightningcss-linux-arm64-gnu": "1.33.0",
                "lightningcss-linux-arm64-musl": "1.33.0",
                "lightningcss-linux-x64-gnu": "1.33.0",
                "lightningcss-linux-x64-musl": "1.33.0",
                "lightningcss-win32-arm64-msvc": "1.33.0",
                "lightningcss-win32-x64-msvc": "1.33.0"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/lightningcss-android-arm64": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
            "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "android"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/lightningcss-darwin-arm64": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
            "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/lightningcss-darwin-x64": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
            "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/lightningcss-freebsd-x64": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
            "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "freebsd"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/lightningcss-linux-arm-gnueabihf": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
            "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
            "cpu": [
                "arm"
            ],
            "dev": true,
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/lightningcss-linux-arm64-gnu": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
            "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/lightningcss-linux-arm64-musl": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
            "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/lightningcss-linux-x64-musl": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
            "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/lightningcss-win32-arm64-msvc": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
            "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-core/node_modules/lightningcss-win32-x64-msvc": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
            "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-darwin-arm64": {
            "version": "0.3.0",
            "resolved": "https://registry.npmjs.org/@voidzero-dev/vite-plus-darwin-arm64/-/vite-plus-darwin-arm64-0.3.0.tgz",
            "integrity": "sha512-9ADr1egZ8T4tJOqrpQLhoDl95Y74R95+bsvjmin0gy1C0eQVhpmcNnBfb07KFNhJioJp9MMO7F7Dx4fQL5SKsw==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": ">=20.0.0"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-darwin-x64": {
            "version": "0.3.0",
            "resolved": "https://registry.npmjs.org/@voidzero-dev/vite-plus-darwin-x64/-/vite-plus-darwin-x64-0.3.0.tgz",
            "integrity": "sha512-GegasVCwNeDOkNyvhLOuwU1+T2JkjY/Tq+SOvwphUpVcqQ6OOAUq9LlpoXviO2QL/Kq2NbMYjiAfPKVSTLUFQw==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": ">=20.0.0"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-linux-arm64-gnu": {
            "version": "0.3.0",
            "resolved": "https://registry.npmjs.org/@voidzero-dev/vite-plus-linux-arm64-gnu/-/vite-plus-linux-arm64-gnu-0.3.0.tgz",
            "integrity": "sha512-nYI3KNYXkXjRPsSdR4Lr7J2xMxfR1+TplWlG/dV37qVXWAjbyHpoAlbULjZBAVJMyXRNlcADhBrEwXe4g6s48A==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">=20.0.0"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-linux-arm64-musl": {
            "version": "0.3.0",
            "resolved": "https://registry.npmjs.org/@voidzero-dev/vite-plus-linux-arm64-musl/-/vite-plus-linux-arm64-musl-0.3.0.tgz",
            "integrity": "sha512-HRlVA3AOcuGXmOdHhQ+Zv5XAaKbYF9si5rRHoOsKl0UyBo4txA3OoJfmP0WjanfLUNmu85JyO2dO1ptL4C6wgg==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">=20.0.0"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-linux-x64-gnu": {
            "version": "0.3.0",
            "resolved": "https://registry.npmjs.org/@voidzero-dev/vite-plus-linux-x64-gnu/-/vite-plus-linux-x64-gnu-0.3.0.tgz",
            "integrity": "sha512-9A+dFScPfwcrzF/rRR0zH8++2hOf6xtFmN/5LyzyfUywtw9MILXcC72IMcOeL6QRJwKUMsudi1rFeDE59azNvw==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">=20.0.0"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-linux-x64-musl": {
            "version": "0.3.0",
            "resolved": "https://registry.npmjs.org/@voidzero-dev/vite-plus-linux-x64-musl/-/vite-plus-linux-x64-musl-0.3.0.tgz",
            "integrity": "sha512-KfIV3qaPdaOOE8JQMRHRE34FtZocl9O86XLTP6JMjDUlcx8FPgf8/fz/HFqJ8g232vM+JsgLI/YTVeXP8LkTKw==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">=20.0.0"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-win32-arm64-msvc": {
            "version": "0.3.0",
            "resolved": "https://registry.npmjs.org/@voidzero-dev/vite-plus-win32-arm64-msvc/-/vite-plus-win32-arm64-msvc-0.3.0.tgz",
            "integrity": "sha512-KRhdy5K13AYx9KBfCVHRrK7zSZU+bMW9CL6gTai+UkJgAmDJi1kjdSNboZOjO8mrzUnTCrELgMI2tnstcxSTuA==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": ">=20.0.0"
            }
        },
        "node_modules/@voidzero-dev/vite-plus-win32-x64-msvc": {
            "version": "0.3.0",
            "resolved": "https://registry.npmjs.org/@voidzero-dev/vite-plus-win32-x64-msvc/-/vite-plus-win32-x64-msvc-0.3.0.tgz",
            "integrity": "sha512-7+G+GxGmxdpQO0zjiGnkZFXKGqm0CrVduebRsJd6ccuOuxCQYPxLcoHq4WOaGrh56SrAGS7XjhnQCrXRkzKUVQ==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": ">=20.0.0"
            }
        },
        "node_modules/@yuku-codegen/binding-darwin-arm64": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-codegen/binding-darwin-arm64/-/binding-darwin-arm64-0.5.48.tgz",
            "integrity": "sha512-yo96Oef12WzqnphInfz/eexVse3+kWgfGS5g2S3rFS3dcGn1ENW9xLFDZUP9rh+yP76DOq38wBoFi1+I9+6qBg==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "darwin"
            ]
        },
        "node_modules/@yuku-codegen/binding-darwin-x64": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-codegen/binding-darwin-x64/-/binding-darwin-x64-0.5.48.tgz",
            "integrity": "sha512-aRCTw0EZC4bVosmw//0OMYP5tGWFE0Cu5yUBFkUbhXx/iBzvORcJ2xPNlOp/vtCCo9Ys4vp8b0DigJV6uOVb2g==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "darwin"
            ]
        },
        "node_modules/@yuku-codegen/binding-freebsd-x64": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-codegen/binding-freebsd-x64/-/binding-freebsd-x64-0.5.48.tgz",
            "integrity": "sha512-CA0AQAEApDkbw51PdLWMtKPJ41/7rvXsS3SJs+phG7fHJI+MuFzWuLbkucZfZoEOiDscmcsfYIdgL8BsfuyKKQ==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "freebsd"
            ]
        },
        "node_modules/@yuku-codegen/binding-linux-arm-gnu": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-codegen/binding-linux-arm-gnu/-/binding-linux-arm-gnu-0.5.48.tgz",
            "integrity": "sha512-DuSQlk8bH4gpmW3/00P0NLagAcMv8jOxjT40cQmxKRkktr+SUOALCfkT89tdDq3qtY95NR2GXOZ7AjNh7KKqCw==",
            "cpu": [
                "arm"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-codegen/binding-linux-arm-musl": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-codegen/binding-linux-arm-musl/-/binding-linux-arm-musl-0.5.48.tgz",
            "integrity": "sha512-bxj4Ee+wlaJcWJwft2ReJXWw5sfl1qavDz6+dlRdU1xfTEtjPSNiAWhiCHnJR0R4Ygd57DnzSQmAVGvFv6RcGw==",
            "cpu": [
                "arm"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-codegen/binding-linux-arm64-gnu": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-codegen/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.5.48.tgz",
            "integrity": "sha512-mk5JVWh+0JOe5ue8k17kbYX8uGBoKt3ZqoCyxNh4nYAAcX7+X1tFUiU7jbjctu4vHeejCBFSTdQ021+V31cUCQ==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-codegen/binding-linux-arm64-musl": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-codegen/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.5.48.tgz",
            "integrity": "sha512-4q3vkrNghbllyxOm2KesFLxCPKHF7r3JyQ7BWZccY1j2Y05yKoIFhoWCqIuQ2W/dpte9RI0+OVfwyxnrKg6fkA==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-codegen/binding-linux-x64-gnu": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-codegen/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.5.48.tgz",
            "integrity": "sha512-csd4M1EVrGaohM8acM6gq1zpUA/Rwe2ulUMBKUcwQXm/k6n7cq1A++qdew78SOVb4do3JH1WE+WFwoGQAcWc1w==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-codegen/binding-linux-x64-musl": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-codegen/binding-linux-x64-musl/-/binding-linux-x64-musl-0.5.48.tgz",
            "integrity": "sha512-KcDuEOT+GFoVKdvAWOv1v9iYjwnmvMZlO+j1Rw+5PYdeFLGWGzv/DD11y4SAAdwXIFcil4T0hibeIaF82WStMg==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-codegen/binding-win32-arm64": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-codegen/binding-win32-arm64/-/binding-win32-arm64-0.5.48.tgz",
            "integrity": "sha512-HI8qNrI8dWM5BuqIMKsqornRvTNFrE6sm5zToIJ9YIa9zt5+29P7fJ7Nr39EVf6dAWSb6q7JSpScJnRsQ+FgZA==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "win32"
            ]
        },
        "node_modules/@yuku-codegen/binding-win32-x64": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-codegen/binding-win32-x64/-/binding-win32-x64-0.5.48.tgz",
            "integrity": "sha512-X5YWJLO6EfBZpeBqO0AYESnUizbpFDWArcvVD61w0PEWQ3CaFRLnbQXs+kpM4ZZfGMfIE22zfA08QSY67q7TNQ==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "win32"
            ]
        },
        "node_modules/@yuku-parser/binding-darwin-arm64": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.5.48.tgz",
            "integrity": "sha512-If8mb7HH3vqghJ2NNZ8SuHfhsnjVzOxJpB8xcNOXS5WjYrs2mUhHIh5KOIvK13hDOzh0htGeGK3A6MsiEqE7HQ==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "darwin"
            ]
        },
        "node_modules/@yuku-parser/binding-darwin-x64": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-parser/binding-darwin-x64/-/binding-darwin-x64-0.5.48.tgz",
            "integrity": "sha512-EimvPXfspzxf1K11eB6tCW5oiQEXB8g84T2wP1TwzQagdDKo33bkmmVF0B32vTIpXnk/Ifu5IB61izZ1MylljA==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "darwin"
            ]
        },
        "node_modules/@yuku-parser/binding-freebsd-x64": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.5.48.tgz",
            "integrity": "sha512-0GcUMrumLHheThY9r5Tp46gaZYzn0irWPS1Zba6WY+vVQfhUtzGiWgXxI6tuXX0N32kEaaEVRpkKctvo6Kx3aQ==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "freebsd"
            ]
        },
        "node_modules/@yuku-parser/binding-linux-arm-gnu": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-parser/binding-linux-arm-gnu/-/binding-linux-arm-gnu-0.5.48.tgz",
            "integrity": "sha512-8S5T5wjCC73dmmpQeZ49aYsSunIUM3D4Fc6rdK96c+Ayg/p3FmeSPF3xuLZHejcTmqJIIvnbfPlUF+rB6DITjQ==",
            "cpu": [
                "arm"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-parser/binding-linux-arm-musl": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-parser/binding-linux-arm-musl/-/binding-linux-arm-musl-0.5.48.tgz",
            "integrity": "sha512-tTmbxvnUHcK2/crS9547vk2SMmsajH1yqJ8ltXhIuHJgqR1v+d9n9KT+kSayo/5CS76LegeYxhMFjEivBH2hFA==",
            "cpu": [
                "arm"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-parser/binding-linux-arm64-gnu": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.5.48.tgz",
            "integrity": "sha512-KGYCBMqI2zfwyhgq5tpPVNe7jpUeYTBm8DhjdS+zqWNumde/PEC170QE5RHxcOAlsirIDeIUk0jqx+r/axoFSw==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-parser/binding-linux-arm64-musl": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.5.48.tgz",
            "integrity": "sha512-2wTSMsCSXLTc2lZUjMAuU5X4cje55u205WJqfV5NWNF6j9pW/tXyxr15dJeekj8ziLqBXzIsj4DbRh4sY/WcjA==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-parser/binding-linux-x64-gnu": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.5.48.tgz",
            "integrity": "sha512-d/6v9UnGglVu1WC2JQyv/5aWSi5fXZeGSlidCfmHp4+N65N1GDKUnFtys5MK5eAPeAjTgSHGGtOc/yCcKTlv3A==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-parser/binding-linux-x64-musl": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.5.48.tgz",
            "integrity": "sha512-gX19gw6u4ApPy7SYMPKfFlEkrtj6WlORvrTKK3sBQqjyV+8+mUAkQgxXNjHw4RnOiAmVYg7TOlZcg8d+Qqod9A==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "linux"
            ]
        },
        "node_modules/@yuku-parser/binding-win32-arm64": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-parser/binding-win32-arm64/-/binding-win32-arm64-0.5.48.tgz",
            "integrity": "sha512-w6cQQLbqj3Jcom5Q7ifm103NUOQ9d+Cb4VU5lkrZDjMnwVJ9Hzzg1vCQR7miJuF44vhCXldbme5UryE3giEKlA==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "win32"
            ]
        },
        "node_modules/@yuku-parser/binding-win32-x64": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/@yuku-parser/binding-win32-x64/-/binding-win32-x64-0.5.48.tgz",
            "integrity": "sha512-4gO0HmG7fzFxrw1rs0dUdnnaY9YgennjETqDWrTSp7x9fmTUOAoN4VsMfP7YyliQeG1WJJHc55O+rOhmsLppow==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "optional": true,
            "os": [
                "win32"
            ]
        },
        "node_modules/@yuku-toolchain/types": {
            "version": "0.5.43",
            "resolved": "https://registry.npmjs.org/@yuku-toolchain/types/-/types-0.5.43.tgz",
            "integrity": "sha512-kSpvPntnXw5+lYjO71ffBEnQ5ycQ74KGIYknh0TS4xeyCuBkOqxyJumxZkMhLBBUCLjDAbx2+Icnr3Zh4ftjpQ==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/ansi-escapes": {
            "version": "7.3.0",
            "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.3.0.tgz",
            "integrity": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "environment": "^1.0.0"
            },
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/ansi-regex": {
            "version": "6.3.0",
            "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.3.0.tgz",
            "integrity": "sha512-WpDfL7NO6j7tH88IDBNVdUJxDh9nmCteAVW9dsep846XdwF4naCBK+/tGLX3KJgcpgMRXCFlTM2hKGoK9FsdrQ==",
            "license": "MIT",
            "engines": {
                "node": ">=12"
            },
            "funding": {
                "url": "https://github.com/chalk/ansi-regex?sponsor=1"
            }
        },
        "node_modules/ansi-styles": {
            "version": "6.2.3",
            "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
            "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
            "license": "MIT",
            "engines": {
                "node": ">=12"
            },
            "funding": {
                "url": "https://github.com/chalk/ansi-styles?sponsor=1"
            }
        },
        "node_modules/aria-query": {
            "version": "5.3.0",
            "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
            "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
            "dev": true,
            "license": "Apache-2.0",
            "dependencies": {
                "dequal": "^2.0.3"
            }
        },
        "node_modules/assertion-error": {
            "version": "2.0.1",
            "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
            "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=12"
            }
        },
        "node_modules/auto-bind": {
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-5.0.1.tgz",
            "integrity": "sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==",
            "license": "MIT",
            "optional": true,
            "engines": {
                "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/babel-plugin-react-compiler": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz",
            "integrity": "sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==",
            "devOptional": true,
            "license": "MIT",
            "dependencies": {
                "@babel/types": "^7.26.0"
            }
        },
        "node_modules/babel-plugin-react-compiler/node_modules/@babel/helper-string-parser": {
            "version": "7.29.7",
            "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
            "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
            "devOptional": true,
            "license": "MIT",
            "engines": {
                "node": ">=6.9.0"
            }
        },
        "node_modules/babel-plugin-react-compiler/node_modules/@babel/helper-validator-identifier": {
            "version": "7.29.7",
            "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
            "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
            "devOptional": true,
            "license": "MIT",
            "engines": {
                "node": ">=6.9.0"
            }
        },
        "node_modules/babel-plugin-react-compiler/node_modules/@babel/types": {
            "version": "7.29.8",
            "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
            "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
            "devOptional": true,
            "license": "MIT",
            "dependencies": {
                "@babel/helper-string-parser": "^7.29.7",
                "@babel/helper-validator-identifier": "^7.29.7"
            },
            "engines": {
                "node": ">=6.9.0"
            }
        },
        "node_modules/baseline-browser-mapping": {
            "version": "2.11.21",
            "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.21.tgz",
            "integrity": "sha512-uh8vpY/1/YyFkunIDFH/12p7/7VdPKA1hejMVEbdkEaWnUz0Hesvx5EbiU6XxjyHZIOju+ZMbQJkRh+es3/spQ==",
            "devOptional": true,
            "license": "Apache-2.0",
            "peer": true,
            "bin": {
                "baseline-browser-mapping": "dist/cli.cjs"
            },
            "engines": {
                "node": ">=6.0.0"
            }
        },
        "node_modules/browserslist": {
            "version": "4.28.9",
            "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.9.tgz",
            "integrity": "sha512-EWazOblFYUvlGZcfGhPUPmYh3nikUxBVb+y9MJun5f3hBi812X+8MSQTujLBtgK3cf51fJWbWfOjyeO954d+Eg==",
            "devOptional": true,
            "funding": [
                {
                    "type": "opencollective",
                    "url": "https://opencollective.com/browserslist"
                },
                {
                    "type": "tidelift",
                    "url": "https://tidelift.com/funding/github/npm/browserslist"
                },
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/ai"
                }
            ],
            "license": "MIT",
            "peer": true,
            "dependencies": {
                "baseline-browser-mapping": "^2.11.20",
                "caniuse-lite": "^1.0.30001810",
                "electron-to-chromium": "^1.5.420",
                "node-releases": "^2.0.54",
                "update-browserslist-db": "^1.3.2"
            },
            "bin": {
                "browserslist": "cli.js"
            },
            "engines": {
                "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
            }
        },
        "node_modules/caniuse-lite": {
            "version": "1.0.30001810",
            "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz",
            "integrity": "sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg==",
            "devOptional": true,
            "funding": [
                {
                    "type": "opencollective",
                    "url": "https://opencollective.com/browserslist"
                },
                {
                    "type": "tidelift",
                    "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
                },
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/ai"
                }
            ],
            "license": "CC-BY-4.0",
            "peer": true
        },
        "node_modules/chai": {
            "version": "6.2.2",
            "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
            "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=18"
            }
        },
        "node_modules/chalk": {
            "version": "5.6.2",
            "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
            "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
            "license": "MIT",
            "engines": {
                "node": "^12.17.0 || ^14.13 || >=16.0.0"
            },
            "funding": {
                "url": "https://github.com/chalk/chalk?sponsor=1"
            }
        },
        "node_modules/cli-boxes": {
            "version": "4.0.1",
            "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-4.0.1.tgz",
            "integrity": "sha512-5IOn+jcCEHEraYolBPs/sT4BxYCe2nHg374OPiItB1O96KZFseS2gthU4twyYzeDcFew4DaUM/xwc5BQf08JJw==",
            "license": "MIT",
            "optional": true,
            "engines": {
                "node": ">=18.20 <19 || >=20.10"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/cli-cursor": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
            "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "restore-cursor": "^4.0.0"
            },
            "engines": {
                "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/cli-truncate": {
            "version": "6.1.1",
            "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-6.1.1.tgz",
            "integrity": "sha512-06p9vyLahLa4zkGcgsGxU6iEkSOiuI4fhCH6Emhe2lPAcoUv73n72DnODsnHA+5wwXGnV0n9M9/qOQJSjYhFhw==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "slice-ansi": "^9.0.0",
                "string-width": "^8.2.0"
            },
            "engines": {
                "node": ">=22"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/cliui": {
            "version": "9.0.1",
            "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
            "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
            "license": "ISC",
            "dependencies": {
                "string-width": "^7.2.0",
                "strip-ansi": "^7.1.0",
                "wrap-ansi": "^9.0.0"
            },
            "engines": {
                "node": ">=20"
            }
        },
        "node_modules/cliui/node_modules/string-width": {
            "version": "7.2.0",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
            "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
            "license": "MIT",
            "dependencies": {
                "emoji-regex": "^10.3.0",
                "get-east-asian-width": "^1.0.0",
                "strip-ansi": "^7.1.0"
            },
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/cliui/node_modules/wrap-ansi": {
            "version": "9.0.2",
            "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
            "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
            "license": "MIT",
            "dependencies": {
                "ansi-styles": "^6.2.1",
                "string-width": "^7.0.0",
                "strip-ansi": "^7.1.0"
            },
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
            }
        },
        "node_modules/clsx": {
            "version": "2.1.1",
            "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
            "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
            "license": "MIT",
            "engines": {
                "node": ">=6"
            }
        },
        "node_modules/code-excerpt": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz",
            "integrity": "sha512-xxodCmBen3iy2i0WtAK8FlFNrRzjUqjRsMfho58xT/wvZU1YTM3fCnRjcy1gJPMepaRlgm/0e6w8SpWHpn3/cA==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "convert-to-spaces": "^2.0.1"
            },
            "engines": {
                "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
            }
        },
        "node_modules/commander": {
            "version": "15.0.0",
            "resolved": "https://registry.npmjs.org/commander/-/commander-15.0.0.tgz",
            "integrity": "sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg==",
            "license": "MIT",
            "optional": true,
            "engines": {
                "node": ">=22.12.0"
            }
        },
        "node_modules/concurrently": {
            "version": "10.0.5",
            "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.5.tgz",
            "integrity": "sha512-JaP/CoftUrCcAFW/g//RbgEGwlelnEae6cfBLgH6ZdO6s8jPkn6p9SB9u6pdVxYXoiSnFqseOlHfrEfF82TVOg==",
            "license": "MIT",
            "dependencies": {
                "chalk": "5.6.2",
                "rxjs": "7.8.2",
                "shell-quote": "1.9.0",
                "supports-color": "10.2.2",
                "tree-kill": "1.2.2",
                "yargs": "18.0.0"
            },
            "bin": {
                "conc": "dist/bin/index.js",
                "concurrently": "dist/bin/index.js"
            },
            "engines": {
                "node": ">=22"
            },
            "funding": {
                "url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
            }
        },
        "node_modules/convert-source-map": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
            "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
            "devOptional": true,
            "license": "MIT"
        },
        "node_modules/convert-to-spaces": {
            "version": "2.0.1",
            "resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz",
            "integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==",
            "license": "MIT",
            "optional": true,
            "engines": {
                "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
            }
        },
        "node_modules/csstype": {
            "version": "3.2.3",
            "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
            "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
            "license": "MIT"
        },
        "node_modules/dequal": {
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
            "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=6"
            }
        },
        "node_modules/detect-libc": {
            "version": "2.1.2",
            "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
            "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
            "license": "Apache-2.0",
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/dom-accessibility-api": {
            "version": "0.5.16",
            "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
            "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/electron-to-chromium": {
            "version": "1.5.422",
            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.422.tgz",
            "integrity": "sha512-UvA/32XqrLDdZSn7Jllo1AYNcWji/G0d5M0GTViE7KoGBiMunw3a34Sb2KO4ZZyrSEhqsxFoVhWWJshdyfKqJA==",
            "devOptional": true,
            "license": "ISC",
            "peer": true
        },
        "node_modules/emoji-regex": {
            "version": "10.6.0",
            "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
            "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
            "license": "MIT"
        },
        "node_modules/enhanced-resolve": {
            "version": "5.24.5",
            "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.5.tgz",
            "integrity": "sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==",
            "license": "MIT",
            "dependencies": {
                "graceful-fs": "^4.2.4",
                "tapable": "^2.3.3"
            },
            "engines": {
                "node": ">=10.13.0"
            }
        },
        "node_modules/environment": {
            "version": "1.1.0",
            "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz",
            "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==",
            "license": "MIT",
            "optional": true,
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/es-module-lexer": {
            "version": "2.3.2",
            "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
            "integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/es-toolkit": {
            "version": "1.52.0",
            "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.52.0.tgz",
            "integrity": "sha512-XTNEJQh1tY1ZJVcf6ayP/2n4ZPyaHlW2FWs7xvw5ddPuhUVjLD3olQVQS7kf58JbAB48iL0uL/jerTrjtV3lDA==",
            "license": "MIT",
            "workspaces": [
                "docs",
                "benchmarks",
                "tests/types",
                "tests/browser-compat"
            ]
        },
        "node_modules/escalade": {
            "version": "3.2.0",
            "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
            "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
            "license": "MIT",
            "engines": {
                "node": ">=6"
            }
        },
        "node_modules/escape-string-regexp": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
            "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
            "license": "MIT",
            "optional": true,
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/estree-walker": {
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
            "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@types/estree": "^1.0.0"
            }
        },
        "node_modules/expect-type": {
            "version": "1.4.0",
            "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
            "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
            "dev": true,
            "license": "Apache-2.0",
            "engines": {
                "node": ">=12.0.0"
            }
        },
        "node_modules/fdir": {
            "version": "6.5.0",
            "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
            "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
            "license": "MIT",
            "engines": {
                "node": ">=12.0.0"
            },
            "peerDependencies": {
                "picomatch": "^3 || ^4"
            },
            "peerDependenciesMeta": {
                "picomatch": {
                    "optional": true
                }
            }
        },
        "node_modules/fsevents": {
            "version": "2.3.3",
            "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
            "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
            "hasInstallScript": true,
            "license": "MIT",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
            }
        },
        "node_modules/gensync": {
            "version": "1.0.0-beta.2",
            "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
            "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "engines": {
                "node": ">=6.9.0"
            }
        },
        "node_modules/get-caller-file": {
            "version": "2.0.5",
            "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
            "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
            "license": "ISC",
            "engines": {
                "node": "6.* || 8.* || >= 10.*"
            }
        },
        "node_modules/get-east-asian-width": {
            "version": "1.6.0",
            "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
            "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
            "license": "MIT",
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/graceful-fs": {
            "version": "4.2.11",
            "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
            "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
            "license": "ISC"
        },
        "node_modules/import-meta-resolve": {
            "version": "4.2.0",
            "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
            "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/indent-string": {
            "version": "5.0.0",
            "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
            "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
            "license": "MIT",
            "optional": true,
            "engines": {
                "node": ">=12"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/ink": {
            "version": "7.1.1",
            "resolved": "https://registry.npmjs.org/ink/-/ink-7.1.1.tgz",
            "integrity": "sha512-Y43xxa1ZSPvpmfLHcN5o+OdP8Rf8ykkNJEuKYOUNZKT8wXVNLFTtEm1nSDMQkfBH+YANF4Xuu0hhZ4ejqAtN2w==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "@alcalzone/ansi-tokenize": "^0.3.0",
                "ansi-escapes": "^7.3.0",
                "ansi-styles": "^6.2.3",
                "auto-bind": "^5.0.1",
                "chalk": "^5.6.2",
                "cli-boxes": "^4.0.1",
                "cli-cursor": "^4.0.0",
                "cli-truncate": "^6.0.0",
                "code-excerpt": "^4.0.0",
                "es-toolkit": "^1.45.1",
                "indent-string": "^5.0.0",
                "is-in-ci": "^2.0.0",
                "patch-console": "^2.0.0",
                "react-reconciler": "^0.33.0",
                "scheduler": "^0.27.0",
                "signal-exit": "^3.0.7",
                "slice-ansi": "^9.0.0",
                "stack-utils": "^2.0.6",
                "string-width": "^8.2.0",
                "terminal-size": "^4.0.1",
                "type-fest": "^5.5.0",
                "widest-line": "^6.0.0",
                "wrap-ansi": "^10.0.0",
                "ws": "^8.20.0",
                "yoga-layout": "~3.2.1"
            },
            "engines": {
                "node": ">=22"
            },
            "peerDependencies": {
                "@types/react": ">=19.2.0",
                "react": ">=19.2.0",
                "react-devtools-core": ">=6.1.2"
            },
            "peerDependenciesMeta": {
                "@types/react": {
                    "optional": true
                },
                "react-devtools-core": {
                    "optional": true
                }
            }
        },
        "node_modules/is-fullwidth-code-point": {
            "version": "5.1.0",
            "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
            "integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "get-east-asian-width": "^1.3.1"
            },
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/is-in-ci": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-2.0.0.tgz",
            "integrity": "sha512-cFeerHriAnhrQSbpAxL37W1wcJKUUX07HyLWZCW1URJT/ra3GyUTzBgUnh24TMVfNTV2Hij2HLxkPHFZfOZy5w==",
            "license": "MIT",
            "optional": true,
            "bin": {
                "is-in-ci": "cli.js"
            },
            "engines": {
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/jiti": {
            "version": "2.7.0",
            "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
            "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
            "license": "MIT",
            "bin": {
                "jiti": "lib/jiti-cli.mjs"
            }
        },
        "node_modules/js-tokens": {
            "version": "10.0.0",
            "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-10.0.0.tgz",
            "integrity": "sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==",
            "devOptional": true,
            "license": "MIT",
            "peer": true
        },
        "node_modules/jsesc": {
            "version": "3.1.0",
            "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
            "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "bin": {
                "jsesc": "bin/jsesc"
            },
            "engines": {
                "node": ">=6"
            }
        },
        "node_modules/json5": {
            "version": "2.2.3",
            "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
            "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "bin": {
                "json5": "lib/cli.js"
            },
            "engines": {
                "node": ">=6"
            }
        },
        "node_modules/laravel-precognition": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/laravel-precognition/-/laravel-precognition-2.0.0.tgz",
            "integrity": "sha512-dmA4HGc9m+TsVNsJs9/XQBI8u6j7coilN+qKkBuhuXQzH3HypwS/c5dFQ4UqUGjBbcxIM7zdk91kM/SRZwIvWQ==",
            "license": "MIT",
            "dependencies": {
                "es-toolkit": "^1.32.0"
            },
            "peerDependencies": {
                "axios": "^1.4.0"
            },
            "peerDependenciesMeta": {
                "axios": {
                    "optional": true
                }
            }
        },
        "node_modules/laravel-vite-plugin": {
            "version": "3.2.0",
            "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-3.2.0.tgz",
            "integrity": "sha512-xSxY9Gzeb/eancd8WeK09piAFP+a6i5QIBqNCKNv9L0Eq6wziwzSem7F1GvMSrtjMh5F/QVKFxn8t9naGOA66A==",
            "license": "MIT",
            "dependencies": {
                "picocolors": "^1.0.0",
                "tinyglobby": "^0.2.12",
                "vite-plugin-full-reload": "^1.1.0"
            },
            "bin": {
                "clean-orphaned-assets": "bin/clean.js"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            },
            "peerDependencies": {
                "fontaine": "^0.8.0",
                "vite": "^8.0.0"
            },
            "peerDependenciesMeta": {
                "fontaine": {
                    "optional": true
                }
            }
        },
        "node_modules/lightningcss": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
            "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
            "license": "MPL-2.0",
            "dependencies": {
                "detect-libc": "^2.0.3"
            },
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            },
            "optionalDependencies": {
                "lightningcss-android-arm64": "1.32.0",
                "lightningcss-darwin-arm64": "1.32.0",
                "lightningcss-darwin-x64": "1.32.0",
                "lightningcss-freebsd-x64": "1.32.0",
                "lightningcss-linux-arm-gnueabihf": "1.32.0",
                "lightningcss-linux-arm64-gnu": "1.32.0",
                "lightningcss-linux-arm64-musl": "1.32.0",
                "lightningcss-linux-x64-gnu": "1.32.0",
                "lightningcss-linux-x64-musl": "1.32.0",
                "lightningcss-win32-arm64-msvc": "1.32.0",
                "lightningcss-win32-x64-msvc": "1.32.0"
            }
        },
        "node_modules/lightningcss-android-arm64": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
            "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
            "cpu": [
                "arm64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "android"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lightningcss-darwin-arm64": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
            "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
            "cpu": [
                "arm64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lightningcss-darwin-x64": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
            "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
            "cpu": [
                "x64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lightningcss-freebsd-x64": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
            "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
            "cpu": [
                "x64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "freebsd"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lightningcss-linux-arm-gnueabihf": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
            "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
            "cpu": [
                "arm"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lightningcss-linux-arm64-gnu": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
            "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
            "cpu": [
                "arm64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lightningcss-linux-arm64-musl": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
            "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
            "cpu": [
                "arm64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lightningcss-linux-x64-gnu": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
            "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
            "cpu": [
                "x64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lightningcss-linux-x64-musl": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
            "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
            "cpu": [
                "x64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lightningcss-win32-arm64-msvc": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
            "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
            "cpu": [
                "arm64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lightningcss-win32-x64-msvc": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
            "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
            "cpu": [
                "x64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lightningcss/node_modules/lightningcss-linux-x64-gnu": {
            "version": "1.32.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
            "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
            "cpu": [
                "x64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/lru-cache": {
            "version": "7.18.3",
            "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
            "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
            "devOptional": true,
            "license": "ISC",
            "peer": true,
            "engines": {
                "node": ">=12"
            }
        },
        "node_modules/lz-string": {
            "version": "1.5.0",
            "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz",
            "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==",
            "dev": true,
            "license": "MIT",
            "bin": {
                "lz-string": "bin/bin.js"
            }
        },
        "node_modules/magic-string": {
            "version": "0.30.21",
            "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
            "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
            "license": "MIT",
            "dependencies": {
                "@jridgewell/sourcemap-codec": "^1.5.5"
            }
        },
        "node_modules/mimic-fn": {
            "version": "2.1.0",
            "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
            "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
            "license": "MIT",
            "optional": true,
            "engines": {
                "node": ">=6"
            }
        },
        "node_modules/mrmime": {
            "version": "2.0.1",
            "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
            "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=10"
            }
        },
        "node_modules/nanoid": {
            "version": "3.3.18",
            "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
            "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/ai"
                }
            ],
            "license": "MIT",
            "bin": {
                "nanoid": "bin/nanoid.cjs"
            },
            "engines": {
                "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
            }
        },
        "node_modules/node-releases": {
            "version": "2.0.54",
            "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.54.tgz",
            "integrity": "sha512-YHs7BmmcsdAI5Ozuf8JZo6PT0mv2GIWC9vMfvUC3dp65M8hn7Ux8CPL+2oBI7juNuj9d0ndhTcznq2ODBps9cQ==",
            "devOptional": true,
            "license": "MIT",
            "peer": true,
            "engines": {
                "node": ">=18"
            }
        },
        "node_modules/obug": {
            "version": "2.1.4",
            "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.4.tgz",
            "integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==",
            "devOptional": true,
            "funding": [
                "https://github.com/sponsors/sxzz",
                "https://opencollective.com/debug"
            ],
            "license": "MIT",
            "engines": {
                "node": ">=12.20.0"
            }
        },
        "node_modules/onetime": {
            "version": "5.1.2",
            "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
            "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "mimic-fn": "^2.1.0"
            },
            "engines": {
                "node": ">=6"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/oxfmt": {
            "version": "0.64.0",
            "resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.64.0.tgz",
            "integrity": "sha512-XZ4GFBN/PLbXKq+0zrgpQfPKYuJlUuj+nzZJY7UpIbFMNyefNLCdN9EwViycNqnYcv0wrn0jXcQLlqJp8RCKBg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "tinypool": "2.1.0"
            },
            "bin": {
                "oxfmt": "bin/oxfmt"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            },
            "funding": {
                "url": "https://github.com/sponsors/Boshen"
            },
            "optionalDependencies": {
                "@oxfmt/binding-android-arm-eabi": "0.64.0",
                "@oxfmt/binding-android-arm64": "0.64.0",
                "@oxfmt/binding-darwin-arm64": "0.64.0",
                "@oxfmt/binding-darwin-x64": "0.64.0",
                "@oxfmt/binding-freebsd-x64": "0.64.0",
                "@oxfmt/binding-linux-arm-gnueabihf": "0.64.0",
                "@oxfmt/binding-linux-arm-musleabihf": "0.64.0",
                "@oxfmt/binding-linux-arm64-gnu": "0.64.0",
                "@oxfmt/binding-linux-arm64-musl": "0.64.0",
                "@oxfmt/binding-linux-ppc64-gnu": "0.64.0",
                "@oxfmt/binding-linux-riscv64-gnu": "0.64.0",
                "@oxfmt/binding-linux-riscv64-musl": "0.64.0",
                "@oxfmt/binding-linux-s390x-gnu": "0.64.0",
                "@oxfmt/binding-linux-x64-gnu": "0.64.0",
                "@oxfmt/binding-linux-x64-musl": "0.64.0",
                "@oxfmt/binding-openharmony-arm64": "0.64.0",
                "@oxfmt/binding-win32-arm64-msvc": "0.64.0",
                "@oxfmt/binding-win32-ia32-msvc": "0.64.0",
                "@oxfmt/binding-win32-x64-msvc": "0.64.0"
            },
            "peerDependencies": {
                "svelte": "^5.0.0",
                "vite-plus": "*"
            },
            "peerDependenciesMeta": {
                "svelte": {
                    "optional": true
                },
                "vite-plus": {
                    "optional": true
                }
            }
        },
        "node_modules/oxlint": {
            "version": "1.79.0",
            "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.79.0.tgz",
            "integrity": "sha512-hVJ9hq9m2unPS+Of4eJJgCPdIeCC+3DHEUX3tkmrPJr3OK2hz7PhXwgC+ZP71ZcYu8cCDEtQrqLxWNvxBppBVg==",
            "dev": true,
            "license": "MIT",
            "bin": {
                "oxlint": "bin/oxlint"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            },
            "funding": {
                "url": "https://github.com/sponsors/Boshen"
            },
            "optionalDependencies": {
                "@oxlint/binding-android-arm-eabi": "1.79.0",
                "@oxlint/binding-android-arm64": "1.79.0",
                "@oxlint/binding-darwin-arm64": "1.79.0",
                "@oxlint/binding-darwin-x64": "1.79.0",
                "@oxlint/binding-freebsd-x64": "1.79.0",
                "@oxlint/binding-linux-arm-gnueabihf": "1.79.0",
                "@oxlint/binding-linux-arm-musleabihf": "1.79.0",
                "@oxlint/binding-linux-arm64-gnu": "1.79.0",
                "@oxlint/binding-linux-arm64-musl": "1.79.0",
                "@oxlint/binding-linux-ppc64-gnu": "1.79.0",
                "@oxlint/binding-linux-riscv64-gnu": "1.79.0",
                "@oxlint/binding-linux-riscv64-musl": "1.79.0",
                "@oxlint/binding-linux-s390x-gnu": "1.79.0",
                "@oxlint/binding-linux-x64-gnu": "1.79.0",
                "@oxlint/binding-linux-x64-musl": "1.79.0",
                "@oxlint/binding-openharmony-arm64": "1.79.0",
                "@oxlint/binding-win32-arm64-msvc": "1.79.0",
                "@oxlint/binding-win32-ia32-msvc": "1.79.0",
                "@oxlint/binding-win32-x64-msvc": "1.79.0"
            },
            "peerDependencies": {
                "oxlint-tsgolint": ">=7.0.2001",
                "vite-plus": "*"
            },
            "peerDependenciesMeta": {
                "oxlint-tsgolint": {
                    "optional": true
                },
                "vite-plus": {
                    "optional": true
                }
            }
        },
        "node_modules/oxlint-tsgolint": {
            "version": "7.0.2001",
            "resolved": "https://registry.npmjs.org/oxlint-tsgolint/-/oxlint-tsgolint-7.0.2001.tgz",
            "integrity": "sha512-KjK/XLcXr1DSyonKhsuFqJRiuKqcyG9j3LJ8nkOsrLzGvodBPqzHOKauy10asLMDI0sUpvb+1sxlzff3udZvfg==",
            "dev": true,
            "license": "MIT",
            "bin": {
                "tsgolint": "bin/tsgolint.js"
            },
            "optionalDependencies": {
                "@oxlint-tsgolint/darwin-arm64": "7.0.2001",
                "@oxlint-tsgolint/darwin-x64": "7.0.2001",
                "@oxlint-tsgolint/linux-arm64": "7.0.2001",
                "@oxlint-tsgolint/linux-x64": "7.0.2001",
                "@oxlint-tsgolint/win32-arm64": "7.0.2001",
                "@oxlint-tsgolint/win32-x64": "7.0.2001"
            }
        },
        "node_modules/patch-console": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz",
            "integrity": "sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==",
            "license": "MIT",
            "optional": true,
            "engines": {
                "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
            }
        },
        "node_modules/pathe": {
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
            "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/picocolors": {
            "version": "1.1.1",
            "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
            "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
            "license": "ISC"
        },
        "node_modules/picomatch": {
            "version": "4.0.7",
            "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
            "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
            "license": "MIT",
            "engines": {
                "node": ">=12"
            },
            "funding": {
                "url": "https://github.com/sponsors/jonschlinkert"
            }
        },
        "node_modules/pngjs": {
            "version": "7.0.0",
            "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-7.0.0.tgz",
            "integrity": "sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=14.19.0"
            }
        },
        "node_modules/postcss": {
            "version": "8.5.28",
            "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz",
            "integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
            "funding": [
                {
                    "type": "opencollective",
                    "url": "https://opencollective.com/postcss/"
                },
                {
                    "type": "tidelift",
                    "url": "https://tidelift.com/funding/github/npm/postcss"
                },
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/ai"
                }
            ],
            "license": "MIT",
            "dependencies": {
                "nanoid": "^3.3.18",
                "picocolors": "^1.1.1",
                "source-map-js": "^1.2.1"
            },
            "engines": {
                "node": "^10 || ^12 || >=14"
            }
        },
        "node_modules/pretty-format": {
            "version": "27.5.1",
            "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
            "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "ansi-regex": "^5.0.1",
                "ansi-styles": "^5.0.0",
                "react-is": "^17.0.1"
            },
            "engines": {
                "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
            }
        },
        "node_modules/pretty-format/node_modules/ansi-regex": {
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
            "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/pretty-format/node_modules/ansi-styles": {
            "version": "5.2.0",
            "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
            "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=10"
            },
            "funding": {
                "url": "https://github.com/chalk/ansi-styles?sponsor=1"
            }
        },
        "node_modules/react": {
            "version": "19.2.8",
            "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz",
            "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
            "license": "MIT",
            "engines": {
                "node": ">=0.10.0"
            }
        },
        "node_modules/react-dom": {
            "version": "19.2.8",
            "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz",
            "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
            "license": "MIT",
            "dependencies": {
                "scheduler": "^0.27.0"
            },
            "peerDependencies": {
                "react": "^19.2.8"
            }
        },
        "node_modules/react-is": {
            "version": "17.0.2",
            "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
            "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/react-reconciler": {
            "version": "0.33.0",
            "resolved": "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.33.0.tgz",
            "integrity": "sha512-KetWRytFv1epdpJc3J4G75I4WrplZE5jOL7Yq0p34+OVOKF4Se7WrdIdVC45XsSSmUTlht2FM/fM1FZb1mfQeA==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "scheduler": "^0.27.0"
            },
            "engines": {
                "node": ">=0.10.0"
            },
            "peerDependencies": {
                "react": "^19.2.0"
            }
        },
        "node_modules/restore-cursor": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
            "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "onetime": "^5.1.0",
                "signal-exit": "^3.0.2"
            },
            "engines": {
                "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/rolldown": {
            "version": "1.2.7",
            "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.7.tgz",
            "integrity": "sha512-g0EtLvBjTUB7jhyV0S/TCup3v/XSVl45vUIGbOGU4QPiyjTenCe4mKuFvW9fEgYmS2Fo42AUssRmNuMziXdrig==",
            "license": "MIT",
            "dependencies": {
                "@oxc-project/types": "=0.148.0",
                "@rolldown/pluginutils": "^1.0.0"
            },
            "bin": {
                "rolldown": "bin/cli.mjs"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            },
            "optionalDependencies": {
                "@rolldown/binding-android-arm-eabi": "1.2.7",
                "@rolldown/binding-android-arm64": "1.2.7",
                "@rolldown/binding-darwin-arm64": "1.2.7",
                "@rolldown/binding-darwin-x64": "1.2.7",
                "@rolldown/binding-freebsd-x64": "1.2.7",
                "@rolldown/binding-linux-arm-gnueabihf": "1.2.7",
                "@rolldown/binding-linux-arm64-gnu": "1.2.7",
                "@rolldown/binding-linux-arm64-musl": "1.2.7",
                "@rolldown/binding-linux-ppc64-gnu": "1.2.7",
                "@rolldown/binding-linux-s390x-gnu": "1.2.7",
                "@rolldown/binding-linux-x64-gnu": "1.2.7",
                "@rolldown/binding-linux-x64-musl": "1.2.7",
                "@rolldown/binding-openharmony-arm64": "1.2.7",
                "@rolldown/binding-win32-arm64-msvc": "1.2.7",
                "@rolldown/binding-win32-x64-msvc": "1.2.7"
            }
        },
        "node_modules/rxjs": {
            "version": "7.8.2",
            "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
            "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
            "license": "Apache-2.0",
            "dependencies": {
                "tslib": "^2.1.0"
            }
        },
        "node_modules/scheduler": {
            "version": "0.27.0",
            "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
            "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
            "license": "MIT"
        },
        "node_modules/semver": {
            "version": "7.8.5",
            "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
            "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
            "devOptional": true,
            "license": "ISC",
            "peer": true,
            "bin": {
                "semver": "bin/semver.js"
            },
            "engines": {
                "node": ">=10"
            }
        },
        "node_modules/shell-quote": {
            "version": "1.9.0",
            "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.9.0.tgz",
            "integrity": "sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==",
            "license": "MIT",
            "engines": {
                "node": ">= 0.4"
            },
            "funding": {
                "url": "https://github.com/sponsors/ljharb"
            }
        },
        "node_modules/siginfo": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
            "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
            "dev": true,
            "license": "ISC"
        },
        "node_modules/signal-exit": {
            "version": "3.0.7",
            "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
            "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
            "license": "ISC",
            "optional": true
        },
        "node_modules/sirv": {
            "version": "3.0.2",
            "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
            "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@polka/url": "^1.0.0-next.24",
                "mrmime": "^2.0.0",
                "totalist": "^3.0.0"
            },
            "engines": {
                "node": ">=18"
            }
        },
        "node_modules/slice-ansi": {
            "version": "9.0.0",
            "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-9.0.0.tgz",
            "integrity": "sha512-SO/3iYL5S3W57LLEniscOGPZgOqZUPCx6d3dB+52B80yJ0XstzsC/eV8gnA4tM3MHDrKz+OCFSLNjswdSC+/bA==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "ansi-styles": "^6.2.3",
                "is-fullwidth-code-point": "^5.1.0"
            },
            "engines": {
                "node": ">=22"
            },
            "funding": {
                "url": "https://github.com/chalk/slice-ansi?sponsor=1"
            }
        },
        "node_modules/source-map-js": {
            "version": "1.2.1",
            "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
            "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
            "license": "BSD-3-Clause",
            "engines": {
                "node": ">=0.10.0"
            }
        },
        "node_modules/stack-utils": {
            "version": "2.0.6",
            "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
            "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "escape-string-regexp": "^2.0.0"
            },
            "engines": {
                "node": ">=10"
            }
        },
        "node_modules/stackback": {
            "version": "0.0.2",
            "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
            "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/std-env": {
            "version": "4.2.0",
            "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.2.0.tgz",
            "integrity": "sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/string-width": {
            "version": "8.2.2",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz",
            "integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "get-east-asian-width": "^1.5.0",
                "strip-ansi": "^7.1.2"
            },
            "engines": {
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/strip-ansi": {
            "version": "7.2.0",
            "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
            "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
            "license": "MIT",
            "dependencies": {
                "ansi-regex": "^6.2.2"
            },
            "engines": {
                "node": ">=12"
            },
            "funding": {
                "url": "https://github.com/chalk/strip-ansi?sponsor=1"
            }
        },
        "node_modules/supports-color": {
            "version": "10.2.2",
            "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
            "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
            "license": "MIT",
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/chalk/supports-color?sponsor=1"
            }
        },
        "node_modules/tagged-tag": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
            "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
            "license": "MIT",
            "optional": true,
            "engines": {
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/tailwind-merge": {
            "version": "3.6.0",
            "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.6.0.tgz",
            "integrity": "sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==",
            "license": "MIT",
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/dcastil"
            }
        },
        "node_modules/tailwindcss": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.3.tgz",
            "integrity": "sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==",
            "license": "MIT"
        },
        "node_modules/tapable": {
            "version": "2.3.3",
            "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
            "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
            "license": "MIT",
            "engines": {
                "node": ">=6"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/webpack"
            }
        },
        "node_modules/terminal-size": {
            "version": "4.0.1",
            "resolved": "https://registry.npmjs.org/terminal-size/-/terminal-size-4.0.1.tgz",
            "integrity": "sha512-avMLDQpUI9I5XFrklECw1ZEUPJhqzcwSWsyyI8blhRLT+8N1jLJWLWWYQpB2q2xthq8xDvjZPISVh53T/+CLYQ==",
            "license": "MIT",
            "optional": true,
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/tinybench": {
            "version": "2.9.0",
            "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
            "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/tinyexec": {
            "version": "1.3.1",
            "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.1.tgz",
            "integrity": "sha512-GCvB3aoys96IuDFBMcTB46JOR6mdMtAToqwiW8JlWhsoh1mhHi/xn9ss/Dg7N555GiJyEt2qzoG/NHCwM6h1EA==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=18"
            }
        },
        "node_modules/tinyglobby": {
            "version": "0.2.17",
            "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
            "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
            "license": "MIT",
            "dependencies": {
                "fdir": "^6.5.0",
                "picomatch": "^4.0.4"
            },
            "engines": {
                "node": ">=12.0.0"
            },
            "funding": {
                "url": "https://github.com/sponsors/SuperchupuDev"
            }
        },
        "node_modules/tinypool": {
            "version": "2.1.0",
            "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-2.1.0.tgz",
            "integrity": "sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": "^20.0.0 || >=22.0.0"
            }
        },
        "node_modules/tinyrainbow": {
            "version": "3.1.1",
            "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.1.tgz",
            "integrity": "sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=14.0.0"
            }
        },
        "node_modules/totalist": {
            "version": "3.0.1",
            "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
            "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=6"
            }
        },
        "node_modules/tree-kill": {
            "version": "1.2.2",
            "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
            "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
            "license": "MIT",
            "bin": {
                "tree-kill": "cli.js"
            }
        },
        "node_modules/tslib": {
            "version": "2.8.1",
            "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
            "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
            "license": "0BSD"
        },
        "node_modules/type-fest": {
            "version": "5.9.0",
            "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.9.0.tgz",
            "integrity": "sha512-yANm3Jr3GiJ1qgJlxGAVxTOIcEOk1rhQHamlXtnrCK7EHP4HeM9OGxtMg/W7HFdrVzw/ZWJKGVIJusVH85sLtw==",
            "license": "(MIT OR CC0-1.0)",
            "optional": true,
            "dependencies": {
                "tagged-tag": "^1.0.0"
            },
            "engines": {
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/typescript": {
            "version": "5.9.3",
            "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
            "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
            "license": "Apache-2.0",
            "bin": {
                "tsc": "bin/tsc",
                "tsserver": "bin/tsserver"
            },
            "engines": {
                "node": ">=14.17"
            }
        },
        "node_modules/undici-types": {
            "version": "6.21.0",
            "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
            "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
            "devOptional": true,
            "license": "MIT"
        },
        "node_modules/update-browserslist-db": {
            "version": "1.3.2",
            "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.3.2.tgz",
            "integrity": "sha512-UQ+MSxlhRm1bzjhU+DcuXfjFO1FzNtqhK5+9Yvlp90ItDLk5vT932A0rFu619nf7RVS+Y/VeaUW1jaRDqZ8VJw==",
            "devOptional": true,
            "funding": [
                {
                    "type": "opencollective",
                    "url": "https://opencollective.com/browserslist"
                },
                {
                    "type": "tidelift",
                    "url": "https://tidelift.com/funding/github/npm/browserslist"
                },
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/ai"
                }
            ],
            "license": "MIT",
            "peer": true,
            "dependencies": {
                "escalade": "^3.2.0",
                "picocolors": "^1.1.1"
            },
            "bin": {
                "update-browserslist-db": "cli.js"
            },
            "peerDependencies": {
                "browserslist": ">= 4.21.0"
            }
        },
        "node_modules/vite": {
            "version": "8.2.2",
            "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
            "integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
            "license": "MIT",
            "dependencies": {
                "lightningcss": "^1.33.0",
                "picomatch": "^4.0.5",
                "postcss": "^8.5.26",
                "rolldown": "~1.2.4",
                "tinyglobby": "^0.2.17"
            },
            "bin": {
                "vite": "bin/vite.js"
            },
            "engines": {
                "node": "^20.19.0 || >=22.12.0"
            },
            "funding": {
                "url": "https://github.com/vitejs/vite?sponsor=1"
            },
            "optionalDependencies": {
                "fsevents": "~2.3.3"
            },
            "peerDependencies": {
                "@types/node": "^20.19.0 || >=22.12.0",
                "@vitejs/devtools": "^0.4.0 || ^0.5.0",
                "esbuild": "^0.27.0 || ^0.28.0",
                "jiti": ">=1.21.0",
                "less": "^4.0.0",
                "sass": "^1.70.0",
                "sass-embedded": "^1.70.0",
                "stylus": ">=0.54.8",
                "sugarss": "^5.0.0",
                "terser": "^5.16.0",
                "tsx": "^4.8.1",
                "yaml": "^2.4.2"
            },
            "peerDependenciesMeta": {
                "@types/node": {
                    "optional": true
                },
                "@vitejs/devtools": {
                    "optional": true
                },
                "esbuild": {
                    "optional": true
                },
                "jiti": {
                    "optional": true
                },
                "less": {
                    "optional": true
                },
                "sass": {
                    "optional": true
                },
                "sass-embedded": {
                    "optional": true
                },
                "stylus": {
                    "optional": true
                },
                "sugarss": {
                    "optional": true
                },
                "terser": {
                    "optional": true
                },
                "tsx": {
                    "optional": true
                },
                "yaml": {
                    "optional": true
                }
            }
        },
        "node_modules/vite-plugin-full-reload": {
            "version": "1.2.0",
            "resolved": "https://registry.npmjs.org/vite-plugin-full-reload/-/vite-plugin-full-reload-1.2.0.tgz",
            "integrity": "sha512-kz18NW79x0IHbxRSHm0jttP4zoO9P9gXh+n6UTwlNKnviTTEpOlum6oS9SmecrTtSr+muHEn5TUuC75UovQzcA==",
            "license": "MIT",
            "dependencies": {
                "picocolors": "^1.0.0",
                "picomatch": "^2.3.1"
            }
        },
        "node_modules/vite-plugin-full-reload/node_modules/picomatch": {
            "version": "2.3.2",
            "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
            "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
            "license": "MIT",
            "engines": {
                "node": ">=8.6"
            },
            "funding": {
                "url": "https://github.com/sponsors/jonschlinkert"
            }
        },
        "node_modules/vite-plus": {
            "version": "0.3.0",
            "resolved": "https://registry.npmjs.org/vite-plus/-/vite-plus-0.3.0.tgz",
            "integrity": "sha512-GNWbWuWD37frCSFrz6MLzUo62bTv5IOJozHEgZYOkxsLkuQtTwm4TowzpfoGrSsfwhAAtfPd/sK1Y0+v1SwhZA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@oxc-project/types": "=0.146.0",
                "@oxlint/plugins": "=1.79.0",
                "@vitest/browser": "4.1.11",
                "@vitest/browser-preview": "4.1.11",
                "@vitest/expect": "4.1.11",
                "@vitest/mocker": "4.1.11",
                "@vitest/pretty-format": "4.1.11",
                "@vitest/runner": "4.1.11",
                "@vitest/snapshot": "4.1.11",
                "@vitest/spy": "4.1.11",
                "@vitest/utils": "4.1.11",
                "@voidzero-dev/vite-plus-core": "0.3.0",
                "oxfmt": "=0.64.0",
                "oxlint": "=1.79.0",
                "oxlint-tsgolint": "=7.0.2001",
                "vitest": "4.1.11"
            },
            "bin": {
                "oxfmt": "bin/oxfmt",
                "oxlint": "bin/oxlint",
                "vp": "bin/vp",
                "vpr": "bin/vpr"
            },
            "engines": {
                "node": "^20.19.0 || ^22.18.0 || >=24.11.0"
            },
            "optionalDependencies": {
                "@voidzero-dev/vite-plus-darwin-arm64": "0.3.0",
                "@voidzero-dev/vite-plus-darwin-x64": "0.3.0",
                "@voidzero-dev/vite-plus-linux-arm64-gnu": "0.3.0",
                "@voidzero-dev/vite-plus-linux-arm64-musl": "0.3.0",
                "@voidzero-dev/vite-plus-linux-x64-gnu": "0.3.0",
                "@voidzero-dev/vite-plus-linux-x64-musl": "0.3.0",
                "@voidzero-dev/vite-plus-win32-arm64-msvc": "0.3.0",
                "@voidzero-dev/vite-plus-win32-x64-msvc": "0.3.0"
            },
            "peerDependencies": {
                "@vitest/browser-playwright": "4.1.11",
                "@vitest/browser-webdriverio": "4.1.11"
            },
            "peerDependenciesMeta": {
                "@vitest/browser-playwright": {
                    "optional": true
                },
                "@vitest/browser-webdriverio": {
                    "optional": true
                }
            }
        },
        "node_modules/vite-plus/node_modules/@oxc-project/types": {
            "version": "0.146.0",
            "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz",
            "integrity": "sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==",
            "dev": true,
            "license": "MIT",
            "funding": {
                "url": "https://github.com/sponsors/Boshen"
            }
        },
        "node_modules/vite/node_modules/lightningcss": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
            "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
            "license": "MPL-2.0",
            "dependencies": {
                "detect-libc": "^2.0.3"
            },
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            },
            "optionalDependencies": {
                "lightningcss-android-arm64": "1.33.0",
                "lightningcss-darwin-arm64": "1.33.0",
                "lightningcss-darwin-x64": "1.33.0",
                "lightningcss-freebsd-x64": "1.33.0",
                "lightningcss-linux-arm-gnueabihf": "1.33.0",
                "lightningcss-linux-arm64-gnu": "1.33.0",
                "lightningcss-linux-arm64-musl": "1.33.0",
                "lightningcss-linux-x64-gnu": "1.33.0",
                "lightningcss-linux-x64-musl": "1.33.0",
                "lightningcss-win32-arm64-msvc": "1.33.0",
                "lightningcss-win32-x64-msvc": "1.33.0"
            }
        },
        "node_modules/vite/node_modules/lightningcss-android-arm64": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
            "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
            "cpu": [
                "arm64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "android"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/vite/node_modules/lightningcss-darwin-arm64": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
            "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
            "cpu": [
                "arm64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/vite/node_modules/lightningcss-darwin-x64": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
            "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
            "cpu": [
                "x64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "darwin"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/vite/node_modules/lightningcss-freebsd-x64": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
            "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
            "cpu": [
                "x64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "freebsd"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/vite/node_modules/lightningcss-linux-arm-gnueabihf": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
            "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
            "cpu": [
                "arm"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/vite/node_modules/lightningcss-linux-arm64-gnu": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
            "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
            "cpu": [
                "arm64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/vite/node_modules/lightningcss-linux-arm64-musl": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
            "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
            "cpu": [
                "arm64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/vite/node_modules/lightningcss-linux-x64-musl": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
            "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
            "cpu": [
                "x64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "linux"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/vite/node_modules/lightningcss-win32-arm64-msvc": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
            "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
            "cpu": [
                "arm64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/vite/node_modules/lightningcss-win32-x64-msvc": {
            "version": "1.33.0",
            "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
            "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
            "cpu": [
                "x64"
            ],
            "license": "MPL-2.0",
            "optional": true,
            "os": [
                "win32"
            ],
            "engines": {
                "node": ">= 12.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/parcel"
            }
        },
        "node_modules/vitest": {
            "version": "4.1.11",
            "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.11.tgz",
            "integrity": "sha512-fhACrNXUidIbGSBr5FlbuBkO7VWC1ZyLl0DO4CU2DrQoAPxX84Ysxs+HeGQpii5lZWV1Q4gBZTTu49mF+A6Edw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@vitest/expect": "4.1.11",
                "@vitest/mocker": "4.1.11",
                "@vitest/pretty-format": "4.1.11",
                "@vitest/runner": "4.1.11",
                "@vitest/snapshot": "4.1.11",
                "@vitest/spy": "4.1.11",
                "@vitest/utils": "4.1.11",
                "es-module-lexer": "^2.0.0",
                "expect-type": "^1.3.0",
                "magic-string": "^0.30.21",
                "obug": "^2.1.1",
                "pathe": "^2.0.3",
                "picomatch": "^4.0.3",
                "std-env": "^4.0.0-rc.1",
                "tinybench": "^2.9.0",
                "tinyexec": "^1.0.2",
                "tinyglobby": "^0.2.15",
                "tinyrainbow": "^3.1.0",
                "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
                "why-is-node-running": "^2.3.0"
            },
            "bin": {
                "vitest": "vitest.mjs"
            },
            "engines": {
                "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
            },
            "funding": {
                "url": "https://opencollective.com/vitest"
            },
            "peerDependencies": {
                "@edge-runtime/vm": "*",
                "@opentelemetry/api": "^1.9.0",
                "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
                "@vitest/browser-playwright": "4.1.11",
                "@vitest/browser-preview": "4.1.11",
                "@vitest/browser-webdriverio": "4.1.11",
                "@vitest/coverage-istanbul": "4.1.11",
                "@vitest/coverage-v8": "4.1.11",
                "@vitest/ui": "4.1.11",
                "happy-dom": "*",
                "jsdom": "*",
                "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
            },
            "peerDependenciesMeta": {
                "@edge-runtime/vm": {
                    "optional": true
                },
                "@opentelemetry/api": {
                    "optional": true
                },
                "@types/node": {
                    "optional": true
                },
                "@vitest/browser-playwright": {
                    "optional": true
                },
                "@vitest/browser-preview": {
                    "optional": true
                },
                "@vitest/browser-webdriverio": {
                    "optional": true
                },
                "@vitest/coverage-istanbul": {
                    "optional": true
                },
                "@vitest/coverage-v8": {
                    "optional": true
                },
                "@vitest/ui": {
                    "optional": true
                },
                "happy-dom": {
                    "optional": true
                },
                "jsdom": {
                    "optional": true
                },
                "vite": {
                    "optional": false
                }
            }
        },
        "node_modules/why-is-node-running": {
            "version": "2.3.0",
            "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
            "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "siginfo": "^2.0.0",
                "stackback": "0.0.2"
            },
            "bin": {
                "why-is-node-running": "cli.js"
            },
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/widest-line": {
            "version": "6.0.0",
            "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-6.0.0.tgz",
            "integrity": "sha512-U89AsyEeAsyoF0zVJBkG9zBgekjgjK7yk9sje3F4IQpXBJ10TF6ByLlIfjMhcmHMJgHZI4KHt4rdNfktzxIAMA==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "string-width": "^8.1.0"
            },
            "engines": {
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/wrap-ansi": {
            "version": "10.0.1",
            "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-10.0.1.tgz",
            "integrity": "sha512-M0N4xzyzosiIok3svYlEo1sdLZts/8FPgYH/GPC3wvlmPoRvnoManGMrE54waYj3tISA8w6lsdesfVv67qSr8Q==",
            "license": "MIT",
            "optional": true,
            "dependencies": {
                "ansi-styles": "^6.2.3",
                "string-width": "^8.2.0"
            },
            "engines": {
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
            }
        },
        "node_modules/ws": {
            "version": "8.21.3",
            "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.3.tgz",
            "integrity": "sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==",
            "devOptional": true,
            "license": "MIT",
            "engines": {
                "node": ">=10.0.0"
            },
            "peerDependencies": {
                "bufferutil": "^4.0.1",
                "utf-8-validate": ">=5.0.2"
            },
            "peerDependenciesMeta": {
                "bufferutil": {
                    "optional": true
                },
                "utf-8-validate": {
                    "optional": true
                }
            }
        },
        "node_modules/y18n": {
            "version": "5.0.8",
            "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
            "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
            "license": "ISC",
            "engines": {
                "node": ">=10"
            }
        },
        "node_modules/yargs": {
            "version": "18.0.0",
            "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
            "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
            "license": "MIT",
            "dependencies": {
                "cliui": "^9.0.1",
                "escalade": "^3.1.1",
                "get-caller-file": "^2.0.5",
                "string-width": "^7.2.0",
                "y18n": "^5.0.5",
                "yargs-parser": "^22.0.0"
            },
            "engines": {
                "node": "^20.19.0 || ^22.12.0 || >=23"
            }
        },
        "node_modules/yargs-parser": {
            "version": "22.0.0",
            "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
            "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
            "license": "ISC",
            "engines": {
                "node": "^20.19.0 || ^22.12.0 || >=23"
            }
        },
        "node_modules/yargs/node_modules/string-width": {
            "version": "7.2.0",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
            "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
            "license": "MIT",
            "dependencies": {
                "emoji-regex": "^10.3.0",
                "get-east-asian-width": "^1.0.0",
                "strip-ansi": "^7.1.0"
            },
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/yoga-layout": {
            "version": "3.2.1",
            "resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-3.2.1.tgz",
            "integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==",
            "license": "MIT",
            "optional": true
        },
        "node_modules/yuku-codegen": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/yuku-codegen/-/yuku-codegen-0.5.48.tgz",
            "integrity": "sha512-p7HxD5Xl4jzDzqMrGePAOeSHmRY4g58h4HuGq15weQFPxuPWd/W6e7nqp/+Lea6JfpOdBwJOAyXFqIZ/J9Zfnw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@yuku-toolchain/types": "0.5.43"
            },
            "optionalDependencies": {
                "@yuku-codegen/binding-darwin-arm64": "0.5.48",
                "@yuku-codegen/binding-darwin-x64": "0.5.48",
                "@yuku-codegen/binding-freebsd-x64": "0.5.48",
                "@yuku-codegen/binding-linux-arm-gnu": "0.5.48",
                "@yuku-codegen/binding-linux-arm-musl": "0.5.48",
                "@yuku-codegen/binding-linux-arm64-gnu": "0.5.48",
                "@yuku-codegen/binding-linux-arm64-musl": "0.5.48",
                "@yuku-codegen/binding-linux-x64-gnu": "0.5.48",
                "@yuku-codegen/binding-linux-x64-musl": "0.5.48",
                "@yuku-codegen/binding-win32-arm64": "0.5.48",
                "@yuku-codegen/binding-win32-x64": "0.5.48"
            }
        },
        "node_modules/yuku-parser": {
            "version": "0.5.48",
            "resolved": "https://registry.npmjs.org/yuku-parser/-/yuku-parser-0.5.48.tgz",
            "integrity": "sha512-OWBfhrpgK9+/4+IXG9oT8Bao4AhViQA7vdyNNH7EUg8dQYgwa70XtIBWTpCEme1P1ECyoDNYkn0wT63f8XRcVA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@yuku-toolchain/types": "0.5.43"
            },
            "optionalDependencies": {
                "@yuku-parser/binding-darwin-arm64": "0.5.48",
                "@yuku-parser/binding-darwin-x64": "0.5.48",
                "@yuku-parser/binding-freebsd-x64": "0.5.48",
                "@yuku-parser/binding-linux-arm-gnu": "0.5.48",
                "@yuku-parser/binding-linux-arm-musl": "0.5.48",
                "@yuku-parser/binding-linux-arm64-gnu": "0.5.48",
                "@yuku-parser/binding-linux-arm64-musl": "0.5.48",
                "@yuku-parser/binding-linux-x64-gnu": "0.5.48",
                "@yuku-parser/binding-linux-x64-musl": "0.5.48",
                "@yuku-parser/binding-win32-arm64": "0.5.48",
                "@yuku-parser/binding-win32-x64": "0.5.48"
            }
        }
    }
}
