{
  "_args": [
    [
      "coveralls@^2.11.2",
      "/usr/share/npm/node_modules/tap"
    ]
  ],
  "_from": "coveralls@>=2.11.2 <3.0.0",
  "_id": "coveralls@2.13.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/coveralls",
  "_nodeVersion": "6.9.4",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/coveralls-2.13.1.tgz_1493324463237_0.9315820613410324"
  },
  "_npmUser": {
    "email": "n@mer.fm",
    "name": "nickmerwin"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {
    "argparse": "1.0.9",
    "asynckit": "0.4.0",
    "aws4": "1.6.0",
    "boom": "2.10.1",
    "chalk": "1.1.3",
    "commander": "2.11.0",
    "cryptiles": "2.0.5",
    "extend": "3.0.1",
    "forever-agent": "0.6.1",
    "hoek": "2.16.3",
    "is-my-json-valid": "2.16.0",
    "is-typedarray": "1.0.0",
    "isstream": "0.1.2",
    "json-stringify-safe": "5.0.1",
    "jsprim": "1.4.0",
    "pinkie-promise": "2.0.1",
    "sntp": "1.0.9",
    "sshpk": "1.13.1",
    "stringstream": "0.0.5",
    "tough-cookie": "2.3.2",
    "tunnel-agent": "0.4.3"
  },
  "_requested": {
    "name": "coveralls",
    "raw": "coveralls@^2.11.2",
    "rawSpec": "^2.11.2",
    "scope": null,
    "spec": ">=2.11.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npmjs.org/coveralls/-/coveralls-2.13.1.tgz",
  "_shasum": "d70bb9acc1835ec4f063ff9dac5423c17b11f178",
  "_shrinkwrap": null,
  "_spec": "coveralls@^2.11.2",
  "_where": "/usr/share/npm/node_modules/tap",
  "author": {
    "name": "Gregg Caines"
  },
  "bin": {
    "coveralls": "./bin/coveralls.js"
  },
  "bugs": {
    "url": "https://github.com/nickmerwin/node-coveralls/issues"
  },
  "contributors": [
    {
      "name": "Gregg Caines",
      "email": "gregg@caines.ca",
      "url": "http://caines.ca"
    },
    {
      "name": "Joshua Ma",
      "email": "github@joshma.com",
      "url": "http://joshma.com"
    },
    {
      "name": "Alan Gutierrez",
      "email": "alan@prettyrobots.com",
      "url": "http://www.prettyrobots.com/"
    },
    {
      "name": "Kir Belevich",
      "url": "https://github.com/svg"
    },
    {
      "name": "elliotcable",
      "email": "github@elliottcable.name",
      "url": "http://elliottcable.name/"
    },
    {
      "name": "Slotos",
      "email": "slotos@gmail.com",
      "url": "http://slotos.net"
    },
    {
      "name": "mattjmorrison",
      "email": "mattjmorrison@mattjmorrison.com",
      "url": "http://mattjmorrison.com"
    },
    {
      "name": "Arpad Borsos",
      "email": "arpad.borsos@googlemail.com",
      "url": "http://swatinem.de/"
    },
    {
      "name": "Adam Moss",
      "url": "https://github.com/adam-moss"
    }
  ],
  "dependencies": {
    "js-yaml": "3.6.1",
    "lcov-parse": "0.0.10",
    "log-driver": "1.2.5",
    "minimist": "1.2.0",
    "request": "2.79.0"
  },
  "description": "takes json-cov output into stdin and POSTs to coveralls.io",
  "devDependencies": {
    "istanbul": "0.4.5",
    "jshint": "2.9.3",
    "mocha": "3.2.0",
    "mocha-lcov-reporter": "1.2.0",
    "should": "9.0.2",
    "sinon-restore": "1.0.1",
    "snyk": "1.23.3"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "d70bb9acc1835ec4f063ff9dac5423c17b11f178",
    "tarball": "https://registry.npmjs.org/coveralls/-/coveralls-2.13.1.tgz"
  },
  "engines": {
    "node": ">=0.8.6"
  },
  "gitHead": "b9032a18bd8d7fba7eaa0924a77e810ec4d0935a",
  "homepage": "https://github.com/nickmerwin/node-coveralls#readme",
  "keywords": [
    "coverage",
    "coveralls"
  ],
  "license": "BSD-2-Clause",
  "main": "index.js",
  "maintainers": [
    {
      "name": "cainus",
      "email": "gregg@caines.ca"
    },
    {
      "name": "nickmerwin",
      "email": "n@mer.fm"
    }
  ],
  "name": "coveralls",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/nickmerwin/node-coveralls.git"
  },
  "scripts": {
    "test": "snyk test && make test"
  },
  "version": "2.13.1"
}
