crossing the streams
at main 9474 lines 354 kB view raw
1{ 2 "name": "docs", 3 "version": "0.0.1", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "docs", 9 "version": "0.0.1", 10 "hasInstallScript": true, 11 "dependencies": { 12 "@astrojs/solid-js": "^5.0.1", 13 "@astrojs/starlight": "^0.30.3", 14 "@beoe/rehype-mermaid": "^0.3.0", 15 "@fujocoded/expressive-code-output": "^0.0.1", 16 "astro": "^5.0.2", 17 "playwright": "^1.49.1", 18 "sharp": "^0.32.5" 19 } 20 }, 21 "node_modules/@ampproject/remapping": { 22 "version": "2.3.0", 23 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", 24 "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", 25 "license": "Apache-2.0", 26 "dependencies": { 27 "@jridgewell/gen-mapping": "^0.3.5", 28 "@jridgewell/trace-mapping": "^0.3.24" 29 }, 30 "engines": { 31 "node": ">=6.0.0" 32 } 33 }, 34 "node_modules/@antfu/install-pkg": { 35 "version": "0.4.1", 36 "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-0.4.1.tgz", 37 "integrity": "sha512-T7yB5QNG29afhWVkVq7XeIMBa5U/vs9mX69YqayXypPRmYzUmzwnYltplHmPtZ4HPCn+sQKeXW8I47wCbuBOjw==", 38 "license": "MIT", 39 "dependencies": { 40 "package-manager-detector": "^0.2.0", 41 "tinyexec": "^0.3.0" 42 }, 43 "funding": { 44 "url": "https://github.com/sponsors/antfu" 45 } 46 }, 47 "node_modules/@antfu/utils": { 48 "version": "0.7.10", 49 "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.10.tgz", 50 "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==", 51 "license": "MIT", 52 "funding": { 53 "url": "https://github.com/sponsors/antfu" 54 } 55 }, 56 "node_modules/@astrojs/compiler": { 57 "version": "2.10.3", 58 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.10.3.tgz", 59 "integrity": "sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==" 60 }, 61 "node_modules/@astrojs/internal-helpers": { 62 "version": "0.4.2", 63 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.4.2.tgz", 64 "integrity": "sha512-EdDWkC3JJVcpGpqJAU/5hSk2LKXyG3mNGkzGoAuyK+xoPHbaVdSuIWoN1QTnmK3N/gGfaaAfM8gO2KDCAW7S3w==" 65 }, 66 "node_modules/@astrojs/markdown-remark": { 67 "version": "6.0.1", 68 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.0.1.tgz", 69 "integrity": "sha512-CTSYijj25NfxgZi15TU3CwPwgyD1/7yA3FcdcNmB9p94nydupiUbrIiq3IqeTp2m5kCVzxbPZeC7fTwEOaNyGw==", 70 "dependencies": { 71 "@astrojs/prism": "3.2.0", 72 "github-slugger": "^2.0.0", 73 "hast-util-from-html": "^2.0.3", 74 "hast-util-to-text": "^4.0.2", 75 "import-meta-resolve": "^4.1.0", 76 "js-yaml": "^4.1.0", 77 "mdast-util-definitions": "^6.0.0", 78 "rehype-raw": "^7.0.0", 79 "rehype-stringify": "^10.0.1", 80 "remark-gfm": "^4.0.0", 81 "remark-parse": "^11.0.0", 82 "remark-rehype": "^11.1.1", 83 "remark-smartypants": "^3.0.2", 84 "shiki": "^1.23.1", 85 "unified": "^11.0.5", 86 "unist-util-remove-position": "^5.0.0", 87 "unist-util-visit": "^5.0.0", 88 "unist-util-visit-parents": "^6.0.1", 89 "vfile": "^6.0.3" 90 } 91 }, 92 "node_modules/@astrojs/mdx": { 93 "version": "4.0.3", 94 "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.3.tgz", 95 "integrity": "sha512-8HcuyNG/KgYUAQWVzKFkboXcTOBCW6aQ0WK0Er/iSmVSF0y3yimg4/3QSt+Twv9dogpwIHL+E8iBJKqieFv4+g==", 96 "dependencies": { 97 "@astrojs/markdown-remark": "6.0.1", 98 "@mdx-js/mdx": "^3.1.0", 99 "acorn": "^8.14.0", 100 "es-module-lexer": "^1.5.4", 101 "estree-util-visit": "^2.0.0", 102 "hast-util-to-html": "^9.0.3", 103 "kleur": "^4.1.5", 104 "rehype-raw": "^7.0.0", 105 "remark-gfm": "^4.0.0", 106 "remark-smartypants": "^3.0.2", 107 "source-map": "^0.7.4", 108 "unist-util-visit": "^5.0.0", 109 "vfile": "^6.0.3" 110 }, 111 "engines": { 112 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 113 }, 114 "peerDependencies": { 115 "astro": "^5.0.0" 116 } 117 }, 118 "node_modules/@astrojs/prism": { 119 "version": "3.2.0", 120 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.2.0.tgz", 121 "integrity": "sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==", 122 "dependencies": { 123 "prismjs": "^1.29.0" 124 }, 125 "engines": { 126 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 127 } 128 }, 129 "node_modules/@astrojs/sitemap": { 130 "version": "3.2.1", 131 "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.2.1.tgz", 132 "integrity": "sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==", 133 "dependencies": { 134 "sitemap": "^8.0.0", 135 "stream-replace-string": "^2.0.0", 136 "zod": "^3.23.8" 137 } 138 }, 139 "node_modules/@astrojs/solid-js": { 140 "version": "5.0.1", 141 "resolved": "https://registry.npmjs.org/@astrojs/solid-js/-/solid-js-5.0.1.tgz", 142 "integrity": "sha512-8II1SIEgV0uyeijntAmNgUZu/n1e/A7OW2ofzp0MLYoxCRSOuu5QlQB3A4QOSCqRFtgrT03rvhMDmEd/JRPgUA==", 143 "license": "MIT", 144 "dependencies": { 145 "vite": "^6.0.5", 146 "vite-plugin-solid": "^2.11.0" 147 }, 148 "engines": { 149 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 150 }, 151 "peerDependencies": { 152 "solid-devtools": "^0.30.1", 153 "solid-js": "^1.8.5" 154 }, 155 "peerDependenciesMeta": { 156 "solid-devtools": { 157 "optional": true 158 } 159 } 160 }, 161 "node_modules/@astrojs/starlight": { 162 "version": "0.30.3", 163 "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.30.3.tgz", 164 "integrity": "sha512-HbGYYIR2Rnrvvc2jD0dUpp8zUzv3jQYtG5im3aulDgE4Jo21Ahw0yXlb/Y134G3LALLbqhImmlbt/h/nDV3yMA==", 165 "dependencies": { 166 "@astrojs/mdx": "^4.0.1", 167 "@astrojs/sitemap": "^3.1.6", 168 "@pagefind/default-ui": "^1.0.3", 169 "@types/hast": "^3.0.4", 170 "@types/js-yaml": "^4.0.9", 171 "@types/mdast": "^4.0.4", 172 "astro-expressive-code": "^0.38.3", 173 "bcp-47": "^2.1.0", 174 "hast-util-from-html": "^2.0.1", 175 "hast-util-select": "^6.0.2", 176 "hast-util-to-string": "^3.0.0", 177 "hastscript": "^9.0.0", 178 "i18next": "^23.11.5", 179 "js-yaml": "^4.1.0", 180 "mdast-util-directive": "^3.0.0", 181 "mdast-util-to-markdown": "^2.1.0", 182 "mdast-util-to-string": "^4.0.0", 183 "pagefind": "^1.0.3", 184 "rehype": "^13.0.1", 185 "rehype-format": "^5.0.0", 186 "remark-directive": "^3.0.0", 187 "unified": "^11.0.5", 188 "unist-util-visit": "^5.0.0", 189 "vfile": "^6.0.2" 190 }, 191 "peerDependencies": { 192 "astro": "^5.0.0" 193 } 194 }, 195 "node_modules/@astrojs/telemetry": { 196 "version": "3.2.0", 197 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.2.0.tgz", 198 "integrity": "sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==", 199 "dependencies": { 200 "ci-info": "^4.1.0", 201 "debug": "^4.3.7", 202 "dlv": "^1.1.3", 203 "dset": "^3.1.4", 204 "is-docker": "^3.0.0", 205 "is-wsl": "^3.1.0", 206 "which-pm-runs": "^1.1.0" 207 }, 208 "engines": { 209 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 210 } 211 }, 212 "node_modules/@babel/code-frame": { 213 "version": "7.26.2", 214 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", 215 "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", 216 "license": "MIT", 217 "dependencies": { 218 "@babel/helper-validator-identifier": "^7.25.9", 219 "js-tokens": "^4.0.0", 220 "picocolors": "^1.0.0" 221 }, 222 "engines": { 223 "node": ">=6.9.0" 224 } 225 }, 226 "node_modules/@babel/compat-data": { 227 "version": "7.26.3", 228 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.3.tgz", 229 "integrity": "sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==", 230 "license": "MIT", 231 "engines": { 232 "node": ">=6.9.0" 233 } 234 }, 235 "node_modules/@babel/core": { 236 "version": "7.26.0", 237 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", 238 "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", 239 "license": "MIT", 240 "dependencies": { 241 "@ampproject/remapping": "^2.2.0", 242 "@babel/code-frame": "^7.26.0", 243 "@babel/generator": "^7.26.0", 244 "@babel/helper-compilation-targets": "^7.25.9", 245 "@babel/helper-module-transforms": "^7.26.0", 246 "@babel/helpers": "^7.26.0", 247 "@babel/parser": "^7.26.0", 248 "@babel/template": "^7.25.9", 249 "@babel/traverse": "^7.25.9", 250 "@babel/types": "^7.26.0", 251 "convert-source-map": "^2.0.0", 252 "debug": "^4.1.0", 253 "gensync": "^1.0.0-beta.2", 254 "json5": "^2.2.3", 255 "semver": "^6.3.1" 256 }, 257 "engines": { 258 "node": ">=6.9.0" 259 }, 260 "funding": { 261 "type": "opencollective", 262 "url": "https://opencollective.com/babel" 263 } 264 }, 265 "node_modules/@babel/core/node_modules/semver": { 266 "version": "6.3.1", 267 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 268 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 269 "license": "ISC", 270 "bin": { 271 "semver": "bin/semver.js" 272 } 273 }, 274 "node_modules/@babel/generator": { 275 "version": "7.26.3", 276 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.3.tgz", 277 "integrity": "sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==", 278 "license": "MIT", 279 "dependencies": { 280 "@babel/parser": "^7.26.3", 281 "@babel/types": "^7.26.3", 282 "@jridgewell/gen-mapping": "^0.3.5", 283 "@jridgewell/trace-mapping": "^0.3.25", 284 "jsesc": "^3.0.2" 285 }, 286 "engines": { 287 "node": ">=6.9.0" 288 } 289 }, 290 "node_modules/@babel/helper-compilation-targets": { 291 "version": "7.25.9", 292 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", 293 "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", 294 "license": "MIT", 295 "dependencies": { 296 "@babel/compat-data": "^7.25.9", 297 "@babel/helper-validator-option": "^7.25.9", 298 "browserslist": "^4.24.0", 299 "lru-cache": "^5.1.1", 300 "semver": "^6.3.1" 301 }, 302 "engines": { 303 "node": ">=6.9.0" 304 } 305 }, 306 "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { 307 "version": "5.1.1", 308 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", 309 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", 310 "license": "ISC", 311 "dependencies": { 312 "yallist": "^3.0.2" 313 } 314 }, 315 "node_modules/@babel/helper-compilation-targets/node_modules/semver": { 316 "version": "6.3.1", 317 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 318 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 319 "license": "ISC", 320 "bin": { 321 "semver": "bin/semver.js" 322 } 323 }, 324 "node_modules/@babel/helper-module-imports": { 325 "version": "7.25.9", 326 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", 327 "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", 328 "license": "MIT", 329 "dependencies": { 330 "@babel/traverse": "^7.25.9", 331 "@babel/types": "^7.25.9" 332 }, 333 "engines": { 334 "node": ">=6.9.0" 335 } 336 }, 337 "node_modules/@babel/helper-module-transforms": { 338 "version": "7.26.0", 339 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", 340 "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", 341 "license": "MIT", 342 "dependencies": { 343 "@babel/helper-module-imports": "^7.25.9", 344 "@babel/helper-validator-identifier": "^7.25.9", 345 "@babel/traverse": "^7.25.9" 346 }, 347 "engines": { 348 "node": ">=6.9.0" 349 }, 350 "peerDependencies": { 351 "@babel/core": "^7.0.0" 352 } 353 }, 354 "node_modules/@babel/helper-plugin-utils": { 355 "version": "7.25.9", 356 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", 357 "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", 358 "license": "MIT", 359 "engines": { 360 "node": ">=6.9.0" 361 } 362 }, 363 "node_modules/@babel/helper-string-parser": { 364 "version": "7.25.9", 365 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", 366 "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", 367 "engines": { 368 "node": ">=6.9.0" 369 } 370 }, 371 "node_modules/@babel/helper-validator-identifier": { 372 "version": "7.25.9", 373 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", 374 "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", 375 "engines": { 376 "node": ">=6.9.0" 377 } 378 }, 379 "node_modules/@babel/helper-validator-option": { 380 "version": "7.25.9", 381 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", 382 "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", 383 "license": "MIT", 384 "engines": { 385 "node": ">=6.9.0" 386 } 387 }, 388 "node_modules/@babel/helpers": { 389 "version": "7.26.0", 390 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", 391 "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", 392 "license": "MIT", 393 "dependencies": { 394 "@babel/template": "^7.25.9", 395 "@babel/types": "^7.26.0" 396 }, 397 "engines": { 398 "node": ">=6.9.0" 399 } 400 }, 401 "node_modules/@babel/parser": { 402 "version": "7.26.3", 403 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.3.tgz", 404 "integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==", 405 "dependencies": { 406 "@babel/types": "^7.26.3" 407 }, 408 "bin": { 409 "parser": "bin/babel-parser.js" 410 }, 411 "engines": { 412 "node": ">=6.0.0" 413 } 414 }, 415 "node_modules/@babel/plugin-syntax-jsx": { 416 "version": "7.25.9", 417 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", 418 "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", 419 "license": "MIT", 420 "dependencies": { 421 "@babel/helper-plugin-utils": "^7.25.9" 422 }, 423 "engines": { 424 "node": ">=6.9.0" 425 }, 426 "peerDependencies": { 427 "@babel/core": "^7.0.0-0" 428 } 429 }, 430 "node_modules/@babel/runtime": { 431 "version": "7.26.0", 432 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", 433 "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", 434 "dependencies": { 435 "regenerator-runtime": "^0.14.0" 436 }, 437 "engines": { 438 "node": ">=6.9.0" 439 } 440 }, 441 "node_modules/@babel/template": { 442 "version": "7.25.9", 443 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", 444 "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", 445 "license": "MIT", 446 "dependencies": { 447 "@babel/code-frame": "^7.25.9", 448 "@babel/parser": "^7.25.9", 449 "@babel/types": "^7.25.9" 450 }, 451 "engines": { 452 "node": ">=6.9.0" 453 } 454 }, 455 "node_modules/@babel/traverse": { 456 "version": "7.26.4", 457 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.4.tgz", 458 "integrity": "sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==", 459 "license": "MIT", 460 "dependencies": { 461 "@babel/code-frame": "^7.26.2", 462 "@babel/generator": "^7.26.3", 463 "@babel/parser": "^7.26.3", 464 "@babel/template": "^7.25.9", 465 "@babel/types": "^7.26.3", 466 "debug": "^4.3.1", 467 "globals": "^11.1.0" 468 }, 469 "engines": { 470 "node": ">=6.9.0" 471 } 472 }, 473 "node_modules/@babel/types": { 474 "version": "7.26.3", 475 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz", 476 "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==", 477 "dependencies": { 478 "@babel/helper-string-parser": "^7.25.9", 479 "@babel/helper-validator-identifier": "^7.25.9" 480 }, 481 "engines": { 482 "node": ">=6.9.0" 483 } 484 }, 485 "node_modules/@beoe/fenceparser": { 486 "version": "2.3.0", 487 "resolved": "https://registry.npmjs.org/@beoe/fenceparser/-/fenceparser-2.3.0.tgz", 488 "integrity": "sha512-8BHZ2WoJ+N7kcRzLeXNuNb8v24P9ryZ5ItDpalPTcU91mw8gyv2XqubxVtoPpyssZQWqHZnF3jOCyIwJE3Rdjw==", 489 "license": "MIT" 490 }, 491 "node_modules/@beoe/rehype-code-hook": { 492 "version": "0.1.0", 493 "resolved": "https://registry.npmjs.org/@beoe/rehype-code-hook/-/rehype-code-hook-0.1.0.tgz", 494 "integrity": "sha512-5NH8gLqXRlBk1ZRIf1M0FzlRt6hEs6+MmbNEJMuNTdibw01xYs9HeuPGiRJmo+K1bMGejkbXysmbBP4vvsWE/Q==", 495 "license": "MIT", 496 "dependencies": { 497 "@types/hast": "^3.0.4", 498 "hast-util-from-html-isomorphic": "^2.0.0", 499 "hast-util-to-text": "^4.0.2", 500 "unified": "^11.0.5", 501 "unist-util-visit": "^5.0.0" 502 } 503 }, 504 "node_modules/@beoe/rehype-code-hook-img": { 505 "version": "0.3.0", 506 "resolved": "https://registry.npmjs.org/@beoe/rehype-code-hook-img/-/rehype-code-hook-img-0.3.0.tgz", 507 "integrity": "sha512-isIZWI/ScfLTbcYJsM48wpq1+F3nplbhQFTEtqG1qUAVa5ZJ9U+MWBkgLM8/H2odzuP9R0MNT8qu5kLtZLw7bQ==", 508 "license": "MIT", 509 "dependencies": { 510 "@beoe/fenceparser": "2.3.0", 511 "@beoe/rehype-code-hook": "0.1.0", 512 "@node-rs/xxhash": "^1.7.4", 513 "@types/hast": "^3.0.4", 514 "hast-util-from-html-isomorphic": "^2.0.0", 515 "hastscript": "^9.0.0", 516 "mini-svg-data-uri": "^1.4.4", 517 "svgo": "^3.3.2", 518 "unified": "^11.0.5" 519 } 520 }, 521 "node_modules/@beoe/rehype-mermaid": { 522 "version": "0.3.0", 523 "resolved": "https://registry.npmjs.org/@beoe/rehype-mermaid/-/rehype-mermaid-0.3.0.tgz", 524 "integrity": "sha512-ir6puJ+yA5CwzSqFPkJUr9okQwTyNpxxsJ4ugDX8iSsGiIShFkJSt18aRj2IXfV8z0mWfnRoZw7LZhT92Lzebg==", 525 "license": "MIT", 526 "dependencies": { 527 "@beoe/rehype-code-hook-img": "0.3.0", 528 "mermaid-isomorphic": "^3.0.0", 529 "svgo": "^3.3.2" 530 }, 531 "engines": { 532 "node": ">=20.0.0" 533 } 534 }, 535 "node_modules/@braintree/sanitize-url": { 536 "version": "7.1.1", 537 "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.1.tgz", 538 "integrity": "sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==", 539 "license": "MIT" 540 }, 541 "node_modules/@chevrotain/cst-dts-gen": { 542 "version": "11.0.3", 543 "resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.3.tgz", 544 "integrity": "sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==", 545 "license": "Apache-2.0", 546 "dependencies": { 547 "@chevrotain/gast": "11.0.3", 548 "@chevrotain/types": "11.0.3", 549 "lodash-es": "4.17.21" 550 } 551 }, 552 "node_modules/@chevrotain/gast": { 553 "version": "11.0.3", 554 "resolved": "https://registry.npmjs.org/@chevrotain/gast/-/gast-11.0.3.tgz", 555 "integrity": "sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==", 556 "license": "Apache-2.0", 557 "dependencies": { 558 "@chevrotain/types": "11.0.3", 559 "lodash-es": "4.17.21" 560 } 561 }, 562 "node_modules/@chevrotain/regexp-to-ast": { 563 "version": "11.0.3", 564 "resolved": "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.3.tgz", 565 "integrity": "sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==", 566 "license": "Apache-2.0" 567 }, 568 "node_modules/@chevrotain/types": { 569 "version": "11.0.3", 570 "resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-11.0.3.tgz", 571 "integrity": "sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==", 572 "license": "Apache-2.0" 573 }, 574 "node_modules/@chevrotain/utils": { 575 "version": "11.0.3", 576 "resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-11.0.3.tgz", 577 "integrity": "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==", 578 "license": "Apache-2.0" 579 }, 580 "node_modules/@ctrl/tinycolor": { 581 "version": "4.1.0", 582 "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.1.0.tgz", 583 "integrity": "sha512-WyOx8cJQ+FQus4Mm4uPIZA64gbk3Wxh0so5Lcii0aJifqwoVOlfFtorjLE0Hen4OYyHZMXDWqMmaQemBhgxFRQ==", 584 "engines": { 585 "node": ">=14" 586 } 587 }, 588 "node_modules/@emnapi/core": { 589 "version": "1.3.1", 590 "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.3.1.tgz", 591 "integrity": "sha512-pVGjBIt1Y6gg3EJN8jTcfpP/+uuRksIo055oE/OBkDNcjZqVbfkWCksG1Jp4yZnj3iKWyWX8fdG/j6UDYPbFog==", 592 "license": "MIT", 593 "optional": true, 594 "dependencies": { 595 "@emnapi/wasi-threads": "1.0.1", 596 "tslib": "^2.4.0" 597 } 598 }, 599 "node_modules/@emnapi/runtime": { 600 "version": "1.3.1", 601 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz", 602 "integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==", 603 "optional": true, 604 "dependencies": { 605 "tslib": "^2.4.0" 606 } 607 }, 608 "node_modules/@emnapi/wasi-threads": { 609 "version": "1.0.1", 610 "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz", 611 "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==", 612 "license": "MIT", 613 "optional": true, 614 "dependencies": { 615 "tslib": "^2.4.0" 616 } 617 }, 618 "node_modules/@esbuild/aix-ppc64": { 619 "version": "0.21.5", 620 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", 621 "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", 622 "cpu": [ 623 "ppc64" 624 ], 625 "optional": true, 626 "os": [ 627 "aix" 628 ], 629 "engines": { 630 "node": ">=12" 631 } 632 }, 633 "node_modules/@esbuild/android-arm": { 634 "version": "0.21.5", 635 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", 636 "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", 637 "cpu": [ 638 "arm" 639 ], 640 "optional": true, 641 "os": [ 642 "android" 643 ], 644 "engines": { 645 "node": ">=12" 646 } 647 }, 648 "node_modules/@esbuild/android-arm64": { 649 "version": "0.21.5", 650 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", 651 "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", 652 "cpu": [ 653 "arm64" 654 ], 655 "optional": true, 656 "os": [ 657 "android" 658 ], 659 "engines": { 660 "node": ">=12" 661 } 662 }, 663 "node_modules/@esbuild/android-x64": { 664 "version": "0.21.5", 665 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", 666 "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", 667 "cpu": [ 668 "x64" 669 ], 670 "optional": true, 671 "os": [ 672 "android" 673 ], 674 "engines": { 675 "node": ">=12" 676 } 677 }, 678 "node_modules/@esbuild/darwin-arm64": { 679 "version": "0.21.5", 680 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", 681 "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", 682 "cpu": [ 683 "arm64" 684 ], 685 "optional": true, 686 "os": [ 687 "darwin" 688 ], 689 "engines": { 690 "node": ">=12" 691 } 692 }, 693 "node_modules/@esbuild/darwin-x64": { 694 "version": "0.21.5", 695 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", 696 "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", 697 "cpu": [ 698 "x64" 699 ], 700 "optional": true, 701 "os": [ 702 "darwin" 703 ], 704 "engines": { 705 "node": ">=12" 706 } 707 }, 708 "node_modules/@esbuild/freebsd-arm64": { 709 "version": "0.21.5", 710 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", 711 "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", 712 "cpu": [ 713 "arm64" 714 ], 715 "optional": true, 716 "os": [ 717 "freebsd" 718 ], 719 "engines": { 720 "node": ">=12" 721 } 722 }, 723 "node_modules/@esbuild/freebsd-x64": { 724 "version": "0.21.5", 725 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", 726 "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", 727 "cpu": [ 728 "x64" 729 ], 730 "optional": true, 731 "os": [ 732 "freebsd" 733 ], 734 "engines": { 735 "node": ">=12" 736 } 737 }, 738 "node_modules/@esbuild/linux-arm": { 739 "version": "0.21.5", 740 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", 741 "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", 742 "cpu": [ 743 "arm" 744 ], 745 "optional": true, 746 "os": [ 747 "linux" 748 ], 749 "engines": { 750 "node": ">=12" 751 } 752 }, 753 "node_modules/@esbuild/linux-arm64": { 754 "version": "0.21.5", 755 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", 756 "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", 757 "cpu": [ 758 "arm64" 759 ], 760 "optional": true, 761 "os": [ 762 "linux" 763 ], 764 "engines": { 765 "node": ">=12" 766 } 767 }, 768 "node_modules/@esbuild/linux-ia32": { 769 "version": "0.21.5", 770 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", 771 "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", 772 "cpu": [ 773 "ia32" 774 ], 775 "optional": true, 776 "os": [ 777 "linux" 778 ], 779 "engines": { 780 "node": ">=12" 781 } 782 }, 783 "node_modules/@esbuild/linux-loong64": { 784 "version": "0.21.5", 785 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", 786 "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", 787 "cpu": [ 788 "loong64" 789 ], 790 "optional": true, 791 "os": [ 792 "linux" 793 ], 794 "engines": { 795 "node": ">=12" 796 } 797 }, 798 "node_modules/@esbuild/linux-mips64el": { 799 "version": "0.21.5", 800 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", 801 "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", 802 "cpu": [ 803 "mips64el" 804 ], 805 "optional": true, 806 "os": [ 807 "linux" 808 ], 809 "engines": { 810 "node": ">=12" 811 } 812 }, 813 "node_modules/@esbuild/linux-ppc64": { 814 "version": "0.21.5", 815 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", 816 "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", 817 "cpu": [ 818 "ppc64" 819 ], 820 "optional": true, 821 "os": [ 822 "linux" 823 ], 824 "engines": { 825 "node": ">=12" 826 } 827 }, 828 "node_modules/@esbuild/linux-riscv64": { 829 "version": "0.21.5", 830 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", 831 "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", 832 "cpu": [ 833 "riscv64" 834 ], 835 "optional": true, 836 "os": [ 837 "linux" 838 ], 839 "engines": { 840 "node": ">=12" 841 } 842 }, 843 "node_modules/@esbuild/linux-s390x": { 844 "version": "0.21.5", 845 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", 846 "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", 847 "cpu": [ 848 "s390x" 849 ], 850 "optional": true, 851 "os": [ 852 "linux" 853 ], 854 "engines": { 855 "node": ">=12" 856 } 857 }, 858 "node_modules/@esbuild/linux-x64": { 859 "version": "0.21.5", 860 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", 861 "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", 862 "cpu": [ 863 "x64" 864 ], 865 "optional": true, 866 "os": [ 867 "linux" 868 ], 869 "engines": { 870 "node": ">=12" 871 } 872 }, 873 "node_modules/@esbuild/netbsd-arm64": { 874 "version": "0.24.2", 875 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz", 876 "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==", 877 "cpu": [ 878 "arm64" 879 ], 880 "optional": true, 881 "os": [ 882 "netbsd" 883 ], 884 "engines": { 885 "node": ">=18" 886 } 887 }, 888 "node_modules/@esbuild/netbsd-x64": { 889 "version": "0.21.5", 890 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", 891 "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", 892 "cpu": [ 893 "x64" 894 ], 895 "optional": true, 896 "os": [ 897 "netbsd" 898 ], 899 "engines": { 900 "node": ">=12" 901 } 902 }, 903 "node_modules/@esbuild/openbsd-arm64": { 904 "version": "0.24.2", 905 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz", 906 "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==", 907 "cpu": [ 908 "arm64" 909 ], 910 "optional": true, 911 "os": [ 912 "openbsd" 913 ], 914 "engines": { 915 "node": ">=18" 916 } 917 }, 918 "node_modules/@esbuild/openbsd-x64": { 919 "version": "0.21.5", 920 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", 921 "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", 922 "cpu": [ 923 "x64" 924 ], 925 "optional": true, 926 "os": [ 927 "openbsd" 928 ], 929 "engines": { 930 "node": ">=12" 931 } 932 }, 933 "node_modules/@esbuild/sunos-x64": { 934 "version": "0.21.5", 935 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", 936 "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", 937 "cpu": [ 938 "x64" 939 ], 940 "optional": true, 941 "os": [ 942 "sunos" 943 ], 944 "engines": { 945 "node": ">=12" 946 } 947 }, 948 "node_modules/@esbuild/win32-arm64": { 949 "version": "0.21.5", 950 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", 951 "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", 952 "cpu": [ 953 "arm64" 954 ], 955 "optional": true, 956 "os": [ 957 "win32" 958 ], 959 "engines": { 960 "node": ">=12" 961 } 962 }, 963 "node_modules/@esbuild/win32-ia32": { 964 "version": "0.21.5", 965 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", 966 "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", 967 "cpu": [ 968 "ia32" 969 ], 970 "optional": true, 971 "os": [ 972 "win32" 973 ], 974 "engines": { 975 "node": ">=12" 976 } 977 }, 978 "node_modules/@esbuild/win32-x64": { 979 "version": "0.21.5", 980 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", 981 "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", 982 "cpu": [ 983 "x64" 984 ], 985 "optional": true, 986 "os": [ 987 "win32" 988 ], 989 "engines": { 990 "node": ">=12" 991 } 992 }, 993 "node_modules/@expressive-code/core": { 994 "version": "0.35.6", 995 "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.35.6.tgz", 996 "integrity": "sha512-xGqCkmfkgT7lr/rvmfnYdDSeTdCSp1otAHgoFS6wNEeO7wGDPpxdosVqYiIcQ8CfWUABh/pGqWG90q+MV3824A==", 997 "license": "MIT", 998 "peer": true, 999 "dependencies": { 1000 "@ctrl/tinycolor": "^4.0.4", 1001 "hast-util-select": "^6.0.2", 1002 "hast-util-to-html": "^9.0.1", 1003 "hast-util-to-text": "^4.0.1", 1004 "hastscript": "^9.0.0", 1005 "postcss": "^8.4.38", 1006 "postcss-nested": "^6.0.1", 1007 "unist-util-visit": "^5.0.0", 1008 "unist-util-visit-parents": "^6.0.1" 1009 } 1010 }, 1011 "node_modules/@expressive-code/plugin-frames": { 1012 "version": "0.38.3", 1013 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-frames/-/plugin-frames-0.38.3.tgz", 1014 "integrity": "sha512-qL2oC6FplmHNQfZ8ZkTR64/wKo9x0c8uP2WDftR/ydwN/yhe1ed7ZWYb8r3dezxsls+tDokCnN4zYR594jbpvg==", 1015 "dependencies": { 1016 "@expressive-code/core": "^0.38.3" 1017 } 1018 }, 1019 "node_modules/@expressive-code/plugin-frames/node_modules/@expressive-code/core": { 1020 "version": "0.38.3", 1021 "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.38.3.tgz", 1022 "integrity": "sha512-s0/OtdRpBONwcn23O8nVwDNQqpBGKscysejkeBkwlIeHRLZWgiTVrusT5Idrdz1d8cW5wRk9iGsAIQmwDPXgJg==", 1023 "license": "MIT", 1024 "dependencies": { 1025 "@ctrl/tinycolor": "^4.0.4", 1026 "hast-util-select": "^6.0.2", 1027 "hast-util-to-html": "^9.0.1", 1028 "hast-util-to-text": "^4.0.1", 1029 "hastscript": "^9.0.0", 1030 "postcss": "^8.4.38", 1031 "postcss-nested": "^6.0.1", 1032 "unist-util-visit": "^5.0.0", 1033 "unist-util-visit-parents": "^6.0.1" 1034 } 1035 }, 1036 "node_modules/@expressive-code/plugin-shiki": { 1037 "version": "0.38.3", 1038 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-shiki/-/plugin-shiki-0.38.3.tgz", 1039 "integrity": "sha512-kqHnglZeesqG3UKrb6e9Fq5W36AZ05Y9tCREmSN2lw8LVTqENIeCIkLDdWtQ5VoHlKqwUEQFTVlRehdwoY7Gmw==", 1040 "dependencies": { 1041 "@expressive-code/core": "^0.38.3", 1042 "shiki": "^1.22.2" 1043 } 1044 }, 1045 "node_modules/@expressive-code/plugin-shiki/node_modules/@expressive-code/core": { 1046 "version": "0.38.3", 1047 "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.38.3.tgz", 1048 "integrity": "sha512-s0/OtdRpBONwcn23O8nVwDNQqpBGKscysejkeBkwlIeHRLZWgiTVrusT5Idrdz1d8cW5wRk9iGsAIQmwDPXgJg==", 1049 "license": "MIT", 1050 "dependencies": { 1051 "@ctrl/tinycolor": "^4.0.4", 1052 "hast-util-select": "^6.0.2", 1053 "hast-util-to-html": "^9.0.1", 1054 "hast-util-to-text": "^4.0.1", 1055 "hastscript": "^9.0.0", 1056 "postcss": "^8.4.38", 1057 "postcss-nested": "^6.0.1", 1058 "unist-util-visit": "^5.0.0", 1059 "unist-util-visit-parents": "^6.0.1" 1060 } 1061 }, 1062 "node_modules/@expressive-code/plugin-text-markers": { 1063 "version": "0.38.3", 1064 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.38.3.tgz", 1065 "integrity": "sha512-dPK3+BVGTbTmGQGU3Fkj3jZ3OltWUAlxetMHI6limUGCWBCucZiwoZeFM/WmqQa71GyKRzhBT+iEov6kkz2xVA==", 1066 "dependencies": { 1067 "@expressive-code/core": "^0.38.3" 1068 } 1069 }, 1070 "node_modules/@expressive-code/plugin-text-markers/node_modules/@expressive-code/core": { 1071 "version": "0.38.3", 1072 "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.38.3.tgz", 1073 "integrity": "sha512-s0/OtdRpBONwcn23O8nVwDNQqpBGKscysejkeBkwlIeHRLZWgiTVrusT5Idrdz1d8cW5wRk9iGsAIQmwDPXgJg==", 1074 "license": "MIT", 1075 "dependencies": { 1076 "@ctrl/tinycolor": "^4.0.4", 1077 "hast-util-select": "^6.0.2", 1078 "hast-util-to-html": "^9.0.1", 1079 "hast-util-to-text": "^4.0.1", 1080 "hastscript": "^9.0.0", 1081 "postcss": "^8.4.38", 1082 "postcss-nested": "^6.0.1", 1083 "unist-util-visit": "^5.0.0", 1084 "unist-util-visit-parents": "^6.0.1" 1085 } 1086 }, 1087 "node_modules/@fortawesome/fontawesome-free": { 1088 "version": "6.7.2", 1089 "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz", 1090 "integrity": "sha512-JUOtgFW6k9u4Y+xeIaEiLr3+cjoUPiAuLXoyKOJSia6Duzb7pq+A76P9ZdPDoAoxHdHzq6gE9/jKBGXlZT8FbA==", 1091 "license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)", 1092 "engines": { 1093 "node": ">=6" 1094 } 1095 }, 1096 "node_modules/@fujocoded/expressive-code-output": { 1097 "version": "0.0.1", 1098 "resolved": "https://registry.npmjs.org/@fujocoded/expressive-code-output/-/expressive-code-output-0.0.1.tgz", 1099 "integrity": "sha512-KxpVFVs0rEHjcdtya9lFxDMeNttPl66n62PeuTPSXecpEKN7yslFG+DMsQwtyWdPoA9u0W8sPuE2tFPcVwcUFQ==", 1100 "license": "MIT", 1101 "dependencies": { 1102 "mdast-util-to-hast": "^13.2.0" 1103 }, 1104 "peerDependencies": { 1105 "@expressive-code/core": "^0.35.3" 1106 } 1107 }, 1108 "node_modules/@iconify/types": { 1109 "version": "2.0.0", 1110 "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", 1111 "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", 1112 "license": "MIT" 1113 }, 1114 "node_modules/@iconify/utils": { 1115 "version": "2.2.1", 1116 "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.2.1.tgz", 1117 "integrity": "sha512-0/7J7hk4PqXmxo5PDBDxmnecw5PxklZJfNjIVG9FM0mEfVrvfudS22rYWsqVk6gR3UJ/mSYS90X4R3znXnqfNA==", 1118 "license": "MIT", 1119 "dependencies": { 1120 "@antfu/install-pkg": "^0.4.1", 1121 "@antfu/utils": "^0.7.10", 1122 "@iconify/types": "^2.0.0", 1123 "debug": "^4.4.0", 1124 "globals": "^15.13.0", 1125 "kolorist": "^1.8.0", 1126 "local-pkg": "^0.5.1", 1127 "mlly": "^1.7.3" 1128 } 1129 }, 1130 "node_modules/@iconify/utils/node_modules/globals": { 1131 "version": "15.14.0", 1132 "resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz", 1133 "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", 1134 "license": "MIT", 1135 "engines": { 1136 "node": ">=18" 1137 }, 1138 "funding": { 1139 "url": "https://github.com/sponsors/sindresorhus" 1140 } 1141 }, 1142 "node_modules/@img/sharp-darwin-arm64": { 1143 "version": "0.33.5", 1144 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz", 1145 "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==", 1146 "cpu": [ 1147 "arm64" 1148 ], 1149 "optional": true, 1150 "os": [ 1151 "darwin" 1152 ], 1153 "engines": { 1154 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1155 }, 1156 "funding": { 1157 "url": "https://opencollective.com/libvips" 1158 }, 1159 "optionalDependencies": { 1160 "@img/sharp-libvips-darwin-arm64": "1.0.4" 1161 } 1162 }, 1163 "node_modules/@img/sharp-darwin-x64": { 1164 "version": "0.33.5", 1165 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz", 1166 "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==", 1167 "cpu": [ 1168 "x64" 1169 ], 1170 "optional": true, 1171 "os": [ 1172 "darwin" 1173 ], 1174 "engines": { 1175 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1176 }, 1177 "funding": { 1178 "url": "https://opencollective.com/libvips" 1179 }, 1180 "optionalDependencies": { 1181 "@img/sharp-libvips-darwin-x64": "1.0.4" 1182 } 1183 }, 1184 "node_modules/@img/sharp-libvips-darwin-arm64": { 1185 "version": "1.0.4", 1186 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz", 1187 "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==", 1188 "cpu": [ 1189 "arm64" 1190 ], 1191 "optional": true, 1192 "os": [ 1193 "darwin" 1194 ], 1195 "funding": { 1196 "url": "https://opencollective.com/libvips" 1197 } 1198 }, 1199 "node_modules/@img/sharp-libvips-darwin-x64": { 1200 "version": "1.0.4", 1201 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz", 1202 "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==", 1203 "cpu": [ 1204 "x64" 1205 ], 1206 "optional": true, 1207 "os": [ 1208 "darwin" 1209 ], 1210 "funding": { 1211 "url": "https://opencollective.com/libvips" 1212 } 1213 }, 1214 "node_modules/@img/sharp-libvips-linux-arm": { 1215 "version": "1.0.5", 1216 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz", 1217 "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==", 1218 "cpu": [ 1219 "arm" 1220 ], 1221 "optional": true, 1222 "os": [ 1223 "linux" 1224 ], 1225 "funding": { 1226 "url": "https://opencollective.com/libvips" 1227 } 1228 }, 1229 "node_modules/@img/sharp-libvips-linux-arm64": { 1230 "version": "1.0.4", 1231 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz", 1232 "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==", 1233 "cpu": [ 1234 "arm64" 1235 ], 1236 "optional": true, 1237 "os": [ 1238 "linux" 1239 ], 1240 "funding": { 1241 "url": "https://opencollective.com/libvips" 1242 } 1243 }, 1244 "node_modules/@img/sharp-libvips-linux-s390x": { 1245 "version": "1.0.4", 1246 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz", 1247 "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==", 1248 "cpu": [ 1249 "s390x" 1250 ], 1251 "optional": true, 1252 "os": [ 1253 "linux" 1254 ], 1255 "funding": { 1256 "url": "https://opencollective.com/libvips" 1257 } 1258 }, 1259 "node_modules/@img/sharp-libvips-linux-x64": { 1260 "version": "1.0.4", 1261 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz", 1262 "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==", 1263 "cpu": [ 1264 "x64" 1265 ], 1266 "optional": true, 1267 "os": [ 1268 "linux" 1269 ], 1270 "funding": { 1271 "url": "https://opencollective.com/libvips" 1272 } 1273 }, 1274 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 1275 "version": "1.0.4", 1276 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz", 1277 "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==", 1278 "cpu": [ 1279 "arm64" 1280 ], 1281 "optional": true, 1282 "os": [ 1283 "linux" 1284 ], 1285 "funding": { 1286 "url": "https://opencollective.com/libvips" 1287 } 1288 }, 1289 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 1290 "version": "1.0.4", 1291 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz", 1292 "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==", 1293 "cpu": [ 1294 "x64" 1295 ], 1296 "optional": true, 1297 "os": [ 1298 "linux" 1299 ], 1300 "funding": { 1301 "url": "https://opencollective.com/libvips" 1302 } 1303 }, 1304 "node_modules/@img/sharp-linux-arm": { 1305 "version": "0.33.5", 1306 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz", 1307 "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==", 1308 "cpu": [ 1309 "arm" 1310 ], 1311 "optional": true, 1312 "os": [ 1313 "linux" 1314 ], 1315 "engines": { 1316 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1317 }, 1318 "funding": { 1319 "url": "https://opencollective.com/libvips" 1320 }, 1321 "optionalDependencies": { 1322 "@img/sharp-libvips-linux-arm": "1.0.5" 1323 } 1324 }, 1325 "node_modules/@img/sharp-linux-arm64": { 1326 "version": "0.33.5", 1327 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz", 1328 "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==", 1329 "cpu": [ 1330 "arm64" 1331 ], 1332 "optional": true, 1333 "os": [ 1334 "linux" 1335 ], 1336 "engines": { 1337 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1338 }, 1339 "funding": { 1340 "url": "https://opencollective.com/libvips" 1341 }, 1342 "optionalDependencies": { 1343 "@img/sharp-libvips-linux-arm64": "1.0.4" 1344 } 1345 }, 1346 "node_modules/@img/sharp-linux-s390x": { 1347 "version": "0.33.5", 1348 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz", 1349 "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==", 1350 "cpu": [ 1351 "s390x" 1352 ], 1353 "optional": true, 1354 "os": [ 1355 "linux" 1356 ], 1357 "engines": { 1358 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1359 }, 1360 "funding": { 1361 "url": "https://opencollective.com/libvips" 1362 }, 1363 "optionalDependencies": { 1364 "@img/sharp-libvips-linux-s390x": "1.0.4" 1365 } 1366 }, 1367 "node_modules/@img/sharp-linux-x64": { 1368 "version": "0.33.5", 1369 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz", 1370 "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==", 1371 "cpu": [ 1372 "x64" 1373 ], 1374 "optional": true, 1375 "os": [ 1376 "linux" 1377 ], 1378 "engines": { 1379 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1380 }, 1381 "funding": { 1382 "url": "https://opencollective.com/libvips" 1383 }, 1384 "optionalDependencies": { 1385 "@img/sharp-libvips-linux-x64": "1.0.4" 1386 } 1387 }, 1388 "node_modules/@img/sharp-linuxmusl-arm64": { 1389 "version": "0.33.5", 1390 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz", 1391 "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==", 1392 "cpu": [ 1393 "arm64" 1394 ], 1395 "optional": true, 1396 "os": [ 1397 "linux" 1398 ], 1399 "engines": { 1400 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1401 }, 1402 "funding": { 1403 "url": "https://opencollective.com/libvips" 1404 }, 1405 "optionalDependencies": { 1406 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4" 1407 } 1408 }, 1409 "node_modules/@img/sharp-linuxmusl-x64": { 1410 "version": "0.33.5", 1411 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz", 1412 "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==", 1413 "cpu": [ 1414 "x64" 1415 ], 1416 "optional": true, 1417 "os": [ 1418 "linux" 1419 ], 1420 "engines": { 1421 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1422 }, 1423 "funding": { 1424 "url": "https://opencollective.com/libvips" 1425 }, 1426 "optionalDependencies": { 1427 "@img/sharp-libvips-linuxmusl-x64": "1.0.4" 1428 } 1429 }, 1430 "node_modules/@img/sharp-wasm32": { 1431 "version": "0.33.5", 1432 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz", 1433 "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==", 1434 "cpu": [ 1435 "wasm32" 1436 ], 1437 "optional": true, 1438 "dependencies": { 1439 "@emnapi/runtime": "^1.2.0" 1440 }, 1441 "engines": { 1442 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1443 }, 1444 "funding": { 1445 "url": "https://opencollective.com/libvips" 1446 } 1447 }, 1448 "node_modules/@img/sharp-win32-ia32": { 1449 "version": "0.33.5", 1450 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz", 1451 "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==", 1452 "cpu": [ 1453 "ia32" 1454 ], 1455 "optional": true, 1456 "os": [ 1457 "win32" 1458 ], 1459 "engines": { 1460 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1461 }, 1462 "funding": { 1463 "url": "https://opencollective.com/libvips" 1464 } 1465 }, 1466 "node_modules/@img/sharp-win32-x64": { 1467 "version": "0.33.5", 1468 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz", 1469 "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==", 1470 "cpu": [ 1471 "x64" 1472 ], 1473 "optional": true, 1474 "os": [ 1475 "win32" 1476 ], 1477 "engines": { 1478 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1479 }, 1480 "funding": { 1481 "url": "https://opencollective.com/libvips" 1482 } 1483 }, 1484 "node_modules/@jridgewell/gen-mapping": { 1485 "version": "0.3.8", 1486 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", 1487 "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", 1488 "license": "MIT", 1489 "dependencies": { 1490 "@jridgewell/set-array": "^1.2.1", 1491 "@jridgewell/sourcemap-codec": "^1.4.10", 1492 "@jridgewell/trace-mapping": "^0.3.24" 1493 }, 1494 "engines": { 1495 "node": ">=6.0.0" 1496 } 1497 }, 1498 "node_modules/@jridgewell/resolve-uri": { 1499 "version": "3.1.2", 1500 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 1501 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 1502 "license": "MIT", 1503 "engines": { 1504 "node": ">=6.0.0" 1505 } 1506 }, 1507 "node_modules/@jridgewell/set-array": { 1508 "version": "1.2.1", 1509 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", 1510 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", 1511 "license": "MIT", 1512 "engines": { 1513 "node": ">=6.0.0" 1514 } 1515 }, 1516 "node_modules/@jridgewell/sourcemap-codec": { 1517 "version": "1.5.0", 1518 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", 1519 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" 1520 }, 1521 "node_modules/@jridgewell/trace-mapping": { 1522 "version": "0.3.25", 1523 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", 1524 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", 1525 "license": "MIT", 1526 "dependencies": { 1527 "@jridgewell/resolve-uri": "^3.1.0", 1528 "@jridgewell/sourcemap-codec": "^1.4.14" 1529 } 1530 }, 1531 "node_modules/@mdx-js/mdx": { 1532 "version": "3.1.0", 1533 "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.0.tgz", 1534 "integrity": "sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==", 1535 "dependencies": { 1536 "@types/estree": "^1.0.0", 1537 "@types/estree-jsx": "^1.0.0", 1538 "@types/hast": "^3.0.0", 1539 "@types/mdx": "^2.0.0", 1540 "collapse-white-space": "^2.0.0", 1541 "devlop": "^1.0.0", 1542 "estree-util-is-identifier-name": "^3.0.0", 1543 "estree-util-scope": "^1.0.0", 1544 "estree-walker": "^3.0.0", 1545 "hast-util-to-jsx-runtime": "^2.0.0", 1546 "markdown-extensions": "^2.0.0", 1547 "recma-build-jsx": "^1.0.0", 1548 "recma-jsx": "^1.0.0", 1549 "recma-stringify": "^1.0.0", 1550 "rehype-recma": "^1.0.0", 1551 "remark-mdx": "^3.0.0", 1552 "remark-parse": "^11.0.0", 1553 "remark-rehype": "^11.0.0", 1554 "source-map": "^0.7.0", 1555 "unified": "^11.0.0", 1556 "unist-util-position-from-estree": "^2.0.0", 1557 "unist-util-stringify-position": "^4.0.0", 1558 "unist-util-visit": "^5.0.0", 1559 "vfile": "^6.0.0" 1560 }, 1561 "funding": { 1562 "type": "opencollective", 1563 "url": "https://opencollective.com/unified" 1564 } 1565 }, 1566 "node_modules/@mermaid-js/parser": { 1567 "version": "0.3.0", 1568 "resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-0.3.0.tgz", 1569 "integrity": "sha512-HsvL6zgE5sUPGgkIDlmAWR1HTNHz2Iy11BAWPTa4Jjabkpguy4Ze2gzfLrg6pdRuBvFwgUYyxiaNqZwrEEXepA==", 1570 "license": "MIT", 1571 "dependencies": { 1572 "langium": "3.0.0" 1573 } 1574 }, 1575 "node_modules/@napi-rs/wasm-runtime": { 1576 "version": "0.2.6", 1577 "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.6.tgz", 1578 "integrity": "sha512-z8YVS3XszxFTO73iwvFDNpQIzdMmSDTP/mB3E/ucR37V3Sx57hSExcXyMoNwaucWxnsWf4xfbZv0iZ30jr0M4Q==", 1579 "license": "MIT", 1580 "optional": true, 1581 "dependencies": { 1582 "@emnapi/core": "^1.3.1", 1583 "@emnapi/runtime": "^1.3.1", 1584 "@tybys/wasm-util": "^0.9.0" 1585 } 1586 }, 1587 "node_modules/@node-rs/xxhash": { 1588 "version": "1.7.6", 1589 "resolved": "https://registry.npmjs.org/@node-rs/xxhash/-/xxhash-1.7.6.tgz", 1590 "integrity": "sha512-XMisO+aQHsVpxRp/85EszTtOQTOlhPbd149P/Xa9F55wafA6UM3h2UhOgOs7aAzItnHU/Aw1WQ1FVTEg7WB43Q==", 1591 "license": "MIT", 1592 "engines": { 1593 "node": ">= 12" 1594 }, 1595 "funding": { 1596 "type": "github", 1597 "url": "https://github.com/sponsors/Brooooooklyn" 1598 }, 1599 "optionalDependencies": { 1600 "@node-rs/xxhash-android-arm-eabi": "1.7.6", 1601 "@node-rs/xxhash-android-arm64": "1.7.6", 1602 "@node-rs/xxhash-darwin-arm64": "1.7.6", 1603 "@node-rs/xxhash-darwin-x64": "1.7.6", 1604 "@node-rs/xxhash-freebsd-x64": "1.7.6", 1605 "@node-rs/xxhash-linux-arm-gnueabihf": "1.7.6", 1606 "@node-rs/xxhash-linux-arm64-gnu": "1.7.6", 1607 "@node-rs/xxhash-linux-arm64-musl": "1.7.6", 1608 "@node-rs/xxhash-linux-x64-gnu": "1.7.6", 1609 "@node-rs/xxhash-linux-x64-musl": "1.7.6", 1610 "@node-rs/xxhash-wasm32-wasi": "1.7.6", 1611 "@node-rs/xxhash-win32-arm64-msvc": "1.7.6", 1612 "@node-rs/xxhash-win32-ia32-msvc": "1.7.6", 1613 "@node-rs/xxhash-win32-x64-msvc": "1.7.6" 1614 } 1615 }, 1616 "node_modules/@node-rs/xxhash-android-arm-eabi": { 1617 "version": "1.7.6", 1618 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-android-arm-eabi/-/xxhash-android-arm-eabi-1.7.6.tgz", 1619 "integrity": "sha512-ptmfpFZ8SgTef58Us+0HsZ9BKhyX/gZYbhLkuzPt7qUoMqMSJK85NC7LEgzDgjUiG+S5GahEEQ9/tfh9BVvKhw==", 1620 "cpu": [ 1621 "arm" 1622 ], 1623 "license": "MIT", 1624 "optional": true, 1625 "os": [ 1626 "android" 1627 ], 1628 "engines": { 1629 "node": ">= 12" 1630 } 1631 }, 1632 "node_modules/@node-rs/xxhash-android-arm64": { 1633 "version": "1.7.6", 1634 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-android-arm64/-/xxhash-android-arm64-1.7.6.tgz", 1635 "integrity": "sha512-n4MyZvqifuoARfBvrZ2IBqmsGzwlVI3kb2mB0gVvoHtMsPbl/q94zoDBZ7WgeP3t4Wtli+QS3zgeTCOWUbqqUQ==", 1636 "cpu": [ 1637 "arm64" 1638 ], 1639 "license": "MIT", 1640 "optional": true, 1641 "os": [ 1642 "android" 1643 ], 1644 "engines": { 1645 "node": ">= 12" 1646 } 1647 }, 1648 "node_modules/@node-rs/xxhash-darwin-arm64": { 1649 "version": "1.7.6", 1650 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-darwin-arm64/-/xxhash-darwin-arm64-1.7.6.tgz", 1651 "integrity": "sha512-6xGuE07CiCIry/KT3IiwQd/kykTOmjKzO/ZnHlE5ibGMx64NFE0qDuwJbxQ4rGyUzgJ0KuN9ZdOhUDJmepnpcw==", 1652 "cpu": [ 1653 "arm64" 1654 ], 1655 "license": "MIT", 1656 "optional": true, 1657 "os": [ 1658 "darwin" 1659 ], 1660 "engines": { 1661 "node": ">= 12" 1662 } 1663 }, 1664 "node_modules/@node-rs/xxhash-darwin-x64": { 1665 "version": "1.7.6", 1666 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-darwin-x64/-/xxhash-darwin-x64-1.7.6.tgz", 1667 "integrity": "sha512-Z4oNnhyznDvHhxv+s0ka+5KG8mdfLVucZMZMejj9BL+CPmamClygPiHIRiifRcPAoX9uPZykaCsULngIfLeF3Q==", 1668 "cpu": [ 1669 "x64" 1670 ], 1671 "license": "MIT", 1672 "optional": true, 1673 "os": [ 1674 "darwin" 1675 ], 1676 "engines": { 1677 "node": ">= 12" 1678 } 1679 }, 1680 "node_modules/@node-rs/xxhash-freebsd-x64": { 1681 "version": "1.7.6", 1682 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-freebsd-x64/-/xxhash-freebsd-x64-1.7.6.tgz", 1683 "integrity": "sha512-arCDOf3xZ5NfBL5fk5J52sNPjXL2cVWN6nXNB3nrtRFFdPBLsr6YXtshAc6wMVxnIW4VGaEv/5K6IpTA8AFyWw==", 1684 "cpu": [ 1685 "x64" 1686 ], 1687 "license": "MIT", 1688 "optional": true, 1689 "os": [ 1690 "freebsd" 1691 ], 1692 "engines": { 1693 "node": ">= 12" 1694 } 1695 }, 1696 "node_modules/@node-rs/xxhash-linux-arm-gnueabihf": { 1697 "version": "1.7.6", 1698 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm-gnueabihf/-/xxhash-linux-arm-gnueabihf-1.7.6.tgz", 1699 "integrity": "sha512-ndLLEW+MwLH3lFS0ahlHCcmkf2ykOv/pbP8OBBeAOlz/Xc3jKztg5IJ9HpkjKOkHk470yYxgHVaw1QMoMzU00A==", 1700 "cpu": [ 1701 "arm" 1702 ], 1703 "license": "MIT", 1704 "optional": true, 1705 "os": [ 1706 "linux" 1707 ], 1708 "engines": { 1709 "node": ">= 12" 1710 } 1711 }, 1712 "node_modules/@node-rs/xxhash-linux-arm64-gnu": { 1713 "version": "1.7.6", 1714 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm64-gnu/-/xxhash-linux-arm64-gnu-1.7.6.tgz", 1715 "integrity": "sha512-VX7VkTG87mAdrF2vw4aroiRpFIIN8Lj6NgtGHF+IUVbzQxPudl4kG+FPEjsNH8y04yQxRbPE7naQNgHcTKMrNw==", 1716 "cpu": [ 1717 "arm64" 1718 ], 1719 "license": "MIT", 1720 "optional": true, 1721 "os": [ 1722 "linux" 1723 ], 1724 "engines": { 1725 "node": ">= 12" 1726 } 1727 }, 1728 "node_modules/@node-rs/xxhash-linux-arm64-musl": { 1729 "version": "1.7.6", 1730 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm64-musl/-/xxhash-linux-arm64-musl-1.7.6.tgz", 1731 "integrity": "sha512-AB5m6crGYSllM9F/xZNOQSPImotR5lOa9e4arW99Bv82S+gcpphI8fGMDOVTTCXY/RLRhvvhwzLDxmLB2O8VDg==", 1732 "cpu": [ 1733 "arm64" 1734 ], 1735 "license": "MIT", 1736 "optional": true, 1737 "os": [ 1738 "linux" 1739 ], 1740 "engines": { 1741 "node": ">= 12" 1742 } 1743 }, 1744 "node_modules/@node-rs/xxhash-linux-x64-gnu": { 1745 "version": "1.7.6", 1746 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-x64-gnu/-/xxhash-linux-x64-gnu-1.7.6.tgz", 1747 "integrity": "sha512-a2A6M+5tc0PVlJlE/nl0XsLEzMpKkwg7Y1lR5urFUbW9uVQnKjJYQDrUojhlXk0Uv3VnYQPa6ThmwlacZA5mvQ==", 1748 "cpu": [ 1749 "x64" 1750 ], 1751 "license": "MIT", 1752 "optional": true, 1753 "os": [ 1754 "linux" 1755 ], 1756 "engines": { 1757 "node": ">= 12" 1758 } 1759 }, 1760 "node_modules/@node-rs/xxhash-linux-x64-musl": { 1761 "version": "1.7.6", 1762 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-x64-musl/-/xxhash-linux-x64-musl-1.7.6.tgz", 1763 "integrity": "sha512-WioGJSC1GoxQpmdQrG5l/uddSBAS4XCWczHNwXe895J5xadGQzyvmr0r17BNfihvbBUDH1H9jwouNYzDDeA6+A==", 1764 "cpu": [ 1765 "x64" 1766 ], 1767 "license": "MIT", 1768 "optional": true, 1769 "os": [ 1770 "linux" 1771 ], 1772 "engines": { 1773 "node": ">= 12" 1774 } 1775 }, 1776 "node_modules/@node-rs/xxhash-wasm32-wasi": { 1777 "version": "1.7.6", 1778 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-wasm32-wasi/-/xxhash-wasm32-wasi-1.7.6.tgz", 1779 "integrity": "sha512-WDXXKMMFMrez+esm2DzMPHFNPFYf+wQUtaXrXwtxXeQMFEzleOLwEaqV0+bbXGJTwhPouL3zY1Qo2xmIH4kkTg==", 1780 "cpu": [ 1781 "wasm32" 1782 ], 1783 "license": "MIT", 1784 "optional": true, 1785 "dependencies": { 1786 "@napi-rs/wasm-runtime": "^0.2.5" 1787 }, 1788 "engines": { 1789 "node": ">=14.0.0" 1790 } 1791 }, 1792 "node_modules/@node-rs/xxhash-win32-arm64-msvc": { 1793 "version": "1.7.6", 1794 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-arm64-msvc/-/xxhash-win32-arm64-msvc-1.7.6.tgz", 1795 "integrity": "sha512-qjDFUZJT/Zq0yFS+0TApkD86p0NBdPXlOoHur9yNeO9YX2/9/b1sC2P7N27PgOu13h61TUOvTUC00e/82jAZRQ==", 1796 "cpu": [ 1797 "arm64" 1798 ], 1799 "license": "MIT", 1800 "optional": true, 1801 "os": [ 1802 "win32" 1803 ], 1804 "engines": { 1805 "node": ">= 12" 1806 } 1807 }, 1808 "node_modules/@node-rs/xxhash-win32-ia32-msvc": { 1809 "version": "1.7.6", 1810 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-ia32-msvc/-/xxhash-win32-ia32-msvc-1.7.6.tgz", 1811 "integrity": "sha512-s7a+mQWOTnU4NiiypRq/vbNGot/il0HheXuy9oxJ0SW2q/e4BJ8j0pnP6UBlAjsk+005A76vOwsEj01qbQw8+A==", 1812 "cpu": [ 1813 "ia32" 1814 ], 1815 "license": "MIT", 1816 "optional": true, 1817 "os": [ 1818 "win32" 1819 ], 1820 "engines": { 1821 "node": ">= 12" 1822 } 1823 }, 1824 "node_modules/@node-rs/xxhash-win32-x64-msvc": { 1825 "version": "1.7.6", 1826 "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-x64-msvc/-/xxhash-win32-x64-msvc-1.7.6.tgz", 1827 "integrity": "sha512-zHOHm2UaIahRhgRPJll+4Xy4Z18aAT/7KNeQW+QJupGvFz+GzOFXMGs3R/3B1Ktob/F5ui3i1MrW9GEob3CWTg==", 1828 "cpu": [ 1829 "x64" 1830 ], 1831 "license": "MIT", 1832 "optional": true, 1833 "os": [ 1834 "win32" 1835 ], 1836 "engines": { 1837 "node": ">= 12" 1838 } 1839 }, 1840 "node_modules/@nodelib/fs.scandir": { 1841 "version": "2.1.5", 1842 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 1843 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 1844 "dependencies": { 1845 "@nodelib/fs.stat": "2.0.5", 1846 "run-parallel": "^1.1.9" 1847 }, 1848 "engines": { 1849 "node": ">= 8" 1850 } 1851 }, 1852 "node_modules/@nodelib/fs.stat": { 1853 "version": "2.0.5", 1854 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 1855 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 1856 "engines": { 1857 "node": ">= 8" 1858 } 1859 }, 1860 "node_modules/@nodelib/fs.walk": { 1861 "version": "1.2.8", 1862 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 1863 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 1864 "dependencies": { 1865 "@nodelib/fs.scandir": "2.1.5", 1866 "fastq": "^1.6.0" 1867 }, 1868 "engines": { 1869 "node": ">= 8" 1870 } 1871 }, 1872 "node_modules/@oslojs/encoding": { 1873 "version": "1.1.0", 1874 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", 1875 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==" 1876 }, 1877 "node_modules/@pagefind/darwin-arm64": { 1878 "version": "1.3.0", 1879 "resolved": "https://registry.npmjs.org/@pagefind/darwin-arm64/-/darwin-arm64-1.3.0.tgz", 1880 "integrity": "sha512-365BEGl6ChOsauRjyVpBjXybflXAOvoMROw3TucAROHIcdBvXk9/2AmEvGFU0r75+vdQI4LJdJdpH4Y6Yqaj4A==", 1881 "cpu": [ 1882 "arm64" 1883 ], 1884 "optional": true, 1885 "os": [ 1886 "darwin" 1887 ] 1888 }, 1889 "node_modules/@pagefind/darwin-x64": { 1890 "version": "1.3.0", 1891 "resolved": "https://registry.npmjs.org/@pagefind/darwin-x64/-/darwin-x64-1.3.0.tgz", 1892 "integrity": "sha512-zlGHA23uuXmS8z3XxEGmbHpWDxXfPZ47QS06tGUq0HDcZjXjXHeLG+cboOy828QIV5FXsm9MjfkP5e4ZNbOkow==", 1893 "cpu": [ 1894 "x64" 1895 ], 1896 "optional": true, 1897 "os": [ 1898 "darwin" 1899 ] 1900 }, 1901 "node_modules/@pagefind/default-ui": { 1902 "version": "1.3.0", 1903 "resolved": "https://registry.npmjs.org/@pagefind/default-ui/-/default-ui-1.3.0.tgz", 1904 "integrity": "sha512-CGKT9ccd3+oRK6STXGgfH+m0DbOKayX6QGlq38TfE1ZfUcPc5+ulTuzDbZUnMo+bubsEOIypm4Pl2iEyzZ1cNg==" 1905 }, 1906 "node_modules/@pagefind/linux-arm64": { 1907 "version": "1.3.0", 1908 "resolved": "https://registry.npmjs.org/@pagefind/linux-arm64/-/linux-arm64-1.3.0.tgz", 1909 "integrity": "sha512-8lsxNAiBRUk72JvetSBXs4WRpYrQrVJXjlRRnOL6UCdBN9Nlsz0t7hWstRk36+JqHpGWOKYiuHLzGYqYAqoOnQ==", 1910 "cpu": [ 1911 "arm64" 1912 ], 1913 "optional": true, 1914 "os": [ 1915 "linux" 1916 ] 1917 }, 1918 "node_modules/@pagefind/linux-x64": { 1919 "version": "1.3.0", 1920 "resolved": "https://registry.npmjs.org/@pagefind/linux-x64/-/linux-x64-1.3.0.tgz", 1921 "integrity": "sha512-hAvqdPJv7A20Ucb6FQGE6jhjqy+vZ6pf+s2tFMNtMBG+fzcdc91uTw7aP/1Vo5plD0dAOHwdxfkyw0ugal4kcQ==", 1922 "cpu": [ 1923 "x64" 1924 ], 1925 "optional": true, 1926 "os": [ 1927 "linux" 1928 ] 1929 }, 1930 "node_modules/@pagefind/windows-x64": { 1931 "version": "1.3.0", 1932 "resolved": "https://registry.npmjs.org/@pagefind/windows-x64/-/windows-x64-1.3.0.tgz", 1933 "integrity": "sha512-BR1bIRWOMqkf8IoU576YDhij1Wd/Zf2kX/kCI0b2qzCKC8wcc2GQJaaRMCpzvCCrmliO4vtJ6RITp/AnoYUUmQ==", 1934 "cpu": [ 1935 "x64" 1936 ], 1937 "optional": true, 1938 "os": [ 1939 "win32" 1940 ] 1941 }, 1942 "node_modules/@rollup/pluginutils": { 1943 "version": "5.1.4", 1944 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz", 1945 "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==", 1946 "dependencies": { 1947 "@types/estree": "^1.0.0", 1948 "estree-walker": "^2.0.2", 1949 "picomatch": "^4.0.2" 1950 }, 1951 "engines": { 1952 "node": ">=14.0.0" 1953 }, 1954 "peerDependencies": { 1955 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 1956 }, 1957 "peerDependenciesMeta": { 1958 "rollup": { 1959 "optional": true 1960 } 1961 } 1962 }, 1963 "node_modules/@rollup/pluginutils/node_modules/estree-walker": { 1964 "version": "2.0.2", 1965 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", 1966 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" 1967 }, 1968 "node_modules/@rollup/rollup-android-arm-eabi": { 1969 "version": "4.29.1", 1970 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.29.1.tgz", 1971 "integrity": "sha512-ssKhA8RNltTZLpG6/QNkCSge+7mBQGUqJRisZ2MDQcEGaK93QESEgWK2iOpIDZ7k9zPVkG5AS3ksvD5ZWxmItw==", 1972 "cpu": [ 1973 "arm" 1974 ], 1975 "optional": true, 1976 "os": [ 1977 "android" 1978 ] 1979 }, 1980 "node_modules/@rollup/rollup-android-arm64": { 1981 "version": "4.29.1", 1982 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.29.1.tgz", 1983 "integrity": "sha512-CaRfrV0cd+NIIcVVN/jx+hVLN+VRqnuzLRmfmlzpOzB87ajixsN/+9L5xNmkaUUvEbI5BmIKS+XTwXsHEb65Ew==", 1984 "cpu": [ 1985 "arm64" 1986 ], 1987 "optional": true, 1988 "os": [ 1989 "android" 1990 ] 1991 }, 1992 "node_modules/@rollup/rollup-darwin-arm64": { 1993 "version": "4.29.1", 1994 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.29.1.tgz", 1995 "integrity": "sha512-2ORr7T31Y0Mnk6qNuwtyNmy14MunTAMx06VAPI6/Ju52W10zk1i7i5U3vlDRWjhOI5quBcrvhkCHyF76bI7kEw==", 1996 "cpu": [ 1997 "arm64" 1998 ], 1999 "optional": true, 2000 "os": [ 2001 "darwin" 2002 ] 2003 }, 2004 "node_modules/@rollup/rollup-darwin-x64": { 2005 "version": "4.29.1", 2006 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.29.1.tgz", 2007 "integrity": "sha512-j/Ej1oanzPjmN0tirRd5K2/nncAhS9W6ICzgxV+9Y5ZsP0hiGhHJXZ2JQ53iSSjj8m6cRY6oB1GMzNn2EUt6Ng==", 2008 "cpu": [ 2009 "x64" 2010 ], 2011 "optional": true, 2012 "os": [ 2013 "darwin" 2014 ] 2015 }, 2016 "node_modules/@rollup/rollup-freebsd-arm64": { 2017 "version": "4.29.1", 2018 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.29.1.tgz", 2019 "integrity": "sha512-91C//G6Dm/cv724tpt7nTyP+JdN12iqeXGFM1SqnljCmi5yTXriH7B1r8AD9dAZByHpKAumqP1Qy2vVNIdLZqw==", 2020 "cpu": [ 2021 "arm64" 2022 ], 2023 "optional": true, 2024 "os": [ 2025 "freebsd" 2026 ] 2027 }, 2028 "node_modules/@rollup/rollup-freebsd-x64": { 2029 "version": "4.29.1", 2030 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.29.1.tgz", 2031 "integrity": "sha512-hEioiEQ9Dec2nIRoeHUP6hr1PSkXzQaCUyqBDQ9I9ik4gCXQZjJMIVzoNLBRGet+hIUb3CISMh9KXuCcWVW/8w==", 2032 "cpu": [ 2033 "x64" 2034 ], 2035 "optional": true, 2036 "os": [ 2037 "freebsd" 2038 ] 2039 }, 2040 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 2041 "version": "4.29.1", 2042 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.29.1.tgz", 2043 "integrity": "sha512-Py5vFd5HWYN9zxBv3WMrLAXY3yYJ6Q/aVERoeUFwiDGiMOWsMs7FokXihSOaT/PMWUty/Pj60XDQndK3eAfE6A==", 2044 "cpu": [ 2045 "arm" 2046 ], 2047 "optional": true, 2048 "os": [ 2049 "linux" 2050 ] 2051 }, 2052 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 2053 "version": "4.29.1", 2054 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.29.1.tgz", 2055 "integrity": "sha512-RiWpGgbayf7LUcuSNIbahr0ys2YnEERD4gYdISA06wa0i8RALrnzflh9Wxii7zQJEB2/Eh74dX4y/sHKLWp5uQ==", 2056 "cpu": [ 2057 "arm" 2058 ], 2059 "optional": true, 2060 "os": [ 2061 "linux" 2062 ] 2063 }, 2064 "node_modules/@rollup/rollup-linux-arm64-gnu": { 2065 "version": "4.29.1", 2066 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.29.1.tgz", 2067 "integrity": "sha512-Z80O+taYxTQITWMjm/YqNoe9d10OX6kDh8X5/rFCMuPqsKsSyDilvfg+vd3iXIqtfmp+cnfL1UrYirkaF8SBZA==", 2068 "cpu": [ 2069 "arm64" 2070 ], 2071 "optional": true, 2072 "os": [ 2073 "linux" 2074 ] 2075 }, 2076 "node_modules/@rollup/rollup-linux-arm64-musl": { 2077 "version": "4.29.1", 2078 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.29.1.tgz", 2079 "integrity": "sha512-fOHRtF9gahwJk3QVp01a/GqS4hBEZCV1oKglVVq13kcK3NeVlS4BwIFzOHDbmKzt3i0OuHG4zfRP0YoG5OF/rA==", 2080 "cpu": [ 2081 "arm64" 2082 ], 2083 "optional": true, 2084 "os": [ 2085 "linux" 2086 ] 2087 }, 2088 "node_modules/@rollup/rollup-linux-loongarch64-gnu": { 2089 "version": "4.29.1", 2090 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.29.1.tgz", 2091 "integrity": "sha512-5a7q3tnlbcg0OodyxcAdrrCxFi0DgXJSoOuidFUzHZ2GixZXQs6Tc3CHmlvqKAmOs5eRde+JJxeIf9DonkmYkw==", 2092 "cpu": [ 2093 "loong64" 2094 ], 2095 "optional": true, 2096 "os": [ 2097 "linux" 2098 ] 2099 }, 2100 "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { 2101 "version": "4.29.1", 2102 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.29.1.tgz", 2103 "integrity": "sha512-9b4Mg5Yfz6mRnlSPIdROcfw1BU22FQxmfjlp/CShWwO3LilKQuMISMTtAu/bxmmrE6A902W2cZJuzx8+gJ8e9w==", 2104 "cpu": [ 2105 "ppc64" 2106 ], 2107 "optional": true, 2108 "os": [ 2109 "linux" 2110 ] 2111 }, 2112 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 2113 "version": "4.29.1", 2114 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.29.1.tgz", 2115 "integrity": "sha512-G5pn0NChlbRM8OJWpJFMX4/i8OEU538uiSv0P6roZcbpe/WfhEO+AT8SHVKfp8qhDQzaz7Q+1/ixMy7hBRidnQ==", 2116 "cpu": [ 2117 "riscv64" 2118 ], 2119 "optional": true, 2120 "os": [ 2121 "linux" 2122 ] 2123 }, 2124 "node_modules/@rollup/rollup-linux-s390x-gnu": { 2125 "version": "4.29.1", 2126 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.29.1.tgz", 2127 "integrity": "sha512-WM9lIkNdkhVwiArmLxFXpWndFGuOka4oJOZh8EP3Vb8q5lzdSCBuhjavJsw68Q9AKDGeOOIHYzYm4ZFvmWez5g==", 2128 "cpu": [ 2129 "s390x" 2130 ], 2131 "optional": true, 2132 "os": [ 2133 "linux" 2134 ] 2135 }, 2136 "node_modules/@rollup/rollup-linux-x64-gnu": { 2137 "version": "4.29.1", 2138 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.29.1.tgz", 2139 "integrity": "sha512-87xYCwb0cPGZFoGiErT1eDcssByaLX4fc0z2nRM6eMtV9njAfEE6OW3UniAoDhX4Iq5xQVpE6qO9aJbCFumKYQ==", 2140 "cpu": [ 2141 "x64" 2142 ], 2143 "optional": true, 2144 "os": [ 2145 "linux" 2146 ] 2147 }, 2148 "node_modules/@rollup/rollup-linux-x64-musl": { 2149 "version": "4.29.1", 2150 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.29.1.tgz", 2151 "integrity": "sha512-xufkSNppNOdVRCEC4WKvlR1FBDyqCSCpQeMMgv9ZyXqqtKBfkw1yfGMTUTs9Qsl6WQbJnsGboWCp7pJGkeMhKA==", 2152 "cpu": [ 2153 "x64" 2154 ], 2155 "optional": true, 2156 "os": [ 2157 "linux" 2158 ] 2159 }, 2160 "node_modules/@rollup/rollup-win32-arm64-msvc": { 2161 "version": "4.29.1", 2162 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.29.1.tgz", 2163 "integrity": "sha512-F2OiJ42m77lSkizZQLuC+jiZ2cgueWQL5YC9tjo3AgaEw+KJmVxHGSyQfDUoYR9cci0lAywv2Clmckzulcq6ig==", 2164 "cpu": [ 2165 "arm64" 2166 ], 2167 "optional": true, 2168 "os": [ 2169 "win32" 2170 ] 2171 }, 2172 "node_modules/@rollup/rollup-win32-ia32-msvc": { 2173 "version": "4.29.1", 2174 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.29.1.tgz", 2175 "integrity": "sha512-rYRe5S0FcjlOBZQHgbTKNrqxCBUmgDJem/VQTCcTnA2KCabYSWQDrytOzX7avb79cAAweNmMUb/Zw18RNd4mng==", 2176 "cpu": [ 2177 "ia32" 2178 ], 2179 "optional": true, 2180 "os": [ 2181 "win32" 2182 ] 2183 }, 2184 "node_modules/@rollup/rollup-win32-x64-msvc": { 2185 "version": "4.29.1", 2186 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.29.1.tgz", 2187 "integrity": "sha512-+10CMg9vt1MoHj6x1pxyjPSMjHTIlqs8/tBztXvPAx24SKs9jwVnKqHJumlH/IzhaPUaj3T6T6wfZr8okdXaIg==", 2188 "cpu": [ 2189 "x64" 2190 ], 2191 "optional": true, 2192 "os": [ 2193 "win32" 2194 ] 2195 }, 2196 "node_modules/@shikijs/core": { 2197 "version": "1.24.4", 2198 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.24.4.tgz", 2199 "integrity": "sha512-jjLsld+xEEGYlxAXDyGwWsKJ1sw5Pc1pnp4ai2ORpjx2UX08YYTC0NNqQYO1PaghYaR+PvgMOGuvzw2he9sk0Q==", 2200 "dependencies": { 2201 "@shikijs/engine-javascript": "1.24.4", 2202 "@shikijs/engine-oniguruma": "1.24.4", 2203 "@shikijs/types": "1.24.4", 2204 "@shikijs/vscode-textmate": "^9.3.1", 2205 "@types/hast": "^3.0.4", 2206 "hast-util-to-html": "^9.0.4" 2207 } 2208 }, 2209 "node_modules/@shikijs/engine-javascript": { 2210 "version": "1.24.4", 2211 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.24.4.tgz", 2212 "integrity": "sha512-TClaQOLvo9WEMJv6GoUsykQ6QdynuKszuORFWCke8qvi6PeLm7FcD9+7y45UenysxEWYpDL5KJaVXTngTE+2BA==", 2213 "dependencies": { 2214 "@shikijs/types": "1.24.4", 2215 "@shikijs/vscode-textmate": "^9.3.1", 2216 "oniguruma-to-es": "0.8.1" 2217 } 2218 }, 2219 "node_modules/@shikijs/engine-oniguruma": { 2220 "version": "1.24.4", 2221 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.24.4.tgz", 2222 "integrity": "sha512-Do2ry6flp2HWdvpj2XOwwa0ljZBRy15HKZITzPcNIBOGSeprnA8gOooA/bLsSPuy8aJBa+Q/r34dMmC3KNL/zw==", 2223 "dependencies": { 2224 "@shikijs/types": "1.24.4", 2225 "@shikijs/vscode-textmate": "^9.3.1" 2226 } 2227 }, 2228 "node_modules/@shikijs/types": { 2229 "version": "1.24.4", 2230 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.24.4.tgz", 2231 "integrity": "sha512-0r0XU7Eaow0PuDxuWC1bVqmWCgm3XqizIaT7SM42K03vc69LGooT0U8ccSR44xP/hGlNx4FKhtYpV+BU6aaKAA==", 2232 "dependencies": { 2233 "@shikijs/vscode-textmate": "^9.3.1", 2234 "@types/hast": "^3.0.4" 2235 } 2236 }, 2237 "node_modules/@shikijs/vscode-textmate": { 2238 "version": "9.3.1", 2239 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.3.1.tgz", 2240 "integrity": "sha512-79QfK1393x9Ho60QFyLti+QfdJzRQCVLFb97kOIV7Eo9vQU/roINgk7m24uv0a7AUvN//RDH36FLjjK48v0s9g==" 2241 }, 2242 "node_modules/@trysound/sax": { 2243 "version": "0.2.0", 2244 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", 2245 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", 2246 "license": "ISC", 2247 "engines": { 2248 "node": ">=10.13.0" 2249 } 2250 }, 2251 "node_modules/@tybys/wasm-util": { 2252 "version": "0.9.0", 2253 "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", 2254 "integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==", 2255 "license": "MIT", 2256 "optional": true, 2257 "dependencies": { 2258 "tslib": "^2.4.0" 2259 } 2260 }, 2261 "node_modules/@types/acorn": { 2262 "version": "4.0.6", 2263 "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz", 2264 "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==", 2265 "dependencies": { 2266 "@types/estree": "*" 2267 } 2268 }, 2269 "node_modules/@types/babel__core": { 2270 "version": "7.20.5", 2271 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", 2272 "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", 2273 "license": "MIT", 2274 "dependencies": { 2275 "@babel/parser": "^7.20.7", 2276 "@babel/types": "^7.20.7", 2277 "@types/babel__generator": "*", 2278 "@types/babel__template": "*", 2279 "@types/babel__traverse": "*" 2280 } 2281 }, 2282 "node_modules/@types/babel__generator": { 2283 "version": "7.6.8", 2284 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", 2285 "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", 2286 "license": "MIT", 2287 "dependencies": { 2288 "@babel/types": "^7.0.0" 2289 } 2290 }, 2291 "node_modules/@types/babel__template": { 2292 "version": "7.4.4", 2293 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", 2294 "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", 2295 "license": "MIT", 2296 "dependencies": { 2297 "@babel/parser": "^7.1.0", 2298 "@babel/types": "^7.0.0" 2299 } 2300 }, 2301 "node_modules/@types/babel__traverse": { 2302 "version": "7.20.6", 2303 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", 2304 "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", 2305 "license": "MIT", 2306 "dependencies": { 2307 "@babel/types": "^7.20.7" 2308 } 2309 }, 2310 "node_modules/@types/cookie": { 2311 "version": "0.6.0", 2312 "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", 2313 "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==" 2314 }, 2315 "node_modules/@types/d3": { 2316 "version": "7.4.3", 2317 "resolved": "https://registry.npmjs.org/@types/d3/-/d3-7.4.3.tgz", 2318 "integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==", 2319 "license": "MIT", 2320 "dependencies": { 2321 "@types/d3-array": "*", 2322 "@types/d3-axis": "*", 2323 "@types/d3-brush": "*", 2324 "@types/d3-chord": "*", 2325 "@types/d3-color": "*", 2326 "@types/d3-contour": "*", 2327 "@types/d3-delaunay": "*", 2328 "@types/d3-dispatch": "*", 2329 "@types/d3-drag": "*", 2330 "@types/d3-dsv": "*", 2331 "@types/d3-ease": "*", 2332 "@types/d3-fetch": "*", 2333 "@types/d3-force": "*", 2334 "@types/d3-format": "*", 2335 "@types/d3-geo": "*", 2336 "@types/d3-hierarchy": "*", 2337 "@types/d3-interpolate": "*", 2338 "@types/d3-path": "*", 2339 "@types/d3-polygon": "*", 2340 "@types/d3-quadtree": "*", 2341 "@types/d3-random": "*", 2342 "@types/d3-scale": "*", 2343 "@types/d3-scale-chromatic": "*", 2344 "@types/d3-selection": "*", 2345 "@types/d3-shape": "*", 2346 "@types/d3-time": "*", 2347 "@types/d3-time-format": "*", 2348 "@types/d3-timer": "*", 2349 "@types/d3-transition": "*", 2350 "@types/d3-zoom": "*" 2351 } 2352 }, 2353 "node_modules/@types/d3-array": { 2354 "version": "3.2.1", 2355 "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.1.tgz", 2356 "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==", 2357 "license": "MIT" 2358 }, 2359 "node_modules/@types/d3-axis": { 2360 "version": "3.0.6", 2361 "resolved": "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.6.tgz", 2362 "integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==", 2363 "license": "MIT", 2364 "dependencies": { 2365 "@types/d3-selection": "*" 2366 } 2367 }, 2368 "node_modules/@types/d3-brush": { 2369 "version": "3.0.6", 2370 "resolved": "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-3.0.6.tgz", 2371 "integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==", 2372 "license": "MIT", 2373 "dependencies": { 2374 "@types/d3-selection": "*" 2375 } 2376 }, 2377 "node_modules/@types/d3-chord": { 2378 "version": "3.0.6", 2379 "resolved": "https://registry.npmjs.org/@types/d3-chord/-/d3-chord-3.0.6.tgz", 2380 "integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==", 2381 "license": "MIT" 2382 }, 2383 "node_modules/@types/d3-color": { 2384 "version": "3.1.3", 2385 "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", 2386 "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", 2387 "license": "MIT" 2388 }, 2389 "node_modules/@types/d3-contour": { 2390 "version": "3.0.6", 2391 "resolved": "https://registry.npmjs.org/@types/d3-contour/-/d3-contour-3.0.6.tgz", 2392 "integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==", 2393 "license": "MIT", 2394 "dependencies": { 2395 "@types/d3-array": "*", 2396 "@types/geojson": "*" 2397 } 2398 }, 2399 "node_modules/@types/d3-delaunay": { 2400 "version": "6.0.4", 2401 "resolved": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz", 2402 "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==", 2403 "license": "MIT" 2404 }, 2405 "node_modules/@types/d3-dispatch": { 2406 "version": "3.0.6", 2407 "resolved": "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-3.0.6.tgz", 2408 "integrity": "sha512-4fvZhzMeeuBJYZXRXrRIQnvUYfyXwYmLsdiN7XXmVNQKKw1cM8a5WdID0g1hVFZDqT9ZqZEY5pD44p24VS7iZQ==", 2409 "license": "MIT" 2410 }, 2411 "node_modules/@types/d3-drag": { 2412 "version": "3.0.7", 2413 "resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz", 2414 "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==", 2415 "license": "MIT", 2416 "dependencies": { 2417 "@types/d3-selection": "*" 2418 } 2419 }, 2420 "node_modules/@types/d3-dsv": { 2421 "version": "3.0.7", 2422 "resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.7.tgz", 2423 "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==", 2424 "license": "MIT" 2425 }, 2426 "node_modules/@types/d3-ease": { 2427 "version": "3.0.2", 2428 "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz", 2429 "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==", 2430 "license": "MIT" 2431 }, 2432 "node_modules/@types/d3-fetch": { 2433 "version": "3.0.7", 2434 "resolved": "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.7.tgz", 2435 "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==", 2436 "license": "MIT", 2437 "dependencies": { 2438 "@types/d3-dsv": "*" 2439 } 2440 }, 2441 "node_modules/@types/d3-force": { 2442 "version": "3.0.10", 2443 "resolved": "https://registry.npmjs.org/@types/d3-force/-/d3-force-3.0.10.tgz", 2444 "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==", 2445 "license": "MIT" 2446 }, 2447 "node_modules/@types/d3-format": { 2448 "version": "3.0.4", 2449 "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.4.tgz", 2450 "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==", 2451 "license": "MIT" 2452 }, 2453 "node_modules/@types/d3-geo": { 2454 "version": "3.1.0", 2455 "resolved": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.0.tgz", 2456 "integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==", 2457 "license": "MIT", 2458 "dependencies": { 2459 "@types/geojson": "*" 2460 } 2461 }, 2462 "node_modules/@types/d3-hierarchy": { 2463 "version": "3.1.7", 2464 "resolved": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz", 2465 "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==", 2466 "license": "MIT" 2467 }, 2468 "node_modules/@types/d3-interpolate": { 2469 "version": "3.0.4", 2470 "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", 2471 "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", 2472 "license": "MIT", 2473 "dependencies": { 2474 "@types/d3-color": "*" 2475 } 2476 }, 2477 "node_modules/@types/d3-path": { 2478 "version": "3.1.0", 2479 "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.0.tgz", 2480 "integrity": "sha512-P2dlU/q51fkOc/Gfl3Ul9kicV7l+ra934qBFXCFhrZMOL6du1TM0pm1ThYvENukyOn5h9v+yMJ9Fn5JK4QozrQ==", 2481 "license": "MIT" 2482 }, 2483 "node_modules/@types/d3-polygon": { 2484 "version": "3.0.2", 2485 "resolved": "https://registry.npmjs.org/@types/d3-polygon/-/d3-polygon-3.0.2.tgz", 2486 "integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==", 2487 "license": "MIT" 2488 }, 2489 "node_modules/@types/d3-quadtree": { 2490 "version": "3.0.6", 2491 "resolved": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz", 2492 "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==", 2493 "license": "MIT" 2494 }, 2495 "node_modules/@types/d3-random": { 2496 "version": "3.0.3", 2497 "resolved": "https://registry.npmjs.org/@types/d3-random/-/d3-random-3.0.3.tgz", 2498 "integrity": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==", 2499 "license": "MIT" 2500 }, 2501 "node_modules/@types/d3-scale": { 2502 "version": "4.0.8", 2503 "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.8.tgz", 2504 "integrity": "sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==", 2505 "license": "MIT", 2506 "dependencies": { 2507 "@types/d3-time": "*" 2508 } 2509 }, 2510 "node_modules/@types/d3-scale-chromatic": { 2511 "version": "3.1.0", 2512 "resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", 2513 "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==", 2514 "license": "MIT" 2515 }, 2516 "node_modules/@types/d3-selection": { 2517 "version": "3.0.11", 2518 "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz", 2519 "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==", 2520 "license": "MIT" 2521 }, 2522 "node_modules/@types/d3-shape": { 2523 "version": "3.1.6", 2524 "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.6.tgz", 2525 "integrity": "sha512-5KKk5aKGu2I+O6SONMYSNflgiP0WfZIQvVUMan50wHsLG1G94JlxEVnCpQARfTtzytuY0p/9PXXZb3I7giofIA==", 2526 "license": "MIT", 2527 "dependencies": { 2528 "@types/d3-path": "*" 2529 } 2530 }, 2531 "node_modules/@types/d3-time": { 2532 "version": "3.0.4", 2533 "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", 2534 "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==", 2535 "license": "MIT" 2536 }, 2537 "node_modules/@types/d3-time-format": { 2538 "version": "4.0.3", 2539 "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.3.tgz", 2540 "integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==", 2541 "license": "MIT" 2542 }, 2543 "node_modules/@types/d3-timer": { 2544 "version": "3.0.2", 2545 "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz", 2546 "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==", 2547 "license": "MIT" 2548 }, 2549 "node_modules/@types/d3-transition": { 2550 "version": "3.0.9", 2551 "resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.9.tgz", 2552 "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==", 2553 "license": "MIT", 2554 "dependencies": { 2555 "@types/d3-selection": "*" 2556 } 2557 }, 2558 "node_modules/@types/d3-zoom": { 2559 "version": "3.0.8", 2560 "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz", 2561 "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==", 2562 "license": "MIT", 2563 "dependencies": { 2564 "@types/d3-interpolate": "*", 2565 "@types/d3-selection": "*" 2566 } 2567 }, 2568 "node_modules/@types/debug": { 2569 "version": "4.1.12", 2570 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 2571 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 2572 "dependencies": { 2573 "@types/ms": "*" 2574 } 2575 }, 2576 "node_modules/@types/estree": { 2577 "version": "1.0.6", 2578 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", 2579 "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==" 2580 }, 2581 "node_modules/@types/estree-jsx": { 2582 "version": "1.0.5", 2583 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", 2584 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", 2585 "dependencies": { 2586 "@types/estree": "*" 2587 } 2588 }, 2589 "node_modules/@types/geojson": { 2590 "version": "7946.0.15", 2591 "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.15.tgz", 2592 "integrity": "sha512-9oSxFzDCT2Rj6DfcHF8G++jxBKS7mBqXl5xrRW+Kbvjry6Uduya2iiwqHPhVXpasAVMBYKkEPGgKhd3+/HZ6xA==", 2593 "license": "MIT" 2594 }, 2595 "node_modules/@types/hast": { 2596 "version": "3.0.4", 2597 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 2598 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 2599 "dependencies": { 2600 "@types/unist": "*" 2601 } 2602 }, 2603 "node_modules/@types/js-yaml": { 2604 "version": "4.0.9", 2605 "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", 2606 "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==" 2607 }, 2608 "node_modules/@types/mdast": { 2609 "version": "4.0.4", 2610 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 2611 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 2612 "dependencies": { 2613 "@types/unist": "*" 2614 } 2615 }, 2616 "node_modules/@types/mdx": { 2617 "version": "2.0.13", 2618 "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", 2619 "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==" 2620 }, 2621 "node_modules/@types/ms": { 2622 "version": "0.7.34", 2623 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", 2624 "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" 2625 }, 2626 "node_modules/@types/nlcst": { 2627 "version": "2.0.3", 2628 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", 2629 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", 2630 "dependencies": { 2631 "@types/unist": "*" 2632 } 2633 }, 2634 "node_modules/@types/node": { 2635 "version": "22.10.2", 2636 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", 2637 "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", 2638 "dependencies": { 2639 "undici-types": "~6.20.0" 2640 } 2641 }, 2642 "node_modules/@types/sax": { 2643 "version": "1.2.7", 2644 "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", 2645 "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", 2646 "dependencies": { 2647 "@types/node": "*" 2648 } 2649 }, 2650 "node_modules/@types/trusted-types": { 2651 "version": "2.0.7", 2652 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", 2653 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", 2654 "license": "MIT", 2655 "optional": true 2656 }, 2657 "node_modules/@types/unist": { 2658 "version": "3.0.3", 2659 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 2660 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==" 2661 }, 2662 "node_modules/@ungap/structured-clone": { 2663 "version": "1.2.1", 2664 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.1.tgz", 2665 "integrity": "sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==" 2666 }, 2667 "node_modules/acorn": { 2668 "version": "8.14.0", 2669 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", 2670 "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", 2671 "bin": { 2672 "acorn": "bin/acorn" 2673 }, 2674 "engines": { 2675 "node": ">=0.4.0" 2676 } 2677 }, 2678 "node_modules/acorn-jsx": { 2679 "version": "5.3.2", 2680 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 2681 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 2682 "peerDependencies": { 2683 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 2684 } 2685 }, 2686 "node_modules/ansi-align": { 2687 "version": "3.0.1", 2688 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 2689 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 2690 "dependencies": { 2691 "string-width": "^4.1.0" 2692 } 2693 }, 2694 "node_modules/ansi-align/node_modules/ansi-regex": { 2695 "version": "5.0.1", 2696 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 2697 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 2698 "engines": { 2699 "node": ">=8" 2700 } 2701 }, 2702 "node_modules/ansi-align/node_modules/emoji-regex": { 2703 "version": "8.0.0", 2704 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 2705 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" 2706 }, 2707 "node_modules/ansi-align/node_modules/string-width": { 2708 "version": "4.2.3", 2709 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 2710 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 2711 "dependencies": { 2712 "emoji-regex": "^8.0.0", 2713 "is-fullwidth-code-point": "^3.0.0", 2714 "strip-ansi": "^6.0.1" 2715 }, 2716 "engines": { 2717 "node": ">=8" 2718 } 2719 }, 2720 "node_modules/ansi-align/node_modules/strip-ansi": { 2721 "version": "6.0.1", 2722 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 2723 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 2724 "dependencies": { 2725 "ansi-regex": "^5.0.1" 2726 }, 2727 "engines": { 2728 "node": ">=8" 2729 } 2730 }, 2731 "node_modules/ansi-regex": { 2732 "version": "6.1.0", 2733 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 2734 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 2735 "engines": { 2736 "node": ">=12" 2737 }, 2738 "funding": { 2739 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 2740 } 2741 }, 2742 "node_modules/ansi-styles": { 2743 "version": "6.2.1", 2744 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 2745 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 2746 "engines": { 2747 "node": ">=12" 2748 }, 2749 "funding": { 2750 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2751 } 2752 }, 2753 "node_modules/anymatch": { 2754 "version": "3.1.3", 2755 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 2756 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 2757 "dependencies": { 2758 "normalize-path": "^3.0.0", 2759 "picomatch": "^2.0.4" 2760 }, 2761 "engines": { 2762 "node": ">= 8" 2763 } 2764 }, 2765 "node_modules/anymatch/node_modules/picomatch": { 2766 "version": "2.3.1", 2767 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 2768 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 2769 "engines": { 2770 "node": ">=8.6" 2771 }, 2772 "funding": { 2773 "url": "https://github.com/sponsors/jonschlinkert" 2774 } 2775 }, 2776 "node_modules/arg": { 2777 "version": "5.0.2", 2778 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 2779 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" 2780 }, 2781 "node_modules/argparse": { 2782 "version": "2.0.1", 2783 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 2784 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" 2785 }, 2786 "node_modules/aria-query": { 2787 "version": "5.3.2", 2788 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", 2789 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", 2790 "engines": { 2791 "node": ">= 0.4" 2792 } 2793 }, 2794 "node_modules/array-iterate": { 2795 "version": "2.0.1", 2796 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 2797 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 2798 "funding": { 2799 "type": "github", 2800 "url": "https://github.com/sponsors/wooorm" 2801 } 2802 }, 2803 "node_modules/astring": { 2804 "version": "1.9.0", 2805 "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", 2806 "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", 2807 "bin": { 2808 "astring": "bin/astring" 2809 } 2810 }, 2811 "node_modules/astro": { 2812 "version": "5.1.1", 2813 "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.1.tgz", 2814 "integrity": "sha512-prpWC2PRs4P3FKQg6gZaU+VNMqbZi5pDvORGB2nrjfRjkrvF6/l4BqhvkJ6YQ0Ohm5rIMVz8ljgaRI77mLHbwg==", 2815 "dependencies": { 2816 "@astrojs/compiler": "^2.10.3", 2817 "@astrojs/internal-helpers": "0.4.2", 2818 "@astrojs/markdown-remark": "6.0.1", 2819 "@astrojs/telemetry": "3.2.0", 2820 "@oslojs/encoding": "^1.1.0", 2821 "@rollup/pluginutils": "^5.1.3", 2822 "@types/cookie": "^0.6.0", 2823 "acorn": "^8.14.0", 2824 "aria-query": "^5.3.2", 2825 "axobject-query": "^4.1.0", 2826 "boxen": "8.0.1", 2827 "ci-info": "^4.1.0", 2828 "clsx": "^2.1.1", 2829 "common-ancestor-path": "^1.0.1", 2830 "cookie": "^0.7.2", 2831 "cssesc": "^3.0.0", 2832 "debug": "^4.3.7", 2833 "deterministic-object-hash": "^2.0.2", 2834 "devalue": "^5.1.1", 2835 "diff": "^5.2.0", 2836 "dlv": "^1.1.3", 2837 "dset": "^3.1.4", 2838 "es-module-lexer": "^1.5.4", 2839 "esbuild": "^0.21.5", 2840 "estree-walker": "^3.0.3", 2841 "fast-glob": "^3.3.2", 2842 "flattie": "^1.1.1", 2843 "github-slugger": "^2.0.0", 2844 "html-escaper": "^3.0.3", 2845 "http-cache-semantics": "^4.1.1", 2846 "js-yaml": "^4.1.0", 2847 "kleur": "^4.1.5", 2848 "magic-string": "^0.30.14", 2849 "magicast": "^0.3.5", 2850 "micromatch": "^4.0.8", 2851 "mrmime": "^2.0.0", 2852 "neotraverse": "^0.6.18", 2853 "p-limit": "^6.1.0", 2854 "p-queue": "^8.0.1", 2855 "preferred-pm": "^4.0.0", 2856 "prompts": "^2.4.2", 2857 "rehype": "^13.0.2", 2858 "semver": "^7.6.3", 2859 "shiki": "^1.23.1", 2860 "tinyexec": "^0.3.1", 2861 "tsconfck": "^3.1.4", 2862 "ultrahtml": "^1.5.3", 2863 "unist-util-visit": "^5.0.0", 2864 "unstorage": "^1.14.0", 2865 "vfile": "^6.0.3", 2866 "vite": "^6.0.5", 2867 "vitefu": "^1.0.4", 2868 "which-pm": "^3.0.0", 2869 "xxhash-wasm": "^1.1.0", 2870 "yargs-parser": "^21.1.1", 2871 "yocto-spinner": "^0.1.0", 2872 "zod": "^3.23.8", 2873 "zod-to-json-schema": "^3.23.5", 2874 "zod-to-ts": "^1.2.0" 2875 }, 2876 "bin": { 2877 "astro": "astro.js" 2878 }, 2879 "engines": { 2880 "node": "^18.17.1 || ^20.3.0 || >=22.0.0", 2881 "npm": ">=9.6.5", 2882 "pnpm": ">=7.1.0" 2883 }, 2884 "optionalDependencies": { 2885 "sharp": "^0.33.3" 2886 } 2887 }, 2888 "node_modules/astro-expressive-code": { 2889 "version": "0.38.3", 2890 "resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.38.3.tgz", 2891 "integrity": "sha512-Tvdc7RV0G92BbtyEOsfJtXU35w41CkM94fOAzxbQP67Wj5jArfserJ321FO4XA7WG9QMV0GIBmQq77NBIRDzpQ==", 2892 "dependencies": { 2893 "rehype-expressive-code": "^0.38.3" 2894 }, 2895 "peerDependencies": { 2896 "astro": "^4.0.0-beta || ^5.0.0-beta || ^3.3.0" 2897 } 2898 }, 2899 "node_modules/astro/node_modules/sharp": { 2900 "version": "0.33.5", 2901 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz", 2902 "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==", 2903 "hasInstallScript": true, 2904 "optional": true, 2905 "dependencies": { 2906 "color": "^4.2.3", 2907 "detect-libc": "^2.0.3", 2908 "semver": "^7.6.3" 2909 }, 2910 "engines": { 2911 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 2912 }, 2913 "funding": { 2914 "url": "https://opencollective.com/libvips" 2915 }, 2916 "optionalDependencies": { 2917 "@img/sharp-darwin-arm64": "0.33.5", 2918 "@img/sharp-darwin-x64": "0.33.5", 2919 "@img/sharp-libvips-darwin-arm64": "1.0.4", 2920 "@img/sharp-libvips-darwin-x64": "1.0.4", 2921 "@img/sharp-libvips-linux-arm": "1.0.5", 2922 "@img/sharp-libvips-linux-arm64": "1.0.4", 2923 "@img/sharp-libvips-linux-s390x": "1.0.4", 2924 "@img/sharp-libvips-linux-x64": "1.0.4", 2925 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4", 2926 "@img/sharp-libvips-linuxmusl-x64": "1.0.4", 2927 "@img/sharp-linux-arm": "0.33.5", 2928 "@img/sharp-linux-arm64": "0.33.5", 2929 "@img/sharp-linux-s390x": "0.33.5", 2930 "@img/sharp-linux-x64": "0.33.5", 2931 "@img/sharp-linuxmusl-arm64": "0.33.5", 2932 "@img/sharp-linuxmusl-x64": "0.33.5", 2933 "@img/sharp-wasm32": "0.33.5", 2934 "@img/sharp-win32-ia32": "0.33.5", 2935 "@img/sharp-win32-x64": "0.33.5" 2936 } 2937 }, 2938 "node_modules/axobject-query": { 2939 "version": "4.1.0", 2940 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", 2941 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", 2942 "engines": { 2943 "node": ">= 0.4" 2944 } 2945 }, 2946 "node_modules/b4a": { 2947 "version": "1.6.7", 2948 "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", 2949 "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==" 2950 }, 2951 "node_modules/babel-plugin-jsx-dom-expressions": { 2952 "version": "0.39.3", 2953 "resolved": "https://registry.npmjs.org/babel-plugin-jsx-dom-expressions/-/babel-plugin-jsx-dom-expressions-0.39.3.tgz", 2954 "integrity": "sha512-6RzmSu21zYPlV2gNwzjGG9FgODtt9hIWnx7L//OIioIEuRcnpDZoY8Tr+I81Cy1SrH4qoDyKpwHHo6uAMAeyPA==", 2955 "license": "MIT", 2956 "dependencies": { 2957 "@babel/helper-module-imports": "7.18.6", 2958 "@babel/plugin-syntax-jsx": "^7.18.6", 2959 "@babel/types": "^7.20.7", 2960 "html-entities": "2.3.3", 2961 "parse5": "^7.1.2", 2962 "validate-html-nesting": "^1.2.1" 2963 }, 2964 "peerDependencies": { 2965 "@babel/core": "^7.20.12" 2966 } 2967 }, 2968 "node_modules/babel-plugin-jsx-dom-expressions/node_modules/@babel/helper-module-imports": { 2969 "version": "7.18.6", 2970 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", 2971 "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", 2972 "license": "MIT", 2973 "dependencies": { 2974 "@babel/types": "^7.18.6" 2975 }, 2976 "engines": { 2977 "node": ">=6.9.0" 2978 } 2979 }, 2980 "node_modules/babel-preset-solid": { 2981 "version": "1.9.3", 2982 "resolved": "https://registry.npmjs.org/babel-preset-solid/-/babel-preset-solid-1.9.3.tgz", 2983 "integrity": "sha512-jvlx5wDp8s+bEF9sGFw/84SInXOA51ttkUEroQziKMbxplXThVKt83qB6bDTa1HuLNatdU9FHpFOiQWs1tLQIg==", 2984 "license": "MIT", 2985 "dependencies": { 2986 "babel-plugin-jsx-dom-expressions": "^0.39.3" 2987 }, 2988 "peerDependencies": { 2989 "@babel/core": "^7.0.0" 2990 } 2991 }, 2992 "node_modules/bail": { 2993 "version": "2.0.2", 2994 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 2995 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 2996 "funding": { 2997 "type": "github", 2998 "url": "https://github.com/sponsors/wooorm" 2999 } 3000 }, 3001 "node_modules/bare-events": { 3002 "version": "2.5.0", 3003 "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz", 3004 "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==", 3005 "optional": true 3006 }, 3007 "node_modules/bare-fs": { 3008 "version": "2.3.5", 3009 "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.5.tgz", 3010 "integrity": "sha512-SlE9eTxifPDJrT6YgemQ1WGFleevzwY+XAP1Xqgl56HtcrisC2CHCZ2tq6dBpcH2TnNxwUEUGhweo+lrQtYuiw==", 3011 "optional": true, 3012 "dependencies": { 3013 "bare-events": "^2.0.0", 3014 "bare-path": "^2.0.0", 3015 "bare-stream": "^2.0.0" 3016 } 3017 }, 3018 "node_modules/bare-os": { 3019 "version": "2.4.4", 3020 "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.4.tgz", 3021 "integrity": "sha512-z3UiI2yi1mK0sXeRdc4O1Kk8aOa/e+FNWZcTiPB/dfTWyLypuE99LibgRaQki914Jq//yAWylcAt+mknKdixRQ==", 3022 "optional": true 3023 }, 3024 "node_modules/bare-path": { 3025 "version": "2.1.3", 3026 "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-2.1.3.tgz", 3027 "integrity": "sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==", 3028 "optional": true, 3029 "dependencies": { 3030 "bare-os": "^2.1.0" 3031 } 3032 }, 3033 "node_modules/bare-stream": { 3034 "version": "2.6.1", 3035 "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.6.1.tgz", 3036 "integrity": "sha512-eVZbtKM+4uehzrsj49KtCy3Pbg7kO1pJ3SKZ1SFrIH/0pnj9scuGGgUlNDf/7qS8WKtGdiJY5Kyhs/ivYPTB/g==", 3037 "optional": true, 3038 "dependencies": { 3039 "streamx": "^2.21.0" 3040 } 3041 }, 3042 "node_modules/base-64": { 3043 "version": "1.0.0", 3044 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", 3045 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==" 3046 }, 3047 "node_modules/base64-js": { 3048 "version": "1.5.1", 3049 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", 3050 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", 3051 "funding": [ 3052 { 3053 "type": "github", 3054 "url": "https://github.com/sponsors/feross" 3055 }, 3056 { 3057 "type": "patreon", 3058 "url": "https://www.patreon.com/feross" 3059 }, 3060 { 3061 "type": "consulting", 3062 "url": "https://feross.org/support" 3063 } 3064 ] 3065 }, 3066 "node_modules/bcp-47": { 3067 "version": "2.1.0", 3068 "resolved": "https://registry.npmjs.org/bcp-47/-/bcp-47-2.1.0.tgz", 3069 "integrity": "sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==", 3070 "dependencies": { 3071 "is-alphabetical": "^2.0.0", 3072 "is-alphanumerical": "^2.0.0", 3073 "is-decimal": "^2.0.0" 3074 }, 3075 "funding": { 3076 "type": "github", 3077 "url": "https://github.com/sponsors/wooorm" 3078 } 3079 }, 3080 "node_modules/bcp-47-match": { 3081 "version": "2.0.3", 3082 "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz", 3083 "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==", 3084 "funding": { 3085 "type": "github", 3086 "url": "https://github.com/sponsors/wooorm" 3087 } 3088 }, 3089 "node_modules/binary-extensions": { 3090 "version": "2.3.0", 3091 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", 3092 "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", 3093 "engines": { 3094 "node": ">=8" 3095 }, 3096 "funding": { 3097 "url": "https://github.com/sponsors/sindresorhus" 3098 } 3099 }, 3100 "node_modules/bl": { 3101 "version": "4.1.0", 3102 "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", 3103 "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", 3104 "dependencies": { 3105 "buffer": "^5.5.0", 3106 "inherits": "^2.0.4", 3107 "readable-stream": "^3.4.0" 3108 } 3109 }, 3110 "node_modules/boolbase": { 3111 "version": "1.0.0", 3112 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 3113 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" 3114 }, 3115 "node_modules/boxen": { 3116 "version": "8.0.1", 3117 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz", 3118 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==", 3119 "dependencies": { 3120 "ansi-align": "^3.0.1", 3121 "camelcase": "^8.0.0", 3122 "chalk": "^5.3.0", 3123 "cli-boxes": "^3.0.0", 3124 "string-width": "^7.2.0", 3125 "type-fest": "^4.21.0", 3126 "widest-line": "^5.0.0", 3127 "wrap-ansi": "^9.0.0" 3128 }, 3129 "engines": { 3130 "node": ">=18" 3131 }, 3132 "funding": { 3133 "url": "https://github.com/sponsors/sindresorhus" 3134 } 3135 }, 3136 "node_modules/braces": { 3137 "version": "3.0.3", 3138 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 3139 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 3140 "dependencies": { 3141 "fill-range": "^7.1.1" 3142 }, 3143 "engines": { 3144 "node": ">=8" 3145 } 3146 }, 3147 "node_modules/browserslist": { 3148 "version": "4.24.3", 3149 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.3.tgz", 3150 "integrity": "sha512-1CPmv8iobE2fyRMV97dAcMVegvvWKxmq94hkLiAkUGwKVTyDLw33K+ZxiFrREKmmps4rIw6grcCFCnTMSZ/YiA==", 3151 "funding": [ 3152 { 3153 "type": "opencollective", 3154 "url": "https://opencollective.com/browserslist" 3155 }, 3156 { 3157 "type": "tidelift", 3158 "url": "https://tidelift.com/funding/github/npm/browserslist" 3159 }, 3160 { 3161 "type": "github", 3162 "url": "https://github.com/sponsors/ai" 3163 } 3164 ], 3165 "license": "MIT", 3166 "dependencies": { 3167 "caniuse-lite": "^1.0.30001688", 3168 "electron-to-chromium": "^1.5.73", 3169 "node-releases": "^2.0.19", 3170 "update-browserslist-db": "^1.1.1" 3171 }, 3172 "bin": { 3173 "browserslist": "cli.js" 3174 }, 3175 "engines": { 3176 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 3177 } 3178 }, 3179 "node_modules/buffer": { 3180 "version": "5.7.1", 3181 "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", 3182 "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", 3183 "funding": [ 3184 { 3185 "type": "github", 3186 "url": "https://github.com/sponsors/feross" 3187 }, 3188 { 3189 "type": "patreon", 3190 "url": "https://www.patreon.com/feross" 3191 }, 3192 { 3193 "type": "consulting", 3194 "url": "https://feross.org/support" 3195 } 3196 ], 3197 "dependencies": { 3198 "base64-js": "^1.3.1", 3199 "ieee754": "^1.1.13" 3200 } 3201 }, 3202 "node_modules/camelcase": { 3203 "version": "8.0.0", 3204 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", 3205 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", 3206 "engines": { 3207 "node": ">=16" 3208 }, 3209 "funding": { 3210 "url": "https://github.com/sponsors/sindresorhus" 3211 } 3212 }, 3213 "node_modules/caniuse-lite": { 3214 "version": "1.0.30001690", 3215 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz", 3216 "integrity": "sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==", 3217 "funding": [ 3218 { 3219 "type": "opencollective", 3220 "url": "https://opencollective.com/browserslist" 3221 }, 3222 { 3223 "type": "tidelift", 3224 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 3225 }, 3226 { 3227 "type": "github", 3228 "url": "https://github.com/sponsors/ai" 3229 } 3230 ], 3231 "license": "CC-BY-4.0" 3232 }, 3233 "node_modules/ccount": { 3234 "version": "2.0.1", 3235 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 3236 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 3237 "funding": { 3238 "type": "github", 3239 "url": "https://github.com/sponsors/wooorm" 3240 } 3241 }, 3242 "node_modules/chalk": { 3243 "version": "5.4.1", 3244 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", 3245 "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", 3246 "engines": { 3247 "node": "^12.17.0 || ^14.13 || >=16.0.0" 3248 }, 3249 "funding": { 3250 "url": "https://github.com/chalk/chalk?sponsor=1" 3251 } 3252 }, 3253 "node_modules/character-entities": { 3254 "version": "2.0.2", 3255 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 3256 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 3257 "funding": { 3258 "type": "github", 3259 "url": "https://github.com/sponsors/wooorm" 3260 } 3261 }, 3262 "node_modules/character-entities-html4": { 3263 "version": "2.1.0", 3264 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 3265 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 3266 "funding": { 3267 "type": "github", 3268 "url": "https://github.com/sponsors/wooorm" 3269 } 3270 }, 3271 "node_modules/character-entities-legacy": { 3272 "version": "3.0.0", 3273 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 3274 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 3275 "funding": { 3276 "type": "github", 3277 "url": "https://github.com/sponsors/wooorm" 3278 } 3279 }, 3280 "node_modules/character-reference-invalid": { 3281 "version": "2.0.1", 3282 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", 3283 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", 3284 "funding": { 3285 "type": "github", 3286 "url": "https://github.com/sponsors/wooorm" 3287 } 3288 }, 3289 "node_modules/chevrotain": { 3290 "version": "11.0.3", 3291 "resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-11.0.3.tgz", 3292 "integrity": "sha512-ci2iJH6LeIkvP9eJW6gpueU8cnZhv85ELY8w8WiFtNjMHA5ad6pQLaJo9mEly/9qUyCpvqX8/POVUTf18/HFdw==", 3293 "license": "Apache-2.0", 3294 "dependencies": { 3295 "@chevrotain/cst-dts-gen": "11.0.3", 3296 "@chevrotain/gast": "11.0.3", 3297 "@chevrotain/regexp-to-ast": "11.0.3", 3298 "@chevrotain/types": "11.0.3", 3299 "@chevrotain/utils": "11.0.3", 3300 "lodash-es": "4.17.21" 3301 } 3302 }, 3303 "node_modules/chevrotain-allstar": { 3304 "version": "0.3.1", 3305 "resolved": "https://registry.npmjs.org/chevrotain-allstar/-/chevrotain-allstar-0.3.1.tgz", 3306 "integrity": "sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==", 3307 "license": "MIT", 3308 "dependencies": { 3309 "lodash-es": "^4.17.21" 3310 }, 3311 "peerDependencies": { 3312 "chevrotain": "^11.0.0" 3313 } 3314 }, 3315 "node_modules/chokidar": { 3316 "version": "3.6.0", 3317 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", 3318 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", 3319 "dependencies": { 3320 "anymatch": "~3.1.2", 3321 "braces": "~3.0.2", 3322 "glob-parent": "~5.1.2", 3323 "is-binary-path": "~2.1.0", 3324 "is-glob": "~4.0.1", 3325 "normalize-path": "~3.0.0", 3326 "readdirp": "~3.6.0" 3327 }, 3328 "engines": { 3329 "node": ">= 8.10.0" 3330 }, 3331 "funding": { 3332 "url": "https://paulmillr.com/funding/" 3333 }, 3334 "optionalDependencies": { 3335 "fsevents": "~2.3.2" 3336 } 3337 }, 3338 "node_modules/chownr": { 3339 "version": "1.1.4", 3340 "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", 3341 "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" 3342 }, 3343 "node_modules/ci-info": { 3344 "version": "4.1.0", 3345 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", 3346 "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", 3347 "funding": [ 3348 { 3349 "type": "github", 3350 "url": "https://github.com/sponsors/sibiraj-s" 3351 } 3352 ], 3353 "engines": { 3354 "node": ">=8" 3355 } 3356 }, 3357 "node_modules/cli-boxes": { 3358 "version": "3.0.0", 3359 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 3360 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 3361 "engines": { 3362 "node": ">=10" 3363 }, 3364 "funding": { 3365 "url": "https://github.com/sponsors/sindresorhus" 3366 } 3367 }, 3368 "node_modules/clsx": { 3369 "version": "2.1.1", 3370 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 3371 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 3372 "engines": { 3373 "node": ">=6" 3374 } 3375 }, 3376 "node_modules/collapse-white-space": { 3377 "version": "2.1.0", 3378 "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", 3379 "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", 3380 "funding": { 3381 "type": "github", 3382 "url": "https://github.com/sponsors/wooorm" 3383 } 3384 }, 3385 "node_modules/color": { 3386 "version": "4.2.3", 3387 "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", 3388 "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", 3389 "dependencies": { 3390 "color-convert": "^2.0.1", 3391 "color-string": "^1.9.0" 3392 }, 3393 "engines": { 3394 "node": ">=12.5.0" 3395 } 3396 }, 3397 "node_modules/color-convert": { 3398 "version": "2.0.1", 3399 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 3400 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 3401 "dependencies": { 3402 "color-name": "~1.1.4" 3403 }, 3404 "engines": { 3405 "node": ">=7.0.0" 3406 } 3407 }, 3408 "node_modules/color-name": { 3409 "version": "1.1.4", 3410 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 3411 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 3412 }, 3413 "node_modules/color-string": { 3414 "version": "1.9.1", 3415 "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", 3416 "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", 3417 "dependencies": { 3418 "color-name": "^1.0.0", 3419 "simple-swizzle": "^0.2.2" 3420 } 3421 }, 3422 "node_modules/comma-separated-tokens": { 3423 "version": "2.0.3", 3424 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 3425 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 3426 "funding": { 3427 "type": "github", 3428 "url": "https://github.com/sponsors/wooorm" 3429 } 3430 }, 3431 "node_modules/commander": { 3432 "version": "7.2.0", 3433 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 3434 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", 3435 "license": "MIT", 3436 "engines": { 3437 "node": ">= 10" 3438 } 3439 }, 3440 "node_modules/common-ancestor-path": { 3441 "version": "1.0.1", 3442 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", 3443 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==" 3444 }, 3445 "node_modules/confbox": { 3446 "version": "0.1.8", 3447 "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", 3448 "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", 3449 "license": "MIT" 3450 }, 3451 "node_modules/consola": { 3452 "version": "3.3.3", 3453 "resolved": "https://registry.npmjs.org/consola/-/consola-3.3.3.tgz", 3454 "integrity": "sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg==", 3455 "engines": { 3456 "node": "^14.18.0 || >=16.10.0" 3457 } 3458 }, 3459 "node_modules/convert-source-map": { 3460 "version": "2.0.0", 3461 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", 3462 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", 3463 "license": "MIT" 3464 }, 3465 "node_modules/cookie": { 3466 "version": "0.7.2", 3467 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", 3468 "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", 3469 "engines": { 3470 "node": ">= 0.6" 3471 } 3472 }, 3473 "node_modules/cookie-es": { 3474 "version": "1.2.2", 3475 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz", 3476 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==" 3477 }, 3478 "node_modules/cose-base": { 3479 "version": "1.0.3", 3480 "resolved": "https://registry.npmjs.org/cose-base/-/cose-base-1.0.3.tgz", 3481 "integrity": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==", 3482 "license": "MIT", 3483 "dependencies": { 3484 "layout-base": "^1.0.0" 3485 } 3486 }, 3487 "node_modules/crossws": { 3488 "version": "0.3.1", 3489 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.1.tgz", 3490 "integrity": "sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==", 3491 "dependencies": { 3492 "uncrypto": "^0.1.3" 3493 } 3494 }, 3495 "node_modules/css-select": { 3496 "version": "5.1.0", 3497 "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", 3498 "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", 3499 "license": "BSD-2-Clause", 3500 "dependencies": { 3501 "boolbase": "^1.0.0", 3502 "css-what": "^6.1.0", 3503 "domhandler": "^5.0.2", 3504 "domutils": "^3.0.1", 3505 "nth-check": "^2.0.1" 3506 }, 3507 "funding": { 3508 "url": "https://github.com/sponsors/fb55" 3509 } 3510 }, 3511 "node_modules/css-selector-parser": { 3512 "version": "3.0.5", 3513 "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.0.5.tgz", 3514 "integrity": "sha512-3itoDFbKUNx1eKmVpYMFyqKX04Ww9osZ+dLgrk6GEv6KMVeXUhUnp4I5X+evw+u3ZxVU6RFXSSRxlTeMh8bA+g==", 3515 "funding": [ 3516 { 3517 "type": "github", 3518 "url": "https://github.com/sponsors/mdevils" 3519 }, 3520 { 3521 "type": "patreon", 3522 "url": "https://patreon.com/mdevils" 3523 } 3524 ] 3525 }, 3526 "node_modules/css-tree": { 3527 "version": "2.3.1", 3528 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", 3529 "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", 3530 "license": "MIT", 3531 "dependencies": { 3532 "mdn-data": "2.0.30", 3533 "source-map-js": "^1.0.1" 3534 }, 3535 "engines": { 3536 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 3537 } 3538 }, 3539 "node_modules/css-what": { 3540 "version": "6.1.0", 3541 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", 3542 "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", 3543 "license": "BSD-2-Clause", 3544 "engines": { 3545 "node": ">= 6" 3546 }, 3547 "funding": { 3548 "url": "https://github.com/sponsors/fb55" 3549 } 3550 }, 3551 "node_modules/cssesc": { 3552 "version": "3.0.0", 3553 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 3554 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 3555 "bin": { 3556 "cssesc": "bin/cssesc" 3557 }, 3558 "engines": { 3559 "node": ">=4" 3560 } 3561 }, 3562 "node_modules/csso": { 3563 "version": "5.0.5", 3564 "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", 3565 "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", 3566 "license": "MIT", 3567 "dependencies": { 3568 "css-tree": "~2.2.0" 3569 }, 3570 "engines": { 3571 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 3572 "npm": ">=7.0.0" 3573 } 3574 }, 3575 "node_modules/csso/node_modules/css-tree": { 3576 "version": "2.2.1", 3577 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", 3578 "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", 3579 "license": "MIT", 3580 "dependencies": { 3581 "mdn-data": "2.0.28", 3582 "source-map-js": "^1.0.1" 3583 }, 3584 "engines": { 3585 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 3586 "npm": ">=7.0.0" 3587 } 3588 }, 3589 "node_modules/csso/node_modules/mdn-data": { 3590 "version": "2.0.28", 3591 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", 3592 "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", 3593 "license": "CC0-1.0" 3594 }, 3595 "node_modules/csstype": { 3596 "version": "3.1.3", 3597 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", 3598 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", 3599 "license": "MIT", 3600 "peer": true 3601 }, 3602 "node_modules/cytoscape": { 3603 "version": "3.30.4", 3604 "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.4.tgz", 3605 "integrity": "sha512-OxtlZwQl1WbwMmLiyPSEBuzeTIQnwZhJYYWFzZ2PhEHVFwpeaqNIkUzSiso00D98qk60l8Gwon2RP304d3BJ1A==", 3606 "license": "MIT", 3607 "engines": { 3608 "node": ">=0.10" 3609 } 3610 }, 3611 "node_modules/cytoscape-cose-bilkent": { 3612 "version": "4.1.0", 3613 "resolved": "https://registry.npmjs.org/cytoscape-cose-bilkent/-/cytoscape-cose-bilkent-4.1.0.tgz", 3614 "integrity": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==", 3615 "license": "MIT", 3616 "dependencies": { 3617 "cose-base": "^1.0.0" 3618 }, 3619 "peerDependencies": { 3620 "cytoscape": "^3.2.0" 3621 } 3622 }, 3623 "node_modules/cytoscape-fcose": { 3624 "version": "2.2.0", 3625 "resolved": "https://registry.npmjs.org/cytoscape-fcose/-/cytoscape-fcose-2.2.0.tgz", 3626 "integrity": "sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==", 3627 "license": "MIT", 3628 "dependencies": { 3629 "cose-base": "^2.2.0" 3630 }, 3631 "peerDependencies": { 3632 "cytoscape": "^3.2.0" 3633 } 3634 }, 3635 "node_modules/cytoscape-fcose/node_modules/cose-base": { 3636 "version": "2.2.0", 3637 "resolved": "https://registry.npmjs.org/cose-base/-/cose-base-2.2.0.tgz", 3638 "integrity": "sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==", 3639 "license": "MIT", 3640 "dependencies": { 3641 "layout-base": "^2.0.0" 3642 } 3643 }, 3644 "node_modules/cytoscape-fcose/node_modules/layout-base": { 3645 "version": "2.0.1", 3646 "resolved": "https://registry.npmjs.org/layout-base/-/layout-base-2.0.1.tgz", 3647 "integrity": "sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==", 3648 "license": "MIT" 3649 }, 3650 "node_modules/d3": { 3651 "version": "7.9.0", 3652 "resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz", 3653 "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", 3654 "license": "ISC", 3655 "dependencies": { 3656 "d3-array": "3", 3657 "d3-axis": "3", 3658 "d3-brush": "3", 3659 "d3-chord": "3", 3660 "d3-color": "3", 3661 "d3-contour": "4", 3662 "d3-delaunay": "6", 3663 "d3-dispatch": "3", 3664 "d3-drag": "3", 3665 "d3-dsv": "3", 3666 "d3-ease": "3", 3667 "d3-fetch": "3", 3668 "d3-force": "3", 3669 "d3-format": "3", 3670 "d3-geo": "3", 3671 "d3-hierarchy": "3", 3672 "d3-interpolate": "3", 3673 "d3-path": "3", 3674 "d3-polygon": "3", 3675 "d3-quadtree": "3", 3676 "d3-random": "3", 3677 "d3-scale": "4", 3678 "d3-scale-chromatic": "3", 3679 "d3-selection": "3", 3680 "d3-shape": "3", 3681 "d3-time": "3", 3682 "d3-time-format": "4", 3683 "d3-timer": "3", 3684 "d3-transition": "3", 3685 "d3-zoom": "3" 3686 }, 3687 "engines": { 3688 "node": ">=12" 3689 } 3690 }, 3691 "node_modules/d3-array": { 3692 "version": "3.2.4", 3693 "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", 3694 "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", 3695 "license": "ISC", 3696 "dependencies": { 3697 "internmap": "1 - 2" 3698 }, 3699 "engines": { 3700 "node": ">=12" 3701 } 3702 }, 3703 "node_modules/d3-axis": { 3704 "version": "3.0.0", 3705 "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", 3706 "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", 3707 "license": "ISC", 3708 "engines": { 3709 "node": ">=12" 3710 } 3711 }, 3712 "node_modules/d3-brush": { 3713 "version": "3.0.0", 3714 "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", 3715 "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", 3716 "license": "ISC", 3717 "dependencies": { 3718 "d3-dispatch": "1 - 3", 3719 "d3-drag": "2 - 3", 3720 "d3-interpolate": "1 - 3", 3721 "d3-selection": "3", 3722 "d3-transition": "3" 3723 }, 3724 "engines": { 3725 "node": ">=12" 3726 } 3727 }, 3728 "node_modules/d3-chord": { 3729 "version": "3.0.1", 3730 "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", 3731 "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", 3732 "license": "ISC", 3733 "dependencies": { 3734 "d3-path": "1 - 3" 3735 }, 3736 "engines": { 3737 "node": ">=12" 3738 } 3739 }, 3740 "node_modules/d3-color": { 3741 "version": "3.1.0", 3742 "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", 3743 "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", 3744 "license": "ISC", 3745 "engines": { 3746 "node": ">=12" 3747 } 3748 }, 3749 "node_modules/d3-contour": { 3750 "version": "4.0.2", 3751 "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz", 3752 "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==", 3753 "license": "ISC", 3754 "dependencies": { 3755 "d3-array": "^3.2.0" 3756 }, 3757 "engines": { 3758 "node": ">=12" 3759 } 3760 }, 3761 "node_modules/d3-delaunay": { 3762 "version": "6.0.4", 3763 "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", 3764 "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", 3765 "license": "ISC", 3766 "dependencies": { 3767 "delaunator": "5" 3768 }, 3769 "engines": { 3770 "node": ">=12" 3771 } 3772 }, 3773 "node_modules/d3-dispatch": { 3774 "version": "3.0.1", 3775 "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", 3776 "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", 3777 "license": "ISC", 3778 "engines": { 3779 "node": ">=12" 3780 } 3781 }, 3782 "node_modules/d3-drag": { 3783 "version": "3.0.0", 3784 "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", 3785 "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", 3786 "license": "ISC", 3787 "dependencies": { 3788 "d3-dispatch": "1 - 3", 3789 "d3-selection": "3" 3790 }, 3791 "engines": { 3792 "node": ">=12" 3793 } 3794 }, 3795 "node_modules/d3-dsv": { 3796 "version": "3.0.1", 3797 "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", 3798 "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", 3799 "license": "ISC", 3800 "dependencies": { 3801 "commander": "7", 3802 "iconv-lite": "0.6", 3803 "rw": "1" 3804 }, 3805 "bin": { 3806 "csv2json": "bin/dsv2json.js", 3807 "csv2tsv": "bin/dsv2dsv.js", 3808 "dsv2dsv": "bin/dsv2dsv.js", 3809 "dsv2json": "bin/dsv2json.js", 3810 "json2csv": "bin/json2dsv.js", 3811 "json2dsv": "bin/json2dsv.js", 3812 "json2tsv": "bin/json2dsv.js", 3813 "tsv2csv": "bin/dsv2dsv.js", 3814 "tsv2json": "bin/dsv2json.js" 3815 }, 3816 "engines": { 3817 "node": ">=12" 3818 } 3819 }, 3820 "node_modules/d3-ease": { 3821 "version": "3.0.1", 3822 "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", 3823 "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", 3824 "license": "BSD-3-Clause", 3825 "engines": { 3826 "node": ">=12" 3827 } 3828 }, 3829 "node_modules/d3-fetch": { 3830 "version": "3.0.1", 3831 "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", 3832 "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", 3833 "license": "ISC", 3834 "dependencies": { 3835 "d3-dsv": "1 - 3" 3836 }, 3837 "engines": { 3838 "node": ">=12" 3839 } 3840 }, 3841 "node_modules/d3-force": { 3842 "version": "3.0.0", 3843 "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", 3844 "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", 3845 "license": "ISC", 3846 "dependencies": { 3847 "d3-dispatch": "1 - 3", 3848 "d3-quadtree": "1 - 3", 3849 "d3-timer": "1 - 3" 3850 }, 3851 "engines": { 3852 "node": ">=12" 3853 } 3854 }, 3855 "node_modules/d3-format": { 3856 "version": "3.1.0", 3857 "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", 3858 "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", 3859 "license": "ISC", 3860 "engines": { 3861 "node": ">=12" 3862 } 3863 }, 3864 "node_modules/d3-geo": { 3865 "version": "3.1.1", 3866 "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz", 3867 "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==", 3868 "license": "ISC", 3869 "dependencies": { 3870 "d3-array": "2.5.0 - 3" 3871 }, 3872 "engines": { 3873 "node": ">=12" 3874 } 3875 }, 3876 "node_modules/d3-hierarchy": { 3877 "version": "3.1.2", 3878 "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", 3879 "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", 3880 "license": "ISC", 3881 "engines": { 3882 "node": ">=12" 3883 } 3884 }, 3885 "node_modules/d3-interpolate": { 3886 "version": "3.0.1", 3887 "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", 3888 "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", 3889 "license": "ISC", 3890 "dependencies": { 3891 "d3-color": "1 - 3" 3892 }, 3893 "engines": { 3894 "node": ">=12" 3895 } 3896 }, 3897 "node_modules/d3-path": { 3898 "version": "3.1.0", 3899 "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", 3900 "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", 3901 "license": "ISC", 3902 "engines": { 3903 "node": ">=12" 3904 } 3905 }, 3906 "node_modules/d3-polygon": { 3907 "version": "3.0.1", 3908 "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", 3909 "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", 3910 "license": "ISC", 3911 "engines": { 3912 "node": ">=12" 3913 } 3914 }, 3915 "node_modules/d3-quadtree": { 3916 "version": "3.0.1", 3917 "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", 3918 "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", 3919 "license": "ISC", 3920 "engines": { 3921 "node": ">=12" 3922 } 3923 }, 3924 "node_modules/d3-random": { 3925 "version": "3.0.1", 3926 "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", 3927 "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", 3928 "license": "ISC", 3929 "engines": { 3930 "node": ">=12" 3931 } 3932 }, 3933 "node_modules/d3-sankey": { 3934 "version": "0.12.3", 3935 "resolved": "https://registry.npmjs.org/d3-sankey/-/d3-sankey-0.12.3.tgz", 3936 "integrity": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==", 3937 "license": "BSD-3-Clause", 3938 "dependencies": { 3939 "d3-array": "1 - 2", 3940 "d3-shape": "^1.2.0" 3941 } 3942 }, 3943 "node_modules/d3-sankey/node_modules/d3-array": { 3944 "version": "2.12.1", 3945 "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz", 3946 "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", 3947 "license": "BSD-3-Clause", 3948 "dependencies": { 3949 "internmap": "^1.0.0" 3950 } 3951 }, 3952 "node_modules/d3-sankey/node_modules/d3-path": { 3953 "version": "1.0.9", 3954 "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", 3955 "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==", 3956 "license": "BSD-3-Clause" 3957 }, 3958 "node_modules/d3-sankey/node_modules/d3-shape": { 3959 "version": "1.3.7", 3960 "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", 3961 "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", 3962 "license": "BSD-3-Clause", 3963 "dependencies": { 3964 "d3-path": "1" 3965 } 3966 }, 3967 "node_modules/d3-sankey/node_modules/internmap": { 3968 "version": "1.0.1", 3969 "resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz", 3970 "integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==", 3971 "license": "ISC" 3972 }, 3973 "node_modules/d3-scale": { 3974 "version": "4.0.2", 3975 "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", 3976 "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", 3977 "license": "ISC", 3978 "dependencies": { 3979 "d3-array": "2.10.0 - 3", 3980 "d3-format": "1 - 3", 3981 "d3-interpolate": "1.2.0 - 3", 3982 "d3-time": "2.1.1 - 3", 3983 "d3-time-format": "2 - 4" 3984 }, 3985 "engines": { 3986 "node": ">=12" 3987 } 3988 }, 3989 "node_modules/d3-scale-chromatic": { 3990 "version": "3.1.0", 3991 "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", 3992 "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==", 3993 "license": "ISC", 3994 "dependencies": { 3995 "d3-color": "1 - 3", 3996 "d3-interpolate": "1 - 3" 3997 }, 3998 "engines": { 3999 "node": ">=12" 4000 } 4001 }, 4002 "node_modules/d3-selection": { 4003 "version": "3.0.0", 4004 "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", 4005 "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", 4006 "license": "ISC", 4007 "engines": { 4008 "node": ">=12" 4009 } 4010 }, 4011 "node_modules/d3-shape": { 4012 "version": "3.2.0", 4013 "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", 4014 "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", 4015 "license": "ISC", 4016 "dependencies": { 4017 "d3-path": "^3.1.0" 4018 }, 4019 "engines": { 4020 "node": ">=12" 4021 } 4022 }, 4023 "node_modules/d3-time": { 4024 "version": "3.1.0", 4025 "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", 4026 "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", 4027 "license": "ISC", 4028 "dependencies": { 4029 "d3-array": "2 - 3" 4030 }, 4031 "engines": { 4032 "node": ">=12" 4033 } 4034 }, 4035 "node_modules/d3-time-format": { 4036 "version": "4.1.0", 4037 "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", 4038 "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", 4039 "license": "ISC", 4040 "dependencies": { 4041 "d3-time": "1 - 3" 4042 }, 4043 "engines": { 4044 "node": ">=12" 4045 } 4046 }, 4047 "node_modules/d3-timer": { 4048 "version": "3.0.1", 4049 "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", 4050 "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", 4051 "license": "ISC", 4052 "engines": { 4053 "node": ">=12" 4054 } 4055 }, 4056 "node_modules/d3-transition": { 4057 "version": "3.0.1", 4058 "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", 4059 "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", 4060 "license": "ISC", 4061 "dependencies": { 4062 "d3-color": "1 - 3", 4063 "d3-dispatch": "1 - 3", 4064 "d3-ease": "1 - 3", 4065 "d3-interpolate": "1 - 3", 4066 "d3-timer": "1 - 3" 4067 }, 4068 "engines": { 4069 "node": ">=12" 4070 }, 4071 "peerDependencies": { 4072 "d3-selection": "2 - 3" 4073 } 4074 }, 4075 "node_modules/d3-zoom": { 4076 "version": "3.0.0", 4077 "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", 4078 "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", 4079 "license": "ISC", 4080 "dependencies": { 4081 "d3-dispatch": "1 - 3", 4082 "d3-drag": "2 - 3", 4083 "d3-interpolate": "1 - 3", 4084 "d3-selection": "2 - 3", 4085 "d3-transition": "2 - 3" 4086 }, 4087 "engines": { 4088 "node": ">=12" 4089 } 4090 }, 4091 "node_modules/dagre-d3-es": { 4092 "version": "7.0.11", 4093 "resolved": "https://registry.npmjs.org/dagre-d3-es/-/dagre-d3-es-7.0.11.tgz", 4094 "integrity": "sha512-tvlJLyQf834SylNKax8Wkzco/1ias1OPw8DcUMDE7oUIoSEW25riQVuiu/0OWEFqT0cxHT3Pa9/D82Jr47IONw==", 4095 "license": "MIT", 4096 "dependencies": { 4097 "d3": "^7.9.0", 4098 "lodash-es": "^4.17.21" 4099 } 4100 }, 4101 "node_modules/dayjs": { 4102 "version": "1.11.13", 4103 "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", 4104 "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", 4105 "license": "MIT" 4106 }, 4107 "node_modules/debug": { 4108 "version": "4.4.0", 4109 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 4110 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 4111 "dependencies": { 4112 "ms": "^2.1.3" 4113 }, 4114 "engines": { 4115 "node": ">=6.0" 4116 }, 4117 "peerDependenciesMeta": { 4118 "supports-color": { 4119 "optional": true 4120 } 4121 } 4122 }, 4123 "node_modules/decode-named-character-reference": { 4124 "version": "1.0.2", 4125 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", 4126 "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", 4127 "dependencies": { 4128 "character-entities": "^2.0.0" 4129 }, 4130 "funding": { 4131 "type": "github", 4132 "url": "https://github.com/sponsors/wooorm" 4133 } 4134 }, 4135 "node_modules/decompress-response": { 4136 "version": "6.0.0", 4137 "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", 4138 "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", 4139 "dependencies": { 4140 "mimic-response": "^3.1.0" 4141 }, 4142 "engines": { 4143 "node": ">=10" 4144 }, 4145 "funding": { 4146 "url": "https://github.com/sponsors/sindresorhus" 4147 } 4148 }, 4149 "node_modules/deep-extend": { 4150 "version": "0.6.0", 4151 "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", 4152 "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", 4153 "engines": { 4154 "node": ">=4.0.0" 4155 } 4156 }, 4157 "node_modules/defu": { 4158 "version": "6.1.4", 4159 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", 4160 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==" 4161 }, 4162 "node_modules/delaunator": { 4163 "version": "5.0.1", 4164 "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz", 4165 "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==", 4166 "license": "ISC", 4167 "dependencies": { 4168 "robust-predicates": "^3.0.2" 4169 } 4170 }, 4171 "node_modules/dequal": { 4172 "version": "2.0.3", 4173 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 4174 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 4175 "engines": { 4176 "node": ">=6" 4177 } 4178 }, 4179 "node_modules/destr": { 4180 "version": "2.0.3", 4181 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz", 4182 "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==" 4183 }, 4184 "node_modules/detect-libc": { 4185 "version": "2.0.3", 4186 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", 4187 "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", 4188 "engines": { 4189 "node": ">=8" 4190 } 4191 }, 4192 "node_modules/deterministic-object-hash": { 4193 "version": "2.0.2", 4194 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", 4195 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", 4196 "dependencies": { 4197 "base-64": "^1.0.0" 4198 }, 4199 "engines": { 4200 "node": ">=18" 4201 } 4202 }, 4203 "node_modules/devalue": { 4204 "version": "5.1.1", 4205 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.1.1.tgz", 4206 "integrity": "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==" 4207 }, 4208 "node_modules/devlop": { 4209 "version": "1.1.0", 4210 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 4211 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 4212 "dependencies": { 4213 "dequal": "^2.0.0" 4214 }, 4215 "funding": { 4216 "type": "github", 4217 "url": "https://github.com/sponsors/wooorm" 4218 } 4219 }, 4220 "node_modules/diff": { 4221 "version": "5.2.0", 4222 "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", 4223 "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", 4224 "engines": { 4225 "node": ">=0.3.1" 4226 } 4227 }, 4228 "node_modules/direction": { 4229 "version": "2.0.1", 4230 "resolved": "https://registry.npmjs.org/direction/-/direction-2.0.1.tgz", 4231 "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==", 4232 "bin": { 4233 "direction": "cli.js" 4234 }, 4235 "funding": { 4236 "type": "github", 4237 "url": "https://github.com/sponsors/wooorm" 4238 } 4239 }, 4240 "node_modules/dlv": { 4241 "version": "1.1.3", 4242 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 4243 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" 4244 }, 4245 "node_modules/dom-serializer": { 4246 "version": "2.0.0", 4247 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", 4248 "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", 4249 "license": "MIT", 4250 "dependencies": { 4251 "domelementtype": "^2.3.0", 4252 "domhandler": "^5.0.2", 4253 "entities": "^4.2.0" 4254 }, 4255 "funding": { 4256 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" 4257 } 4258 }, 4259 "node_modules/domelementtype": { 4260 "version": "2.3.0", 4261 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 4262 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 4263 "funding": [ 4264 { 4265 "type": "github", 4266 "url": "https://github.com/sponsors/fb55" 4267 } 4268 ], 4269 "license": "BSD-2-Clause" 4270 }, 4271 "node_modules/domhandler": { 4272 "version": "5.0.3", 4273 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", 4274 "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", 4275 "license": "BSD-2-Clause", 4276 "dependencies": { 4277 "domelementtype": "^2.3.0" 4278 }, 4279 "engines": { 4280 "node": ">= 4" 4281 }, 4282 "funding": { 4283 "url": "https://github.com/fb55/domhandler?sponsor=1" 4284 } 4285 }, 4286 "node_modules/dompurify": { 4287 "version": "3.2.3", 4288 "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz", 4289 "integrity": "sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==", 4290 "license": "(MPL-2.0 OR Apache-2.0)", 4291 "optionalDependencies": { 4292 "@types/trusted-types": "^2.0.7" 4293 } 4294 }, 4295 "node_modules/domutils": { 4296 "version": "3.2.1", 4297 "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.1.tgz", 4298 "integrity": "sha512-xWXmuRnN9OMP6ptPd2+H0cCbcYBULa5YDTbMm/2lvkWvNA3O4wcW+GvzooqBuNM8yy6pl3VIAeJTUUWUbfI5Fw==", 4299 "license": "BSD-2-Clause", 4300 "dependencies": { 4301 "dom-serializer": "^2.0.0", 4302 "domelementtype": "^2.3.0", 4303 "domhandler": "^5.0.3" 4304 }, 4305 "funding": { 4306 "url": "https://github.com/fb55/domutils?sponsor=1" 4307 } 4308 }, 4309 "node_modules/dset": { 4310 "version": "3.1.4", 4311 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", 4312 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", 4313 "engines": { 4314 "node": ">=4" 4315 } 4316 }, 4317 "node_modules/electron-to-chromium": { 4318 "version": "1.5.76", 4319 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.76.tgz", 4320 "integrity": "sha512-CjVQyG7n7Sr+eBXE86HIulnL5N8xZY1sgmOPGuq/F0Rr0FJq63lg0kEtOIDfZBk44FnDLf6FUJ+dsJcuiUDdDQ==", 4321 "license": "ISC" 4322 }, 4323 "node_modules/emoji-regex": { 4324 "version": "10.4.0", 4325 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", 4326 "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==" 4327 }, 4328 "node_modules/emoji-regex-xs": { 4329 "version": "1.0.0", 4330 "resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz", 4331 "integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==" 4332 }, 4333 "node_modules/end-of-stream": { 4334 "version": "1.4.4", 4335 "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", 4336 "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", 4337 "dependencies": { 4338 "once": "^1.4.0" 4339 } 4340 }, 4341 "node_modules/entities": { 4342 "version": "4.5.0", 4343 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", 4344 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", 4345 "engines": { 4346 "node": ">=0.12" 4347 }, 4348 "funding": { 4349 "url": "https://github.com/fb55/entities?sponsor=1" 4350 } 4351 }, 4352 "node_modules/es-module-lexer": { 4353 "version": "1.6.0", 4354 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz", 4355 "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==" 4356 }, 4357 "node_modules/esast-util-from-estree": { 4358 "version": "2.0.0", 4359 "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz", 4360 "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==", 4361 "dependencies": { 4362 "@types/estree-jsx": "^1.0.0", 4363 "devlop": "^1.0.0", 4364 "estree-util-visit": "^2.0.0", 4365 "unist-util-position-from-estree": "^2.0.0" 4366 }, 4367 "funding": { 4368 "type": "opencollective", 4369 "url": "https://opencollective.com/unified" 4370 } 4371 }, 4372 "node_modules/esast-util-from-js": { 4373 "version": "2.0.1", 4374 "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz", 4375 "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==", 4376 "dependencies": { 4377 "@types/estree-jsx": "^1.0.0", 4378 "acorn": "^8.0.0", 4379 "esast-util-from-estree": "^2.0.0", 4380 "vfile-message": "^4.0.0" 4381 }, 4382 "funding": { 4383 "type": "opencollective", 4384 "url": "https://opencollective.com/unified" 4385 } 4386 }, 4387 "node_modules/esbuild": { 4388 "version": "0.21.5", 4389 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", 4390 "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", 4391 "hasInstallScript": true, 4392 "bin": { 4393 "esbuild": "bin/esbuild" 4394 }, 4395 "engines": { 4396 "node": ">=12" 4397 }, 4398 "optionalDependencies": { 4399 "@esbuild/aix-ppc64": "0.21.5", 4400 "@esbuild/android-arm": "0.21.5", 4401 "@esbuild/android-arm64": "0.21.5", 4402 "@esbuild/android-x64": "0.21.5", 4403 "@esbuild/darwin-arm64": "0.21.5", 4404 "@esbuild/darwin-x64": "0.21.5", 4405 "@esbuild/freebsd-arm64": "0.21.5", 4406 "@esbuild/freebsd-x64": "0.21.5", 4407 "@esbuild/linux-arm": "0.21.5", 4408 "@esbuild/linux-arm64": "0.21.5", 4409 "@esbuild/linux-ia32": "0.21.5", 4410 "@esbuild/linux-loong64": "0.21.5", 4411 "@esbuild/linux-mips64el": "0.21.5", 4412 "@esbuild/linux-ppc64": "0.21.5", 4413 "@esbuild/linux-riscv64": "0.21.5", 4414 "@esbuild/linux-s390x": "0.21.5", 4415 "@esbuild/linux-x64": "0.21.5", 4416 "@esbuild/netbsd-x64": "0.21.5", 4417 "@esbuild/openbsd-x64": "0.21.5", 4418 "@esbuild/sunos-x64": "0.21.5", 4419 "@esbuild/win32-arm64": "0.21.5", 4420 "@esbuild/win32-ia32": "0.21.5", 4421 "@esbuild/win32-x64": "0.21.5" 4422 } 4423 }, 4424 "node_modules/escalade": { 4425 "version": "3.2.0", 4426 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", 4427 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", 4428 "license": "MIT", 4429 "engines": { 4430 "node": ">=6" 4431 } 4432 }, 4433 "node_modules/escape-string-regexp": { 4434 "version": "5.0.0", 4435 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 4436 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 4437 "engines": { 4438 "node": ">=12" 4439 }, 4440 "funding": { 4441 "url": "https://github.com/sponsors/sindresorhus" 4442 } 4443 }, 4444 "node_modules/esprima": { 4445 "version": "4.0.1", 4446 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", 4447 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", 4448 "bin": { 4449 "esparse": "bin/esparse.js", 4450 "esvalidate": "bin/esvalidate.js" 4451 }, 4452 "engines": { 4453 "node": ">=4" 4454 } 4455 }, 4456 "node_modules/estree-util-attach-comments": { 4457 "version": "3.0.0", 4458 "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", 4459 "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", 4460 "dependencies": { 4461 "@types/estree": "^1.0.0" 4462 }, 4463 "funding": { 4464 "type": "opencollective", 4465 "url": "https://opencollective.com/unified" 4466 } 4467 }, 4468 "node_modules/estree-util-build-jsx": { 4469 "version": "3.0.1", 4470 "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", 4471 "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", 4472 "dependencies": { 4473 "@types/estree-jsx": "^1.0.0", 4474 "devlop": "^1.0.0", 4475 "estree-util-is-identifier-name": "^3.0.0", 4476 "estree-walker": "^3.0.0" 4477 }, 4478 "funding": { 4479 "type": "opencollective", 4480 "url": "https://opencollective.com/unified" 4481 } 4482 }, 4483 "node_modules/estree-util-is-identifier-name": { 4484 "version": "3.0.0", 4485 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", 4486 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", 4487 "funding": { 4488 "type": "opencollective", 4489 "url": "https://opencollective.com/unified" 4490 } 4491 }, 4492 "node_modules/estree-util-scope": { 4493 "version": "1.0.0", 4494 "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz", 4495 "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==", 4496 "dependencies": { 4497 "@types/estree": "^1.0.0", 4498 "devlop": "^1.0.0" 4499 }, 4500 "funding": { 4501 "type": "opencollective", 4502 "url": "https://opencollective.com/unified" 4503 } 4504 }, 4505 "node_modules/estree-util-to-js": { 4506 "version": "2.0.0", 4507 "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", 4508 "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", 4509 "dependencies": { 4510 "@types/estree-jsx": "^1.0.0", 4511 "astring": "^1.8.0", 4512 "source-map": "^0.7.0" 4513 }, 4514 "funding": { 4515 "type": "opencollective", 4516 "url": "https://opencollective.com/unified" 4517 } 4518 }, 4519 "node_modules/estree-util-visit": { 4520 "version": "2.0.0", 4521 "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", 4522 "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", 4523 "dependencies": { 4524 "@types/estree-jsx": "^1.0.0", 4525 "@types/unist": "^3.0.0" 4526 }, 4527 "funding": { 4528 "type": "opencollective", 4529 "url": "https://opencollective.com/unified" 4530 } 4531 }, 4532 "node_modules/estree-walker": { 4533 "version": "3.0.3", 4534 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 4535 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 4536 "dependencies": { 4537 "@types/estree": "^1.0.0" 4538 } 4539 }, 4540 "node_modules/eventemitter3": { 4541 "version": "5.0.1", 4542 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", 4543 "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" 4544 }, 4545 "node_modules/expand-template": { 4546 "version": "2.0.3", 4547 "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", 4548 "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", 4549 "engines": { 4550 "node": ">=6" 4551 } 4552 }, 4553 "node_modules/expressive-code": { 4554 "version": "0.38.3", 4555 "resolved": "https://registry.npmjs.org/expressive-code/-/expressive-code-0.38.3.tgz", 4556 "integrity": "sha512-COM04AiUotHCKJgWdn7NtW2lqu8OW8owAidMpkXt1qxrZ9Q2iC7+tok/1qIn2ocGnczvr9paIySgGnEwFeEQ8Q==", 4557 "dependencies": { 4558 "@expressive-code/core": "^0.38.3", 4559 "@expressive-code/plugin-frames": "^0.38.3", 4560 "@expressive-code/plugin-shiki": "^0.38.3", 4561 "@expressive-code/plugin-text-markers": "^0.38.3" 4562 } 4563 }, 4564 "node_modules/expressive-code/node_modules/@expressive-code/core": { 4565 "version": "0.38.3", 4566 "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.38.3.tgz", 4567 "integrity": "sha512-s0/OtdRpBONwcn23O8nVwDNQqpBGKscysejkeBkwlIeHRLZWgiTVrusT5Idrdz1d8cW5wRk9iGsAIQmwDPXgJg==", 4568 "license": "MIT", 4569 "dependencies": { 4570 "@ctrl/tinycolor": "^4.0.4", 4571 "hast-util-select": "^6.0.2", 4572 "hast-util-to-html": "^9.0.1", 4573 "hast-util-to-text": "^4.0.1", 4574 "hastscript": "^9.0.0", 4575 "postcss": "^8.4.38", 4576 "postcss-nested": "^6.0.1", 4577 "unist-util-visit": "^5.0.0", 4578 "unist-util-visit-parents": "^6.0.1" 4579 } 4580 }, 4581 "node_modules/extend": { 4582 "version": "3.0.2", 4583 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 4584 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" 4585 }, 4586 "node_modules/fast-fifo": { 4587 "version": "1.3.2", 4588 "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", 4589 "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" 4590 }, 4591 "node_modules/fast-glob": { 4592 "version": "3.3.2", 4593 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", 4594 "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", 4595 "dependencies": { 4596 "@nodelib/fs.stat": "^2.0.2", 4597 "@nodelib/fs.walk": "^1.2.3", 4598 "glob-parent": "^5.1.2", 4599 "merge2": "^1.3.0", 4600 "micromatch": "^4.0.4" 4601 }, 4602 "engines": { 4603 "node": ">=8.6.0" 4604 } 4605 }, 4606 "node_modules/fastq": { 4607 "version": "1.18.0", 4608 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.18.0.tgz", 4609 "integrity": "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==", 4610 "dependencies": { 4611 "reusify": "^1.0.4" 4612 } 4613 }, 4614 "node_modules/fill-range": { 4615 "version": "7.1.1", 4616 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 4617 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 4618 "dependencies": { 4619 "to-regex-range": "^5.0.1" 4620 }, 4621 "engines": { 4622 "node": ">=8" 4623 } 4624 }, 4625 "node_modules/find-up": { 4626 "version": "4.1.0", 4627 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", 4628 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", 4629 "dependencies": { 4630 "locate-path": "^5.0.0", 4631 "path-exists": "^4.0.0" 4632 }, 4633 "engines": { 4634 "node": ">=8" 4635 } 4636 }, 4637 "node_modules/find-up-simple": { 4638 "version": "1.0.0", 4639 "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz", 4640 "integrity": "sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==", 4641 "engines": { 4642 "node": ">=18" 4643 }, 4644 "funding": { 4645 "url": "https://github.com/sponsors/sindresorhus" 4646 } 4647 }, 4648 "node_modules/find-yarn-workspace-root2": { 4649 "version": "1.2.16", 4650 "resolved": "https://registry.npmjs.org/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz", 4651 "integrity": "sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==", 4652 "dependencies": { 4653 "micromatch": "^4.0.2", 4654 "pkg-dir": "^4.2.0" 4655 } 4656 }, 4657 "node_modules/flattie": { 4658 "version": "1.1.1", 4659 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", 4660 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==", 4661 "engines": { 4662 "node": ">=8" 4663 } 4664 }, 4665 "node_modules/fs-constants": { 4666 "version": "1.0.0", 4667 "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", 4668 "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" 4669 }, 4670 "node_modules/fsevents": { 4671 "version": "2.3.3", 4672 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 4673 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 4674 "hasInstallScript": true, 4675 "optional": true, 4676 "os": [ 4677 "darwin" 4678 ], 4679 "engines": { 4680 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 4681 } 4682 }, 4683 "node_modules/gensync": { 4684 "version": "1.0.0-beta.2", 4685 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", 4686 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", 4687 "license": "MIT", 4688 "engines": { 4689 "node": ">=6.9.0" 4690 } 4691 }, 4692 "node_modules/get-east-asian-width": { 4693 "version": "1.3.0", 4694 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", 4695 "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", 4696 "engines": { 4697 "node": ">=18" 4698 }, 4699 "funding": { 4700 "url": "https://github.com/sponsors/sindresorhus" 4701 } 4702 }, 4703 "node_modules/github-from-package": { 4704 "version": "0.0.0", 4705 "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", 4706 "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==" 4707 }, 4708 "node_modules/github-slugger": { 4709 "version": "2.0.0", 4710 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 4711 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==" 4712 }, 4713 "node_modules/glob-parent": { 4714 "version": "5.1.2", 4715 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 4716 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 4717 "dependencies": { 4718 "is-glob": "^4.0.1" 4719 }, 4720 "engines": { 4721 "node": ">= 6" 4722 } 4723 }, 4724 "node_modules/globals": { 4725 "version": "11.12.0", 4726 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", 4727 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", 4728 "license": "MIT", 4729 "engines": { 4730 "node": ">=4" 4731 } 4732 }, 4733 "node_modules/graceful-fs": { 4734 "version": "4.2.11", 4735 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 4736 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" 4737 }, 4738 "node_modules/h3": { 4739 "version": "1.13.0", 4740 "resolved": "https://registry.npmjs.org/h3/-/h3-1.13.0.tgz", 4741 "integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==", 4742 "dependencies": { 4743 "cookie-es": "^1.2.2", 4744 "crossws": ">=0.2.0 <0.4.0", 4745 "defu": "^6.1.4", 4746 "destr": "^2.0.3", 4747 "iron-webcrypto": "^1.2.1", 4748 "ohash": "^1.1.4", 4749 "radix3": "^1.1.2", 4750 "ufo": "^1.5.4", 4751 "uncrypto": "^0.1.3", 4752 "unenv": "^1.10.0" 4753 } 4754 }, 4755 "node_modules/hachure-fill": { 4756 "version": "0.5.2", 4757 "resolved": "https://registry.npmjs.org/hachure-fill/-/hachure-fill-0.5.2.tgz", 4758 "integrity": "sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==", 4759 "license": "MIT" 4760 }, 4761 "node_modules/hast-util-embedded": { 4762 "version": "3.0.0", 4763 "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz", 4764 "integrity": "sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==", 4765 "dependencies": { 4766 "@types/hast": "^3.0.0", 4767 "hast-util-is-element": "^3.0.0" 4768 }, 4769 "funding": { 4770 "type": "opencollective", 4771 "url": "https://opencollective.com/unified" 4772 } 4773 }, 4774 "node_modules/hast-util-format": { 4775 "version": "1.1.0", 4776 "resolved": "https://registry.npmjs.org/hast-util-format/-/hast-util-format-1.1.0.tgz", 4777 "integrity": "sha512-yY1UDz6bC9rDvCWHpx12aIBGRG7krurX0p0Fm6pT547LwDIZZiNr8a+IHDogorAdreULSEzP82Nlv5SZkHZcjA==", 4778 "dependencies": { 4779 "@types/hast": "^3.0.0", 4780 "hast-util-embedded": "^3.0.0", 4781 "hast-util-minify-whitespace": "^1.0.0", 4782 "hast-util-phrasing": "^3.0.0", 4783 "hast-util-whitespace": "^3.0.0", 4784 "html-whitespace-sensitive-tag-names": "^3.0.0", 4785 "unist-util-visit-parents": "^6.0.0" 4786 }, 4787 "funding": { 4788 "type": "opencollective", 4789 "url": "https://opencollective.com/unified" 4790 } 4791 }, 4792 "node_modules/hast-util-from-dom": { 4793 "version": "5.0.1", 4794 "resolved": "https://registry.npmjs.org/hast-util-from-dom/-/hast-util-from-dom-5.0.1.tgz", 4795 "integrity": "sha512-N+LqofjR2zuzTjCPzyDUdSshy4Ma6li7p/c3pA78uTwzFgENbgbUrm2ugwsOdcjI1muO+o6Dgzp9p8WHtn/39Q==", 4796 "license": "ISC", 4797 "dependencies": { 4798 "@types/hast": "^3.0.0", 4799 "hastscript": "^9.0.0", 4800 "web-namespaces": "^2.0.0" 4801 }, 4802 "funding": { 4803 "type": "opencollective", 4804 "url": "https://opencollective.com/unified" 4805 } 4806 }, 4807 "node_modules/hast-util-from-html": { 4808 "version": "2.0.3", 4809 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 4810 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 4811 "dependencies": { 4812 "@types/hast": "^3.0.0", 4813 "devlop": "^1.1.0", 4814 "hast-util-from-parse5": "^8.0.0", 4815 "parse5": "^7.0.0", 4816 "vfile": "^6.0.0", 4817 "vfile-message": "^4.0.0" 4818 }, 4819 "funding": { 4820 "type": "opencollective", 4821 "url": "https://opencollective.com/unified" 4822 } 4823 }, 4824 "node_modules/hast-util-from-html-isomorphic": { 4825 "version": "2.0.0", 4826 "resolved": "https://registry.npmjs.org/hast-util-from-html-isomorphic/-/hast-util-from-html-isomorphic-2.0.0.tgz", 4827 "integrity": "sha512-zJfpXq44yff2hmE0XmwEOzdWin5xwH+QIhMLOScpX91e/NSGPsAzNCvLQDIEPyO2TXi+lBmU6hjLIhV8MwP2kw==", 4828 "license": "MIT", 4829 "dependencies": { 4830 "@types/hast": "^3.0.0", 4831 "hast-util-from-dom": "^5.0.0", 4832 "hast-util-from-html": "^2.0.0", 4833 "unist-util-remove-position": "^5.0.0" 4834 }, 4835 "funding": { 4836 "type": "opencollective", 4837 "url": "https://opencollective.com/unified" 4838 } 4839 }, 4840 "node_modules/hast-util-from-parse5": { 4841 "version": "8.0.2", 4842 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.2.tgz", 4843 "integrity": "sha512-SfMzfdAi/zAoZ1KkFEyyeXBn7u/ShQrfd675ZEE9M3qj+PMFX05xubzRyF76CCSJu8au9jgVxDV1+okFvgZU4A==", 4844 "dependencies": { 4845 "@types/hast": "^3.0.0", 4846 "@types/unist": "^3.0.0", 4847 "devlop": "^1.0.0", 4848 "hastscript": "^9.0.0", 4849 "property-information": "^6.0.0", 4850 "vfile": "^6.0.0", 4851 "vfile-location": "^5.0.0", 4852 "web-namespaces": "^2.0.0" 4853 }, 4854 "funding": { 4855 "type": "opencollective", 4856 "url": "https://opencollective.com/unified" 4857 } 4858 }, 4859 "node_modules/hast-util-has-property": { 4860 "version": "3.0.0", 4861 "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz", 4862 "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==", 4863 "dependencies": { 4864 "@types/hast": "^3.0.0" 4865 }, 4866 "funding": { 4867 "type": "opencollective", 4868 "url": "https://opencollective.com/unified" 4869 } 4870 }, 4871 "node_modules/hast-util-is-body-ok-link": { 4872 "version": "3.0.1", 4873 "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.1.tgz", 4874 "integrity": "sha512-0qpnzOBLztXHbHQenVB8uNuxTnm/QBFUOmdOSsEn7GnBtyY07+ENTWVFBAnXd/zEgd9/SUG3lRY7hSIBWRgGpQ==", 4875 "dependencies": { 4876 "@types/hast": "^3.0.0" 4877 }, 4878 "funding": { 4879 "type": "opencollective", 4880 "url": "https://opencollective.com/unified" 4881 } 4882 }, 4883 "node_modules/hast-util-is-element": { 4884 "version": "3.0.0", 4885 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 4886 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 4887 "dependencies": { 4888 "@types/hast": "^3.0.0" 4889 }, 4890 "funding": { 4891 "type": "opencollective", 4892 "url": "https://opencollective.com/unified" 4893 } 4894 }, 4895 "node_modules/hast-util-minify-whitespace": { 4896 "version": "1.0.1", 4897 "resolved": "https://registry.npmjs.org/hast-util-minify-whitespace/-/hast-util-minify-whitespace-1.0.1.tgz", 4898 "integrity": "sha512-L96fPOVpnclQE0xzdWb/D12VT5FabA7SnZOUMtL1DbXmYiHJMXZvFkIZfiMmTCNJHUeO2K9UYNXoVyfz+QHuOw==", 4899 "dependencies": { 4900 "@types/hast": "^3.0.0", 4901 "hast-util-embedded": "^3.0.0", 4902 "hast-util-is-element": "^3.0.0", 4903 "hast-util-whitespace": "^3.0.0", 4904 "unist-util-is": "^6.0.0" 4905 }, 4906 "funding": { 4907 "type": "opencollective", 4908 "url": "https://opencollective.com/unified" 4909 } 4910 }, 4911 "node_modules/hast-util-parse-selector": { 4912 "version": "4.0.0", 4913 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 4914 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 4915 "dependencies": { 4916 "@types/hast": "^3.0.0" 4917 }, 4918 "funding": { 4919 "type": "opencollective", 4920 "url": "https://opencollective.com/unified" 4921 } 4922 }, 4923 "node_modules/hast-util-phrasing": { 4924 "version": "3.0.1", 4925 "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz", 4926 "integrity": "sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==", 4927 "dependencies": { 4928 "@types/hast": "^3.0.0", 4929 "hast-util-embedded": "^3.0.0", 4930 "hast-util-has-property": "^3.0.0", 4931 "hast-util-is-body-ok-link": "^3.0.0", 4932 "hast-util-is-element": "^3.0.0" 4933 }, 4934 "funding": { 4935 "type": "opencollective", 4936 "url": "https://opencollective.com/unified" 4937 } 4938 }, 4939 "node_modules/hast-util-raw": { 4940 "version": "9.1.0", 4941 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", 4942 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", 4943 "dependencies": { 4944 "@types/hast": "^3.0.0", 4945 "@types/unist": "^3.0.0", 4946 "@ungap/structured-clone": "^1.0.0", 4947 "hast-util-from-parse5": "^8.0.0", 4948 "hast-util-to-parse5": "^8.0.0", 4949 "html-void-elements": "^3.0.0", 4950 "mdast-util-to-hast": "^13.0.0", 4951 "parse5": "^7.0.0", 4952 "unist-util-position": "^5.0.0", 4953 "unist-util-visit": "^5.0.0", 4954 "vfile": "^6.0.0", 4955 "web-namespaces": "^2.0.0", 4956 "zwitch": "^2.0.0" 4957 }, 4958 "funding": { 4959 "type": "opencollective", 4960 "url": "https://opencollective.com/unified" 4961 } 4962 }, 4963 "node_modules/hast-util-select": { 4964 "version": "6.0.3", 4965 "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.3.tgz", 4966 "integrity": "sha512-OVRQlQ1XuuLP8aFVLYmC2atrfWHS5UD3shonxpnyrjcCkwtvmt/+N6kYJdcY4mkMJhxp4kj2EFIxQ9kvkkt/eQ==", 4967 "dependencies": { 4968 "@types/hast": "^3.0.0", 4969 "@types/unist": "^3.0.0", 4970 "bcp-47-match": "^2.0.0", 4971 "comma-separated-tokens": "^2.0.0", 4972 "css-selector-parser": "^3.0.0", 4973 "devlop": "^1.0.0", 4974 "direction": "^2.0.0", 4975 "hast-util-has-property": "^3.0.0", 4976 "hast-util-to-string": "^3.0.0", 4977 "hast-util-whitespace": "^3.0.0", 4978 "nth-check": "^2.0.0", 4979 "property-information": "^6.0.0", 4980 "space-separated-tokens": "^2.0.0", 4981 "unist-util-visit": "^5.0.0", 4982 "zwitch": "^2.0.0" 4983 }, 4984 "funding": { 4985 "type": "opencollective", 4986 "url": "https://opencollective.com/unified" 4987 } 4988 }, 4989 "node_modules/hast-util-to-estree": { 4990 "version": "3.1.0", 4991 "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.0.tgz", 4992 "integrity": "sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==", 4993 "dependencies": { 4994 "@types/estree": "^1.0.0", 4995 "@types/estree-jsx": "^1.0.0", 4996 "@types/hast": "^3.0.0", 4997 "comma-separated-tokens": "^2.0.0", 4998 "devlop": "^1.0.0", 4999 "estree-util-attach-comments": "^3.0.0", 5000 "estree-util-is-identifier-name": "^3.0.0", 5001 "hast-util-whitespace": "^3.0.0", 5002 "mdast-util-mdx-expression": "^2.0.0", 5003 "mdast-util-mdx-jsx": "^3.0.0", 5004 "mdast-util-mdxjs-esm": "^2.0.0", 5005 "property-information": "^6.0.0", 5006 "space-separated-tokens": "^2.0.0", 5007 "style-to-object": "^0.4.0", 5008 "unist-util-position": "^5.0.0", 5009 "zwitch": "^2.0.0" 5010 }, 5011 "funding": { 5012 "type": "opencollective", 5013 "url": "https://opencollective.com/unified" 5014 } 5015 }, 5016 "node_modules/hast-util-to-estree/node_modules/inline-style-parser": { 5017 "version": "0.1.1", 5018 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", 5019 "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" 5020 }, 5021 "node_modules/hast-util-to-estree/node_modules/style-to-object": { 5022 "version": "0.4.4", 5023 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", 5024 "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", 5025 "dependencies": { 5026 "inline-style-parser": "0.1.1" 5027 } 5028 }, 5029 "node_modules/hast-util-to-html": { 5030 "version": "9.0.4", 5031 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.4.tgz", 5032 "integrity": "sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA==", 5033 "dependencies": { 5034 "@types/hast": "^3.0.0", 5035 "@types/unist": "^3.0.0", 5036 "ccount": "^2.0.0", 5037 "comma-separated-tokens": "^2.0.0", 5038 "hast-util-whitespace": "^3.0.0", 5039 "html-void-elements": "^3.0.0", 5040 "mdast-util-to-hast": "^13.0.0", 5041 "property-information": "^6.0.0", 5042 "space-separated-tokens": "^2.0.0", 5043 "stringify-entities": "^4.0.0", 5044 "zwitch": "^2.0.4" 5045 }, 5046 "funding": { 5047 "type": "opencollective", 5048 "url": "https://opencollective.com/unified" 5049 } 5050 }, 5051 "node_modules/hast-util-to-jsx-runtime": { 5052 "version": "2.3.2", 5053 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.2.tgz", 5054 "integrity": "sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==", 5055 "dependencies": { 5056 "@types/estree": "^1.0.0", 5057 "@types/hast": "^3.0.0", 5058 "@types/unist": "^3.0.0", 5059 "comma-separated-tokens": "^2.0.0", 5060 "devlop": "^1.0.0", 5061 "estree-util-is-identifier-name": "^3.0.0", 5062 "hast-util-whitespace": "^3.0.0", 5063 "mdast-util-mdx-expression": "^2.0.0", 5064 "mdast-util-mdx-jsx": "^3.0.0", 5065 "mdast-util-mdxjs-esm": "^2.0.0", 5066 "property-information": "^6.0.0", 5067 "space-separated-tokens": "^2.0.0", 5068 "style-to-object": "^1.0.0", 5069 "unist-util-position": "^5.0.0", 5070 "vfile-message": "^4.0.0" 5071 }, 5072 "funding": { 5073 "type": "opencollective", 5074 "url": "https://opencollective.com/unified" 5075 } 5076 }, 5077 "node_modules/hast-util-to-parse5": { 5078 "version": "8.0.0", 5079 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", 5080 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", 5081 "dependencies": { 5082 "@types/hast": "^3.0.0", 5083 "comma-separated-tokens": "^2.0.0", 5084 "devlop": "^1.0.0", 5085 "property-information": "^6.0.0", 5086 "space-separated-tokens": "^2.0.0", 5087 "web-namespaces": "^2.0.0", 5088 "zwitch": "^2.0.0" 5089 }, 5090 "funding": { 5091 "type": "opencollective", 5092 "url": "https://opencollective.com/unified" 5093 } 5094 }, 5095 "node_modules/hast-util-to-string": { 5096 "version": "3.0.1", 5097 "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz", 5098 "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==", 5099 "dependencies": { 5100 "@types/hast": "^3.0.0" 5101 }, 5102 "funding": { 5103 "type": "opencollective", 5104 "url": "https://opencollective.com/unified" 5105 } 5106 }, 5107 "node_modules/hast-util-to-text": { 5108 "version": "4.0.2", 5109 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", 5110 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", 5111 "dependencies": { 5112 "@types/hast": "^3.0.0", 5113 "@types/unist": "^3.0.0", 5114 "hast-util-is-element": "^3.0.0", 5115 "unist-util-find-after": "^5.0.0" 5116 }, 5117 "funding": { 5118 "type": "opencollective", 5119 "url": "https://opencollective.com/unified" 5120 } 5121 }, 5122 "node_modules/hast-util-whitespace": { 5123 "version": "3.0.0", 5124 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 5125 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 5126 "dependencies": { 5127 "@types/hast": "^3.0.0" 5128 }, 5129 "funding": { 5130 "type": "opencollective", 5131 "url": "https://opencollective.com/unified" 5132 } 5133 }, 5134 "node_modules/hastscript": { 5135 "version": "9.0.0", 5136 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.0.tgz", 5137 "integrity": "sha512-jzaLBGavEDKHrc5EfFImKN7nZKKBdSLIdGvCwDZ9TfzbF2ffXiov8CKE445L2Z1Ek2t/m4SKQ2j6Ipv7NyUolw==", 5138 "dependencies": { 5139 "@types/hast": "^3.0.0", 5140 "comma-separated-tokens": "^2.0.0", 5141 "hast-util-parse-selector": "^4.0.0", 5142 "property-information": "^6.0.0", 5143 "space-separated-tokens": "^2.0.0" 5144 }, 5145 "funding": { 5146 "type": "opencollective", 5147 "url": "https://opencollective.com/unified" 5148 } 5149 }, 5150 "node_modules/html-entities": { 5151 "version": "2.3.3", 5152 "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", 5153 "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", 5154 "license": "MIT" 5155 }, 5156 "node_modules/html-escaper": { 5157 "version": "3.0.3", 5158 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", 5159 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==" 5160 }, 5161 "node_modules/html-void-elements": { 5162 "version": "3.0.0", 5163 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 5164 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 5165 "funding": { 5166 "type": "github", 5167 "url": "https://github.com/sponsors/wooorm" 5168 } 5169 }, 5170 "node_modules/html-whitespace-sensitive-tag-names": { 5171 "version": "3.0.1", 5172 "resolved": "https://registry.npmjs.org/html-whitespace-sensitive-tag-names/-/html-whitespace-sensitive-tag-names-3.0.1.tgz", 5173 "integrity": "sha512-q+310vW8zmymYHALr1da4HyXUQ0zgiIwIicEfotYPWGN0OJVEN/58IJ3A4GBYcEq3LGAZqKb+ugvP0GNB9CEAA==", 5174 "funding": { 5175 "type": "opencollective", 5176 "url": "https://opencollective.com/unified" 5177 } 5178 }, 5179 "node_modules/http-cache-semantics": { 5180 "version": "4.1.1", 5181 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", 5182 "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" 5183 }, 5184 "node_modules/i18next": { 5185 "version": "23.16.8", 5186 "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", 5187 "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", 5188 "funding": [ 5189 { 5190 "type": "individual", 5191 "url": "https://locize.com" 5192 }, 5193 { 5194 "type": "individual", 5195 "url": "https://locize.com/i18next.html" 5196 }, 5197 { 5198 "type": "individual", 5199 "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" 5200 } 5201 ], 5202 "dependencies": { 5203 "@babel/runtime": "^7.23.2" 5204 } 5205 }, 5206 "node_modules/iconv-lite": { 5207 "version": "0.6.3", 5208 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 5209 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 5210 "license": "MIT", 5211 "dependencies": { 5212 "safer-buffer": ">= 2.1.2 < 3.0.0" 5213 }, 5214 "engines": { 5215 "node": ">=0.10.0" 5216 } 5217 }, 5218 "node_modules/ieee754": { 5219 "version": "1.2.1", 5220 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", 5221 "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", 5222 "funding": [ 5223 { 5224 "type": "github", 5225 "url": "https://github.com/sponsors/feross" 5226 }, 5227 { 5228 "type": "patreon", 5229 "url": "https://www.patreon.com/feross" 5230 }, 5231 { 5232 "type": "consulting", 5233 "url": "https://feross.org/support" 5234 } 5235 ] 5236 }, 5237 "node_modules/import-meta-resolve": { 5238 "version": "4.1.0", 5239 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", 5240 "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==", 5241 "funding": { 5242 "type": "github", 5243 "url": "https://github.com/sponsors/wooorm" 5244 } 5245 }, 5246 "node_modules/inherits": { 5247 "version": "2.0.4", 5248 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 5249 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" 5250 }, 5251 "node_modules/ini": { 5252 "version": "1.3.8", 5253 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", 5254 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" 5255 }, 5256 "node_modules/inline-style-parser": { 5257 "version": "0.2.4", 5258 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz", 5259 "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==" 5260 }, 5261 "node_modules/internmap": { 5262 "version": "2.0.3", 5263 "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", 5264 "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", 5265 "license": "ISC", 5266 "engines": { 5267 "node": ">=12" 5268 } 5269 }, 5270 "node_modules/iron-webcrypto": { 5271 "version": "1.2.1", 5272 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", 5273 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", 5274 "funding": { 5275 "url": "https://github.com/sponsors/brc-dd" 5276 } 5277 }, 5278 "node_modules/is-alphabetical": { 5279 "version": "2.0.1", 5280 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", 5281 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", 5282 "funding": { 5283 "type": "github", 5284 "url": "https://github.com/sponsors/wooorm" 5285 } 5286 }, 5287 "node_modules/is-alphanumerical": { 5288 "version": "2.0.1", 5289 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", 5290 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", 5291 "dependencies": { 5292 "is-alphabetical": "^2.0.0", 5293 "is-decimal": "^2.0.0" 5294 }, 5295 "funding": { 5296 "type": "github", 5297 "url": "https://github.com/sponsors/wooorm" 5298 } 5299 }, 5300 "node_modules/is-arrayish": { 5301 "version": "0.3.2", 5302 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", 5303 "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" 5304 }, 5305 "node_modules/is-binary-path": { 5306 "version": "2.1.0", 5307 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 5308 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", 5309 "dependencies": { 5310 "binary-extensions": "^2.0.0" 5311 }, 5312 "engines": { 5313 "node": ">=8" 5314 } 5315 }, 5316 "node_modules/is-decimal": { 5317 "version": "2.0.1", 5318 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", 5319 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", 5320 "funding": { 5321 "type": "github", 5322 "url": "https://github.com/sponsors/wooorm" 5323 } 5324 }, 5325 "node_modules/is-docker": { 5326 "version": "3.0.0", 5327 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 5328 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 5329 "bin": { 5330 "is-docker": "cli.js" 5331 }, 5332 "engines": { 5333 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 5334 }, 5335 "funding": { 5336 "url": "https://github.com/sponsors/sindresorhus" 5337 } 5338 }, 5339 "node_modules/is-extglob": { 5340 "version": "2.1.1", 5341 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 5342 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 5343 "engines": { 5344 "node": ">=0.10.0" 5345 } 5346 }, 5347 "node_modules/is-fullwidth-code-point": { 5348 "version": "3.0.0", 5349 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 5350 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 5351 "engines": { 5352 "node": ">=8" 5353 } 5354 }, 5355 "node_modules/is-glob": { 5356 "version": "4.0.3", 5357 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 5358 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 5359 "dependencies": { 5360 "is-extglob": "^2.1.1" 5361 }, 5362 "engines": { 5363 "node": ">=0.10.0" 5364 } 5365 }, 5366 "node_modules/is-hexadecimal": { 5367 "version": "2.0.1", 5368 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", 5369 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", 5370 "funding": { 5371 "type": "github", 5372 "url": "https://github.com/sponsors/wooorm" 5373 } 5374 }, 5375 "node_modules/is-inside-container": { 5376 "version": "1.0.0", 5377 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 5378 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 5379 "dependencies": { 5380 "is-docker": "^3.0.0" 5381 }, 5382 "bin": { 5383 "is-inside-container": "cli.js" 5384 }, 5385 "engines": { 5386 "node": ">=14.16" 5387 }, 5388 "funding": { 5389 "url": "https://github.com/sponsors/sindresorhus" 5390 } 5391 }, 5392 "node_modules/is-number": { 5393 "version": "7.0.0", 5394 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 5395 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 5396 "engines": { 5397 "node": ">=0.12.0" 5398 } 5399 }, 5400 "node_modules/is-plain-obj": { 5401 "version": "4.1.0", 5402 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 5403 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 5404 "engines": { 5405 "node": ">=12" 5406 }, 5407 "funding": { 5408 "url": "https://github.com/sponsors/sindresorhus" 5409 } 5410 }, 5411 "node_modules/is-what": { 5412 "version": "4.1.16", 5413 "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz", 5414 "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==", 5415 "license": "MIT", 5416 "engines": { 5417 "node": ">=12.13" 5418 }, 5419 "funding": { 5420 "url": "https://github.com/sponsors/mesqueeb" 5421 } 5422 }, 5423 "node_modules/is-wsl": { 5424 "version": "3.1.0", 5425 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", 5426 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", 5427 "dependencies": { 5428 "is-inside-container": "^1.0.0" 5429 }, 5430 "engines": { 5431 "node": ">=16" 5432 }, 5433 "funding": { 5434 "url": "https://github.com/sponsors/sindresorhus" 5435 } 5436 }, 5437 "node_modules/js-tokens": { 5438 "version": "4.0.0", 5439 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", 5440 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", 5441 "license": "MIT" 5442 }, 5443 "node_modules/js-yaml": { 5444 "version": "4.1.0", 5445 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 5446 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 5447 "dependencies": { 5448 "argparse": "^2.0.1" 5449 }, 5450 "bin": { 5451 "js-yaml": "bin/js-yaml.js" 5452 } 5453 }, 5454 "node_modules/jsesc": { 5455 "version": "3.1.0", 5456 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", 5457 "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", 5458 "license": "MIT", 5459 "bin": { 5460 "jsesc": "bin/jsesc" 5461 }, 5462 "engines": { 5463 "node": ">=6" 5464 } 5465 }, 5466 "node_modules/json5": { 5467 "version": "2.2.3", 5468 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", 5469 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", 5470 "license": "MIT", 5471 "bin": { 5472 "json5": "lib/cli.js" 5473 }, 5474 "engines": { 5475 "node": ">=6" 5476 } 5477 }, 5478 "node_modules/katex": { 5479 "version": "0.16.19", 5480 "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.19.tgz", 5481 "integrity": "sha512-3IA6DYVhxhBabjSLTNO9S4+OliA3Qvb8pBQXMfC4WxXJgLwZgnfDl0BmB4z6nBMdznBsZ+CGM8DrGZ5hcguDZg==", 5482 "funding": [ 5483 "https://opencollective.com/katex", 5484 "https://github.com/sponsors/katex" 5485 ], 5486 "license": "MIT", 5487 "dependencies": { 5488 "commander": "^8.3.0" 5489 }, 5490 "bin": { 5491 "katex": "cli.js" 5492 } 5493 }, 5494 "node_modules/katex/node_modules/commander": { 5495 "version": "8.3.0", 5496 "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", 5497 "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", 5498 "license": "MIT", 5499 "engines": { 5500 "node": ">= 12" 5501 } 5502 }, 5503 "node_modules/khroma": { 5504 "version": "2.1.0", 5505 "resolved": "https://registry.npmjs.org/khroma/-/khroma-2.1.0.tgz", 5506 "integrity": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==" 5507 }, 5508 "node_modules/kleur": { 5509 "version": "4.1.5", 5510 "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", 5511 "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", 5512 "engines": { 5513 "node": ">=6" 5514 } 5515 }, 5516 "node_modules/kolorist": { 5517 "version": "1.8.0", 5518 "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", 5519 "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==", 5520 "license": "MIT" 5521 }, 5522 "node_modules/langium": { 5523 "version": "3.0.0", 5524 "resolved": "https://registry.npmjs.org/langium/-/langium-3.0.0.tgz", 5525 "integrity": "sha512-+Ez9EoiByeoTu/2BXmEaZ06iPNXM6thWJp02KfBO/raSMyCJ4jw7AkWWa+zBCTm0+Tw1Fj9FOxdqSskyN5nAwg==", 5526 "license": "MIT", 5527 "dependencies": { 5528 "chevrotain": "~11.0.3", 5529 "chevrotain-allstar": "~0.3.0", 5530 "vscode-languageserver": "~9.0.1", 5531 "vscode-languageserver-textdocument": "~1.0.11", 5532 "vscode-uri": "~3.0.8" 5533 }, 5534 "engines": { 5535 "node": ">=16.0.0" 5536 } 5537 }, 5538 "node_modules/layout-base": { 5539 "version": "1.0.2", 5540 "resolved": "https://registry.npmjs.org/layout-base/-/layout-base-1.0.2.tgz", 5541 "integrity": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==", 5542 "license": "MIT" 5543 }, 5544 "node_modules/load-yaml-file": { 5545 "version": "0.2.0", 5546 "resolved": "https://registry.npmjs.org/load-yaml-file/-/load-yaml-file-0.2.0.tgz", 5547 "integrity": "sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==", 5548 "dependencies": { 5549 "graceful-fs": "^4.1.5", 5550 "js-yaml": "^3.13.0", 5551 "pify": "^4.0.1", 5552 "strip-bom": "^3.0.0" 5553 }, 5554 "engines": { 5555 "node": ">=6" 5556 } 5557 }, 5558 "node_modules/load-yaml-file/node_modules/argparse": { 5559 "version": "1.0.10", 5560 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 5561 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 5562 "dependencies": { 5563 "sprintf-js": "~1.0.2" 5564 } 5565 }, 5566 "node_modules/load-yaml-file/node_modules/js-yaml": { 5567 "version": "3.14.1", 5568 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", 5569 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", 5570 "dependencies": { 5571 "argparse": "^1.0.7", 5572 "esprima": "^4.0.0" 5573 }, 5574 "bin": { 5575 "js-yaml": "bin/js-yaml.js" 5576 } 5577 }, 5578 "node_modules/local-pkg": { 5579 "version": "0.5.1", 5580 "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.1.tgz", 5581 "integrity": "sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==", 5582 "license": "MIT", 5583 "dependencies": { 5584 "mlly": "^1.7.3", 5585 "pkg-types": "^1.2.1" 5586 }, 5587 "engines": { 5588 "node": ">=14" 5589 }, 5590 "funding": { 5591 "url": "https://github.com/sponsors/antfu" 5592 } 5593 }, 5594 "node_modules/locate-path": { 5595 "version": "5.0.0", 5596 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", 5597 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", 5598 "dependencies": { 5599 "p-locate": "^4.1.0" 5600 }, 5601 "engines": { 5602 "node": ">=8" 5603 } 5604 }, 5605 "node_modules/lodash-es": { 5606 "version": "4.17.21", 5607 "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", 5608 "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", 5609 "license": "MIT" 5610 }, 5611 "node_modules/longest-streak": { 5612 "version": "3.1.0", 5613 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 5614 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 5615 "funding": { 5616 "type": "github", 5617 "url": "https://github.com/sponsors/wooorm" 5618 } 5619 }, 5620 "node_modules/lru-cache": { 5621 "version": "10.4.3", 5622 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 5623 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" 5624 }, 5625 "node_modules/magic-string": { 5626 "version": "0.30.17", 5627 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", 5628 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", 5629 "dependencies": { 5630 "@jridgewell/sourcemap-codec": "^1.5.0" 5631 } 5632 }, 5633 "node_modules/magicast": { 5634 "version": "0.3.5", 5635 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz", 5636 "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==", 5637 "dependencies": { 5638 "@babel/parser": "^7.25.4", 5639 "@babel/types": "^7.25.4", 5640 "source-map-js": "^1.2.0" 5641 } 5642 }, 5643 "node_modules/markdown-extensions": { 5644 "version": "2.0.0", 5645 "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", 5646 "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", 5647 "engines": { 5648 "node": ">=16" 5649 }, 5650 "funding": { 5651 "url": "https://github.com/sponsors/sindresorhus" 5652 } 5653 }, 5654 "node_modules/markdown-table": { 5655 "version": "3.0.4", 5656 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 5657 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 5658 "funding": { 5659 "type": "github", 5660 "url": "https://github.com/sponsors/wooorm" 5661 } 5662 }, 5663 "node_modules/marked": { 5664 "version": "13.0.3", 5665 "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", 5666 "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", 5667 "license": "MIT", 5668 "bin": { 5669 "marked": "bin/marked.js" 5670 }, 5671 "engines": { 5672 "node": ">= 18" 5673 } 5674 }, 5675 "node_modules/mdast-util-definitions": { 5676 "version": "6.0.0", 5677 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", 5678 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==", 5679 "dependencies": { 5680 "@types/mdast": "^4.0.0", 5681 "@types/unist": "^3.0.0", 5682 "unist-util-visit": "^5.0.0" 5683 }, 5684 "funding": { 5685 "type": "opencollective", 5686 "url": "https://opencollective.com/unified" 5687 } 5688 }, 5689 "node_modules/mdast-util-directive": { 5690 "version": "3.0.0", 5691 "resolved": "https://registry.npmjs.org/mdast-util-directive/-/mdast-util-directive-3.0.0.tgz", 5692 "integrity": "sha512-JUpYOqKI4mM3sZcNxmF/ox04XYFFkNwr0CFlrQIkCwbvH0xzMCqkMqAde9wRd80VAhaUrwFwKm2nxretdT1h7Q==", 5693 "dependencies": { 5694 "@types/mdast": "^4.0.0", 5695 "@types/unist": "^3.0.0", 5696 "devlop": "^1.0.0", 5697 "mdast-util-from-markdown": "^2.0.0", 5698 "mdast-util-to-markdown": "^2.0.0", 5699 "parse-entities": "^4.0.0", 5700 "stringify-entities": "^4.0.0", 5701 "unist-util-visit-parents": "^6.0.0" 5702 }, 5703 "funding": { 5704 "type": "opencollective", 5705 "url": "https://opencollective.com/unified" 5706 } 5707 }, 5708 "node_modules/mdast-util-find-and-replace": { 5709 "version": "3.0.1", 5710 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz", 5711 "integrity": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==", 5712 "dependencies": { 5713 "@types/mdast": "^4.0.0", 5714 "escape-string-regexp": "^5.0.0", 5715 "unist-util-is": "^6.0.0", 5716 "unist-util-visit-parents": "^6.0.0" 5717 }, 5718 "funding": { 5719 "type": "opencollective", 5720 "url": "https://opencollective.com/unified" 5721 } 5722 }, 5723 "node_modules/mdast-util-from-markdown": { 5724 "version": "2.0.2", 5725 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 5726 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 5727 "dependencies": { 5728 "@types/mdast": "^4.0.0", 5729 "@types/unist": "^3.0.0", 5730 "decode-named-character-reference": "^1.0.0", 5731 "devlop": "^1.0.0", 5732 "mdast-util-to-string": "^4.0.0", 5733 "micromark": "^4.0.0", 5734 "micromark-util-decode-numeric-character-reference": "^2.0.0", 5735 "micromark-util-decode-string": "^2.0.0", 5736 "micromark-util-normalize-identifier": "^2.0.0", 5737 "micromark-util-symbol": "^2.0.0", 5738 "micromark-util-types": "^2.0.0", 5739 "unist-util-stringify-position": "^4.0.0" 5740 }, 5741 "funding": { 5742 "type": "opencollective", 5743 "url": "https://opencollective.com/unified" 5744 } 5745 }, 5746 "node_modules/mdast-util-gfm": { 5747 "version": "3.0.0", 5748 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.0.0.tgz", 5749 "integrity": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==", 5750 "dependencies": { 5751 "mdast-util-from-markdown": "^2.0.0", 5752 "mdast-util-gfm-autolink-literal": "^2.0.0", 5753 "mdast-util-gfm-footnote": "^2.0.0", 5754 "mdast-util-gfm-strikethrough": "^2.0.0", 5755 "mdast-util-gfm-table": "^2.0.0", 5756 "mdast-util-gfm-task-list-item": "^2.0.0", 5757 "mdast-util-to-markdown": "^2.0.0" 5758 }, 5759 "funding": { 5760 "type": "opencollective", 5761 "url": "https://opencollective.com/unified" 5762 } 5763 }, 5764 "node_modules/mdast-util-gfm-autolink-literal": { 5765 "version": "2.0.1", 5766 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 5767 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 5768 "dependencies": { 5769 "@types/mdast": "^4.0.0", 5770 "ccount": "^2.0.0", 5771 "devlop": "^1.0.0", 5772 "mdast-util-find-and-replace": "^3.0.0", 5773 "micromark-util-character": "^2.0.0" 5774 }, 5775 "funding": { 5776 "type": "opencollective", 5777 "url": "https://opencollective.com/unified" 5778 } 5779 }, 5780 "node_modules/mdast-util-gfm-footnote": { 5781 "version": "2.0.0", 5782 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.0.0.tgz", 5783 "integrity": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==", 5784 "dependencies": { 5785 "@types/mdast": "^4.0.0", 5786 "devlop": "^1.1.0", 5787 "mdast-util-from-markdown": "^2.0.0", 5788 "mdast-util-to-markdown": "^2.0.0", 5789 "micromark-util-normalize-identifier": "^2.0.0" 5790 }, 5791 "funding": { 5792 "type": "opencollective", 5793 "url": "https://opencollective.com/unified" 5794 } 5795 }, 5796 "node_modules/mdast-util-gfm-strikethrough": { 5797 "version": "2.0.0", 5798 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 5799 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 5800 "dependencies": { 5801 "@types/mdast": "^4.0.0", 5802 "mdast-util-from-markdown": "^2.0.0", 5803 "mdast-util-to-markdown": "^2.0.0" 5804 }, 5805 "funding": { 5806 "type": "opencollective", 5807 "url": "https://opencollective.com/unified" 5808 } 5809 }, 5810 "node_modules/mdast-util-gfm-table": { 5811 "version": "2.0.0", 5812 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 5813 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 5814 "dependencies": { 5815 "@types/mdast": "^4.0.0", 5816 "devlop": "^1.0.0", 5817 "markdown-table": "^3.0.0", 5818 "mdast-util-from-markdown": "^2.0.0", 5819 "mdast-util-to-markdown": "^2.0.0" 5820 }, 5821 "funding": { 5822 "type": "opencollective", 5823 "url": "https://opencollective.com/unified" 5824 } 5825 }, 5826 "node_modules/mdast-util-gfm-task-list-item": { 5827 "version": "2.0.0", 5828 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 5829 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 5830 "dependencies": { 5831 "@types/mdast": "^4.0.0", 5832 "devlop": "^1.0.0", 5833 "mdast-util-from-markdown": "^2.0.0", 5834 "mdast-util-to-markdown": "^2.0.0" 5835 }, 5836 "funding": { 5837 "type": "opencollective", 5838 "url": "https://opencollective.com/unified" 5839 } 5840 }, 5841 "node_modules/mdast-util-mdx": { 5842 "version": "3.0.0", 5843 "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", 5844 "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", 5845 "dependencies": { 5846 "mdast-util-from-markdown": "^2.0.0", 5847 "mdast-util-mdx-expression": "^2.0.0", 5848 "mdast-util-mdx-jsx": "^3.0.0", 5849 "mdast-util-mdxjs-esm": "^2.0.0", 5850 "mdast-util-to-markdown": "^2.0.0" 5851 }, 5852 "funding": { 5853 "type": "opencollective", 5854 "url": "https://opencollective.com/unified" 5855 } 5856 }, 5857 "node_modules/mdast-util-mdx-expression": { 5858 "version": "2.0.1", 5859 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", 5860 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", 5861 "dependencies": { 5862 "@types/estree-jsx": "^1.0.0", 5863 "@types/hast": "^3.0.0", 5864 "@types/mdast": "^4.0.0", 5865 "devlop": "^1.0.0", 5866 "mdast-util-from-markdown": "^2.0.0", 5867 "mdast-util-to-markdown": "^2.0.0" 5868 }, 5869 "funding": { 5870 "type": "opencollective", 5871 "url": "https://opencollective.com/unified" 5872 } 5873 }, 5874 "node_modules/mdast-util-mdx-jsx": { 5875 "version": "3.1.3", 5876 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.1.3.tgz", 5877 "integrity": "sha512-bfOjvNt+1AcbPLTFMFWY149nJz0OjmewJs3LQQ5pIyVGxP4CdOqNVJL6kTaM5c68p8q82Xv3nCyFfUnuEcH3UQ==", 5878 "dependencies": { 5879 "@types/estree-jsx": "^1.0.0", 5880 "@types/hast": "^3.0.0", 5881 "@types/mdast": "^4.0.0", 5882 "@types/unist": "^3.0.0", 5883 "ccount": "^2.0.0", 5884 "devlop": "^1.1.0", 5885 "mdast-util-from-markdown": "^2.0.0", 5886 "mdast-util-to-markdown": "^2.0.0", 5887 "parse-entities": "^4.0.0", 5888 "stringify-entities": "^4.0.0", 5889 "unist-util-stringify-position": "^4.0.0", 5890 "vfile-message": "^4.0.0" 5891 }, 5892 "funding": { 5893 "type": "opencollective", 5894 "url": "https://opencollective.com/unified" 5895 } 5896 }, 5897 "node_modules/mdast-util-mdxjs-esm": { 5898 "version": "2.0.1", 5899 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", 5900 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", 5901 "dependencies": { 5902 "@types/estree-jsx": "^1.0.0", 5903 "@types/hast": "^3.0.0", 5904 "@types/mdast": "^4.0.0", 5905 "devlop": "^1.0.0", 5906 "mdast-util-from-markdown": "^2.0.0", 5907 "mdast-util-to-markdown": "^2.0.0" 5908 }, 5909 "funding": { 5910 "type": "opencollective", 5911 "url": "https://opencollective.com/unified" 5912 } 5913 }, 5914 "node_modules/mdast-util-phrasing": { 5915 "version": "4.1.0", 5916 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 5917 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 5918 "dependencies": { 5919 "@types/mdast": "^4.0.0", 5920 "unist-util-is": "^6.0.0" 5921 }, 5922 "funding": { 5923 "type": "opencollective", 5924 "url": "https://opencollective.com/unified" 5925 } 5926 }, 5927 "node_modules/mdast-util-to-hast": { 5928 "version": "13.2.0", 5929 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", 5930 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", 5931 "dependencies": { 5932 "@types/hast": "^3.0.0", 5933 "@types/mdast": "^4.0.0", 5934 "@ungap/structured-clone": "^1.0.0", 5935 "devlop": "^1.0.0", 5936 "micromark-util-sanitize-uri": "^2.0.0", 5937 "trim-lines": "^3.0.0", 5938 "unist-util-position": "^5.0.0", 5939 "unist-util-visit": "^5.0.0", 5940 "vfile": "^6.0.0" 5941 }, 5942 "funding": { 5943 "type": "opencollective", 5944 "url": "https://opencollective.com/unified" 5945 } 5946 }, 5947 "node_modules/mdast-util-to-markdown": { 5948 "version": "2.1.2", 5949 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 5950 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 5951 "dependencies": { 5952 "@types/mdast": "^4.0.0", 5953 "@types/unist": "^3.0.0", 5954 "longest-streak": "^3.0.0", 5955 "mdast-util-phrasing": "^4.0.0", 5956 "mdast-util-to-string": "^4.0.0", 5957 "micromark-util-classify-character": "^2.0.0", 5958 "micromark-util-decode-string": "^2.0.0", 5959 "unist-util-visit": "^5.0.0", 5960 "zwitch": "^2.0.0" 5961 }, 5962 "funding": { 5963 "type": "opencollective", 5964 "url": "https://opencollective.com/unified" 5965 } 5966 }, 5967 "node_modules/mdast-util-to-string": { 5968 "version": "4.0.0", 5969 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 5970 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 5971 "dependencies": { 5972 "@types/mdast": "^4.0.0" 5973 }, 5974 "funding": { 5975 "type": "opencollective", 5976 "url": "https://opencollective.com/unified" 5977 } 5978 }, 5979 "node_modules/mdn-data": { 5980 "version": "2.0.30", 5981 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", 5982 "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", 5983 "license": "CC0-1.0" 5984 }, 5985 "node_modules/merge-anything": { 5986 "version": "5.1.7", 5987 "resolved": "https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz", 5988 "integrity": "sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==", 5989 "license": "MIT", 5990 "dependencies": { 5991 "is-what": "^4.1.8" 5992 }, 5993 "engines": { 5994 "node": ">=12.13" 5995 }, 5996 "funding": { 5997 "url": "https://github.com/sponsors/mesqueeb" 5998 } 5999 }, 6000 "node_modules/merge2": { 6001 "version": "1.4.1", 6002 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 6003 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 6004 "engines": { 6005 "node": ">= 8" 6006 } 6007 }, 6008 "node_modules/mermaid": { 6009 "version": "11.4.1", 6010 "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.4.1.tgz", 6011 "integrity": "sha512-Mb01JT/x6CKDWaxigwfZYuYmDZ6xtrNwNlidKZwkSrDaY9n90tdrJTV5Umk+wP1fZscGptmKFXHsXMDEVZ+Q6A==", 6012 "license": "MIT", 6013 "dependencies": { 6014 "@braintree/sanitize-url": "^7.0.1", 6015 "@iconify/utils": "^2.1.32", 6016 "@mermaid-js/parser": "^0.3.0", 6017 "@types/d3": "^7.4.3", 6018 "cytoscape": "^3.29.2", 6019 "cytoscape-cose-bilkent": "^4.1.0", 6020 "cytoscape-fcose": "^2.2.0", 6021 "d3": "^7.9.0", 6022 "d3-sankey": "^0.12.3", 6023 "dagre-d3-es": "7.0.11", 6024 "dayjs": "^1.11.10", 6025 "dompurify": "^3.2.1", 6026 "katex": "^0.16.9", 6027 "khroma": "^2.1.0", 6028 "lodash-es": "^4.17.21", 6029 "marked": "^13.0.2", 6030 "roughjs": "^4.6.6", 6031 "stylis": "^4.3.1", 6032 "ts-dedent": "^2.2.0", 6033 "uuid": "^9.0.1" 6034 } 6035 }, 6036 "node_modules/mermaid-isomorphic": { 6037 "version": "3.0.0", 6038 "resolved": "https://registry.npmjs.org/mermaid-isomorphic/-/mermaid-isomorphic-3.0.0.tgz", 6039 "integrity": "sha512-6RBUQD0ZWzBHO4KZ8JMK3a/lNL7383N6K4nXzOdA2Ylnhz34qC8Nls2ZgOJVjGuB9Iq1bP61XKE0K/fNOD2n6g==", 6040 "license": "MIT", 6041 "dependencies": { 6042 "@fortawesome/fontawesome-free": "^6.0.0", 6043 "mermaid": "^11.0.0" 6044 }, 6045 "funding": { 6046 "url": "https://github.com/sponsors/remcohaszing" 6047 }, 6048 "peerDependencies": { 6049 "playwright": "1" 6050 }, 6051 "peerDependenciesMeta": { 6052 "playwright": { 6053 "optional": true 6054 } 6055 } 6056 }, 6057 "node_modules/micromark": { 6058 "version": "4.0.1", 6059 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.1.tgz", 6060 "integrity": "sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==", 6061 "funding": [ 6062 { 6063 "type": "GitHub Sponsors", 6064 "url": "https://github.com/sponsors/unifiedjs" 6065 }, 6066 { 6067 "type": "OpenCollective", 6068 "url": "https://opencollective.com/unified" 6069 } 6070 ], 6071 "dependencies": { 6072 "@types/debug": "^4.0.0", 6073 "debug": "^4.0.0", 6074 "decode-named-character-reference": "^1.0.0", 6075 "devlop": "^1.0.0", 6076 "micromark-core-commonmark": "^2.0.0", 6077 "micromark-factory-space": "^2.0.0", 6078 "micromark-util-character": "^2.0.0", 6079 "micromark-util-chunked": "^2.0.0", 6080 "micromark-util-combine-extensions": "^2.0.0", 6081 "micromark-util-decode-numeric-character-reference": "^2.0.0", 6082 "micromark-util-encode": "^2.0.0", 6083 "micromark-util-normalize-identifier": "^2.0.0", 6084 "micromark-util-resolve-all": "^2.0.0", 6085 "micromark-util-sanitize-uri": "^2.0.0", 6086 "micromark-util-subtokenize": "^2.0.0", 6087 "micromark-util-symbol": "^2.0.0", 6088 "micromark-util-types": "^2.0.0" 6089 } 6090 }, 6091 "node_modules/micromark-core-commonmark": { 6092 "version": "2.0.2", 6093 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.2.tgz", 6094 "integrity": "sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==", 6095 "funding": [ 6096 { 6097 "type": "GitHub Sponsors", 6098 "url": "https://github.com/sponsors/unifiedjs" 6099 }, 6100 { 6101 "type": "OpenCollective", 6102 "url": "https://opencollective.com/unified" 6103 } 6104 ], 6105 "dependencies": { 6106 "decode-named-character-reference": "^1.0.0", 6107 "devlop": "^1.0.0", 6108 "micromark-factory-destination": "^2.0.0", 6109 "micromark-factory-label": "^2.0.0", 6110 "micromark-factory-space": "^2.0.0", 6111 "micromark-factory-title": "^2.0.0", 6112 "micromark-factory-whitespace": "^2.0.0", 6113 "micromark-util-character": "^2.0.0", 6114 "micromark-util-chunked": "^2.0.0", 6115 "micromark-util-classify-character": "^2.0.0", 6116 "micromark-util-html-tag-name": "^2.0.0", 6117 "micromark-util-normalize-identifier": "^2.0.0", 6118 "micromark-util-resolve-all": "^2.0.0", 6119 "micromark-util-subtokenize": "^2.0.0", 6120 "micromark-util-symbol": "^2.0.0", 6121 "micromark-util-types": "^2.0.0" 6122 } 6123 }, 6124 "node_modules/micromark-extension-directive": { 6125 "version": "3.0.2", 6126 "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz", 6127 "integrity": "sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==", 6128 "dependencies": { 6129 "devlop": "^1.0.0", 6130 "micromark-factory-space": "^2.0.0", 6131 "micromark-factory-whitespace": "^2.0.0", 6132 "micromark-util-character": "^2.0.0", 6133 "micromark-util-symbol": "^2.0.0", 6134 "micromark-util-types": "^2.0.0", 6135 "parse-entities": "^4.0.0" 6136 }, 6137 "funding": { 6138 "type": "opencollective", 6139 "url": "https://opencollective.com/unified" 6140 } 6141 }, 6142 "node_modules/micromark-extension-gfm": { 6143 "version": "3.0.0", 6144 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 6145 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 6146 "dependencies": { 6147 "micromark-extension-gfm-autolink-literal": "^2.0.0", 6148 "micromark-extension-gfm-footnote": "^2.0.0", 6149 "micromark-extension-gfm-strikethrough": "^2.0.0", 6150 "micromark-extension-gfm-table": "^2.0.0", 6151 "micromark-extension-gfm-tagfilter": "^2.0.0", 6152 "micromark-extension-gfm-task-list-item": "^2.0.0", 6153 "micromark-util-combine-extensions": "^2.0.0", 6154 "micromark-util-types": "^2.0.0" 6155 }, 6156 "funding": { 6157 "type": "opencollective", 6158 "url": "https://opencollective.com/unified" 6159 } 6160 }, 6161 "node_modules/micromark-extension-gfm-autolink-literal": { 6162 "version": "2.1.0", 6163 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 6164 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 6165 "dependencies": { 6166 "micromark-util-character": "^2.0.0", 6167 "micromark-util-sanitize-uri": "^2.0.0", 6168 "micromark-util-symbol": "^2.0.0", 6169 "micromark-util-types": "^2.0.0" 6170 }, 6171 "funding": { 6172 "type": "opencollective", 6173 "url": "https://opencollective.com/unified" 6174 } 6175 }, 6176 "node_modules/micromark-extension-gfm-footnote": { 6177 "version": "2.1.0", 6178 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 6179 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 6180 "dependencies": { 6181 "devlop": "^1.0.0", 6182 "micromark-core-commonmark": "^2.0.0", 6183 "micromark-factory-space": "^2.0.0", 6184 "micromark-util-character": "^2.0.0", 6185 "micromark-util-normalize-identifier": "^2.0.0", 6186 "micromark-util-sanitize-uri": "^2.0.0", 6187 "micromark-util-symbol": "^2.0.0", 6188 "micromark-util-types": "^2.0.0" 6189 }, 6190 "funding": { 6191 "type": "opencollective", 6192 "url": "https://opencollective.com/unified" 6193 } 6194 }, 6195 "node_modules/micromark-extension-gfm-strikethrough": { 6196 "version": "2.1.0", 6197 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 6198 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 6199 "dependencies": { 6200 "devlop": "^1.0.0", 6201 "micromark-util-chunked": "^2.0.0", 6202 "micromark-util-classify-character": "^2.0.0", 6203 "micromark-util-resolve-all": "^2.0.0", 6204 "micromark-util-symbol": "^2.0.0", 6205 "micromark-util-types": "^2.0.0" 6206 }, 6207 "funding": { 6208 "type": "opencollective", 6209 "url": "https://opencollective.com/unified" 6210 } 6211 }, 6212 "node_modules/micromark-extension-gfm-table": { 6213 "version": "2.1.0", 6214 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.0.tgz", 6215 "integrity": "sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==", 6216 "dependencies": { 6217 "devlop": "^1.0.0", 6218 "micromark-factory-space": "^2.0.0", 6219 "micromark-util-character": "^2.0.0", 6220 "micromark-util-symbol": "^2.0.0", 6221 "micromark-util-types": "^2.0.0" 6222 }, 6223 "funding": { 6224 "type": "opencollective", 6225 "url": "https://opencollective.com/unified" 6226 } 6227 }, 6228 "node_modules/micromark-extension-gfm-tagfilter": { 6229 "version": "2.0.0", 6230 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 6231 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 6232 "dependencies": { 6233 "micromark-util-types": "^2.0.0" 6234 }, 6235 "funding": { 6236 "type": "opencollective", 6237 "url": "https://opencollective.com/unified" 6238 } 6239 }, 6240 "node_modules/micromark-extension-gfm-task-list-item": { 6241 "version": "2.1.0", 6242 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 6243 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 6244 "dependencies": { 6245 "devlop": "^1.0.0", 6246 "micromark-factory-space": "^2.0.0", 6247 "micromark-util-character": "^2.0.0", 6248 "micromark-util-symbol": "^2.0.0", 6249 "micromark-util-types": "^2.0.0" 6250 }, 6251 "funding": { 6252 "type": "opencollective", 6253 "url": "https://opencollective.com/unified" 6254 } 6255 }, 6256 "node_modules/micromark-extension-mdx-expression": { 6257 "version": "3.0.0", 6258 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.0.tgz", 6259 "integrity": "sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==", 6260 "funding": [ 6261 { 6262 "type": "GitHub Sponsors", 6263 "url": "https://github.com/sponsors/unifiedjs" 6264 }, 6265 { 6266 "type": "OpenCollective", 6267 "url": "https://opencollective.com/unified" 6268 } 6269 ], 6270 "dependencies": { 6271 "@types/estree": "^1.0.0", 6272 "devlop": "^1.0.0", 6273 "micromark-factory-mdx-expression": "^2.0.0", 6274 "micromark-factory-space": "^2.0.0", 6275 "micromark-util-character": "^2.0.0", 6276 "micromark-util-events-to-acorn": "^2.0.0", 6277 "micromark-util-symbol": "^2.0.0", 6278 "micromark-util-types": "^2.0.0" 6279 } 6280 }, 6281 "node_modules/micromark-extension-mdx-jsx": { 6282 "version": "3.0.1", 6283 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.1.tgz", 6284 "integrity": "sha512-vNuFb9czP8QCtAQcEJn0UJQJZA8Dk6DXKBqx+bg/w0WGuSxDxNr7hErW89tHUY31dUW4NqEOWwmEUNhjTFmHkg==", 6285 "dependencies": { 6286 "@types/acorn": "^4.0.0", 6287 "@types/estree": "^1.0.0", 6288 "devlop": "^1.0.0", 6289 "estree-util-is-identifier-name": "^3.0.0", 6290 "micromark-factory-mdx-expression": "^2.0.0", 6291 "micromark-factory-space": "^2.0.0", 6292 "micromark-util-character": "^2.0.0", 6293 "micromark-util-events-to-acorn": "^2.0.0", 6294 "micromark-util-symbol": "^2.0.0", 6295 "micromark-util-types": "^2.0.0", 6296 "vfile-message": "^4.0.0" 6297 }, 6298 "funding": { 6299 "type": "opencollective", 6300 "url": "https://opencollective.com/unified" 6301 } 6302 }, 6303 "node_modules/micromark-extension-mdx-md": { 6304 "version": "2.0.0", 6305 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", 6306 "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", 6307 "dependencies": { 6308 "micromark-util-types": "^2.0.0" 6309 }, 6310 "funding": { 6311 "type": "opencollective", 6312 "url": "https://opencollective.com/unified" 6313 } 6314 }, 6315 "node_modules/micromark-extension-mdxjs": { 6316 "version": "3.0.0", 6317 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", 6318 "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", 6319 "dependencies": { 6320 "acorn": "^8.0.0", 6321 "acorn-jsx": "^5.0.0", 6322 "micromark-extension-mdx-expression": "^3.0.0", 6323 "micromark-extension-mdx-jsx": "^3.0.0", 6324 "micromark-extension-mdx-md": "^2.0.0", 6325 "micromark-extension-mdxjs-esm": "^3.0.0", 6326 "micromark-util-combine-extensions": "^2.0.0", 6327 "micromark-util-types": "^2.0.0" 6328 }, 6329 "funding": { 6330 "type": "opencollective", 6331 "url": "https://opencollective.com/unified" 6332 } 6333 }, 6334 "node_modules/micromark-extension-mdxjs-esm": { 6335 "version": "3.0.0", 6336 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", 6337 "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", 6338 "dependencies": { 6339 "@types/estree": "^1.0.0", 6340 "devlop": "^1.0.0", 6341 "micromark-core-commonmark": "^2.0.0", 6342 "micromark-util-character": "^2.0.0", 6343 "micromark-util-events-to-acorn": "^2.0.0", 6344 "micromark-util-symbol": "^2.0.0", 6345 "micromark-util-types": "^2.0.0", 6346 "unist-util-position-from-estree": "^2.0.0", 6347 "vfile-message": "^4.0.0" 6348 }, 6349 "funding": { 6350 "type": "opencollective", 6351 "url": "https://opencollective.com/unified" 6352 } 6353 }, 6354 "node_modules/micromark-factory-destination": { 6355 "version": "2.0.1", 6356 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 6357 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 6358 "funding": [ 6359 { 6360 "type": "GitHub Sponsors", 6361 "url": "https://github.com/sponsors/unifiedjs" 6362 }, 6363 { 6364 "type": "OpenCollective", 6365 "url": "https://opencollective.com/unified" 6366 } 6367 ], 6368 "dependencies": { 6369 "micromark-util-character": "^2.0.0", 6370 "micromark-util-symbol": "^2.0.0", 6371 "micromark-util-types": "^2.0.0" 6372 } 6373 }, 6374 "node_modules/micromark-factory-label": { 6375 "version": "2.0.1", 6376 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 6377 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 6378 "funding": [ 6379 { 6380 "type": "GitHub Sponsors", 6381 "url": "https://github.com/sponsors/unifiedjs" 6382 }, 6383 { 6384 "type": "OpenCollective", 6385 "url": "https://opencollective.com/unified" 6386 } 6387 ], 6388 "dependencies": { 6389 "devlop": "^1.0.0", 6390 "micromark-util-character": "^2.0.0", 6391 "micromark-util-symbol": "^2.0.0", 6392 "micromark-util-types": "^2.0.0" 6393 } 6394 }, 6395 "node_modules/micromark-factory-mdx-expression": { 6396 "version": "2.0.2", 6397 "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.2.tgz", 6398 "integrity": "sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw==", 6399 "funding": [ 6400 { 6401 "type": "GitHub Sponsors", 6402 "url": "https://github.com/sponsors/unifiedjs" 6403 }, 6404 { 6405 "type": "OpenCollective", 6406 "url": "https://opencollective.com/unified" 6407 } 6408 ], 6409 "dependencies": { 6410 "@types/estree": "^1.0.0", 6411 "devlop": "^1.0.0", 6412 "micromark-factory-space": "^2.0.0", 6413 "micromark-util-character": "^2.0.0", 6414 "micromark-util-events-to-acorn": "^2.0.0", 6415 "micromark-util-symbol": "^2.0.0", 6416 "micromark-util-types": "^2.0.0", 6417 "unist-util-position-from-estree": "^2.0.0", 6418 "vfile-message": "^4.0.0" 6419 } 6420 }, 6421 "node_modules/micromark-factory-space": { 6422 "version": "2.0.1", 6423 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 6424 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 6425 "funding": [ 6426 { 6427 "type": "GitHub Sponsors", 6428 "url": "https://github.com/sponsors/unifiedjs" 6429 }, 6430 { 6431 "type": "OpenCollective", 6432 "url": "https://opencollective.com/unified" 6433 } 6434 ], 6435 "dependencies": { 6436 "micromark-util-character": "^2.0.0", 6437 "micromark-util-types": "^2.0.0" 6438 } 6439 }, 6440 "node_modules/micromark-factory-title": { 6441 "version": "2.0.1", 6442 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 6443 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 6444 "funding": [ 6445 { 6446 "type": "GitHub Sponsors", 6447 "url": "https://github.com/sponsors/unifiedjs" 6448 }, 6449 { 6450 "type": "OpenCollective", 6451 "url": "https://opencollective.com/unified" 6452 } 6453 ], 6454 "dependencies": { 6455 "micromark-factory-space": "^2.0.0", 6456 "micromark-util-character": "^2.0.0", 6457 "micromark-util-symbol": "^2.0.0", 6458 "micromark-util-types": "^2.0.0" 6459 } 6460 }, 6461 "node_modules/micromark-factory-whitespace": { 6462 "version": "2.0.1", 6463 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 6464 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 6465 "funding": [ 6466 { 6467 "type": "GitHub Sponsors", 6468 "url": "https://github.com/sponsors/unifiedjs" 6469 }, 6470 { 6471 "type": "OpenCollective", 6472 "url": "https://opencollective.com/unified" 6473 } 6474 ], 6475 "dependencies": { 6476 "micromark-factory-space": "^2.0.0", 6477 "micromark-util-character": "^2.0.0", 6478 "micromark-util-symbol": "^2.0.0", 6479 "micromark-util-types": "^2.0.0" 6480 } 6481 }, 6482 "node_modules/micromark-util-character": { 6483 "version": "2.1.1", 6484 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 6485 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 6486 "funding": [ 6487 { 6488 "type": "GitHub Sponsors", 6489 "url": "https://github.com/sponsors/unifiedjs" 6490 }, 6491 { 6492 "type": "OpenCollective", 6493 "url": "https://opencollective.com/unified" 6494 } 6495 ], 6496 "dependencies": { 6497 "micromark-util-symbol": "^2.0.0", 6498 "micromark-util-types": "^2.0.0" 6499 } 6500 }, 6501 "node_modules/micromark-util-chunked": { 6502 "version": "2.0.1", 6503 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 6504 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 6505 "funding": [ 6506 { 6507 "type": "GitHub Sponsors", 6508 "url": "https://github.com/sponsors/unifiedjs" 6509 }, 6510 { 6511 "type": "OpenCollective", 6512 "url": "https://opencollective.com/unified" 6513 } 6514 ], 6515 "dependencies": { 6516 "micromark-util-symbol": "^2.0.0" 6517 } 6518 }, 6519 "node_modules/micromark-util-classify-character": { 6520 "version": "2.0.1", 6521 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 6522 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 6523 "funding": [ 6524 { 6525 "type": "GitHub Sponsors", 6526 "url": "https://github.com/sponsors/unifiedjs" 6527 }, 6528 { 6529 "type": "OpenCollective", 6530 "url": "https://opencollective.com/unified" 6531 } 6532 ], 6533 "dependencies": { 6534 "micromark-util-character": "^2.0.0", 6535 "micromark-util-symbol": "^2.0.0", 6536 "micromark-util-types": "^2.0.0" 6537 } 6538 }, 6539 "node_modules/micromark-util-combine-extensions": { 6540 "version": "2.0.1", 6541 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 6542 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 6543 "funding": [ 6544 { 6545 "type": "GitHub Sponsors", 6546 "url": "https://github.com/sponsors/unifiedjs" 6547 }, 6548 { 6549 "type": "OpenCollective", 6550 "url": "https://opencollective.com/unified" 6551 } 6552 ], 6553 "dependencies": { 6554 "micromark-util-chunked": "^2.0.0", 6555 "micromark-util-types": "^2.0.0" 6556 } 6557 }, 6558 "node_modules/micromark-util-decode-numeric-character-reference": { 6559 "version": "2.0.2", 6560 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 6561 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 6562 "funding": [ 6563 { 6564 "type": "GitHub Sponsors", 6565 "url": "https://github.com/sponsors/unifiedjs" 6566 }, 6567 { 6568 "type": "OpenCollective", 6569 "url": "https://opencollective.com/unified" 6570 } 6571 ], 6572 "dependencies": { 6573 "micromark-util-symbol": "^2.0.0" 6574 } 6575 }, 6576 "node_modules/micromark-util-decode-string": { 6577 "version": "2.0.1", 6578 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 6579 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 6580 "funding": [ 6581 { 6582 "type": "GitHub Sponsors", 6583 "url": "https://github.com/sponsors/unifiedjs" 6584 }, 6585 { 6586 "type": "OpenCollective", 6587 "url": "https://opencollective.com/unified" 6588 } 6589 ], 6590 "dependencies": { 6591 "decode-named-character-reference": "^1.0.0", 6592 "micromark-util-character": "^2.0.0", 6593 "micromark-util-decode-numeric-character-reference": "^2.0.0", 6594 "micromark-util-symbol": "^2.0.0" 6595 } 6596 }, 6597 "node_modules/micromark-util-encode": { 6598 "version": "2.0.1", 6599 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 6600 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 6601 "funding": [ 6602 { 6603 "type": "GitHub Sponsors", 6604 "url": "https://github.com/sponsors/unifiedjs" 6605 }, 6606 { 6607 "type": "OpenCollective", 6608 "url": "https://opencollective.com/unified" 6609 } 6610 ] 6611 }, 6612 "node_modules/micromark-util-events-to-acorn": { 6613 "version": "2.0.2", 6614 "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.2.tgz", 6615 "integrity": "sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==", 6616 "funding": [ 6617 { 6618 "type": "GitHub Sponsors", 6619 "url": "https://github.com/sponsors/unifiedjs" 6620 }, 6621 { 6622 "type": "OpenCollective", 6623 "url": "https://opencollective.com/unified" 6624 } 6625 ], 6626 "dependencies": { 6627 "@types/acorn": "^4.0.0", 6628 "@types/estree": "^1.0.0", 6629 "@types/unist": "^3.0.0", 6630 "devlop": "^1.0.0", 6631 "estree-util-visit": "^2.0.0", 6632 "micromark-util-symbol": "^2.0.0", 6633 "micromark-util-types": "^2.0.0", 6634 "vfile-message": "^4.0.0" 6635 } 6636 }, 6637 "node_modules/micromark-util-html-tag-name": { 6638 "version": "2.0.1", 6639 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 6640 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 6641 "funding": [ 6642 { 6643 "type": "GitHub Sponsors", 6644 "url": "https://github.com/sponsors/unifiedjs" 6645 }, 6646 { 6647 "type": "OpenCollective", 6648 "url": "https://opencollective.com/unified" 6649 } 6650 ] 6651 }, 6652 "node_modules/micromark-util-normalize-identifier": { 6653 "version": "2.0.1", 6654 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 6655 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 6656 "funding": [ 6657 { 6658 "type": "GitHub Sponsors", 6659 "url": "https://github.com/sponsors/unifiedjs" 6660 }, 6661 { 6662 "type": "OpenCollective", 6663 "url": "https://opencollective.com/unified" 6664 } 6665 ], 6666 "dependencies": { 6667 "micromark-util-symbol": "^2.0.0" 6668 } 6669 }, 6670 "node_modules/micromark-util-resolve-all": { 6671 "version": "2.0.1", 6672 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 6673 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 6674 "funding": [ 6675 { 6676 "type": "GitHub Sponsors", 6677 "url": "https://github.com/sponsors/unifiedjs" 6678 }, 6679 { 6680 "type": "OpenCollective", 6681 "url": "https://opencollective.com/unified" 6682 } 6683 ], 6684 "dependencies": { 6685 "micromark-util-types": "^2.0.0" 6686 } 6687 }, 6688 "node_modules/micromark-util-sanitize-uri": { 6689 "version": "2.0.1", 6690 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 6691 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 6692 "funding": [ 6693 { 6694 "type": "GitHub Sponsors", 6695 "url": "https://github.com/sponsors/unifiedjs" 6696 }, 6697 { 6698 "type": "OpenCollective", 6699 "url": "https://opencollective.com/unified" 6700 } 6701 ], 6702 "dependencies": { 6703 "micromark-util-character": "^2.0.0", 6704 "micromark-util-encode": "^2.0.0", 6705 "micromark-util-symbol": "^2.0.0" 6706 } 6707 }, 6708 "node_modules/micromark-util-subtokenize": { 6709 "version": "2.0.3", 6710 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.3.tgz", 6711 "integrity": "sha512-VXJJuNxYWSoYL6AJ6OQECCFGhIU2GGHMw8tahogePBrjkG8aCCas3ibkp7RnVOSTClg2is05/R7maAhF1XyQMg==", 6712 "funding": [ 6713 { 6714 "type": "GitHub Sponsors", 6715 "url": "https://github.com/sponsors/unifiedjs" 6716 }, 6717 { 6718 "type": "OpenCollective", 6719 "url": "https://opencollective.com/unified" 6720 } 6721 ], 6722 "dependencies": { 6723 "devlop": "^1.0.0", 6724 "micromark-util-chunked": "^2.0.0", 6725 "micromark-util-symbol": "^2.0.0", 6726 "micromark-util-types": "^2.0.0" 6727 } 6728 }, 6729 "node_modules/micromark-util-symbol": { 6730 "version": "2.0.1", 6731 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 6732 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 6733 "funding": [ 6734 { 6735 "type": "GitHub Sponsors", 6736 "url": "https://github.com/sponsors/unifiedjs" 6737 }, 6738 { 6739 "type": "OpenCollective", 6740 "url": "https://opencollective.com/unified" 6741 } 6742 ] 6743 }, 6744 "node_modules/micromark-util-types": { 6745 "version": "2.0.1", 6746 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz", 6747 "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==", 6748 "funding": [ 6749 { 6750 "type": "GitHub Sponsors", 6751 "url": "https://github.com/sponsors/unifiedjs" 6752 }, 6753 { 6754 "type": "OpenCollective", 6755 "url": "https://opencollective.com/unified" 6756 } 6757 ] 6758 }, 6759 "node_modules/micromatch": { 6760 "version": "4.0.8", 6761 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 6762 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 6763 "dependencies": { 6764 "braces": "^3.0.3", 6765 "picomatch": "^2.3.1" 6766 }, 6767 "engines": { 6768 "node": ">=8.6" 6769 } 6770 }, 6771 "node_modules/micromatch/node_modules/picomatch": { 6772 "version": "2.3.1", 6773 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 6774 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 6775 "engines": { 6776 "node": ">=8.6" 6777 }, 6778 "funding": { 6779 "url": "https://github.com/sponsors/jonschlinkert" 6780 } 6781 }, 6782 "node_modules/mime": { 6783 "version": "3.0.0", 6784 "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", 6785 "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", 6786 "bin": { 6787 "mime": "cli.js" 6788 }, 6789 "engines": { 6790 "node": ">=10.0.0" 6791 } 6792 }, 6793 "node_modules/mimic-response": { 6794 "version": "3.1.0", 6795 "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", 6796 "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", 6797 "engines": { 6798 "node": ">=10" 6799 }, 6800 "funding": { 6801 "url": "https://github.com/sponsors/sindresorhus" 6802 } 6803 }, 6804 "node_modules/mini-svg-data-uri": { 6805 "version": "1.4.4", 6806 "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz", 6807 "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==", 6808 "license": "MIT", 6809 "bin": { 6810 "mini-svg-data-uri": "cli.js" 6811 } 6812 }, 6813 "node_modules/minimist": { 6814 "version": "1.2.8", 6815 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", 6816 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", 6817 "funding": { 6818 "url": "https://github.com/sponsors/ljharb" 6819 } 6820 }, 6821 "node_modules/mkdirp-classic": { 6822 "version": "0.5.3", 6823 "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", 6824 "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" 6825 }, 6826 "node_modules/mlly": { 6827 "version": "1.7.3", 6828 "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.3.tgz", 6829 "integrity": "sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==", 6830 "license": "MIT", 6831 "dependencies": { 6832 "acorn": "^8.14.0", 6833 "pathe": "^1.1.2", 6834 "pkg-types": "^1.2.1", 6835 "ufo": "^1.5.4" 6836 } 6837 }, 6838 "node_modules/mrmime": { 6839 "version": "2.0.0", 6840 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", 6841 "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", 6842 "engines": { 6843 "node": ">=10" 6844 } 6845 }, 6846 "node_modules/ms": { 6847 "version": "2.1.3", 6848 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 6849 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" 6850 }, 6851 "node_modules/nanoid": { 6852 "version": "3.3.8", 6853 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", 6854 "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", 6855 "funding": [ 6856 { 6857 "type": "github", 6858 "url": "https://github.com/sponsors/ai" 6859 } 6860 ], 6861 "bin": { 6862 "nanoid": "bin/nanoid.cjs" 6863 }, 6864 "engines": { 6865 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 6866 } 6867 }, 6868 "node_modules/napi-build-utils": { 6869 "version": "1.0.2", 6870 "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", 6871 "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==" 6872 }, 6873 "node_modules/neotraverse": { 6874 "version": "0.6.18", 6875 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", 6876 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", 6877 "engines": { 6878 "node": ">= 10" 6879 } 6880 }, 6881 "node_modules/nlcst-to-string": { 6882 "version": "4.0.0", 6883 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", 6884 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", 6885 "dependencies": { 6886 "@types/nlcst": "^2.0.0" 6887 }, 6888 "funding": { 6889 "type": "opencollective", 6890 "url": "https://opencollective.com/unified" 6891 } 6892 }, 6893 "node_modules/node-abi": { 6894 "version": "3.71.0", 6895 "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.71.0.tgz", 6896 "integrity": "sha512-SZ40vRiy/+wRTf21hxkkEjPJZpARzUMVcJoQse2EF8qkUWbbO2z7vd5oA/H6bVH6SZQ5STGcu0KRDS7biNRfxw==", 6897 "dependencies": { 6898 "semver": "^7.3.5" 6899 }, 6900 "engines": { 6901 "node": ">=10" 6902 } 6903 }, 6904 "node_modules/node-addon-api": { 6905 "version": "6.1.0", 6906 "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", 6907 "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==" 6908 }, 6909 "node_modules/node-fetch-native": { 6910 "version": "1.6.4", 6911 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz", 6912 "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==" 6913 }, 6914 "node_modules/node-releases": { 6915 "version": "2.0.19", 6916 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", 6917 "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", 6918 "license": "MIT" 6919 }, 6920 "node_modules/normalize-path": { 6921 "version": "3.0.0", 6922 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 6923 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 6924 "engines": { 6925 "node": ">=0.10.0" 6926 } 6927 }, 6928 "node_modules/nth-check": { 6929 "version": "2.1.1", 6930 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", 6931 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", 6932 "dependencies": { 6933 "boolbase": "^1.0.0" 6934 }, 6935 "funding": { 6936 "url": "https://github.com/fb55/nth-check?sponsor=1" 6937 } 6938 }, 6939 "node_modules/ofetch": { 6940 "version": "1.4.1", 6941 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz", 6942 "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==", 6943 "dependencies": { 6944 "destr": "^2.0.3", 6945 "node-fetch-native": "^1.6.4", 6946 "ufo": "^1.5.4" 6947 } 6948 }, 6949 "node_modules/ohash": { 6950 "version": "1.1.4", 6951 "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.4.tgz", 6952 "integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==" 6953 }, 6954 "node_modules/once": { 6955 "version": "1.4.0", 6956 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 6957 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 6958 "dependencies": { 6959 "wrappy": "1" 6960 } 6961 }, 6962 "node_modules/oniguruma-to-es": { 6963 "version": "0.8.1", 6964 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-0.8.1.tgz", 6965 "integrity": "sha512-dekySTEvCxCj0IgKcA2uUCO/e4ArsqpucDPcX26w9ajx+DvMWLc5eZeJaRQkd7oC/+rwif5gnT900tA34uN9Zw==", 6966 "dependencies": { 6967 "emoji-regex-xs": "^1.0.0", 6968 "regex": "^5.0.2", 6969 "regex-recursion": "^5.0.0" 6970 } 6971 }, 6972 "node_modules/p-limit": { 6973 "version": "6.2.0", 6974 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", 6975 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", 6976 "dependencies": { 6977 "yocto-queue": "^1.1.1" 6978 }, 6979 "engines": { 6980 "node": ">=18" 6981 }, 6982 "funding": { 6983 "url": "https://github.com/sponsors/sindresorhus" 6984 } 6985 }, 6986 "node_modules/p-locate": { 6987 "version": "4.1.0", 6988 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", 6989 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", 6990 "dependencies": { 6991 "p-limit": "^2.2.0" 6992 }, 6993 "engines": { 6994 "node": ">=8" 6995 } 6996 }, 6997 "node_modules/p-locate/node_modules/p-limit": { 6998 "version": "2.3.0", 6999 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 7000 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 7001 "dependencies": { 7002 "p-try": "^2.0.0" 7003 }, 7004 "engines": { 7005 "node": ">=6" 7006 }, 7007 "funding": { 7008 "url": "https://github.com/sponsors/sindresorhus" 7009 } 7010 }, 7011 "node_modules/p-queue": { 7012 "version": "8.0.1", 7013 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", 7014 "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", 7015 "dependencies": { 7016 "eventemitter3": "^5.0.1", 7017 "p-timeout": "^6.1.2" 7018 }, 7019 "engines": { 7020 "node": ">=18" 7021 }, 7022 "funding": { 7023 "url": "https://github.com/sponsors/sindresorhus" 7024 } 7025 }, 7026 "node_modules/p-timeout": { 7027 "version": "6.1.3", 7028 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.3.tgz", 7029 "integrity": "sha512-UJUyfKbwvr/uZSV6btANfb+0t/mOhKV/KXcCUTp8FcQI+v/0d+wXqH4htrW0E4rR6WiEO/EPvUFiV9D5OI4vlw==", 7030 "engines": { 7031 "node": ">=14.16" 7032 }, 7033 "funding": { 7034 "url": "https://github.com/sponsors/sindresorhus" 7035 } 7036 }, 7037 "node_modules/p-try": { 7038 "version": "2.2.0", 7039 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", 7040 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", 7041 "engines": { 7042 "node": ">=6" 7043 } 7044 }, 7045 "node_modules/package-manager-detector": { 7046 "version": "0.2.8", 7047 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-0.2.8.tgz", 7048 "integrity": "sha512-ts9KSdroZisdvKMWVAVCXiKqnqNfXz4+IbrBG8/BWx/TR5le+jfenvoBuIZ6UWM9nz47W7AbD9qYfAwfWMIwzA==", 7049 "license": "MIT" 7050 }, 7051 "node_modules/pagefind": { 7052 "version": "1.3.0", 7053 "resolved": "https://registry.npmjs.org/pagefind/-/pagefind-1.3.0.tgz", 7054 "integrity": "sha512-8KPLGT5g9s+olKMRTU9LFekLizkVIu9tes90O1/aigJ0T5LmyPqTzGJrETnSw3meSYg58YH7JTzhTTW/3z6VAw==", 7055 "bin": { 7056 "pagefind": "lib/runner/bin.cjs" 7057 }, 7058 "optionalDependencies": { 7059 "@pagefind/darwin-arm64": "1.3.0", 7060 "@pagefind/darwin-x64": "1.3.0", 7061 "@pagefind/linux-arm64": "1.3.0", 7062 "@pagefind/linux-x64": "1.3.0", 7063 "@pagefind/windows-x64": "1.3.0" 7064 } 7065 }, 7066 "node_modules/parse-entities": { 7067 "version": "4.0.2", 7068 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", 7069 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", 7070 "dependencies": { 7071 "@types/unist": "^2.0.0", 7072 "character-entities-legacy": "^3.0.0", 7073 "character-reference-invalid": "^2.0.0", 7074 "decode-named-character-reference": "^1.0.0", 7075 "is-alphanumerical": "^2.0.0", 7076 "is-decimal": "^2.0.0", 7077 "is-hexadecimal": "^2.0.0" 7078 }, 7079 "funding": { 7080 "type": "github", 7081 "url": "https://github.com/sponsors/wooorm" 7082 } 7083 }, 7084 "node_modules/parse-entities/node_modules/@types/unist": { 7085 "version": "2.0.11", 7086 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", 7087 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==" 7088 }, 7089 "node_modules/parse-latin": { 7090 "version": "7.0.0", 7091 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", 7092 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", 7093 "dependencies": { 7094 "@types/nlcst": "^2.0.0", 7095 "@types/unist": "^3.0.0", 7096 "nlcst-to-string": "^4.0.0", 7097 "unist-util-modify-children": "^4.0.0", 7098 "unist-util-visit-children": "^3.0.0", 7099 "vfile": "^6.0.0" 7100 }, 7101 "funding": { 7102 "type": "github", 7103 "url": "https://github.com/sponsors/wooorm" 7104 } 7105 }, 7106 "node_modules/parse5": { 7107 "version": "7.2.1", 7108 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", 7109 "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", 7110 "dependencies": { 7111 "entities": "^4.5.0" 7112 }, 7113 "funding": { 7114 "url": "https://github.com/inikulin/parse5?sponsor=1" 7115 } 7116 }, 7117 "node_modules/path-data-parser": { 7118 "version": "0.1.0", 7119 "resolved": "https://registry.npmjs.org/path-data-parser/-/path-data-parser-0.1.0.tgz", 7120 "integrity": "sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==", 7121 "license": "MIT" 7122 }, 7123 "node_modules/path-exists": { 7124 "version": "4.0.0", 7125 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", 7126 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", 7127 "engines": { 7128 "node": ">=8" 7129 } 7130 }, 7131 "node_modules/pathe": { 7132 "version": "1.1.2", 7133 "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", 7134 "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" 7135 }, 7136 "node_modules/picocolors": { 7137 "version": "1.1.1", 7138 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 7139 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" 7140 }, 7141 "node_modules/picomatch": { 7142 "version": "4.0.2", 7143 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", 7144 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", 7145 "engines": { 7146 "node": ">=12" 7147 }, 7148 "funding": { 7149 "url": "https://github.com/sponsors/jonschlinkert" 7150 } 7151 }, 7152 "node_modules/pify": { 7153 "version": "4.0.1", 7154 "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", 7155 "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", 7156 "engines": { 7157 "node": ">=6" 7158 } 7159 }, 7160 "node_modules/pkg-dir": { 7161 "version": "4.2.0", 7162 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", 7163 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", 7164 "dependencies": { 7165 "find-up": "^4.0.0" 7166 }, 7167 "engines": { 7168 "node": ">=8" 7169 } 7170 }, 7171 "node_modules/pkg-types": { 7172 "version": "1.3.0", 7173 "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.0.tgz", 7174 "integrity": "sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==", 7175 "license": "MIT", 7176 "dependencies": { 7177 "confbox": "^0.1.8", 7178 "mlly": "^1.7.3", 7179 "pathe": "^1.1.2" 7180 } 7181 }, 7182 "node_modules/playwright": { 7183 "version": "1.49.1", 7184 "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.1.tgz", 7185 "integrity": "sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==", 7186 "license": "Apache-2.0", 7187 "dependencies": { 7188 "playwright-core": "1.49.1" 7189 }, 7190 "bin": { 7191 "playwright": "cli.js" 7192 }, 7193 "engines": { 7194 "node": ">=18" 7195 }, 7196 "optionalDependencies": { 7197 "fsevents": "2.3.2" 7198 } 7199 }, 7200 "node_modules/playwright-core": { 7201 "version": "1.49.1", 7202 "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz", 7203 "integrity": "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==", 7204 "license": "Apache-2.0", 7205 "bin": { 7206 "playwright-core": "cli.js" 7207 }, 7208 "engines": { 7209 "node": ">=18" 7210 } 7211 }, 7212 "node_modules/playwright/node_modules/fsevents": { 7213 "version": "2.3.2", 7214 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", 7215 "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", 7216 "hasInstallScript": true, 7217 "license": "MIT", 7218 "optional": true, 7219 "os": [ 7220 "darwin" 7221 ], 7222 "engines": { 7223 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 7224 } 7225 }, 7226 "node_modules/points-on-curve": { 7227 "version": "0.2.0", 7228 "resolved": "https://registry.npmjs.org/points-on-curve/-/points-on-curve-0.2.0.tgz", 7229 "integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==", 7230 "license": "MIT" 7231 }, 7232 "node_modules/points-on-path": { 7233 "version": "0.2.1", 7234 "resolved": "https://registry.npmjs.org/points-on-path/-/points-on-path-0.2.1.tgz", 7235 "integrity": "sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==", 7236 "license": "MIT", 7237 "dependencies": { 7238 "path-data-parser": "0.1.0", 7239 "points-on-curve": "0.2.0" 7240 } 7241 }, 7242 "node_modules/postcss": { 7243 "version": "8.4.49", 7244 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", 7245 "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", 7246 "funding": [ 7247 { 7248 "type": "opencollective", 7249 "url": "https://opencollective.com/postcss/" 7250 }, 7251 { 7252 "type": "tidelift", 7253 "url": "https://tidelift.com/funding/github/npm/postcss" 7254 }, 7255 { 7256 "type": "github", 7257 "url": "https://github.com/sponsors/ai" 7258 } 7259 ], 7260 "dependencies": { 7261 "nanoid": "^3.3.7", 7262 "picocolors": "^1.1.1", 7263 "source-map-js": "^1.2.1" 7264 }, 7265 "engines": { 7266 "node": "^10 || ^12 || >=14" 7267 } 7268 }, 7269 "node_modules/postcss-nested": { 7270 "version": "6.2.0", 7271 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", 7272 "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", 7273 "funding": [ 7274 { 7275 "type": "opencollective", 7276 "url": "https://opencollective.com/postcss/" 7277 }, 7278 { 7279 "type": "github", 7280 "url": "https://github.com/sponsors/ai" 7281 } 7282 ], 7283 "dependencies": { 7284 "postcss-selector-parser": "^6.1.1" 7285 }, 7286 "engines": { 7287 "node": ">=12.0" 7288 }, 7289 "peerDependencies": { 7290 "postcss": "^8.2.14" 7291 } 7292 }, 7293 "node_modules/postcss-selector-parser": { 7294 "version": "6.1.2", 7295 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", 7296 "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", 7297 "dependencies": { 7298 "cssesc": "^3.0.0", 7299 "util-deprecate": "^1.0.2" 7300 }, 7301 "engines": { 7302 "node": ">=4" 7303 } 7304 }, 7305 "node_modules/prebuild-install": { 7306 "version": "7.1.2", 7307 "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.2.tgz", 7308 "integrity": "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==", 7309 "dependencies": { 7310 "detect-libc": "^2.0.0", 7311 "expand-template": "^2.0.3", 7312 "github-from-package": "0.0.0", 7313 "minimist": "^1.2.3", 7314 "mkdirp-classic": "^0.5.3", 7315 "napi-build-utils": "^1.0.1", 7316 "node-abi": "^3.3.0", 7317 "pump": "^3.0.0", 7318 "rc": "^1.2.7", 7319 "simple-get": "^4.0.0", 7320 "tar-fs": "^2.0.0", 7321 "tunnel-agent": "^0.6.0" 7322 }, 7323 "bin": { 7324 "prebuild-install": "bin.js" 7325 }, 7326 "engines": { 7327 "node": ">=10" 7328 } 7329 }, 7330 "node_modules/prebuild-install/node_modules/tar-fs": { 7331 "version": "2.1.1", 7332 "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", 7333 "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", 7334 "dependencies": { 7335 "chownr": "^1.1.1", 7336 "mkdirp-classic": "^0.5.2", 7337 "pump": "^3.0.0", 7338 "tar-stream": "^2.1.4" 7339 } 7340 }, 7341 "node_modules/prebuild-install/node_modules/tar-stream": { 7342 "version": "2.2.0", 7343 "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", 7344 "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", 7345 "dependencies": { 7346 "bl": "^4.0.3", 7347 "end-of-stream": "^1.4.1", 7348 "fs-constants": "^1.0.0", 7349 "inherits": "^2.0.3", 7350 "readable-stream": "^3.1.1" 7351 }, 7352 "engines": { 7353 "node": ">=6" 7354 } 7355 }, 7356 "node_modules/preferred-pm": { 7357 "version": "4.0.0", 7358 "resolved": "https://registry.npmjs.org/preferred-pm/-/preferred-pm-4.0.0.tgz", 7359 "integrity": "sha512-gYBeFTZLu055D8Vv3cSPox/0iTPtkzxpLroSYYA7WXgRi31WCJ51Uyl8ZiPeUUjyvs2MBzK+S8v9JVUgHU/Sqw==", 7360 "dependencies": { 7361 "find-up-simple": "^1.0.0", 7362 "find-yarn-workspace-root2": "1.2.16", 7363 "which-pm": "^3.0.0" 7364 }, 7365 "engines": { 7366 "node": ">=18.12" 7367 } 7368 }, 7369 "node_modules/prismjs": { 7370 "version": "1.29.0", 7371 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", 7372 "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", 7373 "engines": { 7374 "node": ">=6" 7375 } 7376 }, 7377 "node_modules/prompts": { 7378 "version": "2.4.2", 7379 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 7380 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 7381 "dependencies": { 7382 "kleur": "^3.0.3", 7383 "sisteransi": "^1.0.5" 7384 }, 7385 "engines": { 7386 "node": ">= 6" 7387 } 7388 }, 7389 "node_modules/prompts/node_modules/kleur": { 7390 "version": "3.0.3", 7391 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 7392 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 7393 "engines": { 7394 "node": ">=6" 7395 } 7396 }, 7397 "node_modules/property-information": { 7398 "version": "6.5.0", 7399 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", 7400 "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", 7401 "funding": { 7402 "type": "github", 7403 "url": "https://github.com/sponsors/wooorm" 7404 } 7405 }, 7406 "node_modules/pump": { 7407 "version": "3.0.2", 7408 "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", 7409 "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", 7410 "dependencies": { 7411 "end-of-stream": "^1.1.0", 7412 "once": "^1.3.1" 7413 } 7414 }, 7415 "node_modules/queue-microtask": { 7416 "version": "1.2.3", 7417 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 7418 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 7419 "funding": [ 7420 { 7421 "type": "github", 7422 "url": "https://github.com/sponsors/feross" 7423 }, 7424 { 7425 "type": "patreon", 7426 "url": "https://www.patreon.com/feross" 7427 }, 7428 { 7429 "type": "consulting", 7430 "url": "https://feross.org/support" 7431 } 7432 ] 7433 }, 7434 "node_modules/queue-tick": { 7435 "version": "1.0.1", 7436 "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", 7437 "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==" 7438 }, 7439 "node_modules/radix3": { 7440 "version": "1.1.2", 7441 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", 7442 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==" 7443 }, 7444 "node_modules/rc": { 7445 "version": "1.2.8", 7446 "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", 7447 "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", 7448 "dependencies": { 7449 "deep-extend": "^0.6.0", 7450 "ini": "~1.3.0", 7451 "minimist": "^1.2.0", 7452 "strip-json-comments": "~2.0.1" 7453 }, 7454 "bin": { 7455 "rc": "cli.js" 7456 } 7457 }, 7458 "node_modules/readable-stream": { 7459 "version": "3.6.2", 7460 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", 7461 "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", 7462 "dependencies": { 7463 "inherits": "^2.0.3", 7464 "string_decoder": "^1.1.1", 7465 "util-deprecate": "^1.0.1" 7466 }, 7467 "engines": { 7468 "node": ">= 6" 7469 } 7470 }, 7471 "node_modules/readdirp": { 7472 "version": "3.6.0", 7473 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", 7474 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", 7475 "dependencies": { 7476 "picomatch": "^2.2.1" 7477 }, 7478 "engines": { 7479 "node": ">=8.10.0" 7480 } 7481 }, 7482 "node_modules/readdirp/node_modules/picomatch": { 7483 "version": "2.3.1", 7484 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 7485 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 7486 "engines": { 7487 "node": ">=8.6" 7488 }, 7489 "funding": { 7490 "url": "https://github.com/sponsors/jonschlinkert" 7491 } 7492 }, 7493 "node_modules/recma-build-jsx": { 7494 "version": "1.0.0", 7495 "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz", 7496 "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==", 7497 "dependencies": { 7498 "@types/estree": "^1.0.0", 7499 "estree-util-build-jsx": "^3.0.0", 7500 "vfile": "^6.0.0" 7501 }, 7502 "funding": { 7503 "type": "opencollective", 7504 "url": "https://opencollective.com/unified" 7505 } 7506 }, 7507 "node_modules/recma-jsx": { 7508 "version": "1.0.0", 7509 "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.0.tgz", 7510 "integrity": "sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==", 7511 "dependencies": { 7512 "acorn-jsx": "^5.0.0", 7513 "estree-util-to-js": "^2.0.0", 7514 "recma-parse": "^1.0.0", 7515 "recma-stringify": "^1.0.0", 7516 "unified": "^11.0.0" 7517 }, 7518 "funding": { 7519 "type": "opencollective", 7520 "url": "https://opencollective.com/unified" 7521 } 7522 }, 7523 "node_modules/recma-parse": { 7524 "version": "1.0.0", 7525 "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz", 7526 "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==", 7527 "dependencies": { 7528 "@types/estree": "^1.0.0", 7529 "esast-util-from-js": "^2.0.0", 7530 "unified": "^11.0.0", 7531 "vfile": "^6.0.0" 7532 }, 7533 "funding": { 7534 "type": "opencollective", 7535 "url": "https://opencollective.com/unified" 7536 } 7537 }, 7538 "node_modules/recma-stringify": { 7539 "version": "1.0.0", 7540 "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz", 7541 "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==", 7542 "dependencies": { 7543 "@types/estree": "^1.0.0", 7544 "estree-util-to-js": "^2.0.0", 7545 "unified": "^11.0.0", 7546 "vfile": "^6.0.0" 7547 }, 7548 "funding": { 7549 "type": "opencollective", 7550 "url": "https://opencollective.com/unified" 7551 } 7552 }, 7553 "node_modules/regenerator-runtime": { 7554 "version": "0.14.1", 7555 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", 7556 "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" 7557 }, 7558 "node_modules/regex": { 7559 "version": "5.1.1", 7560 "resolved": "https://registry.npmjs.org/regex/-/regex-5.1.1.tgz", 7561 "integrity": "sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw==", 7562 "dependencies": { 7563 "regex-utilities": "^2.3.0" 7564 } 7565 }, 7566 "node_modules/regex-recursion": { 7567 "version": "5.1.1", 7568 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-5.1.1.tgz", 7569 "integrity": "sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w==", 7570 "dependencies": { 7571 "regex": "^5.1.1", 7572 "regex-utilities": "^2.3.0" 7573 } 7574 }, 7575 "node_modules/regex-utilities": { 7576 "version": "2.3.0", 7577 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", 7578 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==" 7579 }, 7580 "node_modules/rehype": { 7581 "version": "13.0.2", 7582 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz", 7583 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==", 7584 "dependencies": { 7585 "@types/hast": "^3.0.0", 7586 "rehype-parse": "^9.0.0", 7587 "rehype-stringify": "^10.0.0", 7588 "unified": "^11.0.0" 7589 }, 7590 "funding": { 7591 "type": "opencollective", 7592 "url": "https://opencollective.com/unified" 7593 } 7594 }, 7595 "node_modules/rehype-expressive-code": { 7596 "version": "0.38.3", 7597 "resolved": "https://registry.npmjs.org/rehype-expressive-code/-/rehype-expressive-code-0.38.3.tgz", 7598 "integrity": "sha512-RYSSDkMBikoTbycZPkcWp6ELneANT4eTpND1DSRJ6nI2eVFUwTBDCvE2vO6jOOTaavwnPiydi4i/87NRyjpdOA==", 7599 "dependencies": { 7600 "expressive-code": "^0.38.3" 7601 } 7602 }, 7603 "node_modules/rehype-format": { 7604 "version": "5.0.1", 7605 "resolved": "https://registry.npmjs.org/rehype-format/-/rehype-format-5.0.1.tgz", 7606 "integrity": "sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==", 7607 "dependencies": { 7608 "@types/hast": "^3.0.0", 7609 "hast-util-format": "^1.0.0" 7610 }, 7611 "funding": { 7612 "type": "opencollective", 7613 "url": "https://opencollective.com/unified" 7614 } 7615 }, 7616 "node_modules/rehype-parse": { 7617 "version": "9.0.1", 7618 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", 7619 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", 7620 "dependencies": { 7621 "@types/hast": "^3.0.0", 7622 "hast-util-from-html": "^2.0.0", 7623 "unified": "^11.0.0" 7624 }, 7625 "funding": { 7626 "type": "opencollective", 7627 "url": "https://opencollective.com/unified" 7628 } 7629 }, 7630 "node_modules/rehype-raw": { 7631 "version": "7.0.0", 7632 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 7633 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 7634 "dependencies": { 7635 "@types/hast": "^3.0.0", 7636 "hast-util-raw": "^9.0.0", 7637 "vfile": "^6.0.0" 7638 }, 7639 "funding": { 7640 "type": "opencollective", 7641 "url": "https://opencollective.com/unified" 7642 } 7643 }, 7644 "node_modules/rehype-recma": { 7645 "version": "1.0.0", 7646 "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz", 7647 "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==", 7648 "dependencies": { 7649 "@types/estree": "^1.0.0", 7650 "@types/hast": "^3.0.0", 7651 "hast-util-to-estree": "^3.0.0" 7652 }, 7653 "funding": { 7654 "type": "opencollective", 7655 "url": "https://opencollective.com/unified" 7656 } 7657 }, 7658 "node_modules/rehype-stringify": { 7659 "version": "10.0.1", 7660 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz", 7661 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==", 7662 "dependencies": { 7663 "@types/hast": "^3.0.0", 7664 "hast-util-to-html": "^9.0.0", 7665 "unified": "^11.0.0" 7666 }, 7667 "funding": { 7668 "type": "opencollective", 7669 "url": "https://opencollective.com/unified" 7670 } 7671 }, 7672 "node_modules/remark-directive": { 7673 "version": "3.0.0", 7674 "resolved": "https://registry.npmjs.org/remark-directive/-/remark-directive-3.0.0.tgz", 7675 "integrity": "sha512-l1UyWJ6Eg1VPU7Hm/9tt0zKtReJQNOA4+iDMAxTyZNWnJnFlbS/7zhiel/rogTLQ2vMYwDzSJa4BiVNqGlqIMA==", 7676 "dependencies": { 7677 "@types/mdast": "^4.0.0", 7678 "mdast-util-directive": "^3.0.0", 7679 "micromark-extension-directive": "^3.0.0", 7680 "unified": "^11.0.0" 7681 }, 7682 "funding": { 7683 "type": "opencollective", 7684 "url": "https://opencollective.com/unified" 7685 } 7686 }, 7687 "node_modules/remark-gfm": { 7688 "version": "4.0.0", 7689 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.0.tgz", 7690 "integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==", 7691 "dependencies": { 7692 "@types/mdast": "^4.0.0", 7693 "mdast-util-gfm": "^3.0.0", 7694 "micromark-extension-gfm": "^3.0.0", 7695 "remark-parse": "^11.0.0", 7696 "remark-stringify": "^11.0.0", 7697 "unified": "^11.0.0" 7698 }, 7699 "funding": { 7700 "type": "opencollective", 7701 "url": "https://opencollective.com/unified" 7702 } 7703 }, 7704 "node_modules/remark-mdx": { 7705 "version": "3.1.0", 7706 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.0.tgz", 7707 "integrity": "sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==", 7708 "dependencies": { 7709 "mdast-util-mdx": "^3.0.0", 7710 "micromark-extension-mdxjs": "^3.0.0" 7711 }, 7712 "funding": { 7713 "type": "opencollective", 7714 "url": "https://opencollective.com/unified" 7715 } 7716 }, 7717 "node_modules/remark-parse": { 7718 "version": "11.0.0", 7719 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 7720 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 7721 "dependencies": { 7722 "@types/mdast": "^4.0.0", 7723 "mdast-util-from-markdown": "^2.0.0", 7724 "micromark-util-types": "^2.0.0", 7725 "unified": "^11.0.0" 7726 }, 7727 "funding": { 7728 "type": "opencollective", 7729 "url": "https://opencollective.com/unified" 7730 } 7731 }, 7732 "node_modules/remark-rehype": { 7733 "version": "11.1.1", 7734 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.1.tgz", 7735 "integrity": "sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==", 7736 "dependencies": { 7737 "@types/hast": "^3.0.0", 7738 "@types/mdast": "^4.0.0", 7739 "mdast-util-to-hast": "^13.0.0", 7740 "unified": "^11.0.0", 7741 "vfile": "^6.0.0" 7742 }, 7743 "funding": { 7744 "type": "opencollective", 7745 "url": "https://opencollective.com/unified" 7746 } 7747 }, 7748 "node_modules/remark-smartypants": { 7749 "version": "3.0.2", 7750 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", 7751 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", 7752 "dependencies": { 7753 "retext": "^9.0.0", 7754 "retext-smartypants": "^6.0.0", 7755 "unified": "^11.0.4", 7756 "unist-util-visit": "^5.0.0" 7757 }, 7758 "engines": { 7759 "node": ">=16.0.0" 7760 } 7761 }, 7762 "node_modules/remark-stringify": { 7763 "version": "11.0.0", 7764 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 7765 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 7766 "dependencies": { 7767 "@types/mdast": "^4.0.0", 7768 "mdast-util-to-markdown": "^2.0.0", 7769 "unified": "^11.0.0" 7770 }, 7771 "funding": { 7772 "type": "opencollective", 7773 "url": "https://opencollective.com/unified" 7774 } 7775 }, 7776 "node_modules/retext": { 7777 "version": "9.0.0", 7778 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", 7779 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", 7780 "dependencies": { 7781 "@types/nlcst": "^2.0.0", 7782 "retext-latin": "^4.0.0", 7783 "retext-stringify": "^4.0.0", 7784 "unified": "^11.0.0" 7785 }, 7786 "funding": { 7787 "type": "opencollective", 7788 "url": "https://opencollective.com/unified" 7789 } 7790 }, 7791 "node_modules/retext-latin": { 7792 "version": "4.0.0", 7793 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", 7794 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", 7795 "dependencies": { 7796 "@types/nlcst": "^2.0.0", 7797 "parse-latin": "^7.0.0", 7798 "unified": "^11.0.0" 7799 }, 7800 "funding": { 7801 "type": "opencollective", 7802 "url": "https://opencollective.com/unified" 7803 } 7804 }, 7805 "node_modules/retext-smartypants": { 7806 "version": "6.2.0", 7807 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz", 7808 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==", 7809 "dependencies": { 7810 "@types/nlcst": "^2.0.0", 7811 "nlcst-to-string": "^4.0.0", 7812 "unist-util-visit": "^5.0.0" 7813 }, 7814 "funding": { 7815 "type": "opencollective", 7816 "url": "https://opencollective.com/unified" 7817 } 7818 }, 7819 "node_modules/retext-stringify": { 7820 "version": "4.0.0", 7821 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", 7822 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", 7823 "dependencies": { 7824 "@types/nlcst": "^2.0.0", 7825 "nlcst-to-string": "^4.0.0", 7826 "unified": "^11.0.0" 7827 }, 7828 "funding": { 7829 "type": "opencollective", 7830 "url": "https://opencollective.com/unified" 7831 } 7832 }, 7833 "node_modules/reusify": { 7834 "version": "1.0.4", 7835 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", 7836 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", 7837 "engines": { 7838 "iojs": ">=1.0.0", 7839 "node": ">=0.10.0" 7840 } 7841 }, 7842 "node_modules/robust-predicates": { 7843 "version": "3.0.2", 7844 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", 7845 "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==", 7846 "license": "Unlicense" 7847 }, 7848 "node_modules/rollup": { 7849 "version": "4.29.1", 7850 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.29.1.tgz", 7851 "integrity": "sha512-RaJ45M/kmJUzSWDs1Nnd5DdV4eerC98idtUOVr6FfKcgxqvjwHmxc5upLF9qZU9EpsVzzhleFahrT3shLuJzIw==", 7852 "dependencies": { 7853 "@types/estree": "1.0.6" 7854 }, 7855 "bin": { 7856 "rollup": "dist/bin/rollup" 7857 }, 7858 "engines": { 7859 "node": ">=18.0.0", 7860 "npm": ">=8.0.0" 7861 }, 7862 "optionalDependencies": { 7863 "@rollup/rollup-android-arm-eabi": "4.29.1", 7864 "@rollup/rollup-android-arm64": "4.29.1", 7865 "@rollup/rollup-darwin-arm64": "4.29.1", 7866 "@rollup/rollup-darwin-x64": "4.29.1", 7867 "@rollup/rollup-freebsd-arm64": "4.29.1", 7868 "@rollup/rollup-freebsd-x64": "4.29.1", 7869 "@rollup/rollup-linux-arm-gnueabihf": "4.29.1", 7870 "@rollup/rollup-linux-arm-musleabihf": "4.29.1", 7871 "@rollup/rollup-linux-arm64-gnu": "4.29.1", 7872 "@rollup/rollup-linux-arm64-musl": "4.29.1", 7873 "@rollup/rollup-linux-loongarch64-gnu": "4.29.1", 7874 "@rollup/rollup-linux-powerpc64le-gnu": "4.29.1", 7875 "@rollup/rollup-linux-riscv64-gnu": "4.29.1", 7876 "@rollup/rollup-linux-s390x-gnu": "4.29.1", 7877 "@rollup/rollup-linux-x64-gnu": "4.29.1", 7878 "@rollup/rollup-linux-x64-musl": "4.29.1", 7879 "@rollup/rollup-win32-arm64-msvc": "4.29.1", 7880 "@rollup/rollup-win32-ia32-msvc": "4.29.1", 7881 "@rollup/rollup-win32-x64-msvc": "4.29.1", 7882 "fsevents": "~2.3.2" 7883 } 7884 }, 7885 "node_modules/roughjs": { 7886 "version": "4.6.6", 7887 "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.6.6.tgz", 7888 "integrity": "sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==", 7889 "license": "MIT", 7890 "dependencies": { 7891 "hachure-fill": "^0.5.2", 7892 "path-data-parser": "^0.1.0", 7893 "points-on-curve": "^0.2.0", 7894 "points-on-path": "^0.2.1" 7895 } 7896 }, 7897 "node_modules/run-parallel": { 7898 "version": "1.2.0", 7899 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 7900 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 7901 "funding": [ 7902 { 7903 "type": "github", 7904 "url": "https://github.com/sponsors/feross" 7905 }, 7906 { 7907 "type": "patreon", 7908 "url": "https://www.patreon.com/feross" 7909 }, 7910 { 7911 "type": "consulting", 7912 "url": "https://feross.org/support" 7913 } 7914 ], 7915 "dependencies": { 7916 "queue-microtask": "^1.2.2" 7917 } 7918 }, 7919 "node_modules/rw": { 7920 "version": "1.3.3", 7921 "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", 7922 "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", 7923 "license": "BSD-3-Clause" 7924 }, 7925 "node_modules/safe-buffer": { 7926 "version": "5.2.1", 7927 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 7928 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", 7929 "funding": [ 7930 { 7931 "type": "github", 7932 "url": "https://github.com/sponsors/feross" 7933 }, 7934 { 7935 "type": "patreon", 7936 "url": "https://www.patreon.com/feross" 7937 }, 7938 { 7939 "type": "consulting", 7940 "url": "https://feross.org/support" 7941 } 7942 ] 7943 }, 7944 "node_modules/safer-buffer": { 7945 "version": "2.1.2", 7946 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 7947 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", 7948 "license": "MIT" 7949 }, 7950 "node_modules/sax": { 7951 "version": "1.4.1", 7952 "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", 7953 "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==" 7954 }, 7955 "node_modules/semver": { 7956 "version": "7.6.3", 7957 "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", 7958 "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", 7959 "bin": { 7960 "semver": "bin/semver.js" 7961 }, 7962 "engines": { 7963 "node": ">=10" 7964 } 7965 }, 7966 "node_modules/seroval": { 7967 "version": "1.1.1", 7968 "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.1.1.tgz", 7969 "integrity": "sha512-rqEO6FZk8mv7Hyv4UCj3FD3b6Waqft605TLfsCe/BiaylRpyyMC0b+uA5TJKawX3KzMrdi3wsLbCaLplrQmBvQ==", 7970 "license": "MIT", 7971 "peer": true, 7972 "engines": { 7973 "node": ">=10" 7974 } 7975 }, 7976 "node_modules/seroval-plugins": { 7977 "version": "1.1.1", 7978 "resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.1.1.tgz", 7979 "integrity": "sha512-qNSy1+nUj7hsCOon7AO4wdAIo9P0jrzAMp18XhiOzA6/uO5TKtP7ScozVJ8T293oRIvi5wyCHSM4TrJo/c/GJA==", 7980 "license": "MIT", 7981 "peer": true, 7982 "engines": { 7983 "node": ">=10" 7984 }, 7985 "peerDependencies": { 7986 "seroval": "^1.0" 7987 } 7988 }, 7989 "node_modules/sharp": { 7990 "version": "0.32.6", 7991 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz", 7992 "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==", 7993 "hasInstallScript": true, 7994 "dependencies": { 7995 "color": "^4.2.3", 7996 "detect-libc": "^2.0.2", 7997 "node-addon-api": "^6.1.0", 7998 "prebuild-install": "^7.1.1", 7999 "semver": "^7.5.4", 8000 "simple-get": "^4.0.1", 8001 "tar-fs": "^3.0.4", 8002 "tunnel-agent": "^0.6.0" 8003 }, 8004 "engines": { 8005 "node": ">=14.15.0" 8006 }, 8007 "funding": { 8008 "url": "https://opencollective.com/libvips" 8009 } 8010 }, 8011 "node_modules/shiki": { 8012 "version": "1.24.4", 8013 "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.24.4.tgz", 8014 "integrity": "sha512-aVGSFAOAr1v26Hh/+GBIsRVDWJ583XYV7CuNURKRWh9gpGv4OdbisZGq96B9arMYTZhTQkmRF5BrShOSTvNqhw==", 8015 "dependencies": { 8016 "@shikijs/core": "1.24.4", 8017 "@shikijs/engine-javascript": "1.24.4", 8018 "@shikijs/engine-oniguruma": "1.24.4", 8019 "@shikijs/types": "1.24.4", 8020 "@shikijs/vscode-textmate": "^9.3.1", 8021 "@types/hast": "^3.0.4" 8022 } 8023 }, 8024 "node_modules/simple-concat": { 8025 "version": "1.0.1", 8026 "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", 8027 "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", 8028 "funding": [ 8029 { 8030 "type": "github", 8031 "url": "https://github.com/sponsors/feross" 8032 }, 8033 { 8034 "type": "patreon", 8035 "url": "https://www.patreon.com/feross" 8036 }, 8037 { 8038 "type": "consulting", 8039 "url": "https://feross.org/support" 8040 } 8041 ] 8042 }, 8043 "node_modules/simple-get": { 8044 "version": "4.0.1", 8045 "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", 8046 "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", 8047 "funding": [ 8048 { 8049 "type": "github", 8050 "url": "https://github.com/sponsors/feross" 8051 }, 8052 { 8053 "type": "patreon", 8054 "url": "https://www.patreon.com/feross" 8055 }, 8056 { 8057 "type": "consulting", 8058 "url": "https://feross.org/support" 8059 } 8060 ], 8061 "dependencies": { 8062 "decompress-response": "^6.0.0", 8063 "once": "^1.3.1", 8064 "simple-concat": "^1.0.0" 8065 } 8066 }, 8067 "node_modules/simple-swizzle": { 8068 "version": "0.2.2", 8069 "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", 8070 "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", 8071 "dependencies": { 8072 "is-arrayish": "^0.3.1" 8073 } 8074 }, 8075 "node_modules/sisteransi": { 8076 "version": "1.0.5", 8077 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 8078 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" 8079 }, 8080 "node_modules/sitemap": { 8081 "version": "8.0.0", 8082 "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.0.tgz", 8083 "integrity": "sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==", 8084 "dependencies": { 8085 "@types/node": "^17.0.5", 8086 "@types/sax": "^1.2.1", 8087 "arg": "^5.0.0", 8088 "sax": "^1.2.4" 8089 }, 8090 "bin": { 8091 "sitemap": "dist/cli.js" 8092 }, 8093 "engines": { 8094 "node": ">=14.0.0", 8095 "npm": ">=6.0.0" 8096 } 8097 }, 8098 "node_modules/sitemap/node_modules/@types/node": { 8099 "version": "17.0.45", 8100 "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", 8101 "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==" 8102 }, 8103 "node_modules/solid-js": { 8104 "version": "1.9.3", 8105 "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.3.tgz", 8106 "integrity": "sha512-5ba3taPoZGt9GY3YlsCB24kCg0Lv/rie/HTD4kG6h4daZZz7+yK02xn8Vx8dLYBc9i6Ps5JwAbEiqjmKaLB3Ag==", 8107 "license": "MIT", 8108 "peer": true, 8109 "dependencies": { 8110 "csstype": "^3.1.0", 8111 "seroval": "^1.1.0", 8112 "seroval-plugins": "^1.1.0" 8113 } 8114 }, 8115 "node_modules/solid-refresh": { 8116 "version": "0.6.3", 8117 "resolved": "https://registry.npmjs.org/solid-refresh/-/solid-refresh-0.6.3.tgz", 8118 "integrity": "sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==", 8119 "license": "MIT", 8120 "dependencies": { 8121 "@babel/generator": "^7.23.6", 8122 "@babel/helper-module-imports": "^7.22.15", 8123 "@babel/types": "^7.23.6" 8124 }, 8125 "peerDependencies": { 8126 "solid-js": "^1.3" 8127 } 8128 }, 8129 "node_modules/source-map": { 8130 "version": "0.7.4", 8131 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", 8132 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", 8133 "engines": { 8134 "node": ">= 8" 8135 } 8136 }, 8137 "node_modules/source-map-js": { 8138 "version": "1.2.1", 8139 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 8140 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 8141 "engines": { 8142 "node": ">=0.10.0" 8143 } 8144 }, 8145 "node_modules/space-separated-tokens": { 8146 "version": "2.0.2", 8147 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 8148 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 8149 "funding": { 8150 "type": "github", 8151 "url": "https://github.com/sponsors/wooorm" 8152 } 8153 }, 8154 "node_modules/sprintf-js": { 8155 "version": "1.0.3", 8156 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 8157 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" 8158 }, 8159 "node_modules/stream-replace-string": { 8160 "version": "2.0.0", 8161 "resolved": "https://registry.npmjs.org/stream-replace-string/-/stream-replace-string-2.0.0.tgz", 8162 "integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==" 8163 }, 8164 "node_modules/streamx": { 8165 "version": "2.21.1", 8166 "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.21.1.tgz", 8167 "integrity": "sha512-PhP9wUnFLa+91CPy3N6tiQsK+gnYyUNuk15S3YG/zjYE7RuPeCjJngqnzpC31ow0lzBHQ+QGO4cNJnd0djYUsw==", 8168 "dependencies": { 8169 "fast-fifo": "^1.3.2", 8170 "queue-tick": "^1.0.1", 8171 "text-decoder": "^1.1.0" 8172 }, 8173 "optionalDependencies": { 8174 "bare-events": "^2.2.0" 8175 } 8176 }, 8177 "node_modules/string_decoder": { 8178 "version": "1.3.0", 8179 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", 8180 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", 8181 "dependencies": { 8182 "safe-buffer": "~5.2.0" 8183 } 8184 }, 8185 "node_modules/string-width": { 8186 "version": "7.2.0", 8187 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 8188 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 8189 "dependencies": { 8190 "emoji-regex": "^10.3.0", 8191 "get-east-asian-width": "^1.0.0", 8192 "strip-ansi": "^7.1.0" 8193 }, 8194 "engines": { 8195 "node": ">=18" 8196 }, 8197 "funding": { 8198 "url": "https://github.com/sponsors/sindresorhus" 8199 } 8200 }, 8201 "node_modules/stringify-entities": { 8202 "version": "4.0.4", 8203 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 8204 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 8205 "dependencies": { 8206 "character-entities-html4": "^2.0.0", 8207 "character-entities-legacy": "^3.0.0" 8208 }, 8209 "funding": { 8210 "type": "github", 8211 "url": "https://github.com/sponsors/wooorm" 8212 } 8213 }, 8214 "node_modules/strip-ansi": { 8215 "version": "7.1.0", 8216 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 8217 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 8218 "dependencies": { 8219 "ansi-regex": "^6.0.1" 8220 }, 8221 "engines": { 8222 "node": ">=12" 8223 }, 8224 "funding": { 8225 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 8226 } 8227 }, 8228 "node_modules/strip-bom": { 8229 "version": "3.0.0", 8230 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", 8231 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", 8232 "engines": { 8233 "node": ">=4" 8234 } 8235 }, 8236 "node_modules/strip-json-comments": { 8237 "version": "2.0.1", 8238 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", 8239 "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", 8240 "engines": { 8241 "node": ">=0.10.0" 8242 } 8243 }, 8244 "node_modules/style-to-object": { 8245 "version": "1.0.8", 8246 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz", 8247 "integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==", 8248 "dependencies": { 8249 "inline-style-parser": "0.2.4" 8250 } 8251 }, 8252 "node_modules/stylis": { 8253 "version": "4.3.4", 8254 "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.4.tgz", 8255 "integrity": "sha512-osIBl6BGUmSfDkyH2mB7EFvCJntXDrLhKjHTRj/rK6xLH0yuPrHULDRQzKokSOD4VoorhtKpfcfW1GAntu8now==", 8256 "license": "MIT" 8257 }, 8258 "node_modules/svgo": { 8259 "version": "3.3.2", 8260 "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz", 8261 "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", 8262 "license": "MIT", 8263 "dependencies": { 8264 "@trysound/sax": "0.2.0", 8265 "commander": "^7.2.0", 8266 "css-select": "^5.1.0", 8267 "css-tree": "^2.3.1", 8268 "css-what": "^6.1.0", 8269 "csso": "^5.0.5", 8270 "picocolors": "^1.0.0" 8271 }, 8272 "bin": { 8273 "svgo": "bin/svgo" 8274 }, 8275 "engines": { 8276 "node": ">=14.0.0" 8277 }, 8278 "funding": { 8279 "type": "opencollective", 8280 "url": "https://opencollective.com/svgo" 8281 } 8282 }, 8283 "node_modules/tar-fs": { 8284 "version": "3.0.6", 8285 "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.6.tgz", 8286 "integrity": "sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==", 8287 "dependencies": { 8288 "pump": "^3.0.0", 8289 "tar-stream": "^3.1.5" 8290 }, 8291 "optionalDependencies": { 8292 "bare-fs": "^2.1.1", 8293 "bare-path": "^2.1.0" 8294 } 8295 }, 8296 "node_modules/tar-stream": { 8297 "version": "3.1.7", 8298 "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", 8299 "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", 8300 "dependencies": { 8301 "b4a": "^1.6.4", 8302 "fast-fifo": "^1.2.0", 8303 "streamx": "^2.15.0" 8304 } 8305 }, 8306 "node_modules/text-decoder": { 8307 "version": "1.2.3", 8308 "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz", 8309 "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==", 8310 "dependencies": { 8311 "b4a": "^1.6.4" 8312 } 8313 }, 8314 "node_modules/tinyexec": { 8315 "version": "0.3.2", 8316 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", 8317 "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==" 8318 }, 8319 "node_modules/to-regex-range": { 8320 "version": "5.0.1", 8321 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 8322 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 8323 "dependencies": { 8324 "is-number": "^7.0.0" 8325 }, 8326 "engines": { 8327 "node": ">=8.0" 8328 } 8329 }, 8330 "node_modules/trim-lines": { 8331 "version": "3.0.1", 8332 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 8333 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 8334 "funding": { 8335 "type": "github", 8336 "url": "https://github.com/sponsors/wooorm" 8337 } 8338 }, 8339 "node_modules/trough": { 8340 "version": "2.2.0", 8341 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 8342 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 8343 "funding": { 8344 "type": "github", 8345 "url": "https://github.com/sponsors/wooorm" 8346 } 8347 }, 8348 "node_modules/ts-dedent": { 8349 "version": "2.2.0", 8350 "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz", 8351 "integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==", 8352 "license": "MIT", 8353 "engines": { 8354 "node": ">=6.10" 8355 } 8356 }, 8357 "node_modules/tsconfck": { 8358 "version": "3.1.4", 8359 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.4.tgz", 8360 "integrity": "sha512-kdqWFGVJqe+KGYvlSO9NIaWn9jT1Ny4oKVzAJsKii5eoE9snzTJzL4+MMVOMn+fikWGFmKEylcXL710V/kIPJQ==", 8361 "bin": { 8362 "tsconfck": "bin/tsconfck.js" 8363 }, 8364 "engines": { 8365 "node": "^18 || >=20" 8366 }, 8367 "peerDependencies": { 8368 "typescript": "^5.0.0" 8369 }, 8370 "peerDependenciesMeta": { 8371 "typescript": { 8372 "optional": true 8373 } 8374 } 8375 }, 8376 "node_modules/tslib": { 8377 "version": "2.8.1", 8378 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 8379 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 8380 "optional": true 8381 }, 8382 "node_modules/tunnel-agent": { 8383 "version": "0.6.0", 8384 "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", 8385 "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", 8386 "dependencies": { 8387 "safe-buffer": "^5.0.1" 8388 }, 8389 "engines": { 8390 "node": "*" 8391 } 8392 }, 8393 "node_modules/type-fest": { 8394 "version": "4.31.0", 8395 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz", 8396 "integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==", 8397 "engines": { 8398 "node": ">=16" 8399 }, 8400 "funding": { 8401 "url": "https://github.com/sponsors/sindresorhus" 8402 } 8403 }, 8404 "node_modules/typescript": { 8405 "version": "5.7.2", 8406 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", 8407 "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", 8408 "peer": true, 8409 "bin": { 8410 "tsc": "bin/tsc", 8411 "tsserver": "bin/tsserver" 8412 }, 8413 "engines": { 8414 "node": ">=14.17" 8415 } 8416 }, 8417 "node_modules/ufo": { 8418 "version": "1.5.4", 8419 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz", 8420 "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==" 8421 }, 8422 "node_modules/ultrahtml": { 8423 "version": "1.5.3", 8424 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.5.3.tgz", 8425 "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==" 8426 }, 8427 "node_modules/uncrypto": { 8428 "version": "0.1.3", 8429 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", 8430 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==" 8431 }, 8432 "node_modules/undici-types": { 8433 "version": "6.20.0", 8434 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", 8435 "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" 8436 }, 8437 "node_modules/unenv": { 8438 "version": "1.10.0", 8439 "resolved": "https://registry.npmjs.org/unenv/-/unenv-1.10.0.tgz", 8440 "integrity": "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==", 8441 "dependencies": { 8442 "consola": "^3.2.3", 8443 "defu": "^6.1.4", 8444 "mime": "^3.0.0", 8445 "node-fetch-native": "^1.6.4", 8446 "pathe": "^1.1.2" 8447 } 8448 }, 8449 "node_modules/unified": { 8450 "version": "11.0.5", 8451 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 8452 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 8453 "dependencies": { 8454 "@types/unist": "^3.0.0", 8455 "bail": "^2.0.0", 8456 "devlop": "^1.0.0", 8457 "extend": "^3.0.0", 8458 "is-plain-obj": "^4.0.0", 8459 "trough": "^2.0.0", 8460 "vfile": "^6.0.0" 8461 }, 8462 "funding": { 8463 "type": "opencollective", 8464 "url": "https://opencollective.com/unified" 8465 } 8466 }, 8467 "node_modules/unist-util-find-after": { 8468 "version": "5.0.0", 8469 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", 8470 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", 8471 "dependencies": { 8472 "@types/unist": "^3.0.0", 8473 "unist-util-is": "^6.0.0" 8474 }, 8475 "funding": { 8476 "type": "opencollective", 8477 "url": "https://opencollective.com/unified" 8478 } 8479 }, 8480 "node_modules/unist-util-is": { 8481 "version": "6.0.0", 8482 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 8483 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 8484 "dependencies": { 8485 "@types/unist": "^3.0.0" 8486 }, 8487 "funding": { 8488 "type": "opencollective", 8489 "url": "https://opencollective.com/unified" 8490 } 8491 }, 8492 "node_modules/unist-util-modify-children": { 8493 "version": "4.0.0", 8494 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", 8495 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", 8496 "dependencies": { 8497 "@types/unist": "^3.0.0", 8498 "array-iterate": "^2.0.0" 8499 }, 8500 "funding": { 8501 "type": "opencollective", 8502 "url": "https://opencollective.com/unified" 8503 } 8504 }, 8505 "node_modules/unist-util-position": { 8506 "version": "5.0.0", 8507 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 8508 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 8509 "dependencies": { 8510 "@types/unist": "^3.0.0" 8511 }, 8512 "funding": { 8513 "type": "opencollective", 8514 "url": "https://opencollective.com/unified" 8515 } 8516 }, 8517 "node_modules/unist-util-position-from-estree": { 8518 "version": "2.0.0", 8519 "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", 8520 "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", 8521 "dependencies": { 8522 "@types/unist": "^3.0.0" 8523 }, 8524 "funding": { 8525 "type": "opencollective", 8526 "url": "https://opencollective.com/unified" 8527 } 8528 }, 8529 "node_modules/unist-util-remove-position": { 8530 "version": "5.0.0", 8531 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", 8532 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", 8533 "dependencies": { 8534 "@types/unist": "^3.0.0", 8535 "unist-util-visit": "^5.0.0" 8536 }, 8537 "funding": { 8538 "type": "opencollective", 8539 "url": "https://opencollective.com/unified" 8540 } 8541 }, 8542 "node_modules/unist-util-stringify-position": { 8543 "version": "4.0.0", 8544 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 8545 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 8546 "dependencies": { 8547 "@types/unist": "^3.0.0" 8548 }, 8549 "funding": { 8550 "type": "opencollective", 8551 "url": "https://opencollective.com/unified" 8552 } 8553 }, 8554 "node_modules/unist-util-visit": { 8555 "version": "5.0.0", 8556 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 8557 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 8558 "dependencies": { 8559 "@types/unist": "^3.0.0", 8560 "unist-util-is": "^6.0.0", 8561 "unist-util-visit-parents": "^6.0.0" 8562 }, 8563 "funding": { 8564 "type": "opencollective", 8565 "url": "https://opencollective.com/unified" 8566 } 8567 }, 8568 "node_modules/unist-util-visit-children": { 8569 "version": "3.0.0", 8570 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", 8571 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", 8572 "dependencies": { 8573 "@types/unist": "^3.0.0" 8574 }, 8575 "funding": { 8576 "type": "opencollective", 8577 "url": "https://opencollective.com/unified" 8578 } 8579 }, 8580 "node_modules/unist-util-visit-parents": { 8581 "version": "6.0.1", 8582 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 8583 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 8584 "dependencies": { 8585 "@types/unist": "^3.0.0", 8586 "unist-util-is": "^6.0.0" 8587 }, 8588 "funding": { 8589 "type": "opencollective", 8590 "url": "https://opencollective.com/unified" 8591 } 8592 }, 8593 "node_modules/unstorage": { 8594 "version": "1.14.4", 8595 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.14.4.tgz", 8596 "integrity": "sha512-1SYeamwuYeQJtJ/USE1x4l17LkmQBzg7deBJ+U9qOBoHo15d1cDxG4jM31zKRgF7pG0kirZy4wVMX6WL6Zoscg==", 8597 "dependencies": { 8598 "anymatch": "^3.1.3", 8599 "chokidar": "^3.6.0", 8600 "destr": "^2.0.3", 8601 "h3": "^1.13.0", 8602 "lru-cache": "^10.4.3", 8603 "node-fetch-native": "^1.6.4", 8604 "ofetch": "^1.4.1", 8605 "ufo": "^1.5.4" 8606 }, 8607 "peerDependencies": { 8608 "@azure/app-configuration": "^1.8.0", 8609 "@azure/cosmos": "^4.2.0", 8610 "@azure/data-tables": "^13.3.0", 8611 "@azure/identity": "^4.5.0", 8612 "@azure/keyvault-secrets": "^4.9.0", 8613 "@azure/storage-blob": "^12.26.0", 8614 "@capacitor/preferences": "^6.0.3", 8615 "@deno/kv": ">=0.8.4", 8616 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0", 8617 "@planetscale/database": "^1.19.0", 8618 "@upstash/redis": "^1.34.3", 8619 "@vercel/blob": ">=0.27.0", 8620 "@vercel/kv": "^1.0.1", 8621 "aws4fetch": "^1.0.20", 8622 "db0": ">=0.2.1", 8623 "idb-keyval": "^6.2.1", 8624 "ioredis": "^5.4.2", 8625 "uploadthing": "^7.4.1" 8626 }, 8627 "peerDependenciesMeta": { 8628 "@azure/app-configuration": { 8629 "optional": true 8630 }, 8631 "@azure/cosmos": { 8632 "optional": true 8633 }, 8634 "@azure/data-tables": { 8635 "optional": true 8636 }, 8637 "@azure/identity": { 8638 "optional": true 8639 }, 8640 "@azure/keyvault-secrets": { 8641 "optional": true 8642 }, 8643 "@azure/storage-blob": { 8644 "optional": true 8645 }, 8646 "@capacitor/preferences": { 8647 "optional": true 8648 }, 8649 "@deno/kv": { 8650 "optional": true 8651 }, 8652 "@netlify/blobs": { 8653 "optional": true 8654 }, 8655 "@planetscale/database": { 8656 "optional": true 8657 }, 8658 "@upstash/redis": { 8659 "optional": true 8660 }, 8661 "@vercel/blob": { 8662 "optional": true 8663 }, 8664 "@vercel/kv": { 8665 "optional": true 8666 }, 8667 "aws4fetch": { 8668 "optional": true 8669 }, 8670 "db0": { 8671 "optional": true 8672 }, 8673 "idb-keyval": { 8674 "optional": true 8675 }, 8676 "ioredis": { 8677 "optional": true 8678 }, 8679 "uploadthing": { 8680 "optional": true 8681 } 8682 } 8683 }, 8684 "node_modules/update-browserslist-db": { 8685 "version": "1.1.1", 8686 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", 8687 "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", 8688 "funding": [ 8689 { 8690 "type": "opencollective", 8691 "url": "https://opencollective.com/browserslist" 8692 }, 8693 { 8694 "type": "tidelift", 8695 "url": "https://tidelift.com/funding/github/npm/browserslist" 8696 }, 8697 { 8698 "type": "github", 8699 "url": "https://github.com/sponsors/ai" 8700 } 8701 ], 8702 "license": "MIT", 8703 "dependencies": { 8704 "escalade": "^3.2.0", 8705 "picocolors": "^1.1.0" 8706 }, 8707 "bin": { 8708 "update-browserslist-db": "cli.js" 8709 }, 8710 "peerDependencies": { 8711 "browserslist": ">= 4.21.0" 8712 } 8713 }, 8714 "node_modules/util-deprecate": { 8715 "version": "1.0.2", 8716 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 8717 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" 8718 }, 8719 "node_modules/uuid": { 8720 "version": "9.0.1", 8721 "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", 8722 "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", 8723 "funding": [ 8724 "https://github.com/sponsors/broofa", 8725 "https://github.com/sponsors/ctavan" 8726 ], 8727 "license": "MIT", 8728 "bin": { 8729 "uuid": "dist/bin/uuid" 8730 } 8731 }, 8732 "node_modules/validate-html-nesting": { 8733 "version": "1.2.2", 8734 "resolved": "https://registry.npmjs.org/validate-html-nesting/-/validate-html-nesting-1.2.2.tgz", 8735 "integrity": "sha512-hGdgQozCsQJMyfK5urgFcWEqsSSrK63Awe0t/IMR0bZ0QMtnuaiHzThW81guu3qx9abLi99NEuiaN6P9gVYsNg==", 8736 "license": "ISC" 8737 }, 8738 "node_modules/vfile": { 8739 "version": "6.0.3", 8740 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 8741 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 8742 "dependencies": { 8743 "@types/unist": "^3.0.0", 8744 "vfile-message": "^4.0.0" 8745 }, 8746 "funding": { 8747 "type": "opencollective", 8748 "url": "https://opencollective.com/unified" 8749 } 8750 }, 8751 "node_modules/vfile-location": { 8752 "version": "5.0.3", 8753 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 8754 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 8755 "dependencies": { 8756 "@types/unist": "^3.0.0", 8757 "vfile": "^6.0.0" 8758 }, 8759 "funding": { 8760 "type": "opencollective", 8761 "url": "https://opencollective.com/unified" 8762 } 8763 }, 8764 "node_modules/vfile-message": { 8765 "version": "4.0.2", 8766 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 8767 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 8768 "dependencies": { 8769 "@types/unist": "^3.0.0", 8770 "unist-util-stringify-position": "^4.0.0" 8771 }, 8772 "funding": { 8773 "type": "opencollective", 8774 "url": "https://opencollective.com/unified" 8775 } 8776 }, 8777 "node_modules/vite": { 8778 "version": "6.0.6", 8779 "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.6.tgz", 8780 "integrity": "sha512-NSjmUuckPmDU18bHz7QZ+bTYhRR0iA72cs2QAxCqDpafJ0S6qetco0LB3WW2OxlMHS0JmAv+yZ/R3uPmMyGTjQ==", 8781 "dependencies": { 8782 "esbuild": "^0.24.2", 8783 "postcss": "^8.4.49", 8784 "rollup": "^4.23.0" 8785 }, 8786 "bin": { 8787 "vite": "bin/vite.js" 8788 }, 8789 "engines": { 8790 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 8791 }, 8792 "funding": { 8793 "url": "https://github.com/vitejs/vite?sponsor=1" 8794 }, 8795 "optionalDependencies": { 8796 "fsevents": "~2.3.3" 8797 }, 8798 "peerDependencies": { 8799 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 8800 "jiti": ">=1.21.0", 8801 "less": "*", 8802 "lightningcss": "^1.21.0", 8803 "sass": "*", 8804 "sass-embedded": "*", 8805 "stylus": "*", 8806 "sugarss": "*", 8807 "terser": "^5.16.0", 8808 "tsx": "^4.8.1", 8809 "yaml": "^2.4.2" 8810 }, 8811 "peerDependenciesMeta": { 8812 "@types/node": { 8813 "optional": true 8814 }, 8815 "jiti": { 8816 "optional": true 8817 }, 8818 "less": { 8819 "optional": true 8820 }, 8821 "lightningcss": { 8822 "optional": true 8823 }, 8824 "sass": { 8825 "optional": true 8826 }, 8827 "sass-embedded": { 8828 "optional": true 8829 }, 8830 "stylus": { 8831 "optional": true 8832 }, 8833 "sugarss": { 8834 "optional": true 8835 }, 8836 "terser": { 8837 "optional": true 8838 }, 8839 "tsx": { 8840 "optional": true 8841 }, 8842 "yaml": { 8843 "optional": true 8844 } 8845 } 8846 }, 8847 "node_modules/vite-plugin-solid": { 8848 "version": "2.11.0", 8849 "resolved": "https://registry.npmjs.org/vite-plugin-solid/-/vite-plugin-solid-2.11.0.tgz", 8850 "integrity": "sha512-G+NiwDj4EAeUE0wt3Ur9f+Lt9oMUuLd0FIxYuqwJSqRacKQRteCwUFzNy8zMEt88xWokngQhiFjfJMhjc1fDXw==", 8851 "license": "MIT", 8852 "dependencies": { 8853 "@babel/core": "^7.23.3", 8854 "@types/babel__core": "^7.20.4", 8855 "babel-preset-solid": "^1.8.4", 8856 "merge-anything": "^5.1.7", 8857 "solid-refresh": "^0.6.3", 8858 "vitefu": "^1.0.4" 8859 }, 8860 "peerDependencies": { 8861 "@testing-library/jest-dom": "^5.16.6 || ^5.17.0 || ^6.*", 8862 "solid-js": "^1.7.2", 8863 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" 8864 }, 8865 "peerDependenciesMeta": { 8866 "@testing-library/jest-dom": { 8867 "optional": true 8868 } 8869 } 8870 }, 8871 "node_modules/vite/node_modules/@esbuild/aix-ppc64": { 8872 "version": "0.24.2", 8873 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz", 8874 "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==", 8875 "cpu": [ 8876 "ppc64" 8877 ], 8878 "optional": true, 8879 "os": [ 8880 "aix" 8881 ], 8882 "engines": { 8883 "node": ">=18" 8884 } 8885 }, 8886 "node_modules/vite/node_modules/@esbuild/android-arm": { 8887 "version": "0.24.2", 8888 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz", 8889 "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==", 8890 "cpu": [ 8891 "arm" 8892 ], 8893 "optional": true, 8894 "os": [ 8895 "android" 8896 ], 8897 "engines": { 8898 "node": ">=18" 8899 } 8900 }, 8901 "node_modules/vite/node_modules/@esbuild/android-arm64": { 8902 "version": "0.24.2", 8903 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz", 8904 "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==", 8905 "cpu": [ 8906 "arm64" 8907 ], 8908 "optional": true, 8909 "os": [ 8910 "android" 8911 ], 8912 "engines": { 8913 "node": ">=18" 8914 } 8915 }, 8916 "node_modules/vite/node_modules/@esbuild/android-x64": { 8917 "version": "0.24.2", 8918 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz", 8919 "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==", 8920 "cpu": [ 8921 "x64" 8922 ], 8923 "optional": true, 8924 "os": [ 8925 "android" 8926 ], 8927 "engines": { 8928 "node": ">=18" 8929 } 8930 }, 8931 "node_modules/vite/node_modules/@esbuild/darwin-arm64": { 8932 "version": "0.24.2", 8933 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz", 8934 "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==", 8935 "cpu": [ 8936 "arm64" 8937 ], 8938 "optional": true, 8939 "os": [ 8940 "darwin" 8941 ], 8942 "engines": { 8943 "node": ">=18" 8944 } 8945 }, 8946 "node_modules/vite/node_modules/@esbuild/darwin-x64": { 8947 "version": "0.24.2", 8948 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz", 8949 "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==", 8950 "cpu": [ 8951 "x64" 8952 ], 8953 "optional": true, 8954 "os": [ 8955 "darwin" 8956 ], 8957 "engines": { 8958 "node": ">=18" 8959 } 8960 }, 8961 "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { 8962 "version": "0.24.2", 8963 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz", 8964 "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==", 8965 "cpu": [ 8966 "arm64" 8967 ], 8968 "optional": true, 8969 "os": [ 8970 "freebsd" 8971 ], 8972 "engines": { 8973 "node": ">=18" 8974 } 8975 }, 8976 "node_modules/vite/node_modules/@esbuild/freebsd-x64": { 8977 "version": "0.24.2", 8978 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz", 8979 "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==", 8980 "cpu": [ 8981 "x64" 8982 ], 8983 "optional": true, 8984 "os": [ 8985 "freebsd" 8986 ], 8987 "engines": { 8988 "node": ">=18" 8989 } 8990 }, 8991 "node_modules/vite/node_modules/@esbuild/linux-arm": { 8992 "version": "0.24.2", 8993 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz", 8994 "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==", 8995 "cpu": [ 8996 "arm" 8997 ], 8998 "optional": true, 8999 "os": [ 9000 "linux" 9001 ], 9002 "engines": { 9003 "node": ">=18" 9004 } 9005 }, 9006 "node_modules/vite/node_modules/@esbuild/linux-arm64": { 9007 "version": "0.24.2", 9008 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz", 9009 "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==", 9010 "cpu": [ 9011 "arm64" 9012 ], 9013 "optional": true, 9014 "os": [ 9015 "linux" 9016 ], 9017 "engines": { 9018 "node": ">=18" 9019 } 9020 }, 9021 "node_modules/vite/node_modules/@esbuild/linux-ia32": { 9022 "version": "0.24.2", 9023 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz", 9024 "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==", 9025 "cpu": [ 9026 "ia32" 9027 ], 9028 "optional": true, 9029 "os": [ 9030 "linux" 9031 ], 9032 "engines": { 9033 "node": ">=18" 9034 } 9035 }, 9036 "node_modules/vite/node_modules/@esbuild/linux-loong64": { 9037 "version": "0.24.2", 9038 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz", 9039 "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==", 9040 "cpu": [ 9041 "loong64" 9042 ], 9043 "optional": true, 9044 "os": [ 9045 "linux" 9046 ], 9047 "engines": { 9048 "node": ">=18" 9049 } 9050 }, 9051 "node_modules/vite/node_modules/@esbuild/linux-mips64el": { 9052 "version": "0.24.2", 9053 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz", 9054 "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==", 9055 "cpu": [ 9056 "mips64el" 9057 ], 9058 "optional": true, 9059 "os": [ 9060 "linux" 9061 ], 9062 "engines": { 9063 "node": ">=18" 9064 } 9065 }, 9066 "node_modules/vite/node_modules/@esbuild/linux-ppc64": { 9067 "version": "0.24.2", 9068 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz", 9069 "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==", 9070 "cpu": [ 9071 "ppc64" 9072 ], 9073 "optional": true, 9074 "os": [ 9075 "linux" 9076 ], 9077 "engines": { 9078 "node": ">=18" 9079 } 9080 }, 9081 "node_modules/vite/node_modules/@esbuild/linux-riscv64": { 9082 "version": "0.24.2", 9083 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz", 9084 "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==", 9085 "cpu": [ 9086 "riscv64" 9087 ], 9088 "optional": true, 9089 "os": [ 9090 "linux" 9091 ], 9092 "engines": { 9093 "node": ">=18" 9094 } 9095 }, 9096 "node_modules/vite/node_modules/@esbuild/linux-s390x": { 9097 "version": "0.24.2", 9098 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz", 9099 "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==", 9100 "cpu": [ 9101 "s390x" 9102 ], 9103 "optional": true, 9104 "os": [ 9105 "linux" 9106 ], 9107 "engines": { 9108 "node": ">=18" 9109 } 9110 }, 9111 "node_modules/vite/node_modules/@esbuild/linux-x64": { 9112 "version": "0.24.2", 9113 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz", 9114 "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==", 9115 "cpu": [ 9116 "x64" 9117 ], 9118 "optional": true, 9119 "os": [ 9120 "linux" 9121 ], 9122 "engines": { 9123 "node": ">=18" 9124 } 9125 }, 9126 "node_modules/vite/node_modules/@esbuild/netbsd-x64": { 9127 "version": "0.24.2", 9128 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz", 9129 "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==", 9130 "cpu": [ 9131 "x64" 9132 ], 9133 "optional": true, 9134 "os": [ 9135 "netbsd" 9136 ], 9137 "engines": { 9138 "node": ">=18" 9139 } 9140 }, 9141 "node_modules/vite/node_modules/@esbuild/openbsd-x64": { 9142 "version": "0.24.2", 9143 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz", 9144 "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==", 9145 "cpu": [ 9146 "x64" 9147 ], 9148 "optional": true, 9149 "os": [ 9150 "openbsd" 9151 ], 9152 "engines": { 9153 "node": ">=18" 9154 } 9155 }, 9156 "node_modules/vite/node_modules/@esbuild/sunos-x64": { 9157 "version": "0.24.2", 9158 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz", 9159 "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==", 9160 "cpu": [ 9161 "x64" 9162 ], 9163 "optional": true, 9164 "os": [ 9165 "sunos" 9166 ], 9167 "engines": { 9168 "node": ">=18" 9169 } 9170 }, 9171 "node_modules/vite/node_modules/@esbuild/win32-arm64": { 9172 "version": "0.24.2", 9173 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz", 9174 "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==", 9175 "cpu": [ 9176 "arm64" 9177 ], 9178 "optional": true, 9179 "os": [ 9180 "win32" 9181 ], 9182 "engines": { 9183 "node": ">=18" 9184 } 9185 }, 9186 "node_modules/vite/node_modules/@esbuild/win32-ia32": { 9187 "version": "0.24.2", 9188 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz", 9189 "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==", 9190 "cpu": [ 9191 "ia32" 9192 ], 9193 "optional": true, 9194 "os": [ 9195 "win32" 9196 ], 9197 "engines": { 9198 "node": ">=18" 9199 } 9200 }, 9201 "node_modules/vite/node_modules/@esbuild/win32-x64": { 9202 "version": "0.24.2", 9203 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz", 9204 "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==", 9205 "cpu": [ 9206 "x64" 9207 ], 9208 "optional": true, 9209 "os": [ 9210 "win32" 9211 ], 9212 "engines": { 9213 "node": ">=18" 9214 } 9215 }, 9216 "node_modules/vite/node_modules/esbuild": { 9217 "version": "0.24.2", 9218 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz", 9219 "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==", 9220 "hasInstallScript": true, 9221 "bin": { 9222 "esbuild": "bin/esbuild" 9223 }, 9224 "engines": { 9225 "node": ">=18" 9226 }, 9227 "optionalDependencies": { 9228 "@esbuild/aix-ppc64": "0.24.2", 9229 "@esbuild/android-arm": "0.24.2", 9230 "@esbuild/android-arm64": "0.24.2", 9231 "@esbuild/android-x64": "0.24.2", 9232 "@esbuild/darwin-arm64": "0.24.2", 9233 "@esbuild/darwin-x64": "0.24.2", 9234 "@esbuild/freebsd-arm64": "0.24.2", 9235 "@esbuild/freebsd-x64": "0.24.2", 9236 "@esbuild/linux-arm": "0.24.2", 9237 "@esbuild/linux-arm64": "0.24.2", 9238 "@esbuild/linux-ia32": "0.24.2", 9239 "@esbuild/linux-loong64": "0.24.2", 9240 "@esbuild/linux-mips64el": "0.24.2", 9241 "@esbuild/linux-ppc64": "0.24.2", 9242 "@esbuild/linux-riscv64": "0.24.2", 9243 "@esbuild/linux-s390x": "0.24.2", 9244 "@esbuild/linux-x64": "0.24.2", 9245 "@esbuild/netbsd-arm64": "0.24.2", 9246 "@esbuild/netbsd-x64": "0.24.2", 9247 "@esbuild/openbsd-arm64": "0.24.2", 9248 "@esbuild/openbsd-x64": "0.24.2", 9249 "@esbuild/sunos-x64": "0.24.2", 9250 "@esbuild/win32-arm64": "0.24.2", 9251 "@esbuild/win32-ia32": "0.24.2", 9252 "@esbuild/win32-x64": "0.24.2" 9253 } 9254 }, 9255 "node_modules/vitefu": { 9256 "version": "1.0.4", 9257 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.0.4.tgz", 9258 "integrity": "sha512-y6zEE3PQf6uu/Mt6DTJ9ih+kyJLr4XcSgHR2zUkM8SWDhuixEJxfJ6CZGMHh1Ec3vPLoEA0IHU5oWzVqw8ulow==", 9259 "workspaces": [ 9260 "tests/deps/*", 9261 "tests/projects/*" 9262 ], 9263 "peerDependencies": { 9264 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" 9265 }, 9266 "peerDependenciesMeta": { 9267 "vite": { 9268 "optional": true 9269 } 9270 } 9271 }, 9272 "node_modules/vscode-jsonrpc": { 9273 "version": "8.2.0", 9274 "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz", 9275 "integrity": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==", 9276 "license": "MIT", 9277 "engines": { 9278 "node": ">=14.0.0" 9279 } 9280 }, 9281 "node_modules/vscode-languageserver": { 9282 "version": "9.0.1", 9283 "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-9.0.1.tgz", 9284 "integrity": "sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==", 9285 "license": "MIT", 9286 "dependencies": { 9287 "vscode-languageserver-protocol": "3.17.5" 9288 }, 9289 "bin": { 9290 "installServerIntoExtension": "bin/installServerIntoExtension" 9291 } 9292 }, 9293 "node_modules/vscode-languageserver-protocol": { 9294 "version": "3.17.5", 9295 "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.5.tgz", 9296 "integrity": "sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==", 9297 "license": "MIT", 9298 "dependencies": { 9299 "vscode-jsonrpc": "8.2.0", 9300 "vscode-languageserver-types": "3.17.5" 9301 } 9302 }, 9303 "node_modules/vscode-languageserver-textdocument": { 9304 "version": "1.0.12", 9305 "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz", 9306 "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==", 9307 "license": "MIT" 9308 }, 9309 "node_modules/vscode-languageserver-types": { 9310 "version": "3.17.5", 9311 "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz", 9312 "integrity": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==", 9313 "license": "MIT" 9314 }, 9315 "node_modules/vscode-uri": { 9316 "version": "3.0.8", 9317 "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz", 9318 "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==", 9319 "license": "MIT" 9320 }, 9321 "node_modules/web-namespaces": { 9322 "version": "2.0.1", 9323 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 9324 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 9325 "funding": { 9326 "type": "github", 9327 "url": "https://github.com/sponsors/wooorm" 9328 } 9329 }, 9330 "node_modules/which-pm": { 9331 "version": "3.0.0", 9332 "resolved": "https://registry.npmjs.org/which-pm/-/which-pm-3.0.0.tgz", 9333 "integrity": "sha512-ysVYmw6+ZBhx3+ZkcPwRuJi38ZOTLJJ33PSHaitLxSKUMsh0LkKd0nC69zZCwt5D+AYUcMK2hhw4yWny20vSGg==", 9334 "dependencies": { 9335 "load-yaml-file": "^0.2.0" 9336 }, 9337 "engines": { 9338 "node": ">=18.12" 9339 } 9340 }, 9341 "node_modules/which-pm-runs": { 9342 "version": "1.1.0", 9343 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", 9344 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", 9345 "engines": { 9346 "node": ">=4" 9347 } 9348 }, 9349 "node_modules/widest-line": { 9350 "version": "5.0.0", 9351 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", 9352 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==", 9353 "dependencies": { 9354 "string-width": "^7.0.0" 9355 }, 9356 "engines": { 9357 "node": ">=18" 9358 }, 9359 "funding": { 9360 "url": "https://github.com/sponsors/sindresorhus" 9361 } 9362 }, 9363 "node_modules/wrap-ansi": { 9364 "version": "9.0.0", 9365 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", 9366 "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", 9367 "dependencies": { 9368 "ansi-styles": "^6.2.1", 9369 "string-width": "^7.0.0", 9370 "strip-ansi": "^7.1.0" 9371 }, 9372 "engines": { 9373 "node": ">=18" 9374 }, 9375 "funding": { 9376 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 9377 } 9378 }, 9379 "node_modules/wrappy": { 9380 "version": "1.0.2", 9381 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 9382 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" 9383 }, 9384 "node_modules/xxhash-wasm": { 9385 "version": "1.1.0", 9386 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz", 9387 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==" 9388 }, 9389 "node_modules/yallist": { 9390 "version": "3.1.1", 9391 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", 9392 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", 9393 "license": "ISC" 9394 }, 9395 "node_modules/yargs-parser": { 9396 "version": "21.1.1", 9397 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", 9398 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", 9399 "engines": { 9400 "node": ">=12" 9401 } 9402 }, 9403 "node_modules/yocto-queue": { 9404 "version": "1.1.1", 9405 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", 9406 "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==", 9407 "engines": { 9408 "node": ">=12.20" 9409 }, 9410 "funding": { 9411 "url": "https://github.com/sponsors/sindresorhus" 9412 } 9413 }, 9414 "node_modules/yocto-spinner": { 9415 "version": "0.1.2", 9416 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.1.2.tgz", 9417 "integrity": "sha512-VfmLIh/ZSZOJnVRQZc/dvpPP90lWL4G0bmxQMP0+U/2vKBA8GSpcBuWv17y7F+CZItRuO97HN1wdbb4p10uhOg==", 9418 "dependencies": { 9419 "yoctocolors": "^2.1.1" 9420 }, 9421 "engines": { 9422 "node": ">=18.19" 9423 }, 9424 "funding": { 9425 "url": "https://github.com/sponsors/sindresorhus" 9426 } 9427 }, 9428 "node_modules/yoctocolors": { 9429 "version": "2.1.1", 9430 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz", 9431 "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==", 9432 "engines": { 9433 "node": ">=18" 9434 }, 9435 "funding": { 9436 "url": "https://github.com/sponsors/sindresorhus" 9437 } 9438 }, 9439 "node_modules/zod": { 9440 "version": "3.24.1", 9441 "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz", 9442 "integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==", 9443 "funding": { 9444 "url": "https://github.com/sponsors/colinhacks" 9445 } 9446 }, 9447 "node_modules/zod-to-json-schema": { 9448 "version": "3.24.1", 9449 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.1.tgz", 9450 "integrity": "sha512-3h08nf3Vw3Wl3PK+q3ow/lIil81IT2Oa7YpQyUUDsEWbXveMesdfK1xBd2RhCkynwZndAxixji/7SYJJowr62w==", 9451 "peerDependencies": { 9452 "zod": "^3.24.1" 9453 } 9454 }, 9455 "node_modules/zod-to-ts": { 9456 "version": "1.2.0", 9457 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz", 9458 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==", 9459 "peerDependencies": { 9460 "typescript": "^4.9.4 || ^5.0.2", 9461 "zod": "^3" 9462 } 9463 }, 9464 "node_modules/zwitch": { 9465 "version": "2.0.4", 9466 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 9467 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 9468 "funding": { 9469 "type": "github", 9470 "url": "https://github.com/sponsors/wooorm" 9471 } 9472 } 9473 } 9474}