Spaces:
Runtime error
Runtime error
| { | |
| "name": "tans-agents", | |
| "version": "0.1.0", | |
| "lockfileVersion": 3, | |
| "requires": true, | |
| "packages": { | |
| "": { | |
| "name": "tans-agents", | |
| "version": "0.1.0", | |
| "dependencies": { | |
| "@ai-sdk/google": "^1.0.0", | |
| "@ai-sdk/groq": "^1.0.0", | |
| "@ai-sdk/mistral": "^1.2.8", | |
| "@ai-sdk/openai": "^1.0.0", | |
| "@radix-ui/react-avatar": "^1.1.1", | |
| "@radix-ui/react-collapsible": "^1.1.1", | |
| "@radix-ui/react-dialog": "^1.1.2", | |
| "@radix-ui/react-dropdown-menu": "^2.1.2", | |
| "@radix-ui/react-label": "^2.1.0", | |
| "@radix-ui/react-scroll-area": "^1.2.1", | |
| "@radix-ui/react-select": "^2.1.2", | |
| "@radix-ui/react-separator": "^1.1.0", | |
| "@radix-ui/react-slot": "^1.1.0", | |
| "@radix-ui/react-tooltip": "^1.1.4", | |
| "@tiptap/pm": "^3.23.5", | |
| "@tiptap/react": "^3.23.5", | |
| "@tiptap/starter-kit": "^3.23.5", | |
| "@upstash/redis": "^1.38.0", | |
| "ai": "^4.0.0", | |
| "alasql": "^4.17.2", | |
| "class-variance-authority": "^0.7.0", | |
| "clsx": "^2.1.1", | |
| "geist": "^1.3.1", | |
| "gpt-tokenizer": "^3.4.0", | |
| "katex": "^0.16.47", | |
| "lucide-react": "^0.460.0", | |
| "next": "^15.0.3", | |
| "next-auth": "^4.24.14", | |
| "next-themes": "^0.4.6", | |
| "pdfjs-dist": "^5.7.284", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0", | |
| "react-markdown": "^9.0.1", | |
| "react-syntax-highlighter": "^15.6.1", | |
| "rehype-katex": "^7.0.1", | |
| "remark-gfm": "^4.0.0", | |
| "remark-math": "^6.0.0", | |
| "sonner": "^2.0.7", | |
| "tailwind-merge": "^2.5.4", | |
| "zod": "^3.23.8" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^22.9.0", | |
| "@types/react": "^19.0.0", | |
| "@types/react-dom": "^19.0.0", | |
| "@types/react-syntax-highlighter": "^15.5.13", | |
| "autoprefixer": "^10.4.20", | |
| "eslint": "^9.15.0", | |
| "eslint-config-next": "^15.0.3", | |
| "postcss": "^8.4.49", | |
| "tailwindcss": "^3.4.14", | |
| "tailwindcss-animate": "^1.0.7", | |
| "typescript": "^5.6.3" | |
| } | |
| }, | |
| "node_modules/@ai-sdk/google": { | |
| "version": "1.2.22", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@ai-sdk/provider": "1.1.3", | |
| "@ai-sdk/provider-utils": "2.2.8" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "zod": "^3.0.0" | |
| } | |
| }, | |
| "node_modules/@ai-sdk/groq": { | |
| "version": "1.2.9", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@ai-sdk/provider": "1.1.3", | |
| "@ai-sdk/provider-utils": "2.2.8" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "zod": "^3.0.0" | |
| } | |
| }, | |
| "node_modules/@ai-sdk/mistral": { | |
| "version": "1.2.8", | |
| "resolved": "https://registry.npmjs.org/@ai-sdk/mistral/-/mistral-1.2.8.tgz", | |
| "integrity": "sha512-lv857D9UJqCVxiq2Fcu7mSPTypEHBUqLl1K+lCaP6X/7QAkcaxI36QDONG+tOhGHJOXTsS114u8lrUTaEiGXbg==", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@ai-sdk/provider": "1.1.3", | |
| "@ai-sdk/provider-utils": "2.2.8" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "zod": "^3.0.0" | |
| } | |
| }, | |
| "node_modules/@ai-sdk/openai": { | |
| "version": "1.3.24", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@ai-sdk/provider": "1.1.3", | |
| "@ai-sdk/provider-utils": "2.2.8" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "zod": "^3.0.0" | |
| } | |
| }, | |
| "node_modules/@ai-sdk/provider": { | |
| "version": "1.1.3", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "json-schema": "^0.4.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@ai-sdk/provider-utils": { | |
| "version": "2.2.8", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@ai-sdk/provider": "1.1.3", | |
| "nanoid": "^3.3.8", | |
| "secure-json-parse": "^2.7.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "zod": "^3.23.8" | |
| } | |
| }, | |
| "node_modules/@ai-sdk/react": { | |
| "version": "1.2.12", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@ai-sdk/provider-utils": "2.2.8", | |
| "@ai-sdk/ui-utils": "1.2.11", | |
| "swr": "^2.2.5", | |
| "throttleit": "2.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "react": "^18 || ^19 || ^19.0.0-rc", | |
| "zod": "^3.23.8" | |
| }, | |
| "peerDependenciesMeta": { | |
| "zod": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@ai-sdk/ui-utils": { | |
| "version": "1.2.11", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@ai-sdk/provider": "1.1.3", | |
| "@ai-sdk/provider-utils": "2.2.8", | |
| "zod-to-json-schema": "^3.24.1" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "zod": "^3.23.8" | |
| } | |
| }, | |
| "node_modules/@alloc/quick-lru": { | |
| "version": "5.2.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/@babel/code-frame": { | |
| "version": "7.29.0", | |
| "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", | |
| "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-validator-identifier": "^7.28.5", | |
| "js-tokens": "^4.0.0", | |
| "picocolors": "^1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/compat-data": { | |
| "version": "7.29.3", | |
| "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz", | |
| "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/generator": { | |
| "version": "7.29.1", | |
| "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", | |
| "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/parser": "^7.29.0", | |
| "@babel/types": "^7.29.0", | |
| "@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.28.6", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", | |
| "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/compat-data": "^7.28.6", | |
| "@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-compilation-targets/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==", | |
| "license": "ISC", | |
| "optional": true, | |
| "dependencies": { | |
| "yallist": "^3.0.2" | |
| } | |
| }, | |
| "node_modules/@babel/helper-compilation-targets/node_modules/semver": { | |
| "version": "6.3.1", | |
| "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", | |
| "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
| "license": "ISC", | |
| "optional": true, | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| } | |
| }, | |
| "node_modules/@babel/helper-compilation-targets/node_modules/yallist": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", | |
| "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", | |
| "license": "ISC", | |
| "optional": true | |
| }, | |
| "node_modules/@babel/helper-globals": { | |
| "version": "7.28.0", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", | |
| "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-module-imports": { | |
| "version": "7.28.6", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", | |
| "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/traverse": "^7.28.6", | |
| "@babel/types": "^7.28.6" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-module-transforms": { | |
| "version": "7.28.6", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", | |
| "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-module-imports": "^7.28.6", | |
| "@babel/helper-validator-identifier": "^7.28.5", | |
| "@babel/traverse": "^7.28.6" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-plugin-utils": { | |
| "version": "7.28.6", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz", | |
| "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-string-parser": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", | |
| "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "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==", | |
| "license": "MIT", | |
| "optional": true, | |
| "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==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helpers": { | |
| "version": "7.29.2", | |
| "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz", | |
| "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/template": "^7.28.6", | |
| "@babel/types": "^7.29.0" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/parser": { | |
| "version": "7.29.3", | |
| "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz", | |
| "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/types": "^7.29.0" | |
| }, | |
| "bin": { | |
| "parser": "bin/babel-parser.js" | |
| }, | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-async-generators": { | |
| "version": "7.8.4", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", | |
| "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.8.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-bigint": { | |
| "version": "7.8.3", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", | |
| "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.8.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-class-properties": { | |
| "version": "7.12.13", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", | |
| "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.12.13" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-class-static-block": { | |
| "version": "7.14.5", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", | |
| "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.14.5" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-import-attributes": { | |
| "version": "7.28.6", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz", | |
| "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.28.6" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-import-meta": { | |
| "version": "7.10.4", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", | |
| "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.10.4" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-json-strings": { | |
| "version": "7.8.3", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", | |
| "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.8.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-logical-assignment-operators": { | |
| "version": "7.10.4", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", | |
| "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.10.4" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { | |
| "version": "7.8.3", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", | |
| "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.8.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-numeric-separator": { | |
| "version": "7.10.4", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", | |
| "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.10.4" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-object-rest-spread": { | |
| "version": "7.8.3", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", | |
| "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.8.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-optional-catch-binding": { | |
| "version": "7.8.3", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", | |
| "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.8.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-optional-chaining": { | |
| "version": "7.8.3", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", | |
| "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.8.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-private-property-in-object": { | |
| "version": "7.14.5", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", | |
| "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.14.5" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-syntax-top-level-await": { | |
| "version": "7.14.5", | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", | |
| "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.14.5" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/runtime": { | |
| "version": "7.29.2", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/template": { | |
| "version": "7.28.6", | |
| "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", | |
| "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/code-frame": "^7.28.6", | |
| "@babel/parser": "^7.28.6", | |
| "@babel/types": "^7.28.6" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/traverse": { | |
| "version": "7.29.0", | |
| "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", | |
| "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/code-frame": "^7.29.0", | |
| "@babel/generator": "^7.29.0", | |
| "@babel/helper-globals": "^7.28.0", | |
| "@babel/parser": "^7.29.0", | |
| "@babel/template": "^7.28.6", | |
| "@babel/types": "^7.29.0", | |
| "debug": "^4.3.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/types": { | |
| "version": "7.29.0", | |
| "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", | |
| "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-string-parser": "^7.27.1", | |
| "@babel/helper-validator-identifier": "^7.28.5" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@emnapi/wasi-threads": { | |
| "version": "1.2.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "node_modules/@eslint-community/eslint-utils": { | |
| "version": "4.9.1", | |
| "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", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": "^12.0.0 || ^14.0.0 || >=16.0.0" | |
| } | |
| }, | |
| "node_modules/@eslint/config-array": { | |
| "version": "0.21.2", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@eslint/object-schema": "^2.1.7", | |
| "debug": "^4.3.1", | |
| "minimatch": "^3.1.5" | |
| }, | |
| "engines": { | |
| "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| } | |
| }, | |
| "node_modules/@eslint/config-helpers": { | |
| "version": "0.4.2", | |
| "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", | |
| "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.5", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "ajv": "^6.14.0", | |
| "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.5", | |
| "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.4", | |
| "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", | |
| "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", | |
| "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.5", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@floating-ui/utils": "^0.2.11" | |
| } | |
| }, | |
| "node_modules/@floating-ui/dom": { | |
| "version": "1.7.6", | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "@floating-ui/core": "^1.7.5", | |
| "@floating-ui/utils": "^0.2.11" | |
| } | |
| }, | |
| "node_modules/@floating-ui/react-dom": { | |
| "version": "2.1.8", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@floating-ui/dom": "^1.7.6" | |
| }, | |
| "peerDependencies": { | |
| "react": ">=16.8.0", | |
| "react-dom": ">=16.8.0" | |
| } | |
| }, | |
| "node_modules/@floating-ui/utils": { | |
| "version": "0.2.11", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@humanfs/core": { | |
| "version": "0.19.2", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@humanfs/types": "^0.15.0" | |
| }, | |
| "engines": { | |
| "node": ">=18.18.0" | |
| } | |
| }, | |
| "node_modules/@humanfs/node": { | |
| "version": "0.16.8", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@humanfs/core": "^0.19.2", | |
| "@humanfs/types": "^0.15.0", | |
| "@humanwhocodes/retry": "^0.4.0" | |
| }, | |
| "engines": { | |
| "node": ">=18.18.0" | |
| } | |
| }, | |
| "node_modules/@humanfs/types": { | |
| "version": "0.15.0", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=18.18.0" | |
| } | |
| }, | |
| "node_modules/@humanwhocodes/module-importer": { | |
| "version": "1.0.1", | |
| "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", | |
| "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.1.0", | |
| "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", | |
| "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/@isaacs/ttlcache": { | |
| "version": "1.4.1", | |
| "resolved": "https://registry.npmjs.org/@isaacs/ttlcache/-/ttlcache-1.4.1.tgz", | |
| "integrity": "sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==", | |
| "license": "ISC", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/@istanbuljs/load-nyc-config": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", | |
| "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", | |
| "license": "ISC", | |
| "optional": true, | |
| "dependencies": { | |
| "camelcase": "^5.3.1", | |
| "find-up": "^4.1.0", | |
| "get-package-type": "^0.1.0", | |
| "js-yaml": "^3.13.1", | |
| "resolve-from": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { | |
| "version": "1.0.10", | |
| "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", | |
| "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "sprintf-js": "~1.0.2" | |
| } | |
| }, | |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", | |
| "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "locate-path": "^5.0.0", | |
| "path-exists": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { | |
| "version": "3.14.2", | |
| "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", | |
| "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "argparse": "^1.0.7", | |
| "esprima": "^4.0.0" | |
| }, | |
| "bin": { | |
| "js-yaml": "bin/js-yaml.js" | |
| } | |
| }, | |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", | |
| "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "p-locate": "^4.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { | |
| "version": "2.3.0", | |
| "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", | |
| "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "p-try": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", | |
| "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "p-limit": "^2.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/@istanbuljs/load-nyc-config/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==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/@istanbuljs/schema": { | |
| "version": "0.1.6", | |
| "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.6.tgz", | |
| "integrity": "sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/@jest/create-cache-key-function": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-29.7.0.tgz", | |
| "integrity": "sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/types": "^29.6.3" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/@jest/environment": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", | |
| "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/fake-timers": "^29.7.0", | |
| "@jest/types": "^29.6.3", | |
| "@types/node": "*", | |
| "jest-mock": "^29.7.0" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/@jest/fake-timers": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", | |
| "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/types": "^29.6.3", | |
| "@sinonjs/fake-timers": "^10.0.2", | |
| "@types/node": "*", | |
| "jest-message-util": "^29.7.0", | |
| "jest-mock": "^29.7.0", | |
| "jest-util": "^29.7.0" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/@jest/schemas": { | |
| "version": "29.6.3", | |
| "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", | |
| "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@sinclair/typebox": "^0.27.8" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/@jest/transform": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", | |
| "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/core": "^7.11.6", | |
| "@jest/types": "^29.6.3", | |
| "@jridgewell/trace-mapping": "^0.3.18", | |
| "babel-plugin-istanbul": "^6.1.1", | |
| "chalk": "^4.0.0", | |
| "convert-source-map": "^2.0.0", | |
| "fast-json-stable-stringify": "^2.1.0", | |
| "graceful-fs": "^4.2.9", | |
| "jest-haste-map": "^29.7.0", | |
| "jest-regex-util": "^29.6.3", | |
| "jest-util": "^29.7.0", | |
| "micromatch": "^4.0.4", | |
| "pirates": "^4.0.4", | |
| "slash": "^3.0.0", | |
| "write-file-atomic": "^4.0.2" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/@jest/types": { | |
| "version": "29.6.3", | |
| "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", | |
| "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/schemas": "^29.6.3", | |
| "@types/istanbul-lib-coverage": "^2.0.0", | |
| "@types/istanbul-reports": "^3.0.0", | |
| "@types/node": "*", | |
| "@types/yargs": "^17.0.8", | |
| "chalk": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/@jridgewell/gen-mapping": { | |
| "version": "0.3.13", | |
| "devOptional": 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==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jridgewell/gen-mapping": "^0.3.5", | |
| "@jridgewell/trace-mapping": "^0.3.24" | |
| } | |
| }, | |
| "node_modules/@jridgewell/resolve-uri": { | |
| "version": "3.1.2", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/@jridgewell/source-map": { | |
| "version": "0.3.11", | |
| "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", | |
| "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jridgewell/gen-mapping": "^0.3.5", | |
| "@jridgewell/trace-mapping": "^0.3.25" | |
| } | |
| }, | |
| "node_modules/@jridgewell/sourcemap-codec": { | |
| "version": "1.5.5", | |
| "devOptional": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@jridgewell/trace-mapping": { | |
| "version": "0.3.31", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/resolve-uri": "^3.1.0", | |
| "@jridgewell/sourcemap-codec": "^1.4.14" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas/-/canvas-0.1.100.tgz", | |
| "integrity": "sha512-xglYA6q3XO5P3BNJYxVZ1IV7DLVjp1Py6nwag88YntrS+3vKHyYcMqXVS4ZztJmwz2uGvz1FWhI/4LgbR5uQDA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "workspaces": [ | |
| "e2e/*" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| }, | |
| "optionalDependencies": { | |
| "@napi-rs/canvas-android-arm64": "0.1.100", | |
| "@napi-rs/canvas-darwin-arm64": "0.1.100", | |
| "@napi-rs/canvas-darwin-x64": "0.1.100", | |
| "@napi-rs/canvas-linux-arm-gnueabihf": "0.1.100", | |
| "@napi-rs/canvas-linux-arm64-gnu": "0.1.100", | |
| "@napi-rs/canvas-linux-arm64-musl": "0.1.100", | |
| "@napi-rs/canvas-linux-riscv64-gnu": "0.1.100", | |
| "@napi-rs/canvas-linux-x64-gnu": "0.1.100", | |
| "@napi-rs/canvas-linux-x64-musl": "0.1.100", | |
| "@napi-rs/canvas-win32-arm64-msvc": "0.1.100", | |
| "@napi-rs/canvas-win32-x64-msvc": "0.1.100" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas-android-arm64": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas-android-arm64/-/canvas-android-arm64-0.1.100.tgz", | |
| "integrity": "sha512-hjhCKhntPv9+t4ckHymdx0phYNcVW+GKQR6Lzw2zE+pOVjOplSmtx9nNNknTjbEDLcuLZqA1y8ufKg1XfgftzQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas-darwin-arm64": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas-darwin-arm64/-/canvas-darwin-arm64-0.1.100.tgz", | |
| "integrity": "sha512-2PcswRaC7Ly645DGt88///zuFDhJxJYdKAs1uU3mfk1atYkXufgcgLfBpk6Tm12nCQBaNt1wpybuPZ4qOhTo8A==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas-darwin-x64": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas-darwin-x64/-/canvas-darwin-x64-0.1.100.tgz", | |
| "integrity": "sha512-ePNZtj7pNIva/siZMg+HmbeozkIjqUIYdoymH8HaA3qK7LfzFN4WMBM8G6HQ9ZC+H3+Dnn5pqtiXpgLykaPOhw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas-linux-arm-gnueabihf": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-arm-gnueabihf/-/canvas-linux-arm-gnueabihf-0.1.100.tgz", | |
| "integrity": "sha512-d5cDB48oWFGU8/XPhUOFAlySgb/VAu7D+s8fi55K1Pcfg8aPplHWqMgibhVLU8ky7Pyg/fuiVLz4Nf3JrSTuUA==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas-linux-arm64-gnu": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-arm64-gnu/-/canvas-linux-arm64-gnu-0.1.100.tgz", | |
| "integrity": "sha512-rDxgxRu69RvDlX/bh9o22DxLsGr8EqsNgotL9+RwQE1S0b0cqeatqsw6aW45mukm0B42DIAaAacKaYQ8cqS1nw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas-linux-arm64-musl": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-arm64-musl/-/canvas-linux-arm64-musl-0.1.100.tgz", | |
| "integrity": "sha512-K3mDW66N+xT2/V439u1alFANiBUjdEx2gLiNYnCmUsva5jZMxWTjafBYwTzYK+EMFMHrUoabuU+T1BIP5CgbYQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas-linux-riscv64-gnu": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-riscv64-gnu/-/canvas-linux-riscv64-gnu-0.1.100.tgz", | |
| "integrity": "sha512-mooqUBTIsccZpnoQC4NgrC1v6C1vof39etLNMnBwCY+p0gajWJvAHLGQ6g/gGyS5YrpDW+GefSN4+Cvcr08UWw==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas-linux-x64-gnu": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-x64-gnu/-/canvas-linux-x64-gnu-0.1.100.tgz", | |
| "integrity": "sha512-1eCvkDCazm7FFhsT7DfGOdSaHgZVK3bt/dSBl5EWHOWmnz+I7j8tPseJqqD81NF+MH21jKUK4wQSDjN0mdhnTg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas-linux-x64-musl": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-x64-musl/-/canvas-linux-x64-musl-0.1.100.tgz", | |
| "integrity": "sha512-20arT6lnI19S68qNlii73TSEDbECNgzMz2EpldC1V3mZFuRkeujXkcebRk0LRJe9SEUAooYiLokfMViY8IX7yA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas-win32-arm64-msvc": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas-win32-arm64-msvc/-/canvas-win32-arm64-msvc-0.1.100.tgz", | |
| "integrity": "sha512-DZFFT1wIAg37LJw37yhMRFfjATd3vTQzjZ1Yki8u2vhO6Hi5VE6BVaGQ1aaDu7xb4iMErz+9EOwjpS7xcxFeBw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| } | |
| }, | |
| "node_modules/@napi-rs/canvas-win32-x64-msvc": { | |
| "version": "0.1.100", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/canvas-win32-x64-msvc/-/canvas-win32-x64-msvc-0.1.100.tgz", | |
| "integrity": "sha512-MyT1j3mHC2+Lu4pBi9mKyMJhtP6U7k7EldY7sj/uS5gJA65gTXt8MefJQXLJo5d/vZbuWmfxzkEUNc/urV3pHA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| } | |
| }, | |
| "node_modules/@napi-rs/wasm-runtime": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz", | |
| "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==", | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@tybys/wasm-util": "^0.10.1" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/Brooooooklyn" | |
| }, | |
| "peerDependencies": { | |
| "@emnapi/core": "^1.7.1", | |
| "@emnapi/runtime": "^1.7.1" | |
| } | |
| }, | |
| "node_modules/@next/env": { | |
| "version": "15.5.18", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@next/eslint-plugin-next": { | |
| "version": "15.5.18", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fast-glob": "3.3.1" | |
| } | |
| }, | |
| "node_modules/@next/swc-darwin-arm64": { | |
| "version": "15.5.18", | |
| "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.18.tgz", | |
| "integrity": "sha512-w0WvQf1n+txiwns/9pwIQteCJpZTbxzO2SE0FLcwuD4v0WEh1JPOjdyxWL21XwJsdpx8cFRjyzxzCS/siP7HcQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-darwin-x64": { | |
| "version": "15.5.18", | |
| "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.18.tgz", | |
| "integrity": "sha512-znn71QmDuxm+BOaglihMZfvyySMnNljkVIY5Z2TCssBmm+WqL6c19VhtH5ktFkHa8EZ2bnTUpcNcmNSQsg67og==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-linux-arm64-gnu": { | |
| "version": "15.5.18", | |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.18.tgz", | |
| "integrity": "sha512-yPPe5MNL+igZUa+OsqQJisqSfh6oarIuA1Q0BDxljGJhRQyZeP+WRHh7rs/jZUGMh5aY0YdIjXZG0VohkKkUdw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-linux-arm64-musl": { | |
| "version": "15.5.18", | |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.18.tgz", | |
| "integrity": "sha512-glaCczEWIrHsokFZ3pP08U4BpKxwIdnT+txdOM32OBgpL9Yw4aqx8NejmgtZQZOdstQ5f0L3CasIZudzCuD+nw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-linux-x64-gnu": { | |
| "version": "15.5.18", | |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.18.tgz", | |
| "integrity": "sha512-oUfg2EgJmU3R0OCOWiokGFUTvZiPfXtriXiuF3YNxRoROCdgvTedHIzYoeKH34gsZxS/V7mHbfq2hpAHwhH1/A==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-linux-x64-musl": { | |
| "version": "15.5.18", | |
| "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.18.tgz", | |
| "integrity": "sha512-JLxSP3KTd9iu/bvUMQxH7RJo9xKSHf55/6RPE4a6FTSZygGn7uvZbCej0AHXydwkggQGSD9UddSjwv6Xz5ESfA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-win32-arm64-msvc": { | |
| "version": "15.5.18", | |
| "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.18.tgz", | |
| "integrity": "sha512-ir1v7enP52K2HNz3tQQvwF+x7VNxBk1ciiZ18WBPvxf4C59IqdfmHPJYK3vH7rSxpuCVw/8C712wTXNAtEp+NA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@next/swc-win32-x64-msvc": { | |
| "version": "15.5.18", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/@nodelib/fs.scandir": { | |
| "version": "2.1.5", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/@nodelib/fs.walk": { | |
| "version": "1.2.8", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12.4.0" | |
| } | |
| }, | |
| "node_modules/@opentelemetry/api": { | |
| "version": "1.9.0", | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=8.0.0" | |
| } | |
| }, | |
| "node_modules/@panva/hkdf": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/@panva/hkdf/-/hkdf-1.2.1.tgz", | |
| "integrity": "sha512-6oclG6Y3PiDFcoyk8srjLfVKyMfVCKJ27JwNPViuXziFpmdz+MZnZN/aKY0JGXgYuO/VghU0jcOAZgWXZ1Dmrw==", | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/panva" | |
| } | |
| }, | |
| "node_modules/@radix-ui/number": { | |
| "version": "1.1.1", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@radix-ui/primitive": { | |
| "version": "1.1.3", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@radix-ui/react-arrow": { | |
| "version": "1.1.7", | |
| "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-arrow/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-arrow/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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-avatar": { | |
| "version": "1.1.11", | |
| "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-collapsible": { | |
| "version": "1.1.12", | |
| "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-collapsible/node_modules/@radix-ui/react-context": { | |
| "version": "1.1.2", | |
| "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-collapsible/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-collapsible/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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-collection": { | |
| "version": "1.1.7", | |
| "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-context": { | |
| "version": "1.1.2", | |
| "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-collection/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-collection/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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", | |
| "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.3", | |
| "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", | |
| "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-context": { | |
| "version": "1.1.2", | |
| "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/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-dialog/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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", | |
| "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", | |
| "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-dismissable-layer/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-dismissable-layer/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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-dropdown-menu": { | |
| "version": "2.1.16", | |
| "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-menu": "2.1.16", | |
| "@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-dropdown-menu/node_modules/@radix-ui/react-context": { | |
| "version": "1.1.2", | |
| "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-dropdown-menu/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-dropdown-menu/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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-focus-guards": { | |
| "version": "1.1.3", | |
| "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", | |
| "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-focus-scope/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-focus-scope/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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-id": { | |
| "version": "1.1.1", | |
| "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-label": { | |
| "version": "2.1.8", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-primitive": "2.1.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-menu": { | |
| "version": "2.1.16", | |
| "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-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-roving-focus": "1.1.11", | |
| "@radix-ui/react-slot": "1.2.3", | |
| "@radix-ui/react-use-callback-ref": "1.1.1", | |
| "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-menu/node_modules/@radix-ui/react-context": { | |
| "version": "1.1.2", | |
| "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-menu/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-menu/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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", | |
| "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-popper/node_modules/@radix-ui/react-context": { | |
| "version": "1.1.2", | |
| "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-popper/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-popper/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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-portal": { | |
| "version": "1.1.9", | |
| "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-portal/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-portal/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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-presence": { | |
| "version": "1.1.5", | |
| "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.4", | |
| "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-roving-focus": { | |
| "version": "1.1.11", | |
| "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-roving-focus/node_modules/@radix-ui/react-context": { | |
| "version": "1.1.2", | |
| "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-roving-focus/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-roving-focus/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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-scroll-area": { | |
| "version": "1.2.10", | |
| "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-scroll-area/node_modules/@radix-ui/react-context": { | |
| "version": "1.1.2", | |
| "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-scroll-area/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-scroll-area/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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-select": { | |
| "version": "2.2.6", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/number": "1.1.1", | |
| "@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-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-primitive": "2.1.3", | |
| "@radix-ui/react-slot": "1.2.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", | |
| "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-select/node_modules/@radix-ui/react-context": { | |
| "version": "1.1.2", | |
| "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-select/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-select/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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-separator": { | |
| "version": "1.1.8", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@radix-ui/react-primitive": "2.1.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-slot": { | |
| "version": "1.2.4", | |
| "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-tooltip": { | |
| "version": "1.2.8", | |
| "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-context": { | |
| "version": "1.1.2", | |
| "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-tooltip/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-tooltip/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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-visually-hidden/node_modules/@radix-ui/react-primitive": { | |
| "version": "2.1.3", | |
| "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-visually-hidden/node_modules/@radix-ui/react-slot": { | |
| "version": "1.2.3", | |
| "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/rect": { | |
| "version": "1.1.1", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@react-native/assets-registry": { | |
| "version": "0.82.1", | |
| "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.82.1.tgz", | |
| "integrity": "sha512-B1SRwpntaAcckiatxbjzylvNK562Ayza05gdJCjDQHTiDafa1OABmyB5LHt7qWDOpNkaluD+w11vHF7pBmTpzQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 20.19.4" | |
| } | |
| }, | |
| "node_modules/@react-native/codegen": { | |
| "version": "0.82.1", | |
| "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.82.1.tgz", | |
| "integrity": "sha512-ezXTN70ygVm9l2m0i+pAlct0RntoV4afftWMGUIeAWLgaca9qItQ54uOt32I/9dBJvzBibT33luIR/pBG0dQvg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/core": "^7.25.2", | |
| "@babel/parser": "^7.25.3", | |
| "glob": "^7.1.1", | |
| "hermes-parser": "0.32.0", | |
| "invariant": "^2.2.4", | |
| "nullthrows": "^1.1.1", | |
| "yargs": "^17.6.2" | |
| }, | |
| "engines": { | |
| "node": ">= 20.19.4" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "*" | |
| } | |
| }, | |
| "node_modules/@react-native/codegen/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==", | |
| "license": "ISC", | |
| "optional": true, | |
| "dependencies": { | |
| "string-width": "^4.2.0", | |
| "strip-ansi": "^6.0.1", | |
| "wrap-ansi": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/@react-native/codegen/node_modules/yargs": { | |
| "version": "17.7.2", | |
| "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", | |
| "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", | |
| "license": "MIT", | |
| "optional": true, | |
| "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/@react-native/codegen/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==", | |
| "license": "ISC", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/@react-native/community-cli-plugin": { | |
| "version": "0.82.1", | |
| "resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.82.1.tgz", | |
| "integrity": "sha512-H/eMdtOy9nEeX7YVeEG1N2vyCoifw3dr9OV8++xfUElNYV7LtSmJ6AqxZUUfxGJRDFPQvaU/8enmJlM/l11VxQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@react-native/dev-middleware": "0.82.1", | |
| "debug": "^4.4.0", | |
| "invariant": "^2.2.4", | |
| "metro": "^0.83.1", | |
| "metro-config": "^0.83.1", | |
| "metro-core": "^0.83.1", | |
| "semver": "^7.1.3" | |
| }, | |
| "engines": { | |
| "node": ">= 20.19.4" | |
| }, | |
| "peerDependencies": { | |
| "@react-native-community/cli": "*", | |
| "@react-native/metro-config": "*" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@react-native-community/cli": { | |
| "optional": true | |
| }, | |
| "@react-native/metro-config": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@react-native/debugger-frontend": { | |
| "version": "0.82.1", | |
| "resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.82.1.tgz", | |
| "integrity": "sha512-a2O6M7/OZ2V9rdavOHyCQ+10z54JX8+B+apYKCQ6a9zoEChGTxUMG2YzzJ8zZJVvYf1ByWSNxv9Se0dca1hO9A==", | |
| "license": "BSD-3-Clause", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 20.19.4" | |
| } | |
| }, | |
| "node_modules/@react-native/debugger-shell": { | |
| "version": "0.82.1", | |
| "resolved": "https://registry.npmjs.org/@react-native/debugger-shell/-/debugger-shell-0.82.1.tgz", | |
| "integrity": "sha512-fdRHAeqqPT93bSrxfX+JHPpCXHApfDUdrXMXhoxlPgSzgXQXJDykIViKhtpu0M6slX6xU/+duq+AtP/qWJRpBw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "cross-spawn": "^7.0.6", | |
| "fb-dotslash": "0.5.8" | |
| }, | |
| "engines": { | |
| "node": ">= 20.19.4" | |
| } | |
| }, | |
| "node_modules/@react-native/dev-middleware": { | |
| "version": "0.82.1", | |
| "resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.82.1.tgz", | |
| "integrity": "sha512-wuOIzms/Qg5raBV6Ctf2LmgzEOCqdP3p1AYN4zdhMT110c39TVMbunpBaJxm0Kbt2HQ762MQViF9naxk7SBo4w==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@isaacs/ttlcache": "^1.4.1", | |
| "@react-native/debugger-frontend": "0.82.1", | |
| "@react-native/debugger-shell": "0.82.1", | |
| "chrome-launcher": "^0.15.2", | |
| "chromium-edge-launcher": "^0.2.0", | |
| "connect": "^3.6.5", | |
| "debug": "^4.4.0", | |
| "invariant": "^2.2.4", | |
| "nullthrows": "^1.1.1", | |
| "open": "^7.0.3", | |
| "serve-static": "^1.16.2", | |
| "ws": "^6.2.3" | |
| }, | |
| "engines": { | |
| "node": ">= 20.19.4" | |
| } | |
| }, | |
| "node_modules/@react-native/gradle-plugin": { | |
| "version": "0.82.1", | |
| "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.82.1.tgz", | |
| "integrity": "sha512-KkF/2T1NSn6EJ5ALNT/gx0MHlrntFHv8YdooH9OOGl9HQn5NM0ZmQSr86o5utJsGc7ME3R6p3SaQuzlsFDrn8Q==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 20.19.4" | |
| } | |
| }, | |
| "node_modules/@react-native/js-polyfills": { | |
| "version": "0.82.1", | |
| "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.82.1.tgz", | |
| "integrity": "sha512-tf70X7pUodslOBdLN37J57JmDPB/yiZcNDzS2m+4bbQzo8fhx3eG9QEBv5n4fmzqfGAgSB4BWRHgDMXmmlDSVA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 20.19.4" | |
| } | |
| }, | |
| "node_modules/@react-native/normalize-colors": { | |
| "version": "0.82.1", | |
| "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.82.1.tgz", | |
| "integrity": "sha512-CCfTR1uX+Z7zJTdt3DNX9LUXr2zWXsNOyLbwupW2wmRzrxlHRYfmLgTABzRL/cKhh0Ubuwn15o72MQChvCRaHw==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/@react-native/virtualized-lists": { | |
| "version": "0.82.1", | |
| "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.82.1.tgz", | |
| "integrity": "sha512-f5zpJg9gzh7JtCbsIwV+4kP3eI0QBuA93JGmwFRd4onQ3DnCjV2J5pYqdWtM95sjSKK1dyik59Gj01lLeKqs1Q==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "invariant": "^2.2.4", | |
| "nullthrows": "^1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">= 20.19.4" | |
| }, | |
| "peerDependencies": { | |
| "@types/react": "^19.1.1", | |
| "react": "*", | |
| "react-native": "*" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@rtsao/scc": { | |
| "version": "1.1.0", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@rushstack/eslint-patch": { | |
| "version": "1.16.1", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@sinclair/typebox": { | |
| "version": "0.27.10", | |
| "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.10.tgz", | |
| "integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/@sinonjs/commons": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", | |
| "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", | |
| "license": "BSD-3-Clause", | |
| "optional": true, | |
| "dependencies": { | |
| "type-detect": "4.0.8" | |
| } | |
| }, | |
| "node_modules/@sinonjs/fake-timers": { | |
| "version": "10.3.0", | |
| "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", | |
| "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", | |
| "license": "BSD-3-Clause", | |
| "optional": true, | |
| "dependencies": { | |
| "@sinonjs/commons": "^3.0.0" | |
| } | |
| }, | |
| "node_modules/@swc/helpers": { | |
| "version": "0.5.15", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "tslib": "^2.8.0" | |
| } | |
| }, | |
| "node_modules/@tiptap/core": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.23.5.tgz", | |
| "integrity": "sha512-657Xqcgf1IYWLkAmRDJKNSGdoS1AHJEgK6zHWHFJERQGIqHnwC7Fz7nvWs/NQhQVBkclQd0ERRdTCZ3XwRc1+g==", | |
| "license": "MIT", | |
| "peer": true, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/pm": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-blockquote": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-3.23.5.tgz", | |
| "integrity": "sha512-PBQRoGfSWfIY7HmGbS5PTHEBQl5nKbild5J5phPLFF+O3aOBQ0d49AC9cxbaou/6FRCtq6g4Uqse9rRTKJRM0w==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-bold": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-3.23.5.tgz", | |
| "integrity": "sha512-DZsDCCf53fA9HmsFzfUHl5jLOwDYf+XzfP+QJjJ4cK23SsxDirameTjgnwi4l1EgEPLWunMZQjU+wHmh7vvX6Q==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-bubble-menu": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.23.5.tgz", | |
| "integrity": "sha512-otcGwyVO6OfxdDPnbooZxYGrb+6q5WYmS+g2V+XGGNRn5oJgyY5pW0dqELIUJ66dosIIXXPyw2XqBDpMMY2kyQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@floating-ui/dom": "^1.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5", | |
| "@tiptap/pm": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-bullet-list": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-bullet-list/-/extension-bullet-list-3.23.5.tgz", | |
| "integrity": "sha512-o0bzZbFvOPhPX6+RAhIFPKMIN3jIenY6Ib3FJ6ZqxTdVcjuV2mIXUmJU0uV2BwKtz73GmKSRKRKia6KJ0ml8qA==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/extension-list": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-code": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-3.23.5.tgz", | |
| "integrity": "sha512-NOJUD2Z0hrtBWnovXiiH1XtOjEQePOfIG3bNJgXSs1bWxPVhqp6KjVd8mUJNra974hxbml3tC97sL9QqjpAWFg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-code-block": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block/-/extension-code-block-3.23.5.tgz", | |
| "integrity": "sha512-P2XH8WPM4UahavcWoQgAwNAKQCbF/JWi6ZqgsQmVBfAqQ3mf8gMxB7HnciMq1DlyI9EfjXoJH11yUqldF/6AaQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5", | |
| "@tiptap/pm": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-document": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-3.23.5.tgz", | |
| "integrity": "sha512-Y7uPjEM1xIK4Spcdk/kp/vZ/Az3cEaglTCk6uHrWvNFVglEoGehNb6IQbQFZW0wjE19YoMIiLBLtG6V9dqrpBw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-dropcursor": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-3.23.5.tgz", | |
| "integrity": "sha512-l72R798Q69D6f89Vp9xreoRnPcpK0LHPKLZIc6pvqBC2iOjx5wLKtW0uP1uqVWdQtvF5AUYBRNIGAQ5Gel9XEg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/extensions": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-floating-menu": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.23.5.tgz", | |
| "integrity": "sha512-kP0bZKH/lxNogfvoIy/YJZ5gkty0OwqFVtQUwoc85vXYUfvy5Jh1VdO053tCE1iDzmvOITUpcb+MdWryP8dBxA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@floating-ui/dom": "^1.0.0", | |
| "@tiptap/core": "3.23.5", | |
| "@tiptap/pm": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-gapcursor": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-3.23.5.tgz", | |
| "integrity": "sha512-x9XlYG26TowX0Ly1w0ZV2D8qliyQy9fTmMY4suI6B/6o6m/sXHGTAJMmJqwP66sZKF6cMLU3HECumhtyQxPT2g==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/extensions": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-hard-break": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-3.23.5.tgz", | |
| "integrity": "sha512-j/BDBMOA1mA+RhCx622SRPBhpp2XWNFYz9asbg8T3yk8v9WI3Vjo6IDlfTp6fwsR2LGE7Pek3R0xDAjW6yVG3g==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-heading": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-3.23.5.tgz", | |
| "integrity": "sha512-tFI+iYk34geacVOGqYgyoC8siQjdGn605XaYSZcGRFF8NY+HrGlLkQi2QRRCeLaUhxoctONmWc8USn3H5U7wLQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-horizontal-rule": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.23.5.tgz", | |
| "integrity": "sha512-9XkRYc4XE0stERZB3y8bsJd32Jw9UZfMwZXo1GLNYRHFr7dmhSGUj0IzgofqOVmLDcOMW6XcCk54TBYw6BCrWA==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5", | |
| "@tiptap/pm": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-italic": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-3.23.5.tgz", | |
| "integrity": "sha512-XjRSPr6j4mz+8O5j5KNfxVb+1fGNt0wr+js6MLxxGdU7M+PoDPdVY6fARbmBazv4ERlZ5PNS9m35Vo5xDjDfrg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-link": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-3.23.5.tgz", | |
| "integrity": "sha512-FEI58NAPnauBbs4nw1dkgRyEhcWnure0vIlStfQoQGXxj3xSRvxKH2lOkz54fGzuzRJAoudyLU65HW6D7kc+8Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "linkifyjs": "^4.3.3" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5", | |
| "@tiptap/pm": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-list": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-list/-/extension-list-3.23.5.tgz", | |
| "integrity": "sha512-nzZXpVwnyKwTj4TVyPyu1bCUFjJCsaXnhAthmvJDnX3RBtemNG9Ka07xGR2NIspzumSbQSMFtDxjmxv3W5dEtg==", | |
| "license": "MIT", | |
| "peer": true, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5", | |
| "@tiptap/pm": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-list-item": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-3.23.5.tgz", | |
| "integrity": "sha512-l7Hb4rfNIkO6JrNJYkdXap6QYXCz4XeeFmI1bfQgEiwPGs+RAn/+0cOdg7q+6MmtZFac5uSXV0PftPk6A0GsEA==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/extension-list": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-list-keymap": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-list-keymap/-/extension-list-keymap-3.23.5.tgz", | |
| "integrity": "sha512-Hz8jRA51VSiHezEkwqwaMYbTEYcR/5Aq3UgCgDlNPlE6k1OZrvRtV/4s3AOO0RRgzyVLKv7yv7KuOJN/OLGErw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/extension-list": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-ordered-list": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-3.23.5.tgz", | |
| "integrity": "sha512-qQeU71ij0cAAD9bbGqot5T5bpR3dysgQ+W67quRs6VDyusU89EYaJHKn/qWU6a1XOEQ4sL+5GNw52FYQVHUxbA==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/extension-list": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-paragraph": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.23.5.tgz", | |
| "integrity": "sha512-LtgMcR1rvWnZDtphFJ/LBltlC0+6HGA07k7vhy+U7P/zIg/V3Fb4RD6YDuAo0cPfBsLm8p1WYJV92WpAsGgtlg==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-strike": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-3.23.5.tgz", | |
| "integrity": "sha512-PMB9lpQGOJGuRTIS9rBw8UZtHQwmsiJbWKjcBr5z20MluaJQ3ZCHFhDYG6ncIDRz+0ny4ZvoJ7cKGpI+NTvXMA==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-text": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-3.23.5.tgz", | |
| "integrity": "sha512-GLa+AaA2NC5XYRZad/Qq/oH5Pa95s+uA17J7+RCkF8j1RNREUBkYQ5CD5MT8kT+D3DHgU8MRyYdTd28I46HBDQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extension-underline": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.23.5.tgz", | |
| "integrity": "sha512-fyxthzE6CNCi9a9OVAwXs1sSyJ7jlrzT3aP2KhYLQCsJABHaPJgJA7k52/CRuKqCW3WbxU1ULH9LGuGtBbhEyw==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/extensions": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/extensions/-/extensions-3.23.5.tgz", | |
| "integrity": "sha512-ROcdNPV+buzldEFKvD3o29P7H7zpAf2lnLfndO2LHSToWyHw4hlzVPCeAU8uAvhl/jyfeUoFLrBwxphMX/KG6A==", | |
| "license": "MIT", | |
| "peer": true, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5", | |
| "@tiptap/pm": "3.23.5" | |
| } | |
| }, | |
| "node_modules/@tiptap/pm": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.23.5.tgz", | |
| "integrity": "sha512-9tgLdpTvNN0/fLP4RcNzbyQ0qjg9J2ahaFbQzgV5uvd+QMy8Xkg2IqKKnOoJJUAV3FDjGq3Yx0WrV2BGro9pfw==", | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "prosemirror-changeset": "^2.3.0", | |
| "prosemirror-commands": "^1.6.2", | |
| "prosemirror-dropcursor": "^1.8.1", | |
| "prosemirror-gapcursor": "^1.3.2", | |
| "prosemirror-history": "^1.4.1", | |
| "prosemirror-keymap": "^1.2.2", | |
| "prosemirror-model": "^1.24.1", | |
| "prosemirror-schema-list": "^1.5.0", | |
| "prosemirror-state": "^1.4.3", | |
| "prosemirror-tables": "^1.6.4", | |
| "prosemirror-transform": "^1.10.2", | |
| "prosemirror-view": "^1.38.1" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| } | |
| }, | |
| "node_modules/@tiptap/react": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/react/-/react-3.23.5.tgz", | |
| "integrity": "sha512-aEdKfJxoa6tCEV4FrnBqMQoUPwGcTWLaDzmP4fL1gR7E40rYDTiYNKoF1Ob+UimUpguAP6Emv1WlJa5oyI8FSw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/use-sync-external-store": "^0.0.6", | |
| "fast-equals": "^5.3.3", | |
| "use-sync-external-store": "^1.4.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| }, | |
| "optionalDependencies": { | |
| "@tiptap/extension-bubble-menu": "^3.23.5", | |
| "@tiptap/extension-floating-menu": "^3.23.5" | |
| }, | |
| "peerDependencies": { | |
| "@tiptap/core": "3.23.5", | |
| "@tiptap/pm": "3.23.5", | |
| "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", | |
| "@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0", | |
| "react": "^17.0.0 || ^18.0.0 || ^19.0.0", | |
| "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" | |
| } | |
| }, | |
| "node_modules/@tiptap/starter-kit": { | |
| "version": "3.23.5", | |
| "resolved": "https://registry.npmjs.org/@tiptap/starter-kit/-/starter-kit-3.23.5.tgz", | |
| "integrity": "sha512-ac0edQ1a1nYkNAzOgdqIBKGdrOlNQpPP9wGAG3Q9EgTq4+C4/EftJZZJmUn3KzaSOUv4cLEDo0z0jurJvZPkaw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@tiptap/core": "^3.23.5", | |
| "@tiptap/extension-blockquote": "^3.23.5", | |
| "@tiptap/extension-bold": "^3.23.5", | |
| "@tiptap/extension-bullet-list": "^3.23.5", | |
| "@tiptap/extension-code": "^3.23.5", | |
| "@tiptap/extension-code-block": "^3.23.5", | |
| "@tiptap/extension-document": "^3.23.5", | |
| "@tiptap/extension-dropcursor": "^3.23.5", | |
| "@tiptap/extension-gapcursor": "^3.23.5", | |
| "@tiptap/extension-hard-break": "^3.23.5", | |
| "@tiptap/extension-heading": "^3.23.5", | |
| "@tiptap/extension-horizontal-rule": "^3.23.5", | |
| "@tiptap/extension-italic": "^3.23.5", | |
| "@tiptap/extension-link": "^3.23.5", | |
| "@tiptap/extension-list": "^3.23.5", | |
| "@tiptap/extension-list-item": "^3.23.5", | |
| "@tiptap/extension-list-keymap": "^3.23.5", | |
| "@tiptap/extension-ordered-list": "^3.23.5", | |
| "@tiptap/extension-paragraph": "^3.23.5", | |
| "@tiptap/extension-strike": "^3.23.5", | |
| "@tiptap/extension-text": "^3.23.5", | |
| "@tiptap/extension-underline": "^3.23.5", | |
| "@tiptap/extensions": "^3.23.5", | |
| "@tiptap/pm": "^3.23.5" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ueberdosis" | |
| } | |
| }, | |
| "node_modules/@tybys/wasm-util": { | |
| "version": "0.10.2", | |
| "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz", | |
| "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "node_modules/@types/babel__core": { | |
| "version": "7.20.5", | |
| "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", | |
| "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/parser": "^7.20.7", | |
| "@babel/types": "^7.20.7", | |
| "@types/babel__generator": "*", | |
| "@types/babel__template": "*", | |
| "@types/babel__traverse": "*" | |
| } | |
| }, | |
| "node_modules/@types/babel__generator": { | |
| "version": "7.27.0", | |
| "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", | |
| "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/types": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/@types/babel__template": { | |
| "version": "7.4.4", | |
| "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", | |
| "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/parser": "^7.1.0", | |
| "@babel/types": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/@types/babel__traverse": { | |
| "version": "7.28.0", | |
| "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", | |
| "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/types": "^7.28.2" | |
| } | |
| }, | |
| "node_modules/@types/debug": { | |
| "version": "4.1.13", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/ms": "*" | |
| } | |
| }, | |
| "node_modules/@types/diff-match-patch": { | |
| "version": "1.0.36", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/estree": { | |
| "version": "1.0.9", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/estree-jsx": { | |
| "version": "1.0.5", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "*" | |
| } | |
| }, | |
| "node_modules/@types/graceful-fs": { | |
| "version": "4.1.9", | |
| "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", | |
| "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@types/node": "*" | |
| } | |
| }, | |
| "node_modules/@types/hast": { | |
| "version": "3.0.4", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "*" | |
| } | |
| }, | |
| "node_modules/@types/istanbul-lib-coverage": { | |
| "version": "2.0.6", | |
| "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", | |
| "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/@types/istanbul-lib-report": { | |
| "version": "3.0.3", | |
| "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", | |
| "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@types/istanbul-lib-coverage": "*" | |
| } | |
| }, | |
| "node_modules/@types/istanbul-reports": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", | |
| "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@types/istanbul-lib-report": "*" | |
| } | |
| }, | |
| "node_modules/@types/json-schema": { | |
| "version": "7.0.15", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/json5": { | |
| "version": "0.0.29", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/katex": { | |
| "version": "0.16.8", | |
| "resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.8.tgz", | |
| "integrity": "sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/mdast": { | |
| "version": "4.0.4", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "*" | |
| } | |
| }, | |
| "node_modules/@types/ms": { | |
| "version": "2.1.0", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/node": { | |
| "version": "22.19.19", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "undici-types": "~6.21.0" | |
| } | |
| }, | |
| "node_modules/@types/react": { | |
| "version": "19.2.15", | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "csstype": "^3.2.2" | |
| } | |
| }, | |
| "node_modules/@types/react-dom": { | |
| "version": "19.2.3", | |
| "license": "MIT", | |
| "peer": true, | |
| "peerDependencies": { | |
| "@types/react": "^19.2.0" | |
| } | |
| }, | |
| "node_modules/@types/react-syntax-highlighter": { | |
| "version": "15.5.13", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/react": "*" | |
| } | |
| }, | |
| "node_modules/@types/stack-utils": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", | |
| "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/@types/unist": { | |
| "version": "3.0.3", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/use-sync-external-store": { | |
| "version": "0.0.6", | |
| "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz", | |
| "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/yargs": { | |
| "version": "17.0.35", | |
| "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz", | |
| "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@types/yargs-parser": "*" | |
| } | |
| }, | |
| "node_modules/@types/yargs-parser": { | |
| "version": "21.0.3", | |
| "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", | |
| "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/@typescript-eslint/eslint-plugin": { | |
| "version": "8.59.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@eslint-community/regexpp": "^4.12.2", | |
| "@typescript-eslint/scope-manager": "8.59.4", | |
| "@typescript-eslint/type-utils": "8.59.4", | |
| "@typescript-eslint/utils": "8.59.4", | |
| "@typescript-eslint/visitor-keys": "8.59.4", | |
| "ignore": "^7.0.5", | |
| "natural-compare": "^1.4.0", | |
| "ts-api-utils": "^2.5.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.59.4", | |
| "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", | |
| "typescript": ">=4.8.4 <6.1.0" | |
| } | |
| }, | |
| "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { | |
| "version": "7.0.5", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 4" | |
| } | |
| }, | |
| "node_modules/@typescript-eslint/parser": { | |
| "version": "8.59.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "@typescript-eslint/scope-manager": "8.59.4", | |
| "@typescript-eslint/types": "8.59.4", | |
| "@typescript-eslint/typescript-estree": "8.59.4", | |
| "@typescript-eslint/visitor-keys": "8.59.4", | |
| "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 || ^10.0.0", | |
| "typescript": ">=4.8.4 <6.1.0" | |
| } | |
| }, | |
| "node_modules/@typescript-eslint/project-service": { | |
| "version": "8.59.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@typescript-eslint/tsconfig-utils": "^8.59.4", | |
| "@typescript-eslint/types": "^8.59.4", | |
| "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.1.0" | |
| } | |
| }, | |
| "node_modules/@typescript-eslint/scope-manager": { | |
| "version": "8.59.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@typescript-eslint/types": "8.59.4", | |
| "@typescript-eslint/visitor-keys": "8.59.4" | |
| }, | |
| "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.59.4", | |
| "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.1.0" | |
| } | |
| }, | |
| "node_modules/@typescript-eslint/type-utils": { | |
| "version": "8.59.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@typescript-eslint/types": "8.59.4", | |
| "@typescript-eslint/typescript-estree": "8.59.4", | |
| "@typescript-eslint/utils": "8.59.4", | |
| "debug": "^4.4.3", | |
| "ts-api-utils": "^2.5.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 || ^10.0.0", | |
| "typescript": ">=4.8.4 <6.1.0" | |
| } | |
| }, | |
| "node_modules/@typescript-eslint/types": { | |
| "version": "8.59.4", | |
| "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.59.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@typescript-eslint/project-service": "8.59.4", | |
| "@typescript-eslint/tsconfig-utils": "8.59.4", | |
| "@typescript-eslint/types": "8.59.4", | |
| "@typescript-eslint/visitor-keys": "8.59.4", | |
| "debug": "^4.4.3", | |
| "minimatch": "^10.2.2", | |
| "semver": "^7.7.3", | |
| "tinyglobby": "^0.2.15", | |
| "ts-api-utils": "^2.5.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.1.0" | |
| } | |
| }, | |
| "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": { | |
| "version": "4.0.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": "18 || 20 || >=22" | |
| } | |
| }, | |
| "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { | |
| "version": "5.0.6", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "balanced-match": "^4.0.2" | |
| }, | |
| "engines": { | |
| "node": "18 || 20 || >=22" | |
| } | |
| }, | |
| "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { | |
| "version": "10.2.5", | |
| "dev": true, | |
| "license": "BlueOak-1.0.0", | |
| "dependencies": { | |
| "brace-expansion": "^5.0.5" | |
| }, | |
| "engines": { | |
| "node": "18 || 20 || >=22" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/isaacs" | |
| } | |
| }, | |
| "node_modules/@typescript-eslint/utils": { | |
| "version": "8.59.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@eslint-community/eslint-utils": "^4.9.1", | |
| "@typescript-eslint/scope-manager": "8.59.4", | |
| "@typescript-eslint/types": "8.59.4", | |
| "@typescript-eslint/typescript-estree": "8.59.4" | |
| }, | |
| "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 || ^10.0.0", | |
| "typescript": ">=4.8.4 <6.1.0" | |
| } | |
| }, | |
| "node_modules/@typescript-eslint/visitor-keys": { | |
| "version": "8.59.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@typescript-eslint/types": "8.59.4", | |
| "eslint-visitor-keys": "^5.0.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/visitor-keys/node_modules/eslint-visitor-keys": { | |
| "version": "5.0.1", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": "^20.19.0 || ^22.13.0 || >=24" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/eslint" | |
| } | |
| }, | |
| "node_modules/@ungap/structured-clone": { | |
| "version": "1.3.1", | |
| "license": "ISC" | |
| }, | |
| "node_modules/@unrs/resolver-binding-android-arm-eabi": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.12.2.tgz", | |
| "integrity": "sha512-g5T90pqg1bo/7mytQx6F4iBNC0Wsh9cu+z9veDbFjc7HjpesJFWD7QMS0NGStXM075+7dJPPVvBbpZlnrdpi/w==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-android-arm64": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.12.2.tgz", | |
| "integrity": "sha512-YGCRZv/9GLhwmz6mYDeTsm/92BAyR28l6c2ReweVW5pWgfsitWLY8upvfRlGdoyD8HjeTHSYJWyZGD4KJA/nFQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-darwin-arm64": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.12.2.tgz", | |
| "integrity": "sha512-u9DiNT1auQMO20A9SyTuG3wUgQWB9Z7KjAg0uFuCDR1FsAY8A0CG2S6JpHS1xwm/w1G08bjXZDcyOCjv1WAm2w==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-darwin-x64": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.12.2.tgz", | |
| "integrity": "sha512-f7rPLi/T1HVKZu/u6t87lroib16n8vrSzcyxI7lg4BGO9UF26KhQL44sd9eOUgrTYhvRXtWOIZT5PejdPyJfUA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-freebsd-x64": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.12.2.tgz", | |
| "integrity": "sha512-BpcOjWCJub6nRZUS2zA20pmLvjtqAtGejETaIyRLiZiQf++cbrjltLA5NN/xaXfqeOBOSlMFbemIl5/S5tljmg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.12.2.tgz", | |
| "integrity": "sha512-vZTDvdSISZjJx66OzJqtsOhzifbqRjbmI1Mnu49fQDwog5GtDI4QidRiEAYbZCRj9C8YZEW+3ZjqsyS9GR4k2A==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.12.2.tgz", | |
| "integrity": "sha512-BiPI+IrIlwcW4nLLMM21+B1dFPzd55yAVgVGrdgDjNef+ch03GdxrcyaIz8X9SsQirh/kCQ7mviyWlMxdh2D7g==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-arm64-gnu": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.12.2.tgz", | |
| "integrity": "sha512-zJc0H99FEPoFfSrNpa91HYfxzfAJCr502oxNK1cfdC9hlaFI43RT+JFCann9JUgZmLzzntChHyn13Sgn9ljHNg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-arm64-musl": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.12.2.tgz", | |
| "integrity": "sha512-KQ3Lki6l+Pz1k/eBipN41ES+YUK30beLGb9YqcB1O542cyLCNE6GaxrfcY3T6EezmGGk84wb5XyO9loTM9tkcA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-loong64-gnu": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-loong64-gnu/-/resolver-binding-linux-loong64-gnu-1.12.2.tgz", | |
| "integrity": "sha512-3SJGEh1DborhG6pyxvhPzCT4bbSIVihsvgJc13P1bHG7KLdNDaF9T3gsTwFc7Jw/5Y5/iWOjkEx7Zy0NvCGX3Q==", | |
| "cpu": [ | |
| "loong64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-loong64-musl": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-loong64-musl/-/resolver-binding-linux-loong64-musl-1.12.2.tgz", | |
| "integrity": "sha512-jiuG/Obbel7uw1PwHNFfrkiKhLAF6mnyZ6aWlOAVN9WqKm8v0OFGnciJIHu8+CMvXLQ8AD51LPzAoUfT21D5Ew==", | |
| "cpu": [ | |
| "loong64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.12.2.tgz", | |
| "integrity": "sha512-q7xRvVpmcfeL+LlZg8Pbbo6QaTZwDU5BaGZbwfhkEsXJn3Was8xYfE0RBH266xZt0rM6B7i8xAYIvjthuUIWHg==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.12.2.tgz", | |
| "integrity": "sha512-0CVdx6lcnT3Q9inOH8tsMIOJ6ImndllMjqJHg8RLVdB7Vq4SfkEXl9mCSsVNuNA4MCYycRicCUxPCabVHJRr6A==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-riscv64-musl": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.12.2.tgz", | |
| "integrity": "sha512-iOwlRo9vnp6R6ohHQS11n0NnfdXx/omhkocmIfaPRpQhKZ+3BDMkkdRVh53qjkFkpPddf+FETA28NwGN7l5l+w==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-s390x-gnu": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.12.2.tgz", | |
| "integrity": "sha512-HYJtLfXq94q8iZNFT1lknx258wlkkWhZeUXJRqzKBBUJ00CvZ+N33zgbCqimLjsyw5Va6uUxhVa12mI+kaveEw==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-x64-gnu": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.12.2.tgz", | |
| "integrity": "sha512-mPsUhunKKDih5O96Y6enDQyHc1SqBPlY1E/SfMWDM3EdJ95Z9CArPeCVwCCqbP45ljvivdEk8Fxn+SIb1rDAJQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-linux-x64-musl": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.12.2.tgz", | |
| "integrity": "sha512-azrt6+5ydLd8Vt210AAFis/lZevSfPw93EJRIJG+xPu4WCJ8K0kppCTpMyLPcKT7H15M4Jnt2tMp5bOvCkRC6A==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-openharmony-arm64": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-openharmony-arm64/-/resolver-binding-openharmony-arm64-1.12.2.tgz", | |
| "integrity": "sha512-YZ9hP4O0X9PQb8eO980qmLNGH4zT3I9+SZTdt0Pr0YyuGQhYKoOZkV02VzrzyOZJ5xIJ3UFIenKkUkGg8GjgWQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openharmony" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-wasm32-wasi": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.12.2.tgz", | |
| "integrity": "sha512-tYFDIkMxSflfEc/h92ZWNsZlHSwgimbNHSO3PL2JWQHfCuC2q316jMyYU9TIWZsFK2bQwyK5VAdYgn8ygPj69A==", | |
| "cpu": [ | |
| "wasm32" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@emnapi/core": "1.10.0", | |
| "@emnapi/runtime": "1.10.0", | |
| "@napi-rs/wasm-runtime": "^1.1.4" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| } | |
| }, | |
| "node_modules/@unrs/resolver-binding-win32-arm64-msvc": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.12.2.tgz", | |
| "integrity": "sha512-qzNyg3xL0VPQmCaUh+N5jSitce6k+uCBfMDesWRnlULOZaqUkaJ0ybdT+UqlAWJoQjuqfIU/0Ptx9bteN4D82g==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-win32-ia32-msvc": { | |
| "version": "1.12.2", | |
| "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.12.2.tgz", | |
| "integrity": "sha512-WD9sY00OfpHVGfsnHZoA8jVT+esS/Bg8z8jzxp5BnDCjjwsuKsPQrzswwpFy4J1AUJbXPRfkpcX0mXrzeXW79g==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@unrs/resolver-binding-win32-x64-msvc": { | |
| "version": "1.12.2", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@upstash/redis": { | |
| "version": "1.38.0", | |
| "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.38.0.tgz", | |
| "integrity": "sha512-wu+dZBptlLy0+MCUEoHmzrY/TnmgDey3+c7EbIGwrLqAvkP8yi5MWZHYGIFtAygmL4Bkz2TdFu+eU0vFPncIcg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "uncrypto": "^0.1.3" | |
| } | |
| }, | |
| "node_modules/abort-controller": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", | |
| "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "event-target-shim": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=6.5" | |
| } | |
| }, | |
| "node_modules/accepts": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz", | |
| "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "mime-types": "^3.0.0", | |
| "negotiator": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/acorn": { | |
| "version": "8.16.0", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "bin": { | |
| "acorn": "bin/acorn" | |
| }, | |
| "engines": { | |
| "node": ">=0.4.0" | |
| } | |
| }, | |
| "node_modules/acorn-jsx": { | |
| "version": "5.3.2", | |
| "dev": true, | |
| "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==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 14" | |
| } | |
| }, | |
| "node_modules/ai": { | |
| "version": "4.3.19", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@ai-sdk/provider": "1.1.3", | |
| "@ai-sdk/provider-utils": "2.2.8", | |
| "@ai-sdk/react": "1.2.12", | |
| "@ai-sdk/ui-utils": "1.2.11", | |
| "@opentelemetry/api": "1.9.0", | |
| "jsondiffpatch": "0.6.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "react": "^18 || ^19 || ^19.0.0-rc", | |
| "zod": "^3.23.8" | |
| }, | |
| "peerDependenciesMeta": { | |
| "react": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/ajv": { | |
| "version": "6.15.0", | |
| "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/alasql": { | |
| "version": "4.17.2", | |
| "resolved": "https://registry.npmjs.org/alasql/-/alasql-4.17.2.tgz", | |
| "integrity": "sha512-MpAaJA8//pqRQU7YNIeA41DHukg3lW/NznhzvZa+zKXip5wuU3uIMqS+MmnFZBBB5vpbOQjlnD7tw6ilW8XREQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "cross-fetch": "4.1.0", | |
| "yargs": "16" | |
| }, | |
| "bin": { | |
| "alasql": "bin/alasql-cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=15" | |
| }, | |
| "optionalDependencies": { | |
| "react-native-fs": "^2.20.0" | |
| } | |
| }, | |
| "node_modules/anser": { | |
| "version": "1.4.10", | |
| "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz", | |
| "integrity": "sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "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==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/ansi-styles": { | |
| "version": "4.3.0", | |
| "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", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/anymatch": { | |
| "version": "3.1.3", | |
| "devOptional": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "normalize-path": "^3.0.0", | |
| "picomatch": "^2.0.4" | |
| }, | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/arg": { | |
| "version": "5.0.2", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/argparse": { | |
| "version": "2.0.1", | |
| "dev": true, | |
| "license": "Python-2.0" | |
| }, | |
| "node_modules/aria-hidden": { | |
| "version": "1.2.6", | |
| "license": "MIT", | |
| "dependencies": { | |
| "tslib": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/aria-query": { | |
| "version": "5.3.2", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/array-buffer-byte-length": { | |
| "version": "1.0.2", | |
| "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-includes": { | |
| "version": "3.1.9", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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/asap": { | |
| "version": "2.0.6", | |
| "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", | |
| "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/ast-types-flow": { | |
| "version": "0.0.8", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/async-function": { | |
| "version": "1.0.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/async-limiter": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", | |
| "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/autoprefixer": { | |
| "version": "10.5.0", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/autoprefixer" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "browserslist": "^4.28.2", | |
| "caniuse-lite": "^1.0.30001787", | |
| "fraction.js": "^5.3.4", | |
| "picocolors": "^1.1.1", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "bin": { | |
| "autoprefixer": "bin/autoprefixer" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.1.0" | |
| } | |
| }, | |
| "node_modules/available-typed-arrays": { | |
| "version": "1.0.7", | |
| "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.4", | |
| "dev": true, | |
| "license": "MPL-2.0", | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/axobject-query": { | |
| "version": "4.1.0", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/babel-jest": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", | |
| "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/transform": "^29.7.0", | |
| "@types/babel__core": "^7.1.14", | |
| "babel-plugin-istanbul": "^6.1.1", | |
| "babel-preset-jest": "^29.6.3", | |
| "chalk": "^4.0.0", | |
| "graceful-fs": "^4.2.9", | |
| "slash": "^3.0.0" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.8.0" | |
| } | |
| }, | |
| "node_modules/babel-plugin-istanbul": { | |
| "version": "6.1.1", | |
| "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", | |
| "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", | |
| "license": "BSD-3-Clause", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.0.0", | |
| "@istanbuljs/load-nyc-config": "^1.0.0", | |
| "@istanbuljs/schema": "^0.1.2", | |
| "istanbul-lib-instrument": "^5.0.4", | |
| "test-exclude": "^6.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/babel-plugin-jest-hoist": { | |
| "version": "29.6.3", | |
| "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", | |
| "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/template": "^7.3.3", | |
| "@babel/types": "^7.3.3", | |
| "@types/babel__core": "^7.1.14", | |
| "@types/babel__traverse": "^7.0.6" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/babel-plugin-syntax-hermes-parser": { | |
| "version": "0.32.0", | |
| "resolved": "https://registry.npmjs.org/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.32.0.tgz", | |
| "integrity": "sha512-m5HthL++AbyeEA2FcdwOLfVFvWYECOBObLHNqdR8ceY4TsEdn4LdX2oTvbB2QJSSElE2AWA/b2MXZ/PF/CqLZg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "hermes-parser": "0.32.0" | |
| } | |
| }, | |
| "node_modules/babel-preset-current-node-syntax": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz", | |
| "integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/plugin-syntax-async-generators": "^7.8.4", | |
| "@babel/plugin-syntax-bigint": "^7.8.3", | |
| "@babel/plugin-syntax-class-properties": "^7.12.13", | |
| "@babel/plugin-syntax-class-static-block": "^7.14.5", | |
| "@babel/plugin-syntax-import-attributes": "^7.24.7", | |
| "@babel/plugin-syntax-import-meta": "^7.10.4", | |
| "@babel/plugin-syntax-json-strings": "^7.8.3", | |
| "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", | |
| "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", | |
| "@babel/plugin-syntax-numeric-separator": "^7.10.4", | |
| "@babel/plugin-syntax-object-rest-spread": "^7.8.3", | |
| "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", | |
| "@babel/plugin-syntax-optional-chaining": "^7.8.3", | |
| "@babel/plugin-syntax-private-property-in-object": "^7.14.5", | |
| "@babel/plugin-syntax-top-level-await": "^7.14.5" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0 || ^8.0.0-0" | |
| } | |
| }, | |
| "node_modules/babel-preset-jest": { | |
| "version": "29.6.3", | |
| "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", | |
| "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "babel-plugin-jest-hoist": "^29.6.3", | |
| "babel-preset-current-node-syntax": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/bail": { | |
| "version": "2.0.2", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/balanced-match": { | |
| "version": "1.0.2", | |
| "devOptional": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/base-64": { | |
| "version": "0.1.0", | |
| "resolved": "https://registry.npmjs.org/base-64/-/base-64-0.1.0.tgz", | |
| "integrity": "sha512-Y5gU45svrR5tI2Vt/X9GPd3L0HNIKzGu202EjxrXMpuc2V2CiKgemAbUUsqYmZJvPtCXoUKjNZwBJzsNScUbXA==", | |
| "optional": true | |
| }, | |
| "node_modules/base64-js": { | |
| "version": "1.5.1", | |
| "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", | |
| "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", | |
| "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", | |
| "optional": true | |
| }, | |
| "node_modules/baseline-browser-mapping": { | |
| "version": "2.10.31", | |
| "devOptional": true, | |
| "license": "Apache-2.0", | |
| "bin": { | |
| "baseline-browser-mapping": "dist/cli.cjs" | |
| }, | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/binary-extensions": { | |
| "version": "2.3.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/brace-expansion": { | |
| "version": "1.1.14", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "balanced-match": "^1.0.0", | |
| "concat-map": "0.0.1" | |
| } | |
| }, | |
| "node_modules/braces": { | |
| "version": "3.0.3", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fill-range": "^7.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/browserslist": { | |
| "version": "4.28.2", | |
| "devOptional": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/browserslist" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "baseline-browser-mapping": "^2.10.12", | |
| "caniuse-lite": "^1.0.30001782", | |
| "electron-to-chromium": "^1.5.328", | |
| "node-releases": "^2.0.36", | |
| "update-browserslist-db": "^1.2.3" | |
| }, | |
| "bin": { | |
| "browserslist": "cli.js" | |
| }, | |
| "engines": { | |
| "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" | |
| } | |
| }, | |
| "node_modules/bser": { | |
| "version": "2.1.1", | |
| "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", | |
| "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "dependencies": { | |
| "node-int64": "^0.4.0" | |
| } | |
| }, | |
| "node_modules/buffer-from": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", | |
| "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/call-bind": { | |
| "version": "1.0.9", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bind-apply-helpers": "^1.0.2", | |
| "es-define-property": "^1.0.1", | |
| "get-intrinsic": "^1.3.0", | |
| "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", | |
| "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", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/camelcase": { | |
| "version": "5.3.1", | |
| "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", | |
| "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/camelcase-css": { | |
| "version": "2.0.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/caniuse-lite": { | |
| "version": "1.0.30001793", | |
| "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", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/chalk": { | |
| "version": "4.1.2", | |
| "devOptional": 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/character-entities": { | |
| "version": "2.0.2", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-entities-html4": { | |
| "version": "2.1.0", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-entities-legacy": { | |
| "version": "3.0.0", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-reference-invalid": { | |
| "version": "2.0.1", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/chokidar": { | |
| "version": "3.6.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "anymatch": "~3.1.2", | |
| "braces": "~3.0.2", | |
| "glob-parent": "~5.1.2", | |
| "is-binary-path": "~2.1.0", | |
| "is-glob": "~4.0.1", | |
| "normalize-path": "~3.0.0", | |
| "readdirp": "~3.6.0" | |
| }, | |
| "engines": { | |
| "node": ">= 8.10.0" | |
| }, | |
| "funding": { | |
| "url": "https://paulmillr.com/funding/" | |
| }, | |
| "optionalDependencies": { | |
| "fsevents": "~2.3.2" | |
| } | |
| }, | |
| "node_modules/chokidar/node_modules/glob-parent": { | |
| "version": "5.1.2", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "is-glob": "^4.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/chrome-launcher": { | |
| "version": "0.15.2", | |
| "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.2.tgz", | |
| "integrity": "sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==", | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "dependencies": { | |
| "@types/node": "*", | |
| "escape-string-regexp": "^4.0.0", | |
| "is-wsl": "^2.2.0", | |
| "lighthouse-logger": "^1.0.0" | |
| }, | |
| "bin": { | |
| "print-chrome-path": "bin/print-chrome-path.js" | |
| }, | |
| "engines": { | |
| "node": ">=12.13.0" | |
| } | |
| }, | |
| "node_modules/chromium-edge-launcher": { | |
| "version": "0.2.0", | |
| "resolved": "https://registry.npmjs.org/chromium-edge-launcher/-/chromium-edge-launcher-0.2.0.tgz", | |
| "integrity": "sha512-JfJjUnq25y9yg4FABRRVPmBGWPZZi+AQXT4mxupb67766/0UlhG8PAZCz6xzEMXTbW3CsSoE8PcCWA49n35mKg==", | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "dependencies": { | |
| "@types/node": "*", | |
| "escape-string-regexp": "^4.0.0", | |
| "is-wsl": "^2.2.0", | |
| "lighthouse-logger": "^1.0.0", | |
| "mkdirp": "^1.0.4", | |
| "rimraf": "^3.0.2" | |
| } | |
| }, | |
| "node_modules/ci-info": { | |
| "version": "3.9.0", | |
| "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", | |
| "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/sibiraj-s" | |
| } | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/class-variance-authority": { | |
| "version": "0.7.1", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "clsx": "^2.1.1" | |
| }, | |
| "funding": { | |
| "url": "https://polar.sh/cva" | |
| } | |
| }, | |
| "node_modules/client-only": { | |
| "version": "0.0.1", | |
| "license": "MIT" | |
| }, | |
| "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==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "string-width": "^4.2.0", | |
| "strip-ansi": "^6.0.0", | |
| "wrap-ansi": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/clsx": { | |
| "version": "2.1.1", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/color-convert": { | |
| "version": "2.0.1", | |
| "license": "MIT", | |
| "dependencies": { | |
| "color-name": "~1.1.4" | |
| }, | |
| "engines": { | |
| "node": ">=7.0.0" | |
| } | |
| }, | |
| "node_modules/color-name": { | |
| "version": "1.1.4", | |
| "license": "MIT" | |
| }, | |
| "node_modules/comma-separated-tokens": { | |
| "version": "2.0.3", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/commander": { | |
| "version": "4.1.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/concat-map": { | |
| "version": "0.0.1", | |
| "devOptional": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/connect": { | |
| "version": "3.7.0", | |
| "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", | |
| "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "debug": "2.6.9", | |
| "finalhandler": "1.1.2", | |
| "parseurl": "~1.3.3", | |
| "utils-merge": "1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.10.0" | |
| } | |
| }, | |
| "node_modules/connect/node_modules/debug": { | |
| "version": "2.6.9", | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", | |
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "ms": "2.0.0" | |
| } | |
| }, | |
| "node_modules/connect/node_modules/ms": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", | |
| "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "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==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/cookie": { | |
| "version": "0.7.2", | |
| "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", | |
| "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/cross-fetch": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.1.0.tgz", | |
| "integrity": "sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "node-fetch": "^2.7.0" | |
| } | |
| }, | |
| "node_modules/cross-spawn": { | |
| "version": "7.0.6", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "path-key": "^3.1.0", | |
| "shebang-command": "^2.0.0", | |
| "which": "^2.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/cssesc": { | |
| "version": "3.0.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "cssesc": "bin/cssesc" | |
| }, | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/csstype": { | |
| "version": "3.2.3", | |
| "license": "MIT" | |
| }, | |
| "node_modules/damerau-levenshtein": { | |
| "version": "1.0.8", | |
| "dev": true, | |
| "license": "BSD-2-Clause" | |
| }, | |
| "node_modules/data-view-buffer": { | |
| "version": "1.0.2", | |
| "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", | |
| "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", | |
| "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", | |
| "license": "MIT", | |
| "dependencies": { | |
| "ms": "^2.1.3" | |
| }, | |
| "engines": { | |
| "node": ">=6.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "supports-color": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/decode-named-character-reference": { | |
| "version": "1.3.0", | |
| "license": "MIT", | |
| "dependencies": { | |
| "character-entities": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/deep-is": { | |
| "version": "0.1.4", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/define-data-property": { | |
| "version": "1.1.4", | |
| "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", | |
| "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/depd": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", | |
| "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/dequal": { | |
| "version": "2.0.3", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/destroy": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", | |
| "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.8", | |
| "npm": "1.2.8000 || >= 1.4.16" | |
| } | |
| }, | |
| "node_modules/detect-libc": { | |
| "version": "2.1.2", | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/detect-node-es": { | |
| "version": "1.1.0", | |
| "license": "MIT" | |
| }, | |
| "node_modules/devlop": { | |
| "version": "1.1.0", | |
| "license": "MIT", | |
| "dependencies": { | |
| "dequal": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/didyoumean": { | |
| "version": "1.2.2", | |
| "dev": true, | |
| "license": "Apache-2.0" | |
| }, | |
| "node_modules/diff-match-patch": { | |
| "version": "1.0.5", | |
| "license": "Apache-2.0" | |
| }, | |
| "node_modules/dlv": { | |
| "version": "1.1.3", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/doctrine": { | |
| "version": "2.1.0", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "esutils": "^2.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/dunder-proto": { | |
| "version": "1.0.1", | |
| "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/ee-first": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", | |
| "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/electron-to-chromium": { | |
| "version": "1.5.360", | |
| "devOptional": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/emoji-regex": { | |
| "version": "9.2.2", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/encodeurl": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", | |
| "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/entities": { | |
| "version": "6.0.1", | |
| "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", | |
| "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">=0.12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/fb55/entities?sponsor=1" | |
| } | |
| }, | |
| "node_modules/error-stack-parser": { | |
| "version": "2.1.4", | |
| "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", | |
| "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "stackframe": "^1.3.4" | |
| } | |
| }, | |
| "node_modules/es-abstract": { | |
| "version": "1.24.2", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-errors": { | |
| "version": "1.3.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-iterator-helpers": { | |
| "version": "1.3.2", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bind": "^1.0.9", | |
| "call-bound": "^1.0.4", | |
| "define-properties": "^1.2.1", | |
| "es-abstract": "^1.24.2", | |
| "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", | |
| "math-intrinsics": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-object-atoms": { | |
| "version": "1.1.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-set-tostringtag": { | |
| "version": "2.1.0", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "hasown": "^2.0.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-to-primitive": { | |
| "version": "1.3.0", | |
| "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/escalade": { | |
| "version": "3.2.0", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/escape-html": { | |
| "version": "1.0.3", | |
| "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", | |
| "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/escape-string-regexp": { | |
| "version": "4.0.0", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/eslint": { | |
| "version": "9.39.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "@eslint-community/eslint-utils": "^4.8.0", | |
| "@eslint-community/regexpp": "^4.12.1", | |
| "@eslint/config-array": "^0.21.2", | |
| "@eslint/config-helpers": "^0.4.2", | |
| "@eslint/core": "^0.17.0", | |
| "@eslint/eslintrc": "^3.3.5", | |
| "@eslint/js": "9.39.4", | |
| "@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.14.0", | |
| "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.5", | |
| "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": "15.5.18", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@next/eslint-plugin-next": "15.5.18", | |
| "@rushstack/eslint-patch": "^1.10.3", | |
| "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", | |
| "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", | |
| "eslint-import-resolver-node": "^0.3.6", | |
| "eslint-import-resolver-typescript": "^3.5.2", | |
| "eslint-plugin-import": "^2.31.0", | |
| "eslint-plugin-jsx-a11y": "^6.10.0", | |
| "eslint-plugin-react": "^7.37.0", | |
| "eslint-plugin-react-hooks": "^5.0.0" | |
| }, | |
| "peerDependencies": { | |
| "eslint": "^7.23.0 || ^8.0.0 || ^9.0.0", | |
| "typescript": ">=3.3.1" | |
| }, | |
| "peerDependenciesMeta": { | |
| "typescript": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/eslint-import-resolver-node": { | |
| "version": "0.3.10", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "debug": "^3.2.7", | |
| "is-core-module": "^2.16.1", | |
| "resolve": "^2.0.0-next.6" | |
| } | |
| }, | |
| "node_modules/eslint-import-resolver-node/node_modules/debug": { | |
| "version": "3.2.7", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "ms": "^2.1.1" | |
| } | |
| }, | |
| "node_modules/eslint-import-resolver-typescript": { | |
| "version": "3.10.1", | |
| "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", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "ms": "^2.1.1" | |
| } | |
| }, | |
| "node_modules/eslint-plugin-import": { | |
| "version": "2.32.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "ms": "^2.1.1" | |
| } | |
| }, | |
| "node_modules/eslint-plugin-import/node_modules/semver": { | |
| "version": "6.3.1", | |
| "dev": true, | |
| "license": "ISC", | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| } | |
| }, | |
| "node_modules/eslint-plugin-jsx-a11y": { | |
| "version": "6.10.2", | |
| "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-react": { | |
| "version": "7.37.5", | |
| "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": "5.2.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "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/semver": { | |
| "version": "6.3.1", | |
| "dev": true, | |
| "license": "ISC", | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| } | |
| }, | |
| "node_modules/eslint-scope": { | |
| "version": "8.4.0", | |
| "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", | |
| "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", | |
| "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/esprima": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", | |
| "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", | |
| "license": "BSD-2-Clause", | |
| "optional": true, | |
| "bin": { | |
| "esparse": "bin/esparse.js", | |
| "esvalidate": "bin/esvalidate.js" | |
| }, | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/esquery": { | |
| "version": "1.7.0", | |
| "dev": true, | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "estraverse": "^5.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=0.10" | |
| } | |
| }, | |
| "node_modules/esrecurse": { | |
| "version": "4.3.0", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "estraverse": "^5.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=4.0" | |
| } | |
| }, | |
| "node_modules/estraverse": { | |
| "version": "5.3.0", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">=4.0" | |
| } | |
| }, | |
| "node_modules/estree-util-is-identifier-name": { | |
| "version": "3.0.0", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/esutils": { | |
| "version": "2.0.3", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/etag": { | |
| "version": "1.8.1", | |
| "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", | |
| "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/event-target-shim": { | |
| "version": "5.0.1", | |
| "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", | |
| "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/exponential-backoff": { | |
| "version": "3.1.3", | |
| "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.3.tgz", | |
| "integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==", | |
| "license": "Apache-2.0", | |
| "optional": true | |
| }, | |
| "node_modules/extend": { | |
| "version": "3.0.2", | |
| "license": "MIT" | |
| }, | |
| "node_modules/fast-deep-equal": { | |
| "version": "3.1.3", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/fast-equals": { | |
| "version": "5.4.0", | |
| "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.4.0.tgz", | |
| "integrity": "sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/fast-glob": { | |
| "version": "3.3.1", | |
| "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", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "is-glob": "^4.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/fast-json-stable-stringify": { | |
| "version": "2.1.0", | |
| "devOptional": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/fast-levenshtein": { | |
| "version": "2.0.6", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/fastq": { | |
| "version": "1.20.1", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "reusify": "^1.0.4" | |
| } | |
| }, | |
| "node_modules/fault": { | |
| "version": "1.0.4", | |
| "license": "MIT", | |
| "dependencies": { | |
| "format": "^0.2.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/fb-dotslash": { | |
| "version": "0.5.8", | |
| "resolved": "https://registry.npmjs.org/fb-dotslash/-/fb-dotslash-0.5.8.tgz", | |
| "integrity": "sha512-XHYLKk9J4BupDxi9bSEhkfss0m+Vr9ChTrjhf9l2iw3jB5C7BnY4GVPoMcqbrTutsKJso6yj2nAB6BI/F2oZaA==", | |
| "license": "(MIT OR Apache-2.0)", | |
| "optional": true, | |
| "bin": { | |
| "dotslash": "bin/dotslash" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/fb-watchman": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", | |
| "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "dependencies": { | |
| "bser": "2.1.1" | |
| } | |
| }, | |
| "node_modules/file-entry-cache": { | |
| "version": "8.0.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "flat-cache": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=16.0.0" | |
| } | |
| }, | |
| "node_modules/fill-range": { | |
| "version": "7.1.1", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "to-regex-range": "^5.0.1" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/finalhandler": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", | |
| "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "debug": "2.6.9", | |
| "encodeurl": "~1.0.2", | |
| "escape-html": "~1.0.3", | |
| "on-finished": "~2.3.0", | |
| "parseurl": "~1.3.3", | |
| "statuses": "~1.5.0", | |
| "unpipe": "~1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/finalhandler/node_modules/debug": { | |
| "version": "2.6.9", | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", | |
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "ms": "2.0.0" | |
| } | |
| }, | |
| "node_modules/finalhandler/node_modules/ms": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", | |
| "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/find-up": { | |
| "version": "5.0.0", | |
| "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/flat-cache": { | |
| "version": "4.0.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "flatted": "^3.2.9", | |
| "keyv": "^4.5.4" | |
| }, | |
| "engines": { | |
| "node": ">=16" | |
| } | |
| }, | |
| "node_modules/flatted": { | |
| "version": "3.4.2", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/flow-enums-runtime": { | |
| "version": "0.0.6", | |
| "resolved": "https://registry.npmjs.org/flow-enums-runtime/-/flow-enums-runtime-0.0.6.tgz", | |
| "integrity": "sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/for-each": { | |
| "version": "0.3.5", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-callable": "^1.2.7" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/format": { | |
| "version": "0.2.2", | |
| "engines": { | |
| "node": ">=0.4.x" | |
| } | |
| }, | |
| "node_modules/fraction.js": { | |
| "version": "5.3.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": "*" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/rawify" | |
| } | |
| }, | |
| "node_modules/fresh": { | |
| "version": "0.5.2", | |
| "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", | |
| "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "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==", | |
| "license": "ISC", | |
| "optional": true | |
| }, | |
| "node_modules/fsevents": { | |
| "version": "2.3.3", | |
| "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", | |
| "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", | |
| "hasInstallScript": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^8.16.0 || ^10.6.0 || >=11.0.0" | |
| } | |
| }, | |
| "node_modules/function-bind": { | |
| "version": "1.1.2", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/function.prototype.name": { | |
| "version": "1.1.8", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/geist": { | |
| "version": "1.7.0", | |
| "license": "SIL OPEN FONT LICENSE", | |
| "peerDependencies": { | |
| "next": ">=13.2.0" | |
| } | |
| }, | |
| "node_modules/generator-function": { | |
| "version": "2.0.1", | |
| "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==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/get-caller-file": { | |
| "version": "2.0.5", | |
| "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", | |
| "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": "6.* || 8.* || >= 10.*" | |
| } | |
| }, | |
| "node_modules/get-intrinsic": { | |
| "version": "1.3.0", | |
| "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", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/get-package-type": { | |
| "version": "0.1.0", | |
| "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", | |
| "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8.0.0" | |
| } | |
| }, | |
| "node_modules/get-proto": { | |
| "version": "1.0.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "dunder-proto": "^1.0.1", | |
| "es-object-atoms": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/get-symbol-description": { | |
| "version": "1.1.0", | |
| "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.14.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "resolve-pkg-maps": "^1.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" | |
| } | |
| }, | |
| "node_modules/glob": { | |
| "version": "7.2.3", | |
| "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", | |
| "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", | |
| "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", | |
| "license": "ISC", | |
| "optional": true, | |
| "dependencies": { | |
| "fs.realpath": "^1.0.0", | |
| "inflight": "^1.0.4", | |
| "inherits": "2", | |
| "minimatch": "^3.1.1", | |
| "once": "^1.3.0", | |
| "path-is-absolute": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": "*" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/isaacs" | |
| } | |
| }, | |
| "node_modules/glob-parent": { | |
| "version": "6.0.2", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "is-glob": "^4.0.3" | |
| }, | |
| "engines": { | |
| "node": ">=10.13.0" | |
| } | |
| }, | |
| "node_modules/globals": { | |
| "version": "14.0.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/globalthis": { | |
| "version": "1.0.4", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/gpt-tokenizer": { | |
| "version": "3.4.0", | |
| "resolved": "https://registry.npmjs.org/gpt-tokenizer/-/gpt-tokenizer-3.4.0.tgz", | |
| "integrity": "sha512-wxFLnhIXTDjYebd9A9pGl3e31ZpSypbpIJSOswbgop5jLte/AsZVDvjlbEuVFlsqZixVKqbcoNmRlFDf6pz/UQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/graceful-fs": { | |
| "version": "4.2.11", | |
| "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", | |
| "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", | |
| "license": "ISC", | |
| "optional": true | |
| }, | |
| "node_modules/has-bigints": { | |
| "version": "1.1.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/has-flag": { | |
| "version": "4.0.0", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/has-property-descriptors": { | |
| "version": "1.0.2", | |
| "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", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/has-tostringtag": { | |
| "version": "1.0.2", | |
| "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.3", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "function-bind": "^1.1.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/hast-util-from-dom": { | |
| "version": "5.0.1", | |
| "resolved": "https://registry.npmjs.org/hast-util-from-dom/-/hast-util-from-dom-5.0.1.tgz", | |
| "integrity": "sha512-N+LqofjR2zuzTjCPzyDUdSshy4Ma6li7p/c3pA78uTwzFgENbgbUrm2ugwsOdcjI1muO+o6Dgzp9p8WHtn/39Q==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "hastscript": "^9.0.0", | |
| "web-namespaces": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-from-dom/node_modules/hast-util-parse-selector": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", | |
| "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-from-dom/node_modules/hastscript": { | |
| "version": "9.0.1", | |
| "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", | |
| "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "comma-separated-tokens": "^2.0.0", | |
| "hast-util-parse-selector": "^4.0.0", | |
| "property-information": "^7.0.0", | |
| "space-separated-tokens": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-from-html": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", | |
| "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "devlop": "^1.1.0", | |
| "hast-util-from-parse5": "^8.0.0", | |
| "parse5": "^7.0.0", | |
| "vfile": "^6.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-from-html-isomorphic": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-from-html-isomorphic/-/hast-util-from-html-isomorphic-2.0.0.tgz", | |
| "integrity": "sha512-zJfpXq44yff2hmE0XmwEOzdWin5xwH+QIhMLOScpX91e/NSGPsAzNCvLQDIEPyO2TXi+lBmU6hjLIhV8MwP2kw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "hast-util-from-dom": "^5.0.0", | |
| "hast-util-from-html": "^2.0.0", | |
| "unist-util-remove-position": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-from-parse5": { | |
| "version": "8.0.3", | |
| "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz", | |
| "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/unist": "^3.0.0", | |
| "devlop": "^1.0.0", | |
| "hastscript": "^9.0.0", | |
| "property-information": "^7.0.0", | |
| "vfile": "^6.0.0", | |
| "vfile-location": "^5.0.0", | |
| "web-namespaces": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-from-parse5/node_modules/hast-util-parse-selector": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", | |
| "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-from-parse5/node_modules/hastscript": { | |
| "version": "9.0.1", | |
| "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", | |
| "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "comma-separated-tokens": "^2.0.0", | |
| "hast-util-parse-selector": "^4.0.0", | |
| "property-information": "^7.0.0", | |
| "space-separated-tokens": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-is-element": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", | |
| "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-parse-selector": { | |
| "version": "2.2.5", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-to-jsx-runtime": { | |
| "version": "2.3.6", | |
| "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-text": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", | |
| "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/unist": "^3.0.0", | |
| "hast-util-is-element": "^3.0.0", | |
| "unist-util-find-after": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-whitespace": { | |
| "version": "3.0.0", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hastscript": { | |
| "version": "6.0.0", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^2.0.0", | |
| "comma-separated-tokens": "^1.0.0", | |
| "hast-util-parse-selector": "^2.0.0", | |
| "property-information": "^5.0.0", | |
| "space-separated-tokens": "^1.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hastscript/node_modules/@types/hast": { | |
| "version": "2.3.10", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2" | |
| } | |
| }, | |
| "node_modules/hastscript/node_modules/@types/unist": { | |
| "version": "2.0.11", | |
| "license": "MIT" | |
| }, | |
| "node_modules/hastscript/node_modules/comma-separated-tokens": { | |
| "version": "1.0.8", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/hastscript/node_modules/property-information": { | |
| "version": "5.6.0", | |
| "license": "MIT", | |
| "dependencies": { | |
| "xtend": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/hastscript/node_modules/space-separated-tokens": { | |
| "version": "1.1.5", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/hermes-compiler": { | |
| "version": "0.0.0", | |
| "resolved": "https://registry.npmjs.org/hermes-compiler/-/hermes-compiler-0.0.0.tgz", | |
| "integrity": "sha512-boVFutx6ME/Km2mB6vvsQcdnazEYYI/jV1pomx1wcFUG/EVqTkr5CU0CW9bKipOA/8Hyu3NYwW3THg2Q1kNCfA==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/hermes-estree": { | |
| "version": "0.32.0", | |
| "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.32.0.tgz", | |
| "integrity": "sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/hermes-parser": { | |
| "version": "0.32.0", | |
| "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.32.0.tgz", | |
| "integrity": "sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "hermes-estree": "0.32.0" | |
| } | |
| }, | |
| "node_modules/highlight.js": { | |
| "version": "10.7.3", | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": "*" | |
| } | |
| }, | |
| "node_modules/highlightjs-vue": { | |
| "version": "1.0.0", | |
| "license": "CC0-1.0" | |
| }, | |
| "node_modules/html-url-attributes": { | |
| "version": "3.0.1", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/http-errors": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", | |
| "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "depd": "~2.0.0", | |
| "inherits": "~2.0.4", | |
| "setprototypeof": "~1.2.0", | |
| "statuses": "~2.0.2", | |
| "toidentifier": "~1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/express" | |
| } | |
| }, | |
| "node_modules/http-errors/node_modules/statuses": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", | |
| "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "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==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "agent-base": "^7.1.2", | |
| "debug": "4" | |
| }, | |
| "engines": { | |
| "node": ">= 14" | |
| } | |
| }, | |
| "node_modules/ignore": { | |
| "version": "5.3.2", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 4" | |
| } | |
| }, | |
| "node_modules/image-size": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.2.1.tgz", | |
| "integrity": "sha512-rH+46sQJ2dlwfjfhCyNx5thzrv+dtmBIhPHk0zgRUukHzZ/kRueTJXoYYsclBaKcSMBWuGbOFXtioLpzTb5euw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "queue": "6.0.2" | |
| }, | |
| "bin": { | |
| "image-size": "bin/image-size.js" | |
| }, | |
| "engines": { | |
| "node": ">=16.x" | |
| } | |
| }, | |
| "node_modules/import-fresh": { | |
| "version": "3.3.1", | |
| "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/imurmurhash": { | |
| "version": "0.1.4", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.8.19" | |
| } | |
| }, | |
| "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.", | |
| "license": "ISC", | |
| "optional": true, | |
| "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==", | |
| "license": "ISC", | |
| "optional": true | |
| }, | |
| "node_modules/inline-style-parser": { | |
| "version": "0.2.7", | |
| "license": "MIT" | |
| }, | |
| "node_modules/internal-slot": { | |
| "version": "1.1.0", | |
| "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/invariant": { | |
| "version": "2.2.4", | |
| "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", | |
| "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "loose-envify": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/is-alphabetical": { | |
| "version": "2.0.1", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-alphanumerical": { | |
| "version": "2.0.1", | |
| "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", | |
| "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-async-function": { | |
| "version": "2.1.1", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "has-bigints": "^1.0.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/is-binary-path": { | |
| "version": "2.1.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "binary-extensions": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/is-boolean-object": { | |
| "version": "1.2.2", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "semver": "^7.7.1" | |
| } | |
| }, | |
| "node_modules/is-callable": { | |
| "version": "1.2.7", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/is-core-module": { | |
| "version": "2.16.2", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "hasown": "^2.0.3" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/is-data-view": { | |
| "version": "1.0.2", | |
| "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", | |
| "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", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-docker": { | |
| "version": "2.2.1", | |
| "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", | |
| "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "bin": { | |
| "is-docker": "cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/is-extglob": { | |
| "version": "2.1.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/is-finalizationregistry": { | |
| "version": "1.1.1", | |
| "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==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/is-generator-function": { | |
| "version": "1.1.2", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-extglob": "^2.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/is-hexadecimal": { | |
| "version": "2.0.1", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-map": { | |
| "version": "2.0.3", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/is-negative-zero": { | |
| "version": "2.0.3", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/is-number": { | |
| "version": "7.0.0", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.12.0" | |
| } | |
| }, | |
| "node_modules/is-number-object": { | |
| "version": "1.1.1", | |
| "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-plain-obj": { | |
| "version": "4.1.0", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/is-regex": { | |
| "version": "1.2.1", | |
| "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", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bound": "^1.0.3" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/is-string": { | |
| "version": "1.1.1", | |
| "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", | |
| "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", | |
| "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-weakmap": { | |
| "version": "2.0.2", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/is-weakref": { | |
| "version": "1.1.1", | |
| "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", | |
| "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/is-wsl": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", | |
| "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "is-docker": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/isarray": { | |
| "version": "2.0.5", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/isexe": { | |
| "version": "2.0.0", | |
| "devOptional": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/istanbul-lib-coverage": { | |
| "version": "3.2.2", | |
| "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", | |
| "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", | |
| "license": "BSD-3-Clause", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/istanbul-lib-instrument": { | |
| "version": "5.2.1", | |
| "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", | |
| "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", | |
| "license": "BSD-3-Clause", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/core": "^7.12.3", | |
| "@babel/parser": "^7.14.7", | |
| "@istanbuljs/schema": "^0.1.2", | |
| "istanbul-lib-coverage": "^3.2.0", | |
| "semver": "^6.3.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/istanbul-lib-instrument/node_modules/semver": { | |
| "version": "6.3.1", | |
| "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", | |
| "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
| "license": "ISC", | |
| "optional": true, | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| } | |
| }, | |
| "node_modules/iterator.prototype": { | |
| "version": "1.1.5", | |
| "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/jest-environment-node": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", | |
| "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/environment": "^29.7.0", | |
| "@jest/fake-timers": "^29.7.0", | |
| "@jest/types": "^29.6.3", | |
| "@types/node": "*", | |
| "jest-mock": "^29.7.0", | |
| "jest-util": "^29.7.0" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/jest-get-type": { | |
| "version": "29.6.3", | |
| "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", | |
| "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/jest-haste-map": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", | |
| "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/types": "^29.6.3", | |
| "@types/graceful-fs": "^4.1.3", | |
| "@types/node": "*", | |
| "anymatch": "^3.0.3", | |
| "fb-watchman": "^2.0.0", | |
| "graceful-fs": "^4.2.9", | |
| "jest-regex-util": "^29.6.3", | |
| "jest-util": "^29.7.0", | |
| "jest-worker": "^29.7.0", | |
| "micromatch": "^4.0.4", | |
| "walker": "^1.0.8" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| }, | |
| "optionalDependencies": { | |
| "fsevents": "^2.3.2" | |
| } | |
| }, | |
| "node_modules/jest-message-util": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", | |
| "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/code-frame": "^7.12.13", | |
| "@jest/types": "^29.6.3", | |
| "@types/stack-utils": "^2.0.0", | |
| "chalk": "^4.0.0", | |
| "graceful-fs": "^4.2.9", | |
| "micromatch": "^4.0.4", | |
| "pretty-format": "^29.7.0", | |
| "slash": "^3.0.0", | |
| "stack-utils": "^2.0.3" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/jest-message-util/node_modules/ansi-styles": { | |
| "version": "5.2.0", | |
| "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", | |
| "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
| } | |
| }, | |
| "node_modules/jest-message-util/node_modules/pretty-format": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", | |
| "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/schemas": "^29.6.3", | |
| "ansi-styles": "^5.0.0", | |
| "react-is": "^18.0.0" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/jest-message-util/node_modules/react-is": { | |
| "version": "18.3.1", | |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", | |
| "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/jest-mock": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", | |
| "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/types": "^29.6.3", | |
| "@types/node": "*", | |
| "jest-util": "^29.7.0" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/jest-regex-util": { | |
| "version": "29.6.3", | |
| "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", | |
| "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/jest-util": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", | |
| "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/types": "^29.6.3", | |
| "@types/node": "*", | |
| "chalk": "^4.0.0", | |
| "ci-info": "^3.2.0", | |
| "graceful-fs": "^4.2.9", | |
| "picomatch": "^2.2.3" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/jest-validate": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", | |
| "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/types": "^29.6.3", | |
| "camelcase": "^6.2.0", | |
| "chalk": "^4.0.0", | |
| "jest-get-type": "^29.6.3", | |
| "leven": "^3.1.0", | |
| "pretty-format": "^29.7.0" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/jest-validate/node_modules/ansi-styles": { | |
| "version": "5.2.0", | |
| "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", | |
| "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
| } | |
| }, | |
| "node_modules/jest-validate/node_modules/camelcase": { | |
| "version": "6.3.0", | |
| "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", | |
| "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/jest-validate/node_modules/pretty-format": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", | |
| "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@jest/schemas": "^29.6.3", | |
| "ansi-styles": "^5.0.0", | |
| "react-is": "^18.0.0" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/jest-validate/node_modules/react-is": { | |
| "version": "18.3.1", | |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", | |
| "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/jest-worker": { | |
| "version": "29.7.0", | |
| "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", | |
| "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@types/node": "*", | |
| "jest-util": "^29.7.0", | |
| "merge-stream": "^2.0.0", | |
| "supports-color": "^8.0.0" | |
| }, | |
| "engines": { | |
| "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | |
| } | |
| }, | |
| "node_modules/jest-worker/node_modules/supports-color": { | |
| "version": "8.1.1", | |
| "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", | |
| "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "has-flag": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/chalk/supports-color?sponsor=1" | |
| } | |
| }, | |
| "node_modules/jiti": { | |
| "version": "1.21.7", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "bin": { | |
| "jiti": "bin/jiti.js" | |
| } | |
| }, | |
| "node_modules/jose": { | |
| "version": "4.15.9", | |
| "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.9.tgz", | |
| "integrity": "sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==", | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/panva" | |
| } | |
| }, | |
| "node_modules/js-tokens": { | |
| "version": "4.0.0", | |
| "devOptional": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/js-yaml": { | |
| "version": "4.1.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "argparse": "^2.0.1" | |
| }, | |
| "bin": { | |
| "js-yaml": "bin/js-yaml.js" | |
| } | |
| }, | |
| "node_modules/jsc-safe-url": { | |
| "version": "0.2.4", | |
| "resolved": "https://registry.npmjs.org/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz", | |
| "integrity": "sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==", | |
| "license": "0BSD", | |
| "optional": true | |
| }, | |
| "node_modules/jsesc": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", | |
| "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "bin": { | |
| "jsesc": "bin/jsesc" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/json-buffer": { | |
| "version": "3.0.1", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/json-schema": { | |
| "version": "0.4.0", | |
| "license": "(AFL-2.1 OR BSD-3-Clause)" | |
| }, | |
| "node_modules/json-schema-traverse": { | |
| "version": "0.4.1", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/json-stable-stringify-without-jsonify": { | |
| "version": "1.0.1", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/json5": { | |
| "version": "1.0.2", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "minimist": "^1.2.0" | |
| }, | |
| "bin": { | |
| "json5": "lib/cli.js" | |
| } | |
| }, | |
| "node_modules/jsondiffpatch": { | |
| "version": "0.6.0", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/diff-match-patch": "^1.0.36", | |
| "chalk": "^5.3.0", | |
| "diff-match-patch": "^1.0.5" | |
| }, | |
| "bin": { | |
| "jsondiffpatch": "bin/jsondiffpatch.js" | |
| }, | |
| "engines": { | |
| "node": "^18.0.0 || >=20.0.0" | |
| } | |
| }, | |
| "node_modules/jsondiffpatch/node_modules/chalk": { | |
| "version": "5.6.2", | |
| "license": "MIT", | |
| "engines": { | |
| "node": "^12.17.0 || ^14.13 || >=16.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/chalk/chalk?sponsor=1" | |
| } | |
| }, | |
| "node_modules/jsx-ast-utils": { | |
| "version": "3.3.5", | |
| "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/katex": { | |
| "version": "0.16.47", | |
| "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.47.tgz", | |
| "integrity": "sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==", | |
| "funding": [ | |
| "https://opencollective.com/katex", | |
| "https://github.com/sponsors/katex" | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "commander": "^8.3.0" | |
| }, | |
| "bin": { | |
| "katex": "cli.js" | |
| } | |
| }, | |
| "node_modules/katex/node_modules/commander": { | |
| "version": "8.3.0", | |
| "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", | |
| "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 12" | |
| } | |
| }, | |
| "node_modules/keyv": { | |
| "version": "4.5.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "json-buffer": "3.0.1" | |
| } | |
| }, | |
| "node_modules/language-subtag-registry": { | |
| "version": "0.3.23", | |
| "dev": true, | |
| "license": "CC0-1.0" | |
| }, | |
| "node_modules/language-tags": { | |
| "version": "1.0.9", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "language-subtag-registry": "^0.3.20" | |
| }, | |
| "engines": { | |
| "node": ">=0.10" | |
| } | |
| }, | |
| "node_modules/leven": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", | |
| "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/levn": { | |
| "version": "0.4.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "prelude-ls": "^1.2.1", | |
| "type-check": "~0.4.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8.0" | |
| } | |
| }, | |
| "node_modules/lighthouse-logger": { | |
| "version": "1.4.2", | |
| "resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz", | |
| "integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==", | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "dependencies": { | |
| "debug": "^2.6.9", | |
| "marky": "^1.2.2" | |
| } | |
| }, | |
| "node_modules/lighthouse-logger/node_modules/debug": { | |
| "version": "2.6.9", | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", | |
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "ms": "2.0.0" | |
| } | |
| }, | |
| "node_modules/lighthouse-logger/node_modules/ms": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", | |
| "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/lilconfig": { | |
| "version": "3.1.3", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=14" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/antonk52" | |
| } | |
| }, | |
| "node_modules/lines-and-columns": { | |
| "version": "1.2.4", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/linkifyjs": { | |
| "version": "4.3.3", | |
| "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.3.tgz", | |
| "integrity": "sha512-P8aEP5U/D1/IlTY2OeYsErdwh9bGuLE30NcXtKEjgdHcahveQoQwM2yZNsioQHsWFz0P7KKudisbrzCgR0sDHg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/locate-path": { | |
| "version": "6.0.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "p-locate": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/lodash.merge": { | |
| "version": "4.6.2", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.throttle": { | |
| "version": "4.1.1", | |
| "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", | |
| "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/longest-streak": { | |
| "version": "3.1.0", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/loose-envify": { | |
| "version": "1.4.0", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "js-tokens": "^3.0.0 || ^4.0.0" | |
| }, | |
| "bin": { | |
| "loose-envify": "cli.js" | |
| } | |
| }, | |
| "node_modules/lowlight": { | |
| "version": "1.20.0", | |
| "license": "MIT", | |
| "dependencies": { | |
| "fault": "^1.0.0", | |
| "highlight.js": "~10.7.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/lru-cache": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", | |
| "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "yallist": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/lucide-react": { | |
| "version": "0.460.0", | |
| "license": "ISC", | |
| "peerDependencies": { | |
| "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" | |
| } | |
| }, | |
| "node_modules/makeerror": { | |
| "version": "1.0.12", | |
| "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", | |
| "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", | |
| "license": "BSD-3-Clause", | |
| "optional": true, | |
| "dependencies": { | |
| "tmpl": "1.0.5" | |
| } | |
| }, | |
| "node_modules/markdown-table": { | |
| "version": "3.0.4", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/marky": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmjs.org/marky/-/marky-1.3.0.tgz", | |
| "integrity": "sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==", | |
| "license": "Apache-2.0", | |
| "optional": true | |
| }, | |
| "node_modules/math-intrinsics": { | |
| "version": "1.1.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/mdast-util-find-and-replace": { | |
| "version": "3.0.2", | |
| "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", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/mdast-util-from-markdown": { | |
| "version": "2.0.3", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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-math": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-math/-/mdast-util-math-3.0.0.tgz", | |
| "integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "longest-streak": "^3.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.1.0", | |
| "unist-util-remove-position": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-mdx-expression": { | |
| "version": "2.0.1", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/memoize-one": { | |
| "version": "5.2.1", | |
| "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz", | |
| "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "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==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/merge2": { | |
| "version": "1.4.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/metro": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro/-/metro-0.83.7.tgz", | |
| "integrity": "sha512-SPaPEyvTsTmd0LpT7RaZciQyDw2i/JB7+iY9L5VfBo72+psescFxBqpI1TL9dnL+pmnfkU+l/J1mEEGLeF65EQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/code-frame": "^7.29.0", | |
| "@babel/core": "^7.25.2", | |
| "@babel/generator": "^7.29.1", | |
| "@babel/parser": "^7.29.0", | |
| "@babel/template": "^7.28.6", | |
| "@babel/traverse": "^7.29.0", | |
| "@babel/types": "^7.29.0", | |
| "accepts": "^2.0.0", | |
| "ci-info": "^2.0.0", | |
| "connect": "^3.6.5", | |
| "debug": "^4.4.0", | |
| "error-stack-parser": "^2.0.6", | |
| "flow-enums-runtime": "^0.0.6", | |
| "graceful-fs": "^4.2.4", | |
| "hermes-parser": "0.35.0", | |
| "image-size": "^1.0.2", | |
| "invariant": "^2.2.4", | |
| "jest-worker": "^29.7.0", | |
| "jsc-safe-url": "^0.2.2", | |
| "lodash.throttle": "^4.1.1", | |
| "metro-babel-transformer": "0.83.7", | |
| "metro-cache": "0.83.7", | |
| "metro-cache-key": "0.83.7", | |
| "metro-config": "0.83.7", | |
| "metro-core": "0.83.7", | |
| "metro-file-map": "0.83.7", | |
| "metro-resolver": "0.83.7", | |
| "metro-runtime": "0.83.7", | |
| "metro-source-map": "0.83.7", | |
| "metro-symbolicate": "0.83.7", | |
| "metro-transform-plugins": "0.83.7", | |
| "metro-transform-worker": "0.83.7", | |
| "mime-types": "^3.0.1", | |
| "nullthrows": "^1.1.1", | |
| "serialize-error": "^2.1.0", | |
| "source-map": "^0.5.6", | |
| "throat": "^5.0.0", | |
| "ws": "^7.5.10", | |
| "yargs": "^17.6.2" | |
| }, | |
| "bin": { | |
| "metro": "src/cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-babel-transformer": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.83.7.tgz", | |
| "integrity": "sha512-sBqBkt6kNut/88bv+Ucvm4yqdPetbvAEsHzi3MAgJEifOSYYzX5Z5Kgw3TFOrwf/mHJTOBG2ONlaMHoyfP15TA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/core": "^7.25.2", | |
| "flow-enums-runtime": "^0.0.6", | |
| "hermes-parser": "0.35.0", | |
| "metro-cache-key": "0.83.7", | |
| "nullthrows": "^1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-babel-transformer/node_modules/hermes-estree": { | |
| "version": "0.35.0", | |
| "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.35.0.tgz", | |
| "integrity": "sha512-xVx5Opwy8Oo1I5yGpVRhCvWL/iV3M+ylksSKVNlxxD90cpDpR/AR1jLYqK8HWihm065a6UI3HeyAmYzwS8NOOg==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/metro-babel-transformer/node_modules/hermes-parser": { | |
| "version": "0.35.0", | |
| "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.35.0.tgz", | |
| "integrity": "sha512-9JLjeHxBx8T4CAsydZR49PNZUaix+WpQJwu9p2010lu+7Kwl6D/7wYFFJxoz+aXkaaClp9Zfg6W6/zVlSJORaA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "hermes-estree": "0.35.0" | |
| } | |
| }, | |
| "node_modules/metro-cache": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.83.7.tgz", | |
| "integrity": "sha512-E9SRePXQ1Zvlj79VcOk57q7VC7rMHMFQ+jhmPHBiq+dJ0bJB5BL87lWZF6oh5X76Cci5tpDuQNaDwwuSCToEeg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "exponential-backoff": "^3.1.1", | |
| "flow-enums-runtime": "^0.0.6", | |
| "https-proxy-agent": "^7.0.5", | |
| "metro-core": "0.83.7" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-cache-key": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.83.7.tgz", | |
| "integrity": "sha512-W1c2Nmx8MiJTJt+eWhMO08z9VKi3kZOaz99IYGdqeqDgY9j+yZjXl62rUav4Di0heZfh4/n2s722PqRL1OODeg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "flow-enums-runtime": "^0.0.6" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-config": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.83.7.tgz", | |
| "integrity": "sha512-83mjWFbFOt2GeJ6pFIum5mSnc1uTsZJAtD8o4ej0s4NVsYsA7fB+pHvTfHhFrpeMONaobu2riKavkPei05Er/Q==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "connect": "^3.6.5", | |
| "flow-enums-runtime": "^0.0.6", | |
| "jest-validate": "^29.7.0", | |
| "metro": "0.83.7", | |
| "metro-cache": "0.83.7", | |
| "metro-core": "0.83.7", | |
| "metro-runtime": "0.83.7", | |
| "yaml": "^2.6.1" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-core": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.83.7.tgz", | |
| "integrity": "sha512-6yn3w1wnltT6RQl7p7YES2l95ArC+mWrOssEiH8p5/DDrJS65/szf9LsC9JrBv8c5DdvSY3V3f0GRYg0Ox7hCg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "flow-enums-runtime": "^0.0.6", | |
| "lodash.throttle": "^4.1.1", | |
| "metro-resolver": "0.83.7" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-file-map": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.83.7.tgz", | |
| "integrity": "sha512-+j0F1m+FQYVAQ6syf+mwhIPV5GoFQrkInX8bppuc50IzNsZbMrp8R5H/Sx/K2daQ3YEa9F/XwkeZT8gzJfgeCw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "debug": "^4.4.0", | |
| "fb-watchman": "^2.0.0", | |
| "flow-enums-runtime": "^0.0.6", | |
| "graceful-fs": "^4.2.4", | |
| "invariant": "^2.2.4", | |
| "jest-worker": "^29.7.0", | |
| "micromatch": "^4.0.4", | |
| "nullthrows": "^1.1.1", | |
| "walker": "^1.0.7" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-minify-terser": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.83.7.tgz", | |
| "integrity": "sha512-MfJar2IS4tBRuLb9svwb0Gu5l9BsH+pcRm8eGcEi/wy8MzZinfinh5dFLt2nWkocnulIgtGB5NkFDdbXqMXKhQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "flow-enums-runtime": "^0.0.6", | |
| "terser": "^5.15.0" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-resolver": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.83.7.tgz", | |
| "integrity": "sha512-WSJIENlMcoSsuz66IfBHOkgfp3KJt2UW2TnEHPf1b8pIG2eEXNOVmo2+03A0H17WY2XGXWgxL0CG7FAopqgB1A==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "flow-enums-runtime": "^0.0.6" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-runtime": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.83.7.tgz", | |
| "integrity": "sha512-9GKkJURaB2iyYoEExKnedzAHzxmKtSi+k0tsZUvMoU27tBZJElchYt7JH/Ai/XzYAI9lCAaV7u5HZSI8J5Z+wQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/runtime": "^7.25.0", | |
| "flow-enums-runtime": "^0.0.6" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-source-map": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.83.7.tgz", | |
| "integrity": "sha512-JgA1h7oc1a1jydBe1GhVFsUoMYo3wLPk7oRA32rjlDsq+sP2JLt9x2p2lWbNSxTm/u8NV4VRid3hvEJgcX8tKw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/traverse": "^7.29.0", | |
| "@babel/types": "^7.29.0", | |
| "flow-enums-runtime": "^0.0.6", | |
| "invariant": "^2.2.4", | |
| "metro-symbolicate": "0.83.7", | |
| "nullthrows": "^1.1.1", | |
| "ob1": "0.83.7", | |
| "source-map": "^0.5.6", | |
| "vlq": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-symbolicate": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.83.7.tgz", | |
| "integrity": "sha512-g4suyxw20WOHWI680c+Kq4wC/NF+Hx5pRH9afrMp+sMTxqLeKcPR1Xf4wMhsjlbvx7LbIREdke6q928jEjvJWw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "flow-enums-runtime": "^0.0.6", | |
| "invariant": "^2.2.4", | |
| "metro-source-map": "0.83.7", | |
| "nullthrows": "^1.1.1", | |
| "source-map": "^0.5.6", | |
| "vlq": "^1.0.0" | |
| }, | |
| "bin": { | |
| "metro-symbolicate": "src/index.js" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-transform-plugins": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.83.7.tgz", | |
| "integrity": "sha512-Ss0FpBiZDjX2kwhukMDl5sNdYK8T/06IPqxNE4H6PTlRlfs9q11cef13c/xESY/Pm4VCkp1yJUZO3kXzvMxQFA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/core": "^7.25.2", | |
| "@babel/generator": "^7.29.1", | |
| "@babel/template": "^7.28.6", | |
| "@babel/traverse": "^7.29.0", | |
| "flow-enums-runtime": "^0.0.6", | |
| "nullthrows": "^1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro-transform-worker": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.83.7.tgz", | |
| "integrity": "sha512-UegCo7ygB2fT64mRK2nbAjQVJ1zSwIIHy8d96jJv2nKZFDaViYBiughEdu5HM/Ceq0WN3LZrZk3zhl9aoiLYFw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@babel/core": "^7.25.2", | |
| "@babel/generator": "^7.29.1", | |
| "@babel/parser": "^7.29.0", | |
| "@babel/types": "^7.29.0", | |
| "flow-enums-runtime": "^0.0.6", | |
| "metro": "0.83.7", | |
| "metro-babel-transformer": "0.83.7", | |
| "metro-cache": "0.83.7", | |
| "metro-cache-key": "0.83.7", | |
| "metro-minify-terser": "0.83.7", | |
| "metro-source-map": "0.83.7", | |
| "metro-transform-plugins": "0.83.7", | |
| "nullthrows": "^1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/metro/node_modules/ci-info": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", | |
| "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/metro/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==", | |
| "license": "ISC", | |
| "optional": true, | |
| "dependencies": { | |
| "string-width": "^4.2.0", | |
| "strip-ansi": "^6.0.1", | |
| "wrap-ansi": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/metro/node_modules/hermes-estree": { | |
| "version": "0.35.0", | |
| "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.35.0.tgz", | |
| "integrity": "sha512-xVx5Opwy8Oo1I5yGpVRhCvWL/iV3M+ylksSKVNlxxD90cpDpR/AR1jLYqK8HWihm065a6UI3HeyAmYzwS8NOOg==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/metro/node_modules/hermes-parser": { | |
| "version": "0.35.0", | |
| "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.35.0.tgz", | |
| "integrity": "sha512-9JLjeHxBx8T4CAsydZR49PNZUaix+WpQJwu9p2010lu+7Kwl6D/7wYFFJxoz+aXkaaClp9Zfg6W6/zVlSJORaA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "hermes-estree": "0.35.0" | |
| } | |
| }, | |
| "node_modules/metro/node_modules/ws": { | |
| "version": "7.5.10", | |
| "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", | |
| "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8.3.0" | |
| }, | |
| "peerDependencies": { | |
| "bufferutil": "^4.0.1", | |
| "utf-8-validate": "^5.0.2" | |
| }, | |
| "peerDependenciesMeta": { | |
| "bufferutil": { | |
| "optional": true | |
| }, | |
| "utf-8-validate": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/metro/node_modules/yargs": { | |
| "version": "17.7.2", | |
| "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", | |
| "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", | |
| "license": "MIT", | |
| "optional": true, | |
| "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/metro/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==", | |
| "license": "ISC", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/micromark": { | |
| "version": "4.0.2", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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-math": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz", | |
| "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/katex": "^0.16.0", | |
| "devlop": "^1.0.0", | |
| "katex": "^0.16.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-factory-destination": { | |
| "version": "2.0.1", | |
| "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", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-space": { | |
| "version": "2.0.1", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-util-html-tag-name": { | |
| "version": "2.0.1", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "braces": "^3.0.3", | |
| "picomatch": "^2.3.1" | |
| }, | |
| "engines": { | |
| "node": ">=8.6" | |
| } | |
| }, | |
| "node_modules/mime": { | |
| "version": "1.6.0", | |
| "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", | |
| "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "bin": { | |
| "mime": "cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/mime-db": { | |
| "version": "1.54.0", | |
| "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", | |
| "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/mime-types": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz", | |
| "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "mime-db": "^1.54.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/express" | |
| } | |
| }, | |
| "node_modules/minimatch": { | |
| "version": "3.1.5", | |
| "devOptional": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "brace-expansion": "^1.1.7" | |
| }, | |
| "engines": { | |
| "node": "*" | |
| } | |
| }, | |
| "node_modules/minimist": { | |
| "version": "1.2.8", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/mkdirp": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", | |
| "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "bin": { | |
| "mkdirp": "bin/cmd.js" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/ms": { | |
| "version": "2.1.3", | |
| "license": "MIT" | |
| }, | |
| "node_modules/mz": { | |
| "version": "2.7.0", | |
| "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.12", | |
| "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", | |
| "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", | |
| "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", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/next": { | |
| "version": "15.5.18", | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "@next/env": "15.5.18", | |
| "@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": "^18.18.0 || ^19.8.0 || >= 20.0.0" | |
| }, | |
| "optionalDependencies": { | |
| "@next/swc-darwin-arm64": "15.5.18", | |
| "@next/swc-darwin-x64": "15.5.18", | |
| "@next/swc-linux-arm64-gnu": "15.5.18", | |
| "@next/swc-linux-arm64-musl": "15.5.18", | |
| "@next/swc-linux-x64-gnu": "15.5.18", | |
| "@next/swc-linux-x64-musl": "15.5.18", | |
| "@next/swc-win32-arm64-msvc": "15.5.18", | |
| "@next/swc-win32-x64-msvc": "15.5.18", | |
| "sharp": "^0.34.3" | |
| }, | |
| "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-auth": { | |
| "version": "4.24.14", | |
| "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.14.tgz", | |
| "integrity": "sha512-YRz6xFDXKUwiXSMMChbrBEWyFktZ1qZXEgeSHQQ3nsy08B4c/xLk6REeutRsIFwkjY/1+ShHnu07DN3JeJguig==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "@babel/runtime": "^7.20.13", | |
| "@panva/hkdf": "^1.0.2", | |
| "cookie": "^0.7.0", | |
| "jose": "^4.15.5", | |
| "oauth": "^0.9.15", | |
| "openid-client": "^5.4.0", | |
| "preact": "^10.6.3", | |
| "preact-render-to-string": "^5.1.19", | |
| "uuid": "^8.3.2" | |
| }, | |
| "peerDependencies": { | |
| "@auth/core": "0.34.3", | |
| "next": "^12.2.5 || ^13 || ^14 || ^15 || ^16", | |
| "nodemailer": "^7.0.7", | |
| "react": "^17.0.2 || ^18 || ^19", | |
| "react-dom": "^17.0.2 || ^18 || ^19" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@auth/core": { | |
| "optional": true | |
| }, | |
| "nodemailer": { | |
| "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", | |
| "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-exports-info": { | |
| "version": "1.6.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "array.prototype.flatmap": "^1.3.3", | |
| "es-errors": "^1.3.0", | |
| "object.entries": "^1.1.9", | |
| "semver": "^6.3.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/node-exports-info/node_modules/semver": { | |
| "version": "6.3.1", | |
| "dev": true, | |
| "license": "ISC", | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| } | |
| }, | |
| "node_modules/node-fetch": { | |
| "version": "2.7.0", | |
| "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", | |
| "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "whatwg-url": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": "4.x || >=6.0.0" | |
| }, | |
| "peerDependencies": { | |
| "encoding": "^0.1.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "encoding": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/node-int64": { | |
| "version": "0.4.0", | |
| "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", | |
| "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/node-releases": { | |
| "version": "2.0.44", | |
| "devOptional": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/normalize-path": { | |
| "version": "3.0.0", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/nullthrows": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz", | |
| "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/oauth": { | |
| "version": "0.9.15", | |
| "resolved": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz", | |
| "integrity": "sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/ob1": { | |
| "version": "0.83.7", | |
| "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.83.7.tgz", | |
| "integrity": "sha512-9M5kpuOLyTPogMtZiQUIxdAZxl7Dxs6tVBbJErSumsqGMuhVSoUbkfeZ3XNPpLpwBBtqY5QDUzGwggLHX3slQg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "flow-enums-runtime": "^0.0.6" | |
| }, | |
| "engines": { | |
| "node": ">=20.19.4" | |
| } | |
| }, | |
| "node_modules/object-assign": { | |
| "version": "4.1.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/object-hash": { | |
| "version": "3.0.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/object-inspect": { | |
| "version": "1.13.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/object-keys": { | |
| "version": "1.1.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/object.assign": { | |
| "version": "4.1.7", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "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/oidc-token-hash": { | |
| "version": "5.2.0", | |
| "resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.2.0.tgz", | |
| "integrity": "sha512-6gj2m8cJZ+iSW8bm0FXdGF0YhIQbKrfP4yWTNzxc31U6MOjfEmB1rHvlYvxI1B7t7BCi1F2vYTT6YhtQRG4hxw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": "^10.13.0 || >=12.0.0" | |
| } | |
| }, | |
| "node_modules/on-finished": { | |
| "version": "2.3.0", | |
| "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", | |
| "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "ee-first": "1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "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==", | |
| "license": "ISC", | |
| "optional": true, | |
| "dependencies": { | |
| "wrappy": "1" | |
| } | |
| }, | |
| "node_modules/open": { | |
| "version": "7.4.2", | |
| "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", | |
| "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "is-docker": "^2.0.0", | |
| "is-wsl": "^2.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/openid-client": { | |
| "version": "5.7.1", | |
| "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.7.1.tgz", | |
| "integrity": "sha512-jDBPgSVfTnkIh71Hg9pRvtJc6wTwqjRkN88+gCFtYWrlP4Yx2Dsrow8uPi3qLr/aeymPF3o2+dS+wOpglK04ew==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "jose": "^4.15.9", | |
| "lru-cache": "^6.0.0", | |
| "object-hash": "^2.2.0", | |
| "oidc-token-hash": "^5.0.3" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/panva" | |
| } | |
| }, | |
| "node_modules/openid-client/node_modules/object-hash": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", | |
| "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/optionator": { | |
| "version": "0.9.4", | |
| "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/orderedmap": { | |
| "version": "2.1.1", | |
| "resolved": "https://registry.npmjs.org/orderedmap/-/orderedmap-2.1.1.tgz", | |
| "integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/own-keys": { | |
| "version": "1.0.1", | |
| "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-limit": { | |
| "version": "3.1.0", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "p-limit": "^3.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/p-try": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", | |
| "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/parent-module": { | |
| "version": "1.0.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "callsites": "^3.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/parse-entities": { | |
| "version": "4.0.2", | |
| "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", | |
| "license": "MIT" | |
| }, | |
| "node_modules/parse5": { | |
| "version": "7.3.0", | |
| "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", | |
| "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "entities": "^6.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/inikulin/parse5?sponsor=1" | |
| } | |
| }, | |
| "node_modules/parseurl": { | |
| "version": "1.3.3", | |
| "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", | |
| "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/path-exists": { | |
| "version": "4.0.0", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/path-is-absolute": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", | |
| "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/path-key": { | |
| "version": "3.1.1", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/path-parse": { | |
| "version": "1.0.7", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/pdfjs-dist": { | |
| "version": "5.7.284", | |
| "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-5.7.284.tgz", | |
| "integrity": "sha512-h4EdYQczmGhbOlqc3PPZwxevn7ApdWPbovAuWXOB/DjIyigSnwfy2oze7c6mRcSr9XgLp3eN3EeL4DyySTPMFw==", | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=22.13.0 || >=24" | |
| }, | |
| "optionalDependencies": { | |
| "@napi-rs/canvas": "^0.1.100" | |
| } | |
| }, | |
| "node_modules/picocolors": { | |
| "version": "1.1.1", | |
| "license": "ISC" | |
| }, | |
| "node_modules/picomatch": { | |
| "version": "2.3.2", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8.6" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "node_modules/pify": { | |
| "version": "2.3.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/pirates": { | |
| "version": "4.0.7", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/possible-typed-array-names": { | |
| "version": "1.1.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/postcss": { | |
| "version": "8.5.15", | |
| "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", | |
| "peer": true, | |
| "dependencies": { | |
| "nanoid": "^3.3.12", | |
| "picocolors": "^1.1.1", | |
| "source-map-js": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| } | |
| }, | |
| "node_modules/postcss-import": { | |
| "version": "15.1.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "postcss-value-parser": "^4.0.0", | |
| "read-cache": "^1.0.0", | |
| "resolve": "^1.1.7" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.0.0" | |
| } | |
| }, | |
| "node_modules/postcss-import/node_modules/resolve": { | |
| "version": "1.22.12", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "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/postcss-js": { | |
| "version": "4.1.0", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "camelcase-css": "^2.0.1" | |
| }, | |
| "engines": { | |
| "node": "^12 || ^14 || >= 16" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4.21" | |
| } | |
| }, | |
| "node_modules/postcss-load-config": { | |
| "version": "6.0.1", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "lilconfig": "^3.1.1" | |
| }, | |
| "engines": { | |
| "node": ">= 18" | |
| }, | |
| "peerDependencies": { | |
| "jiti": ">=1.21.0", | |
| "postcss": ">=8.0.9", | |
| "tsx": "^4.8.1", | |
| "yaml": "^2.4.2" | |
| }, | |
| "peerDependenciesMeta": { | |
| "jiti": { | |
| "optional": true | |
| }, | |
| "postcss": { | |
| "optional": true | |
| }, | |
| "tsx": { | |
| "optional": true | |
| }, | |
| "yaml": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/postcss-nested": { | |
| "version": "6.2.0", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "postcss-selector-parser": "^6.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=12.0" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.2.14" | |
| } | |
| }, | |
| "node_modules/postcss-selector-parser": { | |
| "version": "6.1.2", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "cssesc": "^3.0.0", | |
| "util-deprecate": "^1.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/postcss-value-parser": { | |
| "version": "4.2.0", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/preact": { | |
| "version": "10.29.2", | |
| "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.2.tgz", | |
| "integrity": "sha512-7tNmwg/7mzzAoB/8kSg6Hl37JraAZw3Z3A0JSY7VXlZwo82Xn0G7wKbNNs2qoF4ZEEsQGTwDAroNdqKs1ofJxQ==", | |
| "license": "MIT", | |
| "peer": true, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/preact" | |
| } | |
| }, | |
| "node_modules/preact-render-to-string": { | |
| "version": "5.2.6", | |
| "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.2.6.tgz", | |
| "integrity": "sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "pretty-format": "^3.8.0" | |
| }, | |
| "peerDependencies": { | |
| "preact": ">=10" | |
| } | |
| }, | |
| "node_modules/prelude-ls": { | |
| "version": "1.2.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8.0" | |
| } | |
| }, | |
| "node_modules/pretty-format": { | |
| "version": "3.8.0", | |
| "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz", | |
| "integrity": "sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/prismjs": { | |
| "version": "1.30.0", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/promise": { | |
| "version": "8.3.0", | |
| "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", | |
| "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "asap": "~2.0.6" | |
| } | |
| }, | |
| "node_modules/prop-types": { | |
| "version": "15.8.1", | |
| "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", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/prosemirror-changeset": { | |
| "version": "2.4.1", | |
| "resolved": "https://registry.npmjs.org/prosemirror-changeset/-/prosemirror-changeset-2.4.1.tgz", | |
| "integrity": "sha512-96WBLhOaYhJ+kPhLg3uW359Tz6I/MfcrQfL4EGv4SrcqKEMC1gmoGrXHecPE8eOwTVCJ4IwgfzM8fFad25wNfw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "prosemirror-transform": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/prosemirror-commands": { | |
| "version": "1.7.1", | |
| "resolved": "https://registry.npmjs.org/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz", | |
| "integrity": "sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "prosemirror-model": "^1.0.0", | |
| "prosemirror-state": "^1.0.0", | |
| "prosemirror-transform": "^1.10.2" | |
| } | |
| }, | |
| "node_modules/prosemirror-dropcursor": { | |
| "version": "1.8.2", | |
| "resolved": "https://registry.npmjs.org/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz", | |
| "integrity": "sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "prosemirror-state": "^1.0.0", | |
| "prosemirror-transform": "^1.1.0", | |
| "prosemirror-view": "^1.1.0" | |
| } | |
| }, | |
| "node_modules/prosemirror-gapcursor": { | |
| "version": "1.4.1", | |
| "resolved": "https://registry.npmjs.org/prosemirror-gapcursor/-/prosemirror-gapcursor-1.4.1.tgz", | |
| "integrity": "sha512-pMdYaEnjNMSwl11yjEGtgTmLkR08m/Vl+Jj443167p9eB3HVQKhYCc4gmHVDsLPODfZfjr/MmirsdyZziXbQKw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "prosemirror-keymap": "^1.0.0", | |
| "prosemirror-model": "^1.0.0", | |
| "prosemirror-state": "^1.0.0", | |
| "prosemirror-view": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/prosemirror-history": { | |
| "version": "1.5.0", | |
| "resolved": "https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.5.0.tgz", | |
| "integrity": "sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "prosemirror-state": "^1.2.2", | |
| "prosemirror-transform": "^1.0.0", | |
| "prosemirror-view": "^1.31.0", | |
| "rope-sequence": "^1.3.0" | |
| } | |
| }, | |
| "node_modules/prosemirror-keymap": { | |
| "version": "1.2.3", | |
| "resolved": "https://registry.npmjs.org/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz", | |
| "integrity": "sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "prosemirror-state": "^1.0.0", | |
| "w3c-keyname": "^2.2.0" | |
| } | |
| }, | |
| "node_modules/prosemirror-model": { | |
| "version": "1.25.7", | |
| "resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.25.7.tgz", | |
| "integrity": "sha512-A79aN8QEFUwI6cax8Yq4Rpcx1TJZ3Kagn+ii7qLo4/V8H3mMiHrhFyhTyHHvpSnOgMPpWiDGSwM3etwrxE50ug==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "orderedmap": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/prosemirror-schema-list": { | |
| "version": "1.5.1", | |
| "resolved": "https://registry.npmjs.org/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz", | |
| "integrity": "sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "prosemirror-model": "^1.0.0", | |
| "prosemirror-state": "^1.0.0", | |
| "prosemirror-transform": "^1.7.3" | |
| } | |
| }, | |
| "node_modules/prosemirror-state": { | |
| "version": "1.4.4", | |
| "resolved": "https://registry.npmjs.org/prosemirror-state/-/prosemirror-state-1.4.4.tgz", | |
| "integrity": "sha512-6jiYHH2CIGbCfnxdHbXZ12gySFY/fz/ulZE333G6bPqIZ4F+TXo9ifiR86nAHpWnfoNjOb3o5ESi7J8Uz1jXHw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "prosemirror-model": "^1.0.0", | |
| "prosemirror-transform": "^1.0.0", | |
| "prosemirror-view": "^1.27.0" | |
| } | |
| }, | |
| "node_modules/prosemirror-tables": { | |
| "version": "1.8.5", | |
| "resolved": "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.8.5.tgz", | |
| "integrity": "sha512-V/0cDCsHKHe/tfWkeCmthNUcEp1IVO3p6vwN8XtwE9PZQLAZJigbw3QoraAdfJPir4NKJtNvOB8oYGKRl+t0Dw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "prosemirror-keymap": "^1.2.3", | |
| "prosemirror-model": "^1.25.4", | |
| "prosemirror-state": "^1.4.4", | |
| "prosemirror-transform": "^1.10.5", | |
| "prosemirror-view": "^1.41.4" | |
| } | |
| }, | |
| "node_modules/prosemirror-transform": { | |
| "version": "1.12.0", | |
| "resolved": "https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.12.0.tgz", | |
| "integrity": "sha512-GxboyN4AMIsoHNtz5uf2r2Ru551i5hWeCMD6E2Ib4Eogqoub0NflniaBPVQ4MrGE5yZ8JV9tUHg9qcZTTrcN4w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "prosemirror-model": "^1.21.0" | |
| } | |
| }, | |
| "node_modules/prosemirror-view": { | |
| "version": "1.41.8", | |
| "resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.41.8.tgz", | |
| "integrity": "sha512-TnKDdohEatgyZNGCDWIdccOHXhYloJwbwU+phw/a23KBvJIR9lWQWW7WHHK3vBdOLDNuF7TaX98GObUZOWkOnA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "prosemirror-model": "^1.20.0", | |
| "prosemirror-state": "^1.0.0", | |
| "prosemirror-transform": "^1.1.0" | |
| } | |
| }, | |
| "node_modules/punycode": { | |
| "version": "2.3.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/queue": { | |
| "version": "6.0.2", | |
| "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz", | |
| "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "inherits": "~2.0.3" | |
| } | |
| }, | |
| "node_modules/queue-microtask": { | |
| "version": "1.2.3", | |
| "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/range-parser": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", | |
| "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/react": { | |
| "version": "19.2.6", | |
| "license": "MIT", | |
| "peer": true, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/react-devtools-core": { | |
| "version": "6.1.5", | |
| "resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-6.1.5.tgz", | |
| "integrity": "sha512-ePrwPfxAnB+7hgnEr8vpKxL9cmnp7F322t8oqcPshbIQQhDKgFDW4tjhF2wjVbdXF9O/nyuy3sQWd9JGpiLPvA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "shell-quote": "^1.6.1", | |
| "ws": "^7" | |
| } | |
| }, | |
| "node_modules/react-devtools-core/node_modules/ws": { | |
| "version": "7.5.10", | |
| "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", | |
| "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8.3.0" | |
| }, | |
| "peerDependencies": { | |
| "bufferutil": "^4.0.1", | |
| "utf-8-validate": "^5.0.2" | |
| }, | |
| "peerDependenciesMeta": { | |
| "bufferutil": { | |
| "optional": true | |
| }, | |
| "utf-8-validate": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/react-dom": { | |
| "version": "19.2.6", | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "scheduler": "^0.27.0" | |
| }, | |
| "peerDependencies": { | |
| "react": "^19.2.6" | |
| } | |
| }, | |
| "node_modules/react-is": { | |
| "version": "16.13.1", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/react-markdown": { | |
| "version": "9.1.0", | |
| "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-native-fs": { | |
| "version": "2.20.0", | |
| "resolved": "https://registry.npmjs.org/react-native-fs/-/react-native-fs-2.20.0.tgz", | |
| "integrity": "sha512-VkTBzs7fIDUiy/XajOSNk0XazFE9l+QlMAce7lGuebZcag5CnjszB+u4BdqzwaQOdcYb5wsJIsqq4kxInIRpJQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "base-64": "^0.1.0", | |
| "utf8": "^3.0.0" | |
| }, | |
| "peerDependencies": { | |
| "react-native": "*", | |
| "react-native-windows": "*" | |
| }, | |
| "peerDependenciesMeta": { | |
| "react-native-windows": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/react-refresh": { | |
| "version": "0.14.2", | |
| "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", | |
| "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/react-remove-scroll": { | |
| "version": "2.7.2", | |
| "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", | |
| "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", | |
| "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/react-syntax-highlighter": { | |
| "version": "15.6.6", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/runtime": "^7.3.1", | |
| "highlight.js": "^10.4.1", | |
| "highlightjs-vue": "^1.0.0", | |
| "lowlight": "^1.17.0", | |
| "prismjs": "^1.30.0", | |
| "refractor": "^3.6.0" | |
| }, | |
| "peerDependencies": { | |
| "react": ">= 0.14.0" | |
| } | |
| }, | |
| "node_modules/read-cache": { | |
| "version": "1.0.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "pify": "^2.3.0" | |
| } | |
| }, | |
| "node_modules/readdirp": { | |
| "version": "3.6.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "picomatch": "^2.2.1" | |
| }, | |
| "engines": { | |
| "node": ">=8.10.0" | |
| } | |
| }, | |
| "node_modules/reflect.getprototypeof": { | |
| "version": "1.0.10", | |
| "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/refractor": { | |
| "version": "3.6.0", | |
| "license": "MIT", | |
| "dependencies": { | |
| "hastscript": "^6.0.0", | |
| "parse-entities": "^2.0.0", | |
| "prismjs": "~1.27.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/character-entities": { | |
| "version": "1.2.4", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/character-entities-legacy": { | |
| "version": "1.1.4", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/character-reference-invalid": { | |
| "version": "1.1.4", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/is-alphabetical": { | |
| "version": "1.0.4", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/is-alphanumerical": { | |
| "version": "1.0.4", | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-alphabetical": "^1.0.0", | |
| "is-decimal": "^1.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/is-decimal": { | |
| "version": "1.0.4", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/is-hexadecimal": { | |
| "version": "1.0.4", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/parse-entities": { | |
| "version": "2.0.0", | |
| "license": "MIT", | |
| "dependencies": { | |
| "character-entities": "^1.0.0", | |
| "character-entities-legacy": "^1.0.0", | |
| "character-reference-invalid": "^1.0.0", | |
| "is-alphanumerical": "^1.0.0", | |
| "is-decimal": "^1.0.0", | |
| "is-hexadecimal": "^1.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/refractor/node_modules/prismjs": { | |
| "version": "1.27.0", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/regenerator-runtime": { | |
| "version": "0.13.11", | |
| "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", | |
| "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/regexp.prototype.flags": { | |
| "version": "1.5.4", | |
| "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/rehype-katex": { | |
| "version": "7.0.1", | |
| "resolved": "https://registry.npmjs.org/rehype-katex/-/rehype-katex-7.0.1.tgz", | |
| "integrity": "sha512-OiM2wrZ/wuhKkigASodFoo8wimG3H12LWQaH8qSPVJn9apWKFSH3YOCtbKpBorTVw/eI7cuT21XBbvwEswbIOA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/katex": "^0.16.0", | |
| "hast-util-from-html-isomorphic": "^2.0.0", | |
| "hast-util-to-text": "^4.0.0", | |
| "katex": "^0.16.0", | |
| "unist-util-visit-parents": "^6.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-gfm": { | |
| "version": "4.0.1", | |
| "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-math": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/remark-math/-/remark-math-6.0.0.tgz", | |
| "integrity": "sha512-MMqgnP74Igy+S3WwnhQ7kqGlEerTETXMvJhrUzDikVZ2/uogJCb+WHUg97hK9/jcfc0dkD73s3LN8zU49cTEtA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-math": "^3.0.0", | |
| "micromark-extension-math": "^3.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-parse": { | |
| "version": "11.0.0", | |
| "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", | |
| "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", | |
| "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==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/resolve": { | |
| "version": "2.0.0-next.7", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "is-core-module": "^2.16.2", | |
| "node-exports-info": "^1.6.0", | |
| "object-keys": "^1.1.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", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/resolve-pkg-maps": { | |
| "version": "1.0.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" | |
| } | |
| }, | |
| "node_modules/reusify": { | |
| "version": "1.1.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "iojs": ">=1.0.0", | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/rimraf": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", | |
| "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", | |
| "deprecated": "Rimraf versions prior to v4 are no longer supported", | |
| "license": "ISC", | |
| "optional": true, | |
| "dependencies": { | |
| "glob": "^7.1.3" | |
| }, | |
| "bin": { | |
| "rimraf": "bin.js" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/isaacs" | |
| } | |
| }, | |
| "node_modules/rope-sequence": { | |
| "version": "1.3.4", | |
| "resolved": "https://registry.npmjs.org/rope-sequence/-/rope-sequence-1.3.4.tgz", | |
| "integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/run-parallel": { | |
| "version": "1.2.0", | |
| "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.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bind": "^1.0.9", | |
| "call-bound": "^1.0.4", | |
| "get-intrinsic": "^1.3.0", | |
| "has-symbols": "^1.1.0", | |
| "isarray": "^2.0.5" | |
| }, | |
| "engines": { | |
| "node": ">=0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/safe-push-apply": { | |
| "version": "1.0.0", | |
| "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", | |
| "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", | |
| "license": "MIT" | |
| }, | |
| "node_modules/secure-json-parse": { | |
| "version": "2.7.0", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/semver": { | |
| "version": "7.8.0", | |
| "devOptional": true, | |
| "license": "ISC", | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/send": { | |
| "version": "0.19.2", | |
| "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz", | |
| "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "debug": "2.6.9", | |
| "depd": "2.0.0", | |
| "destroy": "1.2.0", | |
| "encodeurl": "~2.0.0", | |
| "escape-html": "~1.0.3", | |
| "etag": "~1.8.1", | |
| "fresh": "~0.5.2", | |
| "http-errors": "~2.0.1", | |
| "mime": "1.6.0", | |
| "ms": "2.1.3", | |
| "on-finished": "~2.4.1", | |
| "range-parser": "~1.2.1", | |
| "statuses": "~2.0.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8.0" | |
| } | |
| }, | |
| "node_modules/send/node_modules/debug": { | |
| "version": "2.6.9", | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", | |
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "ms": "2.0.0" | |
| } | |
| }, | |
| "node_modules/send/node_modules/debug/node_modules/ms": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", | |
| "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/send/node_modules/encodeurl": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", | |
| "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/send/node_modules/on-finished": { | |
| "version": "2.4.1", | |
| "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", | |
| "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "ee-first": "1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/send/node_modules/statuses": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", | |
| "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/serialize-error": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz", | |
| "integrity": "sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/serve-static": { | |
| "version": "1.16.3", | |
| "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz", | |
| "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "encodeurl": "~2.0.0", | |
| "escape-html": "~1.0.3", | |
| "parseurl": "~1.3.3", | |
| "send": "~0.19.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8.0" | |
| } | |
| }, | |
| "node_modules/serve-static/node_modules/encodeurl": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", | |
| "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/set-function-length": { | |
| "version": "1.2.2", | |
| "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", | |
| "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", | |
| "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/setprototypeof": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", | |
| "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", | |
| "license": "ISC", | |
| "optional": true | |
| }, | |
| "node_modules/sharp": { | |
| "version": "0.34.5", | |
| "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/shebang-command": { | |
| "version": "2.0.0", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "shebang-regex": "^3.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/shebang-regex": { | |
| "version": "3.0.0", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/shell-quote": { | |
| "version": "1.8.3", | |
| "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", | |
| "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/side-channel": { | |
| "version": "1.1.0", | |
| "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.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "object-inspect": "^1.13.4" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/side-channel-map": { | |
| "version": "1.0.1", | |
| "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", | |
| "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": "3.0.7", | |
| "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", | |
| "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", | |
| "license": "ISC", | |
| "optional": true | |
| }, | |
| "node_modules/slash": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", | |
| "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/sonner": { | |
| "version": "2.0.7", | |
| "resolved": "https://registry.npmjs.org/sonner/-/sonner-2.0.7.tgz", | |
| "integrity": "sha512-W6ZN4p58k8aDKA4XPcx2hpIQXBRAgyiWVkYhT7CvK6D3iAu7xjvVyhQHg2/iaKJZ1XVJ4r7XuwGL+WGEK37i9w==", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc", | |
| "react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc" | |
| } | |
| }, | |
| "node_modules/source-map": { | |
| "version": "0.5.7", | |
| "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", | |
| "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", | |
| "license": "BSD-3-Clause", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/source-map-js": { | |
| "version": "1.2.1", | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/source-map-support": { | |
| "version": "0.5.21", | |
| "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", | |
| "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "buffer-from": "^1.0.0", | |
| "source-map": "^0.6.0" | |
| } | |
| }, | |
| "node_modules/source-map-support/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==", | |
| "license": "BSD-3-Clause", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/space-separated-tokens": { | |
| "version": "2.0.2", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/sprintf-js": { | |
| "version": "1.0.3", | |
| "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", | |
| "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", | |
| "license": "BSD-3-Clause", | |
| "optional": true | |
| }, | |
| "node_modules/stable-hash": { | |
| "version": "0.0.5", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/stack-utils": { | |
| "version": "2.0.6", | |
| "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", | |
| "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "escape-string-regexp": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/stack-utils/node_modules/escape-string-regexp": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", | |
| "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/stackframe": { | |
| "version": "1.3.4", | |
| "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", | |
| "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/stacktrace-parser": { | |
| "version": "0.1.11", | |
| "resolved": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.11.tgz", | |
| "integrity": "sha512-WjlahMgHmCJpqzU8bIBy4qtsZdU9lRlcZE3Lvyej6t4tuOuv1vk57OW3MBrj6hXBFx/nNoC9MPMTcr5YA7NQbg==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "type-fest": "^0.7.1" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/statuses": { | |
| "version": "1.5.0", | |
| "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", | |
| "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/stop-iteration-iterator": { | |
| "version": "1.1.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "internal-slot": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "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==", | |
| "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==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/string.prototype.includes": { | |
| "version": "2.0.1", | |
| "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", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "define-properties": "^1.1.3", | |
| "es-abstract": "^1.17.5" | |
| } | |
| }, | |
| "node_modules/string.prototype.trim": { | |
| "version": "1.2.10", | |
| "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", | |
| "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", | |
| "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", | |
| "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==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "ansi-regex": "^5.0.1" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/strip-bom": { | |
| "version": "3.0.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/strip-json-comments": { | |
| "version": "3.1.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/style-to-js": { | |
| "version": "1.1.21", | |
| "license": "MIT", | |
| "dependencies": { | |
| "style-to-object": "1.0.14" | |
| } | |
| }, | |
| "node_modules/style-to-object": { | |
| "version": "1.0.14", | |
| "license": "MIT", | |
| "dependencies": { | |
| "inline-style-parser": "0.2.7" | |
| } | |
| }, | |
| "node_modules/styled-jsx": { | |
| "version": "5.1.6", | |
| "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/sucrase": { | |
| "version": "3.35.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/gen-mapping": "^0.3.2", | |
| "commander": "^4.0.0", | |
| "lines-and-columns": "^1.1.6", | |
| "mz": "^2.7.0", | |
| "pirates": "^4.0.1", | |
| "tinyglobby": "^0.2.11", | |
| "ts-interface-checker": "^0.1.9" | |
| }, | |
| "bin": { | |
| "sucrase": "bin/sucrase", | |
| "sucrase-node": "bin/sucrase-node" | |
| }, | |
| "engines": { | |
| "node": ">=16 || 14 >=14.17" | |
| } | |
| }, | |
| "node_modules/supports-color": { | |
| "version": "7.2.0", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "has-flag": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/supports-preserve-symlinks-flag": { | |
| "version": "1.0.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/swr": { | |
| "version": "2.4.1", | |
| "license": "MIT", | |
| "dependencies": { | |
| "dequal": "^2.0.3", | |
| "use-sync-external-store": "^1.6.0" | |
| }, | |
| "peerDependencies": { | |
| "react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| } | |
| }, | |
| "node_modules/tailwind-merge": { | |
| "version": "2.6.1", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/dcastil" | |
| } | |
| }, | |
| "node_modules/tailwindcss": { | |
| "version": "3.4.19", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@alloc/quick-lru": "^5.2.0", | |
| "arg": "^5.0.2", | |
| "chokidar": "^3.6.0", | |
| "didyoumean": "^1.2.2", | |
| "dlv": "^1.1.3", | |
| "fast-glob": "^3.3.2", | |
| "glob-parent": "^6.0.2", | |
| "is-glob": "^4.0.3", | |
| "jiti": "^1.21.7", | |
| "lilconfig": "^3.1.3", | |
| "micromatch": "^4.0.8", | |
| "normalize-path": "^3.0.0", | |
| "object-hash": "^3.0.0", | |
| "picocolors": "^1.1.1", | |
| "postcss": "^8.4.47", | |
| "postcss-import": "^15.1.0", | |
| "postcss-js": "^4.0.1", | |
| "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0", | |
| "postcss-nested": "^6.2.0", | |
| "postcss-selector-parser": "^6.1.2", | |
| "resolve": "^1.22.8", | |
| "sucrase": "^3.35.0" | |
| }, | |
| "bin": { | |
| "tailwind": "lib/cli.js", | |
| "tailwindcss": "lib/cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| } | |
| }, | |
| "node_modules/tailwindcss-animate": { | |
| "version": "1.0.7", | |
| "dev": true, | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "tailwindcss": ">=3.0.0 || insiders" | |
| } | |
| }, | |
| "node_modules/tailwindcss/node_modules/fast-glob": { | |
| "version": "3.3.3", | |
| "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.8" | |
| }, | |
| "engines": { | |
| "node": ">=8.6.0" | |
| } | |
| }, | |
| "node_modules/tailwindcss/node_modules/fast-glob/node_modules/glob-parent": { | |
| "version": "5.1.2", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "is-glob": "^4.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/tailwindcss/node_modules/resolve": { | |
| "version": "1.22.12", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "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/terser": { | |
| "version": "5.47.1", | |
| "resolved": "https://registry.npmjs.org/terser/-/terser-5.47.1.tgz", | |
| "integrity": "sha512-tPbLXTI6ohPASb/1YViL428oEHu6/qv1OxqYnfaonVCFHqx4+wCd95pHrQWsL5X4pl90CTyW9piSAsS2L0VoMw==", | |
| "license": "BSD-2-Clause", | |
| "optional": true, | |
| "dependencies": { | |
| "@jridgewell/source-map": "^0.3.3", | |
| "acorn": "^8.15.0", | |
| "commander": "^2.20.0", | |
| "source-map-support": "~0.5.20" | |
| }, | |
| "bin": { | |
| "terser": "bin/terser" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/terser/node_modules/commander": { | |
| "version": "2.20.3", | |
| "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", | |
| "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/test-exclude": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", | |
| "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", | |
| "license": "ISC", | |
| "optional": true, | |
| "dependencies": { | |
| "@istanbuljs/schema": "^0.1.2", | |
| "glob": "^7.1.4", | |
| "minimatch": "^3.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/thenify": { | |
| "version": "3.3.1", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "any-promise": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/thenify-all": { | |
| "version": "1.6.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "thenify": ">= 3.1.0 < 4" | |
| }, | |
| "engines": { | |
| "node": ">=0.8" | |
| } | |
| }, | |
| "node_modules/throat": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz", | |
| "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/throttleit": { | |
| "version": "2.1.0", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/tinyglobby": { | |
| "version": "0.2.16", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fdir": "^6.5.0", | |
| "picomatch": "^4.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=12.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/SuperchupuDev" | |
| } | |
| }, | |
| "node_modules/tinyglobby/node_modules/fdir": { | |
| "version": "6.5.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12.0.0" | |
| }, | |
| "peerDependencies": { | |
| "picomatch": "^3 || ^4" | |
| }, | |
| "peerDependenciesMeta": { | |
| "picomatch": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/tinyglobby/node_modules/picomatch": { | |
| "version": "4.0.4", | |
| "dev": true, | |
| "license": "MIT", | |
| "peer": true, | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "node_modules/tmpl": { | |
| "version": "1.0.5", | |
| "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", | |
| "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", | |
| "license": "BSD-3-Clause", | |
| "optional": true | |
| }, | |
| "node_modules/to-regex-range": { | |
| "version": "5.0.1", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-number": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8.0" | |
| } | |
| }, | |
| "node_modules/toidentifier": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", | |
| "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=0.6" | |
| } | |
| }, | |
| "node_modules/tr46": { | |
| "version": "0.0.3", | |
| "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", | |
| "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/trim-lines": { | |
| "version": "3.0.1", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/trough": { | |
| "version": "2.2.0", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/ts-api-utils": { | |
| "version": "2.5.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18.12" | |
| }, | |
| "peerDependencies": { | |
| "typescript": ">=4.8.4" | |
| } | |
| }, | |
| "node_modules/ts-interface-checker": { | |
| "version": "0.1.13", | |
| "dev": true, | |
| "license": "Apache-2.0" | |
| }, | |
| "node_modules/tsconfig-paths": { | |
| "version": "3.15.0", | |
| "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/tslib": { | |
| "version": "2.8.1", | |
| "license": "0BSD" | |
| }, | |
| "node_modules/type-check": { | |
| "version": "0.4.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "prelude-ls": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8.0" | |
| } | |
| }, | |
| "node_modules/type-detect": { | |
| "version": "4.0.8", | |
| "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", | |
| "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/type-fest": { | |
| "version": "0.7.1", | |
| "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz", | |
| "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==", | |
| "license": "(MIT OR CC0-1.0)", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/typed-array-buffer": { | |
| "version": "1.0.3", | |
| "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", | |
| "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", | |
| "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", | |
| "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", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "peer": true, | |
| "bin": { | |
| "tsc": "bin/tsc", | |
| "tsserver": "bin/tsserver" | |
| }, | |
| "engines": { | |
| "node": ">=14.17" | |
| } | |
| }, | |
| "node_modules/unbox-primitive": { | |
| "version": "1.1.0", | |
| "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/uncrypto": { | |
| "version": "0.1.3", | |
| "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", | |
| "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/undici-types": { | |
| "version": "6.21.0", | |
| "devOptional": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/unified": { | |
| "version": "11.0.5", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "bail": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "extend": "^3.0.0", | |
| "is-plain-obj": "^4.0.0", | |
| "trough": "^2.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-find-after": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", | |
| "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-is": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-is": { | |
| "version": "6.0.1", | |
| "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", | |
| "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", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-visit": { | |
| "version": "5.1.0", | |
| "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", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-is": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unpipe": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", | |
| "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/unrs-resolver": { | |
| "version": "1.12.2", | |
| "dev": true, | |
| "hasInstallScript": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "napi-postinstall": "^0.3.4" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/unrs-resolver" | |
| }, | |
| "optionalDependencies": { | |
| "@unrs/resolver-binding-android-arm-eabi": "1.12.2", | |
| "@unrs/resolver-binding-android-arm64": "1.12.2", | |
| "@unrs/resolver-binding-darwin-arm64": "1.12.2", | |
| "@unrs/resolver-binding-darwin-x64": "1.12.2", | |
| "@unrs/resolver-binding-freebsd-x64": "1.12.2", | |
| "@unrs/resolver-binding-linux-arm-gnueabihf": "1.12.2", | |
| "@unrs/resolver-binding-linux-arm-musleabihf": "1.12.2", | |
| "@unrs/resolver-binding-linux-arm64-gnu": "1.12.2", | |
| "@unrs/resolver-binding-linux-arm64-musl": "1.12.2", | |
| "@unrs/resolver-binding-linux-loong64-gnu": "1.12.2", | |
| "@unrs/resolver-binding-linux-loong64-musl": "1.12.2", | |
| "@unrs/resolver-binding-linux-ppc64-gnu": "1.12.2", | |
| "@unrs/resolver-binding-linux-riscv64-gnu": "1.12.2", | |
| "@unrs/resolver-binding-linux-riscv64-musl": "1.12.2", | |
| "@unrs/resolver-binding-linux-s390x-gnu": "1.12.2", | |
| "@unrs/resolver-binding-linux-x64-gnu": "1.12.2", | |
| "@unrs/resolver-binding-linux-x64-musl": "1.12.2", | |
| "@unrs/resolver-binding-openharmony-arm64": "1.12.2", | |
| "@unrs/resolver-binding-wasm32-wasi": "1.12.2", | |
| "@unrs/resolver-binding-win32-arm64-msvc": "1.12.2", | |
| "@unrs/resolver-binding-win32-ia32-msvc": "1.12.2", | |
| "@unrs/resolver-binding-win32-x64-msvc": "1.12.2" | |
| } | |
| }, | |
| "node_modules/update-browserslist-db": { | |
| "version": "1.2.3", | |
| "devOptional": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/browserslist" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "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", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "punycode": "^2.1.0" | |
| } | |
| }, | |
| "node_modules/use-callback-ref": { | |
| "version": "1.3.3", | |
| "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", | |
| "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", | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| } | |
| }, | |
| "node_modules/utf8": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/utf8/-/utf8-3.0.0.tgz", | |
| "integrity": "sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/util-deprecate": { | |
| "version": "1.0.2", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/utils-merge": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", | |
| "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">= 0.4.0" | |
| } | |
| }, | |
| "node_modules/uuid": { | |
| "version": "8.3.2", | |
| "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", | |
| "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", | |
| "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", | |
| "license": "MIT", | |
| "bin": { | |
| "uuid": "dist/bin/uuid" | |
| } | |
| }, | |
| "node_modules/vfile": { | |
| "version": "6.0.3", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/vfile-location": { | |
| "version": "5.0.3", | |
| "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", | |
| "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/vfile-message": { | |
| "version": "4.0.3", | |
| "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/vlq": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz", | |
| "integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/w3c-keyname": { | |
| "version": "2.2.8", | |
| "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz", | |
| "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/walker": { | |
| "version": "1.0.8", | |
| "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", | |
| "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "dependencies": { | |
| "makeerror": "1.0.12" | |
| } | |
| }, | |
| "node_modules/web-namespaces": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", | |
| "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/webidl-conversions": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", | |
| "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", | |
| "license": "BSD-2-Clause" | |
| }, | |
| "node_modules/whatwg-fetch": { | |
| "version": "3.6.20", | |
| "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", | |
| "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==", | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/whatwg-url": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", | |
| "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "tr46": "~0.0.3", | |
| "webidl-conversions": "^3.0.0" | |
| } | |
| }, | |
| "node_modules/which": { | |
| "version": "2.0.2", | |
| "devOptional": 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", | |
| "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", | |
| "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", | |
| "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.20", | |
| "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", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "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==", | |
| "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==", | |
| "license": "ISC", | |
| "optional": true | |
| }, | |
| "node_modules/write-file-atomic": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", | |
| "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", | |
| "license": "ISC", | |
| "optional": true, | |
| "dependencies": { | |
| "imurmurhash": "^0.1.4", | |
| "signal-exit": "^3.0.7" | |
| }, | |
| "engines": { | |
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0" | |
| } | |
| }, | |
| "node_modules/ws": { | |
| "version": "6.2.3", | |
| "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz", | |
| "integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "async-limiter": "~1.0.0" | |
| } | |
| }, | |
| "node_modules/xtend": { | |
| "version": "4.0.2", | |
| "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==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/yallist": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", | |
| "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/yaml": { | |
| "version": "2.9.0", | |
| "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz", | |
| "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", | |
| "license": "ISC", | |
| "optional": true, | |
| "bin": { | |
| "yaml": "bin.mjs" | |
| }, | |
| "engines": { | |
| "node": ">= 14.6" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/eemeli" | |
| } | |
| }, | |
| "node_modules/yargs": { | |
| "version": "16.2.0", | |
| "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", | |
| "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", | |
| "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/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==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/yocto-queue": { | |
| "version": "0.1.0", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/zod": { | |
| "version": "3.25.76", | |
| "license": "MIT", | |
| "peer": true, | |
| "funding": { | |
| "url": "https://github.com/sponsors/colinhacks" | |
| } | |
| }, | |
| "node_modules/zod-to-json-schema": { | |
| "version": "3.25.2", | |
| "license": "ISC", | |
| "peerDependencies": { | |
| "zod": "^3.25.28 || ^4" | |
| } | |
| }, | |
| "node_modules/zwitch": { | |
| "version": "2.0.4", | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| } | |
| } | |
| } | |