| { | |
| "name": "claw-email-webapp", | |
| "version": "0.1.0", | |
| "lockfileVersion": 3, | |
| "requires": true, | |
| "packages": { | |
| "": { | |
| "name": "claw-email-webapp", | |
| "version": "0.1.0", | |
| "dependencies": { | |
| "@clawemail/node-sdk": "^0.2.4", | |
| "@fastify/static": "^8.1.1", | |
| "@supabase/supabase-js": "^2.108.2", | |
| "@vitejs/plugin-react": "^5.1.1", | |
| "better-sqlite3": "^12.5.0", | |
| "dotenv": "^17.2.3", | |
| "fastify": "^5.6.2", | |
| "react": "^19.2.3", | |
| "react-dom": "^19.2.3", | |
| "tweetnacl": "^1.0.3", | |
| "vite": "^7.2.7", | |
| "ws": "^8.20.0", | |
| "zod": "^4.2.1" | |
| }, | |
| "devDependencies": { | |
| "@types/better-sqlite3": "^7.6.13", | |
| "@types/node": "^25.5.0", | |
| "@types/react": "^19.2.7", | |
| "@types/react-dom": "^19.2.3", | |
| "esbuild": "^0.27.4", | |
| "pg": "^8.21.0", | |
| "tsx": "^4.21.0", | |
| "typescript": "^5.9.3" | |
| } | |
| }, | |
| "node_modules/@babel/code-frame": { | |
| "version": "7.29.0", | |
| "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.29.0.tgz", | |
| "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", | |
| "license": "MIT", | |
| "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.npmmirror.com/@babel/compat-data/-/compat-data-7.29.3.tgz", | |
| "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/core": { | |
| "version": "7.29.0", | |
| "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.29.0.tgz", | |
| "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/code-frame": "^7.29.0", | |
| "@babel/generator": "^7.29.0", | |
| "@babel/helper-compilation-targets": "^7.28.6", | |
| "@babel/helper-module-transforms": "^7.28.6", | |
| "@babel/helpers": "^7.28.6", | |
| "@babel/parser": "^7.29.0", | |
| "@babel/template": "^7.28.6", | |
| "@babel/traverse": "^7.29.0", | |
| "@babel/types": "^7.29.0", | |
| "@jridgewell/remapping": "^2.3.5", | |
| "convert-source-map": "^2.0.0", | |
| "debug": "^4.1.0", | |
| "gensync": "^1.0.0-beta.2", | |
| "json5": "^2.2.3", | |
| "semver": "^6.3.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/babel" | |
| } | |
| }, | |
| "node_modules/@babel/generator": { | |
| "version": "7.29.1", | |
| "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.1.tgz", | |
| "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", | |
| "license": "MIT", | |
| "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.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", | |
| "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", | |
| "license": "MIT", | |
| "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-globals": { | |
| "version": "7.28.0", | |
| "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz", | |
| "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-module-imports": { | |
| "version": "7.28.6", | |
| "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", | |
| "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", | |
| "license": "MIT", | |
| "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.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", | |
| "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", | |
| "license": "MIT", | |
| "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.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz", | |
| "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-string-parser": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", | |
| "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-validator-identifier": { | |
| "version": "7.28.5", | |
| "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", | |
| "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-validator-option": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", | |
| "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helpers": { | |
| "version": "7.29.2", | |
| "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.29.2.tgz", | |
| "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==", | |
| "license": "MIT", | |
| "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.npmmirror.com/@babel/parser/-/parser-7.29.3.tgz", | |
| "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/types": "^7.29.0" | |
| }, | |
| "bin": { | |
| "parser": "bin/babel-parser.js" | |
| }, | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-transform-react-jsx-self": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz", | |
| "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.27.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/plugin-transform-react-jsx-source": { | |
| "version": "7.27.1", | |
| "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz", | |
| "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-plugin-utils": "^7.27.1" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| }, | |
| "peerDependencies": { | |
| "@babel/core": "^7.0.0-0" | |
| } | |
| }, | |
| "node_modules/@babel/template": { | |
| "version": "7.28.6", | |
| "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.28.6.tgz", | |
| "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", | |
| "license": "MIT", | |
| "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.npmmirror.com/@babel/traverse/-/traverse-7.29.0.tgz", | |
| "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", | |
| "license": "MIT", | |
| "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.npmmirror.com/@babel/types/-/types-7.29.0.tgz", | |
| "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-string-parser": "^7.27.1", | |
| "@babel/helper-validator-identifier": "^7.28.5" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@clawemail/node-sdk": { | |
| "version": "0.2.4", | |
| "resolved": "https://registry.npmmirror.com/@clawemail/node-sdk/-/node-sdk-0.2.4.tgz", | |
| "integrity": "sha512-n7DqcdmqycbHZOJGsqmms/fIUEm1H4s/vIW8IqqP5lqE7hyJo5UNcAZ9/e75SA9Orow5I16wEy5aUz8qyffqEA==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "axios": "^1.13.6", | |
| "form-data": "^4.0.0" | |
| } | |
| }, | |
| "node_modules/@esbuild/aix-ppc64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz", | |
| "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "aix" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/android-arm": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.7.tgz", | |
| "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/android-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz", | |
| "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/android-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.7.tgz", | |
| "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/darwin-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz", | |
| "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/darwin-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz", | |
| "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/freebsd-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz", | |
| "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/freebsd-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz", | |
| "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-arm": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz", | |
| "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz", | |
| "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-ia32": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz", | |
| "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-loong64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz", | |
| "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==", | |
| "cpu": [ | |
| "loong64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-mips64el": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz", | |
| "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==", | |
| "cpu": [ | |
| "mips64el" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-ppc64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz", | |
| "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-riscv64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz", | |
| "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-s390x": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz", | |
| "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz", | |
| "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/netbsd-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz", | |
| "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "netbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/netbsd-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz", | |
| "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "netbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/openbsd-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz", | |
| "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/openbsd-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz", | |
| "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/openharmony-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz", | |
| "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openharmony" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/sunos-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz", | |
| "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "sunos" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/win32-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz", | |
| "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/win32-ia32": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz", | |
| "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/win32-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz", | |
| "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@fastify/accept-negotiator": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmmirror.com/@fastify/accept-negotiator/-/accept-negotiator-2.0.1.tgz", | |
| "integrity": "sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/@fastify/ajv-compiler": { | |
| "version": "4.0.5", | |
| "resolved": "https://registry.npmmirror.com/@fastify/ajv-compiler/-/ajv-compiler-4.0.5.tgz", | |
| "integrity": "sha512-KoWKW+MhvfTRWL4qrhUwAAZoaChluo0m0vbiJlGMt2GXvL4LVPQEjt8kSpHI3IBq5Rez8fg+XeH3cneztq+C7A==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "ajv": "^8.12.0", | |
| "ajv-formats": "^3.0.1", | |
| "fast-uri": "^3.0.0" | |
| } | |
| }, | |
| "node_modules/@fastify/error": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmmirror.com/@fastify/error/-/error-4.2.0.tgz", | |
| "integrity": "sha512-RSo3sVDXfHskiBZKBPRgnQTtIqpi/7zhJOEmAxCiBcM7d0uwdGdxLlsCaLzGs8v8NnxIRlfG0N51p5yFaOentQ==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/@fastify/fast-json-stringify-compiler": { | |
| "version": "5.0.3", | |
| "resolved": "https://registry.npmmirror.com/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-5.0.3.tgz", | |
| "integrity": "sha512-uik7yYHkLr6fxd8hJSZ8c+xF4WafPK+XzneQDPU+D10r5X19GW8lJcom2YijX2+qtFF1ENJlHXKFM9ouXNJYgQ==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "fast-json-stringify": "^6.0.0" | |
| } | |
| }, | |
| "node_modules/@fastify/forwarded": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmmirror.com/@fastify/forwarded/-/forwarded-3.0.1.tgz", | |
| "integrity": "sha512-JqDochHFqXs3C3Ml3gOY58zM7OqO9ENqPo0UqAjAjH8L01fRZqwX9iLeX34//kiJubF7r2ZQHtBRU36vONbLlw==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/@fastify/merge-json-schemas": { | |
| "version": "0.2.1", | |
| "resolved": "https://registry.npmmirror.com/@fastify/merge-json-schemas/-/merge-json-schemas-0.2.1.tgz", | |
| "integrity": "sha512-OA3KGBCy6KtIvLf8DINC5880o5iBlDX4SxzLQS8HorJAbqluzLRn80UXU0bxZn7UOFhFgpRJDasfwn9nG4FG4A==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "dequal": "^2.0.3" | |
| } | |
| }, | |
| "node_modules/@fastify/proxy-addr": { | |
| "version": "5.1.0", | |
| "resolved": "https://registry.npmmirror.com/@fastify/proxy-addr/-/proxy-addr-5.1.0.tgz", | |
| "integrity": "sha512-INS+6gh91cLUjB+PVHfu1UqcB76Sqtpyp7bnL+FYojhjygvOPA9ctiD/JDKsyD9Xgu4hUhCSJBPig/w7duNajw==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@fastify/forwarded": "^3.0.0", | |
| "ipaddr.js": "^2.1.0" | |
| } | |
| }, | |
| "node_modules/@fastify/send": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmmirror.com/@fastify/send/-/send-4.1.0.tgz", | |
| "integrity": "sha512-TMYeQLCBSy2TOFmV95hQWkiTYgC/SEx7vMdV+wnZVX4tt8VBLKzmH8vV9OzJehV0+XBfg+WxPMt5wp+JBUKsVw==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@lukeed/ms": "^2.0.2", | |
| "escape-html": "~1.0.3", | |
| "fast-decode-uri-component": "^1.0.1", | |
| "http-errors": "^2.0.0", | |
| "mime": "^3" | |
| } | |
| }, | |
| "node_modules/@fastify/static": { | |
| "version": "8.3.0", | |
| "resolved": "https://registry.npmmirror.com/@fastify/static/-/static-8.3.0.tgz", | |
| "integrity": "sha512-yKxviR5PH1OKNnisIzZKmgZSus0r2OZb8qCSbqmw34aolT4g3UlzYfeBRym+HJ1J471CR8e2ldNub4PubD1coA==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@fastify/accept-negotiator": "^2.0.0", | |
| "@fastify/send": "^4.0.0", | |
| "content-disposition": "^0.5.4", | |
| "fastify-plugin": "^5.0.0", | |
| "fastq": "^1.17.1", | |
| "glob": "^11.0.0" | |
| } | |
| }, | |
| "node_modules/@isaacs/cliui": { | |
| "version": "9.0.0", | |
| "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-9.0.0.tgz", | |
| "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==", | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@jridgewell/gen-mapping": { | |
| "version": "0.3.13", | |
| "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", | |
| "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/sourcemap-codec": "^1.5.0", | |
| "@jridgewell/trace-mapping": "^0.3.24" | |
| } | |
| }, | |
| "node_modules/@jridgewell/remapping": { | |
| "version": "2.3.5", | |
| "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz", | |
| "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/gen-mapping": "^0.3.5", | |
| "@jridgewell/trace-mapping": "^0.3.24" | |
| } | |
| }, | |
| "node_modules/@jridgewell/resolve-uri": { | |
| "version": "3.1.2", | |
| "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", | |
| "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/@jridgewell/sourcemap-codec": { | |
| "version": "1.5.5", | |
| "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", | |
| "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@jridgewell/trace-mapping": { | |
| "version": "0.3.31", | |
| "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", | |
| "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/resolve-uri": "^3.1.0", | |
| "@jridgewell/sourcemap-codec": "^1.4.14" | |
| } | |
| }, | |
| "node_modules/@lukeed/ms": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmmirror.com/@lukeed/ms/-/ms-2.0.2.tgz", | |
| "integrity": "sha512-9I2Zn6+NJLfaGoz9jN3lpwDgAYvfGeNYdbAIjJOqzs4Tpc+VU3Jqq4IofSUBKajiDS8k9fZIg18/z13mpk1bsA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/@pinojs/redact": { | |
| "version": "0.4.0", | |
| "resolved": "https://registry.npmmirror.com/@pinojs/redact/-/redact-0.4.0.tgz", | |
| "integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@rolldown/pluginutils": { | |
| "version": "1.0.0-rc.3", | |
| "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz", | |
| "integrity": "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@rollup/rollup-android-arm-eabi": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.2.tgz", | |
| "integrity": "sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-android-arm64": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.2.tgz", | |
| "integrity": "sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-darwin-arm64": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.2.tgz", | |
| "integrity": "sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-darwin-x64": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.2.tgz", | |
| "integrity": "sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-freebsd-arm64": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.2.tgz", | |
| "integrity": "sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-freebsd-x64": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.2.tgz", | |
| "integrity": "sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm-gnueabihf": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.2.tgz", | |
| "integrity": "sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm-musleabihf": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.2.tgz", | |
| "integrity": "sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm64-gnu": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.2.tgz", | |
| "integrity": "sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm64-musl": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.2.tgz", | |
| "integrity": "sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-loong64-gnu": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.2.tgz", | |
| "integrity": "sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==", | |
| "cpu": [ | |
| "loong64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-loong64-musl": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.2.tgz", | |
| "integrity": "sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==", | |
| "cpu": [ | |
| "loong64" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-ppc64-gnu": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.2.tgz", | |
| "integrity": "sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-ppc64-musl": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.2.tgz", | |
| "integrity": "sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-riscv64-gnu": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.2.tgz", | |
| "integrity": "sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-riscv64-musl": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.2.tgz", | |
| "integrity": "sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-s390x-gnu": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.2.tgz", | |
| "integrity": "sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-x64-gnu": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.2.tgz", | |
| "integrity": "sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-x64-musl": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.2.tgz", | |
| "integrity": "sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "libc": [ | |
| "musl" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-openbsd-x64": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.2.tgz", | |
| "integrity": "sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openbsd" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-openharmony-arm64": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.2.tgz", | |
| "integrity": "sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openharmony" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-win32-arm64-msvc": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.2.tgz", | |
| "integrity": "sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-win32-ia32-msvc": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.2.tgz", | |
| "integrity": "sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-win32-x64-gnu": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.2.tgz", | |
| "integrity": "sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-win32-x64-msvc": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.2.tgz", | |
| "integrity": "sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@supabase/auth-js": { | |
| "version": "2.108.2", | |
| "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.108.2.tgz", | |
| "integrity": "sha512-tNaQmBgodDZwgB40mRwVbxFy8IDYwjdpcZ0BYrWiwlULCSQoJj4QoG4zgJT7QRPXcqipefNOzvO/qAu4dF98ag==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "tslib": "2.8.1" | |
| }, | |
| "engines": { | |
| "node": ">=20.0.0" | |
| } | |
| }, | |
| "node_modules/@supabase/functions-js": { | |
| "version": "2.108.2", | |
| "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.108.2.tgz", | |
| "integrity": "sha512-RNUX8EiBy3iLwAX19jtRzLyePnl11/fHcgwDHLnpKcDSXt/5qBnh3LUwAtIjT21Q66QsmNUR2esrHziLCpNubw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "tslib": "2.8.1" | |
| }, | |
| "engines": { | |
| "node": ">=20.0.0" | |
| } | |
| }, | |
| "node_modules/@supabase/phoenix": { | |
| "version": "0.4.2", | |
| "resolved": "https://registry.npmjs.org/@supabase/phoenix/-/phoenix-0.4.2.tgz", | |
| "integrity": "sha512-YSAGnmDAfuleFCVt3CeurQZAhxRfXWeZIIkwp7NhYzQ1UwW6ePSnzsFAiUm/mbCkfoCf70QQHKW/K6RKh52a4A==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@supabase/postgrest-js": { | |
| "version": "2.108.2", | |
| "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-2.108.2.tgz", | |
| "integrity": "sha512-GQ28/Y8hk3CFmkb3kXH1h/AQx6JIYSQfO0CJMRVBcEKZoNy6C45cXAZ4fcJvRC5Id0cs6xnkUV0+c0rIocigsw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "tslib": "2.8.1" | |
| }, | |
| "engines": { | |
| "node": ">=20.0.0" | |
| } | |
| }, | |
| "node_modules/@supabase/realtime-js": { | |
| "version": "2.108.2", | |
| "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.108.2.tgz", | |
| "integrity": "sha512-aAGxCSUemZvQIibnCdvNvgaKib28I4rfrNjKbQ9cG1uBLwUsI7hVpGXgEbypCCDhLjQlDTAiJlu7rgljYUT73g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@supabase/phoenix": "^0.4.2", | |
| "tslib": "2.8.1" | |
| }, | |
| "engines": { | |
| "node": ">=20.0.0" | |
| } | |
| }, | |
| "node_modules/@supabase/storage-js": { | |
| "version": "2.108.2", | |
| "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.108.2.tgz", | |
| "integrity": "sha512-TVZPQxXGxY2+A6yTtm77zUHsh70lBhYUEaJL8RQC+BghcX/ygiMG/rmXrNVBce30/WAeNPa8FiG8HbqlGeV05g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "iceberg-js": "^0.8.1", | |
| "tslib": "2.8.1" | |
| }, | |
| "engines": { | |
| "node": ">=20.0.0" | |
| } | |
| }, | |
| "node_modules/@supabase/supabase-js": { | |
| "version": "2.108.2", | |
| "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.108.2.tgz", | |
| "integrity": "sha512-hFhnPveb5JQg4a0QYicM0swT253YHMdfeRAl2BKHOlI5VAzuHxUGSr8RbwNLYNPauWOgQMS1H8sz8bvYlgwUfQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@supabase/auth-js": "2.108.2", | |
| "@supabase/functions-js": "2.108.2", | |
| "@supabase/postgrest-js": "2.108.2", | |
| "@supabase/realtime-js": "2.108.2", | |
| "@supabase/storage-js": "2.108.2" | |
| }, | |
| "engines": { | |
| "node": ">=20.0.0" | |
| } | |
| }, | |
| "node_modules/@types/babel__core": { | |
| "version": "7.20.5", | |
| "resolved": "https://registry.npmmirror.com/@types/babel__core/-/babel__core-7.20.5.tgz", | |
| "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/parser": "^7.20.7", | |
| "@babel/types": "^7.20.7", | |
| "@types/babel__generator": "*", | |
| "@types/babel__template": "*", | |
| "@types/babel__traverse": "*" | |
| } | |
| }, | |
| "node_modules/@types/babel__generator": { | |
| "version": "7.27.0", | |
| "resolved": "https://registry.npmmirror.com/@types/babel__generator/-/babel__generator-7.27.0.tgz", | |
| "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/types": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/@types/babel__template": { | |
| "version": "7.4.4", | |
| "resolved": "https://registry.npmmirror.com/@types/babel__template/-/babel__template-7.4.4.tgz", | |
| "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/parser": "^7.1.0", | |
| "@babel/types": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/@types/babel__traverse": { | |
| "version": "7.28.0", | |
| "resolved": "https://registry.npmmirror.com/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", | |
| "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/types": "^7.28.2" | |
| } | |
| }, | |
| "node_modules/@types/better-sqlite3": { | |
| "version": "7.6.13", | |
| "resolved": "https://registry.npmmirror.com/@types/better-sqlite3/-/better-sqlite3-7.6.13.tgz", | |
| "integrity": "sha512-NMv9ASNARoKksWtsq/SHakpYAYnhBrQgGD8zkLYk/jaK8jUGn08CfEdTRgYhMypUQAfzSP8W6gNLe0q19/t4VA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/node": "*" | |
| } | |
| }, | |
| "node_modules/@types/estree": { | |
| "version": "1.0.8", | |
| "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz", | |
| "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/node": { | |
| "version": "25.6.0", | |
| "resolved": "https://registry.npmmirror.com/@types/node/-/node-25.6.0.tgz", | |
| "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "undici-types": "~7.19.0" | |
| } | |
| }, | |
| "node_modules/@types/react": { | |
| "version": "19.2.14", | |
| "resolved": "https://registry.npmmirror.com/@types/react/-/react-19.2.14.tgz", | |
| "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "csstype": "^3.2.2" | |
| } | |
| }, | |
| "node_modules/@types/react-dom": { | |
| "version": "19.2.3", | |
| "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.2.3.tgz", | |
| "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "@types/react": "^19.2.0" | |
| } | |
| }, | |
| "node_modules/@vitejs/plugin-react": { | |
| "version": "5.2.0", | |
| "resolved": "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz", | |
| "integrity": "sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/core": "^7.29.0", | |
| "@babel/plugin-transform-react-jsx-self": "^7.27.1", | |
| "@babel/plugin-transform-react-jsx-source": "^7.27.1", | |
| "@rolldown/pluginutils": "1.0.0-rc.3", | |
| "@types/babel__core": "^7.20.5", | |
| "react-refresh": "^0.18.0" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| }, | |
| "peerDependencies": { | |
| "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" | |
| } | |
| }, | |
| "node_modules/abstract-logging": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmmirror.com/abstract-logging/-/abstract-logging-2.0.1.tgz", | |
| "integrity": "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/ajv": { | |
| "version": "8.20.0", | |
| "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.20.0.tgz", | |
| "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "fast-deep-equal": "^3.1.3", | |
| "fast-uri": "^3.0.1", | |
| "json-schema-traverse": "^1.0.0", | |
| "require-from-string": "^2.0.2" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/epoberezkin" | |
| } | |
| }, | |
| "node_modules/ajv-formats": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-3.0.1.tgz", | |
| "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "ajv": "^8.0.0" | |
| }, | |
| "peerDependencies": { | |
| "ajv": "^8.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "ajv": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/asynckit": { | |
| "version": "0.4.0", | |
| "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz", | |
| "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/atomic-sleep": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmmirror.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz", | |
| "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8.0.0" | |
| } | |
| }, | |
| "node_modules/avvio": { | |
| "version": "9.2.0", | |
| "resolved": "https://registry.npmmirror.com/avvio/-/avvio-9.2.0.tgz", | |
| "integrity": "sha512-2t/sy01ArdHHE0vRH5Hsay+RtCZt3dLPji7W7/MMOCEgze5b7SNDC4j5H6FnVgPkI1MTNFGzHdHrVXDDl7QSSQ==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@fastify/error": "^4.0.0", | |
| "fastq": "^1.17.1" | |
| } | |
| }, | |
| "node_modules/axios": { | |
| "version": "1.16.0", | |
| "resolved": "https://registry.npmmirror.com/axios/-/axios-1.16.0.tgz", | |
| "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "follow-redirects": "^1.16.0", | |
| "form-data": "^4.0.5", | |
| "proxy-from-env": "^2.1.0" | |
| } | |
| }, | |
| "node_modules/balanced-match": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-4.0.4.tgz", | |
| "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": "18 || 20 || >=22" | |
| } | |
| }, | |
| "node_modules/base64-js": { | |
| "version": "1.5.1", | |
| "resolved": "https://registry.npmmirror.com/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" | |
| }, | |
| "node_modules/baseline-browser-mapping": { | |
| "version": "2.10.27", | |
| "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.27.tgz", | |
| "integrity": "sha512-zEs/ufmZoUd7WftKpKyXaT6RFxpQ5Qm9xytKRHvJfxFV9DFJkZph9RvJ1LcOUi0Z1ZVijMte65JbILeV+8QQEA==", | |
| "license": "Apache-2.0", | |
| "bin": { | |
| "baseline-browser-mapping": "dist/cli.cjs" | |
| }, | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/better-sqlite3": { | |
| "version": "12.9.0", | |
| "resolved": "https://registry.npmmirror.com/better-sqlite3/-/better-sqlite3-12.9.0.tgz", | |
| "integrity": "sha512-wqUv4Gm3toFpHDQmaKD4QhZm3g1DjUBI0yzS4UBl6lElUmXFYdTQmmEDpAFa5o8FiFiymURypEnfVHzILKaxqQ==", | |
| "hasInstallScript": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "bindings": "^1.5.0", | |
| "prebuild-install": "^7.1.1" | |
| }, | |
| "engines": { | |
| "node": "20.x || 22.x || 23.x || 24.x || 25.x" | |
| } | |
| }, | |
| "node_modules/bindings": { | |
| "version": "1.5.0", | |
| "resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz", | |
| "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "file-uri-to-path": "1.0.0" | |
| } | |
| }, | |
| "node_modules/bl": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz", | |
| "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "buffer": "^5.5.0", | |
| "inherits": "^2.0.4", | |
| "readable-stream": "^3.4.0" | |
| } | |
| }, | |
| "node_modules/brace-expansion": { | |
| "version": "5.0.5", | |
| "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-5.0.5.tgz", | |
| "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "balanced-match": "^4.0.2" | |
| }, | |
| "engines": { | |
| "node": "18 || 20 || >=22" | |
| } | |
| }, | |
| "node_modules/browserslist": { | |
| "version": "4.28.2", | |
| "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.2.tgz", | |
| "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==", | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/browserslist" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "baseline-browser-mapping": "^2.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/buffer": { | |
| "version": "5.7.1", | |
| "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz", | |
| "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", | |
| "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": { | |
| "base64-js": "^1.3.1", | |
| "ieee754": "^1.1.13" | |
| } | |
| }, | |
| "node_modules/call-bind-apply-helpers": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", | |
| "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "function-bind": "^1.1.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/caniuse-lite": { | |
| "version": "1.0.30001791", | |
| "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001791.tgz", | |
| "integrity": "sha512-yk0l/YSrOnFZk3UROpDLQD9+kC1l4meK/wed583AXrzoarMGJcbRi2Q4RaUYbKxYAsZ8sWmaSa/DsLmdBeI1vQ==", | |
| "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/chownr": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmmirror.com/chownr/-/chownr-1.1.4.tgz", | |
| "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/combined-stream": { | |
| "version": "1.0.8", | |
| "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz", | |
| "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "delayed-stream": "~1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/content-disposition": { | |
| "version": "0.5.4", | |
| "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz", | |
| "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "safe-buffer": "5.2.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/convert-source-map": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz", | |
| "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/cookie": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.1.1.tgz", | |
| "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/express" | |
| } | |
| }, | |
| "node_modules/cross-spawn": { | |
| "version": "7.0.6", | |
| "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz", | |
| "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "path-key": "^3.1.0", | |
| "shebang-command": "^2.0.0", | |
| "which": "^2.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/csstype": { | |
| "version": "3.2.3", | |
| "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz", | |
| "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/debug": { | |
| "version": "4.4.3", | |
| "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz", | |
| "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "ms": "^2.1.3" | |
| }, | |
| "engines": { | |
| "node": ">=6.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "supports-color": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/decompress-response": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmmirror.com/decompress-response/-/decompress-response-6.0.0.tgz", | |
| "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "mimic-response": "^3.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/deep-extend": { | |
| "version": "0.6.0", | |
| "resolved": "https://registry.npmmirror.com/deep-extend/-/deep-extend-0.6.0.tgz", | |
| "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4.0.0" | |
| } | |
| }, | |
| "node_modules/delayed-stream": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz", | |
| "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.4.0" | |
| } | |
| }, | |
| "node_modules/depd": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz", | |
| "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/dequal": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz", | |
| "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/detect-libc": { | |
| "version": "2.1.2", | |
| "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz", | |
| "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/dotenv": { | |
| "version": "17.4.2", | |
| "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-17.4.2.tgz", | |
| "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==", | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://dotenvx.com" | |
| } | |
| }, | |
| "node_modules/dunder-proto": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz", | |
| "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bind-apply-helpers": "^1.0.1", | |
| "es-errors": "^1.3.0", | |
| "gopd": "^1.2.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/electron-to-chromium": { | |
| "version": "1.5.349", | |
| "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.349.tgz", | |
| "integrity": "sha512-QsWVGyRuY07Aqb234QytTfwd5d9AJlfNIQ5wIOl1L+PZDzI9d9+Fn0FRale/QYlFxt/bUnB0/nLd1jFPGxGK1A==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/end-of-stream": { | |
| "version": "1.4.5", | |
| "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.5.tgz", | |
| "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "once": "^1.4.0" | |
| } | |
| }, | |
| "node_modules/es-define-property": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz", | |
| "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-errors": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz", | |
| "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-object-atoms": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz", | |
| "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-set-tostringtag": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", | |
| "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "get-intrinsic": "^1.2.6", | |
| "has-tostringtag": "^1.0.2", | |
| "hasown": "^2.0.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/esbuild": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.7.tgz", | |
| "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==", | |
| "hasInstallScript": true, | |
| "license": "MIT", | |
| "bin": { | |
| "esbuild": "bin/esbuild" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "optionalDependencies": { | |
| "@esbuild/aix-ppc64": "0.27.7", | |
| "@esbuild/android-arm": "0.27.7", | |
| "@esbuild/android-arm64": "0.27.7", | |
| "@esbuild/android-x64": "0.27.7", | |
| "@esbuild/darwin-arm64": "0.27.7", | |
| "@esbuild/darwin-x64": "0.27.7", | |
| "@esbuild/freebsd-arm64": "0.27.7", | |
| "@esbuild/freebsd-x64": "0.27.7", | |
| "@esbuild/linux-arm": "0.27.7", | |
| "@esbuild/linux-arm64": "0.27.7", | |
| "@esbuild/linux-ia32": "0.27.7", | |
| "@esbuild/linux-loong64": "0.27.7", | |
| "@esbuild/linux-mips64el": "0.27.7", | |
| "@esbuild/linux-ppc64": "0.27.7", | |
| "@esbuild/linux-riscv64": "0.27.7", | |
| "@esbuild/linux-s390x": "0.27.7", | |
| "@esbuild/linux-x64": "0.27.7", | |
| "@esbuild/netbsd-arm64": "0.27.7", | |
| "@esbuild/netbsd-x64": "0.27.7", | |
| "@esbuild/openbsd-arm64": "0.27.7", | |
| "@esbuild/openbsd-x64": "0.27.7", | |
| "@esbuild/openharmony-arm64": "0.27.7", | |
| "@esbuild/sunos-x64": "0.27.7", | |
| "@esbuild/win32-arm64": "0.27.7", | |
| "@esbuild/win32-ia32": "0.27.7", | |
| "@esbuild/win32-x64": "0.27.7" | |
| } | |
| }, | |
| "node_modules/escalade": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz", | |
| "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/escape-html": { | |
| "version": "1.0.3", | |
| "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz", | |
| "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/expand-template": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmmirror.com/expand-template/-/expand-template-2.0.3.tgz", | |
| "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", | |
| "license": "(MIT OR WTFPL)", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/fast-decode-uri-component": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmmirror.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz", | |
| "integrity": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/fast-deep-equal": { | |
| "version": "3.1.3", | |
| "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", | |
| "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/fast-json-stringify": { | |
| "version": "6.3.0", | |
| "resolved": "https://registry.npmmirror.com/fast-json-stringify/-/fast-json-stringify-6.3.0.tgz", | |
| "integrity": "sha512-oRCntNDY/329HJPlmdNLIdogNtt6Vyjb1WuT01Soss3slIdyUp8kAcDU3saQTOquEK8KFVfwIIF7FebxUAu+yA==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@fastify/merge-json-schemas": "^0.2.0", | |
| "ajv": "^8.12.0", | |
| "ajv-formats": "^3.0.1", | |
| "fast-uri": "^3.0.0", | |
| "json-schema-ref-resolver": "^3.0.0", | |
| "rfdc": "^1.2.0" | |
| } | |
| }, | |
| "node_modules/fast-querystring": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmmirror.com/fast-querystring/-/fast-querystring-1.1.2.tgz", | |
| "integrity": "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "fast-decode-uri-component": "^1.0.1" | |
| } | |
| }, | |
| "node_modules/fast-uri": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.0.tgz", | |
| "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/fastify": { | |
| "version": "5.8.5", | |
| "resolved": "https://registry.npmmirror.com/fastify/-/fastify-5.8.5.tgz", | |
| "integrity": "sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@fastify/ajv-compiler": "^4.0.5", | |
| "@fastify/error": "^4.0.0", | |
| "@fastify/fast-json-stringify-compiler": "^5.0.0", | |
| "@fastify/proxy-addr": "^5.0.0", | |
| "abstract-logging": "^2.0.1", | |
| "avvio": "^9.0.0", | |
| "fast-json-stringify": "^6.0.0", | |
| "find-my-way": "^9.0.0", | |
| "light-my-request": "^6.0.0", | |
| "pino": "^9.14.0 || ^10.1.0", | |
| "process-warning": "^5.0.0", | |
| "rfdc": "^1.3.1", | |
| "secure-json-parse": "^4.0.0", | |
| "semver": "^7.6.0", | |
| "toad-cache": "^3.7.0" | |
| } | |
| }, | |
| "node_modules/fastify-plugin": { | |
| "version": "5.1.0", | |
| "resolved": "https://registry.npmmirror.com/fastify-plugin/-/fastify-plugin-5.1.0.tgz", | |
| "integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/fastify/node_modules/semver": { | |
| "version": "7.7.4", | |
| "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz", | |
| "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", | |
| "license": "ISC", | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/fastq": { | |
| "version": "1.20.1", | |
| "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz", | |
| "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "reusify": "^1.0.4" | |
| } | |
| }, | |
| "node_modules/fdir": { | |
| "version": "6.5.0", | |
| "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz", | |
| "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12.0.0" | |
| }, | |
| "peerDependencies": { | |
| "picomatch": "^3 || ^4" | |
| }, | |
| "peerDependenciesMeta": { | |
| "picomatch": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/file-uri-to-path": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", | |
| "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/find-my-way": { | |
| "version": "9.5.0", | |
| "resolved": "https://registry.npmmirror.com/find-my-way/-/find-my-way-9.5.0.tgz", | |
| "integrity": "sha512-VW2RfnmscZO5KgBY5XVyKREMW5nMZcxDy+buTOsL+zIPnBlbKm+00sgzoQzq1EVh4aALZLfKdwv6atBGcjvjrQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "fast-deep-equal": "^3.1.3", | |
| "fast-querystring": "^1.0.0", | |
| "safe-regex2": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/follow-redirects": { | |
| "version": "1.16.0", | |
| "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.16.0.tgz", | |
| "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", | |
| "funding": [ | |
| { | |
| "type": "individual", | |
| "url": "https://github.com/sponsors/RubenVerborgh" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "debug": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/foreground-child": { | |
| "version": "3.3.1", | |
| "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz", | |
| "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "cross-spawn": "^7.0.6", | |
| "signal-exit": "^4.0.1" | |
| }, | |
| "engines": { | |
| "node": ">=14" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/isaacs" | |
| } | |
| }, | |
| "node_modules/form-data": { | |
| "version": "4.0.5", | |
| "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz", | |
| "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "asynckit": "^0.4.0", | |
| "combined-stream": "^1.0.8", | |
| "es-set-tostringtag": "^2.1.0", | |
| "hasown": "^2.0.2", | |
| "mime-types": "^2.1.12" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/fs-constants": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz", | |
| "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/fsevents": { | |
| "version": "2.3.3", | |
| "resolved": "https://registry.npmmirror.com/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", | |
| "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz", | |
| "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/gensync": { | |
| "version": "1.0.0-beta.2", | |
| "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz", | |
| "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/get-intrinsic": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz", | |
| "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bind-apply-helpers": "^1.0.2", | |
| "es-define-property": "^1.0.1", | |
| "es-errors": "^1.3.0", | |
| "es-object-atoms": "^1.1.1", | |
| "function-bind": "^1.1.2", | |
| "get-proto": "^1.0.1", | |
| "gopd": "^1.2.0", | |
| "has-symbols": "^1.1.0", | |
| "hasown": "^2.0.2", | |
| "math-intrinsics": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/get-proto": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz", | |
| "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "dunder-proto": "^1.0.1", | |
| "es-object-atoms": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/get-tsconfig": { | |
| "version": "4.14.0", | |
| "resolved": "https://registry.npmmirror.com/get-tsconfig/-/get-tsconfig-4.14.0.tgz", | |
| "integrity": "sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "resolve-pkg-maps": "^1.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" | |
| } | |
| }, | |
| "node_modules/github-from-package": { | |
| "version": "0.0.0", | |
| "resolved": "https://registry.npmmirror.com/github-from-package/-/github-from-package-0.0.0.tgz", | |
| "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/glob": { | |
| "version": "11.1.0", | |
| "resolved": "https://registry.npmmirror.com/glob/-/glob-11.1.0.tgz", | |
| "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==", | |
| "license": "BlueOak-1.0.0", | |
| "dependencies": { | |
| "foreground-child": "^3.3.1", | |
| "jackspeak": "^4.1.1", | |
| "minimatch": "^10.1.1", | |
| "minipass": "^7.1.2", | |
| "package-json-from-dist": "^1.0.0", | |
| "path-scurry": "^2.0.0" | |
| }, | |
| "bin": { | |
| "glob": "dist/esm/bin.mjs" | |
| }, | |
| "engines": { | |
| "node": "20 || >=22" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/isaacs" | |
| } | |
| }, | |
| "node_modules/gopd": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz", | |
| "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/has-symbols": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz", | |
| "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/has-tostringtag": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz", | |
| "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "has-symbols": "^1.0.3" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/hasown": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.3.tgz", | |
| "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "function-bind": "^1.1.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/http-errors": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.1.tgz", | |
| "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", | |
| "license": "MIT", | |
| "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/iceberg-js": { | |
| "version": "0.8.1", | |
| "resolved": "https://registry.npmjs.org/iceberg-js/-/iceberg-js-0.8.1.tgz", | |
| "integrity": "sha512-1dhVQZXhcHje7798IVM+xoo/1ZdVfzOMIc8/rgVSijRK38EDqOJoGula9N/8ZI5RD8QTxNQtK/Gozpr+qUqRRA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=20.0.0" | |
| } | |
| }, | |
| "node_modules/ieee754": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz", | |
| "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", | |
| "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": "BSD-3-Clause" | |
| }, | |
| "node_modules/inherits": { | |
| "version": "2.0.4", | |
| "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz", | |
| "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/ini": { | |
| "version": "1.3.8", | |
| "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz", | |
| "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/ipaddr.js": { | |
| "version": "2.3.0", | |
| "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-2.3.0.tgz", | |
| "integrity": "sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/isexe": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz", | |
| "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/jackspeak": { | |
| "version": "4.2.3", | |
| "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-4.2.3.tgz", | |
| "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==", | |
| "license": "BlueOak-1.0.0", | |
| "dependencies": { | |
| "@isaacs/cliui": "^9.0.0" | |
| }, | |
| "engines": { | |
| "node": "20 || >=22" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/isaacs" | |
| } | |
| }, | |
| "node_modules/js-tokens": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz", | |
| "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/jsesc": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz", | |
| "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", | |
| "license": "MIT", | |
| "bin": { | |
| "jsesc": "bin/jsesc" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/json-schema-ref-resolver": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmmirror.com/json-schema-ref-resolver/-/json-schema-ref-resolver-3.0.0.tgz", | |
| "integrity": "sha512-hOrZIVL5jyYFjzk7+y7n5JDzGlU8rfWDuYyHwGa2WA8/pcmMHezp2xsVwxrebD/Q9t8Nc5DboieySDpCp4WG4A==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "dequal": "^2.0.3" | |
| } | |
| }, | |
| "node_modules/json-schema-traverse": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", | |
| "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/json5": { | |
| "version": "2.2.3", | |
| "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz", | |
| "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", | |
| "license": "MIT", | |
| "bin": { | |
| "json5": "lib/cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/light-my-request": { | |
| "version": "6.6.0", | |
| "resolved": "https://registry.npmmirror.com/light-my-request/-/light-my-request-6.6.0.tgz", | |
| "integrity": "sha512-CHYbu8RtboSIoVsHZ6Ye4cj4Aw/yg2oAFimlF7mNvfDV192LR7nDiKtSIfCuLT7KokPSTn/9kfVLm5OGN0A28A==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "cookie": "^1.0.1", | |
| "process-warning": "^4.0.0", | |
| "set-cookie-parser": "^2.6.0" | |
| } | |
| }, | |
| "node_modules/light-my-request/node_modules/process-warning": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmmirror.com/process-warning/-/process-warning-4.0.1.tgz", | |
| "integrity": "sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/lru-cache": { | |
| "version": "5.1.1", | |
| "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz", | |
| "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "yallist": "^3.0.2" | |
| } | |
| }, | |
| "node_modules/math-intrinsics": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz", | |
| "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/mime": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz", | |
| "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", | |
| "license": "MIT", | |
| "bin": { | |
| "mime": "cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=10.0.0" | |
| } | |
| }, | |
| "node_modules/mime-db": { | |
| "version": "1.52.0", | |
| "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", | |
| "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/mime-types": { | |
| "version": "2.1.35", | |
| "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", | |
| "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "mime-db": "1.52.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/mimic-response": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmmirror.com/mimic-response/-/mimic-response-3.1.0.tgz", | |
| "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/minimatch": { | |
| "version": "10.2.5", | |
| "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.2.5.tgz", | |
| "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", | |
| "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/minimist": { | |
| "version": "1.2.8", | |
| "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz", | |
| "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/minipass": { | |
| "version": "7.1.3", | |
| "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.3.tgz", | |
| "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==", | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": ">=16 || 14 >=14.17" | |
| } | |
| }, | |
| "node_modules/mkdirp-classic": { | |
| "version": "0.5.3", | |
| "resolved": "https://registry.npmmirror.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", | |
| "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/ms": { | |
| "version": "2.1.3", | |
| "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz", | |
| "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/nanoid": { | |
| "version": "3.3.12", | |
| "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.12.tgz", | |
| "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", | |
| "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-build-utils": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmmirror.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz", | |
| "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/node-abi": { | |
| "version": "3.90.0", | |
| "resolved": "https://registry.npmmirror.com/node-abi/-/node-abi-3.90.0.tgz", | |
| "integrity": "sha512-pZNQT7UnYlMwMBy5N1lV5X/YLTbZM5ncytN3xL7CHEzhDN8uVe0u55yaPUJICIJjaCW8NrM5BFdqr7HLweStNA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "semver": "^7.3.5" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/node-abi/node_modules/semver": { | |
| "version": "7.7.4", | |
| "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz", | |
| "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", | |
| "license": "ISC", | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/node-releases": { | |
| "version": "2.0.38", | |
| "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.38.tgz", | |
| "integrity": "sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/on-exit-leak-free": { | |
| "version": "2.1.2", | |
| "resolved": "https://registry.npmmirror.com/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz", | |
| "integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=14.0.0" | |
| } | |
| }, | |
| "node_modules/once": { | |
| "version": "1.4.0", | |
| "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz", | |
| "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "wrappy": "1" | |
| } | |
| }, | |
| "node_modules/package-json-from-dist": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", | |
| "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", | |
| "license": "BlueOak-1.0.0" | |
| }, | |
| "node_modules/path-key": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", | |
| "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/path-scurry": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-2.0.2.tgz", | |
| "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==", | |
| "license": "BlueOak-1.0.0", | |
| "dependencies": { | |
| "lru-cache": "^11.0.0", | |
| "minipass": "^7.1.2" | |
| }, | |
| "engines": { | |
| "node": "18 || 20 || >=22" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/isaacs" | |
| } | |
| }, | |
| "node_modules/path-scurry/node_modules/lru-cache": { | |
| "version": "11.3.5", | |
| "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.3.5.tgz", | |
| "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==", | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": "20 || >=22" | |
| } | |
| }, | |
| "node_modules/pg": { | |
| "version": "8.21.0", | |
| "resolved": "https://registry.npmjs.org/pg/-/pg-8.21.0.tgz", | |
| "integrity": "sha512-AUP1EYJuHraQGsVoCQVIcM7TEJVGtDzxWtGFZd8rds9d+CCXlU5Js1rYgfLNvxy9iJrpHjGrRjoi/3BT9fRyiA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "pg-connection-string": "^2.13.0", | |
| "pg-pool": "^3.14.0", | |
| "pg-protocol": "^1.14.0", | |
| "pg-types": "2.2.0", | |
| "pgpass": "1.0.5" | |
| }, | |
| "engines": { | |
| "node": ">= 16.0.0" | |
| }, | |
| "optionalDependencies": { | |
| "pg-cloudflare": "^1.4.0" | |
| }, | |
| "peerDependencies": { | |
| "pg-native": ">=3.0.1" | |
| }, | |
| "peerDependenciesMeta": { | |
| "pg-native": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/pg-cloudflare": { | |
| "version": "1.4.0", | |
| "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.4.0.tgz", | |
| "integrity": "sha512-Vo7z/6rrQYxpNRylp4Tlob2elzbh+N/MOQbxFVWCxS7oEx6jF53GTJFxK2WWpKuBRkmiin4Mt+xofFDjx09R0A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true | |
| }, | |
| "node_modules/pg-connection-string": { | |
| "version": "2.13.0", | |
| "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.13.0.tgz", | |
| "integrity": "sha512-EMnU9E2fSULdsbErBbMaXJvFeD9B4+nPcM3f+4lsiCR0BHLPrLVjv3DbyM2hgQQviKJaTWIRRTjKjWlHg3p2ig==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/pg-int8": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", | |
| "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==", | |
| "dev": true, | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=4.0.0" | |
| } | |
| }, | |
| "node_modules/pg-pool": { | |
| "version": "3.14.0", | |
| "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.14.0.tgz", | |
| "integrity": "sha512-gKtPkFdQPU3DksooVLi9LsjZxrsBUZIpa+7aVx+LV5pNh0KzP4Zleud2po+ConrxbuXGBJ6Hfer6hdgpIBpBaw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "pg": ">=8.0" | |
| } | |
| }, | |
| "node_modules/pg-protocol": { | |
| "version": "1.14.0", | |
| "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.14.0.tgz", | |
| "integrity": "sha512-n5taZ1kO3s9ngDTVxsEznOqCyToTgz0FLuPq0B33COy5pPpuWJpY3/2oRBVETuOgzdqRXfWpM9HIhp2LBBT1BA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/pg-types": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz", | |
| "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "pg-int8": "1.0.1", | |
| "postgres-array": "~2.0.0", | |
| "postgres-bytea": "~1.0.0", | |
| "postgres-date": "~1.0.4", | |
| "postgres-interval": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/pgpass": { | |
| "version": "1.0.5", | |
| "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz", | |
| "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "split2": "^4.1.0" | |
| } | |
| }, | |
| "node_modules/picocolors": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz", | |
| "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/picomatch": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz", | |
| "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "node_modules/pino": { | |
| "version": "10.3.1", | |
| "resolved": "https://registry.npmmirror.com/pino/-/pino-10.3.1.tgz", | |
| "integrity": "sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@pinojs/redact": "^0.4.0", | |
| "atomic-sleep": "^1.0.0", | |
| "on-exit-leak-free": "^2.1.0", | |
| "pino-abstract-transport": "^3.0.0", | |
| "pino-std-serializers": "^7.0.0", | |
| "process-warning": "^5.0.0", | |
| "quick-format-unescaped": "^4.0.3", | |
| "real-require": "^0.2.0", | |
| "safe-stable-stringify": "^2.3.1", | |
| "sonic-boom": "^4.0.1", | |
| "thread-stream": "^4.0.0" | |
| }, | |
| "bin": { | |
| "pino": "bin.js" | |
| } | |
| }, | |
| "node_modules/pino-abstract-transport": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmmirror.com/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz", | |
| "integrity": "sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "split2": "^4.0.0" | |
| } | |
| }, | |
| "node_modules/pino-std-serializers": { | |
| "version": "7.1.0", | |
| "resolved": "https://registry.npmmirror.com/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz", | |
| "integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/postcss": { | |
| "version": "8.5.13", | |
| "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.13.tgz", | |
| "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==", | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/postcss" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "nanoid": "^3.3.11", | |
| "picocolors": "^1.1.1", | |
| "source-map-js": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| } | |
| }, | |
| "node_modules/postgres-array": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz", | |
| "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/postgres-bytea": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz", | |
| "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/postgres-date": { | |
| "version": "1.0.7", | |
| "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz", | |
| "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/postgres-interval": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz", | |
| "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "xtend": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/prebuild-install": { | |
| "version": "7.1.2", | |
| "resolved": "https://registry.npmmirror.com/prebuild-install/-/prebuild-install-7.1.2.tgz", | |
| "integrity": "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "detect-libc": "^2.0.0", | |
| "expand-template": "^2.0.3", | |
| "github-from-package": "0.0.0", | |
| "minimist": "^1.2.3", | |
| "mkdirp-classic": "^0.5.3", | |
| "napi-build-utils": "^1.0.1", | |
| "node-abi": "^3.3.0", | |
| "pump": "^3.0.0", | |
| "rc": "^1.2.7", | |
| "simple-get": "^4.0.0", | |
| "tar-fs": "^2.0.0", | |
| "tunnel-agent": "^0.6.0" | |
| }, | |
| "bin": { | |
| "prebuild-install": "bin.js" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/process-warning": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmmirror.com/process-warning/-/process-warning-5.0.0.tgz", | |
| "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/proxy-from-env": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz", | |
| "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/pump": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.4.tgz", | |
| "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "end-of-stream": "^1.1.0", | |
| "once": "^1.3.1" | |
| } | |
| }, | |
| "node_modules/quick-format-unescaped": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmmirror.com/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz", | |
| "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/rc": { | |
| "version": "1.2.8", | |
| "resolved": "https://registry.npmmirror.com/rc/-/rc-1.2.8.tgz", | |
| "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", | |
| "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", | |
| "dependencies": { | |
| "deep-extend": "^0.6.0", | |
| "ini": "~1.3.0", | |
| "minimist": "^1.2.0", | |
| "strip-json-comments": "~2.0.1" | |
| }, | |
| "bin": { | |
| "rc": "cli.js" | |
| } | |
| }, | |
| "node_modules/react": { | |
| "version": "19.2.5", | |
| "resolved": "https://registry.npmmirror.com/react/-/react-19.2.5.tgz", | |
| "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/react-dom": { | |
| "version": "19.2.5", | |
| "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.2.5.tgz", | |
| "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "scheduler": "^0.27.0" | |
| }, | |
| "peerDependencies": { | |
| "react": "^19.2.5" | |
| } | |
| }, | |
| "node_modules/react-refresh": { | |
| "version": "0.18.0", | |
| "resolved": "https://registry.npmmirror.com/react-refresh/-/react-refresh-0.18.0.tgz", | |
| "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/readable-stream": { | |
| "version": "3.6.2", | |
| "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz", | |
| "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "inherits": "^2.0.3", | |
| "string_decoder": "^1.1.1", | |
| "util-deprecate": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/real-require": { | |
| "version": "0.2.0", | |
| "resolved": "https://registry.npmmirror.com/real-require/-/real-require-0.2.0.tgz", | |
| "integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 12.13.0" | |
| } | |
| }, | |
| "node_modules/require-from-string": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz", | |
| "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/resolve-pkg-maps": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmmirror.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", | |
| "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" | |
| } | |
| }, | |
| "node_modules/ret": { | |
| "version": "0.5.0", | |
| "resolved": "https://registry.npmmirror.com/ret/-/ret-0.5.0.tgz", | |
| "integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/reusify": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz", | |
| "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", | |
| "license": "MIT", | |
| "engines": { | |
| "iojs": ">=1.0.0", | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/rfdc": { | |
| "version": "1.4.1", | |
| "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz", | |
| "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/rollup": { | |
| "version": "4.60.2", | |
| "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.60.2.tgz", | |
| "integrity": "sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "1.0.8" | |
| }, | |
| "bin": { | |
| "rollup": "dist/bin/rollup" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0", | |
| "npm": ">=8.0.0" | |
| }, | |
| "optionalDependencies": { | |
| "@rollup/rollup-android-arm-eabi": "4.60.2", | |
| "@rollup/rollup-android-arm64": "4.60.2", | |
| "@rollup/rollup-darwin-arm64": "4.60.2", | |
| "@rollup/rollup-darwin-x64": "4.60.2", | |
| "@rollup/rollup-freebsd-arm64": "4.60.2", | |
| "@rollup/rollup-freebsd-x64": "4.60.2", | |
| "@rollup/rollup-linux-arm-gnueabihf": "4.60.2", | |
| "@rollup/rollup-linux-arm-musleabihf": "4.60.2", | |
| "@rollup/rollup-linux-arm64-gnu": "4.60.2", | |
| "@rollup/rollup-linux-arm64-musl": "4.60.2", | |
| "@rollup/rollup-linux-loong64-gnu": "4.60.2", | |
| "@rollup/rollup-linux-loong64-musl": "4.60.2", | |
| "@rollup/rollup-linux-ppc64-gnu": "4.60.2", | |
| "@rollup/rollup-linux-ppc64-musl": "4.60.2", | |
| "@rollup/rollup-linux-riscv64-gnu": "4.60.2", | |
| "@rollup/rollup-linux-riscv64-musl": "4.60.2", | |
| "@rollup/rollup-linux-s390x-gnu": "4.60.2", | |
| "@rollup/rollup-linux-x64-gnu": "4.60.2", | |
| "@rollup/rollup-linux-x64-musl": "4.60.2", | |
| "@rollup/rollup-openbsd-x64": "4.60.2", | |
| "@rollup/rollup-openharmony-arm64": "4.60.2", | |
| "@rollup/rollup-win32-arm64-msvc": "4.60.2", | |
| "@rollup/rollup-win32-ia32-msvc": "4.60.2", | |
| "@rollup/rollup-win32-x64-gnu": "4.60.2", | |
| "@rollup/rollup-win32-x64-msvc": "4.60.2", | |
| "fsevents": "~2.3.2" | |
| } | |
| }, | |
| "node_modules/safe-buffer": { | |
| "version": "5.2.1", | |
| "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz", | |
| "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", | |
| "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/safe-regex2": { | |
| "version": "5.1.1", | |
| "resolved": "https://registry.npmmirror.com/safe-regex2/-/safe-regex2-5.1.1.tgz", | |
| "integrity": "sha512-mOSBvHGDZMuIEZMdOz/aCEYDCv0E7nfcNsIhUF+/P+xC7Hyf3FkvymqgPbg9D1EdSGu+uKbJgy09K/RKKc7kJA==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "ret": "~0.5.0" | |
| }, | |
| "bin": { | |
| "safe-regex2": "bin/safe-regex2.js" | |
| } | |
| }, | |
| "node_modules/safe-stable-stringify": { | |
| "version": "2.5.0", | |
| "resolved": "https://registry.npmmirror.com/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz", | |
| "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/scheduler": { | |
| "version": "0.27.0", | |
| "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.27.0.tgz", | |
| "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/secure-json-parse": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmmirror.com/secure-json-parse/-/secure-json-parse-4.1.0.tgz", | |
| "integrity": "sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fastify" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/fastify" | |
| } | |
| ], | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/semver": { | |
| "version": "6.3.1", | |
| "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", | |
| "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
| "license": "ISC", | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| } | |
| }, | |
| "node_modules/set-cookie-parser": { | |
| "version": "2.7.2", | |
| "resolved": "https://registry.npmmirror.com/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz", | |
| "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/setprototypeof": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz", | |
| "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/shebang-command": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz", | |
| "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "shebang-regex": "^3.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/shebang-regex": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz", | |
| "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/signal-exit": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz", | |
| "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=14" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/isaacs" | |
| } | |
| }, | |
| "node_modules/simple-concat": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmmirror.com/simple-concat/-/simple-concat-1.0.1.tgz", | |
| "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", | |
| "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/simple-get": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmmirror.com/simple-get/-/simple-get-4.0.1.tgz", | |
| "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", | |
| "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": { | |
| "decompress-response": "^6.0.0", | |
| "once": "^1.3.1", | |
| "simple-concat": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/sonic-boom": { | |
| "version": "4.2.1", | |
| "resolved": "https://registry.npmmirror.com/sonic-boom/-/sonic-boom-4.2.1.tgz", | |
| "integrity": "sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "atomic-sleep": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/source-map-js": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz", | |
| "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/split2": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmmirror.com/split2/-/split2-4.2.0.tgz", | |
| "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">= 10.x" | |
| } | |
| }, | |
| "node_modules/statuses": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz", | |
| "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/string_decoder": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz", | |
| "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "safe-buffer": "~5.2.0" | |
| } | |
| }, | |
| "node_modules/strip-json-comments": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz", | |
| "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/tar-fs": { | |
| "version": "2.1.4", | |
| "resolved": "https://registry.npmmirror.com/tar-fs/-/tar-fs-2.1.4.tgz", | |
| "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "chownr": "^1.1.1", | |
| "mkdirp-classic": "^0.5.2", | |
| "pump": "^3.0.0", | |
| "tar-stream": "^2.1.4" | |
| } | |
| }, | |
| "node_modules/tar-stream": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz", | |
| "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "bl": "^4.0.3", | |
| "end-of-stream": "^1.4.1", | |
| "fs-constants": "^1.0.0", | |
| "inherits": "^2.0.3", | |
| "readable-stream": "^3.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/thread-stream": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmmirror.com/thread-stream/-/thread-stream-4.0.0.tgz", | |
| "integrity": "sha512-4iMVL6HAINXWf1ZKZjIPcz5wYaOdPhtO8ATvZ+Xqp3BTdaqtAwQkNmKORqcIo5YkQqGXq5cwfswDwMqqQNrpJA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "real-require": "^0.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/tinyglobby": { | |
| "version": "0.2.16", | |
| "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.16.tgz", | |
| "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", | |
| "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/toad-cache": { | |
| "version": "3.7.0", | |
| "resolved": "https://registry.npmmirror.com/toad-cache/-/toad-cache-3.7.0.tgz", | |
| "integrity": "sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/toidentifier": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz", | |
| "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.6" | |
| } | |
| }, | |
| "node_modules/tslib": { | |
| "version": "2.8.1", | |
| "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", | |
| "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", | |
| "license": "0BSD" | |
| }, | |
| "node_modules/tsx": { | |
| "version": "4.21.0", | |
| "resolved": "https://registry.npmmirror.com/tsx/-/tsx-4.21.0.tgz", | |
| "integrity": "sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==", | |
| "devOptional": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "esbuild": "~0.27.0", | |
| "get-tsconfig": "^4.7.5" | |
| }, | |
| "bin": { | |
| "tsx": "dist/cli.mjs" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0" | |
| }, | |
| "optionalDependencies": { | |
| "fsevents": "~2.3.3" | |
| } | |
| }, | |
| "node_modules/tunnel-agent": { | |
| "version": "0.6.0", | |
| "resolved": "https://registry.npmmirror.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz", | |
| "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "safe-buffer": "^5.0.1" | |
| }, | |
| "engines": { | |
| "node": "*" | |
| } | |
| }, | |
| "node_modules/tweetnacl": { | |
| "version": "1.0.3", | |
| "resolved": "https://registry.npmmirror.com/tweetnacl/-/tweetnacl-1.0.3.tgz", | |
| "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==", | |
| "license": "Unlicense" | |
| }, | |
| "node_modules/typescript": { | |
| "version": "5.9.3", | |
| "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.3.tgz", | |
| "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "bin": { | |
| "tsc": "bin/tsc", | |
| "tsserver": "bin/tsserver" | |
| }, | |
| "engines": { | |
| "node": ">=14.17" | |
| } | |
| }, | |
| "node_modules/undici-types": { | |
| "version": "7.19.2", | |
| "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.19.2.tgz", | |
| "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", | |
| "devOptional": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/update-browserslist-db": { | |
| "version": "1.2.3", | |
| "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", | |
| "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", | |
| "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/util-deprecate": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", | |
| "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/vite": { | |
| "version": "7.3.2", | |
| "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.2.tgz", | |
| "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "esbuild": "^0.27.0", | |
| "fdir": "^6.5.0", | |
| "picomatch": "^4.0.3", | |
| "postcss": "^8.5.6", | |
| "rollup": "^4.43.0", | |
| "tinyglobby": "^0.2.15" | |
| }, | |
| "bin": { | |
| "vite": "bin/vite.js" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/vitejs/vite?sponsor=1" | |
| }, | |
| "optionalDependencies": { | |
| "fsevents": "~2.3.3" | |
| }, | |
| "peerDependencies": { | |
| "@types/node": "^20.19.0 || >=22.12.0", | |
| "jiti": ">=1.21.0", | |
| "less": "^4.0.0", | |
| "lightningcss": "^1.21.0", | |
| "sass": "^1.70.0", | |
| "sass-embedded": "^1.70.0", | |
| "stylus": ">=0.54.8", | |
| "sugarss": "^5.0.0", | |
| "terser": "^5.16.0", | |
| "tsx": "^4.8.1", | |
| "yaml": "^2.4.2" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/node": { | |
| "optional": true | |
| }, | |
| "jiti": { | |
| "optional": true | |
| }, | |
| "less": { | |
| "optional": true | |
| }, | |
| "lightningcss": { | |
| "optional": true | |
| }, | |
| "sass": { | |
| "optional": true | |
| }, | |
| "sass-embedded": { | |
| "optional": true | |
| }, | |
| "stylus": { | |
| "optional": true | |
| }, | |
| "sugarss": { | |
| "optional": true | |
| }, | |
| "terser": { | |
| "optional": true | |
| }, | |
| "tsx": { | |
| "optional": true | |
| }, | |
| "yaml": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/which": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", | |
| "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "isexe": "^2.0.0" | |
| }, | |
| "bin": { | |
| "node-which": "bin/node-which" | |
| }, | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/wrappy": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", | |
| "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/ws": { | |
| "version": "8.20.0", | |
| "resolved": "https://registry.npmmirror.com/ws/-/ws-8.20.0.tgz", | |
| "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10.0.0" | |
| }, | |
| "peerDependencies": { | |
| "bufferutil": "^4.0.1", | |
| "utf-8-validate": ">=5.0.2" | |
| }, | |
| "peerDependenciesMeta": { | |
| "bufferutil": { | |
| "optional": true | |
| }, | |
| "utf-8-validate": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/xtend": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", | |
| "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.4" | |
| } | |
| }, | |
| "node_modules/yallist": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz", | |
| "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/zod": { | |
| "version": "4.4.2", | |
| "resolved": "https://registry.npmmirror.com/zod/-/zod-4.4.2.tgz", | |
| "integrity": "sha512-IynmDyxsEsb9RKzO3J9+4SxXnl2FTFSzNBaKKaMV6tsSk0rw9gYw9gs+JFCq/qk2LCZ78KDwyj+Z289TijSkUw==", | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/colinhacks" | |
| } | |
| } | |
| } | |
| } | |