{
  "_args": [
    [
      {
        "raw": "karma-coveralls@^1.2.1",
        "scope": null,
        "escapedName": "karma-coveralls",
        "name": "karma-coveralls",
        "rawSpec": "^1.2.1",
        "spec": ">=1.2.1 <2.0.0",
        "type": "range"
      },
      "C:\\www\\dallashi\\videojs-record"
    ]
  ],
  "_from": "karma-coveralls@>=1.2.1 <2.0.0",
  "_id": "karma-coveralls@1.2.1",
  "_inCache": true,
  "_location": "/karma-coveralls",
  "_nodeVersion": "7.0.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/karma-coveralls_1.2.1_1524934386898_0.6027111082416943"
  },
  "_npmUser": {
    "name": "caitp",
    "email": "caitpotter88@gmail.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "karma-coveralls@^1.2.1",
    "scope": null,
    "escapedName": "karma-coveralls",
    "name": "karma-coveralls",
    "rawSpec": "^1.2.1",
    "spec": ">=1.2.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/karma-coveralls/-/karma-coveralls-1.2.1.tgz",
  "_shasum": "ed4be9739026371f80d0e9db3971c31f3dc24d41",
  "_shrinkwrap": null,
  "_spec": "karma-coveralls@^1.2.1",
  "_where": "C:\\www\\dallashi\\videojs-record",
  "author": {
    "name": "Caitlin Potter",
    "email": "caitpotter88@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/caitp/karma-coveralls/issues"
  },
  "dependencies": {
    "coveralls": "~3.0.0",
    "lcov-result-merger": "^2.0.0",
    "through2": "^2.0.0",
    "vinyl-fs": "^3.0.2"
  },
  "description": "A karma plugin which uploads coverage reports to coveralls.io",
  "devDependencies": {
    "chai": "^2.1.1",
    "istanbul": "^0.3.5",
    "karma": "^0.12.37",
    "mocha": "^2.1.0",
    "proxyquire": "^1.3.0",
    "sinon": "^1.12.2",
    "sinon-chai": "^2.8.0"
  },
  "directories": {},
  "dist": {
    "shasum": "ed4be9739026371f80d0e9db3971c31f3dc24d41",
    "tarball": "https://registry.npmjs.org/karma-coveralls/-/karma-coveralls-1.2.1.tgz",
    "fileCount": 5,
    "unpackedSize": 9553,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa5KbzCRA9TVsSAnZWagAAw4MP/0lvzm9+S/MBwTFuZeP/\njudAJwbFGkmlkmqtFtw1otyTfIXYvZ2z6vxTBDG8T4YhArrHfIqJjOaJufO4\nkjw3YQqtpCZugZC3Ft1tblHobnF2WjxetcV9endre2/iyFqC+XisYL/MqTiI\nIulv0WDa+Kex2FZB72qZIq9kXaooJyA80UF7P95cd0WAuUaZH9NdPpwa46lr\naO+hcfUwIMMf96+wHQmcrDy5ukqU52LizoTDoLbhgONL8viicuOHNb0h7OLg\nHH9JkRFBrM5vfQxZOCFd1m5IdrJdz4PYxLXn1HeG5RU621b1oOs4n6q2Dlqb\n3uxUBXFMlv3HLbw2mVaEI+F+gfw9zLfflw+rnVgN6zwHL8QTcTyRSAiyZyO/\n6FXYo5+CZbkLxBR6LN3eYF8AqidRf6hkD2IHPoq5vfxWXm8soOOZpW5Y3VqN\nzJedxuelwovnsgsC9/S+VPEHUIunRsms8fXIn0ac58xanvsCT7R4rsNaSY1L\ney8w9pHSszqjoywHGLfdZ5EkLU1RUyOduBAY+b55m4RiiYYPPBUP2SvQ4rB0\ng1T7dF4irGb96xzSL7GmPAvuOOeCogvRm8tCjmhRafxoknR0nmA7RXI9SMGS\nYwfhbdWQ0eZ3o2LG5l/Bg6vOec5va6vdEA1avU9OakHNrGbxMmyu/G6ZyHlc\nuZjW\r\n=nnLY\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "3d14c74871c81435155d729cdce84f0932aae4e8",
  "homepage": "https://github.com/caitp/karma-coveralls",
  "keywords": [
    "karma-plugin",
    "coverage",
    "istanbul",
    "coveralls.io"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "caitp",
      "email": "snowball@defpixel.com"
    }
  ],
  "name": "karma-coveralls",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/caitp/karma-coveralls.git"
  },
  "scripts": {
    "coverage": "istanbul cover --report lcov node_modules/.bin/_mocha test/",
    "test": "mocha test/"
  },
  "version": "1.2.1"
}
