find-node-modules
Version:
Return an array of all parent node_modules directories
82 lines (81 loc) • 2 kB
JSON
{
"_args": [
[
"spawn-wrap@2.0.0",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "spawn-wrap@2.0.0",
"_id": "spawn-wrap@2.0.0",
"_inBundle": false,
"_integrity": "sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==",
"_location": "/spawn-wrap",
"_phantomChildren": {
"isexe": "2.0.0",
"semver": "6.2.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "spawn-wrap@2.0.0",
"name": "spawn-wrap",
"escapedName": "spawn-wrap",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/nyc"
],
"_resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/istanbuljs/spawn-wrap/issues"
},
"dependencies": {
"foreground-child": "^2.0.0",
"is-windows": "^1.0.2",
"make-dir": "^3.0.0",
"rimraf": "^3.0.0",
"signal-exit": "^3.0.2",
"which": "^2.0.1"
},
"description": "Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.",
"devDependencies": {
"standard-version": "^7.1.0",
"tap": "^14.10.5"
},
"engines": {
"node": ">=8"
},
"files": [
"lib/",
"index.js",
"shim.js"
],
"homepage": "https://github.com/istanbuljs/spawn-wrap#readme",
"license": "ISC",
"main": "index.js",
"name": "spawn-wrap",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/spawn-wrap.git"
},
"scripts": {
"clean": "rm -rf ~/.node-spawn-wrap-*",
"release": "standard-version",
"test": "tap"
},
"tap": {
"coverage": false,
"timeout": 240
},
"version": "2.0.0"
}