{
  "_args": [
    [
      "lcov-parse@0.0.10",
      "/Users/donviszneki/bs-ajv"
    ]
  ],
  "_development": true,
  "_from": "lcov-parse@0.0.10",
  "_id": "lcov-parse@0.0.10",
  "_inBundle": false,
  "_integrity": "sha1-GwuP+ayceIklBYK3C3ExXZ2m2aM=",
  "_location": "/lcov-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "lcov-parse@0.0.10",
    "name": "lcov-parse",
    "escapedName": "lcov-parse",
    "rawSpec": "0.0.10",
    "saveSpec": null,
    "fetchSpec": "0.0.10"
  },
  "_requiredBy": [
    "/coveralls"
  ],
  "_resolved": "https://registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.10.tgz",
  "_spec": "0.0.10",
  "_where": "/Users/donviszneki/bs-ajv",
  "author": {
    "name": "Dav Glass",
    "email": "davglass@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/davglass/lcov-parse/issues"
  },
  "contributors": [
    {
      "name": "Alan Gutierrez",
      "email": "alan@prettyrobots.com"
    },
    {
      "name": "Gerard Escalante",
      "email": "gerard@saygo.ca"
    }
  ],
  "description": "Parse lcov results files and return JSON",
  "devDependencies": {
    "istanbul": "^0.2.10",
    "jshint": "^2.5.1",
    "vows": "*",
    "yui-lint": "~0.1.1"
  },
  "homepage": "https://github.com/davglass/lcov-parse#readme",
  "license": "BSD-3-Clause",
  "main": "./lib/index",
  "name": "lcov-parse",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/davglass/lcov-parse.git"
  },
  "scripts": {
    "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/",
    "test": "istanbul cover --print both ./node_modules/vows/bin/vows -- --spec ./tests/*.js"
  },
  "tags": [
    "lcov",
    "json",
    "coverage",
    "parser"
  ],
  "version": "0.0.10"
}
