find-node-modules
Version:
Return an array of all parent node_modules directories
86 lines (85 loc) • 2 kB
JSON
{
"_args": [
[
"compare-func@1.3.2",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "compare-func@1.3.2",
"_id": "compare-func@1.3.2",
"_inBundle": false,
"_integrity": "sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=",
"_location": "/compare-func",
"_phantomChildren": {
"is-obj": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "compare-func@1.3.2",
"name": "compare-func",
"escapedName": "compare-func",
"rawSpec": "1.3.2",
"saveSpec": null,
"fetchSpec": "1.3.2"
},
"_requiredBy": [
"/conventional-changelog-angular",
"/conventional-changelog-writer"
],
"_resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
"_spec": "1.3.2",
"_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/compare-func/issues"
},
"dependencies": {
"array-ify": "^1.0.0",
"dot-prop": "^3.0.0"
},
"description": "Get a compare function for array to sort",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.4.4",
"jscs": "^3.0.5",
"jshint": "^2.7.0",
"mocha": "*"
},
"files": [
"index.js"
],
"homepage": "https://github.com/stevemao/compare-func",
"keywords": [
"compare-func",
"arr",
"array",
"by",
"compare",
"dot",
"get",
"obj",
"object",
"prop",
"property",
"sort",
"sorting"
],
"license": "MIT",
"name": "compare-func",
"repository": {
"type": "git",
"url": "git+https://github.com/stevemao/compare-func.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.3.2"
}