find-node-modules
Version:
Return an array of all parent node_modules directories
168 lines (167 loc) • 4.16 kB
JSON
{
"_args": [
[
"nyc@15.0.1",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "nyc@15.0.1",
"_id": "nyc@15.0.1",
"_inBundle": false,
"_integrity": "sha512-n0MBXYBYRqa67IVt62qW1r/d9UH/Qtr7SF1w/nQLJ9KxvWF6b2xCHImRAixHN9tnMMYHC2P14uo6KddNGwMgGg==",
"_location": "/nyc",
"_phantomChildren": {
"@babel/helper-validator-identifier": "7.9.0",
"@istanbuljs/schema": "0.1.2",
"@types/color-name": "1.1.1",
"aggregate-error": "3.0.0",
"camelcase": "5.3.1",
"chalk": "2.4.2",
"commondir": "1.0.1",
"decamelize": "1.2.0",
"fs.realpath": "1.0.0",
"gensync": "1.0.0-beta.1",
"get-caller-file": "2.0.5",
"globals": "11.7.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"jsesc": "2.5.1",
"lodash": "4.17.15",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1",
"pkg-dir": "4.2.0",
"require-directory": "2.1.1",
"require-main-filename": "2.0.0",
"resolve": "1.5.0",
"safe-buffer": "5.1.1",
"semver": "6.2.0",
"set-blocking": "2.0.0",
"source-map": "0.5.7",
"to-fast-properties": "2.0.0",
"which-module": "2.0.0",
"y18n": "4.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "nyc@15.0.1",
"name": "nyc",
"escapedName": "nyc",
"rawSpec": "15.0.1",
"saveSpec": null,
"fetchSpec": "15.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/nyc/-/nyc-15.0.1.tgz",
"_spec": "15.0.1",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
},
"bin": {
"nyc": "bin/nyc.js"
},
"bugs": {
"url": "https://github.com/istanbuljs/nyc/issues"
},
"contributors": [
{
"name": "Isaac Schlueter"
},
{
"name": "Mark Wubben"
},
{
"name": "James Talmage"
},
{
"name": "Krishnan Anantheswaran"
}
],
"dependencies": {
"@istanbuljs/load-nyc-config": "^1.0.0",
"@istanbuljs/schema": "^0.1.2",
"caching-transform": "^4.0.0",
"convert-source-map": "^1.7.0",
"decamelize": "^1.2.0",
"find-cache-dir": "^3.2.0",
"find-up": "^4.1.0",
"foreground-child": "^2.0.0",
"glob": "^7.1.6",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-hook": "^3.0.0",
"istanbul-lib-instrument": "^4.0.0",
"istanbul-lib-processinfo": "^2.0.2",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.0",
"istanbul-reports": "^3.0.2",
"make-dir": "^3.0.0",
"node-preload": "^0.2.1",
"p-map": "^3.0.0",
"process-on-spawn": "^1.0.0",
"resolve-from": "^5.0.0",
"rimraf": "^3.0.0",
"signal-exit": "^3.0.2",
"spawn-wrap": "^2.0.0",
"test-exclude": "^6.0.0",
"yargs": "^15.0.2"
},
"description": "the Istanbul command line interface",
"devDependencies": {
"any-path": "^1.3.0",
"coveralls": "^3.0.9",
"is-windows": "^1.0.2",
"requirejs": "^2.3.6",
"source-map-support": "^0.5.16",
"standard": "^14.3.1",
"standard-version": "^7.0.1",
"tap": "^14.10.5",
"which": "^2.0.2"
},
"engines": {
"node": ">=8.9"
},
"files": [
"index.js",
"bin/*.js",
"lib/**/*.js"
],
"homepage": "https://istanbul.js.org/",
"keywords": [
"coverage",
"reporter",
"subprocess",
"testing"
],
"license": "ISC",
"main": "index.js",
"name": "nyc",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/nyc.git"
},
"scripts": {
"clean": "node ./npm-run-clean.js",
"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": "npm test -- --snapshot",
"test": "tap"
},
"standard": {
"ignore": [
"/tap-snapshots/",
"**/fixtures/**",
"**/test/build/*"
]
},
"version": "15.0.1"
}