{
  "manifest": {
    "name": "jest",
    "description": "Delightful JavaScript Testing.",
    "version": "27.5.1",
    "main": "./build/jest.js",
    "types": "./build/jest.d.ts",
    "exports": {
      ".": {
        "types": "./build/jest.d.ts",
        "default": "./build/jest.js"
      },
      "./package.json": "./package.json",
      "./bin/jest": "./bin/jest.js"
    },
    "dependencies": {
      "@jest/core": "^27.5.1",
      "import-local": "^3.0.2",
      "jest-cli": "^27.5.1"
    },
    "peerDependencies": {
      "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
    },
    "peerDependenciesMeta": {
      "node-notifier": {
        "optional": true
      }
    },
    "bin": {
      "jest": "bin/jest.js"
    },
    "engines": {
      "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/facebook/jest"
    },
    "homepage": "https://jestjs.io/",
    "license": "MIT",
    "keywords": [
      "ava",
      "babel",
      "coverage",
      "easy",
      "expect",
      "facebook",
      "immersive",
      "instant",
      "jasmine",
      "jest",
      "jsdom",
      "mocha",
      "mocking",
      "painless",
      "qunit",
      "runner",
      "sandboxed",
      "snapshot",
      "tap",
      "tape",
      "test",
      "testing",
      "typescript",
      "watch"
    ],
    "publishConfig": {
      "access": "public"
    },
    "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-jest-27.5.1-dadf33ba70a779be7a6fc33015843b51494f63fc-integrity/node_modules/jest/package.json",
    "readmeFilename": "README.md",
    "readme": "# Jest\n\n🃏 Delightful JavaScript Testing\n\n- **👩🏻‍💻 Developer Ready**: Complete and ready to set-up JavaScript testing solution. Works out of the box for any React project.\n\n- **🏃🏽 Instant Feedback**: Failed tests run first. Fast interactive mode can switch between running all tests or only test files related to changed files.\n\n- **📸 Snapshot Testing**: Jest can [capture snapshots](https://jestjs.io/docs/snapshot-testing) of React trees or other serializable values to simplify UI testing.\n\nRead More: https://jestjs.io/\n",
    "licenseText": "MIT License\n\nCopyright (c) Facebook, Inc. and its affiliates.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/jest/-/jest-27.5.1.tgz#dadf33ba70a779be7a6fc33015843b51494f63fc",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/jest/-/jest-27.5.1.tgz",
    "hash": "dadf33ba70a779be7a6fc33015843b51494f63fc",
    "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
    "registry": "npm",
    "packageName": "jest",
    "cacheIntegrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ== sha1-2t8zunCneb56b8MwFYQ7UUlPY/w="
  },
  "registry": "npm",
  "hash": "dadf33ba70a779be7a6fc33015843b51494f63fc"
}