| { |
| "name": "chitramaya-hosting", |
| "lockfileVersion": 3, |
| "requires": true, |
| "packages": { |
| "": { |
| "name": "chitramaya-hosting", |
| "dependencies": { |
| "@fastify/static": "latest", |
| "fastify": "latest", |
| "http-proxy-middleware": "latest" |
| } |
| }, |
| "node_modules/@fastify/accept-negotiator": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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": "9.1.3", |
| "resolved": "https://registry.npmjs.org/@fastify/static/-/static-9.1.3.tgz", |
| "integrity": "sha512-aXrYtsiryLhRxRNaxNqsn7FUISeb7rB9q4eHUPIot5aeQBLNahnz1m6thzm7JWC1poSGXS9XrX8DvuMivp2hkQ==", |
| "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": "^1.0.1", |
| "fastify-plugin": "^5.0.0", |
| "fastq": "^1.17.1", |
| "glob": "^13.0.0" |
| } |
| }, |
| "node_modules/@lukeed/ms": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/@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.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz", |
| "integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==", |
| "license": "MIT" |
| }, |
| "node_modules/abstract-logging": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/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.npmjs.org/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.npmjs.org/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/atomic-sleep": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/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.npmjs.org/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/balanced-match": { |
| "version": "4.0.4", |
| "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", |
| "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", |
| "license": "MIT", |
| "engines": { |
| "node": "18 || 20 || >=22" |
| } |
| }, |
| "node_modules/brace-expansion": { |
| "version": "5.0.6", |
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", |
| "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==", |
| "license": "MIT", |
| "dependencies": { |
| "balanced-match": "^4.0.2" |
| }, |
| "engines": { |
| "node": "18 || 20 || >=22" |
| } |
| }, |
| "node_modules/braces": { |
| "version": "3.0.3", |
| "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", |
| "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", |
| "license": "MIT", |
| "dependencies": { |
| "fill-range": "^7.1.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/content-disposition": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz", |
| "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=18" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/express" |
| } |
| }, |
| "node_modules/cookie": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/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/debug": { |
| "version": "4.4.3", |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", |
| "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.1.3" |
| }, |
| "engines": { |
| "node": ">=6.0" |
| }, |
| "peerDependenciesMeta": { |
| "supports-color": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/depd": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", |
| "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/dequal": { |
| "version": "2.0.3", |
| "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", |
| "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/escape-html": { |
| "version": "1.0.3", |
| "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", |
| "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", |
| "license": "MIT" |
| }, |
| "node_modules/fast-decode-uri-component": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/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.npmjs.org/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.4.0", |
| "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-6.4.0.tgz", |
| "integrity": "sha512-ibRCQ0GZKJIQ+P3Et1h0LhPgp3PMTYk0MH8O+kW3lNYsvmaQww5Nn3f1jf73Q0jR1Yz3a1CDP4/NZD3vOajWJQ==", |
| "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.npmjs.org/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.2", |
| "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", |
| "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", |
| "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.npmjs.org/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.npmjs.org/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/fastq": { |
| "version": "1.20.1", |
| "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", |
| "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", |
| "license": "ISC", |
| "dependencies": { |
| "reusify": "^1.0.4" |
| } |
| }, |
| "node_modules/fill-range": { |
| "version": "7.1.1", |
| "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", |
| "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", |
| "license": "MIT", |
| "dependencies": { |
| "to-regex-range": "^5.0.1" |
| }, |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/find-my-way": { |
| "version": "9.6.0", |
| "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-9.6.0.tgz", |
| "integrity": "sha512-Zf4Xve4RymLl7NgaavNebZ01joJ8MfVerOG43wy7SHLO+r+K0C6d/SE0BiR7AV5V1VOCFlOP7ecdo+I4qmiHrQ==", |
| "license": "MIT", |
| "dependencies": { |
| "fast-deep-equal": "^3.1.3", |
| "fast-querystring": "^1.0.0", |
| "safe-regex2": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=20" |
| } |
| }, |
| "node_modules/glob": { |
| "version": "13.0.6", |
| "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", |
| "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==", |
| "license": "BlueOak-1.0.0", |
| "dependencies": { |
| "minimatch": "^10.2.2", |
| "minipass": "^7.1.3", |
| "path-scurry": "^2.0.2" |
| }, |
| "engines": { |
| "node": "18 || 20 || >=22" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/isaacs" |
| } |
| }, |
| "node_modules/http-errors": { |
| "version": "2.0.1", |
| "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", |
| "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", |
| "license": "MIT", |
| "dependencies": { |
| "depd": "~2.0.0", |
| "inherits": "~2.0.4", |
| "setprototypeof": "~1.2.0", |
| "statuses": "~2.0.2", |
| "toidentifier": "~1.0.1" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/express" |
| } |
| }, |
| "node_modules/http-proxy-middleware": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-4.0.0.tgz", |
| "integrity": "sha512-wuHwaUtmC0XzJNHqRp41zXtt5ojpHbusXGhq6781VvnjWUYPu7opmOF3eomGNujT07kEOnHWZyV9UZzKimVCKA==", |
| "license": "MIT", |
| "dependencies": { |
| "debug": "^4.4.3", |
| "httpxy": "^0.5.1", |
| "is-glob": "^4.0.3", |
| "is-plain-obj": "^4.1.0", |
| "micromatch": "^4.0.8" |
| }, |
| "engines": { |
| "node": "^22.15.0 || ^24.0.0 || >=26.0.0" |
| } |
| }, |
| "node_modules/httpxy": { |
| "version": "0.5.1", |
| "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.5.1.tgz", |
| "integrity": "sha512-JPhqYiixe1A1I+MXDewWDZqeudBGU8Q9jCHYN8ML+779RQzLjTi78HBvWz4jMxUD6h2/vUL12g4q/mFM0OUw1A==", |
| "license": "MIT" |
| }, |
| "node_modules/inherits": { |
| "version": "2.0.4", |
| "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", |
| "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", |
| "license": "ISC" |
| }, |
| "node_modules/ipaddr.js": { |
| "version": "2.4.0", |
| "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.4.0.tgz", |
| "integrity": "sha512-9VGk3HGanVE6JoZXHiCpnGy5X0jYDnN4EA4lntFPj+1vIWlFhIylq2CrrCOJH9EAhc5CYhq18F2Av2tgoAPsYQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 10" |
| } |
| }, |
| "node_modules/is-extglob": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", |
| "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/is-glob": { |
| "version": "4.0.3", |
| "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", |
| "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", |
| "license": "MIT", |
| "dependencies": { |
| "is-extglob": "^2.1.1" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/is-number": { |
| "version": "7.0.0", |
| "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", |
| "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.12.0" |
| } |
| }, |
| "node_modules/is-plain-obj": { |
| "version": "4.1.0", |
| "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", |
| "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/json-schema-ref-resolver": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/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.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", |
| "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", |
| "license": "MIT" |
| }, |
| "node_modules/light-my-request": { |
| "version": "6.6.0", |
| "resolved": "https://registry.npmjs.org/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.npmjs.org/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": "11.3.6", |
| "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.6.tgz", |
| "integrity": "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==", |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": "20 || >=22" |
| } |
| }, |
| "node_modules/micromatch": { |
| "version": "4.0.8", |
| "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", |
| "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", |
| "license": "MIT", |
| "dependencies": { |
| "braces": "^3.0.3", |
| "picomatch": "^2.3.1" |
| }, |
| "engines": { |
| "node": ">=8.6" |
| } |
| }, |
| "node_modules/mime": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/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/minimatch": { |
| "version": "10.2.5", |
| "resolved": "https://registry.npmjs.org/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/minipass": { |
| "version": "7.1.3", |
| "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz", |
| "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==", |
| "license": "BlueOak-1.0.0", |
| "engines": { |
| "node": ">=16 || 14 >=14.17" |
| } |
| }, |
| "node_modules/ms": { |
| "version": "2.1.3", |
| "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", |
| "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", |
| "license": "MIT" |
| }, |
| "node_modules/on-exit-leak-free": { |
| "version": "2.1.2", |
| "resolved": "https://registry.npmjs.org/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/path-scurry": { |
| "version": "2.0.2", |
| "resolved": "https://registry.npmjs.org/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/picomatch": { |
| "version": "2.3.2", |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", |
| "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8.6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/pino": { |
| "version": "10.3.1", |
| "resolved": "https://registry.npmjs.org/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.npmjs.org/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.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz", |
| "integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==", |
| "license": "MIT" |
| }, |
| "node_modules/process-warning": { |
| "version": "5.0.0", |
| "resolved": "https://registry.npmjs.org/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/quick-format-unescaped": { |
| "version": "4.0.4", |
| "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz", |
| "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==", |
| "license": "MIT" |
| }, |
| "node_modules/real-require": { |
| "version": "0.2.0", |
| "resolved": "https://registry.npmjs.org/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.npmjs.org/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/ret": { |
| "version": "0.5.0", |
| "resolved": "https://registry.npmjs.org/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.npmjs.org/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.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", |
| "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", |
| "license": "MIT" |
| }, |
| "node_modules/safe-regex2": { |
| "version": "5.1.1", |
| "resolved": "https://registry.npmjs.org/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.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz", |
| "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/secure-json-parse": { |
| "version": "4.1.0", |
| "resolved": "https://registry.npmjs.org/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": "7.8.0", |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", |
| "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", |
| "license": "ISC", |
| "bin": { |
| "semver": "bin/semver.js" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/set-cookie-parser": { |
| "version": "2.7.2", |
| "resolved": "https://registry.npmjs.org/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.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", |
| "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", |
| "license": "ISC" |
| }, |
| "node_modules/sonic-boom": { |
| "version": "4.2.1", |
| "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.2.1.tgz", |
| "integrity": "sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==", |
| "license": "MIT", |
| "dependencies": { |
| "atomic-sleep": "^1.0.0" |
| } |
| }, |
| "node_modules/split2": { |
| "version": "4.2.0", |
| "resolved": "https://registry.npmjs.org/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.npmjs.org/statuses/-/statuses-2.0.2.tgz", |
| "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.8" |
| } |
| }, |
| "node_modules/thread-stream": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/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/to-regex-range": { |
| "version": "5.0.1", |
| "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", |
| "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", |
| "license": "MIT", |
| "dependencies": { |
| "is-number": "^7.0.0" |
| }, |
| "engines": { |
| "node": ">=8.0" |
| } |
| }, |
| "node_modules/toad-cache": { |
| "version": "3.7.0", |
| "resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.7.0.tgz", |
| "integrity": "sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12" |
| } |
| }, |
| "node_modules/toidentifier": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", |
| "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.6" |
| } |
| } |
| } |
| } |
|
|