Static site hosting via tangled

Initial commit

Grace Kind aa106a03

+5
.example.env
···
+
# fill in and rename to .env
+
# note these aren't secrets, just config
+
KNOT_DOMAIN = "knot.gracekind.net"
+
OWNER_DID = "did:plc:p572wxnsuoogcrhlfrlizlrb"
+
REPO_NAME = "static-site-example"
+4
.gitignore
···
+
node_modules
+
.claude
+
.env
+
.wrangler
+1
.nvmrc
···
+
24
+2512
package-lock.json
···
+
{
+
"name": "tangled-pages",
+
"version": "1.0.0",
+
"lockfileVersion": 3,
+
"requires": true,
+
"packages": {
+
"": {
+
"name": "tangled-pages",
+
"version": "1.0.0",
+
"dependencies": {
+
"dotenv": "^17.2.1",
+
"express": "^5.1.0",
+
"nodemon": "^3.1.10",
+
"wrangler": "^4.33.0",
+
"yaml": "^2.8.1"
+
}
+
},
+
"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==",
+
"license": "MIT OR Apache-2.0",
+
"dependencies": {
+
"mime": "^3.0.0"
+
},
+
"engines": {
+
"node": ">=18.0.0"
+
}
+
},
+
"node_modules/@cloudflare/unenv-preset": {
+
"version": "2.6.3",
+
"resolved": "https://registry.npmjs.org/@cloudflare/unenv-preset/-/unenv-preset-2.6.3.tgz",
+
"integrity": "sha512-Bj3i0kHAKFh/fViM8RT5ToV7w5Q8bGUR6yw4R0pkNktn559rmBMNf0+hkRmX8BmVH4WTo1Ye79zjkCxnmNt4+g==",
+
"license": "MIT OR Apache-2.0",
+
"peerDependencies": {
+
"unenv": "2.0.0-rc.19",
+
"workerd": "^1.20250802.0"
+
},
+
"peerDependenciesMeta": {
+
"workerd": {
+
"optional": true
+
}
+
}
+
},
+
"node_modules/@cloudflare/workerd-darwin-64": {
+
"version": "1.20250823.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20250823.0.tgz",
+
"integrity": "sha512-yRLJc1cQNqQYcDViOk7kpTXnR5XuBP7B/Ms5KBdlQ6eTr2Vsg9mfKqWKInjzY8/Cx+p+Sic2Tbld42gcYkiM2A==",
+
"cpu": [
+
"x64"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"node_modules/@cloudflare/workerd-darwin-arm64": {
+
"version": "1.20250823.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.20250823.0.tgz",
+
"integrity": "sha512-KJnikUe6J29Ga1QMPKNCc8eHD56DdBlu5XE5LoBH/AYRrbS5UI1d5F844hUWoFKJb8KRaPIH9F849HZWfNa1vw==",
+
"cpu": [
+
"arm64"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"node_modules/@cloudflare/workerd-linux-64": {
+
"version": "1.20250823.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.20250823.0.tgz",
+
"integrity": "sha512-4QFXq4eDWEAK5QjGxRe0XUTBax1Fgarc08HETL6q0y/KPZp2nOTLfjLjklTn/qEiztafNFoJEIwhkiknHeOi/g==",
+
"cpu": [
+
"x64"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"node_modules/@cloudflare/workerd-linux-arm64": {
+
"version": "1.20250823.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.20250823.0.tgz",
+
"integrity": "sha512-sODSrSVe4W/maoBu76qb0sJGBhxhSM2Q2tg/+G7q1IPgRZSzArMKIPrW6nBnmBrrG1O0X6aoAdID6w5hfuEM4g==",
+
"cpu": [
+
"arm64"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"node_modules/@cloudflare/workerd-windows-64": {
+
"version": "1.20250823.0",
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20250823.0.tgz",
+
"integrity": "sha512-WaNqUOXUnrcEI+i2NI4+okA9CrJMI9n2XTfVtDg/pLvcA/ZPTz23MEFMZU1splr4SslS1th1NBO38RMPnDB4rA==",
+
"cpu": [
+
"x64"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"win32"
+
],
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"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==",
+
"license": "MIT",
+
"dependencies": {
+
"@jridgewell/trace-mapping": "0.3.9"
+
},
+
"engines": {
+
"node": ">=12"
+
}
+
},
+
"node_modules/@emnapi/runtime": {
+
"version": "1.4.5",
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.5.tgz",
+
"integrity": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==",
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"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"
+
],
+
"license": "MIT",
+
"optional": true,
+
"os": [
+
"win32"
+
],
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"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"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-darwin-arm64": "1.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"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-darwin-x64": "1.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"
+
],
+
"license": "LGPL-3.0-or-later",
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-darwin-x64": {
+
"version": "1.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"
+
],
+
"license": "LGPL-3.0-or-later",
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linux-arm": {
+
"version": "1.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"
+
],
+
"license": "LGPL-3.0-or-later",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linux-arm64": {
+
"version": "1.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"
+
],
+
"license": "LGPL-3.0-or-later",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linux-s390x": {
+
"version": "1.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"
+
],
+
"license": "LGPL-3.0-or-later",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linux-x64": {
+
"version": "1.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"
+
],
+
"license": "LGPL-3.0-or-later",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
+
"version": "1.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"
+
],
+
"license": "LGPL-3.0-or-later",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
+
"version": "1.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"
+
],
+
"license": "LGPL-3.0-or-later",
+
"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"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linux-arm": "1.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"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linux-arm64": "1.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"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linux-s390x": "1.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"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linux-x64": "1.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"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linuxmusl-arm64": "1.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"
+
],
+
"license": "Apache-2.0",
+
"optional": true,
+
"os": [
+
"linux"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
},
+
"optionalDependencies": {
+
"@img/sharp-libvips-linuxmusl-x64": "1.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"
+
],
+
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
+
"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"
+
],
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
+
"optional": true,
+
"os": [
+
"win32"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@img/sharp-win32-x64": {
+
"version": "0.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"
+
],
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
+
"optional": true,
+
"os": [
+
"win32"
+
],
+
"engines": {
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
+
},
+
"funding": {
+
"url": "https://opencollective.com/libvips"
+
}
+
},
+
"node_modules/@jridgewell/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==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=6.0.0"
+
}
+
},
+
"node_modules/@jridgewell/sourcemap-codec": {
+
"version": "1.5.5",
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
+
"license": "MIT"
+
},
+
"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==",
+
"license": "MIT",
+
"dependencies": {
+
"@jridgewell/resolve-uri": "^3.0.3",
+
"@jridgewell/sourcemap-codec": "^1.4.10"
+
}
+
},
+
"node_modules/@poppinss/colors": {
+
"version": "4.1.5",
+
"resolved": "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.5.tgz",
+
"integrity": "sha512-FvdDqtcRCtz6hThExcFOgW0cWX+xwSMWcRuQe5ZEb2m7cVQOAVZOIMt+/v9RxGiD9/OY16qJBXK4CVKWAPalBw==",
+
"license": "MIT",
+
"dependencies": {
+
"kleur": "^4.1.5"
+
}
+
},
+
"node_modules/@poppinss/dumper": {
+
"version": "0.6.4",
+
"resolved": "https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.6.4.tgz",
+
"integrity": "sha512-iG0TIdqv8xJ3Lt9O8DrPRxw1MRLjNpoqiSGU03P/wNLP/s0ra0udPJ1J2Tx5M0J3H/cVyEgpbn8xUKRY9j59kQ==",
+
"license": "MIT",
+
"dependencies": {
+
"@poppinss/colors": "^4.1.5",
+
"@sindresorhus/is": "^7.0.2",
+
"supports-color": "^10.0.0"
+
}
+
},
+
"node_modules/@poppinss/dumper/node_modules/supports-color": {
+
"version": "10.2.0",
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.0.tgz",
+
"integrity": "sha512-5eG9FQjEjDbAlI5+kdpdyPIBMRH4GfTVDGREVupaZHmVoppknhM29b/S9BkQz7cathp85BVgRi/As3Siln7e0Q==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=18"
+
},
+
"funding": {
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
+
}
+
},
+
"node_modules/@poppinss/exception": {
+
"version": "1.2.2",
+
"resolved": "https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.2.tgz",
+
"integrity": "sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg==",
+
"license": "MIT"
+
},
+
"node_modules/@sindresorhus/is": {
+
"version": "7.0.2",
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.0.2.tgz",
+
"integrity": "sha512-d9xRovfKNz1SKieM0qJdO+PQonjnnIfSNWfHYnBSJ9hkjm0ZPw6HlxscDXYstp3z+7V2GOFHc+J0CYrYTjqCJw==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=18"
+
},
+
"funding": {
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
+
}
+
},
+
"node_modules/@speed-highlight/core": {
+
"version": "1.2.7",
+
"resolved": "https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.7.tgz",
+
"integrity": "sha512-0dxmVj4gxg3Jg879kvFS/msl4s9F3T9UXC1InxgOf7t5NvcPD97u/WTA5vL/IxWHMn7qSxBozqrnnE2wvl1m8g==",
+
"license": "CC0-1.0"
+
},
+
"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==",
+
"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==",
+
"license": "MIT",
+
"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==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=0.4.0"
+
}
+
},
+
"node_modules/anymatch": {
+
"version": "3.1.3",
+
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
+
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
+
"license": "ISC",
+
"dependencies": {
+
"normalize-path": "^3.0.0",
+
"picomatch": "^2.0.4"
+
},
+
"engines": {
+
"node": ">= 8"
+
}
+
},
+
"node_modules/balanced-match": {
+
"version": "1.0.2",
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+
"license": "MIT"
+
},
+
"node_modules/binary-extensions": {
+
"version": "2.3.0",
+
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
+
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=8"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/sindresorhus"
+
}
+
},
+
"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==",
+
"license": "MIT"
+
},
+
"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==",
+
"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/brace-expansion": {
+
"version": "1.1.12",
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
+
"license": "MIT",
+
"dependencies": {
+
"balanced-match": "^1.0.0",
+
"concat-map": "0.0.1"
+
}
+
},
+
"node_modules/braces": {
+
"version": "3.0.3",
+
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
+
"license": "MIT",
+
"dependencies": {
+
"fill-range": "^7.1.1"
+
},
+
"engines": {
+
"node": ">=8"
+
}
+
},
+
"node_modules/bytes": {
+
"version": "3.1.2",
+
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
+
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
+
"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==",
+
"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==",
+
"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/chokidar": {
+
"version": "3.6.0",
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
+
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
+
"license": "MIT",
+
"dependencies": {
+
"anymatch": "~3.1.2",
+
"braces": "~3.0.2",
+
"glob-parent": "~5.1.2",
+
"is-binary-path": "~2.1.0",
+
"is-glob": "~4.0.1",
+
"normalize-path": "~3.0.0",
+
"readdirp": "~3.6.0"
+
},
+
"engines": {
+
"node": ">= 8.10.0"
+
},
+
"funding": {
+
"url": "https://paulmillr.com/funding/"
+
},
+
"optionalDependencies": {
+
"fsevents": "~2.3.2"
+
}
+
},
+
"node_modules/color": {
+
"version": "4.2.3",
+
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
+
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
+
"license": "MIT",
+
"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==",
+
"license": "MIT",
+
"dependencies": {
+
"color-name": "~1.1.4"
+
},
+
"engines": {
+
"node": ">=7.0.0"
+
}
+
},
+
"node_modules/color-name": {
+
"version": "1.1.4",
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+
"license": "MIT"
+
},
+
"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==",
+
"license": "MIT",
+
"dependencies": {
+
"color-name": "^1.0.0",
+
"simple-swizzle": "^0.2.2"
+
}
+
},
+
"node_modules/concat-map": {
+
"version": "0.0.1",
+
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+
"license": "MIT"
+
},
+
"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==",
+
"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==",
+
"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==",
+
"engines": {
+
"node": ">=6.6.0"
+
}
+
},
+
"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==",
+
"license": "MIT"
+
},
+
"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==",
+
"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==",
+
"license": "Apache-2.0",
+
"engines": {
+
"node": ">=8"
+
}
+
},
+
"node_modules/dotenv": {
+
"version": "17.2.1",
+
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.1.tgz",
+
"integrity": "sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==",
+
"license": "BSD-2-Clause",
+
"engines": {
+
"node": ">=12"
+
},
+
"funding": {
+
"url": "https://dotenvx.com"
+
}
+
},
+
"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==",
+
"dependencies": {
+
"call-bind-apply-helpers": "^1.0.1",
+
"es-errors": "^1.3.0",
+
"gopd": "^1.2.0"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
}
+
},
+
"node_modules/ee-first": {
+
"version": "1.1.1",
+
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
+
},
+
"node_modules/encodeurl": {
+
"version": "2.0.0",
+
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
+
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/error-stack-parser-es": {
+
"version": "1.0.5",
+
"resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
+
"integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
+
"license": "MIT",
+
"funding": {
+
"url": "https://github.com/sponsors/antfu"
+
}
+
},
+
"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==",
+
"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==",
+
"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==",
+
"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==",
+
"hasInstallScript": true,
+
"license": "MIT",
+
"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=="
+
},
+
"node_modules/etag": {
+
"version": "1.8.1",
+
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
+
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/exit-hook": {
+
"version": "2.2.1",
+
"resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-2.2.1.tgz",
+
"integrity": "sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==",
+
"license": "MIT",
+
"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==",
+
"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/exsolve": {
+
"version": "1.0.7",
+
"resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz",
+
"integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
+
"license": "MIT"
+
},
+
"node_modules/fill-range": {
+
"version": "7.1.1",
+
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
+
"license": "MIT",
+
"dependencies": {
+
"to-regex-range": "^5.0.1"
+
},
+
"engines": {
+
"node": ">=8"
+
}
+
},
+
"node_modules/finalhandler": {
+
"version": "2.1.0",
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.0.tgz",
+
"integrity": "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==",
+
"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==",
+
"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==",
+
"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==",
+
"hasInstallScript": true,
+
"license": "MIT",
+
"optional": true,
+
"os": [
+
"darwin"
+
],
+
"engines": {
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+
}
+
},
+
"node_modules/function-bind": {
+
"version": "1.1.2",
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"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==",
+
"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==",
+
"dependencies": {
+
"dunder-proto": "^1.0.1",
+
"es-object-atoms": "^1.0.0"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
}
+
},
+
"node_modules/glob-parent": {
+
"version": "5.1.2",
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+
"license": "ISC",
+
"dependencies": {
+
"is-glob": "^4.0.1"
+
},
+
"engines": {
+
"node": ">= 6"
+
}
+
},
+
"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==",
+
"license": "BSD-2-Clause"
+
},
+
"node_modules/gopd": {
+
"version": "1.2.0",
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
+
"engines": {
+
"node": ">= 0.4"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/ljharb"
+
}
+
},
+
"node_modules/has-flag": {
+
"version": "3.0.0",
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=4"
+
}
+
},
+
"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==",
+
"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==",
+
"dependencies": {
+
"function-bind": "^1.1.2"
+
},
+
"engines": {
+
"node": ">= 0.4"
+
}
+
},
+
"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==",
+
"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==",
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"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==",
+
"dependencies": {
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
+
},
+
"engines": {
+
"node": ">=0.10.0"
+
}
+
},
+
"node_modules/ignore-by-default": {
+
"version": "1.0.1",
+
"resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz",
+
"integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==",
+
"license": "ISC"
+
},
+
"node_modules/inherits": {
+
"version": "2.0.4",
+
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
+
},
+
"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==",
+
"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==",
+
"license": "MIT"
+
},
+
"node_modules/is-binary-path": {
+
"version": "2.1.0",
+
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
+
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+
"license": "MIT",
+
"dependencies": {
+
"binary-extensions": "^2.0.0"
+
},
+
"engines": {
+
"node": ">=8"
+
}
+
},
+
"node_modules/is-extglob": {
+
"version": "2.1.1",
+
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=0.10.0"
+
}
+
},
+
"node_modules/is-glob": {
+
"version": "4.0.3",
+
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+
"license": "MIT",
+
"dependencies": {
+
"is-extglob": "^2.1.1"
+
},
+
"engines": {
+
"node": ">=0.10.0"
+
}
+
},
+
"node_modules/is-number": {
+
"version": "7.0.0",
+
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=0.12.0"
+
}
+
},
+
"node_modules/is-promise": {
+
"version": "4.0.0",
+
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
+
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="
+
},
+
"node_modules/kleur": {
+
"version": "4.1.5",
+
"resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
+
"integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=6"
+
}
+
},
+
"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==",
+
"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==",
+
"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==",
+
"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==",
+
"license": "MIT",
+
"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==",
+
"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==",
+
"dependencies": {
+
"mime-db": "^1.54.0"
+
},
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/miniflare": {
+
"version": "4.20250823.0",
+
"resolved": "https://registry.npmjs.org/miniflare/-/miniflare-4.20250823.0.tgz",
+
"integrity": "sha512-ofQRQ6rb/5P4nsz/J+xptdrN4zvYUm0wuezbKfaxbAGiIVTsM1vd+Pta5MtZwdQ6BKLM9tKMtU0rnbTzy3wntQ==",
+
"license": "MIT",
+
"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": "^7.10.0",
+
"workerd": "1.20250823.0",
+
"ws": "8.18.0",
+
"youch": "4.1.0-beta.10",
+
"zod": "3.22.3"
+
},
+
"bin": {
+
"miniflare": "bootstrap.js"
+
},
+
"engines": {
+
"node": ">=18.0.0"
+
}
+
},
+
"node_modules/minimatch": {
+
"version": "3.1.2",
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+
"license": "ISC",
+
"dependencies": {
+
"brace-expansion": "^1.1.7"
+
},
+
"engines": {
+
"node": "*"
+
}
+
},
+
"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/negotiator": {
+
"version": "1.0.0",
+
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
+
"integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
+
"engines": {
+
"node": ">= 0.6"
+
}
+
},
+
"node_modules/nodemon": {
+
"version": "3.1.10",
+
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.10.tgz",
+
"integrity": "sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw==",
+
"license": "MIT",
+
"dependencies": {
+
"chokidar": "^3.5.2",
+
"debug": "^4",
+
"ignore-by-default": "^1.0.1",
+
"minimatch": "^3.1.2",
+
"pstree.remy": "^1.1.8",
+
"semver": "^7.5.3",
+
"simple-update-notifier": "^2.0.0",
+
"supports-color": "^5.5.0",
+
"touch": "^3.1.0",
+
"undefsafe": "^2.0.5"
+
},
+
"bin": {
+
"nodemon": "bin/nodemon.js"
+
},
+
"engines": {
+
"node": ">=10"
+
},
+
"funding": {
+
"type": "opencollective",
+
"url": "https://opencollective.com/nodemon"
+
}
+
},
+
"node_modules/normalize-path": {
+
"version": "3.0.0",
+
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=0.10.0"
+
}
+
},
+
"node_modules/object-inspect": {
+
"version": "1.13.4",
+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
+
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
+
"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==",
+
"license": "MIT"
+
},
+
"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==",
+
"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==",
+
"dependencies": {
+
"wrappy": "1"
+
}
+
},
+
"node_modules/parseurl": {
+
"version": "1.3.3",
+
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
+
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"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==",
+
"engines": {
+
"node": ">=16"
+
}
+
},
+
"node_modules/pathe": {
+
"version": "2.0.3",
+
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
+
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
+
"license": "MIT"
+
},
+
"node_modules/picomatch": {
+
"version": "2.3.1",
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=8.6"
+
},
+
"funding": {
+
"url": "https://github.com/sponsors/jonschlinkert"
+
}
+
},
+
"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==",
+
"dependencies": {
+
"forwarded": "0.2.0",
+
"ipaddr.js": "1.9.1"
+
},
+
"engines": {
+
"node": ">= 0.10"
+
}
+
},
+
"node_modules/pstree.remy": {
+
"version": "1.1.8",
+
"resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz",
+
"integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==",
+
"license": "MIT"
+
},
+
"node_modules/qs": {
+
"version": "6.14.0",
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
+
"integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
+
"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==",
+
"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==",
+
"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/readdirp": {
+
"version": "3.6.0",
+
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
+
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+
"license": "MIT",
+
"dependencies": {
+
"picomatch": "^2.2.1"
+
},
+
"engines": {
+
"node": ">=8.10.0"
+
}
+
},
+
"node_modules/router": {
+
"version": "2.2.0",
+
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
+
"integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
+
"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/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=="
+
},
+
"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==",
+
"license": "ISC",
+
"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==",
+
"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==",
+
"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=="
+
},
+
"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==",
+
"hasInstallScript": true,
+
"license": "Apache-2.0",
+
"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/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==",
+
"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==",
+
"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==",
+
"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==",
+
"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==",
+
"license": "MIT",
+
"dependencies": {
+
"is-arrayish": "^0.3.1"
+
}
+
},
+
"node_modules/simple-update-notifier": {
+
"version": "2.0.0",
+
"resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz",
+
"integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==",
+
"license": "MIT",
+
"dependencies": {
+
"semver": "^7.5.3"
+
},
+
"engines": {
+
"node": ">=10"
+
}
+
},
+
"node_modules/statuses": {
+
"version": "2.0.2",
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
+
"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==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=4",
+
"npm": ">=6"
+
}
+
},
+
"node_modules/supports-color": {
+
"version": "5.5.0",
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+
"license": "MIT",
+
"dependencies": {
+
"has-flag": "^3.0.0"
+
},
+
"engines": {
+
"node": ">=4"
+
}
+
},
+
"node_modules/to-regex-range": {
+
"version": "5.0.1",
+
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+
"license": "MIT",
+
"dependencies": {
+
"is-number": "^7.0.0"
+
},
+
"engines": {
+
"node": ">=8.0"
+
}
+
},
+
"node_modules/toidentifier": {
+
"version": "1.0.1",
+
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
+
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
+
"engines": {
+
"node": ">=0.6"
+
}
+
},
+
"node_modules/touch": {
+
"version": "3.1.1",
+
"resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz",
+
"integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==",
+
"license": "ISC",
+
"bin": {
+
"nodetouch": "bin/nodetouch.js"
+
}
+
},
+
"node_modules/tslib": {
+
"version": "2.8.1",
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
+
"license": "0BSD",
+
"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==",
+
"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==",
+
"license": "MIT"
+
},
+
"node_modules/undefsafe": {
+
"version": "2.0.5",
+
"resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz",
+
"integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==",
+
"license": "MIT"
+
},
+
"node_modules/undici": {
+
"version": "7.15.0",
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.15.0.tgz",
+
"integrity": "sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=20.18.1"
+
}
+
},
+
"node_modules/unenv": {
+
"version": "2.0.0-rc.19",
+
"resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.19.tgz",
+
"integrity": "sha512-t/OMHBNAkknVCI7bVB9OWjUUAwhVv9vsPIAGnNUxnu3FxPQN11rjh0sksLMzc3g7IlTgvHmOTl4JM7JHpcv5wA==",
+
"license": "MIT",
+
"dependencies": {
+
"defu": "^6.1.4",
+
"exsolve": "^1.0.7",
+
"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==",
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"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==",
+
"engines": {
+
"node": ">= 0.8"
+
}
+
},
+
"node_modules/workerd": {
+
"version": "1.20250823.0",
+
"resolved": "https://registry.npmjs.org/workerd/-/workerd-1.20250823.0.tgz",
+
"integrity": "sha512-95lToK9zeaC7bX5ZmlP/wz6zqoUPBk3hhec1JjEMGZrxsXY9cPRkjWNCcjDctQ17U97vjMcY/ymchgx7w8Cfmg==",
+
"hasInstallScript": true,
+
"license": "Apache-2.0",
+
"bin": {
+
"workerd": "bin/workerd"
+
},
+
"engines": {
+
"node": ">=16"
+
},
+
"optionalDependencies": {
+
"@cloudflare/workerd-darwin-64": "1.20250823.0",
+
"@cloudflare/workerd-darwin-arm64": "1.20250823.0",
+
"@cloudflare/workerd-linux-64": "1.20250823.0",
+
"@cloudflare/workerd-linux-arm64": "1.20250823.0",
+
"@cloudflare/workerd-windows-64": "1.20250823.0"
+
}
+
},
+
"node_modules/wrangler": {
+
"version": "4.33.0",
+
"resolved": "https://registry.npmjs.org/wrangler/-/wrangler-4.33.0.tgz",
+
"integrity": "sha512-LIVnW/VePLMca8Y4pKz4ycXc8yPfXwJJnOnpq65fRTh9lR4UAuqHvSNW4Vx4JJI3ZniRZXIM8pb+tSntd5161w==",
+
"license": "MIT OR Apache-2.0",
+
"dependencies": {
+
"@cloudflare/kv-asset-handler": "0.4.0",
+
"@cloudflare/unenv-preset": "2.6.3",
+
"blake3-wasm": "2.1.5",
+
"esbuild": "0.25.4",
+
"miniflare": "4.20250823.0",
+
"path-to-regexp": "6.3.0",
+
"unenv": "2.0.0-rc.19",
+
"workerd": "1.20250823.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.20250823.0"
+
},
+
"peerDependenciesMeta": {
+
"@cloudflare/workers-types": {
+
"optional": true
+
}
+
}
+
},
+
"node_modules/wrangler/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==",
+
"license": "MIT"
+
},
+
"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=="
+
},
+
"node_modules/ws": {
+
"version": "8.18.0",
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
+
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=10.0.0"
+
},
+
"peerDependencies": {
+
"bufferutil": "^4.0.1",
+
"utf-8-validate": ">=5.0.2"
+
},
+
"peerDependenciesMeta": {
+
"bufferutil": {
+
"optional": true
+
},
+
"utf-8-validate": {
+
"optional": true
+
}
+
}
+
},
+
"node_modules/yaml": {
+
"version": "2.8.1",
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
+
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
+
"license": "ISC",
+
"bin": {
+
"yaml": "bin.mjs"
+
},
+
"engines": {
+
"node": ">= 14.6"
+
}
+
},
+
"node_modules/youch": {
+
"version": "4.1.0-beta.10",
+
"resolved": "https://registry.npmjs.org/youch/-/youch-4.1.0-beta.10.tgz",
+
"integrity": "sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==",
+
"license": "MIT",
+
"dependencies": {
+
"@poppinss/colors": "^4.1.5",
+
"@poppinss/dumper": "^0.6.4",
+
"@speed-highlight/core": "^1.2.7",
+
"cookie": "^1.0.2",
+
"youch-core": "^0.3.3"
+
}
+
},
+
"node_modules/youch-core": {
+
"version": "0.3.3",
+
"resolved": "https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz",
+
"integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
+
"license": "MIT",
+
"dependencies": {
+
"@poppinss/exception": "^1.2.2",
+
"error-stack-parser-es": "^1.0.5"
+
}
+
},
+
"node_modules/youch/node_modules/cookie": {
+
"version": "1.0.2",
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
+
"integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
+
"license": "MIT",
+
"engines": {
+
"node": ">=18"
+
}
+
},
+
"node_modules/zod": {
+
"version": "3.22.3",
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz",
+
"integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==",
+
"license": "MIT",
+
"funding": {
+
"url": "https://github.com/sponsors/colinhacks"
+
}
+
}
+
}
+
}
+18
package.json
···
+
{
+
"name": "tangled-pages",
+
"version": "1.0.0",
+
"type": "module",
+
"scripts": {
+
"start": "npm run dev",
+
"dev": "npm run dev:worker",
+
"dev:worker": "wrangler dev --port 3000 --env development",
+
"dev:express": "nodemon src/server.js"
+
},
+
"dependencies": {
+
"dotenv": "^17.2.1",
+
"express": "^5.1.0",
+
"nodemon": "^3.1.10",
+
"wrangler": "^4.33.0",
+
"yaml": "^2.8.1"
+
}
+
}
+68
src/helpers.js
···
+
export function getContentTypeForExtension(extension, fallback = "text/plain") {
+
switch (extension) {
+
case ".html":
+
return "text/html";
+
case ".css":
+
return "text/css";
+
case ".js":
+
return "application/javascript";
+
case ".json":
+
return "application/json";
+
case ".svg":
+
return "image/svg+xml";
+
case ".png":
+
return "image/png";
+
case ".jpg":
+
return "image/jpeg";
+
case ".gif":
+
return "image/gif";
+
case ".webp":
+
return "image/webp";
+
case ".ico":
+
return "image/x-icon";
+
case ".txt":
+
return "text/plain";
+
case ".md":
+
return "text/markdown";
+
case ".xml":
+
return "application/xml";
+
case ".pdf":
+
return "application/pdf";
+
case ".zip":
+
return "application/zip";
+
case ".7z":
+
return "application/x-7z-compressed";
+
case ".tar":
+
return "application/x-tar";
+
case ".gz":
+
return "application/gzip";
+
case ".bz2":
+
return "application/x-bzip2";
+
case ".mp3":
+
return "audio/mpeg";
+
case ".mp4":
+
return "video/mp4";
+
case ".webm":
+
return "video/webm";
+
case ".ogg":
+
return "audio/ogg";
+
case ".wav":
+
return "audio/wav";
+
case ".flac":
+
return "audio/flac";
+
case ".aac":
+
return "audio/aac";
+
case ".m4a":
+
return "audio/mp4";
+
case ".m4v":
+
return "video/mp4";
+
}
+
return fallback;
+
}
+
+
export function trimLeadingSlash(path) {
+
if (path.startsWith("/")) {
+
return path.slice(1);
+
}
+
return path;
+
}
+185
src/knot-client.js
···
+
// https://tangled.sh/@tangled.sh/core/blob/master/knotclient/unsigned.go
+
// Converted to JavaScript by Claude Code
+
// Changes:
+
// - Added blob method
+
// - Added verbose option
+
+
class UnsignedClient {
+
constructor(domain, dev = false, verbose = false) {
+
this.baseUrl = new URL(`${dev ? "http" : "https"}://${domain}`);
+
this.verbose = verbose;
+
}
+
+
async newRequest(method, endpoint, query = null, body = null) {
+
const url = new URL(endpoint, this.baseUrl);
+
+
if (query) {
+
for (const [key, value] of Object.entries(query)) {
+
url.searchParams.append(key, value);
+
}
+
}
+
+
const options = {
+
method,
+
headers: {
+
"Content-Type": "application/json",
+
},
+
signal: AbortSignal.timeout(5000), // 5 second timeout
+
};
+
+
if (body) {
+
options.body = typeof body === "string" ? body : JSON.stringify(body);
+
}
+
+
return { url: url.toString(), options };
+
}
+
+
async doRequest(url, options) {
+
try {
+
if (this.verbose) {
+
console.log("Request:", url);
+
}
+
+
const response = await fetch(url, options);
+
+
if (!response.ok && response.status !== 404 && response.status !== 400) {
+
throw new Error(`HTTP error! status: ${response.status}`);
+
}
+
+
const text = await response.text();
+
return {
+
status: response.status,
+
data: text ? JSON.parse(text) : null,
+
};
+
} catch (error) {
+
console.error("Request error:", error);
+
throw error;
+
}
+
}
+
+
async index(ownerDid, repoName, ref = "") {
+
const endpoint = ref
+
? `/${ownerDid}/${repoName}/tree/${ref}`
+
: `/${ownerDid}/${repoName}`;
+
+
const { url, options } = await this.newRequest("GET", endpoint);
+
const response = await this.doRequest(url, options);
+
return response.data;
+
}
+
+
async log(ownerDid, repoName, ref, page = 0) {
+
const endpoint = `/${ownerDid}/${repoName}/log/${encodeURIComponent(ref)}`;
+
const query = {
+
page: page.toString(),
+
per_page: "60",
+
};
+
+
const { url, options } = await this.newRequest("GET", endpoint, query);
+
const response = await this.doRequest(url, options);
+
return response.data;
+
}
+
+
async branches(ownerDid, repoName) {
+
const endpoint = `/${ownerDid}/${repoName}/branches`;
+
+
const { url, options } = await this.newRequest("GET", endpoint);
+
const response = await this.doRequest(url, options);
+
return response.data;
+
}
+
+
async tags(ownerDid, repoName) {
+
const endpoint = `/${ownerDid}/${repoName}/tags`;
+
+
const { url, options } = await this.newRequest("GET", endpoint);
+
const response = await this.doRequest(url, options);
+
return response.data;
+
}
+
+
async branch(ownerDid, repoName, branch) {
+
const endpoint = `/${ownerDid}/${repoName}/branches/${encodeURIComponent(
+
branch
+
)}`;
+
+
const { url, options } = await this.newRequest("GET", endpoint);
+
const response = await this.doRequest(url, options);
+
return response.data;
+
}
+
+
async defaultBranch(ownerDid, repoName) {
+
const endpoint = `/${ownerDid}/${repoName}/branches/default`;
+
+
const { url, options } = await this.newRequest("GET", endpoint);
+
const response = await this.doRequest(url, options);
+
return response.data;
+
}
+
+
async capabilities() {
+
const endpoint = "/capabilities";
+
+
const { url, options } = await this.newRequest("GET", endpoint);
+
const response = await this.doRequest(url, options);
+
return response.data;
+
}
+
+
async compare(ownerDid, repoName, rev1, rev2) {
+
const endpoint = `/${ownerDid}/${repoName}/compare/${encodeURIComponent(
+
rev1
+
)}/${encodeURIComponent(rev2)}`;
+
+
const { url, options } = await this.newRequest("GET", endpoint);
+
+
try {
+
const response = await fetch(url, options);
+
+
if (response.status === 404 || response.status === 400) {
+
throw new Error("Branch comparisons not supported on this knot.");
+
}
+
+
if (!response.ok) {
+
throw new Error("Failed to create request.");
+
}
+
+
const text = await response.text();
+
return JSON.parse(text);
+
} catch (error) {
+
console.error("Failed to compare across branches");
+
throw new Error("Failed to compare branches.");
+
}
+
}
+
+
async repoLanguages(ownerDid, repoName, ref) {
+
const endpoint = `/${ownerDid}/${repoName}/languages/${encodeURIComponent(
+
ref
+
)}`;
+
+
try {
+
const { url, options } = await this.newRequest("GET", endpoint);
+
const response = await fetch(url, options);
+
+
if (response.status !== 200) {
+
console.warn("Failed to calculate languages", response.status);
+
return {};
+
}
+
+
const text = await response.text();
+
return JSON.parse(text);
+
} catch (error) {
+
console.error("Error fetching repo languages:", error);
+
throw error;
+
}
+
}
+
+
async blob(ownerDid, repoName, ref, filePath) {
+
const endpoint = `/${ownerDid}/${repoName}/blob/${encodeURIComponent(
+
ref
+
)}/${filePath}`;
+
+
const { url, options } = await this.newRequest("GET", endpoint);
+
const response = await this.doRequest(url, options);
+
return response.data;
+
}
+
}
+
+
export function createUnsignedClient(domain, dev = false, verbose = false) {
+
return new UnsignedClient(domain, dev, verbose);
+
}
+161
src/pages-service.js
···
+
import { createUnsignedClient } from "./knot-client.js";
+
import { getContentTypeForExtension, trimLeadingSlash } from "./helpers.js";
+
import path from "node:path";
+
import yaml from "yaml";
+
+
// Helpers
+
+
function getContentTypeForFilename(filename) {
+
const extension = path.extname(filename).toLowerCase();
+
return getContentTypeForExtension(extension);
+
}
+
+
class FileCache {
+
constructor({ expirationSeconds = 60 }) {
+
this.cache = new Map();
+
this.expirationSeconds = expirationSeconds;
+
}
+
+
get(filename) {
+
if (this.cache.has(filename)) {
+
const entry = this.cache.get(filename);
+
if (
+
entry &&
+
entry.timestamp > Date.now() - this.expirationSeconds * 1000
+
) {
+
return entry.content;
+
}
+
}
+
return null;
+
}
+
+
set(filename, content) {
+
const timestamp = Date.now();
+
this.cache.set(filename, { content, timestamp });
+
}
+
}
+
+
class PagesConfig {
+
constructor({ basePath, notFoundFilepath }) {
+
this.basePath = basePath;
+
this.notFoundFilepath = notFoundFilepath;
+
}
+
+
static default() {
+
return new PagesConfig({
+
basePath: "/",
+
notFoundFilepath: null,
+
});
+
}
+
+
static fromFile(filePath, fileContent) {
+
if (!filePath.endsWith(".yaml")) {
+
throw new Error("Config file must be a YAML file");
+
}
+
let configObj = {};
+
try {
+
configObj = yaml.parse(fileContent);
+
} catch (error) {
+
throw new Error(`Error parsing YAML file ${filePath}: ${error}`);
+
}
+
return new PagesConfig({
+
basePath: configObj.basePath || "/",
+
notFoundFilepath: configObj.notFoundFilepath || null,
+
});
+
}
+
}
+
+
class PagesService {
+
constructor({
+
domain,
+
ownerDid,
+
repoName,
+
configFilepath = "pages_config.yaml",
+
verbose = false,
+
}) {
+
this.ownerDid = ownerDid;
+
this.repoName = repoName;
+
this.configFilepath = configFilepath;
+
this.verbose = verbose;
+
this.client = createUnsignedClient(domain, false, verbose);
+
this.fileCache = new FileCache({ expirationSeconds: 60 });
+
}
+
+
async getConfig() {
+
if (!this.__config) {
+
await this.loadConfig();
+
}
+
return this.__config;
+
}
+
+
async loadConfig() {
+
let config = null;
+
const configFileContent = await this.getFileContent(this.configFilepath);
+
if (!configFileContent) {
+
console.warn(
+
`No config file found at ${this.configFilepath}, using default config`
+
);
+
config = PagesConfig.default();
+
} else {
+
config = PagesConfig.fromFile(this.configFilepath, configFileContent);
+
}
+
this.__config = config;
+
return config;
+
}
+
+
async getFileContent(filename) {
+
const cachedContent = this.fileCache.get(filename);
+
if (cachedContent) {
+
if (this.verbose) {
+
console.log(`Cache hit for ${filename}`);
+
}
+
return cachedContent;
+
}
+
// todo error handling?
+
const blob = await this.client.blob(
+
this.ownerDid,
+
this.repoName,
+
"main",
+
trimLeadingSlash(filename)
+
);
+
const content = blob.contents;
+
this.fileCache.set(filename, content);
+
return content;
+
}
+
+
async getPage(route) {
+
const config = await this.getConfig();
+
let filePath = route;
+
const extension = path.extname(filePath);
+
if (extension === "") {
+
filePath = path.join(filePath, "index.html");
+
}
+
+
const fullPath = path.join(config.basePath, trimLeadingSlash(filePath));
+
+
const content = await this.getFileContent(fullPath);
+
if (!content) {
+
return this.get404();
+
}
+
return {
+
status: 200,
+
content,
+
contentType: getContentTypeForFilename(fullPath),
+
};
+
}
+
+
async get404() {
+
const { notFoundFilepath } = await this.getConfig();
+
if (notFoundFilepath) {
+
const content = await this.getFileContent(notFoundFilepath);
+
return {
+
status: 404,
+
content,
+
contentType: getContentTypeForFilename(notFoundFilepath),
+
};
+
}
+
return { status: 404, content: "Not Found", contentType: "text/plain" };
+
}
+
}
+
+
export default PagesService;
+35
src/server.js
···
+
import PagesService from "./pages-service.js";
+
import express from "express";
+
import dotenv from "dotenv";
+
+
dotenv.config();
+
+
const pagesService = new PagesService({
+
domain: process.env.KNOT_DOMAIN,
+
ownerDid: process.env.OWNER_DID,
+
repoName: process.env.REPO_NAME,
+
verbose: process.env.NODE_ENV === "development",
+
});
+
+
// preload to make sure there are no problems with the config
+
await pagesService.loadConfig();
+
+
const app = express();
+
+
app.get("/{*any}", async (req, res) => {
+
const route = req.path;
+
const { status, content, contentType } = await pagesService.getPage(route);
+
res.status(status).set("Content-Type", contentType).send(content);
+
});
+
+
function main() {
+
const server = app.listen(3000, () => {
+
console.log("Server is running on port 3000");
+
});
+
+
server.on("error", (error) => {
+
console.error("Server error:", error);
+
});
+
}
+
+
main();
+30
src/worker.js
···
+
import PagesService from "./pages-service.js";
+
+
let pagesService = null;
+
+
// idk how long cloudflare will keep this around.
+
// it would be better to save the config in a KV store
+
// but this is good enough for now
+
function getPagesService(env) {
+
if (!pagesService) {
+
pagesService = new PagesService({
+
domain: env.KNOT_DOMAIN,
+
ownerDid: env.OWNER_DID,
+
repoName: env.REPO_NAME,
+
verbose: env.NODE_ENV === "development",
+
});
+
}
+
return pagesService;
+
}
+
+
export default {
+
async fetch(request, env, ctx) {
+
const route = new URL(request.url).pathname;
+
const pagesService = getPagesService(env);
+
const { status, content, contentType } = await pagesService.getPage(route);
+
return new Response(content, {
+
status,
+
headers: { "Content-Type": contentType },
+
});
+
},
+
};
+16
test/knot-client-test.js
···
+
import { createUnsignedClient } from "./knot-client.js";
+
+
const OWNER_DID = "did:plc:p572wxnsuoogcrhlfrlizlrb";
+
const REPO_NAME = "static-site-example";
+
const KNOT_DOMAIN = "knot.gracekind.net";
+
+
const client = createUnsignedClient(KNOT_DOMAIN);
+
+
const blob = await client.blob(
+
OWNER_DID,
+
REPO_NAME,
+
"main",
+
"public/index.html"
+
);
+
+
console.log(blob);
+4
wrangler.toml
···
+
name = "tangled-pages"
+
main = "src/worker.js"
+
compatibility_flags = [ "nodejs_compat" ]
+
compatibility_date = "2024-09-23"