cd3df24919d80811cbab9b119e1121d27fcd40a2.svn-base 3.3 KB
{
  "_from": "coveralls@^3.0.11",
  "_id": "coveralls@3.1.0",
  "_inBundle": false,
  "_integrity": "sha1-E8dU1eei3YtE/lJp4hyjlPtNYVs=",
  "_location": "/coveralls",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "coveralls@^3.0.11",
    "name": "coveralls",
    "escapedName": "coveralls",
    "rawSpec": "^3.0.11",
    "saveSpec": null,
    "fetchSpec": "^3.0.11"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npm.taobao.org/coveralls/download/coveralls-3.1.0.tgz",
  "_shasum": "13c754d5e7a2dd8b44fe5269e21ca394fb4d615b",
  "_spec": "coveralls@^3.0.11",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
  "author": {
    "name": "Gregg Caines"
  },
  "bin": {
    "coveralls": "bin/coveralls.js"
  },
  "bugs": {
    "url": "https://github.com/nickmerwin/node-coveralls/issues"
  },
  "bundleDependencies": false,
  "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.13.1",
    "lcov-parse": "^1.0.0",
    "log-driver": "^1.2.7",
    "minimist": "^1.2.5",
    "request": "^2.88.2"
  },
  "deprecated": false,
  "description": "takes json-cov output into stdin and POSTs to coveralls.io",
  "devDependencies": {
    "jshint": "^2.11.0",
    "mocha": "^6.2.3",
    "nyc": "^14.1.1",
    "should": "^9.0.2",
    "shx": "^0.3.2",
    "sinon": "^7.5.0"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "{bin,lib}/*.js",
    "index.js"
  ],
  "homepage": "https://github.com/nickmerwin/node-coveralls#readme",
  "keywords": [
    "coverage",
    "coveralls"
  ],
  "license": "BSD-2-Clause",
  "main": "index.js",
  "maintainers": [
    {
      "name": "Nick Merwin",
      "email": "nick@coveralls.io",
      "url": "https://coveralls.io"
    }
  ],
  "name": "coveralls",
  "nyc": {
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nickmerwin/node-coveralls.git"
  },
  "scripts": {
    "lint": "jshint ./lib ./test ./index.js",
    "mocha": "_mocha -b -R spec",
    "test": "npm run lint && npm run mocha",
    "test-cov": "nyc npm run mocha",
    "test-coveralls": "nyc npm run mocha && shx cat ./coverage/lcov.info | node ./bin/coveralls.js --verbose"
  },
  "version": "3.1.0"
}