{
  "name": "@jest/test-result",
  "version": "27.2.2",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/jest.git",
    "directory": "packages/jest-test-result"
  },
  "license": "MIT",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "exports": {
    ".": "./build/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@jest/console": "^27.2.2",
    "@jest/types": "^27.1.1",
    "@types/istanbul-lib-coverage": "^2.0.0",
    "collect-v8-coverage": "^1.0.0"
  },
  "engines": {
    "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed"

,"_resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.2.2.tgz"
,"_integrity": "sha512-yENoDEoWlEFI7l5z7UYyJb/y5Q8RqbPd4neAVhKr6l+vVaQOPKf8V/IseSMJI9+urDUIxgssA7RGNyCRhGjZvw=="
,"_from": "@jest/test-result@27.2.2"
}