[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-github-corner. flo-bit.dev/svelte-github-corner/
0

Configure Feed

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

add lockfile

Florian (Dec 5, 2024, 9:48 PM +0100) 5171d50d 3cf449f0

+3651
+3651
package-lock.json
··· 1 + { 2 + "name": "svelte-github-corner", 3 + "version": "0.0.1", 4 + "lockfileVersion": 3, 5 + "requires": true, 6 + "packages": { 7 + "": { 8 + "name": "svelte-github-corner", 9 + "version": "0.0.1", 10 + "license": "MIT", 11 + "devDependencies": { 12 + "@eslint/compat": "^1.2.3", 13 + "@sveltejs/adapter-auto": "^3.0.0", 14 + "@sveltejs/adapter-static": "^3.0.6", 15 + "@sveltejs/kit": "^2.9.0", 16 + "@sveltejs/package": "^2.0.0", 17 + "@sveltejs/vite-plugin-svelte": "^5.0.0", 18 + "autoprefixer": "^10.4.20", 19 + "eslint": "^9.7.0", 20 + "eslint-config-prettier": "^9.1.0", 21 + "eslint-plugin-svelte": "^2.36.0", 22 + "globals": "^15.0.0", 23 + "prettier": "^3.3.2", 24 + "prettier-plugin-svelte": "^3.2.6", 25 + "prettier-plugin-tailwindcss": "^0.6.5", 26 + "publint": "^0.2.0", 27 + "svelte": "^5.0.0", 28 + "svelte-check": "^4.0.0", 29 + "svelte-highlight": "^7.7.0", 30 + "tailwindcss": "^3.4.9", 31 + "typescript": "^5.0.0", 32 + "typescript-eslint": "^8.0.0", 33 + "vite": "^6.0.0" 34 + }, 35 + "peerDependencies": { 36 + "svelte": "^5.0.0" 37 + } 38 + }, 39 + "node_modules/@alloc/quick-lru": { 40 + "version": "5.2.0", 41 + "dev": true, 42 + "license": "MIT", 43 + "engines": { 44 + "node": ">=10" 45 + }, 46 + "funding": { 47 + "url": "https://github.com/sponsors/sindresorhus" 48 + } 49 + }, 50 + "node_modules/@ampproject/remapping": { 51 + "version": "2.3.0", 52 + "dev": true, 53 + "license": "Apache-2.0", 54 + "dependencies": { 55 + "@jridgewell/gen-mapping": "^0.3.5", 56 + "@jridgewell/trace-mapping": "^0.3.24" 57 + }, 58 + "engines": { 59 + "node": ">=6.0.0" 60 + } 61 + }, 62 + "node_modules/@esbuild/darwin-arm64": { 63 + "version": "0.24.0", 64 + "cpu": [ 65 + "arm64" 66 + ], 67 + "dev": true, 68 + "license": "MIT", 69 + "optional": true, 70 + "os": [ 71 + "darwin" 72 + ], 73 + "engines": { 74 + "node": ">=18" 75 + } 76 + }, 77 + "node_modules/@eslint-community/eslint-utils": { 78 + "version": "4.4.1", 79 + "dev": true, 80 + "license": "MIT", 81 + "dependencies": { 82 + "eslint-visitor-keys": "^3.4.3" 83 + }, 84 + "engines": { 85 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 86 + }, 87 + "funding": { 88 + "url": "https://opencollective.com/eslint" 89 + }, 90 + "peerDependencies": { 91 + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" 92 + } 93 + }, 94 + "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { 95 + "version": "3.4.3", 96 + "dev": true, 97 + "license": "Apache-2.0", 98 + "engines": { 99 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 100 + }, 101 + "funding": { 102 + "url": "https://opencollective.com/eslint" 103 + } 104 + }, 105 + "node_modules/@eslint-community/regexpp": { 106 + "version": "4.12.1", 107 + "dev": true, 108 + "license": "MIT", 109 + "engines": { 110 + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" 111 + } 112 + }, 113 + "node_modules/@eslint/compat": { 114 + "version": "1.2.4", 115 + "dev": true, 116 + "license": "Apache-2.0", 117 + "engines": { 118 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 119 + }, 120 + "peerDependencies": { 121 + "eslint": "^9.10.0" 122 + }, 123 + "peerDependenciesMeta": { 124 + "eslint": { 125 + "optional": true 126 + } 127 + } 128 + }, 129 + "node_modules/@eslint/config-array": { 130 + "version": "0.19.1", 131 + "dev": true, 132 + "license": "Apache-2.0", 133 + "dependencies": { 134 + "@eslint/object-schema": "^2.1.5", 135 + "debug": "^4.3.1", 136 + "minimatch": "^3.1.2" 137 + }, 138 + "engines": { 139 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 140 + } 141 + }, 142 + "node_modules/@eslint/core": { 143 + "version": "0.9.1", 144 + "dev": true, 145 + "license": "Apache-2.0", 146 + "dependencies": { 147 + "@types/json-schema": "^7.0.15" 148 + }, 149 + "engines": { 150 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 151 + } 152 + }, 153 + "node_modules/@eslint/eslintrc": { 154 + "version": "3.2.0", 155 + "dev": true, 156 + "license": "MIT", 157 + "dependencies": { 158 + "ajv": "^6.12.4", 159 + "debug": "^4.3.2", 160 + "espree": "^10.0.1", 161 + "globals": "^14.0.0", 162 + "ignore": "^5.2.0", 163 + "import-fresh": "^3.2.1", 164 + "js-yaml": "^4.1.0", 165 + "minimatch": "^3.1.2", 166 + "strip-json-comments": "^3.1.1" 167 + }, 168 + "engines": { 169 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 170 + }, 171 + "funding": { 172 + "url": "https://opencollective.com/eslint" 173 + } 174 + }, 175 + "node_modules/@eslint/eslintrc/node_modules/globals": { 176 + "version": "14.0.0", 177 + "dev": true, 178 + "license": "MIT", 179 + "engines": { 180 + "node": ">=18" 181 + }, 182 + "funding": { 183 + "url": "https://github.com/sponsors/sindresorhus" 184 + } 185 + }, 186 + "node_modules/@eslint/js": { 187 + "version": "9.16.0", 188 + "dev": true, 189 + "license": "MIT", 190 + "engines": { 191 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 192 + } 193 + }, 194 + "node_modules/@eslint/object-schema": { 195 + "version": "2.1.5", 196 + "dev": true, 197 + "license": "Apache-2.0", 198 + "engines": { 199 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 200 + } 201 + }, 202 + "node_modules/@eslint/plugin-kit": { 203 + "version": "0.2.4", 204 + "dev": true, 205 + "license": "Apache-2.0", 206 + "dependencies": { 207 + "levn": "^0.4.1" 208 + }, 209 + "engines": { 210 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 211 + } 212 + }, 213 + "node_modules/@humanfs/core": { 214 + "version": "0.19.1", 215 + "dev": true, 216 + "license": "Apache-2.0", 217 + "engines": { 218 + "node": ">=18.18.0" 219 + } 220 + }, 221 + "node_modules/@humanfs/node": { 222 + "version": "0.16.6", 223 + "dev": true, 224 + "license": "Apache-2.0", 225 + "dependencies": { 226 + "@humanfs/core": "^0.19.1", 227 + "@humanwhocodes/retry": "^0.3.0" 228 + }, 229 + "engines": { 230 + "node": ">=18.18.0" 231 + } 232 + }, 233 + "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { 234 + "version": "0.3.1", 235 + "dev": true, 236 + "license": "Apache-2.0", 237 + "engines": { 238 + "node": ">=18.18" 239 + }, 240 + "funding": { 241 + "type": "github", 242 + "url": "https://github.com/sponsors/nzakas" 243 + } 244 + }, 245 + "node_modules/@humanwhocodes/module-importer": { 246 + "version": "1.0.1", 247 + "dev": true, 248 + "license": "Apache-2.0", 249 + "engines": { 250 + "node": ">=12.22" 251 + }, 252 + "funding": { 253 + "type": "github", 254 + "url": "https://github.com/sponsors/nzakas" 255 + } 256 + }, 257 + "node_modules/@humanwhocodes/retry": { 258 + "version": "0.4.1", 259 + "dev": true, 260 + "license": "Apache-2.0", 261 + "engines": { 262 + "node": ">=18.18" 263 + }, 264 + "funding": { 265 + "type": "github", 266 + "url": "https://github.com/sponsors/nzakas" 267 + } 268 + }, 269 + "node_modules/@isaacs/cliui": { 270 + "version": "8.0.2", 271 + "dev": true, 272 + "license": "ISC", 273 + "dependencies": { 274 + "string-width": "^5.1.2", 275 + "string-width-cjs": "npm:string-width@^4.2.0", 276 + "strip-ansi": "^7.0.1", 277 + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", 278 + "wrap-ansi": "^8.1.0", 279 + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" 280 + }, 281 + "engines": { 282 + "node": ">=12" 283 + } 284 + }, 285 + "node_modules/@isaacs/cliui/node_modules/string-width-cjs": { 286 + "name": "string-width", 287 + "version": "4.2.3", 288 + "dev": true, 289 + "license": "MIT", 290 + "dependencies": { 291 + "emoji-regex": "^8.0.0", 292 + "is-fullwidth-code-point": "^3.0.0", 293 + "strip-ansi": "^6.0.1" 294 + }, 295 + "engines": { 296 + "node": ">=8" 297 + } 298 + }, 299 + "node_modules/@isaacs/cliui/node_modules/string-width-cjs/node_modules/emoji-regex": { 300 + "version": "8.0.0", 301 + "dev": true, 302 + "license": "MIT" 303 + }, 304 + "node_modules/@isaacs/cliui/node_modules/string-width-cjs/node_modules/strip-ansi": { 305 + "version": "6.0.1", 306 + "dev": true, 307 + "license": "MIT", 308 + "dependencies": { 309 + "ansi-regex": "^5.0.1" 310 + }, 311 + "engines": { 312 + "node": ">=8" 313 + } 314 + }, 315 + "node_modules/@isaacs/cliui/node_modules/string-width-cjs/node_modules/strip-ansi/node_modules/ansi-regex": { 316 + "version": "5.0.1", 317 + "dev": true, 318 + "license": "MIT", 319 + "engines": { 320 + "node": ">=8" 321 + } 322 + }, 323 + "node_modules/@isaacs/cliui/node_modules/strip-ansi-cjs": { 324 + "name": "strip-ansi", 325 + "version": "6.0.1", 326 + "dev": true, 327 + "license": "MIT", 328 + "dependencies": { 329 + "ansi-regex": "^5.0.1" 330 + }, 331 + "engines": { 332 + "node": ">=8" 333 + } 334 + }, 335 + "node_modules/@isaacs/cliui/node_modules/strip-ansi-cjs/node_modules/ansi-regex": { 336 + "version": "5.0.1", 337 + "dev": true, 338 + "license": "MIT", 339 + "engines": { 340 + "node": ">=8" 341 + } 342 + }, 343 + "node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs": { 344 + "name": "wrap-ansi", 345 + "version": "7.0.0", 346 + "dev": true, 347 + "license": "MIT", 348 + "dependencies": { 349 + "ansi-styles": "^4.0.0", 350 + "string-width": "^4.1.0", 351 + "strip-ansi": "^6.0.0" 352 + }, 353 + "engines": { 354 + "node": ">=10" 355 + }, 356 + "funding": { 357 + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 358 + } 359 + }, 360 + "node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/string-width": { 361 + "version": "4.2.3", 362 + "dev": true, 363 + "license": "MIT", 364 + "dependencies": { 365 + "emoji-regex": "^8.0.0", 366 + "is-fullwidth-code-point": "^3.0.0", 367 + "strip-ansi": "^6.0.1" 368 + }, 369 + "engines": { 370 + "node": ">=8" 371 + } 372 + }, 373 + "node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/string-width/node_modules/emoji-regex": { 374 + "version": "8.0.0", 375 + "dev": true, 376 + "license": "MIT" 377 + }, 378 + "node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { 379 + "version": "6.0.1", 380 + "dev": true, 381 + "license": "MIT", 382 + "dependencies": { 383 + "ansi-regex": "^5.0.1" 384 + }, 385 + "engines": { 386 + "node": ">=8" 387 + } 388 + }, 389 + "node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/node_modules/ansi-regex": { 390 + "version": "5.0.1", 391 + "dev": true, 392 + "license": "MIT", 393 + "engines": { 394 + "node": ">=8" 395 + } 396 + }, 397 + "node_modules/@jridgewell/gen-mapping": { 398 + "version": "0.3.5", 399 + "dev": true, 400 + "license": "MIT", 401 + "dependencies": { 402 + "@jridgewell/set-array": "^1.2.1", 403 + "@jridgewell/sourcemap-codec": "^1.4.10", 404 + "@jridgewell/trace-mapping": "^0.3.24" 405 + }, 406 + "engines": { 407 + "node": ">=6.0.0" 408 + } 409 + }, 410 + "node_modules/@jridgewell/resolve-uri": { 411 + "version": "3.1.2", 412 + "dev": true, 413 + "license": "MIT", 414 + "engines": { 415 + "node": ">=6.0.0" 416 + } 417 + }, 418 + "node_modules/@jridgewell/set-array": { 419 + "version": "1.2.1", 420 + "dev": true, 421 + "license": "MIT", 422 + "engines": { 423 + "node": ">=6.0.0" 424 + } 425 + }, 426 + "node_modules/@jridgewell/sourcemap-codec": { 427 + "version": "1.5.0", 428 + "dev": true, 429 + "license": "MIT" 430 + }, 431 + "node_modules/@jridgewell/trace-mapping": { 432 + "version": "0.3.25", 433 + "dev": true, 434 + "license": "MIT", 435 + "dependencies": { 436 + "@jridgewell/resolve-uri": "^3.1.0", 437 + "@jridgewell/sourcemap-codec": "^1.4.14" 438 + } 439 + }, 440 + "node_modules/@nodelib/fs.scandir": { 441 + "version": "2.1.5", 442 + "dev": true, 443 + "license": "MIT", 444 + "dependencies": { 445 + "@nodelib/fs.stat": "2.0.5", 446 + "run-parallel": "^1.1.9" 447 + }, 448 + "engines": { 449 + "node": ">= 8" 450 + } 451 + }, 452 + "node_modules/@nodelib/fs.stat": { 453 + "version": "2.0.5", 454 + "dev": true, 455 + "license": "MIT", 456 + "engines": { 457 + "node": ">= 8" 458 + } 459 + }, 460 + "node_modules/@nodelib/fs.walk": { 461 + "version": "1.2.8", 462 + "dev": true, 463 + "license": "MIT", 464 + "dependencies": { 465 + "@nodelib/fs.scandir": "2.1.5", 466 + "fastq": "^1.6.0" 467 + }, 468 + "engines": { 469 + "node": ">= 8" 470 + } 471 + }, 472 + "node_modules/@pkgjs/parseargs": { 473 + "version": "0.11.0", 474 + "dev": true, 475 + "license": "MIT", 476 + "optional": true, 477 + "engines": { 478 + "node": ">=14" 479 + } 480 + }, 481 + "node_modules/@polka/url": { 482 + "version": "1.0.0-next.28", 483 + "dev": true, 484 + "license": "MIT" 485 + }, 486 + "node_modules/@rollup/rollup-darwin-arm64": { 487 + "version": "4.28.0", 488 + "cpu": [ 489 + "arm64" 490 + ], 491 + "dev": true, 492 + "license": "MIT", 493 + "optional": true, 494 + "os": [ 495 + "darwin" 496 + ] 497 + }, 498 + "node_modules/@sveltejs/adapter-auto": { 499 + "version": "3.3.1", 500 + "dev": true, 501 + "license": "MIT", 502 + "dependencies": { 503 + "import-meta-resolve": "^4.1.0" 504 + }, 505 + "peerDependencies": { 506 + "@sveltejs/kit": "^2.0.0" 507 + } 508 + }, 509 + "node_modules/@sveltejs/adapter-static": { 510 + "version": "3.0.6", 511 + "dev": true, 512 + "license": "MIT", 513 + "peerDependencies": { 514 + "@sveltejs/kit": "^2.0.0" 515 + } 516 + }, 517 + "node_modules/@sveltejs/kit": { 518 + "version": "2.9.0", 519 + "dev": true, 520 + "hasInstallScript": true, 521 + "license": "MIT", 522 + "dependencies": { 523 + "@types/cookie": "^0.6.0", 524 + "cookie": "^0.6.0", 525 + "devalue": "^5.1.0", 526 + "esm-env": "^1.2.1", 527 + "import-meta-resolve": "^4.1.0", 528 + "kleur": "^4.1.5", 529 + "magic-string": "^0.30.5", 530 + "mrmime": "^2.0.0", 531 + "sade": "^1.8.1", 532 + "set-cookie-parser": "^2.6.0", 533 + "sirv": "^3.0.0", 534 + "tiny-glob": "^0.2.9" 535 + }, 536 + "bin": { 537 + "svelte-kit": "svelte-kit.js" 538 + }, 539 + "engines": { 540 + "node": ">=18.13" 541 + }, 542 + "peerDependencies": { 543 + "@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1 || ^5.0.0", 544 + "svelte": "^4.0.0 || ^5.0.0-next.0", 545 + "vite": "^5.0.3 || ^6.0.0" 546 + } 547 + }, 548 + "node_modules/@sveltejs/package": { 549 + "version": "2.3.7", 550 + "dev": true, 551 + "license": "MIT", 552 + "dependencies": { 553 + "chokidar": "^4.0.0", 554 + "kleur": "^4.1.5", 555 + "sade": "^1.8.1", 556 + "semver": "^7.5.4", 557 + "svelte2tsx": "~0.7.16" 558 + }, 559 + "bin": { 560 + "svelte-package": "svelte-package.js" 561 + }, 562 + "engines": { 563 + "node": "^16.14 || >=18" 564 + }, 565 + "peerDependencies": { 566 + "svelte": "^3.44.0 || ^4.0.0 || ^5.0.0-next.1" 567 + } 568 + }, 569 + "node_modules/@sveltejs/vite-plugin-svelte": { 570 + "version": "5.0.1", 571 + "dev": true, 572 + "license": "MIT", 573 + "dependencies": { 574 + "@sveltejs/vite-plugin-svelte-inspector": "^4.0.0", 575 + "debug": "^4.3.7", 576 + "deepmerge": "^4.3.1", 577 + "kleur": "^4.1.5", 578 + "magic-string": "^0.30.13", 579 + "vitefu": "^1.0.3" 580 + }, 581 + "engines": { 582 + "node": "^18.0.0 || ^20.0.0 || >=22" 583 + }, 584 + "peerDependencies": { 585 + "svelte": "^5.0.0", 586 + "vite": "^6.0.0" 587 + } 588 + }, 589 + "node_modules/@sveltejs/vite-plugin-svelte-inspector": { 590 + "version": "4.0.1", 591 + "dev": true, 592 + "license": "MIT", 593 + "dependencies": { 594 + "debug": "^4.3.7" 595 + }, 596 + "engines": { 597 + "node": "^18.0.0 || ^20.0.0 || >=22" 598 + }, 599 + "peerDependencies": { 600 + "@sveltejs/vite-plugin-svelte": "^5.0.0", 601 + "svelte": "^5.0.0", 602 + "vite": "^6.0.0" 603 + } 604 + }, 605 + "node_modules/@types/cookie": { 606 + "version": "0.6.0", 607 + "dev": true, 608 + "license": "MIT" 609 + }, 610 + "node_modules/@types/estree": { 611 + "version": "1.0.6", 612 + "dev": true, 613 + "license": "MIT" 614 + }, 615 + "node_modules/@types/json-schema": { 616 + "version": "7.0.15", 617 + "dev": true, 618 + "license": "MIT" 619 + }, 620 + "node_modules/@typescript-eslint/eslint-plugin": { 621 + "version": "8.17.0", 622 + "dev": true, 623 + "license": "MIT", 624 + "dependencies": { 625 + "@eslint-community/regexpp": "^4.10.0", 626 + "@typescript-eslint/scope-manager": "8.17.0", 627 + "@typescript-eslint/type-utils": "8.17.0", 628 + "@typescript-eslint/utils": "8.17.0", 629 + "@typescript-eslint/visitor-keys": "8.17.0", 630 + "graphemer": "^1.4.0", 631 + "ignore": "^5.3.1", 632 + "natural-compare": "^1.4.0", 633 + "ts-api-utils": "^1.3.0" 634 + }, 635 + "engines": { 636 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 637 + }, 638 + "funding": { 639 + "type": "opencollective", 640 + "url": "https://opencollective.com/typescript-eslint" 641 + }, 642 + "peerDependencies": { 643 + "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", 644 + "eslint": "^8.57.0 || ^9.0.0" 645 + }, 646 + "peerDependenciesMeta": { 647 + "typescript": { 648 + "optional": true 649 + } 650 + } 651 + }, 652 + "node_modules/@typescript-eslint/parser": { 653 + "version": "8.17.0", 654 + "dev": true, 655 + "license": "BSD-2-Clause", 656 + "dependencies": { 657 + "@typescript-eslint/scope-manager": "8.17.0", 658 + "@typescript-eslint/types": "8.17.0", 659 + "@typescript-eslint/typescript-estree": "8.17.0", 660 + "@typescript-eslint/visitor-keys": "8.17.0", 661 + "debug": "^4.3.4" 662 + }, 663 + "engines": { 664 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 665 + }, 666 + "funding": { 667 + "type": "opencollective", 668 + "url": "https://opencollective.com/typescript-eslint" 669 + }, 670 + "peerDependencies": { 671 + "eslint": "^8.57.0 || ^9.0.0" 672 + }, 673 + "peerDependenciesMeta": { 674 + "typescript": { 675 + "optional": true 676 + } 677 + } 678 + }, 679 + "node_modules/@typescript-eslint/scope-manager": { 680 + "version": "8.17.0", 681 + "dev": true, 682 + "license": "MIT", 683 + "dependencies": { 684 + "@typescript-eslint/types": "8.17.0", 685 + "@typescript-eslint/visitor-keys": "8.17.0" 686 + }, 687 + "engines": { 688 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 689 + }, 690 + "funding": { 691 + "type": "opencollective", 692 + "url": "https://opencollective.com/typescript-eslint" 693 + } 694 + }, 695 + "node_modules/@typescript-eslint/type-utils": { 696 + "version": "8.17.0", 697 + "dev": true, 698 + "license": "MIT", 699 + "dependencies": { 700 + "@typescript-eslint/typescript-estree": "8.17.0", 701 + "@typescript-eslint/utils": "8.17.0", 702 + "debug": "^4.3.4", 703 + "ts-api-utils": "^1.3.0" 704 + }, 705 + "engines": { 706 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 707 + }, 708 + "funding": { 709 + "type": "opencollective", 710 + "url": "https://opencollective.com/typescript-eslint" 711 + }, 712 + "peerDependencies": { 713 + "eslint": "^8.57.0 || ^9.0.0" 714 + }, 715 + "peerDependenciesMeta": { 716 + "typescript": { 717 + "optional": true 718 + } 719 + } 720 + }, 721 + "node_modules/@typescript-eslint/types": { 722 + "version": "8.17.0", 723 + "dev": true, 724 + "license": "MIT", 725 + "engines": { 726 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 727 + }, 728 + "funding": { 729 + "type": "opencollective", 730 + "url": "https://opencollective.com/typescript-eslint" 731 + } 732 + }, 733 + "node_modules/@typescript-eslint/typescript-estree": { 734 + "version": "8.17.0", 735 + "dev": true, 736 + "license": "BSD-2-Clause", 737 + "dependencies": { 738 + "@typescript-eslint/types": "8.17.0", 739 + "@typescript-eslint/visitor-keys": "8.17.0", 740 + "debug": "^4.3.4", 741 + "fast-glob": "^3.3.2", 742 + "is-glob": "^4.0.3", 743 + "minimatch": "^9.0.4", 744 + "semver": "^7.6.0", 745 + "ts-api-utils": "^1.3.0" 746 + }, 747 + "engines": { 748 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 749 + }, 750 + "funding": { 751 + "type": "opencollective", 752 + "url": "https://opencollective.com/typescript-eslint" 753 + }, 754 + "peerDependenciesMeta": { 755 + "typescript": { 756 + "optional": true 757 + } 758 + } 759 + }, 760 + "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { 761 + "version": "9.0.5", 762 + "dev": true, 763 + "license": "ISC", 764 + "dependencies": { 765 + "brace-expansion": "^2.0.1" 766 + }, 767 + "engines": { 768 + "node": ">=16 || 14 >=14.17" 769 + }, 770 + "funding": { 771 + "url": "https://github.com/sponsors/isaacs" 772 + } 773 + }, 774 + "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/node_modules/brace-expansion": { 775 + "version": "2.0.1", 776 + "dev": true, 777 + "license": "MIT", 778 + "dependencies": { 779 + "balanced-match": "^1.0.0" 780 + } 781 + }, 782 + "node_modules/@typescript-eslint/utils": { 783 + "version": "8.17.0", 784 + "dev": true, 785 + "license": "MIT", 786 + "dependencies": { 787 + "@eslint-community/eslint-utils": "^4.4.0", 788 + "@typescript-eslint/scope-manager": "8.17.0", 789 + "@typescript-eslint/types": "8.17.0", 790 + "@typescript-eslint/typescript-estree": "8.17.0" 791 + }, 792 + "engines": { 793 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 794 + }, 795 + "funding": { 796 + "type": "opencollective", 797 + "url": "https://opencollective.com/typescript-eslint" 798 + }, 799 + "peerDependencies": { 800 + "eslint": "^8.57.0 || ^9.0.0" 801 + }, 802 + "peerDependenciesMeta": { 803 + "typescript": { 804 + "optional": true 805 + } 806 + } 807 + }, 808 + "node_modules/@typescript-eslint/visitor-keys": { 809 + "version": "8.17.0", 810 + "dev": true, 811 + "license": "MIT", 812 + "dependencies": { 813 + "@typescript-eslint/types": "8.17.0", 814 + "eslint-visitor-keys": "^4.2.0" 815 + }, 816 + "engines": { 817 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 818 + }, 819 + "funding": { 820 + "type": "opencollective", 821 + "url": "https://opencollective.com/typescript-eslint" 822 + } 823 + }, 824 + "node_modules/acorn": { 825 + "version": "8.14.0", 826 + "dev": true, 827 + "license": "MIT", 828 + "bin": { 829 + "acorn": "bin/acorn" 830 + }, 831 + "engines": { 832 + "node": ">=0.4.0" 833 + } 834 + }, 835 + "node_modules/acorn-jsx": { 836 + "version": "5.3.2", 837 + "dev": true, 838 + "license": "MIT", 839 + "peerDependencies": { 840 + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 841 + } 842 + }, 843 + "node_modules/acorn-typescript": { 844 + "version": "1.4.13", 845 + "dev": true, 846 + "license": "MIT", 847 + "peerDependencies": { 848 + "acorn": ">=8.9.0" 849 + } 850 + }, 851 + "node_modules/ajv": { 852 + "version": "6.12.6", 853 + "dev": true, 854 + "license": "MIT", 855 + "dependencies": { 856 + "fast-deep-equal": "^3.1.1", 857 + "fast-json-stable-stringify": "^2.0.0", 858 + "json-schema-traverse": "^0.4.1", 859 + "uri-js": "^4.2.2" 860 + }, 861 + "funding": { 862 + "type": "github", 863 + "url": "https://github.com/sponsors/epoberezkin" 864 + } 865 + }, 866 + "node_modules/ansi-regex": { 867 + "version": "6.1.0", 868 + "dev": true, 869 + "license": "MIT", 870 + "engines": { 871 + "node": ">=12" 872 + }, 873 + "funding": { 874 + "url": "https://github.com/chalk/ansi-regex?sponsor=1" 875 + } 876 + }, 877 + "node_modules/ansi-styles": { 878 + "version": "4.3.0", 879 + "dev": true, 880 + "license": "MIT", 881 + "dependencies": { 882 + "color-convert": "^2.0.1" 883 + }, 884 + "engines": { 885 + "node": ">=8" 886 + }, 887 + "funding": { 888 + "url": "https://github.com/chalk/ansi-styles?sponsor=1" 889 + } 890 + }, 891 + "node_modules/any-promise": { 892 + "version": "1.3.0", 893 + "dev": true, 894 + "license": "MIT" 895 + }, 896 + "node_modules/anymatch": { 897 + "version": "3.1.3", 898 + "dev": true, 899 + "license": "ISC", 900 + "dependencies": { 901 + "normalize-path": "^3.0.0", 902 + "picomatch": "^2.0.4" 903 + }, 904 + "engines": { 905 + "node": ">= 8" 906 + } 907 + }, 908 + "node_modules/anymatch/node_modules/picomatch": { 909 + "version": "2.3.1", 910 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 911 + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 912 + "dev": true, 913 + "engines": { 914 + "node": ">=8.6" 915 + }, 916 + "funding": { 917 + "url": "https://github.com/sponsors/jonschlinkert" 918 + } 919 + }, 920 + "node_modules/arg": { 921 + "version": "5.0.2", 922 + "dev": true, 923 + "license": "MIT" 924 + }, 925 + "node_modules/argparse": { 926 + "version": "2.0.1", 927 + "dev": true, 928 + "license": "Python-2.0" 929 + }, 930 + "node_modules/aria-query": { 931 + "version": "5.3.2", 932 + "dev": true, 933 + "license": "Apache-2.0", 934 + "engines": { 935 + "node": ">= 0.4" 936 + } 937 + }, 938 + "node_modules/autoprefixer": { 939 + "version": "10.4.20", 940 + "dev": true, 941 + "funding": [ 942 + { 943 + "type": "opencollective", 944 + "url": "https://opencollective.com/postcss/" 945 + }, 946 + { 947 + "type": "tidelift", 948 + "url": "https://tidelift.com/funding/github/npm/autoprefixer" 949 + }, 950 + { 951 + "type": "github", 952 + "url": "https://github.com/sponsors/ai" 953 + } 954 + ], 955 + "license": "MIT", 956 + "dependencies": { 957 + "browserslist": "^4.23.3", 958 + "caniuse-lite": "^1.0.30001646", 959 + "fraction.js": "^4.3.7", 960 + "normalize-range": "^0.1.2", 961 + "picocolors": "^1.0.1", 962 + "postcss-value-parser": "^4.2.0" 963 + }, 964 + "bin": { 965 + "autoprefixer": "bin/autoprefixer" 966 + }, 967 + "engines": { 968 + "node": "^10 || ^12 || >=14" 969 + }, 970 + "peerDependencies": { 971 + "postcss": "^8.1.0" 972 + } 973 + }, 974 + "node_modules/axobject-query": { 975 + "version": "4.1.0", 976 + "dev": true, 977 + "license": "Apache-2.0", 978 + "engines": { 979 + "node": ">= 0.4" 980 + } 981 + }, 982 + "node_modules/balanced-match": { 983 + "version": "1.0.2", 984 + "dev": true, 985 + "license": "MIT" 986 + }, 987 + "node_modules/binary-extensions": { 988 + "version": "2.3.0", 989 + "dev": true, 990 + "license": "MIT", 991 + "engines": { 992 + "node": ">=8" 993 + }, 994 + "funding": { 995 + "url": "https://github.com/sponsors/sindresorhus" 996 + } 997 + }, 998 + "node_modules/brace-expansion": { 999 + "version": "1.1.11", 1000 + "dev": true, 1001 + "license": "MIT", 1002 + "dependencies": { 1003 + "balanced-match": "^1.0.0", 1004 + "concat-map": "0.0.1" 1005 + } 1006 + }, 1007 + "node_modules/braces": { 1008 + "version": "3.0.3", 1009 + "dev": true, 1010 + "license": "MIT", 1011 + "dependencies": { 1012 + "fill-range": "^7.1.1" 1013 + }, 1014 + "engines": { 1015 + "node": ">=8" 1016 + } 1017 + }, 1018 + "node_modules/browserslist": { 1019 + "version": "4.24.2", 1020 + "dev": true, 1021 + "funding": [ 1022 + { 1023 + "type": "opencollective", 1024 + "url": "https://opencollective.com/browserslist" 1025 + }, 1026 + { 1027 + "type": "tidelift", 1028 + "url": "https://tidelift.com/funding/github/npm/browserslist" 1029 + }, 1030 + { 1031 + "type": "github", 1032 + "url": "https://github.com/sponsors/ai" 1033 + } 1034 + ], 1035 + "license": "MIT", 1036 + "dependencies": { 1037 + "caniuse-lite": "^1.0.30001669", 1038 + "electron-to-chromium": "^1.5.41", 1039 + "node-releases": "^2.0.18", 1040 + "update-browserslist-db": "^1.1.1" 1041 + }, 1042 + "bin": { 1043 + "browserslist": "cli.js" 1044 + }, 1045 + "engines": { 1046 + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 1047 + } 1048 + }, 1049 + "node_modules/callsites": { 1050 + "version": "3.1.0", 1051 + "dev": true, 1052 + "license": "MIT", 1053 + "engines": { 1054 + "node": ">=6" 1055 + } 1056 + }, 1057 + "node_modules/camelcase-css": { 1058 + "version": "2.0.1", 1059 + "dev": true, 1060 + "license": "MIT", 1061 + "engines": { 1062 + "node": ">= 6" 1063 + } 1064 + }, 1065 + "node_modules/caniuse-lite": { 1066 + "version": "1.0.30001686", 1067 + "dev": true, 1068 + "funding": [ 1069 + { 1070 + "type": "opencollective", 1071 + "url": "https://opencollective.com/browserslist" 1072 + }, 1073 + { 1074 + "type": "tidelift", 1075 + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 1076 + }, 1077 + { 1078 + "type": "github", 1079 + "url": "https://github.com/sponsors/ai" 1080 + } 1081 + ], 1082 + "license": "CC-BY-4.0" 1083 + }, 1084 + "node_modules/chalk": { 1085 + "version": "4.1.2", 1086 + "dev": true, 1087 + "license": "MIT", 1088 + "dependencies": { 1089 + "ansi-styles": "^4.1.0", 1090 + "supports-color": "^7.1.0" 1091 + }, 1092 + "engines": { 1093 + "node": ">=10" 1094 + }, 1095 + "funding": { 1096 + "url": "https://github.com/chalk/chalk?sponsor=1" 1097 + } 1098 + }, 1099 + "node_modules/chokidar": { 1100 + "version": "4.0.1", 1101 + "dev": true, 1102 + "license": "MIT", 1103 + "dependencies": { 1104 + "readdirp": "^4.0.1" 1105 + }, 1106 + "engines": { 1107 + "node": ">= 14.16.0" 1108 + }, 1109 + "funding": { 1110 + "url": "https://paulmillr.com/funding/" 1111 + } 1112 + }, 1113 + "node_modules/color-convert": { 1114 + "version": "2.0.1", 1115 + "dev": true, 1116 + "license": "MIT", 1117 + "dependencies": { 1118 + "color-name": "~1.1.4" 1119 + }, 1120 + "engines": { 1121 + "node": ">=7.0.0" 1122 + } 1123 + }, 1124 + "node_modules/color-name": { 1125 + "version": "1.1.4", 1126 + "dev": true, 1127 + "license": "MIT" 1128 + }, 1129 + "node_modules/commander": { 1130 + "version": "4.1.1", 1131 + "dev": true, 1132 + "license": "MIT", 1133 + "engines": { 1134 + "node": ">= 6" 1135 + } 1136 + }, 1137 + "node_modules/concat-map": { 1138 + "version": "0.0.1", 1139 + "dev": true, 1140 + "license": "MIT" 1141 + }, 1142 + "node_modules/cookie": { 1143 + "version": "0.6.0", 1144 + "dev": true, 1145 + "license": "MIT", 1146 + "engines": { 1147 + "node": ">= 0.6" 1148 + } 1149 + }, 1150 + "node_modules/cross-spawn": { 1151 + "version": "7.0.6", 1152 + "dev": true, 1153 + "license": "MIT", 1154 + "dependencies": { 1155 + "path-key": "^3.1.0", 1156 + "shebang-command": "^2.0.0", 1157 + "which": "^2.0.1" 1158 + }, 1159 + "engines": { 1160 + "node": ">= 8" 1161 + } 1162 + }, 1163 + "node_modules/cssesc": { 1164 + "version": "3.0.0", 1165 + "dev": true, 1166 + "license": "MIT", 1167 + "bin": { 1168 + "cssesc": "bin/cssesc" 1169 + }, 1170 + "engines": { 1171 + "node": ">=4" 1172 + } 1173 + }, 1174 + "node_modules/debug": { 1175 + "version": "4.3.7", 1176 + "dev": true, 1177 + "license": "MIT", 1178 + "dependencies": { 1179 + "ms": "^2.1.3" 1180 + }, 1181 + "engines": { 1182 + "node": ">=6.0" 1183 + }, 1184 + "peerDependenciesMeta": { 1185 + "supports-color": { 1186 + "optional": true 1187 + } 1188 + } 1189 + }, 1190 + "node_modules/dedent-js": { 1191 + "version": "1.0.1", 1192 + "dev": true, 1193 + "license": "MIT" 1194 + }, 1195 + "node_modules/deep-is": { 1196 + "version": "0.1.4", 1197 + "dev": true, 1198 + "license": "MIT" 1199 + }, 1200 + "node_modules/deepmerge": { 1201 + "version": "4.3.1", 1202 + "dev": true, 1203 + "license": "MIT", 1204 + "engines": { 1205 + "node": ">=0.10.0" 1206 + } 1207 + }, 1208 + "node_modules/devalue": { 1209 + "version": "5.1.1", 1210 + "dev": true, 1211 + "license": "MIT" 1212 + }, 1213 + "node_modules/didyoumean": { 1214 + "version": "1.2.2", 1215 + "dev": true, 1216 + "license": "Apache-2.0" 1217 + }, 1218 + "node_modules/dlv": { 1219 + "version": "1.1.3", 1220 + "dev": true, 1221 + "license": "MIT" 1222 + }, 1223 + "node_modules/eastasianwidth": { 1224 + "version": "0.2.0", 1225 + "dev": true, 1226 + "license": "MIT" 1227 + }, 1228 + "node_modules/electron-to-chromium": { 1229 + "version": "1.5.70", 1230 + "dev": true, 1231 + "license": "ISC" 1232 + }, 1233 + "node_modules/emoji-regex": { 1234 + "version": "9.2.2", 1235 + "dev": true, 1236 + "license": "MIT" 1237 + }, 1238 + "node_modules/esbuild": { 1239 + "version": "0.24.0", 1240 + "dev": true, 1241 + "hasInstallScript": true, 1242 + "license": "MIT", 1243 + "bin": { 1244 + "esbuild": "bin/esbuild" 1245 + }, 1246 + "engines": { 1247 + "node": ">=18" 1248 + }, 1249 + "optionalDependencies": { 1250 + "@esbuild/aix-ppc64": "0.24.0", 1251 + "@esbuild/android-arm": "0.24.0", 1252 + "@esbuild/android-arm64": "0.24.0", 1253 + "@esbuild/android-x64": "0.24.0", 1254 + "@esbuild/darwin-arm64": "0.24.0", 1255 + "@esbuild/darwin-x64": "0.24.0", 1256 + "@esbuild/freebsd-arm64": "0.24.0", 1257 + "@esbuild/freebsd-x64": "0.24.0", 1258 + "@esbuild/linux-arm": "0.24.0", 1259 + "@esbuild/linux-arm64": "0.24.0", 1260 + "@esbuild/linux-ia32": "0.24.0", 1261 + "@esbuild/linux-loong64": "0.24.0", 1262 + "@esbuild/linux-mips64el": "0.24.0", 1263 + "@esbuild/linux-ppc64": "0.24.0", 1264 + "@esbuild/linux-riscv64": "0.24.0", 1265 + "@esbuild/linux-s390x": "0.24.0", 1266 + "@esbuild/linux-x64": "0.24.0", 1267 + "@esbuild/netbsd-x64": "0.24.0", 1268 + "@esbuild/openbsd-arm64": "0.24.0", 1269 + "@esbuild/openbsd-x64": "0.24.0", 1270 + "@esbuild/sunos-x64": "0.24.0", 1271 + "@esbuild/win32-arm64": "0.24.0", 1272 + "@esbuild/win32-ia32": "0.24.0", 1273 + "@esbuild/win32-x64": "0.24.0" 1274 + } 1275 + }, 1276 + "node_modules/escalade": { 1277 + "version": "3.2.0", 1278 + "dev": true, 1279 + "license": "MIT", 1280 + "engines": { 1281 + "node": ">=6" 1282 + } 1283 + }, 1284 + "node_modules/escape-string-regexp": { 1285 + "version": "4.0.0", 1286 + "dev": true, 1287 + "license": "MIT", 1288 + "engines": { 1289 + "node": ">=10" 1290 + }, 1291 + "funding": { 1292 + "url": "https://github.com/sponsors/sindresorhus" 1293 + } 1294 + }, 1295 + "node_modules/eslint": { 1296 + "version": "9.16.0", 1297 + "dev": true, 1298 + "license": "MIT", 1299 + "dependencies": { 1300 + "@eslint-community/eslint-utils": "^4.2.0", 1301 + "@eslint-community/regexpp": "^4.12.1", 1302 + "@eslint/config-array": "^0.19.0", 1303 + "@eslint/core": "^0.9.0", 1304 + "@eslint/eslintrc": "^3.2.0", 1305 + "@eslint/js": "9.16.0", 1306 + "@eslint/plugin-kit": "^0.2.3", 1307 + "@humanfs/node": "^0.16.6", 1308 + "@humanwhocodes/module-importer": "^1.0.1", 1309 + "@humanwhocodes/retry": "^0.4.1", 1310 + "@types/estree": "^1.0.6", 1311 + "@types/json-schema": "^7.0.15", 1312 + "ajv": "^6.12.4", 1313 + "chalk": "^4.0.0", 1314 + "cross-spawn": "^7.0.5", 1315 + "debug": "^4.3.2", 1316 + "escape-string-regexp": "^4.0.0", 1317 + "eslint-scope": "^8.2.0", 1318 + "eslint-visitor-keys": "^4.2.0", 1319 + "espree": "^10.3.0", 1320 + "esquery": "^1.5.0", 1321 + "esutils": "^2.0.2", 1322 + "fast-deep-equal": "^3.1.3", 1323 + "file-entry-cache": "^8.0.0", 1324 + "find-up": "^5.0.0", 1325 + "glob-parent": "^6.0.2", 1326 + "ignore": "^5.2.0", 1327 + "imurmurhash": "^0.1.4", 1328 + "is-glob": "^4.0.0", 1329 + "json-stable-stringify-without-jsonify": "^1.0.1", 1330 + "lodash.merge": "^4.6.2", 1331 + "minimatch": "^3.1.2", 1332 + "natural-compare": "^1.4.0", 1333 + "optionator": "^0.9.3" 1334 + }, 1335 + "bin": { 1336 + "eslint": "bin/eslint.js" 1337 + }, 1338 + "engines": { 1339 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 1340 + }, 1341 + "funding": { 1342 + "url": "https://eslint.org/donate" 1343 + }, 1344 + "peerDependencies": { 1345 + "jiti": "*" 1346 + }, 1347 + "peerDependenciesMeta": { 1348 + "jiti": { 1349 + "optional": true 1350 + } 1351 + } 1352 + }, 1353 + "node_modules/eslint-compat-utils": { 1354 + "version": "0.5.1", 1355 + "dev": true, 1356 + "license": "MIT", 1357 + "dependencies": { 1358 + "semver": "^7.5.4" 1359 + }, 1360 + "engines": { 1361 + "node": ">=12" 1362 + }, 1363 + "peerDependencies": { 1364 + "eslint": ">=6.0.0" 1365 + } 1366 + }, 1367 + "node_modules/eslint-config-prettier": { 1368 + "version": "9.1.0", 1369 + "dev": true, 1370 + "license": "MIT", 1371 + "bin": { 1372 + "eslint-config-prettier": "bin/cli.js" 1373 + }, 1374 + "peerDependencies": { 1375 + "eslint": ">=7.0.0" 1376 + } 1377 + }, 1378 + "node_modules/eslint-plugin-svelte": { 1379 + "version": "2.46.1", 1380 + "dev": true, 1381 + "license": "MIT", 1382 + "dependencies": { 1383 + "@eslint-community/eslint-utils": "^4.4.0", 1384 + "@jridgewell/sourcemap-codec": "^1.4.15", 1385 + "eslint-compat-utils": "^0.5.1", 1386 + "esutils": "^2.0.3", 1387 + "known-css-properties": "^0.35.0", 1388 + "postcss": "^8.4.38", 1389 + "postcss-load-config": "^3.1.4", 1390 + "postcss-safe-parser": "^6.0.0", 1391 + "postcss-selector-parser": "^6.1.0", 1392 + "semver": "^7.6.2", 1393 + "svelte-eslint-parser": "^0.43.0" 1394 + }, 1395 + "engines": { 1396 + "node": "^14.17.0 || >=16.0.0" 1397 + }, 1398 + "funding": { 1399 + "url": "https://github.com/sponsors/ota-meshi" 1400 + }, 1401 + "peerDependencies": { 1402 + "eslint": "^7.0.0 || ^8.0.0-0 || ^9.0.0-0", 1403 + "svelte": "^3.37.0 || ^4.0.0 || ^5.0.0" 1404 + }, 1405 + "peerDependenciesMeta": { 1406 + "svelte": { 1407 + "optional": true 1408 + } 1409 + } 1410 + }, 1411 + "node_modules/eslint-scope": { 1412 + "version": "8.2.0", 1413 + "dev": true, 1414 + "license": "BSD-2-Clause", 1415 + "dependencies": { 1416 + "esrecurse": "^4.3.0", 1417 + "estraverse": "^5.2.0" 1418 + }, 1419 + "engines": { 1420 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 1421 + }, 1422 + "funding": { 1423 + "url": "https://opencollective.com/eslint" 1424 + } 1425 + }, 1426 + "node_modules/eslint-visitor-keys": { 1427 + "version": "4.2.0", 1428 + "dev": true, 1429 + "license": "Apache-2.0", 1430 + "engines": { 1431 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 1432 + }, 1433 + "funding": { 1434 + "url": "https://opencollective.com/eslint" 1435 + } 1436 + }, 1437 + "node_modules/esm-env": { 1438 + "version": "1.2.1", 1439 + "dev": true, 1440 + "license": "MIT" 1441 + }, 1442 + "node_modules/espree": { 1443 + "version": "10.3.0", 1444 + "dev": true, 1445 + "license": "BSD-2-Clause", 1446 + "dependencies": { 1447 + "acorn": "^8.14.0", 1448 + "acorn-jsx": "^5.3.2", 1449 + "eslint-visitor-keys": "^4.2.0" 1450 + }, 1451 + "engines": { 1452 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 1453 + }, 1454 + "funding": { 1455 + "url": "https://opencollective.com/eslint" 1456 + } 1457 + }, 1458 + "node_modules/esquery": { 1459 + "version": "1.6.0", 1460 + "dev": true, 1461 + "license": "BSD-3-Clause", 1462 + "dependencies": { 1463 + "estraverse": "^5.1.0" 1464 + }, 1465 + "engines": { 1466 + "node": ">=0.10" 1467 + } 1468 + }, 1469 + "node_modules/esrap": { 1470 + "version": "1.2.3", 1471 + "dev": true, 1472 + "license": "MIT", 1473 + "dependencies": { 1474 + "@jridgewell/sourcemap-codec": "^1.4.15", 1475 + "@types/estree": "^1.0.1" 1476 + } 1477 + }, 1478 + "node_modules/esrecurse": { 1479 + "version": "4.3.0", 1480 + "dev": true, 1481 + "license": "BSD-2-Clause", 1482 + "dependencies": { 1483 + "estraverse": "^5.2.0" 1484 + }, 1485 + "engines": { 1486 + "node": ">=4.0" 1487 + } 1488 + }, 1489 + "node_modules/estraverse": { 1490 + "version": "5.3.0", 1491 + "dev": true, 1492 + "license": "BSD-2-Clause", 1493 + "engines": { 1494 + "node": ">=4.0" 1495 + } 1496 + }, 1497 + "node_modules/esutils": { 1498 + "version": "2.0.3", 1499 + "dev": true, 1500 + "license": "BSD-2-Clause", 1501 + "engines": { 1502 + "node": ">=0.10.0" 1503 + } 1504 + }, 1505 + "node_modules/fast-deep-equal": { 1506 + "version": "3.1.3", 1507 + "dev": true, 1508 + "license": "MIT" 1509 + }, 1510 + "node_modules/fast-glob": { 1511 + "version": "3.3.2", 1512 + "dev": true, 1513 + "license": "MIT", 1514 + "dependencies": { 1515 + "@nodelib/fs.stat": "^2.0.2", 1516 + "@nodelib/fs.walk": "^1.2.3", 1517 + "glob-parent": "^5.1.2", 1518 + "merge2": "^1.3.0", 1519 + "micromatch": "^4.0.4" 1520 + }, 1521 + "engines": { 1522 + "node": ">=8.6.0" 1523 + } 1524 + }, 1525 + "node_modules/fast-glob/node_modules/glob-parent": { 1526 + "version": "5.1.2", 1527 + "dev": true, 1528 + "license": "ISC", 1529 + "dependencies": { 1530 + "is-glob": "^4.0.1" 1531 + }, 1532 + "engines": { 1533 + "node": ">= 6" 1534 + } 1535 + }, 1536 + "node_modules/fast-json-stable-stringify": { 1537 + "version": "2.1.0", 1538 + "dev": true, 1539 + "license": "MIT" 1540 + }, 1541 + "node_modules/fast-levenshtein": { 1542 + "version": "2.0.6", 1543 + "dev": true, 1544 + "license": "MIT" 1545 + }, 1546 + "node_modules/fastq": { 1547 + "version": "1.17.1", 1548 + "dev": true, 1549 + "license": "ISC", 1550 + "dependencies": { 1551 + "reusify": "^1.0.4" 1552 + } 1553 + }, 1554 + "node_modules/fdir": { 1555 + "version": "6.4.2", 1556 + "dev": true, 1557 + "license": "MIT", 1558 + "peerDependencies": { 1559 + "picomatch": "^3 || ^4" 1560 + }, 1561 + "peerDependenciesMeta": { 1562 + "picomatch": { 1563 + "optional": true 1564 + } 1565 + } 1566 + }, 1567 + "node_modules/file-entry-cache": { 1568 + "version": "8.0.0", 1569 + "dev": true, 1570 + "license": "MIT", 1571 + "dependencies": { 1572 + "flat-cache": "^4.0.0" 1573 + }, 1574 + "engines": { 1575 + "node": ">=16.0.0" 1576 + } 1577 + }, 1578 + "node_modules/fill-range": { 1579 + "version": "7.1.1", 1580 + "dev": true, 1581 + "license": "MIT", 1582 + "dependencies": { 1583 + "to-regex-range": "^5.0.1" 1584 + }, 1585 + "engines": { 1586 + "node": ">=8" 1587 + } 1588 + }, 1589 + "node_modules/find-up": { 1590 + "version": "5.0.0", 1591 + "dev": true, 1592 + "license": "MIT", 1593 + "dependencies": { 1594 + "locate-path": "^6.0.0", 1595 + "path-exists": "^4.0.0" 1596 + }, 1597 + "engines": { 1598 + "node": ">=10" 1599 + }, 1600 + "funding": { 1601 + "url": "https://github.com/sponsors/sindresorhus" 1602 + } 1603 + }, 1604 + "node_modules/flat-cache": { 1605 + "version": "4.0.1", 1606 + "dev": true, 1607 + "license": "MIT", 1608 + "dependencies": { 1609 + "flatted": "^3.2.9", 1610 + "keyv": "^4.5.4" 1611 + }, 1612 + "engines": { 1613 + "node": ">=16" 1614 + } 1615 + }, 1616 + "node_modules/flatted": { 1617 + "version": "3.3.2", 1618 + "dev": true, 1619 + "license": "ISC" 1620 + }, 1621 + "node_modules/foreground-child": { 1622 + "version": "3.3.0", 1623 + "dev": true, 1624 + "license": "ISC", 1625 + "dependencies": { 1626 + "cross-spawn": "^7.0.0", 1627 + "signal-exit": "^4.0.1" 1628 + }, 1629 + "engines": { 1630 + "node": ">=14" 1631 + }, 1632 + "funding": { 1633 + "url": "https://github.com/sponsors/isaacs" 1634 + } 1635 + }, 1636 + "node_modules/fraction.js": { 1637 + "version": "4.3.7", 1638 + "dev": true, 1639 + "license": "MIT", 1640 + "engines": { 1641 + "node": "*" 1642 + }, 1643 + "funding": { 1644 + "type": "patreon", 1645 + "url": "https://github.com/sponsors/rawify" 1646 + } 1647 + }, 1648 + "node_modules/fs.realpath": { 1649 + "version": "1.0.0", 1650 + "dev": true, 1651 + "license": "ISC" 1652 + }, 1653 + "node_modules/fsevents": { 1654 + "version": "2.3.3", 1655 + "dev": true, 1656 + "license": "MIT", 1657 + "optional": true, 1658 + "os": [ 1659 + "darwin" 1660 + ], 1661 + "engines": { 1662 + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 1663 + } 1664 + }, 1665 + "node_modules/function-bind": { 1666 + "version": "1.1.2", 1667 + "dev": true, 1668 + "license": "MIT", 1669 + "funding": { 1670 + "url": "https://github.com/sponsors/ljharb" 1671 + } 1672 + }, 1673 + "node_modules/glob": { 1674 + "version": "8.1.0", 1675 + "dev": true, 1676 + "license": "ISC", 1677 + "dependencies": { 1678 + "fs.realpath": "^1.0.0", 1679 + "inflight": "^1.0.4", 1680 + "inherits": "2", 1681 + "minimatch": "^5.0.1", 1682 + "once": "^1.3.0" 1683 + }, 1684 + "engines": { 1685 + "node": ">=12" 1686 + }, 1687 + "funding": { 1688 + "url": "https://github.com/sponsors/isaacs" 1689 + } 1690 + }, 1691 + "node_modules/glob-parent": { 1692 + "version": "6.0.2", 1693 + "dev": true, 1694 + "license": "ISC", 1695 + "dependencies": { 1696 + "is-glob": "^4.0.3" 1697 + }, 1698 + "engines": { 1699 + "node": ">=10.13.0" 1700 + } 1701 + }, 1702 + "node_modules/glob/node_modules/minimatch": { 1703 + "version": "5.1.6", 1704 + "dev": true, 1705 + "license": "ISC", 1706 + "dependencies": { 1707 + "brace-expansion": "^2.0.1" 1708 + }, 1709 + "engines": { 1710 + "node": ">=10" 1711 + } 1712 + }, 1713 + "node_modules/glob/node_modules/minimatch/node_modules/brace-expansion": { 1714 + "version": "2.0.1", 1715 + "dev": true, 1716 + "license": "MIT", 1717 + "dependencies": { 1718 + "balanced-match": "^1.0.0" 1719 + } 1720 + }, 1721 + "node_modules/globals": { 1722 + "version": "15.13.0", 1723 + "dev": true, 1724 + "license": "MIT", 1725 + "engines": { 1726 + "node": ">=18" 1727 + }, 1728 + "funding": { 1729 + "url": "https://github.com/sponsors/sindresorhus" 1730 + } 1731 + }, 1732 + "node_modules/globalyzer": { 1733 + "version": "0.1.0", 1734 + "dev": true, 1735 + "license": "MIT" 1736 + }, 1737 + "node_modules/globrex": { 1738 + "version": "0.1.2", 1739 + "dev": true, 1740 + "license": "MIT" 1741 + }, 1742 + "node_modules/graphemer": { 1743 + "version": "1.4.0", 1744 + "dev": true, 1745 + "license": "MIT" 1746 + }, 1747 + "node_modules/has-flag": { 1748 + "version": "4.0.0", 1749 + "dev": true, 1750 + "license": "MIT", 1751 + "engines": { 1752 + "node": ">=8" 1753 + } 1754 + }, 1755 + "node_modules/hasown": { 1756 + "version": "2.0.2", 1757 + "dev": true, 1758 + "license": "MIT", 1759 + "dependencies": { 1760 + "function-bind": "^1.1.2" 1761 + }, 1762 + "engines": { 1763 + "node": ">= 0.4" 1764 + } 1765 + }, 1766 + "node_modules/highlight.js": { 1767 + "version": "11.10.0", 1768 + "dev": true, 1769 + "license": "BSD-3-Clause", 1770 + "engines": { 1771 + "node": ">=12.0.0" 1772 + } 1773 + }, 1774 + "node_modules/ignore": { 1775 + "version": "5.3.2", 1776 + "dev": true, 1777 + "license": "MIT", 1778 + "engines": { 1779 + "node": ">= 4" 1780 + } 1781 + }, 1782 + "node_modules/ignore-walk": { 1783 + "version": "5.0.1", 1784 + "dev": true, 1785 + "license": "ISC", 1786 + "dependencies": { 1787 + "minimatch": "^5.0.1" 1788 + }, 1789 + "engines": { 1790 + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" 1791 + } 1792 + }, 1793 + "node_modules/ignore-walk/node_modules/minimatch": { 1794 + "version": "5.1.6", 1795 + "dev": true, 1796 + "license": "ISC", 1797 + "dependencies": { 1798 + "brace-expansion": "^2.0.1" 1799 + }, 1800 + "engines": { 1801 + "node": ">=10" 1802 + } 1803 + }, 1804 + "node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion": { 1805 + "version": "2.0.1", 1806 + "dev": true, 1807 + "license": "MIT", 1808 + "dependencies": { 1809 + "balanced-match": "^1.0.0" 1810 + } 1811 + }, 1812 + "node_modules/import-fresh": { 1813 + "version": "3.3.0", 1814 + "dev": true, 1815 + "license": "MIT", 1816 + "dependencies": { 1817 + "parent-module": "^1.0.0", 1818 + "resolve-from": "^4.0.0" 1819 + }, 1820 + "engines": { 1821 + "node": ">=6" 1822 + }, 1823 + "funding": { 1824 + "url": "https://github.com/sponsors/sindresorhus" 1825 + } 1826 + }, 1827 + "node_modules/import-meta-resolve": { 1828 + "version": "4.1.0", 1829 + "dev": true, 1830 + "license": "MIT", 1831 + "funding": { 1832 + "type": "github", 1833 + "url": "https://github.com/sponsors/wooorm" 1834 + } 1835 + }, 1836 + "node_modules/imurmurhash": { 1837 + "version": "0.1.4", 1838 + "dev": true, 1839 + "license": "MIT", 1840 + "engines": { 1841 + "node": ">=0.8.19" 1842 + } 1843 + }, 1844 + "node_modules/inflight": { 1845 + "version": "1.0.6", 1846 + "dev": true, 1847 + "license": "ISC", 1848 + "dependencies": { 1849 + "once": "^1.3.0", 1850 + "wrappy": "1" 1851 + } 1852 + }, 1853 + "node_modules/inherits": { 1854 + "version": "2.0.4", 1855 + "dev": true, 1856 + "license": "ISC" 1857 + }, 1858 + "node_modules/is-binary-path": { 1859 + "version": "2.1.0", 1860 + "dev": true, 1861 + "license": "MIT", 1862 + "dependencies": { 1863 + "binary-extensions": "^2.0.0" 1864 + }, 1865 + "engines": { 1866 + "node": ">=8" 1867 + } 1868 + }, 1869 + "node_modules/is-core-module": { 1870 + "version": "2.15.1", 1871 + "dev": true, 1872 + "license": "MIT", 1873 + "dependencies": { 1874 + "hasown": "^2.0.2" 1875 + }, 1876 + "engines": { 1877 + "node": ">= 0.4" 1878 + }, 1879 + "funding": { 1880 + "url": "https://github.com/sponsors/ljharb" 1881 + } 1882 + }, 1883 + "node_modules/is-extglob": { 1884 + "version": "2.1.1", 1885 + "dev": true, 1886 + "license": "MIT", 1887 + "engines": { 1888 + "node": ">=0.10.0" 1889 + } 1890 + }, 1891 + "node_modules/is-fullwidth-code-point": { 1892 + "version": "3.0.0", 1893 + "dev": true, 1894 + "license": "MIT", 1895 + "engines": { 1896 + "node": ">=8" 1897 + } 1898 + }, 1899 + "node_modules/is-glob": { 1900 + "version": "4.0.3", 1901 + "dev": true, 1902 + "license": "MIT", 1903 + "dependencies": { 1904 + "is-extglob": "^2.1.1" 1905 + }, 1906 + "engines": { 1907 + "node": ">=0.10.0" 1908 + } 1909 + }, 1910 + "node_modules/is-number": { 1911 + "version": "7.0.0", 1912 + "dev": true, 1913 + "license": "MIT", 1914 + "engines": { 1915 + "node": ">=0.12.0" 1916 + } 1917 + }, 1918 + "node_modules/is-reference": { 1919 + "version": "3.0.3", 1920 + "dev": true, 1921 + "license": "MIT", 1922 + "dependencies": { 1923 + "@types/estree": "^1.0.6" 1924 + } 1925 + }, 1926 + "node_modules/isexe": { 1927 + "version": "2.0.0", 1928 + "dev": true, 1929 + "license": "ISC" 1930 + }, 1931 + "node_modules/jackspeak": { 1932 + "version": "3.4.3", 1933 + "dev": true, 1934 + "license": "BlueOak-1.0.0", 1935 + "dependencies": { 1936 + "@isaacs/cliui": "^8.0.2" 1937 + }, 1938 + "funding": { 1939 + "url": "https://github.com/sponsors/isaacs" 1940 + }, 1941 + "optionalDependencies": { 1942 + "@pkgjs/parseargs": "^0.11.0" 1943 + } 1944 + }, 1945 + "node_modules/jiti": { 1946 + "version": "1.21.6", 1947 + "dev": true, 1948 + "license": "MIT", 1949 + "bin": { 1950 + "jiti": "bin/jiti.js" 1951 + } 1952 + }, 1953 + "node_modules/js-yaml": { 1954 + "version": "4.1.0", 1955 + "dev": true, 1956 + "license": "MIT", 1957 + "dependencies": { 1958 + "argparse": "^2.0.1" 1959 + }, 1960 + "bin": { 1961 + "js-yaml": "bin/js-yaml.js" 1962 + } 1963 + }, 1964 + "node_modules/json-buffer": { 1965 + "version": "3.0.1", 1966 + "dev": true, 1967 + "license": "MIT" 1968 + }, 1969 + "node_modules/json-schema-traverse": { 1970 + "version": "0.4.1", 1971 + "dev": true, 1972 + "license": "MIT" 1973 + }, 1974 + "node_modules/json-stable-stringify-without-jsonify": { 1975 + "version": "1.0.1", 1976 + "dev": true, 1977 + "license": "MIT" 1978 + }, 1979 + "node_modules/keyv": { 1980 + "version": "4.5.4", 1981 + "dev": true, 1982 + "license": "MIT", 1983 + "dependencies": { 1984 + "json-buffer": "3.0.1" 1985 + } 1986 + }, 1987 + "node_modules/kleur": { 1988 + "version": "4.1.5", 1989 + "dev": true, 1990 + "license": "MIT", 1991 + "engines": { 1992 + "node": ">=6" 1993 + } 1994 + }, 1995 + "node_modules/known-css-properties": { 1996 + "version": "0.35.0", 1997 + "dev": true, 1998 + "license": "MIT" 1999 + }, 2000 + "node_modules/levn": { 2001 + "version": "0.4.1", 2002 + "dev": true, 2003 + "license": "MIT", 2004 + "dependencies": { 2005 + "prelude-ls": "^1.2.1", 2006 + "type-check": "~0.4.0" 2007 + }, 2008 + "engines": { 2009 + "node": ">= 0.8.0" 2010 + } 2011 + }, 2012 + "node_modules/lilconfig": { 2013 + "version": "3.1.3", 2014 + "dev": true, 2015 + "license": "MIT", 2016 + "engines": { 2017 + "node": ">=14" 2018 + }, 2019 + "funding": { 2020 + "url": "https://github.com/sponsors/antonk52" 2021 + } 2022 + }, 2023 + "node_modules/lines-and-columns": { 2024 + "version": "1.2.4", 2025 + "dev": true, 2026 + "license": "MIT" 2027 + }, 2028 + "node_modules/locate-character": { 2029 + "version": "3.0.0", 2030 + "dev": true, 2031 + "license": "MIT" 2032 + }, 2033 + "node_modules/locate-path": { 2034 + "version": "6.0.0", 2035 + "dev": true, 2036 + "license": "MIT", 2037 + "dependencies": { 2038 + "p-locate": "^5.0.0" 2039 + }, 2040 + "engines": { 2041 + "node": ">=10" 2042 + }, 2043 + "funding": { 2044 + "url": "https://github.com/sponsors/sindresorhus" 2045 + } 2046 + }, 2047 + "node_modules/lodash.merge": { 2048 + "version": "4.6.2", 2049 + "dev": true, 2050 + "license": "MIT" 2051 + }, 2052 + "node_modules/lower-case": { 2053 + "version": "2.0.2", 2054 + "dev": true, 2055 + "license": "MIT", 2056 + "dependencies": { 2057 + "tslib": "^2.0.3" 2058 + } 2059 + }, 2060 + "node_modules/lru-cache": { 2061 + "version": "10.4.3", 2062 + "dev": true, 2063 + "license": "ISC" 2064 + }, 2065 + "node_modules/magic-string": { 2066 + "version": "0.30.14", 2067 + "dev": true, 2068 + "license": "MIT", 2069 + "dependencies": { 2070 + "@jridgewell/sourcemap-codec": "^1.5.0" 2071 + } 2072 + }, 2073 + "node_modules/merge2": { 2074 + "version": "1.4.1", 2075 + "dev": true, 2076 + "license": "MIT", 2077 + "engines": { 2078 + "node": ">= 8" 2079 + } 2080 + }, 2081 + "node_modules/micromatch": { 2082 + "version": "4.0.8", 2083 + "dev": true, 2084 + "license": "MIT", 2085 + "dependencies": { 2086 + "braces": "^3.0.3", 2087 + "picomatch": "^2.3.1" 2088 + }, 2089 + "engines": { 2090 + "node": ">=8.6" 2091 + } 2092 + }, 2093 + "node_modules/micromatch/node_modules/picomatch": { 2094 + "version": "2.3.1", 2095 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 2096 + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 2097 + "dev": true, 2098 + "engines": { 2099 + "node": ">=8.6" 2100 + }, 2101 + "funding": { 2102 + "url": "https://github.com/sponsors/jonschlinkert" 2103 + } 2104 + }, 2105 + "node_modules/minimatch": { 2106 + "version": "3.1.2", 2107 + "dev": true, 2108 + "license": "ISC", 2109 + "dependencies": { 2110 + "brace-expansion": "^1.1.7" 2111 + }, 2112 + "engines": { 2113 + "node": "*" 2114 + } 2115 + }, 2116 + "node_modules/minipass": { 2117 + "version": "7.1.2", 2118 + "dev": true, 2119 + "license": "ISC", 2120 + "engines": { 2121 + "node": ">=16 || 14 >=14.17" 2122 + } 2123 + }, 2124 + "node_modules/mri": { 2125 + "version": "1.2.0", 2126 + "dev": true, 2127 + "license": "MIT", 2128 + "engines": { 2129 + "node": ">=4" 2130 + } 2131 + }, 2132 + "node_modules/mrmime": { 2133 + "version": "2.0.0", 2134 + "dev": true, 2135 + "license": "MIT", 2136 + "engines": { 2137 + "node": ">=10" 2138 + } 2139 + }, 2140 + "node_modules/ms": { 2141 + "version": "2.1.3", 2142 + "dev": true, 2143 + "license": "MIT" 2144 + }, 2145 + "node_modules/mz": { 2146 + "version": "2.7.0", 2147 + "dev": true, 2148 + "license": "MIT", 2149 + "dependencies": { 2150 + "any-promise": "^1.0.0", 2151 + "object-assign": "^4.0.1", 2152 + "thenify-all": "^1.0.0" 2153 + } 2154 + }, 2155 + "node_modules/nanoid": { 2156 + "version": "3.3.8", 2157 + "dev": true, 2158 + "funding": [ 2159 + { 2160 + "type": "github", 2161 + "url": "https://github.com/sponsors/ai" 2162 + } 2163 + ], 2164 + "license": "MIT", 2165 + "bin": { 2166 + "nanoid": "bin/nanoid.cjs" 2167 + }, 2168 + "engines": { 2169 + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 2170 + } 2171 + }, 2172 + "node_modules/natural-compare": { 2173 + "version": "1.4.0", 2174 + "dev": true, 2175 + "license": "MIT" 2176 + }, 2177 + "node_modules/no-case": { 2178 + "version": "3.0.4", 2179 + "dev": true, 2180 + "license": "MIT", 2181 + "dependencies": { 2182 + "lower-case": "^2.0.2", 2183 + "tslib": "^2.0.3" 2184 + } 2185 + }, 2186 + "node_modules/node-releases": { 2187 + "version": "2.0.18", 2188 + "dev": true, 2189 + "license": "MIT" 2190 + }, 2191 + "node_modules/normalize-path": { 2192 + "version": "3.0.0", 2193 + "dev": true, 2194 + "license": "MIT", 2195 + "engines": { 2196 + "node": ">=0.10.0" 2197 + } 2198 + }, 2199 + "node_modules/normalize-range": { 2200 + "version": "0.1.2", 2201 + "dev": true, 2202 + "license": "MIT", 2203 + "engines": { 2204 + "node": ">=0.10.0" 2205 + } 2206 + }, 2207 + "node_modules/npm-bundled": { 2208 + "version": "2.0.1", 2209 + "dev": true, 2210 + "license": "ISC", 2211 + "dependencies": { 2212 + "npm-normalize-package-bin": "^2.0.0" 2213 + }, 2214 + "engines": { 2215 + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" 2216 + } 2217 + }, 2218 + "node_modules/npm-normalize-package-bin": { 2219 + "version": "2.0.0", 2220 + "dev": true, 2221 + "license": "ISC", 2222 + "engines": { 2223 + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" 2224 + } 2225 + }, 2226 + "node_modules/npm-packlist": { 2227 + "version": "5.1.3", 2228 + "dev": true, 2229 + "license": "ISC", 2230 + "dependencies": { 2231 + "glob": "^8.0.1", 2232 + "ignore-walk": "^5.0.1", 2233 + "npm-bundled": "^2.0.0", 2234 + "npm-normalize-package-bin": "^2.0.0" 2235 + }, 2236 + "bin": { 2237 + "npm-packlist": "bin/index.js" 2238 + }, 2239 + "engines": { 2240 + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" 2241 + } 2242 + }, 2243 + "node_modules/object-assign": { 2244 + "version": "4.1.1", 2245 + "dev": true, 2246 + "license": "MIT", 2247 + "engines": { 2248 + "node": ">=0.10.0" 2249 + } 2250 + }, 2251 + "node_modules/object-hash": { 2252 + "version": "3.0.0", 2253 + "dev": true, 2254 + "license": "MIT", 2255 + "engines": { 2256 + "node": ">= 6" 2257 + } 2258 + }, 2259 + "node_modules/once": { 2260 + "version": "1.4.0", 2261 + "dev": true, 2262 + "license": "ISC", 2263 + "dependencies": { 2264 + "wrappy": "1" 2265 + } 2266 + }, 2267 + "node_modules/optionator": { 2268 + "version": "0.9.4", 2269 + "dev": true, 2270 + "license": "MIT", 2271 + "dependencies": { 2272 + "deep-is": "^0.1.3", 2273 + "fast-levenshtein": "^2.0.6", 2274 + "levn": "^0.4.1", 2275 + "prelude-ls": "^1.2.1", 2276 + "type-check": "^0.4.0", 2277 + "word-wrap": "^1.2.5" 2278 + }, 2279 + "engines": { 2280 + "node": ">= 0.8.0" 2281 + } 2282 + }, 2283 + "node_modules/p-limit": { 2284 + "version": "3.1.0", 2285 + "dev": true, 2286 + "license": "MIT", 2287 + "dependencies": { 2288 + "yocto-queue": "^0.1.0" 2289 + }, 2290 + "engines": { 2291 + "node": ">=10" 2292 + }, 2293 + "funding": { 2294 + "url": "https://github.com/sponsors/sindresorhus" 2295 + } 2296 + }, 2297 + "node_modules/p-locate": { 2298 + "version": "5.0.0", 2299 + "dev": true, 2300 + "license": "MIT", 2301 + "dependencies": { 2302 + "p-limit": "^3.0.2" 2303 + }, 2304 + "engines": { 2305 + "node": ">=10" 2306 + }, 2307 + "funding": { 2308 + "url": "https://github.com/sponsors/sindresorhus" 2309 + } 2310 + }, 2311 + "node_modules/package-json-from-dist": { 2312 + "version": "1.0.1", 2313 + "dev": true, 2314 + "license": "BlueOak-1.0.0" 2315 + }, 2316 + "node_modules/parent-module": { 2317 + "version": "1.0.1", 2318 + "dev": true, 2319 + "license": "MIT", 2320 + "dependencies": { 2321 + "callsites": "^3.0.0" 2322 + }, 2323 + "engines": { 2324 + "node": ">=6" 2325 + } 2326 + }, 2327 + "node_modules/pascal-case": { 2328 + "version": "3.1.2", 2329 + "dev": true, 2330 + "license": "MIT", 2331 + "dependencies": { 2332 + "no-case": "^3.0.4", 2333 + "tslib": "^2.0.3" 2334 + } 2335 + }, 2336 + "node_modules/path-exists": { 2337 + "version": "4.0.0", 2338 + "dev": true, 2339 + "license": "MIT", 2340 + "engines": { 2341 + "node": ">=8" 2342 + } 2343 + }, 2344 + "node_modules/path-key": { 2345 + "version": "3.1.1", 2346 + "dev": true, 2347 + "license": "MIT", 2348 + "engines": { 2349 + "node": ">=8" 2350 + } 2351 + }, 2352 + "node_modules/path-parse": { 2353 + "version": "1.0.7", 2354 + "dev": true, 2355 + "license": "MIT" 2356 + }, 2357 + "node_modules/path-scurry": { 2358 + "version": "1.11.1", 2359 + "dev": true, 2360 + "license": "BlueOak-1.0.0", 2361 + "dependencies": { 2362 + "lru-cache": "^10.2.0", 2363 + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" 2364 + }, 2365 + "engines": { 2366 + "node": ">=16 || 14 >=14.18" 2367 + }, 2368 + "funding": { 2369 + "url": "https://github.com/sponsors/isaacs" 2370 + } 2371 + }, 2372 + "node_modules/picocolors": { 2373 + "version": "1.1.1", 2374 + "dev": true, 2375 + "license": "ISC" 2376 + }, 2377 + "node_modules/picomatch": { 2378 + "version": "4.0.2", 2379 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", 2380 + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", 2381 + "dev": true, 2382 + "optional": true, 2383 + "peer": true, 2384 + "engines": { 2385 + "node": ">=12" 2386 + }, 2387 + "funding": { 2388 + "url": "https://github.com/sponsors/jonschlinkert" 2389 + } 2390 + }, 2391 + "node_modules/pify": { 2392 + "version": "2.3.0", 2393 + "dev": true, 2394 + "license": "MIT", 2395 + "engines": { 2396 + "node": ">=0.10.0" 2397 + } 2398 + }, 2399 + "node_modules/pirates": { 2400 + "version": "4.0.6", 2401 + "dev": true, 2402 + "license": "MIT", 2403 + "engines": { 2404 + "node": ">= 6" 2405 + } 2406 + }, 2407 + "node_modules/postcss": { 2408 + "version": "8.4.49", 2409 + "dev": true, 2410 + "funding": [ 2411 + { 2412 + "type": "opencollective", 2413 + "url": "https://opencollective.com/postcss/" 2414 + }, 2415 + { 2416 + "type": "tidelift", 2417 + "url": "https://tidelift.com/funding/github/npm/postcss" 2418 + }, 2419 + { 2420 + "type": "github", 2421 + "url": "https://github.com/sponsors/ai" 2422 + } 2423 + ], 2424 + "license": "MIT", 2425 + "dependencies": { 2426 + "nanoid": "^3.3.7", 2427 + "picocolors": "^1.1.1", 2428 + "source-map-js": "^1.2.1" 2429 + }, 2430 + "engines": { 2431 + "node": "^10 || ^12 || >=14" 2432 + } 2433 + }, 2434 + "node_modules/postcss-import": { 2435 + "version": "15.1.0", 2436 + "dev": true, 2437 + "license": "MIT", 2438 + "dependencies": { 2439 + "postcss-value-parser": "^4.0.0", 2440 + "read-cache": "^1.0.0", 2441 + "resolve": "^1.1.7" 2442 + }, 2443 + "engines": { 2444 + "node": ">=14.0.0" 2445 + }, 2446 + "peerDependencies": { 2447 + "postcss": "^8.0.0" 2448 + } 2449 + }, 2450 + "node_modules/postcss-js": { 2451 + "version": "4.0.1", 2452 + "dev": true, 2453 + "license": "MIT", 2454 + "dependencies": { 2455 + "camelcase-css": "^2.0.1" 2456 + }, 2457 + "engines": { 2458 + "node": "^12 || ^14 || >= 16" 2459 + }, 2460 + "funding": { 2461 + "type": "opencollective", 2462 + "url": "https://opencollective.com/postcss/" 2463 + }, 2464 + "peerDependencies": { 2465 + "postcss": "^8.4.21" 2466 + } 2467 + }, 2468 + "node_modules/postcss-load-config": { 2469 + "version": "3.1.4", 2470 + "dev": true, 2471 + "license": "MIT", 2472 + "dependencies": { 2473 + "lilconfig": "^2.0.5", 2474 + "yaml": "^1.10.2" 2475 + }, 2476 + "engines": { 2477 + "node": ">= 10" 2478 + }, 2479 + "funding": { 2480 + "type": "opencollective", 2481 + "url": "https://opencollective.com/postcss/" 2482 + }, 2483 + "peerDependencies": { 2484 + "postcss": ">=8.0.9", 2485 + "ts-node": ">=9.0.0" 2486 + }, 2487 + "peerDependenciesMeta": { 2488 + "postcss": { 2489 + "optional": true 2490 + }, 2491 + "ts-node": { 2492 + "optional": true 2493 + } 2494 + } 2495 + }, 2496 + "node_modules/postcss-load-config/node_modules/lilconfig": { 2497 + "version": "2.1.0", 2498 + "dev": true, 2499 + "license": "MIT", 2500 + "engines": { 2501 + "node": ">=10" 2502 + } 2503 + }, 2504 + "node_modules/postcss-load-config/node_modules/yaml": { 2505 + "version": "1.10.2", 2506 + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", 2507 + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", 2508 + "dev": true, 2509 + "engines": { 2510 + "node": ">= 6" 2511 + } 2512 + }, 2513 + "node_modules/postcss-nested": { 2514 + "version": "6.2.0", 2515 + "dev": true, 2516 + "funding": [ 2517 + { 2518 + "type": "opencollective", 2519 + "url": "https://opencollective.com/postcss/" 2520 + }, 2521 + { 2522 + "type": "github", 2523 + "url": "https://github.com/sponsors/ai" 2524 + } 2525 + ], 2526 + "license": "MIT", 2527 + "dependencies": { 2528 + "postcss-selector-parser": "^6.1.1" 2529 + }, 2530 + "engines": { 2531 + "node": ">=12.0" 2532 + }, 2533 + "peerDependencies": { 2534 + "postcss": "^8.2.14" 2535 + } 2536 + }, 2537 + "node_modules/postcss-safe-parser": { 2538 + "version": "6.0.0", 2539 + "dev": true, 2540 + "license": "MIT", 2541 + "engines": { 2542 + "node": ">=12.0" 2543 + }, 2544 + "funding": { 2545 + "type": "opencollective", 2546 + "url": "https://opencollective.com/postcss/" 2547 + }, 2548 + "peerDependencies": { 2549 + "postcss": "^8.3.3" 2550 + } 2551 + }, 2552 + "node_modules/postcss-scss": { 2553 + "version": "4.0.9", 2554 + "dev": true, 2555 + "funding": [ 2556 + { 2557 + "type": "opencollective", 2558 + "url": "https://opencollective.com/postcss/" 2559 + }, 2560 + { 2561 + "type": "tidelift", 2562 + "url": "https://tidelift.com/funding/github/npm/postcss-scss" 2563 + }, 2564 + { 2565 + "type": "github", 2566 + "url": "https://github.com/sponsors/ai" 2567 + } 2568 + ], 2569 + "license": "MIT", 2570 + "engines": { 2571 + "node": ">=12.0" 2572 + }, 2573 + "peerDependencies": { 2574 + "postcss": "^8.4.29" 2575 + } 2576 + }, 2577 + "node_modules/postcss-selector-parser": { 2578 + "version": "6.1.2", 2579 + "dev": true, 2580 + "license": "MIT", 2581 + "dependencies": { 2582 + "cssesc": "^3.0.0", 2583 + "util-deprecate": "^1.0.2" 2584 + }, 2585 + "engines": { 2586 + "node": ">=4" 2587 + } 2588 + }, 2589 + "node_modules/postcss-value-parser": { 2590 + "version": "4.2.0", 2591 + "dev": true, 2592 + "license": "MIT" 2593 + }, 2594 + "node_modules/prelude-ls": { 2595 + "version": "1.2.1", 2596 + "dev": true, 2597 + "license": "MIT", 2598 + "engines": { 2599 + "node": ">= 0.8.0" 2600 + } 2601 + }, 2602 + "node_modules/prettier": { 2603 + "version": "3.4.2", 2604 + "dev": true, 2605 + "license": "MIT", 2606 + "bin": { 2607 + "prettier": "bin/prettier.cjs" 2608 + }, 2609 + "engines": { 2610 + "node": ">=14" 2611 + }, 2612 + "funding": { 2613 + "url": "https://github.com/prettier/prettier?sponsor=1" 2614 + } 2615 + }, 2616 + "node_modules/prettier-plugin-svelte": { 2617 + "version": "3.3.2", 2618 + "dev": true, 2619 + "license": "MIT", 2620 + "peerDependencies": { 2621 + "prettier": "^3.0.0", 2622 + "svelte": "^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0" 2623 + } 2624 + }, 2625 + "node_modules/prettier-plugin-tailwindcss": { 2626 + "version": "0.6.9", 2627 + "dev": true, 2628 + "license": "MIT", 2629 + "engines": { 2630 + "node": ">=14.21.3" 2631 + }, 2632 + "peerDependencies": { 2633 + "@ianvs/prettier-plugin-sort-imports": "*", 2634 + "@prettier/plugin-pug": "*", 2635 + "@shopify/prettier-plugin-liquid": "*", 2636 + "@trivago/prettier-plugin-sort-imports": "*", 2637 + "@zackad/prettier-plugin-twig-melody": "*", 2638 + "prettier": "^3.0", 2639 + "prettier-plugin-astro": "*", 2640 + "prettier-plugin-css-order": "*", 2641 + "prettier-plugin-import-sort": "*", 2642 + "prettier-plugin-jsdoc": "*", 2643 + "prettier-plugin-marko": "*", 2644 + "prettier-plugin-multiline-arrays": "*", 2645 + "prettier-plugin-organize-attributes": "*", 2646 + "prettier-plugin-organize-imports": "*", 2647 + "prettier-plugin-sort-imports": "*", 2648 + "prettier-plugin-style-order": "*", 2649 + "prettier-plugin-svelte": "*" 2650 + }, 2651 + "peerDependenciesMeta": { 2652 + "@ianvs/prettier-plugin-sort-imports": { 2653 + "optional": true 2654 + }, 2655 + "@prettier/plugin-pug": { 2656 + "optional": true 2657 + }, 2658 + "@shopify/prettier-plugin-liquid": { 2659 + "optional": true 2660 + }, 2661 + "@trivago/prettier-plugin-sort-imports": { 2662 + "optional": true 2663 + }, 2664 + "@zackad/prettier-plugin-twig-melody": { 2665 + "optional": true 2666 + }, 2667 + "prettier-plugin-astro": { 2668 + "optional": true 2669 + }, 2670 + "prettier-plugin-css-order": { 2671 + "optional": true 2672 + }, 2673 + "prettier-plugin-import-sort": { 2674 + "optional": true 2675 + }, 2676 + "prettier-plugin-jsdoc": { 2677 + "optional": true 2678 + }, 2679 + "prettier-plugin-marko": { 2680 + "optional": true 2681 + }, 2682 + "prettier-plugin-multiline-arrays": { 2683 + "optional": true 2684 + }, 2685 + "prettier-plugin-organize-attributes": { 2686 + "optional": true 2687 + }, 2688 + "prettier-plugin-organize-imports": { 2689 + "optional": true 2690 + }, 2691 + "prettier-plugin-sort-imports": { 2692 + "optional": true 2693 + }, 2694 + "prettier-plugin-style-order": { 2695 + "optional": true 2696 + }, 2697 + "prettier-plugin-svelte": { 2698 + "optional": true 2699 + } 2700 + } 2701 + }, 2702 + "node_modules/publint": { 2703 + "version": "0.2.12", 2704 + "dev": true, 2705 + "license": "MIT", 2706 + "dependencies": { 2707 + "npm-packlist": "^5.1.3", 2708 + "picocolors": "^1.1.1", 2709 + "sade": "^1.8.1" 2710 + }, 2711 + "bin": { 2712 + "publint": "lib/cli.js" 2713 + }, 2714 + "engines": { 2715 + "node": ">=16" 2716 + }, 2717 + "funding": { 2718 + "url": "https://bjornlu.com/sponsor" 2719 + } 2720 + }, 2721 + "node_modules/punycode": { 2722 + "version": "2.3.1", 2723 + "dev": true, 2724 + "license": "MIT", 2725 + "engines": { 2726 + "node": ">=6" 2727 + } 2728 + }, 2729 + "node_modules/queue-microtask": { 2730 + "version": "1.2.3", 2731 + "dev": true, 2732 + "funding": [ 2733 + { 2734 + "type": "github", 2735 + "url": "https://github.com/sponsors/feross" 2736 + }, 2737 + { 2738 + "type": "patreon", 2739 + "url": "https://www.patreon.com/feross" 2740 + }, 2741 + { 2742 + "type": "consulting", 2743 + "url": "https://feross.org/support" 2744 + } 2745 + ], 2746 + "license": "MIT" 2747 + }, 2748 + "node_modules/read-cache": { 2749 + "version": "1.0.0", 2750 + "dev": true, 2751 + "license": "MIT", 2752 + "dependencies": { 2753 + "pify": "^2.3.0" 2754 + } 2755 + }, 2756 + "node_modules/readdirp": { 2757 + "version": "4.0.2", 2758 + "dev": true, 2759 + "license": "MIT", 2760 + "engines": { 2761 + "node": ">= 14.16.0" 2762 + }, 2763 + "funding": { 2764 + "type": "individual", 2765 + "url": "https://paulmillr.com/funding/" 2766 + } 2767 + }, 2768 + "node_modules/resolve": { 2769 + "version": "1.22.8", 2770 + "dev": true, 2771 + "license": "MIT", 2772 + "dependencies": { 2773 + "is-core-module": "^2.13.0", 2774 + "path-parse": "^1.0.7", 2775 + "supports-preserve-symlinks-flag": "^1.0.0" 2776 + }, 2777 + "bin": { 2778 + "resolve": "bin/resolve" 2779 + }, 2780 + "funding": { 2781 + "url": "https://github.com/sponsors/ljharb" 2782 + } 2783 + }, 2784 + "node_modules/resolve-from": { 2785 + "version": "4.0.0", 2786 + "dev": true, 2787 + "license": "MIT", 2788 + "engines": { 2789 + "node": ">=4" 2790 + } 2791 + }, 2792 + "node_modules/reusify": { 2793 + "version": "1.0.4", 2794 + "dev": true, 2795 + "license": "MIT", 2796 + "engines": { 2797 + "iojs": ">=1.0.0", 2798 + "node": ">=0.10.0" 2799 + } 2800 + }, 2801 + "node_modules/rollup": { 2802 + "version": "4.28.0", 2803 + "dev": true, 2804 + "license": "MIT", 2805 + "dependencies": { 2806 + "@types/estree": "1.0.6" 2807 + }, 2808 + "bin": { 2809 + "rollup": "dist/bin/rollup" 2810 + }, 2811 + "engines": { 2812 + "node": ">=18.0.0", 2813 + "npm": ">=8.0.0" 2814 + }, 2815 + "optionalDependencies": { 2816 + "@rollup/rollup-android-arm-eabi": "4.28.0", 2817 + "@rollup/rollup-android-arm64": "4.28.0", 2818 + "@rollup/rollup-darwin-arm64": "4.28.0", 2819 + "@rollup/rollup-darwin-x64": "4.28.0", 2820 + "@rollup/rollup-freebsd-arm64": "4.28.0", 2821 + "@rollup/rollup-freebsd-x64": "4.28.0", 2822 + "@rollup/rollup-linux-arm-gnueabihf": "4.28.0", 2823 + "@rollup/rollup-linux-arm-musleabihf": "4.28.0", 2824 + "@rollup/rollup-linux-arm64-gnu": "4.28.0", 2825 + "@rollup/rollup-linux-arm64-musl": "4.28.0", 2826 + "@rollup/rollup-linux-powerpc64le-gnu": "4.28.0", 2827 + "@rollup/rollup-linux-riscv64-gnu": "4.28.0", 2828 + "@rollup/rollup-linux-s390x-gnu": "4.28.0", 2829 + "@rollup/rollup-linux-x64-gnu": "4.28.0", 2830 + "@rollup/rollup-linux-x64-musl": "4.28.0", 2831 + "@rollup/rollup-win32-arm64-msvc": "4.28.0", 2832 + "@rollup/rollup-win32-ia32-msvc": "4.28.0", 2833 + "@rollup/rollup-win32-x64-msvc": "4.28.0", 2834 + "fsevents": "~2.3.2" 2835 + } 2836 + }, 2837 + "node_modules/run-parallel": { 2838 + "version": "1.2.0", 2839 + "dev": true, 2840 + "funding": [ 2841 + { 2842 + "type": "github", 2843 + "url": "https://github.com/sponsors/feross" 2844 + }, 2845 + { 2846 + "type": "patreon", 2847 + "url": "https://www.patreon.com/feross" 2848 + }, 2849 + { 2850 + "type": "consulting", 2851 + "url": "https://feross.org/support" 2852 + } 2853 + ], 2854 + "license": "MIT", 2855 + "dependencies": { 2856 + "queue-microtask": "^1.2.2" 2857 + } 2858 + }, 2859 + "node_modules/sade": { 2860 + "version": "1.8.1", 2861 + "dev": true, 2862 + "license": "MIT", 2863 + "dependencies": { 2864 + "mri": "^1.1.0" 2865 + }, 2866 + "engines": { 2867 + "node": ">=6" 2868 + } 2869 + }, 2870 + "node_modules/semver": { 2871 + "version": "7.6.3", 2872 + "dev": true, 2873 + "license": "ISC", 2874 + "bin": { 2875 + "semver": "bin/semver.js" 2876 + }, 2877 + "engines": { 2878 + "node": ">=10" 2879 + } 2880 + }, 2881 + "node_modules/set-cookie-parser": { 2882 + "version": "2.7.1", 2883 + "dev": true, 2884 + "license": "MIT" 2885 + }, 2886 + "node_modules/shebang-command": { 2887 + "version": "2.0.0", 2888 + "dev": true, 2889 + "license": "MIT", 2890 + "dependencies": { 2891 + "shebang-regex": "^3.0.0" 2892 + }, 2893 + "engines": { 2894 + "node": ">=8" 2895 + } 2896 + }, 2897 + "node_modules/shebang-regex": { 2898 + "version": "3.0.0", 2899 + "dev": true, 2900 + "license": "MIT", 2901 + "engines": { 2902 + "node": ">=8" 2903 + } 2904 + }, 2905 + "node_modules/signal-exit": { 2906 + "version": "4.1.0", 2907 + "dev": true, 2908 + "license": "ISC", 2909 + "engines": { 2910 + "node": ">=14" 2911 + }, 2912 + "funding": { 2913 + "url": "https://github.com/sponsors/isaacs" 2914 + } 2915 + }, 2916 + "node_modules/sirv": { 2917 + "version": "3.0.0", 2918 + "dev": true, 2919 + "license": "MIT", 2920 + "dependencies": { 2921 + "@polka/url": "^1.0.0-next.24", 2922 + "mrmime": "^2.0.0", 2923 + "totalist": "^3.0.0" 2924 + }, 2925 + "engines": { 2926 + "node": ">=18" 2927 + } 2928 + }, 2929 + "node_modules/source-map-js": { 2930 + "version": "1.2.1", 2931 + "dev": true, 2932 + "license": "BSD-3-Clause", 2933 + "engines": { 2934 + "node": ">=0.10.0" 2935 + } 2936 + }, 2937 + "node_modules/string-width": { 2938 + "version": "5.1.2", 2939 + "dev": true, 2940 + "license": "MIT", 2941 + "dependencies": { 2942 + "eastasianwidth": "^0.2.0", 2943 + "emoji-regex": "^9.2.2", 2944 + "strip-ansi": "^7.0.1" 2945 + }, 2946 + "engines": { 2947 + "node": ">=12" 2948 + }, 2949 + "funding": { 2950 + "url": "https://github.com/sponsors/sindresorhus" 2951 + } 2952 + }, 2953 + "node_modules/strip-ansi": { 2954 + "version": "7.1.0", 2955 + "dev": true, 2956 + "license": "MIT", 2957 + "dependencies": { 2958 + "ansi-regex": "^6.0.1" 2959 + }, 2960 + "engines": { 2961 + "node": ">=12" 2962 + }, 2963 + "funding": { 2964 + "url": "https://github.com/chalk/strip-ansi?sponsor=1" 2965 + } 2966 + }, 2967 + "node_modules/strip-json-comments": { 2968 + "version": "3.1.1", 2969 + "dev": true, 2970 + "license": "MIT", 2971 + "engines": { 2972 + "node": ">=8" 2973 + }, 2974 + "funding": { 2975 + "url": "https://github.com/sponsors/sindresorhus" 2976 + } 2977 + }, 2978 + "node_modules/sucrase": { 2979 + "version": "3.35.0", 2980 + "dev": true, 2981 + "license": "MIT", 2982 + "dependencies": { 2983 + "@jridgewell/gen-mapping": "^0.3.2", 2984 + "commander": "^4.0.0", 2985 + "glob": "^10.3.10", 2986 + "lines-and-columns": "^1.1.6", 2987 + "mz": "^2.7.0", 2988 + "pirates": "^4.0.1", 2989 + "ts-interface-checker": "^0.1.9" 2990 + }, 2991 + "bin": { 2992 + "sucrase": "bin/sucrase", 2993 + "sucrase-node": "bin/sucrase-node" 2994 + }, 2995 + "engines": { 2996 + "node": ">=16 || 14 >=14.17" 2997 + } 2998 + }, 2999 + "node_modules/sucrase/node_modules/glob": { 3000 + "version": "10.4.5", 3001 + "dev": true, 3002 + "license": "ISC", 3003 + "dependencies": { 3004 + "foreground-child": "^3.1.0", 3005 + "jackspeak": "^3.1.2", 3006 + "minimatch": "^9.0.4", 3007 + "minipass": "^7.1.2", 3008 + "package-json-from-dist": "^1.0.0", 3009 + "path-scurry": "^1.11.1" 3010 + }, 3011 + "bin": { 3012 + "glob": "dist/esm/bin.mjs" 3013 + }, 3014 + "funding": { 3015 + "url": "https://github.com/sponsors/isaacs" 3016 + } 3017 + }, 3018 + "node_modules/sucrase/node_modules/glob/node_modules/minimatch": { 3019 + "version": "9.0.5", 3020 + "dev": true, 3021 + "license": "ISC", 3022 + "dependencies": { 3023 + "brace-expansion": "^2.0.1" 3024 + }, 3025 + "engines": { 3026 + "node": ">=16 || 14 >=14.17" 3027 + }, 3028 + "funding": { 3029 + "url": "https://github.com/sponsors/isaacs" 3030 + } 3031 + }, 3032 + "node_modules/sucrase/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion": { 3033 + "version": "2.0.1", 3034 + "dev": true, 3035 + "license": "MIT", 3036 + "dependencies": { 3037 + "balanced-match": "^1.0.0" 3038 + } 3039 + }, 3040 + "node_modules/supports-color": { 3041 + "version": "7.2.0", 3042 + "dev": true, 3043 + "license": "MIT", 3044 + "dependencies": { 3045 + "has-flag": "^4.0.0" 3046 + }, 3047 + "engines": { 3048 + "node": ">=8" 3049 + } 3050 + }, 3051 + "node_modules/supports-preserve-symlinks-flag": { 3052 + "version": "1.0.0", 3053 + "dev": true, 3054 + "license": "MIT", 3055 + "engines": { 3056 + "node": ">= 0.4" 3057 + }, 3058 + "funding": { 3059 + "url": "https://github.com/sponsors/ljharb" 3060 + } 3061 + }, 3062 + "node_modules/svelte": { 3063 + "version": "5.7.0", 3064 + "dev": true, 3065 + "license": "MIT", 3066 + "dependencies": { 3067 + "@ampproject/remapping": "^2.3.0", 3068 + "@jridgewell/sourcemap-codec": "^1.5.0", 3069 + "@types/estree": "^1.0.5", 3070 + "acorn": "^8.12.1", 3071 + "acorn-typescript": "^1.4.13", 3072 + "aria-query": "^5.3.1", 3073 + "axobject-query": "^4.1.0", 3074 + "esm-env": "^1.2.1", 3075 + "esrap": "^1.2.3", 3076 + "is-reference": "^3.0.3", 3077 + "locate-character": "^3.0.0", 3078 + "magic-string": "^0.30.11", 3079 + "zimmerframe": "^1.1.2" 3080 + }, 3081 + "engines": { 3082 + "node": ">=18" 3083 + } 3084 + }, 3085 + "node_modules/svelte-check": { 3086 + "version": "4.1.1", 3087 + "dev": true, 3088 + "license": "MIT", 3089 + "dependencies": { 3090 + "@jridgewell/trace-mapping": "^0.3.25", 3091 + "chokidar": "^4.0.1", 3092 + "fdir": "^6.2.0", 3093 + "picocolors": "^1.0.0", 3094 + "sade": "^1.7.4" 3095 + }, 3096 + "bin": { 3097 + "svelte-check": "bin/svelte-check" 3098 + }, 3099 + "engines": { 3100 + "node": ">= 18.0.0" 3101 + }, 3102 + "peerDependencies": { 3103 + "svelte": "^4.0.0 || ^5.0.0-next.0", 3104 + "typescript": ">=5.0.0" 3105 + } 3106 + }, 3107 + "node_modules/svelte-eslint-parser": { 3108 + "version": "0.43.0", 3109 + "dev": true, 3110 + "license": "MIT", 3111 + "dependencies": { 3112 + "eslint-scope": "^7.2.2", 3113 + "eslint-visitor-keys": "^3.4.3", 3114 + "espree": "^9.6.1", 3115 + "postcss": "^8.4.39", 3116 + "postcss-scss": "^4.0.9" 3117 + }, 3118 + "engines": { 3119 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 3120 + }, 3121 + "funding": { 3122 + "url": "https://github.com/sponsors/ota-meshi" 3123 + }, 3124 + "peerDependencies": { 3125 + "svelte": "^3.37.0 || ^4.0.0 || ^5.0.0" 3126 + }, 3127 + "peerDependenciesMeta": { 3128 + "svelte": { 3129 + "optional": true 3130 + } 3131 + } 3132 + }, 3133 + "node_modules/svelte-eslint-parser/node_modules/eslint-scope": { 3134 + "version": "7.2.2", 3135 + "dev": true, 3136 + "license": "BSD-2-Clause", 3137 + "dependencies": { 3138 + "esrecurse": "^4.3.0", 3139 + "estraverse": "^5.2.0" 3140 + }, 3141 + "engines": { 3142 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 3143 + }, 3144 + "funding": { 3145 + "url": "https://opencollective.com/eslint" 3146 + } 3147 + }, 3148 + "node_modules/svelte-eslint-parser/node_modules/eslint-visitor-keys": { 3149 + "version": "3.4.3", 3150 + "dev": true, 3151 + "license": "Apache-2.0", 3152 + "engines": { 3153 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 3154 + }, 3155 + "funding": { 3156 + "url": "https://opencollective.com/eslint" 3157 + } 3158 + }, 3159 + "node_modules/svelte-eslint-parser/node_modules/espree": { 3160 + "version": "9.6.1", 3161 + "dev": true, 3162 + "license": "BSD-2-Clause", 3163 + "dependencies": { 3164 + "acorn": "^8.9.0", 3165 + "acorn-jsx": "^5.3.2", 3166 + "eslint-visitor-keys": "^3.4.1" 3167 + }, 3168 + "engines": { 3169 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 3170 + }, 3171 + "funding": { 3172 + "url": "https://opencollective.com/eslint" 3173 + } 3174 + }, 3175 + "node_modules/svelte-highlight": { 3176 + "version": "7.7.0", 3177 + "dev": true, 3178 + "license": "MIT", 3179 + "dependencies": { 3180 + "highlight.js": "11.10.0" 3181 + } 3182 + }, 3183 + "node_modules/svelte2tsx": { 3184 + "version": "0.7.30", 3185 + "dev": true, 3186 + "license": "MIT", 3187 + "dependencies": { 3188 + "dedent-js": "^1.0.1", 3189 + "pascal-case": "^3.1.1" 3190 + }, 3191 + "peerDependencies": { 3192 + "svelte": "^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0", 3193 + "typescript": "^4.9.4 || ^5.0.0" 3194 + } 3195 + }, 3196 + "node_modules/tailwindcss": { 3197 + "version": "3.4.16", 3198 + "dev": true, 3199 + "license": "MIT", 3200 + "dependencies": { 3201 + "@alloc/quick-lru": "^5.2.0", 3202 + "arg": "^5.0.2", 3203 + "chokidar": "^3.6.0", 3204 + "didyoumean": "^1.2.2", 3205 + "dlv": "^1.1.3", 3206 + "fast-glob": "^3.3.2", 3207 + "glob-parent": "^6.0.2", 3208 + "is-glob": "^4.0.3", 3209 + "jiti": "^1.21.6", 3210 + "lilconfig": "^3.1.3", 3211 + "micromatch": "^4.0.8", 3212 + "normalize-path": "^3.0.0", 3213 + "object-hash": "^3.0.0", 3214 + "picocolors": "^1.1.1", 3215 + "postcss": "^8.4.47", 3216 + "postcss-import": "^15.1.0", 3217 + "postcss-js": "^4.0.1", 3218 + "postcss-load-config": "^4.0.2", 3219 + "postcss-nested": "^6.2.0", 3220 + "postcss-selector-parser": "^6.1.2", 3221 + "resolve": "^1.22.8", 3222 + "sucrase": "^3.35.0" 3223 + }, 3224 + "bin": { 3225 + "tailwind": "lib/cli.js", 3226 + "tailwindcss": "lib/cli.js" 3227 + }, 3228 + "engines": { 3229 + "node": ">=14.0.0" 3230 + } 3231 + }, 3232 + "node_modules/tailwindcss/node_modules/chokidar": { 3233 + "version": "3.6.0", 3234 + "dev": true, 3235 + "license": "MIT", 3236 + "dependencies": { 3237 + "anymatch": "~3.1.2", 3238 + "braces": "~3.0.2", 3239 + "glob-parent": "~5.1.2", 3240 + "is-binary-path": "~2.1.0", 3241 + "is-glob": "~4.0.1", 3242 + "normalize-path": "~3.0.0", 3243 + "readdirp": "~3.6.0" 3244 + }, 3245 + "engines": { 3246 + "node": ">= 8.10.0" 3247 + }, 3248 + "funding": { 3249 + "url": "https://paulmillr.com/funding/" 3250 + }, 3251 + "optionalDependencies": { 3252 + "fsevents": "~2.3.2" 3253 + } 3254 + }, 3255 + "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": { 3256 + "version": "5.1.2", 3257 + "dev": true, 3258 + "license": "ISC", 3259 + "dependencies": { 3260 + "is-glob": "^4.0.1" 3261 + }, 3262 + "engines": { 3263 + "node": ">= 6" 3264 + } 3265 + }, 3266 + "node_modules/tailwindcss/node_modules/chokidar/node_modules/readdirp": { 3267 + "version": "3.6.0", 3268 + "dev": true, 3269 + "license": "MIT", 3270 + "dependencies": { 3271 + "picomatch": "^2.2.1" 3272 + }, 3273 + "engines": { 3274 + "node": ">=8.10.0" 3275 + } 3276 + }, 3277 + "node_modules/tailwindcss/node_modules/picomatch": { 3278 + "version": "2.3.1", 3279 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 3280 + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 3281 + "dev": true, 3282 + "engines": { 3283 + "node": ">=8.6" 3284 + }, 3285 + "funding": { 3286 + "url": "https://github.com/sponsors/jonschlinkert" 3287 + } 3288 + }, 3289 + "node_modules/tailwindcss/node_modules/postcss-load-config": { 3290 + "version": "4.0.2", 3291 + "dev": true, 3292 + "funding": [ 3293 + { 3294 + "type": "opencollective", 3295 + "url": "https://opencollective.com/postcss/" 3296 + }, 3297 + { 3298 + "type": "github", 3299 + "url": "https://github.com/sponsors/ai" 3300 + } 3301 + ], 3302 + "license": "MIT", 3303 + "dependencies": { 3304 + "lilconfig": "^3.0.0", 3305 + "yaml": "^2.3.4" 3306 + }, 3307 + "engines": { 3308 + "node": ">= 14" 3309 + }, 3310 + "peerDependencies": { 3311 + "postcss": ">=8.0.9", 3312 + "ts-node": ">=9.0.0" 3313 + }, 3314 + "peerDependenciesMeta": { 3315 + "postcss": { 3316 + "optional": true 3317 + }, 3318 + "ts-node": { 3319 + "optional": true 3320 + } 3321 + } 3322 + }, 3323 + "node_modules/thenify": { 3324 + "version": "3.3.1", 3325 + "dev": true, 3326 + "license": "MIT", 3327 + "dependencies": { 3328 + "any-promise": "^1.0.0" 3329 + } 3330 + }, 3331 + "node_modules/thenify-all": { 3332 + "version": "1.6.0", 3333 + "dev": true, 3334 + "license": "MIT", 3335 + "dependencies": { 3336 + "thenify": ">= 3.1.0 < 4" 3337 + }, 3338 + "engines": { 3339 + "node": ">=0.8" 3340 + } 3341 + }, 3342 + "node_modules/tiny-glob": { 3343 + "version": "0.2.9", 3344 + "dev": true, 3345 + "license": "MIT", 3346 + "dependencies": { 3347 + "globalyzer": "0.1.0", 3348 + "globrex": "^0.1.2" 3349 + } 3350 + }, 3351 + "node_modules/to-regex-range": { 3352 + "version": "5.0.1", 3353 + "dev": true, 3354 + "license": "MIT", 3355 + "dependencies": { 3356 + "is-number": "^7.0.0" 3357 + }, 3358 + "engines": { 3359 + "node": ">=8.0" 3360 + } 3361 + }, 3362 + "node_modules/totalist": { 3363 + "version": "3.0.1", 3364 + "dev": true, 3365 + "license": "MIT", 3366 + "engines": { 3367 + "node": ">=6" 3368 + } 3369 + }, 3370 + "node_modules/ts-api-utils": { 3371 + "version": "1.4.3", 3372 + "dev": true, 3373 + "license": "MIT", 3374 + "engines": { 3375 + "node": ">=16" 3376 + }, 3377 + "peerDependencies": { 3378 + "typescript": ">=4.2.0" 3379 + } 3380 + }, 3381 + "node_modules/ts-interface-checker": { 3382 + "version": "0.1.13", 3383 + "dev": true, 3384 + "license": "Apache-2.0" 3385 + }, 3386 + "node_modules/tslib": { 3387 + "version": "2.8.1", 3388 + "dev": true, 3389 + "license": "0BSD" 3390 + }, 3391 + "node_modules/type-check": { 3392 + "version": "0.4.0", 3393 + "dev": true, 3394 + "license": "MIT", 3395 + "dependencies": { 3396 + "prelude-ls": "^1.2.1" 3397 + }, 3398 + "engines": { 3399 + "node": ">= 0.8.0" 3400 + } 3401 + }, 3402 + "node_modules/typescript": { 3403 + "version": "5.7.2", 3404 + "dev": true, 3405 + "license": "Apache-2.0", 3406 + "bin": { 3407 + "tsc": "bin/tsc", 3408 + "tsserver": "bin/tsserver" 3409 + }, 3410 + "engines": { 3411 + "node": ">=14.17" 3412 + } 3413 + }, 3414 + "node_modules/typescript-eslint": { 3415 + "version": "8.17.0", 3416 + "dev": true, 3417 + "license": "MIT", 3418 + "dependencies": { 3419 + "@typescript-eslint/eslint-plugin": "8.17.0", 3420 + "@typescript-eslint/parser": "8.17.0", 3421 + "@typescript-eslint/utils": "8.17.0" 3422 + }, 3423 + "engines": { 3424 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 3425 + }, 3426 + "funding": { 3427 + "type": "opencollective", 3428 + "url": "https://opencollective.com/typescript-eslint" 3429 + }, 3430 + "peerDependencies": { 3431 + "eslint": "^8.57.0 || ^9.0.0" 3432 + }, 3433 + "peerDependenciesMeta": { 3434 + "typescript": { 3435 + "optional": true 3436 + } 3437 + } 3438 + }, 3439 + "node_modules/update-browserslist-db": { 3440 + "version": "1.1.1", 3441 + "dev": true, 3442 + "funding": [ 3443 + { 3444 + "type": "opencollective", 3445 + "url": "https://opencollective.com/browserslist" 3446 + }, 3447 + { 3448 + "type": "tidelift", 3449 + "url": "https://tidelift.com/funding/github/npm/browserslist" 3450 + }, 3451 + { 3452 + "type": "github", 3453 + "url": "https://github.com/sponsors/ai" 3454 + } 3455 + ], 3456 + "license": "MIT", 3457 + "dependencies": { 3458 + "escalade": "^3.2.0", 3459 + "picocolors": "^1.1.0" 3460 + }, 3461 + "bin": { 3462 + "update-browserslist-db": "cli.js" 3463 + }, 3464 + "peerDependencies": { 3465 + "browserslist": ">= 4.21.0" 3466 + } 3467 + }, 3468 + "node_modules/uri-js": { 3469 + "version": "4.4.1", 3470 + "dev": true, 3471 + "license": "BSD-2-Clause", 3472 + "dependencies": { 3473 + "punycode": "^2.1.0" 3474 + } 3475 + }, 3476 + "node_modules/util-deprecate": { 3477 + "version": "1.0.2", 3478 + "dev": true, 3479 + "license": "MIT" 3480 + }, 3481 + "node_modules/vite": { 3482 + "version": "6.0.3", 3483 + "dev": true, 3484 + "license": "MIT", 3485 + "dependencies": { 3486 + "esbuild": "^0.24.0", 3487 + "postcss": "^8.4.49", 3488 + "rollup": "^4.23.0" 3489 + }, 3490 + "bin": { 3491 + "vite": "bin/vite.js" 3492 + }, 3493 + "engines": { 3494 + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 3495 + }, 3496 + "funding": { 3497 + "url": "https://github.com/vitejs/vite?sponsor=1" 3498 + }, 3499 + "optionalDependencies": { 3500 + "fsevents": "~2.3.3" 3501 + }, 3502 + "peerDependencies": { 3503 + "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 3504 + "jiti": ">=1.21.0", 3505 + "less": "*", 3506 + "lightningcss": "^1.21.0", 3507 + "sass": "*", 3508 + "sass-embedded": "*", 3509 + "stylus": "*", 3510 + "sugarss": "*", 3511 + "terser": "^5.16.0", 3512 + "tsx": "^4.8.1", 3513 + "yaml": "^2.4.2" 3514 + }, 3515 + "peerDependenciesMeta": { 3516 + "@types/node": { 3517 + "optional": true 3518 + }, 3519 + "jiti": { 3520 + "optional": true 3521 + }, 3522 + "less": { 3523 + "optional": true 3524 + }, 3525 + "lightningcss": { 3526 + "optional": true 3527 + }, 3528 + "sass": { 3529 + "optional": true 3530 + }, 3531 + "sass-embedded": { 3532 + "optional": true 3533 + }, 3534 + "stylus": { 3535 + "optional": true 3536 + }, 3537 + "sugarss": { 3538 + "optional": true 3539 + }, 3540 + "terser": { 3541 + "optional": true 3542 + }, 3543 + "tsx": { 3544 + "optional": true 3545 + }, 3546 + "yaml": { 3547 + "optional": true 3548 + } 3549 + } 3550 + }, 3551 + "node_modules/vitefu": { 3552 + "version": "1.0.4", 3553 + "dev": true, 3554 + "license": "MIT", 3555 + "workspaces": [ 3556 + "tests/deps/*", 3557 + "tests/projects/*" 3558 + ], 3559 + "peerDependencies": { 3560 + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" 3561 + }, 3562 + "peerDependenciesMeta": { 3563 + "vite": { 3564 + "optional": true 3565 + } 3566 + } 3567 + }, 3568 + "node_modules/which": { 3569 + "version": "2.0.2", 3570 + "dev": true, 3571 + "license": "ISC", 3572 + "dependencies": { 3573 + "isexe": "^2.0.0" 3574 + }, 3575 + "bin": { 3576 + "node-which": "bin/node-which" 3577 + }, 3578 + "engines": { 3579 + "node": ">= 8" 3580 + } 3581 + }, 3582 + "node_modules/word-wrap": { 3583 + "version": "1.2.5", 3584 + "dev": true, 3585 + "license": "MIT", 3586 + "engines": { 3587 + "node": ">=0.10.0" 3588 + } 3589 + }, 3590 + "node_modules/wrap-ansi": { 3591 + "version": "8.1.0", 3592 + "dev": true, 3593 + "license": "MIT", 3594 + "dependencies": { 3595 + "ansi-styles": "^6.1.0", 3596 + "string-width": "^5.0.1", 3597 + "strip-ansi": "^7.0.1" 3598 + }, 3599 + "engines": { 3600 + "node": ">=12" 3601 + }, 3602 + "funding": { 3603 + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 3604 + } 3605 + }, 3606 + "node_modules/wrap-ansi/node_modules/ansi-styles": { 3607 + "version": "6.2.1", 3608 + "dev": true, 3609 + "license": "MIT", 3610 + "engines": { 3611 + "node": ">=12" 3612 + }, 3613 + "funding": { 3614 + "url": "https://github.com/chalk/ansi-styles?sponsor=1" 3615 + } 3616 + }, 3617 + "node_modules/wrappy": { 3618 + "version": "1.0.2", 3619 + "dev": true, 3620 + "license": "ISC" 3621 + }, 3622 + "node_modules/yaml": { 3623 + "version": "2.6.1", 3624 + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", 3625 + "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", 3626 + "dev": true, 3627 + "bin": { 3628 + "yaml": "bin.mjs" 3629 + }, 3630 + "engines": { 3631 + "node": ">= 14" 3632 + } 3633 + }, 3634 + "node_modules/yocto-queue": { 3635 + "version": "0.1.0", 3636 + "dev": true, 3637 + "license": "MIT", 3638 + "engines": { 3639 + "node": ">=10" 3640 + }, 3641 + "funding": { 3642 + "url": "https://github.com/sponsors/sindresorhus" 3643 + } 3644 + }, 3645 + "node_modules/zimmerframe": { 3646 + "version": "1.1.2", 3647 + "dev": true, 3648 + "license": "MIT" 3649 + } 3650 + } 3651 + }