package.json 1.96 KB
{
  "_from": "lcov-parse@^1.0.0",
  "_id": "lcov-parse@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-6w1GtUER68VhrLTECO+TY73I9+A=",
  "_location": "/lcov-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "lcov-parse@^1.0.0",
    "name": "lcov-parse",
    "escapedName": "lcov-parse",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/coveralls"
  ],
  "_resolved": "https://registry.npm.taobao.org/lcov-parse/download/lcov-parse-1.0.0.tgz",
  "_shasum": "eb0d46b54111ebc561acb4c408ef9363bdc8f7e0",
  "_spec": "lcov-parse@^1.0.0",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\coveralls",
  "author": {
    "name": "Dav Glass",
    "email": "davglass@gmail.com"
  },
  "bin": {
    "lcov-parse": "bin/cli.js"
  },
  "bugs": {
    "url": "http://github.com/davglass/lcov-parse/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Alan Gutierrez",
      "email": "alan@prettyrobots.com"
    },
    {
      "name": "Gerard Escalante",
      "email": "gerard@saygo.ca"
    },
    {
      "name": "Daniel Howe",
      "email": "dhowe@swipeclock.com"
    }
  ],
  "deprecated": false,
  "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": "1.0.0"
}