find-node-modules
Version:
Return an array of all parent node_modules directories
67 lines (66 loc) • 1.8 kB
JSON
{
"_args": [
[
"process-on-spawn@1.0.0",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "process-on-spawn@1.0.0",
"_id": "process-on-spawn@1.0.0",
"_inBundle": false,
"_integrity": "sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg==",
"_location": "/process-on-spawn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "process-on-spawn@1.0.0",
"name": "process-on-spawn",
"escapedName": "process-on-spawn",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/node-preload",
"/nyc"
],
"_resolved": "https://registry.npmjs.org/process-on-spawn/-/process-on-spawn-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Corey Farrell"
},
"bugs": {
"url": "https://github.com/cfware/process-on-spawn/issues"
},
"dependencies": {
"fromentries": "^1.2.0"
},
"description": "Execute callbacks when child processes are spawned",
"devDependencies": {
"nyc": "^15.0.0-beta.3",
"standard-version": "^7.0.0",
"tap-mocha-reporter": "^5.0.0",
"tape": "^4.11.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/cfware/process-on-spawn#readme",
"license": "MIT",
"name": "process-on-spawn",
"repository": {
"type": "git",
"url": "git+https://github.com/cfware/process-on-spawn.git"
},
"scripts": {
"posttest": "nyc report --check-coverage",
"pretest": "xo",
"release": "standard-version --sign",
"test": "nyc --silent tape test/*.js | tap-mocha-reporter classic"
},
"version": "1.0.0"
}