package.json 3.76 KB
{
  "_from": "nyc@^14.1.1",
  "_id": "nyc@14.1.1",
  "_inBundle": false,
  "_integrity": "sha1-FR1kpqn59ZCKG3MjOTHkoKMHXus=",
  "_location": "/nyc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nyc@^14.1.1",
    "name": "nyc",
    "escapedName": "nyc",
    "rawSpec": "^14.1.1",
    "saveSpec": null,
    "fetchSpec": "^14.1.1"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npm.taobao.org/nyc/download/nyc-14.1.1.tgz",
  "_shasum": "151d64a6a9f9f5908a1b73233931e4a0a3075eeb",
  "_spec": "nyc@^14.1.1",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "bin": {
    "nyc": "bin/nyc.js"
  },
  "bugs": {
    "url": "https://github.com/istanbuljs/nyc/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Isaac Schlueter"
    },
    {
      "name": "Mark Wubben"
    },
    {
      "name": "James Talmage"
    },
    {
      "name": "Krishnan Anantheswaran"
    }
  ],
  "dependencies": {
    "archy": "^1.0.0",
    "caching-transform": "^3.0.2",
    "convert-source-map": "^1.6.0",
    "cp-file": "^6.2.0",
    "find-cache-dir": "^2.1.0",
    "find-up": "^3.0.0",
    "foreground-child": "^1.5.6",
    "glob": "^7.1.3",
    "istanbul-lib-coverage": "^2.0.5",
    "istanbul-lib-hook": "^2.0.7",
    "istanbul-lib-instrument": "^3.3.0",
    "istanbul-lib-report": "^2.0.8",
    "istanbul-lib-source-maps": "^3.0.6",
    "istanbul-reports": "^2.2.4",
    "js-yaml": "^3.13.1",
    "make-dir": "^2.1.0",
    "merge-source-map": "^1.1.0",
    "resolve-from": "^4.0.0",
    "rimraf": "^2.6.3",
    "signal-exit": "^3.0.2",
    "spawn-wrap": "^1.4.2",
    "test-exclude": "^5.2.3",
    "uuid": "^3.3.2",
    "yargs": "^13.2.2",
    "yargs-parser": "^13.0.0"
  },
  "deprecated": false,
  "description": "the Istanbul command line interface",
  "devDependencies": {
    "any-path": "^1.3.0",
    "chai": "^4.2.0",
    "coveralls": "^3.0.3",
    "cross-env": "^5.2.0",
    "is-windows": "^1.0.2",
    "lodash": "^4.17.11",
    "newline-regex": "^0.2.1",
    "pify": "^4.0.1",
    "requirejs": "^2.3.6",
    "sanitize-filename": "^1.6.1",
    "source-map-support": "^0.5.12",
    "standard": "^12.0.1",
    "standard-version": "^5.0.2",
    "strip-indent": "^2.0.0",
    "tap": "^12.6.5",
    "which": "^1.3.1",
    "zero-fill": "^2.2.3"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "bin/*.js",
    "lib/**/*.js"
  ],
  "homepage": "https://github.com/istanbuljs/nyc#readme",
  "keywords": [
    "coverage",
    "reporter",
    "subprocess",
    "testing"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "nyc",
  "nyc": {
    "exclude": [
      "node_modules",
      "coverage",
      "self-coverage",
      "test/fixtures/coverage.js",
      "test/build/*",
      "test/src/*",
      "test/nyc.js",
      "test/process-args.js",
      "test/fixtures/_generateCoverage.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/istanbuljs/nyc.git"
  },
  "scripts": {
    "clean": "rimraf ./.nyc_output ./node_modules/.cache ./.self_coverage ./test/fixtures/.nyc_output ./test/fixtures/node_modules/.cache ./self-coverage",
    "instrument": "node ./build-self-coverage.js",
    "lint": "standard",
    "posttest": "npm run report",
    "pretest": "npm run lint && npm run clean && npm run instrument",
    "release": "standard-version",
    "report": "node ./bin/nyc report --temp-dir ./.self_coverage/ -r text -r lcov",
    "snap": "cross-env TAP_SNAPSHOT=1 npm test",
    "test": "tap -t360 --no-cov -b test/*.js"
  },
  "standard": {
    "ignore": [
      "**/fixtures/**",
      "**/test/build/*"
    ]
  },
  "version": "14.1.1"
}