Skip to content
Snippets Groups Projects
package-lock.json 752 KiB
Newer Older
  • Learn to ignore specific revisions
  •       },
          "engines": {
            "node": ">=10"
          },
    
            "url": "https://github.com/chalk/chalk?sponsor=1"
    
        "node_modules/jest-circus/node_modules/has-flag": {
    
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
          "dev": true,
    
          "engines": {
            "node": ">=8"
    
        "node_modules/jest-circus/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "has-flag": "^4.0.0"
    
            "node": ">=8"
    
        "node_modules/jest-cli": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz",
          "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "@jest/core": "^29.7.0",
            "@jest/test-result": "^29.7.0",
            "@jest/types": "^29.6.3",
            "chalk": "^4.0.0",
            "create-jest": "^29.7.0",
            "exit": "^0.1.2",
            "import-local": "^3.0.2",
            "jest-config": "^29.7.0",
            "jest-util": "^29.7.0",
            "jest-validate": "^29.7.0",
            "yargs": "^17.3.1"
          },
          "bin": {
            "jest": "bin/jest.js"
    
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
    
          "peerDependencies": {
            "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
          },
          "peerDependenciesMeta": {
            "node-notifier": {
              "optional": true
            }
    
        "node_modules/jest-cli/node_modules/ansi-regex": {
          "version": "5.0.1",
          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
          "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
    
            "node": ">=8"
    
        "node_modules/jest-cli/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "color-convert": "^2.0.1"
    
          },
          "engines": {
            "node": ">=8"
          },
          "funding": {
    
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
    
        "node_modules/jest-cli/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
          "dev": true,
    
          "license": "MIT",
    
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
    
          "engines": {
            "node": ">=10"
    
            "url": "https://github.com/chalk/chalk?sponsor=1"
    
        "node_modules/jest-cli/node_modules/cliui": {
          "version": "8.0.1",
          "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
          "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
    
          "dev": true,
    
          "license": "ISC",
          "dependencies": {
    
            "string-width": "^4.2.0",
            "strip-ansi": "^6.0.1",
            "wrap-ansi": "^7.0.0"
    
            "node": ">=12"
    
        "node_modules/jest-cli/node_modules/emoji-regex": {
          "version": "8.0.0",
          "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
          "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
    
          "dev": true,
    
          "license": "MIT"
        },
        "node_modules/jest-cli/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-cli/node_modules/string-width": {
          "version": "4.2.3",
          "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
          "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
    
          "dev": true,
    
          "license": "MIT",
    
            "emoji-regex": "^8.0.0",
            "is-fullwidth-code-point": "^3.0.0",
            "strip-ansi": "^6.0.1"
    
            "node": ">=8"
          }
        },
        "node_modules/jest-cli/node_modules/strip-ansi": {
          "version": "6.0.1",
          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
          "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
            "ansi-regex": "^5.0.1"
    
          "engines": {
            "node": ">=8"
    
        "node_modules/jest-cli/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-cli/node_modules/wrap-ansi": {
          "version": "7.0.0",
          "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
          "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
            "ansi-styles": "^4.0.0",
            "string-width": "^4.1.0",
            "strip-ansi": "^6.0.0"
    
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
    
            "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
    
        "node_modules/jest-cli/node_modules/yargs": {
          "version": "17.7.2",
          "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
          "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "cliui": "^8.0.1",
            "escalade": "^3.1.1",
            "get-caller-file": "^2.0.5",
            "require-directory": "^2.1.1",
            "string-width": "^4.2.3",
            "y18n": "^5.0.5",
            "yargs-parser": "^21.1.1"
    
            "node": ">=12"
    
        "node_modules/jest-cli/node_modules/yargs-parser": {
          "version": "21.1.1",
          "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
          "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
    
          "dev": true,
    
          "license": "ISC",
          "engines": {
            "node": ">=12"
          }
    
        "node_modules/jest-config": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz",
          "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
            "@babel/core": "^7.11.6",
            "@jest/test-sequencer": "^29.7.0",
            "@jest/types": "^29.6.3",
            "babel-jest": "^29.7.0",
            "chalk": "^4.0.0",
            "ci-info": "^3.2.0",
            "deepmerge": "^4.2.2",
            "glob": "^7.1.3",
            "graceful-fs": "^4.2.9",
            "jest-circus": "^29.7.0",
            "jest-environment-node": "^29.7.0",
            "jest-get-type": "^29.6.3",
            "jest-regex-util": "^29.6.3",
            "jest-resolve": "^29.7.0",
            "jest-runner": "^29.7.0",
            "jest-util": "^29.7.0",
            "jest-validate": "^29.7.0",
            "micromatch": "^4.0.4",
            "parse-json": "^5.2.0",
            "pretty-format": "^29.7.0",
            "slash": "^3.0.0",
            "strip-json-comments": "^3.1.1"
          },
          "engines": {
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
    
          "peerDependencies": {
            "@types/node": "*",
            "ts-node": ">=9.0.0"
          },
          "peerDependenciesMeta": {
            "@types/node": {
              "optional": true
            },
            "ts-node": {
              "optional": true
            }
    
        "node_modules/jest-config/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "color-convert": "^2.0.1"
    
            "node": ">=8"
    
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
    
        "node_modules/jest-config/node_modules/brace-expansion": {
          "version": "1.1.11",
          "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
          "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
    
          "dev": true,
    
          "dependencies": {
            "balanced-match": "^1.0.0",
            "concat-map": "0.0.1"
    
        "node_modules/jest-config/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
    
            "node": ">=10"
    
            "url": "https://github.com/chalk/chalk?sponsor=1"
    
        "node_modules/jest-config/node_modules/ci-info": {
          "version": "3.9.0",
          "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
          "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
    
          "dev": true,
    
          "funding": [
            {
              "type": "github",
              "url": "https://github.com/sponsors/sibiraj-s"
            }
          ],
    
          "license": "MIT",
          "engines": {
    
            "node": ">=8"
    
        "node_modules/jest-config/node_modules/glob": {
          "version": "7.2.3",
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
          "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
          "deprecated": "Glob versions prior to v9 are no longer supported",
    
          "dev": true,
    
          "license": "ISC",
    
            "fs.realpath": "^1.0.0",
            "inflight": "^1.0.4",
            "inherits": "2",
            "minimatch": "^3.1.1",
            "once": "^1.3.0",
            "path-is-absolute": "^1.0.0"
    
            "node": "*"
    
            "url": "https://github.com/sponsors/isaacs"
    
        "node_modules/jest-config/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
    
            "node": ">=8"
    
        "node_modules/jest-config/node_modules/minimatch": {
          "version": "3.1.2",
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
          "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
    
          "dev": true,
    
          "license": "ISC",
          "dependencies": {
    
            "brace-expansion": "^1.1.7"
    
            "node": "*"
    
        "node_modules/jest-config/node_modules/strip-json-comments": {
          "version": "3.1.1",
          "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
          "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
    
            "node": ">=8"
    
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
    
        "node_modules/jest-config/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "has-flag": "^4.0.0"
    
            "node": ">=8"
    
        "node_modules/jest-diff": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
          "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "chalk": "^4.0.0",
            "diff-sequences": "^29.6.3",
            "jest-get-type": "^29.6.3",
            "pretty-format": "^29.7.0"
    
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
    
        "node_modules/jest-diff/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "color-convert": "^2.0.1"
    
            "node": ">=8"
    
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
    
        "node_modules/jest-diff/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
    
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
    
        "node_modules/jest-diff/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
    
            "node": ">=8"
    
        "node_modules/jest-diff/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "has-flag": "^4.0.0"
    
            "node": ">=8"
    
        "node_modules/jest-docblock": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz",
          "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "detect-newline": "^3.0.0"
    
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
    
        "node_modules/jest-each": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz",
          "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "@jest/types": "^29.6.3",
            "chalk": "^4.0.0",
            "jest-get-type": "^29.6.3",
            "jest-util": "^29.7.0",
            "pretty-format": "^29.7.0"
          },
          "engines": {
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
    
        "node_modules/jest-each/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "color-convert": "^2.0.1"
    
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
    
        "node_modules/jest-each/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
    
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
    
        "node_modules/jest-each/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
    
            "node": ">=8"
    
        "node_modules/jest-each/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
          "dev": true,
    
          "dependencies": {
            "has-flag": "^4.0.0"
          },
    
        "node_modules/jest-environment-node": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz",
          "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==",
    
          "dev": true,
    
          "license": "MIT",
    
            "@jest/environment": "^29.7.0",
            "@jest/fake-timers": "^29.7.0",
            "@jest/types": "^29.6.3",
            "@types/node": "*",
            "jest-mock": "^29.7.0",
            "jest-util": "^29.7.0"
          },
          "engines": {
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
    
        "node_modules/jest-get-type": {
          "version": "29.6.3",
          "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz",
          "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
          }
    
        "node_modules/jest-haste-map": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz",
          "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "@jest/types": "^29.6.3",
            "@types/graceful-fs": "^4.1.3",
            "@types/node": "*",
            "anymatch": "^3.0.3",
            "fb-watchman": "^2.0.0",
            "graceful-fs": "^4.2.9",
            "jest-regex-util": "^29.6.3",
            "jest-util": "^29.7.0",
            "jest-worker": "^29.7.0",
            "micromatch": "^4.0.4",
            "walker": "^1.0.8"
          },
          "engines": {
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
          },
          "optionalDependencies": {
            "fsevents": "^2.3.2"
          }
        },
        "node_modules/jest-leak-detector": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz",
          "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
            "jest-get-type": "^29.6.3",
            "pretty-format": "^29.7.0"
    
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
          }
        },
        "node_modules/jest-matcher-utils": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
          "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
            "chalk": "^4.0.0",
            "jest-diff": "^29.7.0",
            "jest-get-type": "^29.6.3",
            "pretty-format": "^29.7.0"
    
          "engines": {
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
    
        "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
    
            "node": ">=8"
    
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
    
        "node_modules/jest-matcher-utils/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
          "dev": true,
    
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
    
            "node": ">=10"
    
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
        },
    
        "node_modules/jest-matcher-utils/node_modules/has-flag": {
    
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-matcher-utils/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "has-flag": "^4.0.0"
    
            "node": ">=8"
    
        "node_modules/jest-message-util": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
          "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
    
          "dev": true,
    
          "dependencies": {
            "@babel/code-frame": "^7.12.13",
            "@jest/types": "^29.6.3",
            "@types/stack-utils": "^2.0.0",
            "chalk": "^4.0.0",
            "graceful-fs": "^4.2.9",
            "micromatch": "^4.0.4",
            "pretty-format": "^29.7.0",
            "slash": "^3.0.0",
            "stack-utils": "^2.0.3"
    
          "engines": {
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
    
        "node_modules/jest-message-util/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "color-convert": "^2.0.1"
    
            "node": ">=8"
    
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
    
        "node_modules/jest-message-util/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
    
          "engines": {
            "node": ">=10"
          },
          "funding": {
    
            "url": "https://github.com/chalk/chalk?sponsor=1"
    
        "node_modules/jest-message-util/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-message-util/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "has-flag": "^4.0.0"
    
            "node": ">=8"
          }
        },
        "node_modules/jest-mock": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz",
          "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
            "@jest/types": "^29.6.3",
            "@types/node": "*",
            "jest-util": "^29.7.0"
    
          "engines": {
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
    
        "node_modules/jest-pnp-resolver": {
          "version": "1.2.3",
          "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
          "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
    
            "node": ">=6"
    
            "jest-resolve": "*"
    
          },
          "peerDependenciesMeta": {
    
            "jest-resolve": {
    
        "node_modules/jest-regex-util": {
          "version": "29.6.3",
          "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz",
          "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
          }
        },
        "node_modules/jest-resolve": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz",
          "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "chalk": "^4.0.0",
            "graceful-fs": "^4.2.9",
            "jest-haste-map": "^29.7.0",
            "jest-pnp-resolver": "^1.2.2",
            "jest-util": "^29.7.0",
            "jest-validate": "^29.7.0",
            "resolve": "^1.20.0",
            "resolve.exports": "^2.0.0",
            "slash": "^3.0.0"
    
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
    
        "node_modules/jest-resolve-dependencies": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz",
          "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
            "jest-regex-util": "^29.6.3",
            "jest-snapshot": "^29.7.0"
          },
          "engines": {
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
          }
    
        "node_modules/jest-resolve/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
    
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
    
        "node_modules/jest-resolve/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
    
        "node_modules/jest-resolve/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-resolve/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-runner": {
          "version": "29.7.0",
          "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz",
          "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
            "@jest/console": "^29.7.0",
            "@jest/environment": "^29.7.0",
            "@jest/test-result": "^29.7.0",
            "@jest/transform": "^29.7.0",
            "@jest/types": "^29.6.3",
            "@types/node": "*",
            "chalk": "^4.0.0",
            "emittery": "^0.13.1",
            "graceful-fs": "^4.2.9",
            "jest-docblock": "^29.7.0",
            "jest-environment-node": "^29.7.0",
            "jest-haste-map": "^29.7.0",
            "jest-leak-detector": "^29.7.0",
            "jest-message-util": "^29.7.0",
            "jest-resolve": "^29.7.0",
            "jest-runtime": "^29.7.0",
            "jest-util": "^29.7.0",
            "jest-watcher": "^29.7.0",
            "jest-worker": "^29.7.0",
            "p-limit": "^3.1.0",
            "source-map-support": "0.5.13"
          },
          "engines": {
            "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
          }
        },
        "node_modules/jest-runner/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
            "color-convert": "^2.0.1"
    
            "node": ">=8"
    
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
    
        "node_modules/jest-runner/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
    
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
    
        "node_modules/jest-runner/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
          "dev": true,
    
          "license": "MIT",
          "engines": {
    
            "node": ">=8"
    
        "node_modules/jest-runner/node_modules/source-map-support": {
          "version": "0.5.13",
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
          "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
    
          "dev": true,
    
          "license": "MIT",
          "dependencies": {
    
            "buffer-from": "^1.0.0",
            "source-map": "^0.6.0"