{
  "_args": [
    [
      {
        "raw": "jest-runtime@^23.6.0",
        "scope": null,
        "escapedName": "jest-runtime",
        "name": "jest-runtime",
        "rawSpec": "^23.6.0",
        "spec": ">=23.6.0 <24.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/ojs/node_modules/jest/node_modules/jest-cli"
    ]
  ],
  "_from": "jest-runtime@>=23.6.0 <24.0.0",
  "_hasShrinkwrap": false,
  "_id": "jest-runtime@23.6.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/jest-runtime",
  "_nodeVersion": "8.9.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/jest-runtime_23.6.0_1536583422196_0.24596412658256228"
  },
  "_npmUser": {
    "name": "mjesun",
    "email": "mjesun@hotmail.com"
  },
  "_npmVersion": "5.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "jest-runtime@^23.6.0",
    "scope": null,
    "escapedName": "jest-runtime",
    "name": "jest-runtime",
    "rawSpec": "^23.6.0",
    "spec": ">=23.6.0 <24.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jest-runner",
    "/jest/jest-cli"
  ],
  "_resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-23.6.0.tgz",
  "_shasum": "059e58c8ab445917cd0e0d84ac2ba68de8f23082",
  "_shrinkwrap": null,
  "_spec": "jest-runtime@^23.6.0",
  "_where": "/home/lively4/lively4/ojs/node_modules/jest/node_modules/jest-cli",
  "bin": {
    "jest-runtime": "./bin/jest-runtime.js"
  },
  "bugs": {
    "url": "https://github.com/facebook/jest/issues"
  },
  "dependencies": {
    "babel-core": "^6.0.0",
    "babel-plugin-istanbul": "^4.1.6",
    "chalk": "^2.0.1",
    "convert-source-map": "^1.4.0",
    "exit": "^0.1.2",
    "fast-json-stable-stringify": "^2.0.0",
    "graceful-fs": "^4.1.11",
    "jest-config": "^23.6.0",
    "jest-haste-map": "^23.6.0",
    "jest-message-util": "^23.4.0",
    "jest-regex-util": "^23.3.0",
    "jest-resolve": "^23.6.0",
    "jest-snapshot": "^23.6.0",
    "jest-util": "^23.4.0",
    "jest-validate": "^23.6.0",
    "micromatch": "^2.3.11",
    "realpath-native": "^1.0.0",
    "slash": "^1.0.0",
    "strip-bom": "3.0.0",
    "write-file-atomic": "^2.1.0",
    "yargs": "^11.0.0"
  },
  "devDependencies": {
    "jest-environment-jsdom": "^23.4.0",
    "jest-environment-node": "^23.4.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-ycnLTNPT2Gv+TRhnAYAQ0B3SryEXhhRj1kA6hBPSeZaNQkJ7GbZsxOLUkwg6YmvWGdX3BB3PYKFLDQCAE1zNOw==",
    "shasum": "059e58c8ab445917cd0e0d84ac2ba68de8f23082",
    "tarball": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-23.6.0.tgz",
    "fileCount": 8,
    "unpackedSize": 56764,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJblmb+CRA9TVsSAnZWagAATOgP/0MY4rMOVZx+9ngjvVpz\nPiVQ/E4wBSlm4o8cGOb48opB9Iu0NWACnQT9lmY2cgntpNjb8cqRy/LqJWnd\nGJpvo5BhcwMCc4CCW/4SwRzfZVXVQBqg2D8yyiETMpjSthen3gSPiQe6e9GX\n05YaRJHOXPtYDa1rwrLvHXUVjt6u90YZyzwXz/QwSYZaJzzYXtSxI9stuMUa\n9DktPW+nNByzIWxB5JLyrFSydpCTBqcXyZ3KWPxraRAsL0QpbOe4nVfHGZMk\n9HBvYmwd3QMU1bOrTg+LBEzc5wWzQfrr0PcbZcFuuURQ9RGDWdmOtu6wcKgM\nduBEaV0Hhurf62vwDV2F5qi9RLLomQIR1oSpGNgoKwUN2ZDH8SIjXYy66G/1\n44l36zyJrB+L2mial6rPJJgjnpfvc6V7n5aq7ySN6PiMMv9zLwfPqLspl7CB\nmAuEsGz3BSBGsVaIkjPhZz1qvFqmDZ1fS13qS4piFr1wivTct18jqduTQ1qg\nXmyPmezEuTh6KUMrKkbd6ndbu4VvlnEpSIcOYMv4yB5j4EypvOngZ4gdtPPn\nGPfm1fAh/9DOfd2AE8GYty8tSBnQlNDh0XEW121pL0s5mFs6arjBCOUurnYG\njHKrzjQdun1Q3JZqhCX4NOlPnkyXHhZZRtpmz2WXqEynIQYJJbNioN4B2n6a\nIQNj\r\n=1qFX\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "homepage": "https://github.com/facebook/jest#readme",
  "license": "MIT",
  "main": "build/index.js",
  "maintainers": [
    {
      "name": "aaronabramov",
      "email": "aaron@abramov.io"
    },
    {
      "name": "cpojer",
      "email": "christoph.pojer@gmail.com"
    },
    {
      "name": "fb",
      "email": "opensource+npm@fb.com"
    },
    {
      "name": "jeanlauliac",
      "email": "jean@lauliac.com"
    },
    {
      "name": "mjesun",
      "email": "mjesun@hotmail.com"
    }
  ],
  "name": "jest-runtime",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/jest.git"
  },
  "version": "23.6.0"
}
