Files for my website bwc9876.dev

Update Age

bwc9876.dev 57ca63f2 6911925e

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