Files for my website bwc9876.dev
0
fork

Configure Feed

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

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