Files for my website bwc9876.dev
0
fork

Configure Feed

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

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