Skip to content
Snippets Groups Projects
package-lock.json 682 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dependencies": {
    
            "@jest/types": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
              "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
              "dev": true,
              "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"
              }
            },
            "@types/yargs": {
              "version": "17.0.14",
              "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.14.tgz",
              "integrity": "sha512-9Pj7abXoW1RSTcZaL2Hk6G2XyLMlp5ECdVC/Zf2p/KBjC3srijLGgRAXOBjtFrJoIrvxdTKyKDA14bEcbxBaWw==",
              "dev": true,
              "requires": {
                "@types/yargs-parser": "*"
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "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==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
    
            "ci-info": {
              "version": "3.7.0",
              "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.0.tgz",
              "integrity": "sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog==",
              "dev": true
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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==",
              "dev": true,
              "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==",
              "dev": true
            },
    
            "graceful-fs": {
              "version": "4.2.10",
              "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
              "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
              "dev": true
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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
            },
    
            "jest-get-type": {
              "version": "28.0.2",
              "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
              "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
              "dev": true
            },
            "jest-util": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
              "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
              "dev": true,
              "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"
              }
            },
            "pretty-format": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
              "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
              "dev": true,
              "requires": {
                "@jest/schemas": "^28.1.3",
                "ansi-regex": "^5.0.1",
                "ansi-styles": "^5.0.0",
                "react-is": "^18.0.0"
              },
              "dependencies": {
                "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==",
                  "dev": true
                }
              }
            },
            "react-is": {
              "version": "18.2.0",
              "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
              "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
              "dev": true
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
    
        "jest-environment-node": {
          "version": "28.1.3",
          "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz",
          "integrity": "sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@jest/environment": "^28.1.3",
            "@jest/fake-timers": "^28.1.3",
            "@jest/types": "^28.1.3",
            "@types/node": "*",
            "jest-mock": "^28.1.3",
            "jest-util": "^28.1.3"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
            "@jest/types": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
              "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
              "dev": true,
              "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"
              }
            },
            "@types/yargs": {
              "version": "17.0.14",
              "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.14.tgz",
              "integrity": "sha512-9Pj7abXoW1RSTcZaL2Hk6G2XyLMlp5ECdVC/Zf2p/KBjC3srijLGgRAXOBjtFrJoIrvxdTKyKDA14bEcbxBaWw==",
              "dev": true,
              "requires": {
                "@types/yargs-parser": "*"
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "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==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
    
            "ci-info": {
              "version": "3.7.0",
              "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.0.tgz",
              "integrity": "sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog==",
              "dev": true
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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==",
              "dev": true,
              "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==",
              "dev": true
            },
    
            "graceful-fs": {
              "version": "4.2.10",
              "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
              "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
              "dev": true
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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
            },
    
            "jest-util": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
              "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
              "dev": true,
              "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"
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "jest-get-type": {
          "version": "26.3.0",
          "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
          "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
          "dev": true
        },
        "jest-haste-map": {
    
          "version": "28.1.3",
          "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz",
          "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@jest/types": "^28.1.3",
            "@types/graceful-fs": "^4.1.3",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "@types/node": "*",
            "anymatch": "^3.0.3",
            "fb-watchman": "^2.0.0",
    
            "fsevents": "^2.3.2",
            "graceful-fs": "^4.2.9",
            "jest-regex-util": "^28.0.2",
            "jest-util": "^28.1.3",
            "jest-worker": "^28.1.3",
            "micromatch": "^4.0.4",
            "walker": "^1.0.8"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
            "@jest/types": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
              "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
              "dev": true,
              "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"
              }
            },
            "@types/yargs": {
              "version": "17.0.14",
              "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.14.tgz",
              "integrity": "sha512-9Pj7abXoW1RSTcZaL2Hk6G2XyLMlp5ECdVC/Zf2p/KBjC3srijLGgRAXOBjtFrJoIrvxdTKyKDA14bEcbxBaWw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
                "@types/yargs-parser": "*"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "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==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
    
            "ci-info": {
              "version": "3.7.0",
              "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.0.tgz",
              "integrity": "sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog==",
              "dev": true
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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==",
              "dev": true,
              "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==",
              "dev": true
            },
    
            "graceful-fs": {
              "version": "4.2.10",
              "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
              "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
              "dev": true
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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
            },
    
            "jest-util": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
              "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
              "dev": true,
              "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"
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "jest-junit": {
    
          "version": "14.0.1",
          "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.1.tgz",
          "integrity": "sha512-h7/wwzPbllgpQhhVcRzRC76/cc89GlazThoV1fDxcALkf26IIlRsu/AcTG64f4nR2WPE3Cbd+i/sVf+NCUHrWQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
            "mkdirp": "^1.0.4",
    
            "strip-ansi": "^6.0.1",
            "uuid": "^8.3.2",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "xml": "^1.0.1"
          },
          "dependencies": {
            "mkdirp": {
              "version": "1.0.4",
              "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
              "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
              "dev": true
            },
    
            "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,
              "requires": {
                "ansi-regex": "^5.0.1"
              }
            },
            "uuid": {
              "version": "8.3.2",
              "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
              "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
              "dev": true
            }
          }
        },
        "jest-leak-detector": {
          "version": "28.1.3",
          "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz",
          "integrity": "sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==",
          "dev": true,
          "requires": {
            "jest-get-type": "^28.0.2",
            "pretty-format": "^28.1.3"
          },
          "dependencies": {
            "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==",
              "dev": true
            },
            "jest-get-type": {
              "version": "28.0.2",
              "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
              "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
              "dev": true
            },
            "pretty-format": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
              "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
              "dev": true,
              "requires": {
                "@jest/schemas": "^28.1.3",
                "ansi-regex": "^5.0.1",
                "ansi-styles": "^5.0.0",
                "react-is": "^18.0.0"
              }
            },
            "react-is": {
              "version": "18.2.0",
              "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
              "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
              "dev": true
            }
          }
        },
        "jest-matcher-utils": {
          "version": "28.1.3",
          "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz",
          "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==",
          "dev": true,
          "requires": {
            "chalk": "^4.0.0",
            "jest-diff": "^28.1.3",
            "jest-get-type": "^28.0.2",
            "pretty-format": "^28.1.3"
          },
          "dependencies": {
            "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,
              "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==",
              "dev": true,
              "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==",
              "dev": true,
              "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==",
              "dev": true
            },
            "diff-sequences": {
              "version": "28.1.1",
              "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz",
              "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==",
              "dev": true
            },
            "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
            },
            "jest-diff": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz",
              "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==",
              "dev": true,
              "requires": {
                "chalk": "^4.0.0",
                "diff-sequences": "^28.1.1",
                "jest-get-type": "^28.0.2",
                "pretty-format": "^28.1.3"
              }
            },
            "jest-get-type": {
              "version": "28.0.2",
              "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
              "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
              "dev": true
            },
            "pretty-format": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
              "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
                "@jest/schemas": "^28.1.3",
                "ansi-regex": "^5.0.1",
                "ansi-styles": "^5.0.0",
                "react-is": "^18.0.0"
              },
              "dependencies": {
                "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==",
                  "dev": true
                }
    
            "react-is": {
              "version": "18.2.0",
              "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
              "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true
    
            },
            "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,
              "requires": {
                "has-flag": "^4.0.0"
              }
    
        "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==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@babel/code-frame": "^7.12.13",
            "@jest/types": "^28.1.3",
            "@types/stack-utils": "^2.0.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
            "@jest/types": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
              "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
              "dev": true,
              "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"
              }
            },
            "@types/yargs": {
              "version": "17.0.14",
              "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.14.tgz",
              "integrity": "sha512-9Pj7abXoW1RSTcZaL2Hk6G2XyLMlp5ECdVC/Zf2p/KBjC3srijLGgRAXOBjtFrJoIrvxdTKyKDA14bEcbxBaWw==",
              "dev": true,
              "requires": {
                "@types/yargs-parser": "*"
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "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==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "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==",
              "dev": true,
              "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==",
              "dev": true
            },
    
            "graceful-fs": {
              "version": "4.2.10",
              "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
              "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
              "dev": true
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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
            },
    
            "pretty-format": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
              "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
              "dev": true,
              "requires": {
                "@jest/schemas": "^28.1.3",
                "ansi-regex": "^5.0.1",
                "ansi-styles": "^5.0.0",
                "react-is": "^18.0.0"
              },
              "dependencies": {
                "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==",
                  "dev": true
                }
              }
            },
            "react-is": {
              "version": "18.2.0",
              "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
              "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
              "dev": true
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
    
        "jest-mock": {
          "version": "28.1.3",
          "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz",
          "integrity": "sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@jest/types": "^28.1.3",
            "@types/node": "*"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
            "@jest/types": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
              "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
              "dev": true,
              "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"
              }
            },
            "@types/yargs": {
              "version": "17.0.14",
              "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.14.tgz",
              "integrity": "sha512-9Pj7abXoW1RSTcZaL2Hk6G2XyLMlp5ECdVC/Zf2p/KBjC3srijLGgRAXOBjtFrJoIrvxdTKyKDA14bEcbxBaWw==",
              "dev": true,
              "requires": {
                "@types/yargs-parser": "*"
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "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==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "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==",
              "dev": true,
              "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==",
              "dev": true
            },
            "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
            },
            "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,
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "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==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
        "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==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
        "jest-resolve": {
    
          "version": "28.1.3",
          "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.3.tgz",
          "integrity": "sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
            "chalk": "^4.0.0",
    
            "graceful-fs": "^4.2.9",
            "jest-haste-map": "^28.1.3",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "jest-pnp-resolver": "^1.2.2",
    
            "jest-util": "^28.1.3",
            "jest-validate": "^28.1.3",
            "resolve": "^1.20.0",
            "resolve.exports": "^1.1.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "slash": "^3.0.0"
          },
          "dependencies": {
    
            "@jest/types": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
              "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
              "dev": true,
              "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"
              }
            },
            "@types/yargs": {
              "version": "17.0.14",
              "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.14.tgz",
              "integrity": "sha512-9Pj7abXoW1RSTcZaL2Hk6G2XyLMlp5ECdVC/Zf2p/KBjC3srijLGgRAXOBjtFrJoIrvxdTKyKDA14bEcbxBaWw==",
              "dev": true,
              "requires": {
                "@types/yargs-parser": "*"
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "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==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
    
            "ci-info": {
              "version": "3.7.0",
              "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.0.tgz",
              "integrity": "sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog==",
              "dev": true
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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==",
              "dev": true,
              "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==",
              "dev": true
            },
    
            "graceful-fs": {
              "version": "4.2.10",
              "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
              "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
              "dev": true
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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
            },
    
            "is-core-module": {
              "version": "2.11.0",
              "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
              "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
              "dev": true,
              "requires": {
                "has": "^1.0.3"
              }
            },
            "jest-util": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
              "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
              "dev": true,
              "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"
              }
            },
            "resolve": {
              "version": "1.22.1",
              "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
              "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
              "dev": true,
              "requires": {
                "is-core-module": "^2.9.0",
                "path-parse": "^1.0.7",
                "supports-preserve-symlinks-flag": "^1.0.0"
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "jest-resolve-dependencies": {
    
          "version": "28.1.3",
          "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz",
          "integrity": "sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "jest-regex-util": "^28.0.2",
            "jest-snapshot": "^28.1.3"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
        "jest-runner": {
    
          "version": "28.1.3",
          "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz",
          "integrity": "sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@jest/console": "^28.1.3",
            "@jest/environment": "^28.1.3",
            "@jest/test-result": "^28.1.3",
            "@jest/transform": "^28.1.3",
            "@jest/types": "^28.1.3",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "@types/node": "*",
            "chalk": "^4.0.0",
    
            "emittery": "^0.10.2",
            "graceful-fs": "^4.2.9",
            "jest-docblock": "^28.1.1",
            "jest-environment-node": "^28.1.3",
            "jest-haste-map": "^28.1.3",
            "jest-leak-detector": "^28.1.3",
            "jest-message-util": "^28.1.3",
            "jest-resolve": "^28.1.3",
            "jest-runtime": "^28.1.3",
            "jest-util": "^28.1.3",
            "jest-watcher": "^28.1.3",
            "jest-worker": "^28.1.3",
            "p-limit": "^3.1.0",
            "source-map-support": "0.5.13"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
            "@jest/types": {
              "version": "28.1.3",
              "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
              "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
              "dev": true,
              "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"
              }
            },
            "@types/yargs": {
              "version": "17.0.14",
              "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.14.tgz",
              "integrity": "sha512-9Pj7abXoW1RSTcZaL2Hk6G2XyLMlp5ECdVC/Zf2p/KBjC3srijLGgRAXOBjtFrJoIrvxdTKyKDA14bEcbxBaWw==",
              "dev": true,
              "requires": {
                "@types/yargs-parser": "*"
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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,
              "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==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },