Files for my website bwc9876.dev
0
fork

Configure Feed

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

at 31eaaa534f945d32f2b4e97df0e8da1347f0cc53 7644 lines 278 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.3.13", 12 "@astrojs/rss": "^4.0.15", 13 "@astrojs/sitemap": "^3.7.0", 14 "@iconify-json/bi": "^1.2.7", 15 "@iconify-json/file-icons": "^1.2.2", 16 "@iconify-json/mdi": "^1.2.1", 17 "@iconify-json/simple-icons": "^1.2.68", 18 "@playform/inline": "^0.1.2", 19 "astro": "^5.17.1", 20 "astro-icon": "^1.1.4", 21 "cowsay": "^1.6.0", 22 "lightningcss": "^1.31.1", 23 "markdown-it": "^14.1.0", 24 "sanitize-html": "^2.17.0", 25 "sharp": "^0.34.5", 26 "typescript": "^5.9.3" 27 }, 28 "devDependencies": { 29 "@types/markdown-it": "^14.1.2", 30 "@types/sanitize-html": "^2.16.0", 31 "prettier": "^3.8.1", 32 "prettier-plugin-astro": "^0.14.1", 33 "slugify": "^1.6.6" 34 } 35 }, 36 "node_modules/@antfu/install-pkg": { 37 "version": "1.1.0", 38 "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.1.0.tgz", 39 "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==", 40 "license": "MIT", 41 "dependencies": { 42 "package-manager-detector": "^1.3.0", 43 "tinyexec": "^1.0.1" 44 }, 45 "funding": { 46 "url": "https://github.com/sponsors/antfu" 47 } 48 }, 49 "node_modules/@antfu/utils": { 50 "version": "8.1.1", 51 "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-8.1.1.tgz", 52 "integrity": "sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==", 53 "license": "MIT", 54 "funding": { 55 "url": "https://github.com/sponsors/antfu" 56 } 57 }, 58 "node_modules/@astrojs/compiler": { 59 "version": "2.13.0", 60 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.13.0.tgz", 61 "integrity": "sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==", 62 "license": "MIT" 63 }, 64 "node_modules/@astrojs/internal-helpers": { 65 "version": "0.7.5", 66 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.5.tgz", 67 "integrity": "sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA==", 68 "license": "MIT" 69 }, 70 "node_modules/@astrojs/markdown-remark": { 71 "version": "6.3.10", 72 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.10.tgz", 73 "integrity": "sha512-kk4HeYR6AcnzC4QV8iSlOfh+N8TZ3MEStxPyenyCtemqn8IpEATBFMTJcfrNW32dgpt6MY3oCkMM/Tv3/I4G3A==", 74 "license": "MIT", 75 "dependencies": { 76 "@astrojs/internal-helpers": "0.7.5", 77 "@astrojs/prism": "3.3.0", 78 "github-slugger": "^2.0.0", 79 "hast-util-from-html": "^2.0.3", 80 "hast-util-to-text": "^4.0.2", 81 "import-meta-resolve": "^4.2.0", 82 "js-yaml": "^4.1.1", 83 "mdast-util-definitions": "^6.0.0", 84 "rehype-raw": "^7.0.0", 85 "rehype-stringify": "^10.0.1", 86 "remark-gfm": "^4.0.1", 87 "remark-parse": "^11.0.0", 88 "remark-rehype": "^11.1.2", 89 "remark-smartypants": "^3.0.2", 90 "shiki": "^3.19.0", 91 "smol-toml": "^1.5.2", 92 "unified": "^11.0.5", 93 "unist-util-remove-position": "^5.0.0", 94 "unist-util-visit": "^5.0.0", 95 "unist-util-visit-parents": "^6.0.2", 96 "vfile": "^6.0.3" 97 } 98 }, 99 "node_modules/@astrojs/mdx": { 100 "version": "4.3.13", 101 "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.13.tgz", 102 "integrity": "sha512-IHDHVKz0JfKBy3//52JSiyWv089b7GVSChIXLrlUOoTLWowG3wr2/8hkaEgEyd/vysvNQvGk+QhysXpJW5ve6Q==", 103 "license": "MIT", 104 "dependencies": { 105 "@astrojs/markdown-remark": "6.3.10", 106 "@mdx-js/mdx": "^3.1.1", 107 "acorn": "^8.15.0", 108 "es-module-lexer": "^1.7.0", 109 "estree-util-visit": "^2.0.0", 110 "hast-util-to-html": "^9.0.5", 111 "piccolore": "^0.1.3", 112 "rehype-raw": "^7.0.0", 113 "remark-gfm": "^4.0.1", 114 "remark-smartypants": "^3.0.2", 115 "source-map": "^0.7.6", 116 "unist-util-visit": "^5.0.0", 117 "vfile": "^6.0.3" 118 }, 119 "engines": { 120 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 121 }, 122 "peerDependencies": { 123 "astro": "^5.0.0" 124 } 125 }, 126 "node_modules/@astrojs/prism": { 127 "version": "3.3.0", 128 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.3.0.tgz", 129 "integrity": "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==", 130 "license": "MIT", 131 "dependencies": { 132 "prismjs": "^1.30.0" 133 }, 134 "engines": { 135 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 136 } 137 }, 138 "node_modules/@astrojs/rss": { 139 "version": "4.0.15", 140 "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.15.tgz", 141 "integrity": "sha512-uXO/k6AhRkIDXmRoc6xQpoPZrimQNUmS43X4+60yunfuMNHtSRN5e/FiSi7NApcZqmugSMc5+cJi8ovqgO+qIg==", 142 "license": "MIT", 143 "dependencies": { 144 "fast-xml-parser": "^5.3.3", 145 "piccolore": "^0.1.3" 146 } 147 }, 148 "node_modules/@astrojs/sitemap": { 149 "version": "3.7.0", 150 "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.0.tgz", 151 "integrity": "sha512-+qxjUrz6Jcgh+D5VE1gKUJTA3pSthuPHe6Ao5JCxok794Lewx8hBFaWHtOnN0ntb2lfOf7gvOi9TefUswQ/ZVA==", 152 "license": "MIT", 153 "dependencies": { 154 "sitemap": "^8.0.2", 155 "stream-replace-string": "^2.0.0", 156 "zod": "^3.25.76" 157 } 158 }, 159 "node_modules/@astrojs/telemetry": { 160 "version": "3.3.0", 161 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz", 162 "integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==", 163 "license": "MIT", 164 "dependencies": { 165 "ci-info": "^4.2.0", 166 "debug": "^4.4.0", 167 "dlv": "^1.1.3", 168 "dset": "^3.1.4", 169 "is-docker": "^3.0.0", 170 "is-wsl": "^3.1.0", 171 "which-pm-runs": "^1.1.0" 172 }, 173 "engines": { 174 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 175 } 176 }, 177 "node_modules/@babel/helper-string-parser": { 178 "version": "7.27.1", 179 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", 180 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", 181 "license": "MIT", 182 "engines": { 183 "node": ">=6.9.0" 184 } 185 }, 186 "node_modules/@babel/helper-validator-identifier": { 187 "version": "7.28.5", 188 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", 189 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", 190 "license": "MIT", 191 "engines": { 192 "node": ">=6.9.0" 193 } 194 }, 195 "node_modules/@babel/parser": { 196 "version": "7.28.6", 197 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz", 198 "integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==", 199 "license": "MIT", 200 "dependencies": { 201 "@babel/types": "^7.28.6" 202 }, 203 "bin": { 204 "parser": "bin/babel-parser.js" 205 }, 206 "engines": { 207 "node": ">=6.0.0" 208 } 209 }, 210 "node_modules/@babel/types": { 211 "version": "7.28.6", 212 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz", 213 "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==", 214 "license": "MIT", 215 "dependencies": { 216 "@babel/helper-string-parser": "^7.27.1", 217 "@babel/helper-validator-identifier": "^7.28.5" 218 }, 219 "engines": { 220 "node": ">=6.9.0" 221 } 222 }, 223 "node_modules/@capsizecss/unpack": { 224 "version": "4.0.0", 225 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.0.tgz", 226 "integrity": "sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==", 227 "license": "MIT", 228 "dependencies": { 229 "fontkitten": "^1.0.0" 230 }, 231 "engines": { 232 "node": ">=18" 233 } 234 }, 235 "node_modules/@emnapi/runtime": { 236 "version": "1.8.1", 237 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz", 238 "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==", 239 "license": "MIT", 240 "optional": true, 241 "dependencies": { 242 "tslib": "^2.4.0" 243 } 244 }, 245 "node_modules/@esbuild/aix-ppc64": { 246 "version": "0.25.12", 247 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", 248 "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", 249 "cpu": [ 250 "ppc64" 251 ], 252 "license": "MIT", 253 "optional": true, 254 "os": [ 255 "aix" 256 ], 257 "engines": { 258 "node": ">=18" 259 } 260 }, 261 "node_modules/@esbuild/android-arm": { 262 "version": "0.25.12", 263 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", 264 "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", 265 "cpu": [ 266 "arm" 267 ], 268 "license": "MIT", 269 "optional": true, 270 "os": [ 271 "android" 272 ], 273 "engines": { 274 "node": ">=18" 275 } 276 }, 277 "node_modules/@esbuild/android-arm64": { 278 "version": "0.25.12", 279 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", 280 "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", 281 "cpu": [ 282 "arm64" 283 ], 284 "license": "MIT", 285 "optional": true, 286 "os": [ 287 "android" 288 ], 289 "engines": { 290 "node": ">=18" 291 } 292 }, 293 "node_modules/@esbuild/android-x64": { 294 "version": "0.25.12", 295 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", 296 "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", 297 "cpu": [ 298 "x64" 299 ], 300 "license": "MIT", 301 "optional": true, 302 "os": [ 303 "android" 304 ], 305 "engines": { 306 "node": ">=18" 307 } 308 }, 309 "node_modules/@esbuild/darwin-arm64": { 310 "version": "0.25.12", 311 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", 312 "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", 313 "cpu": [ 314 "arm64" 315 ], 316 "license": "MIT", 317 "optional": true, 318 "os": [ 319 "darwin" 320 ], 321 "engines": { 322 "node": ">=18" 323 } 324 }, 325 "node_modules/@esbuild/darwin-x64": { 326 "version": "0.25.12", 327 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", 328 "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", 329 "cpu": [ 330 "x64" 331 ], 332 "license": "MIT", 333 "optional": true, 334 "os": [ 335 "darwin" 336 ], 337 "engines": { 338 "node": ">=18" 339 } 340 }, 341 "node_modules/@esbuild/freebsd-arm64": { 342 "version": "0.25.12", 343 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", 344 "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", 345 "cpu": [ 346 "arm64" 347 ], 348 "license": "MIT", 349 "optional": true, 350 "os": [ 351 "freebsd" 352 ], 353 "engines": { 354 "node": ">=18" 355 } 356 }, 357 "node_modules/@esbuild/freebsd-x64": { 358 "version": "0.25.12", 359 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", 360 "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", 361 "cpu": [ 362 "x64" 363 ], 364 "license": "MIT", 365 "optional": true, 366 "os": [ 367 "freebsd" 368 ], 369 "engines": { 370 "node": ">=18" 371 } 372 }, 373 "node_modules/@esbuild/linux-arm": { 374 "version": "0.25.12", 375 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", 376 "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", 377 "cpu": [ 378 "arm" 379 ], 380 "license": "MIT", 381 "optional": true, 382 "os": [ 383 "linux" 384 ], 385 "engines": { 386 "node": ">=18" 387 } 388 }, 389 "node_modules/@esbuild/linux-arm64": { 390 "version": "0.25.12", 391 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", 392 "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", 393 "cpu": [ 394 "arm64" 395 ], 396 "license": "MIT", 397 "optional": true, 398 "os": [ 399 "linux" 400 ], 401 "engines": { 402 "node": ">=18" 403 } 404 }, 405 "node_modules/@esbuild/linux-ia32": { 406 "version": "0.25.12", 407 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", 408 "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", 409 "cpu": [ 410 "ia32" 411 ], 412 "license": "MIT", 413 "optional": true, 414 "os": [ 415 "linux" 416 ], 417 "engines": { 418 "node": ">=18" 419 } 420 }, 421 "node_modules/@esbuild/linux-loong64": { 422 "version": "0.25.12", 423 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", 424 "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", 425 "cpu": [ 426 "loong64" 427 ], 428 "license": "MIT", 429 "optional": true, 430 "os": [ 431 "linux" 432 ], 433 "engines": { 434 "node": ">=18" 435 } 436 }, 437 "node_modules/@esbuild/linux-mips64el": { 438 "version": "0.25.12", 439 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", 440 "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", 441 "cpu": [ 442 "mips64el" 443 ], 444 "license": "MIT", 445 "optional": true, 446 "os": [ 447 "linux" 448 ], 449 "engines": { 450 "node": ">=18" 451 } 452 }, 453 "node_modules/@esbuild/linux-ppc64": { 454 "version": "0.25.12", 455 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", 456 "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", 457 "cpu": [ 458 "ppc64" 459 ], 460 "license": "MIT", 461 "optional": true, 462 "os": [ 463 "linux" 464 ], 465 "engines": { 466 "node": ">=18" 467 } 468 }, 469 "node_modules/@esbuild/linux-riscv64": { 470 "version": "0.25.12", 471 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", 472 "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", 473 "cpu": [ 474 "riscv64" 475 ], 476 "license": "MIT", 477 "optional": true, 478 "os": [ 479 "linux" 480 ], 481 "engines": { 482 "node": ">=18" 483 } 484 }, 485 "node_modules/@esbuild/linux-s390x": { 486 "version": "0.25.12", 487 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", 488 "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", 489 "cpu": [ 490 "s390x" 491 ], 492 "license": "MIT", 493 "optional": true, 494 "os": [ 495 "linux" 496 ], 497 "engines": { 498 "node": ">=18" 499 } 500 }, 501 "node_modules/@esbuild/linux-x64": { 502 "version": "0.25.12", 503 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", 504 "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", 505 "cpu": [ 506 "x64" 507 ], 508 "license": "MIT", 509 "optional": true, 510 "os": [ 511 "linux" 512 ], 513 "engines": { 514 "node": ">=18" 515 } 516 }, 517 "node_modules/@esbuild/netbsd-arm64": { 518 "version": "0.25.12", 519 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", 520 "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", 521 "cpu": [ 522 "arm64" 523 ], 524 "license": "MIT", 525 "optional": true, 526 "os": [ 527 "netbsd" 528 ], 529 "engines": { 530 "node": ">=18" 531 } 532 }, 533 "node_modules/@esbuild/netbsd-x64": { 534 "version": "0.25.12", 535 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", 536 "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", 537 "cpu": [ 538 "x64" 539 ], 540 "license": "MIT", 541 "optional": true, 542 "os": [ 543 "netbsd" 544 ], 545 "engines": { 546 "node": ">=18" 547 } 548 }, 549 "node_modules/@esbuild/openbsd-arm64": { 550 "version": "0.25.12", 551 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", 552 "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", 553 "cpu": [ 554 "arm64" 555 ], 556 "license": "MIT", 557 "optional": true, 558 "os": [ 559 "openbsd" 560 ], 561 "engines": { 562 "node": ">=18" 563 } 564 }, 565 "node_modules/@esbuild/openbsd-x64": { 566 "version": "0.25.12", 567 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", 568 "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", 569 "cpu": [ 570 "x64" 571 ], 572 "license": "MIT", 573 "optional": true, 574 "os": [ 575 "openbsd" 576 ], 577 "engines": { 578 "node": ">=18" 579 } 580 }, 581 "node_modules/@esbuild/openharmony-arm64": { 582 "version": "0.25.12", 583 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", 584 "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", 585 "cpu": [ 586 "arm64" 587 ], 588 "license": "MIT", 589 "optional": true, 590 "os": [ 591 "openharmony" 592 ], 593 "engines": { 594 "node": ">=18" 595 } 596 }, 597 "node_modules/@esbuild/sunos-x64": { 598 "version": "0.25.12", 599 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", 600 "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", 601 "cpu": [ 602 "x64" 603 ], 604 "license": "MIT", 605 "optional": true, 606 "os": [ 607 "sunos" 608 ], 609 "engines": { 610 "node": ">=18" 611 } 612 }, 613 "node_modules/@esbuild/win32-arm64": { 614 "version": "0.25.12", 615 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", 616 "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", 617 "cpu": [ 618 "arm64" 619 ], 620 "license": "MIT", 621 "optional": true, 622 "os": [ 623 "win32" 624 ], 625 "engines": { 626 "node": ">=18" 627 } 628 }, 629 "node_modules/@esbuild/win32-ia32": { 630 "version": "0.25.12", 631 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", 632 "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", 633 "cpu": [ 634 "ia32" 635 ], 636 "license": "MIT", 637 "optional": true, 638 "os": [ 639 "win32" 640 ], 641 "engines": { 642 "node": ">=18" 643 } 644 }, 645 "node_modules/@esbuild/win32-x64": { 646 "version": "0.25.12", 647 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", 648 "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", 649 "cpu": [ 650 "x64" 651 ], 652 "license": "MIT", 653 "optional": true, 654 "os": [ 655 "win32" 656 ], 657 "engines": { 658 "node": ">=18" 659 } 660 }, 661 "node_modules/@iconify-json/bi": { 662 "version": "1.2.7", 663 "resolved": "https://registry.npmjs.org/@iconify-json/bi/-/bi-1.2.7.tgz", 664 "integrity": "sha512-IPz8WNxmLkH1I9msl+0Q4OnmjjvP4uU0Z61a4i4sqonB6vKSbMGUWuGn8/YuuszlReVj8rf+3gNv5JU8Xoljyg==", 665 "license": "MIT", 666 "dependencies": { 667 "@iconify/types": "*" 668 } 669 }, 670 "node_modules/@iconify-json/file-icons": { 671 "version": "1.2.2", 672 "resolved": "https://registry.npmjs.org/@iconify-json/file-icons/-/file-icons-1.2.2.tgz", 673 "integrity": "sha512-ajk44wYGTiu79EAyrfNHNaxZ1/2Z1xuSOAvYUT/pAPWHc+P6n9TUZP/ccnPG18kx0WMBxmkHHQ9/zkm6ENhk+Q==", 674 "license": "ISC", 675 "dependencies": { 676 "@iconify/types": "*" 677 } 678 }, 679 "node_modules/@iconify-json/mdi": { 680 "version": "1.2.3", 681 "resolved": "https://registry.npmjs.org/@iconify-json/mdi/-/mdi-1.2.3.tgz", 682 "integrity": "sha512-O3cLwbDOK7NNDf2ihaQOH5F9JglnulNDFV7WprU2dSoZu3h3cWH//h74uQAB87brHmvFVxIOkuBX2sZSzYhScg==", 683 "license": "Apache-2.0", 684 "dependencies": { 685 "@iconify/types": "*" 686 } 687 }, 688 "node_modules/@iconify-json/simple-icons": { 689 "version": "1.2.68", 690 "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.68.tgz", 691 "integrity": "sha512-bQPl1zuZlX6AnofreA1v7J+hoPncrFMppqGboe/SH54jZO37meiBUGBqNOxEpc0HKfZGxJaVVJwZd4gdMYu3hw==", 692 "license": "CC0-1.0", 693 "dependencies": { 694 "@iconify/types": "*" 695 } 696 }, 697 "node_modules/@iconify/tools": { 698 "version": "4.2.0", 699 "resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-4.2.0.tgz", 700 "integrity": "sha512-WRxPva/ipxYkqZd1+CkEAQmd86dQmrwH0vwK89gmp2Kh2WyyVw57XbPng0NehP3x4V1LzLsXUneP1uMfTMZmUA==", 701 "license": "MIT", 702 "dependencies": { 703 "@iconify/types": "^2.0.0", 704 "@iconify/utils": "^2.3.0", 705 "cheerio": "^1.1.2", 706 "domhandler": "^5.0.3", 707 "extract-zip": "^2.0.1", 708 "local-pkg": "^1.1.2", 709 "pathe": "^2.0.3", 710 "svgo": "^3.3.2", 711 "tar": "^7.5.2" 712 } 713 }, 714 "node_modules/@iconify/tools/node_modules/commander": { 715 "version": "7.2.0", 716 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 717 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", 718 "license": "MIT", 719 "engines": { 720 "node": ">= 10" 721 } 722 }, 723 "node_modules/@iconify/tools/node_modules/css-tree": { 724 "version": "2.3.1", 725 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", 726 "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", 727 "license": "MIT", 728 "dependencies": { 729 "mdn-data": "2.0.30", 730 "source-map-js": "^1.0.1" 731 }, 732 "engines": { 733 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 734 } 735 }, 736 "node_modules/@iconify/tools/node_modules/mdn-data": { 737 "version": "2.0.30", 738 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", 739 "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", 740 "license": "CC0-1.0" 741 }, 742 "node_modules/@iconify/tools/node_modules/svgo": { 743 "version": "3.3.2", 744 "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz", 745 "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", 746 "license": "MIT", 747 "dependencies": { 748 "@trysound/sax": "0.2.0", 749 "commander": "^7.2.0", 750 "css-select": "^5.1.0", 751 "css-tree": "^2.3.1", 752 "css-what": "^6.1.0", 753 "csso": "^5.0.5", 754 "picocolors": "^1.0.0" 755 }, 756 "bin": { 757 "svgo": "bin/svgo" 758 }, 759 "engines": { 760 "node": ">=14.0.0" 761 }, 762 "funding": { 763 "type": "opencollective", 764 "url": "https://opencollective.com/svgo" 765 } 766 }, 767 "node_modules/@iconify/types": { 768 "version": "2.0.0", 769 "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", 770 "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", 771 "license": "MIT" 772 }, 773 "node_modules/@iconify/utils": { 774 "version": "2.3.0", 775 "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.3.0.tgz", 776 "integrity": "sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==", 777 "license": "MIT", 778 "dependencies": { 779 "@antfu/install-pkg": "^1.0.0", 780 "@antfu/utils": "^8.1.0", 781 "@iconify/types": "^2.0.0", 782 "debug": "^4.4.0", 783 "globals": "^15.14.0", 784 "kolorist": "^1.8.0", 785 "local-pkg": "^1.0.0", 786 "mlly": "^1.7.4" 787 } 788 }, 789 "node_modules/@img/colour": { 790 "version": "1.0.0", 791 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz", 792 "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==", 793 "license": "MIT", 794 "engines": { 795 "node": ">=18" 796 } 797 }, 798 "node_modules/@img/sharp-darwin-arm64": { 799 "version": "0.34.5", 800 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz", 801 "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==", 802 "cpu": [ 803 "arm64" 804 ], 805 "license": "Apache-2.0", 806 "optional": true, 807 "os": [ 808 "darwin" 809 ], 810 "engines": { 811 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 812 }, 813 "funding": { 814 "url": "https://opencollective.com/libvips" 815 }, 816 "optionalDependencies": { 817 "@img/sharp-libvips-darwin-arm64": "1.2.4" 818 } 819 }, 820 "node_modules/@img/sharp-darwin-x64": { 821 "version": "0.34.5", 822 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz", 823 "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==", 824 "cpu": [ 825 "x64" 826 ], 827 "license": "Apache-2.0", 828 "optional": true, 829 "os": [ 830 "darwin" 831 ], 832 "engines": { 833 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 834 }, 835 "funding": { 836 "url": "https://opencollective.com/libvips" 837 }, 838 "optionalDependencies": { 839 "@img/sharp-libvips-darwin-x64": "1.2.4" 840 } 841 }, 842 "node_modules/@img/sharp-libvips-darwin-arm64": { 843 "version": "1.2.4", 844 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz", 845 "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==", 846 "cpu": [ 847 "arm64" 848 ], 849 "license": "LGPL-3.0-or-later", 850 "optional": true, 851 "os": [ 852 "darwin" 853 ], 854 "funding": { 855 "url": "https://opencollective.com/libvips" 856 } 857 }, 858 "node_modules/@img/sharp-libvips-darwin-x64": { 859 "version": "1.2.4", 860 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz", 861 "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==", 862 "cpu": [ 863 "x64" 864 ], 865 "license": "LGPL-3.0-or-later", 866 "optional": true, 867 "os": [ 868 "darwin" 869 ], 870 "funding": { 871 "url": "https://opencollective.com/libvips" 872 } 873 }, 874 "node_modules/@img/sharp-libvips-linux-arm": { 875 "version": "1.2.4", 876 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz", 877 "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==", 878 "cpu": [ 879 "arm" 880 ], 881 "license": "LGPL-3.0-or-later", 882 "optional": true, 883 "os": [ 884 "linux" 885 ], 886 "funding": { 887 "url": "https://opencollective.com/libvips" 888 } 889 }, 890 "node_modules/@img/sharp-libvips-linux-arm64": { 891 "version": "1.2.4", 892 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz", 893 "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==", 894 "cpu": [ 895 "arm64" 896 ], 897 "license": "LGPL-3.0-or-later", 898 "optional": true, 899 "os": [ 900 "linux" 901 ], 902 "funding": { 903 "url": "https://opencollective.com/libvips" 904 } 905 }, 906 "node_modules/@img/sharp-libvips-linux-ppc64": { 907 "version": "1.2.4", 908 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz", 909 "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==", 910 "cpu": [ 911 "ppc64" 912 ], 913 "license": "LGPL-3.0-or-later", 914 "optional": true, 915 "os": [ 916 "linux" 917 ], 918 "funding": { 919 "url": "https://opencollective.com/libvips" 920 } 921 }, 922 "node_modules/@img/sharp-libvips-linux-riscv64": { 923 "version": "1.2.4", 924 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz", 925 "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==", 926 "cpu": [ 927 "riscv64" 928 ], 929 "license": "LGPL-3.0-or-later", 930 "optional": true, 931 "os": [ 932 "linux" 933 ], 934 "funding": { 935 "url": "https://opencollective.com/libvips" 936 } 937 }, 938 "node_modules/@img/sharp-libvips-linux-s390x": { 939 "version": "1.2.4", 940 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz", 941 "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==", 942 "cpu": [ 943 "s390x" 944 ], 945 "license": "LGPL-3.0-or-later", 946 "optional": true, 947 "os": [ 948 "linux" 949 ], 950 "funding": { 951 "url": "https://opencollective.com/libvips" 952 } 953 }, 954 "node_modules/@img/sharp-libvips-linux-x64": { 955 "version": "1.2.4", 956 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz", 957 "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==", 958 "cpu": [ 959 "x64" 960 ], 961 "license": "LGPL-3.0-or-later", 962 "optional": true, 963 "os": [ 964 "linux" 965 ], 966 "funding": { 967 "url": "https://opencollective.com/libvips" 968 } 969 }, 970 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 971 "version": "1.2.4", 972 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz", 973 "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==", 974 "cpu": [ 975 "arm64" 976 ], 977 "license": "LGPL-3.0-or-later", 978 "optional": true, 979 "os": [ 980 "linux" 981 ], 982 "funding": { 983 "url": "https://opencollective.com/libvips" 984 } 985 }, 986 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 987 "version": "1.2.4", 988 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", 989 "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", 990 "cpu": [ 991 "x64" 992 ], 993 "license": "LGPL-3.0-or-later", 994 "optional": true, 995 "os": [ 996 "linux" 997 ], 998 "funding": { 999 "url": "https://opencollective.com/libvips" 1000 } 1001 }, 1002 "node_modules/@img/sharp-linux-arm": { 1003 "version": "0.34.5", 1004 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz", 1005 "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==", 1006 "cpu": [ 1007 "arm" 1008 ], 1009 "license": "Apache-2.0", 1010 "optional": true, 1011 "os": [ 1012 "linux" 1013 ], 1014 "engines": { 1015 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1016 }, 1017 "funding": { 1018 "url": "https://opencollective.com/libvips" 1019 }, 1020 "optionalDependencies": { 1021 "@img/sharp-libvips-linux-arm": "1.2.4" 1022 } 1023 }, 1024 "node_modules/@img/sharp-linux-arm64": { 1025 "version": "0.34.5", 1026 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz", 1027 "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==", 1028 "cpu": [ 1029 "arm64" 1030 ], 1031 "license": "Apache-2.0", 1032 "optional": true, 1033 "os": [ 1034 "linux" 1035 ], 1036 "engines": { 1037 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1038 }, 1039 "funding": { 1040 "url": "https://opencollective.com/libvips" 1041 }, 1042 "optionalDependencies": { 1043 "@img/sharp-libvips-linux-arm64": "1.2.4" 1044 } 1045 }, 1046 "node_modules/@img/sharp-linux-ppc64": { 1047 "version": "0.34.5", 1048 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz", 1049 "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==", 1050 "cpu": [ 1051 "ppc64" 1052 ], 1053 "license": "Apache-2.0", 1054 "optional": true, 1055 "os": [ 1056 "linux" 1057 ], 1058 "engines": { 1059 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1060 }, 1061 "funding": { 1062 "url": "https://opencollective.com/libvips" 1063 }, 1064 "optionalDependencies": { 1065 "@img/sharp-libvips-linux-ppc64": "1.2.4" 1066 } 1067 }, 1068 "node_modules/@img/sharp-linux-riscv64": { 1069 "version": "0.34.5", 1070 "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz", 1071 "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==", 1072 "cpu": [ 1073 "riscv64" 1074 ], 1075 "license": "Apache-2.0", 1076 "optional": true, 1077 "os": [ 1078 "linux" 1079 ], 1080 "engines": { 1081 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1082 }, 1083 "funding": { 1084 "url": "https://opencollective.com/libvips" 1085 }, 1086 "optionalDependencies": { 1087 "@img/sharp-libvips-linux-riscv64": "1.2.4" 1088 } 1089 }, 1090 "node_modules/@img/sharp-linux-s390x": { 1091 "version": "0.34.5", 1092 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz", 1093 "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==", 1094 "cpu": [ 1095 "s390x" 1096 ], 1097 "license": "Apache-2.0", 1098 "optional": true, 1099 "os": [ 1100 "linux" 1101 ], 1102 "engines": { 1103 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1104 }, 1105 "funding": { 1106 "url": "https://opencollective.com/libvips" 1107 }, 1108 "optionalDependencies": { 1109 "@img/sharp-libvips-linux-s390x": "1.2.4" 1110 } 1111 }, 1112 "node_modules/@img/sharp-linux-x64": { 1113 "version": "0.34.5", 1114 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz", 1115 "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==", 1116 "cpu": [ 1117 "x64" 1118 ], 1119 "license": "Apache-2.0", 1120 "optional": true, 1121 "os": [ 1122 "linux" 1123 ], 1124 "engines": { 1125 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1126 }, 1127 "funding": { 1128 "url": "https://opencollective.com/libvips" 1129 }, 1130 "optionalDependencies": { 1131 "@img/sharp-libvips-linux-x64": "1.2.4" 1132 } 1133 }, 1134 "node_modules/@img/sharp-linuxmusl-arm64": { 1135 "version": "0.34.5", 1136 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz", 1137 "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==", 1138 "cpu": [ 1139 "arm64" 1140 ], 1141 "license": "Apache-2.0", 1142 "optional": true, 1143 "os": [ 1144 "linux" 1145 ], 1146 "engines": { 1147 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1148 }, 1149 "funding": { 1150 "url": "https://opencollective.com/libvips" 1151 }, 1152 "optionalDependencies": { 1153 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4" 1154 } 1155 }, 1156 "node_modules/@img/sharp-linuxmusl-x64": { 1157 "version": "0.34.5", 1158 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", 1159 "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", 1160 "cpu": [ 1161 "x64" 1162 ], 1163 "license": "Apache-2.0", 1164 "optional": true, 1165 "os": [ 1166 "linux" 1167 ], 1168 "engines": { 1169 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1170 }, 1171 "funding": { 1172 "url": "https://opencollective.com/libvips" 1173 }, 1174 "optionalDependencies": { 1175 "@img/sharp-libvips-linuxmusl-x64": "1.2.4" 1176 } 1177 }, 1178 "node_modules/@img/sharp-wasm32": { 1179 "version": "0.34.5", 1180 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz", 1181 "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==", 1182 "cpu": [ 1183 "wasm32" 1184 ], 1185 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", 1186 "optional": true, 1187 "dependencies": { 1188 "@emnapi/runtime": "^1.7.0" 1189 }, 1190 "engines": { 1191 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1192 }, 1193 "funding": { 1194 "url": "https://opencollective.com/libvips" 1195 } 1196 }, 1197 "node_modules/@img/sharp-win32-arm64": { 1198 "version": "0.34.5", 1199 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz", 1200 "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==", 1201 "cpu": [ 1202 "arm64" 1203 ], 1204 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1205 "optional": true, 1206 "os": [ 1207 "win32" 1208 ], 1209 "engines": { 1210 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1211 }, 1212 "funding": { 1213 "url": "https://opencollective.com/libvips" 1214 } 1215 }, 1216 "node_modules/@img/sharp-win32-ia32": { 1217 "version": "0.34.5", 1218 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz", 1219 "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==", 1220 "cpu": [ 1221 "ia32" 1222 ], 1223 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1224 "optional": true, 1225 "os": [ 1226 "win32" 1227 ], 1228 "engines": { 1229 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1230 }, 1231 "funding": { 1232 "url": "https://opencollective.com/libvips" 1233 } 1234 }, 1235 "node_modules/@img/sharp-win32-x64": { 1236 "version": "0.34.5", 1237 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz", 1238 "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==", 1239 "cpu": [ 1240 "x64" 1241 ], 1242 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1243 "optional": true, 1244 "os": [ 1245 "win32" 1246 ], 1247 "engines": { 1248 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1249 }, 1250 "funding": { 1251 "url": "https://opencollective.com/libvips" 1252 } 1253 }, 1254 "node_modules/@isaacs/fs-minipass": { 1255 "version": "4.0.1", 1256 "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", 1257 "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", 1258 "license": "ISC", 1259 "dependencies": { 1260 "minipass": "^7.0.4" 1261 }, 1262 "engines": { 1263 "node": ">=18.0.0" 1264 } 1265 }, 1266 "node_modules/@jridgewell/sourcemap-codec": { 1267 "version": "1.5.5", 1268 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", 1269 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", 1270 "license": "MIT" 1271 }, 1272 "node_modules/@mdx-js/mdx": { 1273 "version": "3.1.1", 1274 "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.1.tgz", 1275 "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==", 1276 "license": "MIT", 1277 "dependencies": { 1278 "@types/estree": "^1.0.0", 1279 "@types/estree-jsx": "^1.0.0", 1280 "@types/hast": "^3.0.0", 1281 "@types/mdx": "^2.0.0", 1282 "acorn": "^8.0.0", 1283 "collapse-white-space": "^2.0.0", 1284 "devlop": "^1.0.0", 1285 "estree-util-is-identifier-name": "^3.0.0", 1286 "estree-util-scope": "^1.0.0", 1287 "estree-walker": "^3.0.0", 1288 "hast-util-to-jsx-runtime": "^2.0.0", 1289 "markdown-extensions": "^2.0.0", 1290 "recma-build-jsx": "^1.0.0", 1291 "recma-jsx": "^1.0.0", 1292 "recma-stringify": "^1.0.0", 1293 "rehype-recma": "^1.0.0", 1294 "remark-mdx": "^3.0.0", 1295 "remark-parse": "^11.0.0", 1296 "remark-rehype": "^11.0.0", 1297 "source-map": "^0.7.0", 1298 "unified": "^11.0.0", 1299 "unist-util-position-from-estree": "^2.0.0", 1300 "unist-util-stringify-position": "^4.0.0", 1301 "unist-util-visit": "^5.0.0", 1302 "vfile": "^6.0.0" 1303 }, 1304 "funding": { 1305 "type": "opencollective", 1306 "url": "https://opencollective.com/unified" 1307 } 1308 }, 1309 "node_modules/@nodelib/fs.scandir": { 1310 "version": "2.1.5", 1311 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 1312 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 1313 "license": "MIT", 1314 "dependencies": { 1315 "@nodelib/fs.stat": "2.0.5", 1316 "run-parallel": "^1.1.9" 1317 }, 1318 "engines": { 1319 "node": ">= 8" 1320 } 1321 }, 1322 "node_modules/@nodelib/fs.stat": { 1323 "version": "2.0.5", 1324 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 1325 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 1326 "license": "MIT", 1327 "engines": { 1328 "node": ">= 8" 1329 } 1330 }, 1331 "node_modules/@nodelib/fs.walk": { 1332 "version": "1.2.8", 1333 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 1334 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 1335 "license": "MIT", 1336 "dependencies": { 1337 "@nodelib/fs.scandir": "2.1.5", 1338 "fastq": "^1.6.0" 1339 }, 1340 "engines": { 1341 "node": ">= 8" 1342 } 1343 }, 1344 "node_modules/@oslojs/encoding": { 1345 "version": "1.1.0", 1346 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", 1347 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==", 1348 "license": "MIT" 1349 }, 1350 "node_modules/@playform/inline": { 1351 "version": "0.1.2", 1352 "resolved": "https://registry.npmjs.org/@playform/inline/-/inline-0.1.2.tgz", 1353 "integrity": "sha512-Eqk1FbKc1bNf5zyTBzrqeUvH0qExIzf6auw+yDXRl2MMZOt72FXQfnES1dtdxgjIEf4TDbPBtJ1rTofp52vDvQ==", 1354 "license": "SEE LICENSE IN LICENSE", 1355 "dependencies": { 1356 "@playform/pipe": "0.1.3", 1357 "astro": "*", 1358 "beasties": "0.2.0", 1359 "deepmerge-ts": "7.1.5" 1360 } 1361 }, 1362 "node_modules/@playform/pipe": { 1363 "version": "0.1.3", 1364 "resolved": "https://registry.npmjs.org/@playform/pipe/-/pipe-0.1.3.tgz", 1365 "integrity": "sha512-cjRcaj6b8XZMS+N51In78EuD9e0x0M3gYxi2g+qUGk1iya2uxcS+aSrXxfBUZueOjxADQwpyS4zLEhlbHCGcDA==", 1366 "license": "SEE LICENSE IN LICENSE", 1367 "dependencies": { 1368 "@types/node": "22.13.14", 1369 "deepmerge-ts": "7.1.5", 1370 "fast-glob": "3.3.3" 1371 } 1372 }, 1373 "node_modules/@rollup/pluginutils": { 1374 "version": "5.3.0", 1375 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", 1376 "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", 1377 "license": "MIT", 1378 "dependencies": { 1379 "@types/estree": "^1.0.0", 1380 "estree-walker": "^2.0.2", 1381 "picomatch": "^4.0.2" 1382 }, 1383 "engines": { 1384 "node": ">=14.0.0" 1385 }, 1386 "peerDependencies": { 1387 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 1388 }, 1389 "peerDependenciesMeta": { 1390 "rollup": { 1391 "optional": true 1392 } 1393 } 1394 }, 1395 "node_modules/@rollup/pluginutils/node_modules/estree-walker": { 1396 "version": "2.0.2", 1397 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", 1398 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", 1399 "license": "MIT" 1400 }, 1401 "node_modules/@rollup/rollup-android-arm-eabi": { 1402 "version": "4.57.0", 1403 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.0.tgz", 1404 "integrity": "sha512-tPgXB6cDTndIe1ah7u6amCI1T0SsnlOuKgg10Xh3uizJk4e5M1JGaUMk7J4ciuAUcFpbOiNhm2XIjP9ON0dUqA==", 1405 "cpu": [ 1406 "arm" 1407 ], 1408 "license": "MIT", 1409 "optional": true, 1410 "os": [ 1411 "android" 1412 ] 1413 }, 1414 "node_modules/@rollup/rollup-android-arm64": { 1415 "version": "4.57.0", 1416 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.0.tgz", 1417 "integrity": "sha512-sa4LyseLLXr1onr97StkU1Nb7fWcg6niokTwEVNOO7awaKaoRObQ54+V/hrF/BP1noMEaaAW6Fg2d/CfLiq3Mg==", 1418 "cpu": [ 1419 "arm64" 1420 ], 1421 "license": "MIT", 1422 "optional": true, 1423 "os": [ 1424 "android" 1425 ] 1426 }, 1427 "node_modules/@rollup/rollup-darwin-arm64": { 1428 "version": "4.57.0", 1429 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.0.tgz", 1430 "integrity": "sha512-/NNIj9A7yLjKdmkx5dC2XQ9DmjIECpGpwHoGmA5E1AhU0fuICSqSWScPhN1yLCkEdkCwJIDu2xIeLPs60MNIVg==", 1431 "cpu": [ 1432 "arm64" 1433 ], 1434 "license": "MIT", 1435 "optional": true, 1436 "os": [ 1437 "darwin" 1438 ] 1439 }, 1440 "node_modules/@rollup/rollup-darwin-x64": { 1441 "version": "4.57.0", 1442 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.0.tgz", 1443 "integrity": "sha512-xoh8abqgPrPYPr7pTYipqnUi1V3em56JzE/HgDgitTqZBZ3yKCWI+7KUkceM6tNweyUKYru1UMi7FC060RyKwA==", 1444 "cpu": [ 1445 "x64" 1446 ], 1447 "license": "MIT", 1448 "optional": true, 1449 "os": [ 1450 "darwin" 1451 ] 1452 }, 1453 "node_modules/@rollup/rollup-freebsd-arm64": { 1454 "version": "4.57.0", 1455 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.0.tgz", 1456 "integrity": "sha512-PCkMh7fNahWSbA0OTUQ2OpYHpjZZr0hPr8lId8twD7a7SeWrvT3xJVyza+dQwXSSq4yEQTMoXgNOfMCsn8584g==", 1457 "cpu": [ 1458 "arm64" 1459 ], 1460 "license": "MIT", 1461 "optional": true, 1462 "os": [ 1463 "freebsd" 1464 ] 1465 }, 1466 "node_modules/@rollup/rollup-freebsd-x64": { 1467 "version": "4.57.0", 1468 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.0.tgz", 1469 "integrity": "sha512-1j3stGx+qbhXql4OCDZhnK7b01s6rBKNybfsX+TNrEe9JNq4DLi1yGiR1xW+nL+FNVvI4D02PUnl6gJ/2y6WJA==", 1470 "cpu": [ 1471 "x64" 1472 ], 1473 "license": "MIT", 1474 "optional": true, 1475 "os": [ 1476 "freebsd" 1477 ] 1478 }, 1479 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 1480 "version": "4.57.0", 1481 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.0.tgz", 1482 "integrity": "sha512-eyrr5W08Ms9uM0mLcKfM/Uzx7hjhz2bcjv8P2uynfj0yU8GGPdz8iYrBPhiLOZqahoAMB8ZiolRZPbbU2MAi6Q==", 1483 "cpu": [ 1484 "arm" 1485 ], 1486 "license": "MIT", 1487 "optional": true, 1488 "os": [ 1489 "linux" 1490 ] 1491 }, 1492 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 1493 "version": "4.57.0", 1494 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.0.tgz", 1495 "integrity": "sha512-Xds90ITXJCNyX9pDhqf85MKWUI4lqjiPAipJ8OLp8xqI2Ehk+TCVhF9rvOoN8xTbcafow3QOThkNnrM33uCFQA==", 1496 "cpu": [ 1497 "arm" 1498 ], 1499 "license": "MIT", 1500 "optional": true, 1501 "os": [ 1502 "linux" 1503 ] 1504 }, 1505 "node_modules/@rollup/rollup-linux-arm64-gnu": { 1506 "version": "4.57.0", 1507 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.0.tgz", 1508 "integrity": "sha512-Xws2KA4CLvZmXjy46SQaXSejuKPhwVdaNinldoYfqruZBaJHqVo6hnRa8SDo9z7PBW5x84SH64+izmldCgbezw==", 1509 "cpu": [ 1510 "arm64" 1511 ], 1512 "license": "MIT", 1513 "optional": true, 1514 "os": [ 1515 "linux" 1516 ] 1517 }, 1518 "node_modules/@rollup/rollup-linux-arm64-musl": { 1519 "version": "4.57.0", 1520 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.0.tgz", 1521 "integrity": "sha512-hrKXKbX5FdaRJj7lTMusmvKbhMJSGWJ+w++4KmjiDhpTgNlhYobMvKfDoIWecy4O60K6yA4SnztGuNTQF+Lplw==", 1522 "cpu": [ 1523 "arm64" 1524 ], 1525 "license": "MIT", 1526 "optional": true, 1527 "os": [ 1528 "linux" 1529 ] 1530 }, 1531 "node_modules/@rollup/rollup-linux-loong64-gnu": { 1532 "version": "4.57.0", 1533 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.0.tgz", 1534 "integrity": "sha512-6A+nccfSDGKsPm00d3xKcrsBcbqzCTAukjwWK6rbuAnB2bHaL3r9720HBVZ/no7+FhZLz/U3GwwZZEh6tOSI8Q==", 1535 "cpu": [ 1536 "loong64" 1537 ], 1538 "license": "MIT", 1539 "optional": true, 1540 "os": [ 1541 "linux" 1542 ] 1543 }, 1544 "node_modules/@rollup/rollup-linux-loong64-musl": { 1545 "version": "4.57.0", 1546 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.0.tgz", 1547 "integrity": "sha512-4P1VyYUe6XAJtQH1Hh99THxr0GKMMwIXsRNOceLrJnaHTDgk1FTcTimDgneRJPvB3LqDQxUmroBclQ1S0cIJwQ==", 1548 "cpu": [ 1549 "loong64" 1550 ], 1551 "license": "MIT", 1552 "optional": true, 1553 "os": [ 1554 "linux" 1555 ] 1556 }, 1557 "node_modules/@rollup/rollup-linux-ppc64-gnu": { 1558 "version": "4.57.0", 1559 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.0.tgz", 1560 "integrity": "sha512-8Vv6pLuIZCMcgXre6c3nOPhE0gjz1+nZP6T+hwWjr7sVH8k0jRkH+XnfjjOTglyMBdSKBPPz54/y1gToSKwrSQ==", 1561 "cpu": [ 1562 "ppc64" 1563 ], 1564 "license": "MIT", 1565 "optional": true, 1566 "os": [ 1567 "linux" 1568 ] 1569 }, 1570 "node_modules/@rollup/rollup-linux-ppc64-musl": { 1571 "version": "4.57.0", 1572 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.0.tgz", 1573 "integrity": "sha512-r1te1M0Sm2TBVD/RxBPC6RZVwNqUTwJTA7w+C/IW5v9Ssu6xmxWEi+iJQlpBhtUiT1raJ5b48pI8tBvEjEFnFA==", 1574 "cpu": [ 1575 "ppc64" 1576 ], 1577 "license": "MIT", 1578 "optional": true, 1579 "os": [ 1580 "linux" 1581 ] 1582 }, 1583 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 1584 "version": "4.57.0", 1585 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.0.tgz", 1586 "integrity": "sha512-say0uMU/RaPm3CDQLxUUTF2oNWL8ysvHkAjcCzV2znxBr23kFfaxocS9qJm+NdkRhF8wtdEEAJuYcLPhSPbjuQ==", 1587 "cpu": [ 1588 "riscv64" 1589 ], 1590 "license": "MIT", 1591 "optional": true, 1592 "os": [ 1593 "linux" 1594 ] 1595 }, 1596 "node_modules/@rollup/rollup-linux-riscv64-musl": { 1597 "version": "4.57.0", 1598 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.0.tgz", 1599 "integrity": "sha512-/MU7/HizQGsnBREtRpcSbSV1zfkoxSTR7wLsRmBPQ8FwUj5sykrP1MyJTvsxP5KBq9SyE6kH8UQQQwa0ASeoQQ==", 1600 "cpu": [ 1601 "riscv64" 1602 ], 1603 "license": "MIT", 1604 "optional": true, 1605 "os": [ 1606 "linux" 1607 ] 1608 }, 1609 "node_modules/@rollup/rollup-linux-s390x-gnu": { 1610 "version": "4.57.0", 1611 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.0.tgz", 1612 "integrity": "sha512-Q9eh+gUGILIHEaJf66aF6a414jQbDnn29zeu0eX3dHMuysnhTvsUvZTCAyZ6tJhUjnvzBKE4FtuaYxutxRZpOg==", 1613 "cpu": [ 1614 "s390x" 1615 ], 1616 "license": "MIT", 1617 "optional": true, 1618 "os": [ 1619 "linux" 1620 ] 1621 }, 1622 "node_modules/@rollup/rollup-linux-x64-gnu": { 1623 "version": "4.57.0", 1624 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.0.tgz", 1625 "integrity": "sha512-OR5p5yG5OKSxHReWmwvM0P+VTPMwoBS45PXTMYaskKQqybkS3Kmugq1W+YbNWArF8/s7jQScgzXUhArzEQ7x0A==", 1626 "cpu": [ 1627 "x64" 1628 ], 1629 "license": "MIT", 1630 "optional": true, 1631 "os": [ 1632 "linux" 1633 ] 1634 }, 1635 "node_modules/@rollup/rollup-linux-x64-musl": { 1636 "version": "4.57.0", 1637 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.0.tgz", 1638 "integrity": "sha512-XeatKzo4lHDsVEbm1XDHZlhYZZSQYym6dg2X/Ko0kSFgio+KXLsxwJQprnR48GvdIKDOpqWqssC3iBCjoMcMpw==", 1639 "cpu": [ 1640 "x64" 1641 ], 1642 "license": "MIT", 1643 "optional": true, 1644 "os": [ 1645 "linux" 1646 ] 1647 }, 1648 "node_modules/@rollup/rollup-openbsd-x64": { 1649 "version": "4.57.0", 1650 "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.0.tgz", 1651 "integrity": "sha512-Lu71y78F5qOfYmubYLHPcJm74GZLU6UJ4THkf/a1K7Tz2ycwC2VUbsqbJAXaR6Bx70SRdlVrt2+n5l7F0agTUw==", 1652 "cpu": [ 1653 "x64" 1654 ], 1655 "license": "MIT", 1656 "optional": true, 1657 "os": [ 1658 "openbsd" 1659 ] 1660 }, 1661 "node_modules/@rollup/rollup-openharmony-arm64": { 1662 "version": "4.57.0", 1663 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.0.tgz", 1664 "integrity": "sha512-v5xwKDWcu7qhAEcsUubiav7r+48Uk/ENWdr82MBZZRIm7zThSxCIVDfb3ZeRRq9yqk+oIzMdDo6fCcA5DHfMyA==", 1665 "cpu": [ 1666 "arm64" 1667 ], 1668 "license": "MIT", 1669 "optional": true, 1670 "os": [ 1671 "openharmony" 1672 ] 1673 }, 1674 "node_modules/@rollup/rollup-win32-arm64-msvc": { 1675 "version": "4.57.0", 1676 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.0.tgz", 1677 "integrity": "sha512-XnaaaSMGSI6Wk8F4KK3QP7GfuuhjGchElsVerCplUuxRIzdvZ7hRBpLR0omCmw+kI2RFJB80nenhOoGXlJ5TfQ==", 1678 "cpu": [ 1679 "arm64" 1680 ], 1681 "license": "MIT", 1682 "optional": true, 1683 "os": [ 1684 "win32" 1685 ] 1686 }, 1687 "node_modules/@rollup/rollup-win32-ia32-msvc": { 1688 "version": "4.57.0", 1689 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.0.tgz", 1690 "integrity": "sha512-3K1lP+3BXY4t4VihLw5MEg6IZD3ojSYzqzBG571W3kNQe4G4CcFpSUQVgurYgib5d+YaCjeFow8QivWp8vuSvA==", 1691 "cpu": [ 1692 "ia32" 1693 ], 1694 "license": "MIT", 1695 "optional": true, 1696 "os": [ 1697 "win32" 1698 ] 1699 }, 1700 "node_modules/@rollup/rollup-win32-x64-gnu": { 1701 "version": "4.57.0", 1702 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.0.tgz", 1703 "integrity": "sha512-MDk610P/vJGc5L5ImE4k5s+GZT3en0KoK1MKPXCRgzmksAMk79j4h3k1IerxTNqwDLxsGxStEZVBqG0gIqZqoA==", 1704 "cpu": [ 1705 "x64" 1706 ], 1707 "license": "MIT", 1708 "optional": true, 1709 "os": [ 1710 "win32" 1711 ] 1712 }, 1713 "node_modules/@rollup/rollup-win32-x64-msvc": { 1714 "version": "4.57.0", 1715 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.0.tgz", 1716 "integrity": "sha512-Zv7v6q6aV+VslnpwzqKAmrk5JdVkLUzok2208ZXGipjb+msxBr/fJPZyeEXiFgH7k62Ak0SLIfxQRZQvTuf7rQ==", 1717 "cpu": [ 1718 "x64" 1719 ], 1720 "license": "MIT", 1721 "optional": true, 1722 "os": [ 1723 "win32" 1724 ] 1725 }, 1726 "node_modules/@shikijs/core": { 1727 "version": "3.21.0", 1728 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.21.0.tgz", 1729 "integrity": "sha512-AXSQu/2n1UIQekY8euBJlvFYZIw0PHY63jUzGbrOma4wPxzznJXTXkri+QcHeBNaFxiiOljKxxJkVSoB3PjbyA==", 1730 "license": "MIT", 1731 "dependencies": { 1732 "@shikijs/types": "3.21.0", 1733 "@shikijs/vscode-textmate": "^10.0.2", 1734 "@types/hast": "^3.0.4", 1735 "hast-util-to-html": "^9.0.5" 1736 } 1737 }, 1738 "node_modules/@shikijs/engine-javascript": { 1739 "version": "3.21.0", 1740 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.21.0.tgz", 1741 "integrity": "sha512-ATwv86xlbmfD9n9gKRiwuPpWgPENAWCLwYCGz9ugTJlsO2kOzhOkvoyV/UD+tJ0uT7YRyD530x6ugNSffmvIiQ==", 1742 "license": "MIT", 1743 "dependencies": { 1744 "@shikijs/types": "3.21.0", 1745 "@shikijs/vscode-textmate": "^10.0.2", 1746 "oniguruma-to-es": "^4.3.4" 1747 } 1748 }, 1749 "node_modules/@shikijs/engine-oniguruma": { 1750 "version": "3.21.0", 1751 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.21.0.tgz", 1752 "integrity": "sha512-OYknTCct6qiwpQDqDdf3iedRdzj6hFlOPv5hMvI+hkWfCKs5mlJ4TXziBG9nyabLwGulrUjHiCq3xCspSzErYQ==", 1753 "license": "MIT", 1754 "dependencies": { 1755 "@shikijs/types": "3.21.0", 1756 "@shikijs/vscode-textmate": "^10.0.2" 1757 } 1758 }, 1759 "node_modules/@shikijs/langs": { 1760 "version": "3.21.0", 1761 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.21.0.tgz", 1762 "integrity": "sha512-g6mn5m+Y6GBJ4wxmBYqalK9Sp0CFkUqfNzUy2pJglUginz6ZpWbaWjDB4fbQ/8SHzFjYbtU6Ddlp1pc+PPNDVA==", 1763 "license": "MIT", 1764 "dependencies": { 1765 "@shikijs/types": "3.21.0" 1766 } 1767 }, 1768 "node_modules/@shikijs/themes": { 1769 "version": "3.21.0", 1770 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.21.0.tgz", 1771 "integrity": "sha512-BAE4cr9EDiZyYzwIHEk7JTBJ9CzlPuM4PchfcA5ao1dWXb25nv6hYsoDiBq2aZK9E3dlt3WB78uI96UESD+8Mw==", 1772 "license": "MIT", 1773 "dependencies": { 1774 "@shikijs/types": "3.21.0" 1775 } 1776 }, 1777 "node_modules/@shikijs/types": { 1778 "version": "3.21.0", 1779 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.21.0.tgz", 1780 "integrity": "sha512-zGrWOxZ0/+0ovPY7PvBU2gIS9tmhSUUt30jAcNV0Bq0gb2S98gwfjIs1vxlmH5zM7/4YxLamT6ChlqqAJmPPjA==", 1781 "license": "MIT", 1782 "dependencies": { 1783 "@shikijs/vscode-textmate": "^10.0.2", 1784 "@types/hast": "^3.0.4" 1785 } 1786 }, 1787 "node_modules/@shikijs/vscode-textmate": { 1788 "version": "10.0.2", 1789 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", 1790 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", 1791 "license": "MIT" 1792 }, 1793 "node_modules/@trysound/sax": { 1794 "version": "0.2.0", 1795 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", 1796 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", 1797 "license": "ISC", 1798 "engines": { 1799 "node": ">=10.13.0" 1800 } 1801 }, 1802 "node_modules/@types/debug": { 1803 "version": "4.1.12", 1804 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1805 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1806 "license": "MIT", 1807 "dependencies": { 1808 "@types/ms": "*" 1809 } 1810 }, 1811 "node_modules/@types/estree": { 1812 "version": "1.0.8", 1813 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", 1814 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", 1815 "license": "MIT" 1816 }, 1817 "node_modules/@types/estree-jsx": { 1818 "version": "1.0.5", 1819 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", 1820 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", 1821 "license": "MIT", 1822 "dependencies": { 1823 "@types/estree": "*" 1824 } 1825 }, 1826 "node_modules/@types/hast": { 1827 "version": "3.0.4", 1828 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 1829 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 1830 "license": "MIT", 1831 "dependencies": { 1832 "@types/unist": "*" 1833 } 1834 }, 1835 "node_modules/@types/linkify-it": { 1836 "version": "5.0.0", 1837 "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz", 1838 "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==", 1839 "dev": true, 1840 "license": "MIT" 1841 }, 1842 "node_modules/@types/markdown-it": { 1843 "version": "14.1.2", 1844 "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz", 1845 "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==", 1846 "dev": true, 1847 "license": "MIT", 1848 "dependencies": { 1849 "@types/linkify-it": "^5", 1850 "@types/mdurl": "^2" 1851 } 1852 }, 1853 "node_modules/@types/mdast": { 1854 "version": "4.0.4", 1855 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 1856 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 1857 "license": "MIT", 1858 "dependencies": { 1859 "@types/unist": "*" 1860 } 1861 }, 1862 "node_modules/@types/mdurl": { 1863 "version": "2.0.0", 1864 "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz", 1865 "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==", 1866 "dev": true, 1867 "license": "MIT" 1868 }, 1869 "node_modules/@types/mdx": { 1870 "version": "2.0.13", 1871 "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", 1872 "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", 1873 "license": "MIT" 1874 }, 1875 "node_modules/@types/ms": { 1876 "version": "2.1.0", 1877 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 1878 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 1879 "license": "MIT" 1880 }, 1881 "node_modules/@types/nlcst": { 1882 "version": "2.0.3", 1883 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", 1884 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", 1885 "license": "MIT", 1886 "dependencies": { 1887 "@types/unist": "*" 1888 } 1889 }, 1890 "node_modules/@types/node": { 1891 "version": "22.13.14", 1892 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.14.tgz", 1893 "integrity": "sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==", 1894 "license": "MIT", 1895 "dependencies": { 1896 "undici-types": "~6.20.0" 1897 } 1898 }, 1899 "node_modules/@types/sanitize-html": { 1900 "version": "2.16.0", 1901 "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.16.0.tgz", 1902 "integrity": "sha512-l6rX1MUXje5ztPT0cAFtUayXF06DqPhRyfVXareEN5gGCFaP/iwsxIyKODr9XDhfxPpN6vXUFNfo5kZMXCxBtw==", 1903 "dev": true, 1904 "license": "MIT", 1905 "dependencies": { 1906 "htmlparser2": "^8.0.0" 1907 } 1908 }, 1909 "node_modules/@types/sax": { 1910 "version": "1.2.7", 1911 "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", 1912 "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", 1913 "license": "MIT", 1914 "dependencies": { 1915 "@types/node": "*" 1916 } 1917 }, 1918 "node_modules/@types/unist": { 1919 "version": "3.0.3", 1920 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 1921 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 1922 "license": "MIT" 1923 }, 1924 "node_modules/@types/yauzl": { 1925 "version": "2.10.3", 1926 "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", 1927 "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", 1928 "license": "MIT", 1929 "optional": true, 1930 "dependencies": { 1931 "@types/node": "*" 1932 } 1933 }, 1934 "node_modules/@ungap/structured-clone": { 1935 "version": "1.3.0", 1936 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", 1937 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", 1938 "license": "ISC" 1939 }, 1940 "node_modules/acorn": { 1941 "version": "8.15.0", 1942 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", 1943 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", 1944 "license": "MIT", 1945 "bin": { 1946 "acorn": "bin/acorn" 1947 }, 1948 "engines": { 1949 "node": ">=0.4.0" 1950 } 1951 }, 1952 "node_modules/acorn-jsx": { 1953 "version": "5.3.2", 1954 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 1955 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 1956 "license": "MIT", 1957 "peerDependencies": { 1958 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 1959 } 1960 }, 1961 "node_modules/ansi-align": { 1962 "version": "3.0.1", 1963 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 1964 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 1965 "license": "ISC", 1966 "dependencies": { 1967 "string-width": "^4.1.0" 1968 } 1969 }, 1970 "node_modules/ansi-align/node_modules/ansi-regex": { 1971 "version": "5.0.1", 1972 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 1973 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 1974 "license": "MIT", 1975 "engines": { 1976 "node": ">=8" 1977 } 1978 }, 1979 "node_modules/ansi-align/node_modules/emoji-regex": { 1980 "version": "8.0.0", 1981 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 1982 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 1983 "license": "MIT" 1984 }, 1985 "node_modules/ansi-align/node_modules/string-width": { 1986 "version": "4.2.3", 1987 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 1988 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 1989 "license": "MIT", 1990 "dependencies": { 1991 "emoji-regex": "^8.0.0", 1992 "is-fullwidth-code-point": "^3.0.0", 1993 "strip-ansi": "^6.0.1" 1994 }, 1995 "engines": { 1996 "node": ">=8" 1997 } 1998 }, 1999 "node_modules/ansi-align/node_modules/strip-ansi": { 2000 "version": "6.0.1", 2001 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 2002 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 2003 "license": "MIT", 2004 "dependencies": { 2005 "ansi-regex": "^5.0.1" 2006 }, 2007 "engines": { 2008 "node": ">=8" 2009 } 2010 }, 2011 "node_modules/ansi-regex": { 2012 "version": "6.2.2", 2013 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", 2014 "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", 2015 "license": "MIT", 2016 "engines": { 2017 "node": ">=12" 2018 }, 2019 "funding": { 2020 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 2021 } 2022 }, 2023 "node_modules/ansi-styles": { 2024 "version": "6.2.3", 2025 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", 2026 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", 2027 "license": "MIT", 2028 "engines": { 2029 "node": ">=12" 2030 }, 2031 "funding": { 2032 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2033 } 2034 }, 2035 "node_modules/anymatch": { 2036 "version": "3.1.3", 2037 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 2038 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 2039 "license": "ISC", 2040 "dependencies": { 2041 "normalize-path": "^3.0.0", 2042 "picomatch": "^2.0.4" 2043 }, 2044 "engines": { 2045 "node": ">= 8" 2046 } 2047 }, 2048 "node_modules/anymatch/node_modules/picomatch": { 2049 "version": "2.3.1", 2050 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 2051 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 2052 "license": "MIT", 2053 "engines": { 2054 "node": ">=8.6" 2055 }, 2056 "funding": { 2057 "url": "https://github.com/sponsors/jonschlinkert" 2058 } 2059 }, 2060 "node_modules/arg": { 2061 "version": "5.0.2", 2062 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 2063 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", 2064 "license": "MIT" 2065 }, 2066 "node_modules/argparse": { 2067 "version": "2.0.1", 2068 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 2069 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 2070 "license": "Python-2.0" 2071 }, 2072 "node_modules/aria-query": { 2073 "version": "5.3.2", 2074 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", 2075 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", 2076 "license": "Apache-2.0", 2077 "engines": { 2078 "node": ">= 0.4" 2079 } 2080 }, 2081 "node_modules/array-iterate": { 2082 "version": "2.0.1", 2083 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 2084 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 2085 "license": "MIT", 2086 "funding": { 2087 "type": "github", 2088 "url": "https://github.com/sponsors/wooorm" 2089 } 2090 }, 2091 "node_modules/astring": { 2092 "version": "1.9.0", 2093 "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", 2094 "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", 2095 "license": "MIT", 2096 "bin": { 2097 "astring": "bin/astring" 2098 } 2099 }, 2100 "node_modules/astro": { 2101 "version": "5.17.1", 2102 "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.1.tgz", 2103 "integrity": "sha512-oD3tlxTaVWGq/Wfbqk6gxzVRz98xa/rYlpe+gU2jXJMSD01k6sEDL01ZlT8mVSYB/rMgnvIOfiQQ3BbLdN237A==", 2104 "license": "MIT", 2105 "dependencies": { 2106 "@astrojs/compiler": "^2.13.0", 2107 "@astrojs/internal-helpers": "0.7.5", 2108 "@astrojs/markdown-remark": "6.3.10", 2109 "@astrojs/telemetry": "3.3.0", 2110 "@capsizecss/unpack": "^4.0.0", 2111 "@oslojs/encoding": "^1.1.0", 2112 "@rollup/pluginutils": "^5.3.0", 2113 "acorn": "^8.15.0", 2114 "aria-query": "^5.3.2", 2115 "axobject-query": "^4.1.0", 2116 "boxen": "8.0.1", 2117 "ci-info": "^4.3.1", 2118 "clsx": "^2.1.1", 2119 "common-ancestor-path": "^1.0.1", 2120 "cookie": "^1.1.1", 2121 "cssesc": "^3.0.0", 2122 "debug": "^4.4.3", 2123 "deterministic-object-hash": "^2.0.2", 2124 "devalue": "^5.6.2", 2125 "diff": "^8.0.3", 2126 "dlv": "^1.1.3", 2127 "dset": "^3.1.4", 2128 "es-module-lexer": "^1.7.0", 2129 "esbuild": "^0.25.0", 2130 "estree-walker": "^3.0.3", 2131 "flattie": "^1.1.1", 2132 "fontace": "~0.4.0", 2133 "github-slugger": "^2.0.0", 2134 "html-escaper": "3.0.3", 2135 "http-cache-semantics": "^4.2.0", 2136 "import-meta-resolve": "^4.2.0", 2137 "js-yaml": "^4.1.1", 2138 "magic-string": "^0.30.21", 2139 "magicast": "^0.5.1", 2140 "mrmime": "^2.0.1", 2141 "neotraverse": "^0.6.18", 2142 "p-limit": "^6.2.0", 2143 "p-queue": "^8.1.1", 2144 "package-manager-detector": "^1.6.0", 2145 "piccolore": "^0.1.3", 2146 "picomatch": "^4.0.3", 2147 "prompts": "^2.4.2", 2148 "rehype": "^13.0.2", 2149 "semver": "^7.7.3", 2150 "shiki": "^3.21.0", 2151 "smol-toml": "^1.6.0", 2152 "svgo": "^4.0.0", 2153 "tinyexec": "^1.0.2", 2154 "tinyglobby": "^0.2.15", 2155 "tsconfck": "^3.1.6", 2156 "ultrahtml": "^1.6.0", 2157 "unifont": "~0.7.3", 2158 "unist-util-visit": "^5.0.0", 2159 "unstorage": "^1.17.4", 2160 "vfile": "^6.0.3", 2161 "vite": "^6.4.1", 2162 "vitefu": "^1.1.1", 2163 "xxhash-wasm": "^1.1.0", 2164 "yargs-parser": "^21.1.1", 2165 "yocto-spinner": "^0.2.3", 2166 "zod": "^3.25.76", 2167 "zod-to-json-schema": "^3.25.1", 2168 "zod-to-ts": "^1.2.0" 2169 }, 2170 "bin": { 2171 "astro": "astro.js" 2172 }, 2173 "engines": { 2174 "node": "18.20.8 || ^20.3.0 || >=22.0.0", 2175 "npm": ">=9.6.5", 2176 "pnpm": ">=7.1.0" 2177 }, 2178 "funding": { 2179 "type": "opencollective", 2180 "url": "https://opencollective.com/astrodotbuild" 2181 }, 2182 "optionalDependencies": { 2183 "sharp": "^0.34.0" 2184 } 2185 }, 2186 "node_modules/astro-icon": { 2187 "version": "1.1.5", 2188 "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.5.tgz", 2189 "integrity": "sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==", 2190 "license": "MIT", 2191 "dependencies": { 2192 "@iconify/tools": "^4.0.5", 2193 "@iconify/types": "^2.0.0", 2194 "@iconify/utils": "^2.1.30" 2195 } 2196 }, 2197 "node_modules/axobject-query": { 2198 "version": "4.1.0", 2199 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", 2200 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", 2201 "license": "Apache-2.0", 2202 "engines": { 2203 "node": ">= 0.4" 2204 } 2205 }, 2206 "node_modules/bail": { 2207 "version": "2.0.2", 2208 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 2209 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 2210 "license": "MIT", 2211 "funding": { 2212 "type": "github", 2213 "url": "https://github.com/sponsors/wooorm" 2214 } 2215 }, 2216 "node_modules/base-64": { 2217 "version": "1.0.0", 2218 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", 2219 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==", 2220 "license": "MIT" 2221 }, 2222 "node_modules/beasties": { 2223 "version": "0.2.0", 2224 "resolved": "https://registry.npmjs.org/beasties/-/beasties-0.2.0.tgz", 2225 "integrity": "sha512-Ljqskqx/tbZagIglYoJIMzH5zgssyp+in9+9sAyh15N22AornBeIDnb8EZ6Rk+6ShfMxd92uO3gfpT0NtZbpow==", 2226 "license": "Apache-2.0", 2227 "dependencies": { 2228 "css-select": "^5.1.0", 2229 "css-what": "^6.1.0", 2230 "dom-serializer": "^2.0.0", 2231 "domhandler": "^5.0.3", 2232 "htmlparser2": "^9.1.0", 2233 "picocolors": "^1.1.1", 2234 "postcss": "^8.4.49", 2235 "postcss-media-query-parser": "^0.2.3" 2236 }, 2237 "engines": { 2238 "node": ">=14.0.0" 2239 } 2240 }, 2241 "node_modules/beasties/node_modules/htmlparser2": { 2242 "version": "9.1.0", 2243 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz", 2244 "integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==", 2245 "funding": [ 2246 "https://github.com/fb55/htmlparser2?sponsor=1", 2247 { 2248 "type": "github", 2249 "url": "https://github.com/sponsors/fb55" 2250 } 2251 ], 2252 "license": "MIT", 2253 "dependencies": { 2254 "domelementtype": "^2.3.0", 2255 "domhandler": "^5.0.3", 2256 "domutils": "^3.1.0", 2257 "entities": "^4.5.0" 2258 } 2259 }, 2260 "node_modules/boolbase": { 2261 "version": "1.0.0", 2262 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 2263 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", 2264 "license": "ISC" 2265 }, 2266 "node_modules/boxen": { 2267 "version": "8.0.1", 2268 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz", 2269 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==", 2270 "license": "MIT", 2271 "dependencies": { 2272 "ansi-align": "^3.0.1", 2273 "camelcase": "^8.0.0", 2274 "chalk": "^5.3.0", 2275 "cli-boxes": "^3.0.0", 2276 "string-width": "^7.2.0", 2277 "type-fest": "^4.21.0", 2278 "widest-line": "^5.0.0", 2279 "wrap-ansi": "^9.0.0" 2280 }, 2281 "engines": { 2282 "node": ">=18" 2283 }, 2284 "funding": { 2285 "url": "https://github.com/sponsors/sindresorhus" 2286 } 2287 }, 2288 "node_modules/braces": { 2289 "version": "3.0.3", 2290 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 2291 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 2292 "license": "MIT", 2293 "dependencies": { 2294 "fill-range": "^7.1.1" 2295 }, 2296 "engines": { 2297 "node": ">=8" 2298 } 2299 }, 2300 "node_modules/buffer-crc32": { 2301 "version": "0.2.13", 2302 "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", 2303 "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", 2304 "license": "MIT", 2305 "engines": { 2306 "node": "*" 2307 } 2308 }, 2309 "node_modules/camelcase": { 2310 "version": "8.0.0", 2311 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", 2312 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", 2313 "license": "MIT", 2314 "engines": { 2315 "node": ">=16" 2316 }, 2317 "funding": { 2318 "url": "https://github.com/sponsors/sindresorhus" 2319 } 2320 }, 2321 "node_modules/ccount": { 2322 "version": "2.0.1", 2323 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 2324 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 2325 "license": "MIT", 2326 "funding": { 2327 "type": "github", 2328 "url": "https://github.com/sponsors/wooorm" 2329 } 2330 }, 2331 "node_modules/chalk": { 2332 "version": "5.6.2", 2333 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", 2334 "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", 2335 "license": "MIT", 2336 "engines": { 2337 "node": "^12.17.0 || ^14.13 || >=16.0.0" 2338 }, 2339 "funding": { 2340 "url": "https://github.com/chalk/chalk?sponsor=1" 2341 } 2342 }, 2343 "node_modules/character-entities": { 2344 "version": "2.0.2", 2345 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 2346 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 2347 "license": "MIT", 2348 "funding": { 2349 "type": "github", 2350 "url": "https://github.com/sponsors/wooorm" 2351 } 2352 }, 2353 "node_modules/character-entities-html4": { 2354 "version": "2.1.0", 2355 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 2356 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 2357 "license": "MIT", 2358 "funding": { 2359 "type": "github", 2360 "url": "https://github.com/sponsors/wooorm" 2361 } 2362 }, 2363 "node_modules/character-entities-legacy": { 2364 "version": "3.0.0", 2365 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 2366 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 2367 "license": "MIT", 2368 "funding": { 2369 "type": "github", 2370 "url": "https://github.com/sponsors/wooorm" 2371 } 2372 }, 2373 "node_modules/character-reference-invalid": { 2374 "version": "2.0.1", 2375 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", 2376 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", 2377 "license": "MIT", 2378 "funding": { 2379 "type": "github", 2380 "url": "https://github.com/sponsors/wooorm" 2381 } 2382 }, 2383 "node_modules/cheerio": { 2384 "version": "1.2.0", 2385 "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.2.0.tgz", 2386 "integrity": "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==", 2387 "license": "MIT", 2388 "dependencies": { 2389 "cheerio-select": "^2.1.0", 2390 "dom-serializer": "^2.0.0", 2391 "domhandler": "^5.0.3", 2392 "domutils": "^3.2.2", 2393 "encoding-sniffer": "^0.2.1", 2394 "htmlparser2": "^10.1.0", 2395 "parse5": "^7.3.0", 2396 "parse5-htmlparser2-tree-adapter": "^7.1.0", 2397 "parse5-parser-stream": "^7.1.2", 2398 "undici": "^7.19.0", 2399 "whatwg-mimetype": "^4.0.0" 2400 }, 2401 "engines": { 2402 "node": ">=20.18.1" 2403 }, 2404 "funding": { 2405 "url": "https://github.com/cheeriojs/cheerio?sponsor=1" 2406 } 2407 }, 2408 "node_modules/cheerio-select": { 2409 "version": "2.1.0", 2410 "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz", 2411 "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==", 2412 "license": "BSD-2-Clause", 2413 "dependencies": { 2414 "boolbase": "^1.0.0", 2415 "css-select": "^5.1.0", 2416 "css-what": "^6.1.0", 2417 "domelementtype": "^2.3.0", 2418 "domhandler": "^5.0.3", 2419 "domutils": "^3.0.1" 2420 }, 2421 "funding": { 2422 "url": "https://github.com/sponsors/fb55" 2423 } 2424 }, 2425 "node_modules/cheerio/node_modules/entities": { 2426 "version": "7.0.1", 2427 "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz", 2428 "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", 2429 "license": "BSD-2-Clause", 2430 "engines": { 2431 "node": ">=0.12" 2432 }, 2433 "funding": { 2434 "url": "https://github.com/fb55/entities?sponsor=1" 2435 } 2436 }, 2437 "node_modules/cheerio/node_modules/htmlparser2": { 2438 "version": "10.1.0", 2439 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz", 2440 "integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==", 2441 "funding": [ 2442 "https://github.com/fb55/htmlparser2?sponsor=1", 2443 { 2444 "type": "github", 2445 "url": "https://github.com/sponsors/fb55" 2446 } 2447 ], 2448 "license": "MIT", 2449 "dependencies": { 2450 "domelementtype": "^2.3.0", 2451 "domhandler": "^5.0.3", 2452 "domutils": "^3.2.2", 2453 "entities": "^7.0.1" 2454 } 2455 }, 2456 "node_modules/chokidar": { 2457 "version": "5.0.0", 2458 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", 2459 "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==", 2460 "license": "MIT", 2461 "dependencies": { 2462 "readdirp": "^5.0.0" 2463 }, 2464 "engines": { 2465 "node": ">= 20.19.0" 2466 }, 2467 "funding": { 2468 "url": "https://paulmillr.com/funding/" 2469 } 2470 }, 2471 "node_modules/chownr": { 2472 "version": "3.0.0", 2473 "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", 2474 "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", 2475 "license": "BlueOak-1.0.0", 2476 "engines": { 2477 "node": ">=18" 2478 } 2479 }, 2480 "node_modules/ci-info": { 2481 "version": "4.4.0", 2482 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz", 2483 "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==", 2484 "funding": [ 2485 { 2486 "type": "github", 2487 "url": "https://github.com/sponsors/sibiraj-s" 2488 } 2489 ], 2490 "license": "MIT", 2491 "engines": { 2492 "node": ">=8" 2493 } 2494 }, 2495 "node_modules/cli-boxes": { 2496 "version": "3.0.0", 2497 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 2498 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 2499 "license": "MIT", 2500 "engines": { 2501 "node": ">=10" 2502 }, 2503 "funding": { 2504 "url": "https://github.com/sponsors/sindresorhus" 2505 } 2506 }, 2507 "node_modules/cliui": { 2508 "version": "6.0.0", 2509 "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", 2510 "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", 2511 "license": "ISC", 2512 "dependencies": { 2513 "string-width": "^4.2.0", 2514 "strip-ansi": "^6.0.0", 2515 "wrap-ansi": "^6.2.0" 2516 } 2517 }, 2518 "node_modules/cliui/node_modules/ansi-regex": { 2519 "version": "5.0.1", 2520 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 2521 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 2522 "license": "MIT", 2523 "engines": { 2524 "node": ">=8" 2525 } 2526 }, 2527 "node_modules/cliui/node_modules/ansi-styles": { 2528 "version": "4.3.0", 2529 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 2530 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 2531 "license": "MIT", 2532 "dependencies": { 2533 "color-convert": "^2.0.1" 2534 }, 2535 "engines": { 2536 "node": ">=8" 2537 }, 2538 "funding": { 2539 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2540 } 2541 }, 2542 "node_modules/cliui/node_modules/emoji-regex": { 2543 "version": "8.0.0", 2544 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 2545 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 2546 "license": "MIT" 2547 }, 2548 "node_modules/cliui/node_modules/string-width": { 2549 "version": "4.2.3", 2550 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 2551 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 2552 "license": "MIT", 2553 "dependencies": { 2554 "emoji-regex": "^8.0.0", 2555 "is-fullwidth-code-point": "^3.0.0", 2556 "strip-ansi": "^6.0.1" 2557 }, 2558 "engines": { 2559 "node": ">=8" 2560 } 2561 }, 2562 "node_modules/cliui/node_modules/strip-ansi": { 2563 "version": "6.0.1", 2564 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 2565 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 2566 "license": "MIT", 2567 "dependencies": { 2568 "ansi-regex": "^5.0.1" 2569 }, 2570 "engines": { 2571 "node": ">=8" 2572 } 2573 }, 2574 "node_modules/cliui/node_modules/wrap-ansi": { 2575 "version": "6.2.0", 2576 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", 2577 "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", 2578 "license": "MIT", 2579 "dependencies": { 2580 "ansi-styles": "^4.0.0", 2581 "string-width": "^4.1.0", 2582 "strip-ansi": "^6.0.0" 2583 }, 2584 "engines": { 2585 "node": ">=8" 2586 } 2587 }, 2588 "node_modules/clsx": { 2589 "version": "2.1.1", 2590 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 2591 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 2592 "license": "MIT", 2593 "engines": { 2594 "node": ">=6" 2595 } 2596 }, 2597 "node_modules/collapse-white-space": { 2598 "version": "2.1.0", 2599 "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", 2600 "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", 2601 "license": "MIT", 2602 "funding": { 2603 "type": "github", 2604 "url": "https://github.com/sponsors/wooorm" 2605 } 2606 }, 2607 "node_modules/color-convert": { 2608 "version": "2.0.1", 2609 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2610 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2611 "license": "MIT", 2612 "dependencies": { 2613 "color-name": "~1.1.4" 2614 }, 2615 "engines": { 2616 "node": ">=7.0.0" 2617 } 2618 }, 2619 "node_modules/color-name": { 2620 "version": "1.1.4", 2621 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2622 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 2623 "license": "MIT" 2624 }, 2625 "node_modules/comma-separated-tokens": { 2626 "version": "2.0.3", 2627 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 2628 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 2629 "license": "MIT", 2630 "funding": { 2631 "type": "github", 2632 "url": "https://github.com/sponsors/wooorm" 2633 } 2634 }, 2635 "node_modules/commander": { 2636 "version": "11.1.0", 2637 "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", 2638 "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", 2639 "license": "MIT", 2640 "engines": { 2641 "node": ">=16" 2642 } 2643 }, 2644 "node_modules/common-ancestor-path": { 2645 "version": "1.0.1", 2646 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", 2647 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", 2648 "license": "ISC" 2649 }, 2650 "node_modules/confbox": { 2651 "version": "0.2.2", 2652 "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz", 2653 "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==", 2654 "license": "MIT" 2655 }, 2656 "node_modules/cookie": { 2657 "version": "1.1.1", 2658 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz", 2659 "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==", 2660 "license": "MIT", 2661 "engines": { 2662 "node": ">=18" 2663 }, 2664 "funding": { 2665 "type": "opencollective", 2666 "url": "https://opencollective.com/express" 2667 } 2668 }, 2669 "node_modules/cookie-es": { 2670 "version": "1.2.2", 2671 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz", 2672 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==", 2673 "license": "MIT" 2674 }, 2675 "node_modules/cowsay": { 2676 "version": "1.6.0", 2677 "resolved": "https://registry.npmjs.org/cowsay/-/cowsay-1.6.0.tgz", 2678 "integrity": "sha512-8C4H1jdrgNusTQr3Yu4SCm+ZKsAlDFbpa0KS0Z3im8ueag+9pGOf3CrioruvmeaW/A5oqg9L0ar6qeftAh03jw==", 2679 "license": "MIT", 2680 "dependencies": { 2681 "get-stdin": "8.0.0", 2682 "string-width": "~2.1.1", 2683 "strip-final-newline": "2.0.0", 2684 "yargs": "15.4.1" 2685 }, 2686 "bin": { 2687 "cowsay": "cli.js", 2688 "cowthink": "cli.js" 2689 }, 2690 "engines": { 2691 "node": ">= 4" 2692 } 2693 }, 2694 "node_modules/cowsay/node_modules/ansi-regex": { 2695 "version": "3.0.1", 2696 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", 2697 "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", 2698 "license": "MIT", 2699 "engines": { 2700 "node": ">=4" 2701 } 2702 }, 2703 "node_modules/cowsay/node_modules/is-fullwidth-code-point": { 2704 "version": "2.0.0", 2705 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", 2706 "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", 2707 "license": "MIT", 2708 "engines": { 2709 "node": ">=4" 2710 } 2711 }, 2712 "node_modules/cowsay/node_modules/string-width": { 2713 "version": "2.1.1", 2714 "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", 2715 "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", 2716 "license": "MIT", 2717 "dependencies": { 2718 "is-fullwidth-code-point": "^2.0.0", 2719 "strip-ansi": "^4.0.0" 2720 }, 2721 "engines": { 2722 "node": ">=4" 2723 } 2724 }, 2725 "node_modules/cowsay/node_modules/strip-ansi": { 2726 "version": "4.0.0", 2727 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", 2728 "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", 2729 "license": "MIT", 2730 "dependencies": { 2731 "ansi-regex": "^3.0.0" 2732 }, 2733 "engines": { 2734 "node": ">=4" 2735 } 2736 }, 2737 "node_modules/crossws": { 2738 "version": "0.3.5", 2739 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz", 2740 "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==", 2741 "license": "MIT", 2742 "dependencies": { 2743 "uncrypto": "^0.1.3" 2744 } 2745 }, 2746 "node_modules/css-select": { 2747 "version": "5.2.2", 2748 "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz", 2749 "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==", 2750 "license": "BSD-2-Clause", 2751 "dependencies": { 2752 "boolbase": "^1.0.0", 2753 "css-what": "^6.1.0", 2754 "domhandler": "^5.0.2", 2755 "domutils": "^3.0.1", 2756 "nth-check": "^2.0.1" 2757 }, 2758 "funding": { 2759 "url": "https://github.com/sponsors/fb55" 2760 } 2761 }, 2762 "node_modules/css-tree": { 2763 "version": "3.1.0", 2764 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz", 2765 "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==", 2766 "license": "MIT", 2767 "dependencies": { 2768 "mdn-data": "2.12.2", 2769 "source-map-js": "^1.0.1" 2770 }, 2771 "engines": { 2772 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 2773 } 2774 }, 2775 "node_modules/css-what": { 2776 "version": "6.2.2", 2777 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz", 2778 "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", 2779 "license": "BSD-2-Clause", 2780 "engines": { 2781 "node": ">= 6" 2782 }, 2783 "funding": { 2784 "url": "https://github.com/sponsors/fb55" 2785 } 2786 }, 2787 "node_modules/cssesc": { 2788 "version": "3.0.0", 2789 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 2790 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 2791 "license": "MIT", 2792 "bin": { 2793 "cssesc": "bin/cssesc" 2794 }, 2795 "engines": { 2796 "node": ">=4" 2797 } 2798 }, 2799 "node_modules/csso": { 2800 "version": "5.0.5", 2801 "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", 2802 "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", 2803 "license": "MIT", 2804 "dependencies": { 2805 "css-tree": "~2.2.0" 2806 }, 2807 "engines": { 2808 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 2809 "npm": ">=7.0.0" 2810 } 2811 }, 2812 "node_modules/csso/node_modules/css-tree": { 2813 "version": "2.2.1", 2814 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", 2815 "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", 2816 "license": "MIT", 2817 "dependencies": { 2818 "mdn-data": "2.0.28", 2819 "source-map-js": "^1.0.1" 2820 }, 2821 "engines": { 2822 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 2823 "npm": ">=7.0.0" 2824 } 2825 }, 2826 "node_modules/csso/node_modules/mdn-data": { 2827 "version": "2.0.28", 2828 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", 2829 "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", 2830 "license": "CC0-1.0" 2831 }, 2832 "node_modules/debug": { 2833 "version": "4.4.3", 2834 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", 2835 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", 2836 "license": "MIT", 2837 "dependencies": { 2838 "ms": "^2.1.3" 2839 }, 2840 "engines": { 2841 "node": ">=6.0" 2842 }, 2843 "peerDependenciesMeta": { 2844 "supports-color": { 2845 "optional": true 2846 } 2847 } 2848 }, 2849 "node_modules/decamelize": { 2850 "version": "1.2.0", 2851 "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", 2852 "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", 2853 "license": "MIT", 2854 "engines": { 2855 "node": ">=0.10.0" 2856 } 2857 }, 2858 "node_modules/decode-named-character-reference": { 2859 "version": "1.3.0", 2860 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz", 2861 "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==", 2862 "license": "MIT", 2863 "dependencies": { 2864 "character-entities": "^2.0.0" 2865 }, 2866 "funding": { 2867 "type": "github", 2868 "url": "https://github.com/sponsors/wooorm" 2869 } 2870 }, 2871 "node_modules/deepmerge": { 2872 "version": "4.3.1", 2873 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", 2874 "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", 2875 "license": "MIT", 2876 "engines": { 2877 "node": ">=0.10.0" 2878 } 2879 }, 2880 "node_modules/deepmerge-ts": { 2881 "version": "7.1.5", 2882 "resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-7.1.5.tgz", 2883 "integrity": "sha512-HOJkrhaYsweh+W+e74Yn7YStZOilkoPb6fycpwNLKzSPtruFs48nYis0zy5yJz1+ktUhHxoRDJ27RQAWLIJVJw==", 2884 "license": "BSD-3-Clause", 2885 "engines": { 2886 "node": ">=16.0.0" 2887 } 2888 }, 2889 "node_modules/defu": { 2890 "version": "6.1.4", 2891 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", 2892 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", 2893 "license": "MIT" 2894 }, 2895 "node_modules/dequal": { 2896 "version": "2.0.3", 2897 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 2898 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 2899 "license": "MIT", 2900 "engines": { 2901 "node": ">=6" 2902 } 2903 }, 2904 "node_modules/destr": { 2905 "version": "2.0.5", 2906 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz", 2907 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==", 2908 "license": "MIT" 2909 }, 2910 "node_modules/detect-libc": { 2911 "version": "2.1.2", 2912 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", 2913 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", 2914 "license": "Apache-2.0", 2915 "engines": { 2916 "node": ">=8" 2917 } 2918 }, 2919 "node_modules/deterministic-object-hash": { 2920 "version": "2.0.2", 2921 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", 2922 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", 2923 "license": "MIT", 2924 "dependencies": { 2925 "base-64": "^1.0.0" 2926 }, 2927 "engines": { 2928 "node": ">=18" 2929 } 2930 }, 2931 "node_modules/devalue": { 2932 "version": "5.6.2", 2933 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.2.tgz", 2934 "integrity": "sha512-nPRkjWzzDQlsejL1WVifk5rvcFi/y1onBRxjaFMjZeR9mFpqu2gmAZ9xUB9/IEanEP/vBtGeGganC/GO1fmufg==", 2935 "license": "MIT" 2936 }, 2937 "node_modules/devlop": { 2938 "version": "1.1.0", 2939 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 2940 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 2941 "license": "MIT", 2942 "dependencies": { 2943 "dequal": "^2.0.0" 2944 }, 2945 "funding": { 2946 "type": "github", 2947 "url": "https://github.com/sponsors/wooorm" 2948 } 2949 }, 2950 "node_modules/diff": { 2951 "version": "8.0.3", 2952 "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz", 2953 "integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==", 2954 "license": "BSD-3-Clause", 2955 "engines": { 2956 "node": ">=0.3.1" 2957 } 2958 }, 2959 "node_modules/dlv": { 2960 "version": "1.1.3", 2961 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 2962 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", 2963 "license": "MIT" 2964 }, 2965 "node_modules/dom-serializer": { 2966 "version": "2.0.0", 2967 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", 2968 "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", 2969 "license": "MIT", 2970 "dependencies": { 2971 "domelementtype": "^2.3.0", 2972 "domhandler": "^5.0.2", 2973 "entities": "^4.2.0" 2974 }, 2975 "funding": { 2976 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" 2977 } 2978 }, 2979 "node_modules/domelementtype": { 2980 "version": "2.3.0", 2981 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 2982 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 2983 "funding": [ 2984 { 2985 "type": "github", 2986 "url": "https://github.com/sponsors/fb55" 2987 } 2988 ], 2989 "license": "BSD-2-Clause" 2990 }, 2991 "node_modules/domhandler": { 2992 "version": "5.0.3", 2993 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", 2994 "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", 2995 "license": "BSD-2-Clause", 2996 "dependencies": { 2997 "domelementtype": "^2.3.0" 2998 }, 2999 "engines": { 3000 "node": ">= 4" 3001 }, 3002 "funding": { 3003 "url": "https://github.com/fb55/domhandler?sponsor=1" 3004 } 3005 }, 3006 "node_modules/domutils": { 3007 "version": "3.2.2", 3008 "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", 3009 "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", 3010 "license": "BSD-2-Clause", 3011 "dependencies": { 3012 "dom-serializer": "^2.0.0", 3013 "domelementtype": "^2.3.0", 3014 "domhandler": "^5.0.3" 3015 }, 3016 "funding": { 3017 "url": "https://github.com/fb55/domutils?sponsor=1" 3018 } 3019 }, 3020 "node_modules/dset": { 3021 "version": "3.1.4", 3022 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", 3023 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", 3024 "license": "MIT", 3025 "engines": { 3026 "node": ">=4" 3027 } 3028 }, 3029 "node_modules/emoji-regex": { 3030 "version": "10.6.0", 3031 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", 3032 "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", 3033 "license": "MIT" 3034 }, 3035 "node_modules/encoding-sniffer": { 3036 "version": "0.2.1", 3037 "resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz", 3038 "integrity": "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==", 3039 "license": "MIT", 3040 "dependencies": { 3041 "iconv-lite": "^0.6.3", 3042 "whatwg-encoding": "^3.1.1" 3043 }, 3044 "funding": { 3045 "url": "https://github.com/fb55/encoding-sniffer?sponsor=1" 3046 } 3047 }, 3048 "node_modules/end-of-stream": { 3049 "version": "1.4.5", 3050 "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", 3051 "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", 3052 "license": "MIT", 3053 "dependencies": { 3054 "once": "^1.4.0" 3055 } 3056 }, 3057 "node_modules/entities": { 3058 "version": "4.5.0", 3059 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", 3060 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", 3061 "license": "BSD-2-Clause", 3062 "engines": { 3063 "node": ">=0.12" 3064 }, 3065 "funding": { 3066 "url": "https://github.com/fb55/entities?sponsor=1" 3067 } 3068 }, 3069 "node_modules/es-module-lexer": { 3070 "version": "1.7.0", 3071 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", 3072 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", 3073 "license": "MIT" 3074 }, 3075 "node_modules/esast-util-from-estree": { 3076 "version": "2.0.0", 3077 "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz", 3078 "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==", 3079 "license": "MIT", 3080 "dependencies": { 3081 "@types/estree-jsx": "^1.0.0", 3082 "devlop": "^1.0.0", 3083 "estree-util-visit": "^2.0.0", 3084 "unist-util-position-from-estree": "^2.0.0" 3085 }, 3086 "funding": { 3087 "type": "opencollective", 3088 "url": "https://opencollective.com/unified" 3089 } 3090 }, 3091 "node_modules/esast-util-from-js": { 3092 "version": "2.0.1", 3093 "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz", 3094 "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==", 3095 "license": "MIT", 3096 "dependencies": { 3097 "@types/estree-jsx": "^1.0.0", 3098 "acorn": "^8.0.0", 3099 "esast-util-from-estree": "^2.0.0", 3100 "vfile-message": "^4.0.0" 3101 }, 3102 "funding": { 3103 "type": "opencollective", 3104 "url": "https://opencollective.com/unified" 3105 } 3106 }, 3107 "node_modules/esbuild": { 3108 "version": "0.25.12", 3109 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", 3110 "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", 3111 "hasInstallScript": true, 3112 "license": "MIT", 3113 "bin": { 3114 "esbuild": "bin/esbuild" 3115 }, 3116 "engines": { 3117 "node": ">=18" 3118 }, 3119 "optionalDependencies": { 3120 "@esbuild/aix-ppc64": "0.25.12", 3121 "@esbuild/android-arm": "0.25.12", 3122 "@esbuild/android-arm64": "0.25.12", 3123 "@esbuild/android-x64": "0.25.12", 3124 "@esbuild/darwin-arm64": "0.25.12", 3125 "@esbuild/darwin-x64": "0.25.12", 3126 "@esbuild/freebsd-arm64": "0.25.12", 3127 "@esbuild/freebsd-x64": "0.25.12", 3128 "@esbuild/linux-arm": "0.25.12", 3129 "@esbuild/linux-arm64": "0.25.12", 3130 "@esbuild/linux-ia32": "0.25.12", 3131 "@esbuild/linux-loong64": "0.25.12", 3132 "@esbuild/linux-mips64el": "0.25.12", 3133 "@esbuild/linux-ppc64": "0.25.12", 3134 "@esbuild/linux-riscv64": "0.25.12", 3135 "@esbuild/linux-s390x": "0.25.12", 3136 "@esbuild/linux-x64": "0.25.12", 3137 "@esbuild/netbsd-arm64": "0.25.12", 3138 "@esbuild/netbsd-x64": "0.25.12", 3139 "@esbuild/openbsd-arm64": "0.25.12", 3140 "@esbuild/openbsd-x64": "0.25.12", 3141 "@esbuild/openharmony-arm64": "0.25.12", 3142 "@esbuild/sunos-x64": "0.25.12", 3143 "@esbuild/win32-arm64": "0.25.12", 3144 "@esbuild/win32-ia32": "0.25.12", 3145 "@esbuild/win32-x64": "0.25.12" 3146 } 3147 }, 3148 "node_modules/escape-string-regexp": { 3149 "version": "5.0.0", 3150 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 3151 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 3152 "license": "MIT", 3153 "engines": { 3154 "node": ">=12" 3155 }, 3156 "funding": { 3157 "url": "https://github.com/sponsors/sindresorhus" 3158 } 3159 }, 3160 "node_modules/estree-util-attach-comments": { 3161 "version": "3.0.0", 3162 "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", 3163 "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", 3164 "license": "MIT", 3165 "dependencies": { 3166 "@types/estree": "^1.0.0" 3167 }, 3168 "funding": { 3169 "type": "opencollective", 3170 "url": "https://opencollective.com/unified" 3171 } 3172 }, 3173 "node_modules/estree-util-build-jsx": { 3174 "version": "3.0.1", 3175 "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", 3176 "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", 3177 "license": "MIT", 3178 "dependencies": { 3179 "@types/estree-jsx": "^1.0.0", 3180 "devlop": "^1.0.0", 3181 "estree-util-is-identifier-name": "^3.0.0", 3182 "estree-walker": "^3.0.0" 3183 }, 3184 "funding": { 3185 "type": "opencollective", 3186 "url": "https://opencollective.com/unified" 3187 } 3188 }, 3189 "node_modules/estree-util-is-identifier-name": { 3190 "version": "3.0.0", 3191 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", 3192 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", 3193 "license": "MIT", 3194 "funding": { 3195 "type": "opencollective", 3196 "url": "https://opencollective.com/unified" 3197 } 3198 }, 3199 "node_modules/estree-util-scope": { 3200 "version": "1.0.0", 3201 "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz", 3202 "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==", 3203 "license": "MIT", 3204 "dependencies": { 3205 "@types/estree": "^1.0.0", 3206 "devlop": "^1.0.0" 3207 }, 3208 "funding": { 3209 "type": "opencollective", 3210 "url": "https://opencollective.com/unified" 3211 } 3212 }, 3213 "node_modules/estree-util-to-js": { 3214 "version": "2.0.0", 3215 "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", 3216 "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", 3217 "license": "MIT", 3218 "dependencies": { 3219 "@types/estree-jsx": "^1.0.0", 3220 "astring": "^1.8.0", 3221 "source-map": "^0.7.0" 3222 }, 3223 "funding": { 3224 "type": "opencollective", 3225 "url": "https://opencollective.com/unified" 3226 } 3227 }, 3228 "node_modules/estree-util-visit": { 3229 "version": "2.0.0", 3230 "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", 3231 "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", 3232 "license": "MIT", 3233 "dependencies": { 3234 "@types/estree-jsx": "^1.0.0", 3235 "@types/unist": "^3.0.0" 3236 }, 3237 "funding": { 3238 "type": "opencollective", 3239 "url": "https://opencollective.com/unified" 3240 } 3241 }, 3242 "node_modules/estree-walker": { 3243 "version": "3.0.3", 3244 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 3245 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 3246 "license": "MIT", 3247 "dependencies": { 3248 "@types/estree": "^1.0.0" 3249 } 3250 }, 3251 "node_modules/eventemitter3": { 3252 "version": "5.0.4", 3253 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz", 3254 "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==", 3255 "license": "MIT" 3256 }, 3257 "node_modules/exsolve": { 3258 "version": "1.0.8", 3259 "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz", 3260 "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==", 3261 "license": "MIT" 3262 }, 3263 "node_modules/extend": { 3264 "version": "3.0.2", 3265 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 3266 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 3267 "license": "MIT" 3268 }, 3269 "node_modules/extract-zip": { 3270 "version": "2.0.1", 3271 "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", 3272 "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", 3273 "license": "BSD-2-Clause", 3274 "dependencies": { 3275 "debug": "^4.1.1", 3276 "get-stream": "^5.1.0", 3277 "yauzl": "^2.10.0" 3278 }, 3279 "bin": { 3280 "extract-zip": "cli.js" 3281 }, 3282 "engines": { 3283 "node": ">= 10.17.0" 3284 }, 3285 "optionalDependencies": { 3286 "@types/yauzl": "^2.9.1" 3287 } 3288 }, 3289 "node_modules/fast-glob": { 3290 "version": "3.3.3", 3291 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", 3292 "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", 3293 "license": "MIT", 3294 "dependencies": { 3295 "@nodelib/fs.stat": "^2.0.2", 3296 "@nodelib/fs.walk": "^1.2.3", 3297 "glob-parent": "^5.1.2", 3298 "merge2": "^1.3.0", 3299 "micromatch": "^4.0.8" 3300 }, 3301 "engines": { 3302 "node": ">=8.6.0" 3303 } 3304 }, 3305 "node_modules/fast-xml-parser": { 3306 "version": "5.3.3", 3307 "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz", 3308 "integrity": "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==", 3309 "funding": [ 3310 { 3311 "type": "github", 3312 "url": "https://github.com/sponsors/NaturalIntelligence" 3313 } 3314 ], 3315 "license": "MIT", 3316 "dependencies": { 3317 "strnum": "^2.1.0" 3318 }, 3319 "bin": { 3320 "fxparser": "src/cli/cli.js" 3321 } 3322 }, 3323 "node_modules/fastq": { 3324 "version": "1.20.1", 3325 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", 3326 "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", 3327 "license": "ISC", 3328 "dependencies": { 3329 "reusify": "^1.0.4" 3330 } 3331 }, 3332 "node_modules/fd-slicer": { 3333 "version": "1.1.0", 3334 "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", 3335 "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", 3336 "license": "MIT", 3337 "dependencies": { 3338 "pend": "~1.2.0" 3339 } 3340 }, 3341 "node_modules/fdir": { 3342 "version": "6.5.0", 3343 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", 3344 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", 3345 "license": "MIT", 3346 "engines": { 3347 "node": ">=12.0.0" 3348 }, 3349 "peerDependencies": { 3350 "picomatch": "^3 || ^4" 3351 }, 3352 "peerDependenciesMeta": { 3353 "picomatch": { 3354 "optional": true 3355 } 3356 } 3357 }, 3358 "node_modules/fill-range": { 3359 "version": "7.1.1", 3360 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 3361 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 3362 "license": "MIT", 3363 "dependencies": { 3364 "to-regex-range": "^5.0.1" 3365 }, 3366 "engines": { 3367 "node": ">=8" 3368 } 3369 }, 3370 "node_modules/find-up": { 3371 "version": "4.1.0", 3372 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", 3373 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", 3374 "license": "MIT", 3375 "dependencies": { 3376 "locate-path": "^5.0.0", 3377 "path-exists": "^4.0.0" 3378 }, 3379 "engines": { 3380 "node": ">=8" 3381 } 3382 }, 3383 "node_modules/flattie": { 3384 "version": "1.1.1", 3385 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", 3386 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==", 3387 "license": "MIT", 3388 "engines": { 3389 "node": ">=8" 3390 } 3391 }, 3392 "node_modules/fontace": { 3393 "version": "0.4.0", 3394 "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.4.0.tgz", 3395 "integrity": "sha512-moThBCItUe2bjZip5PF/iZClpKHGLwMvR79Kp8XpGRBrvoRSnySN4VcILdv3/MJzbhvUA5WeiUXF5o538m5fvg==", 3396 "license": "MIT", 3397 "dependencies": { 3398 "fontkitten": "^1.0.0" 3399 } 3400 }, 3401 "node_modules/fontkitten": { 3402 "version": "1.0.2", 3403 "resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.2.tgz", 3404 "integrity": "sha512-piJxbLnkD9Xcyi7dWJRnqszEURixe7CrF/efBfbffe2DPyabmuIuqraruY8cXTs19QoM8VJzx47BDRVNXETM7Q==", 3405 "license": "MIT", 3406 "dependencies": { 3407 "tiny-inflate": "^1.0.3" 3408 }, 3409 "engines": { 3410 "node": ">=20" 3411 } 3412 }, 3413 "node_modules/fsevents": { 3414 "version": "2.3.3", 3415 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 3416 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 3417 "hasInstallScript": true, 3418 "license": "MIT", 3419 "optional": true, 3420 "os": [ 3421 "darwin" 3422 ], 3423 "engines": { 3424 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 3425 } 3426 }, 3427 "node_modules/get-caller-file": { 3428 "version": "2.0.5", 3429 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", 3430 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", 3431 "license": "ISC", 3432 "engines": { 3433 "node": "6.* || 8.* || >= 10.*" 3434 } 3435 }, 3436 "node_modules/get-east-asian-width": { 3437 "version": "1.4.0", 3438 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz", 3439 "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==", 3440 "license": "MIT", 3441 "engines": { 3442 "node": ">=18" 3443 }, 3444 "funding": { 3445 "url": "https://github.com/sponsors/sindresorhus" 3446 } 3447 }, 3448 "node_modules/get-stdin": { 3449 "version": "8.0.0", 3450 "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", 3451 "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", 3452 "license": "MIT", 3453 "engines": { 3454 "node": ">=10" 3455 }, 3456 "funding": { 3457 "url": "https://github.com/sponsors/sindresorhus" 3458 } 3459 }, 3460 "node_modules/get-stream": { 3461 "version": "5.2.0", 3462 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", 3463 "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", 3464 "license": "MIT", 3465 "dependencies": { 3466 "pump": "^3.0.0" 3467 }, 3468 "engines": { 3469 "node": ">=8" 3470 }, 3471 "funding": { 3472 "url": "https://github.com/sponsors/sindresorhus" 3473 } 3474 }, 3475 "node_modules/github-slugger": { 3476 "version": "2.0.0", 3477 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 3478 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", 3479 "license": "ISC" 3480 }, 3481 "node_modules/glob-parent": { 3482 "version": "5.1.2", 3483 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 3484 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 3485 "license": "ISC", 3486 "dependencies": { 3487 "is-glob": "^4.0.1" 3488 }, 3489 "engines": { 3490 "node": ">= 6" 3491 } 3492 }, 3493 "node_modules/globals": { 3494 "version": "15.15.0", 3495 "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", 3496 "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", 3497 "license": "MIT", 3498 "engines": { 3499 "node": ">=18" 3500 }, 3501 "funding": { 3502 "url": "https://github.com/sponsors/sindresorhus" 3503 } 3504 }, 3505 "node_modules/h3": { 3506 "version": "1.15.5", 3507 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.5.tgz", 3508 "integrity": "sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg==", 3509 "license": "MIT", 3510 "dependencies": { 3511 "cookie-es": "^1.2.2", 3512 "crossws": "^0.3.5", 3513 "defu": "^6.1.4", 3514 "destr": "^2.0.5", 3515 "iron-webcrypto": "^1.2.1", 3516 "node-mock-http": "^1.0.4", 3517 "radix3": "^1.1.2", 3518 "ufo": "^1.6.3", 3519 "uncrypto": "^0.1.3" 3520 } 3521 }, 3522 "node_modules/hast-util-from-html": { 3523 "version": "2.0.3", 3524 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 3525 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 3526 "license": "MIT", 3527 "dependencies": { 3528 "@types/hast": "^3.0.0", 3529 "devlop": "^1.1.0", 3530 "hast-util-from-parse5": "^8.0.0", 3531 "parse5": "^7.0.0", 3532 "vfile": "^6.0.0", 3533 "vfile-message": "^4.0.0" 3534 }, 3535 "funding": { 3536 "type": "opencollective", 3537 "url": "https://opencollective.com/unified" 3538 } 3539 }, 3540 "node_modules/hast-util-from-parse5": { 3541 "version": "8.0.3", 3542 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz", 3543 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==", 3544 "license": "MIT", 3545 "dependencies": { 3546 "@types/hast": "^3.0.0", 3547 "@types/unist": "^3.0.0", 3548 "devlop": "^1.0.0", 3549 "hastscript": "^9.0.0", 3550 "property-information": "^7.0.0", 3551 "vfile": "^6.0.0", 3552 "vfile-location": "^5.0.0", 3553 "web-namespaces": "^2.0.0" 3554 }, 3555 "funding": { 3556 "type": "opencollective", 3557 "url": "https://opencollective.com/unified" 3558 } 3559 }, 3560 "node_modules/hast-util-is-element": { 3561 "version": "3.0.0", 3562 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 3563 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 3564 "license": "MIT", 3565 "dependencies": { 3566 "@types/hast": "^3.0.0" 3567 }, 3568 "funding": { 3569 "type": "opencollective", 3570 "url": "https://opencollective.com/unified" 3571 } 3572 }, 3573 "node_modules/hast-util-parse-selector": { 3574 "version": "4.0.0", 3575 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 3576 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 3577 "license": "MIT", 3578 "dependencies": { 3579 "@types/hast": "^3.0.0" 3580 }, 3581 "funding": { 3582 "type": "opencollective", 3583 "url": "https://opencollective.com/unified" 3584 } 3585 }, 3586 "node_modules/hast-util-raw": { 3587 "version": "9.1.0", 3588 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", 3589 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", 3590 "license": "MIT", 3591 "dependencies": { 3592 "@types/hast": "^3.0.0", 3593 "@types/unist": "^3.0.0", 3594 "@ungap/structured-clone": "^1.0.0", 3595 "hast-util-from-parse5": "^8.0.0", 3596 "hast-util-to-parse5": "^8.0.0", 3597 "html-void-elements": "^3.0.0", 3598 "mdast-util-to-hast": "^13.0.0", 3599 "parse5": "^7.0.0", 3600 "unist-util-position": "^5.0.0", 3601 "unist-util-visit": "^5.0.0", 3602 "vfile": "^6.0.0", 3603 "web-namespaces": "^2.0.0", 3604 "zwitch": "^2.0.0" 3605 }, 3606 "funding": { 3607 "type": "opencollective", 3608 "url": "https://opencollective.com/unified" 3609 } 3610 }, 3611 "node_modules/hast-util-to-estree": { 3612 "version": "3.1.3", 3613 "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz", 3614 "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==", 3615 "license": "MIT", 3616 "dependencies": { 3617 "@types/estree": "^1.0.0", 3618 "@types/estree-jsx": "^1.0.0", 3619 "@types/hast": "^3.0.0", 3620 "comma-separated-tokens": "^2.0.0", 3621 "devlop": "^1.0.0", 3622 "estree-util-attach-comments": "^3.0.0", 3623 "estree-util-is-identifier-name": "^3.0.0", 3624 "hast-util-whitespace": "^3.0.0", 3625 "mdast-util-mdx-expression": "^2.0.0", 3626 "mdast-util-mdx-jsx": "^3.0.0", 3627 "mdast-util-mdxjs-esm": "^2.0.0", 3628 "property-information": "^7.0.0", 3629 "space-separated-tokens": "^2.0.0", 3630 "style-to-js": "^1.0.0", 3631 "unist-util-position": "^5.0.0", 3632 "zwitch": "^2.0.0" 3633 }, 3634 "funding": { 3635 "type": "opencollective", 3636 "url": "https://opencollective.com/unified" 3637 } 3638 }, 3639 "node_modules/hast-util-to-html": { 3640 "version": "9.0.5", 3641 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", 3642 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", 3643 "license": "MIT", 3644 "dependencies": { 3645 "@types/hast": "^3.0.0", 3646 "@types/unist": "^3.0.0", 3647 "ccount": "^2.0.0", 3648 "comma-separated-tokens": "^2.0.0", 3649 "hast-util-whitespace": "^3.0.0", 3650 "html-void-elements": "^3.0.0", 3651 "mdast-util-to-hast": "^13.0.0", 3652 "property-information": "^7.0.0", 3653 "space-separated-tokens": "^2.0.0", 3654 "stringify-entities": "^4.0.0", 3655 "zwitch": "^2.0.4" 3656 }, 3657 "funding": { 3658 "type": "opencollective", 3659 "url": "https://opencollective.com/unified" 3660 } 3661 }, 3662 "node_modules/hast-util-to-jsx-runtime": { 3663 "version": "2.3.6", 3664 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", 3665 "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", 3666 "license": "MIT", 3667 "dependencies": { 3668 "@types/estree": "^1.0.0", 3669 "@types/hast": "^3.0.0", 3670 "@types/unist": "^3.0.0", 3671 "comma-separated-tokens": "^2.0.0", 3672 "devlop": "^1.0.0", 3673 "estree-util-is-identifier-name": "^3.0.0", 3674 "hast-util-whitespace": "^3.0.0", 3675 "mdast-util-mdx-expression": "^2.0.0", 3676 "mdast-util-mdx-jsx": "^3.0.0", 3677 "mdast-util-mdxjs-esm": "^2.0.0", 3678 "property-information": "^7.0.0", 3679 "space-separated-tokens": "^2.0.0", 3680 "style-to-js": "^1.0.0", 3681 "unist-util-position": "^5.0.0", 3682 "vfile-message": "^4.0.0" 3683 }, 3684 "funding": { 3685 "type": "opencollective", 3686 "url": "https://opencollective.com/unified" 3687 } 3688 }, 3689 "node_modules/hast-util-to-parse5": { 3690 "version": "8.0.1", 3691 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.1.tgz", 3692 "integrity": "sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==", 3693 "license": "MIT", 3694 "dependencies": { 3695 "@types/hast": "^3.0.0", 3696 "comma-separated-tokens": "^2.0.0", 3697 "devlop": "^1.0.0", 3698 "property-information": "^7.0.0", 3699 "space-separated-tokens": "^2.0.0", 3700 "web-namespaces": "^2.0.0", 3701 "zwitch": "^2.0.0" 3702 }, 3703 "funding": { 3704 "type": "opencollective", 3705 "url": "https://opencollective.com/unified" 3706 } 3707 }, 3708 "node_modules/hast-util-to-text": { 3709 "version": "4.0.2", 3710 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", 3711 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", 3712 "license": "MIT", 3713 "dependencies": { 3714 "@types/hast": "^3.0.0", 3715 "@types/unist": "^3.0.0", 3716 "hast-util-is-element": "^3.0.0", 3717 "unist-util-find-after": "^5.0.0" 3718 }, 3719 "funding": { 3720 "type": "opencollective", 3721 "url": "https://opencollective.com/unified" 3722 } 3723 }, 3724 "node_modules/hast-util-whitespace": { 3725 "version": "3.0.0", 3726 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 3727 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 3728 "license": "MIT", 3729 "dependencies": { 3730 "@types/hast": "^3.0.0" 3731 }, 3732 "funding": { 3733 "type": "opencollective", 3734 "url": "https://opencollective.com/unified" 3735 } 3736 }, 3737 "node_modules/hastscript": { 3738 "version": "9.0.1", 3739 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", 3740 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", 3741 "license": "MIT", 3742 "dependencies": { 3743 "@types/hast": "^3.0.0", 3744 "comma-separated-tokens": "^2.0.0", 3745 "hast-util-parse-selector": "^4.0.0", 3746 "property-information": "^7.0.0", 3747 "space-separated-tokens": "^2.0.0" 3748 }, 3749 "funding": { 3750 "type": "opencollective", 3751 "url": "https://opencollective.com/unified" 3752 } 3753 }, 3754 "node_modules/html-escaper": { 3755 "version": "3.0.3", 3756 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", 3757 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", 3758 "license": "MIT" 3759 }, 3760 "node_modules/html-void-elements": { 3761 "version": "3.0.0", 3762 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 3763 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 3764 "license": "MIT", 3765 "funding": { 3766 "type": "github", 3767 "url": "https://github.com/sponsors/wooorm" 3768 } 3769 }, 3770 "node_modules/htmlparser2": { 3771 "version": "8.0.2", 3772 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", 3773 "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", 3774 "funding": [ 3775 "https://github.com/fb55/htmlparser2?sponsor=1", 3776 { 3777 "type": "github", 3778 "url": "https://github.com/sponsors/fb55" 3779 } 3780 ], 3781 "license": "MIT", 3782 "dependencies": { 3783 "domelementtype": "^2.3.0", 3784 "domhandler": "^5.0.3", 3785 "domutils": "^3.0.1", 3786 "entities": "^4.4.0" 3787 } 3788 }, 3789 "node_modules/http-cache-semantics": { 3790 "version": "4.2.0", 3791 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", 3792 "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", 3793 "license": "BSD-2-Clause" 3794 }, 3795 "node_modules/iconv-lite": { 3796 "version": "0.6.3", 3797 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 3798 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 3799 "license": "MIT", 3800 "dependencies": { 3801 "safer-buffer": ">= 2.1.2 < 3.0.0" 3802 }, 3803 "engines": { 3804 "node": ">=0.10.0" 3805 } 3806 }, 3807 "node_modules/import-meta-resolve": { 3808 "version": "4.2.0", 3809 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz", 3810 "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==", 3811 "license": "MIT", 3812 "funding": { 3813 "type": "github", 3814 "url": "https://github.com/sponsors/wooorm" 3815 } 3816 }, 3817 "node_modules/inline-style-parser": { 3818 "version": "0.2.7", 3819 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", 3820 "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", 3821 "license": "MIT" 3822 }, 3823 "node_modules/iron-webcrypto": { 3824 "version": "1.2.1", 3825 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", 3826 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", 3827 "license": "MIT", 3828 "funding": { 3829 "url": "https://github.com/sponsors/brc-dd" 3830 } 3831 }, 3832 "node_modules/is-alphabetical": { 3833 "version": "2.0.1", 3834 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", 3835 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", 3836 "license": "MIT", 3837 "funding": { 3838 "type": "github", 3839 "url": "https://github.com/sponsors/wooorm" 3840 } 3841 }, 3842 "node_modules/is-alphanumerical": { 3843 "version": "2.0.1", 3844 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", 3845 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", 3846 "license": "MIT", 3847 "dependencies": { 3848 "is-alphabetical": "^2.0.0", 3849 "is-decimal": "^2.0.0" 3850 }, 3851 "funding": { 3852 "type": "github", 3853 "url": "https://github.com/sponsors/wooorm" 3854 } 3855 }, 3856 "node_modules/is-decimal": { 3857 "version": "2.0.1", 3858 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", 3859 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", 3860 "license": "MIT", 3861 "funding": { 3862 "type": "github", 3863 "url": "https://github.com/sponsors/wooorm" 3864 } 3865 }, 3866 "node_modules/is-docker": { 3867 "version": "3.0.0", 3868 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 3869 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 3870 "license": "MIT", 3871 "bin": { 3872 "is-docker": "cli.js" 3873 }, 3874 "engines": { 3875 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3876 }, 3877 "funding": { 3878 "url": "https://github.com/sponsors/sindresorhus" 3879 } 3880 }, 3881 "node_modules/is-extglob": { 3882 "version": "2.1.1", 3883 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 3884 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 3885 "license": "MIT", 3886 "engines": { 3887 "node": ">=0.10.0" 3888 } 3889 }, 3890 "node_modules/is-fullwidth-code-point": { 3891 "version": "3.0.0", 3892 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 3893 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 3894 "license": "MIT", 3895 "engines": { 3896 "node": ">=8" 3897 } 3898 }, 3899 "node_modules/is-glob": { 3900 "version": "4.0.3", 3901 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 3902 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 3903 "license": "MIT", 3904 "dependencies": { 3905 "is-extglob": "^2.1.1" 3906 }, 3907 "engines": { 3908 "node": ">=0.10.0" 3909 } 3910 }, 3911 "node_modules/is-hexadecimal": { 3912 "version": "2.0.1", 3913 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", 3914 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", 3915 "license": "MIT", 3916 "funding": { 3917 "type": "github", 3918 "url": "https://github.com/sponsors/wooorm" 3919 } 3920 }, 3921 "node_modules/is-inside-container": { 3922 "version": "1.0.0", 3923 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 3924 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 3925 "license": "MIT", 3926 "dependencies": { 3927 "is-docker": "^3.0.0" 3928 }, 3929 "bin": { 3930 "is-inside-container": "cli.js" 3931 }, 3932 "engines": { 3933 "node": ">=14.16" 3934 }, 3935 "funding": { 3936 "url": "https://github.com/sponsors/sindresorhus" 3937 } 3938 }, 3939 "node_modules/is-number": { 3940 "version": "7.0.0", 3941 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 3942 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 3943 "license": "MIT", 3944 "engines": { 3945 "node": ">=0.12.0" 3946 } 3947 }, 3948 "node_modules/is-plain-obj": { 3949 "version": "4.1.0", 3950 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 3951 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 3952 "license": "MIT", 3953 "engines": { 3954 "node": ">=12" 3955 }, 3956 "funding": { 3957 "url": "https://github.com/sponsors/sindresorhus" 3958 } 3959 }, 3960 "node_modules/is-plain-object": { 3961 "version": "5.0.0", 3962 "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", 3963 "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", 3964 "license": "MIT", 3965 "engines": { 3966 "node": ">=0.10.0" 3967 } 3968 }, 3969 "node_modules/is-wsl": { 3970 "version": "3.1.0", 3971 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", 3972 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", 3973 "license": "MIT", 3974 "dependencies": { 3975 "is-inside-container": "^1.0.0" 3976 }, 3977 "engines": { 3978 "node": ">=16" 3979 }, 3980 "funding": { 3981 "url": "https://github.com/sponsors/sindresorhus" 3982 } 3983 }, 3984 "node_modules/js-yaml": { 3985 "version": "4.1.1", 3986 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", 3987 "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", 3988 "license": "MIT", 3989 "dependencies": { 3990 "argparse": "^2.0.1" 3991 }, 3992 "bin": { 3993 "js-yaml": "bin/js-yaml.js" 3994 } 3995 }, 3996 "node_modules/kleur": { 3997 "version": "3.0.3", 3998 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 3999 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 4000 "license": "MIT", 4001 "engines": { 4002 "node": ">=6" 4003 } 4004 }, 4005 "node_modules/kolorist": { 4006 "version": "1.8.0", 4007 "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", 4008 "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==", 4009 "license": "MIT" 4010 }, 4011 "node_modules/lightningcss": { 4012 "version": "1.31.1", 4013 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz", 4014 "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==", 4015 "license": "MPL-2.0", 4016 "dependencies": { 4017 "detect-libc": "^2.0.3" 4018 }, 4019 "engines": { 4020 "node": ">= 12.0.0" 4021 }, 4022 "funding": { 4023 "type": "opencollective", 4024 "url": "https://opencollective.com/parcel" 4025 }, 4026 "optionalDependencies": { 4027 "lightningcss-android-arm64": "1.31.1", 4028 "lightningcss-darwin-arm64": "1.31.1", 4029 "lightningcss-darwin-x64": "1.31.1", 4030 "lightningcss-freebsd-x64": "1.31.1", 4031 "lightningcss-linux-arm-gnueabihf": "1.31.1", 4032 "lightningcss-linux-arm64-gnu": "1.31.1", 4033 "lightningcss-linux-arm64-musl": "1.31.1", 4034 "lightningcss-linux-x64-gnu": "1.31.1", 4035 "lightningcss-linux-x64-musl": "1.31.1", 4036 "lightningcss-win32-arm64-msvc": "1.31.1", 4037 "lightningcss-win32-x64-msvc": "1.31.1" 4038 } 4039 }, 4040 "node_modules/lightningcss-android-arm64": { 4041 "version": "1.31.1", 4042 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz", 4043 "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==", 4044 "cpu": [ 4045 "arm64" 4046 ], 4047 "license": "MPL-2.0", 4048 "optional": true, 4049 "os": [ 4050 "android" 4051 ], 4052 "engines": { 4053 "node": ">= 12.0.0" 4054 }, 4055 "funding": { 4056 "type": "opencollective", 4057 "url": "https://opencollective.com/parcel" 4058 } 4059 }, 4060 "node_modules/lightningcss-darwin-arm64": { 4061 "version": "1.31.1", 4062 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz", 4063 "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==", 4064 "cpu": [ 4065 "arm64" 4066 ], 4067 "license": "MPL-2.0", 4068 "optional": true, 4069 "os": [ 4070 "darwin" 4071 ], 4072 "engines": { 4073 "node": ">= 12.0.0" 4074 }, 4075 "funding": { 4076 "type": "opencollective", 4077 "url": "https://opencollective.com/parcel" 4078 } 4079 }, 4080 "node_modules/lightningcss-darwin-x64": { 4081 "version": "1.31.1", 4082 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz", 4083 "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==", 4084 "cpu": [ 4085 "x64" 4086 ], 4087 "license": "MPL-2.0", 4088 "optional": true, 4089 "os": [ 4090 "darwin" 4091 ], 4092 "engines": { 4093 "node": ">= 12.0.0" 4094 }, 4095 "funding": { 4096 "type": "opencollective", 4097 "url": "https://opencollective.com/parcel" 4098 } 4099 }, 4100 "node_modules/lightningcss-freebsd-x64": { 4101 "version": "1.31.1", 4102 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz", 4103 "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==", 4104 "cpu": [ 4105 "x64" 4106 ], 4107 "license": "MPL-2.0", 4108 "optional": true, 4109 "os": [ 4110 "freebsd" 4111 ], 4112 "engines": { 4113 "node": ">= 12.0.0" 4114 }, 4115 "funding": { 4116 "type": "opencollective", 4117 "url": "https://opencollective.com/parcel" 4118 } 4119 }, 4120 "node_modules/lightningcss-linux-arm-gnueabihf": { 4121 "version": "1.31.1", 4122 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz", 4123 "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==", 4124 "cpu": [ 4125 "arm" 4126 ], 4127 "license": "MPL-2.0", 4128 "optional": true, 4129 "os": [ 4130 "linux" 4131 ], 4132 "engines": { 4133 "node": ">= 12.0.0" 4134 }, 4135 "funding": { 4136 "type": "opencollective", 4137 "url": "https://opencollective.com/parcel" 4138 } 4139 }, 4140 "node_modules/lightningcss-linux-arm64-gnu": { 4141 "version": "1.31.1", 4142 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz", 4143 "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==", 4144 "cpu": [ 4145 "arm64" 4146 ], 4147 "license": "MPL-2.0", 4148 "optional": true, 4149 "os": [ 4150 "linux" 4151 ], 4152 "engines": { 4153 "node": ">= 12.0.0" 4154 }, 4155 "funding": { 4156 "type": "opencollective", 4157 "url": "https://opencollective.com/parcel" 4158 } 4159 }, 4160 "node_modules/lightningcss-linux-arm64-musl": { 4161 "version": "1.31.1", 4162 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz", 4163 "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==", 4164 "cpu": [ 4165 "arm64" 4166 ], 4167 "license": "MPL-2.0", 4168 "optional": true, 4169 "os": [ 4170 "linux" 4171 ], 4172 "engines": { 4173 "node": ">= 12.0.0" 4174 }, 4175 "funding": { 4176 "type": "opencollective", 4177 "url": "https://opencollective.com/parcel" 4178 } 4179 }, 4180 "node_modules/lightningcss-linux-x64-gnu": { 4181 "version": "1.31.1", 4182 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz", 4183 "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==", 4184 "cpu": [ 4185 "x64" 4186 ], 4187 "license": "MPL-2.0", 4188 "optional": true, 4189 "os": [ 4190 "linux" 4191 ], 4192 "engines": { 4193 "node": ">= 12.0.0" 4194 }, 4195 "funding": { 4196 "type": "opencollective", 4197 "url": "https://opencollective.com/parcel" 4198 } 4199 }, 4200 "node_modules/lightningcss-linux-x64-musl": { 4201 "version": "1.31.1", 4202 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz", 4203 "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==", 4204 "cpu": [ 4205 "x64" 4206 ], 4207 "license": "MPL-2.0", 4208 "optional": true, 4209 "os": [ 4210 "linux" 4211 ], 4212 "engines": { 4213 "node": ">= 12.0.0" 4214 }, 4215 "funding": { 4216 "type": "opencollective", 4217 "url": "https://opencollective.com/parcel" 4218 } 4219 }, 4220 "node_modules/lightningcss-win32-arm64-msvc": { 4221 "version": "1.31.1", 4222 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz", 4223 "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==", 4224 "cpu": [ 4225 "arm64" 4226 ], 4227 "license": "MPL-2.0", 4228 "optional": true, 4229 "os": [ 4230 "win32" 4231 ], 4232 "engines": { 4233 "node": ">= 12.0.0" 4234 }, 4235 "funding": { 4236 "type": "opencollective", 4237 "url": "https://opencollective.com/parcel" 4238 } 4239 }, 4240 "node_modules/lightningcss-win32-x64-msvc": { 4241 "version": "1.31.1", 4242 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz", 4243 "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==", 4244 "cpu": [ 4245 "x64" 4246 ], 4247 "license": "MPL-2.0", 4248 "optional": true, 4249 "os": [ 4250 "win32" 4251 ], 4252 "engines": { 4253 "node": ">= 12.0.0" 4254 }, 4255 "funding": { 4256 "type": "opencollective", 4257 "url": "https://opencollective.com/parcel" 4258 } 4259 }, 4260 "node_modules/linkify-it": { 4261 "version": "5.0.0", 4262 "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", 4263 "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", 4264 "license": "MIT", 4265 "dependencies": { 4266 "uc.micro": "^2.0.0" 4267 } 4268 }, 4269 "node_modules/local-pkg": { 4270 "version": "1.1.2", 4271 "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz", 4272 "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==", 4273 "license": "MIT", 4274 "dependencies": { 4275 "mlly": "^1.7.4", 4276 "pkg-types": "^2.3.0", 4277 "quansync": "^0.2.11" 4278 }, 4279 "engines": { 4280 "node": ">=14" 4281 }, 4282 "funding": { 4283 "url": "https://github.com/sponsors/antfu" 4284 } 4285 }, 4286 "node_modules/locate-path": { 4287 "version": "5.0.0", 4288 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", 4289 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", 4290 "license": "MIT", 4291 "dependencies": { 4292 "p-locate": "^4.1.0" 4293 }, 4294 "engines": { 4295 "node": ">=8" 4296 } 4297 }, 4298 "node_modules/longest-streak": { 4299 "version": "3.1.0", 4300 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 4301 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 4302 "license": "MIT", 4303 "funding": { 4304 "type": "github", 4305 "url": "https://github.com/sponsors/wooorm" 4306 } 4307 }, 4308 "node_modules/lru-cache": { 4309 "version": "11.2.5", 4310 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz", 4311 "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==", 4312 "license": "BlueOak-1.0.0", 4313 "engines": { 4314 "node": "20 || >=22" 4315 } 4316 }, 4317 "node_modules/magic-string": { 4318 "version": "0.30.21", 4319 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", 4320 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", 4321 "license": "MIT", 4322 "dependencies": { 4323 "@jridgewell/sourcemap-codec": "^1.5.5" 4324 } 4325 }, 4326 "node_modules/magicast": { 4327 "version": "0.5.1", 4328 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.1.tgz", 4329 "integrity": "sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==", 4330 "license": "MIT", 4331 "dependencies": { 4332 "@babel/parser": "^7.28.5", 4333 "@babel/types": "^7.28.5", 4334 "source-map-js": "^1.2.1" 4335 } 4336 }, 4337 "node_modules/markdown-extensions": { 4338 "version": "2.0.0", 4339 "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", 4340 "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", 4341 "license": "MIT", 4342 "engines": { 4343 "node": ">=16" 4344 }, 4345 "funding": { 4346 "url": "https://github.com/sponsors/sindresorhus" 4347 } 4348 }, 4349 "node_modules/markdown-it": { 4350 "version": "14.1.0", 4351 "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", 4352 "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", 4353 "license": "MIT", 4354 "dependencies": { 4355 "argparse": "^2.0.1", 4356 "entities": "^4.4.0", 4357 "linkify-it": "^5.0.0", 4358 "mdurl": "^2.0.0", 4359 "punycode.js": "^2.3.1", 4360 "uc.micro": "^2.1.0" 4361 }, 4362 "bin": { 4363 "markdown-it": "bin/markdown-it.mjs" 4364 } 4365 }, 4366 "node_modules/markdown-table": { 4367 "version": "3.0.4", 4368 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 4369 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 4370 "license": "MIT", 4371 "funding": { 4372 "type": "github", 4373 "url": "https://github.com/sponsors/wooorm" 4374 } 4375 }, 4376 "node_modules/mdast-util-definitions": { 4377 "version": "6.0.0", 4378 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", 4379 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==", 4380 "license": "MIT", 4381 "dependencies": { 4382 "@types/mdast": "^4.0.0", 4383 "@types/unist": "^3.0.0", 4384 "unist-util-visit": "^5.0.0" 4385 }, 4386 "funding": { 4387 "type": "opencollective", 4388 "url": "https://opencollective.com/unified" 4389 } 4390 }, 4391 "node_modules/mdast-util-find-and-replace": { 4392 "version": "3.0.2", 4393 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 4394 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 4395 "license": "MIT", 4396 "dependencies": { 4397 "@types/mdast": "^4.0.0", 4398 "escape-string-regexp": "^5.0.0", 4399 "unist-util-is": "^6.0.0", 4400 "unist-util-visit-parents": "^6.0.0" 4401 }, 4402 "funding": { 4403 "type": "opencollective", 4404 "url": "https://opencollective.com/unified" 4405 } 4406 }, 4407 "node_modules/mdast-util-from-markdown": { 4408 "version": "2.0.2", 4409 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 4410 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 4411 "license": "MIT", 4412 "dependencies": { 4413 "@types/mdast": "^4.0.0", 4414 "@types/unist": "^3.0.0", 4415 "decode-named-character-reference": "^1.0.0", 4416 "devlop": "^1.0.0", 4417 "mdast-util-to-string": "^4.0.0", 4418 "micromark": "^4.0.0", 4419 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4420 "micromark-util-decode-string": "^2.0.0", 4421 "micromark-util-normalize-identifier": "^2.0.0", 4422 "micromark-util-symbol": "^2.0.0", 4423 "micromark-util-types": "^2.0.0", 4424 "unist-util-stringify-position": "^4.0.0" 4425 }, 4426 "funding": { 4427 "type": "opencollective", 4428 "url": "https://opencollective.com/unified" 4429 } 4430 }, 4431 "node_modules/mdast-util-gfm": { 4432 "version": "3.1.0", 4433 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 4434 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 4435 "license": "MIT", 4436 "dependencies": { 4437 "mdast-util-from-markdown": "^2.0.0", 4438 "mdast-util-gfm-autolink-literal": "^2.0.0", 4439 "mdast-util-gfm-footnote": "^2.0.0", 4440 "mdast-util-gfm-strikethrough": "^2.0.0", 4441 "mdast-util-gfm-table": "^2.0.0", 4442 "mdast-util-gfm-task-list-item": "^2.0.0", 4443 "mdast-util-to-markdown": "^2.0.0" 4444 }, 4445 "funding": { 4446 "type": "opencollective", 4447 "url": "https://opencollective.com/unified" 4448 } 4449 }, 4450 "node_modules/mdast-util-gfm-autolink-literal": { 4451 "version": "2.0.1", 4452 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 4453 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 4454 "license": "MIT", 4455 "dependencies": { 4456 "@types/mdast": "^4.0.0", 4457 "ccount": "^2.0.0", 4458 "devlop": "^1.0.0", 4459 "mdast-util-find-and-replace": "^3.0.0", 4460 "micromark-util-character": "^2.0.0" 4461 }, 4462 "funding": { 4463 "type": "opencollective", 4464 "url": "https://opencollective.com/unified" 4465 } 4466 }, 4467 "node_modules/mdast-util-gfm-footnote": { 4468 "version": "2.1.0", 4469 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 4470 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 4471 "license": "MIT", 4472 "dependencies": { 4473 "@types/mdast": "^4.0.0", 4474 "devlop": "^1.1.0", 4475 "mdast-util-from-markdown": "^2.0.0", 4476 "mdast-util-to-markdown": "^2.0.0", 4477 "micromark-util-normalize-identifier": "^2.0.0" 4478 }, 4479 "funding": { 4480 "type": "opencollective", 4481 "url": "https://opencollective.com/unified" 4482 } 4483 }, 4484 "node_modules/mdast-util-gfm-strikethrough": { 4485 "version": "2.0.0", 4486 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 4487 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 4488 "license": "MIT", 4489 "dependencies": { 4490 "@types/mdast": "^4.0.0", 4491 "mdast-util-from-markdown": "^2.0.0", 4492 "mdast-util-to-markdown": "^2.0.0" 4493 }, 4494 "funding": { 4495 "type": "opencollective", 4496 "url": "https://opencollective.com/unified" 4497 } 4498 }, 4499 "node_modules/mdast-util-gfm-table": { 4500 "version": "2.0.0", 4501 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 4502 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 4503 "license": "MIT", 4504 "dependencies": { 4505 "@types/mdast": "^4.0.0", 4506 "devlop": "^1.0.0", 4507 "markdown-table": "^3.0.0", 4508 "mdast-util-from-markdown": "^2.0.0", 4509 "mdast-util-to-markdown": "^2.0.0" 4510 }, 4511 "funding": { 4512 "type": "opencollective", 4513 "url": "https://opencollective.com/unified" 4514 } 4515 }, 4516 "node_modules/mdast-util-gfm-task-list-item": { 4517 "version": "2.0.0", 4518 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 4519 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 4520 "license": "MIT", 4521 "dependencies": { 4522 "@types/mdast": "^4.0.0", 4523 "devlop": "^1.0.0", 4524 "mdast-util-from-markdown": "^2.0.0", 4525 "mdast-util-to-markdown": "^2.0.0" 4526 }, 4527 "funding": { 4528 "type": "opencollective", 4529 "url": "https://opencollective.com/unified" 4530 } 4531 }, 4532 "node_modules/mdast-util-mdx": { 4533 "version": "3.0.0", 4534 "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", 4535 "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", 4536 "license": "MIT", 4537 "dependencies": { 4538 "mdast-util-from-markdown": "^2.0.0", 4539 "mdast-util-mdx-expression": "^2.0.0", 4540 "mdast-util-mdx-jsx": "^3.0.0", 4541 "mdast-util-mdxjs-esm": "^2.0.0", 4542 "mdast-util-to-markdown": "^2.0.0" 4543 }, 4544 "funding": { 4545 "type": "opencollective", 4546 "url": "https://opencollective.com/unified" 4547 } 4548 }, 4549 "node_modules/mdast-util-mdx-expression": { 4550 "version": "2.0.1", 4551 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", 4552 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", 4553 "license": "MIT", 4554 "dependencies": { 4555 "@types/estree-jsx": "^1.0.0", 4556 "@types/hast": "^3.0.0", 4557 "@types/mdast": "^4.0.0", 4558 "devlop": "^1.0.0", 4559 "mdast-util-from-markdown": "^2.0.0", 4560 "mdast-util-to-markdown": "^2.0.0" 4561 }, 4562 "funding": { 4563 "type": "opencollective", 4564 "url": "https://opencollective.com/unified" 4565 } 4566 }, 4567 "node_modules/mdast-util-mdx-jsx": { 4568 "version": "3.2.0", 4569 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", 4570 "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", 4571 "license": "MIT", 4572 "dependencies": { 4573 "@types/estree-jsx": "^1.0.0", 4574 "@types/hast": "^3.0.0", 4575 "@types/mdast": "^4.0.0", 4576 "@types/unist": "^3.0.0", 4577 "ccount": "^2.0.0", 4578 "devlop": "^1.1.0", 4579 "mdast-util-from-markdown": "^2.0.0", 4580 "mdast-util-to-markdown": "^2.0.0", 4581 "parse-entities": "^4.0.0", 4582 "stringify-entities": "^4.0.0", 4583 "unist-util-stringify-position": "^4.0.0", 4584 "vfile-message": "^4.0.0" 4585 }, 4586 "funding": { 4587 "type": "opencollective", 4588 "url": "https://opencollective.com/unified" 4589 } 4590 }, 4591 "node_modules/mdast-util-mdxjs-esm": { 4592 "version": "2.0.1", 4593 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", 4594 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", 4595 "license": "MIT", 4596 "dependencies": { 4597 "@types/estree-jsx": "^1.0.0", 4598 "@types/hast": "^3.0.0", 4599 "@types/mdast": "^4.0.0", 4600 "devlop": "^1.0.0", 4601 "mdast-util-from-markdown": "^2.0.0", 4602 "mdast-util-to-markdown": "^2.0.0" 4603 }, 4604 "funding": { 4605 "type": "opencollective", 4606 "url": "https://opencollective.com/unified" 4607 } 4608 }, 4609 "node_modules/mdast-util-phrasing": { 4610 "version": "4.1.0", 4611 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 4612 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 4613 "license": "MIT", 4614 "dependencies": { 4615 "@types/mdast": "^4.0.0", 4616 "unist-util-is": "^6.0.0" 4617 }, 4618 "funding": { 4619 "type": "opencollective", 4620 "url": "https://opencollective.com/unified" 4621 } 4622 }, 4623 "node_modules/mdast-util-to-hast": { 4624 "version": "13.2.1", 4625 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", 4626 "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==", 4627 "license": "MIT", 4628 "dependencies": { 4629 "@types/hast": "^3.0.0", 4630 "@types/mdast": "^4.0.0", 4631 "@ungap/structured-clone": "^1.0.0", 4632 "devlop": "^1.0.0", 4633 "micromark-util-sanitize-uri": "^2.0.0", 4634 "trim-lines": "^3.0.0", 4635 "unist-util-position": "^5.0.0", 4636 "unist-util-visit": "^5.0.0", 4637 "vfile": "^6.0.0" 4638 }, 4639 "funding": { 4640 "type": "opencollective", 4641 "url": "https://opencollective.com/unified" 4642 } 4643 }, 4644 "node_modules/mdast-util-to-markdown": { 4645 "version": "2.1.2", 4646 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 4647 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 4648 "license": "MIT", 4649 "dependencies": { 4650 "@types/mdast": "^4.0.0", 4651 "@types/unist": "^3.0.0", 4652 "longest-streak": "^3.0.0", 4653 "mdast-util-phrasing": "^4.0.0", 4654 "mdast-util-to-string": "^4.0.0", 4655 "micromark-util-classify-character": "^2.0.0", 4656 "micromark-util-decode-string": "^2.0.0", 4657 "unist-util-visit": "^5.0.0", 4658 "zwitch": "^2.0.0" 4659 }, 4660 "funding": { 4661 "type": "opencollective", 4662 "url": "https://opencollective.com/unified" 4663 } 4664 }, 4665 "node_modules/mdast-util-to-string": { 4666 "version": "4.0.0", 4667 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 4668 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 4669 "license": "MIT", 4670 "dependencies": { 4671 "@types/mdast": "^4.0.0" 4672 }, 4673 "funding": { 4674 "type": "opencollective", 4675 "url": "https://opencollective.com/unified" 4676 } 4677 }, 4678 "node_modules/mdn-data": { 4679 "version": "2.12.2", 4680 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz", 4681 "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==", 4682 "license": "CC0-1.0" 4683 }, 4684 "node_modules/mdurl": { 4685 "version": "2.0.0", 4686 "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", 4687 "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==", 4688 "license": "MIT" 4689 }, 4690 "node_modules/merge2": { 4691 "version": "1.4.1", 4692 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 4693 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 4694 "license": "MIT", 4695 "engines": { 4696 "node": ">= 8" 4697 } 4698 }, 4699 "node_modules/micromark": { 4700 "version": "4.0.2", 4701 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", 4702 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", 4703 "funding": [ 4704 { 4705 "type": "GitHub Sponsors", 4706 "url": "https://github.com/sponsors/unifiedjs" 4707 }, 4708 { 4709 "type": "OpenCollective", 4710 "url": "https://opencollective.com/unified" 4711 } 4712 ], 4713 "license": "MIT", 4714 "dependencies": { 4715 "@types/debug": "^4.0.0", 4716 "debug": "^4.0.0", 4717 "decode-named-character-reference": "^1.0.0", 4718 "devlop": "^1.0.0", 4719 "micromark-core-commonmark": "^2.0.0", 4720 "micromark-factory-space": "^2.0.0", 4721 "micromark-util-character": "^2.0.0", 4722 "micromark-util-chunked": "^2.0.0", 4723 "micromark-util-combine-extensions": "^2.0.0", 4724 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4725 "micromark-util-encode": "^2.0.0", 4726 "micromark-util-normalize-identifier": "^2.0.0", 4727 "micromark-util-resolve-all": "^2.0.0", 4728 "micromark-util-sanitize-uri": "^2.0.0", 4729 "micromark-util-subtokenize": "^2.0.0", 4730 "micromark-util-symbol": "^2.0.0", 4731 "micromark-util-types": "^2.0.0" 4732 } 4733 }, 4734 "node_modules/micromark-core-commonmark": { 4735 "version": "2.0.3", 4736 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", 4737 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", 4738 "funding": [ 4739 { 4740 "type": "GitHub Sponsors", 4741 "url": "https://github.com/sponsors/unifiedjs" 4742 }, 4743 { 4744 "type": "OpenCollective", 4745 "url": "https://opencollective.com/unified" 4746 } 4747 ], 4748 "license": "MIT", 4749 "dependencies": { 4750 "decode-named-character-reference": "^1.0.0", 4751 "devlop": "^1.0.0", 4752 "micromark-factory-destination": "^2.0.0", 4753 "micromark-factory-label": "^2.0.0", 4754 "micromark-factory-space": "^2.0.0", 4755 "micromark-factory-title": "^2.0.0", 4756 "micromark-factory-whitespace": "^2.0.0", 4757 "micromark-util-character": "^2.0.0", 4758 "micromark-util-chunked": "^2.0.0", 4759 "micromark-util-classify-character": "^2.0.0", 4760 "micromark-util-html-tag-name": "^2.0.0", 4761 "micromark-util-normalize-identifier": "^2.0.0", 4762 "micromark-util-resolve-all": "^2.0.0", 4763 "micromark-util-subtokenize": "^2.0.0", 4764 "micromark-util-symbol": "^2.0.0", 4765 "micromark-util-types": "^2.0.0" 4766 } 4767 }, 4768 "node_modules/micromark-extension-gfm": { 4769 "version": "3.0.0", 4770 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 4771 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 4772 "license": "MIT", 4773 "dependencies": { 4774 "micromark-extension-gfm-autolink-literal": "^2.0.0", 4775 "micromark-extension-gfm-footnote": "^2.0.0", 4776 "micromark-extension-gfm-strikethrough": "^2.0.0", 4777 "micromark-extension-gfm-table": "^2.0.0", 4778 "micromark-extension-gfm-tagfilter": "^2.0.0", 4779 "micromark-extension-gfm-task-list-item": "^2.0.0", 4780 "micromark-util-combine-extensions": "^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-autolink-literal": { 4789 "version": "2.1.0", 4790 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 4791 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 4792 "license": "MIT", 4793 "dependencies": { 4794 "micromark-util-character": "^2.0.0", 4795 "micromark-util-sanitize-uri": "^2.0.0", 4796 "micromark-util-symbol": "^2.0.0", 4797 "micromark-util-types": "^2.0.0" 4798 }, 4799 "funding": { 4800 "type": "opencollective", 4801 "url": "https://opencollective.com/unified" 4802 } 4803 }, 4804 "node_modules/micromark-extension-gfm-footnote": { 4805 "version": "2.1.0", 4806 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 4807 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 4808 "license": "MIT", 4809 "dependencies": { 4810 "devlop": "^1.0.0", 4811 "micromark-core-commonmark": "^2.0.0", 4812 "micromark-factory-space": "^2.0.0", 4813 "micromark-util-character": "^2.0.0", 4814 "micromark-util-normalize-identifier": "^2.0.0", 4815 "micromark-util-sanitize-uri": "^2.0.0", 4816 "micromark-util-symbol": "^2.0.0", 4817 "micromark-util-types": "^2.0.0" 4818 }, 4819 "funding": { 4820 "type": "opencollective", 4821 "url": "https://opencollective.com/unified" 4822 } 4823 }, 4824 "node_modules/micromark-extension-gfm-strikethrough": { 4825 "version": "2.1.0", 4826 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 4827 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 4828 "license": "MIT", 4829 "dependencies": { 4830 "devlop": "^1.0.0", 4831 "micromark-util-chunked": "^2.0.0", 4832 "micromark-util-classify-character": "^2.0.0", 4833 "micromark-util-resolve-all": "^2.0.0", 4834 "micromark-util-symbol": "^2.0.0", 4835 "micromark-util-types": "^2.0.0" 4836 }, 4837 "funding": { 4838 "type": "opencollective", 4839 "url": "https://opencollective.com/unified" 4840 } 4841 }, 4842 "node_modules/micromark-extension-gfm-table": { 4843 "version": "2.1.1", 4844 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 4845 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 4846 "license": "MIT", 4847 "dependencies": { 4848 "devlop": "^1.0.0", 4849 "micromark-factory-space": "^2.0.0", 4850 "micromark-util-character": "^2.0.0", 4851 "micromark-util-symbol": "^2.0.0", 4852 "micromark-util-types": "^2.0.0" 4853 }, 4854 "funding": { 4855 "type": "opencollective", 4856 "url": "https://opencollective.com/unified" 4857 } 4858 }, 4859 "node_modules/micromark-extension-gfm-tagfilter": { 4860 "version": "2.0.0", 4861 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 4862 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 4863 "license": "MIT", 4864 "dependencies": { 4865 "micromark-util-types": "^2.0.0" 4866 }, 4867 "funding": { 4868 "type": "opencollective", 4869 "url": "https://opencollective.com/unified" 4870 } 4871 }, 4872 "node_modules/micromark-extension-gfm-task-list-item": { 4873 "version": "2.1.0", 4874 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 4875 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 4876 "license": "MIT", 4877 "dependencies": { 4878 "devlop": "^1.0.0", 4879 "micromark-factory-space": "^2.0.0", 4880 "micromark-util-character": "^2.0.0", 4881 "micromark-util-symbol": "^2.0.0", 4882 "micromark-util-types": "^2.0.0" 4883 }, 4884 "funding": { 4885 "type": "opencollective", 4886 "url": "https://opencollective.com/unified" 4887 } 4888 }, 4889 "node_modules/micromark-extension-mdx-expression": { 4890 "version": "3.0.1", 4891 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz", 4892 "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==", 4893 "funding": [ 4894 { 4895 "type": "GitHub Sponsors", 4896 "url": "https://github.com/sponsors/unifiedjs" 4897 }, 4898 { 4899 "type": "OpenCollective", 4900 "url": "https://opencollective.com/unified" 4901 } 4902 ], 4903 "license": "MIT", 4904 "dependencies": { 4905 "@types/estree": "^1.0.0", 4906 "devlop": "^1.0.0", 4907 "micromark-factory-mdx-expression": "^2.0.0", 4908 "micromark-factory-space": "^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 } 4914 }, 4915 "node_modules/micromark-extension-mdx-jsx": { 4916 "version": "3.0.2", 4917 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz", 4918 "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==", 4919 "license": "MIT", 4920 "dependencies": { 4921 "@types/estree": "^1.0.0", 4922 "devlop": "^1.0.0", 4923 "estree-util-is-identifier-name": "^3.0.0", 4924 "micromark-factory-mdx-expression": "^2.0.0", 4925 "micromark-factory-space": "^2.0.0", 4926 "micromark-util-character": "^2.0.0", 4927 "micromark-util-events-to-acorn": "^2.0.0", 4928 "micromark-util-symbol": "^2.0.0", 4929 "micromark-util-types": "^2.0.0", 4930 "vfile-message": "^4.0.0" 4931 }, 4932 "funding": { 4933 "type": "opencollective", 4934 "url": "https://opencollective.com/unified" 4935 } 4936 }, 4937 "node_modules/micromark-extension-mdx-md": { 4938 "version": "2.0.0", 4939 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", 4940 "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", 4941 "license": "MIT", 4942 "dependencies": { 4943 "micromark-util-types": "^2.0.0" 4944 }, 4945 "funding": { 4946 "type": "opencollective", 4947 "url": "https://opencollective.com/unified" 4948 } 4949 }, 4950 "node_modules/micromark-extension-mdxjs": { 4951 "version": "3.0.0", 4952 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", 4953 "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", 4954 "license": "MIT", 4955 "dependencies": { 4956 "acorn": "^8.0.0", 4957 "acorn-jsx": "^5.0.0", 4958 "micromark-extension-mdx-expression": "^3.0.0", 4959 "micromark-extension-mdx-jsx": "^3.0.0", 4960 "micromark-extension-mdx-md": "^2.0.0", 4961 "micromark-extension-mdxjs-esm": "^3.0.0", 4962 "micromark-util-combine-extensions": "^2.0.0", 4963 "micromark-util-types": "^2.0.0" 4964 }, 4965 "funding": { 4966 "type": "opencollective", 4967 "url": "https://opencollective.com/unified" 4968 } 4969 }, 4970 "node_modules/micromark-extension-mdxjs-esm": { 4971 "version": "3.0.0", 4972 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", 4973 "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", 4974 "license": "MIT", 4975 "dependencies": { 4976 "@types/estree": "^1.0.0", 4977 "devlop": "^1.0.0", 4978 "micromark-core-commonmark": "^2.0.0", 4979 "micromark-util-character": "^2.0.0", 4980 "micromark-util-events-to-acorn": "^2.0.0", 4981 "micromark-util-symbol": "^2.0.0", 4982 "micromark-util-types": "^2.0.0", 4983 "unist-util-position-from-estree": "^2.0.0", 4984 "vfile-message": "^4.0.0" 4985 }, 4986 "funding": { 4987 "type": "opencollective", 4988 "url": "https://opencollective.com/unified" 4989 } 4990 }, 4991 "node_modules/micromark-factory-destination": { 4992 "version": "2.0.1", 4993 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 4994 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 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-symbol": "^2.0.0", 5009 "micromark-util-types": "^2.0.0" 5010 } 5011 }, 5012 "node_modules/micromark-factory-label": { 5013 "version": "2.0.1", 5014 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 5015 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 5016 "funding": [ 5017 { 5018 "type": "GitHub Sponsors", 5019 "url": "https://github.com/sponsors/unifiedjs" 5020 }, 5021 { 5022 "type": "OpenCollective", 5023 "url": "https://opencollective.com/unified" 5024 } 5025 ], 5026 "license": "MIT", 5027 "dependencies": { 5028 "devlop": "^1.0.0", 5029 "micromark-util-character": "^2.0.0", 5030 "micromark-util-symbol": "^2.0.0", 5031 "micromark-util-types": "^2.0.0" 5032 } 5033 }, 5034 "node_modules/micromark-factory-mdx-expression": { 5035 "version": "2.0.3", 5036 "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz", 5037 "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==", 5038 "funding": [ 5039 { 5040 "type": "GitHub Sponsors", 5041 "url": "https://github.com/sponsors/unifiedjs" 5042 }, 5043 { 5044 "type": "OpenCollective", 5045 "url": "https://opencollective.com/unified" 5046 } 5047 ], 5048 "license": "MIT", 5049 "dependencies": { 5050 "@types/estree": "^1.0.0", 5051 "devlop": "^1.0.0", 5052 "micromark-factory-space": "^2.0.0", 5053 "micromark-util-character": "^2.0.0", 5054 "micromark-util-events-to-acorn": "^2.0.0", 5055 "micromark-util-symbol": "^2.0.0", 5056 "micromark-util-types": "^2.0.0", 5057 "unist-util-position-from-estree": "^2.0.0", 5058 "vfile-message": "^4.0.0" 5059 } 5060 }, 5061 "node_modules/micromark-factory-space": { 5062 "version": "2.0.1", 5063 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 5064 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 5065 "funding": [ 5066 { 5067 "type": "GitHub Sponsors", 5068 "url": "https://github.com/sponsors/unifiedjs" 5069 }, 5070 { 5071 "type": "OpenCollective", 5072 "url": "https://opencollective.com/unified" 5073 } 5074 ], 5075 "license": "MIT", 5076 "dependencies": { 5077 "micromark-util-character": "^2.0.0", 5078 "micromark-util-types": "^2.0.0" 5079 } 5080 }, 5081 "node_modules/micromark-factory-title": { 5082 "version": "2.0.1", 5083 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 5084 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 5085 "funding": [ 5086 { 5087 "type": "GitHub Sponsors", 5088 "url": "https://github.com/sponsors/unifiedjs" 5089 }, 5090 { 5091 "type": "OpenCollective", 5092 "url": "https://opencollective.com/unified" 5093 } 5094 ], 5095 "license": "MIT", 5096 "dependencies": { 5097 "micromark-factory-space": "^2.0.0", 5098 "micromark-util-character": "^2.0.0", 5099 "micromark-util-symbol": "^2.0.0", 5100 "micromark-util-types": "^2.0.0" 5101 } 5102 }, 5103 "node_modules/micromark-factory-whitespace": { 5104 "version": "2.0.1", 5105 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 5106 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 5107 "funding": [ 5108 { 5109 "type": "GitHub Sponsors", 5110 "url": "https://github.com/sponsors/unifiedjs" 5111 }, 5112 { 5113 "type": "OpenCollective", 5114 "url": "https://opencollective.com/unified" 5115 } 5116 ], 5117 "license": "MIT", 5118 "dependencies": { 5119 "micromark-factory-space": "^2.0.0", 5120 "micromark-util-character": "^2.0.0", 5121 "micromark-util-symbol": "^2.0.0", 5122 "micromark-util-types": "^2.0.0" 5123 } 5124 }, 5125 "node_modules/micromark-util-character": { 5126 "version": "2.1.1", 5127 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 5128 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 5129 "funding": [ 5130 { 5131 "type": "GitHub Sponsors", 5132 "url": "https://github.com/sponsors/unifiedjs" 5133 }, 5134 { 5135 "type": "OpenCollective", 5136 "url": "https://opencollective.com/unified" 5137 } 5138 ], 5139 "license": "MIT", 5140 "dependencies": { 5141 "micromark-util-symbol": "^2.0.0", 5142 "micromark-util-types": "^2.0.0" 5143 } 5144 }, 5145 "node_modules/micromark-util-chunked": { 5146 "version": "2.0.1", 5147 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 5148 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 5149 "funding": [ 5150 { 5151 "type": "GitHub Sponsors", 5152 "url": "https://github.com/sponsors/unifiedjs" 5153 }, 5154 { 5155 "type": "OpenCollective", 5156 "url": "https://opencollective.com/unified" 5157 } 5158 ], 5159 "license": "MIT", 5160 "dependencies": { 5161 "micromark-util-symbol": "^2.0.0" 5162 } 5163 }, 5164 "node_modules/micromark-util-classify-character": { 5165 "version": "2.0.1", 5166 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 5167 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 5168 "funding": [ 5169 { 5170 "type": "GitHub Sponsors", 5171 "url": "https://github.com/sponsors/unifiedjs" 5172 }, 5173 { 5174 "type": "OpenCollective", 5175 "url": "https://opencollective.com/unified" 5176 } 5177 ], 5178 "license": "MIT", 5179 "dependencies": { 5180 "micromark-util-character": "^2.0.0", 5181 "micromark-util-symbol": "^2.0.0", 5182 "micromark-util-types": "^2.0.0" 5183 } 5184 }, 5185 "node_modules/micromark-util-combine-extensions": { 5186 "version": "2.0.1", 5187 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 5188 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 5189 "funding": [ 5190 { 5191 "type": "GitHub Sponsors", 5192 "url": "https://github.com/sponsors/unifiedjs" 5193 }, 5194 { 5195 "type": "OpenCollective", 5196 "url": "https://opencollective.com/unified" 5197 } 5198 ], 5199 "license": "MIT", 5200 "dependencies": { 5201 "micromark-util-chunked": "^2.0.0", 5202 "micromark-util-types": "^2.0.0" 5203 } 5204 }, 5205 "node_modules/micromark-util-decode-numeric-character-reference": { 5206 "version": "2.0.2", 5207 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 5208 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 5209 "funding": [ 5210 { 5211 "type": "GitHub Sponsors", 5212 "url": "https://github.com/sponsors/unifiedjs" 5213 }, 5214 { 5215 "type": "OpenCollective", 5216 "url": "https://opencollective.com/unified" 5217 } 5218 ], 5219 "license": "MIT", 5220 "dependencies": { 5221 "micromark-util-symbol": "^2.0.0" 5222 } 5223 }, 5224 "node_modules/micromark-util-decode-string": { 5225 "version": "2.0.1", 5226 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 5227 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 5228 "funding": [ 5229 { 5230 "type": "GitHub Sponsors", 5231 "url": "https://github.com/sponsors/unifiedjs" 5232 }, 5233 { 5234 "type": "OpenCollective", 5235 "url": "https://opencollective.com/unified" 5236 } 5237 ], 5238 "license": "MIT", 5239 "dependencies": { 5240 "decode-named-character-reference": "^1.0.0", 5241 "micromark-util-character": "^2.0.0", 5242 "micromark-util-decode-numeric-character-reference": "^2.0.0", 5243 "micromark-util-symbol": "^2.0.0" 5244 } 5245 }, 5246 "node_modules/micromark-util-encode": { 5247 "version": "2.0.1", 5248 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 5249 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 5250 "funding": [ 5251 { 5252 "type": "GitHub Sponsors", 5253 "url": "https://github.com/sponsors/unifiedjs" 5254 }, 5255 { 5256 "type": "OpenCollective", 5257 "url": "https://opencollective.com/unified" 5258 } 5259 ], 5260 "license": "MIT" 5261 }, 5262 "node_modules/micromark-util-events-to-acorn": { 5263 "version": "2.0.3", 5264 "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz", 5265 "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==", 5266 "funding": [ 5267 { 5268 "type": "GitHub Sponsors", 5269 "url": "https://github.com/sponsors/unifiedjs" 5270 }, 5271 { 5272 "type": "OpenCollective", 5273 "url": "https://opencollective.com/unified" 5274 } 5275 ], 5276 "license": "MIT", 5277 "dependencies": { 5278 "@types/estree": "^1.0.0", 5279 "@types/unist": "^3.0.0", 5280 "devlop": "^1.0.0", 5281 "estree-util-visit": "^2.0.0", 5282 "micromark-util-symbol": "^2.0.0", 5283 "micromark-util-types": "^2.0.0", 5284 "vfile-message": "^4.0.0" 5285 } 5286 }, 5287 "node_modules/micromark-util-html-tag-name": { 5288 "version": "2.0.1", 5289 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 5290 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 5291 "funding": [ 5292 { 5293 "type": "GitHub Sponsors", 5294 "url": "https://github.com/sponsors/unifiedjs" 5295 }, 5296 { 5297 "type": "OpenCollective", 5298 "url": "https://opencollective.com/unified" 5299 } 5300 ], 5301 "license": "MIT" 5302 }, 5303 "node_modules/micromark-util-normalize-identifier": { 5304 "version": "2.0.1", 5305 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 5306 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 5307 "funding": [ 5308 { 5309 "type": "GitHub Sponsors", 5310 "url": "https://github.com/sponsors/unifiedjs" 5311 }, 5312 { 5313 "type": "OpenCollective", 5314 "url": "https://opencollective.com/unified" 5315 } 5316 ], 5317 "license": "MIT", 5318 "dependencies": { 5319 "micromark-util-symbol": "^2.0.0" 5320 } 5321 }, 5322 "node_modules/micromark-util-resolve-all": { 5323 "version": "2.0.1", 5324 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 5325 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 5326 "funding": [ 5327 { 5328 "type": "GitHub Sponsors", 5329 "url": "https://github.com/sponsors/unifiedjs" 5330 }, 5331 { 5332 "type": "OpenCollective", 5333 "url": "https://opencollective.com/unified" 5334 } 5335 ], 5336 "license": "MIT", 5337 "dependencies": { 5338 "micromark-util-types": "^2.0.0" 5339 } 5340 }, 5341 "node_modules/micromark-util-sanitize-uri": { 5342 "version": "2.0.1", 5343 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 5344 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 5345 "funding": [ 5346 { 5347 "type": "GitHub Sponsors", 5348 "url": "https://github.com/sponsors/unifiedjs" 5349 }, 5350 { 5351 "type": "OpenCollective", 5352 "url": "https://opencollective.com/unified" 5353 } 5354 ], 5355 "license": "MIT", 5356 "dependencies": { 5357 "micromark-util-character": "^2.0.0", 5358 "micromark-util-encode": "^2.0.0", 5359 "micromark-util-symbol": "^2.0.0" 5360 } 5361 }, 5362 "node_modules/micromark-util-subtokenize": { 5363 "version": "2.1.0", 5364 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", 5365 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", 5366 "funding": [ 5367 { 5368 "type": "GitHub Sponsors", 5369 "url": "https://github.com/sponsors/unifiedjs" 5370 }, 5371 { 5372 "type": "OpenCollective", 5373 "url": "https://opencollective.com/unified" 5374 } 5375 ], 5376 "license": "MIT", 5377 "dependencies": { 5378 "devlop": "^1.0.0", 5379 "micromark-util-chunked": "^2.0.0", 5380 "micromark-util-symbol": "^2.0.0", 5381 "micromark-util-types": "^2.0.0" 5382 } 5383 }, 5384 "node_modules/micromark-util-symbol": { 5385 "version": "2.0.1", 5386 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 5387 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 5388 "funding": [ 5389 { 5390 "type": "GitHub Sponsors", 5391 "url": "https://github.com/sponsors/unifiedjs" 5392 }, 5393 { 5394 "type": "OpenCollective", 5395 "url": "https://opencollective.com/unified" 5396 } 5397 ], 5398 "license": "MIT" 5399 }, 5400 "node_modules/micromark-util-types": { 5401 "version": "2.0.2", 5402 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", 5403 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", 5404 "funding": [ 5405 { 5406 "type": "GitHub Sponsors", 5407 "url": "https://github.com/sponsors/unifiedjs" 5408 }, 5409 { 5410 "type": "OpenCollective", 5411 "url": "https://opencollective.com/unified" 5412 } 5413 ], 5414 "license": "MIT" 5415 }, 5416 "node_modules/micromatch": { 5417 "version": "4.0.8", 5418 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 5419 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 5420 "license": "MIT", 5421 "dependencies": { 5422 "braces": "^3.0.3", 5423 "picomatch": "^2.3.1" 5424 }, 5425 "engines": { 5426 "node": ">=8.6" 5427 } 5428 }, 5429 "node_modules/micromatch/node_modules/picomatch": { 5430 "version": "2.3.1", 5431 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 5432 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 5433 "license": "MIT", 5434 "engines": { 5435 "node": ">=8.6" 5436 }, 5437 "funding": { 5438 "url": "https://github.com/sponsors/jonschlinkert" 5439 } 5440 }, 5441 "node_modules/minipass": { 5442 "version": "7.1.2", 5443 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", 5444 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", 5445 "license": "ISC", 5446 "engines": { 5447 "node": ">=16 || 14 >=14.17" 5448 } 5449 }, 5450 "node_modules/minizlib": { 5451 "version": "3.1.0", 5452 "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz", 5453 "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==", 5454 "license": "MIT", 5455 "dependencies": { 5456 "minipass": "^7.1.2" 5457 }, 5458 "engines": { 5459 "node": ">= 18" 5460 } 5461 }, 5462 "node_modules/mlly": { 5463 "version": "1.8.0", 5464 "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz", 5465 "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==", 5466 "license": "MIT", 5467 "dependencies": { 5468 "acorn": "^8.15.0", 5469 "pathe": "^2.0.3", 5470 "pkg-types": "^1.3.1", 5471 "ufo": "^1.6.1" 5472 } 5473 }, 5474 "node_modules/mlly/node_modules/confbox": { 5475 "version": "0.1.8", 5476 "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", 5477 "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", 5478 "license": "MIT" 5479 }, 5480 "node_modules/mlly/node_modules/pkg-types": { 5481 "version": "1.3.1", 5482 "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz", 5483 "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==", 5484 "license": "MIT", 5485 "dependencies": { 5486 "confbox": "^0.1.8", 5487 "mlly": "^1.7.4", 5488 "pathe": "^2.0.1" 5489 } 5490 }, 5491 "node_modules/mrmime": { 5492 "version": "2.0.1", 5493 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", 5494 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", 5495 "license": "MIT", 5496 "engines": { 5497 "node": ">=10" 5498 } 5499 }, 5500 "node_modules/ms": { 5501 "version": "2.1.3", 5502 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 5503 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 5504 "license": "MIT" 5505 }, 5506 "node_modules/nanoid": { 5507 "version": "3.3.11", 5508 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", 5509 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", 5510 "funding": [ 5511 { 5512 "type": "github", 5513 "url": "https://github.com/sponsors/ai" 5514 } 5515 ], 5516 "license": "MIT", 5517 "bin": { 5518 "nanoid": "bin/nanoid.cjs" 5519 }, 5520 "engines": { 5521 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 5522 } 5523 }, 5524 "node_modules/neotraverse": { 5525 "version": "0.6.18", 5526 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", 5527 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", 5528 "license": "MIT", 5529 "engines": { 5530 "node": ">= 10" 5531 } 5532 }, 5533 "node_modules/nlcst-to-string": { 5534 "version": "4.0.0", 5535 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", 5536 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", 5537 "license": "MIT", 5538 "dependencies": { 5539 "@types/nlcst": "^2.0.0" 5540 }, 5541 "funding": { 5542 "type": "opencollective", 5543 "url": "https://opencollective.com/unified" 5544 } 5545 }, 5546 "node_modules/node-fetch-native": { 5547 "version": "1.6.7", 5548 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz", 5549 "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==", 5550 "license": "MIT" 5551 }, 5552 "node_modules/node-mock-http": { 5553 "version": "1.0.4", 5554 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz", 5555 "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==", 5556 "license": "MIT" 5557 }, 5558 "node_modules/normalize-path": { 5559 "version": "3.0.0", 5560 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 5561 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 5562 "license": "MIT", 5563 "engines": { 5564 "node": ">=0.10.0" 5565 } 5566 }, 5567 "node_modules/nth-check": { 5568 "version": "2.1.1", 5569 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", 5570 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", 5571 "license": "BSD-2-Clause", 5572 "dependencies": { 5573 "boolbase": "^1.0.0" 5574 }, 5575 "funding": { 5576 "url": "https://github.com/fb55/nth-check?sponsor=1" 5577 } 5578 }, 5579 "node_modules/ofetch": { 5580 "version": "1.5.1", 5581 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz", 5582 "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==", 5583 "license": "MIT", 5584 "dependencies": { 5585 "destr": "^2.0.5", 5586 "node-fetch-native": "^1.6.7", 5587 "ufo": "^1.6.1" 5588 } 5589 }, 5590 "node_modules/ohash": { 5591 "version": "2.0.11", 5592 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz", 5593 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==", 5594 "license": "MIT" 5595 }, 5596 "node_modules/once": { 5597 "version": "1.4.0", 5598 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 5599 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 5600 "license": "ISC", 5601 "dependencies": { 5602 "wrappy": "1" 5603 } 5604 }, 5605 "node_modules/oniguruma-parser": { 5606 "version": "0.12.1", 5607 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz", 5608 "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==", 5609 "license": "MIT" 5610 }, 5611 "node_modules/oniguruma-to-es": { 5612 "version": "4.3.4", 5613 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.4.tgz", 5614 "integrity": "sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA==", 5615 "license": "MIT", 5616 "dependencies": { 5617 "oniguruma-parser": "^0.12.1", 5618 "regex": "^6.0.1", 5619 "regex-recursion": "^6.0.2" 5620 } 5621 }, 5622 "node_modules/p-limit": { 5623 "version": "6.2.0", 5624 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", 5625 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", 5626 "license": "MIT", 5627 "dependencies": { 5628 "yocto-queue": "^1.1.1" 5629 }, 5630 "engines": { 5631 "node": ">=18" 5632 }, 5633 "funding": { 5634 "url": "https://github.com/sponsors/sindresorhus" 5635 } 5636 }, 5637 "node_modules/p-locate": { 5638 "version": "4.1.0", 5639 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", 5640 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", 5641 "license": "MIT", 5642 "dependencies": { 5643 "p-limit": "^2.2.0" 5644 }, 5645 "engines": { 5646 "node": ">=8" 5647 } 5648 }, 5649 "node_modules/p-locate/node_modules/p-limit": { 5650 "version": "2.3.0", 5651 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 5652 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 5653 "license": "MIT", 5654 "dependencies": { 5655 "p-try": "^2.0.0" 5656 }, 5657 "engines": { 5658 "node": ">=6" 5659 }, 5660 "funding": { 5661 "url": "https://github.com/sponsors/sindresorhus" 5662 } 5663 }, 5664 "node_modules/p-queue": { 5665 "version": "8.1.1", 5666 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz", 5667 "integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==", 5668 "license": "MIT", 5669 "dependencies": { 5670 "eventemitter3": "^5.0.1", 5671 "p-timeout": "^6.1.2" 5672 }, 5673 "engines": { 5674 "node": ">=18" 5675 }, 5676 "funding": { 5677 "url": "https://github.com/sponsors/sindresorhus" 5678 } 5679 }, 5680 "node_modules/p-timeout": { 5681 "version": "6.1.4", 5682 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", 5683 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", 5684 "license": "MIT", 5685 "engines": { 5686 "node": ">=14.16" 5687 }, 5688 "funding": { 5689 "url": "https://github.com/sponsors/sindresorhus" 5690 } 5691 }, 5692 "node_modules/p-try": { 5693 "version": "2.2.0", 5694 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", 5695 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", 5696 "license": "MIT", 5697 "engines": { 5698 "node": ">=6" 5699 } 5700 }, 5701 "node_modules/package-manager-detector": { 5702 "version": "1.6.0", 5703 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz", 5704 "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==", 5705 "license": "MIT" 5706 }, 5707 "node_modules/parse-entities": { 5708 "version": "4.0.2", 5709 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", 5710 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", 5711 "license": "MIT", 5712 "dependencies": { 5713 "@types/unist": "^2.0.0", 5714 "character-entities-legacy": "^3.0.0", 5715 "character-reference-invalid": "^2.0.0", 5716 "decode-named-character-reference": "^1.0.0", 5717 "is-alphanumerical": "^2.0.0", 5718 "is-decimal": "^2.0.0", 5719 "is-hexadecimal": "^2.0.0" 5720 }, 5721 "funding": { 5722 "type": "github", 5723 "url": "https://github.com/sponsors/wooorm" 5724 } 5725 }, 5726 "node_modules/parse-entities/node_modules/@types/unist": { 5727 "version": "2.0.11", 5728 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", 5729 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", 5730 "license": "MIT" 5731 }, 5732 "node_modules/parse-latin": { 5733 "version": "7.0.0", 5734 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", 5735 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", 5736 "license": "MIT", 5737 "dependencies": { 5738 "@types/nlcst": "^2.0.0", 5739 "@types/unist": "^3.0.0", 5740 "nlcst-to-string": "^4.0.0", 5741 "unist-util-modify-children": "^4.0.0", 5742 "unist-util-visit-children": "^3.0.0", 5743 "vfile": "^6.0.0" 5744 }, 5745 "funding": { 5746 "type": "github", 5747 "url": "https://github.com/sponsors/wooorm" 5748 } 5749 }, 5750 "node_modules/parse-srcset": { 5751 "version": "1.0.2", 5752 "resolved": "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz", 5753 "integrity": "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==", 5754 "license": "MIT" 5755 }, 5756 "node_modules/parse5": { 5757 "version": "7.3.0", 5758 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", 5759 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", 5760 "license": "MIT", 5761 "dependencies": { 5762 "entities": "^6.0.0" 5763 }, 5764 "funding": { 5765 "url": "https://github.com/inikulin/parse5?sponsor=1" 5766 } 5767 }, 5768 "node_modules/parse5-htmlparser2-tree-adapter": { 5769 "version": "7.1.0", 5770 "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz", 5771 "integrity": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==", 5772 "license": "MIT", 5773 "dependencies": { 5774 "domhandler": "^5.0.3", 5775 "parse5": "^7.0.0" 5776 }, 5777 "funding": { 5778 "url": "https://github.com/inikulin/parse5?sponsor=1" 5779 } 5780 }, 5781 "node_modules/parse5-parser-stream": { 5782 "version": "7.1.2", 5783 "resolved": "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz", 5784 "integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==", 5785 "license": "MIT", 5786 "dependencies": { 5787 "parse5": "^7.0.0" 5788 }, 5789 "funding": { 5790 "url": "https://github.com/inikulin/parse5?sponsor=1" 5791 } 5792 }, 5793 "node_modules/parse5/node_modules/entities": { 5794 "version": "6.0.1", 5795 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", 5796 "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", 5797 "license": "BSD-2-Clause", 5798 "engines": { 5799 "node": ">=0.12" 5800 }, 5801 "funding": { 5802 "url": "https://github.com/fb55/entities?sponsor=1" 5803 } 5804 }, 5805 "node_modules/path-exists": { 5806 "version": "4.0.0", 5807 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", 5808 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", 5809 "license": "MIT", 5810 "engines": { 5811 "node": ">=8" 5812 } 5813 }, 5814 "node_modules/pathe": { 5815 "version": "2.0.3", 5816 "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", 5817 "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", 5818 "license": "MIT" 5819 }, 5820 "node_modules/pend": { 5821 "version": "1.2.0", 5822 "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", 5823 "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", 5824 "license": "MIT" 5825 }, 5826 "node_modules/piccolore": { 5827 "version": "0.1.3", 5828 "resolved": "https://registry.npmjs.org/piccolore/-/piccolore-0.1.3.tgz", 5829 "integrity": "sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==", 5830 "license": "ISC" 5831 }, 5832 "node_modules/picocolors": { 5833 "version": "1.1.1", 5834 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 5835 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 5836 "license": "ISC" 5837 }, 5838 "node_modules/picomatch": { 5839 "version": "4.0.3", 5840 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", 5841 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", 5842 "license": "MIT", 5843 "engines": { 5844 "node": ">=12" 5845 }, 5846 "funding": { 5847 "url": "https://github.com/sponsors/jonschlinkert" 5848 } 5849 }, 5850 "node_modules/pkg-types": { 5851 "version": "2.3.0", 5852 "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz", 5853 "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==", 5854 "license": "MIT", 5855 "dependencies": { 5856 "confbox": "^0.2.2", 5857 "exsolve": "^1.0.7", 5858 "pathe": "^2.0.3" 5859 } 5860 }, 5861 "node_modules/postcss": { 5862 "version": "8.5.6", 5863 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", 5864 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", 5865 "funding": [ 5866 { 5867 "type": "opencollective", 5868 "url": "https://opencollective.com/postcss/" 5869 }, 5870 { 5871 "type": "tidelift", 5872 "url": "https://tidelift.com/funding/github/npm/postcss" 5873 }, 5874 { 5875 "type": "github", 5876 "url": "https://github.com/sponsors/ai" 5877 } 5878 ], 5879 "license": "MIT", 5880 "dependencies": { 5881 "nanoid": "^3.3.11", 5882 "picocolors": "^1.1.1", 5883 "source-map-js": "^1.2.1" 5884 }, 5885 "engines": { 5886 "node": "^10 || ^12 || >=14" 5887 } 5888 }, 5889 "node_modules/postcss-media-query-parser": { 5890 "version": "0.2.3", 5891 "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", 5892 "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", 5893 "license": "MIT" 5894 }, 5895 "node_modules/prettier": { 5896 "version": "3.8.1", 5897 "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", 5898 "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", 5899 "dev": true, 5900 "license": "MIT", 5901 "bin": { 5902 "prettier": "bin/prettier.cjs" 5903 }, 5904 "engines": { 5905 "node": ">=14" 5906 }, 5907 "funding": { 5908 "url": "https://github.com/prettier/prettier?sponsor=1" 5909 } 5910 }, 5911 "node_modules/prettier-plugin-astro": { 5912 "version": "0.14.1", 5913 "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.14.1.tgz", 5914 "integrity": "sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==", 5915 "dev": true, 5916 "license": "MIT", 5917 "dependencies": { 5918 "@astrojs/compiler": "^2.9.1", 5919 "prettier": "^3.0.0", 5920 "sass-formatter": "^0.7.6" 5921 }, 5922 "engines": { 5923 "node": "^14.15.0 || >=16.0.0" 5924 } 5925 }, 5926 "node_modules/prismjs": { 5927 "version": "1.30.0", 5928 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", 5929 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", 5930 "license": "MIT", 5931 "engines": { 5932 "node": ">=6" 5933 } 5934 }, 5935 "node_modules/prompts": { 5936 "version": "2.4.2", 5937 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 5938 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 5939 "license": "MIT", 5940 "dependencies": { 5941 "kleur": "^3.0.3", 5942 "sisteransi": "^1.0.5" 5943 }, 5944 "engines": { 5945 "node": ">= 6" 5946 } 5947 }, 5948 "node_modules/property-information": { 5949 "version": "7.1.0", 5950 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", 5951 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", 5952 "license": "MIT", 5953 "funding": { 5954 "type": "github", 5955 "url": "https://github.com/sponsors/wooorm" 5956 } 5957 }, 5958 "node_modules/pump": { 5959 "version": "3.0.3", 5960 "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz", 5961 "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==", 5962 "license": "MIT", 5963 "dependencies": { 5964 "end-of-stream": "^1.1.0", 5965 "once": "^1.3.1" 5966 } 5967 }, 5968 "node_modules/punycode.js": { 5969 "version": "2.3.1", 5970 "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", 5971 "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", 5972 "license": "MIT", 5973 "engines": { 5974 "node": ">=6" 5975 } 5976 }, 5977 "node_modules/quansync": { 5978 "version": "0.2.11", 5979 "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz", 5980 "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==", 5981 "funding": [ 5982 { 5983 "type": "individual", 5984 "url": "https://github.com/sponsors/antfu" 5985 }, 5986 { 5987 "type": "individual", 5988 "url": "https://github.com/sponsors/sxzz" 5989 } 5990 ], 5991 "license": "MIT" 5992 }, 5993 "node_modules/queue-microtask": { 5994 "version": "1.2.3", 5995 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 5996 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 5997 "funding": [ 5998 { 5999 "type": "github", 6000 "url": "https://github.com/sponsors/feross" 6001 }, 6002 { 6003 "type": "patreon", 6004 "url": "https://www.patreon.com/feross" 6005 }, 6006 { 6007 "type": "consulting", 6008 "url": "https://feross.org/support" 6009 } 6010 ], 6011 "license": "MIT" 6012 }, 6013 "node_modules/radix3": { 6014 "version": "1.1.2", 6015 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", 6016 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==", 6017 "license": "MIT" 6018 }, 6019 "node_modules/readdirp": { 6020 "version": "5.0.0", 6021 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz", 6022 "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==", 6023 "license": "MIT", 6024 "engines": { 6025 "node": ">= 20.19.0" 6026 }, 6027 "funding": { 6028 "type": "individual", 6029 "url": "https://paulmillr.com/funding/" 6030 } 6031 }, 6032 "node_modules/recma-build-jsx": { 6033 "version": "1.0.0", 6034 "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz", 6035 "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==", 6036 "license": "MIT", 6037 "dependencies": { 6038 "@types/estree": "^1.0.0", 6039 "estree-util-build-jsx": "^3.0.0", 6040 "vfile": "^6.0.0" 6041 }, 6042 "funding": { 6043 "type": "opencollective", 6044 "url": "https://opencollective.com/unified" 6045 } 6046 }, 6047 "node_modules/recma-jsx": { 6048 "version": "1.0.1", 6049 "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.1.tgz", 6050 "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==", 6051 "license": "MIT", 6052 "dependencies": { 6053 "acorn-jsx": "^5.0.0", 6054 "estree-util-to-js": "^2.0.0", 6055 "recma-parse": "^1.0.0", 6056 "recma-stringify": "^1.0.0", 6057 "unified": "^11.0.0" 6058 }, 6059 "funding": { 6060 "type": "opencollective", 6061 "url": "https://opencollective.com/unified" 6062 }, 6063 "peerDependencies": { 6064 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 6065 } 6066 }, 6067 "node_modules/recma-parse": { 6068 "version": "1.0.0", 6069 "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz", 6070 "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==", 6071 "license": "MIT", 6072 "dependencies": { 6073 "@types/estree": "^1.0.0", 6074 "esast-util-from-js": "^2.0.0", 6075 "unified": "^11.0.0", 6076 "vfile": "^6.0.0" 6077 }, 6078 "funding": { 6079 "type": "opencollective", 6080 "url": "https://opencollective.com/unified" 6081 } 6082 }, 6083 "node_modules/recma-stringify": { 6084 "version": "1.0.0", 6085 "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz", 6086 "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==", 6087 "license": "MIT", 6088 "dependencies": { 6089 "@types/estree": "^1.0.0", 6090 "estree-util-to-js": "^2.0.0", 6091 "unified": "^11.0.0", 6092 "vfile": "^6.0.0" 6093 }, 6094 "funding": { 6095 "type": "opencollective", 6096 "url": "https://opencollective.com/unified" 6097 } 6098 }, 6099 "node_modules/regex": { 6100 "version": "6.1.0", 6101 "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz", 6102 "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==", 6103 "license": "MIT", 6104 "dependencies": { 6105 "regex-utilities": "^2.3.0" 6106 } 6107 }, 6108 "node_modules/regex-recursion": { 6109 "version": "6.0.2", 6110 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz", 6111 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==", 6112 "license": "MIT", 6113 "dependencies": { 6114 "regex-utilities": "^2.3.0" 6115 } 6116 }, 6117 "node_modules/regex-utilities": { 6118 "version": "2.3.0", 6119 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", 6120 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", 6121 "license": "MIT" 6122 }, 6123 "node_modules/rehype": { 6124 "version": "13.0.2", 6125 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz", 6126 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==", 6127 "license": "MIT", 6128 "dependencies": { 6129 "@types/hast": "^3.0.0", 6130 "rehype-parse": "^9.0.0", 6131 "rehype-stringify": "^10.0.0", 6132 "unified": "^11.0.0" 6133 }, 6134 "funding": { 6135 "type": "opencollective", 6136 "url": "https://opencollective.com/unified" 6137 } 6138 }, 6139 "node_modules/rehype-parse": { 6140 "version": "9.0.1", 6141 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", 6142 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", 6143 "license": "MIT", 6144 "dependencies": { 6145 "@types/hast": "^3.0.0", 6146 "hast-util-from-html": "^2.0.0", 6147 "unified": "^11.0.0" 6148 }, 6149 "funding": { 6150 "type": "opencollective", 6151 "url": "https://opencollective.com/unified" 6152 } 6153 }, 6154 "node_modules/rehype-raw": { 6155 "version": "7.0.0", 6156 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 6157 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 6158 "license": "MIT", 6159 "dependencies": { 6160 "@types/hast": "^3.0.0", 6161 "hast-util-raw": "^9.0.0", 6162 "vfile": "^6.0.0" 6163 }, 6164 "funding": { 6165 "type": "opencollective", 6166 "url": "https://opencollective.com/unified" 6167 } 6168 }, 6169 "node_modules/rehype-recma": { 6170 "version": "1.0.0", 6171 "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz", 6172 "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==", 6173 "license": "MIT", 6174 "dependencies": { 6175 "@types/estree": "^1.0.0", 6176 "@types/hast": "^3.0.0", 6177 "hast-util-to-estree": "^3.0.0" 6178 }, 6179 "funding": { 6180 "type": "opencollective", 6181 "url": "https://opencollective.com/unified" 6182 } 6183 }, 6184 "node_modules/rehype-stringify": { 6185 "version": "10.0.1", 6186 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz", 6187 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==", 6188 "license": "MIT", 6189 "dependencies": { 6190 "@types/hast": "^3.0.0", 6191 "hast-util-to-html": "^9.0.0", 6192 "unified": "^11.0.0" 6193 }, 6194 "funding": { 6195 "type": "opencollective", 6196 "url": "https://opencollective.com/unified" 6197 } 6198 }, 6199 "node_modules/remark-gfm": { 6200 "version": "4.0.1", 6201 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 6202 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 6203 "license": "MIT", 6204 "dependencies": { 6205 "@types/mdast": "^4.0.0", 6206 "mdast-util-gfm": "^3.0.0", 6207 "micromark-extension-gfm": "^3.0.0", 6208 "remark-parse": "^11.0.0", 6209 "remark-stringify": "^11.0.0", 6210 "unified": "^11.0.0" 6211 }, 6212 "funding": { 6213 "type": "opencollective", 6214 "url": "https://opencollective.com/unified" 6215 } 6216 }, 6217 "node_modules/remark-mdx": { 6218 "version": "3.1.1", 6219 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.1.tgz", 6220 "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==", 6221 "license": "MIT", 6222 "dependencies": { 6223 "mdast-util-mdx": "^3.0.0", 6224 "micromark-extension-mdxjs": "^3.0.0" 6225 }, 6226 "funding": { 6227 "type": "opencollective", 6228 "url": "https://opencollective.com/unified" 6229 } 6230 }, 6231 "node_modules/remark-parse": { 6232 "version": "11.0.0", 6233 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 6234 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 6235 "license": "MIT", 6236 "dependencies": { 6237 "@types/mdast": "^4.0.0", 6238 "mdast-util-from-markdown": "^2.0.0", 6239 "micromark-util-types": "^2.0.0", 6240 "unified": "^11.0.0" 6241 }, 6242 "funding": { 6243 "type": "opencollective", 6244 "url": "https://opencollective.com/unified" 6245 } 6246 }, 6247 "node_modules/remark-rehype": { 6248 "version": "11.1.2", 6249 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", 6250 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", 6251 "license": "MIT", 6252 "dependencies": { 6253 "@types/hast": "^3.0.0", 6254 "@types/mdast": "^4.0.0", 6255 "mdast-util-to-hast": "^13.0.0", 6256 "unified": "^11.0.0", 6257 "vfile": "^6.0.0" 6258 }, 6259 "funding": { 6260 "type": "opencollective", 6261 "url": "https://opencollective.com/unified" 6262 } 6263 }, 6264 "node_modules/remark-smartypants": { 6265 "version": "3.0.2", 6266 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", 6267 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", 6268 "license": "MIT", 6269 "dependencies": { 6270 "retext": "^9.0.0", 6271 "retext-smartypants": "^6.0.0", 6272 "unified": "^11.0.4", 6273 "unist-util-visit": "^5.0.0" 6274 }, 6275 "engines": { 6276 "node": ">=16.0.0" 6277 } 6278 }, 6279 "node_modules/remark-stringify": { 6280 "version": "11.0.0", 6281 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 6282 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 6283 "license": "MIT", 6284 "dependencies": { 6285 "@types/mdast": "^4.0.0", 6286 "mdast-util-to-markdown": "^2.0.0", 6287 "unified": "^11.0.0" 6288 }, 6289 "funding": { 6290 "type": "opencollective", 6291 "url": "https://opencollective.com/unified" 6292 } 6293 }, 6294 "node_modules/require-directory": { 6295 "version": "2.1.1", 6296 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", 6297 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", 6298 "license": "MIT", 6299 "engines": { 6300 "node": ">=0.10.0" 6301 } 6302 }, 6303 "node_modules/require-main-filename": { 6304 "version": "2.0.0", 6305 "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", 6306 "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", 6307 "license": "ISC" 6308 }, 6309 "node_modules/retext": { 6310 "version": "9.0.0", 6311 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", 6312 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", 6313 "license": "MIT", 6314 "dependencies": { 6315 "@types/nlcst": "^2.0.0", 6316 "retext-latin": "^4.0.0", 6317 "retext-stringify": "^4.0.0", 6318 "unified": "^11.0.0" 6319 }, 6320 "funding": { 6321 "type": "opencollective", 6322 "url": "https://opencollective.com/unified" 6323 } 6324 }, 6325 "node_modules/retext-latin": { 6326 "version": "4.0.0", 6327 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", 6328 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", 6329 "license": "MIT", 6330 "dependencies": { 6331 "@types/nlcst": "^2.0.0", 6332 "parse-latin": "^7.0.0", 6333 "unified": "^11.0.0" 6334 }, 6335 "funding": { 6336 "type": "opencollective", 6337 "url": "https://opencollective.com/unified" 6338 } 6339 }, 6340 "node_modules/retext-smartypants": { 6341 "version": "6.2.0", 6342 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz", 6343 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==", 6344 "license": "MIT", 6345 "dependencies": { 6346 "@types/nlcst": "^2.0.0", 6347 "nlcst-to-string": "^4.0.0", 6348 "unist-util-visit": "^5.0.0" 6349 }, 6350 "funding": { 6351 "type": "opencollective", 6352 "url": "https://opencollective.com/unified" 6353 } 6354 }, 6355 "node_modules/retext-stringify": { 6356 "version": "4.0.0", 6357 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", 6358 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", 6359 "license": "MIT", 6360 "dependencies": { 6361 "@types/nlcst": "^2.0.0", 6362 "nlcst-to-string": "^4.0.0", 6363 "unified": "^11.0.0" 6364 }, 6365 "funding": { 6366 "type": "opencollective", 6367 "url": "https://opencollective.com/unified" 6368 } 6369 }, 6370 "node_modules/reusify": { 6371 "version": "1.1.0", 6372 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", 6373 "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", 6374 "license": "MIT", 6375 "engines": { 6376 "iojs": ">=1.0.0", 6377 "node": ">=0.10.0" 6378 } 6379 }, 6380 "node_modules/rollup": { 6381 "version": "4.57.0", 6382 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.57.0.tgz", 6383 "integrity": "sha512-e5lPJi/aui4TO1LpAXIRLySmwXSE8k3b9zoGfd42p67wzxog4WHjiZF3M2uheQih4DGyc25QEV4yRBbpueNiUA==", 6384 "license": "MIT", 6385 "dependencies": { 6386 "@types/estree": "1.0.8" 6387 }, 6388 "bin": { 6389 "rollup": "dist/bin/rollup" 6390 }, 6391 "engines": { 6392 "node": ">=18.0.0", 6393 "npm": ">=8.0.0" 6394 }, 6395 "optionalDependencies": { 6396 "@rollup/rollup-android-arm-eabi": "4.57.0", 6397 "@rollup/rollup-android-arm64": "4.57.0", 6398 "@rollup/rollup-darwin-arm64": "4.57.0", 6399 "@rollup/rollup-darwin-x64": "4.57.0", 6400 "@rollup/rollup-freebsd-arm64": "4.57.0", 6401 "@rollup/rollup-freebsd-x64": "4.57.0", 6402 "@rollup/rollup-linux-arm-gnueabihf": "4.57.0", 6403 "@rollup/rollup-linux-arm-musleabihf": "4.57.0", 6404 "@rollup/rollup-linux-arm64-gnu": "4.57.0", 6405 "@rollup/rollup-linux-arm64-musl": "4.57.0", 6406 "@rollup/rollup-linux-loong64-gnu": "4.57.0", 6407 "@rollup/rollup-linux-loong64-musl": "4.57.0", 6408 "@rollup/rollup-linux-ppc64-gnu": "4.57.0", 6409 "@rollup/rollup-linux-ppc64-musl": "4.57.0", 6410 "@rollup/rollup-linux-riscv64-gnu": "4.57.0", 6411 "@rollup/rollup-linux-riscv64-musl": "4.57.0", 6412 "@rollup/rollup-linux-s390x-gnu": "4.57.0", 6413 "@rollup/rollup-linux-x64-gnu": "4.57.0", 6414 "@rollup/rollup-linux-x64-musl": "4.57.0", 6415 "@rollup/rollup-openbsd-x64": "4.57.0", 6416 "@rollup/rollup-openharmony-arm64": "4.57.0", 6417 "@rollup/rollup-win32-arm64-msvc": "4.57.0", 6418 "@rollup/rollup-win32-ia32-msvc": "4.57.0", 6419 "@rollup/rollup-win32-x64-gnu": "4.57.0", 6420 "@rollup/rollup-win32-x64-msvc": "4.57.0", 6421 "fsevents": "~2.3.2" 6422 } 6423 }, 6424 "node_modules/run-parallel": { 6425 "version": "1.2.0", 6426 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 6427 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 6428 "funding": [ 6429 { 6430 "type": "github", 6431 "url": "https://github.com/sponsors/feross" 6432 }, 6433 { 6434 "type": "patreon", 6435 "url": "https://www.patreon.com/feross" 6436 }, 6437 { 6438 "type": "consulting", 6439 "url": "https://feross.org/support" 6440 } 6441 ], 6442 "license": "MIT", 6443 "dependencies": { 6444 "queue-microtask": "^1.2.2" 6445 } 6446 }, 6447 "node_modules/s.color": { 6448 "version": "0.0.15", 6449 "resolved": "https://registry.npmjs.org/s.color/-/s.color-0.0.15.tgz", 6450 "integrity": "sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==", 6451 "dev": true, 6452 "license": "MIT" 6453 }, 6454 "node_modules/safer-buffer": { 6455 "version": "2.1.2", 6456 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 6457 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", 6458 "license": "MIT" 6459 }, 6460 "node_modules/sanitize-html": { 6461 "version": "2.17.0", 6462 "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.0.tgz", 6463 "integrity": "sha512-dLAADUSS8rBwhaevT12yCezvioCA+bmUTPH/u57xKPT8d++voeYE6HeluA/bPbQ15TwDBG2ii+QZIEmYx8VdxA==", 6464 "license": "MIT", 6465 "dependencies": { 6466 "deepmerge": "^4.2.2", 6467 "escape-string-regexp": "^4.0.0", 6468 "htmlparser2": "^8.0.0", 6469 "is-plain-object": "^5.0.0", 6470 "parse-srcset": "^1.0.2", 6471 "postcss": "^8.3.11" 6472 } 6473 }, 6474 "node_modules/sanitize-html/node_modules/escape-string-regexp": { 6475 "version": "4.0.0", 6476 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", 6477 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", 6478 "license": "MIT", 6479 "engines": { 6480 "node": ">=10" 6481 }, 6482 "funding": { 6483 "url": "https://github.com/sponsors/sindresorhus" 6484 } 6485 }, 6486 "node_modules/sass-formatter": { 6487 "version": "0.7.9", 6488 "resolved": "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.7.9.tgz", 6489 "integrity": "sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==", 6490 "dev": true, 6491 "license": "MIT", 6492 "dependencies": { 6493 "suf-log": "^2.5.3" 6494 } 6495 }, 6496 "node_modules/sax": { 6497 "version": "1.4.4", 6498 "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.4.tgz", 6499 "integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==", 6500 "license": "BlueOak-1.0.0", 6501 "engines": { 6502 "node": ">=11.0.0" 6503 } 6504 }, 6505 "node_modules/semver": { 6506 "version": "7.7.3", 6507 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", 6508 "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", 6509 "license": "ISC", 6510 "bin": { 6511 "semver": "bin/semver.js" 6512 }, 6513 "engines": { 6514 "node": ">=10" 6515 } 6516 }, 6517 "node_modules/set-blocking": { 6518 "version": "2.0.0", 6519 "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", 6520 "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", 6521 "license": "ISC" 6522 }, 6523 "node_modules/sharp": { 6524 "version": "0.34.5", 6525 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz", 6526 "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==", 6527 "hasInstallScript": true, 6528 "license": "Apache-2.0", 6529 "dependencies": { 6530 "@img/colour": "^1.0.0", 6531 "detect-libc": "^2.1.2", 6532 "semver": "^7.7.3" 6533 }, 6534 "engines": { 6535 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 6536 }, 6537 "funding": { 6538 "url": "https://opencollective.com/libvips" 6539 }, 6540 "optionalDependencies": { 6541 "@img/sharp-darwin-arm64": "0.34.5", 6542 "@img/sharp-darwin-x64": "0.34.5", 6543 "@img/sharp-libvips-darwin-arm64": "1.2.4", 6544 "@img/sharp-libvips-darwin-x64": "1.2.4", 6545 "@img/sharp-libvips-linux-arm": "1.2.4", 6546 "@img/sharp-libvips-linux-arm64": "1.2.4", 6547 "@img/sharp-libvips-linux-ppc64": "1.2.4", 6548 "@img/sharp-libvips-linux-riscv64": "1.2.4", 6549 "@img/sharp-libvips-linux-s390x": "1.2.4", 6550 "@img/sharp-libvips-linux-x64": "1.2.4", 6551 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", 6552 "@img/sharp-libvips-linuxmusl-x64": "1.2.4", 6553 "@img/sharp-linux-arm": "0.34.5", 6554 "@img/sharp-linux-arm64": "0.34.5", 6555 "@img/sharp-linux-ppc64": "0.34.5", 6556 "@img/sharp-linux-riscv64": "0.34.5", 6557 "@img/sharp-linux-s390x": "0.34.5", 6558 "@img/sharp-linux-x64": "0.34.5", 6559 "@img/sharp-linuxmusl-arm64": "0.34.5", 6560 "@img/sharp-linuxmusl-x64": "0.34.5", 6561 "@img/sharp-wasm32": "0.34.5", 6562 "@img/sharp-win32-arm64": "0.34.5", 6563 "@img/sharp-win32-ia32": "0.34.5", 6564 "@img/sharp-win32-x64": "0.34.5" 6565 } 6566 }, 6567 "node_modules/shiki": { 6568 "version": "3.21.0", 6569 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.21.0.tgz", 6570 "integrity": "sha512-N65B/3bqL/TI2crrXr+4UivctrAGEjmsib5rPMMPpFp1xAx/w03v8WZ9RDDFYteXoEgY7qZ4HGgl5KBIu1153w==", 6571 "license": "MIT", 6572 "dependencies": { 6573 "@shikijs/core": "3.21.0", 6574 "@shikijs/engine-javascript": "3.21.0", 6575 "@shikijs/engine-oniguruma": "3.21.0", 6576 "@shikijs/langs": "3.21.0", 6577 "@shikijs/themes": "3.21.0", 6578 "@shikijs/types": "3.21.0", 6579 "@shikijs/vscode-textmate": "^10.0.2", 6580 "@types/hast": "^3.0.4" 6581 } 6582 }, 6583 "node_modules/sisteransi": { 6584 "version": "1.0.5", 6585 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 6586 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", 6587 "license": "MIT" 6588 }, 6589 "node_modules/sitemap": { 6590 "version": "8.0.2", 6591 "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.2.tgz", 6592 "integrity": "sha512-LwktpJcyZDoa0IL6KT++lQ53pbSrx2c9ge41/SeLTyqy2XUNA6uR4+P9u5IVo5lPeL2arAcOKn1aZAxoYbCKlQ==", 6593 "license": "MIT", 6594 "dependencies": { 6595 "@types/node": "^17.0.5", 6596 "@types/sax": "^1.2.1", 6597 "arg": "^5.0.0", 6598 "sax": "^1.4.1" 6599 }, 6600 "bin": { 6601 "sitemap": "dist/cli.js" 6602 }, 6603 "engines": { 6604 "node": ">=14.0.0", 6605 "npm": ">=6.0.0" 6606 } 6607 }, 6608 "node_modules/sitemap/node_modules/@types/node": { 6609 "version": "17.0.45", 6610 "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", 6611 "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==", 6612 "license": "MIT" 6613 }, 6614 "node_modules/slugify": { 6615 "version": "1.6.6", 6616 "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz", 6617 "integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==", 6618 "dev": true, 6619 "license": "MIT", 6620 "engines": { 6621 "node": ">=8.0.0" 6622 } 6623 }, 6624 "node_modules/smol-toml": { 6625 "version": "1.6.0", 6626 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.0.tgz", 6627 "integrity": "sha512-4zemZi0HvTnYwLfrpk/CF9LOd9Lt87kAt50GnqhMpyF9U3poDAP2+iukq2bZsO/ufegbYehBkqINbsWxj4l4cw==", 6628 "license": "BSD-3-Clause", 6629 "engines": { 6630 "node": ">= 18" 6631 }, 6632 "funding": { 6633 "url": "https://github.com/sponsors/cyyynthia" 6634 } 6635 }, 6636 "node_modules/source-map": { 6637 "version": "0.7.6", 6638 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", 6639 "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==", 6640 "license": "BSD-3-Clause", 6641 "engines": { 6642 "node": ">= 12" 6643 } 6644 }, 6645 "node_modules/source-map-js": { 6646 "version": "1.2.1", 6647 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 6648 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 6649 "license": "BSD-3-Clause", 6650 "engines": { 6651 "node": ">=0.10.0" 6652 } 6653 }, 6654 "node_modules/space-separated-tokens": { 6655 "version": "2.0.2", 6656 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 6657 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 6658 "license": "MIT", 6659 "funding": { 6660 "type": "github", 6661 "url": "https://github.com/sponsors/wooorm" 6662 } 6663 }, 6664 "node_modules/stream-replace-string": { 6665 "version": "2.0.0", 6666 "resolved": "https://registry.npmjs.org/stream-replace-string/-/stream-replace-string-2.0.0.tgz", 6667 "integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==", 6668 "license": "MIT" 6669 }, 6670 "node_modules/string-width": { 6671 "version": "7.2.0", 6672 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 6673 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 6674 "license": "MIT", 6675 "dependencies": { 6676 "emoji-regex": "^10.3.0", 6677 "get-east-asian-width": "^1.0.0", 6678 "strip-ansi": "^7.1.0" 6679 }, 6680 "engines": { 6681 "node": ">=18" 6682 }, 6683 "funding": { 6684 "url": "https://github.com/sponsors/sindresorhus" 6685 } 6686 }, 6687 "node_modules/stringify-entities": { 6688 "version": "4.0.4", 6689 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 6690 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 6691 "license": "MIT", 6692 "dependencies": { 6693 "character-entities-html4": "^2.0.0", 6694 "character-entities-legacy": "^3.0.0" 6695 }, 6696 "funding": { 6697 "type": "github", 6698 "url": "https://github.com/sponsors/wooorm" 6699 } 6700 }, 6701 "node_modules/strip-ansi": { 6702 "version": "7.1.2", 6703 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", 6704 "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", 6705 "license": "MIT", 6706 "dependencies": { 6707 "ansi-regex": "^6.0.1" 6708 }, 6709 "engines": { 6710 "node": ">=12" 6711 }, 6712 "funding": { 6713 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 6714 } 6715 }, 6716 "node_modules/strip-final-newline": { 6717 "version": "2.0.0", 6718 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", 6719 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", 6720 "license": "MIT", 6721 "engines": { 6722 "node": ">=6" 6723 } 6724 }, 6725 "node_modules/strnum": { 6726 "version": "2.1.2", 6727 "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz", 6728 "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==", 6729 "funding": [ 6730 { 6731 "type": "github", 6732 "url": "https://github.com/sponsors/NaturalIntelligence" 6733 } 6734 ], 6735 "license": "MIT" 6736 }, 6737 "node_modules/style-to-js": { 6738 "version": "1.1.21", 6739 "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", 6740 "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==", 6741 "license": "MIT", 6742 "dependencies": { 6743 "style-to-object": "1.0.14" 6744 } 6745 }, 6746 "node_modules/style-to-object": { 6747 "version": "1.0.14", 6748 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", 6749 "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", 6750 "license": "MIT", 6751 "dependencies": { 6752 "inline-style-parser": "0.2.7" 6753 } 6754 }, 6755 "node_modules/suf-log": { 6756 "version": "2.5.3", 6757 "resolved": "https://registry.npmjs.org/suf-log/-/suf-log-2.5.3.tgz", 6758 "integrity": "sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==", 6759 "dev": true, 6760 "license": "MIT", 6761 "dependencies": { 6762 "s.color": "0.0.15" 6763 } 6764 }, 6765 "node_modules/svgo": { 6766 "version": "4.0.0", 6767 "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.0.tgz", 6768 "integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==", 6769 "license": "MIT", 6770 "dependencies": { 6771 "commander": "^11.1.0", 6772 "css-select": "^5.1.0", 6773 "css-tree": "^3.0.1", 6774 "css-what": "^6.1.0", 6775 "csso": "^5.0.5", 6776 "picocolors": "^1.1.1", 6777 "sax": "^1.4.1" 6778 }, 6779 "bin": { 6780 "svgo": "bin/svgo.js" 6781 }, 6782 "engines": { 6783 "node": ">=16" 6784 }, 6785 "funding": { 6786 "type": "opencollective", 6787 "url": "https://opencollective.com/svgo" 6788 } 6789 }, 6790 "node_modules/tar": { 6791 "version": "7.5.7", 6792 "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz", 6793 "integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==", 6794 "license": "BlueOak-1.0.0", 6795 "dependencies": { 6796 "@isaacs/fs-minipass": "^4.0.0", 6797 "chownr": "^3.0.0", 6798 "minipass": "^7.1.2", 6799 "minizlib": "^3.1.0", 6800 "yallist": "^5.0.0" 6801 }, 6802 "engines": { 6803 "node": ">=18" 6804 } 6805 }, 6806 "node_modules/tiny-inflate": { 6807 "version": "1.0.3", 6808 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz", 6809 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==", 6810 "license": "MIT" 6811 }, 6812 "node_modules/tinyexec": { 6813 "version": "1.0.2", 6814 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz", 6815 "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==", 6816 "license": "MIT", 6817 "engines": { 6818 "node": ">=18" 6819 } 6820 }, 6821 "node_modules/tinyglobby": { 6822 "version": "0.2.15", 6823 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", 6824 "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", 6825 "license": "MIT", 6826 "dependencies": { 6827 "fdir": "^6.5.0", 6828 "picomatch": "^4.0.3" 6829 }, 6830 "engines": { 6831 "node": ">=12.0.0" 6832 }, 6833 "funding": { 6834 "url": "https://github.com/sponsors/SuperchupuDev" 6835 } 6836 }, 6837 "node_modules/to-regex-range": { 6838 "version": "5.0.1", 6839 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 6840 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 6841 "license": "MIT", 6842 "dependencies": { 6843 "is-number": "^7.0.0" 6844 }, 6845 "engines": { 6846 "node": ">=8.0" 6847 } 6848 }, 6849 "node_modules/trim-lines": { 6850 "version": "3.0.1", 6851 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 6852 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 6853 "license": "MIT", 6854 "funding": { 6855 "type": "github", 6856 "url": "https://github.com/sponsors/wooorm" 6857 } 6858 }, 6859 "node_modules/trough": { 6860 "version": "2.2.0", 6861 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 6862 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 6863 "license": "MIT", 6864 "funding": { 6865 "type": "github", 6866 "url": "https://github.com/sponsors/wooorm" 6867 } 6868 }, 6869 "node_modules/tsconfck": { 6870 "version": "3.1.6", 6871 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz", 6872 "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==", 6873 "license": "MIT", 6874 "bin": { 6875 "tsconfck": "bin/tsconfck.js" 6876 }, 6877 "engines": { 6878 "node": "^18 || >=20" 6879 }, 6880 "peerDependencies": { 6881 "typescript": "^5.0.0" 6882 }, 6883 "peerDependenciesMeta": { 6884 "typescript": { 6885 "optional": true 6886 } 6887 } 6888 }, 6889 "node_modules/tslib": { 6890 "version": "2.8.1", 6891 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 6892 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 6893 "license": "0BSD", 6894 "optional": true 6895 }, 6896 "node_modules/type-fest": { 6897 "version": "4.41.0", 6898 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", 6899 "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", 6900 "license": "(MIT OR CC0-1.0)", 6901 "engines": { 6902 "node": ">=16" 6903 }, 6904 "funding": { 6905 "url": "https://github.com/sponsors/sindresorhus" 6906 } 6907 }, 6908 "node_modules/typescript": { 6909 "version": "5.9.3", 6910 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", 6911 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", 6912 "license": "Apache-2.0", 6913 "bin": { 6914 "tsc": "bin/tsc", 6915 "tsserver": "bin/tsserver" 6916 }, 6917 "engines": { 6918 "node": ">=14.17" 6919 } 6920 }, 6921 "node_modules/uc.micro": { 6922 "version": "2.1.0", 6923 "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", 6924 "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", 6925 "license": "MIT" 6926 }, 6927 "node_modules/ufo": { 6928 "version": "1.6.3", 6929 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz", 6930 "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==", 6931 "license": "MIT" 6932 }, 6933 "node_modules/ultrahtml": { 6934 "version": "1.6.0", 6935 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz", 6936 "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==", 6937 "license": "MIT" 6938 }, 6939 "node_modules/uncrypto": { 6940 "version": "0.1.3", 6941 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", 6942 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", 6943 "license": "MIT" 6944 }, 6945 "node_modules/undici": { 6946 "version": "7.19.2", 6947 "resolved": "https://registry.npmjs.org/undici/-/undici-7.19.2.tgz", 6948 "integrity": "sha512-4VQSpGEGsWzk0VYxyB/wVX/Q7qf9t5znLRgs0dzszr9w9Fej/8RVNQ+S20vdXSAyra/bJ7ZQfGv6ZMj7UEbzSg==", 6949 "license": "MIT", 6950 "engines": { 6951 "node": ">=20.18.1" 6952 } 6953 }, 6954 "node_modules/undici-types": { 6955 "version": "6.20.0", 6956 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", 6957 "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", 6958 "license": "MIT" 6959 }, 6960 "node_modules/unified": { 6961 "version": "11.0.5", 6962 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 6963 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 6964 "license": "MIT", 6965 "dependencies": { 6966 "@types/unist": "^3.0.0", 6967 "bail": "^2.0.0", 6968 "devlop": "^1.0.0", 6969 "extend": "^3.0.0", 6970 "is-plain-obj": "^4.0.0", 6971 "trough": "^2.0.0", 6972 "vfile": "^6.0.0" 6973 }, 6974 "funding": { 6975 "type": "opencollective", 6976 "url": "https://opencollective.com/unified" 6977 } 6978 }, 6979 "node_modules/unifont": { 6980 "version": "0.7.3", 6981 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.3.tgz", 6982 "integrity": "sha512-b0GtQzKCyuSHGsfj5vyN8st7muZ6VCI4XD4vFlr7Uy1rlWVYxC3npnfk8MyreHxJYrz1ooLDqDzFe9XqQTlAhA==", 6983 "license": "MIT", 6984 "dependencies": { 6985 "css-tree": "^3.1.0", 6986 "ofetch": "^1.5.1", 6987 "ohash": "^2.0.11" 6988 } 6989 }, 6990 "node_modules/unist-util-find-after": { 6991 "version": "5.0.0", 6992 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", 6993 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", 6994 "license": "MIT", 6995 "dependencies": { 6996 "@types/unist": "^3.0.0", 6997 "unist-util-is": "^6.0.0" 6998 }, 6999 "funding": { 7000 "type": "opencollective", 7001 "url": "https://opencollective.com/unified" 7002 } 7003 }, 7004 "node_modules/unist-util-is": { 7005 "version": "6.0.1", 7006 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", 7007 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", 7008 "license": "MIT", 7009 "dependencies": { 7010 "@types/unist": "^3.0.0" 7011 }, 7012 "funding": { 7013 "type": "opencollective", 7014 "url": "https://opencollective.com/unified" 7015 } 7016 }, 7017 "node_modules/unist-util-modify-children": { 7018 "version": "4.0.0", 7019 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", 7020 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", 7021 "license": "MIT", 7022 "dependencies": { 7023 "@types/unist": "^3.0.0", 7024 "array-iterate": "^2.0.0" 7025 }, 7026 "funding": { 7027 "type": "opencollective", 7028 "url": "https://opencollective.com/unified" 7029 } 7030 }, 7031 "node_modules/unist-util-position": { 7032 "version": "5.0.0", 7033 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 7034 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 7035 "license": "MIT", 7036 "dependencies": { 7037 "@types/unist": "^3.0.0" 7038 }, 7039 "funding": { 7040 "type": "opencollective", 7041 "url": "https://opencollective.com/unified" 7042 } 7043 }, 7044 "node_modules/unist-util-position-from-estree": { 7045 "version": "2.0.0", 7046 "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", 7047 "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", 7048 "license": "MIT", 7049 "dependencies": { 7050 "@types/unist": "^3.0.0" 7051 }, 7052 "funding": { 7053 "type": "opencollective", 7054 "url": "https://opencollective.com/unified" 7055 } 7056 }, 7057 "node_modules/unist-util-remove-position": { 7058 "version": "5.0.0", 7059 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", 7060 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", 7061 "license": "MIT", 7062 "dependencies": { 7063 "@types/unist": "^3.0.0", 7064 "unist-util-visit": "^5.0.0" 7065 }, 7066 "funding": { 7067 "type": "opencollective", 7068 "url": "https://opencollective.com/unified" 7069 } 7070 }, 7071 "node_modules/unist-util-stringify-position": { 7072 "version": "4.0.0", 7073 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7074 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7075 "license": "MIT", 7076 "dependencies": { 7077 "@types/unist": "^3.0.0" 7078 }, 7079 "funding": { 7080 "type": "opencollective", 7081 "url": "https://opencollective.com/unified" 7082 } 7083 }, 7084 "node_modules/unist-util-visit": { 7085 "version": "5.1.0", 7086 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", 7087 "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==", 7088 "license": "MIT", 7089 "dependencies": { 7090 "@types/unist": "^3.0.0", 7091 "unist-util-is": "^6.0.0", 7092 "unist-util-visit-parents": "^6.0.0" 7093 }, 7094 "funding": { 7095 "type": "opencollective", 7096 "url": "https://opencollective.com/unified" 7097 } 7098 }, 7099 "node_modules/unist-util-visit-children": { 7100 "version": "3.0.0", 7101 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", 7102 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", 7103 "license": "MIT", 7104 "dependencies": { 7105 "@types/unist": "^3.0.0" 7106 }, 7107 "funding": { 7108 "type": "opencollective", 7109 "url": "https://opencollective.com/unified" 7110 } 7111 }, 7112 "node_modules/unist-util-visit-parents": { 7113 "version": "6.0.2", 7114 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", 7115 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", 7116 "license": "MIT", 7117 "dependencies": { 7118 "@types/unist": "^3.0.0", 7119 "unist-util-is": "^6.0.0" 7120 }, 7121 "funding": { 7122 "type": "opencollective", 7123 "url": "https://opencollective.com/unified" 7124 } 7125 }, 7126 "node_modules/unstorage": { 7127 "version": "1.17.4", 7128 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.4.tgz", 7129 "integrity": "sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==", 7130 "license": "MIT", 7131 "dependencies": { 7132 "anymatch": "^3.1.3", 7133 "chokidar": "^5.0.0", 7134 "destr": "^2.0.5", 7135 "h3": "^1.15.5", 7136 "lru-cache": "^11.2.0", 7137 "node-fetch-native": "^1.6.7", 7138 "ofetch": "^1.5.1", 7139 "ufo": "^1.6.3" 7140 }, 7141 "peerDependencies": { 7142 "@azure/app-configuration": "^1.8.0", 7143 "@azure/cosmos": "^4.2.0", 7144 "@azure/data-tables": "^13.3.0", 7145 "@azure/identity": "^4.6.0", 7146 "@azure/keyvault-secrets": "^4.9.0", 7147 "@azure/storage-blob": "^12.26.0", 7148 "@capacitor/preferences": "^6 || ^7 || ^8", 7149 "@deno/kv": ">=0.9.0", 7150 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0", 7151 "@planetscale/database": "^1.19.0", 7152 "@upstash/redis": "^1.34.3", 7153 "@vercel/blob": ">=0.27.1", 7154 "@vercel/functions": "^2.2.12 || ^3.0.0", 7155 "@vercel/kv": "^1 || ^2 || ^3", 7156 "aws4fetch": "^1.0.20", 7157 "db0": ">=0.2.1", 7158 "idb-keyval": "^6.2.1", 7159 "ioredis": "^5.4.2", 7160 "uploadthing": "^7.4.4" 7161 }, 7162 "peerDependenciesMeta": { 7163 "@azure/app-configuration": { 7164 "optional": true 7165 }, 7166 "@azure/cosmos": { 7167 "optional": true 7168 }, 7169 "@azure/data-tables": { 7170 "optional": true 7171 }, 7172 "@azure/identity": { 7173 "optional": true 7174 }, 7175 "@azure/keyvault-secrets": { 7176 "optional": true 7177 }, 7178 "@azure/storage-blob": { 7179 "optional": true 7180 }, 7181 "@capacitor/preferences": { 7182 "optional": true 7183 }, 7184 "@deno/kv": { 7185 "optional": true 7186 }, 7187 "@netlify/blobs": { 7188 "optional": true 7189 }, 7190 "@planetscale/database": { 7191 "optional": true 7192 }, 7193 "@upstash/redis": { 7194 "optional": true 7195 }, 7196 "@vercel/blob": { 7197 "optional": true 7198 }, 7199 "@vercel/functions": { 7200 "optional": true 7201 }, 7202 "@vercel/kv": { 7203 "optional": true 7204 }, 7205 "aws4fetch": { 7206 "optional": true 7207 }, 7208 "db0": { 7209 "optional": true 7210 }, 7211 "idb-keyval": { 7212 "optional": true 7213 }, 7214 "ioredis": { 7215 "optional": true 7216 }, 7217 "uploadthing": { 7218 "optional": true 7219 } 7220 } 7221 }, 7222 "node_modules/vfile": { 7223 "version": "6.0.3", 7224 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7225 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7226 "license": "MIT", 7227 "dependencies": { 7228 "@types/unist": "^3.0.0", 7229 "vfile-message": "^4.0.0" 7230 }, 7231 "funding": { 7232 "type": "opencollective", 7233 "url": "https://opencollective.com/unified" 7234 } 7235 }, 7236 "node_modules/vfile-location": { 7237 "version": "5.0.3", 7238 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 7239 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 7240 "license": "MIT", 7241 "dependencies": { 7242 "@types/unist": "^3.0.0", 7243 "vfile": "^6.0.0" 7244 }, 7245 "funding": { 7246 "type": "opencollective", 7247 "url": "https://opencollective.com/unified" 7248 } 7249 }, 7250 "node_modules/vfile-message": { 7251 "version": "4.0.3", 7252 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", 7253 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", 7254 "license": "MIT", 7255 "dependencies": { 7256 "@types/unist": "^3.0.0", 7257 "unist-util-stringify-position": "^4.0.0" 7258 }, 7259 "funding": { 7260 "type": "opencollective", 7261 "url": "https://opencollective.com/unified" 7262 } 7263 }, 7264 "node_modules/vite": { 7265 "version": "6.4.1", 7266 "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", 7267 "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", 7268 "license": "MIT", 7269 "dependencies": { 7270 "esbuild": "^0.25.0", 7271 "fdir": "^6.4.4", 7272 "picomatch": "^4.0.2", 7273 "postcss": "^8.5.3", 7274 "rollup": "^4.34.9", 7275 "tinyglobby": "^0.2.13" 7276 }, 7277 "bin": { 7278 "vite": "bin/vite.js" 7279 }, 7280 "engines": { 7281 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 7282 }, 7283 "funding": { 7284 "url": "https://github.com/vitejs/vite?sponsor=1" 7285 }, 7286 "optionalDependencies": { 7287 "fsevents": "~2.3.3" 7288 }, 7289 "peerDependencies": { 7290 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 7291 "jiti": ">=1.21.0", 7292 "less": "*", 7293 "lightningcss": "^1.21.0", 7294 "sass": "*", 7295 "sass-embedded": "*", 7296 "stylus": "*", 7297 "sugarss": "*", 7298 "terser": "^5.16.0", 7299 "tsx": "^4.8.1", 7300 "yaml": "^2.4.2" 7301 }, 7302 "peerDependenciesMeta": { 7303 "@types/node": { 7304 "optional": true 7305 }, 7306 "jiti": { 7307 "optional": true 7308 }, 7309 "less": { 7310 "optional": true 7311 }, 7312 "lightningcss": { 7313 "optional": true 7314 }, 7315 "sass": { 7316 "optional": true 7317 }, 7318 "sass-embedded": { 7319 "optional": true 7320 }, 7321 "stylus": { 7322 "optional": true 7323 }, 7324 "sugarss": { 7325 "optional": true 7326 }, 7327 "terser": { 7328 "optional": true 7329 }, 7330 "tsx": { 7331 "optional": true 7332 }, 7333 "yaml": { 7334 "optional": true 7335 } 7336 } 7337 }, 7338 "node_modules/vitefu": { 7339 "version": "1.1.1", 7340 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.1.tgz", 7341 "integrity": "sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==", 7342 "license": "MIT", 7343 "workspaces": [ 7344 "tests/deps/*", 7345 "tests/projects/*", 7346 "tests/projects/workspace/packages/*" 7347 ], 7348 "peerDependencies": { 7349 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" 7350 }, 7351 "peerDependenciesMeta": { 7352 "vite": { 7353 "optional": true 7354 } 7355 } 7356 }, 7357 "node_modules/web-namespaces": { 7358 "version": "2.0.1", 7359 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 7360 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 7361 "license": "MIT", 7362 "funding": { 7363 "type": "github", 7364 "url": "https://github.com/sponsors/wooorm" 7365 } 7366 }, 7367 "node_modules/whatwg-encoding": { 7368 "version": "3.1.1", 7369 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", 7370 "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", 7371 "deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation", 7372 "license": "MIT", 7373 "dependencies": { 7374 "iconv-lite": "0.6.3" 7375 }, 7376 "engines": { 7377 "node": ">=18" 7378 } 7379 }, 7380 "node_modules/whatwg-mimetype": { 7381 "version": "4.0.0", 7382 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", 7383 "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", 7384 "license": "MIT", 7385 "engines": { 7386 "node": ">=18" 7387 } 7388 }, 7389 "node_modules/which-module": { 7390 "version": "2.0.1", 7391 "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", 7392 "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", 7393 "license": "ISC" 7394 }, 7395 "node_modules/which-pm-runs": { 7396 "version": "1.1.0", 7397 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", 7398 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", 7399 "license": "MIT", 7400 "engines": { 7401 "node": ">=4" 7402 } 7403 }, 7404 "node_modules/widest-line": { 7405 "version": "5.0.0", 7406 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", 7407 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==", 7408 "license": "MIT", 7409 "dependencies": { 7410 "string-width": "^7.0.0" 7411 }, 7412 "engines": { 7413 "node": ">=18" 7414 }, 7415 "funding": { 7416 "url": "https://github.com/sponsors/sindresorhus" 7417 } 7418 }, 7419 "node_modules/wrap-ansi": { 7420 "version": "9.0.2", 7421 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", 7422 "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", 7423 "license": "MIT", 7424 "dependencies": { 7425 "ansi-styles": "^6.2.1", 7426 "string-width": "^7.0.0", 7427 "strip-ansi": "^7.1.0" 7428 }, 7429 "engines": { 7430 "node": ">=18" 7431 }, 7432 "funding": { 7433 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 7434 } 7435 }, 7436 "node_modules/wrappy": { 7437 "version": "1.0.2", 7438 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 7439 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", 7440 "license": "ISC" 7441 }, 7442 "node_modules/xxhash-wasm": { 7443 "version": "1.1.0", 7444 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz", 7445 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==", 7446 "license": "MIT" 7447 }, 7448 "node_modules/y18n": { 7449 "version": "4.0.3", 7450 "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", 7451 "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", 7452 "license": "ISC" 7453 }, 7454 "node_modules/yallist": { 7455 "version": "5.0.0", 7456 "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", 7457 "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", 7458 "license": "BlueOak-1.0.0", 7459 "engines": { 7460 "node": ">=18" 7461 } 7462 }, 7463 "node_modules/yargs": { 7464 "version": "15.4.1", 7465 "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", 7466 "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", 7467 "license": "MIT", 7468 "dependencies": { 7469 "cliui": "^6.0.0", 7470 "decamelize": "^1.2.0", 7471 "find-up": "^4.1.0", 7472 "get-caller-file": "^2.0.1", 7473 "require-directory": "^2.1.1", 7474 "require-main-filename": "^2.0.0", 7475 "set-blocking": "^2.0.0", 7476 "string-width": "^4.2.0", 7477 "which-module": "^2.0.0", 7478 "y18n": "^4.0.0", 7479 "yargs-parser": "^18.1.2" 7480 }, 7481 "engines": { 7482 "node": ">=8" 7483 } 7484 }, 7485 "node_modules/yargs-parser": { 7486 "version": "21.1.1", 7487 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", 7488 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", 7489 "license": "ISC", 7490 "engines": { 7491 "node": ">=12" 7492 } 7493 }, 7494 "node_modules/yargs/node_modules/ansi-regex": { 7495 "version": "5.0.1", 7496 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 7497 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 7498 "license": "MIT", 7499 "engines": { 7500 "node": ">=8" 7501 } 7502 }, 7503 "node_modules/yargs/node_modules/camelcase": { 7504 "version": "5.3.1", 7505 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", 7506 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", 7507 "license": "MIT", 7508 "engines": { 7509 "node": ">=6" 7510 } 7511 }, 7512 "node_modules/yargs/node_modules/emoji-regex": { 7513 "version": "8.0.0", 7514 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 7515 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 7516 "license": "MIT" 7517 }, 7518 "node_modules/yargs/node_modules/string-width": { 7519 "version": "4.2.3", 7520 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 7521 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 7522 "license": "MIT", 7523 "dependencies": { 7524 "emoji-regex": "^8.0.0", 7525 "is-fullwidth-code-point": "^3.0.0", 7526 "strip-ansi": "^6.0.1" 7527 }, 7528 "engines": { 7529 "node": ">=8" 7530 } 7531 }, 7532 "node_modules/yargs/node_modules/strip-ansi": { 7533 "version": "6.0.1", 7534 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 7535 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 7536 "license": "MIT", 7537 "dependencies": { 7538 "ansi-regex": "^5.0.1" 7539 }, 7540 "engines": { 7541 "node": ">=8" 7542 } 7543 }, 7544 "node_modules/yargs/node_modules/yargs-parser": { 7545 "version": "18.1.3", 7546 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", 7547 "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", 7548 "license": "ISC", 7549 "dependencies": { 7550 "camelcase": "^5.0.0", 7551 "decamelize": "^1.2.0" 7552 }, 7553 "engines": { 7554 "node": ">=6" 7555 } 7556 }, 7557 "node_modules/yauzl": { 7558 "version": "2.10.0", 7559 "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", 7560 "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", 7561 "license": "MIT", 7562 "dependencies": { 7563 "buffer-crc32": "~0.2.3", 7564 "fd-slicer": "~1.1.0" 7565 } 7566 }, 7567 "node_modules/yocto-queue": { 7568 "version": "1.2.2", 7569 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz", 7570 "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==", 7571 "license": "MIT", 7572 "engines": { 7573 "node": ">=12.20" 7574 }, 7575 "funding": { 7576 "url": "https://github.com/sponsors/sindresorhus" 7577 } 7578 }, 7579 "node_modules/yocto-spinner": { 7580 "version": "0.2.3", 7581 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.3.tgz", 7582 "integrity": "sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==", 7583 "license": "MIT", 7584 "dependencies": { 7585 "yoctocolors": "^2.1.1" 7586 }, 7587 "engines": { 7588 "node": ">=18.19" 7589 }, 7590 "funding": { 7591 "url": "https://github.com/sponsors/sindresorhus" 7592 } 7593 }, 7594 "node_modules/yoctocolors": { 7595 "version": "2.1.2", 7596 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz", 7597 "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==", 7598 "license": "MIT", 7599 "engines": { 7600 "node": ">=18" 7601 }, 7602 "funding": { 7603 "url": "https://github.com/sponsors/sindresorhus" 7604 } 7605 }, 7606 "node_modules/zod": { 7607 "version": "3.25.76", 7608 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", 7609 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", 7610 "license": "MIT", 7611 "funding": { 7612 "url": "https://github.com/sponsors/colinhacks" 7613 } 7614 }, 7615 "node_modules/zod-to-json-schema": { 7616 "version": "3.25.1", 7617 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.1.tgz", 7618 "integrity": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==", 7619 "license": "ISC", 7620 "peerDependencies": { 7621 "zod": "^3.25 || ^4" 7622 } 7623 }, 7624 "node_modules/zod-to-ts": { 7625 "version": "1.2.0", 7626 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz", 7627 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==", 7628 "peerDependencies": { 7629 "typescript": "^4.9.4 || ^5.0.2", 7630 "zod": "^3" 7631 } 7632 }, 7633 "node_modules/zwitch": { 7634 "version": "2.0.4", 7635 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 7636 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 7637 "license": "MIT", 7638 "funding": { 7639 "type": "github", 7640 "url": "https://github.com/sponsors/wooorm" 7641 } 7642 } 7643 } 7644}