github.com/lmittmann/w3@v0.20.0/docs/package-lock.json (about) 1 { 2 "name": "docs", 3 "lockfileVersion": 3, 4 "requires": true, 5 "packages": { 6 "": { 7 "dependencies": { 8 "next": "^14.2.14", 9 "nextra": "3.0.0-alpha.40", 10 "nextra-theme-docs": "3.0.0-alpha.40", 11 "react": "^18.3.1", 12 "react-dom": "^18.3.1" 13 }, 14 "devDependencies": { 15 "autoprefixer": "^10.4.20", 16 "postcss": "^8.4.47", 17 "tailwindcss": "^3.4.13" 18 } 19 }, 20 "node_modules/@alloc/quick-lru": { 21 "version": "5.2.0", 22 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", 23 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", 24 "dev": true, 25 "license": "MIT", 26 "engines": { 27 "node": ">=10" 28 }, 29 "funding": { 30 "url": "https://github.com/sponsors/sindresorhus" 31 } 32 }, 33 "node_modules/@antfu/install-pkg": { 34 "version": "0.4.1", 35 "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-0.4.1.tgz", 36 "integrity": "sha512-T7yB5QNG29afhWVkVq7XeIMBa5U/vs9mX69YqayXypPRmYzUmzwnYltplHmPtZ4HPCn+sQKeXW8I47wCbuBOjw==", 37 "license": "MIT", 38 "dependencies": { 39 "package-manager-detector": "^0.2.0", 40 "tinyexec": "^0.3.0" 41 }, 42 "funding": { 43 "url": "https://github.com/sponsors/antfu" 44 } 45 }, 46 "node_modules/@antfu/utils": { 47 "version": "0.7.10", 48 "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.10.tgz", 49 "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==", 50 "license": "MIT", 51 "funding": { 52 "url": "https://github.com/sponsors/antfu" 53 } 54 }, 55 "node_modules/@braintree/sanitize-url": { 56 "version": "7.1.0", 57 "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.0.tgz", 58 "integrity": "sha512-o+UlMLt49RvtCASlOMW0AkHnabN9wR9rwCCherxO0yG4Npy34GkvrAqdXQvrhNs+jh+gkK8gB8Lf05qL/O7KWg==", 59 "license": "MIT" 60 }, 61 "node_modules/@chevrotain/cst-dts-gen": { 62 "version": "11.0.3", 63 "resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.3.tgz", 64 "integrity": "sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==", 65 "license": "Apache-2.0", 66 "dependencies": { 67 "@chevrotain/gast": "11.0.3", 68 "@chevrotain/types": "11.0.3", 69 "lodash-es": "4.17.21" 70 } 71 }, 72 "node_modules/@chevrotain/gast": { 73 "version": "11.0.3", 74 "resolved": "https://registry.npmjs.org/@chevrotain/gast/-/gast-11.0.3.tgz", 75 "integrity": "sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==", 76 "license": "Apache-2.0", 77 "dependencies": { 78 "@chevrotain/types": "11.0.3", 79 "lodash-es": "4.17.21" 80 } 81 }, 82 "node_modules/@chevrotain/regexp-to-ast": { 83 "version": "11.0.3", 84 "resolved": "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.3.tgz", 85 "integrity": "sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==", 86 "license": "Apache-2.0" 87 }, 88 "node_modules/@chevrotain/types": { 89 "version": "11.0.3", 90 "resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-11.0.3.tgz", 91 "integrity": "sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==", 92 "license": "Apache-2.0" 93 }, 94 "node_modules/@chevrotain/utils": { 95 "version": "11.0.3", 96 "resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-11.0.3.tgz", 97 "integrity": "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==", 98 "license": "Apache-2.0" 99 }, 100 "node_modules/@floating-ui/core": { 101 "version": "1.6.8", 102 "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.8.tgz", 103 "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==", 104 "license": "MIT", 105 "dependencies": { 106 "@floating-ui/utils": "^0.2.8" 107 } 108 }, 109 "node_modules/@floating-ui/dom": { 110 "version": "1.6.11", 111 "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.11.tgz", 112 "integrity": "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==", 113 "license": "MIT", 114 "dependencies": { 115 "@floating-ui/core": "^1.6.0", 116 "@floating-ui/utils": "^0.2.8" 117 } 118 }, 119 "node_modules/@floating-ui/react": { 120 "version": "0.26.24", 121 "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.26.24.tgz", 122 "integrity": "sha512-2ly0pCkZIGEQUq5H8bBK0XJmc1xIK/RM3tvVzY3GBER7IOD1UgmC2Y2tjj4AuS+TC+vTE1KJv2053290jua0Sw==", 123 "license": "MIT", 124 "dependencies": { 125 "@floating-ui/react-dom": "^2.1.2", 126 "@floating-ui/utils": "^0.2.8", 127 "tabbable": "^6.0.0" 128 }, 129 "peerDependencies": { 130 "react": ">=16.8.0", 131 "react-dom": ">=16.8.0" 132 } 133 }, 134 "node_modules/@floating-ui/react-dom": { 135 "version": "2.1.2", 136 "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.2.tgz", 137 "integrity": "sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==", 138 "license": "MIT", 139 "dependencies": { 140 "@floating-ui/dom": "^1.0.0" 141 }, 142 "peerDependencies": { 143 "react": ">=16.8.0", 144 "react-dom": ">=16.8.0" 145 } 146 }, 147 "node_modules/@floating-ui/utils": { 148 "version": "0.2.8", 149 "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz", 150 "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==", 151 "license": "MIT" 152 }, 153 "node_modules/@headlessui/react": { 154 "version": "2.1.8", 155 "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.8.tgz", 156 "integrity": "sha512-uajqVkAcVG/wHwG9Fh5PFMcFpf2VxM4vNRNKxRjuK009kePVur8LkuuygHfIE+2uZ7z7GnlTtYsyUe6glPpTLg==", 157 "license": "MIT", 158 "dependencies": { 159 "@floating-ui/react": "^0.26.16", 160 "@react-aria/focus": "^3.17.1", 161 "@react-aria/interactions": "^3.21.3", 162 "@tanstack/react-virtual": "^3.8.1" 163 }, 164 "engines": { 165 "node": ">=10" 166 }, 167 "peerDependencies": { 168 "react": "^18", 169 "react-dom": "^18" 170 } 171 }, 172 "node_modules/@iconify/types": { 173 "version": "2.0.0", 174 "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", 175 "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", 176 "license": "MIT" 177 }, 178 "node_modules/@iconify/utils": { 179 "version": "2.1.33", 180 "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.33.tgz", 181 "integrity": "sha512-jP9h6v/g0BIZx0p7XGJJVtkVnydtbgTgt9mVNcGDYwaa7UhdHdI9dvoq+gKj9sijMSJKxUPEG2JyjsgXjxL7Kw==", 182 "license": "MIT", 183 "dependencies": { 184 "@antfu/install-pkg": "^0.4.0", 185 "@antfu/utils": "^0.7.10", 186 "@iconify/types": "^2.0.0", 187 "debug": "^4.3.6", 188 "kolorist": "^1.8.0", 189 "local-pkg": "^0.5.0", 190 "mlly": "^1.7.1" 191 } 192 }, 193 "node_modules/@isaacs/cliui": { 194 "version": "8.0.2", 195 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", 196 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", 197 "dev": true, 198 "license": "ISC", 199 "dependencies": { 200 "string-width": "^5.1.2", 201 "string-width-cjs": "npm:string-width@^4.2.0", 202 "strip-ansi": "^7.0.1", 203 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", 204 "wrap-ansi": "^8.1.0", 205 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" 206 }, 207 "engines": { 208 "node": ">=12" 209 } 210 }, 211 "node_modules/@jridgewell/gen-mapping": { 212 "version": "0.3.5", 213 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", 214 "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", 215 "dev": true, 216 "license": "MIT", 217 "dependencies": { 218 "@jridgewell/set-array": "^1.2.1", 219 "@jridgewell/sourcemap-codec": "^1.4.10", 220 "@jridgewell/trace-mapping": "^0.3.24" 221 }, 222 "engines": { 223 "node": ">=6.0.0" 224 } 225 }, 226 "node_modules/@jridgewell/resolve-uri": { 227 "version": "3.1.2", 228 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 229 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 230 "dev": true, 231 "license": "MIT", 232 "engines": { 233 "node": ">=6.0.0" 234 } 235 }, 236 "node_modules/@jridgewell/set-array": { 237 "version": "1.2.1", 238 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", 239 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", 240 "dev": true, 241 "license": "MIT", 242 "engines": { 243 "node": ">=6.0.0" 244 } 245 }, 246 "node_modules/@jridgewell/sourcemap-codec": { 247 "version": "1.5.0", 248 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", 249 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", 250 "dev": true, 251 "license": "MIT" 252 }, 253 "node_modules/@jridgewell/trace-mapping": { 254 "version": "0.3.25", 255 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", 256 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", 257 "dev": true, 258 "license": "MIT", 259 "dependencies": { 260 "@jridgewell/resolve-uri": "^3.1.0", 261 "@jridgewell/sourcemap-codec": "^1.4.14" 262 } 263 }, 264 "node_modules/@mdx-js/mdx": { 265 "version": "3.0.1", 266 "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.0.1.tgz", 267 "integrity": "sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA==", 268 "license": "MIT", 269 "dependencies": { 270 "@types/estree": "^1.0.0", 271 "@types/estree-jsx": "^1.0.0", 272 "@types/hast": "^3.0.0", 273 "@types/mdx": "^2.0.0", 274 "collapse-white-space": "^2.0.0", 275 "devlop": "^1.0.0", 276 "estree-util-build-jsx": "^3.0.0", 277 "estree-util-is-identifier-name": "^3.0.0", 278 "estree-util-to-js": "^2.0.0", 279 "estree-walker": "^3.0.0", 280 "hast-util-to-estree": "^3.0.0", 281 "hast-util-to-jsx-runtime": "^2.0.0", 282 "markdown-extensions": "^2.0.0", 283 "periscopic": "^3.0.0", 284 "remark-mdx": "^3.0.0", 285 "remark-parse": "^11.0.0", 286 "remark-rehype": "^11.0.0", 287 "source-map": "^0.7.0", 288 "unified": "^11.0.0", 289 "unist-util-position-from-estree": "^2.0.0", 290 "unist-util-stringify-position": "^4.0.0", 291 "unist-util-visit": "^5.0.0", 292 "vfile": "^6.0.0" 293 }, 294 "funding": { 295 "type": "opencollective", 296 "url": "https://opencollective.com/unified" 297 } 298 }, 299 "node_modules/@mdx-js/react": { 300 "version": "3.0.1", 301 "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.0.1.tgz", 302 "integrity": "sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==", 303 "license": "MIT", 304 "dependencies": { 305 "@types/mdx": "^2.0.0" 306 }, 307 "funding": { 308 "type": "opencollective", 309 "url": "https://opencollective.com/unified" 310 }, 311 "peerDependencies": { 312 "@types/react": ">=16", 313 "react": ">=16" 314 } 315 }, 316 "node_modules/@mermaid-js/parser": { 317 "version": "0.3.0", 318 "resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-0.3.0.tgz", 319 "integrity": "sha512-HsvL6zgE5sUPGgkIDlmAWR1HTNHz2Iy11BAWPTa4Jjabkpguy4Ze2gzfLrg6pdRuBvFwgUYyxiaNqZwrEEXepA==", 320 "license": "MIT", 321 "dependencies": { 322 "langium": "3.0.0" 323 } 324 }, 325 "node_modules/@napi-rs/simple-git": { 326 "version": "0.1.19", 327 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git/-/simple-git-0.1.19.tgz", 328 "integrity": "sha512-jMxvwzkKzd3cXo2EB9GM2ic0eYo2rP/BS6gJt6HnWbsDO1O8GSD4k7o2Cpr2YERtMpGF/MGcDfsfj2EbQPtrXw==", 329 "license": "MIT", 330 "engines": { 331 "node": ">= 10" 332 }, 333 "optionalDependencies": { 334 "@napi-rs/simple-git-android-arm-eabi": "0.1.19", 335 "@napi-rs/simple-git-android-arm64": "0.1.19", 336 "@napi-rs/simple-git-darwin-arm64": "0.1.19", 337 "@napi-rs/simple-git-darwin-x64": "0.1.19", 338 "@napi-rs/simple-git-freebsd-x64": "0.1.19", 339 "@napi-rs/simple-git-linux-arm-gnueabihf": "0.1.19", 340 "@napi-rs/simple-git-linux-arm64-gnu": "0.1.19", 341 "@napi-rs/simple-git-linux-arm64-musl": "0.1.19", 342 "@napi-rs/simple-git-linux-powerpc64le-gnu": "0.1.19", 343 "@napi-rs/simple-git-linux-s390x-gnu": "0.1.19", 344 "@napi-rs/simple-git-linux-x64-gnu": "0.1.19", 345 "@napi-rs/simple-git-linux-x64-musl": "0.1.19", 346 "@napi-rs/simple-git-win32-arm64-msvc": "0.1.19", 347 "@napi-rs/simple-git-win32-x64-msvc": "0.1.19" 348 } 349 }, 350 "node_modules/@napi-rs/simple-git-android-arm-eabi": { 351 "version": "0.1.19", 352 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-android-arm-eabi/-/simple-git-android-arm-eabi-0.1.19.tgz", 353 "integrity": "sha512-XryEH/hadZ4Duk/HS/HC/cA1j0RHmqUGey3MsCf65ZS0VrWMqChXM/xlTPWuY5jfCc/rPubHaqI7DZlbexnX/g==", 354 "cpu": [ 355 "arm" 356 ], 357 "license": "MIT", 358 "optional": true, 359 "os": [ 360 "android" 361 ], 362 "engines": { 363 "node": ">= 10" 364 } 365 }, 366 "node_modules/@napi-rs/simple-git-android-arm64": { 367 "version": "0.1.19", 368 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-android-arm64/-/simple-git-android-arm64-0.1.19.tgz", 369 "integrity": "sha512-ZQ0cPvY6nV9p7zrR9ZPo7hQBkDAcY/CHj3BjYNhykeUCiSNCrhvwX+WEeg5on8M1j4d5jcI/cwVG2FslfiByUg==", 370 "cpu": [ 371 "arm64" 372 ], 373 "license": "MIT", 374 "optional": true, 375 "os": [ 376 "android" 377 ], 378 "engines": { 379 "node": ">= 10" 380 } 381 }, 382 "node_modules/@napi-rs/simple-git-darwin-arm64": { 383 "version": "0.1.19", 384 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-darwin-arm64/-/simple-git-darwin-arm64-0.1.19.tgz", 385 "integrity": "sha512-viZB5TYgjA1vH+QluhxZo0WKro3xBA+1xSzYx8mcxUMO5gnAoUMwXn0ZO/6Zy6pai+aGae+cj6XihGnrBRu3Pg==", 386 "cpu": [ 387 "arm64" 388 ], 389 "license": "MIT", 390 "optional": true, 391 "os": [ 392 "darwin" 393 ], 394 "engines": { 395 "node": ">= 10" 396 } 397 }, 398 "node_modules/@napi-rs/simple-git-darwin-x64": { 399 "version": "0.1.19", 400 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-darwin-x64/-/simple-git-darwin-x64-0.1.19.tgz", 401 "integrity": "sha512-6dNkzSNUV5X9rsVYQbpZLyJu4Gtkl2vNJ3abBXHX/Etk0ILG5ZasO3ncznIANZQpqcbn/QPHr49J2QYAXGoKJA==", 402 "cpu": [ 403 "x64" 404 ], 405 "license": "MIT", 406 "optional": true, 407 "os": [ 408 "darwin" 409 ], 410 "engines": { 411 "node": ">= 10" 412 } 413 }, 414 "node_modules/@napi-rs/simple-git-freebsd-x64": { 415 "version": "0.1.19", 416 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-freebsd-x64/-/simple-git-freebsd-x64-0.1.19.tgz", 417 "integrity": "sha512-sB9krVIchzd20FjI2ZZ8FDsTSsXLBdnwJ6CpeVyrhXHnoszfcqxt49ocZHujAS9lMpXq7i2Nv1EXJmCy4KdhwA==", 418 "cpu": [ 419 "x64" 420 ], 421 "license": "MIT", 422 "optional": true, 423 "os": [ 424 "freebsd" 425 ], 426 "engines": { 427 "node": ">= 10" 428 } 429 }, 430 "node_modules/@napi-rs/simple-git-linux-arm-gnueabihf": { 431 "version": "0.1.19", 432 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-arm-gnueabihf/-/simple-git-linux-arm-gnueabihf-0.1.19.tgz", 433 "integrity": "sha512-6HPn09lr9N1n5/XKfP8Np53g4fEXVxOFqNkS6rTH3Rm1lZHdazTRH62RggXLTguZwjcE+MvOLvoTIoR5kAS8+g==", 434 "cpu": [ 435 "arm" 436 ], 437 "license": "MIT", 438 "optional": true, 439 "os": [ 440 "linux" 441 ], 442 "engines": { 443 "node": ">= 10" 444 } 445 }, 446 "node_modules/@napi-rs/simple-git-linux-arm64-gnu": { 447 "version": "0.1.19", 448 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-arm64-gnu/-/simple-git-linux-arm64-gnu-0.1.19.tgz", 449 "integrity": "sha512-G0gISckt4cVDp3oh5Z6PV3GHJrJO6Z8bIS+9xA7vTtKdqB1i5y0n3cSFLlzQciLzhr+CajFD27doW4lEyErQ/Q==", 450 "cpu": [ 451 "arm64" 452 ], 453 "license": "MIT", 454 "optional": true, 455 "os": [ 456 "linux" 457 ], 458 "engines": { 459 "node": ">= 10" 460 } 461 }, 462 "node_modules/@napi-rs/simple-git-linux-arm64-musl": { 463 "version": "0.1.19", 464 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-arm64-musl/-/simple-git-linux-arm64-musl-0.1.19.tgz", 465 "integrity": "sha512-OwTRF+H4IZYxmDFRi1IrLMfqbdIpvHeYbJl2X94NVsLVOY+3NUHvEzL3fYaVx5urBaMnIK0DD3wZLbcueWvxbA==", 466 "cpu": [ 467 "arm64" 468 ], 469 "license": "MIT", 470 "optional": true, 471 "os": [ 472 "linux" 473 ], 474 "engines": { 475 "node": ">= 10" 476 } 477 }, 478 "node_modules/@napi-rs/simple-git-linux-powerpc64le-gnu": { 479 "version": "0.1.19", 480 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-powerpc64le-gnu/-/simple-git-linux-powerpc64le-gnu-0.1.19.tgz", 481 "integrity": "sha512-p7zuNNVyzpRvkCt2RIGv9FX/WPcPbZ6/FRUgUTZkA2WU33mrbvNqSi4AOqCCl6mBvEd+EOw5NU4lS9ORRJvAEg==", 482 "cpu": [ 483 "powerpc64le" 484 ], 485 "license": "MIT", 486 "optional": true, 487 "os": [ 488 "linux" 489 ], 490 "engines": { 491 "node": ">= 10" 492 } 493 }, 494 "node_modules/@napi-rs/simple-git-linux-s390x-gnu": { 495 "version": "0.1.19", 496 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-s390x-gnu/-/simple-git-linux-s390x-gnu-0.1.19.tgz", 497 "integrity": "sha512-6N2vwJUPLiak8GLrS0a3is0gSb0UwI2CHOOqtvQxPmv+JVI8kn3vKiUscsktdDb0wGEPeZ8PvZs0y8UWix7K4g==", 498 "cpu": [ 499 "s390x" 500 ], 501 "license": "MIT", 502 "optional": true, 503 "os": [ 504 "linux" 505 ], 506 "engines": { 507 "node": ">= 10" 508 } 509 }, 510 "node_modules/@napi-rs/simple-git-linux-x64-gnu": { 511 "version": "0.1.19", 512 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-x64-gnu/-/simple-git-linux-x64-gnu-0.1.19.tgz", 513 "integrity": "sha512-61YfeO1J13WK7MalLgP3QlV6of2rWnVw1aqxWkAgy/lGxoOFSJ4Wid6ANVCEZk4tJpPX/XNeneqkUz5xpeb2Cw==", 514 "cpu": [ 515 "x64" 516 ], 517 "license": "MIT", 518 "optional": true, 519 "os": [ 520 "linux" 521 ], 522 "engines": { 523 "node": ">= 10" 524 } 525 }, 526 "node_modules/@napi-rs/simple-git-linux-x64-musl": { 527 "version": "0.1.19", 528 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-x64-musl/-/simple-git-linux-x64-musl-0.1.19.tgz", 529 "integrity": "sha512-cCTWNpMJnN3PrUBItWcs3dQKCydsIasbrS3laMzq8k7OzF93Zrp2LWDTPlLCO9brbBVpBzy2Qk5Xg9uAfe/Ukw==", 530 "cpu": [ 531 "x64" 532 ], 533 "license": "MIT", 534 "optional": true, 535 "os": [ 536 "linux" 537 ], 538 "engines": { 539 "node": ">= 10" 540 } 541 }, 542 "node_modules/@napi-rs/simple-git-win32-arm64-msvc": { 543 "version": "0.1.19", 544 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-win32-arm64-msvc/-/simple-git-win32-arm64-msvc-0.1.19.tgz", 545 "integrity": "sha512-sWavb1BjeLKKBA+PbTsRSSzVNfb7V/dOpaJvkgR5d2kWFn/AHmCZHSSj/3nyZdYf0BdDC+DIvqk3daAEZ6QMVw==", 546 "cpu": [ 547 "arm64" 548 ], 549 "license": "MIT", 550 "optional": true, 551 "os": [ 552 "win32" 553 ], 554 "engines": { 555 "node": ">= 10" 556 } 557 }, 558 "node_modules/@napi-rs/simple-git-win32-x64-msvc": { 559 "version": "0.1.19", 560 "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-win32-x64-msvc/-/simple-git-win32-x64-msvc-0.1.19.tgz", 561 "integrity": "sha512-FmNuPoK4+qwaSCkp8lm3sJlrxk374enW+zCE5ZksXlZzj/9BDJAULJb5QUJ7o9Y8A/G+d8LkdQLPBE2Jaxe5XA==", 562 "cpu": [ 563 "x64" 564 ], 565 "license": "MIT", 566 "optional": true, 567 "os": [ 568 "win32" 569 ], 570 "engines": { 571 "node": ">= 10" 572 } 573 }, 574 "node_modules/@next/env": { 575 "version": "14.2.14", 576 "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.14.tgz", 577 "integrity": "sha512-/0hWQfiaD5//LvGNgc8PjvyqV50vGK0cADYzaoOOGN8fxzBn3iAiaq3S0tCRnFBldq0LVveLcxCTi41ZoYgAgg==", 578 "license": "MIT" 579 }, 580 "node_modules/@next/swc-darwin-arm64": { 581 "version": "14.2.14", 582 "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.14.tgz", 583 "integrity": "sha512-bsxbSAUodM1cjYeA4o6y7sp9wslvwjSkWw57t8DtC8Zig8aG8V6r+Yc05/9mDzLKcybb6EN85k1rJDnMKBd9Gw==", 584 "cpu": [ 585 "arm64" 586 ], 587 "license": "MIT", 588 "optional": true, 589 "os": [ 590 "darwin" 591 ], 592 "engines": { 593 "node": ">= 10" 594 } 595 }, 596 "node_modules/@next/swc-darwin-x64": { 597 "version": "14.2.14", 598 "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.14.tgz", 599 "integrity": "sha512-cC9/I+0+SK5L1k9J8CInahduTVWGMXhQoXFeNvF0uNs3Bt1Ub0Azb8JzTU9vNCr0hnaMqiWu/Z0S1hfKc3+dww==", 600 "cpu": [ 601 "x64" 602 ], 603 "license": "MIT", 604 "optional": true, 605 "os": [ 606 "darwin" 607 ], 608 "engines": { 609 "node": ">= 10" 610 } 611 }, 612 "node_modules/@next/swc-linux-arm64-gnu": { 613 "version": "14.2.14", 614 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.14.tgz", 615 "integrity": "sha512-RMLOdA2NU4O7w1PQ3Z9ft3PxD6Htl4uB2TJpocm+4jcllHySPkFaUIFacQ3Jekcg6w+LBaFvjSPthZHiPmiAUg==", 616 "cpu": [ 617 "arm64" 618 ], 619 "license": "MIT", 620 "optional": true, 621 "os": [ 622 "linux" 623 ], 624 "engines": { 625 "node": ">= 10" 626 } 627 }, 628 "node_modules/@next/swc-linux-arm64-musl": { 629 "version": "14.2.14", 630 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.14.tgz", 631 "integrity": "sha512-WgLOA4hT9EIP7jhlkPnvz49iSOMdZgDJVvbpb8WWzJv5wBD07M2wdJXLkDYIpZmCFfo/wPqFsFR4JS4V9KkQ2A==", 632 "cpu": [ 633 "arm64" 634 ], 635 "license": "MIT", 636 "optional": true, 637 "os": [ 638 "linux" 639 ], 640 "engines": { 641 "node": ">= 10" 642 } 643 }, 644 "node_modules/@next/swc-linux-x64-gnu": { 645 "version": "14.2.14", 646 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.14.tgz", 647 "integrity": "sha512-lbn7svjUps1kmCettV/R9oAvEW+eUI0lo0LJNFOXoQM5NGNxloAyFRNByYeZKL3+1bF5YE0h0irIJfzXBq9Y6w==", 648 "cpu": [ 649 "x64" 650 ], 651 "license": "MIT", 652 "optional": true, 653 "os": [ 654 "linux" 655 ], 656 "engines": { 657 "node": ">= 10" 658 } 659 }, 660 "node_modules/@next/swc-linux-x64-musl": { 661 "version": "14.2.14", 662 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.14.tgz", 663 "integrity": "sha512-7TcQCvLQ/hKfQRgjxMN4TZ2BRB0P7HwrGAYL+p+m3u3XcKTraUFerVbV3jkNZNwDeQDa8zdxkKkw2els/S5onQ==", 664 "cpu": [ 665 "x64" 666 ], 667 "license": "MIT", 668 "optional": true, 669 "os": [ 670 "linux" 671 ], 672 "engines": { 673 "node": ">= 10" 674 } 675 }, 676 "node_modules/@next/swc-win32-arm64-msvc": { 677 "version": "14.2.14", 678 "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.14.tgz", 679 "integrity": "sha512-8i0Ou5XjTLEje0oj0JiI0Xo9L/93ghFtAUYZ24jARSeTMXLUx8yFIdhS55mTExq5Tj4/dC2fJuaT4e3ySvXU1A==", 680 "cpu": [ 681 "arm64" 682 ], 683 "license": "MIT", 684 "optional": true, 685 "os": [ 686 "win32" 687 ], 688 "engines": { 689 "node": ">= 10" 690 } 691 }, 692 "node_modules/@next/swc-win32-ia32-msvc": { 693 "version": "14.2.14", 694 "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.14.tgz", 695 "integrity": "sha512-2u2XcSaDEOj+96eXpyjHjtVPLhkAFw2nlaz83EPeuK4obF+HmtDJHqgR1dZB7Gb6V/d55FL26/lYVd0TwMgcOQ==", 696 "cpu": [ 697 "ia32" 698 ], 699 "license": "MIT", 700 "optional": true, 701 "os": [ 702 "win32" 703 ], 704 "engines": { 705 "node": ">= 10" 706 } 707 }, 708 "node_modules/@next/swc-win32-x64-msvc": { 709 "version": "14.2.14", 710 "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.14.tgz", 711 "integrity": "sha512-MZom+OvZ1NZxuRovKt1ApevjiUJTcU2PmdJKL66xUPaJeRywnbGGRWUlaAOwunD6dX+pm83vj979NTC8QXjGWg==", 712 "cpu": [ 713 "x64" 714 ], 715 "license": "MIT", 716 "optional": true, 717 "os": [ 718 "win32" 719 ], 720 "engines": { 721 "node": ">= 10" 722 } 723 }, 724 "node_modules/@nodelib/fs.scandir": { 725 "version": "2.1.5", 726 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 727 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 728 "dev": true, 729 "license": "MIT", 730 "dependencies": { 731 "@nodelib/fs.stat": "2.0.5", 732 "run-parallel": "^1.1.9" 733 }, 734 "engines": { 735 "node": ">= 8" 736 } 737 }, 738 "node_modules/@nodelib/fs.stat": { 739 "version": "2.0.5", 740 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 741 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 742 "dev": true, 743 "license": "MIT", 744 "engines": { 745 "node": ">= 8" 746 } 747 }, 748 "node_modules/@nodelib/fs.walk": { 749 "version": "1.2.8", 750 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 751 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 752 "dev": true, 753 "license": "MIT", 754 "dependencies": { 755 "@nodelib/fs.scandir": "2.1.5", 756 "fastq": "^1.6.0" 757 }, 758 "engines": { 759 "node": ">= 8" 760 } 761 }, 762 "node_modules/@pkgjs/parseargs": { 763 "version": "0.11.0", 764 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", 765 "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", 766 "dev": true, 767 "license": "MIT", 768 "optional": true, 769 "engines": { 770 "node": ">=14" 771 } 772 }, 773 "node_modules/@popperjs/core": { 774 "version": "2.11.8", 775 "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", 776 "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", 777 "license": "MIT", 778 "funding": { 779 "type": "opencollective", 780 "url": "https://opencollective.com/popperjs" 781 } 782 }, 783 "node_modules/@react-aria/focus": { 784 "version": "3.18.2", 785 "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.18.2.tgz", 786 "integrity": "sha512-Jc/IY+StjA3uqN73o6txKQ527RFU7gnG5crEl5Xy3V+gbYp2O5L3ezAo/E0Ipi2cyMbG6T5Iit1IDs7hcGu8aw==", 787 "license": "Apache-2.0", 788 "dependencies": { 789 "@react-aria/interactions": "^3.22.2", 790 "@react-aria/utils": "^3.25.2", 791 "@react-types/shared": "^3.24.1", 792 "@swc/helpers": "^0.5.0", 793 "clsx": "^2.0.0" 794 }, 795 "peerDependencies": { 796 "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" 797 } 798 }, 799 "node_modules/@react-aria/interactions": { 800 "version": "3.22.2", 801 "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.22.2.tgz", 802 "integrity": "sha512-xE/77fRVSlqHp2sfkrMeNLrqf2amF/RyuAS6T5oDJemRSgYM3UoxTbWjucPhfnoW7r32pFPHHgz4lbdX8xqD/g==", 803 "license": "Apache-2.0", 804 "dependencies": { 805 "@react-aria/ssr": "^3.9.5", 806 "@react-aria/utils": "^3.25.2", 807 "@react-types/shared": "^3.24.1", 808 "@swc/helpers": "^0.5.0" 809 }, 810 "peerDependencies": { 811 "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" 812 } 813 }, 814 "node_modules/@react-aria/ssr": { 815 "version": "3.9.5", 816 "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.5.tgz", 817 "integrity": "sha512-xEwGKoysu+oXulibNUSkXf8itW0npHHTa6c4AyYeZIJyRoegeteYuFpZUBPtIDE8RfHdNsSmE1ssOkxRnwbkuQ==", 818 "license": "Apache-2.0", 819 "dependencies": { 820 "@swc/helpers": "^0.5.0" 821 }, 822 "engines": { 823 "node": ">= 12" 824 }, 825 "peerDependencies": { 826 "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" 827 } 828 }, 829 "node_modules/@react-aria/utils": { 830 "version": "3.25.2", 831 "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.25.2.tgz", 832 "integrity": "sha512-GdIvG8GBJJZygB4L2QJP1Gabyn2mjFsha73I2wSe+o4DYeGWoJiMZRM06PyTIxLH4S7Sn7eVDtsSBfkc2VY/NA==", 833 "license": "Apache-2.0", 834 "dependencies": { 835 "@react-aria/ssr": "^3.9.5", 836 "@react-stately/utils": "^3.10.3", 837 "@react-types/shared": "^3.24.1", 838 "@swc/helpers": "^0.5.0", 839 "clsx": "^2.0.0" 840 }, 841 "peerDependencies": { 842 "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" 843 } 844 }, 845 "node_modules/@react-stately/utils": { 846 "version": "3.10.3", 847 "resolved": "https://registry.npmjs.org/@react-stately/utils/-/utils-3.10.3.tgz", 848 "integrity": "sha512-moClv7MlVSHpbYtQIkm0Cx+on8Pgt1XqtPx6fy9rQFb2DNc9u1G3AUVnqA17buOkH1vLxAtX4MedlxMWyRCYYA==", 849 "license": "Apache-2.0", 850 "dependencies": { 851 "@swc/helpers": "^0.5.0" 852 }, 853 "peerDependencies": { 854 "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" 855 } 856 }, 857 "node_modules/@react-types/shared": { 858 "version": "3.24.1", 859 "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.24.1.tgz", 860 "integrity": "sha512-AUQeGYEm/zDTN6zLzdXolDxz3Jk5dDL7f506F07U8tBwxNNI3WRdhU84G0/AaFikOZzDXhOZDr3MhQMzyE7Ydw==", 861 "license": "Apache-2.0", 862 "peerDependencies": { 863 "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" 864 } 865 }, 866 "node_modules/@shikijs/core": { 867 "version": "1.18.0", 868 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.18.0.tgz", 869 "integrity": "sha512-VK4BNVCd2leY62Nm2JjyxtRLkyrZT/tv104O81eyaCjHq4Adceq2uJVFJJAIof6lT1mBwZrEo2qT/T+grv3MQQ==", 870 "license": "MIT", 871 "dependencies": { 872 "@shikijs/engine-javascript": "1.18.0", 873 "@shikijs/engine-oniguruma": "1.18.0", 874 "@shikijs/types": "1.18.0", 875 "@shikijs/vscode-textmate": "^9.2.2", 876 "@types/hast": "^3.0.4", 877 "hast-util-to-html": "^9.0.3" 878 } 879 }, 880 "node_modules/@shikijs/engine-javascript": { 881 "version": "1.18.0", 882 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.18.0.tgz", 883 "integrity": "sha512-qoP/aO/ATNwYAUw1YMdaip/YVEstMZEgrwhePm83Ll9OeQPuxDZd48szZR8oSQNQBT8m8UlWxZv8EA3lFuyI5A==", 884 "license": "MIT", 885 "dependencies": { 886 "@shikijs/types": "1.18.0", 887 "@shikijs/vscode-textmate": "^9.2.2", 888 "oniguruma-to-js": "0.4.3" 889 } 890 }, 891 "node_modules/@shikijs/engine-oniguruma": { 892 "version": "1.18.0", 893 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.18.0.tgz", 894 "integrity": "sha512-B9u0ZKI/cud+TcmF8Chyh+R4V5qQVvyDOqXC2l2a4x73PBSBc6sZ0JRAX3eqyJswqir6ktwApUUGBYePdKnMJg==", 895 "license": "MIT", 896 "dependencies": { 897 "@shikijs/types": "1.18.0", 898 "@shikijs/vscode-textmate": "^9.2.2" 899 } 900 }, 901 "node_modules/@shikijs/twoslash": { 902 "version": "1.18.0", 903 "resolved": "https://registry.npmjs.org/@shikijs/twoslash/-/twoslash-1.18.0.tgz", 904 "integrity": "sha512-nbv1vEiNlM9GbXpN0++5QiT2NdUbAJ6y8yBuMWIiT04dxD3tdl7Ud3TL6hAZ6CAwMGn5hRaN+2va2oN1Rsy1Ww==", 905 "license": "MIT", 906 "dependencies": { 907 "@shikijs/core": "1.18.0", 908 "@shikijs/types": "1.18.0", 909 "twoslash": "^0.2.11" 910 } 911 }, 912 "node_modules/@shikijs/types": { 913 "version": "1.18.0", 914 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.18.0.tgz", 915 "integrity": "sha512-O9N36UEaGGrxv1yUrN2nye7gDLG5Uq0/c1LyfmxsvzNPqlHzWo9DI0A4+fhW2y3bGKuQu/fwS7EPdKJJCowcVA==", 916 "license": "MIT", 917 "dependencies": { 918 "@shikijs/vscode-textmate": "^9.2.2", 919 "@types/hast": "^3.0.4" 920 } 921 }, 922 "node_modules/@shikijs/vscode-textmate": { 923 "version": "9.2.2", 924 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.2.2.tgz", 925 "integrity": "sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg==", 926 "license": "MIT" 927 }, 928 "node_modules/@swc/counter": { 929 "version": "0.1.3", 930 "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz", 931 "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==", 932 "license": "Apache-2.0" 933 }, 934 "node_modules/@swc/helpers": { 935 "version": "0.5.5", 936 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.5.tgz", 937 "integrity": "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==", 938 "license": "Apache-2.0", 939 "dependencies": { 940 "@swc/counter": "^0.1.3", 941 "tslib": "^2.4.0" 942 } 943 }, 944 "node_modules/@tanstack/react-virtual": { 945 "version": "3.10.8", 946 "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.10.8.tgz", 947 "integrity": "sha512-VbzbVGSsZlQktyLrP5nxE+vE1ZR+U0NFAWPbJLoG2+DKPwd2D7dVICTVIIaYlJqX1ZCEnYDbaOpmMwbsyhBoIA==", 948 "license": "MIT", 949 "dependencies": { 950 "@tanstack/virtual-core": "3.10.8" 951 }, 952 "funding": { 953 "type": "github", 954 "url": "https://github.com/sponsors/tannerlinsley" 955 }, 956 "peerDependencies": { 957 "react": "^16.8.0 || ^17.0.0 || ^18.0.0", 958 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" 959 } 960 }, 961 "node_modules/@tanstack/virtual-core": { 962 "version": "3.10.8", 963 "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.10.8.tgz", 964 "integrity": "sha512-PBu00mtt95jbKFi6Llk9aik8bnR3tR/oQP1o3TSi+iG//+Q2RTIzCEgKkHG8BB86kxMNW6O8wku+Lmi+QFR6jA==", 965 "license": "MIT", 966 "funding": { 967 "type": "github", 968 "url": "https://github.com/sponsors/tannerlinsley" 969 } 970 }, 971 "node_modules/@theguild/remark-mermaid": { 972 "version": "0.1.2", 973 "resolved": "https://registry.npmjs.org/@theguild/remark-mermaid/-/remark-mermaid-0.1.2.tgz", 974 "integrity": "sha512-CB1n996M3JqR/9yAOchdOtfmtvDASCUlg/M4wJ/dmZmEpLNlBko8V31Nszo5Uz9+xaO6NrYcjEXA9i/PxzI1xQ==", 975 "license": "MIT", 976 "dependencies": { 977 "mermaid": "^11.0.0", 978 "unist-util-visit": "^5.0.0" 979 }, 980 "peerDependencies": { 981 "react": "^18.2.0" 982 } 983 }, 984 "node_modules/@theguild/remark-npm2yarn": { 985 "version": "0.3.2", 986 "resolved": "https://registry.npmjs.org/@theguild/remark-npm2yarn/-/remark-npm2yarn-0.3.2.tgz", 987 "integrity": "sha512-H9T/GOuS/+4H7AY1cfD5DJIIIcGIIw1zMCB8OeTgXk7azJULsnuOurZ/CR54rvuTD+Krx0MVQccaUCvCWfP+vw==", 988 "license": "MIT", 989 "dependencies": { 990 "npm-to-yarn": "^3.0.0", 991 "unist-util-visit": "^5.0.0" 992 } 993 }, 994 "node_modules/@types/acorn": { 995 "version": "4.0.6", 996 "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz", 997 "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==", 998 "license": "MIT", 999 "dependencies": { 1000 "@types/estree": "*" 1001 } 1002 }, 1003 "node_modules/@types/debug": { 1004 "version": "4.1.12", 1005 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1006 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1007 "license": "MIT", 1008 "dependencies": { 1009 "@types/ms": "*" 1010 } 1011 }, 1012 "node_modules/@types/estree": { 1013 "version": "1.0.6", 1014 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", 1015 "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", 1016 "license": "MIT" 1017 }, 1018 "node_modules/@types/estree-jsx": { 1019 "version": "1.0.5", 1020 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", 1021 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", 1022 "license": "MIT", 1023 "dependencies": { 1024 "@types/estree": "*" 1025 } 1026 }, 1027 "node_modules/@types/hast": { 1028 "version": "3.0.4", 1029 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 1030 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 1031 "license": "MIT", 1032 "dependencies": { 1033 "@types/unist": "*" 1034 } 1035 }, 1036 "node_modules/@types/katex": { 1037 "version": "0.16.7", 1038 "resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.7.tgz", 1039 "integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==", 1040 "license": "MIT" 1041 }, 1042 "node_modules/@types/mdast": { 1043 "version": "4.0.4", 1044 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 1045 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 1046 "license": "MIT", 1047 "dependencies": { 1048 "@types/unist": "*" 1049 } 1050 }, 1051 "node_modules/@types/mdx": { 1052 "version": "2.0.13", 1053 "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", 1054 "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", 1055 "license": "MIT" 1056 }, 1057 "node_modules/@types/ms": { 1058 "version": "0.7.34", 1059 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", 1060 "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==", 1061 "license": "MIT" 1062 }, 1063 "node_modules/@types/nlcst": { 1064 "version": "2.0.3", 1065 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", 1066 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", 1067 "license": "MIT", 1068 "dependencies": { 1069 "@types/unist": "*" 1070 } 1071 }, 1072 "node_modules/@types/prop-types": { 1073 "version": "15.7.13", 1074 "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", 1075 "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", 1076 "license": "MIT", 1077 "peer": true 1078 }, 1079 "node_modules/@types/react": { 1080 "version": "18.3.9", 1081 "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.9.tgz", 1082 "integrity": "sha512-+BpAVyTpJkNWWSSnaLBk6ePpHLOGJKnEQNbINNovPWzvEUyAe3e+/d494QdEh71RekM/qV7lw6jzf1HGrJyAtQ==", 1083 "license": "MIT", 1084 "peer": true, 1085 "dependencies": { 1086 "@types/prop-types": "*", 1087 "csstype": "^3.0.2" 1088 } 1089 }, 1090 "node_modules/@types/unist": { 1091 "version": "3.0.3", 1092 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 1093 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 1094 "license": "MIT" 1095 }, 1096 "node_modules/@typescript/vfs": { 1097 "version": "1.6.0", 1098 "resolved": "https://registry.npmjs.org/@typescript/vfs/-/vfs-1.6.0.tgz", 1099 "integrity": "sha512-hvJUjNVeBMp77qPINuUvYXj4FyWeeMMKZkxEATEU3hqBAQ7qdTBCUFT7Sp0Zu0faeEtFf+ldXxMEDr/bk73ISg==", 1100 "license": "MIT", 1101 "dependencies": { 1102 "debug": "^4.1.1" 1103 }, 1104 "peerDependencies": { 1105 "typescript": "*" 1106 } 1107 }, 1108 "node_modules/@ungap/structured-clone": { 1109 "version": "1.2.0", 1110 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", 1111 "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", 1112 "license": "ISC" 1113 }, 1114 "node_modules/acorn": { 1115 "version": "8.12.1", 1116 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", 1117 "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", 1118 "license": "MIT", 1119 "bin": { 1120 "acorn": "bin/acorn" 1121 }, 1122 "engines": { 1123 "node": ">=0.4.0" 1124 } 1125 }, 1126 "node_modules/acorn-jsx": { 1127 "version": "5.3.2", 1128 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 1129 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 1130 "license": "MIT", 1131 "peerDependencies": { 1132 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 1133 } 1134 }, 1135 "node_modules/ansi-regex": { 1136 "version": "6.1.0", 1137 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 1138 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 1139 "dev": true, 1140 "license": "MIT", 1141 "engines": { 1142 "node": ">=12" 1143 }, 1144 "funding": { 1145 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 1146 } 1147 }, 1148 "node_modules/ansi-styles": { 1149 "version": "3.2.1", 1150 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", 1151 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", 1152 "license": "MIT", 1153 "dependencies": { 1154 "color-convert": "^1.9.0" 1155 }, 1156 "engines": { 1157 "node": ">=4" 1158 } 1159 }, 1160 "node_modules/any-promise": { 1161 "version": "1.3.0", 1162 "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", 1163 "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", 1164 "dev": true, 1165 "license": "MIT" 1166 }, 1167 "node_modules/anymatch": { 1168 "version": "3.1.3", 1169 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 1170 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 1171 "dev": true, 1172 "license": "ISC", 1173 "dependencies": { 1174 "normalize-path": "^3.0.0", 1175 "picomatch": "^2.0.4" 1176 }, 1177 "engines": { 1178 "node": ">= 8" 1179 } 1180 }, 1181 "node_modules/arch": { 1182 "version": "2.2.0", 1183 "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", 1184 "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", 1185 "funding": [ 1186 { 1187 "type": "github", 1188 "url": "https://github.com/sponsors/feross" 1189 }, 1190 { 1191 "type": "patreon", 1192 "url": "https://www.patreon.com/feross" 1193 }, 1194 { 1195 "type": "consulting", 1196 "url": "https://feross.org/support" 1197 } 1198 ], 1199 "license": "MIT" 1200 }, 1201 "node_modules/arg": { 1202 "version": "5.0.2", 1203 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 1204 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", 1205 "dev": true, 1206 "license": "MIT" 1207 }, 1208 "node_modules/argparse": { 1209 "version": "1.0.10", 1210 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 1211 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 1212 "license": "MIT", 1213 "dependencies": { 1214 "sprintf-js": "~1.0.2" 1215 } 1216 }, 1217 "node_modules/array-iterate": { 1218 "version": "2.0.1", 1219 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 1220 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 1221 "license": "MIT", 1222 "funding": { 1223 "type": "github", 1224 "url": "https://github.com/sponsors/wooorm" 1225 } 1226 }, 1227 "node_modules/astring": { 1228 "version": "1.9.0", 1229 "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", 1230 "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", 1231 "license": "MIT", 1232 "bin": { 1233 "astring": "bin/astring" 1234 } 1235 }, 1236 "node_modules/autoprefixer": { 1237 "version": "10.4.20", 1238 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz", 1239 "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", 1240 "dev": true, 1241 "funding": [ 1242 { 1243 "type": "opencollective", 1244 "url": "https://opencollective.com/postcss/" 1245 }, 1246 { 1247 "type": "tidelift", 1248 "url": "https://tidelift.com/funding/github/npm/autoprefixer" 1249 }, 1250 { 1251 "type": "github", 1252 "url": "https://github.com/sponsors/ai" 1253 } 1254 ], 1255 "license": "MIT", 1256 "dependencies": { 1257 "browserslist": "^4.23.3", 1258 "caniuse-lite": "^1.0.30001646", 1259 "fraction.js": "^4.3.7", 1260 "normalize-range": "^0.1.2", 1261 "picocolors": "^1.0.1", 1262 "postcss-value-parser": "^4.2.0" 1263 }, 1264 "bin": { 1265 "autoprefixer": "bin/autoprefixer" 1266 }, 1267 "engines": { 1268 "node": "^10 || ^12 || >=14" 1269 }, 1270 "peerDependencies": { 1271 "postcss": "^8.1.0" 1272 } 1273 }, 1274 "node_modules/bail": { 1275 "version": "2.0.2", 1276 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 1277 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 1278 "license": "MIT", 1279 "funding": { 1280 "type": "github", 1281 "url": "https://github.com/sponsors/wooorm" 1282 } 1283 }, 1284 "node_modules/balanced-match": { 1285 "version": "1.0.2", 1286 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 1287 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", 1288 "dev": true, 1289 "license": "MIT" 1290 }, 1291 "node_modules/better-react-mathjax": { 1292 "version": "2.0.3", 1293 "resolved": "https://registry.npmjs.org/better-react-mathjax/-/better-react-mathjax-2.0.3.tgz", 1294 "integrity": "sha512-wfifT8GFOKb1TWm2+E50I6DJpLZ5kLbch283Lu043EJtwSv0XvZDjr4YfR4d2MjAhqP6SH4VjjrKgbX8R00oCQ==", 1295 "license": "MIT", 1296 "dependencies": { 1297 "mathjax-full": "^3.2.2" 1298 }, 1299 "peerDependencies": { 1300 "react": ">=16.8" 1301 } 1302 }, 1303 "node_modules/binary-extensions": { 1304 "version": "2.3.0", 1305 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", 1306 "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", 1307 "dev": true, 1308 "license": "MIT", 1309 "engines": { 1310 "node": ">=8" 1311 }, 1312 "funding": { 1313 "url": "https://github.com/sponsors/sindresorhus" 1314 } 1315 }, 1316 "node_modules/brace-expansion": { 1317 "version": "2.0.1", 1318 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", 1319 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", 1320 "dev": true, 1321 "license": "MIT", 1322 "dependencies": { 1323 "balanced-match": "^1.0.0" 1324 } 1325 }, 1326 "node_modules/braces": { 1327 "version": "3.0.3", 1328 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 1329 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 1330 "dev": true, 1331 "license": "MIT", 1332 "dependencies": { 1333 "fill-range": "^7.1.1" 1334 }, 1335 "engines": { 1336 "node": ">=8" 1337 } 1338 }, 1339 "node_modules/browserslist": { 1340 "version": "4.24.0", 1341 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.0.tgz", 1342 "integrity": "sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==", 1343 "dev": true, 1344 "funding": [ 1345 { 1346 "type": "opencollective", 1347 "url": "https://opencollective.com/browserslist" 1348 }, 1349 { 1350 "type": "tidelift", 1351 "url": "https://tidelift.com/funding/github/npm/browserslist" 1352 }, 1353 { 1354 "type": "github", 1355 "url": "https://github.com/sponsors/ai" 1356 } 1357 ], 1358 "license": "MIT", 1359 "dependencies": { 1360 "caniuse-lite": "^1.0.30001663", 1361 "electron-to-chromium": "^1.5.28", 1362 "node-releases": "^2.0.18", 1363 "update-browserslist-db": "^1.1.0" 1364 }, 1365 "bin": { 1366 "browserslist": "cli.js" 1367 }, 1368 "engines": { 1369 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 1370 } 1371 }, 1372 "node_modules/busboy": { 1373 "version": "1.6.0", 1374 "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", 1375 "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", 1376 "dependencies": { 1377 "streamsearch": "^1.1.0" 1378 }, 1379 "engines": { 1380 "node": ">=10.16.0" 1381 } 1382 }, 1383 "node_modules/camelcase-css": { 1384 "version": "2.0.1", 1385 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", 1386 "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", 1387 "dev": true, 1388 "license": "MIT", 1389 "engines": { 1390 "node": ">= 6" 1391 } 1392 }, 1393 "node_modules/caniuse-lite": { 1394 "version": "1.0.30001663", 1395 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001663.tgz", 1396 "integrity": "sha512-o9C3X27GLKbLeTYZ6HBOLU1tsAcBZsLis28wrVzddShCS16RujjHp9GDHKZqrB3meE0YjhawvMFsGb/igqiPzA==", 1397 "funding": [ 1398 { 1399 "type": "opencollective", 1400 "url": "https://opencollective.com/browserslist" 1401 }, 1402 { 1403 "type": "tidelift", 1404 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 1405 }, 1406 { 1407 "type": "github", 1408 "url": "https://github.com/sponsors/ai" 1409 } 1410 ], 1411 "license": "CC-BY-4.0" 1412 }, 1413 "node_modules/ccount": { 1414 "version": "2.0.1", 1415 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 1416 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 1417 "license": "MIT", 1418 "funding": { 1419 "type": "github", 1420 "url": "https://github.com/sponsors/wooorm" 1421 } 1422 }, 1423 "node_modules/chalk": { 1424 "version": "2.3.0", 1425 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz", 1426 "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", 1427 "license": "MIT", 1428 "dependencies": { 1429 "ansi-styles": "^3.1.0", 1430 "escape-string-regexp": "^1.0.5", 1431 "supports-color": "^4.0.0" 1432 }, 1433 "engines": { 1434 "node": ">=4" 1435 } 1436 }, 1437 "node_modules/chalk/node_modules/escape-string-regexp": { 1438 "version": "1.0.5", 1439 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", 1440 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", 1441 "license": "MIT", 1442 "engines": { 1443 "node": ">=0.8.0" 1444 } 1445 }, 1446 "node_modules/character-entities": { 1447 "version": "2.0.2", 1448 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 1449 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 1450 "license": "MIT", 1451 "funding": { 1452 "type": "github", 1453 "url": "https://github.com/sponsors/wooorm" 1454 } 1455 }, 1456 "node_modules/character-entities-html4": { 1457 "version": "2.1.0", 1458 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 1459 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 1460 "license": "MIT", 1461 "funding": { 1462 "type": "github", 1463 "url": "https://github.com/sponsors/wooorm" 1464 } 1465 }, 1466 "node_modules/character-entities-legacy": { 1467 "version": "3.0.0", 1468 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 1469 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 1470 "license": "MIT", 1471 "funding": { 1472 "type": "github", 1473 "url": "https://github.com/sponsors/wooorm" 1474 } 1475 }, 1476 "node_modules/character-reference-invalid": { 1477 "version": "2.0.1", 1478 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", 1479 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", 1480 "license": "MIT", 1481 "funding": { 1482 "type": "github", 1483 "url": "https://github.com/sponsors/wooorm" 1484 } 1485 }, 1486 "node_modules/chevrotain": { 1487 "version": "11.0.3", 1488 "resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-11.0.3.tgz", 1489 "integrity": "sha512-ci2iJH6LeIkvP9eJW6gpueU8cnZhv85ELY8w8WiFtNjMHA5ad6pQLaJo9mEly/9qUyCpvqX8/POVUTf18/HFdw==", 1490 "license": "Apache-2.0", 1491 "dependencies": { 1492 "@chevrotain/cst-dts-gen": "11.0.3", 1493 "@chevrotain/gast": "11.0.3", 1494 "@chevrotain/regexp-to-ast": "11.0.3", 1495 "@chevrotain/types": "11.0.3", 1496 "@chevrotain/utils": "11.0.3", 1497 "lodash-es": "4.17.21" 1498 } 1499 }, 1500 "node_modules/chevrotain-allstar": { 1501 "version": "0.3.1", 1502 "resolved": "https://registry.npmjs.org/chevrotain-allstar/-/chevrotain-allstar-0.3.1.tgz", 1503 "integrity": "sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==", 1504 "license": "MIT", 1505 "dependencies": { 1506 "lodash-es": "^4.17.21" 1507 }, 1508 "peerDependencies": { 1509 "chevrotain": "^11.0.0" 1510 } 1511 }, 1512 "node_modules/chokidar": { 1513 "version": "3.6.0", 1514 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", 1515 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", 1516 "dev": true, 1517 "license": "MIT", 1518 "dependencies": { 1519 "anymatch": "~3.1.2", 1520 "braces": "~3.0.2", 1521 "glob-parent": "~5.1.2", 1522 "is-binary-path": "~2.1.0", 1523 "is-glob": "~4.0.1", 1524 "normalize-path": "~3.0.0", 1525 "readdirp": "~3.6.0" 1526 }, 1527 "engines": { 1528 "node": ">= 8.10.0" 1529 }, 1530 "funding": { 1531 "url": "https://paulmillr.com/funding/" 1532 }, 1533 "optionalDependencies": { 1534 "fsevents": "~2.3.2" 1535 } 1536 }, 1537 "node_modules/chokidar/node_modules/glob-parent": { 1538 "version": "5.1.2", 1539 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 1540 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 1541 "dev": true, 1542 "license": "ISC", 1543 "dependencies": { 1544 "is-glob": "^4.0.1" 1545 }, 1546 "engines": { 1547 "node": ">= 6" 1548 } 1549 }, 1550 "node_modules/client-only": { 1551 "version": "0.0.1", 1552 "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", 1553 "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", 1554 "license": "MIT" 1555 }, 1556 "node_modules/clipboardy": { 1557 "version": "1.2.2", 1558 "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-1.2.2.tgz", 1559 "integrity": "sha512-16KrBOV7bHmHdxcQiCvfUFYVFyEah4FI8vYT1Fr7CGSA4G+xBWMEfUEQJS1hxeHGtI9ju1Bzs9uXSbj5HZKArw==", 1560 "license": "MIT", 1561 "dependencies": { 1562 "arch": "^2.1.0", 1563 "execa": "^0.8.0" 1564 }, 1565 "engines": { 1566 "node": ">=4" 1567 } 1568 }, 1569 "node_modules/clsx": { 1570 "version": "2.1.1", 1571 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 1572 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 1573 "license": "MIT", 1574 "engines": { 1575 "node": ">=6" 1576 } 1577 }, 1578 "node_modules/collapse-white-space": { 1579 "version": "2.1.0", 1580 "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", 1581 "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", 1582 "license": "MIT", 1583 "funding": { 1584 "type": "github", 1585 "url": "https://github.com/sponsors/wooorm" 1586 } 1587 }, 1588 "node_modules/color-convert": { 1589 "version": "1.9.3", 1590 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", 1591 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", 1592 "license": "MIT", 1593 "dependencies": { 1594 "color-name": "1.1.3" 1595 } 1596 }, 1597 "node_modules/color-name": { 1598 "version": "1.1.3", 1599 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", 1600 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", 1601 "license": "MIT" 1602 }, 1603 "node_modules/comma-separated-tokens": { 1604 "version": "2.0.3", 1605 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 1606 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 1607 "license": "MIT", 1608 "funding": { 1609 "type": "github", 1610 "url": "https://github.com/sponsors/wooorm" 1611 } 1612 }, 1613 "node_modules/commander": { 1614 "version": "8.3.0", 1615 "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", 1616 "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", 1617 "license": "MIT", 1618 "engines": { 1619 "node": ">= 12" 1620 } 1621 }, 1622 "node_modules/compute-scroll-into-view": { 1623 "version": "3.1.0", 1624 "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.0.tgz", 1625 "integrity": "sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==", 1626 "license": "MIT" 1627 }, 1628 "node_modules/confbox": { 1629 "version": "0.1.7", 1630 "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", 1631 "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==", 1632 "license": "MIT" 1633 }, 1634 "node_modules/cose-base": { 1635 "version": "1.0.3", 1636 "resolved": "https://registry.npmjs.org/cose-base/-/cose-base-1.0.3.tgz", 1637 "integrity": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==", 1638 "license": "MIT", 1639 "dependencies": { 1640 "layout-base": "^1.0.0" 1641 } 1642 }, 1643 "node_modules/cross-spawn": { 1644 "version": "7.0.3", 1645 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", 1646 "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", 1647 "dev": true, 1648 "license": "MIT", 1649 "dependencies": { 1650 "path-key": "^3.1.0", 1651 "shebang-command": "^2.0.0", 1652 "which": "^2.0.1" 1653 }, 1654 "engines": { 1655 "node": ">= 8" 1656 } 1657 }, 1658 "node_modules/cssesc": { 1659 "version": "3.0.0", 1660 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 1661 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 1662 "dev": true, 1663 "license": "MIT", 1664 "bin": { 1665 "cssesc": "bin/cssesc" 1666 }, 1667 "engines": { 1668 "node": ">=4" 1669 } 1670 }, 1671 "node_modules/csstype": { 1672 "version": "3.1.3", 1673 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", 1674 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", 1675 "license": "MIT", 1676 "peer": true 1677 }, 1678 "node_modules/cytoscape": { 1679 "version": "3.30.2", 1680 "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.2.tgz", 1681 "integrity": "sha512-oICxQsjW8uSaRmn4UK/jkczKOqTrVqt5/1WL0POiJUT2EKNc9STM4hYFHv917yu55aTBMFNRzymlJhVAiWPCxw==", 1682 "license": "MIT", 1683 "engines": { 1684 "node": ">=0.10" 1685 } 1686 }, 1687 "node_modules/cytoscape-cose-bilkent": { 1688 "version": "4.1.0", 1689 "resolved": "https://registry.npmjs.org/cytoscape-cose-bilkent/-/cytoscape-cose-bilkent-4.1.0.tgz", 1690 "integrity": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==", 1691 "license": "MIT", 1692 "dependencies": { 1693 "cose-base": "^1.0.0" 1694 }, 1695 "peerDependencies": { 1696 "cytoscape": "^3.2.0" 1697 } 1698 }, 1699 "node_modules/cytoscape-fcose": { 1700 "version": "2.2.0", 1701 "resolved": "https://registry.npmjs.org/cytoscape-fcose/-/cytoscape-fcose-2.2.0.tgz", 1702 "integrity": "sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==", 1703 "license": "MIT", 1704 "dependencies": { 1705 "cose-base": "^2.2.0" 1706 }, 1707 "peerDependencies": { 1708 "cytoscape": "^3.2.0" 1709 } 1710 }, 1711 "node_modules/cytoscape-fcose/node_modules/cose-base": { 1712 "version": "2.2.0", 1713 "resolved": "https://registry.npmjs.org/cose-base/-/cose-base-2.2.0.tgz", 1714 "integrity": "sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==", 1715 "license": "MIT", 1716 "dependencies": { 1717 "layout-base": "^2.0.0" 1718 } 1719 }, 1720 "node_modules/cytoscape-fcose/node_modules/layout-base": { 1721 "version": "2.0.1", 1722 "resolved": "https://registry.npmjs.org/layout-base/-/layout-base-2.0.1.tgz", 1723 "integrity": "sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==", 1724 "license": "MIT" 1725 }, 1726 "node_modules/d3": { 1727 "version": "7.9.0", 1728 "resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz", 1729 "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", 1730 "license": "ISC", 1731 "dependencies": { 1732 "d3-array": "3", 1733 "d3-axis": "3", 1734 "d3-brush": "3", 1735 "d3-chord": "3", 1736 "d3-color": "3", 1737 "d3-contour": "4", 1738 "d3-delaunay": "6", 1739 "d3-dispatch": "3", 1740 "d3-drag": "3", 1741 "d3-dsv": "3", 1742 "d3-ease": "3", 1743 "d3-fetch": "3", 1744 "d3-force": "3", 1745 "d3-format": "3", 1746 "d3-geo": "3", 1747 "d3-hierarchy": "3", 1748 "d3-interpolate": "3", 1749 "d3-path": "3", 1750 "d3-polygon": "3", 1751 "d3-quadtree": "3", 1752 "d3-random": "3", 1753 "d3-scale": "4", 1754 "d3-scale-chromatic": "3", 1755 "d3-selection": "3", 1756 "d3-shape": "3", 1757 "d3-time": "3", 1758 "d3-time-format": "4", 1759 "d3-timer": "3", 1760 "d3-transition": "3", 1761 "d3-zoom": "3" 1762 }, 1763 "engines": { 1764 "node": ">=12" 1765 } 1766 }, 1767 "node_modules/d3-array": { 1768 "version": "3.2.4", 1769 "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", 1770 "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", 1771 "license": "ISC", 1772 "dependencies": { 1773 "internmap": "1 - 2" 1774 }, 1775 "engines": { 1776 "node": ">=12" 1777 } 1778 }, 1779 "node_modules/d3-axis": { 1780 "version": "3.0.0", 1781 "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", 1782 "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", 1783 "license": "ISC", 1784 "engines": { 1785 "node": ">=12" 1786 } 1787 }, 1788 "node_modules/d3-brush": { 1789 "version": "3.0.0", 1790 "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", 1791 "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", 1792 "license": "ISC", 1793 "dependencies": { 1794 "d3-dispatch": "1 - 3", 1795 "d3-drag": "2 - 3", 1796 "d3-interpolate": "1 - 3", 1797 "d3-selection": "3", 1798 "d3-transition": "3" 1799 }, 1800 "engines": { 1801 "node": ">=12" 1802 } 1803 }, 1804 "node_modules/d3-chord": { 1805 "version": "3.0.1", 1806 "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", 1807 "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", 1808 "license": "ISC", 1809 "dependencies": { 1810 "d3-path": "1 - 3" 1811 }, 1812 "engines": { 1813 "node": ">=12" 1814 } 1815 }, 1816 "node_modules/d3-color": { 1817 "version": "3.1.0", 1818 "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", 1819 "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", 1820 "license": "ISC", 1821 "engines": { 1822 "node": ">=12" 1823 } 1824 }, 1825 "node_modules/d3-contour": { 1826 "version": "4.0.2", 1827 "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz", 1828 "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==", 1829 "license": "ISC", 1830 "dependencies": { 1831 "d3-array": "^3.2.0" 1832 }, 1833 "engines": { 1834 "node": ">=12" 1835 } 1836 }, 1837 "node_modules/d3-delaunay": { 1838 "version": "6.0.4", 1839 "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", 1840 "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", 1841 "license": "ISC", 1842 "dependencies": { 1843 "delaunator": "5" 1844 }, 1845 "engines": { 1846 "node": ">=12" 1847 } 1848 }, 1849 "node_modules/d3-dispatch": { 1850 "version": "3.0.1", 1851 "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", 1852 "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", 1853 "license": "ISC", 1854 "engines": { 1855 "node": ">=12" 1856 } 1857 }, 1858 "node_modules/d3-drag": { 1859 "version": "3.0.0", 1860 "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", 1861 "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", 1862 "license": "ISC", 1863 "dependencies": { 1864 "d3-dispatch": "1 - 3", 1865 "d3-selection": "3" 1866 }, 1867 "engines": { 1868 "node": ">=12" 1869 } 1870 }, 1871 "node_modules/d3-dsv": { 1872 "version": "3.0.1", 1873 "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", 1874 "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", 1875 "license": "ISC", 1876 "dependencies": { 1877 "commander": "7", 1878 "iconv-lite": "0.6", 1879 "rw": "1" 1880 }, 1881 "bin": { 1882 "csv2json": "bin/dsv2json.js", 1883 "csv2tsv": "bin/dsv2dsv.js", 1884 "dsv2dsv": "bin/dsv2dsv.js", 1885 "dsv2json": "bin/dsv2json.js", 1886 "json2csv": "bin/json2dsv.js", 1887 "json2dsv": "bin/json2dsv.js", 1888 "json2tsv": "bin/json2dsv.js", 1889 "tsv2csv": "bin/dsv2dsv.js", 1890 "tsv2json": "bin/dsv2json.js" 1891 }, 1892 "engines": { 1893 "node": ">=12" 1894 } 1895 }, 1896 "node_modules/d3-dsv/node_modules/commander": { 1897 "version": "7.2.0", 1898 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 1899 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", 1900 "license": "MIT", 1901 "engines": { 1902 "node": ">= 10" 1903 } 1904 }, 1905 "node_modules/d3-ease": { 1906 "version": "3.0.1", 1907 "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", 1908 "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", 1909 "license": "BSD-3-Clause", 1910 "engines": { 1911 "node": ">=12" 1912 } 1913 }, 1914 "node_modules/d3-fetch": { 1915 "version": "3.0.1", 1916 "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", 1917 "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", 1918 "license": "ISC", 1919 "dependencies": { 1920 "d3-dsv": "1 - 3" 1921 }, 1922 "engines": { 1923 "node": ">=12" 1924 } 1925 }, 1926 "node_modules/d3-force": { 1927 "version": "3.0.0", 1928 "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", 1929 "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", 1930 "license": "ISC", 1931 "dependencies": { 1932 "d3-dispatch": "1 - 3", 1933 "d3-quadtree": "1 - 3", 1934 "d3-timer": "1 - 3" 1935 }, 1936 "engines": { 1937 "node": ">=12" 1938 } 1939 }, 1940 "node_modules/d3-format": { 1941 "version": "3.1.0", 1942 "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", 1943 "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", 1944 "license": "ISC", 1945 "engines": { 1946 "node": ">=12" 1947 } 1948 }, 1949 "node_modules/d3-geo": { 1950 "version": "3.1.1", 1951 "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz", 1952 "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==", 1953 "license": "ISC", 1954 "dependencies": { 1955 "d3-array": "2.5.0 - 3" 1956 }, 1957 "engines": { 1958 "node": ">=12" 1959 } 1960 }, 1961 "node_modules/d3-hierarchy": { 1962 "version": "3.1.2", 1963 "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", 1964 "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", 1965 "license": "ISC", 1966 "engines": { 1967 "node": ">=12" 1968 } 1969 }, 1970 "node_modules/d3-interpolate": { 1971 "version": "3.0.1", 1972 "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", 1973 "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", 1974 "license": "ISC", 1975 "dependencies": { 1976 "d3-color": "1 - 3" 1977 }, 1978 "engines": { 1979 "node": ">=12" 1980 } 1981 }, 1982 "node_modules/d3-path": { 1983 "version": "3.1.0", 1984 "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", 1985 "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", 1986 "license": "ISC", 1987 "engines": { 1988 "node": ">=12" 1989 } 1990 }, 1991 "node_modules/d3-polygon": { 1992 "version": "3.0.1", 1993 "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", 1994 "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", 1995 "license": "ISC", 1996 "engines": { 1997 "node": ">=12" 1998 } 1999 }, 2000 "node_modules/d3-quadtree": { 2001 "version": "3.0.1", 2002 "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", 2003 "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", 2004 "license": "ISC", 2005 "engines": { 2006 "node": ">=12" 2007 } 2008 }, 2009 "node_modules/d3-random": { 2010 "version": "3.0.1", 2011 "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", 2012 "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", 2013 "license": "ISC", 2014 "engines": { 2015 "node": ">=12" 2016 } 2017 }, 2018 "node_modules/d3-sankey": { 2019 "version": "0.12.3", 2020 "resolved": "https://registry.npmjs.org/d3-sankey/-/d3-sankey-0.12.3.tgz", 2021 "integrity": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==", 2022 "license": "BSD-3-Clause", 2023 "dependencies": { 2024 "d3-array": "1 - 2", 2025 "d3-shape": "^1.2.0" 2026 } 2027 }, 2028 "node_modules/d3-sankey/node_modules/d3-array": { 2029 "version": "2.12.1", 2030 "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz", 2031 "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", 2032 "license": "BSD-3-Clause", 2033 "dependencies": { 2034 "internmap": "^1.0.0" 2035 } 2036 }, 2037 "node_modules/d3-sankey/node_modules/d3-path": { 2038 "version": "1.0.9", 2039 "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", 2040 "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==", 2041 "license": "BSD-3-Clause" 2042 }, 2043 "node_modules/d3-sankey/node_modules/d3-shape": { 2044 "version": "1.3.7", 2045 "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", 2046 "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", 2047 "license": "BSD-3-Clause", 2048 "dependencies": { 2049 "d3-path": "1" 2050 } 2051 }, 2052 "node_modules/d3-sankey/node_modules/internmap": { 2053 "version": "1.0.1", 2054 "resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz", 2055 "integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==", 2056 "license": "ISC" 2057 }, 2058 "node_modules/d3-scale": { 2059 "version": "4.0.2", 2060 "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", 2061 "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", 2062 "license": "ISC", 2063 "dependencies": { 2064 "d3-array": "2.10.0 - 3", 2065 "d3-format": "1 - 3", 2066 "d3-interpolate": "1.2.0 - 3", 2067 "d3-time": "2.1.1 - 3", 2068 "d3-time-format": "2 - 4" 2069 }, 2070 "engines": { 2071 "node": ">=12" 2072 } 2073 }, 2074 "node_modules/d3-scale-chromatic": { 2075 "version": "3.1.0", 2076 "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", 2077 "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==", 2078 "license": "ISC", 2079 "dependencies": { 2080 "d3-color": "1 - 3", 2081 "d3-interpolate": "1 - 3" 2082 }, 2083 "engines": { 2084 "node": ">=12" 2085 } 2086 }, 2087 "node_modules/d3-selection": { 2088 "version": "3.0.0", 2089 "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", 2090 "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", 2091 "license": "ISC", 2092 "engines": { 2093 "node": ">=12" 2094 } 2095 }, 2096 "node_modules/d3-shape": { 2097 "version": "3.2.0", 2098 "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", 2099 "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", 2100 "license": "ISC", 2101 "dependencies": { 2102 "d3-path": "^3.1.0" 2103 }, 2104 "engines": { 2105 "node": ">=12" 2106 } 2107 }, 2108 "node_modules/d3-time": { 2109 "version": "3.1.0", 2110 "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", 2111 "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", 2112 "license": "ISC", 2113 "dependencies": { 2114 "d3-array": "2 - 3" 2115 }, 2116 "engines": { 2117 "node": ">=12" 2118 } 2119 }, 2120 "node_modules/d3-time-format": { 2121 "version": "4.1.0", 2122 "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", 2123 "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", 2124 "license": "ISC", 2125 "dependencies": { 2126 "d3-time": "1 - 3" 2127 }, 2128 "engines": { 2129 "node": ">=12" 2130 } 2131 }, 2132 "node_modules/d3-timer": { 2133 "version": "3.0.1", 2134 "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", 2135 "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", 2136 "license": "ISC", 2137 "engines": { 2138 "node": ">=12" 2139 } 2140 }, 2141 "node_modules/d3-transition": { 2142 "version": "3.0.1", 2143 "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", 2144 "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", 2145 "license": "ISC", 2146 "dependencies": { 2147 "d3-color": "1 - 3", 2148 "d3-dispatch": "1 - 3", 2149 "d3-ease": "1 - 3", 2150 "d3-interpolate": "1 - 3", 2151 "d3-timer": "1 - 3" 2152 }, 2153 "engines": { 2154 "node": ">=12" 2155 }, 2156 "peerDependencies": { 2157 "d3-selection": "2 - 3" 2158 } 2159 }, 2160 "node_modules/d3-zoom": { 2161 "version": "3.0.0", 2162 "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", 2163 "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", 2164 "license": "ISC", 2165 "dependencies": { 2166 "d3-dispatch": "1 - 3", 2167 "d3-drag": "2 - 3", 2168 "d3-interpolate": "1 - 3", 2169 "d3-selection": "2 - 3", 2170 "d3-transition": "2 - 3" 2171 }, 2172 "engines": { 2173 "node": ">=12" 2174 } 2175 }, 2176 "node_modules/dagre-d3-es": { 2177 "version": "7.0.10", 2178 "resolved": "https://registry.npmjs.org/dagre-d3-es/-/dagre-d3-es-7.0.10.tgz", 2179 "integrity": "sha512-qTCQmEhcynucuaZgY5/+ti3X/rnszKZhEQH/ZdWdtP1tA/y3VoHJzcVrO9pjjJCNpigfscAtoUB5ONcd2wNn0A==", 2180 "license": "MIT", 2181 "dependencies": { 2182 "d3": "^7.8.2", 2183 "lodash-es": "^4.17.21" 2184 } 2185 }, 2186 "node_modules/dayjs": { 2187 "version": "1.11.13", 2188 "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", 2189 "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", 2190 "license": "MIT" 2191 }, 2192 "node_modules/debug": { 2193 "version": "4.3.7", 2194 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", 2195 "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", 2196 "license": "MIT", 2197 "dependencies": { 2198 "ms": "^2.1.3" 2199 }, 2200 "engines": { 2201 "node": ">=6.0" 2202 }, 2203 "peerDependenciesMeta": { 2204 "supports-color": { 2205 "optional": true 2206 } 2207 } 2208 }, 2209 "node_modules/decode-named-character-reference": { 2210 "version": "1.0.2", 2211 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", 2212 "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", 2213 "license": "MIT", 2214 "dependencies": { 2215 "character-entities": "^2.0.0" 2216 }, 2217 "funding": { 2218 "type": "github", 2219 "url": "https://github.com/sponsors/wooorm" 2220 } 2221 }, 2222 "node_modules/delaunator": { 2223 "version": "5.0.1", 2224 "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz", 2225 "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==", 2226 "license": "ISC", 2227 "dependencies": { 2228 "robust-predicates": "^3.0.2" 2229 } 2230 }, 2231 "node_modules/dequal": { 2232 "version": "2.0.3", 2233 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 2234 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 2235 "license": "MIT", 2236 "engines": { 2237 "node": ">=6" 2238 } 2239 }, 2240 "node_modules/devlop": { 2241 "version": "1.1.0", 2242 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 2243 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 2244 "license": "MIT", 2245 "dependencies": { 2246 "dequal": "^2.0.0" 2247 }, 2248 "funding": { 2249 "type": "github", 2250 "url": "https://github.com/sponsors/wooorm" 2251 } 2252 }, 2253 "node_modules/didyoumean": { 2254 "version": "1.2.2", 2255 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", 2256 "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", 2257 "dev": true, 2258 "license": "Apache-2.0" 2259 }, 2260 "node_modules/dlv": { 2261 "version": "1.1.3", 2262 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 2263 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", 2264 "dev": true, 2265 "license": "MIT" 2266 }, 2267 "node_modules/dompurify": { 2268 "version": "3.1.6", 2269 "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", 2270 "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==", 2271 "license": "(MPL-2.0 OR Apache-2.0)" 2272 }, 2273 "node_modules/eastasianwidth": { 2274 "version": "0.2.0", 2275 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", 2276 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", 2277 "dev": true, 2278 "license": "MIT" 2279 }, 2280 "node_modules/electron-to-chromium": { 2281 "version": "1.5.28", 2282 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.28.tgz", 2283 "integrity": "sha512-VufdJl+rzaKZoYVUijN13QcXVF5dWPZANeFTLNy+OSpHdDL5ynXTF35+60RSBbaQYB1ae723lQXHCrf4pyLsMw==", 2284 "dev": true, 2285 "license": "ISC" 2286 }, 2287 "node_modules/emoji-regex": { 2288 "version": "9.2.2", 2289 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 2290 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", 2291 "dev": true, 2292 "license": "MIT" 2293 }, 2294 "node_modules/entities": { 2295 "version": "4.5.0", 2296 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", 2297 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", 2298 "license": "BSD-2-Clause", 2299 "engines": { 2300 "node": ">=0.12" 2301 }, 2302 "funding": { 2303 "url": "https://github.com/fb55/entities?sponsor=1" 2304 } 2305 }, 2306 "node_modules/escalade": { 2307 "version": "3.2.0", 2308 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", 2309 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", 2310 "dev": true, 2311 "license": "MIT", 2312 "engines": { 2313 "node": ">=6" 2314 } 2315 }, 2316 "node_modules/escape-string-regexp": { 2317 "version": "5.0.0", 2318 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 2319 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 2320 "license": "MIT", 2321 "engines": { 2322 "node": ">=12" 2323 }, 2324 "funding": { 2325 "url": "https://github.com/sponsors/sindresorhus" 2326 } 2327 }, 2328 "node_modules/esm": { 2329 "version": "3.2.25", 2330 "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz", 2331 "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==", 2332 "license": "MIT", 2333 "engines": { 2334 "node": ">=6" 2335 } 2336 }, 2337 "node_modules/esprima": { 2338 "version": "4.0.1", 2339 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", 2340 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", 2341 "license": "BSD-2-Clause", 2342 "bin": { 2343 "esparse": "bin/esparse.js", 2344 "esvalidate": "bin/esvalidate.js" 2345 }, 2346 "engines": { 2347 "node": ">=4" 2348 } 2349 }, 2350 "node_modules/estree-util-attach-comments": { 2351 "version": "3.0.0", 2352 "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", 2353 "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", 2354 "license": "MIT", 2355 "dependencies": { 2356 "@types/estree": "^1.0.0" 2357 }, 2358 "funding": { 2359 "type": "opencollective", 2360 "url": "https://opencollective.com/unified" 2361 } 2362 }, 2363 "node_modules/estree-util-build-jsx": { 2364 "version": "3.0.1", 2365 "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", 2366 "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", 2367 "license": "MIT", 2368 "dependencies": { 2369 "@types/estree-jsx": "^1.0.0", 2370 "devlop": "^1.0.0", 2371 "estree-util-is-identifier-name": "^3.0.0", 2372 "estree-walker": "^3.0.0" 2373 }, 2374 "funding": { 2375 "type": "opencollective", 2376 "url": "https://opencollective.com/unified" 2377 } 2378 }, 2379 "node_modules/estree-util-is-identifier-name": { 2380 "version": "3.0.0", 2381 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", 2382 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", 2383 "license": "MIT", 2384 "funding": { 2385 "type": "opencollective", 2386 "url": "https://opencollective.com/unified" 2387 } 2388 }, 2389 "node_modules/estree-util-to-js": { 2390 "version": "2.0.0", 2391 "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", 2392 "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", 2393 "license": "MIT", 2394 "dependencies": { 2395 "@types/estree-jsx": "^1.0.0", 2396 "astring": "^1.8.0", 2397 "source-map": "^0.7.0" 2398 }, 2399 "funding": { 2400 "type": "opencollective", 2401 "url": "https://opencollective.com/unified" 2402 } 2403 }, 2404 "node_modules/estree-util-value-to-estree": { 2405 "version": "3.1.2", 2406 "resolved": "https://registry.npmjs.org/estree-util-value-to-estree/-/estree-util-value-to-estree-3.1.2.tgz", 2407 "integrity": "sha512-S0gW2+XZkmsx00tU2uJ4L9hUT7IFabbml9pHh2WQqFmAbxit++YGZne0sKJbNwkj9Wvg9E4uqWl4nCIFQMmfag==", 2408 "license": "MIT", 2409 "dependencies": { 2410 "@types/estree": "^1.0.0" 2411 }, 2412 "funding": { 2413 "url": "https://github.com/sponsors/remcohaszing" 2414 } 2415 }, 2416 "node_modules/estree-util-visit": { 2417 "version": "2.0.0", 2418 "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", 2419 "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", 2420 "license": "MIT", 2421 "dependencies": { 2422 "@types/estree-jsx": "^1.0.0", 2423 "@types/unist": "^3.0.0" 2424 }, 2425 "funding": { 2426 "type": "opencollective", 2427 "url": "https://opencollective.com/unified" 2428 } 2429 }, 2430 "node_modules/estree-walker": { 2431 "version": "3.0.3", 2432 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 2433 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 2434 "license": "MIT", 2435 "dependencies": { 2436 "@types/estree": "^1.0.0" 2437 } 2438 }, 2439 "node_modules/execa": { 2440 "version": "0.8.0", 2441 "resolved": "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz", 2442 "integrity": "sha512-zDWS+Rb1E8BlqqhALSt9kUhss8Qq4nN3iof3gsOdyINksElaPyNBtKUMTR62qhvgVWR0CqCX7sdnKe4MnUbFEA==", 2443 "license": "MIT", 2444 "dependencies": { 2445 "cross-spawn": "^5.0.1", 2446 "get-stream": "^3.0.0", 2447 "is-stream": "^1.1.0", 2448 "npm-run-path": "^2.0.0", 2449 "p-finally": "^1.0.0", 2450 "signal-exit": "^3.0.0", 2451 "strip-eof": "^1.0.0" 2452 }, 2453 "engines": { 2454 "node": ">=4" 2455 } 2456 }, 2457 "node_modules/execa/node_modules/cross-spawn": { 2458 "version": "5.1.0", 2459 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", 2460 "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==", 2461 "license": "MIT", 2462 "dependencies": { 2463 "lru-cache": "^4.0.1", 2464 "shebang-command": "^1.2.0", 2465 "which": "^1.2.9" 2466 } 2467 }, 2468 "node_modules/execa/node_modules/lru-cache": { 2469 "version": "4.1.5", 2470 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", 2471 "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", 2472 "license": "ISC", 2473 "dependencies": { 2474 "pseudomap": "^1.0.2", 2475 "yallist": "^2.1.2" 2476 } 2477 }, 2478 "node_modules/execa/node_modules/shebang-command": { 2479 "version": "1.2.0", 2480 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", 2481 "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", 2482 "license": "MIT", 2483 "dependencies": { 2484 "shebang-regex": "^1.0.0" 2485 }, 2486 "engines": { 2487 "node": ">=0.10.0" 2488 } 2489 }, 2490 "node_modules/execa/node_modules/shebang-regex": { 2491 "version": "1.0.0", 2492 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", 2493 "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", 2494 "license": "MIT", 2495 "engines": { 2496 "node": ">=0.10.0" 2497 } 2498 }, 2499 "node_modules/execa/node_modules/signal-exit": { 2500 "version": "3.0.7", 2501 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", 2502 "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", 2503 "license": "ISC" 2504 }, 2505 "node_modules/execa/node_modules/which": { 2506 "version": "1.3.1", 2507 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", 2508 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", 2509 "license": "ISC", 2510 "dependencies": { 2511 "isexe": "^2.0.0" 2512 }, 2513 "bin": { 2514 "which": "bin/which" 2515 } 2516 }, 2517 "node_modules/extend": { 2518 "version": "3.0.2", 2519 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 2520 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 2521 "license": "MIT" 2522 }, 2523 "node_modules/extend-shallow": { 2524 "version": "2.0.1", 2525 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", 2526 "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", 2527 "license": "MIT", 2528 "dependencies": { 2529 "is-extendable": "^0.1.0" 2530 }, 2531 "engines": { 2532 "node": ">=0.10.0" 2533 } 2534 }, 2535 "node_modules/fast-glob": { 2536 "version": "3.3.2", 2537 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", 2538 "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", 2539 "dev": true, 2540 "license": "MIT", 2541 "dependencies": { 2542 "@nodelib/fs.stat": "^2.0.2", 2543 "@nodelib/fs.walk": "^1.2.3", 2544 "glob-parent": "^5.1.2", 2545 "merge2": "^1.3.0", 2546 "micromatch": "^4.0.4" 2547 }, 2548 "engines": { 2549 "node": ">=8.6.0" 2550 } 2551 }, 2552 "node_modules/fast-glob/node_modules/glob-parent": { 2553 "version": "5.1.2", 2554 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 2555 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 2556 "dev": true, 2557 "license": "ISC", 2558 "dependencies": { 2559 "is-glob": "^4.0.1" 2560 }, 2561 "engines": { 2562 "node": ">= 6" 2563 } 2564 }, 2565 "node_modules/fastq": { 2566 "version": "1.17.1", 2567 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", 2568 "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", 2569 "dev": true, 2570 "license": "ISC", 2571 "dependencies": { 2572 "reusify": "^1.0.4" 2573 } 2574 }, 2575 "node_modules/fault": { 2576 "version": "2.0.1", 2577 "resolved": "https://registry.npmjs.org/fault/-/fault-2.0.1.tgz", 2578 "integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==", 2579 "license": "MIT", 2580 "dependencies": { 2581 "format": "^0.2.0" 2582 }, 2583 "funding": { 2584 "type": "github", 2585 "url": "https://github.com/sponsors/wooorm" 2586 } 2587 }, 2588 "node_modules/fill-range": { 2589 "version": "7.1.1", 2590 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 2591 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 2592 "dev": true, 2593 "license": "MIT", 2594 "dependencies": { 2595 "to-regex-range": "^5.0.1" 2596 }, 2597 "engines": { 2598 "node": ">=8" 2599 } 2600 }, 2601 "node_modules/flexsearch": { 2602 "version": "0.7.43", 2603 "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.43.tgz", 2604 "integrity": "sha512-c5o/+Um8aqCSOXGcZoqZOm+NqtVwNsvVpWv6lfmSclU954O3wvQKxxK8zj74fPaSJbXpSLTs4PRhh+wnoCXnKg==", 2605 "license": "Apache-2.0" 2606 }, 2607 "node_modules/foreground-child": { 2608 "version": "3.3.0", 2609 "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", 2610 "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", 2611 "dev": true, 2612 "license": "ISC", 2613 "dependencies": { 2614 "cross-spawn": "^7.0.0", 2615 "signal-exit": "^4.0.1" 2616 }, 2617 "engines": { 2618 "node": ">=14" 2619 }, 2620 "funding": { 2621 "url": "https://github.com/sponsors/isaacs" 2622 } 2623 }, 2624 "node_modules/format": { 2625 "version": "0.2.2", 2626 "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", 2627 "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", 2628 "engines": { 2629 "node": ">=0.4.x" 2630 } 2631 }, 2632 "node_modules/fraction.js": { 2633 "version": "4.3.7", 2634 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", 2635 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", 2636 "dev": true, 2637 "license": "MIT", 2638 "engines": { 2639 "node": "*" 2640 }, 2641 "funding": { 2642 "type": "patreon", 2643 "url": "https://github.com/sponsors/rawify" 2644 } 2645 }, 2646 "node_modules/fsevents": { 2647 "version": "2.3.3", 2648 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 2649 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 2650 "dev": true, 2651 "hasInstallScript": true, 2652 "license": "MIT", 2653 "optional": true, 2654 "os": [ 2655 "darwin" 2656 ], 2657 "engines": { 2658 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 2659 } 2660 }, 2661 "node_modules/function-bind": { 2662 "version": "1.1.2", 2663 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", 2664 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", 2665 "dev": true, 2666 "license": "MIT", 2667 "funding": { 2668 "url": "https://github.com/sponsors/ljharb" 2669 } 2670 }, 2671 "node_modules/get-stream": { 2672 "version": "3.0.0", 2673 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", 2674 "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==", 2675 "license": "MIT", 2676 "engines": { 2677 "node": ">=4" 2678 } 2679 }, 2680 "node_modules/github-slugger": { 2681 "version": "2.0.0", 2682 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 2683 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", 2684 "license": "ISC" 2685 }, 2686 "node_modules/glob": { 2687 "version": "10.4.5", 2688 "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", 2689 "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", 2690 "dev": true, 2691 "license": "ISC", 2692 "dependencies": { 2693 "foreground-child": "^3.1.0", 2694 "jackspeak": "^3.1.2", 2695 "minimatch": "^9.0.4", 2696 "minipass": "^7.1.2", 2697 "package-json-from-dist": "^1.0.0", 2698 "path-scurry": "^1.11.1" 2699 }, 2700 "bin": { 2701 "glob": "dist/esm/bin.mjs" 2702 }, 2703 "funding": { 2704 "url": "https://github.com/sponsors/isaacs" 2705 } 2706 }, 2707 "node_modules/glob-parent": { 2708 "version": "6.0.2", 2709 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", 2710 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", 2711 "dev": true, 2712 "license": "ISC", 2713 "dependencies": { 2714 "is-glob": "^4.0.3" 2715 }, 2716 "engines": { 2717 "node": ">=10.13.0" 2718 } 2719 }, 2720 "node_modules/graceful-fs": { 2721 "version": "4.2.11", 2722 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 2723 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 2724 "license": "ISC" 2725 }, 2726 "node_modules/gray-matter": { 2727 "version": "4.0.3", 2728 "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", 2729 "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", 2730 "license": "MIT", 2731 "dependencies": { 2732 "js-yaml": "^3.13.1", 2733 "kind-of": "^6.0.2", 2734 "section-matter": "^1.0.0", 2735 "strip-bom-string": "^1.0.0" 2736 }, 2737 "engines": { 2738 "node": ">=6.0" 2739 } 2740 }, 2741 "node_modules/hachure-fill": { 2742 "version": "0.5.2", 2743 "resolved": "https://registry.npmjs.org/hachure-fill/-/hachure-fill-0.5.2.tgz", 2744 "integrity": "sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==", 2745 "license": "MIT" 2746 }, 2747 "node_modules/has-flag": { 2748 "version": "2.0.0", 2749 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz", 2750 "integrity": "sha512-P+1n3MnwjR/Epg9BBo1KT8qbye2g2Ou4sFumihwt6I4tsUX7jnLcX4BTOSKg/B1ZrIYMN9FcEnG4x5a7NB8Eng==", 2751 "license": "MIT", 2752 "engines": { 2753 "node": ">=0.10.0" 2754 } 2755 }, 2756 "node_modules/hasown": { 2757 "version": "2.0.2", 2758 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", 2759 "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", 2760 "dev": true, 2761 "license": "MIT", 2762 "dependencies": { 2763 "function-bind": "^1.1.2" 2764 }, 2765 "engines": { 2766 "node": ">= 0.4" 2767 } 2768 }, 2769 "node_modules/hast-util-from-dom": { 2770 "version": "5.0.0", 2771 "resolved": "https://registry.npmjs.org/hast-util-from-dom/-/hast-util-from-dom-5.0.0.tgz", 2772 "integrity": "sha512-d6235voAp/XR3Hh5uy7aGLbM3S4KamdW0WEgOaU1YoewnuYw4HXb5eRtv9g65m/RFGEfUY1Mw4UqCc5Y8L4Stg==", 2773 "license": "ISC", 2774 "dependencies": { 2775 "@types/hast": "^3.0.0", 2776 "hastscript": "^8.0.0", 2777 "web-namespaces": "^2.0.0" 2778 }, 2779 "funding": { 2780 "type": "opencollective", 2781 "url": "https://opencollective.com/unified" 2782 } 2783 }, 2784 "node_modules/hast-util-from-html": { 2785 "version": "2.0.3", 2786 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 2787 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 2788 "license": "MIT", 2789 "dependencies": { 2790 "@types/hast": "^3.0.0", 2791 "devlop": "^1.1.0", 2792 "hast-util-from-parse5": "^8.0.0", 2793 "parse5": "^7.0.0", 2794 "vfile": "^6.0.0", 2795 "vfile-message": "^4.0.0" 2796 }, 2797 "funding": { 2798 "type": "opencollective", 2799 "url": "https://opencollective.com/unified" 2800 } 2801 }, 2802 "node_modules/hast-util-from-html-isomorphic": { 2803 "version": "2.0.0", 2804 "resolved": "https://registry.npmjs.org/hast-util-from-html-isomorphic/-/hast-util-from-html-isomorphic-2.0.0.tgz", 2805 "integrity": "sha512-zJfpXq44yff2hmE0XmwEOzdWin5xwH+QIhMLOScpX91e/NSGPsAzNCvLQDIEPyO2TXi+lBmU6hjLIhV8MwP2kw==", 2806 "license": "MIT", 2807 "dependencies": { 2808 "@types/hast": "^3.0.0", 2809 "hast-util-from-dom": "^5.0.0", 2810 "hast-util-from-html": "^2.0.0", 2811 "unist-util-remove-position": "^5.0.0" 2812 }, 2813 "funding": { 2814 "type": "opencollective", 2815 "url": "https://opencollective.com/unified" 2816 } 2817 }, 2818 "node_modules/hast-util-from-parse5": { 2819 "version": "8.0.1", 2820 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.1.tgz", 2821 "integrity": "sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==", 2822 "license": "MIT", 2823 "dependencies": { 2824 "@types/hast": "^3.0.0", 2825 "@types/unist": "^3.0.0", 2826 "devlop": "^1.0.0", 2827 "hastscript": "^8.0.0", 2828 "property-information": "^6.0.0", 2829 "vfile": "^6.0.0", 2830 "vfile-location": "^5.0.0", 2831 "web-namespaces": "^2.0.0" 2832 }, 2833 "funding": { 2834 "type": "opencollective", 2835 "url": "https://opencollective.com/unified" 2836 } 2837 }, 2838 "node_modules/hast-util-is-element": { 2839 "version": "3.0.0", 2840 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 2841 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 2842 "license": "MIT", 2843 "dependencies": { 2844 "@types/hast": "^3.0.0" 2845 }, 2846 "funding": { 2847 "type": "opencollective", 2848 "url": "https://opencollective.com/unified" 2849 } 2850 }, 2851 "node_modules/hast-util-parse-selector": { 2852 "version": "4.0.0", 2853 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 2854 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 2855 "license": "MIT", 2856 "dependencies": { 2857 "@types/hast": "^3.0.0" 2858 }, 2859 "funding": { 2860 "type": "opencollective", 2861 "url": "https://opencollective.com/unified" 2862 } 2863 }, 2864 "node_modules/hast-util-raw": { 2865 "version": "9.0.4", 2866 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.4.tgz", 2867 "integrity": "sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==", 2868 "license": "MIT", 2869 "dependencies": { 2870 "@types/hast": "^3.0.0", 2871 "@types/unist": "^3.0.0", 2872 "@ungap/structured-clone": "^1.0.0", 2873 "hast-util-from-parse5": "^8.0.0", 2874 "hast-util-to-parse5": "^8.0.0", 2875 "html-void-elements": "^3.0.0", 2876 "mdast-util-to-hast": "^13.0.0", 2877 "parse5": "^7.0.0", 2878 "unist-util-position": "^5.0.0", 2879 "unist-util-visit": "^5.0.0", 2880 "vfile": "^6.0.0", 2881 "web-namespaces": "^2.0.0", 2882 "zwitch": "^2.0.0" 2883 }, 2884 "funding": { 2885 "type": "opencollective", 2886 "url": "https://opencollective.com/unified" 2887 } 2888 }, 2889 "node_modules/hast-util-to-estree": { 2890 "version": "3.1.0", 2891 "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.0.tgz", 2892 "integrity": "sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==", 2893 "license": "MIT", 2894 "dependencies": { 2895 "@types/estree": "^1.0.0", 2896 "@types/estree-jsx": "^1.0.0", 2897 "@types/hast": "^3.0.0", 2898 "comma-separated-tokens": "^2.0.0", 2899 "devlop": "^1.0.0", 2900 "estree-util-attach-comments": "^3.0.0", 2901 "estree-util-is-identifier-name": "^3.0.0", 2902 "hast-util-whitespace": "^3.0.0", 2903 "mdast-util-mdx-expression": "^2.0.0", 2904 "mdast-util-mdx-jsx": "^3.0.0", 2905 "mdast-util-mdxjs-esm": "^2.0.0", 2906 "property-information": "^6.0.0", 2907 "space-separated-tokens": "^2.0.0", 2908 "style-to-object": "^0.4.0", 2909 "unist-util-position": "^5.0.0", 2910 "zwitch": "^2.0.0" 2911 }, 2912 "funding": { 2913 "type": "opencollective", 2914 "url": "https://opencollective.com/unified" 2915 } 2916 }, 2917 "node_modules/hast-util-to-html": { 2918 "version": "9.0.3", 2919 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz", 2920 "integrity": "sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==", 2921 "license": "MIT", 2922 "dependencies": { 2923 "@types/hast": "^3.0.0", 2924 "@types/unist": "^3.0.0", 2925 "ccount": "^2.0.0", 2926 "comma-separated-tokens": "^2.0.0", 2927 "hast-util-whitespace": "^3.0.0", 2928 "html-void-elements": "^3.0.0", 2929 "mdast-util-to-hast": "^13.0.0", 2930 "property-information": "^6.0.0", 2931 "space-separated-tokens": "^2.0.0", 2932 "stringify-entities": "^4.0.0", 2933 "zwitch": "^2.0.4" 2934 }, 2935 "funding": { 2936 "type": "opencollective", 2937 "url": "https://opencollective.com/unified" 2938 } 2939 }, 2940 "node_modules/hast-util-to-jsx-runtime": { 2941 "version": "2.3.0", 2942 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.0.tgz", 2943 "integrity": "sha512-H/y0+IWPdsLLS738P8tDnrQ8Z+dj12zQQ6WC11TIM21C8WFVoIxcqWXf2H3hiTVZjF1AWqoimGwrTWecWrnmRQ==", 2944 "license": "MIT", 2945 "dependencies": { 2946 "@types/estree": "^1.0.0", 2947 "@types/hast": "^3.0.0", 2948 "@types/unist": "^3.0.0", 2949 "comma-separated-tokens": "^2.0.0", 2950 "devlop": "^1.0.0", 2951 "estree-util-is-identifier-name": "^3.0.0", 2952 "hast-util-whitespace": "^3.0.0", 2953 "mdast-util-mdx-expression": "^2.0.0", 2954 "mdast-util-mdx-jsx": "^3.0.0", 2955 "mdast-util-mdxjs-esm": "^2.0.0", 2956 "property-information": "^6.0.0", 2957 "space-separated-tokens": "^2.0.0", 2958 "style-to-object": "^1.0.0", 2959 "unist-util-position": "^5.0.0", 2960 "vfile-message": "^4.0.0" 2961 }, 2962 "funding": { 2963 "type": "opencollective", 2964 "url": "https://opencollective.com/unified" 2965 } 2966 }, 2967 "node_modules/hast-util-to-jsx-runtime/node_modules/inline-style-parser": { 2968 "version": "0.2.4", 2969 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz", 2970 "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==", 2971 "license": "MIT" 2972 }, 2973 "node_modules/hast-util-to-jsx-runtime/node_modules/style-to-object": { 2974 "version": "1.0.8", 2975 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz", 2976 "integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==", 2977 "license": "MIT", 2978 "dependencies": { 2979 "inline-style-parser": "0.2.4" 2980 } 2981 }, 2982 "node_modules/hast-util-to-parse5": { 2983 "version": "8.0.0", 2984 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", 2985 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", 2986 "license": "MIT", 2987 "dependencies": { 2988 "@types/hast": "^3.0.0", 2989 "comma-separated-tokens": "^2.0.0", 2990 "devlop": "^1.0.0", 2991 "property-information": "^6.0.0", 2992 "space-separated-tokens": "^2.0.0", 2993 "web-namespaces": "^2.0.0", 2994 "zwitch": "^2.0.0" 2995 }, 2996 "funding": { 2997 "type": "opencollective", 2998 "url": "https://opencollective.com/unified" 2999 } 3000 }, 3001 "node_modules/hast-util-to-string": { 3002 "version": "3.0.0", 3003 "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.0.tgz", 3004 "integrity": "sha512-OGkAxX1Ua3cbcW6EJ5pT/tslVb90uViVkcJ4ZZIMW/R33DX/AkcJcRrPebPwJkHYwlDHXz4aIwvAAaAdtrACFA==", 3005 "license": "MIT", 3006 "dependencies": { 3007 "@types/hast": "^3.0.0" 3008 }, 3009 "funding": { 3010 "type": "opencollective", 3011 "url": "https://opencollective.com/unified" 3012 } 3013 }, 3014 "node_modules/hast-util-to-text": { 3015 "version": "4.0.2", 3016 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", 3017 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", 3018 "license": "MIT", 3019 "dependencies": { 3020 "@types/hast": "^3.0.0", 3021 "@types/unist": "^3.0.0", 3022 "hast-util-is-element": "^3.0.0", 3023 "unist-util-find-after": "^5.0.0" 3024 }, 3025 "funding": { 3026 "type": "opencollective", 3027 "url": "https://opencollective.com/unified" 3028 } 3029 }, 3030 "node_modules/hast-util-whitespace": { 3031 "version": "3.0.0", 3032 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 3033 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 3034 "license": "MIT", 3035 "dependencies": { 3036 "@types/hast": "^3.0.0" 3037 }, 3038 "funding": { 3039 "type": "opencollective", 3040 "url": "https://opencollective.com/unified" 3041 } 3042 }, 3043 "node_modules/hastscript": { 3044 "version": "8.0.0", 3045 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-8.0.0.tgz", 3046 "integrity": "sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==", 3047 "license": "MIT", 3048 "dependencies": { 3049 "@types/hast": "^3.0.0", 3050 "comma-separated-tokens": "^2.0.0", 3051 "hast-util-parse-selector": "^4.0.0", 3052 "property-information": "^6.0.0", 3053 "space-separated-tokens": "^2.0.0" 3054 }, 3055 "funding": { 3056 "type": "opencollective", 3057 "url": "https://opencollective.com/unified" 3058 } 3059 }, 3060 "node_modules/html-void-elements": { 3061 "version": "3.0.0", 3062 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 3063 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 3064 "license": "MIT", 3065 "funding": { 3066 "type": "github", 3067 "url": "https://github.com/sponsors/wooorm" 3068 } 3069 }, 3070 "node_modules/iconv-lite": { 3071 "version": "0.6.3", 3072 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 3073 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 3074 "license": "MIT", 3075 "dependencies": { 3076 "safer-buffer": ">= 2.1.2 < 3.0.0" 3077 }, 3078 "engines": { 3079 "node": ">=0.10.0" 3080 } 3081 }, 3082 "node_modules/inline-style-parser": { 3083 "version": "0.1.1", 3084 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", 3085 "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==", 3086 "license": "MIT" 3087 }, 3088 "node_modules/internmap": { 3089 "version": "2.0.3", 3090 "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", 3091 "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", 3092 "license": "ISC", 3093 "engines": { 3094 "node": ">=12" 3095 } 3096 }, 3097 "node_modules/is-alphabetical": { 3098 "version": "2.0.1", 3099 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", 3100 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", 3101 "license": "MIT", 3102 "funding": { 3103 "type": "github", 3104 "url": "https://github.com/sponsors/wooorm" 3105 } 3106 }, 3107 "node_modules/is-alphanumerical": { 3108 "version": "2.0.1", 3109 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", 3110 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", 3111 "license": "MIT", 3112 "dependencies": { 3113 "is-alphabetical": "^2.0.0", 3114 "is-decimal": "^2.0.0" 3115 }, 3116 "funding": { 3117 "type": "github", 3118 "url": "https://github.com/sponsors/wooorm" 3119 } 3120 }, 3121 "node_modules/is-binary-path": { 3122 "version": "2.1.0", 3123 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 3124 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", 3125 "dev": true, 3126 "license": "MIT", 3127 "dependencies": { 3128 "binary-extensions": "^2.0.0" 3129 }, 3130 "engines": { 3131 "node": ">=8" 3132 } 3133 }, 3134 "node_modules/is-core-module": { 3135 "version": "2.15.1", 3136 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", 3137 "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", 3138 "dev": true, 3139 "license": "MIT", 3140 "dependencies": { 3141 "hasown": "^2.0.2" 3142 }, 3143 "engines": { 3144 "node": ">= 0.4" 3145 }, 3146 "funding": { 3147 "url": "https://github.com/sponsors/ljharb" 3148 } 3149 }, 3150 "node_modules/is-decimal": { 3151 "version": "2.0.1", 3152 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", 3153 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", 3154 "license": "MIT", 3155 "funding": { 3156 "type": "github", 3157 "url": "https://github.com/sponsors/wooorm" 3158 } 3159 }, 3160 "node_modules/is-extendable": { 3161 "version": "0.1.1", 3162 "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", 3163 "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", 3164 "license": "MIT", 3165 "engines": { 3166 "node": ">=0.10.0" 3167 } 3168 }, 3169 "node_modules/is-extglob": { 3170 "version": "2.1.1", 3171 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 3172 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 3173 "dev": true, 3174 "license": "MIT", 3175 "engines": { 3176 "node": ">=0.10.0" 3177 } 3178 }, 3179 "node_modules/is-fullwidth-code-point": { 3180 "version": "3.0.0", 3181 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 3182 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 3183 "dev": true, 3184 "license": "MIT", 3185 "engines": { 3186 "node": ">=8" 3187 } 3188 }, 3189 "node_modules/is-glob": { 3190 "version": "4.0.3", 3191 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 3192 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 3193 "dev": true, 3194 "license": "MIT", 3195 "dependencies": { 3196 "is-extglob": "^2.1.1" 3197 }, 3198 "engines": { 3199 "node": ">=0.10.0" 3200 } 3201 }, 3202 "node_modules/is-hexadecimal": { 3203 "version": "2.0.1", 3204 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", 3205 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", 3206 "license": "MIT", 3207 "funding": { 3208 "type": "github", 3209 "url": "https://github.com/sponsors/wooorm" 3210 } 3211 }, 3212 "node_modules/is-number": { 3213 "version": "7.0.0", 3214 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 3215 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 3216 "dev": true, 3217 "license": "MIT", 3218 "engines": { 3219 "node": ">=0.12.0" 3220 } 3221 }, 3222 "node_modules/is-plain-obj": { 3223 "version": "4.1.0", 3224 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 3225 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 3226 "license": "MIT", 3227 "engines": { 3228 "node": ">=12" 3229 }, 3230 "funding": { 3231 "url": "https://github.com/sponsors/sindresorhus" 3232 } 3233 }, 3234 "node_modules/is-reference": { 3235 "version": "3.0.2", 3236 "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.2.tgz", 3237 "integrity": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==", 3238 "license": "MIT", 3239 "dependencies": { 3240 "@types/estree": "*" 3241 } 3242 }, 3243 "node_modules/is-stream": { 3244 "version": "1.1.0", 3245 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", 3246 "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", 3247 "license": "MIT", 3248 "engines": { 3249 "node": ">=0.10.0" 3250 } 3251 }, 3252 "node_modules/isexe": { 3253 "version": "2.0.0", 3254 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 3255 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", 3256 "license": "ISC" 3257 }, 3258 "node_modules/jackspeak": { 3259 "version": "3.4.3", 3260 "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", 3261 "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", 3262 "dev": true, 3263 "license": "BlueOak-1.0.0", 3264 "dependencies": { 3265 "@isaacs/cliui": "^8.0.2" 3266 }, 3267 "funding": { 3268 "url": "https://github.com/sponsors/isaacs" 3269 }, 3270 "optionalDependencies": { 3271 "@pkgjs/parseargs": "^0.11.0" 3272 } 3273 }, 3274 "node_modules/jiti": { 3275 "version": "1.21.6", 3276 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", 3277 "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", 3278 "dev": true, 3279 "license": "MIT", 3280 "bin": { 3281 "jiti": "bin/jiti.js" 3282 } 3283 }, 3284 "node_modules/js-tokens": { 3285 "version": "4.0.0", 3286 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", 3287 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", 3288 "license": "MIT" 3289 }, 3290 "node_modules/js-yaml": { 3291 "version": "3.14.1", 3292 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", 3293 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", 3294 "license": "MIT", 3295 "dependencies": { 3296 "argparse": "^1.0.7", 3297 "esprima": "^4.0.0" 3298 }, 3299 "bin": { 3300 "js-yaml": "bin/js-yaml.js" 3301 } 3302 }, 3303 "node_modules/katex": { 3304 "version": "0.16.11", 3305 "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz", 3306 "integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==", 3307 "funding": [ 3308 "https://opencollective.com/katex", 3309 "https://github.com/sponsors/katex" 3310 ], 3311 "license": "MIT", 3312 "dependencies": { 3313 "commander": "^8.3.0" 3314 }, 3315 "bin": { 3316 "katex": "cli.js" 3317 } 3318 }, 3319 "node_modules/khroma": { 3320 "version": "2.1.0", 3321 "resolved": "https://registry.npmjs.org/khroma/-/khroma-2.1.0.tgz", 3322 "integrity": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==" 3323 }, 3324 "node_modules/kind-of": { 3325 "version": "6.0.3", 3326 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", 3327 "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", 3328 "license": "MIT", 3329 "engines": { 3330 "node": ">=0.10.0" 3331 } 3332 }, 3333 "node_modules/kolorist": { 3334 "version": "1.8.0", 3335 "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", 3336 "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==", 3337 "license": "MIT" 3338 }, 3339 "node_modules/langium": { 3340 "version": "3.0.0", 3341 "resolved": "https://registry.npmjs.org/langium/-/langium-3.0.0.tgz", 3342 "integrity": "sha512-+Ez9EoiByeoTu/2BXmEaZ06iPNXM6thWJp02KfBO/raSMyCJ4jw7AkWWa+zBCTm0+Tw1Fj9FOxdqSskyN5nAwg==", 3343 "license": "MIT", 3344 "dependencies": { 3345 "chevrotain": "~11.0.3", 3346 "chevrotain-allstar": "~0.3.0", 3347 "vscode-languageserver": "~9.0.1", 3348 "vscode-languageserver-textdocument": "~1.0.11", 3349 "vscode-uri": "~3.0.8" 3350 }, 3351 "engines": { 3352 "node": ">=16.0.0" 3353 } 3354 }, 3355 "node_modules/layout-base": { 3356 "version": "1.0.2", 3357 "resolved": "https://registry.npmjs.org/layout-base/-/layout-base-1.0.2.tgz", 3358 "integrity": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==", 3359 "license": "MIT" 3360 }, 3361 "node_modules/lilconfig": { 3362 "version": "2.1.0", 3363 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", 3364 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", 3365 "dev": true, 3366 "license": "MIT", 3367 "engines": { 3368 "node": ">=10" 3369 } 3370 }, 3371 "node_modules/lines-and-columns": { 3372 "version": "1.2.4", 3373 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", 3374 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", 3375 "dev": true, 3376 "license": "MIT" 3377 }, 3378 "node_modules/local-pkg": { 3379 "version": "0.5.0", 3380 "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz", 3381 "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==", 3382 "license": "MIT", 3383 "dependencies": { 3384 "mlly": "^1.4.2", 3385 "pkg-types": "^1.0.3" 3386 }, 3387 "engines": { 3388 "node": ">=14" 3389 }, 3390 "funding": { 3391 "url": "https://github.com/sponsors/antfu" 3392 } 3393 }, 3394 "node_modules/lodash-es": { 3395 "version": "4.17.21", 3396 "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", 3397 "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", 3398 "license": "MIT" 3399 }, 3400 "node_modules/longest-streak": { 3401 "version": "3.1.0", 3402 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 3403 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 3404 "license": "MIT", 3405 "funding": { 3406 "type": "github", 3407 "url": "https://github.com/sponsors/wooorm" 3408 } 3409 }, 3410 "node_modules/loose-envify": { 3411 "version": "1.4.0", 3412 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", 3413 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", 3414 "license": "MIT", 3415 "dependencies": { 3416 "js-tokens": "^3.0.0 || ^4.0.0" 3417 }, 3418 "bin": { 3419 "loose-envify": "cli.js" 3420 } 3421 }, 3422 "node_modules/lru-cache": { 3423 "version": "10.4.3", 3424 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 3425 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 3426 "dev": true, 3427 "license": "ISC" 3428 }, 3429 "node_modules/markdown-extensions": { 3430 "version": "2.0.0", 3431 "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", 3432 "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", 3433 "license": "MIT", 3434 "engines": { 3435 "node": ">=16" 3436 }, 3437 "funding": { 3438 "url": "https://github.com/sponsors/sindresorhus" 3439 } 3440 }, 3441 "node_modules/markdown-table": { 3442 "version": "3.0.3", 3443 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", 3444 "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==", 3445 "license": "MIT", 3446 "funding": { 3447 "type": "github", 3448 "url": "https://github.com/sponsors/wooorm" 3449 } 3450 }, 3451 "node_modules/marked": { 3452 "version": "13.0.3", 3453 "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", 3454 "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", 3455 "license": "MIT", 3456 "bin": { 3457 "marked": "bin/marked.js" 3458 }, 3459 "engines": { 3460 "node": ">= 18" 3461 } 3462 }, 3463 "node_modules/mathjax-full": { 3464 "version": "3.2.2", 3465 "resolved": "https://registry.npmjs.org/mathjax-full/-/mathjax-full-3.2.2.tgz", 3466 "integrity": "sha512-+LfG9Fik+OuI8SLwsiR02IVdjcnRCy5MufYLi0C3TdMT56L/pjB0alMVGgoWJF8pN9Rc7FESycZB9BMNWIid5w==", 3467 "license": "Apache-2.0", 3468 "dependencies": { 3469 "esm": "^3.2.25", 3470 "mhchemparser": "^4.1.0", 3471 "mj-context-menu": "^0.6.1", 3472 "speech-rule-engine": "^4.0.6" 3473 } 3474 }, 3475 "node_modules/mdast-util-find-and-replace": { 3476 "version": "3.0.1", 3477 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz", 3478 "integrity": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==", 3479 "license": "MIT", 3480 "dependencies": { 3481 "@types/mdast": "^4.0.0", 3482 "escape-string-regexp": "^5.0.0", 3483 "unist-util-is": "^6.0.0", 3484 "unist-util-visit-parents": "^6.0.0" 3485 }, 3486 "funding": { 3487 "type": "opencollective", 3488 "url": "https://opencollective.com/unified" 3489 } 3490 }, 3491 "node_modules/mdast-util-from-markdown": { 3492 "version": "2.0.1", 3493 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz", 3494 "integrity": "sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==", 3495 "license": "MIT", 3496 "dependencies": { 3497 "@types/mdast": "^4.0.0", 3498 "@types/unist": "^3.0.0", 3499 "decode-named-character-reference": "^1.0.0", 3500 "devlop": "^1.0.0", 3501 "mdast-util-to-string": "^4.0.0", 3502 "micromark": "^4.0.0", 3503 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3504 "micromark-util-decode-string": "^2.0.0", 3505 "micromark-util-normalize-identifier": "^2.0.0", 3506 "micromark-util-symbol": "^2.0.0", 3507 "micromark-util-types": "^2.0.0", 3508 "unist-util-stringify-position": "^4.0.0" 3509 }, 3510 "funding": { 3511 "type": "opencollective", 3512 "url": "https://opencollective.com/unified" 3513 } 3514 }, 3515 "node_modules/mdast-util-frontmatter": { 3516 "version": "2.0.1", 3517 "resolved": "https://registry.npmjs.org/mdast-util-frontmatter/-/mdast-util-frontmatter-2.0.1.tgz", 3518 "integrity": "sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==", 3519 "license": "MIT", 3520 "dependencies": { 3521 "@types/mdast": "^4.0.0", 3522 "devlop": "^1.0.0", 3523 "escape-string-regexp": "^5.0.0", 3524 "mdast-util-from-markdown": "^2.0.0", 3525 "mdast-util-to-markdown": "^2.0.0", 3526 "micromark-extension-frontmatter": "^2.0.0" 3527 }, 3528 "funding": { 3529 "type": "opencollective", 3530 "url": "https://opencollective.com/unified" 3531 } 3532 }, 3533 "node_modules/mdast-util-gfm": { 3534 "version": "3.0.0", 3535 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.0.0.tgz", 3536 "integrity": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==", 3537 "license": "MIT", 3538 "dependencies": { 3539 "mdast-util-from-markdown": "^2.0.0", 3540 "mdast-util-gfm-autolink-literal": "^2.0.0", 3541 "mdast-util-gfm-footnote": "^2.0.0", 3542 "mdast-util-gfm-strikethrough": "^2.0.0", 3543 "mdast-util-gfm-table": "^2.0.0", 3544 "mdast-util-gfm-task-list-item": "^2.0.0", 3545 "mdast-util-to-markdown": "^2.0.0" 3546 }, 3547 "funding": { 3548 "type": "opencollective", 3549 "url": "https://opencollective.com/unified" 3550 } 3551 }, 3552 "node_modules/mdast-util-gfm-autolink-literal": { 3553 "version": "2.0.1", 3554 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 3555 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 3556 "license": "MIT", 3557 "dependencies": { 3558 "@types/mdast": "^4.0.0", 3559 "ccount": "^2.0.0", 3560 "devlop": "^1.0.0", 3561 "mdast-util-find-and-replace": "^3.0.0", 3562 "micromark-util-character": "^2.0.0" 3563 }, 3564 "funding": { 3565 "type": "opencollective", 3566 "url": "https://opencollective.com/unified" 3567 } 3568 }, 3569 "node_modules/mdast-util-gfm-footnote": { 3570 "version": "2.0.0", 3571 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.0.0.tgz", 3572 "integrity": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==", 3573 "license": "MIT", 3574 "dependencies": { 3575 "@types/mdast": "^4.0.0", 3576 "devlop": "^1.1.0", 3577 "mdast-util-from-markdown": "^2.0.0", 3578 "mdast-util-to-markdown": "^2.0.0", 3579 "micromark-util-normalize-identifier": "^2.0.0" 3580 }, 3581 "funding": { 3582 "type": "opencollective", 3583 "url": "https://opencollective.com/unified" 3584 } 3585 }, 3586 "node_modules/mdast-util-gfm-strikethrough": { 3587 "version": "2.0.0", 3588 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 3589 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 3590 "license": "MIT", 3591 "dependencies": { 3592 "@types/mdast": "^4.0.0", 3593 "mdast-util-from-markdown": "^2.0.0", 3594 "mdast-util-to-markdown": "^2.0.0" 3595 }, 3596 "funding": { 3597 "type": "opencollective", 3598 "url": "https://opencollective.com/unified" 3599 } 3600 }, 3601 "node_modules/mdast-util-gfm-table": { 3602 "version": "2.0.0", 3603 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 3604 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 3605 "license": "MIT", 3606 "dependencies": { 3607 "@types/mdast": "^4.0.0", 3608 "devlop": "^1.0.0", 3609 "markdown-table": "^3.0.0", 3610 "mdast-util-from-markdown": "^2.0.0", 3611 "mdast-util-to-markdown": "^2.0.0" 3612 }, 3613 "funding": { 3614 "type": "opencollective", 3615 "url": "https://opencollective.com/unified" 3616 } 3617 }, 3618 "node_modules/mdast-util-gfm-task-list-item": { 3619 "version": "2.0.0", 3620 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 3621 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 3622 "license": "MIT", 3623 "dependencies": { 3624 "@types/mdast": "^4.0.0", 3625 "devlop": "^1.0.0", 3626 "mdast-util-from-markdown": "^2.0.0", 3627 "mdast-util-to-markdown": "^2.0.0" 3628 }, 3629 "funding": { 3630 "type": "opencollective", 3631 "url": "https://opencollective.com/unified" 3632 } 3633 }, 3634 "node_modules/mdast-util-math": { 3635 "version": "3.0.0", 3636 "resolved": "https://registry.npmjs.org/mdast-util-math/-/mdast-util-math-3.0.0.tgz", 3637 "integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==", 3638 "license": "MIT", 3639 "dependencies": { 3640 "@types/hast": "^3.0.0", 3641 "@types/mdast": "^4.0.0", 3642 "devlop": "^1.0.0", 3643 "longest-streak": "^3.0.0", 3644 "mdast-util-from-markdown": "^2.0.0", 3645 "mdast-util-to-markdown": "^2.1.0", 3646 "unist-util-remove-position": "^5.0.0" 3647 }, 3648 "funding": { 3649 "type": "opencollective", 3650 "url": "https://opencollective.com/unified" 3651 } 3652 }, 3653 "node_modules/mdast-util-mdx": { 3654 "version": "3.0.0", 3655 "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", 3656 "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", 3657 "license": "MIT", 3658 "dependencies": { 3659 "mdast-util-from-markdown": "^2.0.0", 3660 "mdast-util-mdx-expression": "^2.0.0", 3661 "mdast-util-mdx-jsx": "^3.0.0", 3662 "mdast-util-mdxjs-esm": "^2.0.0", 3663 "mdast-util-to-markdown": "^2.0.0" 3664 }, 3665 "funding": { 3666 "type": "opencollective", 3667 "url": "https://opencollective.com/unified" 3668 } 3669 }, 3670 "node_modules/mdast-util-mdx-expression": { 3671 "version": "2.0.1", 3672 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", 3673 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", 3674 "license": "MIT", 3675 "dependencies": { 3676 "@types/estree-jsx": "^1.0.0", 3677 "@types/hast": "^3.0.0", 3678 "@types/mdast": "^4.0.0", 3679 "devlop": "^1.0.0", 3680 "mdast-util-from-markdown": "^2.0.0", 3681 "mdast-util-to-markdown": "^2.0.0" 3682 }, 3683 "funding": { 3684 "type": "opencollective", 3685 "url": "https://opencollective.com/unified" 3686 } 3687 }, 3688 "node_modules/mdast-util-mdx-jsx": { 3689 "version": "3.1.3", 3690 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.1.3.tgz", 3691 "integrity": "sha512-bfOjvNt+1AcbPLTFMFWY149nJz0OjmewJs3LQQ5pIyVGxP4CdOqNVJL6kTaM5c68p8q82Xv3nCyFfUnuEcH3UQ==", 3692 "license": "MIT", 3693 "dependencies": { 3694 "@types/estree-jsx": "^1.0.0", 3695 "@types/hast": "^3.0.0", 3696 "@types/mdast": "^4.0.0", 3697 "@types/unist": "^3.0.0", 3698 "ccount": "^2.0.0", 3699 "devlop": "^1.1.0", 3700 "mdast-util-from-markdown": "^2.0.0", 3701 "mdast-util-to-markdown": "^2.0.0", 3702 "parse-entities": "^4.0.0", 3703 "stringify-entities": "^4.0.0", 3704 "unist-util-stringify-position": "^4.0.0", 3705 "vfile-message": "^4.0.0" 3706 }, 3707 "funding": { 3708 "type": "opencollective", 3709 "url": "https://opencollective.com/unified" 3710 } 3711 }, 3712 "node_modules/mdast-util-mdxjs-esm": { 3713 "version": "2.0.1", 3714 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", 3715 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", 3716 "license": "MIT", 3717 "dependencies": { 3718 "@types/estree-jsx": "^1.0.0", 3719 "@types/hast": "^3.0.0", 3720 "@types/mdast": "^4.0.0", 3721 "devlop": "^1.0.0", 3722 "mdast-util-from-markdown": "^2.0.0", 3723 "mdast-util-to-markdown": "^2.0.0" 3724 }, 3725 "funding": { 3726 "type": "opencollective", 3727 "url": "https://opencollective.com/unified" 3728 } 3729 }, 3730 "node_modules/mdast-util-phrasing": { 3731 "version": "4.1.0", 3732 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 3733 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 3734 "license": "MIT", 3735 "dependencies": { 3736 "@types/mdast": "^4.0.0", 3737 "unist-util-is": "^6.0.0" 3738 }, 3739 "funding": { 3740 "type": "opencollective", 3741 "url": "https://opencollective.com/unified" 3742 } 3743 }, 3744 "node_modules/mdast-util-to-hast": { 3745 "version": "13.2.0", 3746 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", 3747 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", 3748 "license": "MIT", 3749 "dependencies": { 3750 "@types/hast": "^3.0.0", 3751 "@types/mdast": "^4.0.0", 3752 "@ungap/structured-clone": "^1.0.0", 3753 "devlop": "^1.0.0", 3754 "micromark-util-sanitize-uri": "^2.0.0", 3755 "trim-lines": "^3.0.0", 3756 "unist-util-position": "^5.0.0", 3757 "unist-util-visit": "^5.0.0", 3758 "vfile": "^6.0.0" 3759 }, 3760 "funding": { 3761 "type": "opencollective", 3762 "url": "https://opencollective.com/unified" 3763 } 3764 }, 3765 "node_modules/mdast-util-to-markdown": { 3766 "version": "2.1.0", 3767 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.0.tgz", 3768 "integrity": "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==", 3769 "license": "MIT", 3770 "dependencies": { 3771 "@types/mdast": "^4.0.0", 3772 "@types/unist": "^3.0.0", 3773 "longest-streak": "^3.0.0", 3774 "mdast-util-phrasing": "^4.0.0", 3775 "mdast-util-to-string": "^4.0.0", 3776 "micromark-util-decode-string": "^2.0.0", 3777 "unist-util-visit": "^5.0.0", 3778 "zwitch": "^2.0.0" 3779 }, 3780 "funding": { 3781 "type": "opencollective", 3782 "url": "https://opencollective.com/unified" 3783 } 3784 }, 3785 "node_modules/mdast-util-to-string": { 3786 "version": "4.0.0", 3787 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 3788 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 3789 "license": "MIT", 3790 "dependencies": { 3791 "@types/mdast": "^4.0.0" 3792 }, 3793 "funding": { 3794 "type": "opencollective", 3795 "url": "https://opencollective.com/unified" 3796 } 3797 }, 3798 "node_modules/merge2": { 3799 "version": "1.4.1", 3800 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 3801 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 3802 "dev": true, 3803 "license": "MIT", 3804 "engines": { 3805 "node": ">= 8" 3806 } 3807 }, 3808 "node_modules/mermaid": { 3809 "version": "11.2.1", 3810 "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.2.1.tgz", 3811 "integrity": "sha512-F8TEaLVVyxTUmvKswVFyOkjPrlJA5h5vNR1f7ZnSWSpqxgEZG1hggtn/QCa7znC28bhlcrNh10qYaIiill7q4A==", 3812 "license": "MIT", 3813 "dependencies": { 3814 "@braintree/sanitize-url": "^7.0.1", 3815 "@iconify/utils": "^2.1.32", 3816 "@mermaid-js/parser": "^0.3.0", 3817 "cytoscape": "^3.29.2", 3818 "cytoscape-cose-bilkent": "^4.1.0", 3819 "cytoscape-fcose": "^2.2.0", 3820 "d3": "^7.9.0", 3821 "d3-sankey": "^0.12.3", 3822 "dagre-d3-es": "7.0.10", 3823 "dayjs": "^1.11.10", 3824 "dompurify": "^3.0.11", 3825 "katex": "^0.16.9", 3826 "khroma": "^2.1.0", 3827 "lodash-es": "^4.17.21", 3828 "marked": "^13.0.2", 3829 "roughjs": "^4.6.6", 3830 "stylis": "^4.3.1", 3831 "ts-dedent": "^2.2.0", 3832 "uuid": "^9.0.1" 3833 } 3834 }, 3835 "node_modules/mhchemparser": { 3836 "version": "4.2.1", 3837 "resolved": "https://registry.npmjs.org/mhchemparser/-/mhchemparser-4.2.1.tgz", 3838 "integrity": "sha512-kYmyrCirqJf3zZ9t/0wGgRZ4/ZJw//VwaRVGA75C4nhE60vtnIzhl9J9ndkX/h6hxSN7pjg/cE0VxbnNM+bnDQ==", 3839 "license": "Apache-2.0" 3840 }, 3841 "node_modules/micromark": { 3842 "version": "4.0.0", 3843 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.0.tgz", 3844 "integrity": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==", 3845 "funding": [ 3846 { 3847 "type": "GitHub Sponsors", 3848 "url": "https://github.com/sponsors/unifiedjs" 3849 }, 3850 { 3851 "type": "OpenCollective", 3852 "url": "https://opencollective.com/unified" 3853 } 3854 ], 3855 "license": "MIT", 3856 "dependencies": { 3857 "@types/debug": "^4.0.0", 3858 "debug": "^4.0.0", 3859 "decode-named-character-reference": "^1.0.0", 3860 "devlop": "^1.0.0", 3861 "micromark-core-commonmark": "^2.0.0", 3862 "micromark-factory-space": "^2.0.0", 3863 "micromark-util-character": "^2.0.0", 3864 "micromark-util-chunked": "^2.0.0", 3865 "micromark-util-combine-extensions": "^2.0.0", 3866 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3867 "micromark-util-encode": "^2.0.0", 3868 "micromark-util-normalize-identifier": "^2.0.0", 3869 "micromark-util-resolve-all": "^2.0.0", 3870 "micromark-util-sanitize-uri": "^2.0.0", 3871 "micromark-util-subtokenize": "^2.0.0", 3872 "micromark-util-symbol": "^2.0.0", 3873 "micromark-util-types": "^2.0.0" 3874 } 3875 }, 3876 "node_modules/micromark-core-commonmark": { 3877 "version": "2.0.1", 3878 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.1.tgz", 3879 "integrity": "sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==", 3880 "funding": [ 3881 { 3882 "type": "GitHub Sponsors", 3883 "url": "https://github.com/sponsors/unifiedjs" 3884 }, 3885 { 3886 "type": "OpenCollective", 3887 "url": "https://opencollective.com/unified" 3888 } 3889 ], 3890 "license": "MIT", 3891 "dependencies": { 3892 "decode-named-character-reference": "^1.0.0", 3893 "devlop": "^1.0.0", 3894 "micromark-factory-destination": "^2.0.0", 3895 "micromark-factory-label": "^2.0.0", 3896 "micromark-factory-space": "^2.0.0", 3897 "micromark-factory-title": "^2.0.0", 3898 "micromark-factory-whitespace": "^2.0.0", 3899 "micromark-util-character": "^2.0.0", 3900 "micromark-util-chunked": "^2.0.0", 3901 "micromark-util-classify-character": "^2.0.0", 3902 "micromark-util-html-tag-name": "^2.0.0", 3903 "micromark-util-normalize-identifier": "^2.0.0", 3904 "micromark-util-resolve-all": "^2.0.0", 3905 "micromark-util-subtokenize": "^2.0.0", 3906 "micromark-util-symbol": "^2.0.0", 3907 "micromark-util-types": "^2.0.0" 3908 } 3909 }, 3910 "node_modules/micromark-extension-frontmatter": { 3911 "version": "2.0.0", 3912 "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz", 3913 "integrity": "sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==", 3914 "license": "MIT", 3915 "dependencies": { 3916 "fault": "^2.0.0", 3917 "micromark-util-character": "^2.0.0", 3918 "micromark-util-symbol": "^2.0.0", 3919 "micromark-util-types": "^2.0.0" 3920 }, 3921 "funding": { 3922 "type": "opencollective", 3923 "url": "https://opencollective.com/unified" 3924 } 3925 }, 3926 "node_modules/micromark-extension-gfm": { 3927 "version": "3.0.0", 3928 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 3929 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 3930 "license": "MIT", 3931 "dependencies": { 3932 "micromark-extension-gfm-autolink-literal": "^2.0.0", 3933 "micromark-extension-gfm-footnote": "^2.0.0", 3934 "micromark-extension-gfm-strikethrough": "^2.0.0", 3935 "micromark-extension-gfm-table": "^2.0.0", 3936 "micromark-extension-gfm-tagfilter": "^2.0.0", 3937 "micromark-extension-gfm-task-list-item": "^2.0.0", 3938 "micromark-util-combine-extensions": "^2.0.0", 3939 "micromark-util-types": "^2.0.0" 3940 }, 3941 "funding": { 3942 "type": "opencollective", 3943 "url": "https://opencollective.com/unified" 3944 } 3945 }, 3946 "node_modules/micromark-extension-gfm-autolink-literal": { 3947 "version": "2.1.0", 3948 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 3949 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 3950 "license": "MIT", 3951 "dependencies": { 3952 "micromark-util-character": "^2.0.0", 3953 "micromark-util-sanitize-uri": "^2.0.0", 3954 "micromark-util-symbol": "^2.0.0", 3955 "micromark-util-types": "^2.0.0" 3956 }, 3957 "funding": { 3958 "type": "opencollective", 3959 "url": "https://opencollective.com/unified" 3960 } 3961 }, 3962 "node_modules/micromark-extension-gfm-footnote": { 3963 "version": "2.1.0", 3964 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 3965 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 3966 "license": "MIT", 3967 "dependencies": { 3968 "devlop": "^1.0.0", 3969 "micromark-core-commonmark": "^2.0.0", 3970 "micromark-factory-space": "^2.0.0", 3971 "micromark-util-character": "^2.0.0", 3972 "micromark-util-normalize-identifier": "^2.0.0", 3973 "micromark-util-sanitize-uri": "^2.0.0", 3974 "micromark-util-symbol": "^2.0.0", 3975 "micromark-util-types": "^2.0.0" 3976 }, 3977 "funding": { 3978 "type": "opencollective", 3979 "url": "https://opencollective.com/unified" 3980 } 3981 }, 3982 "node_modules/micromark-extension-gfm-strikethrough": { 3983 "version": "2.1.0", 3984 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 3985 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 3986 "license": "MIT", 3987 "dependencies": { 3988 "devlop": "^1.0.0", 3989 "micromark-util-chunked": "^2.0.0", 3990 "micromark-util-classify-character": "^2.0.0", 3991 "micromark-util-resolve-all": "^2.0.0", 3992 "micromark-util-symbol": "^2.0.0", 3993 "micromark-util-types": "^2.0.0" 3994 }, 3995 "funding": { 3996 "type": "opencollective", 3997 "url": "https://opencollective.com/unified" 3998 } 3999 }, 4000 "node_modules/micromark-extension-gfm-table": { 4001 "version": "2.1.0", 4002 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.0.tgz", 4003 "integrity": "sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==", 4004 "license": "MIT", 4005 "dependencies": { 4006 "devlop": "^1.0.0", 4007 "micromark-factory-space": "^2.0.0", 4008 "micromark-util-character": "^2.0.0", 4009 "micromark-util-symbol": "^2.0.0", 4010 "micromark-util-types": "^2.0.0" 4011 }, 4012 "funding": { 4013 "type": "opencollective", 4014 "url": "https://opencollective.com/unified" 4015 } 4016 }, 4017 "node_modules/micromark-extension-gfm-tagfilter": { 4018 "version": "2.0.0", 4019 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 4020 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 4021 "license": "MIT", 4022 "dependencies": { 4023 "micromark-util-types": "^2.0.0" 4024 }, 4025 "funding": { 4026 "type": "opencollective", 4027 "url": "https://opencollective.com/unified" 4028 } 4029 }, 4030 "node_modules/micromark-extension-gfm-task-list-item": { 4031 "version": "2.1.0", 4032 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 4033 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 4034 "license": "MIT", 4035 "dependencies": { 4036 "devlop": "^1.0.0", 4037 "micromark-factory-space": "^2.0.0", 4038 "micromark-util-character": "^2.0.0", 4039 "micromark-util-symbol": "^2.0.0", 4040 "micromark-util-types": "^2.0.0" 4041 }, 4042 "funding": { 4043 "type": "opencollective", 4044 "url": "https://opencollective.com/unified" 4045 } 4046 }, 4047 "node_modules/micromark-extension-math": { 4048 "version": "3.1.0", 4049 "resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz", 4050 "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==", 4051 "license": "MIT", 4052 "dependencies": { 4053 "@types/katex": "^0.16.0", 4054 "devlop": "^1.0.0", 4055 "katex": "^0.16.0", 4056 "micromark-factory-space": "^2.0.0", 4057 "micromark-util-character": "^2.0.0", 4058 "micromark-util-symbol": "^2.0.0", 4059 "micromark-util-types": "^2.0.0" 4060 }, 4061 "funding": { 4062 "type": "opencollective", 4063 "url": "https://opencollective.com/unified" 4064 } 4065 }, 4066 "node_modules/micromark-extension-mdx-expression": { 4067 "version": "3.0.0", 4068 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.0.tgz", 4069 "integrity": "sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==", 4070 "funding": [ 4071 { 4072 "type": "GitHub Sponsors", 4073 "url": "https://github.com/sponsors/unifiedjs" 4074 }, 4075 { 4076 "type": "OpenCollective", 4077 "url": "https://opencollective.com/unified" 4078 } 4079 ], 4080 "license": "MIT", 4081 "dependencies": { 4082 "@types/estree": "^1.0.0", 4083 "devlop": "^1.0.0", 4084 "micromark-factory-mdx-expression": "^2.0.0", 4085 "micromark-factory-space": "^2.0.0", 4086 "micromark-util-character": "^2.0.0", 4087 "micromark-util-events-to-acorn": "^2.0.0", 4088 "micromark-util-symbol": "^2.0.0", 4089 "micromark-util-types": "^2.0.0" 4090 } 4091 }, 4092 "node_modules/micromark-extension-mdx-jsx": { 4093 "version": "3.0.1", 4094 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.1.tgz", 4095 "integrity": "sha512-vNuFb9czP8QCtAQcEJn0UJQJZA8Dk6DXKBqx+bg/w0WGuSxDxNr7hErW89tHUY31dUW4NqEOWwmEUNhjTFmHkg==", 4096 "license": "MIT", 4097 "dependencies": { 4098 "@types/acorn": "^4.0.0", 4099 "@types/estree": "^1.0.0", 4100 "devlop": "^1.0.0", 4101 "estree-util-is-identifier-name": "^3.0.0", 4102 "micromark-factory-mdx-expression": "^2.0.0", 4103 "micromark-factory-space": "^2.0.0", 4104 "micromark-util-character": "^2.0.0", 4105 "micromark-util-events-to-acorn": "^2.0.0", 4106 "micromark-util-symbol": "^2.0.0", 4107 "micromark-util-types": "^2.0.0", 4108 "vfile-message": "^4.0.0" 4109 }, 4110 "funding": { 4111 "type": "opencollective", 4112 "url": "https://opencollective.com/unified" 4113 } 4114 }, 4115 "node_modules/micromark-extension-mdx-md": { 4116 "version": "2.0.0", 4117 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", 4118 "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", 4119 "license": "MIT", 4120 "dependencies": { 4121 "micromark-util-types": "^2.0.0" 4122 }, 4123 "funding": { 4124 "type": "opencollective", 4125 "url": "https://opencollective.com/unified" 4126 } 4127 }, 4128 "node_modules/micromark-extension-mdxjs": { 4129 "version": "3.0.0", 4130 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", 4131 "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", 4132 "license": "MIT", 4133 "dependencies": { 4134 "acorn": "^8.0.0", 4135 "acorn-jsx": "^5.0.0", 4136 "micromark-extension-mdx-expression": "^3.0.0", 4137 "micromark-extension-mdx-jsx": "^3.0.0", 4138 "micromark-extension-mdx-md": "^2.0.0", 4139 "micromark-extension-mdxjs-esm": "^3.0.0", 4140 "micromark-util-combine-extensions": "^2.0.0", 4141 "micromark-util-types": "^2.0.0" 4142 }, 4143 "funding": { 4144 "type": "opencollective", 4145 "url": "https://opencollective.com/unified" 4146 } 4147 }, 4148 "node_modules/micromark-extension-mdxjs-esm": { 4149 "version": "3.0.0", 4150 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", 4151 "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", 4152 "license": "MIT", 4153 "dependencies": { 4154 "@types/estree": "^1.0.0", 4155 "devlop": "^1.0.0", 4156 "micromark-core-commonmark": "^2.0.0", 4157 "micromark-util-character": "^2.0.0", 4158 "micromark-util-events-to-acorn": "^2.0.0", 4159 "micromark-util-symbol": "^2.0.0", 4160 "micromark-util-types": "^2.0.0", 4161 "unist-util-position-from-estree": "^2.0.0", 4162 "vfile-message": "^4.0.0" 4163 }, 4164 "funding": { 4165 "type": "opencollective", 4166 "url": "https://opencollective.com/unified" 4167 } 4168 }, 4169 "node_modules/micromark-factory-destination": { 4170 "version": "2.0.0", 4171 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.0.tgz", 4172 "integrity": "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==", 4173 "funding": [ 4174 { 4175 "type": "GitHub Sponsors", 4176 "url": "https://github.com/sponsors/unifiedjs" 4177 }, 4178 { 4179 "type": "OpenCollective", 4180 "url": "https://opencollective.com/unified" 4181 } 4182 ], 4183 "license": "MIT", 4184 "dependencies": { 4185 "micromark-util-character": "^2.0.0", 4186 "micromark-util-symbol": "^2.0.0", 4187 "micromark-util-types": "^2.0.0" 4188 } 4189 }, 4190 "node_modules/micromark-factory-label": { 4191 "version": "2.0.0", 4192 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.0.tgz", 4193 "integrity": "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==", 4194 "funding": [ 4195 { 4196 "type": "GitHub Sponsors", 4197 "url": "https://github.com/sponsors/unifiedjs" 4198 }, 4199 { 4200 "type": "OpenCollective", 4201 "url": "https://opencollective.com/unified" 4202 } 4203 ], 4204 "license": "MIT", 4205 "dependencies": { 4206 "devlop": "^1.0.0", 4207 "micromark-util-character": "^2.0.0", 4208 "micromark-util-symbol": "^2.0.0", 4209 "micromark-util-types": "^2.0.0" 4210 } 4211 }, 4212 "node_modules/micromark-factory-mdx-expression": { 4213 "version": "2.0.2", 4214 "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.2.tgz", 4215 "integrity": "sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw==", 4216 "funding": [ 4217 { 4218 "type": "GitHub Sponsors", 4219 "url": "https://github.com/sponsors/unifiedjs" 4220 }, 4221 { 4222 "type": "OpenCollective", 4223 "url": "https://opencollective.com/unified" 4224 } 4225 ], 4226 "license": "MIT", 4227 "dependencies": { 4228 "@types/estree": "^1.0.0", 4229 "devlop": "^1.0.0", 4230 "micromark-factory-space": "^2.0.0", 4231 "micromark-util-character": "^2.0.0", 4232 "micromark-util-events-to-acorn": "^2.0.0", 4233 "micromark-util-symbol": "^2.0.0", 4234 "micromark-util-types": "^2.0.0", 4235 "unist-util-position-from-estree": "^2.0.0", 4236 "vfile-message": "^4.0.0" 4237 } 4238 }, 4239 "node_modules/micromark-factory-space": { 4240 "version": "2.0.0", 4241 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", 4242 "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", 4243 "funding": [ 4244 { 4245 "type": "GitHub Sponsors", 4246 "url": "https://github.com/sponsors/unifiedjs" 4247 }, 4248 { 4249 "type": "OpenCollective", 4250 "url": "https://opencollective.com/unified" 4251 } 4252 ], 4253 "license": "MIT", 4254 "dependencies": { 4255 "micromark-util-character": "^2.0.0", 4256 "micromark-util-types": "^2.0.0" 4257 } 4258 }, 4259 "node_modules/micromark-factory-title": { 4260 "version": "2.0.0", 4261 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.0.tgz", 4262 "integrity": "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==", 4263 "funding": [ 4264 { 4265 "type": "GitHub Sponsors", 4266 "url": "https://github.com/sponsors/unifiedjs" 4267 }, 4268 { 4269 "type": "OpenCollective", 4270 "url": "https://opencollective.com/unified" 4271 } 4272 ], 4273 "license": "MIT", 4274 "dependencies": { 4275 "micromark-factory-space": "^2.0.0", 4276 "micromark-util-character": "^2.0.0", 4277 "micromark-util-symbol": "^2.0.0", 4278 "micromark-util-types": "^2.0.0" 4279 } 4280 }, 4281 "node_modules/micromark-factory-whitespace": { 4282 "version": "2.0.0", 4283 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.0.tgz", 4284 "integrity": "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==", 4285 "funding": [ 4286 { 4287 "type": "GitHub Sponsors", 4288 "url": "https://github.com/sponsors/unifiedjs" 4289 }, 4290 { 4291 "type": "OpenCollective", 4292 "url": "https://opencollective.com/unified" 4293 } 4294 ], 4295 "license": "MIT", 4296 "dependencies": { 4297 "micromark-factory-space": "^2.0.0", 4298 "micromark-util-character": "^2.0.0", 4299 "micromark-util-symbol": "^2.0.0", 4300 "micromark-util-types": "^2.0.0" 4301 } 4302 }, 4303 "node_modules/micromark-util-character": { 4304 "version": "2.1.0", 4305 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", 4306 "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", 4307 "funding": [ 4308 { 4309 "type": "GitHub Sponsors", 4310 "url": "https://github.com/sponsors/unifiedjs" 4311 }, 4312 { 4313 "type": "OpenCollective", 4314 "url": "https://opencollective.com/unified" 4315 } 4316 ], 4317 "license": "MIT", 4318 "dependencies": { 4319 "micromark-util-symbol": "^2.0.0", 4320 "micromark-util-types": "^2.0.0" 4321 } 4322 }, 4323 "node_modules/micromark-util-chunked": { 4324 "version": "2.0.0", 4325 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.0.tgz", 4326 "integrity": "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==", 4327 "funding": [ 4328 { 4329 "type": "GitHub Sponsors", 4330 "url": "https://github.com/sponsors/unifiedjs" 4331 }, 4332 { 4333 "type": "OpenCollective", 4334 "url": "https://opencollective.com/unified" 4335 } 4336 ], 4337 "license": "MIT", 4338 "dependencies": { 4339 "micromark-util-symbol": "^2.0.0" 4340 } 4341 }, 4342 "node_modules/micromark-util-classify-character": { 4343 "version": "2.0.0", 4344 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.0.tgz", 4345 "integrity": "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==", 4346 "funding": [ 4347 { 4348 "type": "GitHub Sponsors", 4349 "url": "https://github.com/sponsors/unifiedjs" 4350 }, 4351 { 4352 "type": "OpenCollective", 4353 "url": "https://opencollective.com/unified" 4354 } 4355 ], 4356 "license": "MIT", 4357 "dependencies": { 4358 "micromark-util-character": "^2.0.0", 4359 "micromark-util-symbol": "^2.0.0", 4360 "micromark-util-types": "^2.0.0" 4361 } 4362 }, 4363 "node_modules/micromark-util-combine-extensions": { 4364 "version": "2.0.0", 4365 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.0.tgz", 4366 "integrity": "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==", 4367 "funding": [ 4368 { 4369 "type": "GitHub Sponsors", 4370 "url": "https://github.com/sponsors/unifiedjs" 4371 }, 4372 { 4373 "type": "OpenCollective", 4374 "url": "https://opencollective.com/unified" 4375 } 4376 ], 4377 "license": "MIT", 4378 "dependencies": { 4379 "micromark-util-chunked": "^2.0.0", 4380 "micromark-util-types": "^2.0.0" 4381 } 4382 }, 4383 "node_modules/micromark-util-decode-numeric-character-reference": { 4384 "version": "2.0.1", 4385 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.1.tgz", 4386 "integrity": "sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==", 4387 "funding": [ 4388 { 4389 "type": "GitHub Sponsors", 4390 "url": "https://github.com/sponsors/unifiedjs" 4391 }, 4392 { 4393 "type": "OpenCollective", 4394 "url": "https://opencollective.com/unified" 4395 } 4396 ], 4397 "license": "MIT", 4398 "dependencies": { 4399 "micromark-util-symbol": "^2.0.0" 4400 } 4401 }, 4402 "node_modules/micromark-util-decode-string": { 4403 "version": "2.0.0", 4404 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.0.tgz", 4405 "integrity": "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==", 4406 "funding": [ 4407 { 4408 "type": "GitHub Sponsors", 4409 "url": "https://github.com/sponsors/unifiedjs" 4410 }, 4411 { 4412 "type": "OpenCollective", 4413 "url": "https://opencollective.com/unified" 4414 } 4415 ], 4416 "license": "MIT", 4417 "dependencies": { 4418 "decode-named-character-reference": "^1.0.0", 4419 "micromark-util-character": "^2.0.0", 4420 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4421 "micromark-util-symbol": "^2.0.0" 4422 } 4423 }, 4424 "node_modules/micromark-util-encode": { 4425 "version": "2.0.0", 4426 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", 4427 "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", 4428 "funding": [ 4429 { 4430 "type": "GitHub Sponsors", 4431 "url": "https://github.com/sponsors/unifiedjs" 4432 }, 4433 { 4434 "type": "OpenCollective", 4435 "url": "https://opencollective.com/unified" 4436 } 4437 ], 4438 "license": "MIT" 4439 }, 4440 "node_modules/micromark-util-events-to-acorn": { 4441 "version": "2.0.2", 4442 "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.2.tgz", 4443 "integrity": "sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==", 4444 "funding": [ 4445 { 4446 "type": "GitHub Sponsors", 4447 "url": "https://github.com/sponsors/unifiedjs" 4448 }, 4449 { 4450 "type": "OpenCollective", 4451 "url": "https://opencollective.com/unified" 4452 } 4453 ], 4454 "license": "MIT", 4455 "dependencies": { 4456 "@types/acorn": "^4.0.0", 4457 "@types/estree": "^1.0.0", 4458 "@types/unist": "^3.0.0", 4459 "devlop": "^1.0.0", 4460 "estree-util-visit": "^2.0.0", 4461 "micromark-util-symbol": "^2.0.0", 4462 "micromark-util-types": "^2.0.0", 4463 "vfile-message": "^4.0.0" 4464 } 4465 }, 4466 "node_modules/micromark-util-html-tag-name": { 4467 "version": "2.0.0", 4468 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.0.tgz", 4469 "integrity": "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==", 4470 "funding": [ 4471 { 4472 "type": "GitHub Sponsors", 4473 "url": "https://github.com/sponsors/unifiedjs" 4474 }, 4475 { 4476 "type": "OpenCollective", 4477 "url": "https://opencollective.com/unified" 4478 } 4479 ], 4480 "license": "MIT" 4481 }, 4482 "node_modules/micromark-util-normalize-identifier": { 4483 "version": "2.0.0", 4484 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.0.tgz", 4485 "integrity": "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==", 4486 "funding": [ 4487 { 4488 "type": "GitHub Sponsors", 4489 "url": "https://github.com/sponsors/unifiedjs" 4490 }, 4491 { 4492 "type": "OpenCollective", 4493 "url": "https://opencollective.com/unified" 4494 } 4495 ], 4496 "license": "MIT", 4497 "dependencies": { 4498 "micromark-util-symbol": "^2.0.0" 4499 } 4500 }, 4501 "node_modules/micromark-util-resolve-all": { 4502 "version": "2.0.0", 4503 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.0.tgz", 4504 "integrity": "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==", 4505 "funding": [ 4506 { 4507 "type": "GitHub Sponsors", 4508 "url": "https://github.com/sponsors/unifiedjs" 4509 }, 4510 { 4511 "type": "OpenCollective", 4512 "url": "https://opencollective.com/unified" 4513 } 4514 ], 4515 "license": "MIT", 4516 "dependencies": { 4517 "micromark-util-types": "^2.0.0" 4518 } 4519 }, 4520 "node_modules/micromark-util-sanitize-uri": { 4521 "version": "2.0.0", 4522 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", 4523 "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", 4524 "funding": [ 4525 { 4526 "type": "GitHub Sponsors", 4527 "url": "https://github.com/sponsors/unifiedjs" 4528 }, 4529 { 4530 "type": "OpenCollective", 4531 "url": "https://opencollective.com/unified" 4532 } 4533 ], 4534 "license": "MIT", 4535 "dependencies": { 4536 "micromark-util-character": "^2.0.0", 4537 "micromark-util-encode": "^2.0.0", 4538 "micromark-util-symbol": "^2.0.0" 4539 } 4540 }, 4541 "node_modules/micromark-util-subtokenize": { 4542 "version": "2.0.1", 4543 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.1.tgz", 4544 "integrity": "sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==", 4545 "funding": [ 4546 { 4547 "type": "GitHub Sponsors", 4548 "url": "https://github.com/sponsors/unifiedjs" 4549 }, 4550 { 4551 "type": "OpenCollective", 4552 "url": "https://opencollective.com/unified" 4553 } 4554 ], 4555 "license": "MIT", 4556 "dependencies": { 4557 "devlop": "^1.0.0", 4558 "micromark-util-chunked": "^2.0.0", 4559 "micromark-util-symbol": "^2.0.0", 4560 "micromark-util-types": "^2.0.0" 4561 } 4562 }, 4563 "node_modules/micromark-util-symbol": { 4564 "version": "2.0.0", 4565 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", 4566 "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", 4567 "funding": [ 4568 { 4569 "type": "GitHub Sponsors", 4570 "url": "https://github.com/sponsors/unifiedjs" 4571 }, 4572 { 4573 "type": "OpenCollective", 4574 "url": "https://opencollective.com/unified" 4575 } 4576 ], 4577 "license": "MIT" 4578 }, 4579 "node_modules/micromark-util-types": { 4580 "version": "2.0.0", 4581 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", 4582 "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", 4583 "funding": [ 4584 { 4585 "type": "GitHub Sponsors", 4586 "url": "https://github.com/sponsors/unifiedjs" 4587 }, 4588 { 4589 "type": "OpenCollective", 4590 "url": "https://opencollective.com/unified" 4591 } 4592 ], 4593 "license": "MIT" 4594 }, 4595 "node_modules/micromatch": { 4596 "version": "4.0.8", 4597 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 4598 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 4599 "dev": true, 4600 "license": "MIT", 4601 "dependencies": { 4602 "braces": "^3.0.3", 4603 "picomatch": "^2.3.1" 4604 }, 4605 "engines": { 4606 "node": ">=8.6" 4607 } 4608 }, 4609 "node_modules/minimatch": { 4610 "version": "9.0.5", 4611 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 4612 "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 4613 "dev": true, 4614 "license": "ISC", 4615 "dependencies": { 4616 "brace-expansion": "^2.0.1" 4617 }, 4618 "engines": { 4619 "node": ">=16 || 14 >=14.17" 4620 }, 4621 "funding": { 4622 "url": "https://github.com/sponsors/isaacs" 4623 } 4624 }, 4625 "node_modules/minipass": { 4626 "version": "7.1.2", 4627 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", 4628 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", 4629 "dev": true, 4630 "license": "ISC", 4631 "engines": { 4632 "node": ">=16 || 14 >=14.17" 4633 } 4634 }, 4635 "node_modules/mj-context-menu": { 4636 "version": "0.6.1", 4637 "resolved": "https://registry.npmjs.org/mj-context-menu/-/mj-context-menu-0.6.1.tgz", 4638 "integrity": "sha512-7NO5s6n10TIV96d4g2uDpG7ZDpIhMh0QNfGdJw/W47JswFcosz457wqz/b5sAKvl12sxINGFCn80NZHKwxQEXA==", 4639 "license": "Apache-2.0" 4640 }, 4641 "node_modules/mlly": { 4642 "version": "1.7.1", 4643 "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz", 4644 "integrity": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==", 4645 "license": "MIT", 4646 "dependencies": { 4647 "acorn": "^8.11.3", 4648 "pathe": "^1.1.2", 4649 "pkg-types": "^1.1.1", 4650 "ufo": "^1.5.3" 4651 } 4652 }, 4653 "node_modules/ms": { 4654 "version": "2.1.3", 4655 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 4656 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 4657 "license": "MIT" 4658 }, 4659 "node_modules/mz": { 4660 "version": "2.7.0", 4661 "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", 4662 "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", 4663 "dev": true, 4664 "license": "MIT", 4665 "dependencies": { 4666 "any-promise": "^1.0.0", 4667 "object-assign": "^4.0.1", 4668 "thenify-all": "^1.0.0" 4669 } 4670 }, 4671 "node_modules/nanoid": { 4672 "version": "3.3.7", 4673 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", 4674 "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", 4675 "funding": [ 4676 { 4677 "type": "github", 4678 "url": "https://github.com/sponsors/ai" 4679 } 4680 ], 4681 "license": "MIT", 4682 "bin": { 4683 "nanoid": "bin/nanoid.cjs" 4684 }, 4685 "engines": { 4686 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 4687 } 4688 }, 4689 "node_modules/next": { 4690 "version": "14.2.14", 4691 "resolved": "https://registry.npmjs.org/next/-/next-14.2.14.tgz", 4692 "integrity": "sha512-Q1coZG17MW0Ly5x76shJ4dkC23woLAhhnDnw+DfTc7EpZSGuWrlsZ3bZaO8t6u1Yu8FVfhkqJE+U8GC7E0GLPQ==", 4693 "license": "MIT", 4694 "dependencies": { 4695 "@next/env": "14.2.14", 4696 "@swc/helpers": "0.5.5", 4697 "busboy": "1.6.0", 4698 "caniuse-lite": "^1.0.30001579", 4699 "graceful-fs": "^4.2.11", 4700 "postcss": "8.4.31", 4701 "styled-jsx": "5.1.1" 4702 }, 4703 "bin": { 4704 "next": "dist/bin/next" 4705 }, 4706 "engines": { 4707 "node": ">=18.17.0" 4708 }, 4709 "optionalDependencies": { 4710 "@next/swc-darwin-arm64": "14.2.14", 4711 "@next/swc-darwin-x64": "14.2.14", 4712 "@next/swc-linux-arm64-gnu": "14.2.14", 4713 "@next/swc-linux-arm64-musl": "14.2.14", 4714 "@next/swc-linux-x64-gnu": "14.2.14", 4715 "@next/swc-linux-x64-musl": "14.2.14", 4716 "@next/swc-win32-arm64-msvc": "14.2.14", 4717 "@next/swc-win32-ia32-msvc": "14.2.14", 4718 "@next/swc-win32-x64-msvc": "14.2.14" 4719 }, 4720 "peerDependencies": { 4721 "@opentelemetry/api": "^1.1.0", 4722 "@playwright/test": "^1.41.2", 4723 "react": "^18.2.0", 4724 "react-dom": "^18.2.0", 4725 "sass": "^1.3.0" 4726 }, 4727 "peerDependenciesMeta": { 4728 "@opentelemetry/api": { 4729 "optional": true 4730 }, 4731 "@playwright/test": { 4732 "optional": true 4733 }, 4734 "sass": { 4735 "optional": true 4736 } 4737 } 4738 }, 4739 "node_modules/next-themes": { 4740 "version": "0.3.0", 4741 "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.3.0.tgz", 4742 "integrity": "sha512-/QHIrsYpd6Kfk7xakK4svpDI5mmXP0gfvCoJdGpZQ2TOrQZmsW0QxjaiLn8wbIKjtm4BTSqLoix4lxYYOnLJ/w==", 4743 "license": "MIT", 4744 "peerDependencies": { 4745 "react": "^16.8 || ^17 || ^18", 4746 "react-dom": "^16.8 || ^17 || ^18" 4747 } 4748 }, 4749 "node_modules/next/node_modules/postcss": { 4750 "version": "8.4.31", 4751 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", 4752 "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", 4753 "funding": [ 4754 { 4755 "type": "opencollective", 4756 "url": "https://opencollective.com/postcss/" 4757 }, 4758 { 4759 "type": "tidelift", 4760 "url": "https://tidelift.com/funding/github/npm/postcss" 4761 }, 4762 { 4763 "type": "github", 4764 "url": "https://github.com/sponsors/ai" 4765 } 4766 ], 4767 "license": "MIT", 4768 "dependencies": { 4769 "nanoid": "^3.3.6", 4770 "picocolors": "^1.0.0", 4771 "source-map-js": "^1.0.2" 4772 }, 4773 "engines": { 4774 "node": "^10 || ^12 || >=14" 4775 } 4776 }, 4777 "node_modules/nextra": { 4778 "version": "3.0.0-alpha.40", 4779 "resolved": "https://registry.npmjs.org/nextra/-/nextra-3.0.0-alpha.40.tgz", 4780 "integrity": "sha512-8/JfKASmsCV2mEH0eaJRfvxjwq5XSuUDAP8ByqQScgHQGqiZkmUYkve3zElm/n0v1e3Ksjs3wdz1YMKO4eqYXA==", 4781 "license": "MIT", 4782 "dependencies": { 4783 "@headlessui/react": "^2.1.2", 4784 "@mdx-js/mdx": "^3.0.0", 4785 "@mdx-js/react": "^3.0.0", 4786 "@napi-rs/simple-git": "^0.1.9", 4787 "@shikijs/twoslash": "^1.0.0", 4788 "@theguild/remark-mermaid": "^0.1.2", 4789 "@theguild/remark-npm2yarn": "^0.3.2", 4790 "better-react-mathjax": "^2.0.3", 4791 "clsx": "^2.0.0", 4792 "estree-util-to-js": "^2.0.0", 4793 "estree-util-value-to-estree": "^3.0.1", 4794 "github-slugger": "^2.0.0", 4795 "graceful-fs": "^4.2.11", 4796 "gray-matter": "^4.0.3", 4797 "hast-util-to-estree": "^3.1.0", 4798 "katex": "^0.16.9", 4799 "p-limit": "^6.0.0", 4800 "rehype-katex": "^7.0.0", 4801 "rehype-pretty-code": "0.14.0", 4802 "rehype-raw": "^7.0.0", 4803 "remark-frontmatter": "^5.0.0", 4804 "remark-gfm": "^4.0.0", 4805 "remark-math": "^6.0.0", 4806 "remark-reading-time": "^2.0.1", 4807 "remark-smartypants": "^3.0.0", 4808 "shiki": "^1.0.0", 4809 "slash": "^5.1.0", 4810 "title": "^3.5.3", 4811 "unist-util-remove": "^4.0.0", 4812 "unist-util-visit": "^5.0.0", 4813 "yaml": "^2.3.2", 4814 "zod": "^3.22.3", 4815 "zod-validation-error": "^3.0.0" 4816 }, 4817 "engines": { 4818 "node": ">=18" 4819 }, 4820 "peerDependencies": { 4821 "next": ">=13", 4822 "react": ">=16.13.1", 4823 "react-dom": ">=16.13.1" 4824 } 4825 }, 4826 "node_modules/nextra-theme-docs": { 4827 "version": "3.0.0-alpha.40", 4828 "resolved": "https://registry.npmjs.org/nextra-theme-docs/-/nextra-theme-docs-3.0.0-alpha.40.tgz", 4829 "integrity": "sha512-xpCDCm+DFQr/hw/8uLx7w7u02pM6odaNK1Y+GzUIXgmRZtpaifvX6UpvdsAPu4Tvkhy1LbfPw9Qtcl9QM9e9Hg==", 4830 "license": "MIT", 4831 "dependencies": { 4832 "@headlessui/react": "^2.1.2", 4833 "@popperjs/core": "^2.11.8", 4834 "clsx": "^2.0.0", 4835 "escape-string-regexp": "^5.0.0", 4836 "flexsearch": "^0.7.43", 4837 "next-themes": "^0.3.0", 4838 "scroll-into-view-if-needed": "^3.1.0", 4839 "zod": "^3.22.3" 4840 }, 4841 "peerDependencies": { 4842 "next": ">=13", 4843 "nextra": "3.0.0-alpha.40", 4844 "react": ">=16.13.1", 4845 "react-dom": ">=16.13.1" 4846 } 4847 }, 4848 "node_modules/nlcst-to-string": { 4849 "version": "4.0.0", 4850 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", 4851 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", 4852 "license": "MIT", 4853 "dependencies": { 4854 "@types/nlcst": "^2.0.0" 4855 }, 4856 "funding": { 4857 "type": "opencollective", 4858 "url": "https://opencollective.com/unified" 4859 } 4860 }, 4861 "node_modules/node-releases": { 4862 "version": "2.0.18", 4863 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", 4864 "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", 4865 "dev": true, 4866 "license": "MIT" 4867 }, 4868 "node_modules/normalize-path": { 4869 "version": "3.0.0", 4870 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 4871 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 4872 "dev": true, 4873 "license": "MIT", 4874 "engines": { 4875 "node": ">=0.10.0" 4876 } 4877 }, 4878 "node_modules/normalize-range": { 4879 "version": "0.1.2", 4880 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", 4881 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", 4882 "dev": true, 4883 "license": "MIT", 4884 "engines": { 4885 "node": ">=0.10.0" 4886 } 4887 }, 4888 "node_modules/npm-run-path": { 4889 "version": "2.0.2", 4890 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", 4891 "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", 4892 "license": "MIT", 4893 "dependencies": { 4894 "path-key": "^2.0.0" 4895 }, 4896 "engines": { 4897 "node": ">=4" 4898 } 4899 }, 4900 "node_modules/npm-run-path/node_modules/path-key": { 4901 "version": "2.0.1", 4902 "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", 4903 "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", 4904 "license": "MIT", 4905 "engines": { 4906 "node": ">=4" 4907 } 4908 }, 4909 "node_modules/npm-to-yarn": { 4910 "version": "3.0.0", 4911 "resolved": "https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-3.0.0.tgz", 4912 "integrity": "sha512-76YnmsbfrYp0tMsWxM0RNX0Vs+x8JxpJGu6B/jDn4lW8+laiTcKmKi9MeMh4UikO4RkJ1oqURoDy9bXJmMXS6A==", 4913 "license": "MIT", 4914 "engines": { 4915 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4916 }, 4917 "funding": { 4918 "url": "https://github.com/nebrelbug/npm-to-yarn?sponsor=1" 4919 } 4920 }, 4921 "node_modules/object-assign": { 4922 "version": "4.1.1", 4923 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", 4924 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", 4925 "dev": true, 4926 "license": "MIT", 4927 "engines": { 4928 "node": ">=0.10.0" 4929 } 4930 }, 4931 "node_modules/object-hash": { 4932 "version": "3.0.0", 4933 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", 4934 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", 4935 "dev": true, 4936 "license": "MIT", 4937 "engines": { 4938 "node": ">= 6" 4939 } 4940 }, 4941 "node_modules/oniguruma-to-js": { 4942 "version": "0.4.3", 4943 "resolved": "https://registry.npmjs.org/oniguruma-to-js/-/oniguruma-to-js-0.4.3.tgz", 4944 "integrity": "sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==", 4945 "license": "MIT", 4946 "dependencies": { 4947 "regex": "^4.3.2" 4948 }, 4949 "funding": { 4950 "url": "https://github.com/sponsors/antfu" 4951 } 4952 }, 4953 "node_modules/p-finally": { 4954 "version": "1.0.0", 4955 "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", 4956 "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", 4957 "license": "MIT", 4958 "engines": { 4959 "node": ">=4" 4960 } 4961 }, 4962 "node_modules/p-limit": { 4963 "version": "6.1.0", 4964 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.1.0.tgz", 4965 "integrity": "sha512-H0jc0q1vOzlEk0TqAKXKZxdl7kX3OFUzCnNVUnq5Pc3DGo0kpeaMuPqxQn235HibwBEb0/pm9dgKTjXy66fBkg==", 4966 "license": "MIT", 4967 "dependencies": { 4968 "yocto-queue": "^1.1.1" 4969 }, 4970 "engines": { 4971 "node": ">=18" 4972 }, 4973 "funding": { 4974 "url": "https://github.com/sponsors/sindresorhus" 4975 } 4976 }, 4977 "node_modules/package-json-from-dist": { 4978 "version": "1.0.0", 4979 "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", 4980 "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", 4981 "dev": true, 4982 "license": "BlueOak-1.0.0" 4983 }, 4984 "node_modules/package-manager-detector": { 4985 "version": "0.2.0", 4986 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-0.2.0.tgz", 4987 "integrity": "sha512-E385OSk9qDcXhcM9LNSe4sdhx8a9mAPrZ4sMLW+tmxl5ZuGtPUcdFu+MPP2jbgiWAZ6Pfe5soGFMd+0Db5Vrog==", 4988 "license": "MIT" 4989 }, 4990 "node_modules/parse-entities": { 4991 "version": "4.0.1", 4992 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz", 4993 "integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==", 4994 "license": "MIT", 4995 "dependencies": { 4996 "@types/unist": "^2.0.0", 4997 "character-entities": "^2.0.0", 4998 "character-entities-legacy": "^3.0.0", 4999 "character-reference-invalid": "^2.0.0", 5000 "decode-named-character-reference": "^1.0.0", 5001 "is-alphanumerical": "^2.0.0", 5002 "is-decimal": "^2.0.0", 5003 "is-hexadecimal": "^2.0.0" 5004 }, 5005 "funding": { 5006 "type": "github", 5007 "url": "https://github.com/sponsors/wooorm" 5008 } 5009 }, 5010 "node_modules/parse-entities/node_modules/@types/unist": { 5011 "version": "2.0.11", 5012 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", 5013 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", 5014 "license": "MIT" 5015 }, 5016 "node_modules/parse-latin": { 5017 "version": "7.0.0", 5018 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", 5019 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", 5020 "license": "MIT", 5021 "dependencies": { 5022 "@types/nlcst": "^2.0.0", 5023 "@types/unist": "^3.0.0", 5024 "nlcst-to-string": "^4.0.0", 5025 "unist-util-modify-children": "^4.0.0", 5026 "unist-util-visit-children": "^3.0.0", 5027 "vfile": "^6.0.0" 5028 }, 5029 "funding": { 5030 "type": "github", 5031 "url": "https://github.com/sponsors/wooorm" 5032 } 5033 }, 5034 "node_modules/parse-numeric-range": { 5035 "version": "1.3.0", 5036 "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz", 5037 "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==", 5038 "license": "ISC" 5039 }, 5040 "node_modules/parse5": { 5041 "version": "7.1.2", 5042 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", 5043 "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", 5044 "license": "MIT", 5045 "dependencies": { 5046 "entities": "^4.4.0" 5047 }, 5048 "funding": { 5049 "url": "https://github.com/inikulin/parse5?sponsor=1" 5050 } 5051 }, 5052 "node_modules/path-data-parser": { 5053 "version": "0.1.0", 5054 "resolved": "https://registry.npmjs.org/path-data-parser/-/path-data-parser-0.1.0.tgz", 5055 "integrity": "sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==", 5056 "license": "MIT" 5057 }, 5058 "node_modules/path-key": { 5059 "version": "3.1.1", 5060 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 5061 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 5062 "dev": true, 5063 "license": "MIT", 5064 "engines": { 5065 "node": ">=8" 5066 } 5067 }, 5068 "node_modules/path-parse": { 5069 "version": "1.0.7", 5070 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 5071 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", 5072 "dev": true, 5073 "license": "MIT" 5074 }, 5075 "node_modules/path-scurry": { 5076 "version": "1.11.1", 5077 "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", 5078 "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", 5079 "dev": true, 5080 "license": "BlueOak-1.0.0", 5081 "dependencies": { 5082 "lru-cache": "^10.2.0", 5083 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" 5084 }, 5085 "engines": { 5086 "node": ">=16 || 14 >=14.18" 5087 }, 5088 "funding": { 5089 "url": "https://github.com/sponsors/isaacs" 5090 } 5091 }, 5092 "node_modules/pathe": { 5093 "version": "1.1.2", 5094 "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", 5095 "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", 5096 "license": "MIT" 5097 }, 5098 "node_modules/periscopic": { 5099 "version": "3.1.0", 5100 "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz", 5101 "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==", 5102 "license": "MIT", 5103 "dependencies": { 5104 "@types/estree": "^1.0.0", 5105 "estree-walker": "^3.0.0", 5106 "is-reference": "^3.0.0" 5107 } 5108 }, 5109 "node_modules/picocolors": { 5110 "version": "1.1.0", 5111 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", 5112 "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", 5113 "license": "ISC" 5114 }, 5115 "node_modules/picomatch": { 5116 "version": "2.3.1", 5117 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 5118 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 5119 "dev": true, 5120 "license": "MIT", 5121 "engines": { 5122 "node": ">=8.6" 5123 }, 5124 "funding": { 5125 "url": "https://github.com/sponsors/jonschlinkert" 5126 } 5127 }, 5128 "node_modules/pify": { 5129 "version": "2.3.0", 5130 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", 5131 "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", 5132 "dev": true, 5133 "license": "MIT", 5134 "engines": { 5135 "node": ">=0.10.0" 5136 } 5137 }, 5138 "node_modules/pirates": { 5139 "version": "4.0.6", 5140 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", 5141 "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", 5142 "dev": true, 5143 "license": "MIT", 5144 "engines": { 5145 "node": ">= 6" 5146 } 5147 }, 5148 "node_modules/pkg-types": { 5149 "version": "1.2.0", 5150 "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.2.0.tgz", 5151 "integrity": "sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==", 5152 "license": "MIT", 5153 "dependencies": { 5154 "confbox": "^0.1.7", 5155 "mlly": "^1.7.1", 5156 "pathe": "^1.1.2" 5157 } 5158 }, 5159 "node_modules/points-on-curve": { 5160 "version": "0.2.0", 5161 "resolved": "https://registry.npmjs.org/points-on-curve/-/points-on-curve-0.2.0.tgz", 5162 "integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==", 5163 "license": "MIT" 5164 }, 5165 "node_modules/points-on-path": { 5166 "version": "0.2.1", 5167 "resolved": "https://registry.npmjs.org/points-on-path/-/points-on-path-0.2.1.tgz", 5168 "integrity": "sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==", 5169 "license": "MIT", 5170 "dependencies": { 5171 "path-data-parser": "0.1.0", 5172 "points-on-curve": "0.2.0" 5173 } 5174 }, 5175 "node_modules/postcss": { 5176 "version": "8.4.47", 5177 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", 5178 "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", 5179 "dev": true, 5180 "funding": [ 5181 { 5182 "type": "opencollective", 5183 "url": "https://opencollective.com/postcss/" 5184 }, 5185 { 5186 "type": "tidelift", 5187 "url": "https://tidelift.com/funding/github/npm/postcss" 5188 }, 5189 { 5190 "type": "github", 5191 "url": "https://github.com/sponsors/ai" 5192 } 5193 ], 5194 "license": "MIT", 5195 "dependencies": { 5196 "nanoid": "^3.3.7", 5197 "picocolors": "^1.1.0", 5198 "source-map-js": "^1.2.1" 5199 }, 5200 "engines": { 5201 "node": "^10 || ^12 || >=14" 5202 } 5203 }, 5204 "node_modules/postcss-import": { 5205 "version": "15.1.0", 5206 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", 5207 "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", 5208 "dev": true, 5209 "license": "MIT", 5210 "dependencies": { 5211 "postcss-value-parser": "^4.0.0", 5212 "read-cache": "^1.0.0", 5213 "resolve": "^1.1.7" 5214 }, 5215 "engines": { 5216 "node": ">=14.0.0" 5217 }, 5218 "peerDependencies": { 5219 "postcss": "^8.0.0" 5220 } 5221 }, 5222 "node_modules/postcss-js": { 5223 "version": "4.0.1", 5224 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", 5225 "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", 5226 "dev": true, 5227 "license": "MIT", 5228 "dependencies": { 5229 "camelcase-css": "^2.0.1" 5230 }, 5231 "engines": { 5232 "node": "^12 || ^14 || >= 16" 5233 }, 5234 "funding": { 5235 "type": "opencollective", 5236 "url": "https://opencollective.com/postcss/" 5237 }, 5238 "peerDependencies": { 5239 "postcss": "^8.4.21" 5240 } 5241 }, 5242 "node_modules/postcss-load-config": { 5243 "version": "4.0.2", 5244 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", 5245 "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", 5246 "dev": true, 5247 "funding": [ 5248 { 5249 "type": "opencollective", 5250 "url": "https://opencollective.com/postcss/" 5251 }, 5252 { 5253 "type": "github", 5254 "url": "https://github.com/sponsors/ai" 5255 } 5256 ], 5257 "license": "MIT", 5258 "dependencies": { 5259 "lilconfig": "^3.0.0", 5260 "yaml": "^2.3.4" 5261 }, 5262 "engines": { 5263 "node": ">= 14" 5264 }, 5265 "peerDependencies": { 5266 "postcss": ">=8.0.9", 5267 "ts-node": ">=9.0.0" 5268 }, 5269 "peerDependenciesMeta": { 5270 "postcss": { 5271 "optional": true 5272 }, 5273 "ts-node": { 5274 "optional": true 5275 } 5276 } 5277 }, 5278 "node_modules/postcss-load-config/node_modules/lilconfig": { 5279 "version": "3.1.2", 5280 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", 5281 "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", 5282 "dev": true, 5283 "license": "MIT", 5284 "engines": { 5285 "node": ">=14" 5286 }, 5287 "funding": { 5288 "url": "https://github.com/sponsors/antonk52" 5289 } 5290 }, 5291 "node_modules/postcss-nested": { 5292 "version": "6.2.0", 5293 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", 5294 "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", 5295 "dev": true, 5296 "funding": [ 5297 { 5298 "type": "opencollective", 5299 "url": "https://opencollective.com/postcss/" 5300 }, 5301 { 5302 "type": "github", 5303 "url": "https://github.com/sponsors/ai" 5304 } 5305 ], 5306 "license": "MIT", 5307 "dependencies": { 5308 "postcss-selector-parser": "^6.1.1" 5309 }, 5310 "engines": { 5311 "node": ">=12.0" 5312 }, 5313 "peerDependencies": { 5314 "postcss": "^8.2.14" 5315 } 5316 }, 5317 "node_modules/postcss-selector-parser": { 5318 "version": "6.1.2", 5319 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", 5320 "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", 5321 "dev": true, 5322 "license": "MIT", 5323 "dependencies": { 5324 "cssesc": "^3.0.0", 5325 "util-deprecate": "^1.0.2" 5326 }, 5327 "engines": { 5328 "node": ">=4" 5329 } 5330 }, 5331 "node_modules/postcss-value-parser": { 5332 "version": "4.2.0", 5333 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", 5334 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", 5335 "dev": true, 5336 "license": "MIT" 5337 }, 5338 "node_modules/property-information": { 5339 "version": "6.5.0", 5340 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", 5341 "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", 5342 "license": "MIT", 5343 "funding": { 5344 "type": "github", 5345 "url": "https://github.com/sponsors/wooorm" 5346 } 5347 }, 5348 "node_modules/pseudomap": { 5349 "version": "1.0.2", 5350 "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", 5351 "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==", 5352 "license": "ISC" 5353 }, 5354 "node_modules/queue-microtask": { 5355 "version": "1.2.3", 5356 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 5357 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 5358 "dev": true, 5359 "funding": [ 5360 { 5361 "type": "github", 5362 "url": "https://github.com/sponsors/feross" 5363 }, 5364 { 5365 "type": "patreon", 5366 "url": "https://www.patreon.com/feross" 5367 }, 5368 { 5369 "type": "consulting", 5370 "url": "https://feross.org/support" 5371 } 5372 ], 5373 "license": "MIT" 5374 }, 5375 "node_modules/react": { 5376 "version": "18.3.1", 5377 "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", 5378 "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", 5379 "license": "MIT", 5380 "dependencies": { 5381 "loose-envify": "^1.1.0" 5382 }, 5383 "engines": { 5384 "node": ">=0.10.0" 5385 } 5386 }, 5387 "node_modules/react-dom": { 5388 "version": "18.3.1", 5389 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", 5390 "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", 5391 "license": "MIT", 5392 "dependencies": { 5393 "loose-envify": "^1.1.0", 5394 "scheduler": "^0.23.2" 5395 }, 5396 "peerDependencies": { 5397 "react": "^18.3.1" 5398 } 5399 }, 5400 "node_modules/read-cache": { 5401 "version": "1.0.0", 5402 "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", 5403 "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", 5404 "dev": true, 5405 "license": "MIT", 5406 "dependencies": { 5407 "pify": "^2.3.0" 5408 } 5409 }, 5410 "node_modules/readdirp": { 5411 "version": "3.6.0", 5412 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", 5413 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", 5414 "dev": true, 5415 "license": "MIT", 5416 "dependencies": { 5417 "picomatch": "^2.2.1" 5418 }, 5419 "engines": { 5420 "node": ">=8.10.0" 5421 } 5422 }, 5423 "node_modules/reading-time": { 5424 "version": "1.5.0", 5425 "resolved": "https://registry.npmjs.org/reading-time/-/reading-time-1.5.0.tgz", 5426 "integrity": "sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==", 5427 "license": "MIT" 5428 }, 5429 "node_modules/regex": { 5430 "version": "4.3.2", 5431 "resolved": "https://registry.npmjs.org/regex/-/regex-4.3.2.tgz", 5432 "integrity": "sha512-kK/AA3A9K6q2js89+VMymcboLOlF5lZRCYJv3gzszXFHBr6kO6qLGzbm+UIugBEV8SMMKCTR59txoY6ctRHYVw==", 5433 "license": "MIT" 5434 }, 5435 "node_modules/rehype-katex": { 5436 "version": "7.0.1", 5437 "resolved": "https://registry.npmjs.org/rehype-katex/-/rehype-katex-7.0.1.tgz", 5438 "integrity": "sha512-OiM2wrZ/wuhKkigASodFoo8wimG3H12LWQaH8qSPVJn9apWKFSH3YOCtbKpBorTVw/eI7cuT21XBbvwEswbIOA==", 5439 "license": "MIT", 5440 "dependencies": { 5441 "@types/hast": "^3.0.0", 5442 "@types/katex": "^0.16.0", 5443 "hast-util-from-html-isomorphic": "^2.0.0", 5444 "hast-util-to-text": "^4.0.0", 5445 "katex": "^0.16.0", 5446 "unist-util-visit-parents": "^6.0.0", 5447 "vfile": "^6.0.0" 5448 }, 5449 "funding": { 5450 "type": "opencollective", 5451 "url": "https://opencollective.com/unified" 5452 } 5453 }, 5454 "node_modules/rehype-parse": { 5455 "version": "9.0.0", 5456 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.0.tgz", 5457 "integrity": "sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==", 5458 "license": "MIT", 5459 "dependencies": { 5460 "@types/hast": "^3.0.0", 5461 "hast-util-from-html": "^2.0.0", 5462 "unified": "^11.0.0" 5463 }, 5464 "funding": { 5465 "type": "opencollective", 5466 "url": "https://opencollective.com/unified" 5467 } 5468 }, 5469 "node_modules/rehype-pretty-code": { 5470 "version": "0.14.0", 5471 "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.14.0.tgz", 5472 "integrity": "sha512-hBeKF/Wkkf3zyUS8lal9RCUuhypDWLQc+h9UrP9Pav25FUm/AQAVh4m5gdvJxh4Oz+U+xKvdsV01p1LdvsZTiQ==", 5473 "license": "MIT", 5474 "dependencies": { 5475 "@types/hast": "^3.0.4", 5476 "hast-util-to-string": "^3.0.0", 5477 "parse-numeric-range": "^1.3.0", 5478 "rehype-parse": "^9.0.0", 5479 "unified": "^11.0.5", 5480 "unist-util-visit": "^5.0.0" 5481 }, 5482 "engines": { 5483 "node": ">=18" 5484 }, 5485 "peerDependencies": { 5486 "shiki": "^1.3.0" 5487 } 5488 }, 5489 "node_modules/rehype-raw": { 5490 "version": "7.0.0", 5491 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 5492 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 5493 "license": "MIT", 5494 "dependencies": { 5495 "@types/hast": "^3.0.0", 5496 "hast-util-raw": "^9.0.0", 5497 "vfile": "^6.0.0" 5498 }, 5499 "funding": { 5500 "type": "opencollective", 5501 "url": "https://opencollective.com/unified" 5502 } 5503 }, 5504 "node_modules/remark-frontmatter": { 5505 "version": "5.0.0", 5506 "resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-5.0.0.tgz", 5507 "integrity": "sha512-XTFYvNASMe5iPN0719nPrdItC9aU0ssC4v14mH1BCi1u0n1gAocqcujWUrByftZTbLhRtiKRyjYTSIOcr69UVQ==", 5508 "license": "MIT", 5509 "dependencies": { 5510 "@types/mdast": "^4.0.0", 5511 "mdast-util-frontmatter": "^2.0.0", 5512 "micromark-extension-frontmatter": "^2.0.0", 5513 "unified": "^11.0.0" 5514 }, 5515 "funding": { 5516 "type": "opencollective", 5517 "url": "https://opencollective.com/unified" 5518 } 5519 }, 5520 "node_modules/remark-gfm": { 5521 "version": "4.0.0", 5522 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.0.tgz", 5523 "integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==", 5524 "license": "MIT", 5525 "dependencies": { 5526 "@types/mdast": "^4.0.0", 5527 "mdast-util-gfm": "^3.0.0", 5528 "micromark-extension-gfm": "^3.0.0", 5529 "remark-parse": "^11.0.0", 5530 "remark-stringify": "^11.0.0", 5531 "unified": "^11.0.0" 5532 }, 5533 "funding": { 5534 "type": "opencollective", 5535 "url": "https://opencollective.com/unified" 5536 } 5537 }, 5538 "node_modules/remark-math": { 5539 "version": "6.0.0", 5540 "resolved": "https://registry.npmjs.org/remark-math/-/remark-math-6.0.0.tgz", 5541 "integrity": "sha512-MMqgnP74Igy+S3WwnhQ7kqGlEerTETXMvJhrUzDikVZ2/uogJCb+WHUg97hK9/jcfc0dkD73s3LN8zU49cTEtA==", 5542 "license": "MIT", 5543 "dependencies": { 5544 "@types/mdast": "^4.0.0", 5545 "mdast-util-math": "^3.0.0", 5546 "micromark-extension-math": "^3.0.0", 5547 "unified": "^11.0.0" 5548 }, 5549 "funding": { 5550 "type": "opencollective", 5551 "url": "https://opencollective.com/unified" 5552 } 5553 }, 5554 "node_modules/remark-mdx": { 5555 "version": "3.0.1", 5556 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.0.1.tgz", 5557 "integrity": "sha512-3Pz3yPQ5Rht2pM5R+0J2MrGoBSrzf+tJG94N+t/ilfdh8YLyyKYtidAYwTveB20BoHAcwIopOUqhcmh2F7hGYA==", 5558 "license": "MIT", 5559 "dependencies": { 5560 "mdast-util-mdx": "^3.0.0", 5561 "micromark-extension-mdxjs": "^3.0.0" 5562 }, 5563 "funding": { 5564 "type": "opencollective", 5565 "url": "https://opencollective.com/unified" 5566 } 5567 }, 5568 "node_modules/remark-parse": { 5569 "version": "11.0.0", 5570 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 5571 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 5572 "license": "MIT", 5573 "dependencies": { 5574 "@types/mdast": "^4.0.0", 5575 "mdast-util-from-markdown": "^2.0.0", 5576 "micromark-util-types": "^2.0.0", 5577 "unified": "^11.0.0" 5578 }, 5579 "funding": { 5580 "type": "opencollective", 5581 "url": "https://opencollective.com/unified" 5582 } 5583 }, 5584 "node_modules/remark-reading-time": { 5585 "version": "2.0.1", 5586 "resolved": "https://registry.npmjs.org/remark-reading-time/-/remark-reading-time-2.0.1.tgz", 5587 "integrity": "sha512-fy4BKy9SRhtYbEHvp6AItbRTnrhiDGbqLQTSYVbQPGuRCncU1ubSsh9p/W5QZSxtYcUXv8KGL0xBgPLyNJA1xw==", 5588 "license": "ISC", 5589 "dependencies": { 5590 "estree-util-is-identifier-name": "^2.0.0", 5591 "estree-util-value-to-estree": "^1.3.0", 5592 "reading-time": "^1.3.0", 5593 "unist-util-visit": "^3.1.0" 5594 } 5595 }, 5596 "node_modules/remark-reading-time/node_modules/@types/unist": { 5597 "version": "2.0.11", 5598 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", 5599 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", 5600 "license": "MIT" 5601 }, 5602 "node_modules/remark-reading-time/node_modules/estree-util-is-identifier-name": { 5603 "version": "2.1.0", 5604 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.1.0.tgz", 5605 "integrity": "sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==", 5606 "license": "MIT", 5607 "funding": { 5608 "type": "opencollective", 5609 "url": "https://opencollective.com/unified" 5610 } 5611 }, 5612 "node_modules/remark-reading-time/node_modules/estree-util-value-to-estree": { 5613 "version": "1.3.0", 5614 "resolved": "https://registry.npmjs.org/estree-util-value-to-estree/-/estree-util-value-to-estree-1.3.0.tgz", 5615 "integrity": "sha512-Y+ughcF9jSUJvncXwqRageavjrNPAI+1M/L3BI3PyLp1nmgYTGUXU6t5z1Y7OWuThoDdhPME07bQU+d5LxdJqw==", 5616 "license": "MIT", 5617 "dependencies": { 5618 "is-plain-obj": "^3.0.0" 5619 }, 5620 "engines": { 5621 "node": ">=12.0.0" 5622 } 5623 }, 5624 "node_modules/remark-reading-time/node_modules/is-plain-obj": { 5625 "version": "3.0.0", 5626 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", 5627 "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", 5628 "license": "MIT", 5629 "engines": { 5630 "node": ">=10" 5631 }, 5632 "funding": { 5633 "url": "https://github.com/sponsors/sindresorhus" 5634 } 5635 }, 5636 "node_modules/remark-reading-time/node_modules/unist-util-is": { 5637 "version": "5.2.1", 5638 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 5639 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 5640 "license": "MIT", 5641 "dependencies": { 5642 "@types/unist": "^2.0.0" 5643 }, 5644 "funding": { 5645 "type": "opencollective", 5646 "url": "https://opencollective.com/unified" 5647 } 5648 }, 5649 "node_modules/remark-reading-time/node_modules/unist-util-visit": { 5650 "version": "3.1.0", 5651 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-3.1.0.tgz", 5652 "integrity": "sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==", 5653 "license": "MIT", 5654 "dependencies": { 5655 "@types/unist": "^2.0.0", 5656 "unist-util-is": "^5.0.0", 5657 "unist-util-visit-parents": "^4.0.0" 5658 }, 5659 "funding": { 5660 "type": "opencollective", 5661 "url": "https://opencollective.com/unified" 5662 } 5663 }, 5664 "node_modules/remark-reading-time/node_modules/unist-util-visit-parents": { 5665 "version": "4.1.1", 5666 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-4.1.1.tgz", 5667 "integrity": "sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==", 5668 "license": "MIT", 5669 "dependencies": { 5670 "@types/unist": "^2.0.0", 5671 "unist-util-is": "^5.0.0" 5672 }, 5673 "funding": { 5674 "type": "opencollective", 5675 "url": "https://opencollective.com/unified" 5676 } 5677 }, 5678 "node_modules/remark-rehype": { 5679 "version": "11.1.1", 5680 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.1.tgz", 5681 "integrity": "sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==", 5682 "license": "MIT", 5683 "dependencies": { 5684 "@types/hast": "^3.0.0", 5685 "@types/mdast": "^4.0.0", 5686 "mdast-util-to-hast": "^13.0.0", 5687 "unified": "^11.0.0", 5688 "vfile": "^6.0.0" 5689 }, 5690 "funding": { 5691 "type": "opencollective", 5692 "url": "https://opencollective.com/unified" 5693 } 5694 }, 5695 "node_modules/remark-smartypants": { 5696 "version": "3.0.2", 5697 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", 5698 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", 5699 "license": "MIT", 5700 "dependencies": { 5701 "retext": "^9.0.0", 5702 "retext-smartypants": "^6.0.0", 5703 "unified": "^11.0.4", 5704 "unist-util-visit": "^5.0.0" 5705 }, 5706 "engines": { 5707 "node": ">=16.0.0" 5708 } 5709 }, 5710 "node_modules/remark-stringify": { 5711 "version": "11.0.0", 5712 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 5713 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 5714 "license": "MIT", 5715 "dependencies": { 5716 "@types/mdast": "^4.0.0", 5717 "mdast-util-to-markdown": "^2.0.0", 5718 "unified": "^11.0.0" 5719 }, 5720 "funding": { 5721 "type": "opencollective", 5722 "url": "https://opencollective.com/unified" 5723 } 5724 }, 5725 "node_modules/resolve": { 5726 "version": "1.22.8", 5727 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", 5728 "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", 5729 "dev": true, 5730 "license": "MIT", 5731 "dependencies": { 5732 "is-core-module": "^2.13.0", 5733 "path-parse": "^1.0.7", 5734 "supports-preserve-symlinks-flag": "^1.0.0" 5735 }, 5736 "bin": { 5737 "resolve": "bin/resolve" 5738 }, 5739 "funding": { 5740 "url": "https://github.com/sponsors/ljharb" 5741 } 5742 }, 5743 "node_modules/retext": { 5744 "version": "9.0.0", 5745 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", 5746 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", 5747 "license": "MIT", 5748 "dependencies": { 5749 "@types/nlcst": "^2.0.0", 5750 "retext-latin": "^4.0.0", 5751 "retext-stringify": "^4.0.0", 5752 "unified": "^11.0.0" 5753 }, 5754 "funding": { 5755 "type": "opencollective", 5756 "url": "https://opencollective.com/unified" 5757 } 5758 }, 5759 "node_modules/retext-latin": { 5760 "version": "4.0.0", 5761 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", 5762 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", 5763 "license": "MIT", 5764 "dependencies": { 5765 "@types/nlcst": "^2.0.0", 5766 "parse-latin": "^7.0.0", 5767 "unified": "^11.0.0" 5768 }, 5769 "funding": { 5770 "type": "opencollective", 5771 "url": "https://opencollective.com/unified" 5772 } 5773 }, 5774 "node_modules/retext-smartypants": { 5775 "version": "6.1.1", 5776 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.1.1.tgz", 5777 "integrity": "sha512-onsHf34i/GzgElJgtT1K2V+31yEhWs7NJboKNxXJcmVMMPxLpgxZ9iADoMdydd6j/bHic5F/aNq0CGqElEtu2g==", 5778 "license": "MIT", 5779 "dependencies": { 5780 "@types/nlcst": "^2.0.0", 5781 "nlcst-to-string": "^4.0.0", 5782 "unist-util-visit": "^5.0.0" 5783 }, 5784 "funding": { 5785 "type": "opencollective", 5786 "url": "https://opencollective.com/unified" 5787 } 5788 }, 5789 "node_modules/retext-stringify": { 5790 "version": "4.0.0", 5791 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", 5792 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", 5793 "license": "MIT", 5794 "dependencies": { 5795 "@types/nlcst": "^2.0.0", 5796 "nlcst-to-string": "^4.0.0", 5797 "unified": "^11.0.0" 5798 }, 5799 "funding": { 5800 "type": "opencollective", 5801 "url": "https://opencollective.com/unified" 5802 } 5803 }, 5804 "node_modules/reusify": { 5805 "version": "1.0.4", 5806 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", 5807 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", 5808 "dev": true, 5809 "license": "MIT", 5810 "engines": { 5811 "iojs": ">=1.0.0", 5812 "node": ">=0.10.0" 5813 } 5814 }, 5815 "node_modules/robust-predicates": { 5816 "version": "3.0.2", 5817 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", 5818 "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==", 5819 "license": "Unlicense" 5820 }, 5821 "node_modules/roughjs": { 5822 "version": "4.6.6", 5823 "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.6.6.tgz", 5824 "integrity": "sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==", 5825 "license": "MIT", 5826 "dependencies": { 5827 "hachure-fill": "^0.5.2", 5828 "path-data-parser": "^0.1.0", 5829 "points-on-curve": "^0.2.0", 5830 "points-on-path": "^0.2.1" 5831 } 5832 }, 5833 "node_modules/run-parallel": { 5834 "version": "1.2.0", 5835 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 5836 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 5837 "dev": true, 5838 "funding": [ 5839 { 5840 "type": "github", 5841 "url": "https://github.com/sponsors/feross" 5842 }, 5843 { 5844 "type": "patreon", 5845 "url": "https://www.patreon.com/feross" 5846 }, 5847 { 5848 "type": "consulting", 5849 "url": "https://feross.org/support" 5850 } 5851 ], 5852 "license": "MIT", 5853 "dependencies": { 5854 "queue-microtask": "^1.2.2" 5855 } 5856 }, 5857 "node_modules/rw": { 5858 "version": "1.3.3", 5859 "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", 5860 "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", 5861 "license": "BSD-3-Clause" 5862 }, 5863 "node_modules/safer-buffer": { 5864 "version": "2.1.2", 5865 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 5866 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", 5867 "license": "MIT" 5868 }, 5869 "node_modules/scheduler": { 5870 "version": "0.23.2", 5871 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", 5872 "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", 5873 "license": "MIT", 5874 "dependencies": { 5875 "loose-envify": "^1.1.0" 5876 } 5877 }, 5878 "node_modules/scroll-into-view-if-needed": { 5879 "version": "3.1.0", 5880 "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz", 5881 "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==", 5882 "license": "MIT", 5883 "dependencies": { 5884 "compute-scroll-into-view": "^3.0.2" 5885 } 5886 }, 5887 "node_modules/section-matter": { 5888 "version": "1.0.0", 5889 "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", 5890 "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", 5891 "license": "MIT", 5892 "dependencies": { 5893 "extend-shallow": "^2.0.1", 5894 "kind-of": "^6.0.0" 5895 }, 5896 "engines": { 5897 "node": ">=4" 5898 } 5899 }, 5900 "node_modules/shebang-command": { 5901 "version": "2.0.0", 5902 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 5903 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 5904 "dev": true, 5905 "license": "MIT", 5906 "dependencies": { 5907 "shebang-regex": "^3.0.0" 5908 }, 5909 "engines": { 5910 "node": ">=8" 5911 } 5912 }, 5913 "node_modules/shebang-regex": { 5914 "version": "3.0.0", 5915 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 5916 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 5917 "dev": true, 5918 "license": "MIT", 5919 "engines": { 5920 "node": ">=8" 5921 } 5922 }, 5923 "node_modules/shiki": { 5924 "version": "1.18.0", 5925 "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.18.0.tgz", 5926 "integrity": "sha512-8jo7tOXr96h9PBQmOHVrltnETn1honZZY76YA79MHheGQg55jBvbm9dtU+MI5pjC5NJCFuA6rvVTLVeSW5cE4A==", 5927 "license": "MIT", 5928 "dependencies": { 5929 "@shikijs/core": "1.18.0", 5930 "@shikijs/engine-javascript": "1.18.0", 5931 "@shikijs/engine-oniguruma": "1.18.0", 5932 "@shikijs/types": "1.18.0", 5933 "@shikijs/vscode-textmate": "^9.2.2", 5934 "@types/hast": "^3.0.4" 5935 } 5936 }, 5937 "node_modules/signal-exit": { 5938 "version": "4.1.0", 5939 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 5940 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", 5941 "dev": true, 5942 "license": "ISC", 5943 "engines": { 5944 "node": ">=14" 5945 }, 5946 "funding": { 5947 "url": "https://github.com/sponsors/isaacs" 5948 } 5949 }, 5950 "node_modules/slash": { 5951 "version": "5.1.0", 5952 "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", 5953 "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", 5954 "license": "MIT", 5955 "engines": { 5956 "node": ">=14.16" 5957 }, 5958 "funding": { 5959 "url": "https://github.com/sponsors/sindresorhus" 5960 } 5961 }, 5962 "node_modules/source-map": { 5963 "version": "0.7.4", 5964 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", 5965 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", 5966 "license": "BSD-3-Clause", 5967 "engines": { 5968 "node": ">= 8" 5969 } 5970 }, 5971 "node_modules/source-map-js": { 5972 "version": "1.2.1", 5973 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 5974 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 5975 "license": "BSD-3-Clause", 5976 "engines": { 5977 "node": ">=0.10.0" 5978 } 5979 }, 5980 "node_modules/space-separated-tokens": { 5981 "version": "2.0.2", 5982 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 5983 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 5984 "license": "MIT", 5985 "funding": { 5986 "type": "github", 5987 "url": "https://github.com/sponsors/wooorm" 5988 } 5989 }, 5990 "node_modules/speech-rule-engine": { 5991 "version": "4.0.7", 5992 "resolved": "https://registry.npmjs.org/speech-rule-engine/-/speech-rule-engine-4.0.7.tgz", 5993 "integrity": "sha512-sJrL3/wHzNwJRLBdf6CjJWIlxC04iYKkyXvYSVsWVOiC2DSkHmxsqOhEeMsBA9XK+CHuNcsdkbFDnoUfAsmp9g==", 5994 "license": "Apache-2.0", 5995 "dependencies": { 5996 "commander": "9.2.0", 5997 "wicked-good-xpath": "1.3.0", 5998 "xmldom-sre": "0.1.31" 5999 }, 6000 "bin": { 6001 "sre": "bin/sre" 6002 } 6003 }, 6004 "node_modules/speech-rule-engine/node_modules/commander": { 6005 "version": "9.2.0", 6006 "resolved": "https://registry.npmjs.org/commander/-/commander-9.2.0.tgz", 6007 "integrity": "sha512-e2i4wANQiSXgnrBlIatyHtP1odfUp0BbV5Y5nEGbxtIrStkEOAAzCUirvLBNXHLr7kwLvJl6V+4V3XV9x7Wd9w==", 6008 "license": "MIT", 6009 "engines": { 6010 "node": "^12.20.0 || >=14" 6011 } 6012 }, 6013 "node_modules/sprintf-js": { 6014 "version": "1.0.3", 6015 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 6016 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", 6017 "license": "BSD-3-Clause" 6018 }, 6019 "node_modules/streamsearch": { 6020 "version": "1.1.0", 6021 "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", 6022 "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", 6023 "engines": { 6024 "node": ">=10.0.0" 6025 } 6026 }, 6027 "node_modules/string-width": { 6028 "version": "5.1.2", 6029 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 6030 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 6031 "dev": true, 6032 "license": "MIT", 6033 "dependencies": { 6034 "eastasianwidth": "^0.2.0", 6035 "emoji-regex": "^9.2.2", 6036 "strip-ansi": "^7.0.1" 6037 }, 6038 "engines": { 6039 "node": ">=12" 6040 }, 6041 "funding": { 6042 "url": "https://github.com/sponsors/sindresorhus" 6043 } 6044 }, 6045 "node_modules/string-width-cjs": { 6046 "name": "string-width", 6047 "version": "4.2.3", 6048 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 6049 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 6050 "dev": true, 6051 "license": "MIT", 6052 "dependencies": { 6053 "emoji-regex": "^8.0.0", 6054 "is-fullwidth-code-point": "^3.0.0", 6055 "strip-ansi": "^6.0.1" 6056 }, 6057 "engines": { 6058 "node": ">=8" 6059 } 6060 }, 6061 "node_modules/string-width-cjs/node_modules/ansi-regex": { 6062 "version": "5.0.1", 6063 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 6064 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 6065 "dev": true, 6066 "license": "MIT", 6067 "engines": { 6068 "node": ">=8" 6069 } 6070 }, 6071 "node_modules/string-width-cjs/node_modules/emoji-regex": { 6072 "version": "8.0.0", 6073 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 6074 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 6075 "dev": true, 6076 "license": "MIT" 6077 }, 6078 "node_modules/string-width-cjs/node_modules/strip-ansi": { 6079 "version": "6.0.1", 6080 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 6081 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 6082 "dev": true, 6083 "license": "MIT", 6084 "dependencies": { 6085 "ansi-regex": "^5.0.1" 6086 }, 6087 "engines": { 6088 "node": ">=8" 6089 } 6090 }, 6091 "node_modules/stringify-entities": { 6092 "version": "4.0.4", 6093 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 6094 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 6095 "license": "MIT", 6096 "dependencies": { 6097 "character-entities-html4": "^2.0.0", 6098 "character-entities-legacy": "^3.0.0" 6099 }, 6100 "funding": { 6101 "type": "github", 6102 "url": "https://github.com/sponsors/wooorm" 6103 } 6104 }, 6105 "node_modules/strip-ansi": { 6106 "version": "7.1.0", 6107 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 6108 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 6109 "dev": true, 6110 "license": "MIT", 6111 "dependencies": { 6112 "ansi-regex": "^6.0.1" 6113 }, 6114 "engines": { 6115 "node": ">=12" 6116 }, 6117 "funding": { 6118 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 6119 } 6120 }, 6121 "node_modules/strip-ansi-cjs": { 6122 "name": "strip-ansi", 6123 "version": "6.0.1", 6124 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 6125 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 6126 "dev": true, 6127 "license": "MIT", 6128 "dependencies": { 6129 "ansi-regex": "^5.0.1" 6130 }, 6131 "engines": { 6132 "node": ">=8" 6133 } 6134 }, 6135 "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { 6136 "version": "5.0.1", 6137 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 6138 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 6139 "dev": true, 6140 "license": "MIT", 6141 "engines": { 6142 "node": ">=8" 6143 } 6144 }, 6145 "node_modules/strip-bom-string": { 6146 "version": "1.0.0", 6147 "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", 6148 "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", 6149 "license": "MIT", 6150 "engines": { 6151 "node": ">=0.10.0" 6152 } 6153 }, 6154 "node_modules/strip-eof": { 6155 "version": "1.0.0", 6156 "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", 6157 "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", 6158 "license": "MIT", 6159 "engines": { 6160 "node": ">=0.10.0" 6161 } 6162 }, 6163 "node_modules/style-to-object": { 6164 "version": "0.4.4", 6165 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", 6166 "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", 6167 "license": "MIT", 6168 "dependencies": { 6169 "inline-style-parser": "0.1.1" 6170 } 6171 }, 6172 "node_modules/styled-jsx": { 6173 "version": "5.1.1", 6174 "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz", 6175 "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==", 6176 "license": "MIT", 6177 "dependencies": { 6178 "client-only": "0.0.1" 6179 }, 6180 "engines": { 6181 "node": ">= 12.0.0" 6182 }, 6183 "peerDependencies": { 6184 "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0" 6185 }, 6186 "peerDependenciesMeta": { 6187 "@babel/core": { 6188 "optional": true 6189 }, 6190 "babel-plugin-macros": { 6191 "optional": true 6192 } 6193 } 6194 }, 6195 "node_modules/stylis": { 6196 "version": "4.3.4", 6197 "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.4.tgz", 6198 "integrity": "sha512-osIBl6BGUmSfDkyH2mB7EFvCJntXDrLhKjHTRj/rK6xLH0yuPrHULDRQzKokSOD4VoorhtKpfcfW1GAntu8now==", 6199 "license": "MIT" 6200 }, 6201 "node_modules/sucrase": { 6202 "version": "3.35.0", 6203 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", 6204 "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", 6205 "dev": true, 6206 "license": "MIT", 6207 "dependencies": { 6208 "@jridgewell/gen-mapping": "^0.3.2", 6209 "commander": "^4.0.0", 6210 "glob": "^10.3.10", 6211 "lines-and-columns": "^1.1.6", 6212 "mz": "^2.7.0", 6213 "pirates": "^4.0.1", 6214 "ts-interface-checker": "^0.1.9" 6215 }, 6216 "bin": { 6217 "sucrase": "bin/sucrase", 6218 "sucrase-node": "bin/sucrase-node" 6219 }, 6220 "engines": { 6221 "node": ">=16 || 14 >=14.17" 6222 } 6223 }, 6224 "node_modules/sucrase/node_modules/commander": { 6225 "version": "4.1.1", 6226 "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", 6227 "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", 6228 "dev": true, 6229 "license": "MIT", 6230 "engines": { 6231 "node": ">= 6" 6232 } 6233 }, 6234 "node_modules/supports-color": { 6235 "version": "4.5.0", 6236 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz", 6237 "integrity": "sha512-ycQR/UbvI9xIlEdQT1TQqwoXtEldExbCEAJgRo5YXlmSKjv6ThHnP9/vwGa1gr19Gfw+LkFd7KqYMhzrRC5JYw==", 6238 "license": "MIT", 6239 "dependencies": { 6240 "has-flag": "^2.0.0" 6241 }, 6242 "engines": { 6243 "node": ">=4" 6244 } 6245 }, 6246 "node_modules/supports-preserve-symlinks-flag": { 6247 "version": "1.0.0", 6248 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 6249 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", 6250 "dev": true, 6251 "license": "MIT", 6252 "engines": { 6253 "node": ">= 0.4" 6254 }, 6255 "funding": { 6256 "url": "https://github.com/sponsors/ljharb" 6257 } 6258 }, 6259 "node_modules/tabbable": { 6260 "version": "6.2.0", 6261 "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", 6262 "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==", 6263 "license": "MIT" 6264 }, 6265 "node_modules/tailwindcss": { 6266 "version": "3.4.13", 6267 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", 6268 "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", 6269 "dev": true, 6270 "license": "MIT", 6271 "dependencies": { 6272 "@alloc/quick-lru": "^5.2.0", 6273 "arg": "^5.0.2", 6274 "chokidar": "^3.5.3", 6275 "didyoumean": "^1.2.2", 6276 "dlv": "^1.1.3", 6277 "fast-glob": "^3.3.0", 6278 "glob-parent": "^6.0.2", 6279 "is-glob": "^4.0.3", 6280 "jiti": "^1.21.0", 6281 "lilconfig": "^2.1.0", 6282 "micromatch": "^4.0.5", 6283 "normalize-path": "^3.0.0", 6284 "object-hash": "^3.0.0", 6285 "picocolors": "^1.0.0", 6286 "postcss": "^8.4.23", 6287 "postcss-import": "^15.1.0", 6288 "postcss-js": "^4.0.1", 6289 "postcss-load-config": "^4.0.1", 6290 "postcss-nested": "^6.0.1", 6291 "postcss-selector-parser": "^6.0.11", 6292 "resolve": "^1.22.2", 6293 "sucrase": "^3.32.0" 6294 }, 6295 "bin": { 6296 "tailwind": "lib/cli.js", 6297 "tailwindcss": "lib/cli.js" 6298 }, 6299 "engines": { 6300 "node": ">=14.0.0" 6301 } 6302 }, 6303 "node_modules/thenify": { 6304 "version": "3.3.1", 6305 "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", 6306 "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", 6307 "dev": true, 6308 "license": "MIT", 6309 "dependencies": { 6310 "any-promise": "^1.0.0" 6311 } 6312 }, 6313 "node_modules/thenify-all": { 6314 "version": "1.6.0", 6315 "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", 6316 "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", 6317 "dev": true, 6318 "license": "MIT", 6319 "dependencies": { 6320 "thenify": ">= 3.1.0 < 4" 6321 }, 6322 "engines": { 6323 "node": ">=0.8" 6324 } 6325 }, 6326 "node_modules/tinyexec": { 6327 "version": "0.3.0", 6328 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.0.tgz", 6329 "integrity": "sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==", 6330 "license": "MIT" 6331 }, 6332 "node_modules/title": { 6333 "version": "3.5.3", 6334 "resolved": "https://registry.npmjs.org/title/-/title-3.5.3.tgz", 6335 "integrity": "sha512-20JyowYglSEeCvZv3EZ0nZ046vLarO37prvV0mbtQV7C8DJPGgN967r8SJkqd3XK3K3lD3/Iyfp3avjfil8Q2Q==", 6336 "license": "MIT", 6337 "dependencies": { 6338 "arg": "1.0.0", 6339 "chalk": "2.3.0", 6340 "clipboardy": "1.2.2", 6341 "titleize": "1.0.0" 6342 }, 6343 "bin": { 6344 "title": "bin/title.js" 6345 } 6346 }, 6347 "node_modules/title/node_modules/arg": { 6348 "version": "1.0.0", 6349 "resolved": "https://registry.npmjs.org/arg/-/arg-1.0.0.tgz", 6350 "integrity": "sha512-Wk7TEzl1KqvTGs/uyhmHO/3XLd3t1UeU4IstvPXVzGPM522cTjqjNZ99esCkcL52sjqjo8e8CTBcWhkxvGzoAw==", 6351 "license": "MIT" 6352 }, 6353 "node_modules/titleize": { 6354 "version": "1.0.0", 6355 "resolved": "https://registry.npmjs.org/titleize/-/titleize-1.0.0.tgz", 6356 "integrity": "sha512-TARUb7z1pGvlLxgPk++7wJ6aycXF3GJ0sNSBTAsTuJrQG5QuZlkUQP+zl+nbjAh4gMX9yDw9ZYklMd7vAfJKEw==", 6357 "license": "MIT", 6358 "engines": { 6359 "node": ">=0.10.0" 6360 } 6361 }, 6362 "node_modules/to-regex-range": { 6363 "version": "5.0.1", 6364 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 6365 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 6366 "dev": true, 6367 "license": "MIT", 6368 "dependencies": { 6369 "is-number": "^7.0.0" 6370 }, 6371 "engines": { 6372 "node": ">=8.0" 6373 } 6374 }, 6375 "node_modules/trim-lines": { 6376 "version": "3.0.1", 6377 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 6378 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 6379 "license": "MIT", 6380 "funding": { 6381 "type": "github", 6382 "url": "https://github.com/sponsors/wooorm" 6383 } 6384 }, 6385 "node_modules/trough": { 6386 "version": "2.2.0", 6387 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 6388 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 6389 "license": "MIT", 6390 "funding": { 6391 "type": "github", 6392 "url": "https://github.com/sponsors/wooorm" 6393 } 6394 }, 6395 "node_modules/ts-dedent": { 6396 "version": "2.2.0", 6397 "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz", 6398 "integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==", 6399 "license": "MIT", 6400 "engines": { 6401 "node": ">=6.10" 6402 } 6403 }, 6404 "node_modules/ts-interface-checker": { 6405 "version": "0.1.13", 6406 "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", 6407 "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", 6408 "dev": true, 6409 "license": "Apache-2.0" 6410 }, 6411 "node_modules/tslib": { 6412 "version": "2.7.0", 6413 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", 6414 "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", 6415 "license": "0BSD" 6416 }, 6417 "node_modules/twoslash": { 6418 "version": "0.2.11", 6419 "resolved": "https://registry.npmjs.org/twoslash/-/twoslash-0.2.11.tgz", 6420 "integrity": "sha512-392Qkcu5sD2hROLZ+XPywChreDGJ8Yu5nnK/Moxfti/R39q0Q39MaV7iHjz92B5qucyjsQFnKMdYIzafX5T8dg==", 6421 "license": "MIT", 6422 "dependencies": { 6423 "@typescript/vfs": "^1.6.0", 6424 "twoslash-protocol": "0.2.11" 6425 }, 6426 "peerDependencies": { 6427 "typescript": "*" 6428 } 6429 }, 6430 "node_modules/twoslash-protocol": { 6431 "version": "0.2.11", 6432 "resolved": "https://registry.npmjs.org/twoslash-protocol/-/twoslash-protocol-0.2.11.tgz", 6433 "integrity": "sha512-rp+nkOWbKfJnBTDZtnIaBGjnU+4CaMhqu6db2UU7byU96rH8X4hao4BOxYw6jdZc85Lhv5pOfcjgfHeQyLzndQ==", 6434 "license": "MIT" 6435 }, 6436 "node_modules/typescript": { 6437 "version": "5.6.2", 6438 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", 6439 "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", 6440 "license": "Apache-2.0", 6441 "peer": true, 6442 "bin": { 6443 "tsc": "bin/tsc", 6444 "tsserver": "bin/tsserver" 6445 }, 6446 "engines": { 6447 "node": ">=14.17" 6448 } 6449 }, 6450 "node_modules/ufo": { 6451 "version": "1.5.4", 6452 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz", 6453 "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==", 6454 "license": "MIT" 6455 }, 6456 "node_modules/unified": { 6457 "version": "11.0.5", 6458 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 6459 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 6460 "license": "MIT", 6461 "dependencies": { 6462 "@types/unist": "^3.0.0", 6463 "bail": "^2.0.0", 6464 "devlop": "^1.0.0", 6465 "extend": "^3.0.0", 6466 "is-plain-obj": "^4.0.0", 6467 "trough": "^2.0.0", 6468 "vfile": "^6.0.0" 6469 }, 6470 "funding": { 6471 "type": "opencollective", 6472 "url": "https://opencollective.com/unified" 6473 } 6474 }, 6475 "node_modules/unist-util-find-after": { 6476 "version": "5.0.0", 6477 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", 6478 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", 6479 "license": "MIT", 6480 "dependencies": { 6481 "@types/unist": "^3.0.0", 6482 "unist-util-is": "^6.0.0" 6483 }, 6484 "funding": { 6485 "type": "opencollective", 6486 "url": "https://opencollective.com/unified" 6487 } 6488 }, 6489 "node_modules/unist-util-is": { 6490 "version": "6.0.0", 6491 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 6492 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 6493 "license": "MIT", 6494 "dependencies": { 6495 "@types/unist": "^3.0.0" 6496 }, 6497 "funding": { 6498 "type": "opencollective", 6499 "url": "https://opencollective.com/unified" 6500 } 6501 }, 6502 "node_modules/unist-util-modify-children": { 6503 "version": "4.0.0", 6504 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", 6505 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", 6506 "license": "MIT", 6507 "dependencies": { 6508 "@types/unist": "^3.0.0", 6509 "array-iterate": "^2.0.0" 6510 }, 6511 "funding": { 6512 "type": "opencollective", 6513 "url": "https://opencollective.com/unified" 6514 } 6515 }, 6516 "node_modules/unist-util-position": { 6517 "version": "5.0.0", 6518 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 6519 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 6520 "license": "MIT", 6521 "dependencies": { 6522 "@types/unist": "^3.0.0" 6523 }, 6524 "funding": { 6525 "type": "opencollective", 6526 "url": "https://opencollective.com/unified" 6527 } 6528 }, 6529 "node_modules/unist-util-position-from-estree": { 6530 "version": "2.0.0", 6531 "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", 6532 "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", 6533 "license": "MIT", 6534 "dependencies": { 6535 "@types/unist": "^3.0.0" 6536 }, 6537 "funding": { 6538 "type": "opencollective", 6539 "url": "https://opencollective.com/unified" 6540 } 6541 }, 6542 "node_modules/unist-util-remove": { 6543 "version": "4.0.0", 6544 "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-4.0.0.tgz", 6545 "integrity": "sha512-b4gokeGId57UVRX/eVKej5gXqGlc9+trkORhFJpu9raqZkZhU0zm8Doi05+HaiBsMEIJowL+2WtQ5ItjsngPXg==", 6546 "license": "MIT", 6547 "dependencies": { 6548 "@types/unist": "^3.0.0", 6549 "unist-util-is": "^6.0.0", 6550 "unist-util-visit-parents": "^6.0.0" 6551 }, 6552 "funding": { 6553 "type": "opencollective", 6554 "url": "https://opencollective.com/unified" 6555 } 6556 }, 6557 "node_modules/unist-util-remove-position": { 6558 "version": "5.0.0", 6559 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", 6560 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", 6561 "license": "MIT", 6562 "dependencies": { 6563 "@types/unist": "^3.0.0", 6564 "unist-util-visit": "^5.0.0" 6565 }, 6566 "funding": { 6567 "type": "opencollective", 6568 "url": "https://opencollective.com/unified" 6569 } 6570 }, 6571 "node_modules/unist-util-stringify-position": { 6572 "version": "4.0.0", 6573 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 6574 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 6575 "license": "MIT", 6576 "dependencies": { 6577 "@types/unist": "^3.0.0" 6578 }, 6579 "funding": { 6580 "type": "opencollective", 6581 "url": "https://opencollective.com/unified" 6582 } 6583 }, 6584 "node_modules/unist-util-visit": { 6585 "version": "5.0.0", 6586 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 6587 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 6588 "license": "MIT", 6589 "dependencies": { 6590 "@types/unist": "^3.0.0", 6591 "unist-util-is": "^6.0.0", 6592 "unist-util-visit-parents": "^6.0.0" 6593 }, 6594 "funding": { 6595 "type": "opencollective", 6596 "url": "https://opencollective.com/unified" 6597 } 6598 }, 6599 "node_modules/unist-util-visit-children": { 6600 "version": "3.0.0", 6601 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", 6602 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", 6603 "license": "MIT", 6604 "dependencies": { 6605 "@types/unist": "^3.0.0" 6606 }, 6607 "funding": { 6608 "type": "opencollective", 6609 "url": "https://opencollective.com/unified" 6610 } 6611 }, 6612 "node_modules/unist-util-visit-parents": { 6613 "version": "6.0.1", 6614 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 6615 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 6616 "license": "MIT", 6617 "dependencies": { 6618 "@types/unist": "^3.0.0", 6619 "unist-util-is": "^6.0.0" 6620 }, 6621 "funding": { 6622 "type": "opencollective", 6623 "url": "https://opencollective.com/unified" 6624 } 6625 }, 6626 "node_modules/update-browserslist-db": { 6627 "version": "1.1.0", 6628 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", 6629 "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", 6630 "dev": true, 6631 "funding": [ 6632 { 6633 "type": "opencollective", 6634 "url": "https://opencollective.com/browserslist" 6635 }, 6636 { 6637 "type": "tidelift", 6638 "url": "https://tidelift.com/funding/github/npm/browserslist" 6639 }, 6640 { 6641 "type": "github", 6642 "url": "https://github.com/sponsors/ai" 6643 } 6644 ], 6645 "license": "MIT", 6646 "dependencies": { 6647 "escalade": "^3.1.2", 6648 "picocolors": "^1.0.1" 6649 }, 6650 "bin": { 6651 "update-browserslist-db": "cli.js" 6652 }, 6653 "peerDependencies": { 6654 "browserslist": ">= 4.21.0" 6655 } 6656 }, 6657 "node_modules/util-deprecate": { 6658 "version": "1.0.2", 6659 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 6660 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", 6661 "dev": true, 6662 "license": "MIT" 6663 }, 6664 "node_modules/uuid": { 6665 "version": "9.0.1", 6666 "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", 6667 "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", 6668 "funding": [ 6669 "https://github.com/sponsors/broofa", 6670 "https://github.com/sponsors/ctavan" 6671 ], 6672 "license": "MIT", 6673 "bin": { 6674 "uuid": "dist/bin/uuid" 6675 } 6676 }, 6677 "node_modules/vfile": { 6678 "version": "6.0.3", 6679 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 6680 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 6681 "license": "MIT", 6682 "dependencies": { 6683 "@types/unist": "^3.0.0", 6684 "vfile-message": "^4.0.0" 6685 }, 6686 "funding": { 6687 "type": "opencollective", 6688 "url": "https://opencollective.com/unified" 6689 } 6690 }, 6691 "node_modules/vfile-location": { 6692 "version": "5.0.3", 6693 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 6694 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 6695 "license": "MIT", 6696 "dependencies": { 6697 "@types/unist": "^3.0.0", 6698 "vfile": "^6.0.0" 6699 }, 6700 "funding": { 6701 "type": "opencollective", 6702 "url": "https://opencollective.com/unified" 6703 } 6704 }, 6705 "node_modules/vfile-message": { 6706 "version": "4.0.2", 6707 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 6708 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 6709 "license": "MIT", 6710 "dependencies": { 6711 "@types/unist": "^3.0.0", 6712 "unist-util-stringify-position": "^4.0.0" 6713 }, 6714 "funding": { 6715 "type": "opencollective", 6716 "url": "https://opencollective.com/unified" 6717 } 6718 }, 6719 "node_modules/vscode-jsonrpc": { 6720 "version": "8.2.0", 6721 "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz", 6722 "integrity": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==", 6723 "license": "MIT", 6724 "engines": { 6725 "node": ">=14.0.0" 6726 } 6727 }, 6728 "node_modules/vscode-languageserver": { 6729 "version": "9.0.1", 6730 "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-9.0.1.tgz", 6731 "integrity": "sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==", 6732 "license": "MIT", 6733 "dependencies": { 6734 "vscode-languageserver-protocol": "3.17.5" 6735 }, 6736 "bin": { 6737 "installServerIntoExtension": "bin/installServerIntoExtension" 6738 } 6739 }, 6740 "node_modules/vscode-languageserver-protocol": { 6741 "version": "3.17.5", 6742 "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.5.tgz", 6743 "integrity": "sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==", 6744 "license": "MIT", 6745 "dependencies": { 6746 "vscode-jsonrpc": "8.2.0", 6747 "vscode-languageserver-types": "3.17.5" 6748 } 6749 }, 6750 "node_modules/vscode-languageserver-textdocument": { 6751 "version": "1.0.12", 6752 "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz", 6753 "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==", 6754 "license": "MIT" 6755 }, 6756 "node_modules/vscode-languageserver-types": { 6757 "version": "3.17.5", 6758 "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz", 6759 "integrity": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==", 6760 "license": "MIT" 6761 }, 6762 "node_modules/vscode-uri": { 6763 "version": "3.0.8", 6764 "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz", 6765 "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==", 6766 "license": "MIT" 6767 }, 6768 "node_modules/web-namespaces": { 6769 "version": "2.0.1", 6770 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 6771 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 6772 "license": "MIT", 6773 "funding": { 6774 "type": "github", 6775 "url": "https://github.com/sponsors/wooorm" 6776 } 6777 }, 6778 "node_modules/which": { 6779 "version": "2.0.2", 6780 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 6781 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 6782 "dev": true, 6783 "license": "ISC", 6784 "dependencies": { 6785 "isexe": "^2.0.0" 6786 }, 6787 "bin": { 6788 "node-which": "bin/node-which" 6789 }, 6790 "engines": { 6791 "node": ">= 8" 6792 } 6793 }, 6794 "node_modules/wicked-good-xpath": { 6795 "version": "1.3.0", 6796 "resolved": "https://registry.npmjs.org/wicked-good-xpath/-/wicked-good-xpath-1.3.0.tgz", 6797 "integrity": "sha512-Gd9+TUn5nXdwj/hFsPVx5cuHHiF5Bwuc30jZ4+ronF1qHK5O7HD0sgmXWSEgwKquT3ClLoKPVbO6qGwVwLzvAw==", 6798 "license": "MIT" 6799 }, 6800 "node_modules/wrap-ansi": { 6801 "version": "8.1.0", 6802 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", 6803 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", 6804 "dev": true, 6805 "license": "MIT", 6806 "dependencies": { 6807 "ansi-styles": "^6.1.0", 6808 "string-width": "^5.0.1", 6809 "strip-ansi": "^7.0.1" 6810 }, 6811 "engines": { 6812 "node": ">=12" 6813 }, 6814 "funding": { 6815 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 6816 } 6817 }, 6818 "node_modules/wrap-ansi-cjs": { 6819 "name": "wrap-ansi", 6820 "version": "7.0.0", 6821 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 6822 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 6823 "dev": true, 6824 "license": "MIT", 6825 "dependencies": { 6826 "ansi-styles": "^4.0.0", 6827 "string-width": "^4.1.0", 6828 "strip-ansi": "^6.0.0" 6829 }, 6830 "engines": { 6831 "node": ">=10" 6832 }, 6833 "funding": { 6834 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 6835 } 6836 }, 6837 "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { 6838 "version": "5.0.1", 6839 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 6840 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 6841 "dev": true, 6842 "license": "MIT", 6843 "engines": { 6844 "node": ">=8" 6845 } 6846 }, 6847 "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { 6848 "version": "4.3.0", 6849 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 6850 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 6851 "dev": true, 6852 "license": "MIT", 6853 "dependencies": { 6854 "color-convert": "^2.0.1" 6855 }, 6856 "engines": { 6857 "node": ">=8" 6858 }, 6859 "funding": { 6860 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 6861 } 6862 }, 6863 "node_modules/wrap-ansi-cjs/node_modules/color-convert": { 6864 "version": "2.0.1", 6865 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 6866 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 6867 "dev": true, 6868 "license": "MIT", 6869 "dependencies": { 6870 "color-name": "~1.1.4" 6871 }, 6872 "engines": { 6873 "node": ">=7.0.0" 6874 } 6875 }, 6876 "node_modules/wrap-ansi-cjs/node_modules/color-name": { 6877 "version": "1.1.4", 6878 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 6879 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 6880 "dev": true, 6881 "license": "MIT" 6882 }, 6883 "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { 6884 "version": "8.0.0", 6885 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 6886 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 6887 "dev": true, 6888 "license": "MIT" 6889 }, 6890 "node_modules/wrap-ansi-cjs/node_modules/string-width": { 6891 "version": "4.2.3", 6892 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 6893 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 6894 "dev": true, 6895 "license": "MIT", 6896 "dependencies": { 6897 "emoji-regex": "^8.0.0", 6898 "is-fullwidth-code-point": "^3.0.0", 6899 "strip-ansi": "^6.0.1" 6900 }, 6901 "engines": { 6902 "node": ">=8" 6903 } 6904 }, 6905 "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { 6906 "version": "6.0.1", 6907 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 6908 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 6909 "dev": true, 6910 "license": "MIT", 6911 "dependencies": { 6912 "ansi-regex": "^5.0.1" 6913 }, 6914 "engines": { 6915 "node": ">=8" 6916 } 6917 }, 6918 "node_modules/wrap-ansi/node_modules/ansi-styles": { 6919 "version": "6.2.1", 6920 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 6921 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 6922 "dev": true, 6923 "license": "MIT", 6924 "engines": { 6925 "node": ">=12" 6926 }, 6927 "funding": { 6928 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 6929 } 6930 }, 6931 "node_modules/xmldom-sre": { 6932 "version": "0.1.31", 6933 "resolved": "https://registry.npmjs.org/xmldom-sre/-/xmldom-sre-0.1.31.tgz", 6934 "integrity": "sha512-f9s+fUkX04BxQf+7mMWAp5zk61pciie+fFLC9hX9UVvCeJQfNHRHXpeo5MPcR0EUf57PYLdt+ZO4f3Ipk2oZUw==", 6935 "license": "(LGPL-2.0 or MIT)", 6936 "engines": { 6937 "node": ">=0.1" 6938 } 6939 }, 6940 "node_modules/yallist": { 6941 "version": "2.1.2", 6942 "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", 6943 "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", 6944 "license": "ISC" 6945 }, 6946 "node_modules/yaml": { 6947 "version": "2.5.1", 6948 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz", 6949 "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==", 6950 "license": "ISC", 6951 "bin": { 6952 "yaml": "bin.mjs" 6953 }, 6954 "engines": { 6955 "node": ">= 14" 6956 } 6957 }, 6958 "node_modules/yocto-queue": { 6959 "version": "1.1.1", 6960 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", 6961 "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==", 6962 "license": "MIT", 6963 "engines": { 6964 "node": ">=12.20" 6965 }, 6966 "funding": { 6967 "url": "https://github.com/sponsors/sindresorhus" 6968 } 6969 }, 6970 "node_modules/zod": { 6971 "version": "3.23.8", 6972 "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", 6973 "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", 6974 "license": "MIT", 6975 "funding": { 6976 "url": "https://github.com/sponsors/colinhacks" 6977 } 6978 }, 6979 "node_modules/zod-validation-error": { 6980 "version": "3.4.0", 6981 "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-3.4.0.tgz", 6982 "integrity": "sha512-ZOPR9SVY6Pb2qqO5XHt+MkkTRxGXb4EVtnjc9JpXUOtUB1T9Ru7mZOT361AN3MsetVe7R0a1KZshJDZdgp9miQ==", 6983 "license": "MIT", 6984 "engines": { 6985 "node": ">=18.0.0" 6986 }, 6987 "peerDependencies": { 6988 "zod": "^3.18.0" 6989 } 6990 }, 6991 "node_modules/zwitch": { 6992 "version": "2.0.4", 6993 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 6994 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 6995 "license": "MIT", 6996 "funding": { 6997 "type": "github", 6998 "url": "https://github.com/sponsors/wooorm" 6999 } 7000 } 7001 } 7002 }