find-node-modules
Version:
Return an array of all parent node_modules directories
110 lines (109 loc) • 2.88 kB
JSON
{
"_args": [
[
"opt-cli@1.5.1",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "opt-cli@1.5.1",
"_id": "opt-cli@1.5.1",
"_inBundle": false,
"_integrity": "sha1-BNtEexPJa5kusxaFJm9O0NlzbcI=",
"_location": "/opt-cli",
"_phantomChildren": {
"graceful-readlink": "1.0.1",
"lodash._baseclone": "4.5.7"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "opt-cli@1.5.1",
"name": "opt-cli",
"escapedName": "opt-cli",
"rawSpec": "1.5.1",
"saveSpec": null,
"fetchSpec": "1.5.1"
},
"_requiredBy": [
"/ghooks"
],
"_resolved": "https://registry.npmjs.org/opt-cli/-/opt-cli-1.5.1.tgz",
"_spec": "1.5.1",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Andreas Windt",
"email": "email@andreaswindt.com",
"url": "http://andreaswindt.com"
},
"bin": {
"opt": "bin/index.js"
},
"bugs": {
"url": "https://github.com/ta2edchimp/opt-cli/issues"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg",
"pre-commit": "npm run validate"
},
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"commander": "2.9.0",
"lodash.clone": "4.3.2",
"manage-path": "2.0.0",
"spawn-command": "0.0.2-1"
},
"description": "Execute CLI Statements based upon Opt-In / Opt-Out Rules.",
"devDependencies": {
"all-contributors-cli": "3.0.5",
"ava": "0.15.2",
"codecov": "1.0.1",
"commitizen": "2.8.2",
"cz-conventional-changelog": "1.1.6",
"eslint": "2.13.1",
"eslint-config-idiomatic": "2.1.0",
"eslint-config-ta2edchimp": "1.1.1",
"ghooks": "1.2.4",
"npm-run-all": "2.2.2",
"nyc": "6.6.1",
"proxyquire": "1.7.9",
"semantic-release": "4.3.5",
"validate-commit-msg": "2.6.1"
},
"homepage": "https://github.com/ta2edchimp/opt-cli#readme",
"keywords": [
"executer",
"cli",
"opt-in",
"opt-out"
],
"license": "MIT",
"main": "lib/index.js",
"name": "opt-cli",
"nyc": {
"include": [
"bin/**/*",
"lib/**/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ta2edchimp/opt-cli.git"
},
"scripts": {
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"commit": "git-cz",
"cover": "nyc --all --reporter=lcov --reporter=text ava",
"lint": "eslint .",
"report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "ava",
"update-contributors": "all-contributors generate",
"validate": "npm-run-all --parallel lint cover --sequential check-coverage"
},
"version": "1.5.1"
}