A minimal starter for ATProto logins in Astro
1{ 2 "name": "astro-atproto-starter", 3 "version": "0.0.1", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "astro-atproto-starter", 9 "version": "0.0.1", 10 "dependencies": { 11 "@astrojs/tailwind": "^6.0.2", 12 "@tailwindcss/vite": "^4.1.16", 13 "astro": "^5.15.1", 14 "daisyui": "^5.3.9", 15 "tailwindcss": "^4.1.16" 16 } 17 }, 18 "node_modules/@astrojs/compiler": { 19 "version": "2.13.0", 20 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.13.0.tgz", 21 "integrity": "sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==", 22 "license": "MIT" 23 }, 24 "node_modules/@astrojs/internal-helpers": { 25 "version": "0.7.4", 26 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.4.tgz", 27 "integrity": "sha512-lDA9MqE8WGi7T/t2BMi+EAXhs4Vcvr94Gqx3q15cFEz8oFZMO4/SFBqYr/UcmNlvW+35alowkVj+w9VhLvs5Cw==", 28 "license": "MIT" 29 }, 30 "node_modules/@astrojs/markdown-remark": { 31 "version": "6.3.8", 32 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.8.tgz", 33 "integrity": "sha512-uFNyFWadnULWK2cOw4n0hLKeu+xaVWeuECdP10cQ3K2fkybtTlhb7J7TcScdjmS8Yps7oje9S/ehYMfZrhrgCg==", 34 "license": "MIT", 35 "dependencies": { 36 "@astrojs/internal-helpers": "0.7.4", 37 "@astrojs/prism": "3.3.0", 38 "github-slugger": "^2.0.0", 39 "hast-util-from-html": "^2.0.3", 40 "hast-util-to-text": "^4.0.2", 41 "import-meta-resolve": "^4.2.0", 42 "js-yaml": "^4.1.0", 43 "mdast-util-definitions": "^6.0.0", 44 "rehype-raw": "^7.0.0", 45 "rehype-stringify": "^10.0.1", 46 "remark-gfm": "^4.0.1", 47 "remark-parse": "^11.0.0", 48 "remark-rehype": "^11.1.2", 49 "remark-smartypants": "^3.0.2", 50 "shiki": "^3.13.0", 51 "smol-toml": "^1.4.2", 52 "unified": "^11.0.5", 53 "unist-util-remove-position": "^5.0.0", 54 "unist-util-visit": "^5.0.0", 55 "unist-util-visit-parents": "^6.0.1", 56 "vfile": "^6.0.3" 57 } 58 }, 59 "node_modules/@astrojs/prism": { 60 "version": "3.3.0", 61 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.3.0.tgz", 62 "integrity": "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==", 63 "license": "MIT", 64 "dependencies": { 65 "prismjs": "^1.30.0" 66 }, 67 "engines": { 68 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 69 } 70 }, 71 "node_modules/@astrojs/tailwind": { 72 "version": "6.0.2", 73 "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-6.0.2.tgz", 74 "integrity": "sha512-j3mhLNeugZq6A8dMNXVarUa8K6X9AW+QHU9u3lKNrPLMHhOQ0S7VeWhHwEeJFpEK1BTKEUY1U78VQv2gN6hNGg==", 75 "license": "MIT", 76 "dependencies": { 77 "autoprefixer": "^10.4.21", 78 "postcss": "^8.5.3", 79 "postcss-load-config": "^4.0.2" 80 }, 81 "peerDependencies": { 82 "astro": "^3.0.0 || ^4.0.0 || ^5.0.0", 83 "tailwindcss": "^3.0.24" 84 } 85 }, 86 "node_modules/@astrojs/telemetry": { 87 "version": "3.3.0", 88 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz", 89 "integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==", 90 "license": "MIT", 91 "dependencies": { 92 "ci-info": "^4.2.0", 93 "debug": "^4.4.0", 94 "dlv": "^1.1.3", 95 "dset": "^3.1.4", 96 "is-docker": "^3.0.0", 97 "is-wsl": "^3.1.0", 98 "which-pm-runs": "^1.1.0" 99 }, 100 "engines": { 101 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 102 } 103 }, 104 "node_modules/@babel/helper-string-parser": { 105 "version": "7.27.1", 106 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", 107 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", 108 "license": "MIT", 109 "engines": { 110 "node": ">=6.9.0" 111 } 112 }, 113 "node_modules/@babel/helper-validator-identifier": { 114 "version": "7.28.5", 115 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", 116 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", 117 "license": "MIT", 118 "engines": { 119 "node": ">=6.9.0" 120 } 121 }, 122 "node_modules/@babel/parser": { 123 "version": "7.28.5", 124 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", 125 "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", 126 "license": "MIT", 127 "dependencies": { 128 "@babel/types": "^7.28.5" 129 }, 130 "bin": { 131 "parser": "bin/babel-parser.js" 132 }, 133 "engines": { 134 "node": ">=6.0.0" 135 } 136 }, 137 "node_modules/@babel/types": { 138 "version": "7.28.5", 139 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", 140 "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", 141 "license": "MIT", 142 "dependencies": { 143 "@babel/helper-string-parser": "^7.27.1", 144 "@babel/helper-validator-identifier": "^7.28.5" 145 }, 146 "engines": { 147 "node": ">=6.9.0" 148 } 149 }, 150 "node_modules/@capsizecss/unpack": { 151 "version": "3.0.0", 152 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.0.tgz", 153 "integrity": "sha512-+ntATQe1AlL7nTOYjwjj6w3299CgRot48wL761TUGYpYgAou3AaONZazp0PKZyCyWhudWsjhq1nvRHOvbMzhTA==", 154 "license": "MIT", 155 "dependencies": { 156 "fontkit": "^2.0.2" 157 }, 158 "engines": { 159 "node": ">=18" 160 } 161 }, 162 "node_modules/@emnapi/runtime": { 163 "version": "1.6.0", 164 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.6.0.tgz", 165 "integrity": "sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==", 166 "license": "MIT", 167 "optional": true, 168 "dependencies": { 169 "tslib": "^2.4.0" 170 } 171 }, 172 "node_modules/@esbuild/aix-ppc64": { 173 "version": "0.25.11", 174 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.11.tgz", 175 "integrity": "sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==", 176 "cpu": [ 177 "ppc64" 178 ], 179 "license": "MIT", 180 "optional": true, 181 "os": [ 182 "aix" 183 ], 184 "engines": { 185 "node": ">=18" 186 } 187 }, 188 "node_modules/@esbuild/android-arm": { 189 "version": "0.25.11", 190 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.11.tgz", 191 "integrity": "sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==", 192 "cpu": [ 193 "arm" 194 ], 195 "license": "MIT", 196 "optional": true, 197 "os": [ 198 "android" 199 ], 200 "engines": { 201 "node": ">=18" 202 } 203 }, 204 "node_modules/@esbuild/android-arm64": { 205 "version": "0.25.11", 206 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.11.tgz", 207 "integrity": "sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==", 208 "cpu": [ 209 "arm64" 210 ], 211 "license": "MIT", 212 "optional": true, 213 "os": [ 214 "android" 215 ], 216 "engines": { 217 "node": ">=18" 218 } 219 }, 220 "node_modules/@esbuild/android-x64": { 221 "version": "0.25.11", 222 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.11.tgz", 223 "integrity": "sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==", 224 "cpu": [ 225 "x64" 226 ], 227 "license": "MIT", 228 "optional": true, 229 "os": [ 230 "android" 231 ], 232 "engines": { 233 "node": ">=18" 234 } 235 }, 236 "node_modules/@esbuild/darwin-arm64": { 237 "version": "0.25.11", 238 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.11.tgz", 239 "integrity": "sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==", 240 "cpu": [ 241 "arm64" 242 ], 243 "license": "MIT", 244 "optional": true, 245 "os": [ 246 "darwin" 247 ], 248 "engines": { 249 "node": ">=18" 250 } 251 }, 252 "node_modules/@esbuild/darwin-x64": { 253 "version": "0.25.11", 254 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.11.tgz", 255 "integrity": "sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==", 256 "cpu": [ 257 "x64" 258 ], 259 "license": "MIT", 260 "optional": true, 261 "os": [ 262 "darwin" 263 ], 264 "engines": { 265 "node": ">=18" 266 } 267 }, 268 "node_modules/@esbuild/freebsd-arm64": { 269 "version": "0.25.11", 270 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.11.tgz", 271 "integrity": "sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==", 272 "cpu": [ 273 "arm64" 274 ], 275 "license": "MIT", 276 "optional": true, 277 "os": [ 278 "freebsd" 279 ], 280 "engines": { 281 "node": ">=18" 282 } 283 }, 284 "node_modules/@esbuild/freebsd-x64": { 285 "version": "0.25.11", 286 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.11.tgz", 287 "integrity": "sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==", 288 "cpu": [ 289 "x64" 290 ], 291 "license": "MIT", 292 "optional": true, 293 "os": [ 294 "freebsd" 295 ], 296 "engines": { 297 "node": ">=18" 298 } 299 }, 300 "node_modules/@esbuild/linux-arm": { 301 "version": "0.25.11", 302 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.11.tgz", 303 "integrity": "sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==", 304 "cpu": [ 305 "arm" 306 ], 307 "license": "MIT", 308 "optional": true, 309 "os": [ 310 "linux" 311 ], 312 "engines": { 313 "node": ">=18" 314 } 315 }, 316 "node_modules/@esbuild/linux-arm64": { 317 "version": "0.25.11", 318 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.11.tgz", 319 "integrity": "sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==", 320 "cpu": [ 321 "arm64" 322 ], 323 "license": "MIT", 324 "optional": true, 325 "os": [ 326 "linux" 327 ], 328 "engines": { 329 "node": ">=18" 330 } 331 }, 332 "node_modules/@esbuild/linux-ia32": { 333 "version": "0.25.11", 334 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.11.tgz", 335 "integrity": "sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==", 336 "cpu": [ 337 "ia32" 338 ], 339 "license": "MIT", 340 "optional": true, 341 "os": [ 342 "linux" 343 ], 344 "engines": { 345 "node": ">=18" 346 } 347 }, 348 "node_modules/@esbuild/linux-loong64": { 349 "version": "0.25.11", 350 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.11.tgz", 351 "integrity": "sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==", 352 "cpu": [ 353 "loong64" 354 ], 355 "license": "MIT", 356 "optional": true, 357 "os": [ 358 "linux" 359 ], 360 "engines": { 361 "node": ">=18" 362 } 363 }, 364 "node_modules/@esbuild/linux-mips64el": { 365 "version": "0.25.11", 366 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.11.tgz", 367 "integrity": "sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==", 368 "cpu": [ 369 "mips64el" 370 ], 371 "license": "MIT", 372 "optional": true, 373 "os": [ 374 "linux" 375 ], 376 "engines": { 377 "node": ">=18" 378 } 379 }, 380 "node_modules/@esbuild/linux-ppc64": { 381 "version": "0.25.11", 382 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.11.tgz", 383 "integrity": "sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==", 384 "cpu": [ 385 "ppc64" 386 ], 387 "license": "MIT", 388 "optional": true, 389 "os": [ 390 "linux" 391 ], 392 "engines": { 393 "node": ">=18" 394 } 395 }, 396 "node_modules/@esbuild/linux-riscv64": { 397 "version": "0.25.11", 398 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.11.tgz", 399 "integrity": "sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==", 400 "cpu": [ 401 "riscv64" 402 ], 403 "license": "MIT", 404 "optional": true, 405 "os": [ 406 "linux" 407 ], 408 "engines": { 409 "node": ">=18" 410 } 411 }, 412 "node_modules/@esbuild/linux-s390x": { 413 "version": "0.25.11", 414 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.11.tgz", 415 "integrity": "sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==", 416 "cpu": [ 417 "s390x" 418 ], 419 "license": "MIT", 420 "optional": true, 421 "os": [ 422 "linux" 423 ], 424 "engines": { 425 "node": ">=18" 426 } 427 }, 428 "node_modules/@esbuild/linux-x64": { 429 "version": "0.25.11", 430 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.11.tgz", 431 "integrity": "sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==", 432 "cpu": [ 433 "x64" 434 ], 435 "license": "MIT", 436 "optional": true, 437 "os": [ 438 "linux" 439 ], 440 "engines": { 441 "node": ">=18" 442 } 443 }, 444 "node_modules/@esbuild/netbsd-arm64": { 445 "version": "0.25.11", 446 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.11.tgz", 447 "integrity": "sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==", 448 "cpu": [ 449 "arm64" 450 ], 451 "license": "MIT", 452 "optional": true, 453 "os": [ 454 "netbsd" 455 ], 456 "engines": { 457 "node": ">=18" 458 } 459 }, 460 "node_modules/@esbuild/netbsd-x64": { 461 "version": "0.25.11", 462 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.11.tgz", 463 "integrity": "sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==", 464 "cpu": [ 465 "x64" 466 ], 467 "license": "MIT", 468 "optional": true, 469 "os": [ 470 "netbsd" 471 ], 472 "engines": { 473 "node": ">=18" 474 } 475 }, 476 "node_modules/@esbuild/openbsd-arm64": { 477 "version": "0.25.11", 478 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.11.tgz", 479 "integrity": "sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==", 480 "cpu": [ 481 "arm64" 482 ], 483 "license": "MIT", 484 "optional": true, 485 "os": [ 486 "openbsd" 487 ], 488 "engines": { 489 "node": ">=18" 490 } 491 }, 492 "node_modules/@esbuild/openbsd-x64": { 493 "version": "0.25.11", 494 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.11.tgz", 495 "integrity": "sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==", 496 "cpu": [ 497 "x64" 498 ], 499 "license": "MIT", 500 "optional": true, 501 "os": [ 502 "openbsd" 503 ], 504 "engines": { 505 "node": ">=18" 506 } 507 }, 508 "node_modules/@esbuild/openharmony-arm64": { 509 "version": "0.25.11", 510 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.11.tgz", 511 "integrity": "sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==", 512 "cpu": [ 513 "arm64" 514 ], 515 "license": "MIT", 516 "optional": true, 517 "os": [ 518 "openharmony" 519 ], 520 "engines": { 521 "node": ">=18" 522 } 523 }, 524 "node_modules/@esbuild/sunos-x64": { 525 "version": "0.25.11", 526 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.11.tgz", 527 "integrity": "sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==", 528 "cpu": [ 529 "x64" 530 ], 531 "license": "MIT", 532 "optional": true, 533 "os": [ 534 "sunos" 535 ], 536 "engines": { 537 "node": ">=18" 538 } 539 }, 540 "node_modules/@esbuild/win32-arm64": { 541 "version": "0.25.11", 542 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.11.tgz", 543 "integrity": "sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==", 544 "cpu": [ 545 "arm64" 546 ], 547 "license": "MIT", 548 "optional": true, 549 "os": [ 550 "win32" 551 ], 552 "engines": { 553 "node": ">=18" 554 } 555 }, 556 "node_modules/@esbuild/win32-ia32": { 557 "version": "0.25.11", 558 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.11.tgz", 559 "integrity": "sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==", 560 "cpu": [ 561 "ia32" 562 ], 563 "license": "MIT", 564 "optional": true, 565 "os": [ 566 "win32" 567 ], 568 "engines": { 569 "node": ">=18" 570 } 571 }, 572 "node_modules/@esbuild/win32-x64": { 573 "version": "0.25.11", 574 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.11.tgz", 575 "integrity": "sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==", 576 "cpu": [ 577 "x64" 578 ], 579 "license": "MIT", 580 "optional": true, 581 "os": [ 582 "win32" 583 ], 584 "engines": { 585 "node": ">=18" 586 } 587 }, 588 "node_modules/@img/colour": { 589 "version": "1.0.0", 590 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz", 591 "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==", 592 "license": "MIT", 593 "optional": true, 594 "engines": { 595 "node": ">=18" 596 } 597 }, 598 "node_modules/@img/sharp-darwin-arm64": { 599 "version": "0.34.4", 600 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz", 601 "integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==", 602 "cpu": [ 603 "arm64" 604 ], 605 "license": "Apache-2.0", 606 "optional": true, 607 "os": [ 608 "darwin" 609 ], 610 "engines": { 611 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 612 }, 613 "funding": { 614 "url": "https://opencollective.com/libvips" 615 }, 616 "optionalDependencies": { 617 "@img/sharp-libvips-darwin-arm64": "1.2.3" 618 } 619 }, 620 "node_modules/@img/sharp-darwin-x64": { 621 "version": "0.34.4", 622 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz", 623 "integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==", 624 "cpu": [ 625 "x64" 626 ], 627 "license": "Apache-2.0", 628 "optional": true, 629 "os": [ 630 "darwin" 631 ], 632 "engines": { 633 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 634 }, 635 "funding": { 636 "url": "https://opencollective.com/libvips" 637 }, 638 "optionalDependencies": { 639 "@img/sharp-libvips-darwin-x64": "1.2.3" 640 } 641 }, 642 "node_modules/@img/sharp-libvips-darwin-arm64": { 643 "version": "1.2.3", 644 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz", 645 "integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==", 646 "cpu": [ 647 "arm64" 648 ], 649 "license": "LGPL-3.0-or-later", 650 "optional": true, 651 "os": [ 652 "darwin" 653 ], 654 "funding": { 655 "url": "https://opencollective.com/libvips" 656 } 657 }, 658 "node_modules/@img/sharp-libvips-darwin-x64": { 659 "version": "1.2.3", 660 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz", 661 "integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==", 662 "cpu": [ 663 "x64" 664 ], 665 "license": "LGPL-3.0-or-later", 666 "optional": true, 667 "os": [ 668 "darwin" 669 ], 670 "funding": { 671 "url": "https://opencollective.com/libvips" 672 } 673 }, 674 "node_modules/@img/sharp-libvips-linux-arm": { 675 "version": "1.2.3", 676 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz", 677 "integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==", 678 "cpu": [ 679 "arm" 680 ], 681 "license": "LGPL-3.0-or-later", 682 "optional": true, 683 "os": [ 684 "linux" 685 ], 686 "funding": { 687 "url": "https://opencollective.com/libvips" 688 } 689 }, 690 "node_modules/@img/sharp-libvips-linux-arm64": { 691 "version": "1.2.3", 692 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz", 693 "integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==", 694 "cpu": [ 695 "arm64" 696 ], 697 "license": "LGPL-3.0-or-later", 698 "optional": true, 699 "os": [ 700 "linux" 701 ], 702 "funding": { 703 "url": "https://opencollective.com/libvips" 704 } 705 }, 706 "node_modules/@img/sharp-libvips-linux-ppc64": { 707 "version": "1.2.3", 708 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz", 709 "integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==", 710 "cpu": [ 711 "ppc64" 712 ], 713 "license": "LGPL-3.0-or-later", 714 "optional": true, 715 "os": [ 716 "linux" 717 ], 718 "funding": { 719 "url": "https://opencollective.com/libvips" 720 } 721 }, 722 "node_modules/@img/sharp-libvips-linux-s390x": { 723 "version": "1.2.3", 724 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz", 725 "integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==", 726 "cpu": [ 727 "s390x" 728 ], 729 "license": "LGPL-3.0-or-later", 730 "optional": true, 731 "os": [ 732 "linux" 733 ], 734 "funding": { 735 "url": "https://opencollective.com/libvips" 736 } 737 }, 738 "node_modules/@img/sharp-libvips-linux-x64": { 739 "version": "1.2.3", 740 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.3.tgz", 741 "integrity": "sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==", 742 "cpu": [ 743 "x64" 744 ], 745 "license": "LGPL-3.0-or-later", 746 "optional": true, 747 "os": [ 748 "linux" 749 ], 750 "funding": { 751 "url": "https://opencollective.com/libvips" 752 } 753 }, 754 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 755 "version": "1.2.3", 756 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz", 757 "integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==", 758 "cpu": [ 759 "arm64" 760 ], 761 "license": "LGPL-3.0-or-later", 762 "optional": true, 763 "os": [ 764 "linux" 765 ], 766 "funding": { 767 "url": "https://opencollective.com/libvips" 768 } 769 }, 770 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 771 "version": "1.2.3", 772 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz", 773 "integrity": "sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==", 774 "cpu": [ 775 "x64" 776 ], 777 "license": "LGPL-3.0-or-later", 778 "optional": true, 779 "os": [ 780 "linux" 781 ], 782 "funding": { 783 "url": "https://opencollective.com/libvips" 784 } 785 }, 786 "node_modules/@img/sharp-linux-arm": { 787 "version": "0.34.4", 788 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.4.tgz", 789 "integrity": "sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==", 790 "cpu": [ 791 "arm" 792 ], 793 "license": "Apache-2.0", 794 "optional": true, 795 "os": [ 796 "linux" 797 ], 798 "engines": { 799 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 800 }, 801 "funding": { 802 "url": "https://opencollective.com/libvips" 803 }, 804 "optionalDependencies": { 805 "@img/sharp-libvips-linux-arm": "1.2.3" 806 } 807 }, 808 "node_modules/@img/sharp-linux-arm64": { 809 "version": "0.34.4", 810 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.4.tgz", 811 "integrity": "sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==", 812 "cpu": [ 813 "arm64" 814 ], 815 "license": "Apache-2.0", 816 "optional": true, 817 "os": [ 818 "linux" 819 ], 820 "engines": { 821 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 822 }, 823 "funding": { 824 "url": "https://opencollective.com/libvips" 825 }, 826 "optionalDependencies": { 827 "@img/sharp-libvips-linux-arm64": "1.2.3" 828 } 829 }, 830 "node_modules/@img/sharp-linux-ppc64": { 831 "version": "0.34.4", 832 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.4.tgz", 833 "integrity": "sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==", 834 "cpu": [ 835 "ppc64" 836 ], 837 "license": "Apache-2.0", 838 "optional": true, 839 "os": [ 840 "linux" 841 ], 842 "engines": { 843 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 844 }, 845 "funding": { 846 "url": "https://opencollective.com/libvips" 847 }, 848 "optionalDependencies": { 849 "@img/sharp-libvips-linux-ppc64": "1.2.3" 850 } 851 }, 852 "node_modules/@img/sharp-linux-s390x": { 853 "version": "0.34.4", 854 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.4.tgz", 855 "integrity": "sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==", 856 "cpu": [ 857 "s390x" 858 ], 859 "license": "Apache-2.0", 860 "optional": true, 861 "os": [ 862 "linux" 863 ], 864 "engines": { 865 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 866 }, 867 "funding": { 868 "url": "https://opencollective.com/libvips" 869 }, 870 "optionalDependencies": { 871 "@img/sharp-libvips-linux-s390x": "1.2.3" 872 } 873 }, 874 "node_modules/@img/sharp-linux-x64": { 875 "version": "0.34.4", 876 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.4.tgz", 877 "integrity": "sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==", 878 "cpu": [ 879 "x64" 880 ], 881 "license": "Apache-2.0", 882 "optional": true, 883 "os": [ 884 "linux" 885 ], 886 "engines": { 887 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 888 }, 889 "funding": { 890 "url": "https://opencollective.com/libvips" 891 }, 892 "optionalDependencies": { 893 "@img/sharp-libvips-linux-x64": "1.2.3" 894 } 895 }, 896 "node_modules/@img/sharp-linuxmusl-arm64": { 897 "version": "0.34.4", 898 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.4.tgz", 899 "integrity": "sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==", 900 "cpu": [ 901 "arm64" 902 ], 903 "license": "Apache-2.0", 904 "optional": true, 905 "os": [ 906 "linux" 907 ], 908 "engines": { 909 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 910 }, 911 "funding": { 912 "url": "https://opencollective.com/libvips" 913 }, 914 "optionalDependencies": { 915 "@img/sharp-libvips-linuxmusl-arm64": "1.2.3" 916 } 917 }, 918 "node_modules/@img/sharp-linuxmusl-x64": { 919 "version": "0.34.4", 920 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.4.tgz", 921 "integrity": "sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==", 922 "cpu": [ 923 "x64" 924 ], 925 "license": "Apache-2.0", 926 "optional": true, 927 "os": [ 928 "linux" 929 ], 930 "engines": { 931 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 932 }, 933 "funding": { 934 "url": "https://opencollective.com/libvips" 935 }, 936 "optionalDependencies": { 937 "@img/sharp-libvips-linuxmusl-x64": "1.2.3" 938 } 939 }, 940 "node_modules/@img/sharp-wasm32": { 941 "version": "0.34.4", 942 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.4.tgz", 943 "integrity": "sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==", 944 "cpu": [ 945 "wasm32" 946 ], 947 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", 948 "optional": true, 949 "dependencies": { 950 "@emnapi/runtime": "^1.5.0" 951 }, 952 "engines": { 953 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 954 }, 955 "funding": { 956 "url": "https://opencollective.com/libvips" 957 } 958 }, 959 "node_modules/@img/sharp-win32-arm64": { 960 "version": "0.34.4", 961 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.4.tgz", 962 "integrity": "sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==", 963 "cpu": [ 964 "arm64" 965 ], 966 "license": "Apache-2.0 AND LGPL-3.0-or-later", 967 "optional": true, 968 "os": [ 969 "win32" 970 ], 971 "engines": { 972 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 973 }, 974 "funding": { 975 "url": "https://opencollective.com/libvips" 976 } 977 }, 978 "node_modules/@img/sharp-win32-ia32": { 979 "version": "0.34.4", 980 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.4.tgz", 981 "integrity": "sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==", 982 "cpu": [ 983 "ia32" 984 ], 985 "license": "Apache-2.0 AND LGPL-3.0-or-later", 986 "optional": true, 987 "os": [ 988 "win32" 989 ], 990 "engines": { 991 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 992 }, 993 "funding": { 994 "url": "https://opencollective.com/libvips" 995 } 996 }, 997 "node_modules/@img/sharp-win32-x64": { 998 "version": "0.34.4", 999 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.4.tgz", 1000 "integrity": "sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==", 1001 "cpu": [ 1002 "x64" 1003 ], 1004 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1005 "optional": true, 1006 "os": [ 1007 "win32" 1008 ], 1009 "engines": { 1010 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1011 }, 1012 "funding": { 1013 "url": "https://opencollective.com/libvips" 1014 } 1015 }, 1016 "node_modules/@jridgewell/gen-mapping": { 1017 "version": "0.3.13", 1018 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", 1019 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", 1020 "license": "MIT", 1021 "dependencies": { 1022 "@jridgewell/sourcemap-codec": "^1.5.0", 1023 "@jridgewell/trace-mapping": "^0.3.24" 1024 } 1025 }, 1026 "node_modules/@jridgewell/remapping": { 1027 "version": "2.3.5", 1028 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", 1029 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", 1030 "license": "MIT", 1031 "dependencies": { 1032 "@jridgewell/gen-mapping": "^0.3.5", 1033 "@jridgewell/trace-mapping": "^0.3.24" 1034 } 1035 }, 1036 "node_modules/@jridgewell/resolve-uri": { 1037 "version": "3.1.2", 1038 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 1039 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 1040 "license": "MIT", 1041 "engines": { 1042 "node": ">=6.0.0" 1043 } 1044 }, 1045 "node_modules/@jridgewell/sourcemap-codec": { 1046 "version": "1.5.5", 1047 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", 1048 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", 1049 "license": "MIT" 1050 }, 1051 "node_modules/@jridgewell/trace-mapping": { 1052 "version": "0.3.31", 1053 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", 1054 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", 1055 "license": "MIT", 1056 "dependencies": { 1057 "@jridgewell/resolve-uri": "^3.1.0", 1058 "@jridgewell/sourcemap-codec": "^1.4.14" 1059 } 1060 }, 1061 "node_modules/@oslojs/encoding": { 1062 "version": "1.1.0", 1063 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", 1064 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==", 1065 "license": "MIT" 1066 }, 1067 "node_modules/@rollup/pluginutils": { 1068 "version": "5.3.0", 1069 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", 1070 "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", 1071 "license": "MIT", 1072 "dependencies": { 1073 "@types/estree": "^1.0.0", 1074 "estree-walker": "^2.0.2", 1075 "picomatch": "^4.0.2" 1076 }, 1077 "engines": { 1078 "node": ">=14.0.0" 1079 }, 1080 "peerDependencies": { 1081 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 1082 }, 1083 "peerDependenciesMeta": { 1084 "rollup": { 1085 "optional": true 1086 } 1087 } 1088 }, 1089 "node_modules/@rollup/pluginutils/node_modules/estree-walker": { 1090 "version": "2.0.2", 1091 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", 1092 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", 1093 "license": "MIT" 1094 }, 1095 "node_modules/@rollup/rollup-android-arm-eabi": { 1096 "version": "4.52.5", 1097 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz", 1098 "integrity": "sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==", 1099 "cpu": [ 1100 "arm" 1101 ], 1102 "license": "MIT", 1103 "optional": true, 1104 "os": [ 1105 "android" 1106 ] 1107 }, 1108 "node_modules/@rollup/rollup-android-arm64": { 1109 "version": "4.52.5", 1110 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.5.tgz", 1111 "integrity": "sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==", 1112 "cpu": [ 1113 "arm64" 1114 ], 1115 "license": "MIT", 1116 "optional": true, 1117 "os": [ 1118 "android" 1119 ] 1120 }, 1121 "node_modules/@rollup/rollup-darwin-arm64": { 1122 "version": "4.52.5", 1123 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.5.tgz", 1124 "integrity": "sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==", 1125 "cpu": [ 1126 "arm64" 1127 ], 1128 "license": "MIT", 1129 "optional": true, 1130 "os": [ 1131 "darwin" 1132 ] 1133 }, 1134 "node_modules/@rollup/rollup-darwin-x64": { 1135 "version": "4.52.5", 1136 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.5.tgz", 1137 "integrity": "sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==", 1138 "cpu": [ 1139 "x64" 1140 ], 1141 "license": "MIT", 1142 "optional": true, 1143 "os": [ 1144 "darwin" 1145 ] 1146 }, 1147 "node_modules/@rollup/rollup-freebsd-arm64": { 1148 "version": "4.52.5", 1149 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.5.tgz", 1150 "integrity": "sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==", 1151 "cpu": [ 1152 "arm64" 1153 ], 1154 "license": "MIT", 1155 "optional": true, 1156 "os": [ 1157 "freebsd" 1158 ] 1159 }, 1160 "node_modules/@rollup/rollup-freebsd-x64": { 1161 "version": "4.52.5", 1162 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.5.tgz", 1163 "integrity": "sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==", 1164 "cpu": [ 1165 "x64" 1166 ], 1167 "license": "MIT", 1168 "optional": true, 1169 "os": [ 1170 "freebsd" 1171 ] 1172 }, 1173 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 1174 "version": "4.52.5", 1175 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.5.tgz", 1176 "integrity": "sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==", 1177 "cpu": [ 1178 "arm" 1179 ], 1180 "license": "MIT", 1181 "optional": true, 1182 "os": [ 1183 "linux" 1184 ] 1185 }, 1186 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 1187 "version": "4.52.5", 1188 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.5.tgz", 1189 "integrity": "sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==", 1190 "cpu": [ 1191 "arm" 1192 ], 1193 "license": "MIT", 1194 "optional": true, 1195 "os": [ 1196 "linux" 1197 ] 1198 }, 1199 "node_modules/@rollup/rollup-linux-arm64-gnu": { 1200 "version": "4.52.5", 1201 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.5.tgz", 1202 "integrity": "sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==", 1203 "cpu": [ 1204 "arm64" 1205 ], 1206 "license": "MIT", 1207 "optional": true, 1208 "os": [ 1209 "linux" 1210 ] 1211 }, 1212 "node_modules/@rollup/rollup-linux-arm64-musl": { 1213 "version": "4.52.5", 1214 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.5.tgz", 1215 "integrity": "sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==", 1216 "cpu": [ 1217 "arm64" 1218 ], 1219 "license": "MIT", 1220 "optional": true, 1221 "os": [ 1222 "linux" 1223 ] 1224 }, 1225 "node_modules/@rollup/rollup-linux-loong64-gnu": { 1226 "version": "4.52.5", 1227 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.5.tgz", 1228 "integrity": "sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==", 1229 "cpu": [ 1230 "loong64" 1231 ], 1232 "license": "MIT", 1233 "optional": true, 1234 "os": [ 1235 "linux" 1236 ] 1237 }, 1238 "node_modules/@rollup/rollup-linux-ppc64-gnu": { 1239 "version": "4.52.5", 1240 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.5.tgz", 1241 "integrity": "sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==", 1242 "cpu": [ 1243 "ppc64" 1244 ], 1245 "license": "MIT", 1246 "optional": true, 1247 "os": [ 1248 "linux" 1249 ] 1250 }, 1251 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 1252 "version": "4.52.5", 1253 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.5.tgz", 1254 "integrity": "sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==", 1255 "cpu": [ 1256 "riscv64" 1257 ], 1258 "license": "MIT", 1259 "optional": true, 1260 "os": [ 1261 "linux" 1262 ] 1263 }, 1264 "node_modules/@rollup/rollup-linux-riscv64-musl": { 1265 "version": "4.52.5", 1266 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.5.tgz", 1267 "integrity": "sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==", 1268 "cpu": [ 1269 "riscv64" 1270 ], 1271 "license": "MIT", 1272 "optional": true, 1273 "os": [ 1274 "linux" 1275 ] 1276 }, 1277 "node_modules/@rollup/rollup-linux-s390x-gnu": { 1278 "version": "4.52.5", 1279 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.5.tgz", 1280 "integrity": "sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==", 1281 "cpu": [ 1282 "s390x" 1283 ], 1284 "license": "MIT", 1285 "optional": true, 1286 "os": [ 1287 "linux" 1288 ] 1289 }, 1290 "node_modules/@rollup/rollup-linux-x64-gnu": { 1291 "version": "4.52.5", 1292 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.5.tgz", 1293 "integrity": "sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==", 1294 "cpu": [ 1295 "x64" 1296 ], 1297 "license": "MIT", 1298 "optional": true, 1299 "os": [ 1300 "linux" 1301 ] 1302 }, 1303 "node_modules/@rollup/rollup-linux-x64-musl": { 1304 "version": "4.52.5", 1305 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.5.tgz", 1306 "integrity": "sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==", 1307 "cpu": [ 1308 "x64" 1309 ], 1310 "license": "MIT", 1311 "optional": true, 1312 "os": [ 1313 "linux" 1314 ] 1315 }, 1316 "node_modules/@rollup/rollup-openharmony-arm64": { 1317 "version": "4.52.5", 1318 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.5.tgz", 1319 "integrity": "sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==", 1320 "cpu": [ 1321 "arm64" 1322 ], 1323 "license": "MIT", 1324 "optional": true, 1325 "os": [ 1326 "openharmony" 1327 ] 1328 }, 1329 "node_modules/@rollup/rollup-win32-arm64-msvc": { 1330 "version": "4.52.5", 1331 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.5.tgz", 1332 "integrity": "sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==", 1333 "cpu": [ 1334 "arm64" 1335 ], 1336 "license": "MIT", 1337 "optional": true, 1338 "os": [ 1339 "win32" 1340 ] 1341 }, 1342 "node_modules/@rollup/rollup-win32-ia32-msvc": { 1343 "version": "4.52.5", 1344 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.5.tgz", 1345 "integrity": "sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==", 1346 "cpu": [ 1347 "ia32" 1348 ], 1349 "license": "MIT", 1350 "optional": true, 1351 "os": [ 1352 "win32" 1353 ] 1354 }, 1355 "node_modules/@rollup/rollup-win32-x64-gnu": { 1356 "version": "4.52.5", 1357 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.5.tgz", 1358 "integrity": "sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==", 1359 "cpu": [ 1360 "x64" 1361 ], 1362 "license": "MIT", 1363 "optional": true, 1364 "os": [ 1365 "win32" 1366 ] 1367 }, 1368 "node_modules/@rollup/rollup-win32-x64-msvc": { 1369 "version": "4.52.5", 1370 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.5.tgz", 1371 "integrity": "sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==", 1372 "cpu": [ 1373 "x64" 1374 ], 1375 "license": "MIT", 1376 "optional": true, 1377 "os": [ 1378 "win32" 1379 ] 1380 }, 1381 "node_modules/@shikijs/core": { 1382 "version": "3.13.0", 1383 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.13.0.tgz", 1384 "integrity": "sha512-3P8rGsg2Eh2qIHekwuQjzWhKI4jV97PhvYjYUzGqjvJfqdQPz+nMlfWahU24GZAyW1FxFI1sYjyhfh5CoLmIUA==", 1385 "license": "MIT", 1386 "dependencies": { 1387 "@shikijs/types": "3.13.0", 1388 "@shikijs/vscode-textmate": "^10.0.2", 1389 "@types/hast": "^3.0.4", 1390 "hast-util-to-html": "^9.0.5" 1391 } 1392 }, 1393 "node_modules/@shikijs/engine-javascript": { 1394 "version": "3.13.0", 1395 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.13.0.tgz", 1396 "integrity": "sha512-Ty7xv32XCp8u0eQt8rItpMs6rU9Ki6LJ1dQOW3V/56PKDcpvfHPnYFbsx5FFUP2Yim34m/UkazidamMNVR4vKg==", 1397 "license": "MIT", 1398 "dependencies": { 1399 "@shikijs/types": "3.13.0", 1400 "@shikijs/vscode-textmate": "^10.0.2", 1401 "oniguruma-to-es": "^4.3.3" 1402 } 1403 }, 1404 "node_modules/@shikijs/engine-oniguruma": { 1405 "version": "3.13.0", 1406 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.13.0.tgz", 1407 "integrity": "sha512-O42rBGr4UDSlhT2ZFMxqM7QzIU+IcpoTMzb3W7AlziI1ZF7R8eS2M0yt5Ry35nnnTX/LTLXFPUjRFCIW+Operg==", 1408 "license": "MIT", 1409 "dependencies": { 1410 "@shikijs/types": "3.13.0", 1411 "@shikijs/vscode-textmate": "^10.0.2" 1412 } 1413 }, 1414 "node_modules/@shikijs/langs": { 1415 "version": "3.13.0", 1416 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.13.0.tgz", 1417 "integrity": "sha512-672c3WAETDYHwrRP0yLy3W1QYB89Hbpj+pO4KhxK6FzIrDI2FoEXNiNCut6BQmEApYLfuYfpgOZaqbY+E9b8wQ==", 1418 "license": "MIT", 1419 "dependencies": { 1420 "@shikijs/types": "3.13.0" 1421 } 1422 }, 1423 "node_modules/@shikijs/themes": { 1424 "version": "3.13.0", 1425 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.13.0.tgz", 1426 "integrity": "sha512-Vxw1Nm1/Od8jyA7QuAenaV78BG2nSr3/gCGdBkLpfLscddCkzkL36Q5b67SrLLfvAJTOUzW39x4FHVCFriPVgg==", 1427 "license": "MIT", 1428 "dependencies": { 1429 "@shikijs/types": "3.13.0" 1430 } 1431 }, 1432 "node_modules/@shikijs/types": { 1433 "version": "3.13.0", 1434 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.13.0.tgz", 1435 "integrity": "sha512-oM9P+NCFri/mmQ8LoFGVfVyemm5Hi27330zuOBp0annwJdKH1kOLndw3zCtAVDehPLg9fKqoEx3Ht/wNZxolfw==", 1436 "license": "MIT", 1437 "dependencies": { 1438 "@shikijs/vscode-textmate": "^10.0.2", 1439 "@types/hast": "^3.0.4" 1440 } 1441 }, 1442 "node_modules/@shikijs/vscode-textmate": { 1443 "version": "10.0.2", 1444 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", 1445 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", 1446 "license": "MIT" 1447 }, 1448 "node_modules/@swc/helpers": { 1449 "version": "0.5.17", 1450 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz", 1451 "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==", 1452 "license": "Apache-2.0", 1453 "dependencies": { 1454 "tslib": "^2.8.0" 1455 } 1456 }, 1457 "node_modules/@tailwindcss/node": { 1458 "version": "4.1.16", 1459 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.16.tgz", 1460 "integrity": "sha512-BX5iaSsloNuvKNHRN3k2RcCuTEgASTo77mofW0vmeHkfrDWaoFAFvNHpEgtu0eqyypcyiBkDWzSMxJhp3AUVcw==", 1461 "license": "MIT", 1462 "dependencies": { 1463 "@jridgewell/remapping": "^2.3.4", 1464 "enhanced-resolve": "^5.18.3", 1465 "jiti": "^2.6.1", 1466 "lightningcss": "1.30.2", 1467 "magic-string": "^0.30.19", 1468 "source-map-js": "^1.2.1", 1469 "tailwindcss": "4.1.16" 1470 } 1471 }, 1472 "node_modules/@tailwindcss/oxide": { 1473 "version": "4.1.16", 1474 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.16.tgz", 1475 "integrity": "sha512-2OSv52FRuhdlgyOQqgtQHuCgXnS8nFSYRp2tJ+4WZXKgTxqPy7SMSls8c3mPT5pkZ17SBToGM5LHEJBO7miEdg==", 1476 "license": "MIT", 1477 "engines": { 1478 "node": ">= 10" 1479 }, 1480 "optionalDependencies": { 1481 "@tailwindcss/oxide-android-arm64": "4.1.16", 1482 "@tailwindcss/oxide-darwin-arm64": "4.1.16", 1483 "@tailwindcss/oxide-darwin-x64": "4.1.16", 1484 "@tailwindcss/oxide-freebsd-x64": "4.1.16", 1485 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.16", 1486 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.16", 1487 "@tailwindcss/oxide-linux-arm64-musl": "4.1.16", 1488 "@tailwindcss/oxide-linux-x64-gnu": "4.1.16", 1489 "@tailwindcss/oxide-linux-x64-musl": "4.1.16", 1490 "@tailwindcss/oxide-wasm32-wasi": "4.1.16", 1491 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.16", 1492 "@tailwindcss/oxide-win32-x64-msvc": "4.1.16" 1493 } 1494 }, 1495 "node_modules/@tailwindcss/oxide-android-arm64": { 1496 "version": "4.1.16", 1497 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.16.tgz", 1498 "integrity": "sha512-8+ctzkjHgwDJ5caq9IqRSgsP70xhdhJvm+oueS/yhD5ixLhqTw9fSL1OurzMUhBwE5zK26FXLCz2f/RtkISqHA==", 1499 "cpu": [ 1500 "arm64" 1501 ], 1502 "license": "MIT", 1503 "optional": true, 1504 "os": [ 1505 "android" 1506 ], 1507 "engines": { 1508 "node": ">= 10" 1509 } 1510 }, 1511 "node_modules/@tailwindcss/oxide-darwin-arm64": { 1512 "version": "4.1.16", 1513 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.16.tgz", 1514 "integrity": "sha512-C3oZy5042v2FOALBZtY0JTDnGNdS6w7DxL/odvSny17ORUnaRKhyTse8xYi3yKGyfnTUOdavRCdmc8QqJYwFKA==", 1515 "cpu": [ 1516 "arm64" 1517 ], 1518 "license": "MIT", 1519 "optional": true, 1520 "os": [ 1521 "darwin" 1522 ], 1523 "engines": { 1524 "node": ">= 10" 1525 } 1526 }, 1527 "node_modules/@tailwindcss/oxide-darwin-x64": { 1528 "version": "4.1.16", 1529 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.16.tgz", 1530 "integrity": "sha512-vjrl/1Ub9+JwU6BP0emgipGjowzYZMjbWCDqwA2Z4vCa+HBSpP4v6U2ddejcHsolsYxwL5r4bPNoamlV0xDdLg==", 1531 "cpu": [ 1532 "x64" 1533 ], 1534 "license": "MIT", 1535 "optional": true, 1536 "os": [ 1537 "darwin" 1538 ], 1539 "engines": { 1540 "node": ">= 10" 1541 } 1542 }, 1543 "node_modules/@tailwindcss/oxide-freebsd-x64": { 1544 "version": "4.1.16", 1545 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.16.tgz", 1546 "integrity": "sha512-TSMpPYpQLm+aR1wW5rKuUuEruc/oOX3C7H0BTnPDn7W/eMw8W+MRMpiypKMkXZfwH8wqPIRKppuZoedTtNj2tg==", 1547 "cpu": [ 1548 "x64" 1549 ], 1550 "license": "MIT", 1551 "optional": true, 1552 "os": [ 1553 "freebsd" 1554 ], 1555 "engines": { 1556 "node": ">= 10" 1557 } 1558 }, 1559 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { 1560 "version": "4.1.16", 1561 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.16.tgz", 1562 "integrity": "sha512-p0GGfRg/w0sdsFKBjMYvvKIiKy/LNWLWgV/plR4lUgrsxFAoQBFrXkZ4C0w8IOXfslB9vHK/JGASWD2IefIpvw==", 1563 "cpu": [ 1564 "arm" 1565 ], 1566 "license": "MIT", 1567 "optional": true, 1568 "os": [ 1569 "linux" 1570 ], 1571 "engines": { 1572 "node": ">= 10" 1573 } 1574 }, 1575 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { 1576 "version": "4.1.16", 1577 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.16.tgz", 1578 "integrity": "sha512-DoixyMmTNO19rwRPdqviTrG1rYzpxgyYJl8RgQvdAQUzxC1ToLRqtNJpU/ATURSKgIg6uerPw2feW0aS8SNr/w==", 1579 "cpu": [ 1580 "arm64" 1581 ], 1582 "license": "MIT", 1583 "optional": true, 1584 "os": [ 1585 "linux" 1586 ], 1587 "engines": { 1588 "node": ">= 10" 1589 } 1590 }, 1591 "node_modules/@tailwindcss/oxide-linux-arm64-musl": { 1592 "version": "4.1.16", 1593 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.16.tgz", 1594 "integrity": "sha512-H81UXMa9hJhWhaAUca6bU2wm5RRFpuHImrwXBUvPbYb+3jo32I9VIwpOX6hms0fPmA6f2pGVlybO6qU8pF4fzQ==", 1595 "cpu": [ 1596 "arm64" 1597 ], 1598 "license": "MIT", 1599 "optional": true, 1600 "os": [ 1601 "linux" 1602 ], 1603 "engines": { 1604 "node": ">= 10" 1605 } 1606 }, 1607 "node_modules/@tailwindcss/oxide-linux-x64-gnu": { 1608 "version": "4.1.16", 1609 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.16.tgz", 1610 "integrity": "sha512-ZGHQxDtFC2/ruo7t99Qo2TTIvOERULPl5l0K1g0oK6b5PGqjYMga+FcY1wIUnrUxY56h28FxybtDEla+ICOyew==", 1611 "cpu": [ 1612 "x64" 1613 ], 1614 "license": "MIT", 1615 "optional": true, 1616 "os": [ 1617 "linux" 1618 ], 1619 "engines": { 1620 "node": ">= 10" 1621 } 1622 }, 1623 "node_modules/@tailwindcss/oxide-linux-x64-musl": { 1624 "version": "4.1.16", 1625 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.16.tgz", 1626 "integrity": "sha512-Oi1tAaa0rcKf1Og9MzKeINZzMLPbhxvm7rno5/zuP1WYmpiG0bEHq4AcRUiG2165/WUzvxkW4XDYCscZWbTLZw==", 1627 "cpu": [ 1628 "x64" 1629 ], 1630 "license": "MIT", 1631 "optional": true, 1632 "os": [ 1633 "linux" 1634 ], 1635 "engines": { 1636 "node": ">= 10" 1637 } 1638 }, 1639 "node_modules/@tailwindcss/oxide-wasm32-wasi": { 1640 "version": "4.1.16", 1641 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.16.tgz", 1642 "integrity": "sha512-B01u/b8LteGRwucIBmCQ07FVXLzImWESAIMcUU6nvFt/tYsQ6IHz8DmZ5KtvmwxD+iTYBtM1xwoGXswnlu9v0Q==", 1643 "bundleDependencies": [ 1644 "@napi-rs/wasm-runtime", 1645 "@emnapi/core", 1646 "@emnapi/runtime", 1647 "@tybys/wasm-util", 1648 "@emnapi/wasi-threads", 1649 "tslib" 1650 ], 1651 "cpu": [ 1652 "wasm32" 1653 ], 1654 "license": "MIT", 1655 "optional": true, 1656 "dependencies": { 1657 "@emnapi/core": "^1.5.0", 1658 "@emnapi/runtime": "^1.5.0", 1659 "@emnapi/wasi-threads": "^1.1.0", 1660 "@napi-rs/wasm-runtime": "^1.0.7", 1661 "@tybys/wasm-util": "^0.10.1", 1662 "tslib": "^2.4.0" 1663 }, 1664 "engines": { 1665 "node": ">=14.0.0" 1666 } 1667 }, 1668 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { 1669 "version": "4.1.16", 1670 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.16.tgz", 1671 "integrity": "sha512-zX+Q8sSkGj6HKRTMJXuPvOcP8XfYON24zJBRPlszcH1Np7xuHXhWn8qfFjIujVzvH3BHU+16jBXwgpl20i+v9A==", 1672 "cpu": [ 1673 "arm64" 1674 ], 1675 "license": "MIT", 1676 "optional": true, 1677 "os": [ 1678 "win32" 1679 ], 1680 "engines": { 1681 "node": ">= 10" 1682 } 1683 }, 1684 "node_modules/@tailwindcss/oxide-win32-x64-msvc": { 1685 "version": "4.1.16", 1686 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.16.tgz", 1687 "integrity": "sha512-m5dDFJUEejbFqP+UXVstd4W/wnxA4F61q8SoL+mqTypId2T2ZpuxosNSgowiCnLp2+Z+rivdU0AqpfgiD7yCBg==", 1688 "cpu": [ 1689 "x64" 1690 ], 1691 "license": "MIT", 1692 "optional": true, 1693 "os": [ 1694 "win32" 1695 ], 1696 "engines": { 1697 "node": ">= 10" 1698 } 1699 }, 1700 "node_modules/@tailwindcss/vite": { 1701 "version": "4.1.16", 1702 "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.16.tgz", 1703 "integrity": "sha512-bbguNBcDxsRmi9nnlWJxhfDWamY3lmcyACHcdO1crxfzuLpOhHLLtEIN/nCbbAtj5rchUgQD17QVAKi1f7IsKg==", 1704 "license": "MIT", 1705 "dependencies": { 1706 "@tailwindcss/node": "4.1.16", 1707 "@tailwindcss/oxide": "4.1.16", 1708 "tailwindcss": "4.1.16" 1709 }, 1710 "peerDependencies": { 1711 "vite": "^5.2.0 || ^6 || ^7" 1712 } 1713 }, 1714 "node_modules/@types/debug": { 1715 "version": "4.1.12", 1716 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1717 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1718 "license": "MIT", 1719 "dependencies": { 1720 "@types/ms": "*" 1721 } 1722 }, 1723 "node_modules/@types/estree": { 1724 "version": "1.0.8", 1725 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", 1726 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", 1727 "license": "MIT" 1728 }, 1729 "node_modules/@types/fontkit": { 1730 "version": "2.0.8", 1731 "resolved": "https://registry.npmjs.org/@types/fontkit/-/fontkit-2.0.8.tgz", 1732 "integrity": "sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==", 1733 "license": "MIT", 1734 "dependencies": { 1735 "@types/node": "*" 1736 } 1737 }, 1738 "node_modules/@types/hast": { 1739 "version": "3.0.4", 1740 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 1741 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 1742 "license": "MIT", 1743 "dependencies": { 1744 "@types/unist": "*" 1745 } 1746 }, 1747 "node_modules/@types/mdast": { 1748 "version": "4.0.4", 1749 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 1750 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 1751 "license": "MIT", 1752 "dependencies": { 1753 "@types/unist": "*" 1754 } 1755 }, 1756 "node_modules/@types/ms": { 1757 "version": "2.1.0", 1758 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 1759 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 1760 "license": "MIT" 1761 }, 1762 "node_modules/@types/nlcst": { 1763 "version": "2.0.3", 1764 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", 1765 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", 1766 "license": "MIT", 1767 "dependencies": { 1768 "@types/unist": "*" 1769 } 1770 }, 1771 "node_modules/@types/node": { 1772 "version": "24.9.1", 1773 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz", 1774 "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==", 1775 "license": "MIT", 1776 "dependencies": { 1777 "undici-types": "~7.16.0" 1778 } 1779 }, 1780 "node_modules/@types/unist": { 1781 "version": "3.0.3", 1782 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 1783 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 1784 "license": "MIT" 1785 }, 1786 "node_modules/@ungap/structured-clone": { 1787 "version": "1.3.0", 1788 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", 1789 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", 1790 "license": "ISC" 1791 }, 1792 "node_modules/acorn": { 1793 "version": "8.15.0", 1794 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", 1795 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", 1796 "license": "MIT", 1797 "bin": { 1798 "acorn": "bin/acorn" 1799 }, 1800 "engines": { 1801 "node": ">=0.4.0" 1802 } 1803 }, 1804 "node_modules/ansi-align": { 1805 "version": "3.0.1", 1806 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 1807 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 1808 "license": "ISC", 1809 "dependencies": { 1810 "string-width": "^4.1.0" 1811 } 1812 }, 1813 "node_modules/ansi-align/node_modules/ansi-regex": { 1814 "version": "5.0.1", 1815 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 1816 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 1817 "license": "MIT", 1818 "engines": { 1819 "node": ">=8" 1820 } 1821 }, 1822 "node_modules/ansi-align/node_modules/emoji-regex": { 1823 "version": "8.0.0", 1824 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 1825 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 1826 "license": "MIT" 1827 }, 1828 "node_modules/ansi-align/node_modules/string-width": { 1829 "version": "4.2.3", 1830 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 1831 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 1832 "license": "MIT", 1833 "dependencies": { 1834 "emoji-regex": "^8.0.0", 1835 "is-fullwidth-code-point": "^3.0.0", 1836 "strip-ansi": "^6.0.1" 1837 }, 1838 "engines": { 1839 "node": ">=8" 1840 } 1841 }, 1842 "node_modules/ansi-align/node_modules/strip-ansi": { 1843 "version": "6.0.1", 1844 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 1845 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 1846 "license": "MIT", 1847 "dependencies": { 1848 "ansi-regex": "^5.0.1" 1849 }, 1850 "engines": { 1851 "node": ">=8" 1852 } 1853 }, 1854 "node_modules/ansi-regex": { 1855 "version": "6.2.2", 1856 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", 1857 "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", 1858 "license": "MIT", 1859 "engines": { 1860 "node": ">=12" 1861 }, 1862 "funding": { 1863 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 1864 } 1865 }, 1866 "node_modules/ansi-styles": { 1867 "version": "6.2.3", 1868 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", 1869 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", 1870 "license": "MIT", 1871 "engines": { 1872 "node": ">=12" 1873 }, 1874 "funding": { 1875 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 1876 } 1877 }, 1878 "node_modules/anymatch": { 1879 "version": "3.1.3", 1880 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 1881 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 1882 "license": "ISC", 1883 "dependencies": { 1884 "normalize-path": "^3.0.0", 1885 "picomatch": "^2.0.4" 1886 }, 1887 "engines": { 1888 "node": ">= 8" 1889 } 1890 }, 1891 "node_modules/anymatch/node_modules/picomatch": { 1892 "version": "2.3.1", 1893 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 1894 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 1895 "license": "MIT", 1896 "engines": { 1897 "node": ">=8.6" 1898 }, 1899 "funding": { 1900 "url": "https://github.com/sponsors/jonschlinkert" 1901 } 1902 }, 1903 "node_modules/argparse": { 1904 "version": "2.0.1", 1905 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 1906 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 1907 "license": "Python-2.0" 1908 }, 1909 "node_modules/aria-query": { 1910 "version": "5.3.2", 1911 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", 1912 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", 1913 "license": "Apache-2.0", 1914 "engines": { 1915 "node": ">= 0.4" 1916 } 1917 }, 1918 "node_modules/array-iterate": { 1919 "version": "2.0.1", 1920 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 1921 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 1922 "license": "MIT", 1923 "funding": { 1924 "type": "github", 1925 "url": "https://github.com/sponsors/wooorm" 1926 } 1927 }, 1928 "node_modules/astro": { 1929 "version": "5.15.1", 1930 "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.1.tgz", 1931 "integrity": "sha512-VM679M1qxOjGo6q3vKYDNDddkALGgMopG93IwbEXd3Buc2xVLuuPj4HNziNugSbPQx5S6UReMp5uzw10EJN81A==", 1932 "license": "MIT", 1933 "dependencies": { 1934 "@astrojs/compiler": "^2.12.2", 1935 "@astrojs/internal-helpers": "0.7.4", 1936 "@astrojs/markdown-remark": "6.3.8", 1937 "@astrojs/telemetry": "3.3.0", 1938 "@capsizecss/unpack": "^3.0.0", 1939 "@oslojs/encoding": "^1.1.0", 1940 "@rollup/pluginutils": "^5.2.0", 1941 "acorn": "^8.15.0", 1942 "aria-query": "^5.3.2", 1943 "axobject-query": "^4.1.0", 1944 "boxen": "8.0.1", 1945 "ci-info": "^4.3.0", 1946 "clsx": "^2.1.1", 1947 "common-ancestor-path": "^1.0.1", 1948 "cookie": "^1.0.2", 1949 "cssesc": "^3.0.0", 1950 "debug": "^4.4.1", 1951 "deterministic-object-hash": "^2.0.2", 1952 "devalue": "^5.3.2", 1953 "diff": "^5.2.0", 1954 "dlv": "^1.1.3", 1955 "dset": "^3.1.4", 1956 "es-module-lexer": "^1.7.0", 1957 "esbuild": "^0.25.0", 1958 "estree-walker": "^3.0.3", 1959 "flattie": "^1.1.1", 1960 "fontace": "~0.3.0", 1961 "github-slugger": "^2.0.0", 1962 "html-escaper": "3.0.3", 1963 "http-cache-semantics": "^4.2.0", 1964 "import-meta-resolve": "^4.2.0", 1965 "js-yaml": "^4.1.0", 1966 "magic-string": "^0.30.18", 1967 "magicast": "^0.3.5", 1968 "mrmime": "^2.0.1", 1969 "neotraverse": "^0.6.18", 1970 "p-limit": "^6.2.0", 1971 "p-queue": "^8.1.0", 1972 "package-manager-detector": "^1.3.0", 1973 "picocolors": "^1.1.1", 1974 "picomatch": "^4.0.3", 1975 "prompts": "^2.4.2", 1976 "rehype": "^13.0.2", 1977 "semver": "^7.7.2", 1978 "shiki": "^3.12.0", 1979 "smol-toml": "^1.4.2", 1980 "tinyexec": "^1.0.1", 1981 "tinyglobby": "^0.2.14", 1982 "tsconfck": "^3.1.6", 1983 "ultrahtml": "^1.6.0", 1984 "unifont": "~0.6.0", 1985 "unist-util-visit": "^5.0.0", 1986 "unstorage": "^1.17.0", 1987 "vfile": "^6.0.3", 1988 "vite": "^6.3.6", 1989 "vitefu": "^1.1.1", 1990 "xxhash-wasm": "^1.1.0", 1991 "yargs-parser": "^21.1.1", 1992 "yocto-spinner": "^0.2.3", 1993 "zod": "^3.25.76", 1994 "zod-to-json-schema": "^3.24.6", 1995 "zod-to-ts": "^1.2.0" 1996 }, 1997 "bin": { 1998 "astro": "astro.js" 1999 }, 2000 "engines": { 2001 "node": "18.20.8 || ^20.3.0 || >=22.0.0", 2002 "npm": ">=9.6.5", 2003 "pnpm": ">=7.1.0" 2004 }, 2005 "funding": { 2006 "type": "opencollective", 2007 "url": "https://opencollective.com/astrodotbuild" 2008 }, 2009 "optionalDependencies": { 2010 "sharp": "^0.34.0" 2011 } 2012 }, 2013 "node_modules/autoprefixer": { 2014 "version": "10.4.21", 2015 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz", 2016 "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==", 2017 "funding": [ 2018 { 2019 "type": "opencollective", 2020 "url": "https://opencollective.com/postcss/" 2021 }, 2022 { 2023 "type": "tidelift", 2024 "url": "https://tidelift.com/funding/github/npm/autoprefixer" 2025 }, 2026 { 2027 "type": "github", 2028 "url": "https://github.com/sponsors/ai" 2029 } 2030 ], 2031 "license": "MIT", 2032 "dependencies": { 2033 "browserslist": "^4.24.4", 2034 "caniuse-lite": "^1.0.30001702", 2035 "fraction.js": "^4.3.7", 2036 "normalize-range": "^0.1.2", 2037 "picocolors": "^1.1.1", 2038 "postcss-value-parser": "^4.2.0" 2039 }, 2040 "bin": { 2041 "autoprefixer": "bin/autoprefixer" 2042 }, 2043 "engines": { 2044 "node": "^10 || ^12 || >=14" 2045 }, 2046 "peerDependencies": { 2047 "postcss": "^8.1.0" 2048 } 2049 }, 2050 "node_modules/axobject-query": { 2051 "version": "4.1.0", 2052 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", 2053 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", 2054 "license": "Apache-2.0", 2055 "engines": { 2056 "node": ">= 0.4" 2057 } 2058 }, 2059 "node_modules/bail": { 2060 "version": "2.0.2", 2061 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 2062 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 2063 "license": "MIT", 2064 "funding": { 2065 "type": "github", 2066 "url": "https://github.com/sponsors/wooorm" 2067 } 2068 }, 2069 "node_modules/base-64": { 2070 "version": "1.0.0", 2071 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", 2072 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==", 2073 "license": "MIT" 2074 }, 2075 "node_modules/base64-js": { 2076 "version": "1.5.1", 2077 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", 2078 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", 2079 "funding": [ 2080 { 2081 "type": "github", 2082 "url": "https://github.com/sponsors/feross" 2083 }, 2084 { 2085 "type": "patreon", 2086 "url": "https://www.patreon.com/feross" 2087 }, 2088 { 2089 "type": "consulting", 2090 "url": "https://feross.org/support" 2091 } 2092 ], 2093 "license": "MIT" 2094 }, 2095 "node_modules/baseline-browser-mapping": { 2096 "version": "2.8.20", 2097 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz", 2098 "integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==", 2099 "license": "Apache-2.0", 2100 "bin": { 2101 "baseline-browser-mapping": "dist/cli.js" 2102 } 2103 }, 2104 "node_modules/boxen": { 2105 "version": "8.0.1", 2106 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz", 2107 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==", 2108 "license": "MIT", 2109 "dependencies": { 2110 "ansi-align": "^3.0.1", 2111 "camelcase": "^8.0.0", 2112 "chalk": "^5.3.0", 2113 "cli-boxes": "^3.0.0", 2114 "string-width": "^7.2.0", 2115 "type-fest": "^4.21.0", 2116 "widest-line": "^5.0.0", 2117 "wrap-ansi": "^9.0.0" 2118 }, 2119 "engines": { 2120 "node": ">=18" 2121 }, 2122 "funding": { 2123 "url": "https://github.com/sponsors/sindresorhus" 2124 } 2125 }, 2126 "node_modules/brotli": { 2127 "version": "1.3.3", 2128 "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz", 2129 "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==", 2130 "license": "MIT", 2131 "dependencies": { 2132 "base64-js": "^1.1.2" 2133 } 2134 }, 2135 "node_modules/browserslist": { 2136 "version": "4.27.0", 2137 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz", 2138 "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==", 2139 "funding": [ 2140 { 2141 "type": "opencollective", 2142 "url": "https://opencollective.com/browserslist" 2143 }, 2144 { 2145 "type": "tidelift", 2146 "url": "https://tidelift.com/funding/github/npm/browserslist" 2147 }, 2148 { 2149 "type": "github", 2150 "url": "https://github.com/sponsors/ai" 2151 } 2152 ], 2153 "license": "MIT", 2154 "dependencies": { 2155 "baseline-browser-mapping": "^2.8.19", 2156 "caniuse-lite": "^1.0.30001751", 2157 "electron-to-chromium": "^1.5.238", 2158 "node-releases": "^2.0.26", 2159 "update-browserslist-db": "^1.1.4" 2160 }, 2161 "bin": { 2162 "browserslist": "cli.js" 2163 }, 2164 "engines": { 2165 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 2166 } 2167 }, 2168 "node_modules/camelcase": { 2169 "version": "8.0.0", 2170 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", 2171 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", 2172 "license": "MIT", 2173 "engines": { 2174 "node": ">=16" 2175 }, 2176 "funding": { 2177 "url": "https://github.com/sponsors/sindresorhus" 2178 } 2179 }, 2180 "node_modules/caniuse-lite": { 2181 "version": "1.0.30001751", 2182 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz", 2183 "integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==", 2184 "funding": [ 2185 { 2186 "type": "opencollective", 2187 "url": "https://opencollective.com/browserslist" 2188 }, 2189 { 2190 "type": "tidelift", 2191 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 2192 }, 2193 { 2194 "type": "github", 2195 "url": "https://github.com/sponsors/ai" 2196 } 2197 ], 2198 "license": "CC-BY-4.0" 2199 }, 2200 "node_modules/ccount": { 2201 "version": "2.0.1", 2202 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 2203 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 2204 "license": "MIT", 2205 "funding": { 2206 "type": "github", 2207 "url": "https://github.com/sponsors/wooorm" 2208 } 2209 }, 2210 "node_modules/chalk": { 2211 "version": "5.6.2", 2212 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", 2213 "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", 2214 "license": "MIT", 2215 "engines": { 2216 "node": "^12.17.0 || ^14.13 || >=16.0.0" 2217 }, 2218 "funding": { 2219 "url": "https://github.com/chalk/chalk?sponsor=1" 2220 } 2221 }, 2222 "node_modules/character-entities": { 2223 "version": "2.0.2", 2224 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 2225 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 2226 "license": "MIT", 2227 "funding": { 2228 "type": "github", 2229 "url": "https://github.com/sponsors/wooorm" 2230 } 2231 }, 2232 "node_modules/character-entities-html4": { 2233 "version": "2.1.0", 2234 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 2235 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 2236 "license": "MIT", 2237 "funding": { 2238 "type": "github", 2239 "url": "https://github.com/sponsors/wooorm" 2240 } 2241 }, 2242 "node_modules/character-entities-legacy": { 2243 "version": "3.0.0", 2244 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 2245 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 2246 "license": "MIT", 2247 "funding": { 2248 "type": "github", 2249 "url": "https://github.com/sponsors/wooorm" 2250 } 2251 }, 2252 "node_modules/chokidar": { 2253 "version": "4.0.3", 2254 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", 2255 "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", 2256 "license": "MIT", 2257 "dependencies": { 2258 "readdirp": "^4.0.1" 2259 }, 2260 "engines": { 2261 "node": ">= 14.16.0" 2262 }, 2263 "funding": { 2264 "url": "https://paulmillr.com/funding/" 2265 } 2266 }, 2267 "node_modules/ci-info": { 2268 "version": "4.3.1", 2269 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz", 2270 "integrity": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==", 2271 "funding": [ 2272 { 2273 "type": "github", 2274 "url": "https://github.com/sponsors/sibiraj-s" 2275 } 2276 ], 2277 "license": "MIT", 2278 "engines": { 2279 "node": ">=8" 2280 } 2281 }, 2282 "node_modules/cli-boxes": { 2283 "version": "3.0.0", 2284 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 2285 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 2286 "license": "MIT", 2287 "engines": { 2288 "node": ">=10" 2289 }, 2290 "funding": { 2291 "url": "https://github.com/sponsors/sindresorhus" 2292 } 2293 }, 2294 "node_modules/clone": { 2295 "version": "2.1.2", 2296 "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", 2297 "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", 2298 "license": "MIT", 2299 "engines": { 2300 "node": ">=0.8" 2301 } 2302 }, 2303 "node_modules/clsx": { 2304 "version": "2.1.1", 2305 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 2306 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 2307 "license": "MIT", 2308 "engines": { 2309 "node": ">=6" 2310 } 2311 }, 2312 "node_modules/comma-separated-tokens": { 2313 "version": "2.0.3", 2314 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 2315 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 2316 "license": "MIT", 2317 "funding": { 2318 "type": "github", 2319 "url": "https://github.com/sponsors/wooorm" 2320 } 2321 }, 2322 "node_modules/common-ancestor-path": { 2323 "version": "1.0.1", 2324 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", 2325 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", 2326 "license": "ISC" 2327 }, 2328 "node_modules/cookie": { 2329 "version": "1.0.2", 2330 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", 2331 "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", 2332 "license": "MIT", 2333 "engines": { 2334 "node": ">=18" 2335 } 2336 }, 2337 "node_modules/cookie-es": { 2338 "version": "1.2.2", 2339 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz", 2340 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==", 2341 "license": "MIT" 2342 }, 2343 "node_modules/crossws": { 2344 "version": "0.3.5", 2345 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz", 2346 "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==", 2347 "license": "MIT", 2348 "dependencies": { 2349 "uncrypto": "^0.1.3" 2350 } 2351 }, 2352 "node_modules/css-tree": { 2353 "version": "3.1.0", 2354 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz", 2355 "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==", 2356 "license": "MIT", 2357 "dependencies": { 2358 "mdn-data": "2.12.2", 2359 "source-map-js": "^1.0.1" 2360 }, 2361 "engines": { 2362 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 2363 } 2364 }, 2365 "node_modules/cssesc": { 2366 "version": "3.0.0", 2367 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 2368 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 2369 "license": "MIT", 2370 "bin": { 2371 "cssesc": "bin/cssesc" 2372 }, 2373 "engines": { 2374 "node": ">=4" 2375 } 2376 }, 2377 "node_modules/daisyui": { 2378 "version": "5.3.9", 2379 "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.3.9.tgz", 2380 "integrity": "sha512-741x1pGGSGHcrBYtdE7iKbqW1OoiijYdAZ8oJPZR9MhSKLcMBlHjKfN3YlM2/K7t5jd7O0sg4SqkVNPylalRFw==", 2381 "license": "MIT", 2382 "funding": { 2383 "url": "https://github.com/saadeghi/daisyui?sponsor=1" 2384 } 2385 }, 2386 "node_modules/debug": { 2387 "version": "4.4.3", 2388 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", 2389 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", 2390 "license": "MIT", 2391 "dependencies": { 2392 "ms": "^2.1.3" 2393 }, 2394 "engines": { 2395 "node": ">=6.0" 2396 }, 2397 "peerDependenciesMeta": { 2398 "supports-color": { 2399 "optional": true 2400 } 2401 } 2402 }, 2403 "node_modules/decode-named-character-reference": { 2404 "version": "1.2.0", 2405 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz", 2406 "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==", 2407 "license": "MIT", 2408 "dependencies": { 2409 "character-entities": "^2.0.0" 2410 }, 2411 "funding": { 2412 "type": "github", 2413 "url": "https://github.com/sponsors/wooorm" 2414 } 2415 }, 2416 "node_modules/defu": { 2417 "version": "6.1.4", 2418 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", 2419 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", 2420 "license": "MIT" 2421 }, 2422 "node_modules/dequal": { 2423 "version": "2.0.3", 2424 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 2425 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 2426 "license": "MIT", 2427 "engines": { 2428 "node": ">=6" 2429 } 2430 }, 2431 "node_modules/destr": { 2432 "version": "2.0.5", 2433 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz", 2434 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==", 2435 "license": "MIT" 2436 }, 2437 "node_modules/detect-libc": { 2438 "version": "2.1.2", 2439 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", 2440 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", 2441 "license": "Apache-2.0", 2442 "engines": { 2443 "node": ">=8" 2444 } 2445 }, 2446 "node_modules/deterministic-object-hash": { 2447 "version": "2.0.2", 2448 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", 2449 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", 2450 "license": "MIT", 2451 "dependencies": { 2452 "base-64": "^1.0.0" 2453 }, 2454 "engines": { 2455 "node": ">=18" 2456 } 2457 }, 2458 "node_modules/devalue": { 2459 "version": "5.4.2", 2460 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.4.2.tgz", 2461 "integrity": "sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==", 2462 "license": "MIT" 2463 }, 2464 "node_modules/devlop": { 2465 "version": "1.1.0", 2466 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 2467 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 2468 "license": "MIT", 2469 "dependencies": { 2470 "dequal": "^2.0.0" 2471 }, 2472 "funding": { 2473 "type": "github", 2474 "url": "https://github.com/sponsors/wooorm" 2475 } 2476 }, 2477 "node_modules/dfa": { 2478 "version": "1.2.0", 2479 "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz", 2480 "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==", 2481 "license": "MIT" 2482 }, 2483 "node_modules/diff": { 2484 "version": "5.2.0", 2485 "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", 2486 "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", 2487 "license": "BSD-3-Clause", 2488 "engines": { 2489 "node": ">=0.3.1" 2490 } 2491 }, 2492 "node_modules/dlv": { 2493 "version": "1.1.3", 2494 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 2495 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", 2496 "license": "MIT" 2497 }, 2498 "node_modules/dset": { 2499 "version": "3.1.4", 2500 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", 2501 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", 2502 "license": "MIT", 2503 "engines": { 2504 "node": ">=4" 2505 } 2506 }, 2507 "node_modules/electron-to-chromium": { 2508 "version": "1.5.240", 2509 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz", 2510 "integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==", 2511 "license": "ISC" 2512 }, 2513 "node_modules/emoji-regex": { 2514 "version": "10.6.0", 2515 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", 2516 "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", 2517 "license": "MIT" 2518 }, 2519 "node_modules/enhanced-resolve": { 2520 "version": "5.18.3", 2521 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", 2522 "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", 2523 "license": "MIT", 2524 "dependencies": { 2525 "graceful-fs": "^4.2.4", 2526 "tapable": "^2.2.0" 2527 }, 2528 "engines": { 2529 "node": ">=10.13.0" 2530 } 2531 }, 2532 "node_modules/entities": { 2533 "version": "6.0.1", 2534 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", 2535 "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", 2536 "license": "BSD-2-Clause", 2537 "engines": { 2538 "node": ">=0.12" 2539 }, 2540 "funding": { 2541 "url": "https://github.com/fb55/entities?sponsor=1" 2542 } 2543 }, 2544 "node_modules/es-module-lexer": { 2545 "version": "1.7.0", 2546 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", 2547 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", 2548 "license": "MIT" 2549 }, 2550 "node_modules/esbuild": { 2551 "version": "0.25.11", 2552 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.11.tgz", 2553 "integrity": "sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==", 2554 "hasInstallScript": true, 2555 "license": "MIT", 2556 "bin": { 2557 "esbuild": "bin/esbuild" 2558 }, 2559 "engines": { 2560 "node": ">=18" 2561 }, 2562 "optionalDependencies": { 2563 "@esbuild/aix-ppc64": "0.25.11", 2564 "@esbuild/android-arm": "0.25.11", 2565 "@esbuild/android-arm64": "0.25.11", 2566 "@esbuild/android-x64": "0.25.11", 2567 "@esbuild/darwin-arm64": "0.25.11", 2568 "@esbuild/darwin-x64": "0.25.11", 2569 "@esbuild/freebsd-arm64": "0.25.11", 2570 "@esbuild/freebsd-x64": "0.25.11", 2571 "@esbuild/linux-arm": "0.25.11", 2572 "@esbuild/linux-arm64": "0.25.11", 2573 "@esbuild/linux-ia32": "0.25.11", 2574 "@esbuild/linux-loong64": "0.25.11", 2575 "@esbuild/linux-mips64el": "0.25.11", 2576 "@esbuild/linux-ppc64": "0.25.11", 2577 "@esbuild/linux-riscv64": "0.25.11", 2578 "@esbuild/linux-s390x": "0.25.11", 2579 "@esbuild/linux-x64": "0.25.11", 2580 "@esbuild/netbsd-arm64": "0.25.11", 2581 "@esbuild/netbsd-x64": "0.25.11", 2582 "@esbuild/openbsd-arm64": "0.25.11", 2583 "@esbuild/openbsd-x64": "0.25.11", 2584 "@esbuild/openharmony-arm64": "0.25.11", 2585 "@esbuild/sunos-x64": "0.25.11", 2586 "@esbuild/win32-arm64": "0.25.11", 2587 "@esbuild/win32-ia32": "0.25.11", 2588 "@esbuild/win32-x64": "0.25.11" 2589 } 2590 }, 2591 "node_modules/escalade": { 2592 "version": "3.2.0", 2593 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", 2594 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", 2595 "license": "MIT", 2596 "engines": { 2597 "node": ">=6" 2598 } 2599 }, 2600 "node_modules/escape-string-regexp": { 2601 "version": "5.0.0", 2602 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 2603 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 2604 "license": "MIT", 2605 "engines": { 2606 "node": ">=12" 2607 }, 2608 "funding": { 2609 "url": "https://github.com/sponsors/sindresorhus" 2610 } 2611 }, 2612 "node_modules/estree-walker": { 2613 "version": "3.0.3", 2614 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 2615 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 2616 "license": "MIT", 2617 "dependencies": { 2618 "@types/estree": "^1.0.0" 2619 } 2620 }, 2621 "node_modules/eventemitter3": { 2622 "version": "5.0.1", 2623 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", 2624 "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", 2625 "license": "MIT" 2626 }, 2627 "node_modules/extend": { 2628 "version": "3.0.2", 2629 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 2630 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 2631 "license": "MIT" 2632 }, 2633 "node_modules/fast-deep-equal": { 2634 "version": "3.1.3", 2635 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 2636 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", 2637 "license": "MIT" 2638 }, 2639 "node_modules/fdir": { 2640 "version": "6.5.0", 2641 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", 2642 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", 2643 "license": "MIT", 2644 "engines": { 2645 "node": ">=12.0.0" 2646 }, 2647 "peerDependencies": { 2648 "picomatch": "^3 || ^4" 2649 }, 2650 "peerDependenciesMeta": { 2651 "picomatch": { 2652 "optional": true 2653 } 2654 } 2655 }, 2656 "node_modules/flattie": { 2657 "version": "1.1.1", 2658 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", 2659 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==", 2660 "license": "MIT", 2661 "engines": { 2662 "node": ">=8" 2663 } 2664 }, 2665 "node_modules/fontace": { 2666 "version": "0.3.1", 2667 "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.3.1.tgz", 2668 "integrity": "sha512-9f5g4feWT1jWT8+SbL85aLIRLIXUaDygaM2xPXRmzPYxrOMNok79Lr3FGJoKVNKibE0WCunNiEVG2mwuE+2qEg==", 2669 "license": "MIT", 2670 "dependencies": { 2671 "@types/fontkit": "^2.0.8", 2672 "fontkit": "^2.0.4" 2673 } 2674 }, 2675 "node_modules/fontkit": { 2676 "version": "2.0.4", 2677 "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz", 2678 "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==", 2679 "license": "MIT", 2680 "dependencies": { 2681 "@swc/helpers": "^0.5.12", 2682 "brotli": "^1.3.2", 2683 "clone": "^2.1.2", 2684 "dfa": "^1.2.0", 2685 "fast-deep-equal": "^3.1.3", 2686 "restructure": "^3.0.0", 2687 "tiny-inflate": "^1.0.3", 2688 "unicode-properties": "^1.4.0", 2689 "unicode-trie": "^2.0.0" 2690 } 2691 }, 2692 "node_modules/fraction.js": { 2693 "version": "4.3.7", 2694 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", 2695 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", 2696 "license": "MIT", 2697 "engines": { 2698 "node": "*" 2699 }, 2700 "funding": { 2701 "type": "patreon", 2702 "url": "https://github.com/sponsors/rawify" 2703 } 2704 }, 2705 "node_modules/fsevents": { 2706 "version": "2.3.3", 2707 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 2708 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 2709 "hasInstallScript": true, 2710 "license": "MIT", 2711 "optional": true, 2712 "os": [ 2713 "darwin" 2714 ], 2715 "engines": { 2716 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 2717 } 2718 }, 2719 "node_modules/get-east-asian-width": { 2720 "version": "1.4.0", 2721 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz", 2722 "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==", 2723 "license": "MIT", 2724 "engines": { 2725 "node": ">=18" 2726 }, 2727 "funding": { 2728 "url": "https://github.com/sponsors/sindresorhus" 2729 } 2730 }, 2731 "node_modules/github-slugger": { 2732 "version": "2.0.0", 2733 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 2734 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", 2735 "license": "ISC" 2736 }, 2737 "node_modules/graceful-fs": { 2738 "version": "4.2.11", 2739 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 2740 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 2741 "license": "ISC" 2742 }, 2743 "node_modules/h3": { 2744 "version": "1.15.4", 2745 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.4.tgz", 2746 "integrity": "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==", 2747 "license": "MIT", 2748 "dependencies": { 2749 "cookie-es": "^1.2.2", 2750 "crossws": "^0.3.5", 2751 "defu": "^6.1.4", 2752 "destr": "^2.0.5", 2753 "iron-webcrypto": "^1.2.1", 2754 "node-mock-http": "^1.0.2", 2755 "radix3": "^1.1.2", 2756 "ufo": "^1.6.1", 2757 "uncrypto": "^0.1.3" 2758 } 2759 }, 2760 "node_modules/hast-util-from-html": { 2761 "version": "2.0.3", 2762 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 2763 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 2764 "license": "MIT", 2765 "dependencies": { 2766 "@types/hast": "^3.0.0", 2767 "devlop": "^1.1.0", 2768 "hast-util-from-parse5": "^8.0.0", 2769 "parse5": "^7.0.0", 2770 "vfile": "^6.0.0", 2771 "vfile-message": "^4.0.0" 2772 }, 2773 "funding": { 2774 "type": "opencollective", 2775 "url": "https://opencollective.com/unified" 2776 } 2777 }, 2778 "node_modules/hast-util-from-parse5": { 2779 "version": "8.0.3", 2780 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz", 2781 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==", 2782 "license": "MIT", 2783 "dependencies": { 2784 "@types/hast": "^3.0.0", 2785 "@types/unist": "^3.0.0", 2786 "devlop": "^1.0.0", 2787 "hastscript": "^9.0.0", 2788 "property-information": "^7.0.0", 2789 "vfile": "^6.0.0", 2790 "vfile-location": "^5.0.0", 2791 "web-namespaces": "^2.0.0" 2792 }, 2793 "funding": { 2794 "type": "opencollective", 2795 "url": "https://opencollective.com/unified" 2796 } 2797 }, 2798 "node_modules/hast-util-is-element": { 2799 "version": "3.0.0", 2800 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 2801 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 2802 "license": "MIT", 2803 "dependencies": { 2804 "@types/hast": "^3.0.0" 2805 }, 2806 "funding": { 2807 "type": "opencollective", 2808 "url": "https://opencollective.com/unified" 2809 } 2810 }, 2811 "node_modules/hast-util-parse-selector": { 2812 "version": "4.0.0", 2813 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 2814 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 2815 "license": "MIT", 2816 "dependencies": { 2817 "@types/hast": "^3.0.0" 2818 }, 2819 "funding": { 2820 "type": "opencollective", 2821 "url": "https://opencollective.com/unified" 2822 } 2823 }, 2824 "node_modules/hast-util-raw": { 2825 "version": "9.1.0", 2826 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", 2827 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", 2828 "license": "MIT", 2829 "dependencies": { 2830 "@types/hast": "^3.0.0", 2831 "@types/unist": "^3.0.0", 2832 "@ungap/structured-clone": "^1.0.0", 2833 "hast-util-from-parse5": "^8.0.0", 2834 "hast-util-to-parse5": "^8.0.0", 2835 "html-void-elements": "^3.0.0", 2836 "mdast-util-to-hast": "^13.0.0", 2837 "parse5": "^7.0.0", 2838 "unist-util-position": "^5.0.0", 2839 "unist-util-visit": "^5.0.0", 2840 "vfile": "^6.0.0", 2841 "web-namespaces": "^2.0.0", 2842 "zwitch": "^2.0.0" 2843 }, 2844 "funding": { 2845 "type": "opencollective", 2846 "url": "https://opencollective.com/unified" 2847 } 2848 }, 2849 "node_modules/hast-util-to-html": { 2850 "version": "9.0.5", 2851 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", 2852 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", 2853 "license": "MIT", 2854 "dependencies": { 2855 "@types/hast": "^3.0.0", 2856 "@types/unist": "^3.0.0", 2857 "ccount": "^2.0.0", 2858 "comma-separated-tokens": "^2.0.0", 2859 "hast-util-whitespace": "^3.0.0", 2860 "html-void-elements": "^3.0.0", 2861 "mdast-util-to-hast": "^13.0.0", 2862 "property-information": "^7.0.0", 2863 "space-separated-tokens": "^2.0.0", 2864 "stringify-entities": "^4.0.0", 2865 "zwitch": "^2.0.4" 2866 }, 2867 "funding": { 2868 "type": "opencollective", 2869 "url": "https://opencollective.com/unified" 2870 } 2871 }, 2872 "node_modules/hast-util-to-parse5": { 2873 "version": "8.0.0", 2874 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", 2875 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", 2876 "license": "MIT", 2877 "dependencies": { 2878 "@types/hast": "^3.0.0", 2879 "comma-separated-tokens": "^2.0.0", 2880 "devlop": "^1.0.0", 2881 "property-information": "^6.0.0", 2882 "space-separated-tokens": "^2.0.0", 2883 "web-namespaces": "^2.0.0", 2884 "zwitch": "^2.0.0" 2885 }, 2886 "funding": { 2887 "type": "opencollective", 2888 "url": "https://opencollective.com/unified" 2889 } 2890 }, 2891 "node_modules/hast-util-to-parse5/node_modules/property-information": { 2892 "version": "6.5.0", 2893 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", 2894 "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", 2895 "license": "MIT", 2896 "funding": { 2897 "type": "github", 2898 "url": "https://github.com/sponsors/wooorm" 2899 } 2900 }, 2901 "node_modules/hast-util-to-text": { 2902 "version": "4.0.2", 2903 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", 2904 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", 2905 "license": "MIT", 2906 "dependencies": { 2907 "@types/hast": "^3.0.0", 2908 "@types/unist": "^3.0.0", 2909 "hast-util-is-element": "^3.0.0", 2910 "unist-util-find-after": "^5.0.0" 2911 }, 2912 "funding": { 2913 "type": "opencollective", 2914 "url": "https://opencollective.com/unified" 2915 } 2916 }, 2917 "node_modules/hast-util-whitespace": { 2918 "version": "3.0.0", 2919 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 2920 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 2921 "license": "MIT", 2922 "dependencies": { 2923 "@types/hast": "^3.0.0" 2924 }, 2925 "funding": { 2926 "type": "opencollective", 2927 "url": "https://opencollective.com/unified" 2928 } 2929 }, 2930 "node_modules/hastscript": { 2931 "version": "9.0.1", 2932 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", 2933 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", 2934 "license": "MIT", 2935 "dependencies": { 2936 "@types/hast": "^3.0.0", 2937 "comma-separated-tokens": "^2.0.0", 2938 "hast-util-parse-selector": "^4.0.0", 2939 "property-information": "^7.0.0", 2940 "space-separated-tokens": "^2.0.0" 2941 }, 2942 "funding": { 2943 "type": "opencollective", 2944 "url": "https://opencollective.com/unified" 2945 } 2946 }, 2947 "node_modules/html-escaper": { 2948 "version": "3.0.3", 2949 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", 2950 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", 2951 "license": "MIT" 2952 }, 2953 "node_modules/html-void-elements": { 2954 "version": "3.0.0", 2955 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 2956 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 2957 "license": "MIT", 2958 "funding": { 2959 "type": "github", 2960 "url": "https://github.com/sponsors/wooorm" 2961 } 2962 }, 2963 "node_modules/http-cache-semantics": { 2964 "version": "4.2.0", 2965 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", 2966 "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", 2967 "license": "BSD-2-Clause" 2968 }, 2969 "node_modules/import-meta-resolve": { 2970 "version": "4.2.0", 2971 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz", 2972 "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==", 2973 "license": "MIT", 2974 "funding": { 2975 "type": "github", 2976 "url": "https://github.com/sponsors/wooorm" 2977 } 2978 }, 2979 "node_modules/iron-webcrypto": { 2980 "version": "1.2.1", 2981 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", 2982 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", 2983 "license": "MIT", 2984 "funding": { 2985 "url": "https://github.com/sponsors/brc-dd" 2986 } 2987 }, 2988 "node_modules/is-docker": { 2989 "version": "3.0.0", 2990 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 2991 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 2992 "license": "MIT", 2993 "bin": { 2994 "is-docker": "cli.js" 2995 }, 2996 "engines": { 2997 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 2998 }, 2999 "funding": { 3000 "url": "https://github.com/sponsors/sindresorhus" 3001 } 3002 }, 3003 "node_modules/is-fullwidth-code-point": { 3004 "version": "3.0.0", 3005 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 3006 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 3007 "license": "MIT", 3008 "engines": { 3009 "node": ">=8" 3010 } 3011 }, 3012 "node_modules/is-inside-container": { 3013 "version": "1.0.0", 3014 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 3015 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 3016 "license": "MIT", 3017 "dependencies": { 3018 "is-docker": "^3.0.0" 3019 }, 3020 "bin": { 3021 "is-inside-container": "cli.js" 3022 }, 3023 "engines": { 3024 "node": ">=14.16" 3025 }, 3026 "funding": { 3027 "url": "https://github.com/sponsors/sindresorhus" 3028 } 3029 }, 3030 "node_modules/is-plain-obj": { 3031 "version": "4.1.0", 3032 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 3033 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 3034 "license": "MIT", 3035 "engines": { 3036 "node": ">=12" 3037 }, 3038 "funding": { 3039 "url": "https://github.com/sponsors/sindresorhus" 3040 } 3041 }, 3042 "node_modules/is-wsl": { 3043 "version": "3.1.0", 3044 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", 3045 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", 3046 "license": "MIT", 3047 "dependencies": { 3048 "is-inside-container": "^1.0.0" 3049 }, 3050 "engines": { 3051 "node": ">=16" 3052 }, 3053 "funding": { 3054 "url": "https://github.com/sponsors/sindresorhus" 3055 } 3056 }, 3057 "node_modules/jiti": { 3058 "version": "2.6.1", 3059 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", 3060 "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", 3061 "license": "MIT", 3062 "bin": { 3063 "jiti": "lib/jiti-cli.mjs" 3064 } 3065 }, 3066 "node_modules/js-yaml": { 3067 "version": "4.1.0", 3068 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 3069 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 3070 "license": "MIT", 3071 "dependencies": { 3072 "argparse": "^2.0.1" 3073 }, 3074 "bin": { 3075 "js-yaml": "bin/js-yaml.js" 3076 } 3077 }, 3078 "node_modules/kleur": { 3079 "version": "3.0.3", 3080 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 3081 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 3082 "license": "MIT", 3083 "engines": { 3084 "node": ">=6" 3085 } 3086 }, 3087 "node_modules/lightningcss": { 3088 "version": "1.30.2", 3089 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz", 3090 "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==", 3091 "license": "MPL-2.0", 3092 "dependencies": { 3093 "detect-libc": "^2.0.3" 3094 }, 3095 "engines": { 3096 "node": ">= 12.0.0" 3097 }, 3098 "funding": { 3099 "type": "opencollective", 3100 "url": "https://opencollective.com/parcel" 3101 }, 3102 "optionalDependencies": { 3103 "lightningcss-android-arm64": "1.30.2", 3104 "lightningcss-darwin-arm64": "1.30.2", 3105 "lightningcss-darwin-x64": "1.30.2", 3106 "lightningcss-freebsd-x64": "1.30.2", 3107 "lightningcss-linux-arm-gnueabihf": "1.30.2", 3108 "lightningcss-linux-arm64-gnu": "1.30.2", 3109 "lightningcss-linux-arm64-musl": "1.30.2", 3110 "lightningcss-linux-x64-gnu": "1.30.2", 3111 "lightningcss-linux-x64-musl": "1.30.2", 3112 "lightningcss-win32-arm64-msvc": "1.30.2", 3113 "lightningcss-win32-x64-msvc": "1.30.2" 3114 } 3115 }, 3116 "node_modules/lightningcss-android-arm64": { 3117 "version": "1.30.2", 3118 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz", 3119 "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==", 3120 "cpu": [ 3121 "arm64" 3122 ], 3123 "license": "MPL-2.0", 3124 "optional": true, 3125 "os": [ 3126 "android" 3127 ], 3128 "engines": { 3129 "node": ">= 12.0.0" 3130 }, 3131 "funding": { 3132 "type": "opencollective", 3133 "url": "https://opencollective.com/parcel" 3134 } 3135 }, 3136 "node_modules/lightningcss-darwin-arm64": { 3137 "version": "1.30.2", 3138 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz", 3139 "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==", 3140 "cpu": [ 3141 "arm64" 3142 ], 3143 "license": "MPL-2.0", 3144 "optional": true, 3145 "os": [ 3146 "darwin" 3147 ], 3148 "engines": { 3149 "node": ">= 12.0.0" 3150 }, 3151 "funding": { 3152 "type": "opencollective", 3153 "url": "https://opencollective.com/parcel" 3154 } 3155 }, 3156 "node_modules/lightningcss-darwin-x64": { 3157 "version": "1.30.2", 3158 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz", 3159 "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==", 3160 "cpu": [ 3161 "x64" 3162 ], 3163 "license": "MPL-2.0", 3164 "optional": true, 3165 "os": [ 3166 "darwin" 3167 ], 3168 "engines": { 3169 "node": ">= 12.0.0" 3170 }, 3171 "funding": { 3172 "type": "opencollective", 3173 "url": "https://opencollective.com/parcel" 3174 } 3175 }, 3176 "node_modules/lightningcss-freebsd-x64": { 3177 "version": "1.30.2", 3178 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz", 3179 "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==", 3180 "cpu": [ 3181 "x64" 3182 ], 3183 "license": "MPL-2.0", 3184 "optional": true, 3185 "os": [ 3186 "freebsd" 3187 ], 3188 "engines": { 3189 "node": ">= 12.0.0" 3190 }, 3191 "funding": { 3192 "type": "opencollective", 3193 "url": "https://opencollective.com/parcel" 3194 } 3195 }, 3196 "node_modules/lightningcss-linux-arm-gnueabihf": { 3197 "version": "1.30.2", 3198 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz", 3199 "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==", 3200 "cpu": [ 3201 "arm" 3202 ], 3203 "license": "MPL-2.0", 3204 "optional": true, 3205 "os": [ 3206 "linux" 3207 ], 3208 "engines": { 3209 "node": ">= 12.0.0" 3210 }, 3211 "funding": { 3212 "type": "opencollective", 3213 "url": "https://opencollective.com/parcel" 3214 } 3215 }, 3216 "node_modules/lightningcss-linux-arm64-gnu": { 3217 "version": "1.30.2", 3218 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz", 3219 "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==", 3220 "cpu": [ 3221 "arm64" 3222 ], 3223 "license": "MPL-2.0", 3224 "optional": true, 3225 "os": [ 3226 "linux" 3227 ], 3228 "engines": { 3229 "node": ">= 12.0.0" 3230 }, 3231 "funding": { 3232 "type": "opencollective", 3233 "url": "https://opencollective.com/parcel" 3234 } 3235 }, 3236 "node_modules/lightningcss-linux-arm64-musl": { 3237 "version": "1.30.2", 3238 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz", 3239 "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==", 3240 "cpu": [ 3241 "arm64" 3242 ], 3243 "license": "MPL-2.0", 3244 "optional": true, 3245 "os": [ 3246 "linux" 3247 ], 3248 "engines": { 3249 "node": ">= 12.0.0" 3250 }, 3251 "funding": { 3252 "type": "opencollective", 3253 "url": "https://opencollective.com/parcel" 3254 } 3255 }, 3256 "node_modules/lightningcss-linux-x64-gnu": { 3257 "version": "1.30.2", 3258 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz", 3259 "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==", 3260 "cpu": [ 3261 "x64" 3262 ], 3263 "license": "MPL-2.0", 3264 "optional": true, 3265 "os": [ 3266 "linux" 3267 ], 3268 "engines": { 3269 "node": ">= 12.0.0" 3270 }, 3271 "funding": { 3272 "type": "opencollective", 3273 "url": "https://opencollective.com/parcel" 3274 } 3275 }, 3276 "node_modules/lightningcss-linux-x64-musl": { 3277 "version": "1.30.2", 3278 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz", 3279 "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==", 3280 "cpu": [ 3281 "x64" 3282 ], 3283 "license": "MPL-2.0", 3284 "optional": true, 3285 "os": [ 3286 "linux" 3287 ], 3288 "engines": { 3289 "node": ">= 12.0.0" 3290 }, 3291 "funding": { 3292 "type": "opencollective", 3293 "url": "https://opencollective.com/parcel" 3294 } 3295 }, 3296 "node_modules/lightningcss-win32-arm64-msvc": { 3297 "version": "1.30.2", 3298 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz", 3299 "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==", 3300 "cpu": [ 3301 "arm64" 3302 ], 3303 "license": "MPL-2.0", 3304 "optional": true, 3305 "os": [ 3306 "win32" 3307 ], 3308 "engines": { 3309 "node": ">= 12.0.0" 3310 }, 3311 "funding": { 3312 "type": "opencollective", 3313 "url": "https://opencollective.com/parcel" 3314 } 3315 }, 3316 "node_modules/lightningcss-win32-x64-msvc": { 3317 "version": "1.30.2", 3318 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz", 3319 "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==", 3320 "cpu": [ 3321 "x64" 3322 ], 3323 "license": "MPL-2.0", 3324 "optional": true, 3325 "os": [ 3326 "win32" 3327 ], 3328 "engines": { 3329 "node": ">= 12.0.0" 3330 }, 3331 "funding": { 3332 "type": "opencollective", 3333 "url": "https://opencollective.com/parcel" 3334 } 3335 }, 3336 "node_modules/lilconfig": { 3337 "version": "3.1.3", 3338 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", 3339 "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", 3340 "license": "MIT", 3341 "engines": { 3342 "node": ">=14" 3343 }, 3344 "funding": { 3345 "url": "https://github.com/sponsors/antonk52" 3346 } 3347 }, 3348 "node_modules/longest-streak": { 3349 "version": "3.1.0", 3350 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 3351 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 3352 "license": "MIT", 3353 "funding": { 3354 "type": "github", 3355 "url": "https://github.com/sponsors/wooorm" 3356 } 3357 }, 3358 "node_modules/lru-cache": { 3359 "version": "10.4.3", 3360 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 3361 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 3362 "license": "ISC" 3363 }, 3364 "node_modules/magic-string": { 3365 "version": "0.30.21", 3366 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", 3367 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", 3368 "license": "MIT", 3369 "dependencies": { 3370 "@jridgewell/sourcemap-codec": "^1.5.5" 3371 } 3372 }, 3373 "node_modules/magicast": { 3374 "version": "0.3.5", 3375 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz", 3376 "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==", 3377 "license": "MIT", 3378 "dependencies": { 3379 "@babel/parser": "^7.25.4", 3380 "@babel/types": "^7.25.4", 3381 "source-map-js": "^1.2.0" 3382 } 3383 }, 3384 "node_modules/markdown-table": { 3385 "version": "3.0.4", 3386 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 3387 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 3388 "license": "MIT", 3389 "funding": { 3390 "type": "github", 3391 "url": "https://github.com/sponsors/wooorm" 3392 } 3393 }, 3394 "node_modules/mdast-util-definitions": { 3395 "version": "6.0.0", 3396 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", 3397 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==", 3398 "license": "MIT", 3399 "dependencies": { 3400 "@types/mdast": "^4.0.0", 3401 "@types/unist": "^3.0.0", 3402 "unist-util-visit": "^5.0.0" 3403 }, 3404 "funding": { 3405 "type": "opencollective", 3406 "url": "https://opencollective.com/unified" 3407 } 3408 }, 3409 "node_modules/mdast-util-find-and-replace": { 3410 "version": "3.0.2", 3411 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 3412 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 3413 "license": "MIT", 3414 "dependencies": { 3415 "@types/mdast": "^4.0.0", 3416 "escape-string-regexp": "^5.0.0", 3417 "unist-util-is": "^6.0.0", 3418 "unist-util-visit-parents": "^6.0.0" 3419 }, 3420 "funding": { 3421 "type": "opencollective", 3422 "url": "https://opencollective.com/unified" 3423 } 3424 }, 3425 "node_modules/mdast-util-from-markdown": { 3426 "version": "2.0.2", 3427 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 3428 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 3429 "license": "MIT", 3430 "dependencies": { 3431 "@types/mdast": "^4.0.0", 3432 "@types/unist": "^3.0.0", 3433 "decode-named-character-reference": "^1.0.0", 3434 "devlop": "^1.0.0", 3435 "mdast-util-to-string": "^4.0.0", 3436 "micromark": "^4.0.0", 3437 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3438 "micromark-util-decode-string": "^2.0.0", 3439 "micromark-util-normalize-identifier": "^2.0.0", 3440 "micromark-util-symbol": "^2.0.0", 3441 "micromark-util-types": "^2.0.0", 3442 "unist-util-stringify-position": "^4.0.0" 3443 }, 3444 "funding": { 3445 "type": "opencollective", 3446 "url": "https://opencollective.com/unified" 3447 } 3448 }, 3449 "node_modules/mdast-util-gfm": { 3450 "version": "3.1.0", 3451 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 3452 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 3453 "license": "MIT", 3454 "dependencies": { 3455 "mdast-util-from-markdown": "^2.0.0", 3456 "mdast-util-gfm-autolink-literal": "^2.0.0", 3457 "mdast-util-gfm-footnote": "^2.0.0", 3458 "mdast-util-gfm-strikethrough": "^2.0.0", 3459 "mdast-util-gfm-table": "^2.0.0", 3460 "mdast-util-gfm-task-list-item": "^2.0.0", 3461 "mdast-util-to-markdown": "^2.0.0" 3462 }, 3463 "funding": { 3464 "type": "opencollective", 3465 "url": "https://opencollective.com/unified" 3466 } 3467 }, 3468 "node_modules/mdast-util-gfm-autolink-literal": { 3469 "version": "2.0.1", 3470 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 3471 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 3472 "license": "MIT", 3473 "dependencies": { 3474 "@types/mdast": "^4.0.0", 3475 "ccount": "^2.0.0", 3476 "devlop": "^1.0.0", 3477 "mdast-util-find-and-replace": "^3.0.0", 3478 "micromark-util-character": "^2.0.0" 3479 }, 3480 "funding": { 3481 "type": "opencollective", 3482 "url": "https://opencollective.com/unified" 3483 } 3484 }, 3485 "node_modules/mdast-util-gfm-footnote": { 3486 "version": "2.1.0", 3487 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 3488 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 3489 "license": "MIT", 3490 "dependencies": { 3491 "@types/mdast": "^4.0.0", 3492 "devlop": "^1.1.0", 3493 "mdast-util-from-markdown": "^2.0.0", 3494 "mdast-util-to-markdown": "^2.0.0", 3495 "micromark-util-normalize-identifier": "^2.0.0" 3496 }, 3497 "funding": { 3498 "type": "opencollective", 3499 "url": "https://opencollective.com/unified" 3500 } 3501 }, 3502 "node_modules/mdast-util-gfm-strikethrough": { 3503 "version": "2.0.0", 3504 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 3505 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 3506 "license": "MIT", 3507 "dependencies": { 3508 "@types/mdast": "^4.0.0", 3509 "mdast-util-from-markdown": "^2.0.0", 3510 "mdast-util-to-markdown": "^2.0.0" 3511 }, 3512 "funding": { 3513 "type": "opencollective", 3514 "url": "https://opencollective.com/unified" 3515 } 3516 }, 3517 "node_modules/mdast-util-gfm-table": { 3518 "version": "2.0.0", 3519 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 3520 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 3521 "license": "MIT", 3522 "dependencies": { 3523 "@types/mdast": "^4.0.0", 3524 "devlop": "^1.0.0", 3525 "markdown-table": "^3.0.0", 3526 "mdast-util-from-markdown": "^2.0.0", 3527 "mdast-util-to-markdown": "^2.0.0" 3528 }, 3529 "funding": { 3530 "type": "opencollective", 3531 "url": "https://opencollective.com/unified" 3532 } 3533 }, 3534 "node_modules/mdast-util-gfm-task-list-item": { 3535 "version": "2.0.0", 3536 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 3537 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 3538 "license": "MIT", 3539 "dependencies": { 3540 "@types/mdast": "^4.0.0", 3541 "devlop": "^1.0.0", 3542 "mdast-util-from-markdown": "^2.0.0", 3543 "mdast-util-to-markdown": "^2.0.0" 3544 }, 3545 "funding": { 3546 "type": "opencollective", 3547 "url": "https://opencollective.com/unified" 3548 } 3549 }, 3550 "node_modules/mdast-util-phrasing": { 3551 "version": "4.1.0", 3552 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 3553 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 3554 "license": "MIT", 3555 "dependencies": { 3556 "@types/mdast": "^4.0.0", 3557 "unist-util-is": "^6.0.0" 3558 }, 3559 "funding": { 3560 "type": "opencollective", 3561 "url": "https://opencollective.com/unified" 3562 } 3563 }, 3564 "node_modules/mdast-util-to-hast": { 3565 "version": "13.2.0", 3566 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", 3567 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", 3568 "license": "MIT", 3569 "dependencies": { 3570 "@types/hast": "^3.0.0", 3571 "@types/mdast": "^4.0.0", 3572 "@ungap/structured-clone": "^1.0.0", 3573 "devlop": "^1.0.0", 3574 "micromark-util-sanitize-uri": "^2.0.0", 3575 "trim-lines": "^3.0.0", 3576 "unist-util-position": "^5.0.0", 3577 "unist-util-visit": "^5.0.0", 3578 "vfile": "^6.0.0" 3579 }, 3580 "funding": { 3581 "type": "opencollective", 3582 "url": "https://opencollective.com/unified" 3583 } 3584 }, 3585 "node_modules/mdast-util-to-markdown": { 3586 "version": "2.1.2", 3587 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 3588 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 3589 "license": "MIT", 3590 "dependencies": { 3591 "@types/mdast": "^4.0.0", 3592 "@types/unist": "^3.0.0", 3593 "longest-streak": "^3.0.0", 3594 "mdast-util-phrasing": "^4.0.0", 3595 "mdast-util-to-string": "^4.0.0", 3596 "micromark-util-classify-character": "^2.0.0", 3597 "micromark-util-decode-string": "^2.0.0", 3598 "unist-util-visit": "^5.0.0", 3599 "zwitch": "^2.0.0" 3600 }, 3601 "funding": { 3602 "type": "opencollective", 3603 "url": "https://opencollective.com/unified" 3604 } 3605 }, 3606 "node_modules/mdast-util-to-string": { 3607 "version": "4.0.0", 3608 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 3609 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 3610 "license": "MIT", 3611 "dependencies": { 3612 "@types/mdast": "^4.0.0" 3613 }, 3614 "funding": { 3615 "type": "opencollective", 3616 "url": "https://opencollective.com/unified" 3617 } 3618 }, 3619 "node_modules/mdn-data": { 3620 "version": "2.12.2", 3621 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz", 3622 "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==", 3623 "license": "CC0-1.0" 3624 }, 3625 "node_modules/micromark": { 3626 "version": "4.0.2", 3627 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", 3628 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", 3629 "funding": [ 3630 { 3631 "type": "GitHub Sponsors", 3632 "url": "https://github.com/sponsors/unifiedjs" 3633 }, 3634 { 3635 "type": "OpenCollective", 3636 "url": "https://opencollective.com/unified" 3637 } 3638 ], 3639 "license": "MIT", 3640 "dependencies": { 3641 "@types/debug": "^4.0.0", 3642 "debug": "^4.0.0", 3643 "decode-named-character-reference": "^1.0.0", 3644 "devlop": "^1.0.0", 3645 "micromark-core-commonmark": "^2.0.0", 3646 "micromark-factory-space": "^2.0.0", 3647 "micromark-util-character": "^2.0.0", 3648 "micromark-util-chunked": "^2.0.0", 3649 "micromark-util-combine-extensions": "^2.0.0", 3650 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3651 "micromark-util-encode": "^2.0.0", 3652 "micromark-util-normalize-identifier": "^2.0.0", 3653 "micromark-util-resolve-all": "^2.0.0", 3654 "micromark-util-sanitize-uri": "^2.0.0", 3655 "micromark-util-subtokenize": "^2.0.0", 3656 "micromark-util-symbol": "^2.0.0", 3657 "micromark-util-types": "^2.0.0" 3658 } 3659 }, 3660 "node_modules/micromark-core-commonmark": { 3661 "version": "2.0.3", 3662 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", 3663 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", 3664 "funding": [ 3665 { 3666 "type": "GitHub Sponsors", 3667 "url": "https://github.com/sponsors/unifiedjs" 3668 }, 3669 { 3670 "type": "OpenCollective", 3671 "url": "https://opencollective.com/unified" 3672 } 3673 ], 3674 "license": "MIT", 3675 "dependencies": { 3676 "decode-named-character-reference": "^1.0.0", 3677 "devlop": "^1.0.0", 3678 "micromark-factory-destination": "^2.0.0", 3679 "micromark-factory-label": "^2.0.0", 3680 "micromark-factory-space": "^2.0.0", 3681 "micromark-factory-title": "^2.0.0", 3682 "micromark-factory-whitespace": "^2.0.0", 3683 "micromark-util-character": "^2.0.0", 3684 "micromark-util-chunked": "^2.0.0", 3685 "micromark-util-classify-character": "^2.0.0", 3686 "micromark-util-html-tag-name": "^2.0.0", 3687 "micromark-util-normalize-identifier": "^2.0.0", 3688 "micromark-util-resolve-all": "^2.0.0", 3689 "micromark-util-subtokenize": "^2.0.0", 3690 "micromark-util-symbol": "^2.0.0", 3691 "micromark-util-types": "^2.0.0" 3692 } 3693 }, 3694 "node_modules/micromark-extension-gfm": { 3695 "version": "3.0.0", 3696 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 3697 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 3698 "license": "MIT", 3699 "dependencies": { 3700 "micromark-extension-gfm-autolink-literal": "^2.0.0", 3701 "micromark-extension-gfm-footnote": "^2.0.0", 3702 "micromark-extension-gfm-strikethrough": "^2.0.0", 3703 "micromark-extension-gfm-table": "^2.0.0", 3704 "micromark-extension-gfm-tagfilter": "^2.0.0", 3705 "micromark-extension-gfm-task-list-item": "^2.0.0", 3706 "micromark-util-combine-extensions": "^2.0.0", 3707 "micromark-util-types": "^2.0.0" 3708 }, 3709 "funding": { 3710 "type": "opencollective", 3711 "url": "https://opencollective.com/unified" 3712 } 3713 }, 3714 "node_modules/micromark-extension-gfm-autolink-literal": { 3715 "version": "2.1.0", 3716 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 3717 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 3718 "license": "MIT", 3719 "dependencies": { 3720 "micromark-util-character": "^2.0.0", 3721 "micromark-util-sanitize-uri": "^2.0.0", 3722 "micromark-util-symbol": "^2.0.0", 3723 "micromark-util-types": "^2.0.0" 3724 }, 3725 "funding": { 3726 "type": "opencollective", 3727 "url": "https://opencollective.com/unified" 3728 } 3729 }, 3730 "node_modules/micromark-extension-gfm-footnote": { 3731 "version": "2.1.0", 3732 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 3733 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 3734 "license": "MIT", 3735 "dependencies": { 3736 "devlop": "^1.0.0", 3737 "micromark-core-commonmark": "^2.0.0", 3738 "micromark-factory-space": "^2.0.0", 3739 "micromark-util-character": "^2.0.0", 3740 "micromark-util-normalize-identifier": "^2.0.0", 3741 "micromark-util-sanitize-uri": "^2.0.0", 3742 "micromark-util-symbol": "^2.0.0", 3743 "micromark-util-types": "^2.0.0" 3744 }, 3745 "funding": { 3746 "type": "opencollective", 3747 "url": "https://opencollective.com/unified" 3748 } 3749 }, 3750 "node_modules/micromark-extension-gfm-strikethrough": { 3751 "version": "2.1.0", 3752 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 3753 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 3754 "license": "MIT", 3755 "dependencies": { 3756 "devlop": "^1.0.0", 3757 "micromark-util-chunked": "^2.0.0", 3758 "micromark-util-classify-character": "^2.0.0", 3759 "micromark-util-resolve-all": "^2.0.0", 3760 "micromark-util-symbol": "^2.0.0", 3761 "micromark-util-types": "^2.0.0" 3762 }, 3763 "funding": { 3764 "type": "opencollective", 3765 "url": "https://opencollective.com/unified" 3766 } 3767 }, 3768 "node_modules/micromark-extension-gfm-table": { 3769 "version": "2.1.1", 3770 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 3771 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 3772 "license": "MIT", 3773 "dependencies": { 3774 "devlop": "^1.0.0", 3775 "micromark-factory-space": "^2.0.0", 3776 "micromark-util-character": "^2.0.0", 3777 "micromark-util-symbol": "^2.0.0", 3778 "micromark-util-types": "^2.0.0" 3779 }, 3780 "funding": { 3781 "type": "opencollective", 3782 "url": "https://opencollective.com/unified" 3783 } 3784 }, 3785 "node_modules/micromark-extension-gfm-tagfilter": { 3786 "version": "2.0.0", 3787 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 3788 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 3789 "license": "MIT", 3790 "dependencies": { 3791 "micromark-util-types": "^2.0.0" 3792 }, 3793 "funding": { 3794 "type": "opencollective", 3795 "url": "https://opencollective.com/unified" 3796 } 3797 }, 3798 "node_modules/micromark-extension-gfm-task-list-item": { 3799 "version": "2.1.0", 3800 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 3801 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 3802 "license": "MIT", 3803 "dependencies": { 3804 "devlop": "^1.0.0", 3805 "micromark-factory-space": "^2.0.0", 3806 "micromark-util-character": "^2.0.0", 3807 "micromark-util-symbol": "^2.0.0", 3808 "micromark-util-types": "^2.0.0" 3809 }, 3810 "funding": { 3811 "type": "opencollective", 3812 "url": "https://opencollective.com/unified" 3813 } 3814 }, 3815 "node_modules/micromark-factory-destination": { 3816 "version": "2.0.1", 3817 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 3818 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 3819 "funding": [ 3820 { 3821 "type": "GitHub Sponsors", 3822 "url": "https://github.com/sponsors/unifiedjs" 3823 }, 3824 { 3825 "type": "OpenCollective", 3826 "url": "https://opencollective.com/unified" 3827 } 3828 ], 3829 "license": "MIT", 3830 "dependencies": { 3831 "micromark-util-character": "^2.0.0", 3832 "micromark-util-symbol": "^2.0.0", 3833 "micromark-util-types": "^2.0.0" 3834 } 3835 }, 3836 "node_modules/micromark-factory-label": { 3837 "version": "2.0.1", 3838 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 3839 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 3840 "funding": [ 3841 { 3842 "type": "GitHub Sponsors", 3843 "url": "https://github.com/sponsors/unifiedjs" 3844 }, 3845 { 3846 "type": "OpenCollective", 3847 "url": "https://opencollective.com/unified" 3848 } 3849 ], 3850 "license": "MIT", 3851 "dependencies": { 3852 "devlop": "^1.0.0", 3853 "micromark-util-character": "^2.0.0", 3854 "micromark-util-symbol": "^2.0.0", 3855 "micromark-util-types": "^2.0.0" 3856 } 3857 }, 3858 "node_modules/micromark-factory-space": { 3859 "version": "2.0.1", 3860 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 3861 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 3862 "funding": [ 3863 { 3864 "type": "GitHub Sponsors", 3865 "url": "https://github.com/sponsors/unifiedjs" 3866 }, 3867 { 3868 "type": "OpenCollective", 3869 "url": "https://opencollective.com/unified" 3870 } 3871 ], 3872 "license": "MIT", 3873 "dependencies": { 3874 "micromark-util-character": "^2.0.0", 3875 "micromark-util-types": "^2.0.0" 3876 } 3877 }, 3878 "node_modules/micromark-factory-title": { 3879 "version": "2.0.1", 3880 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 3881 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 3882 "funding": [ 3883 { 3884 "type": "GitHub Sponsors", 3885 "url": "https://github.com/sponsors/unifiedjs" 3886 }, 3887 { 3888 "type": "OpenCollective", 3889 "url": "https://opencollective.com/unified" 3890 } 3891 ], 3892 "license": "MIT", 3893 "dependencies": { 3894 "micromark-factory-space": "^2.0.0", 3895 "micromark-util-character": "^2.0.0", 3896 "micromark-util-symbol": "^2.0.0", 3897 "micromark-util-types": "^2.0.0" 3898 } 3899 }, 3900 "node_modules/micromark-factory-whitespace": { 3901 "version": "2.0.1", 3902 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 3903 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 3904 "funding": [ 3905 { 3906 "type": "GitHub Sponsors", 3907 "url": "https://github.com/sponsors/unifiedjs" 3908 }, 3909 { 3910 "type": "OpenCollective", 3911 "url": "https://opencollective.com/unified" 3912 } 3913 ], 3914 "license": "MIT", 3915 "dependencies": { 3916 "micromark-factory-space": "^2.0.0", 3917 "micromark-util-character": "^2.0.0", 3918 "micromark-util-symbol": "^2.0.0", 3919 "micromark-util-types": "^2.0.0" 3920 } 3921 }, 3922 "node_modules/micromark-util-character": { 3923 "version": "2.1.1", 3924 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 3925 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 3926 "funding": [ 3927 { 3928 "type": "GitHub Sponsors", 3929 "url": "https://github.com/sponsors/unifiedjs" 3930 }, 3931 { 3932 "type": "OpenCollective", 3933 "url": "https://opencollective.com/unified" 3934 } 3935 ], 3936 "license": "MIT", 3937 "dependencies": { 3938 "micromark-util-symbol": "^2.0.0", 3939 "micromark-util-types": "^2.0.0" 3940 } 3941 }, 3942 "node_modules/micromark-util-chunked": { 3943 "version": "2.0.1", 3944 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 3945 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 3946 "funding": [ 3947 { 3948 "type": "GitHub Sponsors", 3949 "url": "https://github.com/sponsors/unifiedjs" 3950 }, 3951 { 3952 "type": "OpenCollective", 3953 "url": "https://opencollective.com/unified" 3954 } 3955 ], 3956 "license": "MIT", 3957 "dependencies": { 3958 "micromark-util-symbol": "^2.0.0" 3959 } 3960 }, 3961 "node_modules/micromark-util-classify-character": { 3962 "version": "2.0.1", 3963 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 3964 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 3965 "funding": [ 3966 { 3967 "type": "GitHub Sponsors", 3968 "url": "https://github.com/sponsors/unifiedjs" 3969 }, 3970 { 3971 "type": "OpenCollective", 3972 "url": "https://opencollective.com/unified" 3973 } 3974 ], 3975 "license": "MIT", 3976 "dependencies": { 3977 "micromark-util-character": "^2.0.0", 3978 "micromark-util-symbol": "^2.0.0", 3979 "micromark-util-types": "^2.0.0" 3980 } 3981 }, 3982 "node_modules/micromark-util-combine-extensions": { 3983 "version": "2.0.1", 3984 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 3985 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 3986 "funding": [ 3987 { 3988 "type": "GitHub Sponsors", 3989 "url": "https://github.com/sponsors/unifiedjs" 3990 }, 3991 { 3992 "type": "OpenCollective", 3993 "url": "https://opencollective.com/unified" 3994 } 3995 ], 3996 "license": "MIT", 3997 "dependencies": { 3998 "micromark-util-chunked": "^2.0.0", 3999 "micromark-util-types": "^2.0.0" 4000 } 4001 }, 4002 "node_modules/micromark-util-decode-numeric-character-reference": { 4003 "version": "2.0.2", 4004 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 4005 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 4006 "funding": [ 4007 { 4008 "type": "GitHub Sponsors", 4009 "url": "https://github.com/sponsors/unifiedjs" 4010 }, 4011 { 4012 "type": "OpenCollective", 4013 "url": "https://opencollective.com/unified" 4014 } 4015 ], 4016 "license": "MIT", 4017 "dependencies": { 4018 "micromark-util-symbol": "^2.0.0" 4019 } 4020 }, 4021 "node_modules/micromark-util-decode-string": { 4022 "version": "2.0.1", 4023 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 4024 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 4025 "funding": [ 4026 { 4027 "type": "GitHub Sponsors", 4028 "url": "https://github.com/sponsors/unifiedjs" 4029 }, 4030 { 4031 "type": "OpenCollective", 4032 "url": "https://opencollective.com/unified" 4033 } 4034 ], 4035 "license": "MIT", 4036 "dependencies": { 4037 "decode-named-character-reference": "^1.0.0", 4038 "micromark-util-character": "^2.0.0", 4039 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4040 "micromark-util-symbol": "^2.0.0" 4041 } 4042 }, 4043 "node_modules/micromark-util-encode": { 4044 "version": "2.0.1", 4045 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 4046 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 4047 "funding": [ 4048 { 4049 "type": "GitHub Sponsors", 4050 "url": "https://github.com/sponsors/unifiedjs" 4051 }, 4052 { 4053 "type": "OpenCollective", 4054 "url": "https://opencollective.com/unified" 4055 } 4056 ], 4057 "license": "MIT" 4058 }, 4059 "node_modules/micromark-util-html-tag-name": { 4060 "version": "2.0.1", 4061 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 4062 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 4063 "funding": [ 4064 { 4065 "type": "GitHub Sponsors", 4066 "url": "https://github.com/sponsors/unifiedjs" 4067 }, 4068 { 4069 "type": "OpenCollective", 4070 "url": "https://opencollective.com/unified" 4071 } 4072 ], 4073 "license": "MIT" 4074 }, 4075 "node_modules/micromark-util-normalize-identifier": { 4076 "version": "2.0.1", 4077 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 4078 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 4079 "funding": [ 4080 { 4081 "type": "GitHub Sponsors", 4082 "url": "https://github.com/sponsors/unifiedjs" 4083 }, 4084 { 4085 "type": "OpenCollective", 4086 "url": "https://opencollective.com/unified" 4087 } 4088 ], 4089 "license": "MIT", 4090 "dependencies": { 4091 "micromark-util-symbol": "^2.0.0" 4092 } 4093 }, 4094 "node_modules/micromark-util-resolve-all": { 4095 "version": "2.0.1", 4096 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 4097 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 4098 "funding": [ 4099 { 4100 "type": "GitHub Sponsors", 4101 "url": "https://github.com/sponsors/unifiedjs" 4102 }, 4103 { 4104 "type": "OpenCollective", 4105 "url": "https://opencollective.com/unified" 4106 } 4107 ], 4108 "license": "MIT", 4109 "dependencies": { 4110 "micromark-util-types": "^2.0.0" 4111 } 4112 }, 4113 "node_modules/micromark-util-sanitize-uri": { 4114 "version": "2.0.1", 4115 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 4116 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 4117 "funding": [ 4118 { 4119 "type": "GitHub Sponsors", 4120 "url": "https://github.com/sponsors/unifiedjs" 4121 }, 4122 { 4123 "type": "OpenCollective", 4124 "url": "https://opencollective.com/unified" 4125 } 4126 ], 4127 "license": "MIT", 4128 "dependencies": { 4129 "micromark-util-character": "^2.0.0", 4130 "micromark-util-encode": "^2.0.0", 4131 "micromark-util-symbol": "^2.0.0" 4132 } 4133 }, 4134 "node_modules/micromark-util-subtokenize": { 4135 "version": "2.1.0", 4136 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", 4137 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", 4138 "funding": [ 4139 { 4140 "type": "GitHub Sponsors", 4141 "url": "https://github.com/sponsors/unifiedjs" 4142 }, 4143 { 4144 "type": "OpenCollective", 4145 "url": "https://opencollective.com/unified" 4146 } 4147 ], 4148 "license": "MIT", 4149 "dependencies": { 4150 "devlop": "^1.0.0", 4151 "micromark-util-chunked": "^2.0.0", 4152 "micromark-util-symbol": "^2.0.0", 4153 "micromark-util-types": "^2.0.0" 4154 } 4155 }, 4156 "node_modules/micromark-util-symbol": { 4157 "version": "2.0.1", 4158 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 4159 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 4160 "funding": [ 4161 { 4162 "type": "GitHub Sponsors", 4163 "url": "https://github.com/sponsors/unifiedjs" 4164 }, 4165 { 4166 "type": "OpenCollective", 4167 "url": "https://opencollective.com/unified" 4168 } 4169 ], 4170 "license": "MIT" 4171 }, 4172 "node_modules/micromark-util-types": { 4173 "version": "2.0.2", 4174 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", 4175 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", 4176 "funding": [ 4177 { 4178 "type": "GitHub Sponsors", 4179 "url": "https://github.com/sponsors/unifiedjs" 4180 }, 4181 { 4182 "type": "OpenCollective", 4183 "url": "https://opencollective.com/unified" 4184 } 4185 ], 4186 "license": "MIT" 4187 }, 4188 "node_modules/mrmime": { 4189 "version": "2.0.1", 4190 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", 4191 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", 4192 "license": "MIT", 4193 "engines": { 4194 "node": ">=10" 4195 } 4196 }, 4197 "node_modules/ms": { 4198 "version": "2.1.3", 4199 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 4200 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 4201 "license": "MIT" 4202 }, 4203 "node_modules/nanoid": { 4204 "version": "3.3.11", 4205 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", 4206 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", 4207 "funding": [ 4208 { 4209 "type": "github", 4210 "url": "https://github.com/sponsors/ai" 4211 } 4212 ], 4213 "license": "MIT", 4214 "bin": { 4215 "nanoid": "bin/nanoid.cjs" 4216 }, 4217 "engines": { 4218 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 4219 } 4220 }, 4221 "node_modules/neotraverse": { 4222 "version": "0.6.18", 4223 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", 4224 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", 4225 "license": "MIT", 4226 "engines": { 4227 "node": ">= 10" 4228 } 4229 }, 4230 "node_modules/nlcst-to-string": { 4231 "version": "4.0.0", 4232 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", 4233 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", 4234 "license": "MIT", 4235 "dependencies": { 4236 "@types/nlcst": "^2.0.0" 4237 }, 4238 "funding": { 4239 "type": "opencollective", 4240 "url": "https://opencollective.com/unified" 4241 } 4242 }, 4243 "node_modules/node-fetch-native": { 4244 "version": "1.6.7", 4245 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz", 4246 "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==", 4247 "license": "MIT" 4248 }, 4249 "node_modules/node-mock-http": { 4250 "version": "1.0.3", 4251 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.3.tgz", 4252 "integrity": "sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==", 4253 "license": "MIT" 4254 }, 4255 "node_modules/node-releases": { 4256 "version": "2.0.26", 4257 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz", 4258 "integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==", 4259 "license": "MIT" 4260 }, 4261 "node_modules/normalize-path": { 4262 "version": "3.0.0", 4263 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 4264 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 4265 "license": "MIT", 4266 "engines": { 4267 "node": ">=0.10.0" 4268 } 4269 }, 4270 "node_modules/normalize-range": { 4271 "version": "0.1.2", 4272 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", 4273 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", 4274 "license": "MIT", 4275 "engines": { 4276 "node": ">=0.10.0" 4277 } 4278 }, 4279 "node_modules/ofetch": { 4280 "version": "1.4.1", 4281 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz", 4282 "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==", 4283 "license": "MIT", 4284 "dependencies": { 4285 "destr": "^2.0.3", 4286 "node-fetch-native": "^1.6.4", 4287 "ufo": "^1.5.4" 4288 } 4289 }, 4290 "node_modules/ohash": { 4291 "version": "2.0.11", 4292 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz", 4293 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==", 4294 "license": "MIT" 4295 }, 4296 "node_modules/oniguruma-parser": { 4297 "version": "0.12.1", 4298 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz", 4299 "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==", 4300 "license": "MIT" 4301 }, 4302 "node_modules/oniguruma-to-es": { 4303 "version": "4.3.3", 4304 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.3.tgz", 4305 "integrity": "sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==", 4306 "license": "MIT", 4307 "dependencies": { 4308 "oniguruma-parser": "^0.12.1", 4309 "regex": "^6.0.1", 4310 "regex-recursion": "^6.0.2" 4311 } 4312 }, 4313 "node_modules/p-limit": { 4314 "version": "6.2.0", 4315 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", 4316 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", 4317 "license": "MIT", 4318 "dependencies": { 4319 "yocto-queue": "^1.1.1" 4320 }, 4321 "engines": { 4322 "node": ">=18" 4323 }, 4324 "funding": { 4325 "url": "https://github.com/sponsors/sindresorhus" 4326 } 4327 }, 4328 "node_modules/p-queue": { 4329 "version": "8.1.1", 4330 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz", 4331 "integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==", 4332 "license": "MIT", 4333 "dependencies": { 4334 "eventemitter3": "^5.0.1", 4335 "p-timeout": "^6.1.2" 4336 }, 4337 "engines": { 4338 "node": ">=18" 4339 }, 4340 "funding": { 4341 "url": "https://github.com/sponsors/sindresorhus" 4342 } 4343 }, 4344 "node_modules/p-timeout": { 4345 "version": "6.1.4", 4346 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", 4347 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", 4348 "license": "MIT", 4349 "engines": { 4350 "node": ">=14.16" 4351 }, 4352 "funding": { 4353 "url": "https://github.com/sponsors/sindresorhus" 4354 } 4355 }, 4356 "node_modules/package-manager-detector": { 4357 "version": "1.5.0", 4358 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.5.0.tgz", 4359 "integrity": "sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==", 4360 "license": "MIT" 4361 }, 4362 "node_modules/pako": { 4363 "version": "0.2.9", 4364 "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", 4365 "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==", 4366 "license": "MIT" 4367 }, 4368 "node_modules/parse-latin": { 4369 "version": "7.0.0", 4370 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", 4371 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", 4372 "license": "MIT", 4373 "dependencies": { 4374 "@types/nlcst": "^2.0.0", 4375 "@types/unist": "^3.0.0", 4376 "nlcst-to-string": "^4.0.0", 4377 "unist-util-modify-children": "^4.0.0", 4378 "unist-util-visit-children": "^3.0.0", 4379 "vfile": "^6.0.0" 4380 }, 4381 "funding": { 4382 "type": "github", 4383 "url": "https://github.com/sponsors/wooorm" 4384 } 4385 }, 4386 "node_modules/parse5": { 4387 "version": "7.3.0", 4388 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", 4389 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", 4390 "license": "MIT", 4391 "dependencies": { 4392 "entities": "^6.0.0" 4393 }, 4394 "funding": { 4395 "url": "https://github.com/inikulin/parse5?sponsor=1" 4396 } 4397 }, 4398 "node_modules/picocolors": { 4399 "version": "1.1.1", 4400 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 4401 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 4402 "license": "ISC" 4403 }, 4404 "node_modules/picomatch": { 4405 "version": "4.0.3", 4406 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", 4407 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", 4408 "license": "MIT", 4409 "engines": { 4410 "node": ">=12" 4411 }, 4412 "funding": { 4413 "url": "https://github.com/sponsors/jonschlinkert" 4414 } 4415 }, 4416 "node_modules/postcss": { 4417 "version": "8.5.6", 4418 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", 4419 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", 4420 "funding": [ 4421 { 4422 "type": "opencollective", 4423 "url": "https://opencollective.com/postcss/" 4424 }, 4425 { 4426 "type": "tidelift", 4427 "url": "https://tidelift.com/funding/github/npm/postcss" 4428 }, 4429 { 4430 "type": "github", 4431 "url": "https://github.com/sponsors/ai" 4432 } 4433 ], 4434 "license": "MIT", 4435 "dependencies": { 4436 "nanoid": "^3.3.11", 4437 "picocolors": "^1.1.1", 4438 "source-map-js": "^1.2.1" 4439 }, 4440 "engines": { 4441 "node": "^10 || ^12 || >=14" 4442 } 4443 }, 4444 "node_modules/postcss-load-config": { 4445 "version": "4.0.2", 4446 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", 4447 "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", 4448 "funding": [ 4449 { 4450 "type": "opencollective", 4451 "url": "https://opencollective.com/postcss/" 4452 }, 4453 { 4454 "type": "github", 4455 "url": "https://github.com/sponsors/ai" 4456 } 4457 ], 4458 "license": "MIT", 4459 "dependencies": { 4460 "lilconfig": "^3.0.0", 4461 "yaml": "^2.3.4" 4462 }, 4463 "engines": { 4464 "node": ">= 14" 4465 }, 4466 "peerDependencies": { 4467 "postcss": ">=8.0.9", 4468 "ts-node": ">=9.0.0" 4469 }, 4470 "peerDependenciesMeta": { 4471 "postcss": { 4472 "optional": true 4473 }, 4474 "ts-node": { 4475 "optional": true 4476 } 4477 } 4478 }, 4479 "node_modules/postcss-value-parser": { 4480 "version": "4.2.0", 4481 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", 4482 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", 4483 "license": "MIT" 4484 }, 4485 "node_modules/prismjs": { 4486 "version": "1.30.0", 4487 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", 4488 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", 4489 "license": "MIT", 4490 "engines": { 4491 "node": ">=6" 4492 } 4493 }, 4494 "node_modules/prompts": { 4495 "version": "2.4.2", 4496 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 4497 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 4498 "license": "MIT", 4499 "dependencies": { 4500 "kleur": "^3.0.3", 4501 "sisteransi": "^1.0.5" 4502 }, 4503 "engines": { 4504 "node": ">= 6" 4505 } 4506 }, 4507 "node_modules/property-information": { 4508 "version": "7.1.0", 4509 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", 4510 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", 4511 "license": "MIT", 4512 "funding": { 4513 "type": "github", 4514 "url": "https://github.com/sponsors/wooorm" 4515 } 4516 }, 4517 "node_modules/radix3": { 4518 "version": "1.1.2", 4519 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", 4520 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==", 4521 "license": "MIT" 4522 }, 4523 "node_modules/readdirp": { 4524 "version": "4.1.2", 4525 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", 4526 "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", 4527 "license": "MIT", 4528 "engines": { 4529 "node": ">= 14.18.0" 4530 }, 4531 "funding": { 4532 "type": "individual", 4533 "url": "https://paulmillr.com/funding/" 4534 } 4535 }, 4536 "node_modules/regex": { 4537 "version": "6.0.1", 4538 "resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz", 4539 "integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==", 4540 "license": "MIT", 4541 "dependencies": { 4542 "regex-utilities": "^2.3.0" 4543 } 4544 }, 4545 "node_modules/regex-recursion": { 4546 "version": "6.0.2", 4547 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz", 4548 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==", 4549 "license": "MIT", 4550 "dependencies": { 4551 "regex-utilities": "^2.3.0" 4552 } 4553 }, 4554 "node_modules/regex-utilities": { 4555 "version": "2.3.0", 4556 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", 4557 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", 4558 "license": "MIT" 4559 }, 4560 "node_modules/rehype": { 4561 "version": "13.0.2", 4562 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz", 4563 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==", 4564 "license": "MIT", 4565 "dependencies": { 4566 "@types/hast": "^3.0.0", 4567 "rehype-parse": "^9.0.0", 4568 "rehype-stringify": "^10.0.0", 4569 "unified": "^11.0.0" 4570 }, 4571 "funding": { 4572 "type": "opencollective", 4573 "url": "https://opencollective.com/unified" 4574 } 4575 }, 4576 "node_modules/rehype-parse": { 4577 "version": "9.0.1", 4578 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", 4579 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", 4580 "license": "MIT", 4581 "dependencies": { 4582 "@types/hast": "^3.0.0", 4583 "hast-util-from-html": "^2.0.0", 4584 "unified": "^11.0.0" 4585 }, 4586 "funding": { 4587 "type": "opencollective", 4588 "url": "https://opencollective.com/unified" 4589 } 4590 }, 4591 "node_modules/rehype-raw": { 4592 "version": "7.0.0", 4593 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 4594 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 4595 "license": "MIT", 4596 "dependencies": { 4597 "@types/hast": "^3.0.0", 4598 "hast-util-raw": "^9.0.0", 4599 "vfile": "^6.0.0" 4600 }, 4601 "funding": { 4602 "type": "opencollective", 4603 "url": "https://opencollective.com/unified" 4604 } 4605 }, 4606 "node_modules/rehype-stringify": { 4607 "version": "10.0.1", 4608 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz", 4609 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==", 4610 "license": "MIT", 4611 "dependencies": { 4612 "@types/hast": "^3.0.0", 4613 "hast-util-to-html": "^9.0.0", 4614 "unified": "^11.0.0" 4615 }, 4616 "funding": { 4617 "type": "opencollective", 4618 "url": "https://opencollective.com/unified" 4619 } 4620 }, 4621 "node_modules/remark-gfm": { 4622 "version": "4.0.1", 4623 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 4624 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 4625 "license": "MIT", 4626 "dependencies": { 4627 "@types/mdast": "^4.0.0", 4628 "mdast-util-gfm": "^3.0.0", 4629 "micromark-extension-gfm": "^3.0.0", 4630 "remark-parse": "^11.0.0", 4631 "remark-stringify": "^11.0.0", 4632 "unified": "^11.0.0" 4633 }, 4634 "funding": { 4635 "type": "opencollective", 4636 "url": "https://opencollective.com/unified" 4637 } 4638 }, 4639 "node_modules/remark-parse": { 4640 "version": "11.0.0", 4641 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 4642 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 4643 "license": "MIT", 4644 "dependencies": { 4645 "@types/mdast": "^4.0.0", 4646 "mdast-util-from-markdown": "^2.0.0", 4647 "micromark-util-types": "^2.0.0", 4648 "unified": "^11.0.0" 4649 }, 4650 "funding": { 4651 "type": "opencollective", 4652 "url": "https://opencollective.com/unified" 4653 } 4654 }, 4655 "node_modules/remark-rehype": { 4656 "version": "11.1.2", 4657 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", 4658 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", 4659 "license": "MIT", 4660 "dependencies": { 4661 "@types/hast": "^3.0.0", 4662 "@types/mdast": "^4.0.0", 4663 "mdast-util-to-hast": "^13.0.0", 4664 "unified": "^11.0.0", 4665 "vfile": "^6.0.0" 4666 }, 4667 "funding": { 4668 "type": "opencollective", 4669 "url": "https://opencollective.com/unified" 4670 } 4671 }, 4672 "node_modules/remark-smartypants": { 4673 "version": "3.0.2", 4674 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", 4675 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", 4676 "license": "MIT", 4677 "dependencies": { 4678 "retext": "^9.0.0", 4679 "retext-smartypants": "^6.0.0", 4680 "unified": "^11.0.4", 4681 "unist-util-visit": "^5.0.0" 4682 }, 4683 "engines": { 4684 "node": ">=16.0.0" 4685 } 4686 }, 4687 "node_modules/remark-stringify": { 4688 "version": "11.0.0", 4689 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 4690 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 4691 "license": "MIT", 4692 "dependencies": { 4693 "@types/mdast": "^4.0.0", 4694 "mdast-util-to-markdown": "^2.0.0", 4695 "unified": "^11.0.0" 4696 }, 4697 "funding": { 4698 "type": "opencollective", 4699 "url": "https://opencollective.com/unified" 4700 } 4701 }, 4702 "node_modules/restructure": { 4703 "version": "3.0.2", 4704 "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz", 4705 "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==", 4706 "license": "MIT" 4707 }, 4708 "node_modules/retext": { 4709 "version": "9.0.0", 4710 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", 4711 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", 4712 "license": "MIT", 4713 "dependencies": { 4714 "@types/nlcst": "^2.0.0", 4715 "retext-latin": "^4.0.0", 4716 "retext-stringify": "^4.0.0", 4717 "unified": "^11.0.0" 4718 }, 4719 "funding": { 4720 "type": "opencollective", 4721 "url": "https://opencollective.com/unified" 4722 } 4723 }, 4724 "node_modules/retext-latin": { 4725 "version": "4.0.0", 4726 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", 4727 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", 4728 "license": "MIT", 4729 "dependencies": { 4730 "@types/nlcst": "^2.0.0", 4731 "parse-latin": "^7.0.0", 4732 "unified": "^11.0.0" 4733 }, 4734 "funding": { 4735 "type": "opencollective", 4736 "url": "https://opencollective.com/unified" 4737 } 4738 }, 4739 "node_modules/retext-smartypants": { 4740 "version": "6.2.0", 4741 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz", 4742 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==", 4743 "license": "MIT", 4744 "dependencies": { 4745 "@types/nlcst": "^2.0.0", 4746 "nlcst-to-string": "^4.0.0", 4747 "unist-util-visit": "^5.0.0" 4748 }, 4749 "funding": { 4750 "type": "opencollective", 4751 "url": "https://opencollective.com/unified" 4752 } 4753 }, 4754 "node_modules/retext-stringify": { 4755 "version": "4.0.0", 4756 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", 4757 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", 4758 "license": "MIT", 4759 "dependencies": { 4760 "@types/nlcst": "^2.0.0", 4761 "nlcst-to-string": "^4.0.0", 4762 "unified": "^11.0.0" 4763 }, 4764 "funding": { 4765 "type": "opencollective", 4766 "url": "https://opencollective.com/unified" 4767 } 4768 }, 4769 "node_modules/rollup": { 4770 "version": "4.52.5", 4771 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.5.tgz", 4772 "integrity": "sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==", 4773 "license": "MIT", 4774 "dependencies": { 4775 "@types/estree": "1.0.8" 4776 }, 4777 "bin": { 4778 "rollup": "dist/bin/rollup" 4779 }, 4780 "engines": { 4781 "node": ">=18.0.0", 4782 "npm": ">=8.0.0" 4783 }, 4784 "optionalDependencies": { 4785 "@rollup/rollup-android-arm-eabi": "4.52.5", 4786 "@rollup/rollup-android-arm64": "4.52.5", 4787 "@rollup/rollup-darwin-arm64": "4.52.5", 4788 "@rollup/rollup-darwin-x64": "4.52.5", 4789 "@rollup/rollup-freebsd-arm64": "4.52.5", 4790 "@rollup/rollup-freebsd-x64": "4.52.5", 4791 "@rollup/rollup-linux-arm-gnueabihf": "4.52.5", 4792 "@rollup/rollup-linux-arm-musleabihf": "4.52.5", 4793 "@rollup/rollup-linux-arm64-gnu": "4.52.5", 4794 "@rollup/rollup-linux-arm64-musl": "4.52.5", 4795 "@rollup/rollup-linux-loong64-gnu": "4.52.5", 4796 "@rollup/rollup-linux-ppc64-gnu": "4.52.5", 4797 "@rollup/rollup-linux-riscv64-gnu": "4.52.5", 4798 "@rollup/rollup-linux-riscv64-musl": "4.52.5", 4799 "@rollup/rollup-linux-s390x-gnu": "4.52.5", 4800 "@rollup/rollup-linux-x64-gnu": "4.52.5", 4801 "@rollup/rollup-linux-x64-musl": "4.52.5", 4802 "@rollup/rollup-openharmony-arm64": "4.52.5", 4803 "@rollup/rollup-win32-arm64-msvc": "4.52.5", 4804 "@rollup/rollup-win32-ia32-msvc": "4.52.5", 4805 "@rollup/rollup-win32-x64-gnu": "4.52.5", 4806 "@rollup/rollup-win32-x64-msvc": "4.52.5", 4807 "fsevents": "~2.3.2" 4808 } 4809 }, 4810 "node_modules/semver": { 4811 "version": "7.7.3", 4812 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", 4813 "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", 4814 "license": "ISC", 4815 "bin": { 4816 "semver": "bin/semver.js" 4817 }, 4818 "engines": { 4819 "node": ">=10" 4820 } 4821 }, 4822 "node_modules/sharp": { 4823 "version": "0.34.4", 4824 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz", 4825 "integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==", 4826 "hasInstallScript": true, 4827 "license": "Apache-2.0", 4828 "optional": true, 4829 "dependencies": { 4830 "@img/colour": "^1.0.0", 4831 "detect-libc": "^2.1.0", 4832 "semver": "^7.7.2" 4833 }, 4834 "engines": { 4835 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 4836 }, 4837 "funding": { 4838 "url": "https://opencollective.com/libvips" 4839 }, 4840 "optionalDependencies": { 4841 "@img/sharp-darwin-arm64": "0.34.4", 4842 "@img/sharp-darwin-x64": "0.34.4", 4843 "@img/sharp-libvips-darwin-arm64": "1.2.3", 4844 "@img/sharp-libvips-darwin-x64": "1.2.3", 4845 "@img/sharp-libvips-linux-arm": "1.2.3", 4846 "@img/sharp-libvips-linux-arm64": "1.2.3", 4847 "@img/sharp-libvips-linux-ppc64": "1.2.3", 4848 "@img/sharp-libvips-linux-s390x": "1.2.3", 4849 "@img/sharp-libvips-linux-x64": "1.2.3", 4850 "@img/sharp-libvips-linuxmusl-arm64": "1.2.3", 4851 "@img/sharp-libvips-linuxmusl-x64": "1.2.3", 4852 "@img/sharp-linux-arm": "0.34.4", 4853 "@img/sharp-linux-arm64": "0.34.4", 4854 "@img/sharp-linux-ppc64": "0.34.4", 4855 "@img/sharp-linux-s390x": "0.34.4", 4856 "@img/sharp-linux-x64": "0.34.4", 4857 "@img/sharp-linuxmusl-arm64": "0.34.4", 4858 "@img/sharp-linuxmusl-x64": "0.34.4", 4859 "@img/sharp-wasm32": "0.34.4", 4860 "@img/sharp-win32-arm64": "0.34.4", 4861 "@img/sharp-win32-ia32": "0.34.4", 4862 "@img/sharp-win32-x64": "0.34.4" 4863 } 4864 }, 4865 "node_modules/shiki": { 4866 "version": "3.13.0", 4867 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.13.0.tgz", 4868 "integrity": "sha512-aZW4l8Og16CokuCLf8CF8kq+KK2yOygapU5m3+hoGw0Mdosc6fPitjM+ujYarppj5ZIKGyPDPP1vqmQhr+5/0g==", 4869 "license": "MIT", 4870 "dependencies": { 4871 "@shikijs/core": "3.13.0", 4872 "@shikijs/engine-javascript": "3.13.0", 4873 "@shikijs/engine-oniguruma": "3.13.0", 4874 "@shikijs/langs": "3.13.0", 4875 "@shikijs/themes": "3.13.0", 4876 "@shikijs/types": "3.13.0", 4877 "@shikijs/vscode-textmate": "^10.0.2", 4878 "@types/hast": "^3.0.4" 4879 } 4880 }, 4881 "node_modules/sisteransi": { 4882 "version": "1.0.5", 4883 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 4884 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", 4885 "license": "MIT" 4886 }, 4887 "node_modules/smol-toml": { 4888 "version": "1.4.2", 4889 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.4.2.tgz", 4890 "integrity": "sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==", 4891 "license": "BSD-3-Clause", 4892 "engines": { 4893 "node": ">= 18" 4894 }, 4895 "funding": { 4896 "url": "https://github.com/sponsors/cyyynthia" 4897 } 4898 }, 4899 "node_modules/source-map-js": { 4900 "version": "1.2.1", 4901 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 4902 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 4903 "license": "BSD-3-Clause", 4904 "engines": { 4905 "node": ">=0.10.0" 4906 } 4907 }, 4908 "node_modules/space-separated-tokens": { 4909 "version": "2.0.2", 4910 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 4911 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 4912 "license": "MIT", 4913 "funding": { 4914 "type": "github", 4915 "url": "https://github.com/sponsors/wooorm" 4916 } 4917 }, 4918 "node_modules/string-width": { 4919 "version": "7.2.0", 4920 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 4921 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 4922 "license": "MIT", 4923 "dependencies": { 4924 "emoji-regex": "^10.3.0", 4925 "get-east-asian-width": "^1.0.0", 4926 "strip-ansi": "^7.1.0" 4927 }, 4928 "engines": { 4929 "node": ">=18" 4930 }, 4931 "funding": { 4932 "url": "https://github.com/sponsors/sindresorhus" 4933 } 4934 }, 4935 "node_modules/stringify-entities": { 4936 "version": "4.0.4", 4937 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 4938 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 4939 "license": "MIT", 4940 "dependencies": { 4941 "character-entities-html4": "^2.0.0", 4942 "character-entities-legacy": "^3.0.0" 4943 }, 4944 "funding": { 4945 "type": "github", 4946 "url": "https://github.com/sponsors/wooorm" 4947 } 4948 }, 4949 "node_modules/strip-ansi": { 4950 "version": "7.1.2", 4951 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", 4952 "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", 4953 "license": "MIT", 4954 "dependencies": { 4955 "ansi-regex": "^6.0.1" 4956 }, 4957 "engines": { 4958 "node": ">=12" 4959 }, 4960 "funding": { 4961 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 4962 } 4963 }, 4964 "node_modules/tailwindcss": { 4965 "version": "4.1.16", 4966 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", 4967 "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", 4968 "license": "MIT" 4969 }, 4970 "node_modules/tapable": { 4971 "version": "2.3.0", 4972 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", 4973 "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", 4974 "license": "MIT", 4975 "engines": { 4976 "node": ">=6" 4977 }, 4978 "funding": { 4979 "type": "opencollective", 4980 "url": "https://opencollective.com/webpack" 4981 } 4982 }, 4983 "node_modules/tiny-inflate": { 4984 "version": "1.0.3", 4985 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz", 4986 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==", 4987 "license": "MIT" 4988 }, 4989 "node_modules/tinyexec": { 4990 "version": "1.0.1", 4991 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz", 4992 "integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==", 4993 "license": "MIT" 4994 }, 4995 "node_modules/tinyglobby": { 4996 "version": "0.2.15", 4997 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", 4998 "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", 4999 "license": "MIT", 5000 "dependencies": { 5001 "fdir": "^6.5.0", 5002 "picomatch": "^4.0.3" 5003 }, 5004 "engines": { 5005 "node": ">=12.0.0" 5006 }, 5007 "funding": { 5008 "url": "https://github.com/sponsors/SuperchupuDev" 5009 } 5010 }, 5011 "node_modules/trim-lines": { 5012 "version": "3.0.1", 5013 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 5014 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 5015 "license": "MIT", 5016 "funding": { 5017 "type": "github", 5018 "url": "https://github.com/sponsors/wooorm" 5019 } 5020 }, 5021 "node_modules/trough": { 5022 "version": "2.2.0", 5023 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 5024 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 5025 "license": "MIT", 5026 "funding": { 5027 "type": "github", 5028 "url": "https://github.com/sponsors/wooorm" 5029 } 5030 }, 5031 "node_modules/tsconfck": { 5032 "version": "3.1.6", 5033 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz", 5034 "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==", 5035 "license": "MIT", 5036 "bin": { 5037 "tsconfck": "bin/tsconfck.js" 5038 }, 5039 "engines": { 5040 "node": "^18 || >=20" 5041 }, 5042 "peerDependencies": { 5043 "typescript": "^5.0.0" 5044 }, 5045 "peerDependenciesMeta": { 5046 "typescript": { 5047 "optional": true 5048 } 5049 } 5050 }, 5051 "node_modules/tslib": { 5052 "version": "2.8.1", 5053 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 5054 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 5055 "license": "0BSD" 5056 }, 5057 "node_modules/type-fest": { 5058 "version": "4.41.0", 5059 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", 5060 "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", 5061 "license": "(MIT OR CC0-1.0)", 5062 "engines": { 5063 "node": ">=16" 5064 }, 5065 "funding": { 5066 "url": "https://github.com/sponsors/sindresorhus" 5067 } 5068 }, 5069 "node_modules/typescript": { 5070 "version": "5.9.3", 5071 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", 5072 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", 5073 "license": "Apache-2.0", 5074 "peer": true, 5075 "bin": { 5076 "tsc": "bin/tsc", 5077 "tsserver": "bin/tsserver" 5078 }, 5079 "engines": { 5080 "node": ">=14.17" 5081 } 5082 }, 5083 "node_modules/ufo": { 5084 "version": "1.6.1", 5085 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz", 5086 "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==", 5087 "license": "MIT" 5088 }, 5089 "node_modules/ultrahtml": { 5090 "version": "1.6.0", 5091 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz", 5092 "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==", 5093 "license": "MIT" 5094 }, 5095 "node_modules/uncrypto": { 5096 "version": "0.1.3", 5097 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", 5098 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", 5099 "license": "MIT" 5100 }, 5101 "node_modules/undici-types": { 5102 "version": "7.16.0", 5103 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", 5104 "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", 5105 "license": "MIT" 5106 }, 5107 "node_modules/unicode-properties": { 5108 "version": "1.4.1", 5109 "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz", 5110 "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==", 5111 "license": "MIT", 5112 "dependencies": { 5113 "base64-js": "^1.3.0", 5114 "unicode-trie": "^2.0.0" 5115 } 5116 }, 5117 "node_modules/unicode-trie": { 5118 "version": "2.0.0", 5119 "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz", 5120 "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==", 5121 "license": "MIT", 5122 "dependencies": { 5123 "pako": "^0.2.5", 5124 "tiny-inflate": "^1.0.0" 5125 } 5126 }, 5127 "node_modules/unified": { 5128 "version": "11.0.5", 5129 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 5130 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 5131 "license": "MIT", 5132 "dependencies": { 5133 "@types/unist": "^3.0.0", 5134 "bail": "^2.0.0", 5135 "devlop": "^1.0.0", 5136 "extend": "^3.0.0", 5137 "is-plain-obj": "^4.0.0", 5138 "trough": "^2.0.0", 5139 "vfile": "^6.0.0" 5140 }, 5141 "funding": { 5142 "type": "opencollective", 5143 "url": "https://opencollective.com/unified" 5144 } 5145 }, 5146 "node_modules/unifont": { 5147 "version": "0.6.0", 5148 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.6.0.tgz", 5149 "integrity": "sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==", 5150 "license": "MIT", 5151 "dependencies": { 5152 "css-tree": "^3.0.0", 5153 "ofetch": "^1.4.1", 5154 "ohash": "^2.0.0" 5155 } 5156 }, 5157 "node_modules/unist-util-find-after": { 5158 "version": "5.0.0", 5159 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", 5160 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", 5161 "license": "MIT", 5162 "dependencies": { 5163 "@types/unist": "^3.0.0", 5164 "unist-util-is": "^6.0.0" 5165 }, 5166 "funding": { 5167 "type": "opencollective", 5168 "url": "https://opencollective.com/unified" 5169 } 5170 }, 5171 "node_modules/unist-util-is": { 5172 "version": "6.0.1", 5173 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", 5174 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", 5175 "license": "MIT", 5176 "dependencies": { 5177 "@types/unist": "^3.0.0" 5178 }, 5179 "funding": { 5180 "type": "opencollective", 5181 "url": "https://opencollective.com/unified" 5182 } 5183 }, 5184 "node_modules/unist-util-modify-children": { 5185 "version": "4.0.0", 5186 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", 5187 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", 5188 "license": "MIT", 5189 "dependencies": { 5190 "@types/unist": "^3.0.0", 5191 "array-iterate": "^2.0.0" 5192 }, 5193 "funding": { 5194 "type": "opencollective", 5195 "url": "https://opencollective.com/unified" 5196 } 5197 }, 5198 "node_modules/unist-util-position": { 5199 "version": "5.0.0", 5200 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 5201 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 5202 "license": "MIT", 5203 "dependencies": { 5204 "@types/unist": "^3.0.0" 5205 }, 5206 "funding": { 5207 "type": "opencollective", 5208 "url": "https://opencollective.com/unified" 5209 } 5210 }, 5211 "node_modules/unist-util-remove-position": { 5212 "version": "5.0.0", 5213 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", 5214 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", 5215 "license": "MIT", 5216 "dependencies": { 5217 "@types/unist": "^3.0.0", 5218 "unist-util-visit": "^5.0.0" 5219 }, 5220 "funding": { 5221 "type": "opencollective", 5222 "url": "https://opencollective.com/unified" 5223 } 5224 }, 5225 "node_modules/unist-util-stringify-position": { 5226 "version": "4.0.0", 5227 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 5228 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 5229 "license": "MIT", 5230 "dependencies": { 5231 "@types/unist": "^3.0.0" 5232 }, 5233 "funding": { 5234 "type": "opencollective", 5235 "url": "https://opencollective.com/unified" 5236 } 5237 }, 5238 "node_modules/unist-util-visit": { 5239 "version": "5.0.0", 5240 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 5241 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 5242 "license": "MIT", 5243 "dependencies": { 5244 "@types/unist": "^3.0.0", 5245 "unist-util-is": "^6.0.0", 5246 "unist-util-visit-parents": "^6.0.0" 5247 }, 5248 "funding": { 5249 "type": "opencollective", 5250 "url": "https://opencollective.com/unified" 5251 } 5252 }, 5253 "node_modules/unist-util-visit-children": { 5254 "version": "3.0.0", 5255 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", 5256 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", 5257 "license": "MIT", 5258 "dependencies": { 5259 "@types/unist": "^3.0.0" 5260 }, 5261 "funding": { 5262 "type": "opencollective", 5263 "url": "https://opencollective.com/unified" 5264 } 5265 }, 5266 "node_modules/unist-util-visit-parents": { 5267 "version": "6.0.2", 5268 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", 5269 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", 5270 "license": "MIT", 5271 "dependencies": { 5272 "@types/unist": "^3.0.0", 5273 "unist-util-is": "^6.0.0" 5274 }, 5275 "funding": { 5276 "type": "opencollective", 5277 "url": "https://opencollective.com/unified" 5278 } 5279 }, 5280 "node_modules/unstorage": { 5281 "version": "1.17.1", 5282 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.1.tgz", 5283 "integrity": "sha512-KKGwRTT0iVBCErKemkJCLs7JdxNVfqTPc/85ae1XES0+bsHbc/sFBfVi5kJp156cc51BHinIH2l3k0EZ24vOBQ==", 5284 "license": "MIT", 5285 "dependencies": { 5286 "anymatch": "^3.1.3", 5287 "chokidar": "^4.0.3", 5288 "destr": "^2.0.5", 5289 "h3": "^1.15.4", 5290 "lru-cache": "^10.4.3", 5291 "node-fetch-native": "^1.6.7", 5292 "ofetch": "^1.4.1", 5293 "ufo": "^1.6.1" 5294 }, 5295 "peerDependencies": { 5296 "@azure/app-configuration": "^1.8.0", 5297 "@azure/cosmos": "^4.2.0", 5298 "@azure/data-tables": "^13.3.0", 5299 "@azure/identity": "^4.6.0", 5300 "@azure/keyvault-secrets": "^4.9.0", 5301 "@azure/storage-blob": "^12.26.0", 5302 "@capacitor/preferences": "^6.0.3 || ^7.0.0", 5303 "@deno/kv": ">=0.9.0", 5304 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0", 5305 "@planetscale/database": "^1.19.0", 5306 "@upstash/redis": "^1.34.3", 5307 "@vercel/blob": ">=0.27.1", 5308 "@vercel/functions": "^2.2.12 || ^3.0.0", 5309 "@vercel/kv": "^1.0.1", 5310 "aws4fetch": "^1.0.20", 5311 "db0": ">=0.2.1", 5312 "idb-keyval": "^6.2.1", 5313 "ioredis": "^5.4.2", 5314 "uploadthing": "^7.4.4" 5315 }, 5316 "peerDependenciesMeta": { 5317 "@azure/app-configuration": { 5318 "optional": true 5319 }, 5320 "@azure/cosmos": { 5321 "optional": true 5322 }, 5323 "@azure/data-tables": { 5324 "optional": true 5325 }, 5326 "@azure/identity": { 5327 "optional": true 5328 }, 5329 "@azure/keyvault-secrets": { 5330 "optional": true 5331 }, 5332 "@azure/storage-blob": { 5333 "optional": true 5334 }, 5335 "@capacitor/preferences": { 5336 "optional": true 5337 }, 5338 "@deno/kv": { 5339 "optional": true 5340 }, 5341 "@netlify/blobs": { 5342 "optional": true 5343 }, 5344 "@planetscale/database": { 5345 "optional": true 5346 }, 5347 "@upstash/redis": { 5348 "optional": true 5349 }, 5350 "@vercel/blob": { 5351 "optional": true 5352 }, 5353 "@vercel/functions": { 5354 "optional": true 5355 }, 5356 "@vercel/kv": { 5357 "optional": true 5358 }, 5359 "aws4fetch": { 5360 "optional": true 5361 }, 5362 "db0": { 5363 "optional": true 5364 }, 5365 "idb-keyval": { 5366 "optional": true 5367 }, 5368 "ioredis": { 5369 "optional": true 5370 }, 5371 "uploadthing": { 5372 "optional": true 5373 } 5374 } 5375 }, 5376 "node_modules/update-browserslist-db": { 5377 "version": "1.1.4", 5378 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", 5379 "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", 5380 "funding": [ 5381 { 5382 "type": "opencollective", 5383 "url": "https://opencollective.com/browserslist" 5384 }, 5385 { 5386 "type": "tidelift", 5387 "url": "https://tidelift.com/funding/github/npm/browserslist" 5388 }, 5389 { 5390 "type": "github", 5391 "url": "https://github.com/sponsors/ai" 5392 } 5393 ], 5394 "license": "MIT", 5395 "dependencies": { 5396 "escalade": "^3.2.0", 5397 "picocolors": "^1.1.1" 5398 }, 5399 "bin": { 5400 "update-browserslist-db": "cli.js" 5401 }, 5402 "peerDependencies": { 5403 "browserslist": ">= 4.21.0" 5404 } 5405 }, 5406 "node_modules/vfile": { 5407 "version": "6.0.3", 5408 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 5409 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 5410 "license": "MIT", 5411 "dependencies": { 5412 "@types/unist": "^3.0.0", 5413 "vfile-message": "^4.0.0" 5414 }, 5415 "funding": { 5416 "type": "opencollective", 5417 "url": "https://opencollective.com/unified" 5418 } 5419 }, 5420 "node_modules/vfile-location": { 5421 "version": "5.0.3", 5422 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 5423 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 5424 "license": "MIT", 5425 "dependencies": { 5426 "@types/unist": "^3.0.0", 5427 "vfile": "^6.0.0" 5428 }, 5429 "funding": { 5430 "type": "opencollective", 5431 "url": "https://opencollective.com/unified" 5432 } 5433 }, 5434 "node_modules/vfile-message": { 5435 "version": "4.0.3", 5436 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", 5437 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", 5438 "license": "MIT", 5439 "dependencies": { 5440 "@types/unist": "^3.0.0", 5441 "unist-util-stringify-position": "^4.0.0" 5442 }, 5443 "funding": { 5444 "type": "opencollective", 5445 "url": "https://opencollective.com/unified" 5446 } 5447 }, 5448 "node_modules/vite": { 5449 "version": "6.4.1", 5450 "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", 5451 "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", 5452 "license": "MIT", 5453 "dependencies": { 5454 "esbuild": "^0.25.0", 5455 "fdir": "^6.4.4", 5456 "picomatch": "^4.0.2", 5457 "postcss": "^8.5.3", 5458 "rollup": "^4.34.9", 5459 "tinyglobby": "^0.2.13" 5460 }, 5461 "bin": { 5462 "vite": "bin/vite.js" 5463 }, 5464 "engines": { 5465 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 5466 }, 5467 "funding": { 5468 "url": "https://github.com/vitejs/vite?sponsor=1" 5469 }, 5470 "optionalDependencies": { 5471 "fsevents": "~2.3.3" 5472 }, 5473 "peerDependencies": { 5474 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 5475 "jiti": ">=1.21.0", 5476 "less": "*", 5477 "lightningcss": "^1.21.0", 5478 "sass": "*", 5479 "sass-embedded": "*", 5480 "stylus": "*", 5481 "sugarss": "*", 5482 "terser": "^5.16.0", 5483 "tsx": "^4.8.1", 5484 "yaml": "^2.4.2" 5485 }, 5486 "peerDependenciesMeta": { 5487 "@types/node": { 5488 "optional": true 5489 }, 5490 "jiti": { 5491 "optional": true 5492 }, 5493 "less": { 5494 "optional": true 5495 }, 5496 "lightningcss": { 5497 "optional": true 5498 }, 5499 "sass": { 5500 "optional": true 5501 }, 5502 "sass-embedded": { 5503 "optional": true 5504 }, 5505 "stylus": { 5506 "optional": true 5507 }, 5508 "sugarss": { 5509 "optional": true 5510 }, 5511 "terser": { 5512 "optional": true 5513 }, 5514 "tsx": { 5515 "optional": true 5516 }, 5517 "yaml": { 5518 "optional": true 5519 } 5520 } 5521 }, 5522 "node_modules/vitefu": { 5523 "version": "1.1.1", 5524 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.1.tgz", 5525 "integrity": "sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==", 5526 "license": "MIT", 5527 "workspaces": [ 5528 "tests/deps/*", 5529 "tests/projects/*", 5530 "tests/projects/workspace/packages/*" 5531 ], 5532 "peerDependencies": { 5533 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" 5534 }, 5535 "peerDependenciesMeta": { 5536 "vite": { 5537 "optional": true 5538 } 5539 } 5540 }, 5541 "node_modules/web-namespaces": { 5542 "version": "2.0.1", 5543 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 5544 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 5545 "license": "MIT", 5546 "funding": { 5547 "type": "github", 5548 "url": "https://github.com/sponsors/wooorm" 5549 } 5550 }, 5551 "node_modules/which-pm-runs": { 5552 "version": "1.1.0", 5553 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", 5554 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", 5555 "license": "MIT", 5556 "engines": { 5557 "node": ">=4" 5558 } 5559 }, 5560 "node_modules/widest-line": { 5561 "version": "5.0.0", 5562 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", 5563 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==", 5564 "license": "MIT", 5565 "dependencies": { 5566 "string-width": "^7.0.0" 5567 }, 5568 "engines": { 5569 "node": ">=18" 5570 }, 5571 "funding": { 5572 "url": "https://github.com/sponsors/sindresorhus" 5573 } 5574 }, 5575 "node_modules/wrap-ansi": { 5576 "version": "9.0.2", 5577 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", 5578 "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", 5579 "license": "MIT", 5580 "dependencies": { 5581 "ansi-styles": "^6.2.1", 5582 "string-width": "^7.0.0", 5583 "strip-ansi": "^7.1.0" 5584 }, 5585 "engines": { 5586 "node": ">=18" 5587 }, 5588 "funding": { 5589 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 5590 } 5591 }, 5592 "node_modules/xxhash-wasm": { 5593 "version": "1.1.0", 5594 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz", 5595 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==", 5596 "license": "MIT" 5597 }, 5598 "node_modules/yaml": { 5599 "version": "2.8.1", 5600 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", 5601 "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", 5602 "license": "ISC", 5603 "bin": { 5604 "yaml": "bin.mjs" 5605 }, 5606 "engines": { 5607 "node": ">= 14.6" 5608 } 5609 }, 5610 "node_modules/yargs-parser": { 5611 "version": "21.1.1", 5612 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", 5613 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", 5614 "license": "ISC", 5615 "engines": { 5616 "node": ">=12" 5617 } 5618 }, 5619 "node_modules/yocto-queue": { 5620 "version": "1.2.1", 5621 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz", 5622 "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==", 5623 "license": "MIT", 5624 "engines": { 5625 "node": ">=12.20" 5626 }, 5627 "funding": { 5628 "url": "https://github.com/sponsors/sindresorhus" 5629 } 5630 }, 5631 "node_modules/yocto-spinner": { 5632 "version": "0.2.3", 5633 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.3.tgz", 5634 "integrity": "sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==", 5635 "license": "MIT", 5636 "dependencies": { 5637 "yoctocolors": "^2.1.1" 5638 }, 5639 "engines": { 5640 "node": ">=18.19" 5641 }, 5642 "funding": { 5643 "url": "https://github.com/sponsors/sindresorhus" 5644 } 5645 }, 5646 "node_modules/yoctocolors": { 5647 "version": "2.1.2", 5648 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz", 5649 "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==", 5650 "license": "MIT", 5651 "engines": { 5652 "node": ">=18" 5653 }, 5654 "funding": { 5655 "url": "https://github.com/sponsors/sindresorhus" 5656 } 5657 }, 5658 "node_modules/zod": { 5659 "version": "3.25.76", 5660 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", 5661 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", 5662 "license": "MIT", 5663 "funding": { 5664 "url": "https://github.com/sponsors/colinhacks" 5665 } 5666 }, 5667 "node_modules/zod-to-json-schema": { 5668 "version": "3.24.6", 5669 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz", 5670 "integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==", 5671 "license": "ISC", 5672 "peerDependencies": { 5673 "zod": "^3.24.1" 5674 } 5675 }, 5676 "node_modules/zod-to-ts": { 5677 "version": "1.2.0", 5678 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz", 5679 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==", 5680 "peerDependencies": { 5681 "typescript": "^4.9.4 || ^5.0.2", 5682 "zod": "^3" 5683 } 5684 }, 5685 "node_modules/zwitch": { 5686 "version": "2.0.4", 5687 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 5688 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 5689 "license": "MIT", 5690 "funding": { 5691 "type": "github", 5692 "url": "https://github.com/sponsors/wooorm" 5693 } 5694 } 5695 } 5696}