Skip to content
Snippets Groups Projects
package-lock.json 717 KiB
Newer Older
  • Learn to ignore specific revisions
  •     },
        "node_modules/jest-config": {
          "version": "27.5.1",
          "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
          "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@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"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          },
          "peerDependencies": {
            "ts-node": ">=9.0.0"
          },
          "peerDependenciesMeta": {
            "ts-node": {
              "optional": true
            }
          }
        },
        "node_modules/jest-config/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
          "engines": {
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
          }
        },
        "node_modules/jest-config/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
        },
        "node_modules/jest-config/node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-name": "~1.1.4"
          },
          "engines": {
            "node": ">=7.0.0"
          }
        },
        "node_modules/jest-config/node_modules/color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
          "dev": true
    
        },
        "node_modules/jest-config/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-config/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-diff": {
          "version": "27.5.1",
          "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
          "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "chalk": "^4.0.0",
            "diff-sequences": "^27.5.1",
            "jest-get-type": "^27.5.1",
            "pretty-format": "^27.5.1"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-diff/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
          "engines": {
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
          }
        },
        "node_modules/jest-diff/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
        },
        "node_modules/jest-diff/node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-name": "~1.1.4"
          },
          "engines": {
            "node": ">=7.0.0"
          }
        },
        "node_modules/jest-diff/node_modules/color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
          "dev": true
    
        },
        "node_modules/jest-diff/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-diff/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-docblock": {
          "version": "27.5.1",
          "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
          "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "detect-newline": "^3.0.0"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@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"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-each/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
          "engines": {
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
          }
        },
        "node_modules/jest-each/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
        },
        "node_modules/jest-each/node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-name": "~1.1.4"
          },
          "engines": {
            "node": ">=7.0.0"
          }
        },
        "node_modules/jest-each/node_modules/color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
          "dev": true
    
        },
        "node_modules/jest-each/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-each/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-environment-jsdom": {
          "version": "27.5.1",
          "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
          "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@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",
            "jsdom": "^16.6.0"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@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"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-get-type": {
          "version": "27.5.1",
          "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
          "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-haste-map": {
          "version": "27.5.1",
          "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
          "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@jest/types": "^27.5.1",
            "@types/graceful-fs": "^4.1.2",
            "@types/node": "*",
            "anymatch": "^3.0.3",
            "fb-watchman": "^2.0.0",
            "graceful-fs": "^4.2.9",
            "jest-regex-util": "^27.5.1",
            "jest-serializer": "^27.5.1",
            "jest-util": "^27.5.1",
            "jest-worker": "^27.5.1",
            "micromatch": "^4.0.4",
            "walker": "^1.0.7"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          },
          "optionalDependencies": {
            "fsevents": "^2.3.2"
          }
        },
        "node_modules/jest-jasmine2": {
          "version": "27.5.1",
          "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
          "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@jest/environment": "^27.5.1",
            "@jest/source-map": "^27.5.1",
            "@jest/test-result": "^27.5.1",
            "@jest/types": "^27.5.1",
            "@types/node": "*",
            "chalk": "^4.0.0",
            "co": "^4.6.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",
            "throat": "^6.0.1"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-jasmine2/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
          "engines": {
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
          }
        },
        "node_modules/jest-jasmine2/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
        },
        "node_modules/jest-jasmine2/node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-name": "~1.1.4"
          },
          "engines": {
            "node": ">=7.0.0"
          }
        },
        "node_modules/jest-jasmine2/node_modules/color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
          "dev": true
    
        },
        "node_modules/jest-jasmine2/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-jasmine2/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "jest-get-type": "^27.5.1",
            "pretty-format": "^27.5.1"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "chalk": "^4.0.0",
            "jest-diff": "^27.5.1",
            "jest-get-type": "^27.5.1",
            "pretty-format": "^27.5.1"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
          "engines": {
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
          }
        },
        "node_modules/jest-matcher-utils/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
        },
        "node_modules/jest-matcher-utils/node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-name": "~1.1.4"
          },
          "engines": {
            "node": ">=7.0.0"
          }
        },
        "node_modules/jest-matcher-utils/node_modules/color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
          "dev": true
    
        },
        "node_modules/jest-matcher-utils/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-matcher-utils/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@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"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-message-util/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
          "engines": {
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
          }
        },
        "node_modules/jest-message-util/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
        },
        "node_modules/jest-message-util/node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-name": "~1.1.4"
          },
          "engines": {
            "node": ">=7.0.0"
          }
        },
        "node_modules/jest-message-util/node_modules/color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
          "dev": true
    
        },
        "node_modules/jest-message-util/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-message-util/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-mock": {
          "version": "27.5.1",
          "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
          "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@jest/types": "^27.5.1",
            "@types/node": "*"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-pnp-resolver": {
          "version": "1.2.3",
          "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
          "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=6"
          },
          "peerDependencies": {
            "jest-resolve": "*"
          },
          "peerDependenciesMeta": {
            "jest-resolve": {
              "optional": true
            }
          }
        },
        "node_modules/jest-regex-util": {
          "version": "27.5.1",
          "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
          "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-resolve": {
          "version": "27.5.1",
          "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
          "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@jest/types": "^27.5.1",
            "chalk": "^4.0.0",
            "graceful-fs": "^4.2.9",
            "jest-haste-map": "^27.5.1",
            "jest-pnp-resolver": "^1.2.2",
            "jest-util": "^27.5.1",
            "jest-validate": "^27.5.1",
            "resolve": "^1.20.0",
            "resolve.exports": "^1.1.0",
            "slash": "^3.0.0"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@jest/types": "^27.5.1",
            "jest-regex-util": "^27.5.1",
            "jest-snapshot": "^27.5.1"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-resolve/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
          "engines": {
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
          }
        },
        "node_modules/jest-resolve/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
        },
        "node_modules/jest-resolve/node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-name": "~1.1.4"
          },
          "engines": {
            "node": ">=7.0.0"
          }
        },
        "node_modules/jest-resolve/node_modules/color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
          "dev": true
    
        },
        "node_modules/jest-resolve/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-resolve/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@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"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-runner/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
          "engines": {
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
          }
        },
        "node_modules/jest-runner/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
        },
        "node_modules/jest-runner/node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-name": "~1.1.4"
          },
          "engines": {
            "node": ">=7.0.0"
          }
        },
        "node_modules/jest-runner/node_modules/color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
          "dev": true
    
        },
        "node_modules/jest-runner/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-runner/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "@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"
          },
          "engines": {
            "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
          }
        },
        "node_modules/jest-runtime/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-convert": "^2.0.1"
          },
          "engines": {
            "node": ">=8"
          },
          "funding": {
            "url": "https://github.com/chalk/ansi-styles?sponsor=1"
          }
        },
        "node_modules/jest-runtime/node_modules/chalk": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
          "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          },
          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/chalk?sponsor=1"
          }
        },
        "node_modules/jest-runtime/node_modules/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==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "color-name": "~1.1.4"
          },
          "engines": {
            "node": ">=7.0.0"
          }
        },
        "node_modules/jest-runtime/node_modules/color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    
    Gwangbin's avatar
    Gwangbin committed
          "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
          "dev": true
    
        },
        "node_modules/jest-runtime/node_modules/has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/jest-runtime/node_modules/supports-color": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
          "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    
    Gwangbin's avatar
    Gwangbin committed
          "dev": true,
    
          "dependencies": {
            "has-flag": "^4.0.0"
          },
          "engines": {
            "node": ">=8"