Spaces:
Running
Running
| { | |
| "name": "eu-parser-ui", | |
| "version": "0.0.0", | |
| "lockfileVersion": 3, | |
| "requires": true, | |
| "packages": { | |
| "": { | |
| "name": "eu-parser-ui", | |
| "version": "0.0.0", | |
| "dependencies": { | |
| "axios": "^1.12.0", | |
| "date-fns": "^4.1.0", | |
| "react": "^19.1.1", | |
| "react-day-picker": "^9.9.0", | |
| "react-dom": "^19.1.1", | |
| "react-markdown": "^10.1.0", | |
| "react-router-dom": "^7.8.2", | |
| "react-select": "^5.10.2" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/vite": "^4.1.13", | |
| "@vitejs/plugin-react": "^5.0.2", | |
| "autoprefixer": "^10.4.21", | |
| "postcss": "^8.5.6", | |
| "tailwindcss": "^4.1.13", | |
| "vite": "^7.1.2" | |
| } | |
| }, | |
| "node_modules/@babel/code-frame": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", | |
| "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-validator-identifier": "^7.27.1", | |
| "js-tokens": "^4.0.0", | |
| "picocolors": "^1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/compat-data": { | |
| "version": "7.28.4", | |
| "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz", | |
| "integrity": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/core": { | |
| "version": "7.28.4", | |
| "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz", | |
| "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/code-frame": "^7.27.1", | |
| "@babel/generator": "^7.28.3", | |
| "@babel/helper-compilation-targets": "^7.27.2", | |
| "@babel/helper-module-transforms": "^7.28.3", | |
| "@babel/helpers": "^7.28.4", | |
| "@babel/parser": "^7.28.4", | |
| "@babel/template": "^7.27.2", | |
| "@babel/traverse": "^7.28.4", | |
| "@babel/types": "^7.28.4", | |
| "@jridgewell/remapping": "^2.3.5", | |
| "convert-source-map": "^2.0.0", | |
| "debug": "^4.1.0", | |
| "gensync": "^1.0.0-beta.2", | |
| "json5": "^2.2.3", | |
| "semver": "^6.3.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/babel" | |
| } | |
| }, | |
| "node_modules/@babel/generator": { | |
| "version": "7.28.3", | |
| "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz", | |
| "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/parser": "^7.28.3", | |
| "@babel/types": "^7.28.2", | |
| "@jridgewell/gen-mapping": "^0.3.12", | |
| "@jridgewell/trace-mapping": "^0.3.28", | |
| "jsesc": "^3.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-compilation-targets": { | |
| "version": "7.27.2", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", | |
| "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/compat-data": "^7.27.2", | |
| "@babel/helper-validator-option": "^7.27.1", | |
| "browserslist": "^4.24.0", | |
| "lru-cache": "^5.1.1", | |
| "semver": "^6.3.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-globals": { | |
| "version": "7.28.0", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", | |
| "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-module-imports": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", | |
| "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/traverse": "^7.27.1", | |
| "@babel/types": "^7.27.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-module-transforms": { | |
| "version": "7.28.3", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", | |
| "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-module-imports": "^7.27.1", | |
| "@babel/helper-validator-identifier": "^7.27.1", | |
| "@babel/traverse": "^7.28.3" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-plugin-utils": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", | |
| "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-string-parser": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", | |
| "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-validator-identifier": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", | |
| "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-validator-option": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", | |
| "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helpers": { | |
| "version": "7.28.4", | |
| "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", | |
| "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/template": "^7.27.2", | |
| "@babel/types": "^7.28.4" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/parser": { | |
| "version": "7.28.4", | |
| "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz", | |
| "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/types": "^7.28.4" | |
| }, | |
| "bin": { | |
| "parser": "bin/babel-parser.js" | |
| }, | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-transform-react-jsx-self": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz", | |
| "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.27.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-transform-react-jsx-source": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz", | |
| "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.27.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/runtime": { | |
| "version": "7.28.4", | |
| "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", | |
| "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/template": { | |
| "version": "7.27.2", | |
| "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", | |
| "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/code-frame": "^7.27.1", | |
| "@babel/parser": "^7.27.2", | |
| "@babel/types": "^7.27.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/traverse": { | |
| "version": "7.28.4", | |
| "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz", | |
| "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/code-frame": "^7.27.1", | |
| "@babel/generator": "^7.28.3", | |
| "@babel/helper-globals": "^7.28.0", | |
| "@babel/parser": "^7.28.4", | |
| "@babel/template": "^7.27.2", | |
| "@babel/types": "^7.28.4", | |
| "debug": "^4.3.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/types": { | |
| "version": "7.28.4", | |
| "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz", | |
| "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-string-parser": "^7.27.1", | |
| "@babel/helper-validator-identifier": "^7.27.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@date-fns/tz": { | |
| "version": "1.4.1", | |
| "resolved": "https://registry.npmjs.org/@date-fns/tz/-/tz-1.4.1.tgz", | |
| "integrity": "sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@emotion/babel-plugin": { | |
| "version": "11.13.5", | |
| "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz", | |
| "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-module-imports": "^7.16.7", | |
| "@babel/runtime": "^7.18.3", | |
| "@emotion/hash": "^0.9.2", | |
| "@emotion/memoize": "^0.9.0", | |
| "@emotion/serialize": "^1.3.3", | |
| "babel-plugin-macros": "^3.1.0", | |
| "convert-source-map": "^1.5.0", | |
| "escape-string-regexp": "^4.0.0", | |
| "find-root": "^1.1.0", | |
| "source-map": "^0.5.7", | |
| "stylis": "4.2.0" | |
| } | |
| }, | |
| "node_modules/@emotion/babel-plugin/node_modules/convert-source-map": { | |
| "version": "1.9.0", | |
| "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", | |
| "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@emotion/cache": { | |
| "version": "11.14.0", | |
| "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz", | |
| "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@emotion/memoize": "^0.9.0", | |
| "@emotion/sheet": "^1.4.0", | |
| "@emotion/utils": "^1.4.2", | |
| "@emotion/weak-memoize": "^0.4.0", | |
| "stylis": "4.2.0" | |
| } | |
| }, | |
| "node_modules/@emotion/hash": { | |
| "version": "0.9.2", | |
| "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", | |
| "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@emotion/memoize": { | |
| "version": "0.9.0", | |
| "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", | |
| "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@emotion/react": { | |
| "version": "11.14.0", | |
| "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz", | |
| "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/runtime": "^7.18.3", | |
| "@emotion/babel-plugin": "^11.13.5", | |
| "@emotion/cache": "^11.14.0", | |
| "@emotion/serialize": "^1.3.3", | |
| "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", | |
| "@emotion/utils": "^1.4.2", | |
| "@emotion/weak-memoize": "^0.4.0", | |
| "hoist-non-react-statics": "^3.3.1" | |
| }, | |
| "peerDependencies": { | |
| "react": ">=16.8.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@emotion/serialize": { | |
| "version": "1.3.3", | |
| "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz", | |
| "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@emotion/hash": "^0.9.2", | |
| "@emotion/memoize": "^0.9.0", | |
| "@emotion/unitless": "^0.10.0", | |
| "@emotion/utils": "^1.4.2", | |
| "csstype": "^3.0.2" | |
| } | |
| }, | |
| "node_modules/@emotion/sheet": { | |
| "version": "1.4.0", | |
| "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", | |
| "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@emotion/unitless": { | |
| "version": "0.10.0", | |
| "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz", | |
| "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@emotion/use-insertion-effect-with-fallbacks": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz", | |
| "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "react": ">=16.8.0" | |
| } | |
| }, | |
| "node_modules/@emotion/utils": { | |
| "version": "1.4.2", | |
| "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz", | |
| "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@emotion/weak-memoize": { | |
| "version": "0.4.0", | |
| "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", | |
| "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@esbuild/aix-ppc64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.9.tgz", | |
| "integrity": "sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "aix" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/android-arm": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.9.tgz", | |
| "integrity": "sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/android-arm64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.9.tgz", | |
| "integrity": "sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/android-x64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.9.tgz", | |
| "integrity": "sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/darwin-arm64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.9.tgz", | |
| "integrity": "sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/darwin-x64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.9.tgz", | |
| "integrity": "sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/freebsd-arm64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.9.tgz", | |
| "integrity": "sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/freebsd-x64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.9.tgz", | |
| "integrity": "sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-arm": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.9.tgz", | |
| "integrity": "sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-arm64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.9.tgz", | |
| "integrity": "sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-ia32": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.9.tgz", | |
| "integrity": "sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-loong64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.9.tgz", | |
| "integrity": "sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==", | |
| "cpu": [ | |
| "loong64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-mips64el": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.9.tgz", | |
| "integrity": "sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==", | |
| "cpu": [ | |
| "mips64el" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-ppc64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.9.tgz", | |
| "integrity": "sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-riscv64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.9.tgz", | |
| "integrity": "sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-s390x": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.9.tgz", | |
| "integrity": "sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-x64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.9.tgz", | |
| "integrity": "sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/netbsd-arm64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.9.tgz", | |
| "integrity": "sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "netbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/netbsd-x64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.9.tgz", | |
| "integrity": "sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "netbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/openbsd-arm64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.9.tgz", | |
| "integrity": "sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/openbsd-x64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.9.tgz", | |
| "integrity": "sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/openharmony-arm64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.9.tgz", | |
| "integrity": "sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openharmony" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/sunos-x64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.9.tgz", | |
| "integrity": "sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "sunos" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/win32-arm64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.9.tgz", | |
| "integrity": "sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/win32-ia32": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.9.tgz", | |
| "integrity": "sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/win32-x64": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.9.tgz", | |
| "integrity": "sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@floating-ui/core": { | |
| "version": "1.7.3", | |
| "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz", | |
| "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@floating-ui/utils": "^0.2.10" | |
| } | |
| }, | |
| "node_modules/@floating-ui/dom": { | |
| "version": "1.7.4", | |
| "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz", | |
| "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@floating-ui/core": "^1.7.3", | |
| "@floating-ui/utils": "^0.2.10" | |
| } | |
| }, | |
| "node_modules/@floating-ui/utils": { | |
| "version": "0.2.10", | |
| "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", | |
| "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@isaacs/fs-minipass": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", | |
| "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "minipass": "^7.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=18.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==", | |
| "dev": true, | |
| "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.5.5", | |
| "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", | |
| "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", | |
| "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/@rolldown/pluginutils": { | |
| "version": "1.0.0-beta.34", | |
| "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.34.tgz", | |
| "integrity": "sha512-LyAREkZHP5pMom7c24meKmJCdhf2hEyvam2q0unr3or9ydwDL+DJ8chTF6Av/RFPb3rH8UFBdMzO5MxTZW97oA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@rollup/rollup-android-arm-eabi": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.50.1.tgz", | |
| "integrity": "sha512-HJXwzoZN4eYTdD8bVV22DN8gsPCAj3V20NHKOs8ezfXanGpmVPR7kalUHd+Y31IJp9stdB87VKPFbsGY3H/2ag==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-android-arm64": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.50.1.tgz", | |
| "integrity": "sha512-PZlsJVcjHfcH53mOImyt3bc97Ep3FJDXRpk9sMdGX0qgLmY0EIWxCag6EigerGhLVuL8lDVYNnSo8qnTElO4xw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-darwin-arm64": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.50.1.tgz", | |
| "integrity": "sha512-xc6i2AuWh++oGi4ylOFPmzJOEeAa2lJeGUGb4MudOtgfyyjr4UPNK+eEWTPLvmPJIY/pgw6ssFIox23SyrkkJw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-darwin-x64": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.50.1.tgz", | |
| "integrity": "sha512-2ofU89lEpDYhdLAbRdeyz/kX3Y2lpYc6ShRnDjY35bZhd2ipuDMDi6ZTQ9NIag94K28nFMofdnKeHR7BT0CATw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-freebsd-arm64": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.50.1.tgz", | |
| "integrity": "sha512-wOsE6H2u6PxsHY/BeFHA4VGQN3KUJFZp7QJBmDYI983fgxq5Th8FDkVuERb2l9vDMs1D5XhOrhBrnqcEY6l8ZA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-freebsd-x64": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.50.1.tgz", | |
| "integrity": "sha512-A/xeqaHTlKbQggxCqispFAcNjycpUEHP52mwMQZUNqDUJFFYtPHCXS1VAG29uMlDzIVr+i00tSFWFLivMcoIBQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm-gnueabihf": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.50.1.tgz", | |
| "integrity": "sha512-54v4okehwl5TaSIkpp97rAHGp7t3ghinRd/vyC1iXqXMfjYUTm7TfYmCzXDoHUPTTf36L8pr0E7YsD3CfB3ZDg==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm-musleabihf": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.50.1.tgz", | |
| "integrity": "sha512-p/LaFyajPN/0PUHjv8TNyxLiA7RwmDoVY3flXHPSzqrGcIp/c2FjwPPP5++u87DGHtw+5kSH5bCJz0mvXngYxw==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm64-gnu": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.50.1.tgz", | |
| "integrity": "sha512-2AbMhFFkTo6Ptna1zO7kAXXDLi7H9fGTbVaIq2AAYO7yzcAsuTNWPHhb2aTA6GPiP+JXh85Y8CiS54iZoj4opw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm64-musl": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.50.1.tgz", | |
| "integrity": "sha512-Cgef+5aZwuvesQNw9eX7g19FfKX5/pQRIyhoXLCiBOrWopjo7ycfB292TX9MDcDijiuIJlx1IzJz3IoCPfqs9w==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-loongarch64-gnu": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.50.1.tgz", | |
| "integrity": "sha512-RPhTwWMzpYYrHrJAS7CmpdtHNKtt2Ueo+BlLBjfZEhYBhK00OsEqM08/7f+eohiF6poe0YRDDd8nAvwtE/Y62Q==", | |
| "cpu": [ | |
| "loong64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-ppc64-gnu": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.50.1.tgz", | |
| "integrity": "sha512-eSGMVQw9iekut62O7eBdbiccRguuDgiPMsw++BVUg+1K7WjZXHOg/YOT9SWMzPZA+w98G+Fa1VqJgHZOHHnY0Q==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-riscv64-gnu": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.50.1.tgz", | |
| "integrity": "sha512-S208ojx8a4ciIPrLgazF6AgdcNJzQE4+S9rsmOmDJkusvctii+ZvEuIC4v/xFqzbuP8yDjn73oBlNDgF6YGSXQ==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-riscv64-musl": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.50.1.tgz", | |
| "integrity": "sha512-3Ag8Ls1ggqkGUvSZWYcdgFwriy2lWo+0QlYgEFra/5JGtAd6C5Hw59oojx1DeqcA2Wds2ayRgvJ4qxVTzCHgzg==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-s390x-gnu": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.50.1.tgz", | |
| "integrity": "sha512-t9YrKfaxCYe7l7ldFERE1BRg/4TATxIg+YieHQ966jwvo7ddHJxPj9cNFWLAzhkVsbBvNA4qTbPVNsZKBO4NSg==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-x64-gnu": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.50.1.tgz", | |
| "integrity": "sha512-MCgtFB2+SVNuQmmjHf+wfI4CMxy3Tk8XjA5Z//A0AKD7QXUYFMQcns91K6dEHBvZPCnhJSyDWLApk40Iq/H3tA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-x64-musl": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.50.1.tgz", | |
| "integrity": "sha512-nEvqG+0jeRmqaUMuwzlfMKwcIVffy/9KGbAGyoa26iu6eSngAYQ512bMXuqqPrlTyfqdlB9FVINs93j534UJrg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-openharmony-arm64": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.50.1.tgz", | |
| "integrity": "sha512-RDsLm+phmT3MJd9SNxA9MNuEAO/J2fhW8GXk62G/B4G7sLVumNFbRwDL6v5NrESb48k+QMqdGbHgEtfU0LCpbA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openharmony" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-win32-arm64-msvc": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.50.1.tgz", | |
| "integrity": "sha512-hpZB/TImk2FlAFAIsoElM3tLzq57uxnGYwplg6WDyAxbYczSi8O2eQ+H2Lx74504rwKtZ3N2g4bCUkiamzS6TQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-win32-ia32-msvc": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.50.1.tgz", | |
| "integrity": "sha512-SXjv8JlbzKM0fTJidX4eVsH+Wmnp0/WcD8gJxIZyR6Gay5Qcsmdbi9zVtnbkGPG8v2vMR1AD06lGWy5FLMcG7A==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-win32-x64-msvc": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.50.1.tgz", | |
| "integrity": "sha512-StxAO/8ts62KZVRAm4JZYq9+NqNsV7RvimNK+YM7ry//zebEH6meuugqW/P5OFUCjyQgui+9fUxT6d5NShvMvA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@tailwindcss/node": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.13.tgz", | |
| "integrity": "sha512-eq3ouolC1oEFOAvOMOBAmfCIqZBJuvWvvYWh5h5iOYfe1HFC6+GZ6EIL0JdM3/niGRJmnrOc+8gl9/HGUaaptw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/remapping": "^2.3.4", | |
| "enhanced-resolve": "^5.18.3", | |
| "jiti": "^2.5.1", | |
| "lightningcss": "1.30.1", | |
| "magic-string": "^0.30.18", | |
| "source-map-js": "^1.2.1", | |
| "tailwindcss": "4.1.13" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.13.tgz", | |
| "integrity": "sha512-CPgsM1IpGRa880sMbYmG1s4xhAy3xEt1QULgTJGQmZUeNgXFR7s1YxYygmJyBGtou4SyEosGAGEeYqY7R53bIA==", | |
| "dev": true, | |
| "hasInstallScript": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "detect-libc": "^2.0.4", | |
| "tar": "^7.4.3" | |
| }, | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "optionalDependencies": { | |
| "@tailwindcss/oxide-android-arm64": "4.1.13", | |
| "@tailwindcss/oxide-darwin-arm64": "4.1.13", | |
| "@tailwindcss/oxide-darwin-x64": "4.1.13", | |
| "@tailwindcss/oxide-freebsd-x64": "4.1.13", | |
| "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.13", | |
| "@tailwindcss/oxide-linux-arm64-gnu": "4.1.13", | |
| "@tailwindcss/oxide-linux-arm64-musl": "4.1.13", | |
| "@tailwindcss/oxide-linux-x64-gnu": "4.1.13", | |
| "@tailwindcss/oxide-linux-x64-musl": "4.1.13", | |
| "@tailwindcss/oxide-wasm32-wasi": "4.1.13", | |
| "@tailwindcss/oxide-win32-arm64-msvc": "4.1.13", | |
| "@tailwindcss/oxide-win32-x64-msvc": "4.1.13" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-android-arm64": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.13.tgz", | |
| "integrity": "sha512-BrpTrVYyejbgGo57yc8ieE+D6VT9GOgnNdmh5Sac6+t0m+v+sKQevpFVpwX3pBrM2qKrQwJ0c5eDbtjouY/+ew==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-darwin-arm64": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.13.tgz", | |
| "integrity": "sha512-YP+Jksc4U0KHcu76UhRDHq9bx4qtBftp9ShK/7UGfq0wpaP96YVnnjFnj3ZFrUAjc5iECzODl/Ts0AN7ZPOANQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-darwin-x64": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.13.tgz", | |
| "integrity": "sha512-aAJ3bbwrn/PQHDxCto9sxwQfT30PzyYJFG0u/BWZGeVXi5Hx6uuUOQEI2Fa43qvmUjTRQNZnGqe9t0Zntexeuw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-freebsd-x64": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.13.tgz", | |
| "integrity": "sha512-Wt8KvASHwSXhKE/dJLCCWcTSVmBj3xhVhp/aF3RpAhGeZ3sVo7+NTfgiN8Vey/Fi8prRClDs6/f0KXPDTZE6nQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.13.tgz", | |
| "integrity": "sha512-mbVbcAsW3Gkm2MGwA93eLtWrwajz91aXZCNSkGTx/R5eb6KpKD5q8Ueckkh9YNboU8RH7jiv+ol/I7ZyQ9H7Bw==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.13.tgz", | |
| "integrity": "sha512-wdtfkmpXiwej/yoAkrCP2DNzRXCALq9NVLgLELgLim1QpSfhQM5+ZxQQF8fkOiEpuNoKLp4nKZ6RC4kmeFH0HQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-arm64-musl": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.13.tgz", | |
| "integrity": "sha512-hZQrmtLdhyqzXHB7mkXfq0IYbxegaqTmfa1p9MBj72WPoDD3oNOh1Lnxf6xZLY9C3OV6qiCYkO1i/LrzEdW2mg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-x64-gnu": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.13.tgz", | |
| "integrity": "sha512-uaZTYWxSXyMWDJZNY1Ul7XkJTCBRFZ5Fo6wtjrgBKzZLoJNrG+WderJwAjPzuNZOnmdrVg260DKwXCFtJ/hWRQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-linux-x64-musl": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.13.tgz", | |
| "integrity": "sha512-oXiPj5mi4Hdn50v5RdnuuIms0PVPI/EG4fxAfFiIKQh5TgQgX7oSuDWntHW7WNIi/yVLAiS+CRGW4RkoGSSgVQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-wasm32-wasi": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.13.tgz", | |
| "integrity": "sha512-+LC2nNtPovtrDwBc/nqnIKYh/W2+R69FA0hgoeOn64BdCX522u19ryLh3Vf3F8W49XBcMIxSe665kwy21FkhvA==", | |
| "bundleDependencies": [ | |
| "@napi-rs/wasm-runtime", | |
| "@emnapi/core", | |
| "@emnapi/runtime", | |
| "@tybys/wasm-util", | |
| "@emnapi/wasi-threads", | |
| "tslib" | |
| ], | |
| "cpu": [ | |
| "wasm32" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@emnapi/core": "^1.4.5", | |
| "@emnapi/runtime": "^1.4.5", | |
| "@emnapi/wasi-threads": "^1.0.4", | |
| "@napi-rs/wasm-runtime": "^0.2.12", | |
| "@tybys/wasm-util": "^0.10.0", | |
| "tslib": "^2.8.0" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.13.tgz", | |
| "integrity": "sha512-dziTNeQXtoQ2KBXmrjCxsuPk3F3CQ/yb7ZNZNA+UkNTeiTGgfeh+gH5Pi7mRncVgcPD2xgHvkFCh/MhZWSgyQg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/oxide-win32-x64-msvc": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.13.tgz", | |
| "integrity": "sha512-3+LKesjXydTkHk5zXX01b5KMzLV1xl2mcktBJkje7rhFUpUlYJy7IMOLqjIRQncLTa1WZZiFY/foAeB5nmaiTw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@tailwindcss/vite": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.13.tgz", | |
| "integrity": "sha512-0PmqLQ010N58SbMTJ7BVJ4I2xopiQn/5i6nlb4JmxzQf8zcS5+m2Cv6tqh+sfDwtIdjoEnOvwsGQ1hkUi8QEHQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@tailwindcss/node": "4.1.13", | |
| "@tailwindcss/oxide": "4.1.13", | |
| "tailwindcss": "4.1.13" | |
| }, | |
| "peerDependencies": { | |
| "vite": "^5.2.0 || ^6 || ^7" | |
| } | |
| }, | |
| "node_modules/@types/babel__core": { | |
| "version": "7.20.5", | |
| "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", | |
| "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/parser": "^7.20.7", | |
| "@babel/types": "^7.20.7", | |
| "@types/babel__generator": "*", | |
| "@types/babel__template": "*", | |
| "@types/babel__traverse": "*" | |
| } | |
| }, | |
| "node_modules/@types/babel__generator": { | |
| "version": "7.27.0", | |
| "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", | |
| "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/types": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/@types/babel__template": { | |
| "version": "7.4.4", | |
| "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", | |
| "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/parser": "^7.1.0", | |
| "@babel/types": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/@types/babel__traverse": { | |
| "version": "7.28.0", | |
| "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", | |
| "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/types": "^7.28.2" | |
| } | |
| }, | |
| "node_modules/@types/debug": { | |
| "version": "4.1.12", | |
| "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", | |
| "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/ms": "*" | |
| } | |
| }, | |
| "node_modules/@types/estree": { | |
| "version": "1.0.8", | |
| "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", | |
| "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/estree-jsx": { | |
| "version": "1.0.5", | |
| "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", | |
| "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "*" | |
| } | |
| }, | |
| "node_modules/@types/hast": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", | |
| "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "*" | |
| } | |
| }, | |
| "node_modules/@types/mdast": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", | |
| "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "*" | |
| } | |
| }, | |
| "node_modules/@types/ms": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", | |
| "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/parse-json": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", | |
| "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/react": { | |
| "version": "19.1.12", | |
| "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.12.tgz", | |
| "integrity": "sha512-cMoR+FoAf/Jyq6+Df2/Z41jISvGZZ2eTlnsaJRptmZ76Caldwy1odD4xTr/gNV9VLj0AWgg/nmkevIyUfIIq5w==", | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "csstype": "^3.0.2" | |
| } | |
| }, | |
| "node_modules/@types/react-transition-group": { | |
| "version": "4.4.12", | |
| "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz", | |
| "integrity": "sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "@types/react": "*" | |
| } | |
| }, | |
| "node_modules/@types/unist": { | |
| "version": "3.0.3", | |
| "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", | |
| "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@ungap/structured-clone": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", | |
| "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/@vitejs/plugin-react": { | |
| "version": "5.0.2", | |
| "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.0.2.tgz", | |
| "integrity": "sha512-tmyFgixPZCx2+e6VO9TNITWcCQl8+Nl/E8YbAyPVv85QCc7/A3JrdfG2A8gIzvVhWuzMOVrFW1aReaNxrI6tbw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/core": "^7.28.3", | |
| "@babel/plugin-transform-react-jsx-self": "^7.27.1", | |
| "@babel/plugin-transform-react-jsx-source": "^7.27.1", | |
| "@rolldown/pluginutils": "1.0.0-beta.34", | |
| "@types/babel__core": "^7.20.5", | |
| "react-refresh": "^0.17.0" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| }, | |
| "peerDependencies": { | |
| "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" | |
| } | |
| }, | |
| "node_modules/asynckit": { | |
| "version": "0.4.0", | |
| "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", | |
| "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/autoprefixer": { | |
| "version": "10.4.21", | |
| "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz", | |
| "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/autoprefixer" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "browserslist": "^4.24.4", | |
| "caniuse-lite": "^1.0.30001702", | |
| "fraction.js": "^4.3.7", | |
| "normalize-range": "^0.1.2", | |
| "picocolors": "^1.1.1", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "bin": { | |
| "autoprefixer": "bin/autoprefixer" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.1.0" | |
| } | |
| }, | |
| "node_modules/axios": { | |
| "version": "1.12.0", | |
| "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", | |
| "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "follow-redirects": "^1.15.6", | |
| "form-data": "^4.0.4", | |
| "proxy-from-env": "^1.1.0" | |
| } | |
| }, | |
| "node_modules/babel-plugin-macros": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", | |
| "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/runtime": "^7.12.5", | |
| "cosmiconfig": "^7.0.0", | |
| "resolve": "^1.19.0" | |
| }, | |
| "engines": { | |
| "node": ">=10", | |
| "npm": ">=6" | |
| } | |
| }, | |
| "node_modules/bail": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", | |
| "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/browserslist": { | |
| "version": "4.25.4", | |
| "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.4.tgz", | |
| "integrity": "sha512-4jYpcjabC606xJ3kw2QwGEZKX0Aw7sgQdZCvIK9dhVSPh76BKo+C+btT1RRofH7B+8iNpEbgGNVWiLki5q93yg==", | |
| "dev": 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", | |
| "dependencies": { | |
| "caniuse-lite": "^1.0.30001737", | |
| "electron-to-chromium": "^1.5.211", | |
| "node-releases": "^2.0.19", | |
| "update-browserslist-db": "^1.1.3" | |
| }, | |
| "bin": { | |
| "browserslist": "cli.js" | |
| }, | |
| "engines": { | |
| "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" | |
| } | |
| }, | |
| "node_modules/call-bind-apply-helpers": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", | |
| "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "function-bind": "^1.1.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/callsites": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", | |
| "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/caniuse-lite": { | |
| "version": "1.0.30001741", | |
| "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001741.tgz", | |
| "integrity": "sha512-QGUGitqsc8ARjLdgAfxETDhRbJ0REsP6O3I96TAth/mVjh2cYzN2u+3AzPP3aVSm2FehEItaJw1xd+IGBXWeSw==", | |
| "dev": 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" | |
| }, | |
| "node_modules/ccount": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", | |
| "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-entities": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", | |
| "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-entities-html4": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", | |
| "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-entities-legacy": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", | |
| "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-reference-invalid": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", | |
| "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/chownr": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", | |
| "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", | |
| "dev": true, | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/combined-stream": { | |
| "version": "1.0.8", | |
| "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", | |
| "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "delayed-stream": "~1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/comma-separated-tokens": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", | |
| "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "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==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/cookie": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", | |
| "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/cosmiconfig": { | |
| "version": "7.1.0", | |
| "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", | |
| "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/parse-json": "^4.0.0", | |
| "import-fresh": "^3.2.1", | |
| "parse-json": "^5.0.0", | |
| "path-type": "^4.0.0", | |
| "yaml": "^1.10.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/cosmiconfig/node_modules/yaml": { | |
| "version": "1.10.2", | |
| "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", | |
| "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/csstype": { | |
| "version": "3.1.3", | |
| "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", | |
| "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/date-fns": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", | |
| "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/kossnocorp" | |
| } | |
| }, | |
| "node_modules/date-fns-jalali": { | |
| "version": "4.1.0-0", | |
| "resolved": "https://registry.npmjs.org/date-fns-jalali/-/date-fns-jalali-4.1.0-0.tgz", | |
| "integrity": "sha512-hTIP/z+t+qKwBDcmmsnmjWTduxCg+5KfdqWQvb2X/8C9+knYY6epN/pfxdDuyVlSVeFz0sM5eEfwIUQ70U4ckg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/debug": { | |
| "version": "4.4.1", | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", | |
| "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "ms": "^2.1.3" | |
| }, | |
| "engines": { | |
| "node": ">=6.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "supports-color": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/decode-named-character-reference": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz", | |
| "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "character-entities": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/delayed-stream": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", | |
| "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.4.0" | |
| } | |
| }, | |
| "node_modules/dequal": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", | |
| "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/detect-libc": { | |
| "version": "2.0.4", | |
| "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", | |
| "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/devlop": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", | |
| "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "dequal": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/dom-helpers": { | |
| "version": "5.2.1", | |
| "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", | |
| "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/runtime": "^7.8.7", | |
| "csstype": "^3.0.2" | |
| } | |
| }, | |
| "node_modules/dunder-proto": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", | |
| "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bind-apply-helpers": "^1.0.1", | |
| "es-errors": "^1.3.0", | |
| "gopd": "^1.2.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/electron-to-chromium": { | |
| "version": "1.5.217", | |
| "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.217.tgz", | |
| "integrity": "sha512-Pludfu5iBxp9XzNl0qq2G87hdD17ZV7h5T4n6rQXDi3nCyloBV3jreE9+8GC6g4X/5yxqVgXEURpcLtM0WS4jA==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/enhanced-resolve": { | |
| "version": "5.18.3", | |
| "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", | |
| "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "graceful-fs": "^4.2.4", | |
| "tapable": "^2.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=10.13.0" | |
| } | |
| }, | |
| "node_modules/error-ex": { | |
| "version": "1.3.2", | |
| "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", | |
| "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-arrayish": "^0.2.1" | |
| } | |
| }, | |
| "node_modules/es-define-property": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", | |
| "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-errors": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", | |
| "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-object-atoms": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", | |
| "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-set-tostringtag": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", | |
| "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "get-intrinsic": "^1.2.6", | |
| "has-tostringtag": "^1.0.2", | |
| "hasown": "^2.0.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/esbuild": { | |
| "version": "0.25.9", | |
| "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz", | |
| "integrity": "sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==", | |
| "dev": true, | |
| "hasInstallScript": true, | |
| "license": "MIT", | |
| "bin": { | |
| "esbuild": "bin/esbuild" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "optionalDependencies": { | |
| "@esbuild/aix-ppc64": "0.25.9", | |
| "@esbuild/android-arm": "0.25.9", | |
| "@esbuild/android-arm64": "0.25.9", | |
| "@esbuild/android-x64": "0.25.9", | |
| "@esbuild/darwin-arm64": "0.25.9", | |
| "@esbuild/darwin-x64": "0.25.9", | |
| "@esbuild/freebsd-arm64": "0.25.9", | |
| "@esbuild/freebsd-x64": "0.25.9", | |
| "@esbuild/linux-arm": "0.25.9", | |
| "@esbuild/linux-arm64": "0.25.9", | |
| "@esbuild/linux-ia32": "0.25.9", | |
| "@esbuild/linux-loong64": "0.25.9", | |
| "@esbuild/linux-mips64el": "0.25.9", | |
| "@esbuild/linux-ppc64": "0.25.9", | |
| "@esbuild/linux-riscv64": "0.25.9", | |
| "@esbuild/linux-s390x": "0.25.9", | |
| "@esbuild/linux-x64": "0.25.9", | |
| "@esbuild/netbsd-arm64": "0.25.9", | |
| "@esbuild/netbsd-x64": "0.25.9", | |
| "@esbuild/openbsd-arm64": "0.25.9", | |
| "@esbuild/openbsd-x64": "0.25.9", | |
| "@esbuild/openharmony-arm64": "0.25.9", | |
| "@esbuild/sunos-x64": "0.25.9", | |
| "@esbuild/win32-arm64": "0.25.9", | |
| "@esbuild/win32-ia32": "0.25.9", | |
| "@esbuild/win32-x64": "0.25.9" | |
| } | |
| }, | |
| "node_modules/escalade": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", | |
| "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/escape-string-regexp": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", | |
| "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/estree-util-is-identifier-name": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", | |
| "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/extend": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", | |
| "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/fdir": { | |
| "version": "6.5.0", | |
| "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", | |
| "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12.0.0" | |
| }, | |
| "peerDependencies": { | |
| "picomatch": "^3 || ^4" | |
| }, | |
| "peerDependenciesMeta": { | |
| "picomatch": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/find-root": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", | |
| "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/follow-redirects": { | |
| "version": "1.15.11", | |
| "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", | |
| "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", | |
| "funding": [ | |
| { | |
| "type": "individual", | |
| "url": "https://github.com/sponsors/RubenVerborgh" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "debug": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/form-data": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", | |
| "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "asynckit": "^0.4.0", | |
| "combined-stream": "^1.0.8", | |
| "es-set-tostringtag": "^2.1.0", | |
| "hasown": "^2.0.2", | |
| "mime-types": "^2.1.12" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/fraction.js": { | |
| "version": "4.3.7", | |
| "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", | |
| "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": "*" | |
| }, | |
| "funding": { | |
| "type": "patreon", | |
| "url": "https://github.com/sponsors/rawify" | |
| } | |
| }, | |
| "node_modules/fsevents": { | |
| "version": "2.3.3", | |
| "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", | |
| "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", | |
| "dev": true, | |
| "hasInstallScript": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^8.16.0 || ^10.6.0 || >=11.0.0" | |
| } | |
| }, | |
| "node_modules/function-bind": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", | |
| "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "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==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/get-intrinsic": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", | |
| "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bind-apply-helpers": "^1.0.2", | |
| "es-define-property": "^1.0.1", | |
| "es-errors": "^1.3.0", | |
| "es-object-atoms": "^1.1.1", | |
| "function-bind": "^1.1.2", | |
| "get-proto": "^1.0.1", | |
| "gopd": "^1.2.0", | |
| "has-symbols": "^1.1.0", | |
| "hasown": "^2.0.2", | |
| "math-intrinsics": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/get-proto": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", | |
| "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "dunder-proto": "^1.0.1", | |
| "es-object-atoms": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/gopd": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", | |
| "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "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==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/has-symbols": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", | |
| "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/has-tostringtag": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", | |
| "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "has-symbols": "^1.0.3" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/hasown": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", | |
| "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "function-bind": "^1.1.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/hast-util-to-jsx-runtime": { | |
| "version": "2.3.6", | |
| "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", | |
| "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/unist": "^3.0.0", | |
| "comma-separated-tokens": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "estree-util-is-identifier-name": "^3.0.0", | |
| "hast-util-whitespace": "^3.0.0", | |
| "mdast-util-mdx-expression": "^2.0.0", | |
| "mdast-util-mdx-jsx": "^3.0.0", | |
| "mdast-util-mdxjs-esm": "^2.0.0", | |
| "property-information": "^7.0.0", | |
| "space-separated-tokens": "^2.0.0", | |
| "style-to-js": "^1.0.0", | |
| "unist-util-position": "^5.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-whitespace": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", | |
| "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hoist-non-react-statics": { | |
| "version": "3.3.2", | |
| "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", | |
| "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "react-is": "^16.7.0" | |
| } | |
| }, | |
| "node_modules/html-url-attributes": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz", | |
| "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/import-fresh": { | |
| "version": "3.3.1", | |
| "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", | |
| "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "parent-module": "^1.0.0", | |
| "resolve-from": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/inline-style-parser": { | |
| "version": "0.2.4", | |
| "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz", | |
| "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/is-alphabetical": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", | |
| "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-alphanumerical": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", | |
| "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-alphabetical": "^2.0.0", | |
| "is-decimal": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-arrayish": { | |
| "version": "0.2.1", | |
| "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", | |
| "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/is-core-module": { | |
| "version": "2.16.1", | |
| "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", | |
| "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "hasown": "^2.0.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/is-decimal": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", | |
| "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-hexadecimal": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", | |
| "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-plain-obj": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", | |
| "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/jiti": { | |
| "version": "2.5.1", | |
| "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.1.tgz", | |
| "integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "jiti": "lib/jiti-cli.mjs" | |
| } | |
| }, | |
| "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==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/jsesc": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", | |
| "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", | |
| "license": "MIT", | |
| "bin": { | |
| "jsesc": "bin/jsesc" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/json-parse-even-better-errors": { | |
| "version": "2.3.1", | |
| "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", | |
| "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/json5": { | |
| "version": "2.2.3", | |
| "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", | |
| "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "json5": "lib/cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/lightningcss": { | |
| "version": "1.30.1", | |
| "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz", | |
| "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==", | |
| "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-darwin-arm64": "1.30.1", | |
| "lightningcss-darwin-x64": "1.30.1", | |
| "lightningcss-freebsd-x64": "1.30.1", | |
| "lightningcss-linux-arm-gnueabihf": "1.30.1", | |
| "lightningcss-linux-arm64-gnu": "1.30.1", | |
| "lightningcss-linux-arm64-musl": "1.30.1", | |
| "lightningcss-linux-x64-gnu": "1.30.1", | |
| "lightningcss-linux-x64-musl": "1.30.1", | |
| "lightningcss-win32-arm64-msvc": "1.30.1", | |
| "lightningcss-win32-x64-msvc": "1.30.1" | |
| } | |
| }, | |
| "node_modules/lightningcss-darwin-arm64": { | |
| "version": "1.30.1", | |
| "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz", | |
| "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==", | |
| "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/lightningcss-darwin-x64": { | |
| "version": "1.30.1", | |
| "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz", | |
| "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==", | |
| "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/lightningcss-freebsd-x64": { | |
| "version": "1.30.1", | |
| "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz", | |
| "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==", | |
| "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/lightningcss-linux-arm-gnueabihf": { | |
| "version": "1.30.1", | |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz", | |
| "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==", | |
| "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/lightningcss-linux-arm64-gnu": { | |
| "version": "1.30.1", | |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz", | |
| "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==", | |
| "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/lightningcss-linux-arm64-musl": { | |
| "version": "1.30.1", | |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz", | |
| "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==", | |
| "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/lightningcss-linux-x64-gnu": { | |
| "version": "1.30.1", | |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz", | |
| "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==", | |
| "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/lightningcss-linux-x64-musl": { | |
| "version": "1.30.1", | |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz", | |
| "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==", | |
| "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/lightningcss-win32-arm64-msvc": { | |
| "version": "1.30.1", | |
| "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz", | |
| "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==", | |
| "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/lightningcss-win32-x64-msvc": { | |
| "version": "1.30.1", | |
| "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz", | |
| "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==", | |
| "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/lines-and-columns": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", | |
| "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/longest-streak": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", | |
| "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/loose-envify": { | |
| "version": "1.4.0", | |
| "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", | |
| "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "js-tokens": "^3.0.0 || ^4.0.0" | |
| }, | |
| "bin": { | |
| "loose-envify": "cli.js" | |
| } | |
| }, | |
| "node_modules/lru-cache": { | |
| "version": "5.1.1", | |
| "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", | |
| "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "yallist": "^3.0.2" | |
| } | |
| }, | |
| "node_modules/magic-string": { | |
| "version": "0.30.19", | |
| "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.19.tgz", | |
| "integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/sourcemap-codec": "^1.5.5" | |
| } | |
| }, | |
| "node_modules/math-intrinsics": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", | |
| "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/mdast-util-from-markdown": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", | |
| "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "@types/unist": "^3.0.0", | |
| "decode-named-character-reference": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-to-string": "^4.0.0", | |
| "micromark": "^4.0.0", | |
| "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| "micromark-util-decode-string": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0", | |
| "unist-util-stringify-position": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-mdx-expression": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", | |
| "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-mdx-jsx": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", | |
| "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "@types/unist": "^3.0.0", | |
| "ccount": "^2.0.0", | |
| "devlop": "^1.1.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0", | |
| "parse-entities": "^4.0.0", | |
| "stringify-entities": "^4.0.0", | |
| "unist-util-stringify-position": "^4.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-mdxjs-esm": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", | |
| "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-phrasing": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", | |
| "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "unist-util-is": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-to-hast": { | |
| "version": "13.2.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", | |
| "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "@ungap/structured-clone": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-util-sanitize-uri": "^2.0.0", | |
| "trim-lines": "^3.0.0", | |
| "unist-util-position": "^5.0.0", | |
| "unist-util-visit": "^5.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-to-markdown": { | |
| "version": "2.1.2", | |
| "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", | |
| "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "@types/unist": "^3.0.0", | |
| "longest-streak": "^3.0.0", | |
| "mdast-util-phrasing": "^4.0.0", | |
| "mdast-util-to-string": "^4.0.0", | |
| "micromark-util-classify-character": "^2.0.0", | |
| "micromark-util-decode-string": "^2.0.0", | |
| "unist-util-visit": "^5.0.0", | |
| "zwitch": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-to-string": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", | |
| "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/memoize-one": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", | |
| "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", | |
| "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/debug": "^4.0.0", | |
| "debug": "^4.0.0", | |
| "decode-named-character-reference": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-core-commonmark": "^2.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-combine-extensions": "^2.0.0", | |
| "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| "micromark-util-encode": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0", | |
| "micromark-util-resolve-all": "^2.0.0", | |
| "micromark-util-sanitize-uri": "^2.0.0", | |
| "micromark-util-subtokenize": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-core-commonmark": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", | |
| "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "decode-named-character-reference": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-factory-destination": "^2.0.0", | |
| "micromark-factory-label": "^2.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-factory-title": "^2.0.0", | |
| "micromark-factory-whitespace": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-classify-character": "^2.0.0", | |
| "micromark-util-html-tag-name": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0", | |
| "micromark-util-resolve-all": "^2.0.0", | |
| "micromark-util-subtokenize": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-destination": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", | |
| "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-label": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", | |
| "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-space": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", | |
| "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-title": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", | |
| "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-whitespace": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", | |
| "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-character": { | |
| "version": "2.1.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", | |
| "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-chunked": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", | |
| "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-classify-character": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", | |
| "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-combine-extensions": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", | |
| "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-decode-numeric-character-reference": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", | |
| "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-decode-string": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", | |
| "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "decode-named-character-reference": "^1.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-encode": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", | |
| "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-util-html-tag-name": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", | |
| "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-util-normalize-identifier": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", | |
| "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-resolve-all": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", | |
| "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-sanitize-uri": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", | |
| "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-encode": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-subtokenize": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", | |
| "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-symbol": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", | |
| "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-util-types": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", | |
| "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/mime-db": { | |
| "version": "1.52.0", | |
| "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", | |
| "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/mime-types": { | |
| "version": "2.1.35", | |
| "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", | |
| "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "mime-db": "1.52.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/minipass": { | |
| "version": "7.1.2", | |
| "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", | |
| "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", | |
| "dev": true, | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=16 || 14 >=14.17" | |
| } | |
| }, | |
| "node_modules/minizlib": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz", | |
| "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "minipass": "^7.1.2" | |
| }, | |
| "engines": { | |
| "node": ">= 18" | |
| } | |
| }, | |
| "node_modules/mkdirp": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", | |
| "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "mkdirp": "dist/cjs/src/bin.js" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/isaacs" | |
| } | |
| }, | |
| "node_modules/ms": { | |
| "version": "2.1.3", | |
| "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", | |
| "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/nanoid": { | |
| "version": "3.3.11", | |
| "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", | |
| "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", | |
| "dev": true, | |
| "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.20", | |
| "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.20.tgz", | |
| "integrity": "sha512-7gK6zSXEH6neM212JgfYFXe+GmZQM+fia5SsusuBIUgnPheLFBmIPhtFoAQRj8/7wASYQnbDlHPVwY0BefoFgA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/normalize-range": { | |
| "version": "0.1.2", | |
| "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", | |
| "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/object-assign": { | |
| "version": "4.1.1", | |
| "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", | |
| "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/parent-module": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", | |
| "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "callsites": "^3.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/parse-entities": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", | |
| "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2.0.0", | |
| "character-entities-legacy": "^3.0.0", | |
| "character-reference-invalid": "^2.0.0", | |
| "decode-named-character-reference": "^1.0.0", | |
| "is-alphanumerical": "^2.0.0", | |
| "is-decimal": "^2.0.0", | |
| "is-hexadecimal": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/parse-entities/node_modules/@types/unist": { | |
| "version": "2.0.11", | |
| "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", | |
| "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/parse-json": { | |
| "version": "5.2.0", | |
| "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", | |
| "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/code-frame": "^7.0.0", | |
| "error-ex": "^1.3.1", | |
| "json-parse-even-better-errors": "^2.3.0", | |
| "lines-and-columns": "^1.1.6" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/path-parse": { | |
| "version": "1.0.7", | |
| "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", | |
| "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/path-type": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", | |
| "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "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.3", | |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", | |
| "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "node_modules/postcss": { | |
| "version": "8.5.6", | |
| "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", | |
| "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", | |
| "dev": true, | |
| "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.11", | |
| "picocolors": "^1.1.1", | |
| "source-map-js": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| } | |
| }, | |
| "node_modules/postcss-value-parser": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", | |
| "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/prop-types": { | |
| "version": "15.8.1", | |
| "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", | |
| "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "loose-envify": "^1.4.0", | |
| "object-assign": "^4.1.1", | |
| "react-is": "^16.13.1" | |
| } | |
| }, | |
| "node_modules/property-information": { | |
| "version": "7.1.0", | |
| "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", | |
| "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/proxy-from-env": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", | |
| "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/react": { | |
| "version": "19.1.1", | |
| "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", | |
| "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/react-day-picker": { | |
| "version": "9.9.0", | |
| "resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-9.9.0.tgz", | |
| "integrity": "sha512-NtkJbuX6cl/VaGNb3sVVhmMA6LSMnL5G3xNL+61IyoZj0mUZFWTg4hmj7PHjIQ8MXN9dHWhUHFoJWG6y60DKSg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@date-fns/tz": "^1.4.1", | |
| "date-fns": "^4.1.0", | |
| "date-fns-jalali": "^4.1.0-0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "funding": { | |
| "type": "individual", | |
| "url": "https://github.com/sponsors/gpbl" | |
| }, | |
| "peerDependencies": { | |
| "react": ">=16.8.0" | |
| } | |
| }, | |
| "node_modules/react-dom": { | |
| "version": "19.1.1", | |
| "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz", | |
| "integrity": "sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "scheduler": "^0.26.0" | |
| }, | |
| "peerDependencies": { | |
| "react": "^19.1.1" | |
| } | |
| }, | |
| "node_modules/react-is": { | |
| "version": "16.13.1", | |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", | |
| "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/react-markdown": { | |
| "version": "10.1.0", | |
| "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz", | |
| "integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "hast-util-to-jsx-runtime": "^2.0.0", | |
| "html-url-attributes": "^3.0.0", | |
| "mdast-util-to-hast": "^13.0.0", | |
| "remark-parse": "^11.0.0", | |
| "remark-rehype": "^11.0.0", | |
| "unified": "^11.0.0", | |
| "unist-util-visit": "^5.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": ">=18", | |
| "react": ">=18" | |
| } | |
| }, | |
| "node_modules/react-refresh": { | |
| "version": "0.17.0", | |
| "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz", | |
| "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/react-router": { | |
| "version": "7.8.2", | |
| "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.8.2.tgz", | |
| "integrity": "sha512-7M2fR1JbIZ/jFWqelpvSZx+7vd7UlBTfdZqf6OSdF9g6+sfdqJDAWcak6ervbHph200ePlu+7G8LdoiC3ReyAQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "cookie": "^1.0.1", | |
| "set-cookie-parser": "^2.6.0" | |
| }, | |
| "engines": { | |
| "node": ">=20.0.0" | |
| }, | |
| "peerDependencies": { | |
| "react": ">=18", | |
| "react-dom": ">=18" | |
| }, | |
| "peerDependenciesMeta": { | |
| "react-dom": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/react-router-dom": { | |
| "version": "7.8.2", | |
| "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.8.2.tgz", | |
| "integrity": "sha512-Z4VM5mKDipal2jQ385H6UBhiiEDlnJPx6jyWsTYoZQdl5TrjxEV2a9yl3Fi60NBJxYzOTGTTHXPi0pdizvTwow==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "react-router": "7.8.2" | |
| }, | |
| "engines": { | |
| "node": ">=20.0.0" | |
| }, | |
| "peerDependencies": { | |
| "react": ">=18", | |
| "react-dom": ">=18" | |
| } | |
| }, | |
| "node_modules/react-select": { | |
| "version": "5.10.2", | |
| "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.10.2.tgz", | |
| "integrity": "sha512-Z33nHdEFWq9tfnfVXaiM12rbJmk+QjFEztWLtmXqQhz6Al4UZZ9xc0wiatmGtUOCCnHN0WizL3tCMYRENX4rVQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/runtime": "^7.12.0", | |
| "@emotion/cache": "^11.4.0", | |
| "@emotion/react": "^11.8.1", | |
| "@floating-ui/dom": "^1.0.1", | |
| "@types/react-transition-group": "^4.4.0", | |
| "memoize-one": "^6.0.0", | |
| "prop-types": "^15.6.0", | |
| "react-transition-group": "^4.3.0", | |
| "use-isomorphic-layout-effect": "^1.2.0" | |
| }, | |
| "peerDependencies": { | |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | |
| "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| } | |
| }, | |
| "node_modules/react-transition-group": { | |
| "version": "4.4.5", | |
| "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", | |
| "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "@babel/runtime": "^7.5.5", | |
| "dom-helpers": "^5.0.1", | |
| "loose-envify": "^1.4.0", | |
| "prop-types": "^15.6.2" | |
| }, | |
| "peerDependencies": { | |
| "react": ">=16.6.0", | |
| "react-dom": ">=16.6.0" | |
| } | |
| }, | |
| "node_modules/remark-parse": { | |
| "version": "11.0.0", | |
| "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", | |
| "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "micromark-util-types": "^2.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-rehype": { | |
| "version": "11.1.2", | |
| "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", | |
| "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-to-hast": "^13.0.0", | |
| "unified": "^11.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/resolve": { | |
| "version": "1.22.10", | |
| "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", | |
| "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-core-module": "^2.16.0", | |
| "path-parse": "^1.0.7", | |
| "supports-preserve-symlinks-flag": "^1.0.0" | |
| }, | |
| "bin": { | |
| "resolve": "bin/resolve" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/resolve-from": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", | |
| "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/rollup": { | |
| "version": "4.50.1", | |
| "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.50.1.tgz", | |
| "integrity": "sha512-78E9voJHwnXQMiQdiqswVLZwJIzdBKJ1GdI5Zx6XwoFKUIk09/sSrr+05QFzvYb8q6Y9pPV45zzDuYa3907TZA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "1.0.8" | |
| }, | |
| "bin": { | |
| "rollup": "dist/bin/rollup" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0", | |
| "npm": ">=8.0.0" | |
| }, | |
| "optionalDependencies": { | |
| "@rollup/rollup-android-arm-eabi": "4.50.1", | |
| "@rollup/rollup-android-arm64": "4.50.1", | |
| "@rollup/rollup-darwin-arm64": "4.50.1", | |
| "@rollup/rollup-darwin-x64": "4.50.1", | |
| "@rollup/rollup-freebsd-arm64": "4.50.1", | |
| "@rollup/rollup-freebsd-x64": "4.50.1", | |
| "@rollup/rollup-linux-arm-gnueabihf": "4.50.1", | |
| "@rollup/rollup-linux-arm-musleabihf": "4.50.1", | |
| "@rollup/rollup-linux-arm64-gnu": "4.50.1", | |
| "@rollup/rollup-linux-arm64-musl": "4.50.1", | |
| "@rollup/rollup-linux-loongarch64-gnu": "4.50.1", | |
| "@rollup/rollup-linux-ppc64-gnu": "4.50.1", | |
| "@rollup/rollup-linux-riscv64-gnu": "4.50.1", | |
| "@rollup/rollup-linux-riscv64-musl": "4.50.1", | |
| "@rollup/rollup-linux-s390x-gnu": "4.50.1", | |
| "@rollup/rollup-linux-x64-gnu": "4.50.1", | |
| "@rollup/rollup-linux-x64-musl": "4.50.1", | |
| "@rollup/rollup-openharmony-arm64": "4.50.1", | |
| "@rollup/rollup-win32-arm64-msvc": "4.50.1", | |
| "@rollup/rollup-win32-ia32-msvc": "4.50.1", | |
| "@rollup/rollup-win32-x64-msvc": "4.50.1", | |
| "fsevents": "~2.3.2" | |
| } | |
| }, | |
| "node_modules/scheduler": { | |
| "version": "0.26.0", | |
| "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz", | |
| "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/semver": { | |
| "version": "6.3.1", | |
| "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", | |
| "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
| "dev": true, | |
| "license": "ISC", | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| } | |
| }, | |
| "node_modules/set-cookie-parser": { | |
| "version": "2.7.1", | |
| "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz", | |
| "integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/source-map": { | |
| "version": "0.5.7", | |
| "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", | |
| "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "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==", | |
| "dev": true, | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/space-separated-tokens": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", | |
| "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/stringify-entities": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", | |
| "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "character-entities-html4": "^2.0.0", | |
| "character-entities-legacy": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/style-to-js": { | |
| "version": "1.1.17", | |
| "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.17.tgz", | |
| "integrity": "sha512-xQcBGDxJb6jjFCTzvQtfiPn6YvvP2O8U1MDIPNfJQlWMYfktPy+iGsHE7cssjs7y84d9fQaK4UF3RIJaAHSoYA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "style-to-object": "1.0.9" | |
| } | |
| }, | |
| "node_modules/style-to-object": { | |
| "version": "1.0.9", | |
| "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.9.tgz", | |
| "integrity": "sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "inline-style-parser": "0.2.4" | |
| } | |
| }, | |
| "node_modules/stylis": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", | |
| "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/supports-preserve-symlinks-flag": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", | |
| "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/tailwindcss": { | |
| "version": "4.1.13", | |
| "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz", | |
| "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/tapable": { | |
| "version": "2.2.3", | |
| "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.3.tgz", | |
| "integrity": "sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/webpack" | |
| } | |
| }, | |
| "node_modules/tar": { | |
| "version": "7.4.3", | |
| "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz", | |
| "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "@isaacs/fs-minipass": "^4.0.0", | |
| "chownr": "^3.0.0", | |
| "minipass": "^7.1.2", | |
| "minizlib": "^3.0.1", | |
| "mkdirp": "^3.0.1", | |
| "yallist": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/tar/node_modules/yallist": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", | |
| "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", | |
| "dev": true, | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/tinyglobby": { | |
| "version": "0.2.15", | |
| "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", | |
| "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fdir": "^6.5.0", | |
| "picomatch": "^4.0.3" | |
| }, | |
| "engines": { | |
| "node": ">=12.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/SuperchupuDev" | |
| } | |
| }, | |
| "node_modules/trim-lines": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", | |
| "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/trough": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", | |
| "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/unified": { | |
| "version": "11.0.5", | |
| "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", | |
| "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "bail": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "extend": "^3.0.0", | |
| "is-plain-obj": "^4.0.0", | |
| "trough": "^2.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-is": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", | |
| "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-position": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", | |
| "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-stringify-position": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", | |
| "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-visit": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", | |
| "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-is": "^6.0.0", | |
| "unist-util-visit-parents": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-visit-parents": { | |
| "version": "6.0.1", | |
| "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", | |
| "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-is": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/update-browserslist-db": { | |
| "version": "1.1.3", | |
| "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", | |
| "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", | |
| "dev": 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", | |
| "dependencies": { | |
| "escalade": "^3.2.0", | |
| "picocolors": "^1.1.1" | |
| }, | |
| "bin": { | |
| "update-browserslist-db": "cli.js" | |
| }, | |
| "peerDependencies": { | |
| "browserslist": ">= 4.21.0" | |
| } | |
| }, | |
| "node_modules/use-isomorphic-layout-effect": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.1.tgz", | |
| "integrity": "sha512-tpZZ+EX0gaghDAiFR37hj5MgY6ZN55kLiPkJsKxBMZ6GZdOSPJXiOzPM984oPYZ5AnehYx5WQp1+ME8I/P/pRA==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/vfile": { | |
| "version": "6.0.3", | |
| "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", | |
| "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/vfile-message": { | |
| "version": "4.0.3", | |
| "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", | |
| "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-stringify-position": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/vite": { | |
| "version": "7.1.5", | |
| "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.5.tgz", | |
| "integrity": "sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "esbuild": "^0.25.0", | |
| "fdir": "^6.5.0", | |
| "picomatch": "^4.0.3", | |
| "postcss": "^8.5.6", | |
| "rollup": "^4.43.0", | |
| "tinyglobby": "^0.2.15" | |
| }, | |
| "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", | |
| "jiti": ">=1.21.0", | |
| "less": "^4.0.0", | |
| "lightningcss": "^1.21.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 | |
| }, | |
| "jiti": { | |
| "optional": true | |
| }, | |
| "less": { | |
| "optional": true | |
| }, | |
| "lightningcss": { | |
| "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/yallist": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", | |
| "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/yaml": { | |
| "version": "2.8.1", | |
| "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", | |
| "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", | |
| "dev": true, | |
| "license": "ISC", | |
| "optional": true, | |
| "peer": true, | |
| "bin": { | |
| "yaml": "bin.mjs" | |
| }, | |
| "engines": { | |
| "node": ">= 14.6" | |
| } | |
| }, | |
| "node_modules/zwitch": { | |
| "version": "2.0.4", | |
| "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", | |
| "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| } | |
| } | |
| } | |