a post-component library for building user-interfaces on the web.
at push-qwruonslltow 2284 lines 51 kB view raw
1{ 2 "name": "dhtml", 3 "lockfileVersion": 3, 4 "requires": true, 5 "packages": { 6 "": { 7 "name": "dhtml", 8 "workspaces": [ 9 ".", 10 "examples/*", 11 "scripts/*" 12 ], 13 "devDependencies": { 14 "@types/node": "^22.15.30", 15 "prettier": "^3.5.3", 16 "prettier-plugin-organize-imports": "^4.1.0", 17 "typescript": "^5.8.3" 18 } 19 }, 20 "dist": { 21 "name": "dhtml" 22 }, 23 "examples/kanban": { 24 "name": "@dhtml-examples/kanban", 25 "dependencies": { 26 "@tombl/router": "npm:@jsr/tombl__router@^0.1.2", 27 "dhtml": "file:../../dist", 28 "sqlocal": "^0.14.1" 29 }, 30 "devDependencies": { 31 "typescript": "~5.8.3", 32 "vite": "^6.3.5" 33 } 34 }, 35 "examples/kanban/node_modules/dhtml": { 36 "resolved": "dist", 37 "link": true 38 }, 39 "examples/kanban/node_modules/typescript": { 40 "version": "5.8.3", 41 "dev": true, 42 "license": "Apache-2.0", 43 "bin": { 44 "tsc": "bin/tsc", 45 "tsserver": "bin/tsserver" 46 }, 47 "engines": { 48 "node": ">=14.17" 49 } 50 }, 51 "examples/ssr": { 52 "name": "@dhtml-examples/ssr", 53 "dependencies": { 54 "@hono/node-server": "^1.15.0", 55 "amaro": "^1.1.0", 56 "dhtml": "file:../../dist", 57 "hono": "^4.8.3" 58 }, 59 "devDependencies": { 60 "typescript": "~5.8.3" 61 } 62 }, 63 "examples/ssr/node_modules/dhtml": { 64 "resolved": "dist", 65 "link": true 66 }, 67 "examples/ssr/node_modules/typescript": { 68 "version": "5.8.3", 69 "dev": true, 70 "license": "Apache-2.0", 71 "bin": { 72 "tsc": "bin/tsc", 73 "tsserver": "bin/tsserver" 74 }, 75 "engines": { 76 "node": ">=14.17" 77 } 78 }, 79 "examples/todomvc": { 80 "name": "@dhtml-examples/todomvc", 81 "dependencies": { 82 "dhtml": "file:../../dist" 83 }, 84 "devDependencies": { 85 "typescript": "~5.8.3" 86 } 87 }, 88 "examples/todomvc/node_modules/dhtml": { 89 "resolved": "dist", 90 "link": true 91 }, 92 "examples/todomvc/node_modules/typescript": { 93 "version": "5.8.3", 94 "dev": true, 95 "license": "Apache-2.0", 96 "bin": { 97 "tsc": "bin/tsc", 98 "tsserver": "bin/tsserver" 99 }, 100 "engines": { 101 "node": ">=14.17" 102 } 103 }, 104 "examples/uibench": { 105 "name": "@dhtml-examples/uibench", 106 "dependencies": { 107 "dhtml": "file:../../dist" 108 }, 109 "devDependencies": { 110 "typescript": "~5.8.3" 111 } 112 }, 113 "examples/uibench/node_modules/dhtml": { 114 "resolved": "dist", 115 "link": true 116 }, 117 "examples/uibench/node_modules/typescript": { 118 "version": "5.8.3", 119 "dev": true, 120 "license": "Apache-2.0", 121 "bin": { 122 "tsc": "bin/tsc", 123 "tsserver": "bin/tsserver" 124 }, 125 "engines": { 126 "node": ">=14.17" 127 } 128 }, 129 "node_modules/@babel/code-frame": { 130 "version": "7.27.1", 131 "license": "MIT", 132 "dependencies": { 133 "@babel/helper-validator-identifier": "^7.27.1", 134 "js-tokens": "^4.0.0", 135 "picocolors": "^1.1.1" 136 }, 137 "engines": { 138 "node": ">=6.9.0" 139 } 140 }, 141 "node_modules/@babel/generator": { 142 "version": "7.28.0", 143 "license": "MIT", 144 "dependencies": { 145 "@babel/parser": "^7.28.0", 146 "@babel/types": "^7.28.0", 147 "@jridgewell/gen-mapping": "^0.3.12", 148 "@jridgewell/trace-mapping": "^0.3.28", 149 "jsesc": "^3.0.2" 150 }, 151 "engines": { 152 "node": ">=6.9.0" 153 } 154 }, 155 "node_modules/@babel/helper-string-parser": { 156 "version": "7.27.1", 157 "license": "MIT", 158 "engines": { 159 "node": ">=6.9.0" 160 } 161 }, 162 "node_modules/@babel/helper-validator-identifier": { 163 "version": "7.27.1", 164 "license": "MIT", 165 "engines": { 166 "node": ">=6.9.0" 167 } 168 }, 169 "node_modules/@babel/parser": { 170 "version": "7.28.0", 171 "license": "MIT", 172 "dependencies": { 173 "@babel/types": "^7.28.0" 174 }, 175 "bin": { 176 "parser": "bin/babel-parser.js" 177 }, 178 "engines": { 179 "node": ">=6.0.0" 180 } 181 }, 182 "node_modules/@babel/types": { 183 "version": "7.28.2", 184 "license": "MIT", 185 "dependencies": { 186 "@babel/helper-string-parser": "^7.27.1", 187 "@babel/helper-validator-identifier": "^7.27.1" 188 }, 189 "engines": { 190 "node": ">=6.9.0" 191 } 192 }, 193 "node_modules/@dhtml-examples/kanban": { 194 "resolved": "examples/kanban", 195 "link": true 196 }, 197 "node_modules/@dhtml-examples/ssr": { 198 "resolved": "examples/ssr", 199 "link": true 200 }, 201 "node_modules/@dhtml-examples/todomvc": { 202 "resolved": "examples/todomvc", 203 "link": true 204 }, 205 "node_modules/@dhtml-examples/uibench": { 206 "resolved": "examples/uibench", 207 "link": true 208 }, 209 "node_modules/@dhtml-scripts/build": { 210 "resolved": "scripts/build", 211 "link": true 212 }, 213 "node_modules/@dhtml-scripts/test": { 214 "resolved": "scripts/test", 215 "link": true 216 }, 217 "node_modules/@emnapi/core": { 218 "version": "1.4.5", 219 "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.5.tgz", 220 "integrity": "sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==", 221 "license": "MIT", 222 "optional": true, 223 "dependencies": { 224 "@emnapi/wasi-threads": "1.0.4", 225 "tslib": "^2.4.0" 226 } 227 }, 228 "node_modules/@emnapi/runtime": { 229 "version": "1.4.5", 230 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.5.tgz", 231 "integrity": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==", 232 "license": "MIT", 233 "optional": true, 234 "dependencies": { 235 "tslib": "^2.4.0" 236 } 237 }, 238 "node_modules/@emnapi/wasi-threads": { 239 "version": "1.0.4", 240 "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.4.tgz", 241 "integrity": "sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==", 242 "license": "MIT", 243 "optional": true, 244 "dependencies": { 245 "tslib": "^2.4.0" 246 } 247 }, 248 "node_modules/@esbuild/linux-x64": { 249 "version": "0.25.5", 250 "cpu": [ 251 "x64" 252 ], 253 "dev": true, 254 "license": "MIT", 255 "optional": true, 256 "os": [ 257 "linux" 258 ], 259 "engines": { 260 "node": ">=18" 261 } 262 }, 263 "node_modules/@hono/node-server": { 264 "version": "1.18.1", 265 "license": "MIT", 266 "engines": { 267 "node": ">=18.14.1" 268 }, 269 "peerDependencies": { 270 "hono": "^4" 271 } 272 }, 273 "node_modules/@jridgewell/gen-mapping": { 274 "version": "0.3.12", 275 "license": "MIT", 276 "dependencies": { 277 "@jridgewell/sourcemap-codec": "^1.5.0", 278 "@jridgewell/trace-mapping": "^0.3.24" 279 } 280 }, 281 "node_modules/@jridgewell/resolve-uri": { 282 "version": "3.1.2", 283 "license": "MIT", 284 "engines": { 285 "node": ">=6.0.0" 286 } 287 }, 288 "node_modules/@jridgewell/source-map": { 289 "version": "0.3.6", 290 "license": "MIT", 291 "dependencies": { 292 "@jridgewell/gen-mapping": "^0.3.5", 293 "@jridgewell/trace-mapping": "^0.3.25" 294 } 295 }, 296 "node_modules/@jridgewell/sourcemap-codec": { 297 "version": "1.5.0", 298 "license": "MIT" 299 }, 300 "node_modules/@jridgewell/trace-mapping": { 301 "version": "0.3.29", 302 "license": "MIT", 303 "dependencies": { 304 "@jridgewell/resolve-uri": "^3.1.0", 305 "@jridgewell/sourcemap-codec": "^1.4.14" 306 } 307 }, 308 "node_modules/@napi-rs/wasm-runtime": { 309 "version": "1.0.3", 310 "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.3.tgz", 311 "integrity": "sha512-rZxtMsLwjdXkMUGC3WwsPwLNVqVqnTJT6MNIB6e+5fhMcSCPP0AOsNWuMQ5mdCq6HNjs/ZeWAEchpqeprqBD2Q==", 312 "license": "MIT", 313 "optional": true, 314 "dependencies": { 315 "@emnapi/core": "^1.4.5", 316 "@emnapi/runtime": "^1.4.5", 317 "@tybys/wasm-util": "^0.10.0" 318 } 319 }, 320 "node_modules/@oxc-parser/binding-android-arm64": { 321 "version": "0.82.0", 322 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.82.0.tgz", 323 "integrity": "sha512-DsWgcx0oz1vti4u1zqBi+wPAqU1M7zgR/l3ScsrBAnDNjarAddMMGG50B3yOBBLNVJeKx2G9iJUXImXOuw2aXA==", 324 "cpu": [ 325 "arm64" 326 ], 327 "license": "MIT", 328 "optional": true, 329 "os": [ 330 "android" 331 ], 332 "engines": { 333 "node": ">=20.0.0" 334 } 335 }, 336 "node_modules/@oxc-parser/binding-darwin-arm64": { 337 "version": "0.82.0", 338 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.82.0.tgz", 339 "integrity": "sha512-xojSO9PTU6qAiN7ZaaGjUvHmrMFVFXJBAlpAyVqQRKGcvz149IlQj/9dyYTvqh5F1d+6CUosYHWiLI1TlPnSHw==", 340 "cpu": [ 341 "arm64" 342 ], 343 "license": "MIT", 344 "optional": true, 345 "os": [ 346 "darwin" 347 ], 348 "engines": { 349 "node": ">=20.0.0" 350 } 351 }, 352 "node_modules/@oxc-parser/binding-darwin-x64": { 353 "version": "0.82.0", 354 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.82.0.tgz", 355 "integrity": "sha512-4PW/hyWoAvyYvaYjbTFlUnrIdc+mljYukhVVPcmUSrUQLqZIGH6H7icEx0v1qhPgfyGzYxej70MEXJ9fdvdN8Q==", 356 "cpu": [ 357 "x64" 358 ], 359 "license": "MIT", 360 "optional": true, 361 "os": [ 362 "darwin" 363 ], 364 "engines": { 365 "node": ">=20.0.0" 366 } 367 }, 368 "node_modules/@oxc-parser/binding-freebsd-x64": { 369 "version": "0.82.0", 370 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.82.0.tgz", 371 "integrity": "sha512-AHhmfA+UhtmGypHR01Bj/Rkx8dZB+9YjvgzfdgHTnm236JD2uHKxauy+poS9BUl8FTTRoILxqmapcC6mKXuXxQ==", 372 "cpu": [ 373 "x64" 374 ], 375 "license": "MIT", 376 "optional": true, 377 "os": [ 378 "freebsd" 379 ], 380 "engines": { 381 "node": ">=20.0.0" 382 } 383 }, 384 "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": { 385 "version": "0.82.0", 386 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.82.0.tgz", 387 "integrity": "sha512-RMTgUbDkT1Gn0VQBAbWVTy6CS3Qgaw+p4tL8AcDhKuhOXqwzlP6k8j1uzCWi2wgacErlHJHHnJHBFHDRt3BNAw==", 388 "cpu": [ 389 "arm" 390 ], 391 "license": "MIT", 392 "optional": true, 393 "os": [ 394 "linux" 395 ], 396 "engines": { 397 "node": ">=20.0.0" 398 } 399 }, 400 "node_modules/@oxc-parser/binding-linux-arm-musleabihf": { 401 "version": "0.82.0", 402 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.82.0.tgz", 403 "integrity": "sha512-IhlJ+MgF295sjX33PU6jaMU6ben+n0jCMat47k3ERpqEqv0x6hUfvie1k3FGhf6vYhe/5FnpjdItgxczkTTeug==", 404 "cpu": [ 405 "arm" 406 ], 407 "license": "MIT", 408 "optional": true, 409 "os": [ 410 "linux" 411 ], 412 "engines": { 413 "node": ">=20.0.0" 414 } 415 }, 416 "node_modules/@oxc-parser/binding-linux-arm64-gnu": { 417 "version": "0.82.0", 418 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.82.0.tgz", 419 "integrity": "sha512-yQA83KcTfB5eXn11Oz9W7ZcCWwQWB8eIOTfThFeqf4WQZdKlXU/MgV/kSVMmGjDh6XxebeDScpV1ZuXf8DSEZQ==", 420 "cpu": [ 421 "arm64" 422 ], 423 "license": "MIT", 424 "optional": true, 425 "os": [ 426 "linux" 427 ], 428 "engines": { 429 "node": ">=20.0.0" 430 } 431 }, 432 "node_modules/@oxc-parser/binding-linux-arm64-musl": { 433 "version": "0.82.0", 434 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.82.0.tgz", 435 "integrity": "sha512-7qC3K6GQjOb4a0x1Ux5XbvVHBnm1rkI1c4ZqIkuSV9M3b/na5TFgasthQahZDw3fqknLCNOLv093PToqy3JArg==", 436 "cpu": [ 437 "arm64" 438 ], 439 "license": "MIT", 440 "optional": true, 441 "os": [ 442 "linux" 443 ], 444 "engines": { 445 "node": ">=20.0.0" 446 } 447 }, 448 "node_modules/@oxc-parser/binding-linux-riscv64-gnu": { 449 "version": "0.82.0", 450 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.82.0.tgz", 451 "integrity": "sha512-YAN1wh8kKidLTs/XDcNUNYNVKux5TUeRfHpx+A7EHn657hsph9lTIbXN8QaBeLgxrJp4/UeuB3nT3Jk8ITQUmw==", 452 "cpu": [ 453 "riscv64" 454 ], 455 "license": "MIT", 456 "optional": true, 457 "os": [ 458 "linux" 459 ], 460 "engines": { 461 "node": ">=20.0.0" 462 } 463 }, 464 "node_modules/@oxc-parser/binding-linux-s390x-gnu": { 465 "version": "0.82.0", 466 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.82.0.tgz", 467 "integrity": "sha512-S5KbAN8r8f7VSwq3AjGdx4Zy222awDKRRyHL/UFYkT0HGL3V5jIXqwDcVlhwxCtkDzVJkBxOl0wO7jC2Lk3ldA==", 468 "cpu": [ 469 "s390x" 470 ], 471 "license": "MIT", 472 "optional": true, 473 "os": [ 474 "linux" 475 ], 476 "engines": { 477 "node": ">=20.0.0" 478 } 479 }, 480 "node_modules/@oxc-parser/binding-linux-x64-gnu": { 481 "version": "0.82.0", 482 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.82.0.tgz", 483 "integrity": "sha512-R6KA91RQcg9HeCseQPsBezAnEGguzIhRjaUMFUkD1K3oh9d/lEtPKtY7CExc9T73gv/pbcXmBiy5q4nB0x8/Sw==", 484 "cpu": [ 485 "x64" 486 ], 487 "license": "MIT", 488 "optional": true, 489 "os": [ 490 "linux" 491 ], 492 "engines": { 493 "node": ">=20.0.0" 494 } 495 }, 496 "node_modules/@oxc-parser/binding-linux-x64-musl": { 497 "version": "0.82.0", 498 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.82.0.tgz", 499 "integrity": "sha512-j0l71Bsqez+nWgQyiHrVScQrTA3HCNAa7DTphGBkvc4NzrZorFZTmhXDajr4Ioawnab0YkDEJteSxwjrfc5J1g==", 500 "cpu": [ 501 "x64" 502 ], 503 "license": "MIT", 504 "optional": true, 505 "os": [ 506 "linux" 507 ], 508 "engines": { 509 "node": ">=20.0.0" 510 } 511 }, 512 "node_modules/@oxc-parser/binding-wasm32-wasi": { 513 "version": "0.82.0", 514 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.82.0.tgz", 515 "integrity": "sha512-+ue9H5WMqfZ/DT6VV6dednDHC/+gW62e3rqTV6s9X+VDZ/LBGJZFRr7QUXzyYrNNjZH5ZCXVjz5oWJnlulSQPQ==", 516 "cpu": [ 517 "wasm32" 518 ], 519 "license": "MIT", 520 "optional": true, 521 "dependencies": { 522 "@napi-rs/wasm-runtime": "^1.0.3" 523 }, 524 "engines": { 525 "node": ">=14.0.0" 526 } 527 }, 528 "node_modules/@oxc-parser/binding-win32-arm64-msvc": { 529 "version": "0.82.0", 530 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.82.0.tgz", 531 "integrity": "sha512-W9KPrCL3U0Rocix61YX555c0CLdBnxk/buePuwFq1qfSGNwqv4vLZRELrCVj9tlQ/oMvcJZo4MjgsAoynF8ung==", 532 "cpu": [ 533 "arm64" 534 ], 535 "license": "MIT", 536 "optional": true, 537 "os": [ 538 "win32" 539 ], 540 "engines": { 541 "node": ">=20.0.0" 542 } 543 }, 544 "node_modules/@oxc-parser/binding-win32-x64-msvc": { 545 "version": "0.82.0", 546 "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.82.0.tgz", 547 "integrity": "sha512-pVAv5iYsQ845rwQrh2BPeomfTItgztjOdafqUuE0RooFq1PcREPncOPxVGnmvKFSIS5F4kNdI5cfwVjsDhxxKg==", 548 "cpu": [ 549 "x64" 550 ], 551 "license": "MIT", 552 "optional": true, 553 "os": [ 554 "win32" 555 ], 556 "engines": { 557 "node": ">=20.0.0" 558 } 559 }, 560 "node_modules/@oxc-project/runtime": { 561 "version": "0.80.0", 562 "license": "MIT", 563 "engines": { 564 "node": ">=6.9.0" 565 } 566 }, 567 "node_modules/@oxc-project/types": { 568 "version": "0.80.0", 569 "license": "MIT", 570 "funding": { 571 "url": "https://github.com/sponsors/Boshen" 572 } 573 }, 574 "node_modules/@puppeteer/browsers": { 575 "version": "2.10.6", 576 "license": "Apache-2.0", 577 "dependencies": { 578 "debug": "^4.4.1", 579 "extract-zip": "^2.0.1", 580 "progress": "^2.0.3", 581 "proxy-agent": "^6.5.0", 582 "semver": "^7.7.2", 583 "tar-fs": "^3.1.0", 584 "yargs": "^17.7.2" 585 }, 586 "bin": { 587 "browsers": "lib/cjs/main-cli.js" 588 }, 589 "engines": { 590 "node": ">=18" 591 } 592 }, 593 "node_modules/@rolldown/binding-linux-x64-gnu": { 594 "version": "1.0.0-beta.31", 595 "cpu": [ 596 "x64" 597 ], 598 "license": "MIT", 599 "optional": true, 600 "os": [ 601 "linux" 602 ] 603 }, 604 "node_modules/@rolldown/binding-linux-x64-musl": { 605 "version": "1.0.0-beta.31", 606 "cpu": [ 607 "x64" 608 ], 609 "license": "MIT", 610 "optional": true, 611 "os": [ 612 "linux" 613 ] 614 }, 615 "node_modules/@rolldown/pluginutils": { 616 "version": "1.0.0-beta.31", 617 "license": "MIT" 618 }, 619 "node_modules/@rollup/rollup-linux-x64-gnu": { 620 "version": "4.44.1", 621 "cpu": [ 622 "x64" 623 ], 624 "dev": true, 625 "license": "MIT", 626 "optional": true, 627 "os": [ 628 "linux" 629 ] 630 }, 631 "node_modules/@rollup/rollup-linux-x64-musl": { 632 "version": "4.44.1", 633 "cpu": [ 634 "x64" 635 ], 636 "dev": true, 637 "license": "MIT", 638 "optional": true, 639 "os": [ 640 "linux" 641 ] 642 }, 643 "node_modules/@sqlite.org/sqlite-wasm": { 644 "version": "3.49.1-build4", 645 "license": "Apache-2.0", 646 "bin": { 647 "sqlite-wasm": "bin/index.js" 648 } 649 }, 650 "node_modules/@tombl/router": { 651 "name": "@jsr/tombl__router", 652 "version": "0.1.3" 653 }, 654 "node_modules/@tootallnate/quickjs-emscripten": { 655 "version": "0.23.0", 656 "license": "MIT" 657 }, 658 "node_modules/@tybys/wasm-util": { 659 "version": "0.10.0", 660 "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.0.tgz", 661 "integrity": "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==", 662 "license": "MIT", 663 "optional": true, 664 "dependencies": { 665 "tslib": "^2.4.0" 666 } 667 }, 668 "node_modules/@types/estree": { 669 "version": "1.0.8", 670 "license": "MIT" 671 }, 672 "node_modules/@types/istanbul-lib-coverage": { 673 "version": "2.0.6", 674 "license": "MIT" 675 }, 676 "node_modules/@types/istanbul-lib-report": { 677 "version": "3.0.3", 678 "license": "MIT", 679 "dependencies": { 680 "@types/istanbul-lib-coverage": "*" 681 } 682 }, 683 "node_modules/@types/istanbul-reports": { 684 "version": "3.0.4", 685 "license": "MIT", 686 "dependencies": { 687 "@types/istanbul-lib-report": "*" 688 } 689 }, 690 "node_modules/@types/node": { 691 "version": "22.17.1", 692 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.17.1.tgz", 693 "integrity": "sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA==", 694 "devOptional": true, 695 "license": "MIT", 696 "dependencies": { 697 "undici-types": "~6.21.0" 698 } 699 }, 700 "node_modules/@types/yauzl": { 701 "version": "2.10.3", 702 "license": "MIT", 703 "optional": true, 704 "dependencies": { 705 "@types/node": "*" 706 } 707 }, 708 "node_modules/@ungap/structured-clone": { 709 "version": "1.3.0", 710 "license": "ISC" 711 }, 712 "node_modules/@ungap/with-resolvers": { 713 "version": "0.1.0", 714 "license": "ISC" 715 }, 716 "node_modules/acorn": { 717 "version": "8.15.0", 718 "license": "MIT", 719 "bin": { 720 "acorn": "bin/acorn" 721 }, 722 "engines": { 723 "node": ">=0.4.0" 724 } 725 }, 726 "node_modules/agent-base": { 727 "version": "7.1.4", 728 "license": "MIT", 729 "engines": { 730 "node": ">= 14" 731 } 732 }, 733 "node_modules/amaro": { 734 "version": "1.1.1", 735 "license": "MIT", 736 "engines": { 737 "node": ">=22" 738 } 739 }, 740 "node_modules/ansi-regex": { 741 "version": "5.0.1", 742 "license": "MIT", 743 "engines": { 744 "node": ">=8" 745 } 746 }, 747 "node_modules/ansi-styles": { 748 "version": "4.3.0", 749 "license": "MIT", 750 "dependencies": { 751 "color-convert": "^2.0.1" 752 }, 753 "engines": { 754 "node": ">=8" 755 }, 756 "funding": { 757 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 758 } 759 }, 760 "node_modules/ansis": { 761 "version": "4.1.0", 762 "license": "ISC", 763 "engines": { 764 "node": ">=14" 765 } 766 }, 767 "node_modules/argparse": { 768 "version": "2.0.1", 769 "license": "Python-2.0" 770 }, 771 "node_modules/ast-kit": { 772 "version": "2.1.1", 773 "license": "MIT", 774 "dependencies": { 775 "@babel/parser": "^7.27.7", 776 "pathe": "^2.0.3" 777 }, 778 "engines": { 779 "node": ">=20.18.0" 780 }, 781 "funding": { 782 "url": "https://github.com/sponsors/sxzz" 783 } 784 }, 785 "node_modules/ast-types": { 786 "version": "0.13.4", 787 "license": "MIT", 788 "dependencies": { 789 "tslib": "^2.0.1" 790 }, 791 "engines": { 792 "node": ">=4" 793 } 794 }, 795 "node_modules/ast-v8-to-istanbul": { 796 "version": "0.3.4", 797 "license": "MIT", 798 "dependencies": { 799 "@jridgewell/trace-mapping": "^0.3.29", 800 "estree-walker": "^3.0.3", 801 "js-tokens": "^9.0.1" 802 } 803 }, 804 "node_modules/ast-v8-to-istanbul/node_modules/js-tokens": { 805 "version": "9.0.1", 806 "license": "MIT" 807 }, 808 "node_modules/b4a": { 809 "version": "1.6.7", 810 "license": "Apache-2.0" 811 }, 812 "node_modules/bare-events": { 813 "version": "2.6.0", 814 "license": "Apache-2.0", 815 "optional": true 816 }, 817 "node_modules/bare-fs": { 818 "version": "4.1.6", 819 "license": "Apache-2.0", 820 "optional": true, 821 "dependencies": { 822 "bare-events": "^2.5.4", 823 "bare-path": "^3.0.0", 824 "bare-stream": "^2.6.4" 825 }, 826 "engines": { 827 "bare": ">=1.16.0" 828 }, 829 "peerDependencies": { 830 "bare-buffer": "*" 831 }, 832 "peerDependenciesMeta": { 833 "bare-buffer": { 834 "optional": true 835 } 836 } 837 }, 838 "node_modules/bare-os": { 839 "version": "3.6.1", 840 "license": "Apache-2.0", 841 "optional": true, 842 "engines": { 843 "bare": ">=1.14.0" 844 } 845 }, 846 "node_modules/bare-path": { 847 "version": "3.0.0", 848 "license": "Apache-2.0", 849 "optional": true, 850 "dependencies": { 851 "bare-os": "^3.0.1" 852 } 853 }, 854 "node_modules/bare-stream": { 855 "version": "2.6.5", 856 "license": "Apache-2.0", 857 "optional": true, 858 "dependencies": { 859 "streamx": "^2.21.0" 860 }, 861 "peerDependencies": { 862 "bare-buffer": "*", 863 "bare-events": "*" 864 }, 865 "peerDependenciesMeta": { 866 "bare-buffer": { 867 "optional": true 868 }, 869 "bare-events": { 870 "optional": true 871 } 872 } 873 }, 874 "node_modules/basic-ftp": { 875 "version": "5.0.5", 876 "license": "MIT", 877 "engines": { 878 "node": ">=10.0.0" 879 } 880 }, 881 "node_modules/birpc": { 882 "version": "2.5.0", 883 "license": "MIT", 884 "funding": { 885 "url": "https://github.com/sponsors/antfu" 886 } 887 }, 888 "node_modules/buffer-crc32": { 889 "version": "0.2.13", 890 "license": "MIT", 891 "engines": { 892 "node": "*" 893 } 894 }, 895 "node_modules/buffer-from": { 896 "version": "1.1.2", 897 "license": "MIT" 898 }, 899 "node_modules/callsites": { 900 "version": "3.1.0", 901 "license": "MIT", 902 "engines": { 903 "node": ">=6" 904 } 905 }, 906 "node_modules/chromium-bidi": { 907 "version": "7.2.0", 908 "license": "Apache-2.0", 909 "dependencies": { 910 "mitt": "^3.0.1", 911 "zod": "^3.24.1" 912 }, 913 "peerDependencies": { 914 "devtools-protocol": "*" 915 } 916 }, 917 "node_modules/cliui": { 918 "version": "8.0.1", 919 "license": "ISC", 920 "dependencies": { 921 "string-width": "^4.2.0", 922 "strip-ansi": "^6.0.1", 923 "wrap-ansi": "^7.0.0" 924 }, 925 "engines": { 926 "node": ">=12" 927 } 928 }, 929 "node_modules/coincident": { 930 "version": "1.2.3", 931 "license": "ISC", 932 "dependencies": { 933 "@ungap/structured-clone": "^1.2.0", 934 "@ungap/with-resolvers": "^0.1.0", 935 "gc-hook": "^0.3.1", 936 "proxy-target": "^3.0.2" 937 }, 938 "optionalDependencies": { 939 "ws": "^8.16.0" 940 } 941 }, 942 "node_modules/color-convert": { 943 "version": "2.0.1", 944 "license": "MIT", 945 "dependencies": { 946 "color-name": "~1.1.4" 947 }, 948 "engines": { 949 "node": ">=7.0.0" 950 } 951 }, 952 "node_modules/color-name": { 953 "version": "1.1.4", 954 "license": "MIT" 955 }, 956 "node_modules/commander": { 957 "version": "2.20.3", 958 "license": "MIT" 959 }, 960 "node_modules/cosmiconfig": { 961 "version": "9.0.0", 962 "license": "MIT", 963 "dependencies": { 964 "env-paths": "^2.2.1", 965 "import-fresh": "^3.3.0", 966 "js-yaml": "^4.1.0", 967 "parse-json": "^5.2.0" 968 }, 969 "engines": { 970 "node": ">=14" 971 }, 972 "funding": { 973 "url": "https://github.com/sponsors/d-fischer" 974 }, 975 "peerDependencies": { 976 "typescript": ">=4.9.5" 977 }, 978 "peerDependenciesMeta": { 979 "typescript": { 980 "optional": true 981 } 982 } 983 }, 984 "node_modules/data-uri-to-buffer": { 985 "version": "6.0.2", 986 "license": "MIT", 987 "engines": { 988 "node": ">= 14" 989 } 990 }, 991 "node_modules/debug": { 992 "version": "4.4.1", 993 "license": "MIT", 994 "dependencies": { 995 "ms": "^2.1.3" 996 }, 997 "engines": { 998 "node": ">=6.0" 999 }, 1000 "peerDependenciesMeta": { 1001 "supports-color": { 1002 "optional": true 1003 } 1004 } 1005 }, 1006 "node_modules/degenerator": { 1007 "version": "5.0.1", 1008 "license": "MIT", 1009 "dependencies": { 1010 "ast-types": "^0.13.4", 1011 "escodegen": "^2.1.0", 1012 "esprima": "^4.0.1" 1013 }, 1014 "engines": { 1015 "node": ">= 14" 1016 } 1017 }, 1018 "node_modules/devalue": { 1019 "version": "5.1.1", 1020 "license": "MIT" 1021 }, 1022 "node_modules/devtools-protocol": { 1023 "version": "0.0.1464554", 1024 "license": "BSD-3-Clause" 1025 }, 1026 "node_modules/dhtml": { 1027 "resolved": "", 1028 "link": true 1029 }, 1030 "node_modules/dts-resolver": { 1031 "version": "2.1.1", 1032 "license": "MIT", 1033 "engines": { 1034 "node": ">=20.18.0" 1035 }, 1036 "funding": { 1037 "url": "https://github.com/sponsors/sxzz" 1038 }, 1039 "peerDependencies": { 1040 "oxc-resolver": ">=11.0.0" 1041 }, 1042 "peerDependenciesMeta": { 1043 "oxc-resolver": { 1044 "optional": true 1045 } 1046 } 1047 }, 1048 "node_modules/emoji-regex": { 1049 "version": "8.0.0", 1050 "license": "MIT" 1051 }, 1052 "node_modules/end-of-stream": { 1053 "version": "1.4.5", 1054 "license": "MIT", 1055 "dependencies": { 1056 "once": "^1.4.0" 1057 } 1058 }, 1059 "node_modules/env-paths": { 1060 "version": "2.2.1", 1061 "license": "MIT", 1062 "engines": { 1063 "node": ">=6" 1064 } 1065 }, 1066 "node_modules/error-ex": { 1067 "version": "1.3.2", 1068 "license": "MIT", 1069 "dependencies": { 1070 "is-arrayish": "^0.2.1" 1071 } 1072 }, 1073 "node_modules/esbuild": { 1074 "version": "0.25.5", 1075 "dev": true, 1076 "hasInstallScript": true, 1077 "license": "MIT", 1078 "bin": { 1079 "esbuild": "bin/esbuild" 1080 }, 1081 "engines": { 1082 "node": ">=18" 1083 }, 1084 "optionalDependencies": { 1085 "@esbuild/aix-ppc64": "0.25.5", 1086 "@esbuild/android-arm": "0.25.5", 1087 "@esbuild/android-arm64": "0.25.5", 1088 "@esbuild/android-x64": "0.25.5", 1089 "@esbuild/darwin-arm64": "0.25.5", 1090 "@esbuild/darwin-x64": "0.25.5", 1091 "@esbuild/freebsd-arm64": "0.25.5", 1092 "@esbuild/freebsd-x64": "0.25.5", 1093 "@esbuild/linux-arm": "0.25.5", 1094 "@esbuild/linux-arm64": "0.25.5", 1095 "@esbuild/linux-ia32": "0.25.5", 1096 "@esbuild/linux-loong64": "0.25.5", 1097 "@esbuild/linux-mips64el": "0.25.5", 1098 "@esbuild/linux-ppc64": "0.25.5", 1099 "@esbuild/linux-riscv64": "0.25.5", 1100 "@esbuild/linux-s390x": "0.25.5", 1101 "@esbuild/linux-x64": "0.25.5", 1102 "@esbuild/netbsd-arm64": "0.25.5", 1103 "@esbuild/netbsd-x64": "0.25.5", 1104 "@esbuild/openbsd-arm64": "0.25.5", 1105 "@esbuild/openbsd-x64": "0.25.5", 1106 "@esbuild/sunos-x64": "0.25.5", 1107 "@esbuild/win32-arm64": "0.25.5", 1108 "@esbuild/win32-ia32": "0.25.5", 1109 "@esbuild/win32-x64": "0.25.5" 1110 } 1111 }, 1112 "node_modules/escalade": { 1113 "version": "3.2.0", 1114 "license": "MIT", 1115 "engines": { 1116 "node": ">=6" 1117 } 1118 }, 1119 "node_modules/escodegen": { 1120 "version": "2.1.0", 1121 "license": "BSD-2-Clause", 1122 "dependencies": { 1123 "esprima": "^4.0.1", 1124 "estraverse": "^5.2.0", 1125 "esutils": "^2.0.2" 1126 }, 1127 "bin": { 1128 "escodegen": "bin/escodegen.js", 1129 "esgenerate": "bin/esgenerate.js" 1130 }, 1131 "engines": { 1132 "node": ">=6.0" 1133 }, 1134 "optionalDependencies": { 1135 "source-map": "~0.6.1" 1136 } 1137 }, 1138 "node_modules/esprima": { 1139 "version": "4.0.1", 1140 "license": "BSD-2-Clause", 1141 "bin": { 1142 "esparse": "bin/esparse.js", 1143 "esvalidate": "bin/esvalidate.js" 1144 }, 1145 "engines": { 1146 "node": ">=4" 1147 } 1148 }, 1149 "node_modules/estraverse": { 1150 "version": "5.3.0", 1151 "license": "BSD-2-Clause", 1152 "engines": { 1153 "node": ">=4.0" 1154 } 1155 }, 1156 "node_modules/estree-walker": { 1157 "version": "3.0.3", 1158 "license": "MIT", 1159 "dependencies": { 1160 "@types/estree": "^1.0.0" 1161 } 1162 }, 1163 "node_modules/esutils": { 1164 "version": "2.0.3", 1165 "license": "BSD-2-Clause", 1166 "engines": { 1167 "node": ">=0.10.0" 1168 } 1169 }, 1170 "node_modules/extract-zip": { 1171 "version": "2.0.1", 1172 "license": "BSD-2-Clause", 1173 "dependencies": { 1174 "debug": "^4.1.1", 1175 "get-stream": "^5.1.0", 1176 "yauzl": "^2.10.0" 1177 }, 1178 "bin": { 1179 "extract-zip": "cli.js" 1180 }, 1181 "engines": { 1182 "node": ">= 10.17.0" 1183 }, 1184 "optionalDependencies": { 1185 "@types/yauzl": "^2.9.1" 1186 } 1187 }, 1188 "node_modules/fast-fifo": { 1189 "version": "1.3.2", 1190 "license": "MIT" 1191 }, 1192 "node_modules/fd-slicer": { 1193 "version": "1.1.0", 1194 "license": "MIT", 1195 "dependencies": { 1196 "pend": "~1.2.0" 1197 } 1198 }, 1199 "node_modules/gc-hook": { 1200 "version": "0.3.1", 1201 "license": "ISC" 1202 }, 1203 "node_modules/get-caller-file": { 1204 "version": "2.0.5", 1205 "license": "ISC", 1206 "engines": { 1207 "node": "6.* || 8.* || >= 10.*" 1208 } 1209 }, 1210 "node_modules/get-stream": { 1211 "version": "5.2.0", 1212 "license": "MIT", 1213 "dependencies": { 1214 "pump": "^3.0.0" 1215 }, 1216 "engines": { 1217 "node": ">=8" 1218 }, 1219 "funding": { 1220 "url": "https://github.com/sponsors/sindresorhus" 1221 } 1222 }, 1223 "node_modules/get-tsconfig": { 1224 "version": "4.10.1", 1225 "license": "MIT", 1226 "dependencies": { 1227 "resolve-pkg-maps": "^1.0.0" 1228 }, 1229 "funding": { 1230 "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" 1231 } 1232 }, 1233 "node_modules/get-uri": { 1234 "version": "6.0.5", 1235 "license": "MIT", 1236 "dependencies": { 1237 "basic-ftp": "^5.0.2", 1238 "data-uri-to-buffer": "^6.0.2", 1239 "debug": "^4.3.4" 1240 }, 1241 "engines": { 1242 "node": ">= 14" 1243 } 1244 }, 1245 "node_modules/has-flag": { 1246 "version": "4.0.0", 1247 "license": "MIT", 1248 "engines": { 1249 "node": ">=8" 1250 } 1251 }, 1252 "node_modules/hono": { 1253 "version": "4.8.12", 1254 "license": "MIT", 1255 "engines": { 1256 "node": ">=16.9.0" 1257 } 1258 }, 1259 "node_modules/html-escaper": { 1260 "version": "2.0.2", 1261 "license": "MIT" 1262 }, 1263 "node_modules/http-proxy-agent": { 1264 "version": "7.0.2", 1265 "license": "MIT", 1266 "dependencies": { 1267 "agent-base": "^7.1.0", 1268 "debug": "^4.3.4" 1269 }, 1270 "engines": { 1271 "node": ">= 14" 1272 } 1273 }, 1274 "node_modules/https-proxy-agent": { 1275 "version": "7.0.6", 1276 "license": "MIT", 1277 "dependencies": { 1278 "agent-base": "^7.1.2", 1279 "debug": "4" 1280 }, 1281 "engines": { 1282 "node": ">= 14" 1283 } 1284 }, 1285 "node_modules/import-fresh": { 1286 "version": "3.3.1", 1287 "license": "MIT", 1288 "dependencies": { 1289 "parent-module": "^1.0.0", 1290 "resolve-from": "^4.0.0" 1291 }, 1292 "engines": { 1293 "node": ">=6" 1294 }, 1295 "funding": { 1296 "url": "https://github.com/sponsors/sindresorhus" 1297 } 1298 }, 1299 "node_modules/ip-address": { 1300 "version": "9.0.5", 1301 "license": "MIT", 1302 "dependencies": { 1303 "jsbn": "1.1.0", 1304 "sprintf-js": "^1.1.3" 1305 }, 1306 "engines": { 1307 "node": ">= 12" 1308 } 1309 }, 1310 "node_modules/is-arrayish": { 1311 "version": "0.2.1", 1312 "license": "MIT" 1313 }, 1314 "node_modules/is-fullwidth-code-point": { 1315 "version": "3.0.0", 1316 "license": "MIT", 1317 "engines": { 1318 "node": ">=8" 1319 } 1320 }, 1321 "node_modules/istanbul-lib-coverage": { 1322 "version": "3.2.2", 1323 "license": "BSD-3-Clause", 1324 "engines": { 1325 "node": ">=8" 1326 } 1327 }, 1328 "node_modules/istanbul-lib-report": { 1329 "version": "3.0.1", 1330 "license": "BSD-3-Clause", 1331 "dependencies": { 1332 "istanbul-lib-coverage": "^3.0.0", 1333 "make-dir": "^4.0.0", 1334 "supports-color": "^7.1.0" 1335 }, 1336 "engines": { 1337 "node": ">=10" 1338 } 1339 }, 1340 "node_modules/istanbul-reports": { 1341 "version": "3.1.7", 1342 "license": "BSD-3-Clause", 1343 "dependencies": { 1344 "html-escaper": "^2.0.0", 1345 "istanbul-lib-report": "^3.0.0" 1346 }, 1347 "engines": { 1348 "node": ">=8" 1349 } 1350 }, 1351 "node_modules/js-tokens": { 1352 "version": "4.0.0", 1353 "license": "MIT" 1354 }, 1355 "node_modules/js-yaml": { 1356 "version": "4.1.0", 1357 "license": "MIT", 1358 "dependencies": { 1359 "argparse": "^2.0.1" 1360 }, 1361 "bin": { 1362 "js-yaml": "bin/js-yaml.js" 1363 } 1364 }, 1365 "node_modules/jsbn": { 1366 "version": "1.1.0", 1367 "license": "MIT" 1368 }, 1369 "node_modules/jsesc": { 1370 "version": "3.1.0", 1371 "license": "MIT", 1372 "bin": { 1373 "jsesc": "bin/jsesc" 1374 }, 1375 "engines": { 1376 "node": ">=6" 1377 } 1378 }, 1379 "node_modules/json-parse-even-better-errors": { 1380 "version": "2.3.1", 1381 "license": "MIT" 1382 }, 1383 "node_modules/lines-and-columns": { 1384 "version": "1.2.4", 1385 "license": "MIT" 1386 }, 1387 "node_modules/lru-cache": { 1388 "version": "7.18.3", 1389 "license": "ISC", 1390 "engines": { 1391 "node": ">=12" 1392 } 1393 }, 1394 "node_modules/magic-string": { 1395 "version": "0.30.17", 1396 "license": "MIT", 1397 "dependencies": { 1398 "@jridgewell/sourcemap-codec": "^1.5.0" 1399 } 1400 }, 1401 "node_modules/make-dir": { 1402 "version": "4.0.0", 1403 "license": "MIT", 1404 "dependencies": { 1405 "semver": "^7.5.3" 1406 }, 1407 "engines": { 1408 "node": ">=10" 1409 }, 1410 "funding": { 1411 "url": "https://github.com/sponsors/sindresorhus" 1412 } 1413 }, 1414 "node_modules/mitata": { 1415 "version": "1.0.34", 1416 "license": "MIT" 1417 }, 1418 "node_modules/mitt": { 1419 "version": "3.0.1", 1420 "license": "MIT" 1421 }, 1422 "node_modules/ms": { 1423 "version": "2.1.3", 1424 "license": "MIT" 1425 }, 1426 "node_modules/nanoid": { 1427 "version": "3.3.11", 1428 "dev": true, 1429 "funding": [ 1430 { 1431 "type": "github", 1432 "url": "https://github.com/sponsors/ai" 1433 } 1434 ], 1435 "license": "MIT", 1436 "bin": { 1437 "nanoid": "bin/nanoid.cjs" 1438 }, 1439 "engines": { 1440 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 1441 } 1442 }, 1443 "node_modules/netmask": { 1444 "version": "2.0.2", 1445 "license": "MIT", 1446 "engines": { 1447 "node": ">= 0.4.0" 1448 } 1449 }, 1450 "node_modules/once": { 1451 "version": "1.4.0", 1452 "license": "ISC", 1453 "dependencies": { 1454 "wrappy": "1" 1455 } 1456 }, 1457 "node_modules/oxc-parser": { 1458 "version": "0.82.0", 1459 "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.82.0.tgz", 1460 "integrity": "sha512-65sfeL3mV20/8RfLYOfdDG7xqXy7Unqz67OpGCfkYsEaki97xV/c1uwwCJ9gseQxxGwtaWYD8l9XSzE95Vv43A==", 1461 "license": "MIT", 1462 "dependencies": { 1463 "@oxc-project/types": "^0.82.0" 1464 }, 1465 "engines": { 1466 "node": ">=20.0.0" 1467 }, 1468 "funding": { 1469 "url": "https://github.com/sponsors/Boshen" 1470 }, 1471 "optionalDependencies": { 1472 "@oxc-parser/binding-android-arm64": "0.82.0", 1473 "@oxc-parser/binding-darwin-arm64": "0.82.0", 1474 "@oxc-parser/binding-darwin-x64": "0.82.0", 1475 "@oxc-parser/binding-freebsd-x64": "0.82.0", 1476 "@oxc-parser/binding-linux-arm-gnueabihf": "0.82.0", 1477 "@oxc-parser/binding-linux-arm-musleabihf": "0.82.0", 1478 "@oxc-parser/binding-linux-arm64-gnu": "0.82.0", 1479 "@oxc-parser/binding-linux-arm64-musl": "0.82.0", 1480 "@oxc-parser/binding-linux-riscv64-gnu": "0.82.0", 1481 "@oxc-parser/binding-linux-s390x-gnu": "0.82.0", 1482 "@oxc-parser/binding-linux-x64-gnu": "0.82.0", 1483 "@oxc-parser/binding-linux-x64-musl": "0.82.0", 1484 "@oxc-parser/binding-wasm32-wasi": "0.82.0", 1485 "@oxc-parser/binding-win32-arm64-msvc": "0.82.0", 1486 "@oxc-parser/binding-win32-x64-msvc": "0.82.0" 1487 } 1488 }, 1489 "node_modules/oxc-parser/node_modules/@oxc-project/types": { 1490 "version": "0.82.0", 1491 "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.82.0.tgz", 1492 "integrity": "sha512-Cjnk69JMq8/HgwEqSn3UKIIb4Cb18Umu2SboIMRHDa9Akmi1DQ4VC0WBEZyaJxQtKZlXrGbXHmkkIt3dMKk92A==", 1493 "license": "MIT", 1494 "funding": { 1495 "url": "https://github.com/sponsors/Boshen" 1496 } 1497 }, 1498 "node_modules/pac-proxy-agent": { 1499 "version": "7.2.0", 1500 "license": "MIT", 1501 "dependencies": { 1502 "@tootallnate/quickjs-emscripten": "^0.23.0", 1503 "agent-base": "^7.1.2", 1504 "debug": "^4.3.4", 1505 "get-uri": "^6.0.1", 1506 "http-proxy-agent": "^7.0.0", 1507 "https-proxy-agent": "^7.0.6", 1508 "pac-resolver": "^7.0.1", 1509 "socks-proxy-agent": "^8.0.5" 1510 }, 1511 "engines": { 1512 "node": ">= 14" 1513 } 1514 }, 1515 "node_modules/pac-resolver": { 1516 "version": "7.0.1", 1517 "license": "MIT", 1518 "dependencies": { 1519 "degenerator": "^5.0.0", 1520 "netmask": "^2.0.2" 1521 }, 1522 "engines": { 1523 "node": ">= 14" 1524 } 1525 }, 1526 "node_modules/parent-module": { 1527 "version": "1.0.1", 1528 "license": "MIT", 1529 "dependencies": { 1530 "callsites": "^3.0.0" 1531 }, 1532 "engines": { 1533 "node": ">=6" 1534 } 1535 }, 1536 "node_modules/parse-json": { 1537 "version": "5.2.0", 1538 "license": "MIT", 1539 "dependencies": { 1540 "@babel/code-frame": "^7.0.0", 1541 "error-ex": "^1.3.1", 1542 "json-parse-even-better-errors": "^2.3.0", 1543 "lines-and-columns": "^1.1.6" 1544 }, 1545 "engines": { 1546 "node": ">=8" 1547 }, 1548 "funding": { 1549 "url": "https://github.com/sponsors/sindresorhus" 1550 } 1551 }, 1552 "node_modules/pathe": { 1553 "version": "2.0.3", 1554 "license": "MIT" 1555 }, 1556 "node_modules/pend": { 1557 "version": "1.2.0", 1558 "license": "MIT" 1559 }, 1560 "node_modules/picocolors": { 1561 "version": "1.1.1", 1562 "license": "ISC" 1563 }, 1564 "node_modules/postcss": { 1565 "version": "8.5.6", 1566 "dev": true, 1567 "funding": [ 1568 { 1569 "type": "opencollective", 1570 "url": "https://opencollective.com/postcss/" 1571 }, 1572 { 1573 "type": "tidelift", 1574 "url": "https://tidelift.com/funding/github/npm/postcss" 1575 }, 1576 { 1577 "type": "github", 1578 "url": "https://github.com/sponsors/ai" 1579 } 1580 ], 1581 "license": "MIT", 1582 "dependencies": { 1583 "nanoid": "^3.3.11", 1584 "picocolors": "^1.1.1", 1585 "source-map-js": "^1.2.1" 1586 }, 1587 "engines": { 1588 "node": "^10 || ^12 || >=14" 1589 } 1590 }, 1591 "node_modules/prettier": { 1592 "version": "3.6.2", 1593 "dev": true, 1594 "license": "MIT", 1595 "bin": { 1596 "prettier": "bin/prettier.cjs" 1597 }, 1598 "engines": { 1599 "node": ">=14" 1600 }, 1601 "funding": { 1602 "url": "https://github.com/prettier/prettier?sponsor=1" 1603 } 1604 }, 1605 "node_modules/prettier-plugin-organize-imports": { 1606 "version": "4.2.0", 1607 "dev": true, 1608 "license": "MIT", 1609 "peerDependencies": { 1610 "prettier": ">=2.0", 1611 "typescript": ">=2.9", 1612 "vue-tsc": "^2.1.0 || 3" 1613 }, 1614 "peerDependenciesMeta": { 1615 "vue-tsc": { 1616 "optional": true 1617 } 1618 } 1619 }, 1620 "node_modules/progress": { 1621 "version": "2.0.3", 1622 "license": "MIT", 1623 "engines": { 1624 "node": ">=0.4.0" 1625 } 1626 }, 1627 "node_modules/proxy-agent": { 1628 "version": "6.5.0", 1629 "license": "MIT", 1630 "dependencies": { 1631 "agent-base": "^7.1.2", 1632 "debug": "^4.3.4", 1633 "http-proxy-agent": "^7.0.1", 1634 "https-proxy-agent": "^7.0.6", 1635 "lru-cache": "^7.14.1", 1636 "pac-proxy-agent": "^7.1.0", 1637 "proxy-from-env": "^1.1.0", 1638 "socks-proxy-agent": "^8.0.5" 1639 }, 1640 "engines": { 1641 "node": ">= 14" 1642 } 1643 }, 1644 "node_modules/proxy-from-env": { 1645 "version": "1.1.0", 1646 "license": "MIT" 1647 }, 1648 "node_modules/proxy-target": { 1649 "version": "3.0.2", 1650 "license": "MIT" 1651 }, 1652 "node_modules/pump": { 1653 "version": "3.0.3", 1654 "license": "MIT", 1655 "dependencies": { 1656 "end-of-stream": "^1.1.0", 1657 "once": "^1.3.1" 1658 } 1659 }, 1660 "node_modules/puppeteer": { 1661 "version": "24.15.0", 1662 "hasInstallScript": true, 1663 "license": "Apache-2.0", 1664 "dependencies": { 1665 "@puppeteer/browsers": "2.10.6", 1666 "chromium-bidi": "7.2.0", 1667 "cosmiconfig": "^9.0.0", 1668 "devtools-protocol": "0.0.1464554", 1669 "puppeteer-core": "24.15.0", 1670 "typed-query-selector": "^2.12.0" 1671 }, 1672 "bin": { 1673 "puppeteer": "lib/cjs/puppeteer/node/cli.js" 1674 }, 1675 "engines": { 1676 "node": ">=18" 1677 } 1678 }, 1679 "node_modules/puppeteer-core": { 1680 "version": "24.15.0", 1681 "license": "Apache-2.0", 1682 "dependencies": { 1683 "@puppeteer/browsers": "2.10.6", 1684 "chromium-bidi": "7.2.0", 1685 "debug": "^4.4.1", 1686 "devtools-protocol": "0.0.1464554", 1687 "typed-query-selector": "^2.12.0", 1688 "ws": "^8.18.3" 1689 }, 1690 "engines": { 1691 "node": ">=18" 1692 } 1693 }, 1694 "node_modules/require-directory": { 1695 "version": "2.1.1", 1696 "license": "MIT", 1697 "engines": { 1698 "node": ">=0.10.0" 1699 } 1700 }, 1701 "node_modules/resolve-from": { 1702 "version": "4.0.0", 1703 "license": "MIT", 1704 "engines": { 1705 "node": ">=4" 1706 } 1707 }, 1708 "node_modules/resolve-pkg-maps": { 1709 "version": "1.0.0", 1710 "license": "MIT", 1711 "funding": { 1712 "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" 1713 } 1714 }, 1715 "node_modules/rolldown": { 1716 "version": "1.0.0-beta.31", 1717 "license": "MIT", 1718 "dependencies": { 1719 "@oxc-project/runtime": "=0.80.0", 1720 "@oxc-project/types": "=0.80.0", 1721 "@rolldown/pluginutils": "1.0.0-beta.31", 1722 "ansis": "^4.0.0" 1723 }, 1724 "bin": { 1725 "rolldown": "bin/cli.mjs" 1726 }, 1727 "optionalDependencies": { 1728 "@rolldown/binding-android-arm64": "1.0.0-beta.31", 1729 "@rolldown/binding-darwin-arm64": "1.0.0-beta.31", 1730 "@rolldown/binding-darwin-x64": "1.0.0-beta.31", 1731 "@rolldown/binding-freebsd-x64": "1.0.0-beta.31", 1732 "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.31", 1733 "@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.31", 1734 "@rolldown/binding-linux-arm64-musl": "1.0.0-beta.31", 1735 "@rolldown/binding-linux-arm64-ohos": "1.0.0-beta.31", 1736 "@rolldown/binding-linux-x64-gnu": "1.0.0-beta.31", 1737 "@rolldown/binding-linux-x64-musl": "1.0.0-beta.31", 1738 "@rolldown/binding-wasm32-wasi": "1.0.0-beta.31", 1739 "@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.31", 1740 "@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.31", 1741 "@rolldown/binding-win32-x64-msvc": "1.0.0-beta.31" 1742 } 1743 }, 1744 "node_modules/rolldown-plugin-dts": { 1745 "version": "0.15.6", 1746 "resolved": "https://registry.npmjs.org/rolldown-plugin-dts/-/rolldown-plugin-dts-0.15.6.tgz", 1747 "integrity": "sha512-AxQlyx3Nszob5QLmVUjz/VnC5BevtUo0h8tliuE0egddss7IbtCBU7GOe7biRU0fJNRQJmQjPKXFcc7K98j3+w==", 1748 "license": "MIT", 1749 "dependencies": { 1750 "@babel/generator": "^7.28.0", 1751 "@babel/parser": "^7.28.0", 1752 "@babel/types": "^7.28.2", 1753 "ast-kit": "^2.1.1", 1754 "birpc": "^2.5.0", 1755 "debug": "^4.4.1", 1756 "dts-resolver": "^2.1.1", 1757 "get-tsconfig": "^4.10.1" 1758 }, 1759 "engines": { 1760 "node": ">=20.18.0" 1761 }, 1762 "funding": { 1763 "url": "https://github.com/sponsors/sxzz" 1764 }, 1765 "peerDependencies": { 1766 "@typescript/native-preview": ">=7.0.0-dev.20250601.1", 1767 "rolldown": "^1.0.0-beta.9", 1768 "typescript": "^5.0.0", 1769 "vue-tsc": "~3.0.3" 1770 }, 1771 "peerDependenciesMeta": { 1772 "@typescript/native-preview": { 1773 "optional": true 1774 }, 1775 "typescript": { 1776 "optional": true 1777 }, 1778 "vue-tsc": { 1779 "optional": true 1780 } 1781 } 1782 }, 1783 "node_modules/rollup": { 1784 "version": "4.44.1", 1785 "dev": true, 1786 "license": "MIT", 1787 "dependencies": { 1788 "@types/estree": "1.0.8" 1789 }, 1790 "bin": { 1791 "rollup": "dist/bin/rollup" 1792 }, 1793 "engines": { 1794 "node": ">=18.0.0", 1795 "npm": ">=8.0.0" 1796 }, 1797 "optionalDependencies": { 1798 "@rollup/rollup-android-arm-eabi": "4.44.1", 1799 "@rollup/rollup-android-arm64": "4.44.1", 1800 "@rollup/rollup-darwin-arm64": "4.44.1", 1801 "@rollup/rollup-darwin-x64": "4.44.1", 1802 "@rollup/rollup-freebsd-arm64": "4.44.1", 1803 "@rollup/rollup-freebsd-x64": "4.44.1", 1804 "@rollup/rollup-linux-arm-gnueabihf": "4.44.1", 1805 "@rollup/rollup-linux-arm-musleabihf": "4.44.1", 1806 "@rollup/rollup-linux-arm64-gnu": "4.44.1", 1807 "@rollup/rollup-linux-arm64-musl": "4.44.1", 1808 "@rollup/rollup-linux-loongarch64-gnu": "4.44.1", 1809 "@rollup/rollup-linux-powerpc64le-gnu": "4.44.1", 1810 "@rollup/rollup-linux-riscv64-gnu": "4.44.1", 1811 "@rollup/rollup-linux-riscv64-musl": "4.44.1", 1812 "@rollup/rollup-linux-s390x-gnu": "4.44.1", 1813 "@rollup/rollup-linux-x64-gnu": "4.44.1", 1814 "@rollup/rollup-linux-x64-musl": "4.44.1", 1815 "@rollup/rollup-win32-arm64-msvc": "4.44.1", 1816 "@rollup/rollup-win32-ia32-msvc": "4.44.1", 1817 "@rollup/rollup-win32-x64-msvc": "4.44.1", 1818 "fsevents": "~2.3.2" 1819 } 1820 }, 1821 "node_modules/semver": { 1822 "version": "7.7.2", 1823 "license": "ISC", 1824 "bin": { 1825 "semver": "bin/semver.js" 1826 }, 1827 "engines": { 1828 "node": ">=10" 1829 } 1830 }, 1831 "node_modules/smart-buffer": { 1832 "version": "4.2.0", 1833 "license": "MIT", 1834 "engines": { 1835 "node": ">= 6.0.0", 1836 "npm": ">= 3.0.0" 1837 } 1838 }, 1839 "node_modules/socks": { 1840 "version": "2.8.6", 1841 "license": "MIT", 1842 "dependencies": { 1843 "ip-address": "^9.0.5", 1844 "smart-buffer": "^4.2.0" 1845 }, 1846 "engines": { 1847 "node": ">= 10.0.0", 1848 "npm": ">= 3.0.0" 1849 } 1850 }, 1851 "node_modules/socks-proxy-agent": { 1852 "version": "8.0.5", 1853 "license": "MIT", 1854 "dependencies": { 1855 "agent-base": "^7.1.2", 1856 "debug": "^4.3.4", 1857 "socks": "^2.8.3" 1858 }, 1859 "engines": { 1860 "node": ">= 14" 1861 } 1862 }, 1863 "node_modules/source-map": { 1864 "version": "0.6.1", 1865 "license": "BSD-3-Clause", 1866 "engines": { 1867 "node": ">=0.10.0" 1868 } 1869 }, 1870 "node_modules/source-map-js": { 1871 "version": "1.2.1", 1872 "dev": true, 1873 "license": "BSD-3-Clause", 1874 "engines": { 1875 "node": ">=0.10.0" 1876 } 1877 }, 1878 "node_modules/source-map-support": { 1879 "version": "0.5.21", 1880 "license": "MIT", 1881 "dependencies": { 1882 "buffer-from": "^1.0.0", 1883 "source-map": "^0.6.0" 1884 } 1885 }, 1886 "node_modules/sprintf-js": { 1887 "version": "1.1.3", 1888 "license": "BSD-3-Clause" 1889 }, 1890 "node_modules/sqlocal": { 1891 "version": "0.14.1", 1892 "license": "MIT", 1893 "dependencies": { 1894 "@sqlite.org/sqlite-wasm": "^3.49.1-build4", 1895 "coincident": "^1.2.3" 1896 }, 1897 "funding": { 1898 "type": "paypal", 1899 "url": "https://www.paypal.com/biz/fund?id=U3ZNM2Q26WJY8" 1900 }, 1901 "peerDependencies": { 1902 "drizzle-orm": "*", 1903 "kysely": "*" 1904 }, 1905 "peerDependenciesMeta": { 1906 "drizzle-orm": { 1907 "optional": true 1908 }, 1909 "kysely": { 1910 "optional": true 1911 } 1912 } 1913 }, 1914 "node_modules/streamx": { 1915 "version": "2.22.1", 1916 "license": "MIT", 1917 "dependencies": { 1918 "fast-fifo": "^1.3.2", 1919 "text-decoder": "^1.1.0" 1920 }, 1921 "optionalDependencies": { 1922 "bare-events": "^2.2.0" 1923 } 1924 }, 1925 "node_modules/string-width": { 1926 "version": "4.2.3", 1927 "license": "MIT", 1928 "dependencies": { 1929 "emoji-regex": "^8.0.0", 1930 "is-fullwidth-code-point": "^3.0.0", 1931 "strip-ansi": "^6.0.1" 1932 }, 1933 "engines": { 1934 "node": ">=8" 1935 } 1936 }, 1937 "node_modules/strip-ansi": { 1938 "version": "6.0.1", 1939 "license": "MIT", 1940 "dependencies": { 1941 "ansi-regex": "^5.0.1" 1942 }, 1943 "engines": { 1944 "node": ">=8" 1945 } 1946 }, 1947 "node_modules/supports-color": { 1948 "version": "7.2.0", 1949 "license": "MIT", 1950 "dependencies": { 1951 "has-flag": "^4.0.0" 1952 }, 1953 "engines": { 1954 "node": ">=8" 1955 } 1956 }, 1957 "node_modules/tar-fs": { 1958 "version": "3.1.0", 1959 "license": "MIT", 1960 "dependencies": { 1961 "pump": "^3.0.0", 1962 "tar-stream": "^3.1.5" 1963 }, 1964 "optionalDependencies": { 1965 "bare-fs": "^4.0.1", 1966 "bare-path": "^3.0.0" 1967 } 1968 }, 1969 "node_modules/tar-stream": { 1970 "version": "3.1.7", 1971 "license": "MIT", 1972 "dependencies": { 1973 "b4a": "^1.6.4", 1974 "fast-fifo": "^1.2.0", 1975 "streamx": "^2.15.0" 1976 } 1977 }, 1978 "node_modules/terser": { 1979 "version": "5.43.1", 1980 "license": "BSD-2-Clause", 1981 "dependencies": { 1982 "@jridgewell/source-map": "^0.3.3", 1983 "acorn": "^8.14.0", 1984 "commander": "^2.20.0", 1985 "source-map-support": "~0.5.20" 1986 }, 1987 "bin": { 1988 "terser": "bin/terser" 1989 }, 1990 "engines": { 1991 "node": ">=10" 1992 } 1993 }, 1994 "node_modules/text-decoder": { 1995 "version": "1.2.3", 1996 "license": "Apache-2.0", 1997 "dependencies": { 1998 "b4a": "^1.6.4" 1999 } 2000 }, 2001 "node_modules/tinyglobby": { 2002 "version": "0.2.14", 2003 "dev": true, 2004 "license": "MIT", 2005 "dependencies": { 2006 "fdir": "^6.4.4", 2007 "picomatch": "^4.0.2" 2008 }, 2009 "engines": { 2010 "node": ">=12.0.0" 2011 }, 2012 "funding": { 2013 "url": "https://github.com/sponsors/SuperchupuDev" 2014 } 2015 }, 2016 "node_modules/tinyglobby/node_modules/fdir": { 2017 "version": "6.4.6", 2018 "dev": true, 2019 "license": "MIT", 2020 "peerDependencies": { 2021 "picomatch": "^3 || ^4" 2022 }, 2023 "peerDependenciesMeta": { 2024 "picomatch": { 2025 "optional": true 2026 } 2027 } 2028 }, 2029 "node_modules/tinyglobby/node_modules/picomatch": { 2030 "version": "4.0.2", 2031 "dev": true, 2032 "license": "MIT", 2033 "engines": { 2034 "node": ">=12" 2035 }, 2036 "funding": { 2037 "url": "https://github.com/sponsors/jonschlinkert" 2038 } 2039 }, 2040 "node_modules/tslib": { 2041 "version": "2.8.1", 2042 "license": "0BSD" 2043 }, 2044 "node_modules/typed-query-selector": { 2045 "version": "2.12.0", 2046 "license": "MIT" 2047 }, 2048 "node_modules/typescript": { 2049 "version": "5.9.2", 2050 "devOptional": true, 2051 "license": "Apache-2.0", 2052 "bin": { 2053 "tsc": "bin/tsc", 2054 "tsserver": "bin/tsserver" 2055 }, 2056 "engines": { 2057 "node": ">=14.17" 2058 } 2059 }, 2060 "node_modules/undici-types": { 2061 "version": "6.21.0", 2062 "devOptional": true, 2063 "license": "MIT" 2064 }, 2065 "node_modules/vite": { 2066 "version": "6.3.5", 2067 "dev": true, 2068 "license": "MIT", 2069 "dependencies": { 2070 "esbuild": "^0.25.0", 2071 "fdir": "^6.4.4", 2072 "picomatch": "^4.0.2", 2073 "postcss": "^8.5.3", 2074 "rollup": "^4.34.9", 2075 "tinyglobby": "^0.2.13" 2076 }, 2077 "bin": { 2078 "vite": "bin/vite.js" 2079 }, 2080 "engines": { 2081 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 2082 }, 2083 "funding": { 2084 "url": "https://github.com/vitejs/vite?sponsor=1" 2085 }, 2086 "optionalDependencies": { 2087 "fsevents": "~2.3.3" 2088 }, 2089 "peerDependencies": { 2090 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 2091 "jiti": ">=1.21.0", 2092 "less": "*", 2093 "lightningcss": "^1.21.0", 2094 "sass": "*", 2095 "sass-embedded": "*", 2096 "stylus": "*", 2097 "sugarss": "*", 2098 "terser": "^5.16.0", 2099 "tsx": "^4.8.1", 2100 "yaml": "^2.4.2" 2101 }, 2102 "peerDependenciesMeta": { 2103 "@types/node": { 2104 "optional": true 2105 }, 2106 "jiti": { 2107 "optional": true 2108 }, 2109 "less": { 2110 "optional": true 2111 }, 2112 "lightningcss": { 2113 "optional": true 2114 }, 2115 "sass": { 2116 "optional": true 2117 }, 2118 "sass-embedded": { 2119 "optional": true 2120 }, 2121 "stylus": { 2122 "optional": true 2123 }, 2124 "sugarss": { 2125 "optional": true 2126 }, 2127 "terser": { 2128 "optional": true 2129 }, 2130 "tsx": { 2131 "optional": true 2132 }, 2133 "yaml": { 2134 "optional": true 2135 } 2136 } 2137 }, 2138 "node_modules/vite/node_modules/fdir": { 2139 "version": "6.4.6", 2140 "dev": true, 2141 "license": "MIT", 2142 "peerDependencies": { 2143 "picomatch": "^3 || ^4" 2144 }, 2145 "peerDependenciesMeta": { 2146 "picomatch": { 2147 "optional": true 2148 } 2149 } 2150 }, 2151 "node_modules/vite/node_modules/picomatch": { 2152 "version": "4.0.2", 2153 "dev": true, 2154 "license": "MIT", 2155 "engines": { 2156 "node": ">=12" 2157 }, 2158 "funding": { 2159 "url": "https://github.com/sponsors/jonschlinkert" 2160 } 2161 }, 2162 "node_modules/wrap-ansi": { 2163 "version": "7.0.0", 2164 "license": "MIT", 2165 "dependencies": { 2166 "ansi-styles": "^4.0.0", 2167 "string-width": "^4.1.0", 2168 "strip-ansi": "^6.0.0" 2169 }, 2170 "engines": { 2171 "node": ">=10" 2172 }, 2173 "funding": { 2174 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 2175 } 2176 }, 2177 "node_modules/wrappy": { 2178 "version": "1.0.2", 2179 "license": "ISC" 2180 }, 2181 "node_modules/ws": { 2182 "version": "8.18.3", 2183 "license": "MIT", 2184 "engines": { 2185 "node": ">=10.0.0" 2186 }, 2187 "peerDependencies": { 2188 "bufferutil": "^4.0.1", 2189 "utf-8-validate": ">=5.0.2" 2190 }, 2191 "peerDependenciesMeta": { 2192 "bufferutil": { 2193 "optional": true 2194 }, 2195 "utf-8-validate": { 2196 "optional": true 2197 } 2198 } 2199 }, 2200 "node_modules/y18n": { 2201 "version": "5.0.8", 2202 "license": "ISC", 2203 "engines": { 2204 "node": ">=10" 2205 } 2206 }, 2207 "node_modules/yargs": { 2208 "version": "17.7.2", 2209 "license": "MIT", 2210 "dependencies": { 2211 "cliui": "^8.0.1", 2212 "escalade": "^3.1.1", 2213 "get-caller-file": "^2.0.5", 2214 "require-directory": "^2.1.1", 2215 "string-width": "^4.2.3", 2216 "y18n": "^5.0.5", 2217 "yargs-parser": "^21.1.1" 2218 }, 2219 "engines": { 2220 "node": ">=12" 2221 } 2222 }, 2223 "node_modules/yargs-parser": { 2224 "version": "21.1.1", 2225 "license": "ISC", 2226 "engines": { 2227 "node": ">=12" 2228 } 2229 }, 2230 "node_modules/yauzl": { 2231 "version": "2.10.0", 2232 "license": "MIT", 2233 "dependencies": { 2234 "buffer-crc32": "~0.2.3", 2235 "fd-slicer": "~1.1.0" 2236 } 2237 }, 2238 "node_modules/zimmerframe": { 2239 "version": "1.1.2", 2240 "license": "MIT" 2241 }, 2242 "node_modules/zod": { 2243 "version": "3.25.76", 2244 "license": "MIT", 2245 "funding": { 2246 "url": "https://github.com/sponsors/colinhacks" 2247 } 2248 }, 2249 "scripts/build": { 2250 "name": "@dhtml-scripts/build", 2251 "dependencies": { 2252 "@oxc-project/types": "^0.80.0", 2253 "magic-string": "^0.30.17", 2254 "rolldown": "^1.0.0-beta.12", 2255 "rolldown-plugin-dts": "^0.15.4", 2256 "terser": "^5.41.0", 2257 "zimmerframe": "^1.1.2" 2258 } 2259 }, 2260 "scripts/site": { 2261 "extraneous": true 2262 }, 2263 "scripts/test": { 2264 "name": "@dhtml-scripts/test", 2265 "dependencies": { 2266 "@hono/node-server": "^1.17.0", 2267 "@types/istanbul-lib-coverage": "^2.0.6", 2268 "@types/istanbul-lib-report": "^3.0.3", 2269 "@types/istanbul-reports": "^3.0.4", 2270 "amaro": "^1.1.0", 2271 "ast-v8-to-istanbul": "^0.3.3", 2272 "birpc": "^2.5.0", 2273 "devalue": "^5.1.1", 2274 "hono": "^4.8.5", 2275 "istanbul-lib-coverage": "^3.2.2", 2276 "istanbul-lib-report": "^3.0.1", 2277 "istanbul-reports": "^3.1.7", 2278 "mitata": "^1.0.34", 2279 "oxc-parser": "^0.82.0", 2280 "puppeteer": "^24.14.0" 2281 } 2282 } 2283 } 2284}