find-node-modules
Version:
Return an array of all parent node_modules directories
86 lines (85 loc) • 2.35 kB
JSON
{
"_args": [
[
"cz-conventional-changelog@3.2.0",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_from": "cz-conventional-changelog@3.2.0",
"_id": "cz-conventional-changelog@3.2.0",
"_inBundle": false,
"_integrity": "sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==",
"_location": "/cz-conventional-changelog",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cz-conventional-changelog@3.2.0",
"name": "cz-conventional-changelog",
"escapedName": "cz-conventional-changelog",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Jim Cummins",
"email": "jimthedev@gmail.com"
},
"bugs": {
"url": "https://github.com/commitizen/cz-conventional-changelog/issues"
},
"config": {
"commitizen": {
"path": "./index.js"
}
},
"dependencies": {
"@commitlint/load": ">6.1.1",
"chalk": "^2.4.1",
"commitizen": "^4.0.3",
"conventional-commit-types": "^3.0.0",
"lodash.map": "^4.5.1",
"longest": "^2.0.1",
"word-wrap": "^1.0.3"
},
"description": "Commitizen adapter following the conventional-changelog format.",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"cosmiconfig": "^5.2.1",
"mocha": "^6.2.0",
"mock-require": "^3.0.3",
"prettier": "^1.15.3",
"semantic-release": "^15.13.3",
"semver": "^6.2.0"
},
"engineStrict": true,
"engines": {
"node": ">= 10"
},
"homepage": "https://github.com/commitizen/cz-conventional-changelog",
"license": "MIT",
"main": "index.js",
"name": "cz-conventional-changelog",
"optionalDependencies": {
"@commitlint/load": ">6.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commitizen/cz-conventional-changelog.git"
},
"scripts": {
"commit": "git-cz",
"format": "prettier --write *.js",
"semantic-release": "semantic-release",
"test": "mocha *.test.js"
},
"version": "3.2.0"
}