my blog https://overreacted.io
at main 354 kB view raw
1{ 2 "name": "overreacted", 3 "version": "0.1.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "overreacted", 9 "version": "0.1.0", 10 "hasInstallScript": true, 11 "dependencies": { 12 "colorjs.io": "^0.4.5", 13 "feed": "^4.2.2", 14 "gray-matter": "^4.0.3", 15 "next": "15.4.0-canary.23", 16 "next-mdx-remote-client": "^2.1.1", 17 "next-plausible": "^3.12.4", 18 "overnight": "^1.8.0", 19 "react": "^19", 20 "react-dom": "^19", 21 "rehype-autolink-headings": "^7.1.0", 22 "rehype-pretty-code": "^0.14.1", 23 "rehype-slug": "^6.0.0", 24 "remark-gfm": "^4.0.1", 25 "remark-smartypants": "^2.0.0", 26 "shiki": "^3.3.0" 27 }, 28 "devDependencies": { 29 "@types/node": "^22.14.1", 30 "autoprefixer": "^10.4.16", 31 "eslint": "^8", 32 "eslint-config-next": "13.5.6", 33 "patch-package": "^8.0.0", 34 "postcss": "^8.4.31", 35 "tailwindcss": "^3.3.5" 36 } 37 }, 38 "node_modules/@aashutoshrathi/word-wrap": { 39 "version": "1.2.6", 40 "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", 41 "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", 42 "dev": true, 43 "engines": { 44 "node": ">=0.10.0" 45 } 46 }, 47 "node_modules/@alloc/quick-lru": { 48 "version": "5.2.0", 49 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", 50 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", 51 "dev": true, 52 "engines": { 53 "node": ">=10" 54 }, 55 "funding": { 56 "url": "https://github.com/sponsors/sindresorhus" 57 } 58 }, 59 "node_modules/@babel/code-frame": { 60 "version": "7.26.2", 61 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", 62 "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", 63 "license": "MIT", 64 "dependencies": { 65 "@babel/helper-validator-identifier": "^7.25.9", 66 "js-tokens": "^4.0.0", 67 "picocolors": "^1.0.0" 68 }, 69 "engines": { 70 "node": ">=6.9.0" 71 } 72 }, 73 "node_modules/@babel/helper-validator-identifier": { 74 "version": "7.25.9", 75 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", 76 "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", 77 "license": "MIT", 78 "engines": { 79 "node": ">=6.9.0" 80 } 81 }, 82 "node_modules/@babel/runtime": { 83 "version": "7.23.2", 84 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz", 85 "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==", 86 "dev": true, 87 "dependencies": { 88 "regenerator-runtime": "^0.14.0" 89 }, 90 "engines": { 91 "node": ">=6.9.0" 92 } 93 }, 94 "node_modules/@emnapi/runtime": { 95 "version": "1.4.3", 96 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz", 97 "integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==", 98 "license": "MIT", 99 "optional": true, 100 "dependencies": { 101 "tslib": "^2.4.0" 102 } 103 }, 104 "node_modules/@eslint-community/eslint-utils": { 105 "version": "4.4.0", 106 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", 107 "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", 108 "dev": true, 109 "dependencies": { 110 "eslint-visitor-keys": "^3.3.0" 111 }, 112 "engines": { 113 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 114 }, 115 "peerDependencies": { 116 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" 117 } 118 }, 119 "node_modules/@eslint-community/regexpp": { 120 "version": "4.9.1", 121 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.9.1.tgz", 122 "integrity": "sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==", 123 "dev": true, 124 "engines": { 125 "node": "^12.0.0 || ^14.0.0 || >=16.0.0" 126 } 127 }, 128 "node_modules/@eslint/eslintrc": { 129 "version": "2.1.2", 130 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", 131 "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", 132 "dev": true, 133 "dependencies": { 134 "ajv": "^6.12.4", 135 "debug": "^4.3.2", 136 "espree": "^9.6.0", 137 "globals": "^13.19.0", 138 "ignore": "^5.2.0", 139 "import-fresh": "^3.2.1", 140 "js-yaml": "^4.1.0", 141 "minimatch": "^3.1.2", 142 "strip-json-comments": "^3.1.1" 143 }, 144 "engines": { 145 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 146 }, 147 "funding": { 148 "url": "https://opencollective.com/eslint" 149 } 150 }, 151 "node_modules/@eslint/js": { 152 "version": "8.52.0", 153 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.52.0.tgz", 154 "integrity": "sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==", 155 "dev": true, 156 "engines": { 157 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 158 } 159 }, 160 "node_modules/@humanwhocodes/config-array": { 161 "version": "0.11.13", 162 "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", 163 "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", 164 "dev": true, 165 "dependencies": { 166 "@humanwhocodes/object-schema": "^2.0.1", 167 "debug": "^4.1.1", 168 "minimatch": "^3.0.5" 169 }, 170 "engines": { 171 "node": ">=10.10.0" 172 } 173 }, 174 "node_modules/@humanwhocodes/module-importer": { 175 "version": "1.0.1", 176 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", 177 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", 178 "dev": true, 179 "engines": { 180 "node": ">=12.22" 181 }, 182 "funding": { 183 "type": "github", 184 "url": "https://github.com/sponsors/nzakas" 185 } 186 }, 187 "node_modules/@humanwhocodes/object-schema": { 188 "version": "2.0.1", 189 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", 190 "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", 191 "dev": true 192 }, 193 "node_modules/@img/sharp-darwin-arm64": { 194 "version": "0.34.1", 195 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.1.tgz", 196 "integrity": "sha512-pn44xgBtgpEbZsu+lWf2KNb6OAf70X68k+yk69Ic2Xz11zHR/w24/U49XT7AeRwJ0Px+mhALhU5LPci1Aymk7A==", 197 "cpu": [ 198 "arm64" 199 ], 200 "license": "Apache-2.0", 201 "optional": true, 202 "os": [ 203 "darwin" 204 ], 205 "engines": { 206 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 207 }, 208 "funding": { 209 "url": "https://opencollective.com/libvips" 210 }, 211 "optionalDependencies": { 212 "@img/sharp-libvips-darwin-arm64": "1.1.0" 213 } 214 }, 215 "node_modules/@img/sharp-darwin-x64": { 216 "version": "0.34.1", 217 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.1.tgz", 218 "integrity": "sha512-VfuYgG2r8BpYiOUN+BfYeFo69nP/MIwAtSJ7/Zpxc5QF3KS22z8Pvg3FkrSFJBPNQ7mmcUcYQFBmEQp7eu1F8Q==", 219 "cpu": [ 220 "x64" 221 ], 222 "license": "Apache-2.0", 223 "optional": true, 224 "os": [ 225 "darwin" 226 ], 227 "engines": { 228 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 229 }, 230 "funding": { 231 "url": "https://opencollective.com/libvips" 232 }, 233 "optionalDependencies": { 234 "@img/sharp-libvips-darwin-x64": "1.1.0" 235 } 236 }, 237 "node_modules/@img/sharp-libvips-darwin-arm64": { 238 "version": "1.1.0", 239 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.1.0.tgz", 240 "integrity": "sha512-HZ/JUmPwrJSoM4DIQPv/BfNh9yrOA8tlBbqbLz4JZ5uew2+o22Ik+tHQJcih7QJuSa0zo5coHTfD5J8inqj9DA==", 241 "cpu": [ 242 "arm64" 243 ], 244 "license": "LGPL-3.0-or-later", 245 "optional": true, 246 "os": [ 247 "darwin" 248 ], 249 "funding": { 250 "url": "https://opencollective.com/libvips" 251 } 252 }, 253 "node_modules/@img/sharp-libvips-darwin-x64": { 254 "version": "1.1.0", 255 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.1.0.tgz", 256 "integrity": "sha512-Xzc2ToEmHN+hfvsl9wja0RlnXEgpKNmftriQp6XzY/RaSfwD9th+MSh0WQKzUreLKKINb3afirxW7A0fz2YWuQ==", 257 "cpu": [ 258 "x64" 259 ], 260 "license": "LGPL-3.0-or-later", 261 "optional": true, 262 "os": [ 263 "darwin" 264 ], 265 "funding": { 266 "url": "https://opencollective.com/libvips" 267 } 268 }, 269 "node_modules/@img/sharp-libvips-linux-arm": { 270 "version": "1.1.0", 271 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.1.0.tgz", 272 "integrity": "sha512-s8BAd0lwUIvYCJyRdFqvsj+BJIpDBSxs6ivrOPm/R7piTs5UIwY5OjXrP2bqXC9/moGsyRa37eYWYCOGVXxVrA==", 273 "cpu": [ 274 "arm" 275 ], 276 "license": "LGPL-3.0-or-later", 277 "optional": true, 278 "os": [ 279 "linux" 280 ], 281 "funding": { 282 "url": "https://opencollective.com/libvips" 283 } 284 }, 285 "node_modules/@img/sharp-libvips-linux-arm64": { 286 "version": "1.1.0", 287 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.1.0.tgz", 288 "integrity": "sha512-IVfGJa7gjChDET1dK9SekxFFdflarnUB8PwW8aGwEoF3oAsSDuNUTYS+SKDOyOJxQyDC1aPFMuRYLoDInyV9Ew==", 289 "cpu": [ 290 "arm64" 291 ], 292 "license": "LGPL-3.0-or-later", 293 "optional": true, 294 "os": [ 295 "linux" 296 ], 297 "funding": { 298 "url": "https://opencollective.com/libvips" 299 } 300 }, 301 "node_modules/@img/sharp-libvips-linux-ppc64": { 302 "version": "1.1.0", 303 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.1.0.tgz", 304 "integrity": "sha512-tiXxFZFbhnkWE2LA8oQj7KYR+bWBkiV2nilRldT7bqoEZ4HiDOcePr9wVDAZPi/Id5fT1oY9iGnDq20cwUz8lQ==", 305 "cpu": [ 306 "ppc64" 307 ], 308 "license": "LGPL-3.0-or-later", 309 "optional": true, 310 "os": [ 311 "linux" 312 ], 313 "funding": { 314 "url": "https://opencollective.com/libvips" 315 } 316 }, 317 "node_modules/@img/sharp-libvips-linux-s390x": { 318 "version": "1.1.0", 319 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.1.0.tgz", 320 "integrity": "sha512-xukSwvhguw7COyzvmjydRb3x/09+21HykyapcZchiCUkTThEQEOMtBj9UhkaBRLuBrgLFzQ2wbxdeCCJW/jgJA==", 321 "cpu": [ 322 "s390x" 323 ], 324 "license": "LGPL-3.0-or-later", 325 "optional": true, 326 "os": [ 327 "linux" 328 ], 329 "funding": { 330 "url": "https://opencollective.com/libvips" 331 } 332 }, 333 "node_modules/@img/sharp-libvips-linux-x64": { 334 "version": "1.1.0", 335 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.1.0.tgz", 336 "integrity": "sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==", 337 "cpu": [ 338 "x64" 339 ], 340 "license": "LGPL-3.0-or-later", 341 "optional": true, 342 "os": [ 343 "linux" 344 ], 345 "funding": { 346 "url": "https://opencollective.com/libvips" 347 } 348 }, 349 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 350 "version": "1.1.0", 351 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.1.0.tgz", 352 "integrity": "sha512-jYZdG+whg0MDK+q2COKbYidaqW/WTz0cc1E+tMAusiDygrM4ypmSCjOJPmFTvHHJ8j/6cAGyeDWZOsK06tP33w==", 353 "cpu": [ 354 "arm64" 355 ], 356 "license": "LGPL-3.0-or-later", 357 "optional": true, 358 "os": [ 359 "linux" 360 ], 361 "funding": { 362 "url": "https://opencollective.com/libvips" 363 } 364 }, 365 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 366 "version": "1.1.0", 367 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.1.0.tgz", 368 "integrity": "sha512-wK7SBdwrAiycjXdkPnGCPLjYb9lD4l6Ze2gSdAGVZrEL05AOUJESWU2lhlC+Ffn5/G+VKuSm6zzbQSzFX/P65A==", 369 "cpu": [ 370 "x64" 371 ], 372 "license": "LGPL-3.0-or-later", 373 "optional": true, 374 "os": [ 375 "linux" 376 ], 377 "funding": { 378 "url": "https://opencollective.com/libvips" 379 } 380 }, 381 "node_modules/@img/sharp-linux-arm": { 382 "version": "0.34.1", 383 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.1.tgz", 384 "integrity": "sha512-anKiszvACti2sGy9CirTlNyk7BjjZPiML1jt2ZkTdcvpLU1YH6CXwRAZCA2UmRXnhiIftXQ7+Oh62Ji25W72jA==", 385 "cpu": [ 386 "arm" 387 ], 388 "license": "Apache-2.0", 389 "optional": true, 390 "os": [ 391 "linux" 392 ], 393 "engines": { 394 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 395 }, 396 "funding": { 397 "url": "https://opencollective.com/libvips" 398 }, 399 "optionalDependencies": { 400 "@img/sharp-libvips-linux-arm": "1.1.0" 401 } 402 }, 403 "node_modules/@img/sharp-linux-arm64": { 404 "version": "0.34.1", 405 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.1.tgz", 406 "integrity": "sha512-kX2c+vbvaXC6vly1RDf/IWNXxrlxLNpBVWkdpRq5Ka7OOKj6nr66etKy2IENf6FtOgklkg9ZdGpEu9kwdlcwOQ==", 407 "cpu": [ 408 "arm64" 409 ], 410 "license": "Apache-2.0", 411 "optional": true, 412 "os": [ 413 "linux" 414 ], 415 "engines": { 416 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 417 }, 418 "funding": { 419 "url": "https://opencollective.com/libvips" 420 }, 421 "optionalDependencies": { 422 "@img/sharp-libvips-linux-arm64": "1.1.0" 423 } 424 }, 425 "node_modules/@img/sharp-linux-s390x": { 426 "version": "0.34.1", 427 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.1.tgz", 428 "integrity": "sha512-7s0KX2tI9mZI2buRipKIw2X1ufdTeaRgwmRabt5bi9chYfhur+/C1OXg3TKg/eag1W+6CCWLVmSauV1owmRPxA==", 429 "cpu": [ 430 "s390x" 431 ], 432 "license": "Apache-2.0", 433 "optional": true, 434 "os": [ 435 "linux" 436 ], 437 "engines": { 438 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 439 }, 440 "funding": { 441 "url": "https://opencollective.com/libvips" 442 }, 443 "optionalDependencies": { 444 "@img/sharp-libvips-linux-s390x": "1.1.0" 445 } 446 }, 447 "node_modules/@img/sharp-linux-x64": { 448 "version": "0.34.1", 449 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.1.tgz", 450 "integrity": "sha512-wExv7SH9nmoBW3Wr2gvQopX1k8q2g5V5Iag8Zk6AVENsjwd+3adjwxtp3Dcu2QhOXr8W9NusBU6XcQUohBZ5MA==", 451 "cpu": [ 452 "x64" 453 ], 454 "license": "Apache-2.0", 455 "optional": true, 456 "os": [ 457 "linux" 458 ], 459 "engines": { 460 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 461 }, 462 "funding": { 463 "url": "https://opencollective.com/libvips" 464 }, 465 "optionalDependencies": { 466 "@img/sharp-libvips-linux-x64": "1.1.0" 467 } 468 }, 469 "node_modules/@img/sharp-linuxmusl-arm64": { 470 "version": "0.34.1", 471 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.1.tgz", 472 "integrity": "sha512-DfvyxzHxw4WGdPiTF0SOHnm11Xv4aQexvqhRDAoD00MzHekAj9a/jADXeXYCDFH/DzYruwHbXU7uz+H+nWmSOQ==", 473 "cpu": [ 474 "arm64" 475 ], 476 "license": "Apache-2.0", 477 "optional": true, 478 "os": [ 479 "linux" 480 ], 481 "engines": { 482 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 483 }, 484 "funding": { 485 "url": "https://opencollective.com/libvips" 486 }, 487 "optionalDependencies": { 488 "@img/sharp-libvips-linuxmusl-arm64": "1.1.0" 489 } 490 }, 491 "node_modules/@img/sharp-linuxmusl-x64": { 492 "version": "0.34.1", 493 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.1.tgz", 494 "integrity": "sha512-pax/kTR407vNb9qaSIiWVnQplPcGU8LRIJpDT5o8PdAx5aAA7AS3X9PS8Isw1/WfqgQorPotjrZL3Pqh6C5EBg==", 495 "cpu": [ 496 "x64" 497 ], 498 "license": "Apache-2.0", 499 "optional": true, 500 "os": [ 501 "linux" 502 ], 503 "engines": { 504 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 505 }, 506 "funding": { 507 "url": "https://opencollective.com/libvips" 508 }, 509 "optionalDependencies": { 510 "@img/sharp-libvips-linuxmusl-x64": "1.1.0" 511 } 512 }, 513 "node_modules/@img/sharp-wasm32": { 514 "version": "0.34.1", 515 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.1.tgz", 516 "integrity": "sha512-YDybQnYrLQfEpzGOQe7OKcyLUCML4YOXl428gOOzBgN6Gw0rv8dpsJ7PqTHxBnXnwXr8S1mYFSLSa727tpz0xg==", 517 "cpu": [ 518 "wasm32" 519 ], 520 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", 521 "optional": true, 522 "dependencies": { 523 "@emnapi/runtime": "^1.4.0" 524 }, 525 "engines": { 526 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 527 }, 528 "funding": { 529 "url": "https://opencollective.com/libvips" 530 } 531 }, 532 "node_modules/@img/sharp-win32-ia32": { 533 "version": "0.34.1", 534 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.1.tgz", 535 "integrity": "sha512-WKf/NAZITnonBf3U1LfdjoMgNO5JYRSlhovhRhMxXVdvWYveM4kM3L8m35onYIdh75cOMCo1BexgVQcCDzyoWw==", 536 "cpu": [ 537 "ia32" 538 ], 539 "license": "Apache-2.0 AND LGPL-3.0-or-later", 540 "optional": true, 541 "os": [ 542 "win32" 543 ], 544 "engines": { 545 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 546 }, 547 "funding": { 548 "url": "https://opencollective.com/libvips" 549 } 550 }, 551 "node_modules/@img/sharp-win32-x64": { 552 "version": "0.34.1", 553 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.1.tgz", 554 "integrity": "sha512-hw1iIAHpNE8q3uMIRCgGOeDoz9KtFNarFLQclLxr/LK1VBkj8nby18RjFvr6aP7USRYAjTZW6yisnBWMX571Tw==", 555 "cpu": [ 556 "x64" 557 ], 558 "license": "Apache-2.0 AND LGPL-3.0-or-later", 559 "optional": true, 560 "os": [ 561 "win32" 562 ], 563 "engines": { 564 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 565 }, 566 "funding": { 567 "url": "https://opencollective.com/libvips" 568 } 569 }, 570 "node_modules/@jridgewell/gen-mapping": { 571 "version": "0.3.3", 572 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", 573 "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", 574 "dev": true, 575 "dependencies": { 576 "@jridgewell/set-array": "^1.0.1", 577 "@jridgewell/sourcemap-codec": "^1.4.10", 578 "@jridgewell/trace-mapping": "^0.3.9" 579 }, 580 "engines": { 581 "node": ">=6.0.0" 582 } 583 }, 584 "node_modules/@jridgewell/resolve-uri": { 585 "version": "3.1.1", 586 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", 587 "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", 588 "dev": true, 589 "engines": { 590 "node": ">=6.0.0" 591 } 592 }, 593 "node_modules/@jridgewell/set-array": { 594 "version": "1.1.2", 595 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", 596 "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", 597 "dev": true, 598 "engines": { 599 "node": ">=6.0.0" 600 } 601 }, 602 "node_modules/@jridgewell/sourcemap-codec": { 603 "version": "1.4.15", 604 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", 605 "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", 606 "dev": true 607 }, 608 "node_modules/@jridgewell/trace-mapping": { 609 "version": "0.3.20", 610 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", 611 "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", 612 "dev": true, 613 "dependencies": { 614 "@jridgewell/resolve-uri": "^3.1.0", 615 "@jridgewell/sourcemap-codec": "^1.4.14" 616 } 617 }, 618 "node_modules/@mdx-js/mdx": { 619 "version": "3.1.0", 620 "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.0.tgz", 621 "integrity": "sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==", 622 "license": "MIT", 623 "dependencies": { 624 "@types/estree": "^1.0.0", 625 "@types/estree-jsx": "^1.0.0", 626 "@types/hast": "^3.0.0", 627 "@types/mdx": "^2.0.0", 628 "collapse-white-space": "^2.0.0", 629 "devlop": "^1.0.0", 630 "estree-util-is-identifier-name": "^3.0.0", 631 "estree-util-scope": "^1.0.0", 632 "estree-walker": "^3.0.0", 633 "hast-util-to-jsx-runtime": "^2.0.0", 634 "markdown-extensions": "^2.0.0", 635 "recma-build-jsx": "^1.0.0", 636 "recma-jsx": "^1.0.0", 637 "recma-stringify": "^1.0.0", 638 "rehype-recma": "^1.0.0", 639 "remark-mdx": "^3.0.0", 640 "remark-parse": "^11.0.0", 641 "remark-rehype": "^11.0.0", 642 "source-map": "^0.7.0", 643 "unified": "^11.0.0", 644 "unist-util-position-from-estree": "^2.0.0", 645 "unist-util-stringify-position": "^4.0.0", 646 "unist-util-visit": "^5.0.0", 647 "vfile": "^6.0.0" 648 }, 649 "funding": { 650 "type": "opencollective", 651 "url": "https://opencollective.com/unified" 652 } 653 }, 654 "node_modules/@mdx-js/mdx/node_modules/@types/unist": { 655 "version": "3.0.3", 656 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 657 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 658 "license": "MIT" 659 }, 660 "node_modules/@mdx-js/mdx/node_modules/unified": { 661 "version": "11.0.5", 662 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 663 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 664 "license": "MIT", 665 "dependencies": { 666 "@types/unist": "^3.0.0", 667 "bail": "^2.0.0", 668 "devlop": "^1.0.0", 669 "extend": "^3.0.0", 670 "is-plain-obj": "^4.0.0", 671 "trough": "^2.0.0", 672 "vfile": "^6.0.0" 673 }, 674 "funding": { 675 "type": "opencollective", 676 "url": "https://opencollective.com/unified" 677 } 678 }, 679 "node_modules/@mdx-js/mdx/node_modules/unist-util-is": { 680 "version": "6.0.0", 681 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 682 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 683 "license": "MIT", 684 "dependencies": { 685 "@types/unist": "^3.0.0" 686 }, 687 "funding": { 688 "type": "opencollective", 689 "url": "https://opencollective.com/unified" 690 } 691 }, 692 "node_modules/@mdx-js/mdx/node_modules/unist-util-stringify-position": { 693 "version": "4.0.0", 694 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 695 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 696 "license": "MIT", 697 "dependencies": { 698 "@types/unist": "^3.0.0" 699 }, 700 "funding": { 701 "type": "opencollective", 702 "url": "https://opencollective.com/unified" 703 } 704 }, 705 "node_modules/@mdx-js/mdx/node_modules/unist-util-visit": { 706 "version": "5.0.0", 707 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 708 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 709 "license": "MIT", 710 "dependencies": { 711 "@types/unist": "^3.0.0", 712 "unist-util-is": "^6.0.0", 713 "unist-util-visit-parents": "^6.0.0" 714 }, 715 "funding": { 716 "type": "opencollective", 717 "url": "https://opencollective.com/unified" 718 } 719 }, 720 "node_modules/@mdx-js/mdx/node_modules/unist-util-visit-parents": { 721 "version": "6.0.1", 722 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 723 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 724 "license": "MIT", 725 "dependencies": { 726 "@types/unist": "^3.0.0", 727 "unist-util-is": "^6.0.0" 728 }, 729 "funding": { 730 "type": "opencollective", 731 "url": "https://opencollective.com/unified" 732 } 733 }, 734 "node_modules/@mdx-js/mdx/node_modules/vfile": { 735 "version": "6.0.3", 736 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 737 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 738 "license": "MIT", 739 "dependencies": { 740 "@types/unist": "^3.0.0", 741 "vfile-message": "^4.0.0" 742 }, 743 "funding": { 744 "type": "opencollective", 745 "url": "https://opencollective.com/unified" 746 } 747 }, 748 "node_modules/@mdx-js/mdx/node_modules/vfile-message": { 749 "version": "4.0.2", 750 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 751 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 752 "license": "MIT", 753 "dependencies": { 754 "@types/unist": "^3.0.0", 755 "unist-util-stringify-position": "^4.0.0" 756 }, 757 "funding": { 758 "type": "opencollective", 759 "url": "https://opencollective.com/unified" 760 } 761 }, 762 "node_modules/@mdx-js/react": { 763 "version": "3.1.0", 764 "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.0.tgz", 765 "integrity": "sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==", 766 "license": "MIT", 767 "dependencies": { 768 "@types/mdx": "^2.0.0" 769 }, 770 "funding": { 771 "type": "opencollective", 772 "url": "https://opencollective.com/unified" 773 }, 774 "peerDependencies": { 775 "@types/react": ">=16", 776 "react": ">=16" 777 } 778 }, 779 "node_modules/@next/env": { 780 "version": "15.4.0-canary.23", 781 "resolved": "https://registry.npmjs.org/@next/env/-/env-15.4.0-canary.23.tgz", 782 "integrity": "sha512-bv6Fbe265CnGo0P8Uay9LzL4sziJh6uc7dfNt7CJIhsl8rzJOJahyucTtUvgcUXBX2hklsTJVuHzAVpb8wOZ8w==", 783 "license": "MIT" 784 }, 785 "node_modules/@next/eslint-plugin-next": { 786 "version": "13.5.6", 787 "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.5.6.tgz", 788 "integrity": "sha512-ng7pU/DDsxPgT6ZPvuprxrkeew3XaRf4LAT4FabaEO/hAbvVx4P7wqnqdbTdDn1kgTvsI4tpIgT4Awn/m0bGbg==", 789 "dev": true, 790 "dependencies": { 791 "glob": "7.1.7" 792 } 793 }, 794 "node_modules/@next/swc-darwin-arm64": { 795 "version": "15.4.0-canary.23", 796 "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.4.0-canary.23.tgz", 797 "integrity": "sha512-ZaGUTvGQEQUhxBj0Qu2uoxStA8yf/TMA0lrs2mVrQ3nqSZh7ytInYuY8JtojpKZqA2eTGhUciUXbu0QdjOuHgA==", 798 "cpu": [ 799 "arm64" 800 ], 801 "license": "MIT", 802 "optional": true, 803 "os": [ 804 "darwin" 805 ], 806 "engines": { 807 "node": ">= 10" 808 } 809 }, 810 "node_modules/@next/swc-darwin-x64": { 811 "version": "15.4.0-canary.23", 812 "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.4.0-canary.23.tgz", 813 "integrity": "sha512-visdkQByAry6a/C7K9l9lb51XEejlm2zmih8SqkkIIGLnQ2j5/c1pwWTmbWp/LumsV2YLTATTpC31xA+SemDSg==", 814 "cpu": [ 815 "x64" 816 ], 817 "license": "MIT", 818 "optional": true, 819 "os": [ 820 "darwin" 821 ], 822 "engines": { 823 "node": ">= 10" 824 } 825 }, 826 "node_modules/@next/swc-linux-arm64-gnu": { 827 "version": "15.4.0-canary.23", 828 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.4.0-canary.23.tgz", 829 "integrity": "sha512-txwv3qVj/VqnoKpe0jyrFoy0Hl2zl2MPslkMjLth9qHPIAOCms/iI8IJvY4ARgbeLTIHPNKzKptdYiTJKBiUjA==", 830 "cpu": [ 831 "arm64" 832 ], 833 "license": "MIT", 834 "optional": true, 835 "os": [ 836 "linux" 837 ], 838 "engines": { 839 "node": ">= 10" 840 } 841 }, 842 "node_modules/@next/swc-linux-arm64-musl": { 843 "version": "15.4.0-canary.23", 844 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.4.0-canary.23.tgz", 845 "integrity": "sha512-a0IWkOuiOdZU++yN6vgqZOFeh9t8/pW+7fQSQktWWob6xLCYVh0Ib0OCGPwolh7CxY29JHSoORrpRTg/rhD0iA==", 846 "cpu": [ 847 "arm64" 848 ], 849 "license": "MIT", 850 "optional": true, 851 "os": [ 852 "linux" 853 ], 854 "engines": { 855 "node": ">= 10" 856 } 857 }, 858 "node_modules/@next/swc-linux-x64-gnu": { 859 "version": "15.4.0-canary.23", 860 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.4.0-canary.23.tgz", 861 "integrity": "sha512-wDibCQ4qOg74/ZHDEIk3yRD1vIm9ns3tn+92BS6OXnMNAUGaRXP7hQwUjmnVj/TiqCoMyNfRVvjYjwkAOROa/w==", 862 "cpu": [ 863 "x64" 864 ], 865 "license": "MIT", 866 "optional": true, 867 "os": [ 868 "linux" 869 ], 870 "engines": { 871 "node": ">= 10" 872 } 873 }, 874 "node_modules/@next/swc-linux-x64-musl": { 875 "version": "15.4.0-canary.23", 876 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.4.0-canary.23.tgz", 877 "integrity": "sha512-AGE1pu3WinXYqPdZ3a1t9IvsJ4Sy/AFeDDf3fvLKAFJkxixhA6BuOtzFDyphuGQ30RyhrOAZti9vetwsmiwPrQ==", 878 "cpu": [ 879 "x64" 880 ], 881 "license": "MIT", 882 "optional": true, 883 "os": [ 884 "linux" 885 ], 886 "engines": { 887 "node": ">= 10" 888 } 889 }, 890 "node_modules/@next/swc-win32-arm64-msvc": { 891 "version": "15.4.0-canary.23", 892 "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.4.0-canary.23.tgz", 893 "integrity": "sha512-GbzYRcjcN8z2v2ddANtqOdBk++fwQ/DZ408y184mtEupq0L7LQMtDQCrxAA2EsLOEHUJEzgjcTrtV6ViwA5BMQ==", 894 "cpu": [ 895 "arm64" 896 ], 897 "license": "MIT", 898 "optional": true, 899 "os": [ 900 "win32" 901 ], 902 "engines": { 903 "node": ">= 10" 904 } 905 }, 906 "node_modules/@next/swc-win32-x64-msvc": { 907 "version": "15.4.0-canary.23", 908 "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.4.0-canary.23.tgz", 909 "integrity": "sha512-a0rFUokWcYMVQjdql5hw1C6aDGobCLqtLls/U1JSHmCET7a/WNpp/sTrqp+cnlSR4wZyb/Eo/tCDmwkiYYcTVw==", 910 "cpu": [ 911 "x64" 912 ], 913 "license": "MIT", 914 "optional": true, 915 "os": [ 916 "win32" 917 ], 918 "engines": { 919 "node": ">= 10" 920 } 921 }, 922 "node_modules/@nodelib/fs.scandir": { 923 "version": "2.1.5", 924 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 925 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 926 "dev": true, 927 "dependencies": { 928 "@nodelib/fs.stat": "2.0.5", 929 "run-parallel": "^1.1.9" 930 }, 931 "engines": { 932 "node": ">= 8" 933 } 934 }, 935 "node_modules/@nodelib/fs.stat": { 936 "version": "2.0.5", 937 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 938 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 939 "dev": true, 940 "engines": { 941 "node": ">= 8" 942 } 943 }, 944 "node_modules/@nodelib/fs.walk": { 945 "version": "1.2.8", 946 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 947 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 948 "dev": true, 949 "dependencies": { 950 "@nodelib/fs.scandir": "2.1.5", 951 "fastq": "^1.6.0" 952 }, 953 "engines": { 954 "node": ">= 8" 955 } 956 }, 957 "node_modules/@rushstack/eslint-patch": { 958 "version": "1.5.1", 959 "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.5.1.tgz", 960 "integrity": "sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==", 961 "dev": true 962 }, 963 "node_modules/@shikijs/core": { 964 "version": "3.3.0", 965 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.3.0.tgz", 966 "integrity": "sha512-CovkFL2WVaHk6PCrwv6ctlmD4SS1qtIfN8yEyDXDYWh4ONvomdM9MaFw20qHuqJOcb8/xrkqoWQRJ//X10phOQ==", 967 "license": "MIT", 968 "dependencies": { 969 "@shikijs/types": "3.3.0", 970 "@shikijs/vscode-textmate": "^10.0.2", 971 "@types/hast": "^3.0.4", 972 "hast-util-to-html": "^9.0.5" 973 } 974 }, 975 "node_modules/@shikijs/engine-javascript": { 976 "version": "3.3.0", 977 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.3.0.tgz", 978 "integrity": "sha512-XlhnFGv0glq7pfsoN0KyBCz9FJU678LZdQ2LqlIdAj6JKsg5xpYKay3DkazXWExp3DTJJK9rMOuGzU2911pg7Q==", 979 "license": "MIT", 980 "dependencies": { 981 "@shikijs/types": "3.3.0", 982 "@shikijs/vscode-textmate": "^10.0.2", 983 "oniguruma-to-es": "^4.2.0" 984 } 985 }, 986 "node_modules/@shikijs/engine-oniguruma": { 987 "version": "3.3.0", 988 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.3.0.tgz", 989 "integrity": "sha512-l0vIw+GxeNU7uGnsu6B+Crpeqf+WTQ2Va71cHb5ZYWEVEPdfYwY5kXwYqRJwHrxz9WH+pjSpXQz+TJgAsrkA5A==", 990 "license": "MIT", 991 "dependencies": { 992 "@shikijs/types": "3.3.0", 993 "@shikijs/vscode-textmate": "^10.0.2" 994 } 995 }, 996 "node_modules/@shikijs/langs": { 997 "version": "3.3.0", 998 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.3.0.tgz", 999 "integrity": "sha512-zt6Kf/7XpBQKSI9eqku+arLkAcDQ3NHJO6zFjiChI8w0Oz6Jjjay7pToottjQGjSDCFk++R85643WbyINcuL+g==", 1000 "license": "MIT", 1001 "dependencies": { 1002 "@shikijs/types": "3.3.0" 1003 } 1004 }, 1005 "node_modules/@shikijs/themes": { 1006 "version": "3.3.0", 1007 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.3.0.tgz", 1008 "integrity": "sha512-tXeCvLXBnqq34B0YZUEaAD1lD4lmN6TOHAhnHacj4Owh7Ptb/rf5XCDeROZt2rEOk5yuka3OOW2zLqClV7/SOg==", 1009 "license": "MIT", 1010 "dependencies": { 1011 "@shikijs/types": "3.3.0" 1012 } 1013 }, 1014 "node_modules/@shikijs/types": { 1015 "version": "3.3.0", 1016 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.3.0.tgz", 1017 "integrity": "sha512-KPCGnHG6k06QG/2pnYGbFtFvpVJmC3uIpXrAiPrawETifujPBv0Se2oUxm5qYgjCvGJS9InKvjytOdN+bGuX+Q==", 1018 "license": "MIT", 1019 "dependencies": { 1020 "@shikijs/vscode-textmate": "^10.0.2", 1021 "@types/hast": "^3.0.4" 1022 } 1023 }, 1024 "node_modules/@shikijs/vscode-textmate": { 1025 "version": "10.0.2", 1026 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", 1027 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", 1028 "license": "MIT" 1029 }, 1030 "node_modules/@swc/helpers": { 1031 "version": "0.5.15", 1032 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz", 1033 "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==", 1034 "license": "Apache-2.0", 1035 "dependencies": { 1036 "tslib": "^2.8.0" 1037 } 1038 }, 1039 "node_modules/@types/debug": { 1040 "version": "4.1.12", 1041 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1042 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1043 "license": "MIT", 1044 "dependencies": { 1045 "@types/ms": "*" 1046 } 1047 }, 1048 "node_modules/@types/estree": { 1049 "version": "1.0.7", 1050 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz", 1051 "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==", 1052 "license": "MIT" 1053 }, 1054 "node_modules/@types/estree-jsx": { 1055 "version": "1.0.5", 1056 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", 1057 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", 1058 "license": "MIT", 1059 "dependencies": { 1060 "@types/estree": "*" 1061 } 1062 }, 1063 "node_modules/@types/hast": { 1064 "version": "3.0.4", 1065 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 1066 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 1067 "license": "MIT", 1068 "dependencies": { 1069 "@types/unist": "*" 1070 } 1071 }, 1072 "node_modules/@types/json5": { 1073 "version": "0.0.29", 1074 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", 1075 "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", 1076 "dev": true 1077 }, 1078 "node_modules/@types/mdast": { 1079 "version": "4.0.4", 1080 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 1081 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 1082 "license": "MIT", 1083 "dependencies": { 1084 "@types/unist": "*" 1085 } 1086 }, 1087 "node_modules/@types/mdx": { 1088 "version": "2.0.13", 1089 "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", 1090 "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", 1091 "license": "MIT" 1092 }, 1093 "node_modules/@types/ms": { 1094 "version": "2.1.0", 1095 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 1096 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 1097 "license": "MIT" 1098 }, 1099 "node_modules/@types/nlcst": { 1100 "version": "1.0.4", 1101 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-1.0.4.tgz", 1102 "integrity": "sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==", 1103 "dependencies": { 1104 "@types/unist": "^2" 1105 } 1106 }, 1107 "node_modules/@types/node": { 1108 "version": "22.14.1", 1109 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", 1110 "integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==", 1111 "dev": true, 1112 "license": "MIT", 1113 "dependencies": { 1114 "undici-types": "~6.21.0" 1115 } 1116 }, 1117 "node_modules/@types/react": { 1118 "version": "19.0.12", 1119 "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.12.tgz", 1120 "integrity": "sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==", 1121 "license": "MIT", 1122 "peer": true, 1123 "dependencies": { 1124 "csstype": "^3.0.2" 1125 } 1126 }, 1127 "node_modules/@types/unist": { 1128 "version": "2.0.9", 1129 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.9.tgz", 1130 "integrity": "sha512-zC0iXxAv1C1ERURduJueYzkzZ2zaGyc+P2c95hgkikHPr3z8EdUZOlgEQ5X0DRmwDZn+hekycQnoeiiRVrmilQ==" 1131 }, 1132 "node_modules/@typescript-eslint/parser": { 1133 "version": "6.8.0", 1134 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.8.0.tgz", 1135 "integrity": "sha512-5tNs6Bw0j6BdWuP8Fx+VH4G9fEPDxnVI7yH1IAPkQH5RUtvKwRoqdecAPdQXv4rSOADAaz1LFBZvZG7VbXivSg==", 1136 "dev": true, 1137 "dependencies": { 1138 "@typescript-eslint/scope-manager": "6.8.0", 1139 "@typescript-eslint/types": "6.8.0", 1140 "@typescript-eslint/typescript-estree": "6.8.0", 1141 "@typescript-eslint/visitor-keys": "6.8.0", 1142 "debug": "^4.3.4" 1143 }, 1144 "engines": { 1145 "node": "^16.0.0 || >=18.0.0" 1146 }, 1147 "funding": { 1148 "type": "opencollective", 1149 "url": "https://opencollective.com/typescript-eslint" 1150 }, 1151 "peerDependencies": { 1152 "eslint": "^7.0.0 || ^8.0.0" 1153 }, 1154 "peerDependenciesMeta": { 1155 "typescript": { 1156 "optional": true 1157 } 1158 } 1159 }, 1160 "node_modules/@typescript-eslint/scope-manager": { 1161 "version": "6.8.0", 1162 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.8.0.tgz", 1163 "integrity": "sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==", 1164 "dev": true, 1165 "dependencies": { 1166 "@typescript-eslint/types": "6.8.0", 1167 "@typescript-eslint/visitor-keys": "6.8.0" 1168 }, 1169 "engines": { 1170 "node": "^16.0.0 || >=18.0.0" 1171 }, 1172 "funding": { 1173 "type": "opencollective", 1174 "url": "https://opencollective.com/typescript-eslint" 1175 } 1176 }, 1177 "node_modules/@typescript-eslint/types": { 1178 "version": "6.8.0", 1179 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.8.0.tgz", 1180 "integrity": "sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==", 1181 "dev": true, 1182 "engines": { 1183 "node": "^16.0.0 || >=18.0.0" 1184 }, 1185 "funding": { 1186 "type": "opencollective", 1187 "url": "https://opencollective.com/typescript-eslint" 1188 } 1189 }, 1190 "node_modules/@typescript-eslint/typescript-estree": { 1191 "version": "6.8.0", 1192 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.8.0.tgz", 1193 "integrity": "sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==", 1194 "dev": true, 1195 "dependencies": { 1196 "@typescript-eslint/types": "6.8.0", 1197 "@typescript-eslint/visitor-keys": "6.8.0", 1198 "debug": "^4.3.4", 1199 "globby": "^11.1.0", 1200 "is-glob": "^4.0.3", 1201 "semver": "^7.5.4", 1202 "ts-api-utils": "^1.0.1" 1203 }, 1204 "engines": { 1205 "node": "^16.0.0 || >=18.0.0" 1206 }, 1207 "funding": { 1208 "type": "opencollective", 1209 "url": "https://opencollective.com/typescript-eslint" 1210 }, 1211 "peerDependenciesMeta": { 1212 "typescript": { 1213 "optional": true 1214 } 1215 } 1216 }, 1217 "node_modules/@typescript-eslint/visitor-keys": { 1218 "version": "6.8.0", 1219 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz", 1220 "integrity": "sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==", 1221 "dev": true, 1222 "dependencies": { 1223 "@typescript-eslint/types": "6.8.0", 1224 "eslint-visitor-keys": "^3.4.1" 1225 }, 1226 "engines": { 1227 "node": "^16.0.0 || >=18.0.0" 1228 }, 1229 "funding": { 1230 "type": "opencollective", 1231 "url": "https://opencollective.com/typescript-eslint" 1232 } 1233 }, 1234 "node_modules/@ungap/structured-clone": { 1235 "version": "1.2.0", 1236 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", 1237 "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" 1238 }, 1239 "node_modules/@yarnpkg/lockfile": { 1240 "version": "1.1.0", 1241 "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", 1242 "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", 1243 "dev": true 1244 }, 1245 "node_modules/acorn": { 1246 "version": "8.10.0", 1247 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", 1248 "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", 1249 "bin": { 1250 "acorn": "bin/acorn" 1251 }, 1252 "engines": { 1253 "node": ">=0.4.0" 1254 } 1255 }, 1256 "node_modules/acorn-jsx": { 1257 "version": "5.3.2", 1258 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 1259 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 1260 "peerDependencies": { 1261 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 1262 } 1263 }, 1264 "node_modules/ajv": { 1265 "version": "6.12.6", 1266 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", 1267 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", 1268 "dev": true, 1269 "dependencies": { 1270 "fast-deep-equal": "^3.1.1", 1271 "fast-json-stable-stringify": "^2.0.0", 1272 "json-schema-traverse": "^0.4.1", 1273 "uri-js": "^4.2.2" 1274 }, 1275 "funding": { 1276 "type": "github", 1277 "url": "https://github.com/sponsors/epoberezkin" 1278 } 1279 }, 1280 "node_modules/ansi-regex": { 1281 "version": "5.0.1", 1282 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 1283 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 1284 "dev": true, 1285 "engines": { 1286 "node": ">=8" 1287 } 1288 }, 1289 "node_modules/ansi-styles": { 1290 "version": "4.3.0", 1291 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 1292 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 1293 "dev": true, 1294 "dependencies": { 1295 "color-convert": "^2.0.1" 1296 }, 1297 "engines": { 1298 "node": ">=8" 1299 }, 1300 "funding": { 1301 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 1302 } 1303 }, 1304 "node_modules/any-promise": { 1305 "version": "1.3.0", 1306 "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", 1307 "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", 1308 "dev": true 1309 }, 1310 "node_modules/anymatch": { 1311 "version": "3.1.3", 1312 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 1313 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 1314 "dev": true, 1315 "dependencies": { 1316 "normalize-path": "^3.0.0", 1317 "picomatch": "^2.0.4" 1318 }, 1319 "engines": { 1320 "node": ">= 8" 1321 } 1322 }, 1323 "node_modules/arg": { 1324 "version": "5.0.2", 1325 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 1326 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", 1327 "dev": true 1328 }, 1329 "node_modules/argparse": { 1330 "version": "2.0.1", 1331 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 1332 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 1333 "dev": true 1334 }, 1335 "node_modules/aria-query": { 1336 "version": "5.3.0", 1337 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", 1338 "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", 1339 "dev": true, 1340 "dependencies": { 1341 "dequal": "^2.0.3" 1342 } 1343 }, 1344 "node_modules/array-buffer-byte-length": { 1345 "version": "1.0.0", 1346 "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", 1347 "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", 1348 "dev": true, 1349 "dependencies": { 1350 "call-bind": "^1.0.2", 1351 "is-array-buffer": "^3.0.1" 1352 }, 1353 "funding": { 1354 "url": "https://github.com/sponsors/ljharb" 1355 } 1356 }, 1357 "node_modules/array-includes": { 1358 "version": "3.1.7", 1359 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", 1360 "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", 1361 "dev": true, 1362 "dependencies": { 1363 "call-bind": "^1.0.2", 1364 "define-properties": "^1.2.0", 1365 "es-abstract": "^1.22.1", 1366 "get-intrinsic": "^1.2.1", 1367 "is-string": "^1.0.7" 1368 }, 1369 "engines": { 1370 "node": ">= 0.4" 1371 }, 1372 "funding": { 1373 "url": "https://github.com/sponsors/ljharb" 1374 } 1375 }, 1376 "node_modules/array-iterate": { 1377 "version": "2.0.1", 1378 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 1379 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 1380 "funding": { 1381 "type": "github", 1382 "url": "https://github.com/sponsors/wooorm" 1383 } 1384 }, 1385 "node_modules/array-union": { 1386 "version": "2.1.0", 1387 "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", 1388 "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", 1389 "dev": true, 1390 "engines": { 1391 "node": ">=8" 1392 } 1393 }, 1394 "node_modules/array.prototype.findlastindex": { 1395 "version": "1.2.3", 1396 "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz", 1397 "integrity": "sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==", 1398 "dev": true, 1399 "dependencies": { 1400 "call-bind": "^1.0.2", 1401 "define-properties": "^1.2.0", 1402 "es-abstract": "^1.22.1", 1403 "es-shim-unscopables": "^1.0.0", 1404 "get-intrinsic": "^1.2.1" 1405 }, 1406 "engines": { 1407 "node": ">= 0.4" 1408 }, 1409 "funding": { 1410 "url": "https://github.com/sponsors/ljharb" 1411 } 1412 }, 1413 "node_modules/array.prototype.flat": { 1414 "version": "1.3.2", 1415 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", 1416 "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", 1417 "dev": true, 1418 "dependencies": { 1419 "call-bind": "^1.0.2", 1420 "define-properties": "^1.2.0", 1421 "es-abstract": "^1.22.1", 1422 "es-shim-unscopables": "^1.0.0" 1423 }, 1424 "engines": { 1425 "node": ">= 0.4" 1426 }, 1427 "funding": { 1428 "url": "https://github.com/sponsors/ljharb" 1429 } 1430 }, 1431 "node_modules/array.prototype.flatmap": { 1432 "version": "1.3.2", 1433 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", 1434 "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", 1435 "dev": true, 1436 "dependencies": { 1437 "call-bind": "^1.0.2", 1438 "define-properties": "^1.2.0", 1439 "es-abstract": "^1.22.1", 1440 "es-shim-unscopables": "^1.0.0" 1441 }, 1442 "engines": { 1443 "node": ">= 0.4" 1444 }, 1445 "funding": { 1446 "url": "https://github.com/sponsors/ljharb" 1447 } 1448 }, 1449 "node_modules/array.prototype.tosorted": { 1450 "version": "1.1.2", 1451 "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.2.tgz", 1452 "integrity": "sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==", 1453 "dev": true, 1454 "dependencies": { 1455 "call-bind": "^1.0.2", 1456 "define-properties": "^1.2.0", 1457 "es-abstract": "^1.22.1", 1458 "es-shim-unscopables": "^1.0.0", 1459 "get-intrinsic": "^1.2.1" 1460 } 1461 }, 1462 "node_modules/arraybuffer.prototype.slice": { 1463 "version": "1.0.2", 1464 "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz", 1465 "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==", 1466 "dev": true, 1467 "dependencies": { 1468 "array-buffer-byte-length": "^1.0.0", 1469 "call-bind": "^1.0.2", 1470 "define-properties": "^1.2.0", 1471 "es-abstract": "^1.22.1", 1472 "get-intrinsic": "^1.2.1", 1473 "is-array-buffer": "^3.0.2", 1474 "is-shared-array-buffer": "^1.0.2" 1475 }, 1476 "engines": { 1477 "node": ">= 0.4" 1478 }, 1479 "funding": { 1480 "url": "https://github.com/sponsors/ljharb" 1481 } 1482 }, 1483 "node_modules/ast-types-flow": { 1484 "version": "0.0.7", 1485 "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", 1486 "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", 1487 "dev": true 1488 }, 1489 "node_modules/astring": { 1490 "version": "1.9.0", 1491 "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", 1492 "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", 1493 "license": "MIT", 1494 "bin": { 1495 "astring": "bin/astring" 1496 } 1497 }, 1498 "node_modules/asynciterator.prototype": { 1499 "version": "1.0.0", 1500 "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz", 1501 "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", 1502 "dev": true, 1503 "dependencies": { 1504 "has-symbols": "^1.0.3" 1505 } 1506 }, 1507 "node_modules/at-least-node": { 1508 "version": "1.0.0", 1509 "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", 1510 "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", 1511 "dev": true, 1512 "engines": { 1513 "node": ">= 4.0.0" 1514 } 1515 }, 1516 "node_modules/autoprefixer": { 1517 "version": "10.4.16", 1518 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", 1519 "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==", 1520 "dev": true, 1521 "funding": [ 1522 { 1523 "type": "opencollective", 1524 "url": "https://opencollective.com/postcss/" 1525 }, 1526 { 1527 "type": "tidelift", 1528 "url": "https://tidelift.com/funding/github/npm/autoprefixer" 1529 }, 1530 { 1531 "type": "github", 1532 "url": "https://github.com/sponsors/ai" 1533 } 1534 ], 1535 "dependencies": { 1536 "browserslist": "^4.21.10", 1537 "caniuse-lite": "^1.0.30001538", 1538 "fraction.js": "^4.3.6", 1539 "normalize-range": "^0.1.2", 1540 "picocolors": "^1.0.0", 1541 "postcss-value-parser": "^4.2.0" 1542 }, 1543 "bin": { 1544 "autoprefixer": "bin/autoprefixer" 1545 }, 1546 "engines": { 1547 "node": "^10 || ^12 || >=14" 1548 }, 1549 "peerDependencies": { 1550 "postcss": "^8.1.0" 1551 } 1552 }, 1553 "node_modules/available-typed-arrays": { 1554 "version": "1.0.5", 1555 "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", 1556 "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", 1557 "dev": true, 1558 "engines": { 1559 "node": ">= 0.4" 1560 }, 1561 "funding": { 1562 "url": "https://github.com/sponsors/ljharb" 1563 } 1564 }, 1565 "node_modules/axe-core": { 1566 "version": "4.8.2", 1567 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.2.tgz", 1568 "integrity": "sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==", 1569 "dev": true, 1570 "engines": { 1571 "node": ">=4" 1572 } 1573 }, 1574 "node_modules/axobject-query": { 1575 "version": "3.2.1", 1576 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz", 1577 "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", 1578 "dev": true, 1579 "dependencies": { 1580 "dequal": "^2.0.3" 1581 } 1582 }, 1583 "node_modules/bail": { 1584 "version": "2.0.2", 1585 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 1586 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 1587 "funding": { 1588 "type": "github", 1589 "url": "https://github.com/sponsors/wooorm" 1590 } 1591 }, 1592 "node_modules/balanced-match": { 1593 "version": "1.0.2", 1594 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 1595 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", 1596 "dev": true 1597 }, 1598 "node_modules/binary-extensions": { 1599 "version": "2.2.0", 1600 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", 1601 "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", 1602 "dev": true, 1603 "engines": { 1604 "node": ">=8" 1605 } 1606 }, 1607 "node_modules/brace-expansion": { 1608 "version": "1.1.11", 1609 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", 1610 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", 1611 "dev": true, 1612 "dependencies": { 1613 "balanced-match": "^1.0.0", 1614 "concat-map": "0.0.1" 1615 } 1616 }, 1617 "node_modules/braces": { 1618 "version": "3.0.2", 1619 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", 1620 "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", 1621 "dev": true, 1622 "dependencies": { 1623 "fill-range": "^7.0.1" 1624 }, 1625 "engines": { 1626 "node": ">=8" 1627 } 1628 }, 1629 "node_modules/browserslist": { 1630 "version": "4.22.1", 1631 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", 1632 "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", 1633 "dev": true, 1634 "funding": [ 1635 { 1636 "type": "opencollective", 1637 "url": "https://opencollective.com/browserslist" 1638 }, 1639 { 1640 "type": "tidelift", 1641 "url": "https://tidelift.com/funding/github/npm/browserslist" 1642 }, 1643 { 1644 "type": "github", 1645 "url": "https://github.com/sponsors/ai" 1646 } 1647 ], 1648 "dependencies": { 1649 "caniuse-lite": "^1.0.30001541", 1650 "electron-to-chromium": "^1.4.535", 1651 "node-releases": "^2.0.13", 1652 "update-browserslist-db": "^1.0.13" 1653 }, 1654 "bin": { 1655 "browserslist": "cli.js" 1656 }, 1657 "engines": { 1658 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 1659 } 1660 }, 1661 "node_modules/call-bind": { 1662 "version": "1.0.5", 1663 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz", 1664 "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==", 1665 "dev": true, 1666 "dependencies": { 1667 "function-bind": "^1.1.2", 1668 "get-intrinsic": "^1.2.1", 1669 "set-function-length": "^1.1.1" 1670 }, 1671 "funding": { 1672 "url": "https://github.com/sponsors/ljharb" 1673 } 1674 }, 1675 "node_modules/callsites": { 1676 "version": "3.1.0", 1677 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", 1678 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", 1679 "dev": true, 1680 "engines": { 1681 "node": ">=6" 1682 } 1683 }, 1684 "node_modules/camelcase-css": { 1685 "version": "2.0.1", 1686 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", 1687 "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", 1688 "dev": true, 1689 "engines": { 1690 "node": ">= 6" 1691 } 1692 }, 1693 "node_modules/caniuse-lite": { 1694 "version": "1.0.30001707", 1695 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001707.tgz", 1696 "integrity": "sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==", 1697 "funding": [ 1698 { 1699 "type": "opencollective", 1700 "url": "https://opencollective.com/browserslist" 1701 }, 1702 { 1703 "type": "tidelift", 1704 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 1705 }, 1706 { 1707 "type": "github", 1708 "url": "https://github.com/sponsors/ai" 1709 } 1710 ], 1711 "license": "CC-BY-4.0" 1712 }, 1713 "node_modules/ccount": { 1714 "version": "2.0.1", 1715 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 1716 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 1717 "license": "MIT", 1718 "funding": { 1719 "type": "github", 1720 "url": "https://github.com/sponsors/wooorm" 1721 } 1722 }, 1723 "node_modules/chalk": { 1724 "version": "4.1.2", 1725 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 1726 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 1727 "dev": true, 1728 "dependencies": { 1729 "ansi-styles": "^4.1.0", 1730 "supports-color": "^7.1.0" 1731 }, 1732 "engines": { 1733 "node": ">=10" 1734 }, 1735 "funding": { 1736 "url": "https://github.com/chalk/chalk?sponsor=1" 1737 } 1738 }, 1739 "node_modules/character-entities": { 1740 "version": "2.0.2", 1741 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 1742 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 1743 "license": "MIT", 1744 "funding": { 1745 "type": "github", 1746 "url": "https://github.com/sponsors/wooorm" 1747 } 1748 }, 1749 "node_modules/character-entities-html4": { 1750 "version": "2.1.0", 1751 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 1752 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 1753 "license": "MIT", 1754 "funding": { 1755 "type": "github", 1756 "url": "https://github.com/sponsors/wooorm" 1757 } 1758 }, 1759 "node_modules/character-entities-legacy": { 1760 "version": "3.0.0", 1761 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 1762 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 1763 "license": "MIT", 1764 "funding": { 1765 "type": "github", 1766 "url": "https://github.com/sponsors/wooorm" 1767 } 1768 }, 1769 "node_modules/character-reference-invalid": { 1770 "version": "2.0.1", 1771 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", 1772 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", 1773 "license": "MIT", 1774 "funding": { 1775 "type": "github", 1776 "url": "https://github.com/sponsors/wooorm" 1777 } 1778 }, 1779 "node_modules/chokidar": { 1780 "version": "3.5.3", 1781 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", 1782 "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", 1783 "dev": true, 1784 "funding": [ 1785 { 1786 "type": "individual", 1787 "url": "https://paulmillr.com/funding/" 1788 } 1789 ], 1790 "dependencies": { 1791 "anymatch": "~3.1.2", 1792 "braces": "~3.0.2", 1793 "glob-parent": "~5.1.2", 1794 "is-binary-path": "~2.1.0", 1795 "is-glob": "~4.0.1", 1796 "normalize-path": "~3.0.0", 1797 "readdirp": "~3.6.0" 1798 }, 1799 "engines": { 1800 "node": ">= 8.10.0" 1801 }, 1802 "optionalDependencies": { 1803 "fsevents": "~2.3.2" 1804 } 1805 }, 1806 "node_modules/chokidar/node_modules/glob-parent": { 1807 "version": "5.1.2", 1808 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 1809 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 1810 "dev": true, 1811 "dependencies": { 1812 "is-glob": "^4.0.1" 1813 }, 1814 "engines": { 1815 "node": ">= 6" 1816 } 1817 }, 1818 "node_modules/ci-info": { 1819 "version": "3.9.0", 1820 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", 1821 "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", 1822 "dev": true, 1823 "funding": [ 1824 { 1825 "type": "github", 1826 "url": "https://github.com/sponsors/sibiraj-s" 1827 } 1828 ], 1829 "engines": { 1830 "node": ">=8" 1831 } 1832 }, 1833 "node_modules/client-only": { 1834 "version": "0.0.1", 1835 "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", 1836 "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", 1837 "license": "MIT" 1838 }, 1839 "node_modules/collapse-white-space": { 1840 "version": "2.1.0", 1841 "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", 1842 "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", 1843 "license": "MIT", 1844 "funding": { 1845 "type": "github", 1846 "url": "https://github.com/sponsors/wooorm" 1847 } 1848 }, 1849 "node_modules/color": { 1850 "version": "4.2.3", 1851 "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", 1852 "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", 1853 "license": "MIT", 1854 "optional": true, 1855 "dependencies": { 1856 "color-convert": "^2.0.1", 1857 "color-string": "^1.9.0" 1858 }, 1859 "engines": { 1860 "node": ">=12.5.0" 1861 } 1862 }, 1863 "node_modules/color-convert": { 1864 "version": "2.0.1", 1865 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 1866 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 1867 "devOptional": true, 1868 "dependencies": { 1869 "color-name": "~1.1.4" 1870 }, 1871 "engines": { 1872 "node": ">=7.0.0" 1873 } 1874 }, 1875 "node_modules/color-name": { 1876 "version": "1.1.4", 1877 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 1878 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 1879 "devOptional": true 1880 }, 1881 "node_modules/color-string": { 1882 "version": "1.9.1", 1883 "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", 1884 "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", 1885 "license": "MIT", 1886 "optional": true, 1887 "dependencies": { 1888 "color-name": "^1.0.0", 1889 "simple-swizzle": "^0.2.2" 1890 } 1891 }, 1892 "node_modules/colorjs.io": { 1893 "version": "0.4.5", 1894 "resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.4.5.tgz", 1895 "integrity": "sha512-yCtUNCmge7llyfd/Wou19PMAcf5yC3XXhgFoAh6zsO2pGswhUPBaaUh8jzgHnXtXuZyFKzXZNAnyF5i+apICow==" 1896 }, 1897 "node_modules/comma-separated-tokens": { 1898 "version": "2.0.3", 1899 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 1900 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 1901 "funding": { 1902 "type": "github", 1903 "url": "https://github.com/sponsors/wooorm" 1904 } 1905 }, 1906 "node_modules/commander": { 1907 "version": "4.1.1", 1908 "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", 1909 "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", 1910 "dev": true, 1911 "engines": { 1912 "node": ">= 6" 1913 } 1914 }, 1915 "node_modules/concat-map": { 1916 "version": "0.0.1", 1917 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", 1918 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", 1919 "dev": true 1920 }, 1921 "node_modules/cross-spawn": { 1922 "version": "7.0.3", 1923 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", 1924 "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", 1925 "dev": true, 1926 "dependencies": { 1927 "path-key": "^3.1.0", 1928 "shebang-command": "^2.0.0", 1929 "which": "^2.0.1" 1930 }, 1931 "engines": { 1932 "node": ">= 8" 1933 } 1934 }, 1935 "node_modules/cssesc": { 1936 "version": "3.0.0", 1937 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 1938 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 1939 "dev": true, 1940 "bin": { 1941 "cssesc": "bin/cssesc" 1942 }, 1943 "engines": { 1944 "node": ">=4" 1945 } 1946 }, 1947 "node_modules/csstype": { 1948 "version": "3.1.3", 1949 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", 1950 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", 1951 "license": "MIT", 1952 "peer": true 1953 }, 1954 "node_modules/damerau-levenshtein": { 1955 "version": "1.0.8", 1956 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", 1957 "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", 1958 "dev": true 1959 }, 1960 "node_modules/debug": { 1961 "version": "4.3.4", 1962 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", 1963 "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", 1964 "dependencies": { 1965 "ms": "2.1.2" 1966 }, 1967 "engines": { 1968 "node": ">=6.0" 1969 }, 1970 "peerDependenciesMeta": { 1971 "supports-color": { 1972 "optional": true 1973 } 1974 } 1975 }, 1976 "node_modules/decode-named-character-reference": { 1977 "version": "1.1.0", 1978 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.1.0.tgz", 1979 "integrity": "sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==", 1980 "license": "MIT", 1981 "dependencies": { 1982 "character-entities": "^2.0.0" 1983 }, 1984 "funding": { 1985 "type": "github", 1986 "url": "https://github.com/sponsors/wooorm" 1987 } 1988 }, 1989 "node_modules/deep-is": { 1990 "version": "0.1.4", 1991 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", 1992 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", 1993 "dev": true 1994 }, 1995 "node_modules/define-data-property": { 1996 "version": "1.1.1", 1997 "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz", 1998 "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==", 1999 "dev": true, 2000 "dependencies": { 2001 "get-intrinsic": "^1.2.1", 2002 "gopd": "^1.0.1", 2003 "has-property-descriptors": "^1.0.0" 2004 }, 2005 "engines": { 2006 "node": ">= 0.4" 2007 } 2008 }, 2009 "node_modules/define-properties": { 2010 "version": "1.2.1", 2011 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", 2012 "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", 2013 "dev": true, 2014 "dependencies": { 2015 "define-data-property": "^1.0.1", 2016 "has-property-descriptors": "^1.0.0", 2017 "object-keys": "^1.1.1" 2018 }, 2019 "engines": { 2020 "node": ">= 0.4" 2021 }, 2022 "funding": { 2023 "url": "https://github.com/sponsors/ljharb" 2024 } 2025 }, 2026 "node_modules/dequal": { 2027 "version": "2.0.3", 2028 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 2029 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 2030 "engines": { 2031 "node": ">=6" 2032 } 2033 }, 2034 "node_modules/detect-libc": { 2035 "version": "2.0.4", 2036 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", 2037 "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", 2038 "license": "Apache-2.0", 2039 "optional": true, 2040 "engines": { 2041 "node": ">=8" 2042 } 2043 }, 2044 "node_modules/devlop": { 2045 "version": "1.1.0", 2046 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 2047 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 2048 "license": "MIT", 2049 "dependencies": { 2050 "dequal": "^2.0.0" 2051 }, 2052 "funding": { 2053 "type": "github", 2054 "url": "https://github.com/sponsors/wooorm" 2055 } 2056 }, 2057 "node_modules/didyoumean": { 2058 "version": "1.2.2", 2059 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", 2060 "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", 2061 "dev": true 2062 }, 2063 "node_modules/dir-glob": { 2064 "version": "3.0.1", 2065 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", 2066 "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", 2067 "dev": true, 2068 "dependencies": { 2069 "path-type": "^4.0.0" 2070 }, 2071 "engines": { 2072 "node": ">=8" 2073 } 2074 }, 2075 "node_modules/dlv": { 2076 "version": "1.1.3", 2077 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 2078 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", 2079 "dev": true 2080 }, 2081 "node_modules/doctrine": { 2082 "version": "3.0.0", 2083 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", 2084 "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", 2085 "dev": true, 2086 "dependencies": { 2087 "esutils": "^2.0.2" 2088 }, 2089 "engines": { 2090 "node": ">=6.0.0" 2091 } 2092 }, 2093 "node_modules/electron-to-chromium": { 2094 "version": "1.4.569", 2095 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.569.tgz", 2096 "integrity": "sha512-LsrJjZ0IbVy12ApW3gpYpcmHS3iRxH4bkKOW98y1/D+3cvDUWGcbzbsFinfUS8knpcZk/PG/2p/RnkMCYN7PVg==", 2097 "dev": true 2098 }, 2099 "node_modules/emoji-regex": { 2100 "version": "9.2.2", 2101 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 2102 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", 2103 "dev": true 2104 }, 2105 "node_modules/enhanced-resolve": { 2106 "version": "5.15.0", 2107 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", 2108 "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", 2109 "dev": true, 2110 "dependencies": { 2111 "graceful-fs": "^4.2.4", 2112 "tapable": "^2.2.0" 2113 }, 2114 "engines": { 2115 "node": ">=10.13.0" 2116 } 2117 }, 2118 "node_modules/entities": { 2119 "version": "6.0.0", 2120 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz", 2121 "integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==", 2122 "license": "BSD-2-Clause", 2123 "engines": { 2124 "node": ">=0.12" 2125 }, 2126 "funding": { 2127 "url": "https://github.com/fb55/entities?sponsor=1" 2128 } 2129 }, 2130 "node_modules/es-abstract": { 2131 "version": "1.22.3", 2132 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.3.tgz", 2133 "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==", 2134 "dev": true, 2135 "dependencies": { 2136 "array-buffer-byte-length": "^1.0.0", 2137 "arraybuffer.prototype.slice": "^1.0.2", 2138 "available-typed-arrays": "^1.0.5", 2139 "call-bind": "^1.0.5", 2140 "es-set-tostringtag": "^2.0.1", 2141 "es-to-primitive": "^1.2.1", 2142 "function.prototype.name": "^1.1.6", 2143 "get-intrinsic": "^1.2.2", 2144 "get-symbol-description": "^1.0.0", 2145 "globalthis": "^1.0.3", 2146 "gopd": "^1.0.1", 2147 "has-property-descriptors": "^1.0.0", 2148 "has-proto": "^1.0.1", 2149 "has-symbols": "^1.0.3", 2150 "hasown": "^2.0.0", 2151 "internal-slot": "^1.0.5", 2152 "is-array-buffer": "^3.0.2", 2153 "is-callable": "^1.2.7", 2154 "is-negative-zero": "^2.0.2", 2155 "is-regex": "^1.1.4", 2156 "is-shared-array-buffer": "^1.0.2", 2157 "is-string": "^1.0.7", 2158 "is-typed-array": "^1.1.12", 2159 "is-weakref": "^1.0.2", 2160 "object-inspect": "^1.13.1", 2161 "object-keys": "^1.1.1", 2162 "object.assign": "^4.1.4", 2163 "regexp.prototype.flags": "^1.5.1", 2164 "safe-array-concat": "^1.0.1", 2165 "safe-regex-test": "^1.0.0", 2166 "string.prototype.trim": "^1.2.8", 2167 "string.prototype.trimend": "^1.0.7", 2168 "string.prototype.trimstart": "^1.0.7", 2169 "typed-array-buffer": "^1.0.0", 2170 "typed-array-byte-length": "^1.0.0", 2171 "typed-array-byte-offset": "^1.0.0", 2172 "typed-array-length": "^1.0.4", 2173 "unbox-primitive": "^1.0.2", 2174 "which-typed-array": "^1.1.13" 2175 }, 2176 "engines": { 2177 "node": ">= 0.4" 2178 }, 2179 "funding": { 2180 "url": "https://github.com/sponsors/ljharb" 2181 } 2182 }, 2183 "node_modules/es-iterator-helpers": { 2184 "version": "1.0.15", 2185 "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz", 2186 "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==", 2187 "dev": true, 2188 "dependencies": { 2189 "asynciterator.prototype": "^1.0.0", 2190 "call-bind": "^1.0.2", 2191 "define-properties": "^1.2.1", 2192 "es-abstract": "^1.22.1", 2193 "es-set-tostringtag": "^2.0.1", 2194 "function-bind": "^1.1.1", 2195 "get-intrinsic": "^1.2.1", 2196 "globalthis": "^1.0.3", 2197 "has-property-descriptors": "^1.0.0", 2198 "has-proto": "^1.0.1", 2199 "has-symbols": "^1.0.3", 2200 "internal-slot": "^1.0.5", 2201 "iterator.prototype": "^1.1.2", 2202 "safe-array-concat": "^1.0.1" 2203 } 2204 }, 2205 "node_modules/es-set-tostringtag": { 2206 "version": "2.0.2", 2207 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz", 2208 "integrity": "sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==", 2209 "dev": true, 2210 "dependencies": { 2211 "get-intrinsic": "^1.2.2", 2212 "has-tostringtag": "^1.0.0", 2213 "hasown": "^2.0.0" 2214 }, 2215 "engines": { 2216 "node": ">= 0.4" 2217 } 2218 }, 2219 "node_modules/es-shim-unscopables": { 2220 "version": "1.0.2", 2221 "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", 2222 "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", 2223 "dev": true, 2224 "dependencies": { 2225 "hasown": "^2.0.0" 2226 } 2227 }, 2228 "node_modules/es-to-primitive": { 2229 "version": "1.2.1", 2230 "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", 2231 "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", 2232 "dev": true, 2233 "dependencies": { 2234 "is-callable": "^1.1.4", 2235 "is-date-object": "^1.0.1", 2236 "is-symbol": "^1.0.2" 2237 }, 2238 "engines": { 2239 "node": ">= 0.4" 2240 }, 2241 "funding": { 2242 "url": "https://github.com/sponsors/ljharb" 2243 } 2244 }, 2245 "node_modules/esast-util-from-estree": { 2246 "version": "2.0.0", 2247 "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz", 2248 "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==", 2249 "license": "MIT", 2250 "dependencies": { 2251 "@types/estree-jsx": "^1.0.0", 2252 "devlop": "^1.0.0", 2253 "estree-util-visit": "^2.0.0", 2254 "unist-util-position-from-estree": "^2.0.0" 2255 }, 2256 "funding": { 2257 "type": "opencollective", 2258 "url": "https://opencollective.com/unified" 2259 } 2260 }, 2261 "node_modules/esast-util-from-js": { 2262 "version": "2.0.1", 2263 "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz", 2264 "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==", 2265 "license": "MIT", 2266 "dependencies": { 2267 "@types/estree-jsx": "^1.0.0", 2268 "acorn": "^8.0.0", 2269 "esast-util-from-estree": "^2.0.0", 2270 "vfile-message": "^4.0.0" 2271 }, 2272 "funding": { 2273 "type": "opencollective", 2274 "url": "https://opencollective.com/unified" 2275 } 2276 }, 2277 "node_modules/esast-util-from-js/node_modules/@types/unist": { 2278 "version": "3.0.3", 2279 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 2280 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 2281 "license": "MIT" 2282 }, 2283 "node_modules/esast-util-from-js/node_modules/unist-util-stringify-position": { 2284 "version": "4.0.0", 2285 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 2286 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 2287 "license": "MIT", 2288 "dependencies": { 2289 "@types/unist": "^3.0.0" 2290 }, 2291 "funding": { 2292 "type": "opencollective", 2293 "url": "https://opencollective.com/unified" 2294 } 2295 }, 2296 "node_modules/esast-util-from-js/node_modules/vfile-message": { 2297 "version": "4.0.2", 2298 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 2299 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 2300 "license": "MIT", 2301 "dependencies": { 2302 "@types/unist": "^3.0.0", 2303 "unist-util-stringify-position": "^4.0.0" 2304 }, 2305 "funding": { 2306 "type": "opencollective", 2307 "url": "https://opencollective.com/unified" 2308 } 2309 }, 2310 "node_modules/escalade": { 2311 "version": "3.1.1", 2312 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", 2313 "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", 2314 "dev": true, 2315 "engines": { 2316 "node": ">=6" 2317 } 2318 }, 2319 "node_modules/escape-string-regexp": { 2320 "version": "4.0.0", 2321 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", 2322 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", 2323 "dev": true, 2324 "engines": { 2325 "node": ">=10" 2326 }, 2327 "funding": { 2328 "url": "https://github.com/sponsors/sindresorhus" 2329 } 2330 }, 2331 "node_modules/eslint": { 2332 "version": "8.52.0", 2333 "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.52.0.tgz", 2334 "integrity": "sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==", 2335 "dev": true, 2336 "dependencies": { 2337 "@eslint-community/eslint-utils": "^4.2.0", 2338 "@eslint-community/regexpp": "^4.6.1", 2339 "@eslint/eslintrc": "^2.1.2", 2340 "@eslint/js": "8.52.0", 2341 "@humanwhocodes/config-array": "^0.11.13", 2342 "@humanwhocodes/module-importer": "^1.0.1", 2343 "@nodelib/fs.walk": "^1.2.8", 2344 "@ungap/structured-clone": "^1.2.0", 2345 "ajv": "^6.12.4", 2346 "chalk": "^4.0.0", 2347 "cross-spawn": "^7.0.2", 2348 "debug": "^4.3.2", 2349 "doctrine": "^3.0.0", 2350 "escape-string-regexp": "^4.0.0", 2351 "eslint-scope": "^7.2.2", 2352 "eslint-visitor-keys": "^3.4.3", 2353 "espree": "^9.6.1", 2354 "esquery": "^1.4.2", 2355 "esutils": "^2.0.2", 2356 "fast-deep-equal": "^3.1.3", 2357 "file-entry-cache": "^6.0.1", 2358 "find-up": "^5.0.0", 2359 "glob-parent": "^6.0.2", 2360 "globals": "^13.19.0", 2361 "graphemer": "^1.4.0", 2362 "ignore": "^5.2.0", 2363 "imurmurhash": "^0.1.4", 2364 "is-glob": "^4.0.0", 2365 "is-path-inside": "^3.0.3", 2366 "js-yaml": "^4.1.0", 2367 "json-stable-stringify-without-jsonify": "^1.0.1", 2368 "levn": "^0.4.1", 2369 "lodash.merge": "^4.6.2", 2370 "minimatch": "^3.1.2", 2371 "natural-compare": "^1.4.0", 2372 "optionator": "^0.9.3", 2373 "strip-ansi": "^6.0.1", 2374 "text-table": "^0.2.0" 2375 }, 2376 "bin": { 2377 "eslint": "bin/eslint.js" 2378 }, 2379 "engines": { 2380 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 2381 }, 2382 "funding": { 2383 "url": "https://opencollective.com/eslint" 2384 } 2385 }, 2386 "node_modules/eslint-config-next": { 2387 "version": "13.5.6", 2388 "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.5.6.tgz", 2389 "integrity": "sha512-o8pQsUHTo9aHqJ2YiZDym5gQAMRf7O2HndHo/JZeY7TDD+W4hk6Ma8Vw54RHiBeb7OWWO5dPirQB+Is/aVQ7Kg==", 2390 "dev": true, 2391 "dependencies": { 2392 "@next/eslint-plugin-next": "13.5.6", 2393 "@rushstack/eslint-patch": "^1.3.3", 2394 "@typescript-eslint/parser": "^5.4.2 || ^6.0.0", 2395 "eslint-import-resolver-node": "^0.3.6", 2396 "eslint-import-resolver-typescript": "^3.5.2", 2397 "eslint-plugin-import": "^2.28.1", 2398 "eslint-plugin-jsx-a11y": "^6.7.1", 2399 "eslint-plugin-react": "^7.33.2", 2400 "eslint-plugin-react-hooks": "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705" 2401 }, 2402 "peerDependencies": { 2403 "eslint": "^7.23.0 || ^8.0.0", 2404 "typescript": ">=3.3.1" 2405 }, 2406 "peerDependenciesMeta": { 2407 "typescript": { 2408 "optional": true 2409 } 2410 } 2411 }, 2412 "node_modules/eslint-import-resolver-node": { 2413 "version": "0.3.9", 2414 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", 2415 "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", 2416 "dev": true, 2417 "dependencies": { 2418 "debug": "^3.2.7", 2419 "is-core-module": "^2.13.0", 2420 "resolve": "^1.22.4" 2421 } 2422 }, 2423 "node_modules/eslint-import-resolver-node/node_modules/debug": { 2424 "version": "3.2.7", 2425 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 2426 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 2427 "dev": true, 2428 "dependencies": { 2429 "ms": "^2.1.1" 2430 } 2431 }, 2432 "node_modules/eslint-import-resolver-typescript": { 2433 "version": "3.6.1", 2434 "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.1.tgz", 2435 "integrity": "sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==", 2436 "dev": true, 2437 "dependencies": { 2438 "debug": "^4.3.4", 2439 "enhanced-resolve": "^5.12.0", 2440 "eslint-module-utils": "^2.7.4", 2441 "fast-glob": "^3.3.1", 2442 "get-tsconfig": "^4.5.0", 2443 "is-core-module": "^2.11.0", 2444 "is-glob": "^4.0.3" 2445 }, 2446 "engines": { 2447 "node": "^14.18.0 || >=16.0.0" 2448 }, 2449 "funding": { 2450 "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts" 2451 }, 2452 "peerDependencies": { 2453 "eslint": "*", 2454 "eslint-plugin-import": "*" 2455 } 2456 }, 2457 "node_modules/eslint-module-utils": { 2458 "version": "2.8.0", 2459 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", 2460 "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", 2461 "dev": true, 2462 "dependencies": { 2463 "debug": "^3.2.7" 2464 }, 2465 "engines": { 2466 "node": ">=4" 2467 }, 2468 "peerDependenciesMeta": { 2469 "eslint": { 2470 "optional": true 2471 } 2472 } 2473 }, 2474 "node_modules/eslint-module-utils/node_modules/debug": { 2475 "version": "3.2.7", 2476 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 2477 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 2478 "dev": true, 2479 "dependencies": { 2480 "ms": "^2.1.1" 2481 } 2482 }, 2483 "node_modules/eslint-plugin-import": { 2484 "version": "2.28.1", 2485 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz", 2486 "integrity": "sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==", 2487 "dev": true, 2488 "dependencies": { 2489 "array-includes": "^3.1.6", 2490 "array.prototype.findlastindex": "^1.2.2", 2491 "array.prototype.flat": "^1.3.1", 2492 "array.prototype.flatmap": "^1.3.1", 2493 "debug": "^3.2.7", 2494 "doctrine": "^2.1.0", 2495 "eslint-import-resolver-node": "^0.3.7", 2496 "eslint-module-utils": "^2.8.0", 2497 "has": "^1.0.3", 2498 "is-core-module": "^2.13.0", 2499 "is-glob": "^4.0.3", 2500 "minimatch": "^3.1.2", 2501 "object.fromentries": "^2.0.6", 2502 "object.groupby": "^1.0.0", 2503 "object.values": "^1.1.6", 2504 "semver": "^6.3.1", 2505 "tsconfig-paths": "^3.14.2" 2506 }, 2507 "engines": { 2508 "node": ">=4" 2509 }, 2510 "peerDependencies": { 2511 "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" 2512 } 2513 }, 2514 "node_modules/eslint-plugin-import/node_modules/debug": { 2515 "version": "3.2.7", 2516 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 2517 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 2518 "dev": true, 2519 "dependencies": { 2520 "ms": "^2.1.1" 2521 } 2522 }, 2523 "node_modules/eslint-plugin-import/node_modules/doctrine": { 2524 "version": "2.1.0", 2525 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", 2526 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", 2527 "dev": true, 2528 "dependencies": { 2529 "esutils": "^2.0.2" 2530 }, 2531 "engines": { 2532 "node": ">=0.10.0" 2533 } 2534 }, 2535 "node_modules/eslint-plugin-import/node_modules/semver": { 2536 "version": "6.3.1", 2537 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 2538 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 2539 "dev": true, 2540 "bin": { 2541 "semver": "bin/semver.js" 2542 } 2543 }, 2544 "node_modules/eslint-plugin-jsx-a11y": { 2545 "version": "6.7.1", 2546 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", 2547 "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", 2548 "dev": true, 2549 "dependencies": { 2550 "@babel/runtime": "^7.20.7", 2551 "aria-query": "^5.1.3", 2552 "array-includes": "^3.1.6", 2553 "array.prototype.flatmap": "^1.3.1", 2554 "ast-types-flow": "^0.0.7", 2555 "axe-core": "^4.6.2", 2556 "axobject-query": "^3.1.1", 2557 "damerau-levenshtein": "^1.0.8", 2558 "emoji-regex": "^9.2.2", 2559 "has": "^1.0.3", 2560 "jsx-ast-utils": "^3.3.3", 2561 "language-tags": "=1.0.5", 2562 "minimatch": "^3.1.2", 2563 "object.entries": "^1.1.6", 2564 "object.fromentries": "^2.0.6", 2565 "semver": "^6.3.0" 2566 }, 2567 "engines": { 2568 "node": ">=4.0" 2569 }, 2570 "peerDependencies": { 2571 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" 2572 } 2573 }, 2574 "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": { 2575 "version": "6.3.1", 2576 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 2577 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 2578 "dev": true, 2579 "bin": { 2580 "semver": "bin/semver.js" 2581 } 2582 }, 2583 "node_modules/eslint-plugin-react": { 2584 "version": "7.33.2", 2585 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz", 2586 "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==", 2587 "dev": true, 2588 "dependencies": { 2589 "array-includes": "^3.1.6", 2590 "array.prototype.flatmap": "^1.3.1", 2591 "array.prototype.tosorted": "^1.1.1", 2592 "doctrine": "^2.1.0", 2593 "es-iterator-helpers": "^1.0.12", 2594 "estraverse": "^5.3.0", 2595 "jsx-ast-utils": "^2.4.1 || ^3.0.0", 2596 "minimatch": "^3.1.2", 2597 "object.entries": "^1.1.6", 2598 "object.fromentries": "^2.0.6", 2599 "object.hasown": "^1.1.2", 2600 "object.values": "^1.1.6", 2601 "prop-types": "^15.8.1", 2602 "resolve": "^2.0.0-next.4", 2603 "semver": "^6.3.1", 2604 "string.prototype.matchall": "^4.0.8" 2605 }, 2606 "engines": { 2607 "node": ">=4" 2608 }, 2609 "peerDependencies": { 2610 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" 2611 } 2612 }, 2613 "node_modules/eslint-plugin-react-hooks": { 2614 "version": "4.6.0", 2615 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", 2616 "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", 2617 "dev": true, 2618 "engines": { 2619 "node": ">=10" 2620 }, 2621 "peerDependencies": { 2622 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" 2623 } 2624 }, 2625 "node_modules/eslint-plugin-react/node_modules/doctrine": { 2626 "version": "2.1.0", 2627 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", 2628 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", 2629 "dev": true, 2630 "dependencies": { 2631 "esutils": "^2.0.2" 2632 }, 2633 "engines": { 2634 "node": ">=0.10.0" 2635 } 2636 }, 2637 "node_modules/eslint-plugin-react/node_modules/resolve": { 2638 "version": "2.0.0-next.5", 2639 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", 2640 "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", 2641 "dev": true, 2642 "dependencies": { 2643 "is-core-module": "^2.13.0", 2644 "path-parse": "^1.0.7", 2645 "supports-preserve-symlinks-flag": "^1.0.0" 2646 }, 2647 "bin": { 2648 "resolve": "bin/resolve" 2649 }, 2650 "funding": { 2651 "url": "https://github.com/sponsors/ljharb" 2652 } 2653 }, 2654 "node_modules/eslint-plugin-react/node_modules/semver": { 2655 "version": "6.3.1", 2656 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 2657 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 2658 "dev": true, 2659 "bin": { 2660 "semver": "bin/semver.js" 2661 } 2662 }, 2663 "node_modules/eslint-scope": { 2664 "version": "7.2.2", 2665 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", 2666 "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", 2667 "dev": true, 2668 "dependencies": { 2669 "esrecurse": "^4.3.0", 2670 "estraverse": "^5.2.0" 2671 }, 2672 "engines": { 2673 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 2674 }, 2675 "funding": { 2676 "url": "https://opencollective.com/eslint" 2677 } 2678 }, 2679 "node_modules/eslint-visitor-keys": { 2680 "version": "3.4.3", 2681 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", 2682 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", 2683 "dev": true, 2684 "engines": { 2685 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 2686 }, 2687 "funding": { 2688 "url": "https://opencollective.com/eslint" 2689 } 2690 }, 2691 "node_modules/espree": { 2692 "version": "9.6.1", 2693 "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", 2694 "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", 2695 "dev": true, 2696 "dependencies": { 2697 "acorn": "^8.9.0", 2698 "acorn-jsx": "^5.3.2", 2699 "eslint-visitor-keys": "^3.4.1" 2700 }, 2701 "engines": { 2702 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 2703 }, 2704 "funding": { 2705 "url": "https://opencollective.com/eslint" 2706 } 2707 }, 2708 "node_modules/esprima": { 2709 "version": "4.0.1", 2710 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", 2711 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", 2712 "bin": { 2713 "esparse": "bin/esparse.js", 2714 "esvalidate": "bin/esvalidate.js" 2715 }, 2716 "engines": { 2717 "node": ">=4" 2718 } 2719 }, 2720 "node_modules/esquery": { 2721 "version": "1.5.0", 2722 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", 2723 "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", 2724 "dev": true, 2725 "dependencies": { 2726 "estraverse": "^5.1.0" 2727 }, 2728 "engines": { 2729 "node": ">=0.10" 2730 } 2731 }, 2732 "node_modules/esrecurse": { 2733 "version": "4.3.0", 2734 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", 2735 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", 2736 "dev": true, 2737 "dependencies": { 2738 "estraverse": "^5.2.0" 2739 }, 2740 "engines": { 2741 "node": ">=4.0" 2742 } 2743 }, 2744 "node_modules/estraverse": { 2745 "version": "5.3.0", 2746 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", 2747 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", 2748 "dev": true, 2749 "engines": { 2750 "node": ">=4.0" 2751 } 2752 }, 2753 "node_modules/estree-util-attach-comments": { 2754 "version": "3.0.0", 2755 "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", 2756 "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", 2757 "license": "MIT", 2758 "dependencies": { 2759 "@types/estree": "^1.0.0" 2760 }, 2761 "funding": { 2762 "type": "opencollective", 2763 "url": "https://opencollective.com/unified" 2764 } 2765 }, 2766 "node_modules/estree-util-build-jsx": { 2767 "version": "3.0.1", 2768 "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", 2769 "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", 2770 "license": "MIT", 2771 "dependencies": { 2772 "@types/estree-jsx": "^1.0.0", 2773 "devlop": "^1.0.0", 2774 "estree-util-is-identifier-name": "^3.0.0", 2775 "estree-walker": "^3.0.0" 2776 }, 2777 "funding": { 2778 "type": "opencollective", 2779 "url": "https://opencollective.com/unified" 2780 } 2781 }, 2782 "node_modules/estree-util-is-identifier-name": { 2783 "version": "3.0.0", 2784 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", 2785 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", 2786 "license": "MIT", 2787 "funding": { 2788 "type": "opencollective", 2789 "url": "https://opencollective.com/unified" 2790 } 2791 }, 2792 "node_modules/estree-util-scope": { 2793 "version": "1.0.0", 2794 "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz", 2795 "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==", 2796 "license": "MIT", 2797 "dependencies": { 2798 "@types/estree": "^1.0.0", 2799 "devlop": "^1.0.0" 2800 }, 2801 "funding": { 2802 "type": "opencollective", 2803 "url": "https://opencollective.com/unified" 2804 } 2805 }, 2806 "node_modules/estree-util-to-js": { 2807 "version": "2.0.0", 2808 "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", 2809 "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", 2810 "license": "MIT", 2811 "dependencies": { 2812 "@types/estree-jsx": "^1.0.0", 2813 "astring": "^1.8.0", 2814 "source-map": "^0.7.0" 2815 }, 2816 "funding": { 2817 "type": "opencollective", 2818 "url": "https://opencollective.com/unified" 2819 } 2820 }, 2821 "node_modules/estree-util-visit": { 2822 "version": "2.0.0", 2823 "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", 2824 "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", 2825 "license": "MIT", 2826 "dependencies": { 2827 "@types/estree-jsx": "^1.0.0", 2828 "@types/unist": "^3.0.0" 2829 }, 2830 "funding": { 2831 "type": "opencollective", 2832 "url": "https://opencollective.com/unified" 2833 } 2834 }, 2835 "node_modules/estree-util-visit/node_modules/@types/unist": { 2836 "version": "3.0.3", 2837 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 2838 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 2839 "license": "MIT" 2840 }, 2841 "node_modules/estree-walker": { 2842 "version": "3.0.3", 2843 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 2844 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 2845 "license": "MIT", 2846 "dependencies": { 2847 "@types/estree": "^1.0.0" 2848 } 2849 }, 2850 "node_modules/esutils": { 2851 "version": "2.0.3", 2852 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", 2853 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", 2854 "dev": true, 2855 "engines": { 2856 "node": ">=0.10.0" 2857 } 2858 }, 2859 "node_modules/extend": { 2860 "version": "3.0.2", 2861 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 2862 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" 2863 }, 2864 "node_modules/extend-shallow": { 2865 "version": "2.0.1", 2866 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", 2867 "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", 2868 "dependencies": { 2869 "is-extendable": "^0.1.0" 2870 }, 2871 "engines": { 2872 "node": ">=0.10.0" 2873 } 2874 }, 2875 "node_modules/fast-deep-equal": { 2876 "version": "3.1.3", 2877 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 2878 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", 2879 "dev": true 2880 }, 2881 "node_modules/fast-glob": { 2882 "version": "3.3.1", 2883 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", 2884 "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", 2885 "dev": true, 2886 "dependencies": { 2887 "@nodelib/fs.stat": "^2.0.2", 2888 "@nodelib/fs.walk": "^1.2.3", 2889 "glob-parent": "^5.1.2", 2890 "merge2": "^1.3.0", 2891 "micromatch": "^4.0.4" 2892 }, 2893 "engines": { 2894 "node": ">=8.6.0" 2895 } 2896 }, 2897 "node_modules/fast-glob/node_modules/glob-parent": { 2898 "version": "5.1.2", 2899 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 2900 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 2901 "dev": true, 2902 "dependencies": { 2903 "is-glob": "^4.0.1" 2904 }, 2905 "engines": { 2906 "node": ">= 6" 2907 } 2908 }, 2909 "node_modules/fast-json-stable-stringify": { 2910 "version": "2.1.0", 2911 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", 2912 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", 2913 "dev": true 2914 }, 2915 "node_modules/fast-levenshtein": { 2916 "version": "2.0.6", 2917 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", 2918 "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", 2919 "dev": true 2920 }, 2921 "node_modules/fastq": { 2922 "version": "1.15.0", 2923 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", 2924 "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", 2925 "dev": true, 2926 "dependencies": { 2927 "reusify": "^1.0.4" 2928 } 2929 }, 2930 "node_modules/feed": { 2931 "version": "4.2.2", 2932 "resolved": "https://registry.npmjs.org/feed/-/feed-4.2.2.tgz", 2933 "integrity": "sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==", 2934 "dependencies": { 2935 "xml-js": "^1.6.11" 2936 }, 2937 "engines": { 2938 "node": ">=0.4.0" 2939 } 2940 }, 2941 "node_modules/file-entry-cache": { 2942 "version": "6.0.1", 2943 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", 2944 "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", 2945 "dev": true, 2946 "dependencies": { 2947 "flat-cache": "^3.0.4" 2948 }, 2949 "engines": { 2950 "node": "^10.12.0 || >=12.0.0" 2951 } 2952 }, 2953 "node_modules/fill-range": { 2954 "version": "7.0.1", 2955 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", 2956 "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", 2957 "dev": true, 2958 "dependencies": { 2959 "to-regex-range": "^5.0.1" 2960 }, 2961 "engines": { 2962 "node": ">=8" 2963 } 2964 }, 2965 "node_modules/find-up": { 2966 "version": "5.0.0", 2967 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", 2968 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", 2969 "dev": true, 2970 "dependencies": { 2971 "locate-path": "^6.0.0", 2972 "path-exists": "^4.0.0" 2973 }, 2974 "engines": { 2975 "node": ">=10" 2976 }, 2977 "funding": { 2978 "url": "https://github.com/sponsors/sindresorhus" 2979 } 2980 }, 2981 "node_modules/find-yarn-workspace-root": { 2982 "version": "2.0.0", 2983 "resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz", 2984 "integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==", 2985 "dev": true, 2986 "dependencies": { 2987 "micromatch": "^4.0.2" 2988 } 2989 }, 2990 "node_modules/flat-cache": { 2991 "version": "3.1.1", 2992 "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.1.tgz", 2993 "integrity": "sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==", 2994 "dev": true, 2995 "dependencies": { 2996 "flatted": "^3.2.9", 2997 "keyv": "^4.5.3", 2998 "rimraf": "^3.0.2" 2999 }, 3000 "engines": { 3001 "node": ">=12.0.0" 3002 } 3003 }, 3004 "node_modules/flatted": { 3005 "version": "3.2.9", 3006 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", 3007 "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", 3008 "dev": true 3009 }, 3010 "node_modules/for-each": { 3011 "version": "0.3.3", 3012 "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", 3013 "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", 3014 "dev": true, 3015 "dependencies": { 3016 "is-callable": "^1.1.3" 3017 } 3018 }, 3019 "node_modules/fraction.js": { 3020 "version": "4.3.7", 3021 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", 3022 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", 3023 "dev": true, 3024 "engines": { 3025 "node": "*" 3026 }, 3027 "funding": { 3028 "type": "patreon", 3029 "url": "https://github.com/sponsors/rawify" 3030 } 3031 }, 3032 "node_modules/fs-extra": { 3033 "version": "9.1.0", 3034 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", 3035 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", 3036 "dev": true, 3037 "dependencies": { 3038 "at-least-node": "^1.0.0", 3039 "graceful-fs": "^4.2.0", 3040 "jsonfile": "^6.0.1", 3041 "universalify": "^2.0.0" 3042 }, 3043 "engines": { 3044 "node": ">=10" 3045 } 3046 }, 3047 "node_modules/fs.realpath": { 3048 "version": "1.0.0", 3049 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 3050 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", 3051 "dev": true 3052 }, 3053 "node_modules/fsevents": { 3054 "version": "2.3.3", 3055 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 3056 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 3057 "dev": true, 3058 "hasInstallScript": true, 3059 "optional": true, 3060 "os": [ 3061 "darwin" 3062 ], 3063 "engines": { 3064 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 3065 } 3066 }, 3067 "node_modules/function-bind": { 3068 "version": "1.1.2", 3069 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", 3070 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", 3071 "dev": true, 3072 "funding": { 3073 "url": "https://github.com/sponsors/ljharb" 3074 } 3075 }, 3076 "node_modules/function.prototype.name": { 3077 "version": "1.1.6", 3078 "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", 3079 "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", 3080 "dev": true, 3081 "dependencies": { 3082 "call-bind": "^1.0.2", 3083 "define-properties": "^1.2.0", 3084 "es-abstract": "^1.22.1", 3085 "functions-have-names": "^1.2.3" 3086 }, 3087 "engines": { 3088 "node": ">= 0.4" 3089 }, 3090 "funding": { 3091 "url": "https://github.com/sponsors/ljharb" 3092 } 3093 }, 3094 "node_modules/functions-have-names": { 3095 "version": "1.2.3", 3096 "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", 3097 "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", 3098 "dev": true, 3099 "funding": { 3100 "url": "https://github.com/sponsors/ljharb" 3101 } 3102 }, 3103 "node_modules/get-intrinsic": { 3104 "version": "1.2.2", 3105 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz", 3106 "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==", 3107 "dev": true, 3108 "dependencies": { 3109 "function-bind": "^1.1.2", 3110 "has-proto": "^1.0.1", 3111 "has-symbols": "^1.0.3", 3112 "hasown": "^2.0.0" 3113 }, 3114 "funding": { 3115 "url": "https://github.com/sponsors/ljharb" 3116 } 3117 }, 3118 "node_modules/get-symbol-description": { 3119 "version": "1.0.0", 3120 "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", 3121 "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", 3122 "dev": true, 3123 "dependencies": { 3124 "call-bind": "^1.0.2", 3125 "get-intrinsic": "^1.1.1" 3126 }, 3127 "engines": { 3128 "node": ">= 0.4" 3129 }, 3130 "funding": { 3131 "url": "https://github.com/sponsors/ljharb" 3132 } 3133 }, 3134 "node_modules/get-tsconfig": { 3135 "version": "4.7.2", 3136 "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz", 3137 "integrity": "sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==", 3138 "dev": true, 3139 "dependencies": { 3140 "resolve-pkg-maps": "^1.0.0" 3141 }, 3142 "funding": { 3143 "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" 3144 } 3145 }, 3146 "node_modules/github-slugger": { 3147 "version": "2.0.0", 3148 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 3149 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", 3150 "license": "ISC" 3151 }, 3152 "node_modules/glob": { 3153 "version": "7.1.7", 3154 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", 3155 "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", 3156 "dev": true, 3157 "dependencies": { 3158 "fs.realpath": "^1.0.0", 3159 "inflight": "^1.0.4", 3160 "inherits": "2", 3161 "minimatch": "^3.0.4", 3162 "once": "^1.3.0", 3163 "path-is-absolute": "^1.0.0" 3164 }, 3165 "engines": { 3166 "node": "*" 3167 }, 3168 "funding": { 3169 "url": "https://github.com/sponsors/isaacs" 3170 } 3171 }, 3172 "node_modules/glob-parent": { 3173 "version": "6.0.2", 3174 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", 3175 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", 3176 "dev": true, 3177 "dependencies": { 3178 "is-glob": "^4.0.3" 3179 }, 3180 "engines": { 3181 "node": ">=10.13.0" 3182 } 3183 }, 3184 "node_modules/globals": { 3185 "version": "13.23.0", 3186 "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", 3187 "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", 3188 "dev": true, 3189 "dependencies": { 3190 "type-fest": "^0.20.2" 3191 }, 3192 "engines": { 3193 "node": ">=8" 3194 }, 3195 "funding": { 3196 "url": "https://github.com/sponsors/sindresorhus" 3197 } 3198 }, 3199 "node_modules/globalthis": { 3200 "version": "1.0.3", 3201 "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", 3202 "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", 3203 "dev": true, 3204 "dependencies": { 3205 "define-properties": "^1.1.3" 3206 }, 3207 "engines": { 3208 "node": ">= 0.4" 3209 }, 3210 "funding": { 3211 "url": "https://github.com/sponsors/ljharb" 3212 } 3213 }, 3214 "node_modules/globby": { 3215 "version": "11.1.0", 3216 "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", 3217 "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", 3218 "dev": true, 3219 "dependencies": { 3220 "array-union": "^2.1.0", 3221 "dir-glob": "^3.0.1", 3222 "fast-glob": "^3.2.9", 3223 "ignore": "^5.2.0", 3224 "merge2": "^1.4.1", 3225 "slash": "^3.0.0" 3226 }, 3227 "engines": { 3228 "node": ">=10" 3229 }, 3230 "funding": { 3231 "url": "https://github.com/sponsors/sindresorhus" 3232 } 3233 }, 3234 "node_modules/gopd": { 3235 "version": "1.0.1", 3236 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", 3237 "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", 3238 "dev": true, 3239 "dependencies": { 3240 "get-intrinsic": "^1.1.3" 3241 }, 3242 "funding": { 3243 "url": "https://github.com/sponsors/ljharb" 3244 } 3245 }, 3246 "node_modules/graceful-fs": { 3247 "version": "4.2.11", 3248 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 3249 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 3250 "dev": true 3251 }, 3252 "node_modules/graphemer": { 3253 "version": "1.4.0", 3254 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", 3255 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", 3256 "dev": true 3257 }, 3258 "node_modules/gray-matter": { 3259 "version": "4.0.3", 3260 "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", 3261 "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", 3262 "dependencies": { 3263 "js-yaml": "^3.13.1", 3264 "kind-of": "^6.0.2", 3265 "section-matter": "^1.0.0", 3266 "strip-bom-string": "^1.0.0" 3267 }, 3268 "engines": { 3269 "node": ">=6.0" 3270 } 3271 }, 3272 "node_modules/gray-matter/node_modules/argparse": { 3273 "version": "1.0.10", 3274 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 3275 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 3276 "dependencies": { 3277 "sprintf-js": "~1.0.2" 3278 } 3279 }, 3280 "node_modules/gray-matter/node_modules/js-yaml": { 3281 "version": "3.14.1", 3282 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", 3283 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", 3284 "dependencies": { 3285 "argparse": "^1.0.7", 3286 "esprima": "^4.0.0" 3287 }, 3288 "bin": { 3289 "js-yaml": "bin/js-yaml.js" 3290 } 3291 }, 3292 "node_modules/has": { 3293 "version": "1.0.4", 3294 "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", 3295 "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", 3296 "dev": true, 3297 "engines": { 3298 "node": ">= 0.4.0" 3299 } 3300 }, 3301 "node_modules/has-bigints": { 3302 "version": "1.0.2", 3303 "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", 3304 "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", 3305 "dev": true, 3306 "funding": { 3307 "url": "https://github.com/sponsors/ljharb" 3308 } 3309 }, 3310 "node_modules/has-flag": { 3311 "version": "4.0.0", 3312 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 3313 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 3314 "dev": true, 3315 "engines": { 3316 "node": ">=8" 3317 } 3318 }, 3319 "node_modules/has-property-descriptors": { 3320 "version": "1.0.1", 3321 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", 3322 "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", 3323 "dev": true, 3324 "dependencies": { 3325 "get-intrinsic": "^1.2.2" 3326 }, 3327 "funding": { 3328 "url": "https://github.com/sponsors/ljharb" 3329 } 3330 }, 3331 "node_modules/has-proto": { 3332 "version": "1.0.1", 3333 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", 3334 "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", 3335 "dev": true, 3336 "engines": { 3337 "node": ">= 0.4" 3338 }, 3339 "funding": { 3340 "url": "https://github.com/sponsors/ljharb" 3341 } 3342 }, 3343 "node_modules/has-symbols": { 3344 "version": "1.0.3", 3345 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", 3346 "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", 3347 "dev": true, 3348 "engines": { 3349 "node": ">= 0.4" 3350 }, 3351 "funding": { 3352 "url": "https://github.com/sponsors/ljharb" 3353 } 3354 }, 3355 "node_modules/has-tostringtag": { 3356 "version": "1.0.0", 3357 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", 3358 "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", 3359 "dev": true, 3360 "dependencies": { 3361 "has-symbols": "^1.0.2" 3362 }, 3363 "engines": { 3364 "node": ">= 0.4" 3365 }, 3366 "funding": { 3367 "url": "https://github.com/sponsors/ljharb" 3368 } 3369 }, 3370 "node_modules/hasown": { 3371 "version": "2.0.0", 3372 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", 3373 "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", 3374 "dev": true, 3375 "dependencies": { 3376 "function-bind": "^1.1.2" 3377 }, 3378 "engines": { 3379 "node": ">= 0.4" 3380 } 3381 }, 3382 "node_modules/hast-util-from-html": { 3383 "version": "2.0.3", 3384 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 3385 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 3386 "license": "MIT", 3387 "dependencies": { 3388 "@types/hast": "^3.0.0", 3389 "devlop": "^1.1.0", 3390 "hast-util-from-parse5": "^8.0.0", 3391 "parse5": "^7.0.0", 3392 "vfile": "^6.0.0", 3393 "vfile-message": "^4.0.0" 3394 }, 3395 "funding": { 3396 "type": "opencollective", 3397 "url": "https://opencollective.com/unified" 3398 } 3399 }, 3400 "node_modules/hast-util-from-html/node_modules/@types/unist": { 3401 "version": "3.0.3", 3402 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 3403 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 3404 "license": "MIT" 3405 }, 3406 "node_modules/hast-util-from-html/node_modules/unist-util-stringify-position": { 3407 "version": "4.0.0", 3408 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 3409 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 3410 "license": "MIT", 3411 "dependencies": { 3412 "@types/unist": "^3.0.0" 3413 }, 3414 "funding": { 3415 "type": "opencollective", 3416 "url": "https://opencollective.com/unified" 3417 } 3418 }, 3419 "node_modules/hast-util-from-html/node_modules/vfile": { 3420 "version": "6.0.3", 3421 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 3422 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 3423 "license": "MIT", 3424 "dependencies": { 3425 "@types/unist": "^3.0.0", 3426 "vfile-message": "^4.0.0" 3427 }, 3428 "funding": { 3429 "type": "opencollective", 3430 "url": "https://opencollective.com/unified" 3431 } 3432 }, 3433 "node_modules/hast-util-from-html/node_modules/vfile-message": { 3434 "version": "4.0.2", 3435 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 3436 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 3437 "license": "MIT", 3438 "dependencies": { 3439 "@types/unist": "^3.0.0", 3440 "unist-util-stringify-position": "^4.0.0" 3441 }, 3442 "funding": { 3443 "type": "opencollective", 3444 "url": "https://opencollective.com/unified" 3445 } 3446 }, 3447 "node_modules/hast-util-from-parse5": { 3448 "version": "8.0.3", 3449 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz", 3450 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==", 3451 "license": "MIT", 3452 "dependencies": { 3453 "@types/hast": "^3.0.0", 3454 "@types/unist": "^3.0.0", 3455 "devlop": "^1.0.0", 3456 "hastscript": "^9.0.0", 3457 "property-information": "^7.0.0", 3458 "vfile": "^6.0.0", 3459 "vfile-location": "^5.0.0", 3460 "web-namespaces": "^2.0.0" 3461 }, 3462 "funding": { 3463 "type": "opencollective", 3464 "url": "https://opencollective.com/unified" 3465 } 3466 }, 3467 "node_modules/hast-util-from-parse5/node_modules/@types/unist": { 3468 "version": "3.0.3", 3469 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 3470 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 3471 "license": "MIT" 3472 }, 3473 "node_modules/hast-util-from-parse5/node_modules/unist-util-stringify-position": { 3474 "version": "4.0.0", 3475 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 3476 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 3477 "license": "MIT", 3478 "dependencies": { 3479 "@types/unist": "^3.0.0" 3480 }, 3481 "funding": { 3482 "type": "opencollective", 3483 "url": "https://opencollective.com/unified" 3484 } 3485 }, 3486 "node_modules/hast-util-from-parse5/node_modules/vfile": { 3487 "version": "6.0.3", 3488 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 3489 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 3490 "license": "MIT", 3491 "dependencies": { 3492 "@types/unist": "^3.0.0", 3493 "vfile-message": "^4.0.0" 3494 }, 3495 "funding": { 3496 "type": "opencollective", 3497 "url": "https://opencollective.com/unified" 3498 } 3499 }, 3500 "node_modules/hast-util-from-parse5/node_modules/vfile-message": { 3501 "version": "4.0.2", 3502 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 3503 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 3504 "license": "MIT", 3505 "dependencies": { 3506 "@types/unist": "^3.0.0", 3507 "unist-util-stringify-position": "^4.0.0" 3508 }, 3509 "funding": { 3510 "type": "opencollective", 3511 "url": "https://opencollective.com/unified" 3512 } 3513 }, 3514 "node_modules/hast-util-heading-rank": { 3515 "version": "3.0.0", 3516 "resolved": "https://registry.npmjs.org/hast-util-heading-rank/-/hast-util-heading-rank-3.0.0.tgz", 3517 "integrity": "sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==", 3518 "license": "MIT", 3519 "dependencies": { 3520 "@types/hast": "^3.0.0" 3521 }, 3522 "funding": { 3523 "type": "opencollective", 3524 "url": "https://opencollective.com/unified" 3525 } 3526 }, 3527 "node_modules/hast-util-is-element": { 3528 "version": "3.0.0", 3529 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 3530 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 3531 "license": "MIT", 3532 "dependencies": { 3533 "@types/hast": "^3.0.0" 3534 }, 3535 "funding": { 3536 "type": "opencollective", 3537 "url": "https://opencollective.com/unified" 3538 } 3539 }, 3540 "node_modules/hast-util-parse-selector": { 3541 "version": "4.0.0", 3542 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 3543 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 3544 "license": "MIT", 3545 "dependencies": { 3546 "@types/hast": "^3.0.0" 3547 }, 3548 "funding": { 3549 "type": "opencollective", 3550 "url": "https://opencollective.com/unified" 3551 } 3552 }, 3553 "node_modules/hast-util-to-estree": { 3554 "version": "3.1.3", 3555 "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz", 3556 "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==", 3557 "license": "MIT", 3558 "dependencies": { 3559 "@types/estree": "^1.0.0", 3560 "@types/estree-jsx": "^1.0.0", 3561 "@types/hast": "^3.0.0", 3562 "comma-separated-tokens": "^2.0.0", 3563 "devlop": "^1.0.0", 3564 "estree-util-attach-comments": "^3.0.0", 3565 "estree-util-is-identifier-name": "^3.0.0", 3566 "hast-util-whitespace": "^3.0.0", 3567 "mdast-util-mdx-expression": "^2.0.0", 3568 "mdast-util-mdx-jsx": "^3.0.0", 3569 "mdast-util-mdxjs-esm": "^2.0.0", 3570 "property-information": "^7.0.0", 3571 "space-separated-tokens": "^2.0.0", 3572 "style-to-js": "^1.0.0", 3573 "unist-util-position": "^5.0.0", 3574 "zwitch": "^2.0.0" 3575 }, 3576 "funding": { 3577 "type": "opencollective", 3578 "url": "https://opencollective.com/unified" 3579 } 3580 }, 3581 "node_modules/hast-util-to-html": { 3582 "version": "9.0.5", 3583 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", 3584 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", 3585 "license": "MIT", 3586 "dependencies": { 3587 "@types/hast": "^3.0.0", 3588 "@types/unist": "^3.0.0", 3589 "ccount": "^2.0.0", 3590 "comma-separated-tokens": "^2.0.0", 3591 "hast-util-whitespace": "^3.0.0", 3592 "html-void-elements": "^3.0.0", 3593 "mdast-util-to-hast": "^13.0.0", 3594 "property-information": "^7.0.0", 3595 "space-separated-tokens": "^2.0.0", 3596 "stringify-entities": "^4.0.0", 3597 "zwitch": "^2.0.4" 3598 }, 3599 "funding": { 3600 "type": "opencollective", 3601 "url": "https://opencollective.com/unified" 3602 } 3603 }, 3604 "node_modules/hast-util-to-html/node_modules/@types/unist": { 3605 "version": "3.0.3", 3606 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 3607 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 3608 "license": "MIT" 3609 }, 3610 "node_modules/hast-util-to-jsx-runtime": { 3611 "version": "2.3.6", 3612 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", 3613 "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", 3614 "license": "MIT", 3615 "dependencies": { 3616 "@types/estree": "^1.0.0", 3617 "@types/hast": "^3.0.0", 3618 "@types/unist": "^3.0.0", 3619 "comma-separated-tokens": "^2.0.0", 3620 "devlop": "^1.0.0", 3621 "estree-util-is-identifier-name": "^3.0.0", 3622 "hast-util-whitespace": "^3.0.0", 3623 "mdast-util-mdx-expression": "^2.0.0", 3624 "mdast-util-mdx-jsx": "^3.0.0", 3625 "mdast-util-mdxjs-esm": "^2.0.0", 3626 "property-information": "^7.0.0", 3627 "space-separated-tokens": "^2.0.0", 3628 "style-to-js": "^1.0.0", 3629 "unist-util-position": "^5.0.0", 3630 "vfile-message": "^4.0.0" 3631 }, 3632 "funding": { 3633 "type": "opencollective", 3634 "url": "https://opencollective.com/unified" 3635 } 3636 }, 3637 "node_modules/hast-util-to-jsx-runtime/node_modules/@types/unist": { 3638 "version": "3.0.3", 3639 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 3640 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 3641 "license": "MIT" 3642 }, 3643 "node_modules/hast-util-to-jsx-runtime/node_modules/unist-util-stringify-position": { 3644 "version": "4.0.0", 3645 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 3646 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 3647 "license": "MIT", 3648 "dependencies": { 3649 "@types/unist": "^3.0.0" 3650 }, 3651 "funding": { 3652 "type": "opencollective", 3653 "url": "https://opencollective.com/unified" 3654 } 3655 }, 3656 "node_modules/hast-util-to-jsx-runtime/node_modules/vfile-message": { 3657 "version": "4.0.2", 3658 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 3659 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 3660 "license": "MIT", 3661 "dependencies": { 3662 "@types/unist": "^3.0.0", 3663 "unist-util-stringify-position": "^4.0.0" 3664 }, 3665 "funding": { 3666 "type": "opencollective", 3667 "url": "https://opencollective.com/unified" 3668 } 3669 }, 3670 "node_modules/hast-util-to-string": { 3671 "version": "3.0.1", 3672 "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz", 3673 "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==", 3674 "license": "MIT", 3675 "dependencies": { 3676 "@types/hast": "^3.0.0" 3677 }, 3678 "funding": { 3679 "type": "opencollective", 3680 "url": "https://opencollective.com/unified" 3681 } 3682 }, 3683 "node_modules/hast-util-whitespace": { 3684 "version": "3.0.0", 3685 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 3686 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 3687 "license": "MIT", 3688 "dependencies": { 3689 "@types/hast": "^3.0.0" 3690 }, 3691 "funding": { 3692 "type": "opencollective", 3693 "url": "https://opencollective.com/unified" 3694 } 3695 }, 3696 "node_modules/hastscript": { 3697 "version": "9.0.1", 3698 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", 3699 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", 3700 "license": "MIT", 3701 "dependencies": { 3702 "@types/hast": "^3.0.0", 3703 "comma-separated-tokens": "^2.0.0", 3704 "hast-util-parse-selector": "^4.0.0", 3705 "property-information": "^7.0.0", 3706 "space-separated-tokens": "^2.0.0" 3707 }, 3708 "funding": { 3709 "type": "opencollective", 3710 "url": "https://opencollective.com/unified" 3711 } 3712 }, 3713 "node_modules/html-void-elements": { 3714 "version": "3.0.0", 3715 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 3716 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 3717 "license": "MIT", 3718 "funding": { 3719 "type": "github", 3720 "url": "https://github.com/sponsors/wooorm" 3721 } 3722 }, 3723 "node_modules/ignore": { 3724 "version": "5.2.4", 3725 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", 3726 "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", 3727 "dev": true, 3728 "engines": { 3729 "node": ">= 4" 3730 } 3731 }, 3732 "node_modules/import-fresh": { 3733 "version": "3.3.0", 3734 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", 3735 "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", 3736 "dev": true, 3737 "dependencies": { 3738 "parent-module": "^1.0.0", 3739 "resolve-from": "^4.0.0" 3740 }, 3741 "engines": { 3742 "node": ">=6" 3743 }, 3744 "funding": { 3745 "url": "https://github.com/sponsors/sindresorhus" 3746 } 3747 }, 3748 "node_modules/imurmurhash": { 3749 "version": "0.1.4", 3750 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", 3751 "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", 3752 "dev": true, 3753 "engines": { 3754 "node": ">=0.8.19" 3755 } 3756 }, 3757 "node_modules/inflight": { 3758 "version": "1.0.6", 3759 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 3760 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", 3761 "dev": true, 3762 "dependencies": { 3763 "once": "^1.3.0", 3764 "wrappy": "1" 3765 } 3766 }, 3767 "node_modules/inherits": { 3768 "version": "2.0.4", 3769 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 3770 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", 3771 "dev": true 3772 }, 3773 "node_modules/inline-style-parser": { 3774 "version": "0.2.4", 3775 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz", 3776 "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==", 3777 "license": "MIT" 3778 }, 3779 "node_modules/internal-slot": { 3780 "version": "1.0.6", 3781 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz", 3782 "integrity": "sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==", 3783 "dev": true, 3784 "dependencies": { 3785 "get-intrinsic": "^1.2.2", 3786 "hasown": "^2.0.0", 3787 "side-channel": "^1.0.4" 3788 }, 3789 "engines": { 3790 "node": ">= 0.4" 3791 } 3792 }, 3793 "node_modules/is-alphabetical": { 3794 "version": "2.0.1", 3795 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", 3796 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", 3797 "license": "MIT", 3798 "funding": { 3799 "type": "github", 3800 "url": "https://github.com/sponsors/wooorm" 3801 } 3802 }, 3803 "node_modules/is-alphanumerical": { 3804 "version": "2.0.1", 3805 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", 3806 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", 3807 "license": "MIT", 3808 "dependencies": { 3809 "is-alphabetical": "^2.0.0", 3810 "is-decimal": "^2.0.0" 3811 }, 3812 "funding": { 3813 "type": "github", 3814 "url": "https://github.com/sponsors/wooorm" 3815 } 3816 }, 3817 "node_modules/is-array-buffer": { 3818 "version": "3.0.2", 3819 "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", 3820 "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", 3821 "dev": true, 3822 "dependencies": { 3823 "call-bind": "^1.0.2", 3824 "get-intrinsic": "^1.2.0", 3825 "is-typed-array": "^1.1.10" 3826 }, 3827 "funding": { 3828 "url": "https://github.com/sponsors/ljharb" 3829 } 3830 }, 3831 "node_modules/is-arrayish": { 3832 "version": "0.3.2", 3833 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", 3834 "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", 3835 "license": "MIT", 3836 "optional": true 3837 }, 3838 "node_modules/is-async-function": { 3839 "version": "2.0.0", 3840 "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", 3841 "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", 3842 "dev": true, 3843 "dependencies": { 3844 "has-tostringtag": "^1.0.0" 3845 }, 3846 "engines": { 3847 "node": ">= 0.4" 3848 }, 3849 "funding": { 3850 "url": "https://github.com/sponsors/ljharb" 3851 } 3852 }, 3853 "node_modules/is-bigint": { 3854 "version": "1.0.4", 3855 "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", 3856 "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", 3857 "dev": true, 3858 "dependencies": { 3859 "has-bigints": "^1.0.1" 3860 }, 3861 "funding": { 3862 "url": "https://github.com/sponsors/ljharb" 3863 } 3864 }, 3865 "node_modules/is-binary-path": { 3866 "version": "2.1.0", 3867 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 3868 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", 3869 "dev": true, 3870 "dependencies": { 3871 "binary-extensions": "^2.0.0" 3872 }, 3873 "engines": { 3874 "node": ">=8" 3875 } 3876 }, 3877 "node_modules/is-boolean-object": { 3878 "version": "1.1.2", 3879 "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", 3880 "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", 3881 "dev": true, 3882 "dependencies": { 3883 "call-bind": "^1.0.2", 3884 "has-tostringtag": "^1.0.0" 3885 }, 3886 "engines": { 3887 "node": ">= 0.4" 3888 }, 3889 "funding": { 3890 "url": "https://github.com/sponsors/ljharb" 3891 } 3892 }, 3893 "node_modules/is-buffer": { 3894 "version": "2.0.5", 3895 "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", 3896 "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", 3897 "funding": [ 3898 { 3899 "type": "github", 3900 "url": "https://github.com/sponsors/feross" 3901 }, 3902 { 3903 "type": "patreon", 3904 "url": "https://www.patreon.com/feross" 3905 }, 3906 { 3907 "type": "consulting", 3908 "url": "https://feross.org/support" 3909 } 3910 ], 3911 "engines": { 3912 "node": ">=4" 3913 } 3914 }, 3915 "node_modules/is-callable": { 3916 "version": "1.2.7", 3917 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", 3918 "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", 3919 "dev": true, 3920 "engines": { 3921 "node": ">= 0.4" 3922 }, 3923 "funding": { 3924 "url": "https://github.com/sponsors/ljharb" 3925 } 3926 }, 3927 "node_modules/is-core-module": { 3928 "version": "2.13.1", 3929 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", 3930 "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", 3931 "dev": true, 3932 "dependencies": { 3933 "hasown": "^2.0.0" 3934 }, 3935 "funding": { 3936 "url": "https://github.com/sponsors/ljharb" 3937 } 3938 }, 3939 "node_modules/is-date-object": { 3940 "version": "1.0.5", 3941 "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", 3942 "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", 3943 "dev": true, 3944 "dependencies": { 3945 "has-tostringtag": "^1.0.0" 3946 }, 3947 "engines": { 3948 "node": ">= 0.4" 3949 }, 3950 "funding": { 3951 "url": "https://github.com/sponsors/ljharb" 3952 } 3953 }, 3954 "node_modules/is-decimal": { 3955 "version": "2.0.1", 3956 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", 3957 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", 3958 "license": "MIT", 3959 "funding": { 3960 "type": "github", 3961 "url": "https://github.com/sponsors/wooorm" 3962 } 3963 }, 3964 "node_modules/is-docker": { 3965 "version": "2.2.1", 3966 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", 3967 "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", 3968 "dev": true, 3969 "bin": { 3970 "is-docker": "cli.js" 3971 }, 3972 "engines": { 3973 "node": ">=8" 3974 }, 3975 "funding": { 3976 "url": "https://github.com/sponsors/sindresorhus" 3977 } 3978 }, 3979 "node_modules/is-extendable": { 3980 "version": "0.1.1", 3981 "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", 3982 "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", 3983 "engines": { 3984 "node": ">=0.10.0" 3985 } 3986 }, 3987 "node_modules/is-extglob": { 3988 "version": "2.1.1", 3989 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 3990 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 3991 "dev": true, 3992 "engines": { 3993 "node": ">=0.10.0" 3994 } 3995 }, 3996 "node_modules/is-finalizationregistry": { 3997 "version": "1.0.2", 3998 "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", 3999 "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", 4000 "dev": true, 4001 "dependencies": { 4002 "call-bind": "^1.0.2" 4003 }, 4004 "funding": { 4005 "url": "https://github.com/sponsors/ljharb" 4006 } 4007 }, 4008 "node_modules/is-generator-function": { 4009 "version": "1.0.10", 4010 "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", 4011 "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", 4012 "dev": true, 4013 "dependencies": { 4014 "has-tostringtag": "^1.0.0" 4015 }, 4016 "engines": { 4017 "node": ">= 0.4" 4018 }, 4019 "funding": { 4020 "url": "https://github.com/sponsors/ljharb" 4021 } 4022 }, 4023 "node_modules/is-glob": { 4024 "version": "4.0.3", 4025 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 4026 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 4027 "dev": true, 4028 "dependencies": { 4029 "is-extglob": "^2.1.1" 4030 }, 4031 "engines": { 4032 "node": ">=0.10.0" 4033 } 4034 }, 4035 "node_modules/is-hexadecimal": { 4036 "version": "2.0.1", 4037 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", 4038 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", 4039 "license": "MIT", 4040 "funding": { 4041 "type": "github", 4042 "url": "https://github.com/sponsors/wooorm" 4043 } 4044 }, 4045 "node_modules/is-map": { 4046 "version": "2.0.2", 4047 "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", 4048 "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", 4049 "dev": true, 4050 "funding": { 4051 "url": "https://github.com/sponsors/ljharb" 4052 } 4053 }, 4054 "node_modules/is-negative-zero": { 4055 "version": "2.0.2", 4056 "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", 4057 "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", 4058 "dev": true, 4059 "engines": { 4060 "node": ">= 0.4" 4061 }, 4062 "funding": { 4063 "url": "https://github.com/sponsors/ljharb" 4064 } 4065 }, 4066 "node_modules/is-number": { 4067 "version": "7.0.0", 4068 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 4069 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 4070 "dev": true, 4071 "engines": { 4072 "node": ">=0.12.0" 4073 } 4074 }, 4075 "node_modules/is-number-object": { 4076 "version": "1.0.7", 4077 "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", 4078 "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", 4079 "dev": true, 4080 "dependencies": { 4081 "has-tostringtag": "^1.0.0" 4082 }, 4083 "engines": { 4084 "node": ">= 0.4" 4085 }, 4086 "funding": { 4087 "url": "https://github.com/sponsors/ljharb" 4088 } 4089 }, 4090 "node_modules/is-path-inside": { 4091 "version": "3.0.3", 4092 "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", 4093 "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", 4094 "dev": true, 4095 "engines": { 4096 "node": ">=8" 4097 } 4098 }, 4099 "node_modules/is-plain-obj": { 4100 "version": "4.1.0", 4101 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 4102 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 4103 "engines": { 4104 "node": ">=12" 4105 }, 4106 "funding": { 4107 "url": "https://github.com/sponsors/sindresorhus" 4108 } 4109 }, 4110 "node_modules/is-regex": { 4111 "version": "1.1.4", 4112 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", 4113 "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", 4114 "dev": true, 4115 "dependencies": { 4116 "call-bind": "^1.0.2", 4117 "has-tostringtag": "^1.0.0" 4118 }, 4119 "engines": { 4120 "node": ">= 0.4" 4121 }, 4122 "funding": { 4123 "url": "https://github.com/sponsors/ljharb" 4124 } 4125 }, 4126 "node_modules/is-set": { 4127 "version": "2.0.2", 4128 "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", 4129 "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", 4130 "dev": true, 4131 "funding": { 4132 "url": "https://github.com/sponsors/ljharb" 4133 } 4134 }, 4135 "node_modules/is-shared-array-buffer": { 4136 "version": "1.0.2", 4137 "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", 4138 "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", 4139 "dev": true, 4140 "dependencies": { 4141 "call-bind": "^1.0.2" 4142 }, 4143 "funding": { 4144 "url": "https://github.com/sponsors/ljharb" 4145 } 4146 }, 4147 "node_modules/is-string": { 4148 "version": "1.0.7", 4149 "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", 4150 "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", 4151 "dev": true, 4152 "dependencies": { 4153 "has-tostringtag": "^1.0.0" 4154 }, 4155 "engines": { 4156 "node": ">= 0.4" 4157 }, 4158 "funding": { 4159 "url": "https://github.com/sponsors/ljharb" 4160 } 4161 }, 4162 "node_modules/is-symbol": { 4163 "version": "1.0.4", 4164 "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", 4165 "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", 4166 "dev": true, 4167 "dependencies": { 4168 "has-symbols": "^1.0.2" 4169 }, 4170 "engines": { 4171 "node": ">= 0.4" 4172 }, 4173 "funding": { 4174 "url": "https://github.com/sponsors/ljharb" 4175 } 4176 }, 4177 "node_modules/is-typed-array": { 4178 "version": "1.1.12", 4179 "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", 4180 "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", 4181 "dev": true, 4182 "dependencies": { 4183 "which-typed-array": "^1.1.11" 4184 }, 4185 "engines": { 4186 "node": ">= 0.4" 4187 }, 4188 "funding": { 4189 "url": "https://github.com/sponsors/ljharb" 4190 } 4191 }, 4192 "node_modules/is-weakmap": { 4193 "version": "2.0.1", 4194 "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", 4195 "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", 4196 "dev": true, 4197 "funding": { 4198 "url": "https://github.com/sponsors/ljharb" 4199 } 4200 }, 4201 "node_modules/is-weakref": { 4202 "version": "1.0.2", 4203 "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", 4204 "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", 4205 "dev": true, 4206 "dependencies": { 4207 "call-bind": "^1.0.2" 4208 }, 4209 "funding": { 4210 "url": "https://github.com/sponsors/ljharb" 4211 } 4212 }, 4213 "node_modules/is-weakset": { 4214 "version": "2.0.2", 4215 "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", 4216 "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", 4217 "dev": true, 4218 "dependencies": { 4219 "call-bind": "^1.0.2", 4220 "get-intrinsic": "^1.1.1" 4221 }, 4222 "funding": { 4223 "url": "https://github.com/sponsors/ljharb" 4224 } 4225 }, 4226 "node_modules/is-wsl": { 4227 "version": "2.2.0", 4228 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", 4229 "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", 4230 "dev": true, 4231 "dependencies": { 4232 "is-docker": "^2.0.0" 4233 }, 4234 "engines": { 4235 "node": ">=8" 4236 } 4237 }, 4238 "node_modules/isarray": { 4239 "version": "2.0.5", 4240 "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", 4241 "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", 4242 "dev": true 4243 }, 4244 "node_modules/isexe": { 4245 "version": "2.0.0", 4246 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 4247 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", 4248 "dev": true 4249 }, 4250 "node_modules/iterator.prototype": { 4251 "version": "1.1.2", 4252 "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", 4253 "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", 4254 "dev": true, 4255 "dependencies": { 4256 "define-properties": "^1.2.1", 4257 "get-intrinsic": "^1.2.1", 4258 "has-symbols": "^1.0.3", 4259 "reflect.getprototypeof": "^1.0.4", 4260 "set-function-name": "^2.0.1" 4261 } 4262 }, 4263 "node_modules/jiti": { 4264 "version": "1.20.0", 4265 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.20.0.tgz", 4266 "integrity": "sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==", 4267 "dev": true, 4268 "bin": { 4269 "jiti": "bin/jiti.js" 4270 } 4271 }, 4272 "node_modules/js-tokens": { 4273 "version": "4.0.0", 4274 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", 4275 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" 4276 }, 4277 "node_modules/js-yaml": { 4278 "version": "4.1.0", 4279 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 4280 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 4281 "dev": true, 4282 "dependencies": { 4283 "argparse": "^2.0.1" 4284 }, 4285 "bin": { 4286 "js-yaml": "bin/js-yaml.js" 4287 } 4288 }, 4289 "node_modules/json-buffer": { 4290 "version": "3.0.1", 4291 "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", 4292 "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", 4293 "dev": true 4294 }, 4295 "node_modules/json-schema-traverse": { 4296 "version": "0.4.1", 4297 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", 4298 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", 4299 "dev": true 4300 }, 4301 "node_modules/json-stable-stringify": { 4302 "version": "1.1.0", 4303 "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.0.tgz", 4304 "integrity": "sha512-zfA+5SuwYN2VWqN1/5HZaDzQKLJHaBVMZIIM+wuYjdptkaQsqzDdqjqf+lZZJUuJq1aanHiY8LhH8LmH+qBYJA==", 4305 "dev": true, 4306 "dependencies": { 4307 "call-bind": "^1.0.5", 4308 "isarray": "^2.0.5", 4309 "jsonify": "^0.0.1", 4310 "object-keys": "^1.1.1" 4311 }, 4312 "engines": { 4313 "node": ">= 0.4" 4314 }, 4315 "funding": { 4316 "url": "https://github.com/sponsors/ljharb" 4317 } 4318 }, 4319 "node_modules/json-stable-stringify-without-jsonify": { 4320 "version": "1.0.1", 4321 "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", 4322 "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", 4323 "dev": true 4324 }, 4325 "node_modules/json5": { 4326 "version": "1.0.2", 4327 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", 4328 "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", 4329 "dev": true, 4330 "dependencies": { 4331 "minimist": "^1.2.0" 4332 }, 4333 "bin": { 4334 "json5": "lib/cli.js" 4335 } 4336 }, 4337 "node_modules/jsonfile": { 4338 "version": "6.1.0", 4339 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", 4340 "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", 4341 "dev": true, 4342 "dependencies": { 4343 "universalify": "^2.0.0" 4344 }, 4345 "optionalDependencies": { 4346 "graceful-fs": "^4.1.6" 4347 } 4348 }, 4349 "node_modules/jsonify": { 4350 "version": "0.0.1", 4351 "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz", 4352 "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==", 4353 "dev": true, 4354 "funding": { 4355 "url": "https://github.com/sponsors/ljharb" 4356 } 4357 }, 4358 "node_modules/jsx-ast-utils": { 4359 "version": "3.3.5", 4360 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", 4361 "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", 4362 "dev": true, 4363 "dependencies": { 4364 "array-includes": "^3.1.6", 4365 "array.prototype.flat": "^1.3.1", 4366 "object.assign": "^4.1.4", 4367 "object.values": "^1.1.6" 4368 }, 4369 "engines": { 4370 "node": ">=4.0" 4371 } 4372 }, 4373 "node_modules/keyv": { 4374 "version": "4.5.4", 4375 "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", 4376 "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", 4377 "dev": true, 4378 "dependencies": { 4379 "json-buffer": "3.0.1" 4380 } 4381 }, 4382 "node_modules/kind-of": { 4383 "version": "6.0.3", 4384 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", 4385 "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", 4386 "engines": { 4387 "node": ">=0.10.0" 4388 } 4389 }, 4390 "node_modules/klaw-sync": { 4391 "version": "6.0.0", 4392 "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz", 4393 "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==", 4394 "dev": true, 4395 "dependencies": { 4396 "graceful-fs": "^4.1.11" 4397 } 4398 }, 4399 "node_modules/language-subtag-registry": { 4400 "version": "0.3.22", 4401 "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", 4402 "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==", 4403 "dev": true 4404 }, 4405 "node_modules/language-tags": { 4406 "version": "1.0.5", 4407 "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", 4408 "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", 4409 "dev": true, 4410 "dependencies": { 4411 "language-subtag-registry": "~0.3.2" 4412 } 4413 }, 4414 "node_modules/levn": { 4415 "version": "0.4.1", 4416 "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", 4417 "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", 4418 "dev": true, 4419 "dependencies": { 4420 "prelude-ls": "^1.2.1", 4421 "type-check": "~0.4.0" 4422 }, 4423 "engines": { 4424 "node": ">= 0.8.0" 4425 } 4426 }, 4427 "node_modules/lilconfig": { 4428 "version": "2.1.0", 4429 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", 4430 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", 4431 "dev": true, 4432 "engines": { 4433 "node": ">=10" 4434 } 4435 }, 4436 "node_modules/lines-and-columns": { 4437 "version": "1.2.4", 4438 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", 4439 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", 4440 "dev": true 4441 }, 4442 "node_modules/locate-path": { 4443 "version": "6.0.0", 4444 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", 4445 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", 4446 "dev": true, 4447 "dependencies": { 4448 "p-locate": "^5.0.0" 4449 }, 4450 "engines": { 4451 "node": ">=10" 4452 }, 4453 "funding": { 4454 "url": "https://github.com/sponsors/sindresorhus" 4455 } 4456 }, 4457 "node_modules/lodash.merge": { 4458 "version": "4.6.2", 4459 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", 4460 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", 4461 "dev": true 4462 }, 4463 "node_modules/longest-streak": { 4464 "version": "3.1.0", 4465 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 4466 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 4467 "license": "MIT", 4468 "funding": { 4469 "type": "github", 4470 "url": "https://github.com/sponsors/wooorm" 4471 } 4472 }, 4473 "node_modules/loose-envify": { 4474 "version": "1.4.0", 4475 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", 4476 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", 4477 "dev": true, 4478 "dependencies": { 4479 "js-tokens": "^3.0.0 || ^4.0.0" 4480 }, 4481 "bin": { 4482 "loose-envify": "cli.js" 4483 } 4484 }, 4485 "node_modules/markdown-extensions": { 4486 "version": "2.0.0", 4487 "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", 4488 "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", 4489 "license": "MIT", 4490 "engines": { 4491 "node": ">=16" 4492 }, 4493 "funding": { 4494 "url": "https://github.com/sponsors/sindresorhus" 4495 } 4496 }, 4497 "node_modules/markdown-table": { 4498 "version": "3.0.4", 4499 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 4500 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 4501 "license": "MIT", 4502 "funding": { 4503 "type": "github", 4504 "url": "https://github.com/sponsors/wooorm" 4505 } 4506 }, 4507 "node_modules/mdast-util-find-and-replace": { 4508 "version": "3.0.2", 4509 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 4510 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 4511 "license": "MIT", 4512 "dependencies": { 4513 "@types/mdast": "^4.0.0", 4514 "escape-string-regexp": "^5.0.0", 4515 "unist-util-is": "^6.0.0", 4516 "unist-util-visit-parents": "^6.0.0" 4517 }, 4518 "funding": { 4519 "type": "opencollective", 4520 "url": "https://opencollective.com/unified" 4521 } 4522 }, 4523 "node_modules/mdast-util-find-and-replace/node_modules/@types/unist": { 4524 "version": "3.0.3", 4525 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 4526 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 4527 "license": "MIT" 4528 }, 4529 "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { 4530 "version": "5.0.0", 4531 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 4532 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 4533 "license": "MIT", 4534 "engines": { 4535 "node": ">=12" 4536 }, 4537 "funding": { 4538 "url": "https://github.com/sponsors/sindresorhus" 4539 } 4540 }, 4541 "node_modules/mdast-util-find-and-replace/node_modules/unist-util-is": { 4542 "version": "6.0.0", 4543 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 4544 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 4545 "license": "MIT", 4546 "dependencies": { 4547 "@types/unist": "^3.0.0" 4548 }, 4549 "funding": { 4550 "type": "opencollective", 4551 "url": "https://opencollective.com/unified" 4552 } 4553 }, 4554 "node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents": { 4555 "version": "6.0.1", 4556 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 4557 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 4558 "license": "MIT", 4559 "dependencies": { 4560 "@types/unist": "^3.0.0", 4561 "unist-util-is": "^6.0.0" 4562 }, 4563 "funding": { 4564 "type": "opencollective", 4565 "url": "https://opencollective.com/unified" 4566 } 4567 }, 4568 "node_modules/mdast-util-from-markdown": { 4569 "version": "2.0.2", 4570 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 4571 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 4572 "license": "MIT", 4573 "dependencies": { 4574 "@types/mdast": "^4.0.0", 4575 "@types/unist": "^3.0.0", 4576 "decode-named-character-reference": "^1.0.0", 4577 "devlop": "^1.0.0", 4578 "mdast-util-to-string": "^4.0.0", 4579 "micromark": "^4.0.0", 4580 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4581 "micromark-util-decode-string": "^2.0.0", 4582 "micromark-util-normalize-identifier": "^2.0.0", 4583 "micromark-util-symbol": "^2.0.0", 4584 "micromark-util-types": "^2.0.0", 4585 "unist-util-stringify-position": "^4.0.0" 4586 }, 4587 "funding": { 4588 "type": "opencollective", 4589 "url": "https://opencollective.com/unified" 4590 } 4591 }, 4592 "node_modules/mdast-util-from-markdown/node_modules/@types/unist": { 4593 "version": "3.0.3", 4594 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 4595 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 4596 "license": "MIT" 4597 }, 4598 "node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position": { 4599 "version": "4.0.0", 4600 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 4601 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 4602 "license": "MIT", 4603 "dependencies": { 4604 "@types/unist": "^3.0.0" 4605 }, 4606 "funding": { 4607 "type": "opencollective", 4608 "url": "https://opencollective.com/unified" 4609 } 4610 }, 4611 "node_modules/mdast-util-gfm": { 4612 "version": "3.1.0", 4613 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 4614 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 4615 "license": "MIT", 4616 "dependencies": { 4617 "mdast-util-from-markdown": "^2.0.0", 4618 "mdast-util-gfm-autolink-literal": "^2.0.0", 4619 "mdast-util-gfm-footnote": "^2.0.0", 4620 "mdast-util-gfm-strikethrough": "^2.0.0", 4621 "mdast-util-gfm-table": "^2.0.0", 4622 "mdast-util-gfm-task-list-item": "^2.0.0", 4623 "mdast-util-to-markdown": "^2.0.0" 4624 }, 4625 "funding": { 4626 "type": "opencollective", 4627 "url": "https://opencollective.com/unified" 4628 } 4629 }, 4630 "node_modules/mdast-util-gfm-autolink-literal": { 4631 "version": "2.0.1", 4632 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 4633 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 4634 "license": "MIT", 4635 "dependencies": { 4636 "@types/mdast": "^4.0.0", 4637 "ccount": "^2.0.0", 4638 "devlop": "^1.0.0", 4639 "mdast-util-find-and-replace": "^3.0.0", 4640 "micromark-util-character": "^2.0.0" 4641 }, 4642 "funding": { 4643 "type": "opencollective", 4644 "url": "https://opencollective.com/unified" 4645 } 4646 }, 4647 "node_modules/mdast-util-gfm-footnote": { 4648 "version": "2.1.0", 4649 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 4650 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 4651 "license": "MIT", 4652 "dependencies": { 4653 "@types/mdast": "^4.0.0", 4654 "devlop": "^1.1.0", 4655 "mdast-util-from-markdown": "^2.0.0", 4656 "mdast-util-to-markdown": "^2.0.0", 4657 "micromark-util-normalize-identifier": "^2.0.0" 4658 }, 4659 "funding": { 4660 "type": "opencollective", 4661 "url": "https://opencollective.com/unified" 4662 } 4663 }, 4664 "node_modules/mdast-util-gfm-strikethrough": { 4665 "version": "2.0.0", 4666 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 4667 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 4668 "license": "MIT", 4669 "dependencies": { 4670 "@types/mdast": "^4.0.0", 4671 "mdast-util-from-markdown": "^2.0.0", 4672 "mdast-util-to-markdown": "^2.0.0" 4673 }, 4674 "funding": { 4675 "type": "opencollective", 4676 "url": "https://opencollective.com/unified" 4677 } 4678 }, 4679 "node_modules/mdast-util-gfm-table": { 4680 "version": "2.0.0", 4681 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 4682 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 4683 "license": "MIT", 4684 "dependencies": { 4685 "@types/mdast": "^4.0.0", 4686 "devlop": "^1.0.0", 4687 "markdown-table": "^3.0.0", 4688 "mdast-util-from-markdown": "^2.0.0", 4689 "mdast-util-to-markdown": "^2.0.0" 4690 }, 4691 "funding": { 4692 "type": "opencollective", 4693 "url": "https://opencollective.com/unified" 4694 } 4695 }, 4696 "node_modules/mdast-util-gfm-task-list-item": { 4697 "version": "2.0.0", 4698 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 4699 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 4700 "license": "MIT", 4701 "dependencies": { 4702 "@types/mdast": "^4.0.0", 4703 "devlop": "^1.0.0", 4704 "mdast-util-from-markdown": "^2.0.0", 4705 "mdast-util-to-markdown": "^2.0.0" 4706 }, 4707 "funding": { 4708 "type": "opencollective", 4709 "url": "https://opencollective.com/unified" 4710 } 4711 }, 4712 "node_modules/mdast-util-mdx": { 4713 "version": "3.0.0", 4714 "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", 4715 "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", 4716 "license": "MIT", 4717 "dependencies": { 4718 "mdast-util-from-markdown": "^2.0.0", 4719 "mdast-util-mdx-expression": "^2.0.0", 4720 "mdast-util-mdx-jsx": "^3.0.0", 4721 "mdast-util-mdxjs-esm": "^2.0.0", 4722 "mdast-util-to-markdown": "^2.0.0" 4723 }, 4724 "funding": { 4725 "type": "opencollective", 4726 "url": "https://opencollective.com/unified" 4727 } 4728 }, 4729 "node_modules/mdast-util-mdx-expression": { 4730 "version": "2.0.1", 4731 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", 4732 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", 4733 "license": "MIT", 4734 "dependencies": { 4735 "@types/estree-jsx": "^1.0.0", 4736 "@types/hast": "^3.0.0", 4737 "@types/mdast": "^4.0.0", 4738 "devlop": "^1.0.0", 4739 "mdast-util-from-markdown": "^2.0.0", 4740 "mdast-util-to-markdown": "^2.0.0" 4741 }, 4742 "funding": { 4743 "type": "opencollective", 4744 "url": "https://opencollective.com/unified" 4745 } 4746 }, 4747 "node_modules/mdast-util-mdx-jsx": { 4748 "version": "3.2.0", 4749 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", 4750 "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", 4751 "license": "MIT", 4752 "dependencies": { 4753 "@types/estree-jsx": "^1.0.0", 4754 "@types/hast": "^3.0.0", 4755 "@types/mdast": "^4.0.0", 4756 "@types/unist": "^3.0.0", 4757 "ccount": "^2.0.0", 4758 "devlop": "^1.1.0", 4759 "mdast-util-from-markdown": "^2.0.0", 4760 "mdast-util-to-markdown": "^2.0.0", 4761 "parse-entities": "^4.0.0", 4762 "stringify-entities": "^4.0.0", 4763 "unist-util-stringify-position": "^4.0.0", 4764 "vfile-message": "^4.0.0" 4765 }, 4766 "funding": { 4767 "type": "opencollective", 4768 "url": "https://opencollective.com/unified" 4769 } 4770 }, 4771 "node_modules/mdast-util-mdx-jsx/node_modules/@types/unist": { 4772 "version": "3.0.3", 4773 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 4774 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 4775 "license": "MIT" 4776 }, 4777 "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-stringify-position": { 4778 "version": "4.0.0", 4779 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 4780 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 4781 "license": "MIT", 4782 "dependencies": { 4783 "@types/unist": "^3.0.0" 4784 }, 4785 "funding": { 4786 "type": "opencollective", 4787 "url": "https://opencollective.com/unified" 4788 } 4789 }, 4790 "node_modules/mdast-util-mdx-jsx/node_modules/vfile-message": { 4791 "version": "4.0.2", 4792 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 4793 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 4794 "license": "MIT", 4795 "dependencies": { 4796 "@types/unist": "^3.0.0", 4797 "unist-util-stringify-position": "^4.0.0" 4798 }, 4799 "funding": { 4800 "type": "opencollective", 4801 "url": "https://opencollective.com/unified" 4802 } 4803 }, 4804 "node_modules/mdast-util-mdxjs-esm": { 4805 "version": "2.0.1", 4806 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", 4807 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", 4808 "license": "MIT", 4809 "dependencies": { 4810 "@types/estree-jsx": "^1.0.0", 4811 "@types/hast": "^3.0.0", 4812 "@types/mdast": "^4.0.0", 4813 "devlop": "^1.0.0", 4814 "mdast-util-from-markdown": "^2.0.0", 4815 "mdast-util-to-markdown": "^2.0.0" 4816 }, 4817 "funding": { 4818 "type": "opencollective", 4819 "url": "https://opencollective.com/unified" 4820 } 4821 }, 4822 "node_modules/mdast-util-phrasing": { 4823 "version": "4.1.0", 4824 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 4825 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 4826 "license": "MIT", 4827 "dependencies": { 4828 "@types/mdast": "^4.0.0", 4829 "unist-util-is": "^6.0.0" 4830 }, 4831 "funding": { 4832 "type": "opencollective", 4833 "url": "https://opencollective.com/unified" 4834 } 4835 }, 4836 "node_modules/mdast-util-phrasing/node_modules/@types/unist": { 4837 "version": "3.0.3", 4838 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 4839 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 4840 "license": "MIT" 4841 }, 4842 "node_modules/mdast-util-phrasing/node_modules/unist-util-is": { 4843 "version": "6.0.0", 4844 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 4845 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 4846 "license": "MIT", 4847 "dependencies": { 4848 "@types/unist": "^3.0.0" 4849 }, 4850 "funding": { 4851 "type": "opencollective", 4852 "url": "https://opencollective.com/unified" 4853 } 4854 }, 4855 "node_modules/mdast-util-to-hast": { 4856 "version": "13.2.0", 4857 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", 4858 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", 4859 "license": "MIT", 4860 "dependencies": { 4861 "@types/hast": "^3.0.0", 4862 "@types/mdast": "^4.0.0", 4863 "@ungap/structured-clone": "^1.0.0", 4864 "devlop": "^1.0.0", 4865 "micromark-util-sanitize-uri": "^2.0.0", 4866 "trim-lines": "^3.0.0", 4867 "unist-util-position": "^5.0.0", 4868 "unist-util-visit": "^5.0.0", 4869 "vfile": "^6.0.0" 4870 }, 4871 "funding": { 4872 "type": "opencollective", 4873 "url": "https://opencollective.com/unified" 4874 } 4875 }, 4876 "node_modules/mdast-util-to-hast/node_modules/@types/unist": { 4877 "version": "3.0.3", 4878 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 4879 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 4880 "license": "MIT" 4881 }, 4882 "node_modules/mdast-util-to-hast/node_modules/unist-util-is": { 4883 "version": "6.0.0", 4884 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 4885 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 4886 "license": "MIT", 4887 "dependencies": { 4888 "@types/unist": "^3.0.0" 4889 }, 4890 "funding": { 4891 "type": "opencollective", 4892 "url": "https://opencollective.com/unified" 4893 } 4894 }, 4895 "node_modules/mdast-util-to-hast/node_modules/unist-util-stringify-position": { 4896 "version": "4.0.0", 4897 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 4898 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 4899 "license": "MIT", 4900 "dependencies": { 4901 "@types/unist": "^3.0.0" 4902 }, 4903 "funding": { 4904 "type": "opencollective", 4905 "url": "https://opencollective.com/unified" 4906 } 4907 }, 4908 "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": { 4909 "version": "5.0.0", 4910 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 4911 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 4912 "license": "MIT", 4913 "dependencies": { 4914 "@types/unist": "^3.0.0", 4915 "unist-util-is": "^6.0.0", 4916 "unist-util-visit-parents": "^6.0.0" 4917 }, 4918 "funding": { 4919 "type": "opencollective", 4920 "url": "https://opencollective.com/unified" 4921 } 4922 }, 4923 "node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents": { 4924 "version": "6.0.1", 4925 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 4926 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 4927 "license": "MIT", 4928 "dependencies": { 4929 "@types/unist": "^3.0.0", 4930 "unist-util-is": "^6.0.0" 4931 }, 4932 "funding": { 4933 "type": "opencollective", 4934 "url": "https://opencollective.com/unified" 4935 } 4936 }, 4937 "node_modules/mdast-util-to-hast/node_modules/vfile": { 4938 "version": "6.0.3", 4939 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 4940 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 4941 "license": "MIT", 4942 "dependencies": { 4943 "@types/unist": "^3.0.0", 4944 "vfile-message": "^4.0.0" 4945 }, 4946 "funding": { 4947 "type": "opencollective", 4948 "url": "https://opencollective.com/unified" 4949 } 4950 }, 4951 "node_modules/mdast-util-to-hast/node_modules/vfile-message": { 4952 "version": "4.0.2", 4953 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 4954 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 4955 "license": "MIT", 4956 "dependencies": { 4957 "@types/unist": "^3.0.0", 4958 "unist-util-stringify-position": "^4.0.0" 4959 }, 4960 "funding": { 4961 "type": "opencollective", 4962 "url": "https://opencollective.com/unified" 4963 } 4964 }, 4965 "node_modules/mdast-util-to-markdown": { 4966 "version": "2.1.2", 4967 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 4968 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 4969 "license": "MIT", 4970 "dependencies": { 4971 "@types/mdast": "^4.0.0", 4972 "@types/unist": "^3.0.0", 4973 "longest-streak": "^3.0.0", 4974 "mdast-util-phrasing": "^4.0.0", 4975 "mdast-util-to-string": "^4.0.0", 4976 "micromark-util-classify-character": "^2.0.0", 4977 "micromark-util-decode-string": "^2.0.0", 4978 "unist-util-visit": "^5.0.0", 4979 "zwitch": "^2.0.0" 4980 }, 4981 "funding": { 4982 "type": "opencollective", 4983 "url": "https://opencollective.com/unified" 4984 } 4985 }, 4986 "node_modules/mdast-util-to-markdown/node_modules/@types/unist": { 4987 "version": "3.0.3", 4988 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 4989 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 4990 "license": "MIT" 4991 }, 4992 "node_modules/mdast-util-to-markdown/node_modules/unist-util-is": { 4993 "version": "6.0.0", 4994 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 4995 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 4996 "license": "MIT", 4997 "dependencies": { 4998 "@types/unist": "^3.0.0" 4999 }, 5000 "funding": { 5001 "type": "opencollective", 5002 "url": "https://opencollective.com/unified" 5003 } 5004 }, 5005 "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit": { 5006 "version": "5.0.0", 5007 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 5008 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 5009 "license": "MIT", 5010 "dependencies": { 5011 "@types/unist": "^3.0.0", 5012 "unist-util-is": "^6.0.0", 5013 "unist-util-visit-parents": "^6.0.0" 5014 }, 5015 "funding": { 5016 "type": "opencollective", 5017 "url": "https://opencollective.com/unified" 5018 } 5019 }, 5020 "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit-parents": { 5021 "version": "6.0.1", 5022 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 5023 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 5024 "license": "MIT", 5025 "dependencies": { 5026 "@types/unist": "^3.0.0", 5027 "unist-util-is": "^6.0.0" 5028 }, 5029 "funding": { 5030 "type": "opencollective", 5031 "url": "https://opencollective.com/unified" 5032 } 5033 }, 5034 "node_modules/mdast-util-to-string": { 5035 "version": "4.0.0", 5036 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 5037 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 5038 "license": "MIT", 5039 "dependencies": { 5040 "@types/mdast": "^4.0.0" 5041 }, 5042 "funding": { 5043 "type": "opencollective", 5044 "url": "https://opencollective.com/unified" 5045 } 5046 }, 5047 "node_modules/merge2": { 5048 "version": "1.4.1", 5049 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 5050 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 5051 "dev": true, 5052 "engines": { 5053 "node": ">= 8" 5054 } 5055 }, 5056 "node_modules/micromark": { 5057 "version": "4.0.2", 5058 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", 5059 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", 5060 "funding": [ 5061 { 5062 "type": "GitHub Sponsors", 5063 "url": "https://github.com/sponsors/unifiedjs" 5064 }, 5065 { 5066 "type": "OpenCollective", 5067 "url": "https://opencollective.com/unified" 5068 } 5069 ], 5070 "license": "MIT", 5071 "dependencies": { 5072 "@types/debug": "^4.0.0", 5073 "debug": "^4.0.0", 5074 "decode-named-character-reference": "^1.0.0", 5075 "devlop": "^1.0.0", 5076 "micromark-core-commonmark": "^2.0.0", 5077 "micromark-factory-space": "^2.0.0", 5078 "micromark-util-character": "^2.0.0", 5079 "micromark-util-chunked": "^2.0.0", 5080 "micromark-util-combine-extensions": "^2.0.0", 5081 "micromark-util-decode-numeric-character-reference": "^2.0.0", 5082 "micromark-util-encode": "^2.0.0", 5083 "micromark-util-normalize-identifier": "^2.0.0", 5084 "micromark-util-resolve-all": "^2.0.0", 5085 "micromark-util-sanitize-uri": "^2.0.0", 5086 "micromark-util-subtokenize": "^2.0.0", 5087 "micromark-util-symbol": "^2.0.0", 5088 "micromark-util-types": "^2.0.0" 5089 } 5090 }, 5091 "node_modules/micromark-core-commonmark": { 5092 "version": "2.0.3", 5093 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", 5094 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", 5095 "funding": [ 5096 { 5097 "type": "GitHub Sponsors", 5098 "url": "https://github.com/sponsors/unifiedjs" 5099 }, 5100 { 5101 "type": "OpenCollective", 5102 "url": "https://opencollective.com/unified" 5103 } 5104 ], 5105 "license": "MIT", 5106 "dependencies": { 5107 "decode-named-character-reference": "^1.0.0", 5108 "devlop": "^1.0.0", 5109 "micromark-factory-destination": "^2.0.0", 5110 "micromark-factory-label": "^2.0.0", 5111 "micromark-factory-space": "^2.0.0", 5112 "micromark-factory-title": "^2.0.0", 5113 "micromark-factory-whitespace": "^2.0.0", 5114 "micromark-util-character": "^2.0.0", 5115 "micromark-util-chunked": "^2.0.0", 5116 "micromark-util-classify-character": "^2.0.0", 5117 "micromark-util-html-tag-name": "^2.0.0", 5118 "micromark-util-normalize-identifier": "^2.0.0", 5119 "micromark-util-resolve-all": "^2.0.0", 5120 "micromark-util-subtokenize": "^2.0.0", 5121 "micromark-util-symbol": "^2.0.0", 5122 "micromark-util-types": "^2.0.0" 5123 } 5124 }, 5125 "node_modules/micromark-extension-gfm": { 5126 "version": "3.0.0", 5127 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 5128 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 5129 "license": "MIT", 5130 "dependencies": { 5131 "micromark-extension-gfm-autolink-literal": "^2.0.0", 5132 "micromark-extension-gfm-footnote": "^2.0.0", 5133 "micromark-extension-gfm-strikethrough": "^2.0.0", 5134 "micromark-extension-gfm-table": "^2.0.0", 5135 "micromark-extension-gfm-tagfilter": "^2.0.0", 5136 "micromark-extension-gfm-task-list-item": "^2.0.0", 5137 "micromark-util-combine-extensions": "^2.0.0", 5138 "micromark-util-types": "^2.0.0" 5139 }, 5140 "funding": { 5141 "type": "opencollective", 5142 "url": "https://opencollective.com/unified" 5143 } 5144 }, 5145 "node_modules/micromark-extension-gfm-autolink-literal": { 5146 "version": "2.1.0", 5147 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 5148 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 5149 "license": "MIT", 5150 "dependencies": { 5151 "micromark-util-character": "^2.0.0", 5152 "micromark-util-sanitize-uri": "^2.0.0", 5153 "micromark-util-symbol": "^2.0.0", 5154 "micromark-util-types": "^2.0.0" 5155 }, 5156 "funding": { 5157 "type": "opencollective", 5158 "url": "https://opencollective.com/unified" 5159 } 5160 }, 5161 "node_modules/micromark-extension-gfm-footnote": { 5162 "version": "2.1.0", 5163 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 5164 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 5165 "license": "MIT", 5166 "dependencies": { 5167 "devlop": "^1.0.0", 5168 "micromark-core-commonmark": "^2.0.0", 5169 "micromark-factory-space": "^2.0.0", 5170 "micromark-util-character": "^2.0.0", 5171 "micromark-util-normalize-identifier": "^2.0.0", 5172 "micromark-util-sanitize-uri": "^2.0.0", 5173 "micromark-util-symbol": "^2.0.0", 5174 "micromark-util-types": "^2.0.0" 5175 }, 5176 "funding": { 5177 "type": "opencollective", 5178 "url": "https://opencollective.com/unified" 5179 } 5180 }, 5181 "node_modules/micromark-extension-gfm-strikethrough": { 5182 "version": "2.1.0", 5183 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 5184 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 5185 "license": "MIT", 5186 "dependencies": { 5187 "devlop": "^1.0.0", 5188 "micromark-util-chunked": "^2.0.0", 5189 "micromark-util-classify-character": "^2.0.0", 5190 "micromark-util-resolve-all": "^2.0.0", 5191 "micromark-util-symbol": "^2.0.0", 5192 "micromark-util-types": "^2.0.0" 5193 }, 5194 "funding": { 5195 "type": "opencollective", 5196 "url": "https://opencollective.com/unified" 5197 } 5198 }, 5199 "node_modules/micromark-extension-gfm-table": { 5200 "version": "2.1.1", 5201 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 5202 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 5203 "license": "MIT", 5204 "dependencies": { 5205 "devlop": "^1.0.0", 5206 "micromark-factory-space": "^2.0.0", 5207 "micromark-util-character": "^2.0.0", 5208 "micromark-util-symbol": "^2.0.0", 5209 "micromark-util-types": "^2.0.0" 5210 }, 5211 "funding": { 5212 "type": "opencollective", 5213 "url": "https://opencollective.com/unified" 5214 } 5215 }, 5216 "node_modules/micromark-extension-gfm-tagfilter": { 5217 "version": "2.0.0", 5218 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 5219 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 5220 "license": "MIT", 5221 "dependencies": { 5222 "micromark-util-types": "^2.0.0" 5223 }, 5224 "funding": { 5225 "type": "opencollective", 5226 "url": "https://opencollective.com/unified" 5227 } 5228 }, 5229 "node_modules/micromark-extension-gfm-task-list-item": { 5230 "version": "2.1.0", 5231 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 5232 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 5233 "license": "MIT", 5234 "dependencies": { 5235 "devlop": "^1.0.0", 5236 "micromark-factory-space": "^2.0.0", 5237 "micromark-util-character": "^2.0.0", 5238 "micromark-util-symbol": "^2.0.0", 5239 "micromark-util-types": "^2.0.0" 5240 }, 5241 "funding": { 5242 "type": "opencollective", 5243 "url": "https://opencollective.com/unified" 5244 } 5245 }, 5246 "node_modules/micromark-extension-mdx-expression": { 5247 "version": "3.0.1", 5248 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz", 5249 "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==", 5250 "funding": [ 5251 { 5252 "type": "GitHub Sponsors", 5253 "url": "https://github.com/sponsors/unifiedjs" 5254 }, 5255 { 5256 "type": "OpenCollective", 5257 "url": "https://opencollective.com/unified" 5258 } 5259 ], 5260 "license": "MIT", 5261 "dependencies": { 5262 "@types/estree": "^1.0.0", 5263 "devlop": "^1.0.0", 5264 "micromark-factory-mdx-expression": "^2.0.0", 5265 "micromark-factory-space": "^2.0.0", 5266 "micromark-util-character": "^2.0.0", 5267 "micromark-util-events-to-acorn": "^2.0.0", 5268 "micromark-util-symbol": "^2.0.0", 5269 "micromark-util-types": "^2.0.0" 5270 } 5271 }, 5272 "node_modules/micromark-extension-mdx-jsx": { 5273 "version": "3.0.2", 5274 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz", 5275 "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==", 5276 "license": "MIT", 5277 "dependencies": { 5278 "@types/estree": "^1.0.0", 5279 "devlop": "^1.0.0", 5280 "estree-util-is-identifier-name": "^3.0.0", 5281 "micromark-factory-mdx-expression": "^2.0.0", 5282 "micromark-factory-space": "^2.0.0", 5283 "micromark-util-character": "^2.0.0", 5284 "micromark-util-events-to-acorn": "^2.0.0", 5285 "micromark-util-symbol": "^2.0.0", 5286 "micromark-util-types": "^2.0.0", 5287 "vfile-message": "^4.0.0" 5288 }, 5289 "funding": { 5290 "type": "opencollective", 5291 "url": "https://opencollective.com/unified" 5292 } 5293 }, 5294 "node_modules/micromark-extension-mdx-jsx/node_modules/@types/unist": { 5295 "version": "3.0.3", 5296 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 5297 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 5298 "license": "MIT" 5299 }, 5300 "node_modules/micromark-extension-mdx-jsx/node_modules/unist-util-stringify-position": { 5301 "version": "4.0.0", 5302 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 5303 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 5304 "license": "MIT", 5305 "dependencies": { 5306 "@types/unist": "^3.0.0" 5307 }, 5308 "funding": { 5309 "type": "opencollective", 5310 "url": "https://opencollective.com/unified" 5311 } 5312 }, 5313 "node_modules/micromark-extension-mdx-jsx/node_modules/vfile-message": { 5314 "version": "4.0.2", 5315 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 5316 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 5317 "license": "MIT", 5318 "dependencies": { 5319 "@types/unist": "^3.0.0", 5320 "unist-util-stringify-position": "^4.0.0" 5321 }, 5322 "funding": { 5323 "type": "opencollective", 5324 "url": "https://opencollective.com/unified" 5325 } 5326 }, 5327 "node_modules/micromark-extension-mdx-md": { 5328 "version": "2.0.0", 5329 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", 5330 "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", 5331 "license": "MIT", 5332 "dependencies": { 5333 "micromark-util-types": "^2.0.0" 5334 }, 5335 "funding": { 5336 "type": "opencollective", 5337 "url": "https://opencollective.com/unified" 5338 } 5339 }, 5340 "node_modules/micromark-extension-mdxjs": { 5341 "version": "3.0.0", 5342 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", 5343 "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", 5344 "license": "MIT", 5345 "dependencies": { 5346 "acorn": "^8.0.0", 5347 "acorn-jsx": "^5.0.0", 5348 "micromark-extension-mdx-expression": "^3.0.0", 5349 "micromark-extension-mdx-jsx": "^3.0.0", 5350 "micromark-extension-mdx-md": "^2.0.0", 5351 "micromark-extension-mdxjs-esm": "^3.0.0", 5352 "micromark-util-combine-extensions": "^2.0.0", 5353 "micromark-util-types": "^2.0.0" 5354 }, 5355 "funding": { 5356 "type": "opencollective", 5357 "url": "https://opencollective.com/unified" 5358 } 5359 }, 5360 "node_modules/micromark-extension-mdxjs-esm": { 5361 "version": "3.0.0", 5362 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", 5363 "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", 5364 "license": "MIT", 5365 "dependencies": { 5366 "@types/estree": "^1.0.0", 5367 "devlop": "^1.0.0", 5368 "micromark-core-commonmark": "^2.0.0", 5369 "micromark-util-character": "^2.0.0", 5370 "micromark-util-events-to-acorn": "^2.0.0", 5371 "micromark-util-symbol": "^2.0.0", 5372 "micromark-util-types": "^2.0.0", 5373 "unist-util-position-from-estree": "^2.0.0", 5374 "vfile-message": "^4.0.0" 5375 }, 5376 "funding": { 5377 "type": "opencollective", 5378 "url": "https://opencollective.com/unified" 5379 } 5380 }, 5381 "node_modules/micromark-extension-mdxjs-esm/node_modules/@types/unist": { 5382 "version": "3.0.3", 5383 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 5384 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 5385 "license": "MIT" 5386 }, 5387 "node_modules/micromark-extension-mdxjs-esm/node_modules/unist-util-stringify-position": { 5388 "version": "4.0.0", 5389 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 5390 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 5391 "license": "MIT", 5392 "dependencies": { 5393 "@types/unist": "^3.0.0" 5394 }, 5395 "funding": { 5396 "type": "opencollective", 5397 "url": "https://opencollective.com/unified" 5398 } 5399 }, 5400 "node_modules/micromark-extension-mdxjs-esm/node_modules/vfile-message": { 5401 "version": "4.0.2", 5402 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 5403 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 5404 "license": "MIT", 5405 "dependencies": { 5406 "@types/unist": "^3.0.0", 5407 "unist-util-stringify-position": "^4.0.0" 5408 }, 5409 "funding": { 5410 "type": "opencollective", 5411 "url": "https://opencollective.com/unified" 5412 } 5413 }, 5414 "node_modules/micromark-factory-destination": { 5415 "version": "2.0.1", 5416 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 5417 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 5418 "funding": [ 5419 { 5420 "type": "GitHub Sponsors", 5421 "url": "https://github.com/sponsors/unifiedjs" 5422 }, 5423 { 5424 "type": "OpenCollective", 5425 "url": "https://opencollective.com/unified" 5426 } 5427 ], 5428 "license": "MIT", 5429 "dependencies": { 5430 "micromark-util-character": "^2.0.0", 5431 "micromark-util-symbol": "^2.0.0", 5432 "micromark-util-types": "^2.0.0" 5433 } 5434 }, 5435 "node_modules/micromark-factory-label": { 5436 "version": "2.0.1", 5437 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 5438 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 5439 "funding": [ 5440 { 5441 "type": "GitHub Sponsors", 5442 "url": "https://github.com/sponsors/unifiedjs" 5443 }, 5444 { 5445 "type": "OpenCollective", 5446 "url": "https://opencollective.com/unified" 5447 } 5448 ], 5449 "license": "MIT", 5450 "dependencies": { 5451 "devlop": "^1.0.0", 5452 "micromark-util-character": "^2.0.0", 5453 "micromark-util-symbol": "^2.0.0", 5454 "micromark-util-types": "^2.0.0" 5455 } 5456 }, 5457 "node_modules/micromark-factory-mdx-expression": { 5458 "version": "2.0.3", 5459 "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz", 5460 "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==", 5461 "funding": [ 5462 { 5463 "type": "GitHub Sponsors", 5464 "url": "https://github.com/sponsors/unifiedjs" 5465 }, 5466 { 5467 "type": "OpenCollective", 5468 "url": "https://opencollective.com/unified" 5469 } 5470 ], 5471 "license": "MIT", 5472 "dependencies": { 5473 "@types/estree": "^1.0.0", 5474 "devlop": "^1.0.0", 5475 "micromark-factory-space": "^2.0.0", 5476 "micromark-util-character": "^2.0.0", 5477 "micromark-util-events-to-acorn": "^2.0.0", 5478 "micromark-util-symbol": "^2.0.0", 5479 "micromark-util-types": "^2.0.0", 5480 "unist-util-position-from-estree": "^2.0.0", 5481 "vfile-message": "^4.0.0" 5482 } 5483 }, 5484 "node_modules/micromark-factory-mdx-expression/node_modules/@types/unist": { 5485 "version": "3.0.3", 5486 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 5487 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 5488 "license": "MIT" 5489 }, 5490 "node_modules/micromark-factory-mdx-expression/node_modules/unist-util-stringify-position": { 5491 "version": "4.0.0", 5492 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 5493 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 5494 "license": "MIT", 5495 "dependencies": { 5496 "@types/unist": "^3.0.0" 5497 }, 5498 "funding": { 5499 "type": "opencollective", 5500 "url": "https://opencollective.com/unified" 5501 } 5502 }, 5503 "node_modules/micromark-factory-mdx-expression/node_modules/vfile-message": { 5504 "version": "4.0.2", 5505 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 5506 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 5507 "license": "MIT", 5508 "dependencies": { 5509 "@types/unist": "^3.0.0", 5510 "unist-util-stringify-position": "^4.0.0" 5511 }, 5512 "funding": { 5513 "type": "opencollective", 5514 "url": "https://opencollective.com/unified" 5515 } 5516 }, 5517 "node_modules/micromark-factory-space": { 5518 "version": "2.0.1", 5519 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 5520 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 5521 "funding": [ 5522 { 5523 "type": "GitHub Sponsors", 5524 "url": "https://github.com/sponsors/unifiedjs" 5525 }, 5526 { 5527 "type": "OpenCollective", 5528 "url": "https://opencollective.com/unified" 5529 } 5530 ], 5531 "license": "MIT", 5532 "dependencies": { 5533 "micromark-util-character": "^2.0.0", 5534 "micromark-util-types": "^2.0.0" 5535 } 5536 }, 5537 "node_modules/micromark-factory-title": { 5538 "version": "2.0.1", 5539 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 5540 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 5541 "funding": [ 5542 { 5543 "type": "GitHub Sponsors", 5544 "url": "https://github.com/sponsors/unifiedjs" 5545 }, 5546 { 5547 "type": "OpenCollective", 5548 "url": "https://opencollective.com/unified" 5549 } 5550 ], 5551 "license": "MIT", 5552 "dependencies": { 5553 "micromark-factory-space": "^2.0.0", 5554 "micromark-util-character": "^2.0.0", 5555 "micromark-util-symbol": "^2.0.0", 5556 "micromark-util-types": "^2.0.0" 5557 } 5558 }, 5559 "node_modules/micromark-factory-whitespace": { 5560 "version": "2.0.1", 5561 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 5562 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 5563 "funding": [ 5564 { 5565 "type": "GitHub Sponsors", 5566 "url": "https://github.com/sponsors/unifiedjs" 5567 }, 5568 { 5569 "type": "OpenCollective", 5570 "url": "https://opencollective.com/unified" 5571 } 5572 ], 5573 "license": "MIT", 5574 "dependencies": { 5575 "micromark-factory-space": "^2.0.0", 5576 "micromark-util-character": "^2.0.0", 5577 "micromark-util-symbol": "^2.0.0", 5578 "micromark-util-types": "^2.0.0" 5579 } 5580 }, 5581 "node_modules/micromark-util-character": { 5582 "version": "2.1.1", 5583 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 5584 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 5585 "funding": [ 5586 { 5587 "type": "GitHub Sponsors", 5588 "url": "https://github.com/sponsors/unifiedjs" 5589 }, 5590 { 5591 "type": "OpenCollective", 5592 "url": "https://opencollective.com/unified" 5593 } 5594 ], 5595 "license": "MIT", 5596 "dependencies": { 5597 "micromark-util-symbol": "^2.0.0", 5598 "micromark-util-types": "^2.0.0" 5599 } 5600 }, 5601 "node_modules/micromark-util-chunked": { 5602 "version": "2.0.1", 5603 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 5604 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 5605 "funding": [ 5606 { 5607 "type": "GitHub Sponsors", 5608 "url": "https://github.com/sponsors/unifiedjs" 5609 }, 5610 { 5611 "type": "OpenCollective", 5612 "url": "https://opencollective.com/unified" 5613 } 5614 ], 5615 "license": "MIT", 5616 "dependencies": { 5617 "micromark-util-symbol": "^2.0.0" 5618 } 5619 }, 5620 "node_modules/micromark-util-classify-character": { 5621 "version": "2.0.1", 5622 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 5623 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 5624 "funding": [ 5625 { 5626 "type": "GitHub Sponsors", 5627 "url": "https://github.com/sponsors/unifiedjs" 5628 }, 5629 { 5630 "type": "OpenCollective", 5631 "url": "https://opencollective.com/unified" 5632 } 5633 ], 5634 "license": "MIT", 5635 "dependencies": { 5636 "micromark-util-character": "^2.0.0", 5637 "micromark-util-symbol": "^2.0.0", 5638 "micromark-util-types": "^2.0.0" 5639 } 5640 }, 5641 "node_modules/micromark-util-combine-extensions": { 5642 "version": "2.0.1", 5643 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 5644 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 5645 "funding": [ 5646 { 5647 "type": "GitHub Sponsors", 5648 "url": "https://github.com/sponsors/unifiedjs" 5649 }, 5650 { 5651 "type": "OpenCollective", 5652 "url": "https://opencollective.com/unified" 5653 } 5654 ], 5655 "license": "MIT", 5656 "dependencies": { 5657 "micromark-util-chunked": "^2.0.0", 5658 "micromark-util-types": "^2.0.0" 5659 } 5660 }, 5661 "node_modules/micromark-util-decode-numeric-character-reference": { 5662 "version": "2.0.2", 5663 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 5664 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 5665 "funding": [ 5666 { 5667 "type": "GitHub Sponsors", 5668 "url": "https://github.com/sponsors/unifiedjs" 5669 }, 5670 { 5671 "type": "OpenCollective", 5672 "url": "https://opencollective.com/unified" 5673 } 5674 ], 5675 "license": "MIT", 5676 "dependencies": { 5677 "micromark-util-symbol": "^2.0.0" 5678 } 5679 }, 5680 "node_modules/micromark-util-decode-string": { 5681 "version": "2.0.1", 5682 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 5683 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 5684 "funding": [ 5685 { 5686 "type": "GitHub Sponsors", 5687 "url": "https://github.com/sponsors/unifiedjs" 5688 }, 5689 { 5690 "type": "OpenCollective", 5691 "url": "https://opencollective.com/unified" 5692 } 5693 ], 5694 "license": "MIT", 5695 "dependencies": { 5696 "decode-named-character-reference": "^1.0.0", 5697 "micromark-util-character": "^2.0.0", 5698 "micromark-util-decode-numeric-character-reference": "^2.0.0", 5699 "micromark-util-symbol": "^2.0.0" 5700 } 5701 }, 5702 "node_modules/micromark-util-encode": { 5703 "version": "2.0.1", 5704 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 5705 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 5706 "funding": [ 5707 { 5708 "type": "GitHub Sponsors", 5709 "url": "https://github.com/sponsors/unifiedjs" 5710 }, 5711 { 5712 "type": "OpenCollective", 5713 "url": "https://opencollective.com/unified" 5714 } 5715 ], 5716 "license": "MIT" 5717 }, 5718 "node_modules/micromark-util-events-to-acorn": { 5719 "version": "2.0.3", 5720 "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz", 5721 "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==", 5722 "funding": [ 5723 { 5724 "type": "GitHub Sponsors", 5725 "url": "https://github.com/sponsors/unifiedjs" 5726 }, 5727 { 5728 "type": "OpenCollective", 5729 "url": "https://opencollective.com/unified" 5730 } 5731 ], 5732 "license": "MIT", 5733 "dependencies": { 5734 "@types/estree": "^1.0.0", 5735 "@types/unist": "^3.0.0", 5736 "devlop": "^1.0.0", 5737 "estree-util-visit": "^2.0.0", 5738 "micromark-util-symbol": "^2.0.0", 5739 "micromark-util-types": "^2.0.0", 5740 "vfile-message": "^4.0.0" 5741 } 5742 }, 5743 "node_modules/micromark-util-events-to-acorn/node_modules/@types/unist": { 5744 "version": "3.0.3", 5745 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 5746 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 5747 "license": "MIT" 5748 }, 5749 "node_modules/micromark-util-events-to-acorn/node_modules/unist-util-stringify-position": { 5750 "version": "4.0.0", 5751 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 5752 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 5753 "license": "MIT", 5754 "dependencies": { 5755 "@types/unist": "^3.0.0" 5756 }, 5757 "funding": { 5758 "type": "opencollective", 5759 "url": "https://opencollective.com/unified" 5760 } 5761 }, 5762 "node_modules/micromark-util-events-to-acorn/node_modules/vfile-message": { 5763 "version": "4.0.2", 5764 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 5765 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 5766 "license": "MIT", 5767 "dependencies": { 5768 "@types/unist": "^3.0.0", 5769 "unist-util-stringify-position": "^4.0.0" 5770 }, 5771 "funding": { 5772 "type": "opencollective", 5773 "url": "https://opencollective.com/unified" 5774 } 5775 }, 5776 "node_modules/micromark-util-html-tag-name": { 5777 "version": "2.0.1", 5778 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 5779 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 5780 "funding": [ 5781 { 5782 "type": "GitHub Sponsors", 5783 "url": "https://github.com/sponsors/unifiedjs" 5784 }, 5785 { 5786 "type": "OpenCollective", 5787 "url": "https://opencollective.com/unified" 5788 } 5789 ], 5790 "license": "MIT" 5791 }, 5792 "node_modules/micromark-util-normalize-identifier": { 5793 "version": "2.0.1", 5794 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 5795 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 5796 "funding": [ 5797 { 5798 "type": "GitHub Sponsors", 5799 "url": "https://github.com/sponsors/unifiedjs" 5800 }, 5801 { 5802 "type": "OpenCollective", 5803 "url": "https://opencollective.com/unified" 5804 } 5805 ], 5806 "license": "MIT", 5807 "dependencies": { 5808 "micromark-util-symbol": "^2.0.0" 5809 } 5810 }, 5811 "node_modules/micromark-util-resolve-all": { 5812 "version": "2.0.1", 5813 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 5814 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 5815 "funding": [ 5816 { 5817 "type": "GitHub Sponsors", 5818 "url": "https://github.com/sponsors/unifiedjs" 5819 }, 5820 { 5821 "type": "OpenCollective", 5822 "url": "https://opencollective.com/unified" 5823 } 5824 ], 5825 "license": "MIT", 5826 "dependencies": { 5827 "micromark-util-types": "^2.0.0" 5828 } 5829 }, 5830 "node_modules/micromark-util-sanitize-uri": { 5831 "version": "2.0.1", 5832 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 5833 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 5834 "funding": [ 5835 { 5836 "type": "GitHub Sponsors", 5837 "url": "https://github.com/sponsors/unifiedjs" 5838 }, 5839 { 5840 "type": "OpenCollective", 5841 "url": "https://opencollective.com/unified" 5842 } 5843 ], 5844 "license": "MIT", 5845 "dependencies": { 5846 "micromark-util-character": "^2.0.0", 5847 "micromark-util-encode": "^2.0.0", 5848 "micromark-util-symbol": "^2.0.0" 5849 } 5850 }, 5851 "node_modules/micromark-util-subtokenize": { 5852 "version": "2.1.0", 5853 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", 5854 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", 5855 "funding": [ 5856 { 5857 "type": "GitHub Sponsors", 5858 "url": "https://github.com/sponsors/unifiedjs" 5859 }, 5860 { 5861 "type": "OpenCollective", 5862 "url": "https://opencollective.com/unified" 5863 } 5864 ], 5865 "license": "MIT", 5866 "dependencies": { 5867 "devlop": "^1.0.0", 5868 "micromark-util-chunked": "^2.0.0", 5869 "micromark-util-symbol": "^2.0.0", 5870 "micromark-util-types": "^2.0.0" 5871 } 5872 }, 5873 "node_modules/micromark-util-symbol": { 5874 "version": "2.0.1", 5875 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 5876 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 5877 "funding": [ 5878 { 5879 "type": "GitHub Sponsors", 5880 "url": "https://github.com/sponsors/unifiedjs" 5881 }, 5882 { 5883 "type": "OpenCollective", 5884 "url": "https://opencollective.com/unified" 5885 } 5886 ], 5887 "license": "MIT" 5888 }, 5889 "node_modules/micromark-util-types": { 5890 "version": "2.0.2", 5891 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", 5892 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", 5893 "funding": [ 5894 { 5895 "type": "GitHub Sponsors", 5896 "url": "https://github.com/sponsors/unifiedjs" 5897 }, 5898 { 5899 "type": "OpenCollective", 5900 "url": "https://opencollective.com/unified" 5901 } 5902 ], 5903 "license": "MIT" 5904 }, 5905 "node_modules/micromatch": { 5906 "version": "4.0.5", 5907 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", 5908 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", 5909 "dev": true, 5910 "dependencies": { 5911 "braces": "^3.0.2", 5912 "picomatch": "^2.3.1" 5913 }, 5914 "engines": { 5915 "node": ">=8.6" 5916 } 5917 }, 5918 "node_modules/minimatch": { 5919 "version": "3.1.2", 5920 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", 5921 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", 5922 "dev": true, 5923 "dependencies": { 5924 "brace-expansion": "^1.1.7" 5925 }, 5926 "engines": { 5927 "node": "*" 5928 } 5929 }, 5930 "node_modules/minimist": { 5931 "version": "1.2.8", 5932 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", 5933 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", 5934 "dev": true, 5935 "funding": { 5936 "url": "https://github.com/sponsors/ljharb" 5937 } 5938 }, 5939 "node_modules/ms": { 5940 "version": "2.1.2", 5941 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", 5942 "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" 5943 }, 5944 "node_modules/mz": { 5945 "version": "2.7.0", 5946 "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", 5947 "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", 5948 "dev": true, 5949 "dependencies": { 5950 "any-promise": "^1.0.0", 5951 "object-assign": "^4.0.1", 5952 "thenify-all": "^1.0.0" 5953 } 5954 }, 5955 "node_modules/nanoid": { 5956 "version": "3.3.6", 5957 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", 5958 "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", 5959 "funding": [ 5960 { 5961 "type": "github", 5962 "url": "https://github.com/sponsors/ai" 5963 } 5964 ], 5965 "bin": { 5966 "nanoid": "bin/nanoid.cjs" 5967 }, 5968 "engines": { 5969 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 5970 } 5971 }, 5972 "node_modules/natural-compare": { 5973 "version": "1.4.0", 5974 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", 5975 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", 5976 "dev": true 5977 }, 5978 "node_modules/next": { 5979 "version": "15.4.0-canary.23", 5980 "resolved": "https://registry.npmjs.org/next/-/next-15.4.0-canary.23.tgz", 5981 "integrity": "sha512-iL+q0cJpB/rHDbkbuuVOb58FV3bgneioJK7Q3YF2p4wOXXb0xjX29puqO91fYCLeQpqqfaxB/T7ftLSxQz02KA==", 5982 "license": "MIT", 5983 "dependencies": { 5984 "@next/env": "15.4.0-canary.23", 5985 "@swc/helpers": "0.5.15", 5986 "caniuse-lite": "^1.0.30001579", 5987 "postcss": "8.4.31", 5988 "styled-jsx": "5.1.6" 5989 }, 5990 "bin": { 5991 "next": "dist/bin/next" 5992 }, 5993 "engines": { 5994 "node": "^18.18.0 || ^19.8.0 || >= 20.0.0" 5995 }, 5996 "optionalDependencies": { 5997 "@next/swc-darwin-arm64": "15.4.0-canary.23", 5998 "@next/swc-darwin-x64": "15.4.0-canary.23", 5999 "@next/swc-linux-arm64-gnu": "15.4.0-canary.23", 6000 "@next/swc-linux-arm64-musl": "15.4.0-canary.23", 6001 "@next/swc-linux-x64-gnu": "15.4.0-canary.23", 6002 "@next/swc-linux-x64-musl": "15.4.0-canary.23", 6003 "@next/swc-win32-arm64-msvc": "15.4.0-canary.23", 6004 "@next/swc-win32-x64-msvc": "15.4.0-canary.23", 6005 "sharp": "^0.34.1" 6006 }, 6007 "peerDependencies": { 6008 "@opentelemetry/api": "^1.1.0", 6009 "@playwright/test": "^1.41.2", 6010 "babel-plugin-react-compiler": "*", 6011 "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", 6012 "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", 6013 "sass": "^1.3.0" 6014 }, 6015 "peerDependenciesMeta": { 6016 "@opentelemetry/api": { 6017 "optional": true 6018 }, 6019 "@playwright/test": { 6020 "optional": true 6021 }, 6022 "babel-plugin-react-compiler": { 6023 "optional": true 6024 }, 6025 "sass": { 6026 "optional": true 6027 } 6028 } 6029 }, 6030 "node_modules/next-mdx-remote-client": { 6031 "version": "2.1.1", 6032 "resolved": "https://registry.npmjs.org/next-mdx-remote-client/-/next-mdx-remote-client-2.1.1.tgz", 6033 "integrity": "sha512-FDScfbKe5gNlCw6wdkyZi9Eb3L5MM0laTxB9XeWEoaInOLCagyYIccPQaSnoLZPPhgDRJx5IxusyBPdBCam3QQ==", 6034 "license": "MPL 2.0", 6035 "dependencies": { 6036 "@babel/code-frame": "^7.26.2", 6037 "@mdx-js/mdx": "^3.1.0", 6038 "@mdx-js/react": "^3.1.0", 6039 "remark-mdx-remove-esm": "^1.1.0", 6040 "serialize-error": "^12.0.0", 6041 "vfile": "^6.0.3", 6042 "vfile-matter": "^5.0.0" 6043 }, 6044 "engines": { 6045 "node": ">=18.18.0" 6046 }, 6047 "peerDependencies": { 6048 "react": ">=19.0.0", 6049 "react-dom": ">=19.0.0" 6050 } 6051 }, 6052 "node_modules/next-mdx-remote-client/node_modules/@types/unist": { 6053 "version": "3.0.3", 6054 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 6055 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 6056 "license": "MIT" 6057 }, 6058 "node_modules/next-mdx-remote-client/node_modules/unist-util-stringify-position": { 6059 "version": "4.0.0", 6060 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 6061 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 6062 "license": "MIT", 6063 "dependencies": { 6064 "@types/unist": "^3.0.0" 6065 }, 6066 "funding": { 6067 "type": "opencollective", 6068 "url": "https://opencollective.com/unified" 6069 } 6070 }, 6071 "node_modules/next-mdx-remote-client/node_modules/vfile": { 6072 "version": "6.0.3", 6073 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 6074 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 6075 "license": "MIT", 6076 "dependencies": { 6077 "@types/unist": "^3.0.0", 6078 "vfile-message": "^4.0.0" 6079 }, 6080 "funding": { 6081 "type": "opencollective", 6082 "url": "https://opencollective.com/unified" 6083 } 6084 }, 6085 "node_modules/next-mdx-remote-client/node_modules/vfile-message": { 6086 "version": "4.0.2", 6087 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 6088 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 6089 "license": "MIT", 6090 "dependencies": { 6091 "@types/unist": "^3.0.0", 6092 "unist-util-stringify-position": "^4.0.0" 6093 }, 6094 "funding": { 6095 "type": "opencollective", 6096 "url": "https://opencollective.com/unified" 6097 } 6098 }, 6099 "node_modules/next-plausible": { 6100 "version": "3.12.4", 6101 "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.12.4.tgz", 6102 "integrity": "sha512-cD3+ixJxf8yBYvsideTxqli3fvrB7R4BXcvsNJz8Sm2X1QN039WfiXjCyNWkub4h5++rRs6fHhchUMnOuJokcg==", 6103 "license": "MIT", 6104 "funding": { 6105 "url": "https://github.com/4lejandrito/next-plausible?sponsor=1" 6106 }, 6107 "peerDependencies": { 6108 "next": "^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 ", 6109 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", 6110 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" 6111 } 6112 }, 6113 "node_modules/nlcst-to-string": { 6114 "version": "3.1.1", 6115 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-3.1.1.tgz", 6116 "integrity": "sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==", 6117 "dependencies": { 6118 "@types/nlcst": "^1.0.0" 6119 }, 6120 "funding": { 6121 "type": "opencollective", 6122 "url": "https://opencollective.com/unified" 6123 } 6124 }, 6125 "node_modules/node-releases": { 6126 "version": "2.0.13", 6127 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", 6128 "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", 6129 "dev": true 6130 }, 6131 "node_modules/normalize-path": { 6132 "version": "3.0.0", 6133 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 6134 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 6135 "dev": true, 6136 "engines": { 6137 "node": ">=0.10.0" 6138 } 6139 }, 6140 "node_modules/normalize-range": { 6141 "version": "0.1.2", 6142 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", 6143 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", 6144 "dev": true, 6145 "engines": { 6146 "node": ">=0.10.0" 6147 } 6148 }, 6149 "node_modules/object-assign": { 6150 "version": "4.1.1", 6151 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", 6152 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", 6153 "dev": true, 6154 "engines": { 6155 "node": ">=0.10.0" 6156 } 6157 }, 6158 "node_modules/object-hash": { 6159 "version": "3.0.0", 6160 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", 6161 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", 6162 "dev": true, 6163 "engines": { 6164 "node": ">= 6" 6165 } 6166 }, 6167 "node_modules/object-inspect": { 6168 "version": "1.13.1", 6169 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", 6170 "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", 6171 "dev": true, 6172 "funding": { 6173 "url": "https://github.com/sponsors/ljharb" 6174 } 6175 }, 6176 "node_modules/object-keys": { 6177 "version": "1.1.1", 6178 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", 6179 "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", 6180 "dev": true, 6181 "engines": { 6182 "node": ">= 0.4" 6183 } 6184 }, 6185 "node_modules/object.assign": { 6186 "version": "4.1.4", 6187 "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", 6188 "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", 6189 "dev": true, 6190 "dependencies": { 6191 "call-bind": "^1.0.2", 6192 "define-properties": "^1.1.4", 6193 "has-symbols": "^1.0.3", 6194 "object-keys": "^1.1.1" 6195 }, 6196 "engines": { 6197 "node": ">= 0.4" 6198 }, 6199 "funding": { 6200 "url": "https://github.com/sponsors/ljharb" 6201 } 6202 }, 6203 "node_modules/object.entries": { 6204 "version": "1.1.7", 6205 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", 6206 "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", 6207 "dev": true, 6208 "dependencies": { 6209 "call-bind": "^1.0.2", 6210 "define-properties": "^1.2.0", 6211 "es-abstract": "^1.22.1" 6212 }, 6213 "engines": { 6214 "node": ">= 0.4" 6215 } 6216 }, 6217 "node_modules/object.fromentries": { 6218 "version": "2.0.7", 6219 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", 6220 "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", 6221 "dev": true, 6222 "dependencies": { 6223 "call-bind": "^1.0.2", 6224 "define-properties": "^1.2.0", 6225 "es-abstract": "^1.22.1" 6226 }, 6227 "engines": { 6228 "node": ">= 0.4" 6229 }, 6230 "funding": { 6231 "url": "https://github.com/sponsors/ljharb" 6232 } 6233 }, 6234 "node_modules/object.groupby": { 6235 "version": "1.0.1", 6236 "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.1.tgz", 6237 "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==", 6238 "dev": true, 6239 "dependencies": { 6240 "call-bind": "^1.0.2", 6241 "define-properties": "^1.2.0", 6242 "es-abstract": "^1.22.1", 6243 "get-intrinsic": "^1.2.1" 6244 } 6245 }, 6246 "node_modules/object.hasown": { 6247 "version": "1.1.3", 6248 "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz", 6249 "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==", 6250 "dev": true, 6251 "dependencies": { 6252 "define-properties": "^1.2.0", 6253 "es-abstract": "^1.22.1" 6254 }, 6255 "funding": { 6256 "url": "https://github.com/sponsors/ljharb" 6257 } 6258 }, 6259 "node_modules/object.values": { 6260 "version": "1.1.7", 6261 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", 6262 "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", 6263 "dev": true, 6264 "dependencies": { 6265 "call-bind": "^1.0.2", 6266 "define-properties": "^1.2.0", 6267 "es-abstract": "^1.22.1" 6268 }, 6269 "engines": { 6270 "node": ">= 0.4" 6271 }, 6272 "funding": { 6273 "url": "https://github.com/sponsors/ljharb" 6274 } 6275 }, 6276 "node_modules/once": { 6277 "version": "1.4.0", 6278 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 6279 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 6280 "dev": true, 6281 "dependencies": { 6282 "wrappy": "1" 6283 } 6284 }, 6285 "node_modules/oniguruma-parser": { 6286 "version": "0.12.1", 6287 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz", 6288 "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==", 6289 "license": "MIT" 6290 }, 6291 "node_modules/oniguruma-to-es": { 6292 "version": "4.3.3", 6293 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.3.tgz", 6294 "integrity": "sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==", 6295 "license": "MIT", 6296 "dependencies": { 6297 "oniguruma-parser": "^0.12.1", 6298 "regex": "^6.0.1", 6299 "regex-recursion": "^6.0.2" 6300 } 6301 }, 6302 "node_modules/open": { 6303 "version": "7.4.2", 6304 "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", 6305 "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", 6306 "dev": true, 6307 "dependencies": { 6308 "is-docker": "^2.0.0", 6309 "is-wsl": "^2.1.1" 6310 }, 6311 "engines": { 6312 "node": ">=8" 6313 }, 6314 "funding": { 6315 "url": "https://github.com/sponsors/sindresorhus" 6316 } 6317 }, 6318 "node_modules/optionator": { 6319 "version": "0.9.3", 6320 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", 6321 "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", 6322 "dev": true, 6323 "dependencies": { 6324 "@aashutoshrathi/word-wrap": "^1.2.3", 6325 "deep-is": "^0.1.3", 6326 "fast-levenshtein": "^2.0.6", 6327 "levn": "^0.4.1", 6328 "prelude-ls": "^1.2.1", 6329 "type-check": "^0.4.0" 6330 }, 6331 "engines": { 6332 "node": ">= 0.8.0" 6333 } 6334 }, 6335 "node_modules/os-tmpdir": { 6336 "version": "1.0.2", 6337 "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", 6338 "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", 6339 "dev": true, 6340 "engines": { 6341 "node": ">=0.10.0" 6342 } 6343 }, 6344 "node_modules/overnight": { 6345 "version": "1.8.0", 6346 "resolved": "https://registry.npmjs.org/overnight/-/overnight-1.8.0.tgz", 6347 "integrity": "sha512-8MK831bugEbObv4iVtcP6h3PS0ixi9gZiSRdqKuJKXhpv0URvn+03TZ2tlcXWcqXtCRrxb3InNT7ADFJYXbv9A==", 6348 "engines": { 6349 "vscode": "^1.32.0" 6350 } 6351 }, 6352 "node_modules/p-limit": { 6353 "version": "3.1.0", 6354 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", 6355 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", 6356 "dev": true, 6357 "dependencies": { 6358 "yocto-queue": "^0.1.0" 6359 }, 6360 "engines": { 6361 "node": ">=10" 6362 }, 6363 "funding": { 6364 "url": "https://github.com/sponsors/sindresorhus" 6365 } 6366 }, 6367 "node_modules/p-locate": { 6368 "version": "5.0.0", 6369 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", 6370 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", 6371 "dev": true, 6372 "dependencies": { 6373 "p-limit": "^3.0.2" 6374 }, 6375 "engines": { 6376 "node": ">=10" 6377 }, 6378 "funding": { 6379 "url": "https://github.com/sponsors/sindresorhus" 6380 } 6381 }, 6382 "node_modules/parent-module": { 6383 "version": "1.0.1", 6384 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", 6385 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", 6386 "dev": true, 6387 "dependencies": { 6388 "callsites": "^3.0.0" 6389 }, 6390 "engines": { 6391 "node": ">=6" 6392 } 6393 }, 6394 "node_modules/parse-entities": { 6395 "version": "4.0.2", 6396 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", 6397 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", 6398 "license": "MIT", 6399 "dependencies": { 6400 "@types/unist": "^2.0.0", 6401 "character-entities-legacy": "^3.0.0", 6402 "character-reference-invalid": "^2.0.0", 6403 "decode-named-character-reference": "^1.0.0", 6404 "is-alphanumerical": "^2.0.0", 6405 "is-decimal": "^2.0.0", 6406 "is-hexadecimal": "^2.0.0" 6407 }, 6408 "funding": { 6409 "type": "github", 6410 "url": "https://github.com/sponsors/wooorm" 6411 } 6412 }, 6413 "node_modules/parse-latin": { 6414 "version": "5.0.1", 6415 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-5.0.1.tgz", 6416 "integrity": "sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==", 6417 "dependencies": { 6418 "nlcst-to-string": "^3.0.0", 6419 "unist-util-modify-children": "^3.0.0", 6420 "unist-util-visit-children": "^2.0.0" 6421 }, 6422 "funding": { 6423 "type": "github", 6424 "url": "https://github.com/sponsors/wooorm" 6425 } 6426 }, 6427 "node_modules/parse-numeric-range": { 6428 "version": "1.3.0", 6429 "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz", 6430 "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==" 6431 }, 6432 "node_modules/parse5": { 6433 "version": "7.3.0", 6434 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", 6435 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", 6436 "license": "MIT", 6437 "dependencies": { 6438 "entities": "^6.0.0" 6439 }, 6440 "funding": { 6441 "url": "https://github.com/inikulin/parse5?sponsor=1" 6442 } 6443 }, 6444 "node_modules/patch-package": { 6445 "version": "8.0.0", 6446 "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.0.tgz", 6447 "integrity": "sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==", 6448 "dev": true, 6449 "dependencies": { 6450 "@yarnpkg/lockfile": "^1.1.0", 6451 "chalk": "^4.1.2", 6452 "ci-info": "^3.7.0", 6453 "cross-spawn": "^7.0.3", 6454 "find-yarn-workspace-root": "^2.0.0", 6455 "fs-extra": "^9.0.0", 6456 "json-stable-stringify": "^1.0.2", 6457 "klaw-sync": "^6.0.0", 6458 "minimist": "^1.2.6", 6459 "open": "^7.4.2", 6460 "rimraf": "^2.6.3", 6461 "semver": "^7.5.3", 6462 "slash": "^2.0.0", 6463 "tmp": "^0.0.33", 6464 "yaml": "^2.2.2" 6465 }, 6466 "bin": { 6467 "patch-package": "index.js" 6468 }, 6469 "engines": { 6470 "node": ">=14", 6471 "npm": ">5" 6472 } 6473 }, 6474 "node_modules/patch-package/node_modules/rimraf": { 6475 "version": "2.7.1", 6476 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", 6477 "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", 6478 "dev": true, 6479 "dependencies": { 6480 "glob": "^7.1.3" 6481 }, 6482 "bin": { 6483 "rimraf": "bin.js" 6484 } 6485 }, 6486 "node_modules/patch-package/node_modules/slash": { 6487 "version": "2.0.0", 6488 "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", 6489 "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", 6490 "dev": true, 6491 "engines": { 6492 "node": ">=6" 6493 } 6494 }, 6495 "node_modules/path-exists": { 6496 "version": "4.0.0", 6497 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", 6498 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", 6499 "dev": true, 6500 "engines": { 6501 "node": ">=8" 6502 } 6503 }, 6504 "node_modules/path-is-absolute": { 6505 "version": "1.0.1", 6506 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", 6507 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", 6508 "dev": true, 6509 "engines": { 6510 "node": ">=0.10.0" 6511 } 6512 }, 6513 "node_modules/path-key": { 6514 "version": "3.1.1", 6515 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 6516 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 6517 "dev": true, 6518 "engines": { 6519 "node": ">=8" 6520 } 6521 }, 6522 "node_modules/path-parse": { 6523 "version": "1.0.7", 6524 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 6525 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", 6526 "dev": true 6527 }, 6528 "node_modules/path-type": { 6529 "version": "4.0.0", 6530 "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", 6531 "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", 6532 "dev": true, 6533 "engines": { 6534 "node": ">=8" 6535 } 6536 }, 6537 "node_modules/picocolors": { 6538 "version": "1.0.0", 6539 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", 6540 "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" 6541 }, 6542 "node_modules/picomatch": { 6543 "version": "2.3.1", 6544 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 6545 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 6546 "dev": true, 6547 "engines": { 6548 "node": ">=8.6" 6549 }, 6550 "funding": { 6551 "url": "https://github.com/sponsors/jonschlinkert" 6552 } 6553 }, 6554 "node_modules/pify": { 6555 "version": "2.3.0", 6556 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", 6557 "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", 6558 "dev": true, 6559 "engines": { 6560 "node": ">=0.10.0" 6561 } 6562 }, 6563 "node_modules/pirates": { 6564 "version": "4.0.6", 6565 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", 6566 "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", 6567 "dev": true, 6568 "engines": { 6569 "node": ">= 6" 6570 } 6571 }, 6572 "node_modules/postcss": { 6573 "version": "8.4.31", 6574 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", 6575 "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", 6576 "funding": [ 6577 { 6578 "type": "opencollective", 6579 "url": "https://opencollective.com/postcss/" 6580 }, 6581 { 6582 "type": "tidelift", 6583 "url": "https://tidelift.com/funding/github/npm/postcss" 6584 }, 6585 { 6586 "type": "github", 6587 "url": "https://github.com/sponsors/ai" 6588 } 6589 ], 6590 "dependencies": { 6591 "nanoid": "^3.3.6", 6592 "picocolors": "^1.0.0", 6593 "source-map-js": "^1.0.2" 6594 }, 6595 "engines": { 6596 "node": "^10 || ^12 || >=14" 6597 } 6598 }, 6599 "node_modules/postcss-import": { 6600 "version": "15.1.0", 6601 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", 6602 "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", 6603 "dev": true, 6604 "dependencies": { 6605 "postcss-value-parser": "^4.0.0", 6606 "read-cache": "^1.0.0", 6607 "resolve": "^1.1.7" 6608 }, 6609 "engines": { 6610 "node": ">=14.0.0" 6611 }, 6612 "peerDependencies": { 6613 "postcss": "^8.0.0" 6614 } 6615 }, 6616 "node_modules/postcss-js": { 6617 "version": "4.0.1", 6618 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", 6619 "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", 6620 "dev": true, 6621 "dependencies": { 6622 "camelcase-css": "^2.0.1" 6623 }, 6624 "engines": { 6625 "node": "^12 || ^14 || >= 16" 6626 }, 6627 "funding": { 6628 "type": "opencollective", 6629 "url": "https://opencollective.com/postcss/" 6630 }, 6631 "peerDependencies": { 6632 "postcss": "^8.4.21" 6633 } 6634 }, 6635 "node_modules/postcss-load-config": { 6636 "version": "4.0.1", 6637 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz", 6638 "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==", 6639 "dev": true, 6640 "dependencies": { 6641 "lilconfig": "^2.0.5", 6642 "yaml": "^2.1.1" 6643 }, 6644 "engines": { 6645 "node": ">= 14" 6646 }, 6647 "funding": { 6648 "type": "opencollective", 6649 "url": "https://opencollective.com/postcss/" 6650 }, 6651 "peerDependencies": { 6652 "postcss": ">=8.0.9", 6653 "ts-node": ">=9.0.0" 6654 }, 6655 "peerDependenciesMeta": { 6656 "postcss": { 6657 "optional": true 6658 }, 6659 "ts-node": { 6660 "optional": true 6661 } 6662 } 6663 }, 6664 "node_modules/postcss-nested": { 6665 "version": "6.0.1", 6666 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", 6667 "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", 6668 "dev": true, 6669 "dependencies": { 6670 "postcss-selector-parser": "^6.0.11" 6671 }, 6672 "engines": { 6673 "node": ">=12.0" 6674 }, 6675 "funding": { 6676 "type": "opencollective", 6677 "url": "https://opencollective.com/postcss/" 6678 }, 6679 "peerDependencies": { 6680 "postcss": "^8.2.14" 6681 } 6682 }, 6683 "node_modules/postcss-selector-parser": { 6684 "version": "6.0.13", 6685 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", 6686 "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", 6687 "dev": true, 6688 "dependencies": { 6689 "cssesc": "^3.0.0", 6690 "util-deprecate": "^1.0.2" 6691 }, 6692 "engines": { 6693 "node": ">=4" 6694 } 6695 }, 6696 "node_modules/postcss-value-parser": { 6697 "version": "4.2.0", 6698 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", 6699 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", 6700 "dev": true 6701 }, 6702 "node_modules/prelude-ls": { 6703 "version": "1.2.1", 6704 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", 6705 "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", 6706 "dev": true, 6707 "engines": { 6708 "node": ">= 0.8.0" 6709 } 6710 }, 6711 "node_modules/prop-types": { 6712 "version": "15.8.1", 6713 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", 6714 "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", 6715 "dev": true, 6716 "dependencies": { 6717 "loose-envify": "^1.4.0", 6718 "object-assign": "^4.1.1", 6719 "react-is": "^16.13.1" 6720 } 6721 }, 6722 "node_modules/property-information": { 6723 "version": "7.0.0", 6724 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.0.0.tgz", 6725 "integrity": "sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==", 6726 "license": "MIT", 6727 "funding": { 6728 "type": "github", 6729 "url": "https://github.com/sponsors/wooorm" 6730 } 6731 }, 6732 "node_modules/punycode": { 6733 "version": "2.3.0", 6734 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", 6735 "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", 6736 "dev": true, 6737 "engines": { 6738 "node": ">=6" 6739 } 6740 }, 6741 "node_modules/queue-microtask": { 6742 "version": "1.2.3", 6743 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 6744 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 6745 "dev": true, 6746 "funding": [ 6747 { 6748 "type": "github", 6749 "url": "https://github.com/sponsors/feross" 6750 }, 6751 { 6752 "type": "patreon", 6753 "url": "https://www.patreon.com/feross" 6754 }, 6755 { 6756 "type": "consulting", 6757 "url": "https://feross.org/support" 6758 } 6759 ] 6760 }, 6761 "node_modules/react": { 6762 "version": "19.0.0", 6763 "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", 6764 "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", 6765 "license": "MIT", 6766 "engines": { 6767 "node": ">=0.10.0" 6768 } 6769 }, 6770 "node_modules/react-dom": { 6771 "version": "19.0.0", 6772 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz", 6773 "integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==", 6774 "license": "MIT", 6775 "dependencies": { 6776 "scheduler": "^0.25.0" 6777 }, 6778 "peerDependencies": { 6779 "react": "^19.0.0" 6780 } 6781 }, 6782 "node_modules/react-is": { 6783 "version": "16.13.1", 6784 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", 6785 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", 6786 "dev": true 6787 }, 6788 "node_modules/read-cache": { 6789 "version": "1.0.0", 6790 "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", 6791 "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", 6792 "dev": true, 6793 "dependencies": { 6794 "pify": "^2.3.0" 6795 } 6796 }, 6797 "node_modules/readdirp": { 6798 "version": "3.6.0", 6799 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", 6800 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", 6801 "dev": true, 6802 "dependencies": { 6803 "picomatch": "^2.2.1" 6804 }, 6805 "engines": { 6806 "node": ">=8.10.0" 6807 } 6808 }, 6809 "node_modules/recma-build-jsx": { 6810 "version": "1.0.0", 6811 "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz", 6812 "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==", 6813 "license": "MIT", 6814 "dependencies": { 6815 "@types/estree": "^1.0.0", 6816 "estree-util-build-jsx": "^3.0.0", 6817 "vfile": "^6.0.0" 6818 }, 6819 "funding": { 6820 "type": "opencollective", 6821 "url": "https://opencollective.com/unified" 6822 } 6823 }, 6824 "node_modules/recma-build-jsx/node_modules/@types/unist": { 6825 "version": "3.0.3", 6826 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 6827 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 6828 "license": "MIT" 6829 }, 6830 "node_modules/recma-build-jsx/node_modules/unist-util-stringify-position": { 6831 "version": "4.0.0", 6832 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 6833 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 6834 "license": "MIT", 6835 "dependencies": { 6836 "@types/unist": "^3.0.0" 6837 }, 6838 "funding": { 6839 "type": "opencollective", 6840 "url": "https://opencollective.com/unified" 6841 } 6842 }, 6843 "node_modules/recma-build-jsx/node_modules/vfile": { 6844 "version": "6.0.3", 6845 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 6846 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 6847 "license": "MIT", 6848 "dependencies": { 6849 "@types/unist": "^3.0.0", 6850 "vfile-message": "^4.0.0" 6851 }, 6852 "funding": { 6853 "type": "opencollective", 6854 "url": "https://opencollective.com/unified" 6855 } 6856 }, 6857 "node_modules/recma-build-jsx/node_modules/vfile-message": { 6858 "version": "4.0.2", 6859 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 6860 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 6861 "license": "MIT", 6862 "dependencies": { 6863 "@types/unist": "^3.0.0", 6864 "unist-util-stringify-position": "^4.0.0" 6865 }, 6866 "funding": { 6867 "type": "opencollective", 6868 "url": "https://opencollective.com/unified" 6869 } 6870 }, 6871 "node_modules/recma-jsx": { 6872 "version": "1.0.0", 6873 "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.0.tgz", 6874 "integrity": "sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==", 6875 "license": "MIT", 6876 "dependencies": { 6877 "acorn-jsx": "^5.0.0", 6878 "estree-util-to-js": "^2.0.0", 6879 "recma-parse": "^1.0.0", 6880 "recma-stringify": "^1.0.0", 6881 "unified": "^11.0.0" 6882 }, 6883 "funding": { 6884 "type": "opencollective", 6885 "url": "https://opencollective.com/unified" 6886 } 6887 }, 6888 "node_modules/recma-jsx/node_modules/@types/unist": { 6889 "version": "3.0.3", 6890 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 6891 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 6892 "license": "MIT" 6893 }, 6894 "node_modules/recma-jsx/node_modules/unified": { 6895 "version": "11.0.5", 6896 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 6897 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 6898 "license": "MIT", 6899 "dependencies": { 6900 "@types/unist": "^3.0.0", 6901 "bail": "^2.0.0", 6902 "devlop": "^1.0.0", 6903 "extend": "^3.0.0", 6904 "is-plain-obj": "^4.0.0", 6905 "trough": "^2.0.0", 6906 "vfile": "^6.0.0" 6907 }, 6908 "funding": { 6909 "type": "opencollective", 6910 "url": "https://opencollective.com/unified" 6911 } 6912 }, 6913 "node_modules/recma-jsx/node_modules/unist-util-stringify-position": { 6914 "version": "4.0.0", 6915 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 6916 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 6917 "license": "MIT", 6918 "dependencies": { 6919 "@types/unist": "^3.0.0" 6920 }, 6921 "funding": { 6922 "type": "opencollective", 6923 "url": "https://opencollective.com/unified" 6924 } 6925 }, 6926 "node_modules/recma-jsx/node_modules/vfile": { 6927 "version": "6.0.3", 6928 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 6929 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 6930 "license": "MIT", 6931 "dependencies": { 6932 "@types/unist": "^3.0.0", 6933 "vfile-message": "^4.0.0" 6934 }, 6935 "funding": { 6936 "type": "opencollective", 6937 "url": "https://opencollective.com/unified" 6938 } 6939 }, 6940 "node_modules/recma-jsx/node_modules/vfile-message": { 6941 "version": "4.0.2", 6942 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 6943 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 6944 "license": "MIT", 6945 "dependencies": { 6946 "@types/unist": "^3.0.0", 6947 "unist-util-stringify-position": "^4.0.0" 6948 }, 6949 "funding": { 6950 "type": "opencollective", 6951 "url": "https://opencollective.com/unified" 6952 } 6953 }, 6954 "node_modules/recma-parse": { 6955 "version": "1.0.0", 6956 "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz", 6957 "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==", 6958 "license": "MIT", 6959 "dependencies": { 6960 "@types/estree": "^1.0.0", 6961 "esast-util-from-js": "^2.0.0", 6962 "unified": "^11.0.0", 6963 "vfile": "^6.0.0" 6964 }, 6965 "funding": { 6966 "type": "opencollective", 6967 "url": "https://opencollective.com/unified" 6968 } 6969 }, 6970 "node_modules/recma-parse/node_modules/@types/unist": { 6971 "version": "3.0.3", 6972 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 6973 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 6974 "license": "MIT" 6975 }, 6976 "node_modules/recma-parse/node_modules/unified": { 6977 "version": "11.0.5", 6978 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 6979 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 6980 "license": "MIT", 6981 "dependencies": { 6982 "@types/unist": "^3.0.0", 6983 "bail": "^2.0.0", 6984 "devlop": "^1.0.0", 6985 "extend": "^3.0.0", 6986 "is-plain-obj": "^4.0.0", 6987 "trough": "^2.0.0", 6988 "vfile": "^6.0.0" 6989 }, 6990 "funding": { 6991 "type": "opencollective", 6992 "url": "https://opencollective.com/unified" 6993 } 6994 }, 6995 "node_modules/recma-parse/node_modules/unist-util-stringify-position": { 6996 "version": "4.0.0", 6997 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 6998 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 6999 "license": "MIT", 7000 "dependencies": { 7001 "@types/unist": "^3.0.0" 7002 }, 7003 "funding": { 7004 "type": "opencollective", 7005 "url": "https://opencollective.com/unified" 7006 } 7007 }, 7008 "node_modules/recma-parse/node_modules/vfile": { 7009 "version": "6.0.3", 7010 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7011 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7012 "license": "MIT", 7013 "dependencies": { 7014 "@types/unist": "^3.0.0", 7015 "vfile-message": "^4.0.0" 7016 }, 7017 "funding": { 7018 "type": "opencollective", 7019 "url": "https://opencollective.com/unified" 7020 } 7021 }, 7022 "node_modules/recma-parse/node_modules/vfile-message": { 7023 "version": "4.0.2", 7024 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7025 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7026 "license": "MIT", 7027 "dependencies": { 7028 "@types/unist": "^3.0.0", 7029 "unist-util-stringify-position": "^4.0.0" 7030 }, 7031 "funding": { 7032 "type": "opencollective", 7033 "url": "https://opencollective.com/unified" 7034 } 7035 }, 7036 "node_modules/recma-stringify": { 7037 "version": "1.0.0", 7038 "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz", 7039 "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==", 7040 "license": "MIT", 7041 "dependencies": { 7042 "@types/estree": "^1.0.0", 7043 "estree-util-to-js": "^2.0.0", 7044 "unified": "^11.0.0", 7045 "vfile": "^6.0.0" 7046 }, 7047 "funding": { 7048 "type": "opencollective", 7049 "url": "https://opencollective.com/unified" 7050 } 7051 }, 7052 "node_modules/recma-stringify/node_modules/@types/unist": { 7053 "version": "3.0.3", 7054 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7055 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7056 "license": "MIT" 7057 }, 7058 "node_modules/recma-stringify/node_modules/unified": { 7059 "version": "11.0.5", 7060 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 7061 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 7062 "license": "MIT", 7063 "dependencies": { 7064 "@types/unist": "^3.0.0", 7065 "bail": "^2.0.0", 7066 "devlop": "^1.0.0", 7067 "extend": "^3.0.0", 7068 "is-plain-obj": "^4.0.0", 7069 "trough": "^2.0.0", 7070 "vfile": "^6.0.0" 7071 }, 7072 "funding": { 7073 "type": "opencollective", 7074 "url": "https://opencollective.com/unified" 7075 } 7076 }, 7077 "node_modules/recma-stringify/node_modules/unist-util-stringify-position": { 7078 "version": "4.0.0", 7079 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7080 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7081 "license": "MIT", 7082 "dependencies": { 7083 "@types/unist": "^3.0.0" 7084 }, 7085 "funding": { 7086 "type": "opencollective", 7087 "url": "https://opencollective.com/unified" 7088 } 7089 }, 7090 "node_modules/recma-stringify/node_modules/vfile": { 7091 "version": "6.0.3", 7092 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7093 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7094 "license": "MIT", 7095 "dependencies": { 7096 "@types/unist": "^3.0.0", 7097 "vfile-message": "^4.0.0" 7098 }, 7099 "funding": { 7100 "type": "opencollective", 7101 "url": "https://opencollective.com/unified" 7102 } 7103 }, 7104 "node_modules/recma-stringify/node_modules/vfile-message": { 7105 "version": "4.0.2", 7106 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7107 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7108 "license": "MIT", 7109 "dependencies": { 7110 "@types/unist": "^3.0.0", 7111 "unist-util-stringify-position": "^4.0.0" 7112 }, 7113 "funding": { 7114 "type": "opencollective", 7115 "url": "https://opencollective.com/unified" 7116 } 7117 }, 7118 "node_modules/reflect.getprototypeof": { 7119 "version": "1.0.4", 7120 "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.4.tgz", 7121 "integrity": "sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==", 7122 "dev": true, 7123 "dependencies": { 7124 "call-bind": "^1.0.2", 7125 "define-properties": "^1.2.0", 7126 "es-abstract": "^1.22.1", 7127 "get-intrinsic": "^1.2.1", 7128 "globalthis": "^1.0.3", 7129 "which-builtin-type": "^1.1.3" 7130 }, 7131 "engines": { 7132 "node": ">= 0.4" 7133 }, 7134 "funding": { 7135 "url": "https://github.com/sponsors/ljharb" 7136 } 7137 }, 7138 "node_modules/regenerator-runtime": { 7139 "version": "0.14.0", 7140 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", 7141 "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", 7142 "dev": true 7143 }, 7144 "node_modules/regex": { 7145 "version": "6.0.1", 7146 "resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz", 7147 "integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==", 7148 "license": "MIT", 7149 "dependencies": { 7150 "regex-utilities": "^2.3.0" 7151 } 7152 }, 7153 "node_modules/regex-recursion": { 7154 "version": "6.0.2", 7155 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz", 7156 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==", 7157 "license": "MIT", 7158 "dependencies": { 7159 "regex-utilities": "^2.3.0" 7160 } 7161 }, 7162 "node_modules/regex-utilities": { 7163 "version": "2.3.0", 7164 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", 7165 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", 7166 "license": "MIT" 7167 }, 7168 "node_modules/regexp.prototype.flags": { 7169 "version": "1.5.1", 7170 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", 7171 "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", 7172 "dev": true, 7173 "dependencies": { 7174 "call-bind": "^1.0.2", 7175 "define-properties": "^1.2.0", 7176 "set-function-name": "^2.0.0" 7177 }, 7178 "engines": { 7179 "node": ">= 0.4" 7180 }, 7181 "funding": { 7182 "url": "https://github.com/sponsors/ljharb" 7183 } 7184 }, 7185 "node_modules/rehype-autolink-headings": { 7186 "version": "7.1.0", 7187 "resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-7.1.0.tgz", 7188 "integrity": "sha512-rItO/pSdvnvsP4QRB1pmPiNHUskikqtPojZKJPPPAVx9Hj8i8TwMBhofrrAYRhYOOBZH9tgmG5lPqDLuIWPWmw==", 7189 "license": "MIT", 7190 "dependencies": { 7191 "@types/hast": "^3.0.0", 7192 "@ungap/structured-clone": "^1.0.0", 7193 "hast-util-heading-rank": "^3.0.0", 7194 "hast-util-is-element": "^3.0.0", 7195 "unified": "^11.0.0", 7196 "unist-util-visit": "^5.0.0" 7197 }, 7198 "funding": { 7199 "type": "opencollective", 7200 "url": "https://opencollective.com/unified" 7201 } 7202 }, 7203 "node_modules/rehype-autolink-headings/node_modules/@types/unist": { 7204 "version": "3.0.3", 7205 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7206 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7207 "license": "MIT" 7208 }, 7209 "node_modules/rehype-autolink-headings/node_modules/unified": { 7210 "version": "11.0.5", 7211 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 7212 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 7213 "license": "MIT", 7214 "dependencies": { 7215 "@types/unist": "^3.0.0", 7216 "bail": "^2.0.0", 7217 "devlop": "^1.0.0", 7218 "extend": "^3.0.0", 7219 "is-plain-obj": "^4.0.0", 7220 "trough": "^2.0.0", 7221 "vfile": "^6.0.0" 7222 }, 7223 "funding": { 7224 "type": "opencollective", 7225 "url": "https://opencollective.com/unified" 7226 } 7227 }, 7228 "node_modules/rehype-autolink-headings/node_modules/unist-util-is": { 7229 "version": "6.0.0", 7230 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 7231 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 7232 "license": "MIT", 7233 "dependencies": { 7234 "@types/unist": "^3.0.0" 7235 }, 7236 "funding": { 7237 "type": "opencollective", 7238 "url": "https://opencollective.com/unified" 7239 } 7240 }, 7241 "node_modules/rehype-autolink-headings/node_modules/unist-util-stringify-position": { 7242 "version": "4.0.0", 7243 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7244 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7245 "license": "MIT", 7246 "dependencies": { 7247 "@types/unist": "^3.0.0" 7248 }, 7249 "funding": { 7250 "type": "opencollective", 7251 "url": "https://opencollective.com/unified" 7252 } 7253 }, 7254 "node_modules/rehype-autolink-headings/node_modules/unist-util-visit": { 7255 "version": "5.0.0", 7256 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 7257 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 7258 "license": "MIT", 7259 "dependencies": { 7260 "@types/unist": "^3.0.0", 7261 "unist-util-is": "^6.0.0", 7262 "unist-util-visit-parents": "^6.0.0" 7263 }, 7264 "funding": { 7265 "type": "opencollective", 7266 "url": "https://opencollective.com/unified" 7267 } 7268 }, 7269 "node_modules/rehype-autolink-headings/node_modules/unist-util-visit-parents": { 7270 "version": "6.0.1", 7271 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 7272 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 7273 "license": "MIT", 7274 "dependencies": { 7275 "@types/unist": "^3.0.0", 7276 "unist-util-is": "^6.0.0" 7277 }, 7278 "funding": { 7279 "type": "opencollective", 7280 "url": "https://opencollective.com/unified" 7281 } 7282 }, 7283 "node_modules/rehype-autolink-headings/node_modules/vfile": { 7284 "version": "6.0.3", 7285 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7286 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7287 "license": "MIT", 7288 "dependencies": { 7289 "@types/unist": "^3.0.0", 7290 "vfile-message": "^4.0.0" 7291 }, 7292 "funding": { 7293 "type": "opencollective", 7294 "url": "https://opencollective.com/unified" 7295 } 7296 }, 7297 "node_modules/rehype-autolink-headings/node_modules/vfile-message": { 7298 "version": "4.0.2", 7299 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7300 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7301 "license": "MIT", 7302 "dependencies": { 7303 "@types/unist": "^3.0.0", 7304 "unist-util-stringify-position": "^4.0.0" 7305 }, 7306 "funding": { 7307 "type": "opencollective", 7308 "url": "https://opencollective.com/unified" 7309 } 7310 }, 7311 "node_modules/rehype-parse": { 7312 "version": "9.0.1", 7313 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", 7314 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", 7315 "license": "MIT", 7316 "dependencies": { 7317 "@types/hast": "^3.0.0", 7318 "hast-util-from-html": "^2.0.0", 7319 "unified": "^11.0.0" 7320 }, 7321 "funding": { 7322 "type": "opencollective", 7323 "url": "https://opencollective.com/unified" 7324 } 7325 }, 7326 "node_modules/rehype-parse/node_modules/@types/unist": { 7327 "version": "3.0.3", 7328 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7329 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7330 "license": "MIT" 7331 }, 7332 "node_modules/rehype-parse/node_modules/unified": { 7333 "version": "11.0.5", 7334 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 7335 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 7336 "license": "MIT", 7337 "dependencies": { 7338 "@types/unist": "^3.0.0", 7339 "bail": "^2.0.0", 7340 "devlop": "^1.0.0", 7341 "extend": "^3.0.0", 7342 "is-plain-obj": "^4.0.0", 7343 "trough": "^2.0.0", 7344 "vfile": "^6.0.0" 7345 }, 7346 "funding": { 7347 "type": "opencollective", 7348 "url": "https://opencollective.com/unified" 7349 } 7350 }, 7351 "node_modules/rehype-parse/node_modules/unist-util-stringify-position": { 7352 "version": "4.0.0", 7353 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7354 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7355 "license": "MIT", 7356 "dependencies": { 7357 "@types/unist": "^3.0.0" 7358 }, 7359 "funding": { 7360 "type": "opencollective", 7361 "url": "https://opencollective.com/unified" 7362 } 7363 }, 7364 "node_modules/rehype-parse/node_modules/vfile": { 7365 "version": "6.0.3", 7366 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7367 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7368 "license": "MIT", 7369 "dependencies": { 7370 "@types/unist": "^3.0.0", 7371 "vfile-message": "^4.0.0" 7372 }, 7373 "funding": { 7374 "type": "opencollective", 7375 "url": "https://opencollective.com/unified" 7376 } 7377 }, 7378 "node_modules/rehype-parse/node_modules/vfile-message": { 7379 "version": "4.0.2", 7380 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7381 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7382 "license": "MIT", 7383 "dependencies": { 7384 "@types/unist": "^3.0.0", 7385 "unist-util-stringify-position": "^4.0.0" 7386 }, 7387 "funding": { 7388 "type": "opencollective", 7389 "url": "https://opencollective.com/unified" 7390 } 7391 }, 7392 "node_modules/rehype-pretty-code": { 7393 "version": "0.14.1", 7394 "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.14.1.tgz", 7395 "integrity": "sha512-IpG4OL0iYlbx78muVldsK86hdfNoht0z63AP7sekQNW2QOTmjxB7RbTO+rhIYNGRljgHxgVZoPwUl6bIC9SbjA==", 7396 "license": "MIT", 7397 "dependencies": { 7398 "@types/hast": "^3.0.4", 7399 "hast-util-to-string": "^3.0.0", 7400 "parse-numeric-range": "^1.3.0", 7401 "rehype-parse": "^9.0.0", 7402 "unified": "^11.0.5", 7403 "unist-util-visit": "^5.0.0" 7404 }, 7405 "engines": { 7406 "node": ">=18" 7407 }, 7408 "peerDependencies": { 7409 "shiki": "^1.0.0 || ^2.0.0 || ^3.0.0" 7410 } 7411 }, 7412 "node_modules/rehype-pretty-code/node_modules/@types/unist": { 7413 "version": "3.0.3", 7414 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7415 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7416 "license": "MIT" 7417 }, 7418 "node_modules/rehype-pretty-code/node_modules/unified": { 7419 "version": "11.0.5", 7420 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 7421 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 7422 "license": "MIT", 7423 "dependencies": { 7424 "@types/unist": "^3.0.0", 7425 "bail": "^2.0.0", 7426 "devlop": "^1.0.0", 7427 "extend": "^3.0.0", 7428 "is-plain-obj": "^4.0.0", 7429 "trough": "^2.0.0", 7430 "vfile": "^6.0.0" 7431 }, 7432 "funding": { 7433 "type": "opencollective", 7434 "url": "https://opencollective.com/unified" 7435 } 7436 }, 7437 "node_modules/rehype-pretty-code/node_modules/unist-util-is": { 7438 "version": "6.0.0", 7439 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 7440 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 7441 "license": "MIT", 7442 "dependencies": { 7443 "@types/unist": "^3.0.0" 7444 }, 7445 "funding": { 7446 "type": "opencollective", 7447 "url": "https://opencollective.com/unified" 7448 } 7449 }, 7450 "node_modules/rehype-pretty-code/node_modules/unist-util-stringify-position": { 7451 "version": "4.0.0", 7452 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7453 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7454 "license": "MIT", 7455 "dependencies": { 7456 "@types/unist": "^3.0.0" 7457 }, 7458 "funding": { 7459 "type": "opencollective", 7460 "url": "https://opencollective.com/unified" 7461 } 7462 }, 7463 "node_modules/rehype-pretty-code/node_modules/unist-util-visit": { 7464 "version": "5.0.0", 7465 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 7466 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 7467 "license": "MIT", 7468 "dependencies": { 7469 "@types/unist": "^3.0.0", 7470 "unist-util-is": "^6.0.0", 7471 "unist-util-visit-parents": "^6.0.0" 7472 }, 7473 "funding": { 7474 "type": "opencollective", 7475 "url": "https://opencollective.com/unified" 7476 } 7477 }, 7478 "node_modules/rehype-pretty-code/node_modules/unist-util-visit-parents": { 7479 "version": "6.0.1", 7480 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 7481 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 7482 "license": "MIT", 7483 "dependencies": { 7484 "@types/unist": "^3.0.0", 7485 "unist-util-is": "^6.0.0" 7486 }, 7487 "funding": { 7488 "type": "opencollective", 7489 "url": "https://opencollective.com/unified" 7490 } 7491 }, 7492 "node_modules/rehype-pretty-code/node_modules/vfile": { 7493 "version": "6.0.3", 7494 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7495 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7496 "license": "MIT", 7497 "dependencies": { 7498 "@types/unist": "^3.0.0", 7499 "vfile-message": "^4.0.0" 7500 }, 7501 "funding": { 7502 "type": "opencollective", 7503 "url": "https://opencollective.com/unified" 7504 } 7505 }, 7506 "node_modules/rehype-pretty-code/node_modules/vfile-message": { 7507 "version": "4.0.2", 7508 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7509 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7510 "license": "MIT", 7511 "dependencies": { 7512 "@types/unist": "^3.0.0", 7513 "unist-util-stringify-position": "^4.0.0" 7514 }, 7515 "funding": { 7516 "type": "opencollective", 7517 "url": "https://opencollective.com/unified" 7518 } 7519 }, 7520 "node_modules/rehype-recma": { 7521 "version": "1.0.0", 7522 "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz", 7523 "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==", 7524 "license": "MIT", 7525 "dependencies": { 7526 "@types/estree": "^1.0.0", 7527 "@types/hast": "^3.0.0", 7528 "hast-util-to-estree": "^3.0.0" 7529 }, 7530 "funding": { 7531 "type": "opencollective", 7532 "url": "https://opencollective.com/unified" 7533 } 7534 }, 7535 "node_modules/rehype-slug": { 7536 "version": "6.0.0", 7537 "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-6.0.0.tgz", 7538 "integrity": "sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==", 7539 "license": "MIT", 7540 "dependencies": { 7541 "@types/hast": "^3.0.0", 7542 "github-slugger": "^2.0.0", 7543 "hast-util-heading-rank": "^3.0.0", 7544 "hast-util-to-string": "^3.0.0", 7545 "unist-util-visit": "^5.0.0" 7546 }, 7547 "funding": { 7548 "type": "opencollective", 7549 "url": "https://opencollective.com/unified" 7550 } 7551 }, 7552 "node_modules/rehype-slug/node_modules/@types/unist": { 7553 "version": "3.0.3", 7554 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7555 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7556 "license": "MIT" 7557 }, 7558 "node_modules/rehype-slug/node_modules/unist-util-is": { 7559 "version": "6.0.0", 7560 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 7561 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 7562 "license": "MIT", 7563 "dependencies": { 7564 "@types/unist": "^3.0.0" 7565 }, 7566 "funding": { 7567 "type": "opencollective", 7568 "url": "https://opencollective.com/unified" 7569 } 7570 }, 7571 "node_modules/rehype-slug/node_modules/unist-util-visit": { 7572 "version": "5.0.0", 7573 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 7574 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 7575 "license": "MIT", 7576 "dependencies": { 7577 "@types/unist": "^3.0.0", 7578 "unist-util-is": "^6.0.0", 7579 "unist-util-visit-parents": "^6.0.0" 7580 }, 7581 "funding": { 7582 "type": "opencollective", 7583 "url": "https://opencollective.com/unified" 7584 } 7585 }, 7586 "node_modules/rehype-slug/node_modules/unist-util-visit-parents": { 7587 "version": "6.0.1", 7588 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 7589 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 7590 "license": "MIT", 7591 "dependencies": { 7592 "@types/unist": "^3.0.0", 7593 "unist-util-is": "^6.0.0" 7594 }, 7595 "funding": { 7596 "type": "opencollective", 7597 "url": "https://opencollective.com/unified" 7598 } 7599 }, 7600 "node_modules/remark-gfm": { 7601 "version": "4.0.1", 7602 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 7603 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 7604 "license": "MIT", 7605 "dependencies": { 7606 "@types/mdast": "^4.0.0", 7607 "mdast-util-gfm": "^3.0.0", 7608 "micromark-extension-gfm": "^3.0.0", 7609 "remark-parse": "^11.0.0", 7610 "remark-stringify": "^11.0.0", 7611 "unified": "^11.0.0" 7612 }, 7613 "funding": { 7614 "type": "opencollective", 7615 "url": "https://opencollective.com/unified" 7616 } 7617 }, 7618 "node_modules/remark-gfm/node_modules/@types/unist": { 7619 "version": "3.0.3", 7620 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7621 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7622 "license": "MIT" 7623 }, 7624 "node_modules/remark-gfm/node_modules/unified": { 7625 "version": "11.0.5", 7626 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 7627 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 7628 "license": "MIT", 7629 "dependencies": { 7630 "@types/unist": "^3.0.0", 7631 "bail": "^2.0.0", 7632 "devlop": "^1.0.0", 7633 "extend": "^3.0.0", 7634 "is-plain-obj": "^4.0.0", 7635 "trough": "^2.0.0", 7636 "vfile": "^6.0.0" 7637 }, 7638 "funding": { 7639 "type": "opencollective", 7640 "url": "https://opencollective.com/unified" 7641 } 7642 }, 7643 "node_modules/remark-gfm/node_modules/unist-util-stringify-position": { 7644 "version": "4.0.0", 7645 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7646 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7647 "license": "MIT", 7648 "dependencies": { 7649 "@types/unist": "^3.0.0" 7650 }, 7651 "funding": { 7652 "type": "opencollective", 7653 "url": "https://opencollective.com/unified" 7654 } 7655 }, 7656 "node_modules/remark-gfm/node_modules/vfile": { 7657 "version": "6.0.3", 7658 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7659 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7660 "license": "MIT", 7661 "dependencies": { 7662 "@types/unist": "^3.0.0", 7663 "vfile-message": "^4.0.0" 7664 }, 7665 "funding": { 7666 "type": "opencollective", 7667 "url": "https://opencollective.com/unified" 7668 } 7669 }, 7670 "node_modules/remark-gfm/node_modules/vfile-message": { 7671 "version": "4.0.2", 7672 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7673 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7674 "license": "MIT", 7675 "dependencies": { 7676 "@types/unist": "^3.0.0", 7677 "unist-util-stringify-position": "^4.0.0" 7678 }, 7679 "funding": { 7680 "type": "opencollective", 7681 "url": "https://opencollective.com/unified" 7682 } 7683 }, 7684 "node_modules/remark-mdx": { 7685 "version": "3.1.0", 7686 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.0.tgz", 7687 "integrity": "sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==", 7688 "license": "MIT", 7689 "dependencies": { 7690 "mdast-util-mdx": "^3.0.0", 7691 "micromark-extension-mdxjs": "^3.0.0" 7692 }, 7693 "funding": { 7694 "type": "opencollective", 7695 "url": "https://opencollective.com/unified" 7696 } 7697 }, 7698 "node_modules/remark-mdx-remove-esm": { 7699 "version": "1.1.0", 7700 "resolved": "https://registry.npmjs.org/remark-mdx-remove-esm/-/remark-mdx-remove-esm-1.1.0.tgz", 7701 "integrity": "sha512-oN3F9QRuPKSdzZi+wvEodBVjKwya63sl403pWzJvm0+c503iUjCDR+JAnP3Ho/4205IWbQ2NujPQi/B9kU6ZrA==", 7702 "license": "MIT", 7703 "dependencies": { 7704 "@types/mdast": "^4.0.3", 7705 "mdast-util-mdxjs-esm": "^2.0.1", 7706 "unist-util-remove": "^4.0.0" 7707 } 7708 }, 7709 "node_modules/remark-mdx-remove-esm/node_modules/@types/unist": { 7710 "version": "3.0.3", 7711 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7712 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7713 "license": "MIT" 7714 }, 7715 "node_modules/remark-mdx-remove-esm/node_modules/unist-util-is": { 7716 "version": "6.0.0", 7717 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 7718 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 7719 "license": "MIT", 7720 "dependencies": { 7721 "@types/unist": "^3.0.0" 7722 }, 7723 "funding": { 7724 "type": "opencollective", 7725 "url": "https://opencollective.com/unified" 7726 } 7727 }, 7728 "node_modules/remark-mdx-remove-esm/node_modules/unist-util-remove": { 7729 "version": "4.0.0", 7730 "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-4.0.0.tgz", 7731 "integrity": "sha512-b4gokeGId57UVRX/eVKej5gXqGlc9+trkORhFJpu9raqZkZhU0zm8Doi05+HaiBsMEIJowL+2WtQ5ItjsngPXg==", 7732 "license": "MIT", 7733 "dependencies": { 7734 "@types/unist": "^3.0.0", 7735 "unist-util-is": "^6.0.0", 7736 "unist-util-visit-parents": "^6.0.0" 7737 }, 7738 "funding": { 7739 "type": "opencollective", 7740 "url": "https://opencollective.com/unified" 7741 } 7742 }, 7743 "node_modules/remark-mdx-remove-esm/node_modules/unist-util-visit-parents": { 7744 "version": "6.0.1", 7745 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 7746 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 7747 "license": "MIT", 7748 "dependencies": { 7749 "@types/unist": "^3.0.0", 7750 "unist-util-is": "^6.0.0" 7751 }, 7752 "funding": { 7753 "type": "opencollective", 7754 "url": "https://opencollective.com/unified" 7755 } 7756 }, 7757 "node_modules/remark-parse": { 7758 "version": "11.0.0", 7759 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 7760 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 7761 "license": "MIT", 7762 "dependencies": { 7763 "@types/mdast": "^4.0.0", 7764 "mdast-util-from-markdown": "^2.0.0", 7765 "micromark-util-types": "^2.0.0", 7766 "unified": "^11.0.0" 7767 }, 7768 "funding": { 7769 "type": "opencollective", 7770 "url": "https://opencollective.com/unified" 7771 } 7772 }, 7773 "node_modules/remark-parse/node_modules/@types/unist": { 7774 "version": "3.0.3", 7775 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7776 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7777 "license": "MIT" 7778 }, 7779 "node_modules/remark-parse/node_modules/unified": { 7780 "version": "11.0.5", 7781 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 7782 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 7783 "license": "MIT", 7784 "dependencies": { 7785 "@types/unist": "^3.0.0", 7786 "bail": "^2.0.0", 7787 "devlop": "^1.0.0", 7788 "extend": "^3.0.0", 7789 "is-plain-obj": "^4.0.0", 7790 "trough": "^2.0.0", 7791 "vfile": "^6.0.0" 7792 }, 7793 "funding": { 7794 "type": "opencollective", 7795 "url": "https://opencollective.com/unified" 7796 } 7797 }, 7798 "node_modules/remark-parse/node_modules/unist-util-stringify-position": { 7799 "version": "4.0.0", 7800 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7801 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7802 "license": "MIT", 7803 "dependencies": { 7804 "@types/unist": "^3.0.0" 7805 }, 7806 "funding": { 7807 "type": "opencollective", 7808 "url": "https://opencollective.com/unified" 7809 } 7810 }, 7811 "node_modules/remark-parse/node_modules/vfile": { 7812 "version": "6.0.3", 7813 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7814 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7815 "license": "MIT", 7816 "dependencies": { 7817 "@types/unist": "^3.0.0", 7818 "vfile-message": "^4.0.0" 7819 }, 7820 "funding": { 7821 "type": "opencollective", 7822 "url": "https://opencollective.com/unified" 7823 } 7824 }, 7825 "node_modules/remark-parse/node_modules/vfile-message": { 7826 "version": "4.0.2", 7827 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7828 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7829 "license": "MIT", 7830 "dependencies": { 7831 "@types/unist": "^3.0.0", 7832 "unist-util-stringify-position": "^4.0.0" 7833 }, 7834 "funding": { 7835 "type": "opencollective", 7836 "url": "https://opencollective.com/unified" 7837 } 7838 }, 7839 "node_modules/remark-rehype": { 7840 "version": "11.1.1", 7841 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.1.tgz", 7842 "integrity": "sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==", 7843 "license": "MIT", 7844 "dependencies": { 7845 "@types/hast": "^3.0.0", 7846 "@types/mdast": "^4.0.0", 7847 "mdast-util-to-hast": "^13.0.0", 7848 "unified": "^11.0.0", 7849 "vfile": "^6.0.0" 7850 }, 7851 "funding": { 7852 "type": "opencollective", 7853 "url": "https://opencollective.com/unified" 7854 } 7855 }, 7856 "node_modules/remark-rehype/node_modules/@types/unist": { 7857 "version": "3.0.3", 7858 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7859 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7860 "license": "MIT" 7861 }, 7862 "node_modules/remark-rehype/node_modules/unified": { 7863 "version": "11.0.5", 7864 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 7865 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 7866 "license": "MIT", 7867 "dependencies": { 7868 "@types/unist": "^3.0.0", 7869 "bail": "^2.0.0", 7870 "devlop": "^1.0.0", 7871 "extend": "^3.0.0", 7872 "is-plain-obj": "^4.0.0", 7873 "trough": "^2.0.0", 7874 "vfile": "^6.0.0" 7875 }, 7876 "funding": { 7877 "type": "opencollective", 7878 "url": "https://opencollective.com/unified" 7879 } 7880 }, 7881 "node_modules/remark-rehype/node_modules/unist-util-stringify-position": { 7882 "version": "4.0.0", 7883 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7884 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7885 "license": "MIT", 7886 "dependencies": { 7887 "@types/unist": "^3.0.0" 7888 }, 7889 "funding": { 7890 "type": "opencollective", 7891 "url": "https://opencollective.com/unified" 7892 } 7893 }, 7894 "node_modules/remark-rehype/node_modules/vfile": { 7895 "version": "6.0.3", 7896 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7897 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7898 "license": "MIT", 7899 "dependencies": { 7900 "@types/unist": "^3.0.0", 7901 "vfile-message": "^4.0.0" 7902 }, 7903 "funding": { 7904 "type": "opencollective", 7905 "url": "https://opencollective.com/unified" 7906 } 7907 }, 7908 "node_modules/remark-rehype/node_modules/vfile-message": { 7909 "version": "4.0.2", 7910 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7911 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7912 "license": "MIT", 7913 "dependencies": { 7914 "@types/unist": "^3.0.0", 7915 "unist-util-stringify-position": "^4.0.0" 7916 }, 7917 "funding": { 7918 "type": "opencollective", 7919 "url": "https://opencollective.com/unified" 7920 } 7921 }, 7922 "node_modules/remark-smartypants": { 7923 "version": "2.0.0", 7924 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-2.0.0.tgz", 7925 "integrity": "sha512-Rc0VDmr/yhnMQIz8n2ACYXlfw/P/XZev884QU1I5u+5DgJls32o97Vc1RbK3pfumLsJomS2yy8eT4Fxj/2MDVA==", 7926 "dependencies": { 7927 "retext": "^8.1.0", 7928 "retext-smartypants": "^5.1.0", 7929 "unist-util-visit": "^4.1.0" 7930 }, 7931 "engines": { 7932 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 7933 } 7934 }, 7935 "node_modules/remark-stringify": { 7936 "version": "11.0.0", 7937 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 7938 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 7939 "license": "MIT", 7940 "dependencies": { 7941 "@types/mdast": "^4.0.0", 7942 "mdast-util-to-markdown": "^2.0.0", 7943 "unified": "^11.0.0" 7944 }, 7945 "funding": { 7946 "type": "opencollective", 7947 "url": "https://opencollective.com/unified" 7948 } 7949 }, 7950 "node_modules/remark-stringify/node_modules/@types/unist": { 7951 "version": "3.0.3", 7952 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 7953 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 7954 "license": "MIT" 7955 }, 7956 "node_modules/remark-stringify/node_modules/unified": { 7957 "version": "11.0.5", 7958 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 7959 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 7960 "license": "MIT", 7961 "dependencies": { 7962 "@types/unist": "^3.0.0", 7963 "bail": "^2.0.0", 7964 "devlop": "^1.0.0", 7965 "extend": "^3.0.0", 7966 "is-plain-obj": "^4.0.0", 7967 "trough": "^2.0.0", 7968 "vfile": "^6.0.0" 7969 }, 7970 "funding": { 7971 "type": "opencollective", 7972 "url": "https://opencollective.com/unified" 7973 } 7974 }, 7975 "node_modules/remark-stringify/node_modules/unist-util-stringify-position": { 7976 "version": "4.0.0", 7977 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7978 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7979 "license": "MIT", 7980 "dependencies": { 7981 "@types/unist": "^3.0.0" 7982 }, 7983 "funding": { 7984 "type": "opencollective", 7985 "url": "https://opencollective.com/unified" 7986 } 7987 }, 7988 "node_modules/remark-stringify/node_modules/vfile": { 7989 "version": "6.0.3", 7990 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7991 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7992 "license": "MIT", 7993 "dependencies": { 7994 "@types/unist": "^3.0.0", 7995 "vfile-message": "^4.0.0" 7996 }, 7997 "funding": { 7998 "type": "opencollective", 7999 "url": "https://opencollective.com/unified" 8000 } 8001 }, 8002 "node_modules/remark-stringify/node_modules/vfile-message": { 8003 "version": "4.0.2", 8004 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 8005 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 8006 "license": "MIT", 8007 "dependencies": { 8008 "@types/unist": "^3.0.0", 8009 "unist-util-stringify-position": "^4.0.0" 8010 }, 8011 "funding": { 8012 "type": "opencollective", 8013 "url": "https://opencollective.com/unified" 8014 } 8015 }, 8016 "node_modules/resolve": { 8017 "version": "1.22.8", 8018 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", 8019 "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", 8020 "dev": true, 8021 "dependencies": { 8022 "is-core-module": "^2.13.0", 8023 "path-parse": "^1.0.7", 8024 "supports-preserve-symlinks-flag": "^1.0.0" 8025 }, 8026 "bin": { 8027 "resolve": "bin/resolve" 8028 }, 8029 "funding": { 8030 "url": "https://github.com/sponsors/ljharb" 8031 } 8032 }, 8033 "node_modules/resolve-from": { 8034 "version": "4.0.0", 8035 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", 8036 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", 8037 "dev": true, 8038 "engines": { 8039 "node": ">=4" 8040 } 8041 }, 8042 "node_modules/resolve-pkg-maps": { 8043 "version": "1.0.0", 8044 "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", 8045 "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", 8046 "dev": true, 8047 "funding": { 8048 "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" 8049 } 8050 }, 8051 "node_modules/retext": { 8052 "version": "8.1.0", 8053 "resolved": "https://registry.npmjs.org/retext/-/retext-8.1.0.tgz", 8054 "integrity": "sha512-N9/Kq7YTn6ZpzfiGW45WfEGJqFf1IM1q8OsRa1CGzIebCJBNCANDRmOrholiDRGKo/We7ofKR4SEvcGAWEMD3Q==", 8055 "dependencies": { 8056 "@types/nlcst": "^1.0.0", 8057 "retext-latin": "^3.0.0", 8058 "retext-stringify": "^3.0.0", 8059 "unified": "^10.0.0" 8060 }, 8061 "funding": { 8062 "type": "opencollective", 8063 "url": "https://opencollective.com/unified" 8064 } 8065 }, 8066 "node_modules/retext-latin": { 8067 "version": "3.1.0", 8068 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-3.1.0.tgz", 8069 "integrity": "sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ==", 8070 "dependencies": { 8071 "@types/nlcst": "^1.0.0", 8072 "parse-latin": "^5.0.0", 8073 "unherit": "^3.0.0", 8074 "unified": "^10.0.0" 8075 }, 8076 "funding": { 8077 "type": "opencollective", 8078 "url": "https://opencollective.com/unified" 8079 } 8080 }, 8081 "node_modules/retext-smartypants": { 8082 "version": "5.2.0", 8083 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-5.2.0.tgz", 8084 "integrity": "sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw==", 8085 "dependencies": { 8086 "@types/nlcst": "^1.0.0", 8087 "nlcst-to-string": "^3.0.0", 8088 "unified": "^10.0.0", 8089 "unist-util-visit": "^4.0.0" 8090 }, 8091 "funding": { 8092 "type": "opencollective", 8093 "url": "https://opencollective.com/unified" 8094 } 8095 }, 8096 "node_modules/retext-stringify": { 8097 "version": "3.1.0", 8098 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-3.1.0.tgz", 8099 "integrity": "sha512-767TLOaoXFXyOnjx/EggXlb37ZD2u4P1n0GJqVdpipqACsQP+20W+BNpMYrlJkq7hxffnFk+jc6mAK9qrbuB8w==", 8100 "dependencies": { 8101 "@types/nlcst": "^1.0.0", 8102 "nlcst-to-string": "^3.0.0", 8103 "unified": "^10.0.0" 8104 }, 8105 "funding": { 8106 "type": "opencollective", 8107 "url": "https://opencollective.com/unified" 8108 } 8109 }, 8110 "node_modules/reusify": { 8111 "version": "1.0.4", 8112 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", 8113 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", 8114 "dev": true, 8115 "engines": { 8116 "iojs": ">=1.0.0", 8117 "node": ">=0.10.0" 8118 } 8119 }, 8120 "node_modules/rimraf": { 8121 "version": "3.0.2", 8122 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", 8123 "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", 8124 "dev": true, 8125 "dependencies": { 8126 "glob": "^7.1.3" 8127 }, 8128 "bin": { 8129 "rimraf": "bin.js" 8130 }, 8131 "funding": { 8132 "url": "https://github.com/sponsors/isaacs" 8133 } 8134 }, 8135 "node_modules/run-parallel": { 8136 "version": "1.2.0", 8137 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 8138 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 8139 "dev": true, 8140 "funding": [ 8141 { 8142 "type": "github", 8143 "url": "https://github.com/sponsors/feross" 8144 }, 8145 { 8146 "type": "patreon", 8147 "url": "https://www.patreon.com/feross" 8148 }, 8149 { 8150 "type": "consulting", 8151 "url": "https://feross.org/support" 8152 } 8153 ], 8154 "dependencies": { 8155 "queue-microtask": "^1.2.2" 8156 } 8157 }, 8158 "node_modules/safe-array-concat": { 8159 "version": "1.0.1", 8160 "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz", 8161 "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==", 8162 "dev": true, 8163 "dependencies": { 8164 "call-bind": "^1.0.2", 8165 "get-intrinsic": "^1.2.1", 8166 "has-symbols": "^1.0.3", 8167 "isarray": "^2.0.5" 8168 }, 8169 "engines": { 8170 "node": ">=0.4" 8171 }, 8172 "funding": { 8173 "url": "https://github.com/sponsors/ljharb" 8174 } 8175 }, 8176 "node_modules/safe-regex-test": { 8177 "version": "1.0.0", 8178 "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", 8179 "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", 8180 "dev": true, 8181 "dependencies": { 8182 "call-bind": "^1.0.2", 8183 "get-intrinsic": "^1.1.3", 8184 "is-regex": "^1.1.4" 8185 }, 8186 "funding": { 8187 "url": "https://github.com/sponsors/ljharb" 8188 } 8189 }, 8190 "node_modules/sax": { 8191 "version": "1.3.0", 8192 "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", 8193 "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==" 8194 }, 8195 "node_modules/scheduler": { 8196 "version": "0.25.0", 8197 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz", 8198 "integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==", 8199 "license": "MIT" 8200 }, 8201 "node_modules/section-matter": { 8202 "version": "1.0.0", 8203 "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", 8204 "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", 8205 "dependencies": { 8206 "extend-shallow": "^2.0.1", 8207 "kind-of": "^6.0.0" 8208 }, 8209 "engines": { 8210 "node": ">=4" 8211 } 8212 }, 8213 "node_modules/semver": { 8214 "version": "7.7.1", 8215 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", 8216 "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", 8217 "devOptional": true, 8218 "license": "ISC", 8219 "bin": { 8220 "semver": "bin/semver.js" 8221 }, 8222 "engines": { 8223 "node": ">=10" 8224 } 8225 }, 8226 "node_modules/serialize-error": { 8227 "version": "12.0.0", 8228 "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-12.0.0.tgz", 8229 "integrity": "sha512-ZYkZLAvKTKQXWuh5XpBw7CdbSzagarX39WyZ2H07CDLC5/KfsRGlIXV8d4+tfqX1M7916mRqR1QfNHSij+c9Pw==", 8230 "license": "MIT", 8231 "dependencies": { 8232 "type-fest": "^4.31.0" 8233 }, 8234 "engines": { 8235 "node": ">=18" 8236 }, 8237 "funding": { 8238 "url": "https://github.com/sponsors/sindresorhus" 8239 } 8240 }, 8241 "node_modules/serialize-error/node_modules/type-fest": { 8242 "version": "4.38.0", 8243 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.38.0.tgz", 8244 "integrity": "sha512-2dBz5D5ycHIoliLYLi0Q2V7KRaDlH0uWIvmk7TYlAg5slqwiPv1ezJdZm1QEM0xgk29oYWMCbIG7E6gHpvChlg==", 8245 "license": "(MIT OR CC0-1.0)", 8246 "engines": { 8247 "node": ">=16" 8248 }, 8249 "funding": { 8250 "url": "https://github.com/sponsors/sindresorhus" 8251 } 8252 }, 8253 "node_modules/set-function-length": { 8254 "version": "1.1.1", 8255 "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz", 8256 "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==", 8257 "dev": true, 8258 "dependencies": { 8259 "define-data-property": "^1.1.1", 8260 "get-intrinsic": "^1.2.1", 8261 "gopd": "^1.0.1", 8262 "has-property-descriptors": "^1.0.0" 8263 }, 8264 "engines": { 8265 "node": ">= 0.4" 8266 } 8267 }, 8268 "node_modules/set-function-name": { 8269 "version": "2.0.1", 8270 "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz", 8271 "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", 8272 "dev": true, 8273 "dependencies": { 8274 "define-data-property": "^1.0.1", 8275 "functions-have-names": "^1.2.3", 8276 "has-property-descriptors": "^1.0.0" 8277 }, 8278 "engines": { 8279 "node": ">= 0.4" 8280 } 8281 }, 8282 "node_modules/sharp": { 8283 "version": "0.34.1", 8284 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.1.tgz", 8285 "integrity": "sha512-1j0w61+eVxu7DawFJtnfYcvSv6qPFvfTaqzTQ2BLknVhHTwGS8sc63ZBF4rzkWMBVKybo4S5OBtDdZahh2A1xg==", 8286 "hasInstallScript": true, 8287 "license": "Apache-2.0", 8288 "optional": true, 8289 "dependencies": { 8290 "color": "^4.2.3", 8291 "detect-libc": "^2.0.3", 8292 "semver": "^7.7.1" 8293 }, 8294 "engines": { 8295 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 8296 }, 8297 "funding": { 8298 "url": "https://opencollective.com/libvips" 8299 }, 8300 "optionalDependencies": { 8301 "@img/sharp-darwin-arm64": "0.34.1", 8302 "@img/sharp-darwin-x64": "0.34.1", 8303 "@img/sharp-libvips-darwin-arm64": "1.1.0", 8304 "@img/sharp-libvips-darwin-x64": "1.1.0", 8305 "@img/sharp-libvips-linux-arm": "1.1.0", 8306 "@img/sharp-libvips-linux-arm64": "1.1.0", 8307 "@img/sharp-libvips-linux-ppc64": "1.1.0", 8308 "@img/sharp-libvips-linux-s390x": "1.1.0", 8309 "@img/sharp-libvips-linux-x64": "1.1.0", 8310 "@img/sharp-libvips-linuxmusl-arm64": "1.1.0", 8311 "@img/sharp-libvips-linuxmusl-x64": "1.1.0", 8312 "@img/sharp-linux-arm": "0.34.1", 8313 "@img/sharp-linux-arm64": "0.34.1", 8314 "@img/sharp-linux-s390x": "0.34.1", 8315 "@img/sharp-linux-x64": "0.34.1", 8316 "@img/sharp-linuxmusl-arm64": "0.34.1", 8317 "@img/sharp-linuxmusl-x64": "0.34.1", 8318 "@img/sharp-wasm32": "0.34.1", 8319 "@img/sharp-win32-ia32": "0.34.1", 8320 "@img/sharp-win32-x64": "0.34.1" 8321 } 8322 }, 8323 "node_modules/shebang-command": { 8324 "version": "2.0.0", 8325 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 8326 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 8327 "dev": true, 8328 "dependencies": { 8329 "shebang-regex": "^3.0.0" 8330 }, 8331 "engines": { 8332 "node": ">=8" 8333 } 8334 }, 8335 "node_modules/shebang-regex": { 8336 "version": "3.0.0", 8337 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 8338 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 8339 "dev": true, 8340 "engines": { 8341 "node": ">=8" 8342 } 8343 }, 8344 "node_modules/shiki": { 8345 "version": "3.3.0", 8346 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.3.0.tgz", 8347 "integrity": "sha512-j0Z1tG5vlOFGW8JVj0Cpuatzvshes7VJy5ncDmmMaYcmnGW0Js1N81TOW98ivTFNZfKRn9uwEg/aIm638o368g==", 8348 "license": "MIT", 8349 "dependencies": { 8350 "@shikijs/core": "3.3.0", 8351 "@shikijs/engine-javascript": "3.3.0", 8352 "@shikijs/engine-oniguruma": "3.3.0", 8353 "@shikijs/langs": "3.3.0", 8354 "@shikijs/themes": "3.3.0", 8355 "@shikijs/types": "3.3.0", 8356 "@shikijs/vscode-textmate": "^10.0.2", 8357 "@types/hast": "^3.0.4" 8358 } 8359 }, 8360 "node_modules/side-channel": { 8361 "version": "1.0.4", 8362 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", 8363 "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", 8364 "dev": true, 8365 "dependencies": { 8366 "call-bind": "^1.0.0", 8367 "get-intrinsic": "^1.0.2", 8368 "object-inspect": "^1.9.0" 8369 }, 8370 "funding": { 8371 "url": "https://github.com/sponsors/ljharb" 8372 } 8373 }, 8374 "node_modules/simple-swizzle": { 8375 "version": "0.2.2", 8376 "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", 8377 "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", 8378 "license": "MIT", 8379 "optional": true, 8380 "dependencies": { 8381 "is-arrayish": "^0.3.1" 8382 } 8383 }, 8384 "node_modules/slash": { 8385 "version": "3.0.0", 8386 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 8387 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", 8388 "dev": true, 8389 "engines": { 8390 "node": ">=8" 8391 } 8392 }, 8393 "node_modules/source-map": { 8394 "version": "0.7.4", 8395 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", 8396 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", 8397 "license": "BSD-3-Clause", 8398 "engines": { 8399 "node": ">= 8" 8400 } 8401 }, 8402 "node_modules/source-map-js": { 8403 "version": "1.0.2", 8404 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", 8405 "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", 8406 "engines": { 8407 "node": ">=0.10.0" 8408 } 8409 }, 8410 "node_modules/space-separated-tokens": { 8411 "version": "2.0.2", 8412 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 8413 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 8414 "funding": { 8415 "type": "github", 8416 "url": "https://github.com/sponsors/wooorm" 8417 } 8418 }, 8419 "node_modules/sprintf-js": { 8420 "version": "1.0.3", 8421 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 8422 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" 8423 }, 8424 "node_modules/string.prototype.matchall": { 8425 "version": "4.0.10", 8426 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", 8427 "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", 8428 "dev": true, 8429 "dependencies": { 8430 "call-bind": "^1.0.2", 8431 "define-properties": "^1.2.0", 8432 "es-abstract": "^1.22.1", 8433 "get-intrinsic": "^1.2.1", 8434 "has-symbols": "^1.0.3", 8435 "internal-slot": "^1.0.5", 8436 "regexp.prototype.flags": "^1.5.0", 8437 "set-function-name": "^2.0.0", 8438 "side-channel": "^1.0.4" 8439 }, 8440 "funding": { 8441 "url": "https://github.com/sponsors/ljharb" 8442 } 8443 }, 8444 "node_modules/string.prototype.trim": { 8445 "version": "1.2.8", 8446 "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", 8447 "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", 8448 "dev": true, 8449 "dependencies": { 8450 "call-bind": "^1.0.2", 8451 "define-properties": "^1.2.0", 8452 "es-abstract": "^1.22.1" 8453 }, 8454 "engines": { 8455 "node": ">= 0.4" 8456 }, 8457 "funding": { 8458 "url": "https://github.com/sponsors/ljharb" 8459 } 8460 }, 8461 "node_modules/string.prototype.trimend": { 8462 "version": "1.0.7", 8463 "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", 8464 "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", 8465 "dev": true, 8466 "dependencies": { 8467 "call-bind": "^1.0.2", 8468 "define-properties": "^1.2.0", 8469 "es-abstract": "^1.22.1" 8470 }, 8471 "funding": { 8472 "url": "https://github.com/sponsors/ljharb" 8473 } 8474 }, 8475 "node_modules/string.prototype.trimstart": { 8476 "version": "1.0.7", 8477 "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", 8478 "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", 8479 "dev": true, 8480 "dependencies": { 8481 "call-bind": "^1.0.2", 8482 "define-properties": "^1.2.0", 8483 "es-abstract": "^1.22.1" 8484 }, 8485 "funding": { 8486 "url": "https://github.com/sponsors/ljharb" 8487 } 8488 }, 8489 "node_modules/stringify-entities": { 8490 "version": "4.0.4", 8491 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 8492 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 8493 "license": "MIT", 8494 "dependencies": { 8495 "character-entities-html4": "^2.0.0", 8496 "character-entities-legacy": "^3.0.0" 8497 }, 8498 "funding": { 8499 "type": "github", 8500 "url": "https://github.com/sponsors/wooorm" 8501 } 8502 }, 8503 "node_modules/strip-ansi": { 8504 "version": "6.0.1", 8505 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 8506 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 8507 "dev": true, 8508 "dependencies": { 8509 "ansi-regex": "^5.0.1" 8510 }, 8511 "engines": { 8512 "node": ">=8" 8513 } 8514 }, 8515 "node_modules/strip-bom": { 8516 "version": "3.0.0", 8517 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", 8518 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", 8519 "dev": true, 8520 "engines": { 8521 "node": ">=4" 8522 } 8523 }, 8524 "node_modules/strip-bom-string": { 8525 "version": "1.0.0", 8526 "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", 8527 "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", 8528 "engines": { 8529 "node": ">=0.10.0" 8530 } 8531 }, 8532 "node_modules/strip-json-comments": { 8533 "version": "3.1.1", 8534 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", 8535 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", 8536 "dev": true, 8537 "engines": { 8538 "node": ">=8" 8539 }, 8540 "funding": { 8541 "url": "https://github.com/sponsors/sindresorhus" 8542 } 8543 }, 8544 "node_modules/style-to-js": { 8545 "version": "1.1.16", 8546 "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.16.tgz", 8547 "integrity": "sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==", 8548 "license": "MIT", 8549 "dependencies": { 8550 "style-to-object": "1.0.8" 8551 } 8552 }, 8553 "node_modules/style-to-object": { 8554 "version": "1.0.8", 8555 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz", 8556 "integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==", 8557 "license": "MIT", 8558 "dependencies": { 8559 "inline-style-parser": "0.2.4" 8560 } 8561 }, 8562 "node_modules/styled-jsx": { 8563 "version": "5.1.6", 8564 "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz", 8565 "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==", 8566 "license": "MIT", 8567 "dependencies": { 8568 "client-only": "0.0.1" 8569 }, 8570 "engines": { 8571 "node": ">= 12.0.0" 8572 }, 8573 "peerDependencies": { 8574 "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" 8575 }, 8576 "peerDependenciesMeta": { 8577 "@babel/core": { 8578 "optional": true 8579 }, 8580 "babel-plugin-macros": { 8581 "optional": true 8582 } 8583 } 8584 }, 8585 "node_modules/sucrase": { 8586 "version": "3.34.0", 8587 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.34.0.tgz", 8588 "integrity": "sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==", 8589 "dev": true, 8590 "dependencies": { 8591 "@jridgewell/gen-mapping": "^0.3.2", 8592 "commander": "^4.0.0", 8593 "glob": "7.1.6", 8594 "lines-and-columns": "^1.1.6", 8595 "mz": "^2.7.0", 8596 "pirates": "^4.0.1", 8597 "ts-interface-checker": "^0.1.9" 8598 }, 8599 "bin": { 8600 "sucrase": "bin/sucrase", 8601 "sucrase-node": "bin/sucrase-node" 8602 }, 8603 "engines": { 8604 "node": ">=8" 8605 } 8606 }, 8607 "node_modules/sucrase/node_modules/glob": { 8608 "version": "7.1.6", 8609 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", 8610 "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", 8611 "dev": true, 8612 "dependencies": { 8613 "fs.realpath": "^1.0.0", 8614 "inflight": "^1.0.4", 8615 "inherits": "2", 8616 "minimatch": "^3.0.4", 8617 "once": "^1.3.0", 8618 "path-is-absolute": "^1.0.0" 8619 }, 8620 "engines": { 8621 "node": "*" 8622 }, 8623 "funding": { 8624 "url": "https://github.com/sponsors/isaacs" 8625 } 8626 }, 8627 "node_modules/supports-color": { 8628 "version": "7.2.0", 8629 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 8630 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 8631 "dev": true, 8632 "dependencies": { 8633 "has-flag": "^4.0.0" 8634 }, 8635 "engines": { 8636 "node": ">=8" 8637 } 8638 }, 8639 "node_modules/supports-preserve-symlinks-flag": { 8640 "version": "1.0.0", 8641 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 8642 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", 8643 "dev": true, 8644 "engines": { 8645 "node": ">= 0.4" 8646 }, 8647 "funding": { 8648 "url": "https://github.com/sponsors/ljharb" 8649 } 8650 }, 8651 "node_modules/tailwindcss": { 8652 "version": "3.3.5", 8653 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", 8654 "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", 8655 "dev": true, 8656 "dependencies": { 8657 "@alloc/quick-lru": "^5.2.0", 8658 "arg": "^5.0.2", 8659 "chokidar": "^3.5.3", 8660 "didyoumean": "^1.2.2", 8661 "dlv": "^1.1.3", 8662 "fast-glob": "^3.3.0", 8663 "glob-parent": "^6.0.2", 8664 "is-glob": "^4.0.3", 8665 "jiti": "^1.19.1", 8666 "lilconfig": "^2.1.0", 8667 "micromatch": "^4.0.5", 8668 "normalize-path": "^3.0.0", 8669 "object-hash": "^3.0.0", 8670 "picocolors": "^1.0.0", 8671 "postcss": "^8.4.23", 8672 "postcss-import": "^15.1.0", 8673 "postcss-js": "^4.0.1", 8674 "postcss-load-config": "^4.0.1", 8675 "postcss-nested": "^6.0.1", 8676 "postcss-selector-parser": "^6.0.11", 8677 "resolve": "^1.22.2", 8678 "sucrase": "^3.32.0" 8679 }, 8680 "bin": { 8681 "tailwind": "lib/cli.js", 8682 "tailwindcss": "lib/cli.js" 8683 }, 8684 "engines": { 8685 "node": ">=14.0.0" 8686 } 8687 }, 8688 "node_modules/tapable": { 8689 "version": "2.2.1", 8690 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", 8691 "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", 8692 "dev": true, 8693 "engines": { 8694 "node": ">=6" 8695 } 8696 }, 8697 "node_modules/text-table": { 8698 "version": "0.2.0", 8699 "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", 8700 "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", 8701 "dev": true 8702 }, 8703 "node_modules/thenify": { 8704 "version": "3.3.1", 8705 "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", 8706 "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", 8707 "dev": true, 8708 "dependencies": { 8709 "any-promise": "^1.0.0" 8710 } 8711 }, 8712 "node_modules/thenify-all": { 8713 "version": "1.6.0", 8714 "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", 8715 "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", 8716 "dev": true, 8717 "dependencies": { 8718 "thenify": ">= 3.1.0 < 4" 8719 }, 8720 "engines": { 8721 "node": ">=0.8" 8722 } 8723 }, 8724 "node_modules/tmp": { 8725 "version": "0.0.33", 8726 "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", 8727 "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", 8728 "dev": true, 8729 "dependencies": { 8730 "os-tmpdir": "~1.0.2" 8731 }, 8732 "engines": { 8733 "node": ">=0.6.0" 8734 } 8735 }, 8736 "node_modules/to-regex-range": { 8737 "version": "5.0.1", 8738 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 8739 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 8740 "dev": true, 8741 "dependencies": { 8742 "is-number": "^7.0.0" 8743 }, 8744 "engines": { 8745 "node": ">=8.0" 8746 } 8747 }, 8748 "node_modules/trim-lines": { 8749 "version": "3.0.1", 8750 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 8751 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 8752 "license": "MIT", 8753 "funding": { 8754 "type": "github", 8755 "url": "https://github.com/sponsors/wooorm" 8756 } 8757 }, 8758 "node_modules/trough": { 8759 "version": "2.1.0", 8760 "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", 8761 "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", 8762 "funding": { 8763 "type": "github", 8764 "url": "https://github.com/sponsors/wooorm" 8765 } 8766 }, 8767 "node_modules/ts-api-utils": { 8768 "version": "1.0.3", 8769 "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz", 8770 "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==", 8771 "dev": true, 8772 "engines": { 8773 "node": ">=16.13.0" 8774 }, 8775 "peerDependencies": { 8776 "typescript": ">=4.2.0" 8777 } 8778 }, 8779 "node_modules/ts-interface-checker": { 8780 "version": "0.1.13", 8781 "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", 8782 "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", 8783 "dev": true 8784 }, 8785 "node_modules/tsconfig-paths": { 8786 "version": "3.14.2", 8787 "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", 8788 "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", 8789 "dev": true, 8790 "dependencies": { 8791 "@types/json5": "^0.0.29", 8792 "json5": "^1.0.2", 8793 "minimist": "^1.2.6", 8794 "strip-bom": "^3.0.0" 8795 } 8796 }, 8797 "node_modules/tslib": { 8798 "version": "2.8.1", 8799 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 8800 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 8801 "license": "0BSD" 8802 }, 8803 "node_modules/type-check": { 8804 "version": "0.4.0", 8805 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", 8806 "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", 8807 "dev": true, 8808 "dependencies": { 8809 "prelude-ls": "^1.2.1" 8810 }, 8811 "engines": { 8812 "node": ">= 0.8.0" 8813 } 8814 }, 8815 "node_modules/type-fest": { 8816 "version": "0.20.2", 8817 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", 8818 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", 8819 "dev": true, 8820 "engines": { 8821 "node": ">=10" 8822 }, 8823 "funding": { 8824 "url": "https://github.com/sponsors/sindresorhus" 8825 } 8826 }, 8827 "node_modules/typed-array-buffer": { 8828 "version": "1.0.0", 8829 "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", 8830 "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", 8831 "dev": true, 8832 "dependencies": { 8833 "call-bind": "^1.0.2", 8834 "get-intrinsic": "^1.2.1", 8835 "is-typed-array": "^1.1.10" 8836 }, 8837 "engines": { 8838 "node": ">= 0.4" 8839 } 8840 }, 8841 "node_modules/typed-array-byte-length": { 8842 "version": "1.0.0", 8843 "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", 8844 "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", 8845 "dev": true, 8846 "dependencies": { 8847 "call-bind": "^1.0.2", 8848 "for-each": "^0.3.3", 8849 "has-proto": "^1.0.1", 8850 "is-typed-array": "^1.1.10" 8851 }, 8852 "engines": { 8853 "node": ">= 0.4" 8854 }, 8855 "funding": { 8856 "url": "https://github.com/sponsors/ljharb" 8857 } 8858 }, 8859 "node_modules/typed-array-byte-offset": { 8860 "version": "1.0.0", 8861 "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", 8862 "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", 8863 "dev": true, 8864 "dependencies": { 8865 "available-typed-arrays": "^1.0.5", 8866 "call-bind": "^1.0.2", 8867 "for-each": "^0.3.3", 8868 "has-proto": "^1.0.1", 8869 "is-typed-array": "^1.1.10" 8870 }, 8871 "engines": { 8872 "node": ">= 0.4" 8873 }, 8874 "funding": { 8875 "url": "https://github.com/sponsors/ljharb" 8876 } 8877 }, 8878 "node_modules/typed-array-length": { 8879 "version": "1.0.4", 8880 "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", 8881 "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", 8882 "dev": true, 8883 "dependencies": { 8884 "call-bind": "^1.0.2", 8885 "for-each": "^0.3.3", 8886 "is-typed-array": "^1.1.9" 8887 }, 8888 "funding": { 8889 "url": "https://github.com/sponsors/ljharb" 8890 } 8891 }, 8892 "node_modules/typescript": { 8893 "version": "5.2.2", 8894 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", 8895 "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", 8896 "dev": true, 8897 "peer": true, 8898 "bin": { 8899 "tsc": "bin/tsc", 8900 "tsserver": "bin/tsserver" 8901 }, 8902 "engines": { 8903 "node": ">=14.17" 8904 } 8905 }, 8906 "node_modules/unbox-primitive": { 8907 "version": "1.0.2", 8908 "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", 8909 "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", 8910 "dev": true, 8911 "dependencies": { 8912 "call-bind": "^1.0.2", 8913 "has-bigints": "^1.0.2", 8914 "has-symbols": "^1.0.3", 8915 "which-boxed-primitive": "^1.0.2" 8916 }, 8917 "funding": { 8918 "url": "https://github.com/sponsors/ljharb" 8919 } 8920 }, 8921 "node_modules/undici-types": { 8922 "version": "6.21.0", 8923 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", 8924 "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", 8925 "dev": true, 8926 "license": "MIT" 8927 }, 8928 "node_modules/unherit": { 8929 "version": "3.0.1", 8930 "resolved": "https://registry.npmjs.org/unherit/-/unherit-3.0.1.tgz", 8931 "integrity": "sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==", 8932 "funding": { 8933 "type": "github", 8934 "url": "https://github.com/sponsors/wooorm" 8935 } 8936 }, 8937 "node_modules/unified": { 8938 "version": "10.1.2", 8939 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 8940 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 8941 "dependencies": { 8942 "@types/unist": "^2.0.0", 8943 "bail": "^2.0.0", 8944 "extend": "^3.0.0", 8945 "is-buffer": "^2.0.0", 8946 "is-plain-obj": "^4.0.0", 8947 "trough": "^2.0.0", 8948 "vfile": "^5.0.0" 8949 }, 8950 "funding": { 8951 "type": "opencollective", 8952 "url": "https://opencollective.com/unified" 8953 } 8954 }, 8955 "node_modules/unist-util-is": { 8956 "version": "5.2.1", 8957 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 8958 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 8959 "dependencies": { 8960 "@types/unist": "^2.0.0" 8961 }, 8962 "funding": { 8963 "type": "opencollective", 8964 "url": "https://opencollective.com/unified" 8965 } 8966 }, 8967 "node_modules/unist-util-modify-children": { 8968 "version": "3.1.1", 8969 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-3.1.1.tgz", 8970 "integrity": "sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==", 8971 "dependencies": { 8972 "@types/unist": "^2.0.0", 8973 "array-iterate": "^2.0.0" 8974 }, 8975 "funding": { 8976 "type": "opencollective", 8977 "url": "https://opencollective.com/unified" 8978 } 8979 }, 8980 "node_modules/unist-util-position": { 8981 "version": "5.0.0", 8982 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 8983 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 8984 "license": "MIT", 8985 "dependencies": { 8986 "@types/unist": "^3.0.0" 8987 }, 8988 "funding": { 8989 "type": "opencollective", 8990 "url": "https://opencollective.com/unified" 8991 } 8992 }, 8993 "node_modules/unist-util-position-from-estree": { 8994 "version": "2.0.0", 8995 "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", 8996 "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", 8997 "license": "MIT", 8998 "dependencies": { 8999 "@types/unist": "^3.0.0" 9000 }, 9001 "funding": { 9002 "type": "opencollective", 9003 "url": "https://opencollective.com/unified" 9004 } 9005 }, 9006 "node_modules/unist-util-position-from-estree/node_modules/@types/unist": { 9007 "version": "3.0.3", 9008 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 9009 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 9010 "license": "MIT" 9011 }, 9012 "node_modules/unist-util-position/node_modules/@types/unist": { 9013 "version": "3.0.3", 9014 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 9015 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 9016 "license": "MIT" 9017 }, 9018 "node_modules/unist-util-stringify-position": { 9019 "version": "3.0.3", 9020 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", 9021 "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", 9022 "dependencies": { 9023 "@types/unist": "^2.0.0" 9024 }, 9025 "funding": { 9026 "type": "opencollective", 9027 "url": "https://opencollective.com/unified" 9028 } 9029 }, 9030 "node_modules/unist-util-visit": { 9031 "version": "4.1.2", 9032 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 9033 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 9034 "dependencies": { 9035 "@types/unist": "^2.0.0", 9036 "unist-util-is": "^5.0.0", 9037 "unist-util-visit-parents": "^5.1.1" 9038 }, 9039 "funding": { 9040 "type": "opencollective", 9041 "url": "https://opencollective.com/unified" 9042 } 9043 }, 9044 "node_modules/unist-util-visit-children": { 9045 "version": "2.0.2", 9046 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-2.0.2.tgz", 9047 "integrity": "sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==", 9048 "dependencies": { 9049 "@types/unist": "^2.0.0" 9050 }, 9051 "funding": { 9052 "type": "opencollective", 9053 "url": "https://opencollective.com/unified" 9054 } 9055 }, 9056 "node_modules/unist-util-visit-parents": { 9057 "version": "5.1.3", 9058 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 9059 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 9060 "dependencies": { 9061 "@types/unist": "^2.0.0", 9062 "unist-util-is": "^5.0.0" 9063 }, 9064 "funding": { 9065 "type": "opencollective", 9066 "url": "https://opencollective.com/unified" 9067 } 9068 }, 9069 "node_modules/universalify": { 9070 "version": "2.0.1", 9071 "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", 9072 "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", 9073 "dev": true, 9074 "engines": { 9075 "node": ">= 10.0.0" 9076 } 9077 }, 9078 "node_modules/update-browserslist-db": { 9079 "version": "1.0.13", 9080 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", 9081 "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", 9082 "dev": true, 9083 "funding": [ 9084 { 9085 "type": "opencollective", 9086 "url": "https://opencollective.com/browserslist" 9087 }, 9088 { 9089 "type": "tidelift", 9090 "url": "https://tidelift.com/funding/github/npm/browserslist" 9091 }, 9092 { 9093 "type": "github", 9094 "url": "https://github.com/sponsors/ai" 9095 } 9096 ], 9097 "dependencies": { 9098 "escalade": "^3.1.1", 9099 "picocolors": "^1.0.0" 9100 }, 9101 "bin": { 9102 "update-browserslist-db": "cli.js" 9103 }, 9104 "peerDependencies": { 9105 "browserslist": ">= 4.21.0" 9106 } 9107 }, 9108 "node_modules/uri-js": { 9109 "version": "4.4.1", 9110 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", 9111 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", 9112 "dev": true, 9113 "dependencies": { 9114 "punycode": "^2.1.0" 9115 } 9116 }, 9117 "node_modules/util-deprecate": { 9118 "version": "1.0.2", 9119 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 9120 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", 9121 "dev": true 9122 }, 9123 "node_modules/vfile": { 9124 "version": "5.3.7", 9125 "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", 9126 "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", 9127 "dependencies": { 9128 "@types/unist": "^2.0.0", 9129 "is-buffer": "^2.0.0", 9130 "unist-util-stringify-position": "^3.0.0", 9131 "vfile-message": "^3.0.0" 9132 }, 9133 "funding": { 9134 "type": "opencollective", 9135 "url": "https://opencollective.com/unified" 9136 } 9137 }, 9138 "node_modules/vfile-location": { 9139 "version": "5.0.3", 9140 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 9141 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 9142 "license": "MIT", 9143 "dependencies": { 9144 "@types/unist": "^3.0.0", 9145 "vfile": "^6.0.0" 9146 }, 9147 "funding": { 9148 "type": "opencollective", 9149 "url": "https://opencollective.com/unified" 9150 } 9151 }, 9152 "node_modules/vfile-location/node_modules/@types/unist": { 9153 "version": "3.0.3", 9154 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 9155 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 9156 "license": "MIT" 9157 }, 9158 "node_modules/vfile-location/node_modules/unist-util-stringify-position": { 9159 "version": "4.0.0", 9160 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 9161 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 9162 "license": "MIT", 9163 "dependencies": { 9164 "@types/unist": "^3.0.0" 9165 }, 9166 "funding": { 9167 "type": "opencollective", 9168 "url": "https://opencollective.com/unified" 9169 } 9170 }, 9171 "node_modules/vfile-location/node_modules/vfile": { 9172 "version": "6.0.3", 9173 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 9174 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 9175 "license": "MIT", 9176 "dependencies": { 9177 "@types/unist": "^3.0.0", 9178 "vfile-message": "^4.0.0" 9179 }, 9180 "funding": { 9181 "type": "opencollective", 9182 "url": "https://opencollective.com/unified" 9183 } 9184 }, 9185 "node_modules/vfile-location/node_modules/vfile-message": { 9186 "version": "4.0.2", 9187 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 9188 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 9189 "license": "MIT", 9190 "dependencies": { 9191 "@types/unist": "^3.0.0", 9192 "unist-util-stringify-position": "^4.0.0" 9193 }, 9194 "funding": { 9195 "type": "opencollective", 9196 "url": "https://opencollective.com/unified" 9197 } 9198 }, 9199 "node_modules/vfile-matter": { 9200 "version": "5.0.1", 9201 "resolved": "https://registry.npmjs.org/vfile-matter/-/vfile-matter-5.0.1.tgz", 9202 "integrity": "sha512-o6roP82AiX0XfkyTHyRCMXgHfltUNlXSEqCIS80f+mbAyiQBE2fxtDVMtseyytGx75sihiJFo/zR6r/4LTs2Cw==", 9203 "license": "MIT", 9204 "dependencies": { 9205 "vfile": "^6.0.0", 9206 "yaml": "^2.0.0" 9207 }, 9208 "funding": { 9209 "type": "opencollective", 9210 "url": "https://opencollective.com/unified" 9211 } 9212 }, 9213 "node_modules/vfile-matter/node_modules/@types/unist": { 9214 "version": "3.0.3", 9215 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 9216 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 9217 "license": "MIT" 9218 }, 9219 "node_modules/vfile-matter/node_modules/unist-util-stringify-position": { 9220 "version": "4.0.0", 9221 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 9222 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 9223 "license": "MIT", 9224 "dependencies": { 9225 "@types/unist": "^3.0.0" 9226 }, 9227 "funding": { 9228 "type": "opencollective", 9229 "url": "https://opencollective.com/unified" 9230 } 9231 }, 9232 "node_modules/vfile-matter/node_modules/vfile": { 9233 "version": "6.0.3", 9234 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 9235 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 9236 "license": "MIT", 9237 "dependencies": { 9238 "@types/unist": "^3.0.0", 9239 "vfile-message": "^4.0.0" 9240 }, 9241 "funding": { 9242 "type": "opencollective", 9243 "url": "https://opencollective.com/unified" 9244 } 9245 }, 9246 "node_modules/vfile-matter/node_modules/vfile-message": { 9247 "version": "4.0.2", 9248 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 9249 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 9250 "license": "MIT", 9251 "dependencies": { 9252 "@types/unist": "^3.0.0", 9253 "unist-util-stringify-position": "^4.0.0" 9254 }, 9255 "funding": { 9256 "type": "opencollective", 9257 "url": "https://opencollective.com/unified" 9258 } 9259 }, 9260 "node_modules/vfile-message": { 9261 "version": "3.1.4", 9262 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", 9263 "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", 9264 "dependencies": { 9265 "@types/unist": "^2.0.0", 9266 "unist-util-stringify-position": "^3.0.0" 9267 }, 9268 "funding": { 9269 "type": "opencollective", 9270 "url": "https://opencollective.com/unified" 9271 } 9272 }, 9273 "node_modules/web-namespaces": { 9274 "version": "2.0.1", 9275 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 9276 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 9277 "license": "MIT", 9278 "funding": { 9279 "type": "github", 9280 "url": "https://github.com/sponsors/wooorm" 9281 } 9282 }, 9283 "node_modules/which": { 9284 "version": "2.0.2", 9285 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 9286 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 9287 "dev": true, 9288 "dependencies": { 9289 "isexe": "^2.0.0" 9290 }, 9291 "bin": { 9292 "node-which": "bin/node-which" 9293 }, 9294 "engines": { 9295 "node": ">= 8" 9296 } 9297 }, 9298 "node_modules/which-boxed-primitive": { 9299 "version": "1.0.2", 9300 "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", 9301 "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", 9302 "dev": true, 9303 "dependencies": { 9304 "is-bigint": "^1.0.1", 9305 "is-boolean-object": "^1.1.0", 9306 "is-number-object": "^1.0.4", 9307 "is-string": "^1.0.5", 9308 "is-symbol": "^1.0.3" 9309 }, 9310 "funding": { 9311 "url": "https://github.com/sponsors/ljharb" 9312 } 9313 }, 9314 "node_modules/which-builtin-type": { 9315 "version": "1.1.3", 9316 "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", 9317 "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", 9318 "dev": true, 9319 "dependencies": { 9320 "function.prototype.name": "^1.1.5", 9321 "has-tostringtag": "^1.0.0", 9322 "is-async-function": "^2.0.0", 9323 "is-date-object": "^1.0.5", 9324 "is-finalizationregistry": "^1.0.2", 9325 "is-generator-function": "^1.0.10", 9326 "is-regex": "^1.1.4", 9327 "is-weakref": "^1.0.2", 9328 "isarray": "^2.0.5", 9329 "which-boxed-primitive": "^1.0.2", 9330 "which-collection": "^1.0.1", 9331 "which-typed-array": "^1.1.9" 9332 }, 9333 "engines": { 9334 "node": ">= 0.4" 9335 }, 9336 "funding": { 9337 "url": "https://github.com/sponsors/ljharb" 9338 } 9339 }, 9340 "node_modules/which-collection": { 9341 "version": "1.0.1", 9342 "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", 9343 "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", 9344 "dev": true, 9345 "dependencies": { 9346 "is-map": "^2.0.1", 9347 "is-set": "^2.0.1", 9348 "is-weakmap": "^2.0.1", 9349 "is-weakset": "^2.0.1" 9350 }, 9351 "funding": { 9352 "url": "https://github.com/sponsors/ljharb" 9353 } 9354 }, 9355 "node_modules/which-typed-array": { 9356 "version": "1.1.13", 9357 "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.13.tgz", 9358 "integrity": "sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==", 9359 "dev": true, 9360 "dependencies": { 9361 "available-typed-arrays": "^1.0.5", 9362 "call-bind": "^1.0.4", 9363 "for-each": "^0.3.3", 9364 "gopd": "^1.0.1", 9365 "has-tostringtag": "^1.0.0" 9366 }, 9367 "engines": { 9368 "node": ">= 0.4" 9369 }, 9370 "funding": { 9371 "url": "https://github.com/sponsors/ljharb" 9372 } 9373 }, 9374 "node_modules/wrappy": { 9375 "version": "1.0.2", 9376 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 9377 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", 9378 "dev": true 9379 }, 9380 "node_modules/xml-js": { 9381 "version": "1.6.11", 9382 "resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz", 9383 "integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==", 9384 "dependencies": { 9385 "sax": "^1.2.4" 9386 }, 9387 "bin": { 9388 "xml-js": "bin/cli.js" 9389 } 9390 }, 9391 "node_modules/yaml": { 9392 "version": "2.3.3", 9393 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.3.tgz", 9394 "integrity": "sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==", 9395 "engines": { 9396 "node": ">= 14" 9397 } 9398 }, 9399 "node_modules/yocto-queue": { 9400 "version": "0.1.0", 9401 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", 9402 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", 9403 "dev": true, 9404 "engines": { 9405 "node": ">=10" 9406 }, 9407 "funding": { 9408 "url": "https://github.com/sponsors/sindresorhus" 9409 } 9410 }, 9411 "node_modules/zwitch": { 9412 "version": "2.0.4", 9413 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 9414 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 9415 "license": "MIT", 9416 "funding": { 9417 "type": "github", 9418 "url": "https://github.com/sponsors/wooorm" 9419 } 9420 } 9421 } 9422}