{
  "_args": [
    [
      {
        "raw": "jest-cli@^12.0.2",
        "scope": null,
        "escapedName": "jest-cli",
        "name": "jest-cli",
        "rawSpec": "^12.0.2",
        "spec": ">=12.0.2 <13.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-serviceworker"
    ]
  ],
  "_from": "jest-cli@>=12.0.2 <13.0.0",
  "_id": "jest-cli@12.1.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/jest-cli",
  "_nodeVersion": "6.0.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/jest-cli-12.1.1.tgz_1464113950299_0.9562564969528466"
  },
  "_npmUser": {
    "name": "cpojer",
    "email": "christoph.pojer@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "jest-cli@^12.0.2",
    "scope": null,
    "escapedName": "jest-cli",
    "name": "jest-cli",
    "rawSpec": "^12.0.2",
    "spec": ">=12.0.2 <13.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-12.1.1.tgz",
  "_shasum": "44436de44c64bd5f91a9141c936605db538526d6",
  "_shrinkwrap": null,
  "_spec": "jest-cli@^12.0.2",
  "_where": "/home/lively4/lively4/lively4-serviceworker",
  "bin": {
    "jest": "./bin/jest.js"
  },
  "bugs": {
    "url": "https://github.com/facebook/jest/issues"
  },
  "dependencies": {
    "chalk": "^1.1.1",
    "cover": "^0.2.9",
    "graceful-fs": "^4.1.3",
    "istanbul": "^0.4.2",
    "jest-changed-files": "^12.1.0",
    "jest-environment-jsdom": "^12.1.0",
    "jest-environment-node": "^12.1.0",
    "jest-haste-map": "^12.1.0",
    "jest-jasmine1": "^12.1.0",
    "jest-jasmine2": "^12.1.0",
    "jest-mock": "^12.1.0",
    "jest-resolve": "^12.1.1",
    "jest-util": "^12.1.0",
    "json-stable-stringify": "^1.0.0",
    "lodash.template": "^4.2.4",
    "optimist": "^0.6.1",
    "sane": "^1.2.0",
    "which": "^1.1.1",
    "worker-farm": "^1.3.1"
  },
  "description": "Painless JavaScript Unit Testing.",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "44436de44c64bd5f91a9141c936605db538526d6",
    "tarball": "https://registry.npmjs.org/jest-cli/-/jest-cli-12.1.1.tgz"
  },
  "engines": {
    "node": ">= 4"
  },
  "homepage": "http://facebook.github.io/jest/",
  "jest": {
    "rootDir": "./src",
    "testPathIgnorePatterns": [
      "/__tests__/[^/]*/.+"
    ],
    "testEnvironment": "jest-environment-node",
    "globals": {
      "CACHE_DIRECTORY": "<rootDir>/../.haste_cache"
    }
  },
  "keywords": [
    "facebook",
    "jest",
    "test",
    "unit",
    "jasmine",
    "mock"
  ],
  "license": "BSD-3-Clause",
  "main": "src/jest.js",
  "maintainers": [
    {
      "name": "cpojer",
      "email": "christoph.pojer@gmail.com"
    },
    {
      "name": "dmitriiabramov",
      "email": "dmitrii@rheia.us"
    },
    {
      "name": "fb",
      "email": "opensource+npm@fb.com"
    },
    {
      "name": "jeffmo",
      "email": "lbljeffmo@gmail.com"
    },
    {
      "name": "kentaromiura",
      "email": "kentaromiura@gmail.com"
    },
    {
      "name": "zpao",
      "email": "paul@oshannessy.com"
    }
  ],
  "name": "jest-cli",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/jest.git"
  },
  "scripts": {
    "jest-cache": "node bin/jest.js",
    "jest-heap-usage": "node bin/jest.js --runInBand --logHeapUsage",
    "jest-in-band": "node bin/jest.js --runInBand",
    "jest-jasmine1": "node bin/jest.js --testRunner=jasmine1",
    "jest-json": "node bin/jest.js --json",
    "jest-no-cache": "node bin/jest.js --no-cache",
    "jest-node-cache": "node bin/jest.js --no-watchman",
    "jest-node-no-cache": "node bin/jest.js --no-watchman --no-cache",
    "jest-verbose": "node bin/jest.js --verbose",
    "lint": "eslint .",
    "test": "./bin/jest.js"
  },
  "version": "12.1.1"
}
