This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at master 716 kB View raw
1{ 2 "name": "frontend", 3 "version": "0.1.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "frontend", 9 "version": "0.1.0", 10 "dependencies": { 11 "@atcute/client": "^2.0.6", 12 "@atcute/oauth-browser-client": "^1.0.7", 13 "@atproto/api": "^0.13.22", 14 "@atproto/oauth-client-node": "^0.2.4", 15 "@fortawesome/free-solid-svg-icons": "^6.7.2", 16 "@fortawesome/react-fontawesome": "^0.2.2", 17 "@supabase/supabase-js": "^2.48.1", 18 "@vercel/analytics": "^1.5.0", 19 "@vercel/edge": "^1.2.1", 20 "axios": "^1.7.9", 21 "express-session": "^1.18.1", 22 "jsonwebtoken": "^9.0.2", 23 "jwt-decode": "^4.0.0", 24 "matter-js": "^0.20.0", 25 "prop-types": "^15.8.1", 26 "react": "^18.2.0", 27 "react-dom": "^18.2.0", 28 "react-grid-layout": "^1.5.0", 29 "react-helmet": "^6.1.0", 30 "react-image-gallery": "^1.4.0", 31 "react-resizable": "^3.0.5", 32 "react-router-dom": "^6.28.1", 33 "react-scripts": "^5.0.1", 34 "recharts": "^2.15.0", 35 "typescript": "^4.9.5", 36 "web-vitals": "^4.2.4" 37 }, 38 "devDependencies": { 39 "cross-env": "^7.0.3" 40 } 41 }, 42 "node_modules/@alloc/quick-lru": { 43 "version": "5.2.0", 44 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", 45 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", 46 "license": "MIT", 47 "engines": { 48 "node": ">=10" 49 }, 50 "funding": { 51 "url": "https://github.com/sponsors/sindresorhus" 52 } 53 }, 54 "node_modules/@ampproject/remapping": { 55 "version": "2.3.0", 56 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", 57 "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", 58 "license": "Apache-2.0", 59 "dependencies": { 60 "@jridgewell/gen-mapping": "^0.3.5", 61 "@jridgewell/trace-mapping": "^0.3.24" 62 }, 63 "engines": { 64 "node": ">=6.0.0" 65 } 66 }, 67 "node_modules/@atcute/client": { 68 "version": "2.0.7", 69 "resolved": "https://registry.npmjs.org/@atcute/client/-/client-2.0.7.tgz", 70 "integrity": "sha512-bvNahrCGvhZw/EIx0HU/GOoKZEnUaAppbuZh7cu+VsOFA2tdFLnZJed9Hagh5Yz/eUX7QUh5NB4dRTRUdggSLQ==", 71 "license": "MIT" 72 }, 73 "node_modules/@atcute/oauth-browser-client": { 74 "version": "1.0.13", 75 "resolved": "https://registry.npmjs.org/@atcute/oauth-browser-client/-/oauth-browser-client-1.0.13.tgz", 76 "integrity": "sha512-JxQKl9Vo1V8poxvR9uKS8bkBv8t53DIH4lCbaih6yn9u7fM62ZC/0x/9KoGWSNqpp3R3U0y/DOQQfdC9Y4GEGQ==", 77 "license": "MIT", 78 "dependencies": { 79 "@atcute/client": "^2.0.7" 80 } 81 }, 82 "node_modules/@atproto-labs/did-resolver": { 83 "version": "0.1.10", 84 "resolved": "https://registry.npmjs.org/@atproto-labs/did-resolver/-/did-resolver-0.1.10.tgz", 85 "integrity": "sha512-o/bl5acf3AIPKZuO6Fd5EmO4INGpi/3Pm08ZpHNCy7s4VZXFmAjZaHeCD7hQ8yEL0EtXnLNIECtKrTBTTx8b+A==", 86 "license": "MIT", 87 "dependencies": { 88 "@atproto-labs/fetch": "0.2.1", 89 "@atproto-labs/pipe": "0.1.0", 90 "@atproto-labs/simple-store": "0.1.2", 91 "@atproto-labs/simple-store-memory": "0.1.2", 92 "@atproto/did": "0.1.5", 93 "zod": "^3.23.8" 94 } 95 }, 96 "node_modules/@atproto-labs/fetch": { 97 "version": "0.2.1", 98 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch/-/fetch-0.2.1.tgz", 99 "integrity": "sha512-V22/7C7r+FfIDZA/BVn5UeuK5JccDp7nOiRfp5JITpVw2OXQbVfd8kywN7voWvPXw4sjd4cHoIPgQa0wvQGenQ==", 100 "license": "MIT", 101 "dependencies": { 102 "@atproto-labs/pipe": "0.1.0" 103 }, 104 "optionalDependencies": { 105 "zod": "^3.23.8" 106 } 107 }, 108 "node_modules/@atproto-labs/fetch-node": { 109 "version": "0.1.7", 110 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch-node/-/fetch-node-0.1.7.tgz", 111 "integrity": "sha512-vZ627PQqVGiBmPxulnviIGvvBPpTdzOcnfU1WcLeES3E0WjNxRGQqFaodBl5Zc4cj3QSPG/KC6wPcj/rjhbDrQ==", 112 "license": "MIT", 113 "dependencies": { 114 "@atproto-labs/fetch": "0.2.1", 115 "@atproto-labs/pipe": "0.1.0", 116 "ipaddr.js": "^2.1.0", 117 "psl": "^1.9.0", 118 "undici": "^6.14.1" 119 }, 120 "engines": { 121 "node": ">=18.7.0" 122 } 123 }, 124 "node_modules/@atproto-labs/handle-resolver": { 125 "version": "0.1.7", 126 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver/-/handle-resolver-0.1.7.tgz", 127 "integrity": "sha512-nb4uAOgRVMp2NGVTJnor4ohqySbd1KyB5VzQLaRjMaPwH60Al057eTqiKRbeH/xD7hOBPNj1m0YjgxzvyAnWkg==", 128 "license": "MIT", 129 "dependencies": { 130 "@atproto-labs/simple-store": "0.1.2", 131 "@atproto-labs/simple-store-memory": "0.1.2", 132 "@atproto/did": "0.1.5", 133 "zod": "^3.23.8" 134 } 135 }, 136 "node_modules/@atproto-labs/handle-resolver-node": { 137 "version": "0.1.13", 138 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver-node/-/handle-resolver-node-0.1.13.tgz", 139 "integrity": "sha512-cdOKVWInDVW6IDzjqjfH1j2Z1npI/QdhxtEvItkT2Du5f+s5YJicqbWThCDplemkJkzAKPP3/PQiQ8JkAqhtVQ==", 140 "license": "MIT", 141 "dependencies": { 142 "@atproto-labs/fetch-node": "0.1.7", 143 "@atproto-labs/handle-resolver": "0.1.7", 144 "@atproto/did": "0.1.5" 145 }, 146 "engines": { 147 "node": ">=18.7.0" 148 } 149 }, 150 "node_modules/@atproto-labs/identity-resolver": { 151 "version": "0.1.13", 152 "resolved": "https://registry.npmjs.org/@atproto-labs/identity-resolver/-/identity-resolver-0.1.13.tgz", 153 "integrity": "sha512-I+l0JZnpg2HeLKSibqeZxDrGdHTNc5tAOuEBUmJntqD4RH2+sEFpsU1ZMWDX09lkL2ZVtuzvRPJKeWk1kJLkEA==", 154 "license": "MIT", 155 "dependencies": { 156 "@atproto-labs/did-resolver": "0.1.10", 157 "@atproto-labs/handle-resolver": "0.1.7", 158 "@atproto/syntax": "0.3.3" 159 } 160 }, 161 "node_modules/@atproto-labs/pipe": { 162 "version": "0.1.0", 163 "resolved": "https://registry.npmjs.org/@atproto-labs/pipe/-/pipe-0.1.0.tgz", 164 "integrity": "sha512-ghOqHFyJlQVFPESzlVHjKroP0tPzbmG5Jms0dNI9yLDEfL8xp4OFPWLX4f6T8mRq69wWs4nIDM3sSsFbFqLa1w==", 165 "license": "MIT" 166 }, 167 "node_modules/@atproto-labs/simple-store": { 168 "version": "0.1.2", 169 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store/-/simple-store-0.1.2.tgz", 170 "integrity": "sha512-9vTNvyPPBs44tKVFht16wGlilW8u4wpEtKwLkWbuNEh3h9TTQ8zjVhEoGZh/v73G4Otr9JUOSIq+/5+8OZD2mQ==", 171 "license": "MIT" 172 }, 173 "node_modules/@atproto-labs/simple-store-memory": { 174 "version": "0.1.2", 175 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store-memory/-/simple-store-memory-0.1.2.tgz", 176 "integrity": "sha512-q6wawjKKXuhUzr2MnkSlgr6zU6VimYkL8eNvLQvkroLnIDyMkoCKO4+EJ885ZD8lGwBo4pX9Lhrg9JJ+ncJI8g==", 177 "license": "MIT", 178 "dependencies": { 179 "@atproto-labs/simple-store": "0.1.2", 180 "lru-cache": "^10.2.0" 181 } 182 }, 183 "node_modules/@atproto/api": { 184 "version": "0.13.35", 185 "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.13.35.tgz", 186 "integrity": "sha512-vsEfBj0C333TLjDppvTdTE0IdKlXuljKSveAeI4PPx/l6eUKNnDTsYxvILtXUVzwUlTDmSRqy5O4Ryh78n1b7g==", 187 "license": "MIT", 188 "dependencies": { 189 "@atproto/common-web": "^0.4.0", 190 "@atproto/lexicon": "^0.4.6", 191 "@atproto/syntax": "^0.3.2", 192 "@atproto/xrpc": "^0.6.8", 193 "await-lock": "^2.2.2", 194 "multiformats": "^9.9.0", 195 "tlds": "^1.234.0", 196 "zod": "^3.23.8" 197 } 198 }, 199 "node_modules/@atproto/common-web": { 200 "version": "0.4.0", 201 "resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.4.0.tgz", 202 "integrity": "sha512-ZYL0P9myHybNgwh/hBY0HaBzqiLR1B5/ie5bJpLQAg0whRzNA28t8/nU2vh99tbsWcAF0LOD29M8++LyENJLNQ==", 203 "license": "MIT", 204 "dependencies": { 205 "graphemer": "^1.4.0", 206 "multiformats": "^9.9.0", 207 "uint8arrays": "3.0.0", 208 "zod": "^3.23.8" 209 } 210 }, 211 "node_modules/@atproto/did": { 212 "version": "0.1.5", 213 "resolved": "https://registry.npmjs.org/@atproto/did/-/did-0.1.5.tgz", 214 "integrity": "sha512-8+1D08QdGE5TF0bB0vV8HLVrVZJeLNITpRTUVEoABNMRaUS7CoYSVb0+JNQDeJIVmqMjOL8dOjvCUDkp3gEaGQ==", 215 "license": "MIT", 216 "dependencies": { 217 "zod": "^3.23.8" 218 } 219 }, 220 "node_modules/@atproto/jwk": { 221 "version": "0.1.3", 222 "resolved": "https://registry.npmjs.org/@atproto/jwk/-/jwk-0.1.3.tgz", 223 "integrity": "sha512-5rBgA8Fk4fg6MfNyEQvUnwq1MRn5xZOXYj4oxLuZ549XeNp2Rm2v+psuEkICD+o6pfIoMX4Hw7UTlXDrpsKKlQ==", 224 "license": "MIT", 225 "dependencies": { 226 "multiformats": "^9.9.0", 227 "zod": "^3.23.8" 228 } 229 }, 230 "node_modules/@atproto/jwk-jose": { 231 "version": "0.1.4", 232 "resolved": "https://registry.npmjs.org/@atproto/jwk-jose/-/jwk-jose-0.1.4.tgz", 233 "integrity": "sha512-JzLn1wUzuLfweznSECdTjSHTxQBEz7Q8oJ4XKjRNludqzyJW8etEH00l1WolLipFxoj1QCG9qy00JmlC59Y6Rw==", 234 "license": "MIT", 235 "dependencies": { 236 "@atproto/jwk": "0.1.3", 237 "jose": "^5.2.0" 238 } 239 }, 240 "node_modules/@atproto/jwk-webcrypto": { 241 "version": "0.1.4", 242 "resolved": "https://registry.npmjs.org/@atproto/jwk-webcrypto/-/jwk-webcrypto-0.1.4.tgz", 243 "integrity": "sha512-eTio2VQj8y4wE6Ywq4QtPyHI8gabPu/UGkjAKhBoGXdxkP3KnCkl6jzhXWgFB20UwYvZVawOjbo5WE7izPsIwQ==", 244 "license": "MIT", 245 "dependencies": { 246 "@atproto/jwk": "0.1.3", 247 "@atproto/jwk-jose": "0.1.4", 248 "zod": "^3.23.8" 249 } 250 }, 251 "node_modules/@atproto/lexicon": { 252 "version": "0.4.7", 253 "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.7.tgz", 254 "integrity": "sha512-/x6h3tAiDNzSi4eXtC8ke65B7UzsagtlGRHmUD95698x5lBRpDnpizj0fZWTZVYed5qnOmz/ZEue+v3wDmO61g==", 255 "license": "MIT", 256 "dependencies": { 257 "@atproto/common-web": "^0.4.0", 258 "@atproto/syntax": "^0.3.3", 259 "iso-datestring-validator": "^2.2.2", 260 "multiformats": "^9.9.0", 261 "zod": "^3.23.8" 262 } 263 }, 264 "node_modules/@atproto/oauth-client": { 265 "version": "0.3.10", 266 "resolved": "https://registry.npmjs.org/@atproto/oauth-client/-/oauth-client-0.3.10.tgz", 267 "integrity": "sha512-elCj9FirkUijhaY6nP2ICv1FYNTh6fW2Lr7N9j18gBHYfI9Vr77loKkF4ArgJnNZKYA+rUu8V83O71KG9UyEJg==", 268 "license": "MIT", 269 "dependencies": { 270 "@atproto-labs/did-resolver": "0.1.10", 271 "@atproto-labs/fetch": "0.2.1", 272 "@atproto-labs/handle-resolver": "0.1.7", 273 "@atproto-labs/identity-resolver": "0.1.13", 274 "@atproto-labs/simple-store": "0.1.2", 275 "@atproto-labs/simple-store-memory": "0.1.2", 276 "@atproto/did": "0.1.5", 277 "@atproto/jwk": "0.1.3", 278 "@atproto/oauth-types": "0.2.3", 279 "@atproto/xrpc": "0.6.9", 280 "multiformats": "^9.9.0", 281 "zod": "^3.23.8" 282 } 283 }, 284 "node_modules/@atproto/oauth-client-node": { 285 "version": "0.2.11", 286 "resolved": "https://registry.npmjs.org/@atproto/oauth-client-node/-/oauth-client-node-0.2.11.tgz", 287 "integrity": "sha512-nWc4hatkuBISkkj+5LtJd56imwR/xawSAR5PxeeqRn7fLdmsEjY0/gwAS1EkTlBdHHxDW3yx8Cmy+i6Q1o4ZVw==", 288 "license": "MIT", 289 "dependencies": { 290 "@atproto-labs/did-resolver": "0.1.10", 291 "@atproto-labs/handle-resolver-node": "0.1.13", 292 "@atproto-labs/simple-store": "0.1.2", 293 "@atproto/did": "0.1.5", 294 "@atproto/jwk": "0.1.3", 295 "@atproto/jwk-jose": "0.1.4", 296 "@atproto/jwk-webcrypto": "0.1.4", 297 "@atproto/oauth-client": "0.3.10", 298 "@atproto/oauth-types": "0.2.3" 299 }, 300 "engines": { 301 "node": ">=18.7.0" 302 } 303 }, 304 "node_modules/@atproto/oauth-types": { 305 "version": "0.2.3", 306 "resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.2.3.tgz", 307 "integrity": "sha512-M+0WW/alS2BfhKtwvdU3rSaLoycw6kTH1kGKeyDdmb/xN/8QjU7T6dkJe+wX4NC7F23xdKfti9DZhBpEtn+/kg==", 308 "license": "MIT", 309 "dependencies": { 310 "@atproto/jwk": "0.1.3", 311 "zod": "^3.23.8" 312 } 313 }, 314 "node_modules/@atproto/syntax": { 315 "version": "0.3.3", 316 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.3.3.tgz", 317 "integrity": "sha512-F1LZweesNYdBbZBXVa72N/cSvchG8Q1tG4/209ZXbIuM3FwQtkgn+zgmmV4P4ORmhOeXPBNXvMBpcqiwx/gEQQ==", 318 "license": "MIT" 319 }, 320 "node_modules/@atproto/xrpc": { 321 "version": "0.6.9", 322 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.9.tgz", 323 "integrity": "sha512-vQGA7++DYMNaHx3C7vEjT+2X6hYYLG7JNbBnDLWu0km1/1KYXgRkAz4h+FfYqg1mvzvIorHU7DAs5wevkJDDlw==", 324 "license": "MIT", 325 "dependencies": { 326 "@atproto/lexicon": "^0.4.7", 327 "zod": "^3.23.8" 328 } 329 }, 330 "node_modules/@babel/code-frame": { 331 "version": "7.26.2", 332 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", 333 "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", 334 "license": "MIT", 335 "dependencies": { 336 "@babel/helper-validator-identifier": "^7.25.9", 337 "js-tokens": "^4.0.0", 338 "picocolors": "^1.0.0" 339 }, 340 "engines": { 341 "node": ">=6.9.0" 342 } 343 }, 344 "node_modules/@babel/compat-data": { 345 "version": "7.26.8", 346 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.8.tgz", 347 "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==", 348 "license": "MIT", 349 "engines": { 350 "node": ">=6.9.0" 351 } 352 }, 353 "node_modules/@babel/core": { 354 "version": "7.26.9", 355 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.9.tgz", 356 "integrity": "sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==", 357 "license": "MIT", 358 "dependencies": { 359 "@ampproject/remapping": "^2.2.0", 360 "@babel/code-frame": "^7.26.2", 361 "@babel/generator": "^7.26.9", 362 "@babel/helper-compilation-targets": "^7.26.5", 363 "@babel/helper-module-transforms": "^7.26.0", 364 "@babel/helpers": "^7.26.9", 365 "@babel/parser": "^7.26.9", 366 "@babel/template": "^7.26.9", 367 "@babel/traverse": "^7.26.9", 368 "@babel/types": "^7.26.9", 369 "convert-source-map": "^2.0.0", 370 "debug": "^4.1.0", 371 "gensync": "^1.0.0-beta.2", 372 "json5": "^2.2.3", 373 "semver": "^6.3.1" 374 }, 375 "engines": { 376 "node": ">=6.9.0" 377 }, 378 "funding": { 379 "type": "opencollective", 380 "url": "https://opencollective.com/babel" 381 } 382 }, 383 "node_modules/@babel/core/node_modules/debug": { 384 "version": "4.4.0", 385 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 386 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 387 "license": "MIT", 388 "dependencies": { 389 "ms": "^2.1.3" 390 }, 391 "engines": { 392 "node": ">=6.0" 393 }, 394 "peerDependenciesMeta": { 395 "supports-color": { 396 "optional": true 397 } 398 } 399 }, 400 "node_modules/@babel/core/node_modules/ms": { 401 "version": "2.1.3", 402 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 403 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 404 "license": "MIT" 405 }, 406 "node_modules/@babel/core/node_modules/semver": { 407 "version": "6.3.1", 408 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 409 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 410 "license": "ISC", 411 "bin": { 412 "semver": "bin/semver.js" 413 } 414 }, 415 "node_modules/@babel/eslint-parser": { 416 "version": "7.26.8", 417 "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz", 418 "integrity": "sha512-3tBctaHRW6xSub26z7n8uyOTwwUsCdvIug/oxBH9n6yCO5hMj2vwDJAo7RbBMKrM7P+W2j61zLKviJQFGOYKMg==", 419 "license": "MIT", 420 "dependencies": { 421 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", 422 "eslint-visitor-keys": "^2.1.0", 423 "semver": "^6.3.1" 424 }, 425 "engines": { 426 "node": "^10.13.0 || ^12.13.0 || >=14.0.0" 427 }, 428 "peerDependencies": { 429 "@babel/core": "^7.11.0", 430 "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0" 431 } 432 }, 433 "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": { 434 "version": "2.1.0", 435 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", 436 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", 437 "license": "Apache-2.0", 438 "engines": { 439 "node": ">=10" 440 } 441 }, 442 "node_modules/@babel/eslint-parser/node_modules/semver": { 443 "version": "6.3.1", 444 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 445 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 446 "license": "ISC", 447 "bin": { 448 "semver": "bin/semver.js" 449 } 450 }, 451 "node_modules/@babel/generator": { 452 "version": "7.26.9", 453 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.9.tgz", 454 "integrity": "sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==", 455 "license": "MIT", 456 "dependencies": { 457 "@babel/parser": "^7.26.9", 458 "@babel/types": "^7.26.9", 459 "@jridgewell/gen-mapping": "^0.3.5", 460 "@jridgewell/trace-mapping": "^0.3.25", 461 "jsesc": "^3.0.2" 462 }, 463 "engines": { 464 "node": ">=6.9.0" 465 } 466 }, 467 "node_modules/@babel/helper-annotate-as-pure": { 468 "version": "7.25.9", 469 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", 470 "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", 471 "license": "MIT", 472 "dependencies": { 473 "@babel/types": "^7.25.9" 474 }, 475 "engines": { 476 "node": ">=6.9.0" 477 } 478 }, 479 "node_modules/@babel/helper-compilation-targets": { 480 "version": "7.26.5", 481 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz", 482 "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==", 483 "license": "MIT", 484 "dependencies": { 485 "@babel/compat-data": "^7.26.5", 486 "@babel/helper-validator-option": "^7.25.9", 487 "browserslist": "^4.24.0", 488 "lru-cache": "^5.1.1", 489 "semver": "^6.3.1" 490 }, 491 "engines": { 492 "node": ">=6.9.0" 493 } 494 }, 495 "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { 496 "version": "5.1.1", 497 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", 498 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", 499 "license": "ISC", 500 "dependencies": { 501 "yallist": "^3.0.2" 502 } 503 }, 504 "node_modules/@babel/helper-compilation-targets/node_modules/semver": { 505 "version": "6.3.1", 506 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 507 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 508 "license": "ISC", 509 "bin": { 510 "semver": "bin/semver.js" 511 } 512 }, 513 "node_modules/@babel/helper-create-class-features-plugin": { 514 "version": "7.26.9", 515 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz", 516 "integrity": "sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==", 517 "license": "MIT", 518 "dependencies": { 519 "@babel/helper-annotate-as-pure": "^7.25.9", 520 "@babel/helper-member-expression-to-functions": "^7.25.9", 521 "@babel/helper-optimise-call-expression": "^7.25.9", 522 "@babel/helper-replace-supers": "^7.26.5", 523 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", 524 "@babel/traverse": "^7.26.9", 525 "semver": "^6.3.1" 526 }, 527 "engines": { 528 "node": ">=6.9.0" 529 }, 530 "peerDependencies": { 531 "@babel/core": "^7.0.0" 532 } 533 }, 534 "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { 535 "version": "6.3.1", 536 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 537 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 538 "license": "ISC", 539 "bin": { 540 "semver": "bin/semver.js" 541 } 542 }, 543 "node_modules/@babel/helper-create-regexp-features-plugin": { 544 "version": "7.26.3", 545 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz", 546 "integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==", 547 "license": "MIT", 548 "dependencies": { 549 "@babel/helper-annotate-as-pure": "^7.25.9", 550 "regexpu-core": "^6.2.0", 551 "semver": "^6.3.1" 552 }, 553 "engines": { 554 "node": ">=6.9.0" 555 }, 556 "peerDependencies": { 557 "@babel/core": "^7.0.0" 558 } 559 }, 560 "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { 561 "version": "6.3.1", 562 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 563 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 564 "license": "ISC", 565 "bin": { 566 "semver": "bin/semver.js" 567 } 568 }, 569 "node_modules/@babel/helper-define-polyfill-provider": { 570 "version": "0.6.3", 571 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz", 572 "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==", 573 "license": "MIT", 574 "dependencies": { 575 "@babel/helper-compilation-targets": "^7.22.6", 576 "@babel/helper-plugin-utils": "^7.22.5", 577 "debug": "^4.1.1", 578 "lodash.debounce": "^4.0.8", 579 "resolve": "^1.14.2" 580 }, 581 "peerDependencies": { 582 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 583 } 584 }, 585 "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": { 586 "version": "4.4.0", 587 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 588 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 589 "license": "MIT", 590 "dependencies": { 591 "ms": "^2.1.3" 592 }, 593 "engines": { 594 "node": ">=6.0" 595 }, 596 "peerDependenciesMeta": { 597 "supports-color": { 598 "optional": true 599 } 600 } 601 }, 602 "node_modules/@babel/helper-define-polyfill-provider/node_modules/ms": { 603 "version": "2.1.3", 604 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 605 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 606 "license": "MIT" 607 }, 608 "node_modules/@babel/helper-member-expression-to-functions": { 609 "version": "7.25.9", 610 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", 611 "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", 612 "license": "MIT", 613 "dependencies": { 614 "@babel/traverse": "^7.25.9", 615 "@babel/types": "^7.25.9" 616 }, 617 "engines": { 618 "node": ">=6.9.0" 619 } 620 }, 621 "node_modules/@babel/helper-module-imports": { 622 "version": "7.25.9", 623 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", 624 "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", 625 "license": "MIT", 626 "dependencies": { 627 "@babel/traverse": "^7.25.9", 628 "@babel/types": "^7.25.9" 629 }, 630 "engines": { 631 "node": ">=6.9.0" 632 } 633 }, 634 "node_modules/@babel/helper-module-transforms": { 635 "version": "7.26.0", 636 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", 637 "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", 638 "license": "MIT", 639 "dependencies": { 640 "@babel/helper-module-imports": "^7.25.9", 641 "@babel/helper-validator-identifier": "^7.25.9", 642 "@babel/traverse": "^7.25.9" 643 }, 644 "engines": { 645 "node": ">=6.9.0" 646 }, 647 "peerDependencies": { 648 "@babel/core": "^7.0.0" 649 } 650 }, 651 "node_modules/@babel/helper-optimise-call-expression": { 652 "version": "7.25.9", 653 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", 654 "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", 655 "license": "MIT", 656 "dependencies": { 657 "@babel/types": "^7.25.9" 658 }, 659 "engines": { 660 "node": ">=6.9.0" 661 } 662 }, 663 "node_modules/@babel/helper-plugin-utils": { 664 "version": "7.26.5", 665 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz", 666 "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==", 667 "license": "MIT", 668 "engines": { 669 "node": ">=6.9.0" 670 } 671 }, 672 "node_modules/@babel/helper-remap-async-to-generator": { 673 "version": "7.25.9", 674 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", 675 "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", 676 "license": "MIT", 677 "dependencies": { 678 "@babel/helper-annotate-as-pure": "^7.25.9", 679 "@babel/helper-wrap-function": "^7.25.9", 680 "@babel/traverse": "^7.25.9" 681 }, 682 "engines": { 683 "node": ">=6.9.0" 684 }, 685 "peerDependencies": { 686 "@babel/core": "^7.0.0" 687 } 688 }, 689 "node_modules/@babel/helper-replace-supers": { 690 "version": "7.26.5", 691 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz", 692 "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==", 693 "license": "MIT", 694 "dependencies": { 695 "@babel/helper-member-expression-to-functions": "^7.25.9", 696 "@babel/helper-optimise-call-expression": "^7.25.9", 697 "@babel/traverse": "^7.26.5" 698 }, 699 "engines": { 700 "node": ">=6.9.0" 701 }, 702 "peerDependencies": { 703 "@babel/core": "^7.0.0" 704 } 705 }, 706 "node_modules/@babel/helper-skip-transparent-expression-wrappers": { 707 "version": "7.25.9", 708 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", 709 "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", 710 "license": "MIT", 711 "dependencies": { 712 "@babel/traverse": "^7.25.9", 713 "@babel/types": "^7.25.9" 714 }, 715 "engines": { 716 "node": ">=6.9.0" 717 } 718 }, 719 "node_modules/@babel/helper-string-parser": { 720 "version": "7.25.9", 721 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", 722 "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", 723 "license": "MIT", 724 "engines": { 725 "node": ">=6.9.0" 726 } 727 }, 728 "node_modules/@babel/helper-validator-identifier": { 729 "version": "7.25.9", 730 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", 731 "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", 732 "license": "MIT", 733 "engines": { 734 "node": ">=6.9.0" 735 } 736 }, 737 "node_modules/@babel/helper-validator-option": { 738 "version": "7.25.9", 739 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", 740 "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", 741 "license": "MIT", 742 "engines": { 743 "node": ">=6.9.0" 744 } 745 }, 746 "node_modules/@babel/helper-wrap-function": { 747 "version": "7.25.9", 748 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", 749 "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", 750 "license": "MIT", 751 "dependencies": { 752 "@babel/template": "^7.25.9", 753 "@babel/traverse": "^7.25.9", 754 "@babel/types": "^7.25.9" 755 }, 756 "engines": { 757 "node": ">=6.9.0" 758 } 759 }, 760 "node_modules/@babel/helpers": { 761 "version": "7.26.9", 762 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.9.tgz", 763 "integrity": "sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==", 764 "license": "MIT", 765 "dependencies": { 766 "@babel/template": "^7.26.9", 767 "@babel/types": "^7.26.9" 768 }, 769 "engines": { 770 "node": ">=6.9.0" 771 } 772 }, 773 "node_modules/@babel/parser": { 774 "version": "7.26.9", 775 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.9.tgz", 776 "integrity": "sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==", 777 "license": "MIT", 778 "dependencies": { 779 "@babel/types": "^7.26.9" 780 }, 781 "bin": { 782 "parser": "bin/babel-parser.js" 783 }, 784 "engines": { 785 "node": ">=6.0.0" 786 } 787 }, 788 "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { 789 "version": "7.25.9", 790 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", 791 "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", 792 "license": "MIT", 793 "dependencies": { 794 "@babel/helper-plugin-utils": "^7.25.9", 795 "@babel/traverse": "^7.25.9" 796 }, 797 "engines": { 798 "node": ">=6.9.0" 799 }, 800 "peerDependencies": { 801 "@babel/core": "^7.0.0" 802 } 803 }, 804 "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { 805 "version": "7.25.9", 806 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", 807 "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", 808 "license": "MIT", 809 "dependencies": { 810 "@babel/helper-plugin-utils": "^7.25.9" 811 }, 812 "engines": { 813 "node": ">=6.9.0" 814 }, 815 "peerDependencies": { 816 "@babel/core": "^7.0.0" 817 } 818 }, 819 "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { 820 "version": "7.25.9", 821 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", 822 "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", 823 "license": "MIT", 824 "dependencies": { 825 "@babel/helper-plugin-utils": "^7.25.9" 826 }, 827 "engines": { 828 "node": ">=6.9.0" 829 }, 830 "peerDependencies": { 831 "@babel/core": "^7.0.0" 832 } 833 }, 834 "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { 835 "version": "7.25.9", 836 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", 837 "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", 838 "license": "MIT", 839 "dependencies": { 840 "@babel/helper-plugin-utils": "^7.25.9", 841 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", 842 "@babel/plugin-transform-optional-chaining": "^7.25.9" 843 }, 844 "engines": { 845 "node": ">=6.9.0" 846 }, 847 "peerDependencies": { 848 "@babel/core": "^7.13.0" 849 } 850 }, 851 "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { 852 "version": "7.25.9", 853 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", 854 "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", 855 "license": "MIT", 856 "dependencies": { 857 "@babel/helper-plugin-utils": "^7.25.9", 858 "@babel/traverse": "^7.25.9" 859 }, 860 "engines": { 861 "node": ">=6.9.0" 862 }, 863 "peerDependencies": { 864 "@babel/core": "^7.0.0" 865 } 866 }, 867 "node_modules/@babel/plugin-proposal-class-properties": { 868 "version": "7.18.6", 869 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", 870 "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", 871 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", 872 "license": "MIT", 873 "dependencies": { 874 "@babel/helper-create-class-features-plugin": "^7.18.6", 875 "@babel/helper-plugin-utils": "^7.18.6" 876 }, 877 "engines": { 878 "node": ">=6.9.0" 879 }, 880 "peerDependencies": { 881 "@babel/core": "^7.0.0-0" 882 } 883 }, 884 "node_modules/@babel/plugin-proposal-decorators": { 885 "version": "7.25.9", 886 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz", 887 "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==", 888 "license": "MIT", 889 "dependencies": { 890 "@babel/helper-create-class-features-plugin": "^7.25.9", 891 "@babel/helper-plugin-utils": "^7.25.9", 892 "@babel/plugin-syntax-decorators": "^7.25.9" 893 }, 894 "engines": { 895 "node": ">=6.9.0" 896 }, 897 "peerDependencies": { 898 "@babel/core": "^7.0.0-0" 899 } 900 }, 901 "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { 902 "version": "7.18.6", 903 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", 904 "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", 905 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.", 906 "license": "MIT", 907 "dependencies": { 908 "@babel/helper-plugin-utils": "^7.18.6", 909 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" 910 }, 911 "engines": { 912 "node": ">=6.9.0" 913 }, 914 "peerDependencies": { 915 "@babel/core": "^7.0.0-0" 916 } 917 }, 918 "node_modules/@babel/plugin-proposal-numeric-separator": { 919 "version": "7.18.6", 920 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", 921 "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", 922 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.", 923 "license": "MIT", 924 "dependencies": { 925 "@babel/helper-plugin-utils": "^7.18.6", 926 "@babel/plugin-syntax-numeric-separator": "^7.10.4" 927 }, 928 "engines": { 929 "node": ">=6.9.0" 930 }, 931 "peerDependencies": { 932 "@babel/core": "^7.0.0-0" 933 } 934 }, 935 "node_modules/@babel/plugin-proposal-optional-chaining": { 936 "version": "7.21.0", 937 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", 938 "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", 939 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.", 940 "license": "MIT", 941 "dependencies": { 942 "@babel/helper-plugin-utils": "^7.20.2", 943 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", 944 "@babel/plugin-syntax-optional-chaining": "^7.8.3" 945 }, 946 "engines": { 947 "node": ">=6.9.0" 948 }, 949 "peerDependencies": { 950 "@babel/core": "^7.0.0-0" 951 } 952 }, 953 "node_modules/@babel/plugin-proposal-private-methods": { 954 "version": "7.18.6", 955 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", 956 "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", 957 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.", 958 "license": "MIT", 959 "dependencies": { 960 "@babel/helper-create-class-features-plugin": "^7.18.6", 961 "@babel/helper-plugin-utils": "^7.18.6" 962 }, 963 "engines": { 964 "node": ">=6.9.0" 965 }, 966 "peerDependencies": { 967 "@babel/core": "^7.0.0-0" 968 } 969 }, 970 "node_modules/@babel/plugin-proposal-private-property-in-object": { 971 "version": "7.21.0-placeholder-for-preset-env.2", 972 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", 973 "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", 974 "license": "MIT", 975 "engines": { 976 "node": ">=6.9.0" 977 }, 978 "peerDependencies": { 979 "@babel/core": "^7.0.0-0" 980 } 981 }, 982 "node_modules/@babel/plugin-syntax-async-generators": { 983 "version": "7.8.4", 984 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", 985 "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", 986 "license": "MIT", 987 "dependencies": { 988 "@babel/helper-plugin-utils": "^7.8.0" 989 }, 990 "peerDependencies": { 991 "@babel/core": "^7.0.0-0" 992 } 993 }, 994 "node_modules/@babel/plugin-syntax-bigint": { 995 "version": "7.8.3", 996 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", 997 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", 998 "license": "MIT", 999 "dependencies": { 1000 "@babel/helper-plugin-utils": "^7.8.0" 1001 }, 1002 "peerDependencies": { 1003 "@babel/core": "^7.0.0-0" 1004 } 1005 }, 1006 "node_modules/@babel/plugin-syntax-class-properties": { 1007 "version": "7.12.13", 1008 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", 1009 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", 1010 "license": "MIT", 1011 "dependencies": { 1012 "@babel/helper-plugin-utils": "^7.12.13" 1013 }, 1014 "peerDependencies": { 1015 "@babel/core": "^7.0.0-0" 1016 } 1017 }, 1018 "node_modules/@babel/plugin-syntax-class-static-block": { 1019 "version": "7.14.5", 1020 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", 1021 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", 1022 "license": "MIT", 1023 "dependencies": { 1024 "@babel/helper-plugin-utils": "^7.14.5" 1025 }, 1026 "engines": { 1027 "node": ">=6.9.0" 1028 }, 1029 "peerDependencies": { 1030 "@babel/core": "^7.0.0-0" 1031 } 1032 }, 1033 "node_modules/@babel/plugin-syntax-decorators": { 1034 "version": "7.25.9", 1035 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz", 1036 "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==", 1037 "license": "MIT", 1038 "dependencies": { 1039 "@babel/helper-plugin-utils": "^7.25.9" 1040 }, 1041 "engines": { 1042 "node": ">=6.9.0" 1043 }, 1044 "peerDependencies": { 1045 "@babel/core": "^7.0.0-0" 1046 } 1047 }, 1048 "node_modules/@babel/plugin-syntax-flow": { 1049 "version": "7.26.0", 1050 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz", 1051 "integrity": "sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==", 1052 "license": "MIT", 1053 "dependencies": { 1054 "@babel/helper-plugin-utils": "^7.25.9" 1055 }, 1056 "engines": { 1057 "node": ">=6.9.0" 1058 }, 1059 "peerDependencies": { 1060 "@babel/core": "^7.0.0-0" 1061 } 1062 }, 1063 "node_modules/@babel/plugin-syntax-import-assertions": { 1064 "version": "7.26.0", 1065 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", 1066 "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", 1067 "license": "MIT", 1068 "dependencies": { 1069 "@babel/helper-plugin-utils": "^7.25.9" 1070 }, 1071 "engines": { 1072 "node": ">=6.9.0" 1073 }, 1074 "peerDependencies": { 1075 "@babel/core": "^7.0.0-0" 1076 } 1077 }, 1078 "node_modules/@babel/plugin-syntax-import-attributes": { 1079 "version": "7.26.0", 1080 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", 1081 "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", 1082 "license": "MIT", 1083 "dependencies": { 1084 "@babel/helper-plugin-utils": "^7.25.9" 1085 }, 1086 "engines": { 1087 "node": ">=6.9.0" 1088 }, 1089 "peerDependencies": { 1090 "@babel/core": "^7.0.0-0" 1091 } 1092 }, 1093 "node_modules/@babel/plugin-syntax-import-meta": { 1094 "version": "7.10.4", 1095 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", 1096 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", 1097 "license": "MIT", 1098 "dependencies": { 1099 "@babel/helper-plugin-utils": "^7.10.4" 1100 }, 1101 "peerDependencies": { 1102 "@babel/core": "^7.0.0-0" 1103 } 1104 }, 1105 "node_modules/@babel/plugin-syntax-json-strings": { 1106 "version": "7.8.3", 1107 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", 1108 "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", 1109 "license": "MIT", 1110 "dependencies": { 1111 "@babel/helper-plugin-utils": "^7.8.0" 1112 }, 1113 "peerDependencies": { 1114 "@babel/core": "^7.0.0-0" 1115 } 1116 }, 1117 "node_modules/@babel/plugin-syntax-jsx": { 1118 "version": "7.25.9", 1119 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", 1120 "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", 1121 "license": "MIT", 1122 "dependencies": { 1123 "@babel/helper-plugin-utils": "^7.25.9" 1124 }, 1125 "engines": { 1126 "node": ">=6.9.0" 1127 }, 1128 "peerDependencies": { 1129 "@babel/core": "^7.0.0-0" 1130 } 1131 }, 1132 "node_modules/@babel/plugin-syntax-logical-assignment-operators": { 1133 "version": "7.10.4", 1134 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", 1135 "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", 1136 "license": "MIT", 1137 "dependencies": { 1138 "@babel/helper-plugin-utils": "^7.10.4" 1139 }, 1140 "peerDependencies": { 1141 "@babel/core": "^7.0.0-0" 1142 } 1143 }, 1144 "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { 1145 "version": "7.8.3", 1146 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", 1147 "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", 1148 "license": "MIT", 1149 "dependencies": { 1150 "@babel/helper-plugin-utils": "^7.8.0" 1151 }, 1152 "peerDependencies": { 1153 "@babel/core": "^7.0.0-0" 1154 } 1155 }, 1156 "node_modules/@babel/plugin-syntax-numeric-separator": { 1157 "version": "7.10.4", 1158 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", 1159 "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", 1160 "license": "MIT", 1161 "dependencies": { 1162 "@babel/helper-plugin-utils": "^7.10.4" 1163 }, 1164 "peerDependencies": { 1165 "@babel/core": "^7.0.0-0" 1166 } 1167 }, 1168 "node_modules/@babel/plugin-syntax-object-rest-spread": { 1169 "version": "7.8.3", 1170 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", 1171 "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", 1172 "license": "MIT", 1173 "dependencies": { 1174 "@babel/helper-plugin-utils": "^7.8.0" 1175 }, 1176 "peerDependencies": { 1177 "@babel/core": "^7.0.0-0" 1178 } 1179 }, 1180 "node_modules/@babel/plugin-syntax-optional-catch-binding": { 1181 "version": "7.8.3", 1182 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", 1183 "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", 1184 "license": "MIT", 1185 "dependencies": { 1186 "@babel/helper-plugin-utils": "^7.8.0" 1187 }, 1188 "peerDependencies": { 1189 "@babel/core": "^7.0.0-0" 1190 } 1191 }, 1192 "node_modules/@babel/plugin-syntax-optional-chaining": { 1193 "version": "7.8.3", 1194 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", 1195 "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", 1196 "license": "MIT", 1197 "dependencies": { 1198 "@babel/helper-plugin-utils": "^7.8.0" 1199 }, 1200 "peerDependencies": { 1201 "@babel/core": "^7.0.0-0" 1202 } 1203 }, 1204 "node_modules/@babel/plugin-syntax-private-property-in-object": { 1205 "version": "7.14.5", 1206 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", 1207 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", 1208 "license": "MIT", 1209 "dependencies": { 1210 "@babel/helper-plugin-utils": "^7.14.5" 1211 }, 1212 "engines": { 1213 "node": ">=6.9.0" 1214 }, 1215 "peerDependencies": { 1216 "@babel/core": "^7.0.0-0" 1217 } 1218 }, 1219 "node_modules/@babel/plugin-syntax-top-level-await": { 1220 "version": "7.14.5", 1221 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", 1222 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", 1223 "license": "MIT", 1224 "dependencies": { 1225 "@babel/helper-plugin-utils": "^7.14.5" 1226 }, 1227 "engines": { 1228 "node": ">=6.9.0" 1229 }, 1230 "peerDependencies": { 1231 "@babel/core": "^7.0.0-0" 1232 } 1233 }, 1234 "node_modules/@babel/plugin-syntax-typescript": { 1235 "version": "7.25.9", 1236 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz", 1237 "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==", 1238 "license": "MIT", 1239 "dependencies": { 1240 "@babel/helper-plugin-utils": "^7.25.9" 1241 }, 1242 "engines": { 1243 "node": ">=6.9.0" 1244 }, 1245 "peerDependencies": { 1246 "@babel/core": "^7.0.0-0" 1247 } 1248 }, 1249 "node_modules/@babel/plugin-syntax-unicode-sets-regex": { 1250 "version": "7.18.6", 1251 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", 1252 "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", 1253 "license": "MIT", 1254 "dependencies": { 1255 "@babel/helper-create-regexp-features-plugin": "^7.18.6", 1256 "@babel/helper-plugin-utils": "^7.18.6" 1257 }, 1258 "engines": { 1259 "node": ">=6.9.0" 1260 }, 1261 "peerDependencies": { 1262 "@babel/core": "^7.0.0" 1263 } 1264 }, 1265 "node_modules/@babel/plugin-transform-arrow-functions": { 1266 "version": "7.25.9", 1267 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", 1268 "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", 1269 "license": "MIT", 1270 "dependencies": { 1271 "@babel/helper-plugin-utils": "^7.25.9" 1272 }, 1273 "engines": { 1274 "node": ">=6.9.0" 1275 }, 1276 "peerDependencies": { 1277 "@babel/core": "^7.0.0-0" 1278 } 1279 }, 1280 "node_modules/@babel/plugin-transform-async-generator-functions": { 1281 "version": "7.26.8", 1282 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz", 1283 "integrity": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==", 1284 "license": "MIT", 1285 "dependencies": { 1286 "@babel/helper-plugin-utils": "^7.26.5", 1287 "@babel/helper-remap-async-to-generator": "^7.25.9", 1288 "@babel/traverse": "^7.26.8" 1289 }, 1290 "engines": { 1291 "node": ">=6.9.0" 1292 }, 1293 "peerDependencies": { 1294 "@babel/core": "^7.0.0-0" 1295 } 1296 }, 1297 "node_modules/@babel/plugin-transform-async-to-generator": { 1298 "version": "7.25.9", 1299 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", 1300 "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", 1301 "license": "MIT", 1302 "dependencies": { 1303 "@babel/helper-module-imports": "^7.25.9", 1304 "@babel/helper-plugin-utils": "^7.25.9", 1305 "@babel/helper-remap-async-to-generator": "^7.25.9" 1306 }, 1307 "engines": { 1308 "node": ">=6.9.0" 1309 }, 1310 "peerDependencies": { 1311 "@babel/core": "^7.0.0-0" 1312 } 1313 }, 1314 "node_modules/@babel/plugin-transform-block-scoped-functions": { 1315 "version": "7.26.5", 1316 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz", 1317 "integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==", 1318 "license": "MIT", 1319 "dependencies": { 1320 "@babel/helper-plugin-utils": "^7.26.5" 1321 }, 1322 "engines": { 1323 "node": ">=6.9.0" 1324 }, 1325 "peerDependencies": { 1326 "@babel/core": "^7.0.0-0" 1327 } 1328 }, 1329 "node_modules/@babel/plugin-transform-block-scoping": { 1330 "version": "7.25.9", 1331 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", 1332 "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", 1333 "license": "MIT", 1334 "dependencies": { 1335 "@babel/helper-plugin-utils": "^7.25.9" 1336 }, 1337 "engines": { 1338 "node": ">=6.9.0" 1339 }, 1340 "peerDependencies": { 1341 "@babel/core": "^7.0.0-0" 1342 } 1343 }, 1344 "node_modules/@babel/plugin-transform-class-properties": { 1345 "version": "7.25.9", 1346 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", 1347 "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", 1348 "license": "MIT", 1349 "dependencies": { 1350 "@babel/helper-create-class-features-plugin": "^7.25.9", 1351 "@babel/helper-plugin-utils": "^7.25.9" 1352 }, 1353 "engines": { 1354 "node": ">=6.9.0" 1355 }, 1356 "peerDependencies": { 1357 "@babel/core": "^7.0.0-0" 1358 } 1359 }, 1360 "node_modules/@babel/plugin-transform-class-static-block": { 1361 "version": "7.26.0", 1362 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", 1363 "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", 1364 "license": "MIT", 1365 "dependencies": { 1366 "@babel/helper-create-class-features-plugin": "^7.25.9", 1367 "@babel/helper-plugin-utils": "^7.25.9" 1368 }, 1369 "engines": { 1370 "node": ">=6.9.0" 1371 }, 1372 "peerDependencies": { 1373 "@babel/core": "^7.12.0" 1374 } 1375 }, 1376 "node_modules/@babel/plugin-transform-classes": { 1377 "version": "7.25.9", 1378 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", 1379 "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", 1380 "license": "MIT", 1381 "dependencies": { 1382 "@babel/helper-annotate-as-pure": "^7.25.9", 1383 "@babel/helper-compilation-targets": "^7.25.9", 1384 "@babel/helper-plugin-utils": "^7.25.9", 1385 "@babel/helper-replace-supers": "^7.25.9", 1386 "@babel/traverse": "^7.25.9", 1387 "globals": "^11.1.0" 1388 }, 1389 "engines": { 1390 "node": ">=6.9.0" 1391 }, 1392 "peerDependencies": { 1393 "@babel/core": "^7.0.0-0" 1394 } 1395 }, 1396 "node_modules/@babel/plugin-transform-computed-properties": { 1397 "version": "7.25.9", 1398 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", 1399 "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", 1400 "license": "MIT", 1401 "dependencies": { 1402 "@babel/helper-plugin-utils": "^7.25.9", 1403 "@babel/template": "^7.25.9" 1404 }, 1405 "engines": { 1406 "node": ">=6.9.0" 1407 }, 1408 "peerDependencies": { 1409 "@babel/core": "^7.0.0-0" 1410 } 1411 }, 1412 "node_modules/@babel/plugin-transform-destructuring": { 1413 "version": "7.25.9", 1414 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", 1415 "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", 1416 "license": "MIT", 1417 "dependencies": { 1418 "@babel/helper-plugin-utils": "^7.25.9" 1419 }, 1420 "engines": { 1421 "node": ">=6.9.0" 1422 }, 1423 "peerDependencies": { 1424 "@babel/core": "^7.0.0-0" 1425 } 1426 }, 1427 "node_modules/@babel/plugin-transform-dotall-regex": { 1428 "version": "7.25.9", 1429 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", 1430 "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", 1431 "license": "MIT", 1432 "dependencies": { 1433 "@babel/helper-create-regexp-features-plugin": "^7.25.9", 1434 "@babel/helper-plugin-utils": "^7.25.9" 1435 }, 1436 "engines": { 1437 "node": ">=6.9.0" 1438 }, 1439 "peerDependencies": { 1440 "@babel/core": "^7.0.0-0" 1441 } 1442 }, 1443 "node_modules/@babel/plugin-transform-duplicate-keys": { 1444 "version": "7.25.9", 1445 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", 1446 "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", 1447 "license": "MIT", 1448 "dependencies": { 1449 "@babel/helper-plugin-utils": "^7.25.9" 1450 }, 1451 "engines": { 1452 "node": ">=6.9.0" 1453 }, 1454 "peerDependencies": { 1455 "@babel/core": "^7.0.0-0" 1456 } 1457 }, 1458 "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { 1459 "version": "7.25.9", 1460 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", 1461 "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", 1462 "license": "MIT", 1463 "dependencies": { 1464 "@babel/helper-create-regexp-features-plugin": "^7.25.9", 1465 "@babel/helper-plugin-utils": "^7.25.9" 1466 }, 1467 "engines": { 1468 "node": ">=6.9.0" 1469 }, 1470 "peerDependencies": { 1471 "@babel/core": "^7.0.0" 1472 } 1473 }, 1474 "node_modules/@babel/plugin-transform-dynamic-import": { 1475 "version": "7.25.9", 1476 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", 1477 "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", 1478 "license": "MIT", 1479 "dependencies": { 1480 "@babel/helper-plugin-utils": "^7.25.9" 1481 }, 1482 "engines": { 1483 "node": ">=6.9.0" 1484 }, 1485 "peerDependencies": { 1486 "@babel/core": "^7.0.0-0" 1487 } 1488 }, 1489 "node_modules/@babel/plugin-transform-exponentiation-operator": { 1490 "version": "7.26.3", 1491 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz", 1492 "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==", 1493 "license": "MIT", 1494 "dependencies": { 1495 "@babel/helper-plugin-utils": "^7.25.9" 1496 }, 1497 "engines": { 1498 "node": ">=6.9.0" 1499 }, 1500 "peerDependencies": { 1501 "@babel/core": "^7.0.0-0" 1502 } 1503 }, 1504 "node_modules/@babel/plugin-transform-export-namespace-from": { 1505 "version": "7.25.9", 1506 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", 1507 "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", 1508 "license": "MIT", 1509 "dependencies": { 1510 "@babel/helper-plugin-utils": "^7.25.9" 1511 }, 1512 "engines": { 1513 "node": ">=6.9.0" 1514 }, 1515 "peerDependencies": { 1516 "@babel/core": "^7.0.0-0" 1517 } 1518 }, 1519 "node_modules/@babel/plugin-transform-flow-strip-types": { 1520 "version": "7.26.5", 1521 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.26.5.tgz", 1522 "integrity": "sha512-eGK26RsbIkYUns3Y8qKl362juDDYK+wEdPGHGrhzUl6CewZFo55VZ7hg+CyMFU4dd5QQakBN86nBMpRsFpRvbQ==", 1523 "license": "MIT", 1524 "dependencies": { 1525 "@babel/helper-plugin-utils": "^7.26.5", 1526 "@babel/plugin-syntax-flow": "^7.26.0" 1527 }, 1528 "engines": { 1529 "node": ">=6.9.0" 1530 }, 1531 "peerDependencies": { 1532 "@babel/core": "^7.0.0-0" 1533 } 1534 }, 1535 "node_modules/@babel/plugin-transform-for-of": { 1536 "version": "7.26.9", 1537 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz", 1538 "integrity": "sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==", 1539 "license": "MIT", 1540 "dependencies": { 1541 "@babel/helper-plugin-utils": "^7.26.5", 1542 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" 1543 }, 1544 "engines": { 1545 "node": ">=6.9.0" 1546 }, 1547 "peerDependencies": { 1548 "@babel/core": "^7.0.0-0" 1549 } 1550 }, 1551 "node_modules/@babel/plugin-transform-function-name": { 1552 "version": "7.25.9", 1553 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", 1554 "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", 1555 "license": "MIT", 1556 "dependencies": { 1557 "@babel/helper-compilation-targets": "^7.25.9", 1558 "@babel/helper-plugin-utils": "^7.25.9", 1559 "@babel/traverse": "^7.25.9" 1560 }, 1561 "engines": { 1562 "node": ">=6.9.0" 1563 }, 1564 "peerDependencies": { 1565 "@babel/core": "^7.0.0-0" 1566 } 1567 }, 1568 "node_modules/@babel/plugin-transform-json-strings": { 1569 "version": "7.25.9", 1570 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", 1571 "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", 1572 "license": "MIT", 1573 "dependencies": { 1574 "@babel/helper-plugin-utils": "^7.25.9" 1575 }, 1576 "engines": { 1577 "node": ">=6.9.0" 1578 }, 1579 "peerDependencies": { 1580 "@babel/core": "^7.0.0-0" 1581 } 1582 }, 1583 "node_modules/@babel/plugin-transform-literals": { 1584 "version": "7.25.9", 1585 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", 1586 "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", 1587 "license": "MIT", 1588 "dependencies": { 1589 "@babel/helper-plugin-utils": "^7.25.9" 1590 }, 1591 "engines": { 1592 "node": ">=6.9.0" 1593 }, 1594 "peerDependencies": { 1595 "@babel/core": "^7.0.0-0" 1596 } 1597 }, 1598 "node_modules/@babel/plugin-transform-logical-assignment-operators": { 1599 "version": "7.25.9", 1600 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", 1601 "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", 1602 "license": "MIT", 1603 "dependencies": { 1604 "@babel/helper-plugin-utils": "^7.25.9" 1605 }, 1606 "engines": { 1607 "node": ">=6.9.0" 1608 }, 1609 "peerDependencies": { 1610 "@babel/core": "^7.0.0-0" 1611 } 1612 }, 1613 "node_modules/@babel/plugin-transform-member-expression-literals": { 1614 "version": "7.25.9", 1615 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", 1616 "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", 1617 "license": "MIT", 1618 "dependencies": { 1619 "@babel/helper-plugin-utils": "^7.25.9" 1620 }, 1621 "engines": { 1622 "node": ">=6.9.0" 1623 }, 1624 "peerDependencies": { 1625 "@babel/core": "^7.0.0-0" 1626 } 1627 }, 1628 "node_modules/@babel/plugin-transform-modules-amd": { 1629 "version": "7.25.9", 1630 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", 1631 "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", 1632 "license": "MIT", 1633 "dependencies": { 1634 "@babel/helper-module-transforms": "^7.25.9", 1635 "@babel/helper-plugin-utils": "^7.25.9" 1636 }, 1637 "engines": { 1638 "node": ">=6.9.0" 1639 }, 1640 "peerDependencies": { 1641 "@babel/core": "^7.0.0-0" 1642 } 1643 }, 1644 "node_modules/@babel/plugin-transform-modules-commonjs": { 1645 "version": "7.26.3", 1646 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz", 1647 "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==", 1648 "license": "MIT", 1649 "dependencies": { 1650 "@babel/helper-module-transforms": "^7.26.0", 1651 "@babel/helper-plugin-utils": "^7.25.9" 1652 }, 1653 "engines": { 1654 "node": ">=6.9.0" 1655 }, 1656 "peerDependencies": { 1657 "@babel/core": "^7.0.0-0" 1658 } 1659 }, 1660 "node_modules/@babel/plugin-transform-modules-systemjs": { 1661 "version": "7.25.9", 1662 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", 1663 "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", 1664 "license": "MIT", 1665 "dependencies": { 1666 "@babel/helper-module-transforms": "^7.25.9", 1667 "@babel/helper-plugin-utils": "^7.25.9", 1668 "@babel/helper-validator-identifier": "^7.25.9", 1669 "@babel/traverse": "^7.25.9" 1670 }, 1671 "engines": { 1672 "node": ">=6.9.0" 1673 }, 1674 "peerDependencies": { 1675 "@babel/core": "^7.0.0-0" 1676 } 1677 }, 1678 "node_modules/@babel/plugin-transform-modules-umd": { 1679 "version": "7.25.9", 1680 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", 1681 "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", 1682 "license": "MIT", 1683 "dependencies": { 1684 "@babel/helper-module-transforms": "^7.25.9", 1685 "@babel/helper-plugin-utils": "^7.25.9" 1686 }, 1687 "engines": { 1688 "node": ">=6.9.0" 1689 }, 1690 "peerDependencies": { 1691 "@babel/core": "^7.0.0-0" 1692 } 1693 }, 1694 "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { 1695 "version": "7.25.9", 1696 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", 1697 "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", 1698 "license": "MIT", 1699 "dependencies": { 1700 "@babel/helper-create-regexp-features-plugin": "^7.25.9", 1701 "@babel/helper-plugin-utils": "^7.25.9" 1702 }, 1703 "engines": { 1704 "node": ">=6.9.0" 1705 }, 1706 "peerDependencies": { 1707 "@babel/core": "^7.0.0" 1708 } 1709 }, 1710 "node_modules/@babel/plugin-transform-new-target": { 1711 "version": "7.25.9", 1712 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", 1713 "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", 1714 "license": "MIT", 1715 "dependencies": { 1716 "@babel/helper-plugin-utils": "^7.25.9" 1717 }, 1718 "engines": { 1719 "node": ">=6.9.0" 1720 }, 1721 "peerDependencies": { 1722 "@babel/core": "^7.0.0-0" 1723 } 1724 }, 1725 "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { 1726 "version": "7.26.6", 1727 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz", 1728 "integrity": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==", 1729 "license": "MIT", 1730 "dependencies": { 1731 "@babel/helper-plugin-utils": "^7.26.5" 1732 }, 1733 "engines": { 1734 "node": ">=6.9.0" 1735 }, 1736 "peerDependencies": { 1737 "@babel/core": "^7.0.0-0" 1738 } 1739 }, 1740 "node_modules/@babel/plugin-transform-numeric-separator": { 1741 "version": "7.25.9", 1742 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", 1743 "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", 1744 "license": "MIT", 1745 "dependencies": { 1746 "@babel/helper-plugin-utils": "^7.25.9" 1747 }, 1748 "engines": { 1749 "node": ">=6.9.0" 1750 }, 1751 "peerDependencies": { 1752 "@babel/core": "^7.0.0-0" 1753 } 1754 }, 1755 "node_modules/@babel/plugin-transform-object-rest-spread": { 1756 "version": "7.25.9", 1757 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", 1758 "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", 1759 "license": "MIT", 1760 "dependencies": { 1761 "@babel/helper-compilation-targets": "^7.25.9", 1762 "@babel/helper-plugin-utils": "^7.25.9", 1763 "@babel/plugin-transform-parameters": "^7.25.9" 1764 }, 1765 "engines": { 1766 "node": ">=6.9.0" 1767 }, 1768 "peerDependencies": { 1769 "@babel/core": "^7.0.0-0" 1770 } 1771 }, 1772 "node_modules/@babel/plugin-transform-object-super": { 1773 "version": "7.25.9", 1774 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", 1775 "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", 1776 "license": "MIT", 1777 "dependencies": { 1778 "@babel/helper-plugin-utils": "^7.25.9", 1779 "@babel/helper-replace-supers": "^7.25.9" 1780 }, 1781 "engines": { 1782 "node": ">=6.9.0" 1783 }, 1784 "peerDependencies": { 1785 "@babel/core": "^7.0.0-0" 1786 } 1787 }, 1788 "node_modules/@babel/plugin-transform-optional-catch-binding": { 1789 "version": "7.25.9", 1790 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", 1791 "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", 1792 "license": "MIT", 1793 "dependencies": { 1794 "@babel/helper-plugin-utils": "^7.25.9" 1795 }, 1796 "engines": { 1797 "node": ">=6.9.0" 1798 }, 1799 "peerDependencies": { 1800 "@babel/core": "^7.0.0-0" 1801 } 1802 }, 1803 "node_modules/@babel/plugin-transform-optional-chaining": { 1804 "version": "7.25.9", 1805 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", 1806 "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", 1807 "license": "MIT", 1808 "dependencies": { 1809 "@babel/helper-plugin-utils": "^7.25.9", 1810 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" 1811 }, 1812 "engines": { 1813 "node": ">=6.9.0" 1814 }, 1815 "peerDependencies": { 1816 "@babel/core": "^7.0.0-0" 1817 } 1818 }, 1819 "node_modules/@babel/plugin-transform-parameters": { 1820 "version": "7.25.9", 1821 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", 1822 "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", 1823 "license": "MIT", 1824 "dependencies": { 1825 "@babel/helper-plugin-utils": "^7.25.9" 1826 }, 1827 "engines": { 1828 "node": ">=6.9.0" 1829 }, 1830 "peerDependencies": { 1831 "@babel/core": "^7.0.0-0" 1832 } 1833 }, 1834 "node_modules/@babel/plugin-transform-private-methods": { 1835 "version": "7.25.9", 1836 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", 1837 "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", 1838 "license": "MIT", 1839 "dependencies": { 1840 "@babel/helper-create-class-features-plugin": "^7.25.9", 1841 "@babel/helper-plugin-utils": "^7.25.9" 1842 }, 1843 "engines": { 1844 "node": ">=6.9.0" 1845 }, 1846 "peerDependencies": { 1847 "@babel/core": "^7.0.0-0" 1848 } 1849 }, 1850 "node_modules/@babel/plugin-transform-private-property-in-object": { 1851 "version": "7.25.9", 1852 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", 1853 "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", 1854 "license": "MIT", 1855 "dependencies": { 1856 "@babel/helper-annotate-as-pure": "^7.25.9", 1857 "@babel/helper-create-class-features-plugin": "^7.25.9", 1858 "@babel/helper-plugin-utils": "^7.25.9" 1859 }, 1860 "engines": { 1861 "node": ">=6.9.0" 1862 }, 1863 "peerDependencies": { 1864 "@babel/core": "^7.0.0-0" 1865 } 1866 }, 1867 "node_modules/@babel/plugin-transform-property-literals": { 1868 "version": "7.25.9", 1869 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", 1870 "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", 1871 "license": "MIT", 1872 "dependencies": { 1873 "@babel/helper-plugin-utils": "^7.25.9" 1874 }, 1875 "engines": { 1876 "node": ">=6.9.0" 1877 }, 1878 "peerDependencies": { 1879 "@babel/core": "^7.0.0-0" 1880 } 1881 }, 1882 "node_modules/@babel/plugin-transform-react-constant-elements": { 1883 "version": "7.25.9", 1884 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.9.tgz", 1885 "integrity": "sha512-Ncw2JFsJVuvfRsa2lSHiC55kETQVLSnsYGQ1JDDwkUeWGTL/8Tom8aLTnlqgoeuopWrbbGndrc9AlLYrIosrow==", 1886 "license": "MIT", 1887 "dependencies": { 1888 "@babel/helper-plugin-utils": "^7.25.9" 1889 }, 1890 "engines": { 1891 "node": ">=6.9.0" 1892 }, 1893 "peerDependencies": { 1894 "@babel/core": "^7.0.0-0" 1895 } 1896 }, 1897 "node_modules/@babel/plugin-transform-react-display-name": { 1898 "version": "7.25.9", 1899 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz", 1900 "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==", 1901 "license": "MIT", 1902 "dependencies": { 1903 "@babel/helper-plugin-utils": "^7.25.9" 1904 }, 1905 "engines": { 1906 "node": ">=6.9.0" 1907 }, 1908 "peerDependencies": { 1909 "@babel/core": "^7.0.0-0" 1910 } 1911 }, 1912 "node_modules/@babel/plugin-transform-react-jsx": { 1913 "version": "7.25.9", 1914 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz", 1915 "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==", 1916 "license": "MIT", 1917 "dependencies": { 1918 "@babel/helper-annotate-as-pure": "^7.25.9", 1919 "@babel/helper-module-imports": "^7.25.9", 1920 "@babel/helper-plugin-utils": "^7.25.9", 1921 "@babel/plugin-syntax-jsx": "^7.25.9", 1922 "@babel/types": "^7.25.9" 1923 }, 1924 "engines": { 1925 "node": ">=6.9.0" 1926 }, 1927 "peerDependencies": { 1928 "@babel/core": "^7.0.0-0" 1929 } 1930 }, 1931 "node_modules/@babel/plugin-transform-react-jsx-development": { 1932 "version": "7.25.9", 1933 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", 1934 "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", 1935 "license": "MIT", 1936 "dependencies": { 1937 "@babel/plugin-transform-react-jsx": "^7.25.9" 1938 }, 1939 "engines": { 1940 "node": ">=6.9.0" 1941 }, 1942 "peerDependencies": { 1943 "@babel/core": "^7.0.0-0" 1944 } 1945 }, 1946 "node_modules/@babel/plugin-transform-react-pure-annotations": { 1947 "version": "7.25.9", 1948 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", 1949 "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", 1950 "license": "MIT", 1951 "dependencies": { 1952 "@babel/helper-annotate-as-pure": "^7.25.9", 1953 "@babel/helper-plugin-utils": "^7.25.9" 1954 }, 1955 "engines": { 1956 "node": ">=6.9.0" 1957 }, 1958 "peerDependencies": { 1959 "@babel/core": "^7.0.0-0" 1960 } 1961 }, 1962 "node_modules/@babel/plugin-transform-regenerator": { 1963 "version": "7.25.9", 1964 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", 1965 "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", 1966 "license": "MIT", 1967 "dependencies": { 1968 "@babel/helper-plugin-utils": "^7.25.9", 1969 "regenerator-transform": "^0.15.2" 1970 }, 1971 "engines": { 1972 "node": ">=6.9.0" 1973 }, 1974 "peerDependencies": { 1975 "@babel/core": "^7.0.0-0" 1976 } 1977 }, 1978 "node_modules/@babel/plugin-transform-regexp-modifiers": { 1979 "version": "7.26.0", 1980 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz", 1981 "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==", 1982 "license": "MIT", 1983 "dependencies": { 1984 "@babel/helper-create-regexp-features-plugin": "^7.25.9", 1985 "@babel/helper-plugin-utils": "^7.25.9" 1986 }, 1987 "engines": { 1988 "node": ">=6.9.0" 1989 }, 1990 "peerDependencies": { 1991 "@babel/core": "^7.0.0" 1992 } 1993 }, 1994 "node_modules/@babel/plugin-transform-reserved-words": { 1995 "version": "7.25.9", 1996 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", 1997 "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", 1998 "license": "MIT", 1999 "dependencies": { 2000 "@babel/helper-plugin-utils": "^7.25.9" 2001 }, 2002 "engines": { 2003 "node": ">=6.9.0" 2004 }, 2005 "peerDependencies": { 2006 "@babel/core": "^7.0.0-0" 2007 } 2008 }, 2009 "node_modules/@babel/plugin-transform-runtime": { 2010 "version": "7.26.9", 2011 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.9.tgz", 2012 "integrity": "sha512-Jf+8y9wXQbbxvVYTM8gO5oEF2POdNji0NMltEkG7FtmzD9PVz7/lxpqSdTvwsjTMU5HIHuDVNf2SOxLkWi+wPQ==", 2013 "license": "MIT", 2014 "dependencies": { 2015 "@babel/helper-module-imports": "^7.25.9", 2016 "@babel/helper-plugin-utils": "^7.26.5", 2017 "babel-plugin-polyfill-corejs2": "^0.4.10", 2018 "babel-plugin-polyfill-corejs3": "^0.10.6", 2019 "babel-plugin-polyfill-regenerator": "^0.6.1", 2020 "semver": "^6.3.1" 2021 }, 2022 "engines": { 2023 "node": ">=6.9.0" 2024 }, 2025 "peerDependencies": { 2026 "@babel/core": "^7.0.0-0" 2027 } 2028 }, 2029 "node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3": { 2030 "version": "0.10.6", 2031 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", 2032 "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", 2033 "license": "MIT", 2034 "dependencies": { 2035 "@babel/helper-define-polyfill-provider": "^0.6.2", 2036 "core-js-compat": "^3.38.0" 2037 }, 2038 "peerDependencies": { 2039 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 2040 } 2041 }, 2042 "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { 2043 "version": "6.3.1", 2044 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 2045 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 2046 "license": "ISC", 2047 "bin": { 2048 "semver": "bin/semver.js" 2049 } 2050 }, 2051 "node_modules/@babel/plugin-transform-shorthand-properties": { 2052 "version": "7.25.9", 2053 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", 2054 "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", 2055 "license": "MIT", 2056 "dependencies": { 2057 "@babel/helper-plugin-utils": "^7.25.9" 2058 }, 2059 "engines": { 2060 "node": ">=6.9.0" 2061 }, 2062 "peerDependencies": { 2063 "@babel/core": "^7.0.0-0" 2064 } 2065 }, 2066 "node_modules/@babel/plugin-transform-spread": { 2067 "version": "7.25.9", 2068 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", 2069 "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", 2070 "license": "MIT", 2071 "dependencies": { 2072 "@babel/helper-plugin-utils": "^7.25.9", 2073 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" 2074 }, 2075 "engines": { 2076 "node": ">=6.9.0" 2077 }, 2078 "peerDependencies": { 2079 "@babel/core": "^7.0.0-0" 2080 } 2081 }, 2082 "node_modules/@babel/plugin-transform-sticky-regex": { 2083 "version": "7.25.9", 2084 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", 2085 "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", 2086 "license": "MIT", 2087 "dependencies": { 2088 "@babel/helper-plugin-utils": "^7.25.9" 2089 }, 2090 "engines": { 2091 "node": ">=6.9.0" 2092 }, 2093 "peerDependencies": { 2094 "@babel/core": "^7.0.0-0" 2095 } 2096 }, 2097 "node_modules/@babel/plugin-transform-template-literals": { 2098 "version": "7.26.8", 2099 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz", 2100 "integrity": "sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==", 2101 "license": "MIT", 2102 "dependencies": { 2103 "@babel/helper-plugin-utils": "^7.26.5" 2104 }, 2105 "engines": { 2106 "node": ">=6.9.0" 2107 }, 2108 "peerDependencies": { 2109 "@babel/core": "^7.0.0-0" 2110 } 2111 }, 2112 "node_modules/@babel/plugin-transform-typeof-symbol": { 2113 "version": "7.26.7", 2114 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz", 2115 "integrity": "sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==", 2116 "license": "MIT", 2117 "dependencies": { 2118 "@babel/helper-plugin-utils": "^7.26.5" 2119 }, 2120 "engines": { 2121 "node": ">=6.9.0" 2122 }, 2123 "peerDependencies": { 2124 "@babel/core": "^7.0.0-0" 2125 } 2126 }, 2127 "node_modules/@babel/plugin-transform-typescript": { 2128 "version": "7.26.8", 2129 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.8.tgz", 2130 "integrity": "sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==", 2131 "license": "MIT", 2132 "dependencies": { 2133 "@babel/helper-annotate-as-pure": "^7.25.9", 2134 "@babel/helper-create-class-features-plugin": "^7.25.9", 2135 "@babel/helper-plugin-utils": "^7.26.5", 2136 "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", 2137 "@babel/plugin-syntax-typescript": "^7.25.9" 2138 }, 2139 "engines": { 2140 "node": ">=6.9.0" 2141 }, 2142 "peerDependencies": { 2143 "@babel/core": "^7.0.0-0" 2144 } 2145 }, 2146 "node_modules/@babel/plugin-transform-unicode-escapes": { 2147 "version": "7.25.9", 2148 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", 2149 "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", 2150 "license": "MIT", 2151 "dependencies": { 2152 "@babel/helper-plugin-utils": "^7.25.9" 2153 }, 2154 "engines": { 2155 "node": ">=6.9.0" 2156 }, 2157 "peerDependencies": { 2158 "@babel/core": "^7.0.0-0" 2159 } 2160 }, 2161 "node_modules/@babel/plugin-transform-unicode-property-regex": { 2162 "version": "7.25.9", 2163 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", 2164 "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", 2165 "license": "MIT", 2166 "dependencies": { 2167 "@babel/helper-create-regexp-features-plugin": "^7.25.9", 2168 "@babel/helper-plugin-utils": "^7.25.9" 2169 }, 2170 "engines": { 2171 "node": ">=6.9.0" 2172 }, 2173 "peerDependencies": { 2174 "@babel/core": "^7.0.0-0" 2175 } 2176 }, 2177 "node_modules/@babel/plugin-transform-unicode-regex": { 2178 "version": "7.25.9", 2179 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", 2180 "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", 2181 "license": "MIT", 2182 "dependencies": { 2183 "@babel/helper-create-regexp-features-plugin": "^7.25.9", 2184 "@babel/helper-plugin-utils": "^7.25.9" 2185 }, 2186 "engines": { 2187 "node": ">=6.9.0" 2188 }, 2189 "peerDependencies": { 2190 "@babel/core": "^7.0.0-0" 2191 } 2192 }, 2193 "node_modules/@babel/plugin-transform-unicode-sets-regex": { 2194 "version": "7.25.9", 2195 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", 2196 "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", 2197 "license": "MIT", 2198 "dependencies": { 2199 "@babel/helper-create-regexp-features-plugin": "^7.25.9", 2200 "@babel/helper-plugin-utils": "^7.25.9" 2201 }, 2202 "engines": { 2203 "node": ">=6.9.0" 2204 }, 2205 "peerDependencies": { 2206 "@babel/core": "^7.0.0" 2207 } 2208 }, 2209 "node_modules/@babel/preset-env": { 2210 "version": "7.26.9", 2211 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.9.tgz", 2212 "integrity": "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==", 2213 "license": "MIT", 2214 "dependencies": { 2215 "@babel/compat-data": "^7.26.8", 2216 "@babel/helper-compilation-targets": "^7.26.5", 2217 "@babel/helper-plugin-utils": "^7.26.5", 2218 "@babel/helper-validator-option": "^7.25.9", 2219 "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", 2220 "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", 2221 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", 2222 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", 2223 "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", 2224 "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", 2225 "@babel/plugin-syntax-import-assertions": "^7.26.0", 2226 "@babel/plugin-syntax-import-attributes": "^7.26.0", 2227 "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", 2228 "@babel/plugin-transform-arrow-functions": "^7.25.9", 2229 "@babel/plugin-transform-async-generator-functions": "^7.26.8", 2230 "@babel/plugin-transform-async-to-generator": "^7.25.9", 2231 "@babel/plugin-transform-block-scoped-functions": "^7.26.5", 2232 "@babel/plugin-transform-block-scoping": "^7.25.9", 2233 "@babel/plugin-transform-class-properties": "^7.25.9", 2234 "@babel/plugin-transform-class-static-block": "^7.26.0", 2235 "@babel/plugin-transform-classes": "^7.25.9", 2236 "@babel/plugin-transform-computed-properties": "^7.25.9", 2237 "@babel/plugin-transform-destructuring": "^7.25.9", 2238 "@babel/plugin-transform-dotall-regex": "^7.25.9", 2239 "@babel/plugin-transform-duplicate-keys": "^7.25.9", 2240 "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", 2241 "@babel/plugin-transform-dynamic-import": "^7.25.9", 2242 "@babel/plugin-transform-exponentiation-operator": "^7.26.3", 2243 "@babel/plugin-transform-export-namespace-from": "^7.25.9", 2244 "@babel/plugin-transform-for-of": "^7.26.9", 2245 "@babel/plugin-transform-function-name": "^7.25.9", 2246 "@babel/plugin-transform-json-strings": "^7.25.9", 2247 "@babel/plugin-transform-literals": "^7.25.9", 2248 "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", 2249 "@babel/plugin-transform-member-expression-literals": "^7.25.9", 2250 "@babel/plugin-transform-modules-amd": "^7.25.9", 2251 "@babel/plugin-transform-modules-commonjs": "^7.26.3", 2252 "@babel/plugin-transform-modules-systemjs": "^7.25.9", 2253 "@babel/plugin-transform-modules-umd": "^7.25.9", 2254 "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", 2255 "@babel/plugin-transform-new-target": "^7.25.9", 2256 "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6", 2257 "@babel/plugin-transform-numeric-separator": "^7.25.9", 2258 "@babel/plugin-transform-object-rest-spread": "^7.25.9", 2259 "@babel/plugin-transform-object-super": "^7.25.9", 2260 "@babel/plugin-transform-optional-catch-binding": "^7.25.9", 2261 "@babel/plugin-transform-optional-chaining": "^7.25.9", 2262 "@babel/plugin-transform-parameters": "^7.25.9", 2263 "@babel/plugin-transform-private-methods": "^7.25.9", 2264 "@babel/plugin-transform-private-property-in-object": "^7.25.9", 2265 "@babel/plugin-transform-property-literals": "^7.25.9", 2266 "@babel/plugin-transform-regenerator": "^7.25.9", 2267 "@babel/plugin-transform-regexp-modifiers": "^7.26.0", 2268 "@babel/plugin-transform-reserved-words": "^7.25.9", 2269 "@babel/plugin-transform-shorthand-properties": "^7.25.9", 2270 "@babel/plugin-transform-spread": "^7.25.9", 2271 "@babel/plugin-transform-sticky-regex": "^7.25.9", 2272 "@babel/plugin-transform-template-literals": "^7.26.8", 2273 "@babel/plugin-transform-typeof-symbol": "^7.26.7", 2274 "@babel/plugin-transform-unicode-escapes": "^7.25.9", 2275 "@babel/plugin-transform-unicode-property-regex": "^7.25.9", 2276 "@babel/plugin-transform-unicode-regex": "^7.25.9", 2277 "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", 2278 "@babel/preset-modules": "0.1.6-no-external-plugins", 2279 "babel-plugin-polyfill-corejs2": "^0.4.10", 2280 "babel-plugin-polyfill-corejs3": "^0.11.0", 2281 "babel-plugin-polyfill-regenerator": "^0.6.1", 2282 "core-js-compat": "^3.40.0", 2283 "semver": "^6.3.1" 2284 }, 2285 "engines": { 2286 "node": ">=6.9.0" 2287 }, 2288 "peerDependencies": { 2289 "@babel/core": "^7.0.0-0" 2290 } 2291 }, 2292 "node_modules/@babel/preset-env/node_modules/semver": { 2293 "version": "6.3.1", 2294 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 2295 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 2296 "license": "ISC", 2297 "bin": { 2298 "semver": "bin/semver.js" 2299 } 2300 }, 2301 "node_modules/@babel/preset-modules": { 2302 "version": "0.1.6-no-external-plugins", 2303 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", 2304 "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", 2305 "license": "MIT", 2306 "dependencies": { 2307 "@babel/helper-plugin-utils": "^7.0.0", 2308 "@babel/types": "^7.4.4", 2309 "esutils": "^2.0.2" 2310 }, 2311 "peerDependencies": { 2312 "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" 2313 } 2314 }, 2315 "node_modules/@babel/preset-react": { 2316 "version": "7.26.3", 2317 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.26.3.tgz", 2318 "integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==", 2319 "license": "MIT", 2320 "dependencies": { 2321 "@babel/helper-plugin-utils": "^7.25.9", 2322 "@babel/helper-validator-option": "^7.25.9", 2323 "@babel/plugin-transform-react-display-name": "^7.25.9", 2324 "@babel/plugin-transform-react-jsx": "^7.25.9", 2325 "@babel/plugin-transform-react-jsx-development": "^7.25.9", 2326 "@babel/plugin-transform-react-pure-annotations": "^7.25.9" 2327 }, 2328 "engines": { 2329 "node": ">=6.9.0" 2330 }, 2331 "peerDependencies": { 2332 "@babel/core": "^7.0.0-0" 2333 } 2334 }, 2335 "node_modules/@babel/preset-typescript": { 2336 "version": "7.26.0", 2337 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz", 2338 "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==", 2339 "license": "MIT", 2340 "dependencies": { 2341 "@babel/helper-plugin-utils": "^7.25.9", 2342 "@babel/helper-validator-option": "^7.25.9", 2343 "@babel/plugin-syntax-jsx": "^7.25.9", 2344 "@babel/plugin-transform-modules-commonjs": "^7.25.9", 2345 "@babel/plugin-transform-typescript": "^7.25.9" 2346 }, 2347 "engines": { 2348 "node": ">=6.9.0" 2349 }, 2350 "peerDependencies": { 2351 "@babel/core": "^7.0.0-0" 2352 } 2353 }, 2354 "node_modules/@babel/runtime": { 2355 "version": "7.26.9", 2356 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.9.tgz", 2357 "integrity": "sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==", 2358 "license": "MIT", 2359 "dependencies": { 2360 "regenerator-runtime": "^0.14.0" 2361 }, 2362 "engines": { 2363 "node": ">=6.9.0" 2364 } 2365 }, 2366 "node_modules/@babel/template": { 2367 "version": "7.26.9", 2368 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz", 2369 "integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==", 2370 "license": "MIT", 2371 "dependencies": { 2372 "@babel/code-frame": "^7.26.2", 2373 "@babel/parser": "^7.26.9", 2374 "@babel/types": "^7.26.9" 2375 }, 2376 "engines": { 2377 "node": ">=6.9.0" 2378 } 2379 }, 2380 "node_modules/@babel/traverse": { 2381 "version": "7.26.9", 2382 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.9.tgz", 2383 "integrity": "sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==", 2384 "license": "MIT", 2385 "dependencies": { 2386 "@babel/code-frame": "^7.26.2", 2387 "@babel/generator": "^7.26.9", 2388 "@babel/parser": "^7.26.9", 2389 "@babel/template": "^7.26.9", 2390 "@babel/types": "^7.26.9", 2391 "debug": "^4.3.1", 2392 "globals": "^11.1.0" 2393 }, 2394 "engines": { 2395 "node": ">=6.9.0" 2396 } 2397 }, 2398 "node_modules/@babel/traverse/node_modules/debug": { 2399 "version": "4.4.0", 2400 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 2401 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 2402 "license": "MIT", 2403 "dependencies": { 2404 "ms": "^2.1.3" 2405 }, 2406 "engines": { 2407 "node": ">=6.0" 2408 }, 2409 "peerDependenciesMeta": { 2410 "supports-color": { 2411 "optional": true 2412 } 2413 } 2414 }, 2415 "node_modules/@babel/traverse/node_modules/ms": { 2416 "version": "2.1.3", 2417 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 2418 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 2419 "license": "MIT" 2420 }, 2421 "node_modules/@babel/types": { 2422 "version": "7.26.9", 2423 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.9.tgz", 2424 "integrity": "sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==", 2425 "license": "MIT", 2426 "dependencies": { 2427 "@babel/helper-string-parser": "^7.25.9", 2428 "@babel/helper-validator-identifier": "^7.25.9" 2429 }, 2430 "engines": { 2431 "node": ">=6.9.0" 2432 } 2433 }, 2434 "node_modules/@bcoe/v8-coverage": { 2435 "version": "0.2.3", 2436 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", 2437 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", 2438 "license": "MIT" 2439 }, 2440 "node_modules/@csstools/normalize.css": { 2441 "version": "12.1.1", 2442 "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz", 2443 "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==", 2444 "license": "CC0-1.0" 2445 }, 2446 "node_modules/@csstools/postcss-cascade-layers": { 2447 "version": "1.1.1", 2448 "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz", 2449 "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==", 2450 "license": "CC0-1.0", 2451 "dependencies": { 2452 "@csstools/selector-specificity": "^2.0.2", 2453 "postcss-selector-parser": "^6.0.10" 2454 }, 2455 "engines": { 2456 "node": "^12 || ^14 || >=16" 2457 }, 2458 "funding": { 2459 "type": "opencollective", 2460 "url": "https://opencollective.com/csstools" 2461 }, 2462 "peerDependencies": { 2463 "postcss": "^8.2" 2464 } 2465 }, 2466 "node_modules/@csstools/postcss-color-function": { 2467 "version": "1.1.1", 2468 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", 2469 "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", 2470 "license": "CC0-1.0", 2471 "dependencies": { 2472 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 2473 "postcss-value-parser": "^4.2.0" 2474 }, 2475 "engines": { 2476 "node": "^12 || ^14 || >=16" 2477 }, 2478 "funding": { 2479 "type": "opencollective", 2480 "url": "https://opencollective.com/csstools" 2481 }, 2482 "peerDependencies": { 2483 "postcss": "^8.2" 2484 } 2485 }, 2486 "node_modules/@csstools/postcss-font-format-keywords": { 2487 "version": "1.0.1", 2488 "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", 2489 "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", 2490 "license": "CC0-1.0", 2491 "dependencies": { 2492 "postcss-value-parser": "^4.2.0" 2493 }, 2494 "engines": { 2495 "node": "^12 || ^14 || >=16" 2496 }, 2497 "funding": { 2498 "type": "opencollective", 2499 "url": "https://opencollective.com/csstools" 2500 }, 2501 "peerDependencies": { 2502 "postcss": "^8.2" 2503 } 2504 }, 2505 "node_modules/@csstools/postcss-hwb-function": { 2506 "version": "1.0.2", 2507 "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", 2508 "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", 2509 "license": "CC0-1.0", 2510 "dependencies": { 2511 "postcss-value-parser": "^4.2.0" 2512 }, 2513 "engines": { 2514 "node": "^12 || ^14 || >=16" 2515 }, 2516 "funding": { 2517 "type": "opencollective", 2518 "url": "https://opencollective.com/csstools" 2519 }, 2520 "peerDependencies": { 2521 "postcss": "^8.2" 2522 } 2523 }, 2524 "node_modules/@csstools/postcss-ic-unit": { 2525 "version": "1.0.1", 2526 "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", 2527 "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", 2528 "license": "CC0-1.0", 2529 "dependencies": { 2530 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 2531 "postcss-value-parser": "^4.2.0" 2532 }, 2533 "engines": { 2534 "node": "^12 || ^14 || >=16" 2535 }, 2536 "funding": { 2537 "type": "opencollective", 2538 "url": "https://opencollective.com/csstools" 2539 }, 2540 "peerDependencies": { 2541 "postcss": "^8.2" 2542 } 2543 }, 2544 "node_modules/@csstools/postcss-is-pseudo-class": { 2545 "version": "2.0.7", 2546 "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", 2547 "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", 2548 "license": "CC0-1.0", 2549 "dependencies": { 2550 "@csstools/selector-specificity": "^2.0.0", 2551 "postcss-selector-parser": "^6.0.10" 2552 }, 2553 "engines": { 2554 "node": "^12 || ^14 || >=16" 2555 }, 2556 "funding": { 2557 "type": "opencollective", 2558 "url": "https://opencollective.com/csstools" 2559 }, 2560 "peerDependencies": { 2561 "postcss": "^8.2" 2562 } 2563 }, 2564 "node_modules/@csstools/postcss-nested-calc": { 2565 "version": "1.0.0", 2566 "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", 2567 "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", 2568 "license": "CC0-1.0", 2569 "dependencies": { 2570 "postcss-value-parser": "^4.2.0" 2571 }, 2572 "engines": { 2573 "node": "^12 || ^14 || >=16" 2574 }, 2575 "funding": { 2576 "type": "opencollective", 2577 "url": "https://opencollective.com/csstools" 2578 }, 2579 "peerDependencies": { 2580 "postcss": "^8.2" 2581 } 2582 }, 2583 "node_modules/@csstools/postcss-normalize-display-values": { 2584 "version": "1.0.1", 2585 "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", 2586 "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", 2587 "license": "CC0-1.0", 2588 "dependencies": { 2589 "postcss-value-parser": "^4.2.0" 2590 }, 2591 "engines": { 2592 "node": "^12 || ^14 || >=16" 2593 }, 2594 "funding": { 2595 "type": "opencollective", 2596 "url": "https://opencollective.com/csstools" 2597 }, 2598 "peerDependencies": { 2599 "postcss": "^8.2" 2600 } 2601 }, 2602 "node_modules/@csstools/postcss-oklab-function": { 2603 "version": "1.1.1", 2604 "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", 2605 "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", 2606 "license": "CC0-1.0", 2607 "dependencies": { 2608 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 2609 "postcss-value-parser": "^4.2.0" 2610 }, 2611 "engines": { 2612 "node": "^12 || ^14 || >=16" 2613 }, 2614 "funding": { 2615 "type": "opencollective", 2616 "url": "https://opencollective.com/csstools" 2617 }, 2618 "peerDependencies": { 2619 "postcss": "^8.2" 2620 } 2621 }, 2622 "node_modules/@csstools/postcss-progressive-custom-properties": { 2623 "version": "1.3.0", 2624 "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", 2625 "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", 2626 "license": "CC0-1.0", 2627 "dependencies": { 2628 "postcss-value-parser": "^4.2.0" 2629 }, 2630 "engines": { 2631 "node": "^12 || ^14 || >=16" 2632 }, 2633 "peerDependencies": { 2634 "postcss": "^8.3" 2635 } 2636 }, 2637 "node_modules/@csstools/postcss-stepped-value-functions": { 2638 "version": "1.0.1", 2639 "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", 2640 "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", 2641 "license": "CC0-1.0", 2642 "dependencies": { 2643 "postcss-value-parser": "^4.2.0" 2644 }, 2645 "engines": { 2646 "node": "^12 || ^14 || >=16" 2647 }, 2648 "funding": { 2649 "type": "opencollective", 2650 "url": "https://opencollective.com/csstools" 2651 }, 2652 "peerDependencies": { 2653 "postcss": "^8.2" 2654 } 2655 }, 2656 "node_modules/@csstools/postcss-text-decoration-shorthand": { 2657 "version": "1.0.0", 2658 "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", 2659 "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", 2660 "license": "CC0-1.0", 2661 "dependencies": { 2662 "postcss-value-parser": "^4.2.0" 2663 }, 2664 "engines": { 2665 "node": "^12 || ^14 || >=16" 2666 }, 2667 "funding": { 2668 "type": "opencollective", 2669 "url": "https://opencollective.com/csstools" 2670 }, 2671 "peerDependencies": { 2672 "postcss": "^8.2" 2673 } 2674 }, 2675 "node_modules/@csstools/postcss-trigonometric-functions": { 2676 "version": "1.0.2", 2677 "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", 2678 "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", 2679 "license": "CC0-1.0", 2680 "dependencies": { 2681 "postcss-value-parser": "^4.2.0" 2682 }, 2683 "engines": { 2684 "node": "^14 || >=16" 2685 }, 2686 "funding": { 2687 "type": "opencollective", 2688 "url": "https://opencollective.com/csstools" 2689 }, 2690 "peerDependencies": { 2691 "postcss": "^8.2" 2692 } 2693 }, 2694 "node_modules/@csstools/postcss-unset-value": { 2695 "version": "1.0.2", 2696 "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", 2697 "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", 2698 "license": "CC0-1.0", 2699 "engines": { 2700 "node": "^12 || ^14 || >=16" 2701 }, 2702 "funding": { 2703 "type": "opencollective", 2704 "url": "https://opencollective.com/csstools" 2705 }, 2706 "peerDependencies": { 2707 "postcss": "^8.2" 2708 } 2709 }, 2710 "node_modules/@csstools/selector-specificity": { 2711 "version": "2.2.0", 2712 "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz", 2713 "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==", 2714 "license": "CC0-1.0", 2715 "engines": { 2716 "node": "^14 || ^16 || >=18" 2717 }, 2718 "funding": { 2719 "type": "opencollective", 2720 "url": "https://opencollective.com/csstools" 2721 }, 2722 "peerDependencies": { 2723 "postcss-selector-parser": "^6.0.10" 2724 } 2725 }, 2726 "node_modules/@eslint-community/eslint-utils": { 2727 "version": "4.4.1", 2728 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz", 2729 "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==", 2730 "license": "MIT", 2731 "dependencies": { 2732 "eslint-visitor-keys": "^3.4.3" 2733 }, 2734 "engines": { 2735 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 2736 }, 2737 "funding": { 2738 "url": "https://opencollective.com/eslint" 2739 }, 2740 "peerDependencies": { 2741 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" 2742 } 2743 }, 2744 "node_modules/@eslint-community/regexpp": { 2745 "version": "4.12.1", 2746 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", 2747 "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", 2748 "license": "MIT", 2749 "engines": { 2750 "node": "^12.0.0 || ^14.0.0 || >=16.0.0" 2751 } 2752 }, 2753 "node_modules/@eslint/eslintrc": { 2754 "version": "2.1.4", 2755 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", 2756 "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", 2757 "license": "MIT", 2758 "dependencies": { 2759 "ajv": "^6.12.4", 2760 "debug": "^4.3.2", 2761 "espree": "^9.6.0", 2762 "globals": "^13.19.0", 2763 "ignore": "^5.2.0", 2764 "import-fresh": "^3.2.1", 2765 "js-yaml": "^4.1.0", 2766 "minimatch": "^3.1.2", 2767 "strip-json-comments": "^3.1.1" 2768 }, 2769 "engines": { 2770 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 2771 }, 2772 "funding": { 2773 "url": "https://opencollective.com/eslint" 2774 } 2775 }, 2776 "node_modules/@eslint/eslintrc/node_modules/argparse": { 2777 "version": "2.0.1", 2778 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 2779 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 2780 "license": "Python-2.0" 2781 }, 2782 "node_modules/@eslint/eslintrc/node_modules/debug": { 2783 "version": "4.4.0", 2784 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 2785 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 2786 "license": "MIT", 2787 "dependencies": { 2788 "ms": "^2.1.3" 2789 }, 2790 "engines": { 2791 "node": ">=6.0" 2792 }, 2793 "peerDependenciesMeta": { 2794 "supports-color": { 2795 "optional": true 2796 } 2797 } 2798 }, 2799 "node_modules/@eslint/eslintrc/node_modules/globals": { 2800 "version": "13.24.0", 2801 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", 2802 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", 2803 "license": "MIT", 2804 "dependencies": { 2805 "type-fest": "^0.20.2" 2806 }, 2807 "engines": { 2808 "node": ">=8" 2809 }, 2810 "funding": { 2811 "url": "https://github.com/sponsors/sindresorhus" 2812 } 2813 }, 2814 "node_modules/@eslint/eslintrc/node_modules/js-yaml": { 2815 "version": "4.1.0", 2816 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 2817 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 2818 "license": "MIT", 2819 "dependencies": { 2820 "argparse": "^2.0.1" 2821 }, 2822 "bin": { 2823 "js-yaml": "bin/js-yaml.js" 2824 } 2825 }, 2826 "node_modules/@eslint/eslintrc/node_modules/ms": { 2827 "version": "2.1.3", 2828 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 2829 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 2830 "license": "MIT" 2831 }, 2832 "node_modules/@eslint/eslintrc/node_modules/type-fest": { 2833 "version": "0.20.2", 2834 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", 2835 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", 2836 "license": "(MIT OR CC0-1.0)", 2837 "engines": { 2838 "node": ">=10" 2839 }, 2840 "funding": { 2841 "url": "https://github.com/sponsors/sindresorhus" 2842 } 2843 }, 2844 "node_modules/@eslint/js": { 2845 "version": "8.57.1", 2846 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", 2847 "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", 2848 "license": "MIT", 2849 "engines": { 2850 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 2851 } 2852 }, 2853 "node_modules/@fortawesome/fontawesome-common-types": { 2854 "version": "6.7.2", 2855 "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.7.2.tgz", 2856 "integrity": "sha512-Zs+YeHUC5fkt7Mg1l6XTniei3k4bwG/yo3iFUtZWd/pMx9g3fdvkSK9E0FOC+++phXOka78uJcYb8JaFkW52Xg==", 2857 "license": "MIT", 2858 "engines": { 2859 "node": ">=6" 2860 } 2861 }, 2862 "node_modules/@fortawesome/fontawesome-svg-core": { 2863 "version": "6.7.2", 2864 "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.7.2.tgz", 2865 "integrity": "sha512-yxtOBWDrdi5DD5o1pmVdq3WMCvnobT0LU6R8RyyVXPvFRd2o79/0NCuQoCjNTeZz9EzA9xS3JxNWfv54RIHFEA==", 2866 "license": "MIT", 2867 "peer": true, 2868 "dependencies": { 2869 "@fortawesome/fontawesome-common-types": "6.7.2" 2870 }, 2871 "engines": { 2872 "node": ">=6" 2873 } 2874 }, 2875 "node_modules/@fortawesome/free-solid-svg-icons": { 2876 "version": "6.7.2", 2877 "resolved": "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.7.2.tgz", 2878 "integrity": "sha512-GsBrnOzU8uj0LECDfD5zomZJIjrPhIlWU82AHwa2s40FKH+kcxQaBvBo3Z4TxyZHIyX8XTDxsyA33/Vx9eFuQA==", 2879 "license": "(CC-BY-4.0 AND MIT)", 2880 "dependencies": { 2881 "@fortawesome/fontawesome-common-types": "6.7.2" 2882 }, 2883 "engines": { 2884 "node": ">=6" 2885 } 2886 }, 2887 "node_modules/@fortawesome/react-fontawesome": { 2888 "version": "0.2.2", 2889 "resolved": "https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.2.tgz", 2890 "integrity": "sha512-EnkrprPNqI6SXJl//m29hpaNzOp1bruISWaOiRtkMi/xSvHJlzc2j2JAYS7egxt/EbjSNV/k6Xy0AQI6vB2+1g==", 2891 "license": "MIT", 2892 "dependencies": { 2893 "prop-types": "^15.8.1" 2894 }, 2895 "peerDependencies": { 2896 "@fortawesome/fontawesome-svg-core": "~1 || ~6", 2897 "react": ">=16.3" 2898 } 2899 }, 2900 "node_modules/@humanwhocodes/config-array": { 2901 "version": "0.13.0", 2902 "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", 2903 "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", 2904 "deprecated": "Use @eslint/config-array instead", 2905 "license": "Apache-2.0", 2906 "dependencies": { 2907 "@humanwhocodes/object-schema": "^2.0.3", 2908 "debug": "^4.3.1", 2909 "minimatch": "^3.0.5" 2910 }, 2911 "engines": { 2912 "node": ">=10.10.0" 2913 } 2914 }, 2915 "node_modules/@humanwhocodes/config-array/node_modules/debug": { 2916 "version": "4.4.0", 2917 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 2918 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 2919 "license": "MIT", 2920 "dependencies": { 2921 "ms": "^2.1.3" 2922 }, 2923 "engines": { 2924 "node": ">=6.0" 2925 }, 2926 "peerDependenciesMeta": { 2927 "supports-color": { 2928 "optional": true 2929 } 2930 } 2931 }, 2932 "node_modules/@humanwhocodes/config-array/node_modules/ms": { 2933 "version": "2.1.3", 2934 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 2935 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 2936 "license": "MIT" 2937 }, 2938 "node_modules/@humanwhocodes/module-importer": { 2939 "version": "1.0.1", 2940 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", 2941 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", 2942 "license": "Apache-2.0", 2943 "engines": { 2944 "node": ">=12.22" 2945 }, 2946 "funding": { 2947 "type": "github", 2948 "url": "https://github.com/sponsors/nzakas" 2949 } 2950 }, 2951 "node_modules/@humanwhocodes/object-schema": { 2952 "version": "2.0.3", 2953 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", 2954 "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", 2955 "deprecated": "Use @eslint/object-schema instead", 2956 "license": "BSD-3-Clause" 2957 }, 2958 "node_modules/@isaacs/cliui": { 2959 "version": "8.0.2", 2960 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", 2961 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", 2962 "license": "ISC", 2963 "dependencies": { 2964 "string-width": "^5.1.2", 2965 "string-width-cjs": "npm:string-width@^4.2.0", 2966 "strip-ansi": "^7.0.1", 2967 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", 2968 "wrap-ansi": "^8.1.0", 2969 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" 2970 }, 2971 "engines": { 2972 "node": ">=12" 2973 } 2974 }, 2975 "node_modules/@isaacs/cliui/node_modules/ansi-regex": { 2976 "version": "6.1.0", 2977 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 2978 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 2979 "license": "MIT", 2980 "engines": { 2981 "node": ">=12" 2982 }, 2983 "funding": { 2984 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 2985 } 2986 }, 2987 "node_modules/@isaacs/cliui/node_modules/ansi-styles": { 2988 "version": "6.2.1", 2989 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 2990 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 2991 "license": "MIT", 2992 "engines": { 2993 "node": ">=12" 2994 }, 2995 "funding": { 2996 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2997 } 2998 }, 2999 "node_modules/@isaacs/cliui/node_modules/string-width": { 3000 "version": "5.1.2", 3001 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 3002 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 3003 "license": "MIT", 3004 "dependencies": { 3005 "eastasianwidth": "^0.2.0", 3006 "emoji-regex": "^9.2.2", 3007 "strip-ansi": "^7.0.1" 3008 }, 3009 "engines": { 3010 "node": ">=12" 3011 }, 3012 "funding": { 3013 "url": "https://github.com/sponsors/sindresorhus" 3014 } 3015 }, 3016 "node_modules/@isaacs/cliui/node_modules/strip-ansi": { 3017 "version": "7.1.0", 3018 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 3019 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 3020 "license": "MIT", 3021 "dependencies": { 3022 "ansi-regex": "^6.0.1" 3023 }, 3024 "engines": { 3025 "node": ">=12" 3026 }, 3027 "funding": { 3028 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 3029 } 3030 }, 3031 "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { 3032 "version": "8.1.0", 3033 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", 3034 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", 3035 "license": "MIT", 3036 "dependencies": { 3037 "ansi-styles": "^6.1.0", 3038 "string-width": "^5.0.1", 3039 "strip-ansi": "^7.0.1" 3040 }, 3041 "engines": { 3042 "node": ">=12" 3043 }, 3044 "funding": { 3045 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 3046 } 3047 }, 3048 "node_modules/@istanbuljs/load-nyc-config": { 3049 "version": "1.1.0", 3050 "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", 3051 "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", 3052 "license": "ISC", 3053 "dependencies": { 3054 "camelcase": "^5.3.1", 3055 "find-up": "^4.1.0", 3056 "get-package-type": "^0.1.0", 3057 "js-yaml": "^3.13.1", 3058 "resolve-from": "^5.0.0" 3059 }, 3060 "engines": { 3061 "node": ">=8" 3062 } 3063 }, 3064 "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { 3065 "version": "5.3.1", 3066 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", 3067 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", 3068 "license": "MIT", 3069 "engines": { 3070 "node": ">=6" 3071 } 3072 }, 3073 "node_modules/@istanbuljs/schema": { 3074 "version": "0.1.3", 3075 "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", 3076 "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", 3077 "license": "MIT", 3078 "engines": { 3079 "node": ">=8" 3080 } 3081 }, 3082 "node_modules/@jest/console": { 3083 "version": "27.5.1", 3084 "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", 3085 "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", 3086 "license": "MIT", 3087 "dependencies": { 3088 "@jest/types": "^27.5.1", 3089 "@types/node": "*", 3090 "chalk": "^4.0.0", 3091 "jest-message-util": "^27.5.1", 3092 "jest-util": "^27.5.1", 3093 "slash": "^3.0.0" 3094 }, 3095 "engines": { 3096 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3097 } 3098 }, 3099 "node_modules/@jest/core": { 3100 "version": "27.5.1", 3101 "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", 3102 "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", 3103 "license": "MIT", 3104 "dependencies": { 3105 "@jest/console": "^27.5.1", 3106 "@jest/reporters": "^27.5.1", 3107 "@jest/test-result": "^27.5.1", 3108 "@jest/transform": "^27.5.1", 3109 "@jest/types": "^27.5.1", 3110 "@types/node": "*", 3111 "ansi-escapes": "^4.2.1", 3112 "chalk": "^4.0.0", 3113 "emittery": "^0.8.1", 3114 "exit": "^0.1.2", 3115 "graceful-fs": "^4.2.9", 3116 "jest-changed-files": "^27.5.1", 3117 "jest-config": "^27.5.1", 3118 "jest-haste-map": "^27.5.1", 3119 "jest-message-util": "^27.5.1", 3120 "jest-regex-util": "^27.5.1", 3121 "jest-resolve": "^27.5.1", 3122 "jest-resolve-dependencies": "^27.5.1", 3123 "jest-runner": "^27.5.1", 3124 "jest-runtime": "^27.5.1", 3125 "jest-snapshot": "^27.5.1", 3126 "jest-util": "^27.5.1", 3127 "jest-validate": "^27.5.1", 3128 "jest-watcher": "^27.5.1", 3129 "micromatch": "^4.0.4", 3130 "rimraf": "^3.0.0", 3131 "slash": "^3.0.0", 3132 "strip-ansi": "^6.0.0" 3133 }, 3134 "engines": { 3135 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3136 }, 3137 "peerDependencies": { 3138 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" 3139 }, 3140 "peerDependenciesMeta": { 3141 "node-notifier": { 3142 "optional": true 3143 } 3144 } 3145 }, 3146 "node_modules/@jest/environment": { 3147 "version": "27.5.1", 3148 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", 3149 "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", 3150 "license": "MIT", 3151 "dependencies": { 3152 "@jest/fake-timers": "^27.5.1", 3153 "@jest/types": "^27.5.1", 3154 "@types/node": "*", 3155 "jest-mock": "^27.5.1" 3156 }, 3157 "engines": { 3158 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3159 } 3160 }, 3161 "node_modules/@jest/fake-timers": { 3162 "version": "27.5.1", 3163 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", 3164 "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", 3165 "license": "MIT", 3166 "dependencies": { 3167 "@jest/types": "^27.5.1", 3168 "@sinonjs/fake-timers": "^8.0.1", 3169 "@types/node": "*", 3170 "jest-message-util": "^27.5.1", 3171 "jest-mock": "^27.5.1", 3172 "jest-util": "^27.5.1" 3173 }, 3174 "engines": { 3175 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3176 } 3177 }, 3178 "node_modules/@jest/globals": { 3179 "version": "27.5.1", 3180 "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", 3181 "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", 3182 "license": "MIT", 3183 "dependencies": { 3184 "@jest/environment": "^27.5.1", 3185 "@jest/types": "^27.5.1", 3186 "expect": "^27.5.1" 3187 }, 3188 "engines": { 3189 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3190 } 3191 }, 3192 "node_modules/@jest/reporters": { 3193 "version": "27.5.1", 3194 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", 3195 "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", 3196 "license": "MIT", 3197 "dependencies": { 3198 "@bcoe/v8-coverage": "^0.2.3", 3199 "@jest/console": "^27.5.1", 3200 "@jest/test-result": "^27.5.1", 3201 "@jest/transform": "^27.5.1", 3202 "@jest/types": "^27.5.1", 3203 "@types/node": "*", 3204 "chalk": "^4.0.0", 3205 "collect-v8-coverage": "^1.0.0", 3206 "exit": "^0.1.2", 3207 "glob": "^7.1.2", 3208 "graceful-fs": "^4.2.9", 3209 "istanbul-lib-coverage": "^3.0.0", 3210 "istanbul-lib-instrument": "^5.1.0", 3211 "istanbul-lib-report": "^3.0.0", 3212 "istanbul-lib-source-maps": "^4.0.0", 3213 "istanbul-reports": "^3.1.3", 3214 "jest-haste-map": "^27.5.1", 3215 "jest-resolve": "^27.5.1", 3216 "jest-util": "^27.5.1", 3217 "jest-worker": "^27.5.1", 3218 "slash": "^3.0.0", 3219 "source-map": "^0.6.0", 3220 "string-length": "^4.0.1", 3221 "terminal-link": "^2.0.0", 3222 "v8-to-istanbul": "^8.1.0" 3223 }, 3224 "engines": { 3225 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3226 }, 3227 "peerDependencies": { 3228 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" 3229 }, 3230 "peerDependenciesMeta": { 3231 "node-notifier": { 3232 "optional": true 3233 } 3234 } 3235 }, 3236 "node_modules/@jest/reporters/node_modules/source-map": { 3237 "version": "0.6.1", 3238 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 3239 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 3240 "license": "BSD-3-Clause", 3241 "engines": { 3242 "node": ">=0.10.0" 3243 } 3244 }, 3245 "node_modules/@jest/schemas": { 3246 "version": "28.1.3", 3247 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", 3248 "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", 3249 "license": "MIT", 3250 "dependencies": { 3251 "@sinclair/typebox": "^0.24.1" 3252 }, 3253 "engines": { 3254 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 3255 } 3256 }, 3257 "node_modules/@jest/source-map": { 3258 "version": "27.5.1", 3259 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", 3260 "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", 3261 "license": "MIT", 3262 "dependencies": { 3263 "callsites": "^3.0.0", 3264 "graceful-fs": "^4.2.9", 3265 "source-map": "^0.6.0" 3266 }, 3267 "engines": { 3268 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3269 } 3270 }, 3271 "node_modules/@jest/source-map/node_modules/source-map": { 3272 "version": "0.6.1", 3273 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 3274 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 3275 "license": "BSD-3-Clause", 3276 "engines": { 3277 "node": ">=0.10.0" 3278 } 3279 }, 3280 "node_modules/@jest/test-result": { 3281 "version": "27.5.1", 3282 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", 3283 "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", 3284 "license": "MIT", 3285 "dependencies": { 3286 "@jest/console": "^27.5.1", 3287 "@jest/types": "^27.5.1", 3288 "@types/istanbul-lib-coverage": "^2.0.0", 3289 "collect-v8-coverage": "^1.0.0" 3290 }, 3291 "engines": { 3292 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3293 } 3294 }, 3295 "node_modules/@jest/test-sequencer": { 3296 "version": "27.5.1", 3297 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", 3298 "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", 3299 "license": "MIT", 3300 "dependencies": { 3301 "@jest/test-result": "^27.5.1", 3302 "graceful-fs": "^4.2.9", 3303 "jest-haste-map": "^27.5.1", 3304 "jest-runtime": "^27.5.1" 3305 }, 3306 "engines": { 3307 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3308 } 3309 }, 3310 "node_modules/@jest/transform": { 3311 "version": "27.5.1", 3312 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", 3313 "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", 3314 "license": "MIT", 3315 "dependencies": { 3316 "@babel/core": "^7.1.0", 3317 "@jest/types": "^27.5.1", 3318 "babel-plugin-istanbul": "^6.1.1", 3319 "chalk": "^4.0.0", 3320 "convert-source-map": "^1.4.0", 3321 "fast-json-stable-stringify": "^2.0.0", 3322 "graceful-fs": "^4.2.9", 3323 "jest-haste-map": "^27.5.1", 3324 "jest-regex-util": "^27.5.1", 3325 "jest-util": "^27.5.1", 3326 "micromatch": "^4.0.4", 3327 "pirates": "^4.0.4", 3328 "slash": "^3.0.0", 3329 "source-map": "^0.6.1", 3330 "write-file-atomic": "^3.0.0" 3331 }, 3332 "engines": { 3333 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3334 } 3335 }, 3336 "node_modules/@jest/transform/node_modules/convert-source-map": { 3337 "version": "1.9.0", 3338 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", 3339 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", 3340 "license": "MIT" 3341 }, 3342 "node_modules/@jest/transform/node_modules/source-map": { 3343 "version": "0.6.1", 3344 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 3345 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 3346 "license": "BSD-3-Clause", 3347 "engines": { 3348 "node": ">=0.10.0" 3349 } 3350 }, 3351 "node_modules/@jest/types": { 3352 "version": "27.5.1", 3353 "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", 3354 "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", 3355 "license": "MIT", 3356 "dependencies": { 3357 "@types/istanbul-lib-coverage": "^2.0.0", 3358 "@types/istanbul-reports": "^3.0.0", 3359 "@types/node": "*", 3360 "@types/yargs": "^16.0.0", 3361 "chalk": "^4.0.0" 3362 }, 3363 "engines": { 3364 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3365 } 3366 }, 3367 "node_modules/@jridgewell/gen-mapping": { 3368 "version": "0.3.8", 3369 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", 3370 "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", 3371 "license": "MIT", 3372 "dependencies": { 3373 "@jridgewell/set-array": "^1.2.1", 3374 "@jridgewell/sourcemap-codec": "^1.4.10", 3375 "@jridgewell/trace-mapping": "^0.3.24" 3376 }, 3377 "engines": { 3378 "node": ">=6.0.0" 3379 } 3380 }, 3381 "node_modules/@jridgewell/resolve-uri": { 3382 "version": "3.1.2", 3383 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 3384 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 3385 "license": "MIT", 3386 "engines": { 3387 "node": ">=6.0.0" 3388 } 3389 }, 3390 "node_modules/@jridgewell/set-array": { 3391 "version": "1.2.1", 3392 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", 3393 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", 3394 "license": "MIT", 3395 "engines": { 3396 "node": ">=6.0.0" 3397 } 3398 }, 3399 "node_modules/@jridgewell/source-map": { 3400 "version": "0.3.6", 3401 "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", 3402 "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", 3403 "license": "MIT", 3404 "dependencies": { 3405 "@jridgewell/gen-mapping": "^0.3.5", 3406 "@jridgewell/trace-mapping": "^0.3.25" 3407 } 3408 }, 3409 "node_modules/@jridgewell/sourcemap-codec": { 3410 "version": "1.5.0", 3411 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", 3412 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", 3413 "license": "MIT" 3414 }, 3415 "node_modules/@jridgewell/trace-mapping": { 3416 "version": "0.3.25", 3417 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", 3418 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", 3419 "license": "MIT", 3420 "dependencies": { 3421 "@jridgewell/resolve-uri": "^3.1.0", 3422 "@jridgewell/sourcemap-codec": "^1.4.14" 3423 } 3424 }, 3425 "node_modules/@leichtgewicht/ip-codec": { 3426 "version": "2.0.5", 3427 "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", 3428 "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", 3429 "license": "MIT" 3430 }, 3431 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { 3432 "version": "5.1.1-v1", 3433 "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", 3434 "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", 3435 "license": "MIT", 3436 "dependencies": { 3437 "eslint-scope": "5.1.1" 3438 } 3439 }, 3440 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": { 3441 "version": "5.1.1", 3442 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", 3443 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", 3444 "license": "BSD-2-Clause", 3445 "dependencies": { 3446 "esrecurse": "^4.3.0", 3447 "estraverse": "^4.1.1" 3448 }, 3449 "engines": { 3450 "node": ">=8.0.0" 3451 } 3452 }, 3453 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": { 3454 "version": "4.3.0", 3455 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 3456 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", 3457 "license": "BSD-2-Clause", 3458 "engines": { 3459 "node": ">=4.0" 3460 } 3461 }, 3462 "node_modules/@nodelib/fs.scandir": { 3463 "version": "2.1.5", 3464 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 3465 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 3466 "license": "MIT", 3467 "dependencies": { 3468 "@nodelib/fs.stat": "2.0.5", 3469 "run-parallel": "^1.1.9" 3470 }, 3471 "engines": { 3472 "node": ">= 8" 3473 } 3474 }, 3475 "node_modules/@nodelib/fs.stat": { 3476 "version": "2.0.5", 3477 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 3478 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 3479 "license": "MIT", 3480 "engines": { 3481 "node": ">= 8" 3482 } 3483 }, 3484 "node_modules/@nodelib/fs.walk": { 3485 "version": "1.2.8", 3486 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 3487 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 3488 "license": "MIT", 3489 "dependencies": { 3490 "@nodelib/fs.scandir": "2.1.5", 3491 "fastq": "^1.6.0" 3492 }, 3493 "engines": { 3494 "node": ">= 8" 3495 } 3496 }, 3497 "node_modules/@pkgjs/parseargs": { 3498 "version": "0.11.0", 3499 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", 3500 "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", 3501 "license": "MIT", 3502 "optional": true, 3503 "engines": { 3504 "node": ">=14" 3505 } 3506 }, 3507 "node_modules/@pmmmwh/react-refresh-webpack-plugin": { 3508 "version": "0.5.15", 3509 "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz", 3510 "integrity": "sha512-LFWllMA55pzB9D34w/wXUCf8+c+IYKuJDgxiZ3qMhl64KRMBHYM1I3VdGaD2BV5FNPV2/S2596bppxHbv2ZydQ==", 3511 "license": "MIT", 3512 "dependencies": { 3513 "ansi-html": "^0.0.9", 3514 "core-js-pure": "^3.23.3", 3515 "error-stack-parser": "^2.0.6", 3516 "html-entities": "^2.1.0", 3517 "loader-utils": "^2.0.4", 3518 "schema-utils": "^4.2.0", 3519 "source-map": "^0.7.3" 3520 }, 3521 "engines": { 3522 "node": ">= 10.13" 3523 }, 3524 "peerDependencies": { 3525 "@types/webpack": "4.x || 5.x", 3526 "react-refresh": ">=0.10.0 <1.0.0", 3527 "sockjs-client": "^1.4.0", 3528 "type-fest": ">=0.17.0 <5.0.0", 3529 "webpack": ">=4.43.0 <6.0.0", 3530 "webpack-dev-server": "3.x || 4.x || 5.x", 3531 "webpack-hot-middleware": "2.x", 3532 "webpack-plugin-serve": "0.x || 1.x" 3533 }, 3534 "peerDependenciesMeta": { 3535 "@types/webpack": { 3536 "optional": true 3537 }, 3538 "sockjs-client": { 3539 "optional": true 3540 }, 3541 "type-fest": { 3542 "optional": true 3543 }, 3544 "webpack-dev-server": { 3545 "optional": true 3546 }, 3547 "webpack-hot-middleware": { 3548 "optional": true 3549 }, 3550 "webpack-plugin-serve": { 3551 "optional": true 3552 } 3553 } 3554 }, 3555 "node_modules/@remix-run/router": { 3556 "version": "1.22.0", 3557 "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.22.0.tgz", 3558 "integrity": "sha512-MBOl8MeOzpK0HQQQshKB7pABXbmyHizdTpqnrIseTbsv0nAepwC2ENZa1aaBExNQcpLoXmWthhak8SABLzvGPw==", 3559 "license": "MIT", 3560 "engines": { 3561 "node": ">=14.0.0" 3562 } 3563 }, 3564 "node_modules/@rollup/plugin-babel": { 3565 "version": "5.3.1", 3566 "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", 3567 "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", 3568 "license": "MIT", 3569 "dependencies": { 3570 "@babel/helper-module-imports": "^7.10.4", 3571 "@rollup/pluginutils": "^3.1.0" 3572 }, 3573 "engines": { 3574 "node": ">= 10.0.0" 3575 }, 3576 "peerDependencies": { 3577 "@babel/core": "^7.0.0", 3578 "@types/babel__core": "^7.1.9", 3579 "rollup": "^1.20.0||^2.0.0" 3580 }, 3581 "peerDependenciesMeta": { 3582 "@types/babel__core": { 3583 "optional": true 3584 } 3585 } 3586 }, 3587 "node_modules/@rollup/plugin-node-resolve": { 3588 "version": "11.2.1", 3589 "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz", 3590 "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", 3591 "license": "MIT", 3592 "dependencies": { 3593 "@rollup/pluginutils": "^3.1.0", 3594 "@types/resolve": "1.17.1", 3595 "builtin-modules": "^3.1.0", 3596 "deepmerge": "^4.2.2", 3597 "is-module": "^1.0.0", 3598 "resolve": "^1.19.0" 3599 }, 3600 "engines": { 3601 "node": ">= 10.0.0" 3602 }, 3603 "peerDependencies": { 3604 "rollup": "^1.20.0||^2.0.0" 3605 } 3606 }, 3607 "node_modules/@rollup/plugin-replace": { 3608 "version": "2.4.2", 3609 "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", 3610 "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", 3611 "license": "MIT", 3612 "dependencies": { 3613 "@rollup/pluginutils": "^3.1.0", 3614 "magic-string": "^0.25.7" 3615 }, 3616 "peerDependencies": { 3617 "rollup": "^1.20.0 || ^2.0.0" 3618 } 3619 }, 3620 "node_modules/@rollup/pluginutils": { 3621 "version": "3.1.0", 3622 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", 3623 "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", 3624 "license": "MIT", 3625 "dependencies": { 3626 "@types/estree": "0.0.39", 3627 "estree-walker": "^1.0.1", 3628 "picomatch": "^2.2.2" 3629 }, 3630 "engines": { 3631 "node": ">= 8.0.0" 3632 }, 3633 "peerDependencies": { 3634 "rollup": "^1.20.0||^2.0.0" 3635 } 3636 }, 3637 "node_modules/@rollup/pluginutils/node_modules/@types/estree": { 3638 "version": "0.0.39", 3639 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", 3640 "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", 3641 "license": "MIT" 3642 }, 3643 "node_modules/@rtsao/scc": { 3644 "version": "1.1.0", 3645 "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz", 3646 "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==", 3647 "license": "MIT" 3648 }, 3649 "node_modules/@rushstack/eslint-patch": { 3650 "version": "1.10.5", 3651 "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.5.tgz", 3652 "integrity": "sha512-kkKUDVlII2DQiKy7UstOR1ErJP8kUKAQ4oa+SQtM0K+lPdmmjj0YnnxBgtTVYH7mUKtbsxeFC9y0AmK7Yb78/A==", 3653 "license": "MIT" 3654 }, 3655 "node_modules/@sinclair/typebox": { 3656 "version": "0.24.51", 3657 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", 3658 "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", 3659 "license": "MIT" 3660 }, 3661 "node_modules/@sinonjs/commons": { 3662 "version": "1.8.6", 3663 "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", 3664 "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", 3665 "license": "BSD-3-Clause", 3666 "dependencies": { 3667 "type-detect": "4.0.8" 3668 } 3669 }, 3670 "node_modules/@sinonjs/fake-timers": { 3671 "version": "8.1.0", 3672 "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", 3673 "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", 3674 "license": "BSD-3-Clause", 3675 "dependencies": { 3676 "@sinonjs/commons": "^1.7.0" 3677 } 3678 }, 3679 "node_modules/@supabase/auth-js": { 3680 "version": "2.67.3", 3681 "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.67.3.tgz", 3682 "integrity": "sha512-NJDaW8yXs49xMvWVOkSIr8j46jf+tYHV0wHhrwOaLLMZSFO4g6kKAf+MfzQ2RaD06OCUkUHIzctLAxjTgEVpzw==", 3683 "license": "MIT", 3684 "dependencies": { 3685 "@supabase/node-fetch": "^2.6.14" 3686 } 3687 }, 3688 "node_modules/@supabase/functions-js": { 3689 "version": "2.4.4", 3690 "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.4.4.tgz", 3691 "integrity": "sha512-WL2p6r4AXNGwop7iwvul2BvOtuJ1YQy8EbOd0dhG1oN1q8el/BIRSFCFnWAMM/vJJlHWLi4ad22sKbKr9mvjoA==", 3692 "license": "MIT", 3693 "dependencies": { 3694 "@supabase/node-fetch": "^2.6.14" 3695 } 3696 }, 3697 "node_modules/@supabase/node-fetch": { 3698 "version": "2.6.15", 3699 "resolved": "https://registry.npmjs.org/@supabase/node-fetch/-/node-fetch-2.6.15.tgz", 3700 "integrity": "sha512-1ibVeYUacxWYi9i0cf5efil6adJ9WRyZBLivgjs+AUpewx1F3xPi7gLgaASI2SmIQxPoCEjAsLAzKPgMJVgOUQ==", 3701 "license": "MIT", 3702 "dependencies": { 3703 "whatwg-url": "^5.0.0" 3704 }, 3705 "engines": { 3706 "node": "4.x || >=6.0.0" 3707 } 3708 }, 3709 "node_modules/@supabase/node-fetch/node_modules/tr46": { 3710 "version": "0.0.3", 3711 "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", 3712 "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", 3713 "license": "MIT" 3714 }, 3715 "node_modules/@supabase/node-fetch/node_modules/webidl-conversions": { 3716 "version": "3.0.1", 3717 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", 3718 "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", 3719 "license": "BSD-2-Clause" 3720 }, 3721 "node_modules/@supabase/node-fetch/node_modules/whatwg-url": { 3722 "version": "5.0.0", 3723 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", 3724 "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", 3725 "license": "MIT", 3726 "dependencies": { 3727 "tr46": "~0.0.3", 3728 "webidl-conversions": "^3.0.0" 3729 } 3730 }, 3731 "node_modules/@supabase/postgrest-js": { 3732 "version": "1.18.1", 3733 "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.18.1.tgz", 3734 "integrity": "sha512-dWDnoC0MoDHKhaEOrsEKTadWQcBNknZVQcSgNE/Q2wXh05mhCL1ut/jthRUrSbYcqIw/CEjhaeIPp7dLarT0bg==", 3735 "license": "MIT", 3736 "dependencies": { 3737 "@supabase/node-fetch": "^2.6.14" 3738 } 3739 }, 3740 "node_modules/@supabase/realtime-js": { 3741 "version": "2.11.2", 3742 "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.11.2.tgz", 3743 "integrity": "sha512-u/XeuL2Y0QEhXSoIPZZwR6wMXgB+RQbJzG9VErA3VghVt7uRfSVsjeqd7m5GhX3JR6dM/WRmLbVR8URpDWG4+w==", 3744 "license": "MIT", 3745 "dependencies": { 3746 "@supabase/node-fetch": "^2.6.14", 3747 "@types/phoenix": "^1.5.4", 3748 "@types/ws": "^8.5.10", 3749 "ws": "^8.18.0" 3750 } 3751 }, 3752 "node_modules/@supabase/realtime-js/node_modules/ws": { 3753 "version": "8.18.0", 3754 "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", 3755 "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", 3756 "license": "MIT", 3757 "engines": { 3758 "node": ">=10.0.0" 3759 }, 3760 "peerDependencies": { 3761 "bufferutil": "^4.0.1", 3762 "utf-8-validate": ">=5.0.2" 3763 }, 3764 "peerDependenciesMeta": { 3765 "bufferutil": { 3766 "optional": true 3767 }, 3768 "utf-8-validate": { 3769 "optional": true 3770 } 3771 } 3772 }, 3773 "node_modules/@supabase/storage-js": { 3774 "version": "2.7.1", 3775 "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.7.1.tgz", 3776 "integrity": "sha512-asYHcyDR1fKqrMpytAS1zjyEfvxuOIp1CIXX7ji4lHHcJKqyk+sLl/Vxgm4sN6u8zvuUtae9e4kDxQP2qrwWBA==", 3777 "license": "MIT", 3778 "dependencies": { 3779 "@supabase/node-fetch": "^2.6.14" 3780 } 3781 }, 3782 "node_modules/@supabase/supabase-js": { 3783 "version": "2.48.1", 3784 "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.48.1.tgz", 3785 "integrity": "sha512-VMD+CYk/KxfwGbI4fqwSUVA7CLr1izXpqfFerhnYPSi6LEKD8GoR4kuO5Cc8a+N43LnfSQwLJu4kVm2e4etEmA==", 3786 "license": "MIT", 3787 "dependencies": { 3788 "@supabase/auth-js": "2.67.3", 3789 "@supabase/functions-js": "2.4.4", 3790 "@supabase/node-fetch": "2.6.15", 3791 "@supabase/postgrest-js": "1.18.1", 3792 "@supabase/realtime-js": "2.11.2", 3793 "@supabase/storage-js": "2.7.1" 3794 } 3795 }, 3796 "node_modules/@surma/rollup-plugin-off-main-thread": { 3797 "version": "2.2.3", 3798 "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", 3799 "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", 3800 "license": "Apache-2.0", 3801 "dependencies": { 3802 "ejs": "^3.1.6", 3803 "json5": "^2.2.0", 3804 "magic-string": "^0.25.0", 3805 "string.prototype.matchall": "^4.0.6" 3806 } 3807 }, 3808 "node_modules/@svgr/babel-plugin-add-jsx-attribute": { 3809 "version": "5.4.0", 3810 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", 3811 "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==", 3812 "license": "MIT", 3813 "engines": { 3814 "node": ">=10" 3815 }, 3816 "funding": { 3817 "type": "github", 3818 "url": "https://github.com/sponsors/gregberge" 3819 } 3820 }, 3821 "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { 3822 "version": "5.4.0", 3823 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", 3824 "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==", 3825 "license": "MIT", 3826 "engines": { 3827 "node": ">=10" 3828 }, 3829 "funding": { 3830 "type": "github", 3831 "url": "https://github.com/sponsors/gregberge" 3832 } 3833 }, 3834 "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { 3835 "version": "5.0.1", 3836 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", 3837 "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==", 3838 "license": "MIT", 3839 "engines": { 3840 "node": ">=10" 3841 }, 3842 "funding": { 3843 "type": "github", 3844 "url": "https://github.com/sponsors/gregberge" 3845 } 3846 }, 3847 "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { 3848 "version": "5.0.1", 3849 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", 3850 "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==", 3851 "license": "MIT", 3852 "engines": { 3853 "node": ">=10" 3854 }, 3855 "funding": { 3856 "type": "github", 3857 "url": "https://github.com/sponsors/gregberge" 3858 } 3859 }, 3860 "node_modules/@svgr/babel-plugin-svg-dynamic-title": { 3861 "version": "5.4.0", 3862 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", 3863 "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==", 3864 "license": "MIT", 3865 "engines": { 3866 "node": ">=10" 3867 }, 3868 "funding": { 3869 "type": "github", 3870 "url": "https://github.com/sponsors/gregberge" 3871 } 3872 }, 3873 "node_modules/@svgr/babel-plugin-svg-em-dimensions": { 3874 "version": "5.4.0", 3875 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", 3876 "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==", 3877 "license": "MIT", 3878 "engines": { 3879 "node": ">=10" 3880 }, 3881 "funding": { 3882 "type": "github", 3883 "url": "https://github.com/sponsors/gregberge" 3884 } 3885 }, 3886 "node_modules/@svgr/babel-plugin-transform-react-native-svg": { 3887 "version": "5.4.0", 3888 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", 3889 "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==", 3890 "license": "MIT", 3891 "engines": { 3892 "node": ">=10" 3893 }, 3894 "funding": { 3895 "type": "github", 3896 "url": "https://github.com/sponsors/gregberge" 3897 } 3898 }, 3899 "node_modules/@svgr/babel-plugin-transform-svg-component": { 3900 "version": "5.5.0", 3901 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", 3902 "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==", 3903 "license": "MIT", 3904 "engines": { 3905 "node": ">=10" 3906 }, 3907 "funding": { 3908 "type": "github", 3909 "url": "https://github.com/sponsors/gregberge" 3910 } 3911 }, 3912 "node_modules/@svgr/babel-preset": { 3913 "version": "5.5.0", 3914 "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", 3915 "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", 3916 "license": "MIT", 3917 "dependencies": { 3918 "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", 3919 "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", 3920 "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", 3921 "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", 3922 "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", 3923 "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", 3924 "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", 3925 "@svgr/babel-plugin-transform-svg-component": "^5.5.0" 3926 }, 3927 "engines": { 3928 "node": ">=10" 3929 }, 3930 "funding": { 3931 "type": "github", 3932 "url": "https://github.com/sponsors/gregberge" 3933 } 3934 }, 3935 "node_modules/@svgr/core": { 3936 "version": "5.5.0", 3937 "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", 3938 "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", 3939 "license": "MIT", 3940 "dependencies": { 3941 "@svgr/plugin-jsx": "^5.5.0", 3942 "camelcase": "^6.2.0", 3943 "cosmiconfig": "^7.0.0" 3944 }, 3945 "engines": { 3946 "node": ">=10" 3947 }, 3948 "funding": { 3949 "type": "github", 3950 "url": "https://github.com/sponsors/gregberge" 3951 } 3952 }, 3953 "node_modules/@svgr/hast-util-to-babel-ast": { 3954 "version": "5.5.0", 3955 "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", 3956 "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", 3957 "license": "MIT", 3958 "dependencies": { 3959 "@babel/types": "^7.12.6" 3960 }, 3961 "engines": { 3962 "node": ">=10" 3963 }, 3964 "funding": { 3965 "type": "github", 3966 "url": "https://github.com/sponsors/gregberge" 3967 } 3968 }, 3969 "node_modules/@svgr/plugin-jsx": { 3970 "version": "5.5.0", 3971 "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", 3972 "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", 3973 "license": "MIT", 3974 "dependencies": { 3975 "@babel/core": "^7.12.3", 3976 "@svgr/babel-preset": "^5.5.0", 3977 "@svgr/hast-util-to-babel-ast": "^5.5.0", 3978 "svg-parser": "^2.0.2" 3979 }, 3980 "engines": { 3981 "node": ">=10" 3982 }, 3983 "funding": { 3984 "type": "github", 3985 "url": "https://github.com/sponsors/gregberge" 3986 } 3987 }, 3988 "node_modules/@svgr/plugin-svgo": { 3989 "version": "5.5.0", 3990 "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", 3991 "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", 3992 "license": "MIT", 3993 "dependencies": { 3994 "cosmiconfig": "^7.0.0", 3995 "deepmerge": "^4.2.2", 3996 "svgo": "^1.2.2" 3997 }, 3998 "engines": { 3999 "node": ">=10" 4000 }, 4001 "funding": { 4002 "type": "github", 4003 "url": "https://github.com/sponsors/gregberge" 4004 } 4005 }, 4006 "node_modules/@svgr/webpack": { 4007 "version": "5.5.0", 4008 "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", 4009 "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", 4010 "license": "MIT", 4011 "dependencies": { 4012 "@babel/core": "^7.12.3", 4013 "@babel/plugin-transform-react-constant-elements": "^7.12.1", 4014 "@babel/preset-env": "^7.12.1", 4015 "@babel/preset-react": "^7.12.5", 4016 "@svgr/core": "^5.5.0", 4017 "@svgr/plugin-jsx": "^5.5.0", 4018 "@svgr/plugin-svgo": "^5.5.0", 4019 "loader-utils": "^2.0.0" 4020 }, 4021 "engines": { 4022 "node": ">=10" 4023 }, 4024 "funding": { 4025 "type": "github", 4026 "url": "https://github.com/sponsors/gregberge" 4027 } 4028 }, 4029 "node_modules/@tootallnate/once": { 4030 "version": "1.1.2", 4031 "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", 4032 "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", 4033 "license": "MIT", 4034 "engines": { 4035 "node": ">= 6" 4036 } 4037 }, 4038 "node_modules/@trysound/sax": { 4039 "version": "0.2.0", 4040 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", 4041 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", 4042 "license": "ISC", 4043 "engines": { 4044 "node": ">=10.13.0" 4045 } 4046 }, 4047 "node_modules/@types/babel__core": { 4048 "version": "7.20.5", 4049 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", 4050 "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", 4051 "license": "MIT", 4052 "dependencies": { 4053 "@babel/parser": "^7.20.7", 4054 "@babel/types": "^7.20.7", 4055 "@types/babel__generator": "*", 4056 "@types/babel__template": "*", 4057 "@types/babel__traverse": "*" 4058 } 4059 }, 4060 "node_modules/@types/babel__generator": { 4061 "version": "7.6.8", 4062 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", 4063 "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", 4064 "license": "MIT", 4065 "dependencies": { 4066 "@babel/types": "^7.0.0" 4067 } 4068 }, 4069 "node_modules/@types/babel__template": { 4070 "version": "7.4.4", 4071 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", 4072 "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", 4073 "license": "MIT", 4074 "dependencies": { 4075 "@babel/parser": "^7.1.0", 4076 "@babel/types": "^7.0.0" 4077 } 4078 }, 4079 "node_modules/@types/babel__traverse": { 4080 "version": "7.20.6", 4081 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", 4082 "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", 4083 "license": "MIT", 4084 "dependencies": { 4085 "@babel/types": "^7.20.7" 4086 } 4087 }, 4088 "node_modules/@types/body-parser": { 4089 "version": "1.19.5", 4090 "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", 4091 "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", 4092 "license": "MIT", 4093 "dependencies": { 4094 "@types/connect": "*", 4095 "@types/node": "*" 4096 } 4097 }, 4098 "node_modules/@types/bonjour": { 4099 "version": "3.5.13", 4100 "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", 4101 "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", 4102 "license": "MIT", 4103 "dependencies": { 4104 "@types/node": "*" 4105 } 4106 }, 4107 "node_modules/@types/connect": { 4108 "version": "3.4.38", 4109 "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", 4110 "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", 4111 "license": "MIT", 4112 "dependencies": { 4113 "@types/node": "*" 4114 } 4115 }, 4116 "node_modules/@types/connect-history-api-fallback": { 4117 "version": "1.5.4", 4118 "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", 4119 "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", 4120 "license": "MIT", 4121 "dependencies": { 4122 "@types/express-serve-static-core": "*", 4123 "@types/node": "*" 4124 } 4125 }, 4126 "node_modules/@types/d3-array": { 4127 "version": "3.2.1", 4128 "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.1.tgz", 4129 "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==", 4130 "license": "MIT" 4131 }, 4132 "node_modules/@types/d3-color": { 4133 "version": "3.1.3", 4134 "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", 4135 "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", 4136 "license": "MIT" 4137 }, 4138 "node_modules/@types/d3-ease": { 4139 "version": "3.0.2", 4140 "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz", 4141 "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==", 4142 "license": "MIT" 4143 }, 4144 "node_modules/@types/d3-interpolate": { 4145 "version": "3.0.4", 4146 "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", 4147 "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", 4148 "license": "MIT", 4149 "dependencies": { 4150 "@types/d3-color": "*" 4151 } 4152 }, 4153 "node_modules/@types/d3-path": { 4154 "version": "3.1.1", 4155 "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz", 4156 "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==", 4157 "license": "MIT" 4158 }, 4159 "node_modules/@types/d3-scale": { 4160 "version": "4.0.9", 4161 "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz", 4162 "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==", 4163 "license": "MIT", 4164 "dependencies": { 4165 "@types/d3-time": "*" 4166 } 4167 }, 4168 "node_modules/@types/d3-shape": { 4169 "version": "3.1.7", 4170 "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz", 4171 "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==", 4172 "license": "MIT", 4173 "dependencies": { 4174 "@types/d3-path": "*" 4175 } 4176 }, 4177 "node_modules/@types/d3-time": { 4178 "version": "3.0.4", 4179 "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", 4180 "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==", 4181 "license": "MIT" 4182 }, 4183 "node_modules/@types/d3-timer": { 4184 "version": "3.0.2", 4185 "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz", 4186 "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==", 4187 "license": "MIT" 4188 }, 4189 "node_modules/@types/eslint": { 4190 "version": "8.56.12", 4191 "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz", 4192 "integrity": "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==", 4193 "license": "MIT", 4194 "dependencies": { 4195 "@types/estree": "*", 4196 "@types/json-schema": "*" 4197 } 4198 }, 4199 "node_modules/@types/eslint-scope": { 4200 "version": "3.7.7", 4201 "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", 4202 "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", 4203 "license": "MIT", 4204 "dependencies": { 4205 "@types/eslint": "*", 4206 "@types/estree": "*" 4207 } 4208 }, 4209 "node_modules/@types/estree": { 4210 "version": "1.0.6", 4211 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", 4212 "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", 4213 "license": "MIT" 4214 }, 4215 "node_modules/@types/express": { 4216 "version": "4.17.21", 4217 "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", 4218 "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", 4219 "license": "MIT", 4220 "dependencies": { 4221 "@types/body-parser": "*", 4222 "@types/express-serve-static-core": "^4.17.33", 4223 "@types/qs": "*", 4224 "@types/serve-static": "*" 4225 } 4226 }, 4227 "node_modules/@types/express-serve-static-core": { 4228 "version": "5.0.6", 4229 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz", 4230 "integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==", 4231 "license": "MIT", 4232 "dependencies": { 4233 "@types/node": "*", 4234 "@types/qs": "*", 4235 "@types/range-parser": "*", 4236 "@types/send": "*" 4237 } 4238 }, 4239 "node_modules/@types/express/node_modules/@types/express-serve-static-core": { 4240 "version": "4.19.6", 4241 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", 4242 "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", 4243 "license": "MIT", 4244 "dependencies": { 4245 "@types/node": "*", 4246 "@types/qs": "*", 4247 "@types/range-parser": "*", 4248 "@types/send": "*" 4249 } 4250 }, 4251 "node_modules/@types/graceful-fs": { 4252 "version": "4.1.9", 4253 "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", 4254 "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", 4255 "license": "MIT", 4256 "dependencies": { 4257 "@types/node": "*" 4258 } 4259 }, 4260 "node_modules/@types/html-minifier-terser": { 4261 "version": "6.1.0", 4262 "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", 4263 "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", 4264 "license": "MIT" 4265 }, 4266 "node_modules/@types/http-errors": { 4267 "version": "2.0.4", 4268 "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", 4269 "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", 4270 "license": "MIT" 4271 }, 4272 "node_modules/@types/http-proxy": { 4273 "version": "1.17.16", 4274 "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.16.tgz", 4275 "integrity": "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==", 4276 "license": "MIT", 4277 "dependencies": { 4278 "@types/node": "*" 4279 } 4280 }, 4281 "node_modules/@types/istanbul-lib-coverage": { 4282 "version": "2.0.6", 4283 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", 4284 "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", 4285 "license": "MIT" 4286 }, 4287 "node_modules/@types/istanbul-lib-report": { 4288 "version": "3.0.3", 4289 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", 4290 "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", 4291 "license": "MIT", 4292 "dependencies": { 4293 "@types/istanbul-lib-coverage": "*" 4294 } 4295 }, 4296 "node_modules/@types/istanbul-reports": { 4297 "version": "3.0.4", 4298 "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", 4299 "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", 4300 "license": "MIT", 4301 "dependencies": { 4302 "@types/istanbul-lib-report": "*" 4303 } 4304 }, 4305 "node_modules/@types/json-schema": { 4306 "version": "7.0.15", 4307 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", 4308 "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", 4309 "license": "MIT" 4310 }, 4311 "node_modules/@types/json5": { 4312 "version": "0.0.29", 4313 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", 4314 "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", 4315 "license": "MIT" 4316 }, 4317 "node_modules/@types/mime": { 4318 "version": "1.3.5", 4319 "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", 4320 "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", 4321 "license": "MIT" 4322 }, 4323 "node_modules/@types/node": { 4324 "version": "22.13.4", 4325 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.4.tgz", 4326 "integrity": "sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==", 4327 "license": "MIT", 4328 "dependencies": { 4329 "undici-types": "~6.20.0" 4330 } 4331 }, 4332 "node_modules/@types/node-forge": { 4333 "version": "1.3.11", 4334 "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", 4335 "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", 4336 "license": "MIT", 4337 "dependencies": { 4338 "@types/node": "*" 4339 } 4340 }, 4341 "node_modules/@types/parse-json": { 4342 "version": "4.0.2", 4343 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", 4344 "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", 4345 "license": "MIT" 4346 }, 4347 "node_modules/@types/phoenix": { 4348 "version": "1.6.6", 4349 "resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.6.6.tgz", 4350 "integrity": "sha512-PIzZZlEppgrpoT2QgbnDU+MMzuR6BbCjllj0bM70lWoejMeNJAxCchxnv7J3XFkI8MpygtRpzXrIlmWUBclP5A==", 4351 "license": "MIT" 4352 }, 4353 "node_modules/@types/prettier": { 4354 "version": "2.7.3", 4355 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", 4356 "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==", 4357 "license": "MIT" 4358 }, 4359 "node_modules/@types/q": { 4360 "version": "1.5.8", 4361 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz", 4362 "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==", 4363 "license": "MIT" 4364 }, 4365 "node_modules/@types/qs": { 4366 "version": "6.9.18", 4367 "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz", 4368 "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==", 4369 "license": "MIT" 4370 }, 4371 "node_modules/@types/range-parser": { 4372 "version": "1.2.7", 4373 "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", 4374 "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", 4375 "license": "MIT" 4376 }, 4377 "node_modules/@types/resolve": { 4378 "version": "1.17.1", 4379 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", 4380 "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", 4381 "license": "MIT", 4382 "dependencies": { 4383 "@types/node": "*" 4384 } 4385 }, 4386 "node_modules/@types/retry": { 4387 "version": "0.12.0", 4388 "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", 4389 "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", 4390 "license": "MIT" 4391 }, 4392 "node_modules/@types/semver": { 4393 "version": "7.5.8", 4394 "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", 4395 "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==", 4396 "license": "MIT" 4397 }, 4398 "node_modules/@types/send": { 4399 "version": "0.17.4", 4400 "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", 4401 "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", 4402 "license": "MIT", 4403 "dependencies": { 4404 "@types/mime": "^1", 4405 "@types/node": "*" 4406 } 4407 }, 4408 "node_modules/@types/serve-index": { 4409 "version": "1.9.4", 4410 "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", 4411 "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", 4412 "license": "MIT", 4413 "dependencies": { 4414 "@types/express": "*" 4415 } 4416 }, 4417 "node_modules/@types/serve-static": { 4418 "version": "1.15.7", 4419 "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", 4420 "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", 4421 "license": "MIT", 4422 "dependencies": { 4423 "@types/http-errors": "*", 4424 "@types/node": "*", 4425 "@types/send": "*" 4426 } 4427 }, 4428 "node_modules/@types/sockjs": { 4429 "version": "0.3.36", 4430 "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", 4431 "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", 4432 "license": "MIT", 4433 "dependencies": { 4434 "@types/node": "*" 4435 } 4436 }, 4437 "node_modules/@types/stack-utils": { 4438 "version": "2.0.3", 4439 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", 4440 "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", 4441 "license": "MIT" 4442 }, 4443 "node_modules/@types/trusted-types": { 4444 "version": "2.0.7", 4445 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", 4446 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", 4447 "license": "MIT" 4448 }, 4449 "node_modules/@types/ws": { 4450 "version": "8.5.14", 4451 "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.14.tgz", 4452 "integrity": "sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==", 4453 "license": "MIT", 4454 "dependencies": { 4455 "@types/node": "*" 4456 } 4457 }, 4458 "node_modules/@types/yargs": { 4459 "version": "16.0.9", 4460 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", 4461 "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", 4462 "license": "MIT", 4463 "dependencies": { 4464 "@types/yargs-parser": "*" 4465 } 4466 }, 4467 "node_modules/@types/yargs-parser": { 4468 "version": "21.0.3", 4469 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", 4470 "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", 4471 "license": "MIT" 4472 }, 4473 "node_modules/@typescript-eslint/eslint-plugin": { 4474 "version": "5.62.0", 4475 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", 4476 "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", 4477 "license": "MIT", 4478 "dependencies": { 4479 "@eslint-community/regexpp": "^4.4.0", 4480 "@typescript-eslint/scope-manager": "5.62.0", 4481 "@typescript-eslint/type-utils": "5.62.0", 4482 "@typescript-eslint/utils": "5.62.0", 4483 "debug": "^4.3.4", 4484 "graphemer": "^1.4.0", 4485 "ignore": "^5.2.0", 4486 "natural-compare-lite": "^1.4.0", 4487 "semver": "^7.3.7", 4488 "tsutils": "^3.21.0" 4489 }, 4490 "engines": { 4491 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4492 }, 4493 "funding": { 4494 "type": "opencollective", 4495 "url": "https://opencollective.com/typescript-eslint" 4496 }, 4497 "peerDependencies": { 4498 "@typescript-eslint/parser": "^5.0.0", 4499 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 4500 }, 4501 "peerDependenciesMeta": { 4502 "typescript": { 4503 "optional": true 4504 } 4505 } 4506 }, 4507 "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": { 4508 "version": "4.4.0", 4509 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 4510 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 4511 "license": "MIT", 4512 "dependencies": { 4513 "ms": "^2.1.3" 4514 }, 4515 "engines": { 4516 "node": ">=6.0" 4517 }, 4518 "peerDependenciesMeta": { 4519 "supports-color": { 4520 "optional": true 4521 } 4522 } 4523 }, 4524 "node_modules/@typescript-eslint/eslint-plugin/node_modules/ms": { 4525 "version": "2.1.3", 4526 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 4527 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 4528 "license": "MIT" 4529 }, 4530 "node_modules/@typescript-eslint/experimental-utils": { 4531 "version": "5.62.0", 4532 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz", 4533 "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==", 4534 "license": "MIT", 4535 "dependencies": { 4536 "@typescript-eslint/utils": "5.62.0" 4537 }, 4538 "engines": { 4539 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4540 }, 4541 "funding": { 4542 "type": "opencollective", 4543 "url": "https://opencollective.com/typescript-eslint" 4544 }, 4545 "peerDependencies": { 4546 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 4547 } 4548 }, 4549 "node_modules/@typescript-eslint/parser": { 4550 "version": "5.62.0", 4551 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", 4552 "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", 4553 "license": "BSD-2-Clause", 4554 "dependencies": { 4555 "@typescript-eslint/scope-manager": "5.62.0", 4556 "@typescript-eslint/types": "5.62.0", 4557 "@typescript-eslint/typescript-estree": "5.62.0", 4558 "debug": "^4.3.4" 4559 }, 4560 "engines": { 4561 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4562 }, 4563 "funding": { 4564 "type": "opencollective", 4565 "url": "https://opencollective.com/typescript-eslint" 4566 }, 4567 "peerDependencies": { 4568 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 4569 }, 4570 "peerDependenciesMeta": { 4571 "typescript": { 4572 "optional": true 4573 } 4574 } 4575 }, 4576 "node_modules/@typescript-eslint/parser/node_modules/debug": { 4577 "version": "4.4.0", 4578 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 4579 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 4580 "license": "MIT", 4581 "dependencies": { 4582 "ms": "^2.1.3" 4583 }, 4584 "engines": { 4585 "node": ">=6.0" 4586 }, 4587 "peerDependenciesMeta": { 4588 "supports-color": { 4589 "optional": true 4590 } 4591 } 4592 }, 4593 "node_modules/@typescript-eslint/parser/node_modules/ms": { 4594 "version": "2.1.3", 4595 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 4596 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 4597 "license": "MIT" 4598 }, 4599 "node_modules/@typescript-eslint/scope-manager": { 4600 "version": "5.62.0", 4601 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", 4602 "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", 4603 "license": "MIT", 4604 "dependencies": { 4605 "@typescript-eslint/types": "5.62.0", 4606 "@typescript-eslint/visitor-keys": "5.62.0" 4607 }, 4608 "engines": { 4609 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4610 }, 4611 "funding": { 4612 "type": "opencollective", 4613 "url": "https://opencollective.com/typescript-eslint" 4614 } 4615 }, 4616 "node_modules/@typescript-eslint/type-utils": { 4617 "version": "5.62.0", 4618 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", 4619 "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", 4620 "license": "MIT", 4621 "dependencies": { 4622 "@typescript-eslint/typescript-estree": "5.62.0", 4623 "@typescript-eslint/utils": "5.62.0", 4624 "debug": "^4.3.4", 4625 "tsutils": "^3.21.0" 4626 }, 4627 "engines": { 4628 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4629 }, 4630 "funding": { 4631 "type": "opencollective", 4632 "url": "https://opencollective.com/typescript-eslint" 4633 }, 4634 "peerDependencies": { 4635 "eslint": "*" 4636 }, 4637 "peerDependenciesMeta": { 4638 "typescript": { 4639 "optional": true 4640 } 4641 } 4642 }, 4643 "node_modules/@typescript-eslint/type-utils/node_modules/debug": { 4644 "version": "4.4.0", 4645 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 4646 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 4647 "license": "MIT", 4648 "dependencies": { 4649 "ms": "^2.1.3" 4650 }, 4651 "engines": { 4652 "node": ">=6.0" 4653 }, 4654 "peerDependenciesMeta": { 4655 "supports-color": { 4656 "optional": true 4657 } 4658 } 4659 }, 4660 "node_modules/@typescript-eslint/type-utils/node_modules/ms": { 4661 "version": "2.1.3", 4662 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 4663 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 4664 "license": "MIT" 4665 }, 4666 "node_modules/@typescript-eslint/types": { 4667 "version": "5.62.0", 4668 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", 4669 "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", 4670 "license": "MIT", 4671 "engines": { 4672 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4673 }, 4674 "funding": { 4675 "type": "opencollective", 4676 "url": "https://opencollective.com/typescript-eslint" 4677 } 4678 }, 4679 "node_modules/@typescript-eslint/typescript-estree": { 4680 "version": "5.62.0", 4681 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", 4682 "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", 4683 "license": "BSD-2-Clause", 4684 "dependencies": { 4685 "@typescript-eslint/types": "5.62.0", 4686 "@typescript-eslint/visitor-keys": "5.62.0", 4687 "debug": "^4.3.4", 4688 "globby": "^11.1.0", 4689 "is-glob": "^4.0.3", 4690 "semver": "^7.3.7", 4691 "tsutils": "^3.21.0" 4692 }, 4693 "engines": { 4694 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4695 }, 4696 "funding": { 4697 "type": "opencollective", 4698 "url": "https://opencollective.com/typescript-eslint" 4699 }, 4700 "peerDependenciesMeta": { 4701 "typescript": { 4702 "optional": true 4703 } 4704 } 4705 }, 4706 "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": { 4707 "version": "4.4.0", 4708 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 4709 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 4710 "license": "MIT", 4711 "dependencies": { 4712 "ms": "^2.1.3" 4713 }, 4714 "engines": { 4715 "node": ">=6.0" 4716 }, 4717 "peerDependenciesMeta": { 4718 "supports-color": { 4719 "optional": true 4720 } 4721 } 4722 }, 4723 "node_modules/@typescript-eslint/typescript-estree/node_modules/ms": { 4724 "version": "2.1.3", 4725 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 4726 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 4727 "license": "MIT" 4728 }, 4729 "node_modules/@typescript-eslint/utils": { 4730 "version": "5.62.0", 4731 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", 4732 "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", 4733 "license": "MIT", 4734 "dependencies": { 4735 "@eslint-community/eslint-utils": "^4.2.0", 4736 "@types/json-schema": "^7.0.9", 4737 "@types/semver": "^7.3.12", 4738 "@typescript-eslint/scope-manager": "5.62.0", 4739 "@typescript-eslint/types": "5.62.0", 4740 "@typescript-eslint/typescript-estree": "5.62.0", 4741 "eslint-scope": "^5.1.1", 4742 "semver": "^7.3.7" 4743 }, 4744 "engines": { 4745 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4746 }, 4747 "funding": { 4748 "type": "opencollective", 4749 "url": "https://opencollective.com/typescript-eslint" 4750 }, 4751 "peerDependencies": { 4752 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 4753 } 4754 }, 4755 "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": { 4756 "version": "5.1.1", 4757 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", 4758 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", 4759 "license": "BSD-2-Clause", 4760 "dependencies": { 4761 "esrecurse": "^4.3.0", 4762 "estraverse": "^4.1.1" 4763 }, 4764 "engines": { 4765 "node": ">=8.0.0" 4766 } 4767 }, 4768 "node_modules/@typescript-eslint/utils/node_modules/estraverse": { 4769 "version": "4.3.0", 4770 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 4771 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", 4772 "license": "BSD-2-Clause", 4773 "engines": { 4774 "node": ">=4.0" 4775 } 4776 }, 4777 "node_modules/@typescript-eslint/visitor-keys": { 4778 "version": "5.62.0", 4779 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", 4780 "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", 4781 "license": "MIT", 4782 "dependencies": { 4783 "@typescript-eslint/types": "5.62.0", 4784 "eslint-visitor-keys": "^3.3.0" 4785 }, 4786 "engines": { 4787 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4788 }, 4789 "funding": { 4790 "type": "opencollective", 4791 "url": "https://opencollective.com/typescript-eslint" 4792 } 4793 }, 4794 "node_modules/@ungap/structured-clone": { 4795 "version": "1.3.0", 4796 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", 4797 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", 4798 "license": "ISC" 4799 }, 4800 "node_modules/@vercel/analytics": { 4801 "version": "1.5.0", 4802 "resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.5.0.tgz", 4803 "integrity": "sha512-MYsBzfPki4gthY5HnYN7jgInhAZ7Ac1cYDoRWFomwGHWEX7odTEzbtg9kf/QSo7XEsEAqlQugA6gJ2WS2DEa3g==", 4804 "license": "MPL-2.0", 4805 "peerDependencies": { 4806 "@remix-run/react": "^2", 4807 "@sveltejs/kit": "^1 || ^2", 4808 "next": ">= 13", 4809 "react": "^18 || ^19 || ^19.0.0-rc", 4810 "svelte": ">= 4", 4811 "vue": "^3", 4812 "vue-router": "^4" 4813 }, 4814 "peerDependenciesMeta": { 4815 "@remix-run/react": { 4816 "optional": true 4817 }, 4818 "@sveltejs/kit": { 4819 "optional": true 4820 }, 4821 "next": { 4822 "optional": true 4823 }, 4824 "react": { 4825 "optional": true 4826 }, 4827 "svelte": { 4828 "optional": true 4829 }, 4830 "vue": { 4831 "optional": true 4832 }, 4833 "vue-router": { 4834 "optional": true 4835 } 4836 } 4837 }, 4838 "node_modules/@vercel/edge": { 4839 "version": "1.2.1", 4840 "resolved": "https://registry.npmjs.org/@vercel/edge/-/edge-1.2.1.tgz", 4841 "integrity": "sha512-1++yncEyIAi68D3UEOlytYb1IUcIulMWdoSzX2h9LuSeeyR7JtaIgR8DcTQ6+DmYOQn+5MCh6LY+UmK6QBByNA==", 4842 "license": "Apache-2.0" 4843 }, 4844 "node_modules/@webassemblyjs/ast": { 4845 "version": "1.14.1", 4846 "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", 4847 "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", 4848 "license": "MIT", 4849 "dependencies": { 4850 "@webassemblyjs/helper-numbers": "1.13.2", 4851 "@webassemblyjs/helper-wasm-bytecode": "1.13.2" 4852 } 4853 }, 4854 "node_modules/@webassemblyjs/floating-point-hex-parser": { 4855 "version": "1.13.2", 4856 "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", 4857 "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", 4858 "license": "MIT" 4859 }, 4860 "node_modules/@webassemblyjs/helper-api-error": { 4861 "version": "1.13.2", 4862 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", 4863 "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", 4864 "license": "MIT" 4865 }, 4866 "node_modules/@webassemblyjs/helper-buffer": { 4867 "version": "1.14.1", 4868 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", 4869 "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", 4870 "license": "MIT" 4871 }, 4872 "node_modules/@webassemblyjs/helper-numbers": { 4873 "version": "1.13.2", 4874 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", 4875 "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", 4876 "license": "MIT", 4877 "dependencies": { 4878 "@webassemblyjs/floating-point-hex-parser": "1.13.2", 4879 "@webassemblyjs/helper-api-error": "1.13.2", 4880 "@xtuc/long": "4.2.2" 4881 } 4882 }, 4883 "node_modules/@webassemblyjs/helper-wasm-bytecode": { 4884 "version": "1.13.2", 4885 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", 4886 "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", 4887 "license": "MIT" 4888 }, 4889 "node_modules/@webassemblyjs/helper-wasm-section": { 4890 "version": "1.14.1", 4891 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", 4892 "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", 4893 "license": "MIT", 4894 "dependencies": { 4895 "@webassemblyjs/ast": "1.14.1", 4896 "@webassemblyjs/helper-buffer": "1.14.1", 4897 "@webassemblyjs/helper-wasm-bytecode": "1.13.2", 4898 "@webassemblyjs/wasm-gen": "1.14.1" 4899 } 4900 }, 4901 "node_modules/@webassemblyjs/ieee754": { 4902 "version": "1.13.2", 4903 "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", 4904 "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", 4905 "license": "MIT", 4906 "dependencies": { 4907 "@xtuc/ieee754": "^1.2.0" 4908 } 4909 }, 4910 "node_modules/@webassemblyjs/leb128": { 4911 "version": "1.13.2", 4912 "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", 4913 "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", 4914 "license": "Apache-2.0", 4915 "dependencies": { 4916 "@xtuc/long": "4.2.2" 4917 } 4918 }, 4919 "node_modules/@webassemblyjs/utf8": { 4920 "version": "1.13.2", 4921 "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", 4922 "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", 4923 "license": "MIT" 4924 }, 4925 "node_modules/@webassemblyjs/wasm-edit": { 4926 "version": "1.14.1", 4927 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", 4928 "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", 4929 "license": "MIT", 4930 "dependencies": { 4931 "@webassemblyjs/ast": "1.14.1", 4932 "@webassemblyjs/helper-buffer": "1.14.1", 4933 "@webassemblyjs/helper-wasm-bytecode": "1.13.2", 4934 "@webassemblyjs/helper-wasm-section": "1.14.1", 4935 "@webassemblyjs/wasm-gen": "1.14.1", 4936 "@webassemblyjs/wasm-opt": "1.14.1", 4937 "@webassemblyjs/wasm-parser": "1.14.1", 4938 "@webassemblyjs/wast-printer": "1.14.1" 4939 } 4940 }, 4941 "node_modules/@webassemblyjs/wasm-gen": { 4942 "version": "1.14.1", 4943 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", 4944 "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", 4945 "license": "MIT", 4946 "dependencies": { 4947 "@webassemblyjs/ast": "1.14.1", 4948 "@webassemblyjs/helper-wasm-bytecode": "1.13.2", 4949 "@webassemblyjs/ieee754": "1.13.2", 4950 "@webassemblyjs/leb128": "1.13.2", 4951 "@webassemblyjs/utf8": "1.13.2" 4952 } 4953 }, 4954 "node_modules/@webassemblyjs/wasm-opt": { 4955 "version": "1.14.1", 4956 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", 4957 "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", 4958 "license": "MIT", 4959 "dependencies": { 4960 "@webassemblyjs/ast": "1.14.1", 4961 "@webassemblyjs/helper-buffer": "1.14.1", 4962 "@webassemblyjs/wasm-gen": "1.14.1", 4963 "@webassemblyjs/wasm-parser": "1.14.1" 4964 } 4965 }, 4966 "node_modules/@webassemblyjs/wasm-parser": { 4967 "version": "1.14.1", 4968 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", 4969 "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", 4970 "license": "MIT", 4971 "dependencies": { 4972 "@webassemblyjs/ast": "1.14.1", 4973 "@webassemblyjs/helper-api-error": "1.13.2", 4974 "@webassemblyjs/helper-wasm-bytecode": "1.13.2", 4975 "@webassemblyjs/ieee754": "1.13.2", 4976 "@webassemblyjs/leb128": "1.13.2", 4977 "@webassemblyjs/utf8": "1.13.2" 4978 } 4979 }, 4980 "node_modules/@webassemblyjs/wast-printer": { 4981 "version": "1.14.1", 4982 "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", 4983 "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", 4984 "license": "MIT", 4985 "dependencies": { 4986 "@webassemblyjs/ast": "1.14.1", 4987 "@xtuc/long": "4.2.2" 4988 } 4989 }, 4990 "node_modules/@xtuc/ieee754": { 4991 "version": "1.2.0", 4992 "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", 4993 "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", 4994 "license": "BSD-3-Clause" 4995 }, 4996 "node_modules/@xtuc/long": { 4997 "version": "4.2.2", 4998 "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", 4999 "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", 5000 "license": "Apache-2.0" 5001 }, 5002 "node_modules/abab": { 5003 "version": "2.0.6", 5004 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", 5005 "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", 5006 "deprecated": "Use your platform's native atob() and btoa() methods instead", 5007 "license": "BSD-3-Clause" 5008 }, 5009 "node_modules/accepts": { 5010 "version": "1.3.8", 5011 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", 5012 "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", 5013 "license": "MIT", 5014 "dependencies": { 5015 "mime-types": "~2.1.34", 5016 "negotiator": "0.6.3" 5017 }, 5018 "engines": { 5019 "node": ">= 0.6" 5020 } 5021 }, 5022 "node_modules/accepts/node_modules/negotiator": { 5023 "version": "0.6.3", 5024 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", 5025 "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", 5026 "license": "MIT", 5027 "engines": { 5028 "node": ">= 0.6" 5029 } 5030 }, 5031 "node_modules/acorn": { 5032 "version": "8.14.0", 5033 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", 5034 "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", 5035 "license": "MIT", 5036 "bin": { 5037 "acorn": "bin/acorn" 5038 }, 5039 "engines": { 5040 "node": ">=0.4.0" 5041 } 5042 }, 5043 "node_modules/acorn-globals": { 5044 "version": "6.0.0", 5045 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", 5046 "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", 5047 "license": "MIT", 5048 "dependencies": { 5049 "acorn": "^7.1.1", 5050 "acorn-walk": "^7.1.1" 5051 } 5052 }, 5053 "node_modules/acorn-globals/node_modules/acorn": { 5054 "version": "7.4.1", 5055 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", 5056 "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", 5057 "license": "MIT", 5058 "bin": { 5059 "acorn": "bin/acorn" 5060 }, 5061 "engines": { 5062 "node": ">=0.4.0" 5063 } 5064 }, 5065 "node_modules/acorn-jsx": { 5066 "version": "5.3.2", 5067 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 5068 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 5069 "license": "MIT", 5070 "peerDependencies": { 5071 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 5072 } 5073 }, 5074 "node_modules/acorn-walk": { 5075 "version": "7.2.0", 5076 "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", 5077 "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", 5078 "license": "MIT", 5079 "engines": { 5080 "node": ">=0.4.0" 5081 } 5082 }, 5083 "node_modules/address": { 5084 "version": "1.2.2", 5085 "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", 5086 "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", 5087 "license": "MIT", 5088 "engines": { 5089 "node": ">= 10.0.0" 5090 } 5091 }, 5092 "node_modules/adjust-sourcemap-loader": { 5093 "version": "4.0.0", 5094 "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", 5095 "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", 5096 "license": "MIT", 5097 "dependencies": { 5098 "loader-utils": "^2.0.0", 5099 "regex-parser": "^2.2.11" 5100 }, 5101 "engines": { 5102 "node": ">=8.9" 5103 } 5104 }, 5105 "node_modules/agent-base": { 5106 "version": "6.0.2", 5107 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", 5108 "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", 5109 "license": "MIT", 5110 "dependencies": { 5111 "debug": "4" 5112 }, 5113 "engines": { 5114 "node": ">= 6.0.0" 5115 } 5116 }, 5117 "node_modules/agent-base/node_modules/debug": { 5118 "version": "4.4.0", 5119 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 5120 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 5121 "license": "MIT", 5122 "dependencies": { 5123 "ms": "^2.1.3" 5124 }, 5125 "engines": { 5126 "node": ">=6.0" 5127 }, 5128 "peerDependenciesMeta": { 5129 "supports-color": { 5130 "optional": true 5131 } 5132 } 5133 }, 5134 "node_modules/agent-base/node_modules/ms": { 5135 "version": "2.1.3", 5136 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 5137 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 5138 "license": "MIT" 5139 }, 5140 "node_modules/ajv": { 5141 "version": "6.12.6", 5142 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", 5143 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", 5144 "license": "MIT", 5145 "dependencies": { 5146 "fast-deep-equal": "^3.1.1", 5147 "fast-json-stable-stringify": "^2.0.0", 5148 "json-schema-traverse": "^0.4.1", 5149 "uri-js": "^4.2.2" 5150 }, 5151 "funding": { 5152 "type": "github", 5153 "url": "https://github.com/sponsors/epoberezkin" 5154 } 5155 }, 5156 "node_modules/ajv-formats": { 5157 "version": "2.1.1", 5158 "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", 5159 "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", 5160 "license": "MIT", 5161 "dependencies": { 5162 "ajv": "^8.0.0" 5163 }, 5164 "peerDependencies": { 5165 "ajv": "^8.0.0" 5166 }, 5167 "peerDependenciesMeta": { 5168 "ajv": { 5169 "optional": true 5170 } 5171 } 5172 }, 5173 "node_modules/ajv-formats/node_modules/ajv": { 5174 "version": "8.17.1", 5175 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", 5176 "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", 5177 "license": "MIT", 5178 "dependencies": { 5179 "fast-deep-equal": "^3.1.3", 5180 "fast-uri": "^3.0.1", 5181 "json-schema-traverse": "^1.0.0", 5182 "require-from-string": "^2.0.2" 5183 }, 5184 "funding": { 5185 "type": "github", 5186 "url": "https://github.com/sponsors/epoberezkin" 5187 } 5188 }, 5189 "node_modules/ajv-formats/node_modules/json-schema-traverse": { 5190 "version": "1.0.0", 5191 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 5192 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", 5193 "license": "MIT" 5194 }, 5195 "node_modules/ajv-keywords": { 5196 "version": "3.5.2", 5197 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", 5198 "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", 5199 "license": "MIT", 5200 "peerDependencies": { 5201 "ajv": "^6.9.1" 5202 } 5203 }, 5204 "node_modules/ansi-escapes": { 5205 "version": "4.3.2", 5206 "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", 5207 "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", 5208 "license": "MIT", 5209 "dependencies": { 5210 "type-fest": "^0.21.3" 5211 }, 5212 "engines": { 5213 "node": ">=8" 5214 }, 5215 "funding": { 5216 "url": "https://github.com/sponsors/sindresorhus" 5217 } 5218 }, 5219 "node_modules/ansi-html": { 5220 "version": "0.0.9", 5221 "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.9.tgz", 5222 "integrity": "sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==", 5223 "engines": [ 5224 "node >= 0.8.0" 5225 ], 5226 "license": "Apache-2.0", 5227 "bin": { 5228 "ansi-html": "bin/ansi-html" 5229 } 5230 }, 5231 "node_modules/ansi-html-community": { 5232 "version": "0.0.8", 5233 "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", 5234 "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", 5235 "engines": [ 5236 "node >= 0.8.0" 5237 ], 5238 "license": "Apache-2.0", 5239 "bin": { 5240 "ansi-html": "bin/ansi-html" 5241 } 5242 }, 5243 "node_modules/ansi-regex": { 5244 "version": "5.0.1", 5245 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 5246 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 5247 "license": "MIT", 5248 "engines": { 5249 "node": ">=8" 5250 } 5251 }, 5252 "node_modules/ansi-styles": { 5253 "version": "4.3.0", 5254 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 5255 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 5256 "license": "MIT", 5257 "dependencies": { 5258 "color-convert": "^2.0.1" 5259 }, 5260 "engines": { 5261 "node": ">=8" 5262 }, 5263 "funding": { 5264 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 5265 } 5266 }, 5267 "node_modules/any-promise": { 5268 "version": "1.3.0", 5269 "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", 5270 "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", 5271 "license": "MIT" 5272 }, 5273 "node_modules/anymatch": { 5274 "version": "3.1.3", 5275 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 5276 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 5277 "license": "ISC", 5278 "dependencies": { 5279 "normalize-path": "^3.0.0", 5280 "picomatch": "^2.0.4" 5281 }, 5282 "engines": { 5283 "node": ">= 8" 5284 } 5285 }, 5286 "node_modules/arg": { 5287 "version": "5.0.2", 5288 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 5289 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", 5290 "license": "MIT" 5291 }, 5292 "node_modules/argparse": { 5293 "version": "1.0.10", 5294 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 5295 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 5296 "license": "MIT", 5297 "dependencies": { 5298 "sprintf-js": "~1.0.2" 5299 } 5300 }, 5301 "node_modules/aria-query": { 5302 "version": "5.3.2", 5303 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", 5304 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", 5305 "license": "Apache-2.0", 5306 "engines": { 5307 "node": ">= 0.4" 5308 } 5309 }, 5310 "node_modules/array-buffer-byte-length": { 5311 "version": "1.0.2", 5312 "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", 5313 "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", 5314 "license": "MIT", 5315 "dependencies": { 5316 "call-bound": "^1.0.3", 5317 "is-array-buffer": "^3.0.5" 5318 }, 5319 "engines": { 5320 "node": ">= 0.4" 5321 }, 5322 "funding": { 5323 "url": "https://github.com/sponsors/ljharb" 5324 } 5325 }, 5326 "node_modules/array-flatten": { 5327 "version": "1.1.1", 5328 "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", 5329 "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", 5330 "license": "MIT" 5331 }, 5332 "node_modules/array-includes": { 5333 "version": "3.1.8", 5334 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz", 5335 "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==", 5336 "license": "MIT", 5337 "dependencies": { 5338 "call-bind": "^1.0.7", 5339 "define-properties": "^1.2.1", 5340 "es-abstract": "^1.23.2", 5341 "es-object-atoms": "^1.0.0", 5342 "get-intrinsic": "^1.2.4", 5343 "is-string": "^1.0.7" 5344 }, 5345 "engines": { 5346 "node": ">= 0.4" 5347 }, 5348 "funding": { 5349 "url": "https://github.com/sponsors/ljharb" 5350 } 5351 }, 5352 "node_modules/array-union": { 5353 "version": "2.1.0", 5354 "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", 5355 "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", 5356 "license": "MIT", 5357 "engines": { 5358 "node": ">=8" 5359 } 5360 }, 5361 "node_modules/array.prototype.findlast": { 5362 "version": "1.2.5", 5363 "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", 5364 "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", 5365 "license": "MIT", 5366 "dependencies": { 5367 "call-bind": "^1.0.7", 5368 "define-properties": "^1.2.1", 5369 "es-abstract": "^1.23.2", 5370 "es-errors": "^1.3.0", 5371 "es-object-atoms": "^1.0.0", 5372 "es-shim-unscopables": "^1.0.2" 5373 }, 5374 "engines": { 5375 "node": ">= 0.4" 5376 }, 5377 "funding": { 5378 "url": "https://github.com/sponsors/ljharb" 5379 } 5380 }, 5381 "node_modules/array.prototype.findlastindex": { 5382 "version": "1.2.5", 5383 "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz", 5384 "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==", 5385 "license": "MIT", 5386 "dependencies": { 5387 "call-bind": "^1.0.7", 5388 "define-properties": "^1.2.1", 5389 "es-abstract": "^1.23.2", 5390 "es-errors": "^1.3.0", 5391 "es-object-atoms": "^1.0.0", 5392 "es-shim-unscopables": "^1.0.2" 5393 }, 5394 "engines": { 5395 "node": ">= 0.4" 5396 }, 5397 "funding": { 5398 "url": "https://github.com/sponsors/ljharb" 5399 } 5400 }, 5401 "node_modules/array.prototype.flat": { 5402 "version": "1.3.3", 5403 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz", 5404 "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==", 5405 "license": "MIT", 5406 "dependencies": { 5407 "call-bind": "^1.0.8", 5408 "define-properties": "^1.2.1", 5409 "es-abstract": "^1.23.5", 5410 "es-shim-unscopables": "^1.0.2" 5411 }, 5412 "engines": { 5413 "node": ">= 0.4" 5414 }, 5415 "funding": { 5416 "url": "https://github.com/sponsors/ljharb" 5417 } 5418 }, 5419 "node_modules/array.prototype.flatmap": { 5420 "version": "1.3.3", 5421 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz", 5422 "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==", 5423 "license": "MIT", 5424 "dependencies": { 5425 "call-bind": "^1.0.8", 5426 "define-properties": "^1.2.1", 5427 "es-abstract": "^1.23.5", 5428 "es-shim-unscopables": "^1.0.2" 5429 }, 5430 "engines": { 5431 "node": ">= 0.4" 5432 }, 5433 "funding": { 5434 "url": "https://github.com/sponsors/ljharb" 5435 } 5436 }, 5437 "node_modules/array.prototype.reduce": { 5438 "version": "1.0.7", 5439 "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.7.tgz", 5440 "integrity": "sha512-mzmiUCVwtiD4lgxYP8g7IYy8El8p2CSMePvIbTS7gchKir/L1fgJrk0yDKmAX6mnRQFKNADYIk8nNlTris5H1Q==", 5441 "license": "MIT", 5442 "dependencies": { 5443 "call-bind": "^1.0.7", 5444 "define-properties": "^1.2.1", 5445 "es-abstract": "^1.23.2", 5446 "es-array-method-boxes-properly": "^1.0.0", 5447 "es-errors": "^1.3.0", 5448 "es-object-atoms": "^1.0.0", 5449 "is-string": "^1.0.7" 5450 }, 5451 "engines": { 5452 "node": ">= 0.4" 5453 }, 5454 "funding": { 5455 "url": "https://github.com/sponsors/ljharb" 5456 } 5457 }, 5458 "node_modules/array.prototype.tosorted": { 5459 "version": "1.1.4", 5460 "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz", 5461 "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==", 5462 "license": "MIT", 5463 "dependencies": { 5464 "call-bind": "^1.0.7", 5465 "define-properties": "^1.2.1", 5466 "es-abstract": "^1.23.3", 5467 "es-errors": "^1.3.0", 5468 "es-shim-unscopables": "^1.0.2" 5469 }, 5470 "engines": { 5471 "node": ">= 0.4" 5472 } 5473 }, 5474 "node_modules/arraybuffer.prototype.slice": { 5475 "version": "1.0.4", 5476 "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", 5477 "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", 5478 "license": "MIT", 5479 "dependencies": { 5480 "array-buffer-byte-length": "^1.0.1", 5481 "call-bind": "^1.0.8", 5482 "define-properties": "^1.2.1", 5483 "es-abstract": "^1.23.5", 5484 "es-errors": "^1.3.0", 5485 "get-intrinsic": "^1.2.6", 5486 "is-array-buffer": "^3.0.4" 5487 }, 5488 "engines": { 5489 "node": ">= 0.4" 5490 }, 5491 "funding": { 5492 "url": "https://github.com/sponsors/ljharb" 5493 } 5494 }, 5495 "node_modules/asap": { 5496 "version": "2.0.6", 5497 "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", 5498 "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", 5499 "license": "MIT" 5500 }, 5501 "node_modules/ast-types-flow": { 5502 "version": "0.0.8", 5503 "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz", 5504 "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", 5505 "license": "MIT" 5506 }, 5507 "node_modules/async": { 5508 "version": "3.2.6", 5509 "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", 5510 "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", 5511 "license": "MIT" 5512 }, 5513 "node_modules/async-function": { 5514 "version": "1.0.0", 5515 "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", 5516 "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", 5517 "license": "MIT", 5518 "engines": { 5519 "node": ">= 0.4" 5520 } 5521 }, 5522 "node_modules/asynckit": { 5523 "version": "0.4.0", 5524 "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", 5525 "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", 5526 "license": "MIT" 5527 }, 5528 "node_modules/at-least-node": { 5529 "version": "1.0.0", 5530 "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", 5531 "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", 5532 "license": "ISC", 5533 "engines": { 5534 "node": ">= 4.0.0" 5535 } 5536 }, 5537 "node_modules/autoprefixer": { 5538 "version": "10.4.20", 5539 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz", 5540 "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", 5541 "funding": [ 5542 { 5543 "type": "opencollective", 5544 "url": "https://opencollective.com/postcss/" 5545 }, 5546 { 5547 "type": "tidelift", 5548 "url": "https://tidelift.com/funding/github/npm/autoprefixer" 5549 }, 5550 { 5551 "type": "github", 5552 "url": "https://github.com/sponsors/ai" 5553 } 5554 ], 5555 "license": "MIT", 5556 "dependencies": { 5557 "browserslist": "^4.23.3", 5558 "caniuse-lite": "^1.0.30001646", 5559 "fraction.js": "^4.3.7", 5560 "normalize-range": "^0.1.2", 5561 "picocolors": "^1.0.1", 5562 "postcss-value-parser": "^4.2.0" 5563 }, 5564 "bin": { 5565 "autoprefixer": "bin/autoprefixer" 5566 }, 5567 "engines": { 5568 "node": "^10 || ^12 || >=14" 5569 }, 5570 "peerDependencies": { 5571 "postcss": "^8.1.0" 5572 } 5573 }, 5574 "node_modules/available-typed-arrays": { 5575 "version": "1.0.7", 5576 "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", 5577 "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", 5578 "license": "MIT", 5579 "dependencies": { 5580 "possible-typed-array-names": "^1.0.0" 5581 }, 5582 "engines": { 5583 "node": ">= 0.4" 5584 }, 5585 "funding": { 5586 "url": "https://github.com/sponsors/ljharb" 5587 } 5588 }, 5589 "node_modules/await-lock": { 5590 "version": "2.2.2", 5591 "resolved": "https://registry.npmjs.org/await-lock/-/await-lock-2.2.2.tgz", 5592 "integrity": "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==", 5593 "license": "MIT" 5594 }, 5595 "node_modules/axe-core": { 5596 "version": "4.10.2", 5597 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz", 5598 "integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==", 5599 "license": "MPL-2.0", 5600 "engines": { 5601 "node": ">=4" 5602 } 5603 }, 5604 "node_modules/axios": { 5605 "version": "1.7.9", 5606 "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", 5607 "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", 5608 "license": "MIT", 5609 "dependencies": { 5610 "follow-redirects": "^1.15.6", 5611 "form-data": "^4.0.0", 5612 "proxy-from-env": "^1.1.0" 5613 } 5614 }, 5615 "node_modules/axobject-query": { 5616 "version": "4.1.0", 5617 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", 5618 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", 5619 "license": "Apache-2.0", 5620 "engines": { 5621 "node": ">= 0.4" 5622 } 5623 }, 5624 "node_modules/babel-jest": { 5625 "version": "27.5.1", 5626 "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", 5627 "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", 5628 "license": "MIT", 5629 "dependencies": { 5630 "@jest/transform": "^27.5.1", 5631 "@jest/types": "^27.5.1", 5632 "@types/babel__core": "^7.1.14", 5633 "babel-plugin-istanbul": "^6.1.1", 5634 "babel-preset-jest": "^27.5.1", 5635 "chalk": "^4.0.0", 5636 "graceful-fs": "^4.2.9", 5637 "slash": "^3.0.0" 5638 }, 5639 "engines": { 5640 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 5641 }, 5642 "peerDependencies": { 5643 "@babel/core": "^7.8.0" 5644 } 5645 }, 5646 "node_modules/babel-loader": { 5647 "version": "8.4.1", 5648 "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz", 5649 "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==", 5650 "license": "MIT", 5651 "dependencies": { 5652 "find-cache-dir": "^3.3.1", 5653 "loader-utils": "^2.0.4", 5654 "make-dir": "^3.1.0", 5655 "schema-utils": "^2.6.5" 5656 }, 5657 "engines": { 5658 "node": ">= 8.9" 5659 }, 5660 "peerDependencies": { 5661 "@babel/core": "^7.0.0", 5662 "webpack": ">=2" 5663 } 5664 }, 5665 "node_modules/babel-loader/node_modules/schema-utils": { 5666 "version": "2.7.1", 5667 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", 5668 "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", 5669 "license": "MIT", 5670 "dependencies": { 5671 "@types/json-schema": "^7.0.5", 5672 "ajv": "^6.12.4", 5673 "ajv-keywords": "^3.5.2" 5674 }, 5675 "engines": { 5676 "node": ">= 8.9.0" 5677 }, 5678 "funding": { 5679 "type": "opencollective", 5680 "url": "https://opencollective.com/webpack" 5681 } 5682 }, 5683 "node_modules/babel-plugin-istanbul": { 5684 "version": "6.1.1", 5685 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", 5686 "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", 5687 "license": "BSD-3-Clause", 5688 "dependencies": { 5689 "@babel/helper-plugin-utils": "^7.0.0", 5690 "@istanbuljs/load-nyc-config": "^1.0.0", 5691 "@istanbuljs/schema": "^0.1.2", 5692 "istanbul-lib-instrument": "^5.0.4", 5693 "test-exclude": "^6.0.0" 5694 }, 5695 "engines": { 5696 "node": ">=8" 5697 } 5698 }, 5699 "node_modules/babel-plugin-jest-hoist": { 5700 "version": "27.5.1", 5701 "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", 5702 "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", 5703 "license": "MIT", 5704 "dependencies": { 5705 "@babel/template": "^7.3.3", 5706 "@babel/types": "^7.3.3", 5707 "@types/babel__core": "^7.0.0", 5708 "@types/babel__traverse": "^7.0.6" 5709 }, 5710 "engines": { 5711 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 5712 } 5713 }, 5714 "node_modules/babel-plugin-macros": { 5715 "version": "3.1.0", 5716 "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", 5717 "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", 5718 "license": "MIT", 5719 "dependencies": { 5720 "@babel/runtime": "^7.12.5", 5721 "cosmiconfig": "^7.0.0", 5722 "resolve": "^1.19.0" 5723 }, 5724 "engines": { 5725 "node": ">=10", 5726 "npm": ">=6" 5727 } 5728 }, 5729 "node_modules/babel-plugin-named-asset-import": { 5730 "version": "0.3.8", 5731 "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", 5732 "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", 5733 "license": "MIT", 5734 "peerDependencies": { 5735 "@babel/core": "^7.1.0" 5736 } 5737 }, 5738 "node_modules/babel-plugin-polyfill-corejs2": { 5739 "version": "0.4.12", 5740 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", 5741 "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==", 5742 "license": "MIT", 5743 "dependencies": { 5744 "@babel/compat-data": "^7.22.6", 5745 "@babel/helper-define-polyfill-provider": "^0.6.3", 5746 "semver": "^6.3.1" 5747 }, 5748 "peerDependencies": { 5749 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 5750 } 5751 }, 5752 "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { 5753 "version": "6.3.1", 5754 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 5755 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 5756 "license": "ISC", 5757 "bin": { 5758 "semver": "bin/semver.js" 5759 } 5760 }, 5761 "node_modules/babel-plugin-polyfill-corejs3": { 5762 "version": "0.11.1", 5763 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz", 5764 "integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==", 5765 "license": "MIT", 5766 "dependencies": { 5767 "@babel/helper-define-polyfill-provider": "^0.6.3", 5768 "core-js-compat": "^3.40.0" 5769 }, 5770 "peerDependencies": { 5771 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 5772 } 5773 }, 5774 "node_modules/babel-plugin-polyfill-regenerator": { 5775 "version": "0.6.3", 5776 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz", 5777 "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==", 5778 "license": "MIT", 5779 "dependencies": { 5780 "@babel/helper-define-polyfill-provider": "^0.6.3" 5781 }, 5782 "peerDependencies": { 5783 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 5784 } 5785 }, 5786 "node_modules/babel-plugin-transform-react-remove-prop-types": { 5787 "version": "0.4.24", 5788 "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", 5789 "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==", 5790 "license": "MIT" 5791 }, 5792 "node_modules/babel-preset-current-node-syntax": { 5793 "version": "1.1.0", 5794 "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz", 5795 "integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==", 5796 "license": "MIT", 5797 "dependencies": { 5798 "@babel/plugin-syntax-async-generators": "^7.8.4", 5799 "@babel/plugin-syntax-bigint": "^7.8.3", 5800 "@babel/plugin-syntax-class-properties": "^7.12.13", 5801 "@babel/plugin-syntax-class-static-block": "^7.14.5", 5802 "@babel/plugin-syntax-import-attributes": "^7.24.7", 5803 "@babel/plugin-syntax-import-meta": "^7.10.4", 5804 "@babel/plugin-syntax-json-strings": "^7.8.3", 5805 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", 5806 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", 5807 "@babel/plugin-syntax-numeric-separator": "^7.10.4", 5808 "@babel/plugin-syntax-object-rest-spread": "^7.8.3", 5809 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", 5810 "@babel/plugin-syntax-optional-chaining": "^7.8.3", 5811 "@babel/plugin-syntax-private-property-in-object": "^7.14.5", 5812 "@babel/plugin-syntax-top-level-await": "^7.14.5" 5813 }, 5814 "peerDependencies": { 5815 "@babel/core": "^7.0.0" 5816 } 5817 }, 5818 "node_modules/babel-preset-jest": { 5819 "version": "27.5.1", 5820 "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", 5821 "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", 5822 "license": "MIT", 5823 "dependencies": { 5824 "babel-plugin-jest-hoist": "^27.5.1", 5825 "babel-preset-current-node-syntax": "^1.0.0" 5826 }, 5827 "engines": { 5828 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 5829 }, 5830 "peerDependencies": { 5831 "@babel/core": "^7.0.0" 5832 } 5833 }, 5834 "node_modules/babel-preset-react-app": { 5835 "version": "10.1.0", 5836 "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.1.0.tgz", 5837 "integrity": "sha512-f9B1xMdnkCIqe+2dHrJsoQFRz7reChaAHE/65SdaykPklQqhme2WaC08oD3is77x9ff98/9EazAKFDZv5rFEQg==", 5838 "license": "MIT", 5839 "dependencies": { 5840 "@babel/core": "^7.16.0", 5841 "@babel/plugin-proposal-class-properties": "^7.16.0", 5842 "@babel/plugin-proposal-decorators": "^7.16.4", 5843 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", 5844 "@babel/plugin-proposal-numeric-separator": "^7.16.0", 5845 "@babel/plugin-proposal-optional-chaining": "^7.16.0", 5846 "@babel/plugin-proposal-private-methods": "^7.16.0", 5847 "@babel/plugin-proposal-private-property-in-object": "^7.16.7", 5848 "@babel/plugin-transform-flow-strip-types": "^7.16.0", 5849 "@babel/plugin-transform-react-display-name": "^7.16.0", 5850 "@babel/plugin-transform-runtime": "^7.16.4", 5851 "@babel/preset-env": "^7.16.4", 5852 "@babel/preset-react": "^7.16.0", 5853 "@babel/preset-typescript": "^7.16.0", 5854 "@babel/runtime": "^7.16.3", 5855 "babel-plugin-macros": "^3.1.0", 5856 "babel-plugin-transform-react-remove-prop-types": "^0.4.24" 5857 } 5858 }, 5859 "node_modules/babel-preset-react-app/node_modules/@babel/plugin-proposal-private-property-in-object": { 5860 "version": "7.21.11", 5861 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz", 5862 "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", 5863 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.", 5864 "license": "MIT", 5865 "dependencies": { 5866 "@babel/helper-annotate-as-pure": "^7.18.6", 5867 "@babel/helper-create-class-features-plugin": "^7.21.0", 5868 "@babel/helper-plugin-utils": "^7.20.2", 5869 "@babel/plugin-syntax-private-property-in-object": "^7.14.5" 5870 }, 5871 "engines": { 5872 "node": ">=6.9.0" 5873 }, 5874 "peerDependencies": { 5875 "@babel/core": "^7.0.0-0" 5876 } 5877 }, 5878 "node_modules/balanced-match": { 5879 "version": "1.0.2", 5880 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 5881 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", 5882 "license": "MIT" 5883 }, 5884 "node_modules/batch": { 5885 "version": "0.6.1", 5886 "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", 5887 "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", 5888 "license": "MIT" 5889 }, 5890 "node_modules/bfj": { 5891 "version": "7.1.0", 5892 "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz", 5893 "integrity": "sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==", 5894 "license": "MIT", 5895 "dependencies": { 5896 "bluebird": "^3.7.2", 5897 "check-types": "^11.2.3", 5898 "hoopy": "^0.1.4", 5899 "jsonpath": "^1.1.1", 5900 "tryer": "^1.0.1" 5901 }, 5902 "engines": { 5903 "node": ">= 8.0.0" 5904 } 5905 }, 5906 "node_modules/big.js": { 5907 "version": "5.2.2", 5908 "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", 5909 "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", 5910 "license": "MIT", 5911 "engines": { 5912 "node": "*" 5913 } 5914 }, 5915 "node_modules/binary-extensions": { 5916 "version": "2.3.0", 5917 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", 5918 "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", 5919 "license": "MIT", 5920 "engines": { 5921 "node": ">=8" 5922 }, 5923 "funding": { 5924 "url": "https://github.com/sponsors/sindresorhus" 5925 } 5926 }, 5927 "node_modules/bluebird": { 5928 "version": "3.7.2", 5929 "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", 5930 "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", 5931 "license": "MIT" 5932 }, 5933 "node_modules/body-parser": { 5934 "version": "1.20.3", 5935 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", 5936 "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", 5937 "license": "MIT", 5938 "dependencies": { 5939 "bytes": "3.1.2", 5940 "content-type": "~1.0.5", 5941 "debug": "2.6.9", 5942 "depd": "2.0.0", 5943 "destroy": "1.2.0", 5944 "http-errors": "2.0.0", 5945 "iconv-lite": "0.4.24", 5946 "on-finished": "2.4.1", 5947 "qs": "6.13.0", 5948 "raw-body": "2.5.2", 5949 "type-is": "~1.6.18", 5950 "unpipe": "1.0.0" 5951 }, 5952 "engines": { 5953 "node": ">= 0.8", 5954 "npm": "1.2.8000 || >= 1.4.16" 5955 } 5956 }, 5957 "node_modules/body-parser/node_modules/iconv-lite": { 5958 "version": "0.4.24", 5959 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 5960 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 5961 "license": "MIT", 5962 "dependencies": { 5963 "safer-buffer": ">= 2.1.2 < 3" 5964 }, 5965 "engines": { 5966 "node": ">=0.10.0" 5967 } 5968 }, 5969 "node_modules/bonjour-service": { 5970 "version": "1.3.0", 5971 "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.3.0.tgz", 5972 "integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==", 5973 "license": "MIT", 5974 "dependencies": { 5975 "fast-deep-equal": "^3.1.3", 5976 "multicast-dns": "^7.2.5" 5977 } 5978 }, 5979 "node_modules/boolbase": { 5980 "version": "1.0.0", 5981 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 5982 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", 5983 "license": "ISC" 5984 }, 5985 "node_modules/brace-expansion": { 5986 "version": "1.1.11", 5987 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", 5988 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", 5989 "license": "MIT", 5990 "dependencies": { 5991 "balanced-match": "^1.0.0", 5992 "concat-map": "0.0.1" 5993 } 5994 }, 5995 "node_modules/braces": { 5996 "version": "3.0.3", 5997 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 5998 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 5999 "license": "MIT", 6000 "dependencies": { 6001 "fill-range": "^7.1.1" 6002 }, 6003 "engines": { 6004 "node": ">=8" 6005 } 6006 }, 6007 "node_modules/browser-process-hrtime": { 6008 "version": "1.0.0", 6009 "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", 6010 "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", 6011 "license": "BSD-2-Clause" 6012 }, 6013 "node_modules/browserslist": { 6014 "version": "4.24.4", 6015 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz", 6016 "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", 6017 "funding": [ 6018 { 6019 "type": "opencollective", 6020 "url": "https://opencollective.com/browserslist" 6021 }, 6022 { 6023 "type": "tidelift", 6024 "url": "https://tidelift.com/funding/github/npm/browserslist" 6025 }, 6026 { 6027 "type": "github", 6028 "url": "https://github.com/sponsors/ai" 6029 } 6030 ], 6031 "license": "MIT", 6032 "dependencies": { 6033 "caniuse-lite": "^1.0.30001688", 6034 "electron-to-chromium": "^1.5.73", 6035 "node-releases": "^2.0.19", 6036 "update-browserslist-db": "^1.1.1" 6037 }, 6038 "bin": { 6039 "browserslist": "cli.js" 6040 }, 6041 "engines": { 6042 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 6043 } 6044 }, 6045 "node_modules/bser": { 6046 "version": "2.1.1", 6047 "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", 6048 "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", 6049 "license": "Apache-2.0", 6050 "dependencies": { 6051 "node-int64": "^0.4.0" 6052 } 6053 }, 6054 "node_modules/buffer-equal-constant-time": { 6055 "version": "1.0.1", 6056 "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", 6057 "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==", 6058 "license": "BSD-3-Clause" 6059 }, 6060 "node_modules/buffer-from": { 6061 "version": "1.1.2", 6062 "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", 6063 "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", 6064 "license": "MIT" 6065 }, 6066 "node_modules/builtin-modules": { 6067 "version": "3.3.0", 6068 "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", 6069 "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", 6070 "license": "MIT", 6071 "engines": { 6072 "node": ">=6" 6073 }, 6074 "funding": { 6075 "url": "https://github.com/sponsors/sindresorhus" 6076 } 6077 }, 6078 "node_modules/bytes": { 6079 "version": "3.1.2", 6080 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", 6081 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", 6082 "license": "MIT", 6083 "engines": { 6084 "node": ">= 0.8" 6085 } 6086 }, 6087 "node_modules/call-bind": { 6088 "version": "1.0.8", 6089 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", 6090 "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", 6091 "license": "MIT", 6092 "dependencies": { 6093 "call-bind-apply-helpers": "^1.0.0", 6094 "es-define-property": "^1.0.0", 6095 "get-intrinsic": "^1.2.4", 6096 "set-function-length": "^1.2.2" 6097 }, 6098 "engines": { 6099 "node": ">= 0.4" 6100 }, 6101 "funding": { 6102 "url": "https://github.com/sponsors/ljharb" 6103 } 6104 }, 6105 "node_modules/call-bind-apply-helpers": { 6106 "version": "1.0.2", 6107 "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", 6108 "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", 6109 "license": "MIT", 6110 "dependencies": { 6111 "es-errors": "^1.3.0", 6112 "function-bind": "^1.1.2" 6113 }, 6114 "engines": { 6115 "node": ">= 0.4" 6116 } 6117 }, 6118 "node_modules/call-bound": { 6119 "version": "1.0.3", 6120 "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz", 6121 "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==", 6122 "license": "MIT", 6123 "dependencies": { 6124 "call-bind-apply-helpers": "^1.0.1", 6125 "get-intrinsic": "^1.2.6" 6126 }, 6127 "engines": { 6128 "node": ">= 0.4" 6129 }, 6130 "funding": { 6131 "url": "https://github.com/sponsors/ljharb" 6132 } 6133 }, 6134 "node_modules/callsites": { 6135 "version": "3.1.0", 6136 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", 6137 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", 6138 "license": "MIT", 6139 "engines": { 6140 "node": ">=6" 6141 } 6142 }, 6143 "node_modules/camel-case": { 6144 "version": "4.1.2", 6145 "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", 6146 "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", 6147 "license": "MIT", 6148 "dependencies": { 6149 "pascal-case": "^3.1.2", 6150 "tslib": "^2.0.3" 6151 } 6152 }, 6153 "node_modules/camelcase": { 6154 "version": "6.3.0", 6155 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", 6156 "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", 6157 "license": "MIT", 6158 "engines": { 6159 "node": ">=10" 6160 }, 6161 "funding": { 6162 "url": "https://github.com/sponsors/sindresorhus" 6163 } 6164 }, 6165 "node_modules/camelcase-css": { 6166 "version": "2.0.1", 6167 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", 6168 "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", 6169 "license": "MIT", 6170 "engines": { 6171 "node": ">= 6" 6172 } 6173 }, 6174 "node_modules/caniuse-api": { 6175 "version": "3.0.0", 6176 "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", 6177 "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", 6178 "license": "MIT", 6179 "dependencies": { 6180 "browserslist": "^4.0.0", 6181 "caniuse-lite": "^1.0.0", 6182 "lodash.memoize": "^4.1.2", 6183 "lodash.uniq": "^4.5.0" 6184 } 6185 }, 6186 "node_modules/caniuse-lite": { 6187 "version": "1.0.30001700", 6188 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz", 6189 "integrity": "sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ==", 6190 "funding": [ 6191 { 6192 "type": "opencollective", 6193 "url": "https://opencollective.com/browserslist" 6194 }, 6195 { 6196 "type": "tidelift", 6197 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 6198 }, 6199 { 6200 "type": "github", 6201 "url": "https://github.com/sponsors/ai" 6202 } 6203 ], 6204 "license": "CC-BY-4.0" 6205 }, 6206 "node_modules/case-sensitive-paths-webpack-plugin": { 6207 "version": "2.4.0", 6208 "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", 6209 "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", 6210 "license": "MIT", 6211 "engines": { 6212 "node": ">=4" 6213 } 6214 }, 6215 "node_modules/chalk": { 6216 "version": "4.1.2", 6217 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 6218 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 6219 "license": "MIT", 6220 "dependencies": { 6221 "ansi-styles": "^4.1.0", 6222 "supports-color": "^7.1.0" 6223 }, 6224 "engines": { 6225 "node": ">=10" 6226 }, 6227 "funding": { 6228 "url": "https://github.com/chalk/chalk?sponsor=1" 6229 } 6230 }, 6231 "node_modules/char-regex": { 6232 "version": "1.0.2", 6233 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", 6234 "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", 6235 "license": "MIT", 6236 "engines": { 6237 "node": ">=10" 6238 } 6239 }, 6240 "node_modules/check-types": { 6241 "version": "11.2.3", 6242 "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz", 6243 "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==", 6244 "license": "MIT" 6245 }, 6246 "node_modules/chokidar": { 6247 "version": "3.6.0", 6248 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", 6249 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", 6250 "license": "MIT", 6251 "dependencies": { 6252 "anymatch": "~3.1.2", 6253 "braces": "~3.0.2", 6254 "glob-parent": "~5.1.2", 6255 "is-binary-path": "~2.1.0", 6256 "is-glob": "~4.0.1", 6257 "normalize-path": "~3.0.0", 6258 "readdirp": "~3.6.0" 6259 }, 6260 "engines": { 6261 "node": ">= 8.10.0" 6262 }, 6263 "funding": { 6264 "url": "https://paulmillr.com/funding/" 6265 }, 6266 "optionalDependencies": { 6267 "fsevents": "~2.3.2" 6268 } 6269 }, 6270 "node_modules/chokidar/node_modules/glob-parent": { 6271 "version": "5.1.2", 6272 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 6273 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 6274 "license": "ISC", 6275 "dependencies": { 6276 "is-glob": "^4.0.1" 6277 }, 6278 "engines": { 6279 "node": ">= 6" 6280 } 6281 }, 6282 "node_modules/chrome-trace-event": { 6283 "version": "1.0.4", 6284 "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", 6285 "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", 6286 "license": "MIT", 6287 "engines": { 6288 "node": ">=6.0" 6289 } 6290 }, 6291 "node_modules/ci-info": { 6292 "version": "3.9.0", 6293 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", 6294 "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", 6295 "funding": [ 6296 { 6297 "type": "github", 6298 "url": "https://github.com/sponsors/sibiraj-s" 6299 } 6300 ], 6301 "license": "MIT", 6302 "engines": { 6303 "node": ">=8" 6304 } 6305 }, 6306 "node_modules/cjs-module-lexer": { 6307 "version": "1.4.3", 6308 "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz", 6309 "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==", 6310 "license": "MIT" 6311 }, 6312 "node_modules/clean-css": { 6313 "version": "5.3.3", 6314 "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", 6315 "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", 6316 "license": "MIT", 6317 "dependencies": { 6318 "source-map": "~0.6.0" 6319 }, 6320 "engines": { 6321 "node": ">= 10.0" 6322 } 6323 }, 6324 "node_modules/clean-css/node_modules/source-map": { 6325 "version": "0.6.1", 6326 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 6327 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 6328 "license": "BSD-3-Clause", 6329 "engines": { 6330 "node": ">=0.10.0" 6331 } 6332 }, 6333 "node_modules/cliui": { 6334 "version": "7.0.4", 6335 "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", 6336 "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", 6337 "license": "ISC", 6338 "dependencies": { 6339 "string-width": "^4.2.0", 6340 "strip-ansi": "^6.0.0", 6341 "wrap-ansi": "^7.0.0" 6342 } 6343 }, 6344 "node_modules/clsx": { 6345 "version": "2.1.1", 6346 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 6347 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 6348 "license": "MIT", 6349 "engines": { 6350 "node": ">=6" 6351 } 6352 }, 6353 "node_modules/co": { 6354 "version": "4.6.0", 6355 "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", 6356 "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", 6357 "license": "MIT", 6358 "engines": { 6359 "iojs": ">= 1.0.0", 6360 "node": ">= 0.12.0" 6361 } 6362 }, 6363 "node_modules/coa": { 6364 "version": "2.0.2", 6365 "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", 6366 "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", 6367 "license": "MIT", 6368 "dependencies": { 6369 "@types/q": "^1.5.1", 6370 "chalk": "^2.4.1", 6371 "q": "^1.1.2" 6372 }, 6373 "engines": { 6374 "node": ">= 4.0" 6375 } 6376 }, 6377 "node_modules/coa/node_modules/ansi-styles": { 6378 "version": "3.2.1", 6379 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", 6380 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", 6381 "license": "MIT", 6382 "dependencies": { 6383 "color-convert": "^1.9.0" 6384 }, 6385 "engines": { 6386 "node": ">=4" 6387 } 6388 }, 6389 "node_modules/coa/node_modules/chalk": { 6390 "version": "2.4.2", 6391 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", 6392 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", 6393 "license": "MIT", 6394 "dependencies": { 6395 "ansi-styles": "^3.2.1", 6396 "escape-string-regexp": "^1.0.5", 6397 "supports-color": "^5.3.0" 6398 }, 6399 "engines": { 6400 "node": ">=4" 6401 } 6402 }, 6403 "node_modules/coa/node_modules/color-convert": { 6404 "version": "1.9.3", 6405 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", 6406 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", 6407 "license": "MIT", 6408 "dependencies": { 6409 "color-name": "1.1.3" 6410 } 6411 }, 6412 "node_modules/coa/node_modules/color-name": { 6413 "version": "1.1.3", 6414 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", 6415 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", 6416 "license": "MIT" 6417 }, 6418 "node_modules/coa/node_modules/escape-string-regexp": { 6419 "version": "1.0.5", 6420 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", 6421 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", 6422 "license": "MIT", 6423 "engines": { 6424 "node": ">=0.8.0" 6425 } 6426 }, 6427 "node_modules/coa/node_modules/has-flag": { 6428 "version": "3.0.0", 6429 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", 6430 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", 6431 "license": "MIT", 6432 "engines": { 6433 "node": ">=4" 6434 } 6435 }, 6436 "node_modules/coa/node_modules/supports-color": { 6437 "version": "5.5.0", 6438 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", 6439 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", 6440 "license": "MIT", 6441 "dependencies": { 6442 "has-flag": "^3.0.0" 6443 }, 6444 "engines": { 6445 "node": ">=4" 6446 } 6447 }, 6448 "node_modules/collect-v8-coverage": { 6449 "version": "1.0.2", 6450 "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", 6451 "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", 6452 "license": "MIT" 6453 }, 6454 "node_modules/color-convert": { 6455 "version": "2.0.1", 6456 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 6457 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 6458 "license": "MIT", 6459 "dependencies": { 6460 "color-name": "~1.1.4" 6461 }, 6462 "engines": { 6463 "node": ">=7.0.0" 6464 } 6465 }, 6466 "node_modules/color-name": { 6467 "version": "1.1.4", 6468 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 6469 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 6470 "license": "MIT" 6471 }, 6472 "node_modules/colord": { 6473 "version": "2.9.3", 6474 "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", 6475 "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", 6476 "license": "MIT" 6477 }, 6478 "node_modules/colorette": { 6479 "version": "2.0.20", 6480 "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", 6481 "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", 6482 "license": "MIT" 6483 }, 6484 "node_modules/combined-stream": { 6485 "version": "1.0.8", 6486 "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", 6487 "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", 6488 "license": "MIT", 6489 "dependencies": { 6490 "delayed-stream": "~1.0.0" 6491 }, 6492 "engines": { 6493 "node": ">= 0.8" 6494 } 6495 }, 6496 "node_modules/commander": { 6497 "version": "8.3.0", 6498 "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", 6499 "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", 6500 "license": "MIT", 6501 "engines": { 6502 "node": ">= 12" 6503 } 6504 }, 6505 "node_modules/common-tags": { 6506 "version": "1.8.2", 6507 "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", 6508 "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", 6509 "license": "MIT", 6510 "engines": { 6511 "node": ">=4.0.0" 6512 } 6513 }, 6514 "node_modules/commondir": { 6515 "version": "1.0.1", 6516 "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", 6517 "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", 6518 "license": "MIT" 6519 }, 6520 "node_modules/compressible": { 6521 "version": "2.0.18", 6522 "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", 6523 "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", 6524 "license": "MIT", 6525 "dependencies": { 6526 "mime-db": ">= 1.43.0 < 2" 6527 }, 6528 "engines": { 6529 "node": ">= 0.6" 6530 } 6531 }, 6532 "node_modules/compression": { 6533 "version": "1.8.0", 6534 "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.0.tgz", 6535 "integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==", 6536 "license": "MIT", 6537 "dependencies": { 6538 "bytes": "3.1.2", 6539 "compressible": "~2.0.18", 6540 "debug": "2.6.9", 6541 "negotiator": "~0.6.4", 6542 "on-headers": "~1.0.2", 6543 "safe-buffer": "5.2.1", 6544 "vary": "~1.1.2" 6545 }, 6546 "engines": { 6547 "node": ">= 0.8.0" 6548 } 6549 }, 6550 "node_modules/concat-map": { 6551 "version": "0.0.1", 6552 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", 6553 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", 6554 "license": "MIT" 6555 }, 6556 "node_modules/confusing-browser-globals": { 6557 "version": "1.0.11", 6558 "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", 6559 "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==", 6560 "license": "MIT" 6561 }, 6562 "node_modules/connect-history-api-fallback": { 6563 "version": "2.0.0", 6564 "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", 6565 "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", 6566 "license": "MIT", 6567 "engines": { 6568 "node": ">=0.8" 6569 } 6570 }, 6571 "node_modules/content-disposition": { 6572 "version": "0.5.4", 6573 "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", 6574 "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", 6575 "license": "MIT", 6576 "dependencies": { 6577 "safe-buffer": "5.2.1" 6578 }, 6579 "engines": { 6580 "node": ">= 0.6" 6581 } 6582 }, 6583 "node_modules/content-type": { 6584 "version": "1.0.5", 6585 "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", 6586 "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", 6587 "license": "MIT", 6588 "engines": { 6589 "node": ">= 0.6" 6590 } 6591 }, 6592 "node_modules/convert-source-map": { 6593 "version": "2.0.0", 6594 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", 6595 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", 6596 "license": "MIT" 6597 }, 6598 "node_modules/cookie": { 6599 "version": "0.7.2", 6600 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", 6601 "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", 6602 "license": "MIT", 6603 "engines": { 6604 "node": ">= 0.6" 6605 } 6606 }, 6607 "node_modules/cookie-signature": { 6608 "version": "1.0.7", 6609 "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz", 6610 "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==", 6611 "license": "MIT" 6612 }, 6613 "node_modules/core-js": { 6614 "version": "3.40.0", 6615 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz", 6616 "integrity": "sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==", 6617 "hasInstallScript": true, 6618 "license": "MIT", 6619 "funding": { 6620 "type": "opencollective", 6621 "url": "https://opencollective.com/core-js" 6622 } 6623 }, 6624 "node_modules/core-js-compat": { 6625 "version": "3.40.0", 6626 "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.40.0.tgz", 6627 "integrity": "sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==", 6628 "license": "MIT", 6629 "dependencies": { 6630 "browserslist": "^4.24.3" 6631 }, 6632 "funding": { 6633 "type": "opencollective", 6634 "url": "https://opencollective.com/core-js" 6635 } 6636 }, 6637 "node_modules/core-js-pure": { 6638 "version": "3.40.0", 6639 "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.40.0.tgz", 6640 "integrity": "sha512-AtDzVIgRrmRKQai62yuSIN5vNiQjcJakJb4fbhVw3ehxx7Lohphvw9SGNWKhLFqSxC4ilD0g/L1huAYFQU3Q6A==", 6641 "hasInstallScript": true, 6642 "license": "MIT", 6643 "funding": { 6644 "type": "opencollective", 6645 "url": "https://opencollective.com/core-js" 6646 } 6647 }, 6648 "node_modules/core-util-is": { 6649 "version": "1.0.3", 6650 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", 6651 "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", 6652 "license": "MIT" 6653 }, 6654 "node_modules/cosmiconfig": { 6655 "version": "7.1.0", 6656 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", 6657 "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", 6658 "license": "MIT", 6659 "dependencies": { 6660 "@types/parse-json": "^4.0.0", 6661 "import-fresh": "^3.2.1", 6662 "parse-json": "^5.0.0", 6663 "path-type": "^4.0.0", 6664 "yaml": "^1.10.0" 6665 }, 6666 "engines": { 6667 "node": ">=10" 6668 } 6669 }, 6670 "node_modules/cross-env": { 6671 "version": "7.0.3", 6672 "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", 6673 "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", 6674 "dev": true, 6675 "license": "MIT", 6676 "dependencies": { 6677 "cross-spawn": "^7.0.1" 6678 }, 6679 "bin": { 6680 "cross-env": "src/bin/cross-env.js", 6681 "cross-env-shell": "src/bin/cross-env-shell.js" 6682 }, 6683 "engines": { 6684 "node": ">=10.14", 6685 "npm": ">=6", 6686 "yarn": ">=1" 6687 } 6688 }, 6689 "node_modules/cross-spawn": { 6690 "version": "7.0.6", 6691 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", 6692 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", 6693 "license": "MIT", 6694 "dependencies": { 6695 "path-key": "^3.1.0", 6696 "shebang-command": "^2.0.0", 6697 "which": "^2.0.1" 6698 }, 6699 "engines": { 6700 "node": ">= 8" 6701 } 6702 }, 6703 "node_modules/crypto-random-string": { 6704 "version": "2.0.0", 6705 "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", 6706 "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", 6707 "license": "MIT", 6708 "engines": { 6709 "node": ">=8" 6710 } 6711 }, 6712 "node_modules/css-blank-pseudo": { 6713 "version": "3.0.3", 6714 "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", 6715 "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", 6716 "license": "CC0-1.0", 6717 "dependencies": { 6718 "postcss-selector-parser": "^6.0.9" 6719 }, 6720 "bin": { 6721 "css-blank-pseudo": "dist/cli.cjs" 6722 }, 6723 "engines": { 6724 "node": "^12 || ^14 || >=16" 6725 }, 6726 "peerDependencies": { 6727 "postcss": "^8.4" 6728 } 6729 }, 6730 "node_modules/css-declaration-sorter": { 6731 "version": "6.4.1", 6732 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", 6733 "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", 6734 "license": "ISC", 6735 "engines": { 6736 "node": "^10 || ^12 || >=14" 6737 }, 6738 "peerDependencies": { 6739 "postcss": "^8.0.9" 6740 } 6741 }, 6742 "node_modules/css-has-pseudo": { 6743 "version": "3.0.4", 6744 "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", 6745 "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", 6746 "license": "CC0-1.0", 6747 "dependencies": { 6748 "postcss-selector-parser": "^6.0.9" 6749 }, 6750 "bin": { 6751 "css-has-pseudo": "dist/cli.cjs" 6752 }, 6753 "engines": { 6754 "node": "^12 || ^14 || >=16" 6755 }, 6756 "peerDependencies": { 6757 "postcss": "^8.4" 6758 } 6759 }, 6760 "node_modules/css-loader": { 6761 "version": "6.11.0", 6762 "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", 6763 "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", 6764 "license": "MIT", 6765 "dependencies": { 6766 "icss-utils": "^5.1.0", 6767 "postcss": "^8.4.33", 6768 "postcss-modules-extract-imports": "^3.1.0", 6769 "postcss-modules-local-by-default": "^4.0.5", 6770 "postcss-modules-scope": "^3.2.0", 6771 "postcss-modules-values": "^4.0.0", 6772 "postcss-value-parser": "^4.2.0", 6773 "semver": "^7.5.4" 6774 }, 6775 "engines": { 6776 "node": ">= 12.13.0" 6777 }, 6778 "funding": { 6779 "type": "opencollective", 6780 "url": "https://opencollective.com/webpack" 6781 }, 6782 "peerDependencies": { 6783 "@rspack/core": "0.x || 1.x", 6784 "webpack": "^5.0.0" 6785 }, 6786 "peerDependenciesMeta": { 6787 "@rspack/core": { 6788 "optional": true 6789 }, 6790 "webpack": { 6791 "optional": true 6792 } 6793 } 6794 }, 6795 "node_modules/css-minimizer-webpack-plugin": { 6796 "version": "3.4.1", 6797 "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", 6798 "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", 6799 "license": "MIT", 6800 "dependencies": { 6801 "cssnano": "^5.0.6", 6802 "jest-worker": "^27.0.2", 6803 "postcss": "^8.3.5", 6804 "schema-utils": "^4.0.0", 6805 "serialize-javascript": "^6.0.0", 6806 "source-map": "^0.6.1" 6807 }, 6808 "engines": { 6809 "node": ">= 12.13.0" 6810 }, 6811 "funding": { 6812 "type": "opencollective", 6813 "url": "https://opencollective.com/webpack" 6814 }, 6815 "peerDependencies": { 6816 "webpack": "^5.0.0" 6817 }, 6818 "peerDependenciesMeta": { 6819 "@parcel/css": { 6820 "optional": true 6821 }, 6822 "clean-css": { 6823 "optional": true 6824 }, 6825 "csso": { 6826 "optional": true 6827 }, 6828 "esbuild": { 6829 "optional": true 6830 } 6831 } 6832 }, 6833 "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { 6834 "version": "0.6.1", 6835 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 6836 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 6837 "license": "BSD-3-Clause", 6838 "engines": { 6839 "node": ">=0.10.0" 6840 } 6841 }, 6842 "node_modules/css-prefers-color-scheme": { 6843 "version": "6.0.3", 6844 "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", 6845 "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", 6846 "license": "CC0-1.0", 6847 "bin": { 6848 "css-prefers-color-scheme": "dist/cli.cjs" 6849 }, 6850 "engines": { 6851 "node": "^12 || ^14 || >=16" 6852 }, 6853 "peerDependencies": { 6854 "postcss": "^8.4" 6855 } 6856 }, 6857 "node_modules/css-select": { 6858 "version": "4.3.0", 6859 "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", 6860 "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", 6861 "license": "BSD-2-Clause", 6862 "dependencies": { 6863 "boolbase": "^1.0.0", 6864 "css-what": "^6.0.1", 6865 "domhandler": "^4.3.1", 6866 "domutils": "^2.8.0", 6867 "nth-check": "^2.0.1" 6868 }, 6869 "funding": { 6870 "url": "https://github.com/sponsors/fb55" 6871 } 6872 }, 6873 "node_modules/css-select-base-adapter": { 6874 "version": "0.1.1", 6875 "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", 6876 "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==", 6877 "license": "MIT" 6878 }, 6879 "node_modules/css-tree": { 6880 "version": "1.0.0-alpha.37", 6881 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", 6882 "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", 6883 "license": "MIT", 6884 "dependencies": { 6885 "mdn-data": "2.0.4", 6886 "source-map": "^0.6.1" 6887 }, 6888 "engines": { 6889 "node": ">=8.0.0" 6890 } 6891 }, 6892 "node_modules/css-tree/node_modules/source-map": { 6893 "version": "0.6.1", 6894 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 6895 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 6896 "license": "BSD-3-Clause", 6897 "engines": { 6898 "node": ">=0.10.0" 6899 } 6900 }, 6901 "node_modules/css-what": { 6902 "version": "6.1.0", 6903 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", 6904 "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", 6905 "license": "BSD-2-Clause", 6906 "engines": { 6907 "node": ">= 6" 6908 }, 6909 "funding": { 6910 "url": "https://github.com/sponsors/fb55" 6911 } 6912 }, 6913 "node_modules/cssdb": { 6914 "version": "7.11.2", 6915 "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.11.2.tgz", 6916 "integrity": "sha512-lhQ32TFkc1X4eTefGfYPvgovRSzIMofHkigfH8nWtyRL4XJLsRhJFreRvEgKzept7x1rjBuy3J/MurXLaFxW/A==", 6917 "funding": [ 6918 { 6919 "type": "opencollective", 6920 "url": "https://opencollective.com/csstools" 6921 }, 6922 { 6923 "type": "github", 6924 "url": "https://github.com/sponsors/csstools" 6925 } 6926 ], 6927 "license": "CC0-1.0" 6928 }, 6929 "node_modules/cssesc": { 6930 "version": "3.0.0", 6931 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 6932 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 6933 "license": "MIT", 6934 "bin": { 6935 "cssesc": "bin/cssesc" 6936 }, 6937 "engines": { 6938 "node": ">=4" 6939 } 6940 }, 6941 "node_modules/cssnano": { 6942 "version": "5.1.15", 6943 "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", 6944 "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", 6945 "license": "MIT", 6946 "dependencies": { 6947 "cssnano-preset-default": "^5.2.14", 6948 "lilconfig": "^2.0.3", 6949 "yaml": "^1.10.2" 6950 }, 6951 "engines": { 6952 "node": "^10 || ^12 || >=14.0" 6953 }, 6954 "funding": { 6955 "type": "opencollective", 6956 "url": "https://opencollective.com/cssnano" 6957 }, 6958 "peerDependencies": { 6959 "postcss": "^8.2.15" 6960 } 6961 }, 6962 "node_modules/cssnano-preset-default": { 6963 "version": "5.2.14", 6964 "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", 6965 "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", 6966 "license": "MIT", 6967 "dependencies": { 6968 "css-declaration-sorter": "^6.3.1", 6969 "cssnano-utils": "^3.1.0", 6970 "postcss-calc": "^8.2.3", 6971 "postcss-colormin": "^5.3.1", 6972 "postcss-convert-values": "^5.1.3", 6973 "postcss-discard-comments": "^5.1.2", 6974 "postcss-discard-duplicates": "^5.1.0", 6975 "postcss-discard-empty": "^5.1.1", 6976 "postcss-discard-overridden": "^5.1.0", 6977 "postcss-merge-longhand": "^5.1.7", 6978 "postcss-merge-rules": "^5.1.4", 6979 "postcss-minify-font-values": "^5.1.0", 6980 "postcss-minify-gradients": "^5.1.1", 6981 "postcss-minify-params": "^5.1.4", 6982 "postcss-minify-selectors": "^5.2.1", 6983 "postcss-normalize-charset": "^5.1.0", 6984 "postcss-normalize-display-values": "^5.1.0", 6985 "postcss-normalize-positions": "^5.1.1", 6986 "postcss-normalize-repeat-style": "^5.1.1", 6987 "postcss-normalize-string": "^5.1.0", 6988 "postcss-normalize-timing-functions": "^5.1.0", 6989 "postcss-normalize-unicode": "^5.1.1", 6990 "postcss-normalize-url": "^5.1.0", 6991 "postcss-normalize-whitespace": "^5.1.1", 6992 "postcss-ordered-values": "^5.1.3", 6993 "postcss-reduce-initial": "^5.1.2", 6994 "postcss-reduce-transforms": "^5.1.0", 6995 "postcss-svgo": "^5.1.0", 6996 "postcss-unique-selectors": "^5.1.1" 6997 }, 6998 "engines": { 6999 "node": "^10 || ^12 || >=14.0" 7000 }, 7001 "peerDependencies": { 7002 "postcss": "^8.2.15" 7003 } 7004 }, 7005 "node_modules/cssnano-utils": { 7006 "version": "3.1.0", 7007 "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", 7008 "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", 7009 "license": "MIT", 7010 "engines": { 7011 "node": "^10 || ^12 || >=14.0" 7012 }, 7013 "peerDependencies": { 7014 "postcss": "^8.2.15" 7015 } 7016 }, 7017 "node_modules/csso": { 7018 "version": "4.2.0", 7019 "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", 7020 "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", 7021 "license": "MIT", 7022 "dependencies": { 7023 "css-tree": "^1.1.2" 7024 }, 7025 "engines": { 7026 "node": ">=8.0.0" 7027 } 7028 }, 7029 "node_modules/csso/node_modules/css-tree": { 7030 "version": "1.1.3", 7031 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", 7032 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", 7033 "license": "MIT", 7034 "dependencies": { 7035 "mdn-data": "2.0.14", 7036 "source-map": "^0.6.1" 7037 }, 7038 "engines": { 7039 "node": ">=8.0.0" 7040 } 7041 }, 7042 "node_modules/csso/node_modules/mdn-data": { 7043 "version": "2.0.14", 7044 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", 7045 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", 7046 "license": "CC0-1.0" 7047 }, 7048 "node_modules/csso/node_modules/source-map": { 7049 "version": "0.6.1", 7050 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 7051 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 7052 "license": "BSD-3-Clause", 7053 "engines": { 7054 "node": ">=0.10.0" 7055 } 7056 }, 7057 "node_modules/cssom": { 7058 "version": "0.4.4", 7059 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", 7060 "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", 7061 "license": "MIT" 7062 }, 7063 "node_modules/cssstyle": { 7064 "version": "2.3.0", 7065 "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", 7066 "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", 7067 "license": "MIT", 7068 "dependencies": { 7069 "cssom": "~0.3.6" 7070 }, 7071 "engines": { 7072 "node": ">=8" 7073 } 7074 }, 7075 "node_modules/cssstyle/node_modules/cssom": { 7076 "version": "0.3.8", 7077 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", 7078 "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", 7079 "license": "MIT" 7080 }, 7081 "node_modules/csstype": { 7082 "version": "3.1.3", 7083 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", 7084 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", 7085 "license": "MIT" 7086 }, 7087 "node_modules/d3-array": { 7088 "version": "3.2.4", 7089 "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", 7090 "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", 7091 "license": "ISC", 7092 "dependencies": { 7093 "internmap": "1 - 2" 7094 }, 7095 "engines": { 7096 "node": ">=12" 7097 } 7098 }, 7099 "node_modules/d3-color": { 7100 "version": "3.1.0", 7101 "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", 7102 "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", 7103 "license": "ISC", 7104 "engines": { 7105 "node": ">=12" 7106 } 7107 }, 7108 "node_modules/d3-ease": { 7109 "version": "3.0.1", 7110 "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", 7111 "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", 7112 "license": "BSD-3-Clause", 7113 "engines": { 7114 "node": ">=12" 7115 } 7116 }, 7117 "node_modules/d3-format": { 7118 "version": "3.1.0", 7119 "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", 7120 "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", 7121 "license": "ISC", 7122 "engines": { 7123 "node": ">=12" 7124 } 7125 }, 7126 "node_modules/d3-interpolate": { 7127 "version": "3.0.1", 7128 "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", 7129 "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", 7130 "license": "ISC", 7131 "dependencies": { 7132 "d3-color": "1 - 3" 7133 }, 7134 "engines": { 7135 "node": ">=12" 7136 } 7137 }, 7138 "node_modules/d3-path": { 7139 "version": "3.1.0", 7140 "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", 7141 "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", 7142 "license": "ISC", 7143 "engines": { 7144 "node": ">=12" 7145 } 7146 }, 7147 "node_modules/d3-scale": { 7148 "version": "4.0.2", 7149 "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", 7150 "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", 7151 "license": "ISC", 7152 "dependencies": { 7153 "d3-array": "2.10.0 - 3", 7154 "d3-format": "1 - 3", 7155 "d3-interpolate": "1.2.0 - 3", 7156 "d3-time": "2.1.1 - 3", 7157 "d3-time-format": "2 - 4" 7158 }, 7159 "engines": { 7160 "node": ">=12" 7161 } 7162 }, 7163 "node_modules/d3-shape": { 7164 "version": "3.2.0", 7165 "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", 7166 "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", 7167 "license": "ISC", 7168 "dependencies": { 7169 "d3-path": "^3.1.0" 7170 }, 7171 "engines": { 7172 "node": ">=12" 7173 } 7174 }, 7175 "node_modules/d3-time": { 7176 "version": "3.1.0", 7177 "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", 7178 "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", 7179 "license": "ISC", 7180 "dependencies": { 7181 "d3-array": "2 - 3" 7182 }, 7183 "engines": { 7184 "node": ">=12" 7185 } 7186 }, 7187 "node_modules/d3-time-format": { 7188 "version": "4.1.0", 7189 "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", 7190 "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", 7191 "license": "ISC", 7192 "dependencies": { 7193 "d3-time": "1 - 3" 7194 }, 7195 "engines": { 7196 "node": ">=12" 7197 } 7198 }, 7199 "node_modules/d3-timer": { 7200 "version": "3.0.1", 7201 "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", 7202 "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", 7203 "license": "ISC", 7204 "engines": { 7205 "node": ">=12" 7206 } 7207 }, 7208 "node_modules/damerau-levenshtein": { 7209 "version": "1.0.8", 7210 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", 7211 "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", 7212 "license": "BSD-2-Clause" 7213 }, 7214 "node_modules/data-urls": { 7215 "version": "2.0.0", 7216 "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", 7217 "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", 7218 "license": "MIT", 7219 "dependencies": { 7220 "abab": "^2.0.3", 7221 "whatwg-mimetype": "^2.3.0", 7222 "whatwg-url": "^8.0.0" 7223 }, 7224 "engines": { 7225 "node": ">=10" 7226 } 7227 }, 7228 "node_modules/data-view-buffer": { 7229 "version": "1.0.2", 7230 "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", 7231 "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", 7232 "license": "MIT", 7233 "dependencies": { 7234 "call-bound": "^1.0.3", 7235 "es-errors": "^1.3.0", 7236 "is-data-view": "^1.0.2" 7237 }, 7238 "engines": { 7239 "node": ">= 0.4" 7240 }, 7241 "funding": { 7242 "url": "https://github.com/sponsors/ljharb" 7243 } 7244 }, 7245 "node_modules/data-view-byte-length": { 7246 "version": "1.0.2", 7247 "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", 7248 "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", 7249 "license": "MIT", 7250 "dependencies": { 7251 "call-bound": "^1.0.3", 7252 "es-errors": "^1.3.0", 7253 "is-data-view": "^1.0.2" 7254 }, 7255 "engines": { 7256 "node": ">= 0.4" 7257 }, 7258 "funding": { 7259 "url": "https://github.com/sponsors/inspect-js" 7260 } 7261 }, 7262 "node_modules/data-view-byte-offset": { 7263 "version": "1.0.1", 7264 "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", 7265 "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", 7266 "license": "MIT", 7267 "dependencies": { 7268 "call-bound": "^1.0.2", 7269 "es-errors": "^1.3.0", 7270 "is-data-view": "^1.0.1" 7271 }, 7272 "engines": { 7273 "node": ">= 0.4" 7274 }, 7275 "funding": { 7276 "url": "https://github.com/sponsors/ljharb" 7277 } 7278 }, 7279 "node_modules/debug": { 7280 "version": "2.6.9", 7281 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 7282 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 7283 "license": "MIT", 7284 "dependencies": { 7285 "ms": "2.0.0" 7286 } 7287 }, 7288 "node_modules/decimal.js": { 7289 "version": "10.5.0", 7290 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz", 7291 "integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==", 7292 "license": "MIT" 7293 }, 7294 "node_modules/decimal.js-light": { 7295 "version": "2.5.1", 7296 "resolved": "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz", 7297 "integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==", 7298 "license": "MIT" 7299 }, 7300 "node_modules/dedent": { 7301 "version": "0.7.0", 7302 "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", 7303 "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", 7304 "license": "MIT" 7305 }, 7306 "node_modules/deep-is": { 7307 "version": "0.1.4", 7308 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", 7309 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", 7310 "license": "MIT" 7311 }, 7312 "node_modules/deepmerge": { 7313 "version": "4.3.1", 7314 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", 7315 "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", 7316 "license": "MIT", 7317 "engines": { 7318 "node": ">=0.10.0" 7319 } 7320 }, 7321 "node_modules/default-gateway": { 7322 "version": "6.0.3", 7323 "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", 7324 "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", 7325 "license": "BSD-2-Clause", 7326 "dependencies": { 7327 "execa": "^5.0.0" 7328 }, 7329 "engines": { 7330 "node": ">= 10" 7331 } 7332 }, 7333 "node_modules/define-data-property": { 7334 "version": "1.1.4", 7335 "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", 7336 "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", 7337 "license": "MIT", 7338 "dependencies": { 7339 "es-define-property": "^1.0.0", 7340 "es-errors": "^1.3.0", 7341 "gopd": "^1.0.1" 7342 }, 7343 "engines": { 7344 "node": ">= 0.4" 7345 }, 7346 "funding": { 7347 "url": "https://github.com/sponsors/ljharb" 7348 } 7349 }, 7350 "node_modules/define-lazy-prop": { 7351 "version": "2.0.0", 7352 "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", 7353 "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", 7354 "license": "MIT", 7355 "engines": { 7356 "node": ">=8" 7357 } 7358 }, 7359 "node_modules/define-properties": { 7360 "version": "1.2.1", 7361 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", 7362 "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", 7363 "license": "MIT", 7364 "dependencies": { 7365 "define-data-property": "^1.0.1", 7366 "has-property-descriptors": "^1.0.0", 7367 "object-keys": "^1.1.1" 7368 }, 7369 "engines": { 7370 "node": ">= 0.4" 7371 }, 7372 "funding": { 7373 "url": "https://github.com/sponsors/ljharb" 7374 } 7375 }, 7376 "node_modules/delayed-stream": { 7377 "version": "1.0.0", 7378 "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", 7379 "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", 7380 "license": "MIT", 7381 "engines": { 7382 "node": ">=0.4.0" 7383 } 7384 }, 7385 "node_modules/depd": { 7386 "version": "2.0.0", 7387 "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", 7388 "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", 7389 "license": "MIT", 7390 "engines": { 7391 "node": ">= 0.8" 7392 } 7393 }, 7394 "node_modules/destroy": { 7395 "version": "1.2.0", 7396 "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", 7397 "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", 7398 "license": "MIT", 7399 "engines": { 7400 "node": ">= 0.8", 7401 "npm": "1.2.8000 || >= 1.4.16" 7402 } 7403 }, 7404 "node_modules/detect-newline": { 7405 "version": "3.1.0", 7406 "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", 7407 "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", 7408 "license": "MIT", 7409 "engines": { 7410 "node": ">=8" 7411 } 7412 }, 7413 "node_modules/detect-node": { 7414 "version": "2.1.0", 7415 "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", 7416 "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", 7417 "license": "MIT" 7418 }, 7419 "node_modules/detect-port-alt": { 7420 "version": "1.1.6", 7421 "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", 7422 "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", 7423 "license": "MIT", 7424 "dependencies": { 7425 "address": "^1.0.1", 7426 "debug": "^2.6.0" 7427 }, 7428 "bin": { 7429 "detect": "bin/detect-port", 7430 "detect-port": "bin/detect-port" 7431 }, 7432 "engines": { 7433 "node": ">= 4.2.1" 7434 } 7435 }, 7436 "node_modules/didyoumean": { 7437 "version": "1.2.2", 7438 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", 7439 "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", 7440 "license": "Apache-2.0" 7441 }, 7442 "node_modules/diff-sequences": { 7443 "version": "27.5.1", 7444 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", 7445 "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", 7446 "license": "MIT", 7447 "engines": { 7448 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 7449 } 7450 }, 7451 "node_modules/dir-glob": { 7452 "version": "3.0.1", 7453 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", 7454 "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", 7455 "license": "MIT", 7456 "dependencies": { 7457 "path-type": "^4.0.0" 7458 }, 7459 "engines": { 7460 "node": ">=8" 7461 } 7462 }, 7463 "node_modules/dlv": { 7464 "version": "1.1.3", 7465 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 7466 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", 7467 "license": "MIT" 7468 }, 7469 "node_modules/dns-packet": { 7470 "version": "5.6.1", 7471 "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", 7472 "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", 7473 "license": "MIT", 7474 "dependencies": { 7475 "@leichtgewicht/ip-codec": "^2.0.1" 7476 }, 7477 "engines": { 7478 "node": ">=6" 7479 } 7480 }, 7481 "node_modules/doctrine": { 7482 "version": "3.0.0", 7483 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", 7484 "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", 7485 "license": "Apache-2.0", 7486 "dependencies": { 7487 "esutils": "^2.0.2" 7488 }, 7489 "engines": { 7490 "node": ">=6.0.0" 7491 } 7492 }, 7493 "node_modules/dom-converter": { 7494 "version": "0.2.0", 7495 "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", 7496 "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", 7497 "license": "MIT", 7498 "dependencies": { 7499 "utila": "~0.4" 7500 } 7501 }, 7502 "node_modules/dom-helpers": { 7503 "version": "5.2.1", 7504 "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", 7505 "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", 7506 "license": "MIT", 7507 "dependencies": { 7508 "@babel/runtime": "^7.8.7", 7509 "csstype": "^3.0.2" 7510 } 7511 }, 7512 "node_modules/dom-serializer": { 7513 "version": "1.4.1", 7514 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", 7515 "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", 7516 "license": "MIT", 7517 "dependencies": { 7518 "domelementtype": "^2.0.1", 7519 "domhandler": "^4.2.0", 7520 "entities": "^2.0.0" 7521 }, 7522 "funding": { 7523 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" 7524 } 7525 }, 7526 "node_modules/domelementtype": { 7527 "version": "2.3.0", 7528 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 7529 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 7530 "funding": [ 7531 { 7532 "type": "github", 7533 "url": "https://github.com/sponsors/fb55" 7534 } 7535 ], 7536 "license": "BSD-2-Clause" 7537 }, 7538 "node_modules/domexception": { 7539 "version": "2.0.1", 7540 "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", 7541 "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", 7542 "deprecated": "Use your platform's native DOMException instead", 7543 "license": "MIT", 7544 "dependencies": { 7545 "webidl-conversions": "^5.0.0" 7546 }, 7547 "engines": { 7548 "node": ">=8" 7549 } 7550 }, 7551 "node_modules/domexception/node_modules/webidl-conversions": { 7552 "version": "5.0.0", 7553 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", 7554 "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", 7555 "license": "BSD-2-Clause", 7556 "engines": { 7557 "node": ">=8" 7558 } 7559 }, 7560 "node_modules/domhandler": { 7561 "version": "4.3.1", 7562 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", 7563 "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", 7564 "license": "BSD-2-Clause", 7565 "dependencies": { 7566 "domelementtype": "^2.2.0" 7567 }, 7568 "engines": { 7569 "node": ">= 4" 7570 }, 7571 "funding": { 7572 "url": "https://github.com/fb55/domhandler?sponsor=1" 7573 } 7574 }, 7575 "node_modules/domutils": { 7576 "version": "2.8.0", 7577 "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", 7578 "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", 7579 "license": "BSD-2-Clause", 7580 "dependencies": { 7581 "dom-serializer": "^1.0.1", 7582 "domelementtype": "^2.2.0", 7583 "domhandler": "^4.2.0" 7584 }, 7585 "funding": { 7586 "url": "https://github.com/fb55/domutils?sponsor=1" 7587 } 7588 }, 7589 "node_modules/dot-case": { 7590 "version": "3.0.4", 7591 "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", 7592 "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", 7593 "license": "MIT", 7594 "dependencies": { 7595 "no-case": "^3.0.4", 7596 "tslib": "^2.0.3" 7597 } 7598 }, 7599 "node_modules/dotenv": { 7600 "version": "10.0.0", 7601 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", 7602 "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", 7603 "license": "BSD-2-Clause", 7604 "engines": { 7605 "node": ">=10" 7606 } 7607 }, 7608 "node_modules/dotenv-expand": { 7609 "version": "5.1.0", 7610 "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", 7611 "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", 7612 "license": "BSD-2-Clause" 7613 }, 7614 "node_modules/dunder-proto": { 7615 "version": "1.0.1", 7616 "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", 7617 "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", 7618 "license": "MIT", 7619 "dependencies": { 7620 "call-bind-apply-helpers": "^1.0.1", 7621 "es-errors": "^1.3.0", 7622 "gopd": "^1.2.0" 7623 }, 7624 "engines": { 7625 "node": ">= 0.4" 7626 } 7627 }, 7628 "node_modules/duplexer": { 7629 "version": "0.1.2", 7630 "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", 7631 "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", 7632 "license": "MIT" 7633 }, 7634 "node_modules/eastasianwidth": { 7635 "version": "0.2.0", 7636 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", 7637 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", 7638 "license": "MIT" 7639 }, 7640 "node_modules/ecdsa-sig-formatter": { 7641 "version": "1.0.11", 7642 "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", 7643 "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", 7644 "license": "Apache-2.0", 7645 "dependencies": { 7646 "safe-buffer": "^5.0.1" 7647 } 7648 }, 7649 "node_modules/ee-first": { 7650 "version": "1.1.1", 7651 "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", 7652 "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", 7653 "license": "MIT" 7654 }, 7655 "node_modules/ejs": { 7656 "version": "3.1.10", 7657 "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", 7658 "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", 7659 "license": "Apache-2.0", 7660 "dependencies": { 7661 "jake": "^10.8.5" 7662 }, 7663 "bin": { 7664 "ejs": "bin/cli.js" 7665 }, 7666 "engines": { 7667 "node": ">=0.10.0" 7668 } 7669 }, 7670 "node_modules/electron-to-chromium": { 7671 "version": "1.5.102", 7672 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.102.tgz", 7673 "integrity": "sha512-eHhqaja8tE/FNpIiBrvBjFV/SSKpyWHLvxuR9dPTdo+3V9ppdLmFB7ZZQ98qNovcngPLYIz0oOBF9P0FfZef5Q==", 7674 "license": "ISC" 7675 }, 7676 "node_modules/emittery": { 7677 "version": "0.8.1", 7678 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", 7679 "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", 7680 "license": "MIT", 7681 "engines": { 7682 "node": ">=10" 7683 }, 7684 "funding": { 7685 "url": "https://github.com/sindresorhus/emittery?sponsor=1" 7686 } 7687 }, 7688 "node_modules/emoji-regex": { 7689 "version": "9.2.2", 7690 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 7691 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", 7692 "license": "MIT" 7693 }, 7694 "node_modules/emojis-list": { 7695 "version": "3.0.0", 7696 "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", 7697 "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", 7698 "license": "MIT", 7699 "engines": { 7700 "node": ">= 4" 7701 } 7702 }, 7703 "node_modules/encodeurl": { 7704 "version": "2.0.0", 7705 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", 7706 "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", 7707 "license": "MIT", 7708 "engines": { 7709 "node": ">= 0.8" 7710 } 7711 }, 7712 "node_modules/enhanced-resolve": { 7713 "version": "5.18.1", 7714 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz", 7715 "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", 7716 "license": "MIT", 7717 "dependencies": { 7718 "graceful-fs": "^4.2.4", 7719 "tapable": "^2.2.0" 7720 }, 7721 "engines": { 7722 "node": ">=10.13.0" 7723 } 7724 }, 7725 "node_modules/entities": { 7726 "version": "2.2.0", 7727 "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", 7728 "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", 7729 "license": "BSD-2-Clause", 7730 "funding": { 7731 "url": "https://github.com/fb55/entities?sponsor=1" 7732 } 7733 }, 7734 "node_modules/error-ex": { 7735 "version": "1.3.2", 7736 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", 7737 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", 7738 "license": "MIT", 7739 "dependencies": { 7740 "is-arrayish": "^0.2.1" 7741 } 7742 }, 7743 "node_modules/error-stack-parser": { 7744 "version": "2.1.4", 7745 "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", 7746 "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", 7747 "license": "MIT", 7748 "dependencies": { 7749 "stackframe": "^1.3.4" 7750 } 7751 }, 7752 "node_modules/es-abstract": { 7753 "version": "1.23.9", 7754 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz", 7755 "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==", 7756 "license": "MIT", 7757 "dependencies": { 7758 "array-buffer-byte-length": "^1.0.2", 7759 "arraybuffer.prototype.slice": "^1.0.4", 7760 "available-typed-arrays": "^1.0.7", 7761 "call-bind": "^1.0.8", 7762 "call-bound": "^1.0.3", 7763 "data-view-buffer": "^1.0.2", 7764 "data-view-byte-length": "^1.0.2", 7765 "data-view-byte-offset": "^1.0.1", 7766 "es-define-property": "^1.0.1", 7767 "es-errors": "^1.3.0", 7768 "es-object-atoms": "^1.0.0", 7769 "es-set-tostringtag": "^2.1.0", 7770 "es-to-primitive": "^1.3.0", 7771 "function.prototype.name": "^1.1.8", 7772 "get-intrinsic": "^1.2.7", 7773 "get-proto": "^1.0.0", 7774 "get-symbol-description": "^1.1.0", 7775 "globalthis": "^1.0.4", 7776 "gopd": "^1.2.0", 7777 "has-property-descriptors": "^1.0.2", 7778 "has-proto": "^1.2.0", 7779 "has-symbols": "^1.1.0", 7780 "hasown": "^2.0.2", 7781 "internal-slot": "^1.1.0", 7782 "is-array-buffer": "^3.0.5", 7783 "is-callable": "^1.2.7", 7784 "is-data-view": "^1.0.2", 7785 "is-regex": "^1.2.1", 7786 "is-shared-array-buffer": "^1.0.4", 7787 "is-string": "^1.1.1", 7788 "is-typed-array": "^1.1.15", 7789 "is-weakref": "^1.1.0", 7790 "math-intrinsics": "^1.1.0", 7791 "object-inspect": "^1.13.3", 7792 "object-keys": "^1.1.1", 7793 "object.assign": "^4.1.7", 7794 "own-keys": "^1.0.1", 7795 "regexp.prototype.flags": "^1.5.3", 7796 "safe-array-concat": "^1.1.3", 7797 "safe-push-apply": "^1.0.0", 7798 "safe-regex-test": "^1.1.0", 7799 "set-proto": "^1.0.0", 7800 "string.prototype.trim": "^1.2.10", 7801 "string.prototype.trimend": "^1.0.9", 7802 "string.prototype.trimstart": "^1.0.8", 7803 "typed-array-buffer": "^1.0.3", 7804 "typed-array-byte-length": "^1.0.3", 7805 "typed-array-byte-offset": "^1.0.4", 7806 "typed-array-length": "^1.0.7", 7807 "unbox-primitive": "^1.1.0", 7808 "which-typed-array": "^1.1.18" 7809 }, 7810 "engines": { 7811 "node": ">= 0.4" 7812 }, 7813 "funding": { 7814 "url": "https://github.com/sponsors/ljharb" 7815 } 7816 }, 7817 "node_modules/es-array-method-boxes-properly": { 7818 "version": "1.0.0", 7819 "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", 7820 "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", 7821 "license": "MIT" 7822 }, 7823 "node_modules/es-define-property": { 7824 "version": "1.0.1", 7825 "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", 7826 "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", 7827 "license": "MIT", 7828 "engines": { 7829 "node": ">= 0.4" 7830 } 7831 }, 7832 "node_modules/es-errors": { 7833 "version": "1.3.0", 7834 "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", 7835 "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", 7836 "license": "MIT", 7837 "engines": { 7838 "node": ">= 0.4" 7839 } 7840 }, 7841 "node_modules/es-iterator-helpers": { 7842 "version": "1.2.1", 7843 "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz", 7844 "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==", 7845 "license": "MIT", 7846 "dependencies": { 7847 "call-bind": "^1.0.8", 7848 "call-bound": "^1.0.3", 7849 "define-properties": "^1.2.1", 7850 "es-abstract": "^1.23.6", 7851 "es-errors": "^1.3.0", 7852 "es-set-tostringtag": "^2.0.3", 7853 "function-bind": "^1.1.2", 7854 "get-intrinsic": "^1.2.6", 7855 "globalthis": "^1.0.4", 7856 "gopd": "^1.2.0", 7857 "has-property-descriptors": "^1.0.2", 7858 "has-proto": "^1.2.0", 7859 "has-symbols": "^1.1.0", 7860 "internal-slot": "^1.1.0", 7861 "iterator.prototype": "^1.1.4", 7862 "safe-array-concat": "^1.1.3" 7863 }, 7864 "engines": { 7865 "node": ">= 0.4" 7866 } 7867 }, 7868 "node_modules/es-module-lexer": { 7869 "version": "1.6.0", 7870 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz", 7871 "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==", 7872 "license": "MIT" 7873 }, 7874 "node_modules/es-object-atoms": { 7875 "version": "1.1.1", 7876 "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", 7877 "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", 7878 "license": "MIT", 7879 "dependencies": { 7880 "es-errors": "^1.3.0" 7881 }, 7882 "engines": { 7883 "node": ">= 0.4" 7884 } 7885 }, 7886 "node_modules/es-set-tostringtag": { 7887 "version": "2.1.0", 7888 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", 7889 "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", 7890 "license": "MIT", 7891 "dependencies": { 7892 "es-errors": "^1.3.0", 7893 "get-intrinsic": "^1.2.6", 7894 "has-tostringtag": "^1.0.2", 7895 "hasown": "^2.0.2" 7896 }, 7897 "engines": { 7898 "node": ">= 0.4" 7899 } 7900 }, 7901 "node_modules/es-shim-unscopables": { 7902 "version": "1.1.0", 7903 "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz", 7904 "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==", 7905 "license": "MIT", 7906 "dependencies": { 7907 "hasown": "^2.0.2" 7908 }, 7909 "engines": { 7910 "node": ">= 0.4" 7911 } 7912 }, 7913 "node_modules/es-to-primitive": { 7914 "version": "1.3.0", 7915 "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", 7916 "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", 7917 "license": "MIT", 7918 "dependencies": { 7919 "is-callable": "^1.2.7", 7920 "is-date-object": "^1.0.5", 7921 "is-symbol": "^1.0.4" 7922 }, 7923 "engines": { 7924 "node": ">= 0.4" 7925 }, 7926 "funding": { 7927 "url": "https://github.com/sponsors/ljharb" 7928 } 7929 }, 7930 "node_modules/escalade": { 7931 "version": "3.2.0", 7932 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", 7933 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", 7934 "license": "MIT", 7935 "engines": { 7936 "node": ">=6" 7937 } 7938 }, 7939 "node_modules/escape-html": { 7940 "version": "1.0.3", 7941 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", 7942 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", 7943 "license": "MIT" 7944 }, 7945 "node_modules/escape-string-regexp": { 7946 "version": "4.0.0", 7947 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", 7948 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", 7949 "license": "MIT", 7950 "engines": { 7951 "node": ">=10" 7952 }, 7953 "funding": { 7954 "url": "https://github.com/sponsors/sindresorhus" 7955 } 7956 }, 7957 "node_modules/escodegen": { 7958 "version": "2.1.0", 7959 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", 7960 "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", 7961 "license": "BSD-2-Clause", 7962 "dependencies": { 7963 "esprima": "^4.0.1", 7964 "estraverse": "^5.2.0", 7965 "esutils": "^2.0.2" 7966 }, 7967 "bin": { 7968 "escodegen": "bin/escodegen.js", 7969 "esgenerate": "bin/esgenerate.js" 7970 }, 7971 "engines": { 7972 "node": ">=6.0" 7973 }, 7974 "optionalDependencies": { 7975 "source-map": "~0.6.1" 7976 } 7977 }, 7978 "node_modules/escodegen/node_modules/source-map": { 7979 "version": "0.6.1", 7980 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 7981 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 7982 "license": "BSD-3-Clause", 7983 "optional": true, 7984 "engines": { 7985 "node": ">=0.10.0" 7986 } 7987 }, 7988 "node_modules/eslint": { 7989 "version": "8.57.1", 7990 "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", 7991 "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", 7992 "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", 7993 "license": "MIT", 7994 "dependencies": { 7995 "@eslint-community/eslint-utils": "^4.2.0", 7996 "@eslint-community/regexpp": "^4.6.1", 7997 "@eslint/eslintrc": "^2.1.4", 7998 "@eslint/js": "8.57.1", 7999 "@humanwhocodes/config-array": "^0.13.0", 8000 "@humanwhocodes/module-importer": "^1.0.1", 8001 "@nodelib/fs.walk": "^1.2.8", 8002 "@ungap/structured-clone": "^1.2.0", 8003 "ajv": "^6.12.4", 8004 "chalk": "^4.0.0", 8005 "cross-spawn": "^7.0.2", 8006 "debug": "^4.3.2", 8007 "doctrine": "^3.0.0", 8008 "escape-string-regexp": "^4.0.0", 8009 "eslint-scope": "^7.2.2", 8010 "eslint-visitor-keys": "^3.4.3", 8011 "espree": "^9.6.1", 8012 "esquery": "^1.4.2", 8013 "esutils": "^2.0.2", 8014 "fast-deep-equal": "^3.1.3", 8015 "file-entry-cache": "^6.0.1", 8016 "find-up": "^5.0.0", 8017 "glob-parent": "^6.0.2", 8018 "globals": "^13.19.0", 8019 "graphemer": "^1.4.0", 8020 "ignore": "^5.2.0", 8021 "imurmurhash": "^0.1.4", 8022 "is-glob": "^4.0.0", 8023 "is-path-inside": "^3.0.3", 8024 "js-yaml": "^4.1.0", 8025 "json-stable-stringify-without-jsonify": "^1.0.1", 8026 "levn": "^0.4.1", 8027 "lodash.merge": "^4.6.2", 8028 "minimatch": "^3.1.2", 8029 "natural-compare": "^1.4.0", 8030 "optionator": "^0.9.3", 8031 "strip-ansi": "^6.0.1", 8032 "text-table": "^0.2.0" 8033 }, 8034 "bin": { 8035 "eslint": "bin/eslint.js" 8036 }, 8037 "engines": { 8038 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 8039 }, 8040 "funding": { 8041 "url": "https://opencollective.com/eslint" 8042 } 8043 }, 8044 "node_modules/eslint-config-react-app": { 8045 "version": "7.0.1", 8046 "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz", 8047 "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==", 8048 "license": "MIT", 8049 "dependencies": { 8050 "@babel/core": "^7.16.0", 8051 "@babel/eslint-parser": "^7.16.3", 8052 "@rushstack/eslint-patch": "^1.1.0", 8053 "@typescript-eslint/eslint-plugin": "^5.5.0", 8054 "@typescript-eslint/parser": "^5.5.0", 8055 "babel-preset-react-app": "^10.0.1", 8056 "confusing-browser-globals": "^1.0.11", 8057 "eslint-plugin-flowtype": "^8.0.3", 8058 "eslint-plugin-import": "^2.25.3", 8059 "eslint-plugin-jest": "^25.3.0", 8060 "eslint-plugin-jsx-a11y": "^6.5.1", 8061 "eslint-plugin-react": "^7.27.1", 8062 "eslint-plugin-react-hooks": "^4.3.0", 8063 "eslint-plugin-testing-library": "^5.0.1" 8064 }, 8065 "engines": { 8066 "node": ">=14.0.0" 8067 }, 8068 "peerDependencies": { 8069 "eslint": "^8.0.0" 8070 } 8071 }, 8072 "node_modules/eslint-import-resolver-node": { 8073 "version": "0.3.9", 8074 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", 8075 "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", 8076 "license": "MIT", 8077 "dependencies": { 8078 "debug": "^3.2.7", 8079 "is-core-module": "^2.13.0", 8080 "resolve": "^1.22.4" 8081 } 8082 }, 8083 "node_modules/eslint-import-resolver-node/node_modules/debug": { 8084 "version": "3.2.7", 8085 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 8086 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 8087 "license": "MIT", 8088 "dependencies": { 8089 "ms": "^2.1.1" 8090 } 8091 }, 8092 "node_modules/eslint-import-resolver-node/node_modules/ms": { 8093 "version": "2.1.3", 8094 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 8095 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 8096 "license": "MIT" 8097 }, 8098 "node_modules/eslint-module-utils": { 8099 "version": "2.12.0", 8100 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz", 8101 "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==", 8102 "license": "MIT", 8103 "dependencies": { 8104 "debug": "^3.2.7" 8105 }, 8106 "engines": { 8107 "node": ">=4" 8108 }, 8109 "peerDependenciesMeta": { 8110 "eslint": { 8111 "optional": true 8112 } 8113 } 8114 }, 8115 "node_modules/eslint-module-utils/node_modules/debug": { 8116 "version": "3.2.7", 8117 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 8118 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 8119 "license": "MIT", 8120 "dependencies": { 8121 "ms": "^2.1.1" 8122 } 8123 }, 8124 "node_modules/eslint-module-utils/node_modules/ms": { 8125 "version": "2.1.3", 8126 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 8127 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 8128 "license": "MIT" 8129 }, 8130 "node_modules/eslint-plugin-flowtype": { 8131 "version": "8.0.3", 8132 "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz", 8133 "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==", 8134 "license": "BSD-3-Clause", 8135 "dependencies": { 8136 "lodash": "^4.17.21", 8137 "string-natural-compare": "^3.0.1" 8138 }, 8139 "engines": { 8140 "node": ">=12.0.0" 8141 }, 8142 "peerDependencies": { 8143 "@babel/plugin-syntax-flow": "^7.14.5", 8144 "@babel/plugin-transform-react-jsx": "^7.14.9", 8145 "eslint": "^8.1.0" 8146 } 8147 }, 8148 "node_modules/eslint-plugin-import": { 8149 "version": "2.31.0", 8150 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz", 8151 "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==", 8152 "license": "MIT", 8153 "dependencies": { 8154 "@rtsao/scc": "^1.1.0", 8155 "array-includes": "^3.1.8", 8156 "array.prototype.findlastindex": "^1.2.5", 8157 "array.prototype.flat": "^1.3.2", 8158 "array.prototype.flatmap": "^1.3.2", 8159 "debug": "^3.2.7", 8160 "doctrine": "^2.1.0", 8161 "eslint-import-resolver-node": "^0.3.9", 8162 "eslint-module-utils": "^2.12.0", 8163 "hasown": "^2.0.2", 8164 "is-core-module": "^2.15.1", 8165 "is-glob": "^4.0.3", 8166 "minimatch": "^3.1.2", 8167 "object.fromentries": "^2.0.8", 8168 "object.groupby": "^1.0.3", 8169 "object.values": "^1.2.0", 8170 "semver": "^6.3.1", 8171 "string.prototype.trimend": "^1.0.8", 8172 "tsconfig-paths": "^3.15.0" 8173 }, 8174 "engines": { 8175 "node": ">=4" 8176 }, 8177 "peerDependencies": { 8178 "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" 8179 } 8180 }, 8181 "node_modules/eslint-plugin-import/node_modules/debug": { 8182 "version": "3.2.7", 8183 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 8184 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 8185 "license": "MIT", 8186 "dependencies": { 8187 "ms": "^2.1.1" 8188 } 8189 }, 8190 "node_modules/eslint-plugin-import/node_modules/doctrine": { 8191 "version": "2.1.0", 8192 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", 8193 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", 8194 "license": "Apache-2.0", 8195 "dependencies": { 8196 "esutils": "^2.0.2" 8197 }, 8198 "engines": { 8199 "node": ">=0.10.0" 8200 } 8201 }, 8202 "node_modules/eslint-plugin-import/node_modules/ms": { 8203 "version": "2.1.3", 8204 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 8205 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 8206 "license": "MIT" 8207 }, 8208 "node_modules/eslint-plugin-import/node_modules/semver": { 8209 "version": "6.3.1", 8210 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 8211 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 8212 "license": "ISC", 8213 "bin": { 8214 "semver": "bin/semver.js" 8215 } 8216 }, 8217 "node_modules/eslint-plugin-jest": { 8218 "version": "25.7.0", 8219 "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz", 8220 "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==", 8221 "license": "MIT", 8222 "dependencies": { 8223 "@typescript-eslint/experimental-utils": "^5.0.0" 8224 }, 8225 "engines": { 8226 "node": "^12.13.0 || ^14.15.0 || >=16.0.0" 8227 }, 8228 "peerDependencies": { 8229 "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0", 8230 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 8231 }, 8232 "peerDependenciesMeta": { 8233 "@typescript-eslint/eslint-plugin": { 8234 "optional": true 8235 }, 8236 "jest": { 8237 "optional": true 8238 } 8239 } 8240 }, 8241 "node_modules/eslint-plugin-jsx-a11y": { 8242 "version": "6.10.2", 8243 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz", 8244 "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==", 8245 "license": "MIT", 8246 "dependencies": { 8247 "aria-query": "^5.3.2", 8248 "array-includes": "^3.1.8", 8249 "array.prototype.flatmap": "^1.3.2", 8250 "ast-types-flow": "^0.0.8", 8251 "axe-core": "^4.10.0", 8252 "axobject-query": "^4.1.0", 8253 "damerau-levenshtein": "^1.0.8", 8254 "emoji-regex": "^9.2.2", 8255 "hasown": "^2.0.2", 8256 "jsx-ast-utils": "^3.3.5", 8257 "language-tags": "^1.0.9", 8258 "minimatch": "^3.1.2", 8259 "object.fromentries": "^2.0.8", 8260 "safe-regex-test": "^1.0.3", 8261 "string.prototype.includes": "^2.0.1" 8262 }, 8263 "engines": { 8264 "node": ">=4.0" 8265 }, 8266 "peerDependencies": { 8267 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9" 8268 } 8269 }, 8270 "node_modules/eslint-plugin-react": { 8271 "version": "7.37.4", 8272 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz", 8273 "integrity": "sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==", 8274 "license": "MIT", 8275 "dependencies": { 8276 "array-includes": "^3.1.8", 8277 "array.prototype.findlast": "^1.2.5", 8278 "array.prototype.flatmap": "^1.3.3", 8279 "array.prototype.tosorted": "^1.1.4", 8280 "doctrine": "^2.1.0", 8281 "es-iterator-helpers": "^1.2.1", 8282 "estraverse": "^5.3.0", 8283 "hasown": "^2.0.2", 8284 "jsx-ast-utils": "^2.4.1 || ^3.0.0", 8285 "minimatch": "^3.1.2", 8286 "object.entries": "^1.1.8", 8287 "object.fromentries": "^2.0.8", 8288 "object.values": "^1.2.1", 8289 "prop-types": "^15.8.1", 8290 "resolve": "^2.0.0-next.5", 8291 "semver": "^6.3.1", 8292 "string.prototype.matchall": "^4.0.12", 8293 "string.prototype.repeat": "^1.0.0" 8294 }, 8295 "engines": { 8296 "node": ">=4" 8297 }, 8298 "peerDependencies": { 8299 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" 8300 } 8301 }, 8302 "node_modules/eslint-plugin-react-hooks": { 8303 "version": "4.6.2", 8304 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", 8305 "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", 8306 "license": "MIT", 8307 "engines": { 8308 "node": ">=10" 8309 }, 8310 "peerDependencies": { 8311 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" 8312 } 8313 }, 8314 "node_modules/eslint-plugin-react/node_modules/doctrine": { 8315 "version": "2.1.0", 8316 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", 8317 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", 8318 "license": "Apache-2.0", 8319 "dependencies": { 8320 "esutils": "^2.0.2" 8321 }, 8322 "engines": { 8323 "node": ">=0.10.0" 8324 } 8325 }, 8326 "node_modules/eslint-plugin-react/node_modules/resolve": { 8327 "version": "2.0.0-next.5", 8328 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", 8329 "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", 8330 "license": "MIT", 8331 "dependencies": { 8332 "is-core-module": "^2.13.0", 8333 "path-parse": "^1.0.7", 8334 "supports-preserve-symlinks-flag": "^1.0.0" 8335 }, 8336 "bin": { 8337 "resolve": "bin/resolve" 8338 }, 8339 "funding": { 8340 "url": "https://github.com/sponsors/ljharb" 8341 } 8342 }, 8343 "node_modules/eslint-plugin-react/node_modules/semver": { 8344 "version": "6.3.1", 8345 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 8346 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 8347 "license": "ISC", 8348 "bin": { 8349 "semver": "bin/semver.js" 8350 } 8351 }, 8352 "node_modules/eslint-plugin-testing-library": { 8353 "version": "5.11.1", 8354 "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz", 8355 "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==", 8356 "license": "MIT", 8357 "dependencies": { 8358 "@typescript-eslint/utils": "^5.58.0" 8359 }, 8360 "engines": { 8361 "node": "^12.22.0 || ^14.17.0 || >=16.0.0", 8362 "npm": ">=6" 8363 }, 8364 "peerDependencies": { 8365 "eslint": "^7.5.0 || ^8.0.0" 8366 } 8367 }, 8368 "node_modules/eslint-scope": { 8369 "version": "7.2.2", 8370 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", 8371 "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", 8372 "license": "BSD-2-Clause", 8373 "dependencies": { 8374 "esrecurse": "^4.3.0", 8375 "estraverse": "^5.2.0" 8376 }, 8377 "engines": { 8378 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 8379 }, 8380 "funding": { 8381 "url": "https://opencollective.com/eslint" 8382 } 8383 }, 8384 "node_modules/eslint-visitor-keys": { 8385 "version": "3.4.3", 8386 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", 8387 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", 8388 "license": "Apache-2.0", 8389 "engines": { 8390 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 8391 }, 8392 "funding": { 8393 "url": "https://opencollective.com/eslint" 8394 } 8395 }, 8396 "node_modules/eslint-webpack-plugin": { 8397 "version": "3.2.0", 8398 "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz", 8399 "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==", 8400 "license": "MIT", 8401 "dependencies": { 8402 "@types/eslint": "^7.29.0 || ^8.4.1", 8403 "jest-worker": "^28.0.2", 8404 "micromatch": "^4.0.5", 8405 "normalize-path": "^3.0.0", 8406 "schema-utils": "^4.0.0" 8407 }, 8408 "engines": { 8409 "node": ">= 12.13.0" 8410 }, 8411 "funding": { 8412 "type": "opencollective", 8413 "url": "https://opencollective.com/webpack" 8414 }, 8415 "peerDependencies": { 8416 "eslint": "^7.0.0 || ^8.0.0", 8417 "webpack": "^5.0.0" 8418 } 8419 }, 8420 "node_modules/eslint-webpack-plugin/node_modules/jest-worker": { 8421 "version": "28.1.3", 8422 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", 8423 "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", 8424 "license": "MIT", 8425 "dependencies": { 8426 "@types/node": "*", 8427 "merge-stream": "^2.0.0", 8428 "supports-color": "^8.0.0" 8429 }, 8430 "engines": { 8431 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 8432 } 8433 }, 8434 "node_modules/eslint-webpack-plugin/node_modules/supports-color": { 8435 "version": "8.1.1", 8436 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", 8437 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", 8438 "license": "MIT", 8439 "dependencies": { 8440 "has-flag": "^4.0.0" 8441 }, 8442 "engines": { 8443 "node": ">=10" 8444 }, 8445 "funding": { 8446 "url": "https://github.com/chalk/supports-color?sponsor=1" 8447 } 8448 }, 8449 "node_modules/eslint/node_modules/argparse": { 8450 "version": "2.0.1", 8451 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 8452 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 8453 "license": "Python-2.0" 8454 }, 8455 "node_modules/eslint/node_modules/debug": { 8456 "version": "4.4.0", 8457 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 8458 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 8459 "license": "MIT", 8460 "dependencies": { 8461 "ms": "^2.1.3" 8462 }, 8463 "engines": { 8464 "node": ">=6.0" 8465 }, 8466 "peerDependenciesMeta": { 8467 "supports-color": { 8468 "optional": true 8469 } 8470 } 8471 }, 8472 "node_modules/eslint/node_modules/find-up": { 8473 "version": "5.0.0", 8474 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", 8475 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", 8476 "license": "MIT", 8477 "dependencies": { 8478 "locate-path": "^6.0.0", 8479 "path-exists": "^4.0.0" 8480 }, 8481 "engines": { 8482 "node": ">=10" 8483 }, 8484 "funding": { 8485 "url": "https://github.com/sponsors/sindresorhus" 8486 } 8487 }, 8488 "node_modules/eslint/node_modules/globals": { 8489 "version": "13.24.0", 8490 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", 8491 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", 8492 "license": "MIT", 8493 "dependencies": { 8494 "type-fest": "^0.20.2" 8495 }, 8496 "engines": { 8497 "node": ">=8" 8498 }, 8499 "funding": { 8500 "url": "https://github.com/sponsors/sindresorhus" 8501 } 8502 }, 8503 "node_modules/eslint/node_modules/js-yaml": { 8504 "version": "4.1.0", 8505 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 8506 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 8507 "license": "MIT", 8508 "dependencies": { 8509 "argparse": "^2.0.1" 8510 }, 8511 "bin": { 8512 "js-yaml": "bin/js-yaml.js" 8513 } 8514 }, 8515 "node_modules/eslint/node_modules/locate-path": { 8516 "version": "6.0.0", 8517 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", 8518 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", 8519 "license": "MIT", 8520 "dependencies": { 8521 "p-locate": "^5.0.0" 8522 }, 8523 "engines": { 8524 "node": ">=10" 8525 }, 8526 "funding": { 8527 "url": "https://github.com/sponsors/sindresorhus" 8528 } 8529 }, 8530 "node_modules/eslint/node_modules/ms": { 8531 "version": "2.1.3", 8532 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 8533 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 8534 "license": "MIT" 8535 }, 8536 "node_modules/eslint/node_modules/p-limit": { 8537 "version": "3.1.0", 8538 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", 8539 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", 8540 "license": "MIT", 8541 "dependencies": { 8542 "yocto-queue": "^0.1.0" 8543 }, 8544 "engines": { 8545 "node": ">=10" 8546 }, 8547 "funding": { 8548 "url": "https://github.com/sponsors/sindresorhus" 8549 } 8550 }, 8551 "node_modules/eslint/node_modules/p-locate": { 8552 "version": "5.0.0", 8553 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", 8554 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", 8555 "license": "MIT", 8556 "dependencies": { 8557 "p-limit": "^3.0.2" 8558 }, 8559 "engines": { 8560 "node": ">=10" 8561 }, 8562 "funding": { 8563 "url": "https://github.com/sponsors/sindresorhus" 8564 } 8565 }, 8566 "node_modules/eslint/node_modules/type-fest": { 8567 "version": "0.20.2", 8568 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", 8569 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", 8570 "license": "(MIT OR CC0-1.0)", 8571 "engines": { 8572 "node": ">=10" 8573 }, 8574 "funding": { 8575 "url": "https://github.com/sponsors/sindresorhus" 8576 } 8577 }, 8578 "node_modules/espree": { 8579 "version": "9.6.1", 8580 "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", 8581 "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", 8582 "license": "BSD-2-Clause", 8583 "dependencies": { 8584 "acorn": "^8.9.0", 8585 "acorn-jsx": "^5.3.2", 8586 "eslint-visitor-keys": "^3.4.1" 8587 }, 8588 "engines": { 8589 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 8590 }, 8591 "funding": { 8592 "url": "https://opencollective.com/eslint" 8593 } 8594 }, 8595 "node_modules/esprima": { 8596 "version": "4.0.1", 8597 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", 8598 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", 8599 "license": "BSD-2-Clause", 8600 "bin": { 8601 "esparse": "bin/esparse.js", 8602 "esvalidate": "bin/esvalidate.js" 8603 }, 8604 "engines": { 8605 "node": ">=4" 8606 } 8607 }, 8608 "node_modules/esquery": { 8609 "version": "1.6.0", 8610 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", 8611 "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", 8612 "license": "BSD-3-Clause", 8613 "dependencies": { 8614 "estraverse": "^5.1.0" 8615 }, 8616 "engines": { 8617 "node": ">=0.10" 8618 } 8619 }, 8620 "node_modules/esrecurse": { 8621 "version": "4.3.0", 8622 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", 8623 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", 8624 "license": "BSD-2-Clause", 8625 "dependencies": { 8626 "estraverse": "^5.2.0" 8627 }, 8628 "engines": { 8629 "node": ">=4.0" 8630 } 8631 }, 8632 "node_modules/estraverse": { 8633 "version": "5.3.0", 8634 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", 8635 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", 8636 "license": "BSD-2-Clause", 8637 "engines": { 8638 "node": ">=4.0" 8639 } 8640 }, 8641 "node_modules/estree-walker": { 8642 "version": "1.0.1", 8643 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", 8644 "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", 8645 "license": "MIT" 8646 }, 8647 "node_modules/esutils": { 8648 "version": "2.0.3", 8649 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", 8650 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", 8651 "license": "BSD-2-Clause", 8652 "engines": { 8653 "node": ">=0.10.0" 8654 } 8655 }, 8656 "node_modules/etag": { 8657 "version": "1.8.1", 8658 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", 8659 "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", 8660 "license": "MIT", 8661 "engines": { 8662 "node": ">= 0.6" 8663 } 8664 }, 8665 "node_modules/eventemitter3": { 8666 "version": "4.0.7", 8667 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", 8668 "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", 8669 "license": "MIT" 8670 }, 8671 "node_modules/events": { 8672 "version": "3.3.0", 8673 "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", 8674 "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", 8675 "license": "MIT", 8676 "engines": { 8677 "node": ">=0.8.x" 8678 } 8679 }, 8680 "node_modules/execa": { 8681 "version": "5.1.1", 8682 "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", 8683 "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", 8684 "license": "MIT", 8685 "dependencies": { 8686 "cross-spawn": "^7.0.3", 8687 "get-stream": "^6.0.0", 8688 "human-signals": "^2.1.0", 8689 "is-stream": "^2.0.0", 8690 "merge-stream": "^2.0.0", 8691 "npm-run-path": "^4.0.1", 8692 "onetime": "^5.1.2", 8693 "signal-exit": "^3.0.3", 8694 "strip-final-newline": "^2.0.0" 8695 }, 8696 "engines": { 8697 "node": ">=10" 8698 }, 8699 "funding": { 8700 "url": "https://github.com/sindresorhus/execa?sponsor=1" 8701 } 8702 }, 8703 "node_modules/exit": { 8704 "version": "0.1.2", 8705 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", 8706 "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", 8707 "engines": { 8708 "node": ">= 0.8.0" 8709 } 8710 }, 8711 "node_modules/expect": { 8712 "version": "27.5.1", 8713 "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", 8714 "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", 8715 "license": "MIT", 8716 "dependencies": { 8717 "@jest/types": "^27.5.1", 8718 "jest-get-type": "^27.5.1", 8719 "jest-matcher-utils": "^27.5.1", 8720 "jest-message-util": "^27.5.1" 8721 }, 8722 "engines": { 8723 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 8724 } 8725 }, 8726 "node_modules/express": { 8727 "version": "4.21.2", 8728 "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", 8729 "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", 8730 "license": "MIT", 8731 "dependencies": { 8732 "accepts": "~1.3.8", 8733 "array-flatten": "1.1.1", 8734 "body-parser": "1.20.3", 8735 "content-disposition": "0.5.4", 8736 "content-type": "~1.0.4", 8737 "cookie": "0.7.1", 8738 "cookie-signature": "1.0.6", 8739 "debug": "2.6.9", 8740 "depd": "2.0.0", 8741 "encodeurl": "~2.0.0", 8742 "escape-html": "~1.0.3", 8743 "etag": "~1.8.1", 8744 "finalhandler": "1.3.1", 8745 "fresh": "0.5.2", 8746 "http-errors": "2.0.0", 8747 "merge-descriptors": "1.0.3", 8748 "methods": "~1.1.2", 8749 "on-finished": "2.4.1", 8750 "parseurl": "~1.3.3", 8751 "path-to-regexp": "0.1.12", 8752 "proxy-addr": "~2.0.7", 8753 "qs": "6.13.0", 8754 "range-parser": "~1.2.1", 8755 "safe-buffer": "5.2.1", 8756 "send": "0.19.0", 8757 "serve-static": "1.16.2", 8758 "setprototypeof": "1.2.0", 8759 "statuses": "2.0.1", 8760 "type-is": "~1.6.18", 8761 "utils-merge": "1.0.1", 8762 "vary": "~1.1.2" 8763 }, 8764 "engines": { 8765 "node": ">= 0.10.0" 8766 }, 8767 "funding": { 8768 "type": "opencollective", 8769 "url": "https://opencollective.com/express" 8770 } 8771 }, 8772 "node_modules/express-session": { 8773 "version": "1.18.1", 8774 "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.1.tgz", 8775 "integrity": "sha512-a5mtTqEaZvBCL9A9aqkrtfz+3SMDhOVUnjafjo+s7A9Txkq+SVX2DLvSp1Zrv4uCXa3lMSK3viWnh9Gg07PBUA==", 8776 "license": "MIT", 8777 "dependencies": { 8778 "cookie": "0.7.2", 8779 "cookie-signature": "1.0.7", 8780 "debug": "2.6.9", 8781 "depd": "~2.0.0", 8782 "on-headers": "~1.0.2", 8783 "parseurl": "~1.3.3", 8784 "safe-buffer": "5.2.1", 8785 "uid-safe": "~2.1.5" 8786 }, 8787 "engines": { 8788 "node": ">= 0.8.0" 8789 } 8790 }, 8791 "node_modules/express/node_modules/cookie": { 8792 "version": "0.7.1", 8793 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", 8794 "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", 8795 "license": "MIT", 8796 "engines": { 8797 "node": ">= 0.6" 8798 } 8799 }, 8800 "node_modules/express/node_modules/cookie-signature": { 8801 "version": "1.0.6", 8802 "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", 8803 "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", 8804 "license": "MIT" 8805 }, 8806 "node_modules/fast-deep-equal": { 8807 "version": "3.1.3", 8808 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 8809 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", 8810 "license": "MIT" 8811 }, 8812 "node_modules/fast-equals": { 8813 "version": "4.0.3", 8814 "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", 8815 "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==", 8816 "license": "MIT" 8817 }, 8818 "node_modules/fast-glob": { 8819 "version": "3.3.3", 8820 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", 8821 "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", 8822 "license": "MIT", 8823 "dependencies": { 8824 "@nodelib/fs.stat": "^2.0.2", 8825 "@nodelib/fs.walk": "^1.2.3", 8826 "glob-parent": "^5.1.2", 8827 "merge2": "^1.3.0", 8828 "micromatch": "^4.0.8" 8829 }, 8830 "engines": { 8831 "node": ">=8.6.0" 8832 } 8833 }, 8834 "node_modules/fast-glob/node_modules/glob-parent": { 8835 "version": "5.1.2", 8836 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 8837 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 8838 "license": "ISC", 8839 "dependencies": { 8840 "is-glob": "^4.0.1" 8841 }, 8842 "engines": { 8843 "node": ">= 6" 8844 } 8845 }, 8846 "node_modules/fast-json-stable-stringify": { 8847 "version": "2.1.0", 8848 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", 8849 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", 8850 "license": "MIT" 8851 }, 8852 "node_modules/fast-levenshtein": { 8853 "version": "2.0.6", 8854 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", 8855 "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", 8856 "license": "MIT" 8857 }, 8858 "node_modules/fast-uri": { 8859 "version": "3.0.6", 8860 "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", 8861 "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", 8862 "funding": [ 8863 { 8864 "type": "github", 8865 "url": "https://github.com/sponsors/fastify" 8866 }, 8867 { 8868 "type": "opencollective", 8869 "url": "https://opencollective.com/fastify" 8870 } 8871 ], 8872 "license": "BSD-3-Clause" 8873 }, 8874 "node_modules/fastq": { 8875 "version": "1.19.0", 8876 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.0.tgz", 8877 "integrity": "sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==", 8878 "license": "ISC", 8879 "dependencies": { 8880 "reusify": "^1.0.4" 8881 } 8882 }, 8883 "node_modules/faye-websocket": { 8884 "version": "0.11.4", 8885 "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", 8886 "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", 8887 "license": "Apache-2.0", 8888 "dependencies": { 8889 "websocket-driver": ">=0.5.1" 8890 }, 8891 "engines": { 8892 "node": ">=0.8.0" 8893 } 8894 }, 8895 "node_modules/fb-watchman": { 8896 "version": "2.0.2", 8897 "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", 8898 "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", 8899 "license": "Apache-2.0", 8900 "dependencies": { 8901 "bser": "2.1.1" 8902 } 8903 }, 8904 "node_modules/file-entry-cache": { 8905 "version": "6.0.1", 8906 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", 8907 "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", 8908 "license": "MIT", 8909 "dependencies": { 8910 "flat-cache": "^3.0.4" 8911 }, 8912 "engines": { 8913 "node": "^10.12.0 || >=12.0.0" 8914 } 8915 }, 8916 "node_modules/file-loader": { 8917 "version": "6.2.0", 8918 "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", 8919 "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", 8920 "license": "MIT", 8921 "dependencies": { 8922 "loader-utils": "^2.0.0", 8923 "schema-utils": "^3.0.0" 8924 }, 8925 "engines": { 8926 "node": ">= 10.13.0" 8927 }, 8928 "funding": { 8929 "type": "opencollective", 8930 "url": "https://opencollective.com/webpack" 8931 }, 8932 "peerDependencies": { 8933 "webpack": "^4.0.0 || ^5.0.0" 8934 } 8935 }, 8936 "node_modules/file-loader/node_modules/schema-utils": { 8937 "version": "3.3.0", 8938 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", 8939 "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", 8940 "license": "MIT", 8941 "dependencies": { 8942 "@types/json-schema": "^7.0.8", 8943 "ajv": "^6.12.5", 8944 "ajv-keywords": "^3.5.2" 8945 }, 8946 "engines": { 8947 "node": ">= 10.13.0" 8948 }, 8949 "funding": { 8950 "type": "opencollective", 8951 "url": "https://opencollective.com/webpack" 8952 } 8953 }, 8954 "node_modules/filelist": { 8955 "version": "1.0.4", 8956 "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", 8957 "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", 8958 "license": "Apache-2.0", 8959 "dependencies": { 8960 "minimatch": "^5.0.1" 8961 } 8962 }, 8963 "node_modules/filelist/node_modules/brace-expansion": { 8964 "version": "2.0.1", 8965 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", 8966 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", 8967 "license": "MIT", 8968 "dependencies": { 8969 "balanced-match": "^1.0.0" 8970 } 8971 }, 8972 "node_modules/filelist/node_modules/minimatch": { 8973 "version": "5.1.6", 8974 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", 8975 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", 8976 "license": "ISC", 8977 "dependencies": { 8978 "brace-expansion": "^2.0.1" 8979 }, 8980 "engines": { 8981 "node": ">=10" 8982 } 8983 }, 8984 "node_modules/filesize": { 8985 "version": "8.0.7", 8986 "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", 8987 "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", 8988 "license": "BSD-3-Clause", 8989 "engines": { 8990 "node": ">= 0.4.0" 8991 } 8992 }, 8993 "node_modules/fill-range": { 8994 "version": "7.1.1", 8995 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 8996 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 8997 "license": "MIT", 8998 "dependencies": { 8999 "to-regex-range": "^5.0.1" 9000 }, 9001 "engines": { 9002 "node": ">=8" 9003 } 9004 }, 9005 "node_modules/finalhandler": { 9006 "version": "1.3.1", 9007 "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", 9008 "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", 9009 "license": "MIT", 9010 "dependencies": { 9011 "debug": "2.6.9", 9012 "encodeurl": "~2.0.0", 9013 "escape-html": "~1.0.3", 9014 "on-finished": "2.4.1", 9015 "parseurl": "~1.3.3", 9016 "statuses": "2.0.1", 9017 "unpipe": "~1.0.0" 9018 }, 9019 "engines": { 9020 "node": ">= 0.8" 9021 } 9022 }, 9023 "node_modules/find-cache-dir": { 9024 "version": "3.3.2", 9025 "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", 9026 "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", 9027 "license": "MIT", 9028 "dependencies": { 9029 "commondir": "^1.0.1", 9030 "make-dir": "^3.0.2", 9031 "pkg-dir": "^4.1.0" 9032 }, 9033 "engines": { 9034 "node": ">=8" 9035 }, 9036 "funding": { 9037 "url": "https://github.com/avajs/find-cache-dir?sponsor=1" 9038 } 9039 }, 9040 "node_modules/find-up": { 9041 "version": "4.1.0", 9042 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", 9043 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", 9044 "license": "MIT", 9045 "dependencies": { 9046 "locate-path": "^5.0.0", 9047 "path-exists": "^4.0.0" 9048 }, 9049 "engines": { 9050 "node": ">=8" 9051 } 9052 }, 9053 "node_modules/flat-cache": { 9054 "version": "3.2.0", 9055 "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", 9056 "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", 9057 "license": "MIT", 9058 "dependencies": { 9059 "flatted": "^3.2.9", 9060 "keyv": "^4.5.3", 9061 "rimraf": "^3.0.2" 9062 }, 9063 "engines": { 9064 "node": "^10.12.0 || >=12.0.0" 9065 } 9066 }, 9067 "node_modules/flatted": { 9068 "version": "3.3.3", 9069 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz", 9070 "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", 9071 "license": "ISC" 9072 }, 9073 "node_modules/follow-redirects": { 9074 "version": "1.15.9", 9075 "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", 9076 "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", 9077 "funding": [ 9078 { 9079 "type": "individual", 9080 "url": "https://github.com/sponsors/RubenVerborgh" 9081 } 9082 ], 9083 "license": "MIT", 9084 "engines": { 9085 "node": ">=4.0" 9086 }, 9087 "peerDependenciesMeta": { 9088 "debug": { 9089 "optional": true 9090 } 9091 } 9092 }, 9093 "node_modules/for-each": { 9094 "version": "0.3.5", 9095 "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", 9096 "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", 9097 "license": "MIT", 9098 "dependencies": { 9099 "is-callable": "^1.2.7" 9100 }, 9101 "engines": { 9102 "node": ">= 0.4" 9103 }, 9104 "funding": { 9105 "url": "https://github.com/sponsors/ljharb" 9106 } 9107 }, 9108 "node_modules/foreground-child": { 9109 "version": "3.3.0", 9110 "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", 9111 "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", 9112 "license": "ISC", 9113 "dependencies": { 9114 "cross-spawn": "^7.0.0", 9115 "signal-exit": "^4.0.1" 9116 }, 9117 "engines": { 9118 "node": ">=14" 9119 }, 9120 "funding": { 9121 "url": "https://github.com/sponsors/isaacs" 9122 } 9123 }, 9124 "node_modules/foreground-child/node_modules/signal-exit": { 9125 "version": "4.1.0", 9126 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 9127 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", 9128 "license": "ISC", 9129 "engines": { 9130 "node": ">=14" 9131 }, 9132 "funding": { 9133 "url": "https://github.com/sponsors/isaacs" 9134 } 9135 }, 9136 "node_modules/fork-ts-checker-webpack-plugin": { 9137 "version": "6.5.3", 9138 "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", 9139 "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", 9140 "license": "MIT", 9141 "dependencies": { 9142 "@babel/code-frame": "^7.8.3", 9143 "@types/json-schema": "^7.0.5", 9144 "chalk": "^4.1.0", 9145 "chokidar": "^3.4.2", 9146 "cosmiconfig": "^6.0.0", 9147 "deepmerge": "^4.2.2", 9148 "fs-extra": "^9.0.0", 9149 "glob": "^7.1.6", 9150 "memfs": "^3.1.2", 9151 "minimatch": "^3.0.4", 9152 "schema-utils": "2.7.0", 9153 "semver": "^7.3.2", 9154 "tapable": "^1.0.0" 9155 }, 9156 "engines": { 9157 "node": ">=10", 9158 "yarn": ">=1.0.0" 9159 }, 9160 "peerDependencies": { 9161 "eslint": ">= 6", 9162 "typescript": ">= 2.7", 9163 "vue-template-compiler": "*", 9164 "webpack": ">= 4" 9165 }, 9166 "peerDependenciesMeta": { 9167 "eslint": { 9168 "optional": true 9169 }, 9170 "vue-template-compiler": { 9171 "optional": true 9172 } 9173 } 9174 }, 9175 "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { 9176 "version": "6.0.0", 9177 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", 9178 "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", 9179 "license": "MIT", 9180 "dependencies": { 9181 "@types/parse-json": "^4.0.0", 9182 "import-fresh": "^3.1.0", 9183 "parse-json": "^5.0.0", 9184 "path-type": "^4.0.0", 9185 "yaml": "^1.7.2" 9186 }, 9187 "engines": { 9188 "node": ">=8" 9189 } 9190 }, 9191 "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { 9192 "version": "9.1.0", 9193 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", 9194 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", 9195 "license": "MIT", 9196 "dependencies": { 9197 "at-least-node": "^1.0.0", 9198 "graceful-fs": "^4.2.0", 9199 "jsonfile": "^6.0.1", 9200 "universalify": "^2.0.0" 9201 }, 9202 "engines": { 9203 "node": ">=10" 9204 } 9205 }, 9206 "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { 9207 "version": "2.7.0", 9208 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", 9209 "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", 9210 "license": "MIT", 9211 "dependencies": { 9212 "@types/json-schema": "^7.0.4", 9213 "ajv": "^6.12.2", 9214 "ajv-keywords": "^3.4.1" 9215 }, 9216 "engines": { 9217 "node": ">= 8.9.0" 9218 }, 9219 "funding": { 9220 "type": "opencollective", 9221 "url": "https://opencollective.com/webpack" 9222 } 9223 }, 9224 "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { 9225 "version": "1.1.3", 9226 "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", 9227 "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", 9228 "license": "MIT", 9229 "engines": { 9230 "node": ">=6" 9231 } 9232 }, 9233 "node_modules/form-data": { 9234 "version": "4.0.2", 9235 "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz", 9236 "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", 9237 "license": "MIT", 9238 "dependencies": { 9239 "asynckit": "^0.4.0", 9240 "combined-stream": "^1.0.8", 9241 "es-set-tostringtag": "^2.1.0", 9242 "mime-types": "^2.1.12" 9243 }, 9244 "engines": { 9245 "node": ">= 6" 9246 } 9247 }, 9248 "node_modules/forwarded": { 9249 "version": "0.2.0", 9250 "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", 9251 "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", 9252 "license": "MIT", 9253 "engines": { 9254 "node": ">= 0.6" 9255 } 9256 }, 9257 "node_modules/fraction.js": { 9258 "version": "4.3.7", 9259 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", 9260 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", 9261 "license": "MIT", 9262 "engines": { 9263 "node": "*" 9264 }, 9265 "funding": { 9266 "type": "patreon", 9267 "url": "https://github.com/sponsors/rawify" 9268 } 9269 }, 9270 "node_modules/fresh": { 9271 "version": "0.5.2", 9272 "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", 9273 "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", 9274 "license": "MIT", 9275 "engines": { 9276 "node": ">= 0.6" 9277 } 9278 }, 9279 "node_modules/fs-extra": { 9280 "version": "10.1.0", 9281 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", 9282 "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", 9283 "license": "MIT", 9284 "dependencies": { 9285 "graceful-fs": "^4.2.0", 9286 "jsonfile": "^6.0.1", 9287 "universalify": "^2.0.0" 9288 }, 9289 "engines": { 9290 "node": ">=12" 9291 } 9292 }, 9293 "node_modules/fs-monkey": { 9294 "version": "1.0.6", 9295 "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", 9296 "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", 9297 "license": "Unlicense" 9298 }, 9299 "node_modules/fs.realpath": { 9300 "version": "1.0.0", 9301 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 9302 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", 9303 "license": "ISC" 9304 }, 9305 "node_modules/fsevents": { 9306 "version": "2.3.3", 9307 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 9308 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 9309 "hasInstallScript": true, 9310 "license": "MIT", 9311 "optional": true, 9312 "os": [ 9313 "darwin" 9314 ], 9315 "engines": { 9316 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 9317 } 9318 }, 9319 "node_modules/function-bind": { 9320 "version": "1.1.2", 9321 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", 9322 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", 9323 "license": "MIT", 9324 "funding": { 9325 "url": "https://github.com/sponsors/ljharb" 9326 } 9327 }, 9328 "node_modules/function.prototype.name": { 9329 "version": "1.1.8", 9330 "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", 9331 "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", 9332 "license": "MIT", 9333 "dependencies": { 9334 "call-bind": "^1.0.8", 9335 "call-bound": "^1.0.3", 9336 "define-properties": "^1.2.1", 9337 "functions-have-names": "^1.2.3", 9338 "hasown": "^2.0.2", 9339 "is-callable": "^1.2.7" 9340 }, 9341 "engines": { 9342 "node": ">= 0.4" 9343 }, 9344 "funding": { 9345 "url": "https://github.com/sponsors/ljharb" 9346 } 9347 }, 9348 "node_modules/functions-have-names": { 9349 "version": "1.2.3", 9350 "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", 9351 "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", 9352 "license": "MIT", 9353 "funding": { 9354 "url": "https://github.com/sponsors/ljharb" 9355 } 9356 }, 9357 "node_modules/gensync": { 9358 "version": "1.0.0-beta.2", 9359 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", 9360 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", 9361 "license": "MIT", 9362 "engines": { 9363 "node": ">=6.9.0" 9364 } 9365 }, 9366 "node_modules/get-caller-file": { 9367 "version": "2.0.5", 9368 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", 9369 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", 9370 "license": "ISC", 9371 "engines": { 9372 "node": "6.* || 8.* || >= 10.*" 9373 } 9374 }, 9375 "node_modules/get-intrinsic": { 9376 "version": "1.2.7", 9377 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz", 9378 "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==", 9379 "license": "MIT", 9380 "dependencies": { 9381 "call-bind-apply-helpers": "^1.0.1", 9382 "es-define-property": "^1.0.1", 9383 "es-errors": "^1.3.0", 9384 "es-object-atoms": "^1.0.0", 9385 "function-bind": "^1.1.2", 9386 "get-proto": "^1.0.0", 9387 "gopd": "^1.2.0", 9388 "has-symbols": "^1.1.0", 9389 "hasown": "^2.0.2", 9390 "math-intrinsics": "^1.1.0" 9391 }, 9392 "engines": { 9393 "node": ">= 0.4" 9394 }, 9395 "funding": { 9396 "url": "https://github.com/sponsors/ljharb" 9397 } 9398 }, 9399 "node_modules/get-own-enumerable-property-symbols": { 9400 "version": "3.0.2", 9401 "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", 9402 "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", 9403 "license": "ISC" 9404 }, 9405 "node_modules/get-package-type": { 9406 "version": "0.1.0", 9407 "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", 9408 "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", 9409 "license": "MIT", 9410 "engines": { 9411 "node": ">=8.0.0" 9412 } 9413 }, 9414 "node_modules/get-proto": { 9415 "version": "1.0.1", 9416 "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", 9417 "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", 9418 "license": "MIT", 9419 "dependencies": { 9420 "dunder-proto": "^1.0.1", 9421 "es-object-atoms": "^1.0.0" 9422 }, 9423 "engines": { 9424 "node": ">= 0.4" 9425 } 9426 }, 9427 "node_modules/get-stream": { 9428 "version": "6.0.1", 9429 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", 9430 "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", 9431 "license": "MIT", 9432 "engines": { 9433 "node": ">=10" 9434 }, 9435 "funding": { 9436 "url": "https://github.com/sponsors/sindresorhus" 9437 } 9438 }, 9439 "node_modules/get-symbol-description": { 9440 "version": "1.1.0", 9441 "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", 9442 "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", 9443 "license": "MIT", 9444 "dependencies": { 9445 "call-bound": "^1.0.3", 9446 "es-errors": "^1.3.0", 9447 "get-intrinsic": "^1.2.6" 9448 }, 9449 "engines": { 9450 "node": ">= 0.4" 9451 }, 9452 "funding": { 9453 "url": "https://github.com/sponsors/ljharb" 9454 } 9455 }, 9456 "node_modules/glob": { 9457 "version": "7.2.3", 9458 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", 9459 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", 9460 "deprecated": "Glob versions prior to v9 are no longer supported", 9461 "license": "ISC", 9462 "dependencies": { 9463 "fs.realpath": "^1.0.0", 9464 "inflight": "^1.0.4", 9465 "inherits": "2", 9466 "minimatch": "^3.1.1", 9467 "once": "^1.3.0", 9468 "path-is-absolute": "^1.0.0" 9469 }, 9470 "engines": { 9471 "node": "*" 9472 }, 9473 "funding": { 9474 "url": "https://github.com/sponsors/isaacs" 9475 } 9476 }, 9477 "node_modules/glob-parent": { 9478 "version": "6.0.2", 9479 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", 9480 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", 9481 "license": "ISC", 9482 "dependencies": { 9483 "is-glob": "^4.0.3" 9484 }, 9485 "engines": { 9486 "node": ">=10.13.0" 9487 } 9488 }, 9489 "node_modules/glob-to-regexp": { 9490 "version": "0.4.1", 9491 "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", 9492 "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", 9493 "license": "BSD-2-Clause" 9494 }, 9495 "node_modules/global-modules": { 9496 "version": "2.0.0", 9497 "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", 9498 "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", 9499 "license": "MIT", 9500 "dependencies": { 9501 "global-prefix": "^3.0.0" 9502 }, 9503 "engines": { 9504 "node": ">=6" 9505 } 9506 }, 9507 "node_modules/global-prefix": { 9508 "version": "3.0.0", 9509 "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", 9510 "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", 9511 "license": "MIT", 9512 "dependencies": { 9513 "ini": "^1.3.5", 9514 "kind-of": "^6.0.2", 9515 "which": "^1.3.1" 9516 }, 9517 "engines": { 9518 "node": ">=6" 9519 } 9520 }, 9521 "node_modules/global-prefix/node_modules/which": { 9522 "version": "1.3.1", 9523 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", 9524 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", 9525 "license": "ISC", 9526 "dependencies": { 9527 "isexe": "^2.0.0" 9528 }, 9529 "bin": { 9530 "which": "bin/which" 9531 } 9532 }, 9533 "node_modules/globals": { 9534 "version": "11.12.0", 9535 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", 9536 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", 9537 "license": "MIT", 9538 "engines": { 9539 "node": ">=4" 9540 } 9541 }, 9542 "node_modules/globalthis": { 9543 "version": "1.0.4", 9544 "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", 9545 "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", 9546 "license": "MIT", 9547 "dependencies": { 9548 "define-properties": "^1.2.1", 9549 "gopd": "^1.0.1" 9550 }, 9551 "engines": { 9552 "node": ">= 0.4" 9553 }, 9554 "funding": { 9555 "url": "https://github.com/sponsors/ljharb" 9556 } 9557 }, 9558 "node_modules/globby": { 9559 "version": "11.1.0", 9560 "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", 9561 "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", 9562 "license": "MIT", 9563 "dependencies": { 9564 "array-union": "^2.1.0", 9565 "dir-glob": "^3.0.1", 9566 "fast-glob": "^3.2.9", 9567 "ignore": "^5.2.0", 9568 "merge2": "^1.4.1", 9569 "slash": "^3.0.0" 9570 }, 9571 "engines": { 9572 "node": ">=10" 9573 }, 9574 "funding": { 9575 "url": "https://github.com/sponsors/sindresorhus" 9576 } 9577 }, 9578 "node_modules/gopd": { 9579 "version": "1.2.0", 9580 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", 9581 "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", 9582 "license": "MIT", 9583 "engines": { 9584 "node": ">= 0.4" 9585 }, 9586 "funding": { 9587 "url": "https://github.com/sponsors/ljharb" 9588 } 9589 }, 9590 "node_modules/graceful-fs": { 9591 "version": "4.2.11", 9592 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 9593 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 9594 "license": "ISC" 9595 }, 9596 "node_modules/graphemer": { 9597 "version": "1.4.0", 9598 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", 9599 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", 9600 "license": "MIT" 9601 }, 9602 "node_modules/gzip-size": { 9603 "version": "6.0.0", 9604 "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", 9605 "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", 9606 "license": "MIT", 9607 "dependencies": { 9608 "duplexer": "^0.1.2" 9609 }, 9610 "engines": { 9611 "node": ">=10" 9612 }, 9613 "funding": { 9614 "url": "https://github.com/sponsors/sindresorhus" 9615 } 9616 }, 9617 "node_modules/handle-thing": { 9618 "version": "2.0.1", 9619 "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", 9620 "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", 9621 "license": "MIT" 9622 }, 9623 "node_modules/harmony-reflect": { 9624 "version": "1.6.2", 9625 "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", 9626 "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==", 9627 "license": "(Apache-2.0 OR MPL-1.1)" 9628 }, 9629 "node_modules/has-bigints": { 9630 "version": "1.1.0", 9631 "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", 9632 "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", 9633 "license": "MIT", 9634 "engines": { 9635 "node": ">= 0.4" 9636 }, 9637 "funding": { 9638 "url": "https://github.com/sponsors/ljharb" 9639 } 9640 }, 9641 "node_modules/has-flag": { 9642 "version": "4.0.0", 9643 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 9644 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 9645 "license": "MIT", 9646 "engines": { 9647 "node": ">=8" 9648 } 9649 }, 9650 "node_modules/has-property-descriptors": { 9651 "version": "1.0.2", 9652 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", 9653 "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", 9654 "license": "MIT", 9655 "dependencies": { 9656 "es-define-property": "^1.0.0" 9657 }, 9658 "funding": { 9659 "url": "https://github.com/sponsors/ljharb" 9660 } 9661 }, 9662 "node_modules/has-proto": { 9663 "version": "1.2.0", 9664 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", 9665 "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", 9666 "license": "MIT", 9667 "dependencies": { 9668 "dunder-proto": "^1.0.0" 9669 }, 9670 "engines": { 9671 "node": ">= 0.4" 9672 }, 9673 "funding": { 9674 "url": "https://github.com/sponsors/ljharb" 9675 } 9676 }, 9677 "node_modules/has-symbols": { 9678 "version": "1.1.0", 9679 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", 9680 "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", 9681 "license": "MIT", 9682 "engines": { 9683 "node": ">= 0.4" 9684 }, 9685 "funding": { 9686 "url": "https://github.com/sponsors/ljharb" 9687 } 9688 }, 9689 "node_modules/has-tostringtag": { 9690 "version": "1.0.2", 9691 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", 9692 "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", 9693 "license": "MIT", 9694 "dependencies": { 9695 "has-symbols": "^1.0.3" 9696 }, 9697 "engines": { 9698 "node": ">= 0.4" 9699 }, 9700 "funding": { 9701 "url": "https://github.com/sponsors/ljharb" 9702 } 9703 }, 9704 "node_modules/hasown": { 9705 "version": "2.0.2", 9706 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", 9707 "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", 9708 "license": "MIT", 9709 "dependencies": { 9710 "function-bind": "^1.1.2" 9711 }, 9712 "engines": { 9713 "node": ">= 0.4" 9714 } 9715 }, 9716 "node_modules/he": { 9717 "version": "1.2.0", 9718 "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", 9719 "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", 9720 "license": "MIT", 9721 "bin": { 9722 "he": "bin/he" 9723 } 9724 }, 9725 "node_modules/hoopy": { 9726 "version": "0.1.4", 9727 "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", 9728 "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", 9729 "license": "MIT", 9730 "engines": { 9731 "node": ">= 6.0.0" 9732 } 9733 }, 9734 "node_modules/hpack.js": { 9735 "version": "2.1.6", 9736 "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", 9737 "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", 9738 "license": "MIT", 9739 "dependencies": { 9740 "inherits": "^2.0.1", 9741 "obuf": "^1.0.0", 9742 "readable-stream": "^2.0.1", 9743 "wbuf": "^1.1.0" 9744 } 9745 }, 9746 "node_modules/hpack.js/node_modules/isarray": { 9747 "version": "1.0.0", 9748 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", 9749 "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", 9750 "license": "MIT" 9751 }, 9752 "node_modules/hpack.js/node_modules/readable-stream": { 9753 "version": "2.3.8", 9754 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", 9755 "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", 9756 "license": "MIT", 9757 "dependencies": { 9758 "core-util-is": "~1.0.0", 9759 "inherits": "~2.0.3", 9760 "isarray": "~1.0.0", 9761 "process-nextick-args": "~2.0.0", 9762 "safe-buffer": "~5.1.1", 9763 "string_decoder": "~1.1.1", 9764 "util-deprecate": "~1.0.1" 9765 } 9766 }, 9767 "node_modules/hpack.js/node_modules/safe-buffer": { 9768 "version": "5.1.2", 9769 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", 9770 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", 9771 "license": "MIT" 9772 }, 9773 "node_modules/hpack.js/node_modules/string_decoder": { 9774 "version": "1.1.1", 9775 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", 9776 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", 9777 "license": "MIT", 9778 "dependencies": { 9779 "safe-buffer": "~5.1.0" 9780 } 9781 }, 9782 "node_modules/html-encoding-sniffer": { 9783 "version": "2.0.1", 9784 "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", 9785 "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", 9786 "license": "MIT", 9787 "dependencies": { 9788 "whatwg-encoding": "^1.0.5" 9789 }, 9790 "engines": { 9791 "node": ">=10" 9792 } 9793 }, 9794 "node_modules/html-entities": { 9795 "version": "2.5.2", 9796 "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", 9797 "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", 9798 "funding": [ 9799 { 9800 "type": "github", 9801 "url": "https://github.com/sponsors/mdevils" 9802 }, 9803 { 9804 "type": "patreon", 9805 "url": "https://patreon.com/mdevils" 9806 } 9807 ], 9808 "license": "MIT" 9809 }, 9810 "node_modules/html-escaper": { 9811 "version": "2.0.2", 9812 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", 9813 "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", 9814 "license": "MIT" 9815 }, 9816 "node_modules/html-minifier-terser": { 9817 "version": "6.1.0", 9818 "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", 9819 "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", 9820 "license": "MIT", 9821 "dependencies": { 9822 "camel-case": "^4.1.2", 9823 "clean-css": "^5.2.2", 9824 "commander": "^8.3.0", 9825 "he": "^1.2.0", 9826 "param-case": "^3.0.4", 9827 "relateurl": "^0.2.7", 9828 "terser": "^5.10.0" 9829 }, 9830 "bin": { 9831 "html-minifier-terser": "cli.js" 9832 }, 9833 "engines": { 9834 "node": ">=12" 9835 } 9836 }, 9837 "node_modules/html-webpack-plugin": { 9838 "version": "5.6.3", 9839 "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", 9840 "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", 9841 "license": "MIT", 9842 "dependencies": { 9843 "@types/html-minifier-terser": "^6.0.0", 9844 "html-minifier-terser": "^6.0.2", 9845 "lodash": "^4.17.21", 9846 "pretty-error": "^4.0.0", 9847 "tapable": "^2.0.0" 9848 }, 9849 "engines": { 9850 "node": ">=10.13.0" 9851 }, 9852 "funding": { 9853 "type": "opencollective", 9854 "url": "https://opencollective.com/html-webpack-plugin" 9855 }, 9856 "peerDependencies": { 9857 "@rspack/core": "0.x || 1.x", 9858 "webpack": "^5.20.0" 9859 }, 9860 "peerDependenciesMeta": { 9861 "@rspack/core": { 9862 "optional": true 9863 }, 9864 "webpack": { 9865 "optional": true 9866 } 9867 } 9868 }, 9869 "node_modules/htmlparser2": { 9870 "version": "6.1.0", 9871 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", 9872 "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", 9873 "funding": [ 9874 "https://github.com/fb55/htmlparser2?sponsor=1", 9875 { 9876 "type": "github", 9877 "url": "https://github.com/sponsors/fb55" 9878 } 9879 ], 9880 "license": "MIT", 9881 "dependencies": { 9882 "domelementtype": "^2.0.1", 9883 "domhandler": "^4.0.0", 9884 "domutils": "^2.5.2", 9885 "entities": "^2.0.0" 9886 } 9887 }, 9888 "node_modules/http-deceiver": { 9889 "version": "1.2.7", 9890 "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", 9891 "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", 9892 "license": "MIT" 9893 }, 9894 "node_modules/http-errors": { 9895 "version": "2.0.0", 9896 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", 9897 "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", 9898 "license": "MIT", 9899 "dependencies": { 9900 "depd": "2.0.0", 9901 "inherits": "2.0.4", 9902 "setprototypeof": "1.2.0", 9903 "statuses": "2.0.1", 9904 "toidentifier": "1.0.1" 9905 }, 9906 "engines": { 9907 "node": ">= 0.8" 9908 } 9909 }, 9910 "node_modules/http-parser-js": { 9911 "version": "0.5.9", 9912 "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.9.tgz", 9913 "integrity": "sha512-n1XsPy3rXVxlqxVioEWdC+0+M+SQw0DpJynwtOPo1X+ZlvdzTLtDBIJJlDQTnwZIFJrZSzSGmIOUdP8tu+SgLw==", 9914 "license": "MIT" 9915 }, 9916 "node_modules/http-proxy": { 9917 "version": "1.18.1", 9918 "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", 9919 "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", 9920 "license": "MIT", 9921 "dependencies": { 9922 "eventemitter3": "^4.0.0", 9923 "follow-redirects": "^1.0.0", 9924 "requires-port": "^1.0.0" 9925 }, 9926 "engines": { 9927 "node": ">=8.0.0" 9928 } 9929 }, 9930 "node_modules/http-proxy-agent": { 9931 "version": "4.0.1", 9932 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", 9933 "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", 9934 "license": "MIT", 9935 "dependencies": { 9936 "@tootallnate/once": "1", 9937 "agent-base": "6", 9938 "debug": "4" 9939 }, 9940 "engines": { 9941 "node": ">= 6" 9942 } 9943 }, 9944 "node_modules/http-proxy-agent/node_modules/debug": { 9945 "version": "4.4.0", 9946 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 9947 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 9948 "license": "MIT", 9949 "dependencies": { 9950 "ms": "^2.1.3" 9951 }, 9952 "engines": { 9953 "node": ">=6.0" 9954 }, 9955 "peerDependenciesMeta": { 9956 "supports-color": { 9957 "optional": true 9958 } 9959 } 9960 }, 9961 "node_modules/http-proxy-agent/node_modules/ms": { 9962 "version": "2.1.3", 9963 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 9964 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 9965 "license": "MIT" 9966 }, 9967 "node_modules/http-proxy-middleware": { 9968 "version": "2.0.7", 9969 "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz", 9970 "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==", 9971 "license": "MIT", 9972 "dependencies": { 9973 "@types/http-proxy": "^1.17.8", 9974 "http-proxy": "^1.18.1", 9975 "is-glob": "^4.0.1", 9976 "is-plain-obj": "^3.0.0", 9977 "micromatch": "^4.0.2" 9978 }, 9979 "engines": { 9980 "node": ">=12.0.0" 9981 }, 9982 "peerDependencies": { 9983 "@types/express": "^4.17.13" 9984 }, 9985 "peerDependenciesMeta": { 9986 "@types/express": { 9987 "optional": true 9988 } 9989 } 9990 }, 9991 "node_modules/https-proxy-agent": { 9992 "version": "5.0.1", 9993 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", 9994 "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", 9995 "license": "MIT", 9996 "dependencies": { 9997 "agent-base": "6", 9998 "debug": "4" 9999 }, 10000 "engines": { 10001 "node": ">= 6" 10002 } 10003 }, 10004 "node_modules/https-proxy-agent/node_modules/debug": { 10005 "version": "4.4.0", 10006 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 10007 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 10008 "license": "MIT", 10009 "dependencies": { 10010 "ms": "^2.1.3" 10011 }, 10012 "engines": { 10013 "node": ">=6.0" 10014 }, 10015 "peerDependenciesMeta": { 10016 "supports-color": { 10017 "optional": true 10018 } 10019 } 10020 }, 10021 "node_modules/https-proxy-agent/node_modules/ms": { 10022 "version": "2.1.3", 10023 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 10024 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 10025 "license": "MIT" 10026 }, 10027 "node_modules/human-signals": { 10028 "version": "2.1.0", 10029 "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", 10030 "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", 10031 "license": "Apache-2.0", 10032 "engines": { 10033 "node": ">=10.17.0" 10034 } 10035 }, 10036 "node_modules/iconv-lite": { 10037 "version": "0.6.3", 10038 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 10039 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 10040 "license": "MIT", 10041 "dependencies": { 10042 "safer-buffer": ">= 2.1.2 < 3.0.0" 10043 }, 10044 "engines": { 10045 "node": ">=0.10.0" 10046 } 10047 }, 10048 "node_modules/icss-utils": { 10049 "version": "5.1.0", 10050 "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", 10051 "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", 10052 "license": "ISC", 10053 "engines": { 10054 "node": "^10 || ^12 || >= 14" 10055 }, 10056 "peerDependencies": { 10057 "postcss": "^8.1.0" 10058 } 10059 }, 10060 "node_modules/idb": { 10061 "version": "7.1.1", 10062 "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", 10063 "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==", 10064 "license": "ISC" 10065 }, 10066 "node_modules/identity-obj-proxy": { 10067 "version": "3.0.0", 10068 "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", 10069 "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==", 10070 "license": "MIT", 10071 "dependencies": { 10072 "harmony-reflect": "^1.4.6" 10073 }, 10074 "engines": { 10075 "node": ">=4" 10076 } 10077 }, 10078 "node_modules/ignore": { 10079 "version": "5.3.2", 10080 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", 10081 "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", 10082 "license": "MIT", 10083 "engines": { 10084 "node": ">= 4" 10085 } 10086 }, 10087 "node_modules/immer": { 10088 "version": "9.0.21", 10089 "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", 10090 "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==", 10091 "license": "MIT", 10092 "funding": { 10093 "type": "opencollective", 10094 "url": "https://opencollective.com/immer" 10095 } 10096 }, 10097 "node_modules/import-fresh": { 10098 "version": "3.3.1", 10099 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", 10100 "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", 10101 "license": "MIT", 10102 "dependencies": { 10103 "parent-module": "^1.0.0", 10104 "resolve-from": "^4.0.0" 10105 }, 10106 "engines": { 10107 "node": ">=6" 10108 }, 10109 "funding": { 10110 "url": "https://github.com/sponsors/sindresorhus" 10111 } 10112 }, 10113 "node_modules/import-fresh/node_modules/resolve-from": { 10114 "version": "4.0.0", 10115 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", 10116 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", 10117 "license": "MIT", 10118 "engines": { 10119 "node": ">=4" 10120 } 10121 }, 10122 "node_modules/import-local": { 10123 "version": "3.2.0", 10124 "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", 10125 "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", 10126 "license": "MIT", 10127 "dependencies": { 10128 "pkg-dir": "^4.2.0", 10129 "resolve-cwd": "^3.0.0" 10130 }, 10131 "bin": { 10132 "import-local-fixture": "fixtures/cli.js" 10133 }, 10134 "engines": { 10135 "node": ">=8" 10136 }, 10137 "funding": { 10138 "url": "https://github.com/sponsors/sindresorhus" 10139 } 10140 }, 10141 "node_modules/imurmurhash": { 10142 "version": "0.1.4", 10143 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", 10144 "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", 10145 "license": "MIT", 10146 "engines": { 10147 "node": ">=0.8.19" 10148 } 10149 }, 10150 "node_modules/inflight": { 10151 "version": "1.0.6", 10152 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 10153 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", 10154 "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", 10155 "license": "ISC", 10156 "dependencies": { 10157 "once": "^1.3.0", 10158 "wrappy": "1" 10159 } 10160 }, 10161 "node_modules/inherits": { 10162 "version": "2.0.4", 10163 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 10164 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", 10165 "license": "ISC" 10166 }, 10167 "node_modules/ini": { 10168 "version": "1.3.8", 10169 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", 10170 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", 10171 "license": "ISC" 10172 }, 10173 "node_modules/internal-slot": { 10174 "version": "1.1.0", 10175 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", 10176 "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", 10177 "license": "MIT", 10178 "dependencies": { 10179 "es-errors": "^1.3.0", 10180 "hasown": "^2.0.2", 10181 "side-channel": "^1.1.0" 10182 }, 10183 "engines": { 10184 "node": ">= 0.4" 10185 } 10186 }, 10187 "node_modules/internmap": { 10188 "version": "2.0.3", 10189 "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", 10190 "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", 10191 "license": "ISC", 10192 "engines": { 10193 "node": ">=12" 10194 } 10195 }, 10196 "node_modules/ipaddr.js": { 10197 "version": "2.2.0", 10198 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz", 10199 "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", 10200 "license": "MIT", 10201 "engines": { 10202 "node": ">= 10" 10203 } 10204 }, 10205 "node_modules/is-array-buffer": { 10206 "version": "3.0.5", 10207 "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", 10208 "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", 10209 "license": "MIT", 10210 "dependencies": { 10211 "call-bind": "^1.0.8", 10212 "call-bound": "^1.0.3", 10213 "get-intrinsic": "^1.2.6" 10214 }, 10215 "engines": { 10216 "node": ">= 0.4" 10217 }, 10218 "funding": { 10219 "url": "https://github.com/sponsors/ljharb" 10220 } 10221 }, 10222 "node_modules/is-arrayish": { 10223 "version": "0.2.1", 10224 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", 10225 "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", 10226 "license": "MIT" 10227 }, 10228 "node_modules/is-async-function": { 10229 "version": "2.1.1", 10230 "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", 10231 "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", 10232 "license": "MIT", 10233 "dependencies": { 10234 "async-function": "^1.0.0", 10235 "call-bound": "^1.0.3", 10236 "get-proto": "^1.0.1", 10237 "has-tostringtag": "^1.0.2", 10238 "safe-regex-test": "^1.1.0" 10239 }, 10240 "engines": { 10241 "node": ">= 0.4" 10242 }, 10243 "funding": { 10244 "url": "https://github.com/sponsors/ljharb" 10245 } 10246 }, 10247 "node_modules/is-bigint": { 10248 "version": "1.1.0", 10249 "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", 10250 "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", 10251 "license": "MIT", 10252 "dependencies": { 10253 "has-bigints": "^1.0.2" 10254 }, 10255 "engines": { 10256 "node": ">= 0.4" 10257 }, 10258 "funding": { 10259 "url": "https://github.com/sponsors/ljharb" 10260 } 10261 }, 10262 "node_modules/is-binary-path": { 10263 "version": "2.1.0", 10264 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 10265 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", 10266 "license": "MIT", 10267 "dependencies": { 10268 "binary-extensions": "^2.0.0" 10269 }, 10270 "engines": { 10271 "node": ">=8" 10272 } 10273 }, 10274 "node_modules/is-boolean-object": { 10275 "version": "1.2.2", 10276 "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", 10277 "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", 10278 "license": "MIT", 10279 "dependencies": { 10280 "call-bound": "^1.0.3", 10281 "has-tostringtag": "^1.0.2" 10282 }, 10283 "engines": { 10284 "node": ">= 0.4" 10285 }, 10286 "funding": { 10287 "url": "https://github.com/sponsors/ljharb" 10288 } 10289 }, 10290 "node_modules/is-callable": { 10291 "version": "1.2.7", 10292 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", 10293 "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", 10294 "license": "MIT", 10295 "engines": { 10296 "node": ">= 0.4" 10297 }, 10298 "funding": { 10299 "url": "https://github.com/sponsors/ljharb" 10300 } 10301 }, 10302 "node_modules/is-core-module": { 10303 "version": "2.16.1", 10304 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", 10305 "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", 10306 "license": "MIT", 10307 "dependencies": { 10308 "hasown": "^2.0.2" 10309 }, 10310 "engines": { 10311 "node": ">= 0.4" 10312 }, 10313 "funding": { 10314 "url": "https://github.com/sponsors/ljharb" 10315 } 10316 }, 10317 "node_modules/is-data-view": { 10318 "version": "1.0.2", 10319 "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", 10320 "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", 10321 "license": "MIT", 10322 "dependencies": { 10323 "call-bound": "^1.0.2", 10324 "get-intrinsic": "^1.2.6", 10325 "is-typed-array": "^1.1.13" 10326 }, 10327 "engines": { 10328 "node": ">= 0.4" 10329 }, 10330 "funding": { 10331 "url": "https://github.com/sponsors/ljharb" 10332 } 10333 }, 10334 "node_modules/is-date-object": { 10335 "version": "1.1.0", 10336 "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", 10337 "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", 10338 "license": "MIT", 10339 "dependencies": { 10340 "call-bound": "^1.0.2", 10341 "has-tostringtag": "^1.0.2" 10342 }, 10343 "engines": { 10344 "node": ">= 0.4" 10345 }, 10346 "funding": { 10347 "url": "https://github.com/sponsors/ljharb" 10348 } 10349 }, 10350 "node_modules/is-docker": { 10351 "version": "2.2.1", 10352 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", 10353 "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", 10354 "license": "MIT", 10355 "bin": { 10356 "is-docker": "cli.js" 10357 }, 10358 "engines": { 10359 "node": ">=8" 10360 }, 10361 "funding": { 10362 "url": "https://github.com/sponsors/sindresorhus" 10363 } 10364 }, 10365 "node_modules/is-extglob": { 10366 "version": "2.1.1", 10367 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 10368 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 10369 "license": "MIT", 10370 "engines": { 10371 "node": ">=0.10.0" 10372 } 10373 }, 10374 "node_modules/is-finalizationregistry": { 10375 "version": "1.1.1", 10376 "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", 10377 "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", 10378 "license": "MIT", 10379 "dependencies": { 10380 "call-bound": "^1.0.3" 10381 }, 10382 "engines": { 10383 "node": ">= 0.4" 10384 }, 10385 "funding": { 10386 "url": "https://github.com/sponsors/ljharb" 10387 } 10388 }, 10389 "node_modules/is-fullwidth-code-point": { 10390 "version": "3.0.0", 10391 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 10392 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 10393 "license": "MIT", 10394 "engines": { 10395 "node": ">=8" 10396 } 10397 }, 10398 "node_modules/is-generator-fn": { 10399 "version": "2.1.0", 10400 "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", 10401 "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", 10402 "license": "MIT", 10403 "engines": { 10404 "node": ">=6" 10405 } 10406 }, 10407 "node_modules/is-generator-function": { 10408 "version": "1.1.0", 10409 "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", 10410 "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", 10411 "license": "MIT", 10412 "dependencies": { 10413 "call-bound": "^1.0.3", 10414 "get-proto": "^1.0.0", 10415 "has-tostringtag": "^1.0.2", 10416 "safe-regex-test": "^1.1.0" 10417 }, 10418 "engines": { 10419 "node": ">= 0.4" 10420 }, 10421 "funding": { 10422 "url": "https://github.com/sponsors/ljharb" 10423 } 10424 }, 10425 "node_modules/is-glob": { 10426 "version": "4.0.3", 10427 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 10428 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 10429 "license": "MIT", 10430 "dependencies": { 10431 "is-extglob": "^2.1.1" 10432 }, 10433 "engines": { 10434 "node": ">=0.10.0" 10435 } 10436 }, 10437 "node_modules/is-map": { 10438 "version": "2.0.3", 10439 "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", 10440 "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", 10441 "license": "MIT", 10442 "engines": { 10443 "node": ">= 0.4" 10444 }, 10445 "funding": { 10446 "url": "https://github.com/sponsors/ljharb" 10447 } 10448 }, 10449 "node_modules/is-module": { 10450 "version": "1.0.0", 10451 "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", 10452 "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", 10453 "license": "MIT" 10454 }, 10455 "node_modules/is-number": { 10456 "version": "7.0.0", 10457 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 10458 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 10459 "license": "MIT", 10460 "engines": { 10461 "node": ">=0.12.0" 10462 } 10463 }, 10464 "node_modules/is-number-object": { 10465 "version": "1.1.1", 10466 "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", 10467 "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", 10468 "license": "MIT", 10469 "dependencies": { 10470 "call-bound": "^1.0.3", 10471 "has-tostringtag": "^1.0.2" 10472 }, 10473 "engines": { 10474 "node": ">= 0.4" 10475 }, 10476 "funding": { 10477 "url": "https://github.com/sponsors/ljharb" 10478 } 10479 }, 10480 "node_modules/is-obj": { 10481 "version": "1.0.1", 10482 "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", 10483 "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", 10484 "license": "MIT", 10485 "engines": { 10486 "node": ">=0.10.0" 10487 } 10488 }, 10489 "node_modules/is-path-inside": { 10490 "version": "3.0.3", 10491 "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", 10492 "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", 10493 "license": "MIT", 10494 "engines": { 10495 "node": ">=8" 10496 } 10497 }, 10498 "node_modules/is-plain-obj": { 10499 "version": "3.0.0", 10500 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", 10501 "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", 10502 "license": "MIT", 10503 "engines": { 10504 "node": ">=10" 10505 }, 10506 "funding": { 10507 "url": "https://github.com/sponsors/sindresorhus" 10508 } 10509 }, 10510 "node_modules/is-potential-custom-element-name": { 10511 "version": "1.0.1", 10512 "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", 10513 "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", 10514 "license": "MIT" 10515 }, 10516 "node_modules/is-regex": { 10517 "version": "1.2.1", 10518 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", 10519 "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", 10520 "license": "MIT", 10521 "dependencies": { 10522 "call-bound": "^1.0.2", 10523 "gopd": "^1.2.0", 10524 "has-tostringtag": "^1.0.2", 10525 "hasown": "^2.0.2" 10526 }, 10527 "engines": { 10528 "node": ">= 0.4" 10529 }, 10530 "funding": { 10531 "url": "https://github.com/sponsors/ljharb" 10532 } 10533 }, 10534 "node_modules/is-regexp": { 10535 "version": "1.0.0", 10536 "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", 10537 "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", 10538 "license": "MIT", 10539 "engines": { 10540 "node": ">=0.10.0" 10541 } 10542 }, 10543 "node_modules/is-root": { 10544 "version": "2.1.0", 10545 "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", 10546 "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", 10547 "license": "MIT", 10548 "engines": { 10549 "node": ">=6" 10550 } 10551 }, 10552 "node_modules/is-set": { 10553 "version": "2.0.3", 10554 "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", 10555 "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", 10556 "license": "MIT", 10557 "engines": { 10558 "node": ">= 0.4" 10559 }, 10560 "funding": { 10561 "url": "https://github.com/sponsors/ljharb" 10562 } 10563 }, 10564 "node_modules/is-shared-array-buffer": { 10565 "version": "1.0.4", 10566 "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", 10567 "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", 10568 "license": "MIT", 10569 "dependencies": { 10570 "call-bound": "^1.0.3" 10571 }, 10572 "engines": { 10573 "node": ">= 0.4" 10574 }, 10575 "funding": { 10576 "url": "https://github.com/sponsors/ljharb" 10577 } 10578 }, 10579 "node_modules/is-stream": { 10580 "version": "2.0.1", 10581 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", 10582 "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", 10583 "license": "MIT", 10584 "engines": { 10585 "node": ">=8" 10586 }, 10587 "funding": { 10588 "url": "https://github.com/sponsors/sindresorhus" 10589 } 10590 }, 10591 "node_modules/is-string": { 10592 "version": "1.1.1", 10593 "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", 10594 "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", 10595 "license": "MIT", 10596 "dependencies": { 10597 "call-bound": "^1.0.3", 10598 "has-tostringtag": "^1.0.2" 10599 }, 10600 "engines": { 10601 "node": ">= 0.4" 10602 }, 10603 "funding": { 10604 "url": "https://github.com/sponsors/ljharb" 10605 } 10606 }, 10607 "node_modules/is-symbol": { 10608 "version": "1.1.1", 10609 "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", 10610 "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", 10611 "license": "MIT", 10612 "dependencies": { 10613 "call-bound": "^1.0.2", 10614 "has-symbols": "^1.1.0", 10615 "safe-regex-test": "^1.1.0" 10616 }, 10617 "engines": { 10618 "node": ">= 0.4" 10619 }, 10620 "funding": { 10621 "url": "https://github.com/sponsors/ljharb" 10622 } 10623 }, 10624 "node_modules/is-typed-array": { 10625 "version": "1.1.15", 10626 "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", 10627 "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", 10628 "license": "MIT", 10629 "dependencies": { 10630 "which-typed-array": "^1.1.16" 10631 }, 10632 "engines": { 10633 "node": ">= 0.4" 10634 }, 10635 "funding": { 10636 "url": "https://github.com/sponsors/ljharb" 10637 } 10638 }, 10639 "node_modules/is-typedarray": { 10640 "version": "1.0.0", 10641 "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", 10642 "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", 10643 "license": "MIT" 10644 }, 10645 "node_modules/is-weakmap": { 10646 "version": "2.0.2", 10647 "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", 10648 "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", 10649 "license": "MIT", 10650 "engines": { 10651 "node": ">= 0.4" 10652 }, 10653 "funding": { 10654 "url": "https://github.com/sponsors/ljharb" 10655 } 10656 }, 10657 "node_modules/is-weakref": { 10658 "version": "1.1.1", 10659 "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", 10660 "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", 10661 "license": "MIT", 10662 "dependencies": { 10663 "call-bound": "^1.0.3" 10664 }, 10665 "engines": { 10666 "node": ">= 0.4" 10667 }, 10668 "funding": { 10669 "url": "https://github.com/sponsors/ljharb" 10670 } 10671 }, 10672 "node_modules/is-weakset": { 10673 "version": "2.0.4", 10674 "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", 10675 "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", 10676 "license": "MIT", 10677 "dependencies": { 10678 "call-bound": "^1.0.3", 10679 "get-intrinsic": "^1.2.6" 10680 }, 10681 "engines": { 10682 "node": ">= 0.4" 10683 }, 10684 "funding": { 10685 "url": "https://github.com/sponsors/ljharb" 10686 } 10687 }, 10688 "node_modules/is-wsl": { 10689 "version": "2.2.0", 10690 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", 10691 "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", 10692 "license": "MIT", 10693 "dependencies": { 10694 "is-docker": "^2.0.0" 10695 }, 10696 "engines": { 10697 "node": ">=8" 10698 } 10699 }, 10700 "node_modules/isarray": { 10701 "version": "2.0.5", 10702 "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", 10703 "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", 10704 "license": "MIT" 10705 }, 10706 "node_modules/isexe": { 10707 "version": "2.0.0", 10708 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 10709 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", 10710 "license": "ISC" 10711 }, 10712 "node_modules/iso-datestring-validator": { 10713 "version": "2.2.2", 10714 "resolved": "https://registry.npmjs.org/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz", 10715 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==", 10716 "license": "MIT" 10717 }, 10718 "node_modules/istanbul-lib-coverage": { 10719 "version": "3.2.2", 10720 "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", 10721 "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", 10722 "license": "BSD-3-Clause", 10723 "engines": { 10724 "node": ">=8" 10725 } 10726 }, 10727 "node_modules/istanbul-lib-instrument": { 10728 "version": "5.2.1", 10729 "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", 10730 "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", 10731 "license": "BSD-3-Clause", 10732 "dependencies": { 10733 "@babel/core": "^7.12.3", 10734 "@babel/parser": "^7.14.7", 10735 "@istanbuljs/schema": "^0.1.2", 10736 "istanbul-lib-coverage": "^3.2.0", 10737 "semver": "^6.3.0" 10738 }, 10739 "engines": { 10740 "node": ">=8" 10741 } 10742 }, 10743 "node_modules/istanbul-lib-instrument/node_modules/semver": { 10744 "version": "6.3.1", 10745 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 10746 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 10747 "license": "ISC", 10748 "bin": { 10749 "semver": "bin/semver.js" 10750 } 10751 }, 10752 "node_modules/istanbul-lib-report": { 10753 "version": "3.0.1", 10754 "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", 10755 "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", 10756 "license": "BSD-3-Clause", 10757 "dependencies": { 10758 "istanbul-lib-coverage": "^3.0.0", 10759 "make-dir": "^4.0.0", 10760 "supports-color": "^7.1.0" 10761 }, 10762 "engines": { 10763 "node": ">=10" 10764 } 10765 }, 10766 "node_modules/istanbul-lib-report/node_modules/make-dir": { 10767 "version": "4.0.0", 10768 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", 10769 "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", 10770 "license": "MIT", 10771 "dependencies": { 10772 "semver": "^7.5.3" 10773 }, 10774 "engines": { 10775 "node": ">=10" 10776 }, 10777 "funding": { 10778 "url": "https://github.com/sponsors/sindresorhus" 10779 } 10780 }, 10781 "node_modules/istanbul-lib-source-maps": { 10782 "version": "4.0.1", 10783 "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", 10784 "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", 10785 "license": "BSD-3-Clause", 10786 "dependencies": { 10787 "debug": "^4.1.1", 10788 "istanbul-lib-coverage": "^3.0.0", 10789 "source-map": "^0.6.1" 10790 }, 10791 "engines": { 10792 "node": ">=10" 10793 } 10794 }, 10795 "node_modules/istanbul-lib-source-maps/node_modules/debug": { 10796 "version": "4.4.0", 10797 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 10798 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 10799 "license": "MIT", 10800 "dependencies": { 10801 "ms": "^2.1.3" 10802 }, 10803 "engines": { 10804 "node": ">=6.0" 10805 }, 10806 "peerDependenciesMeta": { 10807 "supports-color": { 10808 "optional": true 10809 } 10810 } 10811 }, 10812 "node_modules/istanbul-lib-source-maps/node_modules/ms": { 10813 "version": "2.1.3", 10814 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 10815 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 10816 "license": "MIT" 10817 }, 10818 "node_modules/istanbul-lib-source-maps/node_modules/source-map": { 10819 "version": "0.6.1", 10820 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 10821 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 10822 "license": "BSD-3-Clause", 10823 "engines": { 10824 "node": ">=0.10.0" 10825 } 10826 }, 10827 "node_modules/istanbul-reports": { 10828 "version": "3.1.7", 10829 "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", 10830 "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", 10831 "license": "BSD-3-Clause", 10832 "dependencies": { 10833 "html-escaper": "^2.0.0", 10834 "istanbul-lib-report": "^3.0.0" 10835 }, 10836 "engines": { 10837 "node": ">=8" 10838 } 10839 }, 10840 "node_modules/iterator.prototype": { 10841 "version": "1.1.5", 10842 "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz", 10843 "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==", 10844 "license": "MIT", 10845 "dependencies": { 10846 "define-data-property": "^1.1.4", 10847 "es-object-atoms": "^1.0.0", 10848 "get-intrinsic": "^1.2.6", 10849 "get-proto": "^1.0.0", 10850 "has-symbols": "^1.1.0", 10851 "set-function-name": "^2.0.2" 10852 }, 10853 "engines": { 10854 "node": ">= 0.4" 10855 } 10856 }, 10857 "node_modules/jackspeak": { 10858 "version": "3.4.3", 10859 "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", 10860 "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", 10861 "license": "BlueOak-1.0.0", 10862 "dependencies": { 10863 "@isaacs/cliui": "^8.0.2" 10864 }, 10865 "funding": { 10866 "url": "https://github.com/sponsors/isaacs" 10867 }, 10868 "optionalDependencies": { 10869 "@pkgjs/parseargs": "^0.11.0" 10870 } 10871 }, 10872 "node_modules/jake": { 10873 "version": "10.9.2", 10874 "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz", 10875 "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==", 10876 "license": "Apache-2.0", 10877 "dependencies": { 10878 "async": "^3.2.3", 10879 "chalk": "^4.0.2", 10880 "filelist": "^1.0.4", 10881 "minimatch": "^3.1.2" 10882 }, 10883 "bin": { 10884 "jake": "bin/cli.js" 10885 }, 10886 "engines": { 10887 "node": ">=10" 10888 } 10889 }, 10890 "node_modules/jest": { 10891 "version": "27.5.1", 10892 "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", 10893 "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", 10894 "license": "MIT", 10895 "dependencies": { 10896 "@jest/core": "^27.5.1", 10897 "import-local": "^3.0.2", 10898 "jest-cli": "^27.5.1" 10899 }, 10900 "bin": { 10901 "jest": "bin/jest.js" 10902 }, 10903 "engines": { 10904 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 10905 }, 10906 "peerDependencies": { 10907 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" 10908 }, 10909 "peerDependenciesMeta": { 10910 "node-notifier": { 10911 "optional": true 10912 } 10913 } 10914 }, 10915 "node_modules/jest-changed-files": { 10916 "version": "27.5.1", 10917 "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", 10918 "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", 10919 "license": "MIT", 10920 "dependencies": { 10921 "@jest/types": "^27.5.1", 10922 "execa": "^5.0.0", 10923 "throat": "^6.0.1" 10924 }, 10925 "engines": { 10926 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 10927 } 10928 }, 10929 "node_modules/jest-circus": { 10930 "version": "27.5.1", 10931 "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", 10932 "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", 10933 "license": "MIT", 10934 "dependencies": { 10935 "@jest/environment": "^27.5.1", 10936 "@jest/test-result": "^27.5.1", 10937 "@jest/types": "^27.5.1", 10938 "@types/node": "*", 10939 "chalk": "^4.0.0", 10940 "co": "^4.6.0", 10941 "dedent": "^0.7.0", 10942 "expect": "^27.5.1", 10943 "is-generator-fn": "^2.0.0", 10944 "jest-each": "^27.5.1", 10945 "jest-matcher-utils": "^27.5.1", 10946 "jest-message-util": "^27.5.1", 10947 "jest-runtime": "^27.5.1", 10948 "jest-snapshot": "^27.5.1", 10949 "jest-util": "^27.5.1", 10950 "pretty-format": "^27.5.1", 10951 "slash": "^3.0.0", 10952 "stack-utils": "^2.0.3", 10953 "throat": "^6.0.1" 10954 }, 10955 "engines": { 10956 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 10957 } 10958 }, 10959 "node_modules/jest-cli": { 10960 "version": "27.5.1", 10961 "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", 10962 "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", 10963 "license": "MIT", 10964 "dependencies": { 10965 "@jest/core": "^27.5.1", 10966 "@jest/test-result": "^27.5.1", 10967 "@jest/types": "^27.5.1", 10968 "chalk": "^4.0.0", 10969 "exit": "^0.1.2", 10970 "graceful-fs": "^4.2.9", 10971 "import-local": "^3.0.2", 10972 "jest-config": "^27.5.1", 10973 "jest-util": "^27.5.1", 10974 "jest-validate": "^27.5.1", 10975 "prompts": "^2.0.1", 10976 "yargs": "^16.2.0" 10977 }, 10978 "bin": { 10979 "jest": "bin/jest.js" 10980 }, 10981 "engines": { 10982 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 10983 }, 10984 "peerDependencies": { 10985 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" 10986 }, 10987 "peerDependenciesMeta": { 10988 "node-notifier": { 10989 "optional": true 10990 } 10991 } 10992 }, 10993 "node_modules/jest-config": { 10994 "version": "27.5.1", 10995 "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", 10996 "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", 10997 "license": "MIT", 10998 "dependencies": { 10999 "@babel/core": "^7.8.0", 11000 "@jest/test-sequencer": "^27.5.1", 11001 "@jest/types": "^27.5.1", 11002 "babel-jest": "^27.5.1", 11003 "chalk": "^4.0.0", 11004 "ci-info": "^3.2.0", 11005 "deepmerge": "^4.2.2", 11006 "glob": "^7.1.1", 11007 "graceful-fs": "^4.2.9", 11008 "jest-circus": "^27.5.1", 11009 "jest-environment-jsdom": "^27.5.1", 11010 "jest-environment-node": "^27.5.1", 11011 "jest-get-type": "^27.5.1", 11012 "jest-jasmine2": "^27.5.1", 11013 "jest-regex-util": "^27.5.1", 11014 "jest-resolve": "^27.5.1", 11015 "jest-runner": "^27.5.1", 11016 "jest-util": "^27.5.1", 11017 "jest-validate": "^27.5.1", 11018 "micromatch": "^4.0.4", 11019 "parse-json": "^5.2.0", 11020 "pretty-format": "^27.5.1", 11021 "slash": "^3.0.0", 11022 "strip-json-comments": "^3.1.1" 11023 }, 11024 "engines": { 11025 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11026 }, 11027 "peerDependencies": { 11028 "ts-node": ">=9.0.0" 11029 }, 11030 "peerDependenciesMeta": { 11031 "ts-node": { 11032 "optional": true 11033 } 11034 } 11035 }, 11036 "node_modules/jest-diff": { 11037 "version": "27.5.1", 11038 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", 11039 "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", 11040 "license": "MIT", 11041 "dependencies": { 11042 "chalk": "^4.0.0", 11043 "diff-sequences": "^27.5.1", 11044 "jest-get-type": "^27.5.1", 11045 "pretty-format": "^27.5.1" 11046 }, 11047 "engines": { 11048 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11049 } 11050 }, 11051 "node_modules/jest-docblock": { 11052 "version": "27.5.1", 11053 "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", 11054 "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", 11055 "license": "MIT", 11056 "dependencies": { 11057 "detect-newline": "^3.0.0" 11058 }, 11059 "engines": { 11060 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11061 } 11062 }, 11063 "node_modules/jest-each": { 11064 "version": "27.5.1", 11065 "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", 11066 "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", 11067 "license": "MIT", 11068 "dependencies": { 11069 "@jest/types": "^27.5.1", 11070 "chalk": "^4.0.0", 11071 "jest-get-type": "^27.5.1", 11072 "jest-util": "^27.5.1", 11073 "pretty-format": "^27.5.1" 11074 }, 11075 "engines": { 11076 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11077 } 11078 }, 11079 "node_modules/jest-environment-jsdom": { 11080 "version": "27.5.1", 11081 "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", 11082 "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", 11083 "license": "MIT", 11084 "dependencies": { 11085 "@jest/environment": "^27.5.1", 11086 "@jest/fake-timers": "^27.5.1", 11087 "@jest/types": "^27.5.1", 11088 "@types/node": "*", 11089 "jest-mock": "^27.5.1", 11090 "jest-util": "^27.5.1", 11091 "jsdom": "^16.6.0" 11092 }, 11093 "engines": { 11094 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11095 } 11096 }, 11097 "node_modules/jest-environment-node": { 11098 "version": "27.5.1", 11099 "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", 11100 "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", 11101 "license": "MIT", 11102 "dependencies": { 11103 "@jest/environment": "^27.5.1", 11104 "@jest/fake-timers": "^27.5.1", 11105 "@jest/types": "^27.5.1", 11106 "@types/node": "*", 11107 "jest-mock": "^27.5.1", 11108 "jest-util": "^27.5.1" 11109 }, 11110 "engines": { 11111 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11112 } 11113 }, 11114 "node_modules/jest-get-type": { 11115 "version": "27.5.1", 11116 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", 11117 "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", 11118 "license": "MIT", 11119 "engines": { 11120 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11121 } 11122 }, 11123 "node_modules/jest-haste-map": { 11124 "version": "27.5.1", 11125 "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", 11126 "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", 11127 "license": "MIT", 11128 "dependencies": { 11129 "@jest/types": "^27.5.1", 11130 "@types/graceful-fs": "^4.1.2", 11131 "@types/node": "*", 11132 "anymatch": "^3.0.3", 11133 "fb-watchman": "^2.0.0", 11134 "graceful-fs": "^4.2.9", 11135 "jest-regex-util": "^27.5.1", 11136 "jest-serializer": "^27.5.1", 11137 "jest-util": "^27.5.1", 11138 "jest-worker": "^27.5.1", 11139 "micromatch": "^4.0.4", 11140 "walker": "^1.0.7" 11141 }, 11142 "engines": { 11143 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11144 }, 11145 "optionalDependencies": { 11146 "fsevents": "^2.3.2" 11147 } 11148 }, 11149 "node_modules/jest-jasmine2": { 11150 "version": "27.5.1", 11151 "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", 11152 "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", 11153 "license": "MIT", 11154 "dependencies": { 11155 "@jest/environment": "^27.5.1", 11156 "@jest/source-map": "^27.5.1", 11157 "@jest/test-result": "^27.5.1", 11158 "@jest/types": "^27.5.1", 11159 "@types/node": "*", 11160 "chalk": "^4.0.0", 11161 "co": "^4.6.0", 11162 "expect": "^27.5.1", 11163 "is-generator-fn": "^2.0.0", 11164 "jest-each": "^27.5.1", 11165 "jest-matcher-utils": "^27.5.1", 11166 "jest-message-util": "^27.5.1", 11167 "jest-runtime": "^27.5.1", 11168 "jest-snapshot": "^27.5.1", 11169 "jest-util": "^27.5.1", 11170 "pretty-format": "^27.5.1", 11171 "throat": "^6.0.1" 11172 }, 11173 "engines": { 11174 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11175 } 11176 }, 11177 "node_modules/jest-leak-detector": { 11178 "version": "27.5.1", 11179 "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", 11180 "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", 11181 "license": "MIT", 11182 "dependencies": { 11183 "jest-get-type": "^27.5.1", 11184 "pretty-format": "^27.5.1" 11185 }, 11186 "engines": { 11187 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11188 } 11189 }, 11190 "node_modules/jest-matcher-utils": { 11191 "version": "27.5.1", 11192 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", 11193 "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", 11194 "license": "MIT", 11195 "dependencies": { 11196 "chalk": "^4.0.0", 11197 "jest-diff": "^27.5.1", 11198 "jest-get-type": "^27.5.1", 11199 "pretty-format": "^27.5.1" 11200 }, 11201 "engines": { 11202 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11203 } 11204 }, 11205 "node_modules/jest-message-util": { 11206 "version": "27.5.1", 11207 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", 11208 "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", 11209 "license": "MIT", 11210 "dependencies": { 11211 "@babel/code-frame": "^7.12.13", 11212 "@jest/types": "^27.5.1", 11213 "@types/stack-utils": "^2.0.0", 11214 "chalk": "^4.0.0", 11215 "graceful-fs": "^4.2.9", 11216 "micromatch": "^4.0.4", 11217 "pretty-format": "^27.5.1", 11218 "slash": "^3.0.0", 11219 "stack-utils": "^2.0.3" 11220 }, 11221 "engines": { 11222 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11223 } 11224 }, 11225 "node_modules/jest-mock": { 11226 "version": "27.5.1", 11227 "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", 11228 "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", 11229 "license": "MIT", 11230 "dependencies": { 11231 "@jest/types": "^27.5.1", 11232 "@types/node": "*" 11233 }, 11234 "engines": { 11235 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11236 } 11237 }, 11238 "node_modules/jest-pnp-resolver": { 11239 "version": "1.2.3", 11240 "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", 11241 "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", 11242 "license": "MIT", 11243 "engines": { 11244 "node": ">=6" 11245 }, 11246 "peerDependencies": { 11247 "jest-resolve": "*" 11248 }, 11249 "peerDependenciesMeta": { 11250 "jest-resolve": { 11251 "optional": true 11252 } 11253 } 11254 }, 11255 "node_modules/jest-regex-util": { 11256 "version": "27.5.1", 11257 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", 11258 "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", 11259 "license": "MIT", 11260 "engines": { 11261 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11262 } 11263 }, 11264 "node_modules/jest-resolve": { 11265 "version": "27.5.1", 11266 "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", 11267 "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", 11268 "license": "MIT", 11269 "dependencies": { 11270 "@jest/types": "^27.5.1", 11271 "chalk": "^4.0.0", 11272 "graceful-fs": "^4.2.9", 11273 "jest-haste-map": "^27.5.1", 11274 "jest-pnp-resolver": "^1.2.2", 11275 "jest-util": "^27.5.1", 11276 "jest-validate": "^27.5.1", 11277 "resolve": "^1.20.0", 11278 "resolve.exports": "^1.1.0", 11279 "slash": "^3.0.0" 11280 }, 11281 "engines": { 11282 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11283 } 11284 }, 11285 "node_modules/jest-resolve-dependencies": { 11286 "version": "27.5.1", 11287 "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", 11288 "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", 11289 "license": "MIT", 11290 "dependencies": { 11291 "@jest/types": "^27.5.1", 11292 "jest-regex-util": "^27.5.1", 11293 "jest-snapshot": "^27.5.1" 11294 }, 11295 "engines": { 11296 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11297 } 11298 }, 11299 "node_modules/jest-runner": { 11300 "version": "27.5.1", 11301 "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", 11302 "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", 11303 "license": "MIT", 11304 "dependencies": { 11305 "@jest/console": "^27.5.1", 11306 "@jest/environment": "^27.5.1", 11307 "@jest/test-result": "^27.5.1", 11308 "@jest/transform": "^27.5.1", 11309 "@jest/types": "^27.5.1", 11310 "@types/node": "*", 11311 "chalk": "^4.0.0", 11312 "emittery": "^0.8.1", 11313 "graceful-fs": "^4.2.9", 11314 "jest-docblock": "^27.5.1", 11315 "jest-environment-jsdom": "^27.5.1", 11316 "jest-environment-node": "^27.5.1", 11317 "jest-haste-map": "^27.5.1", 11318 "jest-leak-detector": "^27.5.1", 11319 "jest-message-util": "^27.5.1", 11320 "jest-resolve": "^27.5.1", 11321 "jest-runtime": "^27.5.1", 11322 "jest-util": "^27.5.1", 11323 "jest-worker": "^27.5.1", 11324 "source-map-support": "^0.5.6", 11325 "throat": "^6.0.1" 11326 }, 11327 "engines": { 11328 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11329 } 11330 }, 11331 "node_modules/jest-runtime": { 11332 "version": "27.5.1", 11333 "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", 11334 "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", 11335 "license": "MIT", 11336 "dependencies": { 11337 "@jest/environment": "^27.5.1", 11338 "@jest/fake-timers": "^27.5.1", 11339 "@jest/globals": "^27.5.1", 11340 "@jest/source-map": "^27.5.1", 11341 "@jest/test-result": "^27.5.1", 11342 "@jest/transform": "^27.5.1", 11343 "@jest/types": "^27.5.1", 11344 "chalk": "^4.0.0", 11345 "cjs-module-lexer": "^1.0.0", 11346 "collect-v8-coverage": "^1.0.0", 11347 "execa": "^5.0.0", 11348 "glob": "^7.1.3", 11349 "graceful-fs": "^4.2.9", 11350 "jest-haste-map": "^27.5.1", 11351 "jest-message-util": "^27.5.1", 11352 "jest-mock": "^27.5.1", 11353 "jest-regex-util": "^27.5.1", 11354 "jest-resolve": "^27.5.1", 11355 "jest-snapshot": "^27.5.1", 11356 "jest-util": "^27.5.1", 11357 "slash": "^3.0.0", 11358 "strip-bom": "^4.0.0" 11359 }, 11360 "engines": { 11361 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11362 } 11363 }, 11364 "node_modules/jest-serializer": { 11365 "version": "27.5.1", 11366 "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", 11367 "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", 11368 "license": "MIT", 11369 "dependencies": { 11370 "@types/node": "*", 11371 "graceful-fs": "^4.2.9" 11372 }, 11373 "engines": { 11374 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11375 } 11376 }, 11377 "node_modules/jest-snapshot": { 11378 "version": "27.5.1", 11379 "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", 11380 "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", 11381 "license": "MIT", 11382 "dependencies": { 11383 "@babel/core": "^7.7.2", 11384 "@babel/generator": "^7.7.2", 11385 "@babel/plugin-syntax-typescript": "^7.7.2", 11386 "@babel/traverse": "^7.7.2", 11387 "@babel/types": "^7.0.0", 11388 "@jest/transform": "^27.5.1", 11389 "@jest/types": "^27.5.1", 11390 "@types/babel__traverse": "^7.0.4", 11391 "@types/prettier": "^2.1.5", 11392 "babel-preset-current-node-syntax": "^1.0.0", 11393 "chalk": "^4.0.0", 11394 "expect": "^27.5.1", 11395 "graceful-fs": "^4.2.9", 11396 "jest-diff": "^27.5.1", 11397 "jest-get-type": "^27.5.1", 11398 "jest-haste-map": "^27.5.1", 11399 "jest-matcher-utils": "^27.5.1", 11400 "jest-message-util": "^27.5.1", 11401 "jest-util": "^27.5.1", 11402 "natural-compare": "^1.4.0", 11403 "pretty-format": "^27.5.1", 11404 "semver": "^7.3.2" 11405 }, 11406 "engines": { 11407 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11408 } 11409 }, 11410 "node_modules/jest-util": { 11411 "version": "27.5.1", 11412 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", 11413 "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", 11414 "license": "MIT", 11415 "dependencies": { 11416 "@jest/types": "^27.5.1", 11417 "@types/node": "*", 11418 "chalk": "^4.0.0", 11419 "ci-info": "^3.2.0", 11420 "graceful-fs": "^4.2.9", 11421 "picomatch": "^2.2.3" 11422 }, 11423 "engines": { 11424 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11425 } 11426 }, 11427 "node_modules/jest-validate": { 11428 "version": "27.5.1", 11429 "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", 11430 "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", 11431 "license": "MIT", 11432 "dependencies": { 11433 "@jest/types": "^27.5.1", 11434 "camelcase": "^6.2.0", 11435 "chalk": "^4.0.0", 11436 "jest-get-type": "^27.5.1", 11437 "leven": "^3.1.0", 11438 "pretty-format": "^27.5.1" 11439 }, 11440 "engines": { 11441 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11442 } 11443 }, 11444 "node_modules/jest-watch-typeahead": { 11445 "version": "1.1.0", 11446 "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz", 11447 "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==", 11448 "license": "MIT", 11449 "dependencies": { 11450 "ansi-escapes": "^4.3.1", 11451 "chalk": "^4.0.0", 11452 "jest-regex-util": "^28.0.0", 11453 "jest-watcher": "^28.0.0", 11454 "slash": "^4.0.0", 11455 "string-length": "^5.0.1", 11456 "strip-ansi": "^7.0.1" 11457 }, 11458 "engines": { 11459 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 11460 }, 11461 "peerDependencies": { 11462 "jest": "^27.0.0 || ^28.0.0" 11463 } 11464 }, 11465 "node_modules/jest-watch-typeahead/node_modules/@jest/console": { 11466 "version": "28.1.3", 11467 "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", 11468 "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", 11469 "license": "MIT", 11470 "dependencies": { 11471 "@jest/types": "^28.1.3", 11472 "@types/node": "*", 11473 "chalk": "^4.0.0", 11474 "jest-message-util": "^28.1.3", 11475 "jest-util": "^28.1.3", 11476 "slash": "^3.0.0" 11477 }, 11478 "engines": { 11479 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 11480 } 11481 }, 11482 "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": { 11483 "version": "3.0.0", 11484 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 11485 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", 11486 "license": "MIT", 11487 "engines": { 11488 "node": ">=8" 11489 } 11490 }, 11491 "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": { 11492 "version": "28.1.3", 11493 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", 11494 "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", 11495 "license": "MIT", 11496 "dependencies": { 11497 "@jest/console": "^28.1.3", 11498 "@jest/types": "^28.1.3", 11499 "@types/istanbul-lib-coverage": "^2.0.0", 11500 "collect-v8-coverage": "^1.0.0" 11501 }, 11502 "engines": { 11503 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 11504 } 11505 }, 11506 "node_modules/jest-watch-typeahead/node_modules/@jest/types": { 11507 "version": "28.1.3", 11508 "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", 11509 "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", 11510 "license": "MIT", 11511 "dependencies": { 11512 "@jest/schemas": "^28.1.3", 11513 "@types/istanbul-lib-coverage": "^2.0.0", 11514 "@types/istanbul-reports": "^3.0.0", 11515 "@types/node": "*", 11516 "@types/yargs": "^17.0.8", 11517 "chalk": "^4.0.0" 11518 }, 11519 "engines": { 11520 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 11521 } 11522 }, 11523 "node_modules/jest-watch-typeahead/node_modules/@types/yargs": { 11524 "version": "17.0.33", 11525 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", 11526 "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", 11527 "license": "MIT", 11528 "dependencies": { 11529 "@types/yargs-parser": "*" 11530 } 11531 }, 11532 "node_modules/jest-watch-typeahead/node_modules/ansi-styles": { 11533 "version": "5.2.0", 11534 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", 11535 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", 11536 "license": "MIT", 11537 "engines": { 11538 "node": ">=10" 11539 }, 11540 "funding": { 11541 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 11542 } 11543 }, 11544 "node_modules/jest-watch-typeahead/node_modules/emittery": { 11545 "version": "0.10.2", 11546 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", 11547 "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", 11548 "license": "MIT", 11549 "engines": { 11550 "node": ">=12" 11551 }, 11552 "funding": { 11553 "url": "https://github.com/sindresorhus/emittery?sponsor=1" 11554 } 11555 }, 11556 "node_modules/jest-watch-typeahead/node_modules/jest-message-util": { 11557 "version": "28.1.3", 11558 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", 11559 "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", 11560 "license": "MIT", 11561 "dependencies": { 11562 "@babel/code-frame": "^7.12.13", 11563 "@jest/types": "^28.1.3", 11564 "@types/stack-utils": "^2.0.0", 11565 "chalk": "^4.0.0", 11566 "graceful-fs": "^4.2.9", 11567 "micromatch": "^4.0.4", 11568 "pretty-format": "^28.1.3", 11569 "slash": "^3.0.0", 11570 "stack-utils": "^2.0.3" 11571 }, 11572 "engines": { 11573 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 11574 } 11575 }, 11576 "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": { 11577 "version": "3.0.0", 11578 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 11579 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", 11580 "license": "MIT", 11581 "engines": { 11582 "node": ">=8" 11583 } 11584 }, 11585 "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": { 11586 "version": "28.0.2", 11587 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", 11588 "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", 11589 "license": "MIT", 11590 "engines": { 11591 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 11592 } 11593 }, 11594 "node_modules/jest-watch-typeahead/node_modules/jest-util": { 11595 "version": "28.1.3", 11596 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", 11597 "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", 11598 "license": "MIT", 11599 "dependencies": { 11600 "@jest/types": "^28.1.3", 11601 "@types/node": "*", 11602 "chalk": "^4.0.0", 11603 "ci-info": "^3.2.0", 11604 "graceful-fs": "^4.2.9", 11605 "picomatch": "^2.2.3" 11606 }, 11607 "engines": { 11608 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 11609 } 11610 }, 11611 "node_modules/jest-watch-typeahead/node_modules/jest-watcher": { 11612 "version": "28.1.3", 11613 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", 11614 "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", 11615 "license": "MIT", 11616 "dependencies": { 11617 "@jest/test-result": "^28.1.3", 11618 "@jest/types": "^28.1.3", 11619 "@types/node": "*", 11620 "ansi-escapes": "^4.2.1", 11621 "chalk": "^4.0.0", 11622 "emittery": "^0.10.2", 11623 "jest-util": "^28.1.3", 11624 "string-length": "^4.0.1" 11625 }, 11626 "engines": { 11627 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 11628 } 11629 }, 11630 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": { 11631 "version": "4.0.2", 11632 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", 11633 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", 11634 "license": "MIT", 11635 "dependencies": { 11636 "char-regex": "^1.0.2", 11637 "strip-ansi": "^6.0.0" 11638 }, 11639 "engines": { 11640 "node": ">=10" 11641 } 11642 }, 11643 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": { 11644 "version": "6.0.1", 11645 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 11646 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 11647 "license": "MIT", 11648 "dependencies": { 11649 "ansi-regex": "^5.0.1" 11650 }, 11651 "engines": { 11652 "node": ">=8" 11653 } 11654 }, 11655 "node_modules/jest-watch-typeahead/node_modules/pretty-format": { 11656 "version": "28.1.3", 11657 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", 11658 "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", 11659 "license": "MIT", 11660 "dependencies": { 11661 "@jest/schemas": "^28.1.3", 11662 "ansi-regex": "^5.0.1", 11663 "ansi-styles": "^5.0.0", 11664 "react-is": "^18.0.0" 11665 }, 11666 "engines": { 11667 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 11668 } 11669 }, 11670 "node_modules/jest-watch-typeahead/node_modules/react-is": { 11671 "version": "18.3.1", 11672 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", 11673 "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", 11674 "license": "MIT" 11675 }, 11676 "node_modules/jest-watch-typeahead/node_modules/slash": { 11677 "version": "4.0.0", 11678 "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", 11679 "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", 11680 "license": "MIT", 11681 "engines": { 11682 "node": ">=12" 11683 }, 11684 "funding": { 11685 "url": "https://github.com/sponsors/sindresorhus" 11686 } 11687 }, 11688 "node_modules/jest-watch-typeahead/node_modules/string-length": { 11689 "version": "5.0.1", 11690 "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", 11691 "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", 11692 "license": "MIT", 11693 "dependencies": { 11694 "char-regex": "^2.0.0", 11695 "strip-ansi": "^7.0.1" 11696 }, 11697 "engines": { 11698 "node": ">=12.20" 11699 }, 11700 "funding": { 11701 "url": "https://github.com/sponsors/sindresorhus" 11702 } 11703 }, 11704 "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": { 11705 "version": "2.0.2", 11706 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.2.tgz", 11707 "integrity": "sha512-cbGOjAptfM2LVmWhwRFHEKTPkLwNddVmuqYZQt895yXwAsWsXObCG+YN4DGQ/JBtT4GP1a1lPPdio2z413LmTg==", 11708 "license": "MIT", 11709 "engines": { 11710 "node": ">=12.20" 11711 } 11712 }, 11713 "node_modules/jest-watch-typeahead/node_modules/strip-ansi": { 11714 "version": "7.1.0", 11715 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 11716 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 11717 "license": "MIT", 11718 "dependencies": { 11719 "ansi-regex": "^6.0.1" 11720 }, 11721 "engines": { 11722 "node": ">=12" 11723 }, 11724 "funding": { 11725 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 11726 } 11727 }, 11728 "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": { 11729 "version": "6.1.0", 11730 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 11731 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 11732 "license": "MIT", 11733 "engines": { 11734 "node": ">=12" 11735 }, 11736 "funding": { 11737 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 11738 } 11739 }, 11740 "node_modules/jest-watcher": { 11741 "version": "27.5.1", 11742 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", 11743 "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", 11744 "license": "MIT", 11745 "dependencies": { 11746 "@jest/test-result": "^27.5.1", 11747 "@jest/types": "^27.5.1", 11748 "@types/node": "*", 11749 "ansi-escapes": "^4.2.1", 11750 "chalk": "^4.0.0", 11751 "jest-util": "^27.5.1", 11752 "string-length": "^4.0.1" 11753 }, 11754 "engines": { 11755 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11756 } 11757 }, 11758 "node_modules/jest-worker": { 11759 "version": "27.5.1", 11760 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", 11761 "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", 11762 "license": "MIT", 11763 "dependencies": { 11764 "@types/node": "*", 11765 "merge-stream": "^2.0.0", 11766 "supports-color": "^8.0.0" 11767 }, 11768 "engines": { 11769 "node": ">= 10.13.0" 11770 } 11771 }, 11772 "node_modules/jest-worker/node_modules/supports-color": { 11773 "version": "8.1.1", 11774 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", 11775 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", 11776 "license": "MIT", 11777 "dependencies": { 11778 "has-flag": "^4.0.0" 11779 }, 11780 "engines": { 11781 "node": ">=10" 11782 }, 11783 "funding": { 11784 "url": "https://github.com/chalk/supports-color?sponsor=1" 11785 } 11786 }, 11787 "node_modules/jiti": { 11788 "version": "1.21.7", 11789 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", 11790 "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", 11791 "license": "MIT", 11792 "bin": { 11793 "jiti": "bin/jiti.js" 11794 } 11795 }, 11796 "node_modules/jose": { 11797 "version": "5.10.0", 11798 "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz", 11799 "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==", 11800 "license": "MIT", 11801 "funding": { 11802 "url": "https://github.com/sponsors/panva" 11803 } 11804 }, 11805 "node_modules/js-tokens": { 11806 "version": "4.0.0", 11807 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", 11808 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", 11809 "license": "MIT" 11810 }, 11811 "node_modules/js-yaml": { 11812 "version": "3.14.1", 11813 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", 11814 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", 11815 "license": "MIT", 11816 "dependencies": { 11817 "argparse": "^1.0.7", 11818 "esprima": "^4.0.0" 11819 }, 11820 "bin": { 11821 "js-yaml": "bin/js-yaml.js" 11822 } 11823 }, 11824 "node_modules/jsdom": { 11825 "version": "16.7.0", 11826 "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", 11827 "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", 11828 "license": "MIT", 11829 "dependencies": { 11830 "abab": "^2.0.5", 11831 "acorn": "^8.2.4", 11832 "acorn-globals": "^6.0.0", 11833 "cssom": "^0.4.4", 11834 "cssstyle": "^2.3.0", 11835 "data-urls": "^2.0.0", 11836 "decimal.js": "^10.2.1", 11837 "domexception": "^2.0.1", 11838 "escodegen": "^2.0.0", 11839 "form-data": "^3.0.0", 11840 "html-encoding-sniffer": "^2.0.1", 11841 "http-proxy-agent": "^4.0.1", 11842 "https-proxy-agent": "^5.0.0", 11843 "is-potential-custom-element-name": "^1.0.1", 11844 "nwsapi": "^2.2.0", 11845 "parse5": "6.0.1", 11846 "saxes": "^5.0.1", 11847 "symbol-tree": "^3.2.4", 11848 "tough-cookie": "^4.0.0", 11849 "w3c-hr-time": "^1.0.2", 11850 "w3c-xmlserializer": "^2.0.0", 11851 "webidl-conversions": "^6.1.0", 11852 "whatwg-encoding": "^1.0.5", 11853 "whatwg-mimetype": "^2.3.0", 11854 "whatwg-url": "^8.5.0", 11855 "ws": "^7.4.6", 11856 "xml-name-validator": "^3.0.0" 11857 }, 11858 "engines": { 11859 "node": ">=10" 11860 }, 11861 "peerDependencies": { 11862 "canvas": "^2.5.0" 11863 }, 11864 "peerDependenciesMeta": { 11865 "canvas": { 11866 "optional": true 11867 } 11868 } 11869 }, 11870 "node_modules/jsdom/node_modules/form-data": { 11871 "version": "3.0.3", 11872 "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.3.tgz", 11873 "integrity": "sha512-q5YBMeWy6E2Un0nMGWMgI65MAKtaylxfNJGJxpGh45YDciZB4epbWpaAfImil6CPAPTYB4sh0URQNDRIZG5F2w==", 11874 "license": "MIT", 11875 "dependencies": { 11876 "asynckit": "^0.4.0", 11877 "combined-stream": "^1.0.8", 11878 "es-set-tostringtag": "^2.1.0", 11879 "mime-types": "^2.1.35" 11880 }, 11881 "engines": { 11882 "node": ">= 6" 11883 } 11884 }, 11885 "node_modules/jsesc": { 11886 "version": "3.1.0", 11887 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", 11888 "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", 11889 "license": "MIT", 11890 "bin": { 11891 "jsesc": "bin/jsesc" 11892 }, 11893 "engines": { 11894 "node": ">=6" 11895 } 11896 }, 11897 "node_modules/json-buffer": { 11898 "version": "3.0.1", 11899 "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", 11900 "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", 11901 "license": "MIT" 11902 }, 11903 "node_modules/json-parse-even-better-errors": { 11904 "version": "2.3.1", 11905 "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", 11906 "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", 11907 "license": "MIT" 11908 }, 11909 "node_modules/json-schema": { 11910 "version": "0.4.0", 11911 "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", 11912 "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", 11913 "license": "(AFL-2.1 OR BSD-3-Clause)" 11914 }, 11915 "node_modules/json-schema-traverse": { 11916 "version": "0.4.1", 11917 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", 11918 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", 11919 "license": "MIT" 11920 }, 11921 "node_modules/json-stable-stringify-without-jsonify": { 11922 "version": "1.0.1", 11923 "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", 11924 "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", 11925 "license": "MIT" 11926 }, 11927 "node_modules/json5": { 11928 "version": "2.2.3", 11929 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", 11930 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", 11931 "license": "MIT", 11932 "bin": { 11933 "json5": "lib/cli.js" 11934 }, 11935 "engines": { 11936 "node": ">=6" 11937 } 11938 }, 11939 "node_modules/jsonfile": { 11940 "version": "6.1.0", 11941 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", 11942 "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", 11943 "license": "MIT", 11944 "dependencies": { 11945 "universalify": "^2.0.0" 11946 }, 11947 "optionalDependencies": { 11948 "graceful-fs": "^4.1.6" 11949 } 11950 }, 11951 "node_modules/jsonpath": { 11952 "version": "1.1.1", 11953 "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz", 11954 "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==", 11955 "license": "MIT", 11956 "dependencies": { 11957 "esprima": "1.2.2", 11958 "static-eval": "2.0.2", 11959 "underscore": "1.12.1" 11960 } 11961 }, 11962 "node_modules/jsonpath/node_modules/esprima": { 11963 "version": "1.2.2", 11964 "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz", 11965 "integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==", 11966 "bin": { 11967 "esparse": "bin/esparse.js", 11968 "esvalidate": "bin/esvalidate.js" 11969 }, 11970 "engines": { 11971 "node": ">=0.4.0" 11972 } 11973 }, 11974 "node_modules/jsonpointer": { 11975 "version": "5.0.1", 11976 "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", 11977 "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", 11978 "license": "MIT", 11979 "engines": { 11980 "node": ">=0.10.0" 11981 } 11982 }, 11983 "node_modules/jsonwebtoken": { 11984 "version": "9.0.2", 11985 "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", 11986 "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", 11987 "license": "MIT", 11988 "dependencies": { 11989 "jws": "^3.2.2", 11990 "lodash.includes": "^4.3.0", 11991 "lodash.isboolean": "^3.0.3", 11992 "lodash.isinteger": "^4.0.4", 11993 "lodash.isnumber": "^3.0.3", 11994 "lodash.isplainobject": "^4.0.6", 11995 "lodash.isstring": "^4.0.1", 11996 "lodash.once": "^4.0.0", 11997 "ms": "^2.1.1", 11998 "semver": "^7.5.4" 11999 }, 12000 "engines": { 12001 "node": ">=12", 12002 "npm": ">=6" 12003 } 12004 }, 12005 "node_modules/jsonwebtoken/node_modules/ms": { 12006 "version": "2.1.3", 12007 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 12008 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 12009 "license": "MIT" 12010 }, 12011 "node_modules/jsx-ast-utils": { 12012 "version": "3.3.5", 12013 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", 12014 "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", 12015 "license": "MIT", 12016 "dependencies": { 12017 "array-includes": "^3.1.6", 12018 "array.prototype.flat": "^1.3.1", 12019 "object.assign": "^4.1.4", 12020 "object.values": "^1.1.6" 12021 }, 12022 "engines": { 12023 "node": ">=4.0" 12024 } 12025 }, 12026 "node_modules/jwa": { 12027 "version": "1.4.1", 12028 "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", 12029 "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", 12030 "license": "MIT", 12031 "dependencies": { 12032 "buffer-equal-constant-time": "1.0.1", 12033 "ecdsa-sig-formatter": "1.0.11", 12034 "safe-buffer": "^5.0.1" 12035 } 12036 }, 12037 "node_modules/jws": { 12038 "version": "3.2.2", 12039 "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", 12040 "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", 12041 "license": "MIT", 12042 "dependencies": { 12043 "jwa": "^1.4.1", 12044 "safe-buffer": "^5.0.1" 12045 } 12046 }, 12047 "node_modules/jwt-decode": { 12048 "version": "4.0.0", 12049 "resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-4.0.0.tgz", 12050 "integrity": "sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==", 12051 "license": "MIT", 12052 "engines": { 12053 "node": ">=18" 12054 } 12055 }, 12056 "node_modules/keyv": { 12057 "version": "4.5.4", 12058 "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", 12059 "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", 12060 "license": "MIT", 12061 "dependencies": { 12062 "json-buffer": "3.0.1" 12063 } 12064 }, 12065 "node_modules/kind-of": { 12066 "version": "6.0.3", 12067 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", 12068 "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", 12069 "license": "MIT", 12070 "engines": { 12071 "node": ">=0.10.0" 12072 } 12073 }, 12074 "node_modules/kleur": { 12075 "version": "3.0.3", 12076 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 12077 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 12078 "license": "MIT", 12079 "engines": { 12080 "node": ">=6" 12081 } 12082 }, 12083 "node_modules/klona": { 12084 "version": "2.0.6", 12085 "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", 12086 "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", 12087 "license": "MIT", 12088 "engines": { 12089 "node": ">= 8" 12090 } 12091 }, 12092 "node_modules/language-subtag-registry": { 12093 "version": "0.3.23", 12094 "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz", 12095 "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", 12096 "license": "CC0-1.0" 12097 }, 12098 "node_modules/language-tags": { 12099 "version": "1.0.9", 12100 "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz", 12101 "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==", 12102 "license": "MIT", 12103 "dependencies": { 12104 "language-subtag-registry": "^0.3.20" 12105 }, 12106 "engines": { 12107 "node": ">=0.10" 12108 } 12109 }, 12110 "node_modules/launch-editor": { 12111 "version": "2.10.0", 12112 "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.10.0.tgz", 12113 "integrity": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==", 12114 "license": "MIT", 12115 "dependencies": { 12116 "picocolors": "^1.0.0", 12117 "shell-quote": "^1.8.1" 12118 } 12119 }, 12120 "node_modules/leven": { 12121 "version": "3.1.0", 12122 "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", 12123 "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", 12124 "license": "MIT", 12125 "engines": { 12126 "node": ">=6" 12127 } 12128 }, 12129 "node_modules/levn": { 12130 "version": "0.4.1", 12131 "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", 12132 "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", 12133 "license": "MIT", 12134 "dependencies": { 12135 "prelude-ls": "^1.2.1", 12136 "type-check": "~0.4.0" 12137 }, 12138 "engines": { 12139 "node": ">= 0.8.0" 12140 } 12141 }, 12142 "node_modules/lilconfig": { 12143 "version": "2.1.0", 12144 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", 12145 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", 12146 "license": "MIT", 12147 "engines": { 12148 "node": ">=10" 12149 } 12150 }, 12151 "node_modules/lines-and-columns": { 12152 "version": "1.2.4", 12153 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", 12154 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", 12155 "license": "MIT" 12156 }, 12157 "node_modules/loader-runner": { 12158 "version": "4.3.0", 12159 "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", 12160 "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", 12161 "license": "MIT", 12162 "engines": { 12163 "node": ">=6.11.5" 12164 } 12165 }, 12166 "node_modules/loader-utils": { 12167 "version": "2.0.4", 12168 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", 12169 "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", 12170 "license": "MIT", 12171 "dependencies": { 12172 "big.js": "^5.2.2", 12173 "emojis-list": "^3.0.0", 12174 "json5": "^2.1.2" 12175 }, 12176 "engines": { 12177 "node": ">=8.9.0" 12178 } 12179 }, 12180 "node_modules/locate-path": { 12181 "version": "5.0.0", 12182 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", 12183 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", 12184 "license": "MIT", 12185 "dependencies": { 12186 "p-locate": "^4.1.0" 12187 }, 12188 "engines": { 12189 "node": ">=8" 12190 } 12191 }, 12192 "node_modules/lodash": { 12193 "version": "4.17.21", 12194 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", 12195 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", 12196 "license": "MIT" 12197 }, 12198 "node_modules/lodash.debounce": { 12199 "version": "4.0.8", 12200 "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", 12201 "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", 12202 "license": "MIT" 12203 }, 12204 "node_modules/lodash.includes": { 12205 "version": "4.3.0", 12206 "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", 12207 "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==", 12208 "license": "MIT" 12209 }, 12210 "node_modules/lodash.isboolean": { 12211 "version": "3.0.3", 12212 "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", 12213 "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", 12214 "license": "MIT" 12215 }, 12216 "node_modules/lodash.isinteger": { 12217 "version": "4.0.4", 12218 "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", 12219 "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==", 12220 "license": "MIT" 12221 }, 12222 "node_modules/lodash.isnumber": { 12223 "version": "3.0.3", 12224 "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", 12225 "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", 12226 "license": "MIT" 12227 }, 12228 "node_modules/lodash.isplainobject": { 12229 "version": "4.0.6", 12230 "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", 12231 "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", 12232 "license": "MIT" 12233 }, 12234 "node_modules/lodash.isstring": { 12235 "version": "4.0.1", 12236 "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", 12237 "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", 12238 "license": "MIT" 12239 }, 12240 "node_modules/lodash.memoize": { 12241 "version": "4.1.2", 12242 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", 12243 "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", 12244 "license": "MIT" 12245 }, 12246 "node_modules/lodash.merge": { 12247 "version": "4.6.2", 12248 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", 12249 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", 12250 "license": "MIT" 12251 }, 12252 "node_modules/lodash.once": { 12253 "version": "4.1.1", 12254 "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", 12255 "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", 12256 "license": "MIT" 12257 }, 12258 "node_modules/lodash.sortby": { 12259 "version": "4.7.0", 12260 "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", 12261 "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", 12262 "license": "MIT" 12263 }, 12264 "node_modules/lodash.uniq": { 12265 "version": "4.5.0", 12266 "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", 12267 "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", 12268 "license": "MIT" 12269 }, 12270 "node_modules/loose-envify": { 12271 "version": "1.4.0", 12272 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", 12273 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", 12274 "license": "MIT", 12275 "dependencies": { 12276 "js-tokens": "^3.0.0 || ^4.0.0" 12277 }, 12278 "bin": { 12279 "loose-envify": "cli.js" 12280 } 12281 }, 12282 "node_modules/lower-case": { 12283 "version": "2.0.2", 12284 "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", 12285 "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", 12286 "license": "MIT", 12287 "dependencies": { 12288 "tslib": "^2.0.3" 12289 } 12290 }, 12291 "node_modules/lru-cache": { 12292 "version": "10.4.3", 12293 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 12294 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 12295 "license": "ISC" 12296 }, 12297 "node_modules/magic-string": { 12298 "version": "0.25.9", 12299 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", 12300 "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", 12301 "license": "MIT", 12302 "dependencies": { 12303 "sourcemap-codec": "^1.4.8" 12304 } 12305 }, 12306 "node_modules/make-dir": { 12307 "version": "3.1.0", 12308 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", 12309 "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", 12310 "license": "MIT", 12311 "dependencies": { 12312 "semver": "^6.0.0" 12313 }, 12314 "engines": { 12315 "node": ">=8" 12316 }, 12317 "funding": { 12318 "url": "https://github.com/sponsors/sindresorhus" 12319 } 12320 }, 12321 "node_modules/make-dir/node_modules/semver": { 12322 "version": "6.3.1", 12323 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 12324 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 12325 "license": "ISC", 12326 "bin": { 12327 "semver": "bin/semver.js" 12328 } 12329 }, 12330 "node_modules/makeerror": { 12331 "version": "1.0.12", 12332 "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", 12333 "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", 12334 "license": "BSD-3-Clause", 12335 "dependencies": { 12336 "tmpl": "1.0.5" 12337 } 12338 }, 12339 "node_modules/math-intrinsics": { 12340 "version": "1.1.0", 12341 "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", 12342 "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", 12343 "license": "MIT", 12344 "engines": { 12345 "node": ">= 0.4" 12346 } 12347 }, 12348 "node_modules/matter-js": { 12349 "version": "0.20.0", 12350 "resolved": "https://registry.npmjs.org/matter-js/-/matter-js-0.20.0.tgz", 12351 "integrity": "sha512-iC9fYR7zVT3HppNnsFsp9XOoQdQN2tUyfaKg4CHLH8bN+j6GT4Gw7IH2rP0tflAebrHFw730RR3DkVSZRX8hwA==", 12352 "license": "MIT" 12353 }, 12354 "node_modules/mdn-data": { 12355 "version": "2.0.4", 12356 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", 12357 "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==", 12358 "license": "CC0-1.0" 12359 }, 12360 "node_modules/media-typer": { 12361 "version": "0.3.0", 12362 "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", 12363 "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", 12364 "license": "MIT", 12365 "engines": { 12366 "node": ">= 0.6" 12367 } 12368 }, 12369 "node_modules/memfs": { 12370 "version": "3.5.3", 12371 "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", 12372 "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", 12373 "license": "Unlicense", 12374 "dependencies": { 12375 "fs-monkey": "^1.0.4" 12376 }, 12377 "engines": { 12378 "node": ">= 4.0.0" 12379 } 12380 }, 12381 "node_modules/merge-descriptors": { 12382 "version": "1.0.3", 12383 "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", 12384 "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", 12385 "license": "MIT", 12386 "funding": { 12387 "url": "https://github.com/sponsors/sindresorhus" 12388 } 12389 }, 12390 "node_modules/merge-stream": { 12391 "version": "2.0.0", 12392 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", 12393 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", 12394 "license": "MIT" 12395 }, 12396 "node_modules/merge2": { 12397 "version": "1.4.1", 12398 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 12399 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 12400 "license": "MIT", 12401 "engines": { 12402 "node": ">= 8" 12403 } 12404 }, 12405 "node_modules/methods": { 12406 "version": "1.1.2", 12407 "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", 12408 "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", 12409 "license": "MIT", 12410 "engines": { 12411 "node": ">= 0.6" 12412 } 12413 }, 12414 "node_modules/micromatch": { 12415 "version": "4.0.8", 12416 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 12417 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 12418 "license": "MIT", 12419 "dependencies": { 12420 "braces": "^3.0.3", 12421 "picomatch": "^2.3.1" 12422 }, 12423 "engines": { 12424 "node": ">=8.6" 12425 } 12426 }, 12427 "node_modules/mime": { 12428 "version": "1.6.0", 12429 "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", 12430 "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", 12431 "license": "MIT", 12432 "bin": { 12433 "mime": "cli.js" 12434 }, 12435 "engines": { 12436 "node": ">=4" 12437 } 12438 }, 12439 "node_modules/mime-db": { 12440 "version": "1.52.0", 12441 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 12442 "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 12443 "license": "MIT", 12444 "engines": { 12445 "node": ">= 0.6" 12446 } 12447 }, 12448 "node_modules/mime-types": { 12449 "version": "2.1.35", 12450 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 12451 "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 12452 "license": "MIT", 12453 "dependencies": { 12454 "mime-db": "1.52.0" 12455 }, 12456 "engines": { 12457 "node": ">= 0.6" 12458 } 12459 }, 12460 "node_modules/mimic-fn": { 12461 "version": "2.1.0", 12462 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", 12463 "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", 12464 "license": "MIT", 12465 "engines": { 12466 "node": ">=6" 12467 } 12468 }, 12469 "node_modules/mini-css-extract-plugin": { 12470 "version": "2.9.2", 12471 "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", 12472 "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", 12473 "license": "MIT", 12474 "dependencies": { 12475 "schema-utils": "^4.0.0", 12476 "tapable": "^2.2.1" 12477 }, 12478 "engines": { 12479 "node": ">= 12.13.0" 12480 }, 12481 "funding": { 12482 "type": "opencollective", 12483 "url": "https://opencollective.com/webpack" 12484 }, 12485 "peerDependencies": { 12486 "webpack": "^5.0.0" 12487 } 12488 }, 12489 "node_modules/minimalistic-assert": { 12490 "version": "1.0.1", 12491 "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", 12492 "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", 12493 "license": "ISC" 12494 }, 12495 "node_modules/minimatch": { 12496 "version": "3.1.2", 12497 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", 12498 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", 12499 "license": "ISC", 12500 "dependencies": { 12501 "brace-expansion": "^1.1.7" 12502 }, 12503 "engines": { 12504 "node": "*" 12505 } 12506 }, 12507 "node_modules/minimist": { 12508 "version": "1.2.8", 12509 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", 12510 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", 12511 "license": "MIT", 12512 "funding": { 12513 "url": "https://github.com/sponsors/ljharb" 12514 } 12515 }, 12516 "node_modules/minipass": { 12517 "version": "7.1.2", 12518 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", 12519 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", 12520 "license": "ISC", 12521 "engines": { 12522 "node": ">=16 || 14 >=14.17" 12523 } 12524 }, 12525 "node_modules/mkdirp": { 12526 "version": "0.5.6", 12527 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", 12528 "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", 12529 "license": "MIT", 12530 "dependencies": { 12531 "minimist": "^1.2.6" 12532 }, 12533 "bin": { 12534 "mkdirp": "bin/cmd.js" 12535 } 12536 }, 12537 "node_modules/ms": { 12538 "version": "2.0.0", 12539 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 12540 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", 12541 "license": "MIT" 12542 }, 12543 "node_modules/multicast-dns": { 12544 "version": "7.2.5", 12545 "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", 12546 "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", 12547 "license": "MIT", 12548 "dependencies": { 12549 "dns-packet": "^5.2.2", 12550 "thunky": "^1.0.2" 12551 }, 12552 "bin": { 12553 "multicast-dns": "cli.js" 12554 } 12555 }, 12556 "node_modules/multiformats": { 12557 "version": "9.9.0", 12558 "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", 12559 "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==", 12560 "license": "(Apache-2.0 AND MIT)" 12561 }, 12562 "node_modules/mz": { 12563 "version": "2.7.0", 12564 "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", 12565 "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", 12566 "license": "MIT", 12567 "dependencies": { 12568 "any-promise": "^1.0.0", 12569 "object-assign": "^4.0.1", 12570 "thenify-all": "^1.0.0" 12571 } 12572 }, 12573 "node_modules/nanoid": { 12574 "version": "3.3.8", 12575 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", 12576 "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", 12577 "funding": [ 12578 { 12579 "type": "github", 12580 "url": "https://github.com/sponsors/ai" 12581 } 12582 ], 12583 "license": "MIT", 12584 "bin": { 12585 "nanoid": "bin/nanoid.cjs" 12586 }, 12587 "engines": { 12588 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 12589 } 12590 }, 12591 "node_modules/natural-compare": { 12592 "version": "1.4.0", 12593 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", 12594 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", 12595 "license": "MIT" 12596 }, 12597 "node_modules/natural-compare-lite": { 12598 "version": "1.4.0", 12599 "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", 12600 "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", 12601 "license": "MIT" 12602 }, 12603 "node_modules/negotiator": { 12604 "version": "0.6.4", 12605 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", 12606 "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", 12607 "license": "MIT", 12608 "engines": { 12609 "node": ">= 0.6" 12610 } 12611 }, 12612 "node_modules/neo-async": { 12613 "version": "2.6.2", 12614 "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", 12615 "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", 12616 "license": "MIT" 12617 }, 12618 "node_modules/no-case": { 12619 "version": "3.0.4", 12620 "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", 12621 "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", 12622 "license": "MIT", 12623 "dependencies": { 12624 "lower-case": "^2.0.2", 12625 "tslib": "^2.0.3" 12626 } 12627 }, 12628 "node_modules/node-forge": { 12629 "version": "1.3.1", 12630 "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", 12631 "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", 12632 "license": "(BSD-3-Clause OR GPL-2.0)", 12633 "engines": { 12634 "node": ">= 6.13.0" 12635 } 12636 }, 12637 "node_modules/node-int64": { 12638 "version": "0.4.0", 12639 "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", 12640 "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", 12641 "license": "MIT" 12642 }, 12643 "node_modules/node-releases": { 12644 "version": "2.0.19", 12645 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", 12646 "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", 12647 "license": "MIT" 12648 }, 12649 "node_modules/normalize-path": { 12650 "version": "3.0.0", 12651 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 12652 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 12653 "license": "MIT", 12654 "engines": { 12655 "node": ">=0.10.0" 12656 } 12657 }, 12658 "node_modules/normalize-range": { 12659 "version": "0.1.2", 12660 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", 12661 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", 12662 "license": "MIT", 12663 "engines": { 12664 "node": ">=0.10.0" 12665 } 12666 }, 12667 "node_modules/normalize-url": { 12668 "version": "6.1.0", 12669 "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", 12670 "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", 12671 "license": "MIT", 12672 "engines": { 12673 "node": ">=10" 12674 }, 12675 "funding": { 12676 "url": "https://github.com/sponsors/sindresorhus" 12677 } 12678 }, 12679 "node_modules/npm-run-path": { 12680 "version": "4.0.1", 12681 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", 12682 "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", 12683 "license": "MIT", 12684 "dependencies": { 12685 "path-key": "^3.0.0" 12686 }, 12687 "engines": { 12688 "node": ">=8" 12689 } 12690 }, 12691 "node_modules/nth-check": { 12692 "version": "2.1.1", 12693 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", 12694 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", 12695 "license": "BSD-2-Clause", 12696 "dependencies": { 12697 "boolbase": "^1.0.0" 12698 }, 12699 "funding": { 12700 "url": "https://github.com/fb55/nth-check?sponsor=1" 12701 } 12702 }, 12703 "node_modules/nwsapi": { 12704 "version": "2.2.16", 12705 "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.16.tgz", 12706 "integrity": "sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ==", 12707 "license": "MIT" 12708 }, 12709 "node_modules/object-assign": { 12710 "version": "4.1.1", 12711 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", 12712 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", 12713 "license": "MIT", 12714 "engines": { 12715 "node": ">=0.10.0" 12716 } 12717 }, 12718 "node_modules/object-hash": { 12719 "version": "3.0.0", 12720 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", 12721 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", 12722 "license": "MIT", 12723 "engines": { 12724 "node": ">= 6" 12725 } 12726 }, 12727 "node_modules/object-inspect": { 12728 "version": "1.13.4", 12729 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", 12730 "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", 12731 "license": "MIT", 12732 "engines": { 12733 "node": ">= 0.4" 12734 }, 12735 "funding": { 12736 "url": "https://github.com/sponsors/ljharb" 12737 } 12738 }, 12739 "node_modules/object-keys": { 12740 "version": "1.1.1", 12741 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", 12742 "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", 12743 "license": "MIT", 12744 "engines": { 12745 "node": ">= 0.4" 12746 } 12747 }, 12748 "node_modules/object.assign": { 12749 "version": "4.1.7", 12750 "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", 12751 "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", 12752 "license": "MIT", 12753 "dependencies": { 12754 "call-bind": "^1.0.8", 12755 "call-bound": "^1.0.3", 12756 "define-properties": "^1.2.1", 12757 "es-object-atoms": "^1.0.0", 12758 "has-symbols": "^1.1.0", 12759 "object-keys": "^1.1.1" 12760 }, 12761 "engines": { 12762 "node": ">= 0.4" 12763 }, 12764 "funding": { 12765 "url": "https://github.com/sponsors/ljharb" 12766 } 12767 }, 12768 "node_modules/object.entries": { 12769 "version": "1.1.8", 12770 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz", 12771 "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==", 12772 "license": "MIT", 12773 "dependencies": { 12774 "call-bind": "^1.0.7", 12775 "define-properties": "^1.2.1", 12776 "es-object-atoms": "^1.0.0" 12777 }, 12778 "engines": { 12779 "node": ">= 0.4" 12780 } 12781 }, 12782 "node_modules/object.fromentries": { 12783 "version": "2.0.8", 12784 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", 12785 "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", 12786 "license": "MIT", 12787 "dependencies": { 12788 "call-bind": "^1.0.7", 12789 "define-properties": "^1.2.1", 12790 "es-abstract": "^1.23.2", 12791 "es-object-atoms": "^1.0.0" 12792 }, 12793 "engines": { 12794 "node": ">= 0.4" 12795 }, 12796 "funding": { 12797 "url": "https://github.com/sponsors/ljharb" 12798 } 12799 }, 12800 "node_modules/object.getownpropertydescriptors": { 12801 "version": "2.1.8", 12802 "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz", 12803 "integrity": "sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==", 12804 "license": "MIT", 12805 "dependencies": { 12806 "array.prototype.reduce": "^1.0.6", 12807 "call-bind": "^1.0.7", 12808 "define-properties": "^1.2.1", 12809 "es-abstract": "^1.23.2", 12810 "es-object-atoms": "^1.0.0", 12811 "gopd": "^1.0.1", 12812 "safe-array-concat": "^1.1.2" 12813 }, 12814 "engines": { 12815 "node": ">= 0.8" 12816 }, 12817 "funding": { 12818 "url": "https://github.com/sponsors/ljharb" 12819 } 12820 }, 12821 "node_modules/object.groupby": { 12822 "version": "1.0.3", 12823 "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz", 12824 "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", 12825 "license": "MIT", 12826 "dependencies": { 12827 "call-bind": "^1.0.7", 12828 "define-properties": "^1.2.1", 12829 "es-abstract": "^1.23.2" 12830 }, 12831 "engines": { 12832 "node": ">= 0.4" 12833 } 12834 }, 12835 "node_modules/object.values": { 12836 "version": "1.2.1", 12837 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz", 12838 "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==", 12839 "license": "MIT", 12840 "dependencies": { 12841 "call-bind": "^1.0.8", 12842 "call-bound": "^1.0.3", 12843 "define-properties": "^1.2.1", 12844 "es-object-atoms": "^1.0.0" 12845 }, 12846 "engines": { 12847 "node": ">= 0.4" 12848 }, 12849 "funding": { 12850 "url": "https://github.com/sponsors/ljharb" 12851 } 12852 }, 12853 "node_modules/obuf": { 12854 "version": "1.1.2", 12855 "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", 12856 "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", 12857 "license": "MIT" 12858 }, 12859 "node_modules/on-finished": { 12860 "version": "2.4.1", 12861 "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", 12862 "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", 12863 "license": "MIT", 12864 "dependencies": { 12865 "ee-first": "1.1.1" 12866 }, 12867 "engines": { 12868 "node": ">= 0.8" 12869 } 12870 }, 12871 "node_modules/on-headers": { 12872 "version": "1.0.2", 12873 "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", 12874 "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", 12875 "license": "MIT", 12876 "engines": { 12877 "node": ">= 0.8" 12878 } 12879 }, 12880 "node_modules/once": { 12881 "version": "1.4.0", 12882 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 12883 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 12884 "license": "ISC", 12885 "dependencies": { 12886 "wrappy": "1" 12887 } 12888 }, 12889 "node_modules/onetime": { 12890 "version": "5.1.2", 12891 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", 12892 "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", 12893 "license": "MIT", 12894 "dependencies": { 12895 "mimic-fn": "^2.1.0" 12896 }, 12897 "engines": { 12898 "node": ">=6" 12899 }, 12900 "funding": { 12901 "url": "https://github.com/sponsors/sindresorhus" 12902 } 12903 }, 12904 "node_modules/open": { 12905 "version": "8.4.2", 12906 "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", 12907 "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", 12908 "license": "MIT", 12909 "dependencies": { 12910 "define-lazy-prop": "^2.0.0", 12911 "is-docker": "^2.1.1", 12912 "is-wsl": "^2.2.0" 12913 }, 12914 "engines": { 12915 "node": ">=12" 12916 }, 12917 "funding": { 12918 "url": "https://github.com/sponsors/sindresorhus" 12919 } 12920 }, 12921 "node_modules/optionator": { 12922 "version": "0.9.4", 12923 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", 12924 "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", 12925 "license": "MIT", 12926 "dependencies": { 12927 "deep-is": "^0.1.3", 12928 "fast-levenshtein": "^2.0.6", 12929 "levn": "^0.4.1", 12930 "prelude-ls": "^1.2.1", 12931 "type-check": "^0.4.0", 12932 "word-wrap": "^1.2.5" 12933 }, 12934 "engines": { 12935 "node": ">= 0.8.0" 12936 } 12937 }, 12938 "node_modules/own-keys": { 12939 "version": "1.0.1", 12940 "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", 12941 "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", 12942 "license": "MIT", 12943 "dependencies": { 12944 "get-intrinsic": "^1.2.6", 12945 "object-keys": "^1.1.1", 12946 "safe-push-apply": "^1.0.0" 12947 }, 12948 "engines": { 12949 "node": ">= 0.4" 12950 }, 12951 "funding": { 12952 "url": "https://github.com/sponsors/ljharb" 12953 } 12954 }, 12955 "node_modules/p-limit": { 12956 "version": "2.3.0", 12957 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 12958 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 12959 "license": "MIT", 12960 "dependencies": { 12961 "p-try": "^2.0.0" 12962 }, 12963 "engines": { 12964 "node": ">=6" 12965 }, 12966 "funding": { 12967 "url": "https://github.com/sponsors/sindresorhus" 12968 } 12969 }, 12970 "node_modules/p-locate": { 12971 "version": "4.1.0", 12972 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", 12973 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", 12974 "license": "MIT", 12975 "dependencies": { 12976 "p-limit": "^2.2.0" 12977 }, 12978 "engines": { 12979 "node": ">=8" 12980 } 12981 }, 12982 "node_modules/p-retry": { 12983 "version": "4.6.2", 12984 "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", 12985 "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", 12986 "license": "MIT", 12987 "dependencies": { 12988 "@types/retry": "0.12.0", 12989 "retry": "^0.13.1" 12990 }, 12991 "engines": { 12992 "node": ">=8" 12993 } 12994 }, 12995 "node_modules/p-try": { 12996 "version": "2.2.0", 12997 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", 12998 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", 12999 "license": "MIT", 13000 "engines": { 13001 "node": ">=6" 13002 } 13003 }, 13004 "node_modules/package-json-from-dist": { 13005 "version": "1.0.1", 13006 "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", 13007 "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", 13008 "license": "BlueOak-1.0.0" 13009 }, 13010 "node_modules/param-case": { 13011 "version": "3.0.4", 13012 "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", 13013 "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", 13014 "license": "MIT", 13015 "dependencies": { 13016 "dot-case": "^3.0.4", 13017 "tslib": "^2.0.3" 13018 } 13019 }, 13020 "node_modules/parent-module": { 13021 "version": "1.0.1", 13022 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", 13023 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", 13024 "license": "MIT", 13025 "dependencies": { 13026 "callsites": "^3.0.0" 13027 }, 13028 "engines": { 13029 "node": ">=6" 13030 } 13031 }, 13032 "node_modules/parse-json": { 13033 "version": "5.2.0", 13034 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", 13035 "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", 13036 "license": "MIT", 13037 "dependencies": { 13038 "@babel/code-frame": "^7.0.0", 13039 "error-ex": "^1.3.1", 13040 "json-parse-even-better-errors": "^2.3.0", 13041 "lines-and-columns": "^1.1.6" 13042 }, 13043 "engines": { 13044 "node": ">=8" 13045 }, 13046 "funding": { 13047 "url": "https://github.com/sponsors/sindresorhus" 13048 } 13049 }, 13050 "node_modules/parse5": { 13051 "version": "6.0.1", 13052 "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", 13053 "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", 13054 "license": "MIT" 13055 }, 13056 "node_modules/parseurl": { 13057 "version": "1.3.3", 13058 "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", 13059 "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", 13060 "license": "MIT", 13061 "engines": { 13062 "node": ">= 0.8" 13063 } 13064 }, 13065 "node_modules/pascal-case": { 13066 "version": "3.1.2", 13067 "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", 13068 "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", 13069 "license": "MIT", 13070 "dependencies": { 13071 "no-case": "^3.0.4", 13072 "tslib": "^2.0.3" 13073 } 13074 }, 13075 "node_modules/path-exists": { 13076 "version": "4.0.0", 13077 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", 13078 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", 13079 "license": "MIT", 13080 "engines": { 13081 "node": ">=8" 13082 } 13083 }, 13084 "node_modules/path-is-absolute": { 13085 "version": "1.0.1", 13086 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", 13087 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", 13088 "license": "MIT", 13089 "engines": { 13090 "node": ">=0.10.0" 13091 } 13092 }, 13093 "node_modules/path-key": { 13094 "version": "3.1.1", 13095 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 13096 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 13097 "license": "MIT", 13098 "engines": { 13099 "node": ">=8" 13100 } 13101 }, 13102 "node_modules/path-parse": { 13103 "version": "1.0.7", 13104 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 13105 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", 13106 "license": "MIT" 13107 }, 13108 "node_modules/path-scurry": { 13109 "version": "1.11.1", 13110 "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", 13111 "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", 13112 "license": "BlueOak-1.0.0", 13113 "dependencies": { 13114 "lru-cache": "^10.2.0", 13115 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" 13116 }, 13117 "engines": { 13118 "node": ">=16 || 14 >=14.18" 13119 }, 13120 "funding": { 13121 "url": "https://github.com/sponsors/isaacs" 13122 } 13123 }, 13124 "node_modules/path-to-regexp": { 13125 "version": "0.1.12", 13126 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", 13127 "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", 13128 "license": "MIT" 13129 }, 13130 "node_modules/path-type": { 13131 "version": "4.0.0", 13132 "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", 13133 "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", 13134 "license": "MIT", 13135 "engines": { 13136 "node": ">=8" 13137 } 13138 }, 13139 "node_modules/performance-now": { 13140 "version": "2.1.0", 13141 "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", 13142 "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", 13143 "license": "MIT" 13144 }, 13145 "node_modules/picocolors": { 13146 "version": "1.1.1", 13147 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 13148 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 13149 "license": "ISC" 13150 }, 13151 "node_modules/picomatch": { 13152 "version": "2.3.1", 13153 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 13154 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 13155 "license": "MIT", 13156 "engines": { 13157 "node": ">=8.6" 13158 }, 13159 "funding": { 13160 "url": "https://github.com/sponsors/jonschlinkert" 13161 } 13162 }, 13163 "node_modules/pify": { 13164 "version": "2.3.0", 13165 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", 13166 "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", 13167 "license": "MIT", 13168 "engines": { 13169 "node": ">=0.10.0" 13170 } 13171 }, 13172 "node_modules/pirates": { 13173 "version": "4.0.6", 13174 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", 13175 "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", 13176 "license": "MIT", 13177 "engines": { 13178 "node": ">= 6" 13179 } 13180 }, 13181 "node_modules/pkg-dir": { 13182 "version": "4.2.0", 13183 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", 13184 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", 13185 "license": "MIT", 13186 "dependencies": { 13187 "find-up": "^4.0.0" 13188 }, 13189 "engines": { 13190 "node": ">=8" 13191 } 13192 }, 13193 "node_modules/pkg-up": { 13194 "version": "3.1.0", 13195 "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", 13196 "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", 13197 "license": "MIT", 13198 "dependencies": { 13199 "find-up": "^3.0.0" 13200 }, 13201 "engines": { 13202 "node": ">=8" 13203 } 13204 }, 13205 "node_modules/pkg-up/node_modules/find-up": { 13206 "version": "3.0.0", 13207 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", 13208 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", 13209 "license": "MIT", 13210 "dependencies": { 13211 "locate-path": "^3.0.0" 13212 }, 13213 "engines": { 13214 "node": ">=6" 13215 } 13216 }, 13217 "node_modules/pkg-up/node_modules/locate-path": { 13218 "version": "3.0.0", 13219 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", 13220 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", 13221 "license": "MIT", 13222 "dependencies": { 13223 "p-locate": "^3.0.0", 13224 "path-exists": "^3.0.0" 13225 }, 13226 "engines": { 13227 "node": ">=6" 13228 } 13229 }, 13230 "node_modules/pkg-up/node_modules/p-locate": { 13231 "version": "3.0.0", 13232 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", 13233 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", 13234 "license": "MIT", 13235 "dependencies": { 13236 "p-limit": "^2.0.0" 13237 }, 13238 "engines": { 13239 "node": ">=6" 13240 } 13241 }, 13242 "node_modules/pkg-up/node_modules/path-exists": { 13243 "version": "3.0.0", 13244 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", 13245 "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", 13246 "license": "MIT", 13247 "engines": { 13248 "node": ">=4" 13249 } 13250 }, 13251 "node_modules/possible-typed-array-names": { 13252 "version": "1.1.0", 13253 "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", 13254 "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", 13255 "license": "MIT", 13256 "engines": { 13257 "node": ">= 0.4" 13258 } 13259 }, 13260 "node_modules/postcss": { 13261 "version": "8.5.3", 13262 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", 13263 "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", 13264 "funding": [ 13265 { 13266 "type": "opencollective", 13267 "url": "https://opencollective.com/postcss/" 13268 }, 13269 { 13270 "type": "tidelift", 13271 "url": "https://tidelift.com/funding/github/npm/postcss" 13272 }, 13273 { 13274 "type": "github", 13275 "url": "https://github.com/sponsors/ai" 13276 } 13277 ], 13278 "license": "MIT", 13279 "dependencies": { 13280 "nanoid": "^3.3.8", 13281 "picocolors": "^1.1.1", 13282 "source-map-js": "^1.2.1" 13283 }, 13284 "engines": { 13285 "node": "^10 || ^12 || >=14" 13286 } 13287 }, 13288 "node_modules/postcss-attribute-case-insensitive": { 13289 "version": "5.0.2", 13290 "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", 13291 "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", 13292 "license": "MIT", 13293 "dependencies": { 13294 "postcss-selector-parser": "^6.0.10" 13295 }, 13296 "engines": { 13297 "node": "^12 || ^14 || >=16" 13298 }, 13299 "funding": { 13300 "type": "opencollective", 13301 "url": "https://opencollective.com/csstools" 13302 }, 13303 "peerDependencies": { 13304 "postcss": "^8.2" 13305 } 13306 }, 13307 "node_modules/postcss-browser-comments": { 13308 "version": "4.0.0", 13309 "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", 13310 "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", 13311 "license": "CC0-1.0", 13312 "engines": { 13313 "node": ">=8" 13314 }, 13315 "peerDependencies": { 13316 "browserslist": ">=4", 13317 "postcss": ">=8" 13318 } 13319 }, 13320 "node_modules/postcss-calc": { 13321 "version": "8.2.4", 13322 "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", 13323 "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", 13324 "license": "MIT", 13325 "dependencies": { 13326 "postcss-selector-parser": "^6.0.9", 13327 "postcss-value-parser": "^4.2.0" 13328 }, 13329 "peerDependencies": { 13330 "postcss": "^8.2.2" 13331 } 13332 }, 13333 "node_modules/postcss-clamp": { 13334 "version": "4.1.0", 13335 "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", 13336 "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", 13337 "license": "MIT", 13338 "dependencies": { 13339 "postcss-value-parser": "^4.2.0" 13340 }, 13341 "engines": { 13342 "node": ">=7.6.0" 13343 }, 13344 "peerDependencies": { 13345 "postcss": "^8.4.6" 13346 } 13347 }, 13348 "node_modules/postcss-color-functional-notation": { 13349 "version": "4.2.4", 13350 "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", 13351 "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", 13352 "license": "CC0-1.0", 13353 "dependencies": { 13354 "postcss-value-parser": "^4.2.0" 13355 }, 13356 "engines": { 13357 "node": "^12 || ^14 || >=16" 13358 }, 13359 "funding": { 13360 "type": "opencollective", 13361 "url": "https://opencollective.com/csstools" 13362 }, 13363 "peerDependencies": { 13364 "postcss": "^8.2" 13365 } 13366 }, 13367 "node_modules/postcss-color-hex-alpha": { 13368 "version": "8.0.4", 13369 "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", 13370 "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", 13371 "license": "MIT", 13372 "dependencies": { 13373 "postcss-value-parser": "^4.2.0" 13374 }, 13375 "engines": { 13376 "node": "^12 || ^14 || >=16" 13377 }, 13378 "funding": { 13379 "type": "opencollective", 13380 "url": "https://opencollective.com/csstools" 13381 }, 13382 "peerDependencies": { 13383 "postcss": "^8.4" 13384 } 13385 }, 13386 "node_modules/postcss-color-rebeccapurple": { 13387 "version": "7.1.1", 13388 "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", 13389 "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", 13390 "license": "CC0-1.0", 13391 "dependencies": { 13392 "postcss-value-parser": "^4.2.0" 13393 }, 13394 "engines": { 13395 "node": "^12 || ^14 || >=16" 13396 }, 13397 "funding": { 13398 "type": "opencollective", 13399 "url": "https://opencollective.com/csstools" 13400 }, 13401 "peerDependencies": { 13402 "postcss": "^8.2" 13403 } 13404 }, 13405 "node_modules/postcss-colormin": { 13406 "version": "5.3.1", 13407 "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", 13408 "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", 13409 "license": "MIT", 13410 "dependencies": { 13411 "browserslist": "^4.21.4", 13412 "caniuse-api": "^3.0.0", 13413 "colord": "^2.9.1", 13414 "postcss-value-parser": "^4.2.0" 13415 }, 13416 "engines": { 13417 "node": "^10 || ^12 || >=14.0" 13418 }, 13419 "peerDependencies": { 13420 "postcss": "^8.2.15" 13421 } 13422 }, 13423 "node_modules/postcss-convert-values": { 13424 "version": "5.1.3", 13425 "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", 13426 "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", 13427 "license": "MIT", 13428 "dependencies": { 13429 "browserslist": "^4.21.4", 13430 "postcss-value-parser": "^4.2.0" 13431 }, 13432 "engines": { 13433 "node": "^10 || ^12 || >=14.0" 13434 }, 13435 "peerDependencies": { 13436 "postcss": "^8.2.15" 13437 } 13438 }, 13439 "node_modules/postcss-custom-media": { 13440 "version": "8.0.2", 13441 "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", 13442 "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", 13443 "license": "MIT", 13444 "dependencies": { 13445 "postcss-value-parser": "^4.2.0" 13446 }, 13447 "engines": { 13448 "node": "^12 || ^14 || >=16" 13449 }, 13450 "funding": { 13451 "type": "opencollective", 13452 "url": "https://opencollective.com/csstools" 13453 }, 13454 "peerDependencies": { 13455 "postcss": "^8.3" 13456 } 13457 }, 13458 "node_modules/postcss-custom-properties": { 13459 "version": "12.1.11", 13460 "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz", 13461 "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==", 13462 "license": "MIT", 13463 "dependencies": { 13464 "postcss-value-parser": "^4.2.0" 13465 }, 13466 "engines": { 13467 "node": "^12 || ^14 || >=16" 13468 }, 13469 "funding": { 13470 "type": "opencollective", 13471 "url": "https://opencollective.com/csstools" 13472 }, 13473 "peerDependencies": { 13474 "postcss": "^8.2" 13475 } 13476 }, 13477 "node_modules/postcss-custom-selectors": { 13478 "version": "6.0.3", 13479 "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", 13480 "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", 13481 "license": "MIT", 13482 "dependencies": { 13483 "postcss-selector-parser": "^6.0.4" 13484 }, 13485 "engines": { 13486 "node": "^12 || ^14 || >=16" 13487 }, 13488 "funding": { 13489 "type": "opencollective", 13490 "url": "https://opencollective.com/csstools" 13491 }, 13492 "peerDependencies": { 13493 "postcss": "^8.3" 13494 } 13495 }, 13496 "node_modules/postcss-dir-pseudo-class": { 13497 "version": "6.0.5", 13498 "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", 13499 "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", 13500 "license": "CC0-1.0", 13501 "dependencies": { 13502 "postcss-selector-parser": "^6.0.10" 13503 }, 13504 "engines": { 13505 "node": "^12 || ^14 || >=16" 13506 }, 13507 "funding": { 13508 "type": "opencollective", 13509 "url": "https://opencollective.com/csstools" 13510 }, 13511 "peerDependencies": { 13512 "postcss": "^8.2" 13513 } 13514 }, 13515 "node_modules/postcss-discard-comments": { 13516 "version": "5.1.2", 13517 "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", 13518 "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", 13519 "license": "MIT", 13520 "engines": { 13521 "node": "^10 || ^12 || >=14.0" 13522 }, 13523 "peerDependencies": { 13524 "postcss": "^8.2.15" 13525 } 13526 }, 13527 "node_modules/postcss-discard-duplicates": { 13528 "version": "5.1.0", 13529 "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", 13530 "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", 13531 "license": "MIT", 13532 "engines": { 13533 "node": "^10 || ^12 || >=14.0" 13534 }, 13535 "peerDependencies": { 13536 "postcss": "^8.2.15" 13537 } 13538 }, 13539 "node_modules/postcss-discard-empty": { 13540 "version": "5.1.1", 13541 "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", 13542 "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", 13543 "license": "MIT", 13544 "engines": { 13545 "node": "^10 || ^12 || >=14.0" 13546 }, 13547 "peerDependencies": { 13548 "postcss": "^8.2.15" 13549 } 13550 }, 13551 "node_modules/postcss-discard-overridden": { 13552 "version": "5.1.0", 13553 "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", 13554 "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", 13555 "license": "MIT", 13556 "engines": { 13557 "node": "^10 || ^12 || >=14.0" 13558 }, 13559 "peerDependencies": { 13560 "postcss": "^8.2.15" 13561 } 13562 }, 13563 "node_modules/postcss-double-position-gradients": { 13564 "version": "3.1.2", 13565 "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", 13566 "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", 13567 "license": "CC0-1.0", 13568 "dependencies": { 13569 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 13570 "postcss-value-parser": "^4.2.0" 13571 }, 13572 "engines": { 13573 "node": "^12 || ^14 || >=16" 13574 }, 13575 "funding": { 13576 "type": "opencollective", 13577 "url": "https://opencollective.com/csstools" 13578 }, 13579 "peerDependencies": { 13580 "postcss": "^8.2" 13581 } 13582 }, 13583 "node_modules/postcss-env-function": { 13584 "version": "4.0.6", 13585 "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", 13586 "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", 13587 "license": "CC0-1.0", 13588 "dependencies": { 13589 "postcss-value-parser": "^4.2.0" 13590 }, 13591 "engines": { 13592 "node": "^12 || ^14 || >=16" 13593 }, 13594 "peerDependencies": { 13595 "postcss": "^8.4" 13596 } 13597 }, 13598 "node_modules/postcss-flexbugs-fixes": { 13599 "version": "5.0.2", 13600 "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", 13601 "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", 13602 "license": "MIT", 13603 "peerDependencies": { 13604 "postcss": "^8.1.4" 13605 } 13606 }, 13607 "node_modules/postcss-focus-visible": { 13608 "version": "6.0.4", 13609 "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", 13610 "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", 13611 "license": "CC0-1.0", 13612 "dependencies": { 13613 "postcss-selector-parser": "^6.0.9" 13614 }, 13615 "engines": { 13616 "node": "^12 || ^14 || >=16" 13617 }, 13618 "peerDependencies": { 13619 "postcss": "^8.4" 13620 } 13621 }, 13622 "node_modules/postcss-focus-within": { 13623 "version": "5.0.4", 13624 "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", 13625 "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", 13626 "license": "CC0-1.0", 13627 "dependencies": { 13628 "postcss-selector-parser": "^6.0.9" 13629 }, 13630 "engines": { 13631 "node": "^12 || ^14 || >=16" 13632 }, 13633 "peerDependencies": { 13634 "postcss": "^8.4" 13635 } 13636 }, 13637 "node_modules/postcss-font-variant": { 13638 "version": "5.0.0", 13639 "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", 13640 "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", 13641 "license": "MIT", 13642 "peerDependencies": { 13643 "postcss": "^8.1.0" 13644 } 13645 }, 13646 "node_modules/postcss-gap-properties": { 13647 "version": "3.0.5", 13648 "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", 13649 "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", 13650 "license": "CC0-1.0", 13651 "engines": { 13652 "node": "^12 || ^14 || >=16" 13653 }, 13654 "funding": { 13655 "type": "opencollective", 13656 "url": "https://opencollective.com/csstools" 13657 }, 13658 "peerDependencies": { 13659 "postcss": "^8.2" 13660 } 13661 }, 13662 "node_modules/postcss-image-set-function": { 13663 "version": "4.0.7", 13664 "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", 13665 "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", 13666 "license": "CC0-1.0", 13667 "dependencies": { 13668 "postcss-value-parser": "^4.2.0" 13669 }, 13670 "engines": { 13671 "node": "^12 || ^14 || >=16" 13672 }, 13673 "funding": { 13674 "type": "opencollective", 13675 "url": "https://opencollective.com/csstools" 13676 }, 13677 "peerDependencies": { 13678 "postcss": "^8.2" 13679 } 13680 }, 13681 "node_modules/postcss-import": { 13682 "version": "15.1.0", 13683 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", 13684 "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", 13685 "license": "MIT", 13686 "dependencies": { 13687 "postcss-value-parser": "^4.0.0", 13688 "read-cache": "^1.0.0", 13689 "resolve": "^1.1.7" 13690 }, 13691 "engines": { 13692 "node": ">=14.0.0" 13693 }, 13694 "peerDependencies": { 13695 "postcss": "^8.0.0" 13696 } 13697 }, 13698 "node_modules/postcss-initial": { 13699 "version": "4.0.1", 13700 "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", 13701 "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", 13702 "license": "MIT", 13703 "peerDependencies": { 13704 "postcss": "^8.0.0" 13705 } 13706 }, 13707 "node_modules/postcss-js": { 13708 "version": "4.0.1", 13709 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", 13710 "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", 13711 "license": "MIT", 13712 "dependencies": { 13713 "camelcase-css": "^2.0.1" 13714 }, 13715 "engines": { 13716 "node": "^12 || ^14 || >= 16" 13717 }, 13718 "funding": { 13719 "type": "opencollective", 13720 "url": "https://opencollective.com/postcss/" 13721 }, 13722 "peerDependencies": { 13723 "postcss": "^8.4.21" 13724 } 13725 }, 13726 "node_modules/postcss-lab-function": { 13727 "version": "4.2.1", 13728 "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", 13729 "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", 13730 "license": "CC0-1.0", 13731 "dependencies": { 13732 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 13733 "postcss-value-parser": "^4.2.0" 13734 }, 13735 "engines": { 13736 "node": "^12 || ^14 || >=16" 13737 }, 13738 "funding": { 13739 "type": "opencollective", 13740 "url": "https://opencollective.com/csstools" 13741 }, 13742 "peerDependencies": { 13743 "postcss": "^8.2" 13744 } 13745 }, 13746 "node_modules/postcss-load-config": { 13747 "version": "4.0.2", 13748 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", 13749 "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", 13750 "funding": [ 13751 { 13752 "type": "opencollective", 13753 "url": "https://opencollective.com/postcss/" 13754 }, 13755 { 13756 "type": "github", 13757 "url": "https://github.com/sponsors/ai" 13758 } 13759 ], 13760 "license": "MIT", 13761 "dependencies": { 13762 "lilconfig": "^3.0.0", 13763 "yaml": "^2.3.4" 13764 }, 13765 "engines": { 13766 "node": ">= 14" 13767 }, 13768 "peerDependencies": { 13769 "postcss": ">=8.0.9", 13770 "ts-node": ">=9.0.0" 13771 }, 13772 "peerDependenciesMeta": { 13773 "postcss": { 13774 "optional": true 13775 }, 13776 "ts-node": { 13777 "optional": true 13778 } 13779 } 13780 }, 13781 "node_modules/postcss-load-config/node_modules/lilconfig": { 13782 "version": "3.1.3", 13783 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", 13784 "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", 13785 "license": "MIT", 13786 "engines": { 13787 "node": ">=14" 13788 }, 13789 "funding": { 13790 "url": "https://github.com/sponsors/antonk52" 13791 } 13792 }, 13793 "node_modules/postcss-load-config/node_modules/yaml": { 13794 "version": "2.7.0", 13795 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", 13796 "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", 13797 "license": "ISC", 13798 "bin": { 13799 "yaml": "bin.mjs" 13800 }, 13801 "engines": { 13802 "node": ">= 14" 13803 } 13804 }, 13805 "node_modules/postcss-loader": { 13806 "version": "6.2.1", 13807 "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", 13808 "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", 13809 "license": "MIT", 13810 "dependencies": { 13811 "cosmiconfig": "^7.0.0", 13812 "klona": "^2.0.5", 13813 "semver": "^7.3.5" 13814 }, 13815 "engines": { 13816 "node": ">= 12.13.0" 13817 }, 13818 "funding": { 13819 "type": "opencollective", 13820 "url": "https://opencollective.com/webpack" 13821 }, 13822 "peerDependencies": { 13823 "postcss": "^7.0.0 || ^8.0.1", 13824 "webpack": "^5.0.0" 13825 } 13826 }, 13827 "node_modules/postcss-logical": { 13828 "version": "5.0.4", 13829 "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", 13830 "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", 13831 "license": "CC0-1.0", 13832 "engines": { 13833 "node": "^12 || ^14 || >=16" 13834 }, 13835 "peerDependencies": { 13836 "postcss": "^8.4" 13837 } 13838 }, 13839 "node_modules/postcss-media-minmax": { 13840 "version": "5.0.0", 13841 "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", 13842 "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", 13843 "license": "MIT", 13844 "engines": { 13845 "node": ">=10.0.0" 13846 }, 13847 "peerDependencies": { 13848 "postcss": "^8.1.0" 13849 } 13850 }, 13851 "node_modules/postcss-merge-longhand": { 13852 "version": "5.1.7", 13853 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", 13854 "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", 13855 "license": "MIT", 13856 "dependencies": { 13857 "postcss-value-parser": "^4.2.0", 13858 "stylehacks": "^5.1.1" 13859 }, 13860 "engines": { 13861 "node": "^10 || ^12 || >=14.0" 13862 }, 13863 "peerDependencies": { 13864 "postcss": "^8.2.15" 13865 } 13866 }, 13867 "node_modules/postcss-merge-rules": { 13868 "version": "5.1.4", 13869 "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", 13870 "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", 13871 "license": "MIT", 13872 "dependencies": { 13873 "browserslist": "^4.21.4", 13874 "caniuse-api": "^3.0.0", 13875 "cssnano-utils": "^3.1.0", 13876 "postcss-selector-parser": "^6.0.5" 13877 }, 13878 "engines": { 13879 "node": "^10 || ^12 || >=14.0" 13880 }, 13881 "peerDependencies": { 13882 "postcss": "^8.2.15" 13883 } 13884 }, 13885 "node_modules/postcss-minify-font-values": { 13886 "version": "5.1.0", 13887 "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", 13888 "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", 13889 "license": "MIT", 13890 "dependencies": { 13891 "postcss-value-parser": "^4.2.0" 13892 }, 13893 "engines": { 13894 "node": "^10 || ^12 || >=14.0" 13895 }, 13896 "peerDependencies": { 13897 "postcss": "^8.2.15" 13898 } 13899 }, 13900 "node_modules/postcss-minify-gradients": { 13901 "version": "5.1.1", 13902 "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", 13903 "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", 13904 "license": "MIT", 13905 "dependencies": { 13906 "colord": "^2.9.1", 13907 "cssnano-utils": "^3.1.0", 13908 "postcss-value-parser": "^4.2.0" 13909 }, 13910 "engines": { 13911 "node": "^10 || ^12 || >=14.0" 13912 }, 13913 "peerDependencies": { 13914 "postcss": "^8.2.15" 13915 } 13916 }, 13917 "node_modules/postcss-minify-params": { 13918 "version": "5.1.4", 13919 "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", 13920 "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", 13921 "license": "MIT", 13922 "dependencies": { 13923 "browserslist": "^4.21.4", 13924 "cssnano-utils": "^3.1.0", 13925 "postcss-value-parser": "^4.2.0" 13926 }, 13927 "engines": { 13928 "node": "^10 || ^12 || >=14.0" 13929 }, 13930 "peerDependencies": { 13931 "postcss": "^8.2.15" 13932 } 13933 }, 13934 "node_modules/postcss-minify-selectors": { 13935 "version": "5.2.1", 13936 "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", 13937 "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", 13938 "license": "MIT", 13939 "dependencies": { 13940 "postcss-selector-parser": "^6.0.5" 13941 }, 13942 "engines": { 13943 "node": "^10 || ^12 || >=14.0" 13944 }, 13945 "peerDependencies": { 13946 "postcss": "^8.2.15" 13947 } 13948 }, 13949 "node_modules/postcss-modules-extract-imports": { 13950 "version": "3.1.0", 13951 "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", 13952 "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", 13953 "license": "ISC", 13954 "engines": { 13955 "node": "^10 || ^12 || >= 14" 13956 }, 13957 "peerDependencies": { 13958 "postcss": "^8.1.0" 13959 } 13960 }, 13961 "node_modules/postcss-modules-local-by-default": { 13962 "version": "4.2.0", 13963 "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz", 13964 "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==", 13965 "license": "MIT", 13966 "dependencies": { 13967 "icss-utils": "^5.0.0", 13968 "postcss-selector-parser": "^7.0.0", 13969 "postcss-value-parser": "^4.1.0" 13970 }, 13971 "engines": { 13972 "node": "^10 || ^12 || >= 14" 13973 }, 13974 "peerDependencies": { 13975 "postcss": "^8.1.0" 13976 } 13977 }, 13978 "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": { 13979 "version": "7.1.0", 13980 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 13981 "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 13982 "license": "MIT", 13983 "dependencies": { 13984 "cssesc": "^3.0.0", 13985 "util-deprecate": "^1.0.2" 13986 }, 13987 "engines": { 13988 "node": ">=4" 13989 } 13990 }, 13991 "node_modules/postcss-modules-scope": { 13992 "version": "3.2.1", 13993 "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", 13994 "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", 13995 "license": "ISC", 13996 "dependencies": { 13997 "postcss-selector-parser": "^7.0.0" 13998 }, 13999 "engines": { 14000 "node": "^10 || ^12 || >= 14" 14001 }, 14002 "peerDependencies": { 14003 "postcss": "^8.1.0" 14004 } 14005 }, 14006 "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": { 14007 "version": "7.1.0", 14008 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 14009 "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 14010 "license": "MIT", 14011 "dependencies": { 14012 "cssesc": "^3.0.0", 14013 "util-deprecate": "^1.0.2" 14014 }, 14015 "engines": { 14016 "node": ">=4" 14017 } 14018 }, 14019 "node_modules/postcss-modules-values": { 14020 "version": "4.0.0", 14021 "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", 14022 "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", 14023 "license": "ISC", 14024 "dependencies": { 14025 "icss-utils": "^5.0.0" 14026 }, 14027 "engines": { 14028 "node": "^10 || ^12 || >= 14" 14029 }, 14030 "peerDependencies": { 14031 "postcss": "^8.1.0" 14032 } 14033 }, 14034 "node_modules/postcss-nested": { 14035 "version": "6.2.0", 14036 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", 14037 "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", 14038 "funding": [ 14039 { 14040 "type": "opencollective", 14041 "url": "https://opencollective.com/postcss/" 14042 }, 14043 { 14044 "type": "github", 14045 "url": "https://github.com/sponsors/ai" 14046 } 14047 ], 14048 "license": "MIT", 14049 "dependencies": { 14050 "postcss-selector-parser": "^6.1.1" 14051 }, 14052 "engines": { 14053 "node": ">=12.0" 14054 }, 14055 "peerDependencies": { 14056 "postcss": "^8.2.14" 14057 } 14058 }, 14059 "node_modules/postcss-nesting": { 14060 "version": "10.2.0", 14061 "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", 14062 "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", 14063 "license": "CC0-1.0", 14064 "dependencies": { 14065 "@csstools/selector-specificity": "^2.0.0", 14066 "postcss-selector-parser": "^6.0.10" 14067 }, 14068 "engines": { 14069 "node": "^12 || ^14 || >=16" 14070 }, 14071 "funding": { 14072 "type": "opencollective", 14073 "url": "https://opencollective.com/csstools" 14074 }, 14075 "peerDependencies": { 14076 "postcss": "^8.2" 14077 } 14078 }, 14079 "node_modules/postcss-normalize": { 14080 "version": "10.0.1", 14081 "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", 14082 "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", 14083 "license": "CC0-1.0", 14084 "dependencies": { 14085 "@csstools/normalize.css": "*", 14086 "postcss-browser-comments": "^4", 14087 "sanitize.css": "*" 14088 }, 14089 "engines": { 14090 "node": ">= 12" 14091 }, 14092 "peerDependencies": { 14093 "browserslist": ">= 4", 14094 "postcss": ">= 8" 14095 } 14096 }, 14097 "node_modules/postcss-normalize-charset": { 14098 "version": "5.1.0", 14099 "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", 14100 "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", 14101 "license": "MIT", 14102 "engines": { 14103 "node": "^10 || ^12 || >=14.0" 14104 }, 14105 "peerDependencies": { 14106 "postcss": "^8.2.15" 14107 } 14108 }, 14109 "node_modules/postcss-normalize-display-values": { 14110 "version": "5.1.0", 14111 "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", 14112 "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", 14113 "license": "MIT", 14114 "dependencies": { 14115 "postcss-value-parser": "^4.2.0" 14116 }, 14117 "engines": { 14118 "node": "^10 || ^12 || >=14.0" 14119 }, 14120 "peerDependencies": { 14121 "postcss": "^8.2.15" 14122 } 14123 }, 14124 "node_modules/postcss-normalize-positions": { 14125 "version": "5.1.1", 14126 "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", 14127 "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", 14128 "license": "MIT", 14129 "dependencies": { 14130 "postcss-value-parser": "^4.2.0" 14131 }, 14132 "engines": { 14133 "node": "^10 || ^12 || >=14.0" 14134 }, 14135 "peerDependencies": { 14136 "postcss": "^8.2.15" 14137 } 14138 }, 14139 "node_modules/postcss-normalize-repeat-style": { 14140 "version": "5.1.1", 14141 "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", 14142 "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", 14143 "license": "MIT", 14144 "dependencies": { 14145 "postcss-value-parser": "^4.2.0" 14146 }, 14147 "engines": { 14148 "node": "^10 || ^12 || >=14.0" 14149 }, 14150 "peerDependencies": { 14151 "postcss": "^8.2.15" 14152 } 14153 }, 14154 "node_modules/postcss-normalize-string": { 14155 "version": "5.1.0", 14156 "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", 14157 "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", 14158 "license": "MIT", 14159 "dependencies": { 14160 "postcss-value-parser": "^4.2.0" 14161 }, 14162 "engines": { 14163 "node": "^10 || ^12 || >=14.0" 14164 }, 14165 "peerDependencies": { 14166 "postcss": "^8.2.15" 14167 } 14168 }, 14169 "node_modules/postcss-normalize-timing-functions": { 14170 "version": "5.1.0", 14171 "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", 14172 "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", 14173 "license": "MIT", 14174 "dependencies": { 14175 "postcss-value-parser": "^4.2.0" 14176 }, 14177 "engines": { 14178 "node": "^10 || ^12 || >=14.0" 14179 }, 14180 "peerDependencies": { 14181 "postcss": "^8.2.15" 14182 } 14183 }, 14184 "node_modules/postcss-normalize-unicode": { 14185 "version": "5.1.1", 14186 "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", 14187 "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", 14188 "license": "MIT", 14189 "dependencies": { 14190 "browserslist": "^4.21.4", 14191 "postcss-value-parser": "^4.2.0" 14192 }, 14193 "engines": { 14194 "node": "^10 || ^12 || >=14.0" 14195 }, 14196 "peerDependencies": { 14197 "postcss": "^8.2.15" 14198 } 14199 }, 14200 "node_modules/postcss-normalize-url": { 14201 "version": "5.1.0", 14202 "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", 14203 "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", 14204 "license": "MIT", 14205 "dependencies": { 14206 "normalize-url": "^6.0.1", 14207 "postcss-value-parser": "^4.2.0" 14208 }, 14209 "engines": { 14210 "node": "^10 || ^12 || >=14.0" 14211 }, 14212 "peerDependencies": { 14213 "postcss": "^8.2.15" 14214 } 14215 }, 14216 "node_modules/postcss-normalize-whitespace": { 14217 "version": "5.1.1", 14218 "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", 14219 "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", 14220 "license": "MIT", 14221 "dependencies": { 14222 "postcss-value-parser": "^4.2.0" 14223 }, 14224 "engines": { 14225 "node": "^10 || ^12 || >=14.0" 14226 }, 14227 "peerDependencies": { 14228 "postcss": "^8.2.15" 14229 } 14230 }, 14231 "node_modules/postcss-opacity-percentage": { 14232 "version": "1.1.3", 14233 "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz", 14234 "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==", 14235 "funding": [ 14236 { 14237 "type": "kofi", 14238 "url": "https://ko-fi.com/mrcgrtz" 14239 }, 14240 { 14241 "type": "liberapay", 14242 "url": "https://liberapay.com/mrcgrtz" 14243 } 14244 ], 14245 "license": "MIT", 14246 "engines": { 14247 "node": "^12 || ^14 || >=16" 14248 }, 14249 "peerDependencies": { 14250 "postcss": "^8.2" 14251 } 14252 }, 14253 "node_modules/postcss-ordered-values": { 14254 "version": "5.1.3", 14255 "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", 14256 "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", 14257 "license": "MIT", 14258 "dependencies": { 14259 "cssnano-utils": "^3.1.0", 14260 "postcss-value-parser": "^4.2.0" 14261 }, 14262 "engines": { 14263 "node": "^10 || ^12 || >=14.0" 14264 }, 14265 "peerDependencies": { 14266 "postcss": "^8.2.15" 14267 } 14268 }, 14269 "node_modules/postcss-overflow-shorthand": { 14270 "version": "3.0.4", 14271 "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", 14272 "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", 14273 "license": "CC0-1.0", 14274 "dependencies": { 14275 "postcss-value-parser": "^4.2.0" 14276 }, 14277 "engines": { 14278 "node": "^12 || ^14 || >=16" 14279 }, 14280 "funding": { 14281 "type": "opencollective", 14282 "url": "https://opencollective.com/csstools" 14283 }, 14284 "peerDependencies": { 14285 "postcss": "^8.2" 14286 } 14287 }, 14288 "node_modules/postcss-page-break": { 14289 "version": "3.0.4", 14290 "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", 14291 "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", 14292 "license": "MIT", 14293 "peerDependencies": { 14294 "postcss": "^8" 14295 } 14296 }, 14297 "node_modules/postcss-place": { 14298 "version": "7.0.5", 14299 "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", 14300 "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", 14301 "license": "CC0-1.0", 14302 "dependencies": { 14303 "postcss-value-parser": "^4.2.0" 14304 }, 14305 "engines": { 14306 "node": "^12 || ^14 || >=16" 14307 }, 14308 "funding": { 14309 "type": "opencollective", 14310 "url": "https://opencollective.com/csstools" 14311 }, 14312 "peerDependencies": { 14313 "postcss": "^8.2" 14314 } 14315 }, 14316 "node_modules/postcss-preset-env": { 14317 "version": "7.8.3", 14318 "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz", 14319 "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==", 14320 "license": "CC0-1.0", 14321 "dependencies": { 14322 "@csstools/postcss-cascade-layers": "^1.1.1", 14323 "@csstools/postcss-color-function": "^1.1.1", 14324 "@csstools/postcss-font-format-keywords": "^1.0.1", 14325 "@csstools/postcss-hwb-function": "^1.0.2", 14326 "@csstools/postcss-ic-unit": "^1.0.1", 14327 "@csstools/postcss-is-pseudo-class": "^2.0.7", 14328 "@csstools/postcss-nested-calc": "^1.0.0", 14329 "@csstools/postcss-normalize-display-values": "^1.0.1", 14330 "@csstools/postcss-oklab-function": "^1.1.1", 14331 "@csstools/postcss-progressive-custom-properties": "^1.3.0", 14332 "@csstools/postcss-stepped-value-functions": "^1.0.1", 14333 "@csstools/postcss-text-decoration-shorthand": "^1.0.0", 14334 "@csstools/postcss-trigonometric-functions": "^1.0.2", 14335 "@csstools/postcss-unset-value": "^1.0.2", 14336 "autoprefixer": "^10.4.13", 14337 "browserslist": "^4.21.4", 14338 "css-blank-pseudo": "^3.0.3", 14339 "css-has-pseudo": "^3.0.4", 14340 "css-prefers-color-scheme": "^6.0.3", 14341 "cssdb": "^7.1.0", 14342 "postcss-attribute-case-insensitive": "^5.0.2", 14343 "postcss-clamp": "^4.1.0", 14344 "postcss-color-functional-notation": "^4.2.4", 14345 "postcss-color-hex-alpha": "^8.0.4", 14346 "postcss-color-rebeccapurple": "^7.1.1", 14347 "postcss-custom-media": "^8.0.2", 14348 "postcss-custom-properties": "^12.1.10", 14349 "postcss-custom-selectors": "^6.0.3", 14350 "postcss-dir-pseudo-class": "^6.0.5", 14351 "postcss-double-position-gradients": "^3.1.2", 14352 "postcss-env-function": "^4.0.6", 14353 "postcss-focus-visible": "^6.0.4", 14354 "postcss-focus-within": "^5.0.4", 14355 "postcss-font-variant": "^5.0.0", 14356 "postcss-gap-properties": "^3.0.5", 14357 "postcss-image-set-function": "^4.0.7", 14358 "postcss-initial": "^4.0.1", 14359 "postcss-lab-function": "^4.2.1", 14360 "postcss-logical": "^5.0.4", 14361 "postcss-media-minmax": "^5.0.0", 14362 "postcss-nesting": "^10.2.0", 14363 "postcss-opacity-percentage": "^1.1.2", 14364 "postcss-overflow-shorthand": "^3.0.4", 14365 "postcss-page-break": "^3.0.4", 14366 "postcss-place": "^7.0.5", 14367 "postcss-pseudo-class-any-link": "^7.1.6", 14368 "postcss-replace-overflow-wrap": "^4.0.0", 14369 "postcss-selector-not": "^6.0.1", 14370 "postcss-value-parser": "^4.2.0" 14371 }, 14372 "engines": { 14373 "node": "^12 || ^14 || >=16" 14374 }, 14375 "funding": { 14376 "type": "opencollective", 14377 "url": "https://opencollective.com/csstools" 14378 }, 14379 "peerDependencies": { 14380 "postcss": "^8.2" 14381 } 14382 }, 14383 "node_modules/postcss-pseudo-class-any-link": { 14384 "version": "7.1.6", 14385 "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", 14386 "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", 14387 "license": "CC0-1.0", 14388 "dependencies": { 14389 "postcss-selector-parser": "^6.0.10" 14390 }, 14391 "engines": { 14392 "node": "^12 || ^14 || >=16" 14393 }, 14394 "funding": { 14395 "type": "opencollective", 14396 "url": "https://opencollective.com/csstools" 14397 }, 14398 "peerDependencies": { 14399 "postcss": "^8.2" 14400 } 14401 }, 14402 "node_modules/postcss-reduce-initial": { 14403 "version": "5.1.2", 14404 "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", 14405 "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", 14406 "license": "MIT", 14407 "dependencies": { 14408 "browserslist": "^4.21.4", 14409 "caniuse-api": "^3.0.0" 14410 }, 14411 "engines": { 14412 "node": "^10 || ^12 || >=14.0" 14413 }, 14414 "peerDependencies": { 14415 "postcss": "^8.2.15" 14416 } 14417 }, 14418 "node_modules/postcss-reduce-transforms": { 14419 "version": "5.1.0", 14420 "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", 14421 "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", 14422 "license": "MIT", 14423 "dependencies": { 14424 "postcss-value-parser": "^4.2.0" 14425 }, 14426 "engines": { 14427 "node": "^10 || ^12 || >=14.0" 14428 }, 14429 "peerDependencies": { 14430 "postcss": "^8.2.15" 14431 } 14432 }, 14433 "node_modules/postcss-replace-overflow-wrap": { 14434 "version": "4.0.0", 14435 "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", 14436 "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", 14437 "license": "MIT", 14438 "peerDependencies": { 14439 "postcss": "^8.0.3" 14440 } 14441 }, 14442 "node_modules/postcss-selector-not": { 14443 "version": "6.0.1", 14444 "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", 14445 "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", 14446 "license": "MIT", 14447 "dependencies": { 14448 "postcss-selector-parser": "^6.0.10" 14449 }, 14450 "engines": { 14451 "node": "^12 || ^14 || >=16" 14452 }, 14453 "funding": { 14454 "type": "opencollective", 14455 "url": "https://opencollective.com/csstools" 14456 }, 14457 "peerDependencies": { 14458 "postcss": "^8.2" 14459 } 14460 }, 14461 "node_modules/postcss-selector-parser": { 14462 "version": "6.1.2", 14463 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", 14464 "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", 14465 "license": "MIT", 14466 "dependencies": { 14467 "cssesc": "^3.0.0", 14468 "util-deprecate": "^1.0.2" 14469 }, 14470 "engines": { 14471 "node": ">=4" 14472 } 14473 }, 14474 "node_modules/postcss-svgo": { 14475 "version": "5.1.0", 14476 "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", 14477 "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", 14478 "license": "MIT", 14479 "dependencies": { 14480 "postcss-value-parser": "^4.2.0", 14481 "svgo": "^2.7.0" 14482 }, 14483 "engines": { 14484 "node": "^10 || ^12 || >=14.0" 14485 }, 14486 "peerDependencies": { 14487 "postcss": "^8.2.15" 14488 } 14489 }, 14490 "node_modules/postcss-svgo/node_modules/commander": { 14491 "version": "7.2.0", 14492 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 14493 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", 14494 "license": "MIT", 14495 "engines": { 14496 "node": ">= 10" 14497 } 14498 }, 14499 "node_modules/postcss-svgo/node_modules/css-tree": { 14500 "version": "1.1.3", 14501 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", 14502 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", 14503 "license": "MIT", 14504 "dependencies": { 14505 "mdn-data": "2.0.14", 14506 "source-map": "^0.6.1" 14507 }, 14508 "engines": { 14509 "node": ">=8.0.0" 14510 } 14511 }, 14512 "node_modules/postcss-svgo/node_modules/mdn-data": { 14513 "version": "2.0.14", 14514 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", 14515 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", 14516 "license": "CC0-1.0" 14517 }, 14518 "node_modules/postcss-svgo/node_modules/source-map": { 14519 "version": "0.6.1", 14520 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 14521 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 14522 "license": "BSD-3-Clause", 14523 "engines": { 14524 "node": ">=0.10.0" 14525 } 14526 }, 14527 "node_modules/postcss-svgo/node_modules/svgo": { 14528 "version": "2.8.0", 14529 "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", 14530 "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", 14531 "license": "MIT", 14532 "dependencies": { 14533 "@trysound/sax": "0.2.0", 14534 "commander": "^7.2.0", 14535 "css-select": "^4.1.3", 14536 "css-tree": "^1.1.3", 14537 "csso": "^4.2.0", 14538 "picocolors": "^1.0.0", 14539 "stable": "^0.1.8" 14540 }, 14541 "bin": { 14542 "svgo": "bin/svgo" 14543 }, 14544 "engines": { 14545 "node": ">=10.13.0" 14546 } 14547 }, 14548 "node_modules/postcss-unique-selectors": { 14549 "version": "5.1.1", 14550 "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", 14551 "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", 14552 "license": "MIT", 14553 "dependencies": { 14554 "postcss-selector-parser": "^6.0.5" 14555 }, 14556 "engines": { 14557 "node": "^10 || ^12 || >=14.0" 14558 }, 14559 "peerDependencies": { 14560 "postcss": "^8.2.15" 14561 } 14562 }, 14563 "node_modules/postcss-value-parser": { 14564 "version": "4.2.0", 14565 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", 14566 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", 14567 "license": "MIT" 14568 }, 14569 "node_modules/prelude-ls": { 14570 "version": "1.2.1", 14571 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", 14572 "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", 14573 "license": "MIT", 14574 "engines": { 14575 "node": ">= 0.8.0" 14576 } 14577 }, 14578 "node_modules/pretty-bytes": { 14579 "version": "5.6.0", 14580 "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", 14581 "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", 14582 "license": "MIT", 14583 "engines": { 14584 "node": ">=6" 14585 }, 14586 "funding": { 14587 "url": "https://github.com/sponsors/sindresorhus" 14588 } 14589 }, 14590 "node_modules/pretty-error": { 14591 "version": "4.0.0", 14592 "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", 14593 "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", 14594 "license": "MIT", 14595 "dependencies": { 14596 "lodash": "^4.17.20", 14597 "renderkid": "^3.0.0" 14598 } 14599 }, 14600 "node_modules/pretty-format": { 14601 "version": "27.5.1", 14602 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", 14603 "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", 14604 "license": "MIT", 14605 "dependencies": { 14606 "ansi-regex": "^5.0.1", 14607 "ansi-styles": "^5.0.0", 14608 "react-is": "^17.0.1" 14609 }, 14610 "engines": { 14611 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 14612 } 14613 }, 14614 "node_modules/pretty-format/node_modules/ansi-styles": { 14615 "version": "5.2.0", 14616 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", 14617 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", 14618 "license": "MIT", 14619 "engines": { 14620 "node": ">=10" 14621 }, 14622 "funding": { 14623 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 14624 } 14625 }, 14626 "node_modules/pretty-format/node_modules/react-is": { 14627 "version": "17.0.2", 14628 "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", 14629 "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", 14630 "license": "MIT" 14631 }, 14632 "node_modules/process-nextick-args": { 14633 "version": "2.0.1", 14634 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", 14635 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", 14636 "license": "MIT" 14637 }, 14638 "node_modules/promise": { 14639 "version": "8.3.0", 14640 "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", 14641 "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", 14642 "license": "MIT", 14643 "dependencies": { 14644 "asap": "~2.0.6" 14645 } 14646 }, 14647 "node_modules/prompts": { 14648 "version": "2.4.2", 14649 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 14650 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 14651 "license": "MIT", 14652 "dependencies": { 14653 "kleur": "^3.0.3", 14654 "sisteransi": "^1.0.5" 14655 }, 14656 "engines": { 14657 "node": ">= 6" 14658 } 14659 }, 14660 "node_modules/prop-types": { 14661 "version": "15.8.1", 14662 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", 14663 "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", 14664 "license": "MIT", 14665 "dependencies": { 14666 "loose-envify": "^1.4.0", 14667 "object-assign": "^4.1.1", 14668 "react-is": "^16.13.1" 14669 } 14670 }, 14671 "node_modules/proxy-addr": { 14672 "version": "2.0.7", 14673 "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", 14674 "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", 14675 "license": "MIT", 14676 "dependencies": { 14677 "forwarded": "0.2.0", 14678 "ipaddr.js": "1.9.1" 14679 }, 14680 "engines": { 14681 "node": ">= 0.10" 14682 } 14683 }, 14684 "node_modules/proxy-addr/node_modules/ipaddr.js": { 14685 "version": "1.9.1", 14686 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", 14687 "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", 14688 "license": "MIT", 14689 "engines": { 14690 "node": ">= 0.10" 14691 } 14692 }, 14693 "node_modules/proxy-from-env": { 14694 "version": "1.1.0", 14695 "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", 14696 "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", 14697 "license": "MIT" 14698 }, 14699 "node_modules/psl": { 14700 "version": "1.15.0", 14701 "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz", 14702 "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==", 14703 "license": "MIT", 14704 "dependencies": { 14705 "punycode": "^2.3.1" 14706 }, 14707 "funding": { 14708 "url": "https://github.com/sponsors/lupomontero" 14709 } 14710 }, 14711 "node_modules/punycode": { 14712 "version": "2.3.1", 14713 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", 14714 "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", 14715 "license": "MIT", 14716 "engines": { 14717 "node": ">=6" 14718 } 14719 }, 14720 "node_modules/q": { 14721 "version": "1.5.1", 14722 "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", 14723 "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", 14724 "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", 14725 "license": "MIT", 14726 "engines": { 14727 "node": ">=0.6.0", 14728 "teleport": ">=0.2.0" 14729 } 14730 }, 14731 "node_modules/qs": { 14732 "version": "6.13.0", 14733 "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", 14734 "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", 14735 "license": "BSD-3-Clause", 14736 "dependencies": { 14737 "side-channel": "^1.0.6" 14738 }, 14739 "engines": { 14740 "node": ">=0.6" 14741 }, 14742 "funding": { 14743 "url": "https://github.com/sponsors/ljharb" 14744 } 14745 }, 14746 "node_modules/querystringify": { 14747 "version": "2.2.0", 14748 "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", 14749 "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", 14750 "license": "MIT" 14751 }, 14752 "node_modules/queue-microtask": { 14753 "version": "1.2.3", 14754 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 14755 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 14756 "funding": [ 14757 { 14758 "type": "github", 14759 "url": "https://github.com/sponsors/feross" 14760 }, 14761 { 14762 "type": "patreon", 14763 "url": "https://www.patreon.com/feross" 14764 }, 14765 { 14766 "type": "consulting", 14767 "url": "https://feross.org/support" 14768 } 14769 ], 14770 "license": "MIT" 14771 }, 14772 "node_modules/raf": { 14773 "version": "3.4.1", 14774 "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", 14775 "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", 14776 "license": "MIT", 14777 "dependencies": { 14778 "performance-now": "^2.1.0" 14779 } 14780 }, 14781 "node_modules/random-bytes": { 14782 "version": "1.0.0", 14783 "resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz", 14784 "integrity": "sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ==", 14785 "license": "MIT", 14786 "engines": { 14787 "node": ">= 0.8" 14788 } 14789 }, 14790 "node_modules/randombytes": { 14791 "version": "2.1.0", 14792 "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", 14793 "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", 14794 "license": "MIT", 14795 "dependencies": { 14796 "safe-buffer": "^5.1.0" 14797 } 14798 }, 14799 "node_modules/range-parser": { 14800 "version": "1.2.1", 14801 "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", 14802 "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", 14803 "license": "MIT", 14804 "engines": { 14805 "node": ">= 0.6" 14806 } 14807 }, 14808 "node_modules/raw-body": { 14809 "version": "2.5.2", 14810 "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", 14811 "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", 14812 "license": "MIT", 14813 "dependencies": { 14814 "bytes": "3.1.2", 14815 "http-errors": "2.0.0", 14816 "iconv-lite": "0.4.24", 14817 "unpipe": "1.0.0" 14818 }, 14819 "engines": { 14820 "node": ">= 0.8" 14821 } 14822 }, 14823 "node_modules/raw-body/node_modules/iconv-lite": { 14824 "version": "0.4.24", 14825 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 14826 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 14827 "license": "MIT", 14828 "dependencies": { 14829 "safer-buffer": ">= 2.1.2 < 3" 14830 }, 14831 "engines": { 14832 "node": ">=0.10.0" 14833 } 14834 }, 14835 "node_modules/react": { 14836 "version": "18.3.1", 14837 "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", 14838 "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", 14839 "license": "MIT", 14840 "dependencies": { 14841 "loose-envify": "^1.1.0" 14842 }, 14843 "engines": { 14844 "node": ">=0.10.0" 14845 } 14846 }, 14847 "node_modules/react-app-polyfill": { 14848 "version": "3.0.0", 14849 "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz", 14850 "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", 14851 "license": "MIT", 14852 "dependencies": { 14853 "core-js": "^3.19.2", 14854 "object-assign": "^4.1.1", 14855 "promise": "^8.1.0", 14856 "raf": "^3.4.1", 14857 "regenerator-runtime": "^0.13.9", 14858 "whatwg-fetch": "^3.6.2" 14859 }, 14860 "engines": { 14861 "node": ">=14" 14862 } 14863 }, 14864 "node_modules/react-app-polyfill/node_modules/regenerator-runtime": { 14865 "version": "0.13.11", 14866 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", 14867 "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", 14868 "license": "MIT" 14869 }, 14870 "node_modules/react-dev-utils": { 14871 "version": "12.0.1", 14872 "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", 14873 "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", 14874 "license": "MIT", 14875 "dependencies": { 14876 "@babel/code-frame": "^7.16.0", 14877 "address": "^1.1.2", 14878 "browserslist": "^4.18.1", 14879 "chalk": "^4.1.2", 14880 "cross-spawn": "^7.0.3", 14881 "detect-port-alt": "^1.1.6", 14882 "escape-string-regexp": "^4.0.0", 14883 "filesize": "^8.0.6", 14884 "find-up": "^5.0.0", 14885 "fork-ts-checker-webpack-plugin": "^6.5.0", 14886 "global-modules": "^2.0.0", 14887 "globby": "^11.0.4", 14888 "gzip-size": "^6.0.0", 14889 "immer": "^9.0.7", 14890 "is-root": "^2.1.0", 14891 "loader-utils": "^3.2.0", 14892 "open": "^8.4.0", 14893 "pkg-up": "^3.1.0", 14894 "prompts": "^2.4.2", 14895 "react-error-overlay": "^6.0.11", 14896 "recursive-readdir": "^2.2.2", 14897 "shell-quote": "^1.7.3", 14898 "strip-ansi": "^6.0.1", 14899 "text-table": "^0.2.0" 14900 }, 14901 "engines": { 14902 "node": ">=14" 14903 } 14904 }, 14905 "node_modules/react-dev-utils/node_modules/find-up": { 14906 "version": "5.0.0", 14907 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", 14908 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", 14909 "license": "MIT", 14910 "dependencies": { 14911 "locate-path": "^6.0.0", 14912 "path-exists": "^4.0.0" 14913 }, 14914 "engines": { 14915 "node": ">=10" 14916 }, 14917 "funding": { 14918 "url": "https://github.com/sponsors/sindresorhus" 14919 } 14920 }, 14921 "node_modules/react-dev-utils/node_modules/loader-utils": { 14922 "version": "3.3.1", 14923 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz", 14924 "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==", 14925 "license": "MIT", 14926 "engines": { 14927 "node": ">= 12.13.0" 14928 } 14929 }, 14930 "node_modules/react-dev-utils/node_modules/locate-path": { 14931 "version": "6.0.0", 14932 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", 14933 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", 14934 "license": "MIT", 14935 "dependencies": { 14936 "p-locate": "^5.0.0" 14937 }, 14938 "engines": { 14939 "node": ">=10" 14940 }, 14941 "funding": { 14942 "url": "https://github.com/sponsors/sindresorhus" 14943 } 14944 }, 14945 "node_modules/react-dev-utils/node_modules/p-limit": { 14946 "version": "3.1.0", 14947 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", 14948 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", 14949 "license": "MIT", 14950 "dependencies": { 14951 "yocto-queue": "^0.1.0" 14952 }, 14953 "engines": { 14954 "node": ">=10" 14955 }, 14956 "funding": { 14957 "url": "https://github.com/sponsors/sindresorhus" 14958 } 14959 }, 14960 "node_modules/react-dev-utils/node_modules/p-locate": { 14961 "version": "5.0.0", 14962 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", 14963 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", 14964 "license": "MIT", 14965 "dependencies": { 14966 "p-limit": "^3.0.2" 14967 }, 14968 "engines": { 14969 "node": ">=10" 14970 }, 14971 "funding": { 14972 "url": "https://github.com/sponsors/sindresorhus" 14973 } 14974 }, 14975 "node_modules/react-dom": { 14976 "version": "18.3.1", 14977 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", 14978 "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", 14979 "license": "MIT", 14980 "dependencies": { 14981 "loose-envify": "^1.1.0", 14982 "scheduler": "^0.23.2" 14983 }, 14984 "peerDependencies": { 14985 "react": "^18.3.1" 14986 } 14987 }, 14988 "node_modules/react-draggable": { 14989 "version": "4.4.6", 14990 "resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.6.tgz", 14991 "integrity": "sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==", 14992 "license": "MIT", 14993 "dependencies": { 14994 "clsx": "^1.1.1", 14995 "prop-types": "^15.8.1" 14996 }, 14997 "peerDependencies": { 14998 "react": ">= 16.3.0", 14999 "react-dom": ">= 16.3.0" 15000 } 15001 }, 15002 "node_modules/react-draggable/node_modules/clsx": { 15003 "version": "1.2.1", 15004 "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", 15005 "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", 15006 "license": "MIT", 15007 "engines": { 15008 "node": ">=6" 15009 } 15010 }, 15011 "node_modules/react-error-overlay": { 15012 "version": "6.1.0", 15013 "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.1.0.tgz", 15014 "integrity": "sha512-SN/U6Ytxf1QGkw/9ve5Y+NxBbZM6Ht95tuXNMKs8EJyFa/Vy/+Co3stop3KBHARfn/giv+Lj1uUnTfOJ3moFEQ==", 15015 "license": "MIT" 15016 }, 15017 "node_modules/react-fast-compare": { 15018 "version": "3.2.2", 15019 "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", 15020 "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==", 15021 "license": "MIT" 15022 }, 15023 "node_modules/react-grid-layout": { 15024 "version": "1.5.0", 15025 "resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.5.0.tgz", 15026 "integrity": "sha512-WBKX7w/LsTfI99WskSu6nX2nbJAUD7GD6nIXcwYLyPpnslojtmql2oD3I2g5C3AK8hrxIarYT8awhuDIp7iQ5w==", 15027 "license": "MIT", 15028 "dependencies": { 15029 "clsx": "^2.0.0", 15030 "fast-equals": "^4.0.3", 15031 "prop-types": "^15.8.1", 15032 "react-draggable": "^4.4.5", 15033 "react-resizable": "^3.0.5", 15034 "resize-observer-polyfill": "^1.5.1" 15035 }, 15036 "peerDependencies": { 15037 "react": ">= 16.3.0", 15038 "react-dom": ">= 16.3.0" 15039 } 15040 }, 15041 "node_modules/react-helmet": { 15042 "version": "6.1.0", 15043 "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-6.1.0.tgz", 15044 "integrity": "sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==", 15045 "license": "MIT", 15046 "dependencies": { 15047 "object-assign": "^4.1.1", 15048 "prop-types": "^15.7.2", 15049 "react-fast-compare": "^3.1.1", 15050 "react-side-effect": "^2.1.0" 15051 }, 15052 "peerDependencies": { 15053 "react": ">=16.3.0" 15054 } 15055 }, 15056 "node_modules/react-image-gallery": { 15057 "version": "1.4.0", 15058 "resolved": "https://registry.npmjs.org/react-image-gallery/-/react-image-gallery-1.4.0.tgz", 15059 "integrity": "sha512-m7xLq7+g6/xh+BhVMAxvRU0132sNcEFglYsVsgthrnItl9VtLE7MuVvVWD9pvzcI+WBP5+p9HvnRwIiyhPkBDg==", 15060 "license": "MIT", 15061 "peerDependencies": { 15062 "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" 15063 } 15064 }, 15065 "node_modules/react-is": { 15066 "version": "16.13.1", 15067 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", 15068 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", 15069 "license": "MIT" 15070 }, 15071 "node_modules/react-refresh": { 15072 "version": "0.11.0", 15073 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", 15074 "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", 15075 "license": "MIT", 15076 "engines": { 15077 "node": ">=0.10.0" 15078 } 15079 }, 15080 "node_modules/react-resizable": { 15081 "version": "3.0.5", 15082 "resolved": "https://registry.npmjs.org/react-resizable/-/react-resizable-3.0.5.tgz", 15083 "integrity": "sha512-vKpeHhI5OZvYn82kXOs1bC8aOXktGU5AmKAgaZS4F5JPburCtbmDPqE7Pzp+1kN4+Wb81LlF33VpGwWwtXem+w==", 15084 "license": "MIT", 15085 "dependencies": { 15086 "prop-types": "15.x", 15087 "react-draggable": "^4.0.3" 15088 }, 15089 "peerDependencies": { 15090 "react": ">= 16.3" 15091 } 15092 }, 15093 "node_modules/react-router": { 15094 "version": "6.29.0", 15095 "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.29.0.tgz", 15096 "integrity": "sha512-DXZJoE0q+KyeVw75Ck6GkPxFak63C4fGqZGNijnWgzB/HzSP1ZfTlBj5COaGWwhrMQ/R8bXiq5Ooy4KG+ReyjQ==", 15097 "license": "MIT", 15098 "dependencies": { 15099 "@remix-run/router": "1.22.0" 15100 }, 15101 "engines": { 15102 "node": ">=14.0.0" 15103 }, 15104 "peerDependencies": { 15105 "react": ">=16.8" 15106 } 15107 }, 15108 "node_modules/react-router-dom": { 15109 "version": "6.29.0", 15110 "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.29.0.tgz", 15111 "integrity": "sha512-pkEbJPATRJ2iotK+wUwHfy0xs2T59YPEN8BQxVCPeBZvK7kfPESRc/nyxzdcxR17hXgUPYx2whMwl+eo9cUdnQ==", 15112 "license": "MIT", 15113 "dependencies": { 15114 "@remix-run/router": "1.22.0", 15115 "react-router": "6.29.0" 15116 }, 15117 "engines": { 15118 "node": ">=14.0.0" 15119 }, 15120 "peerDependencies": { 15121 "react": ">=16.8", 15122 "react-dom": ">=16.8" 15123 } 15124 }, 15125 "node_modules/react-scripts": { 15126 "version": "5.0.1", 15127 "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", 15128 "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==", 15129 "license": "MIT", 15130 "dependencies": { 15131 "@babel/core": "^7.16.0", 15132 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", 15133 "@svgr/webpack": "^5.5.0", 15134 "babel-jest": "^27.4.2", 15135 "babel-loader": "^8.2.3", 15136 "babel-plugin-named-asset-import": "^0.3.8", 15137 "babel-preset-react-app": "^10.0.1", 15138 "bfj": "^7.0.2", 15139 "browserslist": "^4.18.1", 15140 "camelcase": "^6.2.1", 15141 "case-sensitive-paths-webpack-plugin": "^2.4.0", 15142 "css-loader": "^6.5.1", 15143 "css-minimizer-webpack-plugin": "^3.2.0", 15144 "dotenv": "^10.0.0", 15145 "dotenv-expand": "^5.1.0", 15146 "eslint": "^8.3.0", 15147 "eslint-config-react-app": "^7.0.1", 15148 "eslint-webpack-plugin": "^3.1.1", 15149 "file-loader": "^6.2.0", 15150 "fs-extra": "^10.0.0", 15151 "html-webpack-plugin": "^5.5.0", 15152 "identity-obj-proxy": "^3.0.0", 15153 "jest": "^27.4.3", 15154 "jest-resolve": "^27.4.2", 15155 "jest-watch-typeahead": "^1.0.0", 15156 "mini-css-extract-plugin": "^2.4.5", 15157 "postcss": "^8.4.4", 15158 "postcss-flexbugs-fixes": "^5.0.2", 15159 "postcss-loader": "^6.2.1", 15160 "postcss-normalize": "^10.0.1", 15161 "postcss-preset-env": "^7.0.1", 15162 "prompts": "^2.4.2", 15163 "react-app-polyfill": "^3.0.0", 15164 "react-dev-utils": "^12.0.1", 15165 "react-refresh": "^0.11.0", 15166 "resolve": "^1.20.0", 15167 "resolve-url-loader": "^4.0.0", 15168 "sass-loader": "^12.3.0", 15169 "semver": "^7.3.5", 15170 "source-map-loader": "^3.0.0", 15171 "style-loader": "^3.3.1", 15172 "tailwindcss": "^3.0.2", 15173 "terser-webpack-plugin": "^5.2.5", 15174 "webpack": "^5.64.4", 15175 "webpack-dev-server": "^4.6.0", 15176 "webpack-manifest-plugin": "^4.0.2", 15177 "workbox-webpack-plugin": "^6.4.1" 15178 }, 15179 "bin": { 15180 "react-scripts": "bin/react-scripts.js" 15181 }, 15182 "engines": { 15183 "node": ">=14.0.0" 15184 }, 15185 "optionalDependencies": { 15186 "fsevents": "^2.3.2" 15187 }, 15188 "peerDependencies": { 15189 "react": ">= 16", 15190 "typescript": "^3.2.1 || ^4" 15191 }, 15192 "peerDependenciesMeta": { 15193 "typescript": { 15194 "optional": true 15195 } 15196 } 15197 }, 15198 "node_modules/react-side-effect": { 15199 "version": "2.1.2", 15200 "resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-2.1.2.tgz", 15201 "integrity": "sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw==", 15202 "license": "MIT", 15203 "peerDependencies": { 15204 "react": "^16.3.0 || ^17.0.0 || ^18.0.0" 15205 } 15206 }, 15207 "node_modules/react-smooth": { 15208 "version": "4.0.4", 15209 "resolved": "https://registry.npmjs.org/react-smooth/-/react-smooth-4.0.4.tgz", 15210 "integrity": "sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==", 15211 "license": "MIT", 15212 "dependencies": { 15213 "fast-equals": "^5.0.1", 15214 "prop-types": "^15.8.1", 15215 "react-transition-group": "^4.4.5" 15216 }, 15217 "peerDependencies": { 15218 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", 15219 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" 15220 } 15221 }, 15222 "node_modules/react-smooth/node_modules/fast-equals": { 15223 "version": "5.2.2", 15224 "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.2.2.tgz", 15225 "integrity": "sha512-V7/RktU11J3I36Nwq2JnZEM7tNm17eBJz+u25qdxBZeCKiX6BkVSZQjwWIr+IobgnZy+ag73tTZgZi7tr0LrBw==", 15226 "license": "MIT", 15227 "engines": { 15228 "node": ">=6.0.0" 15229 } 15230 }, 15231 "node_modules/react-transition-group": { 15232 "version": "4.4.5", 15233 "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", 15234 "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", 15235 "license": "BSD-3-Clause", 15236 "dependencies": { 15237 "@babel/runtime": "^7.5.5", 15238 "dom-helpers": "^5.0.1", 15239 "loose-envify": "^1.4.0", 15240 "prop-types": "^15.6.2" 15241 }, 15242 "peerDependencies": { 15243 "react": ">=16.6.0", 15244 "react-dom": ">=16.6.0" 15245 } 15246 }, 15247 "node_modules/read-cache": { 15248 "version": "1.0.0", 15249 "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", 15250 "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", 15251 "license": "MIT", 15252 "dependencies": { 15253 "pify": "^2.3.0" 15254 } 15255 }, 15256 "node_modules/readable-stream": { 15257 "version": "3.6.2", 15258 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", 15259 "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", 15260 "license": "MIT", 15261 "dependencies": { 15262 "inherits": "^2.0.3", 15263 "string_decoder": "^1.1.1", 15264 "util-deprecate": "^1.0.1" 15265 }, 15266 "engines": { 15267 "node": ">= 6" 15268 } 15269 }, 15270 "node_modules/readdirp": { 15271 "version": "3.6.0", 15272 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", 15273 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", 15274 "license": "MIT", 15275 "dependencies": { 15276 "picomatch": "^2.2.1" 15277 }, 15278 "engines": { 15279 "node": ">=8.10.0" 15280 } 15281 }, 15282 "node_modules/recharts": { 15283 "version": "2.15.1", 15284 "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.1.tgz", 15285 "integrity": "sha512-v8PUTUlyiDe56qUj82w/EDVuzEFXwEHp9/xOowGAZwfLjB9uAy3GllQVIYMWF6nU+qibx85WF75zD7AjqoT54Q==", 15286 "license": "MIT", 15287 "dependencies": { 15288 "clsx": "^2.0.0", 15289 "eventemitter3": "^4.0.1", 15290 "lodash": "^4.17.21", 15291 "react-is": "^18.3.1", 15292 "react-smooth": "^4.0.4", 15293 "recharts-scale": "^0.4.4", 15294 "tiny-invariant": "^1.3.1", 15295 "victory-vendor": "^36.6.8" 15296 }, 15297 "engines": { 15298 "node": ">=14" 15299 }, 15300 "peerDependencies": { 15301 "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", 15302 "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" 15303 } 15304 }, 15305 "node_modules/recharts-scale": { 15306 "version": "0.4.5", 15307 "resolved": "https://registry.npmjs.org/recharts-scale/-/recharts-scale-0.4.5.tgz", 15308 "integrity": "sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==", 15309 "license": "MIT", 15310 "dependencies": { 15311 "decimal.js-light": "^2.4.1" 15312 } 15313 }, 15314 "node_modules/recharts/node_modules/react-is": { 15315 "version": "18.3.1", 15316 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", 15317 "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", 15318 "license": "MIT" 15319 }, 15320 "node_modules/recursive-readdir": { 15321 "version": "2.2.3", 15322 "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", 15323 "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", 15324 "license": "MIT", 15325 "dependencies": { 15326 "minimatch": "^3.0.5" 15327 }, 15328 "engines": { 15329 "node": ">=6.0.0" 15330 } 15331 }, 15332 "node_modules/reflect.getprototypeof": { 15333 "version": "1.0.10", 15334 "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", 15335 "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", 15336 "license": "MIT", 15337 "dependencies": { 15338 "call-bind": "^1.0.8", 15339 "define-properties": "^1.2.1", 15340 "es-abstract": "^1.23.9", 15341 "es-errors": "^1.3.0", 15342 "es-object-atoms": "^1.0.0", 15343 "get-intrinsic": "^1.2.7", 15344 "get-proto": "^1.0.1", 15345 "which-builtin-type": "^1.2.1" 15346 }, 15347 "engines": { 15348 "node": ">= 0.4" 15349 }, 15350 "funding": { 15351 "url": "https://github.com/sponsors/ljharb" 15352 } 15353 }, 15354 "node_modules/regenerate": { 15355 "version": "1.4.2", 15356 "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", 15357 "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", 15358 "license": "MIT" 15359 }, 15360 "node_modules/regenerate-unicode-properties": { 15361 "version": "10.2.0", 15362 "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", 15363 "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", 15364 "license": "MIT", 15365 "dependencies": { 15366 "regenerate": "^1.4.2" 15367 }, 15368 "engines": { 15369 "node": ">=4" 15370 } 15371 }, 15372 "node_modules/regenerator-runtime": { 15373 "version": "0.14.1", 15374 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", 15375 "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", 15376 "license": "MIT" 15377 }, 15378 "node_modules/regenerator-transform": { 15379 "version": "0.15.2", 15380 "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", 15381 "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", 15382 "license": "MIT", 15383 "dependencies": { 15384 "@babel/runtime": "^7.8.4" 15385 } 15386 }, 15387 "node_modules/regex-parser": { 15388 "version": "2.3.1", 15389 "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.1.tgz", 15390 "integrity": "sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==", 15391 "license": "MIT" 15392 }, 15393 "node_modules/regexp.prototype.flags": { 15394 "version": "1.5.4", 15395 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", 15396 "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", 15397 "license": "MIT", 15398 "dependencies": { 15399 "call-bind": "^1.0.8", 15400 "define-properties": "^1.2.1", 15401 "es-errors": "^1.3.0", 15402 "get-proto": "^1.0.1", 15403 "gopd": "^1.2.0", 15404 "set-function-name": "^2.0.2" 15405 }, 15406 "engines": { 15407 "node": ">= 0.4" 15408 }, 15409 "funding": { 15410 "url": "https://github.com/sponsors/ljharb" 15411 } 15412 }, 15413 "node_modules/regexpu-core": { 15414 "version": "6.2.0", 15415 "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz", 15416 "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==", 15417 "license": "MIT", 15418 "dependencies": { 15419 "regenerate": "^1.4.2", 15420 "regenerate-unicode-properties": "^10.2.0", 15421 "regjsgen": "^0.8.0", 15422 "regjsparser": "^0.12.0", 15423 "unicode-match-property-ecmascript": "^2.0.0", 15424 "unicode-match-property-value-ecmascript": "^2.1.0" 15425 }, 15426 "engines": { 15427 "node": ">=4" 15428 } 15429 }, 15430 "node_modules/regjsgen": { 15431 "version": "0.8.0", 15432 "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", 15433 "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", 15434 "license": "MIT" 15435 }, 15436 "node_modules/regjsparser": { 15437 "version": "0.12.0", 15438 "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz", 15439 "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", 15440 "license": "BSD-2-Clause", 15441 "dependencies": { 15442 "jsesc": "~3.0.2" 15443 }, 15444 "bin": { 15445 "regjsparser": "bin/parser" 15446 } 15447 }, 15448 "node_modules/regjsparser/node_modules/jsesc": { 15449 "version": "3.0.2", 15450 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", 15451 "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", 15452 "license": "MIT", 15453 "bin": { 15454 "jsesc": "bin/jsesc" 15455 }, 15456 "engines": { 15457 "node": ">=6" 15458 } 15459 }, 15460 "node_modules/relateurl": { 15461 "version": "0.2.7", 15462 "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", 15463 "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", 15464 "license": "MIT", 15465 "engines": { 15466 "node": ">= 0.10" 15467 } 15468 }, 15469 "node_modules/renderkid": { 15470 "version": "3.0.0", 15471 "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", 15472 "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", 15473 "license": "MIT", 15474 "dependencies": { 15475 "css-select": "^4.1.3", 15476 "dom-converter": "^0.2.0", 15477 "htmlparser2": "^6.1.0", 15478 "lodash": "^4.17.21", 15479 "strip-ansi": "^6.0.1" 15480 } 15481 }, 15482 "node_modules/require-directory": { 15483 "version": "2.1.1", 15484 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", 15485 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", 15486 "license": "MIT", 15487 "engines": { 15488 "node": ">=0.10.0" 15489 } 15490 }, 15491 "node_modules/require-from-string": { 15492 "version": "2.0.2", 15493 "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", 15494 "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", 15495 "license": "MIT", 15496 "engines": { 15497 "node": ">=0.10.0" 15498 } 15499 }, 15500 "node_modules/requires-port": { 15501 "version": "1.0.0", 15502 "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", 15503 "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", 15504 "license": "MIT" 15505 }, 15506 "node_modules/resize-observer-polyfill": { 15507 "version": "1.5.1", 15508 "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", 15509 "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==", 15510 "license": "MIT" 15511 }, 15512 "node_modules/resolve": { 15513 "version": "1.22.10", 15514 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", 15515 "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", 15516 "license": "MIT", 15517 "dependencies": { 15518 "is-core-module": "^2.16.0", 15519 "path-parse": "^1.0.7", 15520 "supports-preserve-symlinks-flag": "^1.0.0" 15521 }, 15522 "bin": { 15523 "resolve": "bin/resolve" 15524 }, 15525 "engines": { 15526 "node": ">= 0.4" 15527 }, 15528 "funding": { 15529 "url": "https://github.com/sponsors/ljharb" 15530 } 15531 }, 15532 "node_modules/resolve-cwd": { 15533 "version": "3.0.0", 15534 "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", 15535 "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", 15536 "license": "MIT", 15537 "dependencies": { 15538 "resolve-from": "^5.0.0" 15539 }, 15540 "engines": { 15541 "node": ">=8" 15542 } 15543 }, 15544 "node_modules/resolve-from": { 15545 "version": "5.0.0", 15546 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", 15547 "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", 15548 "license": "MIT", 15549 "engines": { 15550 "node": ">=8" 15551 } 15552 }, 15553 "node_modules/resolve-url-loader": { 15554 "version": "4.0.0", 15555 "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz", 15556 "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", 15557 "license": "MIT", 15558 "dependencies": { 15559 "adjust-sourcemap-loader": "^4.0.0", 15560 "convert-source-map": "^1.7.0", 15561 "loader-utils": "^2.0.0", 15562 "postcss": "^7.0.35", 15563 "source-map": "0.6.1" 15564 }, 15565 "engines": { 15566 "node": ">=8.9" 15567 }, 15568 "peerDependencies": { 15569 "rework": "1.0.1", 15570 "rework-visit": "1.0.0" 15571 }, 15572 "peerDependenciesMeta": { 15573 "rework": { 15574 "optional": true 15575 }, 15576 "rework-visit": { 15577 "optional": true 15578 } 15579 } 15580 }, 15581 "node_modules/resolve-url-loader/node_modules/convert-source-map": { 15582 "version": "1.9.0", 15583 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", 15584 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", 15585 "license": "MIT" 15586 }, 15587 "node_modules/resolve-url-loader/node_modules/picocolors": { 15588 "version": "0.2.1", 15589 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", 15590 "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", 15591 "license": "ISC" 15592 }, 15593 "node_modules/resolve-url-loader/node_modules/postcss": { 15594 "version": "7.0.39", 15595 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", 15596 "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", 15597 "license": "MIT", 15598 "dependencies": { 15599 "picocolors": "^0.2.1", 15600 "source-map": "^0.6.1" 15601 }, 15602 "engines": { 15603 "node": ">=6.0.0" 15604 }, 15605 "funding": { 15606 "type": "opencollective", 15607 "url": "https://opencollective.com/postcss/" 15608 } 15609 }, 15610 "node_modules/resolve-url-loader/node_modules/source-map": { 15611 "version": "0.6.1", 15612 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 15613 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 15614 "license": "BSD-3-Clause", 15615 "engines": { 15616 "node": ">=0.10.0" 15617 } 15618 }, 15619 "node_modules/resolve.exports": { 15620 "version": "1.1.1", 15621 "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz", 15622 "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==", 15623 "license": "MIT", 15624 "engines": { 15625 "node": ">=10" 15626 } 15627 }, 15628 "node_modules/retry": { 15629 "version": "0.13.1", 15630 "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", 15631 "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", 15632 "license": "MIT", 15633 "engines": { 15634 "node": ">= 4" 15635 } 15636 }, 15637 "node_modules/reusify": { 15638 "version": "1.0.4", 15639 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", 15640 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", 15641 "license": "MIT", 15642 "engines": { 15643 "iojs": ">=1.0.0", 15644 "node": ">=0.10.0" 15645 } 15646 }, 15647 "node_modules/rimraf": { 15648 "version": "3.0.2", 15649 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", 15650 "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", 15651 "deprecated": "Rimraf versions prior to v4 are no longer supported", 15652 "license": "ISC", 15653 "dependencies": { 15654 "glob": "^7.1.3" 15655 }, 15656 "bin": { 15657 "rimraf": "bin.js" 15658 }, 15659 "funding": { 15660 "url": "https://github.com/sponsors/isaacs" 15661 } 15662 }, 15663 "node_modules/rollup": { 15664 "version": "2.79.2", 15665 "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", 15666 "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", 15667 "license": "MIT", 15668 "bin": { 15669 "rollup": "dist/bin/rollup" 15670 }, 15671 "engines": { 15672 "node": ">=10.0.0" 15673 }, 15674 "optionalDependencies": { 15675 "fsevents": "~2.3.2" 15676 } 15677 }, 15678 "node_modules/rollup-plugin-terser": { 15679 "version": "7.0.2", 15680 "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", 15681 "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", 15682 "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser", 15683 "license": "MIT", 15684 "dependencies": { 15685 "@babel/code-frame": "^7.10.4", 15686 "jest-worker": "^26.2.1", 15687 "serialize-javascript": "^4.0.0", 15688 "terser": "^5.0.0" 15689 }, 15690 "peerDependencies": { 15691 "rollup": "^2.0.0" 15692 } 15693 }, 15694 "node_modules/rollup-plugin-terser/node_modules/jest-worker": { 15695 "version": "26.6.2", 15696 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", 15697 "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", 15698 "license": "MIT", 15699 "dependencies": { 15700 "@types/node": "*", 15701 "merge-stream": "^2.0.0", 15702 "supports-color": "^7.0.0" 15703 }, 15704 "engines": { 15705 "node": ">= 10.13.0" 15706 } 15707 }, 15708 "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": { 15709 "version": "4.0.0", 15710 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", 15711 "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", 15712 "license": "BSD-3-Clause", 15713 "dependencies": { 15714 "randombytes": "^2.1.0" 15715 } 15716 }, 15717 "node_modules/run-parallel": { 15718 "version": "1.2.0", 15719 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 15720 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 15721 "funding": [ 15722 { 15723 "type": "github", 15724 "url": "https://github.com/sponsors/feross" 15725 }, 15726 { 15727 "type": "patreon", 15728 "url": "https://www.patreon.com/feross" 15729 }, 15730 { 15731 "type": "consulting", 15732 "url": "https://feross.org/support" 15733 } 15734 ], 15735 "license": "MIT", 15736 "dependencies": { 15737 "queue-microtask": "^1.2.2" 15738 } 15739 }, 15740 "node_modules/safe-array-concat": { 15741 "version": "1.1.3", 15742 "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", 15743 "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", 15744 "license": "MIT", 15745 "dependencies": { 15746 "call-bind": "^1.0.8", 15747 "call-bound": "^1.0.2", 15748 "get-intrinsic": "^1.2.6", 15749 "has-symbols": "^1.1.0", 15750 "isarray": "^2.0.5" 15751 }, 15752 "engines": { 15753 "node": ">=0.4" 15754 }, 15755 "funding": { 15756 "url": "https://github.com/sponsors/ljharb" 15757 } 15758 }, 15759 "node_modules/safe-buffer": { 15760 "version": "5.2.1", 15761 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 15762 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", 15763 "funding": [ 15764 { 15765 "type": "github", 15766 "url": "https://github.com/sponsors/feross" 15767 }, 15768 { 15769 "type": "patreon", 15770 "url": "https://www.patreon.com/feross" 15771 }, 15772 { 15773 "type": "consulting", 15774 "url": "https://feross.org/support" 15775 } 15776 ], 15777 "license": "MIT" 15778 }, 15779 "node_modules/safe-push-apply": { 15780 "version": "1.0.0", 15781 "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", 15782 "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", 15783 "license": "MIT", 15784 "dependencies": { 15785 "es-errors": "^1.3.0", 15786 "isarray": "^2.0.5" 15787 }, 15788 "engines": { 15789 "node": ">= 0.4" 15790 }, 15791 "funding": { 15792 "url": "https://github.com/sponsors/ljharb" 15793 } 15794 }, 15795 "node_modules/safe-regex-test": { 15796 "version": "1.1.0", 15797 "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", 15798 "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", 15799 "license": "MIT", 15800 "dependencies": { 15801 "call-bound": "^1.0.2", 15802 "es-errors": "^1.3.0", 15803 "is-regex": "^1.2.1" 15804 }, 15805 "engines": { 15806 "node": ">= 0.4" 15807 }, 15808 "funding": { 15809 "url": "https://github.com/sponsors/ljharb" 15810 } 15811 }, 15812 "node_modules/safer-buffer": { 15813 "version": "2.1.2", 15814 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 15815 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", 15816 "license": "MIT" 15817 }, 15818 "node_modules/sanitize.css": { 15819 "version": "13.0.0", 15820 "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", 15821 "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==", 15822 "license": "CC0-1.0" 15823 }, 15824 "node_modules/sass-loader": { 15825 "version": "12.6.0", 15826 "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", 15827 "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", 15828 "license": "MIT", 15829 "dependencies": { 15830 "klona": "^2.0.4", 15831 "neo-async": "^2.6.2" 15832 }, 15833 "engines": { 15834 "node": ">= 12.13.0" 15835 }, 15836 "funding": { 15837 "type": "opencollective", 15838 "url": "https://opencollective.com/webpack" 15839 }, 15840 "peerDependencies": { 15841 "fibers": ">= 3.1.0", 15842 "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", 15843 "sass": "^1.3.0", 15844 "sass-embedded": "*", 15845 "webpack": "^5.0.0" 15846 }, 15847 "peerDependenciesMeta": { 15848 "fibers": { 15849 "optional": true 15850 }, 15851 "node-sass": { 15852 "optional": true 15853 }, 15854 "sass": { 15855 "optional": true 15856 }, 15857 "sass-embedded": { 15858 "optional": true 15859 } 15860 } 15861 }, 15862 "node_modules/sax": { 15863 "version": "1.2.4", 15864 "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", 15865 "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", 15866 "license": "ISC" 15867 }, 15868 "node_modules/saxes": { 15869 "version": "5.0.1", 15870 "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", 15871 "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", 15872 "license": "ISC", 15873 "dependencies": { 15874 "xmlchars": "^2.2.0" 15875 }, 15876 "engines": { 15877 "node": ">=10" 15878 } 15879 }, 15880 "node_modules/scheduler": { 15881 "version": "0.23.2", 15882 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", 15883 "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", 15884 "license": "MIT", 15885 "dependencies": { 15886 "loose-envify": "^1.1.0" 15887 } 15888 }, 15889 "node_modules/schema-utils": { 15890 "version": "4.3.0", 15891 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.0.tgz", 15892 "integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==", 15893 "license": "MIT", 15894 "dependencies": { 15895 "@types/json-schema": "^7.0.9", 15896 "ajv": "^8.9.0", 15897 "ajv-formats": "^2.1.1", 15898 "ajv-keywords": "^5.1.0" 15899 }, 15900 "engines": { 15901 "node": ">= 10.13.0" 15902 }, 15903 "funding": { 15904 "type": "opencollective", 15905 "url": "https://opencollective.com/webpack" 15906 } 15907 }, 15908 "node_modules/schema-utils/node_modules/ajv": { 15909 "version": "8.17.1", 15910 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", 15911 "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", 15912 "license": "MIT", 15913 "dependencies": { 15914 "fast-deep-equal": "^3.1.3", 15915 "fast-uri": "^3.0.1", 15916 "json-schema-traverse": "^1.0.0", 15917 "require-from-string": "^2.0.2" 15918 }, 15919 "funding": { 15920 "type": "github", 15921 "url": "https://github.com/sponsors/epoberezkin" 15922 } 15923 }, 15924 "node_modules/schema-utils/node_modules/ajv-keywords": { 15925 "version": "5.1.0", 15926 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 15927 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 15928 "license": "MIT", 15929 "dependencies": { 15930 "fast-deep-equal": "^3.1.3" 15931 }, 15932 "peerDependencies": { 15933 "ajv": "^8.8.2" 15934 } 15935 }, 15936 "node_modules/schema-utils/node_modules/json-schema-traverse": { 15937 "version": "1.0.0", 15938 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 15939 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", 15940 "license": "MIT" 15941 }, 15942 "node_modules/select-hose": { 15943 "version": "2.0.0", 15944 "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", 15945 "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", 15946 "license": "MIT" 15947 }, 15948 "node_modules/selfsigned": { 15949 "version": "2.4.1", 15950 "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", 15951 "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", 15952 "license": "MIT", 15953 "dependencies": { 15954 "@types/node-forge": "^1.3.0", 15955 "node-forge": "^1" 15956 }, 15957 "engines": { 15958 "node": ">=10" 15959 } 15960 }, 15961 "node_modules/semver": { 15962 "version": "7.7.1", 15963 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", 15964 "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", 15965 "license": "ISC", 15966 "bin": { 15967 "semver": "bin/semver.js" 15968 }, 15969 "engines": { 15970 "node": ">=10" 15971 } 15972 }, 15973 "node_modules/send": { 15974 "version": "0.19.0", 15975 "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", 15976 "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", 15977 "license": "MIT", 15978 "dependencies": { 15979 "debug": "2.6.9", 15980 "depd": "2.0.0", 15981 "destroy": "1.2.0", 15982 "encodeurl": "~1.0.2", 15983 "escape-html": "~1.0.3", 15984 "etag": "~1.8.1", 15985 "fresh": "0.5.2", 15986 "http-errors": "2.0.0", 15987 "mime": "1.6.0", 15988 "ms": "2.1.3", 15989 "on-finished": "2.4.1", 15990 "range-parser": "~1.2.1", 15991 "statuses": "2.0.1" 15992 }, 15993 "engines": { 15994 "node": ">= 0.8.0" 15995 } 15996 }, 15997 "node_modules/send/node_modules/encodeurl": { 15998 "version": "1.0.2", 15999 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", 16000 "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", 16001 "license": "MIT", 16002 "engines": { 16003 "node": ">= 0.8" 16004 } 16005 }, 16006 "node_modules/send/node_modules/ms": { 16007 "version": "2.1.3", 16008 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 16009 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 16010 "license": "MIT" 16011 }, 16012 "node_modules/serialize-javascript": { 16013 "version": "6.0.2", 16014 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", 16015 "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", 16016 "license": "BSD-3-Clause", 16017 "dependencies": { 16018 "randombytes": "^2.1.0" 16019 } 16020 }, 16021 "node_modules/serve-index": { 16022 "version": "1.9.1", 16023 "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", 16024 "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", 16025 "license": "MIT", 16026 "dependencies": { 16027 "accepts": "~1.3.4", 16028 "batch": "0.6.1", 16029 "debug": "2.6.9", 16030 "escape-html": "~1.0.3", 16031 "http-errors": "~1.6.2", 16032 "mime-types": "~2.1.17", 16033 "parseurl": "~1.3.2" 16034 }, 16035 "engines": { 16036 "node": ">= 0.8.0" 16037 } 16038 }, 16039 "node_modules/serve-index/node_modules/depd": { 16040 "version": "1.1.2", 16041 "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", 16042 "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", 16043 "license": "MIT", 16044 "engines": { 16045 "node": ">= 0.6" 16046 } 16047 }, 16048 "node_modules/serve-index/node_modules/http-errors": { 16049 "version": "1.6.3", 16050 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", 16051 "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", 16052 "license": "MIT", 16053 "dependencies": { 16054 "depd": "~1.1.2", 16055 "inherits": "2.0.3", 16056 "setprototypeof": "1.1.0", 16057 "statuses": ">= 1.4.0 < 2" 16058 }, 16059 "engines": { 16060 "node": ">= 0.6" 16061 } 16062 }, 16063 "node_modules/serve-index/node_modules/inherits": { 16064 "version": "2.0.3", 16065 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", 16066 "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", 16067 "license": "ISC" 16068 }, 16069 "node_modules/serve-index/node_modules/setprototypeof": { 16070 "version": "1.1.0", 16071 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", 16072 "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", 16073 "license": "ISC" 16074 }, 16075 "node_modules/serve-index/node_modules/statuses": { 16076 "version": "1.5.0", 16077 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", 16078 "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", 16079 "license": "MIT", 16080 "engines": { 16081 "node": ">= 0.6" 16082 } 16083 }, 16084 "node_modules/serve-static": { 16085 "version": "1.16.2", 16086 "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", 16087 "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", 16088 "license": "MIT", 16089 "dependencies": { 16090 "encodeurl": "~2.0.0", 16091 "escape-html": "~1.0.3", 16092 "parseurl": "~1.3.3", 16093 "send": "0.19.0" 16094 }, 16095 "engines": { 16096 "node": ">= 0.8.0" 16097 } 16098 }, 16099 "node_modules/set-function-length": { 16100 "version": "1.2.2", 16101 "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", 16102 "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", 16103 "license": "MIT", 16104 "dependencies": { 16105 "define-data-property": "^1.1.4", 16106 "es-errors": "^1.3.0", 16107 "function-bind": "^1.1.2", 16108 "get-intrinsic": "^1.2.4", 16109 "gopd": "^1.0.1", 16110 "has-property-descriptors": "^1.0.2" 16111 }, 16112 "engines": { 16113 "node": ">= 0.4" 16114 } 16115 }, 16116 "node_modules/set-function-name": { 16117 "version": "2.0.2", 16118 "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", 16119 "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", 16120 "license": "MIT", 16121 "dependencies": { 16122 "define-data-property": "^1.1.4", 16123 "es-errors": "^1.3.0", 16124 "functions-have-names": "^1.2.3", 16125 "has-property-descriptors": "^1.0.2" 16126 }, 16127 "engines": { 16128 "node": ">= 0.4" 16129 } 16130 }, 16131 "node_modules/set-proto": { 16132 "version": "1.0.0", 16133 "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", 16134 "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", 16135 "license": "MIT", 16136 "dependencies": { 16137 "dunder-proto": "^1.0.1", 16138 "es-errors": "^1.3.0", 16139 "es-object-atoms": "^1.0.0" 16140 }, 16141 "engines": { 16142 "node": ">= 0.4" 16143 } 16144 }, 16145 "node_modules/setprototypeof": { 16146 "version": "1.2.0", 16147 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", 16148 "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", 16149 "license": "ISC" 16150 }, 16151 "node_modules/shebang-command": { 16152 "version": "2.0.0", 16153 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 16154 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 16155 "license": "MIT", 16156 "dependencies": { 16157 "shebang-regex": "^3.0.0" 16158 }, 16159 "engines": { 16160 "node": ">=8" 16161 } 16162 }, 16163 "node_modules/shebang-regex": { 16164 "version": "3.0.0", 16165 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 16166 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 16167 "license": "MIT", 16168 "engines": { 16169 "node": ">=8" 16170 } 16171 }, 16172 "node_modules/shell-quote": { 16173 "version": "1.8.2", 16174 "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz", 16175 "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==", 16176 "license": "MIT", 16177 "engines": { 16178 "node": ">= 0.4" 16179 }, 16180 "funding": { 16181 "url": "https://github.com/sponsors/ljharb" 16182 } 16183 }, 16184 "node_modules/side-channel": { 16185 "version": "1.1.0", 16186 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", 16187 "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", 16188 "license": "MIT", 16189 "dependencies": { 16190 "es-errors": "^1.3.0", 16191 "object-inspect": "^1.13.3", 16192 "side-channel-list": "^1.0.0", 16193 "side-channel-map": "^1.0.1", 16194 "side-channel-weakmap": "^1.0.2" 16195 }, 16196 "engines": { 16197 "node": ">= 0.4" 16198 }, 16199 "funding": { 16200 "url": "https://github.com/sponsors/ljharb" 16201 } 16202 }, 16203 "node_modules/side-channel-list": { 16204 "version": "1.0.0", 16205 "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", 16206 "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", 16207 "license": "MIT", 16208 "dependencies": { 16209 "es-errors": "^1.3.0", 16210 "object-inspect": "^1.13.3" 16211 }, 16212 "engines": { 16213 "node": ">= 0.4" 16214 }, 16215 "funding": { 16216 "url": "https://github.com/sponsors/ljharb" 16217 } 16218 }, 16219 "node_modules/side-channel-map": { 16220 "version": "1.0.1", 16221 "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", 16222 "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", 16223 "license": "MIT", 16224 "dependencies": { 16225 "call-bound": "^1.0.2", 16226 "es-errors": "^1.3.0", 16227 "get-intrinsic": "^1.2.5", 16228 "object-inspect": "^1.13.3" 16229 }, 16230 "engines": { 16231 "node": ">= 0.4" 16232 }, 16233 "funding": { 16234 "url": "https://github.com/sponsors/ljharb" 16235 } 16236 }, 16237 "node_modules/side-channel-weakmap": { 16238 "version": "1.0.2", 16239 "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", 16240 "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", 16241 "license": "MIT", 16242 "dependencies": { 16243 "call-bound": "^1.0.2", 16244 "es-errors": "^1.3.0", 16245 "get-intrinsic": "^1.2.5", 16246 "object-inspect": "^1.13.3", 16247 "side-channel-map": "^1.0.1" 16248 }, 16249 "engines": { 16250 "node": ">= 0.4" 16251 }, 16252 "funding": { 16253 "url": "https://github.com/sponsors/ljharb" 16254 } 16255 }, 16256 "node_modules/signal-exit": { 16257 "version": "3.0.7", 16258 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", 16259 "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", 16260 "license": "ISC" 16261 }, 16262 "node_modules/sisteransi": { 16263 "version": "1.0.5", 16264 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 16265 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", 16266 "license": "MIT" 16267 }, 16268 "node_modules/slash": { 16269 "version": "3.0.0", 16270 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 16271 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", 16272 "license": "MIT", 16273 "engines": { 16274 "node": ">=8" 16275 } 16276 }, 16277 "node_modules/sockjs": { 16278 "version": "0.3.24", 16279 "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", 16280 "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", 16281 "license": "MIT", 16282 "dependencies": { 16283 "faye-websocket": "^0.11.3", 16284 "uuid": "^8.3.2", 16285 "websocket-driver": "^0.7.4" 16286 } 16287 }, 16288 "node_modules/source-list-map": { 16289 "version": "2.0.1", 16290 "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", 16291 "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", 16292 "license": "MIT" 16293 }, 16294 "node_modules/source-map": { 16295 "version": "0.7.4", 16296 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", 16297 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", 16298 "license": "BSD-3-Clause", 16299 "engines": { 16300 "node": ">= 8" 16301 } 16302 }, 16303 "node_modules/source-map-js": { 16304 "version": "1.2.1", 16305 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 16306 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 16307 "license": "BSD-3-Clause", 16308 "engines": { 16309 "node": ">=0.10.0" 16310 } 16311 }, 16312 "node_modules/source-map-loader": { 16313 "version": "3.0.2", 16314 "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", 16315 "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", 16316 "license": "MIT", 16317 "dependencies": { 16318 "abab": "^2.0.5", 16319 "iconv-lite": "^0.6.3", 16320 "source-map-js": "^1.0.1" 16321 }, 16322 "engines": { 16323 "node": ">= 12.13.0" 16324 }, 16325 "funding": { 16326 "type": "opencollective", 16327 "url": "https://opencollective.com/webpack" 16328 }, 16329 "peerDependencies": { 16330 "webpack": "^5.0.0" 16331 } 16332 }, 16333 "node_modules/source-map-support": { 16334 "version": "0.5.21", 16335 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", 16336 "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", 16337 "license": "MIT", 16338 "dependencies": { 16339 "buffer-from": "^1.0.0", 16340 "source-map": "^0.6.0" 16341 } 16342 }, 16343 "node_modules/source-map-support/node_modules/source-map": { 16344 "version": "0.6.1", 16345 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 16346 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 16347 "license": "BSD-3-Clause", 16348 "engines": { 16349 "node": ">=0.10.0" 16350 } 16351 }, 16352 "node_modules/sourcemap-codec": { 16353 "version": "1.4.8", 16354 "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", 16355 "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", 16356 "deprecated": "Please use @jridgewell/sourcemap-codec instead", 16357 "license": "MIT" 16358 }, 16359 "node_modules/spdy": { 16360 "version": "4.0.2", 16361 "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", 16362 "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", 16363 "license": "MIT", 16364 "dependencies": { 16365 "debug": "^4.1.0", 16366 "handle-thing": "^2.0.0", 16367 "http-deceiver": "^1.2.7", 16368 "select-hose": "^2.0.0", 16369 "spdy-transport": "^3.0.0" 16370 }, 16371 "engines": { 16372 "node": ">=6.0.0" 16373 } 16374 }, 16375 "node_modules/spdy-transport": { 16376 "version": "3.0.0", 16377 "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", 16378 "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", 16379 "license": "MIT", 16380 "dependencies": { 16381 "debug": "^4.1.0", 16382 "detect-node": "^2.0.4", 16383 "hpack.js": "^2.1.6", 16384 "obuf": "^1.1.2", 16385 "readable-stream": "^3.0.6", 16386 "wbuf": "^1.7.3" 16387 } 16388 }, 16389 "node_modules/spdy-transport/node_modules/debug": { 16390 "version": "4.4.0", 16391 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 16392 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 16393 "license": "MIT", 16394 "dependencies": { 16395 "ms": "^2.1.3" 16396 }, 16397 "engines": { 16398 "node": ">=6.0" 16399 }, 16400 "peerDependenciesMeta": { 16401 "supports-color": { 16402 "optional": true 16403 } 16404 } 16405 }, 16406 "node_modules/spdy-transport/node_modules/ms": { 16407 "version": "2.1.3", 16408 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 16409 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 16410 "license": "MIT" 16411 }, 16412 "node_modules/spdy/node_modules/debug": { 16413 "version": "4.4.0", 16414 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 16415 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 16416 "license": "MIT", 16417 "dependencies": { 16418 "ms": "^2.1.3" 16419 }, 16420 "engines": { 16421 "node": ">=6.0" 16422 }, 16423 "peerDependenciesMeta": { 16424 "supports-color": { 16425 "optional": true 16426 } 16427 } 16428 }, 16429 "node_modules/spdy/node_modules/ms": { 16430 "version": "2.1.3", 16431 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 16432 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 16433 "license": "MIT" 16434 }, 16435 "node_modules/sprintf-js": { 16436 "version": "1.0.3", 16437 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 16438 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", 16439 "license": "BSD-3-Clause" 16440 }, 16441 "node_modules/stable": { 16442 "version": "0.1.8", 16443 "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", 16444 "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", 16445 "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility", 16446 "license": "MIT" 16447 }, 16448 "node_modules/stack-utils": { 16449 "version": "2.0.6", 16450 "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", 16451 "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", 16452 "license": "MIT", 16453 "dependencies": { 16454 "escape-string-regexp": "^2.0.0" 16455 }, 16456 "engines": { 16457 "node": ">=10" 16458 } 16459 }, 16460 "node_modules/stack-utils/node_modules/escape-string-regexp": { 16461 "version": "2.0.0", 16462 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", 16463 "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", 16464 "license": "MIT", 16465 "engines": { 16466 "node": ">=8" 16467 } 16468 }, 16469 "node_modules/stackframe": { 16470 "version": "1.3.4", 16471 "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", 16472 "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", 16473 "license": "MIT" 16474 }, 16475 "node_modules/static-eval": { 16476 "version": "2.0.2", 16477 "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz", 16478 "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==", 16479 "license": "MIT", 16480 "dependencies": { 16481 "escodegen": "^1.8.1" 16482 } 16483 }, 16484 "node_modules/static-eval/node_modules/escodegen": { 16485 "version": "1.14.3", 16486 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", 16487 "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", 16488 "license": "BSD-2-Clause", 16489 "dependencies": { 16490 "esprima": "^4.0.1", 16491 "estraverse": "^4.2.0", 16492 "esutils": "^2.0.2", 16493 "optionator": "^0.8.1" 16494 }, 16495 "bin": { 16496 "escodegen": "bin/escodegen.js", 16497 "esgenerate": "bin/esgenerate.js" 16498 }, 16499 "engines": { 16500 "node": ">=4.0" 16501 }, 16502 "optionalDependencies": { 16503 "source-map": "~0.6.1" 16504 } 16505 }, 16506 "node_modules/static-eval/node_modules/estraverse": { 16507 "version": "4.3.0", 16508 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 16509 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", 16510 "license": "BSD-2-Clause", 16511 "engines": { 16512 "node": ">=4.0" 16513 } 16514 }, 16515 "node_modules/static-eval/node_modules/levn": { 16516 "version": "0.3.0", 16517 "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", 16518 "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", 16519 "license": "MIT", 16520 "dependencies": { 16521 "prelude-ls": "~1.1.2", 16522 "type-check": "~0.3.2" 16523 }, 16524 "engines": { 16525 "node": ">= 0.8.0" 16526 } 16527 }, 16528 "node_modules/static-eval/node_modules/optionator": { 16529 "version": "0.8.3", 16530 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", 16531 "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", 16532 "license": "MIT", 16533 "dependencies": { 16534 "deep-is": "~0.1.3", 16535 "fast-levenshtein": "~2.0.6", 16536 "levn": "~0.3.0", 16537 "prelude-ls": "~1.1.2", 16538 "type-check": "~0.3.2", 16539 "word-wrap": "~1.2.3" 16540 }, 16541 "engines": { 16542 "node": ">= 0.8.0" 16543 } 16544 }, 16545 "node_modules/static-eval/node_modules/prelude-ls": { 16546 "version": "1.1.2", 16547 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", 16548 "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", 16549 "engines": { 16550 "node": ">= 0.8.0" 16551 } 16552 }, 16553 "node_modules/static-eval/node_modules/source-map": { 16554 "version": "0.6.1", 16555 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 16556 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 16557 "license": "BSD-3-Clause", 16558 "optional": true, 16559 "engines": { 16560 "node": ">=0.10.0" 16561 } 16562 }, 16563 "node_modules/static-eval/node_modules/type-check": { 16564 "version": "0.3.2", 16565 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", 16566 "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", 16567 "license": "MIT", 16568 "dependencies": { 16569 "prelude-ls": "~1.1.2" 16570 }, 16571 "engines": { 16572 "node": ">= 0.8.0" 16573 } 16574 }, 16575 "node_modules/statuses": { 16576 "version": "2.0.1", 16577 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", 16578 "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", 16579 "license": "MIT", 16580 "engines": { 16581 "node": ">= 0.8" 16582 } 16583 }, 16584 "node_modules/string_decoder": { 16585 "version": "1.3.0", 16586 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", 16587 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", 16588 "license": "MIT", 16589 "dependencies": { 16590 "safe-buffer": "~5.2.0" 16591 } 16592 }, 16593 "node_modules/string-length": { 16594 "version": "4.0.2", 16595 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", 16596 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", 16597 "license": "MIT", 16598 "dependencies": { 16599 "char-regex": "^1.0.2", 16600 "strip-ansi": "^6.0.0" 16601 }, 16602 "engines": { 16603 "node": ">=10" 16604 } 16605 }, 16606 "node_modules/string-natural-compare": { 16607 "version": "3.0.1", 16608 "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", 16609 "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==", 16610 "license": "MIT" 16611 }, 16612 "node_modules/string-width": { 16613 "version": "4.2.3", 16614 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 16615 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 16616 "license": "MIT", 16617 "dependencies": { 16618 "emoji-regex": "^8.0.0", 16619 "is-fullwidth-code-point": "^3.0.0", 16620 "strip-ansi": "^6.0.1" 16621 }, 16622 "engines": { 16623 "node": ">=8" 16624 } 16625 }, 16626 "node_modules/string-width-cjs": { 16627 "name": "string-width", 16628 "version": "4.2.3", 16629 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 16630 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 16631 "license": "MIT", 16632 "dependencies": { 16633 "emoji-regex": "^8.0.0", 16634 "is-fullwidth-code-point": "^3.0.0", 16635 "strip-ansi": "^6.0.1" 16636 }, 16637 "engines": { 16638 "node": ">=8" 16639 } 16640 }, 16641 "node_modules/string-width-cjs/node_modules/emoji-regex": { 16642 "version": "8.0.0", 16643 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 16644 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 16645 "license": "MIT" 16646 }, 16647 "node_modules/string-width/node_modules/emoji-regex": { 16648 "version": "8.0.0", 16649 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 16650 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 16651 "license": "MIT" 16652 }, 16653 "node_modules/string.prototype.includes": { 16654 "version": "2.0.1", 16655 "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz", 16656 "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==", 16657 "license": "MIT", 16658 "dependencies": { 16659 "call-bind": "^1.0.7", 16660 "define-properties": "^1.2.1", 16661 "es-abstract": "^1.23.3" 16662 }, 16663 "engines": { 16664 "node": ">= 0.4" 16665 } 16666 }, 16667 "node_modules/string.prototype.matchall": { 16668 "version": "4.0.12", 16669 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz", 16670 "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==", 16671 "license": "MIT", 16672 "dependencies": { 16673 "call-bind": "^1.0.8", 16674 "call-bound": "^1.0.3", 16675 "define-properties": "^1.2.1", 16676 "es-abstract": "^1.23.6", 16677 "es-errors": "^1.3.0", 16678 "es-object-atoms": "^1.0.0", 16679 "get-intrinsic": "^1.2.6", 16680 "gopd": "^1.2.0", 16681 "has-symbols": "^1.1.0", 16682 "internal-slot": "^1.1.0", 16683 "regexp.prototype.flags": "^1.5.3", 16684 "set-function-name": "^2.0.2", 16685 "side-channel": "^1.1.0" 16686 }, 16687 "engines": { 16688 "node": ">= 0.4" 16689 }, 16690 "funding": { 16691 "url": "https://github.com/sponsors/ljharb" 16692 } 16693 }, 16694 "node_modules/string.prototype.repeat": { 16695 "version": "1.0.0", 16696 "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz", 16697 "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==", 16698 "license": "MIT", 16699 "dependencies": { 16700 "define-properties": "^1.1.3", 16701 "es-abstract": "^1.17.5" 16702 } 16703 }, 16704 "node_modules/string.prototype.trim": { 16705 "version": "1.2.10", 16706 "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", 16707 "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", 16708 "license": "MIT", 16709 "dependencies": { 16710 "call-bind": "^1.0.8", 16711 "call-bound": "^1.0.2", 16712 "define-data-property": "^1.1.4", 16713 "define-properties": "^1.2.1", 16714 "es-abstract": "^1.23.5", 16715 "es-object-atoms": "^1.0.0", 16716 "has-property-descriptors": "^1.0.2" 16717 }, 16718 "engines": { 16719 "node": ">= 0.4" 16720 }, 16721 "funding": { 16722 "url": "https://github.com/sponsors/ljharb" 16723 } 16724 }, 16725 "node_modules/string.prototype.trimend": { 16726 "version": "1.0.9", 16727 "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", 16728 "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", 16729 "license": "MIT", 16730 "dependencies": { 16731 "call-bind": "^1.0.8", 16732 "call-bound": "^1.0.2", 16733 "define-properties": "^1.2.1", 16734 "es-object-atoms": "^1.0.0" 16735 }, 16736 "engines": { 16737 "node": ">= 0.4" 16738 }, 16739 "funding": { 16740 "url": "https://github.com/sponsors/ljharb" 16741 } 16742 }, 16743 "node_modules/string.prototype.trimstart": { 16744 "version": "1.0.8", 16745 "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", 16746 "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", 16747 "license": "MIT", 16748 "dependencies": { 16749 "call-bind": "^1.0.7", 16750 "define-properties": "^1.2.1", 16751 "es-object-atoms": "^1.0.0" 16752 }, 16753 "engines": { 16754 "node": ">= 0.4" 16755 }, 16756 "funding": { 16757 "url": "https://github.com/sponsors/ljharb" 16758 } 16759 }, 16760 "node_modules/stringify-object": { 16761 "version": "3.3.0", 16762 "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", 16763 "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", 16764 "license": "BSD-2-Clause", 16765 "dependencies": { 16766 "get-own-enumerable-property-symbols": "^3.0.0", 16767 "is-obj": "^1.0.1", 16768 "is-regexp": "^1.0.0" 16769 }, 16770 "engines": { 16771 "node": ">=4" 16772 } 16773 }, 16774 "node_modules/strip-ansi": { 16775 "version": "6.0.1", 16776 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 16777 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 16778 "license": "MIT", 16779 "dependencies": { 16780 "ansi-regex": "^5.0.1" 16781 }, 16782 "engines": { 16783 "node": ">=8" 16784 } 16785 }, 16786 "node_modules/strip-ansi-cjs": { 16787 "name": "strip-ansi", 16788 "version": "6.0.1", 16789 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 16790 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 16791 "license": "MIT", 16792 "dependencies": { 16793 "ansi-regex": "^5.0.1" 16794 }, 16795 "engines": { 16796 "node": ">=8" 16797 } 16798 }, 16799 "node_modules/strip-bom": { 16800 "version": "4.0.0", 16801 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", 16802 "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", 16803 "license": "MIT", 16804 "engines": { 16805 "node": ">=8" 16806 } 16807 }, 16808 "node_modules/strip-comments": { 16809 "version": "2.0.1", 16810 "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", 16811 "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==", 16812 "license": "MIT", 16813 "engines": { 16814 "node": ">=10" 16815 } 16816 }, 16817 "node_modules/strip-final-newline": { 16818 "version": "2.0.0", 16819 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", 16820 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", 16821 "license": "MIT", 16822 "engines": { 16823 "node": ">=6" 16824 } 16825 }, 16826 "node_modules/strip-json-comments": { 16827 "version": "3.1.1", 16828 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", 16829 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", 16830 "license": "MIT", 16831 "engines": { 16832 "node": ">=8" 16833 }, 16834 "funding": { 16835 "url": "https://github.com/sponsors/sindresorhus" 16836 } 16837 }, 16838 "node_modules/style-loader": { 16839 "version": "3.3.4", 16840 "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz", 16841 "integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==", 16842 "license": "MIT", 16843 "engines": { 16844 "node": ">= 12.13.0" 16845 }, 16846 "funding": { 16847 "type": "opencollective", 16848 "url": "https://opencollective.com/webpack" 16849 }, 16850 "peerDependencies": { 16851 "webpack": "^5.0.0" 16852 } 16853 }, 16854 "node_modules/stylehacks": { 16855 "version": "5.1.1", 16856 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", 16857 "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", 16858 "license": "MIT", 16859 "dependencies": { 16860 "browserslist": "^4.21.4", 16861 "postcss-selector-parser": "^6.0.4" 16862 }, 16863 "engines": { 16864 "node": "^10 || ^12 || >=14.0" 16865 }, 16866 "peerDependencies": { 16867 "postcss": "^8.2.15" 16868 } 16869 }, 16870 "node_modules/sucrase": { 16871 "version": "3.35.0", 16872 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", 16873 "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", 16874 "license": "MIT", 16875 "dependencies": { 16876 "@jridgewell/gen-mapping": "^0.3.2", 16877 "commander": "^4.0.0", 16878 "glob": "^10.3.10", 16879 "lines-and-columns": "^1.1.6", 16880 "mz": "^2.7.0", 16881 "pirates": "^4.0.1", 16882 "ts-interface-checker": "^0.1.9" 16883 }, 16884 "bin": { 16885 "sucrase": "bin/sucrase", 16886 "sucrase-node": "bin/sucrase-node" 16887 }, 16888 "engines": { 16889 "node": ">=16 || 14 >=14.17" 16890 } 16891 }, 16892 "node_modules/sucrase/node_modules/brace-expansion": { 16893 "version": "2.0.1", 16894 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", 16895 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", 16896 "license": "MIT", 16897 "dependencies": { 16898 "balanced-match": "^1.0.0" 16899 } 16900 }, 16901 "node_modules/sucrase/node_modules/commander": { 16902 "version": "4.1.1", 16903 "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", 16904 "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", 16905 "license": "MIT", 16906 "engines": { 16907 "node": ">= 6" 16908 } 16909 }, 16910 "node_modules/sucrase/node_modules/glob": { 16911 "version": "10.4.5", 16912 "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", 16913 "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", 16914 "license": "ISC", 16915 "dependencies": { 16916 "foreground-child": "^3.1.0", 16917 "jackspeak": "^3.1.2", 16918 "minimatch": "^9.0.4", 16919 "minipass": "^7.1.2", 16920 "package-json-from-dist": "^1.0.0", 16921 "path-scurry": "^1.11.1" 16922 }, 16923 "bin": { 16924 "glob": "dist/esm/bin.mjs" 16925 }, 16926 "funding": { 16927 "url": "https://github.com/sponsors/isaacs" 16928 } 16929 }, 16930 "node_modules/sucrase/node_modules/minimatch": { 16931 "version": "9.0.5", 16932 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 16933 "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 16934 "license": "ISC", 16935 "dependencies": { 16936 "brace-expansion": "^2.0.1" 16937 }, 16938 "engines": { 16939 "node": ">=16 || 14 >=14.17" 16940 }, 16941 "funding": { 16942 "url": "https://github.com/sponsors/isaacs" 16943 } 16944 }, 16945 "node_modules/supports-color": { 16946 "version": "7.2.0", 16947 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 16948 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 16949 "license": "MIT", 16950 "dependencies": { 16951 "has-flag": "^4.0.0" 16952 }, 16953 "engines": { 16954 "node": ">=8" 16955 } 16956 }, 16957 "node_modules/supports-hyperlinks": { 16958 "version": "2.3.0", 16959 "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", 16960 "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", 16961 "license": "MIT", 16962 "dependencies": { 16963 "has-flag": "^4.0.0", 16964 "supports-color": "^7.0.0" 16965 }, 16966 "engines": { 16967 "node": ">=8" 16968 } 16969 }, 16970 "node_modules/supports-preserve-symlinks-flag": { 16971 "version": "1.0.0", 16972 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 16973 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", 16974 "license": "MIT", 16975 "engines": { 16976 "node": ">= 0.4" 16977 }, 16978 "funding": { 16979 "url": "https://github.com/sponsors/ljharb" 16980 } 16981 }, 16982 "node_modules/svg-parser": { 16983 "version": "2.0.4", 16984 "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", 16985 "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==", 16986 "license": "MIT" 16987 }, 16988 "node_modules/svgo": { 16989 "version": "1.3.2", 16990 "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", 16991 "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", 16992 "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.", 16993 "license": "MIT", 16994 "dependencies": { 16995 "chalk": "^2.4.1", 16996 "coa": "^2.0.2", 16997 "css-select": "^2.0.0", 16998 "css-select-base-adapter": "^0.1.1", 16999 "css-tree": "1.0.0-alpha.37", 17000 "csso": "^4.0.2", 17001 "js-yaml": "^3.13.1", 17002 "mkdirp": "~0.5.1", 17003 "object.values": "^1.1.0", 17004 "sax": "~1.2.4", 17005 "stable": "^0.1.8", 17006 "unquote": "~1.1.1", 17007 "util.promisify": "~1.0.0" 17008 }, 17009 "bin": { 17010 "svgo": "bin/svgo" 17011 }, 17012 "engines": { 17013 "node": ">=4.0.0" 17014 } 17015 }, 17016 "node_modules/svgo/node_modules/ansi-styles": { 17017 "version": "3.2.1", 17018 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", 17019 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", 17020 "license": "MIT", 17021 "dependencies": { 17022 "color-convert": "^1.9.0" 17023 }, 17024 "engines": { 17025 "node": ">=4" 17026 } 17027 }, 17028 "node_modules/svgo/node_modules/chalk": { 17029 "version": "2.4.2", 17030 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", 17031 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", 17032 "license": "MIT", 17033 "dependencies": { 17034 "ansi-styles": "^3.2.1", 17035 "escape-string-regexp": "^1.0.5", 17036 "supports-color": "^5.3.0" 17037 }, 17038 "engines": { 17039 "node": ">=4" 17040 } 17041 }, 17042 "node_modules/svgo/node_modules/color-convert": { 17043 "version": "1.9.3", 17044 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", 17045 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", 17046 "license": "MIT", 17047 "dependencies": { 17048 "color-name": "1.1.3" 17049 } 17050 }, 17051 "node_modules/svgo/node_modules/color-name": { 17052 "version": "1.1.3", 17053 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", 17054 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", 17055 "license": "MIT" 17056 }, 17057 "node_modules/svgo/node_modules/css-select": { 17058 "version": "2.1.0", 17059 "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", 17060 "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", 17061 "license": "BSD-2-Clause", 17062 "dependencies": { 17063 "boolbase": "^1.0.0", 17064 "css-what": "^3.2.1", 17065 "domutils": "^1.7.0", 17066 "nth-check": "^1.0.2" 17067 } 17068 }, 17069 "node_modules/svgo/node_modules/css-what": { 17070 "version": "3.4.2", 17071 "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", 17072 "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", 17073 "license": "BSD-2-Clause", 17074 "engines": { 17075 "node": ">= 6" 17076 }, 17077 "funding": { 17078 "url": "https://github.com/sponsors/fb55" 17079 } 17080 }, 17081 "node_modules/svgo/node_modules/dom-serializer": { 17082 "version": "0.2.2", 17083 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", 17084 "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", 17085 "license": "MIT", 17086 "dependencies": { 17087 "domelementtype": "^2.0.1", 17088 "entities": "^2.0.0" 17089 } 17090 }, 17091 "node_modules/svgo/node_modules/domutils": { 17092 "version": "1.7.0", 17093 "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", 17094 "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", 17095 "license": "BSD-2-Clause", 17096 "dependencies": { 17097 "dom-serializer": "0", 17098 "domelementtype": "1" 17099 } 17100 }, 17101 "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": { 17102 "version": "1.3.1", 17103 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", 17104 "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", 17105 "license": "BSD-2-Clause" 17106 }, 17107 "node_modules/svgo/node_modules/escape-string-regexp": { 17108 "version": "1.0.5", 17109 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", 17110 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", 17111 "license": "MIT", 17112 "engines": { 17113 "node": ">=0.8.0" 17114 } 17115 }, 17116 "node_modules/svgo/node_modules/has-flag": { 17117 "version": "3.0.0", 17118 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", 17119 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", 17120 "license": "MIT", 17121 "engines": { 17122 "node": ">=4" 17123 } 17124 }, 17125 "node_modules/svgo/node_modules/nth-check": { 17126 "version": "1.0.2", 17127 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", 17128 "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", 17129 "license": "BSD-2-Clause", 17130 "dependencies": { 17131 "boolbase": "~1.0.0" 17132 } 17133 }, 17134 "node_modules/svgo/node_modules/supports-color": { 17135 "version": "5.5.0", 17136 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", 17137 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", 17138 "license": "MIT", 17139 "dependencies": { 17140 "has-flag": "^3.0.0" 17141 }, 17142 "engines": { 17143 "node": ">=4" 17144 } 17145 }, 17146 "node_modules/symbol-tree": { 17147 "version": "3.2.4", 17148 "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", 17149 "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", 17150 "license": "MIT" 17151 }, 17152 "node_modules/tailwindcss": { 17153 "version": "3.4.17", 17154 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", 17155 "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", 17156 "license": "MIT", 17157 "dependencies": { 17158 "@alloc/quick-lru": "^5.2.0", 17159 "arg": "^5.0.2", 17160 "chokidar": "^3.6.0", 17161 "didyoumean": "^1.2.2", 17162 "dlv": "^1.1.3", 17163 "fast-glob": "^3.3.2", 17164 "glob-parent": "^6.0.2", 17165 "is-glob": "^4.0.3", 17166 "jiti": "^1.21.6", 17167 "lilconfig": "^3.1.3", 17168 "micromatch": "^4.0.8", 17169 "normalize-path": "^3.0.0", 17170 "object-hash": "^3.0.0", 17171 "picocolors": "^1.1.1", 17172 "postcss": "^8.4.47", 17173 "postcss-import": "^15.1.0", 17174 "postcss-js": "^4.0.1", 17175 "postcss-load-config": "^4.0.2", 17176 "postcss-nested": "^6.2.0", 17177 "postcss-selector-parser": "^6.1.2", 17178 "resolve": "^1.22.8", 17179 "sucrase": "^3.35.0" 17180 }, 17181 "bin": { 17182 "tailwind": "lib/cli.js", 17183 "tailwindcss": "lib/cli.js" 17184 }, 17185 "engines": { 17186 "node": ">=14.0.0" 17187 } 17188 }, 17189 "node_modules/tailwindcss/node_modules/lilconfig": { 17190 "version": "3.1.3", 17191 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", 17192 "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", 17193 "license": "MIT", 17194 "engines": { 17195 "node": ">=14" 17196 }, 17197 "funding": { 17198 "url": "https://github.com/sponsors/antonk52" 17199 } 17200 }, 17201 "node_modules/tapable": { 17202 "version": "2.2.1", 17203 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", 17204 "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", 17205 "license": "MIT", 17206 "engines": { 17207 "node": ">=6" 17208 } 17209 }, 17210 "node_modules/temp-dir": { 17211 "version": "2.0.0", 17212 "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", 17213 "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", 17214 "license": "MIT", 17215 "engines": { 17216 "node": ">=8" 17217 } 17218 }, 17219 "node_modules/tempy": { 17220 "version": "0.6.0", 17221 "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", 17222 "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", 17223 "license": "MIT", 17224 "dependencies": { 17225 "is-stream": "^2.0.0", 17226 "temp-dir": "^2.0.0", 17227 "type-fest": "^0.16.0", 17228 "unique-string": "^2.0.0" 17229 }, 17230 "engines": { 17231 "node": ">=10" 17232 }, 17233 "funding": { 17234 "url": "https://github.com/sponsors/sindresorhus" 17235 } 17236 }, 17237 "node_modules/tempy/node_modules/type-fest": { 17238 "version": "0.16.0", 17239 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", 17240 "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", 17241 "license": "(MIT OR CC0-1.0)", 17242 "engines": { 17243 "node": ">=10" 17244 }, 17245 "funding": { 17246 "url": "https://github.com/sponsors/sindresorhus" 17247 } 17248 }, 17249 "node_modules/terminal-link": { 17250 "version": "2.1.1", 17251 "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", 17252 "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", 17253 "license": "MIT", 17254 "dependencies": { 17255 "ansi-escapes": "^4.2.1", 17256 "supports-hyperlinks": "^2.0.0" 17257 }, 17258 "engines": { 17259 "node": ">=8" 17260 }, 17261 "funding": { 17262 "url": "https://github.com/sponsors/sindresorhus" 17263 } 17264 }, 17265 "node_modules/terser": { 17266 "version": "5.39.0", 17267 "resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz", 17268 "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==", 17269 "license": "BSD-2-Clause", 17270 "dependencies": { 17271 "@jridgewell/source-map": "^0.3.3", 17272 "acorn": "^8.8.2", 17273 "commander": "^2.20.0", 17274 "source-map-support": "~0.5.20" 17275 }, 17276 "bin": { 17277 "terser": "bin/terser" 17278 }, 17279 "engines": { 17280 "node": ">=10" 17281 } 17282 }, 17283 "node_modules/terser-webpack-plugin": { 17284 "version": "5.3.11", 17285 "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz", 17286 "integrity": "sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==", 17287 "license": "MIT", 17288 "dependencies": { 17289 "@jridgewell/trace-mapping": "^0.3.25", 17290 "jest-worker": "^27.4.5", 17291 "schema-utils": "^4.3.0", 17292 "serialize-javascript": "^6.0.2", 17293 "terser": "^5.31.1" 17294 }, 17295 "engines": { 17296 "node": ">= 10.13.0" 17297 }, 17298 "funding": { 17299 "type": "opencollective", 17300 "url": "https://opencollective.com/webpack" 17301 }, 17302 "peerDependencies": { 17303 "webpack": "^5.1.0" 17304 }, 17305 "peerDependenciesMeta": { 17306 "@swc/core": { 17307 "optional": true 17308 }, 17309 "esbuild": { 17310 "optional": true 17311 }, 17312 "uglify-js": { 17313 "optional": true 17314 } 17315 } 17316 }, 17317 "node_modules/terser/node_modules/commander": { 17318 "version": "2.20.3", 17319 "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", 17320 "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", 17321 "license": "MIT" 17322 }, 17323 "node_modules/test-exclude": { 17324 "version": "6.0.0", 17325 "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", 17326 "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", 17327 "license": "ISC", 17328 "dependencies": { 17329 "@istanbuljs/schema": "^0.1.2", 17330 "glob": "^7.1.4", 17331 "minimatch": "^3.0.4" 17332 }, 17333 "engines": { 17334 "node": ">=8" 17335 } 17336 }, 17337 "node_modules/text-table": { 17338 "version": "0.2.0", 17339 "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", 17340 "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", 17341 "license": "MIT" 17342 }, 17343 "node_modules/thenify": { 17344 "version": "3.3.1", 17345 "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", 17346 "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", 17347 "license": "MIT", 17348 "dependencies": { 17349 "any-promise": "^1.0.0" 17350 } 17351 }, 17352 "node_modules/thenify-all": { 17353 "version": "1.6.0", 17354 "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", 17355 "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", 17356 "license": "MIT", 17357 "dependencies": { 17358 "thenify": ">= 3.1.0 < 4" 17359 }, 17360 "engines": { 17361 "node": ">=0.8" 17362 } 17363 }, 17364 "node_modules/throat": { 17365 "version": "6.0.2", 17366 "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", 17367 "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==", 17368 "license": "MIT" 17369 }, 17370 "node_modules/thunky": { 17371 "version": "1.1.0", 17372 "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", 17373 "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", 17374 "license": "MIT" 17375 }, 17376 "node_modules/tiny-invariant": { 17377 "version": "1.3.3", 17378 "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", 17379 "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", 17380 "license": "MIT" 17381 }, 17382 "node_modules/tlds": { 17383 "version": "1.255.0", 17384 "resolved": "https://registry.npmjs.org/tlds/-/tlds-1.255.0.tgz", 17385 "integrity": "sha512-tcwMRIioTcF/FcxLev8MJWxCp+GUALRhFEqbDoZrnowmKSGqPrl5pqS+Sut2m8BgJ6S4FExCSSpGffZ0Tks6Aw==", 17386 "license": "MIT", 17387 "bin": { 17388 "tlds": "bin.js" 17389 } 17390 }, 17391 "node_modules/tmpl": { 17392 "version": "1.0.5", 17393 "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", 17394 "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", 17395 "license": "BSD-3-Clause" 17396 }, 17397 "node_modules/to-regex-range": { 17398 "version": "5.0.1", 17399 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 17400 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 17401 "license": "MIT", 17402 "dependencies": { 17403 "is-number": "^7.0.0" 17404 }, 17405 "engines": { 17406 "node": ">=8.0" 17407 } 17408 }, 17409 "node_modules/toidentifier": { 17410 "version": "1.0.1", 17411 "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", 17412 "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", 17413 "license": "MIT", 17414 "engines": { 17415 "node": ">=0.6" 17416 } 17417 }, 17418 "node_modules/tough-cookie": { 17419 "version": "4.1.4", 17420 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", 17421 "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", 17422 "license": "BSD-3-Clause", 17423 "dependencies": { 17424 "psl": "^1.1.33", 17425 "punycode": "^2.1.1", 17426 "universalify": "^0.2.0", 17427 "url-parse": "^1.5.3" 17428 }, 17429 "engines": { 17430 "node": ">=6" 17431 } 17432 }, 17433 "node_modules/tough-cookie/node_modules/universalify": { 17434 "version": "0.2.0", 17435 "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", 17436 "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", 17437 "license": "MIT", 17438 "engines": { 17439 "node": ">= 4.0.0" 17440 } 17441 }, 17442 "node_modules/tr46": { 17443 "version": "2.1.0", 17444 "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", 17445 "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", 17446 "license": "MIT", 17447 "dependencies": { 17448 "punycode": "^2.1.1" 17449 }, 17450 "engines": { 17451 "node": ">=8" 17452 } 17453 }, 17454 "node_modules/tryer": { 17455 "version": "1.0.1", 17456 "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", 17457 "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==", 17458 "license": "MIT" 17459 }, 17460 "node_modules/ts-interface-checker": { 17461 "version": "0.1.13", 17462 "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", 17463 "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", 17464 "license": "Apache-2.0" 17465 }, 17466 "node_modules/tsconfig-paths": { 17467 "version": "3.15.0", 17468 "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", 17469 "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", 17470 "license": "MIT", 17471 "dependencies": { 17472 "@types/json5": "^0.0.29", 17473 "json5": "^1.0.2", 17474 "minimist": "^1.2.6", 17475 "strip-bom": "^3.0.0" 17476 } 17477 }, 17478 "node_modules/tsconfig-paths/node_modules/json5": { 17479 "version": "1.0.2", 17480 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", 17481 "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", 17482 "license": "MIT", 17483 "dependencies": { 17484 "minimist": "^1.2.0" 17485 }, 17486 "bin": { 17487 "json5": "lib/cli.js" 17488 } 17489 }, 17490 "node_modules/tsconfig-paths/node_modules/strip-bom": { 17491 "version": "3.0.0", 17492 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", 17493 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", 17494 "license": "MIT", 17495 "engines": { 17496 "node": ">=4" 17497 } 17498 }, 17499 "node_modules/tslib": { 17500 "version": "2.8.1", 17501 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 17502 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 17503 "license": "0BSD" 17504 }, 17505 "node_modules/tsutils": { 17506 "version": "3.21.0", 17507 "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", 17508 "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", 17509 "license": "MIT", 17510 "dependencies": { 17511 "tslib": "^1.8.1" 17512 }, 17513 "engines": { 17514 "node": ">= 6" 17515 }, 17516 "peerDependencies": { 17517 "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" 17518 } 17519 }, 17520 "node_modules/tsutils/node_modules/tslib": { 17521 "version": "1.14.1", 17522 "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", 17523 "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", 17524 "license": "0BSD" 17525 }, 17526 "node_modules/type-check": { 17527 "version": "0.4.0", 17528 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", 17529 "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", 17530 "license": "MIT", 17531 "dependencies": { 17532 "prelude-ls": "^1.2.1" 17533 }, 17534 "engines": { 17535 "node": ">= 0.8.0" 17536 } 17537 }, 17538 "node_modules/type-detect": { 17539 "version": "4.0.8", 17540 "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", 17541 "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", 17542 "license": "MIT", 17543 "engines": { 17544 "node": ">=4" 17545 } 17546 }, 17547 "node_modules/type-fest": { 17548 "version": "0.21.3", 17549 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", 17550 "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", 17551 "license": "(MIT OR CC0-1.0)", 17552 "engines": { 17553 "node": ">=10" 17554 }, 17555 "funding": { 17556 "url": "https://github.com/sponsors/sindresorhus" 17557 } 17558 }, 17559 "node_modules/type-is": { 17560 "version": "1.6.18", 17561 "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", 17562 "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", 17563 "license": "MIT", 17564 "dependencies": { 17565 "media-typer": "0.3.0", 17566 "mime-types": "~2.1.24" 17567 }, 17568 "engines": { 17569 "node": ">= 0.6" 17570 } 17571 }, 17572 "node_modules/typed-array-buffer": { 17573 "version": "1.0.3", 17574 "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", 17575 "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", 17576 "license": "MIT", 17577 "dependencies": { 17578 "call-bound": "^1.0.3", 17579 "es-errors": "^1.3.0", 17580 "is-typed-array": "^1.1.14" 17581 }, 17582 "engines": { 17583 "node": ">= 0.4" 17584 } 17585 }, 17586 "node_modules/typed-array-byte-length": { 17587 "version": "1.0.3", 17588 "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", 17589 "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", 17590 "license": "MIT", 17591 "dependencies": { 17592 "call-bind": "^1.0.8", 17593 "for-each": "^0.3.3", 17594 "gopd": "^1.2.0", 17595 "has-proto": "^1.2.0", 17596 "is-typed-array": "^1.1.14" 17597 }, 17598 "engines": { 17599 "node": ">= 0.4" 17600 }, 17601 "funding": { 17602 "url": "https://github.com/sponsors/ljharb" 17603 } 17604 }, 17605 "node_modules/typed-array-byte-offset": { 17606 "version": "1.0.4", 17607 "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", 17608 "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", 17609 "license": "MIT", 17610 "dependencies": { 17611 "available-typed-arrays": "^1.0.7", 17612 "call-bind": "^1.0.8", 17613 "for-each": "^0.3.3", 17614 "gopd": "^1.2.0", 17615 "has-proto": "^1.2.0", 17616 "is-typed-array": "^1.1.15", 17617 "reflect.getprototypeof": "^1.0.9" 17618 }, 17619 "engines": { 17620 "node": ">= 0.4" 17621 }, 17622 "funding": { 17623 "url": "https://github.com/sponsors/ljharb" 17624 } 17625 }, 17626 "node_modules/typed-array-length": { 17627 "version": "1.0.7", 17628 "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", 17629 "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", 17630 "license": "MIT", 17631 "dependencies": { 17632 "call-bind": "^1.0.7", 17633 "for-each": "^0.3.3", 17634 "gopd": "^1.0.1", 17635 "is-typed-array": "^1.1.13", 17636 "possible-typed-array-names": "^1.0.0", 17637 "reflect.getprototypeof": "^1.0.6" 17638 }, 17639 "engines": { 17640 "node": ">= 0.4" 17641 }, 17642 "funding": { 17643 "url": "https://github.com/sponsors/ljharb" 17644 } 17645 }, 17646 "node_modules/typedarray-to-buffer": { 17647 "version": "3.1.5", 17648 "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", 17649 "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", 17650 "license": "MIT", 17651 "dependencies": { 17652 "is-typedarray": "^1.0.0" 17653 } 17654 }, 17655 "node_modules/typescript": { 17656 "version": "4.9.5", 17657 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", 17658 "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", 17659 "license": "Apache-2.0", 17660 "bin": { 17661 "tsc": "bin/tsc", 17662 "tsserver": "bin/tsserver" 17663 }, 17664 "engines": { 17665 "node": ">=4.2.0" 17666 } 17667 }, 17668 "node_modules/uid-safe": { 17669 "version": "2.1.5", 17670 "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz", 17671 "integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==", 17672 "license": "MIT", 17673 "dependencies": { 17674 "random-bytes": "~1.0.0" 17675 }, 17676 "engines": { 17677 "node": ">= 0.8" 17678 } 17679 }, 17680 "node_modules/uint8arrays": { 17681 "version": "3.0.0", 17682 "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz", 17683 "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==", 17684 "license": "MIT", 17685 "dependencies": { 17686 "multiformats": "^9.4.2" 17687 } 17688 }, 17689 "node_modules/unbox-primitive": { 17690 "version": "1.1.0", 17691 "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", 17692 "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", 17693 "license": "MIT", 17694 "dependencies": { 17695 "call-bound": "^1.0.3", 17696 "has-bigints": "^1.0.2", 17697 "has-symbols": "^1.1.0", 17698 "which-boxed-primitive": "^1.1.1" 17699 }, 17700 "engines": { 17701 "node": ">= 0.4" 17702 }, 17703 "funding": { 17704 "url": "https://github.com/sponsors/ljharb" 17705 } 17706 }, 17707 "node_modules/underscore": { 17708 "version": "1.12.1", 17709 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", 17710 "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==", 17711 "license": "MIT" 17712 }, 17713 "node_modules/undici": { 17714 "version": "6.21.1", 17715 "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz", 17716 "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==", 17717 "license": "MIT", 17718 "engines": { 17719 "node": ">=18.17" 17720 } 17721 }, 17722 "node_modules/undici-types": { 17723 "version": "6.20.0", 17724 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", 17725 "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", 17726 "license": "MIT" 17727 }, 17728 "node_modules/unicode-canonical-property-names-ecmascript": { 17729 "version": "2.0.1", 17730 "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", 17731 "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", 17732 "license": "MIT", 17733 "engines": { 17734 "node": ">=4" 17735 } 17736 }, 17737 "node_modules/unicode-match-property-ecmascript": { 17738 "version": "2.0.0", 17739 "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", 17740 "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", 17741 "license": "MIT", 17742 "dependencies": { 17743 "unicode-canonical-property-names-ecmascript": "^2.0.0", 17744 "unicode-property-aliases-ecmascript": "^2.0.0" 17745 }, 17746 "engines": { 17747 "node": ">=4" 17748 } 17749 }, 17750 "node_modules/unicode-match-property-value-ecmascript": { 17751 "version": "2.2.0", 17752 "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", 17753 "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", 17754 "license": "MIT", 17755 "engines": { 17756 "node": ">=4" 17757 } 17758 }, 17759 "node_modules/unicode-property-aliases-ecmascript": { 17760 "version": "2.1.0", 17761 "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", 17762 "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", 17763 "license": "MIT", 17764 "engines": { 17765 "node": ">=4" 17766 } 17767 }, 17768 "node_modules/unique-string": { 17769 "version": "2.0.0", 17770 "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", 17771 "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", 17772 "license": "MIT", 17773 "dependencies": { 17774 "crypto-random-string": "^2.0.0" 17775 }, 17776 "engines": { 17777 "node": ">=8" 17778 } 17779 }, 17780 "node_modules/universalify": { 17781 "version": "2.0.1", 17782 "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", 17783 "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", 17784 "license": "MIT", 17785 "engines": { 17786 "node": ">= 10.0.0" 17787 } 17788 }, 17789 "node_modules/unpipe": { 17790 "version": "1.0.0", 17791 "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", 17792 "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", 17793 "license": "MIT", 17794 "engines": { 17795 "node": ">= 0.8" 17796 } 17797 }, 17798 "node_modules/unquote": { 17799 "version": "1.1.1", 17800 "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", 17801 "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==", 17802 "license": "MIT" 17803 }, 17804 "node_modules/upath": { 17805 "version": "1.2.0", 17806 "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", 17807 "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", 17808 "license": "MIT", 17809 "engines": { 17810 "node": ">=4", 17811 "yarn": "*" 17812 } 17813 }, 17814 "node_modules/update-browserslist-db": { 17815 "version": "1.1.2", 17816 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz", 17817 "integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==", 17818 "funding": [ 17819 { 17820 "type": "opencollective", 17821 "url": "https://opencollective.com/browserslist" 17822 }, 17823 { 17824 "type": "tidelift", 17825 "url": "https://tidelift.com/funding/github/npm/browserslist" 17826 }, 17827 { 17828 "type": "github", 17829 "url": "https://github.com/sponsors/ai" 17830 } 17831 ], 17832 "license": "MIT", 17833 "dependencies": { 17834 "escalade": "^3.2.0", 17835 "picocolors": "^1.1.1" 17836 }, 17837 "bin": { 17838 "update-browserslist-db": "cli.js" 17839 }, 17840 "peerDependencies": { 17841 "browserslist": ">= 4.21.0" 17842 } 17843 }, 17844 "node_modules/uri-js": { 17845 "version": "4.4.1", 17846 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", 17847 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", 17848 "license": "BSD-2-Clause", 17849 "dependencies": { 17850 "punycode": "^2.1.0" 17851 } 17852 }, 17853 "node_modules/url-parse": { 17854 "version": "1.5.10", 17855 "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", 17856 "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", 17857 "license": "MIT", 17858 "dependencies": { 17859 "querystringify": "^2.1.1", 17860 "requires-port": "^1.0.0" 17861 } 17862 }, 17863 "node_modules/util-deprecate": { 17864 "version": "1.0.2", 17865 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 17866 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", 17867 "license": "MIT" 17868 }, 17869 "node_modules/util.promisify": { 17870 "version": "1.0.1", 17871 "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", 17872 "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", 17873 "license": "MIT", 17874 "dependencies": { 17875 "define-properties": "^1.1.3", 17876 "es-abstract": "^1.17.2", 17877 "has-symbols": "^1.0.1", 17878 "object.getownpropertydescriptors": "^2.1.0" 17879 }, 17880 "funding": { 17881 "url": "https://github.com/sponsors/ljharb" 17882 } 17883 }, 17884 "node_modules/utila": { 17885 "version": "0.4.0", 17886 "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", 17887 "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", 17888 "license": "MIT" 17889 }, 17890 "node_modules/utils-merge": { 17891 "version": "1.0.1", 17892 "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", 17893 "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", 17894 "license": "MIT", 17895 "engines": { 17896 "node": ">= 0.4.0" 17897 } 17898 }, 17899 "node_modules/uuid": { 17900 "version": "8.3.2", 17901 "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", 17902 "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", 17903 "license": "MIT", 17904 "bin": { 17905 "uuid": "dist/bin/uuid" 17906 } 17907 }, 17908 "node_modules/v8-to-istanbul": { 17909 "version": "8.1.1", 17910 "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", 17911 "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", 17912 "license": "ISC", 17913 "dependencies": { 17914 "@types/istanbul-lib-coverage": "^2.0.1", 17915 "convert-source-map": "^1.6.0", 17916 "source-map": "^0.7.3" 17917 }, 17918 "engines": { 17919 "node": ">=10.12.0" 17920 } 17921 }, 17922 "node_modules/v8-to-istanbul/node_modules/convert-source-map": { 17923 "version": "1.9.0", 17924 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", 17925 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", 17926 "license": "MIT" 17927 }, 17928 "node_modules/vary": { 17929 "version": "1.1.2", 17930 "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", 17931 "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", 17932 "license": "MIT", 17933 "engines": { 17934 "node": ">= 0.8" 17935 } 17936 }, 17937 "node_modules/victory-vendor": { 17938 "version": "36.9.2", 17939 "resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-36.9.2.tgz", 17940 "integrity": "sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==", 17941 "license": "MIT AND ISC", 17942 "dependencies": { 17943 "@types/d3-array": "^3.0.3", 17944 "@types/d3-ease": "^3.0.0", 17945 "@types/d3-interpolate": "^3.0.1", 17946 "@types/d3-scale": "^4.0.2", 17947 "@types/d3-shape": "^3.1.0", 17948 "@types/d3-time": "^3.0.0", 17949 "@types/d3-timer": "^3.0.0", 17950 "d3-array": "^3.1.6", 17951 "d3-ease": "^3.0.1", 17952 "d3-interpolate": "^3.0.1", 17953 "d3-scale": "^4.0.2", 17954 "d3-shape": "^3.1.0", 17955 "d3-time": "^3.0.0", 17956 "d3-timer": "^3.0.1" 17957 } 17958 }, 17959 "node_modules/w3c-hr-time": { 17960 "version": "1.0.2", 17961 "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", 17962 "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", 17963 "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.", 17964 "license": "MIT", 17965 "dependencies": { 17966 "browser-process-hrtime": "^1.0.0" 17967 } 17968 }, 17969 "node_modules/w3c-xmlserializer": { 17970 "version": "2.0.0", 17971 "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", 17972 "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", 17973 "license": "MIT", 17974 "dependencies": { 17975 "xml-name-validator": "^3.0.0" 17976 }, 17977 "engines": { 17978 "node": ">=10" 17979 } 17980 }, 17981 "node_modules/walker": { 17982 "version": "1.0.8", 17983 "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", 17984 "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", 17985 "license": "Apache-2.0", 17986 "dependencies": { 17987 "makeerror": "1.0.12" 17988 } 17989 }, 17990 "node_modules/watchpack": { 17991 "version": "2.4.2", 17992 "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", 17993 "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", 17994 "license": "MIT", 17995 "dependencies": { 17996 "glob-to-regexp": "^0.4.1", 17997 "graceful-fs": "^4.1.2" 17998 }, 17999 "engines": { 18000 "node": ">=10.13.0" 18001 } 18002 }, 18003 "node_modules/wbuf": { 18004 "version": "1.7.3", 18005 "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", 18006 "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", 18007 "license": "MIT", 18008 "dependencies": { 18009 "minimalistic-assert": "^1.0.0" 18010 } 18011 }, 18012 "node_modules/web-vitals": { 18013 "version": "4.2.4", 18014 "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", 18015 "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", 18016 "license": "Apache-2.0" 18017 }, 18018 "node_modules/webidl-conversions": { 18019 "version": "6.1.0", 18020 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", 18021 "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", 18022 "license": "BSD-2-Clause", 18023 "engines": { 18024 "node": ">=10.4" 18025 } 18026 }, 18027 "node_modules/webpack": { 18028 "version": "5.98.0", 18029 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.98.0.tgz", 18030 "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==", 18031 "license": "MIT", 18032 "dependencies": { 18033 "@types/eslint-scope": "^3.7.7", 18034 "@types/estree": "^1.0.6", 18035 "@webassemblyjs/ast": "^1.14.1", 18036 "@webassemblyjs/wasm-edit": "^1.14.1", 18037 "@webassemblyjs/wasm-parser": "^1.14.1", 18038 "acorn": "^8.14.0", 18039 "browserslist": "^4.24.0", 18040 "chrome-trace-event": "^1.0.2", 18041 "enhanced-resolve": "^5.17.1", 18042 "es-module-lexer": "^1.2.1", 18043 "eslint-scope": "5.1.1", 18044 "events": "^3.2.0", 18045 "glob-to-regexp": "^0.4.1", 18046 "graceful-fs": "^4.2.11", 18047 "json-parse-even-better-errors": "^2.3.1", 18048 "loader-runner": "^4.2.0", 18049 "mime-types": "^2.1.27", 18050 "neo-async": "^2.6.2", 18051 "schema-utils": "^4.3.0", 18052 "tapable": "^2.1.1", 18053 "terser-webpack-plugin": "^5.3.11", 18054 "watchpack": "^2.4.1", 18055 "webpack-sources": "^3.2.3" 18056 }, 18057 "bin": { 18058 "webpack": "bin/webpack.js" 18059 }, 18060 "engines": { 18061 "node": ">=10.13.0" 18062 }, 18063 "funding": { 18064 "type": "opencollective", 18065 "url": "https://opencollective.com/webpack" 18066 }, 18067 "peerDependenciesMeta": { 18068 "webpack-cli": { 18069 "optional": true 18070 } 18071 } 18072 }, 18073 "node_modules/webpack-dev-middleware": { 18074 "version": "5.3.4", 18075 "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", 18076 "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", 18077 "license": "MIT", 18078 "dependencies": { 18079 "colorette": "^2.0.10", 18080 "memfs": "^3.4.3", 18081 "mime-types": "^2.1.31", 18082 "range-parser": "^1.2.1", 18083 "schema-utils": "^4.0.0" 18084 }, 18085 "engines": { 18086 "node": ">= 12.13.0" 18087 }, 18088 "funding": { 18089 "type": "opencollective", 18090 "url": "https://opencollective.com/webpack" 18091 }, 18092 "peerDependencies": { 18093 "webpack": "^4.0.0 || ^5.0.0" 18094 } 18095 }, 18096 "node_modules/webpack-dev-server": { 18097 "version": "4.15.2", 18098 "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz", 18099 "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==", 18100 "license": "MIT", 18101 "dependencies": { 18102 "@types/bonjour": "^3.5.9", 18103 "@types/connect-history-api-fallback": "^1.3.5", 18104 "@types/express": "^4.17.13", 18105 "@types/serve-index": "^1.9.1", 18106 "@types/serve-static": "^1.13.10", 18107 "@types/sockjs": "^0.3.33", 18108 "@types/ws": "^8.5.5", 18109 "ansi-html-community": "^0.0.8", 18110 "bonjour-service": "^1.0.11", 18111 "chokidar": "^3.5.3", 18112 "colorette": "^2.0.10", 18113 "compression": "^1.7.4", 18114 "connect-history-api-fallback": "^2.0.0", 18115 "default-gateway": "^6.0.3", 18116 "express": "^4.17.3", 18117 "graceful-fs": "^4.2.6", 18118 "html-entities": "^2.3.2", 18119 "http-proxy-middleware": "^2.0.3", 18120 "ipaddr.js": "^2.0.1", 18121 "launch-editor": "^2.6.0", 18122 "open": "^8.0.9", 18123 "p-retry": "^4.5.0", 18124 "rimraf": "^3.0.2", 18125 "schema-utils": "^4.0.0", 18126 "selfsigned": "^2.1.1", 18127 "serve-index": "^1.9.1", 18128 "sockjs": "^0.3.24", 18129 "spdy": "^4.0.2", 18130 "webpack-dev-middleware": "^5.3.4", 18131 "ws": "^8.13.0" 18132 }, 18133 "bin": { 18134 "webpack-dev-server": "bin/webpack-dev-server.js" 18135 }, 18136 "engines": { 18137 "node": ">= 12.13.0" 18138 }, 18139 "funding": { 18140 "type": "opencollective", 18141 "url": "https://opencollective.com/webpack" 18142 }, 18143 "peerDependencies": { 18144 "webpack": "^4.37.0 || ^5.0.0" 18145 }, 18146 "peerDependenciesMeta": { 18147 "webpack": { 18148 "optional": true 18149 }, 18150 "webpack-cli": { 18151 "optional": true 18152 } 18153 } 18154 }, 18155 "node_modules/webpack-dev-server/node_modules/ws": { 18156 "version": "8.18.0", 18157 "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", 18158 "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", 18159 "license": "MIT", 18160 "engines": { 18161 "node": ">=10.0.0" 18162 }, 18163 "peerDependencies": { 18164 "bufferutil": "^4.0.1", 18165 "utf-8-validate": ">=5.0.2" 18166 }, 18167 "peerDependenciesMeta": { 18168 "bufferutil": { 18169 "optional": true 18170 }, 18171 "utf-8-validate": { 18172 "optional": true 18173 } 18174 } 18175 }, 18176 "node_modules/webpack-manifest-plugin": { 18177 "version": "4.1.1", 18178 "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz", 18179 "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==", 18180 "license": "MIT", 18181 "dependencies": { 18182 "tapable": "^2.0.0", 18183 "webpack-sources": "^2.2.0" 18184 }, 18185 "engines": { 18186 "node": ">=12.22.0" 18187 }, 18188 "peerDependencies": { 18189 "webpack": "^4.44.2 || ^5.47.0" 18190 } 18191 }, 18192 "node_modules/webpack-manifest-plugin/node_modules/source-map": { 18193 "version": "0.6.1", 18194 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 18195 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 18196 "license": "BSD-3-Clause", 18197 "engines": { 18198 "node": ">=0.10.0" 18199 } 18200 }, 18201 "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": { 18202 "version": "2.3.1", 18203 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz", 18204 "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==", 18205 "license": "MIT", 18206 "dependencies": { 18207 "source-list-map": "^2.0.1", 18208 "source-map": "^0.6.1" 18209 }, 18210 "engines": { 18211 "node": ">=10.13.0" 18212 } 18213 }, 18214 "node_modules/webpack-sources": { 18215 "version": "3.2.3", 18216 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", 18217 "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", 18218 "license": "MIT", 18219 "engines": { 18220 "node": ">=10.13.0" 18221 } 18222 }, 18223 "node_modules/webpack/node_modules/eslint-scope": { 18224 "version": "5.1.1", 18225 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", 18226 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", 18227 "license": "BSD-2-Clause", 18228 "dependencies": { 18229 "esrecurse": "^4.3.0", 18230 "estraverse": "^4.1.1" 18231 }, 18232 "engines": { 18233 "node": ">=8.0.0" 18234 } 18235 }, 18236 "node_modules/webpack/node_modules/estraverse": { 18237 "version": "4.3.0", 18238 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 18239 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", 18240 "license": "BSD-2-Clause", 18241 "engines": { 18242 "node": ">=4.0" 18243 } 18244 }, 18245 "node_modules/websocket-driver": { 18246 "version": "0.7.4", 18247 "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", 18248 "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", 18249 "license": "Apache-2.0", 18250 "dependencies": { 18251 "http-parser-js": ">=0.5.1", 18252 "safe-buffer": ">=5.1.0", 18253 "websocket-extensions": ">=0.1.1" 18254 }, 18255 "engines": { 18256 "node": ">=0.8.0" 18257 } 18258 }, 18259 "node_modules/websocket-extensions": { 18260 "version": "0.1.4", 18261 "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", 18262 "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", 18263 "license": "Apache-2.0", 18264 "engines": { 18265 "node": ">=0.8.0" 18266 } 18267 }, 18268 "node_modules/whatwg-encoding": { 18269 "version": "1.0.5", 18270 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", 18271 "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", 18272 "license": "MIT", 18273 "dependencies": { 18274 "iconv-lite": "0.4.24" 18275 } 18276 }, 18277 "node_modules/whatwg-encoding/node_modules/iconv-lite": { 18278 "version": "0.4.24", 18279 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 18280 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 18281 "license": "MIT", 18282 "dependencies": { 18283 "safer-buffer": ">= 2.1.2 < 3" 18284 }, 18285 "engines": { 18286 "node": ">=0.10.0" 18287 } 18288 }, 18289 "node_modules/whatwg-fetch": { 18290 "version": "3.6.20", 18291 "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", 18292 "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==", 18293 "license": "MIT" 18294 }, 18295 "node_modules/whatwg-mimetype": { 18296 "version": "2.3.0", 18297 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", 18298 "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", 18299 "license": "MIT" 18300 }, 18301 "node_modules/whatwg-url": { 18302 "version": "8.7.0", 18303 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", 18304 "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", 18305 "license": "MIT", 18306 "dependencies": { 18307 "lodash": "^4.7.0", 18308 "tr46": "^2.1.0", 18309 "webidl-conversions": "^6.1.0" 18310 }, 18311 "engines": { 18312 "node": ">=10" 18313 } 18314 }, 18315 "node_modules/which": { 18316 "version": "2.0.2", 18317 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 18318 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 18319 "license": "ISC", 18320 "dependencies": { 18321 "isexe": "^2.0.0" 18322 }, 18323 "bin": { 18324 "node-which": "bin/node-which" 18325 }, 18326 "engines": { 18327 "node": ">= 8" 18328 } 18329 }, 18330 "node_modules/which-boxed-primitive": { 18331 "version": "1.1.1", 18332 "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", 18333 "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", 18334 "license": "MIT", 18335 "dependencies": { 18336 "is-bigint": "^1.1.0", 18337 "is-boolean-object": "^1.2.1", 18338 "is-number-object": "^1.1.1", 18339 "is-string": "^1.1.1", 18340 "is-symbol": "^1.1.1" 18341 }, 18342 "engines": { 18343 "node": ">= 0.4" 18344 }, 18345 "funding": { 18346 "url": "https://github.com/sponsors/ljharb" 18347 } 18348 }, 18349 "node_modules/which-builtin-type": { 18350 "version": "1.2.1", 18351 "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", 18352 "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", 18353 "license": "MIT", 18354 "dependencies": { 18355 "call-bound": "^1.0.2", 18356 "function.prototype.name": "^1.1.6", 18357 "has-tostringtag": "^1.0.2", 18358 "is-async-function": "^2.0.0", 18359 "is-date-object": "^1.1.0", 18360 "is-finalizationregistry": "^1.1.0", 18361 "is-generator-function": "^1.0.10", 18362 "is-regex": "^1.2.1", 18363 "is-weakref": "^1.0.2", 18364 "isarray": "^2.0.5", 18365 "which-boxed-primitive": "^1.1.0", 18366 "which-collection": "^1.0.2", 18367 "which-typed-array": "^1.1.16" 18368 }, 18369 "engines": { 18370 "node": ">= 0.4" 18371 }, 18372 "funding": { 18373 "url": "https://github.com/sponsors/ljharb" 18374 } 18375 }, 18376 "node_modules/which-collection": { 18377 "version": "1.0.2", 18378 "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", 18379 "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", 18380 "license": "MIT", 18381 "dependencies": { 18382 "is-map": "^2.0.3", 18383 "is-set": "^2.0.3", 18384 "is-weakmap": "^2.0.2", 18385 "is-weakset": "^2.0.3" 18386 }, 18387 "engines": { 18388 "node": ">= 0.4" 18389 }, 18390 "funding": { 18391 "url": "https://github.com/sponsors/ljharb" 18392 } 18393 }, 18394 "node_modules/which-typed-array": { 18395 "version": "1.1.18", 18396 "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz", 18397 "integrity": "sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==", 18398 "license": "MIT", 18399 "dependencies": { 18400 "available-typed-arrays": "^1.0.7", 18401 "call-bind": "^1.0.8", 18402 "call-bound": "^1.0.3", 18403 "for-each": "^0.3.3", 18404 "gopd": "^1.2.0", 18405 "has-tostringtag": "^1.0.2" 18406 }, 18407 "engines": { 18408 "node": ">= 0.4" 18409 }, 18410 "funding": { 18411 "url": "https://github.com/sponsors/ljharb" 18412 } 18413 }, 18414 "node_modules/word-wrap": { 18415 "version": "1.2.5", 18416 "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", 18417 "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", 18418 "license": "MIT", 18419 "engines": { 18420 "node": ">=0.10.0" 18421 } 18422 }, 18423 "node_modules/workbox-background-sync": { 18424 "version": "6.6.0", 18425 "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz", 18426 "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==", 18427 "license": "MIT", 18428 "dependencies": { 18429 "idb": "^7.0.1", 18430 "workbox-core": "6.6.0" 18431 } 18432 }, 18433 "node_modules/workbox-broadcast-update": { 18434 "version": "6.6.0", 18435 "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz", 18436 "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==", 18437 "license": "MIT", 18438 "dependencies": { 18439 "workbox-core": "6.6.0" 18440 } 18441 }, 18442 "node_modules/workbox-build": { 18443 "version": "6.6.0", 18444 "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz", 18445 "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==", 18446 "license": "MIT", 18447 "dependencies": { 18448 "@apideck/better-ajv-errors": "^0.3.1", 18449 "@babel/core": "^7.11.1", 18450 "@babel/preset-env": "^7.11.0", 18451 "@babel/runtime": "^7.11.2", 18452 "@rollup/plugin-babel": "^5.2.0", 18453 "@rollup/plugin-node-resolve": "^11.2.1", 18454 "@rollup/plugin-replace": "^2.4.1", 18455 "@surma/rollup-plugin-off-main-thread": "^2.2.3", 18456 "ajv": "^8.6.0", 18457 "common-tags": "^1.8.0", 18458 "fast-json-stable-stringify": "^2.1.0", 18459 "fs-extra": "^9.0.1", 18460 "glob": "^7.1.6", 18461 "lodash": "^4.17.20", 18462 "pretty-bytes": "^5.3.0", 18463 "rollup": "^2.43.1", 18464 "rollup-plugin-terser": "^7.0.0", 18465 "source-map": "^0.8.0-beta.0", 18466 "stringify-object": "^3.3.0", 18467 "strip-comments": "^2.0.1", 18468 "tempy": "^0.6.0", 18469 "upath": "^1.2.0", 18470 "workbox-background-sync": "6.6.0", 18471 "workbox-broadcast-update": "6.6.0", 18472 "workbox-cacheable-response": "6.6.0", 18473 "workbox-core": "6.6.0", 18474 "workbox-expiration": "6.6.0", 18475 "workbox-google-analytics": "6.6.0", 18476 "workbox-navigation-preload": "6.6.0", 18477 "workbox-precaching": "6.6.0", 18478 "workbox-range-requests": "6.6.0", 18479 "workbox-recipes": "6.6.0", 18480 "workbox-routing": "6.6.0", 18481 "workbox-strategies": "6.6.0", 18482 "workbox-streams": "6.6.0", 18483 "workbox-sw": "6.6.0", 18484 "workbox-window": "6.6.0" 18485 }, 18486 "engines": { 18487 "node": ">=10.0.0" 18488 } 18489 }, 18490 "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": { 18491 "version": "0.3.6", 18492 "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz", 18493 "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==", 18494 "license": "MIT", 18495 "dependencies": { 18496 "json-schema": "^0.4.0", 18497 "jsonpointer": "^5.0.0", 18498 "leven": "^3.1.0" 18499 }, 18500 "engines": { 18501 "node": ">=10" 18502 }, 18503 "peerDependencies": { 18504 "ajv": ">=8" 18505 } 18506 }, 18507 "node_modules/workbox-build/node_modules/ajv": { 18508 "version": "8.17.1", 18509 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", 18510 "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", 18511 "license": "MIT", 18512 "dependencies": { 18513 "fast-deep-equal": "^3.1.3", 18514 "fast-uri": "^3.0.1", 18515 "json-schema-traverse": "^1.0.0", 18516 "require-from-string": "^2.0.2" 18517 }, 18518 "funding": { 18519 "type": "github", 18520 "url": "https://github.com/sponsors/epoberezkin" 18521 } 18522 }, 18523 "node_modules/workbox-build/node_modules/fs-extra": { 18524 "version": "9.1.0", 18525 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", 18526 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", 18527 "license": "MIT", 18528 "dependencies": { 18529 "at-least-node": "^1.0.0", 18530 "graceful-fs": "^4.2.0", 18531 "jsonfile": "^6.0.1", 18532 "universalify": "^2.0.0" 18533 }, 18534 "engines": { 18535 "node": ">=10" 18536 } 18537 }, 18538 "node_modules/workbox-build/node_modules/json-schema-traverse": { 18539 "version": "1.0.0", 18540 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 18541 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", 18542 "license": "MIT" 18543 }, 18544 "node_modules/workbox-build/node_modules/source-map": { 18545 "version": "0.8.0-beta.0", 18546 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", 18547 "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", 18548 "license": "BSD-3-Clause", 18549 "dependencies": { 18550 "whatwg-url": "^7.0.0" 18551 }, 18552 "engines": { 18553 "node": ">= 8" 18554 } 18555 }, 18556 "node_modules/workbox-build/node_modules/tr46": { 18557 "version": "1.0.1", 18558 "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", 18559 "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", 18560 "license": "MIT", 18561 "dependencies": { 18562 "punycode": "^2.1.0" 18563 } 18564 }, 18565 "node_modules/workbox-build/node_modules/webidl-conversions": { 18566 "version": "4.0.2", 18567 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", 18568 "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", 18569 "license": "BSD-2-Clause" 18570 }, 18571 "node_modules/workbox-build/node_modules/whatwg-url": { 18572 "version": "7.1.0", 18573 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", 18574 "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", 18575 "license": "MIT", 18576 "dependencies": { 18577 "lodash.sortby": "^4.7.0", 18578 "tr46": "^1.0.1", 18579 "webidl-conversions": "^4.0.2" 18580 } 18581 }, 18582 "node_modules/workbox-cacheable-response": { 18583 "version": "6.6.0", 18584 "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz", 18585 "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==", 18586 "deprecated": "workbox-background-sync@6.6.0", 18587 "license": "MIT", 18588 "dependencies": { 18589 "workbox-core": "6.6.0" 18590 } 18591 }, 18592 "node_modules/workbox-core": { 18593 "version": "6.6.0", 18594 "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz", 18595 "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==", 18596 "license": "MIT" 18597 }, 18598 "node_modules/workbox-expiration": { 18599 "version": "6.6.0", 18600 "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz", 18601 "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==", 18602 "license": "MIT", 18603 "dependencies": { 18604 "idb": "^7.0.1", 18605 "workbox-core": "6.6.0" 18606 } 18607 }, 18608 "node_modules/workbox-google-analytics": { 18609 "version": "6.6.0", 18610 "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz", 18611 "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==", 18612 "deprecated": "It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained", 18613 "license": "MIT", 18614 "dependencies": { 18615 "workbox-background-sync": "6.6.0", 18616 "workbox-core": "6.6.0", 18617 "workbox-routing": "6.6.0", 18618 "workbox-strategies": "6.6.0" 18619 } 18620 }, 18621 "node_modules/workbox-navigation-preload": { 18622 "version": "6.6.0", 18623 "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz", 18624 "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==", 18625 "license": "MIT", 18626 "dependencies": { 18627 "workbox-core": "6.6.0" 18628 } 18629 }, 18630 "node_modules/workbox-precaching": { 18631 "version": "6.6.0", 18632 "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz", 18633 "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==", 18634 "license": "MIT", 18635 "dependencies": { 18636 "workbox-core": "6.6.0", 18637 "workbox-routing": "6.6.0", 18638 "workbox-strategies": "6.6.0" 18639 } 18640 }, 18641 "node_modules/workbox-range-requests": { 18642 "version": "6.6.0", 18643 "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz", 18644 "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==", 18645 "license": "MIT", 18646 "dependencies": { 18647 "workbox-core": "6.6.0" 18648 } 18649 }, 18650 "node_modules/workbox-recipes": { 18651 "version": "6.6.0", 18652 "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz", 18653 "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==", 18654 "license": "MIT", 18655 "dependencies": { 18656 "workbox-cacheable-response": "6.6.0", 18657 "workbox-core": "6.6.0", 18658 "workbox-expiration": "6.6.0", 18659 "workbox-precaching": "6.6.0", 18660 "workbox-routing": "6.6.0", 18661 "workbox-strategies": "6.6.0" 18662 } 18663 }, 18664 "node_modules/workbox-routing": { 18665 "version": "6.6.0", 18666 "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz", 18667 "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==", 18668 "license": "MIT", 18669 "dependencies": { 18670 "workbox-core": "6.6.0" 18671 } 18672 }, 18673 "node_modules/workbox-strategies": { 18674 "version": "6.6.0", 18675 "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz", 18676 "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==", 18677 "license": "MIT", 18678 "dependencies": { 18679 "workbox-core": "6.6.0" 18680 } 18681 }, 18682 "node_modules/workbox-streams": { 18683 "version": "6.6.0", 18684 "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz", 18685 "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==", 18686 "license": "MIT", 18687 "dependencies": { 18688 "workbox-core": "6.6.0", 18689 "workbox-routing": "6.6.0" 18690 } 18691 }, 18692 "node_modules/workbox-sw": { 18693 "version": "6.6.0", 18694 "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz", 18695 "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==", 18696 "license": "MIT" 18697 }, 18698 "node_modules/workbox-webpack-plugin": { 18699 "version": "6.6.0", 18700 "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.0.tgz", 18701 "integrity": "sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==", 18702 "license": "MIT", 18703 "dependencies": { 18704 "fast-json-stable-stringify": "^2.1.0", 18705 "pretty-bytes": "^5.4.1", 18706 "upath": "^1.2.0", 18707 "webpack-sources": "^1.4.3", 18708 "workbox-build": "6.6.0" 18709 }, 18710 "engines": { 18711 "node": ">=10.0.0" 18712 }, 18713 "peerDependencies": { 18714 "webpack": "^4.4.0 || ^5.9.0" 18715 } 18716 }, 18717 "node_modules/workbox-webpack-plugin/node_modules/source-map": { 18718 "version": "0.6.1", 18719 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 18720 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 18721 "license": "BSD-3-Clause", 18722 "engines": { 18723 "node": ">=0.10.0" 18724 } 18725 }, 18726 "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": { 18727 "version": "1.4.3", 18728 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", 18729 "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", 18730 "license": "MIT", 18731 "dependencies": { 18732 "source-list-map": "^2.0.0", 18733 "source-map": "~0.6.1" 18734 } 18735 }, 18736 "node_modules/workbox-window": { 18737 "version": "6.6.0", 18738 "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz", 18739 "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==", 18740 "license": "MIT", 18741 "dependencies": { 18742 "@types/trusted-types": "^2.0.2", 18743 "workbox-core": "6.6.0" 18744 } 18745 }, 18746 "node_modules/wrap-ansi": { 18747 "version": "7.0.0", 18748 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 18749 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 18750 "license": "MIT", 18751 "dependencies": { 18752 "ansi-styles": "^4.0.0", 18753 "string-width": "^4.1.0", 18754 "strip-ansi": "^6.0.0" 18755 }, 18756 "engines": { 18757 "node": ">=10" 18758 }, 18759 "funding": { 18760 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 18761 } 18762 }, 18763 "node_modules/wrap-ansi-cjs": { 18764 "name": "wrap-ansi", 18765 "version": "7.0.0", 18766 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 18767 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 18768 "license": "MIT", 18769 "dependencies": { 18770 "ansi-styles": "^4.0.0", 18771 "string-width": "^4.1.0", 18772 "strip-ansi": "^6.0.0" 18773 }, 18774 "engines": { 18775 "node": ">=10" 18776 }, 18777 "funding": { 18778 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 18779 } 18780 }, 18781 "node_modules/wrappy": { 18782 "version": "1.0.2", 18783 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 18784 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", 18785 "license": "ISC" 18786 }, 18787 "node_modules/write-file-atomic": { 18788 "version": "3.0.3", 18789 "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", 18790 "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", 18791 "license": "ISC", 18792 "dependencies": { 18793 "imurmurhash": "^0.1.4", 18794 "is-typedarray": "^1.0.0", 18795 "signal-exit": "^3.0.2", 18796 "typedarray-to-buffer": "^3.1.5" 18797 } 18798 }, 18799 "node_modules/ws": { 18800 "version": "7.5.10", 18801 "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", 18802 "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", 18803 "license": "MIT", 18804 "engines": { 18805 "node": ">=8.3.0" 18806 }, 18807 "peerDependencies": { 18808 "bufferutil": "^4.0.1", 18809 "utf-8-validate": "^5.0.2" 18810 }, 18811 "peerDependenciesMeta": { 18812 "bufferutil": { 18813 "optional": true 18814 }, 18815 "utf-8-validate": { 18816 "optional": true 18817 } 18818 } 18819 }, 18820 "node_modules/xml-name-validator": { 18821 "version": "3.0.0", 18822 "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", 18823 "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", 18824 "license": "Apache-2.0" 18825 }, 18826 "node_modules/xmlchars": { 18827 "version": "2.2.0", 18828 "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", 18829 "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", 18830 "license": "MIT" 18831 }, 18832 "node_modules/y18n": { 18833 "version": "5.0.8", 18834 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", 18835 "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", 18836 "license": "ISC", 18837 "engines": { 18838 "node": ">=10" 18839 } 18840 }, 18841 "node_modules/yallist": { 18842 "version": "3.1.1", 18843 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", 18844 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", 18845 "license": "ISC" 18846 }, 18847 "node_modules/yaml": { 18848 "version": "1.10.2", 18849 "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", 18850 "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", 18851 "license": "ISC", 18852 "engines": { 18853 "node": ">= 6" 18854 } 18855 }, 18856 "node_modules/yargs": { 18857 "version": "16.2.0", 18858 "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", 18859 "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", 18860 "license": "MIT", 18861 "dependencies": { 18862 "cliui": "^7.0.2", 18863 "escalade": "^3.1.1", 18864 "get-caller-file": "^2.0.5", 18865 "require-directory": "^2.1.1", 18866 "string-width": "^4.2.0", 18867 "y18n": "^5.0.5", 18868 "yargs-parser": "^20.2.2" 18869 }, 18870 "engines": { 18871 "node": ">=10" 18872 } 18873 }, 18874 "node_modules/yargs-parser": { 18875 "version": "20.2.9", 18876 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", 18877 "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", 18878 "license": "ISC", 18879 "engines": { 18880 "node": ">=10" 18881 } 18882 }, 18883 "node_modules/yocto-queue": { 18884 "version": "0.1.0", 18885 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", 18886 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", 18887 "license": "MIT", 18888 "engines": { 18889 "node": ">=10" 18890 }, 18891 "funding": { 18892 "url": "https://github.com/sponsors/sindresorhus" 18893 } 18894 }, 18895 "node_modules/zod": { 18896 "version": "3.24.2", 18897 "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz", 18898 "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==", 18899 "license": "MIT", 18900 "funding": { 18901 "url": "https://github.com/sponsors/colinhacks" 18902 } 18903 } 18904 } 18905}