{
  "_from": "jest@24.7.1",
  "_id": "jest@24.7.1",
  "_inBundle": false,
  "_integrity": "sha512-AbvRar5r++izmqo5gdbAjTeA6uNRGoNRuj5vHB0OnDXo2DXWZJVuaObiGgtlvhKb+cWy2oYbQSfxv7Q7GjnAtA==",
  "_location": "/jest",
  "_phantomChildren": {
    "@jest/core": "24.9.0",
    "@jest/test-result": "24.9.0",
    "@jest/types": "24.9.0",
    "chalk": "2.4.2",
    "exit": "0.1.2",
    "import-local": "2.0.0",
    "is-ci": "2.0.0",
    "jest-config": "24.9.0",
    "jest-util": "24.9.0",
    "jest-validate": "24.9.0",
    "prompts": "2.3.0",
    "realpath-native": "1.1.0",
    "yargs": "13.3.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jest@24.7.1",
    "name": "jest",
    "escapedName": "jest",
    "rawSpec": "24.7.1",
    "saveSpec": null,
    "fetchSpec": "24.7.1"
  },
  "_requiredBy": [
    "/react-scripts"
  ],
  "_resolved": "https://registry.npmjs.org/jest/-/jest-24.7.1.tgz",
  "_shasum": "0d94331cf510c75893ee32f87d7321d5bf8f2501",
  "_spec": "jest@24.7.1",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/react-scripts",
  "bin": {
    "jest": "./bin/jest.js"
  },
  "bugs": {
    "url": "https://github.com/facebook/jest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "import-local": "^2.0.0",
    "jest-cli": "^24.7.1"
  },
  "deprecated": false,
  "description": "Delightful JavaScript Testing.",
  "engines": {
    "node": ">= 6"
  },
  "gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280",
  "homepage": "https://jestjs.io/",
  "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"
  ],
  "license": "MIT",
  "main": "build/jest.js",
  "name": "jest",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/jest.git"
  },
  "types": "build/jest.d.ts",
  "version": "24.7.1"
}