A Cloudflare Worker which works in conjunction with https://github.com/indexxing/bsky-alt-text

feat: basic generate and condense_text endpoints

Index d1aa5106 bbc7b5bf

+2784 -1539
package-lock.json
···
{
-
"name": "cloudflare-workers-openapi",
-
"version": "0.0.1",
-
"lockfileVersion": 3,
-
"requires": true,
-
"packages": {
-
"": {
-
"name": "cloudflare-workers-openapi",
-
"version": "0.0.1",
-
"dependencies": {
-
"chanfana": "^2.6.3",
-
"hono": "^4.6.20",
-
"zod": "^3.24.1"
-
},
-
"devDependencies": {
-
"@cloudflare/workers-types": "^4.20250129.0",
-
"@types/node": "22.13.0",
-
"@types/service-worker-mock": "^2.0.4",
-
"wrangler": "^4.19.1"
-
}
-
},
-
"node_modules/@asteasolutions/zod-to-openapi": {
-
"version": "7.3.3",
-
"resolved": "https://registry.npmjs.org/@asteasolutions/zod-to-openapi/-/zod-to-openapi-7.3.3.tgz",
-
"integrity": "sha512-ioiw+R+gBGAUwmDp+/gJA16tedBivzDaji5wOvWej0ZYDE0CXTSSfJfXbrBIuWKh6JQhuXgNDniJdeDueKUZTA==",
-
"dependencies": {
-
"openapi3-ts": "^4.1.2"
-
},
-
"peerDependencies": {
-
"zod": "^3.20.2"
-
}
-
},
-
"node_modules/@cloudflare/kv-asset-handler": {
-
"version": "0.4.0",
-
"resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.0.tgz",
-
"integrity": "sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==",
-
"dev": true,
-
"dependencies": {
-
"mime": "^3.0.0"
-
},
-
"engines": {
-
"node": ">=18.0.0"
-
}
-
},
-
"node_modules/@cloudflare/unenv-preset": {
-
"version": "2.3.2",
-
"resolved": "https://registry.npmjs.org/@cloudflare/unenv-preset/-/unenv-preset-2.3.2.tgz",
-
"integrity": "sha512-MtUgNl+QkQyhQvv5bbWP+BpBC1N0me4CHHuP2H4ktmOMKdB/6kkz/lo+zqiA4mEazb4y+1cwyNjVrQ2DWeE4mg==",
-
"dev": true,
-
"peerDependencies": {
-
"unenv": "2.0.0-rc.17",
-
"workerd": "^1.20250508.0"
-
},
-
"peerDependenciesMeta": {
-
"workerd": {
-
"optional": true
-
}
-
}
-
},
-
"node_modules/@cloudflare/workerd-darwin-64": {
-
"version": "1.20250525.0",
-
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20250525.0.tgz",
-
"integrity": "sha512-L5l+7sSJJT2+riR5rS3Q3PKNNySPjWfRIeaNGMVRi1dPO6QPi4lwuxfRUFNoeUdilZJUVPfSZvTtj9RedsKznQ==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"darwin"
-
],
-
"engines": {
-
"node": ">=16"
-
}
-
},
-
"node_modules/@cloudflare/workerd-darwin-arm64": {
-
"version": "1.20250525.0",
-
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.20250525.0.tgz",
-
"integrity": "sha512-Y3IbIdrF/vJWh/WBvshwcSyUh175VAiLRW7963S1dXChrZ1N5wuKGQm9xY69cIGVtitpMJWWW3jLq7J/Xxwm0Q==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"darwin"
-
],
-
"engines": {
-
"node": ">=16"
-
}
-
},
-
"node_modules/@cloudflare/workerd-linux-64": {
-
"version": "1.20250525.0",
-
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.20250525.0.tgz",
-
"integrity": "sha512-KSyQPAby+c6cpENoO0ayCQlY6QIh28l/+QID7VC1SLXfiNHy+hPNsH1vVBTST6CilHVAQSsy9tCZ9O9XECB8yg==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": ">=16"
-
}
-
},
-
"node_modules/@cloudflare/workerd-linux-arm64": {
-
"version": "1.20250525.0",
-
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.20250525.0.tgz",
-
"integrity": "sha512-Nt0FUxS2kQhJUea4hMCNPaetkrAFDhPnNX/ntwcqVlGgnGt75iaAhupWJbU0GB+gIWlKeuClUUnDZqKbicoKyg==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": ">=16"
-
}
-
},
-
"node_modules/@cloudflare/workerd-windows-64": {
-
"version": "1.20250525.0",
-
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20250525.0.tgz",
-
"integrity": "sha512-mwTj+9f3uIa4NEXR1cOa82PjLa6dbrb3J+KCVJFYIaq7e63VxEzOchCXS4tublT2pmOhmFqkgBMXrxozxNkR2Q==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"win32"
-
],
-
"engines": {
-
"node": ">=16"
-
}
-
},
-
"node_modules/@cloudflare/workers-types": {
-
"version": "4.20250607.0",
-
"resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250607.0.tgz",
-
"integrity": "sha512-OYmKNzC2eQy6CNj+j0go8Ut3SezjsprCgJyEaBzJql+473WAN9ndVnNZy9lj/tTyLV6wzpQkZWmRAKGDmacvkg==",
-
"dev": true
-
},
-
"node_modules/@cspotcode/source-map-support": {
-
"version": "0.8.1",
-
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
-
"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
-
"dev": true,
-
"dependencies": {
-
"@jridgewell/trace-mapping": "0.3.9"
-
},
-
"engines": {
-
"node": ">=12"
-
}
-
},
-
"node_modules/@emnapi/runtime": {
-
"version": "1.4.3",
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz",
-
"integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==",
-
"dev": true,
-
"optional": true,
-
"dependencies": {
-
"tslib": "^2.4.0"
-
}
-
},
-
"node_modules/@esbuild/aix-ppc64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.4.tgz",
-
"integrity": "sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==",
-
"cpu": [
-
"ppc64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"aix"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/android-arm": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.4.tgz",
-
"integrity": "sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==",
-
"cpu": [
-
"arm"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"android"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/android-arm64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.4.tgz",
-
"integrity": "sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"android"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/android-x64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.4.tgz",
-
"integrity": "sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"android"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/darwin-arm64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.4.tgz",
-
"integrity": "sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"darwin"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/darwin-x64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.4.tgz",
-
"integrity": "sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"darwin"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/freebsd-arm64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.4.tgz",
-
"integrity": "sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"freebsd"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/freebsd-x64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.4.tgz",
-
"integrity": "sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"freebsd"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/linux-arm": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.4.tgz",
-
"integrity": "sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==",
-
"cpu": [
-
"arm"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/linux-arm64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.4.tgz",
-
"integrity": "sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/linux-ia32": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.4.tgz",
-
"integrity": "sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==",
-
"cpu": [
-
"ia32"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/linux-loong64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.4.tgz",
-
"integrity": "sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==",
-
"cpu": [
-
"loong64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/linux-mips64el": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.4.tgz",
-
"integrity": "sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==",
-
"cpu": [
-
"mips64el"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/linux-ppc64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.4.tgz",
-
"integrity": "sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==",
-
"cpu": [
-
"ppc64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/linux-riscv64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.4.tgz",
-
"integrity": "sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==",
-
"cpu": [
-
"riscv64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/linux-s390x": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.4.tgz",
-
"integrity": "sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==",
-
"cpu": [
-
"s390x"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/linux-x64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.4.tgz",
-
"integrity": "sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/netbsd-arm64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.4.tgz",
-
"integrity": "sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"netbsd"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/netbsd-x64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.4.tgz",
-
"integrity": "sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"netbsd"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/openbsd-arm64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.4.tgz",
-
"integrity": "sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"openbsd"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/openbsd-x64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.4.tgz",
-
"integrity": "sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"openbsd"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/sunos-x64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.4.tgz",
-
"integrity": "sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"sunos"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/win32-arm64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.4.tgz",
-
"integrity": "sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"win32"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/win32-ia32": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.4.tgz",
-
"integrity": "sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==",
-
"cpu": [
-
"ia32"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"win32"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@esbuild/win32-x64": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.4.tgz",
-
"integrity": "sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"win32"
-
],
-
"engines": {
-
"node": ">=18"
-
}
-
},
-
"node_modules/@fastify/busboy": {
-
"version": "2.1.1",
-
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
-
"integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
-
"dev": true,
-
"engines": {
-
"node": ">=14"
-
}
-
},
-
"node_modules/@img/sharp-darwin-arm64": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
-
"integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"darwin"
-
],
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
},
-
"optionalDependencies": {
-
"@img/sharp-libvips-darwin-arm64": "1.0.4"
-
}
-
},
-
"node_modules/@img/sharp-darwin-x64": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
-
"integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"darwin"
-
],
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
},
-
"optionalDependencies": {
-
"@img/sharp-libvips-darwin-x64": "1.0.4"
-
}
-
},
-
"node_modules/@img/sharp-libvips-darwin-arm64": {
-
"version": "1.0.4",
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
-
"integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"darwin"
-
],
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
}
-
},
-
"node_modules/@img/sharp-libvips-darwin-x64": {
-
"version": "1.0.4",
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
-
"integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"darwin"
-
],
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
}
-
},
-
"node_modules/@img/sharp-libvips-linux-arm": {
-
"version": "1.0.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
-
"integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
-
"cpu": [
-
"arm"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
}
-
},
-
"node_modules/@img/sharp-libvips-linux-arm64": {
-
"version": "1.0.4",
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
-
"integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
}
-
},
-
"node_modules/@img/sharp-libvips-linux-s390x": {
-
"version": "1.0.4",
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
-
"integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
-
"cpu": [
-
"s390x"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
}
-
},
-
"node_modules/@img/sharp-libvips-linux-x64": {
-
"version": "1.0.4",
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
-
"integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
}
-
},
-
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
-
"version": "1.0.4",
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
-
"integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
}
-
},
-
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
-
"version": "1.0.4",
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
-
"integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
}
-
},
-
"node_modules/@img/sharp-linux-arm": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
-
"integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
-
"cpu": [
-
"arm"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
},
-
"optionalDependencies": {
-
"@img/sharp-libvips-linux-arm": "1.0.5"
-
}
-
},
-
"node_modules/@img/sharp-linux-arm64": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
-
"integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
},
-
"optionalDependencies": {
-
"@img/sharp-libvips-linux-arm64": "1.0.4"
-
}
-
},
-
"node_modules/@img/sharp-linux-s390x": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
-
"integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
-
"cpu": [
-
"s390x"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
},
-
"optionalDependencies": {
-
"@img/sharp-libvips-linux-s390x": "1.0.4"
-
}
-
},
-
"node_modules/@img/sharp-linux-x64": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
-
"integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
},
-
"optionalDependencies": {
-
"@img/sharp-libvips-linux-x64": "1.0.4"
-
}
-
},
-
"node_modules/@img/sharp-linuxmusl-arm64": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
-
"integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
-
"cpu": [
-
"arm64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
},
-
"optionalDependencies": {
-
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
-
}
-
},
-
"node_modules/@img/sharp-linuxmusl-x64": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
-
"integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"linux"
-
],
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
},
-
"optionalDependencies": {
-
"@img/sharp-libvips-linuxmusl-x64": "1.0.4"
-
}
-
},
-
"node_modules/@img/sharp-wasm32": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
-
"integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
-
"cpu": [
-
"wasm32"
-
],
-
"dev": true,
-
"optional": true,
-
"dependencies": {
-
"@emnapi/runtime": "^1.2.0"
-
},
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
}
-
},
-
"node_modules/@img/sharp-win32-ia32": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
-
"integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
-
"cpu": [
-
"ia32"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"win32"
-
],
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
}
-
},
-
"node_modules/@img/sharp-win32-x64": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
-
"integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
-
"cpu": [
-
"x64"
-
],
-
"dev": true,
-
"optional": true,
-
"os": [
-
"win32"
-
],
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
}
-
},
-
"node_modules/@jridgewell/resolve-uri": {
-
"version": "3.1.2",
-
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
-
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
-
"dev": true,
-
"engines": {
-
"node": ">=6.0.0"
-
}
-
},
-
"node_modules/@jridgewell/sourcemap-codec": {
-
"version": "1.5.0",
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
-
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
-
"dev": true
-
},
-
"node_modules/@jridgewell/trace-mapping": {
-
"version": "0.3.9",
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
-
"integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
-
"dev": true,
-
"dependencies": {
-
"@jridgewell/resolve-uri": "^3.0.3",
-
"@jridgewell/sourcemap-codec": "^1.4.10"
-
}
-
},
-
"node_modules/@types/node": {
-
"version": "22.13.0",
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.0.tgz",
-
"integrity": "sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==",
-
"dev": true,
-
"dependencies": {
-
"undici-types": "~6.20.0"
-
}
-
},
-
"node_modules/@types/service-worker-mock": {
-
"version": "2.0.4",
-
"resolved": "https://registry.npmjs.org/@types/service-worker-mock/-/service-worker-mock-2.0.4.tgz",
-
"integrity": "sha512-MEBT2eiqYfhxjqYm/oAf2AvKLbPTPwJJAYrMdheKnGyz1yG9XBRfxCzi93h27qpSvI7jOYfXqFLVMLBXFDqo4A==",
-
"dev": true
-
},
-
"node_modules/acorn": {
-
"version": "8.14.0",
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
-
"integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
-
"dev": true,
-
"bin": {
-
"acorn": "bin/acorn"
-
},
-
"engines": {
-
"node": ">=0.4.0"
-
}
-
},
-
"node_modules/acorn-walk": {
-
"version": "8.3.2",
-
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz",
-
"integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==",
-
"dev": true,
-
"engines": {
-
"node": ">=0.4.0"
-
}
-
},
-
"node_modules/argparse": {
-
"version": "2.0.1",
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
-
},
-
"node_modules/as-table": {
-
"version": "1.0.55",
-
"resolved": "https://registry.npmjs.org/as-table/-/as-table-1.0.55.tgz",
-
"integrity": "sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==",
-
"dev": true,
-
"dependencies": {
-
"printable-characters": "^1.0.42"
-
}
-
},
-
"node_modules/blake3-wasm": {
-
"version": "2.1.5",
-
"resolved": "https://registry.npmjs.org/blake3-wasm/-/blake3-wasm-2.1.5.tgz",
-
"integrity": "sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==",
-
"dev": true
-
},
-
"node_modules/chanfana": {
-
"version": "2.8.0",
-
"resolved": "https://registry.npmjs.org/chanfana/-/chanfana-2.8.0.tgz",
-
"integrity": "sha512-R0lY+c4lBVO8jnop9J5hY6W2Vq5YS3sb9NwI4nY2oJU65E38rC6LCNNhEVEITVmcn+EhuKIQK4FLJLW93gFG4g==",
-
"dependencies": {
-
"@asteasolutions/zod-to-openapi": "^7.2.0",
-
"js-yaml": "^4.1.0",
-
"openapi3-ts": "^4.4.0",
-
"zod": "^3.23.8"
-
}
-
},
-
"node_modules/color": {
-
"version": "4.2.3",
-
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
-
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
-
"dev": true,
-
"dependencies": {
-
"color-convert": "^2.0.1",
-
"color-string": "^1.9.0"
-
},
-
"engines": {
-
"node": ">=12.5.0"
-
}
-
},
-
"node_modules/color-convert": {
-
"version": "2.0.1",
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
-
"dev": true,
-
"dependencies": {
-
"color-name": "~1.1.4"
-
},
-
"engines": {
-
"node": ">=7.0.0"
-
}
-
},
-
"node_modules/color-name": {
-
"version": "1.1.4",
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
-
"dev": true
-
},
-
"node_modules/color-string": {
-
"version": "1.9.1",
-
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
-
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
-
"dev": true,
-
"dependencies": {
-
"color-name": "^1.0.0",
-
"simple-swizzle": "^0.2.2"
-
}
-
},
-
"node_modules/cookie": {
-
"version": "0.7.2",
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
-
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
-
"dev": true,
-
"engines": {
-
"node": ">= 0.6"
-
}
-
},
-
"node_modules/data-uri-to-buffer": {
-
"version": "2.0.2",
-
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-2.0.2.tgz",
-
"integrity": "sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==",
-
"dev": true
-
},
-
"node_modules/defu": {
-
"version": "6.1.4",
-
"resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
-
"integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
-
"dev": true
-
},
-
"node_modules/detect-libc": {
-
"version": "2.0.4",
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
-
"integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
-
"dev": true,
-
"engines": {
-
"node": ">=8"
-
}
-
},
-
"node_modules/esbuild": {
-
"version": "0.25.4",
-
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.4.tgz",
-
"integrity": "sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==",
-
"dev": true,
-
"hasInstallScript": true,
-
"bin": {
-
"esbuild": "bin/esbuild"
-
},
-
"engines": {
-
"node": ">=18"
-
},
-
"optionalDependencies": {
-
"@esbuild/aix-ppc64": "0.25.4",
-
"@esbuild/android-arm": "0.25.4",
-
"@esbuild/android-arm64": "0.25.4",
-
"@esbuild/android-x64": "0.25.4",
-
"@esbuild/darwin-arm64": "0.25.4",
-
"@esbuild/darwin-x64": "0.25.4",
-
"@esbuild/freebsd-arm64": "0.25.4",
-
"@esbuild/freebsd-x64": "0.25.4",
-
"@esbuild/linux-arm": "0.25.4",
-
"@esbuild/linux-arm64": "0.25.4",
-
"@esbuild/linux-ia32": "0.25.4",
-
"@esbuild/linux-loong64": "0.25.4",
-
"@esbuild/linux-mips64el": "0.25.4",
-
"@esbuild/linux-ppc64": "0.25.4",
-
"@esbuild/linux-riscv64": "0.25.4",
-
"@esbuild/linux-s390x": "0.25.4",
-
"@esbuild/linux-x64": "0.25.4",
-
"@esbuild/netbsd-arm64": "0.25.4",
-
"@esbuild/netbsd-x64": "0.25.4",
-
"@esbuild/openbsd-arm64": "0.25.4",
-
"@esbuild/openbsd-x64": "0.25.4",
-
"@esbuild/sunos-x64": "0.25.4",
-
"@esbuild/win32-arm64": "0.25.4",
-
"@esbuild/win32-ia32": "0.25.4",
-
"@esbuild/win32-x64": "0.25.4"
-
}
-
},
-
"node_modules/exit-hook": {
-
"version": "2.2.1",
-
"resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-2.2.1.tgz",
-
"integrity": "sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==",
-
"dev": true,
-
"engines": {
-
"node": ">=6"
-
},
-
"funding": {
-
"url": "https://github.com/sponsors/sindresorhus"
-
}
-
},
-
"node_modules/exsolve": {
-
"version": "1.0.5",
-
"resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.5.tgz",
-
"integrity": "sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==",
-
"dev": true
-
},
-
"node_modules/fsevents": {
-
"version": "2.3.3",
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
-
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
-
"dev": true,
-
"hasInstallScript": true,
-
"optional": true,
-
"os": [
-
"darwin"
-
],
-
"engines": {
-
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
-
}
-
},
-
"node_modules/get-source": {
-
"version": "2.0.12",
-
"resolved": "https://registry.npmjs.org/get-source/-/get-source-2.0.12.tgz",
-
"integrity": "sha512-X5+4+iD+HoSeEED+uwrQ07BOQr0kEDFMVqqpBuI+RaZBpBpHCuXxo70bjar6f0b0u/DQJsJ7ssurpP0V60Az+w==",
-
"dev": true,
-
"dependencies": {
-
"data-uri-to-buffer": "^2.0.0",
-
"source-map": "^0.6.1"
-
}
-
},
-
"node_modules/glob-to-regexp": {
-
"version": "0.4.1",
-
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
-
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
-
"dev": true
-
},
-
"node_modules/hono": {
-
"version": "4.7.11",
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.7.11.tgz",
-
"integrity": "sha512-rv0JMwC0KALbbmwJDEnxvQCeJh+xbS3KEWW5PC9cMJ08Ur9xgatI0HmtgYZfOdOSOeYsp5LO2cOhdI8cLEbDEQ==",
-
"engines": {
-
"node": ">=16.9.0"
-
}
-
},
-
"node_modules/is-arrayish": {
-
"version": "0.3.2",
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
-
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
-
"dev": true
-
},
-
"node_modules/js-yaml": {
-
"version": "4.1.0",
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
-
"dependencies": {
-
"argparse": "^2.0.1"
-
},
-
"bin": {
-
"js-yaml": "bin/js-yaml.js"
-
}
-
},
-
"node_modules/mime": {
-
"version": "3.0.0",
-
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
-
"integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
-
"dev": true,
-
"bin": {
-
"mime": "cli.js"
-
},
-
"engines": {
-
"node": ">=10.0.0"
-
}
-
},
-
"node_modules/miniflare": {
-
"version": "4.20250525.1",
-
"resolved": "https://registry.npmjs.org/miniflare/-/miniflare-4.20250525.1.tgz",
-
"integrity": "sha512-4PJlT5WA+hfclFU5Q7xnpG1G1VGYTXaf/3iu6iKQ8IsbSi9QvPTA2bSZ5goCFxmJXDjV4cxttVxB0Wl1CLuQ0w==",
-
"dev": true,
-
"dependencies": {
-
"@cspotcode/source-map-support": "0.8.1",
-
"acorn": "8.14.0",
-
"acorn-walk": "8.3.2",
-
"exit-hook": "2.2.1",
-
"glob-to-regexp": "0.4.1",
-
"sharp": "^0.33.5",
-
"stoppable": "1.1.0",
-
"undici": "^5.28.5",
-
"workerd": "1.20250525.0",
-
"ws": "8.18.0",
-
"youch": "3.3.4",
-
"zod": "3.22.3"
-
},
-
"bin": {
-
"miniflare": "bootstrap.js"
-
},
-
"engines": {
-
"node": ">=18.0.0"
-
}
-
},
-
"node_modules/miniflare/node_modules/zod": {
-
"version": "3.22.3",
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz",
-
"integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==",
-
"dev": true,
-
"funding": {
-
"url": "https://github.com/sponsors/colinhacks"
-
}
-
},
-
"node_modules/mustache": {
-
"version": "4.2.0",
-
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
-
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
-
"dev": true,
-
"bin": {
-
"mustache": "bin/mustache"
-
}
-
},
-
"node_modules/ohash": {
-
"version": "2.0.11",
-
"resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
-
"integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
-
"dev": true
-
},
-
"node_modules/openapi3-ts": {
-
"version": "4.4.0",
-
"resolved": "https://registry.npmjs.org/openapi3-ts/-/openapi3-ts-4.4.0.tgz",
-
"integrity": "sha512-9asTNB9IkKEzWMcHmVZE7Ts3kC9G7AFHfs8i7caD8HbI76gEjdkId4z/AkP83xdZsH7PLAnnbl47qZkXuxpArw==",
-
"dependencies": {
-
"yaml": "^2.5.0"
-
}
-
},
-
"node_modules/path-to-regexp": {
-
"version": "6.3.0",
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
-
"integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
-
"dev": true
-
},
-
"node_modules/pathe": {
-
"version": "2.0.3",
-
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
-
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
-
"dev": true
-
},
-
"node_modules/printable-characters": {
-
"version": "1.0.42",
-
"resolved": "https://registry.npmjs.org/printable-characters/-/printable-characters-1.0.42.tgz",
-
"integrity": "sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==",
-
"dev": true
-
},
-
"node_modules/semver": {
-
"version": "7.7.2",
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
-
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
-
"dev": true,
-
"bin": {
-
"semver": "bin/semver.js"
-
},
-
"engines": {
-
"node": ">=10"
-
}
-
},
-
"node_modules/sharp": {
-
"version": "0.33.5",
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
-
"integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
-
"dev": true,
-
"hasInstallScript": true,
-
"dependencies": {
-
"color": "^4.2.3",
-
"detect-libc": "^2.0.3",
-
"semver": "^7.6.3"
-
},
-
"engines": {
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
-
},
-
"funding": {
-
"url": "https://opencollective.com/libvips"
-
},
-
"optionalDependencies": {
-
"@img/sharp-darwin-arm64": "0.33.5",
-
"@img/sharp-darwin-x64": "0.33.5",
-
"@img/sharp-libvips-darwin-arm64": "1.0.4",
-
"@img/sharp-libvips-darwin-x64": "1.0.4",
-
"@img/sharp-libvips-linux-arm": "1.0.5",
-
"@img/sharp-libvips-linux-arm64": "1.0.4",
-
"@img/sharp-libvips-linux-s390x": "1.0.4",
-
"@img/sharp-libvips-linux-x64": "1.0.4",
-
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
-
"@img/sharp-libvips-linuxmusl-x64": "1.0.4",
-
"@img/sharp-linux-arm": "0.33.5",
-
"@img/sharp-linux-arm64": "0.33.5",
-
"@img/sharp-linux-s390x": "0.33.5",
-
"@img/sharp-linux-x64": "0.33.5",
-
"@img/sharp-linuxmusl-arm64": "0.33.5",
-
"@img/sharp-linuxmusl-x64": "0.33.5",
-
"@img/sharp-wasm32": "0.33.5",
-
"@img/sharp-win32-ia32": "0.33.5",
-
"@img/sharp-win32-x64": "0.33.5"
-
}
-
},
-
"node_modules/simple-swizzle": {
-
"version": "0.2.2",
-
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
-
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
-
"dev": true,
-
"dependencies": {
-
"is-arrayish": "^0.3.1"
-
}
-
},
-
"node_modules/source-map": {
-
"version": "0.6.1",
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
-
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
-
"dev": true,
-
"engines": {
-
"node": ">=0.10.0"
-
}
-
},
-
"node_modules/stacktracey": {
-
"version": "2.1.8",
-
"resolved": "https://registry.npmjs.org/stacktracey/-/stacktracey-2.1.8.tgz",
-
"integrity": "sha512-Kpij9riA+UNg7TnphqjH7/CzctQ/owJGNbFkfEeve4Z4uxT5+JapVLFXcsurIfN34gnTWZNJ/f7NMG0E8JDzTw==",
-
"dev": true,
-
"dependencies": {
-
"as-table": "^1.0.36",
-
"get-source": "^2.0.12"
-
}
-
},
-
"node_modules/stoppable": {
-
"version": "1.1.0",
-
"resolved": "https://registry.npmjs.org/stoppable/-/stoppable-1.1.0.tgz",
-
"integrity": "sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==",
-
"dev": true,
-
"engines": {
-
"node": ">=4",
-
"npm": ">=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==",
-
"dev": true,
-
"optional": true
-
},
-
"node_modules/ufo": {
-
"version": "1.6.1",
-
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
-
"integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
-
"dev": true
-
},
-
"node_modules/undici": {
-
"version": "5.29.0",
-
"resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",
-
"integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
-
"dev": true,
-
"dependencies": {
-
"@fastify/busboy": "^2.0.0"
-
},
-
"engines": {
-
"node": ">=14.0"
-
}
-
},
-
"node_modules/undici-types": {
-
"version": "6.20.0",
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
-
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
-
"dev": true
-
},
-
"node_modules/unenv": {
-
"version": "2.0.0-rc.17",
-
"resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.17.tgz",
-
"integrity": "sha512-B06u0wXkEd+o5gOCMl/ZHl5cfpYbDZKAT+HWTL+Hws6jWu7dCiqBBXXXzMFcFVJb8D4ytAnYmxJA83uwOQRSsg==",
-
"dev": true,
-
"dependencies": {
-
"defu": "^6.1.4",
-
"exsolve": "^1.0.4",
-
"ohash": "^2.0.11",
-
"pathe": "^2.0.3",
-
"ufo": "^1.6.1"
-
}
-
},
-
"node_modules/workerd": {
-
"version": "1.20250525.0",
-
"resolved": "https://registry.npmjs.org/workerd/-/workerd-1.20250525.0.tgz",
-
"integrity": "sha512-SXJgLREy/Aqw2J71Oah0Pbu+SShbqbTExjVQyRBTM1r7MG7fS5NUlknhnt6sikjA/t4cO09Bi8OJqHdTkrcnYQ==",
-
"dev": true,
-
"hasInstallScript": true,
-
"bin": {
-
"workerd": "bin/workerd"
-
},
-
"engines": {
-
"node": ">=16"
-
},
-
"optionalDependencies": {
-
"@cloudflare/workerd-darwin-64": "1.20250525.0",
-
"@cloudflare/workerd-darwin-arm64": "1.20250525.0",
-
"@cloudflare/workerd-linux-64": "1.20250525.0",
-
"@cloudflare/workerd-linux-arm64": "1.20250525.0",
-
"@cloudflare/workerd-windows-64": "1.20250525.0"
-
}
-
},
-
"node_modules/wrangler": {
-
"version": "4.19.1",
-
"resolved": "https://registry.npmjs.org/wrangler/-/wrangler-4.19.1.tgz",
-
"integrity": "sha512-b+ed2SJKauHgndl4Im1wHE+FeSSlrdlEZNuvpc8q/94k4EmRxRkXnwBAsVWuicBxG3HStFLQPGGlvL8wGKTtHw==",
-
"dev": true,
-
"dependencies": {
-
"@cloudflare/kv-asset-handler": "0.4.0",
-
"@cloudflare/unenv-preset": "2.3.2",
-
"blake3-wasm": "2.1.5",
-
"esbuild": "0.25.4",
-
"miniflare": "4.20250525.1",
-
"path-to-regexp": "6.3.0",
-
"unenv": "2.0.0-rc.17",
-
"workerd": "1.20250525.0"
-
},
-
"bin": {
-
"wrangler": "bin/wrangler.js",
-
"wrangler2": "bin/wrangler.js"
-
},
-
"engines": {
-
"node": ">=18.0.0"
-
},
-
"optionalDependencies": {
-
"fsevents": "~2.3.2"
-
},
-
"peerDependencies": {
-
"@cloudflare/workers-types": "^4.20250525.0"
-
},
-
"peerDependenciesMeta": {
-
"@cloudflare/workers-types": {
-
"optional": true
-
}
-
}
-
},
-
"node_modules/ws": {
-
"version": "8.18.0",
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
-
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
-
"dev": true,
-
"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/yaml": {
-
"version": "2.8.0",
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
-
"integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
-
"bin": {
-
"yaml": "bin.mjs"
-
},
-
"engines": {
-
"node": ">= 14.6"
-
}
-
},
-
"node_modules/youch": {
-
"version": "3.3.4",
-
"resolved": "https://registry.npmjs.org/youch/-/youch-3.3.4.tgz",
-
"integrity": "sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg==",
-
"dev": true,
-
"dependencies": {
-
"cookie": "^0.7.1",
-
"mustache": "^4.2.0",
-
"stacktracey": "^2.1.8"
-
}
-
},
-
"node_modules/zod": {
-
"version": "3.25.56",
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.56.tgz",
-
"integrity": "sha512-rd6eEF3BTNvQnR2e2wwolfTmUTnp70aUTqr0oaGbHifzC3BKJsoV+Gat8vxUMR1hwOKBs6El+qWehrHbCpW6SQ==",
-
"funding": {
-
"url": "https://github.com/sponsors/colinhacks"
-
}
-
}
-
}
+
"name": "bluesky-alt-text-worker",
+
"version": "0.0.1",
+
"lockfileVersion": 3,
+
"requires": true,
+
"packages": {
+
"": {
+
"name": "bluesky-alt-text-worker",
+
"version": "0.0.1",
+
"dependencies": {
+
"@google/genai": "^1.4.0",
+
"chanfana": "^2.6.3",
+
"hono": "^4.6.20",
+
"zod": "^3.24.1"
+
},
+
"devDependencies": {
+
"@types/node": "22.13.0",
+
"@types/service-worker-mock": "^2.0.4",
+
"wrangler": "^4.19.1"
+
}
+
},
+
"node_modules/@asteasolutions/zod-to-openapi": {
+
"version": "7.3.3",
+
"resolved": "https://registry.npmjs.org/@asteasolutions/zod-to-openapi/-/zod-to-openapi-7.3.3.tgz",
+
"integrity": "sha512-ioiw+R+gBGAUwmDp+/gJA16tedBivzDaji5wOvWej0ZYDE0CXTSSfJfXbrBIuWKh6JQhuXgNDniJdeDueKUZTA==",
+
"dependencies": {
+
"openapi3-ts": "^4.1.2"
+
},
+
"peerDependencies": {
+
"zod": "^3.20.2"
+
}
+
},
+
"node_modules/@cloudflare/kv-asset-handler": {
+
"version": "0.4.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.0.tgz",
+
"integrity": "sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==",
+
"dev": true,
+
"dependencies": {
+
"mime": "^3.0.0"
+
},
+
"engines": {
+
"node": ">=18.0.0"
+
}
+
},
+
"node_modules/@cloudflare/unenv-preset": {
+
"version": "2.3.2",
+
"resolved": "https://registry.npmjs.org/@cloudflare/unenv-preset/-/unenv-preset-2.3.2.tgz",
+
"integrity": "sha512-MtUgNl+QkQyhQvv5bbWP+BpBC1N0me4CHHuP2H4ktmOMKdB/6kkz/lo+zqiA4mEazb4y+1cwyNjVrQ2DWeE4mg==",
+
"dev": true,
+
"peerDependencies": {
+
"unenv": "2.0.0-rc.17",
+
"workerd": "^1.20250508.0"
+
},
+
"peerDependenciesMeta": {
+
"workerd": {
+
"optional": true
+
}
+
}
+
},
+
"node_modules/@cloudflare/workerd-darwin-64": {
+
"version": "1.20250525.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20250525.0.tgz",
+
"integrity": "sha512-L5l+7sSJJT2+riR5rS3Q3PKNNySPjWfRIeaNGMVRi1dPO6QPi4lwuxfRUFNoeUdilZJUVPfSZvTtj9RedsKznQ==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"node_modules/@cloudflare/workerd-darwin-arm64": {
+
"version": "1.20250525.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.20250525.0.tgz",
+
"integrity": "sha512-Y3IbIdrF/vJWh/WBvshwcSyUh175VAiLRW7963S1dXChrZ1N5wuKGQm9xY69cIGVtitpMJWWW3jLq7J/Xxwm0Q==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"node_modules/@cloudflare/workerd-linux-64": {
+
"version": "1.20250525.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.20250525.0.tgz",
+
"integrity": "sha512-KSyQPAby+c6cpENoO0ayCQlY6QIh28l/+QID7VC1SLXfiNHy+hPNsH1vVBTST6CilHVAQSsy9tCZ9O9XECB8yg==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"node_modules/@cloudflare/workerd-linux-arm64": {
+
"version": "1.20250525.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.20250525.0.tgz",
+
"integrity": "sha512-Nt0FUxS2kQhJUea4hMCNPaetkrAFDhPnNX/ntwcqVlGgnGt75iaAhupWJbU0GB+gIWlKeuClUUnDZqKbicoKyg==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"node_modules/@cloudflare/workerd-windows-64": {
+
"version": "1.20250525.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20250525.0.tgz",
+
"integrity": "sha512-mwTj+9f3uIa4NEXR1cOa82PjLa6dbrb3J+KCVJFYIaq7e63VxEzOchCXS4tublT2pmOhmFqkgBMXrxozxNkR2Q==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"win32"
+
],
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"node_modules/@cloudflare/workers-types": {
+
"version": "4.20250607.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250607.0.tgz",
+
"integrity": "sha512-OYmKNzC2eQy6CNj+j0go8Ut3SezjsprCgJyEaBzJql+473WAN9ndVnNZy9lj/tTyLV6wzpQkZWmRAKGDmacvkg==",
+
"dev": true,
+
"optional": true,
+
"peer": true
+
},
+
"node_modules/@cspotcode/source-map-support": {
+
"version": "0.8.1",
+
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
+
"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
+
"dev": true,
+
"dependencies": {
+
"@jridgewell/trace-mapping": "0.3.9"
+
},
+
"engines": {
+
"node": ">=12"
+
}
+
},
+
"node_modules/@emnapi/runtime": {
+
"version": "1.4.3",
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz",
+
"integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==",
+
"dev": true,
+
"optional": true,
+
"dependencies": {
+
"tslib": "^2.4.0"
+
}
+
},
+
"node_modules/@esbuild/aix-ppc64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.4.tgz",
+
"integrity": "sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==",
+
"cpu": [
+
"ppc64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"aix"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/android-arm": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.4.tgz",
+
"integrity": "sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==",
+
"cpu": [
+
"arm"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"android"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/android-arm64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.4.tgz",
+
"integrity": "sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"android"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/android-x64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.4.tgz",
+
"integrity": "sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"android"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/darwin-arm64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.4.tgz",
+
"integrity": "sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/darwin-x64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.4.tgz",
+
"integrity": "sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/freebsd-arm64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.4.tgz",
+
"integrity": "sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"freebsd"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/freebsd-x64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.4.tgz",
+
"integrity": "sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"freebsd"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/linux-arm": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.4.tgz",
+
"integrity": "sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==",
+
"cpu": [
+
"arm"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/linux-arm64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.4.tgz",
+
"integrity": "sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/linux-ia32": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.4.tgz",
+
"integrity": "sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==",
+
"cpu": [
+
"ia32"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/linux-loong64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.4.tgz",
+
"integrity": "sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==",
+
"cpu": [
+
"loong64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/linux-mips64el": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.4.tgz",
+
"integrity": "sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==",
+
"cpu": [
+
"mips64el"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/linux-ppc64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.4.tgz",
+
"integrity": "sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==",
+
"cpu": [
+
"ppc64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/linux-riscv64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.4.tgz",
+
"integrity": "sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==",
+
"cpu": [
+
"riscv64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/linux-s390x": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.4.tgz",
+
"integrity": "sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==",
+
"cpu": [
+
"s390x"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/linux-x64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.4.tgz",
+
"integrity": "sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/netbsd-arm64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.4.tgz",
+
"integrity": "sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"netbsd"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/netbsd-x64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.4.tgz",
+
"integrity": "sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"netbsd"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/openbsd-arm64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.4.tgz",
+
"integrity": "sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"openbsd"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/openbsd-x64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.4.tgz",
+
"integrity": "sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"openbsd"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/sunos-x64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.4.tgz",
+
"integrity": "sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"sunos"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/win32-arm64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.4.tgz",
+
"integrity": "sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"win32"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/win32-ia32": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.4.tgz",
+
"integrity": "sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==",
+
"cpu": [
+
"ia32"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"win32"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@esbuild/win32-x64": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.4.tgz",
+
"integrity": "sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"win32"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@fastify/busboy": {
+
"version": "2.1.1",
+
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
+
"integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
+
"dev": true,
+
"engines": {
+
"node": ">=14"
+
}
+
},
+
"node_modules/@google/genai": {
+
"version": "1.4.0",
+
"resolved": "https://registry.npmjs.org/@google/genai/-/genai-1.4.0.tgz",
+
"integrity": "sha512-u9LQZbWBhqaaLelCcYsxMNDTeW12jzNwGkI/eqUeMG/iB1gJBu56LCxrFJ/hkHeZQgPg+j1pckBLZS/dnOh+Bw==",
+
"dependencies": {
+
"google-auth-library": "^9.14.2",
+
"ws": "^8.18.0",
+
"zod": "^3.22.4",
+
"zod-to-json-schema": "^3.22.4"
+
},
+
"engines": {
+
"node": ">=20.0.0"
+
},
+
"peerDependencies": {
+
"@modelcontextprotocol/sdk": "^1.11.0"
+
}
+
},
+
"node_modules/@img/sharp-darwin-arm64": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
+
"integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-darwin-arm64": "1.0.4"
+
}
+
},
+
"node_modules/@img/sharp-darwin-x64": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
+
"integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-darwin-x64": "1.0.4"
+
}
+
},
+
"node_modules/@img/sharp-libvips-darwin-arm64": {
+
"version": "1.0.4",
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
+
"integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-darwin-x64": {
+
"version": "1.0.4",
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
+
"integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linux-arm": {
+
"version": "1.0.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
+
"integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
+
"cpu": [
+
"arm"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linux-arm64": {
+
"version": "1.0.4",
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
+
"integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linux-s390x": {
+
"version": "1.0.4",
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
+
"integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
+
"cpu": [
+
"s390x"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linux-x64": {
+
"version": "1.0.4",
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
+
"integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
+
"version": "1.0.4",
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
+
"integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
+
"version": "1.0.4",
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
+
"integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-linux-arm": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
+
"integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
+
"cpu": [
+
"arm"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linux-arm": "1.0.5"
+
}
+
},
+
"node_modules/@img/sharp-linux-arm64": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
+
"integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linux-arm64": "1.0.4"
+
}
+
},
+
"node_modules/@img/sharp-linux-s390x": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
+
"integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
+
"cpu": [
+
"s390x"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linux-s390x": "1.0.4"
+
}
+
},
+
"node_modules/@img/sharp-linux-x64": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
+
"integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linux-x64": "1.0.4"
+
}
+
},
+
"node_modules/@img/sharp-linuxmusl-arm64": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
+
"integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
+
"cpu": [
+
"arm64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
+
}
+
},
+
"node_modules/@img/sharp-linuxmusl-x64": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
+
"integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linuxmusl-x64": "1.0.4"
+
}
+
},
+
"node_modules/@img/sharp-wasm32": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
+
"integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
+
"cpu": [
+
"wasm32"
+
],
+
"dev": true,
+
"optional": true,
+
"dependencies": {
+
"@emnapi/runtime": "^1.2.0"
+
},
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-win32-ia32": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
+
"integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
+
"cpu": [
+
"ia32"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"win32"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-win32-x64": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
+
"integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
+
"cpu": [
+
"x64"
+
],
+
"dev": true,
+
"optional": true,
+
"os": [
+
"win32"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@jridgewell/resolve-uri": {
+
"version": "3.1.2",
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
+
"dev": true,
+
"engines": {
+
"node": ">=6.0.0"
+
}
+
},
+
"node_modules/@jridgewell/sourcemap-codec": {
+
"version": "1.5.0",
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
+
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
+
"dev": true
+
},
+
"node_modules/@jridgewell/trace-mapping": {
+
"version": "0.3.9",
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
+
"integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
+
"dev": true,
+
"dependencies": {
+
"@jridgewell/resolve-uri": "^3.0.3",
+
"@jridgewell/sourcemap-codec": "^1.4.10"
+
}
+
},
+
"node_modules/@modelcontextprotocol/sdk": {
+
"version": "1.12.1",
+
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.12.1.tgz",
+
"integrity": "sha512-KG1CZhZfWg+u8pxeM/mByJDScJSrjjxLc8fwQqbsS8xCjBmQfMNEBTotYdNanKekepnfRI85GtgQlctLFpcYPw==",
+
"peer": true,
+
"dependencies": {
+
"ajv": "^6.12.6",
+
"content-type": "^1.0.5",
+
"cors": "^2.8.5",
+
"cross-spawn": "^7.0.5",
+
"eventsource": "^3.0.2",
+
"express": "^5.0.1",
+
"express-rate-limit": "^7.5.0",
+
"pkce-challenge": "^5.0.0",
+
"raw-body": "^3.0.0",
+
"zod": "^3.23.8",
+
"zod-to-json-schema": "^3.24.1"
+
},
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/@types/node": {
+
"version": "22.13.0",
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.0.tgz",
+
"integrity": "sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==",
+
"dev": true,
+
"dependencies": {
+
"undici-types": "~6.20.0"
+
}
+
},
+
"node_modules/@types/service-worker-mock": {
+
"version": "2.0.4",
+
"resolved": "https://registry.npmjs.org/@types/service-worker-mock/-/service-worker-mock-2.0.4.tgz",
+
"integrity": "sha512-MEBT2eiqYfhxjqYm/oAf2AvKLbPTPwJJAYrMdheKnGyz1yG9XBRfxCzi93h27qpSvI7jOYfXqFLVMLBXFDqo4A==",
+
"dev": true
+
},
+
"node_modules/accepts": {
+
"version": "2.0.0",
+
"resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
+
"integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
+
"peer": true,
+
"dependencies": {
+
"mime-types": "^3.0.0",
+
"negotiator": "^1.0.0"
+
},
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/acorn": {
+
"version": "8.14.0",
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
+
"integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
+
"dev": true,
+
"bin": {
+
"acorn": "bin/acorn"
+
},
+
"engines": {
+
"node": ">=0.4.0"
+
}
+
},
+
"node_modules/acorn-walk": {
+
"version": "8.3.2",
+
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz",
+
"integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==",
+
"dev": true,
+
"engines": {
+
"node": ">=0.4.0"
+
}
+
},
+
"node_modules/agent-base": {
+
"version": "7.1.3",
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
+
"integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
+
"engines": {
+
"node": ">= 14"
+
}
+
},
+
"node_modules/ajv": {
+
"version": "6.12.6",
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+
"peer": true,
+
"dependencies": {
+
"fast-deep-equal": "^3.1.1",
+
"fast-json-stable-stringify": "^2.0.0",
+
"json-schema-traverse": "^0.4.1",
+
"uri-js": "^4.2.2"
+
},
+
"funding": {
+
"type": "github",
+
"url": "https://github.com/sponsors/epoberezkin"
+
}
+
},
+
"node_modules/argparse": {
+
"version": "2.0.1",
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
+
},
+
"node_modules/as-table": {
+
"version": "1.0.55",
+
"resolved": "https://registry.npmjs.org/as-table/-/as-table-1.0.55.tgz",
+
"integrity": "sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==",
+
"dev": true,
+
"dependencies": {
+
"printable-characters": "^1.0.42"
+
}
+
},
+
"node_modules/base64-js": {
+
"version": "1.5.1",
+
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
+
"funding": [
+
{
+
"type": "github",
+
"url": "https://github.com/sponsors/feross"
+
},
+
{
+
"type": "patreon",
+
"url": "https://www.patreon.com/feross"
+
},
+
{
+
"type": "consulting",
+
"url": "https://feross.org/support"
+
}
+
]
+
},
+
"node_modules/bignumber.js": {
+
"version": "9.3.0",
+
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.0.tgz",
+
"integrity": "sha512-EM7aMFTXbptt/wZdMlBv2t8IViwQL+h6SLHosp8Yf0dqJMTnY6iL32opnAB6kAdL0SZPuvcAzFr31o0c/R3/RA==",
+
"engines": {
+
"node": "*"
+
}
+
},
+
"node_modules/blake3-wasm": {
+
"version": "2.1.5",
+
"resolved": "https://registry.npmjs.org/blake3-wasm/-/blake3-wasm-2.1.5.tgz",
+
"integrity": "sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==",
+
"dev": true
+
},
+
"node_modules/body-parser": {
+
"version": "2.2.0",
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz",
+
"integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==",
+
"peer": true,
+
"dependencies": {
+
"bytes": "^3.1.2",
+
"content-type": "^1.0.5",
+
"debug": "^4.4.0",
+
"http-errors": "^2.0.0",
+
"iconv-lite": "^0.6.3",
+
"on-finished": "^2.4.1",
+
"qs": "^6.14.0",
+
"raw-body": "^3.0.0",
+
"type-is": "^2.0.0"
+
},
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/buffer-equal-constant-time": {
+
"version": "1.0.1",
+
"resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
+
"integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA=="
+
},
+
"node_modules/bytes": {
+
"version": "3.1.2",
+
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
+
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/call-bind-apply-helpers": {
+
"version": "1.0.2",
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
+
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
+
"peer": true,
+
"dependencies": {
+
"es-errors": "^1.3.0",
+
"function-bind": "^1.1.2"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
}
+
},
+
"node_modules/call-bound": {
+
"version": "1.0.4",
+
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
+
"peer": true,
+
"dependencies": {
+
"call-bind-apply-helpers": "^1.0.2",
+
"get-intrinsic": "^1.3.0"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/chanfana": {
+
"version": "2.8.0",
+
"resolved": "https://registry.npmjs.org/chanfana/-/chanfana-2.8.0.tgz",
+
"integrity": "sha512-R0lY+c4lBVO8jnop9J5hY6W2Vq5YS3sb9NwI4nY2oJU65E38rC6LCNNhEVEITVmcn+EhuKIQK4FLJLW93gFG4g==",
+
"dependencies": {
+
"@asteasolutions/zod-to-openapi": "^7.2.0",
+
"js-yaml": "^4.1.0",
+
"openapi3-ts": "^4.4.0",
+
"zod": "^3.23.8"
+
}
+
},
+
"node_modules/color": {
+
"version": "4.2.3",
+
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
+
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
+
"dev": true,
+
"dependencies": {
+
"color-convert": "^2.0.1",
+
"color-string": "^1.9.0"
+
},
+
"engines": {
+
"node": ">=12.5.0"
+
}
+
},
+
"node_modules/color-convert": {
+
"version": "2.0.1",
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+
"dev": true,
+
"dependencies": {
+
"color-name": "~1.1.4"
+
},
+
"engines": {
+
"node": ">=7.0.0"
+
}
+
},
+
"node_modules/color-name": {
+
"version": "1.1.4",
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+
"dev": true
+
},
+
"node_modules/color-string": {
+
"version": "1.9.1",
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
+
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
+
"dev": true,
+
"dependencies": {
+
"color-name": "^1.0.0",
+
"simple-swizzle": "^0.2.2"
+
}
+
},
+
"node_modules/content-disposition": {
+
"version": "1.0.0",
+
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz",
+
"integrity": "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==",
+
"peer": true,
+
"dependencies": {
+
"safe-buffer": "5.2.1"
+
},
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/content-type": {
+
"version": "1.0.5",
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
+
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/cookie": {
+
"version": "0.7.2",
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
+
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/cookie-signature": {
+
"version": "1.2.2",
+
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
+
"integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
+
"peer": true,
+
"engines": {
+
"node": ">=6.6.0"
+
}
+
},
+
"node_modules/cors": {
+
"version": "2.8.5",
+
"resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
+
"integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
+
"peer": true,
+
"dependencies": {
+
"object-assign": "^4",
+
"vary": "^1"
+
},
+
"engines": {
+
"node": ">= 0.10"
+
}
+
},
+
"node_modules/cross-spawn": {
+
"version": "7.0.6",
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
+
"peer": true,
+
"dependencies": {
+
"path-key": "^3.1.0",
+
"shebang-command": "^2.0.0",
+
"which": "^2.0.1"
+
},
+
"engines": {
+
"node": ">= 8"
+
}
+
},
+
"node_modules/data-uri-to-buffer": {
+
"version": "2.0.2",
+
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-2.0.2.tgz",
+
"integrity": "sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==",
+
"dev": true
+
},
+
"node_modules/debug": {
+
"version": "4.4.1",
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
+
"dependencies": {
+
"ms": "^2.1.3"
+
},
+
"engines": {
+
"node": ">=6.0"
+
},
+
"peerDependenciesMeta": {
+
"supports-color": {
+
"optional": true
+
}
+
}
+
},
+
"node_modules/defu": {
+
"version": "6.1.4",
+
"resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
+
"integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
+
"dev": 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==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/detect-libc": {
+
"version": "2.0.4",
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
+
"integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
+
"dev": true,
+
"engines": {
+
"node": ">=8"
+
}
+
},
+
"node_modules/dunder-proto": {
+
"version": "1.0.1",
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
+
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
+
"peer": true,
+
"dependencies": {
+
"call-bind-apply-helpers": "^1.0.1",
+
"es-errors": "^1.3.0",
+
"gopd": "^1.2.0"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
}
+
},
+
"node_modules/ecdsa-sig-formatter": {
+
"version": "1.0.11",
+
"resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
+
"integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
+
"dependencies": {
+
"safe-buffer": "^5.0.1"
+
}
+
},
+
"node_modules/ee-first": {
+
"version": "1.1.1",
+
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
+
"peer": true
+
},
+
"node_modules/encodeurl": {
+
"version": "2.0.0",
+
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
+
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/es-define-property": {
+
"version": "1.0.1",
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.4"
+
}
+
},
+
"node_modules/es-errors": {
+
"version": "1.3.0",
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.4"
+
}
+
},
+
"node_modules/es-object-atoms": {
+
"version": "1.1.1",
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
+
"peer": true,
+
"dependencies": {
+
"es-errors": "^1.3.0"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
}
+
},
+
"node_modules/esbuild": {
+
"version": "0.25.4",
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.4.tgz",
+
"integrity": "sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==",
+
"dev": true,
+
"hasInstallScript": true,
+
"bin": {
+
"esbuild": "bin/esbuild"
+
},
+
"engines": {
+
"node": ">=18"
+
},
+
"optionalDependencies": {
+
"@esbuild/aix-ppc64": "0.25.4",
+
"@esbuild/android-arm": "0.25.4",
+
"@esbuild/android-arm64": "0.25.4",
+
"@esbuild/android-x64": "0.25.4",
+
"@esbuild/darwin-arm64": "0.25.4",
+
"@esbuild/darwin-x64": "0.25.4",
+
"@esbuild/freebsd-arm64": "0.25.4",
+
"@esbuild/freebsd-x64": "0.25.4",
+
"@esbuild/linux-arm": "0.25.4",
+
"@esbuild/linux-arm64": "0.25.4",
+
"@esbuild/linux-ia32": "0.25.4",
+
"@esbuild/linux-loong64": "0.25.4",
+
"@esbuild/linux-mips64el": "0.25.4",
+
"@esbuild/linux-ppc64": "0.25.4",
+
"@esbuild/linux-riscv64": "0.25.4",
+
"@esbuild/linux-s390x": "0.25.4",
+
"@esbuild/linux-x64": "0.25.4",
+
"@esbuild/netbsd-arm64": "0.25.4",
+
"@esbuild/netbsd-x64": "0.25.4",
+
"@esbuild/openbsd-arm64": "0.25.4",
+
"@esbuild/openbsd-x64": "0.25.4",
+
"@esbuild/sunos-x64": "0.25.4",
+
"@esbuild/win32-arm64": "0.25.4",
+
"@esbuild/win32-ia32": "0.25.4",
+
"@esbuild/win32-x64": "0.25.4"
+
}
+
},
+
"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==",
+
"peer": true
+
},
+
"node_modules/etag": {
+
"version": "1.8.1",
+
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
+
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/eventsource": {
+
"version": "3.0.7",
+
"resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
+
"integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
+
"peer": true,
+
"dependencies": {
+
"eventsource-parser": "^3.0.1"
+
},
+
"engines": {
+
"node": ">=18.0.0"
+
}
+
},
+
"node_modules/eventsource-parser": {
+
"version": "3.0.2",
+
"resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.2.tgz",
+
"integrity": "sha512-6RxOBZ/cYgd8usLwsEl+EC09Au/9BcmCKYF2/xbml6DNczf7nv0MQb+7BA2F+li6//I+28VNlQR37XfQtcAJuA==",
+
"peer": true,
+
"engines": {
+
"node": ">=18.0.0"
+
}
+
},
+
"node_modules/exit-hook": {
+
"version": "2.2.1",
+
"resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-2.2.1.tgz",
+
"integrity": "sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==",
+
"dev": true,
+
"engines": {
+
"node": ">=6"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/sindresorhus"
+
}
+
},
+
"node_modules/express": {
+
"version": "5.1.0",
+
"resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz",
+
"integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==",
+
"peer": true,
+
"dependencies": {
+
"accepts": "^2.0.0",
+
"body-parser": "^2.2.0",
+
"content-disposition": "^1.0.0",
+
"content-type": "^1.0.5",
+
"cookie": "^0.7.1",
+
"cookie-signature": "^1.2.1",
+
"debug": "^4.4.0",
+
"encodeurl": "^2.0.0",
+
"escape-html": "^1.0.3",
+
"etag": "^1.8.1",
+
"finalhandler": "^2.1.0",
+
"fresh": "^2.0.0",
+
"http-errors": "^2.0.0",
+
"merge-descriptors": "^2.0.0",
+
"mime-types": "^3.0.0",
+
"on-finished": "^2.4.1",
+
"once": "^1.4.0",
+
"parseurl": "^1.3.3",
+
"proxy-addr": "^2.0.7",
+
"qs": "^6.14.0",
+
"range-parser": "^1.2.1",
+
"router": "^2.2.0",
+
"send": "^1.1.0",
+
"serve-static": "^2.2.0",
+
"statuses": "^2.0.1",
+
"type-is": "^2.0.1",
+
"vary": "^1.1.2"
+
},
+
"engines": {
+
"node": ">= 18"
+
},
+
"funding": {
+
"type": "opencollective",
+
"url": "https://opencollective.com/express"
+
}
+
},
+
"node_modules/express-rate-limit": {
+
"version": "7.5.0",
+
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.0.tgz",
+
"integrity": "sha512-eB5zbQh5h+VenMPM3fh+nw1YExi5nMr6HUCR62ELSP11huvxm/Uir1H1QEyTkk5QX6A58pX6NmaTMceKZ0Eodg==",
+
"peer": true,
+
"engines": {
+
"node": ">= 16"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/express-rate-limit"
+
},
+
"peerDependencies": {
+
"express": "^4.11 || 5 || ^5.0.0-beta.1"
+
}
+
},
+
"node_modules/exsolve": {
+
"version": "1.0.5",
+
"resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.5.tgz",
+
"integrity": "sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==",
+
"dev": true
+
},
+
"node_modules/extend": {
+
"version": "3.0.2",
+
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
+
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
+
},
+
"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==",
+
"peer": true
+
},
+
"node_modules/fast-json-stable-stringify": {
+
"version": "2.1.0",
+
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+
"peer": true
+
},
+
"node_modules/finalhandler": {
+
"version": "2.1.0",
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.0.tgz",
+
"integrity": "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==",
+
"peer": true,
+
"dependencies": {
+
"debug": "^4.4.0",
+
"encodeurl": "^2.0.0",
+
"escape-html": "^1.0.3",
+
"on-finished": "^2.4.1",
+
"parseurl": "^1.3.3",
+
"statuses": "^2.0.1"
+
},
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/forwarded": {
+
"version": "0.2.0",
+
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
+
"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/fresh": {
+
"version": "2.0.0",
+
"resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
+
"integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/fsevents": {
+
"version": "2.3.3",
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+
"dev": true,
+
"hasInstallScript": true,
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+
}
+
},
+
"node_modules/function-bind": {
+
"version": "1.1.2",
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+
"peer": true,
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/gaxios": {
+
"version": "6.7.1",
+
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.1.tgz",
+
"integrity": "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==",
+
"dependencies": {
+
"extend": "^3.0.2",
+
"https-proxy-agent": "^7.0.1",
+
"is-stream": "^2.0.0",
+
"node-fetch": "^2.6.9",
+
"uuid": "^9.0.1"
+
},
+
"engines": {
+
"node": ">=14"
+
}
+
},
+
"node_modules/gcp-metadata": {
+
"version": "6.1.1",
+
"resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.1.tgz",
+
"integrity": "sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==",
+
"dependencies": {
+
"gaxios": "^6.1.1",
+
"google-logging-utils": "^0.0.2",
+
"json-bigint": "^1.0.0"
+
},
+
"engines": {
+
"node": ">=14"
+
}
+
},
+
"node_modules/get-intrinsic": {
+
"version": "1.3.0",
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
+
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
+
"peer": true,
+
"dependencies": {
+
"call-bind-apply-helpers": "^1.0.2",
+
"es-define-property": "^1.0.1",
+
"es-errors": "^1.3.0",
+
"es-object-atoms": "^1.1.1",
+
"function-bind": "^1.1.2",
+
"get-proto": "^1.0.1",
+
"gopd": "^1.2.0",
+
"has-symbols": "^1.1.0",
+
"hasown": "^2.0.2",
+
"math-intrinsics": "^1.1.0"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/get-proto": {
+
"version": "1.0.1",
+
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
+
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
+
"peer": true,
+
"dependencies": {
+
"dunder-proto": "^1.0.1",
+
"es-object-atoms": "^1.0.0"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
}
+
},
+
"node_modules/get-source": {
+
"version": "2.0.12",
+
"resolved": "https://registry.npmjs.org/get-source/-/get-source-2.0.12.tgz",
+
"integrity": "sha512-X5+4+iD+HoSeEED+uwrQ07BOQr0kEDFMVqqpBuI+RaZBpBpHCuXxo70bjar6f0b0u/DQJsJ7ssurpP0V60Az+w==",
+
"dev": true,
+
"dependencies": {
+
"data-uri-to-buffer": "^2.0.0",
+
"source-map": "^0.6.1"
+
}
+
},
+
"node_modules/glob-to-regexp": {
+
"version": "0.4.1",
+
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
+
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
+
"dev": true
+
},
+
"node_modules/google-auth-library": {
+
"version": "9.15.1",
+
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.15.1.tgz",
+
"integrity": "sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==",
+
"dependencies": {
+
"base64-js": "^1.3.0",
+
"ecdsa-sig-formatter": "^1.0.11",
+
"gaxios": "^6.1.1",
+
"gcp-metadata": "^6.1.0",
+
"gtoken": "^7.0.0",
+
"jws": "^4.0.0"
+
},
+
"engines": {
+
"node": ">=14"
+
}
+
},
+
"node_modules/google-logging-utils": {
+
"version": "0.0.2",
+
"resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-0.0.2.tgz",
+
"integrity": "sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==",
+
"engines": {
+
"node": ">=14"
+
}
+
},
+
"node_modules/gopd": {
+
"version": "1.2.0",
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.4"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/gtoken": {
+
"version": "7.1.0",
+
"resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
+
"integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
+
"dependencies": {
+
"gaxios": "^6.0.0",
+
"jws": "^4.0.0"
+
},
+
"engines": {
+
"node": ">=14.0.0"
+
}
+
},
+
"node_modules/has-symbols": {
+
"version": "1.1.0",
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.4"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/hasown": {
+
"version": "2.0.2",
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+
"peer": true,
+
"dependencies": {
+
"function-bind": "^1.1.2"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
}
+
},
+
"node_modules/hono": {
+
"version": "4.7.11",
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.7.11.tgz",
+
"integrity": "sha512-rv0JMwC0KALbbmwJDEnxvQCeJh+xbS3KEWW5PC9cMJ08Ur9xgatI0HmtgYZfOdOSOeYsp5LO2cOhdI8cLEbDEQ==",
+
"engines": {
+
"node": ">=16.9.0"
+
}
+
},
+
"node_modules/http-errors": {
+
"version": "2.0.0",
+
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
+
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
+
"peer": true,
+
"dependencies": {
+
"depd": "2.0.0",
+
"inherits": "2.0.4",
+
"setprototypeof": "1.2.0",
+
"statuses": "2.0.1",
+
"toidentifier": "1.0.1"
+
},
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/http-errors/node_modules/statuses": {
+
"version": "2.0.1",
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
+
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/https-proxy-agent": {
+
"version": "7.0.6",
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
+
"dependencies": {
+
"agent-base": "^7.1.2",
+
"debug": "4"
+
},
+
"engines": {
+
"node": ">= 14"
+
}
+
},
+
"node_modules/iconv-lite": {
+
"version": "0.6.3",
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
+
"peer": true,
+
"dependencies": {
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
+
},
+
"engines": {
+
"node": ">=0.10.0"
+
}
+
},
+
"node_modules/inherits": {
+
"version": "2.0.4",
+
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+
"peer": true
+
},
+
"node_modules/ipaddr.js": {
+
"version": "1.9.1",
+
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
+
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.10"
+
}
+
},
+
"node_modules/is-arrayish": {
+
"version": "0.3.2",
+
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
+
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
+
"dev": true
+
},
+
"node_modules/is-promise": {
+
"version": "4.0.0",
+
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
+
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
+
"peer": true
+
},
+
"node_modules/is-stream": {
+
"version": "2.0.1",
+
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
+
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
+
"engines": {
+
"node": ">=8"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/sindresorhus"
+
}
+
},
+
"node_modules/isexe": {
+
"version": "2.0.0",
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+
"peer": true
+
},
+
"node_modules/js-yaml": {
+
"version": "4.1.0",
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+
"dependencies": {
+
"argparse": "^2.0.1"
+
},
+
"bin": {
+
"js-yaml": "bin/js-yaml.js"
+
}
+
},
+
"node_modules/json-bigint": {
+
"version": "1.0.0",
+
"resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
+
"integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
+
"dependencies": {
+
"bignumber.js": "^9.0.0"
+
}
+
},
+
"node_modules/json-schema-traverse": {
+
"version": "0.4.1",
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+
"peer": true
+
},
+
"node_modules/jwa": {
+
"version": "2.0.1",
+
"resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
+
"integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
+
"dependencies": {
+
"buffer-equal-constant-time": "^1.0.1",
+
"ecdsa-sig-formatter": "1.0.11",
+
"safe-buffer": "^5.0.1"
+
}
+
},
+
"node_modules/jws": {
+
"version": "4.0.0",
+
"resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz",
+
"integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==",
+
"dependencies": {
+
"jwa": "^2.0.0",
+
"safe-buffer": "^5.0.1"
+
}
+
},
+
"node_modules/math-intrinsics": {
+
"version": "1.1.0",
+
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.4"
+
}
+
},
+
"node_modules/media-typer": {
+
"version": "1.1.0",
+
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
+
"integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/merge-descriptors": {
+
"version": "2.0.0",
+
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
+
"integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
+
"peer": true,
+
"engines": {
+
"node": ">=18"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/sindresorhus"
+
}
+
},
+
"node_modules/mime": {
+
"version": "3.0.0",
+
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
+
"integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
+
"dev": true,
+
"bin": {
+
"mime": "cli.js"
+
},
+
"engines": {
+
"node": ">=10.0.0"
+
}
+
},
+
"node_modules/mime-db": {
+
"version": "1.54.0",
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
+
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/mime-types": {
+
"version": "3.0.1",
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz",
+
"integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
+
"peer": true,
+
"dependencies": {
+
"mime-db": "^1.54.0"
+
},
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/miniflare": {
+
"version": "4.20250525.1",
+
"resolved": "https://registry.npmjs.org/miniflare/-/miniflare-4.20250525.1.tgz",
+
"integrity": "sha512-4PJlT5WA+hfclFU5Q7xnpG1G1VGYTXaf/3iu6iKQ8IsbSi9QvPTA2bSZ5goCFxmJXDjV4cxttVxB0Wl1CLuQ0w==",
+
"dev": true,
+
"dependencies": {
+
"@cspotcode/source-map-support": "0.8.1",
+
"acorn": "8.14.0",
+
"acorn-walk": "8.3.2",
+
"exit-hook": "2.2.1",
+
"glob-to-regexp": "0.4.1",
+
"sharp": "^0.33.5",
+
"stoppable": "1.1.0",
+
"undici": "^5.28.5",
+
"workerd": "1.20250525.0",
+
"ws": "8.18.0",
+
"youch": "3.3.4",
+
"zod": "3.22.3"
+
},
+
"bin": {
+
"miniflare": "bootstrap.js"
+
},
+
"engines": {
+
"node": ">=18.0.0"
+
}
+
},
+
"node_modules/miniflare/node_modules/zod": {
+
"version": "3.22.3",
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz",
+
"integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==",
+
"dev": true,
+
"funding": {
+
"url": "https://github.com/sponsors/colinhacks"
+
}
+
},
+
"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=="
+
},
+
"node_modules/mustache": {
+
"version": "4.2.0",
+
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
+
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
+
"dev": true,
+
"bin": {
+
"mustache": "bin/mustache"
+
}
+
},
+
"node_modules/negotiator": {
+
"version": "1.0.0",
+
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
+
"integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/node-fetch": {
+
"version": "2.7.0",
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
+
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
+
"dependencies": {
+
"whatwg-url": "^5.0.0"
+
},
+
"engines": {
+
"node": "4.x || >=6.0.0"
+
},
+
"peerDependencies": {
+
"encoding": "^0.1.0"
+
},
+
"peerDependenciesMeta": {
+
"encoding": {
+
"optional": true
+
}
+
}
+
},
+
"node_modules/object-assign": {
+
"version": "4.1.1",
+
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+
"peer": true,
+
"engines": {
+
"node": ">=0.10.0"
+
}
+
},
+
"node_modules/object-inspect": {
+
"version": "1.13.4",
+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
+
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.4"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/ohash": {
+
"version": "2.0.11",
+
"resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
+
"integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
+
"dev": true
+
},
+
"node_modules/on-finished": {
+
"version": "2.4.1",
+
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
+
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
+
"peer": true,
+
"dependencies": {
+
"ee-first": "1.1.1"
+
},
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/once": {
+
"version": "1.4.0",
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+
"peer": true,
+
"dependencies": {
+
"wrappy": "1"
+
}
+
},
+
"node_modules/openapi3-ts": {
+
"version": "4.4.0",
+
"resolved": "https://registry.npmjs.org/openapi3-ts/-/openapi3-ts-4.4.0.tgz",
+
"integrity": "sha512-9asTNB9IkKEzWMcHmVZE7Ts3kC9G7AFHfs8i7caD8HbI76gEjdkId4z/AkP83xdZsH7PLAnnbl47qZkXuxpArw==",
+
"dependencies": {
+
"yaml": "^2.5.0"
+
}
+
},
+
"node_modules/parseurl": {
+
"version": "1.3.3",
+
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
+
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/path-key": {
+
"version": "3.1.1",
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+
"peer": true,
+
"engines": {
+
"node": ">=8"
+
}
+
},
+
"node_modules/path-to-regexp": {
+
"version": "6.3.0",
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
+
"integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
+
"dev": true
+
},
+
"node_modules/pathe": {
+
"version": "2.0.3",
+
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
+
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
+
"dev": true
+
},
+
"node_modules/pkce-challenge": {
+
"version": "5.0.0",
+
"resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.0.tgz",
+
"integrity": "sha512-ueGLflrrnvwB3xuo/uGob5pd5FN7l0MsLf0Z87o/UQmRtwjvfylfc9MurIxRAWywCYTgrvpXBcqjV4OfCYGCIQ==",
+
"peer": true,
+
"engines": {
+
"node": ">=16.20.0"
+
}
+
},
+
"node_modules/printable-characters": {
+
"version": "1.0.42",
+
"resolved": "https://registry.npmjs.org/printable-characters/-/printable-characters-1.0.42.tgz",
+
"integrity": "sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==",
+
"dev": true
+
},
+
"node_modules/proxy-addr": {
+
"version": "2.0.7",
+
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
+
"integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
+
"peer": true,
+
"dependencies": {
+
"forwarded": "0.2.0",
+
"ipaddr.js": "1.9.1"
+
},
+
"engines": {
+
"node": ">= 0.10"
+
}
+
},
+
"node_modules/punycode": {
+
"version": "2.3.1",
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
+
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
+
"peer": true,
+
"engines": {
+
"node": ">=6"
+
}
+
},
+
"node_modules/qs": {
+
"version": "6.14.0",
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
+
"integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
+
"peer": true,
+
"dependencies": {
+
"side-channel": "^1.1.0"
+
},
+
"engines": {
+
"node": ">=0.6"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/range-parser": {
+
"version": "1.2.1",
+
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
+
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/raw-body": {
+
"version": "3.0.0",
+
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.0.tgz",
+
"integrity": "sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==",
+
"peer": true,
+
"dependencies": {
+
"bytes": "3.1.2",
+
"http-errors": "2.0.0",
+
"iconv-lite": "0.6.3",
+
"unpipe": "1.0.0"
+
},
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/router": {
+
"version": "2.2.0",
+
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
+
"integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
+
"peer": true,
+
"dependencies": {
+
"debug": "^4.4.0",
+
"depd": "^2.0.0",
+
"is-promise": "^4.0.0",
+
"parseurl": "^1.3.3",
+
"path-to-regexp": "^8.0.0"
+
},
+
"engines": {
+
"node": ">= 18"
+
}
+
},
+
"node_modules/router/node_modules/path-to-regexp": {
+
"version": "8.2.0",
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
+
"integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
+
"peer": true,
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"node_modules/safe-buffer": {
+
"version": "5.2.1",
+
"resolved": "https://registry.npmjs.org/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"
+
}
+
]
+
},
+
"node_modules/safer-buffer": {
+
"version": "2.1.2",
+
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+
"peer": true
+
},
+
"node_modules/semver": {
+
"version": "7.7.2",
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
+
"dev": true,
+
"bin": {
+
"semver": "bin/semver.js"
+
},
+
"engines": {
+
"node": ">=10"
+
}
+
},
+
"node_modules/send": {
+
"version": "1.2.0",
+
"resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
+
"integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
+
"peer": true,
+
"dependencies": {
+
"debug": "^4.3.5",
+
"encodeurl": "^2.0.0",
+
"escape-html": "^1.0.3",
+
"etag": "^1.8.1",
+
"fresh": "^2.0.0",
+
"http-errors": "^2.0.0",
+
"mime-types": "^3.0.1",
+
"ms": "^2.1.3",
+
"on-finished": "^2.4.1",
+
"range-parser": "^1.2.1",
+
"statuses": "^2.0.1"
+
},
+
"engines": {
+
"node": ">= 18"
+
}
+
},
+
"node_modules/serve-static": {
+
"version": "2.2.0",
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
+
"integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
+
"peer": true,
+
"dependencies": {
+
"encodeurl": "^2.0.0",
+
"escape-html": "^1.0.3",
+
"parseurl": "^1.3.3",
+
"send": "^1.2.0"
+
},
+
"engines": {
+
"node": ">= 18"
+
}
+
},
+
"node_modules/setprototypeof": {
+
"version": "1.2.0",
+
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
+
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
+
"peer": true
+
},
+
"node_modules/sharp": {
+
"version": "0.33.5",
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
+
"integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
+
"dev": true,
+
"hasInstallScript": true,
+
"dependencies": {
+
"color": "^4.2.3",
+
"detect-libc": "^2.0.3",
+
"semver": "^7.6.3"
+
},
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-darwin-arm64": "0.33.5",
+
"@img/sharp-darwin-x64": "0.33.5",
+
"@img/sharp-libvips-darwin-arm64": "1.0.4",
+
"@img/sharp-libvips-darwin-x64": "1.0.4",
+
"@img/sharp-libvips-linux-arm": "1.0.5",
+
"@img/sharp-libvips-linux-arm64": "1.0.4",
+
"@img/sharp-libvips-linux-s390x": "1.0.4",
+
"@img/sharp-libvips-linux-x64": "1.0.4",
+
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
+
"@img/sharp-libvips-linuxmusl-x64": "1.0.4",
+
"@img/sharp-linux-arm": "0.33.5",
+
"@img/sharp-linux-arm64": "0.33.5",
+
"@img/sharp-linux-s390x": "0.33.5",
+
"@img/sharp-linux-x64": "0.33.5",
+
"@img/sharp-linuxmusl-arm64": "0.33.5",
+
"@img/sharp-linuxmusl-x64": "0.33.5",
+
"@img/sharp-wasm32": "0.33.5",
+
"@img/sharp-win32-ia32": "0.33.5",
+
"@img/sharp-win32-x64": "0.33.5"
+
}
+
},
+
"node_modules/shebang-command": {
+
"version": "2.0.0",
+
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+
"peer": true,
+
"dependencies": {
+
"shebang-regex": "^3.0.0"
+
},
+
"engines": {
+
"node": ">=8"
+
}
+
},
+
"node_modules/shebang-regex": {
+
"version": "3.0.0",
+
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+
"peer": true,
+
"engines": {
+
"node": ">=8"
+
}
+
},
+
"node_modules/side-channel": {
+
"version": "1.1.0",
+
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
+
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
+
"peer": true,
+
"dependencies": {
+
"es-errors": "^1.3.0",
+
"object-inspect": "^1.13.3",
+
"side-channel-list": "^1.0.0",
+
"side-channel-map": "^1.0.1",
+
"side-channel-weakmap": "^1.0.2"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/side-channel-list": {
+
"version": "1.0.0",
+
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
+
"integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
+
"peer": true,
+
"dependencies": {
+
"es-errors": "^1.3.0",
+
"object-inspect": "^1.13.3"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/side-channel-map": {
+
"version": "1.0.1",
+
"resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
+
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
+
"peer": true,
+
"dependencies": {
+
"call-bound": "^1.0.2",
+
"es-errors": "^1.3.0",
+
"get-intrinsic": "^1.2.5",
+
"object-inspect": "^1.13.3"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/side-channel-weakmap": {
+
"version": "1.0.2",
+
"resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
+
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
+
"peer": true,
+
"dependencies": {
+
"call-bound": "^1.0.2",
+
"es-errors": "^1.3.0",
+
"get-intrinsic": "^1.2.5",
+
"object-inspect": "^1.13.3",
+
"side-channel-map": "^1.0.1"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/simple-swizzle": {
+
"version": "0.2.2",
+
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
+
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
+
"dev": true,
+
"dependencies": {
+
"is-arrayish": "^0.3.1"
+
}
+
},
+
"node_modules/source-map": {
+
"version": "0.6.1",
+
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+
"dev": true,
+
"engines": {
+
"node": ">=0.10.0"
+
}
+
},
+
"node_modules/stacktracey": {
+
"version": "2.1.8",
+
"resolved": "https://registry.npmjs.org/stacktracey/-/stacktracey-2.1.8.tgz",
+
"integrity": "sha512-Kpij9riA+UNg7TnphqjH7/CzctQ/owJGNbFkfEeve4Z4uxT5+JapVLFXcsurIfN34gnTWZNJ/f7NMG0E8JDzTw==",
+
"dev": true,
+
"dependencies": {
+
"as-table": "^1.0.36",
+
"get-source": "^2.0.12"
+
}
+
},
+
"node_modules/statuses": {
+
"version": "2.0.2",
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/stoppable": {
+
"version": "1.1.0",
+
"resolved": "https://registry.npmjs.org/stoppable/-/stoppable-1.1.0.tgz",
+
"integrity": "sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==",
+
"dev": true,
+
"engines": {
+
"node": ">=4",
+
"npm": ">=6"
+
}
+
},
+
"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==",
+
"peer": true,
+
"engines": {
+
"node": ">=0.6"
+
}
+
},
+
"node_modules/tr46": {
+
"version": "0.0.3",
+
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
+
},
+
"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==",
+
"dev": true,
+
"optional": true
+
},
+
"node_modules/type-is": {
+
"version": "2.0.1",
+
"resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
+
"integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
+
"peer": true,
+
"dependencies": {
+
"content-type": "^1.0.5",
+
"media-typer": "^1.1.0",
+
"mime-types": "^3.0.0"
+
},
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/ufo": {
+
"version": "1.6.1",
+
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
+
"integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
+
"dev": true
+
},
+
"node_modules/undici": {
+
"version": "5.29.0",
+
"resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",
+
"integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
+
"dev": true,
+
"dependencies": {
+
"@fastify/busboy": "^2.0.0"
+
},
+
"engines": {
+
"node": ">=14.0"
+
}
+
},
+
"node_modules/undici-types": {
+
"version": "6.20.0",
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
+
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
+
"dev": true
+
},
+
"node_modules/unenv": {
+
"version": "2.0.0-rc.17",
+
"resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.17.tgz",
+
"integrity": "sha512-B06u0wXkEd+o5gOCMl/ZHl5cfpYbDZKAT+HWTL+Hws6jWu7dCiqBBXXXzMFcFVJb8D4ytAnYmxJA83uwOQRSsg==",
+
"dev": true,
+
"dependencies": {
+
"defu": "^6.1.4",
+
"exsolve": "^1.0.4",
+
"ohash": "^2.0.11",
+
"pathe": "^2.0.3",
+
"ufo": "^1.6.1"
+
}
+
},
+
"node_modules/unpipe": {
+
"version": "1.0.0",
+
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/uri-js": {
+
"version": "4.4.1",
+
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+
"peer": true,
+
"dependencies": {
+
"punycode": "^2.1.0"
+
}
+
},
+
"node_modules/uuid": {
+
"version": "9.0.1",
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
+
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
+
"funding": [
+
"https://github.com/sponsors/broofa",
+
"https://github.com/sponsors/ctavan"
+
],
+
"bin": {
+
"uuid": "dist/bin/uuid"
+
}
+
},
+
"node_modules/vary": {
+
"version": "1.1.2",
+
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
+
"peer": true,
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/webidl-conversions": {
+
"version": "3.0.1",
+
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
+
},
+
"node_modules/whatwg-url": {
+
"version": "5.0.0",
+
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
+
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
+
"dependencies": {
+
"tr46": "~0.0.3",
+
"webidl-conversions": "^3.0.0"
+
}
+
},
+
"node_modules/which": {
+
"version": "2.0.2",
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+
"peer": true,
+
"dependencies": {
+
"isexe": "^2.0.0"
+
},
+
"bin": {
+
"node-which": "bin/node-which"
+
},
+
"engines": {
+
"node": ">= 8"
+
}
+
},
+
"node_modules/workerd": {
+
"version": "1.20250525.0",
+
"resolved": "https://registry.npmjs.org/workerd/-/workerd-1.20250525.0.tgz",
+
"integrity": "sha512-SXJgLREy/Aqw2J71Oah0Pbu+SShbqbTExjVQyRBTM1r7MG7fS5NUlknhnt6sikjA/t4cO09Bi8OJqHdTkrcnYQ==",
+
"dev": true,
+
"hasInstallScript": true,
+
"bin": {
+
"workerd": "bin/workerd"
+
},
+
"engines": {
+
"node": ">=16"
+
},
+
"optionalDependencies": {
+
"@cloudflare/workerd-darwin-64": "1.20250525.0",
+
"@cloudflare/workerd-darwin-arm64": "1.20250525.0",
+
"@cloudflare/workerd-linux-64": "1.20250525.0",
+
"@cloudflare/workerd-linux-arm64": "1.20250525.0",
+
"@cloudflare/workerd-windows-64": "1.20250525.0"
+
}
+
},
+
"node_modules/wrangler": {
+
"version": "4.19.1",
+
"resolved": "https://registry.npmjs.org/wrangler/-/wrangler-4.19.1.tgz",
+
"integrity": "sha512-b+ed2SJKauHgndl4Im1wHE+FeSSlrdlEZNuvpc8q/94k4EmRxRkXnwBAsVWuicBxG3HStFLQPGGlvL8wGKTtHw==",
+
"dev": true,
+
"dependencies": {
+
"@cloudflare/kv-asset-handler": "0.4.0",
+
"@cloudflare/unenv-preset": "2.3.2",
+
"blake3-wasm": "2.1.5",
+
"esbuild": "0.25.4",
+
"miniflare": "4.20250525.1",
+
"path-to-regexp": "6.3.0",
+
"unenv": "2.0.0-rc.17",
+
"workerd": "1.20250525.0"
+
},
+
"bin": {
+
"wrangler": "bin/wrangler.js",
+
"wrangler2": "bin/wrangler.js"
+
},
+
"engines": {
+
"node": ">=18.0.0"
+
},
+
"optionalDependencies": {
+
"fsevents": "~2.3.2"
+
},
+
"peerDependencies": {
+
"@cloudflare/workers-types": "^4.20250525.0"
+
},
+
"peerDependenciesMeta": {
+
"@cloudflare/workers-types": {
+
"optional": true
+
}
+
}
+
},
+
"node_modules/wrappy": {
+
"version": "1.0.2",
+
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+
"peer": true
+
},
+
"node_modules/ws": {
+
"version": "8.18.0",
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
+
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
+
"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/yaml": {
+
"version": "2.8.0",
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
+
"integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
+
"bin": {
+
"yaml": "bin.mjs"
+
},
+
"engines": {
+
"node": ">= 14.6"
+
}
+
},
+
"node_modules/youch": {
+
"version": "3.3.4",
+
"resolved": "https://registry.npmjs.org/youch/-/youch-3.3.4.tgz",
+
"integrity": "sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg==",
+
"dev": true,
+
"dependencies": {
+
"cookie": "^0.7.1",
+
"mustache": "^4.2.0",
+
"stacktracey": "^2.1.8"
+
}
+
},
+
"node_modules/zod": {
+
"version": "3.25.56",
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.56.tgz",
+
"integrity": "sha512-rd6eEF3BTNvQnR2e2wwolfTmUTnp70aUTqr0oaGbHifzC3BKJsoV+Gat8vxUMR1hwOKBs6El+qWehrHbCpW6SQ==",
+
"funding": {
+
"url": "https://github.com/sponsors/colinhacks"
+
}
+
},
+
"node_modules/zod-to-json-schema": {
+
"version": "3.24.5",
+
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.5.tgz",
+
"integrity": "sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==",
+
"peerDependencies": {
+
"zod": "^3.24.1"
+
}
+
}
+
}
+3 -2
package.json
···
{
-
"name": "cloudflare-workers-openapi",
+
"name": "bluesky-alt-text-worker",
"version": "0.0.1",
"private": true,
"scripts": {
···
"cf-typegen": "wrangler types"
},
"dependencies": {
+
"@google/genai": "^1.4.0",
"chanfana": "^2.6.3",
"hono": "^4.6.20",
"zod": "^3.24.1"
···
"@types/service-worker-mock": "^2.0.4",
"wrangler": "^4.19.1"
}
-
}
+
}
+108
src/endpoints/condense_text.ts
···
+
import { Num, OpenAPIRoute } from "chanfana";
+
import { z } from "zod";
+
import { type AppContext } from "../types";
+
+
export class CondenseTextEndpoint extends OpenAPIRoute {
+
schema = {
+
tags: ["AltText"],
+
summary: "Condense a given text based on a directive",
+
security: [
+
{
+
apiKey: [],
+
},
+
],
+
request: {
+
body: {
+
content: {
+
"application/json": {
+
schema: z.object({
+
text: z.string({
+
description: "The text to be condensed.",
+
required_error:
+
"Text is required for condensation.",
+
}).min(1, "Text cannot be empty."),
+
directive: z.string({
+
description:
+
"Instructions for condensing the text (e.g., 'Summarize this article', 'Extract keywords').",
+
required_error:
+
"A condensation directive is required.",
+
}).min(1, "Directive cannot be empty."),
+
targetLength: Num({
+
description:
+
"The approximate target length for the condensed text (e.g., number of sentences, characters, or words).",
+
default: 200,
+
}).optional(),
+
}),
+
},
+
},
+
},
+
},
+
responses: {
+
"200": {
+
description: "Returns the condensed text",
+
content: {
+
"application/json": {
+
schema: z.object({
+
success: z.boolean(),
+
condensedText: z.string().nullable(),
+
error: z.string().optional(),
+
}),
+
},
+
},
+
},
+
"500": {
+
description:
+
"Internal Server Error - Issue with Cloud Function or API call",
+
content: {
+
"application/json": {
+
schema: z.object({
+
success: z.boolean(),
+
message: z.string(),
+
}),
+
},
+
},
+
},
+
},
+
};
+
+
async handle(c: AppContext) {
+
const data = await this.getValidatedData<typeof this.schema>();
+
const { text, directive, targetLength } = data.body;
+
+
try {
+
const res = await c.var.gemini.models.generateContent({
+
// * Original cloud function used "gemini-2.0-flash", but I think the lite version should work fine too.
+
model: "gemini-2.0-flash-lite",
+
contents: [{
+
parts: [
+
{ text: directive },
+
{ text: text },
+
],
+
}],
+
config: {
+
temperature: 0.2,
+
maxOutputTokens: 1024,
+
},
+
});
+
+
const condensedText = res.candidates?.[0]?.content?.parts?.[0]
+
?.text;
+
if (!condensedText) {
+
return {
+
success: false,
+
error: "Failed to condense text.",
+
};
+
}
+
+
return {
+
success: true,
+
altText: condensedText,
+
};
+
} catch (e) {
+
return {
+
success: false,
+
message: e,
+
};
+
}
+
}
+
}
+182
src/endpoints/generate.ts
···
+
import { Num, OpenAPIRoute } from "chanfana";
+
import { z } from "zod";
+
import { type AppContext } from "../types";
+
+
const systemInstructions =
+
`You will be provided with visual media (either a still image or a video file). Your task is to generate alternative text (alt-text) that describes the media's content and context. This alt-text is intended for use with screen reader technology, assisting individuals who are blind or visually impaired to understand the visual information. Adhere to the following guidelines strictly:
+
+
1. **Media Type Identification:** * Begin by identifying the type of media. For images, note if it is a "photograph", "painting", "illustration", "diagram", "screenshot", "comic panel", etc. For videos, simply describe the content directly without prefacing with "Video describing...".
+
+
2. **Content and Purpose:**
+
* Describe the visual content accurately and thoroughly. Explain the media in the context that it is presented.
+
* Convey the media's purpose. Why is this included? What information is it trying to present? What is the core message?
+
* Prioritize the most important information, placing it at the beginning of the alt-text.
+
* If the image serves a specific function (e.g., a button or a link), describe the function. Example: "Search button" or "Link to the homepage".
+
+
3. **Video-Specific Instructions:**
+
* For standard videos, describe the key visual elements, actions, scenes, and any text overlays that appear throughout the *duration* of the video playback. Focus on conveying the narrative or informational flow presented visually. Do *not* just describe a single frame or thumbnail.
+
* **For short, looping animations (like animated GIFs or silent WebM files):** Describe the *complete action* or the *entire sequence* shown in the loop. Even if brief, explain what happens from the beginning to the end of the animation cycle. For example, instead of "A cat looking up", describe "Video showing a cat repeatedly looking up, raising its head, and then lowering it again in a loop."
+
+
4. **Sequential Art (Comics/Webcomics):**
+
* For media containing sequential art like comic panels or webcomics, describe the narrative progression. Detail the actions, characters, settings, and dialogue/captions within each panel or across the sequence to tell the story visually represented.
+
+
5. **Text within the Media:**
+
* If the media contains text (e.g., signs, labels, captions, text overlays in videos), transcribe the text *verbatim* within the alt-text. Indicate that this is a direct quote by using quotation marks. Example: 'A sign that reads, "Proceed with Caution".'
+
* **Crucially**, if the media consists primarily of a large block of text (e.g., a screenshot of an article, a quote graphic, a presentation slide), you MUST transcribe the *entire* text content verbatim, up to a practical limit (e.g., 2000 characters). Accuracy and completeness of the text take precedence over brevity in these cases.
+
* For screenshots containing User Interface (UI) elements, transcribe essential text (button labels, input field values, key menu items). Exercise judgment to omit minor or redundant UI text (tooltips, decorative labels) that doesn't significantly contribute to understanding the core function or state shown. Example: "Screenshot of a software settings window. The 'Notifications' tab is active, showing a checkbox labeled \"Enable desktop alerts\" which is checked."
+
+
6. **Brevity and Clarity:**
+
* Keep descriptions concise *except* when transcribing significant amounts of text or describing sequential narratives (comics, videos), where clarity and completeness are more important. Aim for under 150 characters for simple images where possible.
+
* Use clear, simple language. Avoid jargon unless it's part of transcribed text or essential to the meaning.
+
* Use proper grammar, punctuation, and capitalization. End sentences with a period.
+
+
7. **Notable Individuals:**
+
* If the media features recognizable people, identify them by name. If their role or title is relevant, include that too. Example: "Photograph of Dr. Jane Goodall observing chimpanzees."
+
+
8. **Inappropriate or Sensitive Content:**
+
* If the media depicts potentially sensitive, offensive, or harmful content, maintain a professional, objective, and clinical tone.
+
* Describe the factual visual content accurately but avoid graphic or sensationalized language. Aim for a descriptive level appropriate for a general audience (e.g., PG-13).
+
+
9. **Output Format:**
+
* Provide *only* the descriptive alt-text. Do *not* include introductory phrases (e.g., "The image shows...", "Alt-text:"), conversational filler, or follow-up statements. Output *just* the description.
+
+
10. **Do Not's:**
+
* Do not begin descriptions with generic phrases like "Image of...", "Video of...", etc., unless specifying the type as in Guideline 1.
+
* Do not add external information, interpretations, or assumptions not directly represented in the visual media itself.
+
+
By consistently applying these guidelines, you will create alt-text that is informative, accurate, concise where appropriate, and genuinely helpful for users of assistive technology across different types of visual media.`;
+
+
export class GenerateEndpoint extends OpenAPIRoute {
+
schema = {
+
tags: ["AltText"],
+
summary: "Generates alt text for a given image.",
+
security: [
+
{
+
apiKey: [],
+
},
+
],
+
request: {
+
body: {
+
content: {
+
"application/json": {
+
schema: z.object({
+
base64Data: z.string({
+
description: "The base64 encoded image data.",
+
required_error:
+
"Image data (base64Data) is required.",
+
}).min(1, "Image data cannot be empty."),
+
mimeType: z.string({
+
description:
+
"The MIME type of the image (e.g., 'image/jpeg', 'image/png').",
+
required_error: "MIME type is required.",
+
}).regex(
+
/^image\/(jpeg|png|gif|webp|bmp|svg\+xml)$/,
+
"Invalid image MIME type.",
+
),
+
}),
+
},
+
},
+
},
+
},
+
responses: {
+
"200": {
+
description: "Returns the generated alt text.",
+
content: {
+
"application/json": {
+
schema: z.object({
+
success: z.boolean().default(true),
+
altText: z.string().nullable(),
+
error: z.string().optional(),
+
}),
+
},
+
},
+
},
+
"400": {
+
description: "Bad Request - Invalid input or missing fields.",
+
content: {
+
"application/json": {
+
schema: z.object({
+
success: z.boolean().default(false),
+
error: z.string(),
+
}),
+
},
+
},
+
},
+
"403": {
+
description: "Forbidden - Origin not allowed.",
+
content: {
+
"application/json": {
+
schema: z.object({
+
success: z.boolean().default(false),
+
error: z.string(),
+
}),
+
},
+
},
+
},
+
"500": {
+
description:
+
"Internal Server Error - Issue with Cloud Function or AI API call.",
+
content: {
+
"application/json": {
+
schema: z.object({
+
success: z.boolean().default(false),
+
error: z.string(),
+
}),
+
},
+
},
+
},
+
"502": {
+
description: "Bad Gateway - AI API failed.",
+
content: {
+
"application/json": {
+
schema: z.object({
+
success: z.boolean().default(false),
+
error: z.string(),
+
}),
+
},
+
},
+
},
+
},
+
};
+
+
async handle(c: AppContext) {
+
const data = await this.getValidatedData<typeof this.schema>();
+
const { base64Data, mimeType } = data.body;
+
+
try {
+
const res = await c.var.gemini.models.generateContent({
+
// * Original cloud function used "gemini-2.0-flash", but I think the lite version should work fine too.
+
model: "gemini-2.0-flash-lite",
+
contents: [
+
{ text: systemInstructions },
+
{ inlineData: { mimeType: mimeType, data: base64Data } },
+
],
+
config: {
+
temperature: 0.2, // Lower temperature for more deterministic output
+
maxOutputTokens: 2048, // Allow for longer descriptions if needed
+
topP: 0.95,
+
topK: 64,
+
},
+
});
+
+
const generatedText = res.candidates?.[0]?.content?.parts?.[0]
+
?.text;
+
if (!generatedText) {
+
return {
+
success: false,
+
error: "Failed to generate text.",
+
};
+
}
+
+
return {
+
success: true,
+
altText: generatedText,
+
};
+
} catch (e) {
+
return {
+
success: false,
+
message: e,
+
};
+
}
+
}
+
}
-58
src/endpoints/taskCreate.ts
···
-
import { Bool, OpenAPIRoute } from "chanfana";
-
import { z } from "zod";
-
import { type AppContext, Task } from "../types";
-
-
export class TaskCreate extends OpenAPIRoute {
-
schema = {
-
tags: ["Tasks"],
-
summary: "Create a new Task",
-
request: {
-
body: {
-
content: {
-
"application/json": {
-
schema: Task,
-
},
-
},
-
},
-
},
-
responses: {
-
"200": {
-
description: "Returns the created task",
-
content: {
-
"application/json": {
-
schema: z.object({
-
series: z.object({
-
success: Bool(),
-
result: z.object({
-
task: Task,
-
}),
-
}),
-
}),
-
},
-
},
-
},
-
},
-
};
-
-
async handle(c: AppContext) {
-
// Get validated data
-
const data = await this.getValidatedData<typeof this.schema>();
-
-
// Retrieve the validated request body
-
const taskToCreate = data.body;
-
-
// Implement your own object insertion here
-
-
// return the new task
-
return {
-
success: true,
-
task: {
-
name: taskToCreate.name,
-
slug: taskToCreate.slug,
-
description: taskToCreate.description,
-
completed: taskToCreate.completed,
-
due_date: taskToCreate.due_date,
-
},
-
};
-
}
-
}
-56
src/endpoints/taskDelete.ts
···
-
import { Bool, OpenAPIRoute, Str } from "chanfana";
-
import { z } from "zod";
-
import { type AppContext, Task } from "../types";
-
-
export class TaskDelete extends OpenAPIRoute {
-
schema = {
-
tags: ["Tasks"],
-
summary: "Delete a Task",
-
request: {
-
params: z.object({
-
taskSlug: Str({ description: "Task slug" }),
-
}),
-
},
-
responses: {
-
"200": {
-
description: "Returns if the task was deleted successfully",
-
content: {
-
"application/json": {
-
schema: z.object({
-
series: z.object({
-
success: Bool(),
-
result: z.object({
-
task: Task,
-
}),
-
}),
-
}),
-
},
-
},
-
},
-
},
-
};
-
-
async handle(c: AppContext) {
-
// Get validated data
-
const data = await this.getValidatedData<typeof this.schema>();
-
-
// Retrieve the validated slug
-
const { taskSlug } = data.params;
-
-
// Implement your own object deletion here
-
-
// Return the deleted task for confirmation
-
return {
-
result: {
-
task: {
-
name: "Build something awesome with Cloudflare Workers",
-
slug: taskSlug,
-
description: "Lorem Ipsum",
-
completed: true,
-
due_date: "2022-12-24",
-
},
-
},
-
success: true,
-
};
-
}
-
}
-81
src/endpoints/taskFetch.ts
···
-
import { Bool, OpenAPIRoute, Str } from "chanfana";
-
import { z } from "zod";
-
import { type AppContext, Task } from "../types";
-
-
export class TaskFetch extends OpenAPIRoute {
-
schema = {
-
tags: ["Tasks"],
-
summary: "Get a single Task by slug",
-
request: {
-
params: z.object({
-
taskSlug: Str({ description: "Task slug" }),
-
}),
-
},
-
responses: {
-
"200": {
-
description: "Returns a single task if found",
-
content: {
-
"application/json": {
-
schema: z.object({
-
series: z.object({
-
success: Bool(),
-
result: z.object({
-
task: Task,
-
}),
-
}),
-
}),
-
},
-
},
-
},
-
"404": {
-
description: "Task not found",
-
content: {
-
"application/json": {
-
schema: z.object({
-
series: z.object({
-
success: Bool(),
-
error: Str(),
-
}),
-
}),
-
},
-
},
-
},
-
},
-
};
-
-
async handle(c: AppContext) {
-
// Get validated data
-
const data = await this.getValidatedData<typeof this.schema>();
-
-
// Retrieve the validated slug
-
const { taskSlug } = data.params;
-
-
// Implement your own object fetch here
-
-
const exists = true;
-
-
// @ts-ignore: check if the object exists
-
if (exists === false) {
-
return Response.json(
-
{
-
success: false,
-
error: "Object not found",
-
},
-
{
-
status: 404,
-
},
-
);
-
}
-
-
return {
-
success: true,
-
task: {
-
name: "my task",
-
slug: taskSlug,
-
description: "this needs to be done",
-
completed: false,
-
due_date: new Date().toISOString().slice(0, 10),
-
},
-
};
-
}
-
}
-69
src/endpoints/taskList.ts
···
-
import { Bool, Num, OpenAPIRoute } from "chanfana";
-
import { z } from "zod";
-
import { type AppContext, Task } from "../types";
-
-
export class TaskList extends OpenAPIRoute {
-
schema = {
-
tags: ["Tasks"],
-
summary: "List Tasks",
-
request: {
-
query: z.object({
-
page: Num({
-
description: "Page number",
-
default: 0,
-
}),
-
isCompleted: Bool({
-
description: "Filter by completed flag",
-
required: false,
-
}),
-
}),
-
},
-
responses: {
-
"200": {
-
description: "Returns a list of tasks",
-
content: {
-
"application/json": {
-
schema: z.object({
-
series: z.object({
-
success: Bool(),
-
result: z.object({
-
tasks: Task.array(),
-
}),
-
}),
-
}),
-
},
-
},
-
},
-
},
-
};
-
-
async handle(c: AppContext) {
-
// Get validated data
-
const data = await this.getValidatedData<typeof this.schema>();
-
-
// Retrieve the validated parameters
-
const { page, isCompleted } = data.query;
-
-
// Implement your own object list here
-
-
return {
-
success: true,
-
tasks: [
-
{
-
name: "Clean my room",
-
slug: "clean-room",
-
description: null,
-
completed: false,
-
due_date: "2025-01-05",
-
},
-
{
-
name: "Build something awesome with Cloudflare Workers",
-
slug: "cloudflare-workers",
-
description: "Lorem Ipsum",
-
completed: true,
-
due_date: "2022-12-24",
-
},
-
],
-
};
-
}
-
}
+60 -16
src/index.ts
···
import { fromHono } from "chanfana";
+
import { cors } from "hono/cors";
import { Hono } from "hono";
-
import { TaskCreate } from "./endpoints/taskCreate";
-
import { TaskDelete } from "./endpoints/taskDelete";
-
import { TaskFetch } from "./endpoints/taskFetch";
-
import { TaskList } from "./endpoints/taskList";
+
+
import { CondenseTextEndpoint } from "./endpoints/condense_text";
+
import { GenerateEndpoint } from "./endpoints/generate";
+
import { geminiMiddleware } from "./middleware/gemini";
+
import { authMiddleware } from "./middleware/auth";
+
import { Env, Variables } from "./types";
-
// Start a Hono app
-
const app = new Hono<{ Bindings: Env }>();
+
const app = new Hono<{ Bindings: Env; Variables: Variables }>();
+
const root = "/api/altText";
-
// Setup OpenAPI registry
+
app.use(
+
"*",
+
cors({
+
origin: (origin) => {
+
const allowedOrigins = [
+
"https://indexx.dev",
+
"moz-extension://",
+
"chrome-extension://",
+
];
+
+
if (
+
origin &&
+
allowedOrigins.some((allowed) => origin.startsWith(allowed))
+
) {
+
return origin;
+
}
+
return null;
+
},
+
allowMethods: ["GET", "POST", "PUT", "DELETE", "OPTIONS"],
+
allowHeaders: ["*"],
+
maxAge: 600,
+
credentials: true,
+
}),
+
);
+
+
app.use(root + "/generate", authMiddleware);
+
app.use(root + "/condense_text", authMiddleware);
+
app.use("*", geminiMiddleware);
+
const openapi = fromHono(app, {
-
docs_url: "/",
+
schema: {
+
info: {
+
title: "Alt Text Generator",
+
description:
+
"Endpoints for my Bluesky alt text generator browser extension.",
+
version: "1.0",
+
},
+
servers: [
+
{
+
url: "https://indexx.dev/api/altText",
+
},
+
],
+
},
+
docs_url: root + "/",
+
openapi_url: root + "/openapi.json",
});
-
// Register OpenAPI endpoints
-
openapi.get("/api/tasks", TaskList);
-
openapi.post("/api/tasks", TaskCreate);
-
openapi.get("/api/tasks/:taskSlug", TaskFetch);
-
openapi.delete("/api/tasks/:taskSlug", TaskDelete);
+
openapi.registry.registerComponent("securitySchemes", "apiKey", {
+
type: "apiKey",
+
name: "Authorization",
+
in: "header",
+
});
-
// You may also register routes for non OpenAPI directly on Hono
-
// app.get('/test', (c) => c.text('Hono!'))
+
openapi.post(root + "/generate", GenerateEndpoint);
+
openapi.post(root + "/condense_text", CondenseTextEndpoint);
-
// Export the Hono app
export default app;
+27
src/middleware/auth.ts
···
+
import { Context, Next } from "hono";
+
import { Env } from "../types";
+
+
export async function authMiddleware(
+
c: Context<{ Bindings: Env }>,
+
next: Next,
+
) {
+
const authToken = c.req.header("Authorization");
+
+
if (!authToken) {
+
c.status(401);
+
return c.json({
+
success: false,
+
error: "No authentication token provided.",
+
});
+
}
+
+
if (authToken !== c.env.AUTH_TOKEN) {
+
c.status(403);
+
return c.json({
+
success: false,
+
error: "Authentication token provided is invalid.",
+
});
+
}
+
+
await next();
+
}
+22
src/middleware/gemini.ts
···
+
import { GoogleGenAI } from "@google/genai";
+
import { Context, Next } from "hono";
+
import { Env, Variables } from "../types";
+
+
export async function geminiMiddleware(
+
c: Context<{ Bindings: Env; Variables: Variables }>,
+
next: Next,
+
) {
+
if (!c.env || !c.env.GEMINI_API_KEY) {
+
return c.json({
+
success: false,
+
error: "Gemini API key is not specified in worker secrets.",
+
}, 500);
+
}
+
+
const genAI = new GoogleGenAI({
+
apiKey: c.env.GEMINI_API_KEY,
+
});
+
c.set("gemini", genAI);
+
+
await next();
+
}
+11 -1
src/types.ts
···
import { DateTime, Str } from "chanfana";
import type { Context } from "hono";
import { z } from "zod";
+
import type { GoogleGenAI } from "@google/genai";
-
export type AppContext = Context<{ Bindings: Env }>;
+
export type AppContext = Context<{ Bindings: Env; Variables: Variables }>;
+
+
export interface Env {
+
AUTH_TOKEN: string;
+
GEMINI_API_KEY: string;
+
}
+
+
export type Variables = {
+
gemini: GoogleGenAI;
+
};
export const Task = z.object({
name: Str({ example: "lorem" }),
+3 -1
worker-configuration.d.ts
···
/* eslint-disable */
-
// Generated by Wrangler by running `wrangler types` (hash: 869ac3b4ce0f52ba3b2e0bc70c49089e)
+
// Generated by Wrangler by running `wrangler types` (hash: adb357211f6292feb98b54ff11ac8fca)
// Runtime types generated with workerd@1.20250525.0 2025-06-07
declare namespace Cloudflare {
interface Env {
+
AUTH_TOKEN: string;
+
GEMINI_API_KEY: string;
}
}
interface Env extends Cloudflare.Env {}
+10 -45
wrangler.jsonc
···
-
/**
-
* For more details on how to configure Wrangler, refer to:
-
* https://developers.cloudflare.com/workers/wrangler/configuration/
-
*/
{
-
"$schema": "node_modules/wrangler/config-schema.json",
-
"name": "bluesky-alt-text-worker",
-
"main": "src/index.ts",
-
"compatibility_date": "2025-06-07",
-
"observability": {
-
"enabled": true
-
}
-
/**
-
* Smart Placement
-
* Docs: https://developers.cloudflare.com/workers/configuration/smart-placement/#smart-placement
-
*/
-
// "placement": { "mode": "smart" },
-
-
/**
-
* Bindings
-
* Bindings allow your Worker to interact with resources on the Cloudflare Developer Platform, including
-
* databases, object storage, AI inference, real-time communication and more.
-
* https://developers.cloudflare.com/workers/runtime-apis/bindings/
-
*/
-
-
/**
-
* Environment Variables
-
* https://developers.cloudflare.com/workers/wrangler/configuration/#environment-variables
-
*/
-
// "vars": { "MY_VARIABLE": "production_value" },
-
/**
-
* Note: Use secrets to store sensitive data.
-
* https://developers.cloudflare.com/workers/configuration/secrets/
-
*/
-
-
/**
-
* Static Assets
-
* https://developers.cloudflare.com/workers/static-assets/binding/
-
*/
-
// "assets": { "directory": "./public/", "binding": "ASSETS" },
-
-
/**
-
* Service Bindings (communicate between multiple Workers)
-
* https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings
-
*/
-
// "services": [{ "binding": "MY_SERVICE", "service": "my-service" }]
+
"$schema": "node_modules/wrangler/config-schema.json",
+
"name": "bluesky-alt-text-worker",
+
"main": "src/index.ts",
+
"compatibility_date": "2025-06-07",
+
"observability": {
+
"enabled": true,
+
"logs": {
+
"invocation_logs": true
+
}
+
}
}