A Astro blog hosted on Vercel
0
fork

Configure Feed

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

at 34d6839f2497ede136cd3bd90dde523cab920445 5864 lines 217 kB view raw
1{ 2 "name": "c", 3 "version": "0.0.1", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "c", 9 "version": "0.0.1", 10 "dependencies": { 11 "@astrojs/mdx": "^4.0.3", 12 "@astrojs/rss": "^4.0.10", 13 "@astrojs/sitemap": "^3.2.1", 14 "@astrojs/svelte": "^7.0.2", 15 "@atproto/api": "^0.13.23", 16 "@iconify-json/fa6-brands": "^1.2.5", 17 "@iconify-json/fa6-solid": "^1.2.3", 18 "@vercel/analytics": "^1.4.1", 19 "@vercel/speed-insights": "^1.1.0", 20 "astro": "^5.1.1", 21 "svelte": "^5.16.0", 22 "typescript": "^5.7.2" 23 }, 24 "devDependencies": { 25 "exiftool-vendored": "^29.2.0", 26 "sharp": "^0.33.5" 27 } 28 }, 29 "node_modules/@ampproject/remapping": { 30 "version": "2.3.0", 31 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", 32 "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", 33 "license": "Apache-2.0", 34 "dependencies": { 35 "@jridgewell/gen-mapping": "^0.3.5", 36 "@jridgewell/trace-mapping": "^0.3.24" 37 }, 38 "engines": { 39 "node": ">=6.0.0" 40 } 41 }, 42 "node_modules/@astrojs/compiler": { 43 "version": "2.10.3", 44 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.10.3.tgz", 45 "integrity": "sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==", 46 "license": "MIT" 47 }, 48 "node_modules/@astrojs/internal-helpers": { 49 "version": "0.4.2", 50 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.4.2.tgz", 51 "integrity": "sha512-EdDWkC3JJVcpGpqJAU/5hSk2LKXyG3mNGkzGoAuyK+xoPHbaVdSuIWoN1QTnmK3N/gGfaaAfM8gO2KDCAW7S3w==", 52 "license": "MIT" 53 }, 54 "node_modules/@astrojs/markdown-remark": { 55 "version": "6.0.1", 56 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.0.1.tgz", 57 "integrity": "sha512-CTSYijj25NfxgZi15TU3CwPwgyD1/7yA3FcdcNmB9p94nydupiUbrIiq3IqeTp2m5kCVzxbPZeC7fTwEOaNyGw==", 58 "license": "MIT", 59 "dependencies": { 60 "@astrojs/prism": "3.2.0", 61 "github-slugger": "^2.0.0", 62 "hast-util-from-html": "^2.0.3", 63 "hast-util-to-text": "^4.0.2", 64 "import-meta-resolve": "^4.1.0", 65 "js-yaml": "^4.1.0", 66 "mdast-util-definitions": "^6.0.0", 67 "rehype-raw": "^7.0.0", 68 "rehype-stringify": "^10.0.1", 69 "remark-gfm": "^4.0.0", 70 "remark-parse": "^11.0.0", 71 "remark-rehype": "^11.1.1", 72 "remark-smartypants": "^3.0.2", 73 "shiki": "^1.23.1", 74 "unified": "^11.0.5", 75 "unist-util-remove-position": "^5.0.0", 76 "unist-util-visit": "^5.0.0", 77 "unist-util-visit-parents": "^6.0.1", 78 "vfile": "^6.0.3" 79 } 80 }, 81 "node_modules/@astrojs/mdx": { 82 "version": "4.0.3", 83 "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.3.tgz", 84 "integrity": "sha512-8HcuyNG/KgYUAQWVzKFkboXcTOBCW6aQ0WK0Er/iSmVSF0y3yimg4/3QSt+Twv9dogpwIHL+E8iBJKqieFv4+g==", 85 "license": "MIT", 86 "dependencies": { 87 "@astrojs/markdown-remark": "6.0.1", 88 "@mdx-js/mdx": "^3.1.0", 89 "acorn": "^8.14.0", 90 "es-module-lexer": "^1.5.4", 91 "estree-util-visit": "^2.0.0", 92 "hast-util-to-html": "^9.0.3", 93 "kleur": "^4.1.5", 94 "rehype-raw": "^7.0.0", 95 "remark-gfm": "^4.0.0", 96 "remark-smartypants": "^3.0.2", 97 "source-map": "^0.7.4", 98 "unist-util-visit": "^5.0.0", 99 "vfile": "^6.0.3" 100 }, 101 "engines": { 102 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 103 }, 104 "peerDependencies": { 105 "astro": "^5.0.0" 106 } 107 }, 108 "node_modules/@astrojs/prism": { 109 "version": "3.2.0", 110 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.2.0.tgz", 111 "integrity": "sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==", 112 "license": "MIT", 113 "dependencies": { 114 "prismjs": "^1.29.0" 115 }, 116 "engines": { 117 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 118 } 119 }, 120 "node_modules/@astrojs/rss": { 121 "version": "4.0.10", 122 "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.10.tgz", 123 "integrity": "sha512-2gFdHM763uUAySkdwPYrpi6dppOBJr9ddg5VbkKXctWze8d1JHgIBBY78zWIYs7KBJT58zxadsObVAVt55RDaw==", 124 "license": "MIT", 125 "dependencies": { 126 "fast-xml-parser": "^4.5.0", 127 "kleur": "^4.1.5" 128 } 129 }, 130 "node_modules/@astrojs/sitemap": { 131 "version": "3.2.1", 132 "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.2.1.tgz", 133 "integrity": "sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==", 134 "license": "MIT", 135 "dependencies": { 136 "sitemap": "^8.0.0", 137 "stream-replace-string": "^2.0.0", 138 "zod": "^3.23.8" 139 } 140 }, 141 "node_modules/@astrojs/svelte": { 142 "version": "7.0.2", 143 "resolved": "https://registry.npmjs.org/@astrojs/svelte/-/svelte-7.0.2.tgz", 144 "integrity": "sha512-1+SJfU34wjGXBroAHkZRynVSDiAhoYGkn8ODhj20w9wfoUJXnHPgg+0NSDB7pShZRq0rwWDhA3Uo761YXOY4WA==", 145 "license": "MIT", 146 "dependencies": { 147 "@sveltejs/vite-plugin-svelte": "^5.0.1", 148 "svelte2tsx": "^0.7.22", 149 "vite": "^6.0.5" 150 }, 151 "engines": { 152 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 153 }, 154 "peerDependencies": { 155 "astro": "^5.0.0", 156 "svelte": "^5.1.16", 157 "typescript": "^5.3.3" 158 } 159 }, 160 "node_modules/@astrojs/telemetry": { 161 "version": "3.2.0", 162 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.2.0.tgz", 163 "integrity": "sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==", 164 "license": "MIT", 165 "dependencies": { 166 "ci-info": "^4.1.0", 167 "debug": "^4.3.7", 168 "dlv": "^1.1.3", 169 "dset": "^3.1.4", 170 "is-docker": "^3.0.0", 171 "is-wsl": "^3.1.0", 172 "which-pm-runs": "^1.1.0" 173 }, 174 "engines": { 175 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 176 } 177 }, 178 "node_modules/@atproto/api": { 179 "version": "0.13.23", 180 "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.13.23.tgz", 181 "integrity": "sha512-V1Z5kgfSsqlFaC14sjnZL1Psv/9Lq/YKW1w7TIBq948Rtq8l+c6BpGrOH2Ssdcphpqi4OSeSYRsmJJlD6GGJ5w==", 182 "license": "MIT", 183 "dependencies": { 184 "@atproto/common-web": "^0.3.1", 185 "@atproto/lexicon": "^0.4.4", 186 "@atproto/syntax": "^0.3.1", 187 "@atproto/xrpc": "^0.6.5", 188 "await-lock": "^2.2.2", 189 "multiformats": "^9.9.0", 190 "tlds": "^1.234.0", 191 "zod": "^3.23.8" 192 } 193 }, 194 "node_modules/@atproto/common-web": { 195 "version": "0.3.1", 196 "resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.3.1.tgz", 197 "integrity": "sha512-N7wiTnus5vAr+lT//0y8m/FaHHLJ9LpGuEwkwDAeV3LCiPif4m/FS8x/QOYrx1PdZQwKso95RAPzCGWQBH5j6Q==", 198 "license": "MIT", 199 "dependencies": { 200 "graphemer": "^1.4.0", 201 "multiformats": "^9.9.0", 202 "uint8arrays": "3.0.0", 203 "zod": "^3.23.8" 204 } 205 }, 206 "node_modules/@atproto/lexicon": { 207 "version": "0.4.4", 208 "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.4.tgz", 209 "integrity": "sha512-QFEmr3rpj/RoAmfX9ALU/asBG/rsVtQZnw+9nOB1/AuIwoxXd+ZyndR6lVUc2+DL4GEjl6W2yvBru5xbQIZWyA==", 210 "license": "MIT", 211 "dependencies": { 212 "@atproto/common-web": "^0.3.1", 213 "@atproto/syntax": "^0.3.1", 214 "iso-datestring-validator": "^2.2.2", 215 "multiformats": "^9.9.0", 216 "zod": "^3.23.8" 217 } 218 }, 219 "node_modules/@atproto/syntax": { 220 "version": "0.3.1", 221 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.3.1.tgz", 222 "integrity": "sha512-fzW0Mg1QUOVCWUD3RgEsDt6d1OZ6DdFmbKcDdbzUfh0t4rhtRAC05KbZYmxuMPWDAiJ4BbbQ5dkAc/mNypMXkw==", 223 "license": "MIT" 224 }, 225 "node_modules/@atproto/xrpc": { 226 "version": "0.6.5", 227 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.5.tgz", 228 "integrity": "sha512-t6u8iPEVbWge5RhzKZDahSzNDYIAxUtop6Q/X/apAZY1rgreVU0/1sSvvRoRFH19d3UIKjYdLuwFqMi9w8nY3Q==", 229 "license": "MIT", 230 "dependencies": { 231 "@atproto/lexicon": "^0.4.4", 232 "zod": "^3.23.8" 233 } 234 }, 235 "node_modules/@babel/helper-string-parser": { 236 "version": "7.25.9", 237 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", 238 "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", 239 "license": "MIT", 240 "engines": { 241 "node": ">=6.9.0" 242 } 243 }, 244 "node_modules/@babel/helper-validator-identifier": { 245 "version": "7.25.9", 246 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", 247 "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", 248 "license": "MIT", 249 "engines": { 250 "node": ">=6.9.0" 251 } 252 }, 253 "node_modules/@babel/parser": { 254 "version": "7.26.3", 255 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.3.tgz", 256 "integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==", 257 "license": "MIT", 258 "dependencies": { 259 "@babel/types": "^7.26.3" 260 }, 261 "bin": { 262 "parser": "bin/babel-parser.js" 263 }, 264 "engines": { 265 "node": ">=6.0.0" 266 } 267 }, 268 "node_modules/@babel/types": { 269 "version": "7.26.3", 270 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz", 271 "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==", 272 "license": "MIT", 273 "dependencies": { 274 "@babel/helper-string-parser": "^7.25.9", 275 "@babel/helper-validator-identifier": "^7.25.9" 276 }, 277 "engines": { 278 "node": ">=6.9.0" 279 } 280 }, 281 "node_modules/@emnapi/runtime": { 282 "version": "1.3.1", 283 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz", 284 "integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==", 285 "dev": true, 286 "license": "MIT", 287 "optional": true, 288 "dependencies": { 289 "tslib": "^2.4.0" 290 } 291 }, 292 "node_modules/@esbuild/linux-x64": { 293 "version": "0.21.5", 294 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", 295 "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", 296 "cpu": [ 297 "x64" 298 ], 299 "license": "MIT", 300 "optional": true, 301 "os": [ 302 "linux" 303 ], 304 "engines": { 305 "node": ">=12" 306 } 307 }, 308 "node_modules/@iconify-json/fa6-brands": { 309 "version": "1.2.5", 310 "resolved": "https://registry.npmjs.org/@iconify-json/fa6-brands/-/fa6-brands-1.2.5.tgz", 311 "integrity": "sha512-U/iFfziz6jSN9zArOJZYTtoj2tQyh6MxPdI8M84DQ2kEulPaj8j+h9bqvjmzszNHmD7v+kmmKd/MLkMKk+3Zuw==", 312 "license": "CC-BY-4.0", 313 "dependencies": { 314 "@iconify/types": "*" 315 } 316 }, 317 "node_modules/@iconify-json/fa6-solid": { 318 "version": "1.2.3", 319 "resolved": "https://registry.npmjs.org/@iconify-json/fa6-solid/-/fa6-solid-1.2.3.tgz", 320 "integrity": "sha512-C5o8YJF+ekrS4wRb/6/0SE2KjRyJlCg++IOVC/fineiRinITivsmzFRNW1MQX2xfDZ1T7bxeKxLN6lcaTG3jGA==", 321 "license": "CC-BY-4.0", 322 "dependencies": { 323 "@iconify/types": "*" 324 } 325 }, 326 "node_modules/@iconify/types": { 327 "version": "2.0.0", 328 "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", 329 "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", 330 "license": "MIT" 331 }, 332 "node_modules/@img/sharp-darwin-arm64": { 333 "version": "0.33.5", 334 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz", 335 "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==", 336 "cpu": [ 337 "arm64" 338 ], 339 "dev": true, 340 "license": "Apache-2.0", 341 "optional": true, 342 "os": [ 343 "darwin" 344 ], 345 "engines": { 346 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 347 }, 348 "funding": { 349 "url": "https://opencollective.com/libvips" 350 }, 351 "optionalDependencies": { 352 "@img/sharp-libvips-darwin-arm64": "1.0.4" 353 } 354 }, 355 "node_modules/@img/sharp-darwin-x64": { 356 "version": "0.33.5", 357 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz", 358 "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==", 359 "cpu": [ 360 "x64" 361 ], 362 "dev": true, 363 "license": "Apache-2.0", 364 "optional": true, 365 "os": [ 366 "darwin" 367 ], 368 "engines": { 369 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 370 }, 371 "funding": { 372 "url": "https://opencollective.com/libvips" 373 }, 374 "optionalDependencies": { 375 "@img/sharp-libvips-darwin-x64": "1.0.4" 376 } 377 }, 378 "node_modules/@img/sharp-libvips-darwin-arm64": { 379 "version": "1.0.4", 380 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz", 381 "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==", 382 "cpu": [ 383 "arm64" 384 ], 385 "dev": true, 386 "license": "LGPL-3.0-or-later", 387 "optional": true, 388 "os": [ 389 "darwin" 390 ], 391 "funding": { 392 "url": "https://opencollective.com/libvips" 393 } 394 }, 395 "node_modules/@img/sharp-libvips-darwin-x64": { 396 "version": "1.0.4", 397 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz", 398 "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==", 399 "cpu": [ 400 "x64" 401 ], 402 "dev": true, 403 "license": "LGPL-3.0-or-later", 404 "optional": true, 405 "os": [ 406 "darwin" 407 ], 408 "funding": { 409 "url": "https://opencollective.com/libvips" 410 } 411 }, 412 "node_modules/@img/sharp-libvips-linux-arm": { 413 "version": "1.0.5", 414 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz", 415 "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==", 416 "cpu": [ 417 "arm" 418 ], 419 "dev": true, 420 "license": "LGPL-3.0-or-later", 421 "optional": true, 422 "os": [ 423 "linux" 424 ], 425 "funding": { 426 "url": "https://opencollective.com/libvips" 427 } 428 }, 429 "node_modules/@img/sharp-libvips-linux-arm64": { 430 "version": "1.0.4", 431 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz", 432 "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==", 433 "cpu": [ 434 "arm64" 435 ], 436 "dev": true, 437 "license": "LGPL-3.0-or-later", 438 "optional": true, 439 "os": [ 440 "linux" 441 ], 442 "funding": { 443 "url": "https://opencollective.com/libvips" 444 } 445 }, 446 "node_modules/@img/sharp-libvips-linux-s390x": { 447 "version": "1.0.4", 448 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz", 449 "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==", 450 "cpu": [ 451 "s390x" 452 ], 453 "dev": true, 454 "license": "LGPL-3.0-or-later", 455 "optional": true, 456 "os": [ 457 "linux" 458 ], 459 "funding": { 460 "url": "https://opencollective.com/libvips" 461 } 462 }, 463 "node_modules/@img/sharp-libvips-linux-x64": { 464 "version": "1.0.4", 465 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz", 466 "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==", 467 "cpu": [ 468 "x64" 469 ], 470 "dev": true, 471 "license": "LGPL-3.0-or-later", 472 "optional": true, 473 "os": [ 474 "linux" 475 ], 476 "funding": { 477 "url": "https://opencollective.com/libvips" 478 } 479 }, 480 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 481 "version": "1.0.4", 482 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz", 483 "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==", 484 "cpu": [ 485 "arm64" 486 ], 487 "dev": true, 488 "license": "LGPL-3.0-or-later", 489 "optional": true, 490 "os": [ 491 "linux" 492 ], 493 "funding": { 494 "url": "https://opencollective.com/libvips" 495 } 496 }, 497 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 498 "version": "1.0.4", 499 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz", 500 "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==", 501 "cpu": [ 502 "x64" 503 ], 504 "dev": true, 505 "license": "LGPL-3.0-or-later", 506 "optional": true, 507 "os": [ 508 "linux" 509 ], 510 "funding": { 511 "url": "https://opencollective.com/libvips" 512 } 513 }, 514 "node_modules/@img/sharp-linux-arm": { 515 "version": "0.33.5", 516 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz", 517 "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==", 518 "cpu": [ 519 "arm" 520 ], 521 "dev": true, 522 "license": "Apache-2.0", 523 "optional": true, 524 "os": [ 525 "linux" 526 ], 527 "engines": { 528 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 529 }, 530 "funding": { 531 "url": "https://opencollective.com/libvips" 532 }, 533 "optionalDependencies": { 534 "@img/sharp-libvips-linux-arm": "1.0.5" 535 } 536 }, 537 "node_modules/@img/sharp-linux-arm64": { 538 "version": "0.33.5", 539 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz", 540 "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==", 541 "cpu": [ 542 "arm64" 543 ], 544 "dev": true, 545 "license": "Apache-2.0", 546 "optional": true, 547 "os": [ 548 "linux" 549 ], 550 "engines": { 551 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 552 }, 553 "funding": { 554 "url": "https://opencollective.com/libvips" 555 }, 556 "optionalDependencies": { 557 "@img/sharp-libvips-linux-arm64": "1.0.4" 558 } 559 }, 560 "node_modules/@img/sharp-linux-s390x": { 561 "version": "0.33.5", 562 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz", 563 "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==", 564 "cpu": [ 565 "s390x" 566 ], 567 "dev": true, 568 "license": "Apache-2.0", 569 "optional": true, 570 "os": [ 571 "linux" 572 ], 573 "engines": { 574 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 575 }, 576 "funding": { 577 "url": "https://opencollective.com/libvips" 578 }, 579 "optionalDependencies": { 580 "@img/sharp-libvips-linux-s390x": "1.0.4" 581 } 582 }, 583 "node_modules/@img/sharp-linux-x64": { 584 "version": "0.33.5", 585 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz", 586 "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==", 587 "cpu": [ 588 "x64" 589 ], 590 "dev": true, 591 "license": "Apache-2.0", 592 "optional": true, 593 "os": [ 594 "linux" 595 ], 596 "engines": { 597 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 598 }, 599 "funding": { 600 "url": "https://opencollective.com/libvips" 601 }, 602 "optionalDependencies": { 603 "@img/sharp-libvips-linux-x64": "1.0.4" 604 } 605 }, 606 "node_modules/@img/sharp-linuxmusl-arm64": { 607 "version": "0.33.5", 608 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz", 609 "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==", 610 "cpu": [ 611 "arm64" 612 ], 613 "dev": true, 614 "license": "Apache-2.0", 615 "optional": true, 616 "os": [ 617 "linux" 618 ], 619 "engines": { 620 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 621 }, 622 "funding": { 623 "url": "https://opencollective.com/libvips" 624 }, 625 "optionalDependencies": { 626 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4" 627 } 628 }, 629 "node_modules/@img/sharp-linuxmusl-x64": { 630 "version": "0.33.5", 631 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz", 632 "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==", 633 "cpu": [ 634 "x64" 635 ], 636 "dev": true, 637 "license": "Apache-2.0", 638 "optional": true, 639 "os": [ 640 "linux" 641 ], 642 "engines": { 643 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 644 }, 645 "funding": { 646 "url": "https://opencollective.com/libvips" 647 }, 648 "optionalDependencies": { 649 "@img/sharp-libvips-linuxmusl-x64": "1.0.4" 650 } 651 }, 652 "node_modules/@img/sharp-wasm32": { 653 "version": "0.33.5", 654 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz", 655 "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==", 656 "cpu": [ 657 "wasm32" 658 ], 659 "dev": true, 660 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", 661 "optional": true, 662 "dependencies": { 663 "@emnapi/runtime": "^1.2.0" 664 }, 665 "engines": { 666 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 667 }, 668 "funding": { 669 "url": "https://opencollective.com/libvips" 670 } 671 }, 672 "node_modules/@img/sharp-win32-ia32": { 673 "version": "0.33.5", 674 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz", 675 "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==", 676 "cpu": [ 677 "ia32" 678 ], 679 "dev": true, 680 "license": "Apache-2.0 AND LGPL-3.0-or-later", 681 "optional": true, 682 "os": [ 683 "win32" 684 ], 685 "engines": { 686 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 687 }, 688 "funding": { 689 "url": "https://opencollective.com/libvips" 690 } 691 }, 692 "node_modules/@img/sharp-win32-x64": { 693 "version": "0.33.5", 694 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz", 695 "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==", 696 "cpu": [ 697 "x64" 698 ], 699 "dev": true, 700 "license": "Apache-2.0 AND LGPL-3.0-or-later", 701 "optional": true, 702 "os": [ 703 "win32" 704 ], 705 "engines": { 706 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 707 }, 708 "funding": { 709 "url": "https://opencollective.com/libvips" 710 } 711 }, 712 "node_modules/@jridgewell/gen-mapping": { 713 "version": "0.3.8", 714 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", 715 "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", 716 "license": "MIT", 717 "dependencies": { 718 "@jridgewell/set-array": "^1.2.1", 719 "@jridgewell/sourcemap-codec": "^1.4.10", 720 "@jridgewell/trace-mapping": "^0.3.24" 721 }, 722 "engines": { 723 "node": ">=6.0.0" 724 } 725 }, 726 "node_modules/@jridgewell/resolve-uri": { 727 "version": "3.1.2", 728 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 729 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 730 "license": "MIT", 731 "engines": { 732 "node": ">=6.0.0" 733 } 734 }, 735 "node_modules/@jridgewell/set-array": { 736 "version": "1.2.1", 737 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", 738 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", 739 "license": "MIT", 740 "engines": { 741 "node": ">=6.0.0" 742 } 743 }, 744 "node_modules/@jridgewell/sourcemap-codec": { 745 "version": "1.5.0", 746 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", 747 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", 748 "license": "MIT" 749 }, 750 "node_modules/@jridgewell/trace-mapping": { 751 "version": "0.3.25", 752 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", 753 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", 754 "license": "MIT", 755 "dependencies": { 756 "@jridgewell/resolve-uri": "^3.1.0", 757 "@jridgewell/sourcemap-codec": "^1.4.14" 758 } 759 }, 760 "node_modules/@mdx-js/mdx": { 761 "version": "3.1.0", 762 "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.0.tgz", 763 "integrity": "sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==", 764 "license": "MIT", 765 "dependencies": { 766 "@types/estree": "^1.0.0", 767 "@types/estree-jsx": "^1.0.0", 768 "@types/hast": "^3.0.0", 769 "@types/mdx": "^2.0.0", 770 "collapse-white-space": "^2.0.0", 771 "devlop": "^1.0.0", 772 "estree-util-is-identifier-name": "^3.0.0", 773 "estree-util-scope": "^1.0.0", 774 "estree-walker": "^3.0.0", 775 "hast-util-to-jsx-runtime": "^2.0.0", 776 "markdown-extensions": "^2.0.0", 777 "recma-build-jsx": "^1.0.0", 778 "recma-jsx": "^1.0.0", 779 "recma-stringify": "^1.0.0", 780 "rehype-recma": "^1.0.0", 781 "remark-mdx": "^3.0.0", 782 "remark-parse": "^11.0.0", 783 "remark-rehype": "^11.0.0", 784 "source-map": "^0.7.0", 785 "unified": "^11.0.0", 786 "unist-util-position-from-estree": "^2.0.0", 787 "unist-util-stringify-position": "^4.0.0", 788 "unist-util-visit": "^5.0.0", 789 "vfile": "^6.0.0" 790 }, 791 "funding": { 792 "type": "opencollective", 793 "url": "https://opencollective.com/unified" 794 } 795 }, 796 "node_modules/@nodelib/fs.scandir": { 797 "version": "2.1.5", 798 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 799 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 800 "license": "MIT", 801 "dependencies": { 802 "@nodelib/fs.stat": "2.0.5", 803 "run-parallel": "^1.1.9" 804 }, 805 "engines": { 806 "node": ">= 8" 807 } 808 }, 809 "node_modules/@nodelib/fs.stat": { 810 "version": "2.0.5", 811 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 812 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 813 "license": "MIT", 814 "engines": { 815 "node": ">= 8" 816 } 817 }, 818 "node_modules/@nodelib/fs.walk": { 819 "version": "1.2.8", 820 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 821 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 822 "license": "MIT", 823 "dependencies": { 824 "@nodelib/fs.scandir": "2.1.5", 825 "fastq": "^1.6.0" 826 }, 827 "engines": { 828 "node": ">= 8" 829 } 830 }, 831 "node_modules/@oslojs/encoding": { 832 "version": "1.1.0", 833 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", 834 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==", 835 "license": "MIT" 836 }, 837 "node_modules/@photostructure/tz-lookup": { 838 "version": "11.1.0", 839 "resolved": "https://registry.npmjs.org/@photostructure/tz-lookup/-/tz-lookup-11.1.0.tgz", 840 "integrity": "sha512-UywyhMwUdVU2aH5ls7EweTEyPpXbDkgC//Nnsm/lWfpae8WX3N33Yy0/aBmb/Pd9+qEtgcFMYTtN/Htb+cd0ZA==", 841 "dev": true, 842 "license": "CC0-1.0" 843 }, 844 "node_modules/@rollup/pluginutils": { 845 "version": "5.1.4", 846 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz", 847 "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==", 848 "license": "MIT", 849 "dependencies": { 850 "@types/estree": "^1.0.0", 851 "estree-walker": "^2.0.2", 852 "picomatch": "^4.0.2" 853 }, 854 "engines": { 855 "node": ">=14.0.0" 856 }, 857 "peerDependencies": { 858 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 859 }, 860 "peerDependenciesMeta": { 861 "rollup": { 862 "optional": true 863 } 864 } 865 }, 866 "node_modules/@rollup/pluginutils/node_modules/estree-walker": { 867 "version": "2.0.2", 868 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", 869 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", 870 "license": "MIT" 871 }, 872 "node_modules/@rollup/rollup-linux-x64-gnu": { 873 "version": "4.29.1", 874 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.29.1.tgz", 875 "integrity": "sha512-87xYCwb0cPGZFoGiErT1eDcssByaLX4fc0z2nRM6eMtV9njAfEE6OW3UniAoDhX4Iq5xQVpE6qO9aJbCFumKYQ==", 876 "cpu": [ 877 "x64" 878 ], 879 "license": "MIT", 880 "optional": true, 881 "os": [ 882 "linux" 883 ] 884 }, 885 "node_modules/@rollup/rollup-linux-x64-musl": { 886 "version": "4.29.1", 887 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.29.1.tgz", 888 "integrity": "sha512-xufkSNppNOdVRCEC4WKvlR1FBDyqCSCpQeMMgv9ZyXqqtKBfkw1yfGMTUTs9Qsl6WQbJnsGboWCp7pJGkeMhKA==", 889 "cpu": [ 890 "x64" 891 ], 892 "license": "MIT", 893 "optional": true, 894 "os": [ 895 "linux" 896 ] 897 }, 898 "node_modules/@shikijs/core": { 899 "version": "1.24.4", 900 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.24.4.tgz", 901 "integrity": "sha512-jjLsld+xEEGYlxAXDyGwWsKJ1sw5Pc1pnp4ai2ORpjx2UX08YYTC0NNqQYO1PaghYaR+PvgMOGuvzw2he9sk0Q==", 902 "license": "MIT", 903 "dependencies": { 904 "@shikijs/engine-javascript": "1.24.4", 905 "@shikijs/engine-oniguruma": "1.24.4", 906 "@shikijs/types": "1.24.4", 907 "@shikijs/vscode-textmate": "^9.3.1", 908 "@types/hast": "^3.0.4", 909 "hast-util-to-html": "^9.0.4" 910 } 911 }, 912 "node_modules/@shikijs/engine-javascript": { 913 "version": "1.24.4", 914 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.24.4.tgz", 915 "integrity": "sha512-TClaQOLvo9WEMJv6GoUsykQ6QdynuKszuORFWCke8qvi6PeLm7FcD9+7y45UenysxEWYpDL5KJaVXTngTE+2BA==", 916 "license": "MIT", 917 "dependencies": { 918 "@shikijs/types": "1.24.4", 919 "@shikijs/vscode-textmate": "^9.3.1", 920 "oniguruma-to-es": "0.8.1" 921 } 922 }, 923 "node_modules/@shikijs/engine-oniguruma": { 924 "version": "1.24.4", 925 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.24.4.tgz", 926 "integrity": "sha512-Do2ry6flp2HWdvpj2XOwwa0ljZBRy15HKZITzPcNIBOGSeprnA8gOooA/bLsSPuy8aJBa+Q/r34dMmC3KNL/zw==", 927 "license": "MIT", 928 "dependencies": { 929 "@shikijs/types": "1.24.4", 930 "@shikijs/vscode-textmate": "^9.3.1" 931 } 932 }, 933 "node_modules/@shikijs/types": { 934 "version": "1.24.4", 935 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.24.4.tgz", 936 "integrity": "sha512-0r0XU7Eaow0PuDxuWC1bVqmWCgm3XqizIaT7SM42K03vc69LGooT0U8ccSR44xP/hGlNx4FKhtYpV+BU6aaKAA==", 937 "license": "MIT", 938 "dependencies": { 939 "@shikijs/vscode-textmate": "^9.3.1", 940 "@types/hast": "^3.0.4" 941 } 942 }, 943 "node_modules/@shikijs/vscode-textmate": { 944 "version": "9.3.1", 945 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.3.1.tgz", 946 "integrity": "sha512-79QfK1393x9Ho60QFyLti+QfdJzRQCVLFb97kOIV7Eo9vQU/roINgk7m24uv0a7AUvN//RDH36FLjjK48v0s9g==", 947 "license": "MIT" 948 }, 949 "node_modules/@sveltejs/vite-plugin-svelte": { 950 "version": "5.0.3", 951 "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-5.0.3.tgz", 952 "integrity": "sha512-MCFS6CrQDu1yGwspm4qtli0e63vaPCehf6V7pIMP15AsWgMKrqDGCPFF/0kn4SP0ii4aySu4Pa62+fIRGFMjgw==", 953 "license": "MIT", 954 "dependencies": { 955 "@sveltejs/vite-plugin-svelte-inspector": "^4.0.1", 956 "debug": "^4.4.0", 957 "deepmerge": "^4.3.1", 958 "kleur": "^4.1.5", 959 "magic-string": "^0.30.15", 960 "vitefu": "^1.0.4" 961 }, 962 "engines": { 963 "node": "^18.0.0 || ^20.0.0 || >=22" 964 }, 965 "peerDependencies": { 966 "svelte": "^5.0.0", 967 "vite": "^6.0.0" 968 } 969 }, 970 "node_modules/@sveltejs/vite-plugin-svelte-inspector": { 971 "version": "4.0.1", 972 "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-4.0.1.tgz", 973 "integrity": "sha512-J/Nmb2Q2y7mck2hyCX4ckVHcR5tu2J+MtBEQqpDrrgELZ2uvraQcK/ioCV61AqkdXFgriksOKIceDcQmqnGhVw==", 974 "license": "MIT", 975 "dependencies": { 976 "debug": "^4.3.7" 977 }, 978 "engines": { 979 "node": "^18.0.0 || ^20.0.0 || >=22" 980 }, 981 "peerDependencies": { 982 "@sveltejs/vite-plugin-svelte": "^5.0.0", 983 "svelte": "^5.0.0", 984 "vite": "^6.0.0" 985 } 986 }, 987 "node_modules/@types/acorn": { 988 "version": "4.0.6", 989 "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz", 990 "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==", 991 "license": "MIT", 992 "dependencies": { 993 "@types/estree": "*" 994 } 995 }, 996 "node_modules/@types/cookie": { 997 "version": "0.6.0", 998 "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", 999 "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", 1000 "license": "MIT" 1001 }, 1002 "node_modules/@types/debug": { 1003 "version": "4.1.12", 1004 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1005 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1006 "license": "MIT", 1007 "dependencies": { 1008 "@types/ms": "*" 1009 } 1010 }, 1011 "node_modules/@types/estree": { 1012 "version": "1.0.6", 1013 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", 1014 "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", 1015 "license": "MIT" 1016 }, 1017 "node_modules/@types/estree-jsx": { 1018 "version": "1.0.5", 1019 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", 1020 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", 1021 "license": "MIT", 1022 "dependencies": { 1023 "@types/estree": "*" 1024 } 1025 }, 1026 "node_modules/@types/hast": { 1027 "version": "3.0.4", 1028 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 1029 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 1030 "license": "MIT", 1031 "dependencies": { 1032 "@types/unist": "*" 1033 } 1034 }, 1035 "node_modules/@types/luxon": { 1036 "version": "3.4.2", 1037 "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.4.2.tgz", 1038 "integrity": "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==", 1039 "dev": true, 1040 "license": "MIT" 1041 }, 1042 "node_modules/@types/mdast": { 1043 "version": "4.0.4", 1044 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 1045 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 1046 "license": "MIT", 1047 "dependencies": { 1048 "@types/unist": "*" 1049 } 1050 }, 1051 "node_modules/@types/mdx": { 1052 "version": "2.0.13", 1053 "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", 1054 "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", 1055 "license": "MIT" 1056 }, 1057 "node_modules/@types/ms": { 1058 "version": "0.7.34", 1059 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", 1060 "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==", 1061 "license": "MIT" 1062 }, 1063 "node_modules/@types/nlcst": { 1064 "version": "2.0.3", 1065 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", 1066 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", 1067 "license": "MIT", 1068 "dependencies": { 1069 "@types/unist": "*" 1070 } 1071 }, 1072 "node_modules/@types/node": { 1073 "version": "22.10.2", 1074 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", 1075 "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", 1076 "license": "MIT", 1077 "dependencies": { 1078 "undici-types": "~6.20.0" 1079 } 1080 }, 1081 "node_modules/@types/sax": { 1082 "version": "1.2.7", 1083 "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", 1084 "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", 1085 "license": "MIT", 1086 "dependencies": { 1087 "@types/node": "*" 1088 } 1089 }, 1090 "node_modules/@types/unist": { 1091 "version": "3.0.3", 1092 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 1093 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 1094 "license": "MIT" 1095 }, 1096 "node_modules/@ungap/structured-clone": { 1097 "version": "1.2.1", 1098 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.1.tgz", 1099 "integrity": "sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==", 1100 "license": "ISC" 1101 }, 1102 "node_modules/@vercel/analytics": { 1103 "version": "1.4.1", 1104 "resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.4.1.tgz", 1105 "integrity": "sha512-ekpL4ReX2TH3LnrRZTUKjHHNpNy9S1I7QmS+g/RQXoSUQ8ienzosuX7T9djZ/s8zPhBx1mpHP/Rw5875N+zQIQ==", 1106 "license": "MPL-2.0", 1107 "peerDependencies": { 1108 "@remix-run/react": "^2", 1109 "@sveltejs/kit": "^1 || ^2", 1110 "next": ">= 13", 1111 "react": "^18 || ^19 || ^19.0.0-rc", 1112 "svelte": ">= 4", 1113 "vue": "^3", 1114 "vue-router": "^4" 1115 }, 1116 "peerDependenciesMeta": { 1117 "@remix-run/react": { 1118 "optional": true 1119 }, 1120 "@sveltejs/kit": { 1121 "optional": true 1122 }, 1123 "next": { 1124 "optional": true 1125 }, 1126 "react": { 1127 "optional": true 1128 }, 1129 "svelte": { 1130 "optional": true 1131 }, 1132 "vue": { 1133 "optional": true 1134 }, 1135 "vue-router": { 1136 "optional": true 1137 } 1138 } 1139 }, 1140 "node_modules/@vercel/speed-insights": { 1141 "version": "1.1.0", 1142 "resolved": "https://registry.npmjs.org/@vercel/speed-insights/-/speed-insights-1.1.0.tgz", 1143 "integrity": "sha512-rAXxuhhO4mlRGC9noa5F7HLMtGg8YF1zAN6Pjd1Ny4pII4cerhtwSG4vympbCl+pWkH7nBS9kVXRD4FAn54dlg==", 1144 "hasInstallScript": true, 1145 "license": "Apache-2.0", 1146 "peerDependencies": { 1147 "@sveltejs/kit": "^1 || ^2", 1148 "next": ">= 13", 1149 "react": "^18 || ^19 || ^19.0.0-rc", 1150 "svelte": ">= 4", 1151 "vue": "^3", 1152 "vue-router": "^4" 1153 }, 1154 "peerDependenciesMeta": { 1155 "@sveltejs/kit": { 1156 "optional": true 1157 }, 1158 "next": { 1159 "optional": true 1160 }, 1161 "react": { 1162 "optional": true 1163 }, 1164 "svelte": { 1165 "optional": true 1166 }, 1167 "vue": { 1168 "optional": true 1169 }, 1170 "vue-router": { 1171 "optional": true 1172 } 1173 } 1174 }, 1175 "node_modules/acorn": { 1176 "version": "8.14.0", 1177 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", 1178 "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", 1179 "license": "MIT", 1180 "bin": { 1181 "acorn": "bin/acorn" 1182 }, 1183 "engines": { 1184 "node": ">=0.4.0" 1185 } 1186 }, 1187 "node_modules/acorn-jsx": { 1188 "version": "5.3.2", 1189 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 1190 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 1191 "license": "MIT", 1192 "peerDependencies": { 1193 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 1194 } 1195 }, 1196 "node_modules/acorn-typescript": { 1197 "version": "1.4.13", 1198 "resolved": "https://registry.npmjs.org/acorn-typescript/-/acorn-typescript-1.4.13.tgz", 1199 "integrity": "sha512-xsc9Xv0xlVfwp2o7sQ+GCQ1PgbkdcpWdTzrwXxO3xDMTAywVS3oXVOcOHuRjAPkS4P9b+yc/qNF15460v+jp4Q==", 1200 "license": "MIT", 1201 "peerDependencies": { 1202 "acorn": ">=8.9.0" 1203 } 1204 }, 1205 "node_modules/ansi-align": { 1206 "version": "3.0.1", 1207 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 1208 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 1209 "license": "ISC", 1210 "dependencies": { 1211 "string-width": "^4.1.0" 1212 } 1213 }, 1214 "node_modules/ansi-align/node_modules/ansi-regex": { 1215 "version": "5.0.1", 1216 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 1217 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 1218 "license": "MIT", 1219 "engines": { 1220 "node": ">=8" 1221 } 1222 }, 1223 "node_modules/ansi-align/node_modules/emoji-regex": { 1224 "version": "8.0.0", 1225 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 1226 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 1227 "license": "MIT" 1228 }, 1229 "node_modules/ansi-align/node_modules/string-width": { 1230 "version": "4.2.3", 1231 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 1232 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 1233 "license": "MIT", 1234 "dependencies": { 1235 "emoji-regex": "^8.0.0", 1236 "is-fullwidth-code-point": "^3.0.0", 1237 "strip-ansi": "^6.0.1" 1238 }, 1239 "engines": { 1240 "node": ">=8" 1241 } 1242 }, 1243 "node_modules/ansi-align/node_modules/strip-ansi": { 1244 "version": "6.0.1", 1245 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 1246 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 1247 "license": "MIT", 1248 "dependencies": { 1249 "ansi-regex": "^5.0.1" 1250 }, 1251 "engines": { 1252 "node": ">=8" 1253 } 1254 }, 1255 "node_modules/ansi-regex": { 1256 "version": "6.1.0", 1257 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 1258 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 1259 "license": "MIT", 1260 "engines": { 1261 "node": ">=12" 1262 }, 1263 "funding": { 1264 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 1265 } 1266 }, 1267 "node_modules/ansi-styles": { 1268 "version": "6.2.1", 1269 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 1270 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 1271 "license": "MIT", 1272 "engines": { 1273 "node": ">=12" 1274 }, 1275 "funding": { 1276 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 1277 } 1278 }, 1279 "node_modules/anymatch": { 1280 "version": "3.1.3", 1281 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 1282 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 1283 "license": "ISC", 1284 "dependencies": { 1285 "normalize-path": "^3.0.0", 1286 "picomatch": "^2.0.4" 1287 }, 1288 "engines": { 1289 "node": ">= 8" 1290 } 1291 }, 1292 "node_modules/anymatch/node_modules/picomatch": { 1293 "version": "2.3.1", 1294 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 1295 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 1296 "license": "MIT", 1297 "engines": { 1298 "node": ">=8.6" 1299 }, 1300 "funding": { 1301 "url": "https://github.com/sponsors/jonschlinkert" 1302 } 1303 }, 1304 "node_modules/arg": { 1305 "version": "5.0.2", 1306 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 1307 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", 1308 "license": "MIT" 1309 }, 1310 "node_modules/argparse": { 1311 "version": "2.0.1", 1312 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 1313 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 1314 "license": "Python-2.0" 1315 }, 1316 "node_modules/aria-query": { 1317 "version": "5.3.2", 1318 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", 1319 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", 1320 "license": "Apache-2.0", 1321 "engines": { 1322 "node": ">= 0.4" 1323 } 1324 }, 1325 "node_modules/array-iterate": { 1326 "version": "2.0.1", 1327 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 1328 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 1329 "license": "MIT", 1330 "funding": { 1331 "type": "github", 1332 "url": "https://github.com/sponsors/wooorm" 1333 } 1334 }, 1335 "node_modules/astring": { 1336 "version": "1.9.0", 1337 "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", 1338 "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", 1339 "license": "MIT", 1340 "bin": { 1341 "astring": "bin/astring" 1342 } 1343 }, 1344 "node_modules/astro": { 1345 "version": "5.1.1", 1346 "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.1.tgz", 1347 "integrity": "sha512-prpWC2PRs4P3FKQg6gZaU+VNMqbZi5pDvORGB2nrjfRjkrvF6/l4BqhvkJ6YQ0Ohm5rIMVz8ljgaRI77mLHbwg==", 1348 "license": "MIT", 1349 "dependencies": { 1350 "@astrojs/compiler": "^2.10.3", 1351 "@astrojs/internal-helpers": "0.4.2", 1352 "@astrojs/markdown-remark": "6.0.1", 1353 "@astrojs/telemetry": "3.2.0", 1354 "@oslojs/encoding": "^1.1.0", 1355 "@rollup/pluginutils": "^5.1.3", 1356 "@types/cookie": "^0.6.0", 1357 "acorn": "^8.14.0", 1358 "aria-query": "^5.3.2", 1359 "axobject-query": "^4.1.0", 1360 "boxen": "8.0.1", 1361 "ci-info": "^4.1.0", 1362 "clsx": "^2.1.1", 1363 "common-ancestor-path": "^1.0.1", 1364 "cookie": "^0.7.2", 1365 "cssesc": "^3.0.0", 1366 "debug": "^4.3.7", 1367 "deterministic-object-hash": "^2.0.2", 1368 "devalue": "^5.1.1", 1369 "diff": "^5.2.0", 1370 "dlv": "^1.1.3", 1371 "dset": "^3.1.4", 1372 "es-module-lexer": "^1.5.4", 1373 "esbuild": "^0.21.5", 1374 "estree-walker": "^3.0.3", 1375 "fast-glob": "^3.3.2", 1376 "flattie": "^1.1.1", 1377 "github-slugger": "^2.0.0", 1378 "html-escaper": "^3.0.3", 1379 "http-cache-semantics": "^4.1.1", 1380 "js-yaml": "^4.1.0", 1381 "kleur": "^4.1.5", 1382 "magic-string": "^0.30.14", 1383 "magicast": "^0.3.5", 1384 "micromatch": "^4.0.8", 1385 "mrmime": "^2.0.0", 1386 "neotraverse": "^0.6.18", 1387 "p-limit": "^6.1.0", 1388 "p-queue": "^8.0.1", 1389 "preferred-pm": "^4.0.0", 1390 "prompts": "^2.4.2", 1391 "rehype": "^13.0.2", 1392 "semver": "^7.6.3", 1393 "shiki": "^1.23.1", 1394 "tinyexec": "^0.3.1", 1395 "tsconfck": "^3.1.4", 1396 "ultrahtml": "^1.5.3", 1397 "unist-util-visit": "^5.0.0", 1398 "unstorage": "^1.14.0", 1399 "vfile": "^6.0.3", 1400 "vite": "^6.0.5", 1401 "vitefu": "^1.0.4", 1402 "which-pm": "^3.0.0", 1403 "xxhash-wasm": "^1.1.0", 1404 "yargs-parser": "^21.1.1", 1405 "yocto-spinner": "^0.1.0", 1406 "zod": "^3.23.8", 1407 "zod-to-json-schema": "^3.23.5", 1408 "zod-to-ts": "^1.2.0" 1409 }, 1410 "bin": { 1411 "astro": "astro.js" 1412 }, 1413 "engines": { 1414 "node": "^18.17.1 || ^20.3.0 || >=22.0.0", 1415 "npm": ">=9.6.5", 1416 "pnpm": ">=7.1.0" 1417 }, 1418 "optionalDependencies": { 1419 "sharp": "^0.33.3" 1420 } 1421 }, 1422 "node_modules/await-lock": { 1423 "version": "2.2.2", 1424 "resolved": "https://registry.npmjs.org/await-lock/-/await-lock-2.2.2.tgz", 1425 "integrity": "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==", 1426 "license": "MIT" 1427 }, 1428 "node_modules/axobject-query": { 1429 "version": "4.1.0", 1430 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", 1431 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", 1432 "license": "Apache-2.0", 1433 "engines": { 1434 "node": ">= 0.4" 1435 } 1436 }, 1437 "node_modules/bail": { 1438 "version": "2.0.2", 1439 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 1440 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 1441 "license": "MIT", 1442 "funding": { 1443 "type": "github", 1444 "url": "https://github.com/sponsors/wooorm" 1445 } 1446 }, 1447 "node_modules/base-64": { 1448 "version": "1.0.0", 1449 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", 1450 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==", 1451 "license": "MIT" 1452 }, 1453 "node_modules/batch-cluster": { 1454 "version": "13.0.0", 1455 "resolved": "https://registry.npmjs.org/batch-cluster/-/batch-cluster-13.0.0.tgz", 1456 "integrity": "sha512-EreW0Vi8TwovhYUHBXXRA5tthuU2ynGsZFlboyMJHCCUXYa2AjgwnE3ubBOJs2xJLcuXFJbi6c/8pH5+FVj8Og==", 1457 "dev": true, 1458 "license": "MIT", 1459 "engines": { 1460 "node": ">=14" 1461 } 1462 }, 1463 "node_modules/binary-extensions": { 1464 "version": "2.3.0", 1465 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", 1466 "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", 1467 "license": "MIT", 1468 "engines": { 1469 "node": ">=8" 1470 }, 1471 "funding": { 1472 "url": "https://github.com/sponsors/sindresorhus" 1473 } 1474 }, 1475 "node_modules/boxen": { 1476 "version": "8.0.1", 1477 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz", 1478 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==", 1479 "license": "MIT", 1480 "dependencies": { 1481 "ansi-align": "^3.0.1", 1482 "camelcase": "^8.0.0", 1483 "chalk": "^5.3.0", 1484 "cli-boxes": "^3.0.0", 1485 "string-width": "^7.2.0", 1486 "type-fest": "^4.21.0", 1487 "widest-line": "^5.0.0", 1488 "wrap-ansi": "^9.0.0" 1489 }, 1490 "engines": { 1491 "node": ">=18" 1492 }, 1493 "funding": { 1494 "url": "https://github.com/sponsors/sindresorhus" 1495 } 1496 }, 1497 "node_modules/braces": { 1498 "version": "3.0.3", 1499 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 1500 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 1501 "license": "MIT", 1502 "dependencies": { 1503 "fill-range": "^7.1.1" 1504 }, 1505 "engines": { 1506 "node": ">=8" 1507 } 1508 }, 1509 "node_modules/camelcase": { 1510 "version": "8.0.0", 1511 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", 1512 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", 1513 "license": "MIT", 1514 "engines": { 1515 "node": ">=16" 1516 }, 1517 "funding": { 1518 "url": "https://github.com/sponsors/sindresorhus" 1519 } 1520 }, 1521 "node_modules/ccount": { 1522 "version": "2.0.1", 1523 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 1524 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 1525 "license": "MIT", 1526 "funding": { 1527 "type": "github", 1528 "url": "https://github.com/sponsors/wooorm" 1529 } 1530 }, 1531 "node_modules/chalk": { 1532 "version": "5.4.1", 1533 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", 1534 "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", 1535 "license": "MIT", 1536 "engines": { 1537 "node": "^12.17.0 || ^14.13 || >=16.0.0" 1538 }, 1539 "funding": { 1540 "url": "https://github.com/chalk/chalk?sponsor=1" 1541 } 1542 }, 1543 "node_modules/character-entities": { 1544 "version": "2.0.2", 1545 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 1546 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 1547 "license": "MIT", 1548 "funding": { 1549 "type": "github", 1550 "url": "https://github.com/sponsors/wooorm" 1551 } 1552 }, 1553 "node_modules/character-entities-html4": { 1554 "version": "2.1.0", 1555 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 1556 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 1557 "license": "MIT", 1558 "funding": { 1559 "type": "github", 1560 "url": "https://github.com/sponsors/wooorm" 1561 } 1562 }, 1563 "node_modules/character-entities-legacy": { 1564 "version": "3.0.0", 1565 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 1566 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 1567 "license": "MIT", 1568 "funding": { 1569 "type": "github", 1570 "url": "https://github.com/sponsors/wooorm" 1571 } 1572 }, 1573 "node_modules/character-reference-invalid": { 1574 "version": "2.0.1", 1575 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", 1576 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", 1577 "license": "MIT", 1578 "funding": { 1579 "type": "github", 1580 "url": "https://github.com/sponsors/wooorm" 1581 } 1582 }, 1583 "node_modules/chokidar": { 1584 "version": "3.6.0", 1585 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", 1586 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", 1587 "license": "MIT", 1588 "dependencies": { 1589 "anymatch": "~3.1.2", 1590 "braces": "~3.0.2", 1591 "glob-parent": "~5.1.2", 1592 "is-binary-path": "~2.1.0", 1593 "is-glob": "~4.0.1", 1594 "normalize-path": "~3.0.0", 1595 "readdirp": "~3.6.0" 1596 }, 1597 "engines": { 1598 "node": ">= 8.10.0" 1599 }, 1600 "funding": { 1601 "url": "https://paulmillr.com/funding/" 1602 }, 1603 "optionalDependencies": { 1604 "fsevents": "~2.3.2" 1605 } 1606 }, 1607 "node_modules/ci-info": { 1608 "version": "4.1.0", 1609 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", 1610 "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", 1611 "funding": [ 1612 { 1613 "type": "github", 1614 "url": "https://github.com/sponsors/sibiraj-s" 1615 } 1616 ], 1617 "license": "MIT", 1618 "engines": { 1619 "node": ">=8" 1620 } 1621 }, 1622 "node_modules/cli-boxes": { 1623 "version": "3.0.0", 1624 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 1625 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 1626 "license": "MIT", 1627 "engines": { 1628 "node": ">=10" 1629 }, 1630 "funding": { 1631 "url": "https://github.com/sponsors/sindresorhus" 1632 } 1633 }, 1634 "node_modules/clsx": { 1635 "version": "2.1.1", 1636 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 1637 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 1638 "license": "MIT", 1639 "engines": { 1640 "node": ">=6" 1641 } 1642 }, 1643 "node_modules/collapse-white-space": { 1644 "version": "2.1.0", 1645 "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", 1646 "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", 1647 "license": "MIT", 1648 "funding": { 1649 "type": "github", 1650 "url": "https://github.com/sponsors/wooorm" 1651 } 1652 }, 1653 "node_modules/color": { 1654 "version": "4.2.3", 1655 "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", 1656 "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", 1657 "devOptional": true, 1658 "license": "MIT", 1659 "dependencies": { 1660 "color-convert": "^2.0.1", 1661 "color-string": "^1.9.0" 1662 }, 1663 "engines": { 1664 "node": ">=12.5.0" 1665 } 1666 }, 1667 "node_modules/color-convert": { 1668 "version": "2.0.1", 1669 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 1670 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 1671 "devOptional": true, 1672 "license": "MIT", 1673 "dependencies": { 1674 "color-name": "~1.1.4" 1675 }, 1676 "engines": { 1677 "node": ">=7.0.0" 1678 } 1679 }, 1680 "node_modules/color-name": { 1681 "version": "1.1.4", 1682 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 1683 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 1684 "devOptional": true, 1685 "license": "MIT" 1686 }, 1687 "node_modules/color-string": { 1688 "version": "1.9.1", 1689 "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", 1690 "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", 1691 "devOptional": true, 1692 "license": "MIT", 1693 "dependencies": { 1694 "color-name": "^1.0.0", 1695 "simple-swizzle": "^0.2.2" 1696 } 1697 }, 1698 "node_modules/comma-separated-tokens": { 1699 "version": "2.0.3", 1700 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 1701 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 1702 "license": "MIT", 1703 "funding": { 1704 "type": "github", 1705 "url": "https://github.com/sponsors/wooorm" 1706 } 1707 }, 1708 "node_modules/common-ancestor-path": { 1709 "version": "1.0.1", 1710 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", 1711 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", 1712 "license": "ISC" 1713 }, 1714 "node_modules/consola": { 1715 "version": "3.3.3", 1716 "resolved": "https://registry.npmjs.org/consola/-/consola-3.3.3.tgz", 1717 "integrity": "sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg==", 1718 "license": "MIT", 1719 "engines": { 1720 "node": "^14.18.0 || >=16.10.0" 1721 } 1722 }, 1723 "node_modules/cookie": { 1724 "version": "0.7.2", 1725 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", 1726 "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", 1727 "license": "MIT", 1728 "engines": { 1729 "node": ">= 0.6" 1730 } 1731 }, 1732 "node_modules/cookie-es": { 1733 "version": "1.2.2", 1734 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz", 1735 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==", 1736 "license": "MIT" 1737 }, 1738 "node_modules/crossws": { 1739 "version": "0.3.1", 1740 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.1.tgz", 1741 "integrity": "sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==", 1742 "license": "MIT", 1743 "dependencies": { 1744 "uncrypto": "^0.1.3" 1745 } 1746 }, 1747 "node_modules/cssesc": { 1748 "version": "3.0.0", 1749 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 1750 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 1751 "license": "MIT", 1752 "bin": { 1753 "cssesc": "bin/cssesc" 1754 }, 1755 "engines": { 1756 "node": ">=4" 1757 } 1758 }, 1759 "node_modules/debug": { 1760 "version": "4.4.0", 1761 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 1762 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 1763 "license": "MIT", 1764 "dependencies": { 1765 "ms": "^2.1.3" 1766 }, 1767 "engines": { 1768 "node": ">=6.0" 1769 }, 1770 "peerDependenciesMeta": { 1771 "supports-color": { 1772 "optional": true 1773 } 1774 } 1775 }, 1776 "node_modules/decode-named-character-reference": { 1777 "version": "1.0.2", 1778 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", 1779 "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", 1780 "license": "MIT", 1781 "dependencies": { 1782 "character-entities": "^2.0.0" 1783 }, 1784 "funding": { 1785 "type": "github", 1786 "url": "https://github.com/sponsors/wooorm" 1787 } 1788 }, 1789 "node_modules/dedent-js": { 1790 "version": "1.0.1", 1791 "resolved": "https://registry.npmjs.org/dedent-js/-/dedent-js-1.0.1.tgz", 1792 "integrity": "sha512-OUepMozQULMLUmhxS95Vudo0jb0UchLimi3+pQ2plj61Fcy8axbP9hbiD4Sz6DPqn6XG3kfmziVfQ1rSys5AJQ==", 1793 "license": "MIT" 1794 }, 1795 "node_modules/deepmerge": { 1796 "version": "4.3.1", 1797 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", 1798 "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", 1799 "license": "MIT", 1800 "engines": { 1801 "node": ">=0.10.0" 1802 } 1803 }, 1804 "node_modules/defu": { 1805 "version": "6.1.4", 1806 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", 1807 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", 1808 "license": "MIT" 1809 }, 1810 "node_modules/dequal": { 1811 "version": "2.0.3", 1812 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 1813 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 1814 "license": "MIT", 1815 "engines": { 1816 "node": ">=6" 1817 } 1818 }, 1819 "node_modules/destr": { 1820 "version": "2.0.3", 1821 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz", 1822 "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==", 1823 "license": "MIT" 1824 }, 1825 "node_modules/detect-libc": { 1826 "version": "2.0.3", 1827 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", 1828 "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", 1829 "devOptional": true, 1830 "license": "Apache-2.0", 1831 "engines": { 1832 "node": ">=8" 1833 } 1834 }, 1835 "node_modules/deterministic-object-hash": { 1836 "version": "2.0.2", 1837 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", 1838 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", 1839 "license": "MIT", 1840 "dependencies": { 1841 "base-64": "^1.0.0" 1842 }, 1843 "engines": { 1844 "node": ">=18" 1845 } 1846 }, 1847 "node_modules/devalue": { 1848 "version": "5.1.1", 1849 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.1.1.tgz", 1850 "integrity": "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==", 1851 "license": "MIT" 1852 }, 1853 "node_modules/devlop": { 1854 "version": "1.1.0", 1855 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 1856 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 1857 "license": "MIT", 1858 "dependencies": { 1859 "dequal": "^2.0.0" 1860 }, 1861 "funding": { 1862 "type": "github", 1863 "url": "https://github.com/sponsors/wooorm" 1864 } 1865 }, 1866 "node_modules/diff": { 1867 "version": "5.2.0", 1868 "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", 1869 "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", 1870 "license": "BSD-3-Clause", 1871 "engines": { 1872 "node": ">=0.3.1" 1873 } 1874 }, 1875 "node_modules/dlv": { 1876 "version": "1.1.3", 1877 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 1878 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", 1879 "license": "MIT" 1880 }, 1881 "node_modules/dset": { 1882 "version": "3.1.4", 1883 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", 1884 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", 1885 "license": "MIT", 1886 "engines": { 1887 "node": ">=4" 1888 } 1889 }, 1890 "node_modules/emoji-regex": { 1891 "version": "10.4.0", 1892 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", 1893 "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", 1894 "license": "MIT" 1895 }, 1896 "node_modules/emoji-regex-xs": { 1897 "version": "1.0.0", 1898 "resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz", 1899 "integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==", 1900 "license": "MIT" 1901 }, 1902 "node_modules/entities": { 1903 "version": "4.5.0", 1904 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", 1905 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", 1906 "license": "BSD-2-Clause", 1907 "engines": { 1908 "node": ">=0.12" 1909 }, 1910 "funding": { 1911 "url": "https://github.com/fb55/entities?sponsor=1" 1912 } 1913 }, 1914 "node_modules/es-module-lexer": { 1915 "version": "1.6.0", 1916 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz", 1917 "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==", 1918 "license": "MIT" 1919 }, 1920 "node_modules/esast-util-from-estree": { 1921 "version": "2.0.0", 1922 "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz", 1923 "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==", 1924 "license": "MIT", 1925 "dependencies": { 1926 "@types/estree-jsx": "^1.0.0", 1927 "devlop": "^1.0.0", 1928 "estree-util-visit": "^2.0.0", 1929 "unist-util-position-from-estree": "^2.0.0" 1930 }, 1931 "funding": { 1932 "type": "opencollective", 1933 "url": "https://opencollective.com/unified" 1934 } 1935 }, 1936 "node_modules/esast-util-from-js": { 1937 "version": "2.0.1", 1938 "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz", 1939 "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==", 1940 "license": "MIT", 1941 "dependencies": { 1942 "@types/estree-jsx": "^1.0.0", 1943 "acorn": "^8.0.0", 1944 "esast-util-from-estree": "^2.0.0", 1945 "vfile-message": "^4.0.0" 1946 }, 1947 "funding": { 1948 "type": "opencollective", 1949 "url": "https://opencollective.com/unified" 1950 } 1951 }, 1952 "node_modules/esbuild": { 1953 "version": "0.21.5", 1954 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", 1955 "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", 1956 "hasInstallScript": true, 1957 "license": "MIT", 1958 "bin": { 1959 "esbuild": "bin/esbuild" 1960 }, 1961 "engines": { 1962 "node": ">=12" 1963 }, 1964 "optionalDependencies": { 1965 "@esbuild/aix-ppc64": "0.21.5", 1966 "@esbuild/android-arm": "0.21.5", 1967 "@esbuild/android-arm64": "0.21.5", 1968 "@esbuild/android-x64": "0.21.5", 1969 "@esbuild/darwin-arm64": "0.21.5", 1970 "@esbuild/darwin-x64": "0.21.5", 1971 "@esbuild/freebsd-arm64": "0.21.5", 1972 "@esbuild/freebsd-x64": "0.21.5", 1973 "@esbuild/linux-arm": "0.21.5", 1974 "@esbuild/linux-arm64": "0.21.5", 1975 "@esbuild/linux-ia32": "0.21.5", 1976 "@esbuild/linux-loong64": "0.21.5", 1977 "@esbuild/linux-mips64el": "0.21.5", 1978 "@esbuild/linux-ppc64": "0.21.5", 1979 "@esbuild/linux-riscv64": "0.21.5", 1980 "@esbuild/linux-s390x": "0.21.5", 1981 "@esbuild/linux-x64": "0.21.5", 1982 "@esbuild/netbsd-x64": "0.21.5", 1983 "@esbuild/openbsd-x64": "0.21.5", 1984 "@esbuild/sunos-x64": "0.21.5", 1985 "@esbuild/win32-arm64": "0.21.5", 1986 "@esbuild/win32-ia32": "0.21.5", 1987 "@esbuild/win32-x64": "0.21.5" 1988 } 1989 }, 1990 "node_modules/escape-string-regexp": { 1991 "version": "5.0.0", 1992 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 1993 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 1994 "license": "MIT", 1995 "engines": { 1996 "node": ">=12" 1997 }, 1998 "funding": { 1999 "url": "https://github.com/sponsors/sindresorhus" 2000 } 2001 }, 2002 "node_modules/esm-env": { 2003 "version": "1.2.1", 2004 "resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.2.1.tgz", 2005 "integrity": "sha512-U9JedYYjCnadUlXk7e1Kr+aENQhtUaoaV9+gZm1T8LC/YBAPJx3NSPIAurFOC0U5vrdSevnUJS2/wUVxGwPhng==", 2006 "license": "MIT" 2007 }, 2008 "node_modules/esprima": { 2009 "version": "4.0.1", 2010 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", 2011 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", 2012 "license": "BSD-2-Clause", 2013 "bin": { 2014 "esparse": "bin/esparse.js", 2015 "esvalidate": "bin/esvalidate.js" 2016 }, 2017 "engines": { 2018 "node": ">=4" 2019 } 2020 }, 2021 "node_modules/esrap": { 2022 "version": "1.3.2", 2023 "resolved": "https://registry.npmjs.org/esrap/-/esrap-1.3.2.tgz", 2024 "integrity": "sha512-C4PXusxYhFT98GjLSmb20k9PREuUdporer50dhzGuJu9IJXktbMddVCMLAERl5dAHyAi73GWWCE4FVHGP1794g==", 2025 "license": "MIT", 2026 "dependencies": { 2027 "@jridgewell/sourcemap-codec": "^1.4.15" 2028 } 2029 }, 2030 "node_modules/estree-util-attach-comments": { 2031 "version": "3.0.0", 2032 "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", 2033 "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", 2034 "license": "MIT", 2035 "dependencies": { 2036 "@types/estree": "^1.0.0" 2037 }, 2038 "funding": { 2039 "type": "opencollective", 2040 "url": "https://opencollective.com/unified" 2041 } 2042 }, 2043 "node_modules/estree-util-build-jsx": { 2044 "version": "3.0.1", 2045 "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", 2046 "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", 2047 "license": "MIT", 2048 "dependencies": { 2049 "@types/estree-jsx": "^1.0.0", 2050 "devlop": "^1.0.0", 2051 "estree-util-is-identifier-name": "^3.0.0", 2052 "estree-walker": "^3.0.0" 2053 }, 2054 "funding": { 2055 "type": "opencollective", 2056 "url": "https://opencollective.com/unified" 2057 } 2058 }, 2059 "node_modules/estree-util-is-identifier-name": { 2060 "version": "3.0.0", 2061 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", 2062 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", 2063 "license": "MIT", 2064 "funding": { 2065 "type": "opencollective", 2066 "url": "https://opencollective.com/unified" 2067 } 2068 }, 2069 "node_modules/estree-util-scope": { 2070 "version": "1.0.0", 2071 "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz", 2072 "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==", 2073 "license": "MIT", 2074 "dependencies": { 2075 "@types/estree": "^1.0.0", 2076 "devlop": "^1.0.0" 2077 }, 2078 "funding": { 2079 "type": "opencollective", 2080 "url": "https://opencollective.com/unified" 2081 } 2082 }, 2083 "node_modules/estree-util-to-js": { 2084 "version": "2.0.0", 2085 "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", 2086 "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", 2087 "license": "MIT", 2088 "dependencies": { 2089 "@types/estree-jsx": "^1.0.0", 2090 "astring": "^1.8.0", 2091 "source-map": "^0.7.0" 2092 }, 2093 "funding": { 2094 "type": "opencollective", 2095 "url": "https://opencollective.com/unified" 2096 } 2097 }, 2098 "node_modules/estree-util-visit": { 2099 "version": "2.0.0", 2100 "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", 2101 "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", 2102 "license": "MIT", 2103 "dependencies": { 2104 "@types/estree-jsx": "^1.0.0", 2105 "@types/unist": "^3.0.0" 2106 }, 2107 "funding": { 2108 "type": "opencollective", 2109 "url": "https://opencollective.com/unified" 2110 } 2111 }, 2112 "node_modules/estree-walker": { 2113 "version": "3.0.3", 2114 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 2115 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 2116 "license": "MIT", 2117 "dependencies": { 2118 "@types/estree": "^1.0.0" 2119 } 2120 }, 2121 "node_modules/eventemitter3": { 2122 "version": "5.0.1", 2123 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", 2124 "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", 2125 "license": "MIT" 2126 }, 2127 "node_modules/exiftool-vendored": { 2128 "version": "29.2.0", 2129 "resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-29.2.0.tgz", 2130 "integrity": "sha512-bZnjVAV/0T++o9gPf8uIa4B6DsixnkLTNirD2xM6ciRXgonp28viFG/D3bZiXUrRRV9u3uUmZS/ipieQcEMzWA==", 2131 "dev": true, 2132 "license": "MIT", 2133 "dependencies": { 2134 "@photostructure/tz-lookup": "^11.1.0", 2135 "@types/luxon": "^3.4.2", 2136 "batch-cluster": "^13.0.0", 2137 "he": "^1.2.0", 2138 "luxon": "^3.5.0" 2139 }, 2140 "optionalDependencies": { 2141 "exiftool-vendored.exe": "13.25.0", 2142 "exiftool-vendored.pl": "13.25.0" 2143 } 2144 }, 2145 "node_modules/exiftool-vendored.pl": { 2146 "version": "13.25.0", 2147 "resolved": "https://registry.npmjs.org/exiftool-vendored.pl/-/exiftool-vendored.pl-13.25.0.tgz", 2148 "integrity": "sha512-aTIKz/E+UO1fayrPUy/6OoBC+ryjL57rqew4uFQPa3Ed5dle0W8YHjkROvd24EkQgRX4wmmskPOAbtAW8fvQRQ==", 2149 "dev": true, 2150 "license": "MIT", 2151 "optional": true, 2152 "os": [ 2153 "!win32" 2154 ] 2155 }, 2156 "node_modules/extend": { 2157 "version": "3.0.2", 2158 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 2159 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 2160 "license": "MIT" 2161 }, 2162 "node_modules/fast-glob": { 2163 "version": "3.3.2", 2164 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", 2165 "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", 2166 "license": "MIT", 2167 "dependencies": { 2168 "@nodelib/fs.stat": "^2.0.2", 2169 "@nodelib/fs.walk": "^1.2.3", 2170 "glob-parent": "^5.1.2", 2171 "merge2": "^1.3.0", 2172 "micromatch": "^4.0.4" 2173 }, 2174 "engines": { 2175 "node": ">=8.6.0" 2176 } 2177 }, 2178 "node_modules/fast-xml-parser": { 2179 "version": "4.5.1", 2180 "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", 2181 "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", 2182 "funding": [ 2183 { 2184 "type": "github", 2185 "url": "https://github.com/sponsors/NaturalIntelligence" 2186 }, 2187 { 2188 "type": "paypal", 2189 "url": "https://paypal.me/naturalintelligence" 2190 } 2191 ], 2192 "license": "MIT", 2193 "dependencies": { 2194 "strnum": "^1.0.5" 2195 }, 2196 "bin": { 2197 "fxparser": "src/cli/cli.js" 2198 } 2199 }, 2200 "node_modules/fastq": { 2201 "version": "1.18.0", 2202 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.18.0.tgz", 2203 "integrity": "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==", 2204 "license": "ISC", 2205 "dependencies": { 2206 "reusify": "^1.0.4" 2207 } 2208 }, 2209 "node_modules/fill-range": { 2210 "version": "7.1.1", 2211 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 2212 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 2213 "license": "MIT", 2214 "dependencies": { 2215 "to-regex-range": "^5.0.1" 2216 }, 2217 "engines": { 2218 "node": ">=8" 2219 } 2220 }, 2221 "node_modules/find-up": { 2222 "version": "4.1.0", 2223 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", 2224 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", 2225 "license": "MIT", 2226 "dependencies": { 2227 "locate-path": "^5.0.0", 2228 "path-exists": "^4.0.0" 2229 }, 2230 "engines": { 2231 "node": ">=8" 2232 } 2233 }, 2234 "node_modules/find-up-simple": { 2235 "version": "1.0.0", 2236 "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz", 2237 "integrity": "sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==", 2238 "license": "MIT", 2239 "engines": { 2240 "node": ">=18" 2241 }, 2242 "funding": { 2243 "url": "https://github.com/sponsors/sindresorhus" 2244 } 2245 }, 2246 "node_modules/find-yarn-workspace-root2": { 2247 "version": "1.2.16", 2248 "resolved": "https://registry.npmjs.org/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz", 2249 "integrity": "sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==", 2250 "license": "Apache-2.0", 2251 "dependencies": { 2252 "micromatch": "^4.0.2", 2253 "pkg-dir": "^4.2.0" 2254 } 2255 }, 2256 "node_modules/flattie": { 2257 "version": "1.1.1", 2258 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", 2259 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==", 2260 "license": "MIT", 2261 "engines": { 2262 "node": ">=8" 2263 } 2264 }, 2265 "node_modules/get-east-asian-width": { 2266 "version": "1.3.0", 2267 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", 2268 "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", 2269 "license": "MIT", 2270 "engines": { 2271 "node": ">=18" 2272 }, 2273 "funding": { 2274 "url": "https://github.com/sponsors/sindresorhus" 2275 } 2276 }, 2277 "node_modules/github-slugger": { 2278 "version": "2.0.0", 2279 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 2280 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", 2281 "license": "ISC" 2282 }, 2283 "node_modules/glob-parent": { 2284 "version": "5.1.2", 2285 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 2286 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 2287 "license": "ISC", 2288 "dependencies": { 2289 "is-glob": "^4.0.1" 2290 }, 2291 "engines": { 2292 "node": ">= 6" 2293 } 2294 }, 2295 "node_modules/graceful-fs": { 2296 "version": "4.2.11", 2297 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 2298 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 2299 "license": "ISC" 2300 }, 2301 "node_modules/graphemer": { 2302 "version": "1.4.0", 2303 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", 2304 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", 2305 "license": "MIT" 2306 }, 2307 "node_modules/h3": { 2308 "version": "1.13.0", 2309 "resolved": "https://registry.npmjs.org/h3/-/h3-1.13.0.tgz", 2310 "integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==", 2311 "license": "MIT", 2312 "dependencies": { 2313 "cookie-es": "^1.2.2", 2314 "crossws": ">=0.2.0 <0.4.0", 2315 "defu": "^6.1.4", 2316 "destr": "^2.0.3", 2317 "iron-webcrypto": "^1.2.1", 2318 "ohash": "^1.1.4", 2319 "radix3": "^1.1.2", 2320 "ufo": "^1.5.4", 2321 "uncrypto": "^0.1.3", 2322 "unenv": "^1.10.0" 2323 } 2324 }, 2325 "node_modules/hast-util-from-html": { 2326 "version": "2.0.3", 2327 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 2328 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 2329 "license": "MIT", 2330 "dependencies": { 2331 "@types/hast": "^3.0.0", 2332 "devlop": "^1.1.0", 2333 "hast-util-from-parse5": "^8.0.0", 2334 "parse5": "^7.0.0", 2335 "vfile": "^6.0.0", 2336 "vfile-message": "^4.0.0" 2337 }, 2338 "funding": { 2339 "type": "opencollective", 2340 "url": "https://opencollective.com/unified" 2341 } 2342 }, 2343 "node_modules/hast-util-from-parse5": { 2344 "version": "8.0.2", 2345 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.2.tgz", 2346 "integrity": "sha512-SfMzfdAi/zAoZ1KkFEyyeXBn7u/ShQrfd675ZEE9M3qj+PMFX05xubzRyF76CCSJu8au9jgVxDV1+okFvgZU4A==", 2347 "license": "MIT", 2348 "dependencies": { 2349 "@types/hast": "^3.0.0", 2350 "@types/unist": "^3.0.0", 2351 "devlop": "^1.0.0", 2352 "hastscript": "^9.0.0", 2353 "property-information": "^6.0.0", 2354 "vfile": "^6.0.0", 2355 "vfile-location": "^5.0.0", 2356 "web-namespaces": "^2.0.0" 2357 }, 2358 "funding": { 2359 "type": "opencollective", 2360 "url": "https://opencollective.com/unified" 2361 } 2362 }, 2363 "node_modules/hast-util-is-element": { 2364 "version": "3.0.0", 2365 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 2366 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 2367 "license": "MIT", 2368 "dependencies": { 2369 "@types/hast": "^3.0.0" 2370 }, 2371 "funding": { 2372 "type": "opencollective", 2373 "url": "https://opencollective.com/unified" 2374 } 2375 }, 2376 "node_modules/hast-util-parse-selector": { 2377 "version": "4.0.0", 2378 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 2379 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 2380 "license": "MIT", 2381 "dependencies": { 2382 "@types/hast": "^3.0.0" 2383 }, 2384 "funding": { 2385 "type": "opencollective", 2386 "url": "https://opencollective.com/unified" 2387 } 2388 }, 2389 "node_modules/hast-util-raw": { 2390 "version": "9.1.0", 2391 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", 2392 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", 2393 "license": "MIT", 2394 "dependencies": { 2395 "@types/hast": "^3.0.0", 2396 "@types/unist": "^3.0.0", 2397 "@ungap/structured-clone": "^1.0.0", 2398 "hast-util-from-parse5": "^8.0.0", 2399 "hast-util-to-parse5": "^8.0.0", 2400 "html-void-elements": "^3.0.0", 2401 "mdast-util-to-hast": "^13.0.0", 2402 "parse5": "^7.0.0", 2403 "unist-util-position": "^5.0.0", 2404 "unist-util-visit": "^5.0.0", 2405 "vfile": "^6.0.0", 2406 "web-namespaces": "^2.0.0", 2407 "zwitch": "^2.0.0" 2408 }, 2409 "funding": { 2410 "type": "opencollective", 2411 "url": "https://opencollective.com/unified" 2412 } 2413 }, 2414 "node_modules/hast-util-to-estree": { 2415 "version": "3.1.0", 2416 "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.0.tgz", 2417 "integrity": "sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==", 2418 "license": "MIT", 2419 "dependencies": { 2420 "@types/estree": "^1.0.0", 2421 "@types/estree-jsx": "^1.0.0", 2422 "@types/hast": "^3.0.0", 2423 "comma-separated-tokens": "^2.0.0", 2424 "devlop": "^1.0.0", 2425 "estree-util-attach-comments": "^3.0.0", 2426 "estree-util-is-identifier-name": "^3.0.0", 2427 "hast-util-whitespace": "^3.0.0", 2428 "mdast-util-mdx-expression": "^2.0.0", 2429 "mdast-util-mdx-jsx": "^3.0.0", 2430 "mdast-util-mdxjs-esm": "^2.0.0", 2431 "property-information": "^6.0.0", 2432 "space-separated-tokens": "^2.0.0", 2433 "style-to-object": "^0.4.0", 2434 "unist-util-position": "^5.0.0", 2435 "zwitch": "^2.0.0" 2436 }, 2437 "funding": { 2438 "type": "opencollective", 2439 "url": "https://opencollective.com/unified" 2440 } 2441 }, 2442 "node_modules/hast-util-to-estree/node_modules/inline-style-parser": { 2443 "version": "0.1.1", 2444 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", 2445 "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==", 2446 "license": "MIT" 2447 }, 2448 "node_modules/hast-util-to-estree/node_modules/style-to-object": { 2449 "version": "0.4.4", 2450 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", 2451 "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", 2452 "license": "MIT", 2453 "dependencies": { 2454 "inline-style-parser": "0.1.1" 2455 } 2456 }, 2457 "node_modules/hast-util-to-html": { 2458 "version": "9.0.4", 2459 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.4.tgz", 2460 "integrity": "sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA==", 2461 "license": "MIT", 2462 "dependencies": { 2463 "@types/hast": "^3.0.0", 2464 "@types/unist": "^3.0.0", 2465 "ccount": "^2.0.0", 2466 "comma-separated-tokens": "^2.0.0", 2467 "hast-util-whitespace": "^3.0.0", 2468 "html-void-elements": "^3.0.0", 2469 "mdast-util-to-hast": "^13.0.0", 2470 "property-information": "^6.0.0", 2471 "space-separated-tokens": "^2.0.0", 2472 "stringify-entities": "^4.0.0", 2473 "zwitch": "^2.0.4" 2474 }, 2475 "funding": { 2476 "type": "opencollective", 2477 "url": "https://opencollective.com/unified" 2478 } 2479 }, 2480 "node_modules/hast-util-to-jsx-runtime": { 2481 "version": "2.3.2", 2482 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.2.tgz", 2483 "integrity": "sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==", 2484 "license": "MIT", 2485 "dependencies": { 2486 "@types/estree": "^1.0.0", 2487 "@types/hast": "^3.0.0", 2488 "@types/unist": "^3.0.0", 2489 "comma-separated-tokens": "^2.0.0", 2490 "devlop": "^1.0.0", 2491 "estree-util-is-identifier-name": "^3.0.0", 2492 "hast-util-whitespace": "^3.0.0", 2493 "mdast-util-mdx-expression": "^2.0.0", 2494 "mdast-util-mdx-jsx": "^3.0.0", 2495 "mdast-util-mdxjs-esm": "^2.0.0", 2496 "property-information": "^6.0.0", 2497 "space-separated-tokens": "^2.0.0", 2498 "style-to-object": "^1.0.0", 2499 "unist-util-position": "^5.0.0", 2500 "vfile-message": "^4.0.0" 2501 }, 2502 "funding": { 2503 "type": "opencollective", 2504 "url": "https://opencollective.com/unified" 2505 } 2506 }, 2507 "node_modules/hast-util-to-parse5": { 2508 "version": "8.0.0", 2509 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", 2510 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", 2511 "license": "MIT", 2512 "dependencies": { 2513 "@types/hast": "^3.0.0", 2514 "comma-separated-tokens": "^2.0.0", 2515 "devlop": "^1.0.0", 2516 "property-information": "^6.0.0", 2517 "space-separated-tokens": "^2.0.0", 2518 "web-namespaces": "^2.0.0", 2519 "zwitch": "^2.0.0" 2520 }, 2521 "funding": { 2522 "type": "opencollective", 2523 "url": "https://opencollective.com/unified" 2524 } 2525 }, 2526 "node_modules/hast-util-to-text": { 2527 "version": "4.0.2", 2528 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", 2529 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", 2530 "license": "MIT", 2531 "dependencies": { 2532 "@types/hast": "^3.0.0", 2533 "@types/unist": "^3.0.0", 2534 "hast-util-is-element": "^3.0.0", 2535 "unist-util-find-after": "^5.0.0" 2536 }, 2537 "funding": { 2538 "type": "opencollective", 2539 "url": "https://opencollective.com/unified" 2540 } 2541 }, 2542 "node_modules/hast-util-whitespace": { 2543 "version": "3.0.0", 2544 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 2545 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 2546 "license": "MIT", 2547 "dependencies": { 2548 "@types/hast": "^3.0.0" 2549 }, 2550 "funding": { 2551 "type": "opencollective", 2552 "url": "https://opencollective.com/unified" 2553 } 2554 }, 2555 "node_modules/hastscript": { 2556 "version": "9.0.0", 2557 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.0.tgz", 2558 "integrity": "sha512-jzaLBGavEDKHrc5EfFImKN7nZKKBdSLIdGvCwDZ9TfzbF2ffXiov8CKE445L2Z1Ek2t/m4SKQ2j6Ipv7NyUolw==", 2559 "license": "MIT", 2560 "dependencies": { 2561 "@types/hast": "^3.0.0", 2562 "comma-separated-tokens": "^2.0.0", 2563 "hast-util-parse-selector": "^4.0.0", 2564 "property-information": "^6.0.0", 2565 "space-separated-tokens": "^2.0.0" 2566 }, 2567 "funding": { 2568 "type": "opencollective", 2569 "url": "https://opencollective.com/unified" 2570 } 2571 }, 2572 "node_modules/he": { 2573 "version": "1.2.0", 2574 "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", 2575 "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", 2576 "dev": true, 2577 "license": "MIT", 2578 "bin": { 2579 "he": "bin/he" 2580 } 2581 }, 2582 "node_modules/html-escaper": { 2583 "version": "3.0.3", 2584 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", 2585 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", 2586 "license": "MIT" 2587 }, 2588 "node_modules/html-void-elements": { 2589 "version": "3.0.0", 2590 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 2591 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 2592 "license": "MIT", 2593 "funding": { 2594 "type": "github", 2595 "url": "https://github.com/sponsors/wooorm" 2596 } 2597 }, 2598 "node_modules/http-cache-semantics": { 2599 "version": "4.1.1", 2600 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", 2601 "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", 2602 "license": "BSD-2-Clause" 2603 }, 2604 "node_modules/import-meta-resolve": { 2605 "version": "4.1.0", 2606 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", 2607 "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==", 2608 "license": "MIT", 2609 "funding": { 2610 "type": "github", 2611 "url": "https://github.com/sponsors/wooorm" 2612 } 2613 }, 2614 "node_modules/inline-style-parser": { 2615 "version": "0.2.4", 2616 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz", 2617 "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==", 2618 "license": "MIT" 2619 }, 2620 "node_modules/iron-webcrypto": { 2621 "version": "1.2.1", 2622 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", 2623 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", 2624 "license": "MIT", 2625 "funding": { 2626 "url": "https://github.com/sponsors/brc-dd" 2627 } 2628 }, 2629 "node_modules/is-alphabetical": { 2630 "version": "2.0.1", 2631 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", 2632 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", 2633 "license": "MIT", 2634 "funding": { 2635 "type": "github", 2636 "url": "https://github.com/sponsors/wooorm" 2637 } 2638 }, 2639 "node_modules/is-alphanumerical": { 2640 "version": "2.0.1", 2641 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", 2642 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", 2643 "license": "MIT", 2644 "dependencies": { 2645 "is-alphabetical": "^2.0.0", 2646 "is-decimal": "^2.0.0" 2647 }, 2648 "funding": { 2649 "type": "github", 2650 "url": "https://github.com/sponsors/wooorm" 2651 } 2652 }, 2653 "node_modules/is-arrayish": { 2654 "version": "0.3.2", 2655 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", 2656 "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", 2657 "devOptional": true, 2658 "license": "MIT" 2659 }, 2660 "node_modules/is-binary-path": { 2661 "version": "2.1.0", 2662 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 2663 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", 2664 "license": "MIT", 2665 "dependencies": { 2666 "binary-extensions": "^2.0.0" 2667 }, 2668 "engines": { 2669 "node": ">=8" 2670 } 2671 }, 2672 "node_modules/is-decimal": { 2673 "version": "2.0.1", 2674 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", 2675 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", 2676 "license": "MIT", 2677 "funding": { 2678 "type": "github", 2679 "url": "https://github.com/sponsors/wooorm" 2680 } 2681 }, 2682 "node_modules/is-docker": { 2683 "version": "3.0.0", 2684 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 2685 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 2686 "license": "MIT", 2687 "bin": { 2688 "is-docker": "cli.js" 2689 }, 2690 "engines": { 2691 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 2692 }, 2693 "funding": { 2694 "url": "https://github.com/sponsors/sindresorhus" 2695 } 2696 }, 2697 "node_modules/is-extglob": { 2698 "version": "2.1.1", 2699 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 2700 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 2701 "license": "MIT", 2702 "engines": { 2703 "node": ">=0.10.0" 2704 } 2705 }, 2706 "node_modules/is-fullwidth-code-point": { 2707 "version": "3.0.0", 2708 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 2709 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 2710 "license": "MIT", 2711 "engines": { 2712 "node": ">=8" 2713 } 2714 }, 2715 "node_modules/is-glob": { 2716 "version": "4.0.3", 2717 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 2718 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 2719 "license": "MIT", 2720 "dependencies": { 2721 "is-extglob": "^2.1.1" 2722 }, 2723 "engines": { 2724 "node": ">=0.10.0" 2725 } 2726 }, 2727 "node_modules/is-hexadecimal": { 2728 "version": "2.0.1", 2729 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", 2730 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", 2731 "license": "MIT", 2732 "funding": { 2733 "type": "github", 2734 "url": "https://github.com/sponsors/wooorm" 2735 } 2736 }, 2737 "node_modules/is-inside-container": { 2738 "version": "1.0.0", 2739 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 2740 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 2741 "license": "MIT", 2742 "dependencies": { 2743 "is-docker": "^3.0.0" 2744 }, 2745 "bin": { 2746 "is-inside-container": "cli.js" 2747 }, 2748 "engines": { 2749 "node": ">=14.16" 2750 }, 2751 "funding": { 2752 "url": "https://github.com/sponsors/sindresorhus" 2753 } 2754 }, 2755 "node_modules/is-number": { 2756 "version": "7.0.0", 2757 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 2758 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 2759 "license": "MIT", 2760 "engines": { 2761 "node": ">=0.12.0" 2762 } 2763 }, 2764 "node_modules/is-plain-obj": { 2765 "version": "4.1.0", 2766 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 2767 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 2768 "license": "MIT", 2769 "engines": { 2770 "node": ">=12" 2771 }, 2772 "funding": { 2773 "url": "https://github.com/sponsors/sindresorhus" 2774 } 2775 }, 2776 "node_modules/is-reference": { 2777 "version": "3.0.3", 2778 "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.3.tgz", 2779 "integrity": "sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==", 2780 "license": "MIT", 2781 "dependencies": { 2782 "@types/estree": "^1.0.6" 2783 } 2784 }, 2785 "node_modules/is-wsl": { 2786 "version": "3.1.0", 2787 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", 2788 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", 2789 "license": "MIT", 2790 "dependencies": { 2791 "is-inside-container": "^1.0.0" 2792 }, 2793 "engines": { 2794 "node": ">=16" 2795 }, 2796 "funding": { 2797 "url": "https://github.com/sponsors/sindresorhus" 2798 } 2799 }, 2800 "node_modules/iso-datestring-validator": { 2801 "version": "2.2.2", 2802 "resolved": "https://registry.npmjs.org/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz", 2803 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==", 2804 "license": "MIT" 2805 }, 2806 "node_modules/js-yaml": { 2807 "version": "4.1.0", 2808 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 2809 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 2810 "license": "MIT", 2811 "dependencies": { 2812 "argparse": "^2.0.1" 2813 }, 2814 "bin": { 2815 "js-yaml": "bin/js-yaml.js" 2816 } 2817 }, 2818 "node_modules/kleur": { 2819 "version": "4.1.5", 2820 "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", 2821 "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", 2822 "license": "MIT", 2823 "engines": { 2824 "node": ">=6" 2825 } 2826 }, 2827 "node_modules/load-yaml-file": { 2828 "version": "0.2.0", 2829 "resolved": "https://registry.npmjs.org/load-yaml-file/-/load-yaml-file-0.2.0.tgz", 2830 "integrity": "sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==", 2831 "license": "MIT", 2832 "dependencies": { 2833 "graceful-fs": "^4.1.5", 2834 "js-yaml": "^3.13.0", 2835 "pify": "^4.0.1", 2836 "strip-bom": "^3.0.0" 2837 }, 2838 "engines": { 2839 "node": ">=6" 2840 } 2841 }, 2842 "node_modules/load-yaml-file/node_modules/argparse": { 2843 "version": "1.0.10", 2844 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 2845 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 2846 "license": "MIT", 2847 "dependencies": { 2848 "sprintf-js": "~1.0.2" 2849 } 2850 }, 2851 "node_modules/load-yaml-file/node_modules/js-yaml": { 2852 "version": "3.14.1", 2853 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", 2854 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", 2855 "license": "MIT", 2856 "dependencies": { 2857 "argparse": "^1.0.7", 2858 "esprima": "^4.0.0" 2859 }, 2860 "bin": { 2861 "js-yaml": "bin/js-yaml.js" 2862 } 2863 }, 2864 "node_modules/locate-character": { 2865 "version": "3.0.0", 2866 "resolved": "https://registry.npmjs.org/locate-character/-/locate-character-3.0.0.tgz", 2867 "integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==", 2868 "license": "MIT" 2869 }, 2870 "node_modules/locate-path": { 2871 "version": "5.0.0", 2872 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", 2873 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", 2874 "license": "MIT", 2875 "dependencies": { 2876 "p-locate": "^4.1.0" 2877 }, 2878 "engines": { 2879 "node": ">=8" 2880 } 2881 }, 2882 "node_modules/longest-streak": { 2883 "version": "3.1.0", 2884 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 2885 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 2886 "license": "MIT", 2887 "funding": { 2888 "type": "github", 2889 "url": "https://github.com/sponsors/wooorm" 2890 } 2891 }, 2892 "node_modules/lower-case": { 2893 "version": "2.0.2", 2894 "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", 2895 "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", 2896 "license": "MIT", 2897 "dependencies": { 2898 "tslib": "^2.0.3" 2899 } 2900 }, 2901 "node_modules/lru-cache": { 2902 "version": "10.4.3", 2903 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 2904 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 2905 "license": "ISC" 2906 }, 2907 "node_modules/luxon": { 2908 "version": "3.5.0", 2909 "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz", 2910 "integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==", 2911 "dev": true, 2912 "license": "MIT", 2913 "engines": { 2914 "node": ">=12" 2915 } 2916 }, 2917 "node_modules/magic-string": { 2918 "version": "0.30.17", 2919 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", 2920 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", 2921 "license": "MIT", 2922 "dependencies": { 2923 "@jridgewell/sourcemap-codec": "^1.5.0" 2924 } 2925 }, 2926 "node_modules/magicast": { 2927 "version": "0.3.5", 2928 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz", 2929 "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==", 2930 "license": "MIT", 2931 "dependencies": { 2932 "@babel/parser": "^7.25.4", 2933 "@babel/types": "^7.25.4", 2934 "source-map-js": "^1.2.0" 2935 } 2936 }, 2937 "node_modules/markdown-extensions": { 2938 "version": "2.0.0", 2939 "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", 2940 "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", 2941 "license": "MIT", 2942 "engines": { 2943 "node": ">=16" 2944 }, 2945 "funding": { 2946 "url": "https://github.com/sponsors/sindresorhus" 2947 } 2948 }, 2949 "node_modules/markdown-table": { 2950 "version": "3.0.4", 2951 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 2952 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 2953 "license": "MIT", 2954 "funding": { 2955 "type": "github", 2956 "url": "https://github.com/sponsors/wooorm" 2957 } 2958 }, 2959 "node_modules/mdast-util-definitions": { 2960 "version": "6.0.0", 2961 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", 2962 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==", 2963 "license": "MIT", 2964 "dependencies": { 2965 "@types/mdast": "^4.0.0", 2966 "@types/unist": "^3.0.0", 2967 "unist-util-visit": "^5.0.0" 2968 }, 2969 "funding": { 2970 "type": "opencollective", 2971 "url": "https://opencollective.com/unified" 2972 } 2973 }, 2974 "node_modules/mdast-util-find-and-replace": { 2975 "version": "3.0.1", 2976 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz", 2977 "integrity": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==", 2978 "license": "MIT", 2979 "dependencies": { 2980 "@types/mdast": "^4.0.0", 2981 "escape-string-regexp": "^5.0.0", 2982 "unist-util-is": "^6.0.0", 2983 "unist-util-visit-parents": "^6.0.0" 2984 }, 2985 "funding": { 2986 "type": "opencollective", 2987 "url": "https://opencollective.com/unified" 2988 } 2989 }, 2990 "node_modules/mdast-util-from-markdown": { 2991 "version": "2.0.2", 2992 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 2993 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 2994 "license": "MIT", 2995 "dependencies": { 2996 "@types/mdast": "^4.0.0", 2997 "@types/unist": "^3.0.0", 2998 "decode-named-character-reference": "^1.0.0", 2999 "devlop": "^1.0.0", 3000 "mdast-util-to-string": "^4.0.0", 3001 "micromark": "^4.0.0", 3002 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3003 "micromark-util-decode-string": "^2.0.0", 3004 "micromark-util-normalize-identifier": "^2.0.0", 3005 "micromark-util-symbol": "^2.0.0", 3006 "micromark-util-types": "^2.0.0", 3007 "unist-util-stringify-position": "^4.0.0" 3008 }, 3009 "funding": { 3010 "type": "opencollective", 3011 "url": "https://opencollective.com/unified" 3012 } 3013 }, 3014 "node_modules/mdast-util-gfm": { 3015 "version": "3.0.0", 3016 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.0.0.tgz", 3017 "integrity": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==", 3018 "license": "MIT", 3019 "dependencies": { 3020 "mdast-util-from-markdown": "^2.0.0", 3021 "mdast-util-gfm-autolink-literal": "^2.0.0", 3022 "mdast-util-gfm-footnote": "^2.0.0", 3023 "mdast-util-gfm-strikethrough": "^2.0.0", 3024 "mdast-util-gfm-table": "^2.0.0", 3025 "mdast-util-gfm-task-list-item": "^2.0.0", 3026 "mdast-util-to-markdown": "^2.0.0" 3027 }, 3028 "funding": { 3029 "type": "opencollective", 3030 "url": "https://opencollective.com/unified" 3031 } 3032 }, 3033 "node_modules/mdast-util-gfm-autolink-literal": { 3034 "version": "2.0.1", 3035 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 3036 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 3037 "license": "MIT", 3038 "dependencies": { 3039 "@types/mdast": "^4.0.0", 3040 "ccount": "^2.0.0", 3041 "devlop": "^1.0.0", 3042 "mdast-util-find-and-replace": "^3.0.0", 3043 "micromark-util-character": "^2.0.0" 3044 }, 3045 "funding": { 3046 "type": "opencollective", 3047 "url": "https://opencollective.com/unified" 3048 } 3049 }, 3050 "node_modules/mdast-util-gfm-footnote": { 3051 "version": "2.0.0", 3052 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.0.0.tgz", 3053 "integrity": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==", 3054 "license": "MIT", 3055 "dependencies": { 3056 "@types/mdast": "^4.0.0", 3057 "devlop": "^1.1.0", 3058 "mdast-util-from-markdown": "^2.0.0", 3059 "mdast-util-to-markdown": "^2.0.0", 3060 "micromark-util-normalize-identifier": "^2.0.0" 3061 }, 3062 "funding": { 3063 "type": "opencollective", 3064 "url": "https://opencollective.com/unified" 3065 } 3066 }, 3067 "node_modules/mdast-util-gfm-strikethrough": { 3068 "version": "2.0.0", 3069 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 3070 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 3071 "license": "MIT", 3072 "dependencies": { 3073 "@types/mdast": "^4.0.0", 3074 "mdast-util-from-markdown": "^2.0.0", 3075 "mdast-util-to-markdown": "^2.0.0" 3076 }, 3077 "funding": { 3078 "type": "opencollective", 3079 "url": "https://opencollective.com/unified" 3080 } 3081 }, 3082 "node_modules/mdast-util-gfm-table": { 3083 "version": "2.0.0", 3084 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 3085 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 3086 "license": "MIT", 3087 "dependencies": { 3088 "@types/mdast": "^4.0.0", 3089 "devlop": "^1.0.0", 3090 "markdown-table": "^3.0.0", 3091 "mdast-util-from-markdown": "^2.0.0", 3092 "mdast-util-to-markdown": "^2.0.0" 3093 }, 3094 "funding": { 3095 "type": "opencollective", 3096 "url": "https://opencollective.com/unified" 3097 } 3098 }, 3099 "node_modules/mdast-util-gfm-task-list-item": { 3100 "version": "2.0.0", 3101 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 3102 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 3103 "license": "MIT", 3104 "dependencies": { 3105 "@types/mdast": "^4.0.0", 3106 "devlop": "^1.0.0", 3107 "mdast-util-from-markdown": "^2.0.0", 3108 "mdast-util-to-markdown": "^2.0.0" 3109 }, 3110 "funding": { 3111 "type": "opencollective", 3112 "url": "https://opencollective.com/unified" 3113 } 3114 }, 3115 "node_modules/mdast-util-mdx": { 3116 "version": "3.0.0", 3117 "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", 3118 "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", 3119 "license": "MIT", 3120 "dependencies": { 3121 "mdast-util-from-markdown": "^2.0.0", 3122 "mdast-util-mdx-expression": "^2.0.0", 3123 "mdast-util-mdx-jsx": "^3.0.0", 3124 "mdast-util-mdxjs-esm": "^2.0.0", 3125 "mdast-util-to-markdown": "^2.0.0" 3126 }, 3127 "funding": { 3128 "type": "opencollective", 3129 "url": "https://opencollective.com/unified" 3130 } 3131 }, 3132 "node_modules/mdast-util-mdx-expression": { 3133 "version": "2.0.1", 3134 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", 3135 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", 3136 "license": "MIT", 3137 "dependencies": { 3138 "@types/estree-jsx": "^1.0.0", 3139 "@types/hast": "^3.0.0", 3140 "@types/mdast": "^4.0.0", 3141 "devlop": "^1.0.0", 3142 "mdast-util-from-markdown": "^2.0.0", 3143 "mdast-util-to-markdown": "^2.0.0" 3144 }, 3145 "funding": { 3146 "type": "opencollective", 3147 "url": "https://opencollective.com/unified" 3148 } 3149 }, 3150 "node_modules/mdast-util-mdx-jsx": { 3151 "version": "3.1.3", 3152 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.1.3.tgz", 3153 "integrity": "sha512-bfOjvNt+1AcbPLTFMFWY149nJz0OjmewJs3LQQ5pIyVGxP4CdOqNVJL6kTaM5c68p8q82Xv3nCyFfUnuEcH3UQ==", 3154 "license": "MIT", 3155 "dependencies": { 3156 "@types/estree-jsx": "^1.0.0", 3157 "@types/hast": "^3.0.0", 3158 "@types/mdast": "^4.0.0", 3159 "@types/unist": "^3.0.0", 3160 "ccount": "^2.0.0", 3161 "devlop": "^1.1.0", 3162 "mdast-util-from-markdown": "^2.0.0", 3163 "mdast-util-to-markdown": "^2.0.0", 3164 "parse-entities": "^4.0.0", 3165 "stringify-entities": "^4.0.0", 3166 "unist-util-stringify-position": "^4.0.0", 3167 "vfile-message": "^4.0.0" 3168 }, 3169 "funding": { 3170 "type": "opencollective", 3171 "url": "https://opencollective.com/unified" 3172 } 3173 }, 3174 "node_modules/mdast-util-mdxjs-esm": { 3175 "version": "2.0.1", 3176 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", 3177 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", 3178 "license": "MIT", 3179 "dependencies": { 3180 "@types/estree-jsx": "^1.0.0", 3181 "@types/hast": "^3.0.0", 3182 "@types/mdast": "^4.0.0", 3183 "devlop": "^1.0.0", 3184 "mdast-util-from-markdown": "^2.0.0", 3185 "mdast-util-to-markdown": "^2.0.0" 3186 }, 3187 "funding": { 3188 "type": "opencollective", 3189 "url": "https://opencollective.com/unified" 3190 } 3191 }, 3192 "node_modules/mdast-util-phrasing": { 3193 "version": "4.1.0", 3194 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 3195 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 3196 "license": "MIT", 3197 "dependencies": { 3198 "@types/mdast": "^4.0.0", 3199 "unist-util-is": "^6.0.0" 3200 }, 3201 "funding": { 3202 "type": "opencollective", 3203 "url": "https://opencollective.com/unified" 3204 } 3205 }, 3206 "node_modules/mdast-util-to-hast": { 3207 "version": "13.2.0", 3208 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", 3209 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", 3210 "license": "MIT", 3211 "dependencies": { 3212 "@types/hast": "^3.0.0", 3213 "@types/mdast": "^4.0.0", 3214 "@ungap/structured-clone": "^1.0.0", 3215 "devlop": "^1.0.0", 3216 "micromark-util-sanitize-uri": "^2.0.0", 3217 "trim-lines": "^3.0.0", 3218 "unist-util-position": "^5.0.0", 3219 "unist-util-visit": "^5.0.0", 3220 "vfile": "^6.0.0" 3221 }, 3222 "funding": { 3223 "type": "opencollective", 3224 "url": "https://opencollective.com/unified" 3225 } 3226 }, 3227 "node_modules/mdast-util-to-markdown": { 3228 "version": "2.1.2", 3229 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 3230 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 3231 "license": "MIT", 3232 "dependencies": { 3233 "@types/mdast": "^4.0.0", 3234 "@types/unist": "^3.0.0", 3235 "longest-streak": "^3.0.0", 3236 "mdast-util-phrasing": "^4.0.0", 3237 "mdast-util-to-string": "^4.0.0", 3238 "micromark-util-classify-character": "^2.0.0", 3239 "micromark-util-decode-string": "^2.0.0", 3240 "unist-util-visit": "^5.0.0", 3241 "zwitch": "^2.0.0" 3242 }, 3243 "funding": { 3244 "type": "opencollective", 3245 "url": "https://opencollective.com/unified" 3246 } 3247 }, 3248 "node_modules/mdast-util-to-string": { 3249 "version": "4.0.0", 3250 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 3251 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 3252 "license": "MIT", 3253 "dependencies": { 3254 "@types/mdast": "^4.0.0" 3255 }, 3256 "funding": { 3257 "type": "opencollective", 3258 "url": "https://opencollective.com/unified" 3259 } 3260 }, 3261 "node_modules/merge2": { 3262 "version": "1.4.1", 3263 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 3264 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 3265 "license": "MIT", 3266 "engines": { 3267 "node": ">= 8" 3268 } 3269 }, 3270 "node_modules/micromark": { 3271 "version": "4.0.1", 3272 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.1.tgz", 3273 "integrity": "sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==", 3274 "funding": [ 3275 { 3276 "type": "GitHub Sponsors", 3277 "url": "https://github.com/sponsors/unifiedjs" 3278 }, 3279 { 3280 "type": "OpenCollective", 3281 "url": "https://opencollective.com/unified" 3282 } 3283 ], 3284 "license": "MIT", 3285 "dependencies": { 3286 "@types/debug": "^4.0.0", 3287 "debug": "^4.0.0", 3288 "decode-named-character-reference": "^1.0.0", 3289 "devlop": "^1.0.0", 3290 "micromark-core-commonmark": "^2.0.0", 3291 "micromark-factory-space": "^2.0.0", 3292 "micromark-util-character": "^2.0.0", 3293 "micromark-util-chunked": "^2.0.0", 3294 "micromark-util-combine-extensions": "^2.0.0", 3295 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3296 "micromark-util-encode": "^2.0.0", 3297 "micromark-util-normalize-identifier": "^2.0.0", 3298 "micromark-util-resolve-all": "^2.0.0", 3299 "micromark-util-sanitize-uri": "^2.0.0", 3300 "micromark-util-subtokenize": "^2.0.0", 3301 "micromark-util-symbol": "^2.0.0", 3302 "micromark-util-types": "^2.0.0" 3303 } 3304 }, 3305 "node_modules/micromark-core-commonmark": { 3306 "version": "2.0.2", 3307 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.2.tgz", 3308 "integrity": "sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==", 3309 "funding": [ 3310 { 3311 "type": "GitHub Sponsors", 3312 "url": "https://github.com/sponsors/unifiedjs" 3313 }, 3314 { 3315 "type": "OpenCollective", 3316 "url": "https://opencollective.com/unified" 3317 } 3318 ], 3319 "license": "MIT", 3320 "dependencies": { 3321 "decode-named-character-reference": "^1.0.0", 3322 "devlop": "^1.0.0", 3323 "micromark-factory-destination": "^2.0.0", 3324 "micromark-factory-label": "^2.0.0", 3325 "micromark-factory-space": "^2.0.0", 3326 "micromark-factory-title": "^2.0.0", 3327 "micromark-factory-whitespace": "^2.0.0", 3328 "micromark-util-character": "^2.0.0", 3329 "micromark-util-chunked": "^2.0.0", 3330 "micromark-util-classify-character": "^2.0.0", 3331 "micromark-util-html-tag-name": "^2.0.0", 3332 "micromark-util-normalize-identifier": "^2.0.0", 3333 "micromark-util-resolve-all": "^2.0.0", 3334 "micromark-util-subtokenize": "^2.0.0", 3335 "micromark-util-symbol": "^2.0.0", 3336 "micromark-util-types": "^2.0.0" 3337 } 3338 }, 3339 "node_modules/micromark-extension-gfm": { 3340 "version": "3.0.0", 3341 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 3342 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 3343 "license": "MIT", 3344 "dependencies": { 3345 "micromark-extension-gfm-autolink-literal": "^2.0.0", 3346 "micromark-extension-gfm-footnote": "^2.0.0", 3347 "micromark-extension-gfm-strikethrough": "^2.0.0", 3348 "micromark-extension-gfm-table": "^2.0.0", 3349 "micromark-extension-gfm-tagfilter": "^2.0.0", 3350 "micromark-extension-gfm-task-list-item": "^2.0.0", 3351 "micromark-util-combine-extensions": "^2.0.0", 3352 "micromark-util-types": "^2.0.0" 3353 }, 3354 "funding": { 3355 "type": "opencollective", 3356 "url": "https://opencollective.com/unified" 3357 } 3358 }, 3359 "node_modules/micromark-extension-gfm-autolink-literal": { 3360 "version": "2.1.0", 3361 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 3362 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 3363 "license": "MIT", 3364 "dependencies": { 3365 "micromark-util-character": "^2.0.0", 3366 "micromark-util-sanitize-uri": "^2.0.0", 3367 "micromark-util-symbol": "^2.0.0", 3368 "micromark-util-types": "^2.0.0" 3369 }, 3370 "funding": { 3371 "type": "opencollective", 3372 "url": "https://opencollective.com/unified" 3373 } 3374 }, 3375 "node_modules/micromark-extension-gfm-footnote": { 3376 "version": "2.1.0", 3377 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 3378 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 3379 "license": "MIT", 3380 "dependencies": { 3381 "devlop": "^1.0.0", 3382 "micromark-core-commonmark": "^2.0.0", 3383 "micromark-factory-space": "^2.0.0", 3384 "micromark-util-character": "^2.0.0", 3385 "micromark-util-normalize-identifier": "^2.0.0", 3386 "micromark-util-sanitize-uri": "^2.0.0", 3387 "micromark-util-symbol": "^2.0.0", 3388 "micromark-util-types": "^2.0.0" 3389 }, 3390 "funding": { 3391 "type": "opencollective", 3392 "url": "https://opencollective.com/unified" 3393 } 3394 }, 3395 "node_modules/micromark-extension-gfm-strikethrough": { 3396 "version": "2.1.0", 3397 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 3398 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 3399 "license": "MIT", 3400 "dependencies": { 3401 "devlop": "^1.0.0", 3402 "micromark-util-chunked": "^2.0.0", 3403 "micromark-util-classify-character": "^2.0.0", 3404 "micromark-util-resolve-all": "^2.0.0", 3405 "micromark-util-symbol": "^2.0.0", 3406 "micromark-util-types": "^2.0.0" 3407 }, 3408 "funding": { 3409 "type": "opencollective", 3410 "url": "https://opencollective.com/unified" 3411 } 3412 }, 3413 "node_modules/micromark-extension-gfm-table": { 3414 "version": "2.1.0", 3415 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.0.tgz", 3416 "integrity": "sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==", 3417 "license": "MIT", 3418 "dependencies": { 3419 "devlop": "^1.0.0", 3420 "micromark-factory-space": "^2.0.0", 3421 "micromark-util-character": "^2.0.0", 3422 "micromark-util-symbol": "^2.0.0", 3423 "micromark-util-types": "^2.0.0" 3424 }, 3425 "funding": { 3426 "type": "opencollective", 3427 "url": "https://opencollective.com/unified" 3428 } 3429 }, 3430 "node_modules/micromark-extension-gfm-tagfilter": { 3431 "version": "2.0.0", 3432 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 3433 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 3434 "license": "MIT", 3435 "dependencies": { 3436 "micromark-util-types": "^2.0.0" 3437 }, 3438 "funding": { 3439 "type": "opencollective", 3440 "url": "https://opencollective.com/unified" 3441 } 3442 }, 3443 "node_modules/micromark-extension-gfm-task-list-item": { 3444 "version": "2.1.0", 3445 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 3446 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 3447 "license": "MIT", 3448 "dependencies": { 3449 "devlop": "^1.0.0", 3450 "micromark-factory-space": "^2.0.0", 3451 "micromark-util-character": "^2.0.0", 3452 "micromark-util-symbol": "^2.0.0", 3453 "micromark-util-types": "^2.0.0" 3454 }, 3455 "funding": { 3456 "type": "opencollective", 3457 "url": "https://opencollective.com/unified" 3458 } 3459 }, 3460 "node_modules/micromark-extension-mdx-expression": { 3461 "version": "3.0.0", 3462 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.0.tgz", 3463 "integrity": "sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==", 3464 "funding": [ 3465 { 3466 "type": "GitHub Sponsors", 3467 "url": "https://github.com/sponsors/unifiedjs" 3468 }, 3469 { 3470 "type": "OpenCollective", 3471 "url": "https://opencollective.com/unified" 3472 } 3473 ], 3474 "license": "MIT", 3475 "dependencies": { 3476 "@types/estree": "^1.0.0", 3477 "devlop": "^1.0.0", 3478 "micromark-factory-mdx-expression": "^2.0.0", 3479 "micromark-factory-space": "^2.0.0", 3480 "micromark-util-character": "^2.0.0", 3481 "micromark-util-events-to-acorn": "^2.0.0", 3482 "micromark-util-symbol": "^2.0.0", 3483 "micromark-util-types": "^2.0.0" 3484 } 3485 }, 3486 "node_modules/micromark-extension-mdx-jsx": { 3487 "version": "3.0.1", 3488 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.1.tgz", 3489 "integrity": "sha512-vNuFb9czP8QCtAQcEJn0UJQJZA8Dk6DXKBqx+bg/w0WGuSxDxNr7hErW89tHUY31dUW4NqEOWwmEUNhjTFmHkg==", 3490 "license": "MIT", 3491 "dependencies": { 3492 "@types/acorn": "^4.0.0", 3493 "@types/estree": "^1.0.0", 3494 "devlop": "^1.0.0", 3495 "estree-util-is-identifier-name": "^3.0.0", 3496 "micromark-factory-mdx-expression": "^2.0.0", 3497 "micromark-factory-space": "^2.0.0", 3498 "micromark-util-character": "^2.0.0", 3499 "micromark-util-events-to-acorn": "^2.0.0", 3500 "micromark-util-symbol": "^2.0.0", 3501 "micromark-util-types": "^2.0.0", 3502 "vfile-message": "^4.0.0" 3503 }, 3504 "funding": { 3505 "type": "opencollective", 3506 "url": "https://opencollective.com/unified" 3507 } 3508 }, 3509 "node_modules/micromark-extension-mdx-md": { 3510 "version": "2.0.0", 3511 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", 3512 "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", 3513 "license": "MIT", 3514 "dependencies": { 3515 "micromark-util-types": "^2.0.0" 3516 }, 3517 "funding": { 3518 "type": "opencollective", 3519 "url": "https://opencollective.com/unified" 3520 } 3521 }, 3522 "node_modules/micromark-extension-mdxjs": { 3523 "version": "3.0.0", 3524 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", 3525 "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", 3526 "license": "MIT", 3527 "dependencies": { 3528 "acorn": "^8.0.0", 3529 "acorn-jsx": "^5.0.0", 3530 "micromark-extension-mdx-expression": "^3.0.0", 3531 "micromark-extension-mdx-jsx": "^3.0.0", 3532 "micromark-extension-mdx-md": "^2.0.0", 3533 "micromark-extension-mdxjs-esm": "^3.0.0", 3534 "micromark-util-combine-extensions": "^2.0.0", 3535 "micromark-util-types": "^2.0.0" 3536 }, 3537 "funding": { 3538 "type": "opencollective", 3539 "url": "https://opencollective.com/unified" 3540 } 3541 }, 3542 "node_modules/micromark-extension-mdxjs-esm": { 3543 "version": "3.0.0", 3544 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", 3545 "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", 3546 "license": "MIT", 3547 "dependencies": { 3548 "@types/estree": "^1.0.0", 3549 "devlop": "^1.0.0", 3550 "micromark-core-commonmark": "^2.0.0", 3551 "micromark-util-character": "^2.0.0", 3552 "micromark-util-events-to-acorn": "^2.0.0", 3553 "micromark-util-symbol": "^2.0.0", 3554 "micromark-util-types": "^2.0.0", 3555 "unist-util-position-from-estree": "^2.0.0", 3556 "vfile-message": "^4.0.0" 3557 }, 3558 "funding": { 3559 "type": "opencollective", 3560 "url": "https://opencollective.com/unified" 3561 } 3562 }, 3563 "node_modules/micromark-factory-destination": { 3564 "version": "2.0.1", 3565 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 3566 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 3567 "funding": [ 3568 { 3569 "type": "GitHub Sponsors", 3570 "url": "https://github.com/sponsors/unifiedjs" 3571 }, 3572 { 3573 "type": "OpenCollective", 3574 "url": "https://opencollective.com/unified" 3575 } 3576 ], 3577 "license": "MIT", 3578 "dependencies": { 3579 "micromark-util-character": "^2.0.0", 3580 "micromark-util-symbol": "^2.0.0", 3581 "micromark-util-types": "^2.0.0" 3582 } 3583 }, 3584 "node_modules/micromark-factory-label": { 3585 "version": "2.0.1", 3586 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 3587 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 3588 "funding": [ 3589 { 3590 "type": "GitHub Sponsors", 3591 "url": "https://github.com/sponsors/unifiedjs" 3592 }, 3593 { 3594 "type": "OpenCollective", 3595 "url": "https://opencollective.com/unified" 3596 } 3597 ], 3598 "license": "MIT", 3599 "dependencies": { 3600 "devlop": "^1.0.0", 3601 "micromark-util-character": "^2.0.0", 3602 "micromark-util-symbol": "^2.0.0", 3603 "micromark-util-types": "^2.0.0" 3604 } 3605 }, 3606 "node_modules/micromark-factory-mdx-expression": { 3607 "version": "2.0.2", 3608 "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.2.tgz", 3609 "integrity": "sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw==", 3610 "funding": [ 3611 { 3612 "type": "GitHub Sponsors", 3613 "url": "https://github.com/sponsors/unifiedjs" 3614 }, 3615 { 3616 "type": "OpenCollective", 3617 "url": "https://opencollective.com/unified" 3618 } 3619 ], 3620 "license": "MIT", 3621 "dependencies": { 3622 "@types/estree": "^1.0.0", 3623 "devlop": "^1.0.0", 3624 "micromark-factory-space": "^2.0.0", 3625 "micromark-util-character": "^2.0.0", 3626 "micromark-util-events-to-acorn": "^2.0.0", 3627 "micromark-util-symbol": "^2.0.0", 3628 "micromark-util-types": "^2.0.0", 3629 "unist-util-position-from-estree": "^2.0.0", 3630 "vfile-message": "^4.0.0" 3631 } 3632 }, 3633 "node_modules/micromark-factory-space": { 3634 "version": "2.0.1", 3635 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 3636 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 3637 "funding": [ 3638 { 3639 "type": "GitHub Sponsors", 3640 "url": "https://github.com/sponsors/unifiedjs" 3641 }, 3642 { 3643 "type": "OpenCollective", 3644 "url": "https://opencollective.com/unified" 3645 } 3646 ], 3647 "license": "MIT", 3648 "dependencies": { 3649 "micromark-util-character": "^2.0.0", 3650 "micromark-util-types": "^2.0.0" 3651 } 3652 }, 3653 "node_modules/micromark-factory-title": { 3654 "version": "2.0.1", 3655 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 3656 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 3657 "funding": [ 3658 { 3659 "type": "GitHub Sponsors", 3660 "url": "https://github.com/sponsors/unifiedjs" 3661 }, 3662 { 3663 "type": "OpenCollective", 3664 "url": "https://opencollective.com/unified" 3665 } 3666 ], 3667 "license": "MIT", 3668 "dependencies": { 3669 "micromark-factory-space": "^2.0.0", 3670 "micromark-util-character": "^2.0.0", 3671 "micromark-util-symbol": "^2.0.0", 3672 "micromark-util-types": "^2.0.0" 3673 } 3674 }, 3675 "node_modules/micromark-factory-whitespace": { 3676 "version": "2.0.1", 3677 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 3678 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 3679 "funding": [ 3680 { 3681 "type": "GitHub Sponsors", 3682 "url": "https://github.com/sponsors/unifiedjs" 3683 }, 3684 { 3685 "type": "OpenCollective", 3686 "url": "https://opencollective.com/unified" 3687 } 3688 ], 3689 "license": "MIT", 3690 "dependencies": { 3691 "micromark-factory-space": "^2.0.0", 3692 "micromark-util-character": "^2.0.0", 3693 "micromark-util-symbol": "^2.0.0", 3694 "micromark-util-types": "^2.0.0" 3695 } 3696 }, 3697 "node_modules/micromark-util-character": { 3698 "version": "2.1.1", 3699 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 3700 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 3701 "funding": [ 3702 { 3703 "type": "GitHub Sponsors", 3704 "url": "https://github.com/sponsors/unifiedjs" 3705 }, 3706 { 3707 "type": "OpenCollective", 3708 "url": "https://opencollective.com/unified" 3709 } 3710 ], 3711 "license": "MIT", 3712 "dependencies": { 3713 "micromark-util-symbol": "^2.0.0", 3714 "micromark-util-types": "^2.0.0" 3715 } 3716 }, 3717 "node_modules/micromark-util-chunked": { 3718 "version": "2.0.1", 3719 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 3720 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 3721 "funding": [ 3722 { 3723 "type": "GitHub Sponsors", 3724 "url": "https://github.com/sponsors/unifiedjs" 3725 }, 3726 { 3727 "type": "OpenCollective", 3728 "url": "https://opencollective.com/unified" 3729 } 3730 ], 3731 "license": "MIT", 3732 "dependencies": { 3733 "micromark-util-symbol": "^2.0.0" 3734 } 3735 }, 3736 "node_modules/micromark-util-classify-character": { 3737 "version": "2.0.1", 3738 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 3739 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 3740 "funding": [ 3741 { 3742 "type": "GitHub Sponsors", 3743 "url": "https://github.com/sponsors/unifiedjs" 3744 }, 3745 { 3746 "type": "OpenCollective", 3747 "url": "https://opencollective.com/unified" 3748 } 3749 ], 3750 "license": "MIT", 3751 "dependencies": { 3752 "micromark-util-character": "^2.0.0", 3753 "micromark-util-symbol": "^2.0.0", 3754 "micromark-util-types": "^2.0.0" 3755 } 3756 }, 3757 "node_modules/micromark-util-combine-extensions": { 3758 "version": "2.0.1", 3759 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 3760 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 3761 "funding": [ 3762 { 3763 "type": "GitHub Sponsors", 3764 "url": "https://github.com/sponsors/unifiedjs" 3765 }, 3766 { 3767 "type": "OpenCollective", 3768 "url": "https://opencollective.com/unified" 3769 } 3770 ], 3771 "license": "MIT", 3772 "dependencies": { 3773 "micromark-util-chunked": "^2.0.0", 3774 "micromark-util-types": "^2.0.0" 3775 } 3776 }, 3777 "node_modules/micromark-util-decode-numeric-character-reference": { 3778 "version": "2.0.2", 3779 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 3780 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 3781 "funding": [ 3782 { 3783 "type": "GitHub Sponsors", 3784 "url": "https://github.com/sponsors/unifiedjs" 3785 }, 3786 { 3787 "type": "OpenCollective", 3788 "url": "https://opencollective.com/unified" 3789 } 3790 ], 3791 "license": "MIT", 3792 "dependencies": { 3793 "micromark-util-symbol": "^2.0.0" 3794 } 3795 }, 3796 "node_modules/micromark-util-decode-string": { 3797 "version": "2.0.1", 3798 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 3799 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 3800 "funding": [ 3801 { 3802 "type": "GitHub Sponsors", 3803 "url": "https://github.com/sponsors/unifiedjs" 3804 }, 3805 { 3806 "type": "OpenCollective", 3807 "url": "https://opencollective.com/unified" 3808 } 3809 ], 3810 "license": "MIT", 3811 "dependencies": { 3812 "decode-named-character-reference": "^1.0.0", 3813 "micromark-util-character": "^2.0.0", 3814 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3815 "micromark-util-symbol": "^2.0.0" 3816 } 3817 }, 3818 "node_modules/micromark-util-encode": { 3819 "version": "2.0.1", 3820 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 3821 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 3822 "funding": [ 3823 { 3824 "type": "GitHub Sponsors", 3825 "url": "https://github.com/sponsors/unifiedjs" 3826 }, 3827 { 3828 "type": "OpenCollective", 3829 "url": "https://opencollective.com/unified" 3830 } 3831 ], 3832 "license": "MIT" 3833 }, 3834 "node_modules/micromark-util-events-to-acorn": { 3835 "version": "2.0.2", 3836 "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.2.tgz", 3837 "integrity": "sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==", 3838 "funding": [ 3839 { 3840 "type": "GitHub Sponsors", 3841 "url": "https://github.com/sponsors/unifiedjs" 3842 }, 3843 { 3844 "type": "OpenCollective", 3845 "url": "https://opencollective.com/unified" 3846 } 3847 ], 3848 "license": "MIT", 3849 "dependencies": { 3850 "@types/acorn": "^4.0.0", 3851 "@types/estree": "^1.0.0", 3852 "@types/unist": "^3.0.0", 3853 "devlop": "^1.0.0", 3854 "estree-util-visit": "^2.0.0", 3855 "micromark-util-symbol": "^2.0.0", 3856 "micromark-util-types": "^2.0.0", 3857 "vfile-message": "^4.0.0" 3858 } 3859 }, 3860 "node_modules/micromark-util-html-tag-name": { 3861 "version": "2.0.1", 3862 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 3863 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 3864 "funding": [ 3865 { 3866 "type": "GitHub Sponsors", 3867 "url": "https://github.com/sponsors/unifiedjs" 3868 }, 3869 { 3870 "type": "OpenCollective", 3871 "url": "https://opencollective.com/unified" 3872 } 3873 ], 3874 "license": "MIT" 3875 }, 3876 "node_modules/micromark-util-normalize-identifier": { 3877 "version": "2.0.1", 3878 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 3879 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 3880 "funding": [ 3881 { 3882 "type": "GitHub Sponsors", 3883 "url": "https://github.com/sponsors/unifiedjs" 3884 }, 3885 { 3886 "type": "OpenCollective", 3887 "url": "https://opencollective.com/unified" 3888 } 3889 ], 3890 "license": "MIT", 3891 "dependencies": { 3892 "micromark-util-symbol": "^2.0.0" 3893 } 3894 }, 3895 "node_modules/micromark-util-resolve-all": { 3896 "version": "2.0.1", 3897 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 3898 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 3899 "funding": [ 3900 { 3901 "type": "GitHub Sponsors", 3902 "url": "https://github.com/sponsors/unifiedjs" 3903 }, 3904 { 3905 "type": "OpenCollective", 3906 "url": "https://opencollective.com/unified" 3907 } 3908 ], 3909 "license": "MIT", 3910 "dependencies": { 3911 "micromark-util-types": "^2.0.0" 3912 } 3913 }, 3914 "node_modules/micromark-util-sanitize-uri": { 3915 "version": "2.0.1", 3916 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 3917 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 3918 "funding": [ 3919 { 3920 "type": "GitHub Sponsors", 3921 "url": "https://github.com/sponsors/unifiedjs" 3922 }, 3923 { 3924 "type": "OpenCollective", 3925 "url": "https://opencollective.com/unified" 3926 } 3927 ], 3928 "license": "MIT", 3929 "dependencies": { 3930 "micromark-util-character": "^2.0.0", 3931 "micromark-util-encode": "^2.0.0", 3932 "micromark-util-symbol": "^2.0.0" 3933 } 3934 }, 3935 "node_modules/micromark-util-subtokenize": { 3936 "version": "2.0.3", 3937 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.3.tgz", 3938 "integrity": "sha512-VXJJuNxYWSoYL6AJ6OQECCFGhIU2GGHMw8tahogePBrjkG8aCCas3ibkp7RnVOSTClg2is05/R7maAhF1XyQMg==", 3939 "funding": [ 3940 { 3941 "type": "GitHub Sponsors", 3942 "url": "https://github.com/sponsors/unifiedjs" 3943 }, 3944 { 3945 "type": "OpenCollective", 3946 "url": "https://opencollective.com/unified" 3947 } 3948 ], 3949 "license": "MIT", 3950 "dependencies": { 3951 "devlop": "^1.0.0", 3952 "micromark-util-chunked": "^2.0.0", 3953 "micromark-util-symbol": "^2.0.0", 3954 "micromark-util-types": "^2.0.0" 3955 } 3956 }, 3957 "node_modules/micromark-util-symbol": { 3958 "version": "2.0.1", 3959 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 3960 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 3961 "funding": [ 3962 { 3963 "type": "GitHub Sponsors", 3964 "url": "https://github.com/sponsors/unifiedjs" 3965 }, 3966 { 3967 "type": "OpenCollective", 3968 "url": "https://opencollective.com/unified" 3969 } 3970 ], 3971 "license": "MIT" 3972 }, 3973 "node_modules/micromark-util-types": { 3974 "version": "2.0.1", 3975 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz", 3976 "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==", 3977 "funding": [ 3978 { 3979 "type": "GitHub Sponsors", 3980 "url": "https://github.com/sponsors/unifiedjs" 3981 }, 3982 { 3983 "type": "OpenCollective", 3984 "url": "https://opencollective.com/unified" 3985 } 3986 ], 3987 "license": "MIT" 3988 }, 3989 "node_modules/micromatch": { 3990 "version": "4.0.8", 3991 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 3992 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 3993 "license": "MIT", 3994 "dependencies": { 3995 "braces": "^3.0.3", 3996 "picomatch": "^2.3.1" 3997 }, 3998 "engines": { 3999 "node": ">=8.6" 4000 } 4001 }, 4002 "node_modules/micromatch/node_modules/picomatch": { 4003 "version": "2.3.1", 4004 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 4005 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 4006 "license": "MIT", 4007 "engines": { 4008 "node": ">=8.6" 4009 }, 4010 "funding": { 4011 "url": "https://github.com/sponsors/jonschlinkert" 4012 } 4013 }, 4014 "node_modules/mime": { 4015 "version": "3.0.0", 4016 "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", 4017 "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", 4018 "license": "MIT", 4019 "bin": { 4020 "mime": "cli.js" 4021 }, 4022 "engines": { 4023 "node": ">=10.0.0" 4024 } 4025 }, 4026 "node_modules/mrmime": { 4027 "version": "2.0.0", 4028 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", 4029 "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", 4030 "license": "MIT", 4031 "engines": { 4032 "node": ">=10" 4033 } 4034 }, 4035 "node_modules/ms": { 4036 "version": "2.1.3", 4037 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 4038 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 4039 "license": "MIT" 4040 }, 4041 "node_modules/multiformats": { 4042 "version": "9.9.0", 4043 "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", 4044 "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==", 4045 "license": "(Apache-2.0 AND MIT)" 4046 }, 4047 "node_modules/nanoid": { 4048 "version": "3.3.8", 4049 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", 4050 "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", 4051 "funding": [ 4052 { 4053 "type": "github", 4054 "url": "https://github.com/sponsors/ai" 4055 } 4056 ], 4057 "license": "MIT", 4058 "bin": { 4059 "nanoid": "bin/nanoid.cjs" 4060 }, 4061 "engines": { 4062 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 4063 } 4064 }, 4065 "node_modules/neotraverse": { 4066 "version": "0.6.18", 4067 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", 4068 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", 4069 "license": "MIT", 4070 "engines": { 4071 "node": ">= 10" 4072 } 4073 }, 4074 "node_modules/nlcst-to-string": { 4075 "version": "4.0.0", 4076 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", 4077 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", 4078 "license": "MIT", 4079 "dependencies": { 4080 "@types/nlcst": "^2.0.0" 4081 }, 4082 "funding": { 4083 "type": "opencollective", 4084 "url": "https://opencollective.com/unified" 4085 } 4086 }, 4087 "node_modules/no-case": { 4088 "version": "3.0.4", 4089 "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", 4090 "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", 4091 "license": "MIT", 4092 "dependencies": { 4093 "lower-case": "^2.0.2", 4094 "tslib": "^2.0.3" 4095 } 4096 }, 4097 "node_modules/node-fetch-native": { 4098 "version": "1.6.4", 4099 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz", 4100 "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==", 4101 "license": "MIT" 4102 }, 4103 "node_modules/normalize-path": { 4104 "version": "3.0.0", 4105 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 4106 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 4107 "license": "MIT", 4108 "engines": { 4109 "node": ">=0.10.0" 4110 } 4111 }, 4112 "node_modules/ofetch": { 4113 "version": "1.4.1", 4114 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz", 4115 "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==", 4116 "license": "MIT", 4117 "dependencies": { 4118 "destr": "^2.0.3", 4119 "node-fetch-native": "^1.6.4", 4120 "ufo": "^1.5.4" 4121 } 4122 }, 4123 "node_modules/ohash": { 4124 "version": "1.1.4", 4125 "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.4.tgz", 4126 "integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==", 4127 "license": "MIT" 4128 }, 4129 "node_modules/oniguruma-to-es": { 4130 "version": "0.8.1", 4131 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-0.8.1.tgz", 4132 "integrity": "sha512-dekySTEvCxCj0IgKcA2uUCO/e4ArsqpucDPcX26w9ajx+DvMWLc5eZeJaRQkd7oC/+rwif5gnT900tA34uN9Zw==", 4133 "license": "MIT", 4134 "dependencies": { 4135 "emoji-regex-xs": "^1.0.0", 4136 "regex": "^5.0.2", 4137 "regex-recursion": "^5.0.0" 4138 } 4139 }, 4140 "node_modules/p-limit": { 4141 "version": "6.2.0", 4142 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", 4143 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", 4144 "license": "MIT", 4145 "dependencies": { 4146 "yocto-queue": "^1.1.1" 4147 }, 4148 "engines": { 4149 "node": ">=18" 4150 }, 4151 "funding": { 4152 "url": "https://github.com/sponsors/sindresorhus" 4153 } 4154 }, 4155 "node_modules/p-locate": { 4156 "version": "4.1.0", 4157 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", 4158 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", 4159 "license": "MIT", 4160 "dependencies": { 4161 "p-limit": "^2.2.0" 4162 }, 4163 "engines": { 4164 "node": ">=8" 4165 } 4166 }, 4167 "node_modules/p-locate/node_modules/p-limit": { 4168 "version": "2.3.0", 4169 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 4170 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 4171 "license": "MIT", 4172 "dependencies": { 4173 "p-try": "^2.0.0" 4174 }, 4175 "engines": { 4176 "node": ">=6" 4177 }, 4178 "funding": { 4179 "url": "https://github.com/sponsors/sindresorhus" 4180 } 4181 }, 4182 "node_modules/p-queue": { 4183 "version": "8.0.1", 4184 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", 4185 "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", 4186 "license": "MIT", 4187 "dependencies": { 4188 "eventemitter3": "^5.0.1", 4189 "p-timeout": "^6.1.2" 4190 }, 4191 "engines": { 4192 "node": ">=18" 4193 }, 4194 "funding": { 4195 "url": "https://github.com/sponsors/sindresorhus" 4196 } 4197 }, 4198 "node_modules/p-timeout": { 4199 "version": "6.1.3", 4200 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.3.tgz", 4201 "integrity": "sha512-UJUyfKbwvr/uZSV6btANfb+0t/mOhKV/KXcCUTp8FcQI+v/0d+wXqH4htrW0E4rR6WiEO/EPvUFiV9D5OI4vlw==", 4202 "license": "MIT", 4203 "engines": { 4204 "node": ">=14.16" 4205 }, 4206 "funding": { 4207 "url": "https://github.com/sponsors/sindresorhus" 4208 } 4209 }, 4210 "node_modules/p-try": { 4211 "version": "2.2.0", 4212 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", 4213 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", 4214 "license": "MIT", 4215 "engines": { 4216 "node": ">=6" 4217 } 4218 }, 4219 "node_modules/parse-entities": { 4220 "version": "4.0.2", 4221 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", 4222 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", 4223 "license": "MIT", 4224 "dependencies": { 4225 "@types/unist": "^2.0.0", 4226 "character-entities-legacy": "^3.0.0", 4227 "character-reference-invalid": "^2.0.0", 4228 "decode-named-character-reference": "^1.0.0", 4229 "is-alphanumerical": "^2.0.0", 4230 "is-decimal": "^2.0.0", 4231 "is-hexadecimal": "^2.0.0" 4232 }, 4233 "funding": { 4234 "type": "github", 4235 "url": "https://github.com/sponsors/wooorm" 4236 } 4237 }, 4238 "node_modules/parse-entities/node_modules/@types/unist": { 4239 "version": "2.0.11", 4240 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", 4241 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", 4242 "license": "MIT" 4243 }, 4244 "node_modules/parse-latin": { 4245 "version": "7.0.0", 4246 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", 4247 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", 4248 "license": "MIT", 4249 "dependencies": { 4250 "@types/nlcst": "^2.0.0", 4251 "@types/unist": "^3.0.0", 4252 "nlcst-to-string": "^4.0.0", 4253 "unist-util-modify-children": "^4.0.0", 4254 "unist-util-visit-children": "^3.0.0", 4255 "vfile": "^6.0.0" 4256 }, 4257 "funding": { 4258 "type": "github", 4259 "url": "https://github.com/sponsors/wooorm" 4260 } 4261 }, 4262 "node_modules/parse5": { 4263 "version": "7.2.1", 4264 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", 4265 "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", 4266 "license": "MIT", 4267 "dependencies": { 4268 "entities": "^4.5.0" 4269 }, 4270 "funding": { 4271 "url": "https://github.com/inikulin/parse5?sponsor=1" 4272 } 4273 }, 4274 "node_modules/pascal-case": { 4275 "version": "3.1.2", 4276 "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", 4277 "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", 4278 "license": "MIT", 4279 "dependencies": { 4280 "no-case": "^3.0.4", 4281 "tslib": "^2.0.3" 4282 } 4283 }, 4284 "node_modules/path-exists": { 4285 "version": "4.0.0", 4286 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", 4287 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", 4288 "license": "MIT", 4289 "engines": { 4290 "node": ">=8" 4291 } 4292 }, 4293 "node_modules/pathe": { 4294 "version": "1.1.2", 4295 "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", 4296 "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", 4297 "license": "MIT" 4298 }, 4299 "node_modules/picocolors": { 4300 "version": "1.1.1", 4301 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 4302 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 4303 "license": "ISC" 4304 }, 4305 "node_modules/picomatch": { 4306 "version": "4.0.2", 4307 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", 4308 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", 4309 "license": "MIT", 4310 "engines": { 4311 "node": ">=12" 4312 }, 4313 "funding": { 4314 "url": "https://github.com/sponsors/jonschlinkert" 4315 } 4316 }, 4317 "node_modules/pify": { 4318 "version": "4.0.1", 4319 "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", 4320 "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", 4321 "license": "MIT", 4322 "engines": { 4323 "node": ">=6" 4324 } 4325 }, 4326 "node_modules/pkg-dir": { 4327 "version": "4.2.0", 4328 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", 4329 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", 4330 "license": "MIT", 4331 "dependencies": { 4332 "find-up": "^4.0.0" 4333 }, 4334 "engines": { 4335 "node": ">=8" 4336 } 4337 }, 4338 "node_modules/postcss": { 4339 "version": "8.4.49", 4340 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", 4341 "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", 4342 "funding": [ 4343 { 4344 "type": "opencollective", 4345 "url": "https://opencollective.com/postcss/" 4346 }, 4347 { 4348 "type": "tidelift", 4349 "url": "https://tidelift.com/funding/github/npm/postcss" 4350 }, 4351 { 4352 "type": "github", 4353 "url": "https://github.com/sponsors/ai" 4354 } 4355 ], 4356 "license": "MIT", 4357 "dependencies": { 4358 "nanoid": "^3.3.7", 4359 "picocolors": "^1.1.1", 4360 "source-map-js": "^1.2.1" 4361 }, 4362 "engines": { 4363 "node": "^10 || ^12 || >=14" 4364 } 4365 }, 4366 "node_modules/preferred-pm": { 4367 "version": "4.0.0", 4368 "resolved": "https://registry.npmjs.org/preferred-pm/-/preferred-pm-4.0.0.tgz", 4369 "integrity": "sha512-gYBeFTZLu055D8Vv3cSPox/0iTPtkzxpLroSYYA7WXgRi31WCJ51Uyl8ZiPeUUjyvs2MBzK+S8v9JVUgHU/Sqw==", 4370 "license": "MIT", 4371 "dependencies": { 4372 "find-up-simple": "^1.0.0", 4373 "find-yarn-workspace-root2": "1.2.16", 4374 "which-pm": "^3.0.0" 4375 }, 4376 "engines": { 4377 "node": ">=18.12" 4378 } 4379 }, 4380 "node_modules/prismjs": { 4381 "version": "1.29.0", 4382 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", 4383 "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", 4384 "license": "MIT", 4385 "engines": { 4386 "node": ">=6" 4387 } 4388 }, 4389 "node_modules/prompts": { 4390 "version": "2.4.2", 4391 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 4392 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 4393 "license": "MIT", 4394 "dependencies": { 4395 "kleur": "^3.0.3", 4396 "sisteransi": "^1.0.5" 4397 }, 4398 "engines": { 4399 "node": ">= 6" 4400 } 4401 }, 4402 "node_modules/prompts/node_modules/kleur": { 4403 "version": "3.0.3", 4404 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 4405 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 4406 "license": "MIT", 4407 "engines": { 4408 "node": ">=6" 4409 } 4410 }, 4411 "node_modules/property-information": { 4412 "version": "6.5.0", 4413 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", 4414 "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", 4415 "license": "MIT", 4416 "funding": { 4417 "type": "github", 4418 "url": "https://github.com/sponsors/wooorm" 4419 } 4420 }, 4421 "node_modules/queue-microtask": { 4422 "version": "1.2.3", 4423 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 4424 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 4425 "funding": [ 4426 { 4427 "type": "github", 4428 "url": "https://github.com/sponsors/feross" 4429 }, 4430 { 4431 "type": "patreon", 4432 "url": "https://www.patreon.com/feross" 4433 }, 4434 { 4435 "type": "consulting", 4436 "url": "https://feross.org/support" 4437 } 4438 ], 4439 "license": "MIT" 4440 }, 4441 "node_modules/radix3": { 4442 "version": "1.1.2", 4443 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", 4444 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==", 4445 "license": "MIT" 4446 }, 4447 "node_modules/readdirp": { 4448 "version": "3.6.0", 4449 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", 4450 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", 4451 "license": "MIT", 4452 "dependencies": { 4453 "picomatch": "^2.2.1" 4454 }, 4455 "engines": { 4456 "node": ">=8.10.0" 4457 } 4458 }, 4459 "node_modules/readdirp/node_modules/picomatch": { 4460 "version": "2.3.1", 4461 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 4462 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 4463 "license": "MIT", 4464 "engines": { 4465 "node": ">=8.6" 4466 }, 4467 "funding": { 4468 "url": "https://github.com/sponsors/jonschlinkert" 4469 } 4470 }, 4471 "node_modules/recma-build-jsx": { 4472 "version": "1.0.0", 4473 "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz", 4474 "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==", 4475 "license": "MIT", 4476 "dependencies": { 4477 "@types/estree": "^1.0.0", 4478 "estree-util-build-jsx": "^3.0.0", 4479 "vfile": "^6.0.0" 4480 }, 4481 "funding": { 4482 "type": "opencollective", 4483 "url": "https://opencollective.com/unified" 4484 } 4485 }, 4486 "node_modules/recma-jsx": { 4487 "version": "1.0.0", 4488 "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.0.tgz", 4489 "integrity": "sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==", 4490 "license": "MIT", 4491 "dependencies": { 4492 "acorn-jsx": "^5.0.0", 4493 "estree-util-to-js": "^2.0.0", 4494 "recma-parse": "^1.0.0", 4495 "recma-stringify": "^1.0.0", 4496 "unified": "^11.0.0" 4497 }, 4498 "funding": { 4499 "type": "opencollective", 4500 "url": "https://opencollective.com/unified" 4501 } 4502 }, 4503 "node_modules/recma-parse": { 4504 "version": "1.0.0", 4505 "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz", 4506 "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==", 4507 "license": "MIT", 4508 "dependencies": { 4509 "@types/estree": "^1.0.0", 4510 "esast-util-from-js": "^2.0.0", 4511 "unified": "^11.0.0", 4512 "vfile": "^6.0.0" 4513 }, 4514 "funding": { 4515 "type": "opencollective", 4516 "url": "https://opencollective.com/unified" 4517 } 4518 }, 4519 "node_modules/recma-stringify": { 4520 "version": "1.0.0", 4521 "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz", 4522 "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==", 4523 "license": "MIT", 4524 "dependencies": { 4525 "@types/estree": "^1.0.0", 4526 "estree-util-to-js": "^2.0.0", 4527 "unified": "^11.0.0", 4528 "vfile": "^6.0.0" 4529 }, 4530 "funding": { 4531 "type": "opencollective", 4532 "url": "https://opencollective.com/unified" 4533 } 4534 }, 4535 "node_modules/regex": { 4536 "version": "5.1.1", 4537 "resolved": "https://registry.npmjs.org/regex/-/regex-5.1.1.tgz", 4538 "integrity": "sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw==", 4539 "license": "MIT", 4540 "dependencies": { 4541 "regex-utilities": "^2.3.0" 4542 } 4543 }, 4544 "node_modules/regex-recursion": { 4545 "version": "5.1.1", 4546 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-5.1.1.tgz", 4547 "integrity": "sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w==", 4548 "license": "MIT", 4549 "dependencies": { 4550 "regex": "^5.1.1", 4551 "regex-utilities": "^2.3.0" 4552 } 4553 }, 4554 "node_modules/regex-utilities": { 4555 "version": "2.3.0", 4556 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", 4557 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", 4558 "license": "MIT" 4559 }, 4560 "node_modules/rehype": { 4561 "version": "13.0.2", 4562 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz", 4563 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==", 4564 "license": "MIT", 4565 "dependencies": { 4566 "@types/hast": "^3.0.0", 4567 "rehype-parse": "^9.0.0", 4568 "rehype-stringify": "^10.0.0", 4569 "unified": "^11.0.0" 4570 }, 4571 "funding": { 4572 "type": "opencollective", 4573 "url": "https://opencollective.com/unified" 4574 } 4575 }, 4576 "node_modules/rehype-parse": { 4577 "version": "9.0.1", 4578 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", 4579 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", 4580 "license": "MIT", 4581 "dependencies": { 4582 "@types/hast": "^3.0.0", 4583 "hast-util-from-html": "^2.0.0", 4584 "unified": "^11.0.0" 4585 }, 4586 "funding": { 4587 "type": "opencollective", 4588 "url": "https://opencollective.com/unified" 4589 } 4590 }, 4591 "node_modules/rehype-raw": { 4592 "version": "7.0.0", 4593 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 4594 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 4595 "license": "MIT", 4596 "dependencies": { 4597 "@types/hast": "^3.0.0", 4598 "hast-util-raw": "^9.0.0", 4599 "vfile": "^6.0.0" 4600 }, 4601 "funding": { 4602 "type": "opencollective", 4603 "url": "https://opencollective.com/unified" 4604 } 4605 }, 4606 "node_modules/rehype-recma": { 4607 "version": "1.0.0", 4608 "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz", 4609 "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==", 4610 "license": "MIT", 4611 "dependencies": { 4612 "@types/estree": "^1.0.0", 4613 "@types/hast": "^3.0.0", 4614 "hast-util-to-estree": "^3.0.0" 4615 }, 4616 "funding": { 4617 "type": "opencollective", 4618 "url": "https://opencollective.com/unified" 4619 } 4620 }, 4621 "node_modules/rehype-stringify": { 4622 "version": "10.0.1", 4623 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz", 4624 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==", 4625 "license": "MIT", 4626 "dependencies": { 4627 "@types/hast": "^3.0.0", 4628 "hast-util-to-html": "^9.0.0", 4629 "unified": "^11.0.0" 4630 }, 4631 "funding": { 4632 "type": "opencollective", 4633 "url": "https://opencollective.com/unified" 4634 } 4635 }, 4636 "node_modules/remark-gfm": { 4637 "version": "4.0.0", 4638 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.0.tgz", 4639 "integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==", 4640 "license": "MIT", 4641 "dependencies": { 4642 "@types/mdast": "^4.0.0", 4643 "mdast-util-gfm": "^3.0.0", 4644 "micromark-extension-gfm": "^3.0.0", 4645 "remark-parse": "^11.0.0", 4646 "remark-stringify": "^11.0.0", 4647 "unified": "^11.0.0" 4648 }, 4649 "funding": { 4650 "type": "opencollective", 4651 "url": "https://opencollective.com/unified" 4652 } 4653 }, 4654 "node_modules/remark-mdx": { 4655 "version": "3.1.0", 4656 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.0.tgz", 4657 "integrity": "sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==", 4658 "license": "MIT", 4659 "dependencies": { 4660 "mdast-util-mdx": "^3.0.0", 4661 "micromark-extension-mdxjs": "^3.0.0" 4662 }, 4663 "funding": { 4664 "type": "opencollective", 4665 "url": "https://opencollective.com/unified" 4666 } 4667 }, 4668 "node_modules/remark-parse": { 4669 "version": "11.0.0", 4670 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 4671 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 4672 "license": "MIT", 4673 "dependencies": { 4674 "@types/mdast": "^4.0.0", 4675 "mdast-util-from-markdown": "^2.0.0", 4676 "micromark-util-types": "^2.0.0", 4677 "unified": "^11.0.0" 4678 }, 4679 "funding": { 4680 "type": "opencollective", 4681 "url": "https://opencollective.com/unified" 4682 } 4683 }, 4684 "node_modules/remark-rehype": { 4685 "version": "11.1.1", 4686 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.1.tgz", 4687 "integrity": "sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==", 4688 "license": "MIT", 4689 "dependencies": { 4690 "@types/hast": "^3.0.0", 4691 "@types/mdast": "^4.0.0", 4692 "mdast-util-to-hast": "^13.0.0", 4693 "unified": "^11.0.0", 4694 "vfile": "^6.0.0" 4695 }, 4696 "funding": { 4697 "type": "opencollective", 4698 "url": "https://opencollective.com/unified" 4699 } 4700 }, 4701 "node_modules/remark-smartypants": { 4702 "version": "3.0.2", 4703 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", 4704 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", 4705 "license": "MIT", 4706 "dependencies": { 4707 "retext": "^9.0.0", 4708 "retext-smartypants": "^6.0.0", 4709 "unified": "^11.0.4", 4710 "unist-util-visit": "^5.0.0" 4711 }, 4712 "engines": { 4713 "node": ">=16.0.0" 4714 } 4715 }, 4716 "node_modules/remark-stringify": { 4717 "version": "11.0.0", 4718 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 4719 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 4720 "license": "MIT", 4721 "dependencies": { 4722 "@types/mdast": "^4.0.0", 4723 "mdast-util-to-markdown": "^2.0.0", 4724 "unified": "^11.0.0" 4725 }, 4726 "funding": { 4727 "type": "opencollective", 4728 "url": "https://opencollective.com/unified" 4729 } 4730 }, 4731 "node_modules/retext": { 4732 "version": "9.0.0", 4733 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", 4734 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", 4735 "license": "MIT", 4736 "dependencies": { 4737 "@types/nlcst": "^2.0.0", 4738 "retext-latin": "^4.0.0", 4739 "retext-stringify": "^4.0.0", 4740 "unified": "^11.0.0" 4741 }, 4742 "funding": { 4743 "type": "opencollective", 4744 "url": "https://opencollective.com/unified" 4745 } 4746 }, 4747 "node_modules/retext-latin": { 4748 "version": "4.0.0", 4749 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", 4750 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", 4751 "license": "MIT", 4752 "dependencies": { 4753 "@types/nlcst": "^2.0.0", 4754 "parse-latin": "^7.0.0", 4755 "unified": "^11.0.0" 4756 }, 4757 "funding": { 4758 "type": "opencollective", 4759 "url": "https://opencollective.com/unified" 4760 } 4761 }, 4762 "node_modules/retext-smartypants": { 4763 "version": "6.2.0", 4764 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz", 4765 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==", 4766 "license": "MIT", 4767 "dependencies": { 4768 "@types/nlcst": "^2.0.0", 4769 "nlcst-to-string": "^4.0.0", 4770 "unist-util-visit": "^5.0.0" 4771 }, 4772 "funding": { 4773 "type": "opencollective", 4774 "url": "https://opencollective.com/unified" 4775 } 4776 }, 4777 "node_modules/retext-stringify": { 4778 "version": "4.0.0", 4779 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", 4780 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", 4781 "license": "MIT", 4782 "dependencies": { 4783 "@types/nlcst": "^2.0.0", 4784 "nlcst-to-string": "^4.0.0", 4785 "unified": "^11.0.0" 4786 }, 4787 "funding": { 4788 "type": "opencollective", 4789 "url": "https://opencollective.com/unified" 4790 } 4791 }, 4792 "node_modules/reusify": { 4793 "version": "1.0.4", 4794 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", 4795 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", 4796 "license": "MIT", 4797 "engines": { 4798 "iojs": ">=1.0.0", 4799 "node": ">=0.10.0" 4800 } 4801 }, 4802 "node_modules/rollup": { 4803 "version": "4.29.1", 4804 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.29.1.tgz", 4805 "integrity": "sha512-RaJ45M/kmJUzSWDs1Nnd5DdV4eerC98idtUOVr6FfKcgxqvjwHmxc5upLF9qZU9EpsVzzhleFahrT3shLuJzIw==", 4806 "license": "MIT", 4807 "dependencies": { 4808 "@types/estree": "1.0.6" 4809 }, 4810 "bin": { 4811 "rollup": "dist/bin/rollup" 4812 }, 4813 "engines": { 4814 "node": ">=18.0.0", 4815 "npm": ">=8.0.0" 4816 }, 4817 "optionalDependencies": { 4818 "@rollup/rollup-android-arm-eabi": "4.29.1", 4819 "@rollup/rollup-android-arm64": "4.29.1", 4820 "@rollup/rollup-darwin-arm64": "4.29.1", 4821 "@rollup/rollup-darwin-x64": "4.29.1", 4822 "@rollup/rollup-freebsd-arm64": "4.29.1", 4823 "@rollup/rollup-freebsd-x64": "4.29.1", 4824 "@rollup/rollup-linux-arm-gnueabihf": "4.29.1", 4825 "@rollup/rollup-linux-arm-musleabihf": "4.29.1", 4826 "@rollup/rollup-linux-arm64-gnu": "4.29.1", 4827 "@rollup/rollup-linux-arm64-musl": "4.29.1", 4828 "@rollup/rollup-linux-loongarch64-gnu": "4.29.1", 4829 "@rollup/rollup-linux-powerpc64le-gnu": "4.29.1", 4830 "@rollup/rollup-linux-riscv64-gnu": "4.29.1", 4831 "@rollup/rollup-linux-s390x-gnu": "4.29.1", 4832 "@rollup/rollup-linux-x64-gnu": "4.29.1", 4833 "@rollup/rollup-linux-x64-musl": "4.29.1", 4834 "@rollup/rollup-win32-arm64-msvc": "4.29.1", 4835 "@rollup/rollup-win32-ia32-msvc": "4.29.1", 4836 "@rollup/rollup-win32-x64-msvc": "4.29.1", 4837 "fsevents": "~2.3.2" 4838 } 4839 }, 4840 "node_modules/run-parallel": { 4841 "version": "1.2.0", 4842 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 4843 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 4844 "funding": [ 4845 { 4846 "type": "github", 4847 "url": "https://github.com/sponsors/feross" 4848 }, 4849 { 4850 "type": "patreon", 4851 "url": "https://www.patreon.com/feross" 4852 }, 4853 { 4854 "type": "consulting", 4855 "url": "https://feross.org/support" 4856 } 4857 ], 4858 "license": "MIT", 4859 "dependencies": { 4860 "queue-microtask": "^1.2.2" 4861 } 4862 }, 4863 "node_modules/sax": { 4864 "version": "1.4.1", 4865 "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", 4866 "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", 4867 "license": "ISC" 4868 }, 4869 "node_modules/semver": { 4870 "version": "7.6.3", 4871 "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", 4872 "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", 4873 "license": "ISC", 4874 "bin": { 4875 "semver": "bin/semver.js" 4876 }, 4877 "engines": { 4878 "node": ">=10" 4879 } 4880 }, 4881 "node_modules/sharp": { 4882 "version": "0.33.5", 4883 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz", 4884 "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==", 4885 "devOptional": true, 4886 "hasInstallScript": true, 4887 "license": "Apache-2.0", 4888 "dependencies": { 4889 "color": "^4.2.3", 4890 "detect-libc": "^2.0.3", 4891 "semver": "^7.6.3" 4892 }, 4893 "engines": { 4894 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 4895 }, 4896 "funding": { 4897 "url": "https://opencollective.com/libvips" 4898 }, 4899 "optionalDependencies": { 4900 "@img/sharp-darwin-arm64": "0.33.5", 4901 "@img/sharp-darwin-x64": "0.33.5", 4902 "@img/sharp-libvips-darwin-arm64": "1.0.4", 4903 "@img/sharp-libvips-darwin-x64": "1.0.4", 4904 "@img/sharp-libvips-linux-arm": "1.0.5", 4905 "@img/sharp-libvips-linux-arm64": "1.0.4", 4906 "@img/sharp-libvips-linux-s390x": "1.0.4", 4907 "@img/sharp-libvips-linux-x64": "1.0.4", 4908 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4", 4909 "@img/sharp-libvips-linuxmusl-x64": "1.0.4", 4910 "@img/sharp-linux-arm": "0.33.5", 4911 "@img/sharp-linux-arm64": "0.33.5", 4912 "@img/sharp-linux-s390x": "0.33.5", 4913 "@img/sharp-linux-x64": "0.33.5", 4914 "@img/sharp-linuxmusl-arm64": "0.33.5", 4915 "@img/sharp-linuxmusl-x64": "0.33.5", 4916 "@img/sharp-wasm32": "0.33.5", 4917 "@img/sharp-win32-ia32": "0.33.5", 4918 "@img/sharp-win32-x64": "0.33.5" 4919 } 4920 }, 4921 "node_modules/shiki": { 4922 "version": "1.24.4", 4923 "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.24.4.tgz", 4924 "integrity": "sha512-aVGSFAOAr1v26Hh/+GBIsRVDWJ583XYV7CuNURKRWh9gpGv4OdbisZGq96B9arMYTZhTQkmRF5BrShOSTvNqhw==", 4925 "license": "MIT", 4926 "dependencies": { 4927 "@shikijs/core": "1.24.4", 4928 "@shikijs/engine-javascript": "1.24.4", 4929 "@shikijs/engine-oniguruma": "1.24.4", 4930 "@shikijs/types": "1.24.4", 4931 "@shikijs/vscode-textmate": "^9.3.1", 4932 "@types/hast": "^3.0.4" 4933 } 4934 }, 4935 "node_modules/simple-swizzle": { 4936 "version": "0.2.2", 4937 "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", 4938 "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", 4939 "devOptional": true, 4940 "license": "MIT", 4941 "dependencies": { 4942 "is-arrayish": "^0.3.1" 4943 } 4944 }, 4945 "node_modules/sisteransi": { 4946 "version": "1.0.5", 4947 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 4948 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", 4949 "license": "MIT" 4950 }, 4951 "node_modules/sitemap": { 4952 "version": "8.0.0", 4953 "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.0.tgz", 4954 "integrity": "sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==", 4955 "license": "MIT", 4956 "dependencies": { 4957 "@types/node": "^17.0.5", 4958 "@types/sax": "^1.2.1", 4959 "arg": "^5.0.0", 4960 "sax": "^1.2.4" 4961 }, 4962 "bin": { 4963 "sitemap": "dist/cli.js" 4964 }, 4965 "engines": { 4966 "node": ">=14.0.0", 4967 "npm": ">=6.0.0" 4968 } 4969 }, 4970 "node_modules/sitemap/node_modules/@types/node": { 4971 "version": "17.0.45", 4972 "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", 4973 "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==", 4974 "license": "MIT" 4975 }, 4976 "node_modules/source-map": { 4977 "version": "0.7.4", 4978 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", 4979 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", 4980 "license": "BSD-3-Clause", 4981 "engines": { 4982 "node": ">= 8" 4983 } 4984 }, 4985 "node_modules/source-map-js": { 4986 "version": "1.2.1", 4987 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 4988 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 4989 "license": "BSD-3-Clause", 4990 "engines": { 4991 "node": ">=0.10.0" 4992 } 4993 }, 4994 "node_modules/space-separated-tokens": { 4995 "version": "2.0.2", 4996 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 4997 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 4998 "license": "MIT", 4999 "funding": { 5000 "type": "github", 5001 "url": "https://github.com/sponsors/wooorm" 5002 } 5003 }, 5004 "node_modules/sprintf-js": { 5005 "version": "1.0.3", 5006 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 5007 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", 5008 "license": "BSD-3-Clause" 5009 }, 5010 "node_modules/stream-replace-string": { 5011 "version": "2.0.0", 5012 "resolved": "https://registry.npmjs.org/stream-replace-string/-/stream-replace-string-2.0.0.tgz", 5013 "integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==", 5014 "license": "MIT" 5015 }, 5016 "node_modules/string-width": { 5017 "version": "7.2.0", 5018 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 5019 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 5020 "license": "MIT", 5021 "dependencies": { 5022 "emoji-regex": "^10.3.0", 5023 "get-east-asian-width": "^1.0.0", 5024 "strip-ansi": "^7.1.0" 5025 }, 5026 "engines": { 5027 "node": ">=18" 5028 }, 5029 "funding": { 5030 "url": "https://github.com/sponsors/sindresorhus" 5031 } 5032 }, 5033 "node_modules/stringify-entities": { 5034 "version": "4.0.4", 5035 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 5036 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 5037 "license": "MIT", 5038 "dependencies": { 5039 "character-entities-html4": "^2.0.0", 5040 "character-entities-legacy": "^3.0.0" 5041 }, 5042 "funding": { 5043 "type": "github", 5044 "url": "https://github.com/sponsors/wooorm" 5045 } 5046 }, 5047 "node_modules/strip-ansi": { 5048 "version": "7.1.0", 5049 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 5050 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 5051 "license": "MIT", 5052 "dependencies": { 5053 "ansi-regex": "^6.0.1" 5054 }, 5055 "engines": { 5056 "node": ">=12" 5057 }, 5058 "funding": { 5059 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 5060 } 5061 }, 5062 "node_modules/strip-bom": { 5063 "version": "3.0.0", 5064 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", 5065 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", 5066 "license": "MIT", 5067 "engines": { 5068 "node": ">=4" 5069 } 5070 }, 5071 "node_modules/strnum": { 5072 "version": "1.0.5", 5073 "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", 5074 "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", 5075 "license": "MIT" 5076 }, 5077 "node_modules/style-to-object": { 5078 "version": "1.0.8", 5079 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz", 5080 "integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==", 5081 "license": "MIT", 5082 "dependencies": { 5083 "inline-style-parser": "0.2.4" 5084 } 5085 }, 5086 "node_modules/svelte": { 5087 "version": "5.16.0", 5088 "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.16.0.tgz", 5089 "integrity": "sha512-Ygqsiac6UogVED2ruKclU+pOeMThxWtp9LG+li7BXeDKC2paVIsRTMkNmcON4Zejerd1s5sZHWx6ZtU85xklVg==", 5090 "license": "MIT", 5091 "dependencies": { 5092 "@ampproject/remapping": "^2.3.0", 5093 "@jridgewell/sourcemap-codec": "^1.5.0", 5094 "@types/estree": "^1.0.5", 5095 "acorn": "^8.12.1", 5096 "acorn-typescript": "^1.4.13", 5097 "aria-query": "^5.3.1", 5098 "axobject-query": "^4.1.0", 5099 "clsx": "^2.1.1", 5100 "esm-env": "^1.2.1", 5101 "esrap": "^1.3.2", 5102 "is-reference": "^3.0.3", 5103 "locate-character": "^3.0.0", 5104 "magic-string": "^0.30.11", 5105 "zimmerframe": "^1.1.2" 5106 }, 5107 "engines": { 5108 "node": ">=18" 5109 } 5110 }, 5111 "node_modules/svelte2tsx": { 5112 "version": "0.7.31", 5113 "resolved": "https://registry.npmjs.org/svelte2tsx/-/svelte2tsx-0.7.31.tgz", 5114 "integrity": "sha512-exrN1o9mdCLAA7hTCudz731FIxomH/0SN9ZIX+WrY/XnlLuno/NNC1PF6JXPZVqp/4sMMDKteqyKoG44hliljQ==", 5115 "license": "MIT", 5116 "dependencies": { 5117 "dedent-js": "^1.0.1", 5118 "pascal-case": "^3.1.1" 5119 }, 5120 "peerDependencies": { 5121 "svelte": "^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0", 5122 "typescript": "^4.9.4 || ^5.0.0" 5123 } 5124 }, 5125 "node_modules/tinyexec": { 5126 "version": "0.3.1", 5127 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.1.tgz", 5128 "integrity": "sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==", 5129 "license": "MIT" 5130 }, 5131 "node_modules/tlds": { 5132 "version": "1.255.0", 5133 "resolved": "https://registry.npmjs.org/tlds/-/tlds-1.255.0.tgz", 5134 "integrity": "sha512-tcwMRIioTcF/FcxLev8MJWxCp+GUALRhFEqbDoZrnowmKSGqPrl5pqS+Sut2m8BgJ6S4FExCSSpGffZ0Tks6Aw==", 5135 "license": "MIT", 5136 "bin": { 5137 "tlds": "bin.js" 5138 } 5139 }, 5140 "node_modules/to-regex-range": { 5141 "version": "5.0.1", 5142 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 5143 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 5144 "license": "MIT", 5145 "dependencies": { 5146 "is-number": "^7.0.0" 5147 }, 5148 "engines": { 5149 "node": ">=8.0" 5150 } 5151 }, 5152 "node_modules/trim-lines": { 5153 "version": "3.0.1", 5154 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 5155 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 5156 "license": "MIT", 5157 "funding": { 5158 "type": "github", 5159 "url": "https://github.com/sponsors/wooorm" 5160 } 5161 }, 5162 "node_modules/trough": { 5163 "version": "2.2.0", 5164 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 5165 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 5166 "license": "MIT", 5167 "funding": { 5168 "type": "github", 5169 "url": "https://github.com/sponsors/wooorm" 5170 } 5171 }, 5172 "node_modules/tsconfck": { 5173 "version": "3.1.4", 5174 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.4.tgz", 5175 "integrity": "sha512-kdqWFGVJqe+KGYvlSO9NIaWn9jT1Ny4oKVzAJsKii5eoE9snzTJzL4+MMVOMn+fikWGFmKEylcXL710V/kIPJQ==", 5176 "license": "MIT", 5177 "bin": { 5178 "tsconfck": "bin/tsconfck.js" 5179 }, 5180 "engines": { 5181 "node": "^18 || >=20" 5182 }, 5183 "peerDependencies": { 5184 "typescript": "^5.0.0" 5185 }, 5186 "peerDependenciesMeta": { 5187 "typescript": { 5188 "optional": true 5189 } 5190 } 5191 }, 5192 "node_modules/tslib": { 5193 "version": "2.8.1", 5194 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 5195 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 5196 "license": "0BSD" 5197 }, 5198 "node_modules/type-fest": { 5199 "version": "4.31.0", 5200 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz", 5201 "integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==", 5202 "license": "(MIT OR CC0-1.0)", 5203 "engines": { 5204 "node": ">=16" 5205 }, 5206 "funding": { 5207 "url": "https://github.com/sponsors/sindresorhus" 5208 } 5209 }, 5210 "node_modules/typescript": { 5211 "version": "5.7.2", 5212 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", 5213 "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", 5214 "license": "Apache-2.0", 5215 "bin": { 5216 "tsc": "bin/tsc", 5217 "tsserver": "bin/tsserver" 5218 }, 5219 "engines": { 5220 "node": ">=14.17" 5221 } 5222 }, 5223 "node_modules/ufo": { 5224 "version": "1.5.4", 5225 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz", 5226 "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==", 5227 "license": "MIT" 5228 }, 5229 "node_modules/uint8arrays": { 5230 "version": "3.0.0", 5231 "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz", 5232 "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==", 5233 "license": "MIT", 5234 "dependencies": { 5235 "multiformats": "^9.4.2" 5236 } 5237 }, 5238 "node_modules/ultrahtml": { 5239 "version": "1.5.3", 5240 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.5.3.tgz", 5241 "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==", 5242 "license": "MIT" 5243 }, 5244 "node_modules/uncrypto": { 5245 "version": "0.1.3", 5246 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", 5247 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", 5248 "license": "MIT" 5249 }, 5250 "node_modules/undici-types": { 5251 "version": "6.20.0", 5252 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", 5253 "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", 5254 "license": "MIT" 5255 }, 5256 "node_modules/unenv": { 5257 "version": "1.10.0", 5258 "resolved": "https://registry.npmjs.org/unenv/-/unenv-1.10.0.tgz", 5259 "integrity": "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==", 5260 "license": "MIT", 5261 "dependencies": { 5262 "consola": "^3.2.3", 5263 "defu": "^6.1.4", 5264 "mime": "^3.0.0", 5265 "node-fetch-native": "^1.6.4", 5266 "pathe": "^1.1.2" 5267 } 5268 }, 5269 "node_modules/unified": { 5270 "version": "11.0.5", 5271 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 5272 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 5273 "license": "MIT", 5274 "dependencies": { 5275 "@types/unist": "^3.0.0", 5276 "bail": "^2.0.0", 5277 "devlop": "^1.0.0", 5278 "extend": "^3.0.0", 5279 "is-plain-obj": "^4.0.0", 5280 "trough": "^2.0.0", 5281 "vfile": "^6.0.0" 5282 }, 5283 "funding": { 5284 "type": "opencollective", 5285 "url": "https://opencollective.com/unified" 5286 } 5287 }, 5288 "node_modules/unist-util-find-after": { 5289 "version": "5.0.0", 5290 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", 5291 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", 5292 "license": "MIT", 5293 "dependencies": { 5294 "@types/unist": "^3.0.0", 5295 "unist-util-is": "^6.0.0" 5296 }, 5297 "funding": { 5298 "type": "opencollective", 5299 "url": "https://opencollective.com/unified" 5300 } 5301 }, 5302 "node_modules/unist-util-is": { 5303 "version": "6.0.0", 5304 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 5305 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 5306 "license": "MIT", 5307 "dependencies": { 5308 "@types/unist": "^3.0.0" 5309 }, 5310 "funding": { 5311 "type": "opencollective", 5312 "url": "https://opencollective.com/unified" 5313 } 5314 }, 5315 "node_modules/unist-util-modify-children": { 5316 "version": "4.0.0", 5317 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", 5318 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", 5319 "license": "MIT", 5320 "dependencies": { 5321 "@types/unist": "^3.0.0", 5322 "array-iterate": "^2.0.0" 5323 }, 5324 "funding": { 5325 "type": "opencollective", 5326 "url": "https://opencollective.com/unified" 5327 } 5328 }, 5329 "node_modules/unist-util-position": { 5330 "version": "5.0.0", 5331 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 5332 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 5333 "license": "MIT", 5334 "dependencies": { 5335 "@types/unist": "^3.0.0" 5336 }, 5337 "funding": { 5338 "type": "opencollective", 5339 "url": "https://opencollective.com/unified" 5340 } 5341 }, 5342 "node_modules/unist-util-position-from-estree": { 5343 "version": "2.0.0", 5344 "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", 5345 "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", 5346 "license": "MIT", 5347 "dependencies": { 5348 "@types/unist": "^3.0.0" 5349 }, 5350 "funding": { 5351 "type": "opencollective", 5352 "url": "https://opencollective.com/unified" 5353 } 5354 }, 5355 "node_modules/unist-util-remove-position": { 5356 "version": "5.0.0", 5357 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", 5358 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", 5359 "license": "MIT", 5360 "dependencies": { 5361 "@types/unist": "^3.0.0", 5362 "unist-util-visit": "^5.0.0" 5363 }, 5364 "funding": { 5365 "type": "opencollective", 5366 "url": "https://opencollective.com/unified" 5367 } 5368 }, 5369 "node_modules/unist-util-stringify-position": { 5370 "version": "4.0.0", 5371 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 5372 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 5373 "license": "MIT", 5374 "dependencies": { 5375 "@types/unist": "^3.0.0" 5376 }, 5377 "funding": { 5378 "type": "opencollective", 5379 "url": "https://opencollective.com/unified" 5380 } 5381 }, 5382 "node_modules/unist-util-visit": { 5383 "version": "5.0.0", 5384 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 5385 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 5386 "license": "MIT", 5387 "dependencies": { 5388 "@types/unist": "^3.0.0", 5389 "unist-util-is": "^6.0.0", 5390 "unist-util-visit-parents": "^6.0.0" 5391 }, 5392 "funding": { 5393 "type": "opencollective", 5394 "url": "https://opencollective.com/unified" 5395 } 5396 }, 5397 "node_modules/unist-util-visit-children": { 5398 "version": "3.0.0", 5399 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", 5400 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", 5401 "license": "MIT", 5402 "dependencies": { 5403 "@types/unist": "^3.0.0" 5404 }, 5405 "funding": { 5406 "type": "opencollective", 5407 "url": "https://opencollective.com/unified" 5408 } 5409 }, 5410 "node_modules/unist-util-visit-parents": { 5411 "version": "6.0.1", 5412 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 5413 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 5414 "license": "MIT", 5415 "dependencies": { 5416 "@types/unist": "^3.0.0", 5417 "unist-util-is": "^6.0.0" 5418 }, 5419 "funding": { 5420 "type": "opencollective", 5421 "url": "https://opencollective.com/unified" 5422 } 5423 }, 5424 "node_modules/unstorage": { 5425 "version": "1.14.4", 5426 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.14.4.tgz", 5427 "integrity": "sha512-1SYeamwuYeQJtJ/USE1x4l17LkmQBzg7deBJ+U9qOBoHo15d1cDxG4jM31zKRgF7pG0kirZy4wVMX6WL6Zoscg==", 5428 "license": "MIT", 5429 "dependencies": { 5430 "anymatch": "^3.1.3", 5431 "chokidar": "^3.6.0", 5432 "destr": "^2.0.3", 5433 "h3": "^1.13.0", 5434 "lru-cache": "^10.4.3", 5435 "node-fetch-native": "^1.6.4", 5436 "ofetch": "^1.4.1", 5437 "ufo": "^1.5.4" 5438 }, 5439 "peerDependencies": { 5440 "@azure/app-configuration": "^1.8.0", 5441 "@azure/cosmos": "^4.2.0", 5442 "@azure/data-tables": "^13.3.0", 5443 "@azure/identity": "^4.5.0", 5444 "@azure/keyvault-secrets": "^4.9.0", 5445 "@azure/storage-blob": "^12.26.0", 5446 "@capacitor/preferences": "^6.0.3", 5447 "@deno/kv": ">=0.8.4", 5448 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0", 5449 "@planetscale/database": "^1.19.0", 5450 "@upstash/redis": "^1.34.3", 5451 "@vercel/blob": ">=0.27.0", 5452 "@vercel/kv": "^1.0.1", 5453 "aws4fetch": "^1.0.20", 5454 "db0": ">=0.2.1", 5455 "idb-keyval": "^6.2.1", 5456 "ioredis": "^5.4.2", 5457 "uploadthing": "^7.4.1" 5458 }, 5459 "peerDependenciesMeta": { 5460 "@azure/app-configuration": { 5461 "optional": true 5462 }, 5463 "@azure/cosmos": { 5464 "optional": true 5465 }, 5466 "@azure/data-tables": { 5467 "optional": true 5468 }, 5469 "@azure/identity": { 5470 "optional": true 5471 }, 5472 "@azure/keyvault-secrets": { 5473 "optional": true 5474 }, 5475 "@azure/storage-blob": { 5476 "optional": true 5477 }, 5478 "@capacitor/preferences": { 5479 "optional": true 5480 }, 5481 "@deno/kv": { 5482 "optional": true 5483 }, 5484 "@netlify/blobs": { 5485 "optional": true 5486 }, 5487 "@planetscale/database": { 5488 "optional": true 5489 }, 5490 "@upstash/redis": { 5491 "optional": true 5492 }, 5493 "@vercel/blob": { 5494 "optional": true 5495 }, 5496 "@vercel/kv": { 5497 "optional": true 5498 }, 5499 "aws4fetch": { 5500 "optional": true 5501 }, 5502 "db0": { 5503 "optional": true 5504 }, 5505 "idb-keyval": { 5506 "optional": true 5507 }, 5508 "ioredis": { 5509 "optional": true 5510 }, 5511 "uploadthing": { 5512 "optional": true 5513 } 5514 } 5515 }, 5516 "node_modules/vfile": { 5517 "version": "6.0.3", 5518 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 5519 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 5520 "license": "MIT", 5521 "dependencies": { 5522 "@types/unist": "^3.0.0", 5523 "vfile-message": "^4.0.0" 5524 }, 5525 "funding": { 5526 "type": "opencollective", 5527 "url": "https://opencollective.com/unified" 5528 } 5529 }, 5530 "node_modules/vfile-location": { 5531 "version": "5.0.3", 5532 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 5533 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 5534 "license": "MIT", 5535 "dependencies": { 5536 "@types/unist": "^3.0.0", 5537 "vfile": "^6.0.0" 5538 }, 5539 "funding": { 5540 "type": "opencollective", 5541 "url": "https://opencollective.com/unified" 5542 } 5543 }, 5544 "node_modules/vfile-message": { 5545 "version": "4.0.2", 5546 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 5547 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 5548 "license": "MIT", 5549 "dependencies": { 5550 "@types/unist": "^3.0.0", 5551 "unist-util-stringify-position": "^4.0.0" 5552 }, 5553 "funding": { 5554 "type": "opencollective", 5555 "url": "https://opencollective.com/unified" 5556 } 5557 }, 5558 "node_modules/vite": { 5559 "version": "6.0.6", 5560 "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.6.tgz", 5561 "integrity": "sha512-NSjmUuckPmDU18bHz7QZ+bTYhRR0iA72cs2QAxCqDpafJ0S6qetco0LB3WW2OxlMHS0JmAv+yZ/R3uPmMyGTjQ==", 5562 "license": "MIT", 5563 "dependencies": { 5564 "esbuild": "^0.24.2", 5565 "postcss": "^8.4.49", 5566 "rollup": "^4.23.0" 5567 }, 5568 "bin": { 5569 "vite": "bin/vite.js" 5570 }, 5571 "engines": { 5572 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 5573 }, 5574 "funding": { 5575 "url": "https://github.com/vitejs/vite?sponsor=1" 5576 }, 5577 "optionalDependencies": { 5578 "fsevents": "~2.3.3" 5579 }, 5580 "peerDependencies": { 5581 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 5582 "jiti": ">=1.21.0", 5583 "less": "*", 5584 "lightningcss": "^1.21.0", 5585 "sass": "*", 5586 "sass-embedded": "*", 5587 "stylus": "*", 5588 "sugarss": "*", 5589 "terser": "^5.16.0", 5590 "tsx": "^4.8.1", 5591 "yaml": "^2.4.2" 5592 }, 5593 "peerDependenciesMeta": { 5594 "@types/node": { 5595 "optional": true 5596 }, 5597 "jiti": { 5598 "optional": true 5599 }, 5600 "less": { 5601 "optional": true 5602 }, 5603 "lightningcss": { 5604 "optional": true 5605 }, 5606 "sass": { 5607 "optional": true 5608 }, 5609 "sass-embedded": { 5610 "optional": true 5611 }, 5612 "stylus": { 5613 "optional": true 5614 }, 5615 "sugarss": { 5616 "optional": true 5617 }, 5618 "terser": { 5619 "optional": true 5620 }, 5621 "tsx": { 5622 "optional": true 5623 }, 5624 "yaml": { 5625 "optional": true 5626 } 5627 } 5628 }, 5629 "node_modules/vite/node_modules/@esbuild/linux-x64": { 5630 "version": "0.24.2", 5631 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz", 5632 "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==", 5633 "cpu": [ 5634 "x64" 5635 ], 5636 "license": "MIT", 5637 "optional": true, 5638 "os": [ 5639 "linux" 5640 ], 5641 "engines": { 5642 "node": ">=18" 5643 } 5644 }, 5645 "node_modules/vite/node_modules/esbuild": { 5646 "version": "0.24.2", 5647 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz", 5648 "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==", 5649 "hasInstallScript": true, 5650 "license": "MIT", 5651 "bin": { 5652 "esbuild": "bin/esbuild" 5653 }, 5654 "engines": { 5655 "node": ">=18" 5656 }, 5657 "optionalDependencies": { 5658 "@esbuild/aix-ppc64": "0.24.2", 5659 "@esbuild/android-arm": "0.24.2", 5660 "@esbuild/android-arm64": "0.24.2", 5661 "@esbuild/android-x64": "0.24.2", 5662 "@esbuild/darwin-arm64": "0.24.2", 5663 "@esbuild/darwin-x64": "0.24.2", 5664 "@esbuild/freebsd-arm64": "0.24.2", 5665 "@esbuild/freebsd-x64": "0.24.2", 5666 "@esbuild/linux-arm": "0.24.2", 5667 "@esbuild/linux-arm64": "0.24.2", 5668 "@esbuild/linux-ia32": "0.24.2", 5669 "@esbuild/linux-loong64": "0.24.2", 5670 "@esbuild/linux-mips64el": "0.24.2", 5671 "@esbuild/linux-ppc64": "0.24.2", 5672 "@esbuild/linux-riscv64": "0.24.2", 5673 "@esbuild/linux-s390x": "0.24.2", 5674 "@esbuild/linux-x64": "0.24.2", 5675 "@esbuild/netbsd-arm64": "0.24.2", 5676 "@esbuild/netbsd-x64": "0.24.2", 5677 "@esbuild/openbsd-arm64": "0.24.2", 5678 "@esbuild/openbsd-x64": "0.24.2", 5679 "@esbuild/sunos-x64": "0.24.2", 5680 "@esbuild/win32-arm64": "0.24.2", 5681 "@esbuild/win32-ia32": "0.24.2", 5682 "@esbuild/win32-x64": "0.24.2" 5683 } 5684 }, 5685 "node_modules/vitefu": { 5686 "version": "1.0.4", 5687 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.0.4.tgz", 5688 "integrity": "sha512-y6zEE3PQf6uu/Mt6DTJ9ih+kyJLr4XcSgHR2zUkM8SWDhuixEJxfJ6CZGMHh1Ec3vPLoEA0IHU5oWzVqw8ulow==", 5689 "license": "MIT", 5690 "workspaces": [ 5691 "tests/deps/*", 5692 "tests/projects/*" 5693 ], 5694 "peerDependencies": { 5695 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" 5696 }, 5697 "peerDependenciesMeta": { 5698 "vite": { 5699 "optional": true 5700 } 5701 } 5702 }, 5703 "node_modules/web-namespaces": { 5704 "version": "2.0.1", 5705 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 5706 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 5707 "license": "MIT", 5708 "funding": { 5709 "type": "github", 5710 "url": "https://github.com/sponsors/wooorm" 5711 } 5712 }, 5713 "node_modules/which-pm": { 5714 "version": "3.0.0", 5715 "resolved": "https://registry.npmjs.org/which-pm/-/which-pm-3.0.0.tgz", 5716 "integrity": "sha512-ysVYmw6+ZBhx3+ZkcPwRuJi38ZOTLJJ33PSHaitLxSKUMsh0LkKd0nC69zZCwt5D+AYUcMK2hhw4yWny20vSGg==", 5717 "license": "MIT", 5718 "dependencies": { 5719 "load-yaml-file": "^0.2.0" 5720 }, 5721 "engines": { 5722 "node": ">=18.12" 5723 } 5724 }, 5725 "node_modules/which-pm-runs": { 5726 "version": "1.1.0", 5727 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", 5728 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", 5729 "license": "MIT", 5730 "engines": { 5731 "node": ">=4" 5732 } 5733 }, 5734 "node_modules/widest-line": { 5735 "version": "5.0.0", 5736 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", 5737 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==", 5738 "license": "MIT", 5739 "dependencies": { 5740 "string-width": "^7.0.0" 5741 }, 5742 "engines": { 5743 "node": ">=18" 5744 }, 5745 "funding": { 5746 "url": "https://github.com/sponsors/sindresorhus" 5747 } 5748 }, 5749 "node_modules/wrap-ansi": { 5750 "version": "9.0.0", 5751 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", 5752 "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", 5753 "license": "MIT", 5754 "dependencies": { 5755 "ansi-styles": "^6.2.1", 5756 "string-width": "^7.0.0", 5757 "strip-ansi": "^7.1.0" 5758 }, 5759 "engines": { 5760 "node": ">=18" 5761 }, 5762 "funding": { 5763 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 5764 } 5765 }, 5766 "node_modules/xxhash-wasm": { 5767 "version": "1.1.0", 5768 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz", 5769 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==", 5770 "license": "MIT" 5771 }, 5772 "node_modules/yargs-parser": { 5773 "version": "21.1.1", 5774 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", 5775 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", 5776 "license": "ISC", 5777 "engines": { 5778 "node": ">=12" 5779 } 5780 }, 5781 "node_modules/yocto-queue": { 5782 "version": "1.1.1", 5783 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", 5784 "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==", 5785 "license": "MIT", 5786 "engines": { 5787 "node": ">=12.20" 5788 }, 5789 "funding": { 5790 "url": "https://github.com/sponsors/sindresorhus" 5791 } 5792 }, 5793 "node_modules/yocto-spinner": { 5794 "version": "0.1.2", 5795 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.1.2.tgz", 5796 "integrity": "sha512-VfmLIh/ZSZOJnVRQZc/dvpPP90lWL4G0bmxQMP0+U/2vKBA8GSpcBuWv17y7F+CZItRuO97HN1wdbb4p10uhOg==", 5797 "license": "MIT", 5798 "dependencies": { 5799 "yoctocolors": "^2.1.1" 5800 }, 5801 "engines": { 5802 "node": ">=18.19" 5803 }, 5804 "funding": { 5805 "url": "https://github.com/sponsors/sindresorhus" 5806 } 5807 }, 5808 "node_modules/yoctocolors": { 5809 "version": "2.1.1", 5810 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz", 5811 "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==", 5812 "license": "MIT", 5813 "engines": { 5814 "node": ">=18" 5815 }, 5816 "funding": { 5817 "url": "https://github.com/sponsors/sindresorhus" 5818 } 5819 }, 5820 "node_modules/zimmerframe": { 5821 "version": "1.1.2", 5822 "resolved": "https://registry.npmjs.org/zimmerframe/-/zimmerframe-1.1.2.tgz", 5823 "integrity": "sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==", 5824 "license": "MIT" 5825 }, 5826 "node_modules/zod": { 5827 "version": "3.24.1", 5828 "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz", 5829 "integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==", 5830 "license": "MIT", 5831 "funding": { 5832 "url": "https://github.com/sponsors/colinhacks" 5833 } 5834 }, 5835 "node_modules/zod-to-json-schema": { 5836 "version": "3.24.1", 5837 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.1.tgz", 5838 "integrity": "sha512-3h08nf3Vw3Wl3PK+q3ow/lIil81IT2Oa7YpQyUUDsEWbXveMesdfK1xBd2RhCkynwZndAxixji/7SYJJowr62w==", 5839 "license": "ISC", 5840 "peerDependencies": { 5841 "zod": "^3.24.1" 5842 } 5843 }, 5844 "node_modules/zod-to-ts": { 5845 "version": "1.2.0", 5846 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz", 5847 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==", 5848 "peerDependencies": { 5849 "typescript": "^4.9.4 || ^5.0.2", 5850 "zod": "^3" 5851 } 5852 }, 5853 "node_modules/zwitch": { 5854 "version": "2.0.4", 5855 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 5856 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 5857 "license": "MIT", 5858 "funding": { 5859 "type": "github", 5860 "url": "https://github.com/sponsors/wooorm" 5861 } 5862 } 5863 } 5864}