package-lock.json (1551687B)
1{ 2 "name": "guac_frontend", 3 "version": "0.1.0", 4 "lockfileVersion": 2, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "guac_frontend", 9 "version": "0.1.0", 10 "dependencies": { 11 "@testing-library/jest-dom": "^5.17.0", 12 "@testing-library/react": "^13.4.0", 13 "@testing-library/user-event": "^13.5.0", 14 "buffer": "npm:buffer@6.0.3", 15 "crypto": "npm:crypto-browserify@3.12.0", 16 "guacamole-common-js": "^1.5.0", 17 "node-polyfill-webpack-plugin": "^3.0.0", 18 "react": "^18.2.0", 19 "react-dom": "^18.2.0", 20 "react-scripts": "5.0.1", 21 "stream": "npm:stream-browserify@3.0.0", 22 "util": "npm:util@0.12.5", 23 "web-vitals": "^2.1.4" 24 }, 25 "devDependencies": { 26 "dotenv": "^16.4.2" 27 } 28 }, 29 "node_modules/@aashutoshrathi/word-wrap": { 30 "version": "1.2.6", 31 "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", 32 "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", 33 "engines": { 34 "node": ">=0.10.0" 35 } 36 }, 37 "node_modules/@adobe/css-tools": { 38 "version": "4.3.3", 39 "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.3.tgz", 40 "integrity": "sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==" 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 "engines": { 47 "node": ">=10" 48 }, 49 "funding": { 50 "url": "https://github.com/sponsors/sindresorhus" 51 } 52 }, 53 "node_modules/@ampproject/remapping": { 54 "version": "2.2.1", 55 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", 56 "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", 57 "dependencies": { 58 "@jridgewell/gen-mapping": "^0.3.0", 59 "@jridgewell/trace-mapping": "^0.3.9" 60 }, 61 "engines": { 62 "node": ">=6.0.0" 63 } 64 }, 65 "node_modules/@babel/code-frame": { 66 "version": "7.23.5", 67 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", 68 "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", 69 "dependencies": { 70 "@babel/highlight": "^7.23.4", 71 "chalk": "^2.4.2" 72 }, 73 "engines": { 74 "node": ">=6.9.0" 75 } 76 }, 77 "node_modules/@babel/compat-data": { 78 "version": "7.23.5", 79 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", 80 "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", 81 "engines": { 82 "node": ">=6.9.0" 83 } 84 }, 85 "node_modules/@babel/core": { 86 "version": "7.23.9", 87 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz", 88 "integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==", 89 "dependencies": { 90 "@ampproject/remapping": "^2.2.0", 91 "@babel/code-frame": "^7.23.5", 92 "@babel/generator": "^7.23.6", 93 "@babel/helper-compilation-targets": "^7.23.6", 94 "@babel/helper-module-transforms": "^7.23.3", 95 "@babel/helpers": "^7.23.9", 96 "@babel/parser": "^7.23.9", 97 "@babel/template": "^7.23.9", 98 "@babel/traverse": "^7.23.9", 99 "@babel/types": "^7.23.9", 100 "convert-source-map": "^2.0.0", 101 "debug": "^4.1.0", 102 "gensync": "^1.0.0-beta.2", 103 "json5": "^2.2.3", 104 "semver": "^6.3.1" 105 }, 106 "engines": { 107 "node": ">=6.9.0" 108 }, 109 "funding": { 110 "type": "opencollective", 111 "url": "https://opencollective.com/babel" 112 } 113 }, 114 "node_modules/@babel/core/node_modules/semver": { 115 "version": "6.3.1", 116 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 117 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 118 "bin": { 119 "semver": "bin/semver.js" 120 } 121 }, 122 "node_modules/@babel/eslint-parser": { 123 "version": "7.23.10", 124 "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz", 125 "integrity": "sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==", 126 "dependencies": { 127 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", 128 "eslint-visitor-keys": "^2.1.0", 129 "semver": "^6.3.1" 130 }, 131 "engines": { 132 "node": "^10.13.0 || ^12.13.0 || >=14.0.0" 133 }, 134 "peerDependencies": { 135 "@babel/core": "^7.11.0", 136 "eslint": "^7.5.0 || ^8.0.0" 137 } 138 }, 139 "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": { 140 "version": "2.1.0", 141 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", 142 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", 143 "engines": { 144 "node": ">=10" 145 } 146 }, 147 "node_modules/@babel/eslint-parser/node_modules/semver": { 148 "version": "6.3.1", 149 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 150 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 151 "bin": { 152 "semver": "bin/semver.js" 153 } 154 }, 155 "node_modules/@babel/generator": { 156 "version": "7.23.6", 157 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", 158 "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", 159 "dependencies": { 160 "@babel/types": "^7.23.6", 161 "@jridgewell/gen-mapping": "^0.3.2", 162 "@jridgewell/trace-mapping": "^0.3.17", 163 "jsesc": "^2.5.1" 164 }, 165 "engines": { 166 "node": ">=6.9.0" 167 } 168 }, 169 "node_modules/@babel/helper-annotate-as-pure": { 170 "version": "7.22.5", 171 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", 172 "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", 173 "dependencies": { 174 "@babel/types": "^7.22.5" 175 }, 176 "engines": { 177 "node": ">=6.9.0" 178 } 179 }, 180 "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { 181 "version": "7.22.15", 182 "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", 183 "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", 184 "dependencies": { 185 "@babel/types": "^7.22.15" 186 }, 187 "engines": { 188 "node": ">=6.9.0" 189 } 190 }, 191 "node_modules/@babel/helper-compilation-targets": { 192 "version": "7.23.6", 193 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", 194 "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", 195 "dependencies": { 196 "@babel/compat-data": "^7.23.5", 197 "@babel/helper-validator-option": "^7.23.5", 198 "browserslist": "^4.22.2", 199 "lru-cache": "^5.1.1", 200 "semver": "^6.3.1" 201 }, 202 "engines": { 203 "node": ">=6.9.0" 204 } 205 }, 206 "node_modules/@babel/helper-compilation-targets/node_modules/semver": { 207 "version": "6.3.1", 208 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 209 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 210 "bin": { 211 "semver": "bin/semver.js" 212 } 213 }, 214 "node_modules/@babel/helper-create-class-features-plugin": { 215 "version": "7.23.10", 216 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.10.tgz", 217 "integrity": "sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw==", 218 "dependencies": { 219 "@babel/helper-annotate-as-pure": "^7.22.5", 220 "@babel/helper-environment-visitor": "^7.22.20", 221 "@babel/helper-function-name": "^7.23.0", 222 "@babel/helper-member-expression-to-functions": "^7.23.0", 223 "@babel/helper-optimise-call-expression": "^7.22.5", 224 "@babel/helper-replace-supers": "^7.22.20", 225 "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", 226 "@babel/helper-split-export-declaration": "^7.22.6", 227 "semver": "^6.3.1" 228 }, 229 "engines": { 230 "node": ">=6.9.0" 231 }, 232 "peerDependencies": { 233 "@babel/core": "^7.0.0" 234 } 235 }, 236 "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { 237 "version": "6.3.1", 238 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 239 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 240 "bin": { 241 "semver": "bin/semver.js" 242 } 243 }, 244 "node_modules/@babel/helper-create-regexp-features-plugin": { 245 "version": "7.22.15", 246 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", 247 "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", 248 "dependencies": { 249 "@babel/helper-annotate-as-pure": "^7.22.5", 250 "regexpu-core": "^5.3.1", 251 "semver": "^6.3.1" 252 }, 253 "engines": { 254 "node": ">=6.9.0" 255 }, 256 "peerDependencies": { 257 "@babel/core": "^7.0.0" 258 } 259 }, 260 "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { 261 "version": "6.3.1", 262 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 263 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 264 "bin": { 265 "semver": "bin/semver.js" 266 } 267 }, 268 "node_modules/@babel/helper-define-polyfill-provider": { 269 "version": "0.5.0", 270 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz", 271 "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==", 272 "dependencies": { 273 "@babel/helper-compilation-targets": "^7.22.6", 274 "@babel/helper-plugin-utils": "^7.22.5", 275 "debug": "^4.1.1", 276 "lodash.debounce": "^4.0.8", 277 "resolve": "^1.14.2" 278 }, 279 "peerDependencies": { 280 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 281 } 282 }, 283 "node_modules/@babel/helper-environment-visitor": { 284 "version": "7.22.20", 285 "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", 286 "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", 287 "engines": { 288 "node": ">=6.9.0" 289 } 290 }, 291 "node_modules/@babel/helper-function-name": { 292 "version": "7.23.0", 293 "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", 294 "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", 295 "dependencies": { 296 "@babel/template": "^7.22.15", 297 "@babel/types": "^7.23.0" 298 }, 299 "engines": { 300 "node": ">=6.9.0" 301 } 302 }, 303 "node_modules/@babel/helper-hoist-variables": { 304 "version": "7.22.5", 305 "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", 306 "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", 307 "dependencies": { 308 "@babel/types": "^7.22.5" 309 }, 310 "engines": { 311 "node": ">=6.9.0" 312 } 313 }, 314 "node_modules/@babel/helper-member-expression-to-functions": { 315 "version": "7.23.0", 316 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", 317 "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", 318 "dependencies": { 319 "@babel/types": "^7.23.0" 320 }, 321 "engines": { 322 "node": ">=6.9.0" 323 } 324 }, 325 "node_modules/@babel/helper-module-imports": { 326 "version": "7.22.15", 327 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", 328 "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", 329 "dependencies": { 330 "@babel/types": "^7.22.15" 331 }, 332 "engines": { 333 "node": ">=6.9.0" 334 } 335 }, 336 "node_modules/@babel/helper-module-transforms": { 337 "version": "7.23.3", 338 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", 339 "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", 340 "dependencies": { 341 "@babel/helper-environment-visitor": "^7.22.20", 342 "@babel/helper-module-imports": "^7.22.15", 343 "@babel/helper-simple-access": "^7.22.5", 344 "@babel/helper-split-export-declaration": "^7.22.6", 345 "@babel/helper-validator-identifier": "^7.22.20" 346 }, 347 "engines": { 348 "node": ">=6.9.0" 349 }, 350 "peerDependencies": { 351 "@babel/core": "^7.0.0" 352 } 353 }, 354 "node_modules/@babel/helper-optimise-call-expression": { 355 "version": "7.22.5", 356 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", 357 "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", 358 "dependencies": { 359 "@babel/types": "^7.22.5" 360 }, 361 "engines": { 362 "node": ">=6.9.0" 363 } 364 }, 365 "node_modules/@babel/helper-plugin-utils": { 366 "version": "7.22.5", 367 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", 368 "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", 369 "engines": { 370 "node": ">=6.9.0" 371 } 372 }, 373 "node_modules/@babel/helper-remap-async-to-generator": { 374 "version": "7.22.20", 375 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", 376 "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", 377 "dependencies": { 378 "@babel/helper-annotate-as-pure": "^7.22.5", 379 "@babel/helper-environment-visitor": "^7.22.20", 380 "@babel/helper-wrap-function": "^7.22.20" 381 }, 382 "engines": { 383 "node": ">=6.9.0" 384 }, 385 "peerDependencies": { 386 "@babel/core": "^7.0.0" 387 } 388 }, 389 "node_modules/@babel/helper-replace-supers": { 390 "version": "7.22.20", 391 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", 392 "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", 393 "dependencies": { 394 "@babel/helper-environment-visitor": "^7.22.20", 395 "@babel/helper-member-expression-to-functions": "^7.22.15", 396 "@babel/helper-optimise-call-expression": "^7.22.5" 397 }, 398 "engines": { 399 "node": ">=6.9.0" 400 }, 401 "peerDependencies": { 402 "@babel/core": "^7.0.0" 403 } 404 }, 405 "node_modules/@babel/helper-simple-access": { 406 "version": "7.22.5", 407 "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", 408 "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", 409 "dependencies": { 410 "@babel/types": "^7.22.5" 411 }, 412 "engines": { 413 "node": ">=6.9.0" 414 } 415 }, 416 "node_modules/@babel/helper-skip-transparent-expression-wrappers": { 417 "version": "7.22.5", 418 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", 419 "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", 420 "dependencies": { 421 "@babel/types": "^7.22.5" 422 }, 423 "engines": { 424 "node": ">=6.9.0" 425 } 426 }, 427 "node_modules/@babel/helper-split-export-declaration": { 428 "version": "7.22.6", 429 "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", 430 "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", 431 "dependencies": { 432 "@babel/types": "^7.22.5" 433 }, 434 "engines": { 435 "node": ">=6.9.0" 436 } 437 }, 438 "node_modules/@babel/helper-string-parser": { 439 "version": "7.23.4", 440 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", 441 "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", 442 "engines": { 443 "node": ">=6.9.0" 444 } 445 }, 446 "node_modules/@babel/helper-validator-identifier": { 447 "version": "7.22.20", 448 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", 449 "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", 450 "engines": { 451 "node": ">=6.9.0" 452 } 453 }, 454 "node_modules/@babel/helper-validator-option": { 455 "version": "7.23.5", 456 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", 457 "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", 458 "engines": { 459 "node": ">=6.9.0" 460 } 461 }, 462 "node_modules/@babel/helper-wrap-function": { 463 "version": "7.22.20", 464 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", 465 "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", 466 "dependencies": { 467 "@babel/helper-function-name": "^7.22.5", 468 "@babel/template": "^7.22.15", 469 "@babel/types": "^7.22.19" 470 }, 471 "engines": { 472 "node": ">=6.9.0" 473 } 474 }, 475 "node_modules/@babel/helpers": { 476 "version": "7.23.9", 477 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.9.tgz", 478 "integrity": "sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==", 479 "dependencies": { 480 "@babel/template": "^7.23.9", 481 "@babel/traverse": "^7.23.9", 482 "@babel/types": "^7.23.9" 483 }, 484 "engines": { 485 "node": ">=6.9.0" 486 } 487 }, 488 "node_modules/@babel/highlight": { 489 "version": "7.23.4", 490 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", 491 "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", 492 "dependencies": { 493 "@babel/helper-validator-identifier": "^7.22.20", 494 "chalk": "^2.4.2", 495 "js-tokens": "^4.0.0" 496 }, 497 "engines": { 498 "node": ">=6.9.0" 499 } 500 }, 501 "node_modules/@babel/parser": { 502 "version": "7.23.9", 503 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz", 504 "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==", 505 "bin": { 506 "parser": "bin/babel-parser.js" 507 }, 508 "engines": { 509 "node": ">=6.0.0" 510 } 511 }, 512 "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { 513 "version": "7.23.3", 514 "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.23.3.tgz", 515 "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==", 516 "dependencies": { 517 "@babel/helper-plugin-utils": "^7.22.5" 518 }, 519 "engines": { 520 "node": ">=6.9.0" 521 }, 522 "peerDependencies": { 523 "@babel/core": "^7.0.0" 524 } 525 }, 526 "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { 527 "version": "7.23.3", 528 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz", 529 "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==", 530 "dependencies": { 531 "@babel/helper-plugin-utils": "^7.22.5", 532 "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", 533 "@babel/plugin-transform-optional-chaining": "^7.23.3" 534 }, 535 "engines": { 536 "node": ">=6.9.0" 537 }, 538 "peerDependencies": { 539 "@babel/core": "^7.13.0" 540 } 541 }, 542 "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { 543 "version": "7.23.7", 544 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz", 545 "integrity": "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==", 546 "dependencies": { 547 "@babel/helper-environment-visitor": "^7.22.20", 548 "@babel/helper-plugin-utils": "^7.22.5" 549 }, 550 "engines": { 551 "node": ">=6.9.0" 552 }, 553 "peerDependencies": { 554 "@babel/core": "^7.0.0" 555 } 556 }, 557 "node_modules/@babel/plugin-proposal-class-properties": { 558 "version": "7.18.6", 559 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", 560 "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", 561 "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.", 562 "dependencies": { 563 "@babel/helper-create-class-features-plugin": "^7.18.6", 564 "@babel/helper-plugin-utils": "^7.18.6" 565 }, 566 "engines": { 567 "node": ">=6.9.0" 568 }, 569 "peerDependencies": { 570 "@babel/core": "^7.0.0-0" 571 } 572 }, 573 "node_modules/@babel/plugin-proposal-decorators": { 574 "version": "7.23.9", 575 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.9.tgz", 576 "integrity": "sha512-hJhBCb0+NnTWybvWq2WpbCYDOcflSbx0t+BYP65e5R9GVnukiDTi+on5bFkk4p7QGuv190H6KfNiV9Knf/3cZA==", 577 "dependencies": { 578 "@babel/helper-create-class-features-plugin": "^7.23.9", 579 "@babel/helper-plugin-utils": "^7.22.5", 580 "@babel/plugin-syntax-decorators": "^7.23.3" 581 }, 582 "engines": { 583 "node": ">=6.9.0" 584 }, 585 "peerDependencies": { 586 "@babel/core": "^7.0.0-0" 587 } 588 }, 589 "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { 590 "version": "7.18.6", 591 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", 592 "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", 593 "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.", 594 "dependencies": { 595 "@babel/helper-plugin-utils": "^7.18.6", 596 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" 597 }, 598 "engines": { 599 "node": ">=6.9.0" 600 }, 601 "peerDependencies": { 602 "@babel/core": "^7.0.0-0" 603 } 604 }, 605 "node_modules/@babel/plugin-proposal-numeric-separator": { 606 "version": "7.18.6", 607 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", 608 "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", 609 "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.", 610 "dependencies": { 611 "@babel/helper-plugin-utils": "^7.18.6", 612 "@babel/plugin-syntax-numeric-separator": "^7.10.4" 613 }, 614 "engines": { 615 "node": ">=6.9.0" 616 }, 617 "peerDependencies": { 618 "@babel/core": "^7.0.0-0" 619 } 620 }, 621 "node_modules/@babel/plugin-proposal-optional-chaining": { 622 "version": "7.21.0", 623 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", 624 "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", 625 "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.", 626 "dependencies": { 627 "@babel/helper-plugin-utils": "^7.20.2", 628 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", 629 "@babel/plugin-syntax-optional-chaining": "^7.8.3" 630 }, 631 "engines": { 632 "node": ">=6.9.0" 633 }, 634 "peerDependencies": { 635 "@babel/core": "^7.0.0-0" 636 } 637 }, 638 "node_modules/@babel/plugin-proposal-private-methods": { 639 "version": "7.18.6", 640 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", 641 "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", 642 "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.", 643 "dependencies": { 644 "@babel/helper-create-class-features-plugin": "^7.18.6", 645 "@babel/helper-plugin-utils": "^7.18.6" 646 }, 647 "engines": { 648 "node": ">=6.9.0" 649 }, 650 "peerDependencies": { 651 "@babel/core": "^7.0.0-0" 652 } 653 }, 654 "node_modules/@babel/plugin-proposal-private-property-in-object": { 655 "version": "7.21.0-placeholder-for-preset-env.2", 656 "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", 657 "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", 658 "engines": { 659 "node": ">=6.9.0" 660 }, 661 "peerDependencies": { 662 "@babel/core": "^7.0.0-0" 663 } 664 }, 665 "node_modules/@babel/plugin-syntax-async-generators": { 666 "version": "7.8.4", 667 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", 668 "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", 669 "dependencies": { 670 "@babel/helper-plugin-utils": "^7.8.0" 671 }, 672 "peerDependencies": { 673 "@babel/core": "^7.0.0-0" 674 } 675 }, 676 "node_modules/@babel/plugin-syntax-bigint": { 677 "version": "7.8.3", 678 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", 679 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", 680 "dependencies": { 681 "@babel/helper-plugin-utils": "^7.8.0" 682 }, 683 "peerDependencies": { 684 "@babel/core": "^7.0.0-0" 685 } 686 }, 687 "node_modules/@babel/plugin-syntax-class-properties": { 688 "version": "7.12.13", 689 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", 690 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", 691 "dependencies": { 692 "@babel/helper-plugin-utils": "^7.12.13" 693 }, 694 "peerDependencies": { 695 "@babel/core": "^7.0.0-0" 696 } 697 }, 698 "node_modules/@babel/plugin-syntax-class-static-block": { 699 "version": "7.14.5", 700 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", 701 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", 702 "dependencies": { 703 "@babel/helper-plugin-utils": "^7.14.5" 704 }, 705 "engines": { 706 "node": ">=6.9.0" 707 }, 708 "peerDependencies": { 709 "@babel/core": "^7.0.0-0" 710 } 711 }, 712 "node_modules/@babel/plugin-syntax-decorators": { 713 "version": "7.23.3", 714 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.23.3.tgz", 715 "integrity": "sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==", 716 "dependencies": { 717 "@babel/helper-plugin-utils": "^7.22.5" 718 }, 719 "engines": { 720 "node": ">=6.9.0" 721 }, 722 "peerDependencies": { 723 "@babel/core": "^7.0.0-0" 724 } 725 }, 726 "node_modules/@babel/plugin-syntax-dynamic-import": { 727 "version": "7.8.3", 728 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", 729 "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", 730 "dependencies": { 731 "@babel/helper-plugin-utils": "^7.8.0" 732 }, 733 "peerDependencies": { 734 "@babel/core": "^7.0.0-0" 735 } 736 }, 737 "node_modules/@babel/plugin-syntax-export-namespace-from": { 738 "version": "7.8.3", 739 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", 740 "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", 741 "dependencies": { 742 "@babel/helper-plugin-utils": "^7.8.3" 743 }, 744 "peerDependencies": { 745 "@babel/core": "^7.0.0-0" 746 } 747 }, 748 "node_modules/@babel/plugin-syntax-flow": { 749 "version": "7.23.3", 750 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.23.3.tgz", 751 "integrity": "sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==", 752 "dependencies": { 753 "@babel/helper-plugin-utils": "^7.22.5" 754 }, 755 "engines": { 756 "node": ">=6.9.0" 757 }, 758 "peerDependencies": { 759 "@babel/core": "^7.0.0-0" 760 } 761 }, 762 "node_modules/@babel/plugin-syntax-import-assertions": { 763 "version": "7.23.3", 764 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", 765 "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", 766 "dependencies": { 767 "@babel/helper-plugin-utils": "^7.22.5" 768 }, 769 "engines": { 770 "node": ">=6.9.0" 771 }, 772 "peerDependencies": { 773 "@babel/core": "^7.0.0-0" 774 } 775 }, 776 "node_modules/@babel/plugin-syntax-import-attributes": { 777 "version": "7.23.3", 778 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz", 779 "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==", 780 "dependencies": { 781 "@babel/helper-plugin-utils": "^7.22.5" 782 }, 783 "engines": { 784 "node": ">=6.9.0" 785 }, 786 "peerDependencies": { 787 "@babel/core": "^7.0.0-0" 788 } 789 }, 790 "node_modules/@babel/plugin-syntax-import-meta": { 791 "version": "7.10.4", 792 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", 793 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", 794 "dependencies": { 795 "@babel/helper-plugin-utils": "^7.10.4" 796 }, 797 "peerDependencies": { 798 "@babel/core": "^7.0.0-0" 799 } 800 }, 801 "node_modules/@babel/plugin-syntax-json-strings": { 802 "version": "7.8.3", 803 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", 804 "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", 805 "dependencies": { 806 "@babel/helper-plugin-utils": "^7.8.0" 807 }, 808 "peerDependencies": { 809 "@babel/core": "^7.0.0-0" 810 } 811 }, 812 "node_modules/@babel/plugin-syntax-jsx": { 813 "version": "7.23.3", 814 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", 815 "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", 816 "dependencies": { 817 "@babel/helper-plugin-utils": "^7.22.5" 818 }, 819 "engines": { 820 "node": ">=6.9.0" 821 }, 822 "peerDependencies": { 823 "@babel/core": "^7.0.0-0" 824 } 825 }, 826 "node_modules/@babel/plugin-syntax-logical-assignment-operators": { 827 "version": "7.10.4", 828 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", 829 "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", 830 "dependencies": { 831 "@babel/helper-plugin-utils": "^7.10.4" 832 }, 833 "peerDependencies": { 834 "@babel/core": "^7.0.0-0" 835 } 836 }, 837 "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { 838 "version": "7.8.3", 839 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", 840 "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", 841 "dependencies": { 842 "@babel/helper-plugin-utils": "^7.8.0" 843 }, 844 "peerDependencies": { 845 "@babel/core": "^7.0.0-0" 846 } 847 }, 848 "node_modules/@babel/plugin-syntax-numeric-separator": { 849 "version": "7.10.4", 850 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", 851 "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", 852 "dependencies": { 853 "@babel/helper-plugin-utils": "^7.10.4" 854 }, 855 "peerDependencies": { 856 "@babel/core": "^7.0.0-0" 857 } 858 }, 859 "node_modules/@babel/plugin-syntax-object-rest-spread": { 860 "version": "7.8.3", 861 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", 862 "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", 863 "dependencies": { 864 "@babel/helper-plugin-utils": "^7.8.0" 865 }, 866 "peerDependencies": { 867 "@babel/core": "^7.0.0-0" 868 } 869 }, 870 "node_modules/@babel/plugin-syntax-optional-catch-binding": { 871 "version": "7.8.3", 872 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", 873 "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", 874 "dependencies": { 875 "@babel/helper-plugin-utils": "^7.8.0" 876 }, 877 "peerDependencies": { 878 "@babel/core": "^7.0.0-0" 879 } 880 }, 881 "node_modules/@babel/plugin-syntax-optional-chaining": { 882 "version": "7.8.3", 883 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", 884 "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", 885 "dependencies": { 886 "@babel/helper-plugin-utils": "^7.8.0" 887 }, 888 "peerDependencies": { 889 "@babel/core": "^7.0.0-0" 890 } 891 }, 892 "node_modules/@babel/plugin-syntax-private-property-in-object": { 893 "version": "7.14.5", 894 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", 895 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", 896 "dependencies": { 897 "@babel/helper-plugin-utils": "^7.14.5" 898 }, 899 "engines": { 900 "node": ">=6.9.0" 901 }, 902 "peerDependencies": { 903 "@babel/core": "^7.0.0-0" 904 } 905 }, 906 "node_modules/@babel/plugin-syntax-top-level-await": { 907 "version": "7.14.5", 908 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", 909 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", 910 "dependencies": { 911 "@babel/helper-plugin-utils": "^7.14.5" 912 }, 913 "engines": { 914 "node": ">=6.9.0" 915 }, 916 "peerDependencies": { 917 "@babel/core": "^7.0.0-0" 918 } 919 }, 920 "node_modules/@babel/plugin-syntax-typescript": { 921 "version": "7.23.3", 922 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz", 923 "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==", 924 "dependencies": { 925 "@babel/helper-plugin-utils": "^7.22.5" 926 }, 927 "engines": { 928 "node": ">=6.9.0" 929 }, 930 "peerDependencies": { 931 "@babel/core": "^7.0.0-0" 932 } 933 }, 934 "node_modules/@babel/plugin-syntax-unicode-sets-regex": { 935 "version": "7.18.6", 936 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", 937 "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", 938 "dependencies": { 939 "@babel/helper-create-regexp-features-plugin": "^7.18.6", 940 "@babel/helper-plugin-utils": "^7.18.6" 941 }, 942 "engines": { 943 "node": ">=6.9.0" 944 }, 945 "peerDependencies": { 946 "@babel/core": "^7.0.0" 947 } 948 }, 949 "node_modules/@babel/plugin-transform-arrow-functions": { 950 "version": "7.23.3", 951 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz", 952 "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==", 953 "dependencies": { 954 "@babel/helper-plugin-utils": "^7.22.5" 955 }, 956 "engines": { 957 "node": ">=6.9.0" 958 }, 959 "peerDependencies": { 960 "@babel/core": "^7.0.0-0" 961 } 962 }, 963 "node_modules/@babel/plugin-transform-async-generator-functions": { 964 "version": "7.23.9", 965 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz", 966 "integrity": "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==", 967 "dependencies": { 968 "@babel/helper-environment-visitor": "^7.22.20", 969 "@babel/helper-plugin-utils": "^7.22.5", 970 "@babel/helper-remap-async-to-generator": "^7.22.20", 971 "@babel/plugin-syntax-async-generators": "^7.8.4" 972 }, 973 "engines": { 974 "node": ">=6.9.0" 975 }, 976 "peerDependencies": { 977 "@babel/core": "^7.0.0-0" 978 } 979 }, 980 "node_modules/@babel/plugin-transform-async-to-generator": { 981 "version": "7.23.3", 982 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz", 983 "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==", 984 "dependencies": { 985 "@babel/helper-module-imports": "^7.22.15", 986 "@babel/helper-plugin-utils": "^7.22.5", 987 "@babel/helper-remap-async-to-generator": "^7.22.20" 988 }, 989 "engines": { 990 "node": ">=6.9.0" 991 }, 992 "peerDependencies": { 993 "@babel/core": "^7.0.0-0" 994 } 995 }, 996 "node_modules/@babel/plugin-transform-block-scoped-functions": { 997 "version": "7.23.3", 998 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz", 999 "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==", 1000 "dependencies": { 1001 "@babel/helper-plugin-utils": "^7.22.5" 1002 }, 1003 "engines": { 1004 "node": ">=6.9.0" 1005 }, 1006 "peerDependencies": { 1007 "@babel/core": "^7.0.0-0" 1008 } 1009 }, 1010 "node_modules/@babel/plugin-transform-block-scoping": { 1011 "version": "7.23.4", 1012 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz", 1013 "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==", 1014 "dependencies": { 1015 "@babel/helper-plugin-utils": "^7.22.5" 1016 }, 1017 "engines": { 1018 "node": ">=6.9.0" 1019 }, 1020 "peerDependencies": { 1021 "@babel/core": "^7.0.0-0" 1022 } 1023 }, 1024 "node_modules/@babel/plugin-transform-class-properties": { 1025 "version": "7.23.3", 1026 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz", 1027 "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==", 1028 "dependencies": { 1029 "@babel/helper-create-class-features-plugin": "^7.22.15", 1030 "@babel/helper-plugin-utils": "^7.22.5" 1031 }, 1032 "engines": { 1033 "node": ">=6.9.0" 1034 }, 1035 "peerDependencies": { 1036 "@babel/core": "^7.0.0-0" 1037 } 1038 }, 1039 "node_modules/@babel/plugin-transform-class-static-block": { 1040 "version": "7.23.4", 1041 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz", 1042 "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==", 1043 "dependencies": { 1044 "@babel/helper-create-class-features-plugin": "^7.22.15", 1045 "@babel/helper-plugin-utils": "^7.22.5", 1046 "@babel/plugin-syntax-class-static-block": "^7.14.5" 1047 }, 1048 "engines": { 1049 "node": ">=6.9.0" 1050 }, 1051 "peerDependencies": { 1052 "@babel/core": "^7.12.0" 1053 } 1054 }, 1055 "node_modules/@babel/plugin-transform-classes": { 1056 "version": "7.23.8", 1057 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz", 1058 "integrity": "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==", 1059 "dependencies": { 1060 "@babel/helper-annotate-as-pure": "^7.22.5", 1061 "@babel/helper-compilation-targets": "^7.23.6", 1062 "@babel/helper-environment-visitor": "^7.22.20", 1063 "@babel/helper-function-name": "^7.23.0", 1064 "@babel/helper-plugin-utils": "^7.22.5", 1065 "@babel/helper-replace-supers": "^7.22.20", 1066 "@babel/helper-split-export-declaration": "^7.22.6", 1067 "globals": "^11.1.0" 1068 }, 1069 "engines": { 1070 "node": ">=6.9.0" 1071 }, 1072 "peerDependencies": { 1073 "@babel/core": "^7.0.0-0" 1074 } 1075 }, 1076 "node_modules/@babel/plugin-transform-computed-properties": { 1077 "version": "7.23.3", 1078 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz", 1079 "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==", 1080 "dependencies": { 1081 "@babel/helper-plugin-utils": "^7.22.5", 1082 "@babel/template": "^7.22.15" 1083 }, 1084 "engines": { 1085 "node": ">=6.9.0" 1086 }, 1087 "peerDependencies": { 1088 "@babel/core": "^7.0.0-0" 1089 } 1090 }, 1091 "node_modules/@babel/plugin-transform-destructuring": { 1092 "version": "7.23.3", 1093 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", 1094 "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", 1095 "dependencies": { 1096 "@babel/helper-plugin-utils": "^7.22.5" 1097 }, 1098 "engines": { 1099 "node": ">=6.9.0" 1100 }, 1101 "peerDependencies": { 1102 "@babel/core": "^7.0.0-0" 1103 } 1104 }, 1105 "node_modules/@babel/plugin-transform-dotall-regex": { 1106 "version": "7.23.3", 1107 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz", 1108 "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==", 1109 "dependencies": { 1110 "@babel/helper-create-regexp-features-plugin": "^7.22.15", 1111 "@babel/helper-plugin-utils": "^7.22.5" 1112 }, 1113 "engines": { 1114 "node": ">=6.9.0" 1115 }, 1116 "peerDependencies": { 1117 "@babel/core": "^7.0.0-0" 1118 } 1119 }, 1120 "node_modules/@babel/plugin-transform-duplicate-keys": { 1121 "version": "7.23.3", 1122 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz", 1123 "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==", 1124 "dependencies": { 1125 "@babel/helper-plugin-utils": "^7.22.5" 1126 }, 1127 "engines": { 1128 "node": ">=6.9.0" 1129 }, 1130 "peerDependencies": { 1131 "@babel/core": "^7.0.0-0" 1132 } 1133 }, 1134 "node_modules/@babel/plugin-transform-dynamic-import": { 1135 "version": "7.23.4", 1136 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz", 1137 "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==", 1138 "dependencies": { 1139 "@babel/helper-plugin-utils": "^7.22.5", 1140 "@babel/plugin-syntax-dynamic-import": "^7.8.3" 1141 }, 1142 "engines": { 1143 "node": ">=6.9.0" 1144 }, 1145 "peerDependencies": { 1146 "@babel/core": "^7.0.0-0" 1147 } 1148 }, 1149 "node_modules/@babel/plugin-transform-exponentiation-operator": { 1150 "version": "7.23.3", 1151 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz", 1152 "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==", 1153 "dependencies": { 1154 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", 1155 "@babel/helper-plugin-utils": "^7.22.5" 1156 }, 1157 "engines": { 1158 "node": ">=6.9.0" 1159 }, 1160 "peerDependencies": { 1161 "@babel/core": "^7.0.0-0" 1162 } 1163 }, 1164 "node_modules/@babel/plugin-transform-export-namespace-from": { 1165 "version": "7.23.4", 1166 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz", 1167 "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==", 1168 "dependencies": { 1169 "@babel/helper-plugin-utils": "^7.22.5", 1170 "@babel/plugin-syntax-export-namespace-from": "^7.8.3" 1171 }, 1172 "engines": { 1173 "node": ">=6.9.0" 1174 }, 1175 "peerDependencies": { 1176 "@babel/core": "^7.0.0-0" 1177 } 1178 }, 1179 "node_modules/@babel/plugin-transform-flow-strip-types": { 1180 "version": "7.23.3", 1181 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.23.3.tgz", 1182 "integrity": "sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==", 1183 "dependencies": { 1184 "@babel/helper-plugin-utils": "^7.22.5", 1185 "@babel/plugin-syntax-flow": "^7.23.3" 1186 }, 1187 "engines": { 1188 "node": ">=6.9.0" 1189 }, 1190 "peerDependencies": { 1191 "@babel/core": "^7.0.0-0" 1192 } 1193 }, 1194 "node_modules/@babel/plugin-transform-for-of": { 1195 "version": "7.23.6", 1196 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz", 1197 "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==", 1198 "dependencies": { 1199 "@babel/helper-plugin-utils": "^7.22.5", 1200 "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" 1201 }, 1202 "engines": { 1203 "node": ">=6.9.0" 1204 }, 1205 "peerDependencies": { 1206 "@babel/core": "^7.0.0-0" 1207 } 1208 }, 1209 "node_modules/@babel/plugin-transform-function-name": { 1210 "version": "7.23.3", 1211 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz", 1212 "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==", 1213 "dependencies": { 1214 "@babel/helper-compilation-targets": "^7.22.15", 1215 "@babel/helper-function-name": "^7.23.0", 1216 "@babel/helper-plugin-utils": "^7.22.5" 1217 }, 1218 "engines": { 1219 "node": ">=6.9.0" 1220 }, 1221 "peerDependencies": { 1222 "@babel/core": "^7.0.0-0" 1223 } 1224 }, 1225 "node_modules/@babel/plugin-transform-json-strings": { 1226 "version": "7.23.4", 1227 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz", 1228 "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==", 1229 "dependencies": { 1230 "@babel/helper-plugin-utils": "^7.22.5", 1231 "@babel/plugin-syntax-json-strings": "^7.8.3" 1232 }, 1233 "engines": { 1234 "node": ">=6.9.0" 1235 }, 1236 "peerDependencies": { 1237 "@babel/core": "^7.0.0-0" 1238 } 1239 }, 1240 "node_modules/@babel/plugin-transform-literals": { 1241 "version": "7.23.3", 1242 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz", 1243 "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==", 1244 "dependencies": { 1245 "@babel/helper-plugin-utils": "^7.22.5" 1246 }, 1247 "engines": { 1248 "node": ">=6.9.0" 1249 }, 1250 "peerDependencies": { 1251 "@babel/core": "^7.0.0-0" 1252 } 1253 }, 1254 "node_modules/@babel/plugin-transform-logical-assignment-operators": { 1255 "version": "7.23.4", 1256 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz", 1257 "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==", 1258 "dependencies": { 1259 "@babel/helper-plugin-utils": "^7.22.5", 1260 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" 1261 }, 1262 "engines": { 1263 "node": ">=6.9.0" 1264 }, 1265 "peerDependencies": { 1266 "@babel/core": "^7.0.0-0" 1267 } 1268 }, 1269 "node_modules/@babel/plugin-transform-member-expression-literals": { 1270 "version": "7.23.3", 1271 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz", 1272 "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==", 1273 "dependencies": { 1274 "@babel/helper-plugin-utils": "^7.22.5" 1275 }, 1276 "engines": { 1277 "node": ">=6.9.0" 1278 }, 1279 "peerDependencies": { 1280 "@babel/core": "^7.0.0-0" 1281 } 1282 }, 1283 "node_modules/@babel/plugin-transform-modules-amd": { 1284 "version": "7.23.3", 1285 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz", 1286 "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==", 1287 "dependencies": { 1288 "@babel/helper-module-transforms": "^7.23.3", 1289 "@babel/helper-plugin-utils": "^7.22.5" 1290 }, 1291 "engines": { 1292 "node": ">=6.9.0" 1293 }, 1294 "peerDependencies": { 1295 "@babel/core": "^7.0.0-0" 1296 } 1297 }, 1298 "node_modules/@babel/plugin-transform-modules-commonjs": { 1299 "version": "7.23.3", 1300 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz", 1301 "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==", 1302 "dependencies": { 1303 "@babel/helper-module-transforms": "^7.23.3", 1304 "@babel/helper-plugin-utils": "^7.22.5", 1305 "@babel/helper-simple-access": "^7.22.5" 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-modules-systemjs": { 1315 "version": "7.23.9", 1316 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz", 1317 "integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==", 1318 "dependencies": { 1319 "@babel/helper-hoist-variables": "^7.22.5", 1320 "@babel/helper-module-transforms": "^7.23.3", 1321 "@babel/helper-plugin-utils": "^7.22.5", 1322 "@babel/helper-validator-identifier": "^7.22.20" 1323 }, 1324 "engines": { 1325 "node": ">=6.9.0" 1326 }, 1327 "peerDependencies": { 1328 "@babel/core": "^7.0.0-0" 1329 } 1330 }, 1331 "node_modules/@babel/plugin-transform-modules-umd": { 1332 "version": "7.23.3", 1333 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz", 1334 "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==", 1335 "dependencies": { 1336 "@babel/helper-module-transforms": "^7.23.3", 1337 "@babel/helper-plugin-utils": "^7.22.5" 1338 }, 1339 "engines": { 1340 "node": ">=6.9.0" 1341 }, 1342 "peerDependencies": { 1343 "@babel/core": "^7.0.0-0" 1344 } 1345 }, 1346 "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { 1347 "version": "7.22.5", 1348 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", 1349 "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", 1350 "dependencies": { 1351 "@babel/helper-create-regexp-features-plugin": "^7.22.5", 1352 "@babel/helper-plugin-utils": "^7.22.5" 1353 }, 1354 "engines": { 1355 "node": ">=6.9.0" 1356 }, 1357 "peerDependencies": { 1358 "@babel/core": "^7.0.0" 1359 } 1360 }, 1361 "node_modules/@babel/plugin-transform-new-target": { 1362 "version": "7.23.3", 1363 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz", 1364 "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==", 1365 "dependencies": { 1366 "@babel/helper-plugin-utils": "^7.22.5" 1367 }, 1368 "engines": { 1369 "node": ">=6.9.0" 1370 }, 1371 "peerDependencies": { 1372 "@babel/core": "^7.0.0-0" 1373 } 1374 }, 1375 "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { 1376 "version": "7.23.4", 1377 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz", 1378 "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==", 1379 "dependencies": { 1380 "@babel/helper-plugin-utils": "^7.22.5", 1381 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" 1382 }, 1383 "engines": { 1384 "node": ">=6.9.0" 1385 }, 1386 "peerDependencies": { 1387 "@babel/core": "^7.0.0-0" 1388 } 1389 }, 1390 "node_modules/@babel/plugin-transform-numeric-separator": { 1391 "version": "7.23.4", 1392 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz", 1393 "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==", 1394 "dependencies": { 1395 "@babel/helper-plugin-utils": "^7.22.5", 1396 "@babel/plugin-syntax-numeric-separator": "^7.10.4" 1397 }, 1398 "engines": { 1399 "node": ">=6.9.0" 1400 }, 1401 "peerDependencies": { 1402 "@babel/core": "^7.0.0-0" 1403 } 1404 }, 1405 "node_modules/@babel/plugin-transform-object-rest-spread": { 1406 "version": "7.23.4", 1407 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz", 1408 "integrity": "sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==", 1409 "dependencies": { 1410 "@babel/compat-data": "^7.23.3", 1411 "@babel/helper-compilation-targets": "^7.22.15", 1412 "@babel/helper-plugin-utils": "^7.22.5", 1413 "@babel/plugin-syntax-object-rest-spread": "^7.8.3", 1414 "@babel/plugin-transform-parameters": "^7.23.3" 1415 }, 1416 "engines": { 1417 "node": ">=6.9.0" 1418 }, 1419 "peerDependencies": { 1420 "@babel/core": "^7.0.0-0" 1421 } 1422 }, 1423 "node_modules/@babel/plugin-transform-object-super": { 1424 "version": "7.23.3", 1425 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz", 1426 "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==", 1427 "dependencies": { 1428 "@babel/helper-plugin-utils": "^7.22.5", 1429 "@babel/helper-replace-supers": "^7.22.20" 1430 }, 1431 "engines": { 1432 "node": ">=6.9.0" 1433 }, 1434 "peerDependencies": { 1435 "@babel/core": "^7.0.0-0" 1436 } 1437 }, 1438 "node_modules/@babel/plugin-transform-optional-catch-binding": { 1439 "version": "7.23.4", 1440 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz", 1441 "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==", 1442 "dependencies": { 1443 "@babel/helper-plugin-utils": "^7.22.5", 1444 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" 1445 }, 1446 "engines": { 1447 "node": ">=6.9.0" 1448 }, 1449 "peerDependencies": { 1450 "@babel/core": "^7.0.0-0" 1451 } 1452 }, 1453 "node_modules/@babel/plugin-transform-optional-chaining": { 1454 "version": "7.23.4", 1455 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz", 1456 "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==", 1457 "dependencies": { 1458 "@babel/helper-plugin-utils": "^7.22.5", 1459 "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", 1460 "@babel/plugin-syntax-optional-chaining": "^7.8.3" 1461 }, 1462 "engines": { 1463 "node": ">=6.9.0" 1464 }, 1465 "peerDependencies": { 1466 "@babel/core": "^7.0.0-0" 1467 } 1468 }, 1469 "node_modules/@babel/plugin-transform-parameters": { 1470 "version": "7.23.3", 1471 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", 1472 "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", 1473 "dependencies": { 1474 "@babel/helper-plugin-utils": "^7.22.5" 1475 }, 1476 "engines": { 1477 "node": ">=6.9.0" 1478 }, 1479 "peerDependencies": { 1480 "@babel/core": "^7.0.0-0" 1481 } 1482 }, 1483 "node_modules/@babel/plugin-transform-private-methods": { 1484 "version": "7.23.3", 1485 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz", 1486 "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==", 1487 "dependencies": { 1488 "@babel/helper-create-class-features-plugin": "^7.22.15", 1489 "@babel/helper-plugin-utils": "^7.22.5" 1490 }, 1491 "engines": { 1492 "node": ">=6.9.0" 1493 }, 1494 "peerDependencies": { 1495 "@babel/core": "^7.0.0-0" 1496 } 1497 }, 1498 "node_modules/@babel/plugin-transform-private-property-in-object": { 1499 "version": "7.23.4", 1500 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz", 1501 "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==", 1502 "dependencies": { 1503 "@babel/helper-annotate-as-pure": "^7.22.5", 1504 "@babel/helper-create-class-features-plugin": "^7.22.15", 1505 "@babel/helper-plugin-utils": "^7.22.5", 1506 "@babel/plugin-syntax-private-property-in-object": "^7.14.5" 1507 }, 1508 "engines": { 1509 "node": ">=6.9.0" 1510 }, 1511 "peerDependencies": { 1512 "@babel/core": "^7.0.0-0" 1513 } 1514 }, 1515 "node_modules/@babel/plugin-transform-property-literals": { 1516 "version": "7.23.3", 1517 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz", 1518 "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==", 1519 "dependencies": { 1520 "@babel/helper-plugin-utils": "^7.22.5" 1521 }, 1522 "engines": { 1523 "node": ">=6.9.0" 1524 }, 1525 "peerDependencies": { 1526 "@babel/core": "^7.0.0-0" 1527 } 1528 }, 1529 "node_modules/@babel/plugin-transform-react-constant-elements": { 1530 "version": "7.23.3", 1531 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.23.3.tgz", 1532 "integrity": "sha512-zP0QKq/p6O42OL94udMgSfKXyse4RyJ0JqbQ34zDAONWjyrEsghYEyTSK5FIpmXmCpB55SHokL1cRRKHv8L2Qw==", 1533 "dependencies": { 1534 "@babel/helper-plugin-utils": "^7.22.5" 1535 }, 1536 "engines": { 1537 "node": ">=6.9.0" 1538 }, 1539 "peerDependencies": { 1540 "@babel/core": "^7.0.0-0" 1541 } 1542 }, 1543 "node_modules/@babel/plugin-transform-react-display-name": { 1544 "version": "7.23.3", 1545 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz", 1546 "integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==", 1547 "dependencies": { 1548 "@babel/helper-plugin-utils": "^7.22.5" 1549 }, 1550 "engines": { 1551 "node": ">=6.9.0" 1552 }, 1553 "peerDependencies": { 1554 "@babel/core": "^7.0.0-0" 1555 } 1556 }, 1557 "node_modules/@babel/plugin-transform-react-jsx": { 1558 "version": "7.23.4", 1559 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz", 1560 "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==", 1561 "dependencies": { 1562 "@babel/helper-annotate-as-pure": "^7.22.5", 1563 "@babel/helper-module-imports": "^7.22.15", 1564 "@babel/helper-plugin-utils": "^7.22.5", 1565 "@babel/plugin-syntax-jsx": "^7.23.3", 1566 "@babel/types": "^7.23.4" 1567 }, 1568 "engines": { 1569 "node": ">=6.9.0" 1570 }, 1571 "peerDependencies": { 1572 "@babel/core": "^7.0.0-0" 1573 } 1574 }, 1575 "node_modules/@babel/plugin-transform-react-jsx-development": { 1576 "version": "7.22.5", 1577 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz", 1578 "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==", 1579 "dependencies": { 1580 "@babel/plugin-transform-react-jsx": "^7.22.5" 1581 }, 1582 "engines": { 1583 "node": ">=6.9.0" 1584 }, 1585 "peerDependencies": { 1586 "@babel/core": "^7.0.0-0" 1587 } 1588 }, 1589 "node_modules/@babel/plugin-transform-react-pure-annotations": { 1590 "version": "7.23.3", 1591 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz", 1592 "integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==", 1593 "dependencies": { 1594 "@babel/helper-annotate-as-pure": "^7.22.5", 1595 "@babel/helper-plugin-utils": "^7.22.5" 1596 }, 1597 "engines": { 1598 "node": ">=6.9.0" 1599 }, 1600 "peerDependencies": { 1601 "@babel/core": "^7.0.0-0" 1602 } 1603 }, 1604 "node_modules/@babel/plugin-transform-regenerator": { 1605 "version": "7.23.3", 1606 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz", 1607 "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==", 1608 "dependencies": { 1609 "@babel/helper-plugin-utils": "^7.22.5", 1610 "regenerator-transform": "^0.15.2" 1611 }, 1612 "engines": { 1613 "node": ">=6.9.0" 1614 }, 1615 "peerDependencies": { 1616 "@babel/core": "^7.0.0-0" 1617 } 1618 }, 1619 "node_modules/@babel/plugin-transform-reserved-words": { 1620 "version": "7.23.3", 1621 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz", 1622 "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==", 1623 "dependencies": { 1624 "@babel/helper-plugin-utils": "^7.22.5" 1625 }, 1626 "engines": { 1627 "node": ">=6.9.0" 1628 }, 1629 "peerDependencies": { 1630 "@babel/core": "^7.0.0-0" 1631 } 1632 }, 1633 "node_modules/@babel/plugin-transform-runtime": { 1634 "version": "7.23.9", 1635 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.9.tgz", 1636 "integrity": "sha512-A7clW3a0aSjm3ONU9o2HAILSegJCYlEZmOhmBRReVtIpY/Z/p7yIZ+wR41Z+UipwdGuqwtID/V/dOdZXjwi9gQ==", 1637 "dependencies": { 1638 "@babel/helper-module-imports": "^7.22.15", 1639 "@babel/helper-plugin-utils": "^7.22.5", 1640 "babel-plugin-polyfill-corejs2": "^0.4.8", 1641 "babel-plugin-polyfill-corejs3": "^0.9.0", 1642 "babel-plugin-polyfill-regenerator": "^0.5.5", 1643 "semver": "^6.3.1" 1644 }, 1645 "engines": { 1646 "node": ">=6.9.0" 1647 }, 1648 "peerDependencies": { 1649 "@babel/core": "^7.0.0-0" 1650 } 1651 }, 1652 "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { 1653 "version": "6.3.1", 1654 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 1655 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 1656 "bin": { 1657 "semver": "bin/semver.js" 1658 } 1659 }, 1660 "node_modules/@babel/plugin-transform-shorthand-properties": { 1661 "version": "7.23.3", 1662 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", 1663 "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", 1664 "dependencies": { 1665 "@babel/helper-plugin-utils": "^7.22.5" 1666 }, 1667 "engines": { 1668 "node": ">=6.9.0" 1669 }, 1670 "peerDependencies": { 1671 "@babel/core": "^7.0.0-0" 1672 } 1673 }, 1674 "node_modules/@babel/plugin-transform-spread": { 1675 "version": "7.23.3", 1676 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz", 1677 "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==", 1678 "dependencies": { 1679 "@babel/helper-plugin-utils": "^7.22.5", 1680 "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" 1681 }, 1682 "engines": { 1683 "node": ">=6.9.0" 1684 }, 1685 "peerDependencies": { 1686 "@babel/core": "^7.0.0-0" 1687 } 1688 }, 1689 "node_modules/@babel/plugin-transform-sticky-regex": { 1690 "version": "7.23.3", 1691 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz", 1692 "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==", 1693 "dependencies": { 1694 "@babel/helper-plugin-utils": "^7.22.5" 1695 }, 1696 "engines": { 1697 "node": ">=6.9.0" 1698 }, 1699 "peerDependencies": { 1700 "@babel/core": "^7.0.0-0" 1701 } 1702 }, 1703 "node_modules/@babel/plugin-transform-template-literals": { 1704 "version": "7.23.3", 1705 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz", 1706 "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==", 1707 "dependencies": { 1708 "@babel/helper-plugin-utils": "^7.22.5" 1709 }, 1710 "engines": { 1711 "node": ">=6.9.0" 1712 }, 1713 "peerDependencies": { 1714 "@babel/core": "^7.0.0-0" 1715 } 1716 }, 1717 "node_modules/@babel/plugin-transform-typeof-symbol": { 1718 "version": "7.23.3", 1719 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz", 1720 "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==", 1721 "dependencies": { 1722 "@babel/helper-plugin-utils": "^7.22.5" 1723 }, 1724 "engines": { 1725 "node": ">=6.9.0" 1726 }, 1727 "peerDependencies": { 1728 "@babel/core": "^7.0.0-0" 1729 } 1730 }, 1731 "node_modules/@babel/plugin-transform-typescript": { 1732 "version": "7.23.6", 1733 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz", 1734 "integrity": "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==", 1735 "dependencies": { 1736 "@babel/helper-annotate-as-pure": "^7.22.5", 1737 "@babel/helper-create-class-features-plugin": "^7.23.6", 1738 "@babel/helper-plugin-utils": "^7.22.5", 1739 "@babel/plugin-syntax-typescript": "^7.23.3" 1740 }, 1741 "engines": { 1742 "node": ">=6.9.0" 1743 }, 1744 "peerDependencies": { 1745 "@babel/core": "^7.0.0-0" 1746 } 1747 }, 1748 "node_modules/@babel/plugin-transform-unicode-escapes": { 1749 "version": "7.23.3", 1750 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz", 1751 "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==", 1752 "dependencies": { 1753 "@babel/helper-plugin-utils": "^7.22.5" 1754 }, 1755 "engines": { 1756 "node": ">=6.9.0" 1757 }, 1758 "peerDependencies": { 1759 "@babel/core": "^7.0.0-0" 1760 } 1761 }, 1762 "node_modules/@babel/plugin-transform-unicode-property-regex": { 1763 "version": "7.23.3", 1764 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz", 1765 "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==", 1766 "dependencies": { 1767 "@babel/helper-create-regexp-features-plugin": "^7.22.15", 1768 "@babel/helper-plugin-utils": "^7.22.5" 1769 }, 1770 "engines": { 1771 "node": ">=6.9.0" 1772 }, 1773 "peerDependencies": { 1774 "@babel/core": "^7.0.0-0" 1775 } 1776 }, 1777 "node_modules/@babel/plugin-transform-unicode-regex": { 1778 "version": "7.23.3", 1779 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz", 1780 "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==", 1781 "dependencies": { 1782 "@babel/helper-create-regexp-features-plugin": "^7.22.15", 1783 "@babel/helper-plugin-utils": "^7.22.5" 1784 }, 1785 "engines": { 1786 "node": ">=6.9.0" 1787 }, 1788 "peerDependencies": { 1789 "@babel/core": "^7.0.0-0" 1790 } 1791 }, 1792 "node_modules/@babel/plugin-transform-unicode-sets-regex": { 1793 "version": "7.23.3", 1794 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz", 1795 "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==", 1796 "dependencies": { 1797 "@babel/helper-create-regexp-features-plugin": "^7.22.15", 1798 "@babel/helper-plugin-utils": "^7.22.5" 1799 }, 1800 "engines": { 1801 "node": ">=6.9.0" 1802 }, 1803 "peerDependencies": { 1804 "@babel/core": "^7.0.0" 1805 } 1806 }, 1807 "node_modules/@babel/preset-env": { 1808 "version": "7.23.9", 1809 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.9.tgz", 1810 "integrity": "sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==", 1811 "dependencies": { 1812 "@babel/compat-data": "^7.23.5", 1813 "@babel/helper-compilation-targets": "^7.23.6", 1814 "@babel/helper-plugin-utils": "^7.22.5", 1815 "@babel/helper-validator-option": "^7.23.5", 1816 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3", 1817 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3", 1818 "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7", 1819 "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", 1820 "@babel/plugin-syntax-async-generators": "^7.8.4", 1821 "@babel/plugin-syntax-class-properties": "^7.12.13", 1822 "@babel/plugin-syntax-class-static-block": "^7.14.5", 1823 "@babel/plugin-syntax-dynamic-import": "^7.8.3", 1824 "@babel/plugin-syntax-export-namespace-from": "^7.8.3", 1825 "@babel/plugin-syntax-import-assertions": "^7.23.3", 1826 "@babel/plugin-syntax-import-attributes": "^7.23.3", 1827 "@babel/plugin-syntax-import-meta": "^7.10.4", 1828 "@babel/plugin-syntax-json-strings": "^7.8.3", 1829 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", 1830 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", 1831 "@babel/plugin-syntax-numeric-separator": "^7.10.4", 1832 "@babel/plugin-syntax-object-rest-spread": "^7.8.3", 1833 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", 1834 "@babel/plugin-syntax-optional-chaining": "^7.8.3", 1835 "@babel/plugin-syntax-private-property-in-object": "^7.14.5", 1836 "@babel/plugin-syntax-top-level-await": "^7.14.5", 1837 "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", 1838 "@babel/plugin-transform-arrow-functions": "^7.23.3", 1839 "@babel/plugin-transform-async-generator-functions": "^7.23.9", 1840 "@babel/plugin-transform-async-to-generator": "^7.23.3", 1841 "@babel/plugin-transform-block-scoped-functions": "^7.23.3", 1842 "@babel/plugin-transform-block-scoping": "^7.23.4", 1843 "@babel/plugin-transform-class-properties": "^7.23.3", 1844 "@babel/plugin-transform-class-static-block": "^7.23.4", 1845 "@babel/plugin-transform-classes": "^7.23.8", 1846 "@babel/plugin-transform-computed-properties": "^7.23.3", 1847 "@babel/plugin-transform-destructuring": "^7.23.3", 1848 "@babel/plugin-transform-dotall-regex": "^7.23.3", 1849 "@babel/plugin-transform-duplicate-keys": "^7.23.3", 1850 "@babel/plugin-transform-dynamic-import": "^7.23.4", 1851 "@babel/plugin-transform-exponentiation-operator": "^7.23.3", 1852 "@babel/plugin-transform-export-namespace-from": "^7.23.4", 1853 "@babel/plugin-transform-for-of": "^7.23.6", 1854 "@babel/plugin-transform-function-name": "^7.23.3", 1855 "@babel/plugin-transform-json-strings": "^7.23.4", 1856 "@babel/plugin-transform-literals": "^7.23.3", 1857 "@babel/plugin-transform-logical-assignment-operators": "^7.23.4", 1858 "@babel/plugin-transform-member-expression-literals": "^7.23.3", 1859 "@babel/plugin-transform-modules-amd": "^7.23.3", 1860 "@babel/plugin-transform-modules-commonjs": "^7.23.3", 1861 "@babel/plugin-transform-modules-systemjs": "^7.23.9", 1862 "@babel/plugin-transform-modules-umd": "^7.23.3", 1863 "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", 1864 "@babel/plugin-transform-new-target": "^7.23.3", 1865 "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4", 1866 "@babel/plugin-transform-numeric-separator": "^7.23.4", 1867 "@babel/plugin-transform-object-rest-spread": "^7.23.4", 1868 "@babel/plugin-transform-object-super": "^7.23.3", 1869 "@babel/plugin-transform-optional-catch-binding": "^7.23.4", 1870 "@babel/plugin-transform-optional-chaining": "^7.23.4", 1871 "@babel/plugin-transform-parameters": "^7.23.3", 1872 "@babel/plugin-transform-private-methods": "^7.23.3", 1873 "@babel/plugin-transform-private-property-in-object": "^7.23.4", 1874 "@babel/plugin-transform-property-literals": "^7.23.3", 1875 "@babel/plugin-transform-regenerator": "^7.23.3", 1876 "@babel/plugin-transform-reserved-words": "^7.23.3", 1877 "@babel/plugin-transform-shorthand-properties": "^7.23.3", 1878 "@babel/plugin-transform-spread": "^7.23.3", 1879 "@babel/plugin-transform-sticky-regex": "^7.23.3", 1880 "@babel/plugin-transform-template-literals": "^7.23.3", 1881 "@babel/plugin-transform-typeof-symbol": "^7.23.3", 1882 "@babel/plugin-transform-unicode-escapes": "^7.23.3", 1883 "@babel/plugin-transform-unicode-property-regex": "^7.23.3", 1884 "@babel/plugin-transform-unicode-regex": "^7.23.3", 1885 "@babel/plugin-transform-unicode-sets-regex": "^7.23.3", 1886 "@babel/preset-modules": "0.1.6-no-external-plugins", 1887 "babel-plugin-polyfill-corejs2": "^0.4.8", 1888 "babel-plugin-polyfill-corejs3": "^0.9.0", 1889 "babel-plugin-polyfill-regenerator": "^0.5.5", 1890 "core-js-compat": "^3.31.0", 1891 "semver": "^6.3.1" 1892 }, 1893 "engines": { 1894 "node": ">=6.9.0" 1895 }, 1896 "peerDependencies": { 1897 "@babel/core": "^7.0.0-0" 1898 } 1899 }, 1900 "node_modules/@babel/preset-env/node_modules/semver": { 1901 "version": "6.3.1", 1902 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 1903 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 1904 "bin": { 1905 "semver": "bin/semver.js" 1906 } 1907 }, 1908 "node_modules/@babel/preset-modules": { 1909 "version": "0.1.6-no-external-plugins", 1910 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", 1911 "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", 1912 "dependencies": { 1913 "@babel/helper-plugin-utils": "^7.0.0", 1914 "@babel/types": "^7.4.4", 1915 "esutils": "^2.0.2" 1916 }, 1917 "peerDependencies": { 1918 "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" 1919 } 1920 }, 1921 "node_modules/@babel/preset-react": { 1922 "version": "7.23.3", 1923 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.23.3.tgz", 1924 "integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==", 1925 "dependencies": { 1926 "@babel/helper-plugin-utils": "^7.22.5", 1927 "@babel/helper-validator-option": "^7.22.15", 1928 "@babel/plugin-transform-react-display-name": "^7.23.3", 1929 "@babel/plugin-transform-react-jsx": "^7.22.15", 1930 "@babel/plugin-transform-react-jsx-development": "^7.22.5", 1931 "@babel/plugin-transform-react-pure-annotations": "^7.23.3" 1932 }, 1933 "engines": { 1934 "node": ">=6.9.0" 1935 }, 1936 "peerDependencies": { 1937 "@babel/core": "^7.0.0-0" 1938 } 1939 }, 1940 "node_modules/@babel/preset-typescript": { 1941 "version": "7.23.3", 1942 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz", 1943 "integrity": "sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==", 1944 "dependencies": { 1945 "@babel/helper-plugin-utils": "^7.22.5", 1946 "@babel/helper-validator-option": "^7.22.15", 1947 "@babel/plugin-syntax-jsx": "^7.23.3", 1948 "@babel/plugin-transform-modules-commonjs": "^7.23.3", 1949 "@babel/plugin-transform-typescript": "^7.23.3" 1950 }, 1951 "engines": { 1952 "node": ">=6.9.0" 1953 }, 1954 "peerDependencies": { 1955 "@babel/core": "^7.0.0-0" 1956 } 1957 }, 1958 "node_modules/@babel/regjsgen": { 1959 "version": "0.8.0", 1960 "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", 1961 "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" 1962 }, 1963 "node_modules/@babel/runtime": { 1964 "version": "7.23.9", 1965 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz", 1966 "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==", 1967 "dependencies": { 1968 "regenerator-runtime": "^0.14.0" 1969 }, 1970 "engines": { 1971 "node": ">=6.9.0" 1972 } 1973 }, 1974 "node_modules/@babel/template": { 1975 "version": "7.23.9", 1976 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz", 1977 "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==", 1978 "dependencies": { 1979 "@babel/code-frame": "^7.23.5", 1980 "@babel/parser": "^7.23.9", 1981 "@babel/types": "^7.23.9" 1982 }, 1983 "engines": { 1984 "node": ">=6.9.0" 1985 } 1986 }, 1987 "node_modules/@babel/traverse": { 1988 "version": "7.23.9", 1989 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.9.tgz", 1990 "integrity": "sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==", 1991 "dependencies": { 1992 "@babel/code-frame": "^7.23.5", 1993 "@babel/generator": "^7.23.6", 1994 "@babel/helper-environment-visitor": "^7.22.20", 1995 "@babel/helper-function-name": "^7.23.0", 1996 "@babel/helper-hoist-variables": "^7.22.5", 1997 "@babel/helper-split-export-declaration": "^7.22.6", 1998 "@babel/parser": "^7.23.9", 1999 "@babel/types": "^7.23.9", 2000 "debug": "^4.3.1", 2001 "globals": "^11.1.0" 2002 }, 2003 "engines": { 2004 "node": ">=6.9.0" 2005 } 2006 }, 2007 "node_modules/@babel/types": { 2008 "version": "7.23.9", 2009 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz", 2010 "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==", 2011 "dependencies": { 2012 "@babel/helper-string-parser": "^7.23.4", 2013 "@babel/helper-validator-identifier": "^7.22.20", 2014 "to-fast-properties": "^2.0.0" 2015 }, 2016 "engines": { 2017 "node": ">=6.9.0" 2018 } 2019 }, 2020 "node_modules/@bcoe/v8-coverage": { 2021 "version": "0.2.3", 2022 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", 2023 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" 2024 }, 2025 "node_modules/@csstools/normalize.css": { 2026 "version": "12.1.1", 2027 "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz", 2028 "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==" 2029 }, 2030 "node_modules/@csstools/postcss-cascade-layers": { 2031 "version": "1.1.1", 2032 "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz", 2033 "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==", 2034 "dependencies": { 2035 "@csstools/selector-specificity": "^2.0.2", 2036 "postcss-selector-parser": "^6.0.10" 2037 }, 2038 "engines": { 2039 "node": "^12 || ^14 || >=16" 2040 }, 2041 "funding": { 2042 "type": "opencollective", 2043 "url": "https://opencollective.com/csstools" 2044 }, 2045 "peerDependencies": { 2046 "postcss": "^8.2" 2047 } 2048 }, 2049 "node_modules/@csstools/postcss-color-function": { 2050 "version": "1.1.1", 2051 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", 2052 "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", 2053 "dependencies": { 2054 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 2055 "postcss-value-parser": "^4.2.0" 2056 }, 2057 "engines": { 2058 "node": "^12 || ^14 || >=16" 2059 }, 2060 "funding": { 2061 "type": "opencollective", 2062 "url": "https://opencollective.com/csstools" 2063 }, 2064 "peerDependencies": { 2065 "postcss": "^8.2" 2066 } 2067 }, 2068 "node_modules/@csstools/postcss-font-format-keywords": { 2069 "version": "1.0.1", 2070 "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", 2071 "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", 2072 "dependencies": { 2073 "postcss-value-parser": "^4.2.0" 2074 }, 2075 "engines": { 2076 "node": "^12 || ^14 || >=16" 2077 }, 2078 "funding": { 2079 "type": "opencollective", 2080 "url": "https://opencollective.com/csstools" 2081 }, 2082 "peerDependencies": { 2083 "postcss": "^8.2" 2084 } 2085 }, 2086 "node_modules/@csstools/postcss-hwb-function": { 2087 "version": "1.0.2", 2088 "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", 2089 "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", 2090 "dependencies": { 2091 "postcss-value-parser": "^4.2.0" 2092 }, 2093 "engines": { 2094 "node": "^12 || ^14 || >=16" 2095 }, 2096 "funding": { 2097 "type": "opencollective", 2098 "url": "https://opencollective.com/csstools" 2099 }, 2100 "peerDependencies": { 2101 "postcss": "^8.2" 2102 } 2103 }, 2104 "node_modules/@csstools/postcss-ic-unit": { 2105 "version": "1.0.1", 2106 "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", 2107 "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", 2108 "dependencies": { 2109 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 2110 "postcss-value-parser": "^4.2.0" 2111 }, 2112 "engines": { 2113 "node": "^12 || ^14 || >=16" 2114 }, 2115 "funding": { 2116 "type": "opencollective", 2117 "url": "https://opencollective.com/csstools" 2118 }, 2119 "peerDependencies": { 2120 "postcss": "^8.2" 2121 } 2122 }, 2123 "node_modules/@csstools/postcss-is-pseudo-class": { 2124 "version": "2.0.7", 2125 "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", 2126 "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", 2127 "dependencies": { 2128 "@csstools/selector-specificity": "^2.0.0", 2129 "postcss-selector-parser": "^6.0.10" 2130 }, 2131 "engines": { 2132 "node": "^12 || ^14 || >=16" 2133 }, 2134 "funding": { 2135 "type": "opencollective", 2136 "url": "https://opencollective.com/csstools" 2137 }, 2138 "peerDependencies": { 2139 "postcss": "^8.2" 2140 } 2141 }, 2142 "node_modules/@csstools/postcss-nested-calc": { 2143 "version": "1.0.0", 2144 "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", 2145 "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", 2146 "dependencies": { 2147 "postcss-value-parser": "^4.2.0" 2148 }, 2149 "engines": { 2150 "node": "^12 || ^14 || >=16" 2151 }, 2152 "funding": { 2153 "type": "opencollective", 2154 "url": "https://opencollective.com/csstools" 2155 }, 2156 "peerDependencies": { 2157 "postcss": "^8.2" 2158 } 2159 }, 2160 "node_modules/@csstools/postcss-normalize-display-values": { 2161 "version": "1.0.1", 2162 "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", 2163 "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", 2164 "dependencies": { 2165 "postcss-value-parser": "^4.2.0" 2166 }, 2167 "engines": { 2168 "node": "^12 || ^14 || >=16" 2169 }, 2170 "funding": { 2171 "type": "opencollective", 2172 "url": "https://opencollective.com/csstools" 2173 }, 2174 "peerDependencies": { 2175 "postcss": "^8.2" 2176 } 2177 }, 2178 "node_modules/@csstools/postcss-oklab-function": { 2179 "version": "1.1.1", 2180 "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", 2181 "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", 2182 "dependencies": { 2183 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 2184 "postcss-value-parser": "^4.2.0" 2185 }, 2186 "engines": { 2187 "node": "^12 || ^14 || >=16" 2188 }, 2189 "funding": { 2190 "type": "opencollective", 2191 "url": "https://opencollective.com/csstools" 2192 }, 2193 "peerDependencies": { 2194 "postcss": "^8.2" 2195 } 2196 }, 2197 "node_modules/@csstools/postcss-progressive-custom-properties": { 2198 "version": "1.3.0", 2199 "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", 2200 "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", 2201 "dependencies": { 2202 "postcss-value-parser": "^4.2.0" 2203 }, 2204 "engines": { 2205 "node": "^12 || ^14 || >=16" 2206 }, 2207 "peerDependencies": { 2208 "postcss": "^8.3" 2209 } 2210 }, 2211 "node_modules/@csstools/postcss-stepped-value-functions": { 2212 "version": "1.0.1", 2213 "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", 2214 "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", 2215 "dependencies": { 2216 "postcss-value-parser": "^4.2.0" 2217 }, 2218 "engines": { 2219 "node": "^12 || ^14 || >=16" 2220 }, 2221 "funding": { 2222 "type": "opencollective", 2223 "url": "https://opencollective.com/csstools" 2224 }, 2225 "peerDependencies": { 2226 "postcss": "^8.2" 2227 } 2228 }, 2229 "node_modules/@csstools/postcss-text-decoration-shorthand": { 2230 "version": "1.0.0", 2231 "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", 2232 "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", 2233 "dependencies": { 2234 "postcss-value-parser": "^4.2.0" 2235 }, 2236 "engines": { 2237 "node": "^12 || ^14 || >=16" 2238 }, 2239 "funding": { 2240 "type": "opencollective", 2241 "url": "https://opencollective.com/csstools" 2242 }, 2243 "peerDependencies": { 2244 "postcss": "^8.2" 2245 } 2246 }, 2247 "node_modules/@csstools/postcss-trigonometric-functions": { 2248 "version": "1.0.2", 2249 "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", 2250 "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", 2251 "dependencies": { 2252 "postcss-value-parser": "^4.2.0" 2253 }, 2254 "engines": { 2255 "node": "^14 || >=16" 2256 }, 2257 "funding": { 2258 "type": "opencollective", 2259 "url": "https://opencollective.com/csstools" 2260 }, 2261 "peerDependencies": { 2262 "postcss": "^8.2" 2263 } 2264 }, 2265 "node_modules/@csstools/postcss-unset-value": { 2266 "version": "1.0.2", 2267 "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", 2268 "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", 2269 "engines": { 2270 "node": "^12 || ^14 || >=16" 2271 }, 2272 "funding": { 2273 "type": "opencollective", 2274 "url": "https://opencollective.com/csstools" 2275 }, 2276 "peerDependencies": { 2277 "postcss": "^8.2" 2278 } 2279 }, 2280 "node_modules/@csstools/selector-specificity": { 2281 "version": "2.2.0", 2282 "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz", 2283 "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==", 2284 "engines": { 2285 "node": "^14 || ^16 || >=18" 2286 }, 2287 "funding": { 2288 "type": "opencollective", 2289 "url": "https://opencollective.com/csstools" 2290 }, 2291 "peerDependencies": { 2292 "postcss-selector-parser": "^6.0.10" 2293 } 2294 }, 2295 "node_modules/@eslint-community/eslint-utils": { 2296 "version": "4.4.0", 2297 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", 2298 "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", 2299 "dependencies": { 2300 "eslint-visitor-keys": "^3.3.0" 2301 }, 2302 "engines": { 2303 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 2304 }, 2305 "peerDependencies": { 2306 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" 2307 } 2308 }, 2309 "node_modules/@eslint-community/regexpp": { 2310 "version": "4.10.0", 2311 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", 2312 "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", 2313 "engines": { 2314 "node": "^12.0.0 || ^14.0.0 || >=16.0.0" 2315 } 2316 }, 2317 "node_modules/@eslint/eslintrc": { 2318 "version": "2.1.4", 2319 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", 2320 "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", 2321 "dependencies": { 2322 "ajv": "^6.12.4", 2323 "debug": "^4.3.2", 2324 "espree": "^9.6.0", 2325 "globals": "^13.19.0", 2326 "ignore": "^5.2.0", 2327 "import-fresh": "^3.2.1", 2328 "js-yaml": "^4.1.0", 2329 "minimatch": "^3.1.2", 2330 "strip-json-comments": "^3.1.1" 2331 }, 2332 "engines": { 2333 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 2334 }, 2335 "funding": { 2336 "url": "https://opencollective.com/eslint" 2337 } 2338 }, 2339 "node_modules/@eslint/eslintrc/node_modules/argparse": { 2340 "version": "2.0.1", 2341 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 2342 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" 2343 }, 2344 "node_modules/@eslint/eslintrc/node_modules/globals": { 2345 "version": "13.24.0", 2346 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", 2347 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", 2348 "dependencies": { 2349 "type-fest": "^0.20.2" 2350 }, 2351 "engines": { 2352 "node": ">=8" 2353 }, 2354 "funding": { 2355 "url": "https://github.com/sponsors/sindresorhus" 2356 } 2357 }, 2358 "node_modules/@eslint/eslintrc/node_modules/js-yaml": { 2359 "version": "4.1.0", 2360 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 2361 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 2362 "dependencies": { 2363 "argparse": "^2.0.1" 2364 }, 2365 "bin": { 2366 "js-yaml": "bin/js-yaml.js" 2367 } 2368 }, 2369 "node_modules/@eslint/eslintrc/node_modules/type-fest": { 2370 "version": "0.20.2", 2371 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", 2372 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", 2373 "engines": { 2374 "node": ">=10" 2375 }, 2376 "funding": { 2377 "url": "https://github.com/sponsors/sindresorhus" 2378 } 2379 }, 2380 "node_modules/@eslint/js": { 2381 "version": "8.56.0", 2382 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz", 2383 "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==", 2384 "engines": { 2385 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 2386 } 2387 }, 2388 "node_modules/@humanwhocodes/config-array": { 2389 "version": "0.11.14", 2390 "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", 2391 "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", 2392 "dependencies": { 2393 "@humanwhocodes/object-schema": "^2.0.2", 2394 "debug": "^4.3.1", 2395 "minimatch": "^3.0.5" 2396 }, 2397 "engines": { 2398 "node": ">=10.10.0" 2399 } 2400 }, 2401 "node_modules/@humanwhocodes/module-importer": { 2402 "version": "1.0.1", 2403 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", 2404 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", 2405 "engines": { 2406 "node": ">=12.22" 2407 }, 2408 "funding": { 2409 "type": "github", 2410 "url": "https://github.com/sponsors/nzakas" 2411 } 2412 }, 2413 "node_modules/@humanwhocodes/object-schema": { 2414 "version": "2.0.2", 2415 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz", 2416 "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==" 2417 }, 2418 "node_modules/@isaacs/cliui": { 2419 "version": "8.0.2", 2420 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", 2421 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", 2422 "dependencies": { 2423 "string-width": "^5.1.2", 2424 "string-width-cjs": "npm:string-width@^4.2.0", 2425 "strip-ansi": "^7.0.1", 2426 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", 2427 "wrap-ansi": "^8.1.0", 2428 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" 2429 }, 2430 "engines": { 2431 "node": ">=12" 2432 } 2433 }, 2434 "node_modules/@isaacs/cliui/node_modules/ansi-regex": { 2435 "version": "6.0.1", 2436 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", 2437 "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", 2438 "engines": { 2439 "node": ">=12" 2440 }, 2441 "funding": { 2442 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 2443 } 2444 }, 2445 "node_modules/@isaacs/cliui/node_modules/ansi-styles": { 2446 "version": "6.2.1", 2447 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 2448 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 2449 "engines": { 2450 "node": ">=12" 2451 }, 2452 "funding": { 2453 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2454 } 2455 }, 2456 "node_modules/@isaacs/cliui/node_modules/string-width": { 2457 "version": "5.1.2", 2458 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 2459 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 2460 "dependencies": { 2461 "eastasianwidth": "^0.2.0", 2462 "emoji-regex": "^9.2.2", 2463 "strip-ansi": "^7.0.1" 2464 }, 2465 "engines": { 2466 "node": ">=12" 2467 }, 2468 "funding": { 2469 "url": "https://github.com/sponsors/sindresorhus" 2470 } 2471 }, 2472 "node_modules/@isaacs/cliui/node_modules/strip-ansi": { 2473 "version": "7.1.0", 2474 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 2475 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 2476 "dependencies": { 2477 "ansi-regex": "^6.0.1" 2478 }, 2479 "engines": { 2480 "node": ">=12" 2481 }, 2482 "funding": { 2483 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 2484 } 2485 }, 2486 "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { 2487 "version": "8.1.0", 2488 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", 2489 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", 2490 "dependencies": { 2491 "ansi-styles": "^6.1.0", 2492 "string-width": "^5.0.1", 2493 "strip-ansi": "^7.0.1" 2494 }, 2495 "engines": { 2496 "node": ">=12" 2497 }, 2498 "funding": { 2499 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 2500 } 2501 }, 2502 "node_modules/@istanbuljs/load-nyc-config": { 2503 "version": "1.1.0", 2504 "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", 2505 "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", 2506 "dependencies": { 2507 "camelcase": "^5.3.1", 2508 "find-up": "^4.1.0", 2509 "get-package-type": "^0.1.0", 2510 "js-yaml": "^3.13.1", 2511 "resolve-from": "^5.0.0" 2512 }, 2513 "engines": { 2514 "node": ">=8" 2515 } 2516 }, 2517 "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { 2518 "version": "5.3.1", 2519 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", 2520 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", 2521 "engines": { 2522 "node": ">=6" 2523 } 2524 }, 2525 "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { 2526 "version": "4.1.0", 2527 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", 2528 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", 2529 "dependencies": { 2530 "locate-path": "^5.0.0", 2531 "path-exists": "^4.0.0" 2532 }, 2533 "engines": { 2534 "node": ">=8" 2535 } 2536 }, 2537 "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { 2538 "version": "5.0.0", 2539 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", 2540 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", 2541 "dependencies": { 2542 "p-locate": "^4.1.0" 2543 }, 2544 "engines": { 2545 "node": ">=8" 2546 } 2547 }, 2548 "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { 2549 "version": "2.3.0", 2550 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 2551 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 2552 "dependencies": { 2553 "p-try": "^2.0.0" 2554 }, 2555 "engines": { 2556 "node": ">=6" 2557 }, 2558 "funding": { 2559 "url": "https://github.com/sponsors/sindresorhus" 2560 } 2561 }, 2562 "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { 2563 "version": "4.1.0", 2564 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", 2565 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", 2566 "dependencies": { 2567 "p-limit": "^2.2.0" 2568 }, 2569 "engines": { 2570 "node": ">=8" 2571 } 2572 }, 2573 "node_modules/@istanbuljs/schema": { 2574 "version": "0.1.3", 2575 "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", 2576 "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", 2577 "engines": { 2578 "node": ">=8" 2579 } 2580 }, 2581 "node_modules/@jest/console": { 2582 "version": "27.5.1", 2583 "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", 2584 "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", 2585 "dependencies": { 2586 "@jest/types": "^27.5.1", 2587 "@types/node": "*", 2588 "chalk": "^4.0.0", 2589 "jest-message-util": "^27.5.1", 2590 "jest-util": "^27.5.1", 2591 "slash": "^3.0.0" 2592 }, 2593 "engines": { 2594 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 2595 } 2596 }, 2597 "node_modules/@jest/console/node_modules/ansi-styles": { 2598 "version": "4.3.0", 2599 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 2600 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 2601 "dependencies": { 2602 "color-convert": "^2.0.1" 2603 }, 2604 "engines": { 2605 "node": ">=8" 2606 }, 2607 "funding": { 2608 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2609 } 2610 }, 2611 "node_modules/@jest/console/node_modules/chalk": { 2612 "version": "4.1.2", 2613 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 2614 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 2615 "dependencies": { 2616 "ansi-styles": "^4.1.0", 2617 "supports-color": "^7.1.0" 2618 }, 2619 "engines": { 2620 "node": ">=10" 2621 }, 2622 "funding": { 2623 "url": "https://github.com/chalk/chalk?sponsor=1" 2624 } 2625 }, 2626 "node_modules/@jest/console/node_modules/color-convert": { 2627 "version": "2.0.1", 2628 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2629 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2630 "dependencies": { 2631 "color-name": "~1.1.4" 2632 }, 2633 "engines": { 2634 "node": ">=7.0.0" 2635 } 2636 }, 2637 "node_modules/@jest/console/node_modules/color-name": { 2638 "version": "1.1.4", 2639 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2640 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 2641 }, 2642 "node_modules/@jest/console/node_modules/has-flag": { 2643 "version": "4.0.0", 2644 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 2645 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 2646 "engines": { 2647 "node": ">=8" 2648 } 2649 }, 2650 "node_modules/@jest/console/node_modules/supports-color": { 2651 "version": "7.2.0", 2652 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 2653 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 2654 "dependencies": { 2655 "has-flag": "^4.0.0" 2656 }, 2657 "engines": { 2658 "node": ">=8" 2659 } 2660 }, 2661 "node_modules/@jest/core": { 2662 "version": "27.5.1", 2663 "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", 2664 "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", 2665 "dependencies": { 2666 "@jest/console": "^27.5.1", 2667 "@jest/reporters": "^27.5.1", 2668 "@jest/test-result": "^27.5.1", 2669 "@jest/transform": "^27.5.1", 2670 "@jest/types": "^27.5.1", 2671 "@types/node": "*", 2672 "ansi-escapes": "^4.2.1", 2673 "chalk": "^4.0.0", 2674 "emittery": "^0.8.1", 2675 "exit": "^0.1.2", 2676 "graceful-fs": "^4.2.9", 2677 "jest-changed-files": "^27.5.1", 2678 "jest-config": "^27.5.1", 2679 "jest-haste-map": "^27.5.1", 2680 "jest-message-util": "^27.5.1", 2681 "jest-regex-util": "^27.5.1", 2682 "jest-resolve": "^27.5.1", 2683 "jest-resolve-dependencies": "^27.5.1", 2684 "jest-runner": "^27.5.1", 2685 "jest-runtime": "^27.5.1", 2686 "jest-snapshot": "^27.5.1", 2687 "jest-util": "^27.5.1", 2688 "jest-validate": "^27.5.1", 2689 "jest-watcher": "^27.5.1", 2690 "micromatch": "^4.0.4", 2691 "rimraf": "^3.0.0", 2692 "slash": "^3.0.0", 2693 "strip-ansi": "^6.0.0" 2694 }, 2695 "engines": { 2696 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 2697 }, 2698 "peerDependencies": { 2699 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" 2700 }, 2701 "peerDependenciesMeta": { 2702 "node-notifier": { 2703 "optional": true 2704 } 2705 } 2706 }, 2707 "node_modules/@jest/core/node_modules/ansi-styles": { 2708 "version": "4.3.0", 2709 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 2710 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 2711 "dependencies": { 2712 "color-convert": "^2.0.1" 2713 }, 2714 "engines": { 2715 "node": ">=8" 2716 }, 2717 "funding": { 2718 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2719 } 2720 }, 2721 "node_modules/@jest/core/node_modules/chalk": { 2722 "version": "4.1.2", 2723 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 2724 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 2725 "dependencies": { 2726 "ansi-styles": "^4.1.0", 2727 "supports-color": "^7.1.0" 2728 }, 2729 "engines": { 2730 "node": ">=10" 2731 }, 2732 "funding": { 2733 "url": "https://github.com/chalk/chalk?sponsor=1" 2734 } 2735 }, 2736 "node_modules/@jest/core/node_modules/color-convert": { 2737 "version": "2.0.1", 2738 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2739 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2740 "dependencies": { 2741 "color-name": "~1.1.4" 2742 }, 2743 "engines": { 2744 "node": ">=7.0.0" 2745 } 2746 }, 2747 "node_modules/@jest/core/node_modules/color-name": { 2748 "version": "1.1.4", 2749 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2750 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 2751 }, 2752 "node_modules/@jest/core/node_modules/has-flag": { 2753 "version": "4.0.0", 2754 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 2755 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 2756 "engines": { 2757 "node": ">=8" 2758 } 2759 }, 2760 "node_modules/@jest/core/node_modules/supports-color": { 2761 "version": "7.2.0", 2762 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 2763 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 2764 "dependencies": { 2765 "has-flag": "^4.0.0" 2766 }, 2767 "engines": { 2768 "node": ">=8" 2769 } 2770 }, 2771 "node_modules/@jest/environment": { 2772 "version": "27.5.1", 2773 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", 2774 "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", 2775 "dependencies": { 2776 "@jest/fake-timers": "^27.5.1", 2777 "@jest/types": "^27.5.1", 2778 "@types/node": "*", 2779 "jest-mock": "^27.5.1" 2780 }, 2781 "engines": { 2782 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 2783 } 2784 }, 2785 "node_modules/@jest/expect-utils": { 2786 "version": "29.7.0", 2787 "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", 2788 "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", 2789 "dependencies": { 2790 "jest-get-type": "^29.6.3" 2791 }, 2792 "engines": { 2793 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 2794 } 2795 }, 2796 "node_modules/@jest/expect-utils/node_modules/jest-get-type": { 2797 "version": "29.6.3", 2798 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", 2799 "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", 2800 "engines": { 2801 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 2802 } 2803 }, 2804 "node_modules/@jest/fake-timers": { 2805 "version": "27.5.1", 2806 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", 2807 "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", 2808 "dependencies": { 2809 "@jest/types": "^27.5.1", 2810 "@sinonjs/fake-timers": "^8.0.1", 2811 "@types/node": "*", 2812 "jest-message-util": "^27.5.1", 2813 "jest-mock": "^27.5.1", 2814 "jest-util": "^27.5.1" 2815 }, 2816 "engines": { 2817 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 2818 } 2819 }, 2820 "node_modules/@jest/globals": { 2821 "version": "27.5.1", 2822 "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", 2823 "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", 2824 "dependencies": { 2825 "@jest/environment": "^27.5.1", 2826 "@jest/types": "^27.5.1", 2827 "expect": "^27.5.1" 2828 }, 2829 "engines": { 2830 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 2831 } 2832 }, 2833 "node_modules/@jest/reporters": { 2834 "version": "27.5.1", 2835 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", 2836 "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", 2837 "dependencies": { 2838 "@bcoe/v8-coverage": "^0.2.3", 2839 "@jest/console": "^27.5.1", 2840 "@jest/test-result": "^27.5.1", 2841 "@jest/transform": "^27.5.1", 2842 "@jest/types": "^27.5.1", 2843 "@types/node": "*", 2844 "chalk": "^4.0.0", 2845 "collect-v8-coverage": "^1.0.0", 2846 "exit": "^0.1.2", 2847 "glob": "^7.1.2", 2848 "graceful-fs": "^4.2.9", 2849 "istanbul-lib-coverage": "^3.0.0", 2850 "istanbul-lib-instrument": "^5.1.0", 2851 "istanbul-lib-report": "^3.0.0", 2852 "istanbul-lib-source-maps": "^4.0.0", 2853 "istanbul-reports": "^3.1.3", 2854 "jest-haste-map": "^27.5.1", 2855 "jest-resolve": "^27.5.1", 2856 "jest-util": "^27.5.1", 2857 "jest-worker": "^27.5.1", 2858 "slash": "^3.0.0", 2859 "source-map": "^0.6.0", 2860 "string-length": "^4.0.1", 2861 "terminal-link": "^2.0.0", 2862 "v8-to-istanbul": "^8.1.0" 2863 }, 2864 "engines": { 2865 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 2866 }, 2867 "peerDependencies": { 2868 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" 2869 }, 2870 "peerDependenciesMeta": { 2871 "node-notifier": { 2872 "optional": true 2873 } 2874 } 2875 }, 2876 "node_modules/@jest/reporters/node_modules/ansi-styles": { 2877 "version": "4.3.0", 2878 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 2879 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 2880 "dependencies": { 2881 "color-convert": "^2.0.1" 2882 }, 2883 "engines": { 2884 "node": ">=8" 2885 }, 2886 "funding": { 2887 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2888 } 2889 }, 2890 "node_modules/@jest/reporters/node_modules/chalk": { 2891 "version": "4.1.2", 2892 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 2893 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 2894 "dependencies": { 2895 "ansi-styles": "^4.1.0", 2896 "supports-color": "^7.1.0" 2897 }, 2898 "engines": { 2899 "node": ">=10" 2900 }, 2901 "funding": { 2902 "url": "https://github.com/chalk/chalk?sponsor=1" 2903 } 2904 }, 2905 "node_modules/@jest/reporters/node_modules/color-convert": { 2906 "version": "2.0.1", 2907 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2908 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2909 "dependencies": { 2910 "color-name": "~1.1.4" 2911 }, 2912 "engines": { 2913 "node": ">=7.0.0" 2914 } 2915 }, 2916 "node_modules/@jest/reporters/node_modules/color-name": { 2917 "version": "1.1.4", 2918 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2919 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 2920 }, 2921 "node_modules/@jest/reporters/node_modules/has-flag": { 2922 "version": "4.0.0", 2923 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 2924 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 2925 "engines": { 2926 "node": ">=8" 2927 } 2928 }, 2929 "node_modules/@jest/reporters/node_modules/source-map": { 2930 "version": "0.6.1", 2931 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 2932 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 2933 "engines": { 2934 "node": ">=0.10.0" 2935 } 2936 }, 2937 "node_modules/@jest/reporters/node_modules/supports-color": { 2938 "version": "7.2.0", 2939 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 2940 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 2941 "dependencies": { 2942 "has-flag": "^4.0.0" 2943 }, 2944 "engines": { 2945 "node": ">=8" 2946 } 2947 }, 2948 "node_modules/@jest/schemas": { 2949 "version": "28.1.3", 2950 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", 2951 "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", 2952 "dependencies": { 2953 "@sinclair/typebox": "^0.24.1" 2954 }, 2955 "engines": { 2956 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 2957 } 2958 }, 2959 "node_modules/@jest/source-map": { 2960 "version": "27.5.1", 2961 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", 2962 "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", 2963 "dependencies": { 2964 "callsites": "^3.0.0", 2965 "graceful-fs": "^4.2.9", 2966 "source-map": "^0.6.0" 2967 }, 2968 "engines": { 2969 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 2970 } 2971 }, 2972 "node_modules/@jest/source-map/node_modules/source-map": { 2973 "version": "0.6.1", 2974 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 2975 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 2976 "engines": { 2977 "node": ">=0.10.0" 2978 } 2979 }, 2980 "node_modules/@jest/test-result": { 2981 "version": "27.5.1", 2982 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", 2983 "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", 2984 "dependencies": { 2985 "@jest/console": "^27.5.1", 2986 "@jest/types": "^27.5.1", 2987 "@types/istanbul-lib-coverage": "^2.0.0", 2988 "collect-v8-coverage": "^1.0.0" 2989 }, 2990 "engines": { 2991 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 2992 } 2993 }, 2994 "node_modules/@jest/test-sequencer": { 2995 "version": "27.5.1", 2996 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", 2997 "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", 2998 "dependencies": { 2999 "@jest/test-result": "^27.5.1", 3000 "graceful-fs": "^4.2.9", 3001 "jest-haste-map": "^27.5.1", 3002 "jest-runtime": "^27.5.1" 3003 }, 3004 "engines": { 3005 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3006 } 3007 }, 3008 "node_modules/@jest/transform": { 3009 "version": "27.5.1", 3010 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", 3011 "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", 3012 "dependencies": { 3013 "@babel/core": "^7.1.0", 3014 "@jest/types": "^27.5.1", 3015 "babel-plugin-istanbul": "^6.1.1", 3016 "chalk": "^4.0.0", 3017 "convert-source-map": "^1.4.0", 3018 "fast-json-stable-stringify": "^2.0.0", 3019 "graceful-fs": "^4.2.9", 3020 "jest-haste-map": "^27.5.1", 3021 "jest-regex-util": "^27.5.1", 3022 "jest-util": "^27.5.1", 3023 "micromatch": "^4.0.4", 3024 "pirates": "^4.0.4", 3025 "slash": "^3.0.0", 3026 "source-map": "^0.6.1", 3027 "write-file-atomic": "^3.0.0" 3028 }, 3029 "engines": { 3030 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3031 } 3032 }, 3033 "node_modules/@jest/transform/node_modules/ansi-styles": { 3034 "version": "4.3.0", 3035 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 3036 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 3037 "dependencies": { 3038 "color-convert": "^2.0.1" 3039 }, 3040 "engines": { 3041 "node": ">=8" 3042 }, 3043 "funding": { 3044 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 3045 } 3046 }, 3047 "node_modules/@jest/transform/node_modules/chalk": { 3048 "version": "4.1.2", 3049 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 3050 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 3051 "dependencies": { 3052 "ansi-styles": "^4.1.0", 3053 "supports-color": "^7.1.0" 3054 }, 3055 "engines": { 3056 "node": ">=10" 3057 }, 3058 "funding": { 3059 "url": "https://github.com/chalk/chalk?sponsor=1" 3060 } 3061 }, 3062 "node_modules/@jest/transform/node_modules/color-convert": { 3063 "version": "2.0.1", 3064 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 3065 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 3066 "dependencies": { 3067 "color-name": "~1.1.4" 3068 }, 3069 "engines": { 3070 "node": ">=7.0.0" 3071 } 3072 }, 3073 "node_modules/@jest/transform/node_modules/color-name": { 3074 "version": "1.1.4", 3075 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 3076 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 3077 }, 3078 "node_modules/@jest/transform/node_modules/convert-source-map": { 3079 "version": "1.9.0", 3080 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", 3081 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" 3082 }, 3083 "node_modules/@jest/transform/node_modules/has-flag": { 3084 "version": "4.0.0", 3085 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 3086 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 3087 "engines": { 3088 "node": ">=8" 3089 } 3090 }, 3091 "node_modules/@jest/transform/node_modules/source-map": { 3092 "version": "0.6.1", 3093 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 3094 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 3095 "engines": { 3096 "node": ">=0.10.0" 3097 } 3098 }, 3099 "node_modules/@jest/transform/node_modules/supports-color": { 3100 "version": "7.2.0", 3101 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 3102 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 3103 "dependencies": { 3104 "has-flag": "^4.0.0" 3105 }, 3106 "engines": { 3107 "node": ">=8" 3108 } 3109 }, 3110 "node_modules/@jest/types": { 3111 "version": "27.5.1", 3112 "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", 3113 "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", 3114 "dependencies": { 3115 "@types/istanbul-lib-coverage": "^2.0.0", 3116 "@types/istanbul-reports": "^3.0.0", 3117 "@types/node": "*", 3118 "@types/yargs": "^16.0.0", 3119 "chalk": "^4.0.0" 3120 }, 3121 "engines": { 3122 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 3123 } 3124 }, 3125 "node_modules/@jest/types/node_modules/ansi-styles": { 3126 "version": "4.3.0", 3127 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 3128 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 3129 "dependencies": { 3130 "color-convert": "^2.0.1" 3131 }, 3132 "engines": { 3133 "node": ">=8" 3134 }, 3135 "funding": { 3136 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 3137 } 3138 }, 3139 "node_modules/@jest/types/node_modules/chalk": { 3140 "version": "4.1.2", 3141 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 3142 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 3143 "dependencies": { 3144 "ansi-styles": "^4.1.0", 3145 "supports-color": "^7.1.0" 3146 }, 3147 "engines": { 3148 "node": ">=10" 3149 }, 3150 "funding": { 3151 "url": "https://github.com/chalk/chalk?sponsor=1" 3152 } 3153 }, 3154 "node_modules/@jest/types/node_modules/color-convert": { 3155 "version": "2.0.1", 3156 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 3157 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 3158 "dependencies": { 3159 "color-name": "~1.1.4" 3160 }, 3161 "engines": { 3162 "node": ">=7.0.0" 3163 } 3164 }, 3165 "node_modules/@jest/types/node_modules/color-name": { 3166 "version": "1.1.4", 3167 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 3168 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 3169 }, 3170 "node_modules/@jest/types/node_modules/has-flag": { 3171 "version": "4.0.0", 3172 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 3173 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 3174 "engines": { 3175 "node": ">=8" 3176 } 3177 }, 3178 "node_modules/@jest/types/node_modules/supports-color": { 3179 "version": "7.2.0", 3180 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 3181 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 3182 "dependencies": { 3183 "has-flag": "^4.0.0" 3184 }, 3185 "engines": { 3186 "node": ">=8" 3187 } 3188 }, 3189 "node_modules/@jridgewell/gen-mapping": { 3190 "version": "0.3.3", 3191 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", 3192 "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", 3193 "dependencies": { 3194 "@jridgewell/set-array": "^1.0.1", 3195 "@jridgewell/sourcemap-codec": "^1.4.10", 3196 "@jridgewell/trace-mapping": "^0.3.9" 3197 }, 3198 "engines": { 3199 "node": ">=6.0.0" 3200 } 3201 }, 3202 "node_modules/@jridgewell/resolve-uri": { 3203 "version": "3.1.1", 3204 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", 3205 "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", 3206 "engines": { 3207 "node": ">=6.0.0" 3208 } 3209 }, 3210 "node_modules/@jridgewell/set-array": { 3211 "version": "1.1.2", 3212 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", 3213 "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", 3214 "engines": { 3215 "node": ">=6.0.0" 3216 } 3217 }, 3218 "node_modules/@jridgewell/source-map": { 3219 "version": "0.3.5", 3220 "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", 3221 "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", 3222 "dependencies": { 3223 "@jridgewell/gen-mapping": "^0.3.0", 3224 "@jridgewell/trace-mapping": "^0.3.9" 3225 } 3226 }, 3227 "node_modules/@jridgewell/sourcemap-codec": { 3228 "version": "1.4.15", 3229 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", 3230 "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" 3231 }, 3232 "node_modules/@jridgewell/trace-mapping": { 3233 "version": "0.3.22", 3234 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz", 3235 "integrity": "sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==", 3236 "dependencies": { 3237 "@jridgewell/resolve-uri": "^3.1.0", 3238 "@jridgewell/sourcemap-codec": "^1.4.14" 3239 } 3240 }, 3241 "node_modules/@leichtgewicht/ip-codec": { 3242 "version": "2.0.4", 3243 "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", 3244 "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" 3245 }, 3246 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { 3247 "version": "5.1.1-v1", 3248 "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", 3249 "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", 3250 "dependencies": { 3251 "eslint-scope": "5.1.1" 3252 } 3253 }, 3254 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": { 3255 "version": "5.1.1", 3256 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", 3257 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", 3258 "dependencies": { 3259 "esrecurse": "^4.3.0", 3260 "estraverse": "^4.1.1" 3261 }, 3262 "engines": { 3263 "node": ">=8.0.0" 3264 } 3265 }, 3266 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": { 3267 "version": "4.3.0", 3268 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 3269 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", 3270 "engines": { 3271 "node": ">=4.0" 3272 } 3273 }, 3274 "node_modules/@nodelib/fs.scandir": { 3275 "version": "2.1.5", 3276 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 3277 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 3278 "dependencies": { 3279 "@nodelib/fs.stat": "2.0.5", 3280 "run-parallel": "^1.1.9" 3281 }, 3282 "engines": { 3283 "node": ">= 8" 3284 } 3285 }, 3286 "node_modules/@nodelib/fs.stat": { 3287 "version": "2.0.5", 3288 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 3289 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 3290 "engines": { 3291 "node": ">= 8" 3292 } 3293 }, 3294 "node_modules/@nodelib/fs.walk": { 3295 "version": "1.2.8", 3296 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 3297 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 3298 "dependencies": { 3299 "@nodelib/fs.scandir": "2.1.5", 3300 "fastq": "^1.6.0" 3301 }, 3302 "engines": { 3303 "node": ">= 8" 3304 } 3305 }, 3306 "node_modules/@pkgjs/parseargs": { 3307 "version": "0.11.0", 3308 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", 3309 "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", 3310 "optional": true, 3311 "engines": { 3312 "node": ">=14" 3313 } 3314 }, 3315 "node_modules/@pmmmwh/react-refresh-webpack-plugin": { 3316 "version": "0.5.11", 3317 "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.11.tgz", 3318 "integrity": "sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==", 3319 "dependencies": { 3320 "ansi-html-community": "^0.0.8", 3321 "common-path-prefix": "^3.0.0", 3322 "core-js-pure": "^3.23.3", 3323 "error-stack-parser": "^2.0.6", 3324 "find-up": "^5.0.0", 3325 "html-entities": "^2.1.0", 3326 "loader-utils": "^2.0.4", 3327 "schema-utils": "^3.0.0", 3328 "source-map": "^0.7.3" 3329 }, 3330 "engines": { 3331 "node": ">= 10.13" 3332 }, 3333 "peerDependencies": { 3334 "@types/webpack": "4.x || 5.x", 3335 "react-refresh": ">=0.10.0 <1.0.0", 3336 "sockjs-client": "^1.4.0", 3337 "type-fest": ">=0.17.0 <5.0.0", 3338 "webpack": ">=4.43.0 <6.0.0", 3339 "webpack-dev-server": "3.x || 4.x", 3340 "webpack-hot-middleware": "2.x", 3341 "webpack-plugin-serve": "0.x || 1.x" 3342 }, 3343 "peerDependenciesMeta": { 3344 "@types/webpack": { 3345 "optional": true 3346 }, 3347 "sockjs-client": { 3348 "optional": true 3349 }, 3350 "type-fest": { 3351 "optional": true 3352 }, 3353 "webpack-dev-server": { 3354 "optional": true 3355 }, 3356 "webpack-hot-middleware": { 3357 "optional": true 3358 }, 3359 "webpack-plugin-serve": { 3360 "optional": true 3361 } 3362 } 3363 }, 3364 "node_modules/@rollup/plugin-babel": { 3365 "version": "5.3.1", 3366 "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", 3367 "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", 3368 "dependencies": { 3369 "@babel/helper-module-imports": "^7.10.4", 3370 "@rollup/pluginutils": "^3.1.0" 3371 }, 3372 "engines": { 3373 "node": ">= 10.0.0" 3374 }, 3375 "peerDependencies": { 3376 "@babel/core": "^7.0.0", 3377 "@types/babel__core": "^7.1.9", 3378 "rollup": "^1.20.0||^2.0.0" 3379 }, 3380 "peerDependenciesMeta": { 3381 "@types/babel__core": { 3382 "optional": true 3383 } 3384 } 3385 }, 3386 "node_modules/@rollup/plugin-node-resolve": { 3387 "version": "11.2.1", 3388 "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz", 3389 "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", 3390 "dependencies": { 3391 "@rollup/pluginutils": "^3.1.0", 3392 "@types/resolve": "1.17.1", 3393 "builtin-modules": "^3.1.0", 3394 "deepmerge": "^4.2.2", 3395 "is-module": "^1.0.0", 3396 "resolve": "^1.19.0" 3397 }, 3398 "engines": { 3399 "node": ">= 10.0.0" 3400 }, 3401 "peerDependencies": { 3402 "rollup": "^1.20.0||^2.0.0" 3403 } 3404 }, 3405 "node_modules/@rollup/plugin-replace": { 3406 "version": "2.4.2", 3407 "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", 3408 "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", 3409 "dependencies": { 3410 "@rollup/pluginutils": "^3.1.0", 3411 "magic-string": "^0.25.7" 3412 }, 3413 "peerDependencies": { 3414 "rollup": "^1.20.0 || ^2.0.0" 3415 } 3416 }, 3417 "node_modules/@rollup/pluginutils": { 3418 "version": "3.1.0", 3419 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", 3420 "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", 3421 "dependencies": { 3422 "@types/estree": "0.0.39", 3423 "estree-walker": "^1.0.1", 3424 "picomatch": "^2.2.2" 3425 }, 3426 "engines": { 3427 "node": ">= 8.0.0" 3428 }, 3429 "peerDependencies": { 3430 "rollup": "^1.20.0||^2.0.0" 3431 } 3432 }, 3433 "node_modules/@rollup/pluginutils/node_modules/@types/estree": { 3434 "version": "0.0.39", 3435 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", 3436 "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" 3437 }, 3438 "node_modules/@rushstack/eslint-patch": { 3439 "version": "1.7.2", 3440 "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.7.2.tgz", 3441 "integrity": "sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA==" 3442 }, 3443 "node_modules/@sinclair/typebox": { 3444 "version": "0.24.51", 3445 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", 3446 "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==" 3447 }, 3448 "node_modules/@sinonjs/commons": { 3449 "version": "1.8.6", 3450 "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", 3451 "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", 3452 "dependencies": { 3453 "type-detect": "4.0.8" 3454 } 3455 }, 3456 "node_modules/@sinonjs/fake-timers": { 3457 "version": "8.1.0", 3458 "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", 3459 "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", 3460 "dependencies": { 3461 "@sinonjs/commons": "^1.7.0" 3462 } 3463 }, 3464 "node_modules/@surma/rollup-plugin-off-main-thread": { 3465 "version": "2.2.3", 3466 "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", 3467 "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", 3468 "dependencies": { 3469 "ejs": "^3.1.6", 3470 "json5": "^2.2.0", 3471 "magic-string": "^0.25.0", 3472 "string.prototype.matchall": "^4.0.6" 3473 } 3474 }, 3475 "node_modules/@svgr/babel-plugin-add-jsx-attribute": { 3476 "version": "5.4.0", 3477 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", 3478 "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==", 3479 "engines": { 3480 "node": ">=10" 3481 }, 3482 "funding": { 3483 "type": "github", 3484 "url": "https://github.com/sponsors/gregberge" 3485 } 3486 }, 3487 "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { 3488 "version": "5.4.0", 3489 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", 3490 "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==", 3491 "engines": { 3492 "node": ">=10" 3493 }, 3494 "funding": { 3495 "type": "github", 3496 "url": "https://github.com/sponsors/gregberge" 3497 } 3498 }, 3499 "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { 3500 "version": "5.0.1", 3501 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", 3502 "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==", 3503 "engines": { 3504 "node": ">=10" 3505 }, 3506 "funding": { 3507 "type": "github", 3508 "url": "https://github.com/sponsors/gregberge" 3509 } 3510 }, 3511 "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { 3512 "version": "5.0.1", 3513 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", 3514 "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==", 3515 "engines": { 3516 "node": ">=10" 3517 }, 3518 "funding": { 3519 "type": "github", 3520 "url": "https://github.com/sponsors/gregberge" 3521 } 3522 }, 3523 "node_modules/@svgr/babel-plugin-svg-dynamic-title": { 3524 "version": "5.4.0", 3525 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", 3526 "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==", 3527 "engines": { 3528 "node": ">=10" 3529 }, 3530 "funding": { 3531 "type": "github", 3532 "url": "https://github.com/sponsors/gregberge" 3533 } 3534 }, 3535 "node_modules/@svgr/babel-plugin-svg-em-dimensions": { 3536 "version": "5.4.0", 3537 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", 3538 "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==", 3539 "engines": { 3540 "node": ">=10" 3541 }, 3542 "funding": { 3543 "type": "github", 3544 "url": "https://github.com/sponsors/gregberge" 3545 } 3546 }, 3547 "node_modules/@svgr/babel-plugin-transform-react-native-svg": { 3548 "version": "5.4.0", 3549 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", 3550 "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==", 3551 "engines": { 3552 "node": ">=10" 3553 }, 3554 "funding": { 3555 "type": "github", 3556 "url": "https://github.com/sponsors/gregberge" 3557 } 3558 }, 3559 "node_modules/@svgr/babel-plugin-transform-svg-component": { 3560 "version": "5.5.0", 3561 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", 3562 "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==", 3563 "engines": { 3564 "node": ">=10" 3565 }, 3566 "funding": { 3567 "type": "github", 3568 "url": "https://github.com/sponsors/gregberge" 3569 } 3570 }, 3571 "node_modules/@svgr/babel-preset": { 3572 "version": "5.5.0", 3573 "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", 3574 "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", 3575 "dependencies": { 3576 "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", 3577 "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", 3578 "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", 3579 "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", 3580 "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", 3581 "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", 3582 "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", 3583 "@svgr/babel-plugin-transform-svg-component": "^5.5.0" 3584 }, 3585 "engines": { 3586 "node": ">=10" 3587 }, 3588 "funding": { 3589 "type": "github", 3590 "url": "https://github.com/sponsors/gregberge" 3591 } 3592 }, 3593 "node_modules/@svgr/core": { 3594 "version": "5.5.0", 3595 "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", 3596 "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", 3597 "dependencies": { 3598 "@svgr/plugin-jsx": "^5.5.0", 3599 "camelcase": "^6.2.0", 3600 "cosmiconfig": "^7.0.0" 3601 }, 3602 "engines": { 3603 "node": ">=10" 3604 }, 3605 "funding": { 3606 "type": "github", 3607 "url": "https://github.com/sponsors/gregberge" 3608 } 3609 }, 3610 "node_modules/@svgr/hast-util-to-babel-ast": { 3611 "version": "5.5.0", 3612 "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", 3613 "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", 3614 "dependencies": { 3615 "@babel/types": "^7.12.6" 3616 }, 3617 "engines": { 3618 "node": ">=10" 3619 }, 3620 "funding": { 3621 "type": "github", 3622 "url": "https://github.com/sponsors/gregberge" 3623 } 3624 }, 3625 "node_modules/@svgr/plugin-jsx": { 3626 "version": "5.5.0", 3627 "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", 3628 "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", 3629 "dependencies": { 3630 "@babel/core": "^7.12.3", 3631 "@svgr/babel-preset": "^5.5.0", 3632 "@svgr/hast-util-to-babel-ast": "^5.5.0", 3633 "svg-parser": "^2.0.2" 3634 }, 3635 "engines": { 3636 "node": ">=10" 3637 }, 3638 "funding": { 3639 "type": "github", 3640 "url": "https://github.com/sponsors/gregberge" 3641 } 3642 }, 3643 "node_modules/@svgr/plugin-svgo": { 3644 "version": "5.5.0", 3645 "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", 3646 "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", 3647 "dependencies": { 3648 "cosmiconfig": "^7.0.0", 3649 "deepmerge": "^4.2.2", 3650 "svgo": "^1.2.2" 3651 }, 3652 "engines": { 3653 "node": ">=10" 3654 }, 3655 "funding": { 3656 "type": "github", 3657 "url": "https://github.com/sponsors/gregberge" 3658 } 3659 }, 3660 "node_modules/@svgr/webpack": { 3661 "version": "5.5.0", 3662 "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", 3663 "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", 3664 "dependencies": { 3665 "@babel/core": "^7.12.3", 3666 "@babel/plugin-transform-react-constant-elements": "^7.12.1", 3667 "@babel/preset-env": "^7.12.1", 3668 "@babel/preset-react": "^7.12.5", 3669 "@svgr/core": "^5.5.0", 3670 "@svgr/plugin-jsx": "^5.5.0", 3671 "@svgr/plugin-svgo": "^5.5.0", 3672 "loader-utils": "^2.0.0" 3673 }, 3674 "engines": { 3675 "node": ">=10" 3676 }, 3677 "funding": { 3678 "type": "github", 3679 "url": "https://github.com/sponsors/gregberge" 3680 } 3681 }, 3682 "node_modules/@testing-library/dom": { 3683 "version": "9.3.4", 3684 "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.4.tgz", 3685 "integrity": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==", 3686 "peer": true, 3687 "dependencies": { 3688 "@babel/code-frame": "^7.10.4", 3689 "@babel/runtime": "^7.12.5", 3690 "@types/aria-query": "^5.0.1", 3691 "aria-query": "5.1.3", 3692 "chalk": "^4.1.0", 3693 "dom-accessibility-api": "^0.5.9", 3694 "lz-string": "^1.5.0", 3695 "pretty-format": "^27.0.2" 3696 }, 3697 "engines": { 3698 "node": ">=14" 3699 } 3700 }, 3701 "node_modules/@testing-library/dom/node_modules/ansi-styles": { 3702 "version": "4.3.0", 3703 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 3704 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 3705 "peer": true, 3706 "dependencies": { 3707 "color-convert": "^2.0.1" 3708 }, 3709 "engines": { 3710 "node": ">=8" 3711 }, 3712 "funding": { 3713 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 3714 } 3715 }, 3716 "node_modules/@testing-library/dom/node_modules/aria-query": { 3717 "version": "5.1.3", 3718 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", 3719 "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", 3720 "peer": true, 3721 "dependencies": { 3722 "deep-equal": "^2.0.5" 3723 } 3724 }, 3725 "node_modules/@testing-library/dom/node_modules/chalk": { 3726 "version": "4.1.2", 3727 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 3728 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 3729 "peer": true, 3730 "dependencies": { 3731 "ansi-styles": "^4.1.0", 3732 "supports-color": "^7.1.0" 3733 }, 3734 "engines": { 3735 "node": ">=10" 3736 }, 3737 "funding": { 3738 "url": "https://github.com/chalk/chalk?sponsor=1" 3739 } 3740 }, 3741 "node_modules/@testing-library/dom/node_modules/color-convert": { 3742 "version": "2.0.1", 3743 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 3744 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 3745 "peer": true, 3746 "dependencies": { 3747 "color-name": "~1.1.4" 3748 }, 3749 "engines": { 3750 "node": ">=7.0.0" 3751 } 3752 }, 3753 "node_modules/@testing-library/dom/node_modules/color-name": { 3754 "version": "1.1.4", 3755 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 3756 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 3757 "peer": true 3758 }, 3759 "node_modules/@testing-library/dom/node_modules/has-flag": { 3760 "version": "4.0.0", 3761 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 3762 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 3763 "peer": true, 3764 "engines": { 3765 "node": ">=8" 3766 } 3767 }, 3768 "node_modules/@testing-library/dom/node_modules/supports-color": { 3769 "version": "7.2.0", 3770 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 3771 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 3772 "peer": true, 3773 "dependencies": { 3774 "has-flag": "^4.0.0" 3775 }, 3776 "engines": { 3777 "node": ">=8" 3778 } 3779 }, 3780 "node_modules/@testing-library/jest-dom": { 3781 "version": "5.17.0", 3782 "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz", 3783 "integrity": "sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==", 3784 "dependencies": { 3785 "@adobe/css-tools": "^4.0.1", 3786 "@babel/runtime": "^7.9.2", 3787 "@types/testing-library__jest-dom": "^5.9.1", 3788 "aria-query": "^5.0.0", 3789 "chalk": "^3.0.0", 3790 "css.escape": "^1.5.1", 3791 "dom-accessibility-api": "^0.5.6", 3792 "lodash": "^4.17.15", 3793 "redent": "^3.0.0" 3794 }, 3795 "engines": { 3796 "node": ">=8", 3797 "npm": ">=6", 3798 "yarn": ">=1" 3799 } 3800 }, 3801 "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": { 3802 "version": "4.3.0", 3803 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 3804 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 3805 "dependencies": { 3806 "color-convert": "^2.0.1" 3807 }, 3808 "engines": { 3809 "node": ">=8" 3810 }, 3811 "funding": { 3812 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 3813 } 3814 }, 3815 "node_modules/@testing-library/jest-dom/node_modules/chalk": { 3816 "version": "3.0.0", 3817 "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", 3818 "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", 3819 "dependencies": { 3820 "ansi-styles": "^4.1.0", 3821 "supports-color": "^7.1.0" 3822 }, 3823 "engines": { 3824 "node": ">=8" 3825 } 3826 }, 3827 "node_modules/@testing-library/jest-dom/node_modules/color-convert": { 3828 "version": "2.0.1", 3829 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 3830 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 3831 "dependencies": { 3832 "color-name": "~1.1.4" 3833 }, 3834 "engines": { 3835 "node": ">=7.0.0" 3836 } 3837 }, 3838 "node_modules/@testing-library/jest-dom/node_modules/color-name": { 3839 "version": "1.1.4", 3840 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 3841 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 3842 }, 3843 "node_modules/@testing-library/jest-dom/node_modules/has-flag": { 3844 "version": "4.0.0", 3845 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 3846 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 3847 "engines": { 3848 "node": ">=8" 3849 } 3850 }, 3851 "node_modules/@testing-library/jest-dom/node_modules/supports-color": { 3852 "version": "7.2.0", 3853 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 3854 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 3855 "dependencies": { 3856 "has-flag": "^4.0.0" 3857 }, 3858 "engines": { 3859 "node": ">=8" 3860 } 3861 }, 3862 "node_modules/@testing-library/react": { 3863 "version": "13.4.0", 3864 "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.4.0.tgz", 3865 "integrity": "sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==", 3866 "dependencies": { 3867 "@babel/runtime": "^7.12.5", 3868 "@testing-library/dom": "^8.5.0", 3869 "@types/react-dom": "^18.0.0" 3870 }, 3871 "engines": { 3872 "node": ">=12" 3873 }, 3874 "peerDependencies": { 3875 "react": "^18.0.0", 3876 "react-dom": "^18.0.0" 3877 } 3878 }, 3879 "node_modules/@testing-library/react/node_modules/@testing-library/dom": { 3880 "version": "8.20.1", 3881 "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.1.tgz", 3882 "integrity": "sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==", 3883 "dependencies": { 3884 "@babel/code-frame": "^7.10.4", 3885 "@babel/runtime": "^7.12.5", 3886 "@types/aria-query": "^5.0.1", 3887 "aria-query": "5.1.3", 3888 "chalk": "^4.1.0", 3889 "dom-accessibility-api": "^0.5.9", 3890 "lz-string": "^1.5.0", 3891 "pretty-format": "^27.0.2" 3892 }, 3893 "engines": { 3894 "node": ">=12" 3895 } 3896 }, 3897 "node_modules/@testing-library/react/node_modules/ansi-styles": { 3898 "version": "4.3.0", 3899 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 3900 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 3901 "dependencies": { 3902 "color-convert": "^2.0.1" 3903 }, 3904 "engines": { 3905 "node": ">=8" 3906 }, 3907 "funding": { 3908 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 3909 } 3910 }, 3911 "node_modules/@testing-library/react/node_modules/aria-query": { 3912 "version": "5.1.3", 3913 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", 3914 "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", 3915 "dependencies": { 3916 "deep-equal": "^2.0.5" 3917 } 3918 }, 3919 "node_modules/@testing-library/react/node_modules/chalk": { 3920 "version": "4.1.2", 3921 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 3922 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 3923 "dependencies": { 3924 "ansi-styles": "^4.1.0", 3925 "supports-color": "^7.1.0" 3926 }, 3927 "engines": { 3928 "node": ">=10" 3929 }, 3930 "funding": { 3931 "url": "https://github.com/chalk/chalk?sponsor=1" 3932 } 3933 }, 3934 "node_modules/@testing-library/react/node_modules/color-convert": { 3935 "version": "2.0.1", 3936 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 3937 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 3938 "dependencies": { 3939 "color-name": "~1.1.4" 3940 }, 3941 "engines": { 3942 "node": ">=7.0.0" 3943 } 3944 }, 3945 "node_modules/@testing-library/react/node_modules/color-name": { 3946 "version": "1.1.4", 3947 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 3948 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 3949 }, 3950 "node_modules/@testing-library/react/node_modules/has-flag": { 3951 "version": "4.0.0", 3952 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 3953 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 3954 "engines": { 3955 "node": ">=8" 3956 } 3957 }, 3958 "node_modules/@testing-library/react/node_modules/supports-color": { 3959 "version": "7.2.0", 3960 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 3961 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 3962 "dependencies": { 3963 "has-flag": "^4.0.0" 3964 }, 3965 "engines": { 3966 "node": ">=8" 3967 } 3968 }, 3969 "node_modules/@testing-library/user-event": { 3970 "version": "13.5.0", 3971 "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", 3972 "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", 3973 "dependencies": { 3974 "@babel/runtime": "^7.12.5" 3975 }, 3976 "engines": { 3977 "node": ">=10", 3978 "npm": ">=6" 3979 }, 3980 "peerDependencies": { 3981 "@testing-library/dom": ">=7.21.4" 3982 } 3983 }, 3984 "node_modules/@tootallnate/once": { 3985 "version": "1.1.2", 3986 "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", 3987 "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", 3988 "engines": { 3989 "node": ">= 6" 3990 } 3991 }, 3992 "node_modules/@trysound/sax": { 3993 "version": "0.2.0", 3994 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", 3995 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", 3996 "engines": { 3997 "node": ">=10.13.0" 3998 } 3999 }, 4000 "node_modules/@types/aria-query": { 4001 "version": "5.0.4", 4002 "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", 4003 "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" 4004 }, 4005 "node_modules/@types/babel__core": { 4006 "version": "7.20.5", 4007 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", 4008 "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", 4009 "dependencies": { 4010 "@babel/parser": "^7.20.7", 4011 "@babel/types": "^7.20.7", 4012 "@types/babel__generator": "*", 4013 "@types/babel__template": "*", 4014 "@types/babel__traverse": "*" 4015 } 4016 }, 4017 "node_modules/@types/babel__generator": { 4018 "version": "7.6.8", 4019 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", 4020 "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", 4021 "dependencies": { 4022 "@babel/types": "^7.0.0" 4023 } 4024 }, 4025 "node_modules/@types/babel__template": { 4026 "version": "7.4.4", 4027 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", 4028 "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", 4029 "dependencies": { 4030 "@babel/parser": "^7.1.0", 4031 "@babel/types": "^7.0.0" 4032 } 4033 }, 4034 "node_modules/@types/babel__traverse": { 4035 "version": "7.20.5", 4036 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", 4037 "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", 4038 "dependencies": { 4039 "@babel/types": "^7.20.7" 4040 } 4041 }, 4042 "node_modules/@types/body-parser": { 4043 "version": "1.19.5", 4044 "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", 4045 "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", 4046 "dependencies": { 4047 "@types/connect": "*", 4048 "@types/node": "*" 4049 } 4050 }, 4051 "node_modules/@types/bonjour": { 4052 "version": "3.5.13", 4053 "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", 4054 "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", 4055 "dependencies": { 4056 "@types/node": "*" 4057 } 4058 }, 4059 "node_modules/@types/connect": { 4060 "version": "3.4.38", 4061 "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", 4062 "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", 4063 "dependencies": { 4064 "@types/node": "*" 4065 } 4066 }, 4067 "node_modules/@types/connect-history-api-fallback": { 4068 "version": "1.5.4", 4069 "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", 4070 "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", 4071 "dependencies": { 4072 "@types/express-serve-static-core": "*", 4073 "@types/node": "*" 4074 } 4075 }, 4076 "node_modules/@types/eslint": { 4077 "version": "8.56.2", 4078 "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.2.tgz", 4079 "integrity": "sha512-uQDwm1wFHmbBbCZCqAlq6Do9LYwByNZHWzXppSnay9SuwJ+VRbjkbLABer54kcPnMSlG6Fdiy2yaFXm/z9Z5gw==", 4080 "dependencies": { 4081 "@types/estree": "*", 4082 "@types/json-schema": "*" 4083 } 4084 }, 4085 "node_modules/@types/eslint-scope": { 4086 "version": "3.7.7", 4087 "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", 4088 "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", 4089 "dependencies": { 4090 "@types/eslint": "*", 4091 "@types/estree": "*" 4092 } 4093 }, 4094 "node_modules/@types/estree": { 4095 "version": "1.0.5", 4096 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", 4097 "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" 4098 }, 4099 "node_modules/@types/express": { 4100 "version": "4.17.21", 4101 "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", 4102 "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", 4103 "dependencies": { 4104 "@types/body-parser": "*", 4105 "@types/express-serve-static-core": "^4.17.33", 4106 "@types/qs": "*", 4107 "@types/serve-static": "*" 4108 } 4109 }, 4110 "node_modules/@types/express-serve-static-core": { 4111 "version": "4.17.43", 4112 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz", 4113 "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==", 4114 "dependencies": { 4115 "@types/node": "*", 4116 "@types/qs": "*", 4117 "@types/range-parser": "*", 4118 "@types/send": "*" 4119 } 4120 }, 4121 "node_modules/@types/graceful-fs": { 4122 "version": "4.1.9", 4123 "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", 4124 "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", 4125 "dependencies": { 4126 "@types/node": "*" 4127 } 4128 }, 4129 "node_modules/@types/html-minifier-terser": { 4130 "version": "6.1.0", 4131 "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", 4132 "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" 4133 }, 4134 "node_modules/@types/http-errors": { 4135 "version": "2.0.4", 4136 "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", 4137 "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==" 4138 }, 4139 "node_modules/@types/http-proxy": { 4140 "version": "1.17.14", 4141 "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", 4142 "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", 4143 "dependencies": { 4144 "@types/node": "*" 4145 } 4146 }, 4147 "node_modules/@types/istanbul-lib-coverage": { 4148 "version": "2.0.6", 4149 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", 4150 "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" 4151 }, 4152 "node_modules/@types/istanbul-lib-report": { 4153 "version": "3.0.3", 4154 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", 4155 "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", 4156 "dependencies": { 4157 "@types/istanbul-lib-coverage": "*" 4158 } 4159 }, 4160 "node_modules/@types/istanbul-reports": { 4161 "version": "3.0.4", 4162 "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", 4163 "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", 4164 "dependencies": { 4165 "@types/istanbul-lib-report": "*" 4166 } 4167 }, 4168 "node_modules/@types/jest": { 4169 "version": "29.5.12", 4170 "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", 4171 "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", 4172 "dependencies": { 4173 "expect": "^29.0.0", 4174 "pretty-format": "^29.0.0" 4175 } 4176 }, 4177 "node_modules/@types/jest/node_modules/@jest/schemas": { 4178 "version": "29.6.3", 4179 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", 4180 "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", 4181 "dependencies": { 4182 "@sinclair/typebox": "^0.27.8" 4183 }, 4184 "engines": { 4185 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4186 } 4187 }, 4188 "node_modules/@types/jest/node_modules/@jest/types": { 4189 "version": "29.6.3", 4190 "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", 4191 "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", 4192 "dependencies": { 4193 "@jest/schemas": "^29.6.3", 4194 "@types/istanbul-lib-coverage": "^2.0.0", 4195 "@types/istanbul-reports": "^3.0.0", 4196 "@types/node": "*", 4197 "@types/yargs": "^17.0.8", 4198 "chalk": "^4.0.0" 4199 }, 4200 "engines": { 4201 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4202 } 4203 }, 4204 "node_modules/@types/jest/node_modules/@sinclair/typebox": { 4205 "version": "0.27.8", 4206 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", 4207 "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" 4208 }, 4209 "node_modules/@types/jest/node_modules/@types/yargs": { 4210 "version": "17.0.32", 4211 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", 4212 "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", 4213 "dependencies": { 4214 "@types/yargs-parser": "*" 4215 } 4216 }, 4217 "node_modules/@types/jest/node_modules/ansi-styles": { 4218 "version": "4.3.0", 4219 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 4220 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 4221 "dependencies": { 4222 "color-convert": "^2.0.1" 4223 }, 4224 "engines": { 4225 "node": ">=8" 4226 }, 4227 "funding": { 4228 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 4229 } 4230 }, 4231 "node_modules/@types/jest/node_modules/chalk": { 4232 "version": "4.1.2", 4233 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 4234 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 4235 "dependencies": { 4236 "ansi-styles": "^4.1.0", 4237 "supports-color": "^7.1.0" 4238 }, 4239 "engines": { 4240 "node": ">=10" 4241 }, 4242 "funding": { 4243 "url": "https://github.com/chalk/chalk?sponsor=1" 4244 } 4245 }, 4246 "node_modules/@types/jest/node_modules/color-convert": { 4247 "version": "2.0.1", 4248 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 4249 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 4250 "dependencies": { 4251 "color-name": "~1.1.4" 4252 }, 4253 "engines": { 4254 "node": ">=7.0.0" 4255 } 4256 }, 4257 "node_modules/@types/jest/node_modules/color-name": { 4258 "version": "1.1.4", 4259 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 4260 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 4261 }, 4262 "node_modules/@types/jest/node_modules/diff-sequences": { 4263 "version": "29.6.3", 4264 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", 4265 "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", 4266 "engines": { 4267 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4268 } 4269 }, 4270 "node_modules/@types/jest/node_modules/expect": { 4271 "version": "29.7.0", 4272 "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", 4273 "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", 4274 "dependencies": { 4275 "@jest/expect-utils": "^29.7.0", 4276 "jest-get-type": "^29.6.3", 4277 "jest-matcher-utils": "^29.7.0", 4278 "jest-message-util": "^29.7.0", 4279 "jest-util": "^29.7.0" 4280 }, 4281 "engines": { 4282 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4283 } 4284 }, 4285 "node_modules/@types/jest/node_modules/has-flag": { 4286 "version": "4.0.0", 4287 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 4288 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 4289 "engines": { 4290 "node": ">=8" 4291 } 4292 }, 4293 "node_modules/@types/jest/node_modules/jest-diff": { 4294 "version": "29.7.0", 4295 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", 4296 "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", 4297 "dependencies": { 4298 "chalk": "^4.0.0", 4299 "diff-sequences": "^29.6.3", 4300 "jest-get-type": "^29.6.3", 4301 "pretty-format": "^29.7.0" 4302 }, 4303 "engines": { 4304 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4305 } 4306 }, 4307 "node_modules/@types/jest/node_modules/jest-get-type": { 4308 "version": "29.6.3", 4309 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", 4310 "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", 4311 "engines": { 4312 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4313 } 4314 }, 4315 "node_modules/@types/jest/node_modules/jest-matcher-utils": { 4316 "version": "29.7.0", 4317 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", 4318 "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", 4319 "dependencies": { 4320 "chalk": "^4.0.0", 4321 "jest-diff": "^29.7.0", 4322 "jest-get-type": "^29.6.3", 4323 "pretty-format": "^29.7.0" 4324 }, 4325 "engines": { 4326 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4327 } 4328 }, 4329 "node_modules/@types/jest/node_modules/jest-message-util": { 4330 "version": "29.7.0", 4331 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", 4332 "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", 4333 "dependencies": { 4334 "@babel/code-frame": "^7.12.13", 4335 "@jest/types": "^29.6.3", 4336 "@types/stack-utils": "^2.0.0", 4337 "chalk": "^4.0.0", 4338 "graceful-fs": "^4.2.9", 4339 "micromatch": "^4.0.4", 4340 "pretty-format": "^29.7.0", 4341 "slash": "^3.0.0", 4342 "stack-utils": "^2.0.3" 4343 }, 4344 "engines": { 4345 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4346 } 4347 }, 4348 "node_modules/@types/jest/node_modules/jest-util": { 4349 "version": "29.7.0", 4350 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", 4351 "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", 4352 "dependencies": { 4353 "@jest/types": "^29.6.3", 4354 "@types/node": "*", 4355 "chalk": "^4.0.0", 4356 "ci-info": "^3.2.0", 4357 "graceful-fs": "^4.2.9", 4358 "picomatch": "^2.2.3" 4359 }, 4360 "engines": { 4361 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4362 } 4363 }, 4364 "node_modules/@types/jest/node_modules/pretty-format": { 4365 "version": "29.7.0", 4366 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", 4367 "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", 4368 "dependencies": { 4369 "@jest/schemas": "^29.6.3", 4370 "ansi-styles": "^5.0.0", 4371 "react-is": "^18.0.0" 4372 }, 4373 "engines": { 4374 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4375 } 4376 }, 4377 "node_modules/@types/jest/node_modules/pretty-format/node_modules/ansi-styles": { 4378 "version": "5.2.0", 4379 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", 4380 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", 4381 "engines": { 4382 "node": ">=10" 4383 }, 4384 "funding": { 4385 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 4386 } 4387 }, 4388 "node_modules/@types/jest/node_modules/react-is": { 4389 "version": "18.2.0", 4390 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", 4391 "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" 4392 }, 4393 "node_modules/@types/jest/node_modules/supports-color": { 4394 "version": "7.2.0", 4395 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 4396 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 4397 "dependencies": { 4398 "has-flag": "^4.0.0" 4399 }, 4400 "engines": { 4401 "node": ">=8" 4402 } 4403 }, 4404 "node_modules/@types/json-schema": { 4405 "version": "7.0.15", 4406 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", 4407 "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" 4408 }, 4409 "node_modules/@types/json5": { 4410 "version": "0.0.29", 4411 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", 4412 "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" 4413 }, 4414 "node_modules/@types/mime": { 4415 "version": "1.3.5", 4416 "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", 4417 "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" 4418 }, 4419 "node_modules/@types/node": { 4420 "version": "20.11.17", 4421 "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz", 4422 "integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==", 4423 "dependencies": { 4424 "undici-types": "~5.26.4" 4425 } 4426 }, 4427 "node_modules/@types/node-forge": { 4428 "version": "1.3.11", 4429 "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", 4430 "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", 4431 "dependencies": { 4432 "@types/node": "*" 4433 } 4434 }, 4435 "node_modules/@types/parse-json": { 4436 "version": "4.0.2", 4437 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", 4438 "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" 4439 }, 4440 "node_modules/@types/prettier": { 4441 "version": "2.7.3", 4442 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", 4443 "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==" 4444 }, 4445 "node_modules/@types/prop-types": { 4446 "version": "15.7.11", 4447 "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz", 4448 "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" 4449 }, 4450 "node_modules/@types/q": { 4451 "version": "1.5.8", 4452 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz", 4453 "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==" 4454 }, 4455 "node_modules/@types/qs": { 4456 "version": "6.9.11", 4457 "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.11.tgz", 4458 "integrity": "sha512-oGk0gmhnEJK4Yyk+oI7EfXsLayXatCWPHary1MtcmbAifkobT9cM9yutG/hZKIseOU0MqbIwQ/u2nn/Gb+ltuQ==" 4459 }, 4460 "node_modules/@types/range-parser": { 4461 "version": "1.2.7", 4462 "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", 4463 "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" 4464 }, 4465 "node_modules/@types/react": { 4466 "version": "18.2.55", 4467 "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.55.tgz", 4468 "integrity": "sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==", 4469 "dependencies": { 4470 "@types/prop-types": "*", 4471 "@types/scheduler": "*", 4472 "csstype": "^3.0.2" 4473 } 4474 }, 4475 "node_modules/@types/react-dom": { 4476 "version": "18.2.19", 4477 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz", 4478 "integrity": "sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==", 4479 "dependencies": { 4480 "@types/react": "*" 4481 } 4482 }, 4483 "node_modules/@types/resolve": { 4484 "version": "1.17.1", 4485 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", 4486 "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", 4487 "dependencies": { 4488 "@types/node": "*" 4489 } 4490 }, 4491 "node_modules/@types/retry": { 4492 "version": "0.12.0", 4493 "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", 4494 "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" 4495 }, 4496 "node_modules/@types/scheduler": { 4497 "version": "0.16.8", 4498 "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", 4499 "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" 4500 }, 4501 "node_modules/@types/semver": { 4502 "version": "7.5.6", 4503 "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz", 4504 "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==" 4505 }, 4506 "node_modules/@types/send": { 4507 "version": "0.17.4", 4508 "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", 4509 "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", 4510 "dependencies": { 4511 "@types/mime": "^1", 4512 "@types/node": "*" 4513 } 4514 }, 4515 "node_modules/@types/serve-index": { 4516 "version": "1.9.4", 4517 "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", 4518 "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", 4519 "dependencies": { 4520 "@types/express": "*" 4521 } 4522 }, 4523 "node_modules/@types/serve-static": { 4524 "version": "1.15.5", 4525 "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz", 4526 "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==", 4527 "dependencies": { 4528 "@types/http-errors": "*", 4529 "@types/mime": "*", 4530 "@types/node": "*" 4531 } 4532 }, 4533 "node_modules/@types/sockjs": { 4534 "version": "0.3.36", 4535 "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", 4536 "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", 4537 "dependencies": { 4538 "@types/node": "*" 4539 } 4540 }, 4541 "node_modules/@types/stack-utils": { 4542 "version": "2.0.3", 4543 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", 4544 "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" 4545 }, 4546 "node_modules/@types/testing-library__jest-dom": { 4547 "version": "5.14.9", 4548 "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz", 4549 "integrity": "sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==", 4550 "dependencies": { 4551 "@types/jest": "*" 4552 } 4553 }, 4554 "node_modules/@types/trusted-types": { 4555 "version": "2.0.7", 4556 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", 4557 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" 4558 }, 4559 "node_modules/@types/ws": { 4560 "version": "8.5.10", 4561 "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", 4562 "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", 4563 "dependencies": { 4564 "@types/node": "*" 4565 } 4566 }, 4567 "node_modules/@types/yargs": { 4568 "version": "16.0.9", 4569 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", 4570 "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", 4571 "dependencies": { 4572 "@types/yargs-parser": "*" 4573 } 4574 }, 4575 "node_modules/@types/yargs-parser": { 4576 "version": "21.0.3", 4577 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", 4578 "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" 4579 }, 4580 "node_modules/@typescript-eslint/eslint-plugin": { 4581 "version": "5.62.0", 4582 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", 4583 "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", 4584 "dependencies": { 4585 "@eslint-community/regexpp": "^4.4.0", 4586 "@typescript-eslint/scope-manager": "5.62.0", 4587 "@typescript-eslint/type-utils": "5.62.0", 4588 "@typescript-eslint/utils": "5.62.0", 4589 "debug": "^4.3.4", 4590 "graphemer": "^1.4.0", 4591 "ignore": "^5.2.0", 4592 "natural-compare-lite": "^1.4.0", 4593 "semver": "^7.3.7", 4594 "tsutils": "^3.21.0" 4595 }, 4596 "engines": { 4597 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4598 }, 4599 "funding": { 4600 "type": "opencollective", 4601 "url": "https://opencollective.com/typescript-eslint" 4602 }, 4603 "peerDependencies": { 4604 "@typescript-eslint/parser": "^5.0.0", 4605 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 4606 }, 4607 "peerDependenciesMeta": { 4608 "typescript": { 4609 "optional": true 4610 } 4611 } 4612 }, 4613 "node_modules/@typescript-eslint/experimental-utils": { 4614 "version": "5.62.0", 4615 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz", 4616 "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==", 4617 "dependencies": { 4618 "@typescript-eslint/utils": "5.62.0" 4619 }, 4620 "engines": { 4621 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4622 }, 4623 "funding": { 4624 "type": "opencollective", 4625 "url": "https://opencollective.com/typescript-eslint" 4626 }, 4627 "peerDependencies": { 4628 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 4629 } 4630 }, 4631 "node_modules/@typescript-eslint/parser": { 4632 "version": "5.62.0", 4633 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", 4634 "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", 4635 "dependencies": { 4636 "@typescript-eslint/scope-manager": "5.62.0", 4637 "@typescript-eslint/types": "5.62.0", 4638 "@typescript-eslint/typescript-estree": "5.62.0", 4639 "debug": "^4.3.4" 4640 }, 4641 "engines": { 4642 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4643 }, 4644 "funding": { 4645 "type": "opencollective", 4646 "url": "https://opencollective.com/typescript-eslint" 4647 }, 4648 "peerDependencies": { 4649 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 4650 }, 4651 "peerDependenciesMeta": { 4652 "typescript": { 4653 "optional": true 4654 } 4655 } 4656 }, 4657 "node_modules/@typescript-eslint/scope-manager": { 4658 "version": "5.62.0", 4659 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", 4660 "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", 4661 "dependencies": { 4662 "@typescript-eslint/types": "5.62.0", 4663 "@typescript-eslint/visitor-keys": "5.62.0" 4664 }, 4665 "engines": { 4666 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4667 }, 4668 "funding": { 4669 "type": "opencollective", 4670 "url": "https://opencollective.com/typescript-eslint" 4671 } 4672 }, 4673 "node_modules/@typescript-eslint/type-utils": { 4674 "version": "5.62.0", 4675 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", 4676 "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", 4677 "dependencies": { 4678 "@typescript-eslint/typescript-estree": "5.62.0", 4679 "@typescript-eslint/utils": "5.62.0", 4680 "debug": "^4.3.4", 4681 "tsutils": "^3.21.0" 4682 }, 4683 "engines": { 4684 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4685 }, 4686 "funding": { 4687 "type": "opencollective", 4688 "url": "https://opencollective.com/typescript-eslint" 4689 }, 4690 "peerDependencies": { 4691 "eslint": "*" 4692 }, 4693 "peerDependenciesMeta": { 4694 "typescript": { 4695 "optional": true 4696 } 4697 } 4698 }, 4699 "node_modules/@typescript-eslint/types": { 4700 "version": "5.62.0", 4701 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", 4702 "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", 4703 "engines": { 4704 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4705 }, 4706 "funding": { 4707 "type": "opencollective", 4708 "url": "https://opencollective.com/typescript-eslint" 4709 } 4710 }, 4711 "node_modules/@typescript-eslint/typescript-estree": { 4712 "version": "5.62.0", 4713 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", 4714 "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", 4715 "dependencies": { 4716 "@typescript-eslint/types": "5.62.0", 4717 "@typescript-eslint/visitor-keys": "5.62.0", 4718 "debug": "^4.3.4", 4719 "globby": "^11.1.0", 4720 "is-glob": "^4.0.3", 4721 "semver": "^7.3.7", 4722 "tsutils": "^3.21.0" 4723 }, 4724 "engines": { 4725 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4726 }, 4727 "funding": { 4728 "type": "opencollective", 4729 "url": "https://opencollective.com/typescript-eslint" 4730 }, 4731 "peerDependenciesMeta": { 4732 "typescript": { 4733 "optional": true 4734 } 4735 } 4736 }, 4737 "node_modules/@typescript-eslint/utils": { 4738 "version": "5.62.0", 4739 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", 4740 "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", 4741 "dependencies": { 4742 "@eslint-community/eslint-utils": "^4.2.0", 4743 "@types/json-schema": "^7.0.9", 4744 "@types/semver": "^7.3.12", 4745 "@typescript-eslint/scope-manager": "5.62.0", 4746 "@typescript-eslint/types": "5.62.0", 4747 "@typescript-eslint/typescript-estree": "5.62.0", 4748 "eslint-scope": "^5.1.1", 4749 "semver": "^7.3.7" 4750 }, 4751 "engines": { 4752 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4753 }, 4754 "funding": { 4755 "type": "opencollective", 4756 "url": "https://opencollective.com/typescript-eslint" 4757 }, 4758 "peerDependencies": { 4759 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 4760 } 4761 }, 4762 "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": { 4763 "version": "5.1.1", 4764 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", 4765 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", 4766 "dependencies": { 4767 "esrecurse": "^4.3.0", 4768 "estraverse": "^4.1.1" 4769 }, 4770 "engines": { 4771 "node": ">=8.0.0" 4772 } 4773 }, 4774 "node_modules/@typescript-eslint/utils/node_modules/estraverse": { 4775 "version": "4.3.0", 4776 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 4777 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", 4778 "engines": { 4779 "node": ">=4.0" 4780 } 4781 }, 4782 "node_modules/@typescript-eslint/visitor-keys": { 4783 "version": "5.62.0", 4784 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", 4785 "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", 4786 "dependencies": { 4787 "@typescript-eslint/types": "5.62.0", 4788 "eslint-visitor-keys": "^3.3.0" 4789 }, 4790 "engines": { 4791 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 4792 }, 4793 "funding": { 4794 "type": "opencollective", 4795 "url": "https://opencollective.com/typescript-eslint" 4796 } 4797 }, 4798 "node_modules/@ungap/structured-clone": { 4799 "version": "1.2.0", 4800 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", 4801 "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" 4802 }, 4803 "node_modules/@webassemblyjs/ast": { 4804 "version": "1.11.6", 4805 "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", 4806 "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", 4807 "dependencies": { 4808 "@webassemblyjs/helper-numbers": "1.11.6", 4809 "@webassemblyjs/helper-wasm-bytecode": "1.11.6" 4810 } 4811 }, 4812 "node_modules/@webassemblyjs/floating-point-hex-parser": { 4813 "version": "1.11.6", 4814 "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", 4815 "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" 4816 }, 4817 "node_modules/@webassemblyjs/helper-api-error": { 4818 "version": "1.11.6", 4819 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", 4820 "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" 4821 }, 4822 "node_modules/@webassemblyjs/helper-buffer": { 4823 "version": "1.11.6", 4824 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", 4825 "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==" 4826 }, 4827 "node_modules/@webassemblyjs/helper-numbers": { 4828 "version": "1.11.6", 4829 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", 4830 "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", 4831 "dependencies": { 4832 "@webassemblyjs/floating-point-hex-parser": "1.11.6", 4833 "@webassemblyjs/helper-api-error": "1.11.6", 4834 "@xtuc/long": "4.2.2" 4835 } 4836 }, 4837 "node_modules/@webassemblyjs/helper-wasm-bytecode": { 4838 "version": "1.11.6", 4839 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", 4840 "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" 4841 }, 4842 "node_modules/@webassemblyjs/helper-wasm-section": { 4843 "version": "1.11.6", 4844 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", 4845 "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", 4846 "dependencies": { 4847 "@webassemblyjs/ast": "1.11.6", 4848 "@webassemblyjs/helper-buffer": "1.11.6", 4849 "@webassemblyjs/helper-wasm-bytecode": "1.11.6", 4850 "@webassemblyjs/wasm-gen": "1.11.6" 4851 } 4852 }, 4853 "node_modules/@webassemblyjs/ieee754": { 4854 "version": "1.11.6", 4855 "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", 4856 "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", 4857 "dependencies": { 4858 "@xtuc/ieee754": "^1.2.0" 4859 } 4860 }, 4861 "node_modules/@webassemblyjs/leb128": { 4862 "version": "1.11.6", 4863 "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", 4864 "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", 4865 "dependencies": { 4866 "@xtuc/long": "4.2.2" 4867 } 4868 }, 4869 "node_modules/@webassemblyjs/utf8": { 4870 "version": "1.11.6", 4871 "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", 4872 "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" 4873 }, 4874 "node_modules/@webassemblyjs/wasm-edit": { 4875 "version": "1.11.6", 4876 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", 4877 "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", 4878 "dependencies": { 4879 "@webassemblyjs/ast": "1.11.6", 4880 "@webassemblyjs/helper-buffer": "1.11.6", 4881 "@webassemblyjs/helper-wasm-bytecode": "1.11.6", 4882 "@webassemblyjs/helper-wasm-section": "1.11.6", 4883 "@webassemblyjs/wasm-gen": "1.11.6", 4884 "@webassemblyjs/wasm-opt": "1.11.6", 4885 "@webassemblyjs/wasm-parser": "1.11.6", 4886 "@webassemblyjs/wast-printer": "1.11.6" 4887 } 4888 }, 4889 "node_modules/@webassemblyjs/wasm-gen": { 4890 "version": "1.11.6", 4891 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", 4892 "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", 4893 "dependencies": { 4894 "@webassemblyjs/ast": "1.11.6", 4895 "@webassemblyjs/helper-wasm-bytecode": "1.11.6", 4896 "@webassemblyjs/ieee754": "1.11.6", 4897 "@webassemblyjs/leb128": "1.11.6", 4898 "@webassemblyjs/utf8": "1.11.6" 4899 } 4900 }, 4901 "node_modules/@webassemblyjs/wasm-opt": { 4902 "version": "1.11.6", 4903 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", 4904 "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", 4905 "dependencies": { 4906 "@webassemblyjs/ast": "1.11.6", 4907 "@webassemblyjs/helper-buffer": "1.11.6", 4908 "@webassemblyjs/wasm-gen": "1.11.6", 4909 "@webassemblyjs/wasm-parser": "1.11.6" 4910 } 4911 }, 4912 "node_modules/@webassemblyjs/wasm-parser": { 4913 "version": "1.11.6", 4914 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", 4915 "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", 4916 "dependencies": { 4917 "@webassemblyjs/ast": "1.11.6", 4918 "@webassemblyjs/helper-api-error": "1.11.6", 4919 "@webassemblyjs/helper-wasm-bytecode": "1.11.6", 4920 "@webassemblyjs/ieee754": "1.11.6", 4921 "@webassemblyjs/leb128": "1.11.6", 4922 "@webassemblyjs/utf8": "1.11.6" 4923 } 4924 }, 4925 "node_modules/@webassemblyjs/wast-printer": { 4926 "version": "1.11.6", 4927 "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", 4928 "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", 4929 "dependencies": { 4930 "@webassemblyjs/ast": "1.11.6", 4931 "@xtuc/long": "4.2.2" 4932 } 4933 }, 4934 "node_modules/@xtuc/ieee754": { 4935 "version": "1.2.0", 4936 "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", 4937 "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" 4938 }, 4939 "node_modules/@xtuc/long": { 4940 "version": "4.2.2", 4941 "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", 4942 "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" 4943 }, 4944 "node_modules/abab": { 4945 "version": "2.0.6", 4946 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", 4947 "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", 4948 "deprecated": "Use your platform's native atob() and btoa() methods instead" 4949 }, 4950 "node_modules/abort-controller": { 4951 "version": "3.0.0", 4952 "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", 4953 "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", 4954 "dependencies": { 4955 "event-target-shim": "^5.0.0" 4956 }, 4957 "engines": { 4958 "node": ">=6.5" 4959 } 4960 }, 4961 "node_modules/accepts": { 4962 "version": "1.3.8", 4963 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", 4964 "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", 4965 "dependencies": { 4966 "mime-types": "~2.1.34", 4967 "negotiator": "0.6.3" 4968 }, 4969 "engines": { 4970 "node": ">= 0.6" 4971 } 4972 }, 4973 "node_modules/acorn": { 4974 "version": "8.11.3", 4975 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", 4976 "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", 4977 "bin": { 4978 "acorn": "bin/acorn" 4979 }, 4980 "engines": { 4981 "node": ">=0.4.0" 4982 } 4983 }, 4984 "node_modules/acorn-globals": { 4985 "version": "6.0.0", 4986 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", 4987 "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", 4988 "dependencies": { 4989 "acorn": "^7.1.1", 4990 "acorn-walk": "^7.1.1" 4991 } 4992 }, 4993 "node_modules/acorn-globals/node_modules/acorn": { 4994 "version": "7.4.1", 4995 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", 4996 "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", 4997 "bin": { 4998 "acorn": "bin/acorn" 4999 }, 5000 "engines": { 5001 "node": ">=0.4.0" 5002 } 5003 }, 5004 "node_modules/acorn-import-assertions": { 5005 "version": "1.9.0", 5006 "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", 5007 "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", 5008 "peerDependencies": { 5009 "acorn": "^8" 5010 } 5011 }, 5012 "node_modules/acorn-jsx": { 5013 "version": "5.3.2", 5014 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 5015 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 5016 "peerDependencies": { 5017 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 5018 } 5019 }, 5020 "node_modules/acorn-walk": { 5021 "version": "7.2.0", 5022 "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", 5023 "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", 5024 "engines": { 5025 "node": ">=0.4.0" 5026 } 5027 }, 5028 "node_modules/address": { 5029 "version": "1.2.2", 5030 "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", 5031 "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", 5032 "engines": { 5033 "node": ">= 10.0.0" 5034 } 5035 }, 5036 "node_modules/adjust-sourcemap-loader": { 5037 "version": "4.0.0", 5038 "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", 5039 "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", 5040 "dependencies": { 5041 "loader-utils": "^2.0.0", 5042 "regex-parser": "^2.2.11" 5043 }, 5044 "engines": { 5045 "node": ">=8.9" 5046 } 5047 }, 5048 "node_modules/agent-base": { 5049 "version": "6.0.2", 5050 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", 5051 "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", 5052 "dependencies": { 5053 "debug": "4" 5054 }, 5055 "engines": { 5056 "node": ">= 6.0.0" 5057 } 5058 }, 5059 "node_modules/ajv": { 5060 "version": "6.12.6", 5061 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", 5062 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", 5063 "dependencies": { 5064 "fast-deep-equal": "^3.1.1", 5065 "fast-json-stable-stringify": "^2.0.0", 5066 "json-schema-traverse": "^0.4.1", 5067 "uri-js": "^4.2.2" 5068 }, 5069 "funding": { 5070 "type": "github", 5071 "url": "https://github.com/sponsors/epoberezkin" 5072 } 5073 }, 5074 "node_modules/ajv-formats": { 5075 "version": "2.1.1", 5076 "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", 5077 "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", 5078 "dependencies": { 5079 "ajv": "^8.0.0" 5080 }, 5081 "peerDependencies": { 5082 "ajv": "^8.0.0" 5083 }, 5084 "peerDependenciesMeta": { 5085 "ajv": { 5086 "optional": true 5087 } 5088 } 5089 }, 5090 "node_modules/ajv-formats/node_modules/ajv": { 5091 "version": "8.12.0", 5092 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 5093 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 5094 "dependencies": { 5095 "fast-deep-equal": "^3.1.1", 5096 "json-schema-traverse": "^1.0.0", 5097 "require-from-string": "^2.0.2", 5098 "uri-js": "^4.2.2" 5099 }, 5100 "funding": { 5101 "type": "github", 5102 "url": "https://github.com/sponsors/epoberezkin" 5103 } 5104 }, 5105 "node_modules/ajv-formats/node_modules/json-schema-traverse": { 5106 "version": "1.0.0", 5107 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 5108 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 5109 }, 5110 "node_modules/ajv-keywords": { 5111 "version": "3.5.2", 5112 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", 5113 "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", 5114 "peerDependencies": { 5115 "ajv": "^6.9.1" 5116 } 5117 }, 5118 "node_modules/ansi-escapes": { 5119 "version": "4.3.2", 5120 "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", 5121 "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", 5122 "dependencies": { 5123 "type-fest": "^0.21.3" 5124 }, 5125 "engines": { 5126 "node": ">=8" 5127 }, 5128 "funding": { 5129 "url": "https://github.com/sponsors/sindresorhus" 5130 } 5131 }, 5132 "node_modules/ansi-html-community": { 5133 "version": "0.0.8", 5134 "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", 5135 "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", 5136 "engines": [ 5137 "node >= 0.8.0" 5138 ], 5139 "bin": { 5140 "ansi-html": "bin/ansi-html" 5141 } 5142 }, 5143 "node_modules/ansi-regex": { 5144 "version": "5.0.1", 5145 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 5146 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 5147 "engines": { 5148 "node": ">=8" 5149 } 5150 }, 5151 "node_modules/ansi-styles": { 5152 "version": "3.2.1", 5153 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", 5154 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", 5155 "dependencies": { 5156 "color-convert": "^1.9.0" 5157 }, 5158 "engines": { 5159 "node": ">=4" 5160 } 5161 }, 5162 "node_modules/any-promise": { 5163 "version": "1.3.0", 5164 "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", 5165 "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" 5166 }, 5167 "node_modules/anymatch": { 5168 "version": "3.1.3", 5169 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 5170 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 5171 "dependencies": { 5172 "normalize-path": "^3.0.0", 5173 "picomatch": "^2.0.4" 5174 }, 5175 "engines": { 5176 "node": ">= 8" 5177 } 5178 }, 5179 "node_modules/arg": { 5180 "version": "5.0.2", 5181 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 5182 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" 5183 }, 5184 "node_modules/argparse": { 5185 "version": "1.0.10", 5186 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 5187 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 5188 "dependencies": { 5189 "sprintf-js": "~1.0.2" 5190 } 5191 }, 5192 "node_modules/aria-query": { 5193 "version": "5.3.0", 5194 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", 5195 "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", 5196 "dependencies": { 5197 "dequal": "^2.0.3" 5198 } 5199 }, 5200 "node_modules/array-buffer-byte-length": { 5201 "version": "1.0.1", 5202 "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", 5203 "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", 5204 "dependencies": { 5205 "call-bind": "^1.0.5", 5206 "is-array-buffer": "^3.0.4" 5207 }, 5208 "engines": { 5209 "node": ">= 0.4" 5210 }, 5211 "funding": { 5212 "url": "https://github.com/sponsors/ljharb" 5213 } 5214 }, 5215 "node_modules/array-flatten": { 5216 "version": "1.1.1", 5217 "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", 5218 "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" 5219 }, 5220 "node_modules/array-includes": { 5221 "version": "3.1.7", 5222 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", 5223 "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", 5224 "dependencies": { 5225 "call-bind": "^1.0.2", 5226 "define-properties": "^1.2.0", 5227 "es-abstract": "^1.22.1", 5228 "get-intrinsic": "^1.2.1", 5229 "is-string": "^1.0.7" 5230 }, 5231 "engines": { 5232 "node": ">= 0.4" 5233 }, 5234 "funding": { 5235 "url": "https://github.com/sponsors/ljharb" 5236 } 5237 }, 5238 "node_modules/array-union": { 5239 "version": "2.1.0", 5240 "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", 5241 "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", 5242 "engines": { 5243 "node": ">=8" 5244 } 5245 }, 5246 "node_modules/array.prototype.filter": { 5247 "version": "1.0.3", 5248 "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.3.tgz", 5249 "integrity": "sha512-VizNcj/RGJiUyQBgzwxzE5oHdeuXY5hSbbmKMlphj1cy1Vl7Pn2asCGbSrru6hSQjmCzqTBPVWAF/whmEOVHbw==", 5250 "dependencies": { 5251 "call-bind": "^1.0.2", 5252 "define-properties": "^1.2.0", 5253 "es-abstract": "^1.22.1", 5254 "es-array-method-boxes-properly": "^1.0.0", 5255 "is-string": "^1.0.7" 5256 }, 5257 "engines": { 5258 "node": ">= 0.4" 5259 }, 5260 "funding": { 5261 "url": "https://github.com/sponsors/ljharb" 5262 } 5263 }, 5264 "node_modules/array.prototype.findlastindex": { 5265 "version": "1.2.4", 5266 "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.4.tgz", 5267 "integrity": "sha512-hzvSHUshSpCflDR1QMUBLHGHP1VIEBegT4pix9H/Z92Xw3ySoy6c2qh7lJWTJnRJ8JCZ9bJNCgTyYaJGcJu6xQ==", 5268 "dependencies": { 5269 "call-bind": "^1.0.5", 5270 "define-properties": "^1.2.1", 5271 "es-abstract": "^1.22.3", 5272 "es-errors": "^1.3.0", 5273 "es-shim-unscopables": "^1.0.2" 5274 }, 5275 "engines": { 5276 "node": ">= 0.4" 5277 }, 5278 "funding": { 5279 "url": "https://github.com/sponsors/ljharb" 5280 } 5281 }, 5282 "node_modules/array.prototype.flat": { 5283 "version": "1.3.2", 5284 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", 5285 "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", 5286 "dependencies": { 5287 "call-bind": "^1.0.2", 5288 "define-properties": "^1.2.0", 5289 "es-abstract": "^1.22.1", 5290 "es-shim-unscopables": "^1.0.0" 5291 }, 5292 "engines": { 5293 "node": ">= 0.4" 5294 }, 5295 "funding": { 5296 "url": "https://github.com/sponsors/ljharb" 5297 } 5298 }, 5299 "node_modules/array.prototype.flatmap": { 5300 "version": "1.3.2", 5301 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", 5302 "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", 5303 "dependencies": { 5304 "call-bind": "^1.0.2", 5305 "define-properties": "^1.2.0", 5306 "es-abstract": "^1.22.1", 5307 "es-shim-unscopables": "^1.0.0" 5308 }, 5309 "engines": { 5310 "node": ">= 0.4" 5311 }, 5312 "funding": { 5313 "url": "https://github.com/sponsors/ljharb" 5314 } 5315 }, 5316 "node_modules/array.prototype.reduce": { 5317 "version": "1.0.6", 5318 "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.6.tgz", 5319 "integrity": "sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==", 5320 "dependencies": { 5321 "call-bind": "^1.0.2", 5322 "define-properties": "^1.2.0", 5323 "es-abstract": "^1.22.1", 5324 "es-array-method-boxes-properly": "^1.0.0", 5325 "is-string": "^1.0.7" 5326 }, 5327 "engines": { 5328 "node": ">= 0.4" 5329 }, 5330 "funding": { 5331 "url": "https://github.com/sponsors/ljharb" 5332 } 5333 }, 5334 "node_modules/array.prototype.tosorted": { 5335 "version": "1.1.3", 5336 "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz", 5337 "integrity": "sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==", 5338 "dependencies": { 5339 "call-bind": "^1.0.5", 5340 "define-properties": "^1.2.1", 5341 "es-abstract": "^1.22.3", 5342 "es-errors": "^1.1.0", 5343 "es-shim-unscopables": "^1.0.2" 5344 } 5345 }, 5346 "node_modules/arraybuffer.prototype.slice": { 5347 "version": "1.0.3", 5348 "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", 5349 "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", 5350 "dependencies": { 5351 "array-buffer-byte-length": "^1.0.1", 5352 "call-bind": "^1.0.5", 5353 "define-properties": "^1.2.1", 5354 "es-abstract": "^1.22.3", 5355 "es-errors": "^1.2.1", 5356 "get-intrinsic": "^1.2.3", 5357 "is-array-buffer": "^3.0.4", 5358 "is-shared-array-buffer": "^1.0.2" 5359 }, 5360 "engines": { 5361 "node": ">= 0.4" 5362 }, 5363 "funding": { 5364 "url": "https://github.com/sponsors/ljharb" 5365 } 5366 }, 5367 "node_modules/asap": { 5368 "version": "2.0.6", 5369 "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", 5370 "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" 5371 }, 5372 "node_modules/asn1.js": { 5373 "version": "5.4.1", 5374 "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", 5375 "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", 5376 "dependencies": { 5377 "bn.js": "^4.0.0", 5378 "inherits": "^2.0.1", 5379 "minimalistic-assert": "^1.0.0", 5380 "safer-buffer": "^2.1.0" 5381 } 5382 }, 5383 "node_modules/asn1.js/node_modules/bn.js": { 5384 "version": "4.12.0", 5385 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 5386 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 5387 }, 5388 "node_modules/assert": { 5389 "version": "2.1.0", 5390 "resolved": "https://registry.npmjs.org/assert/-/assert-2.1.0.tgz", 5391 "integrity": "sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==", 5392 "dependencies": { 5393 "call-bind": "^1.0.2", 5394 "is-nan": "^1.3.2", 5395 "object-is": "^1.1.5", 5396 "object.assign": "^4.1.4", 5397 "util": "^0.12.5" 5398 } 5399 }, 5400 "node_modules/ast-types-flow": { 5401 "version": "0.0.8", 5402 "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz", 5403 "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==" 5404 }, 5405 "node_modules/async": { 5406 "version": "3.2.5", 5407 "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", 5408 "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" 5409 }, 5410 "node_modules/asynciterator.prototype": { 5411 "version": "1.0.0", 5412 "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz", 5413 "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", 5414 "dependencies": { 5415 "has-symbols": "^1.0.3" 5416 } 5417 }, 5418 "node_modules/asynckit": { 5419 "version": "0.4.0", 5420 "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", 5421 "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" 5422 }, 5423 "node_modules/at-least-node": { 5424 "version": "1.0.0", 5425 "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", 5426 "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", 5427 "engines": { 5428 "node": ">= 4.0.0" 5429 } 5430 }, 5431 "node_modules/autoprefixer": { 5432 "version": "10.4.17", 5433 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.17.tgz", 5434 "integrity": "sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==", 5435 "funding": [ 5436 { 5437 "type": "opencollective", 5438 "url": "https://opencollective.com/postcss/" 5439 }, 5440 { 5441 "type": "tidelift", 5442 "url": "https://tidelift.com/funding/github/npm/autoprefixer" 5443 }, 5444 { 5445 "type": "github", 5446 "url": "https://github.com/sponsors/ai" 5447 } 5448 ], 5449 "dependencies": { 5450 "browserslist": "^4.22.2", 5451 "caniuse-lite": "^1.0.30001578", 5452 "fraction.js": "^4.3.7", 5453 "normalize-range": "^0.1.2", 5454 "picocolors": "^1.0.0", 5455 "postcss-value-parser": "^4.2.0" 5456 }, 5457 "bin": { 5458 "autoprefixer": "bin/autoprefixer" 5459 }, 5460 "engines": { 5461 "node": "^10 || ^12 || >=14" 5462 }, 5463 "peerDependencies": { 5464 "postcss": "^8.1.0" 5465 } 5466 }, 5467 "node_modules/available-typed-arrays": { 5468 "version": "1.0.6", 5469 "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.6.tgz", 5470 "integrity": "sha512-j1QzY8iPNPG4o4xmO3ptzpRxTciqD3MgEHtifP/YnJpIo58Xu+ne4BejlbkuaLfXn/nz6HFiw29bLpj2PNMdGg==", 5471 "engines": { 5472 "node": ">= 0.4" 5473 }, 5474 "funding": { 5475 "url": "https://github.com/sponsors/ljharb" 5476 } 5477 }, 5478 "node_modules/axe-core": { 5479 "version": "4.7.0", 5480 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz", 5481 "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==", 5482 "engines": { 5483 "node": ">=4" 5484 } 5485 }, 5486 "node_modules/axobject-query": { 5487 "version": "3.2.1", 5488 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz", 5489 "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", 5490 "dependencies": { 5491 "dequal": "^2.0.3" 5492 } 5493 }, 5494 "node_modules/babel-jest": { 5495 "version": "27.5.1", 5496 "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", 5497 "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", 5498 "dependencies": { 5499 "@jest/transform": "^27.5.1", 5500 "@jest/types": "^27.5.1", 5501 "@types/babel__core": "^7.1.14", 5502 "babel-plugin-istanbul": "^6.1.1", 5503 "babel-preset-jest": "^27.5.1", 5504 "chalk": "^4.0.0", 5505 "graceful-fs": "^4.2.9", 5506 "slash": "^3.0.0" 5507 }, 5508 "engines": { 5509 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 5510 }, 5511 "peerDependencies": { 5512 "@babel/core": "^7.8.0" 5513 } 5514 }, 5515 "node_modules/babel-jest/node_modules/ansi-styles": { 5516 "version": "4.3.0", 5517 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 5518 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 5519 "dependencies": { 5520 "color-convert": "^2.0.1" 5521 }, 5522 "engines": { 5523 "node": ">=8" 5524 }, 5525 "funding": { 5526 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 5527 } 5528 }, 5529 "node_modules/babel-jest/node_modules/chalk": { 5530 "version": "4.1.2", 5531 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 5532 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 5533 "dependencies": { 5534 "ansi-styles": "^4.1.0", 5535 "supports-color": "^7.1.0" 5536 }, 5537 "engines": { 5538 "node": ">=10" 5539 }, 5540 "funding": { 5541 "url": "https://github.com/chalk/chalk?sponsor=1" 5542 } 5543 }, 5544 "node_modules/babel-jest/node_modules/color-convert": { 5545 "version": "2.0.1", 5546 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 5547 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 5548 "dependencies": { 5549 "color-name": "~1.1.4" 5550 }, 5551 "engines": { 5552 "node": ">=7.0.0" 5553 } 5554 }, 5555 "node_modules/babel-jest/node_modules/color-name": { 5556 "version": "1.1.4", 5557 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 5558 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 5559 }, 5560 "node_modules/babel-jest/node_modules/has-flag": { 5561 "version": "4.0.0", 5562 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 5563 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 5564 "engines": { 5565 "node": ">=8" 5566 } 5567 }, 5568 "node_modules/babel-jest/node_modules/supports-color": { 5569 "version": "7.2.0", 5570 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 5571 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 5572 "dependencies": { 5573 "has-flag": "^4.0.0" 5574 }, 5575 "engines": { 5576 "node": ">=8" 5577 } 5578 }, 5579 "node_modules/babel-loader": { 5580 "version": "8.3.0", 5581 "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", 5582 "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", 5583 "dependencies": { 5584 "find-cache-dir": "^3.3.1", 5585 "loader-utils": "^2.0.0", 5586 "make-dir": "^3.1.0", 5587 "schema-utils": "^2.6.5" 5588 }, 5589 "engines": { 5590 "node": ">= 8.9" 5591 }, 5592 "peerDependencies": { 5593 "@babel/core": "^7.0.0", 5594 "webpack": ">=2" 5595 } 5596 }, 5597 "node_modules/babel-loader/node_modules/schema-utils": { 5598 "version": "2.7.1", 5599 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", 5600 "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", 5601 "dependencies": { 5602 "@types/json-schema": "^7.0.5", 5603 "ajv": "^6.12.4", 5604 "ajv-keywords": "^3.5.2" 5605 }, 5606 "engines": { 5607 "node": ">= 8.9.0" 5608 }, 5609 "funding": { 5610 "type": "opencollective", 5611 "url": "https://opencollective.com/webpack" 5612 } 5613 }, 5614 "node_modules/babel-plugin-istanbul": { 5615 "version": "6.1.1", 5616 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", 5617 "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", 5618 "dependencies": { 5619 "@babel/helper-plugin-utils": "^7.0.0", 5620 "@istanbuljs/load-nyc-config": "^1.0.0", 5621 "@istanbuljs/schema": "^0.1.2", 5622 "istanbul-lib-instrument": "^5.0.4", 5623 "test-exclude": "^6.0.0" 5624 }, 5625 "engines": { 5626 "node": ">=8" 5627 } 5628 }, 5629 "node_modules/babel-plugin-jest-hoist": { 5630 "version": "27.5.1", 5631 "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", 5632 "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", 5633 "dependencies": { 5634 "@babel/template": "^7.3.3", 5635 "@babel/types": "^7.3.3", 5636 "@types/babel__core": "^7.0.0", 5637 "@types/babel__traverse": "^7.0.6" 5638 }, 5639 "engines": { 5640 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 5641 } 5642 }, 5643 "node_modules/babel-plugin-macros": { 5644 "version": "3.1.0", 5645 "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", 5646 "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", 5647 "dependencies": { 5648 "@babel/runtime": "^7.12.5", 5649 "cosmiconfig": "^7.0.0", 5650 "resolve": "^1.19.0" 5651 }, 5652 "engines": { 5653 "node": ">=10", 5654 "npm": ">=6" 5655 } 5656 }, 5657 "node_modules/babel-plugin-named-asset-import": { 5658 "version": "0.3.8", 5659 "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", 5660 "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", 5661 "peerDependencies": { 5662 "@babel/core": "^7.1.0" 5663 } 5664 }, 5665 "node_modules/babel-plugin-polyfill-corejs2": { 5666 "version": "0.4.8", 5667 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz", 5668 "integrity": "sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==", 5669 "dependencies": { 5670 "@babel/compat-data": "^7.22.6", 5671 "@babel/helper-define-polyfill-provider": "^0.5.0", 5672 "semver": "^6.3.1" 5673 }, 5674 "peerDependencies": { 5675 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 5676 } 5677 }, 5678 "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { 5679 "version": "6.3.1", 5680 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 5681 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 5682 "bin": { 5683 "semver": "bin/semver.js" 5684 } 5685 }, 5686 "node_modules/babel-plugin-polyfill-corejs3": { 5687 "version": "0.9.0", 5688 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz", 5689 "integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==", 5690 "dependencies": { 5691 "@babel/helper-define-polyfill-provider": "^0.5.0", 5692 "core-js-compat": "^3.34.0" 5693 }, 5694 "peerDependencies": { 5695 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 5696 } 5697 }, 5698 "node_modules/babel-plugin-polyfill-regenerator": { 5699 "version": "0.5.5", 5700 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz", 5701 "integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==", 5702 "dependencies": { 5703 "@babel/helper-define-polyfill-provider": "^0.5.0" 5704 }, 5705 "peerDependencies": { 5706 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 5707 } 5708 }, 5709 "node_modules/babel-plugin-transform-react-remove-prop-types": { 5710 "version": "0.4.24", 5711 "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", 5712 "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" 5713 }, 5714 "node_modules/babel-preset-current-node-syntax": { 5715 "version": "1.0.1", 5716 "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", 5717 "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", 5718 "dependencies": { 5719 "@babel/plugin-syntax-async-generators": "^7.8.4", 5720 "@babel/plugin-syntax-bigint": "^7.8.3", 5721 "@babel/plugin-syntax-class-properties": "^7.8.3", 5722 "@babel/plugin-syntax-import-meta": "^7.8.3", 5723 "@babel/plugin-syntax-json-strings": "^7.8.3", 5724 "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", 5725 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", 5726 "@babel/plugin-syntax-numeric-separator": "^7.8.3", 5727 "@babel/plugin-syntax-object-rest-spread": "^7.8.3", 5728 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", 5729 "@babel/plugin-syntax-optional-chaining": "^7.8.3", 5730 "@babel/plugin-syntax-top-level-await": "^7.8.3" 5731 }, 5732 "peerDependencies": { 5733 "@babel/core": "^7.0.0" 5734 } 5735 }, 5736 "node_modules/babel-preset-jest": { 5737 "version": "27.5.1", 5738 "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", 5739 "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", 5740 "dependencies": { 5741 "babel-plugin-jest-hoist": "^27.5.1", 5742 "babel-preset-current-node-syntax": "^1.0.0" 5743 }, 5744 "engines": { 5745 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 5746 }, 5747 "peerDependencies": { 5748 "@babel/core": "^7.0.0" 5749 } 5750 }, 5751 "node_modules/babel-preset-react-app": { 5752 "version": "10.0.1", 5753 "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz", 5754 "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==", 5755 "dependencies": { 5756 "@babel/core": "^7.16.0", 5757 "@babel/plugin-proposal-class-properties": "^7.16.0", 5758 "@babel/plugin-proposal-decorators": "^7.16.4", 5759 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", 5760 "@babel/plugin-proposal-numeric-separator": "^7.16.0", 5761 "@babel/plugin-proposal-optional-chaining": "^7.16.0", 5762 "@babel/plugin-proposal-private-methods": "^7.16.0", 5763 "@babel/plugin-transform-flow-strip-types": "^7.16.0", 5764 "@babel/plugin-transform-react-display-name": "^7.16.0", 5765 "@babel/plugin-transform-runtime": "^7.16.4", 5766 "@babel/preset-env": "^7.16.4", 5767 "@babel/preset-react": "^7.16.0", 5768 "@babel/preset-typescript": "^7.16.0", 5769 "@babel/runtime": "^7.16.3", 5770 "babel-plugin-macros": "^3.1.0", 5771 "babel-plugin-transform-react-remove-prop-types": "^0.4.24" 5772 } 5773 }, 5774 "node_modules/balanced-match": { 5775 "version": "1.0.2", 5776 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 5777 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" 5778 }, 5779 "node_modules/base64-js": { 5780 "version": "1.5.1", 5781 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", 5782 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", 5783 "funding": [ 5784 { 5785 "type": "github", 5786 "url": "https://github.com/sponsors/feross" 5787 }, 5788 { 5789 "type": "patreon", 5790 "url": "https://www.patreon.com/feross" 5791 }, 5792 { 5793 "type": "consulting", 5794 "url": "https://feross.org/support" 5795 } 5796 ] 5797 }, 5798 "node_modules/batch": { 5799 "version": "0.6.1", 5800 "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", 5801 "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" 5802 }, 5803 "node_modules/bfj": { 5804 "version": "7.1.0", 5805 "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz", 5806 "integrity": "sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==", 5807 "dependencies": { 5808 "bluebird": "^3.7.2", 5809 "check-types": "^11.2.3", 5810 "hoopy": "^0.1.4", 5811 "jsonpath": "^1.1.1", 5812 "tryer": "^1.0.1" 5813 }, 5814 "engines": { 5815 "node": ">= 8.0.0" 5816 } 5817 }, 5818 "node_modules/big.js": { 5819 "version": "5.2.2", 5820 "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", 5821 "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", 5822 "engines": { 5823 "node": "*" 5824 } 5825 }, 5826 "node_modules/binary-extensions": { 5827 "version": "2.2.0", 5828 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", 5829 "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", 5830 "engines": { 5831 "node": ">=8" 5832 } 5833 }, 5834 "node_modules/bluebird": { 5835 "version": "3.7.2", 5836 "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", 5837 "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" 5838 }, 5839 "node_modules/bn.js": { 5840 "version": "5.2.1", 5841 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", 5842 "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" 5843 }, 5844 "node_modules/body-parser": { 5845 "version": "1.20.1", 5846 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", 5847 "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", 5848 "dependencies": { 5849 "bytes": "3.1.2", 5850 "content-type": "~1.0.4", 5851 "debug": "2.6.9", 5852 "depd": "2.0.0", 5853 "destroy": "1.2.0", 5854 "http-errors": "2.0.0", 5855 "iconv-lite": "0.4.24", 5856 "on-finished": "2.4.1", 5857 "qs": "6.11.0", 5858 "raw-body": "2.5.1", 5859 "type-is": "~1.6.18", 5860 "unpipe": "1.0.0" 5861 }, 5862 "engines": { 5863 "node": ">= 0.8", 5864 "npm": "1.2.8000 || >= 1.4.16" 5865 } 5866 }, 5867 "node_modules/body-parser/node_modules/bytes": { 5868 "version": "3.1.2", 5869 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", 5870 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", 5871 "engines": { 5872 "node": ">= 0.8" 5873 } 5874 }, 5875 "node_modules/body-parser/node_modules/debug": { 5876 "version": "2.6.9", 5877 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 5878 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 5879 "dependencies": { 5880 "ms": "2.0.0" 5881 } 5882 }, 5883 "node_modules/body-parser/node_modules/iconv-lite": { 5884 "version": "0.4.24", 5885 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 5886 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 5887 "dependencies": { 5888 "safer-buffer": ">= 2.1.2 < 3" 5889 }, 5890 "engines": { 5891 "node": ">=0.10.0" 5892 } 5893 }, 5894 "node_modules/body-parser/node_modules/ms": { 5895 "version": "2.0.0", 5896 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 5897 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 5898 }, 5899 "node_modules/bonjour-service": { 5900 "version": "1.2.1", 5901 "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", 5902 "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", 5903 "dependencies": { 5904 "fast-deep-equal": "^3.1.3", 5905 "multicast-dns": "^7.2.5" 5906 } 5907 }, 5908 "node_modules/boolbase": { 5909 "version": "1.0.0", 5910 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 5911 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" 5912 }, 5913 "node_modules/brace-expansion": { 5914 "version": "1.1.11", 5915 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", 5916 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", 5917 "dependencies": { 5918 "balanced-match": "^1.0.0", 5919 "concat-map": "0.0.1" 5920 } 5921 }, 5922 "node_modules/braces": { 5923 "version": "3.0.2", 5924 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", 5925 "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", 5926 "dependencies": { 5927 "fill-range": "^7.0.1" 5928 }, 5929 "engines": { 5930 "node": ">=8" 5931 } 5932 }, 5933 "node_modules/brorand": { 5934 "version": "1.1.0", 5935 "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", 5936 "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==" 5937 }, 5938 "node_modules/browser-process-hrtime": { 5939 "version": "1.0.0", 5940 "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", 5941 "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" 5942 }, 5943 "node_modules/browserify-aes": { 5944 "version": "1.2.0", 5945 "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", 5946 "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", 5947 "dependencies": { 5948 "buffer-xor": "^1.0.3", 5949 "cipher-base": "^1.0.0", 5950 "create-hash": "^1.1.0", 5951 "evp_bytestokey": "^1.0.3", 5952 "inherits": "^2.0.1", 5953 "safe-buffer": "^5.0.1" 5954 } 5955 }, 5956 "node_modules/browserify-cipher": { 5957 "version": "1.0.1", 5958 "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", 5959 "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", 5960 "dependencies": { 5961 "browserify-aes": "^1.0.4", 5962 "browserify-des": "^1.0.0", 5963 "evp_bytestokey": "^1.0.0" 5964 } 5965 }, 5966 "node_modules/browserify-des": { 5967 "version": "1.0.2", 5968 "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", 5969 "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", 5970 "dependencies": { 5971 "cipher-base": "^1.0.1", 5972 "des.js": "^1.0.0", 5973 "inherits": "^2.0.1", 5974 "safe-buffer": "^5.1.2" 5975 } 5976 }, 5977 "node_modules/browserify-rsa": { 5978 "version": "4.1.0", 5979 "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", 5980 "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", 5981 "dependencies": { 5982 "bn.js": "^5.0.0", 5983 "randombytes": "^2.0.1" 5984 } 5985 }, 5986 "node_modules/browserify-sign": { 5987 "version": "4.2.2", 5988 "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.2.tgz", 5989 "integrity": "sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg==", 5990 "dependencies": { 5991 "bn.js": "^5.2.1", 5992 "browserify-rsa": "^4.1.0", 5993 "create-hash": "^1.2.0", 5994 "create-hmac": "^1.1.7", 5995 "elliptic": "^6.5.4", 5996 "inherits": "^2.0.4", 5997 "parse-asn1": "^5.1.6", 5998 "readable-stream": "^3.6.2", 5999 "safe-buffer": "^5.2.1" 6000 }, 6001 "engines": { 6002 "node": ">= 4" 6003 } 6004 }, 6005 "node_modules/browserify-zlib": { 6006 "version": "0.2.0", 6007 "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", 6008 "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", 6009 "dependencies": { 6010 "pako": "~1.0.5" 6011 } 6012 }, 6013 "node_modules/browserslist": { 6014 "version": "4.22.3", 6015 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", 6016 "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", 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 "dependencies": { 6032 "caniuse-lite": "^1.0.30001580", 6033 "electron-to-chromium": "^1.4.648", 6034 "node-releases": "^2.0.14", 6035 "update-browserslist-db": "^1.0.13" 6036 }, 6037 "bin": { 6038 "browserslist": "cli.js" 6039 }, 6040 "engines": { 6041 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 6042 } 6043 }, 6044 "node_modules/bser": { 6045 "version": "2.1.1", 6046 "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", 6047 "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", 6048 "dependencies": { 6049 "node-int64": "^0.4.0" 6050 } 6051 }, 6052 "node_modules/buffer": { 6053 "version": "6.0.3", 6054 "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", 6055 "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", 6056 "funding": [ 6057 { 6058 "type": "github", 6059 "url": "https://github.com/sponsors/feross" 6060 }, 6061 { 6062 "type": "patreon", 6063 "url": "https://www.patreon.com/feross" 6064 }, 6065 { 6066 "type": "consulting", 6067 "url": "https://feross.org/support" 6068 } 6069 ], 6070 "dependencies": { 6071 "base64-js": "^1.3.1", 6072 "ieee754": "^1.2.1" 6073 } 6074 }, 6075 "node_modules/buffer-from": { 6076 "version": "1.1.2", 6077 "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", 6078 "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" 6079 }, 6080 "node_modules/buffer-xor": { 6081 "version": "1.0.3", 6082 "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", 6083 "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==" 6084 }, 6085 "node_modules/builtin-modules": { 6086 "version": "3.3.0", 6087 "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", 6088 "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", 6089 "engines": { 6090 "node": ">=6" 6091 }, 6092 "funding": { 6093 "url": "https://github.com/sponsors/sindresorhus" 6094 } 6095 }, 6096 "node_modules/builtin-status-codes": { 6097 "version": "3.0.0", 6098 "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", 6099 "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==" 6100 }, 6101 "node_modules/bytes": { 6102 "version": "3.0.0", 6103 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", 6104 "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", 6105 "engines": { 6106 "node": ">= 0.8" 6107 } 6108 }, 6109 "node_modules/call-bind": { 6110 "version": "1.0.6", 6111 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.6.tgz", 6112 "integrity": "sha512-Mj50FLHtlsoVfRfnHaZvyrooHcrlceNZdL/QBvJJVd9Ta55qCQK0gs4ss2oZDeV9zFCs6ewzYgVE5yfVmfFpVg==", 6113 "dependencies": { 6114 "es-errors": "^1.3.0", 6115 "function-bind": "^1.1.2", 6116 "get-intrinsic": "^1.2.3", 6117 "set-function-length": "^1.2.0" 6118 }, 6119 "engines": { 6120 "node": ">= 0.4" 6121 }, 6122 "funding": { 6123 "url": "https://github.com/sponsors/ljharb" 6124 } 6125 }, 6126 "node_modules/callsites": { 6127 "version": "3.1.0", 6128 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", 6129 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", 6130 "engines": { 6131 "node": ">=6" 6132 } 6133 }, 6134 "node_modules/camel-case": { 6135 "version": "4.1.2", 6136 "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", 6137 "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", 6138 "dependencies": { 6139 "pascal-case": "^3.1.2", 6140 "tslib": "^2.0.3" 6141 } 6142 }, 6143 "node_modules/camelcase": { 6144 "version": "6.3.0", 6145 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", 6146 "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", 6147 "engines": { 6148 "node": ">=10" 6149 }, 6150 "funding": { 6151 "url": "https://github.com/sponsors/sindresorhus" 6152 } 6153 }, 6154 "node_modules/camelcase-css": { 6155 "version": "2.0.1", 6156 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", 6157 "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", 6158 "engines": { 6159 "node": ">= 6" 6160 } 6161 }, 6162 "node_modules/caniuse-api": { 6163 "version": "3.0.0", 6164 "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", 6165 "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", 6166 "dependencies": { 6167 "browserslist": "^4.0.0", 6168 "caniuse-lite": "^1.0.0", 6169 "lodash.memoize": "^4.1.2", 6170 "lodash.uniq": "^4.5.0" 6171 } 6172 }, 6173 "node_modules/caniuse-lite": { 6174 "version": "1.0.30001585", 6175 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001585.tgz", 6176 "integrity": "sha512-yr2BWR1yLXQ8fMpdS/4ZZXpseBgE7o4g41x3a6AJOqZuOi+iE/WdJYAuZ6Y95i4Ohd2Y+9MzIWRR+uGABH4s3Q==", 6177 "funding": [ 6178 { 6179 "type": "opencollective", 6180 "url": "https://opencollective.com/browserslist" 6181 }, 6182 { 6183 "type": "tidelift", 6184 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 6185 }, 6186 { 6187 "type": "github", 6188 "url": "https://github.com/sponsors/ai" 6189 } 6190 ] 6191 }, 6192 "node_modules/case-sensitive-paths-webpack-plugin": { 6193 "version": "2.4.0", 6194 "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", 6195 "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", 6196 "engines": { 6197 "node": ">=4" 6198 } 6199 }, 6200 "node_modules/chalk": { 6201 "version": "2.4.2", 6202 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", 6203 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", 6204 "dependencies": { 6205 "ansi-styles": "^3.2.1", 6206 "escape-string-regexp": "^1.0.5", 6207 "supports-color": "^5.3.0" 6208 }, 6209 "engines": { 6210 "node": ">=4" 6211 } 6212 }, 6213 "node_modules/char-regex": { 6214 "version": "1.0.2", 6215 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", 6216 "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", 6217 "engines": { 6218 "node": ">=10" 6219 } 6220 }, 6221 "node_modules/check-types": { 6222 "version": "11.2.3", 6223 "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz", 6224 "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==" 6225 }, 6226 "node_modules/chokidar": { 6227 "version": "3.6.0", 6228 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", 6229 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", 6230 "dependencies": { 6231 "anymatch": "~3.1.2", 6232 "braces": "~3.0.2", 6233 "glob-parent": "~5.1.2", 6234 "is-binary-path": "~2.1.0", 6235 "is-glob": "~4.0.1", 6236 "normalize-path": "~3.0.0", 6237 "readdirp": "~3.6.0" 6238 }, 6239 "engines": { 6240 "node": ">= 8.10.0" 6241 }, 6242 "funding": { 6243 "url": "https://paulmillr.com/funding/" 6244 }, 6245 "optionalDependencies": { 6246 "fsevents": "~2.3.2" 6247 } 6248 }, 6249 "node_modules/chokidar/node_modules/glob-parent": { 6250 "version": "5.1.2", 6251 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 6252 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 6253 "dependencies": { 6254 "is-glob": "^4.0.1" 6255 }, 6256 "engines": { 6257 "node": ">= 6" 6258 } 6259 }, 6260 "node_modules/chrome-trace-event": { 6261 "version": "1.0.3", 6262 "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", 6263 "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", 6264 "engines": { 6265 "node": ">=6.0" 6266 } 6267 }, 6268 "node_modules/ci-info": { 6269 "version": "3.9.0", 6270 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", 6271 "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", 6272 "funding": [ 6273 { 6274 "type": "github", 6275 "url": "https://github.com/sponsors/sibiraj-s" 6276 } 6277 ], 6278 "engines": { 6279 "node": ">=8" 6280 } 6281 }, 6282 "node_modules/cipher-base": { 6283 "version": "1.0.4", 6284 "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", 6285 "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", 6286 "dependencies": { 6287 "inherits": "^2.0.1", 6288 "safe-buffer": "^5.0.1" 6289 } 6290 }, 6291 "node_modules/cjs-module-lexer": { 6292 "version": "1.2.3", 6293 "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz", 6294 "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==" 6295 }, 6296 "node_modules/clean-css": { 6297 "version": "5.3.3", 6298 "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", 6299 "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", 6300 "dependencies": { 6301 "source-map": "~0.6.0" 6302 }, 6303 "engines": { 6304 "node": ">= 10.0" 6305 } 6306 }, 6307 "node_modules/clean-css/node_modules/source-map": { 6308 "version": "0.6.1", 6309 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 6310 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 6311 "engines": { 6312 "node": ">=0.10.0" 6313 } 6314 }, 6315 "node_modules/cliui": { 6316 "version": "7.0.4", 6317 "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", 6318 "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", 6319 "dependencies": { 6320 "string-width": "^4.2.0", 6321 "strip-ansi": "^6.0.0", 6322 "wrap-ansi": "^7.0.0" 6323 } 6324 }, 6325 "node_modules/co": { 6326 "version": "4.6.0", 6327 "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", 6328 "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", 6329 "engines": { 6330 "iojs": ">= 1.0.0", 6331 "node": ">= 0.12.0" 6332 } 6333 }, 6334 "node_modules/coa": { 6335 "version": "2.0.2", 6336 "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", 6337 "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", 6338 "dependencies": { 6339 "@types/q": "^1.5.1", 6340 "chalk": "^2.4.1", 6341 "q": "^1.1.2" 6342 }, 6343 "engines": { 6344 "node": ">= 4.0" 6345 } 6346 }, 6347 "node_modules/collect-v8-coverage": { 6348 "version": "1.0.2", 6349 "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", 6350 "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==" 6351 }, 6352 "node_modules/color-convert": { 6353 "version": "1.9.3", 6354 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", 6355 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", 6356 "dependencies": { 6357 "color-name": "1.1.3" 6358 } 6359 }, 6360 "node_modules/color-name": { 6361 "version": "1.1.3", 6362 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", 6363 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" 6364 }, 6365 "node_modules/colord": { 6366 "version": "2.9.3", 6367 "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", 6368 "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" 6369 }, 6370 "node_modules/colorette": { 6371 "version": "2.0.20", 6372 "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", 6373 "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" 6374 }, 6375 "node_modules/combined-stream": { 6376 "version": "1.0.8", 6377 "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", 6378 "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", 6379 "dependencies": { 6380 "delayed-stream": "~1.0.0" 6381 }, 6382 "engines": { 6383 "node": ">= 0.8" 6384 } 6385 }, 6386 "node_modules/commander": { 6387 "version": "8.3.0", 6388 "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", 6389 "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", 6390 "engines": { 6391 "node": ">= 12" 6392 } 6393 }, 6394 "node_modules/common-path-prefix": { 6395 "version": "3.0.0", 6396 "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", 6397 "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" 6398 }, 6399 "node_modules/common-tags": { 6400 "version": "1.8.2", 6401 "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", 6402 "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", 6403 "engines": { 6404 "node": ">=4.0.0" 6405 } 6406 }, 6407 "node_modules/commondir": { 6408 "version": "1.0.1", 6409 "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", 6410 "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" 6411 }, 6412 "node_modules/compressible": { 6413 "version": "2.0.18", 6414 "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", 6415 "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", 6416 "dependencies": { 6417 "mime-db": ">= 1.43.0 < 2" 6418 }, 6419 "engines": { 6420 "node": ">= 0.6" 6421 } 6422 }, 6423 "node_modules/compression": { 6424 "version": "1.7.4", 6425 "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", 6426 "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", 6427 "dependencies": { 6428 "accepts": "~1.3.5", 6429 "bytes": "3.0.0", 6430 "compressible": "~2.0.16", 6431 "debug": "2.6.9", 6432 "on-headers": "~1.0.2", 6433 "safe-buffer": "5.1.2", 6434 "vary": "~1.1.2" 6435 }, 6436 "engines": { 6437 "node": ">= 0.8.0" 6438 } 6439 }, 6440 "node_modules/compression/node_modules/debug": { 6441 "version": "2.6.9", 6442 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 6443 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 6444 "dependencies": { 6445 "ms": "2.0.0" 6446 } 6447 }, 6448 "node_modules/compression/node_modules/ms": { 6449 "version": "2.0.0", 6450 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 6451 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 6452 }, 6453 "node_modules/compression/node_modules/safe-buffer": { 6454 "version": "5.1.2", 6455 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", 6456 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" 6457 }, 6458 "node_modules/concat-map": { 6459 "version": "0.0.1", 6460 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", 6461 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" 6462 }, 6463 "node_modules/confusing-browser-globals": { 6464 "version": "1.0.11", 6465 "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", 6466 "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" 6467 }, 6468 "node_modules/connect-history-api-fallback": { 6469 "version": "2.0.0", 6470 "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", 6471 "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", 6472 "engines": { 6473 "node": ">=0.8" 6474 } 6475 }, 6476 "node_modules/console-browserify": { 6477 "version": "1.2.0", 6478 "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", 6479 "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" 6480 }, 6481 "node_modules/constants-browserify": { 6482 "version": "1.0.0", 6483 "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", 6484 "integrity": "sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==" 6485 }, 6486 "node_modules/content-disposition": { 6487 "version": "0.5.4", 6488 "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", 6489 "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", 6490 "dependencies": { 6491 "safe-buffer": "5.2.1" 6492 }, 6493 "engines": { 6494 "node": ">= 0.6" 6495 } 6496 }, 6497 "node_modules/content-type": { 6498 "version": "1.0.5", 6499 "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", 6500 "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", 6501 "engines": { 6502 "node": ">= 0.6" 6503 } 6504 }, 6505 "node_modules/convert-source-map": { 6506 "version": "2.0.0", 6507 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", 6508 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" 6509 }, 6510 "node_modules/cookie": { 6511 "version": "0.5.0", 6512 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", 6513 "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", 6514 "engines": { 6515 "node": ">= 0.6" 6516 } 6517 }, 6518 "node_modules/cookie-signature": { 6519 "version": "1.0.6", 6520 "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", 6521 "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" 6522 }, 6523 "node_modules/core-js": { 6524 "version": "3.35.1", 6525 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz", 6526 "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==", 6527 "hasInstallScript": true, 6528 "funding": { 6529 "type": "opencollective", 6530 "url": "https://opencollective.com/core-js" 6531 } 6532 }, 6533 "node_modules/core-js-compat": { 6534 "version": "3.35.1", 6535 "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.35.1.tgz", 6536 "integrity": "sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==", 6537 "dependencies": { 6538 "browserslist": "^4.22.2" 6539 }, 6540 "funding": { 6541 "type": "opencollective", 6542 "url": "https://opencollective.com/core-js" 6543 } 6544 }, 6545 "node_modules/core-js-pure": { 6546 "version": "3.35.1", 6547 "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.35.1.tgz", 6548 "integrity": "sha512-zcIdi/CL3MWbBJYo5YCeVAAx+Sy9yJE9I3/u9LkFABwbeaPhTMRWraM8mYFp9jW5Z50hOy7FVzCc8dCrpZqtIQ==", 6549 "hasInstallScript": true, 6550 "funding": { 6551 "type": "opencollective", 6552 "url": "https://opencollective.com/core-js" 6553 } 6554 }, 6555 "node_modules/core-util-is": { 6556 "version": "1.0.3", 6557 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", 6558 "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" 6559 }, 6560 "node_modules/cosmiconfig": { 6561 "version": "7.1.0", 6562 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", 6563 "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", 6564 "dependencies": { 6565 "@types/parse-json": "^4.0.0", 6566 "import-fresh": "^3.2.1", 6567 "parse-json": "^5.0.0", 6568 "path-type": "^4.0.0", 6569 "yaml": "^1.10.0" 6570 }, 6571 "engines": { 6572 "node": ">=10" 6573 } 6574 }, 6575 "node_modules/create-ecdh": { 6576 "version": "4.0.4", 6577 "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", 6578 "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", 6579 "dependencies": { 6580 "bn.js": "^4.1.0", 6581 "elliptic": "^6.5.3" 6582 } 6583 }, 6584 "node_modules/create-ecdh/node_modules/bn.js": { 6585 "version": "4.12.0", 6586 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 6587 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 6588 }, 6589 "node_modules/create-hash": { 6590 "version": "1.2.0", 6591 "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", 6592 "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", 6593 "dependencies": { 6594 "cipher-base": "^1.0.1", 6595 "inherits": "^2.0.1", 6596 "md5.js": "^1.3.4", 6597 "ripemd160": "^2.0.1", 6598 "sha.js": "^2.4.0" 6599 } 6600 }, 6601 "node_modules/create-hmac": { 6602 "version": "1.1.7", 6603 "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", 6604 "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", 6605 "dependencies": { 6606 "cipher-base": "^1.0.3", 6607 "create-hash": "^1.1.0", 6608 "inherits": "^2.0.1", 6609 "ripemd160": "^2.0.0", 6610 "safe-buffer": "^5.0.1", 6611 "sha.js": "^2.4.8" 6612 } 6613 }, 6614 "node_modules/cross-spawn": { 6615 "version": "7.0.3", 6616 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", 6617 "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", 6618 "dependencies": { 6619 "path-key": "^3.1.0", 6620 "shebang-command": "^2.0.0", 6621 "which": "^2.0.1" 6622 }, 6623 "engines": { 6624 "node": ">= 8" 6625 } 6626 }, 6627 "node_modules/crypto": { 6628 "name": "crypto-browserify", 6629 "version": "3.12.0", 6630 "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", 6631 "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", 6632 "dependencies": { 6633 "browserify-cipher": "^1.0.0", 6634 "browserify-sign": "^4.0.0", 6635 "create-ecdh": "^4.0.0", 6636 "create-hash": "^1.1.0", 6637 "create-hmac": "^1.1.0", 6638 "diffie-hellman": "^5.0.0", 6639 "inherits": "^2.0.1", 6640 "pbkdf2": "^3.0.3", 6641 "public-encrypt": "^4.0.0", 6642 "randombytes": "^2.0.0", 6643 "randomfill": "^1.0.3" 6644 }, 6645 "engines": { 6646 "node": "*" 6647 } 6648 }, 6649 "node_modules/crypto-browserify": { 6650 "version": "3.12.0", 6651 "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", 6652 "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", 6653 "dependencies": { 6654 "browserify-cipher": "^1.0.0", 6655 "browserify-sign": "^4.0.0", 6656 "create-ecdh": "^4.0.0", 6657 "create-hash": "^1.1.0", 6658 "create-hmac": "^1.1.0", 6659 "diffie-hellman": "^5.0.0", 6660 "inherits": "^2.0.1", 6661 "pbkdf2": "^3.0.3", 6662 "public-encrypt": "^4.0.0", 6663 "randombytes": "^2.0.0", 6664 "randomfill": "^1.0.3" 6665 }, 6666 "engines": { 6667 "node": "*" 6668 } 6669 }, 6670 "node_modules/crypto-random-string": { 6671 "version": "2.0.0", 6672 "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", 6673 "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", 6674 "engines": { 6675 "node": ">=8" 6676 } 6677 }, 6678 "node_modules/css-blank-pseudo": { 6679 "version": "3.0.3", 6680 "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", 6681 "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", 6682 "dependencies": { 6683 "postcss-selector-parser": "^6.0.9" 6684 }, 6685 "bin": { 6686 "css-blank-pseudo": "dist/cli.cjs" 6687 }, 6688 "engines": { 6689 "node": "^12 || ^14 || >=16" 6690 }, 6691 "peerDependencies": { 6692 "postcss": "^8.4" 6693 } 6694 }, 6695 "node_modules/css-declaration-sorter": { 6696 "version": "6.4.1", 6697 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", 6698 "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", 6699 "engines": { 6700 "node": "^10 || ^12 || >=14" 6701 }, 6702 "peerDependencies": { 6703 "postcss": "^8.0.9" 6704 } 6705 }, 6706 "node_modules/css-has-pseudo": { 6707 "version": "3.0.4", 6708 "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", 6709 "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", 6710 "dependencies": { 6711 "postcss-selector-parser": "^6.0.9" 6712 }, 6713 "bin": { 6714 "css-has-pseudo": "dist/cli.cjs" 6715 }, 6716 "engines": { 6717 "node": "^12 || ^14 || >=16" 6718 }, 6719 "peerDependencies": { 6720 "postcss": "^8.4" 6721 } 6722 }, 6723 "node_modules/css-loader": { 6724 "version": "6.10.0", 6725 "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.10.0.tgz", 6726 "integrity": "sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==", 6727 "dependencies": { 6728 "icss-utils": "^5.1.0", 6729 "postcss": "^8.4.33", 6730 "postcss-modules-extract-imports": "^3.0.0", 6731 "postcss-modules-local-by-default": "^4.0.4", 6732 "postcss-modules-scope": "^3.1.1", 6733 "postcss-modules-values": "^4.0.0", 6734 "postcss-value-parser": "^4.2.0", 6735 "semver": "^7.5.4" 6736 }, 6737 "engines": { 6738 "node": ">= 12.13.0" 6739 }, 6740 "funding": { 6741 "type": "opencollective", 6742 "url": "https://opencollective.com/webpack" 6743 }, 6744 "peerDependencies": { 6745 "@rspack/core": "0.x || 1.x", 6746 "webpack": "^5.0.0" 6747 }, 6748 "peerDependenciesMeta": { 6749 "@rspack/core": { 6750 "optional": true 6751 }, 6752 "webpack": { 6753 "optional": true 6754 } 6755 } 6756 }, 6757 "node_modules/css-minimizer-webpack-plugin": { 6758 "version": "3.4.1", 6759 "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", 6760 "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", 6761 "dependencies": { 6762 "cssnano": "^5.0.6", 6763 "jest-worker": "^27.0.2", 6764 "postcss": "^8.3.5", 6765 "schema-utils": "^4.0.0", 6766 "serialize-javascript": "^6.0.0", 6767 "source-map": "^0.6.1" 6768 }, 6769 "engines": { 6770 "node": ">= 12.13.0" 6771 }, 6772 "funding": { 6773 "type": "opencollective", 6774 "url": "https://opencollective.com/webpack" 6775 }, 6776 "peerDependencies": { 6777 "webpack": "^5.0.0" 6778 }, 6779 "peerDependenciesMeta": { 6780 "@parcel/css": { 6781 "optional": true 6782 }, 6783 "clean-css": { 6784 "optional": true 6785 }, 6786 "csso": { 6787 "optional": true 6788 }, 6789 "esbuild": { 6790 "optional": true 6791 } 6792 } 6793 }, 6794 "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": { 6795 "version": "8.12.0", 6796 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 6797 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 6798 "dependencies": { 6799 "fast-deep-equal": "^3.1.1", 6800 "json-schema-traverse": "^1.0.0", 6801 "require-from-string": "^2.0.2", 6802 "uri-js": "^4.2.2" 6803 }, 6804 "funding": { 6805 "type": "github", 6806 "url": "https://github.com/sponsors/epoberezkin" 6807 } 6808 }, 6809 "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": { 6810 "version": "5.1.0", 6811 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 6812 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 6813 "dependencies": { 6814 "fast-deep-equal": "^3.1.3" 6815 }, 6816 "peerDependencies": { 6817 "ajv": "^8.8.2" 6818 } 6819 }, 6820 "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": { 6821 "version": "1.0.0", 6822 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 6823 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 6824 }, 6825 "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { 6826 "version": "4.2.0", 6827 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", 6828 "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", 6829 "dependencies": { 6830 "@types/json-schema": "^7.0.9", 6831 "ajv": "^8.9.0", 6832 "ajv-formats": "^2.1.1", 6833 "ajv-keywords": "^5.1.0" 6834 }, 6835 "engines": { 6836 "node": ">= 12.13.0" 6837 }, 6838 "funding": { 6839 "type": "opencollective", 6840 "url": "https://opencollective.com/webpack" 6841 } 6842 }, 6843 "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { 6844 "version": "0.6.1", 6845 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 6846 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 6847 "engines": { 6848 "node": ">=0.10.0" 6849 } 6850 }, 6851 "node_modules/css-prefers-color-scheme": { 6852 "version": "6.0.3", 6853 "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", 6854 "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", 6855 "bin": { 6856 "css-prefers-color-scheme": "dist/cli.cjs" 6857 }, 6858 "engines": { 6859 "node": "^12 || ^14 || >=16" 6860 }, 6861 "peerDependencies": { 6862 "postcss": "^8.4" 6863 } 6864 }, 6865 "node_modules/css-select": { 6866 "version": "4.3.0", 6867 "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", 6868 "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", 6869 "dependencies": { 6870 "boolbase": "^1.0.0", 6871 "css-what": "^6.0.1", 6872 "domhandler": "^4.3.1", 6873 "domutils": "^2.8.0", 6874 "nth-check": "^2.0.1" 6875 }, 6876 "funding": { 6877 "url": "https://github.com/sponsors/fb55" 6878 } 6879 }, 6880 "node_modules/css-select-base-adapter": { 6881 "version": "0.1.1", 6882 "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", 6883 "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" 6884 }, 6885 "node_modules/css-tree": { 6886 "version": "1.0.0-alpha.37", 6887 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", 6888 "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", 6889 "dependencies": { 6890 "mdn-data": "2.0.4", 6891 "source-map": "^0.6.1" 6892 }, 6893 "engines": { 6894 "node": ">=8.0.0" 6895 } 6896 }, 6897 "node_modules/css-tree/node_modules/source-map": { 6898 "version": "0.6.1", 6899 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 6900 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 6901 "engines": { 6902 "node": ">=0.10.0" 6903 } 6904 }, 6905 "node_modules/css-what": { 6906 "version": "6.1.0", 6907 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", 6908 "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", 6909 "engines": { 6910 "node": ">= 6" 6911 }, 6912 "funding": { 6913 "url": "https://github.com/sponsors/fb55" 6914 } 6915 }, 6916 "node_modules/css.escape": { 6917 "version": "1.5.1", 6918 "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", 6919 "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" 6920 }, 6921 "node_modules/cssdb": { 6922 "version": "7.10.0", 6923 "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.10.0.tgz", 6924 "integrity": "sha512-yGZ5tmA57gWh/uvdQBHs45wwFY0IBh3ypABk5sEubPBPSzXzkNgsWReqx7gdx6uhC+QoFBe+V8JwBB9/hQ6cIA==", 6925 "funding": [ 6926 { 6927 "type": "opencollective", 6928 "url": "https://opencollective.com/csstools" 6929 }, 6930 { 6931 "type": "github", 6932 "url": "https://github.com/sponsors/csstools" 6933 } 6934 ] 6935 }, 6936 "node_modules/cssesc": { 6937 "version": "3.0.0", 6938 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 6939 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 6940 "bin": { 6941 "cssesc": "bin/cssesc" 6942 }, 6943 "engines": { 6944 "node": ">=4" 6945 } 6946 }, 6947 "node_modules/cssnano": { 6948 "version": "5.1.15", 6949 "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", 6950 "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", 6951 "dependencies": { 6952 "cssnano-preset-default": "^5.2.14", 6953 "lilconfig": "^2.0.3", 6954 "yaml": "^1.10.2" 6955 }, 6956 "engines": { 6957 "node": "^10 || ^12 || >=14.0" 6958 }, 6959 "funding": { 6960 "type": "opencollective", 6961 "url": "https://opencollective.com/cssnano" 6962 }, 6963 "peerDependencies": { 6964 "postcss": "^8.2.15" 6965 } 6966 }, 6967 "node_modules/cssnano-preset-default": { 6968 "version": "5.2.14", 6969 "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", 6970 "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", 6971 "dependencies": { 6972 "css-declaration-sorter": "^6.3.1", 6973 "cssnano-utils": "^3.1.0", 6974 "postcss-calc": "^8.2.3", 6975 "postcss-colormin": "^5.3.1", 6976 "postcss-convert-values": "^5.1.3", 6977 "postcss-discard-comments": "^5.1.2", 6978 "postcss-discard-duplicates": "^5.1.0", 6979 "postcss-discard-empty": "^5.1.1", 6980 "postcss-discard-overridden": "^5.1.0", 6981 "postcss-merge-longhand": "^5.1.7", 6982 "postcss-merge-rules": "^5.1.4", 6983 "postcss-minify-font-values": "^5.1.0", 6984 "postcss-minify-gradients": "^5.1.1", 6985 "postcss-minify-params": "^5.1.4", 6986 "postcss-minify-selectors": "^5.2.1", 6987 "postcss-normalize-charset": "^5.1.0", 6988 "postcss-normalize-display-values": "^5.1.0", 6989 "postcss-normalize-positions": "^5.1.1", 6990 "postcss-normalize-repeat-style": "^5.1.1", 6991 "postcss-normalize-string": "^5.1.0", 6992 "postcss-normalize-timing-functions": "^5.1.0", 6993 "postcss-normalize-unicode": "^5.1.1", 6994 "postcss-normalize-url": "^5.1.0", 6995 "postcss-normalize-whitespace": "^5.1.1", 6996 "postcss-ordered-values": "^5.1.3", 6997 "postcss-reduce-initial": "^5.1.2", 6998 "postcss-reduce-transforms": "^5.1.0", 6999 "postcss-svgo": "^5.1.0", 7000 "postcss-unique-selectors": "^5.1.1" 7001 }, 7002 "engines": { 7003 "node": "^10 || ^12 || >=14.0" 7004 }, 7005 "peerDependencies": { 7006 "postcss": "^8.2.15" 7007 } 7008 }, 7009 "node_modules/cssnano-utils": { 7010 "version": "3.1.0", 7011 "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", 7012 "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", 7013 "engines": { 7014 "node": "^10 || ^12 || >=14.0" 7015 }, 7016 "peerDependencies": { 7017 "postcss": "^8.2.15" 7018 } 7019 }, 7020 "node_modules/csso": { 7021 "version": "4.2.0", 7022 "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", 7023 "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", 7024 "dependencies": { 7025 "css-tree": "^1.1.2" 7026 }, 7027 "engines": { 7028 "node": ">=8.0.0" 7029 } 7030 }, 7031 "node_modules/csso/node_modules/css-tree": { 7032 "version": "1.1.3", 7033 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", 7034 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", 7035 "dependencies": { 7036 "mdn-data": "2.0.14", 7037 "source-map": "^0.6.1" 7038 }, 7039 "engines": { 7040 "node": ">=8.0.0" 7041 } 7042 }, 7043 "node_modules/csso/node_modules/mdn-data": { 7044 "version": "2.0.14", 7045 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", 7046 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" 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 "engines": { 7053 "node": ">=0.10.0" 7054 } 7055 }, 7056 "node_modules/cssom": { 7057 "version": "0.4.4", 7058 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", 7059 "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==" 7060 }, 7061 "node_modules/cssstyle": { 7062 "version": "2.3.0", 7063 "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", 7064 "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", 7065 "dependencies": { 7066 "cssom": "~0.3.6" 7067 }, 7068 "engines": { 7069 "node": ">=8" 7070 } 7071 }, 7072 "node_modules/cssstyle/node_modules/cssom": { 7073 "version": "0.3.8", 7074 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", 7075 "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" 7076 }, 7077 "node_modules/csstype": { 7078 "version": "3.1.3", 7079 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", 7080 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" 7081 }, 7082 "node_modules/damerau-levenshtein": { 7083 "version": "1.0.8", 7084 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", 7085 "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" 7086 }, 7087 "node_modules/data-urls": { 7088 "version": "2.0.0", 7089 "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", 7090 "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", 7091 "dependencies": { 7092 "abab": "^2.0.3", 7093 "whatwg-mimetype": "^2.3.0", 7094 "whatwg-url": "^8.0.0" 7095 }, 7096 "engines": { 7097 "node": ">=10" 7098 } 7099 }, 7100 "node_modules/debug": { 7101 "version": "4.3.4", 7102 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", 7103 "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", 7104 "dependencies": { 7105 "ms": "2.1.2" 7106 }, 7107 "engines": { 7108 "node": ">=6.0" 7109 }, 7110 "peerDependenciesMeta": { 7111 "supports-color": { 7112 "optional": true 7113 } 7114 } 7115 }, 7116 "node_modules/decimal.js": { 7117 "version": "10.4.3", 7118 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", 7119 "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" 7120 }, 7121 "node_modules/dedent": { 7122 "version": "0.7.0", 7123 "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", 7124 "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==" 7125 }, 7126 "node_modules/deep-equal": { 7127 "version": "2.2.3", 7128 "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", 7129 "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", 7130 "dependencies": { 7131 "array-buffer-byte-length": "^1.0.0", 7132 "call-bind": "^1.0.5", 7133 "es-get-iterator": "^1.1.3", 7134 "get-intrinsic": "^1.2.2", 7135 "is-arguments": "^1.1.1", 7136 "is-array-buffer": "^3.0.2", 7137 "is-date-object": "^1.0.5", 7138 "is-regex": "^1.1.4", 7139 "is-shared-array-buffer": "^1.0.2", 7140 "isarray": "^2.0.5", 7141 "object-is": "^1.1.5", 7142 "object-keys": "^1.1.1", 7143 "object.assign": "^4.1.4", 7144 "regexp.prototype.flags": "^1.5.1", 7145 "side-channel": "^1.0.4", 7146 "which-boxed-primitive": "^1.0.2", 7147 "which-collection": "^1.0.1", 7148 "which-typed-array": "^1.1.13" 7149 }, 7150 "engines": { 7151 "node": ">= 0.4" 7152 }, 7153 "funding": { 7154 "url": "https://github.com/sponsors/ljharb" 7155 } 7156 }, 7157 "node_modules/deep-is": { 7158 "version": "0.1.4", 7159 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", 7160 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" 7161 }, 7162 "node_modules/deepmerge": { 7163 "version": "4.3.1", 7164 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", 7165 "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", 7166 "engines": { 7167 "node": ">=0.10.0" 7168 } 7169 }, 7170 "node_modules/default-gateway": { 7171 "version": "6.0.3", 7172 "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", 7173 "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", 7174 "dependencies": { 7175 "execa": "^5.0.0" 7176 }, 7177 "engines": { 7178 "node": ">= 10" 7179 } 7180 }, 7181 "node_modules/define-data-property": { 7182 "version": "1.1.2", 7183 "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.2.tgz", 7184 "integrity": "sha512-SRtsSqsDbgpJBbW3pABMCOt6rQyeM8s8RiyeSN8jYG8sYmt/kGJejbydttUsnDs1tadr19tvhT4ShwMyoqAm4g==", 7185 "dependencies": { 7186 "es-errors": "^1.3.0", 7187 "get-intrinsic": "^1.2.2", 7188 "gopd": "^1.0.1", 7189 "has-property-descriptors": "^1.0.1" 7190 }, 7191 "engines": { 7192 "node": ">= 0.4" 7193 } 7194 }, 7195 "node_modules/define-lazy-prop": { 7196 "version": "2.0.0", 7197 "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", 7198 "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", 7199 "engines": { 7200 "node": ">=8" 7201 } 7202 }, 7203 "node_modules/define-properties": { 7204 "version": "1.2.1", 7205 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", 7206 "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", 7207 "dependencies": { 7208 "define-data-property": "^1.0.1", 7209 "has-property-descriptors": "^1.0.0", 7210 "object-keys": "^1.1.1" 7211 }, 7212 "engines": { 7213 "node": ">= 0.4" 7214 }, 7215 "funding": { 7216 "url": "https://github.com/sponsors/ljharb" 7217 } 7218 }, 7219 "node_modules/delayed-stream": { 7220 "version": "1.0.0", 7221 "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", 7222 "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", 7223 "engines": { 7224 "node": ">=0.4.0" 7225 } 7226 }, 7227 "node_modules/depd": { 7228 "version": "2.0.0", 7229 "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", 7230 "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", 7231 "engines": { 7232 "node": ">= 0.8" 7233 } 7234 }, 7235 "node_modules/dequal": { 7236 "version": "2.0.3", 7237 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 7238 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 7239 "engines": { 7240 "node": ">=6" 7241 } 7242 }, 7243 "node_modules/des.js": { 7244 "version": "1.1.0", 7245 "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.1.0.tgz", 7246 "integrity": "sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==", 7247 "dependencies": { 7248 "inherits": "^2.0.1", 7249 "minimalistic-assert": "^1.0.0" 7250 } 7251 }, 7252 "node_modules/destroy": { 7253 "version": "1.2.0", 7254 "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", 7255 "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", 7256 "engines": { 7257 "node": ">= 0.8", 7258 "npm": "1.2.8000 || >= 1.4.16" 7259 } 7260 }, 7261 "node_modules/detect-newline": { 7262 "version": "3.1.0", 7263 "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", 7264 "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", 7265 "engines": { 7266 "node": ">=8" 7267 } 7268 }, 7269 "node_modules/detect-node": { 7270 "version": "2.1.0", 7271 "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", 7272 "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" 7273 }, 7274 "node_modules/detect-port-alt": { 7275 "version": "1.1.6", 7276 "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", 7277 "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", 7278 "dependencies": { 7279 "address": "^1.0.1", 7280 "debug": "^2.6.0" 7281 }, 7282 "bin": { 7283 "detect": "bin/detect-port", 7284 "detect-port": "bin/detect-port" 7285 }, 7286 "engines": { 7287 "node": ">= 4.2.1" 7288 } 7289 }, 7290 "node_modules/detect-port-alt/node_modules/debug": { 7291 "version": "2.6.9", 7292 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 7293 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 7294 "dependencies": { 7295 "ms": "2.0.0" 7296 } 7297 }, 7298 "node_modules/detect-port-alt/node_modules/ms": { 7299 "version": "2.0.0", 7300 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 7301 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 7302 }, 7303 "node_modules/didyoumean": { 7304 "version": "1.2.2", 7305 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", 7306 "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" 7307 }, 7308 "node_modules/diff-sequences": { 7309 "version": "27.5.1", 7310 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", 7311 "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", 7312 "engines": { 7313 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 7314 } 7315 }, 7316 "node_modules/diffie-hellman": { 7317 "version": "5.0.3", 7318 "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", 7319 "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", 7320 "dependencies": { 7321 "bn.js": "^4.1.0", 7322 "miller-rabin": "^4.0.0", 7323 "randombytes": "^2.0.0" 7324 } 7325 }, 7326 "node_modules/diffie-hellman/node_modules/bn.js": { 7327 "version": "4.12.0", 7328 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 7329 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 7330 }, 7331 "node_modules/dir-glob": { 7332 "version": "3.0.1", 7333 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", 7334 "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", 7335 "dependencies": { 7336 "path-type": "^4.0.0" 7337 }, 7338 "engines": { 7339 "node": ">=8" 7340 } 7341 }, 7342 "node_modules/dlv": { 7343 "version": "1.1.3", 7344 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 7345 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" 7346 }, 7347 "node_modules/dns-packet": { 7348 "version": "5.6.1", 7349 "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", 7350 "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", 7351 "dependencies": { 7352 "@leichtgewicht/ip-codec": "^2.0.1" 7353 }, 7354 "engines": { 7355 "node": ">=6" 7356 } 7357 }, 7358 "node_modules/doctrine": { 7359 "version": "3.0.0", 7360 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", 7361 "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", 7362 "dependencies": { 7363 "esutils": "^2.0.2" 7364 }, 7365 "engines": { 7366 "node": ">=6.0.0" 7367 } 7368 }, 7369 "node_modules/dom-accessibility-api": { 7370 "version": "0.5.16", 7371 "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", 7372 "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" 7373 }, 7374 "node_modules/dom-converter": { 7375 "version": "0.2.0", 7376 "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", 7377 "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", 7378 "dependencies": { 7379 "utila": "~0.4" 7380 } 7381 }, 7382 "node_modules/dom-serializer": { 7383 "version": "1.4.1", 7384 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", 7385 "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", 7386 "dependencies": { 7387 "domelementtype": "^2.0.1", 7388 "domhandler": "^4.2.0", 7389 "entities": "^2.0.0" 7390 }, 7391 "funding": { 7392 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" 7393 } 7394 }, 7395 "node_modules/domain-browser": { 7396 "version": "4.23.0", 7397 "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-4.23.0.tgz", 7398 "integrity": "sha512-ArzcM/II1wCCujdCNyQjXrAFwS4mrLh4C7DZWlaI8mdh7h3BfKdNd3bKXITfl2PT9FtfQqaGvhi1vPRQPimjGA==", 7399 "engines": { 7400 "node": ">=10" 7401 }, 7402 "funding": { 7403 "url": "https://bevry.me/fund" 7404 } 7405 }, 7406 "node_modules/domelementtype": { 7407 "version": "2.3.0", 7408 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 7409 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 7410 "funding": [ 7411 { 7412 "type": "github", 7413 "url": "https://github.com/sponsors/fb55" 7414 } 7415 ] 7416 }, 7417 "node_modules/domexception": { 7418 "version": "2.0.1", 7419 "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", 7420 "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", 7421 "deprecated": "Use your platform's native DOMException instead", 7422 "dependencies": { 7423 "webidl-conversions": "^5.0.0" 7424 }, 7425 "engines": { 7426 "node": ">=8" 7427 } 7428 }, 7429 "node_modules/domexception/node_modules/webidl-conversions": { 7430 "version": "5.0.0", 7431 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", 7432 "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", 7433 "engines": { 7434 "node": ">=8" 7435 } 7436 }, 7437 "node_modules/domhandler": { 7438 "version": "4.3.1", 7439 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", 7440 "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", 7441 "dependencies": { 7442 "domelementtype": "^2.2.0" 7443 }, 7444 "engines": { 7445 "node": ">= 4" 7446 }, 7447 "funding": { 7448 "url": "https://github.com/fb55/domhandler?sponsor=1" 7449 } 7450 }, 7451 "node_modules/domutils": { 7452 "version": "2.8.0", 7453 "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", 7454 "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", 7455 "dependencies": { 7456 "dom-serializer": "^1.0.1", 7457 "domelementtype": "^2.2.0", 7458 "domhandler": "^4.2.0" 7459 }, 7460 "funding": { 7461 "url": "https://github.com/fb55/domutils?sponsor=1" 7462 } 7463 }, 7464 "node_modules/dot-case": { 7465 "version": "3.0.4", 7466 "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", 7467 "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", 7468 "dependencies": { 7469 "no-case": "^3.0.4", 7470 "tslib": "^2.0.3" 7471 } 7472 }, 7473 "node_modules/dotenv": { 7474 "version": "16.4.2", 7475 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.2.tgz", 7476 "integrity": "sha512-rZSSFxke7d9nYQ5NeMIwp5PP+f8wXgKNljpOb7KtH6SKW1cEqcXAz9VSJYVLKe7Jhup/gUYOkaeSVyK8GJ+nBg==", 7477 "dev": true, 7478 "engines": { 7479 "node": ">=12" 7480 }, 7481 "funding": { 7482 "url": "https://dotenvx.com" 7483 } 7484 }, 7485 "node_modules/dotenv-expand": { 7486 "version": "5.1.0", 7487 "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", 7488 "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" 7489 }, 7490 "node_modules/duplexer": { 7491 "version": "0.1.2", 7492 "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", 7493 "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" 7494 }, 7495 "node_modules/eastasianwidth": { 7496 "version": "0.2.0", 7497 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", 7498 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" 7499 }, 7500 "node_modules/ee-first": { 7501 "version": "1.1.1", 7502 "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", 7503 "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" 7504 }, 7505 "node_modules/ejs": { 7506 "version": "3.1.9", 7507 "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", 7508 "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", 7509 "dependencies": { 7510 "jake": "^10.8.5" 7511 }, 7512 "bin": { 7513 "ejs": "bin/cli.js" 7514 }, 7515 "engines": { 7516 "node": ">=0.10.0" 7517 } 7518 }, 7519 "node_modules/electron-to-chromium": { 7520 "version": "1.4.665", 7521 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.665.tgz", 7522 "integrity": "sha512-UpyCWObBoD+nSZgOC2ToaIdZB0r9GhqT2WahPKiSki6ckkSuKhQNso8V2PrFcHBMleI/eqbKgVQgVC4Wni4ilw==" 7523 }, 7524 "node_modules/elliptic": { 7525 "version": "6.5.4", 7526 "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", 7527 "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", 7528 "dependencies": { 7529 "bn.js": "^4.11.9", 7530 "brorand": "^1.1.0", 7531 "hash.js": "^1.0.0", 7532 "hmac-drbg": "^1.0.1", 7533 "inherits": "^2.0.4", 7534 "minimalistic-assert": "^1.0.1", 7535 "minimalistic-crypto-utils": "^1.0.1" 7536 } 7537 }, 7538 "node_modules/elliptic/node_modules/bn.js": { 7539 "version": "4.12.0", 7540 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 7541 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 7542 }, 7543 "node_modules/emittery": { 7544 "version": "0.8.1", 7545 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", 7546 "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", 7547 "engines": { 7548 "node": ">=10" 7549 }, 7550 "funding": { 7551 "url": "https://github.com/sindresorhus/emittery?sponsor=1" 7552 } 7553 }, 7554 "node_modules/emoji-regex": { 7555 "version": "9.2.2", 7556 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 7557 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" 7558 }, 7559 "node_modules/emojis-list": { 7560 "version": "3.0.0", 7561 "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", 7562 "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", 7563 "engines": { 7564 "node": ">= 4" 7565 } 7566 }, 7567 "node_modules/encodeurl": { 7568 "version": "1.0.2", 7569 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", 7570 "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", 7571 "engines": { 7572 "node": ">= 0.8" 7573 } 7574 }, 7575 "node_modules/enhanced-resolve": { 7576 "version": "5.15.0", 7577 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", 7578 "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", 7579 "dependencies": { 7580 "graceful-fs": "^4.2.4", 7581 "tapable": "^2.2.0" 7582 }, 7583 "engines": { 7584 "node": ">=10.13.0" 7585 } 7586 }, 7587 "node_modules/entities": { 7588 "version": "2.2.0", 7589 "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", 7590 "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", 7591 "funding": { 7592 "url": "https://github.com/fb55/entities?sponsor=1" 7593 } 7594 }, 7595 "node_modules/error-ex": { 7596 "version": "1.3.2", 7597 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", 7598 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", 7599 "dependencies": { 7600 "is-arrayish": "^0.2.1" 7601 } 7602 }, 7603 "node_modules/error-stack-parser": { 7604 "version": "2.1.4", 7605 "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", 7606 "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", 7607 "dependencies": { 7608 "stackframe": "^1.3.4" 7609 } 7610 }, 7611 "node_modules/es-abstract": { 7612 "version": "1.22.3", 7613 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.3.tgz", 7614 "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==", 7615 "dependencies": { 7616 "array-buffer-byte-length": "^1.0.0", 7617 "arraybuffer.prototype.slice": "^1.0.2", 7618 "available-typed-arrays": "^1.0.5", 7619 "call-bind": "^1.0.5", 7620 "es-set-tostringtag": "^2.0.1", 7621 "es-to-primitive": "^1.2.1", 7622 "function.prototype.name": "^1.1.6", 7623 "get-intrinsic": "^1.2.2", 7624 "get-symbol-description": "^1.0.0", 7625 "globalthis": "^1.0.3", 7626 "gopd": "^1.0.1", 7627 "has-property-descriptors": "^1.0.0", 7628 "has-proto": "^1.0.1", 7629 "has-symbols": "^1.0.3", 7630 "hasown": "^2.0.0", 7631 "internal-slot": "^1.0.5", 7632 "is-array-buffer": "^3.0.2", 7633 "is-callable": "^1.2.7", 7634 "is-negative-zero": "^2.0.2", 7635 "is-regex": "^1.1.4", 7636 "is-shared-array-buffer": "^1.0.2", 7637 "is-string": "^1.0.7", 7638 "is-typed-array": "^1.1.12", 7639 "is-weakref": "^1.0.2", 7640 "object-inspect": "^1.13.1", 7641 "object-keys": "^1.1.1", 7642 "object.assign": "^4.1.4", 7643 "regexp.prototype.flags": "^1.5.1", 7644 "safe-array-concat": "^1.0.1", 7645 "safe-regex-test": "^1.0.0", 7646 "string.prototype.trim": "^1.2.8", 7647 "string.prototype.trimend": "^1.0.7", 7648 "string.prototype.trimstart": "^1.0.7", 7649 "typed-array-buffer": "^1.0.0", 7650 "typed-array-byte-length": "^1.0.0", 7651 "typed-array-byte-offset": "^1.0.0", 7652 "typed-array-length": "^1.0.4", 7653 "unbox-primitive": "^1.0.2", 7654 "which-typed-array": "^1.1.13" 7655 }, 7656 "engines": { 7657 "node": ">= 0.4" 7658 }, 7659 "funding": { 7660 "url": "https://github.com/sponsors/ljharb" 7661 } 7662 }, 7663 "node_modules/es-array-method-boxes-properly": { 7664 "version": "1.0.0", 7665 "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", 7666 "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==" 7667 }, 7668 "node_modules/es-errors": { 7669 "version": "1.3.0", 7670 "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", 7671 "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", 7672 "engines": { 7673 "node": ">= 0.4" 7674 } 7675 }, 7676 "node_modules/es-get-iterator": { 7677 "version": "1.1.3", 7678 "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", 7679 "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", 7680 "dependencies": { 7681 "call-bind": "^1.0.2", 7682 "get-intrinsic": "^1.1.3", 7683 "has-symbols": "^1.0.3", 7684 "is-arguments": "^1.1.1", 7685 "is-map": "^2.0.2", 7686 "is-set": "^2.0.2", 7687 "is-string": "^1.0.7", 7688 "isarray": "^2.0.5", 7689 "stop-iteration-iterator": "^1.0.0" 7690 }, 7691 "funding": { 7692 "url": "https://github.com/sponsors/ljharb" 7693 } 7694 }, 7695 "node_modules/es-iterator-helpers": { 7696 "version": "1.0.15", 7697 "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz", 7698 "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==", 7699 "dependencies": { 7700 "asynciterator.prototype": "^1.0.0", 7701 "call-bind": "^1.0.2", 7702 "define-properties": "^1.2.1", 7703 "es-abstract": "^1.22.1", 7704 "es-set-tostringtag": "^2.0.1", 7705 "function-bind": "^1.1.1", 7706 "get-intrinsic": "^1.2.1", 7707 "globalthis": "^1.0.3", 7708 "has-property-descriptors": "^1.0.0", 7709 "has-proto": "^1.0.1", 7710 "has-symbols": "^1.0.3", 7711 "internal-slot": "^1.0.5", 7712 "iterator.prototype": "^1.1.2", 7713 "safe-array-concat": "^1.0.1" 7714 } 7715 }, 7716 "node_modules/es-module-lexer": { 7717 "version": "1.4.1", 7718 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", 7719 "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==" 7720 }, 7721 "node_modules/es-set-tostringtag": { 7722 "version": "2.0.2", 7723 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz", 7724 "integrity": "sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==", 7725 "dependencies": { 7726 "get-intrinsic": "^1.2.2", 7727 "has-tostringtag": "^1.0.0", 7728 "hasown": "^2.0.0" 7729 }, 7730 "engines": { 7731 "node": ">= 0.4" 7732 } 7733 }, 7734 "node_modules/es-shim-unscopables": { 7735 "version": "1.0.2", 7736 "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", 7737 "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", 7738 "dependencies": { 7739 "hasown": "^2.0.0" 7740 } 7741 }, 7742 "node_modules/es-to-primitive": { 7743 "version": "1.2.1", 7744 "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", 7745 "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", 7746 "dependencies": { 7747 "is-callable": "^1.1.4", 7748 "is-date-object": "^1.0.1", 7749 "is-symbol": "^1.0.2" 7750 }, 7751 "engines": { 7752 "node": ">= 0.4" 7753 }, 7754 "funding": { 7755 "url": "https://github.com/sponsors/ljharb" 7756 } 7757 }, 7758 "node_modules/escalade": { 7759 "version": "3.1.2", 7760 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", 7761 "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", 7762 "engines": { 7763 "node": ">=6" 7764 } 7765 }, 7766 "node_modules/escape-html": { 7767 "version": "1.0.3", 7768 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", 7769 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" 7770 }, 7771 "node_modules/escape-string-regexp": { 7772 "version": "1.0.5", 7773 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", 7774 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", 7775 "engines": { 7776 "node": ">=0.8.0" 7777 } 7778 }, 7779 "node_modules/escodegen": { 7780 "version": "2.1.0", 7781 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", 7782 "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", 7783 "dependencies": { 7784 "esprima": "^4.0.1", 7785 "estraverse": "^5.2.0", 7786 "esutils": "^2.0.2" 7787 }, 7788 "bin": { 7789 "escodegen": "bin/escodegen.js", 7790 "esgenerate": "bin/esgenerate.js" 7791 }, 7792 "engines": { 7793 "node": ">=6.0" 7794 }, 7795 "optionalDependencies": { 7796 "source-map": "~0.6.1" 7797 } 7798 }, 7799 "node_modules/escodegen/node_modules/source-map": { 7800 "version": "0.6.1", 7801 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 7802 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 7803 "optional": true, 7804 "engines": { 7805 "node": ">=0.10.0" 7806 } 7807 }, 7808 "node_modules/eslint": { 7809 "version": "8.56.0", 7810 "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", 7811 "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", 7812 "dependencies": { 7813 "@eslint-community/eslint-utils": "^4.2.0", 7814 "@eslint-community/regexpp": "^4.6.1", 7815 "@eslint/eslintrc": "^2.1.4", 7816 "@eslint/js": "8.56.0", 7817 "@humanwhocodes/config-array": "^0.11.13", 7818 "@humanwhocodes/module-importer": "^1.0.1", 7819 "@nodelib/fs.walk": "^1.2.8", 7820 "@ungap/structured-clone": "^1.2.0", 7821 "ajv": "^6.12.4", 7822 "chalk": "^4.0.0", 7823 "cross-spawn": "^7.0.2", 7824 "debug": "^4.3.2", 7825 "doctrine": "^3.0.0", 7826 "escape-string-regexp": "^4.0.0", 7827 "eslint-scope": "^7.2.2", 7828 "eslint-visitor-keys": "^3.4.3", 7829 "espree": "^9.6.1", 7830 "esquery": "^1.4.2", 7831 "esutils": "^2.0.2", 7832 "fast-deep-equal": "^3.1.3", 7833 "file-entry-cache": "^6.0.1", 7834 "find-up": "^5.0.0", 7835 "glob-parent": "^6.0.2", 7836 "globals": "^13.19.0", 7837 "graphemer": "^1.4.0", 7838 "ignore": "^5.2.0", 7839 "imurmurhash": "^0.1.4", 7840 "is-glob": "^4.0.0", 7841 "is-path-inside": "^3.0.3", 7842 "js-yaml": "^4.1.0", 7843 "json-stable-stringify-without-jsonify": "^1.0.1", 7844 "levn": "^0.4.1", 7845 "lodash.merge": "^4.6.2", 7846 "minimatch": "^3.1.2", 7847 "natural-compare": "^1.4.0", 7848 "optionator": "^0.9.3", 7849 "strip-ansi": "^6.0.1", 7850 "text-table": "^0.2.0" 7851 }, 7852 "bin": { 7853 "eslint": "bin/eslint.js" 7854 }, 7855 "engines": { 7856 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 7857 }, 7858 "funding": { 7859 "url": "https://opencollective.com/eslint" 7860 } 7861 }, 7862 "node_modules/eslint-config-react-app": { 7863 "version": "7.0.1", 7864 "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz", 7865 "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==", 7866 "dependencies": { 7867 "@babel/core": "^7.16.0", 7868 "@babel/eslint-parser": "^7.16.3", 7869 "@rushstack/eslint-patch": "^1.1.0", 7870 "@typescript-eslint/eslint-plugin": "^5.5.0", 7871 "@typescript-eslint/parser": "^5.5.0", 7872 "babel-preset-react-app": "^10.0.1", 7873 "confusing-browser-globals": "^1.0.11", 7874 "eslint-plugin-flowtype": "^8.0.3", 7875 "eslint-plugin-import": "^2.25.3", 7876 "eslint-plugin-jest": "^25.3.0", 7877 "eslint-plugin-jsx-a11y": "^6.5.1", 7878 "eslint-plugin-react": "^7.27.1", 7879 "eslint-plugin-react-hooks": "^4.3.0", 7880 "eslint-plugin-testing-library": "^5.0.1" 7881 }, 7882 "engines": { 7883 "node": ">=14.0.0" 7884 }, 7885 "peerDependencies": { 7886 "eslint": "^8.0.0" 7887 } 7888 }, 7889 "node_modules/eslint-import-resolver-node": { 7890 "version": "0.3.9", 7891 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", 7892 "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", 7893 "dependencies": { 7894 "debug": "^3.2.7", 7895 "is-core-module": "^2.13.0", 7896 "resolve": "^1.22.4" 7897 } 7898 }, 7899 "node_modules/eslint-import-resolver-node/node_modules/debug": { 7900 "version": "3.2.7", 7901 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 7902 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 7903 "dependencies": { 7904 "ms": "^2.1.1" 7905 } 7906 }, 7907 "node_modules/eslint-module-utils": { 7908 "version": "2.8.0", 7909 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", 7910 "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", 7911 "dependencies": { 7912 "debug": "^3.2.7" 7913 }, 7914 "engines": { 7915 "node": ">=4" 7916 }, 7917 "peerDependenciesMeta": { 7918 "eslint": { 7919 "optional": true 7920 } 7921 } 7922 }, 7923 "node_modules/eslint-module-utils/node_modules/debug": { 7924 "version": "3.2.7", 7925 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 7926 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 7927 "dependencies": { 7928 "ms": "^2.1.1" 7929 } 7930 }, 7931 "node_modules/eslint-plugin-flowtype": { 7932 "version": "8.0.3", 7933 "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz", 7934 "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==", 7935 "dependencies": { 7936 "lodash": "^4.17.21", 7937 "string-natural-compare": "^3.0.1" 7938 }, 7939 "engines": { 7940 "node": ">=12.0.0" 7941 }, 7942 "peerDependencies": { 7943 "@babel/plugin-syntax-flow": "^7.14.5", 7944 "@babel/plugin-transform-react-jsx": "^7.14.9", 7945 "eslint": "^8.1.0" 7946 } 7947 }, 7948 "node_modules/eslint-plugin-import": { 7949 "version": "2.29.1", 7950 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", 7951 "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", 7952 "dependencies": { 7953 "array-includes": "^3.1.7", 7954 "array.prototype.findlastindex": "^1.2.3", 7955 "array.prototype.flat": "^1.3.2", 7956 "array.prototype.flatmap": "^1.3.2", 7957 "debug": "^3.2.7", 7958 "doctrine": "^2.1.0", 7959 "eslint-import-resolver-node": "^0.3.9", 7960 "eslint-module-utils": "^2.8.0", 7961 "hasown": "^2.0.0", 7962 "is-core-module": "^2.13.1", 7963 "is-glob": "^4.0.3", 7964 "minimatch": "^3.1.2", 7965 "object.fromentries": "^2.0.7", 7966 "object.groupby": "^1.0.1", 7967 "object.values": "^1.1.7", 7968 "semver": "^6.3.1", 7969 "tsconfig-paths": "^3.15.0" 7970 }, 7971 "engines": { 7972 "node": ">=4" 7973 }, 7974 "peerDependencies": { 7975 "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" 7976 } 7977 }, 7978 "node_modules/eslint-plugin-import/node_modules/debug": { 7979 "version": "3.2.7", 7980 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 7981 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 7982 "dependencies": { 7983 "ms": "^2.1.1" 7984 } 7985 }, 7986 "node_modules/eslint-plugin-import/node_modules/doctrine": { 7987 "version": "2.1.0", 7988 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", 7989 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", 7990 "dependencies": { 7991 "esutils": "^2.0.2" 7992 }, 7993 "engines": { 7994 "node": ">=0.10.0" 7995 } 7996 }, 7997 "node_modules/eslint-plugin-import/node_modules/semver": { 7998 "version": "6.3.1", 7999 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 8000 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 8001 "bin": { 8002 "semver": "bin/semver.js" 8003 } 8004 }, 8005 "node_modules/eslint-plugin-jest": { 8006 "version": "25.7.0", 8007 "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz", 8008 "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==", 8009 "dependencies": { 8010 "@typescript-eslint/experimental-utils": "^5.0.0" 8011 }, 8012 "engines": { 8013 "node": "^12.13.0 || ^14.15.0 || >=16.0.0" 8014 }, 8015 "peerDependencies": { 8016 "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0", 8017 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 8018 }, 8019 "peerDependenciesMeta": { 8020 "@typescript-eslint/eslint-plugin": { 8021 "optional": true 8022 }, 8023 "jest": { 8024 "optional": true 8025 } 8026 } 8027 }, 8028 "node_modules/eslint-plugin-jsx-a11y": { 8029 "version": "6.8.0", 8030 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz", 8031 "integrity": "sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==", 8032 "dependencies": { 8033 "@babel/runtime": "^7.23.2", 8034 "aria-query": "^5.3.0", 8035 "array-includes": "^3.1.7", 8036 "array.prototype.flatmap": "^1.3.2", 8037 "ast-types-flow": "^0.0.8", 8038 "axe-core": "=4.7.0", 8039 "axobject-query": "^3.2.1", 8040 "damerau-levenshtein": "^1.0.8", 8041 "emoji-regex": "^9.2.2", 8042 "es-iterator-helpers": "^1.0.15", 8043 "hasown": "^2.0.0", 8044 "jsx-ast-utils": "^3.3.5", 8045 "language-tags": "^1.0.9", 8046 "minimatch": "^3.1.2", 8047 "object.entries": "^1.1.7", 8048 "object.fromentries": "^2.0.7" 8049 }, 8050 "engines": { 8051 "node": ">=4.0" 8052 }, 8053 "peerDependencies": { 8054 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" 8055 } 8056 }, 8057 "node_modules/eslint-plugin-react": { 8058 "version": "7.33.2", 8059 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz", 8060 "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==", 8061 "dependencies": { 8062 "array-includes": "^3.1.6", 8063 "array.prototype.flatmap": "^1.3.1", 8064 "array.prototype.tosorted": "^1.1.1", 8065 "doctrine": "^2.1.0", 8066 "es-iterator-helpers": "^1.0.12", 8067 "estraverse": "^5.3.0", 8068 "jsx-ast-utils": "^2.4.1 || ^3.0.0", 8069 "minimatch": "^3.1.2", 8070 "object.entries": "^1.1.6", 8071 "object.fromentries": "^2.0.6", 8072 "object.hasown": "^1.1.2", 8073 "object.values": "^1.1.6", 8074 "prop-types": "^15.8.1", 8075 "resolve": "^2.0.0-next.4", 8076 "semver": "^6.3.1", 8077 "string.prototype.matchall": "^4.0.8" 8078 }, 8079 "engines": { 8080 "node": ">=4" 8081 }, 8082 "peerDependencies": { 8083 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" 8084 } 8085 }, 8086 "node_modules/eslint-plugin-react-hooks": { 8087 "version": "4.6.0", 8088 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", 8089 "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", 8090 "engines": { 8091 "node": ">=10" 8092 }, 8093 "peerDependencies": { 8094 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" 8095 } 8096 }, 8097 "node_modules/eslint-plugin-react/node_modules/doctrine": { 8098 "version": "2.1.0", 8099 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", 8100 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", 8101 "dependencies": { 8102 "esutils": "^2.0.2" 8103 }, 8104 "engines": { 8105 "node": ">=0.10.0" 8106 } 8107 }, 8108 "node_modules/eslint-plugin-react/node_modules/resolve": { 8109 "version": "2.0.0-next.5", 8110 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", 8111 "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", 8112 "dependencies": { 8113 "is-core-module": "^2.13.0", 8114 "path-parse": "^1.0.7", 8115 "supports-preserve-symlinks-flag": "^1.0.0" 8116 }, 8117 "bin": { 8118 "resolve": "bin/resolve" 8119 }, 8120 "funding": { 8121 "url": "https://github.com/sponsors/ljharb" 8122 } 8123 }, 8124 "node_modules/eslint-plugin-react/node_modules/semver": { 8125 "version": "6.3.1", 8126 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 8127 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 8128 "bin": { 8129 "semver": "bin/semver.js" 8130 } 8131 }, 8132 "node_modules/eslint-plugin-testing-library": { 8133 "version": "5.11.1", 8134 "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz", 8135 "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==", 8136 "dependencies": { 8137 "@typescript-eslint/utils": "^5.58.0" 8138 }, 8139 "engines": { 8140 "node": "^12.22.0 || ^14.17.0 || >=16.0.0", 8141 "npm": ">=6" 8142 }, 8143 "peerDependencies": { 8144 "eslint": "^7.5.0 || ^8.0.0" 8145 } 8146 }, 8147 "node_modules/eslint-scope": { 8148 "version": "7.2.2", 8149 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", 8150 "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", 8151 "dependencies": { 8152 "esrecurse": "^4.3.0", 8153 "estraverse": "^5.2.0" 8154 }, 8155 "engines": { 8156 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 8157 }, 8158 "funding": { 8159 "url": "https://opencollective.com/eslint" 8160 } 8161 }, 8162 "node_modules/eslint-visitor-keys": { 8163 "version": "3.4.3", 8164 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", 8165 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", 8166 "engines": { 8167 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 8168 }, 8169 "funding": { 8170 "url": "https://opencollective.com/eslint" 8171 } 8172 }, 8173 "node_modules/eslint-webpack-plugin": { 8174 "version": "3.2.0", 8175 "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz", 8176 "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==", 8177 "dependencies": { 8178 "@types/eslint": "^7.29.0 || ^8.4.1", 8179 "jest-worker": "^28.0.2", 8180 "micromatch": "^4.0.5", 8181 "normalize-path": "^3.0.0", 8182 "schema-utils": "^4.0.0" 8183 }, 8184 "engines": { 8185 "node": ">= 12.13.0" 8186 }, 8187 "funding": { 8188 "type": "opencollective", 8189 "url": "https://opencollective.com/webpack" 8190 }, 8191 "peerDependencies": { 8192 "eslint": "^7.0.0 || ^8.0.0", 8193 "webpack": "^5.0.0" 8194 } 8195 }, 8196 "node_modules/eslint-webpack-plugin/node_modules/ajv": { 8197 "version": "8.12.0", 8198 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 8199 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 8200 "dependencies": { 8201 "fast-deep-equal": "^3.1.1", 8202 "json-schema-traverse": "^1.0.0", 8203 "require-from-string": "^2.0.2", 8204 "uri-js": "^4.2.2" 8205 }, 8206 "funding": { 8207 "type": "github", 8208 "url": "https://github.com/sponsors/epoberezkin" 8209 } 8210 }, 8211 "node_modules/eslint-webpack-plugin/node_modules/ajv-keywords": { 8212 "version": "5.1.0", 8213 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 8214 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 8215 "dependencies": { 8216 "fast-deep-equal": "^3.1.3" 8217 }, 8218 "peerDependencies": { 8219 "ajv": "^8.8.2" 8220 } 8221 }, 8222 "node_modules/eslint-webpack-plugin/node_modules/has-flag": { 8223 "version": "4.0.0", 8224 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 8225 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 8226 "engines": { 8227 "node": ">=8" 8228 } 8229 }, 8230 "node_modules/eslint-webpack-plugin/node_modules/jest-worker": { 8231 "version": "28.1.3", 8232 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", 8233 "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", 8234 "dependencies": { 8235 "@types/node": "*", 8236 "merge-stream": "^2.0.0", 8237 "supports-color": "^8.0.0" 8238 }, 8239 "engines": { 8240 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 8241 } 8242 }, 8243 "node_modules/eslint-webpack-plugin/node_modules/json-schema-traverse": { 8244 "version": "1.0.0", 8245 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 8246 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 8247 }, 8248 "node_modules/eslint-webpack-plugin/node_modules/schema-utils": { 8249 "version": "4.2.0", 8250 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", 8251 "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", 8252 "dependencies": { 8253 "@types/json-schema": "^7.0.9", 8254 "ajv": "^8.9.0", 8255 "ajv-formats": "^2.1.1", 8256 "ajv-keywords": "^5.1.0" 8257 }, 8258 "engines": { 8259 "node": ">= 12.13.0" 8260 }, 8261 "funding": { 8262 "type": "opencollective", 8263 "url": "https://opencollective.com/webpack" 8264 } 8265 }, 8266 "node_modules/eslint-webpack-plugin/node_modules/supports-color": { 8267 "version": "8.1.1", 8268 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", 8269 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", 8270 "dependencies": { 8271 "has-flag": "^4.0.0" 8272 }, 8273 "engines": { 8274 "node": ">=10" 8275 }, 8276 "funding": { 8277 "url": "https://github.com/chalk/supports-color?sponsor=1" 8278 } 8279 }, 8280 "node_modules/eslint/node_modules/ansi-styles": { 8281 "version": "4.3.0", 8282 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 8283 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 8284 "dependencies": { 8285 "color-convert": "^2.0.1" 8286 }, 8287 "engines": { 8288 "node": ">=8" 8289 }, 8290 "funding": { 8291 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 8292 } 8293 }, 8294 "node_modules/eslint/node_modules/argparse": { 8295 "version": "2.0.1", 8296 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 8297 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" 8298 }, 8299 "node_modules/eslint/node_modules/chalk": { 8300 "version": "4.1.2", 8301 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 8302 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 8303 "dependencies": { 8304 "ansi-styles": "^4.1.0", 8305 "supports-color": "^7.1.0" 8306 }, 8307 "engines": { 8308 "node": ">=10" 8309 }, 8310 "funding": { 8311 "url": "https://github.com/chalk/chalk?sponsor=1" 8312 } 8313 }, 8314 "node_modules/eslint/node_modules/color-convert": { 8315 "version": "2.0.1", 8316 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 8317 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 8318 "dependencies": { 8319 "color-name": "~1.1.4" 8320 }, 8321 "engines": { 8322 "node": ">=7.0.0" 8323 } 8324 }, 8325 "node_modules/eslint/node_modules/color-name": { 8326 "version": "1.1.4", 8327 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 8328 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 8329 }, 8330 "node_modules/eslint/node_modules/escape-string-regexp": { 8331 "version": "4.0.0", 8332 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", 8333 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", 8334 "engines": { 8335 "node": ">=10" 8336 }, 8337 "funding": { 8338 "url": "https://github.com/sponsors/sindresorhus" 8339 } 8340 }, 8341 "node_modules/eslint/node_modules/globals": { 8342 "version": "13.24.0", 8343 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", 8344 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", 8345 "dependencies": { 8346 "type-fest": "^0.20.2" 8347 }, 8348 "engines": { 8349 "node": ">=8" 8350 }, 8351 "funding": { 8352 "url": "https://github.com/sponsors/sindresorhus" 8353 } 8354 }, 8355 "node_modules/eslint/node_modules/has-flag": { 8356 "version": "4.0.0", 8357 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 8358 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 8359 "engines": { 8360 "node": ">=8" 8361 } 8362 }, 8363 "node_modules/eslint/node_modules/js-yaml": { 8364 "version": "4.1.0", 8365 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 8366 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 8367 "dependencies": { 8368 "argparse": "^2.0.1" 8369 }, 8370 "bin": { 8371 "js-yaml": "bin/js-yaml.js" 8372 } 8373 }, 8374 "node_modules/eslint/node_modules/supports-color": { 8375 "version": "7.2.0", 8376 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 8377 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 8378 "dependencies": { 8379 "has-flag": "^4.0.0" 8380 }, 8381 "engines": { 8382 "node": ">=8" 8383 } 8384 }, 8385 "node_modules/eslint/node_modules/type-fest": { 8386 "version": "0.20.2", 8387 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", 8388 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", 8389 "engines": { 8390 "node": ">=10" 8391 }, 8392 "funding": { 8393 "url": "https://github.com/sponsors/sindresorhus" 8394 } 8395 }, 8396 "node_modules/espree": { 8397 "version": "9.6.1", 8398 "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", 8399 "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", 8400 "dependencies": { 8401 "acorn": "^8.9.0", 8402 "acorn-jsx": "^5.3.2", 8403 "eslint-visitor-keys": "^3.4.1" 8404 }, 8405 "engines": { 8406 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 8407 }, 8408 "funding": { 8409 "url": "https://opencollective.com/eslint" 8410 } 8411 }, 8412 "node_modules/esprima": { 8413 "version": "4.0.1", 8414 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", 8415 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", 8416 "bin": { 8417 "esparse": "bin/esparse.js", 8418 "esvalidate": "bin/esvalidate.js" 8419 }, 8420 "engines": { 8421 "node": ">=4" 8422 } 8423 }, 8424 "node_modules/esquery": { 8425 "version": "1.5.0", 8426 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", 8427 "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", 8428 "dependencies": { 8429 "estraverse": "^5.1.0" 8430 }, 8431 "engines": { 8432 "node": ">=0.10" 8433 } 8434 }, 8435 "node_modules/esrecurse": { 8436 "version": "4.3.0", 8437 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", 8438 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", 8439 "dependencies": { 8440 "estraverse": "^5.2.0" 8441 }, 8442 "engines": { 8443 "node": ">=4.0" 8444 } 8445 }, 8446 "node_modules/estraverse": { 8447 "version": "5.3.0", 8448 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", 8449 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", 8450 "engines": { 8451 "node": ">=4.0" 8452 } 8453 }, 8454 "node_modules/estree-walker": { 8455 "version": "1.0.1", 8456 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", 8457 "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" 8458 }, 8459 "node_modules/esutils": { 8460 "version": "2.0.3", 8461 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", 8462 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", 8463 "engines": { 8464 "node": ">=0.10.0" 8465 } 8466 }, 8467 "node_modules/etag": { 8468 "version": "1.8.1", 8469 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", 8470 "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", 8471 "engines": { 8472 "node": ">= 0.6" 8473 } 8474 }, 8475 "node_modules/event-target-shim": { 8476 "version": "5.0.1", 8477 "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", 8478 "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", 8479 "engines": { 8480 "node": ">=6" 8481 } 8482 }, 8483 "node_modules/eventemitter3": { 8484 "version": "4.0.7", 8485 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", 8486 "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" 8487 }, 8488 "node_modules/events": { 8489 "version": "3.3.0", 8490 "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", 8491 "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", 8492 "engines": { 8493 "node": ">=0.8.x" 8494 } 8495 }, 8496 "node_modules/evp_bytestokey": { 8497 "version": "1.0.3", 8498 "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", 8499 "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", 8500 "dependencies": { 8501 "md5.js": "^1.3.4", 8502 "safe-buffer": "^5.1.1" 8503 } 8504 }, 8505 "node_modules/execa": { 8506 "version": "5.1.1", 8507 "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", 8508 "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", 8509 "dependencies": { 8510 "cross-spawn": "^7.0.3", 8511 "get-stream": "^6.0.0", 8512 "human-signals": "^2.1.0", 8513 "is-stream": "^2.0.0", 8514 "merge-stream": "^2.0.0", 8515 "npm-run-path": "^4.0.1", 8516 "onetime": "^5.1.2", 8517 "signal-exit": "^3.0.3", 8518 "strip-final-newline": "^2.0.0" 8519 }, 8520 "engines": { 8521 "node": ">=10" 8522 }, 8523 "funding": { 8524 "url": "https://github.com/sindresorhus/execa?sponsor=1" 8525 } 8526 }, 8527 "node_modules/exit": { 8528 "version": "0.1.2", 8529 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", 8530 "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", 8531 "engines": { 8532 "node": ">= 0.8.0" 8533 } 8534 }, 8535 "node_modules/expect": { 8536 "version": "27.5.1", 8537 "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", 8538 "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", 8539 "dependencies": { 8540 "@jest/types": "^27.5.1", 8541 "jest-get-type": "^27.5.1", 8542 "jest-matcher-utils": "^27.5.1", 8543 "jest-message-util": "^27.5.1" 8544 }, 8545 "engines": { 8546 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 8547 } 8548 }, 8549 "node_modules/express": { 8550 "version": "4.18.2", 8551 "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", 8552 "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", 8553 "dependencies": { 8554 "accepts": "~1.3.8", 8555 "array-flatten": "1.1.1", 8556 "body-parser": "1.20.1", 8557 "content-disposition": "0.5.4", 8558 "content-type": "~1.0.4", 8559 "cookie": "0.5.0", 8560 "cookie-signature": "1.0.6", 8561 "debug": "2.6.9", 8562 "depd": "2.0.0", 8563 "encodeurl": "~1.0.2", 8564 "escape-html": "~1.0.3", 8565 "etag": "~1.8.1", 8566 "finalhandler": "1.2.0", 8567 "fresh": "0.5.2", 8568 "http-errors": "2.0.0", 8569 "merge-descriptors": "1.0.1", 8570 "methods": "~1.1.2", 8571 "on-finished": "2.4.1", 8572 "parseurl": "~1.3.3", 8573 "path-to-regexp": "0.1.7", 8574 "proxy-addr": "~2.0.7", 8575 "qs": "6.11.0", 8576 "range-parser": "~1.2.1", 8577 "safe-buffer": "5.2.1", 8578 "send": "0.18.0", 8579 "serve-static": "1.15.0", 8580 "setprototypeof": "1.2.0", 8581 "statuses": "2.0.1", 8582 "type-is": "~1.6.18", 8583 "utils-merge": "1.0.1", 8584 "vary": "~1.1.2" 8585 }, 8586 "engines": { 8587 "node": ">= 0.10.0" 8588 } 8589 }, 8590 "node_modules/express/node_modules/debug": { 8591 "version": "2.6.9", 8592 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 8593 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 8594 "dependencies": { 8595 "ms": "2.0.0" 8596 } 8597 }, 8598 "node_modules/express/node_modules/ms": { 8599 "version": "2.0.0", 8600 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 8601 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 8602 }, 8603 "node_modules/fast-deep-equal": { 8604 "version": "3.1.3", 8605 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 8606 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" 8607 }, 8608 "node_modules/fast-glob": { 8609 "version": "3.3.2", 8610 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", 8611 "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", 8612 "dependencies": { 8613 "@nodelib/fs.stat": "^2.0.2", 8614 "@nodelib/fs.walk": "^1.2.3", 8615 "glob-parent": "^5.1.2", 8616 "merge2": "^1.3.0", 8617 "micromatch": "^4.0.4" 8618 }, 8619 "engines": { 8620 "node": ">=8.6.0" 8621 } 8622 }, 8623 "node_modules/fast-glob/node_modules/glob-parent": { 8624 "version": "5.1.2", 8625 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 8626 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 8627 "dependencies": { 8628 "is-glob": "^4.0.1" 8629 }, 8630 "engines": { 8631 "node": ">= 6" 8632 } 8633 }, 8634 "node_modules/fast-json-stable-stringify": { 8635 "version": "2.1.0", 8636 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", 8637 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" 8638 }, 8639 "node_modules/fast-levenshtein": { 8640 "version": "2.0.6", 8641 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", 8642 "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" 8643 }, 8644 "node_modules/fastq": { 8645 "version": "1.17.1", 8646 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", 8647 "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", 8648 "dependencies": { 8649 "reusify": "^1.0.4" 8650 } 8651 }, 8652 "node_modules/faye-websocket": { 8653 "version": "0.11.4", 8654 "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", 8655 "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", 8656 "dependencies": { 8657 "websocket-driver": ">=0.5.1" 8658 }, 8659 "engines": { 8660 "node": ">=0.8.0" 8661 } 8662 }, 8663 "node_modules/fb-watchman": { 8664 "version": "2.0.2", 8665 "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", 8666 "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", 8667 "dependencies": { 8668 "bser": "2.1.1" 8669 } 8670 }, 8671 "node_modules/file-entry-cache": { 8672 "version": "6.0.1", 8673 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", 8674 "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", 8675 "dependencies": { 8676 "flat-cache": "^3.0.4" 8677 }, 8678 "engines": { 8679 "node": "^10.12.0 || >=12.0.0" 8680 } 8681 }, 8682 "node_modules/file-loader": { 8683 "version": "6.2.0", 8684 "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", 8685 "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", 8686 "dependencies": { 8687 "loader-utils": "^2.0.0", 8688 "schema-utils": "^3.0.0" 8689 }, 8690 "engines": { 8691 "node": ">= 10.13.0" 8692 }, 8693 "funding": { 8694 "type": "opencollective", 8695 "url": "https://opencollective.com/webpack" 8696 }, 8697 "peerDependencies": { 8698 "webpack": "^4.0.0 || ^5.0.0" 8699 } 8700 }, 8701 "node_modules/filelist": { 8702 "version": "1.0.4", 8703 "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", 8704 "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", 8705 "dependencies": { 8706 "minimatch": "^5.0.1" 8707 } 8708 }, 8709 "node_modules/filelist/node_modules/brace-expansion": { 8710 "version": "2.0.1", 8711 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", 8712 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", 8713 "dependencies": { 8714 "balanced-match": "^1.0.0" 8715 } 8716 }, 8717 "node_modules/filelist/node_modules/minimatch": { 8718 "version": "5.1.6", 8719 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", 8720 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", 8721 "dependencies": { 8722 "brace-expansion": "^2.0.1" 8723 }, 8724 "engines": { 8725 "node": ">=10" 8726 } 8727 }, 8728 "node_modules/filesize": { 8729 "version": "8.0.7", 8730 "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", 8731 "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", 8732 "engines": { 8733 "node": ">= 0.4.0" 8734 } 8735 }, 8736 "node_modules/fill-range": { 8737 "version": "7.0.1", 8738 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", 8739 "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", 8740 "dependencies": { 8741 "to-regex-range": "^5.0.1" 8742 }, 8743 "engines": { 8744 "node": ">=8" 8745 } 8746 }, 8747 "node_modules/finalhandler": { 8748 "version": "1.2.0", 8749 "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", 8750 "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", 8751 "dependencies": { 8752 "debug": "2.6.9", 8753 "encodeurl": "~1.0.2", 8754 "escape-html": "~1.0.3", 8755 "on-finished": "2.4.1", 8756 "parseurl": "~1.3.3", 8757 "statuses": "2.0.1", 8758 "unpipe": "~1.0.0" 8759 }, 8760 "engines": { 8761 "node": ">= 0.8" 8762 } 8763 }, 8764 "node_modules/finalhandler/node_modules/debug": { 8765 "version": "2.6.9", 8766 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 8767 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 8768 "dependencies": { 8769 "ms": "2.0.0" 8770 } 8771 }, 8772 "node_modules/finalhandler/node_modules/ms": { 8773 "version": "2.0.0", 8774 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 8775 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 8776 }, 8777 "node_modules/find-cache-dir": { 8778 "version": "3.3.2", 8779 "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", 8780 "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", 8781 "dependencies": { 8782 "commondir": "^1.0.1", 8783 "make-dir": "^3.0.2", 8784 "pkg-dir": "^4.1.0" 8785 }, 8786 "engines": { 8787 "node": ">=8" 8788 }, 8789 "funding": { 8790 "url": "https://github.com/avajs/find-cache-dir?sponsor=1" 8791 } 8792 }, 8793 "node_modules/find-up": { 8794 "version": "5.0.0", 8795 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", 8796 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", 8797 "dependencies": { 8798 "locate-path": "^6.0.0", 8799 "path-exists": "^4.0.0" 8800 }, 8801 "engines": { 8802 "node": ">=10" 8803 }, 8804 "funding": { 8805 "url": "https://github.com/sponsors/sindresorhus" 8806 } 8807 }, 8808 "node_modules/flat-cache": { 8809 "version": "3.2.0", 8810 "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", 8811 "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", 8812 "dependencies": { 8813 "flatted": "^3.2.9", 8814 "keyv": "^4.5.3", 8815 "rimraf": "^3.0.2" 8816 }, 8817 "engines": { 8818 "node": "^10.12.0 || >=12.0.0" 8819 } 8820 }, 8821 "node_modules/flatted": { 8822 "version": "3.2.9", 8823 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", 8824 "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==" 8825 }, 8826 "node_modules/follow-redirects": { 8827 "version": "1.15.5", 8828 "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", 8829 "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", 8830 "funding": [ 8831 { 8832 "type": "individual", 8833 "url": "https://github.com/sponsors/RubenVerborgh" 8834 } 8835 ], 8836 "engines": { 8837 "node": ">=4.0" 8838 }, 8839 "peerDependenciesMeta": { 8840 "debug": { 8841 "optional": true 8842 } 8843 } 8844 }, 8845 "node_modules/for-each": { 8846 "version": "0.3.3", 8847 "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", 8848 "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", 8849 "dependencies": { 8850 "is-callable": "^1.1.3" 8851 } 8852 }, 8853 "node_modules/foreground-child": { 8854 "version": "3.1.1", 8855 "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", 8856 "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", 8857 "dependencies": { 8858 "cross-spawn": "^7.0.0", 8859 "signal-exit": "^4.0.1" 8860 }, 8861 "engines": { 8862 "node": ">=14" 8863 }, 8864 "funding": { 8865 "url": "https://github.com/sponsors/isaacs" 8866 } 8867 }, 8868 "node_modules/foreground-child/node_modules/signal-exit": { 8869 "version": "4.1.0", 8870 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 8871 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", 8872 "engines": { 8873 "node": ">=14" 8874 }, 8875 "funding": { 8876 "url": "https://github.com/sponsors/isaacs" 8877 } 8878 }, 8879 "node_modules/fork-ts-checker-webpack-plugin": { 8880 "version": "6.5.3", 8881 "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", 8882 "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", 8883 "dependencies": { 8884 "@babel/code-frame": "^7.8.3", 8885 "@types/json-schema": "^7.0.5", 8886 "chalk": "^4.1.0", 8887 "chokidar": "^3.4.2", 8888 "cosmiconfig": "^6.0.0", 8889 "deepmerge": "^4.2.2", 8890 "fs-extra": "^9.0.0", 8891 "glob": "^7.1.6", 8892 "memfs": "^3.1.2", 8893 "minimatch": "^3.0.4", 8894 "schema-utils": "2.7.0", 8895 "semver": "^7.3.2", 8896 "tapable": "^1.0.0" 8897 }, 8898 "engines": { 8899 "node": ">=10", 8900 "yarn": ">=1.0.0" 8901 }, 8902 "peerDependencies": { 8903 "eslint": ">= 6", 8904 "typescript": ">= 2.7", 8905 "vue-template-compiler": "*", 8906 "webpack": ">= 4" 8907 }, 8908 "peerDependenciesMeta": { 8909 "eslint": { 8910 "optional": true 8911 }, 8912 "vue-template-compiler": { 8913 "optional": true 8914 } 8915 } 8916 }, 8917 "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": { 8918 "version": "4.3.0", 8919 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 8920 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 8921 "dependencies": { 8922 "color-convert": "^2.0.1" 8923 }, 8924 "engines": { 8925 "node": ">=8" 8926 }, 8927 "funding": { 8928 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 8929 } 8930 }, 8931 "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": { 8932 "version": "4.1.2", 8933 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 8934 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 8935 "dependencies": { 8936 "ansi-styles": "^4.1.0", 8937 "supports-color": "^7.1.0" 8938 }, 8939 "engines": { 8940 "node": ">=10" 8941 }, 8942 "funding": { 8943 "url": "https://github.com/chalk/chalk?sponsor=1" 8944 } 8945 }, 8946 "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": { 8947 "version": "2.0.1", 8948 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 8949 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 8950 "dependencies": { 8951 "color-name": "~1.1.4" 8952 }, 8953 "engines": { 8954 "node": ">=7.0.0" 8955 } 8956 }, 8957 "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": { 8958 "version": "1.1.4", 8959 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 8960 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 8961 }, 8962 "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { 8963 "version": "6.0.0", 8964 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", 8965 "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", 8966 "dependencies": { 8967 "@types/parse-json": "^4.0.0", 8968 "import-fresh": "^3.1.0", 8969 "parse-json": "^5.0.0", 8970 "path-type": "^4.0.0", 8971 "yaml": "^1.7.2" 8972 }, 8973 "engines": { 8974 "node": ">=8" 8975 } 8976 }, 8977 "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { 8978 "version": "9.1.0", 8979 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", 8980 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", 8981 "dependencies": { 8982 "at-least-node": "^1.0.0", 8983 "graceful-fs": "^4.2.0", 8984 "jsonfile": "^6.0.1", 8985 "universalify": "^2.0.0" 8986 }, 8987 "engines": { 8988 "node": ">=10" 8989 } 8990 }, 8991 "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": { 8992 "version": "4.0.0", 8993 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 8994 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 8995 "engines": { 8996 "node": ">=8" 8997 } 8998 }, 8999 "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { 9000 "version": "2.7.0", 9001 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", 9002 "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", 9003 "dependencies": { 9004 "@types/json-schema": "^7.0.4", 9005 "ajv": "^6.12.2", 9006 "ajv-keywords": "^3.4.1" 9007 }, 9008 "engines": { 9009 "node": ">= 8.9.0" 9010 }, 9011 "funding": { 9012 "type": "opencollective", 9013 "url": "https://opencollective.com/webpack" 9014 } 9015 }, 9016 "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": { 9017 "version": "7.2.0", 9018 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 9019 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 9020 "dependencies": { 9021 "has-flag": "^4.0.0" 9022 }, 9023 "engines": { 9024 "node": ">=8" 9025 } 9026 }, 9027 "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { 9028 "version": "1.1.3", 9029 "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", 9030 "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", 9031 "engines": { 9032 "node": ">=6" 9033 } 9034 }, 9035 "node_modules/form-data": { 9036 "version": "3.0.1", 9037 "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", 9038 "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", 9039 "dependencies": { 9040 "asynckit": "^0.4.0", 9041 "combined-stream": "^1.0.8", 9042 "mime-types": "^2.1.12" 9043 }, 9044 "engines": { 9045 "node": ">= 6" 9046 } 9047 }, 9048 "node_modules/forwarded": { 9049 "version": "0.2.0", 9050 "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", 9051 "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", 9052 "engines": { 9053 "node": ">= 0.6" 9054 } 9055 }, 9056 "node_modules/fraction.js": { 9057 "version": "4.3.7", 9058 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", 9059 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", 9060 "engines": { 9061 "node": "*" 9062 }, 9063 "funding": { 9064 "type": "patreon", 9065 "url": "https://github.com/sponsors/rawify" 9066 } 9067 }, 9068 "node_modules/fresh": { 9069 "version": "0.5.2", 9070 "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", 9071 "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", 9072 "engines": { 9073 "node": ">= 0.6" 9074 } 9075 }, 9076 "node_modules/fs-extra": { 9077 "version": "10.1.0", 9078 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", 9079 "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", 9080 "dependencies": { 9081 "graceful-fs": "^4.2.0", 9082 "jsonfile": "^6.0.1", 9083 "universalify": "^2.0.0" 9084 }, 9085 "engines": { 9086 "node": ">=12" 9087 } 9088 }, 9089 "node_modules/fs-monkey": { 9090 "version": "1.0.5", 9091 "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz", 9092 "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==" 9093 }, 9094 "node_modules/fs.realpath": { 9095 "version": "1.0.0", 9096 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 9097 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" 9098 }, 9099 "node_modules/fsevents": { 9100 "version": "2.3.3", 9101 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 9102 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 9103 "hasInstallScript": true, 9104 "optional": true, 9105 "os": [ 9106 "darwin" 9107 ], 9108 "engines": { 9109 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 9110 } 9111 }, 9112 "node_modules/function-bind": { 9113 "version": "1.1.2", 9114 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", 9115 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", 9116 "funding": { 9117 "url": "https://github.com/sponsors/ljharb" 9118 } 9119 }, 9120 "node_modules/function.prototype.name": { 9121 "version": "1.1.6", 9122 "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", 9123 "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", 9124 "dependencies": { 9125 "call-bind": "^1.0.2", 9126 "define-properties": "^1.2.0", 9127 "es-abstract": "^1.22.1", 9128 "functions-have-names": "^1.2.3" 9129 }, 9130 "engines": { 9131 "node": ">= 0.4" 9132 }, 9133 "funding": { 9134 "url": "https://github.com/sponsors/ljharb" 9135 } 9136 }, 9137 "node_modules/functions-have-names": { 9138 "version": "1.2.3", 9139 "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", 9140 "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", 9141 "funding": { 9142 "url": "https://github.com/sponsors/ljharb" 9143 } 9144 }, 9145 "node_modules/gensync": { 9146 "version": "1.0.0-beta.2", 9147 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", 9148 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", 9149 "engines": { 9150 "node": ">=6.9.0" 9151 } 9152 }, 9153 "node_modules/get-caller-file": { 9154 "version": "2.0.5", 9155 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", 9156 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", 9157 "engines": { 9158 "node": "6.* || 8.* || >= 10.*" 9159 } 9160 }, 9161 "node_modules/get-intrinsic": { 9162 "version": "1.2.4", 9163 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", 9164 "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", 9165 "dependencies": { 9166 "es-errors": "^1.3.0", 9167 "function-bind": "^1.1.2", 9168 "has-proto": "^1.0.1", 9169 "has-symbols": "^1.0.3", 9170 "hasown": "^2.0.0" 9171 }, 9172 "engines": { 9173 "node": ">= 0.4" 9174 }, 9175 "funding": { 9176 "url": "https://github.com/sponsors/ljharb" 9177 } 9178 }, 9179 "node_modules/get-own-enumerable-property-symbols": { 9180 "version": "3.0.2", 9181 "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", 9182 "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" 9183 }, 9184 "node_modules/get-package-type": { 9185 "version": "0.1.0", 9186 "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", 9187 "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", 9188 "engines": { 9189 "node": ">=8.0.0" 9190 } 9191 }, 9192 "node_modules/get-stream": { 9193 "version": "6.0.1", 9194 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", 9195 "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", 9196 "engines": { 9197 "node": ">=10" 9198 }, 9199 "funding": { 9200 "url": "https://github.com/sponsors/sindresorhus" 9201 } 9202 }, 9203 "node_modules/get-symbol-description": { 9204 "version": "1.0.2", 9205 "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", 9206 "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", 9207 "dependencies": { 9208 "call-bind": "^1.0.5", 9209 "es-errors": "^1.3.0", 9210 "get-intrinsic": "^1.2.4" 9211 }, 9212 "engines": { 9213 "node": ">= 0.4" 9214 }, 9215 "funding": { 9216 "url": "https://github.com/sponsors/ljharb" 9217 } 9218 }, 9219 "node_modules/glob": { 9220 "version": "7.2.3", 9221 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", 9222 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", 9223 "dependencies": { 9224 "fs.realpath": "^1.0.0", 9225 "inflight": "^1.0.4", 9226 "inherits": "2", 9227 "minimatch": "^3.1.1", 9228 "once": "^1.3.0", 9229 "path-is-absolute": "^1.0.0" 9230 }, 9231 "engines": { 9232 "node": "*" 9233 }, 9234 "funding": { 9235 "url": "https://github.com/sponsors/isaacs" 9236 } 9237 }, 9238 "node_modules/glob-parent": { 9239 "version": "6.0.2", 9240 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", 9241 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", 9242 "dependencies": { 9243 "is-glob": "^4.0.3" 9244 }, 9245 "engines": { 9246 "node": ">=10.13.0" 9247 } 9248 }, 9249 "node_modules/glob-to-regexp": { 9250 "version": "0.4.1", 9251 "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", 9252 "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" 9253 }, 9254 "node_modules/global-modules": { 9255 "version": "2.0.0", 9256 "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", 9257 "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", 9258 "dependencies": { 9259 "global-prefix": "^3.0.0" 9260 }, 9261 "engines": { 9262 "node": ">=6" 9263 } 9264 }, 9265 "node_modules/global-prefix": { 9266 "version": "3.0.0", 9267 "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", 9268 "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", 9269 "dependencies": { 9270 "ini": "^1.3.5", 9271 "kind-of": "^6.0.2", 9272 "which": "^1.3.1" 9273 }, 9274 "engines": { 9275 "node": ">=6" 9276 } 9277 }, 9278 "node_modules/global-prefix/node_modules/which": { 9279 "version": "1.3.1", 9280 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", 9281 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", 9282 "dependencies": { 9283 "isexe": "^2.0.0" 9284 }, 9285 "bin": { 9286 "which": "bin/which" 9287 } 9288 }, 9289 "node_modules/globals": { 9290 "version": "11.12.0", 9291 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", 9292 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", 9293 "engines": { 9294 "node": ">=4" 9295 } 9296 }, 9297 "node_modules/globalthis": { 9298 "version": "1.0.3", 9299 "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", 9300 "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", 9301 "dependencies": { 9302 "define-properties": "^1.1.3" 9303 }, 9304 "engines": { 9305 "node": ">= 0.4" 9306 }, 9307 "funding": { 9308 "url": "https://github.com/sponsors/ljharb" 9309 } 9310 }, 9311 "node_modules/globby": { 9312 "version": "11.1.0", 9313 "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", 9314 "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", 9315 "dependencies": { 9316 "array-union": "^2.1.0", 9317 "dir-glob": "^3.0.1", 9318 "fast-glob": "^3.2.9", 9319 "ignore": "^5.2.0", 9320 "merge2": "^1.4.1", 9321 "slash": "^3.0.0" 9322 }, 9323 "engines": { 9324 "node": ">=10" 9325 }, 9326 "funding": { 9327 "url": "https://github.com/sponsors/sindresorhus" 9328 } 9329 }, 9330 "node_modules/gopd": { 9331 "version": "1.0.1", 9332 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", 9333 "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", 9334 "dependencies": { 9335 "get-intrinsic": "^1.1.3" 9336 }, 9337 "funding": { 9338 "url": "https://github.com/sponsors/ljharb" 9339 } 9340 }, 9341 "node_modules/graceful-fs": { 9342 "version": "4.2.11", 9343 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 9344 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" 9345 }, 9346 "node_modules/graphemer": { 9347 "version": "1.4.0", 9348 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", 9349 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" 9350 }, 9351 "node_modules/guacamole-common-js": { 9352 "version": "1.5.0", 9353 "resolved": "https://registry.npmjs.org/guacamole-common-js/-/guacamole-common-js-1.5.0.tgz", 9354 "integrity": "sha512-zxztif3GGhKbg1RgOqwmqot8kXgv2HmHFg1EvWwd4q7UfEKvBcYZ0f+7G8HzvU+FUxF0Psqm9Kl5vCbgfrRgJg==" 9355 }, 9356 "node_modules/gzip-size": { 9357 "version": "6.0.0", 9358 "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", 9359 "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", 9360 "dependencies": { 9361 "duplexer": "^0.1.2" 9362 }, 9363 "engines": { 9364 "node": ">=10" 9365 }, 9366 "funding": { 9367 "url": "https://github.com/sponsors/sindresorhus" 9368 } 9369 }, 9370 "node_modules/handle-thing": { 9371 "version": "2.0.1", 9372 "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", 9373 "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" 9374 }, 9375 "node_modules/harmony-reflect": { 9376 "version": "1.6.2", 9377 "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", 9378 "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" 9379 }, 9380 "node_modules/has-bigints": { 9381 "version": "1.0.2", 9382 "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", 9383 "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", 9384 "funding": { 9385 "url": "https://github.com/sponsors/ljharb" 9386 } 9387 }, 9388 "node_modules/has-flag": { 9389 "version": "3.0.0", 9390 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", 9391 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", 9392 "engines": { 9393 "node": ">=4" 9394 } 9395 }, 9396 "node_modules/has-property-descriptors": { 9397 "version": "1.0.1", 9398 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", 9399 "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", 9400 "dependencies": { 9401 "get-intrinsic": "^1.2.2" 9402 }, 9403 "funding": { 9404 "url": "https://github.com/sponsors/ljharb" 9405 } 9406 }, 9407 "node_modules/has-proto": { 9408 "version": "1.0.1", 9409 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", 9410 "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", 9411 "engines": { 9412 "node": ">= 0.4" 9413 }, 9414 "funding": { 9415 "url": "https://github.com/sponsors/ljharb" 9416 } 9417 }, 9418 "node_modules/has-symbols": { 9419 "version": "1.0.3", 9420 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", 9421 "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", 9422 "engines": { 9423 "node": ">= 0.4" 9424 }, 9425 "funding": { 9426 "url": "https://github.com/sponsors/ljharb" 9427 } 9428 }, 9429 "node_modules/has-tostringtag": { 9430 "version": "1.0.2", 9431 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", 9432 "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", 9433 "dependencies": { 9434 "has-symbols": "^1.0.3" 9435 }, 9436 "engines": { 9437 "node": ">= 0.4" 9438 }, 9439 "funding": { 9440 "url": "https://github.com/sponsors/ljharb" 9441 } 9442 }, 9443 "node_modules/hash-base": { 9444 "version": "3.1.0", 9445 "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", 9446 "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", 9447 "dependencies": { 9448 "inherits": "^2.0.4", 9449 "readable-stream": "^3.6.0", 9450 "safe-buffer": "^5.2.0" 9451 }, 9452 "engines": { 9453 "node": ">=4" 9454 } 9455 }, 9456 "node_modules/hash.js": { 9457 "version": "1.1.7", 9458 "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", 9459 "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", 9460 "dependencies": { 9461 "inherits": "^2.0.3", 9462 "minimalistic-assert": "^1.0.1" 9463 } 9464 }, 9465 "node_modules/hasown": { 9466 "version": "2.0.0", 9467 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", 9468 "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", 9469 "dependencies": { 9470 "function-bind": "^1.1.2" 9471 }, 9472 "engines": { 9473 "node": ">= 0.4" 9474 } 9475 }, 9476 "node_modules/he": { 9477 "version": "1.2.0", 9478 "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", 9479 "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", 9480 "bin": { 9481 "he": "bin/he" 9482 } 9483 }, 9484 "node_modules/hmac-drbg": { 9485 "version": "1.0.1", 9486 "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", 9487 "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==", 9488 "dependencies": { 9489 "hash.js": "^1.0.3", 9490 "minimalistic-assert": "^1.0.0", 9491 "minimalistic-crypto-utils": "^1.0.1" 9492 } 9493 }, 9494 "node_modules/hoopy": { 9495 "version": "0.1.4", 9496 "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", 9497 "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", 9498 "engines": { 9499 "node": ">= 6.0.0" 9500 } 9501 }, 9502 "node_modules/hpack.js": { 9503 "version": "2.1.6", 9504 "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", 9505 "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", 9506 "dependencies": { 9507 "inherits": "^2.0.1", 9508 "obuf": "^1.0.0", 9509 "readable-stream": "^2.0.1", 9510 "wbuf": "^1.1.0" 9511 } 9512 }, 9513 "node_modules/hpack.js/node_modules/isarray": { 9514 "version": "1.0.0", 9515 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", 9516 "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" 9517 }, 9518 "node_modules/hpack.js/node_modules/readable-stream": { 9519 "version": "2.3.8", 9520 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", 9521 "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", 9522 "dependencies": { 9523 "core-util-is": "~1.0.0", 9524 "inherits": "~2.0.3", 9525 "isarray": "~1.0.0", 9526 "process-nextick-args": "~2.0.0", 9527 "safe-buffer": "~5.1.1", 9528 "string_decoder": "~1.1.1", 9529 "util-deprecate": "~1.0.1" 9530 } 9531 }, 9532 "node_modules/hpack.js/node_modules/safe-buffer": { 9533 "version": "5.1.2", 9534 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", 9535 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" 9536 }, 9537 "node_modules/hpack.js/node_modules/string_decoder": { 9538 "version": "1.1.1", 9539 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", 9540 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", 9541 "dependencies": { 9542 "safe-buffer": "~5.1.0" 9543 } 9544 }, 9545 "node_modules/html-encoding-sniffer": { 9546 "version": "2.0.1", 9547 "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", 9548 "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", 9549 "dependencies": { 9550 "whatwg-encoding": "^1.0.5" 9551 }, 9552 "engines": { 9553 "node": ">=10" 9554 } 9555 }, 9556 "node_modules/html-entities": { 9557 "version": "2.4.0", 9558 "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", 9559 "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", 9560 "funding": [ 9561 { 9562 "type": "github", 9563 "url": "https://github.com/sponsors/mdevils" 9564 }, 9565 { 9566 "type": "patreon", 9567 "url": "https://patreon.com/mdevils" 9568 } 9569 ] 9570 }, 9571 "node_modules/html-escaper": { 9572 "version": "2.0.2", 9573 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", 9574 "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" 9575 }, 9576 "node_modules/html-minifier-terser": { 9577 "version": "6.1.0", 9578 "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", 9579 "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", 9580 "dependencies": { 9581 "camel-case": "^4.1.2", 9582 "clean-css": "^5.2.2", 9583 "commander": "^8.3.0", 9584 "he": "^1.2.0", 9585 "param-case": "^3.0.4", 9586 "relateurl": "^0.2.7", 9587 "terser": "^5.10.0" 9588 }, 9589 "bin": { 9590 "html-minifier-terser": "cli.js" 9591 }, 9592 "engines": { 9593 "node": ">=12" 9594 } 9595 }, 9596 "node_modules/html-webpack-plugin": { 9597 "version": "5.6.0", 9598 "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", 9599 "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", 9600 "dependencies": { 9601 "@types/html-minifier-terser": "^6.0.0", 9602 "html-minifier-terser": "^6.0.2", 9603 "lodash": "^4.17.21", 9604 "pretty-error": "^4.0.0", 9605 "tapable": "^2.0.0" 9606 }, 9607 "engines": { 9608 "node": ">=10.13.0" 9609 }, 9610 "funding": { 9611 "type": "opencollective", 9612 "url": "https://opencollective.com/html-webpack-plugin" 9613 }, 9614 "peerDependencies": { 9615 "@rspack/core": "0.x || 1.x", 9616 "webpack": "^5.20.0" 9617 }, 9618 "peerDependenciesMeta": { 9619 "@rspack/core": { 9620 "optional": true 9621 }, 9622 "webpack": { 9623 "optional": true 9624 } 9625 } 9626 }, 9627 "node_modules/htmlparser2": { 9628 "version": "6.1.0", 9629 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", 9630 "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", 9631 "funding": [ 9632 "https://github.com/fb55/htmlparser2?sponsor=1", 9633 { 9634 "type": "github", 9635 "url": "https://github.com/sponsors/fb55" 9636 } 9637 ], 9638 "dependencies": { 9639 "domelementtype": "^2.0.1", 9640 "domhandler": "^4.0.0", 9641 "domutils": "^2.5.2", 9642 "entities": "^2.0.0" 9643 } 9644 }, 9645 "node_modules/http-deceiver": { 9646 "version": "1.2.7", 9647 "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", 9648 "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" 9649 }, 9650 "node_modules/http-errors": { 9651 "version": "2.0.0", 9652 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", 9653 "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", 9654 "dependencies": { 9655 "depd": "2.0.0", 9656 "inherits": "2.0.4", 9657 "setprototypeof": "1.2.0", 9658 "statuses": "2.0.1", 9659 "toidentifier": "1.0.1" 9660 }, 9661 "engines": { 9662 "node": ">= 0.8" 9663 } 9664 }, 9665 "node_modules/http-parser-js": { 9666 "version": "0.5.8", 9667 "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", 9668 "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==" 9669 }, 9670 "node_modules/http-proxy": { 9671 "version": "1.18.1", 9672 "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", 9673 "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", 9674 "dependencies": { 9675 "eventemitter3": "^4.0.0", 9676 "follow-redirects": "^1.0.0", 9677 "requires-port": "^1.0.0" 9678 }, 9679 "engines": { 9680 "node": ">=8.0.0" 9681 } 9682 }, 9683 "node_modules/http-proxy-agent": { 9684 "version": "4.0.1", 9685 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", 9686 "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", 9687 "dependencies": { 9688 "@tootallnate/once": "1", 9689 "agent-base": "6", 9690 "debug": "4" 9691 }, 9692 "engines": { 9693 "node": ">= 6" 9694 } 9695 }, 9696 "node_modules/http-proxy-middleware": { 9697 "version": "2.0.6", 9698 "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", 9699 "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", 9700 "dependencies": { 9701 "@types/http-proxy": "^1.17.8", 9702 "http-proxy": "^1.18.1", 9703 "is-glob": "^4.0.1", 9704 "is-plain-obj": "^3.0.0", 9705 "micromatch": "^4.0.2" 9706 }, 9707 "engines": { 9708 "node": ">=12.0.0" 9709 }, 9710 "peerDependencies": { 9711 "@types/express": "^4.17.13" 9712 }, 9713 "peerDependenciesMeta": { 9714 "@types/express": { 9715 "optional": true 9716 } 9717 } 9718 }, 9719 "node_modules/https-browserify": { 9720 "version": "1.0.0", 9721 "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", 9722 "integrity": "sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==" 9723 }, 9724 "node_modules/https-proxy-agent": { 9725 "version": "5.0.1", 9726 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", 9727 "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", 9728 "dependencies": { 9729 "agent-base": "6", 9730 "debug": "4" 9731 }, 9732 "engines": { 9733 "node": ">= 6" 9734 } 9735 }, 9736 "node_modules/human-signals": { 9737 "version": "2.1.0", 9738 "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", 9739 "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", 9740 "engines": { 9741 "node": ">=10.17.0" 9742 } 9743 }, 9744 "node_modules/iconv-lite": { 9745 "version": "0.6.3", 9746 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 9747 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 9748 "dependencies": { 9749 "safer-buffer": ">= 2.1.2 < 3.0.0" 9750 }, 9751 "engines": { 9752 "node": ">=0.10.0" 9753 } 9754 }, 9755 "node_modules/icss-utils": { 9756 "version": "5.1.0", 9757 "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", 9758 "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", 9759 "engines": { 9760 "node": "^10 || ^12 || >= 14" 9761 }, 9762 "peerDependencies": { 9763 "postcss": "^8.1.0" 9764 } 9765 }, 9766 "node_modules/idb": { 9767 "version": "7.1.1", 9768 "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", 9769 "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==" 9770 }, 9771 "node_modules/identity-obj-proxy": { 9772 "version": "3.0.0", 9773 "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", 9774 "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==", 9775 "dependencies": { 9776 "harmony-reflect": "^1.4.6" 9777 }, 9778 "engines": { 9779 "node": ">=4" 9780 } 9781 }, 9782 "node_modules/ieee754": { 9783 "version": "1.2.1", 9784 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", 9785 "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", 9786 "funding": [ 9787 { 9788 "type": "github", 9789 "url": "https://github.com/sponsors/feross" 9790 }, 9791 { 9792 "type": "patreon", 9793 "url": "https://www.patreon.com/feross" 9794 }, 9795 { 9796 "type": "consulting", 9797 "url": "https://feross.org/support" 9798 } 9799 ] 9800 }, 9801 "node_modules/ignore": { 9802 "version": "5.3.1", 9803 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", 9804 "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", 9805 "engines": { 9806 "node": ">= 4" 9807 } 9808 }, 9809 "node_modules/immer": { 9810 "version": "9.0.21", 9811 "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", 9812 "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==", 9813 "funding": { 9814 "type": "opencollective", 9815 "url": "https://opencollective.com/immer" 9816 } 9817 }, 9818 "node_modules/import-fresh": { 9819 "version": "3.3.0", 9820 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", 9821 "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", 9822 "dependencies": { 9823 "parent-module": "^1.0.0", 9824 "resolve-from": "^4.0.0" 9825 }, 9826 "engines": { 9827 "node": ">=6" 9828 }, 9829 "funding": { 9830 "url": "https://github.com/sponsors/sindresorhus" 9831 } 9832 }, 9833 "node_modules/import-fresh/node_modules/resolve-from": { 9834 "version": "4.0.0", 9835 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", 9836 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", 9837 "engines": { 9838 "node": ">=4" 9839 } 9840 }, 9841 "node_modules/import-local": { 9842 "version": "3.1.0", 9843 "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", 9844 "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", 9845 "dependencies": { 9846 "pkg-dir": "^4.2.0", 9847 "resolve-cwd": "^3.0.0" 9848 }, 9849 "bin": { 9850 "import-local-fixture": "fixtures/cli.js" 9851 }, 9852 "engines": { 9853 "node": ">=8" 9854 }, 9855 "funding": { 9856 "url": "https://github.com/sponsors/sindresorhus" 9857 } 9858 }, 9859 "node_modules/imurmurhash": { 9860 "version": "0.1.4", 9861 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", 9862 "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", 9863 "engines": { 9864 "node": ">=0.8.19" 9865 } 9866 }, 9867 "node_modules/indent-string": { 9868 "version": "4.0.0", 9869 "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", 9870 "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", 9871 "engines": { 9872 "node": ">=8" 9873 } 9874 }, 9875 "node_modules/inflight": { 9876 "version": "1.0.6", 9877 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 9878 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", 9879 "dependencies": { 9880 "once": "^1.3.0", 9881 "wrappy": "1" 9882 } 9883 }, 9884 "node_modules/inherits": { 9885 "version": "2.0.4", 9886 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 9887 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" 9888 }, 9889 "node_modules/ini": { 9890 "version": "1.3.8", 9891 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", 9892 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" 9893 }, 9894 "node_modules/internal-slot": { 9895 "version": "1.0.7", 9896 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", 9897 "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", 9898 "dependencies": { 9899 "es-errors": "^1.3.0", 9900 "hasown": "^2.0.0", 9901 "side-channel": "^1.0.4" 9902 }, 9903 "engines": { 9904 "node": ">= 0.4" 9905 } 9906 }, 9907 "node_modules/ipaddr.js": { 9908 "version": "2.1.0", 9909 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz", 9910 "integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==", 9911 "engines": { 9912 "node": ">= 10" 9913 } 9914 }, 9915 "node_modules/is-arguments": { 9916 "version": "1.1.1", 9917 "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", 9918 "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", 9919 "dependencies": { 9920 "call-bind": "^1.0.2", 9921 "has-tostringtag": "^1.0.0" 9922 }, 9923 "engines": { 9924 "node": ">= 0.4" 9925 }, 9926 "funding": { 9927 "url": "https://github.com/sponsors/ljharb" 9928 } 9929 }, 9930 "node_modules/is-array-buffer": { 9931 "version": "3.0.4", 9932 "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", 9933 "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", 9934 "dependencies": { 9935 "call-bind": "^1.0.2", 9936 "get-intrinsic": "^1.2.1" 9937 }, 9938 "engines": { 9939 "node": ">= 0.4" 9940 }, 9941 "funding": { 9942 "url": "https://github.com/sponsors/ljharb" 9943 } 9944 }, 9945 "node_modules/is-arrayish": { 9946 "version": "0.2.1", 9947 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", 9948 "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" 9949 }, 9950 "node_modules/is-async-function": { 9951 "version": "2.0.0", 9952 "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", 9953 "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", 9954 "dependencies": { 9955 "has-tostringtag": "^1.0.0" 9956 }, 9957 "engines": { 9958 "node": ">= 0.4" 9959 }, 9960 "funding": { 9961 "url": "https://github.com/sponsors/ljharb" 9962 } 9963 }, 9964 "node_modules/is-bigint": { 9965 "version": "1.0.4", 9966 "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", 9967 "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", 9968 "dependencies": { 9969 "has-bigints": "^1.0.1" 9970 }, 9971 "funding": { 9972 "url": "https://github.com/sponsors/ljharb" 9973 } 9974 }, 9975 "node_modules/is-binary-path": { 9976 "version": "2.1.0", 9977 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 9978 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", 9979 "dependencies": { 9980 "binary-extensions": "^2.0.0" 9981 }, 9982 "engines": { 9983 "node": ">=8" 9984 } 9985 }, 9986 "node_modules/is-boolean-object": { 9987 "version": "1.1.2", 9988 "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", 9989 "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", 9990 "dependencies": { 9991 "call-bind": "^1.0.2", 9992 "has-tostringtag": "^1.0.0" 9993 }, 9994 "engines": { 9995 "node": ">= 0.4" 9996 }, 9997 "funding": { 9998 "url": "https://github.com/sponsors/ljharb" 9999 } 10000 }, 10001 "node_modules/is-callable": { 10002 "version": "1.2.7", 10003 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", 10004 "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", 10005 "engines": { 10006 "node": ">= 0.4" 10007 }, 10008 "funding": { 10009 "url": "https://github.com/sponsors/ljharb" 10010 } 10011 }, 10012 "node_modules/is-core-module": { 10013 "version": "2.13.1", 10014 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", 10015 "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", 10016 "dependencies": { 10017 "hasown": "^2.0.0" 10018 }, 10019 "funding": { 10020 "url": "https://github.com/sponsors/ljharb" 10021 } 10022 }, 10023 "node_modules/is-date-object": { 10024 "version": "1.0.5", 10025 "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", 10026 "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", 10027 "dependencies": { 10028 "has-tostringtag": "^1.0.0" 10029 }, 10030 "engines": { 10031 "node": ">= 0.4" 10032 }, 10033 "funding": { 10034 "url": "https://github.com/sponsors/ljharb" 10035 } 10036 }, 10037 "node_modules/is-docker": { 10038 "version": "2.2.1", 10039 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", 10040 "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", 10041 "bin": { 10042 "is-docker": "cli.js" 10043 }, 10044 "engines": { 10045 "node": ">=8" 10046 }, 10047 "funding": { 10048 "url": "https://github.com/sponsors/sindresorhus" 10049 } 10050 }, 10051 "node_modules/is-extglob": { 10052 "version": "2.1.1", 10053 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 10054 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 10055 "engines": { 10056 "node": ">=0.10.0" 10057 } 10058 }, 10059 "node_modules/is-finalizationregistry": { 10060 "version": "1.0.2", 10061 "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", 10062 "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", 10063 "dependencies": { 10064 "call-bind": "^1.0.2" 10065 }, 10066 "funding": { 10067 "url": "https://github.com/sponsors/ljharb" 10068 } 10069 }, 10070 "node_modules/is-fullwidth-code-point": { 10071 "version": "3.0.0", 10072 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 10073 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 10074 "engines": { 10075 "node": ">=8" 10076 } 10077 }, 10078 "node_modules/is-generator-fn": { 10079 "version": "2.1.0", 10080 "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", 10081 "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", 10082 "engines": { 10083 "node": ">=6" 10084 } 10085 }, 10086 "node_modules/is-generator-function": { 10087 "version": "1.0.10", 10088 "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", 10089 "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", 10090 "dependencies": { 10091 "has-tostringtag": "^1.0.0" 10092 }, 10093 "engines": { 10094 "node": ">= 0.4" 10095 }, 10096 "funding": { 10097 "url": "https://github.com/sponsors/ljharb" 10098 } 10099 }, 10100 "node_modules/is-glob": { 10101 "version": "4.0.3", 10102 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 10103 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 10104 "dependencies": { 10105 "is-extglob": "^2.1.1" 10106 }, 10107 "engines": { 10108 "node": ">=0.10.0" 10109 } 10110 }, 10111 "node_modules/is-map": { 10112 "version": "2.0.2", 10113 "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", 10114 "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", 10115 "funding": { 10116 "url": "https://github.com/sponsors/ljharb" 10117 } 10118 }, 10119 "node_modules/is-module": { 10120 "version": "1.0.0", 10121 "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", 10122 "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" 10123 }, 10124 "node_modules/is-nan": { 10125 "version": "1.3.2", 10126 "resolved": "https://registry.npmjs.org/is-nan/-/is-nan-1.3.2.tgz", 10127 "integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==", 10128 "dependencies": { 10129 "call-bind": "^1.0.0", 10130 "define-properties": "^1.1.3" 10131 }, 10132 "engines": { 10133 "node": ">= 0.4" 10134 }, 10135 "funding": { 10136 "url": "https://github.com/sponsors/ljharb" 10137 } 10138 }, 10139 "node_modules/is-negative-zero": { 10140 "version": "2.0.2", 10141 "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", 10142 "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", 10143 "engines": { 10144 "node": ">= 0.4" 10145 }, 10146 "funding": { 10147 "url": "https://github.com/sponsors/ljharb" 10148 } 10149 }, 10150 "node_modules/is-number": { 10151 "version": "7.0.0", 10152 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 10153 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 10154 "engines": { 10155 "node": ">=0.12.0" 10156 } 10157 }, 10158 "node_modules/is-number-object": { 10159 "version": "1.0.7", 10160 "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", 10161 "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", 10162 "dependencies": { 10163 "has-tostringtag": "^1.0.0" 10164 }, 10165 "engines": { 10166 "node": ">= 0.4" 10167 }, 10168 "funding": { 10169 "url": "https://github.com/sponsors/ljharb" 10170 } 10171 }, 10172 "node_modules/is-obj": { 10173 "version": "1.0.1", 10174 "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", 10175 "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", 10176 "engines": { 10177 "node": ">=0.10.0" 10178 } 10179 }, 10180 "node_modules/is-path-inside": { 10181 "version": "3.0.3", 10182 "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", 10183 "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", 10184 "engines": { 10185 "node": ">=8" 10186 } 10187 }, 10188 "node_modules/is-plain-obj": { 10189 "version": "3.0.0", 10190 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", 10191 "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", 10192 "engines": { 10193 "node": ">=10" 10194 }, 10195 "funding": { 10196 "url": "https://github.com/sponsors/sindresorhus" 10197 } 10198 }, 10199 "node_modules/is-potential-custom-element-name": { 10200 "version": "1.0.1", 10201 "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", 10202 "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" 10203 }, 10204 "node_modules/is-regex": { 10205 "version": "1.1.4", 10206 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", 10207 "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", 10208 "dependencies": { 10209 "call-bind": "^1.0.2", 10210 "has-tostringtag": "^1.0.0" 10211 }, 10212 "engines": { 10213 "node": ">= 0.4" 10214 }, 10215 "funding": { 10216 "url": "https://github.com/sponsors/ljharb" 10217 } 10218 }, 10219 "node_modules/is-regexp": { 10220 "version": "1.0.0", 10221 "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", 10222 "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", 10223 "engines": { 10224 "node": ">=0.10.0" 10225 } 10226 }, 10227 "node_modules/is-root": { 10228 "version": "2.1.0", 10229 "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", 10230 "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", 10231 "engines": { 10232 "node": ">=6" 10233 } 10234 }, 10235 "node_modules/is-set": { 10236 "version": "2.0.2", 10237 "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", 10238 "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", 10239 "funding": { 10240 "url": "https://github.com/sponsors/ljharb" 10241 } 10242 }, 10243 "node_modules/is-shared-array-buffer": { 10244 "version": "1.0.2", 10245 "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", 10246 "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", 10247 "dependencies": { 10248 "call-bind": "^1.0.2" 10249 }, 10250 "funding": { 10251 "url": "https://github.com/sponsors/ljharb" 10252 } 10253 }, 10254 "node_modules/is-stream": { 10255 "version": "2.0.1", 10256 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", 10257 "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", 10258 "engines": { 10259 "node": ">=8" 10260 }, 10261 "funding": { 10262 "url": "https://github.com/sponsors/sindresorhus" 10263 } 10264 }, 10265 "node_modules/is-string": { 10266 "version": "1.0.7", 10267 "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", 10268 "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", 10269 "dependencies": { 10270 "has-tostringtag": "^1.0.0" 10271 }, 10272 "engines": { 10273 "node": ">= 0.4" 10274 }, 10275 "funding": { 10276 "url": "https://github.com/sponsors/ljharb" 10277 } 10278 }, 10279 "node_modules/is-symbol": { 10280 "version": "1.0.4", 10281 "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", 10282 "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", 10283 "dependencies": { 10284 "has-symbols": "^1.0.2" 10285 }, 10286 "engines": { 10287 "node": ">= 0.4" 10288 }, 10289 "funding": { 10290 "url": "https://github.com/sponsors/ljharb" 10291 } 10292 }, 10293 "node_modules/is-typed-array": { 10294 "version": "1.1.13", 10295 "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", 10296 "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", 10297 "dependencies": { 10298 "which-typed-array": "^1.1.14" 10299 }, 10300 "engines": { 10301 "node": ">= 0.4" 10302 }, 10303 "funding": { 10304 "url": "https://github.com/sponsors/ljharb" 10305 } 10306 }, 10307 "node_modules/is-typedarray": { 10308 "version": "1.0.0", 10309 "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", 10310 "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" 10311 }, 10312 "node_modules/is-weakmap": { 10313 "version": "2.0.1", 10314 "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", 10315 "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", 10316 "funding": { 10317 "url": "https://github.com/sponsors/ljharb" 10318 } 10319 }, 10320 "node_modules/is-weakref": { 10321 "version": "1.0.2", 10322 "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", 10323 "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", 10324 "dependencies": { 10325 "call-bind": "^1.0.2" 10326 }, 10327 "funding": { 10328 "url": "https://github.com/sponsors/ljharb" 10329 } 10330 }, 10331 "node_modules/is-weakset": { 10332 "version": "2.0.2", 10333 "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", 10334 "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", 10335 "dependencies": { 10336 "call-bind": "^1.0.2", 10337 "get-intrinsic": "^1.1.1" 10338 }, 10339 "funding": { 10340 "url": "https://github.com/sponsors/ljharb" 10341 } 10342 }, 10343 "node_modules/is-wsl": { 10344 "version": "2.2.0", 10345 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", 10346 "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", 10347 "dependencies": { 10348 "is-docker": "^2.0.0" 10349 }, 10350 "engines": { 10351 "node": ">=8" 10352 } 10353 }, 10354 "node_modules/isarray": { 10355 "version": "2.0.5", 10356 "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", 10357 "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" 10358 }, 10359 "node_modules/isexe": { 10360 "version": "2.0.0", 10361 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 10362 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" 10363 }, 10364 "node_modules/istanbul-lib-coverage": { 10365 "version": "3.2.2", 10366 "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", 10367 "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", 10368 "engines": { 10369 "node": ">=8" 10370 } 10371 }, 10372 "node_modules/istanbul-lib-instrument": { 10373 "version": "5.2.1", 10374 "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", 10375 "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", 10376 "dependencies": { 10377 "@babel/core": "^7.12.3", 10378 "@babel/parser": "^7.14.7", 10379 "@istanbuljs/schema": "^0.1.2", 10380 "istanbul-lib-coverage": "^3.2.0", 10381 "semver": "^6.3.0" 10382 }, 10383 "engines": { 10384 "node": ">=8" 10385 } 10386 }, 10387 "node_modules/istanbul-lib-instrument/node_modules/semver": { 10388 "version": "6.3.1", 10389 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 10390 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 10391 "bin": { 10392 "semver": "bin/semver.js" 10393 } 10394 }, 10395 "node_modules/istanbul-lib-report": { 10396 "version": "3.0.1", 10397 "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", 10398 "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", 10399 "dependencies": { 10400 "istanbul-lib-coverage": "^3.0.0", 10401 "make-dir": "^4.0.0", 10402 "supports-color": "^7.1.0" 10403 }, 10404 "engines": { 10405 "node": ">=10" 10406 } 10407 }, 10408 "node_modules/istanbul-lib-report/node_modules/has-flag": { 10409 "version": "4.0.0", 10410 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 10411 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 10412 "engines": { 10413 "node": ">=8" 10414 } 10415 }, 10416 "node_modules/istanbul-lib-report/node_modules/make-dir": { 10417 "version": "4.0.0", 10418 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", 10419 "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", 10420 "dependencies": { 10421 "semver": "^7.5.3" 10422 }, 10423 "engines": { 10424 "node": ">=10" 10425 }, 10426 "funding": { 10427 "url": "https://github.com/sponsors/sindresorhus" 10428 } 10429 }, 10430 "node_modules/istanbul-lib-report/node_modules/supports-color": { 10431 "version": "7.2.0", 10432 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 10433 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 10434 "dependencies": { 10435 "has-flag": "^4.0.0" 10436 }, 10437 "engines": { 10438 "node": ">=8" 10439 } 10440 }, 10441 "node_modules/istanbul-lib-source-maps": { 10442 "version": "4.0.1", 10443 "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", 10444 "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", 10445 "dependencies": { 10446 "debug": "^4.1.1", 10447 "istanbul-lib-coverage": "^3.0.0", 10448 "source-map": "^0.6.1" 10449 }, 10450 "engines": { 10451 "node": ">=10" 10452 } 10453 }, 10454 "node_modules/istanbul-lib-source-maps/node_modules/source-map": { 10455 "version": "0.6.1", 10456 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 10457 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 10458 "engines": { 10459 "node": ">=0.10.0" 10460 } 10461 }, 10462 "node_modules/istanbul-reports": { 10463 "version": "3.1.6", 10464 "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", 10465 "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", 10466 "dependencies": { 10467 "html-escaper": "^2.0.0", 10468 "istanbul-lib-report": "^3.0.0" 10469 }, 10470 "engines": { 10471 "node": ">=8" 10472 } 10473 }, 10474 "node_modules/iterator.prototype": { 10475 "version": "1.1.2", 10476 "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", 10477 "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", 10478 "dependencies": { 10479 "define-properties": "^1.2.1", 10480 "get-intrinsic": "^1.2.1", 10481 "has-symbols": "^1.0.3", 10482 "reflect.getprototypeof": "^1.0.4", 10483 "set-function-name": "^2.0.1" 10484 } 10485 }, 10486 "node_modules/jackspeak": { 10487 "version": "2.3.6", 10488 "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", 10489 "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", 10490 "dependencies": { 10491 "@isaacs/cliui": "^8.0.2" 10492 }, 10493 "engines": { 10494 "node": ">=14" 10495 }, 10496 "funding": { 10497 "url": "https://github.com/sponsors/isaacs" 10498 }, 10499 "optionalDependencies": { 10500 "@pkgjs/parseargs": "^0.11.0" 10501 } 10502 }, 10503 "node_modules/jake": { 10504 "version": "10.8.7", 10505 "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", 10506 "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", 10507 "dependencies": { 10508 "async": "^3.2.3", 10509 "chalk": "^4.0.2", 10510 "filelist": "^1.0.4", 10511 "minimatch": "^3.1.2" 10512 }, 10513 "bin": { 10514 "jake": "bin/cli.js" 10515 }, 10516 "engines": { 10517 "node": ">=10" 10518 } 10519 }, 10520 "node_modules/jake/node_modules/ansi-styles": { 10521 "version": "4.3.0", 10522 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 10523 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 10524 "dependencies": { 10525 "color-convert": "^2.0.1" 10526 }, 10527 "engines": { 10528 "node": ">=8" 10529 }, 10530 "funding": { 10531 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 10532 } 10533 }, 10534 "node_modules/jake/node_modules/chalk": { 10535 "version": "4.1.2", 10536 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 10537 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 10538 "dependencies": { 10539 "ansi-styles": "^4.1.0", 10540 "supports-color": "^7.1.0" 10541 }, 10542 "engines": { 10543 "node": ">=10" 10544 }, 10545 "funding": { 10546 "url": "https://github.com/chalk/chalk?sponsor=1" 10547 } 10548 }, 10549 "node_modules/jake/node_modules/color-convert": { 10550 "version": "2.0.1", 10551 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 10552 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 10553 "dependencies": { 10554 "color-name": "~1.1.4" 10555 }, 10556 "engines": { 10557 "node": ">=7.0.0" 10558 } 10559 }, 10560 "node_modules/jake/node_modules/color-name": { 10561 "version": "1.1.4", 10562 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 10563 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 10564 }, 10565 "node_modules/jake/node_modules/has-flag": { 10566 "version": "4.0.0", 10567 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 10568 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 10569 "engines": { 10570 "node": ">=8" 10571 } 10572 }, 10573 "node_modules/jake/node_modules/supports-color": { 10574 "version": "7.2.0", 10575 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 10576 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 10577 "dependencies": { 10578 "has-flag": "^4.0.0" 10579 }, 10580 "engines": { 10581 "node": ">=8" 10582 } 10583 }, 10584 "node_modules/jest": { 10585 "version": "27.5.1", 10586 "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", 10587 "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", 10588 "dependencies": { 10589 "@jest/core": "^27.5.1", 10590 "import-local": "^3.0.2", 10591 "jest-cli": "^27.5.1" 10592 }, 10593 "bin": { 10594 "jest": "bin/jest.js" 10595 }, 10596 "engines": { 10597 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 10598 }, 10599 "peerDependencies": { 10600 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" 10601 }, 10602 "peerDependenciesMeta": { 10603 "node-notifier": { 10604 "optional": true 10605 } 10606 } 10607 }, 10608 "node_modules/jest-changed-files": { 10609 "version": "27.5.1", 10610 "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", 10611 "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", 10612 "dependencies": { 10613 "@jest/types": "^27.5.1", 10614 "execa": "^5.0.0", 10615 "throat": "^6.0.1" 10616 }, 10617 "engines": { 10618 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 10619 } 10620 }, 10621 "node_modules/jest-circus": { 10622 "version": "27.5.1", 10623 "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", 10624 "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", 10625 "dependencies": { 10626 "@jest/environment": "^27.5.1", 10627 "@jest/test-result": "^27.5.1", 10628 "@jest/types": "^27.5.1", 10629 "@types/node": "*", 10630 "chalk": "^4.0.0", 10631 "co": "^4.6.0", 10632 "dedent": "^0.7.0", 10633 "expect": "^27.5.1", 10634 "is-generator-fn": "^2.0.0", 10635 "jest-each": "^27.5.1", 10636 "jest-matcher-utils": "^27.5.1", 10637 "jest-message-util": "^27.5.1", 10638 "jest-runtime": "^27.5.1", 10639 "jest-snapshot": "^27.5.1", 10640 "jest-util": "^27.5.1", 10641 "pretty-format": "^27.5.1", 10642 "slash": "^3.0.0", 10643 "stack-utils": "^2.0.3", 10644 "throat": "^6.0.1" 10645 }, 10646 "engines": { 10647 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 10648 } 10649 }, 10650 "node_modules/jest-circus/node_modules/ansi-styles": { 10651 "version": "4.3.0", 10652 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 10653 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 10654 "dependencies": { 10655 "color-convert": "^2.0.1" 10656 }, 10657 "engines": { 10658 "node": ">=8" 10659 }, 10660 "funding": { 10661 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 10662 } 10663 }, 10664 "node_modules/jest-circus/node_modules/chalk": { 10665 "version": "4.1.2", 10666 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 10667 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 10668 "dependencies": { 10669 "ansi-styles": "^4.1.0", 10670 "supports-color": "^7.1.0" 10671 }, 10672 "engines": { 10673 "node": ">=10" 10674 }, 10675 "funding": { 10676 "url": "https://github.com/chalk/chalk?sponsor=1" 10677 } 10678 }, 10679 "node_modules/jest-circus/node_modules/color-convert": { 10680 "version": "2.0.1", 10681 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 10682 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 10683 "dependencies": { 10684 "color-name": "~1.1.4" 10685 }, 10686 "engines": { 10687 "node": ">=7.0.0" 10688 } 10689 }, 10690 "node_modules/jest-circus/node_modules/color-name": { 10691 "version": "1.1.4", 10692 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 10693 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 10694 }, 10695 "node_modules/jest-circus/node_modules/has-flag": { 10696 "version": "4.0.0", 10697 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 10698 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 10699 "engines": { 10700 "node": ">=8" 10701 } 10702 }, 10703 "node_modules/jest-circus/node_modules/supports-color": { 10704 "version": "7.2.0", 10705 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 10706 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 10707 "dependencies": { 10708 "has-flag": "^4.0.0" 10709 }, 10710 "engines": { 10711 "node": ">=8" 10712 } 10713 }, 10714 "node_modules/jest-cli": { 10715 "version": "27.5.1", 10716 "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", 10717 "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", 10718 "dependencies": { 10719 "@jest/core": "^27.5.1", 10720 "@jest/test-result": "^27.5.1", 10721 "@jest/types": "^27.5.1", 10722 "chalk": "^4.0.0", 10723 "exit": "^0.1.2", 10724 "graceful-fs": "^4.2.9", 10725 "import-local": "^3.0.2", 10726 "jest-config": "^27.5.1", 10727 "jest-util": "^27.5.1", 10728 "jest-validate": "^27.5.1", 10729 "prompts": "^2.0.1", 10730 "yargs": "^16.2.0" 10731 }, 10732 "bin": { 10733 "jest": "bin/jest.js" 10734 }, 10735 "engines": { 10736 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 10737 }, 10738 "peerDependencies": { 10739 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" 10740 }, 10741 "peerDependenciesMeta": { 10742 "node-notifier": { 10743 "optional": true 10744 } 10745 } 10746 }, 10747 "node_modules/jest-cli/node_modules/ansi-styles": { 10748 "version": "4.3.0", 10749 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 10750 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 10751 "dependencies": { 10752 "color-convert": "^2.0.1" 10753 }, 10754 "engines": { 10755 "node": ">=8" 10756 }, 10757 "funding": { 10758 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 10759 } 10760 }, 10761 "node_modules/jest-cli/node_modules/chalk": { 10762 "version": "4.1.2", 10763 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 10764 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 10765 "dependencies": { 10766 "ansi-styles": "^4.1.0", 10767 "supports-color": "^7.1.0" 10768 }, 10769 "engines": { 10770 "node": ">=10" 10771 }, 10772 "funding": { 10773 "url": "https://github.com/chalk/chalk?sponsor=1" 10774 } 10775 }, 10776 "node_modules/jest-cli/node_modules/color-convert": { 10777 "version": "2.0.1", 10778 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 10779 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 10780 "dependencies": { 10781 "color-name": "~1.1.4" 10782 }, 10783 "engines": { 10784 "node": ">=7.0.0" 10785 } 10786 }, 10787 "node_modules/jest-cli/node_modules/color-name": { 10788 "version": "1.1.4", 10789 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 10790 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 10791 }, 10792 "node_modules/jest-cli/node_modules/has-flag": { 10793 "version": "4.0.0", 10794 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 10795 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 10796 "engines": { 10797 "node": ">=8" 10798 } 10799 }, 10800 "node_modules/jest-cli/node_modules/supports-color": { 10801 "version": "7.2.0", 10802 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 10803 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 10804 "dependencies": { 10805 "has-flag": "^4.0.0" 10806 }, 10807 "engines": { 10808 "node": ">=8" 10809 } 10810 }, 10811 "node_modules/jest-config": { 10812 "version": "27.5.1", 10813 "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", 10814 "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", 10815 "dependencies": { 10816 "@babel/core": "^7.8.0", 10817 "@jest/test-sequencer": "^27.5.1", 10818 "@jest/types": "^27.5.1", 10819 "babel-jest": "^27.5.1", 10820 "chalk": "^4.0.0", 10821 "ci-info": "^3.2.0", 10822 "deepmerge": "^4.2.2", 10823 "glob": "^7.1.1", 10824 "graceful-fs": "^4.2.9", 10825 "jest-circus": "^27.5.1", 10826 "jest-environment-jsdom": "^27.5.1", 10827 "jest-environment-node": "^27.5.1", 10828 "jest-get-type": "^27.5.1", 10829 "jest-jasmine2": "^27.5.1", 10830 "jest-regex-util": "^27.5.1", 10831 "jest-resolve": "^27.5.1", 10832 "jest-runner": "^27.5.1", 10833 "jest-util": "^27.5.1", 10834 "jest-validate": "^27.5.1", 10835 "micromatch": "^4.0.4", 10836 "parse-json": "^5.2.0", 10837 "pretty-format": "^27.5.1", 10838 "slash": "^3.0.0", 10839 "strip-json-comments": "^3.1.1" 10840 }, 10841 "engines": { 10842 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 10843 }, 10844 "peerDependencies": { 10845 "ts-node": ">=9.0.0" 10846 }, 10847 "peerDependenciesMeta": { 10848 "ts-node": { 10849 "optional": true 10850 } 10851 } 10852 }, 10853 "node_modules/jest-config/node_modules/ansi-styles": { 10854 "version": "4.3.0", 10855 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 10856 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 10857 "dependencies": { 10858 "color-convert": "^2.0.1" 10859 }, 10860 "engines": { 10861 "node": ">=8" 10862 }, 10863 "funding": { 10864 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 10865 } 10866 }, 10867 "node_modules/jest-config/node_modules/chalk": { 10868 "version": "4.1.2", 10869 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 10870 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 10871 "dependencies": { 10872 "ansi-styles": "^4.1.0", 10873 "supports-color": "^7.1.0" 10874 }, 10875 "engines": { 10876 "node": ">=10" 10877 }, 10878 "funding": { 10879 "url": "https://github.com/chalk/chalk?sponsor=1" 10880 } 10881 }, 10882 "node_modules/jest-config/node_modules/color-convert": { 10883 "version": "2.0.1", 10884 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 10885 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 10886 "dependencies": { 10887 "color-name": "~1.1.4" 10888 }, 10889 "engines": { 10890 "node": ">=7.0.0" 10891 } 10892 }, 10893 "node_modules/jest-config/node_modules/color-name": { 10894 "version": "1.1.4", 10895 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 10896 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 10897 }, 10898 "node_modules/jest-config/node_modules/has-flag": { 10899 "version": "4.0.0", 10900 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 10901 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 10902 "engines": { 10903 "node": ">=8" 10904 } 10905 }, 10906 "node_modules/jest-config/node_modules/supports-color": { 10907 "version": "7.2.0", 10908 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 10909 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 10910 "dependencies": { 10911 "has-flag": "^4.0.0" 10912 }, 10913 "engines": { 10914 "node": ">=8" 10915 } 10916 }, 10917 "node_modules/jest-diff": { 10918 "version": "27.5.1", 10919 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", 10920 "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", 10921 "dependencies": { 10922 "chalk": "^4.0.0", 10923 "diff-sequences": "^27.5.1", 10924 "jest-get-type": "^27.5.1", 10925 "pretty-format": "^27.5.1" 10926 }, 10927 "engines": { 10928 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 10929 } 10930 }, 10931 "node_modules/jest-diff/node_modules/ansi-styles": { 10932 "version": "4.3.0", 10933 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 10934 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 10935 "dependencies": { 10936 "color-convert": "^2.0.1" 10937 }, 10938 "engines": { 10939 "node": ">=8" 10940 }, 10941 "funding": { 10942 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 10943 } 10944 }, 10945 "node_modules/jest-diff/node_modules/chalk": { 10946 "version": "4.1.2", 10947 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 10948 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 10949 "dependencies": { 10950 "ansi-styles": "^4.1.0", 10951 "supports-color": "^7.1.0" 10952 }, 10953 "engines": { 10954 "node": ">=10" 10955 }, 10956 "funding": { 10957 "url": "https://github.com/chalk/chalk?sponsor=1" 10958 } 10959 }, 10960 "node_modules/jest-diff/node_modules/color-convert": { 10961 "version": "2.0.1", 10962 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 10963 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 10964 "dependencies": { 10965 "color-name": "~1.1.4" 10966 }, 10967 "engines": { 10968 "node": ">=7.0.0" 10969 } 10970 }, 10971 "node_modules/jest-diff/node_modules/color-name": { 10972 "version": "1.1.4", 10973 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 10974 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 10975 }, 10976 "node_modules/jest-diff/node_modules/has-flag": { 10977 "version": "4.0.0", 10978 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 10979 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 10980 "engines": { 10981 "node": ">=8" 10982 } 10983 }, 10984 "node_modules/jest-diff/node_modules/supports-color": { 10985 "version": "7.2.0", 10986 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 10987 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 10988 "dependencies": { 10989 "has-flag": "^4.0.0" 10990 }, 10991 "engines": { 10992 "node": ">=8" 10993 } 10994 }, 10995 "node_modules/jest-docblock": { 10996 "version": "27.5.1", 10997 "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", 10998 "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", 10999 "dependencies": { 11000 "detect-newline": "^3.0.0" 11001 }, 11002 "engines": { 11003 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11004 } 11005 }, 11006 "node_modules/jest-each": { 11007 "version": "27.5.1", 11008 "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", 11009 "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", 11010 "dependencies": { 11011 "@jest/types": "^27.5.1", 11012 "chalk": "^4.0.0", 11013 "jest-get-type": "^27.5.1", 11014 "jest-util": "^27.5.1", 11015 "pretty-format": "^27.5.1" 11016 }, 11017 "engines": { 11018 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11019 } 11020 }, 11021 "node_modules/jest-each/node_modules/ansi-styles": { 11022 "version": "4.3.0", 11023 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 11024 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 11025 "dependencies": { 11026 "color-convert": "^2.0.1" 11027 }, 11028 "engines": { 11029 "node": ">=8" 11030 }, 11031 "funding": { 11032 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 11033 } 11034 }, 11035 "node_modules/jest-each/node_modules/chalk": { 11036 "version": "4.1.2", 11037 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 11038 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 11039 "dependencies": { 11040 "ansi-styles": "^4.1.0", 11041 "supports-color": "^7.1.0" 11042 }, 11043 "engines": { 11044 "node": ">=10" 11045 }, 11046 "funding": { 11047 "url": "https://github.com/chalk/chalk?sponsor=1" 11048 } 11049 }, 11050 "node_modules/jest-each/node_modules/color-convert": { 11051 "version": "2.0.1", 11052 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 11053 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 11054 "dependencies": { 11055 "color-name": "~1.1.4" 11056 }, 11057 "engines": { 11058 "node": ">=7.0.0" 11059 } 11060 }, 11061 "node_modules/jest-each/node_modules/color-name": { 11062 "version": "1.1.4", 11063 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 11064 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 11065 }, 11066 "node_modules/jest-each/node_modules/has-flag": { 11067 "version": "4.0.0", 11068 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 11069 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 11070 "engines": { 11071 "node": ">=8" 11072 } 11073 }, 11074 "node_modules/jest-each/node_modules/supports-color": { 11075 "version": "7.2.0", 11076 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 11077 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 11078 "dependencies": { 11079 "has-flag": "^4.0.0" 11080 }, 11081 "engines": { 11082 "node": ">=8" 11083 } 11084 }, 11085 "node_modules/jest-environment-jsdom": { 11086 "version": "27.5.1", 11087 "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", 11088 "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", 11089 "dependencies": { 11090 "@jest/environment": "^27.5.1", 11091 "@jest/fake-timers": "^27.5.1", 11092 "@jest/types": "^27.5.1", 11093 "@types/node": "*", 11094 "jest-mock": "^27.5.1", 11095 "jest-util": "^27.5.1", 11096 "jsdom": "^16.6.0" 11097 }, 11098 "engines": { 11099 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11100 } 11101 }, 11102 "node_modules/jest-environment-node": { 11103 "version": "27.5.1", 11104 "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", 11105 "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", 11106 "dependencies": { 11107 "@jest/environment": "^27.5.1", 11108 "@jest/fake-timers": "^27.5.1", 11109 "@jest/types": "^27.5.1", 11110 "@types/node": "*", 11111 "jest-mock": "^27.5.1", 11112 "jest-util": "^27.5.1" 11113 }, 11114 "engines": { 11115 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11116 } 11117 }, 11118 "node_modules/jest-get-type": { 11119 "version": "27.5.1", 11120 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", 11121 "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", 11122 "engines": { 11123 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11124 } 11125 }, 11126 "node_modules/jest-haste-map": { 11127 "version": "27.5.1", 11128 "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", 11129 "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", 11130 "dependencies": { 11131 "@jest/types": "^27.5.1", 11132 "@types/graceful-fs": "^4.1.2", 11133 "@types/node": "*", 11134 "anymatch": "^3.0.3", 11135 "fb-watchman": "^2.0.0", 11136 "graceful-fs": "^4.2.9", 11137 "jest-regex-util": "^27.5.1", 11138 "jest-serializer": "^27.5.1", 11139 "jest-util": "^27.5.1", 11140 "jest-worker": "^27.5.1", 11141 "micromatch": "^4.0.4", 11142 "walker": "^1.0.7" 11143 }, 11144 "engines": { 11145 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11146 }, 11147 "optionalDependencies": { 11148 "fsevents": "^2.3.2" 11149 } 11150 }, 11151 "node_modules/jest-jasmine2": { 11152 "version": "27.5.1", 11153 "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", 11154 "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", 11155 "dependencies": { 11156 "@jest/environment": "^27.5.1", 11157 "@jest/source-map": "^27.5.1", 11158 "@jest/test-result": "^27.5.1", 11159 "@jest/types": "^27.5.1", 11160 "@types/node": "*", 11161 "chalk": "^4.0.0", 11162 "co": "^4.6.0", 11163 "expect": "^27.5.1", 11164 "is-generator-fn": "^2.0.0", 11165 "jest-each": "^27.5.1", 11166 "jest-matcher-utils": "^27.5.1", 11167 "jest-message-util": "^27.5.1", 11168 "jest-runtime": "^27.5.1", 11169 "jest-snapshot": "^27.5.1", 11170 "jest-util": "^27.5.1", 11171 "pretty-format": "^27.5.1", 11172 "throat": "^6.0.1" 11173 }, 11174 "engines": { 11175 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11176 } 11177 }, 11178 "node_modules/jest-jasmine2/node_modules/ansi-styles": { 11179 "version": "4.3.0", 11180 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 11181 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 11182 "dependencies": { 11183 "color-convert": "^2.0.1" 11184 }, 11185 "engines": { 11186 "node": ">=8" 11187 }, 11188 "funding": { 11189 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 11190 } 11191 }, 11192 "node_modules/jest-jasmine2/node_modules/chalk": { 11193 "version": "4.1.2", 11194 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 11195 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 11196 "dependencies": { 11197 "ansi-styles": "^4.1.0", 11198 "supports-color": "^7.1.0" 11199 }, 11200 "engines": { 11201 "node": ">=10" 11202 }, 11203 "funding": { 11204 "url": "https://github.com/chalk/chalk?sponsor=1" 11205 } 11206 }, 11207 "node_modules/jest-jasmine2/node_modules/color-convert": { 11208 "version": "2.0.1", 11209 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 11210 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 11211 "dependencies": { 11212 "color-name": "~1.1.4" 11213 }, 11214 "engines": { 11215 "node": ">=7.0.0" 11216 } 11217 }, 11218 "node_modules/jest-jasmine2/node_modules/color-name": { 11219 "version": "1.1.4", 11220 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 11221 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 11222 }, 11223 "node_modules/jest-jasmine2/node_modules/has-flag": { 11224 "version": "4.0.0", 11225 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 11226 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 11227 "engines": { 11228 "node": ">=8" 11229 } 11230 }, 11231 "node_modules/jest-jasmine2/node_modules/supports-color": { 11232 "version": "7.2.0", 11233 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 11234 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 11235 "dependencies": { 11236 "has-flag": "^4.0.0" 11237 }, 11238 "engines": { 11239 "node": ">=8" 11240 } 11241 }, 11242 "node_modules/jest-leak-detector": { 11243 "version": "27.5.1", 11244 "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", 11245 "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", 11246 "dependencies": { 11247 "jest-get-type": "^27.5.1", 11248 "pretty-format": "^27.5.1" 11249 }, 11250 "engines": { 11251 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11252 } 11253 }, 11254 "node_modules/jest-matcher-utils": { 11255 "version": "27.5.1", 11256 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", 11257 "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", 11258 "dependencies": { 11259 "chalk": "^4.0.0", 11260 "jest-diff": "^27.5.1", 11261 "jest-get-type": "^27.5.1", 11262 "pretty-format": "^27.5.1" 11263 }, 11264 "engines": { 11265 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11266 } 11267 }, 11268 "node_modules/jest-matcher-utils/node_modules/ansi-styles": { 11269 "version": "4.3.0", 11270 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 11271 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 11272 "dependencies": { 11273 "color-convert": "^2.0.1" 11274 }, 11275 "engines": { 11276 "node": ">=8" 11277 }, 11278 "funding": { 11279 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 11280 } 11281 }, 11282 "node_modules/jest-matcher-utils/node_modules/chalk": { 11283 "version": "4.1.2", 11284 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 11285 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 11286 "dependencies": { 11287 "ansi-styles": "^4.1.0", 11288 "supports-color": "^7.1.0" 11289 }, 11290 "engines": { 11291 "node": ">=10" 11292 }, 11293 "funding": { 11294 "url": "https://github.com/chalk/chalk?sponsor=1" 11295 } 11296 }, 11297 "node_modules/jest-matcher-utils/node_modules/color-convert": { 11298 "version": "2.0.1", 11299 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 11300 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 11301 "dependencies": { 11302 "color-name": "~1.1.4" 11303 }, 11304 "engines": { 11305 "node": ">=7.0.0" 11306 } 11307 }, 11308 "node_modules/jest-matcher-utils/node_modules/color-name": { 11309 "version": "1.1.4", 11310 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 11311 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 11312 }, 11313 "node_modules/jest-matcher-utils/node_modules/has-flag": { 11314 "version": "4.0.0", 11315 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 11316 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 11317 "engines": { 11318 "node": ">=8" 11319 } 11320 }, 11321 "node_modules/jest-matcher-utils/node_modules/supports-color": { 11322 "version": "7.2.0", 11323 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 11324 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 11325 "dependencies": { 11326 "has-flag": "^4.0.0" 11327 }, 11328 "engines": { 11329 "node": ">=8" 11330 } 11331 }, 11332 "node_modules/jest-message-util": { 11333 "version": "27.5.1", 11334 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", 11335 "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", 11336 "dependencies": { 11337 "@babel/code-frame": "^7.12.13", 11338 "@jest/types": "^27.5.1", 11339 "@types/stack-utils": "^2.0.0", 11340 "chalk": "^4.0.0", 11341 "graceful-fs": "^4.2.9", 11342 "micromatch": "^4.0.4", 11343 "pretty-format": "^27.5.1", 11344 "slash": "^3.0.0", 11345 "stack-utils": "^2.0.3" 11346 }, 11347 "engines": { 11348 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11349 } 11350 }, 11351 "node_modules/jest-message-util/node_modules/ansi-styles": { 11352 "version": "4.3.0", 11353 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 11354 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 11355 "dependencies": { 11356 "color-convert": "^2.0.1" 11357 }, 11358 "engines": { 11359 "node": ">=8" 11360 }, 11361 "funding": { 11362 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 11363 } 11364 }, 11365 "node_modules/jest-message-util/node_modules/chalk": { 11366 "version": "4.1.2", 11367 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 11368 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 11369 "dependencies": { 11370 "ansi-styles": "^4.1.0", 11371 "supports-color": "^7.1.0" 11372 }, 11373 "engines": { 11374 "node": ">=10" 11375 }, 11376 "funding": { 11377 "url": "https://github.com/chalk/chalk?sponsor=1" 11378 } 11379 }, 11380 "node_modules/jest-message-util/node_modules/color-convert": { 11381 "version": "2.0.1", 11382 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 11383 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 11384 "dependencies": { 11385 "color-name": "~1.1.4" 11386 }, 11387 "engines": { 11388 "node": ">=7.0.0" 11389 } 11390 }, 11391 "node_modules/jest-message-util/node_modules/color-name": { 11392 "version": "1.1.4", 11393 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 11394 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 11395 }, 11396 "node_modules/jest-message-util/node_modules/has-flag": { 11397 "version": "4.0.0", 11398 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 11399 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 11400 "engines": { 11401 "node": ">=8" 11402 } 11403 }, 11404 "node_modules/jest-message-util/node_modules/supports-color": { 11405 "version": "7.2.0", 11406 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 11407 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 11408 "dependencies": { 11409 "has-flag": "^4.0.0" 11410 }, 11411 "engines": { 11412 "node": ">=8" 11413 } 11414 }, 11415 "node_modules/jest-mock": { 11416 "version": "27.5.1", 11417 "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", 11418 "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", 11419 "dependencies": { 11420 "@jest/types": "^27.5.1", 11421 "@types/node": "*" 11422 }, 11423 "engines": { 11424 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11425 } 11426 }, 11427 "node_modules/jest-pnp-resolver": { 11428 "version": "1.2.3", 11429 "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", 11430 "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", 11431 "engines": { 11432 "node": ">=6" 11433 }, 11434 "peerDependencies": { 11435 "jest-resolve": "*" 11436 }, 11437 "peerDependenciesMeta": { 11438 "jest-resolve": { 11439 "optional": true 11440 } 11441 } 11442 }, 11443 "node_modules/jest-regex-util": { 11444 "version": "27.5.1", 11445 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", 11446 "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", 11447 "engines": { 11448 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11449 } 11450 }, 11451 "node_modules/jest-resolve": { 11452 "version": "27.5.1", 11453 "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", 11454 "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", 11455 "dependencies": { 11456 "@jest/types": "^27.5.1", 11457 "chalk": "^4.0.0", 11458 "graceful-fs": "^4.2.9", 11459 "jest-haste-map": "^27.5.1", 11460 "jest-pnp-resolver": "^1.2.2", 11461 "jest-util": "^27.5.1", 11462 "jest-validate": "^27.5.1", 11463 "resolve": "^1.20.0", 11464 "resolve.exports": "^1.1.0", 11465 "slash": "^3.0.0" 11466 }, 11467 "engines": { 11468 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11469 } 11470 }, 11471 "node_modules/jest-resolve-dependencies": { 11472 "version": "27.5.1", 11473 "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", 11474 "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", 11475 "dependencies": { 11476 "@jest/types": "^27.5.1", 11477 "jest-regex-util": "^27.5.1", 11478 "jest-snapshot": "^27.5.1" 11479 }, 11480 "engines": { 11481 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11482 } 11483 }, 11484 "node_modules/jest-resolve/node_modules/ansi-styles": { 11485 "version": "4.3.0", 11486 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 11487 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 11488 "dependencies": { 11489 "color-convert": "^2.0.1" 11490 }, 11491 "engines": { 11492 "node": ">=8" 11493 }, 11494 "funding": { 11495 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 11496 } 11497 }, 11498 "node_modules/jest-resolve/node_modules/chalk": { 11499 "version": "4.1.2", 11500 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 11501 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 11502 "dependencies": { 11503 "ansi-styles": "^4.1.0", 11504 "supports-color": "^7.1.0" 11505 }, 11506 "engines": { 11507 "node": ">=10" 11508 }, 11509 "funding": { 11510 "url": "https://github.com/chalk/chalk?sponsor=1" 11511 } 11512 }, 11513 "node_modules/jest-resolve/node_modules/color-convert": { 11514 "version": "2.0.1", 11515 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 11516 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 11517 "dependencies": { 11518 "color-name": "~1.1.4" 11519 }, 11520 "engines": { 11521 "node": ">=7.0.0" 11522 } 11523 }, 11524 "node_modules/jest-resolve/node_modules/color-name": { 11525 "version": "1.1.4", 11526 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 11527 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 11528 }, 11529 "node_modules/jest-resolve/node_modules/has-flag": { 11530 "version": "4.0.0", 11531 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 11532 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 11533 "engines": { 11534 "node": ">=8" 11535 } 11536 }, 11537 "node_modules/jest-resolve/node_modules/supports-color": { 11538 "version": "7.2.0", 11539 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 11540 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 11541 "dependencies": { 11542 "has-flag": "^4.0.0" 11543 }, 11544 "engines": { 11545 "node": ">=8" 11546 } 11547 }, 11548 "node_modules/jest-runner": { 11549 "version": "27.5.1", 11550 "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", 11551 "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", 11552 "dependencies": { 11553 "@jest/console": "^27.5.1", 11554 "@jest/environment": "^27.5.1", 11555 "@jest/test-result": "^27.5.1", 11556 "@jest/transform": "^27.5.1", 11557 "@jest/types": "^27.5.1", 11558 "@types/node": "*", 11559 "chalk": "^4.0.0", 11560 "emittery": "^0.8.1", 11561 "graceful-fs": "^4.2.9", 11562 "jest-docblock": "^27.5.1", 11563 "jest-environment-jsdom": "^27.5.1", 11564 "jest-environment-node": "^27.5.1", 11565 "jest-haste-map": "^27.5.1", 11566 "jest-leak-detector": "^27.5.1", 11567 "jest-message-util": "^27.5.1", 11568 "jest-resolve": "^27.5.1", 11569 "jest-runtime": "^27.5.1", 11570 "jest-util": "^27.5.1", 11571 "jest-worker": "^27.5.1", 11572 "source-map-support": "^0.5.6", 11573 "throat": "^6.0.1" 11574 }, 11575 "engines": { 11576 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11577 } 11578 }, 11579 "node_modules/jest-runner/node_modules/ansi-styles": { 11580 "version": "4.3.0", 11581 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 11582 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 11583 "dependencies": { 11584 "color-convert": "^2.0.1" 11585 }, 11586 "engines": { 11587 "node": ">=8" 11588 }, 11589 "funding": { 11590 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 11591 } 11592 }, 11593 "node_modules/jest-runner/node_modules/chalk": { 11594 "version": "4.1.2", 11595 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 11596 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 11597 "dependencies": { 11598 "ansi-styles": "^4.1.0", 11599 "supports-color": "^7.1.0" 11600 }, 11601 "engines": { 11602 "node": ">=10" 11603 }, 11604 "funding": { 11605 "url": "https://github.com/chalk/chalk?sponsor=1" 11606 } 11607 }, 11608 "node_modules/jest-runner/node_modules/color-convert": { 11609 "version": "2.0.1", 11610 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 11611 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 11612 "dependencies": { 11613 "color-name": "~1.1.4" 11614 }, 11615 "engines": { 11616 "node": ">=7.0.0" 11617 } 11618 }, 11619 "node_modules/jest-runner/node_modules/color-name": { 11620 "version": "1.1.4", 11621 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 11622 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 11623 }, 11624 "node_modules/jest-runner/node_modules/has-flag": { 11625 "version": "4.0.0", 11626 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 11627 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 11628 "engines": { 11629 "node": ">=8" 11630 } 11631 }, 11632 "node_modules/jest-runner/node_modules/supports-color": { 11633 "version": "7.2.0", 11634 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 11635 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 11636 "dependencies": { 11637 "has-flag": "^4.0.0" 11638 }, 11639 "engines": { 11640 "node": ">=8" 11641 } 11642 }, 11643 "node_modules/jest-runtime": { 11644 "version": "27.5.1", 11645 "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", 11646 "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", 11647 "dependencies": { 11648 "@jest/environment": "^27.5.1", 11649 "@jest/fake-timers": "^27.5.1", 11650 "@jest/globals": "^27.5.1", 11651 "@jest/source-map": "^27.5.1", 11652 "@jest/test-result": "^27.5.1", 11653 "@jest/transform": "^27.5.1", 11654 "@jest/types": "^27.5.1", 11655 "chalk": "^4.0.0", 11656 "cjs-module-lexer": "^1.0.0", 11657 "collect-v8-coverage": "^1.0.0", 11658 "execa": "^5.0.0", 11659 "glob": "^7.1.3", 11660 "graceful-fs": "^4.2.9", 11661 "jest-haste-map": "^27.5.1", 11662 "jest-message-util": "^27.5.1", 11663 "jest-mock": "^27.5.1", 11664 "jest-regex-util": "^27.5.1", 11665 "jest-resolve": "^27.5.1", 11666 "jest-snapshot": "^27.5.1", 11667 "jest-util": "^27.5.1", 11668 "slash": "^3.0.0", 11669 "strip-bom": "^4.0.0" 11670 }, 11671 "engines": { 11672 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11673 } 11674 }, 11675 "node_modules/jest-runtime/node_modules/ansi-styles": { 11676 "version": "4.3.0", 11677 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 11678 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 11679 "dependencies": { 11680 "color-convert": "^2.0.1" 11681 }, 11682 "engines": { 11683 "node": ">=8" 11684 }, 11685 "funding": { 11686 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 11687 } 11688 }, 11689 "node_modules/jest-runtime/node_modules/chalk": { 11690 "version": "4.1.2", 11691 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 11692 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 11693 "dependencies": { 11694 "ansi-styles": "^4.1.0", 11695 "supports-color": "^7.1.0" 11696 }, 11697 "engines": { 11698 "node": ">=10" 11699 }, 11700 "funding": { 11701 "url": "https://github.com/chalk/chalk?sponsor=1" 11702 } 11703 }, 11704 "node_modules/jest-runtime/node_modules/color-convert": { 11705 "version": "2.0.1", 11706 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 11707 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 11708 "dependencies": { 11709 "color-name": "~1.1.4" 11710 }, 11711 "engines": { 11712 "node": ">=7.0.0" 11713 } 11714 }, 11715 "node_modules/jest-runtime/node_modules/color-name": { 11716 "version": "1.1.4", 11717 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 11718 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 11719 }, 11720 "node_modules/jest-runtime/node_modules/has-flag": { 11721 "version": "4.0.0", 11722 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 11723 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 11724 "engines": { 11725 "node": ">=8" 11726 } 11727 }, 11728 "node_modules/jest-runtime/node_modules/supports-color": { 11729 "version": "7.2.0", 11730 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 11731 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 11732 "dependencies": { 11733 "has-flag": "^4.0.0" 11734 }, 11735 "engines": { 11736 "node": ">=8" 11737 } 11738 }, 11739 "node_modules/jest-serializer": { 11740 "version": "27.5.1", 11741 "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", 11742 "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", 11743 "dependencies": { 11744 "@types/node": "*", 11745 "graceful-fs": "^4.2.9" 11746 }, 11747 "engines": { 11748 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11749 } 11750 }, 11751 "node_modules/jest-snapshot": { 11752 "version": "27.5.1", 11753 "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", 11754 "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", 11755 "dependencies": { 11756 "@babel/core": "^7.7.2", 11757 "@babel/generator": "^7.7.2", 11758 "@babel/plugin-syntax-typescript": "^7.7.2", 11759 "@babel/traverse": "^7.7.2", 11760 "@babel/types": "^7.0.0", 11761 "@jest/transform": "^27.5.1", 11762 "@jest/types": "^27.5.1", 11763 "@types/babel__traverse": "^7.0.4", 11764 "@types/prettier": "^2.1.5", 11765 "babel-preset-current-node-syntax": "^1.0.0", 11766 "chalk": "^4.0.0", 11767 "expect": "^27.5.1", 11768 "graceful-fs": "^4.2.9", 11769 "jest-diff": "^27.5.1", 11770 "jest-get-type": "^27.5.1", 11771 "jest-haste-map": "^27.5.1", 11772 "jest-matcher-utils": "^27.5.1", 11773 "jest-message-util": "^27.5.1", 11774 "jest-util": "^27.5.1", 11775 "natural-compare": "^1.4.0", 11776 "pretty-format": "^27.5.1", 11777 "semver": "^7.3.2" 11778 }, 11779 "engines": { 11780 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11781 } 11782 }, 11783 "node_modules/jest-snapshot/node_modules/ansi-styles": { 11784 "version": "4.3.0", 11785 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 11786 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 11787 "dependencies": { 11788 "color-convert": "^2.0.1" 11789 }, 11790 "engines": { 11791 "node": ">=8" 11792 }, 11793 "funding": { 11794 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 11795 } 11796 }, 11797 "node_modules/jest-snapshot/node_modules/chalk": { 11798 "version": "4.1.2", 11799 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 11800 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 11801 "dependencies": { 11802 "ansi-styles": "^4.1.0", 11803 "supports-color": "^7.1.0" 11804 }, 11805 "engines": { 11806 "node": ">=10" 11807 }, 11808 "funding": { 11809 "url": "https://github.com/chalk/chalk?sponsor=1" 11810 } 11811 }, 11812 "node_modules/jest-snapshot/node_modules/color-convert": { 11813 "version": "2.0.1", 11814 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 11815 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 11816 "dependencies": { 11817 "color-name": "~1.1.4" 11818 }, 11819 "engines": { 11820 "node": ">=7.0.0" 11821 } 11822 }, 11823 "node_modules/jest-snapshot/node_modules/color-name": { 11824 "version": "1.1.4", 11825 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 11826 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 11827 }, 11828 "node_modules/jest-snapshot/node_modules/has-flag": { 11829 "version": "4.0.0", 11830 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 11831 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 11832 "engines": { 11833 "node": ">=8" 11834 } 11835 }, 11836 "node_modules/jest-snapshot/node_modules/supports-color": { 11837 "version": "7.2.0", 11838 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 11839 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 11840 "dependencies": { 11841 "has-flag": "^4.0.0" 11842 }, 11843 "engines": { 11844 "node": ">=8" 11845 } 11846 }, 11847 "node_modules/jest-util": { 11848 "version": "27.5.1", 11849 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", 11850 "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", 11851 "dependencies": { 11852 "@jest/types": "^27.5.1", 11853 "@types/node": "*", 11854 "chalk": "^4.0.0", 11855 "ci-info": "^3.2.0", 11856 "graceful-fs": "^4.2.9", 11857 "picomatch": "^2.2.3" 11858 }, 11859 "engines": { 11860 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11861 } 11862 }, 11863 "node_modules/jest-util/node_modules/ansi-styles": { 11864 "version": "4.3.0", 11865 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 11866 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 11867 "dependencies": { 11868 "color-convert": "^2.0.1" 11869 }, 11870 "engines": { 11871 "node": ">=8" 11872 }, 11873 "funding": { 11874 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 11875 } 11876 }, 11877 "node_modules/jest-util/node_modules/chalk": { 11878 "version": "4.1.2", 11879 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 11880 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 11881 "dependencies": { 11882 "ansi-styles": "^4.1.0", 11883 "supports-color": "^7.1.0" 11884 }, 11885 "engines": { 11886 "node": ">=10" 11887 }, 11888 "funding": { 11889 "url": "https://github.com/chalk/chalk?sponsor=1" 11890 } 11891 }, 11892 "node_modules/jest-util/node_modules/color-convert": { 11893 "version": "2.0.1", 11894 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 11895 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 11896 "dependencies": { 11897 "color-name": "~1.1.4" 11898 }, 11899 "engines": { 11900 "node": ">=7.0.0" 11901 } 11902 }, 11903 "node_modules/jest-util/node_modules/color-name": { 11904 "version": "1.1.4", 11905 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 11906 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 11907 }, 11908 "node_modules/jest-util/node_modules/has-flag": { 11909 "version": "4.0.0", 11910 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 11911 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 11912 "engines": { 11913 "node": ">=8" 11914 } 11915 }, 11916 "node_modules/jest-util/node_modules/supports-color": { 11917 "version": "7.2.0", 11918 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 11919 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 11920 "dependencies": { 11921 "has-flag": "^4.0.0" 11922 }, 11923 "engines": { 11924 "node": ">=8" 11925 } 11926 }, 11927 "node_modules/jest-validate": { 11928 "version": "27.5.1", 11929 "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", 11930 "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", 11931 "dependencies": { 11932 "@jest/types": "^27.5.1", 11933 "camelcase": "^6.2.0", 11934 "chalk": "^4.0.0", 11935 "jest-get-type": "^27.5.1", 11936 "leven": "^3.1.0", 11937 "pretty-format": "^27.5.1" 11938 }, 11939 "engines": { 11940 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 11941 } 11942 }, 11943 "node_modules/jest-validate/node_modules/ansi-styles": { 11944 "version": "4.3.0", 11945 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 11946 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 11947 "dependencies": { 11948 "color-convert": "^2.0.1" 11949 }, 11950 "engines": { 11951 "node": ">=8" 11952 }, 11953 "funding": { 11954 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 11955 } 11956 }, 11957 "node_modules/jest-validate/node_modules/chalk": { 11958 "version": "4.1.2", 11959 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 11960 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 11961 "dependencies": { 11962 "ansi-styles": "^4.1.0", 11963 "supports-color": "^7.1.0" 11964 }, 11965 "engines": { 11966 "node": ">=10" 11967 }, 11968 "funding": { 11969 "url": "https://github.com/chalk/chalk?sponsor=1" 11970 } 11971 }, 11972 "node_modules/jest-validate/node_modules/color-convert": { 11973 "version": "2.0.1", 11974 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 11975 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 11976 "dependencies": { 11977 "color-name": "~1.1.4" 11978 }, 11979 "engines": { 11980 "node": ">=7.0.0" 11981 } 11982 }, 11983 "node_modules/jest-validate/node_modules/color-name": { 11984 "version": "1.1.4", 11985 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 11986 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 11987 }, 11988 "node_modules/jest-validate/node_modules/has-flag": { 11989 "version": "4.0.0", 11990 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 11991 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 11992 "engines": { 11993 "node": ">=8" 11994 } 11995 }, 11996 "node_modules/jest-validate/node_modules/supports-color": { 11997 "version": "7.2.0", 11998 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 11999 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 12000 "dependencies": { 12001 "has-flag": "^4.0.0" 12002 }, 12003 "engines": { 12004 "node": ">=8" 12005 } 12006 }, 12007 "node_modules/jest-watch-typeahead": { 12008 "version": "1.1.0", 12009 "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz", 12010 "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==", 12011 "dependencies": { 12012 "ansi-escapes": "^4.3.1", 12013 "chalk": "^4.0.0", 12014 "jest-regex-util": "^28.0.0", 12015 "jest-watcher": "^28.0.0", 12016 "slash": "^4.0.0", 12017 "string-length": "^5.0.1", 12018 "strip-ansi": "^7.0.1" 12019 }, 12020 "engines": { 12021 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 12022 }, 12023 "peerDependencies": { 12024 "jest": "^27.0.0 || ^28.0.0" 12025 } 12026 }, 12027 "node_modules/jest-watch-typeahead/node_modules/@jest/console": { 12028 "version": "28.1.3", 12029 "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", 12030 "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", 12031 "dependencies": { 12032 "@jest/types": "^28.1.3", 12033 "@types/node": "*", 12034 "chalk": "^4.0.0", 12035 "jest-message-util": "^28.1.3", 12036 "jest-util": "^28.1.3", 12037 "slash": "^3.0.0" 12038 }, 12039 "engines": { 12040 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 12041 } 12042 }, 12043 "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": { 12044 "version": "3.0.0", 12045 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 12046 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", 12047 "engines": { 12048 "node": ">=8" 12049 } 12050 }, 12051 "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": { 12052 "version": "28.1.3", 12053 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", 12054 "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", 12055 "dependencies": { 12056 "@jest/console": "^28.1.3", 12057 "@jest/types": "^28.1.3", 12058 "@types/istanbul-lib-coverage": "^2.0.0", 12059 "collect-v8-coverage": "^1.0.0" 12060 }, 12061 "engines": { 12062 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 12063 } 12064 }, 12065 "node_modules/jest-watch-typeahead/node_modules/@jest/types": { 12066 "version": "28.1.3", 12067 "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", 12068 "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", 12069 "dependencies": { 12070 "@jest/schemas": "^28.1.3", 12071 "@types/istanbul-lib-coverage": "^2.0.0", 12072 "@types/istanbul-reports": "^3.0.0", 12073 "@types/node": "*", 12074 "@types/yargs": "^17.0.8", 12075 "chalk": "^4.0.0" 12076 }, 12077 "engines": { 12078 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 12079 } 12080 }, 12081 "node_modules/jest-watch-typeahead/node_modules/@types/yargs": { 12082 "version": "17.0.32", 12083 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", 12084 "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", 12085 "dependencies": { 12086 "@types/yargs-parser": "*" 12087 } 12088 }, 12089 "node_modules/jest-watch-typeahead/node_modules/ansi-styles": { 12090 "version": "4.3.0", 12091 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 12092 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 12093 "dependencies": { 12094 "color-convert": "^2.0.1" 12095 }, 12096 "engines": { 12097 "node": ">=8" 12098 }, 12099 "funding": { 12100 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 12101 } 12102 }, 12103 "node_modules/jest-watch-typeahead/node_modules/chalk": { 12104 "version": "4.1.2", 12105 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 12106 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 12107 "dependencies": { 12108 "ansi-styles": "^4.1.0", 12109 "supports-color": "^7.1.0" 12110 }, 12111 "engines": { 12112 "node": ">=10" 12113 }, 12114 "funding": { 12115 "url": "https://github.com/chalk/chalk?sponsor=1" 12116 } 12117 }, 12118 "node_modules/jest-watch-typeahead/node_modules/color-convert": { 12119 "version": "2.0.1", 12120 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 12121 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 12122 "dependencies": { 12123 "color-name": "~1.1.4" 12124 }, 12125 "engines": { 12126 "node": ">=7.0.0" 12127 } 12128 }, 12129 "node_modules/jest-watch-typeahead/node_modules/color-name": { 12130 "version": "1.1.4", 12131 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 12132 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 12133 }, 12134 "node_modules/jest-watch-typeahead/node_modules/emittery": { 12135 "version": "0.10.2", 12136 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", 12137 "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", 12138 "engines": { 12139 "node": ">=12" 12140 }, 12141 "funding": { 12142 "url": "https://github.com/sindresorhus/emittery?sponsor=1" 12143 } 12144 }, 12145 "node_modules/jest-watch-typeahead/node_modules/has-flag": { 12146 "version": "4.0.0", 12147 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 12148 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 12149 "engines": { 12150 "node": ">=8" 12151 } 12152 }, 12153 "node_modules/jest-watch-typeahead/node_modules/jest-message-util": { 12154 "version": "28.1.3", 12155 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", 12156 "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", 12157 "dependencies": { 12158 "@babel/code-frame": "^7.12.13", 12159 "@jest/types": "^28.1.3", 12160 "@types/stack-utils": "^2.0.0", 12161 "chalk": "^4.0.0", 12162 "graceful-fs": "^4.2.9", 12163 "micromatch": "^4.0.4", 12164 "pretty-format": "^28.1.3", 12165 "slash": "^3.0.0", 12166 "stack-utils": "^2.0.3" 12167 }, 12168 "engines": { 12169 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 12170 } 12171 }, 12172 "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": { 12173 "version": "3.0.0", 12174 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 12175 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", 12176 "engines": { 12177 "node": ">=8" 12178 } 12179 }, 12180 "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": { 12181 "version": "28.0.2", 12182 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", 12183 "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", 12184 "engines": { 12185 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 12186 } 12187 }, 12188 "node_modules/jest-watch-typeahead/node_modules/jest-util": { 12189 "version": "28.1.3", 12190 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", 12191 "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", 12192 "dependencies": { 12193 "@jest/types": "^28.1.3", 12194 "@types/node": "*", 12195 "chalk": "^4.0.0", 12196 "ci-info": "^3.2.0", 12197 "graceful-fs": "^4.2.9", 12198 "picomatch": "^2.2.3" 12199 }, 12200 "engines": { 12201 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 12202 } 12203 }, 12204 "node_modules/jest-watch-typeahead/node_modules/jest-watcher": { 12205 "version": "28.1.3", 12206 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", 12207 "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", 12208 "dependencies": { 12209 "@jest/test-result": "^28.1.3", 12210 "@jest/types": "^28.1.3", 12211 "@types/node": "*", 12212 "ansi-escapes": "^4.2.1", 12213 "chalk": "^4.0.0", 12214 "emittery": "^0.10.2", 12215 "jest-util": "^28.1.3", 12216 "string-length": "^4.0.1" 12217 }, 12218 "engines": { 12219 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 12220 } 12221 }, 12222 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": { 12223 "version": "4.0.2", 12224 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", 12225 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", 12226 "dependencies": { 12227 "char-regex": "^1.0.2", 12228 "strip-ansi": "^6.0.0" 12229 }, 12230 "engines": { 12231 "node": ">=10" 12232 } 12233 }, 12234 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": { 12235 "version": "6.0.1", 12236 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 12237 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 12238 "dependencies": { 12239 "ansi-regex": "^5.0.1" 12240 }, 12241 "engines": { 12242 "node": ">=8" 12243 } 12244 }, 12245 "node_modules/jest-watch-typeahead/node_modules/pretty-format": { 12246 "version": "28.1.3", 12247 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", 12248 "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", 12249 "dependencies": { 12250 "@jest/schemas": "^28.1.3", 12251 "ansi-regex": "^5.0.1", 12252 "ansi-styles": "^5.0.0", 12253 "react-is": "^18.0.0" 12254 }, 12255 "engines": { 12256 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" 12257 } 12258 }, 12259 "node_modules/jest-watch-typeahead/node_modules/pretty-format/node_modules/ansi-styles": { 12260 "version": "5.2.0", 12261 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", 12262 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", 12263 "engines": { 12264 "node": ">=10" 12265 }, 12266 "funding": { 12267 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 12268 } 12269 }, 12270 "node_modules/jest-watch-typeahead/node_modules/react-is": { 12271 "version": "18.2.0", 12272 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", 12273 "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" 12274 }, 12275 "node_modules/jest-watch-typeahead/node_modules/slash": { 12276 "version": "4.0.0", 12277 "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", 12278 "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", 12279 "engines": { 12280 "node": ">=12" 12281 }, 12282 "funding": { 12283 "url": "https://github.com/sponsors/sindresorhus" 12284 } 12285 }, 12286 "node_modules/jest-watch-typeahead/node_modules/string-length": { 12287 "version": "5.0.1", 12288 "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", 12289 "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", 12290 "dependencies": { 12291 "char-regex": "^2.0.0", 12292 "strip-ansi": "^7.0.1" 12293 }, 12294 "engines": { 12295 "node": ">=12.20" 12296 }, 12297 "funding": { 12298 "url": "https://github.com/sponsors/sindresorhus" 12299 } 12300 }, 12301 "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": { 12302 "version": "2.0.1", 12303 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", 12304 "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==", 12305 "engines": { 12306 "node": ">=12.20" 12307 } 12308 }, 12309 "node_modules/jest-watch-typeahead/node_modules/strip-ansi": { 12310 "version": "7.1.0", 12311 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 12312 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 12313 "dependencies": { 12314 "ansi-regex": "^6.0.1" 12315 }, 12316 "engines": { 12317 "node": ">=12" 12318 }, 12319 "funding": { 12320 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 12321 } 12322 }, 12323 "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": { 12324 "version": "6.0.1", 12325 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", 12326 "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", 12327 "engines": { 12328 "node": ">=12" 12329 }, 12330 "funding": { 12331 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 12332 } 12333 }, 12334 "node_modules/jest-watch-typeahead/node_modules/supports-color": { 12335 "version": "7.2.0", 12336 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 12337 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 12338 "dependencies": { 12339 "has-flag": "^4.0.0" 12340 }, 12341 "engines": { 12342 "node": ">=8" 12343 } 12344 }, 12345 "node_modules/jest-watcher": { 12346 "version": "27.5.1", 12347 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", 12348 "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", 12349 "dependencies": { 12350 "@jest/test-result": "^27.5.1", 12351 "@jest/types": "^27.5.1", 12352 "@types/node": "*", 12353 "ansi-escapes": "^4.2.1", 12354 "chalk": "^4.0.0", 12355 "jest-util": "^27.5.1", 12356 "string-length": "^4.0.1" 12357 }, 12358 "engines": { 12359 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 12360 } 12361 }, 12362 "node_modules/jest-watcher/node_modules/ansi-styles": { 12363 "version": "4.3.0", 12364 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 12365 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 12366 "dependencies": { 12367 "color-convert": "^2.0.1" 12368 }, 12369 "engines": { 12370 "node": ">=8" 12371 }, 12372 "funding": { 12373 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 12374 } 12375 }, 12376 "node_modules/jest-watcher/node_modules/chalk": { 12377 "version": "4.1.2", 12378 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 12379 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 12380 "dependencies": { 12381 "ansi-styles": "^4.1.0", 12382 "supports-color": "^7.1.0" 12383 }, 12384 "engines": { 12385 "node": ">=10" 12386 }, 12387 "funding": { 12388 "url": "https://github.com/chalk/chalk?sponsor=1" 12389 } 12390 }, 12391 "node_modules/jest-watcher/node_modules/color-convert": { 12392 "version": "2.0.1", 12393 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 12394 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 12395 "dependencies": { 12396 "color-name": "~1.1.4" 12397 }, 12398 "engines": { 12399 "node": ">=7.0.0" 12400 } 12401 }, 12402 "node_modules/jest-watcher/node_modules/color-name": { 12403 "version": "1.1.4", 12404 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 12405 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 12406 }, 12407 "node_modules/jest-watcher/node_modules/has-flag": { 12408 "version": "4.0.0", 12409 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 12410 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 12411 "engines": { 12412 "node": ">=8" 12413 } 12414 }, 12415 "node_modules/jest-watcher/node_modules/supports-color": { 12416 "version": "7.2.0", 12417 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 12418 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 12419 "dependencies": { 12420 "has-flag": "^4.0.0" 12421 }, 12422 "engines": { 12423 "node": ">=8" 12424 } 12425 }, 12426 "node_modules/jest-worker": { 12427 "version": "27.5.1", 12428 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", 12429 "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", 12430 "dependencies": { 12431 "@types/node": "*", 12432 "merge-stream": "^2.0.0", 12433 "supports-color": "^8.0.0" 12434 }, 12435 "engines": { 12436 "node": ">= 10.13.0" 12437 } 12438 }, 12439 "node_modules/jest-worker/node_modules/has-flag": { 12440 "version": "4.0.0", 12441 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 12442 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 12443 "engines": { 12444 "node": ">=8" 12445 } 12446 }, 12447 "node_modules/jest-worker/node_modules/supports-color": { 12448 "version": "8.1.1", 12449 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", 12450 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", 12451 "dependencies": { 12452 "has-flag": "^4.0.0" 12453 }, 12454 "engines": { 12455 "node": ">=10" 12456 }, 12457 "funding": { 12458 "url": "https://github.com/chalk/supports-color?sponsor=1" 12459 } 12460 }, 12461 "node_modules/jiti": { 12462 "version": "1.21.0", 12463 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", 12464 "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", 12465 "bin": { 12466 "jiti": "bin/jiti.js" 12467 } 12468 }, 12469 "node_modules/js-tokens": { 12470 "version": "4.0.0", 12471 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", 12472 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" 12473 }, 12474 "node_modules/js-yaml": { 12475 "version": "3.14.1", 12476 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", 12477 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", 12478 "dependencies": { 12479 "argparse": "^1.0.7", 12480 "esprima": "^4.0.0" 12481 }, 12482 "bin": { 12483 "js-yaml": "bin/js-yaml.js" 12484 } 12485 }, 12486 "node_modules/jsdom": { 12487 "version": "16.7.0", 12488 "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", 12489 "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", 12490 "dependencies": { 12491 "abab": "^2.0.5", 12492 "acorn": "^8.2.4", 12493 "acorn-globals": "^6.0.0", 12494 "cssom": "^0.4.4", 12495 "cssstyle": "^2.3.0", 12496 "data-urls": "^2.0.0", 12497 "decimal.js": "^10.2.1", 12498 "domexception": "^2.0.1", 12499 "escodegen": "^2.0.0", 12500 "form-data": "^3.0.0", 12501 "html-encoding-sniffer": "^2.0.1", 12502 "http-proxy-agent": "^4.0.1", 12503 "https-proxy-agent": "^5.0.0", 12504 "is-potential-custom-element-name": "^1.0.1", 12505 "nwsapi": "^2.2.0", 12506 "parse5": "6.0.1", 12507 "saxes": "^5.0.1", 12508 "symbol-tree": "^3.2.4", 12509 "tough-cookie": "^4.0.0", 12510 "w3c-hr-time": "^1.0.2", 12511 "w3c-xmlserializer": "^2.0.0", 12512 "webidl-conversions": "^6.1.0", 12513 "whatwg-encoding": "^1.0.5", 12514 "whatwg-mimetype": "^2.3.0", 12515 "whatwg-url": "^8.5.0", 12516 "ws": "^7.4.6", 12517 "xml-name-validator": "^3.0.0" 12518 }, 12519 "engines": { 12520 "node": ">=10" 12521 }, 12522 "peerDependencies": { 12523 "canvas": "^2.5.0" 12524 }, 12525 "peerDependenciesMeta": { 12526 "canvas": { 12527 "optional": true 12528 } 12529 } 12530 }, 12531 "node_modules/jsesc": { 12532 "version": "2.5.2", 12533 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", 12534 "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", 12535 "bin": { 12536 "jsesc": "bin/jsesc" 12537 }, 12538 "engines": { 12539 "node": ">=4" 12540 } 12541 }, 12542 "node_modules/json-buffer": { 12543 "version": "3.0.1", 12544 "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", 12545 "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" 12546 }, 12547 "node_modules/json-parse-even-better-errors": { 12548 "version": "2.3.1", 12549 "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", 12550 "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" 12551 }, 12552 "node_modules/json-schema": { 12553 "version": "0.4.0", 12554 "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", 12555 "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" 12556 }, 12557 "node_modules/json-schema-traverse": { 12558 "version": "0.4.1", 12559 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", 12560 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" 12561 }, 12562 "node_modules/json-stable-stringify-without-jsonify": { 12563 "version": "1.0.1", 12564 "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", 12565 "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" 12566 }, 12567 "node_modules/json5": { 12568 "version": "2.2.3", 12569 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", 12570 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", 12571 "bin": { 12572 "json5": "lib/cli.js" 12573 }, 12574 "engines": { 12575 "node": ">=6" 12576 } 12577 }, 12578 "node_modules/jsonfile": { 12579 "version": "6.1.0", 12580 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", 12581 "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", 12582 "dependencies": { 12583 "universalify": "^2.0.0" 12584 }, 12585 "optionalDependencies": { 12586 "graceful-fs": "^4.1.6" 12587 } 12588 }, 12589 "node_modules/jsonpath": { 12590 "version": "1.1.1", 12591 "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz", 12592 "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==", 12593 "dependencies": { 12594 "esprima": "1.2.2", 12595 "static-eval": "2.0.2", 12596 "underscore": "1.12.1" 12597 } 12598 }, 12599 "node_modules/jsonpath/node_modules/esprima": { 12600 "version": "1.2.2", 12601 "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz", 12602 "integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==", 12603 "bin": { 12604 "esparse": "bin/esparse.js", 12605 "esvalidate": "bin/esvalidate.js" 12606 }, 12607 "engines": { 12608 "node": ">=0.4.0" 12609 } 12610 }, 12611 "node_modules/jsonpointer": { 12612 "version": "5.0.1", 12613 "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", 12614 "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", 12615 "engines": { 12616 "node": ">=0.10.0" 12617 } 12618 }, 12619 "node_modules/jsx-ast-utils": { 12620 "version": "3.3.5", 12621 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", 12622 "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", 12623 "dependencies": { 12624 "array-includes": "^3.1.6", 12625 "array.prototype.flat": "^1.3.1", 12626 "object.assign": "^4.1.4", 12627 "object.values": "^1.1.6" 12628 }, 12629 "engines": { 12630 "node": ">=4.0" 12631 } 12632 }, 12633 "node_modules/keyv": { 12634 "version": "4.5.4", 12635 "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", 12636 "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", 12637 "dependencies": { 12638 "json-buffer": "3.0.1" 12639 } 12640 }, 12641 "node_modules/kind-of": { 12642 "version": "6.0.3", 12643 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", 12644 "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", 12645 "engines": { 12646 "node": ">=0.10.0" 12647 } 12648 }, 12649 "node_modules/kleur": { 12650 "version": "3.0.3", 12651 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 12652 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 12653 "engines": { 12654 "node": ">=6" 12655 } 12656 }, 12657 "node_modules/klona": { 12658 "version": "2.0.6", 12659 "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", 12660 "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", 12661 "engines": { 12662 "node": ">= 8" 12663 } 12664 }, 12665 "node_modules/language-subtag-registry": { 12666 "version": "0.3.22", 12667 "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", 12668 "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==" 12669 }, 12670 "node_modules/language-tags": { 12671 "version": "1.0.9", 12672 "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz", 12673 "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==", 12674 "dependencies": { 12675 "language-subtag-registry": "^0.3.20" 12676 }, 12677 "engines": { 12678 "node": ">=0.10" 12679 } 12680 }, 12681 "node_modules/launch-editor": { 12682 "version": "2.6.1", 12683 "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz", 12684 "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==", 12685 "dependencies": { 12686 "picocolors": "^1.0.0", 12687 "shell-quote": "^1.8.1" 12688 } 12689 }, 12690 "node_modules/leven": { 12691 "version": "3.1.0", 12692 "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", 12693 "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", 12694 "engines": { 12695 "node": ">=6" 12696 } 12697 }, 12698 "node_modules/levn": { 12699 "version": "0.4.1", 12700 "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", 12701 "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", 12702 "dependencies": { 12703 "prelude-ls": "^1.2.1", 12704 "type-check": "~0.4.0" 12705 }, 12706 "engines": { 12707 "node": ">= 0.8.0" 12708 } 12709 }, 12710 "node_modules/lilconfig": { 12711 "version": "2.1.0", 12712 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", 12713 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", 12714 "engines": { 12715 "node": ">=10" 12716 } 12717 }, 12718 "node_modules/lines-and-columns": { 12719 "version": "1.2.4", 12720 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", 12721 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" 12722 }, 12723 "node_modules/loader-runner": { 12724 "version": "4.3.0", 12725 "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", 12726 "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", 12727 "engines": { 12728 "node": ">=6.11.5" 12729 } 12730 }, 12731 "node_modules/loader-utils": { 12732 "version": "2.0.4", 12733 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", 12734 "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", 12735 "dependencies": { 12736 "big.js": "^5.2.2", 12737 "emojis-list": "^3.0.0", 12738 "json5": "^2.1.2" 12739 }, 12740 "engines": { 12741 "node": ">=8.9.0" 12742 } 12743 }, 12744 "node_modules/locate-path": { 12745 "version": "6.0.0", 12746 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", 12747 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", 12748 "dependencies": { 12749 "p-locate": "^5.0.0" 12750 }, 12751 "engines": { 12752 "node": ">=10" 12753 }, 12754 "funding": { 12755 "url": "https://github.com/sponsors/sindresorhus" 12756 } 12757 }, 12758 "node_modules/lodash": { 12759 "version": "4.17.21", 12760 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", 12761 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" 12762 }, 12763 "node_modules/lodash.debounce": { 12764 "version": "4.0.8", 12765 "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", 12766 "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" 12767 }, 12768 "node_modules/lodash.memoize": { 12769 "version": "4.1.2", 12770 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", 12771 "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" 12772 }, 12773 "node_modules/lodash.merge": { 12774 "version": "4.6.2", 12775 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", 12776 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" 12777 }, 12778 "node_modules/lodash.sortby": { 12779 "version": "4.7.0", 12780 "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", 12781 "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==" 12782 }, 12783 "node_modules/lodash.uniq": { 12784 "version": "4.5.0", 12785 "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", 12786 "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" 12787 }, 12788 "node_modules/loose-envify": { 12789 "version": "1.4.0", 12790 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", 12791 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", 12792 "dependencies": { 12793 "js-tokens": "^3.0.0 || ^4.0.0" 12794 }, 12795 "bin": { 12796 "loose-envify": "cli.js" 12797 } 12798 }, 12799 "node_modules/lower-case": { 12800 "version": "2.0.2", 12801 "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", 12802 "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", 12803 "dependencies": { 12804 "tslib": "^2.0.3" 12805 } 12806 }, 12807 "node_modules/lru-cache": { 12808 "version": "5.1.1", 12809 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", 12810 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", 12811 "dependencies": { 12812 "yallist": "^3.0.2" 12813 } 12814 }, 12815 "node_modules/lz-string": { 12816 "version": "1.5.0", 12817 "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", 12818 "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", 12819 "bin": { 12820 "lz-string": "bin/bin.js" 12821 } 12822 }, 12823 "node_modules/magic-string": { 12824 "version": "0.25.9", 12825 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", 12826 "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", 12827 "dependencies": { 12828 "sourcemap-codec": "^1.4.8" 12829 } 12830 }, 12831 "node_modules/make-dir": { 12832 "version": "3.1.0", 12833 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", 12834 "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", 12835 "dependencies": { 12836 "semver": "^6.0.0" 12837 }, 12838 "engines": { 12839 "node": ">=8" 12840 }, 12841 "funding": { 12842 "url": "https://github.com/sponsors/sindresorhus" 12843 } 12844 }, 12845 "node_modules/make-dir/node_modules/semver": { 12846 "version": "6.3.1", 12847 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 12848 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 12849 "bin": { 12850 "semver": "bin/semver.js" 12851 } 12852 }, 12853 "node_modules/makeerror": { 12854 "version": "1.0.12", 12855 "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", 12856 "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", 12857 "dependencies": { 12858 "tmpl": "1.0.5" 12859 } 12860 }, 12861 "node_modules/md5.js": { 12862 "version": "1.3.5", 12863 "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", 12864 "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", 12865 "dependencies": { 12866 "hash-base": "^3.0.0", 12867 "inherits": "^2.0.1", 12868 "safe-buffer": "^5.1.2" 12869 } 12870 }, 12871 "node_modules/mdn-data": { 12872 "version": "2.0.4", 12873 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", 12874 "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" 12875 }, 12876 "node_modules/media-typer": { 12877 "version": "0.3.0", 12878 "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", 12879 "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", 12880 "engines": { 12881 "node": ">= 0.6" 12882 } 12883 }, 12884 "node_modules/memfs": { 12885 "version": "3.5.3", 12886 "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", 12887 "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", 12888 "dependencies": { 12889 "fs-monkey": "^1.0.4" 12890 }, 12891 "engines": { 12892 "node": ">= 4.0.0" 12893 } 12894 }, 12895 "node_modules/merge-descriptors": { 12896 "version": "1.0.1", 12897 "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", 12898 "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" 12899 }, 12900 "node_modules/merge-stream": { 12901 "version": "2.0.0", 12902 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", 12903 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" 12904 }, 12905 "node_modules/merge2": { 12906 "version": "1.4.1", 12907 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 12908 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 12909 "engines": { 12910 "node": ">= 8" 12911 } 12912 }, 12913 "node_modules/methods": { 12914 "version": "1.1.2", 12915 "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", 12916 "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", 12917 "engines": { 12918 "node": ">= 0.6" 12919 } 12920 }, 12921 "node_modules/micromatch": { 12922 "version": "4.0.5", 12923 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", 12924 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", 12925 "dependencies": { 12926 "braces": "^3.0.2", 12927 "picomatch": "^2.3.1" 12928 }, 12929 "engines": { 12930 "node": ">=8.6" 12931 } 12932 }, 12933 "node_modules/miller-rabin": { 12934 "version": "4.0.1", 12935 "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", 12936 "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", 12937 "dependencies": { 12938 "bn.js": "^4.0.0", 12939 "brorand": "^1.0.1" 12940 }, 12941 "bin": { 12942 "miller-rabin": "bin/miller-rabin" 12943 } 12944 }, 12945 "node_modules/miller-rabin/node_modules/bn.js": { 12946 "version": "4.12.0", 12947 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 12948 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 12949 }, 12950 "node_modules/mime": { 12951 "version": "1.6.0", 12952 "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", 12953 "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", 12954 "bin": { 12955 "mime": "cli.js" 12956 }, 12957 "engines": { 12958 "node": ">=4" 12959 } 12960 }, 12961 "node_modules/mime-db": { 12962 "version": "1.52.0", 12963 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 12964 "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 12965 "engines": { 12966 "node": ">= 0.6" 12967 } 12968 }, 12969 "node_modules/mime-types": { 12970 "version": "2.1.35", 12971 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 12972 "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 12973 "dependencies": { 12974 "mime-db": "1.52.0" 12975 }, 12976 "engines": { 12977 "node": ">= 0.6" 12978 } 12979 }, 12980 "node_modules/mimic-fn": { 12981 "version": "2.1.0", 12982 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", 12983 "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", 12984 "engines": { 12985 "node": ">=6" 12986 } 12987 }, 12988 "node_modules/min-indent": { 12989 "version": "1.0.1", 12990 "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", 12991 "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", 12992 "engines": { 12993 "node": ">=4" 12994 } 12995 }, 12996 "node_modules/mini-css-extract-plugin": { 12997 "version": "2.8.0", 12998 "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz", 12999 "integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==", 13000 "dependencies": { 13001 "schema-utils": "^4.0.0", 13002 "tapable": "^2.2.1" 13003 }, 13004 "engines": { 13005 "node": ">= 12.13.0" 13006 }, 13007 "funding": { 13008 "type": "opencollective", 13009 "url": "https://opencollective.com/webpack" 13010 }, 13011 "peerDependencies": { 13012 "webpack": "^5.0.0" 13013 } 13014 }, 13015 "node_modules/mini-css-extract-plugin/node_modules/ajv": { 13016 "version": "8.12.0", 13017 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 13018 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 13019 "dependencies": { 13020 "fast-deep-equal": "^3.1.1", 13021 "json-schema-traverse": "^1.0.0", 13022 "require-from-string": "^2.0.2", 13023 "uri-js": "^4.2.2" 13024 }, 13025 "funding": { 13026 "type": "github", 13027 "url": "https://github.com/sponsors/epoberezkin" 13028 } 13029 }, 13030 "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { 13031 "version": "5.1.0", 13032 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 13033 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 13034 "dependencies": { 13035 "fast-deep-equal": "^3.1.3" 13036 }, 13037 "peerDependencies": { 13038 "ajv": "^8.8.2" 13039 } 13040 }, 13041 "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { 13042 "version": "1.0.0", 13043 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 13044 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 13045 }, 13046 "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { 13047 "version": "4.2.0", 13048 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", 13049 "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", 13050 "dependencies": { 13051 "@types/json-schema": "^7.0.9", 13052 "ajv": "^8.9.0", 13053 "ajv-formats": "^2.1.1", 13054 "ajv-keywords": "^5.1.0" 13055 }, 13056 "engines": { 13057 "node": ">= 12.13.0" 13058 }, 13059 "funding": { 13060 "type": "opencollective", 13061 "url": "https://opencollective.com/webpack" 13062 } 13063 }, 13064 "node_modules/minimalistic-assert": { 13065 "version": "1.0.1", 13066 "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", 13067 "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" 13068 }, 13069 "node_modules/minimalistic-crypto-utils": { 13070 "version": "1.0.1", 13071 "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", 13072 "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==" 13073 }, 13074 "node_modules/minimatch": { 13075 "version": "3.1.2", 13076 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", 13077 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", 13078 "dependencies": { 13079 "brace-expansion": "^1.1.7" 13080 }, 13081 "engines": { 13082 "node": "*" 13083 } 13084 }, 13085 "node_modules/minimist": { 13086 "version": "1.2.8", 13087 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", 13088 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", 13089 "funding": { 13090 "url": "https://github.com/sponsors/ljharb" 13091 } 13092 }, 13093 "node_modules/minipass": { 13094 "version": "7.0.4", 13095 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", 13096 "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", 13097 "engines": { 13098 "node": ">=16 || 14 >=14.17" 13099 } 13100 }, 13101 "node_modules/mkdirp": { 13102 "version": "0.5.6", 13103 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", 13104 "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", 13105 "dependencies": { 13106 "minimist": "^1.2.6" 13107 }, 13108 "bin": { 13109 "mkdirp": "bin/cmd.js" 13110 } 13111 }, 13112 "node_modules/ms": { 13113 "version": "2.1.2", 13114 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", 13115 "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" 13116 }, 13117 "node_modules/multicast-dns": { 13118 "version": "7.2.5", 13119 "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", 13120 "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", 13121 "dependencies": { 13122 "dns-packet": "^5.2.2", 13123 "thunky": "^1.0.2" 13124 }, 13125 "bin": { 13126 "multicast-dns": "cli.js" 13127 } 13128 }, 13129 "node_modules/mz": { 13130 "version": "2.7.0", 13131 "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", 13132 "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", 13133 "dependencies": { 13134 "any-promise": "^1.0.0", 13135 "object-assign": "^4.0.1", 13136 "thenify-all": "^1.0.0" 13137 } 13138 }, 13139 "node_modules/nanoid": { 13140 "version": "3.3.7", 13141 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", 13142 "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", 13143 "funding": [ 13144 { 13145 "type": "github", 13146 "url": "https://github.com/sponsors/ai" 13147 } 13148 ], 13149 "bin": { 13150 "nanoid": "bin/nanoid.cjs" 13151 }, 13152 "engines": { 13153 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 13154 } 13155 }, 13156 "node_modules/natural-compare": { 13157 "version": "1.4.0", 13158 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", 13159 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" 13160 }, 13161 "node_modules/natural-compare-lite": { 13162 "version": "1.4.0", 13163 "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", 13164 "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==" 13165 }, 13166 "node_modules/negotiator": { 13167 "version": "0.6.3", 13168 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", 13169 "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", 13170 "engines": { 13171 "node": ">= 0.6" 13172 } 13173 }, 13174 "node_modules/neo-async": { 13175 "version": "2.6.2", 13176 "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", 13177 "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" 13178 }, 13179 "node_modules/no-case": { 13180 "version": "3.0.4", 13181 "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", 13182 "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", 13183 "dependencies": { 13184 "lower-case": "^2.0.2", 13185 "tslib": "^2.0.3" 13186 } 13187 }, 13188 "node_modules/node-forge": { 13189 "version": "1.3.1", 13190 "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", 13191 "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", 13192 "engines": { 13193 "node": ">= 6.13.0" 13194 } 13195 }, 13196 "node_modules/node-int64": { 13197 "version": "0.4.0", 13198 "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", 13199 "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" 13200 }, 13201 "node_modules/node-polyfill-webpack-plugin": { 13202 "version": "3.0.0", 13203 "resolved": "https://registry.npmjs.org/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-3.0.0.tgz", 13204 "integrity": "sha512-QpG496dDBiaelQZu9wDcVvpLbtk7h9Ctz693RaUMZBgl8DUoFToO90ZTLKq57gP7rwKqYtGbMBXkcEgLSag2jQ==", 13205 "dependencies": { 13206 "assert": "^2.1.0", 13207 "browserify-zlib": "^0.2.0", 13208 "buffer": "^6.0.3", 13209 "console-browserify": "^1.2.0", 13210 "constants-browserify": "^1.0.0", 13211 "crypto-browserify": "^3.12.0", 13212 "domain-browser": "^4.22.0", 13213 "events": "^3.3.0", 13214 "https-browserify": "^1.0.0", 13215 "os-browserify": "^0.3.0", 13216 "path-browserify": "^1.0.1", 13217 "process": "^0.11.10", 13218 "punycode": "^2.3.0", 13219 "querystring-es3": "^0.2.1", 13220 "readable-stream": "^4.4.2", 13221 "stream-browserify": "^3.0.0", 13222 "stream-http": "^3.2.0", 13223 "string_decoder": "^1.3.0", 13224 "timers-browserify": "^2.0.12", 13225 "tty-browserify": "^0.0.1", 13226 "type-fest": "^4.4.0", 13227 "url": "^0.11.3", 13228 "util": "^0.12.5", 13229 "vm-browserify": "^1.1.2" 13230 }, 13231 "engines": { 13232 "node": ">=14" 13233 }, 13234 "peerDependencies": { 13235 "webpack": ">=5" 13236 } 13237 }, 13238 "node_modules/node-polyfill-webpack-plugin/node_modules/readable-stream": { 13239 "version": "4.5.2", 13240 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", 13241 "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", 13242 "dependencies": { 13243 "abort-controller": "^3.0.0", 13244 "buffer": "^6.0.3", 13245 "events": "^3.3.0", 13246 "process": "^0.11.10", 13247 "string_decoder": "^1.3.0" 13248 }, 13249 "engines": { 13250 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 13251 } 13252 }, 13253 "node_modules/node-polyfill-webpack-plugin/node_modules/type-fest": { 13254 "version": "4.10.2", 13255 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.2.tgz", 13256 "integrity": "sha512-anpAG63wSpdEbLwOqH8L84urkL6PiVIov3EMmgIhhThevh9aiMQov+6Btx0wldNcvm4wV+e2/Rt1QdDwKHFbHw==", 13257 "engines": { 13258 "node": ">=16" 13259 }, 13260 "funding": { 13261 "url": "https://github.com/sponsors/sindresorhus" 13262 } 13263 }, 13264 "node_modules/node-releases": { 13265 "version": "2.0.14", 13266 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", 13267 "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" 13268 }, 13269 "node_modules/normalize-path": { 13270 "version": "3.0.0", 13271 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 13272 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 13273 "engines": { 13274 "node": ">=0.10.0" 13275 } 13276 }, 13277 "node_modules/normalize-range": { 13278 "version": "0.1.2", 13279 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", 13280 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", 13281 "engines": { 13282 "node": ">=0.10.0" 13283 } 13284 }, 13285 "node_modules/normalize-url": { 13286 "version": "6.1.0", 13287 "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", 13288 "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", 13289 "engines": { 13290 "node": ">=10" 13291 }, 13292 "funding": { 13293 "url": "https://github.com/sponsors/sindresorhus" 13294 } 13295 }, 13296 "node_modules/npm-run-path": { 13297 "version": "4.0.1", 13298 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", 13299 "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", 13300 "dependencies": { 13301 "path-key": "^3.0.0" 13302 }, 13303 "engines": { 13304 "node": ">=8" 13305 } 13306 }, 13307 "node_modules/nth-check": { 13308 "version": "2.1.1", 13309 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", 13310 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", 13311 "dependencies": { 13312 "boolbase": "^1.0.0" 13313 }, 13314 "funding": { 13315 "url": "https://github.com/fb55/nth-check?sponsor=1" 13316 } 13317 }, 13318 "node_modules/nwsapi": { 13319 "version": "2.2.7", 13320 "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", 13321 "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" 13322 }, 13323 "node_modules/object-assign": { 13324 "version": "4.1.1", 13325 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", 13326 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", 13327 "engines": { 13328 "node": ">=0.10.0" 13329 } 13330 }, 13331 "node_modules/object-hash": { 13332 "version": "3.0.0", 13333 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", 13334 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", 13335 "engines": { 13336 "node": ">= 6" 13337 } 13338 }, 13339 "node_modules/object-inspect": { 13340 "version": "1.13.1", 13341 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", 13342 "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", 13343 "funding": { 13344 "url": "https://github.com/sponsors/ljharb" 13345 } 13346 }, 13347 "node_modules/object-is": { 13348 "version": "1.1.5", 13349 "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", 13350 "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", 13351 "dependencies": { 13352 "call-bind": "^1.0.2", 13353 "define-properties": "^1.1.3" 13354 }, 13355 "engines": { 13356 "node": ">= 0.4" 13357 }, 13358 "funding": { 13359 "url": "https://github.com/sponsors/ljharb" 13360 } 13361 }, 13362 "node_modules/object-keys": { 13363 "version": "1.1.1", 13364 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", 13365 "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", 13366 "engines": { 13367 "node": ">= 0.4" 13368 } 13369 }, 13370 "node_modules/object.assign": { 13371 "version": "4.1.5", 13372 "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", 13373 "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", 13374 "dependencies": { 13375 "call-bind": "^1.0.5", 13376 "define-properties": "^1.2.1", 13377 "has-symbols": "^1.0.3", 13378 "object-keys": "^1.1.1" 13379 }, 13380 "engines": { 13381 "node": ">= 0.4" 13382 }, 13383 "funding": { 13384 "url": "https://github.com/sponsors/ljharb" 13385 } 13386 }, 13387 "node_modules/object.entries": { 13388 "version": "1.1.7", 13389 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", 13390 "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", 13391 "dependencies": { 13392 "call-bind": "^1.0.2", 13393 "define-properties": "^1.2.0", 13394 "es-abstract": "^1.22.1" 13395 }, 13396 "engines": { 13397 "node": ">= 0.4" 13398 } 13399 }, 13400 "node_modules/object.fromentries": { 13401 "version": "2.0.7", 13402 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", 13403 "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", 13404 "dependencies": { 13405 "call-bind": "^1.0.2", 13406 "define-properties": "^1.2.0", 13407 "es-abstract": "^1.22.1" 13408 }, 13409 "engines": { 13410 "node": ">= 0.4" 13411 }, 13412 "funding": { 13413 "url": "https://github.com/sponsors/ljharb" 13414 } 13415 }, 13416 "node_modules/object.getownpropertydescriptors": { 13417 "version": "2.1.7", 13418 "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.7.tgz", 13419 "integrity": "sha512-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g==", 13420 "dependencies": { 13421 "array.prototype.reduce": "^1.0.6", 13422 "call-bind": "^1.0.2", 13423 "define-properties": "^1.2.0", 13424 "es-abstract": "^1.22.1", 13425 "safe-array-concat": "^1.0.0" 13426 }, 13427 "engines": { 13428 "node": ">= 0.8" 13429 }, 13430 "funding": { 13431 "url": "https://github.com/sponsors/ljharb" 13432 } 13433 }, 13434 "node_modules/object.groupby": { 13435 "version": "1.0.2", 13436 "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.2.tgz", 13437 "integrity": "sha512-bzBq58S+x+uo0VjurFT0UktpKHOZmv4/xePiOA1nbB9pMqpGK7rUPNgf+1YC+7mE+0HzhTMqNUuCqvKhj6FnBw==", 13438 "dependencies": { 13439 "array.prototype.filter": "^1.0.3", 13440 "call-bind": "^1.0.5", 13441 "define-properties": "^1.2.1", 13442 "es-abstract": "^1.22.3", 13443 "es-errors": "^1.0.0" 13444 } 13445 }, 13446 "node_modules/object.hasown": { 13447 "version": "1.1.3", 13448 "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz", 13449 "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==", 13450 "dependencies": { 13451 "define-properties": "^1.2.0", 13452 "es-abstract": "^1.22.1" 13453 }, 13454 "funding": { 13455 "url": "https://github.com/sponsors/ljharb" 13456 } 13457 }, 13458 "node_modules/object.values": { 13459 "version": "1.1.7", 13460 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", 13461 "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", 13462 "dependencies": { 13463 "call-bind": "^1.0.2", 13464 "define-properties": "^1.2.0", 13465 "es-abstract": "^1.22.1" 13466 }, 13467 "engines": { 13468 "node": ">= 0.4" 13469 }, 13470 "funding": { 13471 "url": "https://github.com/sponsors/ljharb" 13472 } 13473 }, 13474 "node_modules/obuf": { 13475 "version": "1.1.2", 13476 "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", 13477 "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" 13478 }, 13479 "node_modules/on-finished": { 13480 "version": "2.4.1", 13481 "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", 13482 "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", 13483 "dependencies": { 13484 "ee-first": "1.1.1" 13485 }, 13486 "engines": { 13487 "node": ">= 0.8" 13488 } 13489 }, 13490 "node_modules/on-headers": { 13491 "version": "1.0.2", 13492 "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", 13493 "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", 13494 "engines": { 13495 "node": ">= 0.8" 13496 } 13497 }, 13498 "node_modules/once": { 13499 "version": "1.4.0", 13500 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 13501 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 13502 "dependencies": { 13503 "wrappy": "1" 13504 } 13505 }, 13506 "node_modules/onetime": { 13507 "version": "5.1.2", 13508 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", 13509 "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", 13510 "dependencies": { 13511 "mimic-fn": "^2.1.0" 13512 }, 13513 "engines": { 13514 "node": ">=6" 13515 }, 13516 "funding": { 13517 "url": "https://github.com/sponsors/sindresorhus" 13518 } 13519 }, 13520 "node_modules/open": { 13521 "version": "8.4.2", 13522 "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", 13523 "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", 13524 "dependencies": { 13525 "define-lazy-prop": "^2.0.0", 13526 "is-docker": "^2.1.1", 13527 "is-wsl": "^2.2.0" 13528 }, 13529 "engines": { 13530 "node": ">=12" 13531 }, 13532 "funding": { 13533 "url": "https://github.com/sponsors/sindresorhus" 13534 } 13535 }, 13536 "node_modules/optionator": { 13537 "version": "0.9.3", 13538 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", 13539 "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", 13540 "dependencies": { 13541 "@aashutoshrathi/word-wrap": "^1.2.3", 13542 "deep-is": "^0.1.3", 13543 "fast-levenshtein": "^2.0.6", 13544 "levn": "^0.4.1", 13545 "prelude-ls": "^1.2.1", 13546 "type-check": "^0.4.0" 13547 }, 13548 "engines": { 13549 "node": ">= 0.8.0" 13550 } 13551 }, 13552 "node_modules/os-browserify": { 13553 "version": "0.3.0", 13554 "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", 13555 "integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==" 13556 }, 13557 "node_modules/p-limit": { 13558 "version": "3.1.0", 13559 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", 13560 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", 13561 "dependencies": { 13562 "yocto-queue": "^0.1.0" 13563 }, 13564 "engines": { 13565 "node": ">=10" 13566 }, 13567 "funding": { 13568 "url": "https://github.com/sponsors/sindresorhus" 13569 } 13570 }, 13571 "node_modules/p-locate": { 13572 "version": "5.0.0", 13573 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", 13574 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", 13575 "dependencies": { 13576 "p-limit": "^3.0.2" 13577 }, 13578 "engines": { 13579 "node": ">=10" 13580 }, 13581 "funding": { 13582 "url": "https://github.com/sponsors/sindresorhus" 13583 } 13584 }, 13585 "node_modules/p-retry": { 13586 "version": "4.6.2", 13587 "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", 13588 "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", 13589 "dependencies": { 13590 "@types/retry": "0.12.0", 13591 "retry": "^0.13.1" 13592 }, 13593 "engines": { 13594 "node": ">=8" 13595 } 13596 }, 13597 "node_modules/p-try": { 13598 "version": "2.2.0", 13599 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", 13600 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", 13601 "engines": { 13602 "node": ">=6" 13603 } 13604 }, 13605 "node_modules/pako": { 13606 "version": "1.0.11", 13607 "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", 13608 "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" 13609 }, 13610 "node_modules/param-case": { 13611 "version": "3.0.4", 13612 "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", 13613 "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", 13614 "dependencies": { 13615 "dot-case": "^3.0.4", 13616 "tslib": "^2.0.3" 13617 } 13618 }, 13619 "node_modules/parent-module": { 13620 "version": "1.0.1", 13621 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", 13622 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", 13623 "dependencies": { 13624 "callsites": "^3.0.0" 13625 }, 13626 "engines": { 13627 "node": ">=6" 13628 } 13629 }, 13630 "node_modules/parse-asn1": { 13631 "version": "5.1.6", 13632 "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", 13633 "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", 13634 "dependencies": { 13635 "asn1.js": "^5.2.0", 13636 "browserify-aes": "^1.0.0", 13637 "evp_bytestokey": "^1.0.0", 13638 "pbkdf2": "^3.0.3", 13639 "safe-buffer": "^5.1.1" 13640 } 13641 }, 13642 "node_modules/parse-json": { 13643 "version": "5.2.0", 13644 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", 13645 "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", 13646 "dependencies": { 13647 "@babel/code-frame": "^7.0.0", 13648 "error-ex": "^1.3.1", 13649 "json-parse-even-better-errors": "^2.3.0", 13650 "lines-and-columns": "^1.1.6" 13651 }, 13652 "engines": { 13653 "node": ">=8" 13654 }, 13655 "funding": { 13656 "url": "https://github.com/sponsors/sindresorhus" 13657 } 13658 }, 13659 "node_modules/parse5": { 13660 "version": "6.0.1", 13661 "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", 13662 "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" 13663 }, 13664 "node_modules/parseurl": { 13665 "version": "1.3.3", 13666 "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", 13667 "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", 13668 "engines": { 13669 "node": ">= 0.8" 13670 } 13671 }, 13672 "node_modules/pascal-case": { 13673 "version": "3.1.2", 13674 "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", 13675 "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", 13676 "dependencies": { 13677 "no-case": "^3.0.4", 13678 "tslib": "^2.0.3" 13679 } 13680 }, 13681 "node_modules/path-browserify": { 13682 "version": "1.0.1", 13683 "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", 13684 "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" 13685 }, 13686 "node_modules/path-exists": { 13687 "version": "4.0.0", 13688 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", 13689 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", 13690 "engines": { 13691 "node": ">=8" 13692 } 13693 }, 13694 "node_modules/path-is-absolute": { 13695 "version": "1.0.1", 13696 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", 13697 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", 13698 "engines": { 13699 "node": ">=0.10.0" 13700 } 13701 }, 13702 "node_modules/path-key": { 13703 "version": "3.1.1", 13704 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 13705 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 13706 "engines": { 13707 "node": ">=8" 13708 } 13709 }, 13710 "node_modules/path-parse": { 13711 "version": "1.0.7", 13712 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 13713 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" 13714 }, 13715 "node_modules/path-scurry": { 13716 "version": "1.10.1", 13717 "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", 13718 "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", 13719 "dependencies": { 13720 "lru-cache": "^9.1.1 || ^10.0.0", 13721 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" 13722 }, 13723 "engines": { 13724 "node": ">=16 || 14 >=14.17" 13725 }, 13726 "funding": { 13727 "url": "https://github.com/sponsors/isaacs" 13728 } 13729 }, 13730 "node_modules/path-scurry/node_modules/lru-cache": { 13731 "version": "10.2.0", 13732 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", 13733 "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", 13734 "engines": { 13735 "node": "14 || >=16.14" 13736 } 13737 }, 13738 "node_modules/path-to-regexp": { 13739 "version": "0.1.7", 13740 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", 13741 "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" 13742 }, 13743 "node_modules/path-type": { 13744 "version": "4.0.0", 13745 "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", 13746 "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", 13747 "engines": { 13748 "node": ">=8" 13749 } 13750 }, 13751 "node_modules/pbkdf2": { 13752 "version": "3.1.2", 13753 "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", 13754 "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", 13755 "dependencies": { 13756 "create-hash": "^1.1.2", 13757 "create-hmac": "^1.1.4", 13758 "ripemd160": "^2.0.1", 13759 "safe-buffer": "^5.0.1", 13760 "sha.js": "^2.4.8" 13761 }, 13762 "engines": { 13763 "node": ">=0.12" 13764 } 13765 }, 13766 "node_modules/performance-now": { 13767 "version": "2.1.0", 13768 "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", 13769 "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" 13770 }, 13771 "node_modules/picocolors": { 13772 "version": "1.0.0", 13773 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", 13774 "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" 13775 }, 13776 "node_modules/picomatch": { 13777 "version": "2.3.1", 13778 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 13779 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 13780 "engines": { 13781 "node": ">=8.6" 13782 }, 13783 "funding": { 13784 "url": "https://github.com/sponsors/jonschlinkert" 13785 } 13786 }, 13787 "node_modules/pify": { 13788 "version": "2.3.0", 13789 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", 13790 "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", 13791 "engines": { 13792 "node": ">=0.10.0" 13793 } 13794 }, 13795 "node_modules/pirates": { 13796 "version": "4.0.6", 13797 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", 13798 "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", 13799 "engines": { 13800 "node": ">= 6" 13801 } 13802 }, 13803 "node_modules/pkg-dir": { 13804 "version": "4.2.0", 13805 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", 13806 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", 13807 "dependencies": { 13808 "find-up": "^4.0.0" 13809 }, 13810 "engines": { 13811 "node": ">=8" 13812 } 13813 }, 13814 "node_modules/pkg-dir/node_modules/find-up": { 13815 "version": "4.1.0", 13816 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", 13817 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", 13818 "dependencies": { 13819 "locate-path": "^5.0.0", 13820 "path-exists": "^4.0.0" 13821 }, 13822 "engines": { 13823 "node": ">=8" 13824 } 13825 }, 13826 "node_modules/pkg-dir/node_modules/locate-path": { 13827 "version": "5.0.0", 13828 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", 13829 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", 13830 "dependencies": { 13831 "p-locate": "^4.1.0" 13832 }, 13833 "engines": { 13834 "node": ">=8" 13835 } 13836 }, 13837 "node_modules/pkg-dir/node_modules/p-limit": { 13838 "version": "2.3.0", 13839 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 13840 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 13841 "dependencies": { 13842 "p-try": "^2.0.0" 13843 }, 13844 "engines": { 13845 "node": ">=6" 13846 }, 13847 "funding": { 13848 "url": "https://github.com/sponsors/sindresorhus" 13849 } 13850 }, 13851 "node_modules/pkg-dir/node_modules/p-locate": { 13852 "version": "4.1.0", 13853 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", 13854 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", 13855 "dependencies": { 13856 "p-limit": "^2.2.0" 13857 }, 13858 "engines": { 13859 "node": ">=8" 13860 } 13861 }, 13862 "node_modules/pkg-up": { 13863 "version": "3.1.0", 13864 "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", 13865 "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", 13866 "dependencies": { 13867 "find-up": "^3.0.0" 13868 }, 13869 "engines": { 13870 "node": ">=8" 13871 } 13872 }, 13873 "node_modules/pkg-up/node_modules/find-up": { 13874 "version": "3.0.0", 13875 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", 13876 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", 13877 "dependencies": { 13878 "locate-path": "^3.0.0" 13879 }, 13880 "engines": { 13881 "node": ">=6" 13882 } 13883 }, 13884 "node_modules/pkg-up/node_modules/locate-path": { 13885 "version": "3.0.0", 13886 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", 13887 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", 13888 "dependencies": { 13889 "p-locate": "^3.0.0", 13890 "path-exists": "^3.0.0" 13891 }, 13892 "engines": { 13893 "node": ">=6" 13894 } 13895 }, 13896 "node_modules/pkg-up/node_modules/p-limit": { 13897 "version": "2.3.0", 13898 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 13899 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 13900 "dependencies": { 13901 "p-try": "^2.0.0" 13902 }, 13903 "engines": { 13904 "node": ">=6" 13905 }, 13906 "funding": { 13907 "url": "https://github.com/sponsors/sindresorhus" 13908 } 13909 }, 13910 "node_modules/pkg-up/node_modules/p-locate": { 13911 "version": "3.0.0", 13912 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", 13913 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", 13914 "dependencies": { 13915 "p-limit": "^2.0.0" 13916 }, 13917 "engines": { 13918 "node": ">=6" 13919 } 13920 }, 13921 "node_modules/pkg-up/node_modules/path-exists": { 13922 "version": "3.0.0", 13923 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", 13924 "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", 13925 "engines": { 13926 "node": ">=4" 13927 } 13928 }, 13929 "node_modules/postcss": { 13930 "version": "8.4.35", 13931 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", 13932 "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", 13933 "funding": [ 13934 { 13935 "type": "opencollective", 13936 "url": "https://opencollective.com/postcss/" 13937 }, 13938 { 13939 "type": "tidelift", 13940 "url": "https://tidelift.com/funding/github/npm/postcss" 13941 }, 13942 { 13943 "type": "github", 13944 "url": "https://github.com/sponsors/ai" 13945 } 13946 ], 13947 "dependencies": { 13948 "nanoid": "^3.3.7", 13949 "picocolors": "^1.0.0", 13950 "source-map-js": "^1.0.2" 13951 }, 13952 "engines": { 13953 "node": "^10 || ^12 || >=14" 13954 } 13955 }, 13956 "node_modules/postcss-attribute-case-insensitive": { 13957 "version": "5.0.2", 13958 "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", 13959 "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", 13960 "dependencies": { 13961 "postcss-selector-parser": "^6.0.10" 13962 }, 13963 "engines": { 13964 "node": "^12 || ^14 || >=16" 13965 }, 13966 "funding": { 13967 "type": "opencollective", 13968 "url": "https://opencollective.com/csstools" 13969 }, 13970 "peerDependencies": { 13971 "postcss": "^8.2" 13972 } 13973 }, 13974 "node_modules/postcss-browser-comments": { 13975 "version": "4.0.0", 13976 "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", 13977 "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", 13978 "engines": { 13979 "node": ">=8" 13980 }, 13981 "peerDependencies": { 13982 "browserslist": ">=4", 13983 "postcss": ">=8" 13984 } 13985 }, 13986 "node_modules/postcss-calc": { 13987 "version": "8.2.4", 13988 "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", 13989 "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", 13990 "dependencies": { 13991 "postcss-selector-parser": "^6.0.9", 13992 "postcss-value-parser": "^4.2.0" 13993 }, 13994 "peerDependencies": { 13995 "postcss": "^8.2.2" 13996 } 13997 }, 13998 "node_modules/postcss-clamp": { 13999 "version": "4.1.0", 14000 "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", 14001 "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", 14002 "dependencies": { 14003 "postcss-value-parser": "^4.2.0" 14004 }, 14005 "engines": { 14006 "node": ">=7.6.0" 14007 }, 14008 "peerDependencies": { 14009 "postcss": "^8.4.6" 14010 } 14011 }, 14012 "node_modules/postcss-color-functional-notation": { 14013 "version": "4.2.4", 14014 "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", 14015 "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", 14016 "dependencies": { 14017 "postcss-value-parser": "^4.2.0" 14018 }, 14019 "engines": { 14020 "node": "^12 || ^14 || >=16" 14021 }, 14022 "funding": { 14023 "type": "opencollective", 14024 "url": "https://opencollective.com/csstools" 14025 }, 14026 "peerDependencies": { 14027 "postcss": "^8.2" 14028 } 14029 }, 14030 "node_modules/postcss-color-hex-alpha": { 14031 "version": "8.0.4", 14032 "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", 14033 "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", 14034 "dependencies": { 14035 "postcss-value-parser": "^4.2.0" 14036 }, 14037 "engines": { 14038 "node": "^12 || ^14 || >=16" 14039 }, 14040 "funding": { 14041 "type": "opencollective", 14042 "url": "https://opencollective.com/csstools" 14043 }, 14044 "peerDependencies": { 14045 "postcss": "^8.4" 14046 } 14047 }, 14048 "node_modules/postcss-color-rebeccapurple": { 14049 "version": "7.1.1", 14050 "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", 14051 "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", 14052 "dependencies": { 14053 "postcss-value-parser": "^4.2.0" 14054 }, 14055 "engines": { 14056 "node": "^12 || ^14 || >=16" 14057 }, 14058 "funding": { 14059 "type": "opencollective", 14060 "url": "https://opencollective.com/csstools" 14061 }, 14062 "peerDependencies": { 14063 "postcss": "^8.2" 14064 } 14065 }, 14066 "node_modules/postcss-colormin": { 14067 "version": "5.3.1", 14068 "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", 14069 "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", 14070 "dependencies": { 14071 "browserslist": "^4.21.4", 14072 "caniuse-api": "^3.0.0", 14073 "colord": "^2.9.1", 14074 "postcss-value-parser": "^4.2.0" 14075 }, 14076 "engines": { 14077 "node": "^10 || ^12 || >=14.0" 14078 }, 14079 "peerDependencies": { 14080 "postcss": "^8.2.15" 14081 } 14082 }, 14083 "node_modules/postcss-convert-values": { 14084 "version": "5.1.3", 14085 "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", 14086 "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", 14087 "dependencies": { 14088 "browserslist": "^4.21.4", 14089 "postcss-value-parser": "^4.2.0" 14090 }, 14091 "engines": { 14092 "node": "^10 || ^12 || >=14.0" 14093 }, 14094 "peerDependencies": { 14095 "postcss": "^8.2.15" 14096 } 14097 }, 14098 "node_modules/postcss-custom-media": { 14099 "version": "8.0.2", 14100 "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", 14101 "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", 14102 "dependencies": { 14103 "postcss-value-parser": "^4.2.0" 14104 }, 14105 "engines": { 14106 "node": "^12 || ^14 || >=16" 14107 }, 14108 "funding": { 14109 "type": "opencollective", 14110 "url": "https://opencollective.com/csstools" 14111 }, 14112 "peerDependencies": { 14113 "postcss": "^8.3" 14114 } 14115 }, 14116 "node_modules/postcss-custom-properties": { 14117 "version": "12.1.11", 14118 "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz", 14119 "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==", 14120 "dependencies": { 14121 "postcss-value-parser": "^4.2.0" 14122 }, 14123 "engines": { 14124 "node": "^12 || ^14 || >=16" 14125 }, 14126 "funding": { 14127 "type": "opencollective", 14128 "url": "https://opencollective.com/csstools" 14129 }, 14130 "peerDependencies": { 14131 "postcss": "^8.2" 14132 } 14133 }, 14134 "node_modules/postcss-custom-selectors": { 14135 "version": "6.0.3", 14136 "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", 14137 "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", 14138 "dependencies": { 14139 "postcss-selector-parser": "^6.0.4" 14140 }, 14141 "engines": { 14142 "node": "^12 || ^14 || >=16" 14143 }, 14144 "funding": { 14145 "type": "opencollective", 14146 "url": "https://opencollective.com/csstools" 14147 }, 14148 "peerDependencies": { 14149 "postcss": "^8.3" 14150 } 14151 }, 14152 "node_modules/postcss-dir-pseudo-class": { 14153 "version": "6.0.5", 14154 "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", 14155 "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", 14156 "dependencies": { 14157 "postcss-selector-parser": "^6.0.10" 14158 }, 14159 "engines": { 14160 "node": "^12 || ^14 || >=16" 14161 }, 14162 "funding": { 14163 "type": "opencollective", 14164 "url": "https://opencollective.com/csstools" 14165 }, 14166 "peerDependencies": { 14167 "postcss": "^8.2" 14168 } 14169 }, 14170 "node_modules/postcss-discard-comments": { 14171 "version": "5.1.2", 14172 "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", 14173 "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", 14174 "engines": { 14175 "node": "^10 || ^12 || >=14.0" 14176 }, 14177 "peerDependencies": { 14178 "postcss": "^8.2.15" 14179 } 14180 }, 14181 "node_modules/postcss-discard-duplicates": { 14182 "version": "5.1.0", 14183 "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", 14184 "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", 14185 "engines": { 14186 "node": "^10 || ^12 || >=14.0" 14187 }, 14188 "peerDependencies": { 14189 "postcss": "^8.2.15" 14190 } 14191 }, 14192 "node_modules/postcss-discard-empty": { 14193 "version": "5.1.1", 14194 "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", 14195 "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", 14196 "engines": { 14197 "node": "^10 || ^12 || >=14.0" 14198 }, 14199 "peerDependencies": { 14200 "postcss": "^8.2.15" 14201 } 14202 }, 14203 "node_modules/postcss-discard-overridden": { 14204 "version": "5.1.0", 14205 "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", 14206 "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", 14207 "engines": { 14208 "node": "^10 || ^12 || >=14.0" 14209 }, 14210 "peerDependencies": { 14211 "postcss": "^8.2.15" 14212 } 14213 }, 14214 "node_modules/postcss-double-position-gradients": { 14215 "version": "3.1.2", 14216 "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", 14217 "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", 14218 "dependencies": { 14219 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 14220 "postcss-value-parser": "^4.2.0" 14221 }, 14222 "engines": { 14223 "node": "^12 || ^14 || >=16" 14224 }, 14225 "funding": { 14226 "type": "opencollective", 14227 "url": "https://opencollective.com/csstools" 14228 }, 14229 "peerDependencies": { 14230 "postcss": "^8.2" 14231 } 14232 }, 14233 "node_modules/postcss-env-function": { 14234 "version": "4.0.6", 14235 "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", 14236 "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", 14237 "dependencies": { 14238 "postcss-value-parser": "^4.2.0" 14239 }, 14240 "engines": { 14241 "node": "^12 || ^14 || >=16" 14242 }, 14243 "peerDependencies": { 14244 "postcss": "^8.4" 14245 } 14246 }, 14247 "node_modules/postcss-flexbugs-fixes": { 14248 "version": "5.0.2", 14249 "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", 14250 "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", 14251 "peerDependencies": { 14252 "postcss": "^8.1.4" 14253 } 14254 }, 14255 "node_modules/postcss-focus-visible": { 14256 "version": "6.0.4", 14257 "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", 14258 "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", 14259 "dependencies": { 14260 "postcss-selector-parser": "^6.0.9" 14261 }, 14262 "engines": { 14263 "node": "^12 || ^14 || >=16" 14264 }, 14265 "peerDependencies": { 14266 "postcss": "^8.4" 14267 } 14268 }, 14269 "node_modules/postcss-focus-within": { 14270 "version": "5.0.4", 14271 "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", 14272 "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", 14273 "dependencies": { 14274 "postcss-selector-parser": "^6.0.9" 14275 }, 14276 "engines": { 14277 "node": "^12 || ^14 || >=16" 14278 }, 14279 "peerDependencies": { 14280 "postcss": "^8.4" 14281 } 14282 }, 14283 "node_modules/postcss-font-variant": { 14284 "version": "5.0.0", 14285 "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", 14286 "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", 14287 "peerDependencies": { 14288 "postcss": "^8.1.0" 14289 } 14290 }, 14291 "node_modules/postcss-gap-properties": { 14292 "version": "3.0.5", 14293 "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", 14294 "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", 14295 "engines": { 14296 "node": "^12 || ^14 || >=16" 14297 }, 14298 "funding": { 14299 "type": "opencollective", 14300 "url": "https://opencollective.com/csstools" 14301 }, 14302 "peerDependencies": { 14303 "postcss": "^8.2" 14304 } 14305 }, 14306 "node_modules/postcss-image-set-function": { 14307 "version": "4.0.7", 14308 "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", 14309 "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", 14310 "dependencies": { 14311 "postcss-value-parser": "^4.2.0" 14312 }, 14313 "engines": { 14314 "node": "^12 || ^14 || >=16" 14315 }, 14316 "funding": { 14317 "type": "opencollective", 14318 "url": "https://opencollective.com/csstools" 14319 }, 14320 "peerDependencies": { 14321 "postcss": "^8.2" 14322 } 14323 }, 14324 "node_modules/postcss-import": { 14325 "version": "15.1.0", 14326 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", 14327 "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", 14328 "dependencies": { 14329 "postcss-value-parser": "^4.0.0", 14330 "read-cache": "^1.0.0", 14331 "resolve": "^1.1.7" 14332 }, 14333 "engines": { 14334 "node": ">=14.0.0" 14335 }, 14336 "peerDependencies": { 14337 "postcss": "^8.0.0" 14338 } 14339 }, 14340 "node_modules/postcss-initial": { 14341 "version": "4.0.1", 14342 "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", 14343 "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", 14344 "peerDependencies": { 14345 "postcss": "^8.0.0" 14346 } 14347 }, 14348 "node_modules/postcss-js": { 14349 "version": "4.0.1", 14350 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", 14351 "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", 14352 "dependencies": { 14353 "camelcase-css": "^2.0.1" 14354 }, 14355 "engines": { 14356 "node": "^12 || ^14 || >= 16" 14357 }, 14358 "funding": { 14359 "type": "opencollective", 14360 "url": "https://opencollective.com/postcss/" 14361 }, 14362 "peerDependencies": { 14363 "postcss": "^8.4.21" 14364 } 14365 }, 14366 "node_modules/postcss-lab-function": { 14367 "version": "4.2.1", 14368 "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", 14369 "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", 14370 "dependencies": { 14371 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 14372 "postcss-value-parser": "^4.2.0" 14373 }, 14374 "engines": { 14375 "node": "^12 || ^14 || >=16" 14376 }, 14377 "funding": { 14378 "type": "opencollective", 14379 "url": "https://opencollective.com/csstools" 14380 }, 14381 "peerDependencies": { 14382 "postcss": "^8.2" 14383 } 14384 }, 14385 "node_modules/postcss-load-config": { 14386 "version": "4.0.2", 14387 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", 14388 "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", 14389 "funding": [ 14390 { 14391 "type": "opencollective", 14392 "url": "https://opencollective.com/postcss/" 14393 }, 14394 { 14395 "type": "github", 14396 "url": "https://github.com/sponsors/ai" 14397 } 14398 ], 14399 "dependencies": { 14400 "lilconfig": "^3.0.0", 14401 "yaml": "^2.3.4" 14402 }, 14403 "engines": { 14404 "node": ">= 14" 14405 }, 14406 "peerDependencies": { 14407 "postcss": ">=8.0.9", 14408 "ts-node": ">=9.0.0" 14409 }, 14410 "peerDependenciesMeta": { 14411 "postcss": { 14412 "optional": true 14413 }, 14414 "ts-node": { 14415 "optional": true 14416 } 14417 } 14418 }, 14419 "node_modules/postcss-load-config/node_modules/lilconfig": { 14420 "version": "3.0.0", 14421 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", 14422 "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", 14423 "engines": { 14424 "node": ">=14" 14425 } 14426 }, 14427 "node_modules/postcss-load-config/node_modules/yaml": { 14428 "version": "2.3.4", 14429 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", 14430 "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", 14431 "engines": { 14432 "node": ">= 14" 14433 } 14434 }, 14435 "node_modules/postcss-loader": { 14436 "version": "6.2.1", 14437 "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", 14438 "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", 14439 "dependencies": { 14440 "cosmiconfig": "^7.0.0", 14441 "klona": "^2.0.5", 14442 "semver": "^7.3.5" 14443 }, 14444 "engines": { 14445 "node": ">= 12.13.0" 14446 }, 14447 "funding": { 14448 "type": "opencollective", 14449 "url": "https://opencollective.com/webpack" 14450 }, 14451 "peerDependencies": { 14452 "postcss": "^7.0.0 || ^8.0.1", 14453 "webpack": "^5.0.0" 14454 } 14455 }, 14456 "node_modules/postcss-logical": { 14457 "version": "5.0.4", 14458 "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", 14459 "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", 14460 "engines": { 14461 "node": "^12 || ^14 || >=16" 14462 }, 14463 "peerDependencies": { 14464 "postcss": "^8.4" 14465 } 14466 }, 14467 "node_modules/postcss-media-minmax": { 14468 "version": "5.0.0", 14469 "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", 14470 "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", 14471 "engines": { 14472 "node": ">=10.0.0" 14473 }, 14474 "peerDependencies": { 14475 "postcss": "^8.1.0" 14476 } 14477 }, 14478 "node_modules/postcss-merge-longhand": { 14479 "version": "5.1.7", 14480 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", 14481 "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", 14482 "dependencies": { 14483 "postcss-value-parser": "^4.2.0", 14484 "stylehacks": "^5.1.1" 14485 }, 14486 "engines": { 14487 "node": "^10 || ^12 || >=14.0" 14488 }, 14489 "peerDependencies": { 14490 "postcss": "^8.2.15" 14491 } 14492 }, 14493 "node_modules/postcss-merge-rules": { 14494 "version": "5.1.4", 14495 "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", 14496 "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", 14497 "dependencies": { 14498 "browserslist": "^4.21.4", 14499 "caniuse-api": "^3.0.0", 14500 "cssnano-utils": "^3.1.0", 14501 "postcss-selector-parser": "^6.0.5" 14502 }, 14503 "engines": { 14504 "node": "^10 || ^12 || >=14.0" 14505 }, 14506 "peerDependencies": { 14507 "postcss": "^8.2.15" 14508 } 14509 }, 14510 "node_modules/postcss-minify-font-values": { 14511 "version": "5.1.0", 14512 "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", 14513 "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", 14514 "dependencies": { 14515 "postcss-value-parser": "^4.2.0" 14516 }, 14517 "engines": { 14518 "node": "^10 || ^12 || >=14.0" 14519 }, 14520 "peerDependencies": { 14521 "postcss": "^8.2.15" 14522 } 14523 }, 14524 "node_modules/postcss-minify-gradients": { 14525 "version": "5.1.1", 14526 "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", 14527 "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", 14528 "dependencies": { 14529 "colord": "^2.9.1", 14530 "cssnano-utils": "^3.1.0", 14531 "postcss-value-parser": "^4.2.0" 14532 }, 14533 "engines": { 14534 "node": "^10 || ^12 || >=14.0" 14535 }, 14536 "peerDependencies": { 14537 "postcss": "^8.2.15" 14538 } 14539 }, 14540 "node_modules/postcss-minify-params": { 14541 "version": "5.1.4", 14542 "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", 14543 "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", 14544 "dependencies": { 14545 "browserslist": "^4.21.4", 14546 "cssnano-utils": "^3.1.0", 14547 "postcss-value-parser": "^4.2.0" 14548 }, 14549 "engines": { 14550 "node": "^10 || ^12 || >=14.0" 14551 }, 14552 "peerDependencies": { 14553 "postcss": "^8.2.15" 14554 } 14555 }, 14556 "node_modules/postcss-minify-selectors": { 14557 "version": "5.2.1", 14558 "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", 14559 "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", 14560 "dependencies": { 14561 "postcss-selector-parser": "^6.0.5" 14562 }, 14563 "engines": { 14564 "node": "^10 || ^12 || >=14.0" 14565 }, 14566 "peerDependencies": { 14567 "postcss": "^8.2.15" 14568 } 14569 }, 14570 "node_modules/postcss-modules-extract-imports": { 14571 "version": "3.0.0", 14572 "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", 14573 "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", 14574 "engines": { 14575 "node": "^10 || ^12 || >= 14" 14576 }, 14577 "peerDependencies": { 14578 "postcss": "^8.1.0" 14579 } 14580 }, 14581 "node_modules/postcss-modules-local-by-default": { 14582 "version": "4.0.4", 14583 "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.4.tgz", 14584 "integrity": "sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==", 14585 "dependencies": { 14586 "icss-utils": "^5.0.0", 14587 "postcss-selector-parser": "^6.0.2", 14588 "postcss-value-parser": "^4.1.0" 14589 }, 14590 "engines": { 14591 "node": "^10 || ^12 || >= 14" 14592 }, 14593 "peerDependencies": { 14594 "postcss": "^8.1.0" 14595 } 14596 }, 14597 "node_modules/postcss-modules-scope": { 14598 "version": "3.1.1", 14599 "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.1.tgz", 14600 "integrity": "sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==", 14601 "dependencies": { 14602 "postcss-selector-parser": "^6.0.4" 14603 }, 14604 "engines": { 14605 "node": "^10 || ^12 || >= 14" 14606 }, 14607 "peerDependencies": { 14608 "postcss": "^8.1.0" 14609 } 14610 }, 14611 "node_modules/postcss-modules-values": { 14612 "version": "4.0.0", 14613 "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", 14614 "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", 14615 "dependencies": { 14616 "icss-utils": "^5.0.0" 14617 }, 14618 "engines": { 14619 "node": "^10 || ^12 || >= 14" 14620 }, 14621 "peerDependencies": { 14622 "postcss": "^8.1.0" 14623 } 14624 }, 14625 "node_modules/postcss-nested": { 14626 "version": "6.0.1", 14627 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", 14628 "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", 14629 "dependencies": { 14630 "postcss-selector-parser": "^6.0.11" 14631 }, 14632 "engines": { 14633 "node": ">=12.0" 14634 }, 14635 "funding": { 14636 "type": "opencollective", 14637 "url": "https://opencollective.com/postcss/" 14638 }, 14639 "peerDependencies": { 14640 "postcss": "^8.2.14" 14641 } 14642 }, 14643 "node_modules/postcss-nesting": { 14644 "version": "10.2.0", 14645 "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", 14646 "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", 14647 "dependencies": { 14648 "@csstools/selector-specificity": "^2.0.0", 14649 "postcss-selector-parser": "^6.0.10" 14650 }, 14651 "engines": { 14652 "node": "^12 || ^14 || >=16" 14653 }, 14654 "funding": { 14655 "type": "opencollective", 14656 "url": "https://opencollective.com/csstools" 14657 }, 14658 "peerDependencies": { 14659 "postcss": "^8.2" 14660 } 14661 }, 14662 "node_modules/postcss-normalize": { 14663 "version": "10.0.1", 14664 "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", 14665 "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", 14666 "dependencies": { 14667 "@csstools/normalize.css": "*", 14668 "postcss-browser-comments": "^4", 14669 "sanitize.css": "*" 14670 }, 14671 "engines": { 14672 "node": ">= 12" 14673 }, 14674 "peerDependencies": { 14675 "browserslist": ">= 4", 14676 "postcss": ">= 8" 14677 } 14678 }, 14679 "node_modules/postcss-normalize-charset": { 14680 "version": "5.1.0", 14681 "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", 14682 "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", 14683 "engines": { 14684 "node": "^10 || ^12 || >=14.0" 14685 }, 14686 "peerDependencies": { 14687 "postcss": "^8.2.15" 14688 } 14689 }, 14690 "node_modules/postcss-normalize-display-values": { 14691 "version": "5.1.0", 14692 "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", 14693 "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", 14694 "dependencies": { 14695 "postcss-value-parser": "^4.2.0" 14696 }, 14697 "engines": { 14698 "node": "^10 || ^12 || >=14.0" 14699 }, 14700 "peerDependencies": { 14701 "postcss": "^8.2.15" 14702 } 14703 }, 14704 "node_modules/postcss-normalize-positions": { 14705 "version": "5.1.1", 14706 "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", 14707 "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", 14708 "dependencies": { 14709 "postcss-value-parser": "^4.2.0" 14710 }, 14711 "engines": { 14712 "node": "^10 || ^12 || >=14.0" 14713 }, 14714 "peerDependencies": { 14715 "postcss": "^8.2.15" 14716 } 14717 }, 14718 "node_modules/postcss-normalize-repeat-style": { 14719 "version": "5.1.1", 14720 "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", 14721 "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", 14722 "dependencies": { 14723 "postcss-value-parser": "^4.2.0" 14724 }, 14725 "engines": { 14726 "node": "^10 || ^12 || >=14.0" 14727 }, 14728 "peerDependencies": { 14729 "postcss": "^8.2.15" 14730 } 14731 }, 14732 "node_modules/postcss-normalize-string": { 14733 "version": "5.1.0", 14734 "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", 14735 "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", 14736 "dependencies": { 14737 "postcss-value-parser": "^4.2.0" 14738 }, 14739 "engines": { 14740 "node": "^10 || ^12 || >=14.0" 14741 }, 14742 "peerDependencies": { 14743 "postcss": "^8.2.15" 14744 } 14745 }, 14746 "node_modules/postcss-normalize-timing-functions": { 14747 "version": "5.1.0", 14748 "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", 14749 "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", 14750 "dependencies": { 14751 "postcss-value-parser": "^4.2.0" 14752 }, 14753 "engines": { 14754 "node": "^10 || ^12 || >=14.0" 14755 }, 14756 "peerDependencies": { 14757 "postcss": "^8.2.15" 14758 } 14759 }, 14760 "node_modules/postcss-normalize-unicode": { 14761 "version": "5.1.1", 14762 "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", 14763 "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", 14764 "dependencies": { 14765 "browserslist": "^4.21.4", 14766 "postcss-value-parser": "^4.2.0" 14767 }, 14768 "engines": { 14769 "node": "^10 || ^12 || >=14.0" 14770 }, 14771 "peerDependencies": { 14772 "postcss": "^8.2.15" 14773 } 14774 }, 14775 "node_modules/postcss-normalize-url": { 14776 "version": "5.1.0", 14777 "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", 14778 "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", 14779 "dependencies": { 14780 "normalize-url": "^6.0.1", 14781 "postcss-value-parser": "^4.2.0" 14782 }, 14783 "engines": { 14784 "node": "^10 || ^12 || >=14.0" 14785 }, 14786 "peerDependencies": { 14787 "postcss": "^8.2.15" 14788 } 14789 }, 14790 "node_modules/postcss-normalize-whitespace": { 14791 "version": "5.1.1", 14792 "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", 14793 "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", 14794 "dependencies": { 14795 "postcss-value-parser": "^4.2.0" 14796 }, 14797 "engines": { 14798 "node": "^10 || ^12 || >=14.0" 14799 }, 14800 "peerDependencies": { 14801 "postcss": "^8.2.15" 14802 } 14803 }, 14804 "node_modules/postcss-opacity-percentage": { 14805 "version": "1.1.3", 14806 "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz", 14807 "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==", 14808 "funding": [ 14809 { 14810 "type": "kofi", 14811 "url": "https://ko-fi.com/mrcgrtz" 14812 }, 14813 { 14814 "type": "liberapay", 14815 "url": "https://liberapay.com/mrcgrtz" 14816 } 14817 ], 14818 "engines": { 14819 "node": "^12 || ^14 || >=16" 14820 }, 14821 "peerDependencies": { 14822 "postcss": "^8.2" 14823 } 14824 }, 14825 "node_modules/postcss-ordered-values": { 14826 "version": "5.1.3", 14827 "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", 14828 "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", 14829 "dependencies": { 14830 "cssnano-utils": "^3.1.0", 14831 "postcss-value-parser": "^4.2.0" 14832 }, 14833 "engines": { 14834 "node": "^10 || ^12 || >=14.0" 14835 }, 14836 "peerDependencies": { 14837 "postcss": "^8.2.15" 14838 } 14839 }, 14840 "node_modules/postcss-overflow-shorthand": { 14841 "version": "3.0.4", 14842 "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", 14843 "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", 14844 "dependencies": { 14845 "postcss-value-parser": "^4.2.0" 14846 }, 14847 "engines": { 14848 "node": "^12 || ^14 || >=16" 14849 }, 14850 "funding": { 14851 "type": "opencollective", 14852 "url": "https://opencollective.com/csstools" 14853 }, 14854 "peerDependencies": { 14855 "postcss": "^8.2" 14856 } 14857 }, 14858 "node_modules/postcss-page-break": { 14859 "version": "3.0.4", 14860 "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", 14861 "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", 14862 "peerDependencies": { 14863 "postcss": "^8" 14864 } 14865 }, 14866 "node_modules/postcss-place": { 14867 "version": "7.0.5", 14868 "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", 14869 "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", 14870 "dependencies": { 14871 "postcss-value-parser": "^4.2.0" 14872 }, 14873 "engines": { 14874 "node": "^12 || ^14 || >=16" 14875 }, 14876 "funding": { 14877 "type": "opencollective", 14878 "url": "https://opencollective.com/csstools" 14879 }, 14880 "peerDependencies": { 14881 "postcss": "^8.2" 14882 } 14883 }, 14884 "node_modules/postcss-preset-env": { 14885 "version": "7.8.3", 14886 "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz", 14887 "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==", 14888 "dependencies": { 14889 "@csstools/postcss-cascade-layers": "^1.1.1", 14890 "@csstools/postcss-color-function": "^1.1.1", 14891 "@csstools/postcss-font-format-keywords": "^1.0.1", 14892 "@csstools/postcss-hwb-function": "^1.0.2", 14893 "@csstools/postcss-ic-unit": "^1.0.1", 14894 "@csstools/postcss-is-pseudo-class": "^2.0.7", 14895 "@csstools/postcss-nested-calc": "^1.0.0", 14896 "@csstools/postcss-normalize-display-values": "^1.0.1", 14897 "@csstools/postcss-oklab-function": "^1.1.1", 14898 "@csstools/postcss-progressive-custom-properties": "^1.3.0", 14899 "@csstools/postcss-stepped-value-functions": "^1.0.1", 14900 "@csstools/postcss-text-decoration-shorthand": "^1.0.0", 14901 "@csstools/postcss-trigonometric-functions": "^1.0.2", 14902 "@csstools/postcss-unset-value": "^1.0.2", 14903 "autoprefixer": "^10.4.13", 14904 "browserslist": "^4.21.4", 14905 "css-blank-pseudo": "^3.0.3", 14906 "css-has-pseudo": "^3.0.4", 14907 "css-prefers-color-scheme": "^6.0.3", 14908 "cssdb": "^7.1.0", 14909 "postcss-attribute-case-insensitive": "^5.0.2", 14910 "postcss-clamp": "^4.1.0", 14911 "postcss-color-functional-notation": "^4.2.4", 14912 "postcss-color-hex-alpha": "^8.0.4", 14913 "postcss-color-rebeccapurple": "^7.1.1", 14914 "postcss-custom-media": "^8.0.2", 14915 "postcss-custom-properties": "^12.1.10", 14916 "postcss-custom-selectors": "^6.0.3", 14917 "postcss-dir-pseudo-class": "^6.0.5", 14918 "postcss-double-position-gradients": "^3.1.2", 14919 "postcss-env-function": "^4.0.6", 14920 "postcss-focus-visible": "^6.0.4", 14921 "postcss-focus-within": "^5.0.4", 14922 "postcss-font-variant": "^5.0.0", 14923 "postcss-gap-properties": "^3.0.5", 14924 "postcss-image-set-function": "^4.0.7", 14925 "postcss-initial": "^4.0.1", 14926 "postcss-lab-function": "^4.2.1", 14927 "postcss-logical": "^5.0.4", 14928 "postcss-media-minmax": "^5.0.0", 14929 "postcss-nesting": "^10.2.0", 14930 "postcss-opacity-percentage": "^1.1.2", 14931 "postcss-overflow-shorthand": "^3.0.4", 14932 "postcss-page-break": "^3.0.4", 14933 "postcss-place": "^7.0.5", 14934 "postcss-pseudo-class-any-link": "^7.1.6", 14935 "postcss-replace-overflow-wrap": "^4.0.0", 14936 "postcss-selector-not": "^6.0.1", 14937 "postcss-value-parser": "^4.2.0" 14938 }, 14939 "engines": { 14940 "node": "^12 || ^14 || >=16" 14941 }, 14942 "funding": { 14943 "type": "opencollective", 14944 "url": "https://opencollective.com/csstools" 14945 }, 14946 "peerDependencies": { 14947 "postcss": "^8.2" 14948 } 14949 }, 14950 "node_modules/postcss-pseudo-class-any-link": { 14951 "version": "7.1.6", 14952 "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", 14953 "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", 14954 "dependencies": { 14955 "postcss-selector-parser": "^6.0.10" 14956 }, 14957 "engines": { 14958 "node": "^12 || ^14 || >=16" 14959 }, 14960 "funding": { 14961 "type": "opencollective", 14962 "url": "https://opencollective.com/csstools" 14963 }, 14964 "peerDependencies": { 14965 "postcss": "^8.2" 14966 } 14967 }, 14968 "node_modules/postcss-reduce-initial": { 14969 "version": "5.1.2", 14970 "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", 14971 "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", 14972 "dependencies": { 14973 "browserslist": "^4.21.4", 14974 "caniuse-api": "^3.0.0" 14975 }, 14976 "engines": { 14977 "node": "^10 || ^12 || >=14.0" 14978 }, 14979 "peerDependencies": { 14980 "postcss": "^8.2.15" 14981 } 14982 }, 14983 "node_modules/postcss-reduce-transforms": { 14984 "version": "5.1.0", 14985 "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", 14986 "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", 14987 "dependencies": { 14988 "postcss-value-parser": "^4.2.0" 14989 }, 14990 "engines": { 14991 "node": "^10 || ^12 || >=14.0" 14992 }, 14993 "peerDependencies": { 14994 "postcss": "^8.2.15" 14995 } 14996 }, 14997 "node_modules/postcss-replace-overflow-wrap": { 14998 "version": "4.0.0", 14999 "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", 15000 "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", 15001 "peerDependencies": { 15002 "postcss": "^8.0.3" 15003 } 15004 }, 15005 "node_modules/postcss-selector-not": { 15006 "version": "6.0.1", 15007 "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", 15008 "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", 15009 "dependencies": { 15010 "postcss-selector-parser": "^6.0.10" 15011 }, 15012 "engines": { 15013 "node": "^12 || ^14 || >=16" 15014 }, 15015 "funding": { 15016 "type": "opencollective", 15017 "url": "https://opencollective.com/csstools" 15018 }, 15019 "peerDependencies": { 15020 "postcss": "^8.2" 15021 } 15022 }, 15023 "node_modules/postcss-selector-parser": { 15024 "version": "6.0.15", 15025 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", 15026 "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", 15027 "dependencies": { 15028 "cssesc": "^3.0.0", 15029 "util-deprecate": "^1.0.2" 15030 }, 15031 "engines": { 15032 "node": ">=4" 15033 } 15034 }, 15035 "node_modules/postcss-svgo": { 15036 "version": "5.1.0", 15037 "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", 15038 "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", 15039 "dependencies": { 15040 "postcss-value-parser": "^4.2.0", 15041 "svgo": "^2.7.0" 15042 }, 15043 "engines": { 15044 "node": "^10 || ^12 || >=14.0" 15045 }, 15046 "peerDependencies": { 15047 "postcss": "^8.2.15" 15048 } 15049 }, 15050 "node_modules/postcss-svgo/node_modules/commander": { 15051 "version": "7.2.0", 15052 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 15053 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", 15054 "engines": { 15055 "node": ">= 10" 15056 } 15057 }, 15058 "node_modules/postcss-svgo/node_modules/css-tree": { 15059 "version": "1.1.3", 15060 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", 15061 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", 15062 "dependencies": { 15063 "mdn-data": "2.0.14", 15064 "source-map": "^0.6.1" 15065 }, 15066 "engines": { 15067 "node": ">=8.0.0" 15068 } 15069 }, 15070 "node_modules/postcss-svgo/node_modules/mdn-data": { 15071 "version": "2.0.14", 15072 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", 15073 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" 15074 }, 15075 "node_modules/postcss-svgo/node_modules/source-map": { 15076 "version": "0.6.1", 15077 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 15078 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 15079 "engines": { 15080 "node": ">=0.10.0" 15081 } 15082 }, 15083 "node_modules/postcss-svgo/node_modules/svgo": { 15084 "version": "2.8.0", 15085 "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", 15086 "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", 15087 "dependencies": { 15088 "@trysound/sax": "0.2.0", 15089 "commander": "^7.2.0", 15090 "css-select": "^4.1.3", 15091 "css-tree": "^1.1.3", 15092 "csso": "^4.2.0", 15093 "picocolors": "^1.0.0", 15094 "stable": "^0.1.8" 15095 }, 15096 "bin": { 15097 "svgo": "bin/svgo" 15098 }, 15099 "engines": { 15100 "node": ">=10.13.0" 15101 } 15102 }, 15103 "node_modules/postcss-unique-selectors": { 15104 "version": "5.1.1", 15105 "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", 15106 "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", 15107 "dependencies": { 15108 "postcss-selector-parser": "^6.0.5" 15109 }, 15110 "engines": { 15111 "node": "^10 || ^12 || >=14.0" 15112 }, 15113 "peerDependencies": { 15114 "postcss": "^8.2.15" 15115 } 15116 }, 15117 "node_modules/postcss-value-parser": { 15118 "version": "4.2.0", 15119 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", 15120 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" 15121 }, 15122 "node_modules/prelude-ls": { 15123 "version": "1.2.1", 15124 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", 15125 "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", 15126 "engines": { 15127 "node": ">= 0.8.0" 15128 } 15129 }, 15130 "node_modules/pretty-bytes": { 15131 "version": "5.6.0", 15132 "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", 15133 "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", 15134 "engines": { 15135 "node": ">=6" 15136 }, 15137 "funding": { 15138 "url": "https://github.com/sponsors/sindresorhus" 15139 } 15140 }, 15141 "node_modules/pretty-error": { 15142 "version": "4.0.0", 15143 "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", 15144 "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", 15145 "dependencies": { 15146 "lodash": "^4.17.20", 15147 "renderkid": "^3.0.0" 15148 } 15149 }, 15150 "node_modules/pretty-format": { 15151 "version": "27.5.1", 15152 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", 15153 "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", 15154 "dependencies": { 15155 "ansi-regex": "^5.0.1", 15156 "ansi-styles": "^5.0.0", 15157 "react-is": "^17.0.1" 15158 }, 15159 "engines": { 15160 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" 15161 } 15162 }, 15163 "node_modules/pretty-format/node_modules/ansi-styles": { 15164 "version": "5.2.0", 15165 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", 15166 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", 15167 "engines": { 15168 "node": ">=10" 15169 }, 15170 "funding": { 15171 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 15172 } 15173 }, 15174 "node_modules/process": { 15175 "version": "0.11.10", 15176 "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", 15177 "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", 15178 "engines": { 15179 "node": ">= 0.6.0" 15180 } 15181 }, 15182 "node_modules/process-nextick-args": { 15183 "version": "2.0.1", 15184 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", 15185 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" 15186 }, 15187 "node_modules/promise": { 15188 "version": "8.3.0", 15189 "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", 15190 "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", 15191 "dependencies": { 15192 "asap": "~2.0.6" 15193 } 15194 }, 15195 "node_modules/prompts": { 15196 "version": "2.4.2", 15197 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 15198 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 15199 "dependencies": { 15200 "kleur": "^3.0.3", 15201 "sisteransi": "^1.0.5" 15202 }, 15203 "engines": { 15204 "node": ">= 6" 15205 } 15206 }, 15207 "node_modules/prop-types": { 15208 "version": "15.8.1", 15209 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", 15210 "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", 15211 "dependencies": { 15212 "loose-envify": "^1.4.0", 15213 "object-assign": "^4.1.1", 15214 "react-is": "^16.13.1" 15215 } 15216 }, 15217 "node_modules/prop-types/node_modules/react-is": { 15218 "version": "16.13.1", 15219 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", 15220 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" 15221 }, 15222 "node_modules/proxy-addr": { 15223 "version": "2.0.7", 15224 "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", 15225 "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", 15226 "dependencies": { 15227 "forwarded": "0.2.0", 15228 "ipaddr.js": "1.9.1" 15229 }, 15230 "engines": { 15231 "node": ">= 0.10" 15232 } 15233 }, 15234 "node_modules/proxy-addr/node_modules/ipaddr.js": { 15235 "version": "1.9.1", 15236 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", 15237 "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", 15238 "engines": { 15239 "node": ">= 0.10" 15240 } 15241 }, 15242 "node_modules/psl": { 15243 "version": "1.9.0", 15244 "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", 15245 "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" 15246 }, 15247 "node_modules/public-encrypt": { 15248 "version": "4.0.3", 15249 "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", 15250 "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", 15251 "dependencies": { 15252 "bn.js": "^4.1.0", 15253 "browserify-rsa": "^4.0.0", 15254 "create-hash": "^1.1.0", 15255 "parse-asn1": "^5.0.0", 15256 "randombytes": "^2.0.1", 15257 "safe-buffer": "^5.1.2" 15258 } 15259 }, 15260 "node_modules/public-encrypt/node_modules/bn.js": { 15261 "version": "4.12.0", 15262 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 15263 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 15264 }, 15265 "node_modules/punycode": { 15266 "version": "2.3.1", 15267 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", 15268 "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", 15269 "engines": { 15270 "node": ">=6" 15271 } 15272 }, 15273 "node_modules/q": { 15274 "version": "1.5.1", 15275 "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", 15276 "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", 15277 "engines": { 15278 "node": ">=0.6.0", 15279 "teleport": ">=0.2.0" 15280 } 15281 }, 15282 "node_modules/qs": { 15283 "version": "6.11.0", 15284 "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", 15285 "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", 15286 "dependencies": { 15287 "side-channel": "^1.0.4" 15288 }, 15289 "engines": { 15290 "node": ">=0.6" 15291 }, 15292 "funding": { 15293 "url": "https://github.com/sponsors/ljharb" 15294 } 15295 }, 15296 "node_modules/querystring-es3": { 15297 "version": "0.2.1", 15298 "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", 15299 "integrity": "sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==", 15300 "engines": { 15301 "node": ">=0.4.x" 15302 } 15303 }, 15304 "node_modules/querystringify": { 15305 "version": "2.2.0", 15306 "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", 15307 "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" 15308 }, 15309 "node_modules/queue-microtask": { 15310 "version": "1.2.3", 15311 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 15312 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 15313 "funding": [ 15314 { 15315 "type": "github", 15316 "url": "https://github.com/sponsors/feross" 15317 }, 15318 { 15319 "type": "patreon", 15320 "url": "https://www.patreon.com/feross" 15321 }, 15322 { 15323 "type": "consulting", 15324 "url": "https://feross.org/support" 15325 } 15326 ] 15327 }, 15328 "node_modules/raf": { 15329 "version": "3.4.1", 15330 "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", 15331 "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", 15332 "dependencies": { 15333 "performance-now": "^2.1.0" 15334 } 15335 }, 15336 "node_modules/randombytes": { 15337 "version": "2.1.0", 15338 "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", 15339 "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", 15340 "dependencies": { 15341 "safe-buffer": "^5.1.0" 15342 } 15343 }, 15344 "node_modules/randomfill": { 15345 "version": "1.0.4", 15346 "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", 15347 "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", 15348 "dependencies": { 15349 "randombytes": "^2.0.5", 15350 "safe-buffer": "^5.1.0" 15351 } 15352 }, 15353 "node_modules/range-parser": { 15354 "version": "1.2.1", 15355 "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", 15356 "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", 15357 "engines": { 15358 "node": ">= 0.6" 15359 } 15360 }, 15361 "node_modules/raw-body": { 15362 "version": "2.5.1", 15363 "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", 15364 "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", 15365 "dependencies": { 15366 "bytes": "3.1.2", 15367 "http-errors": "2.0.0", 15368 "iconv-lite": "0.4.24", 15369 "unpipe": "1.0.0" 15370 }, 15371 "engines": { 15372 "node": ">= 0.8" 15373 } 15374 }, 15375 "node_modules/raw-body/node_modules/bytes": { 15376 "version": "3.1.2", 15377 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", 15378 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", 15379 "engines": { 15380 "node": ">= 0.8" 15381 } 15382 }, 15383 "node_modules/raw-body/node_modules/iconv-lite": { 15384 "version": "0.4.24", 15385 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 15386 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 15387 "dependencies": { 15388 "safer-buffer": ">= 2.1.2 < 3" 15389 }, 15390 "engines": { 15391 "node": ">=0.10.0" 15392 } 15393 }, 15394 "node_modules/react": { 15395 "version": "18.2.0", 15396 "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", 15397 "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", 15398 "dependencies": { 15399 "loose-envify": "^1.1.0" 15400 }, 15401 "engines": { 15402 "node": ">=0.10.0" 15403 } 15404 }, 15405 "node_modules/react-app-polyfill": { 15406 "version": "3.0.0", 15407 "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz", 15408 "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", 15409 "dependencies": { 15410 "core-js": "^3.19.2", 15411 "object-assign": "^4.1.1", 15412 "promise": "^8.1.0", 15413 "raf": "^3.4.1", 15414 "regenerator-runtime": "^0.13.9", 15415 "whatwg-fetch": "^3.6.2" 15416 }, 15417 "engines": { 15418 "node": ">=14" 15419 } 15420 }, 15421 "node_modules/react-app-polyfill/node_modules/regenerator-runtime": { 15422 "version": "0.13.11", 15423 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", 15424 "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" 15425 }, 15426 "node_modules/react-dev-utils": { 15427 "version": "12.0.1", 15428 "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", 15429 "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", 15430 "dependencies": { 15431 "@babel/code-frame": "^7.16.0", 15432 "address": "^1.1.2", 15433 "browserslist": "^4.18.1", 15434 "chalk": "^4.1.2", 15435 "cross-spawn": "^7.0.3", 15436 "detect-port-alt": "^1.1.6", 15437 "escape-string-regexp": "^4.0.0", 15438 "filesize": "^8.0.6", 15439 "find-up": "^5.0.0", 15440 "fork-ts-checker-webpack-plugin": "^6.5.0", 15441 "global-modules": "^2.0.0", 15442 "globby": "^11.0.4", 15443 "gzip-size": "^6.0.0", 15444 "immer": "^9.0.7", 15445 "is-root": "^2.1.0", 15446 "loader-utils": "^3.2.0", 15447 "open": "^8.4.0", 15448 "pkg-up": "^3.1.0", 15449 "prompts": "^2.4.2", 15450 "react-error-overlay": "^6.0.11", 15451 "recursive-readdir": "^2.2.2", 15452 "shell-quote": "^1.7.3", 15453 "strip-ansi": "^6.0.1", 15454 "text-table": "^0.2.0" 15455 }, 15456 "engines": { 15457 "node": ">=14" 15458 } 15459 }, 15460 "node_modules/react-dev-utils/node_modules/ansi-styles": { 15461 "version": "4.3.0", 15462 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 15463 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 15464 "dependencies": { 15465 "color-convert": "^2.0.1" 15466 }, 15467 "engines": { 15468 "node": ">=8" 15469 }, 15470 "funding": { 15471 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 15472 } 15473 }, 15474 "node_modules/react-dev-utils/node_modules/chalk": { 15475 "version": "4.1.2", 15476 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 15477 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 15478 "dependencies": { 15479 "ansi-styles": "^4.1.0", 15480 "supports-color": "^7.1.0" 15481 }, 15482 "engines": { 15483 "node": ">=10" 15484 }, 15485 "funding": { 15486 "url": "https://github.com/chalk/chalk?sponsor=1" 15487 } 15488 }, 15489 "node_modules/react-dev-utils/node_modules/color-convert": { 15490 "version": "2.0.1", 15491 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 15492 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 15493 "dependencies": { 15494 "color-name": "~1.1.4" 15495 }, 15496 "engines": { 15497 "node": ">=7.0.0" 15498 } 15499 }, 15500 "node_modules/react-dev-utils/node_modules/color-name": { 15501 "version": "1.1.4", 15502 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 15503 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 15504 }, 15505 "node_modules/react-dev-utils/node_modules/escape-string-regexp": { 15506 "version": "4.0.0", 15507 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", 15508 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", 15509 "engines": { 15510 "node": ">=10" 15511 }, 15512 "funding": { 15513 "url": "https://github.com/sponsors/sindresorhus" 15514 } 15515 }, 15516 "node_modules/react-dev-utils/node_modules/has-flag": { 15517 "version": "4.0.0", 15518 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 15519 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 15520 "engines": { 15521 "node": ">=8" 15522 } 15523 }, 15524 "node_modules/react-dev-utils/node_modules/loader-utils": { 15525 "version": "3.2.1", 15526 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", 15527 "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", 15528 "engines": { 15529 "node": ">= 12.13.0" 15530 } 15531 }, 15532 "node_modules/react-dev-utils/node_modules/supports-color": { 15533 "version": "7.2.0", 15534 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 15535 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 15536 "dependencies": { 15537 "has-flag": "^4.0.0" 15538 }, 15539 "engines": { 15540 "node": ">=8" 15541 } 15542 }, 15543 "node_modules/react-dom": { 15544 "version": "18.2.0", 15545 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", 15546 "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", 15547 "dependencies": { 15548 "loose-envify": "^1.1.0", 15549 "scheduler": "^0.23.0" 15550 }, 15551 "peerDependencies": { 15552 "react": "^18.2.0" 15553 } 15554 }, 15555 "node_modules/react-error-overlay": { 15556 "version": "6.0.11", 15557 "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", 15558 "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" 15559 }, 15560 "node_modules/react-is": { 15561 "version": "17.0.2", 15562 "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", 15563 "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" 15564 }, 15565 "node_modules/react-refresh": { 15566 "version": "0.11.0", 15567 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", 15568 "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", 15569 "engines": { 15570 "node": ">=0.10.0" 15571 } 15572 }, 15573 "node_modules/react-scripts": { 15574 "version": "5.0.1", 15575 "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", 15576 "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==", 15577 "dependencies": { 15578 "@babel/core": "^7.16.0", 15579 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", 15580 "@svgr/webpack": "^5.5.0", 15581 "babel-jest": "^27.4.2", 15582 "babel-loader": "^8.2.3", 15583 "babel-plugin-named-asset-import": "^0.3.8", 15584 "babel-preset-react-app": "^10.0.1", 15585 "bfj": "^7.0.2", 15586 "browserslist": "^4.18.1", 15587 "camelcase": "^6.2.1", 15588 "case-sensitive-paths-webpack-plugin": "^2.4.0", 15589 "css-loader": "^6.5.1", 15590 "css-minimizer-webpack-plugin": "^3.2.0", 15591 "dotenv": "^10.0.0", 15592 "dotenv-expand": "^5.1.0", 15593 "eslint": "^8.3.0", 15594 "eslint-config-react-app": "^7.0.1", 15595 "eslint-webpack-plugin": "^3.1.1", 15596 "file-loader": "^6.2.0", 15597 "fs-extra": "^10.0.0", 15598 "html-webpack-plugin": "^5.5.0", 15599 "identity-obj-proxy": "^3.0.0", 15600 "jest": "^27.4.3", 15601 "jest-resolve": "^27.4.2", 15602 "jest-watch-typeahead": "^1.0.0", 15603 "mini-css-extract-plugin": "^2.4.5", 15604 "postcss": "^8.4.4", 15605 "postcss-flexbugs-fixes": "^5.0.2", 15606 "postcss-loader": "^6.2.1", 15607 "postcss-normalize": "^10.0.1", 15608 "postcss-preset-env": "^7.0.1", 15609 "prompts": "^2.4.2", 15610 "react-app-polyfill": "^3.0.0", 15611 "react-dev-utils": "^12.0.1", 15612 "react-refresh": "^0.11.0", 15613 "resolve": "^1.20.0", 15614 "resolve-url-loader": "^4.0.0", 15615 "sass-loader": "^12.3.0", 15616 "semver": "^7.3.5", 15617 "source-map-loader": "^3.0.0", 15618 "style-loader": "^3.3.1", 15619 "tailwindcss": "^3.0.2", 15620 "terser-webpack-plugin": "^5.2.5", 15621 "webpack": "^5.64.4", 15622 "webpack-dev-server": "^4.6.0", 15623 "webpack-manifest-plugin": "^4.0.2", 15624 "workbox-webpack-plugin": "^6.4.1" 15625 }, 15626 "bin": { 15627 "react-scripts": "bin/react-scripts.js" 15628 }, 15629 "engines": { 15630 "node": ">=14.0.0" 15631 }, 15632 "optionalDependencies": { 15633 "fsevents": "^2.3.2" 15634 }, 15635 "peerDependencies": { 15636 "react": ">= 16", 15637 "typescript": "^3.2.1 || ^4" 15638 }, 15639 "peerDependenciesMeta": { 15640 "typescript": { 15641 "optional": true 15642 } 15643 } 15644 }, 15645 "node_modules/react-scripts/node_modules/dotenv": { 15646 "version": "10.0.0", 15647 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", 15648 "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", 15649 "engines": { 15650 "node": ">=10" 15651 } 15652 }, 15653 "node_modules/read-cache": { 15654 "version": "1.0.0", 15655 "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", 15656 "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", 15657 "dependencies": { 15658 "pify": "^2.3.0" 15659 } 15660 }, 15661 "node_modules/readable-stream": { 15662 "version": "3.6.2", 15663 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", 15664 "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", 15665 "dependencies": { 15666 "inherits": "^2.0.3", 15667 "string_decoder": "^1.1.1", 15668 "util-deprecate": "^1.0.1" 15669 }, 15670 "engines": { 15671 "node": ">= 6" 15672 } 15673 }, 15674 "node_modules/readdirp": { 15675 "version": "3.6.0", 15676 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", 15677 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", 15678 "dependencies": { 15679 "picomatch": "^2.2.1" 15680 }, 15681 "engines": { 15682 "node": ">=8.10.0" 15683 } 15684 }, 15685 "node_modules/recursive-readdir": { 15686 "version": "2.2.3", 15687 "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", 15688 "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", 15689 "dependencies": { 15690 "minimatch": "^3.0.5" 15691 }, 15692 "engines": { 15693 "node": ">=6.0.0" 15694 } 15695 }, 15696 "node_modules/redent": { 15697 "version": "3.0.0", 15698 "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", 15699 "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", 15700 "dependencies": { 15701 "indent-string": "^4.0.0", 15702 "strip-indent": "^3.0.0" 15703 }, 15704 "engines": { 15705 "node": ">=8" 15706 } 15707 }, 15708 "node_modules/reflect.getprototypeof": { 15709 "version": "1.0.5", 15710 "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.5.tgz", 15711 "integrity": "sha512-62wgfC8dJWrmxv44CA36pLDnP6KKl3Vhxb7PL+8+qrrFMMoJij4vgiMP8zV4O8+CBMXY1mHxI5fITGHXFHVmQQ==", 15712 "dependencies": { 15713 "call-bind": "^1.0.5", 15714 "define-properties": "^1.2.1", 15715 "es-abstract": "^1.22.3", 15716 "es-errors": "^1.0.0", 15717 "get-intrinsic": "^1.2.3", 15718 "globalthis": "^1.0.3", 15719 "which-builtin-type": "^1.1.3" 15720 }, 15721 "engines": { 15722 "node": ">= 0.4" 15723 }, 15724 "funding": { 15725 "url": "https://github.com/sponsors/ljharb" 15726 } 15727 }, 15728 "node_modules/regenerate": { 15729 "version": "1.4.2", 15730 "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", 15731 "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" 15732 }, 15733 "node_modules/regenerate-unicode-properties": { 15734 "version": "10.1.1", 15735 "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", 15736 "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", 15737 "dependencies": { 15738 "regenerate": "^1.4.2" 15739 }, 15740 "engines": { 15741 "node": ">=4" 15742 } 15743 }, 15744 "node_modules/regenerator-runtime": { 15745 "version": "0.14.1", 15746 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", 15747 "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" 15748 }, 15749 "node_modules/regenerator-transform": { 15750 "version": "0.15.2", 15751 "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", 15752 "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", 15753 "dependencies": { 15754 "@babel/runtime": "^7.8.4" 15755 } 15756 }, 15757 "node_modules/regex-parser": { 15758 "version": "2.3.0", 15759 "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", 15760 "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==" 15761 }, 15762 "node_modules/regexp.prototype.flags": { 15763 "version": "1.5.1", 15764 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", 15765 "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", 15766 "dependencies": { 15767 "call-bind": "^1.0.2", 15768 "define-properties": "^1.2.0", 15769 "set-function-name": "^2.0.0" 15770 }, 15771 "engines": { 15772 "node": ">= 0.4" 15773 }, 15774 "funding": { 15775 "url": "https://github.com/sponsors/ljharb" 15776 } 15777 }, 15778 "node_modules/regexpu-core": { 15779 "version": "5.3.2", 15780 "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", 15781 "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", 15782 "dependencies": { 15783 "@babel/regjsgen": "^0.8.0", 15784 "regenerate": "^1.4.2", 15785 "regenerate-unicode-properties": "^10.1.0", 15786 "regjsparser": "^0.9.1", 15787 "unicode-match-property-ecmascript": "^2.0.0", 15788 "unicode-match-property-value-ecmascript": "^2.1.0" 15789 }, 15790 "engines": { 15791 "node": ">=4" 15792 } 15793 }, 15794 "node_modules/regjsparser": { 15795 "version": "0.9.1", 15796 "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", 15797 "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", 15798 "dependencies": { 15799 "jsesc": "~0.5.0" 15800 }, 15801 "bin": { 15802 "regjsparser": "bin/parser" 15803 } 15804 }, 15805 "node_modules/regjsparser/node_modules/jsesc": { 15806 "version": "0.5.0", 15807 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", 15808 "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", 15809 "bin": { 15810 "jsesc": "bin/jsesc" 15811 } 15812 }, 15813 "node_modules/relateurl": { 15814 "version": "0.2.7", 15815 "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", 15816 "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", 15817 "engines": { 15818 "node": ">= 0.10" 15819 } 15820 }, 15821 "node_modules/renderkid": { 15822 "version": "3.0.0", 15823 "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", 15824 "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", 15825 "dependencies": { 15826 "css-select": "^4.1.3", 15827 "dom-converter": "^0.2.0", 15828 "htmlparser2": "^6.1.0", 15829 "lodash": "^4.17.21", 15830 "strip-ansi": "^6.0.1" 15831 } 15832 }, 15833 "node_modules/require-directory": { 15834 "version": "2.1.1", 15835 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", 15836 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", 15837 "engines": { 15838 "node": ">=0.10.0" 15839 } 15840 }, 15841 "node_modules/require-from-string": { 15842 "version": "2.0.2", 15843 "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", 15844 "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", 15845 "engines": { 15846 "node": ">=0.10.0" 15847 } 15848 }, 15849 "node_modules/requires-port": { 15850 "version": "1.0.0", 15851 "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", 15852 "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" 15853 }, 15854 "node_modules/resolve": { 15855 "version": "1.22.8", 15856 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", 15857 "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", 15858 "dependencies": { 15859 "is-core-module": "^2.13.0", 15860 "path-parse": "^1.0.7", 15861 "supports-preserve-symlinks-flag": "^1.0.0" 15862 }, 15863 "bin": { 15864 "resolve": "bin/resolve" 15865 }, 15866 "funding": { 15867 "url": "https://github.com/sponsors/ljharb" 15868 } 15869 }, 15870 "node_modules/resolve-cwd": { 15871 "version": "3.0.0", 15872 "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", 15873 "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", 15874 "dependencies": { 15875 "resolve-from": "^5.0.0" 15876 }, 15877 "engines": { 15878 "node": ">=8" 15879 } 15880 }, 15881 "node_modules/resolve-from": { 15882 "version": "5.0.0", 15883 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", 15884 "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", 15885 "engines": { 15886 "node": ">=8" 15887 } 15888 }, 15889 "node_modules/resolve-url-loader": { 15890 "version": "4.0.0", 15891 "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz", 15892 "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", 15893 "dependencies": { 15894 "adjust-sourcemap-loader": "^4.0.0", 15895 "convert-source-map": "^1.7.0", 15896 "loader-utils": "^2.0.0", 15897 "postcss": "^7.0.35", 15898 "source-map": "0.6.1" 15899 }, 15900 "engines": { 15901 "node": ">=8.9" 15902 }, 15903 "peerDependencies": { 15904 "rework": "1.0.1", 15905 "rework-visit": "1.0.0" 15906 }, 15907 "peerDependenciesMeta": { 15908 "rework": { 15909 "optional": true 15910 }, 15911 "rework-visit": { 15912 "optional": true 15913 } 15914 } 15915 }, 15916 "node_modules/resolve-url-loader/node_modules/convert-source-map": { 15917 "version": "1.9.0", 15918 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", 15919 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" 15920 }, 15921 "node_modules/resolve-url-loader/node_modules/picocolors": { 15922 "version": "0.2.1", 15923 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", 15924 "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" 15925 }, 15926 "node_modules/resolve-url-loader/node_modules/postcss": { 15927 "version": "7.0.39", 15928 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", 15929 "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", 15930 "dependencies": { 15931 "picocolors": "^0.2.1", 15932 "source-map": "^0.6.1" 15933 }, 15934 "engines": { 15935 "node": ">=6.0.0" 15936 }, 15937 "funding": { 15938 "type": "opencollective", 15939 "url": "https://opencollective.com/postcss/" 15940 } 15941 }, 15942 "node_modules/resolve-url-loader/node_modules/source-map": { 15943 "version": "0.6.1", 15944 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 15945 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 15946 "engines": { 15947 "node": ">=0.10.0" 15948 } 15949 }, 15950 "node_modules/resolve.exports": { 15951 "version": "1.1.1", 15952 "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz", 15953 "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==", 15954 "engines": { 15955 "node": ">=10" 15956 } 15957 }, 15958 "node_modules/retry": { 15959 "version": "0.13.1", 15960 "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", 15961 "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", 15962 "engines": { 15963 "node": ">= 4" 15964 } 15965 }, 15966 "node_modules/reusify": { 15967 "version": "1.0.4", 15968 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", 15969 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", 15970 "engines": { 15971 "iojs": ">=1.0.0", 15972 "node": ">=0.10.0" 15973 } 15974 }, 15975 "node_modules/rimraf": { 15976 "version": "3.0.2", 15977 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", 15978 "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", 15979 "dependencies": { 15980 "glob": "^7.1.3" 15981 }, 15982 "bin": { 15983 "rimraf": "bin.js" 15984 }, 15985 "funding": { 15986 "url": "https://github.com/sponsors/isaacs" 15987 } 15988 }, 15989 "node_modules/ripemd160": { 15990 "version": "2.0.2", 15991 "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", 15992 "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", 15993 "dependencies": { 15994 "hash-base": "^3.0.0", 15995 "inherits": "^2.0.1" 15996 } 15997 }, 15998 "node_modules/rollup": { 15999 "version": "2.79.1", 16000 "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", 16001 "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", 16002 "bin": { 16003 "rollup": "dist/bin/rollup" 16004 }, 16005 "engines": { 16006 "node": ">=10.0.0" 16007 }, 16008 "optionalDependencies": { 16009 "fsevents": "~2.3.2" 16010 } 16011 }, 16012 "node_modules/rollup-plugin-terser": { 16013 "version": "7.0.2", 16014 "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", 16015 "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", 16016 "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser", 16017 "dependencies": { 16018 "@babel/code-frame": "^7.10.4", 16019 "jest-worker": "^26.2.1", 16020 "serialize-javascript": "^4.0.0", 16021 "terser": "^5.0.0" 16022 }, 16023 "peerDependencies": { 16024 "rollup": "^2.0.0" 16025 } 16026 }, 16027 "node_modules/rollup-plugin-terser/node_modules/has-flag": { 16028 "version": "4.0.0", 16029 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 16030 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 16031 "engines": { 16032 "node": ">=8" 16033 } 16034 }, 16035 "node_modules/rollup-plugin-terser/node_modules/jest-worker": { 16036 "version": "26.6.2", 16037 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", 16038 "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", 16039 "dependencies": { 16040 "@types/node": "*", 16041 "merge-stream": "^2.0.0", 16042 "supports-color": "^7.0.0" 16043 }, 16044 "engines": { 16045 "node": ">= 10.13.0" 16046 } 16047 }, 16048 "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": { 16049 "version": "4.0.0", 16050 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", 16051 "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", 16052 "dependencies": { 16053 "randombytes": "^2.1.0" 16054 } 16055 }, 16056 "node_modules/rollup-plugin-terser/node_modules/supports-color": { 16057 "version": "7.2.0", 16058 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 16059 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 16060 "dependencies": { 16061 "has-flag": "^4.0.0" 16062 }, 16063 "engines": { 16064 "node": ">=8" 16065 } 16066 }, 16067 "node_modules/run-parallel": { 16068 "version": "1.2.0", 16069 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 16070 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 16071 "funding": [ 16072 { 16073 "type": "github", 16074 "url": "https://github.com/sponsors/feross" 16075 }, 16076 { 16077 "type": "patreon", 16078 "url": "https://www.patreon.com/feross" 16079 }, 16080 { 16081 "type": "consulting", 16082 "url": "https://feross.org/support" 16083 } 16084 ], 16085 "dependencies": { 16086 "queue-microtask": "^1.2.2" 16087 } 16088 }, 16089 "node_modules/safe-array-concat": { 16090 "version": "1.1.0", 16091 "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.0.tgz", 16092 "integrity": "sha512-ZdQ0Jeb9Ofti4hbt5lX3T2JcAamT9hfzYU1MNB+z/jaEbB6wfFfPIR/zEORmZqobkCCJhSjodobH6WHNmJ97dg==", 16093 "dependencies": { 16094 "call-bind": "^1.0.5", 16095 "get-intrinsic": "^1.2.2", 16096 "has-symbols": "^1.0.3", 16097 "isarray": "^2.0.5" 16098 }, 16099 "engines": { 16100 "node": ">=0.4" 16101 }, 16102 "funding": { 16103 "url": "https://github.com/sponsors/ljharb" 16104 } 16105 }, 16106 "node_modules/safe-buffer": { 16107 "version": "5.2.1", 16108 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 16109 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", 16110 "funding": [ 16111 { 16112 "type": "github", 16113 "url": "https://github.com/sponsors/feross" 16114 }, 16115 { 16116 "type": "patreon", 16117 "url": "https://www.patreon.com/feross" 16118 }, 16119 { 16120 "type": "consulting", 16121 "url": "https://feross.org/support" 16122 } 16123 ] 16124 }, 16125 "node_modules/safe-regex-test": { 16126 "version": "1.0.3", 16127 "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", 16128 "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", 16129 "dependencies": { 16130 "call-bind": "^1.0.6", 16131 "es-errors": "^1.3.0", 16132 "is-regex": "^1.1.4" 16133 }, 16134 "engines": { 16135 "node": ">= 0.4" 16136 }, 16137 "funding": { 16138 "url": "https://github.com/sponsors/ljharb" 16139 } 16140 }, 16141 "node_modules/safer-buffer": { 16142 "version": "2.1.2", 16143 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 16144 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" 16145 }, 16146 "node_modules/sanitize.css": { 16147 "version": "13.0.0", 16148 "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", 16149 "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==" 16150 }, 16151 "node_modules/sass-loader": { 16152 "version": "12.6.0", 16153 "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", 16154 "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", 16155 "dependencies": { 16156 "klona": "^2.0.4", 16157 "neo-async": "^2.6.2" 16158 }, 16159 "engines": { 16160 "node": ">= 12.13.0" 16161 }, 16162 "funding": { 16163 "type": "opencollective", 16164 "url": "https://opencollective.com/webpack" 16165 }, 16166 "peerDependencies": { 16167 "fibers": ">= 3.1.0", 16168 "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", 16169 "sass": "^1.3.0", 16170 "sass-embedded": "*", 16171 "webpack": "^5.0.0" 16172 }, 16173 "peerDependenciesMeta": { 16174 "fibers": { 16175 "optional": true 16176 }, 16177 "node-sass": { 16178 "optional": true 16179 }, 16180 "sass": { 16181 "optional": true 16182 }, 16183 "sass-embedded": { 16184 "optional": true 16185 } 16186 } 16187 }, 16188 "node_modules/sax": { 16189 "version": "1.2.4", 16190 "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", 16191 "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" 16192 }, 16193 "node_modules/saxes": { 16194 "version": "5.0.1", 16195 "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", 16196 "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", 16197 "dependencies": { 16198 "xmlchars": "^2.2.0" 16199 }, 16200 "engines": { 16201 "node": ">=10" 16202 } 16203 }, 16204 "node_modules/scheduler": { 16205 "version": "0.23.0", 16206 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", 16207 "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", 16208 "dependencies": { 16209 "loose-envify": "^1.1.0" 16210 } 16211 }, 16212 "node_modules/schema-utils": { 16213 "version": "3.3.0", 16214 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", 16215 "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", 16216 "dependencies": { 16217 "@types/json-schema": "^7.0.8", 16218 "ajv": "^6.12.5", 16219 "ajv-keywords": "^3.5.2" 16220 }, 16221 "engines": { 16222 "node": ">= 10.13.0" 16223 }, 16224 "funding": { 16225 "type": "opencollective", 16226 "url": "https://opencollective.com/webpack" 16227 } 16228 }, 16229 "node_modules/select-hose": { 16230 "version": "2.0.0", 16231 "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", 16232 "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" 16233 }, 16234 "node_modules/selfsigned": { 16235 "version": "2.4.1", 16236 "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", 16237 "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", 16238 "dependencies": { 16239 "@types/node-forge": "^1.3.0", 16240 "node-forge": "^1" 16241 }, 16242 "engines": { 16243 "node": ">=10" 16244 } 16245 }, 16246 "node_modules/semver": { 16247 "version": "7.6.0", 16248 "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", 16249 "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", 16250 "dependencies": { 16251 "lru-cache": "^6.0.0" 16252 }, 16253 "bin": { 16254 "semver": "bin/semver.js" 16255 }, 16256 "engines": { 16257 "node": ">=10" 16258 } 16259 }, 16260 "node_modules/semver/node_modules/lru-cache": { 16261 "version": "6.0.0", 16262 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", 16263 "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", 16264 "dependencies": { 16265 "yallist": "^4.0.0" 16266 }, 16267 "engines": { 16268 "node": ">=10" 16269 } 16270 }, 16271 "node_modules/semver/node_modules/yallist": { 16272 "version": "4.0.0", 16273 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", 16274 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" 16275 }, 16276 "node_modules/send": { 16277 "version": "0.18.0", 16278 "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", 16279 "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", 16280 "dependencies": { 16281 "debug": "2.6.9", 16282 "depd": "2.0.0", 16283 "destroy": "1.2.0", 16284 "encodeurl": "~1.0.2", 16285 "escape-html": "~1.0.3", 16286 "etag": "~1.8.1", 16287 "fresh": "0.5.2", 16288 "http-errors": "2.0.0", 16289 "mime": "1.6.0", 16290 "ms": "2.1.3", 16291 "on-finished": "2.4.1", 16292 "range-parser": "~1.2.1", 16293 "statuses": "2.0.1" 16294 }, 16295 "engines": { 16296 "node": ">= 0.8.0" 16297 } 16298 }, 16299 "node_modules/send/node_modules/debug": { 16300 "version": "2.6.9", 16301 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 16302 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 16303 "dependencies": { 16304 "ms": "2.0.0" 16305 } 16306 }, 16307 "node_modules/send/node_modules/debug/node_modules/ms": { 16308 "version": "2.0.0", 16309 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 16310 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 16311 }, 16312 "node_modules/send/node_modules/ms": { 16313 "version": "2.1.3", 16314 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 16315 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" 16316 }, 16317 "node_modules/serialize-javascript": { 16318 "version": "6.0.2", 16319 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", 16320 "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", 16321 "dependencies": { 16322 "randombytes": "^2.1.0" 16323 } 16324 }, 16325 "node_modules/serve-index": { 16326 "version": "1.9.1", 16327 "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", 16328 "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", 16329 "dependencies": { 16330 "accepts": "~1.3.4", 16331 "batch": "0.6.1", 16332 "debug": "2.6.9", 16333 "escape-html": "~1.0.3", 16334 "http-errors": "~1.6.2", 16335 "mime-types": "~2.1.17", 16336 "parseurl": "~1.3.2" 16337 }, 16338 "engines": { 16339 "node": ">= 0.8.0" 16340 } 16341 }, 16342 "node_modules/serve-index/node_modules/debug": { 16343 "version": "2.6.9", 16344 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 16345 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 16346 "dependencies": { 16347 "ms": "2.0.0" 16348 } 16349 }, 16350 "node_modules/serve-index/node_modules/depd": { 16351 "version": "1.1.2", 16352 "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", 16353 "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", 16354 "engines": { 16355 "node": ">= 0.6" 16356 } 16357 }, 16358 "node_modules/serve-index/node_modules/http-errors": { 16359 "version": "1.6.3", 16360 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", 16361 "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", 16362 "dependencies": { 16363 "depd": "~1.1.2", 16364 "inherits": "2.0.3", 16365 "setprototypeof": "1.1.0", 16366 "statuses": ">= 1.4.0 < 2" 16367 }, 16368 "engines": { 16369 "node": ">= 0.6" 16370 } 16371 }, 16372 "node_modules/serve-index/node_modules/inherits": { 16373 "version": "2.0.3", 16374 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", 16375 "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" 16376 }, 16377 "node_modules/serve-index/node_modules/ms": { 16378 "version": "2.0.0", 16379 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 16380 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 16381 }, 16382 "node_modules/serve-index/node_modules/setprototypeof": { 16383 "version": "1.1.0", 16384 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", 16385 "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" 16386 }, 16387 "node_modules/serve-index/node_modules/statuses": { 16388 "version": "1.5.0", 16389 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", 16390 "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", 16391 "engines": { 16392 "node": ">= 0.6" 16393 } 16394 }, 16395 "node_modules/serve-static": { 16396 "version": "1.15.0", 16397 "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", 16398 "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", 16399 "dependencies": { 16400 "encodeurl": "~1.0.2", 16401 "escape-html": "~1.0.3", 16402 "parseurl": "~1.3.3", 16403 "send": "0.18.0" 16404 }, 16405 "engines": { 16406 "node": ">= 0.8.0" 16407 } 16408 }, 16409 "node_modules/set-function-length": { 16410 "version": "1.2.1", 16411 "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz", 16412 "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==", 16413 "dependencies": { 16414 "define-data-property": "^1.1.2", 16415 "es-errors": "^1.3.0", 16416 "function-bind": "^1.1.2", 16417 "get-intrinsic": "^1.2.3", 16418 "gopd": "^1.0.1", 16419 "has-property-descriptors": "^1.0.1" 16420 }, 16421 "engines": { 16422 "node": ">= 0.4" 16423 } 16424 }, 16425 "node_modules/set-function-name": { 16426 "version": "2.0.1", 16427 "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz", 16428 "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", 16429 "dependencies": { 16430 "define-data-property": "^1.0.1", 16431 "functions-have-names": "^1.2.3", 16432 "has-property-descriptors": "^1.0.0" 16433 }, 16434 "engines": { 16435 "node": ">= 0.4" 16436 } 16437 }, 16438 "node_modules/setimmediate": { 16439 "version": "1.0.5", 16440 "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", 16441 "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" 16442 }, 16443 "node_modules/setprototypeof": { 16444 "version": "1.2.0", 16445 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", 16446 "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" 16447 }, 16448 "node_modules/sha.js": { 16449 "version": "2.4.11", 16450 "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", 16451 "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", 16452 "dependencies": { 16453 "inherits": "^2.0.1", 16454 "safe-buffer": "^5.0.1" 16455 }, 16456 "bin": { 16457 "sha.js": "bin.js" 16458 } 16459 }, 16460 "node_modules/shebang-command": { 16461 "version": "2.0.0", 16462 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 16463 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 16464 "dependencies": { 16465 "shebang-regex": "^3.0.0" 16466 }, 16467 "engines": { 16468 "node": ">=8" 16469 } 16470 }, 16471 "node_modules/shebang-regex": { 16472 "version": "3.0.0", 16473 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 16474 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 16475 "engines": { 16476 "node": ">=8" 16477 } 16478 }, 16479 "node_modules/shell-quote": { 16480 "version": "1.8.1", 16481 "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", 16482 "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", 16483 "funding": { 16484 "url": "https://github.com/sponsors/ljharb" 16485 } 16486 }, 16487 "node_modules/side-channel": { 16488 "version": "1.0.5", 16489 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.5.tgz", 16490 "integrity": "sha512-QcgiIWV4WV7qWExbN5llt6frQB/lBven9pqliLXfGPB+K9ZYXxDozp0wLkHS24kWCm+6YXH/f0HhnObZnZOBnQ==", 16491 "dependencies": { 16492 "call-bind": "^1.0.6", 16493 "es-errors": "^1.3.0", 16494 "get-intrinsic": "^1.2.4", 16495 "object-inspect": "^1.13.1" 16496 }, 16497 "engines": { 16498 "node": ">= 0.4" 16499 }, 16500 "funding": { 16501 "url": "https://github.com/sponsors/ljharb" 16502 } 16503 }, 16504 "node_modules/signal-exit": { 16505 "version": "3.0.7", 16506 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", 16507 "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" 16508 }, 16509 "node_modules/sisteransi": { 16510 "version": "1.0.5", 16511 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 16512 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" 16513 }, 16514 "node_modules/slash": { 16515 "version": "3.0.0", 16516 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 16517 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", 16518 "engines": { 16519 "node": ">=8" 16520 } 16521 }, 16522 "node_modules/sockjs": { 16523 "version": "0.3.24", 16524 "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", 16525 "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", 16526 "dependencies": { 16527 "faye-websocket": "^0.11.3", 16528 "uuid": "^8.3.2", 16529 "websocket-driver": "^0.7.4" 16530 } 16531 }, 16532 "node_modules/source-list-map": { 16533 "version": "2.0.1", 16534 "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", 16535 "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" 16536 }, 16537 "node_modules/source-map": { 16538 "version": "0.7.4", 16539 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", 16540 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", 16541 "engines": { 16542 "node": ">= 8" 16543 } 16544 }, 16545 "node_modules/source-map-js": { 16546 "version": "1.0.2", 16547 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", 16548 "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", 16549 "engines": { 16550 "node": ">=0.10.0" 16551 } 16552 }, 16553 "node_modules/source-map-loader": { 16554 "version": "3.0.2", 16555 "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", 16556 "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", 16557 "dependencies": { 16558 "abab": "^2.0.5", 16559 "iconv-lite": "^0.6.3", 16560 "source-map-js": "^1.0.1" 16561 }, 16562 "engines": { 16563 "node": ">= 12.13.0" 16564 }, 16565 "funding": { 16566 "type": "opencollective", 16567 "url": "https://opencollective.com/webpack" 16568 }, 16569 "peerDependencies": { 16570 "webpack": "^5.0.0" 16571 } 16572 }, 16573 "node_modules/source-map-support": { 16574 "version": "0.5.21", 16575 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", 16576 "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", 16577 "dependencies": { 16578 "buffer-from": "^1.0.0", 16579 "source-map": "^0.6.0" 16580 } 16581 }, 16582 "node_modules/source-map-support/node_modules/source-map": { 16583 "version": "0.6.1", 16584 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 16585 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 16586 "engines": { 16587 "node": ">=0.10.0" 16588 } 16589 }, 16590 "node_modules/sourcemap-codec": { 16591 "version": "1.4.8", 16592 "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", 16593 "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", 16594 "deprecated": "Please use @jridgewell/sourcemap-codec instead" 16595 }, 16596 "node_modules/spdy": { 16597 "version": "4.0.2", 16598 "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", 16599 "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", 16600 "dependencies": { 16601 "debug": "^4.1.0", 16602 "handle-thing": "^2.0.0", 16603 "http-deceiver": "^1.2.7", 16604 "select-hose": "^2.0.0", 16605 "spdy-transport": "^3.0.0" 16606 }, 16607 "engines": { 16608 "node": ">=6.0.0" 16609 } 16610 }, 16611 "node_modules/spdy-transport": { 16612 "version": "3.0.0", 16613 "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", 16614 "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", 16615 "dependencies": { 16616 "debug": "^4.1.0", 16617 "detect-node": "^2.0.4", 16618 "hpack.js": "^2.1.6", 16619 "obuf": "^1.1.2", 16620 "readable-stream": "^3.0.6", 16621 "wbuf": "^1.7.3" 16622 } 16623 }, 16624 "node_modules/sprintf-js": { 16625 "version": "1.0.3", 16626 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 16627 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" 16628 }, 16629 "node_modules/stable": { 16630 "version": "0.1.8", 16631 "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", 16632 "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", 16633 "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" 16634 }, 16635 "node_modules/stack-utils": { 16636 "version": "2.0.6", 16637 "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", 16638 "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", 16639 "dependencies": { 16640 "escape-string-regexp": "^2.0.0" 16641 }, 16642 "engines": { 16643 "node": ">=10" 16644 } 16645 }, 16646 "node_modules/stack-utils/node_modules/escape-string-regexp": { 16647 "version": "2.0.0", 16648 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", 16649 "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", 16650 "engines": { 16651 "node": ">=8" 16652 } 16653 }, 16654 "node_modules/stackframe": { 16655 "version": "1.3.4", 16656 "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", 16657 "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==" 16658 }, 16659 "node_modules/static-eval": { 16660 "version": "2.0.2", 16661 "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz", 16662 "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==", 16663 "dependencies": { 16664 "escodegen": "^1.8.1" 16665 } 16666 }, 16667 "node_modules/static-eval/node_modules/escodegen": { 16668 "version": "1.14.3", 16669 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", 16670 "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", 16671 "dependencies": { 16672 "esprima": "^4.0.1", 16673 "estraverse": "^4.2.0", 16674 "esutils": "^2.0.2", 16675 "optionator": "^0.8.1" 16676 }, 16677 "bin": { 16678 "escodegen": "bin/escodegen.js", 16679 "esgenerate": "bin/esgenerate.js" 16680 }, 16681 "engines": { 16682 "node": ">=4.0" 16683 }, 16684 "optionalDependencies": { 16685 "source-map": "~0.6.1" 16686 } 16687 }, 16688 "node_modules/static-eval/node_modules/estraverse": { 16689 "version": "4.3.0", 16690 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 16691 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", 16692 "engines": { 16693 "node": ">=4.0" 16694 } 16695 }, 16696 "node_modules/static-eval/node_modules/levn": { 16697 "version": "0.3.0", 16698 "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", 16699 "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", 16700 "dependencies": { 16701 "prelude-ls": "~1.1.2", 16702 "type-check": "~0.3.2" 16703 }, 16704 "engines": { 16705 "node": ">= 0.8.0" 16706 } 16707 }, 16708 "node_modules/static-eval/node_modules/optionator": { 16709 "version": "0.8.3", 16710 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", 16711 "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", 16712 "dependencies": { 16713 "deep-is": "~0.1.3", 16714 "fast-levenshtein": "~2.0.6", 16715 "levn": "~0.3.0", 16716 "prelude-ls": "~1.1.2", 16717 "type-check": "~0.3.2", 16718 "word-wrap": "~1.2.3" 16719 }, 16720 "engines": { 16721 "node": ">= 0.8.0" 16722 } 16723 }, 16724 "node_modules/static-eval/node_modules/prelude-ls": { 16725 "version": "1.1.2", 16726 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", 16727 "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", 16728 "engines": { 16729 "node": ">= 0.8.0" 16730 } 16731 }, 16732 "node_modules/static-eval/node_modules/source-map": { 16733 "version": "0.6.1", 16734 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 16735 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 16736 "optional": true, 16737 "engines": { 16738 "node": ">=0.10.0" 16739 } 16740 }, 16741 "node_modules/static-eval/node_modules/type-check": { 16742 "version": "0.3.2", 16743 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", 16744 "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", 16745 "dependencies": { 16746 "prelude-ls": "~1.1.2" 16747 }, 16748 "engines": { 16749 "node": ">= 0.8.0" 16750 } 16751 }, 16752 "node_modules/statuses": { 16753 "version": "2.0.1", 16754 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", 16755 "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", 16756 "engines": { 16757 "node": ">= 0.8" 16758 } 16759 }, 16760 "node_modules/stop-iteration-iterator": { 16761 "version": "1.0.0", 16762 "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", 16763 "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", 16764 "dependencies": { 16765 "internal-slot": "^1.0.4" 16766 }, 16767 "engines": { 16768 "node": ">= 0.4" 16769 } 16770 }, 16771 "node_modules/stream": { 16772 "name": "stream-browserify", 16773 "version": "3.0.0", 16774 "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz", 16775 "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==", 16776 "dependencies": { 16777 "inherits": "~2.0.4", 16778 "readable-stream": "^3.5.0" 16779 } 16780 }, 16781 "node_modules/stream-browserify": { 16782 "version": "3.0.0", 16783 "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz", 16784 "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==", 16785 "dependencies": { 16786 "inherits": "~2.0.4", 16787 "readable-stream": "^3.5.0" 16788 } 16789 }, 16790 "node_modules/stream-http": { 16791 "version": "3.2.0", 16792 "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.2.0.tgz", 16793 "integrity": "sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==", 16794 "dependencies": { 16795 "builtin-status-codes": "^3.0.0", 16796 "inherits": "^2.0.4", 16797 "readable-stream": "^3.6.0", 16798 "xtend": "^4.0.2" 16799 } 16800 }, 16801 "node_modules/string_decoder": { 16802 "version": "1.3.0", 16803 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", 16804 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", 16805 "dependencies": { 16806 "safe-buffer": "~5.2.0" 16807 } 16808 }, 16809 "node_modules/string-length": { 16810 "version": "4.0.2", 16811 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", 16812 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", 16813 "dependencies": { 16814 "char-regex": "^1.0.2", 16815 "strip-ansi": "^6.0.0" 16816 }, 16817 "engines": { 16818 "node": ">=10" 16819 } 16820 }, 16821 "node_modules/string-natural-compare": { 16822 "version": "3.0.1", 16823 "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", 16824 "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==" 16825 }, 16826 "node_modules/string-width": { 16827 "version": "4.2.3", 16828 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 16829 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 16830 "dependencies": { 16831 "emoji-regex": "^8.0.0", 16832 "is-fullwidth-code-point": "^3.0.0", 16833 "strip-ansi": "^6.0.1" 16834 }, 16835 "engines": { 16836 "node": ">=8" 16837 } 16838 }, 16839 "node_modules/string-width-cjs": { 16840 "name": "string-width", 16841 "version": "4.2.3", 16842 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 16843 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 16844 "dependencies": { 16845 "emoji-regex": "^8.0.0", 16846 "is-fullwidth-code-point": "^3.0.0", 16847 "strip-ansi": "^6.0.1" 16848 }, 16849 "engines": { 16850 "node": ">=8" 16851 } 16852 }, 16853 "node_modules/string-width-cjs/node_modules/emoji-regex": { 16854 "version": "8.0.0", 16855 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 16856 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" 16857 }, 16858 "node_modules/string-width/node_modules/emoji-regex": { 16859 "version": "8.0.0", 16860 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 16861 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" 16862 }, 16863 "node_modules/string.prototype.matchall": { 16864 "version": "4.0.10", 16865 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", 16866 "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", 16867 "dependencies": { 16868 "call-bind": "^1.0.2", 16869 "define-properties": "^1.2.0", 16870 "es-abstract": "^1.22.1", 16871 "get-intrinsic": "^1.2.1", 16872 "has-symbols": "^1.0.3", 16873 "internal-slot": "^1.0.5", 16874 "regexp.prototype.flags": "^1.5.0", 16875 "set-function-name": "^2.0.0", 16876 "side-channel": "^1.0.4" 16877 }, 16878 "funding": { 16879 "url": "https://github.com/sponsors/ljharb" 16880 } 16881 }, 16882 "node_modules/string.prototype.trim": { 16883 "version": "1.2.8", 16884 "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", 16885 "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", 16886 "dependencies": { 16887 "call-bind": "^1.0.2", 16888 "define-properties": "^1.2.0", 16889 "es-abstract": "^1.22.1" 16890 }, 16891 "engines": { 16892 "node": ">= 0.4" 16893 }, 16894 "funding": { 16895 "url": "https://github.com/sponsors/ljharb" 16896 } 16897 }, 16898 "node_modules/string.prototype.trimend": { 16899 "version": "1.0.7", 16900 "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", 16901 "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", 16902 "dependencies": { 16903 "call-bind": "^1.0.2", 16904 "define-properties": "^1.2.0", 16905 "es-abstract": "^1.22.1" 16906 }, 16907 "funding": { 16908 "url": "https://github.com/sponsors/ljharb" 16909 } 16910 }, 16911 "node_modules/string.prototype.trimstart": { 16912 "version": "1.0.7", 16913 "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", 16914 "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", 16915 "dependencies": { 16916 "call-bind": "^1.0.2", 16917 "define-properties": "^1.2.0", 16918 "es-abstract": "^1.22.1" 16919 }, 16920 "funding": { 16921 "url": "https://github.com/sponsors/ljharb" 16922 } 16923 }, 16924 "node_modules/stringify-object": { 16925 "version": "3.3.0", 16926 "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", 16927 "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", 16928 "dependencies": { 16929 "get-own-enumerable-property-symbols": "^3.0.0", 16930 "is-obj": "^1.0.1", 16931 "is-regexp": "^1.0.0" 16932 }, 16933 "engines": { 16934 "node": ">=4" 16935 } 16936 }, 16937 "node_modules/strip-ansi": { 16938 "version": "6.0.1", 16939 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 16940 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 16941 "dependencies": { 16942 "ansi-regex": "^5.0.1" 16943 }, 16944 "engines": { 16945 "node": ">=8" 16946 } 16947 }, 16948 "node_modules/strip-ansi-cjs": { 16949 "name": "strip-ansi", 16950 "version": "6.0.1", 16951 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 16952 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 16953 "dependencies": { 16954 "ansi-regex": "^5.0.1" 16955 }, 16956 "engines": { 16957 "node": ">=8" 16958 } 16959 }, 16960 "node_modules/strip-bom": { 16961 "version": "4.0.0", 16962 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", 16963 "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", 16964 "engines": { 16965 "node": ">=8" 16966 } 16967 }, 16968 "node_modules/strip-comments": { 16969 "version": "2.0.1", 16970 "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", 16971 "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==", 16972 "engines": { 16973 "node": ">=10" 16974 } 16975 }, 16976 "node_modules/strip-final-newline": { 16977 "version": "2.0.0", 16978 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", 16979 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", 16980 "engines": { 16981 "node": ">=6" 16982 } 16983 }, 16984 "node_modules/strip-indent": { 16985 "version": "3.0.0", 16986 "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", 16987 "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", 16988 "dependencies": { 16989 "min-indent": "^1.0.0" 16990 }, 16991 "engines": { 16992 "node": ">=8" 16993 } 16994 }, 16995 "node_modules/strip-json-comments": { 16996 "version": "3.1.1", 16997 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", 16998 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", 16999 "engines": { 17000 "node": ">=8" 17001 }, 17002 "funding": { 17003 "url": "https://github.com/sponsors/sindresorhus" 17004 } 17005 }, 17006 "node_modules/style-loader": { 17007 "version": "3.3.4", 17008 "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz", 17009 "integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==", 17010 "engines": { 17011 "node": ">= 12.13.0" 17012 }, 17013 "funding": { 17014 "type": "opencollective", 17015 "url": "https://opencollective.com/webpack" 17016 }, 17017 "peerDependencies": { 17018 "webpack": "^5.0.0" 17019 } 17020 }, 17021 "node_modules/stylehacks": { 17022 "version": "5.1.1", 17023 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", 17024 "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", 17025 "dependencies": { 17026 "browserslist": "^4.21.4", 17027 "postcss-selector-parser": "^6.0.4" 17028 }, 17029 "engines": { 17030 "node": "^10 || ^12 || >=14.0" 17031 }, 17032 "peerDependencies": { 17033 "postcss": "^8.2.15" 17034 } 17035 }, 17036 "node_modules/sucrase": { 17037 "version": "3.35.0", 17038 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", 17039 "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", 17040 "dependencies": { 17041 "@jridgewell/gen-mapping": "^0.3.2", 17042 "commander": "^4.0.0", 17043 "glob": "^10.3.10", 17044 "lines-and-columns": "^1.1.6", 17045 "mz": "^2.7.0", 17046 "pirates": "^4.0.1", 17047 "ts-interface-checker": "^0.1.9" 17048 }, 17049 "bin": { 17050 "sucrase": "bin/sucrase", 17051 "sucrase-node": "bin/sucrase-node" 17052 }, 17053 "engines": { 17054 "node": ">=16 || 14 >=14.17" 17055 } 17056 }, 17057 "node_modules/sucrase/node_modules/brace-expansion": { 17058 "version": "2.0.1", 17059 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", 17060 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", 17061 "dependencies": { 17062 "balanced-match": "^1.0.0" 17063 } 17064 }, 17065 "node_modules/sucrase/node_modules/commander": { 17066 "version": "4.1.1", 17067 "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", 17068 "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", 17069 "engines": { 17070 "node": ">= 6" 17071 } 17072 }, 17073 "node_modules/sucrase/node_modules/glob": { 17074 "version": "10.3.10", 17075 "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", 17076 "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", 17077 "dependencies": { 17078 "foreground-child": "^3.1.0", 17079 "jackspeak": "^2.3.5", 17080 "minimatch": "^9.0.1", 17081 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", 17082 "path-scurry": "^1.10.1" 17083 }, 17084 "bin": { 17085 "glob": "dist/esm/bin.mjs" 17086 }, 17087 "engines": { 17088 "node": ">=16 || 14 >=14.17" 17089 }, 17090 "funding": { 17091 "url": "https://github.com/sponsors/isaacs" 17092 } 17093 }, 17094 "node_modules/sucrase/node_modules/minimatch": { 17095 "version": "9.0.3", 17096 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", 17097 "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", 17098 "dependencies": { 17099 "brace-expansion": "^2.0.1" 17100 }, 17101 "engines": { 17102 "node": ">=16 || 14 >=14.17" 17103 }, 17104 "funding": { 17105 "url": "https://github.com/sponsors/isaacs" 17106 } 17107 }, 17108 "node_modules/supports-color": { 17109 "version": "5.5.0", 17110 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", 17111 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", 17112 "dependencies": { 17113 "has-flag": "^3.0.0" 17114 }, 17115 "engines": { 17116 "node": ">=4" 17117 } 17118 }, 17119 "node_modules/supports-hyperlinks": { 17120 "version": "2.3.0", 17121 "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", 17122 "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", 17123 "dependencies": { 17124 "has-flag": "^4.0.0", 17125 "supports-color": "^7.0.0" 17126 }, 17127 "engines": { 17128 "node": ">=8" 17129 } 17130 }, 17131 "node_modules/supports-hyperlinks/node_modules/has-flag": { 17132 "version": "4.0.0", 17133 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 17134 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 17135 "engines": { 17136 "node": ">=8" 17137 } 17138 }, 17139 "node_modules/supports-hyperlinks/node_modules/supports-color": { 17140 "version": "7.2.0", 17141 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 17142 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 17143 "dependencies": { 17144 "has-flag": "^4.0.0" 17145 }, 17146 "engines": { 17147 "node": ">=8" 17148 } 17149 }, 17150 "node_modules/supports-preserve-symlinks-flag": { 17151 "version": "1.0.0", 17152 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 17153 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", 17154 "engines": { 17155 "node": ">= 0.4" 17156 }, 17157 "funding": { 17158 "url": "https://github.com/sponsors/ljharb" 17159 } 17160 }, 17161 "node_modules/svg-parser": { 17162 "version": "2.0.4", 17163 "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", 17164 "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" 17165 }, 17166 "node_modules/svgo": { 17167 "version": "1.3.2", 17168 "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", 17169 "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", 17170 "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.", 17171 "dependencies": { 17172 "chalk": "^2.4.1", 17173 "coa": "^2.0.2", 17174 "css-select": "^2.0.0", 17175 "css-select-base-adapter": "^0.1.1", 17176 "css-tree": "1.0.0-alpha.37", 17177 "csso": "^4.0.2", 17178 "js-yaml": "^3.13.1", 17179 "mkdirp": "~0.5.1", 17180 "object.values": "^1.1.0", 17181 "sax": "~1.2.4", 17182 "stable": "^0.1.8", 17183 "unquote": "~1.1.1", 17184 "util.promisify": "~1.0.0" 17185 }, 17186 "bin": { 17187 "svgo": "bin/svgo" 17188 }, 17189 "engines": { 17190 "node": ">=4.0.0" 17191 } 17192 }, 17193 "node_modules/svgo/node_modules/css-select": { 17194 "version": "2.1.0", 17195 "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", 17196 "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", 17197 "dependencies": { 17198 "boolbase": "^1.0.0", 17199 "css-what": "^3.2.1", 17200 "domutils": "^1.7.0", 17201 "nth-check": "^1.0.2" 17202 } 17203 }, 17204 "node_modules/svgo/node_modules/css-what": { 17205 "version": "3.4.2", 17206 "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", 17207 "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", 17208 "engines": { 17209 "node": ">= 6" 17210 }, 17211 "funding": { 17212 "url": "https://github.com/sponsors/fb55" 17213 } 17214 }, 17215 "node_modules/svgo/node_modules/dom-serializer": { 17216 "version": "0.2.2", 17217 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", 17218 "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", 17219 "dependencies": { 17220 "domelementtype": "^2.0.1", 17221 "entities": "^2.0.0" 17222 } 17223 }, 17224 "node_modules/svgo/node_modules/domutils": { 17225 "version": "1.7.0", 17226 "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", 17227 "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", 17228 "dependencies": { 17229 "dom-serializer": "0", 17230 "domelementtype": "1" 17231 } 17232 }, 17233 "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": { 17234 "version": "1.3.1", 17235 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", 17236 "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" 17237 }, 17238 "node_modules/svgo/node_modules/nth-check": { 17239 "version": "1.0.2", 17240 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", 17241 "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", 17242 "dependencies": { 17243 "boolbase": "~1.0.0" 17244 } 17245 }, 17246 "node_modules/symbol-tree": { 17247 "version": "3.2.4", 17248 "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", 17249 "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" 17250 }, 17251 "node_modules/tailwindcss": { 17252 "version": "3.4.1", 17253 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", 17254 "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", 17255 "dependencies": { 17256 "@alloc/quick-lru": "^5.2.0", 17257 "arg": "^5.0.2", 17258 "chokidar": "^3.5.3", 17259 "didyoumean": "^1.2.2", 17260 "dlv": "^1.1.3", 17261 "fast-glob": "^3.3.0", 17262 "glob-parent": "^6.0.2", 17263 "is-glob": "^4.0.3", 17264 "jiti": "^1.19.1", 17265 "lilconfig": "^2.1.0", 17266 "micromatch": "^4.0.5", 17267 "normalize-path": "^3.0.0", 17268 "object-hash": "^3.0.0", 17269 "picocolors": "^1.0.0", 17270 "postcss": "^8.4.23", 17271 "postcss-import": "^15.1.0", 17272 "postcss-js": "^4.0.1", 17273 "postcss-load-config": "^4.0.1", 17274 "postcss-nested": "^6.0.1", 17275 "postcss-selector-parser": "^6.0.11", 17276 "resolve": "^1.22.2", 17277 "sucrase": "^3.32.0" 17278 }, 17279 "bin": { 17280 "tailwind": "lib/cli.js", 17281 "tailwindcss": "lib/cli.js" 17282 }, 17283 "engines": { 17284 "node": ">=14.0.0" 17285 } 17286 }, 17287 "node_modules/tapable": { 17288 "version": "2.2.1", 17289 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", 17290 "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", 17291 "engines": { 17292 "node": ">=6" 17293 } 17294 }, 17295 "node_modules/temp-dir": { 17296 "version": "2.0.0", 17297 "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", 17298 "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", 17299 "engines": { 17300 "node": ">=8" 17301 } 17302 }, 17303 "node_modules/tempy": { 17304 "version": "0.6.0", 17305 "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", 17306 "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", 17307 "dependencies": { 17308 "is-stream": "^2.0.0", 17309 "temp-dir": "^2.0.0", 17310 "type-fest": "^0.16.0", 17311 "unique-string": "^2.0.0" 17312 }, 17313 "engines": { 17314 "node": ">=10" 17315 }, 17316 "funding": { 17317 "url": "https://github.com/sponsors/sindresorhus" 17318 } 17319 }, 17320 "node_modules/tempy/node_modules/type-fest": { 17321 "version": "0.16.0", 17322 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", 17323 "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", 17324 "engines": { 17325 "node": ">=10" 17326 }, 17327 "funding": { 17328 "url": "https://github.com/sponsors/sindresorhus" 17329 } 17330 }, 17331 "node_modules/terminal-link": { 17332 "version": "2.1.1", 17333 "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", 17334 "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", 17335 "dependencies": { 17336 "ansi-escapes": "^4.2.1", 17337 "supports-hyperlinks": "^2.0.0" 17338 }, 17339 "engines": { 17340 "node": ">=8" 17341 }, 17342 "funding": { 17343 "url": "https://github.com/sponsors/sindresorhus" 17344 } 17345 }, 17346 "node_modules/terser": { 17347 "version": "5.27.0", 17348 "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.0.tgz", 17349 "integrity": "sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==", 17350 "dependencies": { 17351 "@jridgewell/source-map": "^0.3.3", 17352 "acorn": "^8.8.2", 17353 "commander": "^2.20.0", 17354 "source-map-support": "~0.5.20" 17355 }, 17356 "bin": { 17357 "terser": "bin/terser" 17358 }, 17359 "engines": { 17360 "node": ">=10" 17361 } 17362 }, 17363 "node_modules/terser-webpack-plugin": { 17364 "version": "5.3.10", 17365 "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", 17366 "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", 17367 "dependencies": { 17368 "@jridgewell/trace-mapping": "^0.3.20", 17369 "jest-worker": "^27.4.5", 17370 "schema-utils": "^3.1.1", 17371 "serialize-javascript": "^6.0.1", 17372 "terser": "^5.26.0" 17373 }, 17374 "engines": { 17375 "node": ">= 10.13.0" 17376 }, 17377 "funding": { 17378 "type": "opencollective", 17379 "url": "https://opencollective.com/webpack" 17380 }, 17381 "peerDependencies": { 17382 "webpack": "^5.1.0" 17383 }, 17384 "peerDependenciesMeta": { 17385 "@swc/core": { 17386 "optional": true 17387 }, 17388 "esbuild": { 17389 "optional": true 17390 }, 17391 "uglify-js": { 17392 "optional": true 17393 } 17394 } 17395 }, 17396 "node_modules/terser/node_modules/commander": { 17397 "version": "2.20.3", 17398 "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", 17399 "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" 17400 }, 17401 "node_modules/test-exclude": { 17402 "version": "6.0.0", 17403 "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", 17404 "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", 17405 "dependencies": { 17406 "@istanbuljs/schema": "^0.1.2", 17407 "glob": "^7.1.4", 17408 "minimatch": "^3.0.4" 17409 }, 17410 "engines": { 17411 "node": ">=8" 17412 } 17413 }, 17414 "node_modules/text-table": { 17415 "version": "0.2.0", 17416 "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", 17417 "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" 17418 }, 17419 "node_modules/thenify": { 17420 "version": "3.3.1", 17421 "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", 17422 "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", 17423 "dependencies": { 17424 "any-promise": "^1.0.0" 17425 } 17426 }, 17427 "node_modules/thenify-all": { 17428 "version": "1.6.0", 17429 "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", 17430 "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", 17431 "dependencies": { 17432 "thenify": ">= 3.1.0 < 4" 17433 }, 17434 "engines": { 17435 "node": ">=0.8" 17436 } 17437 }, 17438 "node_modules/throat": { 17439 "version": "6.0.2", 17440 "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", 17441 "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==" 17442 }, 17443 "node_modules/thunky": { 17444 "version": "1.1.0", 17445 "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", 17446 "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" 17447 }, 17448 "node_modules/timers-browserify": { 17449 "version": "2.0.12", 17450 "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", 17451 "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", 17452 "dependencies": { 17453 "setimmediate": "^1.0.4" 17454 }, 17455 "engines": { 17456 "node": ">=0.6.0" 17457 } 17458 }, 17459 "node_modules/tmpl": { 17460 "version": "1.0.5", 17461 "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", 17462 "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" 17463 }, 17464 "node_modules/to-fast-properties": { 17465 "version": "2.0.0", 17466 "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", 17467 "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", 17468 "engines": { 17469 "node": ">=4" 17470 } 17471 }, 17472 "node_modules/to-regex-range": { 17473 "version": "5.0.1", 17474 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 17475 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 17476 "dependencies": { 17477 "is-number": "^7.0.0" 17478 }, 17479 "engines": { 17480 "node": ">=8.0" 17481 } 17482 }, 17483 "node_modules/toidentifier": { 17484 "version": "1.0.1", 17485 "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", 17486 "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", 17487 "engines": { 17488 "node": ">=0.6" 17489 } 17490 }, 17491 "node_modules/tough-cookie": { 17492 "version": "4.1.3", 17493 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", 17494 "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", 17495 "dependencies": { 17496 "psl": "^1.1.33", 17497 "punycode": "^2.1.1", 17498 "universalify": "^0.2.0", 17499 "url-parse": "^1.5.3" 17500 }, 17501 "engines": { 17502 "node": ">=6" 17503 } 17504 }, 17505 "node_modules/tough-cookie/node_modules/universalify": { 17506 "version": "0.2.0", 17507 "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", 17508 "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", 17509 "engines": { 17510 "node": ">= 4.0.0" 17511 } 17512 }, 17513 "node_modules/tr46": { 17514 "version": "2.1.0", 17515 "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", 17516 "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", 17517 "dependencies": { 17518 "punycode": "^2.1.1" 17519 }, 17520 "engines": { 17521 "node": ">=8" 17522 } 17523 }, 17524 "node_modules/tryer": { 17525 "version": "1.0.1", 17526 "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", 17527 "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" 17528 }, 17529 "node_modules/ts-interface-checker": { 17530 "version": "0.1.13", 17531 "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", 17532 "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" 17533 }, 17534 "node_modules/tsconfig-paths": { 17535 "version": "3.15.0", 17536 "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", 17537 "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", 17538 "dependencies": { 17539 "@types/json5": "^0.0.29", 17540 "json5": "^1.0.2", 17541 "minimist": "^1.2.6", 17542 "strip-bom": "^3.0.0" 17543 } 17544 }, 17545 "node_modules/tsconfig-paths/node_modules/json5": { 17546 "version": "1.0.2", 17547 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", 17548 "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", 17549 "dependencies": { 17550 "minimist": "^1.2.0" 17551 }, 17552 "bin": { 17553 "json5": "lib/cli.js" 17554 } 17555 }, 17556 "node_modules/tsconfig-paths/node_modules/strip-bom": { 17557 "version": "3.0.0", 17558 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", 17559 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", 17560 "engines": { 17561 "node": ">=4" 17562 } 17563 }, 17564 "node_modules/tslib": { 17565 "version": "2.6.2", 17566 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", 17567 "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" 17568 }, 17569 "node_modules/tsutils": { 17570 "version": "3.21.0", 17571 "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", 17572 "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", 17573 "dependencies": { 17574 "tslib": "^1.8.1" 17575 }, 17576 "engines": { 17577 "node": ">= 6" 17578 }, 17579 "peerDependencies": { 17580 "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" 17581 } 17582 }, 17583 "node_modules/tsutils/node_modules/tslib": { 17584 "version": "1.14.1", 17585 "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", 17586 "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" 17587 }, 17588 "node_modules/tty-browserify": { 17589 "version": "0.0.1", 17590 "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz", 17591 "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==" 17592 }, 17593 "node_modules/type-check": { 17594 "version": "0.4.0", 17595 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", 17596 "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", 17597 "dependencies": { 17598 "prelude-ls": "^1.2.1" 17599 }, 17600 "engines": { 17601 "node": ">= 0.8.0" 17602 } 17603 }, 17604 "node_modules/type-detect": { 17605 "version": "4.0.8", 17606 "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", 17607 "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", 17608 "engines": { 17609 "node": ">=4" 17610 } 17611 }, 17612 "node_modules/type-fest": { 17613 "version": "0.21.3", 17614 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", 17615 "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", 17616 "engines": { 17617 "node": ">=10" 17618 }, 17619 "funding": { 17620 "url": "https://github.com/sponsors/sindresorhus" 17621 } 17622 }, 17623 "node_modules/type-is": { 17624 "version": "1.6.18", 17625 "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", 17626 "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", 17627 "dependencies": { 17628 "media-typer": "0.3.0", 17629 "mime-types": "~2.1.24" 17630 }, 17631 "engines": { 17632 "node": ">= 0.6" 17633 } 17634 }, 17635 "node_modules/typed-array-buffer": { 17636 "version": "1.0.1", 17637 "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.1.tgz", 17638 "integrity": "sha512-RSqu1UEuSlrBhHTWC8O9FnPjOduNs4M7rJ4pRKoEjtx1zUNOPN2sSXHLDX+Y2WPbHIxbvg4JFo2DNAEfPIKWoQ==", 17639 "dependencies": { 17640 "call-bind": "^1.0.6", 17641 "es-errors": "^1.3.0", 17642 "is-typed-array": "^1.1.13" 17643 }, 17644 "engines": { 17645 "node": ">= 0.4" 17646 } 17647 }, 17648 "node_modules/typed-array-byte-length": { 17649 "version": "1.0.0", 17650 "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", 17651 "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", 17652 "dependencies": { 17653 "call-bind": "^1.0.2", 17654 "for-each": "^0.3.3", 17655 "has-proto": "^1.0.1", 17656 "is-typed-array": "^1.1.10" 17657 }, 17658 "engines": { 17659 "node": ">= 0.4" 17660 }, 17661 "funding": { 17662 "url": "https://github.com/sponsors/ljharb" 17663 } 17664 }, 17665 "node_modules/typed-array-byte-offset": { 17666 "version": "1.0.0", 17667 "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", 17668 "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", 17669 "dependencies": { 17670 "available-typed-arrays": "^1.0.5", 17671 "call-bind": "^1.0.2", 17672 "for-each": "^0.3.3", 17673 "has-proto": "^1.0.1", 17674 "is-typed-array": "^1.1.10" 17675 }, 17676 "engines": { 17677 "node": ">= 0.4" 17678 }, 17679 "funding": { 17680 "url": "https://github.com/sponsors/ljharb" 17681 } 17682 }, 17683 "node_modules/typed-array-length": { 17684 "version": "1.0.4", 17685 "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", 17686 "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", 17687 "dependencies": { 17688 "call-bind": "^1.0.2", 17689 "for-each": "^0.3.3", 17690 "is-typed-array": "^1.1.9" 17691 }, 17692 "funding": { 17693 "url": "https://github.com/sponsors/ljharb" 17694 } 17695 }, 17696 "node_modules/typedarray-to-buffer": { 17697 "version": "3.1.5", 17698 "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", 17699 "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", 17700 "dependencies": { 17701 "is-typedarray": "^1.0.0" 17702 } 17703 }, 17704 "node_modules/typescript": { 17705 "version": "4.9.5", 17706 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", 17707 "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", 17708 "peer": true, 17709 "bin": { 17710 "tsc": "bin/tsc", 17711 "tsserver": "bin/tsserver" 17712 }, 17713 "engines": { 17714 "node": ">=4.2.0" 17715 } 17716 }, 17717 "node_modules/unbox-primitive": { 17718 "version": "1.0.2", 17719 "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", 17720 "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", 17721 "dependencies": { 17722 "call-bind": "^1.0.2", 17723 "has-bigints": "^1.0.2", 17724 "has-symbols": "^1.0.3", 17725 "which-boxed-primitive": "^1.0.2" 17726 }, 17727 "funding": { 17728 "url": "https://github.com/sponsors/ljharb" 17729 } 17730 }, 17731 "node_modules/underscore": { 17732 "version": "1.12.1", 17733 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", 17734 "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" 17735 }, 17736 "node_modules/undici-types": { 17737 "version": "5.26.5", 17738 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", 17739 "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" 17740 }, 17741 "node_modules/unicode-canonical-property-names-ecmascript": { 17742 "version": "2.0.0", 17743 "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", 17744 "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", 17745 "engines": { 17746 "node": ">=4" 17747 } 17748 }, 17749 "node_modules/unicode-match-property-ecmascript": { 17750 "version": "2.0.0", 17751 "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", 17752 "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", 17753 "dependencies": { 17754 "unicode-canonical-property-names-ecmascript": "^2.0.0", 17755 "unicode-property-aliases-ecmascript": "^2.0.0" 17756 }, 17757 "engines": { 17758 "node": ">=4" 17759 } 17760 }, 17761 "node_modules/unicode-match-property-value-ecmascript": { 17762 "version": "2.1.0", 17763 "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", 17764 "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", 17765 "engines": { 17766 "node": ">=4" 17767 } 17768 }, 17769 "node_modules/unicode-property-aliases-ecmascript": { 17770 "version": "2.1.0", 17771 "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", 17772 "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", 17773 "engines": { 17774 "node": ">=4" 17775 } 17776 }, 17777 "node_modules/unique-string": { 17778 "version": "2.0.0", 17779 "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", 17780 "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", 17781 "dependencies": { 17782 "crypto-random-string": "^2.0.0" 17783 }, 17784 "engines": { 17785 "node": ">=8" 17786 } 17787 }, 17788 "node_modules/universalify": { 17789 "version": "2.0.1", 17790 "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", 17791 "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", 17792 "engines": { 17793 "node": ">= 10.0.0" 17794 } 17795 }, 17796 "node_modules/unpipe": { 17797 "version": "1.0.0", 17798 "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", 17799 "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", 17800 "engines": { 17801 "node": ">= 0.8" 17802 } 17803 }, 17804 "node_modules/unquote": { 17805 "version": "1.1.1", 17806 "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", 17807 "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==" 17808 }, 17809 "node_modules/upath": { 17810 "version": "1.2.0", 17811 "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", 17812 "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", 17813 "engines": { 17814 "node": ">=4", 17815 "yarn": "*" 17816 } 17817 }, 17818 "node_modules/update-browserslist-db": { 17819 "version": "1.0.13", 17820 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", 17821 "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", 17822 "funding": [ 17823 { 17824 "type": "opencollective", 17825 "url": "https://opencollective.com/browserslist" 17826 }, 17827 { 17828 "type": "tidelift", 17829 "url": "https://tidelift.com/funding/github/npm/browserslist" 17830 }, 17831 { 17832 "type": "github", 17833 "url": "https://github.com/sponsors/ai" 17834 } 17835 ], 17836 "dependencies": { 17837 "escalade": "^3.1.1", 17838 "picocolors": "^1.0.0" 17839 }, 17840 "bin": { 17841 "update-browserslist-db": "cli.js" 17842 }, 17843 "peerDependencies": { 17844 "browserslist": ">= 4.21.0" 17845 } 17846 }, 17847 "node_modules/uri-js": { 17848 "version": "4.4.1", 17849 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", 17850 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", 17851 "dependencies": { 17852 "punycode": "^2.1.0" 17853 } 17854 }, 17855 "node_modules/url": { 17856 "version": "0.11.3", 17857 "resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz", 17858 "integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==", 17859 "dependencies": { 17860 "punycode": "^1.4.1", 17861 "qs": "^6.11.2" 17862 } 17863 }, 17864 "node_modules/url-parse": { 17865 "version": "1.5.10", 17866 "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", 17867 "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", 17868 "dependencies": { 17869 "querystringify": "^2.1.1", 17870 "requires-port": "^1.0.0" 17871 } 17872 }, 17873 "node_modules/url/node_modules/punycode": { 17874 "version": "1.4.1", 17875 "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", 17876 "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" 17877 }, 17878 "node_modules/url/node_modules/qs": { 17879 "version": "6.11.2", 17880 "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", 17881 "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==", 17882 "dependencies": { 17883 "side-channel": "^1.0.4" 17884 }, 17885 "engines": { 17886 "node": ">=0.6" 17887 }, 17888 "funding": { 17889 "url": "https://github.com/sponsors/ljharb" 17890 } 17891 }, 17892 "node_modules/util": { 17893 "version": "0.12.5", 17894 "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", 17895 "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", 17896 "dependencies": { 17897 "inherits": "^2.0.3", 17898 "is-arguments": "^1.0.4", 17899 "is-generator-function": "^1.0.7", 17900 "is-typed-array": "^1.1.3", 17901 "which-typed-array": "^1.1.2" 17902 } 17903 }, 17904 "node_modules/util-deprecate": { 17905 "version": "1.0.2", 17906 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 17907 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" 17908 }, 17909 "node_modules/util.promisify": { 17910 "version": "1.0.1", 17911 "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", 17912 "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", 17913 "dependencies": { 17914 "define-properties": "^1.1.3", 17915 "es-abstract": "^1.17.2", 17916 "has-symbols": "^1.0.1", 17917 "object.getownpropertydescriptors": "^2.1.0" 17918 }, 17919 "funding": { 17920 "url": "https://github.com/sponsors/ljharb" 17921 } 17922 }, 17923 "node_modules/utila": { 17924 "version": "0.4.0", 17925 "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", 17926 "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==" 17927 }, 17928 "node_modules/utils-merge": { 17929 "version": "1.0.1", 17930 "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", 17931 "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", 17932 "engines": { 17933 "node": ">= 0.4.0" 17934 } 17935 }, 17936 "node_modules/uuid": { 17937 "version": "8.3.2", 17938 "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", 17939 "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", 17940 "bin": { 17941 "uuid": "dist/bin/uuid" 17942 } 17943 }, 17944 "node_modules/v8-to-istanbul": { 17945 "version": "8.1.1", 17946 "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", 17947 "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", 17948 "dependencies": { 17949 "@types/istanbul-lib-coverage": "^2.0.1", 17950 "convert-source-map": "^1.6.0", 17951 "source-map": "^0.7.3" 17952 }, 17953 "engines": { 17954 "node": ">=10.12.0" 17955 } 17956 }, 17957 "node_modules/v8-to-istanbul/node_modules/convert-source-map": { 17958 "version": "1.9.0", 17959 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", 17960 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" 17961 }, 17962 "node_modules/vary": { 17963 "version": "1.1.2", 17964 "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", 17965 "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", 17966 "engines": { 17967 "node": ">= 0.8" 17968 } 17969 }, 17970 "node_modules/vm-browserify": { 17971 "version": "1.1.2", 17972 "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", 17973 "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" 17974 }, 17975 "node_modules/w3c-hr-time": { 17976 "version": "1.0.2", 17977 "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", 17978 "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", 17979 "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.", 17980 "dependencies": { 17981 "browser-process-hrtime": "^1.0.0" 17982 } 17983 }, 17984 "node_modules/w3c-xmlserializer": { 17985 "version": "2.0.0", 17986 "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", 17987 "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", 17988 "dependencies": { 17989 "xml-name-validator": "^3.0.0" 17990 }, 17991 "engines": { 17992 "node": ">=10" 17993 } 17994 }, 17995 "node_modules/walker": { 17996 "version": "1.0.8", 17997 "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", 17998 "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", 17999 "dependencies": { 18000 "makeerror": "1.0.12" 18001 } 18002 }, 18003 "node_modules/watchpack": { 18004 "version": "2.4.0", 18005 "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", 18006 "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", 18007 "dependencies": { 18008 "glob-to-regexp": "^0.4.1", 18009 "graceful-fs": "^4.1.2" 18010 }, 18011 "engines": { 18012 "node": ">=10.13.0" 18013 } 18014 }, 18015 "node_modules/wbuf": { 18016 "version": "1.7.3", 18017 "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", 18018 "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", 18019 "dependencies": { 18020 "minimalistic-assert": "^1.0.0" 18021 } 18022 }, 18023 "node_modules/web-vitals": { 18024 "version": "2.1.4", 18025 "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", 18026 "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" 18027 }, 18028 "node_modules/webidl-conversions": { 18029 "version": "6.1.0", 18030 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", 18031 "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", 18032 "engines": { 18033 "node": ">=10.4" 18034 } 18035 }, 18036 "node_modules/webpack": { 18037 "version": "5.90.1", 18038 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.1.tgz", 18039 "integrity": "sha512-SstPdlAC5IvgFnhiRok8hqJo/+ArAbNv7rhU4fnWGHNVfN59HSQFaxZDSAL3IFG2YmqxuRs+IU33milSxbPlog==", 18040 "dependencies": { 18041 "@types/eslint-scope": "^3.7.3", 18042 "@types/estree": "^1.0.5", 18043 "@webassemblyjs/ast": "^1.11.5", 18044 "@webassemblyjs/wasm-edit": "^1.11.5", 18045 "@webassemblyjs/wasm-parser": "^1.11.5", 18046 "acorn": "^8.7.1", 18047 "acorn-import-assertions": "^1.9.0", 18048 "browserslist": "^4.21.10", 18049 "chrome-trace-event": "^1.0.2", 18050 "enhanced-resolve": "^5.15.0", 18051 "es-module-lexer": "^1.2.1", 18052 "eslint-scope": "5.1.1", 18053 "events": "^3.2.0", 18054 "glob-to-regexp": "^0.4.1", 18055 "graceful-fs": "^4.2.9", 18056 "json-parse-even-better-errors": "^2.3.1", 18057 "loader-runner": "^4.2.0", 18058 "mime-types": "^2.1.27", 18059 "neo-async": "^2.6.2", 18060 "schema-utils": "^3.2.0", 18061 "tapable": "^2.1.1", 18062 "terser-webpack-plugin": "^5.3.10", 18063 "watchpack": "^2.4.0", 18064 "webpack-sources": "^3.2.3" 18065 }, 18066 "bin": { 18067 "webpack": "bin/webpack.js" 18068 }, 18069 "engines": { 18070 "node": ">=10.13.0" 18071 }, 18072 "funding": { 18073 "type": "opencollective", 18074 "url": "https://opencollective.com/webpack" 18075 }, 18076 "peerDependenciesMeta": { 18077 "webpack-cli": { 18078 "optional": true 18079 } 18080 } 18081 }, 18082 "node_modules/webpack-dev-middleware": { 18083 "version": "5.3.3", 18084 "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", 18085 "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", 18086 "dependencies": { 18087 "colorette": "^2.0.10", 18088 "memfs": "^3.4.3", 18089 "mime-types": "^2.1.31", 18090 "range-parser": "^1.2.1", 18091 "schema-utils": "^4.0.0" 18092 }, 18093 "engines": { 18094 "node": ">= 12.13.0" 18095 }, 18096 "funding": { 18097 "type": "opencollective", 18098 "url": "https://opencollective.com/webpack" 18099 }, 18100 "peerDependencies": { 18101 "webpack": "^4.0.0 || ^5.0.0" 18102 } 18103 }, 18104 "node_modules/webpack-dev-middleware/node_modules/ajv": { 18105 "version": "8.12.0", 18106 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 18107 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 18108 "dependencies": { 18109 "fast-deep-equal": "^3.1.1", 18110 "json-schema-traverse": "^1.0.0", 18111 "require-from-string": "^2.0.2", 18112 "uri-js": "^4.2.2" 18113 }, 18114 "funding": { 18115 "type": "github", 18116 "url": "https://github.com/sponsors/epoberezkin" 18117 } 18118 }, 18119 "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": { 18120 "version": "5.1.0", 18121 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 18122 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 18123 "dependencies": { 18124 "fast-deep-equal": "^3.1.3" 18125 }, 18126 "peerDependencies": { 18127 "ajv": "^8.8.2" 18128 } 18129 }, 18130 "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": { 18131 "version": "1.0.0", 18132 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 18133 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 18134 }, 18135 "node_modules/webpack-dev-middleware/node_modules/schema-utils": { 18136 "version": "4.2.0", 18137 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", 18138 "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", 18139 "dependencies": { 18140 "@types/json-schema": "^7.0.9", 18141 "ajv": "^8.9.0", 18142 "ajv-formats": "^2.1.1", 18143 "ajv-keywords": "^5.1.0" 18144 }, 18145 "engines": { 18146 "node": ">= 12.13.0" 18147 }, 18148 "funding": { 18149 "type": "opencollective", 18150 "url": "https://opencollective.com/webpack" 18151 } 18152 }, 18153 "node_modules/webpack-dev-server": { 18154 "version": "4.15.1", 18155 "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz", 18156 "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==", 18157 "dependencies": { 18158 "@types/bonjour": "^3.5.9", 18159 "@types/connect-history-api-fallback": "^1.3.5", 18160 "@types/express": "^4.17.13", 18161 "@types/serve-index": "^1.9.1", 18162 "@types/serve-static": "^1.13.10", 18163 "@types/sockjs": "^0.3.33", 18164 "@types/ws": "^8.5.5", 18165 "ansi-html-community": "^0.0.8", 18166 "bonjour-service": "^1.0.11", 18167 "chokidar": "^3.5.3", 18168 "colorette": "^2.0.10", 18169 "compression": "^1.7.4", 18170 "connect-history-api-fallback": "^2.0.0", 18171 "default-gateway": "^6.0.3", 18172 "express": "^4.17.3", 18173 "graceful-fs": "^4.2.6", 18174 "html-entities": "^2.3.2", 18175 "http-proxy-middleware": "^2.0.3", 18176 "ipaddr.js": "^2.0.1", 18177 "launch-editor": "^2.6.0", 18178 "open": "^8.0.9", 18179 "p-retry": "^4.5.0", 18180 "rimraf": "^3.0.2", 18181 "schema-utils": "^4.0.0", 18182 "selfsigned": "^2.1.1", 18183 "serve-index": "^1.9.1", 18184 "sockjs": "^0.3.24", 18185 "spdy": "^4.0.2", 18186 "webpack-dev-middleware": "^5.3.1", 18187 "ws": "^8.13.0" 18188 }, 18189 "bin": { 18190 "webpack-dev-server": "bin/webpack-dev-server.js" 18191 }, 18192 "engines": { 18193 "node": ">= 12.13.0" 18194 }, 18195 "funding": { 18196 "type": "opencollective", 18197 "url": "https://opencollective.com/webpack" 18198 }, 18199 "peerDependencies": { 18200 "webpack": "^4.37.0 || ^5.0.0" 18201 }, 18202 "peerDependenciesMeta": { 18203 "webpack": { 18204 "optional": true 18205 }, 18206 "webpack-cli": { 18207 "optional": true 18208 } 18209 } 18210 }, 18211 "node_modules/webpack-dev-server/node_modules/ajv": { 18212 "version": "8.12.0", 18213 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 18214 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 18215 "dependencies": { 18216 "fast-deep-equal": "^3.1.1", 18217 "json-schema-traverse": "^1.0.0", 18218 "require-from-string": "^2.0.2", 18219 "uri-js": "^4.2.2" 18220 }, 18221 "funding": { 18222 "type": "github", 18223 "url": "https://github.com/sponsors/epoberezkin" 18224 } 18225 }, 18226 "node_modules/webpack-dev-server/node_modules/ajv-keywords": { 18227 "version": "5.1.0", 18228 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 18229 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 18230 "dependencies": { 18231 "fast-deep-equal": "^3.1.3" 18232 }, 18233 "peerDependencies": { 18234 "ajv": "^8.8.2" 18235 } 18236 }, 18237 "node_modules/webpack-dev-server/node_modules/json-schema-traverse": { 18238 "version": "1.0.0", 18239 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 18240 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 18241 }, 18242 "node_modules/webpack-dev-server/node_modules/schema-utils": { 18243 "version": "4.2.0", 18244 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", 18245 "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", 18246 "dependencies": { 18247 "@types/json-schema": "^7.0.9", 18248 "ajv": "^8.9.0", 18249 "ajv-formats": "^2.1.1", 18250 "ajv-keywords": "^5.1.0" 18251 }, 18252 "engines": { 18253 "node": ">= 12.13.0" 18254 }, 18255 "funding": { 18256 "type": "opencollective", 18257 "url": "https://opencollective.com/webpack" 18258 } 18259 }, 18260 "node_modules/webpack-dev-server/node_modules/ws": { 18261 "version": "8.16.0", 18262 "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", 18263 "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", 18264 "engines": { 18265 "node": ">=10.0.0" 18266 }, 18267 "peerDependencies": { 18268 "bufferutil": "^4.0.1", 18269 "utf-8-validate": ">=5.0.2" 18270 }, 18271 "peerDependenciesMeta": { 18272 "bufferutil": { 18273 "optional": true 18274 }, 18275 "utf-8-validate": { 18276 "optional": true 18277 } 18278 } 18279 }, 18280 "node_modules/webpack-manifest-plugin": { 18281 "version": "4.1.1", 18282 "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz", 18283 "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==", 18284 "dependencies": { 18285 "tapable": "^2.0.0", 18286 "webpack-sources": "^2.2.0" 18287 }, 18288 "engines": { 18289 "node": ">=12.22.0" 18290 }, 18291 "peerDependencies": { 18292 "webpack": "^4.44.2 || ^5.47.0" 18293 } 18294 }, 18295 "node_modules/webpack-manifest-plugin/node_modules/source-map": { 18296 "version": "0.6.1", 18297 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 18298 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 18299 "engines": { 18300 "node": ">=0.10.0" 18301 } 18302 }, 18303 "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": { 18304 "version": "2.3.1", 18305 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz", 18306 "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==", 18307 "dependencies": { 18308 "source-list-map": "^2.0.1", 18309 "source-map": "^0.6.1" 18310 }, 18311 "engines": { 18312 "node": ">=10.13.0" 18313 } 18314 }, 18315 "node_modules/webpack-sources": { 18316 "version": "3.2.3", 18317 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", 18318 "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", 18319 "engines": { 18320 "node": ">=10.13.0" 18321 } 18322 }, 18323 "node_modules/webpack/node_modules/eslint-scope": { 18324 "version": "5.1.1", 18325 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", 18326 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", 18327 "dependencies": { 18328 "esrecurse": "^4.3.0", 18329 "estraverse": "^4.1.1" 18330 }, 18331 "engines": { 18332 "node": ">=8.0.0" 18333 } 18334 }, 18335 "node_modules/webpack/node_modules/estraverse": { 18336 "version": "4.3.0", 18337 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 18338 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", 18339 "engines": { 18340 "node": ">=4.0" 18341 } 18342 }, 18343 "node_modules/websocket-driver": { 18344 "version": "0.7.4", 18345 "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", 18346 "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", 18347 "dependencies": { 18348 "http-parser-js": ">=0.5.1", 18349 "safe-buffer": ">=5.1.0", 18350 "websocket-extensions": ">=0.1.1" 18351 }, 18352 "engines": { 18353 "node": ">=0.8.0" 18354 } 18355 }, 18356 "node_modules/websocket-extensions": { 18357 "version": "0.1.4", 18358 "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", 18359 "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", 18360 "engines": { 18361 "node": ">=0.8.0" 18362 } 18363 }, 18364 "node_modules/whatwg-encoding": { 18365 "version": "1.0.5", 18366 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", 18367 "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", 18368 "dependencies": { 18369 "iconv-lite": "0.4.24" 18370 } 18371 }, 18372 "node_modules/whatwg-encoding/node_modules/iconv-lite": { 18373 "version": "0.4.24", 18374 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 18375 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 18376 "dependencies": { 18377 "safer-buffer": ">= 2.1.2 < 3" 18378 }, 18379 "engines": { 18380 "node": ">=0.10.0" 18381 } 18382 }, 18383 "node_modules/whatwg-fetch": { 18384 "version": "3.6.20", 18385 "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", 18386 "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" 18387 }, 18388 "node_modules/whatwg-mimetype": { 18389 "version": "2.3.0", 18390 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", 18391 "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" 18392 }, 18393 "node_modules/whatwg-url": { 18394 "version": "8.7.0", 18395 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", 18396 "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", 18397 "dependencies": { 18398 "lodash": "^4.7.0", 18399 "tr46": "^2.1.0", 18400 "webidl-conversions": "^6.1.0" 18401 }, 18402 "engines": { 18403 "node": ">=10" 18404 } 18405 }, 18406 "node_modules/which": { 18407 "version": "2.0.2", 18408 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 18409 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 18410 "dependencies": { 18411 "isexe": "^2.0.0" 18412 }, 18413 "bin": { 18414 "node-which": "bin/node-which" 18415 }, 18416 "engines": { 18417 "node": ">= 8" 18418 } 18419 }, 18420 "node_modules/which-boxed-primitive": { 18421 "version": "1.0.2", 18422 "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", 18423 "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", 18424 "dependencies": { 18425 "is-bigint": "^1.0.1", 18426 "is-boolean-object": "^1.1.0", 18427 "is-number-object": "^1.0.4", 18428 "is-string": "^1.0.5", 18429 "is-symbol": "^1.0.3" 18430 }, 18431 "funding": { 18432 "url": "https://github.com/sponsors/ljharb" 18433 } 18434 }, 18435 "node_modules/which-builtin-type": { 18436 "version": "1.1.3", 18437 "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", 18438 "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", 18439 "dependencies": { 18440 "function.prototype.name": "^1.1.5", 18441 "has-tostringtag": "^1.0.0", 18442 "is-async-function": "^2.0.0", 18443 "is-date-object": "^1.0.5", 18444 "is-finalizationregistry": "^1.0.2", 18445 "is-generator-function": "^1.0.10", 18446 "is-regex": "^1.1.4", 18447 "is-weakref": "^1.0.2", 18448 "isarray": "^2.0.5", 18449 "which-boxed-primitive": "^1.0.2", 18450 "which-collection": "^1.0.1", 18451 "which-typed-array": "^1.1.9" 18452 }, 18453 "engines": { 18454 "node": ">= 0.4" 18455 }, 18456 "funding": { 18457 "url": "https://github.com/sponsors/ljharb" 18458 } 18459 }, 18460 "node_modules/which-collection": { 18461 "version": "1.0.1", 18462 "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", 18463 "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", 18464 "dependencies": { 18465 "is-map": "^2.0.1", 18466 "is-set": "^2.0.1", 18467 "is-weakmap": "^2.0.1", 18468 "is-weakset": "^2.0.1" 18469 }, 18470 "funding": { 18471 "url": "https://github.com/sponsors/ljharb" 18472 } 18473 }, 18474 "node_modules/which-typed-array": { 18475 "version": "1.1.14", 18476 "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.14.tgz", 18477 "integrity": "sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg==", 18478 "dependencies": { 18479 "available-typed-arrays": "^1.0.6", 18480 "call-bind": "^1.0.5", 18481 "for-each": "^0.3.3", 18482 "gopd": "^1.0.1", 18483 "has-tostringtag": "^1.0.1" 18484 }, 18485 "engines": { 18486 "node": ">= 0.4" 18487 }, 18488 "funding": { 18489 "url": "https://github.com/sponsors/ljharb" 18490 } 18491 }, 18492 "node_modules/word-wrap": { 18493 "version": "1.2.5", 18494 "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", 18495 "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", 18496 "engines": { 18497 "node": ">=0.10.0" 18498 } 18499 }, 18500 "node_modules/workbox-background-sync": { 18501 "version": "6.6.0", 18502 "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz", 18503 "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==", 18504 "dependencies": { 18505 "idb": "^7.0.1", 18506 "workbox-core": "6.6.0" 18507 } 18508 }, 18509 "node_modules/workbox-broadcast-update": { 18510 "version": "6.6.0", 18511 "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz", 18512 "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==", 18513 "dependencies": { 18514 "workbox-core": "6.6.0" 18515 } 18516 }, 18517 "node_modules/workbox-build": { 18518 "version": "6.6.0", 18519 "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz", 18520 "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==", 18521 "dependencies": { 18522 "@apideck/better-ajv-errors": "^0.3.1", 18523 "@babel/core": "^7.11.1", 18524 "@babel/preset-env": "^7.11.0", 18525 "@babel/runtime": "^7.11.2", 18526 "@rollup/plugin-babel": "^5.2.0", 18527 "@rollup/plugin-node-resolve": "^11.2.1", 18528 "@rollup/plugin-replace": "^2.4.1", 18529 "@surma/rollup-plugin-off-main-thread": "^2.2.3", 18530 "ajv": "^8.6.0", 18531 "common-tags": "^1.8.0", 18532 "fast-json-stable-stringify": "^2.1.0", 18533 "fs-extra": "^9.0.1", 18534 "glob": "^7.1.6", 18535 "lodash": "^4.17.20", 18536 "pretty-bytes": "^5.3.0", 18537 "rollup": "^2.43.1", 18538 "rollup-plugin-terser": "^7.0.0", 18539 "source-map": "^0.8.0-beta.0", 18540 "stringify-object": "^3.3.0", 18541 "strip-comments": "^2.0.1", 18542 "tempy": "^0.6.0", 18543 "upath": "^1.2.0", 18544 "workbox-background-sync": "6.6.0", 18545 "workbox-broadcast-update": "6.6.0", 18546 "workbox-cacheable-response": "6.6.0", 18547 "workbox-core": "6.6.0", 18548 "workbox-expiration": "6.6.0", 18549 "workbox-google-analytics": "6.6.0", 18550 "workbox-navigation-preload": "6.6.0", 18551 "workbox-precaching": "6.6.0", 18552 "workbox-range-requests": "6.6.0", 18553 "workbox-recipes": "6.6.0", 18554 "workbox-routing": "6.6.0", 18555 "workbox-strategies": "6.6.0", 18556 "workbox-streams": "6.6.0", 18557 "workbox-sw": "6.6.0", 18558 "workbox-window": "6.6.0" 18559 }, 18560 "engines": { 18561 "node": ">=10.0.0" 18562 } 18563 }, 18564 "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": { 18565 "version": "0.3.6", 18566 "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz", 18567 "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==", 18568 "dependencies": { 18569 "json-schema": "^0.4.0", 18570 "jsonpointer": "^5.0.0", 18571 "leven": "^3.1.0" 18572 }, 18573 "engines": { 18574 "node": ">=10" 18575 }, 18576 "peerDependencies": { 18577 "ajv": ">=8" 18578 } 18579 }, 18580 "node_modules/workbox-build/node_modules/ajv": { 18581 "version": "8.12.0", 18582 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 18583 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 18584 "dependencies": { 18585 "fast-deep-equal": "^3.1.1", 18586 "json-schema-traverse": "^1.0.0", 18587 "require-from-string": "^2.0.2", 18588 "uri-js": "^4.2.2" 18589 }, 18590 "funding": { 18591 "type": "github", 18592 "url": "https://github.com/sponsors/epoberezkin" 18593 } 18594 }, 18595 "node_modules/workbox-build/node_modules/fs-extra": { 18596 "version": "9.1.0", 18597 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", 18598 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", 18599 "dependencies": { 18600 "at-least-node": "^1.0.0", 18601 "graceful-fs": "^4.2.0", 18602 "jsonfile": "^6.0.1", 18603 "universalify": "^2.0.0" 18604 }, 18605 "engines": { 18606 "node": ">=10" 18607 } 18608 }, 18609 "node_modules/workbox-build/node_modules/json-schema-traverse": { 18610 "version": "1.0.0", 18611 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 18612 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 18613 }, 18614 "node_modules/workbox-build/node_modules/source-map": { 18615 "version": "0.8.0-beta.0", 18616 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", 18617 "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", 18618 "dependencies": { 18619 "whatwg-url": "^7.0.0" 18620 }, 18621 "engines": { 18622 "node": ">= 8" 18623 } 18624 }, 18625 "node_modules/workbox-build/node_modules/tr46": { 18626 "version": "1.0.1", 18627 "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", 18628 "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", 18629 "dependencies": { 18630 "punycode": "^2.1.0" 18631 } 18632 }, 18633 "node_modules/workbox-build/node_modules/webidl-conversions": { 18634 "version": "4.0.2", 18635 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", 18636 "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" 18637 }, 18638 "node_modules/workbox-build/node_modules/whatwg-url": { 18639 "version": "7.1.0", 18640 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", 18641 "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", 18642 "dependencies": { 18643 "lodash.sortby": "^4.7.0", 18644 "tr46": "^1.0.1", 18645 "webidl-conversions": "^4.0.2" 18646 } 18647 }, 18648 "node_modules/workbox-cacheable-response": { 18649 "version": "6.6.0", 18650 "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz", 18651 "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==", 18652 "deprecated": "workbox-background-sync@6.6.0", 18653 "dependencies": { 18654 "workbox-core": "6.6.0" 18655 } 18656 }, 18657 "node_modules/workbox-core": { 18658 "version": "6.6.0", 18659 "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz", 18660 "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==" 18661 }, 18662 "node_modules/workbox-expiration": { 18663 "version": "6.6.0", 18664 "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz", 18665 "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==", 18666 "dependencies": { 18667 "idb": "^7.0.1", 18668 "workbox-core": "6.6.0" 18669 } 18670 }, 18671 "node_modules/workbox-google-analytics": { 18672 "version": "6.6.0", 18673 "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz", 18674 "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==", 18675 "dependencies": { 18676 "workbox-background-sync": "6.6.0", 18677 "workbox-core": "6.6.0", 18678 "workbox-routing": "6.6.0", 18679 "workbox-strategies": "6.6.0" 18680 } 18681 }, 18682 "node_modules/workbox-navigation-preload": { 18683 "version": "6.6.0", 18684 "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz", 18685 "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==", 18686 "dependencies": { 18687 "workbox-core": "6.6.0" 18688 } 18689 }, 18690 "node_modules/workbox-precaching": { 18691 "version": "6.6.0", 18692 "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz", 18693 "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==", 18694 "dependencies": { 18695 "workbox-core": "6.6.0", 18696 "workbox-routing": "6.6.0", 18697 "workbox-strategies": "6.6.0" 18698 } 18699 }, 18700 "node_modules/workbox-range-requests": { 18701 "version": "6.6.0", 18702 "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz", 18703 "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==", 18704 "dependencies": { 18705 "workbox-core": "6.6.0" 18706 } 18707 }, 18708 "node_modules/workbox-recipes": { 18709 "version": "6.6.0", 18710 "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz", 18711 "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==", 18712 "dependencies": { 18713 "workbox-cacheable-response": "6.6.0", 18714 "workbox-core": "6.6.0", 18715 "workbox-expiration": "6.6.0", 18716 "workbox-precaching": "6.6.0", 18717 "workbox-routing": "6.6.0", 18718 "workbox-strategies": "6.6.0" 18719 } 18720 }, 18721 "node_modules/workbox-routing": { 18722 "version": "6.6.0", 18723 "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz", 18724 "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==", 18725 "dependencies": { 18726 "workbox-core": "6.6.0" 18727 } 18728 }, 18729 "node_modules/workbox-strategies": { 18730 "version": "6.6.0", 18731 "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz", 18732 "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==", 18733 "dependencies": { 18734 "workbox-core": "6.6.0" 18735 } 18736 }, 18737 "node_modules/workbox-streams": { 18738 "version": "6.6.0", 18739 "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz", 18740 "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==", 18741 "dependencies": { 18742 "workbox-core": "6.6.0", 18743 "workbox-routing": "6.6.0" 18744 } 18745 }, 18746 "node_modules/workbox-sw": { 18747 "version": "6.6.0", 18748 "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz", 18749 "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==" 18750 }, 18751 "node_modules/workbox-webpack-plugin": { 18752 "version": "6.6.0", 18753 "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.0.tgz", 18754 "integrity": "sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==", 18755 "dependencies": { 18756 "fast-json-stable-stringify": "^2.1.0", 18757 "pretty-bytes": "^5.4.1", 18758 "upath": "^1.2.0", 18759 "webpack-sources": "^1.4.3", 18760 "workbox-build": "6.6.0" 18761 }, 18762 "engines": { 18763 "node": ">=10.0.0" 18764 }, 18765 "peerDependencies": { 18766 "webpack": "^4.4.0 || ^5.9.0" 18767 } 18768 }, 18769 "node_modules/workbox-webpack-plugin/node_modules/source-map": { 18770 "version": "0.6.1", 18771 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 18772 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 18773 "engines": { 18774 "node": ">=0.10.0" 18775 } 18776 }, 18777 "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": { 18778 "version": "1.4.3", 18779 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", 18780 "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", 18781 "dependencies": { 18782 "source-list-map": "^2.0.0", 18783 "source-map": "~0.6.1" 18784 } 18785 }, 18786 "node_modules/workbox-window": { 18787 "version": "6.6.0", 18788 "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz", 18789 "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==", 18790 "dependencies": { 18791 "@types/trusted-types": "^2.0.2", 18792 "workbox-core": "6.6.0" 18793 } 18794 }, 18795 "node_modules/wrap-ansi": { 18796 "version": "7.0.0", 18797 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 18798 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 18799 "dependencies": { 18800 "ansi-styles": "^4.0.0", 18801 "string-width": "^4.1.0", 18802 "strip-ansi": "^6.0.0" 18803 }, 18804 "engines": { 18805 "node": ">=10" 18806 }, 18807 "funding": { 18808 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 18809 } 18810 }, 18811 "node_modules/wrap-ansi-cjs": { 18812 "name": "wrap-ansi", 18813 "version": "7.0.0", 18814 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 18815 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 18816 "dependencies": { 18817 "ansi-styles": "^4.0.0", 18818 "string-width": "^4.1.0", 18819 "strip-ansi": "^6.0.0" 18820 }, 18821 "engines": { 18822 "node": ">=10" 18823 }, 18824 "funding": { 18825 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 18826 } 18827 }, 18828 "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { 18829 "version": "4.3.0", 18830 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 18831 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 18832 "dependencies": { 18833 "color-convert": "^2.0.1" 18834 }, 18835 "engines": { 18836 "node": ">=8" 18837 }, 18838 "funding": { 18839 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 18840 } 18841 }, 18842 "node_modules/wrap-ansi-cjs/node_modules/color-convert": { 18843 "version": "2.0.1", 18844 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 18845 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 18846 "dependencies": { 18847 "color-name": "~1.1.4" 18848 }, 18849 "engines": { 18850 "node": ">=7.0.0" 18851 } 18852 }, 18853 "node_modules/wrap-ansi-cjs/node_modules/color-name": { 18854 "version": "1.1.4", 18855 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 18856 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 18857 }, 18858 "node_modules/wrap-ansi/node_modules/ansi-styles": { 18859 "version": "4.3.0", 18860 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 18861 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 18862 "dependencies": { 18863 "color-convert": "^2.0.1" 18864 }, 18865 "engines": { 18866 "node": ">=8" 18867 }, 18868 "funding": { 18869 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 18870 } 18871 }, 18872 "node_modules/wrap-ansi/node_modules/color-convert": { 18873 "version": "2.0.1", 18874 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 18875 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 18876 "dependencies": { 18877 "color-name": "~1.1.4" 18878 }, 18879 "engines": { 18880 "node": ">=7.0.0" 18881 } 18882 }, 18883 "node_modules/wrap-ansi/node_modules/color-name": { 18884 "version": "1.1.4", 18885 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 18886 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 18887 }, 18888 "node_modules/wrappy": { 18889 "version": "1.0.2", 18890 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 18891 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" 18892 }, 18893 "node_modules/write-file-atomic": { 18894 "version": "3.0.3", 18895 "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", 18896 "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", 18897 "dependencies": { 18898 "imurmurhash": "^0.1.4", 18899 "is-typedarray": "^1.0.0", 18900 "signal-exit": "^3.0.2", 18901 "typedarray-to-buffer": "^3.1.5" 18902 } 18903 }, 18904 "node_modules/ws": { 18905 "version": "7.5.9", 18906 "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", 18907 "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", 18908 "engines": { 18909 "node": ">=8.3.0" 18910 }, 18911 "peerDependencies": { 18912 "bufferutil": "^4.0.1", 18913 "utf-8-validate": "^5.0.2" 18914 }, 18915 "peerDependenciesMeta": { 18916 "bufferutil": { 18917 "optional": true 18918 }, 18919 "utf-8-validate": { 18920 "optional": true 18921 } 18922 } 18923 }, 18924 "node_modules/xml-name-validator": { 18925 "version": "3.0.0", 18926 "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", 18927 "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==" 18928 }, 18929 "node_modules/xmlchars": { 18930 "version": "2.2.0", 18931 "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", 18932 "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" 18933 }, 18934 "node_modules/xtend": { 18935 "version": "4.0.2", 18936 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", 18937 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", 18938 "engines": { 18939 "node": ">=0.4" 18940 } 18941 }, 18942 "node_modules/y18n": { 18943 "version": "5.0.8", 18944 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", 18945 "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", 18946 "engines": { 18947 "node": ">=10" 18948 } 18949 }, 18950 "node_modules/yallist": { 18951 "version": "3.1.1", 18952 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", 18953 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" 18954 }, 18955 "node_modules/yaml": { 18956 "version": "1.10.2", 18957 "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", 18958 "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", 18959 "engines": { 18960 "node": ">= 6" 18961 } 18962 }, 18963 "node_modules/yargs": { 18964 "version": "16.2.0", 18965 "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", 18966 "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", 18967 "dependencies": { 18968 "cliui": "^7.0.2", 18969 "escalade": "^3.1.1", 18970 "get-caller-file": "^2.0.5", 18971 "require-directory": "^2.1.1", 18972 "string-width": "^4.2.0", 18973 "y18n": "^5.0.5", 18974 "yargs-parser": "^20.2.2" 18975 }, 18976 "engines": { 18977 "node": ">=10" 18978 } 18979 }, 18980 "node_modules/yargs-parser": { 18981 "version": "20.2.9", 18982 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", 18983 "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", 18984 "engines": { 18985 "node": ">=10" 18986 } 18987 }, 18988 "node_modules/yocto-queue": { 18989 "version": "0.1.0", 18990 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", 18991 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", 18992 "engines": { 18993 "node": ">=10" 18994 }, 18995 "funding": { 18996 "url": "https://github.com/sponsors/sindresorhus" 18997 } 18998 } 18999 }, 19000 "dependencies": { 19001 "@aashutoshrathi/word-wrap": { 19002 "version": "1.2.6", 19003 "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", 19004 "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==" 19005 }, 19006 "@adobe/css-tools": { 19007 "version": "4.3.3", 19008 "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.3.tgz", 19009 "integrity": "sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==" 19010 }, 19011 "@alloc/quick-lru": { 19012 "version": "5.2.0", 19013 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", 19014 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==" 19015 }, 19016 "@ampproject/remapping": { 19017 "version": "2.2.1", 19018 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", 19019 "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", 19020 "requires": { 19021 "@jridgewell/gen-mapping": "^0.3.0", 19022 "@jridgewell/trace-mapping": "^0.3.9" 19023 } 19024 }, 19025 "@babel/code-frame": { 19026 "version": "7.23.5", 19027 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", 19028 "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", 19029 "requires": { 19030 "@babel/highlight": "^7.23.4", 19031 "chalk": "^2.4.2" 19032 } 19033 }, 19034 "@babel/compat-data": { 19035 "version": "7.23.5", 19036 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", 19037 "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==" 19038 }, 19039 "@babel/core": { 19040 "version": "7.23.9", 19041 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz", 19042 "integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==", 19043 "requires": { 19044 "@ampproject/remapping": "^2.2.0", 19045 "@babel/code-frame": "^7.23.5", 19046 "@babel/generator": "^7.23.6", 19047 "@babel/helper-compilation-targets": "^7.23.6", 19048 "@babel/helper-module-transforms": "^7.23.3", 19049 "@babel/helpers": "^7.23.9", 19050 "@babel/parser": "^7.23.9", 19051 "@babel/template": "^7.23.9", 19052 "@babel/traverse": "^7.23.9", 19053 "@babel/types": "^7.23.9", 19054 "convert-source-map": "^2.0.0", 19055 "debug": "^4.1.0", 19056 "gensync": "^1.0.0-beta.2", 19057 "json5": "^2.2.3", 19058 "semver": "^6.3.1" 19059 }, 19060 "dependencies": { 19061 "semver": { 19062 "version": "6.3.1", 19063 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 19064 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 19065 } 19066 } 19067 }, 19068 "@babel/eslint-parser": { 19069 "version": "7.23.10", 19070 "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz", 19071 "integrity": "sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==", 19072 "requires": { 19073 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", 19074 "eslint-visitor-keys": "^2.1.0", 19075 "semver": "^6.3.1" 19076 }, 19077 "dependencies": { 19078 "eslint-visitor-keys": { 19079 "version": "2.1.0", 19080 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", 19081 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==" 19082 }, 19083 "semver": { 19084 "version": "6.3.1", 19085 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 19086 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 19087 } 19088 } 19089 }, 19090 "@babel/generator": { 19091 "version": "7.23.6", 19092 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", 19093 "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", 19094 "requires": { 19095 "@babel/types": "^7.23.6", 19096 "@jridgewell/gen-mapping": "^0.3.2", 19097 "@jridgewell/trace-mapping": "^0.3.17", 19098 "jsesc": "^2.5.1" 19099 } 19100 }, 19101 "@babel/helper-annotate-as-pure": { 19102 "version": "7.22.5", 19103 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", 19104 "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", 19105 "requires": { 19106 "@babel/types": "^7.22.5" 19107 } 19108 }, 19109 "@babel/helper-builder-binary-assignment-operator-visitor": { 19110 "version": "7.22.15", 19111 "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", 19112 "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", 19113 "requires": { 19114 "@babel/types": "^7.22.15" 19115 } 19116 }, 19117 "@babel/helper-compilation-targets": { 19118 "version": "7.23.6", 19119 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", 19120 "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", 19121 "requires": { 19122 "@babel/compat-data": "^7.23.5", 19123 "@babel/helper-validator-option": "^7.23.5", 19124 "browserslist": "^4.22.2", 19125 "lru-cache": "^5.1.1", 19126 "semver": "^6.3.1" 19127 }, 19128 "dependencies": { 19129 "semver": { 19130 "version": "6.3.1", 19131 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 19132 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 19133 } 19134 } 19135 }, 19136 "@babel/helper-create-class-features-plugin": { 19137 "version": "7.23.10", 19138 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.10.tgz", 19139 "integrity": "sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw==", 19140 "requires": { 19141 "@babel/helper-annotate-as-pure": "^7.22.5", 19142 "@babel/helper-environment-visitor": "^7.22.20", 19143 "@babel/helper-function-name": "^7.23.0", 19144 "@babel/helper-member-expression-to-functions": "^7.23.0", 19145 "@babel/helper-optimise-call-expression": "^7.22.5", 19146 "@babel/helper-replace-supers": "^7.22.20", 19147 "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", 19148 "@babel/helper-split-export-declaration": "^7.22.6", 19149 "semver": "^6.3.1" 19150 }, 19151 "dependencies": { 19152 "semver": { 19153 "version": "6.3.1", 19154 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 19155 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 19156 } 19157 } 19158 }, 19159 "@babel/helper-create-regexp-features-plugin": { 19160 "version": "7.22.15", 19161 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", 19162 "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", 19163 "requires": { 19164 "@babel/helper-annotate-as-pure": "^7.22.5", 19165 "regexpu-core": "^5.3.1", 19166 "semver": "^6.3.1" 19167 }, 19168 "dependencies": { 19169 "semver": { 19170 "version": "6.3.1", 19171 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 19172 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 19173 } 19174 } 19175 }, 19176 "@babel/helper-define-polyfill-provider": { 19177 "version": "0.5.0", 19178 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz", 19179 "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==", 19180 "requires": { 19181 "@babel/helper-compilation-targets": "^7.22.6", 19182 "@babel/helper-plugin-utils": "^7.22.5", 19183 "debug": "^4.1.1", 19184 "lodash.debounce": "^4.0.8", 19185 "resolve": "^1.14.2" 19186 } 19187 }, 19188 "@babel/helper-environment-visitor": { 19189 "version": "7.22.20", 19190 "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", 19191 "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==" 19192 }, 19193 "@babel/helper-function-name": { 19194 "version": "7.23.0", 19195 "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", 19196 "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", 19197 "requires": { 19198 "@babel/template": "^7.22.15", 19199 "@babel/types": "^7.23.0" 19200 } 19201 }, 19202 "@babel/helper-hoist-variables": { 19203 "version": "7.22.5", 19204 "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", 19205 "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", 19206 "requires": { 19207 "@babel/types": "^7.22.5" 19208 } 19209 }, 19210 "@babel/helper-member-expression-to-functions": { 19211 "version": "7.23.0", 19212 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", 19213 "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", 19214 "requires": { 19215 "@babel/types": "^7.23.0" 19216 } 19217 }, 19218 "@babel/helper-module-imports": { 19219 "version": "7.22.15", 19220 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", 19221 "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", 19222 "requires": { 19223 "@babel/types": "^7.22.15" 19224 } 19225 }, 19226 "@babel/helper-module-transforms": { 19227 "version": "7.23.3", 19228 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", 19229 "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", 19230 "requires": { 19231 "@babel/helper-environment-visitor": "^7.22.20", 19232 "@babel/helper-module-imports": "^7.22.15", 19233 "@babel/helper-simple-access": "^7.22.5", 19234 "@babel/helper-split-export-declaration": "^7.22.6", 19235 "@babel/helper-validator-identifier": "^7.22.20" 19236 } 19237 }, 19238 "@babel/helper-optimise-call-expression": { 19239 "version": "7.22.5", 19240 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", 19241 "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", 19242 "requires": { 19243 "@babel/types": "^7.22.5" 19244 } 19245 }, 19246 "@babel/helper-plugin-utils": { 19247 "version": "7.22.5", 19248 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", 19249 "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==" 19250 }, 19251 "@babel/helper-remap-async-to-generator": { 19252 "version": "7.22.20", 19253 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", 19254 "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", 19255 "requires": { 19256 "@babel/helper-annotate-as-pure": "^7.22.5", 19257 "@babel/helper-environment-visitor": "^7.22.20", 19258 "@babel/helper-wrap-function": "^7.22.20" 19259 } 19260 }, 19261 "@babel/helper-replace-supers": { 19262 "version": "7.22.20", 19263 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", 19264 "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", 19265 "requires": { 19266 "@babel/helper-environment-visitor": "^7.22.20", 19267 "@babel/helper-member-expression-to-functions": "^7.22.15", 19268 "@babel/helper-optimise-call-expression": "^7.22.5" 19269 } 19270 }, 19271 "@babel/helper-simple-access": { 19272 "version": "7.22.5", 19273 "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", 19274 "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", 19275 "requires": { 19276 "@babel/types": "^7.22.5" 19277 } 19278 }, 19279 "@babel/helper-skip-transparent-expression-wrappers": { 19280 "version": "7.22.5", 19281 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", 19282 "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", 19283 "requires": { 19284 "@babel/types": "^7.22.5" 19285 } 19286 }, 19287 "@babel/helper-split-export-declaration": { 19288 "version": "7.22.6", 19289 "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", 19290 "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", 19291 "requires": { 19292 "@babel/types": "^7.22.5" 19293 } 19294 }, 19295 "@babel/helper-string-parser": { 19296 "version": "7.23.4", 19297 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", 19298 "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==" 19299 }, 19300 "@babel/helper-validator-identifier": { 19301 "version": "7.22.20", 19302 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", 19303 "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==" 19304 }, 19305 "@babel/helper-validator-option": { 19306 "version": "7.23.5", 19307 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", 19308 "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==" 19309 }, 19310 "@babel/helper-wrap-function": { 19311 "version": "7.22.20", 19312 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", 19313 "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", 19314 "requires": { 19315 "@babel/helper-function-name": "^7.22.5", 19316 "@babel/template": "^7.22.15", 19317 "@babel/types": "^7.22.19" 19318 } 19319 }, 19320 "@babel/helpers": { 19321 "version": "7.23.9", 19322 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.9.tgz", 19323 "integrity": "sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==", 19324 "requires": { 19325 "@babel/template": "^7.23.9", 19326 "@babel/traverse": "^7.23.9", 19327 "@babel/types": "^7.23.9" 19328 } 19329 }, 19330 "@babel/highlight": { 19331 "version": "7.23.4", 19332 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", 19333 "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", 19334 "requires": { 19335 "@babel/helper-validator-identifier": "^7.22.20", 19336 "chalk": "^2.4.2", 19337 "js-tokens": "^4.0.0" 19338 } 19339 }, 19340 "@babel/parser": { 19341 "version": "7.23.9", 19342 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz", 19343 "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==" 19344 }, 19345 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { 19346 "version": "7.23.3", 19347 "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.23.3.tgz", 19348 "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==", 19349 "requires": { 19350 "@babel/helper-plugin-utils": "^7.22.5" 19351 } 19352 }, 19353 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { 19354 "version": "7.23.3", 19355 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz", 19356 "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==", 19357 "requires": { 19358 "@babel/helper-plugin-utils": "^7.22.5", 19359 "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", 19360 "@babel/plugin-transform-optional-chaining": "^7.23.3" 19361 } 19362 }, 19363 "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { 19364 "version": "7.23.7", 19365 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz", 19366 "integrity": "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==", 19367 "requires": { 19368 "@babel/helper-environment-visitor": "^7.22.20", 19369 "@babel/helper-plugin-utils": "^7.22.5" 19370 } 19371 }, 19372 "@babel/plugin-proposal-class-properties": { 19373 "version": "7.18.6", 19374 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", 19375 "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", 19376 "requires": { 19377 "@babel/helper-create-class-features-plugin": "^7.18.6", 19378 "@babel/helper-plugin-utils": "^7.18.6" 19379 } 19380 }, 19381 "@babel/plugin-proposal-decorators": { 19382 "version": "7.23.9", 19383 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.9.tgz", 19384 "integrity": "sha512-hJhBCb0+NnTWybvWq2WpbCYDOcflSbx0t+BYP65e5R9GVnukiDTi+on5bFkk4p7QGuv190H6KfNiV9Knf/3cZA==", 19385 "requires": { 19386 "@babel/helper-create-class-features-plugin": "^7.23.9", 19387 "@babel/helper-plugin-utils": "^7.22.5", 19388 "@babel/plugin-syntax-decorators": "^7.23.3" 19389 } 19390 }, 19391 "@babel/plugin-proposal-nullish-coalescing-operator": { 19392 "version": "7.18.6", 19393 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", 19394 "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", 19395 "requires": { 19396 "@babel/helper-plugin-utils": "^7.18.6", 19397 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" 19398 } 19399 }, 19400 "@babel/plugin-proposal-numeric-separator": { 19401 "version": "7.18.6", 19402 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", 19403 "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", 19404 "requires": { 19405 "@babel/helper-plugin-utils": "^7.18.6", 19406 "@babel/plugin-syntax-numeric-separator": "^7.10.4" 19407 } 19408 }, 19409 "@babel/plugin-proposal-optional-chaining": { 19410 "version": "7.21.0", 19411 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", 19412 "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", 19413 "requires": { 19414 "@babel/helper-plugin-utils": "^7.20.2", 19415 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", 19416 "@babel/plugin-syntax-optional-chaining": "^7.8.3" 19417 } 19418 }, 19419 "@babel/plugin-proposal-private-methods": { 19420 "version": "7.18.6", 19421 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", 19422 "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", 19423 "requires": { 19424 "@babel/helper-create-class-features-plugin": "^7.18.6", 19425 "@babel/helper-plugin-utils": "^7.18.6" 19426 } 19427 }, 19428 "@babel/plugin-proposal-private-property-in-object": { 19429 "version": "7.21.0-placeholder-for-preset-env.2", 19430 "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", 19431 "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", 19432 "requires": {} 19433 }, 19434 "@babel/plugin-syntax-async-generators": { 19435 "version": "7.8.4", 19436 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", 19437 "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", 19438 "requires": { 19439 "@babel/helper-plugin-utils": "^7.8.0" 19440 } 19441 }, 19442 "@babel/plugin-syntax-bigint": { 19443 "version": "7.8.3", 19444 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", 19445 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", 19446 "requires": { 19447 "@babel/helper-plugin-utils": "^7.8.0" 19448 } 19449 }, 19450 "@babel/plugin-syntax-class-properties": { 19451 "version": "7.12.13", 19452 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", 19453 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", 19454 "requires": { 19455 "@babel/helper-plugin-utils": "^7.12.13" 19456 } 19457 }, 19458 "@babel/plugin-syntax-class-static-block": { 19459 "version": "7.14.5", 19460 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", 19461 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", 19462 "requires": { 19463 "@babel/helper-plugin-utils": "^7.14.5" 19464 } 19465 }, 19466 "@babel/plugin-syntax-decorators": { 19467 "version": "7.23.3", 19468 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.23.3.tgz", 19469 "integrity": "sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==", 19470 "requires": { 19471 "@babel/helper-plugin-utils": "^7.22.5" 19472 } 19473 }, 19474 "@babel/plugin-syntax-dynamic-import": { 19475 "version": "7.8.3", 19476 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", 19477 "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", 19478 "requires": { 19479 "@babel/helper-plugin-utils": "^7.8.0" 19480 } 19481 }, 19482 "@babel/plugin-syntax-export-namespace-from": { 19483 "version": "7.8.3", 19484 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", 19485 "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", 19486 "requires": { 19487 "@babel/helper-plugin-utils": "^7.8.3" 19488 } 19489 }, 19490 "@babel/plugin-syntax-flow": { 19491 "version": "7.23.3", 19492 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.23.3.tgz", 19493 "integrity": "sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==", 19494 "requires": { 19495 "@babel/helper-plugin-utils": "^7.22.5" 19496 } 19497 }, 19498 "@babel/plugin-syntax-import-assertions": { 19499 "version": "7.23.3", 19500 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", 19501 "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", 19502 "requires": { 19503 "@babel/helper-plugin-utils": "^7.22.5" 19504 } 19505 }, 19506 "@babel/plugin-syntax-import-attributes": { 19507 "version": "7.23.3", 19508 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz", 19509 "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==", 19510 "requires": { 19511 "@babel/helper-plugin-utils": "^7.22.5" 19512 } 19513 }, 19514 "@babel/plugin-syntax-import-meta": { 19515 "version": "7.10.4", 19516 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", 19517 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", 19518 "requires": { 19519 "@babel/helper-plugin-utils": "^7.10.4" 19520 } 19521 }, 19522 "@babel/plugin-syntax-json-strings": { 19523 "version": "7.8.3", 19524 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", 19525 "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", 19526 "requires": { 19527 "@babel/helper-plugin-utils": "^7.8.0" 19528 } 19529 }, 19530 "@babel/plugin-syntax-jsx": { 19531 "version": "7.23.3", 19532 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", 19533 "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", 19534 "requires": { 19535 "@babel/helper-plugin-utils": "^7.22.5" 19536 } 19537 }, 19538 "@babel/plugin-syntax-logical-assignment-operators": { 19539 "version": "7.10.4", 19540 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", 19541 "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", 19542 "requires": { 19543 "@babel/helper-plugin-utils": "^7.10.4" 19544 } 19545 }, 19546 "@babel/plugin-syntax-nullish-coalescing-operator": { 19547 "version": "7.8.3", 19548 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", 19549 "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", 19550 "requires": { 19551 "@babel/helper-plugin-utils": "^7.8.0" 19552 } 19553 }, 19554 "@babel/plugin-syntax-numeric-separator": { 19555 "version": "7.10.4", 19556 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", 19557 "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", 19558 "requires": { 19559 "@babel/helper-plugin-utils": "^7.10.4" 19560 } 19561 }, 19562 "@babel/plugin-syntax-object-rest-spread": { 19563 "version": "7.8.3", 19564 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", 19565 "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", 19566 "requires": { 19567 "@babel/helper-plugin-utils": "^7.8.0" 19568 } 19569 }, 19570 "@babel/plugin-syntax-optional-catch-binding": { 19571 "version": "7.8.3", 19572 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", 19573 "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", 19574 "requires": { 19575 "@babel/helper-plugin-utils": "^7.8.0" 19576 } 19577 }, 19578 "@babel/plugin-syntax-optional-chaining": { 19579 "version": "7.8.3", 19580 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", 19581 "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", 19582 "requires": { 19583 "@babel/helper-plugin-utils": "^7.8.0" 19584 } 19585 }, 19586 "@babel/plugin-syntax-private-property-in-object": { 19587 "version": "7.14.5", 19588 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", 19589 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", 19590 "requires": { 19591 "@babel/helper-plugin-utils": "^7.14.5" 19592 } 19593 }, 19594 "@babel/plugin-syntax-top-level-await": { 19595 "version": "7.14.5", 19596 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", 19597 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", 19598 "requires": { 19599 "@babel/helper-plugin-utils": "^7.14.5" 19600 } 19601 }, 19602 "@babel/plugin-syntax-typescript": { 19603 "version": "7.23.3", 19604 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz", 19605 "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==", 19606 "requires": { 19607 "@babel/helper-plugin-utils": "^7.22.5" 19608 } 19609 }, 19610 "@babel/plugin-syntax-unicode-sets-regex": { 19611 "version": "7.18.6", 19612 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", 19613 "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", 19614 "requires": { 19615 "@babel/helper-create-regexp-features-plugin": "^7.18.6", 19616 "@babel/helper-plugin-utils": "^7.18.6" 19617 } 19618 }, 19619 "@babel/plugin-transform-arrow-functions": { 19620 "version": "7.23.3", 19621 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz", 19622 "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==", 19623 "requires": { 19624 "@babel/helper-plugin-utils": "^7.22.5" 19625 } 19626 }, 19627 "@babel/plugin-transform-async-generator-functions": { 19628 "version": "7.23.9", 19629 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz", 19630 "integrity": "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==", 19631 "requires": { 19632 "@babel/helper-environment-visitor": "^7.22.20", 19633 "@babel/helper-plugin-utils": "^7.22.5", 19634 "@babel/helper-remap-async-to-generator": "^7.22.20", 19635 "@babel/plugin-syntax-async-generators": "^7.8.4" 19636 } 19637 }, 19638 "@babel/plugin-transform-async-to-generator": { 19639 "version": "7.23.3", 19640 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz", 19641 "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==", 19642 "requires": { 19643 "@babel/helper-module-imports": "^7.22.15", 19644 "@babel/helper-plugin-utils": "^7.22.5", 19645 "@babel/helper-remap-async-to-generator": "^7.22.20" 19646 } 19647 }, 19648 "@babel/plugin-transform-block-scoped-functions": { 19649 "version": "7.23.3", 19650 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz", 19651 "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==", 19652 "requires": { 19653 "@babel/helper-plugin-utils": "^7.22.5" 19654 } 19655 }, 19656 "@babel/plugin-transform-block-scoping": { 19657 "version": "7.23.4", 19658 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz", 19659 "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==", 19660 "requires": { 19661 "@babel/helper-plugin-utils": "^7.22.5" 19662 } 19663 }, 19664 "@babel/plugin-transform-class-properties": { 19665 "version": "7.23.3", 19666 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz", 19667 "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==", 19668 "requires": { 19669 "@babel/helper-create-class-features-plugin": "^7.22.15", 19670 "@babel/helper-plugin-utils": "^7.22.5" 19671 } 19672 }, 19673 "@babel/plugin-transform-class-static-block": { 19674 "version": "7.23.4", 19675 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz", 19676 "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==", 19677 "requires": { 19678 "@babel/helper-create-class-features-plugin": "^7.22.15", 19679 "@babel/helper-plugin-utils": "^7.22.5", 19680 "@babel/plugin-syntax-class-static-block": "^7.14.5" 19681 } 19682 }, 19683 "@babel/plugin-transform-classes": { 19684 "version": "7.23.8", 19685 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz", 19686 "integrity": "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==", 19687 "requires": { 19688 "@babel/helper-annotate-as-pure": "^7.22.5", 19689 "@babel/helper-compilation-targets": "^7.23.6", 19690 "@babel/helper-environment-visitor": "^7.22.20", 19691 "@babel/helper-function-name": "^7.23.0", 19692 "@babel/helper-plugin-utils": "^7.22.5", 19693 "@babel/helper-replace-supers": "^7.22.20", 19694 "@babel/helper-split-export-declaration": "^7.22.6", 19695 "globals": "^11.1.0" 19696 } 19697 }, 19698 "@babel/plugin-transform-computed-properties": { 19699 "version": "7.23.3", 19700 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz", 19701 "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==", 19702 "requires": { 19703 "@babel/helper-plugin-utils": "^7.22.5", 19704 "@babel/template": "^7.22.15" 19705 } 19706 }, 19707 "@babel/plugin-transform-destructuring": { 19708 "version": "7.23.3", 19709 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", 19710 "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", 19711 "requires": { 19712 "@babel/helper-plugin-utils": "^7.22.5" 19713 } 19714 }, 19715 "@babel/plugin-transform-dotall-regex": { 19716 "version": "7.23.3", 19717 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz", 19718 "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==", 19719 "requires": { 19720 "@babel/helper-create-regexp-features-plugin": "^7.22.15", 19721 "@babel/helper-plugin-utils": "^7.22.5" 19722 } 19723 }, 19724 "@babel/plugin-transform-duplicate-keys": { 19725 "version": "7.23.3", 19726 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz", 19727 "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==", 19728 "requires": { 19729 "@babel/helper-plugin-utils": "^7.22.5" 19730 } 19731 }, 19732 "@babel/plugin-transform-dynamic-import": { 19733 "version": "7.23.4", 19734 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz", 19735 "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==", 19736 "requires": { 19737 "@babel/helper-plugin-utils": "^7.22.5", 19738 "@babel/plugin-syntax-dynamic-import": "^7.8.3" 19739 } 19740 }, 19741 "@babel/plugin-transform-exponentiation-operator": { 19742 "version": "7.23.3", 19743 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz", 19744 "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==", 19745 "requires": { 19746 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", 19747 "@babel/helper-plugin-utils": "^7.22.5" 19748 } 19749 }, 19750 "@babel/plugin-transform-export-namespace-from": { 19751 "version": "7.23.4", 19752 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz", 19753 "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==", 19754 "requires": { 19755 "@babel/helper-plugin-utils": "^7.22.5", 19756 "@babel/plugin-syntax-export-namespace-from": "^7.8.3" 19757 } 19758 }, 19759 "@babel/plugin-transform-flow-strip-types": { 19760 "version": "7.23.3", 19761 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.23.3.tgz", 19762 "integrity": "sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==", 19763 "requires": { 19764 "@babel/helper-plugin-utils": "^7.22.5", 19765 "@babel/plugin-syntax-flow": "^7.23.3" 19766 } 19767 }, 19768 "@babel/plugin-transform-for-of": { 19769 "version": "7.23.6", 19770 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz", 19771 "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==", 19772 "requires": { 19773 "@babel/helper-plugin-utils": "^7.22.5", 19774 "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" 19775 } 19776 }, 19777 "@babel/plugin-transform-function-name": { 19778 "version": "7.23.3", 19779 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz", 19780 "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==", 19781 "requires": { 19782 "@babel/helper-compilation-targets": "^7.22.15", 19783 "@babel/helper-function-name": "^7.23.0", 19784 "@babel/helper-plugin-utils": "^7.22.5" 19785 } 19786 }, 19787 "@babel/plugin-transform-json-strings": { 19788 "version": "7.23.4", 19789 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz", 19790 "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==", 19791 "requires": { 19792 "@babel/helper-plugin-utils": "^7.22.5", 19793 "@babel/plugin-syntax-json-strings": "^7.8.3" 19794 } 19795 }, 19796 "@babel/plugin-transform-literals": { 19797 "version": "7.23.3", 19798 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz", 19799 "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==", 19800 "requires": { 19801 "@babel/helper-plugin-utils": "^7.22.5" 19802 } 19803 }, 19804 "@babel/plugin-transform-logical-assignment-operators": { 19805 "version": "7.23.4", 19806 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz", 19807 "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==", 19808 "requires": { 19809 "@babel/helper-plugin-utils": "^7.22.5", 19810 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" 19811 } 19812 }, 19813 "@babel/plugin-transform-member-expression-literals": { 19814 "version": "7.23.3", 19815 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz", 19816 "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==", 19817 "requires": { 19818 "@babel/helper-plugin-utils": "^7.22.5" 19819 } 19820 }, 19821 "@babel/plugin-transform-modules-amd": { 19822 "version": "7.23.3", 19823 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz", 19824 "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==", 19825 "requires": { 19826 "@babel/helper-module-transforms": "^7.23.3", 19827 "@babel/helper-plugin-utils": "^7.22.5" 19828 } 19829 }, 19830 "@babel/plugin-transform-modules-commonjs": { 19831 "version": "7.23.3", 19832 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz", 19833 "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==", 19834 "requires": { 19835 "@babel/helper-module-transforms": "^7.23.3", 19836 "@babel/helper-plugin-utils": "^7.22.5", 19837 "@babel/helper-simple-access": "^7.22.5" 19838 } 19839 }, 19840 "@babel/plugin-transform-modules-systemjs": { 19841 "version": "7.23.9", 19842 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz", 19843 "integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==", 19844 "requires": { 19845 "@babel/helper-hoist-variables": "^7.22.5", 19846 "@babel/helper-module-transforms": "^7.23.3", 19847 "@babel/helper-plugin-utils": "^7.22.5", 19848 "@babel/helper-validator-identifier": "^7.22.20" 19849 } 19850 }, 19851 "@babel/plugin-transform-modules-umd": { 19852 "version": "7.23.3", 19853 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz", 19854 "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==", 19855 "requires": { 19856 "@babel/helper-module-transforms": "^7.23.3", 19857 "@babel/helper-plugin-utils": "^7.22.5" 19858 } 19859 }, 19860 "@babel/plugin-transform-named-capturing-groups-regex": { 19861 "version": "7.22.5", 19862 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", 19863 "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", 19864 "requires": { 19865 "@babel/helper-create-regexp-features-plugin": "^7.22.5", 19866 "@babel/helper-plugin-utils": "^7.22.5" 19867 } 19868 }, 19869 "@babel/plugin-transform-new-target": { 19870 "version": "7.23.3", 19871 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz", 19872 "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==", 19873 "requires": { 19874 "@babel/helper-plugin-utils": "^7.22.5" 19875 } 19876 }, 19877 "@babel/plugin-transform-nullish-coalescing-operator": { 19878 "version": "7.23.4", 19879 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz", 19880 "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==", 19881 "requires": { 19882 "@babel/helper-plugin-utils": "^7.22.5", 19883 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" 19884 } 19885 }, 19886 "@babel/plugin-transform-numeric-separator": { 19887 "version": "7.23.4", 19888 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz", 19889 "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==", 19890 "requires": { 19891 "@babel/helper-plugin-utils": "^7.22.5", 19892 "@babel/plugin-syntax-numeric-separator": "^7.10.4" 19893 } 19894 }, 19895 "@babel/plugin-transform-object-rest-spread": { 19896 "version": "7.23.4", 19897 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz", 19898 "integrity": "sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==", 19899 "requires": { 19900 "@babel/compat-data": "^7.23.3", 19901 "@babel/helper-compilation-targets": "^7.22.15", 19902 "@babel/helper-plugin-utils": "^7.22.5", 19903 "@babel/plugin-syntax-object-rest-spread": "^7.8.3", 19904 "@babel/plugin-transform-parameters": "^7.23.3" 19905 } 19906 }, 19907 "@babel/plugin-transform-object-super": { 19908 "version": "7.23.3", 19909 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz", 19910 "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==", 19911 "requires": { 19912 "@babel/helper-plugin-utils": "^7.22.5", 19913 "@babel/helper-replace-supers": "^7.22.20" 19914 } 19915 }, 19916 "@babel/plugin-transform-optional-catch-binding": { 19917 "version": "7.23.4", 19918 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz", 19919 "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==", 19920 "requires": { 19921 "@babel/helper-plugin-utils": "^7.22.5", 19922 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" 19923 } 19924 }, 19925 "@babel/plugin-transform-optional-chaining": { 19926 "version": "7.23.4", 19927 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz", 19928 "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==", 19929 "requires": { 19930 "@babel/helper-plugin-utils": "^7.22.5", 19931 "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", 19932 "@babel/plugin-syntax-optional-chaining": "^7.8.3" 19933 } 19934 }, 19935 "@babel/plugin-transform-parameters": { 19936 "version": "7.23.3", 19937 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", 19938 "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", 19939 "requires": { 19940 "@babel/helper-plugin-utils": "^7.22.5" 19941 } 19942 }, 19943 "@babel/plugin-transform-private-methods": { 19944 "version": "7.23.3", 19945 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz", 19946 "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==", 19947 "requires": { 19948 "@babel/helper-create-class-features-plugin": "^7.22.15", 19949 "@babel/helper-plugin-utils": "^7.22.5" 19950 } 19951 }, 19952 "@babel/plugin-transform-private-property-in-object": { 19953 "version": "7.23.4", 19954 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz", 19955 "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==", 19956 "requires": { 19957 "@babel/helper-annotate-as-pure": "^7.22.5", 19958 "@babel/helper-create-class-features-plugin": "^7.22.15", 19959 "@babel/helper-plugin-utils": "^7.22.5", 19960 "@babel/plugin-syntax-private-property-in-object": "^7.14.5" 19961 } 19962 }, 19963 "@babel/plugin-transform-property-literals": { 19964 "version": "7.23.3", 19965 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz", 19966 "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==", 19967 "requires": { 19968 "@babel/helper-plugin-utils": "^7.22.5" 19969 } 19970 }, 19971 "@babel/plugin-transform-react-constant-elements": { 19972 "version": "7.23.3", 19973 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.23.3.tgz", 19974 "integrity": "sha512-zP0QKq/p6O42OL94udMgSfKXyse4RyJ0JqbQ34zDAONWjyrEsghYEyTSK5FIpmXmCpB55SHokL1cRRKHv8L2Qw==", 19975 "requires": { 19976 "@babel/helper-plugin-utils": "^7.22.5" 19977 } 19978 }, 19979 "@babel/plugin-transform-react-display-name": { 19980 "version": "7.23.3", 19981 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz", 19982 "integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==", 19983 "requires": { 19984 "@babel/helper-plugin-utils": "^7.22.5" 19985 } 19986 }, 19987 "@babel/plugin-transform-react-jsx": { 19988 "version": "7.23.4", 19989 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz", 19990 "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==", 19991 "requires": { 19992 "@babel/helper-annotate-as-pure": "^7.22.5", 19993 "@babel/helper-module-imports": "^7.22.15", 19994 "@babel/helper-plugin-utils": "^7.22.5", 19995 "@babel/plugin-syntax-jsx": "^7.23.3", 19996 "@babel/types": "^7.23.4" 19997 } 19998 }, 19999 "@babel/plugin-transform-react-jsx-development": { 20000 "version": "7.22.5", 20001 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz", 20002 "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==", 20003 "requires": { 20004 "@babel/plugin-transform-react-jsx": "^7.22.5" 20005 } 20006 }, 20007 "@babel/plugin-transform-react-pure-annotations": { 20008 "version": "7.23.3", 20009 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz", 20010 "integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==", 20011 "requires": { 20012 "@babel/helper-annotate-as-pure": "^7.22.5", 20013 "@babel/helper-plugin-utils": "^7.22.5" 20014 } 20015 }, 20016 "@babel/plugin-transform-regenerator": { 20017 "version": "7.23.3", 20018 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz", 20019 "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==", 20020 "requires": { 20021 "@babel/helper-plugin-utils": "^7.22.5", 20022 "regenerator-transform": "^0.15.2" 20023 } 20024 }, 20025 "@babel/plugin-transform-reserved-words": { 20026 "version": "7.23.3", 20027 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz", 20028 "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==", 20029 "requires": { 20030 "@babel/helper-plugin-utils": "^7.22.5" 20031 } 20032 }, 20033 "@babel/plugin-transform-runtime": { 20034 "version": "7.23.9", 20035 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.9.tgz", 20036 "integrity": "sha512-A7clW3a0aSjm3ONU9o2HAILSegJCYlEZmOhmBRReVtIpY/Z/p7yIZ+wR41Z+UipwdGuqwtID/V/dOdZXjwi9gQ==", 20037 "requires": { 20038 "@babel/helper-module-imports": "^7.22.15", 20039 "@babel/helper-plugin-utils": "^7.22.5", 20040 "babel-plugin-polyfill-corejs2": "^0.4.8", 20041 "babel-plugin-polyfill-corejs3": "^0.9.0", 20042 "babel-plugin-polyfill-regenerator": "^0.5.5", 20043 "semver": "^6.3.1" 20044 }, 20045 "dependencies": { 20046 "semver": { 20047 "version": "6.3.1", 20048 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 20049 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 20050 } 20051 } 20052 }, 20053 "@babel/plugin-transform-shorthand-properties": { 20054 "version": "7.23.3", 20055 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", 20056 "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", 20057 "requires": { 20058 "@babel/helper-plugin-utils": "^7.22.5" 20059 } 20060 }, 20061 "@babel/plugin-transform-spread": { 20062 "version": "7.23.3", 20063 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz", 20064 "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==", 20065 "requires": { 20066 "@babel/helper-plugin-utils": "^7.22.5", 20067 "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" 20068 } 20069 }, 20070 "@babel/plugin-transform-sticky-regex": { 20071 "version": "7.23.3", 20072 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz", 20073 "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==", 20074 "requires": { 20075 "@babel/helper-plugin-utils": "^7.22.5" 20076 } 20077 }, 20078 "@babel/plugin-transform-template-literals": { 20079 "version": "7.23.3", 20080 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz", 20081 "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==", 20082 "requires": { 20083 "@babel/helper-plugin-utils": "^7.22.5" 20084 } 20085 }, 20086 "@babel/plugin-transform-typeof-symbol": { 20087 "version": "7.23.3", 20088 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz", 20089 "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==", 20090 "requires": { 20091 "@babel/helper-plugin-utils": "^7.22.5" 20092 } 20093 }, 20094 "@babel/plugin-transform-typescript": { 20095 "version": "7.23.6", 20096 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz", 20097 "integrity": "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==", 20098 "requires": { 20099 "@babel/helper-annotate-as-pure": "^7.22.5", 20100 "@babel/helper-create-class-features-plugin": "^7.23.6", 20101 "@babel/helper-plugin-utils": "^7.22.5", 20102 "@babel/plugin-syntax-typescript": "^7.23.3" 20103 } 20104 }, 20105 "@babel/plugin-transform-unicode-escapes": { 20106 "version": "7.23.3", 20107 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz", 20108 "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==", 20109 "requires": { 20110 "@babel/helper-plugin-utils": "^7.22.5" 20111 } 20112 }, 20113 "@babel/plugin-transform-unicode-property-regex": { 20114 "version": "7.23.3", 20115 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz", 20116 "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==", 20117 "requires": { 20118 "@babel/helper-create-regexp-features-plugin": "^7.22.15", 20119 "@babel/helper-plugin-utils": "^7.22.5" 20120 } 20121 }, 20122 "@babel/plugin-transform-unicode-regex": { 20123 "version": "7.23.3", 20124 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz", 20125 "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==", 20126 "requires": { 20127 "@babel/helper-create-regexp-features-plugin": "^7.22.15", 20128 "@babel/helper-plugin-utils": "^7.22.5" 20129 } 20130 }, 20131 "@babel/plugin-transform-unicode-sets-regex": { 20132 "version": "7.23.3", 20133 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz", 20134 "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==", 20135 "requires": { 20136 "@babel/helper-create-regexp-features-plugin": "^7.22.15", 20137 "@babel/helper-plugin-utils": "^7.22.5" 20138 } 20139 }, 20140 "@babel/preset-env": { 20141 "version": "7.23.9", 20142 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.9.tgz", 20143 "integrity": "sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==", 20144 "requires": { 20145 "@babel/compat-data": "^7.23.5", 20146 "@babel/helper-compilation-targets": "^7.23.6", 20147 "@babel/helper-plugin-utils": "^7.22.5", 20148 "@babel/helper-validator-option": "^7.23.5", 20149 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3", 20150 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3", 20151 "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7", 20152 "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", 20153 "@babel/plugin-syntax-async-generators": "^7.8.4", 20154 "@babel/plugin-syntax-class-properties": "^7.12.13", 20155 "@babel/plugin-syntax-class-static-block": "^7.14.5", 20156 "@babel/plugin-syntax-dynamic-import": "^7.8.3", 20157 "@babel/plugin-syntax-export-namespace-from": "^7.8.3", 20158 "@babel/plugin-syntax-import-assertions": "^7.23.3", 20159 "@babel/plugin-syntax-import-attributes": "^7.23.3", 20160 "@babel/plugin-syntax-import-meta": "^7.10.4", 20161 "@babel/plugin-syntax-json-strings": "^7.8.3", 20162 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", 20163 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", 20164 "@babel/plugin-syntax-numeric-separator": "^7.10.4", 20165 "@babel/plugin-syntax-object-rest-spread": "^7.8.3", 20166 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", 20167 "@babel/plugin-syntax-optional-chaining": "^7.8.3", 20168 "@babel/plugin-syntax-private-property-in-object": "^7.14.5", 20169 "@babel/plugin-syntax-top-level-await": "^7.14.5", 20170 "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", 20171 "@babel/plugin-transform-arrow-functions": "^7.23.3", 20172 "@babel/plugin-transform-async-generator-functions": "^7.23.9", 20173 "@babel/plugin-transform-async-to-generator": "^7.23.3", 20174 "@babel/plugin-transform-block-scoped-functions": "^7.23.3", 20175 "@babel/plugin-transform-block-scoping": "^7.23.4", 20176 "@babel/plugin-transform-class-properties": "^7.23.3", 20177 "@babel/plugin-transform-class-static-block": "^7.23.4", 20178 "@babel/plugin-transform-classes": "^7.23.8", 20179 "@babel/plugin-transform-computed-properties": "^7.23.3", 20180 "@babel/plugin-transform-destructuring": "^7.23.3", 20181 "@babel/plugin-transform-dotall-regex": "^7.23.3", 20182 "@babel/plugin-transform-duplicate-keys": "^7.23.3", 20183 "@babel/plugin-transform-dynamic-import": "^7.23.4", 20184 "@babel/plugin-transform-exponentiation-operator": "^7.23.3", 20185 "@babel/plugin-transform-export-namespace-from": "^7.23.4", 20186 "@babel/plugin-transform-for-of": "^7.23.6", 20187 "@babel/plugin-transform-function-name": "^7.23.3", 20188 "@babel/plugin-transform-json-strings": "^7.23.4", 20189 "@babel/plugin-transform-literals": "^7.23.3", 20190 "@babel/plugin-transform-logical-assignment-operators": "^7.23.4", 20191 "@babel/plugin-transform-member-expression-literals": "^7.23.3", 20192 "@babel/plugin-transform-modules-amd": "^7.23.3", 20193 "@babel/plugin-transform-modules-commonjs": "^7.23.3", 20194 "@babel/plugin-transform-modules-systemjs": "^7.23.9", 20195 "@babel/plugin-transform-modules-umd": "^7.23.3", 20196 "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", 20197 "@babel/plugin-transform-new-target": "^7.23.3", 20198 "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4", 20199 "@babel/plugin-transform-numeric-separator": "^7.23.4", 20200 "@babel/plugin-transform-object-rest-spread": "^7.23.4", 20201 "@babel/plugin-transform-object-super": "^7.23.3", 20202 "@babel/plugin-transform-optional-catch-binding": "^7.23.4", 20203 "@babel/plugin-transform-optional-chaining": "^7.23.4", 20204 "@babel/plugin-transform-parameters": "^7.23.3", 20205 "@babel/plugin-transform-private-methods": "^7.23.3", 20206 "@babel/plugin-transform-private-property-in-object": "^7.23.4", 20207 "@babel/plugin-transform-property-literals": "^7.23.3", 20208 "@babel/plugin-transform-regenerator": "^7.23.3", 20209 "@babel/plugin-transform-reserved-words": "^7.23.3", 20210 "@babel/plugin-transform-shorthand-properties": "^7.23.3", 20211 "@babel/plugin-transform-spread": "^7.23.3", 20212 "@babel/plugin-transform-sticky-regex": "^7.23.3", 20213 "@babel/plugin-transform-template-literals": "^7.23.3", 20214 "@babel/plugin-transform-typeof-symbol": "^7.23.3", 20215 "@babel/plugin-transform-unicode-escapes": "^7.23.3", 20216 "@babel/plugin-transform-unicode-property-regex": "^7.23.3", 20217 "@babel/plugin-transform-unicode-regex": "^7.23.3", 20218 "@babel/plugin-transform-unicode-sets-regex": "^7.23.3", 20219 "@babel/preset-modules": "0.1.6-no-external-plugins", 20220 "babel-plugin-polyfill-corejs2": "^0.4.8", 20221 "babel-plugin-polyfill-corejs3": "^0.9.0", 20222 "babel-plugin-polyfill-regenerator": "^0.5.5", 20223 "core-js-compat": "^3.31.0", 20224 "semver": "^6.3.1" 20225 }, 20226 "dependencies": { 20227 "semver": { 20228 "version": "6.3.1", 20229 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 20230 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 20231 } 20232 } 20233 }, 20234 "@babel/preset-modules": { 20235 "version": "0.1.6-no-external-plugins", 20236 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", 20237 "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", 20238 "requires": { 20239 "@babel/helper-plugin-utils": "^7.0.0", 20240 "@babel/types": "^7.4.4", 20241 "esutils": "^2.0.2" 20242 } 20243 }, 20244 "@babel/preset-react": { 20245 "version": "7.23.3", 20246 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.23.3.tgz", 20247 "integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==", 20248 "requires": { 20249 "@babel/helper-plugin-utils": "^7.22.5", 20250 "@babel/helper-validator-option": "^7.22.15", 20251 "@babel/plugin-transform-react-display-name": "^7.23.3", 20252 "@babel/plugin-transform-react-jsx": "^7.22.15", 20253 "@babel/plugin-transform-react-jsx-development": "^7.22.5", 20254 "@babel/plugin-transform-react-pure-annotations": "^7.23.3" 20255 } 20256 }, 20257 "@babel/preset-typescript": { 20258 "version": "7.23.3", 20259 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz", 20260 "integrity": "sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==", 20261 "requires": { 20262 "@babel/helper-plugin-utils": "^7.22.5", 20263 "@babel/helper-validator-option": "^7.22.15", 20264 "@babel/plugin-syntax-jsx": "^7.23.3", 20265 "@babel/plugin-transform-modules-commonjs": "^7.23.3", 20266 "@babel/plugin-transform-typescript": "^7.23.3" 20267 } 20268 }, 20269 "@babel/regjsgen": { 20270 "version": "0.8.0", 20271 "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", 20272 "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" 20273 }, 20274 "@babel/runtime": { 20275 "version": "7.23.9", 20276 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz", 20277 "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==", 20278 "requires": { 20279 "regenerator-runtime": "^0.14.0" 20280 } 20281 }, 20282 "@babel/template": { 20283 "version": "7.23.9", 20284 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz", 20285 "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==", 20286 "requires": { 20287 "@babel/code-frame": "^7.23.5", 20288 "@babel/parser": "^7.23.9", 20289 "@babel/types": "^7.23.9" 20290 } 20291 }, 20292 "@babel/traverse": { 20293 "version": "7.23.9", 20294 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.9.tgz", 20295 "integrity": "sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==", 20296 "requires": { 20297 "@babel/code-frame": "^7.23.5", 20298 "@babel/generator": "^7.23.6", 20299 "@babel/helper-environment-visitor": "^7.22.20", 20300 "@babel/helper-function-name": "^7.23.0", 20301 "@babel/helper-hoist-variables": "^7.22.5", 20302 "@babel/helper-split-export-declaration": "^7.22.6", 20303 "@babel/parser": "^7.23.9", 20304 "@babel/types": "^7.23.9", 20305 "debug": "^4.3.1", 20306 "globals": "^11.1.0" 20307 } 20308 }, 20309 "@babel/types": { 20310 "version": "7.23.9", 20311 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz", 20312 "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==", 20313 "requires": { 20314 "@babel/helper-string-parser": "^7.23.4", 20315 "@babel/helper-validator-identifier": "^7.22.20", 20316 "to-fast-properties": "^2.0.0" 20317 } 20318 }, 20319 "@bcoe/v8-coverage": { 20320 "version": "0.2.3", 20321 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", 20322 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" 20323 }, 20324 "@csstools/normalize.css": { 20325 "version": "12.1.1", 20326 "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz", 20327 "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==" 20328 }, 20329 "@csstools/postcss-cascade-layers": { 20330 "version": "1.1.1", 20331 "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz", 20332 "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==", 20333 "requires": { 20334 "@csstools/selector-specificity": "^2.0.2", 20335 "postcss-selector-parser": "^6.0.10" 20336 } 20337 }, 20338 "@csstools/postcss-color-function": { 20339 "version": "1.1.1", 20340 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", 20341 "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", 20342 "requires": { 20343 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 20344 "postcss-value-parser": "^4.2.0" 20345 } 20346 }, 20347 "@csstools/postcss-font-format-keywords": { 20348 "version": "1.0.1", 20349 "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", 20350 "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", 20351 "requires": { 20352 "postcss-value-parser": "^4.2.0" 20353 } 20354 }, 20355 "@csstools/postcss-hwb-function": { 20356 "version": "1.0.2", 20357 "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", 20358 "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", 20359 "requires": { 20360 "postcss-value-parser": "^4.2.0" 20361 } 20362 }, 20363 "@csstools/postcss-ic-unit": { 20364 "version": "1.0.1", 20365 "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", 20366 "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", 20367 "requires": { 20368 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 20369 "postcss-value-parser": "^4.2.0" 20370 } 20371 }, 20372 "@csstools/postcss-is-pseudo-class": { 20373 "version": "2.0.7", 20374 "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", 20375 "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", 20376 "requires": { 20377 "@csstools/selector-specificity": "^2.0.0", 20378 "postcss-selector-parser": "^6.0.10" 20379 } 20380 }, 20381 "@csstools/postcss-nested-calc": { 20382 "version": "1.0.0", 20383 "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", 20384 "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", 20385 "requires": { 20386 "postcss-value-parser": "^4.2.0" 20387 } 20388 }, 20389 "@csstools/postcss-normalize-display-values": { 20390 "version": "1.0.1", 20391 "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", 20392 "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", 20393 "requires": { 20394 "postcss-value-parser": "^4.2.0" 20395 } 20396 }, 20397 "@csstools/postcss-oklab-function": { 20398 "version": "1.1.1", 20399 "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", 20400 "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", 20401 "requires": { 20402 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 20403 "postcss-value-parser": "^4.2.0" 20404 } 20405 }, 20406 "@csstools/postcss-progressive-custom-properties": { 20407 "version": "1.3.0", 20408 "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", 20409 "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", 20410 "requires": { 20411 "postcss-value-parser": "^4.2.0" 20412 } 20413 }, 20414 "@csstools/postcss-stepped-value-functions": { 20415 "version": "1.0.1", 20416 "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", 20417 "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", 20418 "requires": { 20419 "postcss-value-parser": "^4.2.0" 20420 } 20421 }, 20422 "@csstools/postcss-text-decoration-shorthand": { 20423 "version": "1.0.0", 20424 "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", 20425 "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", 20426 "requires": { 20427 "postcss-value-parser": "^4.2.0" 20428 } 20429 }, 20430 "@csstools/postcss-trigonometric-functions": { 20431 "version": "1.0.2", 20432 "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", 20433 "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", 20434 "requires": { 20435 "postcss-value-parser": "^4.2.0" 20436 } 20437 }, 20438 "@csstools/postcss-unset-value": { 20439 "version": "1.0.2", 20440 "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", 20441 "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", 20442 "requires": {} 20443 }, 20444 "@csstools/selector-specificity": { 20445 "version": "2.2.0", 20446 "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz", 20447 "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==", 20448 "requires": {} 20449 }, 20450 "@eslint-community/eslint-utils": { 20451 "version": "4.4.0", 20452 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", 20453 "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", 20454 "requires": { 20455 "eslint-visitor-keys": "^3.3.0" 20456 } 20457 }, 20458 "@eslint-community/regexpp": { 20459 "version": "4.10.0", 20460 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", 20461 "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==" 20462 }, 20463 "@eslint/eslintrc": { 20464 "version": "2.1.4", 20465 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", 20466 "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", 20467 "requires": { 20468 "ajv": "^6.12.4", 20469 "debug": "^4.3.2", 20470 "espree": "^9.6.0", 20471 "globals": "^13.19.0", 20472 "ignore": "^5.2.0", 20473 "import-fresh": "^3.2.1", 20474 "js-yaml": "^4.1.0", 20475 "minimatch": "^3.1.2", 20476 "strip-json-comments": "^3.1.1" 20477 }, 20478 "dependencies": { 20479 "argparse": { 20480 "version": "2.0.1", 20481 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 20482 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" 20483 }, 20484 "globals": { 20485 "version": "13.24.0", 20486 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", 20487 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", 20488 "requires": { 20489 "type-fest": "^0.20.2" 20490 } 20491 }, 20492 "js-yaml": { 20493 "version": "4.1.0", 20494 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 20495 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 20496 "requires": { 20497 "argparse": "^2.0.1" 20498 } 20499 }, 20500 "type-fest": { 20501 "version": "0.20.2", 20502 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", 20503 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" 20504 } 20505 } 20506 }, 20507 "@eslint/js": { 20508 "version": "8.56.0", 20509 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz", 20510 "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==" 20511 }, 20512 "@humanwhocodes/config-array": { 20513 "version": "0.11.14", 20514 "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", 20515 "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", 20516 "requires": { 20517 "@humanwhocodes/object-schema": "^2.0.2", 20518 "debug": "^4.3.1", 20519 "minimatch": "^3.0.5" 20520 } 20521 }, 20522 "@humanwhocodes/module-importer": { 20523 "version": "1.0.1", 20524 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", 20525 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" 20526 }, 20527 "@humanwhocodes/object-schema": { 20528 "version": "2.0.2", 20529 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz", 20530 "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==" 20531 }, 20532 "@isaacs/cliui": { 20533 "version": "8.0.2", 20534 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", 20535 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", 20536 "requires": { 20537 "string-width": "^5.1.2", 20538 "string-width-cjs": "npm:string-width@^4.2.0", 20539 "strip-ansi": "^7.0.1", 20540 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", 20541 "wrap-ansi": "^8.1.0", 20542 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" 20543 }, 20544 "dependencies": { 20545 "ansi-regex": { 20546 "version": "6.0.1", 20547 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", 20548 "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" 20549 }, 20550 "ansi-styles": { 20551 "version": "6.2.1", 20552 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 20553 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" 20554 }, 20555 "string-width": { 20556 "version": "5.1.2", 20557 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 20558 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 20559 "requires": { 20560 "eastasianwidth": "^0.2.0", 20561 "emoji-regex": "^9.2.2", 20562 "strip-ansi": "^7.0.1" 20563 } 20564 }, 20565 "strip-ansi": { 20566 "version": "7.1.0", 20567 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 20568 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 20569 "requires": { 20570 "ansi-regex": "^6.0.1" 20571 } 20572 }, 20573 "wrap-ansi": { 20574 "version": "8.1.0", 20575 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", 20576 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", 20577 "requires": { 20578 "ansi-styles": "^6.1.0", 20579 "string-width": "^5.0.1", 20580 "strip-ansi": "^7.0.1" 20581 } 20582 } 20583 } 20584 }, 20585 "@istanbuljs/load-nyc-config": { 20586 "version": "1.1.0", 20587 "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", 20588 "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", 20589 "requires": { 20590 "camelcase": "^5.3.1", 20591 "find-up": "^4.1.0", 20592 "get-package-type": "^0.1.0", 20593 "js-yaml": "^3.13.1", 20594 "resolve-from": "^5.0.0" 20595 }, 20596 "dependencies": { 20597 "camelcase": { 20598 "version": "5.3.1", 20599 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", 20600 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" 20601 }, 20602 "find-up": { 20603 "version": "4.1.0", 20604 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", 20605 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", 20606 "requires": { 20607 "locate-path": "^5.0.0", 20608 "path-exists": "^4.0.0" 20609 } 20610 }, 20611 "locate-path": { 20612 "version": "5.0.0", 20613 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", 20614 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", 20615 "requires": { 20616 "p-locate": "^4.1.0" 20617 } 20618 }, 20619 "p-limit": { 20620 "version": "2.3.0", 20621 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 20622 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 20623 "requires": { 20624 "p-try": "^2.0.0" 20625 } 20626 }, 20627 "p-locate": { 20628 "version": "4.1.0", 20629 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", 20630 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", 20631 "requires": { 20632 "p-limit": "^2.2.0" 20633 } 20634 } 20635 } 20636 }, 20637 "@istanbuljs/schema": { 20638 "version": "0.1.3", 20639 "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", 20640 "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" 20641 }, 20642 "@jest/console": { 20643 "version": "27.5.1", 20644 "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", 20645 "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", 20646 "requires": { 20647 "@jest/types": "^27.5.1", 20648 "@types/node": "*", 20649 "chalk": "^4.0.0", 20650 "jest-message-util": "^27.5.1", 20651 "jest-util": "^27.5.1", 20652 "slash": "^3.0.0" 20653 }, 20654 "dependencies": { 20655 "ansi-styles": { 20656 "version": "4.3.0", 20657 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 20658 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 20659 "requires": { 20660 "color-convert": "^2.0.1" 20661 } 20662 }, 20663 "chalk": { 20664 "version": "4.1.2", 20665 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 20666 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 20667 "requires": { 20668 "ansi-styles": "^4.1.0", 20669 "supports-color": "^7.1.0" 20670 } 20671 }, 20672 "color-convert": { 20673 "version": "2.0.1", 20674 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 20675 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 20676 "requires": { 20677 "color-name": "~1.1.4" 20678 } 20679 }, 20680 "color-name": { 20681 "version": "1.1.4", 20682 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 20683 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 20684 }, 20685 "has-flag": { 20686 "version": "4.0.0", 20687 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 20688 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 20689 }, 20690 "supports-color": { 20691 "version": "7.2.0", 20692 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 20693 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 20694 "requires": { 20695 "has-flag": "^4.0.0" 20696 } 20697 } 20698 } 20699 }, 20700 "@jest/core": { 20701 "version": "27.5.1", 20702 "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", 20703 "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", 20704 "requires": { 20705 "@jest/console": "^27.5.1", 20706 "@jest/reporters": "^27.5.1", 20707 "@jest/test-result": "^27.5.1", 20708 "@jest/transform": "^27.5.1", 20709 "@jest/types": "^27.5.1", 20710 "@types/node": "*", 20711 "ansi-escapes": "^4.2.1", 20712 "chalk": "^4.0.0", 20713 "emittery": "^0.8.1", 20714 "exit": "^0.1.2", 20715 "graceful-fs": "^4.2.9", 20716 "jest-changed-files": "^27.5.1", 20717 "jest-config": "^27.5.1", 20718 "jest-haste-map": "^27.5.1", 20719 "jest-message-util": "^27.5.1", 20720 "jest-regex-util": "^27.5.1", 20721 "jest-resolve": "^27.5.1", 20722 "jest-resolve-dependencies": "^27.5.1", 20723 "jest-runner": "^27.5.1", 20724 "jest-runtime": "^27.5.1", 20725 "jest-snapshot": "^27.5.1", 20726 "jest-util": "^27.5.1", 20727 "jest-validate": "^27.5.1", 20728 "jest-watcher": "^27.5.1", 20729 "micromatch": "^4.0.4", 20730 "rimraf": "^3.0.0", 20731 "slash": "^3.0.0", 20732 "strip-ansi": "^6.0.0" 20733 }, 20734 "dependencies": { 20735 "ansi-styles": { 20736 "version": "4.3.0", 20737 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 20738 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 20739 "requires": { 20740 "color-convert": "^2.0.1" 20741 } 20742 }, 20743 "chalk": { 20744 "version": "4.1.2", 20745 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 20746 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 20747 "requires": { 20748 "ansi-styles": "^4.1.0", 20749 "supports-color": "^7.1.0" 20750 } 20751 }, 20752 "color-convert": { 20753 "version": "2.0.1", 20754 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 20755 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 20756 "requires": { 20757 "color-name": "~1.1.4" 20758 } 20759 }, 20760 "color-name": { 20761 "version": "1.1.4", 20762 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 20763 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 20764 }, 20765 "has-flag": { 20766 "version": "4.0.0", 20767 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 20768 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 20769 }, 20770 "supports-color": { 20771 "version": "7.2.0", 20772 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 20773 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 20774 "requires": { 20775 "has-flag": "^4.0.0" 20776 } 20777 } 20778 } 20779 }, 20780 "@jest/environment": { 20781 "version": "27.5.1", 20782 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", 20783 "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", 20784 "requires": { 20785 "@jest/fake-timers": "^27.5.1", 20786 "@jest/types": "^27.5.1", 20787 "@types/node": "*", 20788 "jest-mock": "^27.5.1" 20789 } 20790 }, 20791 "@jest/expect-utils": { 20792 "version": "29.7.0", 20793 "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", 20794 "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", 20795 "requires": { 20796 "jest-get-type": "^29.6.3" 20797 }, 20798 "dependencies": { 20799 "jest-get-type": { 20800 "version": "29.6.3", 20801 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", 20802 "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" 20803 } 20804 } 20805 }, 20806 "@jest/fake-timers": { 20807 "version": "27.5.1", 20808 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", 20809 "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", 20810 "requires": { 20811 "@jest/types": "^27.5.1", 20812 "@sinonjs/fake-timers": "^8.0.1", 20813 "@types/node": "*", 20814 "jest-message-util": "^27.5.1", 20815 "jest-mock": "^27.5.1", 20816 "jest-util": "^27.5.1" 20817 } 20818 }, 20819 "@jest/globals": { 20820 "version": "27.5.1", 20821 "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", 20822 "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", 20823 "requires": { 20824 "@jest/environment": "^27.5.1", 20825 "@jest/types": "^27.5.1", 20826 "expect": "^27.5.1" 20827 } 20828 }, 20829 "@jest/reporters": { 20830 "version": "27.5.1", 20831 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", 20832 "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", 20833 "requires": { 20834 "@bcoe/v8-coverage": "^0.2.3", 20835 "@jest/console": "^27.5.1", 20836 "@jest/test-result": "^27.5.1", 20837 "@jest/transform": "^27.5.1", 20838 "@jest/types": "^27.5.1", 20839 "@types/node": "*", 20840 "chalk": "^4.0.0", 20841 "collect-v8-coverage": "^1.0.0", 20842 "exit": "^0.1.2", 20843 "glob": "^7.1.2", 20844 "graceful-fs": "^4.2.9", 20845 "istanbul-lib-coverage": "^3.0.0", 20846 "istanbul-lib-instrument": "^5.1.0", 20847 "istanbul-lib-report": "^3.0.0", 20848 "istanbul-lib-source-maps": "^4.0.0", 20849 "istanbul-reports": "^3.1.3", 20850 "jest-haste-map": "^27.5.1", 20851 "jest-resolve": "^27.5.1", 20852 "jest-util": "^27.5.1", 20853 "jest-worker": "^27.5.1", 20854 "slash": "^3.0.0", 20855 "source-map": "^0.6.0", 20856 "string-length": "^4.0.1", 20857 "terminal-link": "^2.0.0", 20858 "v8-to-istanbul": "^8.1.0" 20859 }, 20860 "dependencies": { 20861 "ansi-styles": { 20862 "version": "4.3.0", 20863 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 20864 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 20865 "requires": { 20866 "color-convert": "^2.0.1" 20867 } 20868 }, 20869 "chalk": { 20870 "version": "4.1.2", 20871 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 20872 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 20873 "requires": { 20874 "ansi-styles": "^4.1.0", 20875 "supports-color": "^7.1.0" 20876 } 20877 }, 20878 "color-convert": { 20879 "version": "2.0.1", 20880 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 20881 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 20882 "requires": { 20883 "color-name": "~1.1.4" 20884 } 20885 }, 20886 "color-name": { 20887 "version": "1.1.4", 20888 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 20889 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 20890 }, 20891 "has-flag": { 20892 "version": "4.0.0", 20893 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 20894 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 20895 }, 20896 "source-map": { 20897 "version": "0.6.1", 20898 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 20899 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 20900 }, 20901 "supports-color": { 20902 "version": "7.2.0", 20903 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 20904 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 20905 "requires": { 20906 "has-flag": "^4.0.0" 20907 } 20908 } 20909 } 20910 }, 20911 "@jest/schemas": { 20912 "version": "28.1.3", 20913 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", 20914 "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", 20915 "requires": { 20916 "@sinclair/typebox": "^0.24.1" 20917 } 20918 }, 20919 "@jest/source-map": { 20920 "version": "27.5.1", 20921 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", 20922 "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", 20923 "requires": { 20924 "callsites": "^3.0.0", 20925 "graceful-fs": "^4.2.9", 20926 "source-map": "^0.6.0" 20927 }, 20928 "dependencies": { 20929 "source-map": { 20930 "version": "0.6.1", 20931 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 20932 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 20933 } 20934 } 20935 }, 20936 "@jest/test-result": { 20937 "version": "27.5.1", 20938 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", 20939 "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", 20940 "requires": { 20941 "@jest/console": "^27.5.1", 20942 "@jest/types": "^27.5.1", 20943 "@types/istanbul-lib-coverage": "^2.0.0", 20944 "collect-v8-coverage": "^1.0.0" 20945 } 20946 }, 20947 "@jest/test-sequencer": { 20948 "version": "27.5.1", 20949 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", 20950 "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", 20951 "requires": { 20952 "@jest/test-result": "^27.5.1", 20953 "graceful-fs": "^4.2.9", 20954 "jest-haste-map": "^27.5.1", 20955 "jest-runtime": "^27.5.1" 20956 } 20957 }, 20958 "@jest/transform": { 20959 "version": "27.5.1", 20960 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", 20961 "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", 20962 "requires": { 20963 "@babel/core": "^7.1.0", 20964 "@jest/types": "^27.5.1", 20965 "babel-plugin-istanbul": "^6.1.1", 20966 "chalk": "^4.0.0", 20967 "convert-source-map": "^1.4.0", 20968 "fast-json-stable-stringify": "^2.0.0", 20969 "graceful-fs": "^4.2.9", 20970 "jest-haste-map": "^27.5.1", 20971 "jest-regex-util": "^27.5.1", 20972 "jest-util": "^27.5.1", 20973 "micromatch": "^4.0.4", 20974 "pirates": "^4.0.4", 20975 "slash": "^3.0.0", 20976 "source-map": "^0.6.1", 20977 "write-file-atomic": "^3.0.0" 20978 }, 20979 "dependencies": { 20980 "ansi-styles": { 20981 "version": "4.3.0", 20982 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 20983 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 20984 "requires": { 20985 "color-convert": "^2.0.1" 20986 } 20987 }, 20988 "chalk": { 20989 "version": "4.1.2", 20990 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 20991 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 20992 "requires": { 20993 "ansi-styles": "^4.1.0", 20994 "supports-color": "^7.1.0" 20995 } 20996 }, 20997 "color-convert": { 20998 "version": "2.0.1", 20999 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 21000 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 21001 "requires": { 21002 "color-name": "~1.1.4" 21003 } 21004 }, 21005 "color-name": { 21006 "version": "1.1.4", 21007 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 21008 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 21009 }, 21010 "convert-source-map": { 21011 "version": "1.9.0", 21012 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", 21013 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" 21014 }, 21015 "has-flag": { 21016 "version": "4.0.0", 21017 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 21018 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 21019 }, 21020 "source-map": { 21021 "version": "0.6.1", 21022 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 21023 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 21024 }, 21025 "supports-color": { 21026 "version": "7.2.0", 21027 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 21028 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 21029 "requires": { 21030 "has-flag": "^4.0.0" 21031 } 21032 } 21033 } 21034 }, 21035 "@jest/types": { 21036 "version": "27.5.1", 21037 "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", 21038 "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", 21039 "requires": { 21040 "@types/istanbul-lib-coverage": "^2.0.0", 21041 "@types/istanbul-reports": "^3.0.0", 21042 "@types/node": "*", 21043 "@types/yargs": "^16.0.0", 21044 "chalk": "^4.0.0" 21045 }, 21046 "dependencies": { 21047 "ansi-styles": { 21048 "version": "4.3.0", 21049 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 21050 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 21051 "requires": { 21052 "color-convert": "^2.0.1" 21053 } 21054 }, 21055 "chalk": { 21056 "version": "4.1.2", 21057 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 21058 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 21059 "requires": { 21060 "ansi-styles": "^4.1.0", 21061 "supports-color": "^7.1.0" 21062 } 21063 }, 21064 "color-convert": { 21065 "version": "2.0.1", 21066 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 21067 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 21068 "requires": { 21069 "color-name": "~1.1.4" 21070 } 21071 }, 21072 "color-name": { 21073 "version": "1.1.4", 21074 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 21075 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 21076 }, 21077 "has-flag": { 21078 "version": "4.0.0", 21079 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 21080 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 21081 }, 21082 "supports-color": { 21083 "version": "7.2.0", 21084 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 21085 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 21086 "requires": { 21087 "has-flag": "^4.0.0" 21088 } 21089 } 21090 } 21091 }, 21092 "@jridgewell/gen-mapping": { 21093 "version": "0.3.3", 21094 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", 21095 "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", 21096 "requires": { 21097 "@jridgewell/set-array": "^1.0.1", 21098 "@jridgewell/sourcemap-codec": "^1.4.10", 21099 "@jridgewell/trace-mapping": "^0.3.9" 21100 } 21101 }, 21102 "@jridgewell/resolve-uri": { 21103 "version": "3.1.1", 21104 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", 21105 "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==" 21106 }, 21107 "@jridgewell/set-array": { 21108 "version": "1.1.2", 21109 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", 21110 "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==" 21111 }, 21112 "@jridgewell/source-map": { 21113 "version": "0.3.5", 21114 "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", 21115 "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", 21116 "requires": { 21117 "@jridgewell/gen-mapping": "^0.3.0", 21118 "@jridgewell/trace-mapping": "^0.3.9" 21119 } 21120 }, 21121 "@jridgewell/sourcemap-codec": { 21122 "version": "1.4.15", 21123 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", 21124 "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" 21125 }, 21126 "@jridgewell/trace-mapping": { 21127 "version": "0.3.22", 21128 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz", 21129 "integrity": "sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==", 21130 "requires": { 21131 "@jridgewell/resolve-uri": "^3.1.0", 21132 "@jridgewell/sourcemap-codec": "^1.4.14" 21133 } 21134 }, 21135 "@leichtgewicht/ip-codec": { 21136 "version": "2.0.4", 21137 "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", 21138 "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" 21139 }, 21140 "@nicolo-ribaudo/eslint-scope-5-internals": { 21141 "version": "5.1.1-v1", 21142 "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", 21143 "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", 21144 "requires": { 21145 "eslint-scope": "5.1.1" 21146 }, 21147 "dependencies": { 21148 "eslint-scope": { 21149 "version": "5.1.1", 21150 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", 21151 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", 21152 "requires": { 21153 "esrecurse": "^4.3.0", 21154 "estraverse": "^4.1.1" 21155 } 21156 }, 21157 "estraverse": { 21158 "version": "4.3.0", 21159 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 21160 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" 21161 } 21162 } 21163 }, 21164 "@nodelib/fs.scandir": { 21165 "version": "2.1.5", 21166 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 21167 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 21168 "requires": { 21169 "@nodelib/fs.stat": "2.0.5", 21170 "run-parallel": "^1.1.9" 21171 } 21172 }, 21173 "@nodelib/fs.stat": { 21174 "version": "2.0.5", 21175 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 21176 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" 21177 }, 21178 "@nodelib/fs.walk": { 21179 "version": "1.2.8", 21180 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 21181 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 21182 "requires": { 21183 "@nodelib/fs.scandir": "2.1.5", 21184 "fastq": "^1.6.0" 21185 } 21186 }, 21187 "@pkgjs/parseargs": { 21188 "version": "0.11.0", 21189 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", 21190 "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", 21191 "optional": true 21192 }, 21193 "@pmmmwh/react-refresh-webpack-plugin": { 21194 "version": "0.5.11", 21195 "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.11.tgz", 21196 "integrity": "sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==", 21197 "requires": { 21198 "ansi-html-community": "^0.0.8", 21199 "common-path-prefix": "^3.0.0", 21200 "core-js-pure": "^3.23.3", 21201 "error-stack-parser": "^2.0.6", 21202 "find-up": "^5.0.0", 21203 "html-entities": "^2.1.0", 21204 "loader-utils": "^2.0.4", 21205 "schema-utils": "^3.0.0", 21206 "source-map": "^0.7.3" 21207 } 21208 }, 21209 "@rollup/plugin-babel": { 21210 "version": "5.3.1", 21211 "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", 21212 "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", 21213 "requires": { 21214 "@babel/helper-module-imports": "^7.10.4", 21215 "@rollup/pluginutils": "^3.1.0" 21216 } 21217 }, 21218 "@rollup/plugin-node-resolve": { 21219 "version": "11.2.1", 21220 "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz", 21221 "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", 21222 "requires": { 21223 "@rollup/pluginutils": "^3.1.0", 21224 "@types/resolve": "1.17.1", 21225 "builtin-modules": "^3.1.0", 21226 "deepmerge": "^4.2.2", 21227 "is-module": "^1.0.0", 21228 "resolve": "^1.19.0" 21229 } 21230 }, 21231 "@rollup/plugin-replace": { 21232 "version": "2.4.2", 21233 "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", 21234 "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", 21235 "requires": { 21236 "@rollup/pluginutils": "^3.1.0", 21237 "magic-string": "^0.25.7" 21238 } 21239 }, 21240 "@rollup/pluginutils": { 21241 "version": "3.1.0", 21242 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", 21243 "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", 21244 "requires": { 21245 "@types/estree": "0.0.39", 21246 "estree-walker": "^1.0.1", 21247 "picomatch": "^2.2.2" 21248 }, 21249 "dependencies": { 21250 "@types/estree": { 21251 "version": "0.0.39", 21252 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", 21253 "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" 21254 } 21255 } 21256 }, 21257 "@rushstack/eslint-patch": { 21258 "version": "1.7.2", 21259 "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.7.2.tgz", 21260 "integrity": "sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA==" 21261 }, 21262 "@sinclair/typebox": { 21263 "version": "0.24.51", 21264 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", 21265 "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==" 21266 }, 21267 "@sinonjs/commons": { 21268 "version": "1.8.6", 21269 "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", 21270 "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", 21271 "requires": { 21272 "type-detect": "4.0.8" 21273 } 21274 }, 21275 "@sinonjs/fake-timers": { 21276 "version": "8.1.0", 21277 "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", 21278 "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", 21279 "requires": { 21280 "@sinonjs/commons": "^1.7.0" 21281 } 21282 }, 21283 "@surma/rollup-plugin-off-main-thread": { 21284 "version": "2.2.3", 21285 "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", 21286 "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", 21287 "requires": { 21288 "ejs": "^3.1.6", 21289 "json5": "^2.2.0", 21290 "magic-string": "^0.25.0", 21291 "string.prototype.matchall": "^4.0.6" 21292 } 21293 }, 21294 "@svgr/babel-plugin-add-jsx-attribute": { 21295 "version": "5.4.0", 21296 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", 21297 "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==" 21298 }, 21299 "@svgr/babel-plugin-remove-jsx-attribute": { 21300 "version": "5.4.0", 21301 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", 21302 "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==" 21303 }, 21304 "@svgr/babel-plugin-remove-jsx-empty-expression": { 21305 "version": "5.0.1", 21306 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", 21307 "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==" 21308 }, 21309 "@svgr/babel-plugin-replace-jsx-attribute-value": { 21310 "version": "5.0.1", 21311 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", 21312 "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==" 21313 }, 21314 "@svgr/babel-plugin-svg-dynamic-title": { 21315 "version": "5.4.0", 21316 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", 21317 "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==" 21318 }, 21319 "@svgr/babel-plugin-svg-em-dimensions": { 21320 "version": "5.4.0", 21321 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", 21322 "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==" 21323 }, 21324 "@svgr/babel-plugin-transform-react-native-svg": { 21325 "version": "5.4.0", 21326 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", 21327 "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==" 21328 }, 21329 "@svgr/babel-plugin-transform-svg-component": { 21330 "version": "5.5.0", 21331 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", 21332 "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==" 21333 }, 21334 "@svgr/babel-preset": { 21335 "version": "5.5.0", 21336 "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", 21337 "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", 21338 "requires": { 21339 "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", 21340 "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", 21341 "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", 21342 "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", 21343 "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", 21344 "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", 21345 "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", 21346 "@svgr/babel-plugin-transform-svg-component": "^5.5.0" 21347 } 21348 }, 21349 "@svgr/core": { 21350 "version": "5.5.0", 21351 "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", 21352 "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", 21353 "requires": { 21354 "@svgr/plugin-jsx": "^5.5.0", 21355 "camelcase": "^6.2.0", 21356 "cosmiconfig": "^7.0.0" 21357 } 21358 }, 21359 "@svgr/hast-util-to-babel-ast": { 21360 "version": "5.5.0", 21361 "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", 21362 "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", 21363 "requires": { 21364 "@babel/types": "^7.12.6" 21365 } 21366 }, 21367 "@svgr/plugin-jsx": { 21368 "version": "5.5.0", 21369 "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", 21370 "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", 21371 "requires": { 21372 "@babel/core": "^7.12.3", 21373 "@svgr/babel-preset": "^5.5.0", 21374 "@svgr/hast-util-to-babel-ast": "^5.5.0", 21375 "svg-parser": "^2.0.2" 21376 } 21377 }, 21378 "@svgr/plugin-svgo": { 21379 "version": "5.5.0", 21380 "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", 21381 "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", 21382 "requires": { 21383 "cosmiconfig": "^7.0.0", 21384 "deepmerge": "^4.2.2", 21385 "svgo": "^1.2.2" 21386 } 21387 }, 21388 "@svgr/webpack": { 21389 "version": "5.5.0", 21390 "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", 21391 "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", 21392 "requires": { 21393 "@babel/core": "^7.12.3", 21394 "@babel/plugin-transform-react-constant-elements": "^7.12.1", 21395 "@babel/preset-env": "^7.12.1", 21396 "@babel/preset-react": "^7.12.5", 21397 "@svgr/core": "^5.5.0", 21398 "@svgr/plugin-jsx": "^5.5.0", 21399 "@svgr/plugin-svgo": "^5.5.0", 21400 "loader-utils": "^2.0.0" 21401 } 21402 }, 21403 "@testing-library/dom": { 21404 "version": "9.3.4", 21405 "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.4.tgz", 21406 "integrity": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==", 21407 "peer": true, 21408 "requires": { 21409 "@babel/code-frame": "^7.10.4", 21410 "@babel/runtime": "^7.12.5", 21411 "@types/aria-query": "^5.0.1", 21412 "aria-query": "5.1.3", 21413 "chalk": "^4.1.0", 21414 "dom-accessibility-api": "^0.5.9", 21415 "lz-string": "^1.5.0", 21416 "pretty-format": "^27.0.2" 21417 }, 21418 "dependencies": { 21419 "ansi-styles": { 21420 "version": "4.3.0", 21421 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 21422 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 21423 "peer": true, 21424 "requires": { 21425 "color-convert": "^2.0.1" 21426 } 21427 }, 21428 "aria-query": { 21429 "version": "5.1.3", 21430 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", 21431 "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", 21432 "peer": true, 21433 "requires": { 21434 "deep-equal": "^2.0.5" 21435 } 21436 }, 21437 "chalk": { 21438 "version": "4.1.2", 21439 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 21440 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 21441 "peer": true, 21442 "requires": { 21443 "ansi-styles": "^4.1.0", 21444 "supports-color": "^7.1.0" 21445 } 21446 }, 21447 "color-convert": { 21448 "version": "2.0.1", 21449 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 21450 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 21451 "peer": true, 21452 "requires": { 21453 "color-name": "~1.1.4" 21454 } 21455 }, 21456 "color-name": { 21457 "version": "1.1.4", 21458 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 21459 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 21460 "peer": true 21461 }, 21462 "has-flag": { 21463 "version": "4.0.0", 21464 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 21465 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 21466 "peer": true 21467 }, 21468 "supports-color": { 21469 "version": "7.2.0", 21470 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 21471 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 21472 "peer": true, 21473 "requires": { 21474 "has-flag": "^4.0.0" 21475 } 21476 } 21477 } 21478 }, 21479 "@testing-library/jest-dom": { 21480 "version": "5.17.0", 21481 "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz", 21482 "integrity": "sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==", 21483 "requires": { 21484 "@adobe/css-tools": "^4.0.1", 21485 "@babel/runtime": "^7.9.2", 21486 "@types/testing-library__jest-dom": "^5.9.1", 21487 "aria-query": "^5.0.0", 21488 "chalk": "^3.0.0", 21489 "css.escape": "^1.5.1", 21490 "dom-accessibility-api": "^0.5.6", 21491 "lodash": "^4.17.15", 21492 "redent": "^3.0.0" 21493 }, 21494 "dependencies": { 21495 "ansi-styles": { 21496 "version": "4.3.0", 21497 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 21498 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 21499 "requires": { 21500 "color-convert": "^2.0.1" 21501 } 21502 }, 21503 "chalk": { 21504 "version": "3.0.0", 21505 "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", 21506 "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", 21507 "requires": { 21508 "ansi-styles": "^4.1.0", 21509 "supports-color": "^7.1.0" 21510 } 21511 }, 21512 "color-convert": { 21513 "version": "2.0.1", 21514 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 21515 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 21516 "requires": { 21517 "color-name": "~1.1.4" 21518 } 21519 }, 21520 "color-name": { 21521 "version": "1.1.4", 21522 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 21523 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 21524 }, 21525 "has-flag": { 21526 "version": "4.0.0", 21527 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 21528 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 21529 }, 21530 "supports-color": { 21531 "version": "7.2.0", 21532 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 21533 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 21534 "requires": { 21535 "has-flag": "^4.0.0" 21536 } 21537 } 21538 } 21539 }, 21540 "@testing-library/react": { 21541 "version": "13.4.0", 21542 "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.4.0.tgz", 21543 "integrity": "sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==", 21544 "requires": { 21545 "@babel/runtime": "^7.12.5", 21546 "@testing-library/dom": "^8.5.0", 21547 "@types/react-dom": "^18.0.0" 21548 }, 21549 "dependencies": { 21550 "@testing-library/dom": { 21551 "version": "8.20.1", 21552 "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.1.tgz", 21553 "integrity": "sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==", 21554 "requires": { 21555 "@babel/code-frame": "^7.10.4", 21556 "@babel/runtime": "^7.12.5", 21557 "@types/aria-query": "^5.0.1", 21558 "aria-query": "5.1.3", 21559 "chalk": "^4.1.0", 21560 "dom-accessibility-api": "^0.5.9", 21561 "lz-string": "^1.5.0", 21562 "pretty-format": "^27.0.2" 21563 } 21564 }, 21565 "ansi-styles": { 21566 "version": "4.3.0", 21567 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 21568 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 21569 "requires": { 21570 "color-convert": "^2.0.1" 21571 } 21572 }, 21573 "aria-query": { 21574 "version": "5.1.3", 21575 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", 21576 "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", 21577 "requires": { 21578 "deep-equal": "^2.0.5" 21579 } 21580 }, 21581 "chalk": { 21582 "version": "4.1.2", 21583 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 21584 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 21585 "requires": { 21586 "ansi-styles": "^4.1.0", 21587 "supports-color": "^7.1.0" 21588 } 21589 }, 21590 "color-convert": { 21591 "version": "2.0.1", 21592 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 21593 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 21594 "requires": { 21595 "color-name": "~1.1.4" 21596 } 21597 }, 21598 "color-name": { 21599 "version": "1.1.4", 21600 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 21601 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 21602 }, 21603 "has-flag": { 21604 "version": "4.0.0", 21605 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 21606 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 21607 }, 21608 "supports-color": { 21609 "version": "7.2.0", 21610 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 21611 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 21612 "requires": { 21613 "has-flag": "^4.0.0" 21614 } 21615 } 21616 } 21617 }, 21618 "@testing-library/user-event": { 21619 "version": "13.5.0", 21620 "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", 21621 "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", 21622 "requires": { 21623 "@babel/runtime": "^7.12.5" 21624 } 21625 }, 21626 "@tootallnate/once": { 21627 "version": "1.1.2", 21628 "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", 21629 "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" 21630 }, 21631 "@trysound/sax": { 21632 "version": "0.2.0", 21633 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", 21634 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" 21635 }, 21636 "@types/aria-query": { 21637 "version": "5.0.4", 21638 "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", 21639 "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" 21640 }, 21641 "@types/babel__core": { 21642 "version": "7.20.5", 21643 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", 21644 "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", 21645 "requires": { 21646 "@babel/parser": "^7.20.7", 21647 "@babel/types": "^7.20.7", 21648 "@types/babel__generator": "*", 21649 "@types/babel__template": "*", 21650 "@types/babel__traverse": "*" 21651 } 21652 }, 21653 "@types/babel__generator": { 21654 "version": "7.6.8", 21655 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", 21656 "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", 21657 "requires": { 21658 "@babel/types": "^7.0.0" 21659 } 21660 }, 21661 "@types/babel__template": { 21662 "version": "7.4.4", 21663 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", 21664 "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", 21665 "requires": { 21666 "@babel/parser": "^7.1.0", 21667 "@babel/types": "^7.0.0" 21668 } 21669 }, 21670 "@types/babel__traverse": { 21671 "version": "7.20.5", 21672 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", 21673 "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", 21674 "requires": { 21675 "@babel/types": "^7.20.7" 21676 } 21677 }, 21678 "@types/body-parser": { 21679 "version": "1.19.5", 21680 "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", 21681 "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", 21682 "requires": { 21683 "@types/connect": "*", 21684 "@types/node": "*" 21685 } 21686 }, 21687 "@types/bonjour": { 21688 "version": "3.5.13", 21689 "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", 21690 "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", 21691 "requires": { 21692 "@types/node": "*" 21693 } 21694 }, 21695 "@types/connect": { 21696 "version": "3.4.38", 21697 "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", 21698 "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", 21699 "requires": { 21700 "@types/node": "*" 21701 } 21702 }, 21703 "@types/connect-history-api-fallback": { 21704 "version": "1.5.4", 21705 "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", 21706 "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", 21707 "requires": { 21708 "@types/express-serve-static-core": "*", 21709 "@types/node": "*" 21710 } 21711 }, 21712 "@types/eslint": { 21713 "version": "8.56.2", 21714 "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.2.tgz", 21715 "integrity": "sha512-uQDwm1wFHmbBbCZCqAlq6Do9LYwByNZHWzXppSnay9SuwJ+VRbjkbLABer54kcPnMSlG6Fdiy2yaFXm/z9Z5gw==", 21716 "requires": { 21717 "@types/estree": "*", 21718 "@types/json-schema": "*" 21719 } 21720 }, 21721 "@types/eslint-scope": { 21722 "version": "3.7.7", 21723 "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", 21724 "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", 21725 "requires": { 21726 "@types/eslint": "*", 21727 "@types/estree": "*" 21728 } 21729 }, 21730 "@types/estree": { 21731 "version": "1.0.5", 21732 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", 21733 "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" 21734 }, 21735 "@types/express": { 21736 "version": "4.17.21", 21737 "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", 21738 "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", 21739 "requires": { 21740 "@types/body-parser": "*", 21741 "@types/express-serve-static-core": "^4.17.33", 21742 "@types/qs": "*", 21743 "@types/serve-static": "*" 21744 } 21745 }, 21746 "@types/express-serve-static-core": { 21747 "version": "4.17.43", 21748 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz", 21749 "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==", 21750 "requires": { 21751 "@types/node": "*", 21752 "@types/qs": "*", 21753 "@types/range-parser": "*", 21754 "@types/send": "*" 21755 } 21756 }, 21757 "@types/graceful-fs": { 21758 "version": "4.1.9", 21759 "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", 21760 "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", 21761 "requires": { 21762 "@types/node": "*" 21763 } 21764 }, 21765 "@types/html-minifier-terser": { 21766 "version": "6.1.0", 21767 "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", 21768 "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" 21769 }, 21770 "@types/http-errors": { 21771 "version": "2.0.4", 21772 "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", 21773 "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==" 21774 }, 21775 "@types/http-proxy": { 21776 "version": "1.17.14", 21777 "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", 21778 "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", 21779 "requires": { 21780 "@types/node": "*" 21781 } 21782 }, 21783 "@types/istanbul-lib-coverage": { 21784 "version": "2.0.6", 21785 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", 21786 "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" 21787 }, 21788 "@types/istanbul-lib-report": { 21789 "version": "3.0.3", 21790 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", 21791 "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", 21792 "requires": { 21793 "@types/istanbul-lib-coverage": "*" 21794 } 21795 }, 21796 "@types/istanbul-reports": { 21797 "version": "3.0.4", 21798 "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", 21799 "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", 21800 "requires": { 21801 "@types/istanbul-lib-report": "*" 21802 } 21803 }, 21804 "@types/jest": { 21805 "version": "29.5.12", 21806 "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", 21807 "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", 21808 "requires": { 21809 "expect": "^29.0.0", 21810 "pretty-format": "^29.0.0" 21811 }, 21812 "dependencies": { 21813 "@jest/schemas": { 21814 "version": "29.6.3", 21815 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", 21816 "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", 21817 "requires": { 21818 "@sinclair/typebox": "^0.27.8" 21819 } 21820 }, 21821 "@jest/types": { 21822 "version": "29.6.3", 21823 "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", 21824 "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", 21825 "requires": { 21826 "@jest/schemas": "^29.6.3", 21827 "@types/istanbul-lib-coverage": "^2.0.0", 21828 "@types/istanbul-reports": "^3.0.0", 21829 "@types/node": "*", 21830 "@types/yargs": "^17.0.8", 21831 "chalk": "^4.0.0" 21832 } 21833 }, 21834 "@sinclair/typebox": { 21835 "version": "0.27.8", 21836 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", 21837 "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" 21838 }, 21839 "@types/yargs": { 21840 "version": "17.0.32", 21841 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", 21842 "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", 21843 "requires": { 21844 "@types/yargs-parser": "*" 21845 } 21846 }, 21847 "ansi-styles": { 21848 "version": "4.3.0", 21849 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 21850 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 21851 "requires": { 21852 "color-convert": "^2.0.1" 21853 } 21854 }, 21855 "chalk": { 21856 "version": "4.1.2", 21857 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 21858 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 21859 "requires": { 21860 "ansi-styles": "^4.1.0", 21861 "supports-color": "^7.1.0" 21862 } 21863 }, 21864 "color-convert": { 21865 "version": "2.0.1", 21866 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 21867 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 21868 "requires": { 21869 "color-name": "~1.1.4" 21870 } 21871 }, 21872 "color-name": { 21873 "version": "1.1.4", 21874 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 21875 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 21876 }, 21877 "diff-sequences": { 21878 "version": "29.6.3", 21879 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", 21880 "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" 21881 }, 21882 "expect": { 21883 "version": "29.7.0", 21884 "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", 21885 "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", 21886 "requires": { 21887 "@jest/expect-utils": "^29.7.0", 21888 "jest-get-type": "^29.6.3", 21889 "jest-matcher-utils": "^29.7.0", 21890 "jest-message-util": "^29.7.0", 21891 "jest-util": "^29.7.0" 21892 } 21893 }, 21894 "has-flag": { 21895 "version": "4.0.0", 21896 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 21897 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 21898 }, 21899 "jest-diff": { 21900 "version": "29.7.0", 21901 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", 21902 "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", 21903 "requires": { 21904 "chalk": "^4.0.0", 21905 "diff-sequences": "^29.6.3", 21906 "jest-get-type": "^29.6.3", 21907 "pretty-format": "^29.7.0" 21908 } 21909 }, 21910 "jest-get-type": { 21911 "version": "29.6.3", 21912 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", 21913 "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" 21914 }, 21915 "jest-matcher-utils": { 21916 "version": "29.7.0", 21917 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", 21918 "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", 21919 "requires": { 21920 "chalk": "^4.0.0", 21921 "jest-diff": "^29.7.0", 21922 "jest-get-type": "^29.6.3", 21923 "pretty-format": "^29.7.0" 21924 } 21925 }, 21926 "jest-message-util": { 21927 "version": "29.7.0", 21928 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", 21929 "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", 21930 "requires": { 21931 "@babel/code-frame": "^7.12.13", 21932 "@jest/types": "^29.6.3", 21933 "@types/stack-utils": "^2.0.0", 21934 "chalk": "^4.0.0", 21935 "graceful-fs": "^4.2.9", 21936 "micromatch": "^4.0.4", 21937 "pretty-format": "^29.7.0", 21938 "slash": "^3.0.0", 21939 "stack-utils": "^2.0.3" 21940 } 21941 }, 21942 "jest-util": { 21943 "version": "29.7.0", 21944 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", 21945 "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", 21946 "requires": { 21947 "@jest/types": "^29.6.3", 21948 "@types/node": "*", 21949 "chalk": "^4.0.0", 21950 "ci-info": "^3.2.0", 21951 "graceful-fs": "^4.2.9", 21952 "picomatch": "^2.2.3" 21953 } 21954 }, 21955 "pretty-format": { 21956 "version": "29.7.0", 21957 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", 21958 "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", 21959 "requires": { 21960 "@jest/schemas": "^29.6.3", 21961 "ansi-styles": "^5.0.0", 21962 "react-is": "^18.0.0" 21963 }, 21964 "dependencies": { 21965 "ansi-styles": { 21966 "version": "5.2.0", 21967 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", 21968 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" 21969 } 21970 } 21971 }, 21972 "react-is": { 21973 "version": "18.2.0", 21974 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", 21975 "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" 21976 }, 21977 "supports-color": { 21978 "version": "7.2.0", 21979 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 21980 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 21981 "requires": { 21982 "has-flag": "^4.0.0" 21983 } 21984 } 21985 } 21986 }, 21987 "@types/json-schema": { 21988 "version": "7.0.15", 21989 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", 21990 "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" 21991 }, 21992 "@types/json5": { 21993 "version": "0.0.29", 21994 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", 21995 "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" 21996 }, 21997 "@types/mime": { 21998 "version": "1.3.5", 21999 "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", 22000 "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" 22001 }, 22002 "@types/node": { 22003 "version": "20.11.17", 22004 "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz", 22005 "integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==", 22006 "requires": { 22007 "undici-types": "~5.26.4" 22008 } 22009 }, 22010 "@types/node-forge": { 22011 "version": "1.3.11", 22012 "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", 22013 "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", 22014 "requires": { 22015 "@types/node": "*" 22016 } 22017 }, 22018 "@types/parse-json": { 22019 "version": "4.0.2", 22020 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", 22021 "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" 22022 }, 22023 "@types/prettier": { 22024 "version": "2.7.3", 22025 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", 22026 "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==" 22027 }, 22028 "@types/prop-types": { 22029 "version": "15.7.11", 22030 "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz", 22031 "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" 22032 }, 22033 "@types/q": { 22034 "version": "1.5.8", 22035 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz", 22036 "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==" 22037 }, 22038 "@types/qs": { 22039 "version": "6.9.11", 22040 "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.11.tgz", 22041 "integrity": "sha512-oGk0gmhnEJK4Yyk+oI7EfXsLayXatCWPHary1MtcmbAifkobT9cM9yutG/hZKIseOU0MqbIwQ/u2nn/Gb+ltuQ==" 22042 }, 22043 "@types/range-parser": { 22044 "version": "1.2.7", 22045 "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", 22046 "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" 22047 }, 22048 "@types/react": { 22049 "version": "18.2.55", 22050 "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.55.tgz", 22051 "integrity": "sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==", 22052 "requires": { 22053 "@types/prop-types": "*", 22054 "@types/scheduler": "*", 22055 "csstype": "^3.0.2" 22056 } 22057 }, 22058 "@types/react-dom": { 22059 "version": "18.2.19", 22060 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz", 22061 "integrity": "sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==", 22062 "requires": { 22063 "@types/react": "*" 22064 } 22065 }, 22066 "@types/resolve": { 22067 "version": "1.17.1", 22068 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", 22069 "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", 22070 "requires": { 22071 "@types/node": "*" 22072 } 22073 }, 22074 "@types/retry": { 22075 "version": "0.12.0", 22076 "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", 22077 "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" 22078 }, 22079 "@types/scheduler": { 22080 "version": "0.16.8", 22081 "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", 22082 "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" 22083 }, 22084 "@types/semver": { 22085 "version": "7.5.6", 22086 "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz", 22087 "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==" 22088 }, 22089 "@types/send": { 22090 "version": "0.17.4", 22091 "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", 22092 "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", 22093 "requires": { 22094 "@types/mime": "^1", 22095 "@types/node": "*" 22096 } 22097 }, 22098 "@types/serve-index": { 22099 "version": "1.9.4", 22100 "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", 22101 "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", 22102 "requires": { 22103 "@types/express": "*" 22104 } 22105 }, 22106 "@types/serve-static": { 22107 "version": "1.15.5", 22108 "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz", 22109 "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==", 22110 "requires": { 22111 "@types/http-errors": "*", 22112 "@types/mime": "*", 22113 "@types/node": "*" 22114 } 22115 }, 22116 "@types/sockjs": { 22117 "version": "0.3.36", 22118 "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", 22119 "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", 22120 "requires": { 22121 "@types/node": "*" 22122 } 22123 }, 22124 "@types/stack-utils": { 22125 "version": "2.0.3", 22126 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", 22127 "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" 22128 }, 22129 "@types/testing-library__jest-dom": { 22130 "version": "5.14.9", 22131 "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz", 22132 "integrity": "sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==", 22133 "requires": { 22134 "@types/jest": "*" 22135 } 22136 }, 22137 "@types/trusted-types": { 22138 "version": "2.0.7", 22139 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", 22140 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" 22141 }, 22142 "@types/ws": { 22143 "version": "8.5.10", 22144 "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", 22145 "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", 22146 "requires": { 22147 "@types/node": "*" 22148 } 22149 }, 22150 "@types/yargs": { 22151 "version": "16.0.9", 22152 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz", 22153 "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==", 22154 "requires": { 22155 "@types/yargs-parser": "*" 22156 } 22157 }, 22158 "@types/yargs-parser": { 22159 "version": "21.0.3", 22160 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", 22161 "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" 22162 }, 22163 "@typescript-eslint/eslint-plugin": { 22164 "version": "5.62.0", 22165 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", 22166 "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", 22167 "requires": { 22168 "@eslint-community/regexpp": "^4.4.0", 22169 "@typescript-eslint/scope-manager": "5.62.0", 22170 "@typescript-eslint/type-utils": "5.62.0", 22171 "@typescript-eslint/utils": "5.62.0", 22172 "debug": "^4.3.4", 22173 "graphemer": "^1.4.0", 22174 "ignore": "^5.2.0", 22175 "natural-compare-lite": "^1.4.0", 22176 "semver": "^7.3.7", 22177 "tsutils": "^3.21.0" 22178 } 22179 }, 22180 "@typescript-eslint/experimental-utils": { 22181 "version": "5.62.0", 22182 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz", 22183 "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==", 22184 "requires": { 22185 "@typescript-eslint/utils": "5.62.0" 22186 } 22187 }, 22188 "@typescript-eslint/parser": { 22189 "version": "5.62.0", 22190 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", 22191 "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", 22192 "requires": { 22193 "@typescript-eslint/scope-manager": "5.62.0", 22194 "@typescript-eslint/types": "5.62.0", 22195 "@typescript-eslint/typescript-estree": "5.62.0", 22196 "debug": "^4.3.4" 22197 } 22198 }, 22199 "@typescript-eslint/scope-manager": { 22200 "version": "5.62.0", 22201 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", 22202 "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", 22203 "requires": { 22204 "@typescript-eslint/types": "5.62.0", 22205 "@typescript-eslint/visitor-keys": "5.62.0" 22206 } 22207 }, 22208 "@typescript-eslint/type-utils": { 22209 "version": "5.62.0", 22210 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", 22211 "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", 22212 "requires": { 22213 "@typescript-eslint/typescript-estree": "5.62.0", 22214 "@typescript-eslint/utils": "5.62.0", 22215 "debug": "^4.3.4", 22216 "tsutils": "^3.21.0" 22217 } 22218 }, 22219 "@typescript-eslint/types": { 22220 "version": "5.62.0", 22221 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", 22222 "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==" 22223 }, 22224 "@typescript-eslint/typescript-estree": { 22225 "version": "5.62.0", 22226 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", 22227 "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", 22228 "requires": { 22229 "@typescript-eslint/types": "5.62.0", 22230 "@typescript-eslint/visitor-keys": "5.62.0", 22231 "debug": "^4.3.4", 22232 "globby": "^11.1.0", 22233 "is-glob": "^4.0.3", 22234 "semver": "^7.3.7", 22235 "tsutils": "^3.21.0" 22236 } 22237 }, 22238 "@typescript-eslint/utils": { 22239 "version": "5.62.0", 22240 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", 22241 "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", 22242 "requires": { 22243 "@eslint-community/eslint-utils": "^4.2.0", 22244 "@types/json-schema": "^7.0.9", 22245 "@types/semver": "^7.3.12", 22246 "@typescript-eslint/scope-manager": "5.62.0", 22247 "@typescript-eslint/types": "5.62.0", 22248 "@typescript-eslint/typescript-estree": "5.62.0", 22249 "eslint-scope": "^5.1.1", 22250 "semver": "^7.3.7" 22251 }, 22252 "dependencies": { 22253 "eslint-scope": { 22254 "version": "5.1.1", 22255 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", 22256 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", 22257 "requires": { 22258 "esrecurse": "^4.3.0", 22259 "estraverse": "^4.1.1" 22260 } 22261 }, 22262 "estraverse": { 22263 "version": "4.3.0", 22264 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 22265 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" 22266 } 22267 } 22268 }, 22269 "@typescript-eslint/visitor-keys": { 22270 "version": "5.62.0", 22271 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", 22272 "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", 22273 "requires": { 22274 "@typescript-eslint/types": "5.62.0", 22275 "eslint-visitor-keys": "^3.3.0" 22276 } 22277 }, 22278 "@ungap/structured-clone": { 22279 "version": "1.2.0", 22280 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", 22281 "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" 22282 }, 22283 "@webassemblyjs/ast": { 22284 "version": "1.11.6", 22285 "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", 22286 "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", 22287 "requires": { 22288 "@webassemblyjs/helper-numbers": "1.11.6", 22289 "@webassemblyjs/helper-wasm-bytecode": "1.11.6" 22290 } 22291 }, 22292 "@webassemblyjs/floating-point-hex-parser": { 22293 "version": "1.11.6", 22294 "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", 22295 "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" 22296 }, 22297 "@webassemblyjs/helper-api-error": { 22298 "version": "1.11.6", 22299 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", 22300 "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" 22301 }, 22302 "@webassemblyjs/helper-buffer": { 22303 "version": "1.11.6", 22304 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", 22305 "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==" 22306 }, 22307 "@webassemblyjs/helper-numbers": { 22308 "version": "1.11.6", 22309 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", 22310 "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", 22311 "requires": { 22312 "@webassemblyjs/floating-point-hex-parser": "1.11.6", 22313 "@webassemblyjs/helper-api-error": "1.11.6", 22314 "@xtuc/long": "4.2.2" 22315 } 22316 }, 22317 "@webassemblyjs/helper-wasm-bytecode": { 22318 "version": "1.11.6", 22319 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", 22320 "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" 22321 }, 22322 "@webassemblyjs/helper-wasm-section": { 22323 "version": "1.11.6", 22324 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", 22325 "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", 22326 "requires": { 22327 "@webassemblyjs/ast": "1.11.6", 22328 "@webassemblyjs/helper-buffer": "1.11.6", 22329 "@webassemblyjs/helper-wasm-bytecode": "1.11.6", 22330 "@webassemblyjs/wasm-gen": "1.11.6" 22331 } 22332 }, 22333 "@webassemblyjs/ieee754": { 22334 "version": "1.11.6", 22335 "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", 22336 "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", 22337 "requires": { 22338 "@xtuc/ieee754": "^1.2.0" 22339 } 22340 }, 22341 "@webassemblyjs/leb128": { 22342 "version": "1.11.6", 22343 "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", 22344 "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", 22345 "requires": { 22346 "@xtuc/long": "4.2.2" 22347 } 22348 }, 22349 "@webassemblyjs/utf8": { 22350 "version": "1.11.6", 22351 "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", 22352 "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" 22353 }, 22354 "@webassemblyjs/wasm-edit": { 22355 "version": "1.11.6", 22356 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", 22357 "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", 22358 "requires": { 22359 "@webassemblyjs/ast": "1.11.6", 22360 "@webassemblyjs/helper-buffer": "1.11.6", 22361 "@webassemblyjs/helper-wasm-bytecode": "1.11.6", 22362 "@webassemblyjs/helper-wasm-section": "1.11.6", 22363 "@webassemblyjs/wasm-gen": "1.11.6", 22364 "@webassemblyjs/wasm-opt": "1.11.6", 22365 "@webassemblyjs/wasm-parser": "1.11.6", 22366 "@webassemblyjs/wast-printer": "1.11.6" 22367 } 22368 }, 22369 "@webassemblyjs/wasm-gen": { 22370 "version": "1.11.6", 22371 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", 22372 "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", 22373 "requires": { 22374 "@webassemblyjs/ast": "1.11.6", 22375 "@webassemblyjs/helper-wasm-bytecode": "1.11.6", 22376 "@webassemblyjs/ieee754": "1.11.6", 22377 "@webassemblyjs/leb128": "1.11.6", 22378 "@webassemblyjs/utf8": "1.11.6" 22379 } 22380 }, 22381 "@webassemblyjs/wasm-opt": { 22382 "version": "1.11.6", 22383 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", 22384 "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", 22385 "requires": { 22386 "@webassemblyjs/ast": "1.11.6", 22387 "@webassemblyjs/helper-buffer": "1.11.6", 22388 "@webassemblyjs/wasm-gen": "1.11.6", 22389 "@webassemblyjs/wasm-parser": "1.11.6" 22390 } 22391 }, 22392 "@webassemblyjs/wasm-parser": { 22393 "version": "1.11.6", 22394 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", 22395 "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", 22396 "requires": { 22397 "@webassemblyjs/ast": "1.11.6", 22398 "@webassemblyjs/helper-api-error": "1.11.6", 22399 "@webassemblyjs/helper-wasm-bytecode": "1.11.6", 22400 "@webassemblyjs/ieee754": "1.11.6", 22401 "@webassemblyjs/leb128": "1.11.6", 22402 "@webassemblyjs/utf8": "1.11.6" 22403 } 22404 }, 22405 "@webassemblyjs/wast-printer": { 22406 "version": "1.11.6", 22407 "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", 22408 "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", 22409 "requires": { 22410 "@webassemblyjs/ast": "1.11.6", 22411 "@xtuc/long": "4.2.2" 22412 } 22413 }, 22414 "@xtuc/ieee754": { 22415 "version": "1.2.0", 22416 "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", 22417 "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" 22418 }, 22419 "@xtuc/long": { 22420 "version": "4.2.2", 22421 "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", 22422 "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" 22423 }, 22424 "abab": { 22425 "version": "2.0.6", 22426 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", 22427 "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==" 22428 }, 22429 "abort-controller": { 22430 "version": "3.0.0", 22431 "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", 22432 "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", 22433 "requires": { 22434 "event-target-shim": "^5.0.0" 22435 } 22436 }, 22437 "accepts": { 22438 "version": "1.3.8", 22439 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", 22440 "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", 22441 "requires": { 22442 "mime-types": "~2.1.34", 22443 "negotiator": "0.6.3" 22444 } 22445 }, 22446 "acorn": { 22447 "version": "8.11.3", 22448 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", 22449 "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==" 22450 }, 22451 "acorn-globals": { 22452 "version": "6.0.0", 22453 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", 22454 "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", 22455 "requires": { 22456 "acorn": "^7.1.1", 22457 "acorn-walk": "^7.1.1" 22458 }, 22459 "dependencies": { 22460 "acorn": { 22461 "version": "7.4.1", 22462 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", 22463 "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==" 22464 } 22465 } 22466 }, 22467 "acorn-import-assertions": { 22468 "version": "1.9.0", 22469 "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", 22470 "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", 22471 "requires": {} 22472 }, 22473 "acorn-jsx": { 22474 "version": "5.3.2", 22475 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 22476 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 22477 "requires": {} 22478 }, 22479 "acorn-walk": { 22480 "version": "7.2.0", 22481 "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", 22482 "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" 22483 }, 22484 "address": { 22485 "version": "1.2.2", 22486 "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", 22487 "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==" 22488 }, 22489 "adjust-sourcemap-loader": { 22490 "version": "4.0.0", 22491 "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", 22492 "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", 22493 "requires": { 22494 "loader-utils": "^2.0.0", 22495 "regex-parser": "^2.2.11" 22496 } 22497 }, 22498 "agent-base": { 22499 "version": "6.0.2", 22500 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", 22501 "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", 22502 "requires": { 22503 "debug": "4" 22504 } 22505 }, 22506 "ajv": { 22507 "version": "6.12.6", 22508 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", 22509 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", 22510 "requires": { 22511 "fast-deep-equal": "^3.1.1", 22512 "fast-json-stable-stringify": "^2.0.0", 22513 "json-schema-traverse": "^0.4.1", 22514 "uri-js": "^4.2.2" 22515 } 22516 }, 22517 "ajv-formats": { 22518 "version": "2.1.1", 22519 "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", 22520 "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", 22521 "requires": { 22522 "ajv": "^8.0.0" 22523 }, 22524 "dependencies": { 22525 "ajv": { 22526 "version": "8.12.0", 22527 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 22528 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 22529 "requires": { 22530 "fast-deep-equal": "^3.1.1", 22531 "json-schema-traverse": "^1.0.0", 22532 "require-from-string": "^2.0.2", 22533 "uri-js": "^4.2.2" 22534 } 22535 }, 22536 "json-schema-traverse": { 22537 "version": "1.0.0", 22538 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 22539 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 22540 } 22541 } 22542 }, 22543 "ajv-keywords": { 22544 "version": "3.5.2", 22545 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", 22546 "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", 22547 "requires": {} 22548 }, 22549 "ansi-escapes": { 22550 "version": "4.3.2", 22551 "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", 22552 "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", 22553 "requires": { 22554 "type-fest": "^0.21.3" 22555 } 22556 }, 22557 "ansi-html-community": { 22558 "version": "0.0.8", 22559 "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", 22560 "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==" 22561 }, 22562 "ansi-regex": { 22563 "version": "5.0.1", 22564 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 22565 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" 22566 }, 22567 "ansi-styles": { 22568 "version": "3.2.1", 22569 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", 22570 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", 22571 "requires": { 22572 "color-convert": "^1.9.0" 22573 } 22574 }, 22575 "any-promise": { 22576 "version": "1.3.0", 22577 "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", 22578 "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" 22579 }, 22580 "anymatch": { 22581 "version": "3.1.3", 22582 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 22583 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 22584 "requires": { 22585 "normalize-path": "^3.0.0", 22586 "picomatch": "^2.0.4" 22587 } 22588 }, 22589 "arg": { 22590 "version": "5.0.2", 22591 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 22592 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" 22593 }, 22594 "argparse": { 22595 "version": "1.0.10", 22596 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 22597 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 22598 "requires": { 22599 "sprintf-js": "~1.0.2" 22600 } 22601 }, 22602 "aria-query": { 22603 "version": "5.3.0", 22604 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", 22605 "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", 22606 "requires": { 22607 "dequal": "^2.0.3" 22608 } 22609 }, 22610 "array-buffer-byte-length": { 22611 "version": "1.0.1", 22612 "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", 22613 "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", 22614 "requires": { 22615 "call-bind": "^1.0.5", 22616 "is-array-buffer": "^3.0.4" 22617 } 22618 }, 22619 "array-flatten": { 22620 "version": "1.1.1", 22621 "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", 22622 "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" 22623 }, 22624 "array-includes": { 22625 "version": "3.1.7", 22626 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", 22627 "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", 22628 "requires": { 22629 "call-bind": "^1.0.2", 22630 "define-properties": "^1.2.0", 22631 "es-abstract": "^1.22.1", 22632 "get-intrinsic": "^1.2.1", 22633 "is-string": "^1.0.7" 22634 } 22635 }, 22636 "array-union": { 22637 "version": "2.1.0", 22638 "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", 22639 "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" 22640 }, 22641 "array.prototype.filter": { 22642 "version": "1.0.3", 22643 "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.3.tgz", 22644 "integrity": "sha512-VizNcj/RGJiUyQBgzwxzE5oHdeuXY5hSbbmKMlphj1cy1Vl7Pn2asCGbSrru6hSQjmCzqTBPVWAF/whmEOVHbw==", 22645 "requires": { 22646 "call-bind": "^1.0.2", 22647 "define-properties": "^1.2.0", 22648 "es-abstract": "^1.22.1", 22649 "es-array-method-boxes-properly": "^1.0.0", 22650 "is-string": "^1.0.7" 22651 } 22652 }, 22653 "array.prototype.findlastindex": { 22654 "version": "1.2.4", 22655 "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.4.tgz", 22656 "integrity": "sha512-hzvSHUshSpCflDR1QMUBLHGHP1VIEBegT4pix9H/Z92Xw3ySoy6c2qh7lJWTJnRJ8JCZ9bJNCgTyYaJGcJu6xQ==", 22657 "requires": { 22658 "call-bind": "^1.0.5", 22659 "define-properties": "^1.2.1", 22660 "es-abstract": "^1.22.3", 22661 "es-errors": "^1.3.0", 22662 "es-shim-unscopables": "^1.0.2" 22663 } 22664 }, 22665 "array.prototype.flat": { 22666 "version": "1.3.2", 22667 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", 22668 "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", 22669 "requires": { 22670 "call-bind": "^1.0.2", 22671 "define-properties": "^1.2.0", 22672 "es-abstract": "^1.22.1", 22673 "es-shim-unscopables": "^1.0.0" 22674 } 22675 }, 22676 "array.prototype.flatmap": { 22677 "version": "1.3.2", 22678 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", 22679 "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", 22680 "requires": { 22681 "call-bind": "^1.0.2", 22682 "define-properties": "^1.2.0", 22683 "es-abstract": "^1.22.1", 22684 "es-shim-unscopables": "^1.0.0" 22685 } 22686 }, 22687 "array.prototype.reduce": { 22688 "version": "1.0.6", 22689 "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.6.tgz", 22690 "integrity": "sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==", 22691 "requires": { 22692 "call-bind": "^1.0.2", 22693 "define-properties": "^1.2.0", 22694 "es-abstract": "^1.22.1", 22695 "es-array-method-boxes-properly": "^1.0.0", 22696 "is-string": "^1.0.7" 22697 } 22698 }, 22699 "array.prototype.tosorted": { 22700 "version": "1.1.3", 22701 "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz", 22702 "integrity": "sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==", 22703 "requires": { 22704 "call-bind": "^1.0.5", 22705 "define-properties": "^1.2.1", 22706 "es-abstract": "^1.22.3", 22707 "es-errors": "^1.1.0", 22708 "es-shim-unscopables": "^1.0.2" 22709 } 22710 }, 22711 "arraybuffer.prototype.slice": { 22712 "version": "1.0.3", 22713 "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", 22714 "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", 22715 "requires": { 22716 "array-buffer-byte-length": "^1.0.1", 22717 "call-bind": "^1.0.5", 22718 "define-properties": "^1.2.1", 22719 "es-abstract": "^1.22.3", 22720 "es-errors": "^1.2.1", 22721 "get-intrinsic": "^1.2.3", 22722 "is-array-buffer": "^3.0.4", 22723 "is-shared-array-buffer": "^1.0.2" 22724 } 22725 }, 22726 "asap": { 22727 "version": "2.0.6", 22728 "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", 22729 "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" 22730 }, 22731 "asn1.js": { 22732 "version": "5.4.1", 22733 "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", 22734 "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", 22735 "requires": { 22736 "bn.js": "^4.0.0", 22737 "inherits": "^2.0.1", 22738 "minimalistic-assert": "^1.0.0", 22739 "safer-buffer": "^2.1.0" 22740 }, 22741 "dependencies": { 22742 "bn.js": { 22743 "version": "4.12.0", 22744 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 22745 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 22746 } 22747 } 22748 }, 22749 "assert": { 22750 "version": "2.1.0", 22751 "resolved": "https://registry.npmjs.org/assert/-/assert-2.1.0.tgz", 22752 "integrity": "sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==", 22753 "requires": { 22754 "call-bind": "^1.0.2", 22755 "is-nan": "^1.3.2", 22756 "object-is": "^1.1.5", 22757 "object.assign": "^4.1.4", 22758 "util": "^0.12.5" 22759 } 22760 }, 22761 "ast-types-flow": { 22762 "version": "0.0.8", 22763 "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz", 22764 "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==" 22765 }, 22766 "async": { 22767 "version": "3.2.5", 22768 "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", 22769 "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" 22770 }, 22771 "asynciterator.prototype": { 22772 "version": "1.0.0", 22773 "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz", 22774 "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", 22775 "requires": { 22776 "has-symbols": "^1.0.3" 22777 } 22778 }, 22779 "asynckit": { 22780 "version": "0.4.0", 22781 "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", 22782 "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" 22783 }, 22784 "at-least-node": { 22785 "version": "1.0.0", 22786 "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", 22787 "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" 22788 }, 22789 "autoprefixer": { 22790 "version": "10.4.17", 22791 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.17.tgz", 22792 "integrity": "sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==", 22793 "requires": { 22794 "browserslist": "^4.22.2", 22795 "caniuse-lite": "^1.0.30001578", 22796 "fraction.js": "^4.3.7", 22797 "normalize-range": "^0.1.2", 22798 "picocolors": "^1.0.0", 22799 "postcss-value-parser": "^4.2.0" 22800 } 22801 }, 22802 "available-typed-arrays": { 22803 "version": "1.0.6", 22804 "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.6.tgz", 22805 "integrity": "sha512-j1QzY8iPNPG4o4xmO3ptzpRxTciqD3MgEHtifP/YnJpIo58Xu+ne4BejlbkuaLfXn/nz6HFiw29bLpj2PNMdGg==" 22806 }, 22807 "axe-core": { 22808 "version": "4.7.0", 22809 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz", 22810 "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==" 22811 }, 22812 "axobject-query": { 22813 "version": "3.2.1", 22814 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz", 22815 "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", 22816 "requires": { 22817 "dequal": "^2.0.3" 22818 } 22819 }, 22820 "babel-jest": { 22821 "version": "27.5.1", 22822 "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", 22823 "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", 22824 "requires": { 22825 "@jest/transform": "^27.5.1", 22826 "@jest/types": "^27.5.1", 22827 "@types/babel__core": "^7.1.14", 22828 "babel-plugin-istanbul": "^6.1.1", 22829 "babel-preset-jest": "^27.5.1", 22830 "chalk": "^4.0.0", 22831 "graceful-fs": "^4.2.9", 22832 "slash": "^3.0.0" 22833 }, 22834 "dependencies": { 22835 "ansi-styles": { 22836 "version": "4.3.0", 22837 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 22838 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 22839 "requires": { 22840 "color-convert": "^2.0.1" 22841 } 22842 }, 22843 "chalk": { 22844 "version": "4.1.2", 22845 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 22846 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 22847 "requires": { 22848 "ansi-styles": "^4.1.0", 22849 "supports-color": "^7.1.0" 22850 } 22851 }, 22852 "color-convert": { 22853 "version": "2.0.1", 22854 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 22855 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 22856 "requires": { 22857 "color-name": "~1.1.4" 22858 } 22859 }, 22860 "color-name": { 22861 "version": "1.1.4", 22862 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 22863 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 22864 }, 22865 "has-flag": { 22866 "version": "4.0.0", 22867 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 22868 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 22869 }, 22870 "supports-color": { 22871 "version": "7.2.0", 22872 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 22873 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 22874 "requires": { 22875 "has-flag": "^4.0.0" 22876 } 22877 } 22878 } 22879 }, 22880 "babel-loader": { 22881 "version": "8.3.0", 22882 "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", 22883 "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", 22884 "requires": { 22885 "find-cache-dir": "^3.3.1", 22886 "loader-utils": "^2.0.0", 22887 "make-dir": "^3.1.0", 22888 "schema-utils": "^2.6.5" 22889 }, 22890 "dependencies": { 22891 "schema-utils": { 22892 "version": "2.7.1", 22893 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", 22894 "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", 22895 "requires": { 22896 "@types/json-schema": "^7.0.5", 22897 "ajv": "^6.12.4", 22898 "ajv-keywords": "^3.5.2" 22899 } 22900 } 22901 } 22902 }, 22903 "babel-plugin-istanbul": { 22904 "version": "6.1.1", 22905 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", 22906 "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", 22907 "requires": { 22908 "@babel/helper-plugin-utils": "^7.0.0", 22909 "@istanbuljs/load-nyc-config": "^1.0.0", 22910 "@istanbuljs/schema": "^0.1.2", 22911 "istanbul-lib-instrument": "^5.0.4", 22912 "test-exclude": "^6.0.0" 22913 } 22914 }, 22915 "babel-plugin-jest-hoist": { 22916 "version": "27.5.1", 22917 "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", 22918 "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", 22919 "requires": { 22920 "@babel/template": "^7.3.3", 22921 "@babel/types": "^7.3.3", 22922 "@types/babel__core": "^7.0.0", 22923 "@types/babel__traverse": "^7.0.6" 22924 } 22925 }, 22926 "babel-plugin-macros": { 22927 "version": "3.1.0", 22928 "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", 22929 "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", 22930 "requires": { 22931 "@babel/runtime": "^7.12.5", 22932 "cosmiconfig": "^7.0.0", 22933 "resolve": "^1.19.0" 22934 } 22935 }, 22936 "babel-plugin-named-asset-import": { 22937 "version": "0.3.8", 22938 "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", 22939 "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", 22940 "requires": {} 22941 }, 22942 "babel-plugin-polyfill-corejs2": { 22943 "version": "0.4.8", 22944 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz", 22945 "integrity": "sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==", 22946 "requires": { 22947 "@babel/compat-data": "^7.22.6", 22948 "@babel/helper-define-polyfill-provider": "^0.5.0", 22949 "semver": "^6.3.1" 22950 }, 22951 "dependencies": { 22952 "semver": { 22953 "version": "6.3.1", 22954 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 22955 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 22956 } 22957 } 22958 }, 22959 "babel-plugin-polyfill-corejs3": { 22960 "version": "0.9.0", 22961 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz", 22962 "integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==", 22963 "requires": { 22964 "@babel/helper-define-polyfill-provider": "^0.5.0", 22965 "core-js-compat": "^3.34.0" 22966 } 22967 }, 22968 "babel-plugin-polyfill-regenerator": { 22969 "version": "0.5.5", 22970 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz", 22971 "integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==", 22972 "requires": { 22973 "@babel/helper-define-polyfill-provider": "^0.5.0" 22974 } 22975 }, 22976 "babel-plugin-transform-react-remove-prop-types": { 22977 "version": "0.4.24", 22978 "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", 22979 "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" 22980 }, 22981 "babel-preset-current-node-syntax": { 22982 "version": "1.0.1", 22983 "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", 22984 "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", 22985 "requires": { 22986 "@babel/plugin-syntax-async-generators": "^7.8.4", 22987 "@babel/plugin-syntax-bigint": "^7.8.3", 22988 "@babel/plugin-syntax-class-properties": "^7.8.3", 22989 "@babel/plugin-syntax-import-meta": "^7.8.3", 22990 "@babel/plugin-syntax-json-strings": "^7.8.3", 22991 "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", 22992 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", 22993 "@babel/plugin-syntax-numeric-separator": "^7.8.3", 22994 "@babel/plugin-syntax-object-rest-spread": "^7.8.3", 22995 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", 22996 "@babel/plugin-syntax-optional-chaining": "^7.8.3", 22997 "@babel/plugin-syntax-top-level-await": "^7.8.3" 22998 } 22999 }, 23000 "babel-preset-jest": { 23001 "version": "27.5.1", 23002 "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", 23003 "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", 23004 "requires": { 23005 "babel-plugin-jest-hoist": "^27.5.1", 23006 "babel-preset-current-node-syntax": "^1.0.0" 23007 } 23008 }, 23009 "babel-preset-react-app": { 23010 "version": "10.0.1", 23011 "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz", 23012 "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==", 23013 "requires": { 23014 "@babel/core": "^7.16.0", 23015 "@babel/plugin-proposal-class-properties": "^7.16.0", 23016 "@babel/plugin-proposal-decorators": "^7.16.4", 23017 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", 23018 "@babel/plugin-proposal-numeric-separator": "^7.16.0", 23019 "@babel/plugin-proposal-optional-chaining": "^7.16.0", 23020 "@babel/plugin-proposal-private-methods": "^7.16.0", 23021 "@babel/plugin-transform-flow-strip-types": "^7.16.0", 23022 "@babel/plugin-transform-react-display-name": "^7.16.0", 23023 "@babel/plugin-transform-runtime": "^7.16.4", 23024 "@babel/preset-env": "^7.16.4", 23025 "@babel/preset-react": "^7.16.0", 23026 "@babel/preset-typescript": "^7.16.0", 23027 "@babel/runtime": "^7.16.3", 23028 "babel-plugin-macros": "^3.1.0", 23029 "babel-plugin-transform-react-remove-prop-types": "^0.4.24" 23030 } 23031 }, 23032 "balanced-match": { 23033 "version": "1.0.2", 23034 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 23035 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" 23036 }, 23037 "base64-js": { 23038 "version": "1.5.1", 23039 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", 23040 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" 23041 }, 23042 "batch": { 23043 "version": "0.6.1", 23044 "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", 23045 "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" 23046 }, 23047 "bfj": { 23048 "version": "7.1.0", 23049 "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz", 23050 "integrity": "sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==", 23051 "requires": { 23052 "bluebird": "^3.7.2", 23053 "check-types": "^11.2.3", 23054 "hoopy": "^0.1.4", 23055 "jsonpath": "^1.1.1", 23056 "tryer": "^1.0.1" 23057 } 23058 }, 23059 "big.js": { 23060 "version": "5.2.2", 23061 "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", 23062 "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" 23063 }, 23064 "binary-extensions": { 23065 "version": "2.2.0", 23066 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", 23067 "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" 23068 }, 23069 "bluebird": { 23070 "version": "3.7.2", 23071 "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", 23072 "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" 23073 }, 23074 "bn.js": { 23075 "version": "5.2.1", 23076 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", 23077 "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" 23078 }, 23079 "body-parser": { 23080 "version": "1.20.1", 23081 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", 23082 "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", 23083 "requires": { 23084 "bytes": "3.1.2", 23085 "content-type": "~1.0.4", 23086 "debug": "2.6.9", 23087 "depd": "2.0.0", 23088 "destroy": "1.2.0", 23089 "http-errors": "2.0.0", 23090 "iconv-lite": "0.4.24", 23091 "on-finished": "2.4.1", 23092 "qs": "6.11.0", 23093 "raw-body": "2.5.1", 23094 "type-is": "~1.6.18", 23095 "unpipe": "1.0.0" 23096 }, 23097 "dependencies": { 23098 "bytes": { 23099 "version": "3.1.2", 23100 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", 23101 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" 23102 }, 23103 "debug": { 23104 "version": "2.6.9", 23105 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 23106 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 23107 "requires": { 23108 "ms": "2.0.0" 23109 } 23110 }, 23111 "iconv-lite": { 23112 "version": "0.4.24", 23113 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 23114 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 23115 "requires": { 23116 "safer-buffer": ">= 2.1.2 < 3" 23117 } 23118 }, 23119 "ms": { 23120 "version": "2.0.0", 23121 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 23122 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 23123 } 23124 } 23125 }, 23126 "bonjour-service": { 23127 "version": "1.2.1", 23128 "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", 23129 "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", 23130 "requires": { 23131 "fast-deep-equal": "^3.1.3", 23132 "multicast-dns": "^7.2.5" 23133 } 23134 }, 23135 "boolbase": { 23136 "version": "1.0.0", 23137 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 23138 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" 23139 }, 23140 "brace-expansion": { 23141 "version": "1.1.11", 23142 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", 23143 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", 23144 "requires": { 23145 "balanced-match": "^1.0.0", 23146 "concat-map": "0.0.1" 23147 } 23148 }, 23149 "braces": { 23150 "version": "3.0.2", 23151 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", 23152 "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", 23153 "requires": { 23154 "fill-range": "^7.0.1" 23155 } 23156 }, 23157 "brorand": { 23158 "version": "1.1.0", 23159 "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", 23160 "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==" 23161 }, 23162 "browser-process-hrtime": { 23163 "version": "1.0.0", 23164 "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", 23165 "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" 23166 }, 23167 "browserify-aes": { 23168 "version": "1.2.0", 23169 "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", 23170 "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", 23171 "requires": { 23172 "buffer-xor": "^1.0.3", 23173 "cipher-base": "^1.0.0", 23174 "create-hash": "^1.1.0", 23175 "evp_bytestokey": "^1.0.3", 23176 "inherits": "^2.0.1", 23177 "safe-buffer": "^5.0.1" 23178 } 23179 }, 23180 "browserify-cipher": { 23181 "version": "1.0.1", 23182 "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", 23183 "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", 23184 "requires": { 23185 "browserify-aes": "^1.0.4", 23186 "browserify-des": "^1.0.0", 23187 "evp_bytestokey": "^1.0.0" 23188 } 23189 }, 23190 "browserify-des": { 23191 "version": "1.0.2", 23192 "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", 23193 "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", 23194 "requires": { 23195 "cipher-base": "^1.0.1", 23196 "des.js": "^1.0.0", 23197 "inherits": "^2.0.1", 23198 "safe-buffer": "^5.1.2" 23199 } 23200 }, 23201 "browserify-rsa": { 23202 "version": "4.1.0", 23203 "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", 23204 "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", 23205 "requires": { 23206 "bn.js": "^5.0.0", 23207 "randombytes": "^2.0.1" 23208 } 23209 }, 23210 "browserify-sign": { 23211 "version": "4.2.2", 23212 "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.2.tgz", 23213 "integrity": "sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg==", 23214 "requires": { 23215 "bn.js": "^5.2.1", 23216 "browserify-rsa": "^4.1.0", 23217 "create-hash": "^1.2.0", 23218 "create-hmac": "^1.1.7", 23219 "elliptic": "^6.5.4", 23220 "inherits": "^2.0.4", 23221 "parse-asn1": "^5.1.6", 23222 "readable-stream": "^3.6.2", 23223 "safe-buffer": "^5.2.1" 23224 } 23225 }, 23226 "browserify-zlib": { 23227 "version": "0.2.0", 23228 "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", 23229 "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", 23230 "requires": { 23231 "pako": "~1.0.5" 23232 } 23233 }, 23234 "browserslist": { 23235 "version": "4.22.3", 23236 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", 23237 "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", 23238 "requires": { 23239 "caniuse-lite": "^1.0.30001580", 23240 "electron-to-chromium": "^1.4.648", 23241 "node-releases": "^2.0.14", 23242 "update-browserslist-db": "^1.0.13" 23243 } 23244 }, 23245 "bser": { 23246 "version": "2.1.1", 23247 "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", 23248 "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", 23249 "requires": { 23250 "node-int64": "^0.4.0" 23251 } 23252 }, 23253 "buffer": { 23254 "version": "6.0.3", 23255 "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", 23256 "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", 23257 "requires": { 23258 "base64-js": "^1.3.1", 23259 "ieee754": "^1.2.1" 23260 } 23261 }, 23262 "buffer-from": { 23263 "version": "1.1.2", 23264 "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", 23265 "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" 23266 }, 23267 "buffer-xor": { 23268 "version": "1.0.3", 23269 "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", 23270 "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==" 23271 }, 23272 "builtin-modules": { 23273 "version": "3.3.0", 23274 "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", 23275 "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" 23276 }, 23277 "builtin-status-codes": { 23278 "version": "3.0.0", 23279 "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", 23280 "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==" 23281 }, 23282 "bytes": { 23283 "version": "3.0.0", 23284 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", 23285 "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==" 23286 }, 23287 "call-bind": { 23288 "version": "1.0.6", 23289 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.6.tgz", 23290 "integrity": "sha512-Mj50FLHtlsoVfRfnHaZvyrooHcrlceNZdL/QBvJJVd9Ta55qCQK0gs4ss2oZDeV9zFCs6ewzYgVE5yfVmfFpVg==", 23291 "requires": { 23292 "es-errors": "^1.3.0", 23293 "function-bind": "^1.1.2", 23294 "get-intrinsic": "^1.2.3", 23295 "set-function-length": "^1.2.0" 23296 } 23297 }, 23298 "callsites": { 23299 "version": "3.1.0", 23300 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", 23301 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" 23302 }, 23303 "camel-case": { 23304 "version": "4.1.2", 23305 "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", 23306 "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", 23307 "requires": { 23308 "pascal-case": "^3.1.2", 23309 "tslib": "^2.0.3" 23310 } 23311 }, 23312 "camelcase": { 23313 "version": "6.3.0", 23314 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", 23315 "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" 23316 }, 23317 "camelcase-css": { 23318 "version": "2.0.1", 23319 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", 23320 "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==" 23321 }, 23322 "caniuse-api": { 23323 "version": "3.0.0", 23324 "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", 23325 "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", 23326 "requires": { 23327 "browserslist": "^4.0.0", 23328 "caniuse-lite": "^1.0.0", 23329 "lodash.memoize": "^4.1.2", 23330 "lodash.uniq": "^4.5.0" 23331 } 23332 }, 23333 "caniuse-lite": { 23334 "version": "1.0.30001585", 23335 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001585.tgz", 23336 "integrity": "sha512-yr2BWR1yLXQ8fMpdS/4ZZXpseBgE7o4g41x3a6AJOqZuOi+iE/WdJYAuZ6Y95i4Ohd2Y+9MzIWRR+uGABH4s3Q==" 23337 }, 23338 "case-sensitive-paths-webpack-plugin": { 23339 "version": "2.4.0", 23340 "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", 23341 "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==" 23342 }, 23343 "chalk": { 23344 "version": "2.4.2", 23345 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", 23346 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", 23347 "requires": { 23348 "ansi-styles": "^3.2.1", 23349 "escape-string-regexp": "^1.0.5", 23350 "supports-color": "^5.3.0" 23351 } 23352 }, 23353 "char-regex": { 23354 "version": "1.0.2", 23355 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", 23356 "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" 23357 }, 23358 "check-types": { 23359 "version": "11.2.3", 23360 "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz", 23361 "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==" 23362 }, 23363 "chokidar": { 23364 "version": "3.6.0", 23365 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", 23366 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", 23367 "requires": { 23368 "anymatch": "~3.1.2", 23369 "braces": "~3.0.2", 23370 "fsevents": "~2.3.2", 23371 "glob-parent": "~5.1.2", 23372 "is-binary-path": "~2.1.0", 23373 "is-glob": "~4.0.1", 23374 "normalize-path": "~3.0.0", 23375 "readdirp": "~3.6.0" 23376 }, 23377 "dependencies": { 23378 "glob-parent": { 23379 "version": "5.1.2", 23380 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 23381 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 23382 "requires": { 23383 "is-glob": "^4.0.1" 23384 } 23385 } 23386 } 23387 }, 23388 "chrome-trace-event": { 23389 "version": "1.0.3", 23390 "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", 23391 "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==" 23392 }, 23393 "ci-info": { 23394 "version": "3.9.0", 23395 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", 23396 "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" 23397 }, 23398 "cipher-base": { 23399 "version": "1.0.4", 23400 "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", 23401 "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", 23402 "requires": { 23403 "inherits": "^2.0.1", 23404 "safe-buffer": "^5.0.1" 23405 } 23406 }, 23407 "cjs-module-lexer": { 23408 "version": "1.2.3", 23409 "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz", 23410 "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==" 23411 }, 23412 "clean-css": { 23413 "version": "5.3.3", 23414 "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", 23415 "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", 23416 "requires": { 23417 "source-map": "~0.6.0" 23418 }, 23419 "dependencies": { 23420 "source-map": { 23421 "version": "0.6.1", 23422 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 23423 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 23424 } 23425 } 23426 }, 23427 "cliui": { 23428 "version": "7.0.4", 23429 "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", 23430 "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", 23431 "requires": { 23432 "string-width": "^4.2.0", 23433 "strip-ansi": "^6.0.0", 23434 "wrap-ansi": "^7.0.0" 23435 } 23436 }, 23437 "co": { 23438 "version": "4.6.0", 23439 "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", 23440 "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" 23441 }, 23442 "coa": { 23443 "version": "2.0.2", 23444 "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", 23445 "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", 23446 "requires": { 23447 "@types/q": "^1.5.1", 23448 "chalk": "^2.4.1", 23449 "q": "^1.1.2" 23450 } 23451 }, 23452 "collect-v8-coverage": { 23453 "version": "1.0.2", 23454 "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", 23455 "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==" 23456 }, 23457 "color-convert": { 23458 "version": "1.9.3", 23459 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", 23460 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", 23461 "requires": { 23462 "color-name": "1.1.3" 23463 } 23464 }, 23465 "color-name": { 23466 "version": "1.1.3", 23467 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", 23468 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" 23469 }, 23470 "colord": { 23471 "version": "2.9.3", 23472 "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", 23473 "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" 23474 }, 23475 "colorette": { 23476 "version": "2.0.20", 23477 "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", 23478 "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" 23479 }, 23480 "combined-stream": { 23481 "version": "1.0.8", 23482 "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", 23483 "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", 23484 "requires": { 23485 "delayed-stream": "~1.0.0" 23486 } 23487 }, 23488 "commander": { 23489 "version": "8.3.0", 23490 "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", 23491 "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" 23492 }, 23493 "common-path-prefix": { 23494 "version": "3.0.0", 23495 "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", 23496 "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" 23497 }, 23498 "common-tags": { 23499 "version": "1.8.2", 23500 "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", 23501 "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==" 23502 }, 23503 "commondir": { 23504 "version": "1.0.1", 23505 "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", 23506 "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" 23507 }, 23508 "compressible": { 23509 "version": "2.0.18", 23510 "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", 23511 "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", 23512 "requires": { 23513 "mime-db": ">= 1.43.0 < 2" 23514 } 23515 }, 23516 "compression": { 23517 "version": "1.7.4", 23518 "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", 23519 "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", 23520 "requires": { 23521 "accepts": "~1.3.5", 23522 "bytes": "3.0.0", 23523 "compressible": "~2.0.16", 23524 "debug": "2.6.9", 23525 "on-headers": "~1.0.2", 23526 "safe-buffer": "5.1.2", 23527 "vary": "~1.1.2" 23528 }, 23529 "dependencies": { 23530 "debug": { 23531 "version": "2.6.9", 23532 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 23533 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 23534 "requires": { 23535 "ms": "2.0.0" 23536 } 23537 }, 23538 "ms": { 23539 "version": "2.0.0", 23540 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 23541 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 23542 }, 23543 "safe-buffer": { 23544 "version": "5.1.2", 23545 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", 23546 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" 23547 } 23548 } 23549 }, 23550 "concat-map": { 23551 "version": "0.0.1", 23552 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", 23553 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" 23554 }, 23555 "confusing-browser-globals": { 23556 "version": "1.0.11", 23557 "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", 23558 "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" 23559 }, 23560 "connect-history-api-fallback": { 23561 "version": "2.0.0", 23562 "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", 23563 "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==" 23564 }, 23565 "console-browserify": { 23566 "version": "1.2.0", 23567 "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", 23568 "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" 23569 }, 23570 "constants-browserify": { 23571 "version": "1.0.0", 23572 "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", 23573 "integrity": "sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==" 23574 }, 23575 "content-disposition": { 23576 "version": "0.5.4", 23577 "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", 23578 "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", 23579 "requires": { 23580 "safe-buffer": "5.2.1" 23581 } 23582 }, 23583 "content-type": { 23584 "version": "1.0.5", 23585 "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", 23586 "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" 23587 }, 23588 "convert-source-map": { 23589 "version": "2.0.0", 23590 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", 23591 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" 23592 }, 23593 "cookie": { 23594 "version": "0.5.0", 23595 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", 23596 "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" 23597 }, 23598 "cookie-signature": { 23599 "version": "1.0.6", 23600 "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", 23601 "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" 23602 }, 23603 "core-js": { 23604 "version": "3.35.1", 23605 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz", 23606 "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==" 23607 }, 23608 "core-js-compat": { 23609 "version": "3.35.1", 23610 "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.35.1.tgz", 23611 "integrity": "sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==", 23612 "requires": { 23613 "browserslist": "^4.22.2" 23614 } 23615 }, 23616 "core-js-pure": { 23617 "version": "3.35.1", 23618 "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.35.1.tgz", 23619 "integrity": "sha512-zcIdi/CL3MWbBJYo5YCeVAAx+Sy9yJE9I3/u9LkFABwbeaPhTMRWraM8mYFp9jW5Z50hOy7FVzCc8dCrpZqtIQ==" 23620 }, 23621 "core-util-is": { 23622 "version": "1.0.3", 23623 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", 23624 "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" 23625 }, 23626 "cosmiconfig": { 23627 "version": "7.1.0", 23628 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", 23629 "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", 23630 "requires": { 23631 "@types/parse-json": "^4.0.0", 23632 "import-fresh": "^3.2.1", 23633 "parse-json": "^5.0.0", 23634 "path-type": "^4.0.0", 23635 "yaml": "^1.10.0" 23636 } 23637 }, 23638 "create-ecdh": { 23639 "version": "4.0.4", 23640 "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", 23641 "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", 23642 "requires": { 23643 "bn.js": "^4.1.0", 23644 "elliptic": "^6.5.3" 23645 }, 23646 "dependencies": { 23647 "bn.js": { 23648 "version": "4.12.0", 23649 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 23650 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 23651 } 23652 } 23653 }, 23654 "create-hash": { 23655 "version": "1.2.0", 23656 "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", 23657 "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", 23658 "requires": { 23659 "cipher-base": "^1.0.1", 23660 "inherits": "^2.0.1", 23661 "md5.js": "^1.3.4", 23662 "ripemd160": "^2.0.1", 23663 "sha.js": "^2.4.0" 23664 } 23665 }, 23666 "create-hmac": { 23667 "version": "1.1.7", 23668 "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", 23669 "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", 23670 "requires": { 23671 "cipher-base": "^1.0.3", 23672 "create-hash": "^1.1.0", 23673 "inherits": "^2.0.1", 23674 "ripemd160": "^2.0.0", 23675 "safe-buffer": "^5.0.1", 23676 "sha.js": "^2.4.8" 23677 } 23678 }, 23679 "cross-spawn": { 23680 "version": "7.0.3", 23681 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", 23682 "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", 23683 "requires": { 23684 "path-key": "^3.1.0", 23685 "shebang-command": "^2.0.0", 23686 "which": "^2.0.1" 23687 } 23688 }, 23689 "crypto": { 23690 "version": "npm:crypto-browserify@3.12.0", 23691 "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", 23692 "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", 23693 "requires": { 23694 "browserify-cipher": "^1.0.0", 23695 "browserify-sign": "^4.0.0", 23696 "create-ecdh": "^4.0.0", 23697 "create-hash": "^1.1.0", 23698 "create-hmac": "^1.1.0", 23699 "diffie-hellman": "^5.0.0", 23700 "inherits": "^2.0.1", 23701 "pbkdf2": "^3.0.3", 23702 "public-encrypt": "^4.0.0", 23703 "randombytes": "^2.0.0", 23704 "randomfill": "^1.0.3" 23705 } 23706 }, 23707 "crypto-browserify": { 23708 "version": "3.12.0", 23709 "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", 23710 "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", 23711 "requires": { 23712 "browserify-cipher": "^1.0.0", 23713 "browserify-sign": "^4.0.0", 23714 "create-ecdh": "^4.0.0", 23715 "create-hash": "^1.1.0", 23716 "create-hmac": "^1.1.0", 23717 "diffie-hellman": "^5.0.0", 23718 "inherits": "^2.0.1", 23719 "pbkdf2": "^3.0.3", 23720 "public-encrypt": "^4.0.0", 23721 "randombytes": "^2.0.0", 23722 "randomfill": "^1.0.3" 23723 } 23724 }, 23725 "crypto-random-string": { 23726 "version": "2.0.0", 23727 "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", 23728 "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" 23729 }, 23730 "css-blank-pseudo": { 23731 "version": "3.0.3", 23732 "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", 23733 "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", 23734 "requires": { 23735 "postcss-selector-parser": "^6.0.9" 23736 } 23737 }, 23738 "css-declaration-sorter": { 23739 "version": "6.4.1", 23740 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", 23741 "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", 23742 "requires": {} 23743 }, 23744 "css-has-pseudo": { 23745 "version": "3.0.4", 23746 "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", 23747 "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", 23748 "requires": { 23749 "postcss-selector-parser": "^6.0.9" 23750 } 23751 }, 23752 "css-loader": { 23753 "version": "6.10.0", 23754 "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.10.0.tgz", 23755 "integrity": "sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==", 23756 "requires": { 23757 "icss-utils": "^5.1.0", 23758 "postcss": "^8.4.33", 23759 "postcss-modules-extract-imports": "^3.0.0", 23760 "postcss-modules-local-by-default": "^4.0.4", 23761 "postcss-modules-scope": "^3.1.1", 23762 "postcss-modules-values": "^4.0.0", 23763 "postcss-value-parser": "^4.2.0", 23764 "semver": "^7.5.4" 23765 } 23766 }, 23767 "css-minimizer-webpack-plugin": { 23768 "version": "3.4.1", 23769 "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", 23770 "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", 23771 "requires": { 23772 "cssnano": "^5.0.6", 23773 "jest-worker": "^27.0.2", 23774 "postcss": "^8.3.5", 23775 "schema-utils": "^4.0.0", 23776 "serialize-javascript": "^6.0.0", 23777 "source-map": "^0.6.1" 23778 }, 23779 "dependencies": { 23780 "ajv": { 23781 "version": "8.12.0", 23782 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 23783 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 23784 "requires": { 23785 "fast-deep-equal": "^3.1.1", 23786 "json-schema-traverse": "^1.0.0", 23787 "require-from-string": "^2.0.2", 23788 "uri-js": "^4.2.2" 23789 } 23790 }, 23791 "ajv-keywords": { 23792 "version": "5.1.0", 23793 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 23794 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 23795 "requires": { 23796 "fast-deep-equal": "^3.1.3" 23797 } 23798 }, 23799 "json-schema-traverse": { 23800 "version": "1.0.0", 23801 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 23802 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 23803 }, 23804 "schema-utils": { 23805 "version": "4.2.0", 23806 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", 23807 "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", 23808 "requires": { 23809 "@types/json-schema": "^7.0.9", 23810 "ajv": "^8.9.0", 23811 "ajv-formats": "^2.1.1", 23812 "ajv-keywords": "^5.1.0" 23813 } 23814 }, 23815 "source-map": { 23816 "version": "0.6.1", 23817 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 23818 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 23819 } 23820 } 23821 }, 23822 "css-prefers-color-scheme": { 23823 "version": "6.0.3", 23824 "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", 23825 "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", 23826 "requires": {} 23827 }, 23828 "css-select": { 23829 "version": "4.3.0", 23830 "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", 23831 "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", 23832 "requires": { 23833 "boolbase": "^1.0.0", 23834 "css-what": "^6.0.1", 23835 "domhandler": "^4.3.1", 23836 "domutils": "^2.8.0", 23837 "nth-check": "^2.0.1" 23838 } 23839 }, 23840 "css-select-base-adapter": { 23841 "version": "0.1.1", 23842 "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", 23843 "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" 23844 }, 23845 "css-tree": { 23846 "version": "1.0.0-alpha.37", 23847 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", 23848 "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", 23849 "requires": { 23850 "mdn-data": "2.0.4", 23851 "source-map": "^0.6.1" 23852 }, 23853 "dependencies": { 23854 "source-map": { 23855 "version": "0.6.1", 23856 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 23857 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 23858 } 23859 } 23860 }, 23861 "css-what": { 23862 "version": "6.1.0", 23863 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", 23864 "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" 23865 }, 23866 "css.escape": { 23867 "version": "1.5.1", 23868 "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", 23869 "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" 23870 }, 23871 "cssdb": { 23872 "version": "7.10.0", 23873 "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.10.0.tgz", 23874 "integrity": "sha512-yGZ5tmA57gWh/uvdQBHs45wwFY0IBh3ypABk5sEubPBPSzXzkNgsWReqx7gdx6uhC+QoFBe+V8JwBB9/hQ6cIA==" 23875 }, 23876 "cssesc": { 23877 "version": "3.0.0", 23878 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 23879 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" 23880 }, 23881 "cssnano": { 23882 "version": "5.1.15", 23883 "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", 23884 "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", 23885 "requires": { 23886 "cssnano-preset-default": "^5.2.14", 23887 "lilconfig": "^2.0.3", 23888 "yaml": "^1.10.2" 23889 } 23890 }, 23891 "cssnano-preset-default": { 23892 "version": "5.2.14", 23893 "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", 23894 "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", 23895 "requires": { 23896 "css-declaration-sorter": "^6.3.1", 23897 "cssnano-utils": "^3.1.0", 23898 "postcss-calc": "^8.2.3", 23899 "postcss-colormin": "^5.3.1", 23900 "postcss-convert-values": "^5.1.3", 23901 "postcss-discard-comments": "^5.1.2", 23902 "postcss-discard-duplicates": "^5.1.0", 23903 "postcss-discard-empty": "^5.1.1", 23904 "postcss-discard-overridden": "^5.1.0", 23905 "postcss-merge-longhand": "^5.1.7", 23906 "postcss-merge-rules": "^5.1.4", 23907 "postcss-minify-font-values": "^5.1.0", 23908 "postcss-minify-gradients": "^5.1.1", 23909 "postcss-minify-params": "^5.1.4", 23910 "postcss-minify-selectors": "^5.2.1", 23911 "postcss-normalize-charset": "^5.1.0", 23912 "postcss-normalize-display-values": "^5.1.0", 23913 "postcss-normalize-positions": "^5.1.1", 23914 "postcss-normalize-repeat-style": "^5.1.1", 23915 "postcss-normalize-string": "^5.1.0", 23916 "postcss-normalize-timing-functions": "^5.1.0", 23917 "postcss-normalize-unicode": "^5.1.1", 23918 "postcss-normalize-url": "^5.1.0", 23919 "postcss-normalize-whitespace": "^5.1.1", 23920 "postcss-ordered-values": "^5.1.3", 23921 "postcss-reduce-initial": "^5.1.2", 23922 "postcss-reduce-transforms": "^5.1.0", 23923 "postcss-svgo": "^5.1.0", 23924 "postcss-unique-selectors": "^5.1.1" 23925 } 23926 }, 23927 "cssnano-utils": { 23928 "version": "3.1.0", 23929 "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", 23930 "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", 23931 "requires": {} 23932 }, 23933 "csso": { 23934 "version": "4.2.0", 23935 "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", 23936 "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", 23937 "requires": { 23938 "css-tree": "^1.1.2" 23939 }, 23940 "dependencies": { 23941 "css-tree": { 23942 "version": "1.1.3", 23943 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", 23944 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", 23945 "requires": { 23946 "mdn-data": "2.0.14", 23947 "source-map": "^0.6.1" 23948 } 23949 }, 23950 "mdn-data": { 23951 "version": "2.0.14", 23952 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", 23953 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" 23954 }, 23955 "source-map": { 23956 "version": "0.6.1", 23957 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 23958 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 23959 } 23960 } 23961 }, 23962 "cssom": { 23963 "version": "0.4.4", 23964 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", 23965 "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==" 23966 }, 23967 "cssstyle": { 23968 "version": "2.3.0", 23969 "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", 23970 "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", 23971 "requires": { 23972 "cssom": "~0.3.6" 23973 }, 23974 "dependencies": { 23975 "cssom": { 23976 "version": "0.3.8", 23977 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", 23978 "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" 23979 } 23980 } 23981 }, 23982 "csstype": { 23983 "version": "3.1.3", 23984 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", 23985 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" 23986 }, 23987 "damerau-levenshtein": { 23988 "version": "1.0.8", 23989 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", 23990 "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" 23991 }, 23992 "data-urls": { 23993 "version": "2.0.0", 23994 "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", 23995 "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", 23996 "requires": { 23997 "abab": "^2.0.3", 23998 "whatwg-mimetype": "^2.3.0", 23999 "whatwg-url": "^8.0.0" 24000 } 24001 }, 24002 "debug": { 24003 "version": "4.3.4", 24004 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", 24005 "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", 24006 "requires": { 24007 "ms": "2.1.2" 24008 } 24009 }, 24010 "decimal.js": { 24011 "version": "10.4.3", 24012 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", 24013 "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" 24014 }, 24015 "dedent": { 24016 "version": "0.7.0", 24017 "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", 24018 "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==" 24019 }, 24020 "deep-equal": { 24021 "version": "2.2.3", 24022 "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", 24023 "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", 24024 "requires": { 24025 "array-buffer-byte-length": "^1.0.0", 24026 "call-bind": "^1.0.5", 24027 "es-get-iterator": "^1.1.3", 24028 "get-intrinsic": "^1.2.2", 24029 "is-arguments": "^1.1.1", 24030 "is-array-buffer": "^3.0.2", 24031 "is-date-object": "^1.0.5", 24032 "is-regex": "^1.1.4", 24033 "is-shared-array-buffer": "^1.0.2", 24034 "isarray": "^2.0.5", 24035 "object-is": "^1.1.5", 24036 "object-keys": "^1.1.1", 24037 "object.assign": "^4.1.4", 24038 "regexp.prototype.flags": "^1.5.1", 24039 "side-channel": "^1.0.4", 24040 "which-boxed-primitive": "^1.0.2", 24041 "which-collection": "^1.0.1", 24042 "which-typed-array": "^1.1.13" 24043 } 24044 }, 24045 "deep-is": { 24046 "version": "0.1.4", 24047 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", 24048 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" 24049 }, 24050 "deepmerge": { 24051 "version": "4.3.1", 24052 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", 24053 "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" 24054 }, 24055 "default-gateway": { 24056 "version": "6.0.3", 24057 "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", 24058 "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", 24059 "requires": { 24060 "execa": "^5.0.0" 24061 } 24062 }, 24063 "define-data-property": { 24064 "version": "1.1.2", 24065 "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.2.tgz", 24066 "integrity": "sha512-SRtsSqsDbgpJBbW3pABMCOt6rQyeM8s8RiyeSN8jYG8sYmt/kGJejbydttUsnDs1tadr19tvhT4ShwMyoqAm4g==", 24067 "requires": { 24068 "es-errors": "^1.3.0", 24069 "get-intrinsic": "^1.2.2", 24070 "gopd": "^1.0.1", 24071 "has-property-descriptors": "^1.0.1" 24072 } 24073 }, 24074 "define-lazy-prop": { 24075 "version": "2.0.0", 24076 "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", 24077 "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" 24078 }, 24079 "define-properties": { 24080 "version": "1.2.1", 24081 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", 24082 "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", 24083 "requires": { 24084 "define-data-property": "^1.0.1", 24085 "has-property-descriptors": "^1.0.0", 24086 "object-keys": "^1.1.1" 24087 } 24088 }, 24089 "delayed-stream": { 24090 "version": "1.0.0", 24091 "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", 24092 "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" 24093 }, 24094 "depd": { 24095 "version": "2.0.0", 24096 "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", 24097 "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" 24098 }, 24099 "dequal": { 24100 "version": "2.0.3", 24101 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 24102 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" 24103 }, 24104 "des.js": { 24105 "version": "1.1.0", 24106 "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.1.0.tgz", 24107 "integrity": "sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==", 24108 "requires": { 24109 "inherits": "^2.0.1", 24110 "minimalistic-assert": "^1.0.0" 24111 } 24112 }, 24113 "destroy": { 24114 "version": "1.2.0", 24115 "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", 24116 "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" 24117 }, 24118 "detect-newline": { 24119 "version": "3.1.0", 24120 "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", 24121 "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" 24122 }, 24123 "detect-node": { 24124 "version": "2.1.0", 24125 "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", 24126 "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" 24127 }, 24128 "detect-port-alt": { 24129 "version": "1.1.6", 24130 "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", 24131 "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", 24132 "requires": { 24133 "address": "^1.0.1", 24134 "debug": "^2.6.0" 24135 }, 24136 "dependencies": { 24137 "debug": { 24138 "version": "2.6.9", 24139 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 24140 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 24141 "requires": { 24142 "ms": "2.0.0" 24143 } 24144 }, 24145 "ms": { 24146 "version": "2.0.0", 24147 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 24148 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 24149 } 24150 } 24151 }, 24152 "didyoumean": { 24153 "version": "1.2.2", 24154 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", 24155 "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" 24156 }, 24157 "diff-sequences": { 24158 "version": "27.5.1", 24159 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", 24160 "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==" 24161 }, 24162 "diffie-hellman": { 24163 "version": "5.0.3", 24164 "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", 24165 "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", 24166 "requires": { 24167 "bn.js": "^4.1.0", 24168 "miller-rabin": "^4.0.0", 24169 "randombytes": "^2.0.0" 24170 }, 24171 "dependencies": { 24172 "bn.js": { 24173 "version": "4.12.0", 24174 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 24175 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 24176 } 24177 } 24178 }, 24179 "dir-glob": { 24180 "version": "3.0.1", 24181 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", 24182 "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", 24183 "requires": { 24184 "path-type": "^4.0.0" 24185 } 24186 }, 24187 "dlv": { 24188 "version": "1.1.3", 24189 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 24190 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" 24191 }, 24192 "dns-packet": { 24193 "version": "5.6.1", 24194 "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", 24195 "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", 24196 "requires": { 24197 "@leichtgewicht/ip-codec": "^2.0.1" 24198 } 24199 }, 24200 "doctrine": { 24201 "version": "3.0.0", 24202 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", 24203 "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", 24204 "requires": { 24205 "esutils": "^2.0.2" 24206 } 24207 }, 24208 "dom-accessibility-api": { 24209 "version": "0.5.16", 24210 "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", 24211 "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" 24212 }, 24213 "dom-converter": { 24214 "version": "0.2.0", 24215 "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", 24216 "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", 24217 "requires": { 24218 "utila": "~0.4" 24219 } 24220 }, 24221 "dom-serializer": { 24222 "version": "1.4.1", 24223 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", 24224 "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", 24225 "requires": { 24226 "domelementtype": "^2.0.1", 24227 "domhandler": "^4.2.0", 24228 "entities": "^2.0.0" 24229 } 24230 }, 24231 "domain-browser": { 24232 "version": "4.23.0", 24233 "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-4.23.0.tgz", 24234 "integrity": "sha512-ArzcM/II1wCCujdCNyQjXrAFwS4mrLh4C7DZWlaI8mdh7h3BfKdNd3bKXITfl2PT9FtfQqaGvhi1vPRQPimjGA==" 24235 }, 24236 "domelementtype": { 24237 "version": "2.3.0", 24238 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 24239 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" 24240 }, 24241 "domexception": { 24242 "version": "2.0.1", 24243 "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", 24244 "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", 24245 "requires": { 24246 "webidl-conversions": "^5.0.0" 24247 }, 24248 "dependencies": { 24249 "webidl-conversions": { 24250 "version": "5.0.0", 24251 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", 24252 "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==" 24253 } 24254 } 24255 }, 24256 "domhandler": { 24257 "version": "4.3.1", 24258 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", 24259 "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", 24260 "requires": { 24261 "domelementtype": "^2.2.0" 24262 } 24263 }, 24264 "domutils": { 24265 "version": "2.8.0", 24266 "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", 24267 "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", 24268 "requires": { 24269 "dom-serializer": "^1.0.1", 24270 "domelementtype": "^2.2.0", 24271 "domhandler": "^4.2.0" 24272 } 24273 }, 24274 "dot-case": { 24275 "version": "3.0.4", 24276 "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", 24277 "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", 24278 "requires": { 24279 "no-case": "^3.0.4", 24280 "tslib": "^2.0.3" 24281 } 24282 }, 24283 "dotenv": { 24284 "version": "16.4.2", 24285 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.2.tgz", 24286 "integrity": "sha512-rZSSFxke7d9nYQ5NeMIwp5PP+f8wXgKNljpOb7KtH6SKW1cEqcXAz9VSJYVLKe7Jhup/gUYOkaeSVyK8GJ+nBg==", 24287 "dev": true 24288 }, 24289 "dotenv-expand": { 24290 "version": "5.1.0", 24291 "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", 24292 "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" 24293 }, 24294 "duplexer": { 24295 "version": "0.1.2", 24296 "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", 24297 "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" 24298 }, 24299 "eastasianwidth": { 24300 "version": "0.2.0", 24301 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", 24302 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" 24303 }, 24304 "ee-first": { 24305 "version": "1.1.1", 24306 "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", 24307 "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" 24308 }, 24309 "ejs": { 24310 "version": "3.1.9", 24311 "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", 24312 "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", 24313 "requires": { 24314 "jake": "^10.8.5" 24315 } 24316 }, 24317 "electron-to-chromium": { 24318 "version": "1.4.665", 24319 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.665.tgz", 24320 "integrity": "sha512-UpyCWObBoD+nSZgOC2ToaIdZB0r9GhqT2WahPKiSki6ckkSuKhQNso8V2PrFcHBMleI/eqbKgVQgVC4Wni4ilw==" 24321 }, 24322 "elliptic": { 24323 "version": "6.5.4", 24324 "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", 24325 "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", 24326 "requires": { 24327 "bn.js": "^4.11.9", 24328 "brorand": "^1.1.0", 24329 "hash.js": "^1.0.0", 24330 "hmac-drbg": "^1.0.1", 24331 "inherits": "^2.0.4", 24332 "minimalistic-assert": "^1.0.1", 24333 "minimalistic-crypto-utils": "^1.0.1" 24334 }, 24335 "dependencies": { 24336 "bn.js": { 24337 "version": "4.12.0", 24338 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 24339 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 24340 } 24341 } 24342 }, 24343 "emittery": { 24344 "version": "0.8.1", 24345 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", 24346 "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==" 24347 }, 24348 "emoji-regex": { 24349 "version": "9.2.2", 24350 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 24351 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" 24352 }, 24353 "emojis-list": { 24354 "version": "3.0.0", 24355 "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", 24356 "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" 24357 }, 24358 "encodeurl": { 24359 "version": "1.0.2", 24360 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", 24361 "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" 24362 }, 24363 "enhanced-resolve": { 24364 "version": "5.15.0", 24365 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", 24366 "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", 24367 "requires": { 24368 "graceful-fs": "^4.2.4", 24369 "tapable": "^2.2.0" 24370 } 24371 }, 24372 "entities": { 24373 "version": "2.2.0", 24374 "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", 24375 "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" 24376 }, 24377 "error-ex": { 24378 "version": "1.3.2", 24379 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", 24380 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", 24381 "requires": { 24382 "is-arrayish": "^0.2.1" 24383 } 24384 }, 24385 "error-stack-parser": { 24386 "version": "2.1.4", 24387 "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", 24388 "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", 24389 "requires": { 24390 "stackframe": "^1.3.4" 24391 } 24392 }, 24393 "es-abstract": { 24394 "version": "1.22.3", 24395 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.3.tgz", 24396 "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==", 24397 "requires": { 24398 "array-buffer-byte-length": "^1.0.0", 24399 "arraybuffer.prototype.slice": "^1.0.2", 24400 "available-typed-arrays": "^1.0.5", 24401 "call-bind": "^1.0.5", 24402 "es-set-tostringtag": "^2.0.1", 24403 "es-to-primitive": "^1.2.1", 24404 "function.prototype.name": "^1.1.6", 24405 "get-intrinsic": "^1.2.2", 24406 "get-symbol-description": "^1.0.0", 24407 "globalthis": "^1.0.3", 24408 "gopd": "^1.0.1", 24409 "has-property-descriptors": "^1.0.0", 24410 "has-proto": "^1.0.1", 24411 "has-symbols": "^1.0.3", 24412 "hasown": "^2.0.0", 24413 "internal-slot": "^1.0.5", 24414 "is-array-buffer": "^3.0.2", 24415 "is-callable": "^1.2.7", 24416 "is-negative-zero": "^2.0.2", 24417 "is-regex": "^1.1.4", 24418 "is-shared-array-buffer": "^1.0.2", 24419 "is-string": "^1.0.7", 24420 "is-typed-array": "^1.1.12", 24421 "is-weakref": "^1.0.2", 24422 "object-inspect": "^1.13.1", 24423 "object-keys": "^1.1.1", 24424 "object.assign": "^4.1.4", 24425 "regexp.prototype.flags": "^1.5.1", 24426 "safe-array-concat": "^1.0.1", 24427 "safe-regex-test": "^1.0.0", 24428 "string.prototype.trim": "^1.2.8", 24429 "string.prototype.trimend": "^1.0.7", 24430 "string.prototype.trimstart": "^1.0.7", 24431 "typed-array-buffer": "^1.0.0", 24432 "typed-array-byte-length": "^1.0.0", 24433 "typed-array-byte-offset": "^1.0.0", 24434 "typed-array-length": "^1.0.4", 24435 "unbox-primitive": "^1.0.2", 24436 "which-typed-array": "^1.1.13" 24437 } 24438 }, 24439 "es-array-method-boxes-properly": { 24440 "version": "1.0.0", 24441 "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", 24442 "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==" 24443 }, 24444 "es-errors": { 24445 "version": "1.3.0", 24446 "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", 24447 "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" 24448 }, 24449 "es-get-iterator": { 24450 "version": "1.1.3", 24451 "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", 24452 "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", 24453 "requires": { 24454 "call-bind": "^1.0.2", 24455 "get-intrinsic": "^1.1.3", 24456 "has-symbols": "^1.0.3", 24457 "is-arguments": "^1.1.1", 24458 "is-map": "^2.0.2", 24459 "is-set": "^2.0.2", 24460 "is-string": "^1.0.7", 24461 "isarray": "^2.0.5", 24462 "stop-iteration-iterator": "^1.0.0" 24463 } 24464 }, 24465 "es-iterator-helpers": { 24466 "version": "1.0.15", 24467 "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz", 24468 "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==", 24469 "requires": { 24470 "asynciterator.prototype": "^1.0.0", 24471 "call-bind": "^1.0.2", 24472 "define-properties": "^1.2.1", 24473 "es-abstract": "^1.22.1", 24474 "es-set-tostringtag": "^2.0.1", 24475 "function-bind": "^1.1.1", 24476 "get-intrinsic": "^1.2.1", 24477 "globalthis": "^1.0.3", 24478 "has-property-descriptors": "^1.0.0", 24479 "has-proto": "^1.0.1", 24480 "has-symbols": "^1.0.3", 24481 "internal-slot": "^1.0.5", 24482 "iterator.prototype": "^1.1.2", 24483 "safe-array-concat": "^1.0.1" 24484 } 24485 }, 24486 "es-module-lexer": { 24487 "version": "1.4.1", 24488 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", 24489 "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==" 24490 }, 24491 "es-set-tostringtag": { 24492 "version": "2.0.2", 24493 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz", 24494 "integrity": "sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==", 24495 "requires": { 24496 "get-intrinsic": "^1.2.2", 24497 "has-tostringtag": "^1.0.0", 24498 "hasown": "^2.0.0" 24499 } 24500 }, 24501 "es-shim-unscopables": { 24502 "version": "1.0.2", 24503 "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", 24504 "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", 24505 "requires": { 24506 "hasown": "^2.0.0" 24507 } 24508 }, 24509 "es-to-primitive": { 24510 "version": "1.2.1", 24511 "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", 24512 "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", 24513 "requires": { 24514 "is-callable": "^1.1.4", 24515 "is-date-object": "^1.0.1", 24516 "is-symbol": "^1.0.2" 24517 } 24518 }, 24519 "escalade": { 24520 "version": "3.1.2", 24521 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", 24522 "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==" 24523 }, 24524 "escape-html": { 24525 "version": "1.0.3", 24526 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", 24527 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" 24528 }, 24529 "escape-string-regexp": { 24530 "version": "1.0.5", 24531 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", 24532 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" 24533 }, 24534 "escodegen": { 24535 "version": "2.1.0", 24536 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", 24537 "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", 24538 "requires": { 24539 "esprima": "^4.0.1", 24540 "estraverse": "^5.2.0", 24541 "esutils": "^2.0.2", 24542 "source-map": "~0.6.1" 24543 }, 24544 "dependencies": { 24545 "source-map": { 24546 "version": "0.6.1", 24547 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 24548 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 24549 "optional": true 24550 } 24551 } 24552 }, 24553 "eslint": { 24554 "version": "8.56.0", 24555 "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", 24556 "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", 24557 "requires": { 24558 "@eslint-community/eslint-utils": "^4.2.0", 24559 "@eslint-community/regexpp": "^4.6.1", 24560 "@eslint/eslintrc": "^2.1.4", 24561 "@eslint/js": "8.56.0", 24562 "@humanwhocodes/config-array": "^0.11.13", 24563 "@humanwhocodes/module-importer": "^1.0.1", 24564 "@nodelib/fs.walk": "^1.2.8", 24565 "@ungap/structured-clone": "^1.2.0", 24566 "ajv": "^6.12.4", 24567 "chalk": "^4.0.0", 24568 "cross-spawn": "^7.0.2", 24569 "debug": "^4.3.2", 24570 "doctrine": "^3.0.0", 24571 "escape-string-regexp": "^4.0.0", 24572 "eslint-scope": "^7.2.2", 24573 "eslint-visitor-keys": "^3.4.3", 24574 "espree": "^9.6.1", 24575 "esquery": "^1.4.2", 24576 "esutils": "^2.0.2", 24577 "fast-deep-equal": "^3.1.3", 24578 "file-entry-cache": "^6.0.1", 24579 "find-up": "^5.0.0", 24580 "glob-parent": "^6.0.2", 24581 "globals": "^13.19.0", 24582 "graphemer": "^1.4.0", 24583 "ignore": "^5.2.0", 24584 "imurmurhash": "^0.1.4", 24585 "is-glob": "^4.0.0", 24586 "is-path-inside": "^3.0.3", 24587 "js-yaml": "^4.1.0", 24588 "json-stable-stringify-without-jsonify": "^1.0.1", 24589 "levn": "^0.4.1", 24590 "lodash.merge": "^4.6.2", 24591 "minimatch": "^3.1.2", 24592 "natural-compare": "^1.4.0", 24593 "optionator": "^0.9.3", 24594 "strip-ansi": "^6.0.1", 24595 "text-table": "^0.2.0" 24596 }, 24597 "dependencies": { 24598 "ansi-styles": { 24599 "version": "4.3.0", 24600 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 24601 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 24602 "requires": { 24603 "color-convert": "^2.0.1" 24604 } 24605 }, 24606 "argparse": { 24607 "version": "2.0.1", 24608 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 24609 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" 24610 }, 24611 "chalk": { 24612 "version": "4.1.2", 24613 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 24614 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 24615 "requires": { 24616 "ansi-styles": "^4.1.0", 24617 "supports-color": "^7.1.0" 24618 } 24619 }, 24620 "color-convert": { 24621 "version": "2.0.1", 24622 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 24623 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 24624 "requires": { 24625 "color-name": "~1.1.4" 24626 } 24627 }, 24628 "color-name": { 24629 "version": "1.1.4", 24630 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 24631 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 24632 }, 24633 "escape-string-regexp": { 24634 "version": "4.0.0", 24635 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", 24636 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" 24637 }, 24638 "globals": { 24639 "version": "13.24.0", 24640 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", 24641 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", 24642 "requires": { 24643 "type-fest": "^0.20.2" 24644 } 24645 }, 24646 "has-flag": { 24647 "version": "4.0.0", 24648 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 24649 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 24650 }, 24651 "js-yaml": { 24652 "version": "4.1.0", 24653 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 24654 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 24655 "requires": { 24656 "argparse": "^2.0.1" 24657 } 24658 }, 24659 "supports-color": { 24660 "version": "7.2.0", 24661 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 24662 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 24663 "requires": { 24664 "has-flag": "^4.0.0" 24665 } 24666 }, 24667 "type-fest": { 24668 "version": "0.20.2", 24669 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", 24670 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" 24671 } 24672 } 24673 }, 24674 "eslint-config-react-app": { 24675 "version": "7.0.1", 24676 "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz", 24677 "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==", 24678 "requires": { 24679 "@babel/core": "^7.16.0", 24680 "@babel/eslint-parser": "^7.16.3", 24681 "@rushstack/eslint-patch": "^1.1.0", 24682 "@typescript-eslint/eslint-plugin": "^5.5.0", 24683 "@typescript-eslint/parser": "^5.5.0", 24684 "babel-preset-react-app": "^10.0.1", 24685 "confusing-browser-globals": "^1.0.11", 24686 "eslint-plugin-flowtype": "^8.0.3", 24687 "eslint-plugin-import": "^2.25.3", 24688 "eslint-plugin-jest": "^25.3.0", 24689 "eslint-plugin-jsx-a11y": "^6.5.1", 24690 "eslint-plugin-react": "^7.27.1", 24691 "eslint-plugin-react-hooks": "^4.3.0", 24692 "eslint-plugin-testing-library": "^5.0.1" 24693 } 24694 }, 24695 "eslint-import-resolver-node": { 24696 "version": "0.3.9", 24697 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", 24698 "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", 24699 "requires": { 24700 "debug": "^3.2.7", 24701 "is-core-module": "^2.13.0", 24702 "resolve": "^1.22.4" 24703 }, 24704 "dependencies": { 24705 "debug": { 24706 "version": "3.2.7", 24707 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 24708 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 24709 "requires": { 24710 "ms": "^2.1.1" 24711 } 24712 } 24713 } 24714 }, 24715 "eslint-module-utils": { 24716 "version": "2.8.0", 24717 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", 24718 "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", 24719 "requires": { 24720 "debug": "^3.2.7" 24721 }, 24722 "dependencies": { 24723 "debug": { 24724 "version": "3.2.7", 24725 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 24726 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 24727 "requires": { 24728 "ms": "^2.1.1" 24729 } 24730 } 24731 } 24732 }, 24733 "eslint-plugin-flowtype": { 24734 "version": "8.0.3", 24735 "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz", 24736 "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==", 24737 "requires": { 24738 "lodash": "^4.17.21", 24739 "string-natural-compare": "^3.0.1" 24740 } 24741 }, 24742 "eslint-plugin-import": { 24743 "version": "2.29.1", 24744 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", 24745 "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", 24746 "requires": { 24747 "array-includes": "^3.1.7", 24748 "array.prototype.findlastindex": "^1.2.3", 24749 "array.prototype.flat": "^1.3.2", 24750 "array.prototype.flatmap": "^1.3.2", 24751 "debug": "^3.2.7", 24752 "doctrine": "^2.1.0", 24753 "eslint-import-resolver-node": "^0.3.9", 24754 "eslint-module-utils": "^2.8.0", 24755 "hasown": "^2.0.0", 24756 "is-core-module": "^2.13.1", 24757 "is-glob": "^4.0.3", 24758 "minimatch": "^3.1.2", 24759 "object.fromentries": "^2.0.7", 24760 "object.groupby": "^1.0.1", 24761 "object.values": "^1.1.7", 24762 "semver": "^6.3.1", 24763 "tsconfig-paths": "^3.15.0" 24764 }, 24765 "dependencies": { 24766 "debug": { 24767 "version": "3.2.7", 24768 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 24769 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 24770 "requires": { 24771 "ms": "^2.1.1" 24772 } 24773 }, 24774 "doctrine": { 24775 "version": "2.1.0", 24776 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", 24777 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", 24778 "requires": { 24779 "esutils": "^2.0.2" 24780 } 24781 }, 24782 "semver": { 24783 "version": "6.3.1", 24784 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 24785 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 24786 } 24787 } 24788 }, 24789 "eslint-plugin-jest": { 24790 "version": "25.7.0", 24791 "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz", 24792 "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==", 24793 "requires": { 24794 "@typescript-eslint/experimental-utils": "^5.0.0" 24795 } 24796 }, 24797 "eslint-plugin-jsx-a11y": { 24798 "version": "6.8.0", 24799 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz", 24800 "integrity": "sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==", 24801 "requires": { 24802 "@babel/runtime": "^7.23.2", 24803 "aria-query": "^5.3.0", 24804 "array-includes": "^3.1.7", 24805 "array.prototype.flatmap": "^1.3.2", 24806 "ast-types-flow": "^0.0.8", 24807 "axe-core": "=4.7.0", 24808 "axobject-query": "^3.2.1", 24809 "damerau-levenshtein": "^1.0.8", 24810 "emoji-regex": "^9.2.2", 24811 "es-iterator-helpers": "^1.0.15", 24812 "hasown": "^2.0.0", 24813 "jsx-ast-utils": "^3.3.5", 24814 "language-tags": "^1.0.9", 24815 "minimatch": "^3.1.2", 24816 "object.entries": "^1.1.7", 24817 "object.fromentries": "^2.0.7" 24818 } 24819 }, 24820 "eslint-plugin-react": { 24821 "version": "7.33.2", 24822 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz", 24823 "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==", 24824 "requires": { 24825 "array-includes": "^3.1.6", 24826 "array.prototype.flatmap": "^1.3.1", 24827 "array.prototype.tosorted": "^1.1.1", 24828 "doctrine": "^2.1.0", 24829 "es-iterator-helpers": "^1.0.12", 24830 "estraverse": "^5.3.0", 24831 "jsx-ast-utils": "^2.4.1 || ^3.0.0", 24832 "minimatch": "^3.1.2", 24833 "object.entries": "^1.1.6", 24834 "object.fromentries": "^2.0.6", 24835 "object.hasown": "^1.1.2", 24836 "object.values": "^1.1.6", 24837 "prop-types": "^15.8.1", 24838 "resolve": "^2.0.0-next.4", 24839 "semver": "^6.3.1", 24840 "string.prototype.matchall": "^4.0.8" 24841 }, 24842 "dependencies": { 24843 "doctrine": { 24844 "version": "2.1.0", 24845 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", 24846 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", 24847 "requires": { 24848 "esutils": "^2.0.2" 24849 } 24850 }, 24851 "resolve": { 24852 "version": "2.0.0-next.5", 24853 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", 24854 "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", 24855 "requires": { 24856 "is-core-module": "^2.13.0", 24857 "path-parse": "^1.0.7", 24858 "supports-preserve-symlinks-flag": "^1.0.0" 24859 } 24860 }, 24861 "semver": { 24862 "version": "6.3.1", 24863 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 24864 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 24865 } 24866 } 24867 }, 24868 "eslint-plugin-react-hooks": { 24869 "version": "4.6.0", 24870 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", 24871 "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", 24872 "requires": {} 24873 }, 24874 "eslint-plugin-testing-library": { 24875 "version": "5.11.1", 24876 "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz", 24877 "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==", 24878 "requires": { 24879 "@typescript-eslint/utils": "^5.58.0" 24880 } 24881 }, 24882 "eslint-scope": { 24883 "version": "7.2.2", 24884 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", 24885 "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", 24886 "requires": { 24887 "esrecurse": "^4.3.0", 24888 "estraverse": "^5.2.0" 24889 } 24890 }, 24891 "eslint-visitor-keys": { 24892 "version": "3.4.3", 24893 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", 24894 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" 24895 }, 24896 "eslint-webpack-plugin": { 24897 "version": "3.2.0", 24898 "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz", 24899 "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==", 24900 "requires": { 24901 "@types/eslint": "^7.29.0 || ^8.4.1", 24902 "jest-worker": "^28.0.2", 24903 "micromatch": "^4.0.5", 24904 "normalize-path": "^3.0.0", 24905 "schema-utils": "^4.0.0" 24906 }, 24907 "dependencies": { 24908 "ajv": { 24909 "version": "8.12.0", 24910 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 24911 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 24912 "requires": { 24913 "fast-deep-equal": "^3.1.1", 24914 "json-schema-traverse": "^1.0.0", 24915 "require-from-string": "^2.0.2", 24916 "uri-js": "^4.2.2" 24917 } 24918 }, 24919 "ajv-keywords": { 24920 "version": "5.1.0", 24921 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 24922 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 24923 "requires": { 24924 "fast-deep-equal": "^3.1.3" 24925 } 24926 }, 24927 "has-flag": { 24928 "version": "4.0.0", 24929 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 24930 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 24931 }, 24932 "jest-worker": { 24933 "version": "28.1.3", 24934 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", 24935 "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", 24936 "requires": { 24937 "@types/node": "*", 24938 "merge-stream": "^2.0.0", 24939 "supports-color": "^8.0.0" 24940 } 24941 }, 24942 "json-schema-traverse": { 24943 "version": "1.0.0", 24944 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 24945 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 24946 }, 24947 "schema-utils": { 24948 "version": "4.2.0", 24949 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", 24950 "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", 24951 "requires": { 24952 "@types/json-schema": "^7.0.9", 24953 "ajv": "^8.9.0", 24954 "ajv-formats": "^2.1.1", 24955 "ajv-keywords": "^5.1.0" 24956 } 24957 }, 24958 "supports-color": { 24959 "version": "8.1.1", 24960 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", 24961 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", 24962 "requires": { 24963 "has-flag": "^4.0.0" 24964 } 24965 } 24966 } 24967 }, 24968 "espree": { 24969 "version": "9.6.1", 24970 "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", 24971 "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", 24972 "requires": { 24973 "acorn": "^8.9.0", 24974 "acorn-jsx": "^5.3.2", 24975 "eslint-visitor-keys": "^3.4.1" 24976 } 24977 }, 24978 "esprima": { 24979 "version": "4.0.1", 24980 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", 24981 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" 24982 }, 24983 "esquery": { 24984 "version": "1.5.0", 24985 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", 24986 "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", 24987 "requires": { 24988 "estraverse": "^5.1.0" 24989 } 24990 }, 24991 "esrecurse": { 24992 "version": "4.3.0", 24993 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", 24994 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", 24995 "requires": { 24996 "estraverse": "^5.2.0" 24997 } 24998 }, 24999 "estraverse": { 25000 "version": "5.3.0", 25001 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", 25002 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" 25003 }, 25004 "estree-walker": { 25005 "version": "1.0.1", 25006 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", 25007 "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" 25008 }, 25009 "esutils": { 25010 "version": "2.0.3", 25011 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", 25012 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" 25013 }, 25014 "etag": { 25015 "version": "1.8.1", 25016 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", 25017 "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" 25018 }, 25019 "event-target-shim": { 25020 "version": "5.0.1", 25021 "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", 25022 "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" 25023 }, 25024 "eventemitter3": { 25025 "version": "4.0.7", 25026 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", 25027 "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" 25028 }, 25029 "events": { 25030 "version": "3.3.0", 25031 "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", 25032 "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" 25033 }, 25034 "evp_bytestokey": { 25035 "version": "1.0.3", 25036 "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", 25037 "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", 25038 "requires": { 25039 "md5.js": "^1.3.4", 25040 "safe-buffer": "^5.1.1" 25041 } 25042 }, 25043 "execa": { 25044 "version": "5.1.1", 25045 "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", 25046 "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", 25047 "requires": { 25048 "cross-spawn": "^7.0.3", 25049 "get-stream": "^6.0.0", 25050 "human-signals": "^2.1.0", 25051 "is-stream": "^2.0.0", 25052 "merge-stream": "^2.0.0", 25053 "npm-run-path": "^4.0.1", 25054 "onetime": "^5.1.2", 25055 "signal-exit": "^3.0.3", 25056 "strip-final-newline": "^2.0.0" 25057 } 25058 }, 25059 "exit": { 25060 "version": "0.1.2", 25061 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", 25062 "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==" 25063 }, 25064 "expect": { 25065 "version": "27.5.1", 25066 "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", 25067 "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", 25068 "requires": { 25069 "@jest/types": "^27.5.1", 25070 "jest-get-type": "^27.5.1", 25071 "jest-matcher-utils": "^27.5.1", 25072 "jest-message-util": "^27.5.1" 25073 } 25074 }, 25075 "express": { 25076 "version": "4.18.2", 25077 "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", 25078 "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", 25079 "requires": { 25080 "accepts": "~1.3.8", 25081 "array-flatten": "1.1.1", 25082 "body-parser": "1.20.1", 25083 "content-disposition": "0.5.4", 25084 "content-type": "~1.0.4", 25085 "cookie": "0.5.0", 25086 "cookie-signature": "1.0.6", 25087 "debug": "2.6.9", 25088 "depd": "2.0.0", 25089 "encodeurl": "~1.0.2", 25090 "escape-html": "~1.0.3", 25091 "etag": "~1.8.1", 25092 "finalhandler": "1.2.0", 25093 "fresh": "0.5.2", 25094 "http-errors": "2.0.0", 25095 "merge-descriptors": "1.0.1", 25096 "methods": "~1.1.2", 25097 "on-finished": "2.4.1", 25098 "parseurl": "~1.3.3", 25099 "path-to-regexp": "0.1.7", 25100 "proxy-addr": "~2.0.7", 25101 "qs": "6.11.0", 25102 "range-parser": "~1.2.1", 25103 "safe-buffer": "5.2.1", 25104 "send": "0.18.0", 25105 "serve-static": "1.15.0", 25106 "setprototypeof": "1.2.0", 25107 "statuses": "2.0.1", 25108 "type-is": "~1.6.18", 25109 "utils-merge": "1.0.1", 25110 "vary": "~1.1.2" 25111 }, 25112 "dependencies": { 25113 "debug": { 25114 "version": "2.6.9", 25115 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 25116 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 25117 "requires": { 25118 "ms": "2.0.0" 25119 } 25120 }, 25121 "ms": { 25122 "version": "2.0.0", 25123 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 25124 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 25125 } 25126 } 25127 }, 25128 "fast-deep-equal": { 25129 "version": "3.1.3", 25130 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 25131 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" 25132 }, 25133 "fast-glob": { 25134 "version": "3.3.2", 25135 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", 25136 "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", 25137 "requires": { 25138 "@nodelib/fs.stat": "^2.0.2", 25139 "@nodelib/fs.walk": "^1.2.3", 25140 "glob-parent": "^5.1.2", 25141 "merge2": "^1.3.0", 25142 "micromatch": "^4.0.4" 25143 }, 25144 "dependencies": { 25145 "glob-parent": { 25146 "version": "5.1.2", 25147 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 25148 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 25149 "requires": { 25150 "is-glob": "^4.0.1" 25151 } 25152 } 25153 } 25154 }, 25155 "fast-json-stable-stringify": { 25156 "version": "2.1.0", 25157 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", 25158 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" 25159 }, 25160 "fast-levenshtein": { 25161 "version": "2.0.6", 25162 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", 25163 "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" 25164 }, 25165 "fastq": { 25166 "version": "1.17.1", 25167 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", 25168 "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", 25169 "requires": { 25170 "reusify": "^1.0.4" 25171 } 25172 }, 25173 "faye-websocket": { 25174 "version": "0.11.4", 25175 "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", 25176 "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", 25177 "requires": { 25178 "websocket-driver": ">=0.5.1" 25179 } 25180 }, 25181 "fb-watchman": { 25182 "version": "2.0.2", 25183 "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", 25184 "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", 25185 "requires": { 25186 "bser": "2.1.1" 25187 } 25188 }, 25189 "file-entry-cache": { 25190 "version": "6.0.1", 25191 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", 25192 "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", 25193 "requires": { 25194 "flat-cache": "^3.0.4" 25195 } 25196 }, 25197 "file-loader": { 25198 "version": "6.2.0", 25199 "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", 25200 "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", 25201 "requires": { 25202 "loader-utils": "^2.0.0", 25203 "schema-utils": "^3.0.0" 25204 } 25205 }, 25206 "filelist": { 25207 "version": "1.0.4", 25208 "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", 25209 "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", 25210 "requires": { 25211 "minimatch": "^5.0.1" 25212 }, 25213 "dependencies": { 25214 "brace-expansion": { 25215 "version": "2.0.1", 25216 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", 25217 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", 25218 "requires": { 25219 "balanced-match": "^1.0.0" 25220 } 25221 }, 25222 "minimatch": { 25223 "version": "5.1.6", 25224 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", 25225 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", 25226 "requires": { 25227 "brace-expansion": "^2.0.1" 25228 } 25229 } 25230 } 25231 }, 25232 "filesize": { 25233 "version": "8.0.7", 25234 "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", 25235 "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==" 25236 }, 25237 "fill-range": { 25238 "version": "7.0.1", 25239 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", 25240 "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", 25241 "requires": { 25242 "to-regex-range": "^5.0.1" 25243 } 25244 }, 25245 "finalhandler": { 25246 "version": "1.2.0", 25247 "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", 25248 "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", 25249 "requires": { 25250 "debug": "2.6.9", 25251 "encodeurl": "~1.0.2", 25252 "escape-html": "~1.0.3", 25253 "on-finished": "2.4.1", 25254 "parseurl": "~1.3.3", 25255 "statuses": "2.0.1", 25256 "unpipe": "~1.0.0" 25257 }, 25258 "dependencies": { 25259 "debug": { 25260 "version": "2.6.9", 25261 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 25262 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 25263 "requires": { 25264 "ms": "2.0.0" 25265 } 25266 }, 25267 "ms": { 25268 "version": "2.0.0", 25269 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 25270 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 25271 } 25272 } 25273 }, 25274 "find-cache-dir": { 25275 "version": "3.3.2", 25276 "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", 25277 "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", 25278 "requires": { 25279 "commondir": "^1.0.1", 25280 "make-dir": "^3.0.2", 25281 "pkg-dir": "^4.1.0" 25282 } 25283 }, 25284 "find-up": { 25285 "version": "5.0.0", 25286 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", 25287 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", 25288 "requires": { 25289 "locate-path": "^6.0.0", 25290 "path-exists": "^4.0.0" 25291 } 25292 }, 25293 "flat-cache": { 25294 "version": "3.2.0", 25295 "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", 25296 "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", 25297 "requires": { 25298 "flatted": "^3.2.9", 25299 "keyv": "^4.5.3", 25300 "rimraf": "^3.0.2" 25301 } 25302 }, 25303 "flatted": { 25304 "version": "3.2.9", 25305 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", 25306 "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==" 25307 }, 25308 "follow-redirects": { 25309 "version": "1.15.5", 25310 "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", 25311 "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==" 25312 }, 25313 "for-each": { 25314 "version": "0.3.3", 25315 "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", 25316 "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", 25317 "requires": { 25318 "is-callable": "^1.1.3" 25319 } 25320 }, 25321 "foreground-child": { 25322 "version": "3.1.1", 25323 "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", 25324 "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", 25325 "requires": { 25326 "cross-spawn": "^7.0.0", 25327 "signal-exit": "^4.0.1" 25328 }, 25329 "dependencies": { 25330 "signal-exit": { 25331 "version": "4.1.0", 25332 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 25333 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" 25334 } 25335 } 25336 }, 25337 "fork-ts-checker-webpack-plugin": { 25338 "version": "6.5.3", 25339 "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", 25340 "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", 25341 "requires": { 25342 "@babel/code-frame": "^7.8.3", 25343 "@types/json-schema": "^7.0.5", 25344 "chalk": "^4.1.0", 25345 "chokidar": "^3.4.2", 25346 "cosmiconfig": "^6.0.0", 25347 "deepmerge": "^4.2.2", 25348 "fs-extra": "^9.0.0", 25349 "glob": "^7.1.6", 25350 "memfs": "^3.1.2", 25351 "minimatch": "^3.0.4", 25352 "schema-utils": "2.7.0", 25353 "semver": "^7.3.2", 25354 "tapable": "^1.0.0" 25355 }, 25356 "dependencies": { 25357 "ansi-styles": { 25358 "version": "4.3.0", 25359 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 25360 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 25361 "requires": { 25362 "color-convert": "^2.0.1" 25363 } 25364 }, 25365 "chalk": { 25366 "version": "4.1.2", 25367 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 25368 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 25369 "requires": { 25370 "ansi-styles": "^4.1.0", 25371 "supports-color": "^7.1.0" 25372 } 25373 }, 25374 "color-convert": { 25375 "version": "2.0.1", 25376 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 25377 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 25378 "requires": { 25379 "color-name": "~1.1.4" 25380 } 25381 }, 25382 "color-name": { 25383 "version": "1.1.4", 25384 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 25385 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 25386 }, 25387 "cosmiconfig": { 25388 "version": "6.0.0", 25389 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", 25390 "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", 25391 "requires": { 25392 "@types/parse-json": "^4.0.0", 25393 "import-fresh": "^3.1.0", 25394 "parse-json": "^5.0.0", 25395 "path-type": "^4.0.0", 25396 "yaml": "^1.7.2" 25397 } 25398 }, 25399 "fs-extra": { 25400 "version": "9.1.0", 25401 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", 25402 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", 25403 "requires": { 25404 "at-least-node": "^1.0.0", 25405 "graceful-fs": "^4.2.0", 25406 "jsonfile": "^6.0.1", 25407 "universalify": "^2.0.0" 25408 } 25409 }, 25410 "has-flag": { 25411 "version": "4.0.0", 25412 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 25413 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 25414 }, 25415 "schema-utils": { 25416 "version": "2.7.0", 25417 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", 25418 "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", 25419 "requires": { 25420 "@types/json-schema": "^7.0.4", 25421 "ajv": "^6.12.2", 25422 "ajv-keywords": "^3.4.1" 25423 } 25424 }, 25425 "supports-color": { 25426 "version": "7.2.0", 25427 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 25428 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 25429 "requires": { 25430 "has-flag": "^4.0.0" 25431 } 25432 }, 25433 "tapable": { 25434 "version": "1.1.3", 25435 "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", 25436 "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" 25437 } 25438 } 25439 }, 25440 "form-data": { 25441 "version": "3.0.1", 25442 "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", 25443 "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", 25444 "requires": { 25445 "asynckit": "^0.4.0", 25446 "combined-stream": "^1.0.8", 25447 "mime-types": "^2.1.12" 25448 } 25449 }, 25450 "forwarded": { 25451 "version": "0.2.0", 25452 "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", 25453 "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" 25454 }, 25455 "fraction.js": { 25456 "version": "4.3.7", 25457 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", 25458 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==" 25459 }, 25460 "fresh": { 25461 "version": "0.5.2", 25462 "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", 25463 "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" 25464 }, 25465 "fs-extra": { 25466 "version": "10.1.0", 25467 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", 25468 "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", 25469 "requires": { 25470 "graceful-fs": "^4.2.0", 25471 "jsonfile": "^6.0.1", 25472 "universalify": "^2.0.0" 25473 } 25474 }, 25475 "fs-monkey": { 25476 "version": "1.0.5", 25477 "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz", 25478 "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==" 25479 }, 25480 "fs.realpath": { 25481 "version": "1.0.0", 25482 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 25483 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" 25484 }, 25485 "fsevents": { 25486 "version": "2.3.3", 25487 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 25488 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 25489 "optional": true 25490 }, 25491 "function-bind": { 25492 "version": "1.1.2", 25493 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", 25494 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" 25495 }, 25496 "function.prototype.name": { 25497 "version": "1.1.6", 25498 "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", 25499 "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", 25500 "requires": { 25501 "call-bind": "^1.0.2", 25502 "define-properties": "^1.2.0", 25503 "es-abstract": "^1.22.1", 25504 "functions-have-names": "^1.2.3" 25505 } 25506 }, 25507 "functions-have-names": { 25508 "version": "1.2.3", 25509 "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", 25510 "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" 25511 }, 25512 "gensync": { 25513 "version": "1.0.0-beta.2", 25514 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", 25515 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" 25516 }, 25517 "get-caller-file": { 25518 "version": "2.0.5", 25519 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", 25520 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" 25521 }, 25522 "get-intrinsic": { 25523 "version": "1.2.4", 25524 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", 25525 "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", 25526 "requires": { 25527 "es-errors": "^1.3.0", 25528 "function-bind": "^1.1.2", 25529 "has-proto": "^1.0.1", 25530 "has-symbols": "^1.0.3", 25531 "hasown": "^2.0.0" 25532 } 25533 }, 25534 "get-own-enumerable-property-symbols": { 25535 "version": "3.0.2", 25536 "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", 25537 "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" 25538 }, 25539 "get-package-type": { 25540 "version": "0.1.0", 25541 "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", 25542 "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" 25543 }, 25544 "get-stream": { 25545 "version": "6.0.1", 25546 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", 25547 "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" 25548 }, 25549 "get-symbol-description": { 25550 "version": "1.0.2", 25551 "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", 25552 "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", 25553 "requires": { 25554 "call-bind": "^1.0.5", 25555 "es-errors": "^1.3.0", 25556 "get-intrinsic": "^1.2.4" 25557 } 25558 }, 25559 "glob": { 25560 "version": "7.2.3", 25561 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", 25562 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", 25563 "requires": { 25564 "fs.realpath": "^1.0.0", 25565 "inflight": "^1.0.4", 25566 "inherits": "2", 25567 "minimatch": "^3.1.1", 25568 "once": "^1.3.0", 25569 "path-is-absolute": "^1.0.0" 25570 } 25571 }, 25572 "glob-parent": { 25573 "version": "6.0.2", 25574 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", 25575 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", 25576 "requires": { 25577 "is-glob": "^4.0.3" 25578 } 25579 }, 25580 "glob-to-regexp": { 25581 "version": "0.4.1", 25582 "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", 25583 "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" 25584 }, 25585 "global-modules": { 25586 "version": "2.0.0", 25587 "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", 25588 "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", 25589 "requires": { 25590 "global-prefix": "^3.0.0" 25591 } 25592 }, 25593 "global-prefix": { 25594 "version": "3.0.0", 25595 "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", 25596 "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", 25597 "requires": { 25598 "ini": "^1.3.5", 25599 "kind-of": "^6.0.2", 25600 "which": "^1.3.1" 25601 }, 25602 "dependencies": { 25603 "which": { 25604 "version": "1.3.1", 25605 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", 25606 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", 25607 "requires": { 25608 "isexe": "^2.0.0" 25609 } 25610 } 25611 } 25612 }, 25613 "globals": { 25614 "version": "11.12.0", 25615 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", 25616 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" 25617 }, 25618 "globalthis": { 25619 "version": "1.0.3", 25620 "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", 25621 "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", 25622 "requires": { 25623 "define-properties": "^1.1.3" 25624 } 25625 }, 25626 "globby": { 25627 "version": "11.1.0", 25628 "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", 25629 "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", 25630 "requires": { 25631 "array-union": "^2.1.0", 25632 "dir-glob": "^3.0.1", 25633 "fast-glob": "^3.2.9", 25634 "ignore": "^5.2.0", 25635 "merge2": "^1.4.1", 25636 "slash": "^3.0.0" 25637 } 25638 }, 25639 "gopd": { 25640 "version": "1.0.1", 25641 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", 25642 "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", 25643 "requires": { 25644 "get-intrinsic": "^1.1.3" 25645 } 25646 }, 25647 "graceful-fs": { 25648 "version": "4.2.11", 25649 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 25650 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" 25651 }, 25652 "graphemer": { 25653 "version": "1.4.0", 25654 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", 25655 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" 25656 }, 25657 "guacamole-common-js": { 25658 "version": "1.5.0", 25659 "resolved": "https://registry.npmjs.org/guacamole-common-js/-/guacamole-common-js-1.5.0.tgz", 25660 "integrity": "sha512-zxztif3GGhKbg1RgOqwmqot8kXgv2HmHFg1EvWwd4q7UfEKvBcYZ0f+7G8HzvU+FUxF0Psqm9Kl5vCbgfrRgJg==" 25661 }, 25662 "gzip-size": { 25663 "version": "6.0.0", 25664 "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", 25665 "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", 25666 "requires": { 25667 "duplexer": "^0.1.2" 25668 } 25669 }, 25670 "handle-thing": { 25671 "version": "2.0.1", 25672 "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", 25673 "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" 25674 }, 25675 "harmony-reflect": { 25676 "version": "1.6.2", 25677 "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", 25678 "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" 25679 }, 25680 "has-bigints": { 25681 "version": "1.0.2", 25682 "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", 25683 "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" 25684 }, 25685 "has-flag": { 25686 "version": "3.0.0", 25687 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", 25688 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" 25689 }, 25690 "has-property-descriptors": { 25691 "version": "1.0.1", 25692 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", 25693 "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", 25694 "requires": { 25695 "get-intrinsic": "^1.2.2" 25696 } 25697 }, 25698 "has-proto": { 25699 "version": "1.0.1", 25700 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", 25701 "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" 25702 }, 25703 "has-symbols": { 25704 "version": "1.0.3", 25705 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", 25706 "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" 25707 }, 25708 "has-tostringtag": { 25709 "version": "1.0.2", 25710 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", 25711 "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", 25712 "requires": { 25713 "has-symbols": "^1.0.3" 25714 } 25715 }, 25716 "hash-base": { 25717 "version": "3.1.0", 25718 "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", 25719 "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", 25720 "requires": { 25721 "inherits": "^2.0.4", 25722 "readable-stream": "^3.6.0", 25723 "safe-buffer": "^5.2.0" 25724 } 25725 }, 25726 "hash.js": { 25727 "version": "1.1.7", 25728 "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", 25729 "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", 25730 "requires": { 25731 "inherits": "^2.0.3", 25732 "minimalistic-assert": "^1.0.1" 25733 } 25734 }, 25735 "hasown": { 25736 "version": "2.0.0", 25737 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", 25738 "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", 25739 "requires": { 25740 "function-bind": "^1.1.2" 25741 } 25742 }, 25743 "he": { 25744 "version": "1.2.0", 25745 "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", 25746 "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" 25747 }, 25748 "hmac-drbg": { 25749 "version": "1.0.1", 25750 "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", 25751 "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==", 25752 "requires": { 25753 "hash.js": "^1.0.3", 25754 "minimalistic-assert": "^1.0.0", 25755 "minimalistic-crypto-utils": "^1.0.1" 25756 } 25757 }, 25758 "hoopy": { 25759 "version": "0.1.4", 25760 "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", 25761 "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==" 25762 }, 25763 "hpack.js": { 25764 "version": "2.1.6", 25765 "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", 25766 "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", 25767 "requires": { 25768 "inherits": "^2.0.1", 25769 "obuf": "^1.0.0", 25770 "readable-stream": "^2.0.1", 25771 "wbuf": "^1.1.0" 25772 }, 25773 "dependencies": { 25774 "isarray": { 25775 "version": "1.0.0", 25776 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", 25777 "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" 25778 }, 25779 "readable-stream": { 25780 "version": "2.3.8", 25781 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", 25782 "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", 25783 "requires": { 25784 "core-util-is": "~1.0.0", 25785 "inherits": "~2.0.3", 25786 "isarray": "~1.0.0", 25787 "process-nextick-args": "~2.0.0", 25788 "safe-buffer": "~5.1.1", 25789 "string_decoder": "~1.1.1", 25790 "util-deprecate": "~1.0.1" 25791 } 25792 }, 25793 "safe-buffer": { 25794 "version": "5.1.2", 25795 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", 25796 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" 25797 }, 25798 "string_decoder": { 25799 "version": "1.1.1", 25800 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", 25801 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", 25802 "requires": { 25803 "safe-buffer": "~5.1.0" 25804 } 25805 } 25806 } 25807 }, 25808 "html-encoding-sniffer": { 25809 "version": "2.0.1", 25810 "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", 25811 "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", 25812 "requires": { 25813 "whatwg-encoding": "^1.0.5" 25814 } 25815 }, 25816 "html-entities": { 25817 "version": "2.4.0", 25818 "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", 25819 "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==" 25820 }, 25821 "html-escaper": { 25822 "version": "2.0.2", 25823 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", 25824 "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" 25825 }, 25826 "html-minifier-terser": { 25827 "version": "6.1.0", 25828 "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", 25829 "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", 25830 "requires": { 25831 "camel-case": "^4.1.2", 25832 "clean-css": "^5.2.2", 25833 "commander": "^8.3.0", 25834 "he": "^1.2.0", 25835 "param-case": "^3.0.4", 25836 "relateurl": "^0.2.7", 25837 "terser": "^5.10.0" 25838 } 25839 }, 25840 "html-webpack-plugin": { 25841 "version": "5.6.0", 25842 "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", 25843 "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", 25844 "requires": { 25845 "@types/html-minifier-terser": "^6.0.0", 25846 "html-minifier-terser": "^6.0.2", 25847 "lodash": "^4.17.21", 25848 "pretty-error": "^4.0.0", 25849 "tapable": "^2.0.0" 25850 } 25851 }, 25852 "htmlparser2": { 25853 "version": "6.1.0", 25854 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", 25855 "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", 25856 "requires": { 25857 "domelementtype": "^2.0.1", 25858 "domhandler": "^4.0.0", 25859 "domutils": "^2.5.2", 25860 "entities": "^2.0.0" 25861 } 25862 }, 25863 "http-deceiver": { 25864 "version": "1.2.7", 25865 "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", 25866 "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" 25867 }, 25868 "http-errors": { 25869 "version": "2.0.0", 25870 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", 25871 "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", 25872 "requires": { 25873 "depd": "2.0.0", 25874 "inherits": "2.0.4", 25875 "setprototypeof": "1.2.0", 25876 "statuses": "2.0.1", 25877 "toidentifier": "1.0.1" 25878 } 25879 }, 25880 "http-parser-js": { 25881 "version": "0.5.8", 25882 "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", 25883 "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==" 25884 }, 25885 "http-proxy": { 25886 "version": "1.18.1", 25887 "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", 25888 "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", 25889 "requires": { 25890 "eventemitter3": "^4.0.0", 25891 "follow-redirects": "^1.0.0", 25892 "requires-port": "^1.0.0" 25893 } 25894 }, 25895 "http-proxy-agent": { 25896 "version": "4.0.1", 25897 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", 25898 "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", 25899 "requires": { 25900 "@tootallnate/once": "1", 25901 "agent-base": "6", 25902 "debug": "4" 25903 } 25904 }, 25905 "http-proxy-middleware": { 25906 "version": "2.0.6", 25907 "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", 25908 "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", 25909 "requires": { 25910 "@types/http-proxy": "^1.17.8", 25911 "http-proxy": "^1.18.1", 25912 "is-glob": "^4.0.1", 25913 "is-plain-obj": "^3.0.0", 25914 "micromatch": "^4.0.2" 25915 } 25916 }, 25917 "https-browserify": { 25918 "version": "1.0.0", 25919 "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", 25920 "integrity": "sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==" 25921 }, 25922 "https-proxy-agent": { 25923 "version": "5.0.1", 25924 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", 25925 "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", 25926 "requires": { 25927 "agent-base": "6", 25928 "debug": "4" 25929 } 25930 }, 25931 "human-signals": { 25932 "version": "2.1.0", 25933 "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", 25934 "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" 25935 }, 25936 "iconv-lite": { 25937 "version": "0.6.3", 25938 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 25939 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 25940 "requires": { 25941 "safer-buffer": ">= 2.1.2 < 3.0.0" 25942 } 25943 }, 25944 "icss-utils": { 25945 "version": "5.1.0", 25946 "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", 25947 "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", 25948 "requires": {} 25949 }, 25950 "idb": { 25951 "version": "7.1.1", 25952 "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", 25953 "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==" 25954 }, 25955 "identity-obj-proxy": { 25956 "version": "3.0.0", 25957 "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", 25958 "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==", 25959 "requires": { 25960 "harmony-reflect": "^1.4.6" 25961 } 25962 }, 25963 "ieee754": { 25964 "version": "1.2.1", 25965 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", 25966 "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" 25967 }, 25968 "ignore": { 25969 "version": "5.3.1", 25970 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", 25971 "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" 25972 }, 25973 "immer": { 25974 "version": "9.0.21", 25975 "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", 25976 "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==" 25977 }, 25978 "import-fresh": { 25979 "version": "3.3.0", 25980 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", 25981 "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", 25982 "requires": { 25983 "parent-module": "^1.0.0", 25984 "resolve-from": "^4.0.0" 25985 }, 25986 "dependencies": { 25987 "resolve-from": { 25988 "version": "4.0.0", 25989 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", 25990 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" 25991 } 25992 } 25993 }, 25994 "import-local": { 25995 "version": "3.1.0", 25996 "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", 25997 "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", 25998 "requires": { 25999 "pkg-dir": "^4.2.0", 26000 "resolve-cwd": "^3.0.0" 26001 } 26002 }, 26003 "imurmurhash": { 26004 "version": "0.1.4", 26005 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", 26006 "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" 26007 }, 26008 "indent-string": { 26009 "version": "4.0.0", 26010 "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", 26011 "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" 26012 }, 26013 "inflight": { 26014 "version": "1.0.6", 26015 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 26016 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", 26017 "requires": { 26018 "once": "^1.3.0", 26019 "wrappy": "1" 26020 } 26021 }, 26022 "inherits": { 26023 "version": "2.0.4", 26024 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 26025 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" 26026 }, 26027 "ini": { 26028 "version": "1.3.8", 26029 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", 26030 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" 26031 }, 26032 "internal-slot": { 26033 "version": "1.0.7", 26034 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", 26035 "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", 26036 "requires": { 26037 "es-errors": "^1.3.0", 26038 "hasown": "^2.0.0", 26039 "side-channel": "^1.0.4" 26040 } 26041 }, 26042 "ipaddr.js": { 26043 "version": "2.1.0", 26044 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz", 26045 "integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==" 26046 }, 26047 "is-arguments": { 26048 "version": "1.1.1", 26049 "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", 26050 "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", 26051 "requires": { 26052 "call-bind": "^1.0.2", 26053 "has-tostringtag": "^1.0.0" 26054 } 26055 }, 26056 "is-array-buffer": { 26057 "version": "3.0.4", 26058 "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", 26059 "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", 26060 "requires": { 26061 "call-bind": "^1.0.2", 26062 "get-intrinsic": "^1.2.1" 26063 } 26064 }, 26065 "is-arrayish": { 26066 "version": "0.2.1", 26067 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", 26068 "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" 26069 }, 26070 "is-async-function": { 26071 "version": "2.0.0", 26072 "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", 26073 "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", 26074 "requires": { 26075 "has-tostringtag": "^1.0.0" 26076 } 26077 }, 26078 "is-bigint": { 26079 "version": "1.0.4", 26080 "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", 26081 "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", 26082 "requires": { 26083 "has-bigints": "^1.0.1" 26084 } 26085 }, 26086 "is-binary-path": { 26087 "version": "2.1.0", 26088 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 26089 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", 26090 "requires": { 26091 "binary-extensions": "^2.0.0" 26092 } 26093 }, 26094 "is-boolean-object": { 26095 "version": "1.1.2", 26096 "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", 26097 "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", 26098 "requires": { 26099 "call-bind": "^1.0.2", 26100 "has-tostringtag": "^1.0.0" 26101 } 26102 }, 26103 "is-callable": { 26104 "version": "1.2.7", 26105 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", 26106 "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" 26107 }, 26108 "is-core-module": { 26109 "version": "2.13.1", 26110 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", 26111 "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", 26112 "requires": { 26113 "hasown": "^2.0.0" 26114 } 26115 }, 26116 "is-date-object": { 26117 "version": "1.0.5", 26118 "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", 26119 "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", 26120 "requires": { 26121 "has-tostringtag": "^1.0.0" 26122 } 26123 }, 26124 "is-docker": { 26125 "version": "2.2.1", 26126 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", 26127 "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" 26128 }, 26129 "is-extglob": { 26130 "version": "2.1.1", 26131 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 26132 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" 26133 }, 26134 "is-finalizationregistry": { 26135 "version": "1.0.2", 26136 "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", 26137 "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", 26138 "requires": { 26139 "call-bind": "^1.0.2" 26140 } 26141 }, 26142 "is-fullwidth-code-point": { 26143 "version": "3.0.0", 26144 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 26145 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" 26146 }, 26147 "is-generator-fn": { 26148 "version": "2.1.0", 26149 "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", 26150 "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==" 26151 }, 26152 "is-generator-function": { 26153 "version": "1.0.10", 26154 "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", 26155 "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", 26156 "requires": { 26157 "has-tostringtag": "^1.0.0" 26158 } 26159 }, 26160 "is-glob": { 26161 "version": "4.0.3", 26162 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 26163 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 26164 "requires": { 26165 "is-extglob": "^2.1.1" 26166 } 26167 }, 26168 "is-map": { 26169 "version": "2.0.2", 26170 "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", 26171 "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==" 26172 }, 26173 "is-module": { 26174 "version": "1.0.0", 26175 "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", 26176 "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" 26177 }, 26178 "is-nan": { 26179 "version": "1.3.2", 26180 "resolved": "https://registry.npmjs.org/is-nan/-/is-nan-1.3.2.tgz", 26181 "integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==", 26182 "requires": { 26183 "call-bind": "^1.0.0", 26184 "define-properties": "^1.1.3" 26185 } 26186 }, 26187 "is-negative-zero": { 26188 "version": "2.0.2", 26189 "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", 26190 "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==" 26191 }, 26192 "is-number": { 26193 "version": "7.0.0", 26194 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 26195 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" 26196 }, 26197 "is-number-object": { 26198 "version": "1.0.7", 26199 "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", 26200 "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", 26201 "requires": { 26202 "has-tostringtag": "^1.0.0" 26203 } 26204 }, 26205 "is-obj": { 26206 "version": "1.0.1", 26207 "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", 26208 "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==" 26209 }, 26210 "is-path-inside": { 26211 "version": "3.0.3", 26212 "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", 26213 "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" 26214 }, 26215 "is-plain-obj": { 26216 "version": "3.0.0", 26217 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", 26218 "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==" 26219 }, 26220 "is-potential-custom-element-name": { 26221 "version": "1.0.1", 26222 "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", 26223 "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" 26224 }, 26225 "is-regex": { 26226 "version": "1.1.4", 26227 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", 26228 "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", 26229 "requires": { 26230 "call-bind": "^1.0.2", 26231 "has-tostringtag": "^1.0.0" 26232 } 26233 }, 26234 "is-regexp": { 26235 "version": "1.0.0", 26236 "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", 26237 "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==" 26238 }, 26239 "is-root": { 26240 "version": "2.1.0", 26241 "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", 26242 "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==" 26243 }, 26244 "is-set": { 26245 "version": "2.0.2", 26246 "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", 26247 "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==" 26248 }, 26249 "is-shared-array-buffer": { 26250 "version": "1.0.2", 26251 "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", 26252 "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", 26253 "requires": { 26254 "call-bind": "^1.0.2" 26255 } 26256 }, 26257 "is-stream": { 26258 "version": "2.0.1", 26259 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", 26260 "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" 26261 }, 26262 "is-string": { 26263 "version": "1.0.7", 26264 "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", 26265 "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", 26266 "requires": { 26267 "has-tostringtag": "^1.0.0" 26268 } 26269 }, 26270 "is-symbol": { 26271 "version": "1.0.4", 26272 "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", 26273 "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", 26274 "requires": { 26275 "has-symbols": "^1.0.2" 26276 } 26277 }, 26278 "is-typed-array": { 26279 "version": "1.1.13", 26280 "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", 26281 "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", 26282 "requires": { 26283 "which-typed-array": "^1.1.14" 26284 } 26285 }, 26286 "is-typedarray": { 26287 "version": "1.0.0", 26288 "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", 26289 "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" 26290 }, 26291 "is-weakmap": { 26292 "version": "2.0.1", 26293 "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", 26294 "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==" 26295 }, 26296 "is-weakref": { 26297 "version": "1.0.2", 26298 "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", 26299 "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", 26300 "requires": { 26301 "call-bind": "^1.0.2" 26302 } 26303 }, 26304 "is-weakset": { 26305 "version": "2.0.2", 26306 "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", 26307 "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", 26308 "requires": { 26309 "call-bind": "^1.0.2", 26310 "get-intrinsic": "^1.1.1" 26311 } 26312 }, 26313 "is-wsl": { 26314 "version": "2.2.0", 26315 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", 26316 "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", 26317 "requires": { 26318 "is-docker": "^2.0.0" 26319 } 26320 }, 26321 "isarray": { 26322 "version": "2.0.5", 26323 "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", 26324 "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" 26325 }, 26326 "isexe": { 26327 "version": "2.0.0", 26328 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 26329 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" 26330 }, 26331 "istanbul-lib-coverage": { 26332 "version": "3.2.2", 26333 "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", 26334 "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==" 26335 }, 26336 "istanbul-lib-instrument": { 26337 "version": "5.2.1", 26338 "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", 26339 "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", 26340 "requires": { 26341 "@babel/core": "^7.12.3", 26342 "@babel/parser": "^7.14.7", 26343 "@istanbuljs/schema": "^0.1.2", 26344 "istanbul-lib-coverage": "^3.2.0", 26345 "semver": "^6.3.0" 26346 }, 26347 "dependencies": { 26348 "semver": { 26349 "version": "6.3.1", 26350 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 26351 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 26352 } 26353 } 26354 }, 26355 "istanbul-lib-report": { 26356 "version": "3.0.1", 26357 "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", 26358 "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", 26359 "requires": { 26360 "istanbul-lib-coverage": "^3.0.0", 26361 "make-dir": "^4.0.0", 26362 "supports-color": "^7.1.0" 26363 }, 26364 "dependencies": { 26365 "has-flag": { 26366 "version": "4.0.0", 26367 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 26368 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 26369 }, 26370 "make-dir": { 26371 "version": "4.0.0", 26372 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", 26373 "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", 26374 "requires": { 26375 "semver": "^7.5.3" 26376 } 26377 }, 26378 "supports-color": { 26379 "version": "7.2.0", 26380 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 26381 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 26382 "requires": { 26383 "has-flag": "^4.0.0" 26384 } 26385 } 26386 } 26387 }, 26388 "istanbul-lib-source-maps": { 26389 "version": "4.0.1", 26390 "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", 26391 "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", 26392 "requires": { 26393 "debug": "^4.1.1", 26394 "istanbul-lib-coverage": "^3.0.0", 26395 "source-map": "^0.6.1" 26396 }, 26397 "dependencies": { 26398 "source-map": { 26399 "version": "0.6.1", 26400 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 26401 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 26402 } 26403 } 26404 }, 26405 "istanbul-reports": { 26406 "version": "3.1.6", 26407 "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", 26408 "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", 26409 "requires": { 26410 "html-escaper": "^2.0.0", 26411 "istanbul-lib-report": "^3.0.0" 26412 } 26413 }, 26414 "iterator.prototype": { 26415 "version": "1.1.2", 26416 "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", 26417 "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", 26418 "requires": { 26419 "define-properties": "^1.2.1", 26420 "get-intrinsic": "^1.2.1", 26421 "has-symbols": "^1.0.3", 26422 "reflect.getprototypeof": "^1.0.4", 26423 "set-function-name": "^2.0.1" 26424 } 26425 }, 26426 "jackspeak": { 26427 "version": "2.3.6", 26428 "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", 26429 "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", 26430 "requires": { 26431 "@isaacs/cliui": "^8.0.2", 26432 "@pkgjs/parseargs": "^0.11.0" 26433 } 26434 }, 26435 "jake": { 26436 "version": "10.8.7", 26437 "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", 26438 "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", 26439 "requires": { 26440 "async": "^3.2.3", 26441 "chalk": "^4.0.2", 26442 "filelist": "^1.0.4", 26443 "minimatch": "^3.1.2" 26444 }, 26445 "dependencies": { 26446 "ansi-styles": { 26447 "version": "4.3.0", 26448 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 26449 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 26450 "requires": { 26451 "color-convert": "^2.0.1" 26452 } 26453 }, 26454 "chalk": { 26455 "version": "4.1.2", 26456 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 26457 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 26458 "requires": { 26459 "ansi-styles": "^4.1.0", 26460 "supports-color": "^7.1.0" 26461 } 26462 }, 26463 "color-convert": { 26464 "version": "2.0.1", 26465 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 26466 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 26467 "requires": { 26468 "color-name": "~1.1.4" 26469 } 26470 }, 26471 "color-name": { 26472 "version": "1.1.4", 26473 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 26474 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 26475 }, 26476 "has-flag": { 26477 "version": "4.0.0", 26478 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 26479 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 26480 }, 26481 "supports-color": { 26482 "version": "7.2.0", 26483 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 26484 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 26485 "requires": { 26486 "has-flag": "^4.0.0" 26487 } 26488 } 26489 } 26490 }, 26491 "jest": { 26492 "version": "27.5.1", 26493 "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", 26494 "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", 26495 "requires": { 26496 "@jest/core": "^27.5.1", 26497 "import-local": "^3.0.2", 26498 "jest-cli": "^27.5.1" 26499 } 26500 }, 26501 "jest-changed-files": { 26502 "version": "27.5.1", 26503 "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", 26504 "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", 26505 "requires": { 26506 "@jest/types": "^27.5.1", 26507 "execa": "^5.0.0", 26508 "throat": "^6.0.1" 26509 } 26510 }, 26511 "jest-circus": { 26512 "version": "27.5.1", 26513 "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", 26514 "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", 26515 "requires": { 26516 "@jest/environment": "^27.5.1", 26517 "@jest/test-result": "^27.5.1", 26518 "@jest/types": "^27.5.1", 26519 "@types/node": "*", 26520 "chalk": "^4.0.0", 26521 "co": "^4.6.0", 26522 "dedent": "^0.7.0", 26523 "expect": "^27.5.1", 26524 "is-generator-fn": "^2.0.0", 26525 "jest-each": "^27.5.1", 26526 "jest-matcher-utils": "^27.5.1", 26527 "jest-message-util": "^27.5.1", 26528 "jest-runtime": "^27.5.1", 26529 "jest-snapshot": "^27.5.1", 26530 "jest-util": "^27.5.1", 26531 "pretty-format": "^27.5.1", 26532 "slash": "^3.0.0", 26533 "stack-utils": "^2.0.3", 26534 "throat": "^6.0.1" 26535 }, 26536 "dependencies": { 26537 "ansi-styles": { 26538 "version": "4.3.0", 26539 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 26540 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 26541 "requires": { 26542 "color-convert": "^2.0.1" 26543 } 26544 }, 26545 "chalk": { 26546 "version": "4.1.2", 26547 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 26548 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 26549 "requires": { 26550 "ansi-styles": "^4.1.0", 26551 "supports-color": "^7.1.0" 26552 } 26553 }, 26554 "color-convert": { 26555 "version": "2.0.1", 26556 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 26557 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 26558 "requires": { 26559 "color-name": "~1.1.4" 26560 } 26561 }, 26562 "color-name": { 26563 "version": "1.1.4", 26564 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 26565 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 26566 }, 26567 "has-flag": { 26568 "version": "4.0.0", 26569 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 26570 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 26571 }, 26572 "supports-color": { 26573 "version": "7.2.0", 26574 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 26575 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 26576 "requires": { 26577 "has-flag": "^4.0.0" 26578 } 26579 } 26580 } 26581 }, 26582 "jest-cli": { 26583 "version": "27.5.1", 26584 "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", 26585 "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", 26586 "requires": { 26587 "@jest/core": "^27.5.1", 26588 "@jest/test-result": "^27.5.1", 26589 "@jest/types": "^27.5.1", 26590 "chalk": "^4.0.0", 26591 "exit": "^0.1.2", 26592 "graceful-fs": "^4.2.9", 26593 "import-local": "^3.0.2", 26594 "jest-config": "^27.5.1", 26595 "jest-util": "^27.5.1", 26596 "jest-validate": "^27.5.1", 26597 "prompts": "^2.0.1", 26598 "yargs": "^16.2.0" 26599 }, 26600 "dependencies": { 26601 "ansi-styles": { 26602 "version": "4.3.0", 26603 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 26604 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 26605 "requires": { 26606 "color-convert": "^2.0.1" 26607 } 26608 }, 26609 "chalk": { 26610 "version": "4.1.2", 26611 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 26612 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 26613 "requires": { 26614 "ansi-styles": "^4.1.0", 26615 "supports-color": "^7.1.0" 26616 } 26617 }, 26618 "color-convert": { 26619 "version": "2.0.1", 26620 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 26621 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 26622 "requires": { 26623 "color-name": "~1.1.4" 26624 } 26625 }, 26626 "color-name": { 26627 "version": "1.1.4", 26628 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 26629 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 26630 }, 26631 "has-flag": { 26632 "version": "4.0.0", 26633 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 26634 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 26635 }, 26636 "supports-color": { 26637 "version": "7.2.0", 26638 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 26639 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 26640 "requires": { 26641 "has-flag": "^4.0.0" 26642 } 26643 } 26644 } 26645 }, 26646 "jest-config": { 26647 "version": "27.5.1", 26648 "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", 26649 "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", 26650 "requires": { 26651 "@babel/core": "^7.8.0", 26652 "@jest/test-sequencer": "^27.5.1", 26653 "@jest/types": "^27.5.1", 26654 "babel-jest": "^27.5.1", 26655 "chalk": "^4.0.0", 26656 "ci-info": "^3.2.0", 26657 "deepmerge": "^4.2.2", 26658 "glob": "^7.1.1", 26659 "graceful-fs": "^4.2.9", 26660 "jest-circus": "^27.5.1", 26661 "jest-environment-jsdom": "^27.5.1", 26662 "jest-environment-node": "^27.5.1", 26663 "jest-get-type": "^27.5.1", 26664 "jest-jasmine2": "^27.5.1", 26665 "jest-regex-util": "^27.5.1", 26666 "jest-resolve": "^27.5.1", 26667 "jest-runner": "^27.5.1", 26668 "jest-util": "^27.5.1", 26669 "jest-validate": "^27.5.1", 26670 "micromatch": "^4.0.4", 26671 "parse-json": "^5.2.0", 26672 "pretty-format": "^27.5.1", 26673 "slash": "^3.0.0", 26674 "strip-json-comments": "^3.1.1" 26675 }, 26676 "dependencies": { 26677 "ansi-styles": { 26678 "version": "4.3.0", 26679 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 26680 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 26681 "requires": { 26682 "color-convert": "^2.0.1" 26683 } 26684 }, 26685 "chalk": { 26686 "version": "4.1.2", 26687 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 26688 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 26689 "requires": { 26690 "ansi-styles": "^4.1.0", 26691 "supports-color": "^7.1.0" 26692 } 26693 }, 26694 "color-convert": { 26695 "version": "2.0.1", 26696 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 26697 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 26698 "requires": { 26699 "color-name": "~1.1.4" 26700 } 26701 }, 26702 "color-name": { 26703 "version": "1.1.4", 26704 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 26705 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 26706 }, 26707 "has-flag": { 26708 "version": "4.0.0", 26709 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 26710 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 26711 }, 26712 "supports-color": { 26713 "version": "7.2.0", 26714 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 26715 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 26716 "requires": { 26717 "has-flag": "^4.0.0" 26718 } 26719 } 26720 } 26721 }, 26722 "jest-diff": { 26723 "version": "27.5.1", 26724 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", 26725 "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", 26726 "requires": { 26727 "chalk": "^4.0.0", 26728 "diff-sequences": "^27.5.1", 26729 "jest-get-type": "^27.5.1", 26730 "pretty-format": "^27.5.1" 26731 }, 26732 "dependencies": { 26733 "ansi-styles": { 26734 "version": "4.3.0", 26735 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 26736 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 26737 "requires": { 26738 "color-convert": "^2.0.1" 26739 } 26740 }, 26741 "chalk": { 26742 "version": "4.1.2", 26743 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 26744 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 26745 "requires": { 26746 "ansi-styles": "^4.1.0", 26747 "supports-color": "^7.1.0" 26748 } 26749 }, 26750 "color-convert": { 26751 "version": "2.0.1", 26752 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 26753 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 26754 "requires": { 26755 "color-name": "~1.1.4" 26756 } 26757 }, 26758 "color-name": { 26759 "version": "1.1.4", 26760 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 26761 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 26762 }, 26763 "has-flag": { 26764 "version": "4.0.0", 26765 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 26766 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 26767 }, 26768 "supports-color": { 26769 "version": "7.2.0", 26770 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 26771 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 26772 "requires": { 26773 "has-flag": "^4.0.0" 26774 } 26775 } 26776 } 26777 }, 26778 "jest-docblock": { 26779 "version": "27.5.1", 26780 "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", 26781 "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", 26782 "requires": { 26783 "detect-newline": "^3.0.0" 26784 } 26785 }, 26786 "jest-each": { 26787 "version": "27.5.1", 26788 "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", 26789 "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", 26790 "requires": { 26791 "@jest/types": "^27.5.1", 26792 "chalk": "^4.0.0", 26793 "jest-get-type": "^27.5.1", 26794 "jest-util": "^27.5.1", 26795 "pretty-format": "^27.5.1" 26796 }, 26797 "dependencies": { 26798 "ansi-styles": { 26799 "version": "4.3.0", 26800 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 26801 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 26802 "requires": { 26803 "color-convert": "^2.0.1" 26804 } 26805 }, 26806 "chalk": { 26807 "version": "4.1.2", 26808 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 26809 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 26810 "requires": { 26811 "ansi-styles": "^4.1.0", 26812 "supports-color": "^7.1.0" 26813 } 26814 }, 26815 "color-convert": { 26816 "version": "2.0.1", 26817 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 26818 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 26819 "requires": { 26820 "color-name": "~1.1.4" 26821 } 26822 }, 26823 "color-name": { 26824 "version": "1.1.4", 26825 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 26826 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 26827 }, 26828 "has-flag": { 26829 "version": "4.0.0", 26830 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 26831 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 26832 }, 26833 "supports-color": { 26834 "version": "7.2.0", 26835 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 26836 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 26837 "requires": { 26838 "has-flag": "^4.0.0" 26839 } 26840 } 26841 } 26842 }, 26843 "jest-environment-jsdom": { 26844 "version": "27.5.1", 26845 "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", 26846 "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", 26847 "requires": { 26848 "@jest/environment": "^27.5.1", 26849 "@jest/fake-timers": "^27.5.1", 26850 "@jest/types": "^27.5.1", 26851 "@types/node": "*", 26852 "jest-mock": "^27.5.1", 26853 "jest-util": "^27.5.1", 26854 "jsdom": "^16.6.0" 26855 } 26856 }, 26857 "jest-environment-node": { 26858 "version": "27.5.1", 26859 "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", 26860 "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", 26861 "requires": { 26862 "@jest/environment": "^27.5.1", 26863 "@jest/fake-timers": "^27.5.1", 26864 "@jest/types": "^27.5.1", 26865 "@types/node": "*", 26866 "jest-mock": "^27.5.1", 26867 "jest-util": "^27.5.1" 26868 } 26869 }, 26870 "jest-get-type": { 26871 "version": "27.5.1", 26872 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", 26873 "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==" 26874 }, 26875 "jest-haste-map": { 26876 "version": "27.5.1", 26877 "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", 26878 "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", 26879 "requires": { 26880 "@jest/types": "^27.5.1", 26881 "@types/graceful-fs": "^4.1.2", 26882 "@types/node": "*", 26883 "anymatch": "^3.0.3", 26884 "fb-watchman": "^2.0.0", 26885 "fsevents": "^2.3.2", 26886 "graceful-fs": "^4.2.9", 26887 "jest-regex-util": "^27.5.1", 26888 "jest-serializer": "^27.5.1", 26889 "jest-util": "^27.5.1", 26890 "jest-worker": "^27.5.1", 26891 "micromatch": "^4.0.4", 26892 "walker": "^1.0.7" 26893 } 26894 }, 26895 "jest-jasmine2": { 26896 "version": "27.5.1", 26897 "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", 26898 "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", 26899 "requires": { 26900 "@jest/environment": "^27.5.1", 26901 "@jest/source-map": "^27.5.1", 26902 "@jest/test-result": "^27.5.1", 26903 "@jest/types": "^27.5.1", 26904 "@types/node": "*", 26905 "chalk": "^4.0.0", 26906 "co": "^4.6.0", 26907 "expect": "^27.5.1", 26908 "is-generator-fn": "^2.0.0", 26909 "jest-each": "^27.5.1", 26910 "jest-matcher-utils": "^27.5.1", 26911 "jest-message-util": "^27.5.1", 26912 "jest-runtime": "^27.5.1", 26913 "jest-snapshot": "^27.5.1", 26914 "jest-util": "^27.5.1", 26915 "pretty-format": "^27.5.1", 26916 "throat": "^6.0.1" 26917 }, 26918 "dependencies": { 26919 "ansi-styles": { 26920 "version": "4.3.0", 26921 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 26922 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 26923 "requires": { 26924 "color-convert": "^2.0.1" 26925 } 26926 }, 26927 "chalk": { 26928 "version": "4.1.2", 26929 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 26930 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 26931 "requires": { 26932 "ansi-styles": "^4.1.0", 26933 "supports-color": "^7.1.0" 26934 } 26935 }, 26936 "color-convert": { 26937 "version": "2.0.1", 26938 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 26939 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 26940 "requires": { 26941 "color-name": "~1.1.4" 26942 } 26943 }, 26944 "color-name": { 26945 "version": "1.1.4", 26946 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 26947 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 26948 }, 26949 "has-flag": { 26950 "version": "4.0.0", 26951 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 26952 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 26953 }, 26954 "supports-color": { 26955 "version": "7.2.0", 26956 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 26957 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 26958 "requires": { 26959 "has-flag": "^4.0.0" 26960 } 26961 } 26962 } 26963 }, 26964 "jest-leak-detector": { 26965 "version": "27.5.1", 26966 "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", 26967 "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", 26968 "requires": { 26969 "jest-get-type": "^27.5.1", 26970 "pretty-format": "^27.5.1" 26971 } 26972 }, 26973 "jest-matcher-utils": { 26974 "version": "27.5.1", 26975 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", 26976 "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", 26977 "requires": { 26978 "chalk": "^4.0.0", 26979 "jest-diff": "^27.5.1", 26980 "jest-get-type": "^27.5.1", 26981 "pretty-format": "^27.5.1" 26982 }, 26983 "dependencies": { 26984 "ansi-styles": { 26985 "version": "4.3.0", 26986 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 26987 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 26988 "requires": { 26989 "color-convert": "^2.0.1" 26990 } 26991 }, 26992 "chalk": { 26993 "version": "4.1.2", 26994 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 26995 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 26996 "requires": { 26997 "ansi-styles": "^4.1.0", 26998 "supports-color": "^7.1.0" 26999 } 27000 }, 27001 "color-convert": { 27002 "version": "2.0.1", 27003 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 27004 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 27005 "requires": { 27006 "color-name": "~1.1.4" 27007 } 27008 }, 27009 "color-name": { 27010 "version": "1.1.4", 27011 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 27012 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 27013 }, 27014 "has-flag": { 27015 "version": "4.0.0", 27016 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 27017 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 27018 }, 27019 "supports-color": { 27020 "version": "7.2.0", 27021 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 27022 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 27023 "requires": { 27024 "has-flag": "^4.0.0" 27025 } 27026 } 27027 } 27028 }, 27029 "jest-message-util": { 27030 "version": "27.5.1", 27031 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", 27032 "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", 27033 "requires": { 27034 "@babel/code-frame": "^7.12.13", 27035 "@jest/types": "^27.5.1", 27036 "@types/stack-utils": "^2.0.0", 27037 "chalk": "^4.0.0", 27038 "graceful-fs": "^4.2.9", 27039 "micromatch": "^4.0.4", 27040 "pretty-format": "^27.5.1", 27041 "slash": "^3.0.0", 27042 "stack-utils": "^2.0.3" 27043 }, 27044 "dependencies": { 27045 "ansi-styles": { 27046 "version": "4.3.0", 27047 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 27048 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 27049 "requires": { 27050 "color-convert": "^2.0.1" 27051 } 27052 }, 27053 "chalk": { 27054 "version": "4.1.2", 27055 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 27056 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 27057 "requires": { 27058 "ansi-styles": "^4.1.0", 27059 "supports-color": "^7.1.0" 27060 } 27061 }, 27062 "color-convert": { 27063 "version": "2.0.1", 27064 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 27065 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 27066 "requires": { 27067 "color-name": "~1.1.4" 27068 } 27069 }, 27070 "color-name": { 27071 "version": "1.1.4", 27072 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 27073 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 27074 }, 27075 "has-flag": { 27076 "version": "4.0.0", 27077 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 27078 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 27079 }, 27080 "supports-color": { 27081 "version": "7.2.0", 27082 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 27083 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 27084 "requires": { 27085 "has-flag": "^4.0.0" 27086 } 27087 } 27088 } 27089 }, 27090 "jest-mock": { 27091 "version": "27.5.1", 27092 "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", 27093 "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", 27094 "requires": { 27095 "@jest/types": "^27.5.1", 27096 "@types/node": "*" 27097 } 27098 }, 27099 "jest-pnp-resolver": { 27100 "version": "1.2.3", 27101 "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", 27102 "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", 27103 "requires": {} 27104 }, 27105 "jest-regex-util": { 27106 "version": "27.5.1", 27107 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", 27108 "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==" 27109 }, 27110 "jest-resolve": { 27111 "version": "27.5.1", 27112 "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", 27113 "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", 27114 "requires": { 27115 "@jest/types": "^27.5.1", 27116 "chalk": "^4.0.0", 27117 "graceful-fs": "^4.2.9", 27118 "jest-haste-map": "^27.5.1", 27119 "jest-pnp-resolver": "^1.2.2", 27120 "jest-util": "^27.5.1", 27121 "jest-validate": "^27.5.1", 27122 "resolve": "^1.20.0", 27123 "resolve.exports": "^1.1.0", 27124 "slash": "^3.0.0" 27125 }, 27126 "dependencies": { 27127 "ansi-styles": { 27128 "version": "4.3.0", 27129 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 27130 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 27131 "requires": { 27132 "color-convert": "^2.0.1" 27133 } 27134 }, 27135 "chalk": { 27136 "version": "4.1.2", 27137 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 27138 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 27139 "requires": { 27140 "ansi-styles": "^4.1.0", 27141 "supports-color": "^7.1.0" 27142 } 27143 }, 27144 "color-convert": { 27145 "version": "2.0.1", 27146 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 27147 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 27148 "requires": { 27149 "color-name": "~1.1.4" 27150 } 27151 }, 27152 "color-name": { 27153 "version": "1.1.4", 27154 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 27155 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 27156 }, 27157 "has-flag": { 27158 "version": "4.0.0", 27159 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 27160 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 27161 }, 27162 "supports-color": { 27163 "version": "7.2.0", 27164 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 27165 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 27166 "requires": { 27167 "has-flag": "^4.0.0" 27168 } 27169 } 27170 } 27171 }, 27172 "jest-resolve-dependencies": { 27173 "version": "27.5.1", 27174 "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", 27175 "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", 27176 "requires": { 27177 "@jest/types": "^27.5.1", 27178 "jest-regex-util": "^27.5.1", 27179 "jest-snapshot": "^27.5.1" 27180 } 27181 }, 27182 "jest-runner": { 27183 "version": "27.5.1", 27184 "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", 27185 "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", 27186 "requires": { 27187 "@jest/console": "^27.5.1", 27188 "@jest/environment": "^27.5.1", 27189 "@jest/test-result": "^27.5.1", 27190 "@jest/transform": "^27.5.1", 27191 "@jest/types": "^27.5.1", 27192 "@types/node": "*", 27193 "chalk": "^4.0.0", 27194 "emittery": "^0.8.1", 27195 "graceful-fs": "^4.2.9", 27196 "jest-docblock": "^27.5.1", 27197 "jest-environment-jsdom": "^27.5.1", 27198 "jest-environment-node": "^27.5.1", 27199 "jest-haste-map": "^27.5.1", 27200 "jest-leak-detector": "^27.5.1", 27201 "jest-message-util": "^27.5.1", 27202 "jest-resolve": "^27.5.1", 27203 "jest-runtime": "^27.5.1", 27204 "jest-util": "^27.5.1", 27205 "jest-worker": "^27.5.1", 27206 "source-map-support": "^0.5.6", 27207 "throat": "^6.0.1" 27208 }, 27209 "dependencies": { 27210 "ansi-styles": { 27211 "version": "4.3.0", 27212 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 27213 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 27214 "requires": { 27215 "color-convert": "^2.0.1" 27216 } 27217 }, 27218 "chalk": { 27219 "version": "4.1.2", 27220 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 27221 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 27222 "requires": { 27223 "ansi-styles": "^4.1.0", 27224 "supports-color": "^7.1.0" 27225 } 27226 }, 27227 "color-convert": { 27228 "version": "2.0.1", 27229 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 27230 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 27231 "requires": { 27232 "color-name": "~1.1.4" 27233 } 27234 }, 27235 "color-name": { 27236 "version": "1.1.4", 27237 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 27238 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 27239 }, 27240 "has-flag": { 27241 "version": "4.0.0", 27242 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 27243 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 27244 }, 27245 "supports-color": { 27246 "version": "7.2.0", 27247 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 27248 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 27249 "requires": { 27250 "has-flag": "^4.0.0" 27251 } 27252 } 27253 } 27254 }, 27255 "jest-runtime": { 27256 "version": "27.5.1", 27257 "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", 27258 "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", 27259 "requires": { 27260 "@jest/environment": "^27.5.1", 27261 "@jest/fake-timers": "^27.5.1", 27262 "@jest/globals": "^27.5.1", 27263 "@jest/source-map": "^27.5.1", 27264 "@jest/test-result": "^27.5.1", 27265 "@jest/transform": "^27.5.1", 27266 "@jest/types": "^27.5.1", 27267 "chalk": "^4.0.0", 27268 "cjs-module-lexer": "^1.0.0", 27269 "collect-v8-coverage": "^1.0.0", 27270 "execa": "^5.0.0", 27271 "glob": "^7.1.3", 27272 "graceful-fs": "^4.2.9", 27273 "jest-haste-map": "^27.5.1", 27274 "jest-message-util": "^27.5.1", 27275 "jest-mock": "^27.5.1", 27276 "jest-regex-util": "^27.5.1", 27277 "jest-resolve": "^27.5.1", 27278 "jest-snapshot": "^27.5.1", 27279 "jest-util": "^27.5.1", 27280 "slash": "^3.0.0", 27281 "strip-bom": "^4.0.0" 27282 }, 27283 "dependencies": { 27284 "ansi-styles": { 27285 "version": "4.3.0", 27286 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 27287 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 27288 "requires": { 27289 "color-convert": "^2.0.1" 27290 } 27291 }, 27292 "chalk": { 27293 "version": "4.1.2", 27294 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 27295 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 27296 "requires": { 27297 "ansi-styles": "^4.1.0", 27298 "supports-color": "^7.1.0" 27299 } 27300 }, 27301 "color-convert": { 27302 "version": "2.0.1", 27303 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 27304 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 27305 "requires": { 27306 "color-name": "~1.1.4" 27307 } 27308 }, 27309 "color-name": { 27310 "version": "1.1.4", 27311 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 27312 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 27313 }, 27314 "has-flag": { 27315 "version": "4.0.0", 27316 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 27317 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 27318 }, 27319 "supports-color": { 27320 "version": "7.2.0", 27321 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 27322 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 27323 "requires": { 27324 "has-flag": "^4.0.0" 27325 } 27326 } 27327 } 27328 }, 27329 "jest-serializer": { 27330 "version": "27.5.1", 27331 "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", 27332 "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", 27333 "requires": { 27334 "@types/node": "*", 27335 "graceful-fs": "^4.2.9" 27336 } 27337 }, 27338 "jest-snapshot": { 27339 "version": "27.5.1", 27340 "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", 27341 "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", 27342 "requires": { 27343 "@babel/core": "^7.7.2", 27344 "@babel/generator": "^7.7.2", 27345 "@babel/plugin-syntax-typescript": "^7.7.2", 27346 "@babel/traverse": "^7.7.2", 27347 "@babel/types": "^7.0.0", 27348 "@jest/transform": "^27.5.1", 27349 "@jest/types": "^27.5.1", 27350 "@types/babel__traverse": "^7.0.4", 27351 "@types/prettier": "^2.1.5", 27352 "babel-preset-current-node-syntax": "^1.0.0", 27353 "chalk": "^4.0.0", 27354 "expect": "^27.5.1", 27355 "graceful-fs": "^4.2.9", 27356 "jest-diff": "^27.5.1", 27357 "jest-get-type": "^27.5.1", 27358 "jest-haste-map": "^27.5.1", 27359 "jest-matcher-utils": "^27.5.1", 27360 "jest-message-util": "^27.5.1", 27361 "jest-util": "^27.5.1", 27362 "natural-compare": "^1.4.0", 27363 "pretty-format": "^27.5.1", 27364 "semver": "^7.3.2" 27365 }, 27366 "dependencies": { 27367 "ansi-styles": { 27368 "version": "4.3.0", 27369 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 27370 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 27371 "requires": { 27372 "color-convert": "^2.0.1" 27373 } 27374 }, 27375 "chalk": { 27376 "version": "4.1.2", 27377 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 27378 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 27379 "requires": { 27380 "ansi-styles": "^4.1.0", 27381 "supports-color": "^7.1.0" 27382 } 27383 }, 27384 "color-convert": { 27385 "version": "2.0.1", 27386 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 27387 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 27388 "requires": { 27389 "color-name": "~1.1.4" 27390 } 27391 }, 27392 "color-name": { 27393 "version": "1.1.4", 27394 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 27395 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 27396 }, 27397 "has-flag": { 27398 "version": "4.0.0", 27399 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 27400 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 27401 }, 27402 "supports-color": { 27403 "version": "7.2.0", 27404 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 27405 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 27406 "requires": { 27407 "has-flag": "^4.0.0" 27408 } 27409 } 27410 } 27411 }, 27412 "jest-util": { 27413 "version": "27.5.1", 27414 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", 27415 "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", 27416 "requires": { 27417 "@jest/types": "^27.5.1", 27418 "@types/node": "*", 27419 "chalk": "^4.0.0", 27420 "ci-info": "^3.2.0", 27421 "graceful-fs": "^4.2.9", 27422 "picomatch": "^2.2.3" 27423 }, 27424 "dependencies": { 27425 "ansi-styles": { 27426 "version": "4.3.0", 27427 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 27428 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 27429 "requires": { 27430 "color-convert": "^2.0.1" 27431 } 27432 }, 27433 "chalk": { 27434 "version": "4.1.2", 27435 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 27436 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 27437 "requires": { 27438 "ansi-styles": "^4.1.0", 27439 "supports-color": "^7.1.0" 27440 } 27441 }, 27442 "color-convert": { 27443 "version": "2.0.1", 27444 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 27445 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 27446 "requires": { 27447 "color-name": "~1.1.4" 27448 } 27449 }, 27450 "color-name": { 27451 "version": "1.1.4", 27452 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 27453 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 27454 }, 27455 "has-flag": { 27456 "version": "4.0.0", 27457 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 27458 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 27459 }, 27460 "supports-color": { 27461 "version": "7.2.0", 27462 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 27463 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 27464 "requires": { 27465 "has-flag": "^4.0.0" 27466 } 27467 } 27468 } 27469 }, 27470 "jest-validate": { 27471 "version": "27.5.1", 27472 "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", 27473 "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", 27474 "requires": { 27475 "@jest/types": "^27.5.1", 27476 "camelcase": "^6.2.0", 27477 "chalk": "^4.0.0", 27478 "jest-get-type": "^27.5.1", 27479 "leven": "^3.1.0", 27480 "pretty-format": "^27.5.1" 27481 }, 27482 "dependencies": { 27483 "ansi-styles": { 27484 "version": "4.3.0", 27485 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 27486 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 27487 "requires": { 27488 "color-convert": "^2.0.1" 27489 } 27490 }, 27491 "chalk": { 27492 "version": "4.1.2", 27493 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 27494 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 27495 "requires": { 27496 "ansi-styles": "^4.1.0", 27497 "supports-color": "^7.1.0" 27498 } 27499 }, 27500 "color-convert": { 27501 "version": "2.0.1", 27502 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 27503 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 27504 "requires": { 27505 "color-name": "~1.1.4" 27506 } 27507 }, 27508 "color-name": { 27509 "version": "1.1.4", 27510 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 27511 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 27512 }, 27513 "has-flag": { 27514 "version": "4.0.0", 27515 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 27516 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 27517 }, 27518 "supports-color": { 27519 "version": "7.2.0", 27520 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 27521 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 27522 "requires": { 27523 "has-flag": "^4.0.0" 27524 } 27525 } 27526 } 27527 }, 27528 "jest-watch-typeahead": { 27529 "version": "1.1.0", 27530 "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz", 27531 "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==", 27532 "requires": { 27533 "ansi-escapes": "^4.3.1", 27534 "chalk": "^4.0.0", 27535 "jest-regex-util": "^28.0.0", 27536 "jest-watcher": "^28.0.0", 27537 "slash": "^4.0.0", 27538 "string-length": "^5.0.1", 27539 "strip-ansi": "^7.0.1" 27540 }, 27541 "dependencies": { 27542 "@jest/console": { 27543 "version": "28.1.3", 27544 "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", 27545 "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", 27546 "requires": { 27547 "@jest/types": "^28.1.3", 27548 "@types/node": "*", 27549 "chalk": "^4.0.0", 27550 "jest-message-util": "^28.1.3", 27551 "jest-util": "^28.1.3", 27552 "slash": "^3.0.0" 27553 }, 27554 "dependencies": { 27555 "slash": { 27556 "version": "3.0.0", 27557 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 27558 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" 27559 } 27560 } 27561 }, 27562 "@jest/test-result": { 27563 "version": "28.1.3", 27564 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", 27565 "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", 27566 "requires": { 27567 "@jest/console": "^28.1.3", 27568 "@jest/types": "^28.1.3", 27569 "@types/istanbul-lib-coverage": "^2.0.0", 27570 "collect-v8-coverage": "^1.0.0" 27571 } 27572 }, 27573 "@jest/types": { 27574 "version": "28.1.3", 27575 "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", 27576 "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", 27577 "requires": { 27578 "@jest/schemas": "^28.1.3", 27579 "@types/istanbul-lib-coverage": "^2.0.0", 27580 "@types/istanbul-reports": "^3.0.0", 27581 "@types/node": "*", 27582 "@types/yargs": "^17.0.8", 27583 "chalk": "^4.0.0" 27584 } 27585 }, 27586 "@types/yargs": { 27587 "version": "17.0.32", 27588 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", 27589 "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", 27590 "requires": { 27591 "@types/yargs-parser": "*" 27592 } 27593 }, 27594 "ansi-styles": { 27595 "version": "4.3.0", 27596 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 27597 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 27598 "requires": { 27599 "color-convert": "^2.0.1" 27600 } 27601 }, 27602 "chalk": { 27603 "version": "4.1.2", 27604 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 27605 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 27606 "requires": { 27607 "ansi-styles": "^4.1.0", 27608 "supports-color": "^7.1.0" 27609 } 27610 }, 27611 "color-convert": { 27612 "version": "2.0.1", 27613 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 27614 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 27615 "requires": { 27616 "color-name": "~1.1.4" 27617 } 27618 }, 27619 "color-name": { 27620 "version": "1.1.4", 27621 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 27622 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 27623 }, 27624 "emittery": { 27625 "version": "0.10.2", 27626 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", 27627 "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==" 27628 }, 27629 "has-flag": { 27630 "version": "4.0.0", 27631 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 27632 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 27633 }, 27634 "jest-message-util": { 27635 "version": "28.1.3", 27636 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", 27637 "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", 27638 "requires": { 27639 "@babel/code-frame": "^7.12.13", 27640 "@jest/types": "^28.1.3", 27641 "@types/stack-utils": "^2.0.0", 27642 "chalk": "^4.0.0", 27643 "graceful-fs": "^4.2.9", 27644 "micromatch": "^4.0.4", 27645 "pretty-format": "^28.1.3", 27646 "slash": "^3.0.0", 27647 "stack-utils": "^2.0.3" 27648 }, 27649 "dependencies": { 27650 "slash": { 27651 "version": "3.0.0", 27652 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 27653 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" 27654 } 27655 } 27656 }, 27657 "jest-regex-util": { 27658 "version": "28.0.2", 27659 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", 27660 "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==" 27661 }, 27662 "jest-util": { 27663 "version": "28.1.3", 27664 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", 27665 "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", 27666 "requires": { 27667 "@jest/types": "^28.1.3", 27668 "@types/node": "*", 27669 "chalk": "^4.0.0", 27670 "ci-info": "^3.2.0", 27671 "graceful-fs": "^4.2.9", 27672 "picomatch": "^2.2.3" 27673 } 27674 }, 27675 "jest-watcher": { 27676 "version": "28.1.3", 27677 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", 27678 "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", 27679 "requires": { 27680 "@jest/test-result": "^28.1.3", 27681 "@jest/types": "^28.1.3", 27682 "@types/node": "*", 27683 "ansi-escapes": "^4.2.1", 27684 "chalk": "^4.0.0", 27685 "emittery": "^0.10.2", 27686 "jest-util": "^28.1.3", 27687 "string-length": "^4.0.1" 27688 }, 27689 "dependencies": { 27690 "string-length": { 27691 "version": "4.0.2", 27692 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", 27693 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", 27694 "requires": { 27695 "char-regex": "^1.0.2", 27696 "strip-ansi": "^6.0.0" 27697 } 27698 }, 27699 "strip-ansi": { 27700 "version": "6.0.1", 27701 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 27702 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 27703 "requires": { 27704 "ansi-regex": "^5.0.1" 27705 } 27706 } 27707 } 27708 }, 27709 "pretty-format": { 27710 "version": "28.1.3", 27711 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", 27712 "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", 27713 "requires": { 27714 "@jest/schemas": "^28.1.3", 27715 "ansi-regex": "^5.0.1", 27716 "ansi-styles": "^5.0.0", 27717 "react-is": "^18.0.0" 27718 }, 27719 "dependencies": { 27720 "ansi-styles": { 27721 "version": "5.2.0", 27722 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", 27723 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" 27724 } 27725 } 27726 }, 27727 "react-is": { 27728 "version": "18.2.0", 27729 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", 27730 "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" 27731 }, 27732 "slash": { 27733 "version": "4.0.0", 27734 "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", 27735 "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==" 27736 }, 27737 "string-length": { 27738 "version": "5.0.1", 27739 "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", 27740 "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", 27741 "requires": { 27742 "char-regex": "^2.0.0", 27743 "strip-ansi": "^7.0.1" 27744 }, 27745 "dependencies": { 27746 "char-regex": { 27747 "version": "2.0.1", 27748 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", 27749 "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==" 27750 } 27751 } 27752 }, 27753 "strip-ansi": { 27754 "version": "7.1.0", 27755 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 27756 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 27757 "requires": { 27758 "ansi-regex": "^6.0.1" 27759 }, 27760 "dependencies": { 27761 "ansi-regex": { 27762 "version": "6.0.1", 27763 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", 27764 "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" 27765 } 27766 } 27767 }, 27768 "supports-color": { 27769 "version": "7.2.0", 27770 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 27771 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 27772 "requires": { 27773 "has-flag": "^4.0.0" 27774 } 27775 } 27776 } 27777 }, 27778 "jest-watcher": { 27779 "version": "27.5.1", 27780 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", 27781 "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", 27782 "requires": { 27783 "@jest/test-result": "^27.5.1", 27784 "@jest/types": "^27.5.1", 27785 "@types/node": "*", 27786 "ansi-escapes": "^4.2.1", 27787 "chalk": "^4.0.0", 27788 "jest-util": "^27.5.1", 27789 "string-length": "^4.0.1" 27790 }, 27791 "dependencies": { 27792 "ansi-styles": { 27793 "version": "4.3.0", 27794 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 27795 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 27796 "requires": { 27797 "color-convert": "^2.0.1" 27798 } 27799 }, 27800 "chalk": { 27801 "version": "4.1.2", 27802 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 27803 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 27804 "requires": { 27805 "ansi-styles": "^4.1.0", 27806 "supports-color": "^7.1.0" 27807 } 27808 }, 27809 "color-convert": { 27810 "version": "2.0.1", 27811 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 27812 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 27813 "requires": { 27814 "color-name": "~1.1.4" 27815 } 27816 }, 27817 "color-name": { 27818 "version": "1.1.4", 27819 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 27820 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 27821 }, 27822 "has-flag": { 27823 "version": "4.0.0", 27824 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 27825 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 27826 }, 27827 "supports-color": { 27828 "version": "7.2.0", 27829 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 27830 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 27831 "requires": { 27832 "has-flag": "^4.0.0" 27833 } 27834 } 27835 } 27836 }, 27837 "jest-worker": { 27838 "version": "27.5.1", 27839 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", 27840 "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", 27841 "requires": { 27842 "@types/node": "*", 27843 "merge-stream": "^2.0.0", 27844 "supports-color": "^8.0.0" 27845 }, 27846 "dependencies": { 27847 "has-flag": { 27848 "version": "4.0.0", 27849 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 27850 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 27851 }, 27852 "supports-color": { 27853 "version": "8.1.1", 27854 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", 27855 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", 27856 "requires": { 27857 "has-flag": "^4.0.0" 27858 } 27859 } 27860 } 27861 }, 27862 "jiti": { 27863 "version": "1.21.0", 27864 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", 27865 "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==" 27866 }, 27867 "js-tokens": { 27868 "version": "4.0.0", 27869 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", 27870 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" 27871 }, 27872 "js-yaml": { 27873 "version": "3.14.1", 27874 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", 27875 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", 27876 "requires": { 27877 "argparse": "^1.0.7", 27878 "esprima": "^4.0.0" 27879 } 27880 }, 27881 "jsdom": { 27882 "version": "16.7.0", 27883 "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", 27884 "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", 27885 "requires": { 27886 "abab": "^2.0.5", 27887 "acorn": "^8.2.4", 27888 "acorn-globals": "^6.0.0", 27889 "cssom": "^0.4.4", 27890 "cssstyle": "^2.3.0", 27891 "data-urls": "^2.0.0", 27892 "decimal.js": "^10.2.1", 27893 "domexception": "^2.0.1", 27894 "escodegen": "^2.0.0", 27895 "form-data": "^3.0.0", 27896 "html-encoding-sniffer": "^2.0.1", 27897 "http-proxy-agent": "^4.0.1", 27898 "https-proxy-agent": "^5.0.0", 27899 "is-potential-custom-element-name": "^1.0.1", 27900 "nwsapi": "^2.2.0", 27901 "parse5": "6.0.1", 27902 "saxes": "^5.0.1", 27903 "symbol-tree": "^3.2.4", 27904 "tough-cookie": "^4.0.0", 27905 "w3c-hr-time": "^1.0.2", 27906 "w3c-xmlserializer": "^2.0.0", 27907 "webidl-conversions": "^6.1.0", 27908 "whatwg-encoding": "^1.0.5", 27909 "whatwg-mimetype": "^2.3.0", 27910 "whatwg-url": "^8.5.0", 27911 "ws": "^7.4.6", 27912 "xml-name-validator": "^3.0.0" 27913 } 27914 }, 27915 "jsesc": { 27916 "version": "2.5.2", 27917 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", 27918 "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" 27919 }, 27920 "json-buffer": { 27921 "version": "3.0.1", 27922 "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", 27923 "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" 27924 }, 27925 "json-parse-even-better-errors": { 27926 "version": "2.3.1", 27927 "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", 27928 "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" 27929 }, 27930 "json-schema": { 27931 "version": "0.4.0", 27932 "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", 27933 "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" 27934 }, 27935 "json-schema-traverse": { 27936 "version": "0.4.1", 27937 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", 27938 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" 27939 }, 27940 "json-stable-stringify-without-jsonify": { 27941 "version": "1.0.1", 27942 "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", 27943 "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" 27944 }, 27945 "json5": { 27946 "version": "2.2.3", 27947 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", 27948 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" 27949 }, 27950 "jsonfile": { 27951 "version": "6.1.0", 27952 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", 27953 "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", 27954 "requires": { 27955 "graceful-fs": "^4.1.6", 27956 "universalify": "^2.0.0" 27957 } 27958 }, 27959 "jsonpath": { 27960 "version": "1.1.1", 27961 "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz", 27962 "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==", 27963 "requires": { 27964 "esprima": "1.2.2", 27965 "static-eval": "2.0.2", 27966 "underscore": "1.12.1" 27967 }, 27968 "dependencies": { 27969 "esprima": { 27970 "version": "1.2.2", 27971 "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz", 27972 "integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==" 27973 } 27974 } 27975 }, 27976 "jsonpointer": { 27977 "version": "5.0.1", 27978 "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", 27979 "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==" 27980 }, 27981 "jsx-ast-utils": { 27982 "version": "3.3.5", 27983 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", 27984 "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", 27985 "requires": { 27986 "array-includes": "^3.1.6", 27987 "array.prototype.flat": "^1.3.1", 27988 "object.assign": "^4.1.4", 27989 "object.values": "^1.1.6" 27990 } 27991 }, 27992 "keyv": { 27993 "version": "4.5.4", 27994 "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", 27995 "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", 27996 "requires": { 27997 "json-buffer": "3.0.1" 27998 } 27999 }, 28000 "kind-of": { 28001 "version": "6.0.3", 28002 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", 28003 "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" 28004 }, 28005 "kleur": { 28006 "version": "3.0.3", 28007 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 28008 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" 28009 }, 28010 "klona": { 28011 "version": "2.0.6", 28012 "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", 28013 "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==" 28014 }, 28015 "language-subtag-registry": { 28016 "version": "0.3.22", 28017 "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", 28018 "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==" 28019 }, 28020 "language-tags": { 28021 "version": "1.0.9", 28022 "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz", 28023 "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==", 28024 "requires": { 28025 "language-subtag-registry": "^0.3.20" 28026 } 28027 }, 28028 "launch-editor": { 28029 "version": "2.6.1", 28030 "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz", 28031 "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==", 28032 "requires": { 28033 "picocolors": "^1.0.0", 28034 "shell-quote": "^1.8.1" 28035 } 28036 }, 28037 "leven": { 28038 "version": "3.1.0", 28039 "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", 28040 "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" 28041 }, 28042 "levn": { 28043 "version": "0.4.1", 28044 "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", 28045 "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", 28046 "requires": { 28047 "prelude-ls": "^1.2.1", 28048 "type-check": "~0.4.0" 28049 } 28050 }, 28051 "lilconfig": { 28052 "version": "2.1.0", 28053 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", 28054 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==" 28055 }, 28056 "lines-and-columns": { 28057 "version": "1.2.4", 28058 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", 28059 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" 28060 }, 28061 "loader-runner": { 28062 "version": "4.3.0", 28063 "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", 28064 "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" 28065 }, 28066 "loader-utils": { 28067 "version": "2.0.4", 28068 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", 28069 "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", 28070 "requires": { 28071 "big.js": "^5.2.2", 28072 "emojis-list": "^3.0.0", 28073 "json5": "^2.1.2" 28074 } 28075 }, 28076 "locate-path": { 28077 "version": "6.0.0", 28078 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", 28079 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", 28080 "requires": { 28081 "p-locate": "^5.0.0" 28082 } 28083 }, 28084 "lodash": { 28085 "version": "4.17.21", 28086 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", 28087 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" 28088 }, 28089 "lodash.debounce": { 28090 "version": "4.0.8", 28091 "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", 28092 "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" 28093 }, 28094 "lodash.memoize": { 28095 "version": "4.1.2", 28096 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", 28097 "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" 28098 }, 28099 "lodash.merge": { 28100 "version": "4.6.2", 28101 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", 28102 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" 28103 }, 28104 "lodash.sortby": { 28105 "version": "4.7.0", 28106 "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", 28107 "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==" 28108 }, 28109 "lodash.uniq": { 28110 "version": "4.5.0", 28111 "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", 28112 "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" 28113 }, 28114 "loose-envify": { 28115 "version": "1.4.0", 28116 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", 28117 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", 28118 "requires": { 28119 "js-tokens": "^3.0.0 || ^4.0.0" 28120 } 28121 }, 28122 "lower-case": { 28123 "version": "2.0.2", 28124 "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", 28125 "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", 28126 "requires": { 28127 "tslib": "^2.0.3" 28128 } 28129 }, 28130 "lru-cache": { 28131 "version": "5.1.1", 28132 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", 28133 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", 28134 "requires": { 28135 "yallist": "^3.0.2" 28136 } 28137 }, 28138 "lz-string": { 28139 "version": "1.5.0", 28140 "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", 28141 "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" 28142 }, 28143 "magic-string": { 28144 "version": "0.25.9", 28145 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", 28146 "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", 28147 "requires": { 28148 "sourcemap-codec": "^1.4.8" 28149 } 28150 }, 28151 "make-dir": { 28152 "version": "3.1.0", 28153 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", 28154 "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", 28155 "requires": { 28156 "semver": "^6.0.0" 28157 }, 28158 "dependencies": { 28159 "semver": { 28160 "version": "6.3.1", 28161 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 28162 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" 28163 } 28164 } 28165 }, 28166 "makeerror": { 28167 "version": "1.0.12", 28168 "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", 28169 "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", 28170 "requires": { 28171 "tmpl": "1.0.5" 28172 } 28173 }, 28174 "md5.js": { 28175 "version": "1.3.5", 28176 "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", 28177 "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", 28178 "requires": { 28179 "hash-base": "^3.0.0", 28180 "inherits": "^2.0.1", 28181 "safe-buffer": "^5.1.2" 28182 } 28183 }, 28184 "mdn-data": { 28185 "version": "2.0.4", 28186 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", 28187 "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" 28188 }, 28189 "media-typer": { 28190 "version": "0.3.0", 28191 "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", 28192 "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" 28193 }, 28194 "memfs": { 28195 "version": "3.5.3", 28196 "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", 28197 "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", 28198 "requires": { 28199 "fs-monkey": "^1.0.4" 28200 } 28201 }, 28202 "merge-descriptors": { 28203 "version": "1.0.1", 28204 "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", 28205 "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" 28206 }, 28207 "merge-stream": { 28208 "version": "2.0.0", 28209 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", 28210 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" 28211 }, 28212 "merge2": { 28213 "version": "1.4.1", 28214 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 28215 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" 28216 }, 28217 "methods": { 28218 "version": "1.1.2", 28219 "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", 28220 "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" 28221 }, 28222 "micromatch": { 28223 "version": "4.0.5", 28224 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", 28225 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", 28226 "requires": { 28227 "braces": "^3.0.2", 28228 "picomatch": "^2.3.1" 28229 } 28230 }, 28231 "miller-rabin": { 28232 "version": "4.0.1", 28233 "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", 28234 "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", 28235 "requires": { 28236 "bn.js": "^4.0.0", 28237 "brorand": "^1.0.1" 28238 }, 28239 "dependencies": { 28240 "bn.js": { 28241 "version": "4.12.0", 28242 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 28243 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 28244 } 28245 } 28246 }, 28247 "mime": { 28248 "version": "1.6.0", 28249 "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", 28250 "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" 28251 }, 28252 "mime-db": { 28253 "version": "1.52.0", 28254 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 28255 "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" 28256 }, 28257 "mime-types": { 28258 "version": "2.1.35", 28259 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 28260 "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 28261 "requires": { 28262 "mime-db": "1.52.0" 28263 } 28264 }, 28265 "mimic-fn": { 28266 "version": "2.1.0", 28267 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", 28268 "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" 28269 }, 28270 "min-indent": { 28271 "version": "1.0.1", 28272 "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", 28273 "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" 28274 }, 28275 "mini-css-extract-plugin": { 28276 "version": "2.8.0", 28277 "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz", 28278 "integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==", 28279 "requires": { 28280 "schema-utils": "^4.0.0", 28281 "tapable": "^2.2.1" 28282 }, 28283 "dependencies": { 28284 "ajv": { 28285 "version": "8.12.0", 28286 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 28287 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 28288 "requires": { 28289 "fast-deep-equal": "^3.1.1", 28290 "json-schema-traverse": "^1.0.0", 28291 "require-from-string": "^2.0.2", 28292 "uri-js": "^4.2.2" 28293 } 28294 }, 28295 "ajv-keywords": { 28296 "version": "5.1.0", 28297 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 28298 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 28299 "requires": { 28300 "fast-deep-equal": "^3.1.3" 28301 } 28302 }, 28303 "json-schema-traverse": { 28304 "version": "1.0.0", 28305 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 28306 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 28307 }, 28308 "schema-utils": { 28309 "version": "4.2.0", 28310 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", 28311 "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", 28312 "requires": { 28313 "@types/json-schema": "^7.0.9", 28314 "ajv": "^8.9.0", 28315 "ajv-formats": "^2.1.1", 28316 "ajv-keywords": "^5.1.0" 28317 } 28318 } 28319 } 28320 }, 28321 "minimalistic-assert": { 28322 "version": "1.0.1", 28323 "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", 28324 "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" 28325 }, 28326 "minimalistic-crypto-utils": { 28327 "version": "1.0.1", 28328 "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", 28329 "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==" 28330 }, 28331 "minimatch": { 28332 "version": "3.1.2", 28333 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", 28334 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", 28335 "requires": { 28336 "brace-expansion": "^1.1.7" 28337 } 28338 }, 28339 "minimist": { 28340 "version": "1.2.8", 28341 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", 28342 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" 28343 }, 28344 "minipass": { 28345 "version": "7.0.4", 28346 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", 28347 "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==" 28348 }, 28349 "mkdirp": { 28350 "version": "0.5.6", 28351 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", 28352 "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", 28353 "requires": { 28354 "minimist": "^1.2.6" 28355 } 28356 }, 28357 "ms": { 28358 "version": "2.1.2", 28359 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", 28360 "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" 28361 }, 28362 "multicast-dns": { 28363 "version": "7.2.5", 28364 "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", 28365 "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", 28366 "requires": { 28367 "dns-packet": "^5.2.2", 28368 "thunky": "^1.0.2" 28369 } 28370 }, 28371 "mz": { 28372 "version": "2.7.0", 28373 "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", 28374 "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", 28375 "requires": { 28376 "any-promise": "^1.0.0", 28377 "object-assign": "^4.0.1", 28378 "thenify-all": "^1.0.0" 28379 } 28380 }, 28381 "nanoid": { 28382 "version": "3.3.7", 28383 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", 28384 "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" 28385 }, 28386 "natural-compare": { 28387 "version": "1.4.0", 28388 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", 28389 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" 28390 }, 28391 "natural-compare-lite": { 28392 "version": "1.4.0", 28393 "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", 28394 "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==" 28395 }, 28396 "negotiator": { 28397 "version": "0.6.3", 28398 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", 28399 "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" 28400 }, 28401 "neo-async": { 28402 "version": "2.6.2", 28403 "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", 28404 "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" 28405 }, 28406 "no-case": { 28407 "version": "3.0.4", 28408 "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", 28409 "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", 28410 "requires": { 28411 "lower-case": "^2.0.2", 28412 "tslib": "^2.0.3" 28413 } 28414 }, 28415 "node-forge": { 28416 "version": "1.3.1", 28417 "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", 28418 "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==" 28419 }, 28420 "node-int64": { 28421 "version": "0.4.0", 28422 "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", 28423 "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" 28424 }, 28425 "node-polyfill-webpack-plugin": { 28426 "version": "3.0.0", 28427 "resolved": "https://registry.npmjs.org/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-3.0.0.tgz", 28428 "integrity": "sha512-QpG496dDBiaelQZu9wDcVvpLbtk7h9Ctz693RaUMZBgl8DUoFToO90ZTLKq57gP7rwKqYtGbMBXkcEgLSag2jQ==", 28429 "requires": { 28430 "assert": "^2.1.0", 28431 "browserify-zlib": "^0.2.0", 28432 "buffer": "^6.0.3", 28433 "console-browserify": "^1.2.0", 28434 "constants-browserify": "^1.0.0", 28435 "crypto-browserify": "^3.12.0", 28436 "domain-browser": "^4.22.0", 28437 "events": "^3.3.0", 28438 "https-browserify": "^1.0.0", 28439 "os-browserify": "^0.3.0", 28440 "path-browserify": "^1.0.1", 28441 "process": "^0.11.10", 28442 "punycode": "^2.3.0", 28443 "querystring-es3": "^0.2.1", 28444 "readable-stream": "^4.4.2", 28445 "stream-browserify": "^3.0.0", 28446 "stream-http": "^3.2.0", 28447 "string_decoder": "^1.3.0", 28448 "timers-browserify": "^2.0.12", 28449 "tty-browserify": "^0.0.1", 28450 "type-fest": "^4.4.0", 28451 "url": "^0.11.3", 28452 "util": "^0.12.5", 28453 "vm-browserify": "^1.1.2" 28454 }, 28455 "dependencies": { 28456 "readable-stream": { 28457 "version": "4.5.2", 28458 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", 28459 "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", 28460 "requires": { 28461 "abort-controller": "^3.0.0", 28462 "buffer": "^6.0.3", 28463 "events": "^3.3.0", 28464 "process": "^0.11.10", 28465 "string_decoder": "^1.3.0" 28466 } 28467 }, 28468 "type-fest": { 28469 "version": "4.10.2", 28470 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.2.tgz", 28471 "integrity": "sha512-anpAG63wSpdEbLwOqH8L84urkL6PiVIov3EMmgIhhThevh9aiMQov+6Btx0wldNcvm4wV+e2/Rt1QdDwKHFbHw==" 28472 } 28473 } 28474 }, 28475 "node-releases": { 28476 "version": "2.0.14", 28477 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", 28478 "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" 28479 }, 28480 "normalize-path": { 28481 "version": "3.0.0", 28482 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 28483 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" 28484 }, 28485 "normalize-range": { 28486 "version": "0.1.2", 28487 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", 28488 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==" 28489 }, 28490 "normalize-url": { 28491 "version": "6.1.0", 28492 "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", 28493 "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==" 28494 }, 28495 "npm-run-path": { 28496 "version": "4.0.1", 28497 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", 28498 "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", 28499 "requires": { 28500 "path-key": "^3.0.0" 28501 } 28502 }, 28503 "nth-check": { 28504 "version": "2.1.1", 28505 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", 28506 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", 28507 "requires": { 28508 "boolbase": "^1.0.0" 28509 } 28510 }, 28511 "nwsapi": { 28512 "version": "2.2.7", 28513 "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", 28514 "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" 28515 }, 28516 "object-assign": { 28517 "version": "4.1.1", 28518 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", 28519 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" 28520 }, 28521 "object-hash": { 28522 "version": "3.0.0", 28523 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", 28524 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" 28525 }, 28526 "object-inspect": { 28527 "version": "1.13.1", 28528 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", 28529 "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" 28530 }, 28531 "object-is": { 28532 "version": "1.1.5", 28533 "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", 28534 "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", 28535 "requires": { 28536 "call-bind": "^1.0.2", 28537 "define-properties": "^1.1.3" 28538 } 28539 }, 28540 "object-keys": { 28541 "version": "1.1.1", 28542 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", 28543 "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" 28544 }, 28545 "object.assign": { 28546 "version": "4.1.5", 28547 "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", 28548 "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", 28549 "requires": { 28550 "call-bind": "^1.0.5", 28551 "define-properties": "^1.2.1", 28552 "has-symbols": "^1.0.3", 28553 "object-keys": "^1.1.1" 28554 } 28555 }, 28556 "object.entries": { 28557 "version": "1.1.7", 28558 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", 28559 "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", 28560 "requires": { 28561 "call-bind": "^1.0.2", 28562 "define-properties": "^1.2.0", 28563 "es-abstract": "^1.22.1" 28564 } 28565 }, 28566 "object.fromentries": { 28567 "version": "2.0.7", 28568 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", 28569 "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", 28570 "requires": { 28571 "call-bind": "^1.0.2", 28572 "define-properties": "^1.2.0", 28573 "es-abstract": "^1.22.1" 28574 } 28575 }, 28576 "object.getownpropertydescriptors": { 28577 "version": "2.1.7", 28578 "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.7.tgz", 28579 "integrity": "sha512-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g==", 28580 "requires": { 28581 "array.prototype.reduce": "^1.0.6", 28582 "call-bind": "^1.0.2", 28583 "define-properties": "^1.2.0", 28584 "es-abstract": "^1.22.1", 28585 "safe-array-concat": "^1.0.0" 28586 } 28587 }, 28588 "object.groupby": { 28589 "version": "1.0.2", 28590 "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.2.tgz", 28591 "integrity": "sha512-bzBq58S+x+uo0VjurFT0UktpKHOZmv4/xePiOA1nbB9pMqpGK7rUPNgf+1YC+7mE+0HzhTMqNUuCqvKhj6FnBw==", 28592 "requires": { 28593 "array.prototype.filter": "^1.0.3", 28594 "call-bind": "^1.0.5", 28595 "define-properties": "^1.2.1", 28596 "es-abstract": "^1.22.3", 28597 "es-errors": "^1.0.0" 28598 } 28599 }, 28600 "object.hasown": { 28601 "version": "1.1.3", 28602 "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz", 28603 "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==", 28604 "requires": { 28605 "define-properties": "^1.2.0", 28606 "es-abstract": "^1.22.1" 28607 } 28608 }, 28609 "object.values": { 28610 "version": "1.1.7", 28611 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", 28612 "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", 28613 "requires": { 28614 "call-bind": "^1.0.2", 28615 "define-properties": "^1.2.0", 28616 "es-abstract": "^1.22.1" 28617 } 28618 }, 28619 "obuf": { 28620 "version": "1.1.2", 28621 "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", 28622 "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" 28623 }, 28624 "on-finished": { 28625 "version": "2.4.1", 28626 "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", 28627 "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", 28628 "requires": { 28629 "ee-first": "1.1.1" 28630 } 28631 }, 28632 "on-headers": { 28633 "version": "1.0.2", 28634 "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", 28635 "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" 28636 }, 28637 "once": { 28638 "version": "1.4.0", 28639 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 28640 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 28641 "requires": { 28642 "wrappy": "1" 28643 } 28644 }, 28645 "onetime": { 28646 "version": "5.1.2", 28647 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", 28648 "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", 28649 "requires": { 28650 "mimic-fn": "^2.1.0" 28651 } 28652 }, 28653 "open": { 28654 "version": "8.4.2", 28655 "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", 28656 "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", 28657 "requires": { 28658 "define-lazy-prop": "^2.0.0", 28659 "is-docker": "^2.1.1", 28660 "is-wsl": "^2.2.0" 28661 } 28662 }, 28663 "optionator": { 28664 "version": "0.9.3", 28665 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", 28666 "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", 28667 "requires": { 28668 "@aashutoshrathi/word-wrap": "^1.2.3", 28669 "deep-is": "^0.1.3", 28670 "fast-levenshtein": "^2.0.6", 28671 "levn": "^0.4.1", 28672 "prelude-ls": "^1.2.1", 28673 "type-check": "^0.4.0" 28674 } 28675 }, 28676 "os-browserify": { 28677 "version": "0.3.0", 28678 "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", 28679 "integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==" 28680 }, 28681 "p-limit": { 28682 "version": "3.1.0", 28683 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", 28684 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", 28685 "requires": { 28686 "yocto-queue": "^0.1.0" 28687 } 28688 }, 28689 "p-locate": { 28690 "version": "5.0.0", 28691 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", 28692 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", 28693 "requires": { 28694 "p-limit": "^3.0.2" 28695 } 28696 }, 28697 "p-retry": { 28698 "version": "4.6.2", 28699 "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", 28700 "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", 28701 "requires": { 28702 "@types/retry": "0.12.0", 28703 "retry": "^0.13.1" 28704 } 28705 }, 28706 "p-try": { 28707 "version": "2.2.0", 28708 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", 28709 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" 28710 }, 28711 "pako": { 28712 "version": "1.0.11", 28713 "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", 28714 "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" 28715 }, 28716 "param-case": { 28717 "version": "3.0.4", 28718 "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", 28719 "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", 28720 "requires": { 28721 "dot-case": "^3.0.4", 28722 "tslib": "^2.0.3" 28723 } 28724 }, 28725 "parent-module": { 28726 "version": "1.0.1", 28727 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", 28728 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", 28729 "requires": { 28730 "callsites": "^3.0.0" 28731 } 28732 }, 28733 "parse-asn1": { 28734 "version": "5.1.6", 28735 "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", 28736 "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", 28737 "requires": { 28738 "asn1.js": "^5.2.0", 28739 "browserify-aes": "^1.0.0", 28740 "evp_bytestokey": "^1.0.0", 28741 "pbkdf2": "^3.0.3", 28742 "safe-buffer": "^5.1.1" 28743 } 28744 }, 28745 "parse-json": { 28746 "version": "5.2.0", 28747 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", 28748 "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", 28749 "requires": { 28750 "@babel/code-frame": "^7.0.0", 28751 "error-ex": "^1.3.1", 28752 "json-parse-even-better-errors": "^2.3.0", 28753 "lines-and-columns": "^1.1.6" 28754 } 28755 }, 28756 "parse5": { 28757 "version": "6.0.1", 28758 "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", 28759 "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" 28760 }, 28761 "parseurl": { 28762 "version": "1.3.3", 28763 "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", 28764 "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" 28765 }, 28766 "pascal-case": { 28767 "version": "3.1.2", 28768 "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", 28769 "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", 28770 "requires": { 28771 "no-case": "^3.0.4", 28772 "tslib": "^2.0.3" 28773 } 28774 }, 28775 "path-browserify": { 28776 "version": "1.0.1", 28777 "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", 28778 "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" 28779 }, 28780 "path-exists": { 28781 "version": "4.0.0", 28782 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", 28783 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" 28784 }, 28785 "path-is-absolute": { 28786 "version": "1.0.1", 28787 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", 28788 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" 28789 }, 28790 "path-key": { 28791 "version": "3.1.1", 28792 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 28793 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" 28794 }, 28795 "path-parse": { 28796 "version": "1.0.7", 28797 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 28798 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" 28799 }, 28800 "path-scurry": { 28801 "version": "1.10.1", 28802 "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", 28803 "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", 28804 "requires": { 28805 "lru-cache": "^9.1.1 || ^10.0.0", 28806 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" 28807 }, 28808 "dependencies": { 28809 "lru-cache": { 28810 "version": "10.2.0", 28811 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", 28812 "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==" 28813 } 28814 } 28815 }, 28816 "path-to-regexp": { 28817 "version": "0.1.7", 28818 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", 28819 "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" 28820 }, 28821 "path-type": { 28822 "version": "4.0.0", 28823 "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", 28824 "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" 28825 }, 28826 "pbkdf2": { 28827 "version": "3.1.2", 28828 "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", 28829 "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", 28830 "requires": { 28831 "create-hash": "^1.1.2", 28832 "create-hmac": "^1.1.4", 28833 "ripemd160": "^2.0.1", 28834 "safe-buffer": "^5.0.1", 28835 "sha.js": "^2.4.8" 28836 } 28837 }, 28838 "performance-now": { 28839 "version": "2.1.0", 28840 "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", 28841 "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" 28842 }, 28843 "picocolors": { 28844 "version": "1.0.0", 28845 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", 28846 "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" 28847 }, 28848 "picomatch": { 28849 "version": "2.3.1", 28850 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 28851 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" 28852 }, 28853 "pify": { 28854 "version": "2.3.0", 28855 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", 28856 "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" 28857 }, 28858 "pirates": { 28859 "version": "4.0.6", 28860 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", 28861 "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" 28862 }, 28863 "pkg-dir": { 28864 "version": "4.2.0", 28865 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", 28866 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", 28867 "requires": { 28868 "find-up": "^4.0.0" 28869 }, 28870 "dependencies": { 28871 "find-up": { 28872 "version": "4.1.0", 28873 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", 28874 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", 28875 "requires": { 28876 "locate-path": "^5.0.0", 28877 "path-exists": "^4.0.0" 28878 } 28879 }, 28880 "locate-path": { 28881 "version": "5.0.0", 28882 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", 28883 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", 28884 "requires": { 28885 "p-locate": "^4.1.0" 28886 } 28887 }, 28888 "p-limit": { 28889 "version": "2.3.0", 28890 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 28891 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 28892 "requires": { 28893 "p-try": "^2.0.0" 28894 } 28895 }, 28896 "p-locate": { 28897 "version": "4.1.0", 28898 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", 28899 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", 28900 "requires": { 28901 "p-limit": "^2.2.0" 28902 } 28903 } 28904 } 28905 }, 28906 "pkg-up": { 28907 "version": "3.1.0", 28908 "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", 28909 "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", 28910 "requires": { 28911 "find-up": "^3.0.0" 28912 }, 28913 "dependencies": { 28914 "find-up": { 28915 "version": "3.0.0", 28916 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", 28917 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", 28918 "requires": { 28919 "locate-path": "^3.0.0" 28920 } 28921 }, 28922 "locate-path": { 28923 "version": "3.0.0", 28924 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", 28925 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", 28926 "requires": { 28927 "p-locate": "^3.0.0", 28928 "path-exists": "^3.0.0" 28929 } 28930 }, 28931 "p-limit": { 28932 "version": "2.3.0", 28933 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 28934 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 28935 "requires": { 28936 "p-try": "^2.0.0" 28937 } 28938 }, 28939 "p-locate": { 28940 "version": "3.0.0", 28941 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", 28942 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", 28943 "requires": { 28944 "p-limit": "^2.0.0" 28945 } 28946 }, 28947 "path-exists": { 28948 "version": "3.0.0", 28949 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", 28950 "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==" 28951 } 28952 } 28953 }, 28954 "postcss": { 28955 "version": "8.4.35", 28956 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", 28957 "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", 28958 "requires": { 28959 "nanoid": "^3.3.7", 28960 "picocolors": "^1.0.0", 28961 "source-map-js": "^1.0.2" 28962 } 28963 }, 28964 "postcss-attribute-case-insensitive": { 28965 "version": "5.0.2", 28966 "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", 28967 "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", 28968 "requires": { 28969 "postcss-selector-parser": "^6.0.10" 28970 } 28971 }, 28972 "postcss-browser-comments": { 28973 "version": "4.0.0", 28974 "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", 28975 "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", 28976 "requires": {} 28977 }, 28978 "postcss-calc": { 28979 "version": "8.2.4", 28980 "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", 28981 "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", 28982 "requires": { 28983 "postcss-selector-parser": "^6.0.9", 28984 "postcss-value-parser": "^4.2.0" 28985 } 28986 }, 28987 "postcss-clamp": { 28988 "version": "4.1.0", 28989 "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", 28990 "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", 28991 "requires": { 28992 "postcss-value-parser": "^4.2.0" 28993 } 28994 }, 28995 "postcss-color-functional-notation": { 28996 "version": "4.2.4", 28997 "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", 28998 "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", 28999 "requires": { 29000 "postcss-value-parser": "^4.2.0" 29001 } 29002 }, 29003 "postcss-color-hex-alpha": { 29004 "version": "8.0.4", 29005 "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", 29006 "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", 29007 "requires": { 29008 "postcss-value-parser": "^4.2.0" 29009 } 29010 }, 29011 "postcss-color-rebeccapurple": { 29012 "version": "7.1.1", 29013 "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", 29014 "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", 29015 "requires": { 29016 "postcss-value-parser": "^4.2.0" 29017 } 29018 }, 29019 "postcss-colormin": { 29020 "version": "5.3.1", 29021 "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", 29022 "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", 29023 "requires": { 29024 "browserslist": "^4.21.4", 29025 "caniuse-api": "^3.0.0", 29026 "colord": "^2.9.1", 29027 "postcss-value-parser": "^4.2.0" 29028 } 29029 }, 29030 "postcss-convert-values": { 29031 "version": "5.1.3", 29032 "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", 29033 "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", 29034 "requires": { 29035 "browserslist": "^4.21.4", 29036 "postcss-value-parser": "^4.2.0" 29037 } 29038 }, 29039 "postcss-custom-media": { 29040 "version": "8.0.2", 29041 "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", 29042 "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", 29043 "requires": { 29044 "postcss-value-parser": "^4.2.0" 29045 } 29046 }, 29047 "postcss-custom-properties": { 29048 "version": "12.1.11", 29049 "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz", 29050 "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==", 29051 "requires": { 29052 "postcss-value-parser": "^4.2.0" 29053 } 29054 }, 29055 "postcss-custom-selectors": { 29056 "version": "6.0.3", 29057 "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", 29058 "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", 29059 "requires": { 29060 "postcss-selector-parser": "^6.0.4" 29061 } 29062 }, 29063 "postcss-dir-pseudo-class": { 29064 "version": "6.0.5", 29065 "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", 29066 "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", 29067 "requires": { 29068 "postcss-selector-parser": "^6.0.10" 29069 } 29070 }, 29071 "postcss-discard-comments": { 29072 "version": "5.1.2", 29073 "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", 29074 "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", 29075 "requires": {} 29076 }, 29077 "postcss-discard-duplicates": { 29078 "version": "5.1.0", 29079 "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", 29080 "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", 29081 "requires": {} 29082 }, 29083 "postcss-discard-empty": { 29084 "version": "5.1.1", 29085 "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", 29086 "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", 29087 "requires": {} 29088 }, 29089 "postcss-discard-overridden": { 29090 "version": "5.1.0", 29091 "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", 29092 "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", 29093 "requires": {} 29094 }, 29095 "postcss-double-position-gradients": { 29096 "version": "3.1.2", 29097 "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", 29098 "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", 29099 "requires": { 29100 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 29101 "postcss-value-parser": "^4.2.0" 29102 } 29103 }, 29104 "postcss-env-function": { 29105 "version": "4.0.6", 29106 "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", 29107 "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", 29108 "requires": { 29109 "postcss-value-parser": "^4.2.0" 29110 } 29111 }, 29112 "postcss-flexbugs-fixes": { 29113 "version": "5.0.2", 29114 "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", 29115 "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", 29116 "requires": {} 29117 }, 29118 "postcss-focus-visible": { 29119 "version": "6.0.4", 29120 "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", 29121 "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", 29122 "requires": { 29123 "postcss-selector-parser": "^6.0.9" 29124 } 29125 }, 29126 "postcss-focus-within": { 29127 "version": "5.0.4", 29128 "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", 29129 "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", 29130 "requires": { 29131 "postcss-selector-parser": "^6.0.9" 29132 } 29133 }, 29134 "postcss-font-variant": { 29135 "version": "5.0.0", 29136 "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", 29137 "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", 29138 "requires": {} 29139 }, 29140 "postcss-gap-properties": { 29141 "version": "3.0.5", 29142 "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", 29143 "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", 29144 "requires": {} 29145 }, 29146 "postcss-image-set-function": { 29147 "version": "4.0.7", 29148 "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", 29149 "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", 29150 "requires": { 29151 "postcss-value-parser": "^4.2.0" 29152 } 29153 }, 29154 "postcss-import": { 29155 "version": "15.1.0", 29156 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", 29157 "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", 29158 "requires": { 29159 "postcss-value-parser": "^4.0.0", 29160 "read-cache": "^1.0.0", 29161 "resolve": "^1.1.7" 29162 } 29163 }, 29164 "postcss-initial": { 29165 "version": "4.0.1", 29166 "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", 29167 "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", 29168 "requires": {} 29169 }, 29170 "postcss-js": { 29171 "version": "4.0.1", 29172 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", 29173 "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", 29174 "requires": { 29175 "camelcase-css": "^2.0.1" 29176 } 29177 }, 29178 "postcss-lab-function": { 29179 "version": "4.2.1", 29180 "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", 29181 "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", 29182 "requires": { 29183 "@csstools/postcss-progressive-custom-properties": "^1.1.0", 29184 "postcss-value-parser": "^4.2.0" 29185 } 29186 }, 29187 "postcss-load-config": { 29188 "version": "4.0.2", 29189 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", 29190 "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", 29191 "requires": { 29192 "lilconfig": "^3.0.0", 29193 "yaml": "^2.3.4" 29194 }, 29195 "dependencies": { 29196 "lilconfig": { 29197 "version": "3.0.0", 29198 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", 29199 "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==" 29200 }, 29201 "yaml": { 29202 "version": "2.3.4", 29203 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", 29204 "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" 29205 } 29206 } 29207 }, 29208 "postcss-loader": { 29209 "version": "6.2.1", 29210 "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", 29211 "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", 29212 "requires": { 29213 "cosmiconfig": "^7.0.0", 29214 "klona": "^2.0.5", 29215 "semver": "^7.3.5" 29216 } 29217 }, 29218 "postcss-logical": { 29219 "version": "5.0.4", 29220 "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", 29221 "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", 29222 "requires": {} 29223 }, 29224 "postcss-media-minmax": { 29225 "version": "5.0.0", 29226 "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", 29227 "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", 29228 "requires": {} 29229 }, 29230 "postcss-merge-longhand": { 29231 "version": "5.1.7", 29232 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", 29233 "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", 29234 "requires": { 29235 "postcss-value-parser": "^4.2.0", 29236 "stylehacks": "^5.1.1" 29237 } 29238 }, 29239 "postcss-merge-rules": { 29240 "version": "5.1.4", 29241 "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", 29242 "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", 29243 "requires": { 29244 "browserslist": "^4.21.4", 29245 "caniuse-api": "^3.0.0", 29246 "cssnano-utils": "^3.1.0", 29247 "postcss-selector-parser": "^6.0.5" 29248 } 29249 }, 29250 "postcss-minify-font-values": { 29251 "version": "5.1.0", 29252 "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", 29253 "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", 29254 "requires": { 29255 "postcss-value-parser": "^4.2.0" 29256 } 29257 }, 29258 "postcss-minify-gradients": { 29259 "version": "5.1.1", 29260 "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", 29261 "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", 29262 "requires": { 29263 "colord": "^2.9.1", 29264 "cssnano-utils": "^3.1.0", 29265 "postcss-value-parser": "^4.2.0" 29266 } 29267 }, 29268 "postcss-minify-params": { 29269 "version": "5.1.4", 29270 "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", 29271 "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", 29272 "requires": { 29273 "browserslist": "^4.21.4", 29274 "cssnano-utils": "^3.1.0", 29275 "postcss-value-parser": "^4.2.0" 29276 } 29277 }, 29278 "postcss-minify-selectors": { 29279 "version": "5.2.1", 29280 "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", 29281 "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", 29282 "requires": { 29283 "postcss-selector-parser": "^6.0.5" 29284 } 29285 }, 29286 "postcss-modules-extract-imports": { 29287 "version": "3.0.0", 29288 "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", 29289 "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", 29290 "requires": {} 29291 }, 29292 "postcss-modules-local-by-default": { 29293 "version": "4.0.4", 29294 "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.4.tgz", 29295 "integrity": "sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==", 29296 "requires": { 29297 "icss-utils": "^5.0.0", 29298 "postcss-selector-parser": "^6.0.2", 29299 "postcss-value-parser": "^4.1.0" 29300 } 29301 }, 29302 "postcss-modules-scope": { 29303 "version": "3.1.1", 29304 "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.1.tgz", 29305 "integrity": "sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==", 29306 "requires": { 29307 "postcss-selector-parser": "^6.0.4" 29308 } 29309 }, 29310 "postcss-modules-values": { 29311 "version": "4.0.0", 29312 "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", 29313 "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", 29314 "requires": { 29315 "icss-utils": "^5.0.0" 29316 } 29317 }, 29318 "postcss-nested": { 29319 "version": "6.0.1", 29320 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", 29321 "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", 29322 "requires": { 29323 "postcss-selector-parser": "^6.0.11" 29324 } 29325 }, 29326 "postcss-nesting": { 29327 "version": "10.2.0", 29328 "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", 29329 "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", 29330 "requires": { 29331 "@csstools/selector-specificity": "^2.0.0", 29332 "postcss-selector-parser": "^6.0.10" 29333 } 29334 }, 29335 "postcss-normalize": { 29336 "version": "10.0.1", 29337 "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", 29338 "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", 29339 "requires": { 29340 "@csstools/normalize.css": "*", 29341 "postcss-browser-comments": "^4", 29342 "sanitize.css": "*" 29343 } 29344 }, 29345 "postcss-normalize-charset": { 29346 "version": "5.1.0", 29347 "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", 29348 "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", 29349 "requires": {} 29350 }, 29351 "postcss-normalize-display-values": { 29352 "version": "5.1.0", 29353 "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", 29354 "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", 29355 "requires": { 29356 "postcss-value-parser": "^4.2.0" 29357 } 29358 }, 29359 "postcss-normalize-positions": { 29360 "version": "5.1.1", 29361 "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", 29362 "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", 29363 "requires": { 29364 "postcss-value-parser": "^4.2.0" 29365 } 29366 }, 29367 "postcss-normalize-repeat-style": { 29368 "version": "5.1.1", 29369 "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", 29370 "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", 29371 "requires": { 29372 "postcss-value-parser": "^4.2.0" 29373 } 29374 }, 29375 "postcss-normalize-string": { 29376 "version": "5.1.0", 29377 "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", 29378 "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", 29379 "requires": { 29380 "postcss-value-parser": "^4.2.0" 29381 } 29382 }, 29383 "postcss-normalize-timing-functions": { 29384 "version": "5.1.0", 29385 "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", 29386 "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", 29387 "requires": { 29388 "postcss-value-parser": "^4.2.0" 29389 } 29390 }, 29391 "postcss-normalize-unicode": { 29392 "version": "5.1.1", 29393 "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", 29394 "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", 29395 "requires": { 29396 "browserslist": "^4.21.4", 29397 "postcss-value-parser": "^4.2.0" 29398 } 29399 }, 29400 "postcss-normalize-url": { 29401 "version": "5.1.0", 29402 "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", 29403 "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", 29404 "requires": { 29405 "normalize-url": "^6.0.1", 29406 "postcss-value-parser": "^4.2.0" 29407 } 29408 }, 29409 "postcss-normalize-whitespace": { 29410 "version": "5.1.1", 29411 "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", 29412 "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", 29413 "requires": { 29414 "postcss-value-parser": "^4.2.0" 29415 } 29416 }, 29417 "postcss-opacity-percentage": { 29418 "version": "1.1.3", 29419 "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz", 29420 "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==", 29421 "requires": {} 29422 }, 29423 "postcss-ordered-values": { 29424 "version": "5.1.3", 29425 "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", 29426 "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", 29427 "requires": { 29428 "cssnano-utils": "^3.1.0", 29429 "postcss-value-parser": "^4.2.0" 29430 } 29431 }, 29432 "postcss-overflow-shorthand": { 29433 "version": "3.0.4", 29434 "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", 29435 "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", 29436 "requires": { 29437 "postcss-value-parser": "^4.2.0" 29438 } 29439 }, 29440 "postcss-page-break": { 29441 "version": "3.0.4", 29442 "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", 29443 "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", 29444 "requires": {} 29445 }, 29446 "postcss-place": { 29447 "version": "7.0.5", 29448 "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", 29449 "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", 29450 "requires": { 29451 "postcss-value-parser": "^4.2.0" 29452 } 29453 }, 29454 "postcss-preset-env": { 29455 "version": "7.8.3", 29456 "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz", 29457 "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==", 29458 "requires": { 29459 "@csstools/postcss-cascade-layers": "^1.1.1", 29460 "@csstools/postcss-color-function": "^1.1.1", 29461 "@csstools/postcss-font-format-keywords": "^1.0.1", 29462 "@csstools/postcss-hwb-function": "^1.0.2", 29463 "@csstools/postcss-ic-unit": "^1.0.1", 29464 "@csstools/postcss-is-pseudo-class": "^2.0.7", 29465 "@csstools/postcss-nested-calc": "^1.0.0", 29466 "@csstools/postcss-normalize-display-values": "^1.0.1", 29467 "@csstools/postcss-oklab-function": "^1.1.1", 29468 "@csstools/postcss-progressive-custom-properties": "^1.3.0", 29469 "@csstools/postcss-stepped-value-functions": "^1.0.1", 29470 "@csstools/postcss-text-decoration-shorthand": "^1.0.0", 29471 "@csstools/postcss-trigonometric-functions": "^1.0.2", 29472 "@csstools/postcss-unset-value": "^1.0.2", 29473 "autoprefixer": "^10.4.13", 29474 "browserslist": "^4.21.4", 29475 "css-blank-pseudo": "^3.0.3", 29476 "css-has-pseudo": "^3.0.4", 29477 "css-prefers-color-scheme": "^6.0.3", 29478 "cssdb": "^7.1.0", 29479 "postcss-attribute-case-insensitive": "^5.0.2", 29480 "postcss-clamp": "^4.1.0", 29481 "postcss-color-functional-notation": "^4.2.4", 29482 "postcss-color-hex-alpha": "^8.0.4", 29483 "postcss-color-rebeccapurple": "^7.1.1", 29484 "postcss-custom-media": "^8.0.2", 29485 "postcss-custom-properties": "^12.1.10", 29486 "postcss-custom-selectors": "^6.0.3", 29487 "postcss-dir-pseudo-class": "^6.0.5", 29488 "postcss-double-position-gradients": "^3.1.2", 29489 "postcss-env-function": "^4.0.6", 29490 "postcss-focus-visible": "^6.0.4", 29491 "postcss-focus-within": "^5.0.4", 29492 "postcss-font-variant": "^5.0.0", 29493 "postcss-gap-properties": "^3.0.5", 29494 "postcss-image-set-function": "^4.0.7", 29495 "postcss-initial": "^4.0.1", 29496 "postcss-lab-function": "^4.2.1", 29497 "postcss-logical": "^5.0.4", 29498 "postcss-media-minmax": "^5.0.0", 29499 "postcss-nesting": "^10.2.0", 29500 "postcss-opacity-percentage": "^1.1.2", 29501 "postcss-overflow-shorthand": "^3.0.4", 29502 "postcss-page-break": "^3.0.4", 29503 "postcss-place": "^7.0.5", 29504 "postcss-pseudo-class-any-link": "^7.1.6", 29505 "postcss-replace-overflow-wrap": "^4.0.0", 29506 "postcss-selector-not": "^6.0.1", 29507 "postcss-value-parser": "^4.2.0" 29508 } 29509 }, 29510 "postcss-pseudo-class-any-link": { 29511 "version": "7.1.6", 29512 "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", 29513 "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", 29514 "requires": { 29515 "postcss-selector-parser": "^6.0.10" 29516 } 29517 }, 29518 "postcss-reduce-initial": { 29519 "version": "5.1.2", 29520 "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", 29521 "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", 29522 "requires": { 29523 "browserslist": "^4.21.4", 29524 "caniuse-api": "^3.0.0" 29525 } 29526 }, 29527 "postcss-reduce-transforms": { 29528 "version": "5.1.0", 29529 "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", 29530 "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", 29531 "requires": { 29532 "postcss-value-parser": "^4.2.0" 29533 } 29534 }, 29535 "postcss-replace-overflow-wrap": { 29536 "version": "4.0.0", 29537 "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", 29538 "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", 29539 "requires": {} 29540 }, 29541 "postcss-selector-not": { 29542 "version": "6.0.1", 29543 "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", 29544 "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", 29545 "requires": { 29546 "postcss-selector-parser": "^6.0.10" 29547 } 29548 }, 29549 "postcss-selector-parser": { 29550 "version": "6.0.15", 29551 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", 29552 "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", 29553 "requires": { 29554 "cssesc": "^3.0.0", 29555 "util-deprecate": "^1.0.2" 29556 } 29557 }, 29558 "postcss-svgo": { 29559 "version": "5.1.0", 29560 "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", 29561 "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", 29562 "requires": { 29563 "postcss-value-parser": "^4.2.0", 29564 "svgo": "^2.7.0" 29565 }, 29566 "dependencies": { 29567 "commander": { 29568 "version": "7.2.0", 29569 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 29570 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" 29571 }, 29572 "css-tree": { 29573 "version": "1.1.3", 29574 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", 29575 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", 29576 "requires": { 29577 "mdn-data": "2.0.14", 29578 "source-map": "^0.6.1" 29579 } 29580 }, 29581 "mdn-data": { 29582 "version": "2.0.14", 29583 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", 29584 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" 29585 }, 29586 "source-map": { 29587 "version": "0.6.1", 29588 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 29589 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 29590 }, 29591 "svgo": { 29592 "version": "2.8.0", 29593 "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", 29594 "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", 29595 "requires": { 29596 "@trysound/sax": "0.2.0", 29597 "commander": "^7.2.0", 29598 "css-select": "^4.1.3", 29599 "css-tree": "^1.1.3", 29600 "csso": "^4.2.0", 29601 "picocolors": "^1.0.0", 29602 "stable": "^0.1.8" 29603 } 29604 } 29605 } 29606 }, 29607 "postcss-unique-selectors": { 29608 "version": "5.1.1", 29609 "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", 29610 "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", 29611 "requires": { 29612 "postcss-selector-parser": "^6.0.5" 29613 } 29614 }, 29615 "postcss-value-parser": { 29616 "version": "4.2.0", 29617 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", 29618 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" 29619 }, 29620 "prelude-ls": { 29621 "version": "1.2.1", 29622 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", 29623 "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" 29624 }, 29625 "pretty-bytes": { 29626 "version": "5.6.0", 29627 "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", 29628 "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==" 29629 }, 29630 "pretty-error": { 29631 "version": "4.0.0", 29632 "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", 29633 "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", 29634 "requires": { 29635 "lodash": "^4.17.20", 29636 "renderkid": "^3.0.0" 29637 } 29638 }, 29639 "pretty-format": { 29640 "version": "27.5.1", 29641 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", 29642 "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", 29643 "requires": { 29644 "ansi-regex": "^5.0.1", 29645 "ansi-styles": "^5.0.0", 29646 "react-is": "^17.0.1" 29647 }, 29648 "dependencies": { 29649 "ansi-styles": { 29650 "version": "5.2.0", 29651 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", 29652 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" 29653 } 29654 } 29655 }, 29656 "process": { 29657 "version": "0.11.10", 29658 "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", 29659 "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" 29660 }, 29661 "process-nextick-args": { 29662 "version": "2.0.1", 29663 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", 29664 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" 29665 }, 29666 "promise": { 29667 "version": "8.3.0", 29668 "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", 29669 "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", 29670 "requires": { 29671 "asap": "~2.0.6" 29672 } 29673 }, 29674 "prompts": { 29675 "version": "2.4.2", 29676 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 29677 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 29678 "requires": { 29679 "kleur": "^3.0.3", 29680 "sisteransi": "^1.0.5" 29681 } 29682 }, 29683 "prop-types": { 29684 "version": "15.8.1", 29685 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", 29686 "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", 29687 "requires": { 29688 "loose-envify": "^1.4.0", 29689 "object-assign": "^4.1.1", 29690 "react-is": "^16.13.1" 29691 }, 29692 "dependencies": { 29693 "react-is": { 29694 "version": "16.13.1", 29695 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", 29696 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" 29697 } 29698 } 29699 }, 29700 "proxy-addr": { 29701 "version": "2.0.7", 29702 "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", 29703 "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", 29704 "requires": { 29705 "forwarded": "0.2.0", 29706 "ipaddr.js": "1.9.1" 29707 }, 29708 "dependencies": { 29709 "ipaddr.js": { 29710 "version": "1.9.1", 29711 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", 29712 "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" 29713 } 29714 } 29715 }, 29716 "psl": { 29717 "version": "1.9.0", 29718 "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", 29719 "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" 29720 }, 29721 "public-encrypt": { 29722 "version": "4.0.3", 29723 "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", 29724 "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", 29725 "requires": { 29726 "bn.js": "^4.1.0", 29727 "browserify-rsa": "^4.0.0", 29728 "create-hash": "^1.1.0", 29729 "parse-asn1": "^5.0.0", 29730 "randombytes": "^2.0.1", 29731 "safe-buffer": "^5.1.2" 29732 }, 29733 "dependencies": { 29734 "bn.js": { 29735 "version": "4.12.0", 29736 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", 29737 "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" 29738 } 29739 } 29740 }, 29741 "punycode": { 29742 "version": "2.3.1", 29743 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", 29744 "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" 29745 }, 29746 "q": { 29747 "version": "1.5.1", 29748 "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", 29749 "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==" 29750 }, 29751 "qs": { 29752 "version": "6.11.0", 29753 "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", 29754 "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", 29755 "requires": { 29756 "side-channel": "^1.0.4" 29757 } 29758 }, 29759 "querystring-es3": { 29760 "version": "0.2.1", 29761 "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", 29762 "integrity": "sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==" 29763 }, 29764 "querystringify": { 29765 "version": "2.2.0", 29766 "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", 29767 "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" 29768 }, 29769 "queue-microtask": { 29770 "version": "1.2.3", 29771 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 29772 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" 29773 }, 29774 "raf": { 29775 "version": "3.4.1", 29776 "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", 29777 "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", 29778 "requires": { 29779 "performance-now": "^2.1.0" 29780 } 29781 }, 29782 "randombytes": { 29783 "version": "2.1.0", 29784 "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", 29785 "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", 29786 "requires": { 29787 "safe-buffer": "^5.1.0" 29788 } 29789 }, 29790 "randomfill": { 29791 "version": "1.0.4", 29792 "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", 29793 "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", 29794 "requires": { 29795 "randombytes": "^2.0.5", 29796 "safe-buffer": "^5.1.0" 29797 } 29798 }, 29799 "range-parser": { 29800 "version": "1.2.1", 29801 "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", 29802 "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" 29803 }, 29804 "raw-body": { 29805 "version": "2.5.1", 29806 "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", 29807 "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", 29808 "requires": { 29809 "bytes": "3.1.2", 29810 "http-errors": "2.0.0", 29811 "iconv-lite": "0.4.24", 29812 "unpipe": "1.0.0" 29813 }, 29814 "dependencies": { 29815 "bytes": { 29816 "version": "3.1.2", 29817 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", 29818 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" 29819 }, 29820 "iconv-lite": { 29821 "version": "0.4.24", 29822 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 29823 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 29824 "requires": { 29825 "safer-buffer": ">= 2.1.2 < 3" 29826 } 29827 } 29828 } 29829 }, 29830 "react": { 29831 "version": "18.2.0", 29832 "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", 29833 "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", 29834 "requires": { 29835 "loose-envify": "^1.1.0" 29836 } 29837 }, 29838 "react-app-polyfill": { 29839 "version": "3.0.0", 29840 "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz", 29841 "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", 29842 "requires": { 29843 "core-js": "^3.19.2", 29844 "object-assign": "^4.1.1", 29845 "promise": "^8.1.0", 29846 "raf": "^3.4.1", 29847 "regenerator-runtime": "^0.13.9", 29848 "whatwg-fetch": "^3.6.2" 29849 }, 29850 "dependencies": { 29851 "regenerator-runtime": { 29852 "version": "0.13.11", 29853 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", 29854 "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" 29855 } 29856 } 29857 }, 29858 "react-dev-utils": { 29859 "version": "12.0.1", 29860 "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", 29861 "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", 29862 "requires": { 29863 "@babel/code-frame": "^7.16.0", 29864 "address": "^1.1.2", 29865 "browserslist": "^4.18.1", 29866 "chalk": "^4.1.2", 29867 "cross-spawn": "^7.0.3", 29868 "detect-port-alt": "^1.1.6", 29869 "escape-string-regexp": "^4.0.0", 29870 "filesize": "^8.0.6", 29871 "find-up": "^5.0.0", 29872 "fork-ts-checker-webpack-plugin": "^6.5.0", 29873 "global-modules": "^2.0.0", 29874 "globby": "^11.0.4", 29875 "gzip-size": "^6.0.0", 29876 "immer": "^9.0.7", 29877 "is-root": "^2.1.0", 29878 "loader-utils": "^3.2.0", 29879 "open": "^8.4.0", 29880 "pkg-up": "^3.1.0", 29881 "prompts": "^2.4.2", 29882 "react-error-overlay": "^6.0.11", 29883 "recursive-readdir": "^2.2.2", 29884 "shell-quote": "^1.7.3", 29885 "strip-ansi": "^6.0.1", 29886 "text-table": "^0.2.0" 29887 }, 29888 "dependencies": { 29889 "ansi-styles": { 29890 "version": "4.3.0", 29891 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 29892 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 29893 "requires": { 29894 "color-convert": "^2.0.1" 29895 } 29896 }, 29897 "chalk": { 29898 "version": "4.1.2", 29899 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 29900 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 29901 "requires": { 29902 "ansi-styles": "^4.1.0", 29903 "supports-color": "^7.1.0" 29904 } 29905 }, 29906 "color-convert": { 29907 "version": "2.0.1", 29908 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 29909 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 29910 "requires": { 29911 "color-name": "~1.1.4" 29912 } 29913 }, 29914 "color-name": { 29915 "version": "1.1.4", 29916 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 29917 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 29918 }, 29919 "escape-string-regexp": { 29920 "version": "4.0.0", 29921 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", 29922 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" 29923 }, 29924 "has-flag": { 29925 "version": "4.0.0", 29926 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 29927 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 29928 }, 29929 "loader-utils": { 29930 "version": "3.2.1", 29931 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", 29932 "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==" 29933 }, 29934 "supports-color": { 29935 "version": "7.2.0", 29936 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 29937 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 29938 "requires": { 29939 "has-flag": "^4.0.0" 29940 } 29941 } 29942 } 29943 }, 29944 "react-dom": { 29945 "version": "18.2.0", 29946 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", 29947 "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", 29948 "requires": { 29949 "loose-envify": "^1.1.0", 29950 "scheduler": "^0.23.0" 29951 } 29952 }, 29953 "react-error-overlay": { 29954 "version": "6.0.11", 29955 "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", 29956 "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" 29957 }, 29958 "react-is": { 29959 "version": "17.0.2", 29960 "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", 29961 "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" 29962 }, 29963 "react-refresh": { 29964 "version": "0.11.0", 29965 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", 29966 "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==" 29967 }, 29968 "react-scripts": { 29969 "version": "5.0.1", 29970 "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", 29971 "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==", 29972 "requires": { 29973 "@babel/core": "^7.16.0", 29974 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", 29975 "@svgr/webpack": "^5.5.0", 29976 "babel-jest": "^27.4.2", 29977 "babel-loader": "^8.2.3", 29978 "babel-plugin-named-asset-import": "^0.3.8", 29979 "babel-preset-react-app": "^10.0.1", 29980 "bfj": "^7.0.2", 29981 "browserslist": "^4.18.1", 29982 "camelcase": "^6.2.1", 29983 "case-sensitive-paths-webpack-plugin": "^2.4.0", 29984 "css-loader": "^6.5.1", 29985 "css-minimizer-webpack-plugin": "^3.2.0", 29986 "dotenv": "^10.0.0", 29987 "dotenv-expand": "^5.1.0", 29988 "eslint": "^8.3.0", 29989 "eslint-config-react-app": "^7.0.1", 29990 "eslint-webpack-plugin": "^3.1.1", 29991 "file-loader": "^6.2.0", 29992 "fs-extra": "^10.0.0", 29993 "fsevents": "^2.3.2", 29994 "html-webpack-plugin": "^5.5.0", 29995 "identity-obj-proxy": "^3.0.0", 29996 "jest": "^27.4.3", 29997 "jest-resolve": "^27.4.2", 29998 "jest-watch-typeahead": "^1.0.0", 29999 "mini-css-extract-plugin": "^2.4.5", 30000 "postcss": "^8.4.4", 30001 "postcss-flexbugs-fixes": "^5.0.2", 30002 "postcss-loader": "^6.2.1", 30003 "postcss-normalize": "^10.0.1", 30004 "postcss-preset-env": "^7.0.1", 30005 "prompts": "^2.4.2", 30006 "react-app-polyfill": "^3.0.0", 30007 "react-dev-utils": "^12.0.1", 30008 "react-refresh": "^0.11.0", 30009 "resolve": "^1.20.0", 30010 "resolve-url-loader": "^4.0.0", 30011 "sass-loader": "^12.3.0", 30012 "semver": "^7.3.5", 30013 "source-map-loader": "^3.0.0", 30014 "style-loader": "^3.3.1", 30015 "tailwindcss": "^3.0.2", 30016 "terser-webpack-plugin": "^5.2.5", 30017 "webpack": "^5.64.4", 30018 "webpack-dev-server": "^4.6.0", 30019 "webpack-manifest-plugin": "^4.0.2", 30020 "workbox-webpack-plugin": "^6.4.1" 30021 }, 30022 "dependencies": { 30023 "dotenv": { 30024 "version": "10.0.0", 30025 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", 30026 "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==" 30027 } 30028 } 30029 }, 30030 "read-cache": { 30031 "version": "1.0.0", 30032 "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", 30033 "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", 30034 "requires": { 30035 "pify": "^2.3.0" 30036 } 30037 }, 30038 "readable-stream": { 30039 "version": "3.6.2", 30040 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", 30041 "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", 30042 "requires": { 30043 "inherits": "^2.0.3", 30044 "string_decoder": "^1.1.1", 30045 "util-deprecate": "^1.0.1" 30046 } 30047 }, 30048 "readdirp": { 30049 "version": "3.6.0", 30050 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", 30051 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", 30052 "requires": { 30053 "picomatch": "^2.2.1" 30054 } 30055 }, 30056 "recursive-readdir": { 30057 "version": "2.2.3", 30058 "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", 30059 "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", 30060 "requires": { 30061 "minimatch": "^3.0.5" 30062 } 30063 }, 30064 "redent": { 30065 "version": "3.0.0", 30066 "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", 30067 "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", 30068 "requires": { 30069 "indent-string": "^4.0.0", 30070 "strip-indent": "^3.0.0" 30071 } 30072 }, 30073 "reflect.getprototypeof": { 30074 "version": "1.0.5", 30075 "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.5.tgz", 30076 "integrity": "sha512-62wgfC8dJWrmxv44CA36pLDnP6KKl3Vhxb7PL+8+qrrFMMoJij4vgiMP8zV4O8+CBMXY1mHxI5fITGHXFHVmQQ==", 30077 "requires": { 30078 "call-bind": "^1.0.5", 30079 "define-properties": "^1.2.1", 30080 "es-abstract": "^1.22.3", 30081 "es-errors": "^1.0.0", 30082 "get-intrinsic": "^1.2.3", 30083 "globalthis": "^1.0.3", 30084 "which-builtin-type": "^1.1.3" 30085 } 30086 }, 30087 "regenerate": { 30088 "version": "1.4.2", 30089 "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", 30090 "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" 30091 }, 30092 "regenerate-unicode-properties": { 30093 "version": "10.1.1", 30094 "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", 30095 "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", 30096 "requires": { 30097 "regenerate": "^1.4.2" 30098 } 30099 }, 30100 "regenerator-runtime": { 30101 "version": "0.14.1", 30102 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", 30103 "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" 30104 }, 30105 "regenerator-transform": { 30106 "version": "0.15.2", 30107 "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", 30108 "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", 30109 "requires": { 30110 "@babel/runtime": "^7.8.4" 30111 } 30112 }, 30113 "regex-parser": { 30114 "version": "2.3.0", 30115 "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", 30116 "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==" 30117 }, 30118 "regexp.prototype.flags": { 30119 "version": "1.5.1", 30120 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", 30121 "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", 30122 "requires": { 30123 "call-bind": "^1.0.2", 30124 "define-properties": "^1.2.0", 30125 "set-function-name": "^2.0.0" 30126 } 30127 }, 30128 "regexpu-core": { 30129 "version": "5.3.2", 30130 "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", 30131 "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", 30132 "requires": { 30133 "@babel/regjsgen": "^0.8.0", 30134 "regenerate": "^1.4.2", 30135 "regenerate-unicode-properties": "^10.1.0", 30136 "regjsparser": "^0.9.1", 30137 "unicode-match-property-ecmascript": "^2.0.0", 30138 "unicode-match-property-value-ecmascript": "^2.1.0" 30139 } 30140 }, 30141 "regjsparser": { 30142 "version": "0.9.1", 30143 "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", 30144 "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", 30145 "requires": { 30146 "jsesc": "~0.5.0" 30147 }, 30148 "dependencies": { 30149 "jsesc": { 30150 "version": "0.5.0", 30151 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", 30152 "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" 30153 } 30154 } 30155 }, 30156 "relateurl": { 30157 "version": "0.2.7", 30158 "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", 30159 "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==" 30160 }, 30161 "renderkid": { 30162 "version": "3.0.0", 30163 "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", 30164 "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", 30165 "requires": { 30166 "css-select": "^4.1.3", 30167 "dom-converter": "^0.2.0", 30168 "htmlparser2": "^6.1.0", 30169 "lodash": "^4.17.21", 30170 "strip-ansi": "^6.0.1" 30171 } 30172 }, 30173 "require-directory": { 30174 "version": "2.1.1", 30175 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", 30176 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" 30177 }, 30178 "require-from-string": { 30179 "version": "2.0.2", 30180 "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", 30181 "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" 30182 }, 30183 "requires-port": { 30184 "version": "1.0.0", 30185 "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", 30186 "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" 30187 }, 30188 "resolve": { 30189 "version": "1.22.8", 30190 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", 30191 "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", 30192 "requires": { 30193 "is-core-module": "^2.13.0", 30194 "path-parse": "^1.0.7", 30195 "supports-preserve-symlinks-flag": "^1.0.0" 30196 } 30197 }, 30198 "resolve-cwd": { 30199 "version": "3.0.0", 30200 "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", 30201 "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", 30202 "requires": { 30203 "resolve-from": "^5.0.0" 30204 } 30205 }, 30206 "resolve-from": { 30207 "version": "5.0.0", 30208 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", 30209 "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" 30210 }, 30211 "resolve-url-loader": { 30212 "version": "4.0.0", 30213 "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz", 30214 "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", 30215 "requires": { 30216 "adjust-sourcemap-loader": "^4.0.0", 30217 "convert-source-map": "^1.7.0", 30218 "loader-utils": "^2.0.0", 30219 "postcss": "^7.0.35", 30220 "source-map": "0.6.1" 30221 }, 30222 "dependencies": { 30223 "convert-source-map": { 30224 "version": "1.9.0", 30225 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", 30226 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" 30227 }, 30228 "picocolors": { 30229 "version": "0.2.1", 30230 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", 30231 "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" 30232 }, 30233 "postcss": { 30234 "version": "7.0.39", 30235 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", 30236 "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", 30237 "requires": { 30238 "picocolors": "^0.2.1", 30239 "source-map": "^0.6.1" 30240 } 30241 }, 30242 "source-map": { 30243 "version": "0.6.1", 30244 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 30245 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 30246 } 30247 } 30248 }, 30249 "resolve.exports": { 30250 "version": "1.1.1", 30251 "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz", 30252 "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==" 30253 }, 30254 "retry": { 30255 "version": "0.13.1", 30256 "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", 30257 "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" 30258 }, 30259 "reusify": { 30260 "version": "1.0.4", 30261 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", 30262 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" 30263 }, 30264 "rimraf": { 30265 "version": "3.0.2", 30266 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", 30267 "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", 30268 "requires": { 30269 "glob": "^7.1.3" 30270 } 30271 }, 30272 "ripemd160": { 30273 "version": "2.0.2", 30274 "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", 30275 "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", 30276 "requires": { 30277 "hash-base": "^3.0.0", 30278 "inherits": "^2.0.1" 30279 } 30280 }, 30281 "rollup": { 30282 "version": "2.79.1", 30283 "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", 30284 "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", 30285 "requires": { 30286 "fsevents": "~2.3.2" 30287 } 30288 }, 30289 "rollup-plugin-terser": { 30290 "version": "7.0.2", 30291 "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", 30292 "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", 30293 "requires": { 30294 "@babel/code-frame": "^7.10.4", 30295 "jest-worker": "^26.2.1", 30296 "serialize-javascript": "^4.0.0", 30297 "terser": "^5.0.0" 30298 }, 30299 "dependencies": { 30300 "has-flag": { 30301 "version": "4.0.0", 30302 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 30303 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 30304 }, 30305 "jest-worker": { 30306 "version": "26.6.2", 30307 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", 30308 "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", 30309 "requires": { 30310 "@types/node": "*", 30311 "merge-stream": "^2.0.0", 30312 "supports-color": "^7.0.0" 30313 } 30314 }, 30315 "serialize-javascript": { 30316 "version": "4.0.0", 30317 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", 30318 "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", 30319 "requires": { 30320 "randombytes": "^2.1.0" 30321 } 30322 }, 30323 "supports-color": { 30324 "version": "7.2.0", 30325 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 30326 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 30327 "requires": { 30328 "has-flag": "^4.0.0" 30329 } 30330 } 30331 } 30332 }, 30333 "run-parallel": { 30334 "version": "1.2.0", 30335 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 30336 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 30337 "requires": { 30338 "queue-microtask": "^1.2.2" 30339 } 30340 }, 30341 "safe-array-concat": { 30342 "version": "1.1.0", 30343 "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.0.tgz", 30344 "integrity": "sha512-ZdQ0Jeb9Ofti4hbt5lX3T2JcAamT9hfzYU1MNB+z/jaEbB6wfFfPIR/zEORmZqobkCCJhSjodobH6WHNmJ97dg==", 30345 "requires": { 30346 "call-bind": "^1.0.5", 30347 "get-intrinsic": "^1.2.2", 30348 "has-symbols": "^1.0.3", 30349 "isarray": "^2.0.5" 30350 } 30351 }, 30352 "safe-buffer": { 30353 "version": "5.2.1", 30354 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 30355 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" 30356 }, 30357 "safe-regex-test": { 30358 "version": "1.0.3", 30359 "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", 30360 "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", 30361 "requires": { 30362 "call-bind": "^1.0.6", 30363 "es-errors": "^1.3.0", 30364 "is-regex": "^1.1.4" 30365 } 30366 }, 30367 "safer-buffer": { 30368 "version": "2.1.2", 30369 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 30370 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" 30371 }, 30372 "sanitize.css": { 30373 "version": "13.0.0", 30374 "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", 30375 "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==" 30376 }, 30377 "sass-loader": { 30378 "version": "12.6.0", 30379 "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", 30380 "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", 30381 "requires": { 30382 "klona": "^2.0.4", 30383 "neo-async": "^2.6.2" 30384 } 30385 }, 30386 "sax": { 30387 "version": "1.2.4", 30388 "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", 30389 "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" 30390 }, 30391 "saxes": { 30392 "version": "5.0.1", 30393 "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", 30394 "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", 30395 "requires": { 30396 "xmlchars": "^2.2.0" 30397 } 30398 }, 30399 "scheduler": { 30400 "version": "0.23.0", 30401 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", 30402 "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", 30403 "requires": { 30404 "loose-envify": "^1.1.0" 30405 } 30406 }, 30407 "schema-utils": { 30408 "version": "3.3.0", 30409 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", 30410 "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", 30411 "requires": { 30412 "@types/json-schema": "^7.0.8", 30413 "ajv": "^6.12.5", 30414 "ajv-keywords": "^3.5.2" 30415 } 30416 }, 30417 "select-hose": { 30418 "version": "2.0.0", 30419 "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", 30420 "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" 30421 }, 30422 "selfsigned": { 30423 "version": "2.4.1", 30424 "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", 30425 "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", 30426 "requires": { 30427 "@types/node-forge": "^1.3.0", 30428 "node-forge": "^1" 30429 } 30430 }, 30431 "semver": { 30432 "version": "7.6.0", 30433 "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", 30434 "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", 30435 "requires": { 30436 "lru-cache": "^6.0.0" 30437 }, 30438 "dependencies": { 30439 "lru-cache": { 30440 "version": "6.0.0", 30441 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", 30442 "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", 30443 "requires": { 30444 "yallist": "^4.0.0" 30445 } 30446 }, 30447 "yallist": { 30448 "version": "4.0.0", 30449 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", 30450 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" 30451 } 30452 } 30453 }, 30454 "send": { 30455 "version": "0.18.0", 30456 "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", 30457 "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", 30458 "requires": { 30459 "debug": "2.6.9", 30460 "depd": "2.0.0", 30461 "destroy": "1.2.0", 30462 "encodeurl": "~1.0.2", 30463 "escape-html": "~1.0.3", 30464 "etag": "~1.8.1", 30465 "fresh": "0.5.2", 30466 "http-errors": "2.0.0", 30467 "mime": "1.6.0", 30468 "ms": "2.1.3", 30469 "on-finished": "2.4.1", 30470 "range-parser": "~1.2.1", 30471 "statuses": "2.0.1" 30472 }, 30473 "dependencies": { 30474 "debug": { 30475 "version": "2.6.9", 30476 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 30477 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 30478 "requires": { 30479 "ms": "2.0.0" 30480 }, 30481 "dependencies": { 30482 "ms": { 30483 "version": "2.0.0", 30484 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 30485 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 30486 } 30487 } 30488 }, 30489 "ms": { 30490 "version": "2.1.3", 30491 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 30492 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" 30493 } 30494 } 30495 }, 30496 "serialize-javascript": { 30497 "version": "6.0.2", 30498 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", 30499 "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", 30500 "requires": { 30501 "randombytes": "^2.1.0" 30502 } 30503 }, 30504 "serve-index": { 30505 "version": "1.9.1", 30506 "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", 30507 "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", 30508 "requires": { 30509 "accepts": "~1.3.4", 30510 "batch": "0.6.1", 30511 "debug": "2.6.9", 30512 "escape-html": "~1.0.3", 30513 "http-errors": "~1.6.2", 30514 "mime-types": "~2.1.17", 30515 "parseurl": "~1.3.2" 30516 }, 30517 "dependencies": { 30518 "debug": { 30519 "version": "2.6.9", 30520 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 30521 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 30522 "requires": { 30523 "ms": "2.0.0" 30524 } 30525 }, 30526 "depd": { 30527 "version": "1.1.2", 30528 "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", 30529 "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" 30530 }, 30531 "http-errors": { 30532 "version": "1.6.3", 30533 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", 30534 "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", 30535 "requires": { 30536 "depd": "~1.1.2", 30537 "inherits": "2.0.3", 30538 "setprototypeof": "1.1.0", 30539 "statuses": ">= 1.4.0 < 2" 30540 } 30541 }, 30542 "inherits": { 30543 "version": "2.0.3", 30544 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", 30545 "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" 30546 }, 30547 "ms": { 30548 "version": "2.0.0", 30549 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 30550 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" 30551 }, 30552 "setprototypeof": { 30553 "version": "1.1.0", 30554 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", 30555 "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" 30556 }, 30557 "statuses": { 30558 "version": "1.5.0", 30559 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", 30560 "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" 30561 } 30562 } 30563 }, 30564 "serve-static": { 30565 "version": "1.15.0", 30566 "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", 30567 "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", 30568 "requires": { 30569 "encodeurl": "~1.0.2", 30570 "escape-html": "~1.0.3", 30571 "parseurl": "~1.3.3", 30572 "send": "0.18.0" 30573 } 30574 }, 30575 "set-function-length": { 30576 "version": "1.2.1", 30577 "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz", 30578 "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==", 30579 "requires": { 30580 "define-data-property": "^1.1.2", 30581 "es-errors": "^1.3.0", 30582 "function-bind": "^1.1.2", 30583 "get-intrinsic": "^1.2.3", 30584 "gopd": "^1.0.1", 30585 "has-property-descriptors": "^1.0.1" 30586 } 30587 }, 30588 "set-function-name": { 30589 "version": "2.0.1", 30590 "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz", 30591 "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", 30592 "requires": { 30593 "define-data-property": "^1.0.1", 30594 "functions-have-names": "^1.2.3", 30595 "has-property-descriptors": "^1.0.0" 30596 } 30597 }, 30598 "setimmediate": { 30599 "version": "1.0.5", 30600 "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", 30601 "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" 30602 }, 30603 "setprototypeof": { 30604 "version": "1.2.0", 30605 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", 30606 "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" 30607 }, 30608 "sha.js": { 30609 "version": "2.4.11", 30610 "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", 30611 "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", 30612 "requires": { 30613 "inherits": "^2.0.1", 30614 "safe-buffer": "^5.0.1" 30615 } 30616 }, 30617 "shebang-command": { 30618 "version": "2.0.0", 30619 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 30620 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 30621 "requires": { 30622 "shebang-regex": "^3.0.0" 30623 } 30624 }, 30625 "shebang-regex": { 30626 "version": "3.0.0", 30627 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 30628 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" 30629 }, 30630 "shell-quote": { 30631 "version": "1.8.1", 30632 "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", 30633 "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==" 30634 }, 30635 "side-channel": { 30636 "version": "1.0.5", 30637 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.5.tgz", 30638 "integrity": "sha512-QcgiIWV4WV7qWExbN5llt6frQB/lBven9pqliLXfGPB+K9ZYXxDozp0wLkHS24kWCm+6YXH/f0HhnObZnZOBnQ==", 30639 "requires": { 30640 "call-bind": "^1.0.6", 30641 "es-errors": "^1.3.0", 30642 "get-intrinsic": "^1.2.4", 30643 "object-inspect": "^1.13.1" 30644 } 30645 }, 30646 "signal-exit": { 30647 "version": "3.0.7", 30648 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", 30649 "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" 30650 }, 30651 "sisteransi": { 30652 "version": "1.0.5", 30653 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 30654 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" 30655 }, 30656 "slash": { 30657 "version": "3.0.0", 30658 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 30659 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" 30660 }, 30661 "sockjs": { 30662 "version": "0.3.24", 30663 "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", 30664 "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", 30665 "requires": { 30666 "faye-websocket": "^0.11.3", 30667 "uuid": "^8.3.2", 30668 "websocket-driver": "^0.7.4" 30669 } 30670 }, 30671 "source-list-map": { 30672 "version": "2.0.1", 30673 "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", 30674 "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" 30675 }, 30676 "source-map": { 30677 "version": "0.7.4", 30678 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", 30679 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" 30680 }, 30681 "source-map-js": { 30682 "version": "1.0.2", 30683 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", 30684 "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" 30685 }, 30686 "source-map-loader": { 30687 "version": "3.0.2", 30688 "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", 30689 "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", 30690 "requires": { 30691 "abab": "^2.0.5", 30692 "iconv-lite": "^0.6.3", 30693 "source-map-js": "^1.0.1" 30694 } 30695 }, 30696 "source-map-support": { 30697 "version": "0.5.21", 30698 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", 30699 "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", 30700 "requires": { 30701 "buffer-from": "^1.0.0", 30702 "source-map": "^0.6.0" 30703 }, 30704 "dependencies": { 30705 "source-map": { 30706 "version": "0.6.1", 30707 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 30708 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 30709 } 30710 } 30711 }, 30712 "sourcemap-codec": { 30713 "version": "1.4.8", 30714 "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", 30715 "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" 30716 }, 30717 "spdy": { 30718 "version": "4.0.2", 30719 "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", 30720 "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", 30721 "requires": { 30722 "debug": "^4.1.0", 30723 "handle-thing": "^2.0.0", 30724 "http-deceiver": "^1.2.7", 30725 "select-hose": "^2.0.0", 30726 "spdy-transport": "^3.0.0" 30727 } 30728 }, 30729 "spdy-transport": { 30730 "version": "3.0.0", 30731 "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", 30732 "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", 30733 "requires": { 30734 "debug": "^4.1.0", 30735 "detect-node": "^2.0.4", 30736 "hpack.js": "^2.1.6", 30737 "obuf": "^1.1.2", 30738 "readable-stream": "^3.0.6", 30739 "wbuf": "^1.7.3" 30740 } 30741 }, 30742 "sprintf-js": { 30743 "version": "1.0.3", 30744 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 30745 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" 30746 }, 30747 "stable": { 30748 "version": "0.1.8", 30749 "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", 30750 "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" 30751 }, 30752 "stack-utils": { 30753 "version": "2.0.6", 30754 "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", 30755 "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", 30756 "requires": { 30757 "escape-string-regexp": "^2.0.0" 30758 }, 30759 "dependencies": { 30760 "escape-string-regexp": { 30761 "version": "2.0.0", 30762 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", 30763 "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" 30764 } 30765 } 30766 }, 30767 "stackframe": { 30768 "version": "1.3.4", 30769 "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", 30770 "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==" 30771 }, 30772 "static-eval": { 30773 "version": "2.0.2", 30774 "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz", 30775 "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==", 30776 "requires": { 30777 "escodegen": "^1.8.1" 30778 }, 30779 "dependencies": { 30780 "escodegen": { 30781 "version": "1.14.3", 30782 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", 30783 "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", 30784 "requires": { 30785 "esprima": "^4.0.1", 30786 "estraverse": "^4.2.0", 30787 "esutils": "^2.0.2", 30788 "optionator": "^0.8.1", 30789 "source-map": "~0.6.1" 30790 } 30791 }, 30792 "estraverse": { 30793 "version": "4.3.0", 30794 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 30795 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" 30796 }, 30797 "levn": { 30798 "version": "0.3.0", 30799 "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", 30800 "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", 30801 "requires": { 30802 "prelude-ls": "~1.1.2", 30803 "type-check": "~0.3.2" 30804 } 30805 }, 30806 "optionator": { 30807 "version": "0.8.3", 30808 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", 30809 "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", 30810 "requires": { 30811 "deep-is": "~0.1.3", 30812 "fast-levenshtein": "~2.0.6", 30813 "levn": "~0.3.0", 30814 "prelude-ls": "~1.1.2", 30815 "type-check": "~0.3.2", 30816 "word-wrap": "~1.2.3" 30817 } 30818 }, 30819 "prelude-ls": { 30820 "version": "1.1.2", 30821 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", 30822 "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==" 30823 }, 30824 "source-map": { 30825 "version": "0.6.1", 30826 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 30827 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 30828 "optional": true 30829 }, 30830 "type-check": { 30831 "version": "0.3.2", 30832 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", 30833 "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", 30834 "requires": { 30835 "prelude-ls": "~1.1.2" 30836 } 30837 } 30838 } 30839 }, 30840 "statuses": { 30841 "version": "2.0.1", 30842 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", 30843 "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" 30844 }, 30845 "stop-iteration-iterator": { 30846 "version": "1.0.0", 30847 "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", 30848 "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", 30849 "requires": { 30850 "internal-slot": "^1.0.4" 30851 } 30852 }, 30853 "stream": { 30854 "version": "npm:stream-browserify@3.0.0", 30855 "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz", 30856 "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==", 30857 "requires": { 30858 "inherits": "~2.0.4", 30859 "readable-stream": "^3.5.0" 30860 } 30861 }, 30862 "stream-browserify": { 30863 "version": "3.0.0", 30864 "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz", 30865 "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==", 30866 "requires": { 30867 "inherits": "~2.0.4", 30868 "readable-stream": "^3.5.0" 30869 } 30870 }, 30871 "stream-http": { 30872 "version": "3.2.0", 30873 "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.2.0.tgz", 30874 "integrity": "sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==", 30875 "requires": { 30876 "builtin-status-codes": "^3.0.0", 30877 "inherits": "^2.0.4", 30878 "readable-stream": "^3.6.0", 30879 "xtend": "^4.0.2" 30880 } 30881 }, 30882 "string_decoder": { 30883 "version": "1.3.0", 30884 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", 30885 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", 30886 "requires": { 30887 "safe-buffer": "~5.2.0" 30888 } 30889 }, 30890 "string-length": { 30891 "version": "4.0.2", 30892 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", 30893 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", 30894 "requires": { 30895 "char-regex": "^1.0.2", 30896 "strip-ansi": "^6.0.0" 30897 } 30898 }, 30899 "string-natural-compare": { 30900 "version": "3.0.1", 30901 "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", 30902 "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==" 30903 }, 30904 "string-width": { 30905 "version": "4.2.3", 30906 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 30907 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 30908 "requires": { 30909 "emoji-regex": "^8.0.0", 30910 "is-fullwidth-code-point": "^3.0.0", 30911 "strip-ansi": "^6.0.1" 30912 }, 30913 "dependencies": { 30914 "emoji-regex": { 30915 "version": "8.0.0", 30916 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 30917 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" 30918 } 30919 } 30920 }, 30921 "string-width-cjs": { 30922 "version": "npm:string-width@4.2.3", 30923 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 30924 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 30925 "requires": { 30926 "emoji-regex": "^8.0.0", 30927 "is-fullwidth-code-point": "^3.0.0", 30928 "strip-ansi": "^6.0.1" 30929 }, 30930 "dependencies": { 30931 "emoji-regex": { 30932 "version": "8.0.0", 30933 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 30934 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" 30935 } 30936 } 30937 }, 30938 "string.prototype.matchall": { 30939 "version": "4.0.10", 30940 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", 30941 "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", 30942 "requires": { 30943 "call-bind": "^1.0.2", 30944 "define-properties": "^1.2.0", 30945 "es-abstract": "^1.22.1", 30946 "get-intrinsic": "^1.2.1", 30947 "has-symbols": "^1.0.3", 30948 "internal-slot": "^1.0.5", 30949 "regexp.prototype.flags": "^1.5.0", 30950 "set-function-name": "^2.0.0", 30951 "side-channel": "^1.0.4" 30952 } 30953 }, 30954 "string.prototype.trim": { 30955 "version": "1.2.8", 30956 "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", 30957 "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", 30958 "requires": { 30959 "call-bind": "^1.0.2", 30960 "define-properties": "^1.2.0", 30961 "es-abstract": "^1.22.1" 30962 } 30963 }, 30964 "string.prototype.trimend": { 30965 "version": "1.0.7", 30966 "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", 30967 "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", 30968 "requires": { 30969 "call-bind": "^1.0.2", 30970 "define-properties": "^1.2.0", 30971 "es-abstract": "^1.22.1" 30972 } 30973 }, 30974 "string.prototype.trimstart": { 30975 "version": "1.0.7", 30976 "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", 30977 "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", 30978 "requires": { 30979 "call-bind": "^1.0.2", 30980 "define-properties": "^1.2.0", 30981 "es-abstract": "^1.22.1" 30982 } 30983 }, 30984 "stringify-object": { 30985 "version": "3.3.0", 30986 "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", 30987 "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", 30988 "requires": { 30989 "get-own-enumerable-property-symbols": "^3.0.0", 30990 "is-obj": "^1.0.1", 30991 "is-regexp": "^1.0.0" 30992 } 30993 }, 30994 "strip-ansi": { 30995 "version": "6.0.1", 30996 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 30997 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 30998 "requires": { 30999 "ansi-regex": "^5.0.1" 31000 } 31001 }, 31002 "strip-ansi-cjs": { 31003 "version": "npm:strip-ansi@6.0.1", 31004 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 31005 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 31006 "requires": { 31007 "ansi-regex": "^5.0.1" 31008 } 31009 }, 31010 "strip-bom": { 31011 "version": "4.0.0", 31012 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", 31013 "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" 31014 }, 31015 "strip-comments": { 31016 "version": "2.0.1", 31017 "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", 31018 "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==" 31019 }, 31020 "strip-final-newline": { 31021 "version": "2.0.0", 31022 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", 31023 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" 31024 }, 31025 "strip-indent": { 31026 "version": "3.0.0", 31027 "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", 31028 "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", 31029 "requires": { 31030 "min-indent": "^1.0.0" 31031 } 31032 }, 31033 "strip-json-comments": { 31034 "version": "3.1.1", 31035 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", 31036 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" 31037 }, 31038 "style-loader": { 31039 "version": "3.3.4", 31040 "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz", 31041 "integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==", 31042 "requires": {} 31043 }, 31044 "stylehacks": { 31045 "version": "5.1.1", 31046 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", 31047 "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", 31048 "requires": { 31049 "browserslist": "^4.21.4", 31050 "postcss-selector-parser": "^6.0.4" 31051 } 31052 }, 31053 "sucrase": { 31054 "version": "3.35.0", 31055 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", 31056 "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", 31057 "requires": { 31058 "@jridgewell/gen-mapping": "^0.3.2", 31059 "commander": "^4.0.0", 31060 "glob": "^10.3.10", 31061 "lines-and-columns": "^1.1.6", 31062 "mz": "^2.7.0", 31063 "pirates": "^4.0.1", 31064 "ts-interface-checker": "^0.1.9" 31065 }, 31066 "dependencies": { 31067 "brace-expansion": { 31068 "version": "2.0.1", 31069 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", 31070 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", 31071 "requires": { 31072 "balanced-match": "^1.0.0" 31073 } 31074 }, 31075 "commander": { 31076 "version": "4.1.1", 31077 "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", 31078 "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" 31079 }, 31080 "glob": { 31081 "version": "10.3.10", 31082 "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", 31083 "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", 31084 "requires": { 31085 "foreground-child": "^3.1.0", 31086 "jackspeak": "^2.3.5", 31087 "minimatch": "^9.0.1", 31088 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", 31089 "path-scurry": "^1.10.1" 31090 } 31091 }, 31092 "minimatch": { 31093 "version": "9.0.3", 31094 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", 31095 "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", 31096 "requires": { 31097 "brace-expansion": "^2.0.1" 31098 } 31099 } 31100 } 31101 }, 31102 "supports-color": { 31103 "version": "5.5.0", 31104 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", 31105 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", 31106 "requires": { 31107 "has-flag": "^3.0.0" 31108 } 31109 }, 31110 "supports-hyperlinks": { 31111 "version": "2.3.0", 31112 "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", 31113 "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", 31114 "requires": { 31115 "has-flag": "^4.0.0", 31116 "supports-color": "^7.0.0" 31117 }, 31118 "dependencies": { 31119 "has-flag": { 31120 "version": "4.0.0", 31121 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 31122 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" 31123 }, 31124 "supports-color": { 31125 "version": "7.2.0", 31126 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 31127 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 31128 "requires": { 31129 "has-flag": "^4.0.0" 31130 } 31131 } 31132 } 31133 }, 31134 "supports-preserve-symlinks-flag": { 31135 "version": "1.0.0", 31136 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 31137 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" 31138 }, 31139 "svg-parser": { 31140 "version": "2.0.4", 31141 "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", 31142 "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" 31143 }, 31144 "svgo": { 31145 "version": "1.3.2", 31146 "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", 31147 "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", 31148 "requires": { 31149 "chalk": "^2.4.1", 31150 "coa": "^2.0.2", 31151 "css-select": "^2.0.0", 31152 "css-select-base-adapter": "^0.1.1", 31153 "css-tree": "1.0.0-alpha.37", 31154 "csso": "^4.0.2", 31155 "js-yaml": "^3.13.1", 31156 "mkdirp": "~0.5.1", 31157 "object.values": "^1.1.0", 31158 "sax": "~1.2.4", 31159 "stable": "^0.1.8", 31160 "unquote": "~1.1.1", 31161 "util.promisify": "~1.0.0" 31162 }, 31163 "dependencies": { 31164 "css-select": { 31165 "version": "2.1.0", 31166 "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", 31167 "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", 31168 "requires": { 31169 "boolbase": "^1.0.0", 31170 "css-what": "^3.2.1", 31171 "domutils": "^1.7.0", 31172 "nth-check": "^1.0.2" 31173 } 31174 }, 31175 "css-what": { 31176 "version": "3.4.2", 31177 "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", 31178 "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==" 31179 }, 31180 "dom-serializer": { 31181 "version": "0.2.2", 31182 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", 31183 "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", 31184 "requires": { 31185 "domelementtype": "^2.0.1", 31186 "entities": "^2.0.0" 31187 } 31188 }, 31189 "domutils": { 31190 "version": "1.7.0", 31191 "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", 31192 "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", 31193 "requires": { 31194 "dom-serializer": "0", 31195 "domelementtype": "1" 31196 }, 31197 "dependencies": { 31198 "domelementtype": { 31199 "version": "1.3.1", 31200 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", 31201 "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" 31202 } 31203 } 31204 }, 31205 "nth-check": { 31206 "version": "1.0.2", 31207 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", 31208 "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", 31209 "requires": { 31210 "boolbase": "~1.0.0" 31211 } 31212 } 31213 } 31214 }, 31215 "symbol-tree": { 31216 "version": "3.2.4", 31217 "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", 31218 "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" 31219 }, 31220 "tailwindcss": { 31221 "version": "3.4.1", 31222 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", 31223 "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", 31224 "requires": { 31225 "@alloc/quick-lru": "^5.2.0", 31226 "arg": "^5.0.2", 31227 "chokidar": "^3.5.3", 31228 "didyoumean": "^1.2.2", 31229 "dlv": "^1.1.3", 31230 "fast-glob": "^3.3.0", 31231 "glob-parent": "^6.0.2", 31232 "is-glob": "^4.0.3", 31233 "jiti": "^1.19.1", 31234 "lilconfig": "^2.1.0", 31235 "micromatch": "^4.0.5", 31236 "normalize-path": "^3.0.0", 31237 "object-hash": "^3.0.0", 31238 "picocolors": "^1.0.0", 31239 "postcss": "^8.4.23", 31240 "postcss-import": "^15.1.0", 31241 "postcss-js": "^4.0.1", 31242 "postcss-load-config": "^4.0.1", 31243 "postcss-nested": "^6.0.1", 31244 "postcss-selector-parser": "^6.0.11", 31245 "resolve": "^1.22.2", 31246 "sucrase": "^3.32.0" 31247 } 31248 }, 31249 "tapable": { 31250 "version": "2.2.1", 31251 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", 31252 "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" 31253 }, 31254 "temp-dir": { 31255 "version": "2.0.0", 31256 "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", 31257 "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==" 31258 }, 31259 "tempy": { 31260 "version": "0.6.0", 31261 "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", 31262 "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", 31263 "requires": { 31264 "is-stream": "^2.0.0", 31265 "temp-dir": "^2.0.0", 31266 "type-fest": "^0.16.0", 31267 "unique-string": "^2.0.0" 31268 }, 31269 "dependencies": { 31270 "type-fest": { 31271 "version": "0.16.0", 31272 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", 31273 "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==" 31274 } 31275 } 31276 }, 31277 "terminal-link": { 31278 "version": "2.1.1", 31279 "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", 31280 "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", 31281 "requires": { 31282 "ansi-escapes": "^4.2.1", 31283 "supports-hyperlinks": "^2.0.0" 31284 } 31285 }, 31286 "terser": { 31287 "version": "5.27.0", 31288 "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.0.tgz", 31289 "integrity": "sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==", 31290 "requires": { 31291 "@jridgewell/source-map": "^0.3.3", 31292 "acorn": "^8.8.2", 31293 "commander": "^2.20.0", 31294 "source-map-support": "~0.5.20" 31295 }, 31296 "dependencies": { 31297 "commander": { 31298 "version": "2.20.3", 31299 "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", 31300 "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" 31301 } 31302 } 31303 }, 31304 "terser-webpack-plugin": { 31305 "version": "5.3.10", 31306 "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", 31307 "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", 31308 "requires": { 31309 "@jridgewell/trace-mapping": "^0.3.20", 31310 "jest-worker": "^27.4.5", 31311 "schema-utils": "^3.1.1", 31312 "serialize-javascript": "^6.0.1", 31313 "terser": "^5.26.0" 31314 } 31315 }, 31316 "test-exclude": { 31317 "version": "6.0.0", 31318 "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", 31319 "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", 31320 "requires": { 31321 "@istanbuljs/schema": "^0.1.2", 31322 "glob": "^7.1.4", 31323 "minimatch": "^3.0.4" 31324 } 31325 }, 31326 "text-table": { 31327 "version": "0.2.0", 31328 "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", 31329 "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" 31330 }, 31331 "thenify": { 31332 "version": "3.3.1", 31333 "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", 31334 "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", 31335 "requires": { 31336 "any-promise": "^1.0.0" 31337 } 31338 }, 31339 "thenify-all": { 31340 "version": "1.6.0", 31341 "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", 31342 "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", 31343 "requires": { 31344 "thenify": ">= 3.1.0 < 4" 31345 } 31346 }, 31347 "throat": { 31348 "version": "6.0.2", 31349 "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", 31350 "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==" 31351 }, 31352 "thunky": { 31353 "version": "1.1.0", 31354 "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", 31355 "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" 31356 }, 31357 "timers-browserify": { 31358 "version": "2.0.12", 31359 "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", 31360 "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", 31361 "requires": { 31362 "setimmediate": "^1.0.4" 31363 } 31364 }, 31365 "tmpl": { 31366 "version": "1.0.5", 31367 "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", 31368 "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" 31369 }, 31370 "to-fast-properties": { 31371 "version": "2.0.0", 31372 "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", 31373 "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" 31374 }, 31375 "to-regex-range": { 31376 "version": "5.0.1", 31377 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 31378 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 31379 "requires": { 31380 "is-number": "^7.0.0" 31381 } 31382 }, 31383 "toidentifier": { 31384 "version": "1.0.1", 31385 "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", 31386 "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" 31387 }, 31388 "tough-cookie": { 31389 "version": "4.1.3", 31390 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", 31391 "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", 31392 "requires": { 31393 "psl": "^1.1.33", 31394 "punycode": "^2.1.1", 31395 "universalify": "^0.2.0", 31396 "url-parse": "^1.5.3" 31397 }, 31398 "dependencies": { 31399 "universalify": { 31400 "version": "0.2.0", 31401 "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", 31402 "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" 31403 } 31404 } 31405 }, 31406 "tr46": { 31407 "version": "2.1.0", 31408 "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", 31409 "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", 31410 "requires": { 31411 "punycode": "^2.1.1" 31412 } 31413 }, 31414 "tryer": { 31415 "version": "1.0.1", 31416 "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", 31417 "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" 31418 }, 31419 "ts-interface-checker": { 31420 "version": "0.1.13", 31421 "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", 31422 "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" 31423 }, 31424 "tsconfig-paths": { 31425 "version": "3.15.0", 31426 "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", 31427 "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", 31428 "requires": { 31429 "@types/json5": "^0.0.29", 31430 "json5": "^1.0.2", 31431 "minimist": "^1.2.6", 31432 "strip-bom": "^3.0.0" 31433 }, 31434 "dependencies": { 31435 "json5": { 31436 "version": "1.0.2", 31437 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", 31438 "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", 31439 "requires": { 31440 "minimist": "^1.2.0" 31441 } 31442 }, 31443 "strip-bom": { 31444 "version": "3.0.0", 31445 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", 31446 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" 31447 } 31448 } 31449 }, 31450 "tslib": { 31451 "version": "2.6.2", 31452 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", 31453 "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" 31454 }, 31455 "tsutils": { 31456 "version": "3.21.0", 31457 "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", 31458 "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", 31459 "requires": { 31460 "tslib": "^1.8.1" 31461 }, 31462 "dependencies": { 31463 "tslib": { 31464 "version": "1.14.1", 31465 "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", 31466 "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" 31467 } 31468 } 31469 }, 31470 "tty-browserify": { 31471 "version": "0.0.1", 31472 "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz", 31473 "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==" 31474 }, 31475 "type-check": { 31476 "version": "0.4.0", 31477 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", 31478 "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", 31479 "requires": { 31480 "prelude-ls": "^1.2.1" 31481 } 31482 }, 31483 "type-detect": { 31484 "version": "4.0.8", 31485 "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", 31486 "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" 31487 }, 31488 "type-fest": { 31489 "version": "0.21.3", 31490 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", 31491 "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" 31492 }, 31493 "type-is": { 31494 "version": "1.6.18", 31495 "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", 31496 "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", 31497 "requires": { 31498 "media-typer": "0.3.0", 31499 "mime-types": "~2.1.24" 31500 } 31501 }, 31502 "typed-array-buffer": { 31503 "version": "1.0.1", 31504 "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.1.tgz", 31505 "integrity": "sha512-RSqu1UEuSlrBhHTWC8O9FnPjOduNs4M7rJ4pRKoEjtx1zUNOPN2sSXHLDX+Y2WPbHIxbvg4JFo2DNAEfPIKWoQ==", 31506 "requires": { 31507 "call-bind": "^1.0.6", 31508 "es-errors": "^1.3.0", 31509 "is-typed-array": "^1.1.13" 31510 } 31511 }, 31512 "typed-array-byte-length": { 31513 "version": "1.0.0", 31514 "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", 31515 "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", 31516 "requires": { 31517 "call-bind": "^1.0.2", 31518 "for-each": "^0.3.3", 31519 "has-proto": "^1.0.1", 31520 "is-typed-array": "^1.1.10" 31521 } 31522 }, 31523 "typed-array-byte-offset": { 31524 "version": "1.0.0", 31525 "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", 31526 "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", 31527 "requires": { 31528 "available-typed-arrays": "^1.0.5", 31529 "call-bind": "^1.0.2", 31530 "for-each": "^0.3.3", 31531 "has-proto": "^1.0.1", 31532 "is-typed-array": "^1.1.10" 31533 } 31534 }, 31535 "typed-array-length": { 31536 "version": "1.0.4", 31537 "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", 31538 "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", 31539 "requires": { 31540 "call-bind": "^1.0.2", 31541 "for-each": "^0.3.3", 31542 "is-typed-array": "^1.1.9" 31543 } 31544 }, 31545 "typedarray-to-buffer": { 31546 "version": "3.1.5", 31547 "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", 31548 "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", 31549 "requires": { 31550 "is-typedarray": "^1.0.0" 31551 } 31552 }, 31553 "typescript": { 31554 "version": "4.9.5", 31555 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", 31556 "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", 31557 "peer": true 31558 }, 31559 "unbox-primitive": { 31560 "version": "1.0.2", 31561 "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", 31562 "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", 31563 "requires": { 31564 "call-bind": "^1.0.2", 31565 "has-bigints": "^1.0.2", 31566 "has-symbols": "^1.0.3", 31567 "which-boxed-primitive": "^1.0.2" 31568 } 31569 }, 31570 "underscore": { 31571 "version": "1.12.1", 31572 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", 31573 "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" 31574 }, 31575 "undici-types": { 31576 "version": "5.26.5", 31577 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", 31578 "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" 31579 }, 31580 "unicode-canonical-property-names-ecmascript": { 31581 "version": "2.0.0", 31582 "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", 31583 "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" 31584 }, 31585 "unicode-match-property-ecmascript": { 31586 "version": "2.0.0", 31587 "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", 31588 "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", 31589 "requires": { 31590 "unicode-canonical-property-names-ecmascript": "^2.0.0", 31591 "unicode-property-aliases-ecmascript": "^2.0.0" 31592 } 31593 }, 31594 "unicode-match-property-value-ecmascript": { 31595 "version": "2.1.0", 31596 "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", 31597 "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" 31598 }, 31599 "unicode-property-aliases-ecmascript": { 31600 "version": "2.1.0", 31601 "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", 31602 "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" 31603 }, 31604 "unique-string": { 31605 "version": "2.0.0", 31606 "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", 31607 "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", 31608 "requires": { 31609 "crypto-random-string": "^2.0.0" 31610 } 31611 }, 31612 "universalify": { 31613 "version": "2.0.1", 31614 "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", 31615 "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" 31616 }, 31617 "unpipe": { 31618 "version": "1.0.0", 31619 "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", 31620 "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" 31621 }, 31622 "unquote": { 31623 "version": "1.1.1", 31624 "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", 31625 "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==" 31626 }, 31627 "upath": { 31628 "version": "1.2.0", 31629 "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", 31630 "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" 31631 }, 31632 "update-browserslist-db": { 31633 "version": "1.0.13", 31634 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", 31635 "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", 31636 "requires": { 31637 "escalade": "^3.1.1", 31638 "picocolors": "^1.0.0" 31639 } 31640 }, 31641 "uri-js": { 31642 "version": "4.4.1", 31643 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", 31644 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", 31645 "requires": { 31646 "punycode": "^2.1.0" 31647 } 31648 }, 31649 "url": { 31650 "version": "0.11.3", 31651 "resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz", 31652 "integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==", 31653 "requires": { 31654 "punycode": "^1.4.1", 31655 "qs": "^6.11.2" 31656 }, 31657 "dependencies": { 31658 "punycode": { 31659 "version": "1.4.1", 31660 "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", 31661 "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" 31662 }, 31663 "qs": { 31664 "version": "6.11.2", 31665 "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", 31666 "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==", 31667 "requires": { 31668 "side-channel": "^1.0.4" 31669 } 31670 } 31671 } 31672 }, 31673 "url-parse": { 31674 "version": "1.5.10", 31675 "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", 31676 "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", 31677 "requires": { 31678 "querystringify": "^2.1.1", 31679 "requires-port": "^1.0.0" 31680 } 31681 }, 31682 "util": { 31683 "version": "0.12.5", 31684 "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", 31685 "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", 31686 "requires": { 31687 "inherits": "^2.0.3", 31688 "is-arguments": "^1.0.4", 31689 "is-generator-function": "^1.0.7", 31690 "is-typed-array": "^1.1.3", 31691 "which-typed-array": "^1.1.2" 31692 } 31693 }, 31694 "util-deprecate": { 31695 "version": "1.0.2", 31696 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 31697 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" 31698 }, 31699 "util.promisify": { 31700 "version": "1.0.1", 31701 "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", 31702 "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", 31703 "requires": { 31704 "define-properties": "^1.1.3", 31705 "es-abstract": "^1.17.2", 31706 "has-symbols": "^1.0.1", 31707 "object.getownpropertydescriptors": "^2.1.0" 31708 } 31709 }, 31710 "utila": { 31711 "version": "0.4.0", 31712 "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", 31713 "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==" 31714 }, 31715 "utils-merge": { 31716 "version": "1.0.1", 31717 "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", 31718 "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" 31719 }, 31720 "uuid": { 31721 "version": "8.3.2", 31722 "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", 31723 "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" 31724 }, 31725 "v8-to-istanbul": { 31726 "version": "8.1.1", 31727 "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", 31728 "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", 31729 "requires": { 31730 "@types/istanbul-lib-coverage": "^2.0.1", 31731 "convert-source-map": "^1.6.0", 31732 "source-map": "^0.7.3" 31733 }, 31734 "dependencies": { 31735 "convert-source-map": { 31736 "version": "1.9.0", 31737 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", 31738 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" 31739 } 31740 } 31741 }, 31742 "vary": { 31743 "version": "1.1.2", 31744 "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", 31745 "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" 31746 }, 31747 "vm-browserify": { 31748 "version": "1.1.2", 31749 "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", 31750 "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" 31751 }, 31752 "w3c-hr-time": { 31753 "version": "1.0.2", 31754 "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", 31755 "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", 31756 "requires": { 31757 "browser-process-hrtime": "^1.0.0" 31758 } 31759 }, 31760 "w3c-xmlserializer": { 31761 "version": "2.0.0", 31762 "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", 31763 "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", 31764 "requires": { 31765 "xml-name-validator": "^3.0.0" 31766 } 31767 }, 31768 "walker": { 31769 "version": "1.0.8", 31770 "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", 31771 "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", 31772 "requires": { 31773 "makeerror": "1.0.12" 31774 } 31775 }, 31776 "watchpack": { 31777 "version": "2.4.0", 31778 "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", 31779 "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", 31780 "requires": { 31781 "glob-to-regexp": "^0.4.1", 31782 "graceful-fs": "^4.1.2" 31783 } 31784 }, 31785 "wbuf": { 31786 "version": "1.7.3", 31787 "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", 31788 "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", 31789 "requires": { 31790 "minimalistic-assert": "^1.0.0" 31791 } 31792 }, 31793 "web-vitals": { 31794 "version": "2.1.4", 31795 "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", 31796 "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" 31797 }, 31798 "webidl-conversions": { 31799 "version": "6.1.0", 31800 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", 31801 "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==" 31802 }, 31803 "webpack": { 31804 "version": "5.90.1", 31805 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.1.tgz", 31806 "integrity": "sha512-SstPdlAC5IvgFnhiRok8hqJo/+ArAbNv7rhU4fnWGHNVfN59HSQFaxZDSAL3IFG2YmqxuRs+IU33milSxbPlog==", 31807 "requires": { 31808 "@types/eslint-scope": "^3.7.3", 31809 "@types/estree": "^1.0.5", 31810 "@webassemblyjs/ast": "^1.11.5", 31811 "@webassemblyjs/wasm-edit": "^1.11.5", 31812 "@webassemblyjs/wasm-parser": "^1.11.5", 31813 "acorn": "^8.7.1", 31814 "acorn-import-assertions": "^1.9.0", 31815 "browserslist": "^4.21.10", 31816 "chrome-trace-event": "^1.0.2", 31817 "enhanced-resolve": "^5.15.0", 31818 "es-module-lexer": "^1.2.1", 31819 "eslint-scope": "5.1.1", 31820 "events": "^3.2.0", 31821 "glob-to-regexp": "^0.4.1", 31822 "graceful-fs": "^4.2.9", 31823 "json-parse-even-better-errors": "^2.3.1", 31824 "loader-runner": "^4.2.0", 31825 "mime-types": "^2.1.27", 31826 "neo-async": "^2.6.2", 31827 "schema-utils": "^3.2.0", 31828 "tapable": "^2.1.1", 31829 "terser-webpack-plugin": "^5.3.10", 31830 "watchpack": "^2.4.0", 31831 "webpack-sources": "^3.2.3" 31832 }, 31833 "dependencies": { 31834 "eslint-scope": { 31835 "version": "5.1.1", 31836 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", 31837 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", 31838 "requires": { 31839 "esrecurse": "^4.3.0", 31840 "estraverse": "^4.1.1" 31841 } 31842 }, 31843 "estraverse": { 31844 "version": "4.3.0", 31845 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 31846 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" 31847 } 31848 } 31849 }, 31850 "webpack-dev-middleware": { 31851 "version": "5.3.3", 31852 "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", 31853 "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", 31854 "requires": { 31855 "colorette": "^2.0.10", 31856 "memfs": "^3.4.3", 31857 "mime-types": "^2.1.31", 31858 "range-parser": "^1.2.1", 31859 "schema-utils": "^4.0.0" 31860 }, 31861 "dependencies": { 31862 "ajv": { 31863 "version": "8.12.0", 31864 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 31865 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 31866 "requires": { 31867 "fast-deep-equal": "^3.1.1", 31868 "json-schema-traverse": "^1.0.0", 31869 "require-from-string": "^2.0.2", 31870 "uri-js": "^4.2.2" 31871 } 31872 }, 31873 "ajv-keywords": { 31874 "version": "5.1.0", 31875 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 31876 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 31877 "requires": { 31878 "fast-deep-equal": "^3.1.3" 31879 } 31880 }, 31881 "json-schema-traverse": { 31882 "version": "1.0.0", 31883 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 31884 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 31885 }, 31886 "schema-utils": { 31887 "version": "4.2.0", 31888 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", 31889 "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", 31890 "requires": { 31891 "@types/json-schema": "^7.0.9", 31892 "ajv": "^8.9.0", 31893 "ajv-formats": "^2.1.1", 31894 "ajv-keywords": "^5.1.0" 31895 } 31896 } 31897 } 31898 }, 31899 "webpack-dev-server": { 31900 "version": "4.15.1", 31901 "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz", 31902 "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==", 31903 "requires": { 31904 "@types/bonjour": "^3.5.9", 31905 "@types/connect-history-api-fallback": "^1.3.5", 31906 "@types/express": "^4.17.13", 31907 "@types/serve-index": "^1.9.1", 31908 "@types/serve-static": "^1.13.10", 31909 "@types/sockjs": "^0.3.33", 31910 "@types/ws": "^8.5.5", 31911 "ansi-html-community": "^0.0.8", 31912 "bonjour-service": "^1.0.11", 31913 "chokidar": "^3.5.3", 31914 "colorette": "^2.0.10", 31915 "compression": "^1.7.4", 31916 "connect-history-api-fallback": "^2.0.0", 31917 "default-gateway": "^6.0.3", 31918 "express": "^4.17.3", 31919 "graceful-fs": "^4.2.6", 31920 "html-entities": "^2.3.2", 31921 "http-proxy-middleware": "^2.0.3", 31922 "ipaddr.js": "^2.0.1", 31923 "launch-editor": "^2.6.0", 31924 "open": "^8.0.9", 31925 "p-retry": "^4.5.0", 31926 "rimraf": "^3.0.2", 31927 "schema-utils": "^4.0.0", 31928 "selfsigned": "^2.1.1", 31929 "serve-index": "^1.9.1", 31930 "sockjs": "^0.3.24", 31931 "spdy": "^4.0.2", 31932 "webpack-dev-middleware": "^5.3.1", 31933 "ws": "^8.13.0" 31934 }, 31935 "dependencies": { 31936 "ajv": { 31937 "version": "8.12.0", 31938 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 31939 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 31940 "requires": { 31941 "fast-deep-equal": "^3.1.1", 31942 "json-schema-traverse": "^1.0.0", 31943 "require-from-string": "^2.0.2", 31944 "uri-js": "^4.2.2" 31945 } 31946 }, 31947 "ajv-keywords": { 31948 "version": "5.1.0", 31949 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 31950 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 31951 "requires": { 31952 "fast-deep-equal": "^3.1.3" 31953 } 31954 }, 31955 "json-schema-traverse": { 31956 "version": "1.0.0", 31957 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 31958 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 31959 }, 31960 "schema-utils": { 31961 "version": "4.2.0", 31962 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", 31963 "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", 31964 "requires": { 31965 "@types/json-schema": "^7.0.9", 31966 "ajv": "^8.9.0", 31967 "ajv-formats": "^2.1.1", 31968 "ajv-keywords": "^5.1.0" 31969 } 31970 }, 31971 "ws": { 31972 "version": "8.16.0", 31973 "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", 31974 "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", 31975 "requires": {} 31976 } 31977 } 31978 }, 31979 "webpack-manifest-plugin": { 31980 "version": "4.1.1", 31981 "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz", 31982 "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==", 31983 "requires": { 31984 "tapable": "^2.0.0", 31985 "webpack-sources": "^2.2.0" 31986 }, 31987 "dependencies": { 31988 "source-map": { 31989 "version": "0.6.1", 31990 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 31991 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 31992 }, 31993 "webpack-sources": { 31994 "version": "2.3.1", 31995 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz", 31996 "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==", 31997 "requires": { 31998 "source-list-map": "^2.0.1", 31999 "source-map": "^0.6.1" 32000 } 32001 } 32002 } 32003 }, 32004 "webpack-sources": { 32005 "version": "3.2.3", 32006 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", 32007 "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==" 32008 }, 32009 "websocket-driver": { 32010 "version": "0.7.4", 32011 "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", 32012 "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", 32013 "requires": { 32014 "http-parser-js": ">=0.5.1", 32015 "safe-buffer": ">=5.1.0", 32016 "websocket-extensions": ">=0.1.1" 32017 } 32018 }, 32019 "websocket-extensions": { 32020 "version": "0.1.4", 32021 "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", 32022 "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" 32023 }, 32024 "whatwg-encoding": { 32025 "version": "1.0.5", 32026 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", 32027 "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", 32028 "requires": { 32029 "iconv-lite": "0.4.24" 32030 }, 32031 "dependencies": { 32032 "iconv-lite": { 32033 "version": "0.4.24", 32034 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 32035 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 32036 "requires": { 32037 "safer-buffer": ">= 2.1.2 < 3" 32038 } 32039 } 32040 } 32041 }, 32042 "whatwg-fetch": { 32043 "version": "3.6.20", 32044 "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", 32045 "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" 32046 }, 32047 "whatwg-mimetype": { 32048 "version": "2.3.0", 32049 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", 32050 "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" 32051 }, 32052 "whatwg-url": { 32053 "version": "8.7.0", 32054 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", 32055 "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", 32056 "requires": { 32057 "lodash": "^4.7.0", 32058 "tr46": "^2.1.0", 32059 "webidl-conversions": "^6.1.0" 32060 } 32061 }, 32062 "which": { 32063 "version": "2.0.2", 32064 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 32065 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 32066 "requires": { 32067 "isexe": "^2.0.0" 32068 } 32069 }, 32070 "which-boxed-primitive": { 32071 "version": "1.0.2", 32072 "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", 32073 "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", 32074 "requires": { 32075 "is-bigint": "^1.0.1", 32076 "is-boolean-object": "^1.1.0", 32077 "is-number-object": "^1.0.4", 32078 "is-string": "^1.0.5", 32079 "is-symbol": "^1.0.3" 32080 } 32081 }, 32082 "which-builtin-type": { 32083 "version": "1.1.3", 32084 "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", 32085 "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", 32086 "requires": { 32087 "function.prototype.name": "^1.1.5", 32088 "has-tostringtag": "^1.0.0", 32089 "is-async-function": "^2.0.0", 32090 "is-date-object": "^1.0.5", 32091 "is-finalizationregistry": "^1.0.2", 32092 "is-generator-function": "^1.0.10", 32093 "is-regex": "^1.1.4", 32094 "is-weakref": "^1.0.2", 32095 "isarray": "^2.0.5", 32096 "which-boxed-primitive": "^1.0.2", 32097 "which-collection": "^1.0.1", 32098 "which-typed-array": "^1.1.9" 32099 } 32100 }, 32101 "which-collection": { 32102 "version": "1.0.1", 32103 "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", 32104 "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", 32105 "requires": { 32106 "is-map": "^2.0.1", 32107 "is-set": "^2.0.1", 32108 "is-weakmap": "^2.0.1", 32109 "is-weakset": "^2.0.1" 32110 } 32111 }, 32112 "which-typed-array": { 32113 "version": "1.1.14", 32114 "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.14.tgz", 32115 "integrity": "sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg==", 32116 "requires": { 32117 "available-typed-arrays": "^1.0.6", 32118 "call-bind": "^1.0.5", 32119 "for-each": "^0.3.3", 32120 "gopd": "^1.0.1", 32121 "has-tostringtag": "^1.0.1" 32122 } 32123 }, 32124 "word-wrap": { 32125 "version": "1.2.5", 32126 "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", 32127 "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" 32128 }, 32129 "workbox-background-sync": { 32130 "version": "6.6.0", 32131 "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz", 32132 "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==", 32133 "requires": { 32134 "idb": "^7.0.1", 32135 "workbox-core": "6.6.0" 32136 } 32137 }, 32138 "workbox-broadcast-update": { 32139 "version": "6.6.0", 32140 "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz", 32141 "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==", 32142 "requires": { 32143 "workbox-core": "6.6.0" 32144 } 32145 }, 32146 "workbox-build": { 32147 "version": "6.6.0", 32148 "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz", 32149 "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==", 32150 "requires": { 32151 "@apideck/better-ajv-errors": "^0.3.1", 32152 "@babel/core": "^7.11.1", 32153 "@babel/preset-env": "^7.11.0", 32154 "@babel/runtime": "^7.11.2", 32155 "@rollup/plugin-babel": "^5.2.0", 32156 "@rollup/plugin-node-resolve": "^11.2.1", 32157 "@rollup/plugin-replace": "^2.4.1", 32158 "@surma/rollup-plugin-off-main-thread": "^2.2.3", 32159 "ajv": "^8.6.0", 32160 "common-tags": "^1.8.0", 32161 "fast-json-stable-stringify": "^2.1.0", 32162 "fs-extra": "^9.0.1", 32163 "glob": "^7.1.6", 32164 "lodash": "^4.17.20", 32165 "pretty-bytes": "^5.3.0", 32166 "rollup": "^2.43.1", 32167 "rollup-plugin-terser": "^7.0.0", 32168 "source-map": "^0.8.0-beta.0", 32169 "stringify-object": "^3.3.0", 32170 "strip-comments": "^2.0.1", 32171 "tempy": "^0.6.0", 32172 "upath": "^1.2.0", 32173 "workbox-background-sync": "6.6.0", 32174 "workbox-broadcast-update": "6.6.0", 32175 "workbox-cacheable-response": "6.6.0", 32176 "workbox-core": "6.6.0", 32177 "workbox-expiration": "6.6.0", 32178 "workbox-google-analytics": "6.6.0", 32179 "workbox-navigation-preload": "6.6.0", 32180 "workbox-precaching": "6.6.0", 32181 "workbox-range-requests": "6.6.0", 32182 "workbox-recipes": "6.6.0", 32183 "workbox-routing": "6.6.0", 32184 "workbox-strategies": "6.6.0", 32185 "workbox-streams": "6.6.0", 32186 "workbox-sw": "6.6.0", 32187 "workbox-window": "6.6.0" 32188 }, 32189 "dependencies": { 32190 "@apideck/better-ajv-errors": { 32191 "version": "0.3.6", 32192 "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz", 32193 "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==", 32194 "requires": { 32195 "json-schema": "^0.4.0", 32196 "jsonpointer": "^5.0.0", 32197 "leven": "^3.1.0" 32198 } 32199 }, 32200 "ajv": { 32201 "version": "8.12.0", 32202 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", 32203 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", 32204 "requires": { 32205 "fast-deep-equal": "^3.1.1", 32206 "json-schema-traverse": "^1.0.0", 32207 "require-from-string": "^2.0.2", 32208 "uri-js": "^4.2.2" 32209 } 32210 }, 32211 "fs-extra": { 32212 "version": "9.1.0", 32213 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", 32214 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", 32215 "requires": { 32216 "at-least-node": "^1.0.0", 32217 "graceful-fs": "^4.2.0", 32218 "jsonfile": "^6.0.1", 32219 "universalify": "^2.0.0" 32220 } 32221 }, 32222 "json-schema-traverse": { 32223 "version": "1.0.0", 32224 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 32225 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" 32226 }, 32227 "source-map": { 32228 "version": "0.8.0-beta.0", 32229 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", 32230 "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", 32231 "requires": { 32232 "whatwg-url": "^7.0.0" 32233 } 32234 }, 32235 "tr46": { 32236 "version": "1.0.1", 32237 "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", 32238 "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", 32239 "requires": { 32240 "punycode": "^2.1.0" 32241 } 32242 }, 32243 "webidl-conversions": { 32244 "version": "4.0.2", 32245 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", 32246 "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" 32247 }, 32248 "whatwg-url": { 32249 "version": "7.1.0", 32250 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", 32251 "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", 32252 "requires": { 32253 "lodash.sortby": "^4.7.0", 32254 "tr46": "^1.0.1", 32255 "webidl-conversions": "^4.0.2" 32256 } 32257 } 32258 } 32259 }, 32260 "workbox-cacheable-response": { 32261 "version": "6.6.0", 32262 "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz", 32263 "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==", 32264 "requires": { 32265 "workbox-core": "6.6.0" 32266 } 32267 }, 32268 "workbox-core": { 32269 "version": "6.6.0", 32270 "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz", 32271 "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==" 32272 }, 32273 "workbox-expiration": { 32274 "version": "6.6.0", 32275 "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz", 32276 "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==", 32277 "requires": { 32278 "idb": "^7.0.1", 32279 "workbox-core": "6.6.0" 32280 } 32281 }, 32282 "workbox-google-analytics": { 32283 "version": "6.6.0", 32284 "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz", 32285 "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==", 32286 "requires": { 32287 "workbox-background-sync": "6.6.0", 32288 "workbox-core": "6.6.0", 32289 "workbox-routing": "6.6.0", 32290 "workbox-strategies": "6.6.0" 32291 } 32292 }, 32293 "workbox-navigation-preload": { 32294 "version": "6.6.0", 32295 "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz", 32296 "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==", 32297 "requires": { 32298 "workbox-core": "6.6.0" 32299 } 32300 }, 32301 "workbox-precaching": { 32302 "version": "6.6.0", 32303 "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz", 32304 "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==", 32305 "requires": { 32306 "workbox-core": "6.6.0", 32307 "workbox-routing": "6.6.0", 32308 "workbox-strategies": "6.6.0" 32309 } 32310 }, 32311 "workbox-range-requests": { 32312 "version": "6.6.0", 32313 "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz", 32314 "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==", 32315 "requires": { 32316 "workbox-core": "6.6.0" 32317 } 32318 }, 32319 "workbox-recipes": { 32320 "version": "6.6.0", 32321 "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz", 32322 "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==", 32323 "requires": { 32324 "workbox-cacheable-response": "6.6.0", 32325 "workbox-core": "6.6.0", 32326 "workbox-expiration": "6.6.0", 32327 "workbox-precaching": "6.6.0", 32328 "workbox-routing": "6.6.0", 32329 "workbox-strategies": "6.6.0" 32330 } 32331 }, 32332 "workbox-routing": { 32333 "version": "6.6.0", 32334 "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz", 32335 "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==", 32336 "requires": { 32337 "workbox-core": "6.6.0" 32338 } 32339 }, 32340 "workbox-strategies": { 32341 "version": "6.6.0", 32342 "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz", 32343 "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==", 32344 "requires": { 32345 "workbox-core": "6.6.0" 32346 } 32347 }, 32348 "workbox-streams": { 32349 "version": "6.6.0", 32350 "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz", 32351 "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==", 32352 "requires": { 32353 "workbox-core": "6.6.0", 32354 "workbox-routing": "6.6.0" 32355 } 32356 }, 32357 "workbox-sw": { 32358 "version": "6.6.0", 32359 "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz", 32360 "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==" 32361 }, 32362 "workbox-webpack-plugin": { 32363 "version": "6.6.0", 32364 "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.0.tgz", 32365 "integrity": "sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==", 32366 "requires": { 32367 "fast-json-stable-stringify": "^2.1.0", 32368 "pretty-bytes": "^5.4.1", 32369 "upath": "^1.2.0", 32370 "webpack-sources": "^1.4.3", 32371 "workbox-build": "6.6.0" 32372 }, 32373 "dependencies": { 32374 "source-map": { 32375 "version": "0.6.1", 32376 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 32377 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" 32378 }, 32379 "webpack-sources": { 32380 "version": "1.4.3", 32381 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", 32382 "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", 32383 "requires": { 32384 "source-list-map": "^2.0.0", 32385 "source-map": "~0.6.1" 32386 } 32387 } 32388 } 32389 }, 32390 "workbox-window": { 32391 "version": "6.6.0", 32392 "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz", 32393 "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==", 32394 "requires": { 32395 "@types/trusted-types": "^2.0.2", 32396 "workbox-core": "6.6.0" 32397 } 32398 }, 32399 "wrap-ansi": { 32400 "version": "7.0.0", 32401 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 32402 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 32403 "requires": { 32404 "ansi-styles": "^4.0.0", 32405 "string-width": "^4.1.0", 32406 "strip-ansi": "^6.0.0" 32407 }, 32408 "dependencies": { 32409 "ansi-styles": { 32410 "version": "4.3.0", 32411 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 32412 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 32413 "requires": { 32414 "color-convert": "^2.0.1" 32415 } 32416 }, 32417 "color-convert": { 32418 "version": "2.0.1", 32419 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 32420 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 32421 "requires": { 32422 "color-name": "~1.1.4" 32423 } 32424 }, 32425 "color-name": { 32426 "version": "1.1.4", 32427 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 32428 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 32429 } 32430 } 32431 }, 32432 "wrap-ansi-cjs": { 32433 "version": "npm:wrap-ansi@7.0.0", 32434 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 32435 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 32436 "requires": { 32437 "ansi-styles": "^4.0.0", 32438 "string-width": "^4.1.0", 32439 "strip-ansi": "^6.0.0" 32440 }, 32441 "dependencies": { 32442 "ansi-styles": { 32443 "version": "4.3.0", 32444 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 32445 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 32446 "requires": { 32447 "color-convert": "^2.0.1" 32448 } 32449 }, 32450 "color-convert": { 32451 "version": "2.0.1", 32452 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 32453 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 32454 "requires": { 32455 "color-name": "~1.1.4" 32456 } 32457 }, 32458 "color-name": { 32459 "version": "1.1.4", 32460 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 32461 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" 32462 } 32463 } 32464 }, 32465 "wrappy": { 32466 "version": "1.0.2", 32467 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 32468 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" 32469 }, 32470 "write-file-atomic": { 32471 "version": "3.0.3", 32472 "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", 32473 "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", 32474 "requires": { 32475 "imurmurhash": "^0.1.4", 32476 "is-typedarray": "^1.0.0", 32477 "signal-exit": "^3.0.2", 32478 "typedarray-to-buffer": "^3.1.5" 32479 } 32480 }, 32481 "ws": { 32482 "version": "7.5.9", 32483 "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", 32484 "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", 32485 "requires": {} 32486 }, 32487 "xml-name-validator": { 32488 "version": "3.0.0", 32489 "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", 32490 "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==" 32491 }, 32492 "xmlchars": { 32493 "version": "2.2.0", 32494 "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", 32495 "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" 32496 }, 32497 "xtend": { 32498 "version": "4.0.2", 32499 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", 32500 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" 32501 }, 32502 "y18n": { 32503 "version": "5.0.8", 32504 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", 32505 "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" 32506 }, 32507 "yallist": { 32508 "version": "3.1.1", 32509 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", 32510 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" 32511 }, 32512 "yaml": { 32513 "version": "1.10.2", 32514 "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", 32515 "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" 32516 }, 32517 "yargs": { 32518 "version": "16.2.0", 32519 "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", 32520 "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", 32521 "requires": { 32522 "cliui": "^7.0.2", 32523 "escalade": "^3.1.1", 32524 "get-caller-file": "^2.0.5", 32525 "require-directory": "^2.1.1", 32526 "string-width": "^4.2.0", 32527 "y18n": "^5.0.5", 32528 "yargs-parser": "^20.2.2" 32529 } 32530 }, 32531 "yargs-parser": { 32532 "version": "20.2.9", 32533 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", 32534 "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" 32535 }, 32536 "yocto-queue": { 32537 "version": "0.1.0", 32538 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", 32539 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" 32540 } 32541 } 32542}