find-node-modules
Version:
Return an array of all parent node_modules directories
73 lines (72 loc) • 1.72 kB
JSON
{
"_args": [
[
"array-ify@1.0.0",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "array-ify@1.0.0",
"_id": "array-ify@1.0.0",
"_inBundle": false,
"_integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=",
"_location": "/array-ify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "array-ify@1.0.0",
"name": "array-ify",
"escapedName": "array-ify",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/compare-func"
],
"_resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"bugs": {
"url": "https://github.com/stevemao/array-ify/issues"
},
"description": "Turn anything into an array",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.8",
"jscs": "^1.11.3",
"jshint": "^2.6.3",
"mocha": "*"
},
"files": [
"index.js"
],
"homepage": "https://github.com/stevemao/array-ify",
"keywords": [
"array-ify",
"array",
"arr",
"arrify",
"arrayify",
"convert",
"value"
],
"license": "MIT",
"name": "array-ify",
"repository": {
"type": "git",
"url": "git+https://github.com/stevemao/array-ify.git"
},
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
"lint": "jshint *.js --exclude node_modules && jscs *.js",
"test": "npm run-script lint && mocha"
},
"version": "1.0.0"
}