package-lock.json (328957B)
1 { 2 "name": "msc-viewer", 3 "version": "0.0.1", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "version": "0.0.1", 9 "dependencies": { 10 "@astrojs/check": "^0.3.3", 11 "@astrojs/lit": "^3.0.3", 12 "@astrojs/node": "^7.0.1", 13 "@astrojs/tailwind": "^5.0.3", 14 "@webcomponents/template-shadowroot": "^0.2.1", 15 "astro": "^4.0.6", 16 "diff2html": "^3.4.46", 17 "lit": "^2.8.0", 18 "marked": "^11.0.1", 19 "meilisearch": "^0.36.0", 20 "sass": "^1.69.5", 21 "tailwindcss": "^3.3.6", 22 "typescript": "^5.3.3" 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 "engines": { 30 "node": ">=10" 31 }, 32 "funding": { 33 "url": "https://github.com/sponsors/sindresorhus" 34 } 35 }, 36 "node_modules/@ampproject/remapping": { 37 "version": "2.2.1", 38 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", 39 "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", 40 "dependencies": { 41 "@jridgewell/gen-mapping": "^0.3.0", 42 "@jridgewell/trace-mapping": "^0.3.9" 43 }, 44 "engines": { 45 "node": ">=6.0.0" 46 } 47 }, 48 "node_modules/@astrojs/check": { 49 "version": "0.3.3", 50 "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.3.3.tgz", 51 "integrity": "sha512-IpglE0PNWEXmRY0y67EYuLwiyMxRUuZuG1oP+tIgqeQEy45g1pBMIWpGnNXdoVRbChHDWMSFd2kLUtgzBUHnRQ==", 52 "dependencies": { 53 "@astrojs/language-server": "^2.5.4", 54 "chokidar": "^3.5.3", 55 "fast-glob": "^3.3.1", 56 "kleur": "^4.1.5", 57 "yargs": "^17.7.2" 58 }, 59 "bin": { 60 "astro-check": "dist/bin.js" 61 }, 62 "peerDependencies": { 63 "typescript": "^5.0.0" 64 } 65 }, 66 "node_modules/@astrojs/compiler": { 67 "version": "2.3.4", 68 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.3.4.tgz", 69 "integrity": "sha512-33/YtWoBCE0cBUNy1kh78FCDXBoBANX87ShgATlAHECYbG2+buNTAgq4Xgz4t5NgnEHPN21GIBC2Mvvwisoutw==" 70 }, 71 "node_modules/@astrojs/internal-helpers": { 72 "version": "0.2.1", 73 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.2.1.tgz", 74 "integrity": "sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==" 75 }, 76 "node_modules/@astrojs/language-server": { 77 "version": "2.5.4", 78 "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.5.4.tgz", 79 "integrity": "sha512-diTs8AW5TvpO6LWEyuAMAC1ydH1tnVJmv2dRrcczklJZcfY9/eYLbGtKiC9rEQH3BwvFdnphroMUEprzCiqSMg==", 80 "dependencies": { 81 "@astrojs/compiler": "^2.2.2", 82 "@jridgewell/sourcemap-codec": "^1.4.15", 83 "@volar/kit": "~1.10.9", 84 "@volar/language-core": "~1.10.9", 85 "@volar/language-server": "~1.10.9", 86 "@volar/language-service": "~1.10.9", 87 "@volar/source-map": "~1.10.9", 88 "@volar/typescript": "~1.10.9", 89 "fast-glob": "^3.2.12", 90 "muggle-string": "^0.3.1", 91 "volar-service-css": "0.0.16", 92 "volar-service-emmet": "0.0.16", 93 "volar-service-html": "0.0.16", 94 "volar-service-prettier": "0.0.16", 95 "volar-service-typescript": "0.0.16", 96 "volar-service-typescript-twoslash-queries": "0.0.16", 97 "vscode-html-languageservice": "^5.1.0", 98 "vscode-uri": "^3.0.8" 99 }, 100 "bin": { 101 "astro-ls": "bin/nodeServer.js" 102 }, 103 "peerDependencies": { 104 "prettier": "^3.0.0", 105 "prettier-plugin-astro": ">=0.11.0" 106 }, 107 "peerDependenciesMeta": { 108 "prettier": { 109 "optional": true 110 }, 111 "prettier-plugin-astro": { 112 "optional": true 113 } 114 } 115 }, 116 "node_modules/@astrojs/lit": { 117 "version": "3.0.3", 118 "resolved": "https://registry.npmjs.org/@astrojs/lit/-/lit-3.0.3.tgz", 119 "integrity": "sha512-bmgK/TT95Qwkfg7+JVqX3RFJMwOf35SXNPD3OfEz9iWxd/0H6P6AHpYJ1y5/HREeOkKyv2vMPG0oubMPE3kOKg==", 120 "dependencies": { 121 "@lit-labs/ssr": "3.1.7", 122 "@lit-labs/ssr-client": "1.1.3", 123 "@lit-labs/ssr-dom-shim": "^1.1.1", 124 "parse5": "^7.1.2" 125 }, 126 "peerDependencies": { 127 "@webcomponents/template-shadowroot": "^0.2.1", 128 "lit": "^2.7.0" 129 } 130 }, 131 "node_modules/@astrojs/markdown-remark": { 132 "version": "4.0.1", 133 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-4.0.1.tgz", 134 "integrity": "sha512-RU4ESnqvyLpj8WZs0n5elS6idaDdtIIm7mIpMaRNPCebpxMjfcfdwcmBwz83ktAj5d2eO5bC3z92TcGdli+lRw==", 135 "dependencies": { 136 "@astrojs/prism": "^3.0.0", 137 "github-slugger": "^2.0.0", 138 "import-meta-resolve": "^4.0.0", 139 "mdast-util-definitions": "^6.0.0", 140 "rehype-raw": "^7.0.0", 141 "rehype-stringify": "^10.0.0", 142 "remark-gfm": "^4.0.0", 143 "remark-parse": "^11.0.0", 144 "remark-rehype": "^11.0.0", 145 "remark-smartypants": "^2.0.0", 146 "shikiji": "^0.6.13", 147 "unified": "^11.0.4", 148 "unist-util-visit": "^5.0.0", 149 "vfile": "^6.0.1" 150 } 151 }, 152 "node_modules/@astrojs/node": { 153 "version": "7.0.1", 154 "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-7.0.1.tgz", 155 "integrity": "sha512-jzO5q1t/cwDZQHcPG0CakjPY0SC44kbGgDDoh4UurvzZcCDYQKLz6zzJVqzUiOtDhfSwVrgHoiKo2tNbXASlRQ==", 156 "dependencies": { 157 "send": "^0.18.0", 158 "server-destroy": "^1.0.1" 159 }, 160 "peerDependencies": { 161 "astro": "^4.0.0" 162 } 163 }, 164 "node_modules/@astrojs/prism": { 165 "version": "3.0.0", 166 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.0.0.tgz", 167 "integrity": "sha512-g61lZupWq1bYbcBnYZqdjndShr/J3l/oFobBKPA3+qMat146zce3nz2kdO4giGbhYDt4gYdhmoBz0vZJ4sIurQ==", 168 "dependencies": { 169 "prismjs": "^1.29.0" 170 }, 171 "engines": { 172 "node": ">=18.14.1" 173 } 174 }, 175 "node_modules/@astrojs/tailwind": { 176 "version": "5.0.3", 177 "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.0.3.tgz", 178 "integrity": "sha512-p+uFa1PNuV8RxhGkPUFgVq8CUbmS3xr0u5k1An2xKECLotRh7vsrGcPUijHvYOt42URohcg8rIq0CxNoVMhReg==", 179 "dependencies": { 180 "autoprefixer": "^10.4.15", 181 "postcss": "^8.4.28", 182 "postcss-load-config": "^4.0.2" 183 }, 184 "peerDependencies": { 185 "astro": "^3.0.0 || ^4.0.0", 186 "tailwindcss": "^3.0.24" 187 } 188 }, 189 "node_modules/@astrojs/telemetry": { 190 "version": "3.0.4", 191 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.0.4.tgz", 192 "integrity": "sha512-A+0c7k/Xy293xx6odsYZuXiaHO0PL+bnDoXOc47sGDF5ffIKdKQGRPFl2NMlCF4L0NqN4Ynbgnaip+pPF0s7pQ==", 193 "dependencies": { 194 "ci-info": "^3.8.0", 195 "debug": "^4.3.4", 196 "dlv": "^1.1.3", 197 "dset": "^3.1.2", 198 "is-docker": "^3.0.0", 199 "is-wsl": "^3.0.0", 200 "which-pm-runs": "^1.1.0" 201 }, 202 "engines": { 203 "node": ">=18.14.1" 204 } 205 }, 206 "node_modules/@astrojs/telemetry/node_modules/ci-info": { 207 "version": "3.9.0", 208 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", 209 "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", 210 "funding": [ 211 { 212 "type": "github", 213 "url": "https://github.com/sponsors/sibiraj-s" 214 } 215 ], 216 "engines": { 217 "node": ">=8" 218 } 219 }, 220 "node_modules/@babel/code-frame": { 221 "version": "7.23.5", 222 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", 223 "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", 224 "dependencies": { 225 "@babel/highlight": "^7.23.4", 226 "chalk": "^2.4.2" 227 }, 228 "engines": { 229 "node": ">=6.9.0" 230 } 231 }, 232 "node_modules/@babel/compat-data": { 233 "version": "7.23.5", 234 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", 235 "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", 236 "engines": { 237 "node": ">=6.9.0" 238 } 239 }, 240 "node_modules/@babel/core": { 241 "version": "7.23.5", 242 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.5.tgz", 243 "integrity": "sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==", 244 "dependencies": { 245 "@ampproject/remapping": "^2.2.0", 246 "@babel/code-frame": "^7.23.5", 247 "@babel/generator": "^7.23.5", 248 "@babel/helper-compilation-targets": "^7.22.15", 249 "@babel/helper-module-transforms": "^7.23.3", 250 "@babel/helpers": "^7.23.5", 251 "@babel/parser": "^7.23.5", 252 "@babel/template": "^7.22.15", 253 "@babel/traverse": "^7.23.5", 254 "@babel/types": "^7.23.5", 255 "convert-source-map": "^2.0.0", 256 "debug": "^4.1.0", 257 "gensync": "^1.0.0-beta.2", 258 "json5": "^2.2.3", 259 "semver": "^6.3.1" 260 }, 261 "engines": { 262 "node": ">=6.9.0" 263 }, 264 "funding": { 265 "type": "opencollective", 266 "url": "https://opencollective.com/babel" 267 } 268 }, 269 "node_modules/@babel/core/node_modules/semver": { 270 "version": "6.3.1", 271 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 272 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 273 "bin": { 274 "semver": "bin/semver.js" 275 } 276 }, 277 "node_modules/@babel/generator": { 278 "version": "7.23.5", 279 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.5.tgz", 280 "integrity": "sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==", 281 "dependencies": { 282 "@babel/types": "^7.23.5", 283 "@jridgewell/gen-mapping": "^0.3.2", 284 "@jridgewell/trace-mapping": "^0.3.17", 285 "jsesc": "^2.5.1" 286 }, 287 "engines": { 288 "node": ">=6.9.0" 289 } 290 }, 291 "node_modules/@babel/helper-annotate-as-pure": { 292 "version": "7.22.5", 293 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", 294 "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", 295 "dependencies": { 296 "@babel/types": "^7.22.5" 297 }, 298 "engines": { 299 "node": ">=6.9.0" 300 } 301 }, 302 "node_modules/@babel/helper-compilation-targets": { 303 "version": "7.22.15", 304 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", 305 "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", 306 "dependencies": { 307 "@babel/compat-data": "^7.22.9", 308 "@babel/helper-validator-option": "^7.22.15", 309 "browserslist": "^4.21.9", 310 "lru-cache": "^5.1.1", 311 "semver": "^6.3.1" 312 }, 313 "engines": { 314 "node": ">=6.9.0" 315 } 316 }, 317 "node_modules/@babel/helper-compilation-targets/node_modules/semver": { 318 "version": "6.3.1", 319 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 320 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 321 "bin": { 322 "semver": "bin/semver.js" 323 } 324 }, 325 "node_modules/@babel/helper-environment-visitor": { 326 "version": "7.22.20", 327 "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", 328 "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", 329 "engines": { 330 "node": ">=6.9.0" 331 } 332 }, 333 "node_modules/@babel/helper-function-name": { 334 "version": "7.23.0", 335 "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", 336 "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", 337 "dependencies": { 338 "@babel/template": "^7.22.15", 339 "@babel/types": "^7.23.0" 340 }, 341 "engines": { 342 "node": ">=6.9.0" 343 } 344 }, 345 "node_modules/@babel/helper-hoist-variables": { 346 "version": "7.22.5", 347 "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", 348 "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", 349 "dependencies": { 350 "@babel/types": "^7.22.5" 351 }, 352 "engines": { 353 "node": ">=6.9.0" 354 } 355 }, 356 "node_modules/@babel/helper-module-imports": { 357 "version": "7.22.15", 358 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", 359 "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", 360 "dependencies": { 361 "@babel/types": "^7.22.15" 362 }, 363 "engines": { 364 "node": ">=6.9.0" 365 } 366 }, 367 "node_modules/@babel/helper-module-transforms": { 368 "version": "7.23.3", 369 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", 370 "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", 371 "dependencies": { 372 "@babel/helper-environment-visitor": "^7.22.20", 373 "@babel/helper-module-imports": "^7.22.15", 374 "@babel/helper-simple-access": "^7.22.5", 375 "@babel/helper-split-export-declaration": "^7.22.6", 376 "@babel/helper-validator-identifier": "^7.22.20" 377 }, 378 "engines": { 379 "node": ">=6.9.0" 380 }, 381 "peerDependencies": { 382 "@babel/core": "^7.0.0" 383 } 384 }, 385 "node_modules/@babel/helper-plugin-utils": { 386 "version": "7.22.5", 387 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", 388 "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", 389 "engines": { 390 "node": ">=6.9.0" 391 } 392 }, 393 "node_modules/@babel/helper-simple-access": { 394 "version": "7.22.5", 395 "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", 396 "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", 397 "dependencies": { 398 "@babel/types": "^7.22.5" 399 }, 400 "engines": { 401 "node": ">=6.9.0" 402 } 403 }, 404 "node_modules/@babel/helper-split-export-declaration": { 405 "version": "7.22.6", 406 "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", 407 "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", 408 "dependencies": { 409 "@babel/types": "^7.22.5" 410 }, 411 "engines": { 412 "node": ">=6.9.0" 413 } 414 }, 415 "node_modules/@babel/helper-string-parser": { 416 "version": "7.23.4", 417 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", 418 "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", 419 "engines": { 420 "node": ">=6.9.0" 421 } 422 }, 423 "node_modules/@babel/helper-validator-identifier": { 424 "version": "7.22.20", 425 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", 426 "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", 427 "engines": { 428 "node": ">=6.9.0" 429 } 430 }, 431 "node_modules/@babel/helper-validator-option": { 432 "version": "7.23.5", 433 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", 434 "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", 435 "engines": { 436 "node": ">=6.9.0" 437 } 438 }, 439 "node_modules/@babel/helpers": { 440 "version": "7.23.5", 441 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.5.tgz", 442 "integrity": "sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==", 443 "dependencies": { 444 "@babel/template": "^7.22.15", 445 "@babel/traverse": "^7.23.5", 446 "@babel/types": "^7.23.5" 447 }, 448 "engines": { 449 "node": ">=6.9.0" 450 } 451 }, 452 "node_modules/@babel/highlight": { 453 "version": "7.23.4", 454 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", 455 "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", 456 "dependencies": { 457 "@babel/helper-validator-identifier": "^7.22.20", 458 "chalk": "^2.4.2", 459 "js-tokens": "^4.0.0" 460 }, 461 "engines": { 462 "node": ">=6.9.0" 463 } 464 }, 465 "node_modules/@babel/parser": { 466 "version": "7.23.5", 467 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.5.tgz", 468 "integrity": "sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==", 469 "bin": { 470 "parser": "bin/babel-parser.js" 471 }, 472 "engines": { 473 "node": ">=6.0.0" 474 } 475 }, 476 "node_modules/@babel/plugin-syntax-jsx": { 477 "version": "7.23.3", 478 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", 479 "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", 480 "dependencies": { 481 "@babel/helper-plugin-utils": "^7.22.5" 482 }, 483 "engines": { 484 "node": ">=6.9.0" 485 }, 486 "peerDependencies": { 487 "@babel/core": "^7.0.0-0" 488 } 489 }, 490 "node_modules/@babel/plugin-transform-react-jsx": { 491 "version": "7.23.4", 492 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz", 493 "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==", 494 "dependencies": { 495 "@babel/helper-annotate-as-pure": "^7.22.5", 496 "@babel/helper-module-imports": "^7.22.15", 497 "@babel/helper-plugin-utils": "^7.22.5", 498 "@babel/plugin-syntax-jsx": "^7.23.3", 499 "@babel/types": "^7.23.4" 500 }, 501 "engines": { 502 "node": ">=6.9.0" 503 }, 504 "peerDependencies": { 505 "@babel/core": "^7.0.0-0" 506 } 507 }, 508 "node_modules/@babel/template": { 509 "version": "7.22.15", 510 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", 511 "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", 512 "dependencies": { 513 "@babel/code-frame": "^7.22.13", 514 "@babel/parser": "^7.22.15", 515 "@babel/types": "^7.22.15" 516 }, 517 "engines": { 518 "node": ">=6.9.0" 519 } 520 }, 521 "node_modules/@babel/traverse": { 522 "version": "7.23.5", 523 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.5.tgz", 524 "integrity": "sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==", 525 "dependencies": { 526 "@babel/code-frame": "^7.23.5", 527 "@babel/generator": "^7.23.5", 528 "@babel/helper-environment-visitor": "^7.22.20", 529 "@babel/helper-function-name": "^7.23.0", 530 "@babel/helper-hoist-variables": "^7.22.5", 531 "@babel/helper-split-export-declaration": "^7.22.6", 532 "@babel/parser": "^7.23.5", 533 "@babel/types": "^7.23.5", 534 "debug": "^4.1.0", 535 "globals": "^11.1.0" 536 }, 537 "engines": { 538 "node": ">=6.9.0" 539 } 540 }, 541 "node_modules/@babel/types": { 542 "version": "7.23.5", 543 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.5.tgz", 544 "integrity": "sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==", 545 "dependencies": { 546 "@babel/helper-string-parser": "^7.23.4", 547 "@babel/helper-validator-identifier": "^7.22.20", 548 "to-fast-properties": "^2.0.0" 549 }, 550 "engines": { 551 "node": ">=6.9.0" 552 } 553 }, 554 "node_modules/@emmetio/abbreviation": { 555 "version": "2.3.3", 556 "resolved": "https://registry.npmjs.org/@emmetio/abbreviation/-/abbreviation-2.3.3.tgz", 557 "integrity": "sha512-mgv58UrU3rh4YgbE/TzgLQwJ3pFsHHhCLqY20aJq+9comytTXUDNGG/SMtSeMJdkpxgXSXunBGLD8Boka3JyVA==", 558 "dependencies": { 559 "@emmetio/scanner": "^1.0.4" 560 } 561 }, 562 "node_modules/@emmetio/css-abbreviation": { 563 "version": "2.1.8", 564 "resolved": "https://registry.npmjs.org/@emmetio/css-abbreviation/-/css-abbreviation-2.1.8.tgz", 565 "integrity": "sha512-s9yjhJ6saOO/uk1V74eifykk2CBYi01STTK3WlXWGOepyKa23ymJ053+DNQjpFcy1ingpaO7AxCcwLvHFY9tuw==", 566 "dependencies": { 567 "@emmetio/scanner": "^1.0.4" 568 } 569 }, 570 "node_modules/@emmetio/scanner": { 571 "version": "1.0.4", 572 "resolved": "https://registry.npmjs.org/@emmetio/scanner/-/scanner-1.0.4.tgz", 573 "integrity": "sha512-IqRuJtQff7YHHBk4G8YZ45uB9BaAGcwQeVzgj/zj8/UdOhtQpEIupUhSk8dys6spFIWVZVeK20CzGEnqR5SbqA==" 574 }, 575 "node_modules/@esbuild/android-arm": { 576 "version": "0.19.8", 577 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.8.tgz", 578 "integrity": "sha512-31E2lxlGM1KEfivQl8Yf5aYU/mflz9g06H6S15ITUFQueMFtFjESRMoDSkvMo8thYvLBax+VKTPlpnx+sPicOA==", 579 "cpu": [ 580 "arm" 581 ], 582 "optional": true, 583 "os": [ 584 "android" 585 ], 586 "engines": { 587 "node": ">=12" 588 } 589 }, 590 "node_modules/@esbuild/android-arm64": { 591 "version": "0.19.8", 592 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.8.tgz", 593 "integrity": "sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLECj6FhDzk1cF9WHMVwrtA==", 594 "cpu": [ 595 "arm64" 596 ], 597 "optional": true, 598 "os": [ 599 "android" 600 ], 601 "engines": { 602 "node": ">=12" 603 } 604 }, 605 "node_modules/@esbuild/android-x64": { 606 "version": "0.19.8", 607 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.8.tgz", 608 "integrity": "sha512-rdqqYfRIn4jWOp+lzQttYMa2Xar3OK9Yt2fhOhzFXqg0rVWEfSclJvZq5fZslnz6ypHvVf3CT7qyf0A5pM682A==", 609 "cpu": [ 610 "x64" 611 ], 612 "optional": true, 613 "os": [ 614 "android" 615 ], 616 "engines": { 617 "node": ">=12" 618 } 619 }, 620 "node_modules/@esbuild/darwin-arm64": { 621 "version": "0.19.8", 622 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.8.tgz", 623 "integrity": "sha512-RQw9DemMbIq35Bprbboyf8SmOr4UXsRVxJ97LgB55VKKeJOOdvsIPy0nFyF2l8U+h4PtBx/1kRf0BelOYCiQcw==", 624 "cpu": [ 625 "arm64" 626 ], 627 "optional": true, 628 "os": [ 629 "darwin" 630 ], 631 "engines": { 632 "node": ">=12" 633 } 634 }, 635 "node_modules/@esbuild/darwin-x64": { 636 "version": "0.19.8", 637 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.8.tgz", 638 "integrity": "sha512-3sur80OT9YdeZwIVgERAysAbwncom7b4bCI2XKLjMfPymTud7e/oY4y+ci1XVp5TfQp/bppn7xLw1n/oSQY3/Q==", 639 "cpu": [ 640 "x64" 641 ], 642 "optional": true, 643 "os": [ 644 "darwin" 645 ], 646 "engines": { 647 "node": ">=12" 648 } 649 }, 650 "node_modules/@esbuild/freebsd-arm64": { 651 "version": "0.19.8", 652 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.8.tgz", 653 "integrity": "sha512-WAnPJSDattvS/XtPCTj1tPoTxERjcTpH6HsMr6ujTT+X6rylVe8ggxk8pVxzf5U1wh5sPODpawNicF5ta/9Tmw==", 654 "cpu": [ 655 "arm64" 656 ], 657 "optional": true, 658 "os": [ 659 "freebsd" 660 ], 661 "engines": { 662 "node": ">=12" 663 } 664 }, 665 "node_modules/@esbuild/freebsd-x64": { 666 "version": "0.19.8", 667 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.8.tgz", 668 "integrity": "sha512-ICvZyOplIjmmhjd6mxi+zxSdpPTKFfyPPQMQTK/w+8eNK6WV01AjIztJALDtwNNfFhfZLux0tZLC+U9nSyA5Zg==", 669 "cpu": [ 670 "x64" 671 ], 672 "optional": true, 673 "os": [ 674 "freebsd" 675 ], 676 "engines": { 677 "node": ">=12" 678 } 679 }, 680 "node_modules/@esbuild/linux-arm": { 681 "version": "0.19.8", 682 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.8.tgz", 683 "integrity": "sha512-H4vmI5PYqSvosPaTJuEppU9oz1dq2A7Mr2vyg5TF9Ga+3+MGgBdGzcyBP7qK9MrwFQZlvNyJrvz6GuCaj3OukQ==", 684 "cpu": [ 685 "arm" 686 ], 687 "optional": true, 688 "os": [ 689 "linux" 690 ], 691 "engines": { 692 "node": ">=12" 693 } 694 }, 695 "node_modules/@esbuild/linux-arm64": { 696 "version": "0.19.8", 697 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.8.tgz", 698 "integrity": "sha512-z1zMZivxDLHWnyGOctT9JP70h0beY54xDDDJt4VpTX+iwA77IFsE1vCXWmprajJGa+ZYSqkSbRQ4eyLCpCmiCQ==", 699 "cpu": [ 700 "arm64" 701 ], 702 "optional": true, 703 "os": [ 704 "linux" 705 ], 706 "engines": { 707 "node": ">=12" 708 } 709 }, 710 "node_modules/@esbuild/linux-ia32": { 711 "version": "0.19.8", 712 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.8.tgz", 713 "integrity": "sha512-1a8suQiFJmZz1khm/rDglOc8lavtzEMRo0v6WhPgxkrjcU0LkHj+TwBrALwoz/OtMExvsqbbMI0ChyelKabSvQ==", 714 "cpu": [ 715 "ia32" 716 ], 717 "optional": true, 718 "os": [ 719 "linux" 720 ], 721 "engines": { 722 "node": ">=12" 723 } 724 }, 725 "node_modules/@esbuild/linux-loong64": { 726 "version": "0.19.8", 727 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.8.tgz", 728 "integrity": "sha512-fHZWS2JJxnXt1uYJsDv9+b60WCc2RlvVAy1F76qOLtXRO+H4mjt3Tr6MJ5l7Q78X8KgCFudnTuiQRBhULUyBKQ==", 729 "cpu": [ 730 "loong64" 731 ], 732 "optional": true, 733 "os": [ 734 "linux" 735 ], 736 "engines": { 737 "node": ">=12" 738 } 739 }, 740 "node_modules/@esbuild/linux-mips64el": { 741 "version": "0.19.8", 742 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.8.tgz", 743 "integrity": "sha512-Wy/z0EL5qZYLX66dVnEg9riiwls5IYnziwuju2oUiuxVc+/edvqXa04qNtbrs0Ukatg5HEzqT94Zs7J207dN5Q==", 744 "cpu": [ 745 "mips64el" 746 ], 747 "optional": true, 748 "os": [ 749 "linux" 750 ], 751 "engines": { 752 "node": ">=12" 753 } 754 }, 755 "node_modules/@esbuild/linux-ppc64": { 756 "version": "0.19.8", 757 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.8.tgz", 758 "integrity": "sha512-ETaW6245wK23YIEufhMQ3HSeHO7NgsLx8gygBVldRHKhOlD1oNeNy/P67mIh1zPn2Hr2HLieQrt6tWrVwuqrxg==", 759 "cpu": [ 760 "ppc64" 761 ], 762 "optional": true, 763 "os": [ 764 "linux" 765 ], 766 "engines": { 767 "node": ">=12" 768 } 769 }, 770 "node_modules/@esbuild/linux-riscv64": { 771 "version": "0.19.8", 772 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.8.tgz", 773 "integrity": "sha512-T2DRQk55SgoleTP+DtPlMrxi/5r9AeFgkhkZ/B0ap99zmxtxdOixOMI570VjdRCs9pE4Wdkz7JYrsPvsl7eESg==", 774 "cpu": [ 775 "riscv64" 776 ], 777 "optional": true, 778 "os": [ 779 "linux" 780 ], 781 "engines": { 782 "node": ">=12" 783 } 784 }, 785 "node_modules/@esbuild/linux-s390x": { 786 "version": "0.19.8", 787 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.8.tgz", 788 "integrity": "sha512-NPxbdmmo3Bk7mbNeHmcCd7R7fptJaczPYBaELk6NcXxy7HLNyWwCyDJ/Xx+/YcNH7Im5dHdx9gZ5xIwyliQCbg==", 789 "cpu": [ 790 "s390x" 791 ], 792 "optional": true, 793 "os": [ 794 "linux" 795 ], 796 "engines": { 797 "node": ">=12" 798 } 799 }, 800 "node_modules/@esbuild/linux-x64": { 801 "version": "0.19.8", 802 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.8.tgz", 803 "integrity": "sha512-lytMAVOM3b1gPypL2TRmZ5rnXl7+6IIk8uB3eLsV1JwcizuolblXRrc5ShPrO9ls/b+RTp+E6gbsuLWHWi2zGg==", 804 "cpu": [ 805 "x64" 806 ], 807 "optional": true, 808 "os": [ 809 "linux" 810 ], 811 "engines": { 812 "node": ">=12" 813 } 814 }, 815 "node_modules/@esbuild/netbsd-x64": { 816 "version": "0.19.8", 817 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.8.tgz", 818 "integrity": "sha512-hvWVo2VsXz/8NVt1UhLzxwAfo5sioj92uo0bCfLibB0xlOmimU/DeAEsQILlBQvkhrGjamP0/el5HU76HAitGw==", 819 "cpu": [ 820 "x64" 821 ], 822 "optional": true, 823 "os": [ 824 "netbsd" 825 ], 826 "engines": { 827 "node": ">=12" 828 } 829 }, 830 "node_modules/@esbuild/openbsd-x64": { 831 "version": "0.19.8", 832 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.8.tgz", 833 "integrity": "sha512-/7Y7u77rdvmGTxR83PgaSvSBJCC2L3Kb1M/+dmSIvRvQPXXCuC97QAwMugBNG0yGcbEGfFBH7ojPzAOxfGNkwQ==", 834 "cpu": [ 835 "x64" 836 ], 837 "optional": true, 838 "os": [ 839 "openbsd" 840 ], 841 "engines": { 842 "node": ">=12" 843 } 844 }, 845 "node_modules/@esbuild/sunos-x64": { 846 "version": "0.19.8", 847 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.8.tgz", 848 "integrity": "sha512-9Lc4s7Oi98GqFA4HzA/W2JHIYfnXbUYgekUP/Sm4BG9sfLjyv6GKKHKKVs83SMicBF2JwAX6A1PuOLMqpD001w==", 849 "cpu": [ 850 "x64" 851 ], 852 "optional": true, 853 "os": [ 854 "sunos" 855 ], 856 "engines": { 857 "node": ">=12" 858 } 859 }, 860 "node_modules/@esbuild/win32-arm64": { 861 "version": "0.19.8", 862 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.8.tgz", 863 "integrity": "sha512-rq6WzBGjSzihI9deW3fC2Gqiak68+b7qo5/3kmB6Gvbh/NYPA0sJhrnp7wgV4bNwjqM+R2AApXGxMO7ZoGhIJg==", 864 "cpu": [ 865 "arm64" 866 ], 867 "optional": true, 868 "os": [ 869 "win32" 870 ], 871 "engines": { 872 "node": ">=12" 873 } 874 }, 875 "node_modules/@esbuild/win32-ia32": { 876 "version": "0.19.8", 877 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.8.tgz", 878 "integrity": "sha512-AIAbverbg5jMvJznYiGhrd3sumfwWs8572mIJL5NQjJa06P8KfCPWZQ0NwZbPQnbQi9OWSZhFVSUWjjIrn4hSw==", 879 "cpu": [ 880 "ia32" 881 ], 882 "optional": true, 883 "os": [ 884 "win32" 885 ], 886 "engines": { 887 "node": ">=12" 888 } 889 }, 890 "node_modules/@esbuild/win32-x64": { 891 "version": "0.19.8", 892 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.8.tgz", 893 "integrity": "sha512-bfZ0cQ1uZs2PqpulNL5j/3w+GDhP36k1K5c38QdQg+Swy51jFZWWeIkteNsufkQxp986wnqRRsb/bHbY1WQ7TA==", 894 "cpu": [ 895 "x64" 896 ], 897 "optional": true, 898 "os": [ 899 "win32" 900 ], 901 "engines": { 902 "node": ">=12" 903 } 904 }, 905 "node_modules/@jridgewell/gen-mapping": { 906 "version": "0.3.3", 907 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", 908 "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", 909 "dependencies": { 910 "@jridgewell/set-array": "^1.0.1", 911 "@jridgewell/sourcemap-codec": "^1.4.10", 912 "@jridgewell/trace-mapping": "^0.3.9" 913 }, 914 "engines": { 915 "node": ">=6.0.0" 916 } 917 }, 918 "node_modules/@jridgewell/resolve-uri": { 919 "version": "3.1.1", 920 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", 921 "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", 922 "engines": { 923 "node": ">=6.0.0" 924 } 925 }, 926 "node_modules/@jridgewell/set-array": { 927 "version": "1.1.2", 928 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", 929 "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", 930 "engines": { 931 "node": ">=6.0.0" 932 } 933 }, 934 "node_modules/@jridgewell/sourcemap-codec": { 935 "version": "1.4.15", 936 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", 937 "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" 938 }, 939 "node_modules/@jridgewell/trace-mapping": { 940 "version": "0.3.20", 941 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", 942 "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", 943 "dependencies": { 944 "@jridgewell/resolve-uri": "^3.1.0", 945 "@jridgewell/sourcemap-codec": "^1.4.14" 946 } 947 }, 948 "node_modules/@lit-labs/ssr": { 949 "version": "3.1.7", 950 "resolved": "https://registry.npmjs.org/@lit-labs/ssr/-/ssr-3.1.7.tgz", 951 "integrity": "sha512-eoH2Ech9lvk3VCMbG6d0yRqCJOD1Zs+ZKBRuGIxOG2OQoNYtQg8JV5JPeRhlx9OKy/wVAGPtIaWDL25n4mVjYQ==", 952 "dependencies": { 953 "@lit-labs/ssr-client": "^1.1.0", 954 "@lit-labs/ssr-dom-shim": "^1.1.0", 955 "@lit/reactive-element": "^1.6.0", 956 "@parse5/tools": "^0.3.0", 957 "@types/node": "^16.0.0", 958 "enhanced-resolve": "^5.10.0", 959 "lit": "^2.7.0", 960 "lit-element": "^3.3.0", 961 "lit-html": "^2.7.0", 962 "node-fetch": "^3.2.8", 963 "parse5": "^7.1.1" 964 }, 965 "engines": { 966 "node": ">=13.9.0" 967 } 968 }, 969 "node_modules/@lit-labs/ssr-client": { 970 "version": "1.1.3", 971 "resolved": "https://registry.npmjs.org/@lit-labs/ssr-client/-/ssr-client-1.1.3.tgz", 972 "integrity": "sha512-JIvpvfCEJGTIKH1L/kZYN68jiXuTBbHI6JG3H4HQI0Ko/8Z0qtlSP9G35IVDzNdMt+xVE4WYKsY9Vk6N2S55kQ==", 973 "dependencies": { 974 "@lit/reactive-element": "^1.0.0", 975 "lit": "^2.8.0", 976 "lit-html": "^2.8.0" 977 } 978 }, 979 "node_modules/@lit-labs/ssr-dom-shim": { 980 "version": "1.1.2", 981 "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.2.tgz", 982 "integrity": "sha512-jnOD+/+dSrfTWYfSXBXlo5l5f0q1UuJo3tkbMDCYA2lKUYq79jaxqtGEvnRoh049nt1vdo1+45RinipU6FGY2g==" 983 }, 984 "node_modules/@lit-labs/ssr/node_modules/@types/node": { 985 "version": "16.18.67", 986 "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.67.tgz", 987 "integrity": "sha512-gUa0tDO9oxyAYO9V9tqxDJguVMDpqUwH5I5Q9ASYBCso+8CUdJlKPKDYS1YSS9kyZWIduDafZvucGM0zGNKFjg==" 988 }, 989 "node_modules/@lit-labs/ssr/node_modules/node-fetch": { 990 "version": "3.3.2", 991 "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", 992 "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", 993 "dependencies": { 994 "data-uri-to-buffer": "^4.0.0", 995 "fetch-blob": "^3.1.4", 996 "formdata-polyfill": "^4.0.10" 997 }, 998 "engines": { 999 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 1000 }, 1001 "funding": { 1002 "type": "opencollective", 1003 "url": "https://opencollective.com/node-fetch" 1004 } 1005 }, 1006 "node_modules/@lit/reactive-element": { 1007 "version": "1.6.3", 1008 "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.6.3.tgz", 1009 "integrity": "sha512-QuTgnG52Poic7uM1AN5yJ09QMe0O28e10XzSvWDz02TJiiKee4stsiownEIadWm8nYzyDAyT+gKzUoZmiWQtsQ==", 1010 "dependencies": { 1011 "@lit-labs/ssr-dom-shim": "^1.0.0" 1012 } 1013 }, 1014 "node_modules/@nodelib/fs.scandir": { 1015 "version": "2.1.5", 1016 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 1017 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 1018 "dependencies": { 1019 "@nodelib/fs.stat": "2.0.5", 1020 "run-parallel": "^1.1.9" 1021 }, 1022 "engines": { 1023 "node": ">= 8" 1024 } 1025 }, 1026 "node_modules/@nodelib/fs.stat": { 1027 "version": "2.0.5", 1028 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 1029 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 1030 "engines": { 1031 "node": ">= 8" 1032 } 1033 }, 1034 "node_modules/@nodelib/fs.walk": { 1035 "version": "1.2.8", 1036 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 1037 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 1038 "dependencies": { 1039 "@nodelib/fs.scandir": "2.1.5", 1040 "fastq": "^1.6.0" 1041 }, 1042 "engines": { 1043 "node": ">= 8" 1044 } 1045 }, 1046 "node_modules/@parse5/tools": { 1047 "version": "0.3.0", 1048 "resolved": "https://registry.npmjs.org/@parse5/tools/-/tools-0.3.0.tgz", 1049 "integrity": "sha512-zxRyTHkqb7WQMV8kTNBKWb1BeOFUKXBXTBWuxg9H9hfvQB3IwP6Iw2U75Ia5eyRxPNltmY7E8YAlz6zWwUnjKg==", 1050 "dependencies": { 1051 "parse5": "^7.0.0" 1052 } 1053 }, 1054 "node_modules/@rollup/rollup-android-arm-eabi": { 1055 "version": "4.6.1", 1056 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.6.1.tgz", 1057 "integrity": "sha512-0WQ0ouLejaUCRsL93GD4uft3rOmB8qoQMU05Kb8CmMtMBe7XUDLAltxVZI1q6byNqEtU7N1ZX1Vw5lIpgulLQA==", 1058 "cpu": [ 1059 "arm" 1060 ], 1061 "optional": true, 1062 "os": [ 1063 "android" 1064 ] 1065 }, 1066 "node_modules/@rollup/rollup-android-arm64": { 1067 "version": "4.6.1", 1068 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.6.1.tgz", 1069 "integrity": "sha512-1TKm25Rn20vr5aTGGZqo6E4mzPicCUD79k17EgTLAsXc1zysyi4xXKACfUbwyANEPAEIxkzwue6JZ+stYzWUTA==", 1070 "cpu": [ 1071 "arm64" 1072 ], 1073 "optional": true, 1074 "os": [ 1075 "android" 1076 ] 1077 }, 1078 "node_modules/@rollup/rollup-darwin-arm64": { 1079 "version": "4.6.1", 1080 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.6.1.tgz", 1081 "integrity": "sha512-cEXJQY/ZqMACb+nxzDeX9IPLAg7S94xouJJCNVE5BJM8JUEP4HeTF+ti3cmxWeSJo+5D+o8Tc0UAWUkfENdeyw==", 1082 "cpu": [ 1083 "arm64" 1084 ], 1085 "optional": true, 1086 "os": [ 1087 "darwin" 1088 ] 1089 }, 1090 "node_modules/@rollup/rollup-darwin-x64": { 1091 "version": "4.6.1", 1092 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.6.1.tgz", 1093 "integrity": "sha512-LoSU9Xu56isrkV2jLldcKspJ7sSXmZWkAxg7sW/RfF7GS4F5/v4EiqKSMCFbZtDu2Nc1gxxFdQdKwkKS4rwxNg==", 1094 "cpu": [ 1095 "x64" 1096 ], 1097 "optional": true, 1098 "os": [ 1099 "darwin" 1100 ] 1101 }, 1102 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 1103 "version": "4.6.1", 1104 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.6.1.tgz", 1105 "integrity": "sha512-EfI3hzYAy5vFNDqpXsNxXcgRDcFHUWSx5nnRSCKwXuQlI5J9dD84g2Usw81n3FLBNsGCegKGwwTVsSKK9cooSQ==", 1106 "cpu": [ 1107 "arm" 1108 ], 1109 "optional": true, 1110 "os": [ 1111 "linux" 1112 ] 1113 }, 1114 "node_modules/@rollup/rollup-linux-arm64-gnu": { 1115 "version": "4.6.1", 1116 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.6.1.tgz", 1117 "integrity": "sha512-9lhc4UZstsegbNLhH0Zu6TqvDfmhGzuCWtcTFXY10VjLLUe4Mr0Ye2L3rrtHaDd/J5+tFMEuo5LTCSCMXWfUKw==", 1118 "cpu": [ 1119 "arm64" 1120 ], 1121 "optional": true, 1122 "os": [ 1123 "linux" 1124 ] 1125 }, 1126 "node_modules/@rollup/rollup-linux-arm64-musl": { 1127 "version": "4.6.1", 1128 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.6.1.tgz", 1129 "integrity": "sha512-FfoOK1yP5ksX3wwZ4Zk1NgyGHZyuRhf99j64I5oEmirV8EFT7+OhUZEnP+x17lcP/QHJNWGsoJwrz4PJ9fBEXw==", 1130 "cpu": [ 1131 "arm64" 1132 ], 1133 "optional": true, 1134 "os": [ 1135 "linux" 1136 ] 1137 }, 1138 "node_modules/@rollup/rollup-linux-x64-gnu": { 1139 "version": "4.6.1", 1140 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.6.1.tgz", 1141 "integrity": "sha512-DNGZvZDO5YF7jN5fX8ZqmGLjZEXIJRdJEdTFMhiyXqyXubBa0WVLDWSNlQ5JR2PNgDbEV1VQowhVRUh+74D+RA==", 1142 "cpu": [ 1143 "x64" 1144 ], 1145 "optional": true, 1146 "os": [ 1147 "linux" 1148 ] 1149 }, 1150 "node_modules/@rollup/rollup-linux-x64-musl": { 1151 "version": "4.6.1", 1152 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.6.1.tgz", 1153 "integrity": "sha512-RkJVNVRM+piYy87HrKmhbexCHg3A6Z6MU0W9GHnJwBQNBeyhCJG9KDce4SAMdicQnpURggSvtbGo9xAWOfSvIQ==", 1154 "cpu": [ 1155 "x64" 1156 ], 1157 "optional": true, 1158 "os": [ 1159 "linux" 1160 ] 1161 }, 1162 "node_modules/@rollup/rollup-win32-arm64-msvc": { 1163 "version": "4.6.1", 1164 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.6.1.tgz", 1165 "integrity": "sha512-v2FVT6xfnnmTe3W9bJXl6r5KwJglMK/iRlkKiIFfO6ysKs0rDgz7Cwwf3tjldxQUrHL9INT/1r4VA0n9L/F1vQ==", 1166 "cpu": [ 1167 "arm64" 1168 ], 1169 "optional": true, 1170 "os": [ 1171 "win32" 1172 ] 1173 }, 1174 "node_modules/@rollup/rollup-win32-ia32-msvc": { 1175 "version": "4.6.1", 1176 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.6.1.tgz", 1177 "integrity": "sha512-YEeOjxRyEjqcWphH9dyLbzgkF8wZSKAKUkldRY6dgNR5oKs2LZazqGB41cWJ4Iqqcy9/zqYgmzBkRoVz3Q9MLw==", 1178 "cpu": [ 1179 "ia32" 1180 ], 1181 "optional": true, 1182 "os": [ 1183 "win32" 1184 ] 1185 }, 1186 "node_modules/@rollup/rollup-win32-x64-msvc": { 1187 "version": "4.6.1", 1188 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.6.1.tgz", 1189 "integrity": "sha512-0zfTlFAIhgz8V2G8STq8toAjsYYA6eci1hnXuyOTUFnymrtJwnS6uGKiv3v5UrPZkBlamLvrLV2iiaeqCKzb0A==", 1190 "cpu": [ 1191 "x64" 1192 ], 1193 "optional": true, 1194 "os": [ 1195 "win32" 1196 ] 1197 }, 1198 "node_modules/@types/babel__core": { 1199 "version": "7.20.5", 1200 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", 1201 "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", 1202 "dependencies": { 1203 "@babel/parser": "^7.20.7", 1204 "@babel/types": "^7.20.7", 1205 "@types/babel__generator": "*", 1206 "@types/babel__template": "*", 1207 "@types/babel__traverse": "*" 1208 } 1209 }, 1210 "node_modules/@types/babel__generator": { 1211 "version": "7.6.7", 1212 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.7.tgz", 1213 "integrity": "sha512-6Sfsq+EaaLrw4RmdFWE9Onp63TOUue71AWb4Gpa6JxzgTYtimbM086WnYTy2U67AofR++QKCo08ZP6pwx8YFHQ==", 1214 "dependencies": { 1215 "@babel/types": "^7.0.0" 1216 } 1217 }, 1218 "node_modules/@types/babel__template": { 1219 "version": "7.4.4", 1220 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", 1221 "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", 1222 "dependencies": { 1223 "@babel/parser": "^7.1.0", 1224 "@babel/types": "^7.0.0" 1225 } 1226 }, 1227 "node_modules/@types/babel__traverse": { 1228 "version": "7.20.4", 1229 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.4.tgz", 1230 "integrity": "sha512-mSM/iKUk5fDDrEV/e83qY+Cr3I1+Q3qqTuEn++HAWYjEa1+NxZr6CNrcJGf2ZTnq4HoFGC3zaTPZTobCzCFukA==", 1231 "dependencies": { 1232 "@babel/types": "^7.20.7" 1233 } 1234 }, 1235 "node_modules/@types/debug": { 1236 "version": "4.1.12", 1237 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1238 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1239 "dependencies": { 1240 "@types/ms": "*" 1241 } 1242 }, 1243 "node_modules/@types/estree": { 1244 "version": "1.0.5", 1245 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", 1246 "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" 1247 }, 1248 "node_modules/@types/hast": { 1249 "version": "3.0.3", 1250 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.3.tgz", 1251 "integrity": "sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==", 1252 "dependencies": { 1253 "@types/unist": "*" 1254 } 1255 }, 1256 "node_modules/@types/mdast": { 1257 "version": "4.0.3", 1258 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz", 1259 "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==", 1260 "dependencies": { 1261 "@types/unist": "*" 1262 } 1263 }, 1264 "node_modules/@types/ms": { 1265 "version": "0.7.34", 1266 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", 1267 "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" 1268 }, 1269 "node_modules/@types/nlcst": { 1270 "version": "1.0.4", 1271 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-1.0.4.tgz", 1272 "integrity": "sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==", 1273 "dependencies": { 1274 "@types/unist": "^2" 1275 } 1276 }, 1277 "node_modules/@types/nlcst/node_modules/@types/unist": { 1278 "version": "2.0.10", 1279 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", 1280 "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" 1281 }, 1282 "node_modules/@types/node": { 1283 "version": "20.10.3", 1284 "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.3.tgz", 1285 "integrity": "sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==", 1286 "optional": true, 1287 "peer": true, 1288 "dependencies": { 1289 "undici-types": "~5.26.4" 1290 } 1291 }, 1292 "node_modules/@types/trusted-types": { 1293 "version": "2.0.7", 1294 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", 1295 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" 1296 }, 1297 "node_modules/@types/unist": { 1298 "version": "3.0.2", 1299 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", 1300 "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" 1301 }, 1302 "node_modules/@ungap/structured-clone": { 1303 "version": "1.2.0", 1304 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", 1305 "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" 1306 }, 1307 "node_modules/@volar/kit": { 1308 "version": "1.10.10", 1309 "resolved": "https://registry.npmjs.org/@volar/kit/-/kit-1.10.10.tgz", 1310 "integrity": "sha512-V2SyUPCPUhueqH8j5t48LJ0QsjExGSXzTv/XOdkUHV7hJ/ekyRGFqKxcfBtMq/nK6Tgu2G1ba+6u0d7e6wKcQw==", 1311 "dependencies": { 1312 "@volar/language-service": "1.10.10", 1313 "typesafe-path": "^0.2.2", 1314 "vscode-languageserver-textdocument": "^1.0.11", 1315 "vscode-uri": "^3.0.8" 1316 }, 1317 "peerDependencies": { 1318 "typescript": "*" 1319 } 1320 }, 1321 "node_modules/@volar/language-core": { 1322 "version": "1.10.10", 1323 "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.10.10.tgz", 1324 "integrity": "sha512-nsV1o3AZ5n5jaEAObrS3MWLBWaGwUj/vAsc15FVNIv+DbpizQRISg9wzygsHBr56ELRH8r4K75vkYNMtsSNNWw==", 1325 "dependencies": { 1326 "@volar/source-map": "1.10.10" 1327 } 1328 }, 1329 "node_modules/@volar/language-server": { 1330 "version": "1.10.10", 1331 "resolved": "https://registry.npmjs.org/@volar/language-server/-/language-server-1.10.10.tgz", 1332 "integrity": "sha512-F2PRBU+CRjT7L9qe8bjof/uz/LbAXVmgwNU2gOSX2y1bUl3E8DHmD0dB6pwIVublvkx+Ivg/0r3Z6oyxfPPruQ==", 1333 "dependencies": { 1334 "@volar/language-core": "1.10.10", 1335 "@volar/language-service": "1.10.10", 1336 "@volar/typescript": "1.10.10", 1337 "@vscode/l10n": "^0.0.16", 1338 "path-browserify": "^1.0.1", 1339 "request-light": "^0.7.0", 1340 "vscode-languageserver": "^9.0.1", 1341 "vscode-languageserver-protocol": "^3.17.5", 1342 "vscode-languageserver-textdocument": "^1.0.11", 1343 "vscode-uri": "^3.0.8" 1344 } 1345 }, 1346 "node_modules/@volar/language-service": { 1347 "version": "1.10.10", 1348 "resolved": "https://registry.npmjs.org/@volar/language-service/-/language-service-1.10.10.tgz", 1349 "integrity": "sha512-P4fiPWDI6fLGO6BghlksCVHs1nr9gvWAMDyma3Bca4aowxXusxjUVTsnJq0EVorIN5uIr1Xel4B/tNdXt/IKyw==", 1350 "dependencies": { 1351 "@volar/language-core": "1.10.10", 1352 "@volar/source-map": "1.10.10", 1353 "vscode-languageserver-protocol": "^3.17.5", 1354 "vscode-languageserver-textdocument": "^1.0.11", 1355 "vscode-uri": "^3.0.8" 1356 } 1357 }, 1358 "node_modules/@volar/source-map": { 1359 "version": "1.10.10", 1360 "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-1.10.10.tgz", 1361 "integrity": "sha512-GVKjLnifV4voJ9F0vhP56p4+F3WGf+gXlRtjFZsv6v3WxBTWU3ZVeaRaEHJmWrcv5LXmoYYpk/SC25BKemPRkg==", 1362 "dependencies": { 1363 "muggle-string": "^0.3.1" 1364 } 1365 }, 1366 "node_modules/@volar/typescript": { 1367 "version": "1.10.10", 1368 "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.10.10.tgz", 1369 "integrity": "sha512-4a2r5bdUub2m+mYVnLu2wt59fuoYWe7nf0uXtGHU8QQ5LDNfzAR0wK7NgDiQ9rcl2WT3fxT2AA9AylAwFtj50A==", 1370 "dependencies": { 1371 "@volar/language-core": "1.10.10", 1372 "path-browserify": "^1.0.1" 1373 } 1374 }, 1375 "node_modules/@vscode/emmet-helper": { 1376 "version": "2.9.2", 1377 "resolved": "https://registry.npmjs.org/@vscode/emmet-helper/-/emmet-helper-2.9.2.tgz", 1378 "integrity": "sha512-MaGuyW+fa13q3aYsluKqclmh62Hgp0BpKIqS66fCxfOaBcVQ1OnMQxRRgQUYnCkxFISAQlkJ0qWWPyXjro1Qrg==", 1379 "dependencies": { 1380 "emmet": "^2.4.3", 1381 "jsonc-parser": "^2.3.0", 1382 "vscode-languageserver-textdocument": "^1.0.1", 1383 "vscode-languageserver-types": "^3.15.1", 1384 "vscode-uri": "^2.1.2" 1385 } 1386 }, 1387 "node_modules/@vscode/emmet-helper/node_modules/vscode-uri": { 1388 "version": "2.1.2", 1389 "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-2.1.2.tgz", 1390 "integrity": "sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==" 1391 }, 1392 "node_modules/@vscode/l10n": { 1393 "version": "0.0.16", 1394 "resolved": "https://registry.npmjs.org/@vscode/l10n/-/l10n-0.0.16.tgz", 1395 "integrity": "sha512-JT5CvrIYYCrmB+dCana8sUqJEcGB1ZDXNLMQ2+42bW995WmNoenijWMUdZfwmuQUTQcEVVIa2OecZzTYWUW9Cg==" 1396 }, 1397 "node_modules/@webcomponents/template-shadowroot": { 1398 "version": "0.2.1", 1399 "resolved": "https://registry.npmjs.org/@webcomponents/template-shadowroot/-/template-shadowroot-0.2.1.tgz", 1400 "integrity": "sha512-fXL/vIUakyZL62hyvUh+EMwbVoTc0hksublmRz6ai6et8znHkJa6gtqMUZo1oc7dIz46exHSIImml9QTdknMHg==" 1401 }, 1402 "node_modules/abbrev": { 1403 "version": "1.1.1", 1404 "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", 1405 "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" 1406 }, 1407 "node_modules/acorn": { 1408 "version": "8.11.2", 1409 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", 1410 "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", 1411 "bin": { 1412 "acorn": "bin/acorn" 1413 }, 1414 "engines": { 1415 "node": ">=0.4.0" 1416 } 1417 }, 1418 "node_modules/ansi-align": { 1419 "version": "3.0.1", 1420 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 1421 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 1422 "dependencies": { 1423 "string-width": "^4.1.0" 1424 } 1425 }, 1426 "node_modules/ansi-align/node_modules/ansi-regex": { 1427 "version": "5.0.1", 1428 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 1429 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 1430 "engines": { 1431 "node": ">=8" 1432 } 1433 }, 1434 "node_modules/ansi-align/node_modules/emoji-regex": { 1435 "version": "8.0.0", 1436 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 1437 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" 1438 }, 1439 "node_modules/ansi-align/node_modules/string-width": { 1440 "version": "4.2.3", 1441 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 1442 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 1443 "dependencies": { 1444 "emoji-regex": "^8.0.0", 1445 "is-fullwidth-code-point": "^3.0.0", 1446 "strip-ansi": "^6.0.1" 1447 }, 1448 "engines": { 1449 "node": ">=8" 1450 } 1451 }, 1452 "node_modules/ansi-align/node_modules/strip-ansi": { 1453 "version": "6.0.1", 1454 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 1455 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 1456 "dependencies": { 1457 "ansi-regex": "^5.0.1" 1458 }, 1459 "engines": { 1460 "node": ">=8" 1461 } 1462 }, 1463 "node_modules/ansi-regex": { 1464 "version": "6.0.1", 1465 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", 1466 "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", 1467 "engines": { 1468 "node": ">=12" 1469 }, 1470 "funding": { 1471 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 1472 } 1473 }, 1474 "node_modules/ansi-styles": { 1475 "version": "3.2.1", 1476 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", 1477 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", 1478 "dependencies": { 1479 "color-convert": "^1.9.0" 1480 }, 1481 "engines": { 1482 "node": ">=4" 1483 } 1484 }, 1485 "node_modules/any-promise": { 1486 "version": "1.3.0", 1487 "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", 1488 "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" 1489 }, 1490 "node_modules/anymatch": { 1491 "version": "3.1.3", 1492 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 1493 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 1494 "dependencies": { 1495 "normalize-path": "^3.0.0", 1496 "picomatch": "^2.0.4" 1497 }, 1498 "engines": { 1499 "node": ">= 8" 1500 } 1501 }, 1502 "node_modules/arg": { 1503 "version": "5.0.2", 1504 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 1505 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" 1506 }, 1507 "node_modules/argparse": { 1508 "version": "2.0.1", 1509 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 1510 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" 1511 }, 1512 "node_modules/array-iterate": { 1513 "version": "2.0.1", 1514 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 1515 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 1516 "funding": { 1517 "type": "github", 1518 "url": "https://github.com/sponsors/wooorm" 1519 } 1520 }, 1521 "node_modules/astro": { 1522 "version": "4.0.6", 1523 "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.6.tgz", 1524 "integrity": "sha512-P7CfFqWKzkJozzF6IoOC6qoI2ONndV8P3ULhGDgMiXPL7xVkWI5haTBSpyrcjBx643tVXspIRsSV/v+Cx+CjGw==", 1525 "dependencies": { 1526 "@astrojs/compiler": "^2.3.4", 1527 "@astrojs/internal-helpers": "0.2.1", 1528 "@astrojs/markdown-remark": "4.0.1", 1529 "@astrojs/telemetry": "3.0.4", 1530 "@babel/core": "^7.23.3", 1531 "@babel/generator": "^7.23.3", 1532 "@babel/parser": "^7.23.3", 1533 "@babel/plugin-transform-react-jsx": "^7.22.5", 1534 "@babel/traverse": "^7.23.3", 1535 "@babel/types": "^7.23.3", 1536 "@types/babel__core": "^7.20.4", 1537 "acorn": "^8.11.2", 1538 "boxen": "^7.1.1", 1539 "chokidar": "^3.5.3", 1540 "ci-info": "^4.0.0", 1541 "clsx": "^2.0.0", 1542 "common-ancestor-path": "^1.0.1", 1543 "cookie": "^0.6.0", 1544 "debug": "^4.3.4", 1545 "deterministic-object-hash": "^2.0.1", 1546 "devalue": "^4.3.2", 1547 "diff": "^5.1.0", 1548 "dlv": "^1.1.3", 1549 "dset": "^3.1.3", 1550 "es-module-lexer": "^1.4.1", 1551 "esbuild": "^0.19.6", 1552 "estree-walker": "^3.0.3", 1553 "execa": "^8.0.1", 1554 "fast-glob": "^3.3.2", 1555 "flattie": "^1.1.0", 1556 "github-slugger": "^2.0.0", 1557 "gray-matter": "^4.0.3", 1558 "html-escaper": "^3.0.3", 1559 "http-cache-semantics": "^4.1.1", 1560 "js-yaml": "^4.1.0", 1561 "kleur": "^4.1.4", 1562 "magic-string": "^0.30.3", 1563 "mdast-util-to-hast": "13.0.2", 1564 "mime": "^3.0.0", 1565 "ora": "^7.0.1", 1566 "p-limit": "^5.0.0", 1567 "p-queue": "^7.4.1", 1568 "path-to-regexp": "^6.2.1", 1569 "preferred-pm": "^3.1.2", 1570 "probe-image-size": "^7.2.3", 1571 "prompts": "^2.4.2", 1572 "rehype": "^13.0.1", 1573 "resolve": "^1.22.4", 1574 "semver": "^7.5.4", 1575 "server-destroy": "^1.0.1", 1576 "shikiji": "^0.6.13", 1577 "string-width": "^7.0.0", 1578 "strip-ansi": "^7.1.0", 1579 "tsconfck": "^3.0.0", 1580 "unist-util-visit": "^5.0.0", 1581 "vfile": "^6.0.1", 1582 "vite": "^5.0.0", 1583 "vitefu": "^0.2.5", 1584 "which-pm": "^2.1.1", 1585 "yargs-parser": "^21.1.1", 1586 "zod": "^3.22.4" 1587 }, 1588 "bin": { 1589 "astro": "astro.js" 1590 }, 1591 "engines": { 1592 "node": ">=18.14.1", 1593 "npm": ">=6.14.0" 1594 }, 1595 "optionalDependencies": { 1596 "sharp": "^0.32.5" 1597 } 1598 }, 1599 "node_modules/autoprefixer": { 1600 "version": "10.4.16", 1601 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", 1602 "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==", 1603 "funding": [ 1604 { 1605 "type": "opencollective", 1606 "url": "https://opencollective.com/postcss/" 1607 }, 1608 { 1609 "type": "tidelift", 1610 "url": "https://tidelift.com/funding/github/npm/autoprefixer" 1611 }, 1612 { 1613 "type": "github", 1614 "url": "https://github.com/sponsors/ai" 1615 } 1616 ], 1617 "dependencies": { 1618 "browserslist": "^4.21.10", 1619 "caniuse-lite": "^1.0.30001538", 1620 "fraction.js": "^4.3.6", 1621 "normalize-range": "^0.1.2", 1622 "picocolors": "^1.0.0", 1623 "postcss-value-parser": "^4.2.0" 1624 }, 1625 "bin": { 1626 "autoprefixer": "bin/autoprefixer" 1627 }, 1628 "engines": { 1629 "node": "^10 || ^12 || >=14" 1630 }, 1631 "peerDependencies": { 1632 "postcss": "^8.1.0" 1633 } 1634 }, 1635 "node_modules/b4a": { 1636 "version": "1.6.4", 1637 "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.4.tgz", 1638 "integrity": "sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==", 1639 "optional": true 1640 }, 1641 "node_modules/bail": { 1642 "version": "2.0.2", 1643 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 1644 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 1645 "funding": { 1646 "type": "github", 1647 "url": "https://github.com/sponsors/wooorm" 1648 } 1649 }, 1650 "node_modules/balanced-match": { 1651 "version": "1.0.2", 1652 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 1653 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" 1654 }, 1655 "node_modules/base-64": { 1656 "version": "1.0.0", 1657 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", 1658 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==" 1659 }, 1660 "node_modules/base64-js": { 1661 "version": "1.5.1", 1662 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", 1663 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", 1664 "funding": [ 1665 { 1666 "type": "github", 1667 "url": "https://github.com/sponsors/feross" 1668 }, 1669 { 1670 "type": "patreon", 1671 "url": "https://www.patreon.com/feross" 1672 }, 1673 { 1674 "type": "consulting", 1675 "url": "https://feross.org/support" 1676 } 1677 ] 1678 }, 1679 "node_modules/binary-extensions": { 1680 "version": "2.2.0", 1681 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", 1682 "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", 1683 "engines": { 1684 "node": ">=8" 1685 } 1686 }, 1687 "node_modules/bl": { 1688 "version": "5.1.0", 1689 "resolved": "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz", 1690 "integrity": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==", 1691 "dependencies": { 1692 "buffer": "^6.0.3", 1693 "inherits": "^2.0.4", 1694 "readable-stream": "^3.4.0" 1695 } 1696 }, 1697 "node_modules/boxen": { 1698 "version": "7.1.1", 1699 "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.1.1.tgz", 1700 "integrity": "sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==", 1701 "dependencies": { 1702 "ansi-align": "^3.0.1", 1703 "camelcase": "^7.0.1", 1704 "chalk": "^5.2.0", 1705 "cli-boxes": "^3.0.0", 1706 "string-width": "^5.1.2", 1707 "type-fest": "^2.13.0", 1708 "widest-line": "^4.0.1", 1709 "wrap-ansi": "^8.1.0" 1710 }, 1711 "engines": { 1712 "node": ">=14.16" 1713 }, 1714 "funding": { 1715 "url": "https://github.com/sponsors/sindresorhus" 1716 } 1717 }, 1718 "node_modules/boxen/node_modules/chalk": { 1719 "version": "5.3.0", 1720 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", 1721 "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", 1722 "engines": { 1723 "node": "^12.17.0 || ^14.13 || >=16.0.0" 1724 }, 1725 "funding": { 1726 "url": "https://github.com/chalk/chalk?sponsor=1" 1727 } 1728 }, 1729 "node_modules/boxen/node_modules/emoji-regex": { 1730 "version": "9.2.2", 1731 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 1732 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" 1733 }, 1734 "node_modules/boxen/node_modules/string-width": { 1735 "version": "5.1.2", 1736 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 1737 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 1738 "dependencies": { 1739 "eastasianwidth": "^0.2.0", 1740 "emoji-regex": "^9.2.2", 1741 "strip-ansi": "^7.0.1" 1742 }, 1743 "engines": { 1744 "node": ">=12" 1745 }, 1746 "funding": { 1747 "url": "https://github.com/sponsors/sindresorhus" 1748 } 1749 }, 1750 "node_modules/brace-expansion": { 1751 "version": "1.1.11", 1752 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", 1753 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", 1754 "dependencies": { 1755 "balanced-match": "^1.0.0", 1756 "concat-map": "0.0.1" 1757 } 1758 }, 1759 "node_modules/braces": { 1760 "version": "3.0.2", 1761 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", 1762 "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", 1763 "dependencies": { 1764 "fill-range": "^7.0.1" 1765 }, 1766 "engines": { 1767 "node": ">=8" 1768 } 1769 }, 1770 "node_modules/browserslist": { 1771 "version": "4.22.2", 1772 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.2.tgz", 1773 "integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==", 1774 "funding": [ 1775 { 1776 "type": "opencollective", 1777 "url": "https://opencollective.com/browserslist" 1778 }, 1779 { 1780 "type": "tidelift", 1781 "url": "https://tidelift.com/funding/github/npm/browserslist" 1782 }, 1783 { 1784 "type": "github", 1785 "url": "https://github.com/sponsors/ai" 1786 } 1787 ], 1788 "dependencies": { 1789 "caniuse-lite": "^1.0.30001565", 1790 "electron-to-chromium": "^1.4.601", 1791 "node-releases": "^2.0.14", 1792 "update-browserslist-db": "^1.0.13" 1793 }, 1794 "bin": { 1795 "browserslist": "cli.js" 1796 }, 1797 "engines": { 1798 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 1799 } 1800 }, 1801 "node_modules/buffer": { 1802 "version": "6.0.3", 1803 "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", 1804 "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", 1805 "funding": [ 1806 { 1807 "type": "github", 1808 "url": "https://github.com/sponsors/feross" 1809 }, 1810 { 1811 "type": "patreon", 1812 "url": "https://www.patreon.com/feross" 1813 }, 1814 { 1815 "type": "consulting", 1816 "url": "https://feross.org/support" 1817 } 1818 ], 1819 "dependencies": { 1820 "base64-js": "^1.3.1", 1821 "ieee754": "^1.2.1" 1822 } 1823 }, 1824 "node_modules/camelcase": { 1825 "version": "7.0.1", 1826 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz", 1827 "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==", 1828 "engines": { 1829 "node": ">=14.16" 1830 }, 1831 "funding": { 1832 "url": "https://github.com/sponsors/sindresorhus" 1833 } 1834 }, 1835 "node_modules/camelcase-css": { 1836 "version": "2.0.1", 1837 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", 1838 "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", 1839 "engines": { 1840 "node": ">= 6" 1841 } 1842 }, 1843 "node_modules/caniuse-lite": { 1844 "version": "1.0.30001566", 1845 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz", 1846 "integrity": "sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==", 1847 "funding": [ 1848 { 1849 "type": "opencollective", 1850 "url": "https://opencollective.com/browserslist" 1851 }, 1852 { 1853 "type": "tidelift", 1854 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 1855 }, 1856 { 1857 "type": "github", 1858 "url": "https://github.com/sponsors/ai" 1859 } 1860 ] 1861 }, 1862 "node_modules/ccount": { 1863 "version": "2.0.1", 1864 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 1865 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 1866 "funding": { 1867 "type": "github", 1868 "url": "https://github.com/sponsors/wooorm" 1869 } 1870 }, 1871 "node_modules/chalk": { 1872 "version": "2.4.2", 1873 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", 1874 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", 1875 "dependencies": { 1876 "ansi-styles": "^3.2.1", 1877 "escape-string-regexp": "^1.0.5", 1878 "supports-color": "^5.3.0" 1879 }, 1880 "engines": { 1881 "node": ">=4" 1882 } 1883 }, 1884 "node_modules/character-entities": { 1885 "version": "2.0.2", 1886 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 1887 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 1888 "funding": { 1889 "type": "github", 1890 "url": "https://github.com/sponsors/wooorm" 1891 } 1892 }, 1893 "node_modules/character-entities-html4": { 1894 "version": "2.1.0", 1895 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 1896 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 1897 "funding": { 1898 "type": "github", 1899 "url": "https://github.com/sponsors/wooorm" 1900 } 1901 }, 1902 "node_modules/character-entities-legacy": { 1903 "version": "3.0.0", 1904 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 1905 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 1906 "funding": { 1907 "type": "github", 1908 "url": "https://github.com/sponsors/wooorm" 1909 } 1910 }, 1911 "node_modules/chokidar": { 1912 "version": "3.5.3", 1913 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", 1914 "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", 1915 "funding": [ 1916 { 1917 "type": "individual", 1918 "url": "https://paulmillr.com/funding/" 1919 } 1920 ], 1921 "dependencies": { 1922 "anymatch": "~3.1.2", 1923 "braces": "~3.0.2", 1924 "glob-parent": "~5.1.2", 1925 "is-binary-path": "~2.1.0", 1926 "is-glob": "~4.0.1", 1927 "normalize-path": "~3.0.0", 1928 "readdirp": "~3.6.0" 1929 }, 1930 "engines": { 1931 "node": ">= 8.10.0" 1932 }, 1933 "optionalDependencies": { 1934 "fsevents": "~2.3.2" 1935 } 1936 }, 1937 "node_modules/chownr": { 1938 "version": "1.1.4", 1939 "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", 1940 "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", 1941 "optional": true 1942 }, 1943 "node_modules/ci-info": { 1944 "version": "4.0.0", 1945 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz", 1946 "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==", 1947 "funding": [ 1948 { 1949 "type": "github", 1950 "url": "https://github.com/sponsors/sibiraj-s" 1951 } 1952 ], 1953 "engines": { 1954 "node": ">=8" 1955 } 1956 }, 1957 "node_modules/cli-boxes": { 1958 "version": "3.0.0", 1959 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 1960 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 1961 "engines": { 1962 "node": ">=10" 1963 }, 1964 "funding": { 1965 "url": "https://github.com/sponsors/sindresorhus" 1966 } 1967 }, 1968 "node_modules/cli-cursor": { 1969 "version": "4.0.0", 1970 "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", 1971 "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==", 1972 "dependencies": { 1973 "restore-cursor": "^4.0.0" 1974 }, 1975 "engines": { 1976 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 1977 }, 1978 "funding": { 1979 "url": "https://github.com/sponsors/sindresorhus" 1980 } 1981 }, 1982 "node_modules/cli-spinners": { 1983 "version": "2.9.2", 1984 "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", 1985 "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", 1986 "engines": { 1987 "node": ">=6" 1988 }, 1989 "funding": { 1990 "url": "https://github.com/sponsors/sindresorhus" 1991 } 1992 }, 1993 "node_modules/cliui": { 1994 "version": "8.0.1", 1995 "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", 1996 "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", 1997 "dependencies": { 1998 "string-width": "^4.2.0", 1999 "strip-ansi": "^6.0.1", 2000 "wrap-ansi": "^7.0.0" 2001 }, 2002 "engines": { 2003 "node": ">=12" 2004 } 2005 }, 2006 "node_modules/cliui/node_modules/ansi-regex": { 2007 "version": "5.0.1", 2008 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 2009 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 2010 "engines": { 2011 "node": ">=8" 2012 } 2013 }, 2014 "node_modules/cliui/node_modules/ansi-styles": { 2015 "version": "4.3.0", 2016 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 2017 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 2018 "dependencies": { 2019 "color-convert": "^2.0.1" 2020 }, 2021 "engines": { 2022 "node": ">=8" 2023 }, 2024 "funding": { 2025 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2026 } 2027 }, 2028 "node_modules/cliui/node_modules/color-convert": { 2029 "version": "2.0.1", 2030 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2031 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2032 "dependencies": { 2033 "color-name": "~1.1.4" 2034 }, 2035 "engines": { 2036 "node": ">=7.0.0" 2037 } 2038 }, 2039 "node_modules/cliui/node_modules/color-name": { 2040 "version": "1.1.4", 2041 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2042 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 2043 }, 2044 "node_modules/cliui/node_modules/emoji-regex": { 2045 "version": "8.0.0", 2046 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 2047 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" 2048 }, 2049 "node_modules/cliui/node_modules/string-width": { 2050 "version": "4.2.3", 2051 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 2052 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 2053 "dependencies": { 2054 "emoji-regex": "^8.0.0", 2055 "is-fullwidth-code-point": "^3.0.0", 2056 "strip-ansi": "^6.0.1" 2057 }, 2058 "engines": { 2059 "node": ">=8" 2060 } 2061 }, 2062 "node_modules/cliui/node_modules/strip-ansi": { 2063 "version": "6.0.1", 2064 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 2065 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 2066 "dependencies": { 2067 "ansi-regex": "^5.0.1" 2068 }, 2069 "engines": { 2070 "node": ">=8" 2071 } 2072 }, 2073 "node_modules/cliui/node_modules/wrap-ansi": { 2074 "version": "7.0.0", 2075 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 2076 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 2077 "dependencies": { 2078 "ansi-styles": "^4.0.0", 2079 "string-width": "^4.1.0", 2080 "strip-ansi": "^6.0.0" 2081 }, 2082 "engines": { 2083 "node": ">=10" 2084 }, 2085 "funding": { 2086 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 2087 } 2088 }, 2089 "node_modules/clsx": { 2090 "version": "2.0.0", 2091 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz", 2092 "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==", 2093 "engines": { 2094 "node": ">=6" 2095 } 2096 }, 2097 "node_modules/color": { 2098 "version": "4.2.3", 2099 "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", 2100 "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", 2101 "optional": true, 2102 "dependencies": { 2103 "color-convert": "^2.0.1", 2104 "color-string": "^1.9.0" 2105 }, 2106 "engines": { 2107 "node": ">=12.5.0" 2108 } 2109 }, 2110 "node_modules/color-convert": { 2111 "version": "1.9.3", 2112 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", 2113 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", 2114 "dependencies": { 2115 "color-name": "1.1.3" 2116 } 2117 }, 2118 "node_modules/color-name": { 2119 "version": "1.1.3", 2120 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", 2121 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" 2122 }, 2123 "node_modules/color-string": { 2124 "version": "1.9.1", 2125 "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", 2126 "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", 2127 "optional": true, 2128 "dependencies": { 2129 "color-name": "^1.0.0", 2130 "simple-swizzle": "^0.2.2" 2131 } 2132 }, 2133 "node_modules/color/node_modules/color-convert": { 2134 "version": "2.0.1", 2135 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2136 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2137 "optional": true, 2138 "dependencies": { 2139 "color-name": "~1.1.4" 2140 }, 2141 "engines": { 2142 "node": ">=7.0.0" 2143 } 2144 }, 2145 "node_modules/color/node_modules/color-name": { 2146 "version": "1.1.4", 2147 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2148 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 2149 "optional": true 2150 }, 2151 "node_modules/comma-separated-tokens": { 2152 "version": "2.0.3", 2153 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 2154 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 2155 "funding": { 2156 "type": "github", 2157 "url": "https://github.com/sponsors/wooorm" 2158 } 2159 }, 2160 "node_modules/commander": { 2161 "version": "4.1.1", 2162 "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", 2163 "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", 2164 "engines": { 2165 "node": ">= 6" 2166 } 2167 }, 2168 "node_modules/common-ancestor-path": { 2169 "version": "1.0.1", 2170 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", 2171 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==" 2172 }, 2173 "node_modules/concat-map": { 2174 "version": "0.0.1", 2175 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", 2176 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" 2177 }, 2178 "node_modules/convert-source-map": { 2179 "version": "2.0.0", 2180 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", 2181 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" 2182 }, 2183 "node_modules/cookie": { 2184 "version": "0.6.0", 2185 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", 2186 "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", 2187 "engines": { 2188 "node": ">= 0.6" 2189 } 2190 }, 2191 "node_modules/cross-fetch": { 2192 "version": "3.1.8", 2193 "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", 2194 "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==", 2195 "dependencies": { 2196 "node-fetch": "^2.6.12" 2197 } 2198 }, 2199 "node_modules/cross-spawn": { 2200 "version": "7.0.3", 2201 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", 2202 "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", 2203 "dependencies": { 2204 "path-key": "^3.1.0", 2205 "shebang-command": "^2.0.0", 2206 "which": "^2.0.1" 2207 }, 2208 "engines": { 2209 "node": ">= 8" 2210 } 2211 }, 2212 "node_modules/cssesc": { 2213 "version": "3.0.0", 2214 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 2215 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 2216 "bin": { 2217 "cssesc": "bin/cssesc" 2218 }, 2219 "engines": { 2220 "node": ">=4" 2221 } 2222 }, 2223 "node_modules/data-uri-to-buffer": { 2224 "version": "4.0.1", 2225 "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", 2226 "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", 2227 "engines": { 2228 "node": ">= 12" 2229 } 2230 }, 2231 "node_modules/debug": { 2232 "version": "4.3.4", 2233 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", 2234 "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", 2235 "dependencies": { 2236 "ms": "2.1.2" 2237 }, 2238 "engines": { 2239 "node": ">=6.0" 2240 }, 2241 "peerDependenciesMeta": { 2242 "supports-color": { 2243 "optional": true 2244 } 2245 } 2246 }, 2247 "node_modules/decode-named-character-reference": { 2248 "version": "1.0.2", 2249 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", 2250 "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", 2251 "dependencies": { 2252 "character-entities": "^2.0.0" 2253 }, 2254 "funding": { 2255 "type": "github", 2256 "url": "https://github.com/sponsors/wooorm" 2257 } 2258 }, 2259 "node_modules/decompress-response": { 2260 "version": "6.0.0", 2261 "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", 2262 "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", 2263 "optional": true, 2264 "dependencies": { 2265 "mimic-response": "^3.1.0" 2266 }, 2267 "engines": { 2268 "node": ">=10" 2269 }, 2270 "funding": { 2271 "url": "https://github.com/sponsors/sindresorhus" 2272 } 2273 }, 2274 "node_modules/deep-extend": { 2275 "version": "0.6.0", 2276 "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", 2277 "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", 2278 "optional": true, 2279 "engines": { 2280 "node": ">=4.0.0" 2281 } 2282 }, 2283 "node_modules/depd": { 2284 "version": "2.0.0", 2285 "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", 2286 "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", 2287 "engines": { 2288 "node": ">= 0.8" 2289 } 2290 }, 2291 "node_modules/dequal": { 2292 "version": "2.0.3", 2293 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 2294 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 2295 "engines": { 2296 "node": ">=6" 2297 } 2298 }, 2299 "node_modules/destroy": { 2300 "version": "1.2.0", 2301 "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", 2302 "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", 2303 "engines": { 2304 "node": ">= 0.8", 2305 "npm": "1.2.8000 || >= 1.4.16" 2306 } 2307 }, 2308 "node_modules/detect-libc": { 2309 "version": "2.0.2", 2310 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", 2311 "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==", 2312 "optional": true, 2313 "engines": { 2314 "node": ">=8" 2315 } 2316 }, 2317 "node_modules/deterministic-object-hash": { 2318 "version": "2.0.2", 2319 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", 2320 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", 2321 "dependencies": { 2322 "base-64": "^1.0.0" 2323 }, 2324 "engines": { 2325 "node": ">=18" 2326 } 2327 }, 2328 "node_modules/devalue": { 2329 "version": "4.3.2", 2330 "resolved": "https://registry.npmjs.org/devalue/-/devalue-4.3.2.tgz", 2331 "integrity": "sha512-KqFl6pOgOW+Y6wJgu80rHpo2/3H07vr8ntR9rkkFIRETewbf5GaYYcakYfiKz89K+sLsuPkQIZaXDMjUObZwWg==" 2332 }, 2333 "node_modules/devlop": { 2334 "version": "1.1.0", 2335 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 2336 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 2337 "dependencies": { 2338 "dequal": "^2.0.0" 2339 }, 2340 "funding": { 2341 "type": "github", 2342 "url": "https://github.com/sponsors/wooorm" 2343 } 2344 }, 2345 "node_modules/didyoumean": { 2346 "version": "1.2.2", 2347 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", 2348 "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" 2349 }, 2350 "node_modules/diff": { 2351 "version": "5.1.0", 2352 "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz", 2353 "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==", 2354 "engines": { 2355 "node": ">=0.3.1" 2356 } 2357 }, 2358 "node_modules/diff2html": { 2359 "version": "3.4.46", 2360 "resolved": "https://registry.npmjs.org/diff2html/-/diff2html-3.4.46.tgz", 2361 "integrity": "sha512-z1SkrH7jDLfmsOYgwJmGiDTdzsbpw7p4vx084kNzeYqER+/Kqp8+v/L7lMsIWpFzlX3NaJDJna280Y/HFqel+Q==", 2362 "dependencies": { 2363 "diff": "5.1.0", 2364 "hogan.js": "3.0.2" 2365 }, 2366 "engines": { 2367 "node": ">=12" 2368 }, 2369 "optionalDependencies": { 2370 "highlight.js": "11.8.0" 2371 } 2372 }, 2373 "node_modules/dlv": { 2374 "version": "1.1.3", 2375 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 2376 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" 2377 }, 2378 "node_modules/dset": { 2379 "version": "3.1.3", 2380 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.3.tgz", 2381 "integrity": "sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==", 2382 "engines": { 2383 "node": ">=4" 2384 } 2385 }, 2386 "node_modules/eastasianwidth": { 2387 "version": "0.2.0", 2388 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", 2389 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" 2390 }, 2391 "node_modules/ee-first": { 2392 "version": "1.1.1", 2393 "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", 2394 "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" 2395 }, 2396 "node_modules/electron-to-chromium": { 2397 "version": "1.4.603", 2398 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.603.tgz", 2399 "integrity": "sha512-Dvo5OGjnl7AZTU632dFJtWj0uJK835eeOVQIuRcmBmsFsTNn3cL05FqOyHAfGQDIoHfLhyJ1Tya3PJ0ceMz54g==" 2400 }, 2401 "node_modules/emmet": { 2402 "version": "2.4.6", 2403 "resolved": "https://registry.npmjs.org/emmet/-/emmet-2.4.6.tgz", 2404 "integrity": "sha512-dJfbdY/hfeTyf/Ef7Y7ubLYzkBvPQ912wPaeVYpAxvFxkEBf/+hJu4H6vhAvFN6HlxqedlfVn2x1S44FfQ97pg==", 2405 "dependencies": { 2406 "@emmetio/abbreviation": "^2.3.3", 2407 "@emmetio/css-abbreviation": "^2.1.8" 2408 } 2409 }, 2410 "node_modules/emoji-regex": { 2411 "version": "10.3.0", 2412 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz", 2413 "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==" 2414 }, 2415 "node_modules/encodeurl": { 2416 "version": "1.0.2", 2417 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", 2418 "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", 2419 "engines": { 2420 "node": ">= 0.8" 2421 } 2422 }, 2423 "node_modules/end-of-stream": { 2424 "version": "1.4.4", 2425 "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", 2426 "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", 2427 "optional": true, 2428 "dependencies": { 2429 "once": "^1.4.0" 2430 } 2431 }, 2432 "node_modules/enhanced-resolve": { 2433 "version": "5.15.0", 2434 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", 2435 "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", 2436 "dependencies": { 2437 "graceful-fs": "^4.2.4", 2438 "tapable": "^2.2.0" 2439 }, 2440 "engines": { 2441 "node": ">=10.13.0" 2442 } 2443 }, 2444 "node_modules/entities": { 2445 "version": "4.5.0", 2446 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", 2447 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", 2448 "engines": { 2449 "node": ">=0.12" 2450 }, 2451 "funding": { 2452 "url": "https://github.com/fb55/entities?sponsor=1" 2453 } 2454 }, 2455 "node_modules/es-module-lexer": { 2456 "version": "1.4.1", 2457 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", 2458 "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==" 2459 }, 2460 "node_modules/esbuild": { 2461 "version": "0.19.8", 2462 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.8.tgz", 2463 "integrity": "sha512-l7iffQpT2OrZfH2rXIp7/FkmaeZM0vxbxN9KfiCwGYuZqzMg/JdvX26R31Zxn/Pxvsrg3Y9N6XTcnknqDyyv4w==", 2464 "hasInstallScript": true, 2465 "bin": { 2466 "esbuild": "bin/esbuild" 2467 }, 2468 "engines": { 2469 "node": ">=12" 2470 }, 2471 "optionalDependencies": { 2472 "@esbuild/android-arm": "0.19.8", 2473 "@esbuild/android-arm64": "0.19.8", 2474 "@esbuild/android-x64": "0.19.8", 2475 "@esbuild/darwin-arm64": "0.19.8", 2476 "@esbuild/darwin-x64": "0.19.8", 2477 "@esbuild/freebsd-arm64": "0.19.8", 2478 "@esbuild/freebsd-x64": "0.19.8", 2479 "@esbuild/linux-arm": "0.19.8", 2480 "@esbuild/linux-arm64": "0.19.8", 2481 "@esbuild/linux-ia32": "0.19.8", 2482 "@esbuild/linux-loong64": "0.19.8", 2483 "@esbuild/linux-mips64el": "0.19.8", 2484 "@esbuild/linux-ppc64": "0.19.8", 2485 "@esbuild/linux-riscv64": "0.19.8", 2486 "@esbuild/linux-s390x": "0.19.8", 2487 "@esbuild/linux-x64": "0.19.8", 2488 "@esbuild/netbsd-x64": "0.19.8", 2489 "@esbuild/openbsd-x64": "0.19.8", 2490 "@esbuild/sunos-x64": "0.19.8", 2491 "@esbuild/win32-arm64": "0.19.8", 2492 "@esbuild/win32-ia32": "0.19.8", 2493 "@esbuild/win32-x64": "0.19.8" 2494 } 2495 }, 2496 "node_modules/escalade": { 2497 "version": "3.1.1", 2498 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", 2499 "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", 2500 "engines": { 2501 "node": ">=6" 2502 } 2503 }, 2504 "node_modules/escape-html": { 2505 "version": "1.0.3", 2506 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", 2507 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" 2508 }, 2509 "node_modules/escape-string-regexp": { 2510 "version": "1.0.5", 2511 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", 2512 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", 2513 "engines": { 2514 "node": ">=0.8.0" 2515 } 2516 }, 2517 "node_modules/esprima": { 2518 "version": "4.0.1", 2519 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", 2520 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", 2521 "bin": { 2522 "esparse": "bin/esparse.js", 2523 "esvalidate": "bin/esvalidate.js" 2524 }, 2525 "engines": { 2526 "node": ">=4" 2527 } 2528 }, 2529 "node_modules/estree-walker": { 2530 "version": "3.0.3", 2531 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 2532 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 2533 "dependencies": { 2534 "@types/estree": "^1.0.0" 2535 } 2536 }, 2537 "node_modules/etag": { 2538 "version": "1.8.1", 2539 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", 2540 "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", 2541 "engines": { 2542 "node": ">= 0.6" 2543 } 2544 }, 2545 "node_modules/eventemitter3": { 2546 "version": "5.0.1", 2547 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", 2548 "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" 2549 }, 2550 "node_modules/execa": { 2551 "version": "8.0.1", 2552 "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", 2553 "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", 2554 "dependencies": { 2555 "cross-spawn": "^7.0.3", 2556 "get-stream": "^8.0.1", 2557 "human-signals": "^5.0.0", 2558 "is-stream": "^3.0.0", 2559 "merge-stream": "^2.0.0", 2560 "npm-run-path": "^5.1.0", 2561 "onetime": "^6.0.0", 2562 "signal-exit": "^4.1.0", 2563 "strip-final-newline": "^3.0.0" 2564 }, 2565 "engines": { 2566 "node": ">=16.17" 2567 }, 2568 "funding": { 2569 "url": "https://github.com/sindresorhus/execa?sponsor=1" 2570 } 2571 }, 2572 "node_modules/expand-template": { 2573 "version": "2.0.3", 2574 "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", 2575 "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", 2576 "optional": true, 2577 "engines": { 2578 "node": ">=6" 2579 } 2580 }, 2581 "node_modules/extend": { 2582 "version": "3.0.2", 2583 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 2584 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" 2585 }, 2586 "node_modules/extend-shallow": { 2587 "version": "2.0.1", 2588 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", 2589 "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", 2590 "dependencies": { 2591 "is-extendable": "^0.1.0" 2592 }, 2593 "engines": { 2594 "node": ">=0.10.0" 2595 } 2596 }, 2597 "node_modules/fast-fifo": { 2598 "version": "1.3.2", 2599 "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", 2600 "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", 2601 "optional": true 2602 }, 2603 "node_modules/fast-glob": { 2604 "version": "3.3.2", 2605 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", 2606 "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", 2607 "dependencies": { 2608 "@nodelib/fs.stat": "^2.0.2", 2609 "@nodelib/fs.walk": "^1.2.3", 2610 "glob-parent": "^5.1.2", 2611 "merge2": "^1.3.0", 2612 "micromatch": "^4.0.4" 2613 }, 2614 "engines": { 2615 "node": ">=8.6.0" 2616 } 2617 }, 2618 "node_modules/fastq": { 2619 "version": "1.15.0", 2620 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", 2621 "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", 2622 "dependencies": { 2623 "reusify": "^1.0.4" 2624 } 2625 }, 2626 "node_modules/fetch-blob": { 2627 "version": "3.2.0", 2628 "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", 2629 "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", 2630 "funding": [ 2631 { 2632 "type": "github", 2633 "url": "https://github.com/sponsors/jimmywarting" 2634 }, 2635 { 2636 "type": "paypal", 2637 "url": "https://paypal.me/jimmywarting" 2638 } 2639 ], 2640 "dependencies": { 2641 "node-domexception": "^1.0.0", 2642 "web-streams-polyfill": "^3.0.3" 2643 }, 2644 "engines": { 2645 "node": "^12.20 || >= 14.13" 2646 } 2647 }, 2648 "node_modules/fill-range": { 2649 "version": "7.0.1", 2650 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", 2651 "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", 2652 "dependencies": { 2653 "to-regex-range": "^5.0.1" 2654 }, 2655 "engines": { 2656 "node": ">=8" 2657 } 2658 }, 2659 "node_modules/find-up": { 2660 "version": "5.0.0", 2661 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", 2662 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", 2663 "dependencies": { 2664 "locate-path": "^6.0.0", 2665 "path-exists": "^4.0.0" 2666 }, 2667 "engines": { 2668 "node": ">=10" 2669 }, 2670 "funding": { 2671 "url": "https://github.com/sponsors/sindresorhus" 2672 } 2673 }, 2674 "node_modules/find-yarn-workspace-root2": { 2675 "version": "1.2.16", 2676 "resolved": "https://registry.npmjs.org/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz", 2677 "integrity": "sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==", 2678 "dependencies": { 2679 "micromatch": "^4.0.2", 2680 "pkg-dir": "^4.2.0" 2681 } 2682 }, 2683 "node_modules/flattie": { 2684 "version": "1.1.0", 2685 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.0.tgz", 2686 "integrity": "sha512-xU99gDEnciIwJdGcBmNHnzTJ/w5AT+VFJOu6sTB6WM8diOYNA3Sa+K1DiEBQ7XH4QikQq3iFW1U+jRVcotQnBw==", 2687 "engines": { 2688 "node": ">=8" 2689 } 2690 }, 2691 "node_modules/formdata-polyfill": { 2692 "version": "4.0.10", 2693 "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", 2694 "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", 2695 "dependencies": { 2696 "fetch-blob": "^3.1.2" 2697 }, 2698 "engines": { 2699 "node": ">=12.20.0" 2700 } 2701 }, 2702 "node_modules/fraction.js": { 2703 "version": "4.3.7", 2704 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", 2705 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", 2706 "engines": { 2707 "node": "*" 2708 }, 2709 "funding": { 2710 "type": "patreon", 2711 "url": "https://github.com/sponsors/rawify" 2712 } 2713 }, 2714 "node_modules/fresh": { 2715 "version": "0.5.2", 2716 "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", 2717 "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", 2718 "engines": { 2719 "node": ">= 0.6" 2720 } 2721 }, 2722 "node_modules/fs-constants": { 2723 "version": "1.0.0", 2724 "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", 2725 "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", 2726 "optional": true 2727 }, 2728 "node_modules/fs.realpath": { 2729 "version": "1.0.0", 2730 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 2731 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" 2732 }, 2733 "node_modules/fsevents": { 2734 "version": "2.3.3", 2735 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 2736 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 2737 "hasInstallScript": true, 2738 "optional": true, 2739 "os": [ 2740 "darwin" 2741 ], 2742 "engines": { 2743 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 2744 } 2745 }, 2746 "node_modules/function-bind": { 2747 "version": "1.1.2", 2748 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", 2749 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", 2750 "funding": { 2751 "url": "https://github.com/sponsors/ljharb" 2752 } 2753 }, 2754 "node_modules/gensync": { 2755 "version": "1.0.0-beta.2", 2756 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", 2757 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", 2758 "engines": { 2759 "node": ">=6.9.0" 2760 } 2761 }, 2762 "node_modules/get-caller-file": { 2763 "version": "2.0.5", 2764 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", 2765 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", 2766 "engines": { 2767 "node": "6.* || 8.* || >= 10.*" 2768 } 2769 }, 2770 "node_modules/get-east-asian-width": { 2771 "version": "1.2.0", 2772 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz", 2773 "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==", 2774 "engines": { 2775 "node": ">=18" 2776 }, 2777 "funding": { 2778 "url": "https://github.com/sponsors/sindresorhus" 2779 } 2780 }, 2781 "node_modules/get-stream": { 2782 "version": "8.0.1", 2783 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", 2784 "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", 2785 "engines": { 2786 "node": ">=16" 2787 }, 2788 "funding": { 2789 "url": "https://github.com/sponsors/sindresorhus" 2790 } 2791 }, 2792 "node_modules/github-from-package": { 2793 "version": "0.0.0", 2794 "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", 2795 "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==", 2796 "optional": true 2797 }, 2798 "node_modules/github-slugger": { 2799 "version": "2.0.0", 2800 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 2801 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==" 2802 }, 2803 "node_modules/glob": { 2804 "version": "7.1.6", 2805 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", 2806 "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", 2807 "dependencies": { 2808 "fs.realpath": "^1.0.0", 2809 "inflight": "^1.0.4", 2810 "inherits": "2", 2811 "minimatch": "^3.0.4", 2812 "once": "^1.3.0", 2813 "path-is-absolute": "^1.0.0" 2814 }, 2815 "engines": { 2816 "node": "*" 2817 }, 2818 "funding": { 2819 "url": "https://github.com/sponsors/isaacs" 2820 } 2821 }, 2822 "node_modules/glob-parent": { 2823 "version": "5.1.2", 2824 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 2825 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 2826 "dependencies": { 2827 "is-glob": "^4.0.1" 2828 }, 2829 "engines": { 2830 "node": ">= 6" 2831 } 2832 }, 2833 "node_modules/globals": { 2834 "version": "11.12.0", 2835 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", 2836 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", 2837 "engines": { 2838 "node": ">=4" 2839 } 2840 }, 2841 "node_modules/graceful-fs": { 2842 "version": "4.2.11", 2843 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 2844 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" 2845 }, 2846 "node_modules/gray-matter": { 2847 "version": "4.0.3", 2848 "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", 2849 "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", 2850 "dependencies": { 2851 "js-yaml": "^3.13.1", 2852 "kind-of": "^6.0.2", 2853 "section-matter": "^1.0.0", 2854 "strip-bom-string": "^1.0.0" 2855 }, 2856 "engines": { 2857 "node": ">=6.0" 2858 } 2859 }, 2860 "node_modules/gray-matter/node_modules/argparse": { 2861 "version": "1.0.10", 2862 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 2863 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 2864 "dependencies": { 2865 "sprintf-js": "~1.0.2" 2866 } 2867 }, 2868 "node_modules/gray-matter/node_modules/js-yaml": { 2869 "version": "3.14.1", 2870 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", 2871 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", 2872 "dependencies": { 2873 "argparse": "^1.0.7", 2874 "esprima": "^4.0.0" 2875 }, 2876 "bin": { 2877 "js-yaml": "bin/js-yaml.js" 2878 } 2879 }, 2880 "node_modules/has-flag": { 2881 "version": "3.0.0", 2882 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", 2883 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", 2884 "engines": { 2885 "node": ">=4" 2886 } 2887 }, 2888 "node_modules/hasown": { 2889 "version": "2.0.0", 2890 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", 2891 "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", 2892 "dependencies": { 2893 "function-bind": "^1.1.2" 2894 }, 2895 "engines": { 2896 "node": ">= 0.4" 2897 } 2898 }, 2899 "node_modules/hast-util-from-html": { 2900 "version": "2.0.1", 2901 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.1.tgz", 2902 "integrity": "sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==", 2903 "dependencies": { 2904 "@types/hast": "^3.0.0", 2905 "devlop": "^1.1.0", 2906 "hast-util-from-parse5": "^8.0.0", 2907 "parse5": "^7.0.0", 2908 "vfile": "^6.0.0", 2909 "vfile-message": "^4.0.0" 2910 }, 2911 "funding": { 2912 "type": "opencollective", 2913 "url": "https://opencollective.com/unified" 2914 } 2915 }, 2916 "node_modules/hast-util-from-parse5": { 2917 "version": "8.0.1", 2918 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.1.tgz", 2919 "integrity": "sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==", 2920 "dependencies": { 2921 "@types/hast": "^3.0.0", 2922 "@types/unist": "^3.0.0", 2923 "devlop": "^1.0.0", 2924 "hastscript": "^8.0.0", 2925 "property-information": "^6.0.0", 2926 "vfile": "^6.0.0", 2927 "vfile-location": "^5.0.0", 2928 "web-namespaces": "^2.0.0" 2929 }, 2930 "funding": { 2931 "type": "opencollective", 2932 "url": "https://opencollective.com/unified" 2933 } 2934 }, 2935 "node_modules/hast-util-parse-selector": { 2936 "version": "4.0.0", 2937 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 2938 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 2939 "dependencies": { 2940 "@types/hast": "^3.0.0" 2941 }, 2942 "funding": { 2943 "type": "opencollective", 2944 "url": "https://opencollective.com/unified" 2945 } 2946 }, 2947 "node_modules/hast-util-raw": { 2948 "version": "9.0.1", 2949 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.1.tgz", 2950 "integrity": "sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==", 2951 "dependencies": { 2952 "@types/hast": "^3.0.0", 2953 "@types/unist": "^3.0.0", 2954 "@ungap/structured-clone": "^1.0.0", 2955 "hast-util-from-parse5": "^8.0.0", 2956 "hast-util-to-parse5": "^8.0.0", 2957 "html-void-elements": "^3.0.0", 2958 "mdast-util-to-hast": "^13.0.0", 2959 "parse5": "^7.0.0", 2960 "unist-util-position": "^5.0.0", 2961 "unist-util-visit": "^5.0.0", 2962 "vfile": "^6.0.0", 2963 "web-namespaces": "^2.0.0", 2964 "zwitch": "^2.0.0" 2965 }, 2966 "funding": { 2967 "type": "opencollective", 2968 "url": "https://opencollective.com/unified" 2969 } 2970 }, 2971 "node_modules/hast-util-to-html": { 2972 "version": "9.0.0", 2973 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.0.tgz", 2974 "integrity": "sha512-IVGhNgg7vANuUA2XKrT6sOIIPgaYZnmLx3l/CCOAK0PtgfoHrZwX7jCSYyFxHTrGmC6S9q8aQQekjp4JPZF+cw==", 2975 "dependencies": { 2976 "@types/hast": "^3.0.0", 2977 "@types/unist": "^3.0.0", 2978 "ccount": "^2.0.0", 2979 "comma-separated-tokens": "^2.0.0", 2980 "hast-util-raw": "^9.0.0", 2981 "hast-util-whitespace": "^3.0.0", 2982 "html-void-elements": "^3.0.0", 2983 "mdast-util-to-hast": "^13.0.0", 2984 "property-information": "^6.0.0", 2985 "space-separated-tokens": "^2.0.0", 2986 "stringify-entities": "^4.0.0", 2987 "zwitch": "^2.0.4" 2988 }, 2989 "funding": { 2990 "type": "opencollective", 2991 "url": "https://opencollective.com/unified" 2992 } 2993 }, 2994 "node_modules/hast-util-to-parse5": { 2995 "version": "8.0.0", 2996 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", 2997 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", 2998 "dependencies": { 2999 "@types/hast": "^3.0.0", 3000 "comma-separated-tokens": "^2.0.0", 3001 "devlop": "^1.0.0", 3002 "property-information": "^6.0.0", 3003 "space-separated-tokens": "^2.0.0", 3004 "web-namespaces": "^2.0.0", 3005 "zwitch": "^2.0.0" 3006 }, 3007 "funding": { 3008 "type": "opencollective", 3009 "url": "https://opencollective.com/unified" 3010 } 3011 }, 3012 "node_modules/hast-util-whitespace": { 3013 "version": "3.0.0", 3014 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 3015 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 3016 "dependencies": { 3017 "@types/hast": "^3.0.0" 3018 }, 3019 "funding": { 3020 "type": "opencollective", 3021 "url": "https://opencollective.com/unified" 3022 } 3023 }, 3024 "node_modules/hastscript": { 3025 "version": "8.0.0", 3026 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-8.0.0.tgz", 3027 "integrity": "sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==", 3028 "dependencies": { 3029 "@types/hast": "^3.0.0", 3030 "comma-separated-tokens": "^2.0.0", 3031 "hast-util-parse-selector": "^4.0.0", 3032 "property-information": "^6.0.0", 3033 "space-separated-tokens": "^2.0.0" 3034 }, 3035 "funding": { 3036 "type": "opencollective", 3037 "url": "https://opencollective.com/unified" 3038 } 3039 }, 3040 "node_modules/highlight.js": { 3041 "version": "11.8.0", 3042 "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.8.0.tgz", 3043 "integrity": "sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==", 3044 "optional": true, 3045 "engines": { 3046 "node": ">=12.0.0" 3047 } 3048 }, 3049 "node_modules/hogan.js": { 3050 "version": "3.0.2", 3051 "resolved": "https://registry.npmjs.org/hogan.js/-/hogan.js-3.0.2.tgz", 3052 "integrity": "sha512-RqGs4wavGYJWE07t35JQccByczmNUXQT0E12ZYV1VKYu5UiAU9lsos/yBAcf840+zrUQQxgVduCR5/B8nNtibg==", 3053 "dependencies": { 3054 "mkdirp": "0.3.0", 3055 "nopt": "1.0.10" 3056 }, 3057 "bin": { 3058 "hulk": "bin/hulk" 3059 } 3060 }, 3061 "node_modules/html-escaper": { 3062 "version": "3.0.3", 3063 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", 3064 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==" 3065 }, 3066 "node_modules/html-void-elements": { 3067 "version": "3.0.0", 3068 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 3069 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 3070 "funding": { 3071 "type": "github", 3072 "url": "https://github.com/sponsors/wooorm" 3073 } 3074 }, 3075 "node_modules/http-cache-semantics": { 3076 "version": "4.1.1", 3077 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", 3078 "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" 3079 }, 3080 "node_modules/http-errors": { 3081 "version": "2.0.0", 3082 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", 3083 "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", 3084 "dependencies": { 3085 "depd": "2.0.0", 3086 "inherits": "2.0.4", 3087 "setprototypeof": "1.2.0", 3088 "statuses": "2.0.1", 3089 "toidentifier": "1.0.1" 3090 }, 3091 "engines": { 3092 "node": ">= 0.8" 3093 } 3094 }, 3095 "node_modules/human-signals": { 3096 "version": "5.0.0", 3097 "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", 3098 "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", 3099 "engines": { 3100 "node": ">=16.17.0" 3101 } 3102 }, 3103 "node_modules/iconv-lite": { 3104 "version": "0.4.24", 3105 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 3106 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 3107 "dependencies": { 3108 "safer-buffer": ">= 2.1.2 < 3" 3109 }, 3110 "engines": { 3111 "node": ">=0.10.0" 3112 } 3113 }, 3114 "node_modules/ieee754": { 3115 "version": "1.2.1", 3116 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", 3117 "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", 3118 "funding": [ 3119 { 3120 "type": "github", 3121 "url": "https://github.com/sponsors/feross" 3122 }, 3123 { 3124 "type": "patreon", 3125 "url": "https://www.patreon.com/feross" 3126 }, 3127 { 3128 "type": "consulting", 3129 "url": "https://feross.org/support" 3130 } 3131 ] 3132 }, 3133 "node_modules/immutable": { 3134 "version": "4.3.4", 3135 "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", 3136 "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==" 3137 }, 3138 "node_modules/import-meta-resolve": { 3139 "version": "4.0.0", 3140 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.0.0.tgz", 3141 "integrity": "sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==", 3142 "funding": { 3143 "type": "github", 3144 "url": "https://github.com/sponsors/wooorm" 3145 } 3146 }, 3147 "node_modules/inflight": { 3148 "version": "1.0.6", 3149 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 3150 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", 3151 "dependencies": { 3152 "once": "^1.3.0", 3153 "wrappy": "1" 3154 } 3155 }, 3156 "node_modules/inherits": { 3157 "version": "2.0.4", 3158 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 3159 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" 3160 }, 3161 "node_modules/ini": { 3162 "version": "1.3.8", 3163 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", 3164 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", 3165 "optional": true 3166 }, 3167 "node_modules/is-arrayish": { 3168 "version": "0.3.2", 3169 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", 3170 "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", 3171 "optional": true 3172 }, 3173 "node_modules/is-binary-path": { 3174 "version": "2.1.0", 3175 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 3176 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", 3177 "dependencies": { 3178 "binary-extensions": "^2.0.0" 3179 }, 3180 "engines": { 3181 "node": ">=8" 3182 } 3183 }, 3184 "node_modules/is-buffer": { 3185 "version": "2.0.5", 3186 "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", 3187 "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", 3188 "funding": [ 3189 { 3190 "type": "github", 3191 "url": "https://github.com/sponsors/feross" 3192 }, 3193 { 3194 "type": "patreon", 3195 "url": "https://www.patreon.com/feross" 3196 }, 3197 { 3198 "type": "consulting", 3199 "url": "https://feross.org/support" 3200 } 3201 ], 3202 "engines": { 3203 "node": ">=4" 3204 } 3205 }, 3206 "node_modules/is-core-module": { 3207 "version": "2.13.1", 3208 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", 3209 "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", 3210 "dependencies": { 3211 "hasown": "^2.0.0" 3212 }, 3213 "funding": { 3214 "url": "https://github.com/sponsors/ljharb" 3215 } 3216 }, 3217 "node_modules/is-docker": { 3218 "version": "3.0.0", 3219 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 3220 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 3221 "bin": { 3222 "is-docker": "cli.js" 3223 }, 3224 "engines": { 3225 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3226 }, 3227 "funding": { 3228 "url": "https://github.com/sponsors/sindresorhus" 3229 } 3230 }, 3231 "node_modules/is-extendable": { 3232 "version": "0.1.1", 3233 "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", 3234 "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", 3235 "engines": { 3236 "node": ">=0.10.0" 3237 } 3238 }, 3239 "node_modules/is-extglob": { 3240 "version": "2.1.1", 3241 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 3242 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 3243 "engines": { 3244 "node": ">=0.10.0" 3245 } 3246 }, 3247 "node_modules/is-fullwidth-code-point": { 3248 "version": "3.0.0", 3249 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 3250 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 3251 "engines": { 3252 "node": ">=8" 3253 } 3254 }, 3255 "node_modules/is-glob": { 3256 "version": "4.0.3", 3257 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 3258 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 3259 "dependencies": { 3260 "is-extglob": "^2.1.1" 3261 }, 3262 "engines": { 3263 "node": ">=0.10.0" 3264 } 3265 }, 3266 "node_modules/is-inside-container": { 3267 "version": "1.0.0", 3268 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 3269 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 3270 "dependencies": { 3271 "is-docker": "^3.0.0" 3272 }, 3273 "bin": { 3274 "is-inside-container": "cli.js" 3275 }, 3276 "engines": { 3277 "node": ">=14.16" 3278 }, 3279 "funding": { 3280 "url": "https://github.com/sponsors/sindresorhus" 3281 } 3282 }, 3283 "node_modules/is-interactive": { 3284 "version": "2.0.0", 3285 "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz", 3286 "integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==", 3287 "engines": { 3288 "node": ">=12" 3289 }, 3290 "funding": { 3291 "url": "https://github.com/sponsors/sindresorhus" 3292 } 3293 }, 3294 "node_modules/is-number": { 3295 "version": "7.0.0", 3296 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 3297 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 3298 "engines": { 3299 "node": ">=0.12.0" 3300 } 3301 }, 3302 "node_modules/is-plain-obj": { 3303 "version": "4.1.0", 3304 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 3305 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 3306 "engines": { 3307 "node": ">=12" 3308 }, 3309 "funding": { 3310 "url": "https://github.com/sponsors/sindresorhus" 3311 } 3312 }, 3313 "node_modules/is-stream": { 3314 "version": "3.0.0", 3315 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", 3316 "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", 3317 "engines": { 3318 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3319 }, 3320 "funding": { 3321 "url": "https://github.com/sponsors/sindresorhus" 3322 } 3323 }, 3324 "node_modules/is-unicode-supported": { 3325 "version": "1.3.0", 3326 "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz", 3327 "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==", 3328 "engines": { 3329 "node": ">=12" 3330 }, 3331 "funding": { 3332 "url": "https://github.com/sponsors/sindresorhus" 3333 } 3334 }, 3335 "node_modules/is-wsl": { 3336 "version": "3.1.0", 3337 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", 3338 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", 3339 "dependencies": { 3340 "is-inside-container": "^1.0.0" 3341 }, 3342 "engines": { 3343 "node": ">=16" 3344 }, 3345 "funding": { 3346 "url": "https://github.com/sponsors/sindresorhus" 3347 } 3348 }, 3349 "node_modules/isexe": { 3350 "version": "2.0.0", 3351 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 3352 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" 3353 }, 3354 "node_modules/jiti": { 3355 "version": "1.21.0", 3356 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", 3357 "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", 3358 "bin": { 3359 "jiti": "bin/jiti.js" 3360 } 3361 }, 3362 "node_modules/js-tokens": { 3363 "version": "4.0.0", 3364 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", 3365 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" 3366 }, 3367 "node_modules/js-yaml": { 3368 "version": "4.1.0", 3369 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 3370 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 3371 "dependencies": { 3372 "argparse": "^2.0.1" 3373 }, 3374 "bin": { 3375 "js-yaml": "bin/js-yaml.js" 3376 } 3377 }, 3378 "node_modules/jsesc": { 3379 "version": "2.5.2", 3380 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", 3381 "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", 3382 "bin": { 3383 "jsesc": "bin/jsesc" 3384 }, 3385 "engines": { 3386 "node": ">=4" 3387 } 3388 }, 3389 "node_modules/json5": { 3390 "version": "2.2.3", 3391 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", 3392 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", 3393 "bin": { 3394 "json5": "lib/cli.js" 3395 }, 3396 "engines": { 3397 "node": ">=6" 3398 } 3399 }, 3400 "node_modules/jsonc-parser": { 3401 "version": "2.3.1", 3402 "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.3.1.tgz", 3403 "integrity": "sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==" 3404 }, 3405 "node_modules/kind-of": { 3406 "version": "6.0.3", 3407 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", 3408 "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", 3409 "engines": { 3410 "node": ">=0.10.0" 3411 } 3412 }, 3413 "node_modules/kleur": { 3414 "version": "4.1.5", 3415 "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", 3416 "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", 3417 "engines": { 3418 "node": ">=6" 3419 } 3420 }, 3421 "node_modules/lilconfig": { 3422 "version": "3.0.0", 3423 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", 3424 "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", 3425 "engines": { 3426 "node": ">=14" 3427 } 3428 }, 3429 "node_modules/lines-and-columns": { 3430 "version": "1.2.4", 3431 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", 3432 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" 3433 }, 3434 "node_modules/lit": { 3435 "version": "2.8.0", 3436 "resolved": "https://registry.npmjs.org/lit/-/lit-2.8.0.tgz", 3437 "integrity": "sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA==", 3438 "dependencies": { 3439 "@lit/reactive-element": "^1.6.0", 3440 "lit-element": "^3.3.0", 3441 "lit-html": "^2.8.0" 3442 } 3443 }, 3444 "node_modules/lit-element": { 3445 "version": "3.3.3", 3446 "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.3.3.tgz", 3447 "integrity": "sha512-XbeRxmTHubXENkV4h8RIPyr8lXc+Ff28rkcQzw3G6up2xg5E8Zu1IgOWIwBLEQsu3cOVFqdYwiVi0hv0SlpqUA==", 3448 "dependencies": { 3449 "@lit-labs/ssr-dom-shim": "^1.1.0", 3450 "@lit/reactive-element": "^1.3.0", 3451 "lit-html": "^2.8.0" 3452 } 3453 }, 3454 "node_modules/lit-html": { 3455 "version": "2.8.0", 3456 "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.8.0.tgz", 3457 "integrity": "sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==", 3458 "dependencies": { 3459 "@types/trusted-types": "^2.0.2" 3460 } 3461 }, 3462 "node_modules/load-yaml-file": { 3463 "version": "0.2.0", 3464 "resolved": "https://registry.npmjs.org/load-yaml-file/-/load-yaml-file-0.2.0.tgz", 3465 "integrity": "sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==", 3466 "dependencies": { 3467 "graceful-fs": "^4.1.5", 3468 "js-yaml": "^3.13.0", 3469 "pify": "^4.0.1", 3470 "strip-bom": "^3.0.0" 3471 }, 3472 "engines": { 3473 "node": ">=6" 3474 } 3475 }, 3476 "node_modules/load-yaml-file/node_modules/argparse": { 3477 "version": "1.0.10", 3478 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 3479 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 3480 "dependencies": { 3481 "sprintf-js": "~1.0.2" 3482 } 3483 }, 3484 "node_modules/load-yaml-file/node_modules/js-yaml": { 3485 "version": "3.14.1", 3486 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", 3487 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", 3488 "dependencies": { 3489 "argparse": "^1.0.7", 3490 "esprima": "^4.0.0" 3491 }, 3492 "bin": { 3493 "js-yaml": "bin/js-yaml.js" 3494 } 3495 }, 3496 "node_modules/locate-path": { 3497 "version": "6.0.0", 3498 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", 3499 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", 3500 "dependencies": { 3501 "p-locate": "^5.0.0" 3502 }, 3503 "engines": { 3504 "node": ">=10" 3505 }, 3506 "funding": { 3507 "url": "https://github.com/sponsors/sindresorhus" 3508 } 3509 }, 3510 "node_modules/lodash.merge": { 3511 "version": "4.6.2", 3512 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", 3513 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" 3514 }, 3515 "node_modules/log-symbols": { 3516 "version": "5.1.0", 3517 "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-5.1.0.tgz", 3518 "integrity": "sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==", 3519 "dependencies": { 3520 "chalk": "^5.0.0", 3521 "is-unicode-supported": "^1.1.0" 3522 }, 3523 "engines": { 3524 "node": ">=12" 3525 }, 3526 "funding": { 3527 "url": "https://github.com/sponsors/sindresorhus" 3528 } 3529 }, 3530 "node_modules/log-symbols/node_modules/chalk": { 3531 "version": "5.3.0", 3532 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", 3533 "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", 3534 "engines": { 3535 "node": "^12.17.0 || ^14.13 || >=16.0.0" 3536 }, 3537 "funding": { 3538 "url": "https://github.com/chalk/chalk?sponsor=1" 3539 } 3540 }, 3541 "node_modules/longest-streak": { 3542 "version": "3.1.0", 3543 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 3544 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 3545 "funding": { 3546 "type": "github", 3547 "url": "https://github.com/sponsors/wooorm" 3548 } 3549 }, 3550 "node_modules/lru-cache": { 3551 "version": "5.1.1", 3552 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", 3553 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", 3554 "dependencies": { 3555 "yallist": "^3.0.2" 3556 } 3557 }, 3558 "node_modules/magic-string": { 3559 "version": "0.30.5", 3560 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz", 3561 "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==", 3562 "dependencies": { 3563 "@jridgewell/sourcemap-codec": "^1.4.15" 3564 }, 3565 "engines": { 3566 "node": ">=12" 3567 } 3568 }, 3569 "node_modules/markdown-table": { 3570 "version": "3.0.3", 3571 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", 3572 "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==", 3573 "funding": { 3574 "type": "github", 3575 "url": "https://github.com/sponsors/wooorm" 3576 } 3577 }, 3578 "node_modules/marked": { 3579 "version": "11.0.1", 3580 "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.1.tgz", 3581 "integrity": "sha512-P4kDhFEMlvLePBPRwOcMOv6+lYUbhfbSxJFs3Jb4Qx7v6K7l+k8Dxh9CEGfRvK71tL+qIFz5y7Pe4uzt4+/A3A==", 3582 "bin": { 3583 "marked": "bin/marked.js" 3584 }, 3585 "engines": { 3586 "node": ">= 18" 3587 } 3588 }, 3589 "node_modules/mdast-util-definitions": { 3590 "version": "6.0.0", 3591 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", 3592 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==", 3593 "dependencies": { 3594 "@types/mdast": "^4.0.0", 3595 "@types/unist": "^3.0.0", 3596 "unist-util-visit": "^5.0.0" 3597 }, 3598 "funding": { 3599 "type": "opencollective", 3600 "url": "https://opencollective.com/unified" 3601 } 3602 }, 3603 "node_modules/mdast-util-find-and-replace": { 3604 "version": "3.0.1", 3605 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz", 3606 "integrity": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==", 3607 "dependencies": { 3608 "@types/mdast": "^4.0.0", 3609 "escape-string-regexp": "^5.0.0", 3610 "unist-util-is": "^6.0.0", 3611 "unist-util-visit-parents": "^6.0.0" 3612 }, 3613 "funding": { 3614 "type": "opencollective", 3615 "url": "https://opencollective.com/unified" 3616 } 3617 }, 3618 "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { 3619 "version": "5.0.0", 3620 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 3621 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 3622 "engines": { 3623 "node": ">=12" 3624 }, 3625 "funding": { 3626 "url": "https://github.com/sponsors/sindresorhus" 3627 } 3628 }, 3629 "node_modules/mdast-util-from-markdown": { 3630 "version": "2.0.0", 3631 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz", 3632 "integrity": "sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==", 3633 "dependencies": { 3634 "@types/mdast": "^4.0.0", 3635 "@types/unist": "^3.0.0", 3636 "decode-named-character-reference": "^1.0.0", 3637 "devlop": "^1.0.0", 3638 "mdast-util-to-string": "^4.0.0", 3639 "micromark": "^4.0.0", 3640 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3641 "micromark-util-decode-string": "^2.0.0", 3642 "micromark-util-normalize-identifier": "^2.0.0", 3643 "micromark-util-symbol": "^2.0.0", 3644 "micromark-util-types": "^2.0.0", 3645 "unist-util-stringify-position": "^4.0.0" 3646 }, 3647 "funding": { 3648 "type": "opencollective", 3649 "url": "https://opencollective.com/unified" 3650 } 3651 }, 3652 "node_modules/mdast-util-gfm": { 3653 "version": "3.0.0", 3654 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.0.0.tgz", 3655 "integrity": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==", 3656 "dependencies": { 3657 "mdast-util-from-markdown": "^2.0.0", 3658 "mdast-util-gfm-autolink-literal": "^2.0.0", 3659 "mdast-util-gfm-footnote": "^2.0.0", 3660 "mdast-util-gfm-strikethrough": "^2.0.0", 3661 "mdast-util-gfm-table": "^2.0.0", 3662 "mdast-util-gfm-task-list-item": "^2.0.0", 3663 "mdast-util-to-markdown": "^2.0.0" 3664 }, 3665 "funding": { 3666 "type": "opencollective", 3667 "url": "https://opencollective.com/unified" 3668 } 3669 }, 3670 "node_modules/mdast-util-gfm-autolink-literal": { 3671 "version": "2.0.0", 3672 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.0.tgz", 3673 "integrity": "sha512-FyzMsduZZHSc3i0Px3PQcBT4WJY/X/RCtEJKuybiC6sjPqLv7h1yqAkmILZtuxMSsUyaLUWNp71+vQH2zqp5cg==", 3674 "dependencies": { 3675 "@types/mdast": "^4.0.0", 3676 "ccount": "^2.0.0", 3677 "devlop": "^1.0.0", 3678 "mdast-util-find-and-replace": "^3.0.0", 3679 "micromark-util-character": "^2.0.0" 3680 }, 3681 "funding": { 3682 "type": "opencollective", 3683 "url": "https://opencollective.com/unified" 3684 } 3685 }, 3686 "node_modules/mdast-util-gfm-footnote": { 3687 "version": "2.0.0", 3688 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.0.0.tgz", 3689 "integrity": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==", 3690 "dependencies": { 3691 "@types/mdast": "^4.0.0", 3692 "devlop": "^1.1.0", 3693 "mdast-util-from-markdown": "^2.0.0", 3694 "mdast-util-to-markdown": "^2.0.0", 3695 "micromark-util-normalize-identifier": "^2.0.0" 3696 }, 3697 "funding": { 3698 "type": "opencollective", 3699 "url": "https://opencollective.com/unified" 3700 } 3701 }, 3702 "node_modules/mdast-util-gfm-strikethrough": { 3703 "version": "2.0.0", 3704 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 3705 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 3706 "dependencies": { 3707 "@types/mdast": "^4.0.0", 3708 "mdast-util-from-markdown": "^2.0.0", 3709 "mdast-util-to-markdown": "^2.0.0" 3710 }, 3711 "funding": { 3712 "type": "opencollective", 3713 "url": "https://opencollective.com/unified" 3714 } 3715 }, 3716 "node_modules/mdast-util-gfm-table": { 3717 "version": "2.0.0", 3718 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 3719 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 3720 "dependencies": { 3721 "@types/mdast": "^4.0.0", 3722 "devlop": "^1.0.0", 3723 "markdown-table": "^3.0.0", 3724 "mdast-util-from-markdown": "^2.0.0", 3725 "mdast-util-to-markdown": "^2.0.0" 3726 }, 3727 "funding": { 3728 "type": "opencollective", 3729 "url": "https://opencollective.com/unified" 3730 } 3731 }, 3732 "node_modules/mdast-util-gfm-task-list-item": { 3733 "version": "2.0.0", 3734 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 3735 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 3736 "dependencies": { 3737 "@types/mdast": "^4.0.0", 3738 "devlop": "^1.0.0", 3739 "mdast-util-from-markdown": "^2.0.0", 3740 "mdast-util-to-markdown": "^2.0.0" 3741 }, 3742 "funding": { 3743 "type": "opencollective", 3744 "url": "https://opencollective.com/unified" 3745 } 3746 }, 3747 "node_modules/mdast-util-phrasing": { 3748 "version": "4.0.0", 3749 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.0.0.tgz", 3750 "integrity": "sha512-xadSsJayQIucJ9n053dfQwVu1kuXg7jCTdYsMK8rqzKZh52nLfSH/k0sAxE0u+pj/zKZX+o5wB+ML5mRayOxFA==", 3751 "dependencies": { 3752 "@types/mdast": "^4.0.0", 3753 "unist-util-is": "^6.0.0" 3754 }, 3755 "funding": { 3756 "type": "opencollective", 3757 "url": "https://opencollective.com/unified" 3758 } 3759 }, 3760 "node_modules/mdast-util-to-hast": { 3761 "version": "13.0.2", 3762 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.0.2.tgz", 3763 "integrity": "sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==", 3764 "dependencies": { 3765 "@types/hast": "^3.0.0", 3766 "@types/mdast": "^4.0.0", 3767 "@ungap/structured-clone": "^1.0.0", 3768 "devlop": "^1.0.0", 3769 "micromark-util-sanitize-uri": "^2.0.0", 3770 "trim-lines": "^3.0.0", 3771 "unist-util-position": "^5.0.0", 3772 "unist-util-visit": "^5.0.0" 3773 }, 3774 "funding": { 3775 "type": "opencollective", 3776 "url": "https://opencollective.com/unified" 3777 } 3778 }, 3779 "node_modules/mdast-util-to-markdown": { 3780 "version": "2.1.0", 3781 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.0.tgz", 3782 "integrity": "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==", 3783 "dependencies": { 3784 "@types/mdast": "^4.0.0", 3785 "@types/unist": "^3.0.0", 3786 "longest-streak": "^3.0.0", 3787 "mdast-util-phrasing": "^4.0.0", 3788 "mdast-util-to-string": "^4.0.0", 3789 "micromark-util-decode-string": "^2.0.0", 3790 "unist-util-visit": "^5.0.0", 3791 "zwitch": "^2.0.0" 3792 }, 3793 "funding": { 3794 "type": "opencollective", 3795 "url": "https://opencollective.com/unified" 3796 } 3797 }, 3798 "node_modules/mdast-util-to-string": { 3799 "version": "4.0.0", 3800 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 3801 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 3802 "dependencies": { 3803 "@types/mdast": "^4.0.0" 3804 }, 3805 "funding": { 3806 "type": "opencollective", 3807 "url": "https://opencollective.com/unified" 3808 } 3809 }, 3810 "node_modules/meilisearch": { 3811 "version": "0.36.0", 3812 "resolved": "https://registry.npmjs.org/meilisearch/-/meilisearch-0.36.0.tgz", 3813 "integrity": "sha512-swcvEYrct0/zsGj3jlbPm1OYxbH14IURnlysKlXywNicIQ5EMkSYLYCLCwOuBKAaGcdISWdgdylH9TXVLegmOQ==", 3814 "dependencies": { 3815 "cross-fetch": "^3.1.6" 3816 } 3817 }, 3818 "node_modules/merge-stream": { 3819 "version": "2.0.0", 3820 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", 3821 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" 3822 }, 3823 "node_modules/merge2": { 3824 "version": "1.4.1", 3825 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 3826 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 3827 "engines": { 3828 "node": ">= 8" 3829 } 3830 }, 3831 "node_modules/micromark": { 3832 "version": "4.0.0", 3833 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.0.tgz", 3834 "integrity": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==", 3835 "funding": [ 3836 { 3837 "type": "GitHub Sponsors", 3838 "url": "https://github.com/sponsors/unifiedjs" 3839 }, 3840 { 3841 "type": "OpenCollective", 3842 "url": "https://opencollective.com/unified" 3843 } 3844 ], 3845 "dependencies": { 3846 "@types/debug": "^4.0.0", 3847 "debug": "^4.0.0", 3848 "decode-named-character-reference": "^1.0.0", 3849 "devlop": "^1.0.0", 3850 "micromark-core-commonmark": "^2.0.0", 3851 "micromark-factory-space": "^2.0.0", 3852 "micromark-util-character": "^2.0.0", 3853 "micromark-util-chunked": "^2.0.0", 3854 "micromark-util-combine-extensions": "^2.0.0", 3855 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3856 "micromark-util-encode": "^2.0.0", 3857 "micromark-util-normalize-identifier": "^2.0.0", 3858 "micromark-util-resolve-all": "^2.0.0", 3859 "micromark-util-sanitize-uri": "^2.0.0", 3860 "micromark-util-subtokenize": "^2.0.0", 3861 "micromark-util-symbol": "^2.0.0", 3862 "micromark-util-types": "^2.0.0" 3863 } 3864 }, 3865 "node_modules/micromark-core-commonmark": { 3866 "version": "2.0.0", 3867 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.0.tgz", 3868 "integrity": "sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==", 3869 "funding": [ 3870 { 3871 "type": "GitHub Sponsors", 3872 "url": "https://github.com/sponsors/unifiedjs" 3873 }, 3874 { 3875 "type": "OpenCollective", 3876 "url": "https://opencollective.com/unified" 3877 } 3878 ], 3879 "dependencies": { 3880 "decode-named-character-reference": "^1.0.0", 3881 "devlop": "^1.0.0", 3882 "micromark-factory-destination": "^2.0.0", 3883 "micromark-factory-label": "^2.0.0", 3884 "micromark-factory-space": "^2.0.0", 3885 "micromark-factory-title": "^2.0.0", 3886 "micromark-factory-whitespace": "^2.0.0", 3887 "micromark-util-character": "^2.0.0", 3888 "micromark-util-chunked": "^2.0.0", 3889 "micromark-util-classify-character": "^2.0.0", 3890 "micromark-util-html-tag-name": "^2.0.0", 3891 "micromark-util-normalize-identifier": "^2.0.0", 3892 "micromark-util-resolve-all": "^2.0.0", 3893 "micromark-util-subtokenize": "^2.0.0", 3894 "micromark-util-symbol": "^2.0.0", 3895 "micromark-util-types": "^2.0.0" 3896 } 3897 }, 3898 "node_modules/micromark-extension-gfm": { 3899 "version": "3.0.0", 3900 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 3901 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 3902 "dependencies": { 3903 "micromark-extension-gfm-autolink-literal": "^2.0.0", 3904 "micromark-extension-gfm-footnote": "^2.0.0", 3905 "micromark-extension-gfm-strikethrough": "^2.0.0", 3906 "micromark-extension-gfm-table": "^2.0.0", 3907 "micromark-extension-gfm-tagfilter": "^2.0.0", 3908 "micromark-extension-gfm-task-list-item": "^2.0.0", 3909 "micromark-util-combine-extensions": "^2.0.0", 3910 "micromark-util-types": "^2.0.0" 3911 }, 3912 "funding": { 3913 "type": "opencollective", 3914 "url": "https://opencollective.com/unified" 3915 } 3916 }, 3917 "node_modules/micromark-extension-gfm-autolink-literal": { 3918 "version": "2.0.0", 3919 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.0.0.tgz", 3920 "integrity": "sha512-rTHfnpt/Q7dEAK1Y5ii0W8bhfJlVJFnJMHIPisfPK3gpVNuOP0VnRl96+YJ3RYWV/P4gFeQoGKNlT3RhuvpqAg==", 3921 "dependencies": { 3922 "micromark-util-character": "^2.0.0", 3923 "micromark-util-sanitize-uri": "^2.0.0", 3924 "micromark-util-symbol": "^2.0.0", 3925 "micromark-util-types": "^2.0.0" 3926 }, 3927 "funding": { 3928 "type": "opencollective", 3929 "url": "https://opencollective.com/unified" 3930 } 3931 }, 3932 "node_modules/micromark-extension-gfm-footnote": { 3933 "version": "2.0.0", 3934 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.0.0.tgz", 3935 "integrity": "sha512-6Rzu0CYRKDv3BfLAUnZsSlzx3ak6HAoI85KTiijuKIz5UxZxbUI+pD6oHgw+6UtQuiRwnGRhzMmPRv4smcz0fg==", 3936 "dependencies": { 3937 "devlop": "^1.0.0", 3938 "micromark-core-commonmark": "^2.0.0", 3939 "micromark-factory-space": "^2.0.0", 3940 "micromark-util-character": "^2.0.0", 3941 "micromark-util-normalize-identifier": "^2.0.0", 3942 "micromark-util-sanitize-uri": "^2.0.0", 3943 "micromark-util-symbol": "^2.0.0", 3944 "micromark-util-types": "^2.0.0" 3945 }, 3946 "funding": { 3947 "type": "opencollective", 3948 "url": "https://opencollective.com/unified" 3949 } 3950 }, 3951 "node_modules/micromark-extension-gfm-strikethrough": { 3952 "version": "2.0.0", 3953 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.0.0.tgz", 3954 "integrity": "sha512-c3BR1ClMp5fxxmwP6AoOY2fXO9U8uFMKs4ADD66ahLTNcwzSCyRVU4k7LPV5Nxo/VJiR4TdzxRQY2v3qIUceCw==", 3955 "dependencies": { 3956 "devlop": "^1.0.0", 3957 "micromark-util-chunked": "^2.0.0", 3958 "micromark-util-classify-character": "^2.0.0", 3959 "micromark-util-resolve-all": "^2.0.0", 3960 "micromark-util-symbol": "^2.0.0", 3961 "micromark-util-types": "^2.0.0" 3962 }, 3963 "funding": { 3964 "type": "opencollective", 3965 "url": "https://opencollective.com/unified" 3966 } 3967 }, 3968 "node_modules/micromark-extension-gfm-table": { 3969 "version": "2.0.0", 3970 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.0.0.tgz", 3971 "integrity": "sha512-PoHlhypg1ItIucOaHmKE8fbin3vTLpDOUg8KAr8gRCF1MOZI9Nquq2i/44wFvviM4WuxJzc3demT8Y3dkfvYrw==", 3972 "dependencies": { 3973 "devlop": "^1.0.0", 3974 "micromark-factory-space": "^2.0.0", 3975 "micromark-util-character": "^2.0.0", 3976 "micromark-util-symbol": "^2.0.0", 3977 "micromark-util-types": "^2.0.0" 3978 }, 3979 "funding": { 3980 "type": "opencollective", 3981 "url": "https://opencollective.com/unified" 3982 } 3983 }, 3984 "node_modules/micromark-extension-gfm-tagfilter": { 3985 "version": "2.0.0", 3986 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 3987 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 3988 "dependencies": { 3989 "micromark-util-types": "^2.0.0" 3990 }, 3991 "funding": { 3992 "type": "opencollective", 3993 "url": "https://opencollective.com/unified" 3994 } 3995 }, 3996 "node_modules/micromark-extension-gfm-task-list-item": { 3997 "version": "2.0.1", 3998 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.0.1.tgz", 3999 "integrity": "sha512-cY5PzGcnULaN5O7T+cOzfMoHjBW7j+T9D2sucA5d/KbsBTPcYdebm9zUd9zzdgJGCwahV+/W78Z3nbulBYVbTw==", 4000 "dependencies": { 4001 "devlop": "^1.0.0", 4002 "micromark-factory-space": "^2.0.0", 4003 "micromark-util-character": "^2.0.0", 4004 "micromark-util-symbol": "^2.0.0", 4005 "micromark-util-types": "^2.0.0" 4006 }, 4007 "funding": { 4008 "type": "opencollective", 4009 "url": "https://opencollective.com/unified" 4010 } 4011 }, 4012 "node_modules/micromark-factory-destination": { 4013 "version": "2.0.0", 4014 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.0.tgz", 4015 "integrity": "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==", 4016 "funding": [ 4017 { 4018 "type": "GitHub Sponsors", 4019 "url": "https://github.com/sponsors/unifiedjs" 4020 }, 4021 { 4022 "type": "OpenCollective", 4023 "url": "https://opencollective.com/unified" 4024 } 4025 ], 4026 "dependencies": { 4027 "micromark-util-character": "^2.0.0", 4028 "micromark-util-symbol": "^2.0.0", 4029 "micromark-util-types": "^2.0.0" 4030 } 4031 }, 4032 "node_modules/micromark-factory-label": { 4033 "version": "2.0.0", 4034 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.0.tgz", 4035 "integrity": "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==", 4036 "funding": [ 4037 { 4038 "type": "GitHub Sponsors", 4039 "url": "https://github.com/sponsors/unifiedjs" 4040 }, 4041 { 4042 "type": "OpenCollective", 4043 "url": "https://opencollective.com/unified" 4044 } 4045 ], 4046 "dependencies": { 4047 "devlop": "^1.0.0", 4048 "micromark-util-character": "^2.0.0", 4049 "micromark-util-symbol": "^2.0.0", 4050 "micromark-util-types": "^2.0.0" 4051 } 4052 }, 4053 "node_modules/micromark-factory-space": { 4054 "version": "2.0.0", 4055 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", 4056 "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", 4057 "funding": [ 4058 { 4059 "type": "GitHub Sponsors", 4060 "url": "https://github.com/sponsors/unifiedjs" 4061 }, 4062 { 4063 "type": "OpenCollective", 4064 "url": "https://opencollective.com/unified" 4065 } 4066 ], 4067 "dependencies": { 4068 "micromark-util-character": "^2.0.0", 4069 "micromark-util-types": "^2.0.0" 4070 } 4071 }, 4072 "node_modules/micromark-factory-title": { 4073 "version": "2.0.0", 4074 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.0.tgz", 4075 "integrity": "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==", 4076 "funding": [ 4077 { 4078 "type": "GitHub Sponsors", 4079 "url": "https://github.com/sponsors/unifiedjs" 4080 }, 4081 { 4082 "type": "OpenCollective", 4083 "url": "https://opencollective.com/unified" 4084 } 4085 ], 4086 "dependencies": { 4087 "micromark-factory-space": "^2.0.0", 4088 "micromark-util-character": "^2.0.0", 4089 "micromark-util-symbol": "^2.0.0", 4090 "micromark-util-types": "^2.0.0" 4091 } 4092 }, 4093 "node_modules/micromark-factory-whitespace": { 4094 "version": "2.0.0", 4095 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.0.tgz", 4096 "integrity": "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==", 4097 "funding": [ 4098 { 4099 "type": "GitHub Sponsors", 4100 "url": "https://github.com/sponsors/unifiedjs" 4101 }, 4102 { 4103 "type": "OpenCollective", 4104 "url": "https://opencollective.com/unified" 4105 } 4106 ], 4107 "dependencies": { 4108 "micromark-factory-space": "^2.0.0", 4109 "micromark-util-character": "^2.0.0", 4110 "micromark-util-symbol": "^2.0.0", 4111 "micromark-util-types": "^2.0.0" 4112 } 4113 }, 4114 "node_modules/micromark-util-character": { 4115 "version": "2.0.1", 4116 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", 4117 "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", 4118 "funding": [ 4119 { 4120 "type": "GitHub Sponsors", 4121 "url": "https://github.com/sponsors/unifiedjs" 4122 }, 4123 { 4124 "type": "OpenCollective", 4125 "url": "https://opencollective.com/unified" 4126 } 4127 ], 4128 "dependencies": { 4129 "micromark-util-symbol": "^2.0.0", 4130 "micromark-util-types": "^2.0.0" 4131 } 4132 }, 4133 "node_modules/micromark-util-chunked": { 4134 "version": "2.0.0", 4135 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.0.tgz", 4136 "integrity": "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==", 4137 "funding": [ 4138 { 4139 "type": "GitHub Sponsors", 4140 "url": "https://github.com/sponsors/unifiedjs" 4141 }, 4142 { 4143 "type": "OpenCollective", 4144 "url": "https://opencollective.com/unified" 4145 } 4146 ], 4147 "dependencies": { 4148 "micromark-util-symbol": "^2.0.0" 4149 } 4150 }, 4151 "node_modules/micromark-util-classify-character": { 4152 "version": "2.0.0", 4153 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.0.tgz", 4154 "integrity": "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==", 4155 "funding": [ 4156 { 4157 "type": "GitHub Sponsors", 4158 "url": "https://github.com/sponsors/unifiedjs" 4159 }, 4160 { 4161 "type": "OpenCollective", 4162 "url": "https://opencollective.com/unified" 4163 } 4164 ], 4165 "dependencies": { 4166 "micromark-util-character": "^2.0.0", 4167 "micromark-util-symbol": "^2.0.0", 4168 "micromark-util-types": "^2.0.0" 4169 } 4170 }, 4171 "node_modules/micromark-util-combine-extensions": { 4172 "version": "2.0.0", 4173 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.0.tgz", 4174 "integrity": "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==", 4175 "funding": [ 4176 { 4177 "type": "GitHub Sponsors", 4178 "url": "https://github.com/sponsors/unifiedjs" 4179 }, 4180 { 4181 "type": "OpenCollective", 4182 "url": "https://opencollective.com/unified" 4183 } 4184 ], 4185 "dependencies": { 4186 "micromark-util-chunked": "^2.0.0", 4187 "micromark-util-types": "^2.0.0" 4188 } 4189 }, 4190 "node_modules/micromark-util-decode-numeric-character-reference": { 4191 "version": "2.0.1", 4192 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.1.tgz", 4193 "integrity": "sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==", 4194 "funding": [ 4195 { 4196 "type": "GitHub Sponsors", 4197 "url": "https://github.com/sponsors/unifiedjs" 4198 }, 4199 { 4200 "type": "OpenCollective", 4201 "url": "https://opencollective.com/unified" 4202 } 4203 ], 4204 "dependencies": { 4205 "micromark-util-symbol": "^2.0.0" 4206 } 4207 }, 4208 "node_modules/micromark-util-decode-string": { 4209 "version": "2.0.0", 4210 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.0.tgz", 4211 "integrity": "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==", 4212 "funding": [ 4213 { 4214 "type": "GitHub Sponsors", 4215 "url": "https://github.com/sponsors/unifiedjs" 4216 }, 4217 { 4218 "type": "OpenCollective", 4219 "url": "https://opencollective.com/unified" 4220 } 4221 ], 4222 "dependencies": { 4223 "decode-named-character-reference": "^1.0.0", 4224 "micromark-util-character": "^2.0.0", 4225 "micromark-util-decode-numeric-character-reference": "^2.0.0", 4226 "micromark-util-symbol": "^2.0.0" 4227 } 4228 }, 4229 "node_modules/micromark-util-encode": { 4230 "version": "2.0.0", 4231 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", 4232 "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", 4233 "funding": [ 4234 { 4235 "type": "GitHub Sponsors", 4236 "url": "https://github.com/sponsors/unifiedjs" 4237 }, 4238 { 4239 "type": "OpenCollective", 4240 "url": "https://opencollective.com/unified" 4241 } 4242 ] 4243 }, 4244 "node_modules/micromark-util-html-tag-name": { 4245 "version": "2.0.0", 4246 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.0.tgz", 4247 "integrity": "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==", 4248 "funding": [ 4249 { 4250 "type": "GitHub Sponsors", 4251 "url": "https://github.com/sponsors/unifiedjs" 4252 }, 4253 { 4254 "type": "OpenCollective", 4255 "url": "https://opencollective.com/unified" 4256 } 4257 ] 4258 }, 4259 "node_modules/micromark-util-normalize-identifier": { 4260 "version": "2.0.0", 4261 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.0.tgz", 4262 "integrity": "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==", 4263 "funding": [ 4264 { 4265 "type": "GitHub Sponsors", 4266 "url": "https://github.com/sponsors/unifiedjs" 4267 }, 4268 { 4269 "type": "OpenCollective", 4270 "url": "https://opencollective.com/unified" 4271 } 4272 ], 4273 "dependencies": { 4274 "micromark-util-symbol": "^2.0.0" 4275 } 4276 }, 4277 "node_modules/micromark-util-resolve-all": { 4278 "version": "2.0.0", 4279 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.0.tgz", 4280 "integrity": "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==", 4281 "funding": [ 4282 { 4283 "type": "GitHub Sponsors", 4284 "url": "https://github.com/sponsors/unifiedjs" 4285 }, 4286 { 4287 "type": "OpenCollective", 4288 "url": "https://opencollective.com/unified" 4289 } 4290 ], 4291 "dependencies": { 4292 "micromark-util-types": "^2.0.0" 4293 } 4294 }, 4295 "node_modules/micromark-util-sanitize-uri": { 4296 "version": "2.0.0", 4297 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", 4298 "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", 4299 "funding": [ 4300 { 4301 "type": "GitHub Sponsors", 4302 "url": "https://github.com/sponsors/unifiedjs" 4303 }, 4304 { 4305 "type": "OpenCollective", 4306 "url": "https://opencollective.com/unified" 4307 } 4308 ], 4309 "dependencies": { 4310 "micromark-util-character": "^2.0.0", 4311 "micromark-util-encode": "^2.0.0", 4312 "micromark-util-symbol": "^2.0.0" 4313 } 4314 }, 4315 "node_modules/micromark-util-subtokenize": { 4316 "version": "2.0.0", 4317 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.0.tgz", 4318 "integrity": "sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==", 4319 "funding": [ 4320 { 4321 "type": "GitHub Sponsors", 4322 "url": "https://github.com/sponsors/unifiedjs" 4323 }, 4324 { 4325 "type": "OpenCollective", 4326 "url": "https://opencollective.com/unified" 4327 } 4328 ], 4329 "dependencies": { 4330 "devlop": "^1.0.0", 4331 "micromark-util-chunked": "^2.0.0", 4332 "micromark-util-symbol": "^2.0.0", 4333 "micromark-util-types": "^2.0.0" 4334 } 4335 }, 4336 "node_modules/micromark-util-symbol": { 4337 "version": "2.0.0", 4338 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", 4339 "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", 4340 "funding": [ 4341 { 4342 "type": "GitHub Sponsors", 4343 "url": "https://github.com/sponsors/unifiedjs" 4344 }, 4345 { 4346 "type": "OpenCollective", 4347 "url": "https://opencollective.com/unified" 4348 } 4349 ] 4350 }, 4351 "node_modules/micromark-util-types": { 4352 "version": "2.0.0", 4353 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", 4354 "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", 4355 "funding": [ 4356 { 4357 "type": "GitHub Sponsors", 4358 "url": "https://github.com/sponsors/unifiedjs" 4359 }, 4360 { 4361 "type": "OpenCollective", 4362 "url": "https://opencollective.com/unified" 4363 } 4364 ] 4365 }, 4366 "node_modules/micromatch": { 4367 "version": "4.0.5", 4368 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", 4369 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", 4370 "dependencies": { 4371 "braces": "^3.0.2", 4372 "picomatch": "^2.3.1" 4373 }, 4374 "engines": { 4375 "node": ">=8.6" 4376 } 4377 }, 4378 "node_modules/mime": { 4379 "version": "3.0.0", 4380 "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", 4381 "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", 4382 "bin": { 4383 "mime": "cli.js" 4384 }, 4385 "engines": { 4386 "node": ">=10.0.0" 4387 } 4388 }, 4389 "node_modules/mimic-fn": { 4390 "version": "4.0.0", 4391 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", 4392 "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", 4393 "engines": { 4394 "node": ">=12" 4395 }, 4396 "funding": { 4397 "url": "https://github.com/sponsors/sindresorhus" 4398 } 4399 }, 4400 "node_modules/mimic-response": { 4401 "version": "3.1.0", 4402 "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", 4403 "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", 4404 "optional": true, 4405 "engines": { 4406 "node": ">=10" 4407 }, 4408 "funding": { 4409 "url": "https://github.com/sponsors/sindresorhus" 4410 } 4411 }, 4412 "node_modules/minimatch": { 4413 "version": "3.1.2", 4414 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", 4415 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", 4416 "dependencies": { 4417 "brace-expansion": "^1.1.7" 4418 }, 4419 "engines": { 4420 "node": "*" 4421 } 4422 }, 4423 "node_modules/minimist": { 4424 "version": "1.2.8", 4425 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", 4426 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", 4427 "optional": true, 4428 "funding": { 4429 "url": "https://github.com/sponsors/ljharb" 4430 } 4431 }, 4432 "node_modules/mkdirp": { 4433 "version": "0.3.0", 4434 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz", 4435 "integrity": "sha512-OHsdUcVAQ6pOtg5JYWpCBo9W/GySVuwvP9hueRMW7UqshC0tbfzLv8wjySTPm3tfUZ/21CE9E1pJagOA91Pxew==", 4436 "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)", 4437 "engines": { 4438 "node": "*" 4439 } 4440 }, 4441 "node_modules/mkdirp-classic": { 4442 "version": "0.5.3", 4443 "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", 4444 "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", 4445 "optional": true 4446 }, 4447 "node_modules/ms": { 4448 "version": "2.1.2", 4449 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", 4450 "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" 4451 }, 4452 "node_modules/muggle-string": { 4453 "version": "0.3.1", 4454 "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.3.1.tgz", 4455 "integrity": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==" 4456 }, 4457 "node_modules/mz": { 4458 "version": "2.7.0", 4459 "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", 4460 "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", 4461 "dependencies": { 4462 "any-promise": "^1.0.0", 4463 "object-assign": "^4.0.1", 4464 "thenify-all": "^1.0.0" 4465 } 4466 }, 4467 "node_modules/nanoid": { 4468 "version": "3.3.7", 4469 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", 4470 "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", 4471 "funding": [ 4472 { 4473 "type": "github", 4474 "url": "https://github.com/sponsors/ai" 4475 } 4476 ], 4477 "bin": { 4478 "nanoid": "bin/nanoid.cjs" 4479 }, 4480 "engines": { 4481 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 4482 } 4483 }, 4484 "node_modules/napi-build-utils": { 4485 "version": "1.0.2", 4486 "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", 4487 "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==", 4488 "optional": true 4489 }, 4490 "node_modules/needle": { 4491 "version": "2.9.1", 4492 "resolved": "https://registry.npmjs.org/needle/-/needle-2.9.1.tgz", 4493 "integrity": "sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==", 4494 "dependencies": { 4495 "debug": "^3.2.6", 4496 "iconv-lite": "^0.4.4", 4497 "sax": "^1.2.4" 4498 }, 4499 "bin": { 4500 "needle": "bin/needle" 4501 }, 4502 "engines": { 4503 "node": ">= 4.4.x" 4504 } 4505 }, 4506 "node_modules/needle/node_modules/debug": { 4507 "version": "3.2.7", 4508 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 4509 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 4510 "dependencies": { 4511 "ms": "^2.1.1" 4512 } 4513 }, 4514 "node_modules/nlcst-to-string": { 4515 "version": "3.1.1", 4516 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-3.1.1.tgz", 4517 "integrity": "sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==", 4518 "dependencies": { 4519 "@types/nlcst": "^1.0.0" 4520 }, 4521 "funding": { 4522 "type": "opencollective", 4523 "url": "https://opencollective.com/unified" 4524 } 4525 }, 4526 "node_modules/node-abi": { 4527 "version": "3.52.0", 4528 "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.52.0.tgz", 4529 "integrity": "sha512-JJ98b02z16ILv7859irtXn4oUaFWADtvkzy2c0IAatNVX2Mc9Yoh8z6hZInn3QwvMEYhHuQloYi+TTQy67SIdQ==", 4530 "optional": true, 4531 "dependencies": { 4532 "semver": "^7.3.5" 4533 }, 4534 "engines": { 4535 "node": ">=10" 4536 } 4537 }, 4538 "node_modules/node-addon-api": { 4539 "version": "6.1.0", 4540 "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", 4541 "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==", 4542 "optional": true 4543 }, 4544 "node_modules/node-domexception": { 4545 "version": "1.0.0", 4546 "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", 4547 "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", 4548 "funding": [ 4549 { 4550 "type": "github", 4551 "url": "https://github.com/sponsors/jimmywarting" 4552 }, 4553 { 4554 "type": "github", 4555 "url": "https://paypal.me/jimmywarting" 4556 } 4557 ], 4558 "engines": { 4559 "node": ">=10.5.0" 4560 } 4561 }, 4562 "node_modules/node-fetch": { 4563 "version": "2.7.0", 4564 "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", 4565 "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", 4566 "dependencies": { 4567 "whatwg-url": "^5.0.0" 4568 }, 4569 "engines": { 4570 "node": "4.x || >=6.0.0" 4571 }, 4572 "peerDependencies": { 4573 "encoding": "^0.1.0" 4574 }, 4575 "peerDependenciesMeta": { 4576 "encoding": { 4577 "optional": true 4578 } 4579 } 4580 }, 4581 "node_modules/node-releases": { 4582 "version": "2.0.14", 4583 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", 4584 "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" 4585 }, 4586 "node_modules/nopt": { 4587 "version": "1.0.10", 4588 "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", 4589 "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==", 4590 "dependencies": { 4591 "abbrev": "1" 4592 }, 4593 "bin": { 4594 "nopt": "bin/nopt.js" 4595 }, 4596 "engines": { 4597 "node": "*" 4598 } 4599 }, 4600 "node_modules/normalize-path": { 4601 "version": "3.0.0", 4602 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 4603 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 4604 "engines": { 4605 "node": ">=0.10.0" 4606 } 4607 }, 4608 "node_modules/normalize-range": { 4609 "version": "0.1.2", 4610 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", 4611 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", 4612 "engines": { 4613 "node": ">=0.10.0" 4614 } 4615 }, 4616 "node_modules/npm-run-path": { 4617 "version": "5.1.0", 4618 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", 4619 "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", 4620 "dependencies": { 4621 "path-key": "^4.0.0" 4622 }, 4623 "engines": { 4624 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 4625 }, 4626 "funding": { 4627 "url": "https://github.com/sponsors/sindresorhus" 4628 } 4629 }, 4630 "node_modules/npm-run-path/node_modules/path-key": { 4631 "version": "4.0.0", 4632 "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", 4633 "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", 4634 "engines": { 4635 "node": ">=12" 4636 }, 4637 "funding": { 4638 "url": "https://github.com/sponsors/sindresorhus" 4639 } 4640 }, 4641 "node_modules/object-assign": { 4642 "version": "4.1.1", 4643 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", 4644 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", 4645 "engines": { 4646 "node": ">=0.10.0" 4647 } 4648 }, 4649 "node_modules/object-hash": { 4650 "version": "3.0.0", 4651 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", 4652 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", 4653 "engines": { 4654 "node": ">= 6" 4655 } 4656 }, 4657 "node_modules/on-finished": { 4658 "version": "2.4.1", 4659 "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", 4660 "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", 4661 "dependencies": { 4662 "ee-first": "1.1.1" 4663 }, 4664 "engines": { 4665 "node": ">= 0.8" 4666 } 4667 }, 4668 "node_modules/once": { 4669 "version": "1.4.0", 4670 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 4671 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 4672 "dependencies": { 4673 "wrappy": "1" 4674 } 4675 }, 4676 "node_modules/onetime": { 4677 "version": "6.0.0", 4678 "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", 4679 "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", 4680 "dependencies": { 4681 "mimic-fn": "^4.0.0" 4682 }, 4683 "engines": { 4684 "node": ">=12" 4685 }, 4686 "funding": { 4687 "url": "https://github.com/sponsors/sindresorhus" 4688 } 4689 }, 4690 "node_modules/ora": { 4691 "version": "7.0.1", 4692 "resolved": "https://registry.npmjs.org/ora/-/ora-7.0.1.tgz", 4693 "integrity": "sha512-0TUxTiFJWv+JnjWm4o9yvuskpEJLXTcng8MJuKd+SzAzp2o+OP3HWqNhB4OdJRt1Vsd9/mR0oyaEYlOnL7XIRw==", 4694 "dependencies": { 4695 "chalk": "^5.3.0", 4696 "cli-cursor": "^4.0.0", 4697 "cli-spinners": "^2.9.0", 4698 "is-interactive": "^2.0.0", 4699 "is-unicode-supported": "^1.3.0", 4700 "log-symbols": "^5.1.0", 4701 "stdin-discarder": "^0.1.0", 4702 "string-width": "^6.1.0", 4703 "strip-ansi": "^7.1.0" 4704 }, 4705 "engines": { 4706 "node": ">=16" 4707 }, 4708 "funding": { 4709 "url": "https://github.com/sponsors/sindresorhus" 4710 } 4711 }, 4712 "node_modules/ora/node_modules/chalk": { 4713 "version": "5.3.0", 4714 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", 4715 "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", 4716 "engines": { 4717 "node": "^12.17.0 || ^14.13 || >=16.0.0" 4718 }, 4719 "funding": { 4720 "url": "https://github.com/chalk/chalk?sponsor=1" 4721 } 4722 }, 4723 "node_modules/ora/node_modules/string-width": { 4724 "version": "6.1.0", 4725 "resolved": "https://registry.npmjs.org/string-width/-/string-width-6.1.0.tgz", 4726 "integrity": "sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==", 4727 "dependencies": { 4728 "eastasianwidth": "^0.2.0", 4729 "emoji-regex": "^10.2.1", 4730 "strip-ansi": "^7.0.1" 4731 }, 4732 "engines": { 4733 "node": ">=16" 4734 }, 4735 "funding": { 4736 "url": "https://github.com/sponsors/sindresorhus" 4737 } 4738 }, 4739 "node_modules/p-limit": { 4740 "version": "5.0.0", 4741 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz", 4742 "integrity": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==", 4743 "dependencies": { 4744 "yocto-queue": "^1.0.0" 4745 }, 4746 "engines": { 4747 "node": ">=18" 4748 }, 4749 "funding": { 4750 "url": "https://github.com/sponsors/sindresorhus" 4751 } 4752 }, 4753 "node_modules/p-locate": { 4754 "version": "5.0.0", 4755 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", 4756 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", 4757 "dependencies": { 4758 "p-limit": "^3.0.2" 4759 }, 4760 "engines": { 4761 "node": ">=10" 4762 }, 4763 "funding": { 4764 "url": "https://github.com/sponsors/sindresorhus" 4765 } 4766 }, 4767 "node_modules/p-locate/node_modules/p-limit": { 4768 "version": "3.1.0", 4769 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", 4770 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", 4771 "dependencies": { 4772 "yocto-queue": "^0.1.0" 4773 }, 4774 "engines": { 4775 "node": ">=10" 4776 }, 4777 "funding": { 4778 "url": "https://github.com/sponsors/sindresorhus" 4779 } 4780 }, 4781 "node_modules/p-locate/node_modules/yocto-queue": { 4782 "version": "0.1.0", 4783 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", 4784 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", 4785 "engines": { 4786 "node": ">=10" 4787 }, 4788 "funding": { 4789 "url": "https://github.com/sponsors/sindresorhus" 4790 } 4791 }, 4792 "node_modules/p-queue": { 4793 "version": "7.4.1", 4794 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.1.tgz", 4795 "integrity": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==", 4796 "dependencies": { 4797 "eventemitter3": "^5.0.1", 4798 "p-timeout": "^5.0.2" 4799 }, 4800 "engines": { 4801 "node": ">=12" 4802 }, 4803 "funding": { 4804 "url": "https://github.com/sponsors/sindresorhus" 4805 } 4806 }, 4807 "node_modules/p-timeout": { 4808 "version": "5.1.0", 4809 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz", 4810 "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==", 4811 "engines": { 4812 "node": ">=12" 4813 }, 4814 "funding": { 4815 "url": "https://github.com/sponsors/sindresorhus" 4816 } 4817 }, 4818 "node_modules/p-try": { 4819 "version": "2.2.0", 4820 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", 4821 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", 4822 "engines": { 4823 "node": ">=6" 4824 } 4825 }, 4826 "node_modules/parse-latin": { 4827 "version": "5.0.1", 4828 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-5.0.1.tgz", 4829 "integrity": "sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==", 4830 "dependencies": { 4831 "nlcst-to-string": "^3.0.0", 4832 "unist-util-modify-children": "^3.0.0", 4833 "unist-util-visit-children": "^2.0.0" 4834 }, 4835 "funding": { 4836 "type": "github", 4837 "url": "https://github.com/sponsors/wooorm" 4838 } 4839 }, 4840 "node_modules/parse5": { 4841 "version": "7.1.2", 4842 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", 4843 "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", 4844 "dependencies": { 4845 "entities": "^4.4.0" 4846 }, 4847 "funding": { 4848 "url": "https://github.com/inikulin/parse5?sponsor=1" 4849 } 4850 }, 4851 "node_modules/path-browserify": { 4852 "version": "1.0.1", 4853 "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", 4854 "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" 4855 }, 4856 "node_modules/path-exists": { 4857 "version": "4.0.0", 4858 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", 4859 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", 4860 "engines": { 4861 "node": ">=8" 4862 } 4863 }, 4864 "node_modules/path-is-absolute": { 4865 "version": "1.0.1", 4866 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", 4867 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", 4868 "engines": { 4869 "node": ">=0.10.0" 4870 } 4871 }, 4872 "node_modules/path-key": { 4873 "version": "3.1.1", 4874 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 4875 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 4876 "engines": { 4877 "node": ">=8" 4878 } 4879 }, 4880 "node_modules/path-parse": { 4881 "version": "1.0.7", 4882 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 4883 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" 4884 }, 4885 "node_modules/path-to-regexp": { 4886 "version": "6.2.1", 4887 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", 4888 "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==" 4889 }, 4890 "node_modules/picocolors": { 4891 "version": "1.0.0", 4892 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", 4893 "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" 4894 }, 4895 "node_modules/picomatch": { 4896 "version": "2.3.1", 4897 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 4898 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 4899 "engines": { 4900 "node": ">=8.6" 4901 }, 4902 "funding": { 4903 "url": "https://github.com/sponsors/jonschlinkert" 4904 } 4905 }, 4906 "node_modules/pify": { 4907 "version": "4.0.1", 4908 "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", 4909 "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", 4910 "engines": { 4911 "node": ">=6" 4912 } 4913 }, 4914 "node_modules/pirates": { 4915 "version": "4.0.6", 4916 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", 4917 "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", 4918 "engines": { 4919 "node": ">= 6" 4920 } 4921 }, 4922 "node_modules/pkg-dir": { 4923 "version": "4.2.0", 4924 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", 4925 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", 4926 "dependencies": { 4927 "find-up": "^4.0.0" 4928 }, 4929 "engines": { 4930 "node": ">=8" 4931 } 4932 }, 4933 "node_modules/pkg-dir/node_modules/find-up": { 4934 "version": "4.1.0", 4935 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", 4936 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", 4937 "dependencies": { 4938 "locate-path": "^5.0.0", 4939 "path-exists": "^4.0.0" 4940 }, 4941 "engines": { 4942 "node": ">=8" 4943 } 4944 }, 4945 "node_modules/pkg-dir/node_modules/locate-path": { 4946 "version": "5.0.0", 4947 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", 4948 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", 4949 "dependencies": { 4950 "p-locate": "^4.1.0" 4951 }, 4952 "engines": { 4953 "node": ">=8" 4954 } 4955 }, 4956 "node_modules/pkg-dir/node_modules/p-limit": { 4957 "version": "2.3.0", 4958 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 4959 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 4960 "dependencies": { 4961 "p-try": "^2.0.0" 4962 }, 4963 "engines": { 4964 "node": ">=6" 4965 }, 4966 "funding": { 4967 "url": "https://github.com/sponsors/sindresorhus" 4968 } 4969 }, 4970 "node_modules/pkg-dir/node_modules/p-locate": { 4971 "version": "4.1.0", 4972 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", 4973 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", 4974 "dependencies": { 4975 "p-limit": "^2.2.0" 4976 }, 4977 "engines": { 4978 "node": ">=8" 4979 } 4980 }, 4981 "node_modules/postcss": { 4982 "version": "8.4.32", 4983 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", 4984 "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", 4985 "funding": [ 4986 { 4987 "type": "opencollective", 4988 "url": "https://opencollective.com/postcss/" 4989 }, 4990 { 4991 "type": "tidelift", 4992 "url": "https://tidelift.com/funding/github/npm/postcss" 4993 }, 4994 { 4995 "type": "github", 4996 "url": "https://github.com/sponsors/ai" 4997 } 4998 ], 4999 "dependencies": { 5000 "nanoid": "^3.3.7", 5001 "picocolors": "^1.0.0", 5002 "source-map-js": "^1.0.2" 5003 }, 5004 "engines": { 5005 "node": "^10 || ^12 || >=14" 5006 } 5007 }, 5008 "node_modules/postcss-import": { 5009 "version": "15.1.0", 5010 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", 5011 "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", 5012 "dependencies": { 5013 "postcss-value-parser": "^4.0.0", 5014 "read-cache": "^1.0.0", 5015 "resolve": "^1.1.7" 5016 }, 5017 "engines": { 5018 "node": ">=14.0.0" 5019 }, 5020 "peerDependencies": { 5021 "postcss": "^8.0.0" 5022 } 5023 }, 5024 "node_modules/postcss-js": { 5025 "version": "4.0.1", 5026 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", 5027 "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", 5028 "dependencies": { 5029 "camelcase-css": "^2.0.1" 5030 }, 5031 "engines": { 5032 "node": "^12 || ^14 || >= 16" 5033 }, 5034 "funding": { 5035 "type": "opencollective", 5036 "url": "https://opencollective.com/postcss/" 5037 }, 5038 "peerDependencies": { 5039 "postcss": "^8.4.21" 5040 } 5041 }, 5042 "node_modules/postcss-load-config": { 5043 "version": "4.0.2", 5044 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", 5045 "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", 5046 "funding": [ 5047 { 5048 "type": "opencollective", 5049 "url": "https://opencollective.com/postcss/" 5050 }, 5051 { 5052 "type": "github", 5053 "url": "https://github.com/sponsors/ai" 5054 } 5055 ], 5056 "dependencies": { 5057 "lilconfig": "^3.0.0", 5058 "yaml": "^2.3.4" 5059 }, 5060 "engines": { 5061 "node": ">= 14" 5062 }, 5063 "peerDependencies": { 5064 "postcss": ">=8.0.9", 5065 "ts-node": ">=9.0.0" 5066 }, 5067 "peerDependenciesMeta": { 5068 "postcss": { 5069 "optional": true 5070 }, 5071 "ts-node": { 5072 "optional": true 5073 } 5074 } 5075 }, 5076 "node_modules/postcss-nested": { 5077 "version": "6.0.1", 5078 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", 5079 "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", 5080 "dependencies": { 5081 "postcss-selector-parser": "^6.0.11" 5082 }, 5083 "engines": { 5084 "node": ">=12.0" 5085 }, 5086 "funding": { 5087 "type": "opencollective", 5088 "url": "https://opencollective.com/postcss/" 5089 }, 5090 "peerDependencies": { 5091 "postcss": "^8.2.14" 5092 } 5093 }, 5094 "node_modules/postcss-selector-parser": { 5095 "version": "6.0.13", 5096 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", 5097 "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", 5098 "dependencies": { 5099 "cssesc": "^3.0.0", 5100 "util-deprecate": "^1.0.2" 5101 }, 5102 "engines": { 5103 "node": ">=4" 5104 } 5105 }, 5106 "node_modules/postcss-value-parser": { 5107 "version": "4.2.0", 5108 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", 5109 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" 5110 }, 5111 "node_modules/prebuild-install": { 5112 "version": "7.1.1", 5113 "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz", 5114 "integrity": "sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==", 5115 "optional": true, 5116 "dependencies": { 5117 "detect-libc": "^2.0.0", 5118 "expand-template": "^2.0.3", 5119 "github-from-package": "0.0.0", 5120 "minimist": "^1.2.3", 5121 "mkdirp-classic": "^0.5.3", 5122 "napi-build-utils": "^1.0.1", 5123 "node-abi": "^3.3.0", 5124 "pump": "^3.0.0", 5125 "rc": "^1.2.7", 5126 "simple-get": "^4.0.0", 5127 "tar-fs": "^2.0.0", 5128 "tunnel-agent": "^0.6.0" 5129 }, 5130 "bin": { 5131 "prebuild-install": "bin.js" 5132 }, 5133 "engines": { 5134 "node": ">=10" 5135 } 5136 }, 5137 "node_modules/prebuild-install/node_modules/bl": { 5138 "version": "4.1.0", 5139 "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", 5140 "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", 5141 "optional": true, 5142 "dependencies": { 5143 "buffer": "^5.5.0", 5144 "inherits": "^2.0.4", 5145 "readable-stream": "^3.4.0" 5146 } 5147 }, 5148 "node_modules/prebuild-install/node_modules/buffer": { 5149 "version": "5.7.1", 5150 "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", 5151 "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", 5152 "funding": [ 5153 { 5154 "type": "github", 5155 "url": "https://github.com/sponsors/feross" 5156 }, 5157 { 5158 "type": "patreon", 5159 "url": "https://www.patreon.com/feross" 5160 }, 5161 { 5162 "type": "consulting", 5163 "url": "https://feross.org/support" 5164 } 5165 ], 5166 "optional": true, 5167 "dependencies": { 5168 "base64-js": "^1.3.1", 5169 "ieee754": "^1.1.13" 5170 } 5171 }, 5172 "node_modules/prebuild-install/node_modules/tar-fs": { 5173 "version": "2.1.1", 5174 "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", 5175 "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", 5176 "optional": true, 5177 "dependencies": { 5178 "chownr": "^1.1.1", 5179 "mkdirp-classic": "^0.5.2", 5180 "pump": "^3.0.0", 5181 "tar-stream": "^2.1.4" 5182 } 5183 }, 5184 "node_modules/prebuild-install/node_modules/tar-stream": { 5185 "version": "2.2.0", 5186 "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", 5187 "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", 5188 "optional": true, 5189 "dependencies": { 5190 "bl": "^4.0.3", 5191 "end-of-stream": "^1.4.1", 5192 "fs-constants": "^1.0.0", 5193 "inherits": "^2.0.3", 5194 "readable-stream": "^3.1.1" 5195 }, 5196 "engines": { 5197 "node": ">=6" 5198 } 5199 }, 5200 "node_modules/preferred-pm": { 5201 "version": "3.1.2", 5202 "resolved": "https://registry.npmjs.org/preferred-pm/-/preferred-pm-3.1.2.tgz", 5203 "integrity": "sha512-nk7dKrcW8hfCZ4H6klWcdRknBOXWzNQByJ0oJyX97BOupsYD+FzLS4hflgEu/uPUEHZCuRfMxzCBsuWd7OzT8Q==", 5204 "dependencies": { 5205 "find-up": "^5.0.0", 5206 "find-yarn-workspace-root2": "1.2.16", 5207 "path-exists": "^4.0.0", 5208 "which-pm": "2.0.0" 5209 }, 5210 "engines": { 5211 "node": ">=10" 5212 } 5213 }, 5214 "node_modules/preferred-pm/node_modules/which-pm": { 5215 "version": "2.0.0", 5216 "resolved": "https://registry.npmjs.org/which-pm/-/which-pm-2.0.0.tgz", 5217 "integrity": "sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==", 5218 "dependencies": { 5219 "load-yaml-file": "^0.2.0", 5220 "path-exists": "^4.0.0" 5221 }, 5222 "engines": { 5223 "node": ">=8.15" 5224 } 5225 }, 5226 "node_modules/prismjs": { 5227 "version": "1.29.0", 5228 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", 5229 "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", 5230 "engines": { 5231 "node": ">=6" 5232 } 5233 }, 5234 "node_modules/probe-image-size": { 5235 "version": "7.2.3", 5236 "resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-7.2.3.tgz", 5237 "integrity": "sha512-HubhG4Rb2UH8YtV4ba0Vp5bQ7L78RTONYu/ujmCu5nBI8wGv24s4E9xSKBi0N1MowRpxk76pFCpJtW0KPzOK0w==", 5238 "dependencies": { 5239 "lodash.merge": "^4.6.2", 5240 "needle": "^2.5.2", 5241 "stream-parser": "~0.3.1" 5242 } 5243 }, 5244 "node_modules/prompts": { 5245 "version": "2.4.2", 5246 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 5247 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 5248 "dependencies": { 5249 "kleur": "^3.0.3", 5250 "sisteransi": "^1.0.5" 5251 }, 5252 "engines": { 5253 "node": ">= 6" 5254 } 5255 }, 5256 "node_modules/prompts/node_modules/kleur": { 5257 "version": "3.0.3", 5258 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 5259 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 5260 "engines": { 5261 "node": ">=6" 5262 } 5263 }, 5264 "node_modules/property-information": { 5265 "version": "6.4.0", 5266 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.0.tgz", 5267 "integrity": "sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==", 5268 "funding": { 5269 "type": "github", 5270 "url": "https://github.com/sponsors/wooorm" 5271 } 5272 }, 5273 "node_modules/pump": { 5274 "version": "3.0.0", 5275 "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", 5276 "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", 5277 "optional": true, 5278 "dependencies": { 5279 "end-of-stream": "^1.1.0", 5280 "once": "^1.3.1" 5281 } 5282 }, 5283 "node_modules/queue-microtask": { 5284 "version": "1.2.3", 5285 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 5286 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 5287 "funding": [ 5288 { 5289 "type": "github", 5290 "url": "https://github.com/sponsors/feross" 5291 }, 5292 { 5293 "type": "patreon", 5294 "url": "https://www.patreon.com/feross" 5295 }, 5296 { 5297 "type": "consulting", 5298 "url": "https://feross.org/support" 5299 } 5300 ] 5301 }, 5302 "node_modules/queue-tick": { 5303 "version": "1.0.1", 5304 "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", 5305 "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==", 5306 "optional": true 5307 }, 5308 "node_modules/range-parser": { 5309 "version": "1.2.1", 5310 "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", 5311 "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", 5312 "engines": { 5313 "node": ">= 0.6" 5314 } 5315 }, 5316 "node_modules/rc": { 5317 "version": "1.2.8", 5318 "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", 5319 "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", 5320 "optional": true, 5321 "dependencies": { 5322 "deep-extend": "^0.6.0", 5323 "ini": "~1.3.0", 5324 "minimist": "^1.2.0", 5325 "strip-json-comments": "~2.0.1" 5326 }, 5327 "bin": { 5328 "rc": "cli.js" 5329 } 5330 }, 5331 "node_modules/read-cache": { 5332 "version": "1.0.0", 5333 "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", 5334 "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", 5335 "dependencies": { 5336 "pify": "^2.3.0" 5337 } 5338 }, 5339 "node_modules/read-cache/node_modules/pify": { 5340 "version": "2.3.0", 5341 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", 5342 "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", 5343 "engines": { 5344 "node": ">=0.10.0" 5345 } 5346 }, 5347 "node_modules/readable-stream": { 5348 "version": "3.6.2", 5349 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", 5350 "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", 5351 "dependencies": { 5352 "inherits": "^2.0.3", 5353 "string_decoder": "^1.1.1", 5354 "util-deprecate": "^1.0.1" 5355 }, 5356 "engines": { 5357 "node": ">= 6" 5358 } 5359 }, 5360 "node_modules/readdirp": { 5361 "version": "3.6.0", 5362 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", 5363 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", 5364 "dependencies": { 5365 "picomatch": "^2.2.1" 5366 }, 5367 "engines": { 5368 "node": ">=8.10.0" 5369 } 5370 }, 5371 "node_modules/rehype": { 5372 "version": "13.0.1", 5373 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.1.tgz", 5374 "integrity": "sha512-AcSLS2mItY+0fYu9xKxOu1LhUZeBZZBx8//5HKzF+0XP+eP8+6a5MXn2+DW2kfXR6Dtp1FEXMVrjyKAcvcU8vg==", 5375 "dependencies": { 5376 "@types/hast": "^3.0.0", 5377 "rehype-parse": "^9.0.0", 5378 "rehype-stringify": "^10.0.0", 5379 "unified": "^11.0.0" 5380 }, 5381 "funding": { 5382 "type": "opencollective", 5383 "url": "https://opencollective.com/unified" 5384 } 5385 }, 5386 "node_modules/rehype-parse": { 5387 "version": "9.0.0", 5388 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.0.tgz", 5389 "integrity": "sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==", 5390 "dependencies": { 5391 "@types/hast": "^3.0.0", 5392 "hast-util-from-html": "^2.0.0", 5393 "unified": "^11.0.0" 5394 }, 5395 "funding": { 5396 "type": "opencollective", 5397 "url": "https://opencollective.com/unified" 5398 } 5399 }, 5400 "node_modules/rehype-raw": { 5401 "version": "7.0.0", 5402 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 5403 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 5404 "dependencies": { 5405 "@types/hast": "^3.0.0", 5406 "hast-util-raw": "^9.0.0", 5407 "vfile": "^6.0.0" 5408 }, 5409 "funding": { 5410 "type": "opencollective", 5411 "url": "https://opencollective.com/unified" 5412 } 5413 }, 5414 "node_modules/rehype-stringify": { 5415 "version": "10.0.0", 5416 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.0.tgz", 5417 "integrity": "sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==", 5418 "dependencies": { 5419 "@types/hast": "^3.0.0", 5420 "hast-util-to-html": "^9.0.0", 5421 "unified": "^11.0.0" 5422 }, 5423 "funding": { 5424 "type": "opencollective", 5425 "url": "https://opencollective.com/unified" 5426 } 5427 }, 5428 "node_modules/remark-gfm": { 5429 "version": "4.0.0", 5430 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.0.tgz", 5431 "integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==", 5432 "dependencies": { 5433 "@types/mdast": "^4.0.0", 5434 "mdast-util-gfm": "^3.0.0", 5435 "micromark-extension-gfm": "^3.0.0", 5436 "remark-parse": "^11.0.0", 5437 "remark-stringify": "^11.0.0", 5438 "unified": "^11.0.0" 5439 }, 5440 "funding": { 5441 "type": "opencollective", 5442 "url": "https://opencollective.com/unified" 5443 } 5444 }, 5445 "node_modules/remark-parse": { 5446 "version": "11.0.0", 5447 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 5448 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 5449 "dependencies": { 5450 "@types/mdast": "^4.0.0", 5451 "mdast-util-from-markdown": "^2.0.0", 5452 "micromark-util-types": "^2.0.0", 5453 "unified": "^11.0.0" 5454 }, 5455 "funding": { 5456 "type": "opencollective", 5457 "url": "https://opencollective.com/unified" 5458 } 5459 }, 5460 "node_modules/remark-rehype": { 5461 "version": "11.0.0", 5462 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.0.0.tgz", 5463 "integrity": "sha512-vx8x2MDMcxuE4lBmQ46zYUDfcFMmvg80WYX+UNLeG6ixjdCCLcw1lrgAukwBTuOFsS78eoAedHGn9sNM0w7TPw==", 5464 "dependencies": { 5465 "@types/hast": "^3.0.0", 5466 "@types/mdast": "^4.0.0", 5467 "mdast-util-to-hast": "^13.0.0", 5468 "unified": "^11.0.0", 5469 "vfile": "^6.0.0" 5470 }, 5471 "funding": { 5472 "type": "opencollective", 5473 "url": "https://opencollective.com/unified" 5474 } 5475 }, 5476 "node_modules/remark-smartypants": { 5477 "version": "2.0.0", 5478 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-2.0.0.tgz", 5479 "integrity": "sha512-Rc0VDmr/yhnMQIz8n2ACYXlfw/P/XZev884QU1I5u+5DgJls32o97Vc1RbK3pfumLsJomS2yy8eT4Fxj/2MDVA==", 5480 "dependencies": { 5481 "retext": "^8.1.0", 5482 "retext-smartypants": "^5.1.0", 5483 "unist-util-visit": "^4.1.0" 5484 }, 5485 "engines": { 5486 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 5487 } 5488 }, 5489 "node_modules/remark-smartypants/node_modules/@types/unist": { 5490 "version": "2.0.10", 5491 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", 5492 "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" 5493 }, 5494 "node_modules/remark-smartypants/node_modules/unist-util-is": { 5495 "version": "5.2.1", 5496 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 5497 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 5498 "dependencies": { 5499 "@types/unist": "^2.0.0" 5500 }, 5501 "funding": { 5502 "type": "opencollective", 5503 "url": "https://opencollective.com/unified" 5504 } 5505 }, 5506 "node_modules/remark-smartypants/node_modules/unist-util-visit": { 5507 "version": "4.1.2", 5508 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 5509 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 5510 "dependencies": { 5511 "@types/unist": "^2.0.0", 5512 "unist-util-is": "^5.0.0", 5513 "unist-util-visit-parents": "^5.1.1" 5514 }, 5515 "funding": { 5516 "type": "opencollective", 5517 "url": "https://opencollective.com/unified" 5518 } 5519 }, 5520 "node_modules/remark-smartypants/node_modules/unist-util-visit-parents": { 5521 "version": "5.1.3", 5522 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 5523 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 5524 "dependencies": { 5525 "@types/unist": "^2.0.0", 5526 "unist-util-is": "^5.0.0" 5527 }, 5528 "funding": { 5529 "type": "opencollective", 5530 "url": "https://opencollective.com/unified" 5531 } 5532 }, 5533 "node_modules/remark-stringify": { 5534 "version": "11.0.0", 5535 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 5536 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 5537 "dependencies": { 5538 "@types/mdast": "^4.0.0", 5539 "mdast-util-to-markdown": "^2.0.0", 5540 "unified": "^11.0.0" 5541 }, 5542 "funding": { 5543 "type": "opencollective", 5544 "url": "https://opencollective.com/unified" 5545 } 5546 }, 5547 "node_modules/request-light": { 5548 "version": "0.7.0", 5549 "resolved": "https://registry.npmjs.org/request-light/-/request-light-0.7.0.tgz", 5550 "integrity": "sha512-lMbBMrDoxgsyO+yB3sDcrDuX85yYt7sS8BfQd11jtbW/z5ZWgLZRcEGLsLoYw7I0WSUGQBs8CC8ScIxkTX1+6Q==" 5551 }, 5552 "node_modules/require-directory": { 5553 "version": "2.1.1", 5554 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", 5555 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", 5556 "engines": { 5557 "node": ">=0.10.0" 5558 } 5559 }, 5560 "node_modules/resolve": { 5561 "version": "1.22.8", 5562 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", 5563 "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", 5564 "dependencies": { 5565 "is-core-module": "^2.13.0", 5566 "path-parse": "^1.0.7", 5567 "supports-preserve-symlinks-flag": "^1.0.0" 5568 }, 5569 "bin": { 5570 "resolve": "bin/resolve" 5571 }, 5572 "funding": { 5573 "url": "https://github.com/sponsors/ljharb" 5574 } 5575 }, 5576 "node_modules/restore-cursor": { 5577 "version": "4.0.0", 5578 "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz", 5579 "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==", 5580 "dependencies": { 5581 "onetime": "^5.1.0", 5582 "signal-exit": "^3.0.2" 5583 }, 5584 "engines": { 5585 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 5586 }, 5587 "funding": { 5588 "url": "https://github.com/sponsors/sindresorhus" 5589 } 5590 }, 5591 "node_modules/restore-cursor/node_modules/mimic-fn": { 5592 "version": "2.1.0", 5593 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", 5594 "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", 5595 "engines": { 5596 "node": ">=6" 5597 } 5598 }, 5599 "node_modules/restore-cursor/node_modules/onetime": { 5600 "version": "5.1.2", 5601 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", 5602 "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", 5603 "dependencies": { 5604 "mimic-fn": "^2.1.0" 5605 }, 5606 "engines": { 5607 "node": ">=6" 5608 }, 5609 "funding": { 5610 "url": "https://github.com/sponsors/sindresorhus" 5611 } 5612 }, 5613 "node_modules/restore-cursor/node_modules/signal-exit": { 5614 "version": "3.0.7", 5615 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", 5616 "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" 5617 }, 5618 "node_modules/retext": { 5619 "version": "8.1.0", 5620 "resolved": "https://registry.npmjs.org/retext/-/retext-8.1.0.tgz", 5621 "integrity": "sha512-N9/Kq7YTn6ZpzfiGW45WfEGJqFf1IM1q8OsRa1CGzIebCJBNCANDRmOrholiDRGKo/We7ofKR4SEvcGAWEMD3Q==", 5622 "dependencies": { 5623 "@types/nlcst": "^1.0.0", 5624 "retext-latin": "^3.0.0", 5625 "retext-stringify": "^3.0.0", 5626 "unified": "^10.0.0" 5627 }, 5628 "funding": { 5629 "type": "opencollective", 5630 "url": "https://opencollective.com/unified" 5631 } 5632 }, 5633 "node_modules/retext-latin": { 5634 "version": "3.1.0", 5635 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-3.1.0.tgz", 5636 "integrity": "sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ==", 5637 "dependencies": { 5638 "@types/nlcst": "^1.0.0", 5639 "parse-latin": "^5.0.0", 5640 "unherit": "^3.0.0", 5641 "unified": "^10.0.0" 5642 }, 5643 "funding": { 5644 "type": "opencollective", 5645 "url": "https://opencollective.com/unified" 5646 } 5647 }, 5648 "node_modules/retext-latin/node_modules/@types/unist": { 5649 "version": "2.0.10", 5650 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", 5651 "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" 5652 }, 5653 "node_modules/retext-latin/node_modules/unified": { 5654 "version": "10.1.2", 5655 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5656 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5657 "dependencies": { 5658 "@types/unist": "^2.0.0", 5659 "bail": "^2.0.0", 5660 "extend": "^3.0.0", 5661 "is-buffer": "^2.0.0", 5662 "is-plain-obj": "^4.0.0", 5663 "trough": "^2.0.0", 5664 "vfile": "^5.0.0" 5665 }, 5666 "funding": { 5667 "type": "opencollective", 5668 "url": "https://opencollective.com/unified" 5669 } 5670 }, 5671 "node_modules/retext-latin/node_modules/unist-util-stringify-position": { 5672 "version": "3.0.3", 5673 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", 5674 "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", 5675 "dependencies": { 5676 "@types/unist": "^2.0.0" 5677 }, 5678 "funding": { 5679 "type": "opencollective", 5680 "url": "https://opencollective.com/unified" 5681 } 5682 }, 5683 "node_modules/retext-latin/node_modules/vfile": { 5684 "version": "5.3.7", 5685 "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", 5686 "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", 5687 "dependencies": { 5688 "@types/unist": "^2.0.0", 5689 "is-buffer": "^2.0.0", 5690 "unist-util-stringify-position": "^3.0.0", 5691 "vfile-message": "^3.0.0" 5692 }, 5693 "funding": { 5694 "type": "opencollective", 5695 "url": "https://opencollective.com/unified" 5696 } 5697 }, 5698 "node_modules/retext-latin/node_modules/vfile-message": { 5699 "version": "3.1.4", 5700 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", 5701 "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", 5702 "dependencies": { 5703 "@types/unist": "^2.0.0", 5704 "unist-util-stringify-position": "^3.0.0" 5705 }, 5706 "funding": { 5707 "type": "opencollective", 5708 "url": "https://opencollective.com/unified" 5709 } 5710 }, 5711 "node_modules/retext-smartypants": { 5712 "version": "5.2.0", 5713 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-5.2.0.tgz", 5714 "integrity": "sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw==", 5715 "dependencies": { 5716 "@types/nlcst": "^1.0.0", 5717 "nlcst-to-string": "^3.0.0", 5718 "unified": "^10.0.0", 5719 "unist-util-visit": "^4.0.0" 5720 }, 5721 "funding": { 5722 "type": "opencollective", 5723 "url": "https://opencollective.com/unified" 5724 } 5725 }, 5726 "node_modules/retext-smartypants/node_modules/@types/unist": { 5727 "version": "2.0.10", 5728 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", 5729 "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" 5730 }, 5731 "node_modules/retext-smartypants/node_modules/unified": { 5732 "version": "10.1.2", 5733 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5734 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5735 "dependencies": { 5736 "@types/unist": "^2.0.0", 5737 "bail": "^2.0.0", 5738 "extend": "^3.0.0", 5739 "is-buffer": "^2.0.0", 5740 "is-plain-obj": "^4.0.0", 5741 "trough": "^2.0.0", 5742 "vfile": "^5.0.0" 5743 }, 5744 "funding": { 5745 "type": "opencollective", 5746 "url": "https://opencollective.com/unified" 5747 } 5748 }, 5749 "node_modules/retext-smartypants/node_modules/unist-util-is": { 5750 "version": "5.2.1", 5751 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 5752 "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 5753 "dependencies": { 5754 "@types/unist": "^2.0.0" 5755 }, 5756 "funding": { 5757 "type": "opencollective", 5758 "url": "https://opencollective.com/unified" 5759 } 5760 }, 5761 "node_modules/retext-smartypants/node_modules/unist-util-stringify-position": { 5762 "version": "3.0.3", 5763 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", 5764 "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", 5765 "dependencies": { 5766 "@types/unist": "^2.0.0" 5767 }, 5768 "funding": { 5769 "type": "opencollective", 5770 "url": "https://opencollective.com/unified" 5771 } 5772 }, 5773 "node_modules/retext-smartypants/node_modules/unist-util-visit": { 5774 "version": "4.1.2", 5775 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 5776 "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 5777 "dependencies": { 5778 "@types/unist": "^2.0.0", 5779 "unist-util-is": "^5.0.0", 5780 "unist-util-visit-parents": "^5.1.1" 5781 }, 5782 "funding": { 5783 "type": "opencollective", 5784 "url": "https://opencollective.com/unified" 5785 } 5786 }, 5787 "node_modules/retext-smartypants/node_modules/unist-util-visit-parents": { 5788 "version": "5.1.3", 5789 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 5790 "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 5791 "dependencies": { 5792 "@types/unist": "^2.0.0", 5793 "unist-util-is": "^5.0.0" 5794 }, 5795 "funding": { 5796 "type": "opencollective", 5797 "url": "https://opencollective.com/unified" 5798 } 5799 }, 5800 "node_modules/retext-smartypants/node_modules/vfile": { 5801 "version": "5.3.7", 5802 "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", 5803 "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", 5804 "dependencies": { 5805 "@types/unist": "^2.0.0", 5806 "is-buffer": "^2.0.0", 5807 "unist-util-stringify-position": "^3.0.0", 5808 "vfile-message": "^3.0.0" 5809 }, 5810 "funding": { 5811 "type": "opencollective", 5812 "url": "https://opencollective.com/unified" 5813 } 5814 }, 5815 "node_modules/retext-smartypants/node_modules/vfile-message": { 5816 "version": "3.1.4", 5817 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", 5818 "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", 5819 "dependencies": { 5820 "@types/unist": "^2.0.0", 5821 "unist-util-stringify-position": "^3.0.0" 5822 }, 5823 "funding": { 5824 "type": "opencollective", 5825 "url": "https://opencollective.com/unified" 5826 } 5827 }, 5828 "node_modules/retext-stringify": { 5829 "version": "3.1.0", 5830 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-3.1.0.tgz", 5831 "integrity": "sha512-767TLOaoXFXyOnjx/EggXlb37ZD2u4P1n0GJqVdpipqACsQP+20W+BNpMYrlJkq7hxffnFk+jc6mAK9qrbuB8w==", 5832 "dependencies": { 5833 "@types/nlcst": "^1.0.0", 5834 "nlcst-to-string": "^3.0.0", 5835 "unified": "^10.0.0" 5836 }, 5837 "funding": { 5838 "type": "opencollective", 5839 "url": "https://opencollective.com/unified" 5840 } 5841 }, 5842 "node_modules/retext-stringify/node_modules/@types/unist": { 5843 "version": "2.0.10", 5844 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", 5845 "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" 5846 }, 5847 "node_modules/retext-stringify/node_modules/unified": { 5848 "version": "10.1.2", 5849 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5850 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5851 "dependencies": { 5852 "@types/unist": "^2.0.0", 5853 "bail": "^2.0.0", 5854 "extend": "^3.0.0", 5855 "is-buffer": "^2.0.0", 5856 "is-plain-obj": "^4.0.0", 5857 "trough": "^2.0.0", 5858 "vfile": "^5.0.0" 5859 }, 5860 "funding": { 5861 "type": "opencollective", 5862 "url": "https://opencollective.com/unified" 5863 } 5864 }, 5865 "node_modules/retext-stringify/node_modules/unist-util-stringify-position": { 5866 "version": "3.0.3", 5867 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", 5868 "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", 5869 "dependencies": { 5870 "@types/unist": "^2.0.0" 5871 }, 5872 "funding": { 5873 "type": "opencollective", 5874 "url": "https://opencollective.com/unified" 5875 } 5876 }, 5877 "node_modules/retext-stringify/node_modules/vfile": { 5878 "version": "5.3.7", 5879 "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", 5880 "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", 5881 "dependencies": { 5882 "@types/unist": "^2.0.0", 5883 "is-buffer": "^2.0.0", 5884 "unist-util-stringify-position": "^3.0.0", 5885 "vfile-message": "^3.0.0" 5886 }, 5887 "funding": { 5888 "type": "opencollective", 5889 "url": "https://opencollective.com/unified" 5890 } 5891 }, 5892 "node_modules/retext-stringify/node_modules/vfile-message": { 5893 "version": "3.1.4", 5894 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", 5895 "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", 5896 "dependencies": { 5897 "@types/unist": "^2.0.0", 5898 "unist-util-stringify-position": "^3.0.0" 5899 }, 5900 "funding": { 5901 "type": "opencollective", 5902 "url": "https://opencollective.com/unified" 5903 } 5904 }, 5905 "node_modules/retext/node_modules/@types/unist": { 5906 "version": "2.0.10", 5907 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", 5908 "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" 5909 }, 5910 "node_modules/retext/node_modules/unified": { 5911 "version": "10.1.2", 5912 "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", 5913 "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", 5914 "dependencies": { 5915 "@types/unist": "^2.0.0", 5916 "bail": "^2.0.0", 5917 "extend": "^3.0.0", 5918 "is-buffer": "^2.0.0", 5919 "is-plain-obj": "^4.0.0", 5920 "trough": "^2.0.0", 5921 "vfile": "^5.0.0" 5922 }, 5923 "funding": { 5924 "type": "opencollective", 5925 "url": "https://opencollective.com/unified" 5926 } 5927 }, 5928 "node_modules/retext/node_modules/unist-util-stringify-position": { 5929 "version": "3.0.3", 5930 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", 5931 "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", 5932 "dependencies": { 5933 "@types/unist": "^2.0.0" 5934 }, 5935 "funding": { 5936 "type": "opencollective", 5937 "url": "https://opencollective.com/unified" 5938 } 5939 }, 5940 "node_modules/retext/node_modules/vfile": { 5941 "version": "5.3.7", 5942 "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", 5943 "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", 5944 "dependencies": { 5945 "@types/unist": "^2.0.0", 5946 "is-buffer": "^2.0.0", 5947 "unist-util-stringify-position": "^3.0.0", 5948 "vfile-message": "^3.0.0" 5949 }, 5950 "funding": { 5951 "type": "opencollective", 5952 "url": "https://opencollective.com/unified" 5953 } 5954 }, 5955 "node_modules/retext/node_modules/vfile-message": { 5956 "version": "3.1.4", 5957 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", 5958 "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", 5959 "dependencies": { 5960 "@types/unist": "^2.0.0", 5961 "unist-util-stringify-position": "^3.0.0" 5962 }, 5963 "funding": { 5964 "type": "opencollective", 5965 "url": "https://opencollective.com/unified" 5966 } 5967 }, 5968 "node_modules/reusify": { 5969 "version": "1.0.4", 5970 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", 5971 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", 5972 "engines": { 5973 "iojs": ">=1.0.0", 5974 "node": ">=0.10.0" 5975 } 5976 }, 5977 "node_modules/rollup": { 5978 "version": "4.6.1", 5979 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.6.1.tgz", 5980 "integrity": "sha512-jZHaZotEHQaHLgKr8JnQiDT1rmatjgKlMekyksz+yk9jt/8z9quNjnKNRoaM0wd9DC2QKXjmWWuDYtM3jfF8pQ==", 5981 "bin": { 5982 "rollup": "dist/bin/rollup" 5983 }, 5984 "engines": { 5985 "node": ">=18.0.0", 5986 "npm": ">=8.0.0" 5987 }, 5988 "optionalDependencies": { 5989 "@rollup/rollup-android-arm-eabi": "4.6.1", 5990 "@rollup/rollup-android-arm64": "4.6.1", 5991 "@rollup/rollup-darwin-arm64": "4.6.1", 5992 "@rollup/rollup-darwin-x64": "4.6.1", 5993 "@rollup/rollup-linux-arm-gnueabihf": "4.6.1", 5994 "@rollup/rollup-linux-arm64-gnu": "4.6.1", 5995 "@rollup/rollup-linux-arm64-musl": "4.6.1", 5996 "@rollup/rollup-linux-x64-gnu": "4.6.1", 5997 "@rollup/rollup-linux-x64-musl": "4.6.1", 5998 "@rollup/rollup-win32-arm64-msvc": "4.6.1", 5999 "@rollup/rollup-win32-ia32-msvc": "4.6.1", 6000 "@rollup/rollup-win32-x64-msvc": "4.6.1", 6001 "fsevents": "~2.3.2" 6002 } 6003 }, 6004 "node_modules/run-parallel": { 6005 "version": "1.2.0", 6006 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 6007 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 6008 "funding": [ 6009 { 6010 "type": "github", 6011 "url": "https://github.com/sponsors/feross" 6012 }, 6013 { 6014 "type": "patreon", 6015 "url": "https://www.patreon.com/feross" 6016 }, 6017 { 6018 "type": "consulting", 6019 "url": "https://feross.org/support" 6020 } 6021 ], 6022 "dependencies": { 6023 "queue-microtask": "^1.2.2" 6024 } 6025 }, 6026 "node_modules/safe-buffer": { 6027 "version": "5.2.1", 6028 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 6029 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", 6030 "funding": [ 6031 { 6032 "type": "github", 6033 "url": "https://github.com/sponsors/feross" 6034 }, 6035 { 6036 "type": "patreon", 6037 "url": "https://www.patreon.com/feross" 6038 }, 6039 { 6040 "type": "consulting", 6041 "url": "https://feross.org/support" 6042 } 6043 ] 6044 }, 6045 "node_modules/safer-buffer": { 6046 "version": "2.1.2", 6047 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 6048 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" 6049 }, 6050 "node_modules/sass": { 6051 "version": "1.69.5", 6052 "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz", 6053 "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==", 6054 "dependencies": { 6055 "chokidar": ">=3.0.0 <4.0.0", 6056 "immutable": "^4.0.0", 6057 "source-map-js": ">=0.6.2 <2.0.0" 6058 }, 6059 "bin": { 6060 "sass": "sass.js" 6061 }, 6062 "engines": { 6063 "node": ">=14.0.0" 6064 } 6065 }, 6066 "node_modules/sax": { 6067 "version": "1.3.0", 6068 "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", 6069 "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==" 6070 }, 6071 "node_modules/section-matter": { 6072 "version": "1.0.0", 6073 "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", 6074 "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", 6075 "dependencies": { 6076 "extend-shallow": "^2.0.1", 6077 "kind-of": "^6.0.0" 6078 }, 6079 "engines": { 6080 "node": ">=4" 6081 } 6082 }, 6083 "node_modules/semver": { 6084 "version": "7.5.4", 6085 "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", 6086 "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", 6087 "dependencies": { 6088 "lru-cache": "^6.0.0" 6089 }, 6090 "bin": { 6091 "semver": "bin/semver.js" 6092 }, 6093 "engines": { 6094 "node": ">=10" 6095 } 6096 }, 6097 "node_modules/semver/node_modules/lru-cache": { 6098 "version": "6.0.0", 6099 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", 6100 "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", 6101 "dependencies": { 6102 "yallist": "^4.0.0" 6103 }, 6104 "engines": { 6105 "node": ">=10" 6106 } 6107 }, 6108 "node_modules/semver/node_modules/yallist": { 6109 "version": "4.0.0", 6110 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", 6111 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" 6112 }, 6113 "node_modules/send": { 6114 "version": "0.18.0", 6115 "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", 6116 "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", 6117 "dependencies": { 6118 "debug": "2.6.9", 6119 "depd": "2.0.0", 6120 "destroy": "1.2.0", 6121 "encodeurl": "~1.0.2", 6122 "escape-html": "~1.0.3", 6123 "etag": "~1.8.1", 6124 "fresh": "0.5.2", 6125 "http-errors": "2.0.0", 6126 "mime": "1.6.0", 6127 "ms": "2.1.3", 6128 "on-finished": "2.4.1", 6129 "range-parser": "~1.2.1", 6130 "statuses": "2.0.1" 6131 }, 6132 "engines": { 6133 "node": ">= 0.8.0" 6134 } 6135 }, 6136 "node_modules/send/node_modules/debug": { 6137 "version": "2.6.9", 6138 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 6139 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 6140 "dependencies": { 6141 "ms": "2.0.0" 6142 } 6143 }, 6144 "node_modules/send/node_modules/debug/node_modules/ms": { 6145 "version": "2.0.0", 6146 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 6147 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 6148 }, 6149 "node_modules/send/node_modules/mime": { 6150 "version": "1.6.0", 6151 "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", 6152 "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", 6153 "bin": { 6154 "mime": "cli.js" 6155 }, 6156 "engines": { 6157 "node": ">=4" 6158 } 6159 }, 6160 "node_modules/send/node_modules/ms": { 6161 "version": "2.1.3", 6162 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 6163 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" 6164 }, 6165 "node_modules/server-destroy": { 6166 "version": "1.0.1", 6167 "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz", 6168 "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==" 6169 }, 6170 "node_modules/setprototypeof": { 6171 "version": "1.2.0", 6172 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", 6173 "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" 6174 }, 6175 "node_modules/sharp": { 6176 "version": "0.32.6", 6177 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz", 6178 "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==", 6179 "hasInstallScript": true, 6180 "optional": true, 6181 "dependencies": { 6182 "color": "^4.2.3", 6183 "detect-libc": "^2.0.2", 6184 "node-addon-api": "^6.1.0", 6185 "prebuild-install": "^7.1.1", 6186 "semver": "^7.5.4", 6187 "simple-get": "^4.0.1", 6188 "tar-fs": "^3.0.4", 6189 "tunnel-agent": "^0.6.0" 6190 }, 6191 "engines": { 6192 "node": ">=14.15.0" 6193 }, 6194 "funding": { 6195 "url": "https://opencollective.com/libvips" 6196 } 6197 }, 6198 "node_modules/shebang-command": { 6199 "version": "2.0.0", 6200 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 6201 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 6202 "dependencies": { 6203 "shebang-regex": "^3.0.0" 6204 }, 6205 "engines": { 6206 "node": ">=8" 6207 } 6208 }, 6209 "node_modules/shebang-regex": { 6210 "version": "3.0.0", 6211 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 6212 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 6213 "engines": { 6214 "node": ">=8" 6215 } 6216 }, 6217 "node_modules/shikiji": { 6218 "version": "0.6.13", 6219 "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.6.13.tgz", 6220 "integrity": "sha512-4T7X39csvhT0p7GDnq9vysWddf2b6BeioiN3Ymhnt3xcy9tXmDcnsEFVxX18Z4YcQgEE/w48dLJ4pPPUcG9KkA==", 6221 "dependencies": { 6222 "hast-util-to-html": "^9.0.0" 6223 } 6224 }, 6225 "node_modules/signal-exit": { 6226 "version": "4.1.0", 6227 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 6228 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", 6229 "engines": { 6230 "node": ">=14" 6231 }, 6232 "funding": { 6233 "url": "https://github.com/sponsors/isaacs" 6234 } 6235 }, 6236 "node_modules/simple-concat": { 6237 "version": "1.0.1", 6238 "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", 6239 "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", 6240 "funding": [ 6241 { 6242 "type": "github", 6243 "url": "https://github.com/sponsors/feross" 6244 }, 6245 { 6246 "type": "patreon", 6247 "url": "https://www.patreon.com/feross" 6248 }, 6249 { 6250 "type": "consulting", 6251 "url": "https://feross.org/support" 6252 } 6253 ], 6254 "optional": true 6255 }, 6256 "node_modules/simple-get": { 6257 "version": "4.0.1", 6258 "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", 6259 "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", 6260 "funding": [ 6261 { 6262 "type": "github", 6263 "url": "https://github.com/sponsors/feross" 6264 }, 6265 { 6266 "type": "patreon", 6267 "url": "https://www.patreon.com/feross" 6268 }, 6269 { 6270 "type": "consulting", 6271 "url": "https://feross.org/support" 6272 } 6273 ], 6274 "optional": true, 6275 "dependencies": { 6276 "decompress-response": "^6.0.0", 6277 "once": "^1.3.1", 6278 "simple-concat": "^1.0.0" 6279 } 6280 }, 6281 "node_modules/simple-swizzle": { 6282 "version": "0.2.2", 6283 "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", 6284 "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", 6285 "optional": true, 6286 "dependencies": { 6287 "is-arrayish": "^0.3.1" 6288 } 6289 }, 6290 "node_modules/sisteransi": { 6291 "version": "1.0.5", 6292 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 6293 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" 6294 }, 6295 "node_modules/source-map-js": { 6296 "version": "1.0.2", 6297 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", 6298 "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", 6299 "engines": { 6300 "node": ">=0.10.0" 6301 } 6302 }, 6303 "node_modules/space-separated-tokens": { 6304 "version": "2.0.2", 6305 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 6306 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 6307 "funding": { 6308 "type": "github", 6309 "url": "https://github.com/sponsors/wooorm" 6310 } 6311 }, 6312 "node_modules/sprintf-js": { 6313 "version": "1.0.3", 6314 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 6315 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" 6316 }, 6317 "node_modules/statuses": { 6318 "version": "2.0.1", 6319 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", 6320 "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", 6321 "engines": { 6322 "node": ">= 0.8" 6323 } 6324 }, 6325 "node_modules/stdin-discarder": { 6326 "version": "0.1.0", 6327 "resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.1.0.tgz", 6328 "integrity": "sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==", 6329 "dependencies": { 6330 "bl": "^5.0.0" 6331 }, 6332 "engines": { 6333 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 6334 }, 6335 "funding": { 6336 "url": "https://github.com/sponsors/sindresorhus" 6337 } 6338 }, 6339 "node_modules/stream-parser": { 6340 "version": "0.3.1", 6341 "resolved": "https://registry.npmjs.org/stream-parser/-/stream-parser-0.3.1.tgz", 6342 "integrity": "sha512-bJ/HgKq41nlKvlhccD5kaCr/P+Hu0wPNKPJOH7en+YrJu/9EgqUF+88w5Jb6KNcjOFMhfX4B2asfeAtIGuHObQ==", 6343 "dependencies": { 6344 "debug": "2" 6345 } 6346 }, 6347 "node_modules/stream-parser/node_modules/debug": { 6348 "version": "2.6.9", 6349 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 6350 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 6351 "dependencies": { 6352 "ms": "2.0.0" 6353 } 6354 }, 6355 "node_modules/stream-parser/node_modules/ms": { 6356 "version": "2.0.0", 6357 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 6358 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 6359 }, 6360 "node_modules/streamx": { 6361 "version": "2.15.5", 6362 "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.5.tgz", 6363 "integrity": "sha512-9thPGMkKC2GctCzyCUjME3yR03x2xNo0GPKGkRw2UMYN+gqWa9uqpyNWhmsNCutU5zHmkUum0LsCRQTXUgUCAg==", 6364 "optional": true, 6365 "dependencies": { 6366 "fast-fifo": "^1.1.0", 6367 "queue-tick": "^1.0.1" 6368 } 6369 }, 6370 "node_modules/string_decoder": { 6371 "version": "1.3.0", 6372 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", 6373 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", 6374 "dependencies": { 6375 "safe-buffer": "~5.2.0" 6376 } 6377 }, 6378 "node_modules/string-width": { 6379 "version": "7.0.0", 6380 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.0.0.tgz", 6381 "integrity": "sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==", 6382 "dependencies": { 6383 "emoji-regex": "^10.3.0", 6384 "get-east-asian-width": "^1.0.0", 6385 "strip-ansi": "^7.1.0" 6386 }, 6387 "engines": { 6388 "node": ">=18" 6389 }, 6390 "funding": { 6391 "url": "https://github.com/sponsors/sindresorhus" 6392 } 6393 }, 6394 "node_modules/stringify-entities": { 6395 "version": "4.0.3", 6396 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz", 6397 "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==", 6398 "dependencies": { 6399 "character-entities-html4": "^2.0.0", 6400 "character-entities-legacy": "^3.0.0" 6401 }, 6402 "funding": { 6403 "type": "github", 6404 "url": "https://github.com/sponsors/wooorm" 6405 } 6406 }, 6407 "node_modules/strip-ansi": { 6408 "version": "7.1.0", 6409 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 6410 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 6411 "dependencies": { 6412 "ansi-regex": "^6.0.1" 6413 }, 6414 "engines": { 6415 "node": ">=12" 6416 }, 6417 "funding": { 6418 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 6419 } 6420 }, 6421 "node_modules/strip-bom": { 6422 "version": "3.0.0", 6423 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", 6424 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", 6425 "engines": { 6426 "node": ">=4" 6427 } 6428 }, 6429 "node_modules/strip-bom-string": { 6430 "version": "1.0.0", 6431 "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", 6432 "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", 6433 "engines": { 6434 "node": ">=0.10.0" 6435 } 6436 }, 6437 "node_modules/strip-final-newline": { 6438 "version": "3.0.0", 6439 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", 6440 "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", 6441 "engines": { 6442 "node": ">=12" 6443 }, 6444 "funding": { 6445 "url": "https://github.com/sponsors/sindresorhus" 6446 } 6447 }, 6448 "node_modules/strip-json-comments": { 6449 "version": "2.0.1", 6450 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", 6451 "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", 6452 "optional": true, 6453 "engines": { 6454 "node": ">=0.10.0" 6455 } 6456 }, 6457 "node_modules/sucrase": { 6458 "version": "3.34.0", 6459 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.34.0.tgz", 6460 "integrity": "sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==", 6461 "dependencies": { 6462 "@jridgewell/gen-mapping": "^0.3.2", 6463 "commander": "^4.0.0", 6464 "glob": "7.1.6", 6465 "lines-and-columns": "^1.1.6", 6466 "mz": "^2.7.0", 6467 "pirates": "^4.0.1", 6468 "ts-interface-checker": "^0.1.9" 6469 }, 6470 "bin": { 6471 "sucrase": "bin/sucrase", 6472 "sucrase-node": "bin/sucrase-node" 6473 }, 6474 "engines": { 6475 "node": ">=8" 6476 } 6477 }, 6478 "node_modules/supports-color": { 6479 "version": "5.5.0", 6480 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", 6481 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", 6482 "dependencies": { 6483 "has-flag": "^3.0.0" 6484 }, 6485 "engines": { 6486 "node": ">=4" 6487 } 6488 }, 6489 "node_modules/supports-preserve-symlinks-flag": { 6490 "version": "1.0.0", 6491 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 6492 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", 6493 "engines": { 6494 "node": ">= 0.4" 6495 }, 6496 "funding": { 6497 "url": "https://github.com/sponsors/ljharb" 6498 } 6499 }, 6500 "node_modules/tailwindcss": { 6501 "version": "3.3.6", 6502 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.6.tgz", 6503 "integrity": "sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==", 6504 "dependencies": { 6505 "@alloc/quick-lru": "^5.2.0", 6506 "arg": "^5.0.2", 6507 "chokidar": "^3.5.3", 6508 "didyoumean": "^1.2.2", 6509 "dlv": "^1.1.3", 6510 "fast-glob": "^3.3.0", 6511 "glob-parent": "^6.0.2", 6512 "is-glob": "^4.0.3", 6513 "jiti": "^1.19.1", 6514 "lilconfig": "^2.1.0", 6515 "micromatch": "^4.0.5", 6516 "normalize-path": "^3.0.0", 6517 "object-hash": "^3.0.0", 6518 "picocolors": "^1.0.0", 6519 "postcss": "^8.4.23", 6520 "postcss-import": "^15.1.0", 6521 "postcss-js": "^4.0.1", 6522 "postcss-load-config": "^4.0.1", 6523 "postcss-nested": "^6.0.1", 6524 "postcss-selector-parser": "^6.0.11", 6525 "resolve": "^1.22.2", 6526 "sucrase": "^3.32.0" 6527 }, 6528 "bin": { 6529 "tailwind": "lib/cli.js", 6530 "tailwindcss": "lib/cli.js" 6531 }, 6532 "engines": { 6533 "node": ">=14.0.0" 6534 } 6535 }, 6536 "node_modules/tailwindcss/node_modules/glob-parent": { 6537 "version": "6.0.2", 6538 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", 6539 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", 6540 "dependencies": { 6541 "is-glob": "^4.0.3" 6542 }, 6543 "engines": { 6544 "node": ">=10.13.0" 6545 } 6546 }, 6547 "node_modules/tailwindcss/node_modules/lilconfig": { 6548 "version": "2.1.0", 6549 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", 6550 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", 6551 "engines": { 6552 "node": ">=10" 6553 } 6554 }, 6555 "node_modules/tapable": { 6556 "version": "2.2.1", 6557 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", 6558 "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", 6559 "engines": { 6560 "node": ">=6" 6561 } 6562 }, 6563 "node_modules/tar-fs": { 6564 "version": "3.0.4", 6565 "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz", 6566 "integrity": "sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==", 6567 "optional": true, 6568 "dependencies": { 6569 "mkdirp-classic": "^0.5.2", 6570 "pump": "^3.0.0", 6571 "tar-stream": "^3.1.5" 6572 } 6573 }, 6574 "node_modules/tar-stream": { 6575 "version": "3.1.6", 6576 "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.6.tgz", 6577 "integrity": "sha512-B/UyjYwPpMBv+PaFSWAmtYjwdrlEaZQEhMIBFNC5oEG8lpiW8XjcSdmEaClj28ArfKScKHs2nshz3k2le6crsg==", 6578 "optional": true, 6579 "dependencies": { 6580 "b4a": "^1.6.4", 6581 "fast-fifo": "^1.2.0", 6582 "streamx": "^2.15.0" 6583 } 6584 }, 6585 "node_modules/thenify": { 6586 "version": "3.3.1", 6587 "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", 6588 "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", 6589 "dependencies": { 6590 "any-promise": "^1.0.0" 6591 } 6592 }, 6593 "node_modules/thenify-all": { 6594 "version": "1.6.0", 6595 "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", 6596 "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", 6597 "dependencies": { 6598 "thenify": ">= 3.1.0 < 4" 6599 }, 6600 "engines": { 6601 "node": ">=0.8" 6602 } 6603 }, 6604 "node_modules/to-fast-properties": { 6605 "version": "2.0.0", 6606 "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", 6607 "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", 6608 "engines": { 6609 "node": ">=4" 6610 } 6611 }, 6612 "node_modules/to-regex-range": { 6613 "version": "5.0.1", 6614 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 6615 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 6616 "dependencies": { 6617 "is-number": "^7.0.0" 6618 }, 6619 "engines": { 6620 "node": ">=8.0" 6621 } 6622 }, 6623 "node_modules/toidentifier": { 6624 "version": "1.0.1", 6625 "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", 6626 "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", 6627 "engines": { 6628 "node": ">=0.6" 6629 } 6630 }, 6631 "node_modules/tr46": { 6632 "version": "0.0.3", 6633 "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", 6634 "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" 6635 }, 6636 "node_modules/trim-lines": { 6637 "version": "3.0.1", 6638 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 6639 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 6640 "funding": { 6641 "type": "github", 6642 "url": "https://github.com/sponsors/wooorm" 6643 } 6644 }, 6645 "node_modules/trough": { 6646 "version": "2.1.0", 6647 "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", 6648 "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", 6649 "funding": { 6650 "type": "github", 6651 "url": "https://github.com/sponsors/wooorm" 6652 } 6653 }, 6654 "node_modules/ts-interface-checker": { 6655 "version": "0.1.13", 6656 "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", 6657 "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" 6658 }, 6659 "node_modules/tsconfck": { 6660 "version": "3.0.0", 6661 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.0.tgz", 6662 "integrity": "sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==", 6663 "bin": { 6664 "tsconfck": "bin/tsconfck.js" 6665 }, 6666 "engines": { 6667 "node": "^18 || >=20" 6668 }, 6669 "peerDependencies": { 6670 "typescript": "^5.0.0" 6671 }, 6672 "peerDependenciesMeta": { 6673 "typescript": { 6674 "optional": true 6675 } 6676 } 6677 }, 6678 "node_modules/tunnel-agent": { 6679 "version": "0.6.0", 6680 "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", 6681 "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", 6682 "optional": true, 6683 "dependencies": { 6684 "safe-buffer": "^5.0.1" 6685 }, 6686 "engines": { 6687 "node": "*" 6688 } 6689 }, 6690 "node_modules/type-fest": { 6691 "version": "2.19.0", 6692 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", 6693 "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", 6694 "engines": { 6695 "node": ">=12.20" 6696 }, 6697 "funding": { 6698 "url": "https://github.com/sponsors/sindresorhus" 6699 } 6700 }, 6701 "node_modules/typesafe-path": { 6702 "version": "0.2.2", 6703 "resolved": "https://registry.npmjs.org/typesafe-path/-/typesafe-path-0.2.2.tgz", 6704 "integrity": "sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==" 6705 }, 6706 "node_modules/typescript": { 6707 "version": "5.3.3", 6708 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", 6709 "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", 6710 "bin": { 6711 "tsc": "bin/tsc", 6712 "tsserver": "bin/tsserver" 6713 }, 6714 "engines": { 6715 "node": ">=14.17" 6716 } 6717 }, 6718 "node_modules/typescript-auto-import-cache": { 6719 "version": "0.3.0", 6720 "resolved": "https://registry.npmjs.org/typescript-auto-import-cache/-/typescript-auto-import-cache-0.3.0.tgz", 6721 "integrity": "sha512-Rq6/q4O9iyqUdjvOoyas7x/Qf9nWUMeqpP3YeTaLA+uECgfy5wOhfOS+SW/+fZ/uI/ZcKaf+2/ZhFzXh8xfofQ==", 6722 "dependencies": { 6723 "semver": "^7.3.8" 6724 } 6725 }, 6726 "node_modules/undici-types": { 6727 "version": "5.26.5", 6728 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", 6729 "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", 6730 "optional": true, 6731 "peer": true 6732 }, 6733 "node_modules/unherit": { 6734 "version": "3.0.1", 6735 "resolved": "https://registry.npmjs.org/unherit/-/unherit-3.0.1.tgz", 6736 "integrity": "sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==", 6737 "funding": { 6738 "type": "github", 6739 "url": "https://github.com/sponsors/wooorm" 6740 } 6741 }, 6742 "node_modules/unified": { 6743 "version": "11.0.4", 6744 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz", 6745 "integrity": "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==", 6746 "dependencies": { 6747 "@types/unist": "^3.0.0", 6748 "bail": "^2.0.0", 6749 "devlop": "^1.0.0", 6750 "extend": "^3.0.0", 6751 "is-plain-obj": "^4.0.0", 6752 "trough": "^2.0.0", 6753 "vfile": "^6.0.0" 6754 }, 6755 "funding": { 6756 "type": "opencollective", 6757 "url": "https://opencollective.com/unified" 6758 } 6759 }, 6760 "node_modules/unist-util-is": { 6761 "version": "6.0.0", 6762 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 6763 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 6764 "dependencies": { 6765 "@types/unist": "^3.0.0" 6766 }, 6767 "funding": { 6768 "type": "opencollective", 6769 "url": "https://opencollective.com/unified" 6770 } 6771 }, 6772 "node_modules/unist-util-modify-children": { 6773 "version": "3.1.1", 6774 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-3.1.1.tgz", 6775 "integrity": "sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==", 6776 "dependencies": { 6777 "@types/unist": "^2.0.0", 6778 "array-iterate": "^2.0.0" 6779 }, 6780 "funding": { 6781 "type": "opencollective", 6782 "url": "https://opencollective.com/unified" 6783 } 6784 }, 6785 "node_modules/unist-util-modify-children/node_modules/@types/unist": { 6786 "version": "2.0.10", 6787 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", 6788 "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" 6789 }, 6790 "node_modules/unist-util-position": { 6791 "version": "5.0.0", 6792 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 6793 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 6794 "dependencies": { 6795 "@types/unist": "^3.0.0" 6796 }, 6797 "funding": { 6798 "type": "opencollective", 6799 "url": "https://opencollective.com/unified" 6800 } 6801 }, 6802 "node_modules/unist-util-stringify-position": { 6803 "version": "4.0.0", 6804 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 6805 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 6806 "dependencies": { 6807 "@types/unist": "^3.0.0" 6808 }, 6809 "funding": { 6810 "type": "opencollective", 6811 "url": "https://opencollective.com/unified" 6812 } 6813 }, 6814 "node_modules/unist-util-visit": { 6815 "version": "5.0.0", 6816 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 6817 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 6818 "dependencies": { 6819 "@types/unist": "^3.0.0", 6820 "unist-util-is": "^6.0.0", 6821 "unist-util-visit-parents": "^6.0.0" 6822 }, 6823 "funding": { 6824 "type": "opencollective", 6825 "url": "https://opencollective.com/unified" 6826 } 6827 }, 6828 "node_modules/unist-util-visit-children": { 6829 "version": "2.0.2", 6830 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-2.0.2.tgz", 6831 "integrity": "sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==", 6832 "dependencies": { 6833 "@types/unist": "^2.0.0" 6834 }, 6835 "funding": { 6836 "type": "opencollective", 6837 "url": "https://opencollective.com/unified" 6838 } 6839 }, 6840 "node_modules/unist-util-visit-children/node_modules/@types/unist": { 6841 "version": "2.0.10", 6842 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", 6843 "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" 6844 }, 6845 "node_modules/unist-util-visit-parents": { 6846 "version": "6.0.1", 6847 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 6848 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 6849 "dependencies": { 6850 "@types/unist": "^3.0.0", 6851 "unist-util-is": "^6.0.0" 6852 }, 6853 "funding": { 6854 "type": "opencollective", 6855 "url": "https://opencollective.com/unified" 6856 } 6857 }, 6858 "node_modules/update-browserslist-db": { 6859 "version": "1.0.13", 6860 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", 6861 "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", 6862 "funding": [ 6863 { 6864 "type": "opencollective", 6865 "url": "https://opencollective.com/browserslist" 6866 }, 6867 { 6868 "type": "tidelift", 6869 "url": "https://tidelift.com/funding/github/npm/browserslist" 6870 }, 6871 { 6872 "type": "github", 6873 "url": "https://github.com/sponsors/ai" 6874 } 6875 ], 6876 "dependencies": { 6877 "escalade": "^3.1.1", 6878 "picocolors": "^1.0.0" 6879 }, 6880 "bin": { 6881 "update-browserslist-db": "cli.js" 6882 }, 6883 "peerDependencies": { 6884 "browserslist": ">= 4.21.0" 6885 } 6886 }, 6887 "node_modules/util-deprecate": { 6888 "version": "1.0.2", 6889 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 6890 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" 6891 }, 6892 "node_modules/vfile": { 6893 "version": "6.0.1", 6894 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", 6895 "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", 6896 "dependencies": { 6897 "@types/unist": "^3.0.0", 6898 "unist-util-stringify-position": "^4.0.0", 6899 "vfile-message": "^4.0.0" 6900 }, 6901 "funding": { 6902 "type": "opencollective", 6903 "url": "https://opencollective.com/unified" 6904 } 6905 }, 6906 "node_modules/vfile-location": { 6907 "version": "5.0.2", 6908 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.2.tgz", 6909 "integrity": "sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==", 6910 "dependencies": { 6911 "@types/unist": "^3.0.0", 6912 "vfile": "^6.0.0" 6913 }, 6914 "funding": { 6915 "type": "opencollective", 6916 "url": "https://opencollective.com/unified" 6917 } 6918 }, 6919 "node_modules/vfile-message": { 6920 "version": "4.0.2", 6921 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 6922 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 6923 "dependencies": { 6924 "@types/unist": "^3.0.0", 6925 "unist-util-stringify-position": "^4.0.0" 6926 }, 6927 "funding": { 6928 "type": "opencollective", 6929 "url": "https://opencollective.com/unified" 6930 } 6931 }, 6932 "node_modules/vite": { 6933 "version": "5.0.5", 6934 "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.5.tgz", 6935 "integrity": "sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==", 6936 "dependencies": { 6937 "esbuild": "^0.19.3", 6938 "postcss": "^8.4.32", 6939 "rollup": "^4.2.0" 6940 }, 6941 "bin": { 6942 "vite": "bin/vite.js" 6943 }, 6944 "engines": { 6945 "node": "^18.0.0 || >=20.0.0" 6946 }, 6947 "funding": { 6948 "url": "https://github.com/vitejs/vite?sponsor=1" 6949 }, 6950 "optionalDependencies": { 6951 "fsevents": "~2.3.3" 6952 }, 6953 "peerDependencies": { 6954 "@types/node": "^18.0.0 || >=20.0.0", 6955 "less": "*", 6956 "lightningcss": "^1.21.0", 6957 "sass": "*", 6958 "stylus": "*", 6959 "sugarss": "*", 6960 "terser": "^5.4.0" 6961 }, 6962 "peerDependenciesMeta": { 6963 "@types/node": { 6964 "optional": true 6965 }, 6966 "less": { 6967 "optional": true 6968 }, 6969 "lightningcss": { 6970 "optional": true 6971 }, 6972 "sass": { 6973 "optional": true 6974 }, 6975 "stylus": { 6976 "optional": true 6977 }, 6978 "sugarss": { 6979 "optional": true 6980 }, 6981 "terser": { 6982 "optional": true 6983 } 6984 } 6985 }, 6986 "node_modules/vitefu": { 6987 "version": "0.2.5", 6988 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.5.tgz", 6989 "integrity": "sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==", 6990 "peerDependencies": { 6991 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" 6992 }, 6993 "peerDependenciesMeta": { 6994 "vite": { 6995 "optional": true 6996 } 6997 } 6998 }, 6999 "node_modules/volar-service-css": { 7000 "version": "0.0.16", 7001 "resolved": "https://registry.npmjs.org/volar-service-css/-/volar-service-css-0.0.16.tgz", 7002 "integrity": "sha512-gK/XD35t/P3SQrUuS8LMlCnE2ItIk+kXI6gPvBYl1NZ7O+tLH8rUWXA32YgpwNoITxYrm/G1seaq08zs4aiPvg==", 7003 "dependencies": { 7004 "vscode-css-languageservice": "^6.2.10", 7005 "vscode-uri": "^3.0.8" 7006 }, 7007 "peerDependencies": { 7008 "@volar/language-service": "~1.10.0" 7009 }, 7010 "peerDependenciesMeta": { 7011 "@volar/language-service": { 7012 "optional": true 7013 } 7014 } 7015 }, 7016 "node_modules/volar-service-emmet": { 7017 "version": "0.0.16", 7018 "resolved": "https://registry.npmjs.org/volar-service-emmet/-/volar-service-emmet-0.0.16.tgz", 7019 "integrity": "sha512-8sWWywzVJOD+PWDArOXDWbiRlM7+peydFhXJT71i4X1WPW32RyPxn6FypvciO+amqpfZP2rXfB9eibIJ+EofSQ==", 7020 "dependencies": { 7021 "@vscode/emmet-helper": "^2.9.2", 7022 "volar-service-html": "0.0.16" 7023 }, 7024 "peerDependencies": { 7025 "@volar/language-service": "~1.10.0" 7026 }, 7027 "peerDependenciesMeta": { 7028 "@volar/language-service": { 7029 "optional": true 7030 } 7031 } 7032 }, 7033 "node_modules/volar-service-html": { 7034 "version": "0.0.16", 7035 "resolved": "https://registry.npmjs.org/volar-service-html/-/volar-service-html-0.0.16.tgz", 7036 "integrity": "sha512-/oEXXgry++1CnTXQBUNf9B8MZfTlYZuJfZA7Zx9MN7WS4ZPxk3BFOdal/cXH6RNR2ruNEYr5QTW9rsqtoUscag==", 7037 "dependencies": { 7038 "vscode-html-languageservice": "^5.1.0", 7039 "vscode-uri": "^3.0.8" 7040 }, 7041 "peerDependencies": { 7042 "@volar/language-service": "~1.10.0" 7043 }, 7044 "peerDependenciesMeta": { 7045 "@volar/language-service": { 7046 "optional": true 7047 } 7048 } 7049 }, 7050 "node_modules/volar-service-prettier": { 7051 "version": "0.0.16", 7052 "resolved": "https://registry.npmjs.org/volar-service-prettier/-/volar-service-prettier-0.0.16.tgz", 7053 "integrity": "sha512-Kj2ZdwJGEvfYbsHW8Sjrew/7EB4PgRoas4f8yAJzUUVxIC/kvhUwLDxQc8+N2IibomN76asJGWe+i6VZZvgIkw==", 7054 "peerDependencies": { 7055 "@volar/language-service": "~1.10.0", 7056 "prettier": "^2.2 || ^3.0" 7057 }, 7058 "peerDependenciesMeta": { 7059 "@volar/language-service": { 7060 "optional": true 7061 }, 7062 "prettier": { 7063 "optional": true 7064 } 7065 } 7066 }, 7067 "node_modules/volar-service-typescript": { 7068 "version": "0.0.16", 7069 "resolved": "https://registry.npmjs.org/volar-service-typescript/-/volar-service-typescript-0.0.16.tgz", 7070 "integrity": "sha512-k/qFKM2oxs/3fhbr/vcBSHnCLZ1HN3Aeh+bGvV9Lc9qIhrNyCVsDFOUJN1Qp4dI72+Y+eFSIDCLHmFEZdsP2EA==", 7071 "dependencies": { 7072 "path-browserify": "^1.0.1", 7073 "semver": "^7.5.4", 7074 "typescript-auto-import-cache": "^0.3.0", 7075 "vscode-languageserver-textdocument": "^1.0.11", 7076 "vscode-nls": "^5.2.0", 7077 "vscode-uri": "^3.0.8" 7078 }, 7079 "peerDependencies": { 7080 "@volar/language-service": "~1.10.0", 7081 "@volar/typescript": "~1.10.0" 7082 }, 7083 "peerDependenciesMeta": { 7084 "@volar/language-service": { 7085 "optional": true 7086 } 7087 } 7088 }, 7089 "node_modules/volar-service-typescript-twoslash-queries": { 7090 "version": "0.0.16", 7091 "resolved": "https://registry.npmjs.org/volar-service-typescript-twoslash-queries/-/volar-service-typescript-twoslash-queries-0.0.16.tgz", 7092 "integrity": "sha512-0gPrkDTD2bMj2AnSNykOKhfmPnBFE2LS1lF3LWA7qu1ChRnJF0sodwCCbbeNYJ9+yth956ApoU1BVQ8UrMg+yw==", 7093 "peerDependencies": { 7094 "@volar/language-service": "~1.10.0" 7095 }, 7096 "peerDependenciesMeta": { 7097 "@volar/language-service": { 7098 "optional": true 7099 } 7100 } 7101 }, 7102 "node_modules/vscode-css-languageservice": { 7103 "version": "6.2.11", 7104 "resolved": "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-6.2.11.tgz", 7105 "integrity": "sha512-qn49Wa6K94LnizpVxmlYrcPf1Cb36gq1nNueW0COhi4shylXBzET5wuDbH8ZWQlJD0HM5Mmnn7WE9vQVVs+ULA==", 7106 "dependencies": { 7107 "@vscode/l10n": "^0.0.16", 7108 "vscode-languageserver-textdocument": "^1.0.11", 7109 "vscode-languageserver-types": "3.17.5", 7110 "vscode-uri": "^3.0.8" 7111 } 7112 }, 7113 "node_modules/vscode-html-languageservice": { 7114 "version": "5.1.1", 7115 "resolved": "https://registry.npmjs.org/vscode-html-languageservice/-/vscode-html-languageservice-5.1.1.tgz", 7116 "integrity": "sha512-JenrspIIG/Q+93R6G3L6HdK96itSisMynE0glURqHpQbL3dKAKzdm8L40lAHNkwJeBg+BBPpAshZKv/38onrTQ==", 7117 "dependencies": { 7118 "@vscode/l10n": "^0.0.16", 7119 "vscode-languageserver-textdocument": "^1.0.11", 7120 "vscode-languageserver-types": "^3.17.5", 7121 "vscode-uri": "^3.0.8" 7122 } 7123 }, 7124 "node_modules/vscode-jsonrpc": { 7125 "version": "8.2.0", 7126 "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz", 7127 "integrity": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==", 7128 "engines": { 7129 "node": ">=14.0.0" 7130 } 7131 }, 7132 "node_modules/vscode-languageserver": { 7133 "version": "9.0.1", 7134 "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-9.0.1.tgz", 7135 "integrity": "sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==", 7136 "dependencies": { 7137 "vscode-languageserver-protocol": "3.17.5" 7138 }, 7139 "bin": { 7140 "installServerIntoExtension": "bin/installServerIntoExtension" 7141 } 7142 }, 7143 "node_modules/vscode-languageserver-protocol": { 7144 "version": "3.17.5", 7145 "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.5.tgz", 7146 "integrity": "sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==", 7147 "dependencies": { 7148 "vscode-jsonrpc": "8.2.0", 7149 "vscode-languageserver-types": "3.17.5" 7150 } 7151 }, 7152 "node_modules/vscode-languageserver-textdocument": { 7153 "version": "1.0.11", 7154 "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz", 7155 "integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA==" 7156 }, 7157 "node_modules/vscode-languageserver-types": { 7158 "version": "3.17.5", 7159 "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz", 7160 "integrity": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==" 7161 }, 7162 "node_modules/vscode-nls": { 7163 "version": "5.2.0", 7164 "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.2.0.tgz", 7165 "integrity": "sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==" 7166 }, 7167 "node_modules/vscode-uri": { 7168 "version": "3.0.8", 7169 "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz", 7170 "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==" 7171 }, 7172 "node_modules/web-namespaces": { 7173 "version": "2.0.1", 7174 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 7175 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 7176 "funding": { 7177 "type": "github", 7178 "url": "https://github.com/sponsors/wooorm" 7179 } 7180 }, 7181 "node_modules/web-streams-polyfill": { 7182 "version": "3.2.1", 7183 "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", 7184 "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", 7185 "engines": { 7186 "node": ">= 8" 7187 } 7188 }, 7189 "node_modules/webidl-conversions": { 7190 "version": "3.0.1", 7191 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", 7192 "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" 7193 }, 7194 "node_modules/whatwg-url": { 7195 "version": "5.0.0", 7196 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", 7197 "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", 7198 "dependencies": { 7199 "tr46": "~0.0.3", 7200 "webidl-conversions": "^3.0.0" 7201 } 7202 }, 7203 "node_modules/which": { 7204 "version": "2.0.2", 7205 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 7206 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 7207 "dependencies": { 7208 "isexe": "^2.0.0" 7209 }, 7210 "bin": { 7211 "node-which": "bin/node-which" 7212 }, 7213 "engines": { 7214 "node": ">= 8" 7215 } 7216 }, 7217 "node_modules/which-pm": { 7218 "version": "2.1.1", 7219 "resolved": "https://registry.npmjs.org/which-pm/-/which-pm-2.1.1.tgz", 7220 "integrity": "sha512-xzzxNw2wMaoCWXiGE8IJ9wuPMU+EYhFksjHxrRT8kMT5SnocBPRg69YAMtyV4D12fP582RA+k3P8H9J5EMdIxQ==", 7221 "dependencies": { 7222 "load-yaml-file": "^0.2.0", 7223 "path-exists": "^4.0.0" 7224 }, 7225 "engines": { 7226 "node": ">=8.15" 7227 } 7228 }, 7229 "node_modules/which-pm-runs": { 7230 "version": "1.1.0", 7231 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", 7232 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", 7233 "engines": { 7234 "node": ">=4" 7235 } 7236 }, 7237 "node_modules/widest-line": { 7238 "version": "4.0.1", 7239 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz", 7240 "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==", 7241 "dependencies": { 7242 "string-width": "^5.0.1" 7243 }, 7244 "engines": { 7245 "node": ">=12" 7246 }, 7247 "funding": { 7248 "url": "https://github.com/sponsors/sindresorhus" 7249 } 7250 }, 7251 "node_modules/widest-line/node_modules/emoji-regex": { 7252 "version": "9.2.2", 7253 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 7254 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" 7255 }, 7256 "node_modules/widest-line/node_modules/string-width": { 7257 "version": "5.1.2", 7258 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 7259 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 7260 "dependencies": { 7261 "eastasianwidth": "^0.2.0", 7262 "emoji-regex": "^9.2.2", 7263 "strip-ansi": "^7.0.1" 7264 }, 7265 "engines": { 7266 "node": ">=12" 7267 }, 7268 "funding": { 7269 "url": "https://github.com/sponsors/sindresorhus" 7270 } 7271 }, 7272 "node_modules/wrap-ansi": { 7273 "version": "8.1.0", 7274 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", 7275 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", 7276 "dependencies": { 7277 "ansi-styles": "^6.1.0", 7278 "string-width": "^5.0.1", 7279 "strip-ansi": "^7.0.1" 7280 }, 7281 "engines": { 7282 "node": ">=12" 7283 }, 7284 "funding": { 7285 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 7286 } 7287 }, 7288 "node_modules/wrap-ansi/node_modules/ansi-styles": { 7289 "version": "6.2.1", 7290 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 7291 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 7292 "engines": { 7293 "node": ">=12" 7294 }, 7295 "funding": { 7296 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 7297 } 7298 }, 7299 "node_modules/wrap-ansi/node_modules/emoji-regex": { 7300 "version": "9.2.2", 7301 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 7302 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" 7303 }, 7304 "node_modules/wrap-ansi/node_modules/string-width": { 7305 "version": "5.1.2", 7306 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 7307 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 7308 "dependencies": { 7309 "eastasianwidth": "^0.2.0", 7310 "emoji-regex": "^9.2.2", 7311 "strip-ansi": "^7.0.1" 7312 }, 7313 "engines": { 7314 "node": ">=12" 7315 }, 7316 "funding": { 7317 "url": "https://github.com/sponsors/sindresorhus" 7318 } 7319 }, 7320 "node_modules/wrappy": { 7321 "version": "1.0.2", 7322 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 7323 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" 7324 }, 7325 "node_modules/y18n": { 7326 "version": "5.0.8", 7327 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", 7328 "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", 7329 "engines": { 7330 "node": ">=10" 7331 } 7332 }, 7333 "node_modules/yallist": { 7334 "version": "3.1.1", 7335 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", 7336 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" 7337 }, 7338 "node_modules/yaml": { 7339 "version": "2.3.4", 7340 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", 7341 "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", 7342 "engines": { 7343 "node": ">= 14" 7344 } 7345 }, 7346 "node_modules/yargs": { 7347 "version": "17.7.2", 7348 "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", 7349 "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", 7350 "dependencies": { 7351 "cliui": "^8.0.1", 7352 "escalade": "^3.1.1", 7353 "get-caller-file": "^2.0.5", 7354 "require-directory": "^2.1.1", 7355 "string-width": "^4.2.3", 7356 "y18n": "^5.0.5", 7357 "yargs-parser": "^21.1.1" 7358 }, 7359 "engines": { 7360 "node": ">=12" 7361 } 7362 }, 7363 "node_modules/yargs-parser": { 7364 "version": "21.1.1", 7365 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", 7366 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", 7367 "engines": { 7368 "node": ">=12" 7369 } 7370 }, 7371 "node_modules/yargs/node_modules/ansi-regex": { 7372 "version": "5.0.1", 7373 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 7374 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 7375 "engines": { 7376 "node": ">=8" 7377 } 7378 }, 7379 "node_modules/yargs/node_modules/emoji-regex": { 7380 "version": "8.0.0", 7381 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 7382 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" 7383 }, 7384 "node_modules/yargs/node_modules/string-width": { 7385 "version": "4.2.3", 7386 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 7387 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 7388 "dependencies": { 7389 "emoji-regex": "^8.0.0", 7390 "is-fullwidth-code-point": "^3.0.0", 7391 "strip-ansi": "^6.0.1" 7392 }, 7393 "engines": { 7394 "node": ">=8" 7395 } 7396 }, 7397 "node_modules/yargs/node_modules/strip-ansi": { 7398 "version": "6.0.1", 7399 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 7400 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 7401 "dependencies": { 7402 "ansi-regex": "^5.0.1" 7403 }, 7404 "engines": { 7405 "node": ">=8" 7406 } 7407 }, 7408 "node_modules/yocto-queue": { 7409 "version": "1.0.0", 7410 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", 7411 "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", 7412 "engines": { 7413 "node": ">=12.20" 7414 }, 7415 "funding": { 7416 "url": "https://github.com/sponsors/sindresorhus" 7417 } 7418 }, 7419 "node_modules/zod": { 7420 "version": "3.22.4", 7421 "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", 7422 "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", 7423 "funding": { 7424 "url": "https://github.com/sponsors/colinhacks" 7425 } 7426 }, 7427 "node_modules/zwitch": { 7428 "version": "2.0.4", 7429 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 7430 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 7431 "funding": { 7432 "type": "github", 7433 "url": "https://github.com/sponsors/wooorm" 7434 } 7435 } 7436 } 7437 }