This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

thermals / package-lock.json
49 kB 1553 lines
1{ 2 "name": "thermals-appview", 3 "version": "0.1.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "thermals-appview", 9 "version": "0.1.0", 10 "devDependencies": { 11 "wrangler": "^4" 12 } 13 }, 14 "node_modules/@cloudflare/kv-asset-handler": { 15 "version": "0.5.0", 16 "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.5.0.tgz", 17 "integrity": "sha512-jxQYkj8dSIzc0cD6cMMNdOc1UVjqSqu8BZdor5s8cGjW2I8BjODt/kWPVdY+u9zj3ms75Q5qaZgnxUad83+eAg==", 18 "dev": true, 19 "license": "MIT OR Apache-2.0", 20 "engines": { 21 "node": ">=22.0.0" 22 } 23 }, 24 "node_modules/@cloudflare/unenv-preset": { 25 "version": "2.16.1", 26 "resolved": "https://registry.npmjs.org/@cloudflare/unenv-preset/-/unenv-preset-2.16.1.tgz", 27 "integrity": "sha512-ECxObrMfyTl5bhQf/lZCXwo5G6xX9IAUo+nDMKK4SZ8m4Jvvxp52vilxyySSWh2YTZz8+HQ07qGH/2rEom1vDw==", 28 "dev": true, 29 "license": "MIT OR Apache-2.0", 30 "peerDependencies": { 31 "unenv": "2.0.0-rc.24", 32 "workerd": ">1.20260305.0 <2.0.0-0" 33 }, 34 "peerDependenciesMeta": { 35 "workerd": { 36 "optional": true 37 } 38 } 39 }, 40 "node_modules/@cloudflare/workerd-darwin-64": { 41 "version": "1.20260701.1", 42 "resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20260701.1.tgz", 43 "integrity": "sha512-Zd9Y1bah6DwwBN2RW8vJohffQrIUazb8UXnqSNecOxM+jJLhUuvv5IOG8dbHcV83TyZAubea6gsQXo2yH1lDdw==", 44 "cpu": [ 45 "x64" 46 ], 47 "dev": true, 48 "license": "Apache-2.0", 49 "optional": true, 50 "os": [ 51 "darwin" 52 ], 53 "engines": { 54 "node": ">=16" 55 } 56 }, 57 "node_modules/@cloudflare/workerd-darwin-arm64": { 58 "version": "1.20260701.1", 59 "resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.20260701.1.tgz", 60 "integrity": "sha512-yBLsjS1qCWqFyCY37qRUrYfzHHvMGvjh8zRKJ6MvUivYDhkZTzqduppK38FoqYvayLJ5KbcxH7zo5rkxGqbsaA==", 61 "cpu": [ 62 "arm64" 63 ], 64 "dev": true, 65 "license": "Apache-2.0", 66 "optional": true, 67 "os": [ 68 "darwin" 69 ], 70 "engines": { 71 "node": ">=16" 72 } 73 }, 74 "node_modules/@cloudflare/workerd-linux-64": { 75 "version": "1.20260701.1", 76 "resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.20260701.1.tgz", 77 "integrity": "sha512-vMfqSIMfoo4xmZXEuUVqLpSFS921YKjiR9q7kDXPi6Vld1PK74UHg9LZuBavT2KSyemHUCTpj9y/4JSYOEyQbQ==", 78 "cpu": [ 79 "x64" 80 ], 81 "dev": true, 82 "license": "Apache-2.0", 83 "optional": true, 84 "os": [ 85 "linux" 86 ], 87 "engines": { 88 "node": ">=16" 89 } 90 }, 91 "node_modules/@cloudflare/workerd-linux-arm64": { 92 "version": "1.20260701.1", 93 "resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.20260701.1.tgz", 94 "integrity": "sha512-HRfwbKU2pK44V2NhoM0+iH0JJSj7nQ9Wv13ifIiGYCmTtDL8/zKtEhX7kQ3D4Vy/Cpjhttl0FkfqXj1aqLDPPg==", 95 "cpu": [ 96 "arm64" 97 ], 98 "dev": true, 99 "license": "Apache-2.0", 100 "optional": true, 101 "os": [ 102 "linux" 103 ], 104 "engines": { 105 "node": ">=16" 106 } 107 }, 108 "node_modules/@cloudflare/workerd-windows-64": { 109 "version": "1.20260701.1", 110 "resolved": "https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20260701.1.tgz", 111 "integrity": "sha512-ngxCiIN9s/fM2o1IBMD0o1/mcXrv2NJVdyznh51UH8sQuvrTrXvV2nM0Uj/qU2wMwF6prgNBcdcd7AZeZGiBQA==", 112 "cpu": [ 113 "x64" 114 ], 115 "dev": true, 116 "license": "Apache-2.0", 117 "optional": true, 118 "os": [ 119 "win32" 120 ], 121 "engines": { 122 "node": ">=16" 123 } 124 }, 125 "node_modules/@cspotcode/source-map-support": { 126 "version": "0.8.1", 127 "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", 128 "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", 129 "dev": true, 130 "license": "MIT", 131 "dependencies": { 132 "@jridgewell/trace-mapping": "0.3.9" 133 }, 134 "engines": { 135 "node": ">=12" 136 } 137 }, 138 "node_modules/@emnapi/runtime": { 139 "version": "1.11.2", 140 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.2.tgz", 141 "integrity": "sha512-kyOl3X0DuTiT1h2ft8r2fYO8JYtU9a9Xis/zBSiGArNaagCOWx90N1k2wxp18czFDH+OgcWGb5ZP/XMt3dcyPA==", 142 "dev": true, 143 "license": "MIT", 144 "optional": true, 145 "dependencies": { 146 "tslib": "^2.4.0" 147 } 148 }, 149 "node_modules/@esbuild/aix-ppc64": { 150 "version": "0.28.1", 151 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.1.tgz", 152 "integrity": "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==", 153 "cpu": [ 154 "ppc64" 155 ], 156 "dev": true, 157 "license": "MIT", 158 "optional": true, 159 "os": [ 160 "aix" 161 ], 162 "engines": { 163 "node": ">=18" 164 } 165 }, 166 "node_modules/@esbuild/android-arm": { 167 "version": "0.28.1", 168 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.1.tgz", 169 "integrity": "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==", 170 "cpu": [ 171 "arm" 172 ], 173 "dev": true, 174 "license": "MIT", 175 "optional": true, 176 "os": [ 177 "android" 178 ], 179 "engines": { 180 "node": ">=18" 181 } 182 }, 183 "node_modules/@esbuild/android-arm64": { 184 "version": "0.28.1", 185 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.1.tgz", 186 "integrity": "sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==", 187 "cpu": [ 188 "arm64" 189 ], 190 "dev": true, 191 "license": "MIT", 192 "optional": true, 193 "os": [ 194 "android" 195 ], 196 "engines": { 197 "node": ">=18" 198 } 199 }, 200 "node_modules/@esbuild/android-x64": { 201 "version": "0.28.1", 202 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.1.tgz", 203 "integrity": "sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==", 204 "cpu": [ 205 "x64" 206 ], 207 "dev": true, 208 "license": "MIT", 209 "optional": true, 210 "os": [ 211 "android" 212 ], 213 "engines": { 214 "node": ">=18" 215 } 216 }, 217 "node_modules/@esbuild/darwin-arm64": { 218 "version": "0.28.1", 219 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.1.tgz", 220 "integrity": "sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==", 221 "cpu": [ 222 "arm64" 223 ], 224 "dev": true, 225 "license": "MIT", 226 "optional": true, 227 "os": [ 228 "darwin" 229 ], 230 "engines": { 231 "node": ">=18" 232 } 233 }, 234 "node_modules/@esbuild/darwin-x64": { 235 "version": "0.28.1", 236 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.1.tgz", 237 "integrity": "sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==", 238 "cpu": [ 239 "x64" 240 ], 241 "dev": true, 242 "license": "MIT", 243 "optional": true, 244 "os": [ 245 "darwin" 246 ], 247 "engines": { 248 "node": ">=18" 249 } 250 }, 251 "node_modules/@esbuild/freebsd-arm64": { 252 "version": "0.28.1", 253 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.1.tgz", 254 "integrity": "sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==", 255 "cpu": [ 256 "arm64" 257 ], 258 "dev": true, 259 "license": "MIT", 260 "optional": true, 261 "os": [ 262 "freebsd" 263 ], 264 "engines": { 265 "node": ">=18" 266 } 267 }, 268 "node_modules/@esbuild/freebsd-x64": { 269 "version": "0.28.1", 270 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.1.tgz", 271 "integrity": "sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==", 272 "cpu": [ 273 "x64" 274 ], 275 "dev": true, 276 "license": "MIT", 277 "optional": true, 278 "os": [ 279 "freebsd" 280 ], 281 "engines": { 282 "node": ">=18" 283 } 284 }, 285 "node_modules/@esbuild/linux-arm": { 286 "version": "0.28.1", 287 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.1.tgz", 288 "integrity": "sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==", 289 "cpu": [ 290 "arm" 291 ], 292 "dev": true, 293 "license": "MIT", 294 "optional": true, 295 "os": [ 296 "linux" 297 ], 298 "engines": { 299 "node": ">=18" 300 } 301 }, 302 "node_modules/@esbuild/linux-arm64": { 303 "version": "0.28.1", 304 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.1.tgz", 305 "integrity": "sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==", 306 "cpu": [ 307 "arm64" 308 ], 309 "dev": true, 310 "license": "MIT", 311 "optional": true, 312 "os": [ 313 "linux" 314 ], 315 "engines": { 316 "node": ">=18" 317 } 318 }, 319 "node_modules/@esbuild/linux-ia32": { 320 "version": "0.28.1", 321 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.1.tgz", 322 "integrity": "sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==", 323 "cpu": [ 324 "ia32" 325 ], 326 "dev": true, 327 "license": "MIT", 328 "optional": true, 329 "os": [ 330 "linux" 331 ], 332 "engines": { 333 "node": ">=18" 334 } 335 }, 336 "node_modules/@esbuild/linux-loong64": { 337 "version": "0.28.1", 338 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.1.tgz", 339 "integrity": "sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==", 340 "cpu": [ 341 "loong64" 342 ], 343 "dev": true, 344 "license": "MIT", 345 "optional": true, 346 "os": [ 347 "linux" 348 ], 349 "engines": { 350 "node": ">=18" 351 } 352 }, 353 "node_modules/@esbuild/linux-mips64el": { 354 "version": "0.28.1", 355 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.1.tgz", 356 "integrity": "sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==", 357 "cpu": [ 358 "mips64el" 359 ], 360 "dev": true, 361 "license": "MIT", 362 "optional": true, 363 "os": [ 364 "linux" 365 ], 366 "engines": { 367 "node": ">=18" 368 } 369 }, 370 "node_modules/@esbuild/linux-ppc64": { 371 "version": "0.28.1", 372 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.1.tgz", 373 "integrity": "sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==", 374 "cpu": [ 375 "ppc64" 376 ], 377 "dev": true, 378 "license": "MIT", 379 "optional": true, 380 "os": [ 381 "linux" 382 ], 383 "engines": { 384 "node": ">=18" 385 } 386 }, 387 "node_modules/@esbuild/linux-riscv64": { 388 "version": "0.28.1", 389 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.1.tgz", 390 "integrity": "sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==", 391 "cpu": [ 392 "riscv64" 393 ], 394 "dev": true, 395 "license": "MIT", 396 "optional": true, 397 "os": [ 398 "linux" 399 ], 400 "engines": { 401 "node": ">=18" 402 } 403 }, 404 "node_modules/@esbuild/linux-s390x": { 405 "version": "0.28.1", 406 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.1.tgz", 407 "integrity": "sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==", 408 "cpu": [ 409 "s390x" 410 ], 411 "dev": true, 412 "license": "MIT", 413 "optional": true, 414 "os": [ 415 "linux" 416 ], 417 "engines": { 418 "node": ">=18" 419 } 420 }, 421 "node_modules/@esbuild/linux-x64": { 422 "version": "0.28.1", 423 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.1.tgz", 424 "integrity": "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==", 425 "cpu": [ 426 "x64" 427 ], 428 "dev": true, 429 "license": "MIT", 430 "optional": true, 431 "os": [ 432 "linux" 433 ], 434 "engines": { 435 "node": ">=18" 436 } 437 }, 438 "node_modules/@esbuild/netbsd-arm64": { 439 "version": "0.28.1", 440 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.1.tgz", 441 "integrity": "sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==", 442 "cpu": [ 443 "arm64" 444 ], 445 "dev": true, 446 "license": "MIT", 447 "optional": true, 448 "os": [ 449 "netbsd" 450 ], 451 "engines": { 452 "node": ">=18" 453 } 454 }, 455 "node_modules/@esbuild/netbsd-x64": { 456 "version": "0.28.1", 457 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.1.tgz", 458 "integrity": "sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==", 459 "cpu": [ 460 "x64" 461 ], 462 "dev": true, 463 "license": "MIT", 464 "optional": true, 465 "os": [ 466 "netbsd" 467 ], 468 "engines": { 469 "node": ">=18" 470 } 471 }, 472 "node_modules/@esbuild/openbsd-arm64": { 473 "version": "0.28.1", 474 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.1.tgz", 475 "integrity": "sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==", 476 "cpu": [ 477 "arm64" 478 ], 479 "dev": true, 480 "license": "MIT", 481 "optional": true, 482 "os": [ 483 "openbsd" 484 ], 485 "engines": { 486 "node": ">=18" 487 } 488 }, 489 "node_modules/@esbuild/openbsd-x64": { 490 "version": "0.28.1", 491 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.1.tgz", 492 "integrity": "sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==", 493 "cpu": [ 494 "x64" 495 ], 496 "dev": true, 497 "license": "MIT", 498 "optional": true, 499 "os": [ 500 "openbsd" 501 ], 502 "engines": { 503 "node": ">=18" 504 } 505 }, 506 "node_modules/@esbuild/openharmony-arm64": { 507 "version": "0.28.1", 508 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.1.tgz", 509 "integrity": "sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==", 510 "cpu": [ 511 "arm64" 512 ], 513 "dev": true, 514 "license": "MIT", 515 "optional": true, 516 "os": [ 517 "openharmony" 518 ], 519 "engines": { 520 "node": ">=18" 521 } 522 }, 523 "node_modules/@esbuild/sunos-x64": { 524 "version": "0.28.1", 525 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.1.tgz", 526 "integrity": "sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==", 527 "cpu": [ 528 "x64" 529 ], 530 "dev": true, 531 "license": "MIT", 532 "optional": true, 533 "os": [ 534 "sunos" 535 ], 536 "engines": { 537 "node": ">=18" 538 } 539 }, 540 "node_modules/@esbuild/win32-arm64": { 541 "version": "0.28.1", 542 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.1.tgz", 543 "integrity": "sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==", 544 "cpu": [ 545 "arm64" 546 ], 547 "dev": true, 548 "license": "MIT", 549 "optional": true, 550 "os": [ 551 "win32" 552 ], 553 "engines": { 554 "node": ">=18" 555 } 556 }, 557 "node_modules/@esbuild/win32-ia32": { 558 "version": "0.28.1", 559 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.1.tgz", 560 "integrity": "sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==", 561 "cpu": [ 562 "ia32" 563 ], 564 "dev": true, 565 "license": "MIT", 566 "optional": true, 567 "os": [ 568 "win32" 569 ], 570 "engines": { 571 "node": ">=18" 572 } 573 }, 574 "node_modules/@esbuild/win32-x64": { 575 "version": "0.28.1", 576 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.1.tgz", 577 "integrity": "sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==", 578 "cpu": [ 579 "x64" 580 ], 581 "dev": true, 582 "license": "MIT", 583 "optional": true, 584 "os": [ 585 "win32" 586 ], 587 "engines": { 588 "node": ">=18" 589 } 590 }, 591 "node_modules/@img/colour": { 592 "version": "1.1.0", 593 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz", 594 "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==", 595 "dev": true, 596 "license": "MIT", 597 "engines": { 598 "node": ">=18" 599 } 600 }, 601 "node_modules/@img/sharp-darwin-arm64": { 602 "version": "0.34.5", 603 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz", 604 "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==", 605 "cpu": [ 606 "arm64" 607 ], 608 "dev": true, 609 "license": "Apache-2.0", 610 "optional": true, 611 "os": [ 612 "darwin" 613 ], 614 "engines": { 615 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 616 }, 617 "funding": { 618 "url": "https://opencollective.com/libvips" 619 }, 620 "optionalDependencies": { 621 "@img/sharp-libvips-darwin-arm64": "1.2.4" 622 } 623 }, 624 "node_modules/@img/sharp-darwin-x64": { 625 "version": "0.34.5", 626 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz", 627 "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==", 628 "cpu": [ 629 "x64" 630 ], 631 "dev": true, 632 "license": "Apache-2.0", 633 "optional": true, 634 "os": [ 635 "darwin" 636 ], 637 "engines": { 638 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 639 }, 640 "funding": { 641 "url": "https://opencollective.com/libvips" 642 }, 643 "optionalDependencies": { 644 "@img/sharp-libvips-darwin-x64": "1.2.4" 645 } 646 }, 647 "node_modules/@img/sharp-libvips-darwin-arm64": { 648 "version": "1.2.4", 649 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz", 650 "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==", 651 "cpu": [ 652 "arm64" 653 ], 654 "dev": true, 655 "license": "LGPL-3.0-or-later", 656 "optional": true, 657 "os": [ 658 "darwin" 659 ], 660 "funding": { 661 "url": "https://opencollective.com/libvips" 662 } 663 }, 664 "node_modules/@img/sharp-libvips-darwin-x64": { 665 "version": "1.2.4", 666 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz", 667 "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==", 668 "cpu": [ 669 "x64" 670 ], 671 "dev": true, 672 "license": "LGPL-3.0-or-later", 673 "optional": true, 674 "os": [ 675 "darwin" 676 ], 677 "funding": { 678 "url": "https://opencollective.com/libvips" 679 } 680 }, 681 "node_modules/@img/sharp-libvips-linux-arm": { 682 "version": "1.2.4", 683 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz", 684 "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==", 685 "cpu": [ 686 "arm" 687 ], 688 "dev": true, 689 "libc": [ 690 "glibc" 691 ], 692 "license": "LGPL-3.0-or-later", 693 "optional": true, 694 "os": [ 695 "linux" 696 ], 697 "funding": { 698 "url": "https://opencollective.com/libvips" 699 } 700 }, 701 "node_modules/@img/sharp-libvips-linux-arm64": { 702 "version": "1.2.4", 703 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz", 704 "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==", 705 "cpu": [ 706 "arm64" 707 ], 708 "dev": true, 709 "libc": [ 710 "glibc" 711 ], 712 "license": "LGPL-3.0-or-later", 713 "optional": true, 714 "os": [ 715 "linux" 716 ], 717 "funding": { 718 "url": "https://opencollective.com/libvips" 719 } 720 }, 721 "node_modules/@img/sharp-libvips-linux-ppc64": { 722 "version": "1.2.4", 723 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz", 724 "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==", 725 "cpu": [ 726 "ppc64" 727 ], 728 "dev": true, 729 "libc": [ 730 "glibc" 731 ], 732 "license": "LGPL-3.0-or-later", 733 "optional": true, 734 "os": [ 735 "linux" 736 ], 737 "funding": { 738 "url": "https://opencollective.com/libvips" 739 } 740 }, 741 "node_modules/@img/sharp-libvips-linux-riscv64": { 742 "version": "1.2.4", 743 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz", 744 "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==", 745 "cpu": [ 746 "riscv64" 747 ], 748 "dev": true, 749 "libc": [ 750 "glibc" 751 ], 752 "license": "LGPL-3.0-or-later", 753 "optional": true, 754 "os": [ 755 "linux" 756 ], 757 "funding": { 758 "url": "https://opencollective.com/libvips" 759 } 760 }, 761 "node_modules/@img/sharp-libvips-linux-s390x": { 762 "version": "1.2.4", 763 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz", 764 "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==", 765 "cpu": [ 766 "s390x" 767 ], 768 "dev": true, 769 "libc": [ 770 "glibc" 771 ], 772 "license": "LGPL-3.0-or-later", 773 "optional": true, 774 "os": [ 775 "linux" 776 ], 777 "funding": { 778 "url": "https://opencollective.com/libvips" 779 } 780 }, 781 "node_modules/@img/sharp-libvips-linux-x64": { 782 "version": "1.2.4", 783 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz", 784 "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==", 785 "cpu": [ 786 "x64" 787 ], 788 "dev": true, 789 "libc": [ 790 "glibc" 791 ], 792 "license": "LGPL-3.0-or-later", 793 "optional": true, 794 "os": [ 795 "linux" 796 ], 797 "funding": { 798 "url": "https://opencollective.com/libvips" 799 } 800 }, 801 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 802 "version": "1.2.4", 803 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz", 804 "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==", 805 "cpu": [ 806 "arm64" 807 ], 808 "dev": true, 809 "libc": [ 810 "musl" 811 ], 812 "license": "LGPL-3.0-or-later", 813 "optional": true, 814 "os": [ 815 "linux" 816 ], 817 "funding": { 818 "url": "https://opencollective.com/libvips" 819 } 820 }, 821 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 822 "version": "1.2.4", 823 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", 824 "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", 825 "cpu": [ 826 "x64" 827 ], 828 "dev": true, 829 "libc": [ 830 "musl" 831 ], 832 "license": "LGPL-3.0-or-later", 833 "optional": true, 834 "os": [ 835 "linux" 836 ], 837 "funding": { 838 "url": "https://opencollective.com/libvips" 839 } 840 }, 841 "node_modules/@img/sharp-linux-arm": { 842 "version": "0.34.5", 843 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz", 844 "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==", 845 "cpu": [ 846 "arm" 847 ], 848 "dev": true, 849 "libc": [ 850 "glibc" 851 ], 852 "license": "Apache-2.0", 853 "optional": true, 854 "os": [ 855 "linux" 856 ], 857 "engines": { 858 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 859 }, 860 "funding": { 861 "url": "https://opencollective.com/libvips" 862 }, 863 "optionalDependencies": { 864 "@img/sharp-libvips-linux-arm": "1.2.4" 865 } 866 }, 867 "node_modules/@img/sharp-linux-arm64": { 868 "version": "0.34.5", 869 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz", 870 "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==", 871 "cpu": [ 872 "arm64" 873 ], 874 "dev": true, 875 "libc": [ 876 "glibc" 877 ], 878 "license": "Apache-2.0", 879 "optional": true, 880 "os": [ 881 "linux" 882 ], 883 "engines": { 884 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 885 }, 886 "funding": { 887 "url": "https://opencollective.com/libvips" 888 }, 889 "optionalDependencies": { 890 "@img/sharp-libvips-linux-arm64": "1.2.4" 891 } 892 }, 893 "node_modules/@img/sharp-linux-ppc64": { 894 "version": "0.34.5", 895 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz", 896 "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==", 897 "cpu": [ 898 "ppc64" 899 ], 900 "dev": true, 901 "libc": [ 902 "glibc" 903 ], 904 "license": "Apache-2.0", 905 "optional": true, 906 "os": [ 907 "linux" 908 ], 909 "engines": { 910 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 911 }, 912 "funding": { 913 "url": "https://opencollective.com/libvips" 914 }, 915 "optionalDependencies": { 916 "@img/sharp-libvips-linux-ppc64": "1.2.4" 917 } 918 }, 919 "node_modules/@img/sharp-linux-riscv64": { 920 "version": "0.34.5", 921 "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz", 922 "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==", 923 "cpu": [ 924 "riscv64" 925 ], 926 "dev": true, 927 "libc": [ 928 "glibc" 929 ], 930 "license": "Apache-2.0", 931 "optional": true, 932 "os": [ 933 "linux" 934 ], 935 "engines": { 936 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 937 }, 938 "funding": { 939 "url": "https://opencollective.com/libvips" 940 }, 941 "optionalDependencies": { 942 "@img/sharp-libvips-linux-riscv64": "1.2.4" 943 } 944 }, 945 "node_modules/@img/sharp-linux-s390x": { 946 "version": "0.34.5", 947 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz", 948 "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==", 949 "cpu": [ 950 "s390x" 951 ], 952 "dev": true, 953 "libc": [ 954 "glibc" 955 ], 956 "license": "Apache-2.0", 957 "optional": true, 958 "os": [ 959 "linux" 960 ], 961 "engines": { 962 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 963 }, 964 "funding": { 965 "url": "https://opencollective.com/libvips" 966 }, 967 "optionalDependencies": { 968 "@img/sharp-libvips-linux-s390x": "1.2.4" 969 } 970 }, 971 "node_modules/@img/sharp-linux-x64": { 972 "version": "0.34.5", 973 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz", 974 "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==", 975 "cpu": [ 976 "x64" 977 ], 978 "dev": true, 979 "libc": [ 980 "glibc" 981 ], 982 "license": "Apache-2.0", 983 "optional": true, 984 "os": [ 985 "linux" 986 ], 987 "engines": { 988 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 989 }, 990 "funding": { 991 "url": "https://opencollective.com/libvips" 992 }, 993 "optionalDependencies": { 994 "@img/sharp-libvips-linux-x64": "1.2.4" 995 } 996 }, 997 "node_modules/@img/sharp-linuxmusl-arm64": { 998 "version": "0.34.5", 999 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz", 1000 "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==", 1001 "cpu": [ 1002 "arm64" 1003 ], 1004 "dev": true, 1005 "libc": [ 1006 "musl" 1007 ], 1008 "license": "Apache-2.0", 1009 "optional": true, 1010 "os": [ 1011 "linux" 1012 ], 1013 "engines": { 1014 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1015 }, 1016 "funding": { 1017 "url": "https://opencollective.com/libvips" 1018 }, 1019 "optionalDependencies": { 1020 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4" 1021 } 1022 }, 1023 "node_modules/@img/sharp-linuxmusl-x64": { 1024 "version": "0.34.5", 1025 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", 1026 "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", 1027 "cpu": [ 1028 "x64" 1029 ], 1030 "dev": true, 1031 "libc": [ 1032 "musl" 1033 ], 1034 "license": "Apache-2.0", 1035 "optional": true, 1036 "os": [ 1037 "linux" 1038 ], 1039 "engines": { 1040 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1041 }, 1042 "funding": { 1043 "url": "https://opencollective.com/libvips" 1044 }, 1045 "optionalDependencies": { 1046 "@img/sharp-libvips-linuxmusl-x64": "1.2.4" 1047 } 1048 }, 1049 "node_modules/@img/sharp-wasm32": { 1050 "version": "0.34.5", 1051 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz", 1052 "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==", 1053 "cpu": [ 1054 "wasm32" 1055 ], 1056 "dev": true, 1057 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", 1058 "optional": true, 1059 "dependencies": { 1060 "@emnapi/runtime": "^1.7.0" 1061 }, 1062 "engines": { 1063 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1064 }, 1065 "funding": { 1066 "url": "https://opencollective.com/libvips" 1067 } 1068 }, 1069 "node_modules/@img/sharp-win32-arm64": { 1070 "version": "0.34.5", 1071 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz", 1072 "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==", 1073 "cpu": [ 1074 "arm64" 1075 ], 1076 "dev": true, 1077 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1078 "optional": true, 1079 "os": [ 1080 "win32" 1081 ], 1082 "engines": { 1083 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1084 }, 1085 "funding": { 1086 "url": "https://opencollective.com/libvips" 1087 } 1088 }, 1089 "node_modules/@img/sharp-win32-ia32": { 1090 "version": "0.34.5", 1091 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz", 1092 "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==", 1093 "cpu": [ 1094 "ia32" 1095 ], 1096 "dev": true, 1097 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1098 "optional": true, 1099 "os": [ 1100 "win32" 1101 ], 1102 "engines": { 1103 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1104 }, 1105 "funding": { 1106 "url": "https://opencollective.com/libvips" 1107 } 1108 }, 1109 "node_modules/@img/sharp-win32-x64": { 1110 "version": "0.34.5", 1111 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz", 1112 "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==", 1113 "cpu": [ 1114 "x64" 1115 ], 1116 "dev": true, 1117 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1118 "optional": true, 1119 "os": [ 1120 "win32" 1121 ], 1122 "engines": { 1123 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1124 }, 1125 "funding": { 1126 "url": "https://opencollective.com/libvips" 1127 } 1128 }, 1129 "node_modules/@jridgewell/resolve-uri": { 1130 "version": "3.1.2", 1131 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 1132 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 1133 "dev": true, 1134 "license": "MIT", 1135 "engines": { 1136 "node": ">=6.0.0" 1137 } 1138 }, 1139 "node_modules/@jridgewell/sourcemap-codec": { 1140 "version": "1.5.5", 1141 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", 1142 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", 1143 "dev": true, 1144 "license": "MIT" 1145 }, 1146 "node_modules/@jridgewell/trace-mapping": { 1147 "version": "0.3.9", 1148 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", 1149 "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", 1150 "dev": true, 1151 "license": "MIT", 1152 "dependencies": { 1153 "@jridgewell/resolve-uri": "^3.0.3", 1154 "@jridgewell/sourcemap-codec": "^1.4.10" 1155 } 1156 }, 1157 "node_modules/@poppinss/colors": { 1158 "version": "4.1.6", 1159 "resolved": "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.6.tgz", 1160 "integrity": "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==", 1161 "dev": true, 1162 "license": "MIT", 1163 "dependencies": { 1164 "kleur": "^4.1.5" 1165 } 1166 }, 1167 "node_modules/@poppinss/dumper": { 1168 "version": "0.6.5", 1169 "resolved": "https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.6.5.tgz", 1170 "integrity": "sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==", 1171 "dev": true, 1172 "license": "MIT", 1173 "dependencies": { 1174 "@poppinss/colors": "^4.1.5", 1175 "@sindresorhus/is": "^7.0.2", 1176 "supports-color": "^10.0.0" 1177 } 1178 }, 1179 "node_modules/@poppinss/exception": { 1180 "version": "1.2.3", 1181 "resolved": "https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.3.tgz", 1182 "integrity": "sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==", 1183 "dev": true, 1184 "license": "MIT" 1185 }, 1186 "node_modules/@sindresorhus/is": { 1187 "version": "7.2.0", 1188 "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz", 1189 "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==", 1190 "dev": true, 1191 "license": "MIT", 1192 "engines": { 1193 "node": ">=18" 1194 }, 1195 "funding": { 1196 "url": "https://github.com/sindresorhus/is?sponsor=1" 1197 } 1198 }, 1199 "node_modules/@speed-highlight/core": { 1200 "version": "1.2.17", 1201 "resolved": "https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.17.tgz", 1202 "integrity": "sha512-Z92FwKpCtfaW1V0jTU/fh3QzYEZN8wDwrzRIBoADCJfn4mJCNcJN/XegifX7BDrQ8/h9Xh/JnbyMchL0FqXrkg==", 1203 "dev": true, 1204 "license": "CC0-1.0" 1205 }, 1206 "node_modules/blake3-wasm": { 1207 "version": "2.1.5", 1208 "resolved": "https://registry.npmjs.org/blake3-wasm/-/blake3-wasm-2.1.5.tgz", 1209 "integrity": "sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==", 1210 "dev": true, 1211 "license": "MIT" 1212 }, 1213 "node_modules/cookie": { 1214 "version": "1.1.1", 1215 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz", 1216 "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==", 1217 "dev": true, 1218 "license": "MIT", 1219 "engines": { 1220 "node": ">=18" 1221 }, 1222 "funding": { 1223 "type": "opencollective", 1224 "url": "https://opencollective.com/express" 1225 } 1226 }, 1227 "node_modules/detect-libc": { 1228 "version": "2.1.2", 1229 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", 1230 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", 1231 "dev": true, 1232 "license": "Apache-2.0", 1233 "engines": { 1234 "node": ">=8" 1235 } 1236 }, 1237 "node_modules/error-stack-parser-es": { 1238 "version": "1.0.5", 1239 "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz", 1240 "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==", 1241 "dev": true, 1242 "license": "MIT", 1243 "funding": { 1244 "url": "https://github.com/sponsors/antfu" 1245 } 1246 }, 1247 "node_modules/esbuild": { 1248 "version": "0.28.1", 1249 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.1.tgz", 1250 "integrity": "sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==", 1251 "dev": true, 1252 "hasInstallScript": true, 1253 "license": "MIT", 1254 "bin": { 1255 "esbuild": "bin/esbuild" 1256 }, 1257 "engines": { 1258 "node": ">=18" 1259 }, 1260 "optionalDependencies": { 1261 "@esbuild/aix-ppc64": "0.28.1", 1262 "@esbuild/android-arm": "0.28.1", 1263 "@esbuild/android-arm64": "0.28.1", 1264 "@esbuild/android-x64": "0.28.1", 1265 "@esbuild/darwin-arm64": "0.28.1", 1266 "@esbuild/darwin-x64": "0.28.1", 1267 "@esbuild/freebsd-arm64": "0.28.1", 1268 "@esbuild/freebsd-x64": "0.28.1", 1269 "@esbuild/linux-arm": "0.28.1", 1270 "@esbuild/linux-arm64": "0.28.1", 1271 "@esbuild/linux-ia32": "0.28.1", 1272 "@esbuild/linux-loong64": "0.28.1", 1273 "@esbuild/linux-mips64el": "0.28.1", 1274 "@esbuild/linux-ppc64": "0.28.1", 1275 "@esbuild/linux-riscv64": "0.28.1", 1276 "@esbuild/linux-s390x": "0.28.1", 1277 "@esbuild/linux-x64": "0.28.1", 1278 "@esbuild/netbsd-arm64": "0.28.1", 1279 "@esbuild/netbsd-x64": "0.28.1", 1280 "@esbuild/openbsd-arm64": "0.28.1", 1281 "@esbuild/openbsd-x64": "0.28.1", 1282 "@esbuild/openharmony-arm64": "0.28.1", 1283 "@esbuild/sunos-x64": "0.28.1", 1284 "@esbuild/win32-arm64": "0.28.1", 1285 "@esbuild/win32-ia32": "0.28.1", 1286 "@esbuild/win32-x64": "0.28.1" 1287 } 1288 }, 1289 "node_modules/fsevents": { 1290 "version": "2.3.3", 1291 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 1292 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 1293 "dev": true, 1294 "hasInstallScript": true, 1295 "license": "MIT", 1296 "optional": true, 1297 "os": [ 1298 "darwin" 1299 ], 1300 "engines": { 1301 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 1302 } 1303 }, 1304 "node_modules/kleur": { 1305 "version": "4.1.5", 1306 "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", 1307 "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", 1308 "dev": true, 1309 "license": "MIT", 1310 "engines": { 1311 "node": ">=6" 1312 } 1313 }, 1314 "node_modules/miniflare": { 1315 "version": "4.20260701.0", 1316 "resolved": "https://registry.npmjs.org/miniflare/-/miniflare-4.20260701.0.tgz", 1317 "integrity": "sha512-L6eAAi6IKtyb/7J6L+YsH2vb1yBrJWKRXI293JYDiMl70+6nncdAgigex58w6WBd+CwvdMsqOyNyGs95Op5gWQ==", 1318 "dev": true, 1319 "license": "MIT", 1320 "dependencies": { 1321 "@cspotcode/source-map-support": "0.8.1", 1322 "sharp": "0.34.5", 1323 "undici": "7.28.0", 1324 "workerd": "1.20260701.1", 1325 "ws": "8.21.0", 1326 "youch": "4.1.0-beta.10" 1327 }, 1328 "bin": { 1329 "miniflare": "bootstrap.js" 1330 }, 1331 "engines": { 1332 "node": ">=22.0.0" 1333 } 1334 }, 1335 "node_modules/path-to-regexp": { 1336 "version": "6.3.0", 1337 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", 1338 "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==", 1339 "dev": true, 1340 "license": "MIT" 1341 }, 1342 "node_modules/pathe": { 1343 "version": "2.0.3", 1344 "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", 1345 "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", 1346 "dev": true, 1347 "license": "MIT" 1348 }, 1349 "node_modules/semver": { 1350 "version": "7.8.5", 1351 "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz", 1352 "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==", 1353 "dev": true, 1354 "license": "ISC", 1355 "bin": { 1356 "semver": "bin/semver.js" 1357 }, 1358 "engines": { 1359 "node": ">=10" 1360 } 1361 }, 1362 "node_modules/sharp": { 1363 "version": "0.34.5", 1364 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz", 1365 "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==", 1366 "dev": true, 1367 "hasInstallScript": true, 1368 "license": "Apache-2.0", 1369 "dependencies": { 1370 "@img/colour": "^1.0.0", 1371 "detect-libc": "^2.1.2", 1372 "semver": "^7.7.3" 1373 }, 1374 "engines": { 1375 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1376 }, 1377 "funding": { 1378 "url": "https://opencollective.com/libvips" 1379 }, 1380 "optionalDependencies": { 1381 "@img/sharp-darwin-arm64": "0.34.5", 1382 "@img/sharp-darwin-x64": "0.34.5", 1383 "@img/sharp-libvips-darwin-arm64": "1.2.4", 1384 "@img/sharp-libvips-darwin-x64": "1.2.4", 1385 "@img/sharp-libvips-linux-arm": "1.2.4", 1386 "@img/sharp-libvips-linux-arm64": "1.2.4", 1387 "@img/sharp-libvips-linux-ppc64": "1.2.4", 1388 "@img/sharp-libvips-linux-riscv64": "1.2.4", 1389 "@img/sharp-libvips-linux-s390x": "1.2.4", 1390 "@img/sharp-libvips-linux-x64": "1.2.4", 1391 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", 1392 "@img/sharp-libvips-linuxmusl-x64": "1.2.4", 1393 "@img/sharp-linux-arm": "0.34.5", 1394 "@img/sharp-linux-arm64": "0.34.5", 1395 "@img/sharp-linux-ppc64": "0.34.5", 1396 "@img/sharp-linux-riscv64": "0.34.5", 1397 "@img/sharp-linux-s390x": "0.34.5", 1398 "@img/sharp-linux-x64": "0.34.5", 1399 "@img/sharp-linuxmusl-arm64": "0.34.5", 1400 "@img/sharp-linuxmusl-x64": "0.34.5", 1401 "@img/sharp-wasm32": "0.34.5", 1402 "@img/sharp-win32-arm64": "0.34.5", 1403 "@img/sharp-win32-ia32": "0.34.5", 1404 "@img/sharp-win32-x64": "0.34.5" 1405 } 1406 }, 1407 "node_modules/supports-color": { 1408 "version": "10.2.2", 1409 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz", 1410 "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==", 1411 "dev": true, 1412 "license": "MIT", 1413 "engines": { 1414 "node": ">=18" 1415 }, 1416 "funding": { 1417 "url": "https://github.com/chalk/supports-color?sponsor=1" 1418 } 1419 }, 1420 "node_modules/tslib": { 1421 "version": "2.8.1", 1422 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1423 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1424 "dev": true, 1425 "license": "0BSD", 1426 "optional": true 1427 }, 1428 "node_modules/undici": { 1429 "version": "7.28.0", 1430 "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", 1431 "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", 1432 "dev": true, 1433 "license": "MIT", 1434 "engines": { 1435 "node": ">=20.18.1" 1436 } 1437 }, 1438 "node_modules/unenv": { 1439 "version": "2.0.0-rc.24", 1440 "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz", 1441 "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==", 1442 "dev": true, 1443 "license": "MIT", 1444 "dependencies": { 1445 "pathe": "^2.0.3" 1446 } 1447 }, 1448 "node_modules/workerd": { 1449 "version": "1.20260701.1", 1450 "resolved": "https://registry.npmjs.org/workerd/-/workerd-1.20260701.1.tgz", 1451 "integrity": "sha512-uF813NG09JwNRRUfJ0zBomyTslSPM810dMj9LVvkQ7RAkLrQLzAlPU8Xh/3dIqZDo2bfd7tChbf2PtqLRARRJQ==", 1452 "dev": true, 1453 "hasInstallScript": true, 1454 "license": "Apache-2.0", 1455 "bin": { 1456 "workerd": "bin/workerd" 1457 }, 1458 "engines": { 1459 "node": ">=16" 1460 }, 1461 "optionalDependencies": { 1462 "@cloudflare/workerd-darwin-64": "1.20260701.1", 1463 "@cloudflare/workerd-darwin-arm64": "1.20260701.1", 1464 "@cloudflare/workerd-linux-64": "1.20260701.1", 1465 "@cloudflare/workerd-linux-arm64": "1.20260701.1", 1466 "@cloudflare/workerd-windows-64": "1.20260701.1" 1467 } 1468 }, 1469 "node_modules/wrangler": { 1470 "version": "4.107.0", 1471 "resolved": "https://registry.npmjs.org/wrangler/-/wrangler-4.107.0.tgz", 1472 "integrity": "sha512-fw69ThymNitZ0oIEBU2yNeq3kK59UKz/jyA3udwRrQIAIsxX57q5qLOpPTN7qc5t8n9pnUeofe0uxtMuhQZW8w==", 1473 "dev": true, 1474 "license": "MIT OR Apache-2.0", 1475 "dependencies": { 1476 "@cloudflare/kv-asset-handler": "0.5.0", 1477 "@cloudflare/unenv-preset": "2.16.1", 1478 "blake3-wasm": "2.1.5", 1479 "esbuild": "0.28.1", 1480 "miniflare": "4.20260701.0", 1481 "path-to-regexp": "6.3.0", 1482 "unenv": "2.0.0-rc.24", 1483 "workerd": "1.20260701.1" 1484 }, 1485 "bin": { 1486 "cf-wrangler": "bin/cf-wrangler.js", 1487 "wrangler": "bin/wrangler.js", 1488 "wrangler2": "bin/wrangler.js" 1489 }, 1490 "engines": { 1491 "node": ">=22.0.0" 1492 }, 1493 "optionalDependencies": { 1494 "fsevents": "2.3.3" 1495 }, 1496 "peerDependencies": { 1497 "@cloudflare/workers-types": "^4.20260701.1" 1498 }, 1499 "peerDependenciesMeta": { 1500 "@cloudflare/workers-types": { 1501 "optional": true 1502 } 1503 } 1504 }, 1505 "node_modules/ws": { 1506 "version": "8.21.0", 1507 "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", 1508 "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", 1509 "dev": true, 1510 "license": "MIT", 1511 "engines": { 1512 "node": ">=10.0.0" 1513 }, 1514 "peerDependencies": { 1515 "bufferutil": "^4.0.1", 1516 "utf-8-validate": ">=5.0.2" 1517 }, 1518 "peerDependenciesMeta": { 1519 "bufferutil": { 1520 "optional": true 1521 }, 1522 "utf-8-validate": { 1523 "optional": true 1524 } 1525 } 1526 }, 1527 "node_modules/youch": { 1528 "version": "4.1.0-beta.10", 1529 "resolved": "https://registry.npmjs.org/youch/-/youch-4.1.0-beta.10.tgz", 1530 "integrity": "sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==", 1531 "dev": true, 1532 "license": "MIT", 1533 "dependencies": { 1534 "@poppinss/colors": "^4.1.5", 1535 "@poppinss/dumper": "^0.6.4", 1536 "@speed-highlight/core": "^1.2.7", 1537 "cookie": "^1.0.2", 1538 "youch-core": "^0.3.3" 1539 } 1540 }, 1541 "node_modules/youch-core": { 1542 "version": "0.3.3", 1543 "resolved": "https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz", 1544 "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==", 1545 "dev": true, 1546 "license": "MIT", 1547 "dependencies": { 1548 "@poppinss/exception": "^1.2.2", 1549 "error-stack-parser-es": "^1.0.5" 1550 } 1551 } 1552 } 1553}