this repo has no description
0
fork

Configure Feed

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

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