Skip to content
Snippets Groups Projects
package-lock.json 1.11 MiB
Newer Older
  • Learn to ignore specific revisions
  •       "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
          "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
    
          "requires": {
            "bytes": "3.1.2",
            "http-errors": "2.0.0",
            "iconv-lite": "0.4.24",
            "unpipe": "1.0.0"
          },
          "dependencies": {
            "bytes": {
              "version": "3.1.2",
              "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
              "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
            },
    
            "iconv-lite": {
              "version": "0.4.24",
              "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
              "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
              "requires": {
                "safer-buffer": ">= 2.1.2 < 3"
              }
            }
          }
        },
        "react": {
    
          "version": "18.3.1",
          "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
          "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
    
          "requires": {
            "loose-envify": "^1.1.0"
          }
        },
        "react-app-polyfill": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
          "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
          "requires": {
            "core-js": "^3.19.2",
            "object-assign": "^4.1.1",
            "promise": "^8.1.0",
            "raf": "^3.4.1",
            "regenerator-runtime": "^0.13.9",
            "whatwg-fetch": "^3.6.2"
          }
        },
        "react-dev-utils": {
          "version": "12.0.1",
          "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
          "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==",
          "requires": {
            "@babel/code-frame": "^7.16.0",
            "address": "^1.1.2",
            "browserslist": "^4.18.1",
            "chalk": "^4.1.2",
            "cross-spawn": "^7.0.3",
            "detect-port-alt": "^1.1.6",
            "escape-string-regexp": "^4.0.0",
            "filesize": "^8.0.6",
            "find-up": "^5.0.0",
            "fork-ts-checker-webpack-plugin": "^6.5.0",
            "global-modules": "^2.0.0",
            "globby": "^11.0.4",
            "gzip-size": "^6.0.0",
            "immer": "^9.0.7",
            "is-root": "^2.1.0",
            "loader-utils": "^3.2.0",
            "open": "^8.4.0",
            "pkg-up": "^3.1.0",
            "prompts": "^2.4.2",
            "react-error-overlay": "^6.0.11",
            "recursive-readdir": "^2.2.2",
            "shell-quote": "^1.7.3",
            "strip-ansi": "^6.0.1",
            "text-table": "^0.2.0"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
              "requires": {
                "color-convert": "^2.0.1"
              }
            },
            "chalk": {
              "version": "4.1.2",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
            "color-convert": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
            },
            "escape-string-regexp": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
              "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
            },
            "loader-utils": {
              "version": "3.2.1",
              "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz",
              "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw=="
            },
            "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==",
    
              "requires": {
    
          "version": "18.3.1",
          "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
          "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
    
          "requires": {
    
            "scheduler": "^0.23.2"
    
        "react-error-overlay": {
          "version": "6.0.11",
          "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz",
          "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
    
        "react-is": {
          "version": "17.0.2",
          "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
          "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
        },
        "react-refresh": {
          "version": "0.11.0",
          "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
          "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A=="
        },
        "react-scripts": {
          "version": "5.0.1",
          "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
          "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==",
    
          "requires": {
    
            "@babel/core": "^7.16.0",
            "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
            "@svgr/webpack": "^5.5.0",
            "babel-jest": "^27.4.2",
            "babel-loader": "^8.2.3",
            "babel-plugin-named-asset-import": "^0.3.8",
            "babel-preset-react-app": "^10.0.1",
            "bfj": "^7.0.2",
    
            "browserslist": "^4.18.1",
    
            "camelcase": "^6.2.1",
            "case-sensitive-paths-webpack-plugin": "^2.4.0",
            "css-loader": "^6.5.1",
            "css-minimizer-webpack-plugin": "^3.2.0",
            "dotenv": "^10.0.0",
            "dotenv-expand": "^5.1.0",
            "eslint": "^8.3.0",
            "eslint-config-react-app": "^7.0.1",
            "eslint-webpack-plugin": "^3.1.1",
            "file-loader": "^6.2.0",
            "fs-extra": "^10.0.0",
            "fsevents": "^2.3.2",
            "html-webpack-plugin": "^5.5.0",
            "identity-obj-proxy": "^3.0.0",
            "jest": "^27.4.3",
            "jest-resolve": "^27.4.2",
            "jest-watch-typeahead": "^1.0.0",
            "mini-css-extract-plugin": "^2.4.5",
            "postcss": "^8.4.4",
            "postcss-flexbugs-fixes": "^5.0.2",
            "postcss-loader": "^6.2.1",
            "postcss-normalize": "^10.0.1",
            "postcss-preset-env": "^7.0.1",
    
            "prompts": "^2.4.2",
    
            "react-app-polyfill": "^3.0.0",
            "react-dev-utils": "^12.0.1",
            "react-refresh": "^0.11.0",
            "resolve": "^1.20.0",
            "resolve-url-loader": "^4.0.0",
            "sass-loader": "^12.3.0",
            "semver": "^7.3.5",
            "source-map-loader": "^3.0.0",
            "style-loader": "^3.3.1",
            "tailwindcss": "^3.0.2",
            "terser-webpack-plugin": "^5.2.5",
            "webpack": "^5.64.4",
            "webpack-dev-server": "^4.6.0",
            "webpack-manifest-plugin": "^4.0.2",
            "workbox-webpack-plugin": "^6.4.1"
    
          },
          "dependencies": {
    
            "@jest/console": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
              "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
              "requires": {
                "@jest/types": "^27.5.1",
                "@types/node": "*",
                "chalk": "^4.0.0",
                "jest-message-util": "^27.5.1",
                "jest-util": "^27.5.1",
                "slash": "^3.0.0"
              }
            },
            "@jest/core": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
              "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
              "requires": {
                "@jest/console": "^27.5.1",
                "@jest/reporters": "^27.5.1",
                "@jest/test-result": "^27.5.1",
                "@jest/transform": "^27.5.1",
                "@jest/types": "^27.5.1",
                "@types/node": "*",
                "ansi-escapes": "^4.2.1",
                "chalk": "^4.0.0",
                "emittery": "^0.8.1",
                "exit": "^0.1.2",
                "graceful-fs": "^4.2.9",
                "jest-changed-files": "^27.5.1",
                "jest-config": "^27.5.1",
                "jest-haste-map": "^27.5.1",
                "jest-message-util": "^27.5.1",
                "jest-regex-util": "^27.5.1",
                "jest-resolve": "^27.5.1",
                "jest-resolve-dependencies": "^27.5.1",
                "jest-runner": "^27.5.1",
                "jest-runtime": "^27.5.1",
                "jest-snapshot": "^27.5.1",
                "jest-util": "^27.5.1",
                "jest-validate": "^27.5.1",
                "jest-watcher": "^27.5.1",
                "micromatch": "^4.0.4",
                "rimraf": "^3.0.0",
                "slash": "^3.0.0",
                "strip-ansi": "^6.0.0"
              }
            },
            "@jest/environment": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
              "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
              "requires": {
                "@jest/fake-timers": "^27.5.1",
                "@jest/types": "^27.5.1",
                "@types/node": "*",
                "jest-mock": "^27.5.1"
              }
            },
            "@jest/fake-timers": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
              "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
              "requires": {
                "@jest/types": "^27.5.1",
                "@sinonjs/fake-timers": "^8.0.1",
                "@types/node": "*",
                "jest-message-util": "^27.5.1",
                "jest-mock": "^27.5.1",
                "jest-util": "^27.5.1"
              }
            },
            "@jest/globals": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
              "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
              "requires": {
                "@jest/environment": "^27.5.1",
                "@jest/types": "^27.5.1",
                "expect": "^27.5.1"
              }
            },
            "@jest/reporters": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
              "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
              "requires": {
                "@bcoe/v8-coverage": "^0.2.3",
                "@jest/console": "^27.5.1",
                "@jest/test-result": "^27.5.1",
                "@jest/transform": "^27.5.1",
                "@jest/types": "^27.5.1",
                "@types/node": "*",
                "chalk": "^4.0.0",
                "collect-v8-coverage": "^1.0.0",
                "exit": "^0.1.2",
                "glob": "^7.1.2",
                "graceful-fs": "^4.2.9",
                "istanbul-lib-coverage": "^3.0.0",
                "istanbul-lib-instrument": "^5.1.0",
                "istanbul-lib-report": "^3.0.0",
                "istanbul-lib-source-maps": "^4.0.0",
                "istanbul-reports": "^3.1.3",
                "jest-haste-map": "^27.5.1",
                "jest-resolve": "^27.5.1",
                "jest-util": "^27.5.1",
                "jest-worker": "^27.5.1",
                "slash": "^3.0.0",
                "source-map": "^0.6.0",
                "string-length": "^4.0.1",
                "terminal-link": "^2.0.0",
                "v8-to-istanbul": "^8.1.0"
              }
            },
            "@jest/schemas": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz",
              "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==",
              "requires": {
                "@sinclair/typebox": "^0.24.1"
              }
            },
            "@jest/source-map": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
              "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
              "requires": {
                "callsites": "^3.0.0",
                "graceful-fs": "^4.2.9",
                "source-map": "^0.6.0"
              }
            },
            "@jest/test-result": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
              "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
              "requires": {
                "@jest/console": "^27.5.1",
                "@jest/types": "^27.5.1",
                "@types/istanbul-lib-coverage": "^2.0.0",
                "collect-v8-coverage": "^1.0.0"
              }
            },
            "@jest/test-sequencer": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
              "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
              "requires": {
                "@jest/test-result": "^27.5.1",
                "graceful-fs": "^4.2.9",
                "jest-haste-map": "^27.5.1",
                "jest-runtime": "^27.5.1"
              }
            },
            "@sinclair/typebox": {
              "version": "0.24.51",
              "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz",
              "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA=="
            },
            "@sinonjs/commons": {
              "version": "1.8.6",
              "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
              "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
              "requires": {
                "type-detect": "4.0.8"
              }
            },
            "@sinonjs/fake-timers": {
              "version": "8.1.0",
              "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
              "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
              "requires": {
                "@sinonjs/commons": "^1.7.0"
              }
            },
            "@types/yargs": {
              "version": "17.0.32",
              "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz",
              "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==",
              "requires": {
                "@types/yargs-parser": "*"
              }
            },
    
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
              "requires": {
    
                "color-convert": "^2.0.1"
              }
            },
            "chalk": {
              "version": "4.1.2",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
            "cliui": {
              "version": "7.0.4",
              "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
              "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
              "requires": {
                "string-width": "^4.2.0",
                "strip-ansi": "^6.0.0",
                "wrap-ansi": "^7.0.0"
              }
            },
            "color-convert": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
            },
            "dedent": {
              "version": "0.7.0",
              "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
              "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA=="
            },
            "diff-sequences": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
              "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ=="
            },
            "emittery": {
              "version": "0.8.1",
              "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
              "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg=="
            },
            "expect": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
              "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
              "requires": {
                "@jest/types": "^27.5.1",
                "jest-get-type": "^27.5.1",
                "jest-matcher-utils": "^27.5.1",
                "jest-message-util": "^27.5.1"
              }
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
            },
            "jest": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
              "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
              "requires": {
                "@jest/core": "^27.5.1",
                "import-local": "^3.0.2",
                "jest-cli": "^27.5.1"
              }
            },
            "jest-changed-files": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
              "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
              "requires": {
                "@jest/types": "^27.5.1",
                "execa": "^5.0.0",
                "throat": "^6.0.1"
              }
            },
            "jest-circus": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
              "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
              "requires": {
                "@jest/environment": "^27.5.1",
                "@jest/test-result": "^27.5.1",
                "@jest/types": "^27.5.1",
                "@types/node": "*",
                "chalk": "^4.0.0",
                "co": "^4.6.0",
                "dedent": "^0.7.0",
                "expect": "^27.5.1",
                "is-generator-fn": "^2.0.0",
                "jest-each": "^27.5.1",
                "jest-matcher-utils": "^27.5.1",
                "jest-message-util": "^27.5.1",
                "jest-runtime": "^27.5.1",
                "jest-snapshot": "^27.5.1",
                "jest-util": "^27.5.1",
                "pretty-format": "^27.5.1",
                "slash": "^3.0.0",
                "stack-utils": "^2.0.3",
                "throat": "^6.0.1"
              }
            },
            "jest-cli": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
              "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
              "requires": {
                "@jest/core": "^27.5.1",
                "@jest/test-result": "^27.5.1",
                "@jest/types": "^27.5.1",
                "chalk": "^4.0.0",
                "exit": "^0.1.2",
                "graceful-fs": "^4.2.9",
                "import-local": "^3.0.2",
                "jest-config": "^27.5.1",
                "jest-util": "^27.5.1",
                "jest-validate": "^27.5.1",
                "prompts": "^2.0.1",
                "yargs": "^16.2.0"
              }
            },
            "jest-config": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
              "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
              "requires": {
                "@babel/core": "^7.8.0",
                "@jest/test-sequencer": "^27.5.1",
                "@jest/types": "^27.5.1",
                "babel-jest": "^27.5.1",
                "chalk": "^4.0.0",
                "ci-info": "^3.2.0",
                "deepmerge": "^4.2.2",
                "glob": "^7.1.1",
                "graceful-fs": "^4.2.9",
                "jest-circus": "^27.5.1",
                "jest-environment-jsdom": "^27.5.1",
                "jest-environment-node": "^27.5.1",
                "jest-get-type": "^27.5.1",
                "jest-jasmine2": "^27.5.1",
                "jest-regex-util": "^27.5.1",
                "jest-resolve": "^27.5.1",
                "jest-runner": "^27.5.1",
                "jest-util": "^27.5.1",
                "jest-validate": "^27.5.1",
                "micromatch": "^4.0.4",
                "parse-json": "^5.2.0",
                "pretty-format": "^27.5.1",
                "slash": "^3.0.0",
                "strip-json-comments": "^3.1.1"
              }
            },
            "jest-diff": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
              "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
              "requires": {
                "chalk": "^4.0.0",
                "diff-sequences": "^27.5.1",
                "jest-get-type": "^27.5.1",
                "pretty-format": "^27.5.1"
    
            "jest-docblock": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
              "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
    
              "requires": {
    
            "jest-each": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
              "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
    
              "requires": {
    
                "@jest/types": "^27.5.1",
                "chalk": "^4.0.0",
                "jest-get-type": "^27.5.1",
                "jest-util": "^27.5.1",
                "pretty-format": "^27.5.1"
    
            "jest-environment-node": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
              "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
              "requires": {
                "@jest/environment": "^27.5.1",
                "@jest/fake-timers": "^27.5.1",
                "@jest/types": "^27.5.1",
                "@types/node": "*",
                "jest-mock": "^27.5.1",
                "jest-util": "^27.5.1"
              }
    
            "jest-leak-detector": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
              "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
              "requires": {
                "jest-get-type": "^27.5.1",
                "pretty-format": "^27.5.1"
              }
    
            "jest-matcher-utils": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
              "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
              "requires": {
                "chalk": "^4.0.0",
                "jest-diff": "^27.5.1",
                "jest-get-type": "^27.5.1",
                "pretty-format": "^27.5.1"
              }
    
    25625 25626 25627 25628 25629 25630 25631 25632 25633 25634 25635 25636 25637 25638 25639 25640 25641 25642 25643 25644 25645 25646 25647 25648 25649 25650 25651 25652 25653 25654 25655 25656 25657 25658 25659 25660 25661 25662 25663 25664 25665 25666 25667 25668 25669 25670 25671 25672 25673 25674 25675 25676 25677 25678 25679 25680 25681 25682 25683 25684 25685 25686 25687 25688 25689 25690 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 25705 25706 25707 25708 25709 25710 25711 25712 25713 25714 25715 25716 25717 25718 25719 25720 25721 25722 25723 25724 25725 25726 25727 25728 25729 25730 25731 25732 25733 25734 25735 25736 25737 25738 25739 25740 25741 25742 25743 25744 25745 25746 25747 25748 25749 25750 25751 25752 25753 25754 25755 25756 25757 25758 25759 25760 25761 25762 25763 25764 25765 25766 25767 25768 25769 25770 25771 25772 25773 25774 25775 25776 25777 25778 25779 25780 25781 25782 25783 25784 25785 25786 25787 25788 25789 25790 25791 25792 25793 25794 25795 25796 25797 25798 25799 25800 25801 25802 25803 25804 25805 25806 25807 25808 25809 25810 25811 25812 25813 25814 25815 25816 25817 25818 25819 25820 25821 25822 25823 25824 25825 25826 25827 25828 25829 25830 25831 25832 25833 25834 25835 25836 25837 25838 25839 25840 25841 25842 25843 25844 25845 25846 25847 25848 25849 25850 25851 25852 25853 25854 25855 25856 25857 25858 25859 25860 25861 25862 25863 25864 25865 25866 25867 25868 25869 25870 25871 25872 25873 25874 25875 25876 25877 25878 25879 25880 25881 25882 25883 25884 25885 25886 25887 25888 25889 25890 25891 25892 25893 25894 25895 25896 25897 25898 25899 25900 25901 25902 25903 25904 25905 25906 25907 25908 25909 25910 25911 25912 25913 25914 25915 25916 25917 25918 25919 25920 25921 25922 25923 25924 25925 25926 25927 25928 25929 25930 25931 25932 25933 25934 25935 25936 25937 25938 25939 25940 25941 25942 25943 25944 25945 25946 25947 25948 25949 25950 25951 25952 25953 25954 25955 25956 25957 25958 25959 25960
            "jest-message-util": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
              "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
              "requires": {
                "@babel/code-frame": "^7.12.13",
                "@jest/types": "^27.5.1",
                "@types/stack-utils": "^2.0.0",
                "chalk": "^4.0.0",
                "graceful-fs": "^4.2.9",
                "micromatch": "^4.0.4",
                "pretty-format": "^27.5.1",
                "slash": "^3.0.0",
                "stack-utils": "^2.0.3"
              }
            },
            "jest-mock": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
              "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
              "requires": {
                "@jest/types": "^27.5.1",
                "@types/node": "*"
              }
            },
            "jest-resolve-dependencies": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
              "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
              "requires": {
                "@jest/types": "^27.5.1",
                "jest-regex-util": "^27.5.1",
                "jest-snapshot": "^27.5.1"
              }
            },
            "jest-runner": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
              "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
              "requires": {
                "@jest/console": "^27.5.1",
                "@jest/environment": "^27.5.1",
                "@jest/test-result": "^27.5.1",
                "@jest/transform": "^27.5.1",
                "@jest/types": "^27.5.1",
                "@types/node": "*",
                "chalk": "^4.0.0",
                "emittery": "^0.8.1",
                "graceful-fs": "^4.2.9",
                "jest-docblock": "^27.5.1",
                "jest-environment-jsdom": "^27.5.1",
                "jest-environment-node": "^27.5.1",
                "jest-haste-map": "^27.5.1",
                "jest-leak-detector": "^27.5.1",
                "jest-message-util": "^27.5.1",
                "jest-resolve": "^27.5.1",
                "jest-runtime": "^27.5.1",
                "jest-util": "^27.5.1",
                "jest-worker": "^27.5.1",
                "source-map-support": "^0.5.6",
                "throat": "^6.0.1"
              }
            },
            "jest-runtime": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
              "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
              "requires": {
                "@jest/environment": "^27.5.1",
                "@jest/fake-timers": "^27.5.1",
                "@jest/globals": "^27.5.1",
                "@jest/source-map": "^27.5.1",
                "@jest/test-result": "^27.5.1",
                "@jest/transform": "^27.5.1",
                "@jest/types": "^27.5.1",
                "chalk": "^4.0.0",
                "cjs-module-lexer": "^1.0.0",
                "collect-v8-coverage": "^1.0.0",
                "execa": "^5.0.0",
                "glob": "^7.1.3",
                "graceful-fs": "^4.2.9",
                "jest-haste-map": "^27.5.1",
                "jest-message-util": "^27.5.1",
                "jest-mock": "^27.5.1",
                "jest-regex-util": "^27.5.1",
                "jest-resolve": "^27.5.1",
                "jest-snapshot": "^27.5.1",
                "jest-util": "^27.5.1",
                "slash": "^3.0.0",
                "strip-bom": "^4.0.0"
              }
            },
            "jest-snapshot": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
              "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
              "requires": {
                "@babel/core": "^7.7.2",
                "@babel/generator": "^7.7.2",
                "@babel/plugin-syntax-typescript": "^7.7.2",
                "@babel/traverse": "^7.7.2",
                "@babel/types": "^7.0.0",
                "@jest/transform": "^27.5.1",
                "@jest/types": "^27.5.1",
                "@types/babel__traverse": "^7.0.4",
                "@types/prettier": "^2.1.5",
                "babel-preset-current-node-syntax": "^1.0.0",
                "chalk": "^4.0.0",
                "expect": "^27.5.1",
                "graceful-fs": "^4.2.9",
                "jest-diff": "^27.5.1",
                "jest-get-type": "^27.5.1",
                "jest-haste-map": "^27.5.1",
                "jest-matcher-utils": "^27.5.1",
                "jest-message-util": "^27.5.1",
                "jest-util": "^27.5.1",
                "natural-compare": "^1.4.0",
                "pretty-format": "^27.5.1",
                "semver": "^7.3.2"
              }
            },
            "jest-watch-typeahead": {
              "version": "1.1.0",
              "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz",
              "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==",
              "requires": {
                "ansi-escapes": "^4.3.1",
                "chalk": "^4.0.0",
                "jest-regex-util": "^28.0.0",
                "jest-watcher": "^28.0.0",
                "slash": "^4.0.0",
                "string-length": "^5.0.1",
                "strip-ansi": "^7.0.1"
              },
              "dependencies": {
                "@jest/console": {
                  "version": "28.1.3",
                  "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz",
                  "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==",
                  "requires": {
                    "@jest/types": "^28.1.3",
                    "@types/node": "*",
                    "chalk": "^4.0.0",
                    "jest-message-util": "^28.1.3",
                    "jest-util": "^28.1.3",
                    "slash": "^3.0.0"
                  },
                  "dependencies": {
                    "slash": {
                      "version": "3.0.0",
                      "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
                      "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
                    }
                  }
                },
                "@jest/test-result": {
                  "version": "28.1.3",
                  "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz",
                  "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==",
                  "requires": {
                    "@jest/console": "^28.1.3",
                    "@jest/types": "^28.1.3",
                    "@types/istanbul-lib-coverage": "^2.0.0",
                    "collect-v8-coverage": "^1.0.0"
                  }
                },
                "@jest/types": {
                  "version": "28.1.3",
                  "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
                  "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
                  "requires": {
                    "@jest/schemas": "^28.1.3",
                    "@types/istanbul-lib-coverage": "^2.0.0",
                    "@types/istanbul-reports": "^3.0.0",
                    "@types/node": "*",
                    "@types/yargs": "^17.0.8",
                    "chalk": "^4.0.0"
                  }
                },
                "ansi-styles": {
                  "version": "5.2.0",
                  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
                  "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
                },
                "emittery": {
                  "version": "0.10.2",
                  "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz",
                  "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw=="
                },
                "jest-message-util": {
                  "version": "28.1.3",
                  "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz",
                  "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==",
                  "requires": {
                    "@babel/code-frame": "^7.12.13",
                    "@jest/types": "^28.1.3",
                    "@types/stack-utils": "^2.0.0",
                    "chalk": "^4.0.0",
                    "graceful-fs": "^4.2.9",
                    "micromatch": "^4.0.4",
                    "pretty-format": "^28.1.3",
                    "slash": "^3.0.0",
                    "stack-utils": "^2.0.3"
                  },
                  "dependencies": {
                    "slash": {
                      "version": "3.0.0",
                      "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
                      "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
                    }
                  }
                },
                "jest-regex-util": {
                  "version": "28.0.2",
                  "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
                  "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw=="
                },
                "jest-util": {
                  "version": "28.1.3",
                  "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
                  "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
                  "requires": {
                    "@jest/types": "^28.1.3",
                    "@types/node": "*",
                    "chalk": "^4.0.0",
                    "ci-info": "^3.2.0",
                    "graceful-fs": "^4.2.9",
                    "picomatch": "^2.2.3"
                  }
                },
                "jest-watcher": {
                  "version": "28.1.3",
                  "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz",
                  "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==",
                  "requires": {
                    "@jest/test-result": "^28.1.3",
                    "@jest/types": "^28.1.3",
                    "@types/node": "*",
                    "ansi-escapes": "^4.2.1",
                    "chalk": "^4.0.0",
                    "emittery": "^0.10.2",
                    "jest-util": "^28.1.3",
                    "string-length": "^4.0.1"
                  },
                  "dependencies": {
                    "string-length": {
                      "version": "4.0.2",
                      "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
                      "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
                      "requires": {
                        "char-regex": "^1.0.2",
                        "strip-ansi": "^6.0.0"
                      }
                    },
                    "strip-ansi": {
                      "version": "6.0.1",
                      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
                      "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
                      "requires": {
                        "ansi-regex": "^5.0.1"
                      }
                    }
                  }
                },
                "pretty-format": {
                  "version": "28.1.3",
                  "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
                  "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
                  "requires": {
                    "@jest/schemas": "^28.1.3",
                    "ansi-regex": "^5.0.1",
                    "ansi-styles": "^5.0.0",
                    "react-is": "^18.0.0"
                  }
                },
                "slash": {
                  "version": "4.0.0",
                  "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
                  "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew=="
                },
                "string-length": {
                  "version": "5.0.1",
                  "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
                  "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
                  "requires": {
                    "char-regex": "^2.0.0",
                    "strip-ansi": "^7.0.1"
                  },
                  "dependencies": {
                    "char-regex": {
                      "version": "2.0.1",
                      "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz",
                      "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw=="
                    }
                  }
                },
                "strip-ansi": {
                  "version": "7.1.0",
                  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
                  "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
                  "requires": {
                    "ansi-regex": "^6.0.1"
                  },
                  "dependencies": {
                    "ansi-regex": {
                      "version": "6.0.1",
                      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
                      "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="
                    }
                  }
                }
              }
            },
            "jest-watcher": {
              "version": "27.5.1",
              "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
              "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
              "requires": {
                "@jest/test-result": "^27.5.1",
                "@jest/types": "^27.5.1",
                "@types/node": "*",
                "ansi-escapes": "^4.2.1",
                "chalk": "^4.0.0",
                "jest-util": "^27.5.1",
                "string-length": "^4.0.1"
              }
            },
            "react-is": {
              "version": "18.2.0",
              "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
              "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
            },
            "source-map": {
              "version": "0.6.1",
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
    
            },
            "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==",
              "requires": {
                "has-flag": "^4.0.0"
              }
    
            },
            "v8-to-istanbul": {
              "version": "8.1.1",
              "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
              "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
              "requires": {
                "@types/istanbul-lib-coverage": "^2.0.1",
                "convert-source-map": "^1.6.0",
                "source-map": "^0.7.3"
              },
              "dependencies": {
                "source-map": {
                  "version": "0.7.4",
                  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
                  "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA=="
                }
              }
            },
            "yargs": {
              "version": "16.2.0",
              "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
              "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
              "requires": {
                "cliui": "^7.0.2",
                "escalade": "^3.1.1",
                "get-caller-file": "^2.0.5",
                "require-directory": "^2.1.1",
                "string-width": "^4.2.0",
                "y18n": "^5.0.5",
                "yargs-parser": "^20.2.2"
              }
            },