the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

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

at 1241cd4e999bb3f48dca4cab7bcff14fe6f5d6ad 8809 lines 236 kB view raw
1{ 2 "name": "api", 3 "lockfileVersion": 3, 4 "requires": true, 5 "packages": { 6 "": { 7 "name": "api", 8 "dependencies": { 9 "@atproto/api": "^0.13.31", 10 "@atproto/common": "^0.4.6", 11 "@atproto/identity": "^0.4.5", 12 "@atproto/jwk-jose": "0.1.11", 13 "@atproto/lex-cli": "^0.5.6", 14 "@atproto/lexicon": "^0.4.5", 15 "@atproto/oauth-client-node": "0.3.16", 16 "@atproto/sync": "^0.1.11", 17 "@atproto/syntax": "^0.3.1", 18 "@atproto/xrpc-server": "^0.7.8", 19 "@fly/sprites": "^0.0.1", 20 "@hono/node-server": "^1.19.9", 21 "@tsndr/cloudflare-worker-jwt": "^3.2.1", 22 "@types/node": "^25.2.3", 23 "@types/prompts": "^2.4.9", 24 "@types/ramda": "^0.31.1", 25 "@types/ws": "^8.18.1", 26 "@vercel/sandbox": "^1.9.0", 27 "axios": "^1.13.5", 28 "better-sqlite3": "^12.6.2", 29 "chalk": "^5.6.2", 30 "consola": "^3.4.2", 31 "cors": "^2.8.6", 32 "dayjs": "^1.11.19", 33 "dotenv": "^17.2.4", 34 "drizzle-orm": "^0.45.1", 35 "effect": "^3.19.16", 36 "envalid": "^8.1.1", 37 "express": "^5.2.1", 38 "hono": "^4.11.9", 39 "ioredis": "^5.9.3", 40 "jsonlines": "0.1.1", 41 "jsonwebtoken": "^9.0.3", 42 "kysely": "^0.28.11", 43 "libsodium-wrappers": "^0.8.2", 44 "lodash": "^4.17.23", 45 "morgan": "^1.10.1", 46 "pg": "^8.18.0", 47 "prompts": "^2.4.2", 48 "ramda": "^0.32.0", 49 "redis": "^5.10.0", 50 "redlock": "^5.0.0-beta.2", 51 "ssh2": "^1.16.0", 52 "unique-username-generator": "^1.5.1", 53 "unstorage": "^1.17.4", 54 "ws": "^8.19.0", 55 "zod": "^4.3.6", 56 "zx": "^8.8.5" 57 }, 58 "devDependencies": { 59 "@biomejs/biome": "^2.3.15", 60 "@types/better-sqlite3": "^7.6.13", 61 "@types/cors": "^2.8.19", 62 "@types/express": "^5.0.6", 63 "@types/jsonlines": "0.1.1", 64 "@types/jsonwebtoken": "^9.0.10", 65 "@types/lodash": "^4.17.23", 66 "@types/morgan": "^1.9.10", 67 "@types/pg": "^8.16.0", 68 "@types/ssh2": "^1.15.4", 69 "drizzle-kit": "^0.31.9", 70 "pkgroll": "^2.26.3", 71 "tsx": "^4.21.0", 72 "vite-tsconfig-paths": "^6.1.1", 73 "vitest": "^4.1.2" 74 } 75 }, 76 "node_modules/@atproto-labs/did-resolver": { 77 "version": "0.2.6", 78 "license": "MIT", 79 "dependencies": { 80 "@atproto-labs/fetch": "0.2.3", 81 "@atproto-labs/pipe": "0.1.1", 82 "@atproto-labs/simple-store": "0.3.0", 83 "@atproto-labs/simple-store-memory": "0.1.4", 84 "@atproto/did": "0.3.0", 85 "zod": "^3.23.8" 86 } 87 }, 88 "node_modules/@atproto-labs/did-resolver/node_modules/zod": { 89 "version": "3.25.76", 90 "license": "MIT", 91 "funding": { 92 "url": "https://github.com/sponsors/colinhacks" 93 } 94 }, 95 "node_modules/@atproto-labs/fetch": { 96 "version": "0.2.3", 97 "license": "MIT", 98 "dependencies": { 99 "@atproto-labs/pipe": "0.1.1" 100 } 101 }, 102 "node_modules/@atproto-labs/fetch-node": { 103 "version": "0.2.0", 104 "license": "MIT", 105 "dependencies": { 106 "@atproto-labs/fetch": "0.2.3", 107 "@atproto-labs/pipe": "0.1.1", 108 "ipaddr.js": "^2.1.0", 109 "undici": "^6.14.1" 110 }, 111 "engines": { 112 "node": ">=18.7.0" 113 } 114 }, 115 "node_modules/@atproto-labs/fetch-node/node_modules/ipaddr.js": { 116 "version": "2.3.0", 117 "license": "MIT", 118 "engines": { 119 "node": ">= 10" 120 } 121 }, 122 "node_modules/@atproto-labs/fetch-node/node_modules/undici": { 123 "version": "6.23.0", 124 "license": "MIT", 125 "engines": { 126 "node": ">=18.17" 127 } 128 }, 129 "node_modules/@atproto-labs/handle-resolver": { 130 "version": "0.3.6", 131 "license": "MIT", 132 "dependencies": { 133 "@atproto-labs/simple-store": "0.3.0", 134 "@atproto-labs/simple-store-memory": "0.1.4", 135 "@atproto/did": "0.3.0", 136 "zod": "^3.23.8" 137 } 138 }, 139 "node_modules/@atproto-labs/handle-resolver-node": { 140 "version": "0.1.25", 141 "license": "MIT", 142 "dependencies": { 143 "@atproto-labs/fetch-node": "0.2.0", 144 "@atproto-labs/handle-resolver": "0.3.6", 145 "@atproto/did": "0.3.0" 146 }, 147 "engines": { 148 "node": ">=18.7.0" 149 } 150 }, 151 "node_modules/@atproto-labs/handle-resolver/node_modules/zod": { 152 "version": "3.25.76", 153 "license": "MIT", 154 "funding": { 155 "url": "https://github.com/sponsors/colinhacks" 156 } 157 }, 158 "node_modules/@atproto-labs/identity-resolver": { 159 "version": "0.3.6", 160 "license": "MIT", 161 "dependencies": { 162 "@atproto-labs/did-resolver": "0.2.6", 163 "@atproto-labs/handle-resolver": "0.3.6" 164 } 165 }, 166 "node_modules/@atproto-labs/pipe": { 167 "version": "0.1.1", 168 "license": "MIT" 169 }, 170 "node_modules/@atproto-labs/simple-store": { 171 "version": "0.3.0", 172 "license": "MIT" 173 }, 174 "node_modules/@atproto-labs/simple-store-memory": { 175 "version": "0.1.4", 176 "license": "MIT", 177 "dependencies": { 178 "@atproto-labs/simple-store": "0.3.0", 179 "lru-cache": "^10.2.0" 180 } 181 }, 182 "node_modules/@atproto-labs/simple-store-memory/node_modules/lru-cache": { 183 "version": "10.4.3", 184 "license": "ISC" 185 }, 186 "node_modules/@atproto/api": { 187 "version": "0.13.31", 188 "license": "MIT", 189 "dependencies": { 190 "@atproto/common-web": "^0.3.2", 191 "@atproto/lexicon": "^0.4.5", 192 "@atproto/syntax": "^0.3.1", 193 "@atproto/xrpc": "^0.6.6", 194 "await-lock": "^2.2.2", 195 "multiformats": "^9.9.0", 196 "tlds": "^1.234.0", 197 "zod": "^3.23.8" 198 } 199 }, 200 "node_modules/@atproto/api/node_modules/zod": { 201 "version": "3.25.76", 202 "license": "MIT", 203 "funding": { 204 "url": "https://github.com/sponsors/colinhacks" 205 } 206 }, 207 "node_modules/@atproto/common": { 208 "version": "0.4.12", 209 "license": "MIT", 210 "dependencies": { 211 "@atproto/common-web": "^0.4.3", 212 "@ipld/dag-cbor": "^7.0.3", 213 "cbor-x": "^1.5.1", 214 "iso-datestring-validator": "^2.2.2", 215 "multiformats": "^9.9.0", 216 "pino": "^8.21.0" 217 }, 218 "engines": { 219 "node": ">=18.7.0" 220 } 221 }, 222 "node_modules/@atproto/common-web": { 223 "version": "0.3.2", 224 "license": "MIT", 225 "dependencies": { 226 "graphemer": "^1.4.0", 227 "multiformats": "^9.9.0", 228 "uint8arrays": "3.0.0", 229 "zod": "^3.23.8" 230 } 231 }, 232 "node_modules/@atproto/common-web/node_modules/zod": { 233 "version": "3.25.76", 234 "license": "MIT", 235 "funding": { 236 "url": "https://github.com/sponsors/colinhacks" 237 } 238 }, 239 "node_modules/@atproto/common/node_modules/@atproto/common-web": { 240 "version": "0.4.16", 241 "license": "MIT", 242 "dependencies": { 243 "@atproto/lex-data": "^0.0.11", 244 "@atproto/lex-json": "^0.0.11", 245 "@atproto/syntax": "^0.4.3", 246 "zod": "^3.23.8" 247 } 248 }, 249 "node_modules/@atproto/common/node_modules/@atproto/common-web/node_modules/@atproto/syntax": { 250 "version": "0.4.3", 251 "license": "MIT", 252 "dependencies": { 253 "tslib": "^2.8.1" 254 } 255 }, 256 "node_modules/@atproto/common/node_modules/@atproto/common-web/node_modules/zod": { 257 "version": "3.25.76", 258 "license": "MIT", 259 "funding": { 260 "url": "https://github.com/sponsors/colinhacks" 261 } 262 }, 263 "node_modules/@atproto/crypto": { 264 "version": "0.4.5", 265 "license": "MIT", 266 "dependencies": { 267 "@noble/curves": "^1.7.0", 268 "@noble/hashes": "^1.6.1", 269 "uint8arrays": "3.0.0" 270 }, 271 "engines": { 272 "node": ">=18.7.0" 273 } 274 }, 275 "node_modules/@atproto/did": { 276 "version": "0.3.0", 277 "license": "MIT", 278 "dependencies": { 279 "zod": "^3.23.8" 280 } 281 }, 282 "node_modules/@atproto/did/node_modules/zod": { 283 "version": "3.25.76", 284 "license": "MIT", 285 "funding": { 286 "url": "https://github.com/sponsors/colinhacks" 287 } 288 }, 289 "node_modules/@atproto/identity": { 290 "version": "0.4.11", 291 "license": "MIT", 292 "dependencies": { 293 "@atproto/common-web": "^0.4.16", 294 "@atproto/crypto": "^0.4.5" 295 }, 296 "engines": { 297 "node": ">=18.7.0" 298 } 299 }, 300 "node_modules/@atproto/identity/node_modules/@atproto/common-web": { 301 "version": "0.4.16", 302 "license": "MIT", 303 "dependencies": { 304 "@atproto/lex-data": "^0.0.11", 305 "@atproto/lex-json": "^0.0.11", 306 "@atproto/syntax": "^0.4.3", 307 "zod": "^3.23.8" 308 } 309 }, 310 "node_modules/@atproto/identity/node_modules/@atproto/common-web/node_modules/@atproto/syntax": { 311 "version": "0.4.3", 312 "license": "MIT", 313 "dependencies": { 314 "tslib": "^2.8.1" 315 } 316 }, 317 "node_modules/@atproto/identity/node_modules/@atproto/common-web/node_modules/zod": { 318 "version": "3.25.76", 319 "license": "MIT", 320 "funding": { 321 "url": "https://github.com/sponsors/colinhacks" 322 } 323 }, 324 "node_modules/@atproto/jwk": { 325 "version": "0.6.0", 326 "license": "MIT", 327 "dependencies": { 328 "multiformats": "^9.9.0", 329 "zod": "^3.23.8" 330 } 331 }, 332 "node_modules/@atproto/jwk-jose": { 333 "version": "0.1.11", 334 "license": "MIT", 335 "dependencies": { 336 "@atproto/jwk": "0.6.0", 337 "jose": "^5.2.0" 338 } 339 }, 340 "node_modules/@atproto/jwk-webcrypto": { 341 "version": "0.2.0", 342 "license": "MIT", 343 "dependencies": { 344 "@atproto/jwk": "0.6.0", 345 "@atproto/jwk-jose": "0.1.11", 346 "zod": "^3.23.8" 347 } 348 }, 349 "node_modules/@atproto/jwk-webcrypto/node_modules/zod": { 350 "version": "3.25.76", 351 "license": "MIT", 352 "funding": { 353 "url": "https://github.com/sponsors/colinhacks" 354 } 355 }, 356 "node_modules/@atproto/jwk/node_modules/zod": { 357 "version": "3.25.76", 358 "license": "MIT", 359 "funding": { 360 "url": "https://github.com/sponsors/colinhacks" 361 } 362 }, 363 "node_modules/@atproto/lex-cbor": { 364 "version": "0.0.11", 365 "license": "MIT", 366 "dependencies": { 367 "@atproto/lex-data": "^0.0.11", 368 "tslib": "^2.8.1" 369 } 370 }, 371 "node_modules/@atproto/lex-cli": { 372 "version": "0.5.7", 373 "license": "MIT", 374 "dependencies": { 375 "@atproto/lexicon": "^0.4.6", 376 "@atproto/syntax": "^0.3.2", 377 "chalk": "^4.1.2", 378 "commander": "^9.4.0", 379 "prettier": "^3.2.5", 380 "ts-morph": "^16.0.0", 381 "yesno": "^0.4.0", 382 "zod": "^3.23.8" 383 }, 384 "bin": { 385 "lex": "dist/index.js" 386 }, 387 "engines": { 388 "node": ">=18.7.0" 389 } 390 }, 391 "node_modules/@atproto/lex-cli/node_modules/chalk": { 392 "version": "4.1.2", 393 "license": "MIT", 394 "dependencies": { 395 "ansi-styles": "^4.1.0", 396 "supports-color": "^7.1.0" 397 }, 398 "engines": { 399 "node": ">=10" 400 }, 401 "funding": { 402 "url": "https://github.com/chalk/chalk?sponsor=1" 403 } 404 }, 405 "node_modules/@atproto/lex-cli/node_modules/zod": { 406 "version": "3.25.76", 407 "license": "MIT", 408 "funding": { 409 "url": "https://github.com/sponsors/colinhacks" 410 } 411 }, 412 "node_modules/@atproto/lex-data": { 413 "version": "0.0.11", 414 "license": "MIT", 415 "dependencies": { 416 "multiformats": "^9.9.0", 417 "tslib": "^2.8.1", 418 "uint8arrays": "3.0.0", 419 "unicode-segmenter": "^0.14.0" 420 } 421 }, 422 "node_modules/@atproto/lex-json": { 423 "version": "0.0.11", 424 "license": "MIT", 425 "dependencies": { 426 "@atproto/lex-data": "^0.0.11", 427 "tslib": "^2.8.1" 428 } 429 }, 430 "node_modules/@atproto/lexicon": { 431 "version": "0.4.14", 432 "license": "MIT", 433 "dependencies": { 434 "@atproto/common-web": "^0.4.2", 435 "@atproto/syntax": "^0.4.0", 436 "iso-datestring-validator": "^2.2.2", 437 "multiformats": "^9.9.0", 438 "zod": "^3.23.8" 439 } 440 }, 441 "node_modules/@atproto/lexicon/node_modules/@atproto/common-web": { 442 "version": "0.4.16", 443 "license": "MIT", 444 "dependencies": { 445 "@atproto/lex-data": "^0.0.11", 446 "@atproto/lex-json": "^0.0.11", 447 "@atproto/syntax": "^0.4.3", 448 "zod": "^3.23.8" 449 } 450 }, 451 "node_modules/@atproto/lexicon/node_modules/@atproto/syntax": { 452 "version": "0.4.3", 453 "license": "MIT", 454 "dependencies": { 455 "tslib": "^2.8.1" 456 } 457 }, 458 "node_modules/@atproto/lexicon/node_modules/zod": { 459 "version": "3.25.76", 460 "license": "MIT", 461 "funding": { 462 "url": "https://github.com/sponsors/colinhacks" 463 } 464 }, 465 "node_modules/@atproto/oauth-client": { 466 "version": "0.5.14", 467 "license": "MIT", 468 "dependencies": { 469 "@atproto-labs/did-resolver": "0.2.6", 470 "@atproto-labs/fetch": "0.2.3", 471 "@atproto-labs/handle-resolver": "0.3.6", 472 "@atproto-labs/identity-resolver": "0.3.6", 473 "@atproto-labs/simple-store": "0.3.0", 474 "@atproto-labs/simple-store-memory": "0.1.4", 475 "@atproto/did": "0.3.0", 476 "@atproto/jwk": "0.6.0", 477 "@atproto/oauth-types": "0.6.2", 478 "@atproto/xrpc": "0.7.7", 479 "core-js": "^3", 480 "multiformats": "^9.9.0", 481 "zod": "^3.23.8" 482 } 483 }, 484 "node_modules/@atproto/oauth-client-node": { 485 "version": "0.3.16", 486 "license": "MIT", 487 "dependencies": { 488 "@atproto-labs/did-resolver": "0.2.6", 489 "@atproto-labs/handle-resolver-node": "0.1.25", 490 "@atproto-labs/simple-store": "0.3.0", 491 "@atproto/did": "0.3.0", 492 "@atproto/jwk": "0.6.0", 493 "@atproto/jwk-jose": "0.1.11", 494 "@atproto/jwk-webcrypto": "0.2.0", 495 "@atproto/oauth-client": "0.5.14", 496 "@atproto/oauth-types": "0.6.2" 497 }, 498 "engines": { 499 "node": ">=18.7.0" 500 } 501 }, 502 "node_modules/@atproto/oauth-client/node_modules/@atproto/xrpc": { 503 "version": "0.7.7", 504 "license": "MIT", 505 "dependencies": { 506 "@atproto/lexicon": "^0.6.0", 507 "zod": "^3.23.8" 508 } 509 }, 510 "node_modules/@atproto/oauth-client/node_modules/@atproto/xrpc/node_modules/@atproto/lexicon": { 511 "version": "0.6.1", 512 "license": "MIT", 513 "dependencies": { 514 "@atproto/common-web": "^0.4.13", 515 "@atproto/syntax": "^0.4.3", 516 "iso-datestring-validator": "^2.2.2", 517 "multiformats": "^9.9.0", 518 "zod": "^3.23.8" 519 } 520 }, 521 "node_modules/@atproto/oauth-client/node_modules/@atproto/xrpc/node_modules/@atproto/lexicon/node_modules/@atproto/common-web": { 522 "version": "0.4.16", 523 "license": "MIT", 524 "dependencies": { 525 "@atproto/lex-data": "^0.0.11", 526 "@atproto/lex-json": "^0.0.11", 527 "@atproto/syntax": "^0.4.3", 528 "zod": "^3.23.8" 529 } 530 }, 531 "node_modules/@atproto/oauth-client/node_modules/@atproto/xrpc/node_modules/@atproto/lexicon/node_modules/@atproto/syntax": { 532 "version": "0.4.3", 533 "license": "MIT", 534 "dependencies": { 535 "tslib": "^2.8.1" 536 } 537 }, 538 "node_modules/@atproto/oauth-client/node_modules/zod": { 539 "version": "3.25.76", 540 "license": "MIT", 541 "funding": { 542 "url": "https://github.com/sponsors/colinhacks" 543 } 544 }, 545 "node_modules/@atproto/oauth-types": { 546 "version": "0.6.2", 547 "license": "MIT", 548 "dependencies": { 549 "@atproto/did": "0.3.0", 550 "@atproto/jwk": "0.6.0", 551 "zod": "^3.23.8" 552 } 553 }, 554 "node_modules/@atproto/oauth-types/node_modules/zod": { 555 "version": "3.25.76", 556 "license": "MIT", 557 "funding": { 558 "url": "https://github.com/sponsors/colinhacks" 559 } 560 }, 561 "node_modules/@atproto/repo": { 562 "version": "0.8.12", 563 "license": "MIT", 564 "dependencies": { 565 "@atproto/common": "^0.5.3", 566 "@atproto/common-web": "^0.4.7", 567 "@atproto/crypto": "^0.4.5", 568 "@atproto/lexicon": "^0.6.0", 569 "@ipld/dag-cbor": "^7.0.0", 570 "multiformats": "^9.9.0", 571 "uint8arrays": "3.0.0", 572 "varint": "^6.0.0", 573 "zod": "^3.23.8" 574 }, 575 "engines": { 576 "node": ">=18.7.0" 577 } 578 }, 579 "node_modules/@atproto/repo/node_modules/@atproto/common": { 580 "version": "0.5.11", 581 "license": "MIT", 582 "dependencies": { 583 "@atproto/common-web": "^0.4.16", 584 "@atproto/lex-cbor": "^0.0.11", 585 "@atproto/lex-data": "^0.0.11", 586 "iso-datestring-validator": "^2.2.2", 587 "multiformats": "^9.9.0", 588 "pino": "^8.21.0" 589 }, 590 "engines": { 591 "node": ">=18.7.0" 592 } 593 }, 594 "node_modules/@atproto/repo/node_modules/@atproto/common-web": { 595 "version": "0.4.16", 596 "license": "MIT", 597 "dependencies": { 598 "@atproto/lex-data": "^0.0.11", 599 "@atproto/lex-json": "^0.0.11", 600 "@atproto/syntax": "^0.4.3", 601 "zod": "^3.23.8" 602 } 603 }, 604 "node_modules/@atproto/repo/node_modules/@atproto/common-web/node_modules/@atproto/syntax": { 605 "version": "0.4.3", 606 "license": "MIT", 607 "dependencies": { 608 "tslib": "^2.8.1" 609 } 610 }, 611 "node_modules/@atproto/repo/node_modules/@atproto/lexicon": { 612 "version": "0.6.1", 613 "license": "MIT", 614 "dependencies": { 615 "@atproto/common-web": "^0.4.13", 616 "@atproto/syntax": "^0.4.3", 617 "iso-datestring-validator": "^2.2.2", 618 "multiformats": "^9.9.0", 619 "zod": "^3.23.8" 620 } 621 }, 622 "node_modules/@atproto/repo/node_modules/@atproto/lexicon/node_modules/@atproto/syntax": { 623 "version": "0.4.3", 624 "license": "MIT", 625 "dependencies": { 626 "tslib": "^2.8.1" 627 } 628 }, 629 "node_modules/@atproto/repo/node_modules/zod": { 630 "version": "3.25.76", 631 "license": "MIT", 632 "funding": { 633 "url": "https://github.com/sponsors/colinhacks" 634 } 635 }, 636 "node_modules/@atproto/sync": { 637 "version": "0.1.39", 638 "license": "MIT", 639 "dependencies": { 640 "@atproto/common": "^0.5.3", 641 "@atproto/identity": "^0.4.10", 642 "@atproto/lexicon": "^0.6.0", 643 "@atproto/repo": "^0.8.12", 644 "@atproto/syntax": "^0.4.2", 645 "@atproto/xrpc-server": "^0.10.3", 646 "multiformats": "^9.9.0", 647 "p-queue": "^6.6.2", 648 "ws": "^8.12.0" 649 }, 650 "engines": { 651 "node": ">=18.7.0" 652 } 653 }, 654 "node_modules/@atproto/sync/node_modules/@atproto/common": { 655 "version": "0.5.11", 656 "license": "MIT", 657 "dependencies": { 658 "@atproto/common-web": "^0.4.16", 659 "@atproto/lex-cbor": "^0.0.11", 660 "@atproto/lex-data": "^0.0.11", 661 "iso-datestring-validator": "^2.2.2", 662 "multiformats": "^9.9.0", 663 "pino": "^8.21.0" 664 }, 665 "engines": { 666 "node": ">=18.7.0" 667 } 668 }, 669 "node_modules/@atproto/sync/node_modules/@atproto/common/node_modules/@atproto/common-web": { 670 "version": "0.4.16", 671 "license": "MIT", 672 "dependencies": { 673 "@atproto/lex-data": "^0.0.11", 674 "@atproto/lex-json": "^0.0.11", 675 "@atproto/syntax": "^0.4.3", 676 "zod": "^3.23.8" 677 } 678 }, 679 "node_modules/@atproto/sync/node_modules/@atproto/common/node_modules/@atproto/common-web/node_modules/zod": { 680 "version": "3.25.76", 681 "license": "MIT", 682 "funding": { 683 "url": "https://github.com/sponsors/colinhacks" 684 } 685 }, 686 "node_modules/@atproto/sync/node_modules/@atproto/identity": { 687 "version": "0.4.11", 688 "license": "MIT", 689 "dependencies": { 690 "@atproto/common-web": "^0.4.16", 691 "@atproto/crypto": "^0.4.5" 692 }, 693 "engines": { 694 "node": ">=18.7.0" 695 } 696 }, 697 "node_modules/@atproto/sync/node_modules/@atproto/identity/node_modules/@atproto/common-web": { 698 "version": "0.4.16", 699 "license": "MIT", 700 "dependencies": { 701 "@atproto/lex-data": "^0.0.11", 702 "@atproto/lex-json": "^0.0.11", 703 "@atproto/syntax": "^0.4.3", 704 "zod": "^3.23.8" 705 } 706 }, 707 "node_modules/@atproto/sync/node_modules/@atproto/identity/node_modules/@atproto/common-web/node_modules/zod": { 708 "version": "3.25.76", 709 "license": "MIT", 710 "funding": { 711 "url": "https://github.com/sponsors/colinhacks" 712 } 713 }, 714 "node_modules/@atproto/sync/node_modules/@atproto/lexicon": { 715 "version": "0.6.1", 716 "license": "MIT", 717 "dependencies": { 718 "@atproto/common-web": "^0.4.13", 719 "@atproto/syntax": "^0.4.3", 720 "iso-datestring-validator": "^2.2.2", 721 "multiformats": "^9.9.0", 722 "zod": "^3.23.8" 723 } 724 }, 725 "node_modules/@atproto/sync/node_modules/@atproto/lexicon/node_modules/@atproto/common-web": { 726 "version": "0.4.16", 727 "license": "MIT", 728 "dependencies": { 729 "@atproto/lex-data": "^0.0.11", 730 "@atproto/lex-json": "^0.0.11", 731 "@atproto/syntax": "^0.4.3", 732 "zod": "^3.23.8" 733 } 734 }, 735 "node_modules/@atproto/sync/node_modules/@atproto/lexicon/node_modules/zod": { 736 "version": "3.25.76", 737 "license": "MIT", 738 "funding": { 739 "url": "https://github.com/sponsors/colinhacks" 740 } 741 }, 742 "node_modules/@atproto/sync/node_modules/@atproto/syntax": { 743 "version": "0.4.3", 744 "license": "MIT", 745 "dependencies": { 746 "tslib": "^2.8.1" 747 } 748 }, 749 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server": { 750 "version": "0.10.12", 751 "license": "MIT", 752 "dependencies": { 753 "@atproto/common": "^0.5.11", 754 "@atproto/crypto": "^0.4.5", 755 "@atproto/lex-cbor": "^0.0.11", 756 "@atproto/lex-data": "^0.0.11", 757 "@atproto/lexicon": "^0.6.1", 758 "@atproto/ws-client": "^0.0.4", 759 "@atproto/xrpc": "^0.7.7", 760 "express": "^4.17.2", 761 "http-errors": "^2.0.0", 762 "mime-types": "^2.1.35", 763 "rate-limiter-flexible": "^2.4.1", 764 "ws": "^8.12.0", 765 "zod": "^3.23.8" 766 }, 767 "engines": { 768 "node": ">=18.7.0" 769 } 770 }, 771 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/@atproto/xrpc": { 772 "version": "0.7.7", 773 "license": "MIT", 774 "dependencies": { 775 "@atproto/lexicon": "^0.6.0", 776 "zod": "^3.23.8" 777 } 778 }, 779 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express": { 780 "version": "4.22.1", 781 "license": "MIT", 782 "dependencies": { 783 "accepts": "~1.3.8", 784 "array-flatten": "1.1.1", 785 "body-parser": "~1.20.3", 786 "content-disposition": "~0.5.4", 787 "content-type": "~1.0.4", 788 "cookie": "~0.7.1", 789 "cookie-signature": "~1.0.6", 790 "debug": "2.6.9", 791 "depd": "2.0.0", 792 "encodeurl": "~2.0.0", 793 "escape-html": "~1.0.3", 794 "etag": "~1.8.1", 795 "finalhandler": "~1.3.1", 796 "fresh": "~0.5.2", 797 "http-errors": "~2.0.0", 798 "merge-descriptors": "1.0.3", 799 "methods": "~1.1.2", 800 "on-finished": "~2.4.1", 801 "parseurl": "~1.3.3", 802 "path-to-regexp": "~0.1.12", 803 "proxy-addr": "~2.0.7", 804 "qs": "~6.14.0", 805 "range-parser": "~1.2.1", 806 "safe-buffer": "5.2.1", 807 "send": "~0.19.0", 808 "serve-static": "~1.16.2", 809 "setprototypeof": "1.2.0", 810 "statuses": "~2.0.1", 811 "type-is": "~1.6.18", 812 "utils-merge": "1.0.1", 813 "vary": "~1.1.2" 814 }, 815 "engines": { 816 "node": ">= 0.10.0" 817 }, 818 "funding": { 819 "type": "opencollective", 820 "url": "https://opencollective.com/express" 821 } 822 }, 823 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/accepts": { 824 "version": "1.3.8", 825 "license": "MIT", 826 "dependencies": { 827 "mime-types": "~2.1.34", 828 "negotiator": "0.6.3" 829 }, 830 "engines": { 831 "node": ">= 0.6" 832 } 833 }, 834 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/accepts/node_modules/negotiator": { 835 "version": "0.6.3", 836 "license": "MIT", 837 "engines": { 838 "node": ">= 0.6" 839 } 840 }, 841 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/body-parser": { 842 "version": "1.20.4", 843 "license": "MIT", 844 "dependencies": { 845 "bytes": "~3.1.2", 846 "content-type": "~1.0.5", 847 "debug": "2.6.9", 848 "depd": "2.0.0", 849 "destroy": "~1.2.0", 850 "http-errors": "~2.0.1", 851 "iconv-lite": "~0.4.24", 852 "on-finished": "~2.4.1", 853 "qs": "~6.14.0", 854 "raw-body": "~2.5.3", 855 "type-is": "~1.6.18", 856 "unpipe": "~1.0.0" 857 }, 858 "engines": { 859 "node": ">= 0.8", 860 "npm": "1.2.8000 || >= 1.4.16" 861 } 862 }, 863 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/body-parser/node_modules/iconv-lite": { 864 "version": "0.4.24", 865 "license": "MIT", 866 "dependencies": { 867 "safer-buffer": ">= 2.1.2 < 3" 868 }, 869 "engines": { 870 "node": ">=0.10.0" 871 } 872 }, 873 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/body-parser/node_modules/raw-body": { 874 "version": "2.5.3", 875 "license": "MIT", 876 "dependencies": { 877 "bytes": "~3.1.2", 878 "http-errors": "~2.0.1", 879 "iconv-lite": "~0.4.24", 880 "unpipe": "~1.0.0" 881 }, 882 "engines": { 883 "node": ">= 0.8" 884 } 885 }, 886 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/content-disposition": { 887 "version": "0.5.4", 888 "license": "MIT", 889 "dependencies": { 890 "safe-buffer": "5.2.1" 891 }, 892 "engines": { 893 "node": ">= 0.6" 894 } 895 }, 896 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/cookie-signature": { 897 "version": "1.0.7", 898 "license": "MIT" 899 }, 900 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/debug": { 901 "version": "2.6.9", 902 "license": "MIT", 903 "dependencies": { 904 "ms": "2.0.0" 905 } 906 }, 907 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/debug/node_modules/ms": { 908 "version": "2.0.0", 909 "license": "MIT" 910 }, 911 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/finalhandler": { 912 "version": "1.3.2", 913 "license": "MIT", 914 "dependencies": { 915 "debug": "2.6.9", 916 "encodeurl": "~2.0.0", 917 "escape-html": "~1.0.3", 918 "on-finished": "~2.4.1", 919 "parseurl": "~1.3.3", 920 "statuses": "~2.0.2", 921 "unpipe": "~1.0.0" 922 }, 923 "engines": { 924 "node": ">= 0.8" 925 } 926 }, 927 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/fresh": { 928 "version": "0.5.2", 929 "license": "MIT", 930 "engines": { 931 "node": ">= 0.6" 932 } 933 }, 934 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/merge-descriptors": { 935 "version": "1.0.3", 936 "license": "MIT", 937 "funding": { 938 "url": "https://github.com/sponsors/sindresorhus" 939 } 940 }, 941 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/send": { 942 "version": "0.19.2", 943 "license": "MIT", 944 "dependencies": { 945 "debug": "2.6.9", 946 "depd": "2.0.0", 947 "destroy": "1.2.0", 948 "encodeurl": "~2.0.0", 949 "escape-html": "~1.0.3", 950 "etag": "~1.8.1", 951 "fresh": "~0.5.2", 952 "http-errors": "~2.0.1", 953 "mime": "1.6.0", 954 "ms": "2.1.3", 955 "on-finished": "~2.4.1", 956 "range-parser": "~1.2.1", 957 "statuses": "~2.0.2" 958 }, 959 "engines": { 960 "node": ">= 0.8.0" 961 } 962 }, 963 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/serve-static": { 964 "version": "1.16.3", 965 "license": "MIT", 966 "dependencies": { 967 "encodeurl": "~2.0.0", 968 "escape-html": "~1.0.3", 969 "parseurl": "~1.3.3", 970 "send": "~0.19.1" 971 }, 972 "engines": { 973 "node": ">= 0.8.0" 974 } 975 }, 976 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/type-is": { 977 "version": "1.6.18", 978 "license": "MIT", 979 "dependencies": { 980 "media-typer": "0.3.0", 981 "mime-types": "~2.1.24" 982 }, 983 "engines": { 984 "node": ">= 0.6" 985 } 986 }, 987 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/express/node_modules/type-is/node_modules/media-typer": { 988 "version": "0.3.0", 989 "license": "MIT", 990 "engines": { 991 "node": ">= 0.6" 992 } 993 }, 994 "node_modules/@atproto/sync/node_modules/@atproto/xrpc-server/node_modules/zod": { 995 "version": "3.25.76", 996 "license": "MIT", 997 "funding": { 998 "url": "https://github.com/sponsors/colinhacks" 999 } 1000 }, 1001 "node_modules/@atproto/syntax": { 1002 "version": "0.3.4", 1003 "license": "MIT" 1004 }, 1005 "node_modules/@atproto/ws-client": { 1006 "version": "0.0.4", 1007 "license": "MIT", 1008 "dependencies": { 1009 "@atproto/common": "^0.5.3", 1010 "ws": "^8.12.0" 1011 }, 1012 "engines": { 1013 "node": ">=18.7.0" 1014 } 1015 }, 1016 "node_modules/@atproto/ws-client/node_modules/@atproto/common": { 1017 "version": "0.5.11", 1018 "license": "MIT", 1019 "dependencies": { 1020 "@atproto/common-web": "^0.4.16", 1021 "@atproto/lex-cbor": "^0.0.11", 1022 "@atproto/lex-data": "^0.0.11", 1023 "iso-datestring-validator": "^2.2.2", 1024 "multiformats": "^9.9.0", 1025 "pino": "^8.21.0" 1026 }, 1027 "engines": { 1028 "node": ">=18.7.0" 1029 } 1030 }, 1031 "node_modules/@atproto/ws-client/node_modules/@atproto/common/node_modules/@atproto/common-web": { 1032 "version": "0.4.16", 1033 "license": "MIT", 1034 "dependencies": { 1035 "@atproto/lex-data": "^0.0.11", 1036 "@atproto/lex-json": "^0.0.11", 1037 "@atproto/syntax": "^0.4.3", 1038 "zod": "^3.23.8" 1039 } 1040 }, 1041 "node_modules/@atproto/ws-client/node_modules/@atproto/common/node_modules/@atproto/common-web/node_modules/@atproto/syntax": { 1042 "version": "0.4.3", 1043 "license": "MIT", 1044 "dependencies": { 1045 "tslib": "^2.8.1" 1046 } 1047 }, 1048 "node_modules/@atproto/ws-client/node_modules/@atproto/common/node_modules/@atproto/common-web/node_modules/zod": { 1049 "version": "3.25.76", 1050 "license": "MIT", 1051 "funding": { 1052 "url": "https://github.com/sponsors/colinhacks" 1053 } 1054 }, 1055 "node_modules/@atproto/xrpc": { 1056 "version": "0.6.12", 1057 "license": "MIT", 1058 "dependencies": { 1059 "@atproto/lexicon": "^0.4.10", 1060 "zod": "^3.23.8" 1061 } 1062 }, 1063 "node_modules/@atproto/xrpc-server": { 1064 "version": "0.7.8", 1065 "license": "MIT", 1066 "dependencies": { 1067 "@atproto/common": "^0.4.6", 1068 "@atproto/crypto": "^0.4.3", 1069 "@atproto/lexicon": "^0.4.5", 1070 "@atproto/xrpc": "^0.6.6", 1071 "cbor-x": "^1.5.1", 1072 "express": "^4.17.2", 1073 "http-errors": "^2.0.0", 1074 "mime-types": "^2.1.35", 1075 "rate-limiter-flexible": "^2.4.1", 1076 "uint8arrays": "3.0.0", 1077 "ws": "^8.12.0", 1078 "zod": "^3.23.8" 1079 } 1080 }, 1081 "node_modules/@atproto/xrpc-server/node_modules/@atproto/common": { 1082 "version": "0.4.12", 1083 "license": "MIT", 1084 "dependencies": { 1085 "@atproto/common-web": "^0.4.3", 1086 "@ipld/dag-cbor": "^7.0.3", 1087 "cbor-x": "^1.5.1", 1088 "iso-datestring-validator": "^2.2.2", 1089 "multiformats": "^9.9.0", 1090 "pino": "^8.21.0" 1091 }, 1092 "engines": { 1093 "node": ">=18.7.0" 1094 } 1095 }, 1096 "node_modules/@atproto/xrpc-server/node_modules/@atproto/common/node_modules/@atproto/common-web": { 1097 "version": "0.4.16", 1098 "license": "MIT", 1099 "dependencies": { 1100 "@atproto/lex-data": "^0.0.11", 1101 "@atproto/lex-json": "^0.0.11", 1102 "@atproto/syntax": "^0.4.3", 1103 "zod": "^3.23.8" 1104 } 1105 }, 1106 "node_modules/@atproto/xrpc-server/node_modules/@atproto/common/node_modules/@atproto/common-web/node_modules/@atproto/syntax": { 1107 "version": "0.4.3", 1108 "license": "MIT", 1109 "dependencies": { 1110 "tslib": "^2.8.1" 1111 } 1112 }, 1113 "node_modules/@atproto/xrpc-server/node_modules/express": { 1114 "version": "4.22.1", 1115 "license": "MIT", 1116 "dependencies": { 1117 "accepts": "~1.3.8", 1118 "array-flatten": "1.1.1", 1119 "body-parser": "~1.20.3", 1120 "content-disposition": "~0.5.4", 1121 "content-type": "~1.0.4", 1122 "cookie": "~0.7.1", 1123 "cookie-signature": "~1.0.6", 1124 "debug": "2.6.9", 1125 "depd": "2.0.0", 1126 "encodeurl": "~2.0.0", 1127 "escape-html": "~1.0.3", 1128 "etag": "~1.8.1", 1129 "finalhandler": "~1.3.1", 1130 "fresh": "~0.5.2", 1131 "http-errors": "~2.0.0", 1132 "merge-descriptors": "1.0.3", 1133 "methods": "~1.1.2", 1134 "on-finished": "~2.4.1", 1135 "parseurl": "~1.3.3", 1136 "path-to-regexp": "~0.1.12", 1137 "proxy-addr": "~2.0.7", 1138 "qs": "~6.14.0", 1139 "range-parser": "~1.2.1", 1140 "safe-buffer": "5.2.1", 1141 "send": "~0.19.0", 1142 "serve-static": "~1.16.2", 1143 "setprototypeof": "1.2.0", 1144 "statuses": "~2.0.1", 1145 "type-is": "~1.6.18", 1146 "utils-merge": "1.0.1", 1147 "vary": "~1.1.2" 1148 }, 1149 "engines": { 1150 "node": ">= 0.10.0" 1151 }, 1152 "funding": { 1153 "type": "opencollective", 1154 "url": "https://opencollective.com/express" 1155 } 1156 }, 1157 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/accepts": { 1158 "version": "1.3.8", 1159 "license": "MIT", 1160 "dependencies": { 1161 "mime-types": "~2.1.34", 1162 "negotiator": "0.6.3" 1163 }, 1164 "engines": { 1165 "node": ">= 0.6" 1166 } 1167 }, 1168 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/accepts/node_modules/negotiator": { 1169 "version": "0.6.3", 1170 "license": "MIT", 1171 "engines": { 1172 "node": ">= 0.6" 1173 } 1174 }, 1175 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/body-parser": { 1176 "version": "1.20.4", 1177 "license": "MIT", 1178 "dependencies": { 1179 "bytes": "~3.1.2", 1180 "content-type": "~1.0.5", 1181 "debug": "2.6.9", 1182 "depd": "2.0.0", 1183 "destroy": "~1.2.0", 1184 "http-errors": "~2.0.1", 1185 "iconv-lite": "~0.4.24", 1186 "on-finished": "~2.4.1", 1187 "qs": "~6.14.0", 1188 "raw-body": "~2.5.3", 1189 "type-is": "~1.6.18", 1190 "unpipe": "~1.0.0" 1191 }, 1192 "engines": { 1193 "node": ">= 0.8", 1194 "npm": "1.2.8000 || >= 1.4.16" 1195 } 1196 }, 1197 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/body-parser/node_modules/iconv-lite": { 1198 "version": "0.4.24", 1199 "license": "MIT", 1200 "dependencies": { 1201 "safer-buffer": ">= 2.1.2 < 3" 1202 }, 1203 "engines": { 1204 "node": ">=0.10.0" 1205 } 1206 }, 1207 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/body-parser/node_modules/raw-body": { 1208 "version": "2.5.3", 1209 "license": "MIT", 1210 "dependencies": { 1211 "bytes": "~3.1.2", 1212 "http-errors": "~2.0.1", 1213 "iconv-lite": "~0.4.24", 1214 "unpipe": "~1.0.0" 1215 }, 1216 "engines": { 1217 "node": ">= 0.8" 1218 } 1219 }, 1220 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/content-disposition": { 1221 "version": "0.5.4", 1222 "license": "MIT", 1223 "dependencies": { 1224 "safe-buffer": "5.2.1" 1225 }, 1226 "engines": { 1227 "node": ">= 0.6" 1228 } 1229 }, 1230 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/cookie-signature": { 1231 "version": "1.0.7", 1232 "license": "MIT" 1233 }, 1234 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/debug": { 1235 "version": "2.6.9", 1236 "license": "MIT", 1237 "dependencies": { 1238 "ms": "2.0.0" 1239 } 1240 }, 1241 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/debug/node_modules/ms": { 1242 "version": "2.0.0", 1243 "license": "MIT" 1244 }, 1245 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/finalhandler": { 1246 "version": "1.3.2", 1247 "license": "MIT", 1248 "dependencies": { 1249 "debug": "2.6.9", 1250 "encodeurl": "~2.0.0", 1251 "escape-html": "~1.0.3", 1252 "on-finished": "~2.4.1", 1253 "parseurl": "~1.3.3", 1254 "statuses": "~2.0.2", 1255 "unpipe": "~1.0.0" 1256 }, 1257 "engines": { 1258 "node": ">= 0.8" 1259 } 1260 }, 1261 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/fresh": { 1262 "version": "0.5.2", 1263 "license": "MIT", 1264 "engines": { 1265 "node": ">= 0.6" 1266 } 1267 }, 1268 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/merge-descriptors": { 1269 "version": "1.0.3", 1270 "license": "MIT", 1271 "funding": { 1272 "url": "https://github.com/sponsors/sindresorhus" 1273 } 1274 }, 1275 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/send": { 1276 "version": "0.19.2", 1277 "license": "MIT", 1278 "dependencies": { 1279 "debug": "2.6.9", 1280 "depd": "2.0.0", 1281 "destroy": "1.2.0", 1282 "encodeurl": "~2.0.0", 1283 "escape-html": "~1.0.3", 1284 "etag": "~1.8.1", 1285 "fresh": "~0.5.2", 1286 "http-errors": "~2.0.1", 1287 "mime": "1.6.0", 1288 "ms": "2.1.3", 1289 "on-finished": "~2.4.1", 1290 "range-parser": "~1.2.1", 1291 "statuses": "~2.0.2" 1292 }, 1293 "engines": { 1294 "node": ">= 0.8.0" 1295 } 1296 }, 1297 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/serve-static": { 1298 "version": "1.16.3", 1299 "license": "MIT", 1300 "dependencies": { 1301 "encodeurl": "~2.0.0", 1302 "escape-html": "~1.0.3", 1303 "parseurl": "~1.3.3", 1304 "send": "~0.19.1" 1305 }, 1306 "engines": { 1307 "node": ">= 0.8.0" 1308 } 1309 }, 1310 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/type-is": { 1311 "version": "1.6.18", 1312 "license": "MIT", 1313 "dependencies": { 1314 "media-typer": "0.3.0", 1315 "mime-types": "~2.1.24" 1316 }, 1317 "engines": { 1318 "node": ">= 0.6" 1319 } 1320 }, 1321 "node_modules/@atproto/xrpc-server/node_modules/express/node_modules/type-is/node_modules/media-typer": { 1322 "version": "0.3.0", 1323 "license": "MIT", 1324 "engines": { 1325 "node": ">= 0.6" 1326 } 1327 }, 1328 "node_modules/@atproto/xrpc-server/node_modules/zod": { 1329 "version": "3.25.76", 1330 "license": "MIT", 1331 "funding": { 1332 "url": "https://github.com/sponsors/colinhacks" 1333 } 1334 }, 1335 "node_modules/@atproto/xrpc/node_modules/zod": { 1336 "version": "3.25.76", 1337 "license": "MIT", 1338 "funding": { 1339 "url": "https://github.com/sponsors/colinhacks" 1340 } 1341 }, 1342 "node_modules/@biomejs/biome": { 1343 "version": "2.3.15", 1344 "dev": true, 1345 "license": "MIT OR Apache-2.0", 1346 "bin": { 1347 "biome": "bin/biome" 1348 }, 1349 "engines": { 1350 "node": ">=14.21.3" 1351 }, 1352 "funding": { 1353 "type": "opencollective", 1354 "url": "https://opencollective.com/biome" 1355 }, 1356 "optionalDependencies": { 1357 "@biomejs/cli-darwin-arm64": "2.3.15", 1358 "@biomejs/cli-darwin-x64": "2.3.15", 1359 "@biomejs/cli-linux-arm64": "2.3.15", 1360 "@biomejs/cli-linux-arm64-musl": "2.3.15", 1361 "@biomejs/cli-linux-x64": "2.3.15", 1362 "@biomejs/cli-linux-x64-musl": "2.3.15", 1363 "@biomejs/cli-win32-arm64": "2.3.15", 1364 "@biomejs/cli-win32-x64": "2.3.15" 1365 } 1366 }, 1367 "node_modules/@biomejs/cli-darwin-arm64": { 1368 "version": "2.3.15", 1369 "cpu": [ 1370 "arm64" 1371 ], 1372 "dev": true, 1373 "license": "MIT OR Apache-2.0", 1374 "optional": true, 1375 "os": [ 1376 "darwin" 1377 ], 1378 "engines": { 1379 "node": ">=14.21.3" 1380 } 1381 }, 1382 "node_modules/@biomejs/cli-darwin-x64": { 1383 "version": "2.3.15", 1384 "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.3.15.tgz", 1385 "integrity": "sha512-RkyeSosBtn3C3Un8zQnl9upX0Qbq4E3QmBa0qjpOh1MebRbHhNlRC16jk8HdTe/9ym5zlfnpbb8cKXzW+vlTxw==", 1386 "cpu": [ 1387 "x64" 1388 ], 1389 "dev": true, 1390 "license": "MIT OR Apache-2.0", 1391 "optional": true, 1392 "os": [ 1393 "darwin" 1394 ], 1395 "engines": { 1396 "node": ">=14.21.3" 1397 } 1398 }, 1399 "node_modules/@biomejs/cli-linux-arm64": { 1400 "version": "2.3.15", 1401 "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.3.15.tgz", 1402 "integrity": "sha512-FN83KxrdVWANOn5tDmW6UBC0grojchbGmcEz6JkRs2YY6DY63sTZhwkQ56x6YtKhDVV1Unz7FJexy8o7KwuIhg==", 1403 "cpu": [ 1404 "arm64" 1405 ], 1406 "dev": true, 1407 "license": "MIT OR Apache-2.0", 1408 "optional": true, 1409 "os": [ 1410 "linux" 1411 ], 1412 "engines": { 1413 "node": ">=14.21.3" 1414 } 1415 }, 1416 "node_modules/@biomejs/cli-linux-arm64-musl": { 1417 "version": "2.3.15", 1418 "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.3.15.tgz", 1419 "integrity": "sha512-SSSIj2yMkFdSkXqASzIBdjySBXOe65RJlhKEDlri7MN19RC4cpez+C0kEwPrhXOTgJbwQR9QH1F4+VnHkC35pg==", 1420 "cpu": [ 1421 "arm64" 1422 ], 1423 "dev": true, 1424 "license": "MIT OR Apache-2.0", 1425 "optional": true, 1426 "os": [ 1427 "linux" 1428 ], 1429 "engines": { 1430 "node": ">=14.21.3" 1431 } 1432 }, 1433 "node_modules/@biomejs/cli-linux-x64": { 1434 "version": "2.3.15", 1435 "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.3.15.tgz", 1436 "integrity": "sha512-T8n9p8aiIKOrAD7SwC7opiBM1LYGrE5G3OQRXWgbeo/merBk8m+uxJ1nOXMPzfYyFLfPlKF92QS06KN1UW+Zbg==", 1437 "cpu": [ 1438 "x64" 1439 ], 1440 "dev": true, 1441 "license": "MIT OR Apache-2.0", 1442 "optional": true, 1443 "os": [ 1444 "linux" 1445 ], 1446 "engines": { 1447 "node": ">=14.21.3" 1448 } 1449 }, 1450 "node_modules/@biomejs/cli-linux-x64-musl": { 1451 "version": "2.3.15", 1452 "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.3.15.tgz", 1453 "integrity": "sha512-dbjPzTh+ijmmNwojFYbQNMFp332019ZDioBYAMMJj5Ux9d8MkM+u+J68SBJGVwVeSHMYj+T9504CoxEzQxrdNw==", 1454 "cpu": [ 1455 "x64" 1456 ], 1457 "dev": true, 1458 "license": "MIT OR Apache-2.0", 1459 "optional": true, 1460 "os": [ 1461 "linux" 1462 ], 1463 "engines": { 1464 "node": ">=14.21.3" 1465 } 1466 }, 1467 "node_modules/@biomejs/cli-win32-arm64": { 1468 "version": "2.3.15", 1469 "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.3.15.tgz", 1470 "integrity": "sha512-puMuenu/2brQdgqtQ7geNwQlNVxiABKEZJhMRX6AGWcmrMO8EObMXniFQywy2b81qmC+q+SDvlOpspNwz0WiOA==", 1471 "cpu": [ 1472 "arm64" 1473 ], 1474 "dev": true, 1475 "license": "MIT OR Apache-2.0", 1476 "optional": true, 1477 "os": [ 1478 "win32" 1479 ], 1480 "engines": { 1481 "node": ">=14.21.3" 1482 } 1483 }, 1484 "node_modules/@biomejs/cli-win32-x64": { 1485 "version": "2.3.15", 1486 "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.3.15.tgz", 1487 "integrity": "sha512-kDZr/hgg+igo5Emi0LcjlgfkoGZtgIpJKhnvKTRmMBv6FF/3SDyEV4khBwqNebZIyMZTzvpca9sQNSXJ39pI2A==", 1488 "cpu": [ 1489 "x64" 1490 ], 1491 "dev": true, 1492 "license": "MIT OR Apache-2.0", 1493 "optional": true, 1494 "os": [ 1495 "win32" 1496 ], 1497 "engines": { 1498 "node": ">=14.21.3" 1499 } 1500 }, 1501 "node_modules/@cbor-extract/cbor-extract-darwin-arm64": { 1502 "version": "2.2.0", 1503 "cpu": [ 1504 "arm64" 1505 ], 1506 "license": "MIT", 1507 "optional": true, 1508 "os": [ 1509 "darwin" 1510 ] 1511 }, 1512 "node_modules/@cbor-extract/cbor-extract-darwin-x64": { 1513 "version": "2.2.0", 1514 "resolved": "https://registry.npmjs.org/@cbor-extract/cbor-extract-darwin-x64/-/cbor-extract-darwin-x64-2.2.0.tgz", 1515 "integrity": "sha512-1liF6fgowph0JxBbYnAS7ZlqNYLf000Qnj4KjqPNW4GViKrEql2MgZnAsExhY9LSy8dnvA4C0qHEBgPrll0z0w==", 1516 "cpu": [ 1517 "x64" 1518 ], 1519 "license": "MIT", 1520 "optional": true, 1521 "os": [ 1522 "darwin" 1523 ] 1524 }, 1525 "node_modules/@cbor-extract/cbor-extract-linux-arm": { 1526 "version": "2.2.0", 1527 "resolved": "https://registry.npmjs.org/@cbor-extract/cbor-extract-linux-arm/-/cbor-extract-linux-arm-2.2.0.tgz", 1528 "integrity": "sha512-QeBcBXk964zOytiedMPQNZr7sg0TNavZeuUCD6ON4vEOU/25+pLhNN6EDIKJ9VLTKaZ7K7EaAriyYQ1NQ05s/Q==", 1529 "cpu": [ 1530 "arm" 1531 ], 1532 "license": "MIT", 1533 "optional": true, 1534 "os": [ 1535 "linux" 1536 ] 1537 }, 1538 "node_modules/@cbor-extract/cbor-extract-linux-arm64": { 1539 "version": "2.2.0", 1540 "resolved": "https://registry.npmjs.org/@cbor-extract/cbor-extract-linux-arm64/-/cbor-extract-linux-arm64-2.2.0.tgz", 1541 "integrity": "sha512-rQvhNmDuhjTVXSPFLolmQ47/ydGOFXtbR7+wgkSY0bdOxCFept1hvg59uiLPT2fVDuJFuEy16EImo5tE2x3RsQ==", 1542 "cpu": [ 1543 "arm64" 1544 ], 1545 "license": "MIT", 1546 "optional": true, 1547 "os": [ 1548 "linux" 1549 ] 1550 }, 1551 "node_modules/@cbor-extract/cbor-extract-linux-x64": { 1552 "version": "2.2.0", 1553 "resolved": "https://registry.npmjs.org/@cbor-extract/cbor-extract-linux-x64/-/cbor-extract-linux-x64-2.2.0.tgz", 1554 "integrity": "sha512-cWLAWtT3kNLHSvP4RKDzSTX9o0wvQEEAj4SKvhWuOVZxiDAeQazr9A+PSiRILK1VYMLeDml89ohxCnUNQNQNCw==", 1555 "cpu": [ 1556 "x64" 1557 ], 1558 "license": "MIT", 1559 "optional": true, 1560 "os": [ 1561 "linux" 1562 ] 1563 }, 1564 "node_modules/@cbor-extract/cbor-extract-win32-x64": { 1565 "version": "2.2.0", 1566 "resolved": "https://registry.npmjs.org/@cbor-extract/cbor-extract-win32-x64/-/cbor-extract-win32-x64-2.2.0.tgz", 1567 "integrity": "sha512-l2M+Z8DO2vbvADOBNLbbh9y5ST1RY5sqkWOg/58GkUPBYou/cuNZ68SGQ644f1CvZ8kcOxyZtw06+dxWHIoN/w==", 1568 "cpu": [ 1569 "x64" 1570 ], 1571 "license": "MIT", 1572 "optional": true, 1573 "os": [ 1574 "win32" 1575 ] 1576 }, 1577 "node_modules/@drizzle-team/brocli": { 1578 "version": "0.10.2", 1579 "dev": true, 1580 "license": "Apache-2.0" 1581 }, 1582 "node_modules/@esbuild-kit/core-utils": { 1583 "version": "3.3.2", 1584 "dev": true, 1585 "license": "MIT", 1586 "dependencies": { 1587 "esbuild": "~0.18.20", 1588 "source-map-support": "^0.5.21" 1589 } 1590 }, 1591 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-arm": { 1592 "version": "0.18.20", 1593 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", 1594 "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", 1595 "cpu": [ 1596 "arm" 1597 ], 1598 "dev": true, 1599 "license": "MIT", 1600 "optional": true, 1601 "os": [ 1602 "android" 1603 ], 1604 "engines": { 1605 "node": ">=12" 1606 } 1607 }, 1608 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-arm64": { 1609 "version": "0.18.20", 1610 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", 1611 "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", 1612 "cpu": [ 1613 "arm64" 1614 ], 1615 "dev": true, 1616 "license": "MIT", 1617 "optional": true, 1618 "os": [ 1619 "android" 1620 ], 1621 "engines": { 1622 "node": ">=12" 1623 } 1624 }, 1625 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-x64": { 1626 "version": "0.18.20", 1627 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", 1628 "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", 1629 "cpu": [ 1630 "x64" 1631 ], 1632 "dev": true, 1633 "license": "MIT", 1634 "optional": true, 1635 "os": [ 1636 "android" 1637 ], 1638 "engines": { 1639 "node": ">=12" 1640 } 1641 }, 1642 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/darwin-x64": { 1643 "version": "0.18.20", 1644 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", 1645 "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", 1646 "cpu": [ 1647 "x64" 1648 ], 1649 "dev": true, 1650 "license": "MIT", 1651 "optional": true, 1652 "os": [ 1653 "darwin" 1654 ], 1655 "engines": { 1656 "node": ">=12" 1657 } 1658 }, 1659 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/freebsd-arm64": { 1660 "version": "0.18.20", 1661 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", 1662 "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", 1663 "cpu": [ 1664 "arm64" 1665 ], 1666 "dev": true, 1667 "license": "MIT", 1668 "optional": true, 1669 "os": [ 1670 "freebsd" 1671 ], 1672 "engines": { 1673 "node": ">=12" 1674 } 1675 }, 1676 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/freebsd-x64": { 1677 "version": "0.18.20", 1678 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", 1679 "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", 1680 "cpu": [ 1681 "x64" 1682 ], 1683 "dev": true, 1684 "license": "MIT", 1685 "optional": true, 1686 "os": [ 1687 "freebsd" 1688 ], 1689 "engines": { 1690 "node": ">=12" 1691 } 1692 }, 1693 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-arm": { 1694 "version": "0.18.20", 1695 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", 1696 "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", 1697 "cpu": [ 1698 "arm" 1699 ], 1700 "dev": true, 1701 "license": "MIT", 1702 "optional": true, 1703 "os": [ 1704 "linux" 1705 ], 1706 "engines": { 1707 "node": ">=12" 1708 } 1709 }, 1710 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-arm64": { 1711 "version": "0.18.20", 1712 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", 1713 "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", 1714 "cpu": [ 1715 "arm64" 1716 ], 1717 "dev": true, 1718 "license": "MIT", 1719 "optional": true, 1720 "os": [ 1721 "linux" 1722 ], 1723 "engines": { 1724 "node": ">=12" 1725 } 1726 }, 1727 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-ia32": { 1728 "version": "0.18.20", 1729 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", 1730 "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", 1731 "cpu": [ 1732 "ia32" 1733 ], 1734 "dev": true, 1735 "license": "MIT", 1736 "optional": true, 1737 "os": [ 1738 "linux" 1739 ], 1740 "engines": { 1741 "node": ">=12" 1742 } 1743 }, 1744 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-loong64": { 1745 "version": "0.18.20", 1746 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", 1747 "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", 1748 "cpu": [ 1749 "loong64" 1750 ], 1751 "dev": true, 1752 "license": "MIT", 1753 "optional": true, 1754 "os": [ 1755 "linux" 1756 ], 1757 "engines": { 1758 "node": ">=12" 1759 } 1760 }, 1761 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-mips64el": { 1762 "version": "0.18.20", 1763 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", 1764 "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", 1765 "cpu": [ 1766 "mips64el" 1767 ], 1768 "dev": true, 1769 "license": "MIT", 1770 "optional": true, 1771 "os": [ 1772 "linux" 1773 ], 1774 "engines": { 1775 "node": ">=12" 1776 } 1777 }, 1778 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-ppc64": { 1779 "version": "0.18.20", 1780 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", 1781 "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", 1782 "cpu": [ 1783 "ppc64" 1784 ], 1785 "dev": true, 1786 "license": "MIT", 1787 "optional": true, 1788 "os": [ 1789 "linux" 1790 ], 1791 "engines": { 1792 "node": ">=12" 1793 } 1794 }, 1795 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-riscv64": { 1796 "version": "0.18.20", 1797 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", 1798 "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", 1799 "cpu": [ 1800 "riscv64" 1801 ], 1802 "dev": true, 1803 "license": "MIT", 1804 "optional": true, 1805 "os": [ 1806 "linux" 1807 ], 1808 "engines": { 1809 "node": ">=12" 1810 } 1811 }, 1812 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-s390x": { 1813 "version": "0.18.20", 1814 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", 1815 "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", 1816 "cpu": [ 1817 "s390x" 1818 ], 1819 "dev": true, 1820 "license": "MIT", 1821 "optional": true, 1822 "os": [ 1823 "linux" 1824 ], 1825 "engines": { 1826 "node": ">=12" 1827 } 1828 }, 1829 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-x64": { 1830 "version": "0.18.20", 1831 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", 1832 "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", 1833 "cpu": [ 1834 "x64" 1835 ], 1836 "dev": true, 1837 "license": "MIT", 1838 "optional": true, 1839 "os": [ 1840 "linux" 1841 ], 1842 "engines": { 1843 "node": ">=12" 1844 } 1845 }, 1846 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/netbsd-x64": { 1847 "version": "0.18.20", 1848 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", 1849 "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", 1850 "cpu": [ 1851 "x64" 1852 ], 1853 "dev": true, 1854 "license": "MIT", 1855 "optional": true, 1856 "os": [ 1857 "netbsd" 1858 ], 1859 "engines": { 1860 "node": ">=12" 1861 } 1862 }, 1863 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/openbsd-x64": { 1864 "version": "0.18.20", 1865 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", 1866 "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", 1867 "cpu": [ 1868 "x64" 1869 ], 1870 "dev": true, 1871 "license": "MIT", 1872 "optional": true, 1873 "os": [ 1874 "openbsd" 1875 ], 1876 "engines": { 1877 "node": ">=12" 1878 } 1879 }, 1880 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/sunos-x64": { 1881 "version": "0.18.20", 1882 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", 1883 "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", 1884 "cpu": [ 1885 "x64" 1886 ], 1887 "dev": true, 1888 "license": "MIT", 1889 "optional": true, 1890 "os": [ 1891 "sunos" 1892 ], 1893 "engines": { 1894 "node": ">=12" 1895 } 1896 }, 1897 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-arm64": { 1898 "version": "0.18.20", 1899 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", 1900 "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", 1901 "cpu": [ 1902 "arm64" 1903 ], 1904 "dev": true, 1905 "license": "MIT", 1906 "optional": true, 1907 "os": [ 1908 "win32" 1909 ], 1910 "engines": { 1911 "node": ">=12" 1912 } 1913 }, 1914 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-ia32": { 1915 "version": "0.18.20", 1916 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", 1917 "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", 1918 "cpu": [ 1919 "ia32" 1920 ], 1921 "dev": true, 1922 "license": "MIT", 1923 "optional": true, 1924 "os": [ 1925 "win32" 1926 ], 1927 "engines": { 1928 "node": ">=12" 1929 } 1930 }, 1931 "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-x64": { 1932 "version": "0.18.20", 1933 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", 1934 "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", 1935 "cpu": [ 1936 "x64" 1937 ], 1938 "dev": true, 1939 "license": "MIT", 1940 "optional": true, 1941 "os": [ 1942 "win32" 1943 ], 1944 "engines": { 1945 "node": ">=12" 1946 } 1947 }, 1948 "node_modules/@esbuild-kit/core-utils/node_modules/esbuild": { 1949 "version": "0.18.20", 1950 "dev": true, 1951 "hasInstallScript": true, 1952 "license": "MIT", 1953 "bin": { 1954 "esbuild": "bin/esbuild" 1955 }, 1956 "engines": { 1957 "node": ">=12" 1958 }, 1959 "optionalDependencies": { 1960 "@esbuild/android-arm": "0.18.20", 1961 "@esbuild/android-arm64": "0.18.20", 1962 "@esbuild/android-x64": "0.18.20", 1963 "@esbuild/darwin-arm64": "0.18.20", 1964 "@esbuild/darwin-x64": "0.18.20", 1965 "@esbuild/freebsd-arm64": "0.18.20", 1966 "@esbuild/freebsd-x64": "0.18.20", 1967 "@esbuild/linux-arm": "0.18.20", 1968 "@esbuild/linux-arm64": "0.18.20", 1969 "@esbuild/linux-ia32": "0.18.20", 1970 "@esbuild/linux-loong64": "0.18.20", 1971 "@esbuild/linux-mips64el": "0.18.20", 1972 "@esbuild/linux-ppc64": "0.18.20", 1973 "@esbuild/linux-riscv64": "0.18.20", 1974 "@esbuild/linux-s390x": "0.18.20", 1975 "@esbuild/linux-x64": "0.18.20", 1976 "@esbuild/netbsd-x64": "0.18.20", 1977 "@esbuild/openbsd-x64": "0.18.20", 1978 "@esbuild/sunos-x64": "0.18.20", 1979 "@esbuild/win32-arm64": "0.18.20", 1980 "@esbuild/win32-ia32": "0.18.20", 1981 "@esbuild/win32-x64": "0.18.20" 1982 } 1983 }, 1984 "node_modules/@esbuild-kit/core-utils/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": { 1985 "version": "0.18.20", 1986 "cpu": [ 1987 "arm64" 1988 ], 1989 "dev": true, 1990 "license": "MIT", 1991 "optional": true, 1992 "os": [ 1993 "darwin" 1994 ], 1995 "engines": { 1996 "node": ">=12" 1997 } 1998 }, 1999 "node_modules/@esbuild-kit/esm-loader": { 2000 "version": "2.6.5", 2001 "dev": true, 2002 "license": "MIT", 2003 "dependencies": { 2004 "@esbuild-kit/core-utils": "^3.3.2", 2005 "get-tsconfig": "^4.7.0" 2006 } 2007 }, 2008 "node_modules/@esbuild/aix-ppc64": { 2009 "version": "0.25.12", 2010 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", 2011 "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", 2012 "cpu": [ 2013 "ppc64" 2014 ], 2015 "dev": true, 2016 "license": "MIT", 2017 "optional": true, 2018 "os": [ 2019 "aix" 2020 ], 2021 "engines": { 2022 "node": ">=18" 2023 } 2024 }, 2025 "node_modules/@esbuild/android-arm": { 2026 "version": "0.25.12", 2027 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", 2028 "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", 2029 "cpu": [ 2030 "arm" 2031 ], 2032 "dev": true, 2033 "license": "MIT", 2034 "optional": true, 2035 "os": [ 2036 "android" 2037 ], 2038 "engines": { 2039 "node": ">=18" 2040 } 2041 }, 2042 "node_modules/@esbuild/android-arm64": { 2043 "version": "0.25.12", 2044 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", 2045 "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", 2046 "cpu": [ 2047 "arm64" 2048 ], 2049 "dev": true, 2050 "license": "MIT", 2051 "optional": true, 2052 "os": [ 2053 "android" 2054 ], 2055 "engines": { 2056 "node": ">=18" 2057 } 2058 }, 2059 "node_modules/@esbuild/android-x64": { 2060 "version": "0.25.12", 2061 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", 2062 "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", 2063 "cpu": [ 2064 "x64" 2065 ], 2066 "dev": true, 2067 "license": "MIT", 2068 "optional": true, 2069 "os": [ 2070 "android" 2071 ], 2072 "engines": { 2073 "node": ">=18" 2074 } 2075 }, 2076 "node_modules/@esbuild/darwin-arm64": { 2077 "version": "0.25.12", 2078 "cpu": [ 2079 "arm64" 2080 ], 2081 "dev": true, 2082 "license": "MIT", 2083 "optional": true, 2084 "os": [ 2085 "darwin" 2086 ], 2087 "engines": { 2088 "node": ">=18" 2089 } 2090 }, 2091 "node_modules/@esbuild/darwin-x64": { 2092 "version": "0.25.12", 2093 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", 2094 "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", 2095 "cpu": [ 2096 "x64" 2097 ], 2098 "dev": true, 2099 "license": "MIT", 2100 "optional": true, 2101 "os": [ 2102 "darwin" 2103 ], 2104 "engines": { 2105 "node": ">=18" 2106 } 2107 }, 2108 "node_modules/@esbuild/freebsd-arm64": { 2109 "version": "0.25.12", 2110 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", 2111 "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", 2112 "cpu": [ 2113 "arm64" 2114 ], 2115 "dev": true, 2116 "license": "MIT", 2117 "optional": true, 2118 "os": [ 2119 "freebsd" 2120 ], 2121 "engines": { 2122 "node": ">=18" 2123 } 2124 }, 2125 "node_modules/@esbuild/freebsd-x64": { 2126 "version": "0.25.12", 2127 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", 2128 "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", 2129 "cpu": [ 2130 "x64" 2131 ], 2132 "dev": true, 2133 "license": "MIT", 2134 "optional": true, 2135 "os": [ 2136 "freebsd" 2137 ], 2138 "engines": { 2139 "node": ">=18" 2140 } 2141 }, 2142 "node_modules/@esbuild/linux-arm": { 2143 "version": "0.25.12", 2144 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", 2145 "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", 2146 "cpu": [ 2147 "arm" 2148 ], 2149 "dev": true, 2150 "license": "MIT", 2151 "optional": true, 2152 "os": [ 2153 "linux" 2154 ], 2155 "engines": { 2156 "node": ">=18" 2157 } 2158 }, 2159 "node_modules/@esbuild/linux-arm64": { 2160 "version": "0.25.12", 2161 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", 2162 "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", 2163 "cpu": [ 2164 "arm64" 2165 ], 2166 "dev": true, 2167 "license": "MIT", 2168 "optional": true, 2169 "os": [ 2170 "linux" 2171 ], 2172 "engines": { 2173 "node": ">=18" 2174 } 2175 }, 2176 "node_modules/@esbuild/linux-ia32": { 2177 "version": "0.25.12", 2178 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", 2179 "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", 2180 "cpu": [ 2181 "ia32" 2182 ], 2183 "dev": true, 2184 "license": "MIT", 2185 "optional": true, 2186 "os": [ 2187 "linux" 2188 ], 2189 "engines": { 2190 "node": ">=18" 2191 } 2192 }, 2193 "node_modules/@esbuild/linux-loong64": { 2194 "version": "0.25.12", 2195 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", 2196 "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", 2197 "cpu": [ 2198 "loong64" 2199 ], 2200 "dev": true, 2201 "license": "MIT", 2202 "optional": true, 2203 "os": [ 2204 "linux" 2205 ], 2206 "engines": { 2207 "node": ">=18" 2208 } 2209 }, 2210 "node_modules/@esbuild/linux-mips64el": { 2211 "version": "0.25.12", 2212 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", 2213 "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", 2214 "cpu": [ 2215 "mips64el" 2216 ], 2217 "dev": true, 2218 "license": "MIT", 2219 "optional": true, 2220 "os": [ 2221 "linux" 2222 ], 2223 "engines": { 2224 "node": ">=18" 2225 } 2226 }, 2227 "node_modules/@esbuild/linux-ppc64": { 2228 "version": "0.25.12", 2229 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", 2230 "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", 2231 "cpu": [ 2232 "ppc64" 2233 ], 2234 "dev": true, 2235 "license": "MIT", 2236 "optional": true, 2237 "os": [ 2238 "linux" 2239 ], 2240 "engines": { 2241 "node": ">=18" 2242 } 2243 }, 2244 "node_modules/@esbuild/linux-riscv64": { 2245 "version": "0.25.12", 2246 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", 2247 "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", 2248 "cpu": [ 2249 "riscv64" 2250 ], 2251 "dev": true, 2252 "license": "MIT", 2253 "optional": true, 2254 "os": [ 2255 "linux" 2256 ], 2257 "engines": { 2258 "node": ">=18" 2259 } 2260 }, 2261 "node_modules/@esbuild/linux-s390x": { 2262 "version": "0.25.12", 2263 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", 2264 "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", 2265 "cpu": [ 2266 "s390x" 2267 ], 2268 "dev": true, 2269 "license": "MIT", 2270 "optional": true, 2271 "os": [ 2272 "linux" 2273 ], 2274 "engines": { 2275 "node": ">=18" 2276 } 2277 }, 2278 "node_modules/@esbuild/linux-x64": { 2279 "version": "0.25.12", 2280 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", 2281 "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", 2282 "cpu": [ 2283 "x64" 2284 ], 2285 "dev": true, 2286 "license": "MIT", 2287 "optional": true, 2288 "os": [ 2289 "linux" 2290 ], 2291 "engines": { 2292 "node": ">=18" 2293 } 2294 }, 2295 "node_modules/@esbuild/netbsd-arm64": { 2296 "version": "0.25.12", 2297 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", 2298 "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", 2299 "cpu": [ 2300 "arm64" 2301 ], 2302 "dev": true, 2303 "license": "MIT", 2304 "optional": true, 2305 "os": [ 2306 "netbsd" 2307 ], 2308 "engines": { 2309 "node": ">=18" 2310 } 2311 }, 2312 "node_modules/@esbuild/netbsd-x64": { 2313 "version": "0.25.12", 2314 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", 2315 "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", 2316 "cpu": [ 2317 "x64" 2318 ], 2319 "dev": true, 2320 "license": "MIT", 2321 "optional": true, 2322 "os": [ 2323 "netbsd" 2324 ], 2325 "engines": { 2326 "node": ">=18" 2327 } 2328 }, 2329 "node_modules/@esbuild/openbsd-arm64": { 2330 "version": "0.25.12", 2331 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", 2332 "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", 2333 "cpu": [ 2334 "arm64" 2335 ], 2336 "dev": true, 2337 "license": "MIT", 2338 "optional": true, 2339 "os": [ 2340 "openbsd" 2341 ], 2342 "engines": { 2343 "node": ">=18" 2344 } 2345 }, 2346 "node_modules/@esbuild/openbsd-x64": { 2347 "version": "0.25.12", 2348 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", 2349 "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", 2350 "cpu": [ 2351 "x64" 2352 ], 2353 "dev": true, 2354 "license": "MIT", 2355 "optional": true, 2356 "os": [ 2357 "openbsd" 2358 ], 2359 "engines": { 2360 "node": ">=18" 2361 } 2362 }, 2363 "node_modules/@esbuild/openharmony-arm64": { 2364 "version": "0.25.12", 2365 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", 2366 "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", 2367 "cpu": [ 2368 "arm64" 2369 ], 2370 "dev": true, 2371 "license": "MIT", 2372 "optional": true, 2373 "os": [ 2374 "openharmony" 2375 ], 2376 "engines": { 2377 "node": ">=18" 2378 } 2379 }, 2380 "node_modules/@esbuild/sunos-x64": { 2381 "version": "0.25.12", 2382 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", 2383 "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", 2384 "cpu": [ 2385 "x64" 2386 ], 2387 "dev": true, 2388 "license": "MIT", 2389 "optional": true, 2390 "os": [ 2391 "sunos" 2392 ], 2393 "engines": { 2394 "node": ">=18" 2395 } 2396 }, 2397 "node_modules/@esbuild/win32-arm64": { 2398 "version": "0.25.12", 2399 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", 2400 "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", 2401 "cpu": [ 2402 "arm64" 2403 ], 2404 "dev": true, 2405 "license": "MIT", 2406 "optional": true, 2407 "os": [ 2408 "win32" 2409 ], 2410 "engines": { 2411 "node": ">=18" 2412 } 2413 }, 2414 "node_modules/@esbuild/win32-ia32": { 2415 "version": "0.25.12", 2416 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", 2417 "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", 2418 "cpu": [ 2419 "ia32" 2420 ], 2421 "dev": true, 2422 "license": "MIT", 2423 "optional": true, 2424 "os": [ 2425 "win32" 2426 ], 2427 "engines": { 2428 "node": ">=18" 2429 } 2430 }, 2431 "node_modules/@esbuild/win32-x64": { 2432 "version": "0.25.12", 2433 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", 2434 "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", 2435 "cpu": [ 2436 "x64" 2437 ], 2438 "dev": true, 2439 "license": "MIT", 2440 "optional": true, 2441 "os": [ 2442 "win32" 2443 ], 2444 "engines": { 2445 "node": ">=18" 2446 } 2447 }, 2448 "node_modules/@fly/sprites": { 2449 "version": "0.0.1", 2450 "license": "MIT", 2451 "engines": { 2452 "node": ">=24.0.0" 2453 } 2454 }, 2455 "node_modules/@hono/node-server": { 2456 "version": "1.19.9", 2457 "license": "MIT", 2458 "engines": { 2459 "node": ">=18.14.1" 2460 }, 2461 "peerDependencies": { 2462 "hono": "^4" 2463 } 2464 }, 2465 "node_modules/@ioredis/commands": { 2466 "version": "1.5.0", 2467 "license": "MIT" 2468 }, 2469 "node_modules/@ipld/dag-cbor": { 2470 "version": "7.0.3", 2471 "license": "(Apache-2.0 AND MIT)", 2472 "dependencies": { 2473 "cborg": "^1.6.0", 2474 "multiformats": "^9.5.4" 2475 } 2476 }, 2477 "node_modules/@jridgewell/sourcemap-codec": { 2478 "version": "1.5.5", 2479 "dev": true, 2480 "license": "MIT" 2481 }, 2482 "node_modules/@noble/curves": { 2483 "version": "1.9.7", 2484 "license": "MIT", 2485 "dependencies": { 2486 "@noble/hashes": "1.8.0" 2487 }, 2488 "engines": { 2489 "node": "^14.21.3 || >=16" 2490 }, 2491 "funding": { 2492 "url": "https://paulmillr.com/funding/" 2493 } 2494 }, 2495 "node_modules/@noble/hashes": { 2496 "version": "1.8.0", 2497 "license": "MIT", 2498 "engines": { 2499 "node": "^14.21.3 || >=16" 2500 }, 2501 "funding": { 2502 "url": "https://paulmillr.com/funding/" 2503 } 2504 }, 2505 "node_modules/@nodelib/fs.scandir": { 2506 "version": "2.1.5", 2507 "license": "MIT", 2508 "dependencies": { 2509 "@nodelib/fs.stat": "2.0.5", 2510 "run-parallel": "^1.1.9" 2511 }, 2512 "engines": { 2513 "node": ">= 8" 2514 } 2515 }, 2516 "node_modules/@nodelib/fs.stat": { 2517 "version": "2.0.5", 2518 "license": "MIT", 2519 "engines": { 2520 "node": ">= 8" 2521 } 2522 }, 2523 "node_modules/@nodelib/fs.walk": { 2524 "version": "1.2.8", 2525 "license": "MIT", 2526 "dependencies": { 2527 "@nodelib/fs.scandir": "2.1.5", 2528 "fastq": "^1.6.0" 2529 }, 2530 "engines": { 2531 "node": ">= 8" 2532 } 2533 }, 2534 "node_modules/@redis/bloom": { 2535 "version": "5.10.0", 2536 "license": "MIT", 2537 "engines": { 2538 "node": ">= 18" 2539 }, 2540 "peerDependencies": { 2541 "@redis/client": "^5.10.0" 2542 } 2543 }, 2544 "node_modules/@redis/client": { 2545 "version": "5.10.0", 2546 "license": "MIT", 2547 "peer": true, 2548 "dependencies": { 2549 "cluster-key-slot": "1.1.2" 2550 }, 2551 "engines": { 2552 "node": ">= 18" 2553 } 2554 }, 2555 "node_modules/@redis/json": { 2556 "version": "5.10.0", 2557 "license": "MIT", 2558 "engines": { 2559 "node": ">= 18" 2560 }, 2561 "peerDependencies": { 2562 "@redis/client": "^5.10.0" 2563 } 2564 }, 2565 "node_modules/@redis/search": { 2566 "version": "5.10.0", 2567 "license": "MIT", 2568 "engines": { 2569 "node": ">= 18" 2570 }, 2571 "peerDependencies": { 2572 "@redis/client": "^5.10.0" 2573 } 2574 }, 2575 "node_modules/@redis/time-series": { 2576 "version": "5.10.0", 2577 "license": "MIT", 2578 "engines": { 2579 "node": ">= 18" 2580 }, 2581 "peerDependencies": { 2582 "@redis/client": "^5.10.0" 2583 } 2584 }, 2585 "node_modules/@rollup/plugin-alias": { 2586 "version": "6.0.0", 2587 "dev": true, 2588 "license": "MIT", 2589 "engines": { 2590 "node": ">=20.19.0" 2591 }, 2592 "peerDependencies": { 2593 "rollup": ">=4.0.0" 2594 }, 2595 "peerDependenciesMeta": { 2596 "rollup": { 2597 "optional": true 2598 } 2599 } 2600 }, 2601 "node_modules/@rollup/plugin-commonjs": { 2602 "version": "29.0.0", 2603 "dev": true, 2604 "license": "MIT", 2605 "dependencies": { 2606 "@rollup/pluginutils": "^5.0.1", 2607 "commondir": "^1.0.1", 2608 "estree-walker": "^2.0.2", 2609 "fdir": "^6.2.0", 2610 "is-reference": "1.2.1", 2611 "magic-string": "^0.30.3", 2612 "picomatch": "^4.0.2" 2613 }, 2614 "engines": { 2615 "node": ">=16.0.0 || 14 >= 14.17" 2616 }, 2617 "peerDependencies": { 2618 "rollup": "^2.68.0||^3.0.0||^4.0.0" 2619 }, 2620 "peerDependenciesMeta": { 2621 "rollup": { 2622 "optional": true 2623 } 2624 } 2625 }, 2626 "node_modules/@rollup/plugin-dynamic-import-vars": { 2627 "version": "2.1.5", 2628 "dev": true, 2629 "license": "MIT", 2630 "dependencies": { 2631 "@rollup/pluginutils": "^5.0.1", 2632 "astring": "^1.8.5", 2633 "estree-walker": "^2.0.2", 2634 "fast-glob": "^3.2.12", 2635 "magic-string": "^0.30.3" 2636 }, 2637 "engines": { 2638 "node": ">=14.0.0" 2639 }, 2640 "peerDependencies": { 2641 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 2642 }, 2643 "peerDependenciesMeta": { 2644 "rollup": { 2645 "optional": true 2646 } 2647 } 2648 }, 2649 "node_modules/@rollup/plugin-json": { 2650 "version": "6.1.0", 2651 "dev": true, 2652 "license": "MIT", 2653 "dependencies": { 2654 "@rollup/pluginutils": "^5.1.0" 2655 }, 2656 "engines": { 2657 "node": ">=14.0.0" 2658 }, 2659 "peerDependencies": { 2660 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 2661 }, 2662 "peerDependenciesMeta": { 2663 "rollup": { 2664 "optional": true 2665 } 2666 } 2667 }, 2668 "node_modules/@rollup/plugin-node-resolve": { 2669 "version": "16.0.3", 2670 "dev": true, 2671 "license": "MIT", 2672 "dependencies": { 2673 "@rollup/pluginutils": "^5.0.1", 2674 "@types/resolve": "1.20.2", 2675 "deepmerge": "^4.2.2", 2676 "is-module": "^1.0.0", 2677 "resolve": "^1.22.1" 2678 }, 2679 "engines": { 2680 "node": ">=14.0.0" 2681 }, 2682 "peerDependencies": { 2683 "rollup": "^2.78.0||^3.0.0||^4.0.0" 2684 }, 2685 "peerDependenciesMeta": { 2686 "rollup": { 2687 "optional": true 2688 } 2689 } 2690 }, 2691 "node_modules/@rollup/pluginutils": { 2692 "version": "5.3.0", 2693 "dev": true, 2694 "license": "MIT", 2695 "dependencies": { 2696 "@types/estree": "^1.0.0", 2697 "estree-walker": "^2.0.2", 2698 "picomatch": "^4.0.2" 2699 }, 2700 "engines": { 2701 "node": ">=14.0.0" 2702 }, 2703 "peerDependencies": { 2704 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 2705 }, 2706 "peerDependenciesMeta": { 2707 "rollup": { 2708 "optional": true 2709 } 2710 } 2711 }, 2712 "node_modules/@rollup/rollup-android-arm-eabi": { 2713 "version": "4.58.0", 2714 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.58.0.tgz", 2715 "integrity": "sha512-mr0tmS/4FoVk1cnaeN244A/wjvGDNItZKR8hRhnmCzygyRXYtKF5jVDSIILR1U97CTzAYmbgIj/Dukg62ggG5w==", 2716 "cpu": [ 2717 "arm" 2718 ], 2719 "dev": true, 2720 "license": "MIT", 2721 "optional": true, 2722 "os": [ 2723 "android" 2724 ] 2725 }, 2726 "node_modules/@rollup/rollup-android-arm64": { 2727 "version": "4.58.0", 2728 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.58.0.tgz", 2729 "integrity": "sha512-+s++dbp+/RTte62mQD9wLSbiMTV+xr/PeRJEc/sFZFSBRlHPNPVaf5FXlzAL77Mr8FtSfQqCN+I598M8U41ccQ==", 2730 "cpu": [ 2731 "arm64" 2732 ], 2733 "dev": true, 2734 "license": "MIT", 2735 "optional": true, 2736 "os": [ 2737 "android" 2738 ] 2739 }, 2740 "node_modules/@rollup/rollup-darwin-arm64": { 2741 "version": "4.58.0", 2742 "cpu": [ 2743 "arm64" 2744 ], 2745 "dev": true, 2746 "license": "MIT", 2747 "optional": true, 2748 "os": [ 2749 "darwin" 2750 ] 2751 }, 2752 "node_modules/@rollup/rollup-darwin-x64": { 2753 "version": "4.58.0", 2754 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.58.0.tgz", 2755 "integrity": "sha512-yiKJY7pj9c9JwzuKYLFaDZw5gma3fI9bkPEIyofvVfsPqjCWPglSHdpdwXpKGvDeYDms3Qal8qGMEHZ1M/4Udg==", 2756 "cpu": [ 2757 "x64" 2758 ], 2759 "dev": true, 2760 "license": "MIT", 2761 "optional": true, 2762 "os": [ 2763 "darwin" 2764 ] 2765 }, 2766 "node_modules/@rollup/rollup-freebsd-arm64": { 2767 "version": "4.58.0", 2768 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.58.0.tgz", 2769 "integrity": "sha512-x97kCoBh5MOevpn/CNK9W1x8BEzO238541BGWBc315uOlN0AD/ifZ1msg+ZQB05Ux+VF6EcYqpiagfLJ8U3LvQ==", 2770 "cpu": [ 2771 "arm64" 2772 ], 2773 "dev": true, 2774 "license": "MIT", 2775 "optional": true, 2776 "os": [ 2777 "freebsd" 2778 ] 2779 }, 2780 "node_modules/@rollup/rollup-freebsd-x64": { 2781 "version": "4.58.0", 2782 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.58.0.tgz", 2783 "integrity": "sha512-Aa8jPoZ6IQAG2eIrcXPpjRcMjROMFxCt1UYPZZtCxRV68WkuSigYtQ/7Zwrcr2IvtNJo7T2JfDXyMLxq5L4Jlg==", 2784 "cpu": [ 2785 "x64" 2786 ], 2787 "dev": true, 2788 "license": "MIT", 2789 "optional": true, 2790 "os": [ 2791 "freebsd" 2792 ] 2793 }, 2794 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 2795 "version": "4.58.0", 2796 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.58.0.tgz", 2797 "integrity": "sha512-Ob8YgT5kD/lSIYW2Rcngs5kNB/44Q2RzBSPz9brf2WEtcGR7/f/E9HeHn1wYaAwKBni+bdXEwgHvUd0x12lQSA==", 2798 "cpu": [ 2799 "arm" 2800 ], 2801 "dev": true, 2802 "license": "MIT", 2803 "optional": true, 2804 "os": [ 2805 "linux" 2806 ] 2807 }, 2808 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 2809 "version": "4.58.0", 2810 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.58.0.tgz", 2811 "integrity": "sha512-K+RI5oP1ceqoadvNt1FecL17Qtw/n9BgRSzxif3rTL2QlIu88ccvY+Y9nnHe/cmT5zbH9+bpiJuG1mGHRVwF4Q==", 2812 "cpu": [ 2813 "arm" 2814 ], 2815 "dev": true, 2816 "license": "MIT", 2817 "optional": true, 2818 "os": [ 2819 "linux" 2820 ] 2821 }, 2822 "node_modules/@rollup/rollup-linux-arm64-gnu": { 2823 "version": "4.58.0", 2824 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.58.0.tgz", 2825 "integrity": "sha512-T+17JAsCKUjmbopcKepJjHWHXSjeW7O5PL7lEFaeQmiVyw4kkc5/lyYKzrv6ElWRX/MrEWfPiJWqbTvfIvjM1Q==", 2826 "cpu": [ 2827 "arm64" 2828 ], 2829 "dev": true, 2830 "license": "MIT", 2831 "optional": true, 2832 "os": [ 2833 "linux" 2834 ] 2835 }, 2836 "node_modules/@rollup/rollup-linux-arm64-musl": { 2837 "version": "4.58.0", 2838 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.58.0.tgz", 2839 "integrity": "sha512-cCePktb9+6R9itIJdeCFF9txPU7pQeEHB5AbHu/MKsfH/k70ZtOeq1k4YAtBv9Z7mmKI5/wOLYjQ+B9QdxR6LA==", 2840 "cpu": [ 2841 "arm64" 2842 ], 2843 "dev": true, 2844 "license": "MIT", 2845 "optional": true, 2846 "os": [ 2847 "linux" 2848 ] 2849 }, 2850 "node_modules/@rollup/rollup-linux-loong64-gnu": { 2851 "version": "4.58.0", 2852 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.58.0.tgz", 2853 "integrity": "sha512-iekUaLkfliAsDl4/xSdoCJ1gnnIXvoNz85C8U8+ZxknM5pBStfZjeXgB8lXobDQvvPRCN8FPmmuTtH+z95HTmg==", 2854 "cpu": [ 2855 "loong64" 2856 ], 2857 "dev": true, 2858 "license": "MIT", 2859 "optional": true, 2860 "os": [ 2861 "linux" 2862 ] 2863 }, 2864 "node_modules/@rollup/rollup-linux-loong64-musl": { 2865 "version": "4.58.0", 2866 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.58.0.tgz", 2867 "integrity": "sha512-68ofRgJNl/jYJbxFjCKE7IwhbfxOl1muPN4KbIqAIe32lm22KmU7E8OPvyy68HTNkI2iV/c8y2kSPSm2mW/Q9Q==", 2868 "cpu": [ 2869 "loong64" 2870 ], 2871 "dev": true, 2872 "license": "MIT", 2873 "optional": true, 2874 "os": [ 2875 "linux" 2876 ] 2877 }, 2878 "node_modules/@rollup/rollup-linux-ppc64-gnu": { 2879 "version": "4.58.0", 2880 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.58.0.tgz", 2881 "integrity": "sha512-dpz8vT0i+JqUKuSNPCP5SYyIV2Lh0sNL1+FhM7eLC457d5B9/BC3kDPp5BBftMmTNsBarcPcoz5UGSsnCiw4XQ==", 2882 "cpu": [ 2883 "ppc64" 2884 ], 2885 "dev": true, 2886 "license": "MIT", 2887 "optional": true, 2888 "os": [ 2889 "linux" 2890 ] 2891 }, 2892 "node_modules/@rollup/rollup-linux-ppc64-musl": { 2893 "version": "4.58.0", 2894 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.58.0.tgz", 2895 "integrity": "sha512-4gdkkf9UJ7tafnweBCR/mk4jf3Jfl0cKX9Np80t5i78kjIH0ZdezUv/JDI2VtruE5lunfACqftJ8dIMGN4oHew==", 2896 "cpu": [ 2897 "ppc64" 2898 ], 2899 "dev": true, 2900 "license": "MIT", 2901 "optional": true, 2902 "os": [ 2903 "linux" 2904 ] 2905 }, 2906 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 2907 "version": "4.58.0", 2908 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.58.0.tgz", 2909 "integrity": "sha512-YFS4vPnOkDTD/JriUeeZurFYoJhPf9GQQEF/v4lltp3mVcBmnsAdjEWhr2cjUCZzZNzxCG0HZOvJU44UGHSdzw==", 2910 "cpu": [ 2911 "riscv64" 2912 ], 2913 "dev": true, 2914 "license": "MIT", 2915 "optional": true, 2916 "os": [ 2917 "linux" 2918 ] 2919 }, 2920 "node_modules/@rollup/rollup-linux-riscv64-musl": { 2921 "version": "4.58.0", 2922 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.58.0.tgz", 2923 "integrity": "sha512-x2xgZlFne+QVNKV8b4wwaCS8pwq3y14zedZ5DqLzjdRITvreBk//4Knbcvm7+lWmms9V9qFp60MtUd0/t/PXPw==", 2924 "cpu": [ 2925 "riscv64" 2926 ], 2927 "dev": true, 2928 "license": "MIT", 2929 "optional": true, 2930 "os": [ 2931 "linux" 2932 ] 2933 }, 2934 "node_modules/@rollup/rollup-linux-s390x-gnu": { 2935 "version": "4.58.0", 2936 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.58.0.tgz", 2937 "integrity": "sha512-jIhrujyn4UnWF8S+DHSkAkDEO3hLX0cjzxJZPLF80xFyzyUIYgSMRcYQ3+uqEoyDD2beGq7Dj7edi8OnJcS/hg==", 2938 "cpu": [ 2939 "s390x" 2940 ], 2941 "dev": true, 2942 "license": "MIT", 2943 "optional": true, 2944 "os": [ 2945 "linux" 2946 ] 2947 }, 2948 "node_modules/@rollup/rollup-linux-x64-gnu": { 2949 "version": "4.58.0", 2950 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.58.0.tgz", 2951 "integrity": "sha512-+410Srdoh78MKSJxTQ+hZ/Mx+ajd6RjjPwBPNd0R3J9FtL6ZA0GqiiyNjCO9In0IzZkCNrpGymSfn+kgyPQocg==", 2952 "cpu": [ 2953 "x64" 2954 ], 2955 "dev": true, 2956 "license": "MIT", 2957 "optional": true, 2958 "os": [ 2959 "linux" 2960 ] 2961 }, 2962 "node_modules/@rollup/rollup-linux-x64-musl": { 2963 "version": "4.58.0", 2964 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.58.0.tgz", 2965 "integrity": "sha512-ZjMyby5SICi227y1MTR3VYBpFTdZs823Rs/hpakufleBoufoOIB6jtm9FEoxn/cgO7l6PM2rCEl5Kre5vX0QrQ==", 2966 "cpu": [ 2967 "x64" 2968 ], 2969 "dev": true, 2970 "license": "MIT", 2971 "optional": true, 2972 "os": [ 2973 "linux" 2974 ] 2975 }, 2976 "node_modules/@rollup/rollup-openbsd-x64": { 2977 "version": "4.58.0", 2978 "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.58.0.tgz", 2979 "integrity": "sha512-ds4iwfYkSQ0k1nb8LTcyXw//ToHOnNTJtceySpL3fa7tc/AsE+UpUFphW126A6fKBGJD5dhRvg8zw1rvoGFxmw==", 2980 "cpu": [ 2981 "x64" 2982 ], 2983 "dev": true, 2984 "license": "MIT", 2985 "optional": true, 2986 "os": [ 2987 "openbsd" 2988 ] 2989 }, 2990 "node_modules/@rollup/rollup-openharmony-arm64": { 2991 "version": "4.58.0", 2992 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.58.0.tgz", 2993 "integrity": "sha512-fd/zpJniln4ICdPkjWFhZYeY/bpnaN9pGa6ko+5WD38I0tTqk9lXMgXZg09MNdhpARngmxiCg0B0XUamNw/5BQ==", 2994 "cpu": [ 2995 "arm64" 2996 ], 2997 "dev": true, 2998 "license": "MIT", 2999 "optional": true, 3000 "os": [ 3001 "openharmony" 3002 ] 3003 }, 3004 "node_modules/@rollup/rollup-win32-arm64-msvc": { 3005 "version": "4.58.0", 3006 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.58.0.tgz", 3007 "integrity": "sha512-YpG8dUOip7DCz3nr/JUfPbIUo+2d/dy++5bFzgi4ugOGBIox+qMbbqt/JoORwvI/C9Kn2tz6+Bieoqd5+B1CjA==", 3008 "cpu": [ 3009 "arm64" 3010 ], 3011 "dev": true, 3012 "license": "MIT", 3013 "optional": true, 3014 "os": [ 3015 "win32" 3016 ] 3017 }, 3018 "node_modules/@rollup/rollup-win32-ia32-msvc": { 3019 "version": "4.58.0", 3020 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.58.0.tgz", 3021 "integrity": "sha512-b9DI8jpFQVh4hIXFr0/+N/TzLdpBIoPzjt0Rt4xJbW3mzguV3mduR9cNgiuFcuL/TeORejJhCWiAXe3E/6PxWA==", 3022 "cpu": [ 3023 "ia32" 3024 ], 3025 "dev": true, 3026 "license": "MIT", 3027 "optional": true, 3028 "os": [ 3029 "win32" 3030 ] 3031 }, 3032 "node_modules/@rollup/rollup-win32-x64-gnu": { 3033 "version": "4.58.0", 3034 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.58.0.tgz", 3035 "integrity": "sha512-CSrVpmoRJFN06LL9xhkitkwUcTZtIotYAF5p6XOR2zW0Zz5mzb3IPpcoPhB02frzMHFNo1reQ9xSF5fFm3hUsQ==", 3036 "cpu": [ 3037 "x64" 3038 ], 3039 "dev": true, 3040 "license": "MIT", 3041 "optional": true, 3042 "os": [ 3043 "win32" 3044 ] 3045 }, 3046 "node_modules/@rollup/rollup-win32-x64-msvc": { 3047 "version": "4.58.0", 3048 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.58.0.tgz", 3049 "integrity": "sha512-QFsBgQNTnh5K0t/sBsjJLq24YVqEIVkGpfN2VHsnN90soZyhaiA9UUHufcctVNL4ypJY0wrwad0wslx2KJQ1/w==", 3050 "cpu": [ 3051 "x64" 3052 ], 3053 "dev": true, 3054 "license": "MIT", 3055 "optional": true, 3056 "os": [ 3057 "win32" 3058 ] 3059 }, 3060 "node_modules/@standard-schema/spec": { 3061 "version": "1.1.0", 3062 "license": "MIT" 3063 }, 3064 "node_modules/@ts-morph/common": { 3065 "version": "0.17.0", 3066 "license": "MIT", 3067 "dependencies": { 3068 "fast-glob": "^3.2.11", 3069 "minimatch": "^5.1.0", 3070 "mkdirp": "^1.0.4", 3071 "path-browserify": "^1.0.1" 3072 } 3073 }, 3074 "node_modules/@tsndr/cloudflare-worker-jwt": { 3075 "version": "3.2.1", 3076 "license": "MIT" 3077 }, 3078 "node_modules/@types/better-sqlite3": { 3079 "version": "7.6.13", 3080 "devOptional": true, 3081 "license": "MIT", 3082 "peer": true, 3083 "dependencies": { 3084 "@types/node": "*" 3085 } 3086 }, 3087 "node_modules/@types/body-parser": { 3088 "version": "1.19.6", 3089 "dev": true, 3090 "license": "MIT", 3091 "dependencies": { 3092 "@types/connect": "*", 3093 "@types/node": "*" 3094 } 3095 }, 3096 "node_modules/@types/chai": { 3097 "version": "5.2.3", 3098 "dev": true, 3099 "license": "MIT", 3100 "dependencies": { 3101 "@types/deep-eql": "*", 3102 "assertion-error": "^2.0.1" 3103 } 3104 }, 3105 "node_modules/@types/connect": { 3106 "version": "3.4.38", 3107 "dev": true, 3108 "license": "MIT", 3109 "dependencies": { 3110 "@types/node": "*" 3111 } 3112 }, 3113 "node_modules/@types/cors": { 3114 "version": "2.8.19", 3115 "dev": true, 3116 "license": "MIT", 3117 "dependencies": { 3118 "@types/node": "*" 3119 } 3120 }, 3121 "node_modules/@types/deep-eql": { 3122 "version": "4.0.2", 3123 "dev": true, 3124 "license": "MIT" 3125 }, 3126 "node_modules/@types/estree": { 3127 "version": "1.0.8", 3128 "dev": true, 3129 "license": "MIT" 3130 }, 3131 "node_modules/@types/express": { 3132 "version": "5.0.6", 3133 "dev": true, 3134 "license": "MIT", 3135 "dependencies": { 3136 "@types/body-parser": "*", 3137 "@types/express-serve-static-core": "^5.0.0", 3138 "@types/serve-static": "^2" 3139 } 3140 }, 3141 "node_modules/@types/express-serve-static-core": { 3142 "version": "5.1.1", 3143 "dev": true, 3144 "license": "MIT", 3145 "dependencies": { 3146 "@types/node": "*", 3147 "@types/qs": "*", 3148 "@types/range-parser": "*", 3149 "@types/send": "*" 3150 } 3151 }, 3152 "node_modules/@types/http-errors": { 3153 "version": "2.0.5", 3154 "dev": true, 3155 "license": "MIT" 3156 }, 3157 "node_modules/@types/jsonlines": { 3158 "version": "0.1.1", 3159 "dev": true, 3160 "license": "MIT", 3161 "dependencies": { 3162 "@types/node": "*" 3163 } 3164 }, 3165 "node_modules/@types/jsonwebtoken": { 3166 "version": "9.0.10", 3167 "dev": true, 3168 "license": "MIT", 3169 "dependencies": { 3170 "@types/ms": "*", 3171 "@types/node": "*" 3172 } 3173 }, 3174 "node_modules/@types/lodash": { 3175 "version": "4.17.23", 3176 "dev": true, 3177 "license": "MIT" 3178 }, 3179 "node_modules/@types/morgan": { 3180 "version": "1.9.10", 3181 "dev": true, 3182 "license": "MIT", 3183 "dependencies": { 3184 "@types/node": "*" 3185 } 3186 }, 3187 "node_modules/@types/ms": { 3188 "version": "2.1.0", 3189 "dev": true, 3190 "license": "MIT" 3191 }, 3192 "node_modules/@types/node": { 3193 "version": "25.2.3", 3194 "license": "MIT", 3195 "dependencies": { 3196 "undici-types": "~7.16.0" 3197 } 3198 }, 3199 "node_modules/@types/pg": { 3200 "version": "8.16.0", 3201 "devOptional": true, 3202 "license": "MIT", 3203 "peer": true, 3204 "dependencies": { 3205 "@types/node": "*", 3206 "pg-protocol": "*", 3207 "pg-types": "^2.2.0" 3208 } 3209 }, 3210 "node_modules/@types/prompts": { 3211 "version": "2.4.9", 3212 "license": "MIT", 3213 "dependencies": { 3214 "@types/node": "*", 3215 "kleur": "^3.0.3" 3216 } 3217 }, 3218 "node_modules/@types/qs": { 3219 "version": "6.14.0", 3220 "dev": true, 3221 "license": "MIT" 3222 }, 3223 "node_modules/@types/ramda": { 3224 "version": "0.31.1", 3225 "license": "MIT", 3226 "dependencies": { 3227 "types-ramda": "^0.31.0" 3228 } 3229 }, 3230 "node_modules/@types/range-parser": { 3231 "version": "1.2.7", 3232 "dev": true, 3233 "license": "MIT" 3234 }, 3235 "node_modules/@types/resolve": { 3236 "version": "1.20.2", 3237 "dev": true, 3238 "license": "MIT" 3239 }, 3240 "node_modules/@types/send": { 3241 "version": "1.2.1", 3242 "dev": true, 3243 "license": "MIT", 3244 "dependencies": { 3245 "@types/node": "*" 3246 } 3247 }, 3248 "node_modules/@types/serve-static": { 3249 "version": "2.2.0", 3250 "dev": true, 3251 "license": "MIT", 3252 "dependencies": { 3253 "@types/http-errors": "*", 3254 "@types/node": "*" 3255 } 3256 }, 3257 "node_modules/@types/ssh2": { 3258 "version": "1.15.5", 3259 "dev": true, 3260 "license": "MIT", 3261 "dependencies": { 3262 "@types/node": "^18.11.18" 3263 } 3264 }, 3265 "node_modules/@types/ssh2/node_modules/@types/node": { 3266 "version": "18.19.130", 3267 "dev": true, 3268 "license": "MIT", 3269 "dependencies": { 3270 "undici-types": "~5.26.4" 3271 } 3272 }, 3273 "node_modules/@types/ssh2/node_modules/@types/node/node_modules/undici-types": { 3274 "version": "5.26.5", 3275 "dev": true, 3276 "license": "MIT" 3277 }, 3278 "node_modules/@types/ws": { 3279 "version": "8.18.1", 3280 "license": "MIT", 3281 "dependencies": { 3282 "@types/node": "*" 3283 } 3284 }, 3285 "node_modules/@vercel/oidc": { 3286 "version": "3.2.0", 3287 "license": "Apache-2.0", 3288 "engines": { 3289 "node": ">= 20" 3290 } 3291 }, 3292 "node_modules/@vercel/sandbox": { 3293 "version": "1.9.0", 3294 "license": "Apache-2.0", 3295 "dependencies": { 3296 "@vercel/oidc": "3.2.0", 3297 "async-retry": "1.3.3", 3298 "jsonlines": "0.1.1", 3299 "ms": "2.1.3", 3300 "picocolors": "^1.1.1", 3301 "tar-stream": "3.1.7", 3302 "undici": "^7.16.0", 3303 "xdg-app-paths": "5.1.0", 3304 "zod": "3.24.4" 3305 } 3306 }, 3307 "node_modules/@vercel/sandbox/node_modules/zod": { 3308 "version": "3.24.4", 3309 "license": "MIT", 3310 "funding": { 3311 "url": "https://github.com/sponsors/colinhacks" 3312 } 3313 }, 3314 "node_modules/@vitest/expect": { 3315 "version": "4.1.2", 3316 "dev": true, 3317 "license": "MIT", 3318 "dependencies": { 3319 "@standard-schema/spec": "^1.1.0", 3320 "@types/chai": "^5.2.2", 3321 "@vitest/spy": "4.1.2", 3322 "@vitest/utils": "4.1.2", 3323 "chai": "^6.2.2", 3324 "tinyrainbow": "^3.1.0" 3325 }, 3326 "funding": { 3327 "url": "https://opencollective.com/vitest" 3328 } 3329 }, 3330 "node_modules/@vitest/mocker": { 3331 "version": "4.1.2", 3332 "dev": true, 3333 "license": "MIT", 3334 "dependencies": { 3335 "@vitest/spy": "4.1.2", 3336 "estree-walker": "^3.0.3", 3337 "magic-string": "^0.30.21" 3338 }, 3339 "funding": { 3340 "url": "https://opencollective.com/vitest" 3341 }, 3342 "peerDependencies": { 3343 "msw": "^2.4.9", 3344 "vite": "^6.0.0 || ^7.0.0 || ^8.0.0" 3345 }, 3346 "peerDependenciesMeta": { 3347 "msw": { 3348 "optional": true 3349 }, 3350 "vite": { 3351 "optional": true 3352 } 3353 } 3354 }, 3355 "node_modules/@vitest/mocker/node_modules/estree-walker": { 3356 "version": "3.0.3", 3357 "dev": true, 3358 "license": "MIT", 3359 "dependencies": { 3360 "@types/estree": "^1.0.0" 3361 } 3362 }, 3363 "node_modules/@vitest/pretty-format": { 3364 "version": "4.1.2", 3365 "dev": true, 3366 "license": "MIT", 3367 "dependencies": { 3368 "tinyrainbow": "^3.1.0" 3369 }, 3370 "funding": { 3371 "url": "https://opencollective.com/vitest" 3372 } 3373 }, 3374 "node_modules/@vitest/runner": { 3375 "version": "4.1.2", 3376 "dev": true, 3377 "license": "MIT", 3378 "dependencies": { 3379 "@vitest/utils": "4.1.2", 3380 "pathe": "^2.0.3" 3381 }, 3382 "funding": { 3383 "url": "https://opencollective.com/vitest" 3384 } 3385 }, 3386 "node_modules/@vitest/snapshot": { 3387 "version": "4.1.2", 3388 "dev": true, 3389 "license": "MIT", 3390 "dependencies": { 3391 "@vitest/pretty-format": "4.1.2", 3392 "@vitest/utils": "4.1.2", 3393 "magic-string": "^0.30.21", 3394 "pathe": "^2.0.3" 3395 }, 3396 "funding": { 3397 "url": "https://opencollective.com/vitest" 3398 } 3399 }, 3400 "node_modules/@vitest/spy": { 3401 "version": "4.1.2", 3402 "dev": true, 3403 "license": "MIT", 3404 "funding": { 3405 "url": "https://opencollective.com/vitest" 3406 } 3407 }, 3408 "node_modules/@vitest/utils": { 3409 "version": "4.1.2", 3410 "dev": true, 3411 "license": "MIT", 3412 "dependencies": { 3413 "@vitest/pretty-format": "4.1.2", 3414 "convert-source-map": "^2.0.0", 3415 "tinyrainbow": "^3.1.0" 3416 }, 3417 "funding": { 3418 "url": "https://opencollective.com/vitest" 3419 } 3420 }, 3421 "node_modules/abort-controller": { 3422 "version": "3.0.0", 3423 "license": "MIT", 3424 "dependencies": { 3425 "event-target-shim": "^5.0.0" 3426 }, 3427 "engines": { 3428 "node": ">=6.5" 3429 } 3430 }, 3431 "node_modules/accepts": { 3432 "version": "2.0.0", 3433 "license": "MIT", 3434 "dependencies": { 3435 "mime-types": "^3.0.0", 3436 "negotiator": "^1.0.0" 3437 }, 3438 "engines": { 3439 "node": ">= 0.6" 3440 } 3441 }, 3442 "node_modules/accepts/node_modules/mime-types": { 3443 "version": "3.0.2", 3444 "license": "MIT", 3445 "dependencies": { 3446 "mime-db": "^1.54.0" 3447 }, 3448 "engines": { 3449 "node": ">=18" 3450 }, 3451 "funding": { 3452 "type": "opencollective", 3453 "url": "https://opencollective.com/express" 3454 } 3455 }, 3456 "node_modules/accepts/node_modules/mime-types/node_modules/mime-db": { 3457 "version": "1.54.0", 3458 "license": "MIT", 3459 "engines": { 3460 "node": ">= 0.6" 3461 } 3462 }, 3463 "node_modules/ansi-styles": { 3464 "version": "4.3.0", 3465 "license": "MIT", 3466 "dependencies": { 3467 "color-convert": "^2.0.1" 3468 }, 3469 "engines": { 3470 "node": ">=8" 3471 }, 3472 "funding": { 3473 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 3474 } 3475 }, 3476 "node_modules/anymatch": { 3477 "version": "3.1.3", 3478 "license": "ISC", 3479 "dependencies": { 3480 "normalize-path": "^3.0.0", 3481 "picomatch": "^2.0.4" 3482 }, 3483 "engines": { 3484 "node": ">= 8" 3485 } 3486 }, 3487 "node_modules/anymatch/node_modules/picomatch": { 3488 "version": "2.3.1", 3489 "license": "MIT", 3490 "engines": { 3491 "node": ">=8.6" 3492 }, 3493 "funding": { 3494 "url": "https://github.com/sponsors/jonschlinkert" 3495 } 3496 }, 3497 "node_modules/array-flatten": { 3498 "version": "1.1.1", 3499 "license": "MIT" 3500 }, 3501 "node_modules/asn1": { 3502 "version": "0.2.6", 3503 "license": "MIT", 3504 "dependencies": { 3505 "safer-buffer": "~2.1.0" 3506 } 3507 }, 3508 "node_modules/assertion-error": { 3509 "version": "2.0.1", 3510 "dev": true, 3511 "license": "MIT", 3512 "engines": { 3513 "node": ">=12" 3514 } 3515 }, 3516 "node_modules/astring": { 3517 "version": "1.9.0", 3518 "dev": true, 3519 "license": "MIT", 3520 "bin": { 3521 "astring": "bin/astring" 3522 } 3523 }, 3524 "node_modules/async-retry": { 3525 "version": "1.3.3", 3526 "license": "MIT", 3527 "dependencies": { 3528 "retry": "0.13.1" 3529 } 3530 }, 3531 "node_modules/asynckit": { 3532 "version": "0.4.0", 3533 "license": "MIT" 3534 }, 3535 "node_modules/atomic-sleep": { 3536 "version": "1.0.0", 3537 "license": "MIT", 3538 "engines": { 3539 "node": ">=8.0.0" 3540 } 3541 }, 3542 "node_modules/await-lock": { 3543 "version": "2.2.2", 3544 "license": "MIT" 3545 }, 3546 "node_modules/axios": { 3547 "version": "1.13.5", 3548 "license": "MIT", 3549 "dependencies": { 3550 "follow-redirects": "^1.15.11", 3551 "form-data": "^4.0.5", 3552 "proxy-from-env": "^1.1.0" 3553 } 3554 }, 3555 "node_modules/b4a": { 3556 "version": "1.8.0", 3557 "license": "Apache-2.0", 3558 "peerDependencies": { 3559 "react-native-b4a": "*" 3560 }, 3561 "peerDependenciesMeta": { 3562 "react-native-b4a": { 3563 "optional": true 3564 } 3565 } 3566 }, 3567 "node_modules/balanced-match": { 3568 "version": "1.0.2", 3569 "license": "MIT" 3570 }, 3571 "node_modules/bare-events": { 3572 "version": "2.8.2", 3573 "license": "Apache-2.0", 3574 "peerDependencies": { 3575 "bare-abort-controller": "*" 3576 }, 3577 "peerDependenciesMeta": { 3578 "bare-abort-controller": { 3579 "optional": true 3580 } 3581 } 3582 }, 3583 "node_modules/base64-js": { 3584 "version": "1.5.1", 3585 "funding": [ 3586 { 3587 "type": "github", 3588 "url": "https://github.com/sponsors/feross" 3589 }, 3590 { 3591 "type": "patreon", 3592 "url": "https://www.patreon.com/feross" 3593 }, 3594 { 3595 "type": "consulting", 3596 "url": "https://feross.org/support" 3597 } 3598 ], 3599 "license": "MIT" 3600 }, 3601 "node_modules/basic-auth": { 3602 "version": "2.0.1", 3603 "license": "MIT", 3604 "dependencies": { 3605 "safe-buffer": "5.1.2" 3606 }, 3607 "engines": { 3608 "node": ">= 0.8" 3609 } 3610 }, 3611 "node_modules/basic-auth/node_modules/safe-buffer": { 3612 "version": "5.1.2", 3613 "license": "MIT" 3614 }, 3615 "node_modules/bcrypt-pbkdf": { 3616 "version": "1.0.2", 3617 "license": "BSD-3-Clause", 3618 "dependencies": { 3619 "tweetnacl": "^0.14.3" 3620 } 3621 }, 3622 "node_modules/better-sqlite3": { 3623 "version": "12.6.2", 3624 "hasInstallScript": true, 3625 "license": "MIT", 3626 "peer": true, 3627 "dependencies": { 3628 "bindings": "^1.5.0", 3629 "prebuild-install": "^7.1.1" 3630 }, 3631 "engines": { 3632 "node": "20.x || 22.x || 23.x || 24.x || 25.x" 3633 } 3634 }, 3635 "node_modules/bindings": { 3636 "version": "1.5.0", 3637 "license": "MIT", 3638 "dependencies": { 3639 "file-uri-to-path": "1.0.0" 3640 } 3641 }, 3642 "node_modules/bl": { 3643 "version": "4.1.0", 3644 "license": "MIT", 3645 "dependencies": { 3646 "buffer": "^5.5.0", 3647 "inherits": "^2.0.4", 3648 "readable-stream": "^3.4.0" 3649 } 3650 }, 3651 "node_modules/bl/node_modules/buffer": { 3652 "version": "5.7.1", 3653 "funding": [ 3654 { 3655 "type": "github", 3656 "url": "https://github.com/sponsors/feross" 3657 }, 3658 { 3659 "type": "patreon", 3660 "url": "https://www.patreon.com/feross" 3661 }, 3662 { 3663 "type": "consulting", 3664 "url": "https://feross.org/support" 3665 } 3666 ], 3667 "license": "MIT", 3668 "dependencies": { 3669 "base64-js": "^1.3.1", 3670 "ieee754": "^1.1.13" 3671 } 3672 }, 3673 "node_modules/bl/node_modules/readable-stream": { 3674 "version": "3.6.2", 3675 "license": "MIT", 3676 "dependencies": { 3677 "inherits": "^2.0.3", 3678 "string_decoder": "^1.1.1", 3679 "util-deprecate": "^1.0.1" 3680 }, 3681 "engines": { 3682 "node": ">= 6" 3683 } 3684 }, 3685 "node_modules/body-parser": { 3686 "version": "2.2.2", 3687 "license": "MIT", 3688 "dependencies": { 3689 "bytes": "^3.1.2", 3690 "content-type": "^1.0.5", 3691 "debug": "^4.4.3", 3692 "http-errors": "^2.0.0", 3693 "iconv-lite": "^0.7.0", 3694 "on-finished": "^2.4.1", 3695 "qs": "^6.14.1", 3696 "raw-body": "^3.0.1", 3697 "type-is": "^2.0.1" 3698 }, 3699 "engines": { 3700 "node": ">=18" 3701 }, 3702 "funding": { 3703 "type": "opencollective", 3704 "url": "https://opencollective.com/express" 3705 } 3706 }, 3707 "node_modules/brace-expansion": { 3708 "version": "2.0.2", 3709 "license": "MIT", 3710 "dependencies": { 3711 "balanced-match": "^1.0.0" 3712 } 3713 }, 3714 "node_modules/braces": { 3715 "version": "3.0.3", 3716 "license": "MIT", 3717 "dependencies": { 3718 "fill-range": "^7.1.1" 3719 }, 3720 "engines": { 3721 "node": ">=8" 3722 } 3723 }, 3724 "node_modules/buffer": { 3725 "version": "6.0.3", 3726 "funding": [ 3727 { 3728 "type": "github", 3729 "url": "https://github.com/sponsors/feross" 3730 }, 3731 { 3732 "type": "patreon", 3733 "url": "https://www.patreon.com/feross" 3734 }, 3735 { 3736 "type": "consulting", 3737 "url": "https://feross.org/support" 3738 } 3739 ], 3740 "license": "MIT", 3741 "dependencies": { 3742 "base64-js": "^1.3.1", 3743 "ieee754": "^1.2.1" 3744 } 3745 }, 3746 "node_modules/buffer-equal-constant-time": { 3747 "version": "1.0.1", 3748 "license": "BSD-3-Clause" 3749 }, 3750 "node_modules/buffer-from": { 3751 "version": "1.1.2", 3752 "dev": true, 3753 "license": "MIT" 3754 }, 3755 "node_modules/buildcheck": { 3756 "version": "0.0.7", 3757 "optional": true, 3758 "engines": { 3759 "node": ">=10.0.0" 3760 } 3761 }, 3762 "node_modules/bytes": { 3763 "version": "3.1.2", 3764 "license": "MIT", 3765 "engines": { 3766 "node": ">= 0.8" 3767 } 3768 }, 3769 "node_modules/call-bind-apply-helpers": { 3770 "version": "1.0.2", 3771 "license": "MIT", 3772 "dependencies": { 3773 "es-errors": "^1.3.0", 3774 "function-bind": "^1.1.2" 3775 }, 3776 "engines": { 3777 "node": ">= 0.4" 3778 } 3779 }, 3780 "node_modules/call-bound": { 3781 "version": "1.0.4", 3782 "license": "MIT", 3783 "dependencies": { 3784 "call-bind-apply-helpers": "^1.0.2", 3785 "get-intrinsic": "^1.3.0" 3786 }, 3787 "engines": { 3788 "node": ">= 0.4" 3789 }, 3790 "funding": { 3791 "url": "https://github.com/sponsors/ljharb" 3792 } 3793 }, 3794 "node_modules/cbor-extract": { 3795 "version": "2.2.0", 3796 "hasInstallScript": true, 3797 "license": "MIT", 3798 "optional": true, 3799 "dependencies": { 3800 "node-gyp-build-optional-packages": "5.1.1" 3801 }, 3802 "bin": { 3803 "download-cbor-prebuilds": "bin/download-prebuilds.js" 3804 }, 3805 "optionalDependencies": { 3806 "@cbor-extract/cbor-extract-darwin-arm64": "2.2.0", 3807 "@cbor-extract/cbor-extract-darwin-x64": "2.2.0", 3808 "@cbor-extract/cbor-extract-linux-arm": "2.2.0", 3809 "@cbor-extract/cbor-extract-linux-arm64": "2.2.0", 3810 "@cbor-extract/cbor-extract-linux-x64": "2.2.0", 3811 "@cbor-extract/cbor-extract-win32-x64": "2.2.0" 3812 } 3813 }, 3814 "node_modules/cbor-x": { 3815 "version": "1.6.0", 3816 "license": "MIT", 3817 "optionalDependencies": { 3818 "cbor-extract": "^2.2.0" 3819 } 3820 }, 3821 "node_modules/cborg": { 3822 "version": "1.10.2", 3823 "license": "Apache-2.0", 3824 "bin": { 3825 "cborg": "cli.js" 3826 } 3827 }, 3828 "node_modules/chai": { 3829 "version": "6.2.2", 3830 "dev": true, 3831 "license": "MIT", 3832 "engines": { 3833 "node": ">=18" 3834 } 3835 }, 3836 "node_modules/chalk": { 3837 "version": "5.6.2", 3838 "license": "MIT", 3839 "engines": { 3840 "node": "^12.17.0 || ^14.13 || >=16.0.0" 3841 }, 3842 "funding": { 3843 "url": "https://github.com/chalk/chalk?sponsor=1" 3844 } 3845 }, 3846 "node_modules/chokidar": { 3847 "version": "5.0.0", 3848 "license": "MIT", 3849 "dependencies": { 3850 "readdirp": "^5.0.0" 3851 }, 3852 "engines": { 3853 "node": ">= 20.19.0" 3854 }, 3855 "funding": { 3856 "url": "https://paulmillr.com/funding/" 3857 } 3858 }, 3859 "node_modules/chownr": { 3860 "version": "1.1.4", 3861 "license": "ISC" 3862 }, 3863 "node_modules/cjs-module-lexer": { 3864 "version": "2.2.0", 3865 "dev": true, 3866 "license": "MIT" 3867 }, 3868 "node_modules/cluster-key-slot": { 3869 "version": "1.1.2", 3870 "license": "Apache-2.0", 3871 "engines": { 3872 "node": ">=0.10.0" 3873 } 3874 }, 3875 "node_modules/code-block-writer": { 3876 "version": "11.0.3", 3877 "license": "MIT" 3878 }, 3879 "node_modules/color-convert": { 3880 "version": "2.0.1", 3881 "license": "MIT", 3882 "dependencies": { 3883 "color-name": "~1.1.4" 3884 }, 3885 "engines": { 3886 "node": ">=7.0.0" 3887 } 3888 }, 3889 "node_modules/color-name": { 3890 "version": "1.1.4", 3891 "license": "MIT" 3892 }, 3893 "node_modules/combined-stream": { 3894 "version": "1.0.8", 3895 "license": "MIT", 3896 "dependencies": { 3897 "delayed-stream": "~1.0.0" 3898 }, 3899 "engines": { 3900 "node": ">= 0.8" 3901 } 3902 }, 3903 "node_modules/commander": { 3904 "version": "9.5.0", 3905 "license": "MIT", 3906 "engines": { 3907 "node": "^12.20.0 || >=14" 3908 } 3909 }, 3910 "node_modules/commondir": { 3911 "version": "1.0.1", 3912 "dev": true, 3913 "license": "MIT" 3914 }, 3915 "node_modules/consola": { 3916 "version": "3.4.2", 3917 "license": "MIT", 3918 "engines": { 3919 "node": "^14.18.0 || >=16.10.0" 3920 } 3921 }, 3922 "node_modules/content-disposition": { 3923 "version": "1.0.1", 3924 "license": "MIT", 3925 "engines": { 3926 "node": ">=18" 3927 }, 3928 "funding": { 3929 "type": "opencollective", 3930 "url": "https://opencollective.com/express" 3931 } 3932 }, 3933 "node_modules/content-type": { 3934 "version": "1.0.5", 3935 "license": "MIT", 3936 "engines": { 3937 "node": ">= 0.6" 3938 } 3939 }, 3940 "node_modules/convert-source-map": { 3941 "version": "2.0.0", 3942 "dev": true, 3943 "license": "MIT" 3944 }, 3945 "node_modules/cookie": { 3946 "version": "0.7.2", 3947 "license": "MIT", 3948 "engines": { 3949 "node": ">= 0.6" 3950 } 3951 }, 3952 "node_modules/cookie-es": { 3953 "version": "1.2.2", 3954 "license": "MIT" 3955 }, 3956 "node_modules/cookie-signature": { 3957 "version": "1.2.2", 3958 "license": "MIT", 3959 "engines": { 3960 "node": ">=6.6.0" 3961 } 3962 }, 3963 "node_modules/core-js": { 3964 "version": "3.48.0", 3965 "hasInstallScript": true, 3966 "license": "MIT", 3967 "funding": { 3968 "type": "opencollective", 3969 "url": "https://opencollective.com/core-js" 3970 } 3971 }, 3972 "node_modules/cors": { 3973 "version": "2.8.6", 3974 "license": "MIT", 3975 "dependencies": { 3976 "object-assign": "^4", 3977 "vary": "^1" 3978 }, 3979 "engines": { 3980 "node": ">= 0.10" 3981 }, 3982 "funding": { 3983 "type": "opencollective", 3984 "url": "https://opencollective.com/express" 3985 } 3986 }, 3987 "node_modules/cpu-features": { 3988 "version": "0.0.10", 3989 "hasInstallScript": true, 3990 "optional": true, 3991 "dependencies": { 3992 "buildcheck": "~0.0.6", 3993 "nan": "^2.19.0" 3994 }, 3995 "engines": { 3996 "node": ">=10.0.0" 3997 } 3998 }, 3999 "node_modules/crossws": { 4000 "version": "0.3.5", 4001 "license": "MIT", 4002 "dependencies": { 4003 "uncrypto": "^0.1.3" 4004 } 4005 }, 4006 "node_modules/dayjs": { 4007 "version": "1.11.19", 4008 "license": "MIT" 4009 }, 4010 "node_modules/debug": { 4011 "version": "4.4.3", 4012 "license": "MIT", 4013 "dependencies": { 4014 "ms": "^2.1.3" 4015 }, 4016 "engines": { 4017 "node": ">=6.0" 4018 }, 4019 "peerDependenciesMeta": { 4020 "supports-color": { 4021 "optional": true 4022 } 4023 } 4024 }, 4025 "node_modules/decompress-response": { 4026 "version": "6.0.0", 4027 "license": "MIT", 4028 "dependencies": { 4029 "mimic-response": "^3.1.0" 4030 }, 4031 "engines": { 4032 "node": ">=10" 4033 }, 4034 "funding": { 4035 "url": "https://github.com/sponsors/sindresorhus" 4036 } 4037 }, 4038 "node_modules/deep-extend": { 4039 "version": "0.6.0", 4040 "license": "MIT", 4041 "engines": { 4042 "node": ">=4.0.0" 4043 } 4044 }, 4045 "node_modules/deepmerge": { 4046 "version": "4.3.1", 4047 "dev": true, 4048 "license": "MIT", 4049 "engines": { 4050 "node": ">=0.10.0" 4051 } 4052 }, 4053 "node_modules/defu": { 4054 "version": "6.1.4", 4055 "license": "MIT" 4056 }, 4057 "node_modules/delayed-stream": { 4058 "version": "1.0.0", 4059 "license": "MIT", 4060 "engines": { 4061 "node": ">=0.4.0" 4062 } 4063 }, 4064 "node_modules/denque": { 4065 "version": "2.1.0", 4066 "license": "Apache-2.0", 4067 "engines": { 4068 "node": ">=0.10" 4069 } 4070 }, 4071 "node_modules/depd": { 4072 "version": "2.0.0", 4073 "license": "MIT", 4074 "engines": { 4075 "node": ">= 0.8" 4076 } 4077 }, 4078 "node_modules/destr": { 4079 "version": "2.0.5", 4080 "license": "MIT" 4081 }, 4082 "node_modules/destroy": { 4083 "version": "1.2.0", 4084 "license": "MIT", 4085 "engines": { 4086 "node": ">= 0.8", 4087 "npm": "1.2.8000 || >= 1.4.16" 4088 } 4089 }, 4090 "node_modules/detect-libc": { 4091 "version": "2.1.2", 4092 "license": "Apache-2.0", 4093 "engines": { 4094 "node": ">=8" 4095 } 4096 }, 4097 "node_modules/dotenv": { 4098 "version": "17.2.4", 4099 "license": "BSD-2-Clause", 4100 "engines": { 4101 "node": ">=12" 4102 }, 4103 "funding": { 4104 "url": "https://dotenvx.com" 4105 } 4106 }, 4107 "node_modules/drizzle-kit": { 4108 "version": "0.31.9", 4109 "dev": true, 4110 "license": "MIT", 4111 "dependencies": { 4112 "@drizzle-team/brocli": "^0.10.2", 4113 "@esbuild-kit/esm-loader": "^2.5.5", 4114 "esbuild": "^0.25.4", 4115 "esbuild-register": "^3.5.0" 4116 }, 4117 "bin": { 4118 "drizzle-kit": "bin.cjs" 4119 } 4120 }, 4121 "node_modules/drizzle-orm": { 4122 "version": "0.45.1", 4123 "license": "Apache-2.0", 4124 "peerDependencies": { 4125 "@aws-sdk/client-rds-data": ">=3", 4126 "@cloudflare/workers-types": ">=4", 4127 "@electric-sql/pglite": ">=0.2.0", 4128 "@libsql/client": ">=0.10.0", 4129 "@libsql/client-wasm": ">=0.10.0", 4130 "@neondatabase/serverless": ">=0.10.0", 4131 "@op-engineering/op-sqlite": ">=2", 4132 "@opentelemetry/api": "^1.4.1", 4133 "@planetscale/database": ">=1.13", 4134 "@prisma/client": "*", 4135 "@tidbcloud/serverless": "*", 4136 "@types/better-sqlite3": "*", 4137 "@types/pg": "*", 4138 "@types/sql.js": "*", 4139 "@upstash/redis": ">=1.34.7", 4140 "@vercel/postgres": ">=0.8.0", 4141 "@xata.io/client": "*", 4142 "better-sqlite3": ">=7", 4143 "bun-types": "*", 4144 "expo-sqlite": ">=14.0.0", 4145 "gel": ">=2", 4146 "knex": "*", 4147 "kysely": "*", 4148 "mysql2": ">=2", 4149 "pg": ">=8", 4150 "postgres": ">=3", 4151 "sql.js": ">=1", 4152 "sqlite3": ">=5" 4153 }, 4154 "peerDependenciesMeta": { 4155 "@aws-sdk/client-rds-data": { 4156 "optional": true 4157 }, 4158 "@cloudflare/workers-types": { 4159 "optional": true 4160 }, 4161 "@electric-sql/pglite": { 4162 "optional": true 4163 }, 4164 "@libsql/client": { 4165 "optional": true 4166 }, 4167 "@libsql/client-wasm": { 4168 "optional": true 4169 }, 4170 "@neondatabase/serverless": { 4171 "optional": true 4172 }, 4173 "@op-engineering/op-sqlite": { 4174 "optional": true 4175 }, 4176 "@opentelemetry/api": { 4177 "optional": true 4178 }, 4179 "@planetscale/database": { 4180 "optional": true 4181 }, 4182 "@prisma/client": { 4183 "optional": true 4184 }, 4185 "@tidbcloud/serverless": { 4186 "optional": true 4187 }, 4188 "@types/better-sqlite3": { 4189 "optional": true 4190 }, 4191 "@types/pg": { 4192 "optional": true 4193 }, 4194 "@types/sql.js": { 4195 "optional": true 4196 }, 4197 "@upstash/redis": { 4198 "optional": true 4199 }, 4200 "@vercel/postgres": { 4201 "optional": true 4202 }, 4203 "@xata.io/client": { 4204 "optional": true 4205 }, 4206 "better-sqlite3": { 4207 "optional": true 4208 }, 4209 "bun-types": { 4210 "optional": true 4211 }, 4212 "expo-sqlite": { 4213 "optional": true 4214 }, 4215 "gel": { 4216 "optional": true 4217 }, 4218 "knex": { 4219 "optional": true 4220 }, 4221 "kysely": { 4222 "optional": true 4223 }, 4224 "mysql2": { 4225 "optional": true 4226 }, 4227 "pg": { 4228 "optional": true 4229 }, 4230 "postgres": { 4231 "optional": true 4232 }, 4233 "prisma": { 4234 "optional": true 4235 }, 4236 "sql.js": { 4237 "optional": true 4238 }, 4239 "sqlite3": { 4240 "optional": true 4241 } 4242 } 4243 }, 4244 "node_modules/dunder-proto": { 4245 "version": "1.0.1", 4246 "license": "MIT", 4247 "dependencies": { 4248 "call-bind-apply-helpers": "^1.0.1", 4249 "es-errors": "^1.3.0", 4250 "gopd": "^1.2.0" 4251 }, 4252 "engines": { 4253 "node": ">= 0.4" 4254 } 4255 }, 4256 "node_modules/ecdsa-sig-formatter": { 4257 "version": "1.0.11", 4258 "license": "Apache-2.0", 4259 "dependencies": { 4260 "safe-buffer": "^5.0.1" 4261 } 4262 }, 4263 "node_modules/ee-first": { 4264 "version": "1.1.1", 4265 "license": "MIT" 4266 }, 4267 "node_modules/effect": { 4268 "version": "3.19.16", 4269 "license": "MIT", 4270 "dependencies": { 4271 "@standard-schema/spec": "^1.0.0", 4272 "fast-check": "^3.23.1" 4273 } 4274 }, 4275 "node_modules/encodeurl": { 4276 "version": "2.0.0", 4277 "license": "MIT", 4278 "engines": { 4279 "node": ">= 0.8" 4280 } 4281 }, 4282 "node_modules/end-of-stream": { 4283 "version": "1.4.5", 4284 "license": "MIT", 4285 "dependencies": { 4286 "once": "^1.4.0" 4287 } 4288 }, 4289 "node_modules/envalid": { 4290 "version": "8.1.1", 4291 "license": "MIT", 4292 "dependencies": { 4293 "tslib": "2.8.1" 4294 }, 4295 "engines": { 4296 "node": ">=18" 4297 } 4298 }, 4299 "node_modules/es-define-property": { 4300 "version": "1.0.1", 4301 "license": "MIT", 4302 "engines": { 4303 "node": ">= 0.4" 4304 } 4305 }, 4306 "node_modules/es-errors": { 4307 "version": "1.3.0", 4308 "license": "MIT", 4309 "engines": { 4310 "node": ">= 0.4" 4311 } 4312 }, 4313 "node_modules/es-module-lexer": { 4314 "version": "2.0.0", 4315 "dev": true, 4316 "license": "MIT" 4317 }, 4318 "node_modules/es-object-atoms": { 4319 "version": "1.1.1", 4320 "license": "MIT", 4321 "dependencies": { 4322 "es-errors": "^1.3.0" 4323 }, 4324 "engines": { 4325 "node": ">= 0.4" 4326 } 4327 }, 4328 "node_modules/es-set-tostringtag": { 4329 "version": "2.1.0", 4330 "license": "MIT", 4331 "dependencies": { 4332 "es-errors": "^1.3.0", 4333 "get-intrinsic": "^1.2.6", 4334 "has-tostringtag": "^1.0.2", 4335 "hasown": "^2.0.2" 4336 }, 4337 "engines": { 4338 "node": ">= 0.4" 4339 } 4340 }, 4341 "node_modules/esbuild": { 4342 "version": "0.25.12", 4343 "dev": true, 4344 "hasInstallScript": true, 4345 "license": "MIT", 4346 "peer": true, 4347 "bin": { 4348 "esbuild": "bin/esbuild" 4349 }, 4350 "engines": { 4351 "node": ">=18" 4352 }, 4353 "optionalDependencies": { 4354 "@esbuild/aix-ppc64": "0.25.12", 4355 "@esbuild/android-arm": "0.25.12", 4356 "@esbuild/android-arm64": "0.25.12", 4357 "@esbuild/android-x64": "0.25.12", 4358 "@esbuild/darwin-arm64": "0.25.12", 4359 "@esbuild/darwin-x64": "0.25.12", 4360 "@esbuild/freebsd-arm64": "0.25.12", 4361 "@esbuild/freebsd-x64": "0.25.12", 4362 "@esbuild/linux-arm": "0.25.12", 4363 "@esbuild/linux-arm64": "0.25.12", 4364 "@esbuild/linux-ia32": "0.25.12", 4365 "@esbuild/linux-loong64": "0.25.12", 4366 "@esbuild/linux-mips64el": "0.25.12", 4367 "@esbuild/linux-ppc64": "0.25.12", 4368 "@esbuild/linux-riscv64": "0.25.12", 4369 "@esbuild/linux-s390x": "0.25.12", 4370 "@esbuild/linux-x64": "0.25.12", 4371 "@esbuild/netbsd-arm64": "0.25.12", 4372 "@esbuild/netbsd-x64": "0.25.12", 4373 "@esbuild/openbsd-arm64": "0.25.12", 4374 "@esbuild/openbsd-x64": "0.25.12", 4375 "@esbuild/openharmony-arm64": "0.25.12", 4376 "@esbuild/sunos-x64": "0.25.12", 4377 "@esbuild/win32-arm64": "0.25.12", 4378 "@esbuild/win32-ia32": "0.25.12", 4379 "@esbuild/win32-x64": "0.25.12" 4380 } 4381 }, 4382 "node_modules/esbuild-register": { 4383 "version": "3.6.0", 4384 "dev": true, 4385 "license": "MIT", 4386 "dependencies": { 4387 "debug": "^4.3.4" 4388 }, 4389 "peerDependencies": { 4390 "esbuild": ">=0.12 <1" 4391 } 4392 }, 4393 "node_modules/escape-html": { 4394 "version": "1.0.3", 4395 "license": "MIT" 4396 }, 4397 "node_modules/estree-walker": { 4398 "version": "2.0.2", 4399 "dev": true, 4400 "license": "MIT" 4401 }, 4402 "node_modules/etag": { 4403 "version": "1.8.1", 4404 "license": "MIT", 4405 "engines": { 4406 "node": ">= 0.6" 4407 } 4408 }, 4409 "node_modules/event-target-shim": { 4410 "version": "5.0.1", 4411 "license": "MIT", 4412 "engines": { 4413 "node": ">=6" 4414 } 4415 }, 4416 "node_modules/eventemitter3": { 4417 "version": "4.0.7", 4418 "license": "MIT" 4419 }, 4420 "node_modules/events": { 4421 "version": "3.3.0", 4422 "license": "MIT", 4423 "engines": { 4424 "node": ">=0.8.x" 4425 } 4426 }, 4427 "node_modules/events-universal": { 4428 "version": "1.0.1", 4429 "license": "Apache-2.0", 4430 "dependencies": { 4431 "bare-events": "^2.7.0" 4432 } 4433 }, 4434 "node_modules/expand-template": { 4435 "version": "2.0.3", 4436 "license": "(MIT OR WTFPL)", 4437 "engines": { 4438 "node": ">=6" 4439 } 4440 }, 4441 "node_modules/expect-type": { 4442 "version": "1.3.0", 4443 "dev": true, 4444 "license": "Apache-2.0", 4445 "engines": { 4446 "node": ">=12.0.0" 4447 } 4448 }, 4449 "node_modules/express": { 4450 "version": "5.2.1", 4451 "license": "MIT", 4452 "dependencies": { 4453 "accepts": "^2.0.0", 4454 "body-parser": "^2.2.1", 4455 "content-disposition": "^1.0.0", 4456 "content-type": "^1.0.5", 4457 "cookie": "^0.7.1", 4458 "cookie-signature": "^1.2.1", 4459 "debug": "^4.4.0", 4460 "depd": "^2.0.0", 4461 "encodeurl": "^2.0.0", 4462 "escape-html": "^1.0.3", 4463 "etag": "^1.8.1", 4464 "finalhandler": "^2.1.0", 4465 "fresh": "^2.0.0", 4466 "http-errors": "^2.0.0", 4467 "merge-descriptors": "^2.0.0", 4468 "mime-types": "^3.0.0", 4469 "on-finished": "^2.4.1", 4470 "once": "^1.4.0", 4471 "parseurl": "^1.3.3", 4472 "proxy-addr": "^2.0.7", 4473 "qs": "^6.14.0", 4474 "range-parser": "^1.2.1", 4475 "router": "^2.2.0", 4476 "send": "^1.1.0", 4477 "serve-static": "^2.2.0", 4478 "statuses": "^2.0.1", 4479 "type-is": "^2.0.1", 4480 "vary": "^1.1.2" 4481 }, 4482 "engines": { 4483 "node": ">= 18" 4484 }, 4485 "funding": { 4486 "type": "opencollective", 4487 "url": "https://opencollective.com/express" 4488 } 4489 }, 4490 "node_modules/express/node_modules/mime-types": { 4491 "version": "3.0.2", 4492 "license": "MIT", 4493 "dependencies": { 4494 "mime-db": "^1.54.0" 4495 }, 4496 "engines": { 4497 "node": ">=18" 4498 }, 4499 "funding": { 4500 "type": "opencollective", 4501 "url": "https://opencollective.com/express" 4502 } 4503 }, 4504 "node_modules/express/node_modules/mime-types/node_modules/mime-db": { 4505 "version": "1.54.0", 4506 "license": "MIT", 4507 "engines": { 4508 "node": ">= 0.6" 4509 } 4510 }, 4511 "node_modules/fast-check": { 4512 "version": "3.23.2", 4513 "funding": [ 4514 { 4515 "type": "individual", 4516 "url": "https://github.com/sponsors/dubzzz" 4517 }, 4518 { 4519 "type": "opencollective", 4520 "url": "https://opencollective.com/fast-check" 4521 } 4522 ], 4523 "license": "MIT", 4524 "dependencies": { 4525 "pure-rand": "^6.1.0" 4526 }, 4527 "engines": { 4528 "node": ">=8.0.0" 4529 } 4530 }, 4531 "node_modules/fast-fifo": { 4532 "version": "1.3.2", 4533 "license": "MIT" 4534 }, 4535 "node_modules/fast-glob": { 4536 "version": "3.3.3", 4537 "license": "MIT", 4538 "dependencies": { 4539 "@nodelib/fs.stat": "^2.0.2", 4540 "@nodelib/fs.walk": "^1.2.3", 4541 "glob-parent": "^5.1.2", 4542 "merge2": "^1.3.0", 4543 "micromatch": "^4.0.8" 4544 }, 4545 "engines": { 4546 "node": ">=8.6.0" 4547 } 4548 }, 4549 "node_modules/fast-redact": { 4550 "version": "3.5.0", 4551 "license": "MIT", 4552 "engines": { 4553 "node": ">=6" 4554 } 4555 }, 4556 "node_modules/fastq": { 4557 "version": "1.20.1", 4558 "license": "ISC", 4559 "dependencies": { 4560 "reusify": "^1.0.4" 4561 } 4562 }, 4563 "node_modules/fdir": { 4564 "version": "6.5.0", 4565 "dev": true, 4566 "license": "MIT", 4567 "engines": { 4568 "node": ">=12.0.0" 4569 }, 4570 "peerDependencies": { 4571 "picomatch": "^3 || ^4" 4572 }, 4573 "peerDependenciesMeta": { 4574 "picomatch": { 4575 "optional": true 4576 } 4577 } 4578 }, 4579 "node_modules/file-uri-to-path": { 4580 "version": "1.0.0", 4581 "license": "MIT" 4582 }, 4583 "node_modules/fill-range": { 4584 "version": "7.1.1", 4585 "license": "MIT", 4586 "dependencies": { 4587 "to-regex-range": "^5.0.1" 4588 }, 4589 "engines": { 4590 "node": ">=8" 4591 } 4592 }, 4593 "node_modules/finalhandler": { 4594 "version": "2.1.1", 4595 "license": "MIT", 4596 "dependencies": { 4597 "debug": "^4.4.0", 4598 "encodeurl": "^2.0.0", 4599 "escape-html": "^1.0.3", 4600 "on-finished": "^2.4.1", 4601 "parseurl": "^1.3.3", 4602 "statuses": "^2.0.1" 4603 }, 4604 "engines": { 4605 "node": ">= 18.0.0" 4606 }, 4607 "funding": { 4608 "type": "opencollective", 4609 "url": "https://opencollective.com/express" 4610 } 4611 }, 4612 "node_modules/follow-redirects": { 4613 "version": "1.15.11", 4614 "funding": [ 4615 { 4616 "type": "individual", 4617 "url": "https://github.com/sponsors/RubenVerborgh" 4618 } 4619 ], 4620 "license": "MIT", 4621 "engines": { 4622 "node": ">=4.0" 4623 }, 4624 "peerDependenciesMeta": { 4625 "debug": { 4626 "optional": true 4627 } 4628 } 4629 }, 4630 "node_modules/form-data": { 4631 "version": "4.0.5", 4632 "license": "MIT", 4633 "dependencies": { 4634 "asynckit": "^0.4.0", 4635 "combined-stream": "^1.0.8", 4636 "es-set-tostringtag": "^2.1.0", 4637 "hasown": "^2.0.2", 4638 "mime-types": "^2.1.12" 4639 }, 4640 "engines": { 4641 "node": ">= 6" 4642 } 4643 }, 4644 "node_modules/forwarded": { 4645 "version": "0.2.0", 4646 "license": "MIT", 4647 "engines": { 4648 "node": ">= 0.6" 4649 } 4650 }, 4651 "node_modules/fresh": { 4652 "version": "2.0.0", 4653 "license": "MIT", 4654 "engines": { 4655 "node": ">= 0.8" 4656 } 4657 }, 4658 "node_modules/fs-constants": { 4659 "version": "1.0.0", 4660 "license": "MIT" 4661 }, 4662 "node_modules/fsevents": { 4663 "version": "2.3.3", 4664 "dev": true, 4665 "license": "MIT", 4666 "optional": true, 4667 "os": [ 4668 "darwin" 4669 ], 4670 "engines": { 4671 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 4672 } 4673 }, 4674 "node_modules/function-bind": { 4675 "version": "1.1.2", 4676 "license": "MIT", 4677 "funding": { 4678 "url": "https://github.com/sponsors/ljharb" 4679 } 4680 }, 4681 "node_modules/get-intrinsic": { 4682 "version": "1.3.0", 4683 "license": "MIT", 4684 "dependencies": { 4685 "call-bind-apply-helpers": "^1.0.2", 4686 "es-define-property": "^1.0.1", 4687 "es-errors": "^1.3.0", 4688 "es-object-atoms": "^1.1.1", 4689 "function-bind": "^1.1.2", 4690 "get-proto": "^1.0.1", 4691 "gopd": "^1.2.0", 4692 "has-symbols": "^1.1.0", 4693 "hasown": "^2.0.2", 4694 "math-intrinsics": "^1.1.0" 4695 }, 4696 "engines": { 4697 "node": ">= 0.4" 4698 }, 4699 "funding": { 4700 "url": "https://github.com/sponsors/ljharb" 4701 } 4702 }, 4703 "node_modules/get-proto": { 4704 "version": "1.0.1", 4705 "license": "MIT", 4706 "dependencies": { 4707 "dunder-proto": "^1.0.1", 4708 "es-object-atoms": "^1.0.0" 4709 }, 4710 "engines": { 4711 "node": ">= 0.4" 4712 } 4713 }, 4714 "node_modules/get-tsconfig": { 4715 "version": "4.13.6", 4716 "dev": true, 4717 "license": "MIT", 4718 "dependencies": { 4719 "resolve-pkg-maps": "^1.0.0" 4720 }, 4721 "funding": { 4722 "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" 4723 } 4724 }, 4725 "node_modules/github-from-package": { 4726 "version": "0.0.0", 4727 "license": "MIT" 4728 }, 4729 "node_modules/glob-parent": { 4730 "version": "5.1.2", 4731 "license": "ISC", 4732 "dependencies": { 4733 "is-glob": "^4.0.1" 4734 }, 4735 "engines": { 4736 "node": ">= 6" 4737 } 4738 }, 4739 "node_modules/globrex": { 4740 "version": "0.1.2", 4741 "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz", 4742 "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==", 4743 "dev": true, 4744 "license": "MIT" 4745 }, 4746 "node_modules/gopd": { 4747 "version": "1.2.0", 4748 "license": "MIT", 4749 "engines": { 4750 "node": ">= 0.4" 4751 }, 4752 "funding": { 4753 "url": "https://github.com/sponsors/ljharb" 4754 } 4755 }, 4756 "node_modules/graphemer": { 4757 "version": "1.4.0", 4758 "license": "MIT" 4759 }, 4760 "node_modules/h3": { 4761 "version": "1.15.5", 4762 "license": "MIT", 4763 "dependencies": { 4764 "cookie-es": "^1.2.2", 4765 "crossws": "^0.3.5", 4766 "defu": "^6.1.4", 4767 "destr": "^2.0.5", 4768 "iron-webcrypto": "^1.2.1", 4769 "node-mock-http": "^1.0.4", 4770 "radix3": "^1.1.2", 4771 "ufo": "^1.6.3", 4772 "uncrypto": "^0.1.3" 4773 } 4774 }, 4775 "node_modules/has-flag": { 4776 "version": "4.0.0", 4777 "license": "MIT", 4778 "engines": { 4779 "node": ">=8" 4780 } 4781 }, 4782 "node_modules/has-symbols": { 4783 "version": "1.1.0", 4784 "license": "MIT", 4785 "engines": { 4786 "node": ">= 0.4" 4787 }, 4788 "funding": { 4789 "url": "https://github.com/sponsors/ljharb" 4790 } 4791 }, 4792 "node_modules/has-tostringtag": { 4793 "version": "1.0.2", 4794 "license": "MIT", 4795 "dependencies": { 4796 "has-symbols": "^1.0.3" 4797 }, 4798 "engines": { 4799 "node": ">= 0.4" 4800 }, 4801 "funding": { 4802 "url": "https://github.com/sponsors/ljharb" 4803 } 4804 }, 4805 "node_modules/hasown": { 4806 "version": "2.0.2", 4807 "license": "MIT", 4808 "dependencies": { 4809 "function-bind": "^1.1.2" 4810 }, 4811 "engines": { 4812 "node": ">= 0.4" 4813 } 4814 }, 4815 "node_modules/hono": { 4816 "version": "4.11.9", 4817 "license": "MIT", 4818 "peer": true, 4819 "engines": { 4820 "node": ">=16.9.0" 4821 } 4822 }, 4823 "node_modules/http-errors": { 4824 "version": "2.0.1", 4825 "license": "MIT", 4826 "dependencies": { 4827 "depd": "~2.0.0", 4828 "inherits": "~2.0.4", 4829 "setprototypeof": "~1.2.0", 4830 "statuses": "~2.0.2", 4831 "toidentifier": "~1.0.1" 4832 }, 4833 "engines": { 4834 "node": ">= 0.8" 4835 }, 4836 "funding": { 4837 "type": "opencollective", 4838 "url": "https://opencollective.com/express" 4839 } 4840 }, 4841 "node_modules/iconv-lite": { 4842 "version": "0.7.2", 4843 "license": "MIT", 4844 "dependencies": { 4845 "safer-buffer": ">= 2.1.2 < 3.0.0" 4846 }, 4847 "engines": { 4848 "node": ">=0.10.0" 4849 }, 4850 "funding": { 4851 "type": "opencollective", 4852 "url": "https://opencollective.com/express" 4853 } 4854 }, 4855 "node_modules/ieee754": { 4856 "version": "1.2.1", 4857 "funding": [ 4858 { 4859 "type": "github", 4860 "url": "https://github.com/sponsors/feross" 4861 }, 4862 { 4863 "type": "patreon", 4864 "url": "https://www.patreon.com/feross" 4865 }, 4866 { 4867 "type": "consulting", 4868 "url": "https://feross.org/support" 4869 } 4870 ], 4871 "license": "BSD-3-Clause" 4872 }, 4873 "node_modules/inherits": { 4874 "version": "2.0.4", 4875 "license": "ISC" 4876 }, 4877 "node_modules/ini": { 4878 "version": "1.3.8", 4879 "license": "ISC" 4880 }, 4881 "node_modules/ioredis": { 4882 "version": "5.9.3", 4883 "license": "MIT", 4884 "peer": true, 4885 "dependencies": { 4886 "@ioredis/commands": "1.5.0", 4887 "cluster-key-slot": "^1.1.0", 4888 "debug": "^4.3.4", 4889 "denque": "^2.1.0", 4890 "lodash.defaults": "^4.2.0", 4891 "lodash.isarguments": "^3.1.0", 4892 "redis-errors": "^1.2.0", 4893 "redis-parser": "^3.0.0", 4894 "standard-as-callback": "^2.1.0" 4895 }, 4896 "engines": { 4897 "node": ">=12.22.0" 4898 }, 4899 "funding": { 4900 "type": "opencollective", 4901 "url": "https://opencollective.com/ioredis" 4902 } 4903 }, 4904 "node_modules/ipaddr.js": { 4905 "version": "1.9.1", 4906 "license": "MIT", 4907 "engines": { 4908 "node": ">= 0.10" 4909 } 4910 }, 4911 "node_modules/iron-webcrypto": { 4912 "version": "1.2.1", 4913 "license": "MIT", 4914 "funding": { 4915 "url": "https://github.com/sponsors/brc-dd" 4916 } 4917 }, 4918 "node_modules/is-core-module": { 4919 "version": "2.16.1", 4920 "dev": true, 4921 "license": "MIT", 4922 "dependencies": { 4923 "hasown": "^2.0.2" 4924 }, 4925 "engines": { 4926 "node": ">= 0.4" 4927 }, 4928 "funding": { 4929 "url": "https://github.com/sponsors/ljharb" 4930 } 4931 }, 4932 "node_modules/is-extglob": { 4933 "version": "2.1.1", 4934 "license": "MIT", 4935 "engines": { 4936 "node": ">=0.10.0" 4937 } 4938 }, 4939 "node_modules/is-glob": { 4940 "version": "4.0.3", 4941 "license": "MIT", 4942 "dependencies": { 4943 "is-extglob": "^2.1.1" 4944 }, 4945 "engines": { 4946 "node": ">=0.10.0" 4947 } 4948 }, 4949 "node_modules/is-module": { 4950 "version": "1.0.0", 4951 "dev": true, 4952 "license": "MIT" 4953 }, 4954 "node_modules/is-number": { 4955 "version": "7.0.0", 4956 "license": "MIT", 4957 "engines": { 4958 "node": ">=0.12.0" 4959 } 4960 }, 4961 "node_modules/is-promise": { 4962 "version": "4.0.0", 4963 "license": "MIT" 4964 }, 4965 "node_modules/is-reference": { 4966 "version": "1.2.1", 4967 "dev": true, 4968 "license": "MIT", 4969 "dependencies": { 4970 "@types/estree": "*" 4971 } 4972 }, 4973 "node_modules/iso-datestring-validator": { 4974 "version": "2.2.2", 4975 "license": "MIT" 4976 }, 4977 "node_modules/jose": { 4978 "version": "5.10.0", 4979 "license": "MIT", 4980 "funding": { 4981 "url": "https://github.com/sponsors/panva" 4982 } 4983 }, 4984 "node_modules/jsonlines": { 4985 "version": "0.1.1", 4986 "license": "MIT" 4987 }, 4988 "node_modules/jsonwebtoken": { 4989 "version": "9.0.3", 4990 "license": "MIT", 4991 "dependencies": { 4992 "jws": "^4.0.1", 4993 "lodash.includes": "^4.3.0", 4994 "lodash.isboolean": "^3.0.3", 4995 "lodash.isinteger": "^4.0.4", 4996 "lodash.isnumber": "^3.0.3", 4997 "lodash.isplainobject": "^4.0.6", 4998 "lodash.isstring": "^4.0.1", 4999 "lodash.once": "^4.0.0", 5000 "ms": "^2.1.1", 5001 "semver": "^7.5.4" 5002 }, 5003 "engines": { 5004 "node": ">=12", 5005 "npm": ">=6" 5006 } 5007 }, 5008 "node_modules/jwa": { 5009 "version": "2.0.1", 5010 "license": "MIT", 5011 "dependencies": { 5012 "buffer-equal-constant-time": "^1.0.1", 5013 "ecdsa-sig-formatter": "1.0.11", 5014 "safe-buffer": "^5.0.1" 5015 } 5016 }, 5017 "node_modules/jws": { 5018 "version": "4.0.1", 5019 "license": "MIT", 5020 "dependencies": { 5021 "jwa": "^2.0.1", 5022 "safe-buffer": "^5.0.1" 5023 } 5024 }, 5025 "node_modules/kleur": { 5026 "version": "3.0.3", 5027 "license": "MIT", 5028 "engines": { 5029 "node": ">=6" 5030 } 5031 }, 5032 "node_modules/kysely": { 5033 "version": "0.28.11", 5034 "license": "MIT", 5035 "peer": true, 5036 "engines": { 5037 "node": ">=20.0.0" 5038 } 5039 }, 5040 "node_modules/libsodium": { 5041 "version": "0.8.2", 5042 "license": "ISC" 5043 }, 5044 "node_modules/libsodium-wrappers": { 5045 "version": "0.8.2", 5046 "license": "ISC", 5047 "dependencies": { 5048 "libsodium": "^0.8.0" 5049 } 5050 }, 5051 "node_modules/lightningcss-android-arm64": { 5052 "version": "1.32.0", 5053 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", 5054 "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", 5055 "cpu": [ 5056 "arm64" 5057 ], 5058 "dev": true, 5059 "license": "MPL-2.0", 5060 "optional": true, 5061 "os": [ 5062 "android" 5063 ], 5064 "engines": { 5065 "node": ">= 12.0.0" 5066 }, 5067 "funding": { 5068 "type": "opencollective", 5069 "url": "https://opencollective.com/parcel" 5070 } 5071 }, 5072 "node_modules/lightningcss-darwin-arm64": { 5073 "version": "1.32.0", 5074 "cpu": [ 5075 "arm64" 5076 ], 5077 "dev": true, 5078 "license": "MPL-2.0", 5079 "optional": true, 5080 "os": [ 5081 "darwin" 5082 ], 5083 "engines": { 5084 "node": ">= 12.0.0" 5085 }, 5086 "funding": { 5087 "type": "opencollective", 5088 "url": "https://opencollective.com/parcel" 5089 } 5090 }, 5091 "node_modules/lightningcss-darwin-x64": { 5092 "version": "1.32.0", 5093 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", 5094 "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", 5095 "cpu": [ 5096 "x64" 5097 ], 5098 "dev": true, 5099 "license": "MPL-2.0", 5100 "optional": true, 5101 "os": [ 5102 "darwin" 5103 ], 5104 "engines": { 5105 "node": ">= 12.0.0" 5106 }, 5107 "funding": { 5108 "type": "opencollective", 5109 "url": "https://opencollective.com/parcel" 5110 } 5111 }, 5112 "node_modules/lightningcss-freebsd-x64": { 5113 "version": "1.32.0", 5114 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", 5115 "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", 5116 "cpu": [ 5117 "x64" 5118 ], 5119 "dev": true, 5120 "license": "MPL-2.0", 5121 "optional": true, 5122 "os": [ 5123 "freebsd" 5124 ], 5125 "engines": { 5126 "node": ">= 12.0.0" 5127 }, 5128 "funding": { 5129 "type": "opencollective", 5130 "url": "https://opencollective.com/parcel" 5131 } 5132 }, 5133 "node_modules/lightningcss-linux-arm-gnueabihf": { 5134 "version": "1.32.0", 5135 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", 5136 "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", 5137 "cpu": [ 5138 "arm" 5139 ], 5140 "dev": true, 5141 "license": "MPL-2.0", 5142 "optional": true, 5143 "os": [ 5144 "linux" 5145 ], 5146 "engines": { 5147 "node": ">= 12.0.0" 5148 }, 5149 "funding": { 5150 "type": "opencollective", 5151 "url": "https://opencollective.com/parcel" 5152 } 5153 }, 5154 "node_modules/lightningcss-linux-arm64-gnu": { 5155 "version": "1.32.0", 5156 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", 5157 "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", 5158 "cpu": [ 5159 "arm64" 5160 ], 5161 "dev": true, 5162 "license": "MPL-2.0", 5163 "optional": true, 5164 "os": [ 5165 "linux" 5166 ], 5167 "engines": { 5168 "node": ">= 12.0.0" 5169 }, 5170 "funding": { 5171 "type": "opencollective", 5172 "url": "https://opencollective.com/parcel" 5173 } 5174 }, 5175 "node_modules/lightningcss-linux-arm64-musl": { 5176 "version": "1.32.0", 5177 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", 5178 "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", 5179 "cpu": [ 5180 "arm64" 5181 ], 5182 "dev": true, 5183 "license": "MPL-2.0", 5184 "optional": true, 5185 "os": [ 5186 "linux" 5187 ], 5188 "engines": { 5189 "node": ">= 12.0.0" 5190 }, 5191 "funding": { 5192 "type": "opencollective", 5193 "url": "https://opencollective.com/parcel" 5194 } 5195 }, 5196 "node_modules/lightningcss-linux-x64-gnu": { 5197 "version": "1.32.0", 5198 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", 5199 "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", 5200 "cpu": [ 5201 "x64" 5202 ], 5203 "dev": true, 5204 "license": "MPL-2.0", 5205 "optional": true, 5206 "os": [ 5207 "linux" 5208 ], 5209 "engines": { 5210 "node": ">= 12.0.0" 5211 }, 5212 "funding": { 5213 "type": "opencollective", 5214 "url": "https://opencollective.com/parcel" 5215 } 5216 }, 5217 "node_modules/lightningcss-linux-x64-musl": { 5218 "version": "1.32.0", 5219 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", 5220 "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", 5221 "cpu": [ 5222 "x64" 5223 ], 5224 "dev": true, 5225 "license": "MPL-2.0", 5226 "optional": true, 5227 "os": [ 5228 "linux" 5229 ], 5230 "engines": { 5231 "node": ">= 12.0.0" 5232 }, 5233 "funding": { 5234 "type": "opencollective", 5235 "url": "https://opencollective.com/parcel" 5236 } 5237 }, 5238 "node_modules/lightningcss-win32-arm64-msvc": { 5239 "version": "1.32.0", 5240 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", 5241 "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", 5242 "cpu": [ 5243 "arm64" 5244 ], 5245 "dev": true, 5246 "license": "MPL-2.0", 5247 "optional": true, 5248 "os": [ 5249 "win32" 5250 ], 5251 "engines": { 5252 "node": ">= 12.0.0" 5253 }, 5254 "funding": { 5255 "type": "opencollective", 5256 "url": "https://opencollective.com/parcel" 5257 } 5258 }, 5259 "node_modules/lightningcss-win32-x64-msvc": { 5260 "version": "1.32.0", 5261 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", 5262 "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", 5263 "cpu": [ 5264 "x64" 5265 ], 5266 "dev": true, 5267 "license": "MPL-2.0", 5268 "optional": true, 5269 "os": [ 5270 "win32" 5271 ], 5272 "engines": { 5273 "node": ">= 12.0.0" 5274 }, 5275 "funding": { 5276 "type": "opencollective", 5277 "url": "https://opencollective.com/parcel" 5278 } 5279 }, 5280 "node_modules/lodash": { 5281 "version": "4.17.23", 5282 "license": "MIT" 5283 }, 5284 "node_modules/lodash.defaults": { 5285 "version": "4.2.0", 5286 "license": "MIT" 5287 }, 5288 "node_modules/lodash.includes": { 5289 "version": "4.3.0", 5290 "license": "MIT" 5291 }, 5292 "node_modules/lodash.isarguments": { 5293 "version": "3.1.0", 5294 "license": "MIT" 5295 }, 5296 "node_modules/lodash.isboolean": { 5297 "version": "3.0.3", 5298 "license": "MIT" 5299 }, 5300 "node_modules/lodash.isinteger": { 5301 "version": "4.0.4", 5302 "license": "MIT" 5303 }, 5304 "node_modules/lodash.isnumber": { 5305 "version": "3.0.3", 5306 "license": "MIT" 5307 }, 5308 "node_modules/lodash.isplainobject": { 5309 "version": "4.0.6", 5310 "license": "MIT" 5311 }, 5312 "node_modules/lodash.isstring": { 5313 "version": "4.0.1", 5314 "license": "MIT" 5315 }, 5316 "node_modules/lodash.once": { 5317 "version": "4.1.1", 5318 "license": "MIT" 5319 }, 5320 "node_modules/lru-cache": { 5321 "version": "11.2.6", 5322 "license": "BlueOak-1.0.0", 5323 "engines": { 5324 "node": "20 || >=22" 5325 } 5326 }, 5327 "node_modules/magic-string": { 5328 "version": "0.30.21", 5329 "dev": true, 5330 "license": "MIT", 5331 "dependencies": { 5332 "@jridgewell/sourcemap-codec": "^1.5.5" 5333 } 5334 }, 5335 "node_modules/math-intrinsics": { 5336 "version": "1.1.0", 5337 "license": "MIT", 5338 "engines": { 5339 "node": ">= 0.4" 5340 } 5341 }, 5342 "node_modules/media-typer": { 5343 "version": "1.1.0", 5344 "license": "MIT", 5345 "engines": { 5346 "node": ">= 0.8" 5347 } 5348 }, 5349 "node_modules/merge-descriptors": { 5350 "version": "2.0.0", 5351 "license": "MIT", 5352 "engines": { 5353 "node": ">=18" 5354 }, 5355 "funding": { 5356 "url": "https://github.com/sponsors/sindresorhus" 5357 } 5358 }, 5359 "node_modules/merge2": { 5360 "version": "1.4.1", 5361 "license": "MIT", 5362 "engines": { 5363 "node": ">= 8" 5364 } 5365 }, 5366 "node_modules/methods": { 5367 "version": "1.1.2", 5368 "license": "MIT", 5369 "engines": { 5370 "node": ">= 0.6" 5371 } 5372 }, 5373 "node_modules/micromatch": { 5374 "version": "4.0.8", 5375 "license": "MIT", 5376 "dependencies": { 5377 "braces": "^3.0.3", 5378 "picomatch": "^2.3.1" 5379 }, 5380 "engines": { 5381 "node": ">=8.6" 5382 } 5383 }, 5384 "node_modules/micromatch/node_modules/picomatch": { 5385 "version": "2.3.1", 5386 "license": "MIT", 5387 "engines": { 5388 "node": ">=8.6" 5389 }, 5390 "funding": { 5391 "url": "https://github.com/sponsors/jonschlinkert" 5392 } 5393 }, 5394 "node_modules/mime": { 5395 "version": "1.6.0", 5396 "license": "MIT", 5397 "bin": { 5398 "mime": "cli.js" 5399 }, 5400 "engines": { 5401 "node": ">=4" 5402 } 5403 }, 5404 "node_modules/mime-db": { 5405 "version": "1.52.0", 5406 "license": "MIT", 5407 "engines": { 5408 "node": ">= 0.6" 5409 } 5410 }, 5411 "node_modules/mime-types": { 5412 "version": "2.1.35", 5413 "license": "MIT", 5414 "dependencies": { 5415 "mime-db": "1.52.0" 5416 }, 5417 "engines": { 5418 "node": ">= 0.6" 5419 } 5420 }, 5421 "node_modules/mimic-response": { 5422 "version": "3.1.0", 5423 "license": "MIT", 5424 "engines": { 5425 "node": ">=10" 5426 }, 5427 "funding": { 5428 "url": "https://github.com/sponsors/sindresorhus" 5429 } 5430 }, 5431 "node_modules/minimatch": { 5432 "version": "5.1.6", 5433 "license": "ISC", 5434 "dependencies": { 5435 "brace-expansion": "^2.0.1" 5436 }, 5437 "engines": { 5438 "node": ">=10" 5439 } 5440 }, 5441 "node_modules/minimist": { 5442 "version": "1.2.8", 5443 "license": "MIT", 5444 "funding": { 5445 "url": "https://github.com/sponsors/ljharb" 5446 } 5447 }, 5448 "node_modules/mkdirp": { 5449 "version": "1.0.4", 5450 "license": "MIT", 5451 "bin": { 5452 "mkdirp": "bin/cmd.js" 5453 }, 5454 "engines": { 5455 "node": ">=10" 5456 } 5457 }, 5458 "node_modules/mkdirp-classic": { 5459 "version": "0.5.3", 5460 "license": "MIT" 5461 }, 5462 "node_modules/morgan": { 5463 "version": "1.10.1", 5464 "license": "MIT", 5465 "dependencies": { 5466 "basic-auth": "~2.0.1", 5467 "debug": "2.6.9", 5468 "depd": "~2.0.0", 5469 "on-finished": "~2.3.0", 5470 "on-headers": "~1.1.0" 5471 }, 5472 "engines": { 5473 "node": ">= 0.8.0" 5474 } 5475 }, 5476 "node_modules/morgan/node_modules/debug": { 5477 "version": "2.6.9", 5478 "license": "MIT", 5479 "dependencies": { 5480 "ms": "2.0.0" 5481 } 5482 }, 5483 "node_modules/morgan/node_modules/debug/node_modules/ms": { 5484 "version": "2.0.0", 5485 "license": "MIT" 5486 }, 5487 "node_modules/morgan/node_modules/on-finished": { 5488 "version": "2.3.0", 5489 "license": "MIT", 5490 "dependencies": { 5491 "ee-first": "1.1.1" 5492 }, 5493 "engines": { 5494 "node": ">= 0.8" 5495 } 5496 }, 5497 "node_modules/ms": { 5498 "version": "2.1.3", 5499 "license": "MIT" 5500 }, 5501 "node_modules/multiformats": { 5502 "version": "9.9.0", 5503 "license": "(Apache-2.0 AND MIT)" 5504 }, 5505 "node_modules/nan": { 5506 "version": "2.25.0", 5507 "license": "MIT", 5508 "optional": true 5509 }, 5510 "node_modules/nanoid": { 5511 "version": "3.3.11", 5512 "dev": true, 5513 "funding": [ 5514 { 5515 "type": "github", 5516 "url": "https://github.com/sponsors/ai" 5517 } 5518 ], 5519 "license": "MIT", 5520 "bin": { 5521 "nanoid": "bin/nanoid.cjs" 5522 }, 5523 "engines": { 5524 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 5525 } 5526 }, 5527 "node_modules/napi-build-utils": { 5528 "version": "2.0.0", 5529 "license": "MIT" 5530 }, 5531 "node_modules/negotiator": { 5532 "version": "1.0.0", 5533 "license": "MIT", 5534 "engines": { 5535 "node": ">= 0.6" 5536 } 5537 }, 5538 "node_modules/node-abi": { 5539 "version": "3.87.0", 5540 "license": "MIT", 5541 "dependencies": { 5542 "semver": "^7.3.5" 5543 }, 5544 "engines": { 5545 "node": ">=10" 5546 } 5547 }, 5548 "node_modules/node-abort-controller": { 5549 "version": "3.1.1", 5550 "license": "MIT" 5551 }, 5552 "node_modules/node-fetch-native": { 5553 "version": "1.6.7", 5554 "license": "MIT" 5555 }, 5556 "node_modules/node-gyp-build-optional-packages": { 5557 "version": "5.1.1", 5558 "license": "MIT", 5559 "optional": true, 5560 "dependencies": { 5561 "detect-libc": "^2.0.1" 5562 }, 5563 "bin": { 5564 "node-gyp-build-optional-packages": "bin.js", 5565 "node-gyp-build-optional-packages-optional": "optional.js", 5566 "node-gyp-build-optional-packages-test": "build-test.js" 5567 } 5568 }, 5569 "node_modules/node-mock-http": { 5570 "version": "1.0.4", 5571 "license": "MIT" 5572 }, 5573 "node_modules/normalize-path": { 5574 "version": "3.0.0", 5575 "license": "MIT", 5576 "engines": { 5577 "node": ">=0.10.0" 5578 } 5579 }, 5580 "node_modules/object-assign": { 5581 "version": "4.1.1", 5582 "license": "MIT", 5583 "engines": { 5584 "node": ">=0.10.0" 5585 } 5586 }, 5587 "node_modules/object-inspect": { 5588 "version": "1.13.4", 5589 "license": "MIT", 5590 "engines": { 5591 "node": ">= 0.4" 5592 }, 5593 "funding": { 5594 "url": "https://github.com/sponsors/ljharb" 5595 } 5596 }, 5597 "node_modules/obug": { 5598 "version": "2.1.1", 5599 "dev": true, 5600 "funding": [ 5601 "https://github.com/sponsors/sxzz", 5602 "https://opencollective.com/debug" 5603 ], 5604 "license": "MIT" 5605 }, 5606 "node_modules/ofetch": { 5607 "version": "1.5.1", 5608 "license": "MIT", 5609 "dependencies": { 5610 "destr": "^2.0.5", 5611 "node-fetch-native": "^1.6.7", 5612 "ufo": "^1.6.1" 5613 } 5614 }, 5615 "node_modules/on-exit-leak-free": { 5616 "version": "2.1.2", 5617 "license": "MIT", 5618 "engines": { 5619 "node": ">=14.0.0" 5620 } 5621 }, 5622 "node_modules/on-finished": { 5623 "version": "2.4.1", 5624 "license": "MIT", 5625 "dependencies": { 5626 "ee-first": "1.1.1" 5627 }, 5628 "engines": { 5629 "node": ">= 0.8" 5630 } 5631 }, 5632 "node_modules/on-headers": { 5633 "version": "1.1.0", 5634 "license": "MIT", 5635 "engines": { 5636 "node": ">= 0.8" 5637 } 5638 }, 5639 "node_modules/once": { 5640 "version": "1.4.0", 5641 "license": "ISC", 5642 "dependencies": { 5643 "wrappy": "1" 5644 } 5645 }, 5646 "node_modules/os-paths": { 5647 "version": "4.4.0", 5648 "license": "MIT", 5649 "engines": { 5650 "node": ">= 6.0" 5651 } 5652 }, 5653 "node_modules/p-finally": { 5654 "version": "1.0.0", 5655 "license": "MIT", 5656 "engines": { 5657 "node": ">=4" 5658 } 5659 }, 5660 "node_modules/p-queue": { 5661 "version": "6.6.2", 5662 "license": "MIT", 5663 "dependencies": { 5664 "eventemitter3": "^4.0.4", 5665 "p-timeout": "^3.2.0" 5666 }, 5667 "engines": { 5668 "node": ">=8" 5669 }, 5670 "funding": { 5671 "url": "https://github.com/sponsors/sindresorhus" 5672 } 5673 }, 5674 "node_modules/p-timeout": { 5675 "version": "3.2.0", 5676 "license": "MIT", 5677 "dependencies": { 5678 "p-finally": "^1.0.0" 5679 }, 5680 "engines": { 5681 "node": ">=8" 5682 } 5683 }, 5684 "node_modules/parseurl": { 5685 "version": "1.3.3", 5686 "license": "MIT", 5687 "engines": { 5688 "node": ">= 0.8" 5689 } 5690 }, 5691 "node_modules/path-browserify": { 5692 "version": "1.0.1", 5693 "license": "MIT" 5694 }, 5695 "node_modules/path-parse": { 5696 "version": "1.0.7", 5697 "dev": true, 5698 "license": "MIT" 5699 }, 5700 "node_modules/path-to-regexp": { 5701 "version": "0.1.12", 5702 "license": "MIT" 5703 }, 5704 "node_modules/pathe": { 5705 "version": "2.0.3", 5706 "dev": true, 5707 "license": "MIT" 5708 }, 5709 "node_modules/pg": { 5710 "version": "8.18.0", 5711 "license": "MIT", 5712 "peer": true, 5713 "dependencies": { 5714 "pg-connection-string": "^2.11.0", 5715 "pg-pool": "^3.11.0", 5716 "pg-protocol": "^1.11.0", 5717 "pg-types": "2.2.0", 5718 "pgpass": "1.0.5" 5719 }, 5720 "engines": { 5721 "node": ">= 16.0.0" 5722 }, 5723 "optionalDependencies": { 5724 "pg-cloudflare": "^1.3.0" 5725 }, 5726 "peerDependencies": { 5727 "pg-native": ">=3.0.1" 5728 }, 5729 "peerDependenciesMeta": { 5730 "pg-native": { 5731 "optional": true 5732 } 5733 } 5734 }, 5735 "node_modules/pg-cloudflare": { 5736 "version": "1.3.0", 5737 "license": "MIT", 5738 "optional": true 5739 }, 5740 "node_modules/pg-connection-string": { 5741 "version": "2.11.0", 5742 "license": "MIT" 5743 }, 5744 "node_modules/pg-int8": { 5745 "version": "1.0.1", 5746 "license": "ISC", 5747 "engines": { 5748 "node": ">=4.0.0" 5749 } 5750 }, 5751 "node_modules/pg-pool": { 5752 "version": "3.11.0", 5753 "license": "MIT", 5754 "peerDependencies": { 5755 "pg": ">=8.0" 5756 } 5757 }, 5758 "node_modules/pg-protocol": { 5759 "version": "1.11.0", 5760 "license": "MIT" 5761 }, 5762 "node_modules/pg-types": { 5763 "version": "2.2.0", 5764 "license": "MIT", 5765 "dependencies": { 5766 "pg-int8": "1.0.1", 5767 "postgres-array": "~2.0.0", 5768 "postgres-bytea": "~1.0.0", 5769 "postgres-date": "~1.0.4", 5770 "postgres-interval": "^1.1.0" 5771 }, 5772 "engines": { 5773 "node": ">=4" 5774 } 5775 }, 5776 "node_modules/pgpass": { 5777 "version": "1.0.5", 5778 "license": "MIT", 5779 "dependencies": { 5780 "split2": "^4.1.0" 5781 } 5782 }, 5783 "node_modules/picocolors": { 5784 "version": "1.1.1", 5785 "license": "ISC" 5786 }, 5787 "node_modules/picomatch": { 5788 "version": "4.0.3", 5789 "dev": true, 5790 "license": "MIT", 5791 "engines": { 5792 "node": ">=12" 5793 }, 5794 "funding": { 5795 "url": "https://github.com/sponsors/jonschlinkert" 5796 } 5797 }, 5798 "node_modules/pino": { 5799 "version": "8.21.0", 5800 "license": "MIT", 5801 "dependencies": { 5802 "atomic-sleep": "^1.0.0", 5803 "fast-redact": "^3.1.1", 5804 "on-exit-leak-free": "^2.1.0", 5805 "pino-abstract-transport": "^1.2.0", 5806 "pino-std-serializers": "^6.0.0", 5807 "process-warning": "^3.0.0", 5808 "quick-format-unescaped": "^4.0.3", 5809 "real-require": "^0.2.0", 5810 "safe-stable-stringify": "^2.3.1", 5811 "sonic-boom": "^3.7.0", 5812 "thread-stream": "^2.6.0" 5813 }, 5814 "bin": { 5815 "pino": "bin.js" 5816 } 5817 }, 5818 "node_modules/pino-abstract-transport": { 5819 "version": "1.2.0", 5820 "license": "MIT", 5821 "dependencies": { 5822 "readable-stream": "^4.0.0", 5823 "split2": "^4.0.0" 5824 } 5825 }, 5826 "node_modules/pino-std-serializers": { 5827 "version": "6.2.2", 5828 "license": "MIT" 5829 }, 5830 "node_modules/pkgroll": { 5831 "version": "2.26.3", 5832 "dev": true, 5833 "license": "MIT", 5834 "dependencies": { 5835 "@rollup/plugin-alias": "^6.0.0", 5836 "@rollup/plugin-commonjs": "^29.0.0", 5837 "@rollup/plugin-dynamic-import-vars": "^2.1.5", 5838 "@rollup/plugin-json": "^6.1.0", 5839 "@rollup/plugin-node-resolve": "^16.0.3", 5840 "cjs-module-lexer": "^2.2.0", 5841 "esbuild": "^0.26.0", 5842 "magic-string": "^0.30.21", 5843 "rollup": "^4.53.5", 5844 "rollup-plugin-import-trace": "^1.0.1", 5845 "rollup-pluginutils": "^2.8.2", 5846 "yaml": "^2.8.2" 5847 }, 5848 "bin": { 5849 "pkgroll": "dist/cli.mjs" 5850 }, 5851 "engines": { 5852 "node": ">=18" 5853 }, 5854 "funding": { 5855 "url": "https://github.com/privatenumber/pkgroll?sponsor=1" 5856 }, 5857 "peerDependencies": { 5858 "typescript": "^4.1 || ^5.0" 5859 }, 5860 "peerDependenciesMeta": { 5861 "typescript": { 5862 "optional": true 5863 } 5864 } 5865 }, 5866 "node_modules/pkgroll/node_modules/@esbuild/aix-ppc64": { 5867 "version": "0.26.0", 5868 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.26.0.tgz", 5869 "integrity": "sha512-hj0sKNCQOOo2fgyII3clmJXP28VhgDfU5iy3GNHlWO76KG6N7x4D9ezH5lJtQTG+1J6MFDAJXC1qsI+W+LvZoA==", 5870 "cpu": [ 5871 "ppc64" 5872 ], 5873 "dev": true, 5874 "license": "MIT", 5875 "optional": true, 5876 "os": [ 5877 "aix" 5878 ], 5879 "engines": { 5880 "node": ">=18" 5881 } 5882 }, 5883 "node_modules/pkgroll/node_modules/@esbuild/android-arm": { 5884 "version": "0.26.0", 5885 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.26.0.tgz", 5886 "integrity": "sha512-C0hkDsYNHZkBtPxxDx177JN90/1MiCpvBNjz1f5yWJo1+5+c5zr8apjastpEG+wtPjo9FFtGG7owSsAxyKiHxA==", 5887 "cpu": [ 5888 "arm" 5889 ], 5890 "dev": true, 5891 "license": "MIT", 5892 "optional": true, 5893 "os": [ 5894 "android" 5895 ], 5896 "engines": { 5897 "node": ">=18" 5898 } 5899 }, 5900 "node_modules/pkgroll/node_modules/@esbuild/android-arm64": { 5901 "version": "0.26.0", 5902 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.26.0.tgz", 5903 "integrity": "sha512-DDnoJ5eoa13L8zPh87PUlRd/IyFaIKOlRbxiwcSbeumcJ7UZKdtuMCHa1Q27LWQggug6W4m28i4/O2qiQQ5NZQ==", 5904 "cpu": [ 5905 "arm64" 5906 ], 5907 "dev": true, 5908 "license": "MIT", 5909 "optional": true, 5910 "os": [ 5911 "android" 5912 ], 5913 "engines": { 5914 "node": ">=18" 5915 } 5916 }, 5917 "node_modules/pkgroll/node_modules/@esbuild/android-x64": { 5918 "version": "0.26.0", 5919 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.26.0.tgz", 5920 "integrity": "sha512-bKDkGXGZnj0T70cRpgmv549x38Vr2O3UWLbjT2qmIkdIWcmlg8yebcFWoT9Dku7b5OV3UqPEuNKRzlNhjwUJ9A==", 5921 "cpu": [ 5922 "x64" 5923 ], 5924 "dev": true, 5925 "license": "MIT", 5926 "optional": true, 5927 "os": [ 5928 "android" 5929 ], 5930 "engines": { 5931 "node": ">=18" 5932 } 5933 }, 5934 "node_modules/pkgroll/node_modules/@esbuild/darwin-x64": { 5935 "version": "0.26.0", 5936 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.26.0.tgz", 5937 "integrity": "sha512-OPnYj0zpYW0tHusMefyaMvNYQX5pNQuSsHFTHUBNp3vVXupwqpxofcjVsUx11CQhGVkGeXjC3WLjh91hgBG2xw==", 5938 "cpu": [ 5939 "x64" 5940 ], 5941 "dev": true, 5942 "license": "MIT", 5943 "optional": true, 5944 "os": [ 5945 "darwin" 5946 ], 5947 "engines": { 5948 "node": ">=18" 5949 } 5950 }, 5951 "node_modules/pkgroll/node_modules/@esbuild/freebsd-arm64": { 5952 "version": "0.26.0", 5953 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.26.0.tgz", 5954 "integrity": "sha512-jix2fa6GQeZhO1sCKNaNMjfj5hbOvoL2F5t+w6gEPxALumkpOV/wq7oUBMHBn2hY2dOm+mEV/K+xfZy3mrsxNQ==", 5955 "cpu": [ 5956 "arm64" 5957 ], 5958 "dev": true, 5959 "license": "MIT", 5960 "optional": true, 5961 "os": [ 5962 "freebsd" 5963 ], 5964 "engines": { 5965 "node": ">=18" 5966 } 5967 }, 5968 "node_modules/pkgroll/node_modules/@esbuild/freebsd-x64": { 5969 "version": "0.26.0", 5970 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.26.0.tgz", 5971 "integrity": "sha512-tccJaH5xHJD/239LjbVvJwf6T4kSzbk6wPFerF0uwWlkw/u7HL+wnAzAH5GB2irGhYemDgiNTp8wJzhAHQ64oA==", 5972 "cpu": [ 5973 "x64" 5974 ], 5975 "dev": true, 5976 "license": "MIT", 5977 "optional": true, 5978 "os": [ 5979 "freebsd" 5980 ], 5981 "engines": { 5982 "node": ">=18" 5983 } 5984 }, 5985 "node_modules/pkgroll/node_modules/@esbuild/linux-arm": { 5986 "version": "0.26.0", 5987 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.26.0.tgz", 5988 "integrity": "sha512-JY8NyU31SyRmRpuc5W8PQarAx4TvuYbyxbPIpHAZdr/0g4iBr8KwQBS4kiiamGl2f42BBecHusYCsyxi7Kn8UQ==", 5989 "cpu": [ 5990 "arm" 5991 ], 5992 "dev": true, 5993 "license": "MIT", 5994 "optional": true, 5995 "os": [ 5996 "linux" 5997 ], 5998 "engines": { 5999 "node": ">=18" 6000 } 6001 }, 6002 "node_modules/pkgroll/node_modules/@esbuild/linux-arm64": { 6003 "version": "0.26.0", 6004 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.26.0.tgz", 6005 "integrity": "sha512-IMJYN7FSkLttYyTbsbme0Ra14cBO5z47kpamo16IwggzzATFY2lcZAwkbcNkWiAduKrTgFJP7fW5cBI7FzcuNQ==", 6006 "cpu": [ 6007 "arm64" 6008 ], 6009 "dev": true, 6010 "license": "MIT", 6011 "optional": true, 6012 "os": [ 6013 "linux" 6014 ], 6015 "engines": { 6016 "node": ">=18" 6017 } 6018 }, 6019 "node_modules/pkgroll/node_modules/@esbuild/linux-ia32": { 6020 "version": "0.26.0", 6021 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.26.0.tgz", 6022 "integrity": "sha512-XITaGqGVLgk8WOHw8We9Z1L0lbLFip8LyQzKYFKO4zFo1PFaaSKsbNjvkb7O8kEXytmSGRkYpE8LLVpPJpsSlw==", 6023 "cpu": [ 6024 "ia32" 6025 ], 6026 "dev": true, 6027 "license": "MIT", 6028 "optional": true, 6029 "os": [ 6030 "linux" 6031 ], 6032 "engines": { 6033 "node": ">=18" 6034 } 6035 }, 6036 "node_modules/pkgroll/node_modules/@esbuild/linux-loong64": { 6037 "version": "0.26.0", 6038 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.26.0.tgz", 6039 "integrity": "sha512-MkggfbDIczStUJwq9wU7gQ7kO33d8j9lWuOCDifN9t47+PeI+9m2QVh51EI/zZQ1spZtFMC1nzBJ+qNGCjJnsg==", 6040 "cpu": [ 6041 "loong64" 6042 ], 6043 "dev": true, 6044 "license": "MIT", 6045 "optional": true, 6046 "os": [ 6047 "linux" 6048 ], 6049 "engines": { 6050 "node": ">=18" 6051 } 6052 }, 6053 "node_modules/pkgroll/node_modules/@esbuild/linux-mips64el": { 6054 "version": "0.26.0", 6055 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.26.0.tgz", 6056 "integrity": "sha512-fUYup12HZWAeccNLhQ5HwNBPr4zXCPgUWzEq2Rfw7UwqwfQrFZ0SR/JljaURR8xIh9t+o1lNUFTECUTmaP7yKA==", 6057 "cpu": [ 6058 "mips64el" 6059 ], 6060 "dev": true, 6061 "license": "MIT", 6062 "optional": true, 6063 "os": [ 6064 "linux" 6065 ], 6066 "engines": { 6067 "node": ">=18" 6068 } 6069 }, 6070 "node_modules/pkgroll/node_modules/@esbuild/linux-ppc64": { 6071 "version": "0.26.0", 6072 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.26.0.tgz", 6073 "integrity": "sha512-MzRKhM0Ip+//VYwC8tialCiwUQ4G65WfALtJEFyU0GKJzfTYoPBw5XNWf0SLbCUYQbxTKamlVwPmcw4DgZzFxg==", 6074 "cpu": [ 6075 "ppc64" 6076 ], 6077 "dev": true, 6078 "license": "MIT", 6079 "optional": true, 6080 "os": [ 6081 "linux" 6082 ], 6083 "engines": { 6084 "node": ">=18" 6085 } 6086 }, 6087 "node_modules/pkgroll/node_modules/@esbuild/linux-riscv64": { 6088 "version": "0.26.0", 6089 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.26.0.tgz", 6090 "integrity": "sha512-QhCc32CwI1I4Jrg1enCv292sm3YJprW8WHHlyxJhae/dVs+KRWkbvz2Nynl5HmZDW/m9ZxrXayHzjzVNvQMGQA==", 6091 "cpu": [ 6092 "riscv64" 6093 ], 6094 "dev": true, 6095 "license": "MIT", 6096 "optional": true, 6097 "os": [ 6098 "linux" 6099 ], 6100 "engines": { 6101 "node": ">=18" 6102 } 6103 }, 6104 "node_modules/pkgroll/node_modules/@esbuild/linux-s390x": { 6105 "version": "0.26.0", 6106 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.26.0.tgz", 6107 "integrity": "sha512-1D6vi6lfI18aNT1aTf2HV+RIlm6fxtlAp8eOJ4mmnbYmZ4boz8zYDar86sIYNh0wmiLJEbW/EocaKAX6Yso2fw==", 6108 "cpu": [ 6109 "s390x" 6110 ], 6111 "dev": true, 6112 "license": "MIT", 6113 "optional": true, 6114 "os": [ 6115 "linux" 6116 ], 6117 "engines": { 6118 "node": ">=18" 6119 } 6120 }, 6121 "node_modules/pkgroll/node_modules/@esbuild/linux-x64": { 6122 "version": "0.26.0", 6123 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.26.0.tgz", 6124 "integrity": "sha512-rnDcepj7LjrKFvZkx+WrBv6wECeYACcFjdNPvVPojCPJD8nHpb3pv3AuR9CXgdnjH1O23btICj0rsp0L9wAnHA==", 6125 "cpu": [ 6126 "x64" 6127 ], 6128 "dev": true, 6129 "license": "MIT", 6130 "optional": true, 6131 "os": [ 6132 "linux" 6133 ], 6134 "engines": { 6135 "node": ">=18" 6136 } 6137 }, 6138 "node_modules/pkgroll/node_modules/@esbuild/netbsd-arm64": { 6139 "version": "0.26.0", 6140 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.26.0.tgz", 6141 "integrity": "sha512-FSWmgGp0mDNjEXXFcsf12BmVrb+sZBBBlyh3LwB/B9ac3Kkc8x5D2WimYW9N7SUkolui8JzVnVlWh7ZmjCpnxw==", 6142 "cpu": [ 6143 "arm64" 6144 ], 6145 "dev": true, 6146 "license": "MIT", 6147 "optional": true, 6148 "os": [ 6149 "netbsd" 6150 ], 6151 "engines": { 6152 "node": ">=18" 6153 } 6154 }, 6155 "node_modules/pkgroll/node_modules/@esbuild/netbsd-x64": { 6156 "version": "0.26.0", 6157 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.26.0.tgz", 6158 "integrity": "sha512-0QfciUDFryD39QoSPUDshj4uNEjQhp73+3pbSAaxjV2qGOEDsM67P7KbJq7LzHoVl46oqhIhJ1S+skKGR7lMXA==", 6159 "cpu": [ 6160 "x64" 6161 ], 6162 "dev": true, 6163 "license": "MIT", 6164 "optional": true, 6165 "os": [ 6166 "netbsd" 6167 ], 6168 "engines": { 6169 "node": ">=18" 6170 } 6171 }, 6172 "node_modules/pkgroll/node_modules/@esbuild/openbsd-arm64": { 6173 "version": "0.26.0", 6174 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.26.0.tgz", 6175 "integrity": "sha512-vmAK+nHhIZWImwJ3RNw9hX3fU4UGN/OqbSE0imqljNbUQC3GvVJ1jpwYoTfD6mmXmQaxdJY6Hn4jQbLGJKg5Yw==", 6176 "cpu": [ 6177 "arm64" 6178 ], 6179 "dev": true, 6180 "license": "MIT", 6181 "optional": true, 6182 "os": [ 6183 "openbsd" 6184 ], 6185 "engines": { 6186 "node": ">=18" 6187 } 6188 }, 6189 "node_modules/pkgroll/node_modules/@esbuild/openbsd-x64": { 6190 "version": "0.26.0", 6191 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.26.0.tgz", 6192 "integrity": "sha512-GPXF7RMkJ7o9bTyUsnyNtrFMqgM3X+uM/LWw4CeHIjqc32fm0Ir6jKDnWHpj8xHFstgWDUYseSABK9KCkHGnpg==", 6193 "cpu": [ 6194 "x64" 6195 ], 6196 "dev": true, 6197 "license": "MIT", 6198 "optional": true, 6199 "os": [ 6200 "openbsd" 6201 ], 6202 "engines": { 6203 "node": ">=18" 6204 } 6205 }, 6206 "node_modules/pkgroll/node_modules/@esbuild/openharmony-arm64": { 6207 "version": "0.26.0", 6208 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.26.0.tgz", 6209 "integrity": "sha512-nUHZ5jEYqbBthbiBksbmHTlbb5eElyVfs/s1iHQ8rLBq1eWsd5maOnDpCocw1OM8kFK747d1Xms8dXJHtduxSw==", 6210 "cpu": [ 6211 "arm64" 6212 ], 6213 "dev": true, 6214 "license": "MIT", 6215 "optional": true, 6216 "os": [ 6217 "openharmony" 6218 ], 6219 "engines": { 6220 "node": ">=18" 6221 } 6222 }, 6223 "node_modules/pkgroll/node_modules/@esbuild/sunos-x64": { 6224 "version": "0.26.0", 6225 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.26.0.tgz", 6226 "integrity": "sha512-TMg3KCTCYYaVO+R6P5mSORhcNDDlemUVnUbb8QkboUtOhb5JWKAzd5uMIMECJQOxHZ/R+N8HHtDF5ylzLfMiLw==", 6227 "cpu": [ 6228 "x64" 6229 ], 6230 "dev": true, 6231 "license": "MIT", 6232 "optional": true, 6233 "os": [ 6234 "sunos" 6235 ], 6236 "engines": { 6237 "node": ">=18" 6238 } 6239 }, 6240 "node_modules/pkgroll/node_modules/@esbuild/win32-arm64": { 6241 "version": "0.26.0", 6242 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.26.0.tgz", 6243 "integrity": "sha512-apqYgoAUd6ZCb9Phcs8zN32q6l0ZQzQBdVXOofa6WvHDlSOhwCWgSfVQabGViThS40Y1NA4SCvQickgZMFZRlA==", 6244 "cpu": [ 6245 "arm64" 6246 ], 6247 "dev": true, 6248 "license": "MIT", 6249 "optional": true, 6250 "os": [ 6251 "win32" 6252 ], 6253 "engines": { 6254 "node": ">=18" 6255 } 6256 }, 6257 "node_modules/pkgroll/node_modules/@esbuild/win32-ia32": { 6258 "version": "0.26.0", 6259 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.26.0.tgz", 6260 "integrity": "sha512-FGJAcImbJNZzLWu7U6WB0iKHl4RuY4TsXEwxJPl9UZLS47agIZuILZEX3Pagfw7I4J3ddflomt9f0apfaJSbaw==", 6261 "cpu": [ 6262 "ia32" 6263 ], 6264 "dev": true, 6265 "license": "MIT", 6266 "optional": true, 6267 "os": [ 6268 "win32" 6269 ], 6270 "engines": { 6271 "node": ">=18" 6272 } 6273 }, 6274 "node_modules/pkgroll/node_modules/@esbuild/win32-x64": { 6275 "version": "0.26.0", 6276 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.26.0.tgz", 6277 "integrity": "sha512-WAckBKaVnmFqbEhbymrPK7M086DQMpL1XoRbpmN0iW8k5JSXjDRQBhcZNa0VweItknLq9eAeCL34jK7/CDcw7A==", 6278 "cpu": [ 6279 "x64" 6280 ], 6281 "dev": true, 6282 "license": "MIT", 6283 "optional": true, 6284 "os": [ 6285 "win32" 6286 ], 6287 "engines": { 6288 "node": ">=18" 6289 } 6290 }, 6291 "node_modules/pkgroll/node_modules/esbuild": { 6292 "version": "0.26.0", 6293 "dev": true, 6294 "hasInstallScript": true, 6295 "license": "MIT", 6296 "bin": { 6297 "esbuild": "bin/esbuild" 6298 }, 6299 "engines": { 6300 "node": ">=18" 6301 }, 6302 "optionalDependencies": { 6303 "@esbuild/aix-ppc64": "0.26.0", 6304 "@esbuild/android-arm": "0.26.0", 6305 "@esbuild/android-arm64": "0.26.0", 6306 "@esbuild/android-x64": "0.26.0", 6307 "@esbuild/darwin-arm64": "0.26.0", 6308 "@esbuild/darwin-x64": "0.26.0", 6309 "@esbuild/freebsd-arm64": "0.26.0", 6310 "@esbuild/freebsd-x64": "0.26.0", 6311 "@esbuild/linux-arm": "0.26.0", 6312 "@esbuild/linux-arm64": "0.26.0", 6313 "@esbuild/linux-ia32": "0.26.0", 6314 "@esbuild/linux-loong64": "0.26.0", 6315 "@esbuild/linux-mips64el": "0.26.0", 6316 "@esbuild/linux-ppc64": "0.26.0", 6317 "@esbuild/linux-riscv64": "0.26.0", 6318 "@esbuild/linux-s390x": "0.26.0", 6319 "@esbuild/linux-x64": "0.26.0", 6320 "@esbuild/netbsd-arm64": "0.26.0", 6321 "@esbuild/netbsd-x64": "0.26.0", 6322 "@esbuild/openbsd-arm64": "0.26.0", 6323 "@esbuild/openbsd-x64": "0.26.0", 6324 "@esbuild/openharmony-arm64": "0.26.0", 6325 "@esbuild/sunos-x64": "0.26.0", 6326 "@esbuild/win32-arm64": "0.26.0", 6327 "@esbuild/win32-ia32": "0.26.0", 6328 "@esbuild/win32-x64": "0.26.0" 6329 } 6330 }, 6331 "node_modules/pkgroll/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": { 6332 "version": "0.26.0", 6333 "cpu": [ 6334 "arm64" 6335 ], 6336 "dev": true, 6337 "license": "MIT", 6338 "optional": true, 6339 "os": [ 6340 "darwin" 6341 ], 6342 "engines": { 6343 "node": ">=18" 6344 } 6345 }, 6346 "node_modules/postcss": { 6347 "version": "8.5.8", 6348 "dev": true, 6349 "funding": [ 6350 { 6351 "type": "opencollective", 6352 "url": "https://opencollective.com/postcss/" 6353 }, 6354 { 6355 "type": "tidelift", 6356 "url": "https://tidelift.com/funding/github/npm/postcss" 6357 }, 6358 { 6359 "type": "github", 6360 "url": "https://github.com/sponsors/ai" 6361 } 6362 ], 6363 "license": "MIT", 6364 "dependencies": { 6365 "nanoid": "^3.3.11", 6366 "picocolors": "^1.1.1", 6367 "source-map-js": "^1.2.1" 6368 }, 6369 "engines": { 6370 "node": "^10 || ^12 || >=14" 6371 } 6372 }, 6373 "node_modules/postgres-array": { 6374 "version": "2.0.0", 6375 "license": "MIT", 6376 "engines": { 6377 "node": ">=4" 6378 } 6379 }, 6380 "node_modules/postgres-bytea": { 6381 "version": "1.0.1", 6382 "license": "MIT", 6383 "engines": { 6384 "node": ">=0.10.0" 6385 } 6386 }, 6387 "node_modules/postgres-date": { 6388 "version": "1.0.7", 6389 "license": "MIT", 6390 "engines": { 6391 "node": ">=0.10.0" 6392 } 6393 }, 6394 "node_modules/postgres-interval": { 6395 "version": "1.2.0", 6396 "license": "MIT", 6397 "dependencies": { 6398 "xtend": "^4.0.0" 6399 }, 6400 "engines": { 6401 "node": ">=0.10.0" 6402 } 6403 }, 6404 "node_modules/prebuild-install": { 6405 "version": "7.1.3", 6406 "license": "MIT", 6407 "dependencies": { 6408 "detect-libc": "^2.0.0", 6409 "expand-template": "^2.0.3", 6410 "github-from-package": "0.0.0", 6411 "minimist": "^1.2.3", 6412 "mkdirp-classic": "^0.5.3", 6413 "napi-build-utils": "^2.0.0", 6414 "node-abi": "^3.3.0", 6415 "pump": "^3.0.0", 6416 "rc": "^1.2.7", 6417 "simple-get": "^4.0.0", 6418 "tar-fs": "^2.0.0", 6419 "tunnel-agent": "^0.6.0" 6420 }, 6421 "bin": { 6422 "prebuild-install": "bin.js" 6423 }, 6424 "engines": { 6425 "node": ">=10" 6426 } 6427 }, 6428 "node_modules/prettier": { 6429 "version": "3.8.1", 6430 "license": "MIT", 6431 "bin": { 6432 "prettier": "bin/prettier.cjs" 6433 }, 6434 "engines": { 6435 "node": ">=14" 6436 }, 6437 "funding": { 6438 "url": "https://github.com/prettier/prettier?sponsor=1" 6439 } 6440 }, 6441 "node_modules/process": { 6442 "version": "0.11.10", 6443 "license": "MIT", 6444 "engines": { 6445 "node": ">= 0.6.0" 6446 } 6447 }, 6448 "node_modules/process-warning": { 6449 "version": "3.0.0", 6450 "license": "MIT" 6451 }, 6452 "node_modules/prompts": { 6453 "version": "2.4.2", 6454 "license": "MIT", 6455 "dependencies": { 6456 "kleur": "^3.0.3", 6457 "sisteransi": "^1.0.5" 6458 }, 6459 "engines": { 6460 "node": ">= 6" 6461 } 6462 }, 6463 "node_modules/proxy-addr": { 6464 "version": "2.0.7", 6465 "license": "MIT", 6466 "dependencies": { 6467 "forwarded": "0.2.0", 6468 "ipaddr.js": "1.9.1" 6469 }, 6470 "engines": { 6471 "node": ">= 0.10" 6472 } 6473 }, 6474 "node_modules/proxy-from-env": { 6475 "version": "1.1.0", 6476 "license": "MIT" 6477 }, 6478 "node_modules/pump": { 6479 "version": "3.0.3", 6480 "license": "MIT", 6481 "dependencies": { 6482 "end-of-stream": "^1.1.0", 6483 "once": "^1.3.1" 6484 } 6485 }, 6486 "node_modules/pure-rand": { 6487 "version": "6.1.0", 6488 "funding": [ 6489 { 6490 "type": "individual", 6491 "url": "https://github.com/sponsors/dubzzz" 6492 }, 6493 { 6494 "type": "opencollective", 6495 "url": "https://opencollective.com/fast-check" 6496 } 6497 ], 6498 "license": "MIT" 6499 }, 6500 "node_modules/qs": { 6501 "version": "6.14.1", 6502 "license": "BSD-3-Clause", 6503 "dependencies": { 6504 "side-channel": "^1.1.0" 6505 }, 6506 "engines": { 6507 "node": ">=0.6" 6508 }, 6509 "funding": { 6510 "url": "https://github.com/sponsors/ljharb" 6511 } 6512 }, 6513 "node_modules/queue-microtask": { 6514 "version": "1.2.3", 6515 "funding": [ 6516 { 6517 "type": "github", 6518 "url": "https://github.com/sponsors/feross" 6519 }, 6520 { 6521 "type": "patreon", 6522 "url": "https://www.patreon.com/feross" 6523 }, 6524 { 6525 "type": "consulting", 6526 "url": "https://feross.org/support" 6527 } 6528 ], 6529 "license": "MIT" 6530 }, 6531 "node_modules/quick-format-unescaped": { 6532 "version": "4.0.4", 6533 "license": "MIT" 6534 }, 6535 "node_modules/radix3": { 6536 "version": "1.1.2", 6537 "license": "MIT" 6538 }, 6539 "node_modules/ramda": { 6540 "version": "0.32.0", 6541 "license": "MIT", 6542 "funding": { 6543 "type": "opencollective", 6544 "url": "https://opencollective.com/ramda" 6545 } 6546 }, 6547 "node_modules/range-parser": { 6548 "version": "1.2.1", 6549 "license": "MIT", 6550 "engines": { 6551 "node": ">= 0.6" 6552 } 6553 }, 6554 "node_modules/rate-limiter-flexible": { 6555 "version": "2.4.2", 6556 "license": "ISC" 6557 }, 6558 "node_modules/raw-body": { 6559 "version": "3.0.2", 6560 "license": "MIT", 6561 "dependencies": { 6562 "bytes": "~3.1.2", 6563 "http-errors": "~2.0.1", 6564 "iconv-lite": "~0.7.0", 6565 "unpipe": "~1.0.0" 6566 }, 6567 "engines": { 6568 "node": ">= 0.10" 6569 } 6570 }, 6571 "node_modules/rc": { 6572 "version": "1.2.8", 6573 "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", 6574 "dependencies": { 6575 "deep-extend": "^0.6.0", 6576 "ini": "~1.3.0", 6577 "minimist": "^1.2.0", 6578 "strip-json-comments": "~2.0.1" 6579 }, 6580 "bin": { 6581 "rc": "cli.js" 6582 } 6583 }, 6584 "node_modules/readable-stream": { 6585 "version": "4.7.0", 6586 "license": "MIT", 6587 "dependencies": { 6588 "abort-controller": "^3.0.0", 6589 "buffer": "^6.0.3", 6590 "events": "^3.3.0", 6591 "process": "^0.11.10", 6592 "string_decoder": "^1.3.0" 6593 }, 6594 "engines": { 6595 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 6596 } 6597 }, 6598 "node_modules/readdirp": { 6599 "version": "5.0.0", 6600 "license": "MIT", 6601 "engines": { 6602 "node": ">= 20.19.0" 6603 }, 6604 "funding": { 6605 "type": "individual", 6606 "url": "https://paulmillr.com/funding/" 6607 } 6608 }, 6609 "node_modules/real-require": { 6610 "version": "0.2.0", 6611 "license": "MIT", 6612 "engines": { 6613 "node": ">= 12.13.0" 6614 } 6615 }, 6616 "node_modules/redis": { 6617 "version": "5.10.0", 6618 "license": "MIT", 6619 "dependencies": { 6620 "@redis/bloom": "5.10.0", 6621 "@redis/client": "5.10.0", 6622 "@redis/json": "5.10.0", 6623 "@redis/search": "5.10.0", 6624 "@redis/time-series": "5.10.0" 6625 }, 6626 "engines": { 6627 "node": ">= 18" 6628 } 6629 }, 6630 "node_modules/redis-errors": { 6631 "version": "1.2.0", 6632 "license": "MIT", 6633 "engines": { 6634 "node": ">=4" 6635 } 6636 }, 6637 "node_modules/redis-parser": { 6638 "version": "3.0.0", 6639 "license": "MIT", 6640 "dependencies": { 6641 "redis-errors": "^1.0.0" 6642 }, 6643 "engines": { 6644 "node": ">=4" 6645 } 6646 }, 6647 "node_modules/redlock": { 6648 "version": "v5.0.0-beta.2", 6649 "license": "MIT", 6650 "dependencies": { 6651 "node-abort-controller": "^3.0.1" 6652 }, 6653 "engines": { 6654 "node": ">=12" 6655 } 6656 }, 6657 "node_modules/resolve": { 6658 "version": "1.22.11", 6659 "dev": true, 6660 "license": "MIT", 6661 "dependencies": { 6662 "is-core-module": "^2.16.1", 6663 "path-parse": "^1.0.7", 6664 "supports-preserve-symlinks-flag": "^1.0.0" 6665 }, 6666 "bin": { 6667 "resolve": "bin/resolve" 6668 }, 6669 "engines": { 6670 "node": ">= 0.4" 6671 }, 6672 "funding": { 6673 "url": "https://github.com/sponsors/ljharb" 6674 } 6675 }, 6676 "node_modules/resolve-pkg-maps": { 6677 "version": "1.0.0", 6678 "dev": true, 6679 "license": "MIT", 6680 "funding": { 6681 "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" 6682 } 6683 }, 6684 "node_modules/retry": { 6685 "version": "0.13.1", 6686 "license": "MIT", 6687 "engines": { 6688 "node": ">= 4" 6689 } 6690 }, 6691 "node_modules/reusify": { 6692 "version": "1.1.0", 6693 "license": "MIT", 6694 "engines": { 6695 "iojs": ">=1.0.0", 6696 "node": ">=0.10.0" 6697 } 6698 }, 6699 "node_modules/rollup": { 6700 "version": "4.58.0", 6701 "dev": true, 6702 "license": "MIT", 6703 "peer": true, 6704 "dependencies": { 6705 "@types/estree": "1.0.8" 6706 }, 6707 "bin": { 6708 "rollup": "dist/bin/rollup" 6709 }, 6710 "engines": { 6711 "node": ">=18.0.0", 6712 "npm": ">=8.0.0" 6713 }, 6714 "optionalDependencies": { 6715 "@rollup/rollup-android-arm-eabi": "4.58.0", 6716 "@rollup/rollup-android-arm64": "4.58.0", 6717 "@rollup/rollup-darwin-arm64": "4.58.0", 6718 "@rollup/rollup-darwin-x64": "4.58.0", 6719 "@rollup/rollup-freebsd-arm64": "4.58.0", 6720 "@rollup/rollup-freebsd-x64": "4.58.0", 6721 "@rollup/rollup-linux-arm-gnueabihf": "4.58.0", 6722 "@rollup/rollup-linux-arm-musleabihf": "4.58.0", 6723 "@rollup/rollup-linux-arm64-gnu": "4.58.0", 6724 "@rollup/rollup-linux-arm64-musl": "4.58.0", 6725 "@rollup/rollup-linux-loong64-gnu": "4.58.0", 6726 "@rollup/rollup-linux-loong64-musl": "4.58.0", 6727 "@rollup/rollup-linux-ppc64-gnu": "4.58.0", 6728 "@rollup/rollup-linux-ppc64-musl": "4.58.0", 6729 "@rollup/rollup-linux-riscv64-gnu": "4.58.0", 6730 "@rollup/rollup-linux-riscv64-musl": "4.58.0", 6731 "@rollup/rollup-linux-s390x-gnu": "4.58.0", 6732 "@rollup/rollup-linux-x64-gnu": "4.58.0", 6733 "@rollup/rollup-linux-x64-musl": "4.58.0", 6734 "@rollup/rollup-openbsd-x64": "4.58.0", 6735 "@rollup/rollup-openharmony-arm64": "4.58.0", 6736 "@rollup/rollup-win32-arm64-msvc": "4.58.0", 6737 "@rollup/rollup-win32-ia32-msvc": "4.58.0", 6738 "@rollup/rollup-win32-x64-gnu": "4.58.0", 6739 "@rollup/rollup-win32-x64-msvc": "4.58.0", 6740 "fsevents": "~2.3.2" 6741 } 6742 }, 6743 "node_modules/rollup-plugin-import-trace": { 6744 "version": "1.0.1", 6745 "dev": true, 6746 "license": "MIT", 6747 "engines": { 6748 "node": ">=20.20.0" 6749 }, 6750 "funding": { 6751 "url": "https://github.com/privatenumber/rollup-plugin-import-trace?sponsor=1" 6752 }, 6753 "peerDependencies": { 6754 "rollup": "^3.0.0 || ^4.0.0", 6755 "vite": "^5.0.0 || ^6.0.0 || ^7.0.0" 6756 }, 6757 "peerDependenciesMeta": { 6758 "rollup": { 6759 "optional": true 6760 }, 6761 "vite": { 6762 "optional": true 6763 } 6764 } 6765 }, 6766 "node_modules/rollup-pluginutils": { 6767 "version": "2.8.2", 6768 "dev": true, 6769 "license": "MIT", 6770 "dependencies": { 6771 "estree-walker": "^0.6.1" 6772 } 6773 }, 6774 "node_modules/rollup-pluginutils/node_modules/estree-walker": { 6775 "version": "0.6.1", 6776 "dev": true, 6777 "license": "MIT" 6778 }, 6779 "node_modules/router": { 6780 "version": "2.2.0", 6781 "license": "MIT", 6782 "dependencies": { 6783 "debug": "^4.4.0", 6784 "depd": "^2.0.0", 6785 "is-promise": "^4.0.0", 6786 "parseurl": "^1.3.3", 6787 "path-to-regexp": "^8.0.0" 6788 }, 6789 "engines": { 6790 "node": ">= 18" 6791 } 6792 }, 6793 "node_modules/router/node_modules/path-to-regexp": { 6794 "version": "8.3.0", 6795 "license": "MIT", 6796 "funding": { 6797 "type": "opencollective", 6798 "url": "https://opencollective.com/express" 6799 } 6800 }, 6801 "node_modules/run-parallel": { 6802 "version": "1.2.0", 6803 "funding": [ 6804 { 6805 "type": "github", 6806 "url": "https://github.com/sponsors/feross" 6807 }, 6808 { 6809 "type": "patreon", 6810 "url": "https://www.patreon.com/feross" 6811 }, 6812 { 6813 "type": "consulting", 6814 "url": "https://feross.org/support" 6815 } 6816 ], 6817 "license": "MIT", 6818 "dependencies": { 6819 "queue-microtask": "^1.2.2" 6820 } 6821 }, 6822 "node_modules/safe-buffer": { 6823 "version": "5.2.1", 6824 "funding": [ 6825 { 6826 "type": "github", 6827 "url": "https://github.com/sponsors/feross" 6828 }, 6829 { 6830 "type": "patreon", 6831 "url": "https://www.patreon.com/feross" 6832 }, 6833 { 6834 "type": "consulting", 6835 "url": "https://feross.org/support" 6836 } 6837 ], 6838 "license": "MIT" 6839 }, 6840 "node_modules/safe-stable-stringify": { 6841 "version": "2.5.0", 6842 "license": "MIT", 6843 "engines": { 6844 "node": ">=10" 6845 } 6846 }, 6847 "node_modules/safer-buffer": { 6848 "version": "2.1.2", 6849 "license": "MIT" 6850 }, 6851 "node_modules/semver": { 6852 "version": "7.7.4", 6853 "license": "ISC", 6854 "bin": { 6855 "semver": "bin/semver.js" 6856 }, 6857 "engines": { 6858 "node": ">=10" 6859 } 6860 }, 6861 "node_modules/send": { 6862 "version": "1.2.1", 6863 "license": "MIT", 6864 "dependencies": { 6865 "debug": "^4.4.3", 6866 "encodeurl": "^2.0.0", 6867 "escape-html": "^1.0.3", 6868 "etag": "^1.8.1", 6869 "fresh": "^2.0.0", 6870 "http-errors": "^2.0.1", 6871 "mime-types": "^3.0.2", 6872 "ms": "^2.1.3", 6873 "on-finished": "^2.4.1", 6874 "range-parser": "^1.2.1", 6875 "statuses": "^2.0.2" 6876 }, 6877 "engines": { 6878 "node": ">= 18" 6879 }, 6880 "funding": { 6881 "type": "opencollective", 6882 "url": "https://opencollective.com/express" 6883 } 6884 }, 6885 "node_modules/send/node_modules/mime-types": { 6886 "version": "3.0.2", 6887 "license": "MIT", 6888 "dependencies": { 6889 "mime-db": "^1.54.0" 6890 }, 6891 "engines": { 6892 "node": ">=18" 6893 }, 6894 "funding": { 6895 "type": "opencollective", 6896 "url": "https://opencollective.com/express" 6897 } 6898 }, 6899 "node_modules/send/node_modules/mime-types/node_modules/mime-db": { 6900 "version": "1.54.0", 6901 "license": "MIT", 6902 "engines": { 6903 "node": ">= 0.6" 6904 } 6905 }, 6906 "node_modules/serve-static": { 6907 "version": "2.2.1", 6908 "license": "MIT", 6909 "dependencies": { 6910 "encodeurl": "^2.0.0", 6911 "escape-html": "^1.0.3", 6912 "parseurl": "^1.3.3", 6913 "send": "^1.2.0" 6914 }, 6915 "engines": { 6916 "node": ">= 18" 6917 }, 6918 "funding": { 6919 "type": "opencollective", 6920 "url": "https://opencollective.com/express" 6921 } 6922 }, 6923 "node_modules/setprototypeof": { 6924 "version": "1.2.0", 6925 "license": "ISC" 6926 }, 6927 "node_modules/side-channel": { 6928 "version": "1.1.0", 6929 "license": "MIT", 6930 "dependencies": { 6931 "es-errors": "^1.3.0", 6932 "object-inspect": "^1.13.3", 6933 "side-channel-list": "^1.0.0", 6934 "side-channel-map": "^1.0.1", 6935 "side-channel-weakmap": "^1.0.2" 6936 }, 6937 "engines": { 6938 "node": ">= 0.4" 6939 }, 6940 "funding": { 6941 "url": "https://github.com/sponsors/ljharb" 6942 } 6943 }, 6944 "node_modules/side-channel-list": { 6945 "version": "1.0.0", 6946 "license": "MIT", 6947 "dependencies": { 6948 "es-errors": "^1.3.0", 6949 "object-inspect": "^1.13.3" 6950 }, 6951 "engines": { 6952 "node": ">= 0.4" 6953 }, 6954 "funding": { 6955 "url": "https://github.com/sponsors/ljharb" 6956 } 6957 }, 6958 "node_modules/side-channel-map": { 6959 "version": "1.0.1", 6960 "license": "MIT", 6961 "dependencies": { 6962 "call-bound": "^1.0.2", 6963 "es-errors": "^1.3.0", 6964 "get-intrinsic": "^1.2.5", 6965 "object-inspect": "^1.13.3" 6966 }, 6967 "engines": { 6968 "node": ">= 0.4" 6969 }, 6970 "funding": { 6971 "url": "https://github.com/sponsors/ljharb" 6972 } 6973 }, 6974 "node_modules/side-channel-weakmap": { 6975 "version": "1.0.2", 6976 "license": "MIT", 6977 "dependencies": { 6978 "call-bound": "^1.0.2", 6979 "es-errors": "^1.3.0", 6980 "get-intrinsic": "^1.2.5", 6981 "object-inspect": "^1.13.3", 6982 "side-channel-map": "^1.0.1" 6983 }, 6984 "engines": { 6985 "node": ">= 0.4" 6986 }, 6987 "funding": { 6988 "url": "https://github.com/sponsors/ljharb" 6989 } 6990 }, 6991 "node_modules/siginfo": { 6992 "version": "2.0.0", 6993 "dev": true, 6994 "license": "ISC" 6995 }, 6996 "node_modules/simple-concat": { 6997 "version": "1.0.1", 6998 "funding": [ 6999 { 7000 "type": "github", 7001 "url": "https://github.com/sponsors/feross" 7002 }, 7003 { 7004 "type": "patreon", 7005 "url": "https://www.patreon.com/feross" 7006 }, 7007 { 7008 "type": "consulting", 7009 "url": "https://feross.org/support" 7010 } 7011 ], 7012 "license": "MIT" 7013 }, 7014 "node_modules/simple-get": { 7015 "version": "4.0.1", 7016 "funding": [ 7017 { 7018 "type": "github", 7019 "url": "https://github.com/sponsors/feross" 7020 }, 7021 { 7022 "type": "patreon", 7023 "url": "https://www.patreon.com/feross" 7024 }, 7025 { 7026 "type": "consulting", 7027 "url": "https://feross.org/support" 7028 } 7029 ], 7030 "license": "MIT", 7031 "dependencies": { 7032 "decompress-response": "^6.0.0", 7033 "once": "^1.3.1", 7034 "simple-concat": "^1.0.0" 7035 } 7036 }, 7037 "node_modules/sisteransi": { 7038 "version": "1.0.5", 7039 "license": "MIT" 7040 }, 7041 "node_modules/sonic-boom": { 7042 "version": "3.8.1", 7043 "license": "MIT", 7044 "dependencies": { 7045 "atomic-sleep": "^1.0.0" 7046 } 7047 }, 7048 "node_modules/source-map": { 7049 "version": "0.6.1", 7050 "dev": true, 7051 "license": "BSD-3-Clause", 7052 "engines": { 7053 "node": ">=0.10.0" 7054 } 7055 }, 7056 "node_modules/source-map-js": { 7057 "version": "1.2.1", 7058 "dev": true, 7059 "license": "BSD-3-Clause", 7060 "engines": { 7061 "node": ">=0.10.0" 7062 } 7063 }, 7064 "node_modules/source-map-support": { 7065 "version": "0.5.21", 7066 "dev": true, 7067 "license": "MIT", 7068 "dependencies": { 7069 "buffer-from": "^1.0.0", 7070 "source-map": "^0.6.0" 7071 } 7072 }, 7073 "node_modules/split2": { 7074 "version": "4.2.0", 7075 "license": "ISC", 7076 "engines": { 7077 "node": ">= 10.x" 7078 } 7079 }, 7080 "node_modules/ssh2": { 7081 "version": "1.17.0", 7082 "hasInstallScript": true, 7083 "dependencies": { 7084 "asn1": "^0.2.6", 7085 "bcrypt-pbkdf": "^1.0.2" 7086 }, 7087 "engines": { 7088 "node": ">=10.16.0" 7089 }, 7090 "optionalDependencies": { 7091 "cpu-features": "~0.0.10", 7092 "nan": "^2.23.0" 7093 } 7094 }, 7095 "node_modules/stackback": { 7096 "version": "0.0.2", 7097 "dev": true, 7098 "license": "MIT" 7099 }, 7100 "node_modules/standard-as-callback": { 7101 "version": "2.1.0", 7102 "license": "MIT" 7103 }, 7104 "node_modules/statuses": { 7105 "version": "2.0.2", 7106 "license": "MIT", 7107 "engines": { 7108 "node": ">= 0.8" 7109 } 7110 }, 7111 "node_modules/std-env": { 7112 "version": "4.0.0", 7113 "dev": true, 7114 "license": "MIT" 7115 }, 7116 "node_modules/streamx": { 7117 "version": "2.25.0", 7118 "license": "MIT", 7119 "dependencies": { 7120 "events-universal": "^1.0.0", 7121 "fast-fifo": "^1.3.2", 7122 "text-decoder": "^1.1.0" 7123 } 7124 }, 7125 "node_modules/string_decoder": { 7126 "version": "1.3.0", 7127 "license": "MIT", 7128 "dependencies": { 7129 "safe-buffer": "~5.2.0" 7130 } 7131 }, 7132 "node_modules/strip-json-comments": { 7133 "version": "2.0.1", 7134 "license": "MIT", 7135 "engines": { 7136 "node": ">=0.10.0" 7137 } 7138 }, 7139 "node_modules/supports-color": { 7140 "version": "7.2.0", 7141 "license": "MIT", 7142 "dependencies": { 7143 "has-flag": "^4.0.0" 7144 }, 7145 "engines": { 7146 "node": ">=8" 7147 } 7148 }, 7149 "node_modules/supports-preserve-symlinks-flag": { 7150 "version": "1.0.0", 7151 "dev": true, 7152 "license": "MIT", 7153 "engines": { 7154 "node": ">= 0.4" 7155 }, 7156 "funding": { 7157 "url": "https://github.com/sponsors/ljharb" 7158 } 7159 }, 7160 "node_modules/tar-fs": { 7161 "version": "2.1.4", 7162 "license": "MIT", 7163 "dependencies": { 7164 "chownr": "^1.1.1", 7165 "mkdirp-classic": "^0.5.2", 7166 "pump": "^3.0.0", 7167 "tar-stream": "^2.1.4" 7168 } 7169 }, 7170 "node_modules/tar-fs/node_modules/tar-stream": { 7171 "version": "2.2.0", 7172 "license": "MIT", 7173 "dependencies": { 7174 "bl": "^4.0.3", 7175 "end-of-stream": "^1.4.1", 7176 "fs-constants": "^1.0.0", 7177 "inherits": "^2.0.3", 7178 "readable-stream": "^3.1.1" 7179 }, 7180 "engines": { 7181 "node": ">=6" 7182 } 7183 }, 7184 "node_modules/tar-fs/node_modules/tar-stream/node_modules/readable-stream": { 7185 "version": "3.6.2", 7186 "license": "MIT", 7187 "dependencies": { 7188 "inherits": "^2.0.3", 7189 "string_decoder": "^1.1.1", 7190 "util-deprecate": "^1.0.1" 7191 }, 7192 "engines": { 7193 "node": ">= 6" 7194 } 7195 }, 7196 "node_modules/tar-stream": { 7197 "version": "3.1.7", 7198 "license": "MIT", 7199 "dependencies": { 7200 "b4a": "^1.6.4", 7201 "fast-fifo": "^1.2.0", 7202 "streamx": "^2.15.0" 7203 } 7204 }, 7205 "node_modules/text-decoder": { 7206 "version": "1.2.7", 7207 "license": "Apache-2.0", 7208 "dependencies": { 7209 "b4a": "^1.6.4" 7210 } 7211 }, 7212 "node_modules/thread-stream": { 7213 "version": "2.7.0", 7214 "license": "MIT", 7215 "dependencies": { 7216 "real-require": "^0.2.0" 7217 } 7218 }, 7219 "node_modules/tinybench": { 7220 "version": "2.9.0", 7221 "dev": true, 7222 "license": "MIT" 7223 }, 7224 "node_modules/tinyexec": { 7225 "version": "1.0.4", 7226 "dev": true, 7227 "license": "MIT", 7228 "engines": { 7229 "node": ">=18" 7230 } 7231 }, 7232 "node_modules/tinyglobby": { 7233 "version": "0.2.15", 7234 "dev": true, 7235 "license": "MIT", 7236 "dependencies": { 7237 "fdir": "^6.5.0", 7238 "picomatch": "^4.0.3" 7239 }, 7240 "engines": { 7241 "node": ">=12.0.0" 7242 }, 7243 "funding": { 7244 "url": "https://github.com/sponsors/SuperchupuDev" 7245 } 7246 }, 7247 "node_modules/tinyglobby/node_modules/picomatch": { 7248 "version": "4.0.3", 7249 "dev": true, 7250 "license": "MIT", 7251 "engines": { 7252 "node": ">=12" 7253 }, 7254 "funding": { 7255 "url": "https://github.com/sponsors/jonschlinkert" 7256 } 7257 }, 7258 "node_modules/tinyrainbow": { 7259 "version": "3.1.0", 7260 "dev": true, 7261 "license": "MIT", 7262 "engines": { 7263 "node": ">=14.0.0" 7264 } 7265 }, 7266 "node_modules/tlds": { 7267 "version": "1.261.0", 7268 "license": "MIT", 7269 "bin": { 7270 "tlds": "bin.js" 7271 } 7272 }, 7273 "node_modules/to-regex-range": { 7274 "version": "5.0.1", 7275 "license": "MIT", 7276 "dependencies": { 7277 "is-number": "^7.0.0" 7278 }, 7279 "engines": { 7280 "node": ">=8.0" 7281 } 7282 }, 7283 "node_modules/toidentifier": { 7284 "version": "1.0.1", 7285 "license": "MIT", 7286 "engines": { 7287 "node": ">=0.6" 7288 } 7289 }, 7290 "node_modules/ts-morph": { 7291 "version": "16.0.0", 7292 "license": "MIT", 7293 "dependencies": { 7294 "@ts-morph/common": "~0.17.0", 7295 "code-block-writer": "^11.0.3" 7296 } 7297 }, 7298 "node_modules/ts-toolbelt": { 7299 "version": "9.6.0", 7300 "license": "Apache-2.0" 7301 }, 7302 "node_modules/tsconfck": { 7303 "version": "3.1.6", 7304 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz", 7305 "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==", 7306 "dev": true, 7307 "license": "MIT", 7308 "bin": { 7309 "tsconfck": "bin/tsconfck.js" 7310 }, 7311 "engines": { 7312 "node": "^18 || >=20" 7313 }, 7314 "peerDependencies": { 7315 "typescript": "^5.0.0" 7316 }, 7317 "peerDependenciesMeta": { 7318 "typescript": { 7319 "optional": true 7320 } 7321 } 7322 }, 7323 "node_modules/tslib": { 7324 "version": "2.8.1", 7325 "license": "0BSD" 7326 }, 7327 "node_modules/tsx": { 7328 "version": "4.21.0", 7329 "dev": true, 7330 "license": "MIT", 7331 "dependencies": { 7332 "esbuild": "~0.27.0", 7333 "get-tsconfig": "^4.7.5" 7334 }, 7335 "bin": { 7336 "tsx": "dist/cli.mjs" 7337 }, 7338 "engines": { 7339 "node": ">=18.0.0" 7340 }, 7341 "optionalDependencies": { 7342 "fsevents": "~2.3.3" 7343 } 7344 }, 7345 "node_modules/tsx/node_modules/@esbuild/aix-ppc64": { 7346 "version": "0.27.3", 7347 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz", 7348 "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==", 7349 "cpu": [ 7350 "ppc64" 7351 ], 7352 "dev": true, 7353 "license": "MIT", 7354 "optional": true, 7355 "os": [ 7356 "aix" 7357 ], 7358 "engines": { 7359 "node": ">=18" 7360 } 7361 }, 7362 "node_modules/tsx/node_modules/@esbuild/android-arm": { 7363 "version": "0.27.3", 7364 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz", 7365 "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==", 7366 "cpu": [ 7367 "arm" 7368 ], 7369 "dev": true, 7370 "license": "MIT", 7371 "optional": true, 7372 "os": [ 7373 "android" 7374 ], 7375 "engines": { 7376 "node": ">=18" 7377 } 7378 }, 7379 "node_modules/tsx/node_modules/@esbuild/android-arm64": { 7380 "version": "0.27.3", 7381 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz", 7382 "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==", 7383 "cpu": [ 7384 "arm64" 7385 ], 7386 "dev": true, 7387 "license": "MIT", 7388 "optional": true, 7389 "os": [ 7390 "android" 7391 ], 7392 "engines": { 7393 "node": ">=18" 7394 } 7395 }, 7396 "node_modules/tsx/node_modules/@esbuild/android-x64": { 7397 "version": "0.27.3", 7398 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz", 7399 "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==", 7400 "cpu": [ 7401 "x64" 7402 ], 7403 "dev": true, 7404 "license": "MIT", 7405 "optional": true, 7406 "os": [ 7407 "android" 7408 ], 7409 "engines": { 7410 "node": ">=18" 7411 } 7412 }, 7413 "node_modules/tsx/node_modules/@esbuild/darwin-x64": { 7414 "version": "0.27.3", 7415 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz", 7416 "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==", 7417 "cpu": [ 7418 "x64" 7419 ], 7420 "dev": true, 7421 "license": "MIT", 7422 "optional": true, 7423 "os": [ 7424 "darwin" 7425 ], 7426 "engines": { 7427 "node": ">=18" 7428 } 7429 }, 7430 "node_modules/tsx/node_modules/@esbuild/freebsd-arm64": { 7431 "version": "0.27.3", 7432 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz", 7433 "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==", 7434 "cpu": [ 7435 "arm64" 7436 ], 7437 "dev": true, 7438 "license": "MIT", 7439 "optional": true, 7440 "os": [ 7441 "freebsd" 7442 ], 7443 "engines": { 7444 "node": ">=18" 7445 } 7446 }, 7447 "node_modules/tsx/node_modules/@esbuild/freebsd-x64": { 7448 "version": "0.27.3", 7449 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz", 7450 "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==", 7451 "cpu": [ 7452 "x64" 7453 ], 7454 "dev": true, 7455 "license": "MIT", 7456 "optional": true, 7457 "os": [ 7458 "freebsd" 7459 ], 7460 "engines": { 7461 "node": ">=18" 7462 } 7463 }, 7464 "node_modules/tsx/node_modules/@esbuild/linux-arm": { 7465 "version": "0.27.3", 7466 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz", 7467 "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==", 7468 "cpu": [ 7469 "arm" 7470 ], 7471 "dev": true, 7472 "license": "MIT", 7473 "optional": true, 7474 "os": [ 7475 "linux" 7476 ], 7477 "engines": { 7478 "node": ">=18" 7479 } 7480 }, 7481 "node_modules/tsx/node_modules/@esbuild/linux-arm64": { 7482 "version": "0.27.3", 7483 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz", 7484 "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==", 7485 "cpu": [ 7486 "arm64" 7487 ], 7488 "dev": true, 7489 "license": "MIT", 7490 "optional": true, 7491 "os": [ 7492 "linux" 7493 ], 7494 "engines": { 7495 "node": ">=18" 7496 } 7497 }, 7498 "node_modules/tsx/node_modules/@esbuild/linux-ia32": { 7499 "version": "0.27.3", 7500 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz", 7501 "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==", 7502 "cpu": [ 7503 "ia32" 7504 ], 7505 "dev": true, 7506 "license": "MIT", 7507 "optional": true, 7508 "os": [ 7509 "linux" 7510 ], 7511 "engines": { 7512 "node": ">=18" 7513 } 7514 }, 7515 "node_modules/tsx/node_modules/@esbuild/linux-loong64": { 7516 "version": "0.27.3", 7517 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz", 7518 "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==", 7519 "cpu": [ 7520 "loong64" 7521 ], 7522 "dev": true, 7523 "license": "MIT", 7524 "optional": true, 7525 "os": [ 7526 "linux" 7527 ], 7528 "engines": { 7529 "node": ">=18" 7530 } 7531 }, 7532 "node_modules/tsx/node_modules/@esbuild/linux-mips64el": { 7533 "version": "0.27.3", 7534 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz", 7535 "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==", 7536 "cpu": [ 7537 "mips64el" 7538 ], 7539 "dev": true, 7540 "license": "MIT", 7541 "optional": true, 7542 "os": [ 7543 "linux" 7544 ], 7545 "engines": { 7546 "node": ">=18" 7547 } 7548 }, 7549 "node_modules/tsx/node_modules/@esbuild/linux-ppc64": { 7550 "version": "0.27.3", 7551 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz", 7552 "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==", 7553 "cpu": [ 7554 "ppc64" 7555 ], 7556 "dev": true, 7557 "license": "MIT", 7558 "optional": true, 7559 "os": [ 7560 "linux" 7561 ], 7562 "engines": { 7563 "node": ">=18" 7564 } 7565 }, 7566 "node_modules/tsx/node_modules/@esbuild/linux-riscv64": { 7567 "version": "0.27.3", 7568 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz", 7569 "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==", 7570 "cpu": [ 7571 "riscv64" 7572 ], 7573 "dev": true, 7574 "license": "MIT", 7575 "optional": true, 7576 "os": [ 7577 "linux" 7578 ], 7579 "engines": { 7580 "node": ">=18" 7581 } 7582 }, 7583 "node_modules/tsx/node_modules/@esbuild/linux-s390x": { 7584 "version": "0.27.3", 7585 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz", 7586 "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==", 7587 "cpu": [ 7588 "s390x" 7589 ], 7590 "dev": true, 7591 "license": "MIT", 7592 "optional": true, 7593 "os": [ 7594 "linux" 7595 ], 7596 "engines": { 7597 "node": ">=18" 7598 } 7599 }, 7600 "node_modules/tsx/node_modules/@esbuild/linux-x64": { 7601 "version": "0.27.3", 7602 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz", 7603 "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==", 7604 "cpu": [ 7605 "x64" 7606 ], 7607 "dev": true, 7608 "license": "MIT", 7609 "optional": true, 7610 "os": [ 7611 "linux" 7612 ], 7613 "engines": { 7614 "node": ">=18" 7615 } 7616 }, 7617 "node_modules/tsx/node_modules/@esbuild/netbsd-arm64": { 7618 "version": "0.27.3", 7619 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz", 7620 "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==", 7621 "cpu": [ 7622 "arm64" 7623 ], 7624 "dev": true, 7625 "license": "MIT", 7626 "optional": true, 7627 "os": [ 7628 "netbsd" 7629 ], 7630 "engines": { 7631 "node": ">=18" 7632 } 7633 }, 7634 "node_modules/tsx/node_modules/@esbuild/netbsd-x64": { 7635 "version": "0.27.3", 7636 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz", 7637 "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==", 7638 "cpu": [ 7639 "x64" 7640 ], 7641 "dev": true, 7642 "license": "MIT", 7643 "optional": true, 7644 "os": [ 7645 "netbsd" 7646 ], 7647 "engines": { 7648 "node": ">=18" 7649 } 7650 }, 7651 "node_modules/tsx/node_modules/@esbuild/openbsd-arm64": { 7652 "version": "0.27.3", 7653 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz", 7654 "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==", 7655 "cpu": [ 7656 "arm64" 7657 ], 7658 "dev": true, 7659 "license": "MIT", 7660 "optional": true, 7661 "os": [ 7662 "openbsd" 7663 ], 7664 "engines": { 7665 "node": ">=18" 7666 } 7667 }, 7668 "node_modules/tsx/node_modules/@esbuild/openbsd-x64": { 7669 "version": "0.27.3", 7670 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz", 7671 "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==", 7672 "cpu": [ 7673 "x64" 7674 ], 7675 "dev": true, 7676 "license": "MIT", 7677 "optional": true, 7678 "os": [ 7679 "openbsd" 7680 ], 7681 "engines": { 7682 "node": ">=18" 7683 } 7684 }, 7685 "node_modules/tsx/node_modules/@esbuild/openharmony-arm64": { 7686 "version": "0.27.3", 7687 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz", 7688 "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==", 7689 "cpu": [ 7690 "arm64" 7691 ], 7692 "dev": true, 7693 "license": "MIT", 7694 "optional": true, 7695 "os": [ 7696 "openharmony" 7697 ], 7698 "engines": { 7699 "node": ">=18" 7700 } 7701 }, 7702 "node_modules/tsx/node_modules/@esbuild/sunos-x64": { 7703 "version": "0.27.3", 7704 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz", 7705 "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==", 7706 "cpu": [ 7707 "x64" 7708 ], 7709 "dev": true, 7710 "license": "MIT", 7711 "optional": true, 7712 "os": [ 7713 "sunos" 7714 ], 7715 "engines": { 7716 "node": ">=18" 7717 } 7718 }, 7719 "node_modules/tsx/node_modules/@esbuild/win32-arm64": { 7720 "version": "0.27.3", 7721 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz", 7722 "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==", 7723 "cpu": [ 7724 "arm64" 7725 ], 7726 "dev": true, 7727 "license": "MIT", 7728 "optional": true, 7729 "os": [ 7730 "win32" 7731 ], 7732 "engines": { 7733 "node": ">=18" 7734 } 7735 }, 7736 "node_modules/tsx/node_modules/@esbuild/win32-ia32": { 7737 "version": "0.27.3", 7738 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz", 7739 "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==", 7740 "cpu": [ 7741 "ia32" 7742 ], 7743 "dev": true, 7744 "license": "MIT", 7745 "optional": true, 7746 "os": [ 7747 "win32" 7748 ], 7749 "engines": { 7750 "node": ">=18" 7751 } 7752 }, 7753 "node_modules/tsx/node_modules/@esbuild/win32-x64": { 7754 "version": "0.27.3", 7755 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz", 7756 "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==", 7757 "cpu": [ 7758 "x64" 7759 ], 7760 "dev": true, 7761 "license": "MIT", 7762 "optional": true, 7763 "os": [ 7764 "win32" 7765 ], 7766 "engines": { 7767 "node": ">=18" 7768 } 7769 }, 7770 "node_modules/tsx/node_modules/esbuild": { 7771 "version": "0.27.3", 7772 "dev": true, 7773 "hasInstallScript": true, 7774 "license": "MIT", 7775 "bin": { 7776 "esbuild": "bin/esbuild" 7777 }, 7778 "engines": { 7779 "node": ">=18" 7780 }, 7781 "optionalDependencies": { 7782 "@esbuild/aix-ppc64": "0.27.3", 7783 "@esbuild/android-arm": "0.27.3", 7784 "@esbuild/android-arm64": "0.27.3", 7785 "@esbuild/android-x64": "0.27.3", 7786 "@esbuild/darwin-arm64": "0.27.3", 7787 "@esbuild/darwin-x64": "0.27.3", 7788 "@esbuild/freebsd-arm64": "0.27.3", 7789 "@esbuild/freebsd-x64": "0.27.3", 7790 "@esbuild/linux-arm": "0.27.3", 7791 "@esbuild/linux-arm64": "0.27.3", 7792 "@esbuild/linux-ia32": "0.27.3", 7793 "@esbuild/linux-loong64": "0.27.3", 7794 "@esbuild/linux-mips64el": "0.27.3", 7795 "@esbuild/linux-ppc64": "0.27.3", 7796 "@esbuild/linux-riscv64": "0.27.3", 7797 "@esbuild/linux-s390x": "0.27.3", 7798 "@esbuild/linux-x64": "0.27.3", 7799 "@esbuild/netbsd-arm64": "0.27.3", 7800 "@esbuild/netbsd-x64": "0.27.3", 7801 "@esbuild/openbsd-arm64": "0.27.3", 7802 "@esbuild/openbsd-x64": "0.27.3", 7803 "@esbuild/openharmony-arm64": "0.27.3", 7804 "@esbuild/sunos-x64": "0.27.3", 7805 "@esbuild/win32-arm64": "0.27.3", 7806 "@esbuild/win32-ia32": "0.27.3", 7807 "@esbuild/win32-x64": "0.27.3" 7808 } 7809 }, 7810 "node_modules/tsx/node_modules/esbuild/node_modules/@esbuild/darwin-arm64": { 7811 "version": "0.27.3", 7812 "cpu": [ 7813 "arm64" 7814 ], 7815 "dev": true, 7816 "license": "MIT", 7817 "optional": true, 7818 "os": [ 7819 "darwin" 7820 ], 7821 "engines": { 7822 "node": ">=18" 7823 } 7824 }, 7825 "node_modules/tunnel-agent": { 7826 "version": "0.6.0", 7827 "license": "Apache-2.0", 7828 "dependencies": { 7829 "safe-buffer": "^5.0.1" 7830 }, 7831 "engines": { 7832 "node": "*" 7833 } 7834 }, 7835 "node_modules/tweetnacl": { 7836 "version": "0.14.5", 7837 "license": "Unlicense" 7838 }, 7839 "node_modules/type-is": { 7840 "version": "2.0.1", 7841 "license": "MIT", 7842 "dependencies": { 7843 "content-type": "^1.0.5", 7844 "media-typer": "^1.1.0", 7845 "mime-types": "^3.0.0" 7846 }, 7847 "engines": { 7848 "node": ">= 0.6" 7849 } 7850 }, 7851 "node_modules/type-is/node_modules/mime-types": { 7852 "version": "3.0.2", 7853 "license": "MIT", 7854 "dependencies": { 7855 "mime-db": "^1.54.0" 7856 }, 7857 "engines": { 7858 "node": ">=18" 7859 }, 7860 "funding": { 7861 "type": "opencollective", 7862 "url": "https://opencollective.com/express" 7863 } 7864 }, 7865 "node_modules/type-is/node_modules/mime-types/node_modules/mime-db": { 7866 "version": "1.54.0", 7867 "license": "MIT", 7868 "engines": { 7869 "node": ">= 0.6" 7870 } 7871 }, 7872 "node_modules/types-ramda": { 7873 "version": "0.31.0", 7874 "license": "MIT", 7875 "dependencies": { 7876 "ts-toolbelt": "^9.6.0" 7877 } 7878 }, 7879 "node_modules/ufo": { 7880 "version": "1.6.3", 7881 "license": "MIT" 7882 }, 7883 "node_modules/uint8arrays": { 7884 "version": "3.0.0", 7885 "license": "MIT", 7886 "dependencies": { 7887 "multiformats": "^9.4.2" 7888 } 7889 }, 7890 "node_modules/uncrypto": { 7891 "version": "0.1.3", 7892 "license": "MIT" 7893 }, 7894 "node_modules/undici": { 7895 "version": "7.24.6", 7896 "license": "MIT", 7897 "engines": { 7898 "node": ">=20.18.1" 7899 } 7900 }, 7901 "node_modules/undici-types": { 7902 "version": "7.16.0", 7903 "license": "MIT" 7904 }, 7905 "node_modules/unicode-segmenter": { 7906 "version": "0.14.5", 7907 "license": "MIT" 7908 }, 7909 "node_modules/unique-username-generator": { 7910 "version": "1.5.1", 7911 "license": "MIT", 7912 "bin": { 7913 "unique-username": "dist/cli.js", 7914 "usergen": "dist/cli.js", 7915 "usernamegen": "dist/cli.js", 7916 "uuname": "dist/cli.js" 7917 } 7918 }, 7919 "node_modules/unpipe": { 7920 "version": "1.0.0", 7921 "license": "MIT", 7922 "engines": { 7923 "node": ">= 0.8" 7924 } 7925 }, 7926 "node_modules/unstorage": { 7927 "version": "1.17.4", 7928 "license": "MIT", 7929 "dependencies": { 7930 "anymatch": "^3.1.3", 7931 "chokidar": "^5.0.0", 7932 "destr": "^2.0.5", 7933 "h3": "^1.15.5", 7934 "lru-cache": "^11.2.0", 7935 "node-fetch-native": "^1.6.7", 7936 "ofetch": "^1.5.1", 7937 "ufo": "^1.6.3" 7938 }, 7939 "peerDependencies": { 7940 "@azure/app-configuration": "^1.8.0", 7941 "@azure/cosmos": "^4.2.0", 7942 "@azure/data-tables": "^13.3.0", 7943 "@azure/identity": "^4.6.0", 7944 "@azure/keyvault-secrets": "^4.9.0", 7945 "@azure/storage-blob": "^12.26.0", 7946 "@capacitor/preferences": "^6 || ^7 || ^8", 7947 "@deno/kv": ">=0.9.0", 7948 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0", 7949 "@planetscale/database": "^1.19.0", 7950 "@upstash/redis": "^1.34.3", 7951 "@vercel/blob": ">=0.27.1", 7952 "@vercel/functions": "^2.2.12 || ^3.0.0", 7953 "@vercel/kv": "^1 || ^2 || ^3", 7954 "aws4fetch": "^1.0.20", 7955 "db0": ">=0.2.1", 7956 "idb-keyval": "^6.2.1", 7957 "ioredis": "^5.4.2", 7958 "uploadthing": "^7.4.4" 7959 }, 7960 "peerDependenciesMeta": { 7961 "@azure/app-configuration": { 7962 "optional": true 7963 }, 7964 "@azure/cosmos": { 7965 "optional": true 7966 }, 7967 "@azure/data-tables": { 7968 "optional": true 7969 }, 7970 "@azure/identity": { 7971 "optional": true 7972 }, 7973 "@azure/keyvault-secrets": { 7974 "optional": true 7975 }, 7976 "@azure/storage-blob": { 7977 "optional": true 7978 }, 7979 "@capacitor/preferences": { 7980 "optional": true 7981 }, 7982 "@deno/kv": { 7983 "optional": true 7984 }, 7985 "@netlify/blobs": { 7986 "optional": true 7987 }, 7988 "@planetscale/database": { 7989 "optional": true 7990 }, 7991 "@upstash/redis": { 7992 "optional": true 7993 }, 7994 "@vercel/blob": { 7995 "optional": true 7996 }, 7997 "@vercel/functions": { 7998 "optional": true 7999 }, 8000 "@vercel/kv": { 8001 "optional": true 8002 }, 8003 "aws4fetch": { 8004 "optional": true 8005 }, 8006 "db0": { 8007 "optional": true 8008 }, 8009 "idb-keyval": { 8010 "optional": true 8011 }, 8012 "ioredis": { 8013 "optional": true 8014 }, 8015 "uploadthing": { 8016 "optional": true 8017 } 8018 } 8019 }, 8020 "node_modules/util-deprecate": { 8021 "version": "1.0.2", 8022 "license": "MIT" 8023 }, 8024 "node_modules/utils-merge": { 8025 "version": "1.0.1", 8026 "license": "MIT", 8027 "engines": { 8028 "node": ">= 0.4.0" 8029 } 8030 }, 8031 "node_modules/varint": { 8032 "version": "6.0.0", 8033 "license": "MIT" 8034 }, 8035 "node_modules/vary": { 8036 "version": "1.1.2", 8037 "license": "MIT", 8038 "engines": { 8039 "node": ">= 0.8" 8040 } 8041 }, 8042 "node_modules/vite": { 8043 "version": "7.3.1", 8044 "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", 8045 "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", 8046 "dev": true, 8047 "license": "MIT", 8048 "peer": true, 8049 "dependencies": { 8050 "esbuild": "^0.27.0", 8051 "fdir": "^6.5.0", 8052 "picomatch": "^4.0.3", 8053 "postcss": "^8.5.6", 8054 "rollup": "^4.43.0", 8055 "tinyglobby": "^0.2.15" 8056 }, 8057 "bin": { 8058 "vite": "bin/vite.js" 8059 }, 8060 "engines": { 8061 "node": "^20.19.0 || >=22.12.0" 8062 }, 8063 "funding": { 8064 "url": "https://github.com/vitejs/vite?sponsor=1" 8065 }, 8066 "optionalDependencies": { 8067 "fsevents": "~2.3.3" 8068 }, 8069 "peerDependencies": { 8070 "@types/node": "^20.19.0 || >=22.12.0", 8071 "jiti": ">=1.21.0", 8072 "less": "^4.0.0", 8073 "lightningcss": "^1.21.0", 8074 "sass": "^1.70.0", 8075 "sass-embedded": "^1.70.0", 8076 "stylus": ">=0.54.8", 8077 "sugarss": "^5.0.0", 8078 "terser": "^5.16.0", 8079 "tsx": "^4.8.1", 8080 "yaml": "^2.4.2" 8081 }, 8082 "peerDependenciesMeta": { 8083 "@types/node": { 8084 "optional": true 8085 }, 8086 "jiti": { 8087 "optional": true 8088 }, 8089 "less": { 8090 "optional": true 8091 }, 8092 "lightningcss": { 8093 "optional": true 8094 }, 8095 "sass": { 8096 "optional": true 8097 }, 8098 "sass-embedded": { 8099 "optional": true 8100 }, 8101 "stylus": { 8102 "optional": true 8103 }, 8104 "sugarss": { 8105 "optional": true 8106 }, 8107 "terser": { 8108 "optional": true 8109 }, 8110 "tsx": { 8111 "optional": true 8112 }, 8113 "yaml": { 8114 "optional": true 8115 } 8116 } 8117 }, 8118 "node_modules/vite-tsconfig-paths": { 8119 "version": "6.1.1", 8120 "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz", 8121 "integrity": "sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==", 8122 "dev": true, 8123 "license": "MIT", 8124 "dependencies": { 8125 "debug": "^4.1.1", 8126 "globrex": "^0.1.2", 8127 "tsconfck": "^3.0.3" 8128 }, 8129 "peerDependencies": { 8130 "vite": "*" 8131 } 8132 }, 8133 "node_modules/vite/node_modules/@esbuild/aix-ppc64": { 8134 "version": "0.27.7", 8135 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz", 8136 "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==", 8137 "cpu": [ 8138 "ppc64" 8139 ], 8140 "dev": true, 8141 "license": "MIT", 8142 "optional": true, 8143 "os": [ 8144 "aix" 8145 ], 8146 "engines": { 8147 "node": ">=18" 8148 } 8149 }, 8150 "node_modules/vite/node_modules/@esbuild/android-arm": { 8151 "version": "0.27.7", 8152 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz", 8153 "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==", 8154 "cpu": [ 8155 "arm" 8156 ], 8157 "dev": true, 8158 "license": "MIT", 8159 "optional": true, 8160 "os": [ 8161 "android" 8162 ], 8163 "engines": { 8164 "node": ">=18" 8165 } 8166 }, 8167 "node_modules/vite/node_modules/@esbuild/android-arm64": { 8168 "version": "0.27.7", 8169 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz", 8170 "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==", 8171 "cpu": [ 8172 "arm64" 8173 ], 8174 "dev": true, 8175 "license": "MIT", 8176 "optional": true, 8177 "os": [ 8178 "android" 8179 ], 8180 "engines": { 8181 "node": ">=18" 8182 } 8183 }, 8184 "node_modules/vite/node_modules/@esbuild/android-x64": { 8185 "version": "0.27.7", 8186 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz", 8187 "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==", 8188 "cpu": [ 8189 "x64" 8190 ], 8191 "dev": true, 8192 "license": "MIT", 8193 "optional": true, 8194 "os": [ 8195 "android" 8196 ], 8197 "engines": { 8198 "node": ">=18" 8199 } 8200 }, 8201 "node_modules/vite/node_modules/@esbuild/darwin-arm64": { 8202 "version": "0.27.7", 8203 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz", 8204 "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==", 8205 "cpu": [ 8206 "arm64" 8207 ], 8208 "dev": true, 8209 "license": "MIT", 8210 "optional": true, 8211 "os": [ 8212 "darwin" 8213 ], 8214 "engines": { 8215 "node": ">=18" 8216 } 8217 }, 8218 "node_modules/vite/node_modules/@esbuild/darwin-x64": { 8219 "version": "0.27.7", 8220 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz", 8221 "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==", 8222 "cpu": [ 8223 "x64" 8224 ], 8225 "dev": true, 8226 "license": "MIT", 8227 "optional": true, 8228 "os": [ 8229 "darwin" 8230 ], 8231 "engines": { 8232 "node": ">=18" 8233 } 8234 }, 8235 "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { 8236 "version": "0.27.7", 8237 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz", 8238 "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==", 8239 "cpu": [ 8240 "arm64" 8241 ], 8242 "dev": true, 8243 "license": "MIT", 8244 "optional": true, 8245 "os": [ 8246 "freebsd" 8247 ], 8248 "engines": { 8249 "node": ">=18" 8250 } 8251 }, 8252 "node_modules/vite/node_modules/@esbuild/freebsd-x64": { 8253 "version": "0.27.7", 8254 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz", 8255 "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==", 8256 "cpu": [ 8257 "x64" 8258 ], 8259 "dev": true, 8260 "license": "MIT", 8261 "optional": true, 8262 "os": [ 8263 "freebsd" 8264 ], 8265 "engines": { 8266 "node": ">=18" 8267 } 8268 }, 8269 "node_modules/vite/node_modules/@esbuild/linux-arm": { 8270 "version": "0.27.7", 8271 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz", 8272 "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==", 8273 "cpu": [ 8274 "arm" 8275 ], 8276 "dev": true, 8277 "license": "MIT", 8278 "optional": true, 8279 "os": [ 8280 "linux" 8281 ], 8282 "engines": { 8283 "node": ">=18" 8284 } 8285 }, 8286 "node_modules/vite/node_modules/@esbuild/linux-arm64": { 8287 "version": "0.27.7", 8288 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz", 8289 "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==", 8290 "cpu": [ 8291 "arm64" 8292 ], 8293 "dev": true, 8294 "license": "MIT", 8295 "optional": true, 8296 "os": [ 8297 "linux" 8298 ], 8299 "engines": { 8300 "node": ">=18" 8301 } 8302 }, 8303 "node_modules/vite/node_modules/@esbuild/linux-ia32": { 8304 "version": "0.27.7", 8305 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz", 8306 "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==", 8307 "cpu": [ 8308 "ia32" 8309 ], 8310 "dev": true, 8311 "license": "MIT", 8312 "optional": true, 8313 "os": [ 8314 "linux" 8315 ], 8316 "engines": { 8317 "node": ">=18" 8318 } 8319 }, 8320 "node_modules/vite/node_modules/@esbuild/linux-loong64": { 8321 "version": "0.27.7", 8322 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz", 8323 "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==", 8324 "cpu": [ 8325 "loong64" 8326 ], 8327 "dev": true, 8328 "license": "MIT", 8329 "optional": true, 8330 "os": [ 8331 "linux" 8332 ], 8333 "engines": { 8334 "node": ">=18" 8335 } 8336 }, 8337 "node_modules/vite/node_modules/@esbuild/linux-mips64el": { 8338 "version": "0.27.7", 8339 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz", 8340 "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==", 8341 "cpu": [ 8342 "mips64el" 8343 ], 8344 "dev": true, 8345 "license": "MIT", 8346 "optional": true, 8347 "os": [ 8348 "linux" 8349 ], 8350 "engines": { 8351 "node": ">=18" 8352 } 8353 }, 8354 "node_modules/vite/node_modules/@esbuild/linux-ppc64": { 8355 "version": "0.27.7", 8356 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz", 8357 "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==", 8358 "cpu": [ 8359 "ppc64" 8360 ], 8361 "dev": true, 8362 "license": "MIT", 8363 "optional": true, 8364 "os": [ 8365 "linux" 8366 ], 8367 "engines": { 8368 "node": ">=18" 8369 } 8370 }, 8371 "node_modules/vite/node_modules/@esbuild/linux-riscv64": { 8372 "version": "0.27.7", 8373 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz", 8374 "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==", 8375 "cpu": [ 8376 "riscv64" 8377 ], 8378 "dev": true, 8379 "license": "MIT", 8380 "optional": true, 8381 "os": [ 8382 "linux" 8383 ], 8384 "engines": { 8385 "node": ">=18" 8386 } 8387 }, 8388 "node_modules/vite/node_modules/@esbuild/linux-s390x": { 8389 "version": "0.27.7", 8390 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz", 8391 "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==", 8392 "cpu": [ 8393 "s390x" 8394 ], 8395 "dev": true, 8396 "license": "MIT", 8397 "optional": true, 8398 "os": [ 8399 "linux" 8400 ], 8401 "engines": { 8402 "node": ">=18" 8403 } 8404 }, 8405 "node_modules/vite/node_modules/@esbuild/linux-x64": { 8406 "version": "0.27.7", 8407 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz", 8408 "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==", 8409 "cpu": [ 8410 "x64" 8411 ], 8412 "dev": true, 8413 "license": "MIT", 8414 "optional": true, 8415 "os": [ 8416 "linux" 8417 ], 8418 "engines": { 8419 "node": ">=18" 8420 } 8421 }, 8422 "node_modules/vite/node_modules/@esbuild/netbsd-arm64": { 8423 "version": "0.27.7", 8424 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz", 8425 "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==", 8426 "cpu": [ 8427 "arm64" 8428 ], 8429 "dev": true, 8430 "license": "MIT", 8431 "optional": true, 8432 "os": [ 8433 "netbsd" 8434 ], 8435 "engines": { 8436 "node": ">=18" 8437 } 8438 }, 8439 "node_modules/vite/node_modules/@esbuild/netbsd-x64": { 8440 "version": "0.27.7", 8441 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz", 8442 "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==", 8443 "cpu": [ 8444 "x64" 8445 ], 8446 "dev": true, 8447 "license": "MIT", 8448 "optional": true, 8449 "os": [ 8450 "netbsd" 8451 ], 8452 "engines": { 8453 "node": ">=18" 8454 } 8455 }, 8456 "node_modules/vite/node_modules/@esbuild/openbsd-arm64": { 8457 "version": "0.27.7", 8458 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz", 8459 "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==", 8460 "cpu": [ 8461 "arm64" 8462 ], 8463 "dev": true, 8464 "license": "MIT", 8465 "optional": true, 8466 "os": [ 8467 "openbsd" 8468 ], 8469 "engines": { 8470 "node": ">=18" 8471 } 8472 }, 8473 "node_modules/vite/node_modules/@esbuild/openbsd-x64": { 8474 "version": "0.27.7", 8475 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz", 8476 "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==", 8477 "cpu": [ 8478 "x64" 8479 ], 8480 "dev": true, 8481 "license": "MIT", 8482 "optional": true, 8483 "os": [ 8484 "openbsd" 8485 ], 8486 "engines": { 8487 "node": ">=18" 8488 } 8489 }, 8490 "node_modules/vite/node_modules/@esbuild/openharmony-arm64": { 8491 "version": "0.27.7", 8492 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz", 8493 "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==", 8494 "cpu": [ 8495 "arm64" 8496 ], 8497 "dev": true, 8498 "license": "MIT", 8499 "optional": true, 8500 "os": [ 8501 "openharmony" 8502 ], 8503 "engines": { 8504 "node": ">=18" 8505 } 8506 }, 8507 "node_modules/vite/node_modules/@esbuild/sunos-x64": { 8508 "version": "0.27.7", 8509 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz", 8510 "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==", 8511 "cpu": [ 8512 "x64" 8513 ], 8514 "dev": true, 8515 "license": "MIT", 8516 "optional": true, 8517 "os": [ 8518 "sunos" 8519 ], 8520 "engines": { 8521 "node": ">=18" 8522 } 8523 }, 8524 "node_modules/vite/node_modules/@esbuild/win32-arm64": { 8525 "version": "0.27.7", 8526 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz", 8527 "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==", 8528 "cpu": [ 8529 "arm64" 8530 ], 8531 "dev": true, 8532 "license": "MIT", 8533 "optional": true, 8534 "os": [ 8535 "win32" 8536 ], 8537 "engines": { 8538 "node": ">=18" 8539 } 8540 }, 8541 "node_modules/vite/node_modules/@esbuild/win32-ia32": { 8542 "version": "0.27.7", 8543 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz", 8544 "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==", 8545 "cpu": [ 8546 "ia32" 8547 ], 8548 "dev": true, 8549 "license": "MIT", 8550 "optional": true, 8551 "os": [ 8552 "win32" 8553 ], 8554 "engines": { 8555 "node": ">=18" 8556 } 8557 }, 8558 "node_modules/vite/node_modules/@esbuild/win32-x64": { 8559 "version": "0.27.7", 8560 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz", 8561 "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==", 8562 "cpu": [ 8563 "x64" 8564 ], 8565 "dev": true, 8566 "license": "MIT", 8567 "optional": true, 8568 "os": [ 8569 "win32" 8570 ], 8571 "engines": { 8572 "node": ">=18" 8573 } 8574 }, 8575 "node_modules/vite/node_modules/esbuild": { 8576 "version": "0.27.7", 8577 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz", 8578 "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==", 8579 "dev": true, 8580 "hasInstallScript": true, 8581 "license": "MIT", 8582 "bin": { 8583 "esbuild": "bin/esbuild" 8584 }, 8585 "engines": { 8586 "node": ">=18" 8587 }, 8588 "optionalDependencies": { 8589 "@esbuild/aix-ppc64": "0.27.7", 8590 "@esbuild/android-arm": "0.27.7", 8591 "@esbuild/android-arm64": "0.27.7", 8592 "@esbuild/android-x64": "0.27.7", 8593 "@esbuild/darwin-arm64": "0.27.7", 8594 "@esbuild/darwin-x64": "0.27.7", 8595 "@esbuild/freebsd-arm64": "0.27.7", 8596 "@esbuild/freebsd-x64": "0.27.7", 8597 "@esbuild/linux-arm": "0.27.7", 8598 "@esbuild/linux-arm64": "0.27.7", 8599 "@esbuild/linux-ia32": "0.27.7", 8600 "@esbuild/linux-loong64": "0.27.7", 8601 "@esbuild/linux-mips64el": "0.27.7", 8602 "@esbuild/linux-ppc64": "0.27.7", 8603 "@esbuild/linux-riscv64": "0.27.7", 8604 "@esbuild/linux-s390x": "0.27.7", 8605 "@esbuild/linux-x64": "0.27.7", 8606 "@esbuild/netbsd-arm64": "0.27.7", 8607 "@esbuild/netbsd-x64": "0.27.7", 8608 "@esbuild/openbsd-arm64": "0.27.7", 8609 "@esbuild/openbsd-x64": "0.27.7", 8610 "@esbuild/openharmony-arm64": "0.27.7", 8611 "@esbuild/sunos-x64": "0.27.7", 8612 "@esbuild/win32-arm64": "0.27.7", 8613 "@esbuild/win32-ia32": "0.27.7", 8614 "@esbuild/win32-x64": "0.27.7" 8615 } 8616 }, 8617 "node_modules/vite/node_modules/picomatch": { 8618 "version": "4.0.4", 8619 "dev": true, 8620 "license": "MIT", 8621 "engines": { 8622 "node": ">=12" 8623 }, 8624 "funding": { 8625 "url": "https://github.com/sponsors/jonschlinkert" 8626 } 8627 }, 8628 "node_modules/vitest": { 8629 "version": "4.1.2", 8630 "dev": true, 8631 "license": "MIT", 8632 "dependencies": { 8633 "@vitest/expect": "4.1.2", 8634 "@vitest/mocker": "4.1.2", 8635 "@vitest/pretty-format": "4.1.2", 8636 "@vitest/runner": "4.1.2", 8637 "@vitest/snapshot": "4.1.2", 8638 "@vitest/spy": "4.1.2", 8639 "@vitest/utils": "4.1.2", 8640 "es-module-lexer": "^2.0.0", 8641 "expect-type": "^1.3.0", 8642 "magic-string": "^0.30.21", 8643 "obug": "^2.1.1", 8644 "pathe": "^2.0.3", 8645 "picomatch": "^4.0.3", 8646 "std-env": "^4.0.0-rc.1", 8647 "tinybench": "^2.9.0", 8648 "tinyexec": "^1.0.2", 8649 "tinyglobby": "^0.2.15", 8650 "tinyrainbow": "^3.1.0", 8651 "vite": "^6.0.0 || ^7.0.0 || ^8.0.0", 8652 "why-is-node-running": "^2.3.0" 8653 }, 8654 "bin": { 8655 "vitest": "vitest.mjs" 8656 }, 8657 "engines": { 8658 "node": "^20.0.0 || ^22.0.0 || >=24.0.0" 8659 }, 8660 "funding": { 8661 "url": "https://opencollective.com/vitest" 8662 }, 8663 "peerDependencies": { 8664 "@edge-runtime/vm": "*", 8665 "@opentelemetry/api": "^1.9.0", 8666 "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0", 8667 "@vitest/browser-playwright": "4.1.2", 8668 "@vitest/browser-preview": "4.1.2", 8669 "@vitest/browser-webdriverio": "4.1.2", 8670 "@vitest/ui": "4.1.2", 8671 "happy-dom": "*", 8672 "jsdom": "*", 8673 "vite": "^6.0.0 || ^7.0.0 || ^8.0.0" 8674 }, 8675 "peerDependenciesMeta": { 8676 "@edge-runtime/vm": { 8677 "optional": true 8678 }, 8679 "@opentelemetry/api": { 8680 "optional": true 8681 }, 8682 "@types/node": { 8683 "optional": true 8684 }, 8685 "@vitest/browser-playwright": { 8686 "optional": true 8687 }, 8688 "@vitest/browser-preview": { 8689 "optional": true 8690 }, 8691 "@vitest/browser-webdriverio": { 8692 "optional": true 8693 }, 8694 "@vitest/ui": { 8695 "optional": true 8696 }, 8697 "happy-dom": { 8698 "optional": true 8699 }, 8700 "jsdom": { 8701 "optional": true 8702 }, 8703 "vite": { 8704 "optional": false 8705 } 8706 } 8707 }, 8708 "node_modules/why-is-node-running": { 8709 "version": "2.3.0", 8710 "dev": true, 8711 "license": "MIT", 8712 "dependencies": { 8713 "siginfo": "^2.0.0", 8714 "stackback": "0.0.2" 8715 }, 8716 "bin": { 8717 "why-is-node-running": "cli.js" 8718 }, 8719 "engines": { 8720 "node": ">=8" 8721 } 8722 }, 8723 "node_modules/wrappy": { 8724 "version": "1.0.2", 8725 "license": "ISC" 8726 }, 8727 "node_modules/ws": { 8728 "version": "8.19.0", 8729 "license": "MIT", 8730 "engines": { 8731 "node": ">=10.0.0" 8732 }, 8733 "peerDependencies": { 8734 "bufferutil": "^4.0.1", 8735 "utf-8-validate": ">=5.0.2" 8736 }, 8737 "peerDependenciesMeta": { 8738 "bufferutil": { 8739 "optional": true 8740 }, 8741 "utf-8-validate": { 8742 "optional": true 8743 } 8744 } 8745 }, 8746 "node_modules/xdg-app-paths": { 8747 "version": "5.1.0", 8748 "license": "MIT", 8749 "dependencies": { 8750 "xdg-portable": "^7.0.0" 8751 }, 8752 "engines": { 8753 "node": ">=6" 8754 } 8755 }, 8756 "node_modules/xdg-portable": { 8757 "version": "7.3.0", 8758 "license": "MIT", 8759 "dependencies": { 8760 "os-paths": "^4.0.1" 8761 }, 8762 "engines": { 8763 "node": ">= 6.0" 8764 } 8765 }, 8766 "node_modules/xtend": { 8767 "version": "4.0.2", 8768 "license": "MIT", 8769 "engines": { 8770 "node": ">=0.4" 8771 } 8772 }, 8773 "node_modules/yaml": { 8774 "version": "2.8.2", 8775 "dev": true, 8776 "license": "ISC", 8777 "bin": { 8778 "yaml": "bin.mjs" 8779 }, 8780 "engines": { 8781 "node": ">= 14.6" 8782 }, 8783 "funding": { 8784 "url": "https://github.com/sponsors/eemeli" 8785 } 8786 }, 8787 "node_modules/yesno": { 8788 "version": "0.4.0", 8789 "license": "BSD" 8790 }, 8791 "node_modules/zod": { 8792 "version": "4.3.6", 8793 "license": "MIT", 8794 "funding": { 8795 "url": "https://github.com/sponsors/colinhacks" 8796 } 8797 }, 8798 "node_modules/zx": { 8799 "version": "8.8.5", 8800 "license": "Apache-2.0", 8801 "bin": { 8802 "zx": "build/cli.js" 8803 }, 8804 "engines": { 8805 "node": ">= 12.17.0" 8806 } 8807 } 8808 } 8809}