Files for my website bwc9876.dev
0
fork

Configure Feed

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

at 80db6f4e79164f41e06498ba8f6258846c457c00 7990 lines 289 kB view raw
1{ 2 "name": "portfolio-site", 3 "version": "0.0.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "portfolio-site", 9 "version": "0.0.0", 10 "dependencies": { 11 "@astrojs/mdx": "^4.0.8", 12 "@astrojs/rss": "^4.0.10", 13 "@astrojs/sitemap": "^3.2.1", 14 "@iconify-json/bi": "^1.2.1", 15 "@iconify-json/file-icons": "^1.2.0", 16 "@iconify-json/mdi": "^1.2.1", 17 "@iconify-json/simple-icons": "^1.2.26", 18 "astro": "^5.3.1", 19 "astro-icon": "^1.1.4", 20 "cowsay": "^1.6.0", 21 "lightningcss": "^1.29.1", 22 "markdown-it": "^14.1.0", 23 "sanitize-html": "^2.13.1", 24 "sharp": "^0.33.5", 25 "typescript": "^5.7.2" 26 }, 27 "devDependencies": { 28 "@types/markdown-it": "^14.1.2", 29 "@types/sanitize-html": "^2.13.0", 30 "prettier": "^3.5.2", 31 "prettier-plugin-astro": "^0.14.1", 32 "slugify": "^1.6.6" 33 } 34 }, 35 "node_modules/@antfu/install-pkg": { 36 "version": "1.0.0", 37 "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.0.0.tgz", 38 "integrity": "sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==", 39 "license": "MIT", 40 "dependencies": { 41 "package-manager-detector": "^0.2.8", 42 "tinyexec": "^0.3.2" 43 }, 44 "funding": { 45 "url": "https://github.com/sponsors/antfu" 46 } 47 }, 48 "node_modules/@antfu/utils": { 49 "version": "8.1.1", 50 "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-8.1.1.tgz", 51 "integrity": "sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==", 52 "license": "MIT", 53 "funding": { 54 "url": "https://github.com/sponsors/antfu" 55 } 56 }, 57 "node_modules/@astrojs/compiler": { 58 "version": "2.10.4", 59 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.10.4.tgz", 60 "integrity": "sha512-86B3QGagP99MvSNwuJGiYSBHnh8nLvm2Q1IFI15wIUJJsPeQTO3eb2uwBmrqRsXykeR/mBzH8XCgz5AAt1BJrQ==", 61 "license": "MIT" 62 }, 63 "node_modules/@astrojs/internal-helpers": { 64 "version": "0.5.1", 65 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.5.1.tgz", 66 "integrity": "sha512-M7rAge1n2+aOSxNvKUFa0u/KFn0W+sZy7EW91KOSERotm2Ti8qs+1K0xx3zbOxtAVrmJb5/J98eohVvvEqtNkw==", 67 "license": "MIT" 68 }, 69 "node_modules/@astrojs/markdown-remark": { 70 "version": "6.1.0", 71 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.1.0.tgz", 72 "integrity": "sha512-emZNNSTPGgPc3V399Cazpp5+snogjaF04ocOSQn9vy3Kw/eIC4vTQjXOrWDEoSEy+AwPDZX9bQ4wd3bxhpmGgQ==", 73 "license": "MIT", 74 "dependencies": { 75 "@astrojs/prism": "3.2.0", 76 "github-slugger": "^2.0.0", 77 "hast-util-from-html": "^2.0.3", 78 "hast-util-to-text": "^4.0.2", 79 "import-meta-resolve": "^4.1.0", 80 "js-yaml": "^4.1.0", 81 "mdast-util-definitions": "^6.0.0", 82 "rehype-raw": "^7.0.0", 83 "rehype-stringify": "^10.0.1", 84 "remark-gfm": "^4.0.0", 85 "remark-parse": "^11.0.0", 86 "remark-rehype": "^11.1.1", 87 "remark-smartypants": "^3.0.2", 88 "shiki": "^1.29.1", 89 "smol-toml": "^1.3.1", 90 "unified": "^11.0.5", 91 "unist-util-remove-position": "^5.0.0", 92 "unist-util-visit": "^5.0.0", 93 "unist-util-visit-parents": "^6.0.1", 94 "vfile": "^6.0.3" 95 } 96 }, 97 "node_modules/@astrojs/mdx": { 98 "version": "4.0.8", 99 "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.8.tgz", 100 "integrity": "sha512-/aiLr2yQ55W9AbpyOgfMtFXk7g2t7XoWdC2Avps/NqxAx4aYONDLneX43D79QwgqdjFhin7o3cIPp/vVppMbaA==", 101 "license": "MIT", 102 "dependencies": { 103 "@astrojs/markdown-remark": "6.1.0", 104 "@mdx-js/mdx": "^3.1.0", 105 "acorn": "^8.14.0", 106 "es-module-lexer": "^1.6.0", 107 "estree-util-visit": "^2.0.0", 108 "hast-util-to-html": "^9.0.4", 109 "kleur": "^4.1.5", 110 "rehype-raw": "^7.0.0", 111 "remark-gfm": "^4.0.0", 112 "remark-smartypants": "^3.0.2", 113 "source-map": "^0.7.4", 114 "unist-util-visit": "^5.0.0", 115 "vfile": "^6.0.3" 116 }, 117 "engines": { 118 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 119 }, 120 "peerDependencies": { 121 "astro": "^5.0.0" 122 } 123 }, 124 "node_modules/@astrojs/prism": { 125 "version": "3.2.0", 126 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.2.0.tgz", 127 "integrity": "sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==", 128 "license": "MIT", 129 "dependencies": { 130 "prismjs": "^1.29.0" 131 }, 132 "engines": { 133 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 134 } 135 }, 136 "node_modules/@astrojs/rss": { 137 "version": "4.0.11", 138 "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.11.tgz", 139 "integrity": "sha512-3e3H8i6kc97KGnn9iaZBJpIkdoQi8MmR5zH5R+dWsfCM44lLTszOqy1OBfGGxDt56mpQkYVtZJWoxMyWuUZBfw==", 140 "license": "MIT", 141 "dependencies": { 142 "fast-xml-parser": "^4.5.0", 143 "kleur": "^4.1.5" 144 } 145 }, 146 "node_modules/@astrojs/sitemap": { 147 "version": "3.2.1", 148 "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.2.1.tgz", 149 "integrity": "sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==", 150 "license": "MIT", 151 "dependencies": { 152 "sitemap": "^8.0.0", 153 "stream-replace-string": "^2.0.0", 154 "zod": "^3.23.8" 155 } 156 }, 157 "node_modules/@astrojs/telemetry": { 158 "version": "3.2.0", 159 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.2.0.tgz", 160 "integrity": "sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==", 161 "license": "MIT", 162 "dependencies": { 163 "ci-info": "^4.1.0", 164 "debug": "^4.3.7", 165 "dlv": "^1.1.3", 166 "dset": "^3.1.4", 167 "is-docker": "^3.0.0", 168 "is-wsl": "^3.1.0", 169 "which-pm-runs": "^1.1.0" 170 }, 171 "engines": { 172 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 173 } 174 }, 175 "node_modules/@babel/helper-string-parser": { 176 "version": "7.25.9", 177 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", 178 "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", 179 "license": "MIT", 180 "engines": { 181 "node": ">=6.9.0" 182 } 183 }, 184 "node_modules/@babel/helper-validator-identifier": { 185 "version": "7.25.9", 186 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", 187 "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", 188 "license": "MIT", 189 "engines": { 190 "node": ">=6.9.0" 191 } 192 }, 193 "node_modules/@babel/parser": { 194 "version": "7.26.9", 195 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.9.tgz", 196 "integrity": "sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==", 197 "license": "MIT", 198 "dependencies": { 199 "@babel/types": "^7.26.9" 200 }, 201 "bin": { 202 "parser": "bin/babel-parser.js" 203 }, 204 "engines": { 205 "node": ">=6.0.0" 206 } 207 }, 208 "node_modules/@babel/types": { 209 "version": "7.26.9", 210 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.9.tgz", 211 "integrity": "sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==", 212 "license": "MIT", 213 "dependencies": { 214 "@babel/helper-string-parser": "^7.25.9", 215 "@babel/helper-validator-identifier": "^7.25.9" 216 }, 217 "engines": { 218 "node": ">=6.9.0" 219 } 220 }, 221 "node_modules/@emnapi/runtime": { 222 "version": "1.3.1", 223 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz", 224 "integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==", 225 "license": "MIT", 226 "optional": true, 227 "dependencies": { 228 "tslib": "^2.4.0" 229 } 230 }, 231 "node_modules/@esbuild/aix-ppc64": { 232 "version": "0.24.2", 233 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz", 234 "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==", 235 "cpu": [ 236 "ppc64" 237 ], 238 "license": "MIT", 239 "optional": true, 240 "os": [ 241 "aix" 242 ], 243 "engines": { 244 "node": ">=18" 245 } 246 }, 247 "node_modules/@esbuild/android-arm": { 248 "version": "0.24.2", 249 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz", 250 "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==", 251 "cpu": [ 252 "arm" 253 ], 254 "license": "MIT", 255 "optional": true, 256 "os": [ 257 "android" 258 ], 259 "engines": { 260 "node": ">=18" 261 } 262 }, 263 "node_modules/@esbuild/android-arm64": { 264 "version": "0.24.2", 265 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz", 266 "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==", 267 "cpu": [ 268 "arm64" 269 ], 270 "license": "MIT", 271 "optional": true, 272 "os": [ 273 "android" 274 ], 275 "engines": { 276 "node": ">=18" 277 } 278 }, 279 "node_modules/@esbuild/android-x64": { 280 "version": "0.24.2", 281 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz", 282 "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==", 283 "cpu": [ 284 "x64" 285 ], 286 "license": "MIT", 287 "optional": true, 288 "os": [ 289 "android" 290 ], 291 "engines": { 292 "node": ">=18" 293 } 294 }, 295 "node_modules/@esbuild/darwin-arm64": { 296 "version": "0.24.2", 297 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz", 298 "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==", 299 "cpu": [ 300 "arm64" 301 ], 302 "license": "MIT", 303 "optional": true, 304 "os": [ 305 "darwin" 306 ], 307 "engines": { 308 "node": ">=18" 309 } 310 }, 311 "node_modules/@esbuild/darwin-x64": { 312 "version": "0.24.2", 313 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz", 314 "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==", 315 "cpu": [ 316 "x64" 317 ], 318 "license": "MIT", 319 "optional": true, 320 "os": [ 321 "darwin" 322 ], 323 "engines": { 324 "node": ">=18" 325 } 326 }, 327 "node_modules/@esbuild/freebsd-arm64": { 328 "version": "0.24.2", 329 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz", 330 "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==", 331 "cpu": [ 332 "arm64" 333 ], 334 "license": "MIT", 335 "optional": true, 336 "os": [ 337 "freebsd" 338 ], 339 "engines": { 340 "node": ">=18" 341 } 342 }, 343 "node_modules/@esbuild/freebsd-x64": { 344 "version": "0.24.2", 345 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz", 346 "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==", 347 "cpu": [ 348 "x64" 349 ], 350 "license": "MIT", 351 "optional": true, 352 "os": [ 353 "freebsd" 354 ], 355 "engines": { 356 "node": ">=18" 357 } 358 }, 359 "node_modules/@esbuild/linux-arm": { 360 "version": "0.24.2", 361 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz", 362 "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==", 363 "cpu": [ 364 "arm" 365 ], 366 "license": "MIT", 367 "optional": true, 368 "os": [ 369 "linux" 370 ], 371 "engines": { 372 "node": ">=18" 373 } 374 }, 375 "node_modules/@esbuild/linux-arm64": { 376 "version": "0.24.2", 377 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz", 378 "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==", 379 "cpu": [ 380 "arm64" 381 ], 382 "license": "MIT", 383 "optional": true, 384 "os": [ 385 "linux" 386 ], 387 "engines": { 388 "node": ">=18" 389 } 390 }, 391 "node_modules/@esbuild/linux-ia32": { 392 "version": "0.24.2", 393 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz", 394 "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==", 395 "cpu": [ 396 "ia32" 397 ], 398 "license": "MIT", 399 "optional": true, 400 "os": [ 401 "linux" 402 ], 403 "engines": { 404 "node": ">=18" 405 } 406 }, 407 "node_modules/@esbuild/linux-loong64": { 408 "version": "0.24.2", 409 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz", 410 "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==", 411 "cpu": [ 412 "loong64" 413 ], 414 "license": "MIT", 415 "optional": true, 416 "os": [ 417 "linux" 418 ], 419 "engines": { 420 "node": ">=18" 421 } 422 }, 423 "node_modules/@esbuild/linux-mips64el": { 424 "version": "0.24.2", 425 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz", 426 "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==", 427 "cpu": [ 428 "mips64el" 429 ], 430 "license": "MIT", 431 "optional": true, 432 "os": [ 433 "linux" 434 ], 435 "engines": { 436 "node": ">=18" 437 } 438 }, 439 "node_modules/@esbuild/linux-ppc64": { 440 "version": "0.24.2", 441 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz", 442 "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==", 443 "cpu": [ 444 "ppc64" 445 ], 446 "license": "MIT", 447 "optional": true, 448 "os": [ 449 "linux" 450 ], 451 "engines": { 452 "node": ">=18" 453 } 454 }, 455 "node_modules/@esbuild/linux-riscv64": { 456 "version": "0.24.2", 457 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz", 458 "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==", 459 "cpu": [ 460 "riscv64" 461 ], 462 "license": "MIT", 463 "optional": true, 464 "os": [ 465 "linux" 466 ], 467 "engines": { 468 "node": ">=18" 469 } 470 }, 471 "node_modules/@esbuild/linux-s390x": { 472 "version": "0.24.2", 473 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz", 474 "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==", 475 "cpu": [ 476 "s390x" 477 ], 478 "license": "MIT", 479 "optional": true, 480 "os": [ 481 "linux" 482 ], 483 "engines": { 484 "node": ">=18" 485 } 486 }, 487 "node_modules/@esbuild/linux-x64": { 488 "version": "0.24.2", 489 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz", 490 "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==", 491 "cpu": [ 492 "x64" 493 ], 494 "license": "MIT", 495 "optional": true, 496 "os": [ 497 "linux" 498 ], 499 "engines": { 500 "node": ">=18" 501 } 502 }, 503 "node_modules/@esbuild/netbsd-arm64": { 504 "version": "0.24.2", 505 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz", 506 "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==", 507 "cpu": [ 508 "arm64" 509 ], 510 "license": "MIT", 511 "optional": true, 512 "os": [ 513 "netbsd" 514 ], 515 "engines": { 516 "node": ">=18" 517 } 518 }, 519 "node_modules/@esbuild/netbsd-x64": { 520 "version": "0.24.2", 521 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz", 522 "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==", 523 "cpu": [ 524 "x64" 525 ], 526 "license": "MIT", 527 "optional": true, 528 "os": [ 529 "netbsd" 530 ], 531 "engines": { 532 "node": ">=18" 533 } 534 }, 535 "node_modules/@esbuild/openbsd-arm64": { 536 "version": "0.24.2", 537 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz", 538 "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==", 539 "cpu": [ 540 "arm64" 541 ], 542 "license": "MIT", 543 "optional": true, 544 "os": [ 545 "openbsd" 546 ], 547 "engines": { 548 "node": ">=18" 549 } 550 }, 551 "node_modules/@esbuild/openbsd-x64": { 552 "version": "0.24.2", 553 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz", 554 "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==", 555 "cpu": [ 556 "x64" 557 ], 558 "license": "MIT", 559 "optional": true, 560 "os": [ 561 "openbsd" 562 ], 563 "engines": { 564 "node": ">=18" 565 } 566 }, 567 "node_modules/@esbuild/sunos-x64": { 568 "version": "0.24.2", 569 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz", 570 "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==", 571 "cpu": [ 572 "x64" 573 ], 574 "license": "MIT", 575 "optional": true, 576 "os": [ 577 "sunos" 578 ], 579 "engines": { 580 "node": ">=18" 581 } 582 }, 583 "node_modules/@esbuild/win32-arm64": { 584 "version": "0.24.2", 585 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz", 586 "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==", 587 "cpu": [ 588 "arm64" 589 ], 590 "license": "MIT", 591 "optional": true, 592 "os": [ 593 "win32" 594 ], 595 "engines": { 596 "node": ">=18" 597 } 598 }, 599 "node_modules/@esbuild/win32-ia32": { 600 "version": "0.24.2", 601 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz", 602 "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==", 603 "cpu": [ 604 "ia32" 605 ], 606 "license": "MIT", 607 "optional": true, 608 "os": [ 609 "win32" 610 ], 611 "engines": { 612 "node": ">=18" 613 } 614 }, 615 "node_modules/@esbuild/win32-x64": { 616 "version": "0.24.2", 617 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz", 618 "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==", 619 "cpu": [ 620 "x64" 621 ], 622 "license": "MIT", 623 "optional": true, 624 "os": [ 625 "win32" 626 ], 627 "engines": { 628 "node": ">=18" 629 } 630 }, 631 "node_modules/@iconify-json/bi": { 632 "version": "1.2.2", 633 "resolved": "https://registry.npmjs.org/@iconify-json/bi/-/bi-1.2.2.tgz", 634 "integrity": "sha512-f/Wm+RTdBosw3cI/gmg5uSFmdumkw2thUk4qVFS56jTerdal6wqWnWAbRTSJJ/vhH9/y16pRKnvE8F2+M23dzw==", 635 "license": "MIT", 636 "dependencies": { 637 "@iconify/types": "*" 638 } 639 }, 640 "node_modules/@iconify-json/file-icons": { 641 "version": "1.2.1", 642 "resolved": "https://registry.npmjs.org/@iconify-json/file-icons/-/file-icons-1.2.1.tgz", 643 "integrity": "sha512-ciDy+wGZpF2QELM5aGVTwsvh6l3puPbdrIy+L9sVAv1tvSHWFZB2UuadfiLODlVtZFUrzuO404NxESwH88MY1Q==", 644 "license": "ISC", 645 "dependencies": { 646 "@iconify/types": "*" 647 } 648 }, 649 "node_modules/@iconify-json/mdi": { 650 "version": "1.2.3", 651 "resolved": "https://registry.npmjs.org/@iconify-json/mdi/-/mdi-1.2.3.tgz", 652 "integrity": "sha512-O3cLwbDOK7NNDf2ihaQOH5F9JglnulNDFV7WprU2dSoZu3h3cWH//h74uQAB87brHmvFVxIOkuBX2sZSzYhScg==", 653 "license": "Apache-2.0", 654 "dependencies": { 655 "@iconify/types": "*" 656 } 657 }, 658 "node_modules/@iconify-json/simple-icons": { 659 "version": "1.2.26", 660 "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.26.tgz", 661 "integrity": "sha512-NvqRuE+5h/tp4boPlnvfs0alD0CvnRE7oeG9Li5NGmZRx2/rhwlNjW/vEVTyhZcR9zqvRPAVh2GXR+PTEpzV+A==", 662 "license": "CC0-1.0", 663 "dependencies": { 664 "@iconify/types": "*" 665 } 666 }, 667 "node_modules/@iconify/tools": { 668 "version": "4.1.1", 669 "resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-4.1.1.tgz", 670 "integrity": "sha512-Hybu/HGhv6T8nLQhiG9rKx+ekF7NNpPOEQAy7JRSKht3s3dcFSsPccYzk24Znc9MTxrR6Gak3cg6CPP5dyvS2Q==", 671 "license": "MIT", 672 "dependencies": { 673 "@iconify/types": "^2.0.0", 674 "@iconify/utils": "^2.2.0", 675 "@types/tar": "^6.1.13", 676 "axios": "^1.7.9", 677 "cheerio": "1.0.0", 678 "domhandler": "^5.0.3", 679 "extract-zip": "^2.0.1", 680 "local-pkg": "^0.5.1", 681 "pathe": "^1.1.2", 682 "svgo": "^3.3.2", 683 "tar": "^6.2.1" 684 } 685 }, 686 "node_modules/@iconify/types": { 687 "version": "2.0.0", 688 "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", 689 "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", 690 "license": "MIT" 691 }, 692 "node_modules/@iconify/utils": { 693 "version": "2.3.0", 694 "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.3.0.tgz", 695 "integrity": "sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==", 696 "license": "MIT", 697 "dependencies": { 698 "@antfu/install-pkg": "^1.0.0", 699 "@antfu/utils": "^8.1.0", 700 "@iconify/types": "^2.0.0", 701 "debug": "^4.4.0", 702 "globals": "^15.14.0", 703 "kolorist": "^1.8.0", 704 "local-pkg": "^1.0.0", 705 "mlly": "^1.7.4" 706 } 707 }, 708 "node_modules/@iconify/utils/node_modules/local-pkg": { 709 "version": "1.0.0", 710 "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.0.0.tgz", 711 "integrity": "sha512-bbgPw/wmroJsil/GgL4qjDzs5YLTBMQ99weRsok1XCDccQeehbHA/I1oRvk2NPtr7KGZgT/Y5tPRnAtMqeG2Kg==", 712 "license": "MIT", 713 "dependencies": { 714 "mlly": "^1.7.3", 715 "pkg-types": "^1.3.0" 716 }, 717 "engines": { 718 "node": ">=14" 719 }, 720 "funding": { 721 "url": "https://github.com/sponsors/antfu" 722 } 723 }, 724 "node_modules/@img/sharp-darwin-arm64": { 725 "version": "0.33.5", 726 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz", 727 "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==", 728 "cpu": [ 729 "arm64" 730 ], 731 "license": "Apache-2.0", 732 "optional": true, 733 "os": [ 734 "darwin" 735 ], 736 "engines": { 737 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 738 }, 739 "funding": { 740 "url": "https://opencollective.com/libvips" 741 }, 742 "optionalDependencies": { 743 "@img/sharp-libvips-darwin-arm64": "1.0.4" 744 } 745 }, 746 "node_modules/@img/sharp-darwin-x64": { 747 "version": "0.33.5", 748 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz", 749 "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==", 750 "cpu": [ 751 "x64" 752 ], 753 "license": "Apache-2.0", 754 "optional": true, 755 "os": [ 756 "darwin" 757 ], 758 "engines": { 759 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 760 }, 761 "funding": { 762 "url": "https://opencollective.com/libvips" 763 }, 764 "optionalDependencies": { 765 "@img/sharp-libvips-darwin-x64": "1.0.4" 766 } 767 }, 768 "node_modules/@img/sharp-libvips-darwin-arm64": { 769 "version": "1.0.4", 770 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz", 771 "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==", 772 "cpu": [ 773 "arm64" 774 ], 775 "license": "LGPL-3.0-or-later", 776 "optional": true, 777 "os": [ 778 "darwin" 779 ], 780 "funding": { 781 "url": "https://opencollective.com/libvips" 782 } 783 }, 784 "node_modules/@img/sharp-libvips-darwin-x64": { 785 "version": "1.0.4", 786 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz", 787 "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==", 788 "cpu": [ 789 "x64" 790 ], 791 "license": "LGPL-3.0-or-later", 792 "optional": true, 793 "os": [ 794 "darwin" 795 ], 796 "funding": { 797 "url": "https://opencollective.com/libvips" 798 } 799 }, 800 "node_modules/@img/sharp-libvips-linux-arm": { 801 "version": "1.0.5", 802 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz", 803 "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==", 804 "cpu": [ 805 "arm" 806 ], 807 "license": "LGPL-3.0-or-later", 808 "optional": true, 809 "os": [ 810 "linux" 811 ], 812 "funding": { 813 "url": "https://opencollective.com/libvips" 814 } 815 }, 816 "node_modules/@img/sharp-libvips-linux-arm64": { 817 "version": "1.0.4", 818 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz", 819 "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==", 820 "cpu": [ 821 "arm64" 822 ], 823 "license": "LGPL-3.0-or-later", 824 "optional": true, 825 "os": [ 826 "linux" 827 ], 828 "funding": { 829 "url": "https://opencollective.com/libvips" 830 } 831 }, 832 "node_modules/@img/sharp-libvips-linux-s390x": { 833 "version": "1.0.4", 834 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz", 835 "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==", 836 "cpu": [ 837 "s390x" 838 ], 839 "license": "LGPL-3.0-or-later", 840 "optional": true, 841 "os": [ 842 "linux" 843 ], 844 "funding": { 845 "url": "https://opencollective.com/libvips" 846 } 847 }, 848 "node_modules/@img/sharp-libvips-linux-x64": { 849 "version": "1.0.4", 850 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz", 851 "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==", 852 "cpu": [ 853 "x64" 854 ], 855 "license": "LGPL-3.0-or-later", 856 "optional": true, 857 "os": [ 858 "linux" 859 ], 860 "funding": { 861 "url": "https://opencollective.com/libvips" 862 } 863 }, 864 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 865 "version": "1.0.4", 866 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz", 867 "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==", 868 "cpu": [ 869 "arm64" 870 ], 871 "license": "LGPL-3.0-or-later", 872 "optional": true, 873 "os": [ 874 "linux" 875 ], 876 "funding": { 877 "url": "https://opencollective.com/libvips" 878 } 879 }, 880 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 881 "version": "1.0.4", 882 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz", 883 "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==", 884 "cpu": [ 885 "x64" 886 ], 887 "license": "LGPL-3.0-or-later", 888 "optional": true, 889 "os": [ 890 "linux" 891 ], 892 "funding": { 893 "url": "https://opencollective.com/libvips" 894 } 895 }, 896 "node_modules/@img/sharp-linux-arm": { 897 "version": "0.33.5", 898 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz", 899 "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==", 900 "cpu": [ 901 "arm" 902 ], 903 "license": "Apache-2.0", 904 "optional": true, 905 "os": [ 906 "linux" 907 ], 908 "engines": { 909 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 910 }, 911 "funding": { 912 "url": "https://opencollective.com/libvips" 913 }, 914 "optionalDependencies": { 915 "@img/sharp-libvips-linux-arm": "1.0.5" 916 } 917 }, 918 "node_modules/@img/sharp-linux-arm64": { 919 "version": "0.33.5", 920 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz", 921 "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==", 922 "cpu": [ 923 "arm64" 924 ], 925 "license": "Apache-2.0", 926 "optional": true, 927 "os": [ 928 "linux" 929 ], 930 "engines": { 931 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 932 }, 933 "funding": { 934 "url": "https://opencollective.com/libvips" 935 }, 936 "optionalDependencies": { 937 "@img/sharp-libvips-linux-arm64": "1.0.4" 938 } 939 }, 940 "node_modules/@img/sharp-linux-s390x": { 941 "version": "0.33.5", 942 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz", 943 "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==", 944 "cpu": [ 945 "s390x" 946 ], 947 "license": "Apache-2.0", 948 "optional": true, 949 "os": [ 950 "linux" 951 ], 952 "engines": { 953 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 954 }, 955 "funding": { 956 "url": "https://opencollective.com/libvips" 957 }, 958 "optionalDependencies": { 959 "@img/sharp-libvips-linux-s390x": "1.0.4" 960 } 961 }, 962 "node_modules/@img/sharp-linux-x64": { 963 "version": "0.33.5", 964 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz", 965 "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==", 966 "cpu": [ 967 "x64" 968 ], 969 "license": "Apache-2.0", 970 "optional": true, 971 "os": [ 972 "linux" 973 ], 974 "engines": { 975 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 976 }, 977 "funding": { 978 "url": "https://opencollective.com/libvips" 979 }, 980 "optionalDependencies": { 981 "@img/sharp-libvips-linux-x64": "1.0.4" 982 } 983 }, 984 "node_modules/@img/sharp-linuxmusl-arm64": { 985 "version": "0.33.5", 986 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz", 987 "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==", 988 "cpu": [ 989 "arm64" 990 ], 991 "license": "Apache-2.0", 992 "optional": true, 993 "os": [ 994 "linux" 995 ], 996 "engines": { 997 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 998 }, 999 "funding": { 1000 "url": "https://opencollective.com/libvips" 1001 }, 1002 "optionalDependencies": { 1003 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4" 1004 } 1005 }, 1006 "node_modules/@img/sharp-linuxmusl-x64": { 1007 "version": "0.33.5", 1008 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz", 1009 "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==", 1010 "cpu": [ 1011 "x64" 1012 ], 1013 "license": "Apache-2.0", 1014 "optional": true, 1015 "os": [ 1016 "linux" 1017 ], 1018 "engines": { 1019 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1020 }, 1021 "funding": { 1022 "url": "https://opencollective.com/libvips" 1023 }, 1024 "optionalDependencies": { 1025 "@img/sharp-libvips-linuxmusl-x64": "1.0.4" 1026 } 1027 }, 1028 "node_modules/@img/sharp-wasm32": { 1029 "version": "0.33.5", 1030 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz", 1031 "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==", 1032 "cpu": [ 1033 "wasm32" 1034 ], 1035 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", 1036 "optional": true, 1037 "dependencies": { 1038 "@emnapi/runtime": "^1.2.0" 1039 }, 1040 "engines": { 1041 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1042 }, 1043 "funding": { 1044 "url": "https://opencollective.com/libvips" 1045 } 1046 }, 1047 "node_modules/@img/sharp-win32-ia32": { 1048 "version": "0.33.5", 1049 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz", 1050 "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==", 1051 "cpu": [ 1052 "ia32" 1053 ], 1054 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1055 "optional": true, 1056 "os": [ 1057 "win32" 1058 ], 1059 "engines": { 1060 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1061 }, 1062 "funding": { 1063 "url": "https://opencollective.com/libvips" 1064 } 1065 }, 1066 "node_modules/@img/sharp-win32-x64": { 1067 "version": "0.33.5", 1068 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz", 1069 "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==", 1070 "cpu": [ 1071 "x64" 1072 ], 1073 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1074 "optional": true, 1075 "os": [ 1076 "win32" 1077 ], 1078 "engines": { 1079 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1080 }, 1081 "funding": { 1082 "url": "https://opencollective.com/libvips" 1083 } 1084 }, 1085 "node_modules/@jridgewell/sourcemap-codec": { 1086 "version": "1.5.0", 1087 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", 1088 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", 1089 "license": "MIT" 1090 }, 1091 "node_modules/@mdx-js/mdx": { 1092 "version": "3.1.0", 1093 "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.0.tgz", 1094 "integrity": "sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==", 1095 "license": "MIT", 1096 "dependencies": { 1097 "@types/estree": "^1.0.0", 1098 "@types/estree-jsx": "^1.0.0", 1099 "@types/hast": "^3.0.0", 1100 "@types/mdx": "^2.0.0", 1101 "collapse-white-space": "^2.0.0", 1102 "devlop": "^1.0.0", 1103 "estree-util-is-identifier-name": "^3.0.0", 1104 "estree-util-scope": "^1.0.0", 1105 "estree-walker": "^3.0.0", 1106 "hast-util-to-jsx-runtime": "^2.0.0", 1107 "markdown-extensions": "^2.0.0", 1108 "recma-build-jsx": "^1.0.0", 1109 "recma-jsx": "^1.0.0", 1110 "recma-stringify": "^1.0.0", 1111 "rehype-recma": "^1.0.0", 1112 "remark-mdx": "^3.0.0", 1113 "remark-parse": "^11.0.0", 1114 "remark-rehype": "^11.0.0", 1115 "source-map": "^0.7.0", 1116 "unified": "^11.0.0", 1117 "unist-util-position-from-estree": "^2.0.0", 1118 "unist-util-stringify-position": "^4.0.0", 1119 "unist-util-visit": "^5.0.0", 1120 "vfile": "^6.0.0" 1121 }, 1122 "funding": { 1123 "type": "opencollective", 1124 "url": "https://opencollective.com/unified" 1125 } 1126 }, 1127 "node_modules/@oslojs/encoding": { 1128 "version": "1.1.0", 1129 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", 1130 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==", 1131 "license": "MIT" 1132 }, 1133 "node_modules/@rollup/pluginutils": { 1134 "version": "5.1.4", 1135 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz", 1136 "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==", 1137 "license": "MIT", 1138 "dependencies": { 1139 "@types/estree": "^1.0.0", 1140 "estree-walker": "^2.0.2", 1141 "picomatch": "^4.0.2" 1142 }, 1143 "engines": { 1144 "node": ">=14.0.0" 1145 }, 1146 "peerDependencies": { 1147 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 1148 }, 1149 "peerDependenciesMeta": { 1150 "rollup": { 1151 "optional": true 1152 } 1153 } 1154 }, 1155 "node_modules/@rollup/pluginutils/node_modules/estree-walker": { 1156 "version": "2.0.2", 1157 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", 1158 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", 1159 "license": "MIT" 1160 }, 1161 "node_modules/@rollup/rollup-android-arm-eabi": { 1162 "version": "4.34.8", 1163 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.34.8.tgz", 1164 "integrity": "sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==", 1165 "cpu": [ 1166 "arm" 1167 ], 1168 "license": "MIT", 1169 "optional": true, 1170 "os": [ 1171 "android" 1172 ] 1173 }, 1174 "node_modules/@rollup/rollup-android-arm64": { 1175 "version": "4.34.8", 1176 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.34.8.tgz", 1177 "integrity": "sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==", 1178 "cpu": [ 1179 "arm64" 1180 ], 1181 "license": "MIT", 1182 "optional": true, 1183 "os": [ 1184 "android" 1185 ] 1186 }, 1187 "node_modules/@rollup/rollup-darwin-arm64": { 1188 "version": "4.34.8", 1189 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.34.8.tgz", 1190 "integrity": "sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==", 1191 "cpu": [ 1192 "arm64" 1193 ], 1194 "license": "MIT", 1195 "optional": true, 1196 "os": [ 1197 "darwin" 1198 ] 1199 }, 1200 "node_modules/@rollup/rollup-darwin-x64": { 1201 "version": "4.34.8", 1202 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.34.8.tgz", 1203 "integrity": "sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==", 1204 "cpu": [ 1205 "x64" 1206 ], 1207 "license": "MIT", 1208 "optional": true, 1209 "os": [ 1210 "darwin" 1211 ] 1212 }, 1213 "node_modules/@rollup/rollup-freebsd-arm64": { 1214 "version": "4.34.8", 1215 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.34.8.tgz", 1216 "integrity": "sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==", 1217 "cpu": [ 1218 "arm64" 1219 ], 1220 "license": "MIT", 1221 "optional": true, 1222 "os": [ 1223 "freebsd" 1224 ] 1225 }, 1226 "node_modules/@rollup/rollup-freebsd-x64": { 1227 "version": "4.34.8", 1228 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.34.8.tgz", 1229 "integrity": "sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==", 1230 "cpu": [ 1231 "x64" 1232 ], 1233 "license": "MIT", 1234 "optional": true, 1235 "os": [ 1236 "freebsd" 1237 ] 1238 }, 1239 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 1240 "version": "4.34.8", 1241 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.34.8.tgz", 1242 "integrity": "sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==", 1243 "cpu": [ 1244 "arm" 1245 ], 1246 "license": "MIT", 1247 "optional": true, 1248 "os": [ 1249 "linux" 1250 ] 1251 }, 1252 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 1253 "version": "4.34.8", 1254 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.34.8.tgz", 1255 "integrity": "sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==", 1256 "cpu": [ 1257 "arm" 1258 ], 1259 "license": "MIT", 1260 "optional": true, 1261 "os": [ 1262 "linux" 1263 ] 1264 }, 1265 "node_modules/@rollup/rollup-linux-arm64-gnu": { 1266 "version": "4.34.8", 1267 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.34.8.tgz", 1268 "integrity": "sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==", 1269 "cpu": [ 1270 "arm64" 1271 ], 1272 "license": "MIT", 1273 "optional": true, 1274 "os": [ 1275 "linux" 1276 ] 1277 }, 1278 "node_modules/@rollup/rollup-linux-arm64-musl": { 1279 "version": "4.34.8", 1280 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.34.8.tgz", 1281 "integrity": "sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==", 1282 "cpu": [ 1283 "arm64" 1284 ], 1285 "license": "MIT", 1286 "optional": true, 1287 "os": [ 1288 "linux" 1289 ] 1290 }, 1291 "node_modules/@rollup/rollup-linux-loongarch64-gnu": { 1292 "version": "4.34.8", 1293 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.34.8.tgz", 1294 "integrity": "sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==", 1295 "cpu": [ 1296 "loong64" 1297 ], 1298 "license": "MIT", 1299 "optional": true, 1300 "os": [ 1301 "linux" 1302 ] 1303 }, 1304 "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { 1305 "version": "4.34.8", 1306 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.34.8.tgz", 1307 "integrity": "sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==", 1308 "cpu": [ 1309 "ppc64" 1310 ], 1311 "license": "MIT", 1312 "optional": true, 1313 "os": [ 1314 "linux" 1315 ] 1316 }, 1317 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 1318 "version": "4.34.8", 1319 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.34.8.tgz", 1320 "integrity": "sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==", 1321 "cpu": [ 1322 "riscv64" 1323 ], 1324 "license": "MIT", 1325 "optional": true, 1326 "os": [ 1327 "linux" 1328 ] 1329 }, 1330 "node_modules/@rollup/rollup-linux-s390x-gnu": { 1331 "version": "4.34.8", 1332 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.34.8.tgz", 1333 "integrity": "sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==", 1334 "cpu": [ 1335 "s390x" 1336 ], 1337 "license": "MIT", 1338 "optional": true, 1339 "os": [ 1340 "linux" 1341 ] 1342 }, 1343 "node_modules/@rollup/rollup-linux-x64-gnu": { 1344 "version": "4.34.8", 1345 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.8.tgz", 1346 "integrity": "sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==", 1347 "cpu": [ 1348 "x64" 1349 ], 1350 "license": "MIT", 1351 "optional": true, 1352 "os": [ 1353 "linux" 1354 ] 1355 }, 1356 "node_modules/@rollup/rollup-linux-x64-musl": { 1357 "version": "4.34.8", 1358 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.34.8.tgz", 1359 "integrity": "sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==", 1360 "cpu": [ 1361 "x64" 1362 ], 1363 "license": "MIT", 1364 "optional": true, 1365 "os": [ 1366 "linux" 1367 ] 1368 }, 1369 "node_modules/@rollup/rollup-win32-arm64-msvc": { 1370 "version": "4.34.8", 1371 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.34.8.tgz", 1372 "integrity": "sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==", 1373 "cpu": [ 1374 "arm64" 1375 ], 1376 "license": "MIT", 1377 "optional": true, 1378 "os": [ 1379 "win32" 1380 ] 1381 }, 1382 "node_modules/@rollup/rollup-win32-ia32-msvc": { 1383 "version": "4.34.8", 1384 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.34.8.tgz", 1385 "integrity": "sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==", 1386 "cpu": [ 1387 "ia32" 1388 ], 1389 "license": "MIT", 1390 "optional": true, 1391 "os": [ 1392 "win32" 1393 ] 1394 }, 1395 "node_modules/@rollup/rollup-win32-x64-msvc": { 1396 "version": "4.34.8", 1397 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.34.8.tgz", 1398 "integrity": "sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==", 1399 "cpu": [ 1400 "x64" 1401 ], 1402 "license": "MIT", 1403 "optional": true, 1404 "os": [ 1405 "win32" 1406 ] 1407 }, 1408 "node_modules/@shikijs/core": { 1409 "version": "1.29.2", 1410 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.29.2.tgz", 1411 "integrity": "sha512-vju0lY9r27jJfOY4Z7+Rt/nIOjzJpZ3y+nYpqtUZInVoXQ/TJZcfGnNOGnKjFdVZb8qexiCuSlZRKcGfhhTTZQ==", 1412 "license": "MIT", 1413 "dependencies": { 1414 "@shikijs/engine-javascript": "1.29.2", 1415 "@shikijs/engine-oniguruma": "1.29.2", 1416 "@shikijs/types": "1.29.2", 1417 "@shikijs/vscode-textmate": "^10.0.1", 1418 "@types/hast": "^3.0.4", 1419 "hast-util-to-html": "^9.0.4" 1420 } 1421 }, 1422 "node_modules/@shikijs/engine-javascript": { 1423 "version": "1.29.2", 1424 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.29.2.tgz", 1425 "integrity": "sha512-iNEZv4IrLYPv64Q6k7EPpOCE/nuvGiKl7zxdq0WFuRPF5PAE9PRo2JGq/d8crLusM59BRemJ4eOqrFrC4wiQ+A==", 1426 "license": "MIT", 1427 "dependencies": { 1428 "@shikijs/types": "1.29.2", 1429 "@shikijs/vscode-textmate": "^10.0.1", 1430 "oniguruma-to-es": "^2.2.0" 1431 } 1432 }, 1433 "node_modules/@shikijs/engine-oniguruma": { 1434 "version": "1.29.2", 1435 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.29.2.tgz", 1436 "integrity": "sha512-7iiOx3SG8+g1MnlzZVDYiaeHe7Ez2Kf2HrJzdmGwkRisT7r4rak0e655AcM/tF9JG/kg5fMNYlLLKglbN7gBqA==", 1437 "license": "MIT", 1438 "dependencies": { 1439 "@shikijs/types": "1.29.2", 1440 "@shikijs/vscode-textmate": "^10.0.1" 1441 } 1442 }, 1443 "node_modules/@shikijs/langs": { 1444 "version": "1.29.2", 1445 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-1.29.2.tgz", 1446 "integrity": "sha512-FIBA7N3LZ+223U7cJDUYd5shmciFQlYkFXlkKVaHsCPgfVLiO+e12FmQE6Tf9vuyEsFe3dIl8qGWKXgEHL9wmQ==", 1447 "license": "MIT", 1448 "dependencies": { 1449 "@shikijs/types": "1.29.2" 1450 } 1451 }, 1452 "node_modules/@shikijs/themes": { 1453 "version": "1.29.2", 1454 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-1.29.2.tgz", 1455 "integrity": "sha512-i9TNZlsq4uoyqSbluIcZkmPL9Bfi3djVxRnofUHwvx/h6SRW3cwgBC5SML7vsDcWyukY0eCzVN980rqP6qNl9g==", 1456 "license": "MIT", 1457 "dependencies": { 1458 "@shikijs/types": "1.29.2" 1459 } 1460 }, 1461 "node_modules/@shikijs/types": { 1462 "version": "1.29.2", 1463 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.29.2.tgz", 1464 "integrity": "sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw==", 1465 "license": "MIT", 1466 "dependencies": { 1467 "@shikijs/vscode-textmate": "^10.0.1", 1468 "@types/hast": "^3.0.4" 1469 } 1470 }, 1471 "node_modules/@shikijs/vscode-textmate": { 1472 "version": "10.0.2", 1473 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", 1474 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", 1475 "license": "MIT" 1476 }, 1477 "node_modules/@trysound/sax": { 1478 "version": "0.2.0", 1479 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", 1480 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", 1481 "license": "ISC", 1482 "engines": { 1483 "node": ">=10.13.0" 1484 } 1485 }, 1486 "node_modules/@types/acorn": { 1487 "version": "4.0.6", 1488 "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz", 1489 "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==", 1490 "license": "MIT", 1491 "dependencies": { 1492 "@types/estree": "*" 1493 } 1494 }, 1495 "node_modules/@types/cookie": { 1496 "version": "0.6.0", 1497 "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", 1498 "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", 1499 "license": "MIT" 1500 }, 1501 "node_modules/@types/debug": { 1502 "version": "4.1.12", 1503 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1504 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1505 "license": "MIT", 1506 "dependencies": { 1507 "@types/ms": "*" 1508 } 1509 }, 1510 "node_modules/@types/estree": { 1511 "version": "1.0.6", 1512 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", 1513 "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", 1514 "license": "MIT" 1515 }, 1516 "node_modules/@types/estree-jsx": { 1517 "version": "1.0.5", 1518 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", 1519 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", 1520 "license": "MIT", 1521 "dependencies": { 1522 "@types/estree": "*" 1523 } 1524 }, 1525 "node_modules/@types/hast": { 1526 "version": "3.0.4", 1527 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 1528 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 1529 "license": "MIT", 1530 "dependencies": { 1531 "@types/unist": "*" 1532 } 1533 }, 1534 "node_modules/@types/linkify-it": { 1535 "version": "5.0.0", 1536 "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz", 1537 "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==", 1538 "dev": true, 1539 "license": "MIT" 1540 }, 1541 "node_modules/@types/markdown-it": { 1542 "version": "14.1.2", 1543 "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz", 1544 "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==", 1545 "dev": true, 1546 "license": "MIT", 1547 "dependencies": { 1548 "@types/linkify-it": "^5", 1549 "@types/mdurl": "^2" 1550 } 1551 }, 1552 "node_modules/@types/mdast": { 1553 "version": "4.0.4", 1554 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 1555 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 1556 "license": "MIT", 1557 "dependencies": { 1558 "@types/unist": "*" 1559 } 1560 }, 1561 "node_modules/@types/mdurl": { 1562 "version": "2.0.0", 1563 "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz", 1564 "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==", 1565 "dev": true, 1566 "license": "MIT" 1567 }, 1568 "node_modules/@types/mdx": { 1569 "version": "2.0.13", 1570 "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", 1571 "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", 1572 "license": "MIT" 1573 }, 1574 "node_modules/@types/ms": { 1575 "version": "2.1.0", 1576 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 1577 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 1578 "license": "MIT" 1579 }, 1580 "node_modules/@types/nlcst": { 1581 "version": "2.0.3", 1582 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", 1583 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", 1584 "license": "MIT", 1585 "dependencies": { 1586 "@types/unist": "*" 1587 } 1588 }, 1589 "node_modules/@types/node": { 1590 "version": "22.13.5", 1591 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.5.tgz", 1592 "integrity": "sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==", 1593 "license": "MIT", 1594 "dependencies": { 1595 "undici-types": "~6.20.0" 1596 } 1597 }, 1598 "node_modules/@types/sanitize-html": { 1599 "version": "2.13.0", 1600 "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.13.0.tgz", 1601 "integrity": "sha512-X31WxbvW9TjIhZZNyNBZ/p5ax4ti7qsNDBDEnH4zAgmEh35YnFD1UiS6z9Cd34kKm0LslFW0KPmTQzu/oGtsqQ==", 1602 "dev": true, 1603 "license": "MIT", 1604 "dependencies": { 1605 "htmlparser2": "^8.0.0" 1606 } 1607 }, 1608 "node_modules/@types/sax": { 1609 "version": "1.2.7", 1610 "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", 1611 "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", 1612 "license": "MIT", 1613 "dependencies": { 1614 "@types/node": "*" 1615 } 1616 }, 1617 "node_modules/@types/tar": { 1618 "version": "6.1.13", 1619 "resolved": "https://registry.npmjs.org/@types/tar/-/tar-6.1.13.tgz", 1620 "integrity": "sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw==", 1621 "license": "MIT", 1622 "dependencies": { 1623 "@types/node": "*", 1624 "minipass": "^4.0.0" 1625 } 1626 }, 1627 "node_modules/@types/unist": { 1628 "version": "3.0.3", 1629 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 1630 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 1631 "license": "MIT" 1632 }, 1633 "node_modules/@types/yauzl": { 1634 "version": "2.10.3", 1635 "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", 1636 "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", 1637 "license": "MIT", 1638 "optional": true, 1639 "dependencies": { 1640 "@types/node": "*" 1641 } 1642 }, 1643 "node_modules/@ungap/structured-clone": { 1644 "version": "1.3.0", 1645 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", 1646 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", 1647 "license": "ISC" 1648 }, 1649 "node_modules/acorn": { 1650 "version": "8.14.0", 1651 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", 1652 "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", 1653 "license": "MIT", 1654 "bin": { 1655 "acorn": "bin/acorn" 1656 }, 1657 "engines": { 1658 "node": ">=0.4.0" 1659 } 1660 }, 1661 "node_modules/acorn-jsx": { 1662 "version": "5.3.2", 1663 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 1664 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 1665 "license": "MIT", 1666 "peerDependencies": { 1667 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 1668 } 1669 }, 1670 "node_modules/ansi-align": { 1671 "version": "3.0.1", 1672 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 1673 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 1674 "license": "ISC", 1675 "dependencies": { 1676 "string-width": "^4.1.0" 1677 } 1678 }, 1679 "node_modules/ansi-align/node_modules/ansi-regex": { 1680 "version": "5.0.1", 1681 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 1682 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 1683 "license": "MIT", 1684 "engines": { 1685 "node": ">=8" 1686 } 1687 }, 1688 "node_modules/ansi-align/node_modules/emoji-regex": { 1689 "version": "8.0.0", 1690 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 1691 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 1692 "license": "MIT" 1693 }, 1694 "node_modules/ansi-align/node_modules/string-width": { 1695 "version": "4.2.3", 1696 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 1697 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 1698 "license": "MIT", 1699 "dependencies": { 1700 "emoji-regex": "^8.0.0", 1701 "is-fullwidth-code-point": "^3.0.0", 1702 "strip-ansi": "^6.0.1" 1703 }, 1704 "engines": { 1705 "node": ">=8" 1706 } 1707 }, 1708 "node_modules/ansi-align/node_modules/strip-ansi": { 1709 "version": "6.0.1", 1710 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 1711 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 1712 "license": "MIT", 1713 "dependencies": { 1714 "ansi-regex": "^5.0.1" 1715 }, 1716 "engines": { 1717 "node": ">=8" 1718 } 1719 }, 1720 "node_modules/ansi-regex": { 1721 "version": "6.1.0", 1722 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 1723 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 1724 "license": "MIT", 1725 "engines": { 1726 "node": ">=12" 1727 }, 1728 "funding": { 1729 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 1730 } 1731 }, 1732 "node_modules/ansi-styles": { 1733 "version": "6.2.1", 1734 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 1735 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 1736 "license": "MIT", 1737 "engines": { 1738 "node": ">=12" 1739 }, 1740 "funding": { 1741 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 1742 } 1743 }, 1744 "node_modules/anymatch": { 1745 "version": "3.1.3", 1746 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 1747 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 1748 "license": "ISC", 1749 "dependencies": { 1750 "normalize-path": "^3.0.0", 1751 "picomatch": "^2.0.4" 1752 }, 1753 "engines": { 1754 "node": ">= 8" 1755 } 1756 }, 1757 "node_modules/anymatch/node_modules/picomatch": { 1758 "version": "2.3.1", 1759 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 1760 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 1761 "license": "MIT", 1762 "engines": { 1763 "node": ">=8.6" 1764 }, 1765 "funding": { 1766 "url": "https://github.com/sponsors/jonschlinkert" 1767 } 1768 }, 1769 "node_modules/arg": { 1770 "version": "5.0.2", 1771 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 1772 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", 1773 "license": "MIT" 1774 }, 1775 "node_modules/argparse": { 1776 "version": "2.0.1", 1777 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 1778 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 1779 "license": "Python-2.0" 1780 }, 1781 "node_modules/aria-query": { 1782 "version": "5.3.2", 1783 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", 1784 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", 1785 "license": "Apache-2.0", 1786 "engines": { 1787 "node": ">= 0.4" 1788 } 1789 }, 1790 "node_modules/array-iterate": { 1791 "version": "2.0.1", 1792 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 1793 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 1794 "license": "MIT", 1795 "funding": { 1796 "type": "github", 1797 "url": "https://github.com/sponsors/wooorm" 1798 } 1799 }, 1800 "node_modules/astring": { 1801 "version": "1.9.0", 1802 "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", 1803 "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", 1804 "license": "MIT", 1805 "bin": { 1806 "astring": "bin/astring" 1807 } 1808 }, 1809 "node_modules/astro": { 1810 "version": "5.3.1", 1811 "resolved": "https://registry.npmjs.org/astro/-/astro-5.3.1.tgz", 1812 "integrity": "sha512-dfcuWKkGsYI6XH6zhSK4tHGFXRgEbPZZwZQ/VmGtKBnDfFW+3faq6k+ETKlKDeRB4LwDGtaeoH+US4HYC5w1SA==", 1813 "license": "MIT", 1814 "dependencies": { 1815 "@astrojs/compiler": "^2.10.3", 1816 "@astrojs/internal-helpers": "0.5.1", 1817 "@astrojs/markdown-remark": "6.1.0", 1818 "@astrojs/telemetry": "3.2.0", 1819 "@oslojs/encoding": "^1.1.0", 1820 "@rollup/pluginutils": "^5.1.4", 1821 "@types/cookie": "^0.6.0", 1822 "acorn": "^8.14.0", 1823 "aria-query": "^5.3.2", 1824 "axobject-query": "^4.1.0", 1825 "boxen": "8.0.1", 1826 "ci-info": "^4.1.0", 1827 "clsx": "^2.1.1", 1828 "common-ancestor-path": "^1.0.1", 1829 "cookie": "^0.7.2", 1830 "cssesc": "^3.0.0", 1831 "debug": "^4.4.0", 1832 "deterministic-object-hash": "^2.0.2", 1833 "devalue": "^5.1.1", 1834 "diff": "^5.2.0", 1835 "dlv": "^1.1.3", 1836 "dset": "^3.1.4", 1837 "es-module-lexer": "^1.6.0", 1838 "esbuild": "^0.24.2", 1839 "estree-walker": "^3.0.3", 1840 "flattie": "^1.1.1", 1841 "github-slugger": "^2.0.0", 1842 "html-escaper": "3.0.3", 1843 "http-cache-semantics": "^4.1.1", 1844 "js-yaml": "^4.1.0", 1845 "kleur": "^4.1.5", 1846 "magic-string": "^0.30.17", 1847 "magicast": "^0.3.5", 1848 "mrmime": "^2.0.0", 1849 "neotraverse": "^0.6.18", 1850 "p-limit": "^6.2.0", 1851 "p-queue": "^8.1.0", 1852 "picomatch": "^4.0.2", 1853 "preferred-pm": "^4.1.1", 1854 "prompts": "^2.4.2", 1855 "rehype": "^13.0.2", 1856 "semver": "^7.7.1", 1857 "shiki": "^1.29.2", 1858 "tinyexec": "^0.3.2", 1859 "tinyglobby": "^0.2.12", 1860 "tsconfck": "^3.1.4", 1861 "ultrahtml": "^1.5.3", 1862 "unist-util-visit": "^5.0.0", 1863 "unstorage": "^1.14.4", 1864 "vfile": "^6.0.3", 1865 "vite": "^6.0.11", 1866 "vitefu": "^1.0.5", 1867 "which-pm": "^3.0.1", 1868 "xxhash-wasm": "^1.1.0", 1869 "yargs-parser": "^21.1.1", 1870 "yocto-spinner": "^0.2.0", 1871 "zod": "^3.24.1", 1872 "zod-to-json-schema": "^3.24.1", 1873 "zod-to-ts": "^1.2.0" 1874 }, 1875 "bin": { 1876 "astro": "astro.js" 1877 }, 1878 "engines": { 1879 "node": "^18.17.1 || ^20.3.0 || >=22.0.0", 1880 "npm": ">=9.6.5", 1881 "pnpm": ">=7.1.0" 1882 }, 1883 "funding": { 1884 "type": "opencollective", 1885 "url": "https://opencollective.com/astrodotbuild" 1886 }, 1887 "optionalDependencies": { 1888 "sharp": "^0.33.3" 1889 } 1890 }, 1891 "node_modules/astro-icon": { 1892 "version": "1.1.5", 1893 "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.5.tgz", 1894 "integrity": "sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==", 1895 "license": "MIT", 1896 "dependencies": { 1897 "@iconify/tools": "^4.0.5", 1898 "@iconify/types": "^2.0.0", 1899 "@iconify/utils": "^2.1.30" 1900 } 1901 }, 1902 "node_modules/asynckit": { 1903 "version": "0.4.0", 1904 "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", 1905 "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", 1906 "license": "MIT" 1907 }, 1908 "node_modules/axios": { 1909 "version": "1.7.9", 1910 "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", 1911 "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", 1912 "license": "MIT", 1913 "dependencies": { 1914 "follow-redirects": "^1.15.6", 1915 "form-data": "^4.0.0", 1916 "proxy-from-env": "^1.1.0" 1917 } 1918 }, 1919 "node_modules/axobject-query": { 1920 "version": "4.1.0", 1921 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", 1922 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", 1923 "license": "Apache-2.0", 1924 "engines": { 1925 "node": ">= 0.4" 1926 } 1927 }, 1928 "node_modules/bail": { 1929 "version": "2.0.2", 1930 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 1931 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 1932 "license": "MIT", 1933 "funding": { 1934 "type": "github", 1935 "url": "https://github.com/sponsors/wooorm" 1936 } 1937 }, 1938 "node_modules/base-64": { 1939 "version": "1.0.0", 1940 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", 1941 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==", 1942 "license": "MIT" 1943 }, 1944 "node_modules/boolbase": { 1945 "version": "1.0.0", 1946 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 1947 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", 1948 "license": "ISC" 1949 }, 1950 "node_modules/boxen": { 1951 "version": "8.0.1", 1952 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz", 1953 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==", 1954 "license": "MIT", 1955 "dependencies": { 1956 "ansi-align": "^3.0.1", 1957 "camelcase": "^8.0.0", 1958 "chalk": "^5.3.0", 1959 "cli-boxes": "^3.0.0", 1960 "string-width": "^7.2.0", 1961 "type-fest": "^4.21.0", 1962 "widest-line": "^5.0.0", 1963 "wrap-ansi": "^9.0.0" 1964 }, 1965 "engines": { 1966 "node": ">=18" 1967 }, 1968 "funding": { 1969 "url": "https://github.com/sponsors/sindresorhus" 1970 } 1971 }, 1972 "node_modules/braces": { 1973 "version": "3.0.3", 1974 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 1975 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 1976 "license": "MIT", 1977 "dependencies": { 1978 "fill-range": "^7.1.1" 1979 }, 1980 "engines": { 1981 "node": ">=8" 1982 } 1983 }, 1984 "node_modules/buffer-crc32": { 1985 "version": "0.2.13", 1986 "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", 1987 "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", 1988 "license": "MIT", 1989 "engines": { 1990 "node": "*" 1991 } 1992 }, 1993 "node_modules/call-bind-apply-helpers": { 1994 "version": "1.0.2", 1995 "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", 1996 "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", 1997 "license": "MIT", 1998 "dependencies": { 1999 "es-errors": "^1.3.0", 2000 "function-bind": "^1.1.2" 2001 }, 2002 "engines": { 2003 "node": ">= 0.4" 2004 } 2005 }, 2006 "node_modules/camelcase": { 2007 "version": "8.0.0", 2008 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", 2009 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", 2010 "license": "MIT", 2011 "engines": { 2012 "node": ">=16" 2013 }, 2014 "funding": { 2015 "url": "https://github.com/sponsors/sindresorhus" 2016 } 2017 }, 2018 "node_modules/ccount": { 2019 "version": "2.0.1", 2020 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 2021 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 2022 "license": "MIT", 2023 "funding": { 2024 "type": "github", 2025 "url": "https://github.com/sponsors/wooorm" 2026 } 2027 }, 2028 "node_modules/chalk": { 2029 "version": "5.4.1", 2030 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", 2031 "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", 2032 "license": "MIT", 2033 "engines": { 2034 "node": "^12.17.0 || ^14.13 || >=16.0.0" 2035 }, 2036 "funding": { 2037 "url": "https://github.com/chalk/chalk?sponsor=1" 2038 } 2039 }, 2040 "node_modules/character-entities": { 2041 "version": "2.0.2", 2042 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 2043 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 2044 "license": "MIT", 2045 "funding": { 2046 "type": "github", 2047 "url": "https://github.com/sponsors/wooorm" 2048 } 2049 }, 2050 "node_modules/character-entities-html4": { 2051 "version": "2.1.0", 2052 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 2053 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 2054 "license": "MIT", 2055 "funding": { 2056 "type": "github", 2057 "url": "https://github.com/sponsors/wooorm" 2058 } 2059 }, 2060 "node_modules/character-entities-legacy": { 2061 "version": "3.0.0", 2062 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 2063 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 2064 "license": "MIT", 2065 "funding": { 2066 "type": "github", 2067 "url": "https://github.com/sponsors/wooorm" 2068 } 2069 }, 2070 "node_modules/character-reference-invalid": { 2071 "version": "2.0.1", 2072 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", 2073 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", 2074 "license": "MIT", 2075 "funding": { 2076 "type": "github", 2077 "url": "https://github.com/sponsors/wooorm" 2078 } 2079 }, 2080 "node_modules/cheerio": { 2081 "version": "1.0.0", 2082 "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0.tgz", 2083 "integrity": "sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==", 2084 "license": "MIT", 2085 "dependencies": { 2086 "cheerio-select": "^2.1.0", 2087 "dom-serializer": "^2.0.0", 2088 "domhandler": "^5.0.3", 2089 "domutils": "^3.1.0", 2090 "encoding-sniffer": "^0.2.0", 2091 "htmlparser2": "^9.1.0", 2092 "parse5": "^7.1.2", 2093 "parse5-htmlparser2-tree-adapter": "^7.0.0", 2094 "parse5-parser-stream": "^7.1.2", 2095 "undici": "^6.19.5", 2096 "whatwg-mimetype": "^4.0.0" 2097 }, 2098 "engines": { 2099 "node": ">=18.17" 2100 }, 2101 "funding": { 2102 "url": "https://github.com/cheeriojs/cheerio?sponsor=1" 2103 } 2104 }, 2105 "node_modules/cheerio-select": { 2106 "version": "2.1.0", 2107 "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz", 2108 "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==", 2109 "license": "BSD-2-Clause", 2110 "dependencies": { 2111 "boolbase": "^1.0.0", 2112 "css-select": "^5.1.0", 2113 "css-what": "^6.1.0", 2114 "domelementtype": "^2.3.0", 2115 "domhandler": "^5.0.3", 2116 "domutils": "^3.0.1" 2117 }, 2118 "funding": { 2119 "url": "https://github.com/sponsors/fb55" 2120 } 2121 }, 2122 "node_modules/cheerio/node_modules/htmlparser2": { 2123 "version": "9.1.0", 2124 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz", 2125 "integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==", 2126 "funding": [ 2127 "https://github.com/fb55/htmlparser2?sponsor=1", 2128 { 2129 "type": "github", 2130 "url": "https://github.com/sponsors/fb55" 2131 } 2132 ], 2133 "license": "MIT", 2134 "dependencies": { 2135 "domelementtype": "^2.3.0", 2136 "domhandler": "^5.0.3", 2137 "domutils": "^3.1.0", 2138 "entities": "^4.5.0" 2139 } 2140 }, 2141 "node_modules/chokidar": { 2142 "version": "4.0.3", 2143 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", 2144 "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", 2145 "license": "MIT", 2146 "dependencies": { 2147 "readdirp": "^4.0.1" 2148 }, 2149 "engines": { 2150 "node": ">= 14.16.0" 2151 }, 2152 "funding": { 2153 "url": "https://paulmillr.com/funding/" 2154 } 2155 }, 2156 "node_modules/chownr": { 2157 "version": "2.0.0", 2158 "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", 2159 "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", 2160 "license": "ISC", 2161 "engines": { 2162 "node": ">=10" 2163 } 2164 }, 2165 "node_modules/ci-info": { 2166 "version": "4.1.0", 2167 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", 2168 "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", 2169 "funding": [ 2170 { 2171 "type": "github", 2172 "url": "https://github.com/sponsors/sibiraj-s" 2173 } 2174 ], 2175 "license": "MIT", 2176 "engines": { 2177 "node": ">=8" 2178 } 2179 }, 2180 "node_modules/cli-boxes": { 2181 "version": "3.0.0", 2182 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 2183 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 2184 "license": "MIT", 2185 "engines": { 2186 "node": ">=10" 2187 }, 2188 "funding": { 2189 "url": "https://github.com/sponsors/sindresorhus" 2190 } 2191 }, 2192 "node_modules/cliui": { 2193 "version": "6.0.0", 2194 "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", 2195 "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", 2196 "license": "ISC", 2197 "dependencies": { 2198 "string-width": "^4.2.0", 2199 "strip-ansi": "^6.0.0", 2200 "wrap-ansi": "^6.2.0" 2201 } 2202 }, 2203 "node_modules/cliui/node_modules/ansi-regex": { 2204 "version": "5.0.1", 2205 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 2206 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 2207 "license": "MIT", 2208 "engines": { 2209 "node": ">=8" 2210 } 2211 }, 2212 "node_modules/cliui/node_modules/ansi-styles": { 2213 "version": "4.3.0", 2214 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 2215 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 2216 "license": "MIT", 2217 "dependencies": { 2218 "color-convert": "^2.0.1" 2219 }, 2220 "engines": { 2221 "node": ">=8" 2222 }, 2223 "funding": { 2224 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2225 } 2226 }, 2227 "node_modules/cliui/node_modules/emoji-regex": { 2228 "version": "8.0.0", 2229 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 2230 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 2231 "license": "MIT" 2232 }, 2233 "node_modules/cliui/node_modules/string-width": { 2234 "version": "4.2.3", 2235 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 2236 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 2237 "license": "MIT", 2238 "dependencies": { 2239 "emoji-regex": "^8.0.0", 2240 "is-fullwidth-code-point": "^3.0.0", 2241 "strip-ansi": "^6.0.1" 2242 }, 2243 "engines": { 2244 "node": ">=8" 2245 } 2246 }, 2247 "node_modules/cliui/node_modules/strip-ansi": { 2248 "version": "6.0.1", 2249 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 2250 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 2251 "license": "MIT", 2252 "dependencies": { 2253 "ansi-regex": "^5.0.1" 2254 }, 2255 "engines": { 2256 "node": ">=8" 2257 } 2258 }, 2259 "node_modules/cliui/node_modules/wrap-ansi": { 2260 "version": "6.2.0", 2261 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", 2262 "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", 2263 "license": "MIT", 2264 "dependencies": { 2265 "ansi-styles": "^4.0.0", 2266 "string-width": "^4.1.0", 2267 "strip-ansi": "^6.0.0" 2268 }, 2269 "engines": { 2270 "node": ">=8" 2271 } 2272 }, 2273 "node_modules/clsx": { 2274 "version": "2.1.1", 2275 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 2276 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 2277 "license": "MIT", 2278 "engines": { 2279 "node": ">=6" 2280 } 2281 }, 2282 "node_modules/collapse-white-space": { 2283 "version": "2.1.0", 2284 "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", 2285 "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", 2286 "license": "MIT", 2287 "funding": { 2288 "type": "github", 2289 "url": "https://github.com/sponsors/wooorm" 2290 } 2291 }, 2292 "node_modules/color": { 2293 "version": "4.2.3", 2294 "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", 2295 "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", 2296 "license": "MIT", 2297 "dependencies": { 2298 "color-convert": "^2.0.1", 2299 "color-string": "^1.9.0" 2300 }, 2301 "engines": { 2302 "node": ">=12.5.0" 2303 } 2304 }, 2305 "node_modules/color-convert": { 2306 "version": "2.0.1", 2307 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2308 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2309 "license": "MIT", 2310 "dependencies": { 2311 "color-name": "~1.1.4" 2312 }, 2313 "engines": { 2314 "node": ">=7.0.0" 2315 } 2316 }, 2317 "node_modules/color-name": { 2318 "version": "1.1.4", 2319 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2320 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 2321 "license": "MIT" 2322 }, 2323 "node_modules/color-string": { 2324 "version": "1.9.1", 2325 "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", 2326 "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", 2327 "license": "MIT", 2328 "dependencies": { 2329 "color-name": "^1.0.0", 2330 "simple-swizzle": "^0.2.2" 2331 } 2332 }, 2333 "node_modules/combined-stream": { 2334 "version": "1.0.8", 2335 "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", 2336 "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", 2337 "license": "MIT", 2338 "dependencies": { 2339 "delayed-stream": "~1.0.0" 2340 }, 2341 "engines": { 2342 "node": ">= 0.8" 2343 } 2344 }, 2345 "node_modules/comma-separated-tokens": { 2346 "version": "2.0.3", 2347 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 2348 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 2349 "license": "MIT", 2350 "funding": { 2351 "type": "github", 2352 "url": "https://github.com/sponsors/wooorm" 2353 } 2354 }, 2355 "node_modules/commander": { 2356 "version": "7.2.0", 2357 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 2358 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", 2359 "license": "MIT", 2360 "engines": { 2361 "node": ">= 10" 2362 } 2363 }, 2364 "node_modules/common-ancestor-path": { 2365 "version": "1.0.1", 2366 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", 2367 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", 2368 "license": "ISC" 2369 }, 2370 "node_modules/confbox": { 2371 "version": "0.1.8", 2372 "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", 2373 "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", 2374 "license": "MIT" 2375 }, 2376 "node_modules/cookie": { 2377 "version": "0.7.2", 2378 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", 2379 "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", 2380 "license": "MIT", 2381 "engines": { 2382 "node": ">= 0.6" 2383 } 2384 }, 2385 "node_modules/cookie-es": { 2386 "version": "1.2.2", 2387 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz", 2388 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==", 2389 "license": "MIT" 2390 }, 2391 "node_modules/cowsay": { 2392 "version": "1.6.0", 2393 "resolved": "https://registry.npmjs.org/cowsay/-/cowsay-1.6.0.tgz", 2394 "integrity": "sha512-8C4H1jdrgNusTQr3Yu4SCm+ZKsAlDFbpa0KS0Z3im8ueag+9pGOf3CrioruvmeaW/A5oqg9L0ar6qeftAh03jw==", 2395 "license": "MIT", 2396 "dependencies": { 2397 "get-stdin": "8.0.0", 2398 "string-width": "~2.1.1", 2399 "strip-final-newline": "2.0.0", 2400 "yargs": "15.4.1" 2401 }, 2402 "bin": { 2403 "cowsay": "cli.js", 2404 "cowthink": "cli.js" 2405 }, 2406 "engines": { 2407 "node": ">= 4" 2408 } 2409 }, 2410 "node_modules/cowsay/node_modules/ansi-regex": { 2411 "version": "3.0.1", 2412 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", 2413 "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", 2414 "license": "MIT", 2415 "engines": { 2416 "node": ">=4" 2417 } 2418 }, 2419 "node_modules/cowsay/node_modules/is-fullwidth-code-point": { 2420 "version": "2.0.0", 2421 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", 2422 "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", 2423 "license": "MIT", 2424 "engines": { 2425 "node": ">=4" 2426 } 2427 }, 2428 "node_modules/cowsay/node_modules/string-width": { 2429 "version": "2.1.1", 2430 "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", 2431 "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", 2432 "license": "MIT", 2433 "dependencies": { 2434 "is-fullwidth-code-point": "^2.0.0", 2435 "strip-ansi": "^4.0.0" 2436 }, 2437 "engines": { 2438 "node": ">=4" 2439 } 2440 }, 2441 "node_modules/cowsay/node_modules/strip-ansi": { 2442 "version": "4.0.0", 2443 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", 2444 "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", 2445 "license": "MIT", 2446 "dependencies": { 2447 "ansi-regex": "^3.0.0" 2448 }, 2449 "engines": { 2450 "node": ">=4" 2451 } 2452 }, 2453 "node_modules/crossws": { 2454 "version": "0.3.4", 2455 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.4.tgz", 2456 "integrity": "sha512-uj0O1ETYX1Bh6uSgktfPvwDiPYGQ3aI4qVsaC/LWpkIzGj1nUYm5FK3K+t11oOlpN01lGbprFCH4wBlKdJjVgw==", 2457 "license": "MIT", 2458 "dependencies": { 2459 "uncrypto": "^0.1.3" 2460 } 2461 }, 2462 "node_modules/css-select": { 2463 "version": "5.1.0", 2464 "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", 2465 "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", 2466 "license": "BSD-2-Clause", 2467 "dependencies": { 2468 "boolbase": "^1.0.0", 2469 "css-what": "^6.1.0", 2470 "domhandler": "^5.0.2", 2471 "domutils": "^3.0.1", 2472 "nth-check": "^2.0.1" 2473 }, 2474 "funding": { 2475 "url": "https://github.com/sponsors/fb55" 2476 } 2477 }, 2478 "node_modules/css-tree": { 2479 "version": "2.3.1", 2480 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", 2481 "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", 2482 "license": "MIT", 2483 "dependencies": { 2484 "mdn-data": "2.0.30", 2485 "source-map-js": "^1.0.1" 2486 }, 2487 "engines": { 2488 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 2489 } 2490 }, 2491 "node_modules/css-what": { 2492 "version": "6.1.0", 2493 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", 2494 "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", 2495 "license": "BSD-2-Clause", 2496 "engines": { 2497 "node": ">= 6" 2498 }, 2499 "funding": { 2500 "url": "https://github.com/sponsors/fb55" 2501 } 2502 }, 2503 "node_modules/cssesc": { 2504 "version": "3.0.0", 2505 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 2506 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 2507 "license": "MIT", 2508 "bin": { 2509 "cssesc": "bin/cssesc" 2510 }, 2511 "engines": { 2512 "node": ">=4" 2513 } 2514 }, 2515 "node_modules/csso": { 2516 "version": "5.0.5", 2517 "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", 2518 "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", 2519 "license": "MIT", 2520 "dependencies": { 2521 "css-tree": "~2.2.0" 2522 }, 2523 "engines": { 2524 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 2525 "npm": ">=7.0.0" 2526 } 2527 }, 2528 "node_modules/csso/node_modules/css-tree": { 2529 "version": "2.2.1", 2530 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", 2531 "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", 2532 "license": "MIT", 2533 "dependencies": { 2534 "mdn-data": "2.0.28", 2535 "source-map-js": "^1.0.1" 2536 }, 2537 "engines": { 2538 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 2539 "npm": ">=7.0.0" 2540 } 2541 }, 2542 "node_modules/csso/node_modules/mdn-data": { 2543 "version": "2.0.28", 2544 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", 2545 "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", 2546 "license": "CC0-1.0" 2547 }, 2548 "node_modules/debug": { 2549 "version": "4.4.0", 2550 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 2551 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 2552 "license": "MIT", 2553 "dependencies": { 2554 "ms": "^2.1.3" 2555 }, 2556 "engines": { 2557 "node": ">=6.0" 2558 }, 2559 "peerDependenciesMeta": { 2560 "supports-color": { 2561 "optional": true 2562 } 2563 } 2564 }, 2565 "node_modules/decamelize": { 2566 "version": "1.2.0", 2567 "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", 2568 "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", 2569 "license": "MIT", 2570 "engines": { 2571 "node": ">=0.10.0" 2572 } 2573 }, 2574 "node_modules/decode-named-character-reference": { 2575 "version": "1.0.2", 2576 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", 2577 "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", 2578 "license": "MIT", 2579 "dependencies": { 2580 "character-entities": "^2.0.0" 2581 }, 2582 "funding": { 2583 "type": "github", 2584 "url": "https://github.com/sponsors/wooorm" 2585 } 2586 }, 2587 "node_modules/deepmerge": { 2588 "version": "4.3.1", 2589 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", 2590 "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", 2591 "license": "MIT", 2592 "engines": { 2593 "node": ">=0.10.0" 2594 } 2595 }, 2596 "node_modules/defu": { 2597 "version": "6.1.4", 2598 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", 2599 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", 2600 "license": "MIT" 2601 }, 2602 "node_modules/delayed-stream": { 2603 "version": "1.0.0", 2604 "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", 2605 "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", 2606 "license": "MIT", 2607 "engines": { 2608 "node": ">=0.4.0" 2609 } 2610 }, 2611 "node_modules/dequal": { 2612 "version": "2.0.3", 2613 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 2614 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 2615 "license": "MIT", 2616 "engines": { 2617 "node": ">=6" 2618 } 2619 }, 2620 "node_modules/destr": { 2621 "version": "2.0.3", 2622 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz", 2623 "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==", 2624 "license": "MIT" 2625 }, 2626 "node_modules/detect-libc": { 2627 "version": "2.0.3", 2628 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", 2629 "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", 2630 "license": "Apache-2.0", 2631 "engines": { 2632 "node": ">=8" 2633 } 2634 }, 2635 "node_modules/deterministic-object-hash": { 2636 "version": "2.0.2", 2637 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", 2638 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", 2639 "license": "MIT", 2640 "dependencies": { 2641 "base-64": "^1.0.0" 2642 }, 2643 "engines": { 2644 "node": ">=18" 2645 } 2646 }, 2647 "node_modules/devalue": { 2648 "version": "5.1.1", 2649 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.1.1.tgz", 2650 "integrity": "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==", 2651 "license": "MIT" 2652 }, 2653 "node_modules/devlop": { 2654 "version": "1.1.0", 2655 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 2656 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 2657 "license": "MIT", 2658 "dependencies": { 2659 "dequal": "^2.0.0" 2660 }, 2661 "funding": { 2662 "type": "github", 2663 "url": "https://github.com/sponsors/wooorm" 2664 } 2665 }, 2666 "node_modules/diff": { 2667 "version": "5.2.0", 2668 "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", 2669 "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", 2670 "license": "BSD-3-Clause", 2671 "engines": { 2672 "node": ">=0.3.1" 2673 } 2674 }, 2675 "node_modules/dlv": { 2676 "version": "1.1.3", 2677 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 2678 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", 2679 "license": "MIT" 2680 }, 2681 "node_modules/dom-serializer": { 2682 "version": "2.0.0", 2683 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", 2684 "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", 2685 "license": "MIT", 2686 "dependencies": { 2687 "domelementtype": "^2.3.0", 2688 "domhandler": "^5.0.2", 2689 "entities": "^4.2.0" 2690 }, 2691 "funding": { 2692 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" 2693 } 2694 }, 2695 "node_modules/domelementtype": { 2696 "version": "2.3.0", 2697 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 2698 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 2699 "funding": [ 2700 { 2701 "type": "github", 2702 "url": "https://github.com/sponsors/fb55" 2703 } 2704 ], 2705 "license": "BSD-2-Clause" 2706 }, 2707 "node_modules/domhandler": { 2708 "version": "5.0.3", 2709 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", 2710 "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", 2711 "license": "BSD-2-Clause", 2712 "dependencies": { 2713 "domelementtype": "^2.3.0" 2714 }, 2715 "engines": { 2716 "node": ">= 4" 2717 }, 2718 "funding": { 2719 "url": "https://github.com/fb55/domhandler?sponsor=1" 2720 } 2721 }, 2722 "node_modules/domutils": { 2723 "version": "3.2.2", 2724 "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", 2725 "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", 2726 "license": "BSD-2-Clause", 2727 "dependencies": { 2728 "dom-serializer": "^2.0.0", 2729 "domelementtype": "^2.3.0", 2730 "domhandler": "^5.0.3" 2731 }, 2732 "funding": { 2733 "url": "https://github.com/fb55/domutils?sponsor=1" 2734 } 2735 }, 2736 "node_modules/dset": { 2737 "version": "3.1.4", 2738 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", 2739 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", 2740 "license": "MIT", 2741 "engines": { 2742 "node": ">=4" 2743 } 2744 }, 2745 "node_modules/dunder-proto": { 2746 "version": "1.0.1", 2747 "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", 2748 "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", 2749 "license": "MIT", 2750 "dependencies": { 2751 "call-bind-apply-helpers": "^1.0.1", 2752 "es-errors": "^1.3.0", 2753 "gopd": "^1.2.0" 2754 }, 2755 "engines": { 2756 "node": ">= 0.4" 2757 } 2758 }, 2759 "node_modules/emoji-regex": { 2760 "version": "10.4.0", 2761 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", 2762 "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", 2763 "license": "MIT" 2764 }, 2765 "node_modules/emoji-regex-xs": { 2766 "version": "1.0.0", 2767 "resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz", 2768 "integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==", 2769 "license": "MIT" 2770 }, 2771 "node_modules/encoding-sniffer": { 2772 "version": "0.2.0", 2773 "resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.0.tgz", 2774 "integrity": "sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==", 2775 "license": "MIT", 2776 "dependencies": { 2777 "iconv-lite": "^0.6.3", 2778 "whatwg-encoding": "^3.1.1" 2779 }, 2780 "funding": { 2781 "url": "https://github.com/fb55/encoding-sniffer?sponsor=1" 2782 } 2783 }, 2784 "node_modules/end-of-stream": { 2785 "version": "1.4.4", 2786 "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", 2787 "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", 2788 "license": "MIT", 2789 "dependencies": { 2790 "once": "^1.4.0" 2791 } 2792 }, 2793 "node_modules/entities": { 2794 "version": "4.5.0", 2795 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", 2796 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", 2797 "license": "BSD-2-Clause", 2798 "engines": { 2799 "node": ">=0.12" 2800 }, 2801 "funding": { 2802 "url": "https://github.com/fb55/entities?sponsor=1" 2803 } 2804 }, 2805 "node_modules/es-define-property": { 2806 "version": "1.0.1", 2807 "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", 2808 "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", 2809 "license": "MIT", 2810 "engines": { 2811 "node": ">= 0.4" 2812 } 2813 }, 2814 "node_modules/es-errors": { 2815 "version": "1.3.0", 2816 "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", 2817 "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", 2818 "license": "MIT", 2819 "engines": { 2820 "node": ">= 0.4" 2821 } 2822 }, 2823 "node_modules/es-module-lexer": { 2824 "version": "1.6.0", 2825 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz", 2826 "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==", 2827 "license": "MIT" 2828 }, 2829 "node_modules/es-object-atoms": { 2830 "version": "1.1.1", 2831 "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", 2832 "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", 2833 "license": "MIT", 2834 "dependencies": { 2835 "es-errors": "^1.3.0" 2836 }, 2837 "engines": { 2838 "node": ">= 0.4" 2839 } 2840 }, 2841 "node_modules/es-set-tostringtag": { 2842 "version": "2.1.0", 2843 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", 2844 "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", 2845 "license": "MIT", 2846 "dependencies": { 2847 "es-errors": "^1.3.0", 2848 "get-intrinsic": "^1.2.6", 2849 "has-tostringtag": "^1.0.2", 2850 "hasown": "^2.0.2" 2851 }, 2852 "engines": { 2853 "node": ">= 0.4" 2854 } 2855 }, 2856 "node_modules/esast-util-from-estree": { 2857 "version": "2.0.0", 2858 "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz", 2859 "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==", 2860 "license": "MIT", 2861 "dependencies": { 2862 "@types/estree-jsx": "^1.0.0", 2863 "devlop": "^1.0.0", 2864 "estree-util-visit": "^2.0.0", 2865 "unist-util-position-from-estree": "^2.0.0" 2866 }, 2867 "funding": { 2868 "type": "opencollective", 2869 "url": "https://opencollective.com/unified" 2870 } 2871 }, 2872 "node_modules/esast-util-from-js": { 2873 "version": "2.0.1", 2874 "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz", 2875 "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==", 2876 "license": "MIT", 2877 "dependencies": { 2878 "@types/estree-jsx": "^1.0.0", 2879 "acorn": "^8.0.0", 2880 "esast-util-from-estree": "^2.0.0", 2881 "vfile-message": "^4.0.0" 2882 }, 2883 "funding": { 2884 "type": "opencollective", 2885 "url": "https://opencollective.com/unified" 2886 } 2887 }, 2888 "node_modules/esbuild": { 2889 "version": "0.24.2", 2890 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz", 2891 "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==", 2892 "hasInstallScript": true, 2893 "license": "MIT", 2894 "bin": { 2895 "esbuild": "bin/esbuild" 2896 }, 2897 "engines": { 2898 "node": ">=18" 2899 }, 2900 "optionalDependencies": { 2901 "@esbuild/aix-ppc64": "0.24.2", 2902 "@esbuild/android-arm": "0.24.2", 2903 "@esbuild/android-arm64": "0.24.2", 2904 "@esbuild/android-x64": "0.24.2", 2905 "@esbuild/darwin-arm64": "0.24.2", 2906 "@esbuild/darwin-x64": "0.24.2", 2907 "@esbuild/freebsd-arm64": "0.24.2", 2908 "@esbuild/freebsd-x64": "0.24.2", 2909 "@esbuild/linux-arm": "0.24.2", 2910 "@esbuild/linux-arm64": "0.24.2", 2911 "@esbuild/linux-ia32": "0.24.2", 2912 "@esbuild/linux-loong64": "0.24.2", 2913 "@esbuild/linux-mips64el": "0.24.2", 2914 "@esbuild/linux-ppc64": "0.24.2", 2915 "@esbuild/linux-riscv64": "0.24.2", 2916 "@esbuild/linux-s390x": "0.24.2", 2917 "@esbuild/linux-x64": "0.24.2", 2918 "@esbuild/netbsd-arm64": "0.24.2", 2919 "@esbuild/netbsd-x64": "0.24.2", 2920 "@esbuild/openbsd-arm64": "0.24.2", 2921 "@esbuild/openbsd-x64": "0.24.2", 2922 "@esbuild/sunos-x64": "0.24.2", 2923 "@esbuild/win32-arm64": "0.24.2", 2924 "@esbuild/win32-ia32": "0.24.2", 2925 "@esbuild/win32-x64": "0.24.2" 2926 } 2927 }, 2928 "node_modules/escape-string-regexp": { 2929 "version": "5.0.0", 2930 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 2931 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 2932 "license": "MIT", 2933 "engines": { 2934 "node": ">=12" 2935 }, 2936 "funding": { 2937 "url": "https://github.com/sponsors/sindresorhus" 2938 } 2939 }, 2940 "node_modules/esprima": { 2941 "version": "4.0.1", 2942 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", 2943 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", 2944 "license": "BSD-2-Clause", 2945 "bin": { 2946 "esparse": "bin/esparse.js", 2947 "esvalidate": "bin/esvalidate.js" 2948 }, 2949 "engines": { 2950 "node": ">=4" 2951 } 2952 }, 2953 "node_modules/estree-util-attach-comments": { 2954 "version": "3.0.0", 2955 "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", 2956 "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", 2957 "license": "MIT", 2958 "dependencies": { 2959 "@types/estree": "^1.0.0" 2960 }, 2961 "funding": { 2962 "type": "opencollective", 2963 "url": "https://opencollective.com/unified" 2964 } 2965 }, 2966 "node_modules/estree-util-build-jsx": { 2967 "version": "3.0.1", 2968 "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", 2969 "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", 2970 "license": "MIT", 2971 "dependencies": { 2972 "@types/estree-jsx": "^1.0.0", 2973 "devlop": "^1.0.0", 2974 "estree-util-is-identifier-name": "^3.0.0", 2975 "estree-walker": "^3.0.0" 2976 }, 2977 "funding": { 2978 "type": "opencollective", 2979 "url": "https://opencollective.com/unified" 2980 } 2981 }, 2982 "node_modules/estree-util-is-identifier-name": { 2983 "version": "3.0.0", 2984 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", 2985 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", 2986 "license": "MIT", 2987 "funding": { 2988 "type": "opencollective", 2989 "url": "https://opencollective.com/unified" 2990 } 2991 }, 2992 "node_modules/estree-util-scope": { 2993 "version": "1.0.0", 2994 "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz", 2995 "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==", 2996 "license": "MIT", 2997 "dependencies": { 2998 "@types/estree": "^1.0.0", 2999 "devlop": "^1.0.0" 3000 }, 3001 "funding": { 3002 "type": "opencollective", 3003 "url": "https://opencollective.com/unified" 3004 } 3005 }, 3006 "node_modules/estree-util-to-js": { 3007 "version": "2.0.0", 3008 "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", 3009 "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", 3010 "license": "MIT", 3011 "dependencies": { 3012 "@types/estree-jsx": "^1.0.0", 3013 "astring": "^1.8.0", 3014 "source-map": "^0.7.0" 3015 }, 3016 "funding": { 3017 "type": "opencollective", 3018 "url": "https://opencollective.com/unified" 3019 } 3020 }, 3021 "node_modules/estree-util-visit": { 3022 "version": "2.0.0", 3023 "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", 3024 "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", 3025 "license": "MIT", 3026 "dependencies": { 3027 "@types/estree-jsx": "^1.0.0", 3028 "@types/unist": "^3.0.0" 3029 }, 3030 "funding": { 3031 "type": "opencollective", 3032 "url": "https://opencollective.com/unified" 3033 } 3034 }, 3035 "node_modules/estree-walker": { 3036 "version": "3.0.3", 3037 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 3038 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 3039 "license": "MIT", 3040 "dependencies": { 3041 "@types/estree": "^1.0.0" 3042 } 3043 }, 3044 "node_modules/eventemitter3": { 3045 "version": "5.0.1", 3046 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", 3047 "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", 3048 "license": "MIT" 3049 }, 3050 "node_modules/extend": { 3051 "version": "3.0.2", 3052 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 3053 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 3054 "license": "MIT" 3055 }, 3056 "node_modules/extract-zip": { 3057 "version": "2.0.1", 3058 "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", 3059 "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", 3060 "license": "BSD-2-Clause", 3061 "dependencies": { 3062 "debug": "^4.1.1", 3063 "get-stream": "^5.1.0", 3064 "yauzl": "^2.10.0" 3065 }, 3066 "bin": { 3067 "extract-zip": "cli.js" 3068 }, 3069 "engines": { 3070 "node": ">= 10.17.0" 3071 }, 3072 "optionalDependencies": { 3073 "@types/yauzl": "^2.9.1" 3074 } 3075 }, 3076 "node_modules/fast-xml-parser": { 3077 "version": "4.5.3", 3078 "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", 3079 "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", 3080 "funding": [ 3081 { 3082 "type": "github", 3083 "url": "https://github.com/sponsors/NaturalIntelligence" 3084 } 3085 ], 3086 "license": "MIT", 3087 "dependencies": { 3088 "strnum": "^1.1.1" 3089 }, 3090 "bin": { 3091 "fxparser": "src/cli/cli.js" 3092 } 3093 }, 3094 "node_modules/fd-slicer": { 3095 "version": "1.1.0", 3096 "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", 3097 "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", 3098 "license": "MIT", 3099 "dependencies": { 3100 "pend": "~1.2.0" 3101 } 3102 }, 3103 "node_modules/fdir": { 3104 "version": "6.4.3", 3105 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz", 3106 "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==", 3107 "license": "MIT", 3108 "peerDependencies": { 3109 "picomatch": "^3 || ^4" 3110 }, 3111 "peerDependenciesMeta": { 3112 "picomatch": { 3113 "optional": true 3114 } 3115 } 3116 }, 3117 "node_modules/fill-range": { 3118 "version": "7.1.1", 3119 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 3120 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 3121 "license": "MIT", 3122 "dependencies": { 3123 "to-regex-range": "^5.0.1" 3124 }, 3125 "engines": { 3126 "node": ">=8" 3127 } 3128 }, 3129 "node_modules/find-up": { 3130 "version": "4.1.0", 3131 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", 3132 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", 3133 "license": "MIT", 3134 "dependencies": { 3135 "locate-path": "^5.0.0", 3136 "path-exists": "^4.0.0" 3137 }, 3138 "engines": { 3139 "node": ">=8" 3140 } 3141 }, 3142 "node_modules/find-up-simple": { 3143 "version": "1.0.0", 3144 "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz", 3145 "integrity": "sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==", 3146 "license": "MIT", 3147 "engines": { 3148 "node": ">=18" 3149 }, 3150 "funding": { 3151 "url": "https://github.com/sponsors/sindresorhus" 3152 } 3153 }, 3154 "node_modules/find-yarn-workspace-root2": { 3155 "version": "1.2.16", 3156 "resolved": "https://registry.npmjs.org/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz", 3157 "integrity": "sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==", 3158 "license": "Apache-2.0", 3159 "dependencies": { 3160 "micromatch": "^4.0.2", 3161 "pkg-dir": "^4.2.0" 3162 } 3163 }, 3164 "node_modules/flattie": { 3165 "version": "1.1.1", 3166 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", 3167 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==", 3168 "license": "MIT", 3169 "engines": { 3170 "node": ">=8" 3171 } 3172 }, 3173 "node_modules/follow-redirects": { 3174 "version": "1.15.9", 3175 "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", 3176 "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", 3177 "funding": [ 3178 { 3179 "type": "individual", 3180 "url": "https://github.com/sponsors/RubenVerborgh" 3181 } 3182 ], 3183 "license": "MIT", 3184 "engines": { 3185 "node": ">=4.0" 3186 }, 3187 "peerDependenciesMeta": { 3188 "debug": { 3189 "optional": true 3190 } 3191 } 3192 }, 3193 "node_modules/form-data": { 3194 "version": "4.0.2", 3195 "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz", 3196 "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", 3197 "license": "MIT", 3198 "dependencies": { 3199 "asynckit": "^0.4.0", 3200 "combined-stream": "^1.0.8", 3201 "es-set-tostringtag": "^2.1.0", 3202 "mime-types": "^2.1.12" 3203 }, 3204 "engines": { 3205 "node": ">= 6" 3206 } 3207 }, 3208 "node_modules/fs-minipass": { 3209 "version": "2.1.0", 3210 "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", 3211 "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", 3212 "license": "ISC", 3213 "dependencies": { 3214 "minipass": "^3.0.0" 3215 }, 3216 "engines": { 3217 "node": ">= 8" 3218 } 3219 }, 3220 "node_modules/fs-minipass/node_modules/minipass": { 3221 "version": "3.3.6", 3222 "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", 3223 "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", 3224 "license": "ISC", 3225 "dependencies": { 3226 "yallist": "^4.0.0" 3227 }, 3228 "engines": { 3229 "node": ">=8" 3230 } 3231 }, 3232 "node_modules/fsevents": { 3233 "version": "2.3.3", 3234 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 3235 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 3236 "hasInstallScript": true, 3237 "license": "MIT", 3238 "optional": true, 3239 "os": [ 3240 "darwin" 3241 ], 3242 "engines": { 3243 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 3244 } 3245 }, 3246 "node_modules/function-bind": { 3247 "version": "1.1.2", 3248 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", 3249 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", 3250 "license": "MIT", 3251 "funding": { 3252 "url": "https://github.com/sponsors/ljharb" 3253 } 3254 }, 3255 "node_modules/get-caller-file": { 3256 "version": "2.0.5", 3257 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", 3258 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", 3259 "license": "ISC", 3260 "engines": { 3261 "node": "6.* || 8.* || >= 10.*" 3262 } 3263 }, 3264 "node_modules/get-east-asian-width": { 3265 "version": "1.3.0", 3266 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", 3267 "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", 3268 "license": "MIT", 3269 "engines": { 3270 "node": ">=18" 3271 }, 3272 "funding": { 3273 "url": "https://github.com/sponsors/sindresorhus" 3274 } 3275 }, 3276 "node_modules/get-intrinsic": { 3277 "version": "1.3.0", 3278 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", 3279 "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", 3280 "license": "MIT", 3281 "dependencies": { 3282 "call-bind-apply-helpers": "^1.0.2", 3283 "es-define-property": "^1.0.1", 3284 "es-errors": "^1.3.0", 3285 "es-object-atoms": "^1.1.1", 3286 "function-bind": "^1.1.2", 3287 "get-proto": "^1.0.1", 3288 "gopd": "^1.2.0", 3289 "has-symbols": "^1.1.0", 3290 "hasown": "^2.0.2", 3291 "math-intrinsics": "^1.1.0" 3292 }, 3293 "engines": { 3294 "node": ">= 0.4" 3295 }, 3296 "funding": { 3297 "url": "https://github.com/sponsors/ljharb" 3298 } 3299 }, 3300 "node_modules/get-proto": { 3301 "version": "1.0.1", 3302 "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", 3303 "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", 3304 "license": "MIT", 3305 "dependencies": { 3306 "dunder-proto": "^1.0.1", 3307 "es-object-atoms": "^1.0.0" 3308 }, 3309 "engines": { 3310 "node": ">= 0.4" 3311 } 3312 }, 3313 "node_modules/get-stdin": { 3314 "version": "8.0.0", 3315 "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", 3316 "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", 3317 "license": "MIT", 3318 "engines": { 3319 "node": ">=10" 3320 }, 3321 "funding": { 3322 "url": "https://github.com/sponsors/sindresorhus" 3323 } 3324 }, 3325 "node_modules/get-stream": { 3326 "version": "5.2.0", 3327 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", 3328 "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", 3329 "license": "MIT", 3330 "dependencies": { 3331 "pump": "^3.0.0" 3332 }, 3333 "engines": { 3334 "node": ">=8" 3335 }, 3336 "funding": { 3337 "url": "https://github.com/sponsors/sindresorhus" 3338 } 3339 }, 3340 "node_modules/github-slugger": { 3341 "version": "2.0.0", 3342 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 3343 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", 3344 "license": "ISC" 3345 }, 3346 "node_modules/globals": { 3347 "version": "15.15.0", 3348 "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", 3349 "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", 3350 "license": "MIT", 3351 "engines": { 3352 "node": ">=18" 3353 }, 3354 "funding": { 3355 "url": "https://github.com/sponsors/sindresorhus" 3356 } 3357 }, 3358 "node_modules/gopd": { 3359 "version": "1.2.0", 3360 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", 3361 "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", 3362 "license": "MIT", 3363 "engines": { 3364 "node": ">= 0.4" 3365 }, 3366 "funding": { 3367 "url": "https://github.com/sponsors/ljharb" 3368 } 3369 }, 3370 "node_modules/graceful-fs": { 3371 "version": "4.2.11", 3372 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 3373 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 3374 "license": "ISC" 3375 }, 3376 "node_modules/h3": { 3377 "version": "1.15.1", 3378 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.1.tgz", 3379 "integrity": "sha512-+ORaOBttdUm1E2Uu/obAyCguiI7MbBvsLTndc3gyK3zU+SYLoZXlyCP9Xgy0gikkGufFLTZXCXD6+4BsufnmHA==", 3380 "license": "MIT", 3381 "dependencies": { 3382 "cookie-es": "^1.2.2", 3383 "crossws": "^0.3.3", 3384 "defu": "^6.1.4", 3385 "destr": "^2.0.3", 3386 "iron-webcrypto": "^1.2.1", 3387 "node-mock-http": "^1.0.0", 3388 "radix3": "^1.1.2", 3389 "ufo": "^1.5.4", 3390 "uncrypto": "^0.1.3" 3391 } 3392 }, 3393 "node_modules/has-symbols": { 3394 "version": "1.1.0", 3395 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", 3396 "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", 3397 "license": "MIT", 3398 "engines": { 3399 "node": ">= 0.4" 3400 }, 3401 "funding": { 3402 "url": "https://github.com/sponsors/ljharb" 3403 } 3404 }, 3405 "node_modules/has-tostringtag": { 3406 "version": "1.0.2", 3407 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", 3408 "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", 3409 "license": "MIT", 3410 "dependencies": { 3411 "has-symbols": "^1.0.3" 3412 }, 3413 "engines": { 3414 "node": ">= 0.4" 3415 }, 3416 "funding": { 3417 "url": "https://github.com/sponsors/ljharb" 3418 } 3419 }, 3420 "node_modules/hasown": { 3421 "version": "2.0.2", 3422 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", 3423 "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", 3424 "license": "MIT", 3425 "dependencies": { 3426 "function-bind": "^1.1.2" 3427 }, 3428 "engines": { 3429 "node": ">= 0.4" 3430 } 3431 }, 3432 "node_modules/hast-util-from-html": { 3433 "version": "2.0.3", 3434 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 3435 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 3436 "license": "MIT", 3437 "dependencies": { 3438 "@types/hast": "^3.0.0", 3439 "devlop": "^1.1.0", 3440 "hast-util-from-parse5": "^8.0.0", 3441 "parse5": "^7.0.0", 3442 "vfile": "^6.0.0", 3443 "vfile-message": "^4.0.0" 3444 }, 3445 "funding": { 3446 "type": "opencollective", 3447 "url": "https://opencollective.com/unified" 3448 } 3449 }, 3450 "node_modules/hast-util-from-parse5": { 3451 "version": "8.0.3", 3452 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz", 3453 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==", 3454 "license": "MIT", 3455 "dependencies": { 3456 "@types/hast": "^3.0.0", 3457 "@types/unist": "^3.0.0", 3458 "devlop": "^1.0.0", 3459 "hastscript": "^9.0.0", 3460 "property-information": "^7.0.0", 3461 "vfile": "^6.0.0", 3462 "vfile-location": "^5.0.0", 3463 "web-namespaces": "^2.0.0" 3464 }, 3465 "funding": { 3466 "type": "opencollective", 3467 "url": "https://opencollective.com/unified" 3468 } 3469 }, 3470 "node_modules/hast-util-is-element": { 3471 "version": "3.0.0", 3472 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 3473 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 3474 "license": "MIT", 3475 "dependencies": { 3476 "@types/hast": "^3.0.0" 3477 }, 3478 "funding": { 3479 "type": "opencollective", 3480 "url": "https://opencollective.com/unified" 3481 } 3482 }, 3483 "node_modules/hast-util-parse-selector": { 3484 "version": "4.0.0", 3485 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 3486 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 3487 "license": "MIT", 3488 "dependencies": { 3489 "@types/hast": "^3.0.0" 3490 }, 3491 "funding": { 3492 "type": "opencollective", 3493 "url": "https://opencollective.com/unified" 3494 } 3495 }, 3496 "node_modules/hast-util-raw": { 3497 "version": "9.1.0", 3498 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", 3499 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", 3500 "license": "MIT", 3501 "dependencies": { 3502 "@types/hast": "^3.0.0", 3503 "@types/unist": "^3.0.0", 3504 "@ungap/structured-clone": "^1.0.0", 3505 "hast-util-from-parse5": "^8.0.0", 3506 "hast-util-to-parse5": "^8.0.0", 3507 "html-void-elements": "^3.0.0", 3508 "mdast-util-to-hast": "^13.0.0", 3509 "parse5": "^7.0.0", 3510 "unist-util-position": "^5.0.0", 3511 "unist-util-visit": "^5.0.0", 3512 "vfile": "^6.0.0", 3513 "web-namespaces": "^2.0.0", 3514 "zwitch": "^2.0.0" 3515 }, 3516 "funding": { 3517 "type": "opencollective", 3518 "url": "https://opencollective.com/unified" 3519 } 3520 }, 3521 "node_modules/hast-util-to-estree": { 3522 "version": "3.1.2", 3523 "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.2.tgz", 3524 "integrity": "sha512-94SDoKOfop5gP8RHyw4vV1aj+oChuD42g08BONGAaWFbbO6iaWUqxk7SWfGybgcVzhK16KifZr3zD2dqQgx3jQ==", 3525 "license": "MIT", 3526 "dependencies": { 3527 "@types/estree": "^1.0.0", 3528 "@types/estree-jsx": "^1.0.0", 3529 "@types/hast": "^3.0.0", 3530 "comma-separated-tokens": "^2.0.0", 3531 "devlop": "^1.0.0", 3532 "estree-util-attach-comments": "^3.0.0", 3533 "estree-util-is-identifier-name": "^3.0.0", 3534 "hast-util-whitespace": "^3.0.0", 3535 "mdast-util-mdx-expression": "^2.0.0", 3536 "mdast-util-mdx-jsx": "^3.0.0", 3537 "mdast-util-mdxjs-esm": "^2.0.0", 3538 "property-information": "^7.0.0", 3539 "space-separated-tokens": "^2.0.0", 3540 "style-to-object": "^1.0.0", 3541 "unist-util-position": "^5.0.0", 3542 "zwitch": "^2.0.0" 3543 }, 3544 "funding": { 3545 "type": "opencollective", 3546 "url": "https://opencollective.com/unified" 3547 } 3548 }, 3549 "node_modules/hast-util-to-html": { 3550 "version": "9.0.5", 3551 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", 3552 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", 3553 "license": "MIT", 3554 "dependencies": { 3555 "@types/hast": "^3.0.0", 3556 "@types/unist": "^3.0.0", 3557 "ccount": "^2.0.0", 3558 "comma-separated-tokens": "^2.0.0", 3559 "hast-util-whitespace": "^3.0.0", 3560 "html-void-elements": "^3.0.0", 3561 "mdast-util-to-hast": "^13.0.0", 3562 "property-information": "^7.0.0", 3563 "space-separated-tokens": "^2.0.0", 3564 "stringify-entities": "^4.0.0", 3565 "zwitch": "^2.0.4" 3566 }, 3567 "funding": { 3568 "type": "opencollective", 3569 "url": "https://opencollective.com/unified" 3570 } 3571 }, 3572 "node_modules/hast-util-to-jsx-runtime": { 3573 "version": "2.3.5", 3574 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.5.tgz", 3575 "integrity": "sha512-gHD+HoFxOMmmXLuq9f2dZDMQHVcplCVpMfBNRpJsF03yyLZvJGzsFORe8orVuYDX9k2w0VH0uF8oryFd1whqKQ==", 3576 "license": "MIT", 3577 "dependencies": { 3578 "@types/estree": "^1.0.0", 3579 "@types/hast": "^3.0.0", 3580 "@types/unist": "^3.0.0", 3581 "comma-separated-tokens": "^2.0.0", 3582 "devlop": "^1.0.0", 3583 "estree-util-is-identifier-name": "^3.0.0", 3584 "hast-util-whitespace": "^3.0.0", 3585 "mdast-util-mdx-expression": "^2.0.0", 3586 "mdast-util-mdx-jsx": "^3.0.0", 3587 "mdast-util-mdxjs-esm": "^2.0.0", 3588 "property-information": "^7.0.0", 3589 "space-separated-tokens": "^2.0.0", 3590 "style-to-object": "^1.0.0", 3591 "unist-util-position": "^5.0.0", 3592 "vfile-message": "^4.0.0" 3593 }, 3594 "funding": { 3595 "type": "opencollective", 3596 "url": "https://opencollective.com/unified" 3597 } 3598 }, 3599 "node_modules/hast-util-to-parse5": { 3600 "version": "8.0.0", 3601 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", 3602 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", 3603 "license": "MIT", 3604 "dependencies": { 3605 "@types/hast": "^3.0.0", 3606 "comma-separated-tokens": "^2.0.0", 3607 "devlop": "^1.0.0", 3608 "property-information": "^6.0.0", 3609 "space-separated-tokens": "^2.0.0", 3610 "web-namespaces": "^2.0.0", 3611 "zwitch": "^2.0.0" 3612 }, 3613 "funding": { 3614 "type": "opencollective", 3615 "url": "https://opencollective.com/unified" 3616 } 3617 }, 3618 "node_modules/hast-util-to-parse5/node_modules/property-information": { 3619 "version": "6.5.0", 3620 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", 3621 "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", 3622 "license": "MIT", 3623 "funding": { 3624 "type": "github", 3625 "url": "https://github.com/sponsors/wooorm" 3626 } 3627 }, 3628 "node_modules/hast-util-to-text": { 3629 "version": "4.0.2", 3630 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", 3631 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", 3632 "license": "MIT", 3633 "dependencies": { 3634 "@types/hast": "^3.0.0", 3635 "@types/unist": "^3.0.0", 3636 "hast-util-is-element": "^3.0.0", 3637 "unist-util-find-after": "^5.0.0" 3638 }, 3639 "funding": { 3640 "type": "opencollective", 3641 "url": "https://opencollective.com/unified" 3642 } 3643 }, 3644 "node_modules/hast-util-whitespace": { 3645 "version": "3.0.0", 3646 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 3647 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 3648 "license": "MIT", 3649 "dependencies": { 3650 "@types/hast": "^3.0.0" 3651 }, 3652 "funding": { 3653 "type": "opencollective", 3654 "url": "https://opencollective.com/unified" 3655 } 3656 }, 3657 "node_modules/hastscript": { 3658 "version": "9.0.1", 3659 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", 3660 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", 3661 "license": "MIT", 3662 "dependencies": { 3663 "@types/hast": "^3.0.0", 3664 "comma-separated-tokens": "^2.0.0", 3665 "hast-util-parse-selector": "^4.0.0", 3666 "property-information": "^7.0.0", 3667 "space-separated-tokens": "^2.0.0" 3668 }, 3669 "funding": { 3670 "type": "opencollective", 3671 "url": "https://opencollective.com/unified" 3672 } 3673 }, 3674 "node_modules/html-escaper": { 3675 "version": "3.0.3", 3676 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", 3677 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", 3678 "license": "MIT" 3679 }, 3680 "node_modules/html-void-elements": { 3681 "version": "3.0.0", 3682 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 3683 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 3684 "license": "MIT", 3685 "funding": { 3686 "type": "github", 3687 "url": "https://github.com/sponsors/wooorm" 3688 } 3689 }, 3690 "node_modules/htmlparser2": { 3691 "version": "8.0.2", 3692 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", 3693 "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", 3694 "funding": [ 3695 "https://github.com/fb55/htmlparser2?sponsor=1", 3696 { 3697 "type": "github", 3698 "url": "https://github.com/sponsors/fb55" 3699 } 3700 ], 3701 "license": "MIT", 3702 "dependencies": { 3703 "domelementtype": "^2.3.0", 3704 "domhandler": "^5.0.3", 3705 "domutils": "^3.0.1", 3706 "entities": "^4.4.0" 3707 } 3708 }, 3709 "node_modules/http-cache-semantics": { 3710 "version": "4.1.1", 3711 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", 3712 "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", 3713 "license": "BSD-2-Clause" 3714 }, 3715 "node_modules/iconv-lite": { 3716 "version": "0.6.3", 3717 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 3718 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 3719 "license": "MIT", 3720 "dependencies": { 3721 "safer-buffer": ">= 2.1.2 < 3.0.0" 3722 }, 3723 "engines": { 3724 "node": ">=0.10.0" 3725 } 3726 }, 3727 "node_modules/import-meta-resolve": { 3728 "version": "4.1.0", 3729 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", 3730 "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==", 3731 "license": "MIT", 3732 "funding": { 3733 "type": "github", 3734 "url": "https://github.com/sponsors/wooorm" 3735 } 3736 }, 3737 "node_modules/inline-style-parser": { 3738 "version": "0.2.4", 3739 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz", 3740 "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==", 3741 "license": "MIT" 3742 }, 3743 "node_modules/iron-webcrypto": { 3744 "version": "1.2.1", 3745 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", 3746 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", 3747 "license": "MIT", 3748 "funding": { 3749 "url": "https://github.com/sponsors/brc-dd" 3750 } 3751 }, 3752 "node_modules/is-alphabetical": { 3753 "version": "2.0.1", 3754 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", 3755 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", 3756 "license": "MIT", 3757 "funding": { 3758 "type": "github", 3759 "url": "https://github.com/sponsors/wooorm" 3760 } 3761 }, 3762 "node_modules/is-alphanumerical": { 3763 "version": "2.0.1", 3764 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", 3765 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", 3766 "license": "MIT", 3767 "dependencies": { 3768 "is-alphabetical": "^2.0.0", 3769 "is-decimal": "^2.0.0" 3770 }, 3771 "funding": { 3772 "type": "github", 3773 "url": "https://github.com/sponsors/wooorm" 3774 } 3775 }, 3776 "node_modules/is-arrayish": { 3777 "version": "0.3.2", 3778 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", 3779 "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", 3780 "license": "MIT" 3781 }, 3782 "node_modules/is-decimal": { 3783 "version": "2.0.1", 3784 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", 3785 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", 3786 "license": "MIT", 3787 "funding": { 3788 "type": "github", 3789 "url": "https://github.com/sponsors/wooorm" 3790 } 3791 }, 3792 "node_modules/is-docker": { 3793 "version": "3.0.0", 3794 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 3795 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 3796 "license": "MIT", 3797 "bin": { 3798 "is-docker": "cli.js" 3799 }, 3800 "engines": { 3801 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3802 }, 3803 "funding": { 3804 "url": "https://github.com/sponsors/sindresorhus" 3805 } 3806 }, 3807 "node_modules/is-fullwidth-code-point": { 3808 "version": "3.0.0", 3809 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 3810 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 3811 "license": "MIT", 3812 "engines": { 3813 "node": ">=8" 3814 } 3815 }, 3816 "node_modules/is-hexadecimal": { 3817 "version": "2.0.1", 3818 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", 3819 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", 3820 "license": "MIT", 3821 "funding": { 3822 "type": "github", 3823 "url": "https://github.com/sponsors/wooorm" 3824 } 3825 }, 3826 "node_modules/is-inside-container": { 3827 "version": "1.0.0", 3828 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 3829 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 3830 "license": "MIT", 3831 "dependencies": { 3832 "is-docker": "^3.0.0" 3833 }, 3834 "bin": { 3835 "is-inside-container": "cli.js" 3836 }, 3837 "engines": { 3838 "node": ">=14.16" 3839 }, 3840 "funding": { 3841 "url": "https://github.com/sponsors/sindresorhus" 3842 } 3843 }, 3844 "node_modules/is-number": { 3845 "version": "7.0.0", 3846 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 3847 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 3848 "license": "MIT", 3849 "engines": { 3850 "node": ">=0.12.0" 3851 } 3852 }, 3853 "node_modules/is-plain-obj": { 3854 "version": "4.1.0", 3855 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 3856 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 3857 "license": "MIT", 3858 "engines": { 3859 "node": ">=12" 3860 }, 3861 "funding": { 3862 "url": "https://github.com/sponsors/sindresorhus" 3863 } 3864 }, 3865 "node_modules/is-plain-object": { 3866 "version": "5.0.0", 3867 "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", 3868 "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", 3869 "license": "MIT", 3870 "engines": { 3871 "node": ">=0.10.0" 3872 } 3873 }, 3874 "node_modules/is-wsl": { 3875 "version": "3.1.0", 3876 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", 3877 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", 3878 "license": "MIT", 3879 "dependencies": { 3880 "is-inside-container": "^1.0.0" 3881 }, 3882 "engines": { 3883 "node": ">=16" 3884 }, 3885 "funding": { 3886 "url": "https://github.com/sponsors/sindresorhus" 3887 } 3888 }, 3889 "node_modules/js-yaml": { 3890 "version": "4.1.0", 3891 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 3892 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 3893 "license": "MIT", 3894 "dependencies": { 3895 "argparse": "^2.0.1" 3896 }, 3897 "bin": { 3898 "js-yaml": "bin/js-yaml.js" 3899 } 3900 }, 3901 "node_modules/kleur": { 3902 "version": "4.1.5", 3903 "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", 3904 "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", 3905 "license": "MIT", 3906 "engines": { 3907 "node": ">=6" 3908 } 3909 }, 3910 "node_modules/kolorist": { 3911 "version": "1.8.0", 3912 "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", 3913 "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==", 3914 "license": "MIT" 3915 }, 3916 "node_modules/lightningcss": { 3917 "version": "1.29.1", 3918 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.29.1.tgz", 3919 "integrity": "sha512-FmGoeD4S05ewj+AkhTY+D+myDvXI6eL27FjHIjoyUkO/uw7WZD1fBVs0QxeYWa7E17CUHJaYX/RUGISCtcrG4Q==", 3920 "license": "MPL-2.0", 3921 "dependencies": { 3922 "detect-libc": "^1.0.3" 3923 }, 3924 "engines": { 3925 "node": ">= 12.0.0" 3926 }, 3927 "funding": { 3928 "type": "opencollective", 3929 "url": "https://opencollective.com/parcel" 3930 }, 3931 "optionalDependencies": { 3932 "lightningcss-darwin-arm64": "1.29.1", 3933 "lightningcss-darwin-x64": "1.29.1", 3934 "lightningcss-freebsd-x64": "1.29.1", 3935 "lightningcss-linux-arm-gnueabihf": "1.29.1", 3936 "lightningcss-linux-arm64-gnu": "1.29.1", 3937 "lightningcss-linux-arm64-musl": "1.29.1", 3938 "lightningcss-linux-x64-gnu": "1.29.1", 3939 "lightningcss-linux-x64-musl": "1.29.1", 3940 "lightningcss-win32-arm64-msvc": "1.29.1", 3941 "lightningcss-win32-x64-msvc": "1.29.1" 3942 } 3943 }, 3944 "node_modules/lightningcss-darwin-arm64": { 3945 "version": "1.29.1", 3946 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.29.1.tgz", 3947 "integrity": "sha512-HtR5XJ5A0lvCqYAoSv2QdZZyoHNttBpa5EP9aNuzBQeKGfbyH5+UipLWvVzpP4Uml5ej4BYs5I9Lco9u1fECqw==", 3948 "cpu": [ 3949 "arm64" 3950 ], 3951 "license": "MPL-2.0", 3952 "optional": true, 3953 "os": [ 3954 "darwin" 3955 ], 3956 "engines": { 3957 "node": ">= 12.0.0" 3958 }, 3959 "funding": { 3960 "type": "opencollective", 3961 "url": "https://opencollective.com/parcel" 3962 } 3963 }, 3964 "node_modules/lightningcss-darwin-x64": { 3965 "version": "1.29.1", 3966 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.29.1.tgz", 3967 "integrity": "sha512-k33G9IzKUpHy/J/3+9MCO4e+PzaFblsgBjSGlpAaFikeBFm8B/CkO3cKU9oI4g+fjS2KlkLM/Bza9K/aw8wsNA==", 3968 "cpu": [ 3969 "x64" 3970 ], 3971 "license": "MPL-2.0", 3972 "optional": true, 3973 "os": [ 3974 "darwin" 3975 ], 3976 "engines": { 3977 "node": ">= 12.0.0" 3978 }, 3979 "funding": { 3980 "type": "opencollective", 3981 "url": "https://opencollective.com/parcel" 3982 } 3983 }, 3984 "node_modules/lightningcss-freebsd-x64": { 3985 "version": "1.29.1", 3986 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.29.1.tgz", 3987 "integrity": "sha512-0SUW22fv/8kln2LnIdOCmSuXnxgxVC276W5KLTwoehiO0hxkacBxjHOL5EtHD8BAXg2BvuhsJPmVMasvby3LiQ==", 3988 "cpu": [ 3989 "x64" 3990 ], 3991 "license": "MPL-2.0", 3992 "optional": true, 3993 "os": [ 3994 "freebsd" 3995 ], 3996 "engines": { 3997 "node": ">= 12.0.0" 3998 }, 3999 "funding": { 4000 "type": "opencollective", 4001 "url": "https://opencollective.com/parcel" 4002 } 4003 }, 4004 "node_modules/lightningcss-linux-arm-gnueabihf": { 4005 "version": "1.29.1", 4006 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.29.1.tgz", 4007 "integrity": "sha512-sD32pFvlR0kDlqsOZmYqH/68SqUMPNj+0pucGxToXZi4XZgZmqeX/NkxNKCPsswAXU3UeYgDSpGhu05eAufjDg==", 4008 "cpu": [ 4009 "arm" 4010 ], 4011 "license": "MPL-2.0", 4012 "optional": true, 4013 "os": [ 4014 "linux" 4015 ], 4016 "engines": { 4017 "node": ">= 12.0.0" 4018 }, 4019 "funding": { 4020 "type": "opencollective", 4021 "url": "https://opencollective.com/parcel" 4022 } 4023 }, 4024 "node_modules/lightningcss-linux-arm64-gnu": { 4025 "version": "1.29.1", 4026 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.29.1.tgz", 4027 "integrity": "sha512-0+vClRIZ6mmJl/dxGuRsE197o1HDEeeRk6nzycSy2GofC2JsY4ifCRnvUWf/CUBQmlrvMzt6SMQNMSEu22csWQ==", 4028 "cpu": [ 4029 "arm64" 4030 ], 4031 "license": "MPL-2.0", 4032 "optional": true, 4033 "os": [ 4034 "linux" 4035 ], 4036 "engines": { 4037 "node": ">= 12.0.0" 4038 }, 4039 "funding": { 4040 "type": "opencollective", 4041 "url": "https://opencollective.com/parcel" 4042 } 4043 }, 4044 "node_modules/lightningcss-linux-arm64-musl": { 4045 "version": "1.29.1", 4046 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.29.1.tgz", 4047 "integrity": "sha512-UKMFrG4rL/uHNgelBsDwJcBqVpzNJbzsKkbI3Ja5fg00sgQnHw/VrzUTEc4jhZ+AN2BvQYz/tkHu4vt1kLuJyw==", 4048 "cpu": [ 4049 "arm64" 4050 ], 4051 "license": "MPL-2.0", 4052 "optional": true, 4053 "os": [ 4054 "linux" 4055 ], 4056 "engines": { 4057 "node": ">= 12.0.0" 4058 }, 4059 "funding": { 4060 "type": "opencollective", 4061 "url": "https://opencollective.com/parcel" 4062 } 4063 }, 4064 "node_modules/lightningcss-linux-x64-gnu": { 4065 "version": "1.29.1", 4066 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.29.1.tgz", 4067 "integrity": "sha512-u1S+xdODy/eEtjADqirA774y3jLcm8RPtYztwReEXoZKdzgsHYPl0s5V52Tst+GKzqjebkULT86XMSxejzfISw==", 4068 "cpu": [ 4069 "x64" 4070 ], 4071 "license": "MPL-2.0", 4072 "optional": true, 4073 "os": [ 4074 "linux" 4075 ], 4076 "engines": { 4077 "node": ">= 12.0.0" 4078 }, 4079 "funding": { 4080 "type": "opencollective", 4081 "url": "https://opencollective.com/parcel" 4082 } 4083 }, 4084 "node_modules/lightningcss-linux-x64-musl": { 4085 "version": "1.29.1", 4086 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.29.1.tgz", 4087 "integrity": "sha512-L0Tx0DtaNUTzXv0lbGCLB/c/qEADanHbu4QdcNOXLIe1i8i22rZRpbT3gpWYsCh9aSL9zFujY/WmEXIatWvXbw==", 4088 "cpu": [ 4089 "x64" 4090 ], 4091 "license": "MPL-2.0", 4092 "optional": true, 4093 "os": [ 4094 "linux" 4095 ], 4096 "engines": { 4097 "node": ">= 12.0.0" 4098 }, 4099 "funding": { 4100 "type": "opencollective", 4101 "url": "https://opencollective.com/parcel" 4102 } 4103 }, 4104 "node_modules/lightningcss-win32-arm64-msvc": { 4105 "version": "1.29.1", 4106 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.29.1.tgz", 4107 "integrity": "sha512-QoOVnkIEFfbW4xPi+dpdft/zAKmgLgsRHfJalEPYuJDOWf7cLQzYg0DEh8/sn737FaeMJxHZRc1oBreiwZCjog==", 4108 "cpu": [ 4109 "arm64" 4110 ], 4111 "license": "MPL-2.0", 4112 "optional": true, 4113 "os": [ 4114 "win32" 4115 ], 4116 "engines": { 4117 "node": ">= 12.0.0" 4118 }, 4119 "funding": { 4120 "type": "opencollective", 4121 "url": "https://opencollective.com/parcel" 4122 } 4123 }, 4124 "node_modules/lightningcss-win32-x64-msvc": { 4125 "version": "1.29.1", 4126 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.29.1.tgz", 4127 "integrity": "sha512-NygcbThNBe4JElP+olyTI/doBNGJvLs3bFCRPdvuCcxZCcCZ71B858IHpdm7L1btZex0FvCmM17FK98Y9MRy1Q==", 4128 "cpu": [ 4129 "x64" 4130 ], 4131 "license": "MPL-2.0", 4132 "optional": true, 4133 "os": [ 4134 "win32" 4135 ], 4136 "engines": { 4137 "node": ">= 12.0.0" 4138 }, 4139 "funding": { 4140 "type": "opencollective", 4141 "url": "https://opencollective.com/parcel" 4142 } 4143 }, 4144 "node_modules/lightningcss/node_modules/detect-libc": { 4145 "version": "1.0.3", 4146 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", 4147 "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", 4148 "license": "Apache-2.0", 4149 "bin": { 4150 "detect-libc": "bin/detect-libc.js" 4151 }, 4152 "engines": { 4153 "node": ">=0.10" 4154 } 4155 }, 4156 "node_modules/linkify-it": { 4157 "version": "5.0.0", 4158 "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", 4159 "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", 4160 "license": "MIT", 4161 "dependencies": { 4162 "uc.micro": "^2.0.0" 4163 } 4164 }, 4165 "node_modules/load-yaml-file": { 4166 "version": "0.2.0", 4167 "resolved": "https://registry.npmjs.org/load-yaml-file/-/load-yaml-file-0.2.0.tgz", 4168 "integrity": "sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==", 4169 "license": "MIT", 4170 "dependencies": { 4171 "graceful-fs": "^4.1.5", 4172 "js-yaml": "^3.13.0", 4173 "pify": "^4.0.1", 4174 "strip-bom": "^3.0.0" 4175 }, 4176 "engines": { 4177 "node": ">=6" 4178 } 4179 }, 4180 "node_modules/load-yaml-file/node_modules/argparse": { 4181 "version": "1.0.10", 4182 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 4183 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 4184 "license": "MIT", 4185 "dependencies": { 4186 "sprintf-js": "~1.0.2" 4187 } 4188 }, 4189 "node_modules/load-yaml-file/node_modules/js-yaml": { 4190 "version": "3.14.1", 4191 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", 4192 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", 4193 "license": "MIT", 4194 "dependencies": { 4195 "argparse": "^1.0.7", 4196 "esprima": "^4.0.0" 4197 }, 4198 "bin": { 4199 "js-yaml": "bin/js-yaml.js" 4200 } 4201 }, 4202 "node_modules/local-pkg": { 4203 "version": "0.5.1", 4204 "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.1.tgz", 4205 "integrity": "sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==", 4206 "license": "MIT", 4207 "dependencies": { 4208 "mlly": "^1.7.3", 4209 "pkg-types": "^1.2.1" 4210 }, 4211 "engines": { 4212 "node": ">=14" 4213 }, 4214 "funding": { 4215 "url": "https://github.com/sponsors/antfu" 4216 } 4217 }, 4218 "node_modules/locate-path": { 4219 "version": "5.0.0", 4220 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", 4221 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", 4222 "license": "MIT", 4223 "dependencies": { 4224 "p-locate": "^4.1.0" 4225 }, 4226 "engines": { 4227 "node": ">=8" 4228 } 4229 }, 4230 "node_modules/longest-streak": { 4231 "version": "3.1.0", 4232 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 4233 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 4234 "license": "MIT", 4235 "funding": { 4236 "type": "github", 4237 "url": "https://github.com/sponsors/wooorm" 4238 } 4239 }, 4240 "node_modules/lru-cache": { 4241 "version": "10.4.3", 4242 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 4243 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 4244 "license": "ISC" 4245 }, 4246 "node_modules/magic-string": { 4247 "version": "0.30.17", 4248 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", 4249 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", 4250 "license": "MIT", 4251 "dependencies": { 4252 "@jridgewell/sourcemap-codec": "^1.5.0" 4253 } 4254 }, 4255 "node_modules/magicast": { 4256 "version": "0.3.5", 4257 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz", 4258 "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==", 4259 "license": "MIT", 4260 "dependencies": { 4261 "@babel/parser": "^7.25.4", 4262 "@babel/types": "^7.25.4", 4263 "source-map-js": "^1.2.0" 4264 } 4265 }, 4266 "node_modules/markdown-extensions": { 4267 "version": "2.0.0", 4268 "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", 4269 "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", 4270 "license": "MIT", 4271 "engines": { 4272 "node": ">=16" 4273 }, 4274 "funding": { 4275 "url": "https://github.com/sponsors/sindresorhus" 4276 } 4277 }, 4278 "node_modules/markdown-it": { 4279 "version": "14.1.0", 4280 "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", 4281 "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", 4282 "license": "MIT", 4283 "dependencies": { 4284 "argparse": "^2.0.1", 4285 "entities": "^4.4.0", 4286 "linkify-it": "^5.0.0", 4287 "mdurl": "^2.0.0", 4288 "punycode.js": "^2.3.1", 4289 "uc.micro": "^2.1.0" 4290 }, 4291 "bin": { 4292 "markdown-it": "bin/markdown-it.mjs" 4293 } 4294 }, 4295 "node_modules/markdown-table": { 4296 "version": "3.0.4", 4297 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 4298 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 4299 "license": "MIT", 4300 "funding": { 4301 "type": "github", 4302 "url": "https://github.com/sponsors/wooorm" 4303 } 4304 }, 4305 "node_modules/math-intrinsics": { 4306 "version": "1.1.0", 4307 "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", 4308 "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", 4309 "license": "MIT", 4310 "engines": { 4311 "node": ">= 0.4" 4312 } 4313 }, 4314 "node_modules/mdast-util-definitions": { 4315 "version": "6.0.0", 4316 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", 4317 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==", 4318 "license": "MIT", 4319 "dependencies": { 4320 "@types/mdast": "^4.0.0", 4321 "@types/unist": "^3.0.0", 4322 "unist-util-visit": "^5.0.0" 4323 }, 4324 "funding": { 4325 "type": "opencollective", 4326 "url": "https://opencollective.com/unified" 4327 } 4328 }, 4329 "node_modules/mdast-util-find-and-replace": { 4330 "version": "3.0.2", 4331 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 4332 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 4333 "license": "MIT", 4334 "dependencies": { 4335 "@types/mdast": "^4.0.0", 4336 "escape-string-regexp": "^5.0.0", 4337 "unist-util-is": "^6.0.0", 4338 "unist-util-visit-parents": "^6.0.0" 4339 }, 4340 "funding": { 4341 "type": "opencollective", 4342 "url": "https://opencollective.com/unified" 4343 } 4344 }, 4345 "node_modules/mdast-util-from-markdown": { 4346 "version": "2.0.2", 4347 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 4348 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 4349 "license": "MIT", 4350 "dependencies": { 4351 "@types/mdast": "^4.0.0", 4352 "@types/unist": "^3.0.0", 4353 "decode-named-character-reference": "^1.0.0", 4354 "devlop": "^1.0.0", 4355 "mdast-util-to-string": "^4.0.0", 4356 "micromark": "^4.0.0", 4357 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4358 "micromark-util-decode-string": "^2.0.0", 4359 "micromark-util-normalize-identifier": "^2.0.0", 4360 "micromark-util-symbol": "^2.0.0", 4361 "micromark-util-types": "^2.0.0", 4362 "unist-util-stringify-position": "^4.0.0" 4363 }, 4364 "funding": { 4365 "type": "opencollective", 4366 "url": "https://opencollective.com/unified" 4367 } 4368 }, 4369 "node_modules/mdast-util-gfm": { 4370 "version": "3.1.0", 4371 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 4372 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 4373 "license": "MIT", 4374 "dependencies": { 4375 "mdast-util-from-markdown": "^2.0.0", 4376 "mdast-util-gfm-autolink-literal": "^2.0.0", 4377 "mdast-util-gfm-footnote": "^2.0.0", 4378 "mdast-util-gfm-strikethrough": "^2.0.0", 4379 "mdast-util-gfm-table": "^2.0.0", 4380 "mdast-util-gfm-task-list-item": "^2.0.0", 4381 "mdast-util-to-markdown": "^2.0.0" 4382 }, 4383 "funding": { 4384 "type": "opencollective", 4385 "url": "https://opencollective.com/unified" 4386 } 4387 }, 4388 "node_modules/mdast-util-gfm-autolink-literal": { 4389 "version": "2.0.1", 4390 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 4391 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 4392 "license": "MIT", 4393 "dependencies": { 4394 "@types/mdast": "^4.0.0", 4395 "ccount": "^2.0.0", 4396 "devlop": "^1.0.0", 4397 "mdast-util-find-and-replace": "^3.0.0", 4398 "micromark-util-character": "^2.0.0" 4399 }, 4400 "funding": { 4401 "type": "opencollective", 4402 "url": "https://opencollective.com/unified" 4403 } 4404 }, 4405 "node_modules/mdast-util-gfm-footnote": { 4406 "version": "2.1.0", 4407 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 4408 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 4409 "license": "MIT", 4410 "dependencies": { 4411 "@types/mdast": "^4.0.0", 4412 "devlop": "^1.1.0", 4413 "mdast-util-from-markdown": "^2.0.0", 4414 "mdast-util-to-markdown": "^2.0.0", 4415 "micromark-util-normalize-identifier": "^2.0.0" 4416 }, 4417 "funding": { 4418 "type": "opencollective", 4419 "url": "https://opencollective.com/unified" 4420 } 4421 }, 4422 "node_modules/mdast-util-gfm-strikethrough": { 4423 "version": "2.0.0", 4424 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 4425 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 4426 "license": "MIT", 4427 "dependencies": { 4428 "@types/mdast": "^4.0.0", 4429 "mdast-util-from-markdown": "^2.0.0", 4430 "mdast-util-to-markdown": "^2.0.0" 4431 }, 4432 "funding": { 4433 "type": "opencollective", 4434 "url": "https://opencollective.com/unified" 4435 } 4436 }, 4437 "node_modules/mdast-util-gfm-table": { 4438 "version": "2.0.0", 4439 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 4440 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 4441 "license": "MIT", 4442 "dependencies": { 4443 "@types/mdast": "^4.0.0", 4444 "devlop": "^1.0.0", 4445 "markdown-table": "^3.0.0", 4446 "mdast-util-from-markdown": "^2.0.0", 4447 "mdast-util-to-markdown": "^2.0.0" 4448 }, 4449 "funding": { 4450 "type": "opencollective", 4451 "url": "https://opencollective.com/unified" 4452 } 4453 }, 4454 "node_modules/mdast-util-gfm-task-list-item": { 4455 "version": "2.0.0", 4456 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 4457 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 4458 "license": "MIT", 4459 "dependencies": { 4460 "@types/mdast": "^4.0.0", 4461 "devlop": "^1.0.0", 4462 "mdast-util-from-markdown": "^2.0.0", 4463 "mdast-util-to-markdown": "^2.0.0" 4464 }, 4465 "funding": { 4466 "type": "opencollective", 4467 "url": "https://opencollective.com/unified" 4468 } 4469 }, 4470 "node_modules/mdast-util-mdx": { 4471 "version": "3.0.0", 4472 "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", 4473 "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", 4474 "license": "MIT", 4475 "dependencies": { 4476 "mdast-util-from-markdown": "^2.0.0", 4477 "mdast-util-mdx-expression": "^2.0.0", 4478 "mdast-util-mdx-jsx": "^3.0.0", 4479 "mdast-util-mdxjs-esm": "^2.0.0", 4480 "mdast-util-to-markdown": "^2.0.0" 4481 }, 4482 "funding": { 4483 "type": "opencollective", 4484 "url": "https://opencollective.com/unified" 4485 } 4486 }, 4487 "node_modules/mdast-util-mdx-expression": { 4488 "version": "2.0.1", 4489 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", 4490 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", 4491 "license": "MIT", 4492 "dependencies": { 4493 "@types/estree-jsx": "^1.0.0", 4494 "@types/hast": "^3.0.0", 4495 "@types/mdast": "^4.0.0", 4496 "devlop": "^1.0.0", 4497 "mdast-util-from-markdown": "^2.0.0", 4498 "mdast-util-to-markdown": "^2.0.0" 4499 }, 4500 "funding": { 4501 "type": "opencollective", 4502 "url": "https://opencollective.com/unified" 4503 } 4504 }, 4505 "node_modules/mdast-util-mdx-jsx": { 4506 "version": "3.2.0", 4507 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", 4508 "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", 4509 "license": "MIT", 4510 "dependencies": { 4511 "@types/estree-jsx": "^1.0.0", 4512 "@types/hast": "^3.0.0", 4513 "@types/mdast": "^4.0.0", 4514 "@types/unist": "^3.0.0", 4515 "ccount": "^2.0.0", 4516 "devlop": "^1.1.0", 4517 "mdast-util-from-markdown": "^2.0.0", 4518 "mdast-util-to-markdown": "^2.0.0", 4519 "parse-entities": "^4.0.0", 4520 "stringify-entities": "^4.0.0", 4521 "unist-util-stringify-position": "^4.0.0", 4522 "vfile-message": "^4.0.0" 4523 }, 4524 "funding": { 4525 "type": "opencollective", 4526 "url": "https://opencollective.com/unified" 4527 } 4528 }, 4529 "node_modules/mdast-util-mdxjs-esm": { 4530 "version": "2.0.1", 4531 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", 4532 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", 4533 "license": "MIT", 4534 "dependencies": { 4535 "@types/estree-jsx": "^1.0.0", 4536 "@types/hast": "^3.0.0", 4537 "@types/mdast": "^4.0.0", 4538 "devlop": "^1.0.0", 4539 "mdast-util-from-markdown": "^2.0.0", 4540 "mdast-util-to-markdown": "^2.0.0" 4541 }, 4542 "funding": { 4543 "type": "opencollective", 4544 "url": "https://opencollective.com/unified" 4545 } 4546 }, 4547 "node_modules/mdast-util-phrasing": { 4548 "version": "4.1.0", 4549 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 4550 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 4551 "license": "MIT", 4552 "dependencies": { 4553 "@types/mdast": "^4.0.0", 4554 "unist-util-is": "^6.0.0" 4555 }, 4556 "funding": { 4557 "type": "opencollective", 4558 "url": "https://opencollective.com/unified" 4559 } 4560 }, 4561 "node_modules/mdast-util-to-hast": { 4562 "version": "13.2.0", 4563 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", 4564 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", 4565 "license": "MIT", 4566 "dependencies": { 4567 "@types/hast": "^3.0.0", 4568 "@types/mdast": "^4.0.0", 4569 "@ungap/structured-clone": "^1.0.0", 4570 "devlop": "^1.0.0", 4571 "micromark-util-sanitize-uri": "^2.0.0", 4572 "trim-lines": "^3.0.0", 4573 "unist-util-position": "^5.0.0", 4574 "unist-util-visit": "^5.0.0", 4575 "vfile": "^6.0.0" 4576 }, 4577 "funding": { 4578 "type": "opencollective", 4579 "url": "https://opencollective.com/unified" 4580 } 4581 }, 4582 "node_modules/mdast-util-to-markdown": { 4583 "version": "2.1.2", 4584 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 4585 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 4586 "license": "MIT", 4587 "dependencies": { 4588 "@types/mdast": "^4.0.0", 4589 "@types/unist": "^3.0.0", 4590 "longest-streak": "^3.0.0", 4591 "mdast-util-phrasing": "^4.0.0", 4592 "mdast-util-to-string": "^4.0.0", 4593 "micromark-util-classify-character": "^2.0.0", 4594 "micromark-util-decode-string": "^2.0.0", 4595 "unist-util-visit": "^5.0.0", 4596 "zwitch": "^2.0.0" 4597 }, 4598 "funding": { 4599 "type": "opencollective", 4600 "url": "https://opencollective.com/unified" 4601 } 4602 }, 4603 "node_modules/mdast-util-to-string": { 4604 "version": "4.0.0", 4605 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 4606 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 4607 "license": "MIT", 4608 "dependencies": { 4609 "@types/mdast": "^4.0.0" 4610 }, 4611 "funding": { 4612 "type": "opencollective", 4613 "url": "https://opencollective.com/unified" 4614 } 4615 }, 4616 "node_modules/mdn-data": { 4617 "version": "2.0.30", 4618 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", 4619 "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", 4620 "license": "CC0-1.0" 4621 }, 4622 "node_modules/mdurl": { 4623 "version": "2.0.0", 4624 "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", 4625 "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==", 4626 "license": "MIT" 4627 }, 4628 "node_modules/micromark": { 4629 "version": "4.0.1", 4630 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.1.tgz", 4631 "integrity": "sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==", 4632 "funding": [ 4633 { 4634 "type": "GitHub Sponsors", 4635 "url": "https://github.com/sponsors/unifiedjs" 4636 }, 4637 { 4638 "type": "OpenCollective", 4639 "url": "https://opencollective.com/unified" 4640 } 4641 ], 4642 "license": "MIT", 4643 "dependencies": { 4644 "@types/debug": "^4.0.0", 4645 "debug": "^4.0.0", 4646 "decode-named-character-reference": "^1.0.0", 4647 "devlop": "^1.0.0", 4648 "micromark-core-commonmark": "^2.0.0", 4649 "micromark-factory-space": "^2.0.0", 4650 "micromark-util-character": "^2.0.0", 4651 "micromark-util-chunked": "^2.0.0", 4652 "micromark-util-combine-extensions": "^2.0.0", 4653 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4654 "micromark-util-encode": "^2.0.0", 4655 "micromark-util-normalize-identifier": "^2.0.0", 4656 "micromark-util-resolve-all": "^2.0.0", 4657 "micromark-util-sanitize-uri": "^2.0.0", 4658 "micromark-util-subtokenize": "^2.0.0", 4659 "micromark-util-symbol": "^2.0.0", 4660 "micromark-util-types": "^2.0.0" 4661 } 4662 }, 4663 "node_modules/micromark-core-commonmark": { 4664 "version": "2.0.2", 4665 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.2.tgz", 4666 "integrity": "sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==", 4667 "funding": [ 4668 { 4669 "type": "GitHub Sponsors", 4670 "url": "https://github.com/sponsors/unifiedjs" 4671 }, 4672 { 4673 "type": "OpenCollective", 4674 "url": "https://opencollective.com/unified" 4675 } 4676 ], 4677 "license": "MIT", 4678 "dependencies": { 4679 "decode-named-character-reference": "^1.0.0", 4680 "devlop": "^1.0.0", 4681 "micromark-factory-destination": "^2.0.0", 4682 "micromark-factory-label": "^2.0.0", 4683 "micromark-factory-space": "^2.0.0", 4684 "micromark-factory-title": "^2.0.0", 4685 "micromark-factory-whitespace": "^2.0.0", 4686 "micromark-util-character": "^2.0.0", 4687 "micromark-util-chunked": "^2.0.0", 4688 "micromark-util-classify-character": "^2.0.0", 4689 "micromark-util-html-tag-name": "^2.0.0", 4690 "micromark-util-normalize-identifier": "^2.0.0", 4691 "micromark-util-resolve-all": "^2.0.0", 4692 "micromark-util-subtokenize": "^2.0.0", 4693 "micromark-util-symbol": "^2.0.0", 4694 "micromark-util-types": "^2.0.0" 4695 } 4696 }, 4697 "node_modules/micromark-extension-gfm": { 4698 "version": "3.0.0", 4699 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 4700 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 4701 "license": "MIT", 4702 "dependencies": { 4703 "micromark-extension-gfm-autolink-literal": "^2.0.0", 4704 "micromark-extension-gfm-footnote": "^2.0.0", 4705 "micromark-extension-gfm-strikethrough": "^2.0.0", 4706 "micromark-extension-gfm-table": "^2.0.0", 4707 "micromark-extension-gfm-tagfilter": "^2.0.0", 4708 "micromark-extension-gfm-task-list-item": "^2.0.0", 4709 "micromark-util-combine-extensions": "^2.0.0", 4710 "micromark-util-types": "^2.0.0" 4711 }, 4712 "funding": { 4713 "type": "opencollective", 4714 "url": "https://opencollective.com/unified" 4715 } 4716 }, 4717 "node_modules/micromark-extension-gfm-autolink-literal": { 4718 "version": "2.1.0", 4719 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 4720 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 4721 "license": "MIT", 4722 "dependencies": { 4723 "micromark-util-character": "^2.0.0", 4724 "micromark-util-sanitize-uri": "^2.0.0", 4725 "micromark-util-symbol": "^2.0.0", 4726 "micromark-util-types": "^2.0.0" 4727 }, 4728 "funding": { 4729 "type": "opencollective", 4730 "url": "https://opencollective.com/unified" 4731 } 4732 }, 4733 "node_modules/micromark-extension-gfm-footnote": { 4734 "version": "2.1.0", 4735 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 4736 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 4737 "license": "MIT", 4738 "dependencies": { 4739 "devlop": "^1.0.0", 4740 "micromark-core-commonmark": "^2.0.0", 4741 "micromark-factory-space": "^2.0.0", 4742 "micromark-util-character": "^2.0.0", 4743 "micromark-util-normalize-identifier": "^2.0.0", 4744 "micromark-util-sanitize-uri": "^2.0.0", 4745 "micromark-util-symbol": "^2.0.0", 4746 "micromark-util-types": "^2.0.0" 4747 }, 4748 "funding": { 4749 "type": "opencollective", 4750 "url": "https://opencollective.com/unified" 4751 } 4752 }, 4753 "node_modules/micromark-extension-gfm-strikethrough": { 4754 "version": "2.1.0", 4755 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 4756 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 4757 "license": "MIT", 4758 "dependencies": { 4759 "devlop": "^1.0.0", 4760 "micromark-util-chunked": "^2.0.0", 4761 "micromark-util-classify-character": "^2.0.0", 4762 "micromark-util-resolve-all": "^2.0.0", 4763 "micromark-util-symbol": "^2.0.0", 4764 "micromark-util-types": "^2.0.0" 4765 }, 4766 "funding": { 4767 "type": "opencollective", 4768 "url": "https://opencollective.com/unified" 4769 } 4770 }, 4771 "node_modules/micromark-extension-gfm-table": { 4772 "version": "2.1.1", 4773 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 4774 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 4775 "license": "MIT", 4776 "dependencies": { 4777 "devlop": "^1.0.0", 4778 "micromark-factory-space": "^2.0.0", 4779 "micromark-util-character": "^2.0.0", 4780 "micromark-util-symbol": "^2.0.0", 4781 "micromark-util-types": "^2.0.0" 4782 }, 4783 "funding": { 4784 "type": "opencollective", 4785 "url": "https://opencollective.com/unified" 4786 } 4787 }, 4788 "node_modules/micromark-extension-gfm-tagfilter": { 4789 "version": "2.0.0", 4790 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 4791 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 4792 "license": "MIT", 4793 "dependencies": { 4794 "micromark-util-types": "^2.0.0" 4795 }, 4796 "funding": { 4797 "type": "opencollective", 4798 "url": "https://opencollective.com/unified" 4799 } 4800 }, 4801 "node_modules/micromark-extension-gfm-task-list-item": { 4802 "version": "2.1.0", 4803 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 4804 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 4805 "license": "MIT", 4806 "dependencies": { 4807 "devlop": "^1.0.0", 4808 "micromark-factory-space": "^2.0.0", 4809 "micromark-util-character": "^2.0.0", 4810 "micromark-util-symbol": "^2.0.0", 4811 "micromark-util-types": "^2.0.0" 4812 }, 4813 "funding": { 4814 "type": "opencollective", 4815 "url": "https://opencollective.com/unified" 4816 } 4817 }, 4818 "node_modules/micromark-extension-mdx-expression": { 4819 "version": "3.0.0", 4820 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.0.tgz", 4821 "integrity": "sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==", 4822 "funding": [ 4823 { 4824 "type": "GitHub Sponsors", 4825 "url": "https://github.com/sponsors/unifiedjs" 4826 }, 4827 { 4828 "type": "OpenCollective", 4829 "url": "https://opencollective.com/unified" 4830 } 4831 ], 4832 "license": "MIT", 4833 "dependencies": { 4834 "@types/estree": "^1.0.0", 4835 "devlop": "^1.0.0", 4836 "micromark-factory-mdx-expression": "^2.0.0", 4837 "micromark-factory-space": "^2.0.0", 4838 "micromark-util-character": "^2.0.0", 4839 "micromark-util-events-to-acorn": "^2.0.0", 4840 "micromark-util-symbol": "^2.0.0", 4841 "micromark-util-types": "^2.0.0" 4842 } 4843 }, 4844 "node_modules/micromark-extension-mdx-jsx": { 4845 "version": "3.0.1", 4846 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.1.tgz", 4847 "integrity": "sha512-vNuFb9czP8QCtAQcEJn0UJQJZA8Dk6DXKBqx+bg/w0WGuSxDxNr7hErW89tHUY31dUW4NqEOWwmEUNhjTFmHkg==", 4848 "license": "MIT", 4849 "dependencies": { 4850 "@types/acorn": "^4.0.0", 4851 "@types/estree": "^1.0.0", 4852 "devlop": "^1.0.0", 4853 "estree-util-is-identifier-name": "^3.0.0", 4854 "micromark-factory-mdx-expression": "^2.0.0", 4855 "micromark-factory-space": "^2.0.0", 4856 "micromark-util-character": "^2.0.0", 4857 "micromark-util-events-to-acorn": "^2.0.0", 4858 "micromark-util-symbol": "^2.0.0", 4859 "micromark-util-types": "^2.0.0", 4860 "vfile-message": "^4.0.0" 4861 }, 4862 "funding": { 4863 "type": "opencollective", 4864 "url": "https://opencollective.com/unified" 4865 } 4866 }, 4867 "node_modules/micromark-extension-mdx-md": { 4868 "version": "2.0.0", 4869 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", 4870 "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", 4871 "license": "MIT", 4872 "dependencies": { 4873 "micromark-util-types": "^2.0.0" 4874 }, 4875 "funding": { 4876 "type": "opencollective", 4877 "url": "https://opencollective.com/unified" 4878 } 4879 }, 4880 "node_modules/micromark-extension-mdxjs": { 4881 "version": "3.0.0", 4882 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", 4883 "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", 4884 "license": "MIT", 4885 "dependencies": { 4886 "acorn": "^8.0.0", 4887 "acorn-jsx": "^5.0.0", 4888 "micromark-extension-mdx-expression": "^3.0.0", 4889 "micromark-extension-mdx-jsx": "^3.0.0", 4890 "micromark-extension-mdx-md": "^2.0.0", 4891 "micromark-extension-mdxjs-esm": "^3.0.0", 4892 "micromark-util-combine-extensions": "^2.0.0", 4893 "micromark-util-types": "^2.0.0" 4894 }, 4895 "funding": { 4896 "type": "opencollective", 4897 "url": "https://opencollective.com/unified" 4898 } 4899 }, 4900 "node_modules/micromark-extension-mdxjs-esm": { 4901 "version": "3.0.0", 4902 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", 4903 "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", 4904 "license": "MIT", 4905 "dependencies": { 4906 "@types/estree": "^1.0.0", 4907 "devlop": "^1.0.0", 4908 "micromark-core-commonmark": "^2.0.0", 4909 "micromark-util-character": "^2.0.0", 4910 "micromark-util-events-to-acorn": "^2.0.0", 4911 "micromark-util-symbol": "^2.0.0", 4912 "micromark-util-types": "^2.0.0", 4913 "unist-util-position-from-estree": "^2.0.0", 4914 "vfile-message": "^4.0.0" 4915 }, 4916 "funding": { 4917 "type": "opencollective", 4918 "url": "https://opencollective.com/unified" 4919 } 4920 }, 4921 "node_modules/micromark-factory-destination": { 4922 "version": "2.0.1", 4923 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 4924 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 4925 "funding": [ 4926 { 4927 "type": "GitHub Sponsors", 4928 "url": "https://github.com/sponsors/unifiedjs" 4929 }, 4930 { 4931 "type": "OpenCollective", 4932 "url": "https://opencollective.com/unified" 4933 } 4934 ], 4935 "license": "MIT", 4936 "dependencies": { 4937 "micromark-util-character": "^2.0.0", 4938 "micromark-util-symbol": "^2.0.0", 4939 "micromark-util-types": "^2.0.0" 4940 } 4941 }, 4942 "node_modules/micromark-factory-label": { 4943 "version": "2.0.1", 4944 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 4945 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 4946 "funding": [ 4947 { 4948 "type": "GitHub Sponsors", 4949 "url": "https://github.com/sponsors/unifiedjs" 4950 }, 4951 { 4952 "type": "OpenCollective", 4953 "url": "https://opencollective.com/unified" 4954 } 4955 ], 4956 "license": "MIT", 4957 "dependencies": { 4958 "devlop": "^1.0.0", 4959 "micromark-util-character": "^2.0.0", 4960 "micromark-util-symbol": "^2.0.0", 4961 "micromark-util-types": "^2.0.0" 4962 } 4963 }, 4964 "node_modules/micromark-factory-mdx-expression": { 4965 "version": "2.0.2", 4966 "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.2.tgz", 4967 "integrity": "sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw==", 4968 "funding": [ 4969 { 4970 "type": "GitHub Sponsors", 4971 "url": "https://github.com/sponsors/unifiedjs" 4972 }, 4973 { 4974 "type": "OpenCollective", 4975 "url": "https://opencollective.com/unified" 4976 } 4977 ], 4978 "license": "MIT", 4979 "dependencies": { 4980 "@types/estree": "^1.0.0", 4981 "devlop": "^1.0.0", 4982 "micromark-factory-space": "^2.0.0", 4983 "micromark-util-character": "^2.0.0", 4984 "micromark-util-events-to-acorn": "^2.0.0", 4985 "micromark-util-symbol": "^2.0.0", 4986 "micromark-util-types": "^2.0.0", 4987 "unist-util-position-from-estree": "^2.0.0", 4988 "vfile-message": "^4.0.0" 4989 } 4990 }, 4991 "node_modules/micromark-factory-space": { 4992 "version": "2.0.1", 4993 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 4994 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 4995 "funding": [ 4996 { 4997 "type": "GitHub Sponsors", 4998 "url": "https://github.com/sponsors/unifiedjs" 4999 }, 5000 { 5001 "type": "OpenCollective", 5002 "url": "https://opencollective.com/unified" 5003 } 5004 ], 5005 "license": "MIT", 5006 "dependencies": { 5007 "micromark-util-character": "^2.0.0", 5008 "micromark-util-types": "^2.0.0" 5009 } 5010 }, 5011 "node_modules/micromark-factory-title": { 5012 "version": "2.0.1", 5013 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 5014 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 5015 "funding": [ 5016 { 5017 "type": "GitHub Sponsors", 5018 "url": "https://github.com/sponsors/unifiedjs" 5019 }, 5020 { 5021 "type": "OpenCollective", 5022 "url": "https://opencollective.com/unified" 5023 } 5024 ], 5025 "license": "MIT", 5026 "dependencies": { 5027 "micromark-factory-space": "^2.0.0", 5028 "micromark-util-character": "^2.0.0", 5029 "micromark-util-symbol": "^2.0.0", 5030 "micromark-util-types": "^2.0.0" 5031 } 5032 }, 5033 "node_modules/micromark-factory-whitespace": { 5034 "version": "2.0.1", 5035 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 5036 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 5037 "funding": [ 5038 { 5039 "type": "GitHub Sponsors", 5040 "url": "https://github.com/sponsors/unifiedjs" 5041 }, 5042 { 5043 "type": "OpenCollective", 5044 "url": "https://opencollective.com/unified" 5045 } 5046 ], 5047 "license": "MIT", 5048 "dependencies": { 5049 "micromark-factory-space": "^2.0.0", 5050 "micromark-util-character": "^2.0.0", 5051 "micromark-util-symbol": "^2.0.0", 5052 "micromark-util-types": "^2.0.0" 5053 } 5054 }, 5055 "node_modules/micromark-util-character": { 5056 "version": "2.1.1", 5057 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 5058 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 5059 "funding": [ 5060 { 5061 "type": "GitHub Sponsors", 5062 "url": "https://github.com/sponsors/unifiedjs" 5063 }, 5064 { 5065 "type": "OpenCollective", 5066 "url": "https://opencollective.com/unified" 5067 } 5068 ], 5069 "license": "MIT", 5070 "dependencies": { 5071 "micromark-util-symbol": "^2.0.0", 5072 "micromark-util-types": "^2.0.0" 5073 } 5074 }, 5075 "node_modules/micromark-util-chunked": { 5076 "version": "2.0.1", 5077 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 5078 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 5079 "funding": [ 5080 { 5081 "type": "GitHub Sponsors", 5082 "url": "https://github.com/sponsors/unifiedjs" 5083 }, 5084 { 5085 "type": "OpenCollective", 5086 "url": "https://opencollective.com/unified" 5087 } 5088 ], 5089 "license": "MIT", 5090 "dependencies": { 5091 "micromark-util-symbol": "^2.0.0" 5092 } 5093 }, 5094 "node_modules/micromark-util-classify-character": { 5095 "version": "2.0.1", 5096 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 5097 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 5098 "funding": [ 5099 { 5100 "type": "GitHub Sponsors", 5101 "url": "https://github.com/sponsors/unifiedjs" 5102 }, 5103 { 5104 "type": "OpenCollective", 5105 "url": "https://opencollective.com/unified" 5106 } 5107 ], 5108 "license": "MIT", 5109 "dependencies": { 5110 "micromark-util-character": "^2.0.0", 5111 "micromark-util-symbol": "^2.0.0", 5112 "micromark-util-types": "^2.0.0" 5113 } 5114 }, 5115 "node_modules/micromark-util-combine-extensions": { 5116 "version": "2.0.1", 5117 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 5118 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 5119 "funding": [ 5120 { 5121 "type": "GitHub Sponsors", 5122 "url": "https://github.com/sponsors/unifiedjs" 5123 }, 5124 { 5125 "type": "OpenCollective", 5126 "url": "https://opencollective.com/unified" 5127 } 5128 ], 5129 "license": "MIT", 5130 "dependencies": { 5131 "micromark-util-chunked": "^2.0.0", 5132 "micromark-util-types": "^2.0.0" 5133 } 5134 }, 5135 "node_modules/micromark-util-decode-numeric-character-reference": { 5136 "version": "2.0.2", 5137 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 5138 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 5139 "funding": [ 5140 { 5141 "type": "GitHub Sponsors", 5142 "url": "https://github.com/sponsors/unifiedjs" 5143 }, 5144 { 5145 "type": "OpenCollective", 5146 "url": "https://opencollective.com/unified" 5147 } 5148 ], 5149 "license": "MIT", 5150 "dependencies": { 5151 "micromark-util-symbol": "^2.0.0" 5152 } 5153 }, 5154 "node_modules/micromark-util-decode-string": { 5155 "version": "2.0.1", 5156 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 5157 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 5158 "funding": [ 5159 { 5160 "type": "GitHub Sponsors", 5161 "url": "https://github.com/sponsors/unifiedjs" 5162 }, 5163 { 5164 "type": "OpenCollective", 5165 "url": "https://opencollective.com/unified" 5166 } 5167 ], 5168 "license": "MIT", 5169 "dependencies": { 5170 "decode-named-character-reference": "^1.0.0", 5171 "micromark-util-character": "^2.0.0", 5172 "micromark-util-decode-numeric-character-reference": "^2.0.0", 5173 "micromark-util-symbol": "^2.0.0" 5174 } 5175 }, 5176 "node_modules/micromark-util-encode": { 5177 "version": "2.0.1", 5178 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 5179 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 5180 "funding": [ 5181 { 5182 "type": "GitHub Sponsors", 5183 "url": "https://github.com/sponsors/unifiedjs" 5184 }, 5185 { 5186 "type": "OpenCollective", 5187 "url": "https://opencollective.com/unified" 5188 } 5189 ], 5190 "license": "MIT" 5191 }, 5192 "node_modules/micromark-util-events-to-acorn": { 5193 "version": "2.0.2", 5194 "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.2.tgz", 5195 "integrity": "sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==", 5196 "funding": [ 5197 { 5198 "type": "GitHub Sponsors", 5199 "url": "https://github.com/sponsors/unifiedjs" 5200 }, 5201 { 5202 "type": "OpenCollective", 5203 "url": "https://opencollective.com/unified" 5204 } 5205 ], 5206 "license": "MIT", 5207 "dependencies": { 5208 "@types/acorn": "^4.0.0", 5209 "@types/estree": "^1.0.0", 5210 "@types/unist": "^3.0.0", 5211 "devlop": "^1.0.0", 5212 "estree-util-visit": "^2.0.0", 5213 "micromark-util-symbol": "^2.0.0", 5214 "micromark-util-types": "^2.0.0", 5215 "vfile-message": "^4.0.0" 5216 } 5217 }, 5218 "node_modules/micromark-util-html-tag-name": { 5219 "version": "2.0.1", 5220 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 5221 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 5222 "funding": [ 5223 { 5224 "type": "GitHub Sponsors", 5225 "url": "https://github.com/sponsors/unifiedjs" 5226 }, 5227 { 5228 "type": "OpenCollective", 5229 "url": "https://opencollective.com/unified" 5230 } 5231 ], 5232 "license": "MIT" 5233 }, 5234 "node_modules/micromark-util-normalize-identifier": { 5235 "version": "2.0.1", 5236 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 5237 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 5238 "funding": [ 5239 { 5240 "type": "GitHub Sponsors", 5241 "url": "https://github.com/sponsors/unifiedjs" 5242 }, 5243 { 5244 "type": "OpenCollective", 5245 "url": "https://opencollective.com/unified" 5246 } 5247 ], 5248 "license": "MIT", 5249 "dependencies": { 5250 "micromark-util-symbol": "^2.0.0" 5251 } 5252 }, 5253 "node_modules/micromark-util-resolve-all": { 5254 "version": "2.0.1", 5255 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 5256 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 5257 "funding": [ 5258 { 5259 "type": "GitHub Sponsors", 5260 "url": "https://github.com/sponsors/unifiedjs" 5261 }, 5262 { 5263 "type": "OpenCollective", 5264 "url": "https://opencollective.com/unified" 5265 } 5266 ], 5267 "license": "MIT", 5268 "dependencies": { 5269 "micromark-util-types": "^2.0.0" 5270 } 5271 }, 5272 "node_modules/micromark-util-sanitize-uri": { 5273 "version": "2.0.1", 5274 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 5275 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 5276 "funding": [ 5277 { 5278 "type": "GitHub Sponsors", 5279 "url": "https://github.com/sponsors/unifiedjs" 5280 }, 5281 { 5282 "type": "OpenCollective", 5283 "url": "https://opencollective.com/unified" 5284 } 5285 ], 5286 "license": "MIT", 5287 "dependencies": { 5288 "micromark-util-character": "^2.0.0", 5289 "micromark-util-encode": "^2.0.0", 5290 "micromark-util-symbol": "^2.0.0" 5291 } 5292 }, 5293 "node_modules/micromark-util-subtokenize": { 5294 "version": "2.0.4", 5295 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.4.tgz", 5296 "integrity": "sha512-N6hXjrin2GTJDe3MVjf5FuXpm12PGm80BrUAeub9XFXca8JZbP+oIwY4LJSVwFUCL1IPm/WwSVUN7goFHmSGGQ==", 5297 "funding": [ 5298 { 5299 "type": "GitHub Sponsors", 5300 "url": "https://github.com/sponsors/unifiedjs" 5301 }, 5302 { 5303 "type": "OpenCollective", 5304 "url": "https://opencollective.com/unified" 5305 } 5306 ], 5307 "license": "MIT", 5308 "dependencies": { 5309 "devlop": "^1.0.0", 5310 "micromark-util-chunked": "^2.0.0", 5311 "micromark-util-symbol": "^2.0.0", 5312 "micromark-util-types": "^2.0.0" 5313 } 5314 }, 5315 "node_modules/micromark-util-symbol": { 5316 "version": "2.0.1", 5317 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 5318 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 5319 "funding": [ 5320 { 5321 "type": "GitHub Sponsors", 5322 "url": "https://github.com/sponsors/unifiedjs" 5323 }, 5324 { 5325 "type": "OpenCollective", 5326 "url": "https://opencollective.com/unified" 5327 } 5328 ], 5329 "license": "MIT" 5330 }, 5331 "node_modules/micromark-util-types": { 5332 "version": "2.0.1", 5333 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz", 5334 "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==", 5335 "funding": [ 5336 { 5337 "type": "GitHub Sponsors", 5338 "url": "https://github.com/sponsors/unifiedjs" 5339 }, 5340 { 5341 "type": "OpenCollective", 5342 "url": "https://opencollective.com/unified" 5343 } 5344 ], 5345 "license": "MIT" 5346 }, 5347 "node_modules/micromatch": { 5348 "version": "4.0.8", 5349 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 5350 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 5351 "license": "MIT", 5352 "dependencies": { 5353 "braces": "^3.0.3", 5354 "picomatch": "^2.3.1" 5355 }, 5356 "engines": { 5357 "node": ">=8.6" 5358 } 5359 }, 5360 "node_modules/micromatch/node_modules/picomatch": { 5361 "version": "2.3.1", 5362 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 5363 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 5364 "license": "MIT", 5365 "engines": { 5366 "node": ">=8.6" 5367 }, 5368 "funding": { 5369 "url": "https://github.com/sponsors/jonschlinkert" 5370 } 5371 }, 5372 "node_modules/mime-db": { 5373 "version": "1.52.0", 5374 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 5375 "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 5376 "license": "MIT", 5377 "engines": { 5378 "node": ">= 0.6" 5379 } 5380 }, 5381 "node_modules/mime-types": { 5382 "version": "2.1.35", 5383 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 5384 "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 5385 "license": "MIT", 5386 "dependencies": { 5387 "mime-db": "1.52.0" 5388 }, 5389 "engines": { 5390 "node": ">= 0.6" 5391 } 5392 }, 5393 "node_modules/minipass": { 5394 "version": "4.2.8", 5395 "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz", 5396 "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==", 5397 "license": "ISC", 5398 "engines": { 5399 "node": ">=8" 5400 } 5401 }, 5402 "node_modules/minizlib": { 5403 "version": "2.1.2", 5404 "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", 5405 "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", 5406 "license": "MIT", 5407 "dependencies": { 5408 "minipass": "^3.0.0", 5409 "yallist": "^4.0.0" 5410 }, 5411 "engines": { 5412 "node": ">= 8" 5413 } 5414 }, 5415 "node_modules/minizlib/node_modules/minipass": { 5416 "version": "3.3.6", 5417 "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", 5418 "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", 5419 "license": "ISC", 5420 "dependencies": { 5421 "yallist": "^4.0.0" 5422 }, 5423 "engines": { 5424 "node": ">=8" 5425 } 5426 }, 5427 "node_modules/mkdirp": { 5428 "version": "1.0.4", 5429 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", 5430 "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", 5431 "license": "MIT", 5432 "bin": { 5433 "mkdirp": "bin/cmd.js" 5434 }, 5435 "engines": { 5436 "node": ">=10" 5437 } 5438 }, 5439 "node_modules/mlly": { 5440 "version": "1.7.4", 5441 "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.4.tgz", 5442 "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==", 5443 "license": "MIT", 5444 "dependencies": { 5445 "acorn": "^8.14.0", 5446 "pathe": "^2.0.1", 5447 "pkg-types": "^1.3.0", 5448 "ufo": "^1.5.4" 5449 } 5450 }, 5451 "node_modules/mlly/node_modules/pathe": { 5452 "version": "2.0.3", 5453 "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", 5454 "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", 5455 "license": "MIT" 5456 }, 5457 "node_modules/mrmime": { 5458 "version": "2.0.1", 5459 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", 5460 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", 5461 "license": "MIT", 5462 "engines": { 5463 "node": ">=10" 5464 } 5465 }, 5466 "node_modules/ms": { 5467 "version": "2.1.3", 5468 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 5469 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 5470 "license": "MIT" 5471 }, 5472 "node_modules/nanoid": { 5473 "version": "3.3.8", 5474 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", 5475 "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", 5476 "funding": [ 5477 { 5478 "type": "github", 5479 "url": "https://github.com/sponsors/ai" 5480 } 5481 ], 5482 "license": "MIT", 5483 "bin": { 5484 "nanoid": "bin/nanoid.cjs" 5485 }, 5486 "engines": { 5487 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 5488 } 5489 }, 5490 "node_modules/neotraverse": { 5491 "version": "0.6.18", 5492 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", 5493 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", 5494 "license": "MIT", 5495 "engines": { 5496 "node": ">= 10" 5497 } 5498 }, 5499 "node_modules/nlcst-to-string": { 5500 "version": "4.0.0", 5501 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", 5502 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", 5503 "license": "MIT", 5504 "dependencies": { 5505 "@types/nlcst": "^2.0.0" 5506 }, 5507 "funding": { 5508 "type": "opencollective", 5509 "url": "https://opencollective.com/unified" 5510 } 5511 }, 5512 "node_modules/node-fetch-native": { 5513 "version": "1.6.6", 5514 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.6.tgz", 5515 "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==", 5516 "license": "MIT" 5517 }, 5518 "node_modules/node-mock-http": { 5519 "version": "1.0.0", 5520 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.0.tgz", 5521 "integrity": "sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==", 5522 "license": "MIT" 5523 }, 5524 "node_modules/normalize-path": { 5525 "version": "3.0.0", 5526 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 5527 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 5528 "license": "MIT", 5529 "engines": { 5530 "node": ">=0.10.0" 5531 } 5532 }, 5533 "node_modules/nth-check": { 5534 "version": "2.1.1", 5535 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", 5536 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", 5537 "license": "BSD-2-Clause", 5538 "dependencies": { 5539 "boolbase": "^1.0.0" 5540 }, 5541 "funding": { 5542 "url": "https://github.com/fb55/nth-check?sponsor=1" 5543 } 5544 }, 5545 "node_modules/ofetch": { 5546 "version": "1.4.1", 5547 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz", 5548 "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==", 5549 "license": "MIT", 5550 "dependencies": { 5551 "destr": "^2.0.3", 5552 "node-fetch-native": "^1.6.4", 5553 "ufo": "^1.5.4" 5554 } 5555 }, 5556 "node_modules/once": { 5557 "version": "1.4.0", 5558 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 5559 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 5560 "license": "ISC", 5561 "dependencies": { 5562 "wrappy": "1" 5563 } 5564 }, 5565 "node_modules/oniguruma-to-es": { 5566 "version": "2.3.0", 5567 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-2.3.0.tgz", 5568 "integrity": "sha512-bwALDxriqfKGfUufKGGepCzu9x7nJQuoRoAFp4AnwehhC2crqrDIAP/uN2qdlsAvSMpeRC3+Yzhqc7hLmle5+g==", 5569 "license": "MIT", 5570 "dependencies": { 5571 "emoji-regex-xs": "^1.0.0", 5572 "regex": "^5.1.1", 5573 "regex-recursion": "^5.1.1" 5574 } 5575 }, 5576 "node_modules/p-limit": { 5577 "version": "6.2.0", 5578 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", 5579 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", 5580 "license": "MIT", 5581 "dependencies": { 5582 "yocto-queue": "^1.1.1" 5583 }, 5584 "engines": { 5585 "node": ">=18" 5586 }, 5587 "funding": { 5588 "url": "https://github.com/sponsors/sindresorhus" 5589 } 5590 }, 5591 "node_modules/p-locate": { 5592 "version": "4.1.0", 5593 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", 5594 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", 5595 "license": "MIT", 5596 "dependencies": { 5597 "p-limit": "^2.2.0" 5598 }, 5599 "engines": { 5600 "node": ">=8" 5601 } 5602 }, 5603 "node_modules/p-locate/node_modules/p-limit": { 5604 "version": "2.3.0", 5605 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 5606 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 5607 "license": "MIT", 5608 "dependencies": { 5609 "p-try": "^2.0.0" 5610 }, 5611 "engines": { 5612 "node": ">=6" 5613 }, 5614 "funding": { 5615 "url": "https://github.com/sponsors/sindresorhus" 5616 } 5617 }, 5618 "node_modules/p-queue": { 5619 "version": "8.1.0", 5620 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.0.tgz", 5621 "integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==", 5622 "license": "MIT", 5623 "dependencies": { 5624 "eventemitter3": "^5.0.1", 5625 "p-timeout": "^6.1.2" 5626 }, 5627 "engines": { 5628 "node": ">=18" 5629 }, 5630 "funding": { 5631 "url": "https://github.com/sponsors/sindresorhus" 5632 } 5633 }, 5634 "node_modules/p-timeout": { 5635 "version": "6.1.4", 5636 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", 5637 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", 5638 "license": "MIT", 5639 "engines": { 5640 "node": ">=14.16" 5641 }, 5642 "funding": { 5643 "url": "https://github.com/sponsors/sindresorhus" 5644 } 5645 }, 5646 "node_modules/p-try": { 5647 "version": "2.2.0", 5648 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", 5649 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", 5650 "license": "MIT", 5651 "engines": { 5652 "node": ">=6" 5653 } 5654 }, 5655 "node_modules/package-manager-detector": { 5656 "version": "0.2.9", 5657 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-0.2.9.tgz", 5658 "integrity": "sha512-+vYvA/Y31l8Zk8dwxHhL3JfTuHPm6tlxM2A3GeQyl7ovYnSp1+mzAxClxaOr0qO1TtPxbQxetI7v5XqKLJZk7Q==", 5659 "license": "MIT" 5660 }, 5661 "node_modules/parse-entities": { 5662 "version": "4.0.2", 5663 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", 5664 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", 5665 "license": "MIT", 5666 "dependencies": { 5667 "@types/unist": "^2.0.0", 5668 "character-entities-legacy": "^3.0.0", 5669 "character-reference-invalid": "^2.0.0", 5670 "decode-named-character-reference": "^1.0.0", 5671 "is-alphanumerical": "^2.0.0", 5672 "is-decimal": "^2.0.0", 5673 "is-hexadecimal": "^2.0.0" 5674 }, 5675 "funding": { 5676 "type": "github", 5677 "url": "https://github.com/sponsors/wooorm" 5678 } 5679 }, 5680 "node_modules/parse-entities/node_modules/@types/unist": { 5681 "version": "2.0.11", 5682 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", 5683 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", 5684 "license": "MIT" 5685 }, 5686 "node_modules/parse-latin": { 5687 "version": "7.0.0", 5688 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", 5689 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", 5690 "license": "MIT", 5691 "dependencies": { 5692 "@types/nlcst": "^2.0.0", 5693 "@types/unist": "^3.0.0", 5694 "nlcst-to-string": "^4.0.0", 5695 "unist-util-modify-children": "^4.0.0", 5696 "unist-util-visit-children": "^3.0.0", 5697 "vfile": "^6.0.0" 5698 }, 5699 "funding": { 5700 "type": "github", 5701 "url": "https://github.com/sponsors/wooorm" 5702 } 5703 }, 5704 "node_modules/parse-srcset": { 5705 "version": "1.0.2", 5706 "resolved": "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz", 5707 "integrity": "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==", 5708 "license": "MIT" 5709 }, 5710 "node_modules/parse5": { 5711 "version": "7.2.1", 5712 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", 5713 "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", 5714 "license": "MIT", 5715 "dependencies": { 5716 "entities": "^4.5.0" 5717 }, 5718 "funding": { 5719 "url": "https://github.com/inikulin/parse5?sponsor=1" 5720 } 5721 }, 5722 "node_modules/parse5-htmlparser2-tree-adapter": { 5723 "version": "7.1.0", 5724 "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz", 5725 "integrity": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==", 5726 "license": "MIT", 5727 "dependencies": { 5728 "domhandler": "^5.0.3", 5729 "parse5": "^7.0.0" 5730 }, 5731 "funding": { 5732 "url": "https://github.com/inikulin/parse5?sponsor=1" 5733 } 5734 }, 5735 "node_modules/parse5-parser-stream": { 5736 "version": "7.1.2", 5737 "resolved": "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz", 5738 "integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==", 5739 "license": "MIT", 5740 "dependencies": { 5741 "parse5": "^7.0.0" 5742 }, 5743 "funding": { 5744 "url": "https://github.com/inikulin/parse5?sponsor=1" 5745 } 5746 }, 5747 "node_modules/path-exists": { 5748 "version": "4.0.0", 5749 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", 5750 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", 5751 "license": "MIT", 5752 "engines": { 5753 "node": ">=8" 5754 } 5755 }, 5756 "node_modules/pathe": { 5757 "version": "1.1.2", 5758 "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", 5759 "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", 5760 "license": "MIT" 5761 }, 5762 "node_modules/pend": { 5763 "version": "1.2.0", 5764 "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", 5765 "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", 5766 "license": "MIT" 5767 }, 5768 "node_modules/picocolors": { 5769 "version": "1.1.1", 5770 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 5771 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 5772 "license": "ISC" 5773 }, 5774 "node_modules/picomatch": { 5775 "version": "4.0.2", 5776 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", 5777 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", 5778 "license": "MIT", 5779 "engines": { 5780 "node": ">=12" 5781 }, 5782 "funding": { 5783 "url": "https://github.com/sponsors/jonschlinkert" 5784 } 5785 }, 5786 "node_modules/pify": { 5787 "version": "4.0.1", 5788 "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", 5789 "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", 5790 "license": "MIT", 5791 "engines": { 5792 "node": ">=6" 5793 } 5794 }, 5795 "node_modules/pkg-dir": { 5796 "version": "4.2.0", 5797 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", 5798 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", 5799 "license": "MIT", 5800 "dependencies": { 5801 "find-up": "^4.0.0" 5802 }, 5803 "engines": { 5804 "node": ">=8" 5805 } 5806 }, 5807 "node_modules/pkg-types": { 5808 "version": "1.3.1", 5809 "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz", 5810 "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==", 5811 "license": "MIT", 5812 "dependencies": { 5813 "confbox": "^0.1.8", 5814 "mlly": "^1.7.4", 5815 "pathe": "^2.0.1" 5816 } 5817 }, 5818 "node_modules/pkg-types/node_modules/pathe": { 5819 "version": "2.0.3", 5820 "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", 5821 "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", 5822 "license": "MIT" 5823 }, 5824 "node_modules/postcss": { 5825 "version": "8.5.3", 5826 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", 5827 "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", 5828 "funding": [ 5829 { 5830 "type": "opencollective", 5831 "url": "https://opencollective.com/postcss/" 5832 }, 5833 { 5834 "type": "tidelift", 5835 "url": "https://tidelift.com/funding/github/npm/postcss" 5836 }, 5837 { 5838 "type": "github", 5839 "url": "https://github.com/sponsors/ai" 5840 } 5841 ], 5842 "license": "MIT", 5843 "dependencies": { 5844 "nanoid": "^3.3.8", 5845 "picocolors": "^1.1.1", 5846 "source-map-js": "^1.2.1" 5847 }, 5848 "engines": { 5849 "node": "^10 || ^12 || >=14" 5850 } 5851 }, 5852 "node_modules/preferred-pm": { 5853 "version": "4.1.1", 5854 "resolved": "https://registry.npmjs.org/preferred-pm/-/preferred-pm-4.1.1.tgz", 5855 "integrity": "sha512-rU+ZAv1Ur9jAUZtGPebQVQPzdGhNzaEiQ7VL9+cjsAWPHFYOccNXPNiev1CCDSOg/2j7UujM7ojNhpkuILEVNQ==", 5856 "license": "MIT", 5857 "dependencies": { 5858 "find-up-simple": "^1.0.0", 5859 "find-yarn-workspace-root2": "1.2.16", 5860 "which-pm": "^3.0.1" 5861 }, 5862 "engines": { 5863 "node": ">=18.12" 5864 } 5865 }, 5866 "node_modules/prettier": { 5867 "version": "3.5.2", 5868 "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", 5869 "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", 5870 "dev": true, 5871 "license": "MIT", 5872 "bin": { 5873 "prettier": "bin/prettier.cjs" 5874 }, 5875 "engines": { 5876 "node": ">=14" 5877 }, 5878 "funding": { 5879 "url": "https://github.com/prettier/prettier?sponsor=1" 5880 } 5881 }, 5882 "node_modules/prettier-plugin-astro": { 5883 "version": "0.14.1", 5884 "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.14.1.tgz", 5885 "integrity": "sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==", 5886 "dev": true, 5887 "license": "MIT", 5888 "dependencies": { 5889 "@astrojs/compiler": "^2.9.1", 5890 "prettier": "^3.0.0", 5891 "sass-formatter": "^0.7.6" 5892 }, 5893 "engines": { 5894 "node": "^14.15.0 || >=16.0.0" 5895 } 5896 }, 5897 "node_modules/prismjs": { 5898 "version": "1.29.0", 5899 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", 5900 "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", 5901 "license": "MIT", 5902 "engines": { 5903 "node": ">=6" 5904 } 5905 }, 5906 "node_modules/prompts": { 5907 "version": "2.4.2", 5908 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 5909 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 5910 "license": "MIT", 5911 "dependencies": { 5912 "kleur": "^3.0.3", 5913 "sisteransi": "^1.0.5" 5914 }, 5915 "engines": { 5916 "node": ">= 6" 5917 } 5918 }, 5919 "node_modules/prompts/node_modules/kleur": { 5920 "version": "3.0.3", 5921 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 5922 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 5923 "license": "MIT", 5924 "engines": { 5925 "node": ">=6" 5926 } 5927 }, 5928 "node_modules/property-information": { 5929 "version": "7.0.0", 5930 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.0.0.tgz", 5931 "integrity": "sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==", 5932 "license": "MIT", 5933 "funding": { 5934 "type": "github", 5935 "url": "https://github.com/sponsors/wooorm" 5936 } 5937 }, 5938 "node_modules/proxy-from-env": { 5939 "version": "1.1.0", 5940 "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", 5941 "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", 5942 "license": "MIT" 5943 }, 5944 "node_modules/pump": { 5945 "version": "3.0.2", 5946 "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", 5947 "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", 5948 "license": "MIT", 5949 "dependencies": { 5950 "end-of-stream": "^1.1.0", 5951 "once": "^1.3.1" 5952 } 5953 }, 5954 "node_modules/punycode.js": { 5955 "version": "2.3.1", 5956 "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", 5957 "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", 5958 "license": "MIT", 5959 "engines": { 5960 "node": ">=6" 5961 } 5962 }, 5963 "node_modules/radix3": { 5964 "version": "1.1.2", 5965 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", 5966 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==", 5967 "license": "MIT" 5968 }, 5969 "node_modules/readdirp": { 5970 "version": "4.1.2", 5971 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", 5972 "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", 5973 "license": "MIT", 5974 "engines": { 5975 "node": ">= 14.18.0" 5976 }, 5977 "funding": { 5978 "type": "individual", 5979 "url": "https://paulmillr.com/funding/" 5980 } 5981 }, 5982 "node_modules/recma-build-jsx": { 5983 "version": "1.0.0", 5984 "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz", 5985 "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==", 5986 "license": "MIT", 5987 "dependencies": { 5988 "@types/estree": "^1.0.0", 5989 "estree-util-build-jsx": "^3.0.0", 5990 "vfile": "^6.0.0" 5991 }, 5992 "funding": { 5993 "type": "opencollective", 5994 "url": "https://opencollective.com/unified" 5995 } 5996 }, 5997 "node_modules/recma-jsx": { 5998 "version": "1.0.0", 5999 "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.0.tgz", 6000 "integrity": "sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==", 6001 "license": "MIT", 6002 "dependencies": { 6003 "acorn-jsx": "^5.0.0", 6004 "estree-util-to-js": "^2.0.0", 6005 "recma-parse": "^1.0.0", 6006 "recma-stringify": "^1.0.0", 6007 "unified": "^11.0.0" 6008 }, 6009 "funding": { 6010 "type": "opencollective", 6011 "url": "https://opencollective.com/unified" 6012 } 6013 }, 6014 "node_modules/recma-parse": { 6015 "version": "1.0.0", 6016 "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz", 6017 "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==", 6018 "license": "MIT", 6019 "dependencies": { 6020 "@types/estree": "^1.0.0", 6021 "esast-util-from-js": "^2.0.0", 6022 "unified": "^11.0.0", 6023 "vfile": "^6.0.0" 6024 }, 6025 "funding": { 6026 "type": "opencollective", 6027 "url": "https://opencollective.com/unified" 6028 } 6029 }, 6030 "node_modules/recma-stringify": { 6031 "version": "1.0.0", 6032 "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz", 6033 "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==", 6034 "license": "MIT", 6035 "dependencies": { 6036 "@types/estree": "^1.0.0", 6037 "estree-util-to-js": "^2.0.0", 6038 "unified": "^11.0.0", 6039 "vfile": "^6.0.0" 6040 }, 6041 "funding": { 6042 "type": "opencollective", 6043 "url": "https://opencollective.com/unified" 6044 } 6045 }, 6046 "node_modules/regex": { 6047 "version": "5.1.1", 6048 "resolved": "https://registry.npmjs.org/regex/-/regex-5.1.1.tgz", 6049 "integrity": "sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw==", 6050 "license": "MIT", 6051 "dependencies": { 6052 "regex-utilities": "^2.3.0" 6053 } 6054 }, 6055 "node_modules/regex-recursion": { 6056 "version": "5.1.1", 6057 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-5.1.1.tgz", 6058 "integrity": "sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w==", 6059 "license": "MIT", 6060 "dependencies": { 6061 "regex": "^5.1.1", 6062 "regex-utilities": "^2.3.0" 6063 } 6064 }, 6065 "node_modules/regex-utilities": { 6066 "version": "2.3.0", 6067 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", 6068 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", 6069 "license": "MIT" 6070 }, 6071 "node_modules/rehype": { 6072 "version": "13.0.2", 6073 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz", 6074 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==", 6075 "license": "MIT", 6076 "dependencies": { 6077 "@types/hast": "^3.0.0", 6078 "rehype-parse": "^9.0.0", 6079 "rehype-stringify": "^10.0.0", 6080 "unified": "^11.0.0" 6081 }, 6082 "funding": { 6083 "type": "opencollective", 6084 "url": "https://opencollective.com/unified" 6085 } 6086 }, 6087 "node_modules/rehype-parse": { 6088 "version": "9.0.1", 6089 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", 6090 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", 6091 "license": "MIT", 6092 "dependencies": { 6093 "@types/hast": "^3.0.0", 6094 "hast-util-from-html": "^2.0.0", 6095 "unified": "^11.0.0" 6096 }, 6097 "funding": { 6098 "type": "opencollective", 6099 "url": "https://opencollective.com/unified" 6100 } 6101 }, 6102 "node_modules/rehype-raw": { 6103 "version": "7.0.0", 6104 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 6105 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 6106 "license": "MIT", 6107 "dependencies": { 6108 "@types/hast": "^3.0.0", 6109 "hast-util-raw": "^9.0.0", 6110 "vfile": "^6.0.0" 6111 }, 6112 "funding": { 6113 "type": "opencollective", 6114 "url": "https://opencollective.com/unified" 6115 } 6116 }, 6117 "node_modules/rehype-recma": { 6118 "version": "1.0.0", 6119 "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz", 6120 "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==", 6121 "license": "MIT", 6122 "dependencies": { 6123 "@types/estree": "^1.0.0", 6124 "@types/hast": "^3.0.0", 6125 "hast-util-to-estree": "^3.0.0" 6126 }, 6127 "funding": { 6128 "type": "opencollective", 6129 "url": "https://opencollective.com/unified" 6130 } 6131 }, 6132 "node_modules/rehype-stringify": { 6133 "version": "10.0.1", 6134 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz", 6135 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==", 6136 "license": "MIT", 6137 "dependencies": { 6138 "@types/hast": "^3.0.0", 6139 "hast-util-to-html": "^9.0.0", 6140 "unified": "^11.0.0" 6141 }, 6142 "funding": { 6143 "type": "opencollective", 6144 "url": "https://opencollective.com/unified" 6145 } 6146 }, 6147 "node_modules/remark-gfm": { 6148 "version": "4.0.1", 6149 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 6150 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 6151 "license": "MIT", 6152 "dependencies": { 6153 "@types/mdast": "^4.0.0", 6154 "mdast-util-gfm": "^3.0.0", 6155 "micromark-extension-gfm": "^3.0.0", 6156 "remark-parse": "^11.0.0", 6157 "remark-stringify": "^11.0.0", 6158 "unified": "^11.0.0" 6159 }, 6160 "funding": { 6161 "type": "opencollective", 6162 "url": "https://opencollective.com/unified" 6163 } 6164 }, 6165 "node_modules/remark-mdx": { 6166 "version": "3.1.0", 6167 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.0.tgz", 6168 "integrity": "sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==", 6169 "license": "MIT", 6170 "dependencies": { 6171 "mdast-util-mdx": "^3.0.0", 6172 "micromark-extension-mdxjs": "^3.0.0" 6173 }, 6174 "funding": { 6175 "type": "opencollective", 6176 "url": "https://opencollective.com/unified" 6177 } 6178 }, 6179 "node_modules/remark-parse": { 6180 "version": "11.0.0", 6181 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 6182 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 6183 "license": "MIT", 6184 "dependencies": { 6185 "@types/mdast": "^4.0.0", 6186 "mdast-util-from-markdown": "^2.0.0", 6187 "micromark-util-types": "^2.0.0", 6188 "unified": "^11.0.0" 6189 }, 6190 "funding": { 6191 "type": "opencollective", 6192 "url": "https://opencollective.com/unified" 6193 } 6194 }, 6195 "node_modules/remark-rehype": { 6196 "version": "11.1.1", 6197 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.1.tgz", 6198 "integrity": "sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==", 6199 "license": "MIT", 6200 "dependencies": { 6201 "@types/hast": "^3.0.0", 6202 "@types/mdast": "^4.0.0", 6203 "mdast-util-to-hast": "^13.0.0", 6204 "unified": "^11.0.0", 6205 "vfile": "^6.0.0" 6206 }, 6207 "funding": { 6208 "type": "opencollective", 6209 "url": "https://opencollective.com/unified" 6210 } 6211 }, 6212 "node_modules/remark-smartypants": { 6213 "version": "3.0.2", 6214 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", 6215 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", 6216 "license": "MIT", 6217 "dependencies": { 6218 "retext": "^9.0.0", 6219 "retext-smartypants": "^6.0.0", 6220 "unified": "^11.0.4", 6221 "unist-util-visit": "^5.0.0" 6222 }, 6223 "engines": { 6224 "node": ">=16.0.0" 6225 } 6226 }, 6227 "node_modules/remark-stringify": { 6228 "version": "11.0.0", 6229 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 6230 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 6231 "license": "MIT", 6232 "dependencies": { 6233 "@types/mdast": "^4.0.0", 6234 "mdast-util-to-markdown": "^2.0.0", 6235 "unified": "^11.0.0" 6236 }, 6237 "funding": { 6238 "type": "opencollective", 6239 "url": "https://opencollective.com/unified" 6240 } 6241 }, 6242 "node_modules/require-directory": { 6243 "version": "2.1.1", 6244 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", 6245 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", 6246 "license": "MIT", 6247 "engines": { 6248 "node": ">=0.10.0" 6249 } 6250 }, 6251 "node_modules/require-main-filename": { 6252 "version": "2.0.0", 6253 "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", 6254 "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", 6255 "license": "ISC" 6256 }, 6257 "node_modules/retext": { 6258 "version": "9.0.0", 6259 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", 6260 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", 6261 "license": "MIT", 6262 "dependencies": { 6263 "@types/nlcst": "^2.0.0", 6264 "retext-latin": "^4.0.0", 6265 "retext-stringify": "^4.0.0", 6266 "unified": "^11.0.0" 6267 }, 6268 "funding": { 6269 "type": "opencollective", 6270 "url": "https://opencollective.com/unified" 6271 } 6272 }, 6273 "node_modules/retext-latin": { 6274 "version": "4.0.0", 6275 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", 6276 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", 6277 "license": "MIT", 6278 "dependencies": { 6279 "@types/nlcst": "^2.0.0", 6280 "parse-latin": "^7.0.0", 6281 "unified": "^11.0.0" 6282 }, 6283 "funding": { 6284 "type": "opencollective", 6285 "url": "https://opencollective.com/unified" 6286 } 6287 }, 6288 "node_modules/retext-smartypants": { 6289 "version": "6.2.0", 6290 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz", 6291 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==", 6292 "license": "MIT", 6293 "dependencies": { 6294 "@types/nlcst": "^2.0.0", 6295 "nlcst-to-string": "^4.0.0", 6296 "unist-util-visit": "^5.0.0" 6297 }, 6298 "funding": { 6299 "type": "opencollective", 6300 "url": "https://opencollective.com/unified" 6301 } 6302 }, 6303 "node_modules/retext-stringify": { 6304 "version": "4.0.0", 6305 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", 6306 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", 6307 "license": "MIT", 6308 "dependencies": { 6309 "@types/nlcst": "^2.0.0", 6310 "nlcst-to-string": "^4.0.0", 6311 "unified": "^11.0.0" 6312 }, 6313 "funding": { 6314 "type": "opencollective", 6315 "url": "https://opencollective.com/unified" 6316 } 6317 }, 6318 "node_modules/rollup": { 6319 "version": "4.34.8", 6320 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.34.8.tgz", 6321 "integrity": "sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==", 6322 "license": "MIT", 6323 "dependencies": { 6324 "@types/estree": "1.0.6" 6325 }, 6326 "bin": { 6327 "rollup": "dist/bin/rollup" 6328 }, 6329 "engines": { 6330 "node": ">=18.0.0", 6331 "npm": ">=8.0.0" 6332 }, 6333 "optionalDependencies": { 6334 "@rollup/rollup-android-arm-eabi": "4.34.8", 6335 "@rollup/rollup-android-arm64": "4.34.8", 6336 "@rollup/rollup-darwin-arm64": "4.34.8", 6337 "@rollup/rollup-darwin-x64": "4.34.8", 6338 "@rollup/rollup-freebsd-arm64": "4.34.8", 6339 "@rollup/rollup-freebsd-x64": "4.34.8", 6340 "@rollup/rollup-linux-arm-gnueabihf": "4.34.8", 6341 "@rollup/rollup-linux-arm-musleabihf": "4.34.8", 6342 "@rollup/rollup-linux-arm64-gnu": "4.34.8", 6343 "@rollup/rollup-linux-arm64-musl": "4.34.8", 6344 "@rollup/rollup-linux-loongarch64-gnu": "4.34.8", 6345 "@rollup/rollup-linux-powerpc64le-gnu": "4.34.8", 6346 "@rollup/rollup-linux-riscv64-gnu": "4.34.8", 6347 "@rollup/rollup-linux-s390x-gnu": "4.34.8", 6348 "@rollup/rollup-linux-x64-gnu": "4.34.8", 6349 "@rollup/rollup-linux-x64-musl": "4.34.8", 6350 "@rollup/rollup-win32-arm64-msvc": "4.34.8", 6351 "@rollup/rollup-win32-ia32-msvc": "4.34.8", 6352 "@rollup/rollup-win32-x64-msvc": "4.34.8", 6353 "fsevents": "~2.3.2" 6354 } 6355 }, 6356 "node_modules/s.color": { 6357 "version": "0.0.15", 6358 "resolved": "https://registry.npmjs.org/s.color/-/s.color-0.0.15.tgz", 6359 "integrity": "sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==", 6360 "dev": true, 6361 "license": "MIT" 6362 }, 6363 "node_modules/safer-buffer": { 6364 "version": "2.1.2", 6365 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 6366 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", 6367 "license": "MIT" 6368 }, 6369 "node_modules/sanitize-html": { 6370 "version": "2.14.0", 6371 "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.14.0.tgz", 6372 "integrity": "sha512-CafX+IUPxZshXqqRaG9ZClSlfPVjSxI0td7n07hk8QO2oO+9JDnlcL8iM8TWeOXOIBFgIOx6zioTzM53AOMn3g==", 6373 "license": "MIT", 6374 "dependencies": { 6375 "deepmerge": "^4.2.2", 6376 "escape-string-regexp": "^4.0.0", 6377 "htmlparser2": "^8.0.0", 6378 "is-plain-object": "^5.0.0", 6379 "parse-srcset": "^1.0.2", 6380 "postcss": "^8.3.11" 6381 } 6382 }, 6383 "node_modules/sanitize-html/node_modules/escape-string-regexp": { 6384 "version": "4.0.0", 6385 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", 6386 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", 6387 "license": "MIT", 6388 "engines": { 6389 "node": ">=10" 6390 }, 6391 "funding": { 6392 "url": "https://github.com/sponsors/sindresorhus" 6393 } 6394 }, 6395 "node_modules/sass-formatter": { 6396 "version": "0.7.9", 6397 "resolved": "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.7.9.tgz", 6398 "integrity": "sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==", 6399 "dev": true, 6400 "license": "MIT", 6401 "dependencies": { 6402 "suf-log": "^2.5.3" 6403 } 6404 }, 6405 "node_modules/sax": { 6406 "version": "1.4.1", 6407 "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", 6408 "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", 6409 "license": "ISC" 6410 }, 6411 "node_modules/semver": { 6412 "version": "7.7.1", 6413 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", 6414 "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", 6415 "license": "ISC", 6416 "bin": { 6417 "semver": "bin/semver.js" 6418 }, 6419 "engines": { 6420 "node": ">=10" 6421 } 6422 }, 6423 "node_modules/set-blocking": { 6424 "version": "2.0.0", 6425 "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", 6426 "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", 6427 "license": "ISC" 6428 }, 6429 "node_modules/sharp": { 6430 "version": "0.33.5", 6431 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz", 6432 "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==", 6433 "hasInstallScript": true, 6434 "license": "Apache-2.0", 6435 "dependencies": { 6436 "color": "^4.2.3", 6437 "detect-libc": "^2.0.3", 6438 "semver": "^7.6.3" 6439 }, 6440 "engines": { 6441 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 6442 }, 6443 "funding": { 6444 "url": "https://opencollective.com/libvips" 6445 }, 6446 "optionalDependencies": { 6447 "@img/sharp-darwin-arm64": "0.33.5", 6448 "@img/sharp-darwin-x64": "0.33.5", 6449 "@img/sharp-libvips-darwin-arm64": "1.0.4", 6450 "@img/sharp-libvips-darwin-x64": "1.0.4", 6451 "@img/sharp-libvips-linux-arm": "1.0.5", 6452 "@img/sharp-libvips-linux-arm64": "1.0.4", 6453 "@img/sharp-libvips-linux-s390x": "1.0.4", 6454 "@img/sharp-libvips-linux-x64": "1.0.4", 6455 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4", 6456 "@img/sharp-libvips-linuxmusl-x64": "1.0.4", 6457 "@img/sharp-linux-arm": "0.33.5", 6458 "@img/sharp-linux-arm64": "0.33.5", 6459 "@img/sharp-linux-s390x": "0.33.5", 6460 "@img/sharp-linux-x64": "0.33.5", 6461 "@img/sharp-linuxmusl-arm64": "0.33.5", 6462 "@img/sharp-linuxmusl-x64": "0.33.5", 6463 "@img/sharp-wasm32": "0.33.5", 6464 "@img/sharp-win32-ia32": "0.33.5", 6465 "@img/sharp-win32-x64": "0.33.5" 6466 } 6467 }, 6468 "node_modules/shiki": { 6469 "version": "1.29.2", 6470 "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.29.2.tgz", 6471 "integrity": "sha512-njXuliz/cP+67jU2hukkxCNuH1yUi4QfdZZY+sMr5PPrIyXSu5iTb/qYC4BiWWB0vZ+7TbdvYUCeL23zpwCfbg==", 6472 "license": "MIT", 6473 "dependencies": { 6474 "@shikijs/core": "1.29.2", 6475 "@shikijs/engine-javascript": "1.29.2", 6476 "@shikijs/engine-oniguruma": "1.29.2", 6477 "@shikijs/langs": "1.29.2", 6478 "@shikijs/themes": "1.29.2", 6479 "@shikijs/types": "1.29.2", 6480 "@shikijs/vscode-textmate": "^10.0.1", 6481 "@types/hast": "^3.0.4" 6482 } 6483 }, 6484 "node_modules/simple-swizzle": { 6485 "version": "0.2.2", 6486 "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", 6487 "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", 6488 "license": "MIT", 6489 "dependencies": { 6490 "is-arrayish": "^0.3.1" 6491 } 6492 }, 6493 "node_modules/sisteransi": { 6494 "version": "1.0.5", 6495 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 6496 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", 6497 "license": "MIT" 6498 }, 6499 "node_modules/sitemap": { 6500 "version": "8.0.0", 6501 "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.0.tgz", 6502 "integrity": "sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==", 6503 "license": "MIT", 6504 "dependencies": { 6505 "@types/node": "^17.0.5", 6506 "@types/sax": "^1.2.1", 6507 "arg": "^5.0.0", 6508 "sax": "^1.2.4" 6509 }, 6510 "bin": { 6511 "sitemap": "dist/cli.js" 6512 }, 6513 "engines": { 6514 "node": ">=14.0.0", 6515 "npm": ">=6.0.0" 6516 } 6517 }, 6518 "node_modules/sitemap/node_modules/@types/node": { 6519 "version": "17.0.45", 6520 "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", 6521 "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==", 6522 "license": "MIT" 6523 }, 6524 "node_modules/slugify": { 6525 "version": "1.6.6", 6526 "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz", 6527 "integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==", 6528 "dev": true, 6529 "license": "MIT", 6530 "engines": { 6531 "node": ">=8.0.0" 6532 } 6533 }, 6534 "node_modules/smol-toml": { 6535 "version": "1.3.1", 6536 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.3.1.tgz", 6537 "integrity": "sha512-tEYNll18pPKHroYSmLLrksq233j021G0giwW7P3D24jC54pQ5W5BXMsQ/Mvw1OJCmEYDgY+lrzT+3nNUtoNfXQ==", 6538 "license": "BSD-3-Clause", 6539 "engines": { 6540 "node": ">= 18" 6541 }, 6542 "funding": { 6543 "url": "https://github.com/sponsors/cyyynthia" 6544 } 6545 }, 6546 "node_modules/source-map": { 6547 "version": "0.7.4", 6548 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", 6549 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", 6550 "license": "BSD-3-Clause", 6551 "engines": { 6552 "node": ">= 8" 6553 } 6554 }, 6555 "node_modules/source-map-js": { 6556 "version": "1.2.1", 6557 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 6558 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 6559 "license": "BSD-3-Clause", 6560 "engines": { 6561 "node": ">=0.10.0" 6562 } 6563 }, 6564 "node_modules/space-separated-tokens": { 6565 "version": "2.0.2", 6566 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 6567 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 6568 "license": "MIT", 6569 "funding": { 6570 "type": "github", 6571 "url": "https://github.com/sponsors/wooorm" 6572 } 6573 }, 6574 "node_modules/sprintf-js": { 6575 "version": "1.0.3", 6576 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 6577 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", 6578 "license": "BSD-3-Clause" 6579 }, 6580 "node_modules/stream-replace-string": { 6581 "version": "2.0.0", 6582 "resolved": "https://registry.npmjs.org/stream-replace-string/-/stream-replace-string-2.0.0.tgz", 6583 "integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==", 6584 "license": "MIT" 6585 }, 6586 "node_modules/string-width": { 6587 "version": "7.2.0", 6588 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 6589 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 6590 "license": "MIT", 6591 "dependencies": { 6592 "emoji-regex": "^10.3.0", 6593 "get-east-asian-width": "^1.0.0", 6594 "strip-ansi": "^7.1.0" 6595 }, 6596 "engines": { 6597 "node": ">=18" 6598 }, 6599 "funding": { 6600 "url": "https://github.com/sponsors/sindresorhus" 6601 } 6602 }, 6603 "node_modules/stringify-entities": { 6604 "version": "4.0.4", 6605 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 6606 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 6607 "license": "MIT", 6608 "dependencies": { 6609 "character-entities-html4": "^2.0.0", 6610 "character-entities-legacy": "^3.0.0" 6611 }, 6612 "funding": { 6613 "type": "github", 6614 "url": "https://github.com/sponsors/wooorm" 6615 } 6616 }, 6617 "node_modules/strip-ansi": { 6618 "version": "7.1.0", 6619 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 6620 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 6621 "license": "MIT", 6622 "dependencies": { 6623 "ansi-regex": "^6.0.1" 6624 }, 6625 "engines": { 6626 "node": ">=12" 6627 }, 6628 "funding": { 6629 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 6630 } 6631 }, 6632 "node_modules/strip-bom": { 6633 "version": "3.0.0", 6634 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", 6635 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", 6636 "license": "MIT", 6637 "engines": { 6638 "node": ">=4" 6639 } 6640 }, 6641 "node_modules/strip-final-newline": { 6642 "version": "2.0.0", 6643 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", 6644 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", 6645 "license": "MIT", 6646 "engines": { 6647 "node": ">=6" 6648 } 6649 }, 6650 "node_modules/strnum": { 6651 "version": "1.1.1", 6652 "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz", 6653 "integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==", 6654 "funding": [ 6655 { 6656 "type": "github", 6657 "url": "https://github.com/sponsors/NaturalIntelligence" 6658 } 6659 ], 6660 "license": "MIT" 6661 }, 6662 "node_modules/style-to-object": { 6663 "version": "1.0.8", 6664 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz", 6665 "integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==", 6666 "license": "MIT", 6667 "dependencies": { 6668 "inline-style-parser": "0.2.4" 6669 } 6670 }, 6671 "node_modules/suf-log": { 6672 "version": "2.5.3", 6673 "resolved": "https://registry.npmjs.org/suf-log/-/suf-log-2.5.3.tgz", 6674 "integrity": "sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==", 6675 "dev": true, 6676 "license": "MIT", 6677 "dependencies": { 6678 "s.color": "0.0.15" 6679 } 6680 }, 6681 "node_modules/svgo": { 6682 "version": "3.3.2", 6683 "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz", 6684 "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", 6685 "license": "MIT", 6686 "dependencies": { 6687 "@trysound/sax": "0.2.0", 6688 "commander": "^7.2.0", 6689 "css-select": "^5.1.0", 6690 "css-tree": "^2.3.1", 6691 "css-what": "^6.1.0", 6692 "csso": "^5.0.5", 6693 "picocolors": "^1.0.0" 6694 }, 6695 "bin": { 6696 "svgo": "bin/svgo" 6697 }, 6698 "engines": { 6699 "node": ">=14.0.0" 6700 }, 6701 "funding": { 6702 "type": "opencollective", 6703 "url": "https://opencollective.com/svgo" 6704 } 6705 }, 6706 "node_modules/tar": { 6707 "version": "6.2.1", 6708 "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", 6709 "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", 6710 "license": "ISC", 6711 "dependencies": { 6712 "chownr": "^2.0.0", 6713 "fs-minipass": "^2.0.0", 6714 "minipass": "^5.0.0", 6715 "minizlib": "^2.1.1", 6716 "mkdirp": "^1.0.3", 6717 "yallist": "^4.0.0" 6718 }, 6719 "engines": { 6720 "node": ">=10" 6721 } 6722 }, 6723 "node_modules/tar/node_modules/minipass": { 6724 "version": "5.0.0", 6725 "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", 6726 "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", 6727 "license": "ISC", 6728 "engines": { 6729 "node": ">=8" 6730 } 6731 }, 6732 "node_modules/tinyexec": { 6733 "version": "0.3.2", 6734 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", 6735 "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", 6736 "license": "MIT" 6737 }, 6738 "node_modules/tinyglobby": { 6739 "version": "0.2.12", 6740 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.12.tgz", 6741 "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==", 6742 "license": "MIT", 6743 "dependencies": { 6744 "fdir": "^6.4.3", 6745 "picomatch": "^4.0.2" 6746 }, 6747 "engines": { 6748 "node": ">=12.0.0" 6749 }, 6750 "funding": { 6751 "url": "https://github.com/sponsors/SuperchupuDev" 6752 } 6753 }, 6754 "node_modules/to-regex-range": { 6755 "version": "5.0.1", 6756 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 6757 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 6758 "license": "MIT", 6759 "dependencies": { 6760 "is-number": "^7.0.0" 6761 }, 6762 "engines": { 6763 "node": ">=8.0" 6764 } 6765 }, 6766 "node_modules/trim-lines": { 6767 "version": "3.0.1", 6768 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 6769 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 6770 "license": "MIT", 6771 "funding": { 6772 "type": "github", 6773 "url": "https://github.com/sponsors/wooorm" 6774 } 6775 }, 6776 "node_modules/trough": { 6777 "version": "2.2.0", 6778 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 6779 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 6780 "license": "MIT", 6781 "funding": { 6782 "type": "github", 6783 "url": "https://github.com/sponsors/wooorm" 6784 } 6785 }, 6786 "node_modules/tsconfck": { 6787 "version": "3.1.5", 6788 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.5.tgz", 6789 "integrity": "sha512-CLDfGgUp7XPswWnezWwsCRxNmgQjhYq3VXHM0/XIRxhVrKw0M1if9agzryh1QS3nxjCROvV+xWxoJO1YctzzWg==", 6790 "license": "MIT", 6791 "bin": { 6792 "tsconfck": "bin/tsconfck.js" 6793 }, 6794 "engines": { 6795 "node": "^18 || >=20" 6796 }, 6797 "peerDependencies": { 6798 "typescript": "^5.0.0" 6799 }, 6800 "peerDependenciesMeta": { 6801 "typescript": { 6802 "optional": true 6803 } 6804 } 6805 }, 6806 "node_modules/tslib": { 6807 "version": "2.8.1", 6808 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 6809 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 6810 "license": "0BSD", 6811 "optional": true 6812 }, 6813 "node_modules/type-fest": { 6814 "version": "4.35.0", 6815 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.35.0.tgz", 6816 "integrity": "sha512-2/AwEFQDFEy30iOLjrvHDIH7e4HEWH+f1Yl1bI5XMqzuoCUqwYCdxachgsgv0og/JdVZUhbfjcJAoHj5L1753A==", 6817 "license": "(MIT OR CC0-1.0)", 6818 "engines": { 6819 "node": ">=16" 6820 }, 6821 "funding": { 6822 "url": "https://github.com/sponsors/sindresorhus" 6823 } 6824 }, 6825 "node_modules/typescript": { 6826 "version": "5.7.3", 6827 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", 6828 "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", 6829 "license": "Apache-2.0", 6830 "bin": { 6831 "tsc": "bin/tsc", 6832 "tsserver": "bin/tsserver" 6833 }, 6834 "engines": { 6835 "node": ">=14.17" 6836 } 6837 }, 6838 "node_modules/uc.micro": { 6839 "version": "2.1.0", 6840 "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", 6841 "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", 6842 "license": "MIT" 6843 }, 6844 "node_modules/ufo": { 6845 "version": "1.5.4", 6846 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz", 6847 "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==", 6848 "license": "MIT" 6849 }, 6850 "node_modules/ultrahtml": { 6851 "version": "1.5.3", 6852 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.5.3.tgz", 6853 "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==", 6854 "license": "MIT" 6855 }, 6856 "node_modules/uncrypto": { 6857 "version": "0.1.3", 6858 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", 6859 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", 6860 "license": "MIT" 6861 }, 6862 "node_modules/undici": { 6863 "version": "6.21.1", 6864 "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz", 6865 "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==", 6866 "license": "MIT", 6867 "engines": { 6868 "node": ">=18.17" 6869 } 6870 }, 6871 "node_modules/undici-types": { 6872 "version": "6.20.0", 6873 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", 6874 "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", 6875 "license": "MIT" 6876 }, 6877 "node_modules/unified": { 6878 "version": "11.0.5", 6879 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 6880 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 6881 "license": "MIT", 6882 "dependencies": { 6883 "@types/unist": "^3.0.0", 6884 "bail": "^2.0.0", 6885 "devlop": "^1.0.0", 6886 "extend": "^3.0.0", 6887 "is-plain-obj": "^4.0.0", 6888 "trough": "^2.0.0", 6889 "vfile": "^6.0.0" 6890 }, 6891 "funding": { 6892 "type": "opencollective", 6893 "url": "https://opencollective.com/unified" 6894 } 6895 }, 6896 "node_modules/unist-util-find-after": { 6897 "version": "5.0.0", 6898 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", 6899 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", 6900 "license": "MIT", 6901 "dependencies": { 6902 "@types/unist": "^3.0.0", 6903 "unist-util-is": "^6.0.0" 6904 }, 6905 "funding": { 6906 "type": "opencollective", 6907 "url": "https://opencollective.com/unified" 6908 } 6909 }, 6910 "node_modules/unist-util-is": { 6911 "version": "6.0.0", 6912 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 6913 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 6914 "license": "MIT", 6915 "dependencies": { 6916 "@types/unist": "^3.0.0" 6917 }, 6918 "funding": { 6919 "type": "opencollective", 6920 "url": "https://opencollective.com/unified" 6921 } 6922 }, 6923 "node_modules/unist-util-modify-children": { 6924 "version": "4.0.0", 6925 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", 6926 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", 6927 "license": "MIT", 6928 "dependencies": { 6929 "@types/unist": "^3.0.0", 6930 "array-iterate": "^2.0.0" 6931 }, 6932 "funding": { 6933 "type": "opencollective", 6934 "url": "https://opencollective.com/unified" 6935 } 6936 }, 6937 "node_modules/unist-util-position": { 6938 "version": "5.0.0", 6939 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 6940 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 6941 "license": "MIT", 6942 "dependencies": { 6943 "@types/unist": "^3.0.0" 6944 }, 6945 "funding": { 6946 "type": "opencollective", 6947 "url": "https://opencollective.com/unified" 6948 } 6949 }, 6950 "node_modules/unist-util-position-from-estree": { 6951 "version": "2.0.0", 6952 "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", 6953 "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", 6954 "license": "MIT", 6955 "dependencies": { 6956 "@types/unist": "^3.0.0" 6957 }, 6958 "funding": { 6959 "type": "opencollective", 6960 "url": "https://opencollective.com/unified" 6961 } 6962 }, 6963 "node_modules/unist-util-remove-position": { 6964 "version": "5.0.0", 6965 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", 6966 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", 6967 "license": "MIT", 6968 "dependencies": { 6969 "@types/unist": "^3.0.0", 6970 "unist-util-visit": "^5.0.0" 6971 }, 6972 "funding": { 6973 "type": "opencollective", 6974 "url": "https://opencollective.com/unified" 6975 } 6976 }, 6977 "node_modules/unist-util-stringify-position": { 6978 "version": "4.0.0", 6979 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 6980 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 6981 "license": "MIT", 6982 "dependencies": { 6983 "@types/unist": "^3.0.0" 6984 }, 6985 "funding": { 6986 "type": "opencollective", 6987 "url": "https://opencollective.com/unified" 6988 } 6989 }, 6990 "node_modules/unist-util-visit": { 6991 "version": "5.0.0", 6992 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 6993 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 6994 "license": "MIT", 6995 "dependencies": { 6996 "@types/unist": "^3.0.0", 6997 "unist-util-is": "^6.0.0", 6998 "unist-util-visit-parents": "^6.0.0" 6999 }, 7000 "funding": { 7001 "type": "opencollective", 7002 "url": "https://opencollective.com/unified" 7003 } 7004 }, 7005 "node_modules/unist-util-visit-children": { 7006 "version": "3.0.0", 7007 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", 7008 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", 7009 "license": "MIT", 7010 "dependencies": { 7011 "@types/unist": "^3.0.0" 7012 }, 7013 "funding": { 7014 "type": "opencollective", 7015 "url": "https://opencollective.com/unified" 7016 } 7017 }, 7018 "node_modules/unist-util-visit-parents": { 7019 "version": "6.0.1", 7020 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 7021 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 7022 "license": "MIT", 7023 "dependencies": { 7024 "@types/unist": "^3.0.0", 7025 "unist-util-is": "^6.0.0" 7026 }, 7027 "funding": { 7028 "type": "opencollective", 7029 "url": "https://opencollective.com/unified" 7030 } 7031 }, 7032 "node_modules/unstorage": { 7033 "version": "1.15.0", 7034 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.15.0.tgz", 7035 "integrity": "sha512-m40eHdGY/gA6xAPqo8eaxqXgBuzQTlAKfmB1iF7oCKXE1HfwHwzDJBywK+qQGn52dta+bPlZluPF7++yR3p/bg==", 7036 "license": "MIT", 7037 "dependencies": { 7038 "anymatch": "^3.1.3", 7039 "chokidar": "^4.0.3", 7040 "destr": "^2.0.3", 7041 "h3": "^1.15.0", 7042 "lru-cache": "^10.4.3", 7043 "node-fetch-native": "^1.6.6", 7044 "ofetch": "^1.4.1", 7045 "ufo": "^1.5.4" 7046 }, 7047 "peerDependencies": { 7048 "@azure/app-configuration": "^1.8.0", 7049 "@azure/cosmos": "^4.2.0", 7050 "@azure/data-tables": "^13.3.0", 7051 "@azure/identity": "^4.6.0", 7052 "@azure/keyvault-secrets": "^4.9.0", 7053 "@azure/storage-blob": "^12.26.0", 7054 "@capacitor/preferences": "^6.0.3", 7055 "@deno/kv": ">=0.9.0", 7056 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0", 7057 "@planetscale/database": "^1.19.0", 7058 "@upstash/redis": "^1.34.3", 7059 "@vercel/blob": ">=0.27.1", 7060 "@vercel/kv": "^1.0.1", 7061 "aws4fetch": "^1.0.20", 7062 "db0": ">=0.2.1", 7063 "idb-keyval": "^6.2.1", 7064 "ioredis": "^5.4.2", 7065 "uploadthing": "^7.4.4" 7066 }, 7067 "peerDependenciesMeta": { 7068 "@azure/app-configuration": { 7069 "optional": true 7070 }, 7071 "@azure/cosmos": { 7072 "optional": true 7073 }, 7074 "@azure/data-tables": { 7075 "optional": true 7076 }, 7077 "@azure/identity": { 7078 "optional": true 7079 }, 7080 "@azure/keyvault-secrets": { 7081 "optional": true 7082 }, 7083 "@azure/storage-blob": { 7084 "optional": true 7085 }, 7086 "@capacitor/preferences": { 7087 "optional": true 7088 }, 7089 "@deno/kv": { 7090 "optional": true 7091 }, 7092 "@netlify/blobs": { 7093 "optional": true 7094 }, 7095 "@planetscale/database": { 7096 "optional": true 7097 }, 7098 "@upstash/redis": { 7099 "optional": true 7100 }, 7101 "@vercel/blob": { 7102 "optional": true 7103 }, 7104 "@vercel/kv": { 7105 "optional": true 7106 }, 7107 "aws4fetch": { 7108 "optional": true 7109 }, 7110 "db0": { 7111 "optional": true 7112 }, 7113 "idb-keyval": { 7114 "optional": true 7115 }, 7116 "ioredis": { 7117 "optional": true 7118 }, 7119 "uploadthing": { 7120 "optional": true 7121 } 7122 } 7123 }, 7124 "node_modules/vfile": { 7125 "version": "6.0.3", 7126 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7127 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7128 "license": "MIT", 7129 "dependencies": { 7130 "@types/unist": "^3.0.0", 7131 "vfile-message": "^4.0.0" 7132 }, 7133 "funding": { 7134 "type": "opencollective", 7135 "url": "https://opencollective.com/unified" 7136 } 7137 }, 7138 "node_modules/vfile-location": { 7139 "version": "5.0.3", 7140 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 7141 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 7142 "license": "MIT", 7143 "dependencies": { 7144 "@types/unist": "^3.0.0", 7145 "vfile": "^6.0.0" 7146 }, 7147 "funding": { 7148 "type": "opencollective", 7149 "url": "https://opencollective.com/unified" 7150 } 7151 }, 7152 "node_modules/vfile-message": { 7153 "version": "4.0.2", 7154 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7155 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7156 "license": "MIT", 7157 "dependencies": { 7158 "@types/unist": "^3.0.0", 7159 "unist-util-stringify-position": "^4.0.0" 7160 }, 7161 "funding": { 7162 "type": "opencollective", 7163 "url": "https://opencollective.com/unified" 7164 } 7165 }, 7166 "node_modules/vite": { 7167 "version": "6.2.0", 7168 "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.0.tgz", 7169 "integrity": "sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==", 7170 "license": "MIT", 7171 "dependencies": { 7172 "esbuild": "^0.25.0", 7173 "postcss": "^8.5.3", 7174 "rollup": "^4.30.1" 7175 }, 7176 "bin": { 7177 "vite": "bin/vite.js" 7178 }, 7179 "engines": { 7180 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 7181 }, 7182 "funding": { 7183 "url": "https://github.com/vitejs/vite?sponsor=1" 7184 }, 7185 "optionalDependencies": { 7186 "fsevents": "~2.3.3" 7187 }, 7188 "peerDependencies": { 7189 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 7190 "jiti": ">=1.21.0", 7191 "less": "*", 7192 "lightningcss": "^1.21.0", 7193 "sass": "*", 7194 "sass-embedded": "*", 7195 "stylus": "*", 7196 "sugarss": "*", 7197 "terser": "^5.16.0", 7198 "tsx": "^4.8.1", 7199 "yaml": "^2.4.2" 7200 }, 7201 "peerDependenciesMeta": { 7202 "@types/node": { 7203 "optional": true 7204 }, 7205 "jiti": { 7206 "optional": true 7207 }, 7208 "less": { 7209 "optional": true 7210 }, 7211 "lightningcss": { 7212 "optional": true 7213 }, 7214 "sass": { 7215 "optional": true 7216 }, 7217 "sass-embedded": { 7218 "optional": true 7219 }, 7220 "stylus": { 7221 "optional": true 7222 }, 7223 "sugarss": { 7224 "optional": true 7225 }, 7226 "terser": { 7227 "optional": true 7228 }, 7229 "tsx": { 7230 "optional": true 7231 }, 7232 "yaml": { 7233 "optional": true 7234 } 7235 } 7236 }, 7237 "node_modules/vite/node_modules/@esbuild/aix-ppc64": { 7238 "version": "0.25.0", 7239 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.0.tgz", 7240 "integrity": "sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==", 7241 "cpu": [ 7242 "ppc64" 7243 ], 7244 "license": "MIT", 7245 "optional": true, 7246 "os": [ 7247 "aix" 7248 ], 7249 "engines": { 7250 "node": ">=18" 7251 } 7252 }, 7253 "node_modules/vite/node_modules/@esbuild/android-arm": { 7254 "version": "0.25.0", 7255 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.0.tgz", 7256 "integrity": "sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==", 7257 "cpu": [ 7258 "arm" 7259 ], 7260 "license": "MIT", 7261 "optional": true, 7262 "os": [ 7263 "android" 7264 ], 7265 "engines": { 7266 "node": ">=18" 7267 } 7268 }, 7269 "node_modules/vite/node_modules/@esbuild/android-arm64": { 7270 "version": "0.25.0", 7271 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.0.tgz", 7272 "integrity": "sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==", 7273 "cpu": [ 7274 "arm64" 7275 ], 7276 "license": "MIT", 7277 "optional": true, 7278 "os": [ 7279 "android" 7280 ], 7281 "engines": { 7282 "node": ">=18" 7283 } 7284 }, 7285 "node_modules/vite/node_modules/@esbuild/android-x64": { 7286 "version": "0.25.0", 7287 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.0.tgz", 7288 "integrity": "sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==", 7289 "cpu": [ 7290 "x64" 7291 ], 7292 "license": "MIT", 7293 "optional": true, 7294 "os": [ 7295 "android" 7296 ], 7297 "engines": { 7298 "node": ">=18" 7299 } 7300 }, 7301 "node_modules/vite/node_modules/@esbuild/darwin-arm64": { 7302 "version": "0.25.0", 7303 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.0.tgz", 7304 "integrity": "sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==", 7305 "cpu": [ 7306 "arm64" 7307 ], 7308 "license": "MIT", 7309 "optional": true, 7310 "os": [ 7311 "darwin" 7312 ], 7313 "engines": { 7314 "node": ">=18" 7315 } 7316 }, 7317 "node_modules/vite/node_modules/@esbuild/darwin-x64": { 7318 "version": "0.25.0", 7319 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.0.tgz", 7320 "integrity": "sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==", 7321 "cpu": [ 7322 "x64" 7323 ], 7324 "license": "MIT", 7325 "optional": true, 7326 "os": [ 7327 "darwin" 7328 ], 7329 "engines": { 7330 "node": ">=18" 7331 } 7332 }, 7333 "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { 7334 "version": "0.25.0", 7335 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.0.tgz", 7336 "integrity": "sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==", 7337 "cpu": [ 7338 "arm64" 7339 ], 7340 "license": "MIT", 7341 "optional": true, 7342 "os": [ 7343 "freebsd" 7344 ], 7345 "engines": { 7346 "node": ">=18" 7347 } 7348 }, 7349 "node_modules/vite/node_modules/@esbuild/freebsd-x64": { 7350 "version": "0.25.0", 7351 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.0.tgz", 7352 "integrity": "sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==", 7353 "cpu": [ 7354 "x64" 7355 ], 7356 "license": "MIT", 7357 "optional": true, 7358 "os": [ 7359 "freebsd" 7360 ], 7361 "engines": { 7362 "node": ">=18" 7363 } 7364 }, 7365 "node_modules/vite/node_modules/@esbuild/linux-arm": { 7366 "version": "0.25.0", 7367 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.0.tgz", 7368 "integrity": "sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==", 7369 "cpu": [ 7370 "arm" 7371 ], 7372 "license": "MIT", 7373 "optional": true, 7374 "os": [ 7375 "linux" 7376 ], 7377 "engines": { 7378 "node": ">=18" 7379 } 7380 }, 7381 "node_modules/vite/node_modules/@esbuild/linux-arm64": { 7382 "version": "0.25.0", 7383 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.0.tgz", 7384 "integrity": "sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==", 7385 "cpu": [ 7386 "arm64" 7387 ], 7388 "license": "MIT", 7389 "optional": true, 7390 "os": [ 7391 "linux" 7392 ], 7393 "engines": { 7394 "node": ">=18" 7395 } 7396 }, 7397 "node_modules/vite/node_modules/@esbuild/linux-ia32": { 7398 "version": "0.25.0", 7399 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.0.tgz", 7400 "integrity": "sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==", 7401 "cpu": [ 7402 "ia32" 7403 ], 7404 "license": "MIT", 7405 "optional": true, 7406 "os": [ 7407 "linux" 7408 ], 7409 "engines": { 7410 "node": ">=18" 7411 } 7412 }, 7413 "node_modules/vite/node_modules/@esbuild/linux-loong64": { 7414 "version": "0.25.0", 7415 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.0.tgz", 7416 "integrity": "sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==", 7417 "cpu": [ 7418 "loong64" 7419 ], 7420 "license": "MIT", 7421 "optional": true, 7422 "os": [ 7423 "linux" 7424 ], 7425 "engines": { 7426 "node": ">=18" 7427 } 7428 }, 7429 "node_modules/vite/node_modules/@esbuild/linux-mips64el": { 7430 "version": "0.25.0", 7431 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.0.tgz", 7432 "integrity": "sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==", 7433 "cpu": [ 7434 "mips64el" 7435 ], 7436 "license": "MIT", 7437 "optional": true, 7438 "os": [ 7439 "linux" 7440 ], 7441 "engines": { 7442 "node": ">=18" 7443 } 7444 }, 7445 "node_modules/vite/node_modules/@esbuild/linux-ppc64": { 7446 "version": "0.25.0", 7447 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.0.tgz", 7448 "integrity": "sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==", 7449 "cpu": [ 7450 "ppc64" 7451 ], 7452 "license": "MIT", 7453 "optional": true, 7454 "os": [ 7455 "linux" 7456 ], 7457 "engines": { 7458 "node": ">=18" 7459 } 7460 }, 7461 "node_modules/vite/node_modules/@esbuild/linux-riscv64": { 7462 "version": "0.25.0", 7463 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.0.tgz", 7464 "integrity": "sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==", 7465 "cpu": [ 7466 "riscv64" 7467 ], 7468 "license": "MIT", 7469 "optional": true, 7470 "os": [ 7471 "linux" 7472 ], 7473 "engines": { 7474 "node": ">=18" 7475 } 7476 }, 7477 "node_modules/vite/node_modules/@esbuild/linux-s390x": { 7478 "version": "0.25.0", 7479 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.0.tgz", 7480 "integrity": "sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==", 7481 "cpu": [ 7482 "s390x" 7483 ], 7484 "license": "MIT", 7485 "optional": true, 7486 "os": [ 7487 "linux" 7488 ], 7489 "engines": { 7490 "node": ">=18" 7491 } 7492 }, 7493 "node_modules/vite/node_modules/@esbuild/linux-x64": { 7494 "version": "0.25.0", 7495 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.0.tgz", 7496 "integrity": "sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==", 7497 "cpu": [ 7498 "x64" 7499 ], 7500 "license": "MIT", 7501 "optional": true, 7502 "os": [ 7503 "linux" 7504 ], 7505 "engines": { 7506 "node": ">=18" 7507 } 7508 }, 7509 "node_modules/vite/node_modules/@esbuild/netbsd-arm64": { 7510 "version": "0.25.0", 7511 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.0.tgz", 7512 "integrity": "sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==", 7513 "cpu": [ 7514 "arm64" 7515 ], 7516 "license": "MIT", 7517 "optional": true, 7518 "os": [ 7519 "netbsd" 7520 ], 7521 "engines": { 7522 "node": ">=18" 7523 } 7524 }, 7525 "node_modules/vite/node_modules/@esbuild/netbsd-x64": { 7526 "version": "0.25.0", 7527 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.0.tgz", 7528 "integrity": "sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==", 7529 "cpu": [ 7530 "x64" 7531 ], 7532 "license": "MIT", 7533 "optional": true, 7534 "os": [ 7535 "netbsd" 7536 ], 7537 "engines": { 7538 "node": ">=18" 7539 } 7540 }, 7541 "node_modules/vite/node_modules/@esbuild/openbsd-arm64": { 7542 "version": "0.25.0", 7543 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.0.tgz", 7544 "integrity": "sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==", 7545 "cpu": [ 7546 "arm64" 7547 ], 7548 "license": "MIT", 7549 "optional": true, 7550 "os": [ 7551 "openbsd" 7552 ], 7553 "engines": { 7554 "node": ">=18" 7555 } 7556 }, 7557 "node_modules/vite/node_modules/@esbuild/openbsd-x64": { 7558 "version": "0.25.0", 7559 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.0.tgz", 7560 "integrity": "sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==", 7561 "cpu": [ 7562 "x64" 7563 ], 7564 "license": "MIT", 7565 "optional": true, 7566 "os": [ 7567 "openbsd" 7568 ], 7569 "engines": { 7570 "node": ">=18" 7571 } 7572 }, 7573 "node_modules/vite/node_modules/@esbuild/sunos-x64": { 7574 "version": "0.25.0", 7575 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.0.tgz", 7576 "integrity": "sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==", 7577 "cpu": [ 7578 "x64" 7579 ], 7580 "license": "MIT", 7581 "optional": true, 7582 "os": [ 7583 "sunos" 7584 ], 7585 "engines": { 7586 "node": ">=18" 7587 } 7588 }, 7589 "node_modules/vite/node_modules/@esbuild/win32-arm64": { 7590 "version": "0.25.0", 7591 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.0.tgz", 7592 "integrity": "sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==", 7593 "cpu": [ 7594 "arm64" 7595 ], 7596 "license": "MIT", 7597 "optional": true, 7598 "os": [ 7599 "win32" 7600 ], 7601 "engines": { 7602 "node": ">=18" 7603 } 7604 }, 7605 "node_modules/vite/node_modules/@esbuild/win32-ia32": { 7606 "version": "0.25.0", 7607 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.0.tgz", 7608 "integrity": "sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==", 7609 "cpu": [ 7610 "ia32" 7611 ], 7612 "license": "MIT", 7613 "optional": true, 7614 "os": [ 7615 "win32" 7616 ], 7617 "engines": { 7618 "node": ">=18" 7619 } 7620 }, 7621 "node_modules/vite/node_modules/@esbuild/win32-x64": { 7622 "version": "0.25.0", 7623 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.0.tgz", 7624 "integrity": "sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==", 7625 "cpu": [ 7626 "x64" 7627 ], 7628 "license": "MIT", 7629 "optional": true, 7630 "os": [ 7631 "win32" 7632 ], 7633 "engines": { 7634 "node": ">=18" 7635 } 7636 }, 7637 "node_modules/vite/node_modules/esbuild": { 7638 "version": "0.25.0", 7639 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.0.tgz", 7640 "integrity": "sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==", 7641 "hasInstallScript": true, 7642 "license": "MIT", 7643 "bin": { 7644 "esbuild": "bin/esbuild" 7645 }, 7646 "engines": { 7647 "node": ">=18" 7648 }, 7649 "optionalDependencies": { 7650 "@esbuild/aix-ppc64": "0.25.0", 7651 "@esbuild/android-arm": "0.25.0", 7652 "@esbuild/android-arm64": "0.25.0", 7653 "@esbuild/android-x64": "0.25.0", 7654 "@esbuild/darwin-arm64": "0.25.0", 7655 "@esbuild/darwin-x64": "0.25.0", 7656 "@esbuild/freebsd-arm64": "0.25.0", 7657 "@esbuild/freebsd-x64": "0.25.0", 7658 "@esbuild/linux-arm": "0.25.0", 7659 "@esbuild/linux-arm64": "0.25.0", 7660 "@esbuild/linux-ia32": "0.25.0", 7661 "@esbuild/linux-loong64": "0.25.0", 7662 "@esbuild/linux-mips64el": "0.25.0", 7663 "@esbuild/linux-ppc64": "0.25.0", 7664 "@esbuild/linux-riscv64": "0.25.0", 7665 "@esbuild/linux-s390x": "0.25.0", 7666 "@esbuild/linux-x64": "0.25.0", 7667 "@esbuild/netbsd-arm64": "0.25.0", 7668 "@esbuild/netbsd-x64": "0.25.0", 7669 "@esbuild/openbsd-arm64": "0.25.0", 7670 "@esbuild/openbsd-x64": "0.25.0", 7671 "@esbuild/sunos-x64": "0.25.0", 7672 "@esbuild/win32-arm64": "0.25.0", 7673 "@esbuild/win32-ia32": "0.25.0", 7674 "@esbuild/win32-x64": "0.25.0" 7675 } 7676 }, 7677 "node_modules/vitefu": { 7678 "version": "1.0.6", 7679 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.0.6.tgz", 7680 "integrity": "sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==", 7681 "license": "MIT", 7682 "workspaces": [ 7683 "tests/deps/*", 7684 "tests/projects/*" 7685 ], 7686 "peerDependencies": { 7687 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" 7688 }, 7689 "peerDependenciesMeta": { 7690 "vite": { 7691 "optional": true 7692 } 7693 } 7694 }, 7695 "node_modules/web-namespaces": { 7696 "version": "2.0.1", 7697 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 7698 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 7699 "license": "MIT", 7700 "funding": { 7701 "type": "github", 7702 "url": "https://github.com/sponsors/wooorm" 7703 } 7704 }, 7705 "node_modules/whatwg-encoding": { 7706 "version": "3.1.1", 7707 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", 7708 "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", 7709 "license": "MIT", 7710 "dependencies": { 7711 "iconv-lite": "0.6.3" 7712 }, 7713 "engines": { 7714 "node": ">=18" 7715 } 7716 }, 7717 "node_modules/whatwg-mimetype": { 7718 "version": "4.0.0", 7719 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", 7720 "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", 7721 "license": "MIT", 7722 "engines": { 7723 "node": ">=18" 7724 } 7725 }, 7726 "node_modules/which-module": { 7727 "version": "2.0.1", 7728 "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", 7729 "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", 7730 "license": "ISC" 7731 }, 7732 "node_modules/which-pm": { 7733 "version": "3.0.1", 7734 "resolved": "https://registry.npmjs.org/which-pm/-/which-pm-3.0.1.tgz", 7735 "integrity": "sha512-v2JrMq0waAI4ju1xU5x3blsxBBMgdgZve580iYMN5frDaLGjbA24fok7wKCsya8KLVO19Ju4XDc5+zTZCJkQfg==", 7736 "license": "MIT", 7737 "dependencies": { 7738 "load-yaml-file": "^0.2.0" 7739 }, 7740 "engines": { 7741 "node": ">=18.12" 7742 } 7743 }, 7744 "node_modules/which-pm-runs": { 7745 "version": "1.1.0", 7746 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", 7747 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", 7748 "license": "MIT", 7749 "engines": { 7750 "node": ">=4" 7751 } 7752 }, 7753 "node_modules/widest-line": { 7754 "version": "5.0.0", 7755 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", 7756 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==", 7757 "license": "MIT", 7758 "dependencies": { 7759 "string-width": "^7.0.0" 7760 }, 7761 "engines": { 7762 "node": ">=18" 7763 }, 7764 "funding": { 7765 "url": "https://github.com/sponsors/sindresorhus" 7766 } 7767 }, 7768 "node_modules/wrap-ansi": { 7769 "version": "9.0.0", 7770 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", 7771 "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", 7772 "license": "MIT", 7773 "dependencies": { 7774 "ansi-styles": "^6.2.1", 7775 "string-width": "^7.0.0", 7776 "strip-ansi": "^7.1.0" 7777 }, 7778 "engines": { 7779 "node": ">=18" 7780 }, 7781 "funding": { 7782 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 7783 } 7784 }, 7785 "node_modules/wrappy": { 7786 "version": "1.0.2", 7787 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 7788 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", 7789 "license": "ISC" 7790 }, 7791 "node_modules/xxhash-wasm": { 7792 "version": "1.1.0", 7793 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz", 7794 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==", 7795 "license": "MIT" 7796 }, 7797 "node_modules/y18n": { 7798 "version": "4.0.3", 7799 "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", 7800 "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", 7801 "license": "ISC" 7802 }, 7803 "node_modules/yallist": { 7804 "version": "4.0.0", 7805 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", 7806 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", 7807 "license": "ISC" 7808 }, 7809 "node_modules/yargs": { 7810 "version": "15.4.1", 7811 "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", 7812 "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", 7813 "license": "MIT", 7814 "dependencies": { 7815 "cliui": "^6.0.0", 7816 "decamelize": "^1.2.0", 7817 "find-up": "^4.1.0", 7818 "get-caller-file": "^2.0.1", 7819 "require-directory": "^2.1.1", 7820 "require-main-filename": "^2.0.0", 7821 "set-blocking": "^2.0.0", 7822 "string-width": "^4.2.0", 7823 "which-module": "^2.0.0", 7824 "y18n": "^4.0.0", 7825 "yargs-parser": "^18.1.2" 7826 }, 7827 "engines": { 7828 "node": ">=8" 7829 } 7830 }, 7831 "node_modules/yargs-parser": { 7832 "version": "21.1.1", 7833 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", 7834 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", 7835 "license": "ISC", 7836 "engines": { 7837 "node": ">=12" 7838 } 7839 }, 7840 "node_modules/yargs/node_modules/ansi-regex": { 7841 "version": "5.0.1", 7842 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 7843 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 7844 "license": "MIT", 7845 "engines": { 7846 "node": ">=8" 7847 } 7848 }, 7849 "node_modules/yargs/node_modules/camelcase": { 7850 "version": "5.3.1", 7851 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", 7852 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", 7853 "license": "MIT", 7854 "engines": { 7855 "node": ">=6" 7856 } 7857 }, 7858 "node_modules/yargs/node_modules/emoji-regex": { 7859 "version": "8.0.0", 7860 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 7861 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 7862 "license": "MIT" 7863 }, 7864 "node_modules/yargs/node_modules/string-width": { 7865 "version": "4.2.3", 7866 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 7867 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 7868 "license": "MIT", 7869 "dependencies": { 7870 "emoji-regex": "^8.0.0", 7871 "is-fullwidth-code-point": "^3.0.0", 7872 "strip-ansi": "^6.0.1" 7873 }, 7874 "engines": { 7875 "node": ">=8" 7876 } 7877 }, 7878 "node_modules/yargs/node_modules/strip-ansi": { 7879 "version": "6.0.1", 7880 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 7881 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 7882 "license": "MIT", 7883 "dependencies": { 7884 "ansi-regex": "^5.0.1" 7885 }, 7886 "engines": { 7887 "node": ">=8" 7888 } 7889 }, 7890 "node_modules/yargs/node_modules/yargs-parser": { 7891 "version": "18.1.3", 7892 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", 7893 "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", 7894 "license": "ISC", 7895 "dependencies": { 7896 "camelcase": "^5.0.0", 7897 "decamelize": "^1.2.0" 7898 }, 7899 "engines": { 7900 "node": ">=6" 7901 } 7902 }, 7903 "node_modules/yauzl": { 7904 "version": "2.10.0", 7905 "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", 7906 "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", 7907 "license": "MIT", 7908 "dependencies": { 7909 "buffer-crc32": "~0.2.3", 7910 "fd-slicer": "~1.1.0" 7911 } 7912 }, 7913 "node_modules/yocto-queue": { 7914 "version": "1.1.1", 7915 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", 7916 "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==", 7917 "license": "MIT", 7918 "engines": { 7919 "node": ">=12.20" 7920 }, 7921 "funding": { 7922 "url": "https://github.com/sponsors/sindresorhus" 7923 } 7924 }, 7925 "node_modules/yocto-spinner": { 7926 "version": "0.2.0", 7927 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.0.tgz", 7928 "integrity": "sha512-Qu6WAqNLGleB687CCGcmgHIo8l+J19MX/32UrSMfbf/4L8gLoxjpOYoiHT1asiWyqvjRZbgvOhLlvne6E5Tbdw==", 7929 "license": "MIT", 7930 "dependencies": { 7931 "yoctocolors": "^2.1.1" 7932 }, 7933 "engines": { 7934 "node": ">=18.19" 7935 }, 7936 "funding": { 7937 "url": "https://github.com/sponsors/sindresorhus" 7938 } 7939 }, 7940 "node_modules/yoctocolors": { 7941 "version": "2.1.1", 7942 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz", 7943 "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==", 7944 "license": "MIT", 7945 "engines": { 7946 "node": ">=18" 7947 }, 7948 "funding": { 7949 "url": "https://github.com/sponsors/sindresorhus" 7950 } 7951 }, 7952 "node_modules/zod": { 7953 "version": "3.24.2", 7954 "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz", 7955 "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==", 7956 "license": "MIT", 7957 "funding": { 7958 "url": "https://github.com/sponsors/colinhacks" 7959 } 7960 }, 7961 "node_modules/zod-to-json-schema": { 7962 "version": "3.24.3", 7963 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.3.tgz", 7964 "integrity": "sha512-HIAfWdYIt1sssHfYZFCXp4rU1w2r8hVVXYIlmoa0r0gABLs5di3RCqPU5DDROogVz1pAdYBaz7HK5n9pSUNs3A==", 7965 "license": "ISC", 7966 "peerDependencies": { 7967 "zod": "^3.24.1" 7968 } 7969 }, 7970 "node_modules/zod-to-ts": { 7971 "version": "1.2.0", 7972 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz", 7973 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==", 7974 "peerDependencies": { 7975 "typescript": "^4.9.4 || ^5.0.2", 7976 "zod": "^3" 7977 } 7978 }, 7979 "node_modules/zwitch": { 7980 "version": "2.0.4", 7981 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 7982 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 7983 "license": "MIT", 7984 "funding": { 7985 "type": "github", 7986 "url": "https://github.com/sponsors/wooorm" 7987 } 7988 } 7989 } 7990}