{ "_from": "nyc@^14.1.0", "_id": "nyc@14.1.1", "_inBundle": false, "_integrity": "sha512-OI0vm6ZGUnoGZv/tLdZ2esSVzDwUC88SNs+6JoSOMVxA+gKMB8Tk7jBwgemLx4O40lhhvZCVw1C+OYLOBOPXWw==", "_location": "/nyc", "_phantomChildren": { "esprima": "4.0.1", "get-caller-file": "2.0.5", "glob": "7.2.3", "p-try": "2.2.0", "pify": "4.0.1", "require-directory": "2.1.1", "require-main-filename": "2.0.0", "set-blocking": "2.0.0", "which-module": "2.0.1" }, "_requested": { "type": "range", "registry": true, "raw": "nyc@^14.1.0", "name": "nyc", "escapedName": "nyc", "rawSpec": "^14.1.0", "saveSpec": null, "fetchSpec": "^14.1.0" }, "_requiredBy": [ "/grunt-simple-nyc" ], "_resolved": "https://registry.npmjs.org/nyc/-/nyc-14.1.1.tgz", "_shasum": "151d64a6a9f9f5908a1b73233931e4a0a3075eeb", "_spec": "nyc@^14.1.0", "_where": "/home/l/plc/node-red/node_modules/grunt-simple-nyc", "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" }