One-click backups for AT Protocol

Delete package-lock.json

Turtlepaw 382503e8 5e74b959

Changed files
-7384
docs
-7384
docs/package-lock.json
··· 1 - { 2 - "name": "docs", 3 - "lockfileVersion": 3, 4 - "requires": true, 5 - "packages": { 6 - "": { 7 - "dependencies": { 8 - "@napi-rs/simple-git": "latest", 9 - "@tailwindcss/postcss": "^4.1.11", 10 - "lucide-react": "^0.525.0", 11 - "next": "^15.3.4", 12 - "nextra": "^4.2.17", 13 - "nextra-theme-docs": "^4.2.17", 14 - "postcss": "^8.5.6", 15 - "react": "^19.1.0", 16 - "react-dom": "^19.1.0", 17 - "tailwindcss": "^4.1.11" 18 - }, 19 - "devDependencies": { 20 - "@types/node": "^24.0.10", 21 - "@types/react": "^19.1.8", 22 - "pagefind": "^1.3.0" 23 - } 24 - }, 25 - "node_modules/@alloc/quick-lru": { 26 - "version": "5.2.0", 27 - "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", 28 - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", 29 - "license": "MIT", 30 - "engines": { 31 - "node": ">=10" 32 - }, 33 - "funding": { 34 - "url": "https://github.com/sponsors/sindresorhus" 35 - } 36 - }, 37 - "node_modules/@ampproject/remapping": { 38 - "version": "2.3.0", 39 - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", 40 - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", 41 - "license": "Apache-2.0", 42 - "dependencies": { 43 - "@jridgewell/gen-mapping": "^0.3.5", 44 - "@jridgewell/trace-mapping": "^0.3.24" 45 - }, 46 - "engines": { 47 - "node": ">=6.0.0" 48 - } 49 - }, 50 - "node_modules/@antfu/install-pkg": { 51 - "version": "1.1.0", 52 - "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.1.0.tgz", 53 - "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==", 54 - "license": "MIT", 55 - "dependencies": { 56 - "package-manager-detector": "^1.3.0", 57 - "tinyexec": "^1.0.1" 58 - }, 59 - "funding": { 60 - "url": "https://github.com/sponsors/antfu" 61 - } 62 - }, 63 - "node_modules/@antfu/utils": { 64 - "version": "8.1.1", 65 - "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-8.1.1.tgz", 66 - "integrity": "sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==", 67 - "license": "MIT", 68 - "funding": { 69 - "url": "https://github.com/sponsors/antfu" 70 - } 71 - }, 72 - "node_modules/@braintree/sanitize-url": { 73 - "version": "7.1.1", 74 - "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.1.tgz", 75 - "integrity": "sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==", 76 - "license": "MIT" 77 - }, 78 - "node_modules/@chevrotain/cst-dts-gen": { 79 - "version": "11.0.3", 80 - "resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.3.tgz", 81 - "integrity": "sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==", 82 - "license": "Apache-2.0", 83 - "dependencies": { 84 - "@chevrotain/gast": "11.0.3", 85 - "@chevrotain/types": "11.0.3", 86 - "lodash-es": "4.17.21" 87 - } 88 - }, 89 - "node_modules/@chevrotain/gast": { 90 - "version": "11.0.3", 91 - "resolved": "https://registry.npmjs.org/@chevrotain/gast/-/gast-11.0.3.tgz", 92 - "integrity": "sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==", 93 - "license": "Apache-2.0", 94 - "dependencies": { 95 - "@chevrotain/types": "11.0.3", 96 - "lodash-es": "4.17.21" 97 - } 98 - }, 99 - "node_modules/@chevrotain/regexp-to-ast": { 100 - "version": "11.0.3", 101 - "resolved": "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.3.tgz", 102 - "integrity": "sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==", 103 - "license": "Apache-2.0" 104 - }, 105 - "node_modules/@chevrotain/types": { 106 - "version": "11.0.3", 107 - "resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-11.0.3.tgz", 108 - "integrity": "sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==", 109 - "license": "Apache-2.0" 110 - }, 111 - "node_modules/@chevrotain/utils": { 112 - "version": "11.0.3", 113 - "resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-11.0.3.tgz", 114 - "integrity": "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==", 115 - "license": "Apache-2.0" 116 - }, 117 - "node_modules/@emnapi/runtime": { 118 - "version": "1.4.5", 119 - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.5.tgz", 120 - "integrity": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==", 121 - "license": "MIT", 122 - "optional": true, 123 - "dependencies": { 124 - "tslib": "^2.4.0" 125 - } 126 - }, 127 - "node_modules/@floating-ui/core": { 128 - "version": "1.7.2", 129 - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.2.tgz", 130 - "integrity": "sha512-wNB5ooIKHQc+Kui96jE/n69rHFWAVoxn5CAzL1Xdd8FG03cgY3MLO+GF9U3W737fYDSgPWA6MReKhBQBop6Pcw==", 131 - "license": "MIT", 132 - "dependencies": { 133 - "@floating-ui/utils": "^0.2.10" 134 - } 135 - }, 136 - "node_modules/@floating-ui/dom": { 137 - "version": "1.7.2", 138 - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.2.tgz", 139 - "integrity": "sha512-7cfaOQuCS27HD7DX+6ib2OrnW+b4ZBwDNnCcT0uTyidcmyWb03FnQqJybDBoCnpdxwBSfA94UAYlRCt7mV+TbA==", 140 - "license": "MIT", 141 - "dependencies": { 142 - "@floating-ui/core": "^1.7.2", 143 - "@floating-ui/utils": "^0.2.10" 144 - } 145 - }, 146 - "node_modules/@floating-ui/react": { 147 - "version": "0.26.28", 148 - "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.26.28.tgz", 149 - "integrity": "sha512-yORQuuAtVpiRjpMhdc0wJj06b9JFjrYF4qp96j++v2NBpbi6SEGF7donUJ3TMieerQ6qVkAv1tgr7L4r5roTqw==", 150 - "license": "MIT", 151 - "dependencies": { 152 - "@floating-ui/react-dom": "^2.1.2", 153 - "@floating-ui/utils": "^0.2.8", 154 - "tabbable": "^6.0.0" 155 - }, 156 - "peerDependencies": { 157 - "react": ">=16.8.0", 158 - "react-dom": ">=16.8.0" 159 - } 160 - }, 161 - "node_modules/@floating-ui/react-dom": { 162 - "version": "2.1.4", 163 - "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.4.tgz", 164 - "integrity": "sha512-JbbpPhp38UmXDDAu60RJmbeme37Jbgsm7NrHGgzYYFKmblzRUh6Pa641dII6LsjwF4XlScDrde2UAzDo/b9KPw==", 165 - "license": "MIT", 166 - "dependencies": { 167 - "@floating-ui/dom": "^1.7.2" 168 - }, 169 - "peerDependencies": { 170 - "react": ">=16.8.0", 171 - "react-dom": ">=16.8.0" 172 - } 173 - }, 174 - "node_modules/@floating-ui/utils": { 175 - "version": "0.2.10", 176 - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", 177 - "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==", 178 - "license": "MIT" 179 - }, 180 - "node_modules/@formatjs/intl-localematcher": { 181 - "version": "0.6.1", 182 - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.6.1.tgz", 183 - "integrity": "sha512-ePEgLgVCqi2BBFnTMWPfIghu6FkbZnnBVhO2sSxvLfrdFw7wCHAHiDoM2h4NRgjbaY7+B7HgOLZGkK187pZTZg==", 184 - "license": "MIT", 185 - "dependencies": { 186 - "tslib": "^2.8.0" 187 - } 188 - }, 189 - "node_modules/@headlessui/react": { 190 - "version": "2.2.4", 191 - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.2.4.tgz", 192 - "integrity": "sha512-lz+OGcAH1dK93rgSMzXmm1qKOJkBUqZf1L4M8TWLNplftQD3IkoEDdUFNfAn4ylsN6WOTVtWaLmvmaHOUk1dTA==", 193 - "license": "MIT", 194 - "dependencies": { 195 - "@floating-ui/react": "^0.26.16", 196 - "@react-aria/focus": "^3.20.2", 197 - "@react-aria/interactions": "^3.25.0", 198 - "@tanstack/react-virtual": "^3.13.9", 199 - "use-sync-external-store": "^1.5.0" 200 - }, 201 - "engines": { 202 - "node": ">=10" 203 - }, 204 - "peerDependencies": { 205 - "react": "^18 || ^19 || ^19.0.0-rc", 206 - "react-dom": "^18 || ^19 || ^19.0.0-rc" 207 - } 208 - }, 209 - "node_modules/@iconify/types": { 210 - "version": "2.0.0", 211 - "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", 212 - "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", 213 - "license": "MIT" 214 - }, 215 - "node_modules/@iconify/utils": { 216 - "version": "2.3.0", 217 - "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.3.0.tgz", 218 - "integrity": "sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==", 219 - "license": "MIT", 220 - "dependencies": { 221 - "@antfu/install-pkg": "^1.0.0", 222 - "@antfu/utils": "^8.1.0", 223 - "@iconify/types": "^2.0.0", 224 - "debug": "^4.4.0", 225 - "globals": "^15.14.0", 226 - "kolorist": "^1.8.0", 227 - "local-pkg": "^1.0.0", 228 - "mlly": "^1.7.4" 229 - } 230 - }, 231 - "node_modules/@img/sharp-darwin-arm64": { 232 - "version": "0.34.3", 233 - "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.3.tgz", 234 - "integrity": "sha512-ryFMfvxxpQRsgZJqBd4wsttYQbCxsJksrv9Lw/v798JcQ8+w84mBWuXwl+TT0WJ/WrYOLaYpwQXi3sA9nTIaIg==", 235 - "cpu": [ 236 - "arm64" 237 - ], 238 - "license": "Apache-2.0", 239 - "optional": true, 240 - "os": [ 241 - "darwin" 242 - ], 243 - "engines": { 244 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 245 - }, 246 - "funding": { 247 - "url": "https://opencollective.com/libvips" 248 - }, 249 - "optionalDependencies": { 250 - "@img/sharp-libvips-darwin-arm64": "1.2.0" 251 - } 252 - }, 253 - "node_modules/@img/sharp-darwin-x64": { 254 - "version": "0.34.3", 255 - "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.3.tgz", 256 - "integrity": "sha512-yHpJYynROAj12TA6qil58hmPmAwxKKC7reUqtGLzsOHfP7/rniNGTL8tjWX6L3CTV4+5P4ypcS7Pp+7OB+8ihA==", 257 - "cpu": [ 258 - "x64" 259 - ], 260 - "license": "Apache-2.0", 261 - "optional": true, 262 - "os": [ 263 - "darwin" 264 - ], 265 - "engines": { 266 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 267 - }, 268 - "funding": { 269 - "url": "https://opencollective.com/libvips" 270 - }, 271 - "optionalDependencies": { 272 - "@img/sharp-libvips-darwin-x64": "1.2.0" 273 - } 274 - }, 275 - "node_modules/@img/sharp-libvips-darwin-arm64": { 276 - "version": "1.2.0", 277 - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.0.tgz", 278 - "integrity": "sha512-sBZmpwmxqwlqG9ueWFXtockhsxefaV6O84BMOrhtg/YqbTaRdqDE7hxraVE3y6gVM4eExmfzW4a8el9ArLeEiQ==", 279 - "cpu": [ 280 - "arm64" 281 - ], 282 - "license": "LGPL-3.0-or-later", 283 - "optional": true, 284 - "os": [ 285 - "darwin" 286 - ], 287 - "funding": { 288 - "url": "https://opencollective.com/libvips" 289 - } 290 - }, 291 - "node_modules/@img/sharp-libvips-darwin-x64": { 292 - "version": "1.2.0", 293 - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.0.tgz", 294 - "integrity": "sha512-M64XVuL94OgiNHa5/m2YvEQI5q2cl9d/wk0qFTDVXcYzi43lxuiFTftMR1tOnFQovVXNZJ5TURSDK2pNe9Yzqg==", 295 - "cpu": [ 296 - "x64" 297 - ], 298 - "license": "LGPL-3.0-or-later", 299 - "optional": true, 300 - "os": [ 301 - "darwin" 302 - ], 303 - "funding": { 304 - "url": "https://opencollective.com/libvips" 305 - } 306 - }, 307 - "node_modules/@img/sharp-libvips-linux-arm": { 308 - "version": "1.2.0", 309 - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.0.tgz", 310 - "integrity": "sha512-mWd2uWvDtL/nvIzThLq3fr2nnGfyr/XMXlq8ZJ9WMR6PXijHlC3ksp0IpuhK6bougvQrchUAfzRLnbsen0Cqvw==", 311 - "cpu": [ 312 - "arm" 313 - ], 314 - "license": "LGPL-3.0-or-later", 315 - "optional": true, 316 - "os": [ 317 - "linux" 318 - ], 319 - "funding": { 320 - "url": "https://opencollective.com/libvips" 321 - } 322 - }, 323 - "node_modules/@img/sharp-libvips-linux-arm64": { 324 - "version": "1.2.0", 325 - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.0.tgz", 326 - "integrity": "sha512-RXwd0CgG+uPRX5YYrkzKyalt2OJYRiJQ8ED/fi1tq9WQW2jsQIn0tqrlR5l5dr/rjqq6AHAxURhj2DVjyQWSOA==", 327 - "cpu": [ 328 - "arm64" 329 - ], 330 - "license": "LGPL-3.0-or-later", 331 - "optional": true, 332 - "os": [ 333 - "linux" 334 - ], 335 - "funding": { 336 - "url": "https://opencollective.com/libvips" 337 - } 338 - }, 339 - "node_modules/@img/sharp-libvips-linux-ppc64": { 340 - "version": "1.2.0", 341 - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.0.tgz", 342 - "integrity": "sha512-Xod/7KaDDHkYu2phxxfeEPXfVXFKx70EAFZ0qyUdOjCcxbjqyJOEUpDe6RIyaunGxT34Anf9ue/wuWOqBW2WcQ==", 343 - "cpu": [ 344 - "ppc64" 345 - ], 346 - "license": "LGPL-3.0-or-later", 347 - "optional": true, 348 - "os": [ 349 - "linux" 350 - ], 351 - "funding": { 352 - "url": "https://opencollective.com/libvips" 353 - } 354 - }, 355 - "node_modules/@img/sharp-libvips-linux-s390x": { 356 - "version": "1.2.0", 357 - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.0.tgz", 358 - "integrity": "sha512-eMKfzDxLGT8mnmPJTNMcjfO33fLiTDsrMlUVcp6b96ETbnJmd4uvZxVJSKPQfS+odwfVaGifhsB07J1LynFehw==", 359 - "cpu": [ 360 - "s390x" 361 - ], 362 - "license": "LGPL-3.0-or-later", 363 - "optional": true, 364 - "os": [ 365 - "linux" 366 - ], 367 - "funding": { 368 - "url": "https://opencollective.com/libvips" 369 - } 370 - }, 371 - "node_modules/@img/sharp-libvips-linux-x64": { 372 - "version": "1.2.0", 373 - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.0.tgz", 374 - "integrity": "sha512-ZW3FPWIc7K1sH9E3nxIGB3y3dZkpJlMnkk7z5tu1nSkBoCgw2nSRTFHI5pB/3CQaJM0pdzMF3paf9ckKMSE9Tg==", 375 - "cpu": [ 376 - "x64" 377 - ], 378 - "license": "LGPL-3.0-or-later", 379 - "optional": true, 380 - "os": [ 381 - "linux" 382 - ], 383 - "funding": { 384 - "url": "https://opencollective.com/libvips" 385 - } 386 - }, 387 - "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 388 - "version": "1.2.0", 389 - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.0.tgz", 390 - "integrity": "sha512-UG+LqQJbf5VJ8NWJ5Z3tdIe/HXjuIdo4JeVNADXBFuG7z9zjoegpzzGIyV5zQKi4zaJjnAd2+g2nna8TZvuW9Q==", 391 - "cpu": [ 392 - "arm64" 393 - ], 394 - "license": "LGPL-3.0-or-later", 395 - "optional": true, 396 - "os": [ 397 - "linux" 398 - ], 399 - "funding": { 400 - "url": "https://opencollective.com/libvips" 401 - } 402 - }, 403 - "node_modules/@img/sharp-libvips-linuxmusl-x64": { 404 - "version": "1.2.0", 405 - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.0.tgz", 406 - "integrity": "sha512-SRYOLR7CXPgNze8akZwjoGBoN1ThNZoqpOgfnOxmWsklTGVfJiGJoC/Lod7aNMGA1jSsKWM1+HRX43OP6p9+6Q==", 407 - "cpu": [ 408 - "x64" 409 - ], 410 - "license": "LGPL-3.0-or-later", 411 - "optional": true, 412 - "os": [ 413 - "linux" 414 - ], 415 - "funding": { 416 - "url": "https://opencollective.com/libvips" 417 - } 418 - }, 419 - "node_modules/@img/sharp-linux-arm": { 420 - "version": "0.34.3", 421 - "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.3.tgz", 422 - "integrity": "sha512-oBK9l+h6KBN0i3dC8rYntLiVfW8D8wH+NPNT3O/WBHeW0OQWCjfWksLUaPidsrDKpJgXp3G3/hkmhptAW0I3+A==", 423 - "cpu": [ 424 - "arm" 425 - ], 426 - "license": "Apache-2.0", 427 - "optional": true, 428 - "os": [ 429 - "linux" 430 - ], 431 - "engines": { 432 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 433 - }, 434 - "funding": { 435 - "url": "https://opencollective.com/libvips" 436 - }, 437 - "optionalDependencies": { 438 - "@img/sharp-libvips-linux-arm": "1.2.0" 439 - } 440 - }, 441 - "node_modules/@img/sharp-linux-arm64": { 442 - "version": "0.34.3", 443 - "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.3.tgz", 444 - "integrity": "sha512-QdrKe3EvQrqwkDrtuTIjI0bu6YEJHTgEeqdzI3uWJOH6G1O8Nl1iEeVYRGdj1h5I21CqxSvQp1Yv7xeU3ZewbA==", 445 - "cpu": [ 446 - "arm64" 447 - ], 448 - "license": "Apache-2.0", 449 - "optional": true, 450 - "os": [ 451 - "linux" 452 - ], 453 - "engines": { 454 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 455 - }, 456 - "funding": { 457 - "url": "https://opencollective.com/libvips" 458 - }, 459 - "optionalDependencies": { 460 - "@img/sharp-libvips-linux-arm64": "1.2.0" 461 - } 462 - }, 463 - "node_modules/@img/sharp-linux-ppc64": { 464 - "version": "0.34.3", 465 - "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.3.tgz", 466 - "integrity": "sha512-GLtbLQMCNC5nxuImPR2+RgrviwKwVql28FWZIW1zWruy6zLgA5/x2ZXk3mxj58X/tszVF69KK0Is83V8YgWhLA==", 467 - "cpu": [ 468 - "ppc64" 469 - ], 470 - "license": "Apache-2.0", 471 - "optional": true, 472 - "os": [ 473 - "linux" 474 - ], 475 - "engines": { 476 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 477 - }, 478 - "funding": { 479 - "url": "https://opencollective.com/libvips" 480 - }, 481 - "optionalDependencies": { 482 - "@img/sharp-libvips-linux-ppc64": "1.2.0" 483 - } 484 - }, 485 - "node_modules/@img/sharp-linux-s390x": { 486 - "version": "0.34.3", 487 - "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.3.tgz", 488 - "integrity": "sha512-3gahT+A6c4cdc2edhsLHmIOXMb17ltffJlxR0aC2VPZfwKoTGZec6u5GrFgdR7ciJSsHT27BD3TIuGcuRT0KmQ==", 489 - "cpu": [ 490 - "s390x" 491 - ], 492 - "license": "Apache-2.0", 493 - "optional": true, 494 - "os": [ 495 - "linux" 496 - ], 497 - "engines": { 498 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 499 - }, 500 - "funding": { 501 - "url": "https://opencollective.com/libvips" 502 - }, 503 - "optionalDependencies": { 504 - "@img/sharp-libvips-linux-s390x": "1.2.0" 505 - } 506 - }, 507 - "node_modules/@img/sharp-linux-x64": { 508 - "version": "0.34.3", 509 - "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.3.tgz", 510 - "integrity": "sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==", 511 - "cpu": [ 512 - "x64" 513 - ], 514 - "license": "Apache-2.0", 515 - "optional": true, 516 - "os": [ 517 - "linux" 518 - ], 519 - "engines": { 520 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 521 - }, 522 - "funding": { 523 - "url": "https://opencollective.com/libvips" 524 - }, 525 - "optionalDependencies": { 526 - "@img/sharp-libvips-linux-x64": "1.2.0" 527 - } 528 - }, 529 - "node_modules/@img/sharp-linuxmusl-arm64": { 530 - "version": "0.34.3", 531 - "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.3.tgz", 532 - "integrity": "sha512-vAjbHDlr4izEiXM1OTggpCcPg9tn4YriK5vAjowJsHwdBIdx0fYRsURkxLG2RLm9gyBq66gwtWI8Gx0/ov+JKQ==", 533 - "cpu": [ 534 - "arm64" 535 - ], 536 - "license": "Apache-2.0", 537 - "optional": true, 538 - "os": [ 539 - "linux" 540 - ], 541 - "engines": { 542 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 543 - }, 544 - "funding": { 545 - "url": "https://opencollective.com/libvips" 546 - }, 547 - "optionalDependencies": { 548 - "@img/sharp-libvips-linuxmusl-arm64": "1.2.0" 549 - } 550 - }, 551 - "node_modules/@img/sharp-linuxmusl-x64": { 552 - "version": "0.34.3", 553 - "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.3.tgz", 554 - "integrity": "sha512-gCWUn9547K5bwvOn9l5XGAEjVTTRji4aPTqLzGXHvIr6bIDZKNTA34seMPgM0WmSf+RYBH411VavCejp3PkOeQ==", 555 - "cpu": [ 556 - "x64" 557 - ], 558 - "license": "Apache-2.0", 559 - "optional": true, 560 - "os": [ 561 - "linux" 562 - ], 563 - "engines": { 564 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 565 - }, 566 - "funding": { 567 - "url": "https://opencollective.com/libvips" 568 - }, 569 - "optionalDependencies": { 570 - "@img/sharp-libvips-linuxmusl-x64": "1.2.0" 571 - } 572 - }, 573 - "node_modules/@img/sharp-wasm32": { 574 - "version": "0.34.3", 575 - "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.3.tgz", 576 - "integrity": "sha512-+CyRcpagHMGteySaWos8IbnXcHgfDn7pO2fiC2slJxvNq9gDipYBN42/RagzctVRKgxATmfqOSulgZv5e1RdMg==", 577 - "cpu": [ 578 - "wasm32" 579 - ], 580 - "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", 581 - "optional": true, 582 - "dependencies": { 583 - "@emnapi/runtime": "^1.4.4" 584 - }, 585 - "engines": { 586 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 587 - }, 588 - "funding": { 589 - "url": "https://opencollective.com/libvips" 590 - } 591 - }, 592 - "node_modules/@img/sharp-win32-arm64": { 593 - "version": "0.34.3", 594 - "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.3.tgz", 595 - "integrity": "sha512-MjnHPnbqMXNC2UgeLJtX4XqoVHHlZNd+nPt1kRPmj63wURegwBhZlApELdtxM2OIZDRv/DFtLcNhVbd1z8GYXQ==", 596 - "cpu": [ 597 - "arm64" 598 - ], 599 - "license": "Apache-2.0 AND LGPL-3.0-or-later", 600 - "optional": true, 601 - "os": [ 602 - "win32" 603 - ], 604 - "engines": { 605 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 606 - }, 607 - "funding": { 608 - "url": "https://opencollective.com/libvips" 609 - } 610 - }, 611 - "node_modules/@img/sharp-win32-ia32": { 612 - "version": "0.34.3", 613 - "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.3.tgz", 614 - "integrity": "sha512-xuCdhH44WxuXgOM714hn4amodJMZl3OEvf0GVTm0BEyMeA2to+8HEdRPShH0SLYptJY1uBw+SCFP9WVQi1Q/cw==", 615 - "cpu": [ 616 - "ia32" 617 - ], 618 - "license": "Apache-2.0 AND LGPL-3.0-or-later", 619 - "optional": true, 620 - "os": [ 621 - "win32" 622 - ], 623 - "engines": { 624 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 625 - }, 626 - "funding": { 627 - "url": "https://opencollective.com/libvips" 628 - } 629 - }, 630 - "node_modules/@img/sharp-win32-x64": { 631 - "version": "0.34.3", 632 - "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz", 633 - "integrity": "sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==", 634 - "cpu": [ 635 - "x64" 636 - ], 637 - "license": "Apache-2.0 AND LGPL-3.0-or-later", 638 - "optional": true, 639 - "os": [ 640 - "win32" 641 - ], 642 - "engines": { 643 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 644 - }, 645 - "funding": { 646 - "url": "https://opencollective.com/libvips" 647 - } 648 - }, 649 - "node_modules/@isaacs/fs-minipass": { 650 - "version": "4.0.1", 651 - "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", 652 - "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", 653 - "license": "ISC", 654 - "dependencies": { 655 - "minipass": "^7.0.4" 656 - }, 657 - "engines": { 658 - "node": ">=18.0.0" 659 - } 660 - }, 661 - "node_modules/@jridgewell/gen-mapping": { 662 - "version": "0.3.12", 663 - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz", 664 - "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==", 665 - "license": "MIT", 666 - "dependencies": { 667 - "@jridgewell/sourcemap-codec": "^1.5.0", 668 - "@jridgewell/trace-mapping": "^0.3.24" 669 - } 670 - }, 671 - "node_modules/@jridgewell/resolve-uri": { 672 - "version": "3.1.2", 673 - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 674 - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 675 - "license": "MIT", 676 - "engines": { 677 - "node": ">=6.0.0" 678 - } 679 - }, 680 - "node_modules/@jridgewell/sourcemap-codec": { 681 - "version": "1.5.4", 682 - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", 683 - "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", 684 - "license": "MIT" 685 - }, 686 - "node_modules/@jridgewell/trace-mapping": { 687 - "version": "0.3.29", 688 - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz", 689 - "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==", 690 - "license": "MIT", 691 - "dependencies": { 692 - "@jridgewell/resolve-uri": "^3.1.0", 693 - "@jridgewell/sourcemap-codec": "^1.4.14" 694 - } 695 - }, 696 - "node_modules/@mdx-js/mdx": { 697 - "version": "3.1.0", 698 - "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.0.tgz", 699 - "integrity": "sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==", 700 - "license": "MIT", 701 - "dependencies": { 702 - "@types/estree": "^1.0.0", 703 - "@types/estree-jsx": "^1.0.0", 704 - "@types/hast": "^3.0.0", 705 - "@types/mdx": "^2.0.0", 706 - "collapse-white-space": "^2.0.0", 707 - "devlop": "^1.0.0", 708 - "estree-util-is-identifier-name": "^3.0.0", 709 - "estree-util-scope": "^1.0.0", 710 - "estree-walker": "^3.0.0", 711 - "hast-util-to-jsx-runtime": "^2.0.0", 712 - "markdown-extensions": "^2.0.0", 713 - "recma-build-jsx": "^1.0.0", 714 - "recma-jsx": "^1.0.0", 715 - "recma-stringify": "^1.0.0", 716 - "rehype-recma": "^1.0.0", 717 - "remark-mdx": "^3.0.0", 718 - "remark-parse": "^11.0.0", 719 - "remark-rehype": "^11.0.0", 720 - "source-map": "^0.7.0", 721 - "unified": "^11.0.0", 722 - "unist-util-position-from-estree": "^2.0.0", 723 - "unist-util-stringify-position": "^4.0.0", 724 - "unist-util-visit": "^5.0.0", 725 - "vfile": "^6.0.0" 726 - }, 727 - "funding": { 728 - "type": "opencollective", 729 - "url": "https://opencollective.com/unified" 730 - } 731 - }, 732 - "node_modules/@mermaid-js/parser": { 733 - "version": "0.6.2", 734 - "resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-0.6.2.tgz", 735 - "integrity": "sha512-+PO02uGF6L6Cs0Bw8RpGhikVvMWEysfAyl27qTlroUB8jSWr1lL0Sf6zi78ZxlSnmgSY2AMMKVgghnN9jTtwkQ==", 736 - "license": "MIT", 737 - "dependencies": { 738 - "langium": "3.3.1" 739 - } 740 - }, 741 - "node_modules/@napi-rs/simple-git": { 742 - "version": "0.1.20", 743 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git/-/simple-git-0.1.20.tgz", 744 - "integrity": "sha512-uuQ326ztG3oLvLDVTwCzPHq4Wkx3OStJbD5pfsImakUOdRkpH/89BHmfa3GqTHCPSxsiRSf8Zcm2sL8IDmH/Sg==", 745 - "license": "MIT", 746 - "engines": { 747 - "node": ">= 10" 748 - }, 749 - "optionalDependencies": { 750 - "@napi-rs/simple-git-android-arm-eabi": "0.1.20", 751 - "@napi-rs/simple-git-android-arm64": "0.1.20", 752 - "@napi-rs/simple-git-darwin-arm64": "0.1.20", 753 - "@napi-rs/simple-git-darwin-x64": "0.1.20", 754 - "@napi-rs/simple-git-freebsd-x64": "0.1.20", 755 - "@napi-rs/simple-git-linux-arm-gnueabihf": "0.1.20", 756 - "@napi-rs/simple-git-linux-arm64-gnu": "0.1.20", 757 - "@napi-rs/simple-git-linux-arm64-musl": "0.1.20", 758 - "@napi-rs/simple-git-linux-ppc64-gnu": "0.1.20", 759 - "@napi-rs/simple-git-linux-s390x-gnu": "0.1.20", 760 - "@napi-rs/simple-git-linux-x64-gnu": "0.1.20", 761 - "@napi-rs/simple-git-linux-x64-musl": "0.1.20", 762 - "@napi-rs/simple-git-win32-arm64-msvc": "0.1.20", 763 - "@napi-rs/simple-git-win32-ia32-msvc": "0.1.20", 764 - "@napi-rs/simple-git-win32-x64-msvc": "0.1.20" 765 - } 766 - }, 767 - "node_modules/@napi-rs/simple-git-android-arm-eabi": { 768 - "version": "0.1.20", 769 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-android-arm-eabi/-/simple-git-android-arm-eabi-0.1.20.tgz", 770 - "integrity": "sha512-IcxPUq91JY2vVaG0EmWmcX9cj55VtI141WcTpsEwNFgwW30JWpFzr7cmVPUjmM0a0+/1hqYAAheM1+2tDjjKwA==", 771 - "cpu": [ 772 - "arm" 773 - ], 774 - "license": "MIT", 775 - "optional": true, 776 - "os": [ 777 - "android" 778 - ], 779 - "engines": { 780 - "node": ">= 10" 781 - } 782 - }, 783 - "node_modules/@napi-rs/simple-git-android-arm64": { 784 - "version": "0.1.20", 785 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-android-arm64/-/simple-git-android-arm64-0.1.20.tgz", 786 - "integrity": "sha512-2I7V65DFGZ4PBkU3JQDJiTVlip7XZd0PBxUqRGZ0PsU+YgCrr2iTMFAUtMWBUpgv6MRv3jBKkrlp9DLkMmEHjg==", 787 - "cpu": [ 788 - "arm64" 789 - ], 790 - "license": "MIT", 791 - "optional": true, 792 - "os": [ 793 - "android" 794 - ], 795 - "engines": { 796 - "node": ">= 10" 797 - } 798 - }, 799 - "node_modules/@napi-rs/simple-git-darwin-arm64": { 800 - "version": "0.1.20", 801 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-darwin-arm64/-/simple-git-darwin-arm64-0.1.20.tgz", 802 - "integrity": "sha512-nADW+bi4g/02j5bkHDColMk56veH2RS/dJs4/2DpAH76xyW8KVeT6PaPtXR0nRthI7kEsxGrR7Jyj9Pr6rMdig==", 803 - "cpu": [ 804 - "arm64" 805 - ], 806 - "license": "MIT", 807 - "optional": true, 808 - "os": [ 809 - "darwin" 810 - ], 811 - "engines": { 812 - "node": ">= 10" 813 - } 814 - }, 815 - "node_modules/@napi-rs/simple-git-darwin-x64": { 816 - "version": "0.1.20", 817 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-darwin-x64/-/simple-git-darwin-x64-0.1.20.tgz", 818 - "integrity": "sha512-OVEmMq5ee6WrKX4TLaaJmLc/stTaKFLjb8/PV4PTojjt3lDVoIjOnkcYGdOUhp60g6Riv/Aypi02+YX9dxGZWQ==", 819 - "cpu": [ 820 - "x64" 821 - ], 822 - "license": "MIT", 823 - "optional": true, 824 - "os": [ 825 - "darwin" 826 - ], 827 - "engines": { 828 - "node": ">= 10" 829 - } 830 - }, 831 - "node_modules/@napi-rs/simple-git-freebsd-x64": { 832 - "version": "0.1.20", 833 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-freebsd-x64/-/simple-git-freebsd-x64-0.1.20.tgz", 834 - "integrity": "sha512-S6j7tKjh9uwCGH71+L4nxbCJa7DpTnYPSud9tuTlzBndgQfuzYWeuTTANumRtay7GJgBQ7vYriwjvrNFdWbiHw==", 835 - "cpu": [ 836 - "x64" 837 - ], 838 - "license": "MIT", 839 - "optional": true, 840 - "os": [ 841 - "freebsd" 842 - ], 843 - "engines": { 844 - "node": ">= 10" 845 - } 846 - }, 847 - "node_modules/@napi-rs/simple-git-linux-arm-gnueabihf": { 848 - "version": "0.1.20", 849 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-arm-gnueabihf/-/simple-git-linux-arm-gnueabihf-0.1.20.tgz", 850 - "integrity": "sha512-bT2oc+Uns9lj6Vo9yTSuTHR1C6Hbp1Bbg1tY1CrihXKCU9fj812MxKProZ9jgFtchLUjs8gajjVfXSTYK8i/uw==", 851 - "cpu": [ 852 - "arm" 853 - ], 854 - "license": "MIT", 855 - "optional": true, 856 - "os": [ 857 - "linux" 858 - ], 859 - "engines": { 860 - "node": ">= 10" 861 - } 862 - }, 863 - "node_modules/@napi-rs/simple-git-linux-arm64-gnu": { 864 - "version": "0.1.20", 865 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-arm64-gnu/-/simple-git-linux-arm64-gnu-0.1.20.tgz", 866 - "integrity": "sha512-q+Hdd2Yo9vOjgrF3c7NOCEPtt8dprJwLH6HGGJAOgr67oQ1Xt3OGdUelcTMI7Ns5QPe7OGKQ/+x5kHUhDMNC2w==", 867 - "cpu": [ 868 - "arm64" 869 - ], 870 - "license": "MIT", 871 - "optional": true, 872 - "os": [ 873 - "linux" 874 - ], 875 - "engines": { 876 - "node": ">= 10" 877 - } 878 - }, 879 - "node_modules/@napi-rs/simple-git-linux-arm64-musl": { 880 - "version": "0.1.20", 881 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-arm64-musl/-/simple-git-linux-arm64-musl-0.1.20.tgz", 882 - "integrity": "sha512-93yMKzjzmpPJQg9zbSE3aXyph6lxjPc4G1YQaXQzDg6aaBuhJzIqQ9UMXFFNit6hiQWtOfIrg7NBPWu5GGsCCA==", 883 - "cpu": [ 884 - "arm64" 885 - ], 886 - "license": "MIT", 887 - "optional": true, 888 - "os": [ 889 - "linux" 890 - ], 891 - "engines": { 892 - "node": ">= 10" 893 - } 894 - }, 895 - "node_modules/@napi-rs/simple-git-linux-ppc64-gnu": { 896 - "version": "0.1.20", 897 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-ppc64-gnu/-/simple-git-linux-ppc64-gnu-0.1.20.tgz", 898 - "integrity": "sha512-7hUGBBowyeV+cbAR5fqGcLIEbcC0irRrBVZGbnch3U/gef93ljMq/JT8OxcZvDbOHqfDjZbD/C/nlt52lkxeUg==", 899 - "cpu": [ 900 - "ppc64" 901 - ], 902 - "license": "MIT", 903 - "optional": true, 904 - "os": [ 905 - "linux" 906 - ], 907 - "engines": { 908 - "node": ">= 10" 909 - } 910 - }, 911 - "node_modules/@napi-rs/simple-git-linux-s390x-gnu": { 912 - "version": "0.1.20", 913 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-s390x-gnu/-/simple-git-linux-s390x-gnu-0.1.20.tgz", 914 - "integrity": "sha512-z9AY4rz9KedtzPDwroE6UXyr4nAOBTGc+Ry/gSyz8/D7gh7GLJXl0DYl6jLC8H6BjS1IB1/UGzvHvlcxrsjJ4A==", 915 - "cpu": [ 916 - "s390x" 917 - ], 918 - "license": "MIT", 919 - "optional": true, 920 - "os": [ 921 - "linux" 922 - ], 923 - "engines": { 924 - "node": ">= 10" 925 - } 926 - }, 927 - "node_modules/@napi-rs/simple-git-linux-x64-gnu": { 928 - "version": "0.1.20", 929 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-x64-gnu/-/simple-git-linux-x64-gnu-0.1.20.tgz", 930 - "integrity": "sha512-Wun4ibl7xmW5TMMCK8P8PfUJ6Eqp1qnYfXk4vUavUWvXQ7kG3XwuzjRKK/NZ3aoD0TYww6YcONAs+nhnwDapFg==", 931 - "cpu": [ 932 - "x64" 933 - ], 934 - "license": "MIT", 935 - "optional": true, 936 - "os": [ 937 - "linux" 938 - ], 939 - "engines": { 940 - "node": ">= 10" 941 - } 942 - }, 943 - "node_modules/@napi-rs/simple-git-linux-x64-musl": { 944 - "version": "0.1.20", 945 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-linux-x64-musl/-/simple-git-linux-x64-musl-0.1.20.tgz", 946 - "integrity": "sha512-FmvuJi9X6rNZcD/BoD+5M7ZGg96hABbIH65TJQRMYEKfhxO8zQx7wWBK4eydGb1hlB05hqbapozU7j0YbG1DZw==", 947 - "cpu": [ 948 - "x64" 949 - ], 950 - "license": "MIT", 951 - "optional": true, 952 - "os": [ 953 - "linux" 954 - ], 955 - "engines": { 956 - "node": ">= 10" 957 - } 958 - }, 959 - "node_modules/@napi-rs/simple-git-win32-arm64-msvc": { 960 - "version": "0.1.20", 961 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-win32-arm64-msvc/-/simple-git-win32-arm64-msvc-0.1.20.tgz", 962 - "integrity": "sha512-gKE2nUKiamjGvHB8yU0AeCh5crm46aGUoRhv+4lZl4iM8FXMCE3asBcRlnpunxA/YJeTCeLb5X64Wu0TouUOuQ==", 963 - "cpu": [ 964 - "arm64" 965 - ], 966 - "license": "MIT", 967 - "optional": true, 968 - "os": [ 969 - "win32" 970 - ], 971 - "engines": { 972 - "node": ">= 10" 973 - } 974 - }, 975 - "node_modules/@napi-rs/simple-git-win32-ia32-msvc": { 976 - "version": "0.1.20", 977 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-win32-ia32-msvc/-/simple-git-win32-ia32-msvc-0.1.20.tgz", 978 - "integrity": "sha512-zlr/EDVn92Zt9xwKI44lDVlTSRMMXKVtJVa4ZpuwiJmcmi6PCrsq3h+bjlxOAR7r74m7DnMwdYrswQoz3zOm4A==", 979 - "cpu": [ 980 - "ia32" 981 - ], 982 - "license": "MIT", 983 - "optional": true, 984 - "os": [ 985 - "win32" 986 - ], 987 - "engines": { 988 - "node": ">= 10" 989 - } 990 - }, 991 - "node_modules/@napi-rs/simple-git-win32-x64-msvc": { 992 - "version": "0.1.20", 993 - "resolved": "https://registry.npmjs.org/@napi-rs/simple-git-win32-x64-msvc/-/simple-git-win32-x64-msvc-0.1.20.tgz", 994 - "integrity": "sha512-k2PBT41ULmN/14s+zvv7MuYRGR995eM2WsPjSullfNlG2Xx7ntXoxXkn8JKX7T63FKO86Ato7vqTcnHa1ciV+Q==", 995 - "cpu": [ 996 - "x64" 997 - ], 998 - "license": "MIT", 999 - "optional": true, 1000 - "os": [ 1001 - "win32" 1002 - ], 1003 - "engines": { 1004 - "node": ">= 10" 1005 - } 1006 - }, 1007 - "node_modules/@next/env": { 1008 - "version": "15.4.3", 1009 - "resolved": "https://registry.npmjs.org/@next/env/-/env-15.4.3.tgz", 1010 - "integrity": "sha512-lKJ9KJAvaWzqurIsz6NWdQOLj96mdhuDMusLSYHw9HBe2On7BjUwU1WeRvq19x7NrEK3iOgMeSBV5qEhVH1cMw==", 1011 - "license": "MIT" 1012 - }, 1013 - "node_modules/@next/swc-darwin-arm64": { 1014 - "version": "15.4.3", 1015 - "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.4.3.tgz", 1016 - "integrity": "sha512-YAhZWKeEYY7LHQJiQ8fe3Y6ymfcDcTn7rDC8PDu/pdeIl1Z2LHD4uyPNuQUGCEQT//MSNv6oZCeQzZfTCKZv+A==", 1017 - "cpu": [ 1018 - "arm64" 1019 - ], 1020 - "license": "MIT", 1021 - "optional": true, 1022 - "os": [ 1023 - "darwin" 1024 - ], 1025 - "engines": { 1026 - "node": ">= 10" 1027 - } 1028 - }, 1029 - "node_modules/@next/swc-darwin-x64": { 1030 - "version": "15.4.3", 1031 - "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.4.3.tgz", 1032 - "integrity": "sha512-ZPHRdd51xaxCMpT4viQ6h8TgYM1zPW1JIeksPY9wKlyvBVUQqrWqw8kEh1sa7/x0Ied+U7pYHkAkutrUwxbMcg==", 1033 - "cpu": [ 1034 - "x64" 1035 - ], 1036 - "license": "MIT", 1037 - "optional": true, 1038 - "os": [ 1039 - "darwin" 1040 - ], 1041 - "engines": { 1042 - "node": ">= 10" 1043 - } 1044 - }, 1045 - "node_modules/@next/swc-linux-arm64-gnu": { 1046 - "version": "15.4.3", 1047 - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.4.3.tgz", 1048 - "integrity": "sha512-QUdqftCXC5vw5cowucqi9FeOPQ0vdMxoOHLY0J5jPdercwSJFjdi9CkEO4Xkq1eG4t1TB/BG81n6rmTsWoILnw==", 1049 - "cpu": [ 1050 - "arm64" 1051 - ], 1052 - "license": "MIT", 1053 - "optional": true, 1054 - "os": [ 1055 - "linux" 1056 - ], 1057 - "engines": { 1058 - "node": ">= 10" 1059 - } 1060 - }, 1061 - "node_modules/@next/swc-linux-arm64-musl": { 1062 - "version": "15.4.3", 1063 - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.4.3.tgz", 1064 - "integrity": "sha512-HTL31NsmoafX+r5g91Yj3+q34nrn1xKmCWVuNA+fUWO4X0pr+n83uGzLyEOn0kUqbMZ40KmWx+4wsbMoUChkiQ==", 1065 - "cpu": [ 1066 - "arm64" 1067 - ], 1068 - "license": "MIT", 1069 - "optional": true, 1070 - "os": [ 1071 - "linux" 1072 - ], 1073 - "engines": { 1074 - "node": ">= 10" 1075 - } 1076 - }, 1077 - "node_modules/@next/swc-linux-x64-gnu": { 1078 - "version": "15.4.3", 1079 - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.4.3.tgz", 1080 - "integrity": "sha512-HRQLWoeFkKXd2YCEEy9GhfwOijRm37x4w5r0MMVHxBKSA6ms3JoPUXvGhfHT6srnGRcEUWNrQ2vzkHir5ZWTSw==", 1081 - "cpu": [ 1082 - "x64" 1083 - ], 1084 - "license": "MIT", 1085 - "optional": true, 1086 - "os": [ 1087 - "linux" 1088 - ], 1089 - "engines": { 1090 - "node": ">= 10" 1091 - } 1092 - }, 1093 - "node_modules/@next/swc-linux-x64-musl": { 1094 - "version": "15.4.3", 1095 - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.4.3.tgz", 1096 - "integrity": "sha512-NyXUx6G7AayaRGUsVPenuwhyAoyxjQuQPaK50AXoaAHPwRuif4WmSrXUs8/Y0HJIZh8E/YXRm9H7uuGfiacpuQ==", 1097 - "cpu": [ 1098 - "x64" 1099 - ], 1100 - "license": "MIT", 1101 - "optional": true, 1102 - "os": [ 1103 - "linux" 1104 - ], 1105 - "engines": { 1106 - "node": ">= 10" 1107 - } 1108 - }, 1109 - "node_modules/@next/swc-win32-arm64-msvc": { 1110 - "version": "15.4.3", 1111 - "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.4.3.tgz", 1112 - "integrity": "sha512-2CUTmpzN/7cL1a7GjdLkDFlfH3nwMwW8a6JiaAUsL9MtKmNNO3fnXqnY0Zk30fii3hVEl4dr7ztrpYt0t2CcGQ==", 1113 - "cpu": [ 1114 - "arm64" 1115 - ], 1116 - "license": "MIT", 1117 - "optional": true, 1118 - "os": [ 1119 - "win32" 1120 - ], 1121 - "engines": { 1122 - "node": ">= 10" 1123 - } 1124 - }, 1125 - "node_modules/@next/swc-win32-x64-msvc": { 1126 - "version": "15.4.3", 1127 - "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.4.3.tgz", 1128 - "integrity": "sha512-i54YgUhvrUQxQD84SjAbkfWhYkOdm/DNRAVekCHLWxVg3aUbyC6NFQn9TwgCkX5QAS2pXCJo3kFboSFvrsd7dA==", 1129 - "cpu": [ 1130 - "x64" 1131 - ], 1132 - "license": "MIT", 1133 - "optional": true, 1134 - "os": [ 1135 - "win32" 1136 - ], 1137 - "engines": { 1138 - "node": ">= 10" 1139 - } 1140 - }, 1141 - "node_modules/@nodelib/fs.scandir": { 1142 - "version": "2.1.5", 1143 - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 1144 - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 1145 - "license": "MIT", 1146 - "dependencies": { 1147 - "@nodelib/fs.stat": "2.0.5", 1148 - "run-parallel": "^1.1.9" 1149 - }, 1150 - "engines": { 1151 - "node": ">= 8" 1152 - } 1153 - }, 1154 - "node_modules/@nodelib/fs.stat": { 1155 - "version": "2.0.5", 1156 - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 1157 - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 1158 - "license": "MIT", 1159 - "engines": { 1160 - "node": ">= 8" 1161 - } 1162 - }, 1163 - "node_modules/@nodelib/fs.walk": { 1164 - "version": "1.2.8", 1165 - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 1166 - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 1167 - "license": "MIT", 1168 - "dependencies": { 1169 - "@nodelib/fs.scandir": "2.1.5", 1170 - "fastq": "^1.6.0" 1171 - }, 1172 - "engines": { 1173 - "node": ">= 8" 1174 - } 1175 - }, 1176 - "node_modules/@pagefind/darwin-arm64": { 1177 - "version": "1.3.0", 1178 - "resolved": "https://registry.npmjs.org/@pagefind/darwin-arm64/-/darwin-arm64-1.3.0.tgz", 1179 - "integrity": "sha512-365BEGl6ChOsauRjyVpBjXybflXAOvoMROw3TucAROHIcdBvXk9/2AmEvGFU0r75+vdQI4LJdJdpH4Y6Yqaj4A==", 1180 - "cpu": [ 1181 - "arm64" 1182 - ], 1183 - "dev": true, 1184 - "license": "MIT", 1185 - "optional": true, 1186 - "os": [ 1187 - "darwin" 1188 - ] 1189 - }, 1190 - "node_modules/@pagefind/darwin-x64": { 1191 - "version": "1.3.0", 1192 - "resolved": "https://registry.npmjs.org/@pagefind/darwin-x64/-/darwin-x64-1.3.0.tgz", 1193 - "integrity": "sha512-zlGHA23uuXmS8z3XxEGmbHpWDxXfPZ47QS06tGUq0HDcZjXjXHeLG+cboOy828QIV5FXsm9MjfkP5e4ZNbOkow==", 1194 - "cpu": [ 1195 - "x64" 1196 - ], 1197 - "dev": true, 1198 - "license": "MIT", 1199 - "optional": true, 1200 - "os": [ 1201 - "darwin" 1202 - ] 1203 - }, 1204 - "node_modules/@pagefind/linux-arm64": { 1205 - "version": "1.3.0", 1206 - "resolved": "https://registry.npmjs.org/@pagefind/linux-arm64/-/linux-arm64-1.3.0.tgz", 1207 - "integrity": "sha512-8lsxNAiBRUk72JvetSBXs4WRpYrQrVJXjlRRnOL6UCdBN9Nlsz0t7hWstRk36+JqHpGWOKYiuHLzGYqYAqoOnQ==", 1208 - "cpu": [ 1209 - "arm64" 1210 - ], 1211 - "dev": true, 1212 - "license": "MIT", 1213 - "optional": true, 1214 - "os": [ 1215 - "linux" 1216 - ] 1217 - }, 1218 - "node_modules/@pagefind/linux-x64": { 1219 - "version": "1.3.0", 1220 - "resolved": "https://registry.npmjs.org/@pagefind/linux-x64/-/linux-x64-1.3.0.tgz", 1221 - "integrity": "sha512-hAvqdPJv7A20Ucb6FQGE6jhjqy+vZ6pf+s2tFMNtMBG+fzcdc91uTw7aP/1Vo5plD0dAOHwdxfkyw0ugal4kcQ==", 1222 - "cpu": [ 1223 - "x64" 1224 - ], 1225 - "dev": true, 1226 - "license": "MIT", 1227 - "optional": true, 1228 - "os": [ 1229 - "linux" 1230 - ] 1231 - }, 1232 - "node_modules/@pagefind/windows-x64": { 1233 - "version": "1.3.0", 1234 - "resolved": "https://registry.npmjs.org/@pagefind/windows-x64/-/windows-x64-1.3.0.tgz", 1235 - "integrity": "sha512-BR1bIRWOMqkf8IoU576YDhij1Wd/Zf2kX/kCI0b2qzCKC8wcc2GQJaaRMCpzvCCrmliO4vtJ6RITp/AnoYUUmQ==", 1236 - "cpu": [ 1237 - "x64" 1238 - ], 1239 - "dev": true, 1240 - "license": "MIT", 1241 - "optional": true, 1242 - "os": [ 1243 - "win32" 1244 - ] 1245 - }, 1246 - "node_modules/@react-aria/focus": { 1247 - "version": "3.20.5", 1248 - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.5.tgz", 1249 - "integrity": "sha512-JpFtXmWQ0Oca7FcvkqgjSyo6xEP7v3oQOLUId6o0xTvm4AD5W0mU2r3lYrbhsJ+XxdUUX4AVR5473sZZ85kU4A==", 1250 - "license": "Apache-2.0", 1251 - "dependencies": { 1252 - "@react-aria/interactions": "^3.25.3", 1253 - "@react-aria/utils": "^3.29.1", 1254 - "@react-types/shared": "^3.30.0", 1255 - "@swc/helpers": "^0.5.0", 1256 - "clsx": "^2.0.0" 1257 - }, 1258 - "peerDependencies": { 1259 - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", 1260 - "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" 1261 - } 1262 - }, 1263 - "node_modules/@react-aria/interactions": { 1264 - "version": "3.25.3", 1265 - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.3.tgz", 1266 - "integrity": "sha512-J1bhlrNtjPS/fe5uJQ+0c7/jiXniwa4RQlP+Emjfc/iuqpW2RhbF9ou5vROcLzWIyaW8tVMZ468J68rAs/aZ5A==", 1267 - "license": "Apache-2.0", 1268 - "dependencies": { 1269 - "@react-aria/ssr": "^3.9.9", 1270 - "@react-aria/utils": "^3.29.1", 1271 - "@react-stately/flags": "^3.1.2", 1272 - "@react-types/shared": "^3.30.0", 1273 - "@swc/helpers": "^0.5.0" 1274 - }, 1275 - "peerDependencies": { 1276 - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", 1277 - "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" 1278 - } 1279 - }, 1280 - "node_modules/@react-aria/ssr": { 1281 - "version": "3.9.9", 1282 - "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.9.tgz", 1283 - "integrity": "sha512-2P5thfjfPy/np18e5wD4WPt8ydNXhij1jwA8oehxZTFqlgVMGXzcWKxTb4RtJrLFsqPO7RUQTiY8QJk0M4Vy2g==", 1284 - "license": "Apache-2.0", 1285 - "dependencies": { 1286 - "@swc/helpers": "^0.5.0" 1287 - }, 1288 - "engines": { 1289 - "node": ">= 12" 1290 - }, 1291 - "peerDependencies": { 1292 - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" 1293 - } 1294 - }, 1295 - "node_modules/@react-aria/utils": { 1296 - "version": "3.29.1", 1297 - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.1.tgz", 1298 - "integrity": "sha512-yXMFVJ73rbQ/yYE/49n5Uidjw7kh192WNN9PNQGV0Xoc7EJUlSOxqhnpHmYTyO0EotJ8fdM1fMH8durHjUSI8g==", 1299 - "license": "Apache-2.0", 1300 - "dependencies": { 1301 - "@react-aria/ssr": "^3.9.9", 1302 - "@react-stately/flags": "^3.1.2", 1303 - "@react-stately/utils": "^3.10.7", 1304 - "@react-types/shared": "^3.30.0", 1305 - "@swc/helpers": "^0.5.0", 1306 - "clsx": "^2.0.0" 1307 - }, 1308 - "peerDependencies": { 1309 - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", 1310 - "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" 1311 - } 1312 - }, 1313 - "node_modules/@react-stately/flags": { 1314 - "version": "3.1.2", 1315 - "resolved": "https://registry.npmjs.org/@react-stately/flags/-/flags-3.1.2.tgz", 1316 - "integrity": "sha512-2HjFcZx1MyQXoPqcBGALwWWmgFVUk2TuKVIQxCbRq7fPyWXIl6VHcakCLurdtYC2Iks7zizvz0Idv48MQ38DWg==", 1317 - "license": "Apache-2.0", 1318 - "dependencies": { 1319 - "@swc/helpers": "^0.5.0" 1320 - } 1321 - }, 1322 - "node_modules/@react-stately/utils": { 1323 - "version": "3.10.7", 1324 - "resolved": "https://registry.npmjs.org/@react-stately/utils/-/utils-3.10.7.tgz", 1325 - "integrity": "sha512-cWvjGAocvy4abO9zbr6PW6taHgF24Mwy/LbQ4TC4Aq3tKdKDntxyD+sh7AkSRfJRT2ccMVaHVv2+FfHThd3PKQ==", 1326 - "license": "Apache-2.0", 1327 - "dependencies": { 1328 - "@swc/helpers": "^0.5.0" 1329 - }, 1330 - "peerDependencies": { 1331 - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" 1332 - } 1333 - }, 1334 - "node_modules/@react-types/shared": { 1335 - "version": "3.30.0", 1336 - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.30.0.tgz", 1337 - "integrity": "sha512-COIazDAx1ncDg046cTJ8SFYsX8aS3lB/08LDnbkH/SkdYrFPWDlXMrO/sUam8j1WWM+PJ+4d1mj7tODIKNiFog==", 1338 - "license": "Apache-2.0", 1339 - "peerDependencies": { 1340 - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" 1341 - } 1342 - }, 1343 - "node_modules/@shikijs/core": { 1344 - "version": "2.5.0", 1345 - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-2.5.0.tgz", 1346 - "integrity": "sha512-uu/8RExTKtavlpH7XqnVYBrfBkUc20ngXiX9NSrBhOVZYv/7XQRKUyhtkeflY5QsxC0GbJThCerruZfsUaSldg==", 1347 - "license": "MIT", 1348 - "dependencies": { 1349 - "@shikijs/engine-javascript": "2.5.0", 1350 - "@shikijs/engine-oniguruma": "2.5.0", 1351 - "@shikijs/types": "2.5.0", 1352 - "@shikijs/vscode-textmate": "^10.0.2", 1353 - "@types/hast": "^3.0.4", 1354 - "hast-util-to-html": "^9.0.4" 1355 - } 1356 - }, 1357 - "node_modules/@shikijs/engine-javascript": { 1358 - "version": "2.5.0", 1359 - "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-2.5.0.tgz", 1360 - "integrity": "sha512-VjnOpnQf8WuCEZtNUdjjwGUbtAVKuZkVQ/5cHy/tojVVRIRtlWMYVjyWhxOmIq05AlSOv72z7hRNRGVBgQOl0w==", 1361 - "license": "MIT", 1362 - "dependencies": { 1363 - "@shikijs/types": "2.5.0", 1364 - "@shikijs/vscode-textmate": "^10.0.2", 1365 - "oniguruma-to-es": "^3.1.0" 1366 - } 1367 - }, 1368 - "node_modules/@shikijs/engine-oniguruma": { 1369 - "version": "2.5.0", 1370 - "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-2.5.0.tgz", 1371 - "integrity": "sha512-pGd1wRATzbo/uatrCIILlAdFVKdxImWJGQ5rFiB5VZi2ve5xj3Ax9jny8QvkaV93btQEwR/rSz5ERFpC5mKNIw==", 1372 - "license": "MIT", 1373 - "dependencies": { 1374 - "@shikijs/types": "2.5.0", 1375 - "@shikijs/vscode-textmate": "^10.0.2" 1376 - } 1377 - }, 1378 - "node_modules/@shikijs/langs": { 1379 - "version": "2.5.0", 1380 - "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-2.5.0.tgz", 1381 - "integrity": "sha512-Qfrrt5OsNH5R+5tJ/3uYBBZv3SuGmnRPejV9IlIbFH3HTGLDlkqgHymAlzklVmKBjAaVmkPkyikAV/sQ1wSL+w==", 1382 - "license": "MIT", 1383 - "dependencies": { 1384 - "@shikijs/types": "2.5.0" 1385 - } 1386 - }, 1387 - "node_modules/@shikijs/themes": { 1388 - "version": "2.5.0", 1389 - "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-2.5.0.tgz", 1390 - "integrity": "sha512-wGrk+R8tJnO0VMzmUExHR+QdSaPUl/NKs+a4cQQRWyoc3YFbUzuLEi/KWK1hj+8BfHRKm2jNhhJck1dfstJpiw==", 1391 - "license": "MIT", 1392 - "dependencies": { 1393 - "@shikijs/types": "2.5.0" 1394 - } 1395 - }, 1396 - "node_modules/@shikijs/twoslash": { 1397 - "version": "2.5.0", 1398 - "resolved": "https://registry.npmjs.org/@shikijs/twoslash/-/twoslash-2.5.0.tgz", 1399 - "integrity": "sha512-OdyoZRbzTB80qHFHdaXT070OG9hiljxbsJMZmrMAPWXG2e4FV8wbC63VBM5BJXa1DH645nw20VX1MzASkO5V9g==", 1400 - "license": "MIT", 1401 - "dependencies": { 1402 - "@shikijs/core": "2.5.0", 1403 - "@shikijs/types": "2.5.0", 1404 - "twoslash": "^0.2.12" 1405 - } 1406 - }, 1407 - "node_modules/@shikijs/types": { 1408 - "version": "2.5.0", 1409 - "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-2.5.0.tgz", 1410 - "integrity": "sha512-ygl5yhxki9ZLNuNpPitBWvcy9fsSKKaRuO4BAlMyagszQidxcpLAr0qiW/q43DtSIDxO6hEbtYLiFZNXO/hdGw==", 1411 - "license": "MIT", 1412 - "dependencies": { 1413 - "@shikijs/vscode-textmate": "^10.0.2", 1414 - "@types/hast": "^3.0.4" 1415 - } 1416 - }, 1417 - "node_modules/@shikijs/vscode-textmate": { 1418 - "version": "10.0.2", 1419 - "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", 1420 - "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", 1421 - "license": "MIT" 1422 - }, 1423 - "node_modules/@swc/helpers": { 1424 - "version": "0.5.15", 1425 - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz", 1426 - "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==", 1427 - "license": "Apache-2.0", 1428 - "dependencies": { 1429 - "tslib": "^2.8.0" 1430 - } 1431 - }, 1432 - "node_modules/@tailwindcss/node": { 1433 - "version": "4.1.11", 1434 - "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.11.tgz", 1435 - "integrity": "sha512-yzhzuGRmv5QyU9qLNg4GTlYI6STedBWRE7NjxP45CsFYYq9taI0zJXZBMqIC/c8fViNLhmrbpSFS57EoxUmD6Q==", 1436 - "license": "MIT", 1437 - "dependencies": { 1438 - "@ampproject/remapping": "^2.3.0", 1439 - "enhanced-resolve": "^5.18.1", 1440 - "jiti": "^2.4.2", 1441 - "lightningcss": "1.30.1", 1442 - "magic-string": "^0.30.17", 1443 - "source-map-js": "^1.2.1", 1444 - "tailwindcss": "4.1.11" 1445 - } 1446 - }, 1447 - "node_modules/@tailwindcss/oxide": { 1448 - "version": "4.1.11", 1449 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.11.tgz", 1450 - "integrity": "sha512-Q69XzrtAhuyfHo+5/HMgr1lAiPP/G40OMFAnws7xcFEYqcypZmdW8eGXaOUIeOl1dzPJBPENXgbjsOyhg2nkrg==", 1451 - "hasInstallScript": true, 1452 - "license": "MIT", 1453 - "dependencies": { 1454 - "detect-libc": "^2.0.4", 1455 - "tar": "^7.4.3" 1456 - }, 1457 - "engines": { 1458 - "node": ">= 10" 1459 - }, 1460 - "optionalDependencies": { 1461 - "@tailwindcss/oxide-android-arm64": "4.1.11", 1462 - "@tailwindcss/oxide-darwin-arm64": "4.1.11", 1463 - "@tailwindcss/oxide-darwin-x64": "4.1.11", 1464 - "@tailwindcss/oxide-freebsd-x64": "4.1.11", 1465 - "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.11", 1466 - "@tailwindcss/oxide-linux-arm64-gnu": "4.1.11", 1467 - "@tailwindcss/oxide-linux-arm64-musl": "4.1.11", 1468 - "@tailwindcss/oxide-linux-x64-gnu": "4.1.11", 1469 - "@tailwindcss/oxide-linux-x64-musl": "4.1.11", 1470 - "@tailwindcss/oxide-wasm32-wasi": "4.1.11", 1471 - "@tailwindcss/oxide-win32-arm64-msvc": "4.1.11", 1472 - "@tailwindcss/oxide-win32-x64-msvc": "4.1.11" 1473 - } 1474 - }, 1475 - "node_modules/@tailwindcss/oxide-android-arm64": { 1476 - "version": "4.1.11", 1477 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.11.tgz", 1478 - "integrity": "sha512-3IfFuATVRUMZZprEIx9OGDjG3Ou3jG4xQzNTvjDoKmU9JdmoCohQJ83MYd0GPnQIu89YoJqvMM0G3uqLRFtetg==", 1479 - "cpu": [ 1480 - "arm64" 1481 - ], 1482 - "license": "MIT", 1483 - "optional": true, 1484 - "os": [ 1485 - "android" 1486 - ], 1487 - "engines": { 1488 - "node": ">= 10" 1489 - } 1490 - }, 1491 - "node_modules/@tailwindcss/oxide-darwin-arm64": { 1492 - "version": "4.1.11", 1493 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.11.tgz", 1494 - "integrity": "sha512-ESgStEOEsyg8J5YcMb1xl8WFOXfeBmrhAwGsFxxB2CxY9evy63+AtpbDLAyRkJnxLy2WsD1qF13E97uQyP1lfQ==", 1495 - "cpu": [ 1496 - "arm64" 1497 - ], 1498 - "license": "MIT", 1499 - "optional": true, 1500 - "os": [ 1501 - "darwin" 1502 - ], 1503 - "engines": { 1504 - "node": ">= 10" 1505 - } 1506 - }, 1507 - "node_modules/@tailwindcss/oxide-darwin-x64": { 1508 - "version": "4.1.11", 1509 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.11.tgz", 1510 - "integrity": "sha512-EgnK8kRchgmgzG6jE10UQNaH9Mwi2n+yw1jWmof9Vyg2lpKNX2ioe7CJdf9M5f8V9uaQxInenZkOxnTVL3fhAw==", 1511 - "cpu": [ 1512 - "x64" 1513 - ], 1514 - "license": "MIT", 1515 - "optional": true, 1516 - "os": [ 1517 - "darwin" 1518 - ], 1519 - "engines": { 1520 - "node": ">= 10" 1521 - } 1522 - }, 1523 - "node_modules/@tailwindcss/oxide-freebsd-x64": { 1524 - "version": "4.1.11", 1525 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.11.tgz", 1526 - "integrity": "sha512-xdqKtbpHs7pQhIKmqVpxStnY1skuNh4CtbcyOHeX1YBE0hArj2romsFGb6yUmzkq/6M24nkxDqU8GYrKrz+UcA==", 1527 - "cpu": [ 1528 - "x64" 1529 - ], 1530 - "license": "MIT", 1531 - "optional": true, 1532 - "os": [ 1533 - "freebsd" 1534 - ], 1535 - "engines": { 1536 - "node": ">= 10" 1537 - } 1538 - }, 1539 - "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { 1540 - "version": "4.1.11", 1541 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.11.tgz", 1542 - "integrity": "sha512-ryHQK2eyDYYMwB5wZL46uoxz2zzDZsFBwfjssgB7pzytAeCCa6glsiJGjhTEddq/4OsIjsLNMAiMlHNYnkEEeg==", 1543 - "cpu": [ 1544 - "arm" 1545 - ], 1546 - "license": "MIT", 1547 - "optional": true, 1548 - "os": [ 1549 - "linux" 1550 - ], 1551 - "engines": { 1552 - "node": ">= 10" 1553 - } 1554 - }, 1555 - "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { 1556 - "version": "4.1.11", 1557 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.11.tgz", 1558 - "integrity": "sha512-mYwqheq4BXF83j/w75ewkPJmPZIqqP1nhoghS9D57CLjsh3Nfq0m4ftTotRYtGnZd3eCztgbSPJ9QhfC91gDZQ==", 1559 - "cpu": [ 1560 - "arm64" 1561 - ], 1562 - "license": "MIT", 1563 - "optional": true, 1564 - "os": [ 1565 - "linux" 1566 - ], 1567 - "engines": { 1568 - "node": ">= 10" 1569 - } 1570 - }, 1571 - "node_modules/@tailwindcss/oxide-linux-arm64-musl": { 1572 - "version": "4.1.11", 1573 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.11.tgz", 1574 - "integrity": "sha512-m/NVRFNGlEHJrNVk3O6I9ggVuNjXHIPoD6bqay/pubtYC9QIdAMpS+cswZQPBLvVvEF6GtSNONbDkZrjWZXYNQ==", 1575 - "cpu": [ 1576 - "arm64" 1577 - ], 1578 - "license": "MIT", 1579 - "optional": true, 1580 - "os": [ 1581 - "linux" 1582 - ], 1583 - "engines": { 1584 - "node": ">= 10" 1585 - } 1586 - }, 1587 - "node_modules/@tailwindcss/oxide-linux-x64-gnu": { 1588 - "version": "4.1.11", 1589 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.11.tgz", 1590 - "integrity": "sha512-YW6sblI7xukSD2TdbbaeQVDysIm/UPJtObHJHKxDEcW2exAtY47j52f8jZXkqE1krdnkhCMGqP3dbniu1Te2Fg==", 1591 - "cpu": [ 1592 - "x64" 1593 - ], 1594 - "license": "MIT", 1595 - "optional": true, 1596 - "os": [ 1597 - "linux" 1598 - ], 1599 - "engines": { 1600 - "node": ">= 10" 1601 - } 1602 - }, 1603 - "node_modules/@tailwindcss/oxide-linux-x64-musl": { 1604 - "version": "4.1.11", 1605 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.11.tgz", 1606 - "integrity": "sha512-e3C/RRhGunWYNC3aSF7exsQkdXzQ/M+aYuZHKnw4U7KQwTJotnWsGOIVih0s2qQzmEzOFIJ3+xt7iq67K/p56Q==", 1607 - "cpu": [ 1608 - "x64" 1609 - ], 1610 - "license": "MIT", 1611 - "optional": true, 1612 - "os": [ 1613 - "linux" 1614 - ], 1615 - "engines": { 1616 - "node": ">= 10" 1617 - } 1618 - }, 1619 - "node_modules/@tailwindcss/oxide-wasm32-wasi": { 1620 - "version": "4.1.11", 1621 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.11.tgz", 1622 - "integrity": "sha512-Xo1+/GU0JEN/C/dvcammKHzeM6NqKovG+6921MR6oadee5XPBaKOumrJCXvopJ/Qb5TH7LX/UAywbqrP4lax0g==", 1623 - "bundleDependencies": [ 1624 - "@napi-rs/wasm-runtime", 1625 - "@emnapi/core", 1626 - "@emnapi/runtime", 1627 - "@tybys/wasm-util", 1628 - "@emnapi/wasi-threads", 1629 - "tslib" 1630 - ], 1631 - "cpu": [ 1632 - "wasm32" 1633 - ], 1634 - "license": "MIT", 1635 - "optional": true, 1636 - "dependencies": { 1637 - "@emnapi/core": "^1.4.3", 1638 - "@emnapi/runtime": "^1.4.3", 1639 - "@emnapi/wasi-threads": "^1.0.2", 1640 - "@napi-rs/wasm-runtime": "^0.2.11", 1641 - "@tybys/wasm-util": "^0.9.0", 1642 - "tslib": "^2.8.0" 1643 - }, 1644 - "engines": { 1645 - "node": ">=14.0.0" 1646 - } 1647 - }, 1648 - "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { 1649 - "version": "4.1.11", 1650 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.11.tgz", 1651 - "integrity": "sha512-UgKYx5PwEKrac3GPNPf6HVMNhUIGuUh4wlDFR2jYYdkX6pL/rn73zTq/4pzUm8fOjAn5L8zDeHp9iXmUGOXZ+w==", 1652 - "cpu": [ 1653 - "arm64" 1654 - ], 1655 - "license": "MIT", 1656 - "optional": true, 1657 - "os": [ 1658 - "win32" 1659 - ], 1660 - "engines": { 1661 - "node": ">= 10" 1662 - } 1663 - }, 1664 - "node_modules/@tailwindcss/oxide-win32-x64-msvc": { 1665 - "version": "4.1.11", 1666 - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.11.tgz", 1667 - "integrity": "sha512-YfHoggn1j0LK7wR82TOucWc5LDCguHnoS879idHekmmiR7g9HUtMw9MI0NHatS28u/Xlkfi9w5RJWgz2Dl+5Qg==", 1668 - "cpu": [ 1669 - "x64" 1670 - ], 1671 - "license": "MIT", 1672 - "optional": true, 1673 - "os": [ 1674 - "win32" 1675 - ], 1676 - "engines": { 1677 - "node": ">= 10" 1678 - } 1679 - }, 1680 - "node_modules/@tailwindcss/postcss": { 1681 - "version": "4.1.11", 1682 - "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.11.tgz", 1683 - "integrity": "sha512-q/EAIIpF6WpLhKEuQSEVMZNMIY8KhWoAemZ9eylNAih9jxMGAYPPWBn3I9QL/2jZ+e7OEz/tZkX5HwbBR4HohA==", 1684 - "license": "MIT", 1685 - "dependencies": { 1686 - "@alloc/quick-lru": "^5.2.0", 1687 - "@tailwindcss/node": "4.1.11", 1688 - "@tailwindcss/oxide": "4.1.11", 1689 - "postcss": "^8.4.41", 1690 - "tailwindcss": "4.1.11" 1691 - } 1692 - }, 1693 - "node_modules/@tanstack/react-virtual": { 1694 - "version": "3.13.12", 1695 - "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.12.tgz", 1696 - "integrity": "sha512-Gd13QdxPSukP8ZrkbgS2RwoZseTTbQPLnQEn7HY/rqtM+8Zt95f7xKC7N0EsKs7aoz0WzZ+fditZux+F8EzYxA==", 1697 - "license": "MIT", 1698 - "dependencies": { 1699 - "@tanstack/virtual-core": "3.13.12" 1700 - }, 1701 - "funding": { 1702 - "type": "github", 1703 - "url": "https://github.com/sponsors/tannerlinsley" 1704 - }, 1705 - "peerDependencies": { 1706 - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", 1707 - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" 1708 - } 1709 - }, 1710 - "node_modules/@tanstack/virtual-core": { 1711 - "version": "3.13.12", 1712 - "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.12.tgz", 1713 - "integrity": "sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA==", 1714 - "license": "MIT", 1715 - "funding": { 1716 - "type": "github", 1717 - "url": "https://github.com/sponsors/tannerlinsley" 1718 - } 1719 - }, 1720 - "node_modules/@theguild/remark-npm2yarn": { 1721 - "version": "0.3.3", 1722 - "resolved": "https://registry.npmjs.org/@theguild/remark-npm2yarn/-/remark-npm2yarn-0.3.3.tgz", 1723 - "integrity": "sha512-ma6DvR03gdbvwqfKx1omqhg9May/VYGdMHvTzB4VuxkyS7KzfZ/lzrj43hmcsggpMje0x7SADA/pcMph0ejRnA==", 1724 - "license": "MIT", 1725 - "dependencies": { 1726 - "npm-to-yarn": "^3.0.0", 1727 - "unist-util-visit": "^5.0.0" 1728 - } 1729 - }, 1730 - "node_modules/@types/d3": { 1731 - "version": "7.4.3", 1732 - "resolved": "https://registry.npmjs.org/@types/d3/-/d3-7.4.3.tgz", 1733 - "integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==", 1734 - "license": "MIT", 1735 - "dependencies": { 1736 - "@types/d3-array": "*", 1737 - "@types/d3-axis": "*", 1738 - "@types/d3-brush": "*", 1739 - "@types/d3-chord": "*", 1740 - "@types/d3-color": "*", 1741 - "@types/d3-contour": "*", 1742 - "@types/d3-delaunay": "*", 1743 - "@types/d3-dispatch": "*", 1744 - "@types/d3-drag": "*", 1745 - "@types/d3-dsv": "*", 1746 - "@types/d3-ease": "*", 1747 - "@types/d3-fetch": "*", 1748 - "@types/d3-force": "*", 1749 - "@types/d3-format": "*", 1750 - "@types/d3-geo": "*", 1751 - "@types/d3-hierarchy": "*", 1752 - "@types/d3-interpolate": "*", 1753 - "@types/d3-path": "*", 1754 - "@types/d3-polygon": "*", 1755 - "@types/d3-quadtree": "*", 1756 - "@types/d3-random": "*", 1757 - "@types/d3-scale": "*", 1758 - "@types/d3-scale-chromatic": "*", 1759 - "@types/d3-selection": "*", 1760 - "@types/d3-shape": "*", 1761 - "@types/d3-time": "*", 1762 - "@types/d3-time-format": "*", 1763 - "@types/d3-timer": "*", 1764 - "@types/d3-transition": "*", 1765 - "@types/d3-zoom": "*" 1766 - } 1767 - }, 1768 - "node_modules/@types/d3-array": { 1769 - "version": "3.2.1", 1770 - "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.1.tgz", 1771 - "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==", 1772 - "license": "MIT" 1773 - }, 1774 - "node_modules/@types/d3-axis": { 1775 - "version": "3.0.6", 1776 - "resolved": "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.6.tgz", 1777 - "integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==", 1778 - "license": "MIT", 1779 - "dependencies": { 1780 - "@types/d3-selection": "*" 1781 - } 1782 - }, 1783 - "node_modules/@types/d3-brush": { 1784 - "version": "3.0.6", 1785 - "resolved": "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-3.0.6.tgz", 1786 - "integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==", 1787 - "license": "MIT", 1788 - "dependencies": { 1789 - "@types/d3-selection": "*" 1790 - } 1791 - }, 1792 - "node_modules/@types/d3-chord": { 1793 - "version": "3.0.6", 1794 - "resolved": "https://registry.npmjs.org/@types/d3-chord/-/d3-chord-3.0.6.tgz", 1795 - "integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==", 1796 - "license": "MIT" 1797 - }, 1798 - "node_modules/@types/d3-color": { 1799 - "version": "3.1.3", 1800 - "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", 1801 - "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", 1802 - "license": "MIT" 1803 - }, 1804 - "node_modules/@types/d3-contour": { 1805 - "version": "3.0.6", 1806 - "resolved": "https://registry.npmjs.org/@types/d3-contour/-/d3-contour-3.0.6.tgz", 1807 - "integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==", 1808 - "license": "MIT", 1809 - "dependencies": { 1810 - "@types/d3-array": "*", 1811 - "@types/geojson": "*" 1812 - } 1813 - }, 1814 - "node_modules/@types/d3-delaunay": { 1815 - "version": "6.0.4", 1816 - "resolved": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz", 1817 - "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==", 1818 - "license": "MIT" 1819 - }, 1820 - "node_modules/@types/d3-dispatch": { 1821 - "version": "3.0.6", 1822 - "resolved": "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-3.0.6.tgz", 1823 - "integrity": "sha512-4fvZhzMeeuBJYZXRXrRIQnvUYfyXwYmLsdiN7XXmVNQKKw1cM8a5WdID0g1hVFZDqT9ZqZEY5pD44p24VS7iZQ==", 1824 - "license": "MIT" 1825 - }, 1826 - "node_modules/@types/d3-drag": { 1827 - "version": "3.0.7", 1828 - "resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz", 1829 - "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==", 1830 - "license": "MIT", 1831 - "dependencies": { 1832 - "@types/d3-selection": "*" 1833 - } 1834 - }, 1835 - "node_modules/@types/d3-dsv": { 1836 - "version": "3.0.7", 1837 - "resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.7.tgz", 1838 - "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==", 1839 - "license": "MIT" 1840 - }, 1841 - "node_modules/@types/d3-ease": { 1842 - "version": "3.0.2", 1843 - "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz", 1844 - "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==", 1845 - "license": "MIT" 1846 - }, 1847 - "node_modules/@types/d3-fetch": { 1848 - "version": "3.0.7", 1849 - "resolved": "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.7.tgz", 1850 - "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==", 1851 - "license": "MIT", 1852 - "dependencies": { 1853 - "@types/d3-dsv": "*" 1854 - } 1855 - }, 1856 - "node_modules/@types/d3-force": { 1857 - "version": "3.0.10", 1858 - "resolved": "https://registry.npmjs.org/@types/d3-force/-/d3-force-3.0.10.tgz", 1859 - "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==", 1860 - "license": "MIT" 1861 - }, 1862 - "node_modules/@types/d3-format": { 1863 - "version": "3.0.4", 1864 - "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.4.tgz", 1865 - "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==", 1866 - "license": "MIT" 1867 - }, 1868 - "node_modules/@types/d3-geo": { 1869 - "version": "3.1.0", 1870 - "resolved": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.0.tgz", 1871 - "integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==", 1872 - "license": "MIT", 1873 - "dependencies": { 1874 - "@types/geojson": "*" 1875 - } 1876 - }, 1877 - "node_modules/@types/d3-hierarchy": { 1878 - "version": "3.1.7", 1879 - "resolved": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz", 1880 - "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==", 1881 - "license": "MIT" 1882 - }, 1883 - "node_modules/@types/d3-interpolate": { 1884 - "version": "3.0.4", 1885 - "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", 1886 - "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", 1887 - "license": "MIT", 1888 - "dependencies": { 1889 - "@types/d3-color": "*" 1890 - } 1891 - }, 1892 - "node_modules/@types/d3-path": { 1893 - "version": "3.1.1", 1894 - "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz", 1895 - "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==", 1896 - "license": "MIT" 1897 - }, 1898 - "node_modules/@types/d3-polygon": { 1899 - "version": "3.0.2", 1900 - "resolved": "https://registry.npmjs.org/@types/d3-polygon/-/d3-polygon-3.0.2.tgz", 1901 - "integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==", 1902 - "license": "MIT" 1903 - }, 1904 - "node_modules/@types/d3-quadtree": { 1905 - "version": "3.0.6", 1906 - "resolved": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz", 1907 - "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==", 1908 - "license": "MIT" 1909 - }, 1910 - "node_modules/@types/d3-random": { 1911 - "version": "3.0.3", 1912 - "resolved": "https://registry.npmjs.org/@types/d3-random/-/d3-random-3.0.3.tgz", 1913 - "integrity": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==", 1914 - "license": "MIT" 1915 - }, 1916 - "node_modules/@types/d3-scale": { 1917 - "version": "4.0.9", 1918 - "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz", 1919 - "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==", 1920 - "license": "MIT", 1921 - "dependencies": { 1922 - "@types/d3-time": "*" 1923 - } 1924 - }, 1925 - "node_modules/@types/d3-scale-chromatic": { 1926 - "version": "3.1.0", 1927 - "resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", 1928 - "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==", 1929 - "license": "MIT" 1930 - }, 1931 - "node_modules/@types/d3-selection": { 1932 - "version": "3.0.11", 1933 - "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz", 1934 - "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==", 1935 - "license": "MIT" 1936 - }, 1937 - "node_modules/@types/d3-shape": { 1938 - "version": "3.1.7", 1939 - "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz", 1940 - "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==", 1941 - "license": "MIT", 1942 - "dependencies": { 1943 - "@types/d3-path": "*" 1944 - } 1945 - }, 1946 - "node_modules/@types/d3-time": { 1947 - "version": "3.0.4", 1948 - "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", 1949 - "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==", 1950 - "license": "MIT" 1951 - }, 1952 - "node_modules/@types/d3-time-format": { 1953 - "version": "4.0.3", 1954 - "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.3.tgz", 1955 - "integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==", 1956 - "license": "MIT" 1957 - }, 1958 - "node_modules/@types/d3-timer": { 1959 - "version": "3.0.2", 1960 - "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz", 1961 - "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==", 1962 - "license": "MIT" 1963 - }, 1964 - "node_modules/@types/d3-transition": { 1965 - "version": "3.0.9", 1966 - "resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.9.tgz", 1967 - "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==", 1968 - "license": "MIT", 1969 - "dependencies": { 1970 - "@types/d3-selection": "*" 1971 - } 1972 - }, 1973 - "node_modules/@types/d3-zoom": { 1974 - "version": "3.0.8", 1975 - "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz", 1976 - "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==", 1977 - "license": "MIT", 1978 - "dependencies": { 1979 - "@types/d3-interpolate": "*", 1980 - "@types/d3-selection": "*" 1981 - } 1982 - }, 1983 - "node_modules/@types/debug": { 1984 - "version": "4.1.12", 1985 - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1986 - "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1987 - "license": "MIT", 1988 - "dependencies": { 1989 - "@types/ms": "*" 1990 - } 1991 - }, 1992 - "node_modules/@types/estree": { 1993 - "version": "1.0.8", 1994 - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", 1995 - "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", 1996 - "license": "MIT" 1997 - }, 1998 - "node_modules/@types/estree-jsx": { 1999 - "version": "1.0.5", 2000 - "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", 2001 - "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", 2002 - "license": "MIT", 2003 - "dependencies": { 2004 - "@types/estree": "*" 2005 - } 2006 - }, 2007 - "node_modules/@types/geojson": { 2008 - "version": "7946.0.16", 2009 - "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz", 2010 - "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==", 2011 - "license": "MIT" 2012 - }, 2013 - "node_modules/@types/hast": { 2014 - "version": "3.0.4", 2015 - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 2016 - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 2017 - "license": "MIT", 2018 - "dependencies": { 2019 - "@types/unist": "*" 2020 - } 2021 - }, 2022 - "node_modules/@types/katex": { 2023 - "version": "0.16.7", 2024 - "resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.7.tgz", 2025 - "integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==", 2026 - "license": "MIT" 2027 - }, 2028 - "node_modules/@types/mdast": { 2029 - "version": "4.0.4", 2030 - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 2031 - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 2032 - "license": "MIT", 2033 - "dependencies": { 2034 - "@types/unist": "*" 2035 - } 2036 - }, 2037 - "node_modules/@types/mdx": { 2038 - "version": "2.0.13", 2039 - "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", 2040 - "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", 2041 - "license": "MIT" 2042 - }, 2043 - "node_modules/@types/ms": { 2044 - "version": "2.1.0", 2045 - "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 2046 - "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 2047 - "license": "MIT" 2048 - }, 2049 - "node_modules/@types/nlcst": { 2050 - "version": "2.0.3", 2051 - "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", 2052 - "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", 2053 - "license": "MIT", 2054 - "dependencies": { 2055 - "@types/unist": "*" 2056 - } 2057 - }, 2058 - "node_modules/@types/node": { 2059 - "version": "24.1.0", 2060 - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz", 2061 - "integrity": "sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==", 2062 - "dev": true, 2063 - "license": "MIT", 2064 - "dependencies": { 2065 - "undici-types": "~7.8.0" 2066 - } 2067 - }, 2068 - "node_modules/@types/react": { 2069 - "version": "19.1.8", 2070 - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz", 2071 - "integrity": "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==", 2072 - "devOptional": true, 2073 - "license": "MIT", 2074 - "dependencies": { 2075 - "csstype": "^3.0.2" 2076 - } 2077 - }, 2078 - "node_modules/@types/trusted-types": { 2079 - "version": "2.0.7", 2080 - "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", 2081 - "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", 2082 - "license": "MIT", 2083 - "optional": true 2084 - }, 2085 - "node_modules/@types/unist": { 2086 - "version": "3.0.3", 2087 - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 2088 - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 2089 - "license": "MIT" 2090 - }, 2091 - "node_modules/@typescript/vfs": { 2092 - "version": "1.6.1", 2093 - "resolved": "https://registry.npmjs.org/@typescript/vfs/-/vfs-1.6.1.tgz", 2094 - "integrity": "sha512-JwoxboBh7Oz1v38tPbkrZ62ZXNHAk9bJ7c9x0eI5zBfBnBYGhURdbnh7Z4smN/MV48Y5OCcZb58n972UtbazsA==", 2095 - "license": "MIT", 2096 - "dependencies": { 2097 - "debug": "^4.1.1" 2098 - }, 2099 - "peerDependencies": { 2100 - "typescript": "*" 2101 - } 2102 - }, 2103 - "node_modules/@ungap/structured-clone": { 2104 - "version": "1.3.0", 2105 - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", 2106 - "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", 2107 - "license": "ISC" 2108 - }, 2109 - "node_modules/@xmldom/xmldom": { 2110 - "version": "0.9.8", 2111 - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz", 2112 - "integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==", 2113 - "license": "MIT", 2114 - "engines": { 2115 - "node": ">=14.6" 2116 - } 2117 - }, 2118 - "node_modules/acorn": { 2119 - "version": "8.15.0", 2120 - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", 2121 - "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", 2122 - "license": "MIT", 2123 - "bin": { 2124 - "acorn": "bin/acorn" 2125 - }, 2126 - "engines": { 2127 - "node": ">=0.4.0" 2128 - } 2129 - }, 2130 - "node_modules/acorn-jsx": { 2131 - "version": "5.3.2", 2132 - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 2133 - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 2134 - "license": "MIT", 2135 - "peerDependencies": { 2136 - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 2137 - } 2138 - }, 2139 - "node_modules/arg": { 2140 - "version": "5.0.2", 2141 - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 2142 - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", 2143 - "license": "MIT" 2144 - }, 2145 - "node_modules/array-iterate": { 2146 - "version": "2.0.1", 2147 - "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 2148 - "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 2149 - "license": "MIT", 2150 - "funding": { 2151 - "type": "github", 2152 - "url": "https://github.com/sponsors/wooorm" 2153 - } 2154 - }, 2155 - "node_modules/astring": { 2156 - "version": "1.9.0", 2157 - "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", 2158 - "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", 2159 - "license": "MIT", 2160 - "bin": { 2161 - "astring": "bin/astring" 2162 - } 2163 - }, 2164 - "node_modules/bail": { 2165 - "version": "2.0.2", 2166 - "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 2167 - "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 2168 - "license": "MIT", 2169 - "funding": { 2170 - "type": "github", 2171 - "url": "https://github.com/sponsors/wooorm" 2172 - } 2173 - }, 2174 - "node_modules/better-react-mathjax": { 2175 - "version": "2.3.0", 2176 - "resolved": "https://registry.npmjs.org/better-react-mathjax/-/better-react-mathjax-2.3.0.tgz", 2177 - "integrity": "sha512-K0ceQC+jQmB+NLDogO5HCpqmYf18AU2FxDbLdduYgkHYWZApFggkHE4dIaXCV1NqeoscESYXXo1GSkY6fA295w==", 2178 - "license": "MIT", 2179 - "dependencies": { 2180 - "mathjax-full": "^3.2.2" 2181 - }, 2182 - "peerDependencies": { 2183 - "react": ">=16.8" 2184 - } 2185 - }, 2186 - "node_modules/braces": { 2187 - "version": "3.0.3", 2188 - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 2189 - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 2190 - "license": "MIT", 2191 - "dependencies": { 2192 - "fill-range": "^7.1.1" 2193 - }, 2194 - "engines": { 2195 - "node": ">=8" 2196 - } 2197 - }, 2198 - "node_modules/caniuse-lite": { 2199 - "version": "1.0.30001727", 2200 - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz", 2201 - "integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==", 2202 - "funding": [ 2203 - { 2204 - "type": "opencollective", 2205 - "url": "https://opencollective.com/browserslist" 2206 - }, 2207 - { 2208 - "type": "tidelift", 2209 - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 2210 - }, 2211 - { 2212 - "type": "github", 2213 - "url": "https://github.com/sponsors/ai" 2214 - } 2215 - ], 2216 - "license": "CC-BY-4.0" 2217 - }, 2218 - "node_modules/ccount": { 2219 - "version": "2.0.1", 2220 - "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 2221 - "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 2222 - "license": "MIT", 2223 - "funding": { 2224 - "type": "github", 2225 - "url": "https://github.com/sponsors/wooorm" 2226 - } 2227 - }, 2228 - "node_modules/chalk": { 2229 - "version": "5.4.1", 2230 - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", 2231 - "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", 2232 - "license": "MIT", 2233 - "engines": { 2234 - "node": "^12.17.0 || ^14.13 || >=16.0.0" 2235 - }, 2236 - "funding": { 2237 - "url": "https://github.com/chalk/chalk?sponsor=1" 2238 - } 2239 - }, 2240 - "node_modules/character-entities": { 2241 - "version": "2.0.2", 2242 - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 2243 - "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 2244 - "license": "MIT", 2245 - "funding": { 2246 - "type": "github", 2247 - "url": "https://github.com/sponsors/wooorm" 2248 - } 2249 - }, 2250 - "node_modules/character-entities-html4": { 2251 - "version": "2.1.0", 2252 - "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 2253 - "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 2254 - "license": "MIT", 2255 - "funding": { 2256 - "type": "github", 2257 - "url": "https://github.com/sponsors/wooorm" 2258 - } 2259 - }, 2260 - "node_modules/character-entities-legacy": { 2261 - "version": "3.0.0", 2262 - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 2263 - "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 2264 - "license": "MIT", 2265 - "funding": { 2266 - "type": "github", 2267 - "url": "https://github.com/sponsors/wooorm" 2268 - } 2269 - }, 2270 - "node_modules/character-reference-invalid": { 2271 - "version": "2.0.1", 2272 - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", 2273 - "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", 2274 - "license": "MIT", 2275 - "funding": { 2276 - "type": "github", 2277 - "url": "https://github.com/sponsors/wooorm" 2278 - } 2279 - }, 2280 - "node_modules/chevrotain": { 2281 - "version": "11.0.3", 2282 - "resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-11.0.3.tgz", 2283 - "integrity": "sha512-ci2iJH6LeIkvP9eJW6gpueU8cnZhv85ELY8w8WiFtNjMHA5ad6pQLaJo9mEly/9qUyCpvqX8/POVUTf18/HFdw==", 2284 - "license": "Apache-2.0", 2285 - "dependencies": { 2286 - "@chevrotain/cst-dts-gen": "11.0.3", 2287 - "@chevrotain/gast": "11.0.3", 2288 - "@chevrotain/regexp-to-ast": "11.0.3", 2289 - "@chevrotain/types": "11.0.3", 2290 - "@chevrotain/utils": "11.0.3", 2291 - "lodash-es": "4.17.21" 2292 - } 2293 - }, 2294 - "node_modules/chevrotain-allstar": { 2295 - "version": "0.3.1", 2296 - "resolved": "https://registry.npmjs.org/chevrotain-allstar/-/chevrotain-allstar-0.3.1.tgz", 2297 - "integrity": "sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==", 2298 - "license": "MIT", 2299 - "dependencies": { 2300 - "lodash-es": "^4.17.21" 2301 - }, 2302 - "peerDependencies": { 2303 - "chevrotain": "^11.0.0" 2304 - } 2305 - }, 2306 - "node_modules/chownr": { 2307 - "version": "3.0.0", 2308 - "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", 2309 - "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", 2310 - "license": "BlueOak-1.0.0", 2311 - "engines": { 2312 - "node": ">=18" 2313 - } 2314 - }, 2315 - "node_modules/client-only": { 2316 - "version": "0.0.1", 2317 - "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", 2318 - "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", 2319 - "license": "MIT" 2320 - }, 2321 - "node_modules/clipboardy": { 2322 - "version": "4.0.0", 2323 - "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-4.0.0.tgz", 2324 - "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==", 2325 - "license": "MIT", 2326 - "dependencies": { 2327 - "execa": "^8.0.1", 2328 - "is-wsl": "^3.1.0", 2329 - "is64bit": "^2.0.0" 2330 - }, 2331 - "engines": { 2332 - "node": ">=18" 2333 - }, 2334 - "funding": { 2335 - "url": "https://github.com/sponsors/sindresorhus" 2336 - } 2337 - }, 2338 - "node_modules/clsx": { 2339 - "version": "2.1.1", 2340 - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 2341 - "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 2342 - "license": "MIT", 2343 - "engines": { 2344 - "node": ">=6" 2345 - } 2346 - }, 2347 - "node_modules/collapse-white-space": { 2348 - "version": "2.1.0", 2349 - "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", 2350 - "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", 2351 - "license": "MIT", 2352 - "funding": { 2353 - "type": "github", 2354 - "url": "https://github.com/sponsors/wooorm" 2355 - } 2356 - }, 2357 - "node_modules/color": { 2358 - "version": "4.2.3", 2359 - "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", 2360 - "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", 2361 - "license": "MIT", 2362 - "optional": true, 2363 - "dependencies": { 2364 - "color-convert": "^2.0.1", 2365 - "color-string": "^1.9.0" 2366 - }, 2367 - "engines": { 2368 - "node": ">=12.5.0" 2369 - } 2370 - }, 2371 - "node_modules/color-convert": { 2372 - "version": "2.0.1", 2373 - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2374 - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2375 - "license": "MIT", 2376 - "optional": true, 2377 - "dependencies": { 2378 - "color-name": "~1.1.4" 2379 - }, 2380 - "engines": { 2381 - "node": ">=7.0.0" 2382 - } 2383 - }, 2384 - "node_modules/color-name": { 2385 - "version": "1.1.4", 2386 - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2387 - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 2388 - "license": "MIT", 2389 - "optional": true 2390 - }, 2391 - "node_modules/color-string": { 2392 - "version": "1.9.1", 2393 - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", 2394 - "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", 2395 - "license": "MIT", 2396 - "optional": true, 2397 - "dependencies": { 2398 - "color-name": "^1.0.0", 2399 - "simple-swizzle": "^0.2.2" 2400 - } 2401 - }, 2402 - "node_modules/comma-separated-tokens": { 2403 - "version": "2.0.3", 2404 - "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 2405 - "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 2406 - "license": "MIT", 2407 - "funding": { 2408 - "type": "github", 2409 - "url": "https://github.com/sponsors/wooorm" 2410 - } 2411 - }, 2412 - "node_modules/commander": { 2413 - "version": "8.3.0", 2414 - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", 2415 - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", 2416 - "license": "MIT", 2417 - "engines": { 2418 - "node": ">= 12" 2419 - } 2420 - }, 2421 - "node_modules/compute-scroll-into-view": { 2422 - "version": "3.1.1", 2423 - "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz", 2424 - "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==", 2425 - "license": "MIT" 2426 - }, 2427 - "node_modules/confbox": { 2428 - "version": "0.2.2", 2429 - "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz", 2430 - "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==", 2431 - "license": "MIT" 2432 - }, 2433 - "node_modules/cose-base": { 2434 - "version": "1.0.3", 2435 - "resolved": "https://registry.npmjs.org/cose-base/-/cose-base-1.0.3.tgz", 2436 - "integrity": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==", 2437 - "license": "MIT", 2438 - "dependencies": { 2439 - "layout-base": "^1.0.0" 2440 - } 2441 - }, 2442 - "node_modules/cross-spawn": { 2443 - "version": "7.0.6", 2444 - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", 2445 - "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", 2446 - "license": "MIT", 2447 - "dependencies": { 2448 - "path-key": "^3.1.0", 2449 - "shebang-command": "^2.0.0", 2450 - "which": "^2.0.1" 2451 - }, 2452 - "engines": { 2453 - "node": ">= 8" 2454 - } 2455 - }, 2456 - "node_modules/csstype": { 2457 - "version": "3.1.3", 2458 - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", 2459 - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", 2460 - "devOptional": true, 2461 - "license": "MIT" 2462 - }, 2463 - "node_modules/cytoscape": { 2464 - "version": "3.32.1", 2465 - "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.32.1.tgz", 2466 - "integrity": "sha512-dbeqFTLYEwlFg7UGtcZhCCG/2WayX72zK3Sq323CEX29CY81tYfVhw1MIdduCtpstB0cTOhJswWlM/OEB3Xp+Q==", 2467 - "license": "MIT", 2468 - "engines": { 2469 - "node": ">=0.10" 2470 - } 2471 - }, 2472 - "node_modules/cytoscape-cose-bilkent": { 2473 - "version": "4.1.0", 2474 - "resolved": "https://registry.npmjs.org/cytoscape-cose-bilkent/-/cytoscape-cose-bilkent-4.1.0.tgz", 2475 - "integrity": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==", 2476 - "license": "MIT", 2477 - "dependencies": { 2478 - "cose-base": "^1.0.0" 2479 - }, 2480 - "peerDependencies": { 2481 - "cytoscape": "^3.2.0" 2482 - } 2483 - }, 2484 - "node_modules/cytoscape-fcose": { 2485 - "version": "2.2.0", 2486 - "resolved": "https://registry.npmjs.org/cytoscape-fcose/-/cytoscape-fcose-2.2.0.tgz", 2487 - "integrity": "sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==", 2488 - "license": "MIT", 2489 - "dependencies": { 2490 - "cose-base": "^2.2.0" 2491 - }, 2492 - "peerDependencies": { 2493 - "cytoscape": "^3.2.0" 2494 - } 2495 - }, 2496 - "node_modules/cytoscape-fcose/node_modules/cose-base": { 2497 - "version": "2.2.0", 2498 - "resolved": "https://registry.npmjs.org/cose-base/-/cose-base-2.2.0.tgz", 2499 - "integrity": "sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==", 2500 - "license": "MIT", 2501 - "dependencies": { 2502 - "layout-base": "^2.0.0" 2503 - } 2504 - }, 2505 - "node_modules/cytoscape-fcose/node_modules/layout-base": { 2506 - "version": "2.0.1", 2507 - "resolved": "https://registry.npmjs.org/layout-base/-/layout-base-2.0.1.tgz", 2508 - "integrity": "sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==", 2509 - "license": "MIT" 2510 - }, 2511 - "node_modules/d3": { 2512 - "version": "7.9.0", 2513 - "resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz", 2514 - "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", 2515 - "license": "ISC", 2516 - "dependencies": { 2517 - "d3-array": "3", 2518 - "d3-axis": "3", 2519 - "d3-brush": "3", 2520 - "d3-chord": "3", 2521 - "d3-color": "3", 2522 - "d3-contour": "4", 2523 - "d3-delaunay": "6", 2524 - "d3-dispatch": "3", 2525 - "d3-drag": "3", 2526 - "d3-dsv": "3", 2527 - "d3-ease": "3", 2528 - "d3-fetch": "3", 2529 - "d3-force": "3", 2530 - "d3-format": "3", 2531 - "d3-geo": "3", 2532 - "d3-hierarchy": "3", 2533 - "d3-interpolate": "3", 2534 - "d3-path": "3", 2535 - "d3-polygon": "3", 2536 - "d3-quadtree": "3", 2537 - "d3-random": "3", 2538 - "d3-scale": "4", 2539 - "d3-scale-chromatic": "3", 2540 - "d3-selection": "3", 2541 - "d3-shape": "3", 2542 - "d3-time": "3", 2543 - "d3-time-format": "4", 2544 - "d3-timer": "3", 2545 - "d3-transition": "3", 2546 - "d3-zoom": "3" 2547 - }, 2548 - "engines": { 2549 - "node": ">=12" 2550 - } 2551 - }, 2552 - "node_modules/d3-array": { 2553 - "version": "3.2.4", 2554 - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", 2555 - "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", 2556 - "license": "ISC", 2557 - "dependencies": { 2558 - "internmap": "1 - 2" 2559 - }, 2560 - "engines": { 2561 - "node": ">=12" 2562 - } 2563 - }, 2564 - "node_modules/d3-axis": { 2565 - "version": "3.0.0", 2566 - "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", 2567 - "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", 2568 - "license": "ISC", 2569 - "engines": { 2570 - "node": ">=12" 2571 - } 2572 - }, 2573 - "node_modules/d3-brush": { 2574 - "version": "3.0.0", 2575 - "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", 2576 - "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", 2577 - "license": "ISC", 2578 - "dependencies": { 2579 - "d3-dispatch": "1 - 3", 2580 - "d3-drag": "2 - 3", 2581 - "d3-interpolate": "1 - 3", 2582 - "d3-selection": "3", 2583 - "d3-transition": "3" 2584 - }, 2585 - "engines": { 2586 - "node": ">=12" 2587 - } 2588 - }, 2589 - "node_modules/d3-chord": { 2590 - "version": "3.0.1", 2591 - "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", 2592 - "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", 2593 - "license": "ISC", 2594 - "dependencies": { 2595 - "d3-path": "1 - 3" 2596 - }, 2597 - "engines": { 2598 - "node": ">=12" 2599 - } 2600 - }, 2601 - "node_modules/d3-color": { 2602 - "version": "3.1.0", 2603 - "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", 2604 - "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", 2605 - "license": "ISC", 2606 - "engines": { 2607 - "node": ">=12" 2608 - } 2609 - }, 2610 - "node_modules/d3-contour": { 2611 - "version": "4.0.2", 2612 - "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz", 2613 - "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==", 2614 - "license": "ISC", 2615 - "dependencies": { 2616 - "d3-array": "^3.2.0" 2617 - }, 2618 - "engines": { 2619 - "node": ">=12" 2620 - } 2621 - }, 2622 - "node_modules/d3-delaunay": { 2623 - "version": "6.0.4", 2624 - "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", 2625 - "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", 2626 - "license": "ISC", 2627 - "dependencies": { 2628 - "delaunator": "5" 2629 - }, 2630 - "engines": { 2631 - "node": ">=12" 2632 - } 2633 - }, 2634 - "node_modules/d3-dispatch": { 2635 - "version": "3.0.1", 2636 - "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", 2637 - "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", 2638 - "license": "ISC", 2639 - "engines": { 2640 - "node": ">=12" 2641 - } 2642 - }, 2643 - "node_modules/d3-drag": { 2644 - "version": "3.0.0", 2645 - "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", 2646 - "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", 2647 - "license": "ISC", 2648 - "dependencies": { 2649 - "d3-dispatch": "1 - 3", 2650 - "d3-selection": "3" 2651 - }, 2652 - "engines": { 2653 - "node": ">=12" 2654 - } 2655 - }, 2656 - "node_modules/d3-dsv": { 2657 - "version": "3.0.1", 2658 - "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", 2659 - "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", 2660 - "license": "ISC", 2661 - "dependencies": { 2662 - "commander": "7", 2663 - "iconv-lite": "0.6", 2664 - "rw": "1" 2665 - }, 2666 - "bin": { 2667 - "csv2json": "bin/dsv2json.js", 2668 - "csv2tsv": "bin/dsv2dsv.js", 2669 - "dsv2dsv": "bin/dsv2dsv.js", 2670 - "dsv2json": "bin/dsv2json.js", 2671 - "json2csv": "bin/json2dsv.js", 2672 - "json2dsv": "bin/json2dsv.js", 2673 - "json2tsv": "bin/json2dsv.js", 2674 - "tsv2csv": "bin/dsv2dsv.js", 2675 - "tsv2json": "bin/dsv2json.js" 2676 - }, 2677 - "engines": { 2678 - "node": ">=12" 2679 - } 2680 - }, 2681 - "node_modules/d3-dsv/node_modules/commander": { 2682 - "version": "7.2.0", 2683 - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 2684 - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", 2685 - "license": "MIT", 2686 - "engines": { 2687 - "node": ">= 10" 2688 - } 2689 - }, 2690 - "node_modules/d3-ease": { 2691 - "version": "3.0.1", 2692 - "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", 2693 - "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", 2694 - "license": "BSD-3-Clause", 2695 - "engines": { 2696 - "node": ">=12" 2697 - } 2698 - }, 2699 - "node_modules/d3-fetch": { 2700 - "version": "3.0.1", 2701 - "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", 2702 - "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", 2703 - "license": "ISC", 2704 - "dependencies": { 2705 - "d3-dsv": "1 - 3" 2706 - }, 2707 - "engines": { 2708 - "node": ">=12" 2709 - } 2710 - }, 2711 - "node_modules/d3-force": { 2712 - "version": "3.0.0", 2713 - "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", 2714 - "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", 2715 - "license": "ISC", 2716 - "dependencies": { 2717 - "d3-dispatch": "1 - 3", 2718 - "d3-quadtree": "1 - 3", 2719 - "d3-timer": "1 - 3" 2720 - }, 2721 - "engines": { 2722 - "node": ">=12" 2723 - } 2724 - }, 2725 - "node_modules/d3-format": { 2726 - "version": "3.1.0", 2727 - "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", 2728 - "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", 2729 - "license": "ISC", 2730 - "engines": { 2731 - "node": ">=12" 2732 - } 2733 - }, 2734 - "node_modules/d3-geo": { 2735 - "version": "3.1.1", 2736 - "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz", 2737 - "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==", 2738 - "license": "ISC", 2739 - "dependencies": { 2740 - "d3-array": "2.5.0 - 3" 2741 - }, 2742 - "engines": { 2743 - "node": ">=12" 2744 - } 2745 - }, 2746 - "node_modules/d3-hierarchy": { 2747 - "version": "3.1.2", 2748 - "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", 2749 - "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", 2750 - "license": "ISC", 2751 - "engines": { 2752 - "node": ">=12" 2753 - } 2754 - }, 2755 - "node_modules/d3-interpolate": { 2756 - "version": "3.0.1", 2757 - "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", 2758 - "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", 2759 - "license": "ISC", 2760 - "dependencies": { 2761 - "d3-color": "1 - 3" 2762 - }, 2763 - "engines": { 2764 - "node": ">=12" 2765 - } 2766 - }, 2767 - "node_modules/d3-path": { 2768 - "version": "3.1.0", 2769 - "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", 2770 - "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", 2771 - "license": "ISC", 2772 - "engines": { 2773 - "node": ">=12" 2774 - } 2775 - }, 2776 - "node_modules/d3-polygon": { 2777 - "version": "3.0.1", 2778 - "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", 2779 - "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", 2780 - "license": "ISC", 2781 - "engines": { 2782 - "node": ">=12" 2783 - } 2784 - }, 2785 - "node_modules/d3-quadtree": { 2786 - "version": "3.0.1", 2787 - "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", 2788 - "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", 2789 - "license": "ISC", 2790 - "engines": { 2791 - "node": ">=12" 2792 - } 2793 - }, 2794 - "node_modules/d3-random": { 2795 - "version": "3.0.1", 2796 - "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", 2797 - "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", 2798 - "license": "ISC", 2799 - "engines": { 2800 - "node": ">=12" 2801 - } 2802 - }, 2803 - "node_modules/d3-sankey": { 2804 - "version": "0.12.3", 2805 - "resolved": "https://registry.npmjs.org/d3-sankey/-/d3-sankey-0.12.3.tgz", 2806 - "integrity": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==", 2807 - "license": "BSD-3-Clause", 2808 - "dependencies": { 2809 - "d3-array": "1 - 2", 2810 - "d3-shape": "^1.2.0" 2811 - } 2812 - }, 2813 - "node_modules/d3-sankey/node_modules/d3-array": { 2814 - "version": "2.12.1", 2815 - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz", 2816 - "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", 2817 - "license": "BSD-3-Clause", 2818 - "dependencies": { 2819 - "internmap": "^1.0.0" 2820 - } 2821 - }, 2822 - "node_modules/d3-sankey/node_modules/d3-path": { 2823 - "version": "1.0.9", 2824 - "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", 2825 - "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==", 2826 - "license": "BSD-3-Clause" 2827 - }, 2828 - "node_modules/d3-sankey/node_modules/d3-shape": { 2829 - "version": "1.3.7", 2830 - "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", 2831 - "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", 2832 - "license": "BSD-3-Clause", 2833 - "dependencies": { 2834 - "d3-path": "1" 2835 - } 2836 - }, 2837 - "node_modules/d3-sankey/node_modules/internmap": { 2838 - "version": "1.0.1", 2839 - "resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz", 2840 - "integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==", 2841 - "license": "ISC" 2842 - }, 2843 - "node_modules/d3-scale": { 2844 - "version": "4.0.2", 2845 - "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", 2846 - "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", 2847 - "license": "ISC", 2848 - "dependencies": { 2849 - "d3-array": "2.10.0 - 3", 2850 - "d3-format": "1 - 3", 2851 - "d3-interpolate": "1.2.0 - 3", 2852 - "d3-time": "2.1.1 - 3", 2853 - "d3-time-format": "2 - 4" 2854 - }, 2855 - "engines": { 2856 - "node": ">=12" 2857 - } 2858 - }, 2859 - "node_modules/d3-scale-chromatic": { 2860 - "version": "3.1.0", 2861 - "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", 2862 - "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==", 2863 - "license": "ISC", 2864 - "dependencies": { 2865 - "d3-color": "1 - 3", 2866 - "d3-interpolate": "1 - 3" 2867 - }, 2868 - "engines": { 2869 - "node": ">=12" 2870 - } 2871 - }, 2872 - "node_modules/d3-selection": { 2873 - "version": "3.0.0", 2874 - "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", 2875 - "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", 2876 - "license": "ISC", 2877 - "engines": { 2878 - "node": ">=12" 2879 - } 2880 - }, 2881 - "node_modules/d3-shape": { 2882 - "version": "3.2.0", 2883 - "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", 2884 - "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", 2885 - "license": "ISC", 2886 - "dependencies": { 2887 - "d3-path": "^3.1.0" 2888 - }, 2889 - "engines": { 2890 - "node": ">=12" 2891 - } 2892 - }, 2893 - "node_modules/d3-time": { 2894 - "version": "3.1.0", 2895 - "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", 2896 - "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", 2897 - "license": "ISC", 2898 - "dependencies": { 2899 - "d3-array": "2 - 3" 2900 - }, 2901 - "engines": { 2902 - "node": ">=12" 2903 - } 2904 - }, 2905 - "node_modules/d3-time-format": { 2906 - "version": "4.1.0", 2907 - "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", 2908 - "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", 2909 - "license": "ISC", 2910 - "dependencies": { 2911 - "d3-time": "1 - 3" 2912 - }, 2913 - "engines": { 2914 - "node": ">=12" 2915 - } 2916 - }, 2917 - "node_modules/d3-timer": { 2918 - "version": "3.0.1", 2919 - "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", 2920 - "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", 2921 - "license": "ISC", 2922 - "engines": { 2923 - "node": ">=12" 2924 - } 2925 - }, 2926 - "node_modules/d3-transition": { 2927 - "version": "3.0.1", 2928 - "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", 2929 - "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", 2930 - "license": "ISC", 2931 - "dependencies": { 2932 - "d3-color": "1 - 3", 2933 - "d3-dispatch": "1 - 3", 2934 - "d3-ease": "1 - 3", 2935 - "d3-interpolate": "1 - 3", 2936 - "d3-timer": "1 - 3" 2937 - }, 2938 - "engines": { 2939 - "node": ">=12" 2940 - }, 2941 - "peerDependencies": { 2942 - "d3-selection": "2 - 3" 2943 - } 2944 - }, 2945 - "node_modules/d3-zoom": { 2946 - "version": "3.0.0", 2947 - "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", 2948 - "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", 2949 - "license": "ISC", 2950 - "dependencies": { 2951 - "d3-dispatch": "1 - 3", 2952 - "d3-drag": "2 - 3", 2953 - "d3-interpolate": "1 - 3", 2954 - "d3-selection": "2 - 3", 2955 - "d3-transition": "2 - 3" 2956 - }, 2957 - "engines": { 2958 - "node": ">=12" 2959 - } 2960 - }, 2961 - "node_modules/dagre-d3-es": { 2962 - "version": "7.0.11", 2963 - "resolved": "https://registry.npmjs.org/dagre-d3-es/-/dagre-d3-es-7.0.11.tgz", 2964 - "integrity": "sha512-tvlJLyQf834SylNKax8Wkzco/1ias1OPw8DcUMDE7oUIoSEW25riQVuiu/0OWEFqT0cxHT3Pa9/D82Jr47IONw==", 2965 - "license": "MIT", 2966 - "dependencies": { 2967 - "d3": "^7.9.0", 2968 - "lodash-es": "^4.17.21" 2969 - } 2970 - }, 2971 - "node_modules/dayjs": { 2972 - "version": "1.11.13", 2973 - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", 2974 - "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", 2975 - "license": "MIT" 2976 - }, 2977 - "node_modules/debug": { 2978 - "version": "4.4.1", 2979 - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", 2980 - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", 2981 - "license": "MIT", 2982 - "dependencies": { 2983 - "ms": "^2.1.3" 2984 - }, 2985 - "engines": { 2986 - "node": ">=6.0" 2987 - }, 2988 - "peerDependenciesMeta": { 2989 - "supports-color": { 2990 - "optional": true 2991 - } 2992 - } 2993 - }, 2994 - "node_modules/decode-named-character-reference": { 2995 - "version": "1.2.0", 2996 - "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz", 2997 - "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==", 2998 - "license": "MIT", 2999 - "dependencies": { 3000 - "character-entities": "^2.0.0" 3001 - }, 3002 - "funding": { 3003 - "type": "github", 3004 - "url": "https://github.com/sponsors/wooorm" 3005 - } 3006 - }, 3007 - "node_modules/delaunator": { 3008 - "version": "5.0.1", 3009 - "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz", 3010 - "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==", 3011 - "license": "ISC", 3012 - "dependencies": { 3013 - "robust-predicates": "^3.0.2" 3014 - } 3015 - }, 3016 - "node_modules/dequal": { 3017 - "version": "2.0.3", 3018 - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 3019 - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 3020 - "license": "MIT", 3021 - "engines": { 3022 - "node": ">=6" 3023 - } 3024 - }, 3025 - "node_modules/detect-libc": { 3026 - "version": "2.0.4", 3027 - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", 3028 - "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", 3029 - "license": "Apache-2.0", 3030 - "engines": { 3031 - "node": ">=8" 3032 - } 3033 - }, 3034 - "node_modules/devlop": { 3035 - "version": "1.1.0", 3036 - "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 3037 - "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 3038 - "license": "MIT", 3039 - "dependencies": { 3040 - "dequal": "^2.0.0" 3041 - }, 3042 - "funding": { 3043 - "type": "github", 3044 - "url": "https://github.com/sponsors/wooorm" 3045 - } 3046 - }, 3047 - "node_modules/dompurify": { 3048 - "version": "3.2.6", 3049 - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz", 3050 - "integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==", 3051 - "license": "(MPL-2.0 OR Apache-2.0)", 3052 - "optionalDependencies": { 3053 - "@types/trusted-types": "^2.0.7" 3054 - } 3055 - }, 3056 - "node_modules/emoji-regex-xs": { 3057 - "version": "1.0.0", 3058 - "resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz", 3059 - "integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==", 3060 - "license": "MIT" 3061 - }, 3062 - "node_modules/enhanced-resolve": { 3063 - "version": "5.18.2", 3064 - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.2.tgz", 3065 - "integrity": "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==", 3066 - "license": "MIT", 3067 - "dependencies": { 3068 - "graceful-fs": "^4.2.4", 3069 - "tapable": "^2.2.0" 3070 - }, 3071 - "engines": { 3072 - "node": ">=10.13.0" 3073 - } 3074 - }, 3075 - "node_modules/entities": { 3076 - "version": "6.0.1", 3077 - "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", 3078 - "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", 3079 - "license": "BSD-2-Clause", 3080 - "engines": { 3081 - "node": ">=0.12" 3082 - }, 3083 - "funding": { 3084 - "url": "https://github.com/fb55/entities?sponsor=1" 3085 - } 3086 - }, 3087 - "node_modules/esast-util-from-estree": { 3088 - "version": "2.0.0", 3089 - "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz", 3090 - "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==", 3091 - "license": "MIT", 3092 - "dependencies": { 3093 - "@types/estree-jsx": "^1.0.0", 3094 - "devlop": "^1.0.0", 3095 - "estree-util-visit": "^2.0.0", 3096 - "unist-util-position-from-estree": "^2.0.0" 3097 - }, 3098 - "funding": { 3099 - "type": "opencollective", 3100 - "url": "https://opencollective.com/unified" 3101 - } 3102 - }, 3103 - "node_modules/esast-util-from-js": { 3104 - "version": "2.0.1", 3105 - "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz", 3106 - "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==", 3107 - "license": "MIT", 3108 - "dependencies": { 3109 - "@types/estree-jsx": "^1.0.0", 3110 - "acorn": "^8.0.0", 3111 - "esast-util-from-estree": "^2.0.0", 3112 - "vfile-message": "^4.0.0" 3113 - }, 3114 - "funding": { 3115 - "type": "opencollective", 3116 - "url": "https://opencollective.com/unified" 3117 - } 3118 - }, 3119 - "node_modules/escape-string-regexp": { 3120 - "version": "5.0.0", 3121 - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 3122 - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 3123 - "license": "MIT", 3124 - "engines": { 3125 - "node": ">=12" 3126 - }, 3127 - "funding": { 3128 - "url": "https://github.com/sponsors/sindresorhus" 3129 - } 3130 - }, 3131 - "node_modules/esm": { 3132 - "version": "3.2.25", 3133 - "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz", 3134 - "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==", 3135 - "license": "MIT", 3136 - "engines": { 3137 - "node": ">=6" 3138 - } 3139 - }, 3140 - "node_modules/estree-util-attach-comments": { 3141 - "version": "3.0.0", 3142 - "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", 3143 - "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", 3144 - "license": "MIT", 3145 - "dependencies": { 3146 - "@types/estree": "^1.0.0" 3147 - }, 3148 - "funding": { 3149 - "type": "opencollective", 3150 - "url": "https://opencollective.com/unified" 3151 - } 3152 - }, 3153 - "node_modules/estree-util-build-jsx": { 3154 - "version": "3.0.1", 3155 - "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", 3156 - "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", 3157 - "license": "MIT", 3158 - "dependencies": { 3159 - "@types/estree-jsx": "^1.0.0", 3160 - "devlop": "^1.0.0", 3161 - "estree-util-is-identifier-name": "^3.0.0", 3162 - "estree-walker": "^3.0.0" 3163 - }, 3164 - "funding": { 3165 - "type": "opencollective", 3166 - "url": "https://opencollective.com/unified" 3167 - } 3168 - }, 3169 - "node_modules/estree-util-is-identifier-name": { 3170 - "version": "3.0.0", 3171 - "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", 3172 - "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", 3173 - "license": "MIT", 3174 - "funding": { 3175 - "type": "opencollective", 3176 - "url": "https://opencollective.com/unified" 3177 - } 3178 - }, 3179 - "node_modules/estree-util-scope": { 3180 - "version": "1.0.0", 3181 - "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz", 3182 - "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==", 3183 - "license": "MIT", 3184 - "dependencies": { 3185 - "@types/estree": "^1.0.0", 3186 - "devlop": "^1.0.0" 3187 - }, 3188 - "funding": { 3189 - "type": "opencollective", 3190 - "url": "https://opencollective.com/unified" 3191 - } 3192 - }, 3193 - "node_modules/estree-util-to-js": { 3194 - "version": "2.0.0", 3195 - "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", 3196 - "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", 3197 - "license": "MIT", 3198 - "dependencies": { 3199 - "@types/estree-jsx": "^1.0.0", 3200 - "astring": "^1.8.0", 3201 - "source-map": "^0.7.0" 3202 - }, 3203 - "funding": { 3204 - "type": "opencollective", 3205 - "url": "https://opencollective.com/unified" 3206 - } 3207 - }, 3208 - "node_modules/estree-util-value-to-estree": { 3209 - "version": "3.4.0", 3210 - "resolved": "https://registry.npmjs.org/estree-util-value-to-estree/-/estree-util-value-to-estree-3.4.0.tgz", 3211 - "integrity": "sha512-Zlp+gxis+gCfK12d3Srl2PdX2ybsEA8ZYy6vQGVQTNNYLEGRQQ56XB64bjemN8kxIKXP1nC9ip4Z+ILy9LGzvQ==", 3212 - "license": "MIT", 3213 - "dependencies": { 3214 - "@types/estree": "^1.0.0" 3215 - }, 3216 - "funding": { 3217 - "url": "https://github.com/sponsors/remcohaszing" 3218 - } 3219 - }, 3220 - "node_modules/estree-util-visit": { 3221 - "version": "2.0.0", 3222 - "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", 3223 - "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", 3224 - "license": "MIT", 3225 - "dependencies": { 3226 - "@types/estree-jsx": "^1.0.0", 3227 - "@types/unist": "^3.0.0" 3228 - }, 3229 - "funding": { 3230 - "type": "opencollective", 3231 - "url": "https://opencollective.com/unified" 3232 - } 3233 - }, 3234 - "node_modules/estree-walker": { 3235 - "version": "3.0.3", 3236 - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 3237 - "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 3238 - "license": "MIT", 3239 - "dependencies": { 3240 - "@types/estree": "^1.0.0" 3241 - } 3242 - }, 3243 - "node_modules/execa": { 3244 - "version": "8.0.1", 3245 - "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", 3246 - "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", 3247 - "license": "MIT", 3248 - "dependencies": { 3249 - "cross-spawn": "^7.0.3", 3250 - "get-stream": "^8.0.1", 3251 - "human-signals": "^5.0.0", 3252 - "is-stream": "^3.0.0", 3253 - "merge-stream": "^2.0.0", 3254 - "npm-run-path": "^5.1.0", 3255 - "onetime": "^6.0.0", 3256 - "signal-exit": "^4.1.0", 3257 - "strip-final-newline": "^3.0.0" 3258 - }, 3259 - "engines": { 3260 - "node": ">=16.17" 3261 - }, 3262 - "funding": { 3263 - "url": "https://github.com/sindresorhus/execa?sponsor=1" 3264 - } 3265 - }, 3266 - "node_modules/exsolve": { 3267 - "version": "1.0.7", 3268 - "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz", 3269 - "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==", 3270 - "license": "MIT" 3271 - }, 3272 - "node_modules/extend": { 3273 - "version": "3.0.2", 3274 - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 3275 - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 3276 - "license": "MIT" 3277 - }, 3278 - "node_modules/fast-glob": { 3279 - "version": "3.3.3", 3280 - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", 3281 - "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", 3282 - "license": "MIT", 3283 - "dependencies": { 3284 - "@nodelib/fs.stat": "^2.0.2", 3285 - "@nodelib/fs.walk": "^1.2.3", 3286 - "glob-parent": "^5.1.2", 3287 - "merge2": "^1.3.0", 3288 - "micromatch": "^4.0.8" 3289 - }, 3290 - "engines": { 3291 - "node": ">=8.6.0" 3292 - } 3293 - }, 3294 - "node_modules/fastq": { 3295 - "version": "1.19.1", 3296 - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", 3297 - "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", 3298 - "license": "ISC", 3299 - "dependencies": { 3300 - "reusify": "^1.0.4" 3301 - } 3302 - }, 3303 - "node_modules/fault": { 3304 - "version": "2.0.1", 3305 - "resolved": "https://registry.npmjs.org/fault/-/fault-2.0.1.tgz", 3306 - "integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==", 3307 - "license": "MIT", 3308 - "dependencies": { 3309 - "format": "^0.2.0" 3310 - }, 3311 - "funding": { 3312 - "type": "github", 3313 - "url": "https://github.com/sponsors/wooorm" 3314 - } 3315 - }, 3316 - "node_modules/fill-range": { 3317 - "version": "7.1.1", 3318 - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 3319 - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 3320 - "license": "MIT", 3321 - "dependencies": { 3322 - "to-regex-range": "^5.0.1" 3323 - }, 3324 - "engines": { 3325 - "node": ">=8" 3326 - } 3327 - }, 3328 - "node_modules/format": { 3329 - "version": "0.2.2", 3330 - "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", 3331 - "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", 3332 - "engines": { 3333 - "node": ">=0.4.x" 3334 - } 3335 - }, 3336 - "node_modules/get-stream": { 3337 - "version": "8.0.1", 3338 - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", 3339 - "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", 3340 - "license": "MIT", 3341 - "engines": { 3342 - "node": ">=16" 3343 - }, 3344 - "funding": { 3345 - "url": "https://github.com/sponsors/sindresorhus" 3346 - } 3347 - }, 3348 - "node_modules/github-slugger": { 3349 - "version": "2.0.0", 3350 - "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 3351 - "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", 3352 - "license": "ISC" 3353 - }, 3354 - "node_modules/glob-parent": { 3355 - "version": "5.1.2", 3356 - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 3357 - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 3358 - "license": "ISC", 3359 - "dependencies": { 3360 - "is-glob": "^4.0.1" 3361 - }, 3362 - "engines": { 3363 - "node": ">= 6" 3364 - } 3365 - }, 3366 - "node_modules/globals": { 3367 - "version": "15.15.0", 3368 - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", 3369 - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", 3370 - "license": "MIT", 3371 - "engines": { 3372 - "node": ">=18" 3373 - }, 3374 - "funding": { 3375 - "url": "https://github.com/sponsors/sindresorhus" 3376 - } 3377 - }, 3378 - "node_modules/graceful-fs": { 3379 - "version": "4.2.11", 3380 - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 3381 - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 3382 - "license": "ISC" 3383 - }, 3384 - "node_modules/hachure-fill": { 3385 - "version": "0.5.2", 3386 - "resolved": "https://registry.npmjs.org/hachure-fill/-/hachure-fill-0.5.2.tgz", 3387 - "integrity": "sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==", 3388 - "license": "MIT" 3389 - }, 3390 - "node_modules/hast-util-from-dom": { 3391 - "version": "5.0.1", 3392 - "resolved": "https://registry.npmjs.org/hast-util-from-dom/-/hast-util-from-dom-5.0.1.tgz", 3393 - "integrity": "sha512-N+LqofjR2zuzTjCPzyDUdSshy4Ma6li7p/c3pA78uTwzFgENbgbUrm2ugwsOdcjI1muO+o6Dgzp9p8WHtn/39Q==", 3394 - "license": "ISC", 3395 - "dependencies": { 3396 - "@types/hast": "^3.0.0", 3397 - "hastscript": "^9.0.0", 3398 - "web-namespaces": "^2.0.0" 3399 - }, 3400 - "funding": { 3401 - "type": "opencollective", 3402 - "url": "https://opencollective.com/unified" 3403 - } 3404 - }, 3405 - "node_modules/hast-util-from-html": { 3406 - "version": "2.0.3", 3407 - "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 3408 - "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 3409 - "license": "MIT", 3410 - "dependencies": { 3411 - "@types/hast": "^3.0.0", 3412 - "devlop": "^1.1.0", 3413 - "hast-util-from-parse5": "^8.0.0", 3414 - "parse5": "^7.0.0", 3415 - "vfile": "^6.0.0", 3416 - "vfile-message": "^4.0.0" 3417 - }, 3418 - "funding": { 3419 - "type": "opencollective", 3420 - "url": "https://opencollective.com/unified" 3421 - } 3422 - }, 3423 - "node_modules/hast-util-from-html-isomorphic": { 3424 - "version": "2.0.0", 3425 - "resolved": "https://registry.npmjs.org/hast-util-from-html-isomorphic/-/hast-util-from-html-isomorphic-2.0.0.tgz", 3426 - "integrity": "sha512-zJfpXq44yff2hmE0XmwEOzdWin5xwH+QIhMLOScpX91e/NSGPsAzNCvLQDIEPyO2TXi+lBmU6hjLIhV8MwP2kw==", 3427 - "license": "MIT", 3428 - "dependencies": { 3429 - "@types/hast": "^3.0.0", 3430 - "hast-util-from-dom": "^5.0.0", 3431 - "hast-util-from-html": "^2.0.0", 3432 - "unist-util-remove-position": "^5.0.0" 3433 - }, 3434 - "funding": { 3435 - "type": "opencollective", 3436 - "url": "https://opencollective.com/unified" 3437 - } 3438 - }, 3439 - "node_modules/hast-util-from-parse5": { 3440 - "version": "8.0.3", 3441 - "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz", 3442 - "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==", 3443 - "license": "MIT", 3444 - "dependencies": { 3445 - "@types/hast": "^3.0.0", 3446 - "@types/unist": "^3.0.0", 3447 - "devlop": "^1.0.0", 3448 - "hastscript": "^9.0.0", 3449 - "property-information": "^7.0.0", 3450 - "vfile": "^6.0.0", 3451 - "vfile-location": "^5.0.0", 3452 - "web-namespaces": "^2.0.0" 3453 - }, 3454 - "funding": { 3455 - "type": "opencollective", 3456 - "url": "https://opencollective.com/unified" 3457 - } 3458 - }, 3459 - "node_modules/hast-util-is-element": { 3460 - "version": "3.0.0", 3461 - "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 3462 - "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 3463 - "license": "MIT", 3464 - "dependencies": { 3465 - "@types/hast": "^3.0.0" 3466 - }, 3467 - "funding": { 3468 - "type": "opencollective", 3469 - "url": "https://opencollective.com/unified" 3470 - } 3471 - }, 3472 - "node_modules/hast-util-parse-selector": { 3473 - "version": "4.0.0", 3474 - "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 3475 - "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 3476 - "license": "MIT", 3477 - "dependencies": { 3478 - "@types/hast": "^3.0.0" 3479 - }, 3480 - "funding": { 3481 - "type": "opencollective", 3482 - "url": "https://opencollective.com/unified" 3483 - } 3484 - }, 3485 - "node_modules/hast-util-raw": { 3486 - "version": "9.1.0", 3487 - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", 3488 - "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", 3489 - "license": "MIT", 3490 - "dependencies": { 3491 - "@types/hast": "^3.0.0", 3492 - "@types/unist": "^3.0.0", 3493 - "@ungap/structured-clone": "^1.0.0", 3494 - "hast-util-from-parse5": "^8.0.0", 3495 - "hast-util-to-parse5": "^8.0.0", 3496 - "html-void-elements": "^3.0.0", 3497 - "mdast-util-to-hast": "^13.0.0", 3498 - "parse5": "^7.0.0", 3499 - "unist-util-position": "^5.0.0", 3500 - "unist-util-visit": "^5.0.0", 3501 - "vfile": "^6.0.0", 3502 - "web-namespaces": "^2.0.0", 3503 - "zwitch": "^2.0.0" 3504 - }, 3505 - "funding": { 3506 - "type": "opencollective", 3507 - "url": "https://opencollective.com/unified" 3508 - } 3509 - }, 3510 - "node_modules/hast-util-to-estree": { 3511 - "version": "3.1.3", 3512 - "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz", 3513 - "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==", 3514 - "license": "MIT", 3515 - "dependencies": { 3516 - "@types/estree": "^1.0.0", 3517 - "@types/estree-jsx": "^1.0.0", 3518 - "@types/hast": "^3.0.0", 3519 - "comma-separated-tokens": "^2.0.0", 3520 - "devlop": "^1.0.0", 3521 - "estree-util-attach-comments": "^3.0.0", 3522 - "estree-util-is-identifier-name": "^3.0.0", 3523 - "hast-util-whitespace": "^3.0.0", 3524 - "mdast-util-mdx-expression": "^2.0.0", 3525 - "mdast-util-mdx-jsx": "^3.0.0", 3526 - "mdast-util-mdxjs-esm": "^2.0.0", 3527 - "property-information": "^7.0.0", 3528 - "space-separated-tokens": "^2.0.0", 3529 - "style-to-js": "^1.0.0", 3530 - "unist-util-position": "^5.0.0", 3531 - "zwitch": "^2.0.0" 3532 - }, 3533 - "funding": { 3534 - "type": "opencollective", 3535 - "url": "https://opencollective.com/unified" 3536 - } 3537 - }, 3538 - "node_modules/hast-util-to-html": { 3539 - "version": "9.0.5", 3540 - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", 3541 - "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", 3542 - "license": "MIT", 3543 - "dependencies": { 3544 - "@types/hast": "^3.0.0", 3545 - "@types/unist": "^3.0.0", 3546 - "ccount": "^2.0.0", 3547 - "comma-separated-tokens": "^2.0.0", 3548 - "hast-util-whitespace": "^3.0.0", 3549 - "html-void-elements": "^3.0.0", 3550 - "mdast-util-to-hast": "^13.0.0", 3551 - "property-information": "^7.0.0", 3552 - "space-separated-tokens": "^2.0.0", 3553 - "stringify-entities": "^4.0.0", 3554 - "zwitch": "^2.0.4" 3555 - }, 3556 - "funding": { 3557 - "type": "opencollective", 3558 - "url": "https://opencollective.com/unified" 3559 - } 3560 - }, 3561 - "node_modules/hast-util-to-jsx-runtime": { 3562 - "version": "2.3.6", 3563 - "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", 3564 - "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", 3565 - "license": "MIT", 3566 - "dependencies": { 3567 - "@types/estree": "^1.0.0", 3568 - "@types/hast": "^3.0.0", 3569 - "@types/unist": "^3.0.0", 3570 - "comma-separated-tokens": "^2.0.0", 3571 - "devlop": "^1.0.0", 3572 - "estree-util-is-identifier-name": "^3.0.0", 3573 - "hast-util-whitespace": "^3.0.0", 3574 - "mdast-util-mdx-expression": "^2.0.0", 3575 - "mdast-util-mdx-jsx": "^3.0.0", 3576 - "mdast-util-mdxjs-esm": "^2.0.0", 3577 - "property-information": "^7.0.0", 3578 - "space-separated-tokens": "^2.0.0", 3579 - "style-to-js": "^1.0.0", 3580 - "unist-util-position": "^5.0.0", 3581 - "vfile-message": "^4.0.0" 3582 - }, 3583 - "funding": { 3584 - "type": "opencollective", 3585 - "url": "https://opencollective.com/unified" 3586 - } 3587 - }, 3588 - "node_modules/hast-util-to-parse5": { 3589 - "version": "8.0.0", 3590 - "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", 3591 - "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", 3592 - "license": "MIT", 3593 - "dependencies": { 3594 - "@types/hast": "^3.0.0", 3595 - "comma-separated-tokens": "^2.0.0", 3596 - "devlop": "^1.0.0", 3597 - "property-information": "^6.0.0", 3598 - "space-separated-tokens": "^2.0.0", 3599 - "web-namespaces": "^2.0.0", 3600 - "zwitch": "^2.0.0" 3601 - }, 3602 - "funding": { 3603 - "type": "opencollective", 3604 - "url": "https://opencollective.com/unified" 3605 - } 3606 - }, 3607 - "node_modules/hast-util-to-parse5/node_modules/property-information": { 3608 - "version": "6.5.0", 3609 - "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", 3610 - "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", 3611 - "license": "MIT", 3612 - "funding": { 3613 - "type": "github", 3614 - "url": "https://github.com/sponsors/wooorm" 3615 - } 3616 - }, 3617 - "node_modules/hast-util-to-string": { 3618 - "version": "3.0.1", 3619 - "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz", 3620 - "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==", 3621 - "license": "MIT", 3622 - "dependencies": { 3623 - "@types/hast": "^3.0.0" 3624 - }, 3625 - "funding": { 3626 - "type": "opencollective", 3627 - "url": "https://opencollective.com/unified" 3628 - } 3629 - }, 3630 - "node_modules/hast-util-to-text": { 3631 - "version": "4.0.2", 3632 - "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", 3633 - "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", 3634 - "license": "MIT", 3635 - "dependencies": { 3636 - "@types/hast": "^3.0.0", 3637 - "@types/unist": "^3.0.0", 3638 - "hast-util-is-element": "^3.0.0", 3639 - "unist-util-find-after": "^5.0.0" 3640 - }, 3641 - "funding": { 3642 - "type": "opencollective", 3643 - "url": "https://opencollective.com/unified" 3644 - } 3645 - }, 3646 - "node_modules/hast-util-whitespace": { 3647 - "version": "3.0.0", 3648 - "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 3649 - "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 3650 - "license": "MIT", 3651 - "dependencies": { 3652 - "@types/hast": "^3.0.0" 3653 - }, 3654 - "funding": { 3655 - "type": "opencollective", 3656 - "url": "https://opencollective.com/unified" 3657 - } 3658 - }, 3659 - "node_modules/hastscript": { 3660 - "version": "9.0.1", 3661 - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", 3662 - "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", 3663 - "license": "MIT", 3664 - "dependencies": { 3665 - "@types/hast": "^3.0.0", 3666 - "comma-separated-tokens": "^2.0.0", 3667 - "hast-util-parse-selector": "^4.0.0", 3668 - "property-information": "^7.0.0", 3669 - "space-separated-tokens": "^2.0.0" 3670 - }, 3671 - "funding": { 3672 - "type": "opencollective", 3673 - "url": "https://opencollective.com/unified" 3674 - } 3675 - }, 3676 - "node_modules/html-void-elements": { 3677 - "version": "3.0.0", 3678 - "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 3679 - "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 3680 - "license": "MIT", 3681 - "funding": { 3682 - "type": "github", 3683 - "url": "https://github.com/sponsors/wooorm" 3684 - } 3685 - }, 3686 - "node_modules/human-signals": { 3687 - "version": "5.0.0", 3688 - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", 3689 - "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", 3690 - "license": "Apache-2.0", 3691 - "engines": { 3692 - "node": ">=16.17.0" 3693 - } 3694 - }, 3695 - "node_modules/iconv-lite": { 3696 - "version": "0.6.3", 3697 - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 3698 - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 3699 - "license": "MIT", 3700 - "dependencies": { 3701 - "safer-buffer": ">= 2.1.2 < 3.0.0" 3702 - }, 3703 - "engines": { 3704 - "node": ">=0.10.0" 3705 - } 3706 - }, 3707 - "node_modules/inline-style-parser": { 3708 - "version": "0.2.4", 3709 - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz", 3710 - "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==", 3711 - "license": "MIT" 3712 - }, 3713 - "node_modules/internmap": { 3714 - "version": "2.0.3", 3715 - "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", 3716 - "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", 3717 - "license": "ISC", 3718 - "engines": { 3719 - "node": ">=12" 3720 - } 3721 - }, 3722 - "node_modules/is-alphabetical": { 3723 - "version": "2.0.1", 3724 - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", 3725 - "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", 3726 - "license": "MIT", 3727 - "funding": { 3728 - "type": "github", 3729 - "url": "https://github.com/sponsors/wooorm" 3730 - } 3731 - }, 3732 - "node_modules/is-alphanumerical": { 3733 - "version": "2.0.1", 3734 - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", 3735 - "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", 3736 - "license": "MIT", 3737 - "dependencies": { 3738 - "is-alphabetical": "^2.0.0", 3739 - "is-decimal": "^2.0.0" 3740 - }, 3741 - "funding": { 3742 - "type": "github", 3743 - "url": "https://github.com/sponsors/wooorm" 3744 - } 3745 - }, 3746 - "node_modules/is-arrayish": { 3747 - "version": "0.3.2", 3748 - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", 3749 - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", 3750 - "license": "MIT", 3751 - "optional": true 3752 - }, 3753 - "node_modules/is-decimal": { 3754 - "version": "2.0.1", 3755 - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", 3756 - "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", 3757 - "license": "MIT", 3758 - "funding": { 3759 - "type": "github", 3760 - "url": "https://github.com/sponsors/wooorm" 3761 - } 3762 - }, 3763 - "node_modules/is-docker": { 3764 - "version": "3.0.0", 3765 - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 3766 - "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 3767 - "license": "MIT", 3768 - "bin": { 3769 - "is-docker": "cli.js" 3770 - }, 3771 - "engines": { 3772 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3773 - }, 3774 - "funding": { 3775 - "url": "https://github.com/sponsors/sindresorhus" 3776 - } 3777 - }, 3778 - "node_modules/is-extglob": { 3779 - "version": "2.1.1", 3780 - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 3781 - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 3782 - "license": "MIT", 3783 - "engines": { 3784 - "node": ">=0.10.0" 3785 - } 3786 - }, 3787 - "node_modules/is-glob": { 3788 - "version": "4.0.3", 3789 - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 3790 - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 3791 - "license": "MIT", 3792 - "dependencies": { 3793 - "is-extglob": "^2.1.1" 3794 - }, 3795 - "engines": { 3796 - "node": ">=0.10.0" 3797 - } 3798 - }, 3799 - "node_modules/is-hexadecimal": { 3800 - "version": "2.0.1", 3801 - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", 3802 - "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", 3803 - "license": "MIT", 3804 - "funding": { 3805 - "type": "github", 3806 - "url": "https://github.com/sponsors/wooorm" 3807 - } 3808 - }, 3809 - "node_modules/is-inside-container": { 3810 - "version": "1.0.0", 3811 - "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 3812 - "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 3813 - "license": "MIT", 3814 - "dependencies": { 3815 - "is-docker": "^3.0.0" 3816 - }, 3817 - "bin": { 3818 - "is-inside-container": "cli.js" 3819 - }, 3820 - "engines": { 3821 - "node": ">=14.16" 3822 - }, 3823 - "funding": { 3824 - "url": "https://github.com/sponsors/sindresorhus" 3825 - } 3826 - }, 3827 - "node_modules/is-number": { 3828 - "version": "7.0.0", 3829 - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 3830 - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 3831 - "license": "MIT", 3832 - "engines": { 3833 - "node": ">=0.12.0" 3834 - } 3835 - }, 3836 - "node_modules/is-plain-obj": { 3837 - "version": "4.1.0", 3838 - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 3839 - "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 3840 - "license": "MIT", 3841 - "engines": { 3842 - "node": ">=12" 3843 - }, 3844 - "funding": { 3845 - "url": "https://github.com/sponsors/sindresorhus" 3846 - } 3847 - }, 3848 - "node_modules/is-stream": { 3849 - "version": "3.0.0", 3850 - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", 3851 - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", 3852 - "license": "MIT", 3853 - "engines": { 3854 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3855 - }, 3856 - "funding": { 3857 - "url": "https://github.com/sponsors/sindresorhus" 3858 - } 3859 - }, 3860 - "node_modules/is-wsl": { 3861 - "version": "3.1.0", 3862 - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", 3863 - "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", 3864 - "license": "MIT", 3865 - "dependencies": { 3866 - "is-inside-container": "^1.0.0" 3867 - }, 3868 - "engines": { 3869 - "node": ">=16" 3870 - }, 3871 - "funding": { 3872 - "url": "https://github.com/sponsors/sindresorhus" 3873 - } 3874 - }, 3875 - "node_modules/is64bit": { 3876 - "version": "2.0.0", 3877 - "resolved": "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz", 3878 - "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==", 3879 - "license": "MIT", 3880 - "dependencies": { 3881 - "system-architecture": "^0.1.0" 3882 - }, 3883 - "engines": { 3884 - "node": ">=18" 3885 - }, 3886 - "funding": { 3887 - "url": "https://github.com/sponsors/sindresorhus" 3888 - } 3889 - }, 3890 - "node_modules/isexe": { 3891 - "version": "2.0.0", 3892 - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 3893 - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", 3894 - "license": "ISC" 3895 - }, 3896 - "node_modules/jiti": { 3897 - "version": "2.4.2", 3898 - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz", 3899 - "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==", 3900 - "license": "MIT", 3901 - "bin": { 3902 - "jiti": "lib/jiti-cli.mjs" 3903 - } 3904 - }, 3905 - "node_modules/katex": { 3906 - "version": "0.16.22", 3907 - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.22.tgz", 3908 - "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==", 3909 - "funding": [ 3910 - "https://opencollective.com/katex", 3911 - "https://github.com/sponsors/katex" 3912 - ], 3913 - "license": "MIT", 3914 - "dependencies": { 3915 - "commander": "^8.3.0" 3916 - }, 3917 - "bin": { 3918 - "katex": "cli.js" 3919 - } 3920 - }, 3921 - "node_modules/khroma": { 3922 - "version": "2.1.0", 3923 - "resolved": "https://registry.npmjs.org/khroma/-/khroma-2.1.0.tgz", 3924 - "integrity": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==" 3925 - }, 3926 - "node_modules/kolorist": { 3927 - "version": "1.8.0", 3928 - "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", 3929 - "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==", 3930 - "license": "MIT" 3931 - }, 3932 - "node_modules/langium": { 3933 - "version": "3.3.1", 3934 - "resolved": "https://registry.npmjs.org/langium/-/langium-3.3.1.tgz", 3935 - "integrity": "sha512-QJv/h939gDpvT+9SiLVlY7tZC3xB2qK57v0J04Sh9wpMb6MP1q8gB21L3WIo8T5P1MSMg3Ep14L7KkDCFG3y4w==", 3936 - "license": "MIT", 3937 - "dependencies": { 3938 - "chevrotain": "~11.0.3", 3939 - "chevrotain-allstar": "~0.3.0", 3940 - "vscode-languageserver": "~9.0.1", 3941 - "vscode-languageserver-textdocument": "~1.0.11", 3942 - "vscode-uri": "~3.0.8" 3943 - }, 3944 - "engines": { 3945 - "node": ">=16.0.0" 3946 - } 3947 - }, 3948 - "node_modules/layout-base": { 3949 - "version": "1.0.2", 3950 - "resolved": "https://registry.npmjs.org/layout-base/-/layout-base-1.0.2.tgz", 3951 - "integrity": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==", 3952 - "license": "MIT" 3953 - }, 3954 - "node_modules/lightningcss": { 3955 - "version": "1.30.1", 3956 - "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz", 3957 - "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==", 3958 - "license": "MPL-2.0", 3959 - "dependencies": { 3960 - "detect-libc": "^2.0.3" 3961 - }, 3962 - "engines": { 3963 - "node": ">= 12.0.0" 3964 - }, 3965 - "funding": { 3966 - "type": "opencollective", 3967 - "url": "https://opencollective.com/parcel" 3968 - }, 3969 - "optionalDependencies": { 3970 - "lightningcss-darwin-arm64": "1.30.1", 3971 - "lightningcss-darwin-x64": "1.30.1", 3972 - "lightningcss-freebsd-x64": "1.30.1", 3973 - "lightningcss-linux-arm-gnueabihf": "1.30.1", 3974 - "lightningcss-linux-arm64-gnu": "1.30.1", 3975 - "lightningcss-linux-arm64-musl": "1.30.1", 3976 - "lightningcss-linux-x64-gnu": "1.30.1", 3977 - "lightningcss-linux-x64-musl": "1.30.1", 3978 - "lightningcss-win32-arm64-msvc": "1.30.1", 3979 - "lightningcss-win32-x64-msvc": "1.30.1" 3980 - } 3981 - }, 3982 - "node_modules/lightningcss-darwin-arm64": { 3983 - "version": "1.30.1", 3984 - "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz", 3985 - "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==", 3986 - "cpu": [ 3987 - "arm64" 3988 - ], 3989 - "license": "MPL-2.0", 3990 - "optional": true, 3991 - "os": [ 3992 - "darwin" 3993 - ], 3994 - "engines": { 3995 - "node": ">= 12.0.0" 3996 - }, 3997 - "funding": { 3998 - "type": "opencollective", 3999 - "url": "https://opencollective.com/parcel" 4000 - } 4001 - }, 4002 - "node_modules/lightningcss-darwin-x64": { 4003 - "version": "1.30.1", 4004 - "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz", 4005 - "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==", 4006 - "cpu": [ 4007 - "x64" 4008 - ], 4009 - "license": "MPL-2.0", 4010 - "optional": true, 4011 - "os": [ 4012 - "darwin" 4013 - ], 4014 - "engines": { 4015 - "node": ">= 12.0.0" 4016 - }, 4017 - "funding": { 4018 - "type": "opencollective", 4019 - "url": "https://opencollective.com/parcel" 4020 - } 4021 - }, 4022 - "node_modules/lightningcss-freebsd-x64": { 4023 - "version": "1.30.1", 4024 - "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz", 4025 - "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==", 4026 - "cpu": [ 4027 - "x64" 4028 - ], 4029 - "license": "MPL-2.0", 4030 - "optional": true, 4031 - "os": [ 4032 - "freebsd" 4033 - ], 4034 - "engines": { 4035 - "node": ">= 12.0.0" 4036 - }, 4037 - "funding": { 4038 - "type": "opencollective", 4039 - "url": "https://opencollective.com/parcel" 4040 - } 4041 - }, 4042 - "node_modules/lightningcss-linux-arm-gnueabihf": { 4043 - "version": "1.30.1", 4044 - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz", 4045 - "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==", 4046 - "cpu": [ 4047 - "arm" 4048 - ], 4049 - "license": "MPL-2.0", 4050 - "optional": true, 4051 - "os": [ 4052 - "linux" 4053 - ], 4054 - "engines": { 4055 - "node": ">= 12.0.0" 4056 - }, 4057 - "funding": { 4058 - "type": "opencollective", 4059 - "url": "https://opencollective.com/parcel" 4060 - } 4061 - }, 4062 - "node_modules/lightningcss-linux-arm64-gnu": { 4063 - "version": "1.30.1", 4064 - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz", 4065 - "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==", 4066 - "cpu": [ 4067 - "arm64" 4068 - ], 4069 - "license": "MPL-2.0", 4070 - "optional": true, 4071 - "os": [ 4072 - "linux" 4073 - ], 4074 - "engines": { 4075 - "node": ">= 12.0.0" 4076 - }, 4077 - "funding": { 4078 - "type": "opencollective", 4079 - "url": "https://opencollective.com/parcel" 4080 - } 4081 - }, 4082 - "node_modules/lightningcss-linux-arm64-musl": { 4083 - "version": "1.30.1", 4084 - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz", 4085 - "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==", 4086 - "cpu": [ 4087 - "arm64" 4088 - ], 4089 - "license": "MPL-2.0", 4090 - "optional": true, 4091 - "os": [ 4092 - "linux" 4093 - ], 4094 - "engines": { 4095 - "node": ">= 12.0.0" 4096 - }, 4097 - "funding": { 4098 - "type": "opencollective", 4099 - "url": "https://opencollective.com/parcel" 4100 - } 4101 - }, 4102 - "node_modules/lightningcss-linux-x64-gnu": { 4103 - "version": "1.30.1", 4104 - "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz", 4105 - "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==", 4106 - "cpu": [ 4107 - "x64" 4108 - ], 4109 - "license": "MPL-2.0", 4110 - "optional": true, 4111 - "os": [ 4112 - "linux" 4113 - ], 4114 - "engines": { 4115 - "node": ">= 12.0.0" 4116 - }, 4117 - "funding": { 4118 - "type": "opencollective", 4119 - "url": "https://opencollective.com/parcel" 4120 - } 4121 - }, 4122 - "node_modules/lightningcss-linux-x64-musl": { 4123 - "version": "1.30.1", 4124 - "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz", 4125 - "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==", 4126 - "cpu": [ 4127 - "x64" 4128 - ], 4129 - "license": "MPL-2.0", 4130 - "optional": true, 4131 - "os": [ 4132 - "linux" 4133 - ], 4134 - "engines": { 4135 - "node": ">= 12.0.0" 4136 - }, 4137 - "funding": { 4138 - "type": "opencollective", 4139 - "url": "https://opencollective.com/parcel" 4140 - } 4141 - }, 4142 - "node_modules/lightningcss-win32-arm64-msvc": { 4143 - "version": "1.30.1", 4144 - "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz", 4145 - "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==", 4146 - "cpu": [ 4147 - "arm64" 4148 - ], 4149 - "license": "MPL-2.0", 4150 - "optional": true, 4151 - "os": [ 4152 - "win32" 4153 - ], 4154 - "engines": { 4155 - "node": ">= 12.0.0" 4156 - }, 4157 - "funding": { 4158 - "type": "opencollective", 4159 - "url": "https://opencollective.com/parcel" 4160 - } 4161 - }, 4162 - "node_modules/lightningcss-win32-x64-msvc": { 4163 - "version": "1.30.1", 4164 - "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz", 4165 - "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==", 4166 - "cpu": [ 4167 - "x64" 4168 - ], 4169 - "license": "MPL-2.0", 4170 - "optional": true, 4171 - "os": [ 4172 - "win32" 4173 - ], 4174 - "engines": { 4175 - "node": ">= 12.0.0" 4176 - }, 4177 - "funding": { 4178 - "type": "opencollective", 4179 - "url": "https://opencollective.com/parcel" 4180 - } 4181 - }, 4182 - "node_modules/local-pkg": { 4183 - "version": "1.1.1", 4184 - "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.1.tgz", 4185 - "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==", 4186 - "license": "MIT", 4187 - "dependencies": { 4188 - "mlly": "^1.7.4", 4189 - "pkg-types": "^2.0.1", 4190 - "quansync": "^0.2.8" 4191 - }, 4192 - "engines": { 4193 - "node": ">=14" 4194 - }, 4195 - "funding": { 4196 - "url": "https://github.com/sponsors/antfu" 4197 - } 4198 - }, 4199 - "node_modules/lodash-es": { 4200 - "version": "4.17.21", 4201 - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", 4202 - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", 4203 - "license": "MIT" 4204 - }, 4205 - "node_modules/longest-streak": { 4206 - "version": "3.1.0", 4207 - "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 4208 - "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 4209 - "license": "MIT", 4210 - "funding": { 4211 - "type": "github", 4212 - "url": "https://github.com/sponsors/wooorm" 4213 - } 4214 - }, 4215 - "node_modules/lucide-react": { 4216 - "version": "0.525.0", 4217 - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz", 4218 - "integrity": "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==", 4219 - "license": "ISC", 4220 - "peerDependencies": { 4221 - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" 4222 - } 4223 - }, 4224 - "node_modules/magic-string": { 4225 - "version": "0.30.17", 4226 - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", 4227 - "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", 4228 - "license": "MIT", 4229 - "dependencies": { 4230 - "@jridgewell/sourcemap-codec": "^1.5.0" 4231 - } 4232 - }, 4233 - "node_modules/markdown-extensions": { 4234 - "version": "2.0.0", 4235 - "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", 4236 - "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", 4237 - "license": "MIT", 4238 - "engines": { 4239 - "node": ">=16" 4240 - }, 4241 - "funding": { 4242 - "url": "https://github.com/sponsors/sindresorhus" 4243 - } 4244 - }, 4245 - "node_modules/markdown-table": { 4246 - "version": "3.0.4", 4247 - "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 4248 - "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 4249 - "license": "MIT", 4250 - "funding": { 4251 - "type": "github", 4252 - "url": "https://github.com/sponsors/wooorm" 4253 - } 4254 - }, 4255 - "node_modules/marked": { 4256 - "version": "16.1.1", 4257 - "resolved": "https://registry.npmjs.org/marked/-/marked-16.1.1.tgz", 4258 - "integrity": "sha512-ij/2lXfCRT71L6u0M29tJPhP0bM5shLL3u5BePhFwPELj2blMJ6GDtD7PfJhRLhJ/c2UwrK17ySVcDzy2YHjHQ==", 4259 - "license": "MIT", 4260 - "bin": { 4261 - "marked": "bin/marked.js" 4262 - }, 4263 - "engines": { 4264 - "node": ">= 20" 4265 - } 4266 - }, 4267 - "node_modules/mathjax-full": { 4268 - "version": "3.2.2", 4269 - "resolved": "https://registry.npmjs.org/mathjax-full/-/mathjax-full-3.2.2.tgz", 4270 - "integrity": "sha512-+LfG9Fik+OuI8SLwsiR02IVdjcnRCy5MufYLi0C3TdMT56L/pjB0alMVGgoWJF8pN9Rc7FESycZB9BMNWIid5w==", 4271 - "license": "Apache-2.0", 4272 - "dependencies": { 4273 - "esm": "^3.2.25", 4274 - "mhchemparser": "^4.1.0", 4275 - "mj-context-menu": "^0.6.1", 4276 - "speech-rule-engine": "^4.0.6" 4277 - } 4278 - }, 4279 - "node_modules/mdast-util-find-and-replace": { 4280 - "version": "3.0.2", 4281 - "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 4282 - "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 4283 - "license": "MIT", 4284 - "dependencies": { 4285 - "@types/mdast": "^4.0.0", 4286 - "escape-string-regexp": "^5.0.0", 4287 - "unist-util-is": "^6.0.0", 4288 - "unist-util-visit-parents": "^6.0.0" 4289 - }, 4290 - "funding": { 4291 - "type": "opencollective", 4292 - "url": "https://opencollective.com/unified" 4293 - } 4294 - }, 4295 - "node_modules/mdast-util-from-markdown": { 4296 - "version": "2.0.2", 4297 - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 4298 - "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 4299 - "license": "MIT", 4300 - "dependencies": { 4301 - "@types/mdast": "^4.0.0", 4302 - "@types/unist": "^3.0.0", 4303 - "decode-named-character-reference": "^1.0.0", 4304 - "devlop": "^1.0.0", 4305 - "mdast-util-to-string": "^4.0.0", 4306 - "micromark": "^4.0.0", 4307 - "micromark-util-decode-numeric-character-reference": "^2.0.0", 4308 - "micromark-util-decode-string": "^2.0.0", 4309 - "micromark-util-normalize-identifier": "^2.0.0", 4310 - "micromark-util-symbol": "^2.0.0", 4311 - "micromark-util-types": "^2.0.0", 4312 - "unist-util-stringify-position": "^4.0.0" 4313 - }, 4314 - "funding": { 4315 - "type": "opencollective", 4316 - "url": "https://opencollective.com/unified" 4317 - } 4318 - }, 4319 - "node_modules/mdast-util-frontmatter": { 4320 - "version": "2.0.1", 4321 - "resolved": "https://registry.npmjs.org/mdast-util-frontmatter/-/mdast-util-frontmatter-2.0.1.tgz", 4322 - "integrity": "sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==", 4323 - "license": "MIT", 4324 - "dependencies": { 4325 - "@types/mdast": "^4.0.0", 4326 - "devlop": "^1.0.0", 4327 - "escape-string-regexp": "^5.0.0", 4328 - "mdast-util-from-markdown": "^2.0.0", 4329 - "mdast-util-to-markdown": "^2.0.0", 4330 - "micromark-extension-frontmatter": "^2.0.0" 4331 - }, 4332 - "funding": { 4333 - "type": "opencollective", 4334 - "url": "https://opencollective.com/unified" 4335 - } 4336 - }, 4337 - "node_modules/mdast-util-gfm": { 4338 - "version": "3.1.0", 4339 - "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 4340 - "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 4341 - "license": "MIT", 4342 - "dependencies": { 4343 - "mdast-util-from-markdown": "^2.0.0", 4344 - "mdast-util-gfm-autolink-literal": "^2.0.0", 4345 - "mdast-util-gfm-footnote": "^2.0.0", 4346 - "mdast-util-gfm-strikethrough": "^2.0.0", 4347 - "mdast-util-gfm-table": "^2.0.0", 4348 - "mdast-util-gfm-task-list-item": "^2.0.0", 4349 - "mdast-util-to-markdown": "^2.0.0" 4350 - }, 4351 - "funding": { 4352 - "type": "opencollective", 4353 - "url": "https://opencollective.com/unified" 4354 - } 4355 - }, 4356 - "node_modules/mdast-util-gfm-autolink-literal": { 4357 - "version": "2.0.1", 4358 - "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 4359 - "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 4360 - "license": "MIT", 4361 - "dependencies": { 4362 - "@types/mdast": "^4.0.0", 4363 - "ccount": "^2.0.0", 4364 - "devlop": "^1.0.0", 4365 - "mdast-util-find-and-replace": "^3.0.0", 4366 - "micromark-util-character": "^2.0.0" 4367 - }, 4368 - "funding": { 4369 - "type": "opencollective", 4370 - "url": "https://opencollective.com/unified" 4371 - } 4372 - }, 4373 - "node_modules/mdast-util-gfm-footnote": { 4374 - "version": "2.1.0", 4375 - "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 4376 - "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 4377 - "license": "MIT", 4378 - "dependencies": { 4379 - "@types/mdast": "^4.0.0", 4380 - "devlop": "^1.1.0", 4381 - "mdast-util-from-markdown": "^2.0.0", 4382 - "mdast-util-to-markdown": "^2.0.0", 4383 - "micromark-util-normalize-identifier": "^2.0.0" 4384 - }, 4385 - "funding": { 4386 - "type": "opencollective", 4387 - "url": "https://opencollective.com/unified" 4388 - } 4389 - }, 4390 - "node_modules/mdast-util-gfm-strikethrough": { 4391 - "version": "2.0.0", 4392 - "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 4393 - "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 4394 - "license": "MIT", 4395 - "dependencies": { 4396 - "@types/mdast": "^4.0.0", 4397 - "mdast-util-from-markdown": "^2.0.0", 4398 - "mdast-util-to-markdown": "^2.0.0" 4399 - }, 4400 - "funding": { 4401 - "type": "opencollective", 4402 - "url": "https://opencollective.com/unified" 4403 - } 4404 - }, 4405 - "node_modules/mdast-util-gfm-table": { 4406 - "version": "2.0.0", 4407 - "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 4408 - "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 4409 - "license": "MIT", 4410 - "dependencies": { 4411 - "@types/mdast": "^4.0.0", 4412 - "devlop": "^1.0.0", 4413 - "markdown-table": "^3.0.0", 4414 - "mdast-util-from-markdown": "^2.0.0", 4415 - "mdast-util-to-markdown": "^2.0.0" 4416 - }, 4417 - "funding": { 4418 - "type": "opencollective", 4419 - "url": "https://opencollective.com/unified" 4420 - } 4421 - }, 4422 - "node_modules/mdast-util-gfm-task-list-item": { 4423 - "version": "2.0.0", 4424 - "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 4425 - "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 4426 - "license": "MIT", 4427 - "dependencies": { 4428 - "@types/mdast": "^4.0.0", 4429 - "devlop": "^1.0.0", 4430 - "mdast-util-from-markdown": "^2.0.0", 4431 - "mdast-util-to-markdown": "^2.0.0" 4432 - }, 4433 - "funding": { 4434 - "type": "opencollective", 4435 - "url": "https://opencollective.com/unified" 4436 - } 4437 - }, 4438 - "node_modules/mdast-util-math": { 4439 - "version": "3.0.0", 4440 - "resolved": "https://registry.npmjs.org/mdast-util-math/-/mdast-util-math-3.0.0.tgz", 4441 - "integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==", 4442 - "license": "MIT", 4443 - "dependencies": { 4444 - "@types/hast": "^3.0.0", 4445 - "@types/mdast": "^4.0.0", 4446 - "devlop": "^1.0.0", 4447 - "longest-streak": "^3.0.0", 4448 - "mdast-util-from-markdown": "^2.0.0", 4449 - "mdast-util-to-markdown": "^2.1.0", 4450 - "unist-util-remove-position": "^5.0.0" 4451 - }, 4452 - "funding": { 4453 - "type": "opencollective", 4454 - "url": "https://opencollective.com/unified" 4455 - } 4456 - }, 4457 - "node_modules/mdast-util-mdx": { 4458 - "version": "3.0.0", 4459 - "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", 4460 - "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", 4461 - "license": "MIT", 4462 - "dependencies": { 4463 - "mdast-util-from-markdown": "^2.0.0", 4464 - "mdast-util-mdx-expression": "^2.0.0", 4465 - "mdast-util-mdx-jsx": "^3.0.0", 4466 - "mdast-util-mdxjs-esm": "^2.0.0", 4467 - "mdast-util-to-markdown": "^2.0.0" 4468 - }, 4469 - "funding": { 4470 - "type": "opencollective", 4471 - "url": "https://opencollective.com/unified" 4472 - } 4473 - }, 4474 - "node_modules/mdast-util-mdx-expression": { 4475 - "version": "2.0.1", 4476 - "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", 4477 - "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", 4478 - "license": "MIT", 4479 - "dependencies": { 4480 - "@types/estree-jsx": "^1.0.0", 4481 - "@types/hast": "^3.0.0", 4482 - "@types/mdast": "^4.0.0", 4483 - "devlop": "^1.0.0", 4484 - "mdast-util-from-markdown": "^2.0.0", 4485 - "mdast-util-to-markdown": "^2.0.0" 4486 - }, 4487 - "funding": { 4488 - "type": "opencollective", 4489 - "url": "https://opencollective.com/unified" 4490 - } 4491 - }, 4492 - "node_modules/mdast-util-mdx-jsx": { 4493 - "version": "3.2.0", 4494 - "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", 4495 - "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", 4496 - "license": "MIT", 4497 - "dependencies": { 4498 - "@types/estree-jsx": "^1.0.0", 4499 - "@types/hast": "^3.0.0", 4500 - "@types/mdast": "^4.0.0", 4501 - "@types/unist": "^3.0.0", 4502 - "ccount": "^2.0.0", 4503 - "devlop": "^1.1.0", 4504 - "mdast-util-from-markdown": "^2.0.0", 4505 - "mdast-util-to-markdown": "^2.0.0", 4506 - "parse-entities": "^4.0.0", 4507 - "stringify-entities": "^4.0.0", 4508 - "unist-util-stringify-position": "^4.0.0", 4509 - "vfile-message": "^4.0.0" 4510 - }, 4511 - "funding": { 4512 - "type": "opencollective", 4513 - "url": "https://opencollective.com/unified" 4514 - } 4515 - }, 4516 - "node_modules/mdast-util-mdxjs-esm": { 4517 - "version": "2.0.1", 4518 - "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", 4519 - "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", 4520 - "license": "MIT", 4521 - "dependencies": { 4522 - "@types/estree-jsx": "^1.0.0", 4523 - "@types/hast": "^3.0.0", 4524 - "@types/mdast": "^4.0.0", 4525 - "devlop": "^1.0.0", 4526 - "mdast-util-from-markdown": "^2.0.0", 4527 - "mdast-util-to-markdown": "^2.0.0" 4528 - }, 4529 - "funding": { 4530 - "type": "opencollective", 4531 - "url": "https://opencollective.com/unified" 4532 - } 4533 - }, 4534 - "node_modules/mdast-util-phrasing": { 4535 - "version": "4.1.0", 4536 - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 4537 - "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 4538 - "license": "MIT", 4539 - "dependencies": { 4540 - "@types/mdast": "^4.0.0", 4541 - "unist-util-is": "^6.0.0" 4542 - }, 4543 - "funding": { 4544 - "type": "opencollective", 4545 - "url": "https://opencollective.com/unified" 4546 - } 4547 - }, 4548 - "node_modules/mdast-util-to-hast": { 4549 - "version": "13.2.0", 4550 - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", 4551 - "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", 4552 - "license": "MIT", 4553 - "dependencies": { 4554 - "@types/hast": "^3.0.0", 4555 - "@types/mdast": "^4.0.0", 4556 - "@ungap/structured-clone": "^1.0.0", 4557 - "devlop": "^1.0.0", 4558 - "micromark-util-sanitize-uri": "^2.0.0", 4559 - "trim-lines": "^3.0.0", 4560 - "unist-util-position": "^5.0.0", 4561 - "unist-util-visit": "^5.0.0", 4562 - "vfile": "^6.0.0" 4563 - }, 4564 - "funding": { 4565 - "type": "opencollective", 4566 - "url": "https://opencollective.com/unified" 4567 - } 4568 - }, 4569 - "node_modules/mdast-util-to-markdown": { 4570 - "version": "2.1.2", 4571 - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 4572 - "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 4573 - "license": "MIT", 4574 - "dependencies": { 4575 - "@types/mdast": "^4.0.0", 4576 - "@types/unist": "^3.0.0", 4577 - "longest-streak": "^3.0.0", 4578 - "mdast-util-phrasing": "^4.0.0", 4579 - "mdast-util-to-string": "^4.0.0", 4580 - "micromark-util-classify-character": "^2.0.0", 4581 - "micromark-util-decode-string": "^2.0.0", 4582 - "unist-util-visit": "^5.0.0", 4583 - "zwitch": "^2.0.0" 4584 - }, 4585 - "funding": { 4586 - "type": "opencollective", 4587 - "url": "https://opencollective.com/unified" 4588 - } 4589 - }, 4590 - "node_modules/mdast-util-to-string": { 4591 - "version": "4.0.0", 4592 - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 4593 - "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 4594 - "license": "MIT", 4595 - "dependencies": { 4596 - "@types/mdast": "^4.0.0" 4597 - }, 4598 - "funding": { 4599 - "type": "opencollective", 4600 - "url": "https://opencollective.com/unified" 4601 - } 4602 - }, 4603 - "node_modules/merge-stream": { 4604 - "version": "2.0.0", 4605 - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", 4606 - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", 4607 - "license": "MIT" 4608 - }, 4609 - "node_modules/merge2": { 4610 - "version": "1.4.1", 4611 - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 4612 - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 4613 - "license": "MIT", 4614 - "engines": { 4615 - "node": ">= 8" 4616 - } 4617 - }, 4618 - "node_modules/mermaid": { 4619 - "version": "11.9.0", 4620 - "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.9.0.tgz", 4621 - "integrity": "sha512-YdPXn9slEwO0omQfQIsW6vS84weVQftIyyTGAZCwM//MGhPzL1+l6vO6bkf0wnP4tHigH1alZ5Ooy3HXI2gOag==", 4622 - "license": "MIT", 4623 - "dependencies": { 4624 - "@braintree/sanitize-url": "^7.0.4", 4625 - "@iconify/utils": "^2.1.33", 4626 - "@mermaid-js/parser": "^0.6.2", 4627 - "@types/d3": "^7.4.3", 4628 - "cytoscape": "^3.29.3", 4629 - "cytoscape-cose-bilkent": "^4.1.0", 4630 - "cytoscape-fcose": "^2.2.0", 4631 - "d3": "^7.9.0", 4632 - "d3-sankey": "^0.12.3", 4633 - "dagre-d3-es": "7.0.11", 4634 - "dayjs": "^1.11.13", 4635 - "dompurify": "^3.2.5", 4636 - "katex": "^0.16.22", 4637 - "khroma": "^2.1.0", 4638 - "lodash-es": "^4.17.21", 4639 - "marked": "^16.0.0", 4640 - "roughjs": "^4.6.6", 4641 - "stylis": "^4.3.6", 4642 - "ts-dedent": "^2.2.0", 4643 - "uuid": "^11.1.0" 4644 - } 4645 - }, 4646 - "node_modules/mhchemparser": { 4647 - "version": "4.2.1", 4648 - "resolved": "https://registry.npmjs.org/mhchemparser/-/mhchemparser-4.2.1.tgz", 4649 - "integrity": "sha512-kYmyrCirqJf3zZ9t/0wGgRZ4/ZJw//VwaRVGA75C4nhE60vtnIzhl9J9ndkX/h6hxSN7pjg/cE0VxbnNM+bnDQ==", 4650 - "license": "Apache-2.0" 4651 - }, 4652 - "node_modules/micromark": { 4653 - "version": "4.0.2", 4654 - "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", 4655 - "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", 4656 - "funding": [ 4657 - { 4658 - "type": "GitHub Sponsors", 4659 - "url": "https://github.com/sponsors/unifiedjs" 4660 - }, 4661 - { 4662 - "type": "OpenCollective", 4663 - "url": "https://opencollective.com/unified" 4664 - } 4665 - ], 4666 - "license": "MIT", 4667 - "dependencies": { 4668 - "@types/debug": "^4.0.0", 4669 - "debug": "^4.0.0", 4670 - "decode-named-character-reference": "^1.0.0", 4671 - "devlop": "^1.0.0", 4672 - "micromark-core-commonmark": "^2.0.0", 4673 - "micromark-factory-space": "^2.0.0", 4674 - "micromark-util-character": "^2.0.0", 4675 - "micromark-util-chunked": "^2.0.0", 4676 - "micromark-util-combine-extensions": "^2.0.0", 4677 - "micromark-util-decode-numeric-character-reference": "^2.0.0", 4678 - "micromark-util-encode": "^2.0.0", 4679 - "micromark-util-normalize-identifier": "^2.0.0", 4680 - "micromark-util-resolve-all": "^2.0.0", 4681 - "micromark-util-sanitize-uri": "^2.0.0", 4682 - "micromark-util-subtokenize": "^2.0.0", 4683 - "micromark-util-symbol": "^2.0.0", 4684 - "micromark-util-types": "^2.0.0" 4685 - } 4686 - }, 4687 - "node_modules/micromark-core-commonmark": { 4688 - "version": "2.0.3", 4689 - "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", 4690 - "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", 4691 - "funding": [ 4692 - { 4693 - "type": "GitHub Sponsors", 4694 - "url": "https://github.com/sponsors/unifiedjs" 4695 - }, 4696 - { 4697 - "type": "OpenCollective", 4698 - "url": "https://opencollective.com/unified" 4699 - } 4700 - ], 4701 - "license": "MIT", 4702 - "dependencies": { 4703 - "decode-named-character-reference": "^1.0.0", 4704 - "devlop": "^1.0.0", 4705 - "micromark-factory-destination": "^2.0.0", 4706 - "micromark-factory-label": "^2.0.0", 4707 - "micromark-factory-space": "^2.0.0", 4708 - "micromark-factory-title": "^2.0.0", 4709 - "micromark-factory-whitespace": "^2.0.0", 4710 - "micromark-util-character": "^2.0.0", 4711 - "micromark-util-chunked": "^2.0.0", 4712 - "micromark-util-classify-character": "^2.0.0", 4713 - "micromark-util-html-tag-name": "^2.0.0", 4714 - "micromark-util-normalize-identifier": "^2.0.0", 4715 - "micromark-util-resolve-all": "^2.0.0", 4716 - "micromark-util-subtokenize": "^2.0.0", 4717 - "micromark-util-symbol": "^2.0.0", 4718 - "micromark-util-types": "^2.0.0" 4719 - } 4720 - }, 4721 - "node_modules/micromark-extension-frontmatter": { 4722 - "version": "2.0.0", 4723 - "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz", 4724 - "integrity": "sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==", 4725 - "license": "MIT", 4726 - "dependencies": { 4727 - "fault": "^2.0.0", 4728 - "micromark-util-character": "^2.0.0", 4729 - "micromark-util-symbol": "^2.0.0", 4730 - "micromark-util-types": "^2.0.0" 4731 - }, 4732 - "funding": { 4733 - "type": "opencollective", 4734 - "url": "https://opencollective.com/unified" 4735 - } 4736 - }, 4737 - "node_modules/micromark-extension-gfm": { 4738 - "version": "3.0.0", 4739 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 4740 - "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 4741 - "license": "MIT", 4742 - "dependencies": { 4743 - "micromark-extension-gfm-autolink-literal": "^2.0.0", 4744 - "micromark-extension-gfm-footnote": "^2.0.0", 4745 - "micromark-extension-gfm-strikethrough": "^2.0.0", 4746 - "micromark-extension-gfm-table": "^2.0.0", 4747 - "micromark-extension-gfm-tagfilter": "^2.0.0", 4748 - "micromark-extension-gfm-task-list-item": "^2.0.0", 4749 - "micromark-util-combine-extensions": "^2.0.0", 4750 - "micromark-util-types": "^2.0.0" 4751 - }, 4752 - "funding": { 4753 - "type": "opencollective", 4754 - "url": "https://opencollective.com/unified" 4755 - } 4756 - }, 4757 - "node_modules/micromark-extension-gfm-autolink-literal": { 4758 - "version": "2.1.0", 4759 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 4760 - "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 4761 - "license": "MIT", 4762 - "dependencies": { 4763 - "micromark-util-character": "^2.0.0", 4764 - "micromark-util-sanitize-uri": "^2.0.0", 4765 - "micromark-util-symbol": "^2.0.0", 4766 - "micromark-util-types": "^2.0.0" 4767 - }, 4768 - "funding": { 4769 - "type": "opencollective", 4770 - "url": "https://opencollective.com/unified" 4771 - } 4772 - }, 4773 - "node_modules/micromark-extension-gfm-footnote": { 4774 - "version": "2.1.0", 4775 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 4776 - "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 4777 - "license": "MIT", 4778 - "dependencies": { 4779 - "devlop": "^1.0.0", 4780 - "micromark-core-commonmark": "^2.0.0", 4781 - "micromark-factory-space": "^2.0.0", 4782 - "micromark-util-character": "^2.0.0", 4783 - "micromark-util-normalize-identifier": "^2.0.0", 4784 - "micromark-util-sanitize-uri": "^2.0.0", 4785 - "micromark-util-symbol": "^2.0.0", 4786 - "micromark-util-types": "^2.0.0" 4787 - }, 4788 - "funding": { 4789 - "type": "opencollective", 4790 - "url": "https://opencollective.com/unified" 4791 - } 4792 - }, 4793 - "node_modules/micromark-extension-gfm-strikethrough": { 4794 - "version": "2.1.0", 4795 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 4796 - "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 4797 - "license": "MIT", 4798 - "dependencies": { 4799 - "devlop": "^1.0.0", 4800 - "micromark-util-chunked": "^2.0.0", 4801 - "micromark-util-classify-character": "^2.0.0", 4802 - "micromark-util-resolve-all": "^2.0.0", 4803 - "micromark-util-symbol": "^2.0.0", 4804 - "micromark-util-types": "^2.0.0" 4805 - }, 4806 - "funding": { 4807 - "type": "opencollective", 4808 - "url": "https://opencollective.com/unified" 4809 - } 4810 - }, 4811 - "node_modules/micromark-extension-gfm-table": { 4812 - "version": "2.1.1", 4813 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 4814 - "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 4815 - "license": "MIT", 4816 - "dependencies": { 4817 - "devlop": "^1.0.0", 4818 - "micromark-factory-space": "^2.0.0", 4819 - "micromark-util-character": "^2.0.0", 4820 - "micromark-util-symbol": "^2.0.0", 4821 - "micromark-util-types": "^2.0.0" 4822 - }, 4823 - "funding": { 4824 - "type": "opencollective", 4825 - "url": "https://opencollective.com/unified" 4826 - } 4827 - }, 4828 - "node_modules/micromark-extension-gfm-tagfilter": { 4829 - "version": "2.0.0", 4830 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 4831 - "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 4832 - "license": "MIT", 4833 - "dependencies": { 4834 - "micromark-util-types": "^2.0.0" 4835 - }, 4836 - "funding": { 4837 - "type": "opencollective", 4838 - "url": "https://opencollective.com/unified" 4839 - } 4840 - }, 4841 - "node_modules/micromark-extension-gfm-task-list-item": { 4842 - "version": "2.1.0", 4843 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 4844 - "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 4845 - "license": "MIT", 4846 - "dependencies": { 4847 - "devlop": "^1.0.0", 4848 - "micromark-factory-space": "^2.0.0", 4849 - "micromark-util-character": "^2.0.0", 4850 - "micromark-util-symbol": "^2.0.0", 4851 - "micromark-util-types": "^2.0.0" 4852 - }, 4853 - "funding": { 4854 - "type": "opencollective", 4855 - "url": "https://opencollective.com/unified" 4856 - } 4857 - }, 4858 - "node_modules/micromark-extension-math": { 4859 - "version": "3.1.0", 4860 - "resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz", 4861 - "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==", 4862 - "license": "MIT", 4863 - "dependencies": { 4864 - "@types/katex": "^0.16.0", 4865 - "devlop": "^1.0.0", 4866 - "katex": "^0.16.0", 4867 - "micromark-factory-space": "^2.0.0", 4868 - "micromark-util-character": "^2.0.0", 4869 - "micromark-util-symbol": "^2.0.0", 4870 - "micromark-util-types": "^2.0.0" 4871 - }, 4872 - "funding": { 4873 - "type": "opencollective", 4874 - "url": "https://opencollective.com/unified" 4875 - } 4876 - }, 4877 - "node_modules/micromark-extension-mdx-expression": { 4878 - "version": "3.0.1", 4879 - "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz", 4880 - "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==", 4881 - "funding": [ 4882 - { 4883 - "type": "GitHub Sponsors", 4884 - "url": "https://github.com/sponsors/unifiedjs" 4885 - }, 4886 - { 4887 - "type": "OpenCollective", 4888 - "url": "https://opencollective.com/unified" 4889 - } 4890 - ], 4891 - "license": "MIT", 4892 - "dependencies": { 4893 - "@types/estree": "^1.0.0", 4894 - "devlop": "^1.0.0", 4895 - "micromark-factory-mdx-expression": "^2.0.0", 4896 - "micromark-factory-space": "^2.0.0", 4897 - "micromark-util-character": "^2.0.0", 4898 - "micromark-util-events-to-acorn": "^2.0.0", 4899 - "micromark-util-symbol": "^2.0.0", 4900 - "micromark-util-types": "^2.0.0" 4901 - } 4902 - }, 4903 - "node_modules/micromark-extension-mdx-jsx": { 4904 - "version": "3.0.2", 4905 - "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz", 4906 - "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==", 4907 - "license": "MIT", 4908 - "dependencies": { 4909 - "@types/estree": "^1.0.0", 4910 - "devlop": "^1.0.0", 4911 - "estree-util-is-identifier-name": "^3.0.0", 4912 - "micromark-factory-mdx-expression": "^2.0.0", 4913 - "micromark-factory-space": "^2.0.0", 4914 - "micromark-util-character": "^2.0.0", 4915 - "micromark-util-events-to-acorn": "^2.0.0", 4916 - "micromark-util-symbol": "^2.0.0", 4917 - "micromark-util-types": "^2.0.0", 4918 - "vfile-message": "^4.0.0" 4919 - }, 4920 - "funding": { 4921 - "type": "opencollective", 4922 - "url": "https://opencollective.com/unified" 4923 - } 4924 - }, 4925 - "node_modules/micromark-extension-mdx-md": { 4926 - "version": "2.0.0", 4927 - "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", 4928 - "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", 4929 - "license": "MIT", 4930 - "dependencies": { 4931 - "micromark-util-types": "^2.0.0" 4932 - }, 4933 - "funding": { 4934 - "type": "opencollective", 4935 - "url": "https://opencollective.com/unified" 4936 - } 4937 - }, 4938 - "node_modules/micromark-extension-mdxjs": { 4939 - "version": "3.0.0", 4940 - "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", 4941 - "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", 4942 - "license": "MIT", 4943 - "dependencies": { 4944 - "acorn": "^8.0.0", 4945 - "acorn-jsx": "^5.0.0", 4946 - "micromark-extension-mdx-expression": "^3.0.0", 4947 - "micromark-extension-mdx-jsx": "^3.0.0", 4948 - "micromark-extension-mdx-md": "^2.0.0", 4949 - "micromark-extension-mdxjs-esm": "^3.0.0", 4950 - "micromark-util-combine-extensions": "^2.0.0", 4951 - "micromark-util-types": "^2.0.0" 4952 - }, 4953 - "funding": { 4954 - "type": "opencollective", 4955 - "url": "https://opencollective.com/unified" 4956 - } 4957 - }, 4958 - "node_modules/micromark-extension-mdxjs-esm": { 4959 - "version": "3.0.0", 4960 - "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", 4961 - "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", 4962 - "license": "MIT", 4963 - "dependencies": { 4964 - "@types/estree": "^1.0.0", 4965 - "devlop": "^1.0.0", 4966 - "micromark-core-commonmark": "^2.0.0", 4967 - "micromark-util-character": "^2.0.0", 4968 - "micromark-util-events-to-acorn": "^2.0.0", 4969 - "micromark-util-symbol": "^2.0.0", 4970 - "micromark-util-types": "^2.0.0", 4971 - "unist-util-position-from-estree": "^2.0.0", 4972 - "vfile-message": "^4.0.0" 4973 - }, 4974 - "funding": { 4975 - "type": "opencollective", 4976 - "url": "https://opencollective.com/unified" 4977 - } 4978 - }, 4979 - "node_modules/micromark-factory-destination": { 4980 - "version": "2.0.1", 4981 - "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 4982 - "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 4983 - "funding": [ 4984 - { 4985 - "type": "GitHub Sponsors", 4986 - "url": "https://github.com/sponsors/unifiedjs" 4987 - }, 4988 - { 4989 - "type": "OpenCollective", 4990 - "url": "https://opencollective.com/unified" 4991 - } 4992 - ], 4993 - "license": "MIT", 4994 - "dependencies": { 4995 - "micromark-util-character": "^2.0.0", 4996 - "micromark-util-symbol": "^2.0.0", 4997 - "micromark-util-types": "^2.0.0" 4998 - } 4999 - }, 5000 - "node_modules/micromark-factory-label": { 5001 - "version": "2.0.1", 5002 - "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 5003 - "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 5004 - "funding": [ 5005 - { 5006 - "type": "GitHub Sponsors", 5007 - "url": "https://github.com/sponsors/unifiedjs" 5008 - }, 5009 - { 5010 - "type": "OpenCollective", 5011 - "url": "https://opencollective.com/unified" 5012 - } 5013 - ], 5014 - "license": "MIT", 5015 - "dependencies": { 5016 - "devlop": "^1.0.0", 5017 - "micromark-util-character": "^2.0.0", 5018 - "micromark-util-symbol": "^2.0.0", 5019 - "micromark-util-types": "^2.0.0" 5020 - } 5021 - }, 5022 - "node_modules/micromark-factory-mdx-expression": { 5023 - "version": "2.0.3", 5024 - "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz", 5025 - "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==", 5026 - "funding": [ 5027 - { 5028 - "type": "GitHub Sponsors", 5029 - "url": "https://github.com/sponsors/unifiedjs" 5030 - }, 5031 - { 5032 - "type": "OpenCollective", 5033 - "url": "https://opencollective.com/unified" 5034 - } 5035 - ], 5036 - "license": "MIT", 5037 - "dependencies": { 5038 - "@types/estree": "^1.0.0", 5039 - "devlop": "^1.0.0", 5040 - "micromark-factory-space": "^2.0.0", 5041 - "micromark-util-character": "^2.0.0", 5042 - "micromark-util-events-to-acorn": "^2.0.0", 5043 - "micromark-util-symbol": "^2.0.0", 5044 - "micromark-util-types": "^2.0.0", 5045 - "unist-util-position-from-estree": "^2.0.0", 5046 - "vfile-message": "^4.0.0" 5047 - } 5048 - }, 5049 - "node_modules/micromark-factory-space": { 5050 - "version": "2.0.1", 5051 - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 5052 - "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 5053 - "funding": [ 5054 - { 5055 - "type": "GitHub Sponsors", 5056 - "url": "https://github.com/sponsors/unifiedjs" 5057 - }, 5058 - { 5059 - "type": "OpenCollective", 5060 - "url": "https://opencollective.com/unified" 5061 - } 5062 - ], 5063 - "license": "MIT", 5064 - "dependencies": { 5065 - "micromark-util-character": "^2.0.0", 5066 - "micromark-util-types": "^2.0.0" 5067 - } 5068 - }, 5069 - "node_modules/micromark-factory-title": { 5070 - "version": "2.0.1", 5071 - "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 5072 - "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 5073 - "funding": [ 5074 - { 5075 - "type": "GitHub Sponsors", 5076 - "url": "https://github.com/sponsors/unifiedjs" 5077 - }, 5078 - { 5079 - "type": "OpenCollective", 5080 - "url": "https://opencollective.com/unified" 5081 - } 5082 - ], 5083 - "license": "MIT", 5084 - "dependencies": { 5085 - "micromark-factory-space": "^2.0.0", 5086 - "micromark-util-character": "^2.0.0", 5087 - "micromark-util-symbol": "^2.0.0", 5088 - "micromark-util-types": "^2.0.0" 5089 - } 5090 - }, 5091 - "node_modules/micromark-factory-whitespace": { 5092 - "version": "2.0.1", 5093 - "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 5094 - "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 5095 - "funding": [ 5096 - { 5097 - "type": "GitHub Sponsors", 5098 - "url": "https://github.com/sponsors/unifiedjs" 5099 - }, 5100 - { 5101 - "type": "OpenCollective", 5102 - "url": "https://opencollective.com/unified" 5103 - } 5104 - ], 5105 - "license": "MIT", 5106 - "dependencies": { 5107 - "micromark-factory-space": "^2.0.0", 5108 - "micromark-util-character": "^2.0.0", 5109 - "micromark-util-symbol": "^2.0.0", 5110 - "micromark-util-types": "^2.0.0" 5111 - } 5112 - }, 5113 - "node_modules/micromark-util-character": { 5114 - "version": "2.1.1", 5115 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 5116 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 5117 - "funding": [ 5118 - { 5119 - "type": "GitHub Sponsors", 5120 - "url": "https://github.com/sponsors/unifiedjs" 5121 - }, 5122 - { 5123 - "type": "OpenCollective", 5124 - "url": "https://opencollective.com/unified" 5125 - } 5126 - ], 5127 - "license": "MIT", 5128 - "dependencies": { 5129 - "micromark-util-symbol": "^2.0.0", 5130 - "micromark-util-types": "^2.0.0" 5131 - } 5132 - }, 5133 - "node_modules/micromark-util-chunked": { 5134 - "version": "2.0.1", 5135 - "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 5136 - "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 5137 - "funding": [ 5138 - { 5139 - "type": "GitHub Sponsors", 5140 - "url": "https://github.com/sponsors/unifiedjs" 5141 - }, 5142 - { 5143 - "type": "OpenCollective", 5144 - "url": "https://opencollective.com/unified" 5145 - } 5146 - ], 5147 - "license": "MIT", 5148 - "dependencies": { 5149 - "micromark-util-symbol": "^2.0.0" 5150 - } 5151 - }, 5152 - "node_modules/micromark-util-classify-character": { 5153 - "version": "2.0.1", 5154 - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 5155 - "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 5156 - "funding": [ 5157 - { 5158 - "type": "GitHub Sponsors", 5159 - "url": "https://github.com/sponsors/unifiedjs" 5160 - }, 5161 - { 5162 - "type": "OpenCollective", 5163 - "url": "https://opencollective.com/unified" 5164 - } 5165 - ], 5166 - "license": "MIT", 5167 - "dependencies": { 5168 - "micromark-util-character": "^2.0.0", 5169 - "micromark-util-symbol": "^2.0.0", 5170 - "micromark-util-types": "^2.0.0" 5171 - } 5172 - }, 5173 - "node_modules/micromark-util-combine-extensions": { 5174 - "version": "2.0.1", 5175 - "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 5176 - "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 5177 - "funding": [ 5178 - { 5179 - "type": "GitHub Sponsors", 5180 - "url": "https://github.com/sponsors/unifiedjs" 5181 - }, 5182 - { 5183 - "type": "OpenCollective", 5184 - "url": "https://opencollective.com/unified" 5185 - } 5186 - ], 5187 - "license": "MIT", 5188 - "dependencies": { 5189 - "micromark-util-chunked": "^2.0.0", 5190 - "micromark-util-types": "^2.0.0" 5191 - } 5192 - }, 5193 - "node_modules/micromark-util-decode-numeric-character-reference": { 5194 - "version": "2.0.2", 5195 - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 5196 - "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 5197 - "funding": [ 5198 - { 5199 - "type": "GitHub Sponsors", 5200 - "url": "https://github.com/sponsors/unifiedjs" 5201 - }, 5202 - { 5203 - "type": "OpenCollective", 5204 - "url": "https://opencollective.com/unified" 5205 - } 5206 - ], 5207 - "license": "MIT", 5208 - "dependencies": { 5209 - "micromark-util-symbol": "^2.0.0" 5210 - } 5211 - }, 5212 - "node_modules/micromark-util-decode-string": { 5213 - "version": "2.0.1", 5214 - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 5215 - "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 5216 - "funding": [ 5217 - { 5218 - "type": "GitHub Sponsors", 5219 - "url": "https://github.com/sponsors/unifiedjs" 5220 - }, 5221 - { 5222 - "type": "OpenCollective", 5223 - "url": "https://opencollective.com/unified" 5224 - } 5225 - ], 5226 - "license": "MIT", 5227 - "dependencies": { 5228 - "decode-named-character-reference": "^1.0.0", 5229 - "micromark-util-character": "^2.0.0", 5230 - "micromark-util-decode-numeric-character-reference": "^2.0.0", 5231 - "micromark-util-symbol": "^2.0.0" 5232 - } 5233 - }, 5234 - "node_modules/micromark-util-encode": { 5235 - "version": "2.0.1", 5236 - "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 5237 - "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 5238 - "funding": [ 5239 - { 5240 - "type": "GitHub Sponsors", 5241 - "url": "https://github.com/sponsors/unifiedjs" 5242 - }, 5243 - { 5244 - "type": "OpenCollective", 5245 - "url": "https://opencollective.com/unified" 5246 - } 5247 - ], 5248 - "license": "MIT" 5249 - }, 5250 - "node_modules/micromark-util-events-to-acorn": { 5251 - "version": "2.0.3", 5252 - "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz", 5253 - "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==", 5254 - "funding": [ 5255 - { 5256 - "type": "GitHub Sponsors", 5257 - "url": "https://github.com/sponsors/unifiedjs" 5258 - }, 5259 - { 5260 - "type": "OpenCollective", 5261 - "url": "https://opencollective.com/unified" 5262 - } 5263 - ], 5264 - "license": "MIT", 5265 - "dependencies": { 5266 - "@types/estree": "^1.0.0", 5267 - "@types/unist": "^3.0.0", 5268 - "devlop": "^1.0.0", 5269 - "estree-util-visit": "^2.0.0", 5270 - "micromark-util-symbol": "^2.0.0", 5271 - "micromark-util-types": "^2.0.0", 5272 - "vfile-message": "^4.0.0" 5273 - } 5274 - }, 5275 - "node_modules/micromark-util-html-tag-name": { 5276 - "version": "2.0.1", 5277 - "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 5278 - "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 5279 - "funding": [ 5280 - { 5281 - "type": "GitHub Sponsors", 5282 - "url": "https://github.com/sponsors/unifiedjs" 5283 - }, 5284 - { 5285 - "type": "OpenCollective", 5286 - "url": "https://opencollective.com/unified" 5287 - } 5288 - ], 5289 - "license": "MIT" 5290 - }, 5291 - "node_modules/micromark-util-normalize-identifier": { 5292 - "version": "2.0.1", 5293 - "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 5294 - "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 5295 - "funding": [ 5296 - { 5297 - "type": "GitHub Sponsors", 5298 - "url": "https://github.com/sponsors/unifiedjs" 5299 - }, 5300 - { 5301 - "type": "OpenCollective", 5302 - "url": "https://opencollective.com/unified" 5303 - } 5304 - ], 5305 - "license": "MIT", 5306 - "dependencies": { 5307 - "micromark-util-symbol": "^2.0.0" 5308 - } 5309 - }, 5310 - "node_modules/micromark-util-resolve-all": { 5311 - "version": "2.0.1", 5312 - "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 5313 - "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 5314 - "funding": [ 5315 - { 5316 - "type": "GitHub Sponsors", 5317 - "url": "https://github.com/sponsors/unifiedjs" 5318 - }, 5319 - { 5320 - "type": "OpenCollective", 5321 - "url": "https://opencollective.com/unified" 5322 - } 5323 - ], 5324 - "license": "MIT", 5325 - "dependencies": { 5326 - "micromark-util-types": "^2.0.0" 5327 - } 5328 - }, 5329 - "node_modules/micromark-util-sanitize-uri": { 5330 - "version": "2.0.1", 5331 - "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 5332 - "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 5333 - "funding": [ 5334 - { 5335 - "type": "GitHub Sponsors", 5336 - "url": "https://github.com/sponsors/unifiedjs" 5337 - }, 5338 - { 5339 - "type": "OpenCollective", 5340 - "url": "https://opencollective.com/unified" 5341 - } 5342 - ], 5343 - "license": "MIT", 5344 - "dependencies": { 5345 - "micromark-util-character": "^2.0.0", 5346 - "micromark-util-encode": "^2.0.0", 5347 - "micromark-util-symbol": "^2.0.0" 5348 - } 5349 - }, 5350 - "node_modules/micromark-util-subtokenize": { 5351 - "version": "2.1.0", 5352 - "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", 5353 - "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", 5354 - "funding": [ 5355 - { 5356 - "type": "GitHub Sponsors", 5357 - "url": "https://github.com/sponsors/unifiedjs" 5358 - }, 5359 - { 5360 - "type": "OpenCollective", 5361 - "url": "https://opencollective.com/unified" 5362 - } 5363 - ], 5364 - "license": "MIT", 5365 - "dependencies": { 5366 - "devlop": "^1.0.0", 5367 - "micromark-util-chunked": "^2.0.0", 5368 - "micromark-util-symbol": "^2.0.0", 5369 - "micromark-util-types": "^2.0.0" 5370 - } 5371 - }, 5372 - "node_modules/micromark-util-symbol": { 5373 - "version": "2.0.1", 5374 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 5375 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 5376 - "funding": [ 5377 - { 5378 - "type": "GitHub Sponsors", 5379 - "url": "https://github.com/sponsors/unifiedjs" 5380 - }, 5381 - { 5382 - "type": "OpenCollective", 5383 - "url": "https://opencollective.com/unified" 5384 - } 5385 - ], 5386 - "license": "MIT" 5387 - }, 5388 - "node_modules/micromark-util-types": { 5389 - "version": "2.0.2", 5390 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", 5391 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", 5392 - "funding": [ 5393 - { 5394 - "type": "GitHub Sponsors", 5395 - "url": "https://github.com/sponsors/unifiedjs" 5396 - }, 5397 - { 5398 - "type": "OpenCollective", 5399 - "url": "https://opencollective.com/unified" 5400 - } 5401 - ], 5402 - "license": "MIT" 5403 - }, 5404 - "node_modules/micromatch": { 5405 - "version": "4.0.8", 5406 - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 5407 - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 5408 - "license": "MIT", 5409 - "dependencies": { 5410 - "braces": "^3.0.3", 5411 - "picomatch": "^2.3.1" 5412 - }, 5413 - "engines": { 5414 - "node": ">=8.6" 5415 - } 5416 - }, 5417 - "node_modules/mimic-fn": { 5418 - "version": "4.0.0", 5419 - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", 5420 - "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", 5421 - "license": "MIT", 5422 - "engines": { 5423 - "node": ">=12" 5424 - }, 5425 - "funding": { 5426 - "url": "https://github.com/sponsors/sindresorhus" 5427 - } 5428 - }, 5429 - "node_modules/minipass": { 5430 - "version": "7.1.2", 5431 - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", 5432 - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", 5433 - "license": "ISC", 5434 - "engines": { 5435 - "node": ">=16 || 14 >=14.17" 5436 - } 5437 - }, 5438 - "node_modules/minizlib": { 5439 - "version": "3.0.2", 5440 - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz", 5441 - "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==", 5442 - "license": "MIT", 5443 - "dependencies": { 5444 - "minipass": "^7.1.2" 5445 - }, 5446 - "engines": { 5447 - "node": ">= 18" 5448 - } 5449 - }, 5450 - "node_modules/mj-context-menu": { 5451 - "version": "0.6.1", 5452 - "resolved": "https://registry.npmjs.org/mj-context-menu/-/mj-context-menu-0.6.1.tgz", 5453 - "integrity": "sha512-7NO5s6n10TIV96d4g2uDpG7ZDpIhMh0QNfGdJw/W47JswFcosz457wqz/b5sAKvl12sxINGFCn80NZHKwxQEXA==", 5454 - "license": "Apache-2.0" 5455 - }, 5456 - "node_modules/mkdirp": { 5457 - "version": "3.0.1", 5458 - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", 5459 - "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", 5460 - "license": "MIT", 5461 - "bin": { 5462 - "mkdirp": "dist/cjs/src/bin.js" 5463 - }, 5464 - "engines": { 5465 - "node": ">=10" 5466 - }, 5467 - "funding": { 5468 - "url": "https://github.com/sponsors/isaacs" 5469 - } 5470 - }, 5471 - "node_modules/mlly": { 5472 - "version": "1.7.4", 5473 - "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.4.tgz", 5474 - "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==", 5475 - "license": "MIT", 5476 - "dependencies": { 5477 - "acorn": "^8.14.0", 5478 - "pathe": "^2.0.1", 5479 - "pkg-types": "^1.3.0", 5480 - "ufo": "^1.5.4" 5481 - } 5482 - }, 5483 - "node_modules/mlly/node_modules/confbox": { 5484 - "version": "0.1.8", 5485 - "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", 5486 - "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", 5487 - "license": "MIT" 5488 - }, 5489 - "node_modules/mlly/node_modules/pkg-types": { 5490 - "version": "1.3.1", 5491 - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz", 5492 - "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==", 5493 - "license": "MIT", 5494 - "dependencies": { 5495 - "confbox": "^0.1.8", 5496 - "mlly": "^1.7.4", 5497 - "pathe": "^2.0.1" 5498 - } 5499 - }, 5500 - "node_modules/ms": { 5501 - "version": "2.1.3", 5502 - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 5503 - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 5504 - "license": "MIT" 5505 - }, 5506 - "node_modules/nanoid": { 5507 - "version": "3.3.11", 5508 - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", 5509 - "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", 5510 - "funding": [ 5511 - { 5512 - "type": "github", 5513 - "url": "https://github.com/sponsors/ai" 5514 - } 5515 - ], 5516 - "license": "MIT", 5517 - "bin": { 5518 - "nanoid": "bin/nanoid.cjs" 5519 - }, 5520 - "engines": { 5521 - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 5522 - } 5523 - }, 5524 - "node_modules/negotiator": { 5525 - "version": "1.0.0", 5526 - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", 5527 - "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", 5528 - "license": "MIT", 5529 - "engines": { 5530 - "node": ">= 0.6" 5531 - } 5532 - }, 5533 - "node_modules/next": { 5534 - "version": "15.4.3", 5535 - "resolved": "https://registry.npmjs.org/next/-/next-15.4.3.tgz", 5536 - "integrity": "sha512-uW7Qe6poVasNIE1X382nI29oxSdFJzjQzTgJFLD43MxyPfGKKxCMySllhBpvqr48f58Om+tLMivzRwBpXEytvA==", 5537 - "license": "MIT", 5538 - "dependencies": { 5539 - "@next/env": "15.4.3", 5540 - "@swc/helpers": "0.5.15", 5541 - "caniuse-lite": "^1.0.30001579", 5542 - "postcss": "8.4.31", 5543 - "styled-jsx": "5.1.6" 5544 - }, 5545 - "bin": { 5546 - "next": "dist/bin/next" 5547 - }, 5548 - "engines": { 5549 - "node": "^18.18.0 || ^19.8.0 || >= 20.0.0" 5550 - }, 5551 - "optionalDependencies": { 5552 - "@next/swc-darwin-arm64": "15.4.3", 5553 - "@next/swc-darwin-x64": "15.4.3", 5554 - "@next/swc-linux-arm64-gnu": "15.4.3", 5555 - "@next/swc-linux-arm64-musl": "15.4.3", 5556 - "@next/swc-linux-x64-gnu": "15.4.3", 5557 - "@next/swc-linux-x64-musl": "15.4.3", 5558 - "@next/swc-win32-arm64-msvc": "15.4.3", 5559 - "@next/swc-win32-x64-msvc": "15.4.3", 5560 - "sharp": "^0.34.3" 5561 - }, 5562 - "peerDependencies": { 5563 - "@opentelemetry/api": "^1.1.0", 5564 - "@playwright/test": "^1.51.1", 5565 - "babel-plugin-react-compiler": "*", 5566 - "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", 5567 - "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", 5568 - "sass": "^1.3.0" 5569 - }, 5570 - "peerDependenciesMeta": { 5571 - "@opentelemetry/api": { 5572 - "optional": true 5573 - }, 5574 - "@playwright/test": { 5575 - "optional": true 5576 - }, 5577 - "babel-plugin-react-compiler": { 5578 - "optional": true 5579 - }, 5580 - "sass": { 5581 - "optional": true 5582 - } 5583 - } 5584 - }, 5585 - "node_modules/next-themes": { 5586 - "version": "0.4.6", 5587 - "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz", 5588 - "integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==", 5589 - "license": "MIT", 5590 - "peerDependencies": { 5591 - "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc", 5592 - "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc" 5593 - } 5594 - }, 5595 - "node_modules/next/node_modules/postcss": { 5596 - "version": "8.4.31", 5597 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", 5598 - "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", 5599 - "funding": [ 5600 - { 5601 - "type": "opencollective", 5602 - "url": "https://opencollective.com/postcss/" 5603 - }, 5604 - { 5605 - "type": "tidelift", 5606 - "url": "https://tidelift.com/funding/github/npm/postcss" 5607 - }, 5608 - { 5609 - "type": "github", 5610 - "url": "https://github.com/sponsors/ai" 5611 - } 5612 - ], 5613 - "license": "MIT", 5614 - "dependencies": { 5615 - "nanoid": "^3.3.6", 5616 - "picocolors": "^1.0.0", 5617 - "source-map-js": "^1.0.2" 5618 - }, 5619 - "engines": { 5620 - "node": "^10 || ^12 || >=14" 5621 - } 5622 - }, 5623 - "node_modules/nextra": { 5624 - "version": "4.2.17", 5625 - "resolved": "https://registry.npmjs.org/nextra/-/nextra-4.2.17.tgz", 5626 - "integrity": "sha512-WBZGSUeUJqkYm3F3F7+4N1oMP84r/YK/rAg96wkywu/MIsuUREY8fLXQgQbKkvcLbBl/7Wk2Iy+9xlhDu+weNg==", 5627 - "license": "MIT", 5628 - "dependencies": { 5629 - "@formatjs/intl-localematcher": "^0.6.0", 5630 - "@headlessui/react": "^2.1.2", 5631 - "@mdx-js/mdx": "^3.0.0", 5632 - "@napi-rs/simple-git": "^0.1.9", 5633 - "@shikijs/twoslash": "^2.0.0", 5634 - "@theguild/remark-mermaid": "^0.2.0", 5635 - "@theguild/remark-npm2yarn": "^0.3.2", 5636 - "better-react-mathjax": "^2.0.3", 5637 - "clsx": "^2.1.0", 5638 - "estree-util-to-js": "^2.0.0", 5639 - "estree-util-value-to-estree": "^3.0.1", 5640 - "fast-glob": "^3.3.2", 5641 - "github-slugger": "^2.0.0", 5642 - "hast-util-to-estree": "^3.1.0", 5643 - "katex": "^0.16.21", 5644 - "mdast-util-from-markdown": "^2.0.1", 5645 - "mdast-util-gfm": "^3.0.0", 5646 - "mdast-util-to-hast": "^13.2.0", 5647 - "negotiator": "^1.0.0", 5648 - "react-compiler-runtime": "0.0.0-experimental-22c6e49-20241219", 5649 - "react-medium-image-zoom": "^5.2.12", 5650 - "rehype-katex": "^7.0.0", 5651 - "rehype-pretty-code": "0.14.1", 5652 - "rehype-raw": "^7.0.0", 5653 - "remark-frontmatter": "^5.0.0", 5654 - "remark-gfm": "^4.0.0", 5655 - "remark-math": "^6.0.0", 5656 - "remark-reading-time": "^2.0.1", 5657 - "remark-smartypants": "^3.0.0", 5658 - "shiki": "^2.0.0", 5659 - "slash": "^5.1.0", 5660 - "title": "^4.0.1", 5661 - "unist-util-remove": "^4.0.0", 5662 - "unist-util-visit": "^5.0.0", 5663 - "unist-util-visit-children": "^3.0.0", 5664 - "yaml": "^2.3.2", 5665 - "zod": "^3.22.3", 5666 - "zod-validation-error": "^3.0.0" 5667 - }, 5668 - "engines": { 5669 - "node": ">=18" 5670 - }, 5671 - "peerDependencies": { 5672 - "next": ">=14", 5673 - "react": ">=18", 5674 - "react-dom": ">=18" 5675 - } 5676 - }, 5677 - "node_modules/nextra-theme-docs": { 5678 - "version": "4.2.17", 5679 - "resolved": "https://registry.npmjs.org/nextra-theme-docs/-/nextra-theme-docs-4.2.17.tgz", 5680 - "integrity": "sha512-QQ7iPHQ7zqh7dKJZ3SQbxqoFt7r8RHD9v7dFtJ+x8evEfxwM23oBGHNBqIjBoPl5uSwtvufEiVd7WMhK+Dxdww==", 5681 - "license": "MIT", 5682 - "dependencies": { 5683 - "@headlessui/react": "^2.1.2", 5684 - "clsx": "^2.1.0", 5685 - "next-themes": "^0.4.0", 5686 - "react-compiler-runtime": "0.0.0-experimental-22c6e49-20241219", 5687 - "scroll-into-view-if-needed": "^3.1.0", 5688 - "zod": "^3.22.3", 5689 - "zod-validation-error": "^3.0.0", 5690 - "zustand": "^5.0.1" 5691 - }, 5692 - "peerDependencies": { 5693 - "next": ">=14", 5694 - "nextra": "4.2.17", 5695 - "react": ">=18", 5696 - "react-dom": ">=18" 5697 - } 5698 - }, 5699 - "node_modules/nextra/node_modules/@theguild/remark-mermaid": { 5700 - "version": "0.2.0", 5701 - "resolved": "https://registry.npmjs.org/@theguild/remark-mermaid/-/remark-mermaid-0.2.0.tgz", 5702 - "integrity": "sha512-o8n57TJy0OI4PCrNw8z6S+vpHtrwoQZzTA5Y3fL0U1NDRIoMg/78duWgEBFsCZcWM1G6zjE91yg1aKCsDwgE2Q==", 5703 - "license": "MIT", 5704 - "dependencies": { 5705 - "mermaid": "^11.0.0", 5706 - "unist-util-visit": "^5.0.0" 5707 - }, 5708 - "peerDependencies": { 5709 - "react": "^18.2.0" 5710 - } 5711 - }, 5712 - "node_modules/nlcst-to-string": { 5713 - "version": "4.0.0", 5714 - "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", 5715 - "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", 5716 - "license": "MIT", 5717 - "dependencies": { 5718 - "@types/nlcst": "^2.0.0" 5719 - }, 5720 - "funding": { 5721 - "type": "opencollective", 5722 - "url": "https://opencollective.com/unified" 5723 - } 5724 - }, 5725 - "node_modules/npm-run-path": { 5726 - "version": "5.3.0", 5727 - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", 5728 - "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", 5729 - "license": "MIT", 5730 - "dependencies": { 5731 - "path-key": "^4.0.0" 5732 - }, 5733 - "engines": { 5734 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 5735 - }, 5736 - "funding": { 5737 - "url": "https://github.com/sponsors/sindresorhus" 5738 - } 5739 - }, 5740 - "node_modules/npm-run-path/node_modules/path-key": { 5741 - "version": "4.0.0", 5742 - "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", 5743 - "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", 5744 - "license": "MIT", 5745 - "engines": { 5746 - "node": ">=12" 5747 - }, 5748 - "funding": { 5749 - "url": "https://github.com/sponsors/sindresorhus" 5750 - } 5751 - }, 5752 - "node_modules/npm-to-yarn": { 5753 - "version": "3.0.1", 5754 - "resolved": "https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-3.0.1.tgz", 5755 - "integrity": "sha512-tt6PvKu4WyzPwWUzy/hvPFqn+uwXO0K1ZHka8az3NnrhWJDmSqI8ncWq0fkL0k/lmmi5tAC11FXwXuh0rFbt1A==", 5756 - "license": "MIT", 5757 - "engines": { 5758 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 5759 - }, 5760 - "funding": { 5761 - "url": "https://github.com/nebrelbug/npm-to-yarn?sponsor=1" 5762 - } 5763 - }, 5764 - "node_modules/onetime": { 5765 - "version": "6.0.0", 5766 - "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", 5767 - "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", 5768 - "license": "MIT", 5769 - "dependencies": { 5770 - "mimic-fn": "^4.0.0" 5771 - }, 5772 - "engines": { 5773 - "node": ">=12" 5774 - }, 5775 - "funding": { 5776 - "url": "https://github.com/sponsors/sindresorhus" 5777 - } 5778 - }, 5779 - "node_modules/oniguruma-to-es": { 5780 - "version": "3.1.1", 5781 - "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-3.1.1.tgz", 5782 - "integrity": "sha512-bUH8SDvPkH3ho3dvwJwfonjlQ4R80vjyvrU8YpxuROddv55vAEJrTuCuCVUhhsHbtlD9tGGbaNApGQckXhS8iQ==", 5783 - "license": "MIT", 5784 - "dependencies": { 5785 - "emoji-regex-xs": "^1.0.0", 5786 - "regex": "^6.0.1", 5787 - "regex-recursion": "^6.0.2" 5788 - } 5789 - }, 5790 - "node_modules/package-manager-detector": { 5791 - "version": "1.3.0", 5792 - "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.3.0.tgz", 5793 - "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==", 5794 - "license": "MIT" 5795 - }, 5796 - "node_modules/pagefind": { 5797 - "version": "1.3.0", 5798 - "resolved": "https://registry.npmjs.org/pagefind/-/pagefind-1.3.0.tgz", 5799 - "integrity": "sha512-8KPLGT5g9s+olKMRTU9LFekLizkVIu9tes90O1/aigJ0T5LmyPqTzGJrETnSw3meSYg58YH7JTzhTTW/3z6VAw==", 5800 - "dev": true, 5801 - "license": "MIT", 5802 - "bin": { 5803 - "pagefind": "lib/runner/bin.cjs" 5804 - }, 5805 - "optionalDependencies": { 5806 - "@pagefind/darwin-arm64": "1.3.0", 5807 - "@pagefind/darwin-x64": "1.3.0", 5808 - "@pagefind/linux-arm64": "1.3.0", 5809 - "@pagefind/linux-x64": "1.3.0", 5810 - "@pagefind/windows-x64": "1.3.0" 5811 - } 5812 - }, 5813 - "node_modules/parse-entities": { 5814 - "version": "4.0.2", 5815 - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", 5816 - "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", 5817 - "license": "MIT", 5818 - "dependencies": { 5819 - "@types/unist": "^2.0.0", 5820 - "character-entities-legacy": "^3.0.0", 5821 - "character-reference-invalid": "^2.0.0", 5822 - "decode-named-character-reference": "^1.0.0", 5823 - "is-alphanumerical": "^2.0.0", 5824 - "is-decimal": "^2.0.0", 5825 - "is-hexadecimal": "^2.0.0" 5826 - }, 5827 - "funding": { 5828 - "type": "github", 5829 - "url": "https://github.com/sponsors/wooorm" 5830 - } 5831 - }, 5832 - "node_modules/parse-entities/node_modules/@types/unist": { 5833 - "version": "2.0.11", 5834 - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", 5835 - "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", 5836 - "license": "MIT" 5837 - }, 5838 - "node_modules/parse-latin": { 5839 - "version": "7.0.0", 5840 - "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", 5841 - "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", 5842 - "license": "MIT", 5843 - "dependencies": { 5844 - "@types/nlcst": "^2.0.0", 5845 - "@types/unist": "^3.0.0", 5846 - "nlcst-to-string": "^4.0.0", 5847 - "unist-util-modify-children": "^4.0.0", 5848 - "unist-util-visit-children": "^3.0.0", 5849 - "vfile": "^6.0.0" 5850 - }, 5851 - "funding": { 5852 - "type": "github", 5853 - "url": "https://github.com/sponsors/wooorm" 5854 - } 5855 - }, 5856 - "node_modules/parse-numeric-range": { 5857 - "version": "1.3.0", 5858 - "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz", 5859 - "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==", 5860 - "license": "ISC" 5861 - }, 5862 - "node_modules/parse5": { 5863 - "version": "7.3.0", 5864 - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", 5865 - "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", 5866 - "license": "MIT", 5867 - "dependencies": { 5868 - "entities": "^6.0.0" 5869 - }, 5870 - "funding": { 5871 - "url": "https://github.com/inikulin/parse5?sponsor=1" 5872 - } 5873 - }, 5874 - "node_modules/path-data-parser": { 5875 - "version": "0.1.0", 5876 - "resolved": "https://registry.npmjs.org/path-data-parser/-/path-data-parser-0.1.0.tgz", 5877 - "integrity": "sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==", 5878 - "license": "MIT" 5879 - }, 5880 - "node_modules/path-key": { 5881 - "version": "3.1.1", 5882 - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 5883 - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 5884 - "license": "MIT", 5885 - "engines": { 5886 - "node": ">=8" 5887 - } 5888 - }, 5889 - "node_modules/pathe": { 5890 - "version": "2.0.3", 5891 - "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", 5892 - "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", 5893 - "license": "MIT" 5894 - }, 5895 - "node_modules/picocolors": { 5896 - "version": "1.1.1", 5897 - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 5898 - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 5899 - "license": "ISC" 5900 - }, 5901 - "node_modules/picomatch": { 5902 - "version": "2.3.1", 5903 - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 5904 - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 5905 - "license": "MIT", 5906 - "engines": { 5907 - "node": ">=8.6" 5908 - }, 5909 - "funding": { 5910 - "url": "https://github.com/sponsors/jonschlinkert" 5911 - } 5912 - }, 5913 - "node_modules/pkg-types": { 5914 - "version": "2.2.0", 5915 - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.2.0.tgz", 5916 - "integrity": "sha512-2SM/GZGAEkPp3KWORxQZns4M+WSeXbC2HEvmOIJe3Cmiv6ieAJvdVhDldtHqM5J1Y7MrR1XhkBT/rMlhh9FdqQ==", 5917 - "license": "MIT", 5918 - "dependencies": { 5919 - "confbox": "^0.2.2", 5920 - "exsolve": "^1.0.7", 5921 - "pathe": "^2.0.3" 5922 - } 5923 - }, 5924 - "node_modules/points-on-curve": { 5925 - "version": "0.2.0", 5926 - "resolved": "https://registry.npmjs.org/points-on-curve/-/points-on-curve-0.2.0.tgz", 5927 - "integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==", 5928 - "license": "MIT" 5929 - }, 5930 - "node_modules/points-on-path": { 5931 - "version": "0.2.1", 5932 - "resolved": "https://registry.npmjs.org/points-on-path/-/points-on-path-0.2.1.tgz", 5933 - "integrity": "sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==", 5934 - "license": "MIT", 5935 - "dependencies": { 5936 - "path-data-parser": "0.1.0", 5937 - "points-on-curve": "0.2.0" 5938 - } 5939 - }, 5940 - "node_modules/postcss": { 5941 - "version": "8.5.6", 5942 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", 5943 - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", 5944 - "funding": [ 5945 - { 5946 - "type": "opencollective", 5947 - "url": "https://opencollective.com/postcss/" 5948 - }, 5949 - { 5950 - "type": "tidelift", 5951 - "url": "https://tidelift.com/funding/github/npm/postcss" 5952 - }, 5953 - { 5954 - "type": "github", 5955 - "url": "https://github.com/sponsors/ai" 5956 - } 5957 - ], 5958 - "license": "MIT", 5959 - "dependencies": { 5960 - "nanoid": "^3.3.11", 5961 - "picocolors": "^1.1.1", 5962 - "source-map-js": "^1.2.1" 5963 - }, 5964 - "engines": { 5965 - "node": "^10 || ^12 || >=14" 5966 - } 5967 - }, 5968 - "node_modules/property-information": { 5969 - "version": "7.1.0", 5970 - "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", 5971 - "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", 5972 - "license": "MIT", 5973 - "funding": { 5974 - "type": "github", 5975 - "url": "https://github.com/sponsors/wooorm" 5976 - } 5977 - }, 5978 - "node_modules/quansync": { 5979 - "version": "0.2.10", 5980 - "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.10.tgz", 5981 - "integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==", 5982 - "funding": [ 5983 - { 5984 - "type": "individual", 5985 - "url": "https://github.com/sponsors/antfu" 5986 - }, 5987 - { 5988 - "type": "individual", 5989 - "url": "https://github.com/sponsors/sxzz" 5990 - } 5991 - ], 5992 - "license": "MIT" 5993 - }, 5994 - "node_modules/queue-microtask": { 5995 - "version": "1.2.3", 5996 - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 5997 - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 5998 - "funding": [ 5999 - { 6000 - "type": "github", 6001 - "url": "https://github.com/sponsors/feross" 6002 - }, 6003 - { 6004 - "type": "patreon", 6005 - "url": "https://www.patreon.com/feross" 6006 - }, 6007 - { 6008 - "type": "consulting", 6009 - "url": "https://feross.org/support" 6010 - } 6011 - ], 6012 - "license": "MIT" 6013 - }, 6014 - "node_modules/react": { 6015 - "version": "19.1.0", 6016 - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", 6017 - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", 6018 - "license": "MIT", 6019 - "engines": { 6020 - "node": ">=0.10.0" 6021 - } 6022 - }, 6023 - "node_modules/react-compiler-runtime": { 6024 - "version": "0.0.0-experimental-22c6e49-20241219", 6025 - "resolved": "https://registry.npmjs.org/react-compiler-runtime/-/react-compiler-runtime-0.0.0-experimental-22c6e49-20241219.tgz", 6026 - "integrity": "sha512-bOAGaRL1ldfIIpbDsl+uV025Ta6RS6/cOjvvh8r2Vo7KtqB+RSvihVYRsWQz7ECKNPWdq5MClS845acwAwieDw==", 6027 - "license": "MIT", 6028 - "peerDependencies": { 6029 - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" 6030 - } 6031 - }, 6032 - "node_modules/react-dom": { 6033 - "version": "19.1.0", 6034 - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz", 6035 - "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==", 6036 - "license": "MIT", 6037 - "dependencies": { 6038 - "scheduler": "^0.26.0" 6039 - }, 6040 - "peerDependencies": { 6041 - "react": "^19.1.0" 6042 - } 6043 - }, 6044 - "node_modules/react-medium-image-zoom": { 6045 - "version": "5.3.0", 6046 - "resolved": "https://registry.npmjs.org/react-medium-image-zoom/-/react-medium-image-zoom-5.3.0.tgz", 6047 - "integrity": "sha512-RCIzVlsKqy3BYgGgYbolUfuvx0aSKC7YhX/IJGEp+WJxsqdIVYJHkBdj++FAj6VD7RiWj6VVmdCfa/9vJE9hZg==", 6048 - "funding": [ 6049 - { 6050 - "type": "github", 6051 - "url": "https://github.com/sponsors/rpearce" 6052 - } 6053 - ], 6054 - "license": "BSD-3-Clause", 6055 - "peerDependencies": { 6056 - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", 6057 - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" 6058 - } 6059 - }, 6060 - "node_modules/reading-time": { 6061 - "version": "1.5.0", 6062 - "resolved": "https://registry.npmjs.org/reading-time/-/reading-time-1.5.0.tgz", 6063 - "integrity": "sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==", 6064 - "license": "MIT" 6065 - }, 6066 - "node_modules/recma-build-jsx": { 6067 - "version": "1.0.0", 6068 - "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz", 6069 - "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==", 6070 - "license": "MIT", 6071 - "dependencies": { 6072 - "@types/estree": "^1.0.0", 6073 - "estree-util-build-jsx": "^3.0.0", 6074 - "vfile": "^6.0.0" 6075 - }, 6076 - "funding": { 6077 - "type": "opencollective", 6078 - "url": "https://opencollective.com/unified" 6079 - } 6080 - }, 6081 - "node_modules/recma-jsx": { 6082 - "version": "1.0.0", 6083 - "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.0.tgz", 6084 - "integrity": "sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==", 6085 - "license": "MIT", 6086 - "dependencies": { 6087 - "acorn-jsx": "^5.0.0", 6088 - "estree-util-to-js": "^2.0.0", 6089 - "recma-parse": "^1.0.0", 6090 - "recma-stringify": "^1.0.0", 6091 - "unified": "^11.0.0" 6092 - }, 6093 - "funding": { 6094 - "type": "opencollective", 6095 - "url": "https://opencollective.com/unified" 6096 - } 6097 - }, 6098 - "node_modules/recma-parse": { 6099 - "version": "1.0.0", 6100 - "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz", 6101 - "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==", 6102 - "license": "MIT", 6103 - "dependencies": { 6104 - "@types/estree": "^1.0.0", 6105 - "esast-util-from-js": "^2.0.0", 6106 - "unified": "^11.0.0", 6107 - "vfile": "^6.0.0" 6108 - }, 6109 - "funding": { 6110 - "type": "opencollective", 6111 - "url": "https://opencollective.com/unified" 6112 - } 6113 - }, 6114 - "node_modules/recma-stringify": { 6115 - "version": "1.0.0", 6116 - "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz", 6117 - "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==", 6118 - "license": "MIT", 6119 - "dependencies": { 6120 - "@types/estree": "^1.0.0", 6121 - "estree-util-to-js": "^2.0.0", 6122 - "unified": "^11.0.0", 6123 - "vfile": "^6.0.0" 6124 - }, 6125 - "funding": { 6126 - "type": "opencollective", 6127 - "url": "https://opencollective.com/unified" 6128 - } 6129 - }, 6130 - "node_modules/regex": { 6131 - "version": "6.0.1", 6132 - "resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz", 6133 - "integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==", 6134 - "license": "MIT", 6135 - "dependencies": { 6136 - "regex-utilities": "^2.3.0" 6137 - } 6138 - }, 6139 - "node_modules/regex-recursion": { 6140 - "version": "6.0.2", 6141 - "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz", 6142 - "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==", 6143 - "license": "MIT", 6144 - "dependencies": { 6145 - "regex-utilities": "^2.3.0" 6146 - } 6147 - }, 6148 - "node_modules/regex-utilities": { 6149 - "version": "2.3.0", 6150 - "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", 6151 - "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", 6152 - "license": "MIT" 6153 - }, 6154 - "node_modules/rehype-katex": { 6155 - "version": "7.0.1", 6156 - "resolved": "https://registry.npmjs.org/rehype-katex/-/rehype-katex-7.0.1.tgz", 6157 - "integrity": "sha512-OiM2wrZ/wuhKkigASodFoo8wimG3H12LWQaH8qSPVJn9apWKFSH3YOCtbKpBorTVw/eI7cuT21XBbvwEswbIOA==", 6158 - "license": "MIT", 6159 - "dependencies": { 6160 - "@types/hast": "^3.0.0", 6161 - "@types/katex": "^0.16.0", 6162 - "hast-util-from-html-isomorphic": "^2.0.0", 6163 - "hast-util-to-text": "^4.0.0", 6164 - "katex": "^0.16.0", 6165 - "unist-util-visit-parents": "^6.0.0", 6166 - "vfile": "^6.0.0" 6167 - }, 6168 - "funding": { 6169 - "type": "opencollective", 6170 - "url": "https://opencollective.com/unified" 6171 - } 6172 - }, 6173 - "node_modules/rehype-parse": { 6174 - "version": "9.0.1", 6175 - "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", 6176 - "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", 6177 - "license": "MIT", 6178 - "dependencies": { 6179 - "@types/hast": "^3.0.0", 6180 - "hast-util-from-html": "^2.0.0", 6181 - "unified": "^11.0.0" 6182 - }, 6183 - "funding": { 6184 - "type": "opencollective", 6185 - "url": "https://opencollective.com/unified" 6186 - } 6187 - }, 6188 - "node_modules/rehype-pretty-code": { 6189 - "version": "0.14.1", 6190 - "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.14.1.tgz", 6191 - "integrity": "sha512-IpG4OL0iYlbx78muVldsK86hdfNoht0z63AP7sekQNW2QOTmjxB7RbTO+rhIYNGRljgHxgVZoPwUl6bIC9SbjA==", 6192 - "license": "MIT", 6193 - "dependencies": { 6194 - "@types/hast": "^3.0.4", 6195 - "hast-util-to-string": "^3.0.0", 6196 - "parse-numeric-range": "^1.3.0", 6197 - "rehype-parse": "^9.0.0", 6198 - "unified": "^11.0.5", 6199 - "unist-util-visit": "^5.0.0" 6200 - }, 6201 - "engines": { 6202 - "node": ">=18" 6203 - }, 6204 - "peerDependencies": { 6205 - "shiki": "^1.0.0 || ^2.0.0 || ^3.0.0" 6206 - } 6207 - }, 6208 - "node_modules/rehype-raw": { 6209 - "version": "7.0.0", 6210 - "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 6211 - "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 6212 - "license": "MIT", 6213 - "dependencies": { 6214 - "@types/hast": "^3.0.0", 6215 - "hast-util-raw": "^9.0.0", 6216 - "vfile": "^6.0.0" 6217 - }, 6218 - "funding": { 6219 - "type": "opencollective", 6220 - "url": "https://opencollective.com/unified" 6221 - } 6222 - }, 6223 - "node_modules/rehype-recma": { 6224 - "version": "1.0.0", 6225 - "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz", 6226 - "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==", 6227 - "license": "MIT", 6228 - "dependencies": { 6229 - "@types/estree": "^1.0.0", 6230 - "@types/hast": "^3.0.0", 6231 - "hast-util-to-estree": "^3.0.0" 6232 - }, 6233 - "funding": { 6234 - "type": "opencollective", 6235 - "url": "https://opencollective.com/unified" 6236 - } 6237 - }, 6238 - "node_modules/remark-frontmatter": { 6239 - "version": "5.0.0", 6240 - "resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-5.0.0.tgz", 6241 - "integrity": "sha512-XTFYvNASMe5iPN0719nPrdItC9aU0ssC4v14mH1BCi1u0n1gAocqcujWUrByftZTbLhRtiKRyjYTSIOcr69UVQ==", 6242 - "license": "MIT", 6243 - "dependencies": { 6244 - "@types/mdast": "^4.0.0", 6245 - "mdast-util-frontmatter": "^2.0.0", 6246 - "micromark-extension-frontmatter": "^2.0.0", 6247 - "unified": "^11.0.0" 6248 - }, 6249 - "funding": { 6250 - "type": "opencollective", 6251 - "url": "https://opencollective.com/unified" 6252 - } 6253 - }, 6254 - "node_modules/remark-gfm": { 6255 - "version": "4.0.1", 6256 - "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 6257 - "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 6258 - "license": "MIT", 6259 - "dependencies": { 6260 - "@types/mdast": "^4.0.0", 6261 - "mdast-util-gfm": "^3.0.0", 6262 - "micromark-extension-gfm": "^3.0.0", 6263 - "remark-parse": "^11.0.0", 6264 - "remark-stringify": "^11.0.0", 6265 - "unified": "^11.0.0" 6266 - }, 6267 - "funding": { 6268 - "type": "opencollective", 6269 - "url": "https://opencollective.com/unified" 6270 - } 6271 - }, 6272 - "node_modules/remark-math": { 6273 - "version": "6.0.0", 6274 - "resolved": "https://registry.npmjs.org/remark-math/-/remark-math-6.0.0.tgz", 6275 - "integrity": "sha512-MMqgnP74Igy+S3WwnhQ7kqGlEerTETXMvJhrUzDikVZ2/uogJCb+WHUg97hK9/jcfc0dkD73s3LN8zU49cTEtA==", 6276 - "license": "MIT", 6277 - "dependencies": { 6278 - "@types/mdast": "^4.0.0", 6279 - "mdast-util-math": "^3.0.0", 6280 - "micromark-extension-math": "^3.0.0", 6281 - "unified": "^11.0.0" 6282 - }, 6283 - "funding": { 6284 - "type": "opencollective", 6285 - "url": "https://opencollective.com/unified" 6286 - } 6287 - }, 6288 - "node_modules/remark-mdx": { 6289 - "version": "3.1.0", 6290 - "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.0.tgz", 6291 - "integrity": "sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==", 6292 - "license": "MIT", 6293 - "dependencies": { 6294 - "mdast-util-mdx": "^3.0.0", 6295 - "micromark-extension-mdxjs": "^3.0.0" 6296 - }, 6297 - "funding": { 6298 - "type": "opencollective", 6299 - "url": "https://opencollective.com/unified" 6300 - } 6301 - }, 6302 - "node_modules/remark-parse": { 6303 - "version": "11.0.0", 6304 - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 6305 - "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 6306 - "license": "MIT", 6307 - "dependencies": { 6308 - "@types/mdast": "^4.0.0", 6309 - "mdast-util-from-markdown": "^2.0.0", 6310 - "micromark-util-types": "^2.0.0", 6311 - "unified": "^11.0.0" 6312 - }, 6313 - "funding": { 6314 - "type": "opencollective", 6315 - "url": "https://opencollective.com/unified" 6316 - } 6317 - }, 6318 - "node_modules/remark-reading-time": { 6319 - "version": "2.0.2", 6320 - "resolved": "https://registry.npmjs.org/remark-reading-time/-/remark-reading-time-2.0.2.tgz", 6321 - "integrity": "sha512-ILjIuR0dQQ8pELPgaFvz7ralcSN62rD/L1pTUJgWb4gfua3ZwYEI8mnKGxEQCbrXSUF/OvycTkcUbifGOtOn5A==", 6322 - "license": "ISC", 6323 - "dependencies": { 6324 - "estree-util-is-identifier-name": "^2.0.0", 6325 - "estree-util-value-to-estree": "^3.3.3", 6326 - "reading-time": "^1.3.0", 6327 - "unist-util-visit": "^3.1.0" 6328 - } 6329 - }, 6330 - "node_modules/remark-reading-time/node_modules/@types/unist": { 6331 - "version": "2.0.11", 6332 - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", 6333 - "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", 6334 - "license": "MIT" 6335 - }, 6336 - "node_modules/remark-reading-time/node_modules/estree-util-is-identifier-name": { 6337 - "version": "2.1.0", 6338 - "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.1.0.tgz", 6339 - "integrity": "sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==", 6340 - "license": "MIT", 6341 - "funding": { 6342 - "type": "opencollective", 6343 - "url": "https://opencollective.com/unified" 6344 - } 6345 - }, 6346 - "node_modules/remark-reading-time/node_modules/unist-util-is": { 6347 - "version": "5.2.1", 6348 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 6349 - "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 6350 - "license": "MIT", 6351 - "dependencies": { 6352 - "@types/unist": "^2.0.0" 6353 - }, 6354 - "funding": { 6355 - "type": "opencollective", 6356 - "url": "https://opencollective.com/unified" 6357 - } 6358 - }, 6359 - "node_modules/remark-reading-time/node_modules/unist-util-visit": { 6360 - "version": "3.1.0", 6361 - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-3.1.0.tgz", 6362 - "integrity": "sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==", 6363 - "license": "MIT", 6364 - "dependencies": { 6365 - "@types/unist": "^2.0.0", 6366 - "unist-util-is": "^5.0.0", 6367 - "unist-util-visit-parents": "^4.0.0" 6368 - }, 6369 - "funding": { 6370 - "type": "opencollective", 6371 - "url": "https://opencollective.com/unified" 6372 - } 6373 - }, 6374 - "node_modules/remark-reading-time/node_modules/unist-util-visit-parents": { 6375 - "version": "4.1.1", 6376 - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-4.1.1.tgz", 6377 - "integrity": "sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==", 6378 - "license": "MIT", 6379 - "dependencies": { 6380 - "@types/unist": "^2.0.0", 6381 - "unist-util-is": "^5.0.0" 6382 - }, 6383 - "funding": { 6384 - "type": "opencollective", 6385 - "url": "https://opencollective.com/unified" 6386 - } 6387 - }, 6388 - "node_modules/remark-rehype": { 6389 - "version": "11.1.2", 6390 - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", 6391 - "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", 6392 - "license": "MIT", 6393 - "dependencies": { 6394 - "@types/hast": "^3.0.0", 6395 - "@types/mdast": "^4.0.0", 6396 - "mdast-util-to-hast": "^13.0.0", 6397 - "unified": "^11.0.0", 6398 - "vfile": "^6.0.0" 6399 - }, 6400 - "funding": { 6401 - "type": "opencollective", 6402 - "url": "https://opencollective.com/unified" 6403 - } 6404 - }, 6405 - "node_modules/remark-smartypants": { 6406 - "version": "3.0.2", 6407 - "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", 6408 - "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", 6409 - "license": "MIT", 6410 - "dependencies": { 6411 - "retext": "^9.0.0", 6412 - "retext-smartypants": "^6.0.0", 6413 - "unified": "^11.0.4", 6414 - "unist-util-visit": "^5.0.0" 6415 - }, 6416 - "engines": { 6417 - "node": ">=16.0.0" 6418 - } 6419 - }, 6420 - "node_modules/remark-stringify": { 6421 - "version": "11.0.0", 6422 - "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 6423 - "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 6424 - "license": "MIT", 6425 - "dependencies": { 6426 - "@types/mdast": "^4.0.0", 6427 - "mdast-util-to-markdown": "^2.0.0", 6428 - "unified": "^11.0.0" 6429 - }, 6430 - "funding": { 6431 - "type": "opencollective", 6432 - "url": "https://opencollective.com/unified" 6433 - } 6434 - }, 6435 - "node_modules/retext": { 6436 - "version": "9.0.0", 6437 - "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", 6438 - "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", 6439 - "license": "MIT", 6440 - "dependencies": { 6441 - "@types/nlcst": "^2.0.0", 6442 - "retext-latin": "^4.0.0", 6443 - "retext-stringify": "^4.0.0", 6444 - "unified": "^11.0.0" 6445 - }, 6446 - "funding": { 6447 - "type": "opencollective", 6448 - "url": "https://opencollective.com/unified" 6449 - } 6450 - }, 6451 - "node_modules/retext-latin": { 6452 - "version": "4.0.0", 6453 - "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", 6454 - "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", 6455 - "license": "MIT", 6456 - "dependencies": { 6457 - "@types/nlcst": "^2.0.0", 6458 - "parse-latin": "^7.0.0", 6459 - "unified": "^11.0.0" 6460 - }, 6461 - "funding": { 6462 - "type": "opencollective", 6463 - "url": "https://opencollective.com/unified" 6464 - } 6465 - }, 6466 - "node_modules/retext-smartypants": { 6467 - "version": "6.2.0", 6468 - "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz", 6469 - "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==", 6470 - "license": "MIT", 6471 - "dependencies": { 6472 - "@types/nlcst": "^2.0.0", 6473 - "nlcst-to-string": "^4.0.0", 6474 - "unist-util-visit": "^5.0.0" 6475 - }, 6476 - "funding": { 6477 - "type": "opencollective", 6478 - "url": "https://opencollective.com/unified" 6479 - } 6480 - }, 6481 - "node_modules/retext-stringify": { 6482 - "version": "4.0.0", 6483 - "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", 6484 - "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", 6485 - "license": "MIT", 6486 - "dependencies": { 6487 - "@types/nlcst": "^2.0.0", 6488 - "nlcst-to-string": "^4.0.0", 6489 - "unified": "^11.0.0" 6490 - }, 6491 - "funding": { 6492 - "type": "opencollective", 6493 - "url": "https://opencollective.com/unified" 6494 - } 6495 - }, 6496 - "node_modules/reusify": { 6497 - "version": "1.1.0", 6498 - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", 6499 - "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", 6500 - "license": "MIT", 6501 - "engines": { 6502 - "iojs": ">=1.0.0", 6503 - "node": ">=0.10.0" 6504 - } 6505 - }, 6506 - "node_modules/robust-predicates": { 6507 - "version": "3.0.2", 6508 - "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", 6509 - "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==", 6510 - "license": "Unlicense" 6511 - }, 6512 - "node_modules/roughjs": { 6513 - "version": "4.6.6", 6514 - "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.6.6.tgz", 6515 - "integrity": "sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==", 6516 - "license": "MIT", 6517 - "dependencies": { 6518 - "hachure-fill": "^0.5.2", 6519 - "path-data-parser": "^0.1.0", 6520 - "points-on-curve": "^0.2.0", 6521 - "points-on-path": "^0.2.1" 6522 - } 6523 - }, 6524 - "node_modules/run-parallel": { 6525 - "version": "1.2.0", 6526 - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 6527 - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 6528 - "funding": [ 6529 - { 6530 - "type": "github", 6531 - "url": "https://github.com/sponsors/feross" 6532 - }, 6533 - { 6534 - "type": "patreon", 6535 - "url": "https://www.patreon.com/feross" 6536 - }, 6537 - { 6538 - "type": "consulting", 6539 - "url": "https://feross.org/support" 6540 - } 6541 - ], 6542 - "license": "MIT", 6543 - "dependencies": { 6544 - "queue-microtask": "^1.2.2" 6545 - } 6546 - }, 6547 - "node_modules/rw": { 6548 - "version": "1.3.3", 6549 - "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", 6550 - "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", 6551 - "license": "BSD-3-Clause" 6552 - }, 6553 - "node_modules/safer-buffer": { 6554 - "version": "2.1.2", 6555 - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 6556 - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", 6557 - "license": "MIT" 6558 - }, 6559 - "node_modules/scheduler": { 6560 - "version": "0.26.0", 6561 - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz", 6562 - "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==", 6563 - "license": "MIT" 6564 - }, 6565 - "node_modules/scroll-into-view-if-needed": { 6566 - "version": "3.1.0", 6567 - "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz", 6568 - "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==", 6569 - "license": "MIT", 6570 - "dependencies": { 6571 - "compute-scroll-into-view": "^3.0.2" 6572 - } 6573 - }, 6574 - "node_modules/semver": { 6575 - "version": "7.7.2", 6576 - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", 6577 - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", 6578 - "license": "ISC", 6579 - "optional": true, 6580 - "bin": { 6581 - "semver": "bin/semver.js" 6582 - }, 6583 - "engines": { 6584 - "node": ">=10" 6585 - } 6586 - }, 6587 - "node_modules/sharp": { 6588 - "version": "0.34.3", 6589 - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.3.tgz", 6590 - "integrity": "sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==", 6591 - "hasInstallScript": true, 6592 - "license": "Apache-2.0", 6593 - "optional": true, 6594 - "dependencies": { 6595 - "color": "^4.2.3", 6596 - "detect-libc": "^2.0.4", 6597 - "semver": "^7.7.2" 6598 - }, 6599 - "engines": { 6600 - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 6601 - }, 6602 - "funding": { 6603 - "url": "https://opencollective.com/libvips" 6604 - }, 6605 - "optionalDependencies": { 6606 - "@img/sharp-darwin-arm64": "0.34.3", 6607 - "@img/sharp-darwin-x64": "0.34.3", 6608 - "@img/sharp-libvips-darwin-arm64": "1.2.0", 6609 - "@img/sharp-libvips-darwin-x64": "1.2.0", 6610 - "@img/sharp-libvips-linux-arm": "1.2.0", 6611 - "@img/sharp-libvips-linux-arm64": "1.2.0", 6612 - "@img/sharp-libvips-linux-ppc64": "1.2.0", 6613 - "@img/sharp-libvips-linux-s390x": "1.2.0", 6614 - "@img/sharp-libvips-linux-x64": "1.2.0", 6615 - "@img/sharp-libvips-linuxmusl-arm64": "1.2.0", 6616 - "@img/sharp-libvips-linuxmusl-x64": "1.2.0", 6617 - "@img/sharp-linux-arm": "0.34.3", 6618 - "@img/sharp-linux-arm64": "0.34.3", 6619 - "@img/sharp-linux-ppc64": "0.34.3", 6620 - "@img/sharp-linux-s390x": "0.34.3", 6621 - "@img/sharp-linux-x64": "0.34.3", 6622 - "@img/sharp-linuxmusl-arm64": "0.34.3", 6623 - "@img/sharp-linuxmusl-x64": "0.34.3", 6624 - "@img/sharp-wasm32": "0.34.3", 6625 - "@img/sharp-win32-arm64": "0.34.3", 6626 - "@img/sharp-win32-ia32": "0.34.3", 6627 - "@img/sharp-win32-x64": "0.34.3" 6628 - } 6629 - }, 6630 - "node_modules/shebang-command": { 6631 - "version": "2.0.0", 6632 - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 6633 - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 6634 - "license": "MIT", 6635 - "dependencies": { 6636 - "shebang-regex": "^3.0.0" 6637 - }, 6638 - "engines": { 6639 - "node": ">=8" 6640 - } 6641 - }, 6642 - "node_modules/shebang-regex": { 6643 - "version": "3.0.0", 6644 - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 6645 - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 6646 - "license": "MIT", 6647 - "engines": { 6648 - "node": ">=8" 6649 - } 6650 - }, 6651 - "node_modules/shiki": { 6652 - "version": "2.5.0", 6653 - "resolved": "https://registry.npmjs.org/shiki/-/shiki-2.5.0.tgz", 6654 - "integrity": "sha512-mI//trrsaiCIPsja5CNfsyNOqgAZUb6VpJA+340toL42UpzQlXpwRV9nch69X6gaUxrr9kaOOa6e3y3uAkGFxQ==", 6655 - "license": "MIT", 6656 - "dependencies": { 6657 - "@shikijs/core": "2.5.0", 6658 - "@shikijs/engine-javascript": "2.5.0", 6659 - "@shikijs/engine-oniguruma": "2.5.0", 6660 - "@shikijs/langs": "2.5.0", 6661 - "@shikijs/themes": "2.5.0", 6662 - "@shikijs/types": "2.5.0", 6663 - "@shikijs/vscode-textmate": "^10.0.2", 6664 - "@types/hast": "^3.0.4" 6665 - } 6666 - }, 6667 - "node_modules/signal-exit": { 6668 - "version": "4.1.0", 6669 - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 6670 - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", 6671 - "license": "ISC", 6672 - "engines": { 6673 - "node": ">=14" 6674 - }, 6675 - "funding": { 6676 - "url": "https://github.com/sponsors/isaacs" 6677 - } 6678 - }, 6679 - "node_modules/simple-swizzle": { 6680 - "version": "0.2.2", 6681 - "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", 6682 - "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", 6683 - "license": "MIT", 6684 - "optional": true, 6685 - "dependencies": { 6686 - "is-arrayish": "^0.3.1" 6687 - } 6688 - }, 6689 - "node_modules/slash": { 6690 - "version": "5.1.0", 6691 - "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", 6692 - "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", 6693 - "license": "MIT", 6694 - "engines": { 6695 - "node": ">=14.16" 6696 - }, 6697 - "funding": { 6698 - "url": "https://github.com/sponsors/sindresorhus" 6699 - } 6700 - }, 6701 - "node_modules/source-map": { 6702 - "version": "0.7.4", 6703 - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", 6704 - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", 6705 - "license": "BSD-3-Clause", 6706 - "engines": { 6707 - "node": ">= 8" 6708 - } 6709 - }, 6710 - "node_modules/source-map-js": { 6711 - "version": "1.2.1", 6712 - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 6713 - "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 6714 - "license": "BSD-3-Clause", 6715 - "engines": { 6716 - "node": ">=0.10.0" 6717 - } 6718 - }, 6719 - "node_modules/space-separated-tokens": { 6720 - "version": "2.0.2", 6721 - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 6722 - "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 6723 - "license": "MIT", 6724 - "funding": { 6725 - "type": "github", 6726 - "url": "https://github.com/sponsors/wooorm" 6727 - } 6728 - }, 6729 - "node_modules/speech-rule-engine": { 6730 - "version": "4.1.2", 6731 - "resolved": "https://registry.npmjs.org/speech-rule-engine/-/speech-rule-engine-4.1.2.tgz", 6732 - "integrity": "sha512-S6ji+flMEga+1QU79NDbwZ8Ivf0S/MpupQQiIC0rTpU/ZTKgcajijJJb1OcByBQDjrXCN1/DJtGz4ZJeBMPGJw==", 6733 - "license": "Apache-2.0", 6734 - "dependencies": { 6735 - "@xmldom/xmldom": "0.9.8", 6736 - "commander": "13.1.0", 6737 - "wicked-good-xpath": "1.3.0" 6738 - }, 6739 - "bin": { 6740 - "sre": "bin/sre" 6741 - } 6742 - }, 6743 - "node_modules/speech-rule-engine/node_modules/commander": { 6744 - "version": "13.1.0", 6745 - "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", 6746 - "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", 6747 - "license": "MIT", 6748 - "engines": { 6749 - "node": ">=18" 6750 - } 6751 - }, 6752 - "node_modules/stringify-entities": { 6753 - "version": "4.0.4", 6754 - "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 6755 - "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 6756 - "license": "MIT", 6757 - "dependencies": { 6758 - "character-entities-html4": "^2.0.0", 6759 - "character-entities-legacy": "^3.0.0" 6760 - }, 6761 - "funding": { 6762 - "type": "github", 6763 - "url": "https://github.com/sponsors/wooorm" 6764 - } 6765 - }, 6766 - "node_modules/strip-final-newline": { 6767 - "version": "3.0.0", 6768 - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", 6769 - "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", 6770 - "license": "MIT", 6771 - "engines": { 6772 - "node": ">=12" 6773 - }, 6774 - "funding": { 6775 - "url": "https://github.com/sponsors/sindresorhus" 6776 - } 6777 - }, 6778 - "node_modules/style-to-js": { 6779 - "version": "1.1.17", 6780 - "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.17.tgz", 6781 - "integrity": "sha512-xQcBGDxJb6jjFCTzvQtfiPn6YvvP2O8U1MDIPNfJQlWMYfktPy+iGsHE7cssjs7y84d9fQaK4UF3RIJaAHSoYA==", 6782 - "license": "MIT", 6783 - "dependencies": { 6784 - "style-to-object": "1.0.9" 6785 - } 6786 - }, 6787 - "node_modules/style-to-object": { 6788 - "version": "1.0.9", 6789 - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.9.tgz", 6790 - "integrity": "sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw==", 6791 - "license": "MIT", 6792 - "dependencies": { 6793 - "inline-style-parser": "0.2.4" 6794 - } 6795 - }, 6796 - "node_modules/styled-jsx": { 6797 - "version": "5.1.6", 6798 - "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz", 6799 - "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==", 6800 - "license": "MIT", 6801 - "dependencies": { 6802 - "client-only": "0.0.1" 6803 - }, 6804 - "engines": { 6805 - "node": ">= 12.0.0" 6806 - }, 6807 - "peerDependencies": { 6808 - "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" 6809 - }, 6810 - "peerDependenciesMeta": { 6811 - "@babel/core": { 6812 - "optional": true 6813 - }, 6814 - "babel-plugin-macros": { 6815 - "optional": true 6816 - } 6817 - } 6818 - }, 6819 - "node_modules/stylis": { 6820 - "version": "4.3.6", 6821 - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz", 6822 - "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==", 6823 - "license": "MIT" 6824 - }, 6825 - "node_modules/system-architecture": { 6826 - "version": "0.1.0", 6827 - "resolved": "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz", 6828 - "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==", 6829 - "license": "MIT", 6830 - "engines": { 6831 - "node": ">=18" 6832 - }, 6833 - "funding": { 6834 - "url": "https://github.com/sponsors/sindresorhus" 6835 - } 6836 - }, 6837 - "node_modules/tabbable": { 6838 - "version": "6.2.0", 6839 - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", 6840 - "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==", 6841 - "license": "MIT" 6842 - }, 6843 - "node_modules/tailwindcss": { 6844 - "version": "4.1.11", 6845 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.11.tgz", 6846 - "integrity": "sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==", 6847 - "license": "MIT" 6848 - }, 6849 - "node_modules/tapable": { 6850 - "version": "2.2.2", 6851 - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz", 6852 - "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==", 6853 - "license": "MIT", 6854 - "engines": { 6855 - "node": ">=6" 6856 - } 6857 - }, 6858 - "node_modules/tar": { 6859 - "version": "7.4.3", 6860 - "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz", 6861 - "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==", 6862 - "license": "ISC", 6863 - "dependencies": { 6864 - "@isaacs/fs-minipass": "^4.0.0", 6865 - "chownr": "^3.0.0", 6866 - "minipass": "^7.1.2", 6867 - "minizlib": "^3.0.1", 6868 - "mkdirp": "^3.0.1", 6869 - "yallist": "^5.0.0" 6870 - }, 6871 - "engines": { 6872 - "node": ">=18" 6873 - } 6874 - }, 6875 - "node_modules/tinyexec": { 6876 - "version": "1.0.1", 6877 - "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz", 6878 - "integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==", 6879 - "license": "MIT" 6880 - }, 6881 - "node_modules/title": { 6882 - "version": "4.0.1", 6883 - "resolved": "https://registry.npmjs.org/title/-/title-4.0.1.tgz", 6884 - "integrity": "sha512-xRnPkJx9nvE5MF6LkB5e8QJjE2FW8269wTu/LQdf7zZqBgPly0QJPf/CWAo7srj5so4yXfoLEdCFgurlpi47zg==", 6885 - "license": "MIT", 6886 - "dependencies": { 6887 - "arg": "^5.0.0", 6888 - "chalk": "^5.0.0", 6889 - "clipboardy": "^4.0.0" 6890 - }, 6891 - "bin": { 6892 - "title": "dist/esm/bin.js" 6893 - } 6894 - }, 6895 - "node_modules/to-regex-range": { 6896 - "version": "5.0.1", 6897 - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 6898 - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 6899 - "license": "MIT", 6900 - "dependencies": { 6901 - "is-number": "^7.0.0" 6902 - }, 6903 - "engines": { 6904 - "node": ">=8.0" 6905 - } 6906 - }, 6907 - "node_modules/trim-lines": { 6908 - "version": "3.0.1", 6909 - "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 6910 - "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 6911 - "license": "MIT", 6912 - "funding": { 6913 - "type": "github", 6914 - "url": "https://github.com/sponsors/wooorm" 6915 - } 6916 - }, 6917 - "node_modules/trough": { 6918 - "version": "2.2.0", 6919 - "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 6920 - "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 6921 - "license": "MIT", 6922 - "funding": { 6923 - "type": "github", 6924 - "url": "https://github.com/sponsors/wooorm" 6925 - } 6926 - }, 6927 - "node_modules/ts-dedent": { 6928 - "version": "2.2.0", 6929 - "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz", 6930 - "integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==", 6931 - "license": "MIT", 6932 - "engines": { 6933 - "node": ">=6.10" 6934 - } 6935 - }, 6936 - "node_modules/tslib": { 6937 - "version": "2.8.1", 6938 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 6939 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 6940 - "license": "0BSD" 6941 - }, 6942 - "node_modules/twoslash": { 6943 - "version": "0.2.12", 6944 - "resolved": "https://registry.npmjs.org/twoslash/-/twoslash-0.2.12.tgz", 6945 - "integrity": "sha512-tEHPASMqi7kqwfJbkk7hc/4EhlrKCSLcur+TcvYki3vhIfaRMXnXjaYFgXpoZRbT6GdprD4tGuVBEmTpUgLBsw==", 6946 - "license": "MIT", 6947 - "dependencies": { 6948 - "@typescript/vfs": "^1.6.0", 6949 - "twoslash-protocol": "0.2.12" 6950 - }, 6951 - "peerDependencies": { 6952 - "typescript": "*" 6953 - } 6954 - }, 6955 - "node_modules/twoslash-protocol": { 6956 - "version": "0.2.12", 6957 - "resolved": "https://registry.npmjs.org/twoslash-protocol/-/twoslash-protocol-0.2.12.tgz", 6958 - "integrity": "sha512-5qZLXVYfZ9ABdjqbvPc4RWMr7PrpPaaDSeaYY55vl/w1j6H6kzsWK/urAEIXlzYlyrFmyz1UbwIt+AA0ck+wbg==", 6959 - "license": "MIT" 6960 - }, 6961 - "node_modules/typescript": { 6962 - "version": "5.8.3", 6963 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", 6964 - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", 6965 - "license": "Apache-2.0", 6966 - "peer": true, 6967 - "bin": { 6968 - "tsc": "bin/tsc", 6969 - "tsserver": "bin/tsserver" 6970 - }, 6971 - "engines": { 6972 - "node": ">=14.17" 6973 - } 6974 - }, 6975 - "node_modules/ufo": { 6976 - "version": "1.6.1", 6977 - "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz", 6978 - "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==", 6979 - "license": "MIT" 6980 - }, 6981 - "node_modules/undici-types": { 6982 - "version": "7.8.0", 6983 - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", 6984 - "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", 6985 - "dev": true, 6986 - "license": "MIT" 6987 - }, 6988 - "node_modules/unified": { 6989 - "version": "11.0.5", 6990 - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 6991 - "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 6992 - "license": "MIT", 6993 - "dependencies": { 6994 - "@types/unist": "^3.0.0", 6995 - "bail": "^2.0.0", 6996 - "devlop": "^1.0.0", 6997 - "extend": "^3.0.0", 6998 - "is-plain-obj": "^4.0.0", 6999 - "trough": "^2.0.0", 7000 - "vfile": "^6.0.0" 7001 - }, 7002 - "funding": { 7003 - "type": "opencollective", 7004 - "url": "https://opencollective.com/unified" 7005 - } 7006 - }, 7007 - "node_modules/unist-util-find-after": { 7008 - "version": "5.0.0", 7009 - "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", 7010 - "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", 7011 - "license": "MIT", 7012 - "dependencies": { 7013 - "@types/unist": "^3.0.0", 7014 - "unist-util-is": "^6.0.0" 7015 - }, 7016 - "funding": { 7017 - "type": "opencollective", 7018 - "url": "https://opencollective.com/unified" 7019 - } 7020 - }, 7021 - "node_modules/unist-util-is": { 7022 - "version": "6.0.0", 7023 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 7024 - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 7025 - "license": "MIT", 7026 - "dependencies": { 7027 - "@types/unist": "^3.0.0" 7028 - }, 7029 - "funding": { 7030 - "type": "opencollective", 7031 - "url": "https://opencollective.com/unified" 7032 - } 7033 - }, 7034 - "node_modules/unist-util-modify-children": { 7035 - "version": "4.0.0", 7036 - "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", 7037 - "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", 7038 - "license": "MIT", 7039 - "dependencies": { 7040 - "@types/unist": "^3.0.0", 7041 - "array-iterate": "^2.0.0" 7042 - }, 7043 - "funding": { 7044 - "type": "opencollective", 7045 - "url": "https://opencollective.com/unified" 7046 - } 7047 - }, 7048 - "node_modules/unist-util-position": { 7049 - "version": "5.0.0", 7050 - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 7051 - "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 7052 - "license": "MIT", 7053 - "dependencies": { 7054 - "@types/unist": "^3.0.0" 7055 - }, 7056 - "funding": { 7057 - "type": "opencollective", 7058 - "url": "https://opencollective.com/unified" 7059 - } 7060 - }, 7061 - "node_modules/unist-util-position-from-estree": { 7062 - "version": "2.0.0", 7063 - "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", 7064 - "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", 7065 - "license": "MIT", 7066 - "dependencies": { 7067 - "@types/unist": "^3.0.0" 7068 - }, 7069 - "funding": { 7070 - "type": "opencollective", 7071 - "url": "https://opencollective.com/unified" 7072 - } 7073 - }, 7074 - "node_modules/unist-util-remove": { 7075 - "version": "4.0.0", 7076 - "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-4.0.0.tgz", 7077 - "integrity": "sha512-b4gokeGId57UVRX/eVKej5gXqGlc9+trkORhFJpu9raqZkZhU0zm8Doi05+HaiBsMEIJowL+2WtQ5ItjsngPXg==", 7078 - "license": "MIT", 7079 - "dependencies": { 7080 - "@types/unist": "^3.0.0", 7081 - "unist-util-is": "^6.0.0", 7082 - "unist-util-visit-parents": "^6.0.0" 7083 - }, 7084 - "funding": { 7085 - "type": "opencollective", 7086 - "url": "https://opencollective.com/unified" 7087 - } 7088 - }, 7089 - "node_modules/unist-util-remove-position": { 7090 - "version": "5.0.0", 7091 - "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", 7092 - "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", 7093 - "license": "MIT", 7094 - "dependencies": { 7095 - "@types/unist": "^3.0.0", 7096 - "unist-util-visit": "^5.0.0" 7097 - }, 7098 - "funding": { 7099 - "type": "opencollective", 7100 - "url": "https://opencollective.com/unified" 7101 - } 7102 - }, 7103 - "node_modules/unist-util-stringify-position": { 7104 - "version": "4.0.0", 7105 - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 7106 - "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 7107 - "license": "MIT", 7108 - "dependencies": { 7109 - "@types/unist": "^3.0.0" 7110 - }, 7111 - "funding": { 7112 - "type": "opencollective", 7113 - "url": "https://opencollective.com/unified" 7114 - } 7115 - }, 7116 - "node_modules/unist-util-visit": { 7117 - "version": "5.0.0", 7118 - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 7119 - "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 7120 - "license": "MIT", 7121 - "dependencies": { 7122 - "@types/unist": "^3.0.0", 7123 - "unist-util-is": "^6.0.0", 7124 - "unist-util-visit-parents": "^6.0.0" 7125 - }, 7126 - "funding": { 7127 - "type": "opencollective", 7128 - "url": "https://opencollective.com/unified" 7129 - } 7130 - }, 7131 - "node_modules/unist-util-visit-children": { 7132 - "version": "3.0.0", 7133 - "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", 7134 - "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", 7135 - "license": "MIT", 7136 - "dependencies": { 7137 - "@types/unist": "^3.0.0" 7138 - }, 7139 - "funding": { 7140 - "type": "opencollective", 7141 - "url": "https://opencollective.com/unified" 7142 - } 7143 - }, 7144 - "node_modules/unist-util-visit-parents": { 7145 - "version": "6.0.1", 7146 - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 7147 - "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 7148 - "license": "MIT", 7149 - "dependencies": { 7150 - "@types/unist": "^3.0.0", 7151 - "unist-util-is": "^6.0.0" 7152 - }, 7153 - "funding": { 7154 - "type": "opencollective", 7155 - "url": "https://opencollective.com/unified" 7156 - } 7157 - }, 7158 - "node_modules/use-sync-external-store": { 7159 - "version": "1.5.0", 7160 - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz", 7161 - "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==", 7162 - "license": "MIT", 7163 - "peerDependencies": { 7164 - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" 7165 - } 7166 - }, 7167 - "node_modules/uuid": { 7168 - "version": "11.1.0", 7169 - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", 7170 - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", 7171 - "funding": [ 7172 - "https://github.com/sponsors/broofa", 7173 - "https://github.com/sponsors/ctavan" 7174 - ], 7175 - "license": "MIT", 7176 - "bin": { 7177 - "uuid": "dist/esm/bin/uuid" 7178 - } 7179 - }, 7180 - "node_modules/vfile": { 7181 - "version": "6.0.3", 7182 - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 7183 - "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 7184 - "license": "MIT", 7185 - "dependencies": { 7186 - "@types/unist": "^3.0.0", 7187 - "vfile-message": "^4.0.0" 7188 - }, 7189 - "funding": { 7190 - "type": "opencollective", 7191 - "url": "https://opencollective.com/unified" 7192 - } 7193 - }, 7194 - "node_modules/vfile-location": { 7195 - "version": "5.0.3", 7196 - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 7197 - "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 7198 - "license": "MIT", 7199 - "dependencies": { 7200 - "@types/unist": "^3.0.0", 7201 - "vfile": "^6.0.0" 7202 - }, 7203 - "funding": { 7204 - "type": "opencollective", 7205 - "url": "https://opencollective.com/unified" 7206 - } 7207 - }, 7208 - "node_modules/vfile-message": { 7209 - "version": "4.0.2", 7210 - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 7211 - "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 7212 - "license": "MIT", 7213 - "dependencies": { 7214 - "@types/unist": "^3.0.0", 7215 - "unist-util-stringify-position": "^4.0.0" 7216 - }, 7217 - "funding": { 7218 - "type": "opencollective", 7219 - "url": "https://opencollective.com/unified" 7220 - } 7221 - }, 7222 - "node_modules/vscode-jsonrpc": { 7223 - "version": "8.2.0", 7224 - "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz", 7225 - "integrity": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==", 7226 - "license": "MIT", 7227 - "engines": { 7228 - "node": ">=14.0.0" 7229 - } 7230 - }, 7231 - "node_modules/vscode-languageserver": { 7232 - "version": "9.0.1", 7233 - "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-9.0.1.tgz", 7234 - "integrity": "sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==", 7235 - "license": "MIT", 7236 - "dependencies": { 7237 - "vscode-languageserver-protocol": "3.17.5" 7238 - }, 7239 - "bin": { 7240 - "installServerIntoExtension": "bin/installServerIntoExtension" 7241 - } 7242 - }, 7243 - "node_modules/vscode-languageserver-protocol": { 7244 - "version": "3.17.5", 7245 - "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.5.tgz", 7246 - "integrity": "sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==", 7247 - "license": "MIT", 7248 - "dependencies": { 7249 - "vscode-jsonrpc": "8.2.0", 7250 - "vscode-languageserver-types": "3.17.5" 7251 - } 7252 - }, 7253 - "node_modules/vscode-languageserver-textdocument": { 7254 - "version": "1.0.12", 7255 - "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz", 7256 - "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==", 7257 - "license": "MIT" 7258 - }, 7259 - "node_modules/vscode-languageserver-types": { 7260 - "version": "3.17.5", 7261 - "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz", 7262 - "integrity": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==", 7263 - "license": "MIT" 7264 - }, 7265 - "node_modules/vscode-uri": { 7266 - "version": "3.0.8", 7267 - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz", 7268 - "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==", 7269 - "license": "MIT" 7270 - }, 7271 - "node_modules/web-namespaces": { 7272 - "version": "2.0.1", 7273 - "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 7274 - "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 7275 - "license": "MIT", 7276 - "funding": { 7277 - "type": "github", 7278 - "url": "https://github.com/sponsors/wooorm" 7279 - } 7280 - }, 7281 - "node_modules/which": { 7282 - "version": "2.0.2", 7283 - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 7284 - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 7285 - "license": "ISC", 7286 - "dependencies": { 7287 - "isexe": "^2.0.0" 7288 - }, 7289 - "bin": { 7290 - "node-which": "bin/node-which" 7291 - }, 7292 - "engines": { 7293 - "node": ">= 8" 7294 - } 7295 - }, 7296 - "node_modules/wicked-good-xpath": { 7297 - "version": "1.3.0", 7298 - "resolved": "https://registry.npmjs.org/wicked-good-xpath/-/wicked-good-xpath-1.3.0.tgz", 7299 - "integrity": "sha512-Gd9+TUn5nXdwj/hFsPVx5cuHHiF5Bwuc30jZ4+ronF1qHK5O7HD0sgmXWSEgwKquT3ClLoKPVbO6qGwVwLzvAw==", 7300 - "license": "MIT" 7301 - }, 7302 - "node_modules/yallist": { 7303 - "version": "5.0.0", 7304 - "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", 7305 - "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", 7306 - "license": "BlueOak-1.0.0", 7307 - "engines": { 7308 - "node": ">=18" 7309 - } 7310 - }, 7311 - "node_modules/yaml": { 7312 - "version": "2.8.0", 7313 - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz", 7314 - "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==", 7315 - "license": "ISC", 7316 - "bin": { 7317 - "yaml": "bin.mjs" 7318 - }, 7319 - "engines": { 7320 - "node": ">= 14.6" 7321 - } 7322 - }, 7323 - "node_modules/zod": { 7324 - "version": "3.25.76", 7325 - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", 7326 - "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", 7327 - "license": "MIT", 7328 - "funding": { 7329 - "url": "https://github.com/sponsors/colinhacks" 7330 - } 7331 - }, 7332 - "node_modules/zod-validation-error": { 7333 - "version": "3.5.3", 7334 - "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-3.5.3.tgz", 7335 - "integrity": "sha512-OT5Y8lbUadqVZCsnyFaTQ4/O2mys4tj7PqhdbBCp7McPwvIEKfPtdA6QfPeFQK2/Rz5LgwmAXRJTugBNBi0btw==", 7336 - "license": "MIT", 7337 - "engines": { 7338 - "node": ">=18.0.0" 7339 - }, 7340 - "peerDependencies": { 7341 - "zod": "^3.25.0 || ^4.0.0" 7342 - } 7343 - }, 7344 - "node_modules/zustand": { 7345 - "version": "5.0.6", 7346 - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.6.tgz", 7347 - "integrity": "sha512-ihAqNeUVhe0MAD+X8M5UzqyZ9k3FFZLBTtqo6JLPwV53cbRB/mJwBI0PxcIgqhBBHlEs8G45OTDTMq3gNcLq3A==", 7348 - "license": "MIT", 7349 - "engines": { 7350 - "node": ">=12.20.0" 7351 - }, 7352 - "peerDependencies": { 7353 - "@types/react": ">=18.0.0", 7354 - "immer": ">=9.0.6", 7355 - "react": ">=18.0.0", 7356 - "use-sync-external-store": ">=1.2.0" 7357 - }, 7358 - "peerDependenciesMeta": { 7359 - "@types/react": { 7360 - "optional": true 7361 - }, 7362 - "immer": { 7363 - "optional": true 7364 - }, 7365 - "react": { 7366 - "optional": true 7367 - }, 7368 - "use-sync-external-store": { 7369 - "optional": true 7370 - } 7371 - } 7372 - }, 7373 - "node_modules/zwitch": { 7374 - "version": "2.0.4", 7375 - "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 7376 - "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 7377 - "license": "MIT", 7378 - "funding": { 7379 - "type": "github", 7380 - "url": "https://github.com/sponsors/wooorm" 7381 - } 7382 - } 7383 - } 7384 - }