File: //data/wpp-docker/node_modules/commitizen/package.json
{
"_from": "commitizen@^4.0.3",
"_id": "commitizen@4.2.4",
"_inBundle": false,
"_integrity": "sha512-LlZChbDzg3Ir3O2S7jSo/cgWp5/QwylQVr59K4xayVq8S4/RdKzSyJkghAiZZHfhh5t4pxunUoyeg0ml1q/7aw==",
"_location": "/commitizen",
"_phantomChildren": {
"@commitlint/load": "12.1.4",
"commitizen": "4.2.4",
"conventional-commit-types": "3.0.0",
"escape-string-regexp": "1.0.5",
"graceful-fs": "4.2.9",
"lodash.map": "4.6.0",
"longest": "2.0.1",
"word-wrap": "1.2.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "commitizen@^4.0.3",
"name": "commitizen",
"escapedName": "commitizen",
"rawSpec": "^4.0.3",
"saveSpec": null,
"fetchSpec": "^4.0.3"
},
"_requiredBy": [
"/commitizen/cz-conventional-changelog",
"/cz-conventional-changelog"
],
"_resolved": "https://registry.npmjs.org/commitizen/-/commitizen-4.2.4.tgz",
"_shasum": "a3e5b36bd7575f6bf6e7aa19dbbf06b0d8f37165",
"_spec": "commitizen@^4.0.3",
"_where": "/data/wpp-docker/node_modules/cz-conventional-changelog",
"author": {
"name": "Jim Cummins",
"email": "jimthedev@gmail.com",
"url": "https://github.com/jimthedev"
},
"bin": {
"cz": "bin/git-cz",
"git-cz": "bin/git-cz",
"commitizen": "bin/commitizen"
},
"bugs": {
"url": "https://github.com/commitizen/cz-cli/issues"
},
"bundleDependencies": false,
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/commitizen"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npm run test && npm run check-coverage"
}
},
"dependencies": {
"cachedir": "2.2.0",
"cz-conventional-changelog": "3.2.0",
"dedent": "0.7.0",
"detect-indent": "6.0.0",
"find-node-modules": "^2.1.2",
"find-root": "1.1.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"inquirer": "6.5.2",
"is-utf8": "^0.2.1",
"lodash": "^4.17.20",
"minimist": "1.2.5",
"strip-bom": "4.0.0",
"strip-json-comments": "3.0.1"
},
"deprecated": false,
"description": "Git commit, but play nice with conventions.",
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/preset-env": "7.11.5",
"@babel/register": "7.11.5",
"@istanbuljs/nyc-config-babel": "2.1.1",
"axios": "0.19.0",
"babel-plugin-istanbul": "5.2.0",
"chai": "4.1.2",
"codecov.io": "0.1.6",
"conventional-changelog-conventionalcommits": "4.4.0",
"cz-conventional-changelog-default-export": "0.0.0-semantically-released.1",
"ghooks": "2.0.4",
"in-publish": "2.0.0",
"mocha": "6.2.0",
"mocha-junit-reporter": "1.18.0",
"mocha-multi-reporters": "1.1.7",
"nodemon": "1.19.1",
"nyc": "15.1.0",
"proxyquire": "2.1.0",
"semantic-release": "15.14.0",
"semver": "6.3.0",
"sinon": "6.3.4",
"uuid": "3.4.0"
},
"engineStrict": true,
"engines": {
"node": ">= 10"
},
"homepage": "https://github.com/commitizen/cz-cli",
"keywords": [
"commit",
"pretty",
"format",
"conventional changelog",
"commitizen"
],
"license": "MIT",
"main": "dist/index.js",
"name": "commitizen",
"nyc": {
"extends": "@istanbuljs/nyc-config-babel",
"exclude": [
"src/cli",
"test"
]
},
"release": {
"preset": "conventionalcommits"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commitizen/cz-cli.git"
},
"scripts": {
"build": "babel src --out-dir dist",
"build:watch": "babel --watch src --out-dir dist",
"check-coverage": "nyc check-coverage --statements 80 --branches 80 --functions 80 --lines 80 ",
"commit": "node bin/git-cz",
"prepare": "not-in-install && npm run build || true",
"report-coverage": "nyc report --reporter=lcov | codecov",
"semantic-release": "npx semantic-release",
"start": "npm run test:watch",
"test": "nyc --require @babel/register npm run test-actual",
"test-actual": "mocha --reporter=mocha-multi-reporters --reporter-options configFile=./test/mochareporters.json test/tests/index.js",
"test:watch": "nodemon -q --ignore test/.tmp/ --ignore test/artifacts/ --ignore coverage/ --exec \"npm run test\" --",
"write-coverage": "nyc report --reporter=lcov --reporter=cobertura --reporter=html"
},
"version": "4.2.4"
}