find-node-modules
Version:
Return an array of all parent node_modules directories
83 lines (82 loc) • 1.98 kB
JSON
{
"_args": [
[
"aggregate-error@3.0.0",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "aggregate-error@3.0.0",
"_id": "aggregate-error@3.0.0",
"_inBundle": false,
"_integrity": "sha512-yKD9kEoJIR+2IFqhMwayIBgheLYbB3PS2OBhWae1L/ODTd/JF/30cW0bc9TqzRL3k4U41Dieu3BF4I29p8xesA==",
"_location": "/aggregate-error",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "aggregate-error@3.0.0",
"name": "aggregate-error",
"escapedName": "aggregate-error",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/@semantic-release/github",
"/@semantic-release/npm",
"/istanbul-lib-processinfo/p-map",
"/nyc/p-map",
"/semantic-release"
],
"_resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/aggregate-error/issues"
},
"dependencies": {
"clean-stack": "^2.0.0",
"indent-string": "^3.2.0"
},
"description": "Create an error from multiple errors",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/aggregate-error#readme",
"keywords": [
"aggregate",
"error",
"err",
"combine",
"multiple",
"many",
"collection",
"iterable",
"iterator"
],
"license": "MIT",
"name": "aggregate-error",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/aggregate-error.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.0"
}