| { |
| "name": "casbin-website-v3", |
| "version": "0.0.0", |
| "lockfileVersion": 3, |
| "requires": true, |
| "packages": { |
| "": { |
| "name": "casbin-website-v3", |
| "version": "0.0.0", |
| "hasInstallScript": true, |
| "dependencies": { |
| "@giscus/react": "^3.1.0", |
| "@radix-ui/react-avatar": "^1.1.11", |
| "@radix-ui/react-collapsible": "^1.1.12", |
| "@radix-ui/react-popover": "^1.1.15", |
| "@radix-ui/react-slot": "^1.2.4", |
| "@radix-ui/react-tooltip": "^1.2.8", |
| "class-variance-authority": "^0.7.1", |
| "clsx": "^2.1.1", |
| "fumadocs-core": "^16.4.7", |
| "fumadocs-mdx": "^14.2.5", |
| "fumadocs-twoslash": "^3.1.12", |
| "fumadocs-ui": "^16.4.7", |
| "lucide-react": "^0.562.0", |
| "next": "16.0.10", |
| "next-themes": "^0.4.6", |
| "octokit": "^5.0.5", |
| "react": "^19.2.3", |
| "react-dom": "^19.2.3", |
| "react-markdown": "^10.1.0", |
| "tailwind-merge": "^3.4.0", |
| "unist-util-visit": "^5.0.0" |
| }, |
| "devDependencies": { |
| "@semantic-release/commit-analyzer": "^13.0.0", |
| "@semantic-release/github": "^11.0.0", |
| "@semantic-release/npm": "^12.0.1", |
| "@semantic-release/release-notes-generator": "^14.0.1", |
| "@tailwindcss/postcss": "^4.1.18", |
| "@types/mdx": "^2.0.13", |
| "@types/node": "^24.10.2", |
| "@types/react": "^19.2.7", |
| "@types/react-dom": "^19.2.3", |
| "eslint": "^9.39.2", |
| "eslint-config-next": "16.0.10", |
| "eslint-config-prettier": "^10.1.8", |
| "eslint-plugin-prettier": "^5.5.5", |
| "glob": "^8.1.0", |
| "postcss": "^8.5.6", |
| "prettier": "^3.8.1", |
| "semantic-release": "^24.2.0", |
| "tailwindcss": "^4.1.18", |
| "tw-animate-css": "^1.4.0", |
| "typescript": "^5.9.3" |
| }, |
| "engines": { |
| "node": ">=20.0.0" |
| } |
| }, |
| "node_modules/@alloc/quick-lru": { |
| "version": "5.2.0", |
| "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", |
| "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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.5", |
| "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz", |
| "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/core": { |
| "version": "7.28.5", |
| "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", |
| "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.27.1", |
| "@babel/generator": "^7.28.5", |
| "@babel/helper-compilation-targets": "^7.27.2", |
| "@babel/helper-module-transforms": "^7.28.3", |
| "@babel/helpers": "^7.28.4", |
| "@babel/parser": "^7.28.5", |
| "@babel/template": "^7.27.2", |
| "@babel/traverse": "^7.28.5", |
| "@babel/types": "^7.28.5", |
| "@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.5", |
| "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", |
| "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/parser": "^7.28.5", |
| "@babel/types": "^7.28.5", |
| "@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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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-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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-validator-identifier": { |
| "version": "7.28.5", |
| "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", |
| "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", |
| "dev": true, |
| "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.5", |
| "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", |
| "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.28.5" |
| }, |
| "bin": { |
| "parser": "bin/babel-parser.js" |
| }, |
| "engines": { |
| "node": ">=6.0.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==", |
| "dev": true, |
| "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.5", |
| "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz", |
| "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.27.1", |
| "@babel/generator": "^7.28.5", |
| "@babel/helper-globals": "^7.28.0", |
| "@babel/parser": "^7.28.5", |
| "@babel/template": "^7.27.2", |
| "@babel/types": "^7.28.5", |
| "debug": "^4.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/types": { |
| "version": "7.28.5", |
| "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", |
| "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-string-parser": "^7.27.1", |
| "@babel/helper-validator-identifier": "^7.28.5" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@colors/colors": { |
| "version": "1.5.0", |
| "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", |
| "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "engines": { |
| "node": ">=0.1.90" |
| } |
| }, |
| "node_modules/@emnapi/core": { |
| "version": "1.8.1", |
| "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz", |
| "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==", |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "@emnapi/wasi-threads": "1.1.0", |
| "tslib": "^2.4.0" |
| } |
| }, |
| "node_modules/@emnapi/runtime": { |
| "version": "1.8.1", |
| "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz", |
| "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==", |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "tslib": "^2.4.0" |
| } |
| }, |
| "node_modules/@emnapi/wasi-threads": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz", |
| "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==", |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "tslib": "^2.4.0" |
| } |
| }, |
| "node_modules/@esbuild/aix-ppc64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz", |
| "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "aix" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/android-arm": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz", |
| "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==", |
| "cpu": [ |
| "arm" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/android-arm64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz", |
| "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/android-x64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz", |
| "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/darwin-arm64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz", |
| "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/darwin-x64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz", |
| "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/freebsd-arm64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz", |
| "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/freebsd-x64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz", |
| "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-arm": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz", |
| "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==", |
| "cpu": [ |
| "arm" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-arm64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz", |
| "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-ia32": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz", |
| "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==", |
| "cpu": [ |
| "ia32" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-loong64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz", |
| "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==", |
| "cpu": [ |
| "loong64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-mips64el": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz", |
| "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==", |
| "cpu": [ |
| "mips64el" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-ppc64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz", |
| "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-riscv64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz", |
| "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==", |
| "cpu": [ |
| "riscv64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-s390x": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz", |
| "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==", |
| "cpu": [ |
| "s390x" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/linux-x64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz", |
| "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/netbsd-arm64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz", |
| "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "netbsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/netbsd-x64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz", |
| "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "netbsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/openbsd-arm64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz", |
| "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "openbsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/openbsd-x64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz", |
| "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "openbsd" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/openharmony-arm64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz", |
| "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "openharmony" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/sunos-x64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz", |
| "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "sunos" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/win32-arm64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz", |
| "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/win32-ia32": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz", |
| "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==", |
| "cpu": [ |
| "ia32" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@esbuild/win32-x64": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz", |
| "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@eslint-community/eslint-utils": { |
| "version": "4.9.1", |
| "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", |
| "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "eslint-visitor-keys": "^3.4.3" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" |
| } |
| }, |
| "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { |
| "version": "3.4.3", |
| "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", |
| "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/@eslint-community/regexpp": { |
| "version": "4.12.2", |
| "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", |
| "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.0.0 || ^14.0.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/@eslint/config-array": { |
| "version": "0.21.1", |
| "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz", |
| "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@eslint/object-schema": "^2.1.7", |
| "debug": "^4.3.1", |
| "minimatch": "^3.1.2" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| } |
| }, |
| "node_modules/@eslint/config-helpers": { |
| "version": "0.4.2", |
| "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", |
| "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@eslint/core": "^0.17.0" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| } |
| }, |
| "node_modules/@eslint/core": { |
| "version": "0.17.0", |
| "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", |
| "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@types/json-schema": "^7.0.15" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| } |
| }, |
| "node_modules/@eslint/eslintrc": { |
| "version": "3.3.3", |
| "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz", |
| "integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ajv": "^6.12.4", |
| "debug": "^4.3.2", |
| "espree": "^10.0.1", |
| "globals": "^14.0.0", |
| "ignore": "^5.2.0", |
| "import-fresh": "^3.2.1", |
| "js-yaml": "^4.1.1", |
| "minimatch": "^3.1.2", |
| "strip-json-comments": "^3.1.1" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/@eslint/js": { |
| "version": "9.39.2", |
| "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz", |
| "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://eslint.org/donate" |
| } |
| }, |
| "node_modules/@eslint/object-schema": { |
| "version": "2.1.7", |
| "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", |
| "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| } |
| }, |
| "node_modules/@eslint/plugin-kit": { |
| "version": "0.4.1", |
| "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", |
| "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@eslint/core": "^0.17.0", |
| "levn": "^0.4.1" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| } |
| }, |
| "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/react-dom": { |
| "version": "2.1.6", |
| "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz", |
| "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==", |
| "license": "MIT", |
| "dependencies": { |
| "@floating-ui/dom": "^1.7.4" |
| }, |
| "peerDependencies": { |
| "react": ">=16.8.0", |
| "react-dom": ">=16.8.0" |
| } |
| }, |
| "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/@formatjs/fast-memoize": { |
| "version": "3.0.3", |
| "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-3.0.3.tgz", |
| "integrity": "sha512-CArYtQKGLAOruCMeq5/RxCg6vUXFx3OuKBdTm30Wn/+gCefehmZ8Y2xSMxMrO2iel7hRyE3HKfV56t3vAU6D4Q==", |
| "license": "MIT", |
| "dependencies": { |
| "tslib": "^2.8.0" |
| } |
| }, |
| "node_modules/@formatjs/intl-localematcher": { |
| "version": "0.7.5", |
| "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.7.5.tgz", |
| "integrity": "sha512-7/nd90cn5CT7SVF71/ybUKAcnvBlr9nZlJJp8O8xIZHXFgYOC4SXExZlSdgHv2l6utjw1byidL06QzChvQMHwA==", |
| "license": "MIT", |
| "dependencies": { |
| "@formatjs/fast-memoize": "3.0.3", |
| "tslib": "^2.8.0" |
| } |
| }, |
| "node_modules/@fumadocs/ui": { |
| "version": "16.4.7", |
| "resolved": "https://registry.npmjs.org/@fumadocs/ui/-/ui-16.4.7.tgz", |
| "integrity": "sha512-NnkMIN5BzBRh2OzA9rp2SgbGEkEwfCfq0sE4vq2n+GkIDIggicGYUNgSl2gtIBQsKYKP/a4/0wrkQKdq4eUJlw==", |
| "license": "MIT", |
| "dependencies": { |
| "next-themes": "^0.4.6", |
| "postcss-selector-parser": "^7.1.1", |
| "tailwind-merge": "^3.4.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "fumadocs-core": "16.4.7", |
| "next": "16.x.x", |
| "react": "^19.2.0", |
| "react-dom": "^19.2.0", |
| "tailwindcss": "^4.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "next": { |
| "optional": true |
| }, |
| "tailwindcss": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@giscus/react": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/@giscus/react/-/react-3.1.0.tgz", |
| "integrity": "sha512-0TCO2TvL43+oOdyVVGHDItwxD1UMKP2ZYpT6gXmhFOqfAJtZxTzJ9hkn34iAF/b6YzyJ4Um89QIt9z/ajmAEeg==", |
| "dependencies": { |
| "giscus": "^1.6.0" |
| }, |
| "peerDependencies": { |
| "react": "^16 || ^17 || ^18 || ^19", |
| "react-dom": "^16 || ^17 || ^18 || ^19" |
| } |
| }, |
| "node_modules/@humanfs/core": { |
| "version": "0.19.1", |
| "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", |
| "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=18.18.0" |
| } |
| }, |
| "node_modules/@humanfs/node": { |
| "version": "0.16.7", |
| "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", |
| "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@humanfs/core": "^0.19.1", |
| "@humanwhocodes/retry": "^0.4.0" |
| }, |
| "engines": { |
| "node": ">=18.18.0" |
| } |
| }, |
| "node_modules/@humanwhocodes/module-importer": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", |
| "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=12.22" |
| }, |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/nzakas" |
| } |
| }, |
| "node_modules/@humanwhocodes/retry": { |
| "version": "0.4.3", |
| "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", |
| "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=18.18" |
| }, |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/nzakas" |
| } |
| }, |
| "node_modules/@img/colour": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz", |
| "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==", |
| "license": "MIT", |
| "optional": true, |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@img/sharp-darwin-arm64": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz", |
| "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| }, |
| "optionalDependencies": { |
| "@img/sharp-libvips-darwin-arm64": "1.2.4" |
| } |
| }, |
| "node_modules/@img/sharp-darwin-x64": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz", |
| "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| }, |
| "optionalDependencies": { |
| "@img/sharp-libvips-darwin-x64": "1.2.4" |
| } |
| }, |
| "node_modules/@img/sharp-libvips-darwin-arm64": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz", |
| "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-libvips-darwin-x64": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz", |
| "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-libvips-linux-arm": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz", |
| "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==", |
| "cpu": [ |
| "arm" |
| ], |
| "license": "LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-libvips-linux-arm64": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz", |
| "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-libvips-linux-ppc64": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz", |
| "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "license": "LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-libvips-linux-riscv64": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz", |
| "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==", |
| "cpu": [ |
| "riscv64" |
| ], |
| "license": "LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-libvips-linux-s390x": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz", |
| "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==", |
| "cpu": [ |
| "s390x" |
| ], |
| "license": "LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-libvips-linux-x64": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz", |
| "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-libvips-linuxmusl-arm64": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz", |
| "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-libvips-linuxmusl-x64": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", |
| "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-linux-arm": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz", |
| "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==", |
| "cpu": [ |
| "arm" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| }, |
| "optionalDependencies": { |
| "@img/sharp-libvips-linux-arm": "1.2.4" |
| } |
| }, |
| "node_modules/@img/sharp-linux-arm64": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz", |
| "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| }, |
| "optionalDependencies": { |
| "@img/sharp-libvips-linux-arm64": "1.2.4" |
| } |
| }, |
| "node_modules/@img/sharp-linux-ppc64": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz", |
| "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| }, |
| "optionalDependencies": { |
| "@img/sharp-libvips-linux-ppc64": "1.2.4" |
| } |
| }, |
| "node_modules/@img/sharp-linux-riscv64": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz", |
| "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==", |
| "cpu": [ |
| "riscv64" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| }, |
| "optionalDependencies": { |
| "@img/sharp-libvips-linux-riscv64": "1.2.4" |
| } |
| }, |
| "node_modules/@img/sharp-linux-s390x": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz", |
| "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==", |
| "cpu": [ |
| "s390x" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| }, |
| "optionalDependencies": { |
| "@img/sharp-libvips-linux-s390x": "1.2.4" |
| } |
| }, |
| "node_modules/@img/sharp-linux-x64": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz", |
| "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| }, |
| "optionalDependencies": { |
| "@img/sharp-libvips-linux-x64": "1.2.4" |
| } |
| }, |
| "node_modules/@img/sharp-linuxmusl-arm64": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz", |
| "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| }, |
| "optionalDependencies": { |
| "@img/sharp-libvips-linuxmusl-arm64": "1.2.4" |
| } |
| }, |
| "node_modules/@img/sharp-linuxmusl-x64": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", |
| "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "Apache-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| }, |
| "optionalDependencies": { |
| "@img/sharp-libvips-linuxmusl-x64": "1.2.4" |
| } |
| }, |
| "node_modules/@img/sharp-wasm32": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz", |
| "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==", |
| "cpu": [ |
| "wasm32" |
| ], |
| "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", |
| "optional": true, |
| "dependencies": { |
| "@emnapi/runtime": "^1.7.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-win32-arm64": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz", |
| "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "Apache-2.0 AND LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-win32-ia32": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz", |
| "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==", |
| "cpu": [ |
| "ia32" |
| ], |
| "license": "Apache-2.0 AND LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "node_modules/@img/sharp-win32-x64": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz", |
| "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "Apache-2.0 AND LGPL-3.0-or-later", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/resolve-uri": "^3.1.0", |
| "@jridgewell/sourcemap-codec": "^1.4.14" |
| } |
| }, |
| "node_modules/@lit-labs/ssr-dom-shim": { |
| "version": "1.5.1", |
| "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.5.1.tgz", |
| "integrity": "sha512-Aou5UdlSpr5whQe8AA/bZG0jMj96CoJIWbGfZ91qieWu5AWUMKw8VR/pAkQkJYvBNhmCcWnZlyyk5oze8JIqYA==", |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/@lit/reactive-element": { |
| "version": "2.1.2", |
| "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-2.1.2.tgz", |
| "integrity": "sha512-pbCDiVMnne1lYUIaYNN5wrwQXDtHaYtg7YEFPeW+hws6U47WeFvISGUWekPGKWOP1ygrs0ef0o1VJMk1exos5A==", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@lit-labs/ssr-dom-shim": "^1.5.0" |
| } |
| }, |
| "node_modules/@mdx-js/mdx": { |
| "version": "3.1.1", |
| "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.1.tgz", |
| "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "@types/estree-jsx": "^1.0.0", |
| "@types/hast": "^3.0.0", |
| "@types/mdx": "^2.0.0", |
| "acorn": "^8.0.0", |
| "collapse-white-space": "^2.0.0", |
| "devlop": "^1.0.0", |
| "estree-util-is-identifier-name": "^3.0.0", |
| "estree-util-scope": "^1.0.0", |
| "estree-walker": "^3.0.0", |
| "hast-util-to-jsx-runtime": "^2.0.0", |
| "markdown-extensions": "^2.0.0", |
| "recma-build-jsx": "^1.0.0", |
| "recma-jsx": "^1.0.0", |
| "recma-stringify": "^1.0.0", |
| "rehype-recma": "^1.0.0", |
| "remark-mdx": "^3.0.0", |
| "remark-parse": "^11.0.0", |
| "remark-rehype": "^11.0.0", |
| "source-map": "^0.7.0", |
| "unified": "^11.0.0", |
| "unist-util-position-from-estree": "^2.0.0", |
| "unist-util-stringify-position": "^4.0.0", |
| "unist-util-visit": "^5.0.0", |
| "vfile": "^6.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/@napi-rs/wasm-runtime": { |
| "version": "0.2.12", |
| "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz", |
| "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==", |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "@emnapi/core": "^1.4.3", |
| "@emnapi/runtime": "^1.4.3", |
| "@tybys/wasm-util": "^0.10.0" |
| } |
| }, |
| "node_modules/@next/env": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/@next/env/-/env-16.0.10.tgz", |
| "integrity": "sha512-8tuaQkyDVgeONQ1MeT9Mkk8pQmZapMKFh5B+OrFUlG3rVmYTXcXlBetBgTurKXGaIZvkoqRT9JL5K3phXcgang==", |
| "license": "MIT" |
| }, |
| "node_modules/@next/eslint-plugin-next": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.0.10.tgz", |
| "integrity": "sha512-b2NlWN70bbPLmfyoLvvidPKWENBYYIe017ZGUpElvQjDytCWgxPJx7L9juxHt0xHvNVA08ZHJdOyhGzon/KJuw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fast-glob": "3.3.1" |
| } |
| }, |
| "node_modules/@next/swc-darwin-arm64": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.0.10.tgz", |
| "integrity": "sha512-4XgdKtdVsaflErz+B5XeG0T5PeXKDdruDf3CRpnhN+8UebNa5N2H58+3GDgpn/9GBurrQ1uWW768FfscwYkJRg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@next/swc-darwin-x64": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.0.10.tgz", |
| "integrity": "sha512-spbEObMvRKkQ3CkYVOME+ocPDFo5UqHb8EMTS78/0mQ+O1nqE8toHJVioZo4TvebATxgA8XMTHHrScPrn68OGw==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@next/swc-linux-arm64-gnu": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.0.10.tgz", |
| "integrity": "sha512-uQtWE3X0iGB8apTIskOMi2w/MKONrPOUCi5yLO+v3O8Mb5c7K4Q5KD1jvTpTF5gJKa3VH/ijKjKUq9O9UhwOYw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@next/swc-linux-arm64-musl": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.0.10.tgz", |
| "integrity": "sha512-llA+hiDTrYvyWI21Z0L1GiXwjQaanPVQQwru5peOgtooeJ8qx3tlqRV2P7uH2pKQaUfHxI/WVarvI5oYgGxaTw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@next/swc-linux-x64-gnu": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.0.10.tgz", |
| "integrity": "sha512-AK2q5H0+a9nsXbeZ3FZdMtbtu9jxW4R/NgzZ6+lrTm3d6Zb7jYrWcgjcpM1k8uuqlSy4xIyPR2YiuUr+wXsavA==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@next/swc-linux-x64-musl": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.0.10.tgz", |
| "integrity": "sha512-1TDG9PDKivNw5550S111gsO4RGennLVl9cipPhtkXIFVwo31YZ73nEbLjNC8qG3SgTz/QZyYyaFYMeY4BKZR/g==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@next/swc-win32-arm64-msvc": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.0.10.tgz", |
| "integrity": "sha512-aEZIS4Hh32xdJQbHz121pyuVZniSNoqDVx1yIr2hy+ZwJGipeqnMZBJHyMxv2tiuAXGx6/xpTcQJ6btIiBjgmg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@next/swc-win32-x64-msvc": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.0.10.tgz", |
| "integrity": "sha512-E+njfCoFLb01RAFEnGZn6ERoOqhK1Gl3Lfz1Kjnj0Ulfu7oJbuMyvBKNj/bw8XZnenHDASlygTjZICQW+rYW1Q==", |
| "cpu": [ |
| "x64" |
| ], |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@nodelib/fs.scandir": { |
| "version": "2.1.5", |
| "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", |
| "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@nodelib/fs.stat": "2.0.5", |
| "run-parallel": "^1.1.9" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/@nodelib/fs.stat": { |
| "version": "2.0.5", |
| "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", |
| "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/@nodelib/fs.walk": { |
| "version": "1.2.8", |
| "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", |
| "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@nodelib/fs.scandir": "2.1.5", |
| "fastq": "^1.6.0" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/@nolyfill/is-core-module": { |
| "version": "1.0.39", |
| "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz", |
| "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12.4.0" |
| } |
| }, |
| "node_modules/@octokit/app": { |
| "version": "16.1.2", |
| "resolved": "https://registry.npmjs.org/@octokit/app/-/app-16.1.2.tgz", |
| "integrity": "sha512-8j7sEpUYVj18dxvh0KWj6W/l6uAiVRBl1JBDVRqH1VHKAO/G5eRVl4yEoYACjakWers1DjUkcCHyJNQK47JqyQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/auth-app": "^8.1.2", |
| "@octokit/auth-unauthenticated": "^7.0.3", |
| "@octokit/core": "^7.0.6", |
| "@octokit/oauth-app": "^8.0.3", |
| "@octokit/plugin-paginate-rest": "^14.0.0", |
| "@octokit/types": "^16.0.0", |
| "@octokit/webhooks": "^14.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/auth-app": { |
| "version": "8.1.2", |
| "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-8.1.2.tgz", |
| "integrity": "sha512-db8VO0PqXxfzI6GdjtgEFHY9tzqUql5xMFXYA12juq8TeTgPAuiiP3zid4h50lwlIP457p5+56PnJOgd2GGBuw==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/auth-oauth-app": "^9.0.3", |
| "@octokit/auth-oauth-user": "^6.0.2", |
| "@octokit/request": "^10.0.6", |
| "@octokit/request-error": "^7.0.2", |
| "@octokit/types": "^16.0.0", |
| "toad-cache": "^3.7.0", |
| "universal-github-app-jwt": "^2.2.0", |
| "universal-user-agent": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/auth-oauth-app": { |
| "version": "9.0.3", |
| "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-app/-/auth-oauth-app-9.0.3.tgz", |
| "integrity": "sha512-+yoFQquaF8OxJSxTb7rnytBIC2ZLbLqA/yb71I4ZXT9+Slw4TziV9j/kyGhUFRRTF2+7WlnIWsePZCWHs+OGjg==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/auth-oauth-device": "^8.0.3", |
| "@octokit/auth-oauth-user": "^6.0.2", |
| "@octokit/request": "^10.0.6", |
| "@octokit/types": "^16.0.0", |
| "universal-user-agent": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/auth-oauth-device": { |
| "version": "8.0.3", |
| "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-device/-/auth-oauth-device-8.0.3.tgz", |
| "integrity": "sha512-zh2W0mKKMh/VWZhSqlaCzY7qFyrgd9oTWmTmHaXnHNeQRCZr/CXy2jCgHo4e4dJVTiuxP5dLa0YM5p5QVhJHbw==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/oauth-methods": "^6.0.2", |
| "@octokit/request": "^10.0.6", |
| "@octokit/types": "^16.0.0", |
| "universal-user-agent": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/auth-oauth-user": { |
| "version": "6.0.2", |
| "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-user/-/auth-oauth-user-6.0.2.tgz", |
| "integrity": "sha512-qLoPPc6E6GJoz3XeDG/pnDhJpTkODTGG4kY0/Py154i/I003O9NazkrwJwRuzgCalhzyIeWQ+6MDvkUmKXjg/A==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/auth-oauth-device": "^8.0.3", |
| "@octokit/oauth-methods": "^6.0.2", |
| "@octokit/request": "^10.0.6", |
| "@octokit/types": "^16.0.0", |
| "universal-user-agent": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/auth-token": { |
| "version": "6.0.0", |
| "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-6.0.0.tgz", |
| "integrity": "sha512-P4YJBPdPSpWTQ1NU4XYdvHvXJJDxM6YwpS0FZHRgP7YFkdVxsWcpWGy/NVqlAA7PcPCnMacXlRm1y2PFZRWL/w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/auth-unauthenticated": { |
| "version": "7.0.3", |
| "resolved": "https://registry.npmjs.org/@octokit/auth-unauthenticated/-/auth-unauthenticated-7.0.3.tgz", |
| "integrity": "sha512-8Jb1mtUdmBHL7lGmop9mU9ArMRUTRhg8vp0T1VtZ4yd9vEm3zcLwmjQkhNEduKawOOORie61xhtYIhTDN+ZQ3g==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/request-error": "^7.0.2", |
| "@octokit/types": "^16.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/core": { |
| "version": "7.0.6", |
| "resolved": "https://registry.npmjs.org/@octokit/core/-/core-7.0.6.tgz", |
| "integrity": "sha512-DhGl4xMVFGVIyMwswXeyzdL4uXD5OGILGX5N8Y+f6W7LhC1Ze2poSNrkF/fedpVDHEEZ+PHFW0vL14I+mm8K3Q==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/auth-token": "^6.0.0", |
| "@octokit/graphql": "^9.0.3", |
| "@octokit/request": "^10.0.6", |
| "@octokit/request-error": "^7.0.2", |
| "@octokit/types": "^16.0.0", |
| "before-after-hook": "^4.0.0", |
| "universal-user-agent": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/endpoint": { |
| "version": "11.0.2", |
| "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-11.0.2.tgz", |
| "integrity": "sha512-4zCpzP1fWc7QlqunZ5bSEjxc6yLAlRTnDwKtgXfcI/FxxGoqedDG8V2+xJ60bV2kODqcGB+nATdtap/XYq2NZQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/types": "^16.0.0", |
| "universal-user-agent": "^7.0.2" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/graphql": { |
| "version": "9.0.3", |
| "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-9.0.3.tgz", |
| "integrity": "sha512-grAEuupr/C1rALFnXTv6ZQhFuL1D8G5y8CN04RgrO4FIPMrtm+mcZzFG7dcBm+nq+1ppNixu+Jd78aeJOYxlGA==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/request": "^10.0.6", |
| "@octokit/types": "^16.0.0", |
| "universal-user-agent": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/oauth-app": { |
| "version": "8.0.3", |
| "resolved": "https://registry.npmjs.org/@octokit/oauth-app/-/oauth-app-8.0.3.tgz", |
| "integrity": "sha512-jnAjvTsPepyUaMu9e69hYBuozEPgYqP4Z3UnpmvoIzHDpf8EXDGvTY1l1jK0RsZ194oRd+k6Hm13oRU8EoDFwg==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/auth-oauth-app": "^9.0.2", |
| "@octokit/auth-oauth-user": "^6.0.1", |
| "@octokit/auth-unauthenticated": "^7.0.2", |
| "@octokit/core": "^7.0.5", |
| "@octokit/oauth-authorization-url": "^8.0.0", |
| "@octokit/oauth-methods": "^6.0.1", |
| "@types/aws-lambda": "^8.10.83", |
| "universal-user-agent": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/oauth-authorization-url": { |
| "version": "8.0.0", |
| "resolved": "https://registry.npmjs.org/@octokit/oauth-authorization-url/-/oauth-authorization-url-8.0.0.tgz", |
| "integrity": "sha512-7QoLPRh/ssEA/HuHBHdVdSgF8xNLz/Bc5m9fZkArJE5bb6NmVkDm3anKxXPmN1zh6b5WKZPRr3697xKT/yM3qQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/oauth-methods": { |
| "version": "6.0.2", |
| "resolved": "https://registry.npmjs.org/@octokit/oauth-methods/-/oauth-methods-6.0.2.tgz", |
| "integrity": "sha512-HiNOO3MqLxlt5Da5bZbLV8Zarnphi4y9XehrbaFMkcoJ+FL7sMxH/UlUsCVxpddVu4qvNDrBdaTVE2o4ITK8ng==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/oauth-authorization-url": "^8.0.0", |
| "@octokit/request": "^10.0.6", |
| "@octokit/request-error": "^7.0.2", |
| "@octokit/types": "^16.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/openapi-types": { |
| "version": "27.0.0", |
| "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-27.0.0.tgz", |
| "integrity": "sha512-whrdktVs1h6gtR+09+QsNk2+FO+49j6ga1c55YZudfEG+oKJVvJLQi3zkOm5JjiUXAagWK2tI2kTGKJ2Ys7MGA==", |
| "license": "MIT" |
| }, |
| "node_modules/@octokit/openapi-webhooks-types": { |
| "version": "12.1.0", |
| "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-12.1.0.tgz", |
| "integrity": "sha512-WiuzhOsiOvb7W3Pvmhf8d2C6qaLHXrWiLBP4nJ/4kydu+wpagV5Fkz9RfQwV2afYzv3PB+3xYgp4mAdNGjDprA==", |
| "license": "MIT" |
| }, |
| "node_modules/@octokit/plugin-paginate-graphql": { |
| "version": "6.0.0", |
| "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-graphql/-/plugin-paginate-graphql-6.0.0.tgz", |
| "integrity": "sha512-crfpnIoFiBtRkvPqOyLOsw12XsveYuY2ieP6uYDosoUegBJpSVxGwut9sxUgFFcll3VTOTqpUf8yGd8x1OmAkQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 20" |
| }, |
| "peerDependencies": { |
| "@octokit/core": ">=6" |
| } |
| }, |
| "node_modules/@octokit/plugin-paginate-rest": { |
| "version": "14.0.0", |
| "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-14.0.0.tgz", |
| "integrity": "sha512-fNVRE7ufJiAA3XUrha2omTA39M6IXIc6GIZLvlbsm8QOQCYvpq/LkMNGyFlB1d8hTDzsAXa3OKtybdMAYsV/fw==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/types": "^16.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| }, |
| "peerDependencies": { |
| "@octokit/core": ">=6" |
| } |
| }, |
| "node_modules/@octokit/plugin-rest-endpoint-methods": { |
| "version": "17.0.0", |
| "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-17.0.0.tgz", |
| "integrity": "sha512-B5yCyIlOJFPqUUeiD0cnBJwWJO8lkJs5d8+ze9QDP6SvfiXSz1BF+91+0MeI1d2yxgOhU/O+CvtiZ9jSkHhFAw==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/types": "^16.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| }, |
| "peerDependencies": { |
| "@octokit/core": ">=6" |
| } |
| }, |
| "node_modules/@octokit/plugin-retry": { |
| "version": "8.0.3", |
| "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-8.0.3.tgz", |
| "integrity": "sha512-vKGx1i3MC0za53IzYBSBXcrhmd+daQDzuZfYDd52X5S0M2otf3kVZTVP8bLA3EkU0lTvd1WEC2OlNNa4G+dohA==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/request-error": "^7.0.2", |
| "@octokit/types": "^16.0.0", |
| "bottleneck": "^2.15.3" |
| }, |
| "engines": { |
| "node": ">= 20" |
| }, |
| "peerDependencies": { |
| "@octokit/core": ">=7" |
| } |
| }, |
| "node_modules/@octokit/plugin-throttling": { |
| "version": "11.0.3", |
| "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-11.0.3.tgz", |
| "integrity": "sha512-34eE0RkFCKycLl2D2kq7W+LovheM/ex3AwZCYN8udpi6bxsyjZidb2McXs69hZhLmJlDqTSP8cH+jSRpiaijBg==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/types": "^16.0.0", |
| "bottleneck": "^2.15.3" |
| }, |
| "engines": { |
| "node": ">= 20" |
| }, |
| "peerDependencies": { |
| "@octokit/core": "^7.0.0" |
| } |
| }, |
| "node_modules/@octokit/request": { |
| "version": "10.0.7", |
| "resolved": "https://registry.npmjs.org/@octokit/request/-/request-10.0.7.tgz", |
| "integrity": "sha512-v93h0i1yu4idj8qFPZwjehoJx4j3Ntn+JhXsdJrG9pYaX6j/XRz2RmasMUHtNgQD39nrv/VwTWSqK0RNXR8upA==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/endpoint": "^11.0.2", |
| "@octokit/request-error": "^7.0.2", |
| "@octokit/types": "^16.0.0", |
| "fast-content-type-parse": "^3.0.0", |
| "universal-user-agent": "^7.0.2" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/request-error": { |
| "version": "7.1.0", |
| "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-7.1.0.tgz", |
| "integrity": "sha512-KMQIfq5sOPpkQYajXHwnhjCC0slzCNScLHs9JafXc4RAJI+9f+jNDlBNaIMTvazOPLgb4BnlhGJOTbnN0wIjPw==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/types": "^16.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/types": { |
| "version": "16.0.0", |
| "resolved": "https://registry.npmjs.org/@octokit/types/-/types-16.0.0.tgz", |
| "integrity": "sha512-sKq+9r1Mm4efXW1FCk7hFSeJo4QKreL/tTbR0rz/qx/r1Oa2VV83LTA/H/MuCOX7uCIJmQVRKBcbmWoySjAnSg==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/openapi-types": "^27.0.0" |
| } |
| }, |
| "node_modules/@octokit/webhooks": { |
| "version": "14.2.0", |
| "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-14.2.0.tgz", |
| "integrity": "sha512-da6KbdNCV5sr1/txD896V+6W0iamFWrvVl8cHkBSPT+YlvmT3DwXa4jxZnQc+gnuTEqSWbBeoSZYTayXH9wXcw==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/openapi-webhooks-types": "12.1.0", |
| "@octokit/request-error": "^7.0.0", |
| "@octokit/webhooks-methods": "^6.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@octokit/webhooks-methods": { |
| "version": "6.0.0", |
| "resolved": "https://registry.npmjs.org/@octokit/webhooks-methods/-/webhooks-methods-6.0.0.tgz", |
| "integrity": "sha512-MFlzzoDJVw/GcbfzVC1RLR36QqkTLUf79vLVO3D+xn7r0QgxnFoLZgtrzxiQErAjFUOdH6fas2KeQJ1yr/qaXQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/@orama/orama": { |
| "version": "3.1.18", |
| "resolved": "https://registry.npmjs.org/@orama/orama/-/orama-3.1.18.tgz", |
| "integrity": "sha512-a61ljmRVVyG5MC/698C8/FfFDw5a8LOIvyOLW5fztgUXqUpc1jOfQzOitSCbge657OgXXThmY3Tk8fpiDb4UcA==", |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">= 20.0.0" |
| } |
| }, |
| "node_modules/@pkgr/core": { |
| "version": "0.2.9", |
| "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.9.tgz", |
| "integrity": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/pkgr" |
| } |
| }, |
| "node_modules/@pnpm/config.env-replace": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz", |
| "integrity": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12.22.0" |
| } |
| }, |
| "node_modules/@pnpm/network.ca-file": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz", |
| "integrity": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "graceful-fs": "4.2.10" |
| }, |
| "engines": { |
| "node": ">=12.22.0" |
| } |
| }, |
| "node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": { |
| "version": "4.2.10", |
| "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", |
| "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/@pnpm/npm-conf": { |
| "version": "3.0.2", |
| "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-3.0.2.tgz", |
| "integrity": "sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@pnpm/config.env-replace": "^1.1.0", |
| "@pnpm/network.ca-file": "^1.0.1", |
| "config-chain": "^1.1.11" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/@radix-ui/number": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.1.1.tgz", |
| "integrity": "sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==", |
| "license": "MIT" |
| }, |
| "node_modules/@radix-ui/primitive": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.3.tgz", |
| "integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==", |
| "license": "MIT" |
| }, |
| "node_modules/@radix-ui/react-accordion": { |
| "version": "1.2.12", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-accordion/-/react-accordion-1.2.12.tgz", |
| "integrity": "sha512-T4nygeh9YE9dLRPhAHSeOZi7HBXo+0kYIPJXayZfvWOWA0+n3dESrZbjfDPUABkUNym6Hd+f2IR113To8D2GPA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.3", |
| "@radix-ui/react-collapsible": "1.1.12", |
| "@radix-ui/react-collection": "1.1.7", |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-context": "1.1.2", |
| "@radix-ui/react-direction": "1.1.1", |
| "@radix-ui/react-id": "1.1.1", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-use-controllable-state": "1.2.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-arrow": { |
| "version": "1.1.7", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.7.tgz", |
| "integrity": "sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-primitive": "2.1.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-avatar": { |
| "version": "1.1.11", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-avatar/-/react-avatar-1.1.11.tgz", |
| "integrity": "sha512-0Qk603AHGV28BOBO34p7IgD5m+V5Sg/YovfayABkoDDBM5d3NCx0Mp4gGrjzLGes1jV5eNOE1r3itqOR33VC6Q==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-context": "1.1.3", |
| "@radix-ui/react-primitive": "2.1.4", |
| "@radix-ui/react-use-callback-ref": "1.1.1", |
| "@radix-ui/react-use-is-hydrated": "0.1.0", |
| "@radix-ui/react-use-layout-effect": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-context": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.3.tgz", |
| "integrity": "sha512-ieIFACdMpYfMEjF0rEf5KLvfVyIkOz6PDGyNnP+u+4xQ6jny3VCgA4OgXOwNx2aUkxn8zx9fiVcM8CfFYv9Lxw==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-primitive": { |
| "version": "2.1.4", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.4.tgz", |
| "integrity": "sha512-9hQc4+GNVtJAIEPEqlYqW5RiYdrr8ea5XQ0ZOnD6fgru+83kqT15mq2OCcbe8KnjRZl5vF3ks69AKz3kh1jrhg==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-slot": "1.2.4" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-collapsible": { |
| "version": "1.1.12", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-collapsible/-/react-collapsible-1.1.12.tgz", |
| "integrity": "sha512-Uu+mSh4agx2ib1uIGPP4/CKNULyajb3p92LsVXmH2EHVMTfZWpll88XJ0j4W0z3f8NK1eYl1+Mf/szHPmcHzyA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.3", |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-context": "1.1.2", |
| "@radix-ui/react-id": "1.1.1", |
| "@radix-ui/react-presence": "1.1.5", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-use-controllable-state": "1.2.2", |
| "@radix-ui/react-use-layout-effect": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-collection": { |
| "version": "1.1.7", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.7.tgz", |
| "integrity": "sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-context": "1.1.2", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-slot": "1.2.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", |
| "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-compose-refs": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz", |
| "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-context": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.2.tgz", |
| "integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-dialog": { |
| "version": "1.1.15", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz", |
| "integrity": "sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.3", |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-context": "1.1.2", |
| "@radix-ui/react-dismissable-layer": "1.1.11", |
| "@radix-ui/react-focus-guards": "1.1.3", |
| "@radix-ui/react-focus-scope": "1.1.7", |
| "@radix-ui/react-id": "1.1.1", |
| "@radix-ui/react-portal": "1.1.9", |
| "@radix-ui/react-presence": "1.1.5", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-slot": "1.2.3", |
| "@radix-ui/react-use-controllable-state": "1.2.2", |
| "aria-hidden": "^1.2.4", |
| "react-remove-scroll": "^2.6.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", |
| "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-direction": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.1.tgz", |
| "integrity": "sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-dismissable-layer": { |
| "version": "1.1.11", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz", |
| "integrity": "sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.3", |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-use-callback-ref": "1.1.1", |
| "@radix-ui/react-use-escape-keydown": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-focus-guards": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz", |
| "integrity": "sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-focus-scope": { |
| "version": "1.1.7", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz", |
| "integrity": "sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-use-callback-ref": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-id": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz", |
| "integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-layout-effect": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-navigation-menu": { |
| "version": "1.2.14", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.2.14.tgz", |
| "integrity": "sha512-YB9mTFQvCOAQMHU+C/jVl96WmuWeltyUEpRJJky51huhds5W2FQr1J8D/16sQlf0ozxkPK8uF3niQMdUwZPv5w==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.3", |
| "@radix-ui/react-collection": "1.1.7", |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-context": "1.1.2", |
| "@radix-ui/react-direction": "1.1.1", |
| "@radix-ui/react-dismissable-layer": "1.1.11", |
| "@radix-ui/react-id": "1.1.1", |
| "@radix-ui/react-presence": "1.1.5", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-use-callback-ref": "1.1.1", |
| "@radix-ui/react-use-controllable-state": "1.2.2", |
| "@radix-ui/react-use-layout-effect": "1.1.1", |
| "@radix-ui/react-use-previous": "1.1.1", |
| "@radix-ui/react-visually-hidden": "1.2.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-popover": { |
| "version": "1.1.15", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.1.15.tgz", |
| "integrity": "sha512-kr0X2+6Yy/vJzLYJUPCZEc8SfQcf+1COFoAqauJm74umQhta9M7lNJHP7QQS3vkvcGLQUbWpMzwrXYwrYztHKA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.3", |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-context": "1.1.2", |
| "@radix-ui/react-dismissable-layer": "1.1.11", |
| "@radix-ui/react-focus-guards": "1.1.3", |
| "@radix-ui/react-focus-scope": "1.1.7", |
| "@radix-ui/react-id": "1.1.1", |
| "@radix-ui/react-popper": "1.2.8", |
| "@radix-ui/react-portal": "1.1.9", |
| "@radix-ui/react-presence": "1.1.5", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-slot": "1.2.3", |
| "@radix-ui/react-use-controllable-state": "1.2.2", |
| "aria-hidden": "^1.2.4", |
| "react-remove-scroll": "^2.6.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", |
| "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-popper": { |
| "version": "1.2.8", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.8.tgz", |
| "integrity": "sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==", |
| "license": "MIT", |
| "dependencies": { |
| "@floating-ui/react-dom": "^2.0.0", |
| "@radix-ui/react-arrow": "1.1.7", |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-context": "1.1.2", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-use-callback-ref": "1.1.1", |
| "@radix-ui/react-use-layout-effect": "1.1.1", |
| "@radix-ui/react-use-rect": "1.1.1", |
| "@radix-ui/react-use-size": "1.1.1", |
| "@radix-ui/rect": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-portal": { |
| "version": "1.1.9", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.9.tgz", |
| "integrity": "sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-use-layout-effect": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-presence": { |
| "version": "1.1.5", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.5.tgz", |
| "integrity": "sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-use-layout-effect": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-primitive": { |
| "version": "2.1.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz", |
| "integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-slot": "1.2.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", |
| "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-roving-focus": { |
| "version": "1.1.11", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.11.tgz", |
| "integrity": "sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.3", |
| "@radix-ui/react-collection": "1.1.7", |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-context": "1.1.2", |
| "@radix-ui/react-direction": "1.1.1", |
| "@radix-ui/react-id": "1.1.1", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-use-callback-ref": "1.1.1", |
| "@radix-ui/react-use-controllable-state": "1.2.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-scroll-area": { |
| "version": "1.2.10", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-scroll-area/-/react-scroll-area-1.2.10.tgz", |
| "integrity": "sha512-tAXIa1g3sM5CGpVT0uIbUx/U3Gs5N8T52IICuCtObaos1S8fzsrPXG5WObkQN3S6NVl6wKgPhAIiBGbWnvc97A==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/number": "1.1.1", |
| "@radix-ui/primitive": "1.1.3", |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-context": "1.1.2", |
| "@radix-ui/react-direction": "1.1.1", |
| "@radix-ui/react-presence": "1.1.5", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-use-callback-ref": "1.1.1", |
| "@radix-ui/react-use-layout-effect": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-slot": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.4.tgz", |
| "integrity": "sha512-Jl+bCv8HxKnlTLVrcDE8zTMJ09R9/ukw4qBs/oZClOfoQk/cOTbDn+NceXfV7j09YPVQUryJPHurafcSg6EVKA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-tabs": { |
| "version": "1.1.13", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-tabs/-/react-tabs-1.1.13.tgz", |
| "integrity": "sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.3", |
| "@radix-ui/react-context": "1.1.2", |
| "@radix-ui/react-direction": "1.1.1", |
| "@radix-ui/react-id": "1.1.1", |
| "@radix-ui/react-presence": "1.1.5", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-roving-focus": "1.1.11", |
| "@radix-ui/react-use-controllable-state": "1.2.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-tooltip": { |
| "version": "1.2.8", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.2.8.tgz", |
| "integrity": "sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.3", |
| "@radix-ui/react-compose-refs": "1.1.2", |
| "@radix-ui/react-context": "1.1.2", |
| "@radix-ui/react-dismissable-layer": "1.1.11", |
| "@radix-ui/react-id": "1.1.1", |
| "@radix-ui/react-popper": "1.2.8", |
| "@radix-ui/react-portal": "1.1.9", |
| "@radix-ui/react-presence": "1.1.5", |
| "@radix-ui/react-primitive": "2.1.3", |
| "@radix-ui/react-slot": "1.2.3", |
| "@radix-ui/react-use-controllable-state": "1.2.2", |
| "@radix-ui/react-visually-hidden": "1.2.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", |
| "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-compose-refs": "1.1.2" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-callback-ref": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz", |
| "integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-controllable-state": { |
| "version": "1.2.2", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz", |
| "integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-effect-event": "0.0.2", |
| "@radix-ui/react-use-layout-effect": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-effect-event": { |
| "version": "0.0.2", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz", |
| "integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-layout-effect": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-escape-keydown": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz", |
| "integrity": "sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-callback-ref": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-is-hydrated": { |
| "version": "0.1.0", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-is-hydrated/-/react-use-is-hydrated-0.1.0.tgz", |
| "integrity": "sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==", |
| "license": "MIT", |
| "dependencies": { |
| "use-sync-external-store": "^1.5.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-layout-effect": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz", |
| "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-previous": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.1.tgz", |
| "integrity": "sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-rect": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.1.tgz", |
| "integrity": "sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/rect": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-use-size": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.1.tgz", |
| "integrity": "sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-use-layout-effect": "1.1.1" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/react-visually-hidden": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.3.tgz", |
| "integrity": "sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-primitive": "2.1.3" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@radix-ui/rect": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.1.tgz", |
| "integrity": "sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==", |
| "license": "MIT" |
| }, |
| "node_modules/@rtsao/scc": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz", |
| "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@sec-ant/readable-stream": { |
| "version": "0.4.1", |
| "resolved": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz", |
| "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@semantic-release/commit-analyzer": { |
| "version": "13.0.1", |
| "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-13.0.1.tgz", |
| "integrity": "sha512-wdnBPHKkr9HhNhXOhZD5a2LNl91+hs8CC2vsAVYxtZH3y0dV3wKn+uZSN61rdJQZ8EGxzWB3inWocBHV9+u/CQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "conventional-changelog-angular": "^8.0.0", |
| "conventional-changelog-writer": "^8.0.0", |
| "conventional-commits-filter": "^5.0.0", |
| "conventional-commits-parser": "^6.0.0", |
| "debug": "^4.0.0", |
| "import-from-esm": "^2.0.0", |
| "lodash-es": "^4.17.21", |
| "micromatch": "^4.0.2" |
| }, |
| "engines": { |
| "node": ">=20.8.1" |
| }, |
| "peerDependencies": { |
| "semantic-release": ">=20.1.0" |
| } |
| }, |
| "node_modules/@semantic-release/error": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-4.0.0.tgz", |
| "integrity": "sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/@semantic-release/github": { |
| "version": "11.0.6", |
| "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-11.0.6.tgz", |
| "integrity": "sha512-ctDzdSMrT3H+pwKBPdyCPty6Y47X8dSrjd3aPZ5KKIKKWTwZBE9De8GtsH3TyAlw3Uyo2stegMx6rJMXKpJwJA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/core": "^7.0.0", |
| "@octokit/plugin-paginate-rest": "^13.0.0", |
| "@octokit/plugin-retry": "^8.0.0", |
| "@octokit/plugin-throttling": "^11.0.0", |
| "@semantic-release/error": "^4.0.0", |
| "aggregate-error": "^5.0.0", |
| "debug": "^4.3.4", |
| "dir-glob": "^3.0.1", |
| "http-proxy-agent": "^7.0.0", |
| "https-proxy-agent": "^7.0.0", |
| "issue-parser": "^7.0.0", |
| "lodash-es": "^4.17.21", |
| "mime": "^4.0.0", |
| "p-filter": "^4.0.0", |
| "tinyglobby": "^0.2.14", |
| "url-join": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=20.8.1" |
| }, |
| "peerDependencies": { |
| "semantic-release": ">=24.1.0" |
| } |
| }, |
| "node_modules/@semantic-release/github/node_modules/@octokit/openapi-types": { |
| "version": "26.0.0", |
| "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-26.0.0.tgz", |
| "integrity": "sha512-7AtcfKtpo77j7Ts73b4OWhOZHTKo/gGY8bB3bNBQz4H+GRSWqx2yvj8TXRsbdTE0eRmYmXOEY66jM7mJ7LzfsA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@semantic-release/github/node_modules/@octokit/plugin-paginate-rest": { |
| "version": "13.2.1", |
| "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-13.2.1.tgz", |
| "integrity": "sha512-Tj4PkZyIL6eBMYcG/76QGsedF0+dWVeLhYprTmuFVVxzDW7PQh23tM0TP0z+1MvSkxB29YFZwnUX+cXfTiSdyw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/types": "^15.0.1" |
| }, |
| "engines": { |
| "node": ">= 20" |
| }, |
| "peerDependencies": { |
| "@octokit/core": ">=6" |
| } |
| }, |
| "node_modules/@semantic-release/github/node_modules/@octokit/types": { |
| "version": "15.0.2", |
| "resolved": "https://registry.npmjs.org/@octokit/types/-/types-15.0.2.tgz", |
| "integrity": "sha512-rR+5VRjhYSer7sC51krfCctQhVTmjyUMAaShfPB8mscVa8tSoLyon3coxQmXu0ahJoLVWl8dSGD/3OGZlFV44Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/openapi-types": "^26.0.0" |
| } |
| }, |
| "node_modules/@semantic-release/npm": { |
| "version": "12.0.2", |
| "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-12.0.2.tgz", |
| "integrity": "sha512-+M9/Lb35IgnlUO6OSJ40Ie+hUsZLuph2fqXC/qrKn0fMvUU/jiCjpoL6zEm69vzcmaZJ8yNKtMBEKHWN49WBbQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@semantic-release/error": "^4.0.0", |
| "aggregate-error": "^5.0.0", |
| "execa": "^9.0.0", |
| "fs-extra": "^11.0.0", |
| "lodash-es": "^4.17.21", |
| "nerf-dart": "^1.0.0", |
| "normalize-url": "^8.0.0", |
| "npm": "^10.9.3", |
| "rc": "^1.2.8", |
| "read-pkg": "^9.0.0", |
| "registry-auth-token": "^5.0.0", |
| "semver": "^7.1.2", |
| "tempy": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=20.8.1" |
| }, |
| "peerDependencies": { |
| "semantic-release": ">=20.1.0" |
| } |
| }, |
| "node_modules/@semantic-release/npm/node_modules/semver": { |
| "version": "7.7.3", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", |
| "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/@semantic-release/release-notes-generator": { |
| "version": "14.1.0", |
| "resolved": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-14.1.0.tgz", |
| "integrity": "sha512-CcyDRk7xq+ON/20YNR+1I/jP7BYKICr1uKd1HHpROSnnTdGqOTburi4jcRiTYz0cpfhxSloQO3cGhnoot7IEkA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "conventional-changelog-angular": "^8.0.0", |
| "conventional-changelog-writer": "^8.0.0", |
| "conventional-commits-filter": "^5.0.0", |
| "conventional-commits-parser": "^6.0.0", |
| "debug": "^4.0.0", |
| "get-stream": "^7.0.0", |
| "import-from-esm": "^2.0.0", |
| "into-stream": "^7.0.0", |
| "lodash-es": "^4.17.21", |
| "read-package-up": "^11.0.0" |
| }, |
| "engines": { |
| "node": ">=20.8.1" |
| }, |
| "peerDependencies": { |
| "semantic-release": ">=20.1.0" |
| } |
| }, |
| "node_modules/@shikijs/core": { |
| "version": "3.21.0", |
| "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.21.0.tgz", |
| "integrity": "sha512-AXSQu/2n1UIQekY8euBJlvFYZIw0PHY63jUzGbrOma4wPxzznJXTXkri+QcHeBNaFxiiOljKxxJkVSoB3PjbyA==", |
| "license": "MIT", |
| "dependencies": { |
| "@shikijs/types": "3.21.0", |
| "@shikijs/vscode-textmate": "^10.0.2", |
| "@types/hast": "^3.0.4", |
| "hast-util-to-html": "^9.0.5" |
| } |
| }, |
| "node_modules/@shikijs/engine-javascript": { |
| "version": "3.21.0", |
| "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.21.0.tgz", |
| "integrity": "sha512-ATwv86xlbmfD9n9gKRiwuPpWgPENAWCLwYCGz9ugTJlsO2kOzhOkvoyV/UD+tJ0uT7YRyD530x6ugNSffmvIiQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@shikijs/types": "3.21.0", |
| "@shikijs/vscode-textmate": "^10.0.2", |
| "oniguruma-to-es": "^4.3.4" |
| } |
| }, |
| "node_modules/@shikijs/engine-oniguruma": { |
| "version": "3.21.0", |
| "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.21.0.tgz", |
| "integrity": "sha512-OYknTCct6qiwpQDqDdf3iedRdzj6hFlOPv5hMvI+hkWfCKs5mlJ4TXziBG9nyabLwGulrUjHiCq3xCspSzErYQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@shikijs/types": "3.21.0", |
| "@shikijs/vscode-textmate": "^10.0.2" |
| } |
| }, |
| "node_modules/@shikijs/langs": { |
| "version": "3.21.0", |
| "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.21.0.tgz", |
| "integrity": "sha512-g6mn5m+Y6GBJ4wxmBYqalK9Sp0CFkUqfNzUy2pJglUginz6ZpWbaWjDB4fbQ/8SHzFjYbtU6Ddlp1pc+PPNDVA==", |
| "license": "MIT", |
| "dependencies": { |
| "@shikijs/types": "3.21.0" |
| } |
| }, |
| "node_modules/@shikijs/rehype": { |
| "version": "3.21.0", |
| "resolved": "https://registry.npmjs.org/@shikijs/rehype/-/rehype-3.21.0.tgz", |
| "integrity": "sha512-fTQvwsZL67QdosMFdTgQ5SNjW3nxaPplRy//312hqOctRbIwviTV0nAbhv3NfnztHXvFli2zLYNKsTz/f9tbpQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@shikijs/types": "3.21.0", |
| "@types/hast": "^3.0.4", |
| "hast-util-to-string": "^3.0.1", |
| "shiki": "3.21.0", |
| "unified": "^11.0.5", |
| "unist-util-visit": "^5.0.0" |
| } |
| }, |
| "node_modules/@shikijs/themes": { |
| "version": "3.21.0", |
| "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.21.0.tgz", |
| "integrity": "sha512-BAE4cr9EDiZyYzwIHEk7JTBJ9CzlPuM4PchfcA5ao1dWXb25nv6hYsoDiBq2aZK9E3dlt3WB78uI96UESD+8Mw==", |
| "license": "MIT", |
| "dependencies": { |
| "@shikijs/types": "3.21.0" |
| } |
| }, |
| "node_modules/@shikijs/transformers": { |
| "version": "3.21.0", |
| "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-3.21.0.tgz", |
| "integrity": "sha512-CZwvCWWIiRRiFk9/JKzdEooakAP8mQDtBOQ1TKiCaS2E1bYtyBCOkUzS8akO34/7ufICQ29oeSfkb3tT5KtrhA==", |
| "license": "MIT", |
| "dependencies": { |
| "@shikijs/core": "3.21.0", |
| "@shikijs/types": "3.21.0" |
| } |
| }, |
| "node_modules/@shikijs/twoslash": { |
| "version": "3.21.0", |
| "resolved": "https://registry.npmjs.org/@shikijs/twoslash/-/twoslash-3.21.0.tgz", |
| "integrity": "sha512-iH360udAYON2JwfIldoCiMZr9MljuQA5QRBivKLpEuEpmVCSwrR+0WTQ0eS1ptgGBdH9weFiIsA5wJDzsEzTYg==", |
| "license": "MIT", |
| "dependencies": { |
| "@shikijs/core": "3.21.0", |
| "@shikijs/types": "3.21.0", |
| "twoslash": "^0.3.6" |
| }, |
| "peerDependencies": { |
| "typescript": ">=5.5.0" |
| } |
| }, |
| "node_modules/@shikijs/types": { |
| "version": "3.21.0", |
| "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.21.0.tgz", |
| "integrity": "sha512-zGrWOxZ0/+0ovPY7PvBU2gIS9tmhSUUt30jAcNV0Bq0gb2S98gwfjIs1vxlmH5zM7/4YxLamT6ChlqqAJmPPjA==", |
| "license": "MIT", |
| "dependencies": { |
| "@shikijs/vscode-textmate": "^10.0.2", |
| "@types/hast": "^3.0.4" |
| } |
| }, |
| "node_modules/@shikijs/vscode-textmate": { |
| "version": "10.0.2", |
| "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", |
| "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", |
| "license": "MIT" |
| }, |
| "node_modules/@sindresorhus/is": { |
| "version": "4.6.0", |
| "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", |
| "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sindresorhus/is?sponsor=1" |
| } |
| }, |
| "node_modules/@sindresorhus/merge-streams": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz", |
| "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/@standard-schema/spec": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", |
| "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", |
| "license": "MIT" |
| }, |
| "node_modules/@swc/helpers": { |
| "version": "0.5.15", |
| "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz", |
| "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "tslib": "^2.8.0" |
| } |
| }, |
| "node_modules/@tailwindcss/node": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz", |
| "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/remapping": "^2.3.4", |
| "enhanced-resolve": "^5.18.3", |
| "jiti": "^2.6.1", |
| "lightningcss": "1.30.2", |
| "magic-string": "^0.30.21", |
| "source-map-js": "^1.2.1", |
| "tailwindcss": "4.1.18" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz", |
| "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 10" |
| }, |
| "optionalDependencies": { |
| "@tailwindcss/oxide-android-arm64": "4.1.18", |
| "@tailwindcss/oxide-darwin-arm64": "4.1.18", |
| "@tailwindcss/oxide-darwin-x64": "4.1.18", |
| "@tailwindcss/oxide-freebsd-x64": "4.1.18", |
| "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18", |
| "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18", |
| "@tailwindcss/oxide-linux-arm64-musl": "4.1.18", |
| "@tailwindcss/oxide-linux-x64-gnu": "4.1.18", |
| "@tailwindcss/oxide-linux-x64-musl": "4.1.18", |
| "@tailwindcss/oxide-wasm32-wasi": "4.1.18", |
| "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18", |
| "@tailwindcss/oxide-win32-x64-msvc": "4.1.18" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-android-arm64": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz", |
| "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-darwin-arm64": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz", |
| "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-darwin-x64": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz", |
| "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-freebsd-x64": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz", |
| "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz", |
| "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz", |
| "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-linux-arm64-musl": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz", |
| "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-linux-x64-gnu": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz", |
| "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-linux-x64-musl": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz", |
| "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-wasm32-wasi": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz", |
| "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==", |
| "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.7.1", |
| "@emnapi/runtime": "^1.7.1", |
| "@emnapi/wasi-threads": "^1.1.0", |
| "@napi-rs/wasm-runtime": "^1.1.0", |
| "@tybys/wasm-util": "^0.10.1", |
| "tslib": "^2.4.0" |
| }, |
| "engines": { |
| "node": ">=14.0.0" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz", |
| "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/oxide-win32-x64-msvc": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz", |
| "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/@tailwindcss/postcss": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.18.tgz", |
| "integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@alloc/quick-lru": "^5.2.0", |
| "@tailwindcss/node": "4.1.18", |
| "@tailwindcss/oxide": "4.1.18", |
| "postcss": "^8.4.41", |
| "tailwindcss": "4.1.18" |
| } |
| }, |
| "node_modules/@tybys/wasm-util": { |
| "version": "0.10.1", |
| "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", |
| "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "tslib": "^2.4.0" |
| } |
| }, |
| "node_modules/@types/aws-lambda": { |
| "version": "8.10.159", |
| "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.159.tgz", |
| "integrity": "sha512-SAP22WSGNN12OQ8PlCzGzRCZ7QDCwI85dQZbmpz7+mAk+L7j+wI7qnvmdKh+o7A5LaOp6QnOZ2NJphAZQTTHQg==", |
| "license": "MIT" |
| }, |
| "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/json-schema": { |
| "version": "7.0.15", |
| "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", |
| "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/json5": { |
| "version": "0.0.29", |
| "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", |
| "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "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/mdx": { |
| "version": "2.0.13", |
| "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", |
| "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", |
| "license": "MIT" |
| }, |
| "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/node": { |
| "version": "24.10.7", |
| "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.7.tgz", |
| "integrity": "sha512-+054pVMzVTmRQV8BhpGv3UyfZ2Llgl8rdpDTon+cUH9+na0ncBVXj3wTUKh14+Kiz18ziM3b4ikpP5/Pc0rQEQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "undici-types": "~7.16.0" |
| } |
| }, |
| "node_modules/@types/normalize-package-data": { |
| "version": "2.4.4", |
| "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", |
| "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/react": { |
| "version": "19.2.8", |
| "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz", |
| "integrity": "sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==", |
| "license": "MIT", |
| "dependencies": { |
| "csstype": "^3.2.2" |
| } |
| }, |
| "node_modules/@types/react-dom": { |
| "version": "19.2.3", |
| "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz", |
| "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", |
| "devOptional": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "^19.2.0" |
| } |
| }, |
| "node_modules/@types/trusted-types": { |
| "version": "2.0.7", |
| "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", |
| "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", |
| "license": "MIT" |
| }, |
| "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/@typescript-eslint/eslint-plugin": { |
| "version": "8.52.0", |
| "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.52.0.tgz", |
| "integrity": "sha512-okqtOgqu2qmZJ5iN4TWlgfF171dZmx2FzdOv2K/ixL2LZWDStL8+JgQerI2sa8eAEfoydG9+0V96m7V+P8yE1Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@eslint-community/regexpp": "^4.12.2", |
| "@typescript-eslint/scope-manager": "8.52.0", |
| "@typescript-eslint/type-utils": "8.52.0", |
| "@typescript-eslint/utils": "8.52.0", |
| "@typescript-eslint/visitor-keys": "8.52.0", |
| "ignore": "^7.0.5", |
| "natural-compare": "^1.4.0", |
| "ts-api-utils": "^2.4.0" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "@typescript-eslint/parser": "^8.52.0", |
| "eslint": "^8.57.0 || ^9.0.0", |
| "typescript": ">=4.8.4 <6.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { |
| "version": "7.0.5", |
| "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", |
| "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 4" |
| } |
| }, |
| "node_modules/@typescript-eslint/parser": { |
| "version": "8.52.0", |
| "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.52.0.tgz", |
| "integrity": "sha512-iIACsx8pxRnguSYhHiMn2PvhvfpopO9FXHyn1mG5txZIsAaB6F0KwbFnUQN3KCiG3Jcuad/Cao2FAs1Wp7vAyg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/scope-manager": "8.52.0", |
| "@typescript-eslint/types": "8.52.0", |
| "@typescript-eslint/typescript-estree": "8.52.0", |
| "@typescript-eslint/visitor-keys": "8.52.0", |
| "debug": "^4.4.3" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "^8.57.0 || ^9.0.0", |
| "typescript": ">=4.8.4 <6.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/project-service": { |
| "version": "8.52.0", |
| "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.52.0.tgz", |
| "integrity": "sha512-xD0MfdSdEmeFa3OmVqonHi+Cciab96ls1UhIF/qX/O/gPu5KXD0bY9lu33jj04fjzrXHcuvjBcBC+D3SNSadaw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/tsconfig-utils": "^8.52.0", |
| "@typescript-eslint/types": "^8.52.0", |
| "debug": "^4.4.3" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "typescript": ">=4.8.4 <6.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/scope-manager": { |
| "version": "8.52.0", |
| "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.52.0.tgz", |
| "integrity": "sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/types": "8.52.0", |
| "@typescript-eslint/visitor-keys": "8.52.0" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/tsconfig-utils": { |
| "version": "8.52.0", |
| "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.52.0.tgz", |
| "integrity": "sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "typescript": ">=4.8.4 <6.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/type-utils": { |
| "version": "8.52.0", |
| "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.52.0.tgz", |
| "integrity": "sha512-JD3wKBRWglYRQkAtsyGz1AewDu3mTc7NtRjR/ceTyGoPqmdS5oCdx/oZMWD5Zuqmo6/MpsYs0wp6axNt88/2EQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/types": "8.52.0", |
| "@typescript-eslint/typescript-estree": "8.52.0", |
| "@typescript-eslint/utils": "8.52.0", |
| "debug": "^4.4.3", |
| "ts-api-utils": "^2.4.0" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "^8.57.0 || ^9.0.0", |
| "typescript": ">=4.8.4 <6.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/types": { |
| "version": "8.52.0", |
| "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.52.0.tgz", |
| "integrity": "sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript-eslint/typescript-estree": { |
| "version": "8.52.0", |
| "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.52.0.tgz", |
| "integrity": "sha512-XP3LClsCc0FsTK5/frGjolyADTh3QmsLp6nKd476xNI9CsSsLnmn4f0jrzNoAulmxlmNIpeXuHYeEQv61Q6qeQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/project-service": "8.52.0", |
| "@typescript-eslint/tsconfig-utils": "8.52.0", |
| "@typescript-eslint/types": "8.52.0", |
| "@typescript-eslint/visitor-keys": "8.52.0", |
| "debug": "^4.4.3", |
| "minimatch": "^9.0.5", |
| "semver": "^7.7.3", |
| "tinyglobby": "^0.2.15", |
| "ts-api-utils": "^2.4.0" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "typescript": ">=4.8.4 <6.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", |
| "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { |
| "version": "9.0.5", |
| "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", |
| "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { |
| "version": "7.7.3", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", |
| "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/@typescript-eslint/utils": { |
| "version": "8.52.0", |
| "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.52.0.tgz", |
| "integrity": "sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@eslint-community/eslint-utils": "^4.9.1", |
| "@typescript-eslint/scope-manager": "8.52.0", |
| "@typescript-eslint/types": "8.52.0", |
| "@typescript-eslint/typescript-estree": "8.52.0" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "^8.57.0 || ^9.0.0", |
| "typescript": ">=4.8.4 <6.0.0" |
| } |
| }, |
| "node_modules/@typescript-eslint/visitor-keys": { |
| "version": "8.52.0", |
| "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.52.0.tgz", |
| "integrity": "sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/types": "8.52.0", |
| "eslint-visitor-keys": "^4.2.1" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| } |
| }, |
| "node_modules/@typescript/vfs": { |
| "version": "1.6.2", |
| "resolved": "https://registry.npmjs.org/@typescript/vfs/-/vfs-1.6.2.tgz", |
| "integrity": "sha512-hoBwJwcbKHmvd2QVebiytN1aELvpk9B74B4L1mFm/XT1Q/VOYAWl2vQ9AWRFtQq8zmz6enTpfTV8WRc4ATjW/g==", |
| "license": "MIT", |
| "dependencies": { |
| "debug": "^4.1.1" |
| }, |
| "peerDependencies": { |
| "typescript": "*" |
| } |
| }, |
| "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/@unrs/resolver-binding-android-arm-eabi": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz", |
| "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-android-arm64": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz", |
| "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-darwin-arm64": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz", |
| "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-darwin-x64": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz", |
| "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-freebsd-x64": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz", |
| "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz", |
| "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz", |
| "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-linux-arm64-gnu": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz", |
| "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-linux-arm64-musl": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz", |
| "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz", |
| "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz", |
| "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==", |
| "cpu": [ |
| "riscv64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-linux-riscv64-musl": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz", |
| "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==", |
| "cpu": [ |
| "riscv64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-linux-s390x-gnu": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz", |
| "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==", |
| "cpu": [ |
| "s390x" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-linux-x64-gnu": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz", |
| "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-linux-x64-musl": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz", |
| "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-wasm32-wasi": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz", |
| "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==", |
| "cpu": [ |
| "wasm32" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "@napi-rs/wasm-runtime": "^0.2.11" |
| }, |
| "engines": { |
| "node": ">=14.0.0" |
| } |
| }, |
| "node_modules/@unrs/resolver-binding-win32-arm64-msvc": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz", |
| "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-win32-ia32-msvc": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz", |
| "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==", |
| "cpu": [ |
| "ia32" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "node_modules/@unrs/resolver-binding-win32-x64-msvc": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz", |
| "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ] |
| }, |
| "node_modules/acorn": { |
| "version": "8.15.0", |
| "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", |
| "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", |
| "license": "MIT", |
| "bin": { |
| "acorn": "bin/acorn" |
| }, |
| "engines": { |
| "node": ">=0.4.0" |
| } |
| }, |
| "node_modules/acorn-jsx": { |
| "version": "5.3.2", |
| "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", |
| "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", |
| "license": "MIT", |
| "peerDependencies": { |
| "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" |
| } |
| }, |
| "node_modules/agent-base": { |
| "version": "7.1.4", |
| "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", |
| "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/aggregate-error": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-5.0.0.tgz", |
| "integrity": "sha512-gOsf2YwSlleG6IjRYG2A7k0HmBMEo6qVNk9Bp/EaLgAJT5ngH6PXbqa4ItvnEwCm/velL5jAnQgsHsWnjhGmvw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "clean-stack": "^5.2.0", |
| "indent-string": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/ajv": { |
| "version": "6.12.6", |
| "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", |
| "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fast-deep-equal": "^3.1.1", |
| "fast-json-stable-stringify": "^2.0.0", |
| "json-schema-traverse": "^0.4.1", |
| "uri-js": "^4.2.2" |
| }, |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/epoberezkin" |
| } |
| }, |
| "node_modules/ansi-escapes": { |
| "version": "7.2.0", |
| "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.2.0.tgz", |
| "integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "environment": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/ansi-regex": { |
| "version": "6.2.2", |
| "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", |
| "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-regex?sponsor=1" |
| } |
| }, |
| "node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
| "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/any-promise": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", |
| "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/argparse": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", |
| "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", |
| "license": "Python-2.0" |
| }, |
| "node_modules/argv-formatter": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz", |
| "integrity": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/aria-hidden": { |
| "version": "1.2.6", |
| "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz", |
| "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==", |
| "license": "MIT", |
| "dependencies": { |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/aria-query": { |
| "version": "5.3.2", |
| "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", |
| "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/array-buffer-byte-length": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", |
| "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "is-array-buffer": "^3.0.5" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/array-ify": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", |
| "integrity": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/array-includes": { |
| "version": "3.1.9", |
| "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz", |
| "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.4", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.24.0", |
| "es-object-atoms": "^1.1.1", |
| "get-intrinsic": "^1.3.0", |
| "is-string": "^1.1.1", |
| "math-intrinsics": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/array.prototype.findlast": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", |
| "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.7", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.2", |
| "es-errors": "^1.3.0", |
| "es-object-atoms": "^1.0.0", |
| "es-shim-unscopables": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/array.prototype.findlastindex": { |
| "version": "1.2.6", |
| "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz", |
| "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.4", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.9", |
| "es-errors": "^1.3.0", |
| "es-object-atoms": "^1.1.1", |
| "es-shim-unscopables": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/array.prototype.flat": { |
| "version": "1.3.3", |
| "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz", |
| "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.5", |
| "es-shim-unscopables": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/array.prototype.flatmap": { |
| "version": "1.3.3", |
| "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz", |
| "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.5", |
| "es-shim-unscopables": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/array.prototype.tosorted": { |
| "version": "1.1.4", |
| "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz", |
| "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.7", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.3", |
| "es-errors": "^1.3.0", |
| "es-shim-unscopables": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/arraybuffer.prototype.slice": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", |
| "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "array-buffer-byte-length": "^1.0.1", |
| "call-bind": "^1.0.8", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.5", |
| "es-errors": "^1.3.0", |
| "get-intrinsic": "^1.2.6", |
| "is-array-buffer": "^3.0.4" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/ast-types-flow": { |
| "version": "0.0.8", |
| "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz", |
| "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/astring": { |
| "version": "1.9.0", |
| "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", |
| "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", |
| "license": "MIT", |
| "bin": { |
| "astring": "bin/astring" |
| } |
| }, |
| "node_modules/async-function": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", |
| "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/available-typed-arrays": { |
| "version": "1.0.7", |
| "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", |
| "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "possible-typed-array-names": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/axe-core": { |
| "version": "4.11.1", |
| "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.1.tgz", |
| "integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==", |
| "dev": true, |
| "license": "MPL-2.0", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/axobject-query": { |
| "version": "4.1.0", |
| "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", |
| "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "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/balanced-match": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", |
| "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/baseline-browser-mapping": { |
| "version": "2.9.14", |
| "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.14.tgz", |
| "integrity": "sha512-B0xUquLkiGLgHhpPBqvl7GWegWBUNuujQ6kXd/r1U38ElPT6Ok8KZ8e+FpUGEc2ZoRQUzq/aUnaKFc/svWUGSg==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "bin": { |
| "baseline-browser-mapping": "dist/cli.js" |
| } |
| }, |
| "node_modules/before-after-hook": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-4.0.0.tgz", |
| "integrity": "sha512-q6tR3RPqIB1pMiTRMFcZwuG5T8vwp+vUvEG0vuI6B+Rikh5BfPp2fQ82c925FOs+b0lcFQ8CFrL+KbilfZFhOQ==", |
| "license": "Apache-2.0" |
| }, |
| "node_modules/bottleneck": { |
| "version": "2.19.5", |
| "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", |
| "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", |
| "license": "MIT" |
| }, |
| "node_modules/brace-expansion": { |
| "version": "1.1.12", |
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", |
| "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0", |
| "concat-map": "0.0.1" |
| } |
| }, |
| "node_modules/braces": { |
| "version": "3.0.3", |
| "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", |
| "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fill-range": "^7.1.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/browserslist": { |
| "version": "4.28.1", |
| "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", |
| "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", |
| "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": { |
| "baseline-browser-mapping": "^2.9.0", |
| "caniuse-lite": "^1.0.30001759", |
| "electron-to-chromium": "^1.5.263", |
| "node-releases": "^2.0.27", |
| "update-browserslist-db": "^1.2.0" |
| }, |
| "bin": { |
| "browserslist": "cli.js" |
| }, |
| "engines": { |
| "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
| } |
| }, |
| "node_modules/call-bind": { |
| "version": "1.0.8", |
| "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", |
| "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind-apply-helpers": "^1.0.0", |
| "es-define-property": "^1.0.0", |
| "get-intrinsic": "^1.2.4", |
| "set-function-length": "^1.2.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "function-bind": "^1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/call-bound": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", |
| "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind-apply-helpers": "^1.0.2", |
| "get-intrinsic": "^1.3.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/callsites": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", |
| "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/caniuse-lite": { |
| "version": "1.0.30001764", |
| "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001764.tgz", |
| "integrity": "sha512-9JGuzl2M+vPL+pz70gtMF9sHdMFbY9FJaQBi186cHKH3pSzDvzoUJUPV6fqiKIMyXbud9ZLg4F3Yza1vJ1+93g==", |
| "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/chalk": { |
| "version": "4.1.2", |
| "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
| "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.1.0", |
| "supports-color": "^7.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/char-regex": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", |
| "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "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/chokidar": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", |
| "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==", |
| "license": "MIT", |
| "dependencies": { |
| "readdirp": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">= 20.19.0" |
| }, |
| "funding": { |
| "url": "https://paulmillr.com/funding/" |
| } |
| }, |
| "node_modules/class-variance-authority": { |
| "version": "0.7.1", |
| "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz", |
| "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "clsx": "^2.1.1" |
| }, |
| "funding": { |
| "url": "https://polar.sh/cva" |
| } |
| }, |
| "node_modules/clean-stack": { |
| "version": "5.3.0", |
| "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-5.3.0.tgz", |
| "integrity": "sha512-9ngPTOhYGQqNVSfeJkYXHmF7AGWp4/nN5D/QqNQs3Dvxd1Kk/WpjHfNujKHYUQ/5CoGyOyFNoWSPk5afzP0QVg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "escape-string-regexp": "5.0.0" |
| }, |
| "engines": { |
| "node": ">=14.16" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/clean-stack/node_modules/escape-string-regexp": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", |
| "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/cli-highlight": { |
| "version": "2.1.11", |
| "resolved": "https://registry.npmjs.org/cli-highlight/-/cli-highlight-2.1.11.tgz", |
| "integrity": "sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "chalk": "^4.0.0", |
| "highlight.js": "^10.7.1", |
| "mz": "^2.4.0", |
| "parse5": "^5.1.1", |
| "parse5-htmlparser2-tree-adapter": "^6.0.0", |
| "yargs": "^16.0.0" |
| }, |
| "bin": { |
| "highlight": "bin/highlight" |
| }, |
| "engines": { |
| "node": ">=8.0.0", |
| "npm": ">=5.0.0" |
| } |
| }, |
| "node_modules/cli-highlight/node_modules/cliui": { |
| "version": "7.0.4", |
| "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", |
| "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "string-width": "^4.2.0", |
| "strip-ansi": "^6.0.0", |
| "wrap-ansi": "^7.0.0" |
| } |
| }, |
| "node_modules/cli-highlight/node_modules/yargs": { |
| "version": "16.2.0", |
| "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", |
| "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "cliui": "^7.0.2", |
| "escalade": "^3.1.1", |
| "get-caller-file": "^2.0.5", |
| "require-directory": "^2.1.1", |
| "string-width": "^4.2.0", |
| "y18n": "^5.0.5", |
| "yargs-parser": "^20.2.2" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/cli-highlight/node_modules/yargs-parser": { |
| "version": "20.2.9", |
| "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", |
| "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/cli-table3": { |
| "version": "0.6.5", |
| "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", |
| "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "string-width": "^4.2.0" |
| }, |
| "engines": { |
| "node": "10.* || >= 12.*" |
| }, |
| "optionalDependencies": { |
| "@colors/colors": "1.5.0" |
| } |
| }, |
| "node_modules/client-only": { |
| "version": "0.0.1", |
| "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", |
| "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", |
| "license": "MIT" |
| }, |
| "node_modules/cliui": { |
| "version": "8.0.1", |
| "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", |
| "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "string-width": "^4.2.0", |
| "strip-ansi": "^6.0.1", |
| "wrap-ansi": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/clsx": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", |
| "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/collapse-white-space": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", |
| "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", |
| "license": "MIT", |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/wooorm" |
| } |
| }, |
| "node_modules/color-convert": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
| "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/color-name": { |
| "version": "1.1.4", |
| "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
| "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "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/compare-func": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz", |
| "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "array-ify": "^1.0.0", |
| "dot-prop": "^5.1.0" |
| } |
| }, |
| "node_modules/compute-scroll-into-view": { |
| "version": "3.1.1", |
| "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz", |
| "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==", |
| "license": "MIT" |
| }, |
| "node_modules/concat-map": { |
| "version": "0.0.1", |
| "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", |
| "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/config-chain": { |
| "version": "1.1.13", |
| "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", |
| "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ini": "^1.3.4", |
| "proto-list": "~1.2.1" |
| } |
| }, |
| "node_modules/conventional-changelog-angular": { |
| "version": "8.1.0", |
| "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.1.0.tgz", |
| "integrity": "sha512-GGf2Nipn1RUCAktxuVauVr1e3r8QrLP/B0lEUsFktmGqc3ddbQkhoJZHJctVU829U1c6mTSWftrVOCHaL85Q3w==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "compare-func": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/conventional-changelog-writer": { |
| "version": "8.2.0", |
| "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-8.2.0.tgz", |
| "integrity": "sha512-Y2aW4596l9AEvFJRwFGJGiQjt2sBYTjPD18DdvxX9Vpz0Z7HQ+g1Z+6iYDAm1vR3QOJrDBkRHixHK/+FhkR6Pw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "conventional-commits-filter": "^5.0.0", |
| "handlebars": "^4.7.7", |
| "meow": "^13.0.0", |
| "semver": "^7.5.2" |
| }, |
| "bin": { |
| "conventional-changelog-writer": "dist/cli/index.js" |
| }, |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/conventional-changelog-writer/node_modules/semver": { |
| "version": "7.7.3", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", |
| "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/conventional-commits-filter": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-5.0.0.tgz", |
| "integrity": "sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/conventional-commits-parser": { |
| "version": "6.2.1", |
| "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.2.1.tgz", |
| "integrity": "sha512-20pyHgnO40rvfI0NGF/xiEoFMkXDtkF8FwHvk5BokoFoCuTQRI8vrNCNFWUOfuolKJMm1tPCHc8GgYEtr1XRNA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "meow": "^13.0.0" |
| }, |
| "bin": { |
| "conventional-commits-parser": "dist/cli/index.js" |
| }, |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/convert-hrtime": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/convert-hrtime/-/convert-hrtime-5.0.0.tgz", |
| "integrity": "sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "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/core-util-is": { |
| "version": "1.0.3", |
| "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", |
| "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/cosmiconfig": { |
| "version": "9.0.0", |
| "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", |
| "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "env-paths": "^2.2.1", |
| "import-fresh": "^3.3.0", |
| "js-yaml": "^4.1.0", |
| "parse-json": "^5.2.0" |
| }, |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/d-fischer" |
| }, |
| "peerDependencies": { |
| "typescript": ">=4.9.5" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/cosmiconfig/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==", |
| "dev": true, |
| "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/cross-spawn": { |
| "version": "7.0.6", |
| "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", |
| "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "path-key": "^3.1.0", |
| "shebang-command": "^2.0.0", |
| "which": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/crypto-random-string": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz", |
| "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "type-fest": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/crypto-random-string/node_modules/type-fest": { |
| "version": "1.4.0", |
| "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", |
| "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", |
| "dev": true, |
| "license": "(MIT OR CC0-1.0)", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/cssesc": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", |
| "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", |
| "license": "MIT", |
| "bin": { |
| "cssesc": "bin/cssesc" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/csstype": { |
| "version": "3.2.3", |
| "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", |
| "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", |
| "license": "MIT" |
| }, |
| "node_modules/damerau-levenshtein": { |
| "version": "1.0.8", |
| "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", |
| "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", |
| "dev": true, |
| "license": "BSD-2-Clause" |
| }, |
| "node_modules/data-view-buffer": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", |
| "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "es-errors": "^1.3.0", |
| "is-data-view": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/data-view-byte-length": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", |
| "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "es-errors": "^1.3.0", |
| "is-data-view": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/inspect-js" |
| } |
| }, |
| "node_modules/data-view-byte-offset": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", |
| "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "es-errors": "^1.3.0", |
| "is-data-view": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/debug": { |
| "version": "4.4.3", |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", |
| "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", |
| "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/deep-extend": { |
| "version": "0.6.0", |
| "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", |
| "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4.0.0" |
| } |
| }, |
| "node_modules/deep-is": { |
| "version": "0.1.4", |
| "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", |
| "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/define-data-property": { |
| "version": "1.1.4", |
| "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", |
| "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "es-define-property": "^1.0.0", |
| "es-errors": "^1.3.0", |
| "gopd": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/define-properties": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", |
| "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "define-data-property": "^1.0.1", |
| "has-property-descriptors": "^1.0.0", |
| "object-keys": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "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.1.2", |
| "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", |
| "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", |
| "devOptional": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/detect-node-es": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz", |
| "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==", |
| "license": "MIT" |
| }, |
| "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/dir-glob": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", |
| "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "path-type": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/doctrine": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", |
| "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "esutils": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/dot-prop": { |
| "version": "5.3.0", |
| "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", |
| "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-obj": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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/duplexer2": { |
| "version": "0.1.4", |
| "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", |
| "integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "readable-stream": "^2.0.2" |
| } |
| }, |
| "node_modules/electron-to-chromium": { |
| "version": "1.5.267", |
| "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz", |
| "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/emoji-regex": { |
| "version": "9.2.2", |
| "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", |
| "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/emojilib": { |
| "version": "2.4.0", |
| "resolved": "https://registry.npmjs.org/emojilib/-/emojilib-2.4.0.tgz", |
| "integrity": "sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/enhanced-resolve": { |
| "version": "5.18.4", |
| "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz", |
| "integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "graceful-fs": "^4.2.4", |
| "tapable": "^2.2.0" |
| }, |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/env-ci": { |
| "version": "11.2.0", |
| "resolved": "https://registry.npmjs.org/env-ci/-/env-ci-11.2.0.tgz", |
| "integrity": "sha512-D5kWfzkmaOQDioPmiviWAVtKmpPT4/iJmMVQxWxMPJTFyTkdc5JQUfc5iXEeWxcOdsYTKSAiA/Age4NUOqKsRA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "execa": "^8.0.0", |
| "java-properties": "^1.0.2" |
| }, |
| "engines": { |
| "node": "^18.17 || >=20.6.1" |
| } |
| }, |
| "node_modules/env-ci/node_modules/execa": { |
| "version": "8.0.1", |
| "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", |
| "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "cross-spawn": "^7.0.3", |
| "get-stream": "^8.0.1", |
| "human-signals": "^5.0.0", |
| "is-stream": "^3.0.0", |
| "merge-stream": "^2.0.0", |
| "npm-run-path": "^5.1.0", |
| "onetime": "^6.0.0", |
| "signal-exit": "^4.1.0", |
| "strip-final-newline": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=16.17" |
| }, |
| "funding": { |
| "url": "https://github.com/sindresorhus/execa?sponsor=1" |
| } |
| }, |
| "node_modules/env-ci/node_modules/get-stream": { |
| "version": "8.0.1", |
| "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", |
| "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=16" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/env-ci/node_modules/human-signals": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", |
| "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=16.17.0" |
| } |
| }, |
| "node_modules/env-ci/node_modules/is-stream": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", |
| "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/env-ci/node_modules/npm-run-path": { |
| "version": "5.3.0", |
| "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", |
| "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "path-key": "^4.0.0" |
| }, |
| "engines": { |
| "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/env-ci/node_modules/path-key": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", |
| "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/env-ci/node_modules/strip-final-newline": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", |
| "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/env-paths": { |
| "version": "2.2.1", |
| "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", |
| "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/environment": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz", |
| "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/error-ex": { |
| "version": "1.3.4", |
| "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz", |
| "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-arrayish": "^0.2.1" |
| } |
| }, |
| "node_modules/es-abstract": { |
| "version": "1.24.1", |
| "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz", |
| "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "array-buffer-byte-length": "^1.0.2", |
| "arraybuffer.prototype.slice": "^1.0.4", |
| "available-typed-arrays": "^1.0.7", |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.4", |
| "data-view-buffer": "^1.0.2", |
| "data-view-byte-length": "^1.0.2", |
| "data-view-byte-offset": "^1.0.1", |
| "es-define-property": "^1.0.1", |
| "es-errors": "^1.3.0", |
| "es-object-atoms": "^1.1.1", |
| "es-set-tostringtag": "^2.1.0", |
| "es-to-primitive": "^1.3.0", |
| "function.prototype.name": "^1.1.8", |
| "get-intrinsic": "^1.3.0", |
| "get-proto": "^1.0.1", |
| "get-symbol-description": "^1.1.0", |
| "globalthis": "^1.0.4", |
| "gopd": "^1.2.0", |
| "has-property-descriptors": "^1.0.2", |
| "has-proto": "^1.2.0", |
| "has-symbols": "^1.1.0", |
| "hasown": "^2.0.2", |
| "internal-slot": "^1.1.0", |
| "is-array-buffer": "^3.0.5", |
| "is-callable": "^1.2.7", |
| "is-data-view": "^1.0.2", |
| "is-negative-zero": "^2.0.3", |
| "is-regex": "^1.2.1", |
| "is-set": "^2.0.3", |
| "is-shared-array-buffer": "^1.0.4", |
| "is-string": "^1.1.1", |
| "is-typed-array": "^1.1.15", |
| "is-weakref": "^1.1.1", |
| "math-intrinsics": "^1.1.0", |
| "object-inspect": "^1.13.4", |
| "object-keys": "^1.1.1", |
| "object.assign": "^4.1.7", |
| "own-keys": "^1.0.1", |
| "regexp.prototype.flags": "^1.5.4", |
| "safe-array-concat": "^1.1.3", |
| "safe-push-apply": "^1.0.0", |
| "safe-regex-test": "^1.1.0", |
| "set-proto": "^1.0.0", |
| "stop-iteration-iterator": "^1.1.0", |
| "string.prototype.trim": "^1.2.10", |
| "string.prototype.trimend": "^1.0.9", |
| "string.prototype.trimstart": "^1.0.8", |
| "typed-array-buffer": "^1.0.3", |
| "typed-array-byte-length": "^1.0.3", |
| "typed-array-byte-offset": "^1.0.4", |
| "typed-array-length": "^1.0.7", |
| "unbox-primitive": "^1.1.0", |
| "which-typed-array": "^1.1.19" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/es-iterator-helpers": { |
| "version": "1.2.2", |
| "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.2.tgz", |
| "integrity": "sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.4", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.24.1", |
| "es-errors": "^1.3.0", |
| "es-set-tostringtag": "^2.1.0", |
| "function-bind": "^1.1.2", |
| "get-intrinsic": "^1.3.0", |
| "globalthis": "^1.0.4", |
| "gopd": "^1.2.0", |
| "has-property-descriptors": "^1.0.2", |
| "has-proto": "^1.2.0", |
| "has-symbols": "^1.1.0", |
| "internal-slot": "^1.1.0", |
| "iterator.prototype": "^1.1.5", |
| "safe-array-concat": "^1.1.3" |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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/es-shim-unscopables": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz", |
| "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "hasown": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/es-to-primitive": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", |
| "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-callable": "^1.2.7", |
| "is-date-object": "^1.0.5", |
| "is-symbol": "^1.0.4" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/esast-util-from-estree": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz", |
| "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree-jsx": "^1.0.0", |
| "devlop": "^1.0.0", |
| "estree-util-visit": "^2.0.0", |
| "unist-util-position-from-estree": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/esast-util-from-js": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz", |
| "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree-jsx": "^1.0.0", |
| "acorn": "^8.0.0", |
| "esast-util-from-estree": "^2.0.0", |
| "vfile-message": "^4.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/esbuild": { |
| "version": "0.27.2", |
| "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz", |
| "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==", |
| "hasInstallScript": true, |
| "license": "MIT", |
| "bin": { |
| "esbuild": "bin/esbuild" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "optionalDependencies": { |
| "@esbuild/aix-ppc64": "0.27.2", |
| "@esbuild/android-arm": "0.27.2", |
| "@esbuild/android-arm64": "0.27.2", |
| "@esbuild/android-x64": "0.27.2", |
| "@esbuild/darwin-arm64": "0.27.2", |
| "@esbuild/darwin-x64": "0.27.2", |
| "@esbuild/freebsd-arm64": "0.27.2", |
| "@esbuild/freebsd-x64": "0.27.2", |
| "@esbuild/linux-arm": "0.27.2", |
| "@esbuild/linux-arm64": "0.27.2", |
| "@esbuild/linux-ia32": "0.27.2", |
| "@esbuild/linux-loong64": "0.27.2", |
| "@esbuild/linux-mips64el": "0.27.2", |
| "@esbuild/linux-ppc64": "0.27.2", |
| "@esbuild/linux-riscv64": "0.27.2", |
| "@esbuild/linux-s390x": "0.27.2", |
| "@esbuild/linux-x64": "0.27.2", |
| "@esbuild/netbsd-arm64": "0.27.2", |
| "@esbuild/netbsd-x64": "0.27.2", |
| "@esbuild/openbsd-arm64": "0.27.2", |
| "@esbuild/openbsd-x64": "0.27.2", |
| "@esbuild/openharmony-arm64": "0.27.2", |
| "@esbuild/sunos-x64": "0.27.2", |
| "@esbuild/win32-arm64": "0.27.2", |
| "@esbuild/win32-ia32": "0.27.2", |
| "@esbuild/win32-x64": "0.27.2" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/eslint": { |
| "version": "9.39.2", |
| "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz", |
| "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@eslint-community/eslint-utils": "^4.8.0", |
| "@eslint-community/regexpp": "^4.12.1", |
| "@eslint/config-array": "^0.21.1", |
| "@eslint/config-helpers": "^0.4.2", |
| "@eslint/core": "^0.17.0", |
| "@eslint/eslintrc": "^3.3.1", |
| "@eslint/js": "9.39.2", |
| "@eslint/plugin-kit": "^0.4.1", |
| "@humanfs/node": "^0.16.6", |
| "@humanwhocodes/module-importer": "^1.0.1", |
| "@humanwhocodes/retry": "^0.4.2", |
| "@types/estree": "^1.0.6", |
| "ajv": "^6.12.4", |
| "chalk": "^4.0.0", |
| "cross-spawn": "^7.0.6", |
| "debug": "^4.3.2", |
| "escape-string-regexp": "^4.0.0", |
| "eslint-scope": "^8.4.0", |
| "eslint-visitor-keys": "^4.2.1", |
| "espree": "^10.4.0", |
| "esquery": "^1.5.0", |
| "esutils": "^2.0.2", |
| "fast-deep-equal": "^3.1.3", |
| "file-entry-cache": "^8.0.0", |
| "find-up": "^5.0.0", |
| "glob-parent": "^6.0.2", |
| "ignore": "^5.2.0", |
| "imurmurhash": "^0.1.4", |
| "is-glob": "^4.0.0", |
| "json-stable-stringify-without-jsonify": "^1.0.1", |
| "lodash.merge": "^4.6.2", |
| "minimatch": "^3.1.2", |
| "natural-compare": "^1.4.0", |
| "optionator": "^0.9.3" |
| }, |
| "bin": { |
| "eslint": "bin/eslint.js" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://eslint.org/donate" |
| }, |
| "peerDependencies": { |
| "jiti": "*" |
| }, |
| "peerDependenciesMeta": { |
| "jiti": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/eslint-config-next": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.0.10.tgz", |
| "integrity": "sha512-BxouZUm0I45K4yjOOIzj24nTi0H2cGo0y7xUmk+Po/PYtJXFBYVDS1BguE7t28efXjKdcN0tmiLivxQy//SsZg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@next/eslint-plugin-next": "16.0.10", |
| "eslint-import-resolver-node": "^0.3.6", |
| "eslint-import-resolver-typescript": "^3.5.2", |
| "eslint-plugin-import": "^2.32.0", |
| "eslint-plugin-jsx-a11y": "^6.10.0", |
| "eslint-plugin-react": "^7.37.0", |
| "eslint-plugin-react-hooks": "^7.0.0", |
| "globals": "16.4.0", |
| "typescript-eslint": "^8.46.0" |
| }, |
| "peerDependencies": { |
| "eslint": ">=9.0.0", |
| "typescript": ">=3.3.1" |
| }, |
| "peerDependenciesMeta": { |
| "typescript": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/eslint-config-next/node_modules/globals": { |
| "version": "16.4.0", |
| "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", |
| "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/eslint-config-prettier": { |
| "version": "10.1.8", |
| "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz", |
| "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "eslint-config-prettier": "bin/cli.js" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint-config-prettier" |
| }, |
| "peerDependencies": { |
| "eslint": ">=7.0.0" |
| } |
| }, |
| "node_modules/eslint-import-resolver-node": { |
| "version": "0.3.9", |
| "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", |
| "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "debug": "^3.2.7", |
| "is-core-module": "^2.13.0", |
| "resolve": "^1.22.4" |
| } |
| }, |
| "node_modules/eslint-import-resolver-node/node_modules/debug": { |
| "version": "3.2.7", |
| "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", |
| "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.1.1" |
| } |
| }, |
| "node_modules/eslint-import-resolver-typescript": { |
| "version": "3.10.1", |
| "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz", |
| "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "@nolyfill/is-core-module": "1.0.39", |
| "debug": "^4.4.0", |
| "get-tsconfig": "^4.10.0", |
| "is-bun-module": "^2.0.0", |
| "stable-hash": "^0.0.5", |
| "tinyglobby": "^0.2.13", |
| "unrs-resolver": "^1.6.2" |
| }, |
| "engines": { |
| "node": "^14.18.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint-import-resolver-typescript" |
| }, |
| "peerDependencies": { |
| "eslint": "*", |
| "eslint-plugin-import": "*", |
| "eslint-plugin-import-x": "*" |
| }, |
| "peerDependenciesMeta": { |
| "eslint-plugin-import": { |
| "optional": true |
| }, |
| "eslint-plugin-import-x": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/eslint-module-utils": { |
| "version": "2.12.1", |
| "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz", |
| "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "debug": "^3.2.7" |
| }, |
| "engines": { |
| "node": ">=4" |
| }, |
| "peerDependenciesMeta": { |
| "eslint": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/eslint-module-utils/node_modules/debug": { |
| "version": "3.2.7", |
| "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", |
| "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.1.1" |
| } |
| }, |
| "node_modules/eslint-plugin-import": { |
| "version": "2.32.0", |
| "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz", |
| "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@rtsao/scc": "^1.1.0", |
| "array-includes": "^3.1.9", |
| "array.prototype.findlastindex": "^1.2.6", |
| "array.prototype.flat": "^1.3.3", |
| "array.prototype.flatmap": "^1.3.3", |
| "debug": "^3.2.7", |
| "doctrine": "^2.1.0", |
| "eslint-import-resolver-node": "^0.3.9", |
| "eslint-module-utils": "^2.12.1", |
| "hasown": "^2.0.2", |
| "is-core-module": "^2.16.1", |
| "is-glob": "^4.0.3", |
| "minimatch": "^3.1.2", |
| "object.fromentries": "^2.0.8", |
| "object.groupby": "^1.0.3", |
| "object.values": "^1.2.1", |
| "semver": "^6.3.1", |
| "string.prototype.trimend": "^1.0.9", |
| "tsconfig-paths": "^3.15.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| }, |
| "peerDependencies": { |
| "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" |
| } |
| }, |
| "node_modules/eslint-plugin-import/node_modules/debug": { |
| "version": "3.2.7", |
| "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", |
| "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.1.1" |
| } |
| }, |
| "node_modules/eslint-plugin-jsx-a11y": { |
| "version": "6.10.2", |
| "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz", |
| "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "aria-query": "^5.3.2", |
| "array-includes": "^3.1.8", |
| "array.prototype.flatmap": "^1.3.2", |
| "ast-types-flow": "^0.0.8", |
| "axe-core": "^4.10.0", |
| "axobject-query": "^4.1.0", |
| "damerau-levenshtein": "^1.0.8", |
| "emoji-regex": "^9.2.2", |
| "hasown": "^2.0.2", |
| "jsx-ast-utils": "^3.3.5", |
| "language-tags": "^1.0.9", |
| "minimatch": "^3.1.2", |
| "object.fromentries": "^2.0.8", |
| "safe-regex-test": "^1.0.3", |
| "string.prototype.includes": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=4.0" |
| }, |
| "peerDependencies": { |
| "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9" |
| } |
| }, |
| "node_modules/eslint-plugin-prettier": { |
| "version": "5.5.5", |
| "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.5.tgz", |
| "integrity": "sha512-hscXkbqUZ2sPithAuLm5MXL+Wph+U7wHngPBv9OMWwlP8iaflyxpjTYZkmdgB4/vPIhemRlBEoLrH7UC1n7aUw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "prettier-linter-helpers": "^1.0.1", |
| "synckit": "^0.11.12" |
| }, |
| "engines": { |
| "node": "^14.18.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint-plugin-prettier" |
| }, |
| "peerDependencies": { |
| "@types/eslint": ">=8.0.0", |
| "eslint": ">=8.0.0", |
| "eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0", |
| "prettier": ">=3.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/eslint": { |
| "optional": true |
| }, |
| "eslint-config-prettier": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/eslint-plugin-react": { |
| "version": "7.37.5", |
| "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz", |
| "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "array-includes": "^3.1.8", |
| "array.prototype.findlast": "^1.2.5", |
| "array.prototype.flatmap": "^1.3.3", |
| "array.prototype.tosorted": "^1.1.4", |
| "doctrine": "^2.1.0", |
| "es-iterator-helpers": "^1.2.1", |
| "estraverse": "^5.3.0", |
| "hasown": "^2.0.2", |
| "jsx-ast-utils": "^2.4.1 || ^3.0.0", |
| "minimatch": "^3.1.2", |
| "object.entries": "^1.1.9", |
| "object.fromentries": "^2.0.8", |
| "object.values": "^1.2.1", |
| "prop-types": "^15.8.1", |
| "resolve": "^2.0.0-next.5", |
| "semver": "^6.3.1", |
| "string.prototype.matchall": "^4.0.12", |
| "string.prototype.repeat": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| }, |
| "peerDependencies": { |
| "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" |
| } |
| }, |
| "node_modules/eslint-plugin-react-hooks": { |
| "version": "7.0.1", |
| "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz", |
| "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/core": "^7.24.4", |
| "@babel/parser": "^7.24.4", |
| "hermes-parser": "^0.25.1", |
| "zod": "^3.25.0 || ^4.0.0", |
| "zod-validation-error": "^3.5.0 || ^4.0.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "peerDependencies": { |
| "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" |
| } |
| }, |
| "node_modules/eslint-plugin-react/node_modules/resolve": { |
| "version": "2.0.0-next.5", |
| "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", |
| "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-core-module": "^2.13.0", |
| "path-parse": "^1.0.7", |
| "supports-preserve-symlinks-flag": "^1.0.0" |
| }, |
| "bin": { |
| "resolve": "bin/resolve" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/eslint-scope": { |
| "version": "8.4.0", |
| "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", |
| "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "esrecurse": "^4.3.0", |
| "estraverse": "^5.2.0" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/eslint-visitor-keys": { |
| "version": "4.2.1", |
| "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", |
| "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/espree": { |
| "version": "10.4.0", |
| "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", |
| "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "acorn": "^8.15.0", |
| "acorn-jsx": "^5.3.2", |
| "eslint-visitor-keys": "^4.2.1" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/eslint" |
| } |
| }, |
| "node_modules/esquery": { |
| "version": "1.7.0", |
| "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz", |
| "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "estraverse": "^5.1.0" |
| }, |
| "engines": { |
| "node": ">=0.10" |
| } |
| }, |
| "node_modules/esrecurse": { |
| "version": "4.3.0", |
| "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", |
| "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "estraverse": "^5.2.0" |
| }, |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/estraverse": { |
| "version": "5.3.0", |
| "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", |
| "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/estree-util-attach-comments": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", |
| "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/estree-util-build-jsx": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", |
| "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree-jsx": "^1.0.0", |
| "devlop": "^1.0.0", |
| "estree-util-is-identifier-name": "^3.0.0", |
| "estree-walker": "^3.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "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/estree-util-scope": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz", |
| "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "devlop": "^1.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/estree-util-to-js": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", |
| "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree-jsx": "^1.0.0", |
| "astring": "^1.8.0", |
| "source-map": "^0.7.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/estree-util-value-to-estree": { |
| "version": "3.5.0", |
| "resolved": "https://registry.npmjs.org/estree-util-value-to-estree/-/estree-util-value-to-estree-3.5.0.tgz", |
| "integrity": "sha512-aMV56R27Gv3QmfmF1MY12GWkGzzeAezAX+UplqHVASfjc9wNzI/X6hC0S9oxq61WT4aQesLGslWP9tKk6ghRZQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/remcohaszing" |
| } |
| }, |
| "node_modules/estree-util-visit": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", |
| "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree-jsx": "^1.0.0", |
| "@types/unist": "^3.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/estree-walker": { |
| "version": "3.0.3", |
| "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", |
| "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0" |
| } |
| }, |
| "node_modules/esutils": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", |
| "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/execa": { |
| "version": "9.6.1", |
| "resolved": "https://registry.npmjs.org/execa/-/execa-9.6.1.tgz", |
| "integrity": "sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@sindresorhus/merge-streams": "^4.0.0", |
| "cross-spawn": "^7.0.6", |
| "figures": "^6.1.0", |
| "get-stream": "^9.0.0", |
| "human-signals": "^8.0.1", |
| "is-plain-obj": "^4.1.0", |
| "is-stream": "^4.0.1", |
| "npm-run-path": "^6.0.0", |
| "pretty-ms": "^9.2.0", |
| "signal-exit": "^4.1.0", |
| "strip-final-newline": "^4.0.0", |
| "yoctocolors": "^2.1.1" |
| }, |
| "engines": { |
| "node": "^18.19.0 || >=20.5.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sindresorhus/execa?sponsor=1" |
| } |
| }, |
| "node_modules/execa/node_modules/get-stream": { |
| "version": "9.0.1", |
| "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz", |
| "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@sec-ant/readable-stream": "^0.4.1", |
| "is-stream": "^4.0.1" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "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/fast-content-type-parse": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-3.0.0.tgz", |
| "integrity": "sha512-ZvLdcY8P+N8mGQJahJV5G4U88CSvT1rP8ApL6uETe88MBXrBHAkZlSEySdUlyztF7ccb+Znos3TFqaepHxdhBg==", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/fastify" |
| }, |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/fastify" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/fast-deep-equal": { |
| "version": "3.1.3", |
| "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", |
| "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/fast-diff": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", |
| "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", |
| "dev": true, |
| "license": "Apache-2.0" |
| }, |
| "node_modules/fast-glob": { |
| "version": "3.3.1", |
| "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", |
| "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@nodelib/fs.stat": "^2.0.2", |
| "@nodelib/fs.walk": "^1.2.3", |
| "glob-parent": "^5.1.2", |
| "merge2": "^1.3.0", |
| "micromatch": "^4.0.4" |
| }, |
| "engines": { |
| "node": ">=8.6.0" |
| } |
| }, |
| "node_modules/fast-glob/node_modules/glob-parent": { |
| "version": "5.1.2", |
| "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", |
| "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "is-glob": "^4.0.1" |
| }, |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/fast-json-stable-stringify": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", |
| "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/fast-levenshtein": { |
| "version": "2.0.6", |
| "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", |
| "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/fastq": { |
| "version": "1.20.1", |
| "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", |
| "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "reusify": "^1.0.4" |
| } |
| }, |
| "node_modules/fdir": { |
| "version": "6.5.0", |
| "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", |
| "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12.0.0" |
| }, |
| "peerDependencies": { |
| "picomatch": "^3 || ^4" |
| }, |
| "peerDependenciesMeta": { |
| "picomatch": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/figures": { |
| "version": "6.1.0", |
| "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz", |
| "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-unicode-supported": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/file-entry-cache": { |
| "version": "8.0.0", |
| "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", |
| "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "flat-cache": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=16.0.0" |
| } |
| }, |
| "node_modules/fill-range": { |
| "version": "7.1.1", |
| "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", |
| "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "to-regex-range": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/find-up": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", |
| "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "locate-path": "^6.0.0", |
| "path-exists": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/find-up-simple": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.1.tgz", |
| "integrity": "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/find-versions": { |
| "version": "6.0.0", |
| "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-6.0.0.tgz", |
| "integrity": "sha512-2kCCtc+JvcZ86IGAz3Z2Y0A1baIz9fL31pH/0S1IqZr9Iwnjq8izfPtrCyQKO6TLMPELLsQMre7VDqeIKCsHkA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "semver-regex": "^4.0.5", |
| "super-regex": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/flat-cache": { |
| "version": "4.0.1", |
| "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", |
| "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "flatted": "^3.2.9", |
| "keyv": "^4.5.4" |
| }, |
| "engines": { |
| "node": ">=16" |
| } |
| }, |
| "node_modules/flatted": { |
| "version": "3.3.3", |
| "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz", |
| "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/for-each": { |
| "version": "0.3.5", |
| "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", |
| "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-callable": "^1.2.7" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/from2": { |
| "version": "2.3.0", |
| "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", |
| "integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "inherits": "^2.0.1", |
| "readable-stream": "^2.0.0" |
| } |
| }, |
| "node_modules/fs-extra": { |
| "version": "11.3.3", |
| "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", |
| "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "graceful-fs": "^4.2.0", |
| "jsonfile": "^6.0.1", |
| "universalify": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=14.14" |
| } |
| }, |
| "node_modules/fs.realpath": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", |
| "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/fumadocs-core": { |
| "version": "16.4.7", |
| "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-16.4.7.tgz", |
| "integrity": "sha512-oEsoha5EjyQnhRb6s5tNYEM+AiDA4BN80RyevRohsKPXGRQ2K3ddMaFAQq5kBaqA/Xxb+vqrElyRtzmdif7w2A==", |
| "license": "MIT", |
| "dependencies": { |
| "@formatjs/intl-localematcher": "^0.7.5", |
| "@orama/orama": "^3.1.18", |
| "@shikijs/rehype": "^3.21.0", |
| "@shikijs/transformers": "^3.21.0", |
| "estree-util-value-to-estree": "^3.5.0", |
| "github-slugger": "^2.0.0", |
| "hast-util-to-estree": "^3.1.3", |
| "hast-util-to-jsx-runtime": "^2.3.6", |
| "image-size": "^2.0.2", |
| "negotiator": "^1.0.0", |
| "npm-to-yarn": "^3.0.1", |
| "path-to-regexp": "^8.3.0", |
| "remark": "^15.0.1", |
| "remark-gfm": "^4.0.1", |
| "remark-rehype": "^11.1.2", |
| "scroll-into-view-if-needed": "^3.1.0", |
| "shiki": "^3.21.0", |
| "tinyglobby": "^0.2.15", |
| "unist-util-visit": "^5.0.0" |
| }, |
| "peerDependencies": { |
| "@mixedbread/sdk": "^0.46.0", |
| "@orama/core": "1.x.x", |
| "@oramacloud/client": "2.x.x", |
| "@tanstack/react-router": "1.x.x", |
| "@types/react": "*", |
| "algoliasearch": "5.x.x", |
| "lucide-react": "*", |
| "next": "16.x.x", |
| "react": "^19.2.0", |
| "react-dom": "^19.2.0", |
| "react-router": "7.x.x", |
| "waku": "^0.26.0 || ^0.27.0", |
| "zod": "4.x.x" |
| }, |
| "peerDependenciesMeta": { |
| "@mixedbread/sdk": { |
| "optional": true |
| }, |
| "@orama/core": { |
| "optional": true |
| }, |
| "@oramacloud/client": { |
| "optional": true |
| }, |
| "@tanstack/react-router": { |
| "optional": true |
| }, |
| "@types/react": { |
| "optional": true |
| }, |
| "algoliasearch": { |
| "optional": true |
| }, |
| "lucide-react": { |
| "optional": true |
| }, |
| "next": { |
| "optional": true |
| }, |
| "react": { |
| "optional": true |
| }, |
| "react-dom": { |
| "optional": true |
| }, |
| "react-router": { |
| "optional": true |
| }, |
| "waku": { |
| "optional": true |
| }, |
| "zod": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/fumadocs-mdx": { |
| "version": "14.2.5", |
| "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-14.2.5.tgz", |
| "integrity": "sha512-1WJeJ1Xago2lRq6GhTvTb+hxDtWUBr7lHi4YgHNBYSpWKsTfOor3UxgZV1UYBrd32cq4xHdtMK33LM67gA0eBA==", |
| "license": "MIT", |
| "dependencies": { |
| "@mdx-js/mdx": "^3.1.1", |
| "@standard-schema/spec": "^1.1.0", |
| "chokidar": "^5.0.0", |
| "esbuild": "^0.27.2", |
| "estree-util-value-to-estree": "^3.5.0", |
| "js-yaml": "^4.1.1", |
| "mdast-util-to-markdown": "^2.1.2", |
| "picocolors": "^1.1.1", |
| "picomatch": "^4.0.3", |
| "remark-mdx": "^3.1.1", |
| "tinyexec": "^1.0.2", |
| "tinyglobby": "^0.2.15", |
| "unified": "^11.0.5", |
| "unist-util-remove-position": "^5.0.0", |
| "unist-util-visit": "^5.0.0", |
| "vfile": "^6.0.3", |
| "zod": "^4.3.5" |
| }, |
| "bin": { |
| "fumadocs-mdx": "dist/bin.js" |
| }, |
| "peerDependencies": { |
| "@fumadocs/mdx-remote": "^1.4.0", |
| "@types/react": "*", |
| "fumadocs-core": "^15.0.0 || ^16.0.0", |
| "next": "^15.3.0 || ^16.0.0", |
| "react": "*", |
| "vite": "6.x.x || 7.x.x" |
| }, |
| "peerDependenciesMeta": { |
| "@fumadocs/mdx-remote": { |
| "optional": true |
| }, |
| "@types/react": { |
| "optional": true |
| }, |
| "next": { |
| "optional": true |
| }, |
| "react": { |
| "optional": true |
| }, |
| "vite": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/fumadocs-twoslash": { |
| "version": "3.1.12", |
| "resolved": "https://registry.npmjs.org/fumadocs-twoslash/-/fumadocs-twoslash-3.1.12.tgz", |
| "integrity": "sha512-s+81vm0+VsWUNy49SifNjvuv5p1y98EKg3EA5wHA2sN0FQG83LRyKa840YMTw9szvQxUdM2Jc+8t7g4pxdjxVw==", |
| "license": "MIT", |
| "dependencies": { |
| "@radix-ui/react-popover": "^1.1.15", |
| "@shikijs/twoslash": "^3.20.0", |
| "mdast-util-from-markdown": "^2.0.2", |
| "mdast-util-gfm": "^3.1.0", |
| "mdast-util-to-hast": "^13.2.1", |
| "shiki": "^3.20.0", |
| "tailwind-merge": "^3.4.0", |
| "twoslash": "^0.3.6" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "fumadocs-ui": "^15.0.0 || ^16.0.0", |
| "react": "18.x.x || 19.x.x" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/fumadocs-ui": { |
| "version": "16.4.7", |
| "resolved": "https://registry.npmjs.org/fumadocs-ui/-/fumadocs-ui-16.4.7.tgz", |
| "integrity": "sha512-ShEftF54mj89EW7Wll2wwGcH6bNTmPrPtUUmO+ThakK13skJmY7GSBH3Ft51TzQNLhN3kBKEQipIlJWc7LT5NQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@fumadocs/ui": "16.4.7", |
| "@radix-ui/react-accordion": "^1.2.12", |
| "@radix-ui/react-collapsible": "^1.1.12", |
| "@radix-ui/react-dialog": "^1.1.15", |
| "@radix-ui/react-direction": "^1.1.1", |
| "@radix-ui/react-navigation-menu": "^1.2.14", |
| "@radix-ui/react-popover": "^1.1.15", |
| "@radix-ui/react-presence": "^1.1.5", |
| "@radix-ui/react-scroll-area": "^1.2.10", |
| "@radix-ui/react-slot": "^1.2.4", |
| "@radix-ui/react-tabs": "^1.1.13", |
| "class-variance-authority": "^0.7.1", |
| "lucide-react": "^0.562.0", |
| "next-themes": "^0.4.6", |
| "react-medium-image-zoom": "^5.4.0", |
| "scroll-into-view-if-needed": "^3.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "fumadocs-core": "16.4.7", |
| "next": "16.x.x", |
| "react": "^19.2.0", |
| "react-dom": "^19.2.0", |
| "tailwindcss": "^4.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "next": { |
| "optional": true |
| }, |
| "tailwindcss": { |
| "optional": true |
| } |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/function-timeout": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/function-timeout/-/function-timeout-1.0.2.tgz", |
| "integrity": "sha512-939eZS4gJ3htTHAldmyyuzlrD58P03fHG49v2JfFXbV6OhvZKRC9j2yAtdHw/zrp2zXHuv05zMIy40F0ge7spA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/function.prototype.name": { |
| "version": "1.1.8", |
| "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", |
| "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.3", |
| "define-properties": "^1.2.1", |
| "functions-have-names": "^1.2.3", |
| "hasown": "^2.0.2", |
| "is-callable": "^1.2.7" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/functions-have-names": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", |
| "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", |
| "dev": true, |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/generator-function": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", |
| "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "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-caller-file": { |
| "version": "2.0.5", |
| "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", |
| "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": "6.* || 8.* || >= 10.*" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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-nonce": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz", |
| "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "dunder-proto": "^1.0.1", |
| "es-object-atoms": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/get-stream": { |
| "version": "7.0.1", |
| "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-7.0.1.tgz", |
| "integrity": "sha512-3M8C1EOFN6r8AMUhwUAACIoXZJEOufDU5+0gFFN5uNs6XYOralD2Pqkl7m046va6x77FwposWXbAhPPIOus7mQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=16" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/get-symbol-description": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", |
| "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "es-errors": "^1.3.0", |
| "get-intrinsic": "^1.2.6" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/get-tsconfig": { |
| "version": "4.13.0", |
| "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz", |
| "integrity": "sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "resolve-pkg-maps": "^1.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" |
| } |
| }, |
| "node_modules/giscus": { |
| "version": "1.6.0", |
| "resolved": "https://registry.npmjs.org/giscus/-/giscus-1.6.0.tgz", |
| "integrity": "sha512-Zrsi8r4t1LVW950keaWcsURuZUQwUaMKjvJgTCY125vkW6OiEBkatE7ScJDbpqKHdZwb///7FVC21SE3iFK3PQ==", |
| "license": "MIT", |
| "dependencies": { |
| "lit": "^3.2.1" |
| } |
| }, |
| "node_modules/git-log-parser": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/git-log-parser/-/git-log-parser-1.2.1.tgz", |
| "integrity": "sha512-PI+sPDvHXNPl5WNOErAK05s3j0lgwUzMN6o8cyQrDaKfT3qd7TmNJKeXX+SknI5I0QhG5fVPAEwSY4tRGDtYoQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "argv-formatter": "~1.0.0", |
| "spawn-error-forwarder": "~1.0.0", |
| "split2": "~1.0.0", |
| "stream-combiner2": "~1.1.1", |
| "through2": "~2.0.0", |
| "traverse": "0.6.8" |
| } |
| }, |
| "node_modules/github-slugger": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", |
| "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", |
| "license": "ISC" |
| }, |
| "node_modules/glob": { |
| "version": "8.1.0", |
| "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", |
| "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", |
| "deprecated": "Glob versions prior to v9 are no longer supported", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "fs.realpath": "^1.0.0", |
| "inflight": "^1.0.4", |
| "inherits": "2", |
| "minimatch": "^5.0.1", |
| "once": "^1.3.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/glob-parent": { |
| "version": "6.0.2", |
| "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", |
| "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "is-glob": "^4.0.3" |
| }, |
| "engines": { |
| "node": ">=10.13.0" |
| } |
| }, |
| "node_modules/glob/node_modules/brace-expansion": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", |
| "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0" |
| } |
| }, |
| "node_modules/glob/node_modules/minimatch": { |
| "version": "5.1.6", |
| "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", |
| "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/globals": { |
| "version": "14.0.0", |
| "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", |
| "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/globalthis": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", |
| "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "define-properties": "^1.2.1", |
| "gopd": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/gopd": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", |
| "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", |
| "dev": true, |
| "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/handlebars": { |
| "version": "4.7.8", |
| "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", |
| "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "minimist": "^1.2.5", |
| "neo-async": "^2.6.2", |
| "source-map": "^0.6.1", |
| "wordwrap": "^1.0.0" |
| }, |
| "bin": { |
| "handlebars": "bin/handlebars" |
| }, |
| "engines": { |
| "node": ">=0.4.7" |
| }, |
| "optionalDependencies": { |
| "uglify-js": "^3.1.4" |
| } |
| }, |
| "node_modules/handlebars/node_modules/source-map": { |
| "version": "0.6.1", |
| "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", |
| "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/has-bigints": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", |
| "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/has-flag": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
| "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/has-property-descriptors": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", |
| "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "es-define-property": "^1.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/has-proto": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", |
| "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "dunder-proto": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "function-bind": "^1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/hast-util-to-estree": { |
| "version": "3.1.3", |
| "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz", |
| "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "@types/estree-jsx": "^1.0.0", |
| "@types/hast": "^3.0.0", |
| "comma-separated-tokens": "^2.0.0", |
| "devlop": "^1.0.0", |
| "estree-util-attach-comments": "^3.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", |
| "zwitch": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/hast-util-to-html": { |
| "version": "9.0.5", |
| "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", |
| "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/hast": "^3.0.0", |
| "@types/unist": "^3.0.0", |
| "ccount": "^2.0.0", |
| "comma-separated-tokens": "^2.0.0", |
| "hast-util-whitespace": "^3.0.0", |
| "html-void-elements": "^3.0.0", |
| "mdast-util-to-hast": "^13.0.0", |
| "property-information": "^7.0.0", |
| "space-separated-tokens": "^2.0.0", |
| "stringify-entities": "^4.0.0", |
| "zwitch": "^2.0.4" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "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-to-string": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz", |
| "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/hast": "^3.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/hermes-estree": { |
| "version": "0.25.1", |
| "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz", |
| "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/hermes-parser": { |
| "version": "0.25.1", |
| "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz", |
| "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "hermes-estree": "0.25.1" |
| } |
| }, |
| "node_modules/highlight.js": { |
| "version": "10.7.3", |
| "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", |
| "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/hook-std": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/hook-std/-/hook-std-4.0.0.tgz", |
| "integrity": "sha512-IHI4bEVOt3vRUDJ+bFA9VUJlo7SzvFARPNLw75pqSmAOP2HmTWfFJtPvLBrDrlgjEYXY9zs7SFdHPQaJShkSCQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=20" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/hosted-git-info": { |
| "version": "7.0.2", |
| "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", |
| "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "lru-cache": "^10.0.1" |
| }, |
| "engines": { |
| "node": "^16.14.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/hosted-git-info/node_modules/lru-cache": { |
| "version": "10.4.3", |
| "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", |
| "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "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/html-void-elements": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", |
| "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", |
| "license": "MIT", |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/wooorm" |
| } |
| }, |
| "node_modules/http-proxy-agent": { |
| "version": "7.0.2", |
| "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", |
| "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "agent-base": "^7.1.0", |
| "debug": "^4.3.4" |
| }, |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/https-proxy-agent": { |
| "version": "7.0.6", |
| "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", |
| "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "agent-base": "^7.1.2", |
| "debug": "4" |
| }, |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/human-signals": { |
| "version": "8.0.1", |
| "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-8.0.1.tgz", |
| "integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=18.18.0" |
| } |
| }, |
| "node_modules/ignore": { |
| "version": "5.3.2", |
| "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", |
| "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 4" |
| } |
| }, |
| "node_modules/image-size": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/image-size/-/image-size-2.0.2.tgz", |
| "integrity": "sha512-IRqXKlaXwgSMAMtpNzZa1ZAe8m+Sa1770Dhk8VkSsP9LS+iHD62Zd8FQKs8fbPiagBE7BzoFX23cxFnwshpV6w==", |
| "license": "MIT", |
| "bin": { |
| "image-size": "bin/image-size.js" |
| }, |
| "engines": { |
| "node": ">=16.x" |
| } |
| }, |
| "node_modules/import-fresh": { |
| "version": "3.3.1", |
| "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", |
| "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", |
| "dev": true, |
| "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/import-from-esm": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/import-from-esm/-/import-from-esm-2.0.0.tgz", |
| "integrity": "sha512-YVt14UZCgsX1vZQ3gKjkWVdBdHQ6eu3MPU1TBgL1H5orXe2+jWD006WCPPtOuwlQm10NuzOW5WawiF1Q9veW8g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "debug": "^4.3.4", |
| "import-meta-resolve": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=18.20" |
| } |
| }, |
| "node_modules/import-meta-resolve": { |
| "version": "4.2.0", |
| "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz", |
| "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==", |
| "dev": true, |
| "license": "MIT", |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/wooorm" |
| } |
| }, |
| "node_modules/imurmurhash": { |
| "version": "0.1.4", |
| "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", |
| "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8.19" |
| } |
| }, |
| "node_modules/indent-string": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", |
| "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/index-to-position": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-1.2.0.tgz", |
| "integrity": "sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/inflight": { |
| "version": "1.0.6", |
| "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", |
| "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", |
| "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "once": "^1.3.0", |
| "wrappy": "1" |
| } |
| }, |
| "node_modules/inherits": { |
| "version": "2.0.4", |
| "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", |
| "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/ini": { |
| "version": "1.3.8", |
| "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", |
| "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/inline-style-parser": { |
| "version": "0.2.7", |
| "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", |
| "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", |
| "license": "MIT" |
| }, |
| "node_modules/internal-slot": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", |
| "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "hasown": "^2.0.2", |
| "side-channel": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/into-stream": { |
| "version": "7.0.0", |
| "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-7.0.0.tgz", |
| "integrity": "sha512-2dYz766i9HprMBasCMvHMuazJ7u4WzhJwo5kb3iPSiW/iRYV6uPari3zHoqZlnuaR7V1bEiNMxikhp37rdBXbw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "from2": "^2.3.0", |
| "p-is-promise": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "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-array-buffer": { |
| "version": "3.0.5", |
| "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", |
| "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.3", |
| "get-intrinsic": "^1.2.6" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/is-async-function": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", |
| "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "async-function": "^1.0.0", |
| "call-bound": "^1.0.3", |
| "get-proto": "^1.0.1", |
| "has-tostringtag": "^1.0.2", |
| "safe-regex-test": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-bigint": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", |
| "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "has-bigints": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-boolean-object": { |
| "version": "1.2.2", |
| "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", |
| "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "has-tostringtag": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-bun-module": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz", |
| "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "semver": "^7.7.1" |
| } |
| }, |
| "node_modules/is-bun-module/node_modules/semver": { |
| "version": "7.7.3", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", |
| "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/is-callable": { |
| "version": "1.2.7", |
| "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", |
| "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "hasown": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-data-view": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", |
| "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "get-intrinsic": "^1.2.6", |
| "is-typed-array": "^1.1.13" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-date-object": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", |
| "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "has-tostringtag": "^1.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-extglob": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", |
| "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/is-finalizationregistry": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", |
| "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-fullwidth-code-point": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", |
| "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/is-generator-function": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", |
| "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.4", |
| "generator-function": "^2.0.0", |
| "get-proto": "^1.0.1", |
| "has-tostringtag": "^1.0.2", |
| "safe-regex-test": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-glob": { |
| "version": "4.0.3", |
| "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", |
| "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-extglob": "^2.1.1" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "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-map": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", |
| "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-negative-zero": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", |
| "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-number": { |
| "version": "7.0.0", |
| "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", |
| "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.12.0" |
| } |
| }, |
| "node_modules/is-number-object": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", |
| "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "has-tostringtag": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-obj": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", |
| "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "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/is-regex": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", |
| "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "gopd": "^1.2.0", |
| "has-tostringtag": "^1.0.2", |
| "hasown": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-set": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", |
| "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-shared-array-buffer": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", |
| "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-stream": { |
| "version": "4.0.1", |
| "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz", |
| "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/is-string": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", |
| "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "has-tostringtag": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-symbol": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", |
| "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "has-symbols": "^1.1.0", |
| "safe-regex-test": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-typed-array": { |
| "version": "1.1.15", |
| "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", |
| "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "which-typed-array": "^1.1.16" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-unicode-supported": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz", |
| "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/is-weakmap": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", |
| "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-weakref": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", |
| "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/is-weakset": { |
| "version": "2.0.4", |
| "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", |
| "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "get-intrinsic": "^1.2.6" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/isarray": { |
| "version": "2.0.5", |
| "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", |
| "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/isexe": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", |
| "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/issue-parser": { |
| "version": "7.0.1", |
| "resolved": "https://registry.npmjs.org/issue-parser/-/issue-parser-7.0.1.tgz", |
| "integrity": "sha512-3YZcUUR2Wt1WsapF+S/WiA2WmlW0cWAoPccMqne7AxEBhCdFeTPjfv/Axb8V2gyCgY3nRw+ksZ3xSUX+R47iAg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "lodash.capitalize": "^4.2.1", |
| "lodash.escaperegexp": "^4.1.2", |
| "lodash.isplainobject": "^4.0.6", |
| "lodash.isstring": "^4.0.1", |
| "lodash.uniqby": "^4.7.0" |
| }, |
| "engines": { |
| "node": "^18.17 || >=20.6.1" |
| } |
| }, |
| "node_modules/iterator.prototype": { |
| "version": "1.1.5", |
| "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz", |
| "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "define-data-property": "^1.1.4", |
| "es-object-atoms": "^1.0.0", |
| "get-intrinsic": "^1.2.6", |
| "get-proto": "^1.0.0", |
| "has-symbols": "^1.1.0", |
| "set-function-name": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/java-properties": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz", |
| "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6.0" |
| } |
| }, |
| "node_modules/jiti": { |
| "version": "2.6.1", |
| "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", |
| "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", |
| "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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/js-yaml": { |
| "version": "4.1.1", |
| "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", |
| "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", |
| "license": "MIT", |
| "dependencies": { |
| "argparse": "^2.0.1" |
| }, |
| "bin": { |
| "js-yaml": "bin/js-yaml.js" |
| } |
| }, |
| "node_modules/jsesc": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", |
| "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "jsesc": "bin/jsesc" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/json-buffer": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", |
| "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/json-parse-better-errors": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", |
| "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/json-schema-traverse": { |
| "version": "0.4.1", |
| "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", |
| "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/json-stable-stringify-without-jsonify": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", |
| "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", |
| "dev": true, |
| "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/jsonfile": { |
| "version": "6.2.0", |
| "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", |
| "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "universalify": "^2.0.0" |
| }, |
| "optionalDependencies": { |
| "graceful-fs": "^4.1.6" |
| } |
| }, |
| "node_modules/jsx-ast-utils": { |
| "version": "3.3.5", |
| "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", |
| "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "array-includes": "^3.1.6", |
| "array.prototype.flat": "^1.3.1", |
| "object.assign": "^4.1.4", |
| "object.values": "^1.1.6" |
| }, |
| "engines": { |
| "node": ">=4.0" |
| } |
| }, |
| "node_modules/keyv": { |
| "version": "4.5.4", |
| "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", |
| "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "json-buffer": "3.0.1" |
| } |
| }, |
| "node_modules/language-subtag-registry": { |
| "version": "0.3.23", |
| "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz", |
| "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", |
| "dev": true, |
| "license": "CC0-1.0" |
| }, |
| "node_modules/language-tags": { |
| "version": "1.0.9", |
| "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz", |
| "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "language-subtag-registry": "^0.3.20" |
| }, |
| "engines": { |
| "node": ">=0.10" |
| } |
| }, |
| "node_modules/levn": { |
| "version": "0.4.1", |
| "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", |
| "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "prelude-ls": "^1.2.1", |
| "type-check": "~0.4.0" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/lightningcss": { |
| "version": "1.30.2", |
| "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz", |
| "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==", |
| "dev": true, |
| "license": "MPL-2.0", |
| "dependencies": { |
| "detect-libc": "^2.0.3" |
| }, |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| }, |
| "optionalDependencies": { |
| "lightningcss-android-arm64": "1.30.2", |
| "lightningcss-darwin-arm64": "1.30.2", |
| "lightningcss-darwin-x64": "1.30.2", |
| "lightningcss-freebsd-x64": "1.30.2", |
| "lightningcss-linux-arm-gnueabihf": "1.30.2", |
| "lightningcss-linux-arm64-gnu": "1.30.2", |
| "lightningcss-linux-arm64-musl": "1.30.2", |
| "lightningcss-linux-x64-gnu": "1.30.2", |
| "lightningcss-linux-x64-musl": "1.30.2", |
| "lightningcss-win32-arm64-msvc": "1.30.2", |
| "lightningcss-win32-x64-msvc": "1.30.2" |
| } |
| }, |
| "node_modules/lightningcss-android-arm64": { |
| "version": "1.30.2", |
| "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz", |
| "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-darwin-arm64": { |
| "version": "1.30.2", |
| "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz", |
| "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==", |
| "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.2", |
| "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz", |
| "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==", |
| "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.2", |
| "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz", |
| "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==", |
| "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.2", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz", |
| "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==", |
| "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.2", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz", |
| "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==", |
| "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.2", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz", |
| "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==", |
| "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.2", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz", |
| "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==", |
| "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.2", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz", |
| "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==", |
| "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.2", |
| "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz", |
| "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==", |
| "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.2", |
| "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz", |
| "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==", |
| "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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/lit": { |
| "version": "3.3.2", |
| "resolved": "https://registry.npmjs.org/lit/-/lit-3.3.2.tgz", |
| "integrity": "sha512-NF9zbsP79l4ao2SNrH3NkfmFgN/hBYSQo90saIVI1o5GpjAdCPVstVzO1MrLOakHoEhYkrtRjPK6Ob521aoYWQ==", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@lit/reactive-element": "^2.1.0", |
| "lit-element": "^4.2.0", |
| "lit-html": "^3.3.0" |
| } |
| }, |
| "node_modules/lit-element": { |
| "version": "4.2.2", |
| "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-4.2.2.tgz", |
| "integrity": "sha512-aFKhNToWxoyhkNDmWZwEva2SlQia+jfG0fjIWV//YeTaWrVnOxD89dPKfigCUspXFmjzOEUQpOkejH5Ly6sG0w==", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@lit-labs/ssr-dom-shim": "^1.5.0", |
| "@lit/reactive-element": "^2.1.0", |
| "lit-html": "^3.3.0" |
| } |
| }, |
| "node_modules/lit-html": { |
| "version": "3.3.2", |
| "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.3.2.tgz", |
| "integrity": "sha512-Qy9hU88zcmaxBXcc10ZpdK7cOLXvXpRoBxERdtqV9QOrfpMZZ6pSYP91LhpPtap3sFMUiL7Tw2RImbe0Al2/kw==", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@types/trusted-types": "^2.0.2" |
| } |
| }, |
| "node_modules/load-json-file": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", |
| "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "graceful-fs": "^4.1.2", |
| "parse-json": "^4.0.0", |
| "pify": "^3.0.0", |
| "strip-bom": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/load-json-file/node_modules/parse-json": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", |
| "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "error-ex": "^1.3.1", |
| "json-parse-better-errors": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/locate-path": { |
| "version": "6.0.0", |
| "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", |
| "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-locate": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/lodash-es": { |
| "version": "4.17.23", |
| "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", |
| "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/lodash.capitalize": { |
| "version": "4.2.1", |
| "resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz", |
| "integrity": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/lodash.escaperegexp": { |
| "version": "4.1.2", |
| "resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz", |
| "integrity": "sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/lodash.isplainobject": { |
| "version": "4.0.6", |
| "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", |
| "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/lodash.isstring": { |
| "version": "4.0.1", |
| "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", |
| "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/lodash.merge": { |
| "version": "4.6.2", |
| "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", |
| "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/lodash.uniqby": { |
| "version": "4.7.0", |
| "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", |
| "integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==", |
| "dev": true, |
| "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==", |
| "dev": true, |
| "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/lucide-react": { |
| "version": "0.562.0", |
| "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.562.0.tgz", |
| "integrity": "sha512-82hOAu7y0dbVuFfmO4bYF1XEwYk/mEbM5E+b1jgci/udUBEE/R7LF5Ip0CCEmXe8AybRM8L+04eP+LGZeDvkiw==", |
| "license": "ISC", |
| "peerDependencies": { |
| "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| } |
| }, |
| "node_modules/magic-string": { |
| "version": "0.30.21", |
| "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", |
| "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/sourcemap-codec": "^1.5.5" |
| } |
| }, |
| "node_modules/make-asynchronous": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/make-asynchronous/-/make-asynchronous-1.0.1.tgz", |
| "integrity": "sha512-T9BPOmEOhp6SmV25SwLVcHK4E6JyG/coH3C6F1NjNXSziv/fd4GmsqMk8YR6qpPOswfaOCApSNkZv6fxoaYFcQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-event": "^6.0.0", |
| "type-fest": "^4.6.0", |
| "web-worker": "1.2.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/markdown-extensions": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", |
| "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=16" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/markdown-table": { |
| "version": "3.0.4", |
| "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", |
| "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", |
| "license": "MIT", |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/wooorm" |
| } |
| }, |
| "node_modules/marked": { |
| "version": "15.0.12", |
| "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz", |
| "integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "marked": "bin/marked.js" |
| }, |
| "engines": { |
| "node": ">= 18" |
| } |
| }, |
| "node_modules/marked-terminal": { |
| "version": "7.3.0", |
| "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-7.3.0.tgz", |
| "integrity": "sha512-t4rBvPsHc57uE/2nJOLmMbZCQ4tgAccAED3ngXQqW6g+TxA488JzJ+FK3lQkzBQOI1mRV/r/Kq+1ZlJ4D0owQw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-escapes": "^7.0.0", |
| "ansi-regex": "^6.1.0", |
| "chalk": "^5.4.1", |
| "cli-highlight": "^2.1.11", |
| "cli-table3": "^0.6.5", |
| "node-emoji": "^2.2.0", |
| "supports-hyperlinks": "^3.1.0" |
| }, |
| "engines": { |
| "node": ">=16.0.0" |
| }, |
| "peerDependencies": { |
| "marked": ">=1 <16" |
| } |
| }, |
| "node_modules/marked-terminal/node_modules/chalk": { |
| "version": "5.6.2", |
| "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", |
| "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.17.0 || ^14.13 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/mdast-util-find-and-replace": { |
| "version": "3.0.2", |
| "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", |
| "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/mdast": "^4.0.0", |
| "escape-string-regexp": "^5.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/mdast-util-find-and-replace/node_modules/escape-string-regexp": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", |
| "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "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-gfm": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", |
| "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", |
| "license": "MIT", |
| "dependencies": { |
| "mdast-util-from-markdown": "^2.0.0", |
| "mdast-util-gfm-autolink-literal": "^2.0.0", |
| "mdast-util-gfm-footnote": "^2.0.0", |
| "mdast-util-gfm-strikethrough": "^2.0.0", |
| "mdast-util-gfm-table": "^2.0.0", |
| "mdast-util-gfm-task-list-item": "^2.0.0", |
| "mdast-util-to-markdown": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/mdast-util-gfm-autolink-literal": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", |
| "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/mdast": "^4.0.0", |
| "ccount": "^2.0.0", |
| "devlop": "^1.0.0", |
| "mdast-util-find-and-replace": "^3.0.0", |
| "micromark-util-character": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/mdast-util-gfm-footnote": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", |
| "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/mdast": "^4.0.0", |
| "devlop": "^1.1.0", |
| "mdast-util-from-markdown": "^2.0.0", |
| "mdast-util-to-markdown": "^2.0.0", |
| "micromark-util-normalize-identifier": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/mdast-util-gfm-strikethrough": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", |
| "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/mdast": "^4.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-gfm-table": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", |
| "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/mdast": "^4.0.0", |
| "devlop": "^1.0.0", |
| "markdown-table": "^3.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-gfm-task-list-item": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", |
| "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@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": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", |
| "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", |
| "license": "MIT", |
| "dependencies": { |
| "mdast-util-from-markdown": "^2.0.0", |
| "mdast-util-mdx-expression": "^2.0.0", |
| "mdast-util-mdx-jsx": "^3.0.0", |
| "mdast-util-mdxjs-esm": "^2.0.0", |
| "mdast-util-to-markdown": "^2.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.1", |
| "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", |
| "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==", |
| "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/meow": { |
| "version": "13.2.0", |
| "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", |
| "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/merge-stream": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", |
| "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/merge2": { |
| "version": "1.4.1", |
| "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", |
| "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "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-extension-gfm": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", |
| "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", |
| "license": "MIT", |
| "dependencies": { |
| "micromark-extension-gfm-autolink-literal": "^2.0.0", |
| "micromark-extension-gfm-footnote": "^2.0.0", |
| "micromark-extension-gfm-strikethrough": "^2.0.0", |
| "micromark-extension-gfm-table": "^2.0.0", |
| "micromark-extension-gfm-tagfilter": "^2.0.0", |
| "micromark-extension-gfm-task-list-item": "^2.0.0", |
| "micromark-util-combine-extensions": "^2.0.0", |
| "micromark-util-types": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/micromark-extension-gfm-autolink-literal": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", |
| "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", |
| "license": "MIT", |
| "dependencies": { |
| "micromark-util-character": "^2.0.0", |
| "micromark-util-sanitize-uri": "^2.0.0", |
| "micromark-util-symbol": "^2.0.0", |
| "micromark-util-types": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/micromark-extension-gfm-footnote": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", |
| "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", |
| "license": "MIT", |
| "dependencies": { |
| "devlop": "^1.0.0", |
| "micromark-core-commonmark": "^2.0.0", |
| "micromark-factory-space": "^2.0.0", |
| "micromark-util-character": "^2.0.0", |
| "micromark-util-normalize-identifier": "^2.0.0", |
| "micromark-util-sanitize-uri": "^2.0.0", |
| "micromark-util-symbol": "^2.0.0", |
| "micromark-util-types": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/micromark-extension-gfm-strikethrough": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", |
| "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", |
| "license": "MIT", |
| "dependencies": { |
| "devlop": "^1.0.0", |
| "micromark-util-chunked": "^2.0.0", |
| "micromark-util-classify-character": "^2.0.0", |
| "micromark-util-resolve-all": "^2.0.0", |
| "micromark-util-symbol": "^2.0.0", |
| "micromark-util-types": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/micromark-extension-gfm-table": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", |
| "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", |
| "license": "MIT", |
| "dependencies": { |
| "devlop": "^1.0.0", |
| "micromark-factory-space": "^2.0.0", |
| "micromark-util-character": "^2.0.0", |
| "micromark-util-symbol": "^2.0.0", |
| "micromark-util-types": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/micromark-extension-gfm-tagfilter": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", |
| "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", |
| "license": "MIT", |
| "dependencies": { |
| "micromark-util-types": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/micromark-extension-gfm-task-list-item": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", |
| "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", |
| "license": "MIT", |
| "dependencies": { |
| "devlop": "^1.0.0", |
| "micromark-factory-space": "^2.0.0", |
| "micromark-util-character": "^2.0.0", |
| "micromark-util-symbol": "^2.0.0", |
| "micromark-util-types": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/micromark-extension-mdx-expression": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz", |
| "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==", |
| "funding": [ |
| { |
| "type": "GitHub Sponsors", |
| "url": "https://github.com/sponsors/unifiedjs" |
| }, |
| { |
| "type": "OpenCollective", |
| "url": "https://opencollective.com/unified" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "devlop": "^1.0.0", |
| "micromark-factory-mdx-expression": "^2.0.0", |
| "micromark-factory-space": "^2.0.0", |
| "micromark-util-character": "^2.0.0", |
| "micromark-util-events-to-acorn": "^2.0.0", |
| "micromark-util-symbol": "^2.0.0", |
| "micromark-util-types": "^2.0.0" |
| } |
| }, |
| "node_modules/micromark-extension-mdx-jsx": { |
| "version": "3.0.2", |
| "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz", |
| "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "devlop": "^1.0.0", |
| "estree-util-is-identifier-name": "^3.0.0", |
| "micromark-factory-mdx-expression": "^2.0.0", |
| "micromark-factory-space": "^2.0.0", |
| "micromark-util-character": "^2.0.0", |
| "micromark-util-events-to-acorn": "^2.0.0", |
| "micromark-util-symbol": "^2.0.0", |
| "micromark-util-types": "^2.0.0", |
| "vfile-message": "^4.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/micromark-extension-mdx-md": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", |
| "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", |
| "license": "MIT", |
| "dependencies": { |
| "micromark-util-types": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/micromark-extension-mdxjs": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", |
| "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", |
| "license": "MIT", |
| "dependencies": { |
| "acorn": "^8.0.0", |
| "acorn-jsx": "^5.0.0", |
| "micromark-extension-mdx-expression": "^3.0.0", |
| "micromark-extension-mdx-jsx": "^3.0.0", |
| "micromark-extension-mdx-md": "^2.0.0", |
| "micromark-extension-mdxjs-esm": "^3.0.0", |
| "micromark-util-combine-extensions": "^2.0.0", |
| "micromark-util-types": "^2.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/micromark-extension-mdxjs-esm": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", |
| "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "devlop": "^1.0.0", |
| "micromark-core-commonmark": "^2.0.0", |
| "micromark-util-character": "^2.0.0", |
| "micromark-util-events-to-acorn": "^2.0.0", |
| "micromark-util-symbol": "^2.0.0", |
| "micromark-util-types": "^2.0.0", |
| "unist-util-position-from-estree": "^2.0.0", |
| "vfile-message": "^4.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "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-mdx-expression": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz", |
| "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==", |
| "funding": [ |
| { |
| "type": "GitHub Sponsors", |
| "url": "https://github.com/sponsors/unifiedjs" |
| }, |
| { |
| "type": "OpenCollective", |
| "url": "https://opencollective.com/unified" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "devlop": "^1.0.0", |
| "micromark-factory-space": "^2.0.0", |
| "micromark-util-character": "^2.0.0", |
| "micromark-util-events-to-acorn": "^2.0.0", |
| "micromark-util-symbol": "^2.0.0", |
| "micromark-util-types": "^2.0.0", |
| "unist-util-position-from-estree": "^2.0.0", |
| "vfile-message": "^4.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-events-to-acorn": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz", |
| "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==", |
| "funding": [ |
| { |
| "type": "GitHub Sponsors", |
| "url": "https://github.com/sponsors/unifiedjs" |
| }, |
| { |
| "type": "OpenCollective", |
| "url": "https://opencollective.com/unified" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "@types/unist": "^3.0.0", |
| "devlop": "^1.0.0", |
| "estree-util-visit": "^2.0.0", |
| "micromark-util-symbol": "^2.0.0", |
| "micromark-util-types": "^2.0.0", |
| "vfile-message": "^4.0.0" |
| } |
| }, |
| "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/micromatch": { |
| "version": "4.0.8", |
| "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", |
| "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "braces": "^3.0.3", |
| "picomatch": "^2.3.1" |
| }, |
| "engines": { |
| "node": ">=8.6" |
| } |
| }, |
| "node_modules/micromatch/node_modules/picomatch": { |
| "version": "2.3.1", |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", |
| "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8.6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/mime": { |
| "version": "4.1.0", |
| "resolved": "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz", |
| "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==", |
| "dev": true, |
| "funding": [ |
| "https://github.com/sponsors/broofa" |
| ], |
| "license": "MIT", |
| "bin": { |
| "mime": "bin/cli.js" |
| }, |
| "engines": { |
| "node": ">=16" |
| } |
| }, |
| "node_modules/mimic-fn": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", |
| "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/minimatch": { |
| "version": "3.1.2", |
| "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", |
| "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "engines": { |
| "node": "*" |
| } |
| }, |
| "node_modules/minimist": { |
| "version": "1.2.8", |
| "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", |
| "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", |
| "dev": true, |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "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/mz": { |
| "version": "2.7.0", |
| "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", |
| "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "any-promise": "^1.0.0", |
| "object-assign": "^4.0.1", |
| "thenify-all": "^1.0.0" |
| } |
| }, |
| "node_modules/nanoid": { |
| "version": "3.3.11", |
| "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", |
| "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", |
| "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/napi-postinstall": { |
| "version": "0.3.4", |
| "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz", |
| "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "napi-postinstall": "lib/cli.js" |
| }, |
| "engines": { |
| "node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/napi-postinstall" |
| } |
| }, |
| "node_modules/natural-compare": { |
| "version": "1.4.0", |
| "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", |
| "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/negotiator": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", |
| "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/neo-async": { |
| "version": "2.6.2", |
| "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", |
| "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/nerf-dart": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/nerf-dart/-/nerf-dart-1.0.0.tgz", |
| "integrity": "sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/next": { |
| "version": "16.0.10", |
| "resolved": "https://registry.npmjs.org/next/-/next-16.0.10.tgz", |
| "integrity": "sha512-RtWh5PUgI+vxlV3HdR+IfWA1UUHu0+Ram/JBO4vWB54cVPentCD0e+lxyAYEsDTqGGMg7qpjhKh6dc6aW7W/sA==", |
| "license": "MIT", |
| "dependencies": { |
| "@next/env": "16.0.10", |
| "@swc/helpers": "0.5.15", |
| "caniuse-lite": "^1.0.30001579", |
| "postcss": "8.4.31", |
| "styled-jsx": "5.1.6" |
| }, |
| "bin": { |
| "next": "dist/bin/next" |
| }, |
| "engines": { |
| "node": ">=20.9.0" |
| }, |
| "optionalDependencies": { |
| "@next/swc-darwin-arm64": "16.0.10", |
| "@next/swc-darwin-x64": "16.0.10", |
| "@next/swc-linux-arm64-gnu": "16.0.10", |
| "@next/swc-linux-arm64-musl": "16.0.10", |
| "@next/swc-linux-x64-gnu": "16.0.10", |
| "@next/swc-linux-x64-musl": "16.0.10", |
| "@next/swc-win32-arm64-msvc": "16.0.10", |
| "@next/swc-win32-x64-msvc": "16.0.10", |
| "sharp": "^0.34.4" |
| }, |
| "peerDependencies": { |
| "@opentelemetry/api": "^1.1.0", |
| "@playwright/test": "^1.51.1", |
| "babel-plugin-react-compiler": "*", |
| "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", |
| "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", |
| "sass": "^1.3.0" |
| }, |
| "peerDependenciesMeta": { |
| "@opentelemetry/api": { |
| "optional": true |
| }, |
| "@playwright/test": { |
| "optional": true |
| }, |
| "babel-plugin-react-compiler": { |
| "optional": true |
| }, |
| "sass": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/next-themes": { |
| "version": "0.4.6", |
| "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz", |
| "integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==", |
| "license": "MIT", |
| "peerDependencies": { |
| "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc" |
| } |
| }, |
| "node_modules/next/node_modules/postcss": { |
| "version": "8.4.31", |
| "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", |
| "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", |
| "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.6", |
| "picocolors": "^1.0.0", |
| "source-map-js": "^1.0.2" |
| }, |
| "engines": { |
| "node": "^10 || ^12 || >=14" |
| } |
| }, |
| "node_modules/node-emoji": { |
| "version": "2.2.0", |
| "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-2.2.0.tgz", |
| "integrity": "sha512-Z3lTE9pLaJF47NyMhd4ww1yFTAP8YhYI8SleJiHzM46Fgpm5cnNzSl9XfzFNqbaz+VlJrIj3fXQ4DeN1Rjm6cw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@sindresorhus/is": "^4.6.0", |
| "char-regex": "^1.0.2", |
| "emojilib": "^2.4.0", |
| "skin-tone": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/node-releases": { |
| "version": "2.0.27", |
| "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", |
| "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/normalize-package-data": { |
| "version": "6.0.2", |
| "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz", |
| "integrity": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "hosted-git-info": "^7.0.0", |
| "semver": "^7.3.5", |
| "validate-npm-package-license": "^3.0.4" |
| }, |
| "engines": { |
| "node": "^16.14.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/normalize-package-data/node_modules/semver": { |
| "version": "7.7.3", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", |
| "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/normalize-url": { |
| "version": "8.1.1", |
| "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.1.tgz", |
| "integrity": "sha512-JYc0DPlpGWB40kH5g07gGTrYuMqV653k3uBKY6uITPWds3M0ov3GaWGp9lbE3Bzngx8+XkfzgvASb9vk9JDFXQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=14.16" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/npm": { |
| "version": "10.9.4", |
| "resolved": "https://registry.npmjs.org/npm/-/npm-10.9.4.tgz", |
| "integrity": "sha512-OnUG836FwboQIbqtefDNlyR0gTHzIfwRfE3DuiNewBvnMnWEpB0VEXwBlFVgqpNzIgYo/MHh3d2Hel/pszapAA==", |
| "bundleDependencies": [ |
| "@isaacs/string-locale-compare", |
| "@npmcli/arborist", |
| "@npmcli/config", |
| "@npmcli/fs", |
| "@npmcli/map-workspaces", |
| "@npmcli/package-json", |
| "@npmcli/promise-spawn", |
| "@npmcli/redact", |
| "@npmcli/run-script", |
| "@sigstore/tuf", |
| "abbrev", |
| "archy", |
| "cacache", |
| "chalk", |
| "ci-info", |
| "cli-columns", |
| "fastest-levenshtein", |
| "fs-minipass", |
| "glob", |
| "graceful-fs", |
| "hosted-git-info", |
| "ini", |
| "init-package-json", |
| "is-cidr", |
| "json-parse-even-better-errors", |
| "libnpmaccess", |
| "libnpmdiff", |
| "libnpmexec", |
| "libnpmfund", |
| "libnpmhook", |
| "libnpmorg", |
| "libnpmpack", |
| "libnpmpublish", |
| "libnpmsearch", |
| "libnpmteam", |
| "libnpmversion", |
| "make-fetch-happen", |
| "minimatch", |
| "minipass", |
| "minipass-pipeline", |
| "ms", |
| "node-gyp", |
| "nopt", |
| "normalize-package-data", |
| "npm-audit-report", |
| "npm-install-checks", |
| "npm-package-arg", |
| "npm-pick-manifest", |
| "npm-profile", |
| "npm-registry-fetch", |
| "npm-user-validate", |
| "p-map", |
| "pacote", |
| "parse-conflict-json", |
| "proc-log", |
| "qrcode-terminal", |
| "read", |
| "semver", |
| "spdx-expression-parse", |
| "ssri", |
| "supports-color", |
| "tar", |
| "text-table", |
| "tiny-relative-date", |
| "treeverse", |
| "validate-npm-package-name", |
| "which", |
| "write-file-atomic" |
| ], |
| "dev": true, |
| "license": "Artistic-2.0", |
| "workspaces": [ |
| "docs", |
| "smoke-tests", |
| "mock-globals", |
| "mock-registry", |
| "workspaces/*" |
| ], |
| "dependencies": { |
| "@isaacs/string-locale-compare": "^1.1.0", |
| "@npmcli/arborist": "^8.0.1", |
| "@npmcli/config": "^9.0.0", |
| "@npmcli/fs": "^4.0.0", |
| "@npmcli/map-workspaces": "^4.0.2", |
| "@npmcli/package-json": "^6.2.0", |
| "@npmcli/promise-spawn": "^8.0.2", |
| "@npmcli/redact": "^3.2.2", |
| "@npmcli/run-script": "^9.1.0", |
| "@sigstore/tuf": "^3.1.1", |
| "abbrev": "^3.0.1", |
| "archy": "~1.0.0", |
| "cacache": "^19.0.1", |
| "chalk": "^5.4.1", |
| "ci-info": "^4.2.0", |
| "cli-columns": "^4.0.0", |
| "fastest-levenshtein": "^1.0.16", |
| "fs-minipass": "^3.0.3", |
| "glob": "^10.4.5", |
| "graceful-fs": "^4.2.11", |
| "hosted-git-info": "^8.1.0", |
| "ini": "^5.0.0", |
| "init-package-json": "^7.0.2", |
| "is-cidr": "^5.1.1", |
| "json-parse-even-better-errors": "^4.0.0", |
| "libnpmaccess": "^9.0.0", |
| "libnpmdiff": "^7.0.1", |
| "libnpmexec": "^9.0.1", |
| "libnpmfund": "^6.0.1", |
| "libnpmhook": "^11.0.0", |
| "libnpmorg": "^7.0.0", |
| "libnpmpack": "^8.0.1", |
| "libnpmpublish": "^10.0.1", |
| "libnpmsearch": "^8.0.0", |
| "libnpmteam": "^7.0.0", |
| "libnpmversion": "^7.0.0", |
| "make-fetch-happen": "^14.0.3", |
| "minimatch": "^9.0.5", |
| "minipass": "^7.1.1", |
| "minipass-pipeline": "^1.2.4", |
| "ms": "^2.1.2", |
| "node-gyp": "^11.2.0", |
| "nopt": "^8.1.0", |
| "normalize-package-data": "^7.0.0", |
| "npm-audit-report": "^6.0.0", |
| "npm-install-checks": "^7.1.1", |
| "npm-package-arg": "^12.0.2", |
| "npm-pick-manifest": "^10.0.0", |
| "npm-profile": "^11.0.1", |
| "npm-registry-fetch": "^18.0.2", |
| "npm-user-validate": "^3.0.0", |
| "p-map": "^7.0.3", |
| "pacote": "^19.0.1", |
| "parse-conflict-json": "^4.0.0", |
| "proc-log": "^5.0.0", |
| "qrcode-terminal": "^0.12.0", |
| "read": "^4.1.0", |
| "semver": "^7.7.2", |
| "spdx-expression-parse": "^4.0.0", |
| "ssri": "^12.0.0", |
| "supports-color": "^9.4.0", |
| "tar": "^6.2.1", |
| "text-table": "~0.2.0", |
| "tiny-relative-date": "^1.3.0", |
| "treeverse": "^3.0.0", |
| "validate-npm-package-name": "^6.0.1", |
| "which": "^5.0.0", |
| "write-file-atomic": "^6.0.0" |
| }, |
| "bin": { |
| "npm": "bin/npm-cli.js", |
| "npx": "bin/npx-cli.js" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm-run-path": { |
| "version": "6.0.0", |
| "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz", |
| "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "path-key": "^4.0.0", |
| "unicorn-magic": "^0.3.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/npm-run-path/node_modules/path-key": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", |
| "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/npm-to-yarn": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-3.0.1.tgz", |
| "integrity": "sha512-tt6PvKu4WyzPwWUzy/hvPFqn+uwXO0K1ZHka8az3NnrhWJDmSqI8ncWq0fkL0k/lmmi5tAC11FXwXuh0rFbt1A==", |
| "license": "MIT", |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/nebrelbug/npm-to-yarn?sponsor=1" |
| } |
| }, |
| "node_modules/npm/node_modules/@isaacs/cliui": { |
| "version": "8.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "string-width": "^5.1.2", |
| "string-width-cjs": "npm:string-width@^4.2.0", |
| "strip-ansi": "^7.0.1", |
| "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", |
| "wrap-ansi": "^8.1.0", |
| "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": { |
| "version": "6.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-regex?sponsor=1" |
| } |
| }, |
| "node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": { |
| "version": "9.2.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": { |
| "version": "5.1.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "eastasianwidth": "^0.2.0", |
| "emoji-regex": "^9.2.2", |
| "strip-ansi": "^7.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": { |
| "version": "7.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/strip-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/npm/node_modules/@isaacs/fs-minipass": { |
| "version": "4.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^7.0.4" |
| }, |
| "engines": { |
| "node": ">=18.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@isaacs/string-locale-compare": { |
| "version": "1.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC" |
| }, |
| "node_modules/npm/node_modules/@npmcli/agent": { |
| "version": "3.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "agent-base": "^7.1.0", |
| "http-proxy-agent": "^7.0.0", |
| "https-proxy-agent": "^7.0.1", |
| "lru-cache": "^10.0.1", |
| "socks-proxy-agent": "^8.0.3" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/arborist": { |
| "version": "8.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@isaacs/string-locale-compare": "^1.1.0", |
| "@npmcli/fs": "^4.0.0", |
| "@npmcli/installed-package-contents": "^3.0.0", |
| "@npmcli/map-workspaces": "^4.0.1", |
| "@npmcli/metavuln-calculator": "^8.0.0", |
| "@npmcli/name-from-folder": "^3.0.0", |
| "@npmcli/node-gyp": "^4.0.0", |
| "@npmcli/package-json": "^6.0.1", |
| "@npmcli/query": "^4.0.0", |
| "@npmcli/redact": "^3.0.0", |
| "@npmcli/run-script": "^9.0.1", |
| "bin-links": "^5.0.0", |
| "cacache": "^19.0.1", |
| "common-ancestor-path": "^1.0.1", |
| "hosted-git-info": "^8.0.0", |
| "json-parse-even-better-errors": "^4.0.0", |
| "json-stringify-nice": "^1.1.4", |
| "lru-cache": "^10.2.2", |
| "minimatch": "^9.0.4", |
| "nopt": "^8.0.0", |
| "npm-install-checks": "^7.1.0", |
| "npm-package-arg": "^12.0.0", |
| "npm-pick-manifest": "^10.0.0", |
| "npm-registry-fetch": "^18.0.1", |
| "pacote": "^19.0.0", |
| "parse-conflict-json": "^4.0.0", |
| "proc-log": "^5.0.0", |
| "proggy": "^3.0.0", |
| "promise-all-reject-late": "^1.0.0", |
| "promise-call-limit": "^3.0.1", |
| "read-package-json-fast": "^4.0.0", |
| "semver": "^7.3.7", |
| "ssri": "^12.0.0", |
| "treeverse": "^3.0.0", |
| "walk-up-path": "^3.0.1" |
| }, |
| "bin": { |
| "arborist": "bin/index.js" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/config": { |
| "version": "9.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/map-workspaces": "^4.0.1", |
| "@npmcli/package-json": "^6.0.1", |
| "ci-info": "^4.0.0", |
| "ini": "^5.0.0", |
| "nopt": "^8.0.0", |
| "proc-log": "^5.0.0", |
| "semver": "^7.3.5", |
| "walk-up-path": "^3.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/fs": { |
| "version": "4.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "semver": "^7.3.5" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/git": { |
| "version": "6.0.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/promise-spawn": "^8.0.0", |
| "ini": "^5.0.0", |
| "lru-cache": "^10.0.1", |
| "npm-pick-manifest": "^10.0.0", |
| "proc-log": "^5.0.0", |
| "promise-retry": "^2.0.1", |
| "semver": "^7.3.5", |
| "which": "^5.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/installed-package-contents": { |
| "version": "3.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "npm-bundled": "^4.0.0", |
| "npm-normalize-package-bin": "^4.0.0" |
| }, |
| "bin": { |
| "installed-package-contents": "bin/index.js" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/map-workspaces": { |
| "version": "4.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/name-from-folder": "^3.0.0", |
| "@npmcli/package-json": "^6.0.0", |
| "glob": "^10.2.2", |
| "minimatch": "^9.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { |
| "version": "8.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "cacache": "^19.0.0", |
| "json-parse-even-better-errors": "^4.0.0", |
| "pacote": "^20.0.0", |
| "proc-log": "^5.0.0", |
| "semver": "^7.3.5" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote": { |
| "version": "20.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/git": "^6.0.0", |
| "@npmcli/installed-package-contents": "^3.0.0", |
| "@npmcli/package-json": "^6.0.0", |
| "@npmcli/promise-spawn": "^8.0.0", |
| "@npmcli/run-script": "^9.0.0", |
| "cacache": "^19.0.0", |
| "fs-minipass": "^3.0.0", |
| "minipass": "^7.0.2", |
| "npm-package-arg": "^12.0.0", |
| "npm-packlist": "^9.0.0", |
| "npm-pick-manifest": "^10.0.0", |
| "npm-registry-fetch": "^18.0.0", |
| "proc-log": "^5.0.0", |
| "promise-retry": "^2.0.1", |
| "sigstore": "^3.0.0", |
| "ssri": "^12.0.0", |
| "tar": "^6.1.11" |
| }, |
| "bin": { |
| "pacote": "bin/index.js" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/name-from-folder": { |
| "version": "3.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/node-gyp": { |
| "version": "4.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/package-json": { |
| "version": "6.2.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/git": "^6.0.0", |
| "glob": "^10.2.2", |
| "hosted-git-info": "^8.0.0", |
| "json-parse-even-better-errors": "^4.0.0", |
| "proc-log": "^5.0.0", |
| "semver": "^7.5.3", |
| "validate-npm-package-license": "^3.0.4" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/promise-spawn": { |
| "version": "8.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "which": "^5.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/query": { |
| "version": "4.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "postcss-selector-parser": "^7.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/redact": { |
| "version": "3.2.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@npmcli/run-script": { |
| "version": "9.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/node-gyp": "^4.0.0", |
| "@npmcli/package-json": "^6.0.0", |
| "@npmcli/promise-spawn": "^8.0.0", |
| "node-gyp": "^11.0.0", |
| "proc-log": "^5.0.0", |
| "which": "^5.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@pkgjs/parseargs": { |
| "version": "0.11.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "optional": true, |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/npm/node_modules/@sigstore/protobuf-specs": { |
| "version": "0.4.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@sigstore/tuf": { |
| "version": "3.1.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@sigstore/protobuf-specs": "^0.4.1", |
| "tuf-js": "^3.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/@tufjs/canonical-json": { |
| "version": "2.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^16.14.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/abbrev": { |
| "version": "3.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/agent-base": { |
| "version": "7.1.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/npm/node_modules/ansi-regex": { |
| "version": "5.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/ansi-styles": { |
| "version": "6.2.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/npm/node_modules/aproba": { |
| "version": "2.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC" |
| }, |
| "node_modules/npm/node_modules/archy": { |
| "version": "1.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/balanced-match": { |
| "version": "1.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/bin-links": { |
| "version": "5.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "cmd-shim": "^7.0.0", |
| "npm-normalize-package-bin": "^4.0.0", |
| "proc-log": "^5.0.0", |
| "read-cmd-shim": "^5.0.0", |
| "write-file-atomic": "^6.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/binary-extensions": { |
| "version": "2.3.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/npm/node_modules/brace-expansion": { |
| "version": "2.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^1.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/cacache": { |
| "version": "19.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/fs": "^4.0.0", |
| "fs-minipass": "^3.0.0", |
| "glob": "^10.2.2", |
| "lru-cache": "^10.0.1", |
| "minipass": "^7.0.3", |
| "minipass-collect": "^2.0.1", |
| "minipass-flush": "^1.0.5", |
| "minipass-pipeline": "^1.2.4", |
| "p-map": "^7.0.2", |
| "ssri": "^12.0.0", |
| "tar": "^7.4.3", |
| "unique-filename": "^4.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/cacache/node_modules/chownr": { |
| "version": "3.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/npm/node_modules/cacache/node_modules/mkdirp": { |
| "version": "3.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "bin": { |
| "mkdirp": "dist/cjs/src/bin.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/npm/node_modules/cacache/node_modules/tar": { |
| "version": "7.4.3", |
| "dev": true, |
| "inBundle": 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/npm/node_modules/cacache/node_modules/yallist": { |
| "version": "5.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/npm/node_modules/chalk": { |
| "version": "5.4.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.17.0 || ^14.13 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/chalk?sponsor=1" |
| } |
| }, |
| "node_modules/npm/node_modules/chownr": { |
| "version": "2.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/npm/node_modules/ci-info": { |
| "version": "4.2.0", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/sibiraj-s" |
| } |
| ], |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/cidr-regex": { |
| "version": "4.1.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "ip-regex": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/npm/node_modules/cli-columns": { |
| "version": "4.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "string-width": "^4.2.3", |
| "strip-ansi": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/npm/node_modules/cmd-shim": { |
| "version": "7.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/color-convert": { |
| "version": "2.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "~1.1.4" |
| }, |
| "engines": { |
| "node": ">=7.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/color-name": { |
| "version": "1.1.4", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/common-ancestor-path": { |
| "version": "1.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC" |
| }, |
| "node_modules/npm/node_modules/cross-spawn": { |
| "version": "7.0.6", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "path-key": "^3.1.0", |
| "shebang-command": "^2.0.0", |
| "which": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/npm/node_modules/cross-spawn/node_modules/which": { |
| "version": "2.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "isexe": "^2.0.0" |
| }, |
| "bin": { |
| "node-which": "bin/node-which" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/npm/node_modules/cssesc": { |
| "version": "3.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "bin": { |
| "cssesc": "bin/cssesc" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/npm/node_modules/debug": { |
| "version": "4.4.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.1.3" |
| }, |
| "engines": { |
| "node": ">=6.0" |
| }, |
| "peerDependenciesMeta": { |
| "supports-color": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/npm/node_modules/diff": { |
| "version": "5.2.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.3.1" |
| } |
| }, |
| "node_modules/npm/node_modules/eastasianwidth": { |
| "version": "0.2.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/emoji-regex": { |
| "version": "8.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/encoding": { |
| "version": "0.1.13", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "iconv-lite": "^0.6.2" |
| } |
| }, |
| "node_modules/npm/node_modules/env-paths": { |
| "version": "2.2.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/npm/node_modules/err-code": { |
| "version": "2.0.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/exponential-backoff": { |
| "version": "3.1.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "Apache-2.0" |
| }, |
| "node_modules/npm/node_modules/fastest-levenshtein": { |
| "version": "1.0.16", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 4.9.1" |
| } |
| }, |
| "node_modules/npm/node_modules/foreground-child": { |
| "version": "3.3.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "cross-spawn": "^7.0.6", |
| "signal-exit": "^4.0.1" |
| }, |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/npm/node_modules/fs-minipass": { |
| "version": "3.0.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^7.0.3" |
| }, |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/glob": { |
| "version": "10.4.5", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "foreground-child": "^3.1.0", |
| "jackspeak": "^3.1.2", |
| "minimatch": "^9.0.4", |
| "minipass": "^7.1.2", |
| "package-json-from-dist": "^1.0.0", |
| "path-scurry": "^1.11.1" |
| }, |
| "bin": { |
| "glob": "dist/esm/bin.mjs" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/npm/node_modules/graceful-fs": { |
| "version": "4.2.11", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC" |
| }, |
| "node_modules/npm/node_modules/hosted-git-info": { |
| "version": "8.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "lru-cache": "^10.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/http-cache-semantics": { |
| "version": "4.2.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "BSD-2-Clause" |
| }, |
| "node_modules/npm/node_modules/http-proxy-agent": { |
| "version": "7.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "agent-base": "^7.1.0", |
| "debug": "^4.3.4" |
| }, |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/npm/node_modules/https-proxy-agent": { |
| "version": "7.0.6", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "agent-base": "^7.1.2", |
| "debug": "4" |
| }, |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/npm/node_modules/iconv-lite": { |
| "version": "0.6.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "optional": true, |
| "dependencies": { |
| "safer-buffer": ">= 2.1.2 < 3.0.0" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/npm/node_modules/ignore-walk": { |
| "version": "7.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "minimatch": "^9.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/imurmurhash": { |
| "version": "0.1.4", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8.19" |
| } |
| }, |
| "node_modules/npm/node_modules/ini": { |
| "version": "5.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/init-package-json": { |
| "version": "7.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/package-json": "^6.0.0", |
| "npm-package-arg": "^12.0.0", |
| "promzard": "^2.0.0", |
| "read": "^4.0.0", |
| "semver": "^7.3.5", |
| "validate-npm-package-license": "^3.0.4", |
| "validate-npm-package-name": "^6.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/ip-address": { |
| "version": "9.0.5", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "jsbn": "1.1.0", |
| "sprintf-js": "^1.1.3" |
| }, |
| "engines": { |
| "node": ">= 12" |
| } |
| }, |
| "node_modules/npm/node_modules/ip-regex": { |
| "version": "5.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/npm/node_modules/is-cidr": { |
| "version": "5.1.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "cidr-regex": "^4.1.1" |
| }, |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/npm/node_modules/is-fullwidth-code-point": { |
| "version": "3.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/isexe": { |
| "version": "2.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC" |
| }, |
| "node_modules/npm/node_modules/jackspeak": { |
| "version": "3.4.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "BlueOak-1.0.0", |
| "dependencies": { |
| "@isaacs/cliui": "^8.0.2" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| }, |
| "optionalDependencies": { |
| "@pkgjs/parseargs": "^0.11.0" |
| } |
| }, |
| "node_modules/npm/node_modules/jsbn": { |
| "version": "1.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/json-parse-even-better-errors": { |
| "version": "4.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/json-stringify-nice": { |
| "version": "1.1.4", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/npm/node_modules/jsonparse": { |
| "version": "1.3.1", |
| "dev": true, |
| "engines": [ |
| "node >= 0.2.0" |
| ], |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/just-diff": { |
| "version": "6.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/just-diff-apply": { |
| "version": "5.5.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/libnpmaccess": { |
| "version": "9.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "npm-package-arg": "^12.0.0", |
| "npm-registry-fetch": "^18.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/libnpmdiff": { |
| "version": "7.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/arborist": "^8.0.1", |
| "@npmcli/installed-package-contents": "^3.0.0", |
| "binary-extensions": "^2.3.0", |
| "diff": "^5.1.0", |
| "minimatch": "^9.0.4", |
| "npm-package-arg": "^12.0.0", |
| "pacote": "^19.0.0", |
| "tar": "^6.2.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/libnpmexec": { |
| "version": "9.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/arborist": "^8.0.1", |
| "@npmcli/run-script": "^9.0.1", |
| "ci-info": "^4.0.0", |
| "npm-package-arg": "^12.0.0", |
| "pacote": "^19.0.0", |
| "proc-log": "^5.0.0", |
| "read": "^4.0.0", |
| "read-package-json-fast": "^4.0.0", |
| "semver": "^7.3.7", |
| "walk-up-path": "^3.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/libnpmfund": { |
| "version": "6.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/arborist": "^8.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/libnpmhook": { |
| "version": "11.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "aproba": "^2.0.0", |
| "npm-registry-fetch": "^18.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/libnpmorg": { |
| "version": "7.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "aproba": "^2.0.0", |
| "npm-registry-fetch": "^18.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/libnpmpack": { |
| "version": "8.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/arborist": "^8.0.1", |
| "@npmcli/run-script": "^9.0.1", |
| "npm-package-arg": "^12.0.0", |
| "pacote": "^19.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/libnpmpublish": { |
| "version": "10.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "ci-info": "^4.0.0", |
| "normalize-package-data": "^7.0.0", |
| "npm-package-arg": "^12.0.0", |
| "npm-registry-fetch": "^18.0.1", |
| "proc-log": "^5.0.0", |
| "semver": "^7.3.7", |
| "sigstore": "^3.0.0", |
| "ssri": "^12.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/libnpmsearch": { |
| "version": "8.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "npm-registry-fetch": "^18.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/libnpmteam": { |
| "version": "7.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "aproba": "^2.0.0", |
| "npm-registry-fetch": "^18.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/libnpmversion": { |
| "version": "7.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/git": "^6.0.1", |
| "@npmcli/run-script": "^9.0.1", |
| "json-parse-even-better-errors": "^4.0.0", |
| "proc-log": "^5.0.0", |
| "semver": "^7.3.7" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/lru-cache": { |
| "version": "10.4.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC" |
| }, |
| "node_modules/npm/node_modules/make-fetch-happen": { |
| "version": "14.0.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/agent": "^3.0.0", |
| "cacache": "^19.0.1", |
| "http-cache-semantics": "^4.1.1", |
| "minipass": "^7.0.2", |
| "minipass-fetch": "^4.0.0", |
| "minipass-flush": "^1.0.5", |
| "minipass-pipeline": "^1.2.4", |
| "negotiator": "^1.0.0", |
| "proc-log": "^5.0.0", |
| "promise-retry": "^2.0.1", |
| "ssri": "^12.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/make-fetch-happen/node_modules/negotiator": { |
| "version": "1.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6" |
| } |
| }, |
| "node_modules/npm/node_modules/minimatch": { |
| "version": "9.0.5", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "brace-expansion": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/npm/node_modules/minipass": { |
| "version": "7.1.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| } |
| }, |
| "node_modules/npm/node_modules/minipass-collect": { |
| "version": "2.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^7.0.3" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| } |
| }, |
| "node_modules/npm/node_modules/minipass-fetch": { |
| "version": "4.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "minipass": "^7.0.3", |
| "minipass-sized": "^1.0.3", |
| "minizlib": "^3.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| }, |
| "optionalDependencies": { |
| "encoding": "^0.1.13" |
| } |
| }, |
| "node_modules/npm/node_modules/minipass-flush": { |
| "version": "1.0.5", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/npm/node_modules/minipass-flush/node_modules/minipass": { |
| "version": "3.3.6", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "yallist": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/minipass-pipeline": { |
| "version": "1.2.4", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass": { |
| "version": "3.3.6", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "yallist": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/minipass-sized": { |
| "version": "1.0.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/minipass-sized/node_modules/minipass": { |
| "version": "3.3.6", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "yallist": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/minizlib": { |
| "version": "3.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "minipass": "^7.1.2" |
| }, |
| "engines": { |
| "node": ">= 18" |
| } |
| }, |
| "node_modules/npm/node_modules/mkdirp": { |
| "version": "1.0.4", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "bin": { |
| "mkdirp": "bin/cmd.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/npm/node_modules/ms": { |
| "version": "2.1.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/mute-stream": { |
| "version": "2.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/node-gyp": { |
| "version": "11.2.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "env-paths": "^2.2.0", |
| "exponential-backoff": "^3.1.1", |
| "graceful-fs": "^4.2.6", |
| "make-fetch-happen": "^14.0.3", |
| "nopt": "^8.0.0", |
| "proc-log": "^5.0.0", |
| "semver": "^7.3.5", |
| "tar": "^7.4.3", |
| "tinyglobby": "^0.2.12", |
| "which": "^5.0.0" |
| }, |
| "bin": { |
| "node-gyp": "bin/node-gyp.js" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/node-gyp/node_modules/chownr": { |
| "version": "3.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/npm/node_modules/node-gyp/node_modules/mkdirp": { |
| "version": "3.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "bin": { |
| "mkdirp": "dist/cjs/src/bin.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/npm/node_modules/node-gyp/node_modules/tar": { |
| "version": "7.4.3", |
| "dev": true, |
| "inBundle": 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/npm/node_modules/node-gyp/node_modules/yallist": { |
| "version": "5.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/npm/node_modules/nopt": { |
| "version": "8.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "abbrev": "^3.0.0" |
| }, |
| "bin": { |
| "nopt": "bin/nopt.js" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/normalize-package-data": { |
| "version": "7.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "hosted-git-info": "^8.0.0", |
| "semver": "^7.3.5", |
| "validate-npm-package-license": "^3.0.4" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/npm-audit-report": { |
| "version": "6.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/npm-bundled": { |
| "version": "4.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "npm-normalize-package-bin": "^4.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/npm-install-checks": { |
| "version": "7.1.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "semver": "^7.1.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/npm-normalize-package-bin": { |
| "version": "4.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/npm-package-arg": { |
| "version": "12.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "hosted-git-info": "^8.0.0", |
| "proc-log": "^5.0.0", |
| "semver": "^7.3.5", |
| "validate-npm-package-name": "^6.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/npm-packlist": { |
| "version": "9.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "ignore-walk": "^7.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/npm-pick-manifest": { |
| "version": "10.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "npm-install-checks": "^7.1.0", |
| "npm-normalize-package-bin": "^4.0.0", |
| "npm-package-arg": "^12.0.0", |
| "semver": "^7.3.5" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/npm-profile": { |
| "version": "11.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "npm-registry-fetch": "^18.0.0", |
| "proc-log": "^5.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/npm-registry-fetch": { |
| "version": "18.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/redact": "^3.0.0", |
| "jsonparse": "^1.3.1", |
| "make-fetch-happen": "^14.0.0", |
| "minipass": "^7.0.2", |
| "minipass-fetch": "^4.0.0", |
| "minizlib": "^3.0.1", |
| "npm-package-arg": "^12.0.0", |
| "proc-log": "^5.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/npm-user-validate": { |
| "version": "3.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "BSD-2-Clause", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/p-map": { |
| "version": "7.0.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/npm/node_modules/package-json-from-dist": { |
| "version": "1.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "BlueOak-1.0.0" |
| }, |
| "node_modules/npm/node_modules/pacote": { |
| "version": "19.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "@npmcli/git": "^6.0.0", |
| "@npmcli/installed-package-contents": "^3.0.0", |
| "@npmcli/package-json": "^6.0.0", |
| "@npmcli/promise-spawn": "^8.0.0", |
| "@npmcli/run-script": "^9.0.0", |
| "cacache": "^19.0.0", |
| "fs-minipass": "^3.0.0", |
| "minipass": "^7.0.2", |
| "npm-package-arg": "^12.0.0", |
| "npm-packlist": "^9.0.0", |
| "npm-pick-manifest": "^10.0.0", |
| "npm-registry-fetch": "^18.0.0", |
| "proc-log": "^5.0.0", |
| "promise-retry": "^2.0.1", |
| "sigstore": "^3.0.0", |
| "ssri": "^12.0.0", |
| "tar": "^6.1.11" |
| }, |
| "bin": { |
| "pacote": "bin/index.js" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/parse-conflict-json": { |
| "version": "4.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "json-parse-even-better-errors": "^4.0.0", |
| "just-diff": "^6.0.0", |
| "just-diff-apply": "^5.2.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/path-key": { |
| "version": "3.1.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/path-scurry": { |
| "version": "1.11.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "BlueOak-1.0.0", |
| "dependencies": { |
| "lru-cache": "^10.2.0", |
| "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" |
| }, |
| "engines": { |
| "node": ">=16 || 14 >=14.18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/npm/node_modules/postcss-selector-parser": { |
| "version": "7.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "cssesc": "^3.0.0", |
| "util-deprecate": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/npm/node_modules/proc-log": { |
| "version": "5.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/proggy": { |
| "version": "3.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/promise-all-reject-late": { |
| "version": "1.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/npm/node_modules/promise-call-limit": { |
| "version": "3.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/npm/node_modules/promise-retry": { |
| "version": "2.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "err-code": "^2.0.2", |
| "retry": "^0.12.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/npm/node_modules/promzard": { |
| "version": "2.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "read": "^4.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/qrcode-terminal": { |
| "version": "0.12.0", |
| "dev": true, |
| "inBundle": true, |
| "bin": { |
| "qrcode-terminal": "bin/qrcode-terminal.js" |
| } |
| }, |
| "node_modules/npm/node_modules/read": { |
| "version": "4.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "mute-stream": "^2.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/read-cmd-shim": { |
| "version": "5.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/read-package-json-fast": { |
| "version": "4.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "json-parse-even-better-errors": "^4.0.0", |
| "npm-normalize-package-bin": "^4.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/retry": { |
| "version": "0.12.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 4" |
| } |
| }, |
| "node_modules/npm/node_modules/safer-buffer": { |
| "version": "2.1.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "optional": true |
| }, |
| "node_modules/npm/node_modules/semver": { |
| "version": "7.7.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/npm/node_modules/shebang-command": { |
| "version": "2.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "shebang-regex": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/shebang-regex": { |
| "version": "3.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/signal-exit": { |
| "version": "4.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/npm/node_modules/sigstore": { |
| "version": "3.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@sigstore/bundle": "^3.1.0", |
| "@sigstore/core": "^2.0.0", |
| "@sigstore/protobuf-specs": "^0.4.0", |
| "@sigstore/sign": "^3.1.0", |
| "@sigstore/tuf": "^3.1.0", |
| "@sigstore/verify": "^2.1.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle": { |
| "version": "3.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@sigstore/protobuf-specs": "^0.4.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core": { |
| "version": "2.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign": { |
| "version": "3.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@sigstore/bundle": "^3.1.0", |
| "@sigstore/core": "^2.0.0", |
| "@sigstore/protobuf-specs": "^0.4.0", |
| "make-fetch-happen": "^14.0.2", |
| "proc-log": "^5.0.0", |
| "promise-retry": "^2.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify": { |
| "version": "2.1.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "@sigstore/bundle": "^3.1.0", |
| "@sigstore/core": "^2.0.0", |
| "@sigstore/protobuf-specs": "^0.4.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/smart-buffer": { |
| "version": "4.2.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 6.0.0", |
| "npm": ">= 3.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/socks": { |
| "version": "2.8.5", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "ip-address": "^9.0.5", |
| "smart-buffer": "^4.2.0" |
| }, |
| "engines": { |
| "node": ">= 10.0.0", |
| "npm": ">= 3.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/socks-proxy-agent": { |
| "version": "8.0.5", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "agent-base": "^7.1.2", |
| "debug": "^4.3.4", |
| "socks": "^2.8.3" |
| }, |
| "engines": { |
| "node": ">= 14" |
| } |
| }, |
| "node_modules/npm/node_modules/spdx-correct": { |
| "version": "3.2.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "spdx-expression-parse": "^3.0.0", |
| "spdx-license-ids": "^3.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse": { |
| "version": "3.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "spdx-exceptions": "^2.1.0", |
| "spdx-license-ids": "^3.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/spdx-exceptions": { |
| "version": "2.5.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "CC-BY-3.0" |
| }, |
| "node_modules/npm/node_modules/spdx-expression-parse": { |
| "version": "4.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "spdx-exceptions": "^2.1.0", |
| "spdx-license-ids": "^3.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/spdx-license-ids": { |
| "version": "3.0.21", |
| "dev": true, |
| "inBundle": true, |
| "license": "CC0-1.0" |
| }, |
| "node_modules/npm/node_modules/sprintf-js": { |
| "version": "1.1.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/npm/node_modules/ssri": { |
| "version": "12.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^7.0.3" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/string-width": { |
| "version": "4.2.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "emoji-regex": "^8.0.0", |
| "is-fullwidth-code-point": "^3.0.0", |
| "strip-ansi": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/string-width-cjs": { |
| "name": "string-width", |
| "version": "4.2.3", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "emoji-regex": "^8.0.0", |
| "is-fullwidth-code-point": "^3.0.0", |
| "strip-ansi": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/strip-ansi": { |
| "version": "6.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/strip-ansi-cjs": { |
| "name": "strip-ansi", |
| "version": "6.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/supports-color": { |
| "version": "9.4.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/supports-color?sponsor=1" |
| } |
| }, |
| "node_modules/npm/node_modules/tar": { |
| "version": "6.2.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "chownr": "^2.0.0", |
| "fs-minipass": "^2.0.0", |
| "minipass": "^5.0.0", |
| "minizlib": "^2.1.1", |
| "mkdirp": "^1.0.3", |
| "yallist": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/npm/node_modules/tar/node_modules/fs-minipass": { |
| "version": "2.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "minipass": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { |
| "version": "3.3.6", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "yallist": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/tar/node_modules/minipass": { |
| "version": "5.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/tar/node_modules/minizlib": { |
| "version": "2.1.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "minipass": "^3.0.0", |
| "yallist": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/npm/node_modules/tar/node_modules/minizlib/node_modules/minipass": { |
| "version": "3.3.6", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "yallist": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/npm/node_modules/text-table": { |
| "version": "0.2.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/tiny-relative-date": { |
| "version": "1.3.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/tinyglobby": { |
| "version": "0.2.14", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "fdir": "^6.4.4", |
| "picomatch": "^4.0.2" |
| }, |
| "engines": { |
| "node": ">=12.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/SuperchupuDev" |
| } |
| }, |
| "node_modules/npm/node_modules/tinyglobby/node_modules/fdir": { |
| "version": "6.4.6", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "peerDependencies": { |
| "picomatch": "^3 || ^4" |
| }, |
| "peerDependenciesMeta": { |
| "picomatch": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/npm/node_modules/tinyglobby/node_modules/picomatch": { |
| "version": "4.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/npm/node_modules/treeverse": { |
| "version": "3.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/tuf-js": { |
| "version": "3.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "@tufjs/models": "3.0.1", |
| "debug": "^4.3.6", |
| "make-fetch-happen": "^14.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models": { |
| "version": "3.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "@tufjs/canonical-json": "2.0.0", |
| "minimatch": "^9.0.5" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/unique-filename": { |
| "version": "4.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "unique-slug": "^5.0.0" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/unique-slug": { |
| "version": "5.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "imurmurhash": "^0.1.4" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/util-deprecate": { |
| "version": "1.0.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/validate-npm-package-license": { |
| "version": "3.0.4", |
| "dev": true, |
| "inBundle": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "spdx-correct": "^3.0.0", |
| "spdx-expression-parse": "^3.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": { |
| "version": "3.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "spdx-exceptions": "^2.1.0", |
| "spdx-license-ids": "^3.0.0" |
| } |
| }, |
| "node_modules/npm/node_modules/validate-npm-package-name": { |
| "version": "6.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/walk-up-path": { |
| "version": "3.0.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC" |
| }, |
| "node_modules/npm/node_modules/which": { |
| "version": "5.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "isexe": "^3.1.1" |
| }, |
| "bin": { |
| "node-which": "bin/which.js" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/which/node_modules/isexe": { |
| "version": "3.1.1", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=16" |
| } |
| }, |
| "node_modules/npm/node_modules/wrap-ansi": { |
| "version": "8.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^6.1.0", |
| "string-width": "^5.0.1", |
| "strip-ansi": "^7.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/npm/node_modules/wrap-ansi-cjs": { |
| "name": "wrap-ansi", |
| "version": "7.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.0.0", |
| "string-width": "^4.1.0", |
| "strip-ansi": "^6.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { |
| "version": "4.3.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^2.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| } |
| }, |
| "node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": { |
| "version": "6.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/ansi-regex?sponsor=1" |
| } |
| }, |
| "node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": { |
| "version": "9.2.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT" |
| }, |
| "node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": { |
| "version": "5.1.2", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "eastasianwidth": "^0.2.0", |
| "emoji-regex": "^9.2.2", |
| "strip-ansi": "^7.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": { |
| "version": "7.1.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/strip-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/npm/node_modules/write-file-atomic": { |
| "version": "6.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC", |
| "dependencies": { |
| "imurmurhash": "^0.1.4", |
| "signal-exit": "^4.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/npm/node_modules/yallist": { |
| "version": "4.0.0", |
| "dev": true, |
| "inBundle": true, |
| "license": "ISC" |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/object-inspect": { |
| "version": "1.13.4", |
| "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", |
| "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/object-keys": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", |
| "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/object.assign": { |
| "version": "4.1.7", |
| "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", |
| "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.3", |
| "define-properties": "^1.2.1", |
| "es-object-atoms": "^1.0.0", |
| "has-symbols": "^1.1.0", |
| "object-keys": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/object.entries": { |
| "version": "1.1.9", |
| "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz", |
| "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.4", |
| "define-properties": "^1.2.1", |
| "es-object-atoms": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/object.fromentries": { |
| "version": "2.0.8", |
| "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", |
| "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.7", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.2", |
| "es-object-atoms": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/object.groupby": { |
| "version": "1.0.3", |
| "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz", |
| "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.7", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/object.values": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz", |
| "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.3", |
| "define-properties": "^1.2.1", |
| "es-object-atoms": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/octokit": { |
| "version": "5.0.5", |
| "resolved": "https://registry.npmjs.org/octokit/-/octokit-5.0.5.tgz", |
| "integrity": "sha512-4+/OFSqOjoyULo7eN7EA97DE0Xydj/PW5aIckxqQIoFjFwqXKuFCvXUJObyJfBF9Khu4RL/jlDRI9FPaMGfPnw==", |
| "license": "MIT", |
| "dependencies": { |
| "@octokit/app": "^16.1.2", |
| "@octokit/core": "^7.0.6", |
| "@octokit/oauth-app": "^8.0.3", |
| "@octokit/plugin-paginate-graphql": "^6.0.0", |
| "@octokit/plugin-paginate-rest": "^14.0.0", |
| "@octokit/plugin-rest-endpoint-methods": "^17.0.0", |
| "@octokit/plugin-retry": "^8.0.3", |
| "@octokit/plugin-throttling": "^11.0.3", |
| "@octokit/request-error": "^7.0.2", |
| "@octokit/types": "^16.0.0", |
| "@octokit/webhooks": "^14.0.0" |
| }, |
| "engines": { |
| "node": ">= 20" |
| } |
| }, |
| "node_modules/once": { |
| "version": "1.4.0", |
| "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", |
| "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "wrappy": "1" |
| } |
| }, |
| "node_modules/onetime": { |
| "version": "6.0.0", |
| "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", |
| "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "mimic-fn": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/oniguruma-parser": { |
| "version": "0.12.1", |
| "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz", |
| "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==", |
| "license": "MIT" |
| }, |
| "node_modules/oniguruma-to-es": { |
| "version": "4.3.4", |
| "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.4.tgz", |
| "integrity": "sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA==", |
| "license": "MIT", |
| "dependencies": { |
| "oniguruma-parser": "^0.12.1", |
| "regex": "^6.0.1", |
| "regex-recursion": "^6.0.2" |
| } |
| }, |
| "node_modules/optionator": { |
| "version": "0.9.4", |
| "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", |
| "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "deep-is": "^0.1.3", |
| "fast-levenshtein": "^2.0.6", |
| "levn": "^0.4.1", |
| "prelude-ls": "^1.2.1", |
| "type-check": "^0.4.0", |
| "word-wrap": "^1.2.5" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/own-keys": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", |
| "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "get-intrinsic": "^1.2.6", |
| "object-keys": "^1.1.1", |
| "safe-push-apply": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/p-each-series": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-3.0.0.tgz", |
| "integrity": "sha512-lastgtAdoH9YaLyDa5i5z64q+kzOcQHsQ5SsZJD3q0VEyI8mq872S3geuNbRUQLVAE9siMfgKrpj7MloKFHruw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-event": { |
| "version": "6.0.1", |
| "resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.1.tgz", |
| "integrity": "sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-timeout": "^6.1.2" |
| }, |
| "engines": { |
| "node": ">=16.17" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-filter": { |
| "version": "4.1.0", |
| "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-4.1.0.tgz", |
| "integrity": "sha512-37/tPdZ3oJwHaS3gNJdenCDB3Tz26i9sjhnguBtvN0vYlRIiDNnvTWkuh+0hETV9rLPdJ3rlL3yVOYPIAnM8rw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-map": "^7.0.1" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-is-promise": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz", |
| "integrity": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/p-limit": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", |
| "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "yocto-queue": "^0.1.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-locate": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", |
| "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-limit": "^3.0.2" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-map": { |
| "version": "7.0.4", |
| "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.4.tgz", |
| "integrity": "sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-reduce": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-3.0.0.tgz", |
| "integrity": "sha512-xsrIUgI0Kn6iyDYm9StOpOeK29XM1aboGji26+QEortiFST1hGZaUQOLhtEbqHErPpGW/aSz6allwK2qcptp0Q==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-timeout": { |
| "version": "6.1.4", |
| "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", |
| "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=14.16" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/p-try": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", |
| "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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": "8.3.0", |
| "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz", |
| "integrity": "sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.26.2", |
| "index-to-position": "^1.1.0", |
| "type-fest": "^4.39.1" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/parse-ms": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz", |
| "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/parse5": { |
| "version": "5.1.1", |
| "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", |
| "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/parse5-htmlparser2-tree-adapter": { |
| "version": "6.0.1", |
| "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz", |
| "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "parse5": "^6.0.1" |
| } |
| }, |
| "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": { |
| "version": "6.0.1", |
| "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", |
| "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/path-exists": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", |
| "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/path-key": { |
| "version": "3.1.1", |
| "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", |
| "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/path-to-regexp": { |
| "version": "8.3.0", |
| "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz", |
| "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==", |
| "license": "MIT", |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/express" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/pify": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", |
| "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/pkg-conf": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz", |
| "integrity": "sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "find-up": "^2.0.0", |
| "load-json-file": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/pkg-conf/node_modules/find-up": { |
| "version": "2.1.0", |
| "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", |
| "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "locate-path": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/pkg-conf/node_modules/locate-path": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", |
| "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-locate": "^2.0.0", |
| "path-exists": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/pkg-conf/node_modules/p-limit": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", |
| "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-try": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/pkg-conf/node_modules/p-locate": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", |
| "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "p-limit": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/pkg-conf/node_modules/path-exists": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", |
| "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/possible-typed-array-names": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", |
| "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "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-selector-parser": { |
| "version": "7.1.1", |
| "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", |
| "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", |
| "license": "MIT", |
| "dependencies": { |
| "cssesc": "^3.0.0", |
| "util-deprecate": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/prelude-ls": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", |
| "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/prettier": { |
| "version": "3.8.1", |
| "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", |
| "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", |
| "dev": true, |
| "license": "MIT", |
| "bin": { |
| "prettier": "bin/prettier.cjs" |
| }, |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/prettier/prettier?sponsor=1" |
| } |
| }, |
| "node_modules/prettier-linter-helpers": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.1.tgz", |
| "integrity": "sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fast-diff": "^1.1.2" |
| }, |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/pretty-ms": { |
| "version": "9.3.0", |
| "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-9.3.0.tgz", |
| "integrity": "sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "parse-ms": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/process-nextick-args": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", |
| "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", |
| "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==", |
| "dev": true, |
| "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/proto-list": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", |
| "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/punycode": { |
| "version": "2.3.1", |
| "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", |
| "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/queue-microtask": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", |
| "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/rc": { |
| "version": "1.2.8", |
| "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", |
| "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", |
| "dev": true, |
| "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", |
| "dependencies": { |
| "deep-extend": "^0.6.0", |
| "ini": "~1.3.0", |
| "minimist": "^1.2.0", |
| "strip-json-comments": "~2.0.1" |
| }, |
| "bin": { |
| "rc": "cli.js" |
| } |
| }, |
| "node_modules/rc/node_modules/strip-json-comments": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", |
| "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/react": { |
| "version": "19.2.3", |
| "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", |
| "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/react-dom": { |
| "version": "19.2.3", |
| "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz", |
| "integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==", |
| "license": "MIT", |
| "dependencies": { |
| "scheduler": "^0.27.0" |
| }, |
| "peerDependencies": { |
| "react": "^19.2.3" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "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-medium-image-zoom": { |
| "version": "5.4.0", |
| "resolved": "https://registry.npmjs.org/react-medium-image-zoom/-/react-medium-image-zoom-5.4.0.tgz", |
| "integrity": "sha512-BsE+EnFVQzFIlyuuQrZ9iTwyKpKkqdFZV1ImEQN573QPqGrIUuNni7aF+sZwDcxlsuOMayCr6oO/PZR/yJnbRg==", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/rpearce" |
| } |
| ], |
| "license": "BSD-3-Clause", |
| "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-remove-scroll": { |
| "version": "2.7.2", |
| "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz", |
| "integrity": "sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==", |
| "license": "MIT", |
| "dependencies": { |
| "react-remove-scroll-bar": "^2.3.7", |
| "react-style-singleton": "^2.2.3", |
| "tslib": "^2.1.0", |
| "use-callback-ref": "^1.3.3", |
| "use-sidecar": "^1.1.3" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/react-remove-scroll-bar": { |
| "version": "2.3.8", |
| "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz", |
| "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==", |
| "license": "MIT", |
| "dependencies": { |
| "react-style-singleton": "^2.2.2", |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/react-style-singleton": { |
| "version": "2.2.3", |
| "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz", |
| "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==", |
| "license": "MIT", |
| "dependencies": { |
| "get-nonce": "^1.0.0", |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/read-package-up": { |
| "version": "11.0.0", |
| "resolved": "https://registry.npmjs.org/read-package-up/-/read-package-up-11.0.0.tgz", |
| "integrity": "sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "find-up-simple": "^1.0.0", |
| "read-pkg": "^9.0.0", |
| "type-fest": "^4.6.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/read-pkg": { |
| "version": "9.0.1", |
| "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-9.0.1.tgz", |
| "integrity": "sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/normalize-package-data": "^2.4.3", |
| "normalize-package-data": "^6.0.0", |
| "parse-json": "^8.0.0", |
| "type-fest": "^4.6.0", |
| "unicorn-magic": "^0.1.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/read-pkg/node_modules/unicorn-magic": { |
| "version": "0.1.0", |
| "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", |
| "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/readable-stream": { |
| "version": "2.3.8", |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", |
| "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "core-util-is": "~1.0.0", |
| "inherits": "~2.0.3", |
| "isarray": "~1.0.0", |
| "process-nextick-args": "~2.0.0", |
| "safe-buffer": "~5.1.1", |
| "string_decoder": "~1.1.1", |
| "util-deprecate": "~1.0.1" |
| } |
| }, |
| "node_modules/readable-stream/node_modules/isarray": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", |
| "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/readdirp": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz", |
| "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 20.19.0" |
| }, |
| "funding": { |
| "type": "individual", |
| "url": "https://paulmillr.com/funding/" |
| } |
| }, |
| "node_modules/recma-build-jsx": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz", |
| "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "estree-util-build-jsx": "^3.0.0", |
| "vfile": "^6.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/recma-jsx": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.1.tgz", |
| "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==", |
| "license": "MIT", |
| "dependencies": { |
| "acorn-jsx": "^5.0.0", |
| "estree-util-to-js": "^2.0.0", |
| "recma-parse": "^1.0.0", |
| "recma-stringify": "^1.0.0", |
| "unified": "^11.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| }, |
| "peerDependencies": { |
| "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" |
| } |
| }, |
| "node_modules/recma-parse": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz", |
| "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "esast-util-from-js": "^2.0.0", |
| "unified": "^11.0.0", |
| "vfile": "^6.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/recma-stringify": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz", |
| "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "estree-util-to-js": "^2.0.0", |
| "unified": "^11.0.0", |
| "vfile": "^6.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/reflect.getprototypeof": { |
| "version": "1.0.10", |
| "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", |
| "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.9", |
| "es-errors": "^1.3.0", |
| "es-object-atoms": "^1.0.0", |
| "get-intrinsic": "^1.2.7", |
| "get-proto": "^1.0.1", |
| "which-builtin-type": "^1.2.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/regex": { |
| "version": "6.1.0", |
| "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz", |
| "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==", |
| "license": "MIT", |
| "dependencies": { |
| "regex-utilities": "^2.3.0" |
| } |
| }, |
| "node_modules/regex-recursion": { |
| "version": "6.0.2", |
| "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz", |
| "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==", |
| "license": "MIT", |
| "dependencies": { |
| "regex-utilities": "^2.3.0" |
| } |
| }, |
| "node_modules/regex-utilities": { |
| "version": "2.3.0", |
| "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", |
| "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", |
| "license": "MIT" |
| }, |
| "node_modules/regexp.prototype.flags": { |
| "version": "1.5.4", |
| "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", |
| "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "define-properties": "^1.2.1", |
| "es-errors": "^1.3.0", |
| "get-proto": "^1.0.1", |
| "gopd": "^1.2.0", |
| "set-function-name": "^2.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/registry-auth-token": { |
| "version": "5.1.1", |
| "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.1.1.tgz", |
| "integrity": "sha512-P7B4+jq8DeD2nMsAcdfaqHbssgHtZ7Z5+++a5ask90fvmJ8p5je4mOa+wzu+DB4vQ5tdJV/xywY+UnVFeQLV5Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@pnpm/npm-conf": "^3.0.2" |
| }, |
| "engines": { |
| "node": ">=14" |
| } |
| }, |
| "node_modules/rehype-recma": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz", |
| "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/estree": "^1.0.0", |
| "@types/hast": "^3.0.0", |
| "hast-util-to-estree": "^3.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/remark": { |
| "version": "15.0.1", |
| "resolved": "https://registry.npmjs.org/remark/-/remark-15.0.1.tgz", |
| "integrity": "sha512-Eht5w30ruCXgFmxVUSlNWQ9iiimq07URKeFS3hNc8cUWy1llX4KDWfyEDZRycMc+znsN9Ux5/tJ/BFdgdOwA3A==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/mdast": "^4.0.0", |
| "remark-parse": "^11.0.0", |
| "remark-stringify": "^11.0.0", |
| "unified": "^11.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/remark-gfm": { |
| "version": "4.0.1", |
| "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", |
| "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/mdast": "^4.0.0", |
| "mdast-util-gfm": "^3.0.0", |
| "micromark-extension-gfm": "^3.0.0", |
| "remark-parse": "^11.0.0", |
| "remark-stringify": "^11.0.0", |
| "unified": "^11.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/remark-mdx": { |
| "version": "3.1.1", |
| "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.1.tgz", |
| "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==", |
| "license": "MIT", |
| "dependencies": { |
| "mdast-util-mdx": "^3.0.0", |
| "micromark-extension-mdxjs": "^3.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "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/remark-stringify": { |
| "version": "11.0.0", |
| "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", |
| "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/mdast": "^4.0.0", |
| "mdast-util-to-markdown": "^2.0.0", |
| "unified": "^11.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/require-directory": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", |
| "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/resolve": { |
| "version": "1.22.11", |
| "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", |
| "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-core-module": "^2.16.1", |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/resolve-pkg-maps": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", |
| "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", |
| "dev": true, |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" |
| } |
| }, |
| "node_modules/reusify": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", |
| "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "iojs": ">=1.0.0", |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/run-parallel": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", |
| "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "queue-microtask": "^1.2.2" |
| } |
| }, |
| "node_modules/safe-array-concat": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", |
| "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.2", |
| "get-intrinsic": "^1.2.6", |
| "has-symbols": "^1.1.0", |
| "isarray": "^2.0.5" |
| }, |
| "engines": { |
| "node": ">=0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/safe-buffer": { |
| "version": "5.1.2", |
| "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", |
| "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/safe-push-apply": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", |
| "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "isarray": "^2.0.5" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/safe-regex-test": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", |
| "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "es-errors": "^1.3.0", |
| "is-regex": "^1.2.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/scheduler": { |
| "version": "0.27.0", |
| "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", |
| "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", |
| "license": "MIT" |
| }, |
| "node_modules/scroll-into-view-if-needed": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz", |
| "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==", |
| "license": "MIT", |
| "dependencies": { |
| "compute-scroll-into-view": "^3.0.2" |
| } |
| }, |
| "node_modules/semantic-release": { |
| "version": "24.2.9", |
| "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.2.9.tgz", |
| "integrity": "sha512-phCkJ6pjDi9ANdhuF5ElS10GGdAKY6R1Pvt9lT3SFhOwM4T7QZE7MLpBDbNruUx/Q3gFD92/UOFringGipRqZA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@semantic-release/commit-analyzer": "^13.0.0-beta.1", |
| "@semantic-release/error": "^4.0.0", |
| "@semantic-release/github": "^11.0.0", |
| "@semantic-release/npm": "^12.0.2", |
| "@semantic-release/release-notes-generator": "^14.0.0-beta.1", |
| "aggregate-error": "^5.0.0", |
| "cosmiconfig": "^9.0.0", |
| "debug": "^4.0.0", |
| "env-ci": "^11.0.0", |
| "execa": "^9.0.0", |
| "figures": "^6.0.0", |
| "find-versions": "^6.0.0", |
| "get-stream": "^6.0.0", |
| "git-log-parser": "^1.2.0", |
| "hook-std": "^4.0.0", |
| "hosted-git-info": "^8.0.0", |
| "import-from-esm": "^2.0.0", |
| "lodash-es": "^4.17.21", |
| "marked": "^15.0.0", |
| "marked-terminal": "^7.3.0", |
| "micromatch": "^4.0.2", |
| "p-each-series": "^3.0.0", |
| "p-reduce": "^3.0.0", |
| "read-package-up": "^11.0.0", |
| "resolve-from": "^5.0.0", |
| "semver": "^7.3.2", |
| "semver-diff": "^5.0.0", |
| "signale": "^1.2.1", |
| "yargs": "^17.5.1" |
| }, |
| "bin": { |
| "semantic-release": "bin/semantic-release.js" |
| }, |
| "engines": { |
| "node": ">=20.8.1" |
| } |
| }, |
| "node_modules/semantic-release/node_modules/get-stream": { |
| "version": "6.0.1", |
| "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", |
| "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/semantic-release/node_modules/hosted-git-info": { |
| "version": "8.1.0", |
| "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.1.0.tgz", |
| "integrity": "sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "lru-cache": "^10.0.1" |
| }, |
| "engines": { |
| "node": "^18.17.0 || >=20.5.0" |
| } |
| }, |
| "node_modules/semantic-release/node_modules/lru-cache": { |
| "version": "10.4.3", |
| "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", |
| "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/semantic-release/node_modules/resolve-from": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", |
| "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/semantic-release/node_modules/semver": { |
| "version": "7.7.3", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", |
| "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "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/semver-diff": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-5.0.0.tgz", |
| "integrity": "sha512-0HbGtOm+S7T6NGQ/pxJSJipJvc4DK3FcRVMRkhsIwJDJ4Jcz5DQC1cPPzB5GhzyHjwttW878HaWQq46CkL3cqg==", |
| "deprecated": "Deprecated as the semver package now supports this built-in.", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "semver": "^7.3.5" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/semver-diff/node_modules/semver": { |
| "version": "7.7.3", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", |
| "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", |
| "dev": true, |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/semver-regex": { |
| "version": "4.0.5", |
| "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-4.0.5.tgz", |
| "integrity": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/set-function-length": { |
| "version": "1.2.2", |
| "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", |
| "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "define-data-property": "^1.1.4", |
| "es-errors": "^1.3.0", |
| "function-bind": "^1.1.2", |
| "get-intrinsic": "^1.2.4", |
| "gopd": "^1.0.1", |
| "has-property-descriptors": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/set-function-name": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", |
| "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "define-data-property": "^1.1.4", |
| "es-errors": "^1.3.0", |
| "functions-have-names": "^1.2.3", |
| "has-property-descriptors": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/set-proto": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", |
| "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "dunder-proto": "^1.0.1", |
| "es-errors": "^1.3.0", |
| "es-object-atoms": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/sharp": { |
| "version": "0.34.5", |
| "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz", |
| "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==", |
| "hasInstallScript": true, |
| "license": "Apache-2.0", |
| "optional": true, |
| "dependencies": { |
| "@img/colour": "^1.0.0", |
| "detect-libc": "^2.1.2", |
| "semver": "^7.7.3" |
| }, |
| "engines": { |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/libvips" |
| }, |
| "optionalDependencies": { |
| "@img/sharp-darwin-arm64": "0.34.5", |
| "@img/sharp-darwin-x64": "0.34.5", |
| "@img/sharp-libvips-darwin-arm64": "1.2.4", |
| "@img/sharp-libvips-darwin-x64": "1.2.4", |
| "@img/sharp-libvips-linux-arm": "1.2.4", |
| "@img/sharp-libvips-linux-arm64": "1.2.4", |
| "@img/sharp-libvips-linux-ppc64": "1.2.4", |
| "@img/sharp-libvips-linux-riscv64": "1.2.4", |
| "@img/sharp-libvips-linux-s390x": "1.2.4", |
| "@img/sharp-libvips-linux-x64": "1.2.4", |
| "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", |
| "@img/sharp-libvips-linuxmusl-x64": "1.2.4", |
| "@img/sharp-linux-arm": "0.34.5", |
| "@img/sharp-linux-arm64": "0.34.5", |
| "@img/sharp-linux-ppc64": "0.34.5", |
| "@img/sharp-linux-riscv64": "0.34.5", |
| "@img/sharp-linux-s390x": "0.34.5", |
| "@img/sharp-linux-x64": "0.34.5", |
| "@img/sharp-linuxmusl-arm64": "0.34.5", |
| "@img/sharp-linuxmusl-x64": "0.34.5", |
| "@img/sharp-wasm32": "0.34.5", |
| "@img/sharp-win32-arm64": "0.34.5", |
| "@img/sharp-win32-ia32": "0.34.5", |
| "@img/sharp-win32-x64": "0.34.5" |
| } |
| }, |
| "node_modules/sharp/node_modules/semver": { |
| "version": "7.7.3", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", |
| "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", |
| "license": "ISC", |
| "optional": true, |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/shebang-command": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", |
| "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "shebang-regex": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/shebang-regex": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", |
| "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/shiki": { |
| "version": "3.21.0", |
| "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.21.0.tgz", |
| "integrity": "sha512-N65B/3bqL/TI2crrXr+4UivctrAGEjmsib5rPMMPpFp1xAx/w03v8WZ9RDDFYteXoEgY7qZ4HGgl5KBIu1153w==", |
| "license": "MIT", |
| "dependencies": { |
| "@shikijs/core": "3.21.0", |
| "@shikijs/engine-javascript": "3.21.0", |
| "@shikijs/engine-oniguruma": "3.21.0", |
| "@shikijs/langs": "3.21.0", |
| "@shikijs/themes": "3.21.0", |
| "@shikijs/types": "3.21.0", |
| "@shikijs/vscode-textmate": "^10.0.2", |
| "@types/hast": "^3.0.4" |
| } |
| }, |
| "node_modules/side-channel": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", |
| "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "object-inspect": "^1.13.3", |
| "side-channel-list": "^1.0.0", |
| "side-channel-map": "^1.0.1", |
| "side-channel-weakmap": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/side-channel-list": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", |
| "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "object-inspect": "^1.13.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/side-channel-map": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", |
| "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "es-errors": "^1.3.0", |
| "get-intrinsic": "^1.2.5", |
| "object-inspect": "^1.13.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/side-channel-weakmap": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", |
| "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "es-errors": "^1.3.0", |
| "get-intrinsic": "^1.2.5", |
| "object-inspect": "^1.13.3", |
| "side-channel-map": "^1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/signal-exit": { |
| "version": "4.1.0", |
| "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", |
| "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=14" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/signale": { |
| "version": "1.4.0", |
| "resolved": "https://registry.npmjs.org/signale/-/signale-1.4.0.tgz", |
| "integrity": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "chalk": "^2.3.2", |
| "figures": "^2.0.0", |
| "pkg-conf": "^2.1.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/signale/node_modules/ansi-styles": { |
| "version": "3.2.1", |
| "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", |
| "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "color-convert": "^1.9.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/signale/node_modules/chalk": { |
| "version": "2.4.2", |
| "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", |
| "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^3.2.1", |
| "escape-string-regexp": "^1.0.5", |
| "supports-color": "^5.3.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/signale/node_modules/color-convert": { |
| "version": "1.9.3", |
| "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", |
| "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "color-name": "1.1.3" |
| } |
| }, |
| "node_modules/signale/node_modules/color-name": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", |
| "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/signale/node_modules/escape-string-regexp": { |
| "version": "1.0.5", |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", |
| "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8.0" |
| } |
| }, |
| "node_modules/signale/node_modules/figures": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", |
| "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "escape-string-regexp": "^1.0.5" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/signale/node_modules/has-flag": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", |
| "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/signale/node_modules/supports-color": { |
| "version": "5.5.0", |
| "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", |
| "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/skin-tone": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/skin-tone/-/skin-tone-2.0.0.tgz", |
| "integrity": "sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "unicode-emoji-modifier-base": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/source-map": { |
| "version": "0.7.6", |
| "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", |
| "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==", |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">= 12" |
| } |
| }, |
| "node_modules/source-map-js": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", |
| "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/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/spawn-error-forwarder": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/spawn-error-forwarder/-/spawn-error-forwarder-1.0.0.tgz", |
| "integrity": "sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/spdx-correct": { |
| "version": "3.2.0", |
| "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", |
| "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "spdx-expression-parse": "^3.0.0", |
| "spdx-license-ids": "^3.0.0" |
| } |
| }, |
| "node_modules/spdx-exceptions": { |
| "version": "2.5.0", |
| "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", |
| "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", |
| "dev": true, |
| "license": "CC-BY-3.0" |
| }, |
| "node_modules/spdx-expression-parse": { |
| "version": "3.0.1", |
| "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", |
| "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "spdx-exceptions": "^2.1.0", |
| "spdx-license-ids": "^3.0.0" |
| } |
| }, |
| "node_modules/spdx-license-ids": { |
| "version": "3.0.22", |
| "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz", |
| "integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==", |
| "dev": true, |
| "license": "CC0-1.0" |
| }, |
| "node_modules/split2": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/split2/-/split2-1.0.0.tgz", |
| "integrity": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "through2": "~2.0.0" |
| } |
| }, |
| "node_modules/stable-hash": { |
| "version": "0.0.5", |
| "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz", |
| "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/stop-iteration-iterator": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz", |
| "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "internal-slot": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/stream-combiner2": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", |
| "integrity": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "duplexer2": "~0.1.0", |
| "readable-stream": "^2.0.2" |
| } |
| }, |
| "node_modules/string_decoder": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", |
| "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "safe-buffer": "~5.1.0" |
| } |
| }, |
| "node_modules/string-width": { |
| "version": "4.2.3", |
| "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", |
| "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "emoji-regex": "^8.0.0", |
| "is-fullwidth-code-point": "^3.0.0", |
| "strip-ansi": "^6.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/string-width/node_modules/emoji-regex": { |
| "version": "8.0.0", |
| "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", |
| "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/string.prototype.includes": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz", |
| "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.7", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/string.prototype.matchall": { |
| "version": "4.0.12", |
| "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz", |
| "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.3", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.6", |
| "es-errors": "^1.3.0", |
| "es-object-atoms": "^1.0.0", |
| "get-intrinsic": "^1.2.6", |
| "gopd": "^1.2.0", |
| "has-symbols": "^1.1.0", |
| "internal-slot": "^1.1.0", |
| "regexp.prototype.flags": "^1.5.3", |
| "set-function-name": "^2.0.2", |
| "side-channel": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/string.prototype.repeat": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz", |
| "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "define-properties": "^1.1.3", |
| "es-abstract": "^1.17.5" |
| } |
| }, |
| "node_modules/string.prototype.trim": { |
| "version": "1.2.10", |
| "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", |
| "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.2", |
| "define-data-property": "^1.1.4", |
| "define-properties": "^1.2.1", |
| "es-abstract": "^1.23.5", |
| "es-object-atoms": "^1.0.0", |
| "has-property-descriptors": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/string.prototype.trimend": { |
| "version": "1.0.9", |
| "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", |
| "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.2", |
| "define-properties": "^1.2.1", |
| "es-object-atoms": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/string.prototype.trimstart": { |
| "version": "1.0.8", |
| "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", |
| "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.7", |
| "define-properties": "^1.2.1", |
| "es-object-atoms": "^1.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "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/strip-ansi": { |
| "version": "6.0.1", |
| "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", |
| "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-regex": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/strip-ansi/node_modules/ansi-regex": { |
| "version": "5.0.1", |
| "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", |
| "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/strip-bom": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", |
| "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/strip-final-newline": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-4.0.0.tgz", |
| "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/strip-json-comments": { |
| "version": "3.1.1", |
| "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", |
| "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/style-to-js": { |
| "version": "1.1.21", |
| "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", |
| "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==", |
| "license": "MIT", |
| "dependencies": { |
| "style-to-object": "1.0.14" |
| } |
| }, |
| "node_modules/style-to-object": { |
| "version": "1.0.14", |
| "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", |
| "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", |
| "license": "MIT", |
| "dependencies": { |
| "inline-style-parser": "0.2.7" |
| } |
| }, |
| "node_modules/styled-jsx": { |
| "version": "5.1.6", |
| "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz", |
| "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==", |
| "license": "MIT", |
| "dependencies": { |
| "client-only": "0.0.1" |
| }, |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "peerDependencies": { |
| "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" |
| }, |
| "peerDependenciesMeta": { |
| "@babel/core": { |
| "optional": true |
| }, |
| "babel-plugin-macros": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/super-regex": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/super-regex/-/super-regex-1.1.0.tgz", |
| "integrity": "sha512-WHkws2ZflZe41zj6AolvvmaTrWds/VuyeYr9iPVv/oQeaIoVxMKaushfFWpOGDT+GuBrM/sVqF8KUCYQlSSTdQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "function-timeout": "^1.0.1", |
| "make-asynchronous": "^1.0.1", |
| "time-span": "^5.1.0" |
| }, |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/supports-color": { |
| "version": "7.2.0", |
| "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
| "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/supports-hyperlinks": { |
| "version": "3.2.0", |
| "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz", |
| "integrity": "sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "has-flag": "^4.0.0", |
| "supports-color": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">=14.18" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1" |
| } |
| }, |
| "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==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/synckit": { |
| "version": "0.11.12", |
| "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.12.tgz", |
| "integrity": "sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@pkgr/core": "^0.2.9" |
| }, |
| "engines": { |
| "node": "^14.18.0 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/synckit" |
| } |
| }, |
| "node_modules/tailwind-merge": { |
| "version": "3.4.0", |
| "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz", |
| "integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==", |
| "license": "MIT", |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/dcastil" |
| } |
| }, |
| "node_modules/tailwindcss": { |
| "version": "4.1.18", |
| "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", |
| "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", |
| "devOptional": true, |
| "license": "MIT" |
| }, |
| "node_modules/tapable": { |
| "version": "2.3.0", |
| "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", |
| "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/webpack" |
| } |
| }, |
| "node_modules/temp-dir": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-3.0.0.tgz", |
| "integrity": "sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=14.16" |
| } |
| }, |
| "node_modules/tempy": { |
| "version": "3.1.2", |
| "resolved": "https://registry.npmjs.org/tempy/-/tempy-3.1.2.tgz", |
| "integrity": "sha512-pD3+21EbFZFBKDnVztX32wU6IBwkalOduWdx1OKvB5y6y1f2Xn8HU/U6o9EmlfdSyUYe9IybirmYPj/7rilA6Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-stream": "^3.0.0", |
| "temp-dir": "^3.0.0", |
| "type-fest": "^2.12.2", |
| "unique-string": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=14.16" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/tempy/node_modules/is-stream": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", |
| "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/tempy/node_modules/type-fest": { |
| "version": "2.19.0", |
| "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", |
| "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", |
| "dev": true, |
| "license": "(MIT OR CC0-1.0)", |
| "engines": { |
| "node": ">=12.20" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/thenify": { |
| "version": "3.3.1", |
| "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", |
| "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "any-promise": "^1.0.0" |
| } |
| }, |
| "node_modules/thenify-all": { |
| "version": "1.6.0", |
| "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", |
| "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "thenify": ">= 3.1.0 < 4" |
| }, |
| "engines": { |
| "node": ">=0.8" |
| } |
| }, |
| "node_modules/through2": { |
| "version": "2.0.5", |
| "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", |
| "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "readable-stream": "~2.3.6", |
| "xtend": "~4.0.1" |
| } |
| }, |
| "node_modules/time-span": { |
| "version": "5.1.0", |
| "resolved": "https://registry.npmjs.org/time-span/-/time-span-5.1.0.tgz", |
| "integrity": "sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "convert-hrtime": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/tinyexec": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz", |
| "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| } |
| }, |
| "node_modules/tinyglobby": { |
| "version": "0.2.15", |
| "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", |
| "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", |
| "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/to-regex-range": { |
| "version": "5.0.1", |
| "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", |
| "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-number": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">=8.0" |
| } |
| }, |
| "node_modules/toad-cache": { |
| "version": "3.7.0", |
| "resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.7.0.tgz", |
| "integrity": "sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/traverse": { |
| "version": "0.6.8", |
| "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.8.tgz", |
| "integrity": "sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "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/ts-api-utils": { |
| "version": "2.4.0", |
| "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz", |
| "integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18.12" |
| }, |
| "peerDependencies": { |
| "typescript": ">=4.8.4" |
| } |
| }, |
| "node_modules/tsconfig-paths": { |
| "version": "3.15.0", |
| "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", |
| "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@types/json5": "^0.0.29", |
| "json5": "^1.0.2", |
| "minimist": "^1.2.6", |
| "strip-bom": "^3.0.0" |
| } |
| }, |
| "node_modules/tsconfig-paths/node_modules/json5": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", |
| "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "minimist": "^1.2.0" |
| }, |
| "bin": { |
| "json5": "lib/cli.js" |
| } |
| }, |
| "node_modules/tslib": { |
| "version": "2.8.1", |
| "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", |
| "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", |
| "license": "0BSD" |
| }, |
| "node_modules/tw-animate-css": { |
| "version": "1.4.0", |
| "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.4.0.tgz", |
| "integrity": "sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==", |
| "dev": true, |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/Wombosvideo" |
| } |
| }, |
| "node_modules/twoslash": { |
| "version": "0.3.6", |
| "resolved": "https://registry.npmjs.org/twoslash/-/twoslash-0.3.6.tgz", |
| "integrity": "sha512-VuI5OKl+MaUO9UIW3rXKoPgHI3X40ZgB/j12VY6h98Ae1mCBihjPvhOPeJWlxCYcmSbmeZt5ZKkK0dsVtp+6pA==", |
| "license": "MIT", |
| "dependencies": { |
| "@typescript/vfs": "^1.6.2", |
| "twoslash-protocol": "0.3.6" |
| }, |
| "peerDependencies": { |
| "typescript": "^5.5.0" |
| } |
| }, |
| "node_modules/twoslash-protocol": { |
| "version": "0.3.6", |
| "resolved": "https://registry.npmjs.org/twoslash-protocol/-/twoslash-protocol-0.3.6.tgz", |
| "integrity": "sha512-FHGsJ9Q+EsNr5bEbgG3hnbkvEBdW5STgPU824AHUjB4kw0Dn4p8tABT7Ncg1Ie6V0+mDg3Qpy41VafZXcQhWMA==", |
| "license": "MIT" |
| }, |
| "node_modules/type-check": { |
| "version": "0.4.0", |
| "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", |
| "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "prelude-ls": "^1.2.1" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| } |
| }, |
| "node_modules/type-fest": { |
| "version": "4.41.0", |
| "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", |
| "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", |
| "dev": true, |
| "license": "(MIT OR CC0-1.0)", |
| "engines": { |
| "node": ">=16" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/typed-array-buffer": { |
| "version": "1.0.3", |
| "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", |
| "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "es-errors": "^1.3.0", |
| "is-typed-array": "^1.1.14" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/typed-array-byte-length": { |
| "version": "1.0.3", |
| "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", |
| "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.8", |
| "for-each": "^0.3.3", |
| "gopd": "^1.2.0", |
| "has-proto": "^1.2.0", |
| "is-typed-array": "^1.1.14" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/typed-array-byte-offset": { |
| "version": "1.0.4", |
| "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", |
| "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "available-typed-arrays": "^1.0.7", |
| "call-bind": "^1.0.8", |
| "for-each": "^0.3.3", |
| "gopd": "^1.2.0", |
| "has-proto": "^1.2.0", |
| "is-typed-array": "^1.1.15", |
| "reflect.getprototypeof": "^1.0.9" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/typed-array-length": { |
| "version": "1.0.7", |
| "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", |
| "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bind": "^1.0.7", |
| "for-each": "^0.3.3", |
| "gopd": "^1.0.1", |
| "is-typed-array": "^1.1.13", |
| "possible-typed-array-names": "^1.0.0", |
| "reflect.getprototypeof": "^1.0.6" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/typescript": { |
| "version": "5.9.3", |
| "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", |
| "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", |
| "license": "Apache-2.0", |
| "bin": { |
| "tsc": "bin/tsc", |
| "tsserver": "bin/tsserver" |
| }, |
| "engines": { |
| "node": ">=14.17" |
| } |
| }, |
| "node_modules/typescript-eslint": { |
| "version": "8.52.0", |
| "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.52.0.tgz", |
| "integrity": "sha512-atlQQJ2YkO4pfTVQmQ+wvYQwexPDOIgo+RaVcD7gHgzy/IQA+XTyuxNM9M9TVXvttkF7koBHmcwisKdOAf2EcA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@typescript-eslint/eslint-plugin": "8.52.0", |
| "@typescript-eslint/parser": "8.52.0", |
| "@typescript-eslint/typescript-estree": "8.52.0", |
| "@typescript-eslint/utils": "8.52.0" |
| }, |
| "engines": { |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/typescript-eslint" |
| }, |
| "peerDependencies": { |
| "eslint": "^8.57.0 || ^9.0.0", |
| "typescript": ">=4.8.4 <6.0.0" |
| } |
| }, |
| "node_modules/uglify-js": { |
| "version": "3.19.3", |
| "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz", |
| "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "optional": true, |
| "bin": { |
| "uglifyjs": "bin/uglifyjs" |
| }, |
| "engines": { |
| "node": ">=0.8.0" |
| } |
| }, |
| "node_modules/unbox-primitive": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", |
| "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.3", |
| "has-bigints": "^1.0.2", |
| "has-symbols": "^1.1.0", |
| "which-boxed-primitive": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/undici-types": { |
| "version": "7.16.0", |
| "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", |
| "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/unicode-emoji-modifier-base": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz", |
| "integrity": "sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/unicorn-magic": { |
| "version": "0.3.0", |
| "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz", |
| "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "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/unique-string": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz", |
| "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "crypto-random-string": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/unist-util-is": { |
| "version": "6.0.1", |
| "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", |
| "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", |
| "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-position-from-estree": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", |
| "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/unist": "^3.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/unist-util-remove-position": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", |
| "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/unist": "^3.0.0", |
| "unist-util-visit": "^5.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.2", |
| "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", |
| "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/unist": "^3.0.0", |
| "unist-util-is": "^6.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/unified" |
| } |
| }, |
| "node_modules/universal-github-app-jwt": { |
| "version": "2.2.2", |
| "resolved": "https://registry.npmjs.org/universal-github-app-jwt/-/universal-github-app-jwt-2.2.2.tgz", |
| "integrity": "sha512-dcmbeSrOdTnsjGjUfAlqNDJrhxXizjAz94ija9Qw8YkZ1uu0d+GoZzyH+Jb9tIIqvGsadUfwg+22k5aDqqwzbw==", |
| "license": "MIT" |
| }, |
| "node_modules/universal-user-agent": { |
| "version": "7.0.3", |
| "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-7.0.3.tgz", |
| "integrity": "sha512-TmnEAEAsBJVZM/AADELsK76llnwcf9vMKuPz8JflO1frO8Lchitr0fNaN9d+Ap0BjKtqWqd/J17qeDnXh8CL2A==", |
| "license": "ISC" |
| }, |
| "node_modules/universalify": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", |
| "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">= 10.0.0" |
| } |
| }, |
| "node_modules/unrs-resolver": { |
| "version": "1.11.1", |
| "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz", |
| "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==", |
| "dev": true, |
| "hasInstallScript": true, |
| "license": "MIT", |
| "dependencies": { |
| "napi-postinstall": "^0.3.0" |
| }, |
| "funding": { |
| "url": "https://opencollective.com/unrs-resolver" |
| }, |
| "optionalDependencies": { |
| "@unrs/resolver-binding-android-arm-eabi": "1.11.1", |
| "@unrs/resolver-binding-android-arm64": "1.11.1", |
| "@unrs/resolver-binding-darwin-arm64": "1.11.1", |
| "@unrs/resolver-binding-darwin-x64": "1.11.1", |
| "@unrs/resolver-binding-freebsd-x64": "1.11.1", |
| "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1", |
| "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1", |
| "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1", |
| "@unrs/resolver-binding-linux-arm64-musl": "1.11.1", |
| "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1", |
| "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1", |
| "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1", |
| "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1", |
| "@unrs/resolver-binding-linux-x64-gnu": "1.11.1", |
| "@unrs/resolver-binding-linux-x64-musl": "1.11.1", |
| "@unrs/resolver-binding-wasm32-wasi": "1.11.1", |
| "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1", |
| "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1", |
| "@unrs/resolver-binding-win32-x64-msvc": "1.11.1" |
| } |
| }, |
| "node_modules/update-browserslist-db": { |
| "version": "1.2.3", |
| "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", |
| "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", |
| "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/uri-js": { |
| "version": "4.4.1", |
| "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", |
| "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", |
| "dev": true, |
| "license": "BSD-2-Clause", |
| "dependencies": { |
| "punycode": "^2.1.0" |
| } |
| }, |
| "node_modules/url-join": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/url-join/-/url-join-5.0.0.tgz", |
| "integrity": "sha512-n2huDr9h9yzd6exQVnH/jU5mr+Pfx08LRXXZhkLLetAMESRj+anQsTAh940iMrIetKAmry9coFuZQ2jY8/p3WA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| } |
| }, |
| "node_modules/use-callback-ref": { |
| "version": "1.3.3", |
| "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz", |
| "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==", |
| "license": "MIT", |
| "dependencies": { |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/use-sidecar": { |
| "version": "1.1.3", |
| "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz", |
| "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==", |
| "license": "MIT", |
| "dependencies": { |
| "detect-node-es": "^1.1.0", |
| "tslib": "^2.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/use-sync-external-store": { |
| "version": "1.6.0", |
| "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", |
| "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", |
| "license": "MIT", |
| "peerDependencies": { |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| } |
| }, |
| "node_modules/util-deprecate": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", |
| "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", |
| "license": "MIT" |
| }, |
| "node_modules/validate-npm-package-license": { |
| "version": "3.0.4", |
| "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", |
| "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "dependencies": { |
| "spdx-correct": "^3.0.0", |
| "spdx-expression-parse": "^3.0.0" |
| } |
| }, |
| "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/web-worker": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.2.0.tgz", |
| "integrity": "sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==", |
| "dev": true, |
| "license": "Apache-2.0" |
| }, |
| "node_modules/which": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", |
| "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", |
| "dev": true, |
| "license": "ISC", |
| "dependencies": { |
| "isexe": "^2.0.0" |
| }, |
| "bin": { |
| "node-which": "bin/node-which" |
| }, |
| "engines": { |
| "node": ">= 8" |
| } |
| }, |
| "node_modules/which-boxed-primitive": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", |
| "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-bigint": "^1.1.0", |
| "is-boolean-object": "^1.2.1", |
| "is-number-object": "^1.1.1", |
| "is-string": "^1.1.1", |
| "is-symbol": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/which-builtin-type": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", |
| "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "call-bound": "^1.0.2", |
| "function.prototype.name": "^1.1.6", |
| "has-tostringtag": "^1.0.2", |
| "is-async-function": "^2.0.0", |
| "is-date-object": "^1.1.0", |
| "is-finalizationregistry": "^1.1.0", |
| "is-generator-function": "^1.0.10", |
| "is-regex": "^1.2.1", |
| "is-weakref": "^1.0.2", |
| "isarray": "^2.0.5", |
| "which-boxed-primitive": "^1.1.0", |
| "which-collection": "^1.0.2", |
| "which-typed-array": "^1.1.16" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/which-collection": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", |
| "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "is-map": "^2.0.3", |
| "is-set": "^2.0.3", |
| "is-weakmap": "^2.0.2", |
| "is-weakset": "^2.0.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/which-typed-array": { |
| "version": "1.1.19", |
| "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz", |
| "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "available-typed-arrays": "^1.0.7", |
| "call-bind": "^1.0.8", |
| "call-bound": "^1.0.4", |
| "for-each": "^0.3.5", |
| "get-proto": "^1.0.1", |
| "gopd": "^1.2.0", |
| "has-tostringtag": "^1.0.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/word-wrap": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", |
| "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/wordwrap": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", |
| "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/wrap-ansi": { |
| "version": "7.0.0", |
| "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", |
| "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "ansi-styles": "^4.0.0", |
| "string-width": "^4.1.0", |
| "strip-ansi": "^6.0.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
| } |
| }, |
| "node_modules/wrappy": { |
| "version": "1.0.2", |
| "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", |
| "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", |
| "dev": true, |
| "license": "ISC" |
| }, |
| "node_modules/xtend": { |
| "version": "4.0.2", |
| "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", |
| "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.4" |
| } |
| }, |
| "node_modules/y18n": { |
| "version": "5.0.8", |
| "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", |
| "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "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/yargs": { |
| "version": "17.7.2", |
| "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", |
| "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "cliui": "^8.0.1", |
| "escalade": "^3.1.1", |
| "get-caller-file": "^2.0.5", |
| "require-directory": "^2.1.1", |
| "string-width": "^4.2.3", |
| "y18n": "^5.0.5", |
| "yargs-parser": "^21.1.1" |
| }, |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/yargs-parser": { |
| "version": "21.1.1", |
| "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", |
| "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", |
| "dev": true, |
| "license": "ISC", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/yocto-queue": { |
| "version": "0.1.0", |
| "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", |
| "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/yoctocolors": { |
| "version": "2.1.2", |
| "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz", |
| "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/zod": { |
| "version": "4.3.5", |
| "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.5.tgz", |
| "integrity": "sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==", |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/colinhacks" |
| } |
| }, |
| "node_modules/zod-validation-error": { |
| "version": "4.0.2", |
| "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz", |
| "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=18.0.0" |
| }, |
| "peerDependencies": { |
| "zod": "^3.25.0 || ^4.0.0" |
| } |
| }, |
| "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" |
| } |
| } |
| } |
| } |