{ "_from": "@semantic-release/commit-analyzer", "_id": "@semantic-release/commit-analyzer@6.1.0", "_inBundle": false, "_integrity": "sha512-2lb+t6muGenI86mYGpZYOgITx9L3oZYF697tJoqXeQEk0uw0fm+OkkOuDTBA3Oax9ftoNIrCKv9bwgYvxrbM6w==", "_location": "/@semantic-release/commit-analyzer", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "@semantic-release/commit-analyzer", "name": "@semantic-release/commit-analyzer", "escapedName": "@semantic-release%2fcommit-analyzer", "scope": "@semantic-release", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER", "/semantic-release" ], "_resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-6.1.0.tgz", "_shasum": "32bbe3c23da86e23edf072fbb276fa2f383fcb17", "_spec": "@semantic-release/commit-analyzer", "_where": "/home/camilo/Documents/projects/personal/simple-email", "author": { "name": "Pierre Vanduynslager", "url": "https://twitter.com/@pvdlg_" }, "bugs": { "url": "https://github.com/semantic-release/commit-analyzer/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "contributors": [ { "name": "Stephan Bönnemann", "email": "stephan@boennemann.me", "url": "http://boennemann.me" }, { "name": "Gregor Martynus", "url": "https://twitter.com/gr2m" } ], "dependencies": { "conventional-changelog-angular": "^5.0.0", "conventional-commits-filter": "^2.0.0", "conventional-commits-parser": "^3.0.0", "debug": "^4.0.0", "import-from": "^2.1.0", "lodash": "^4.17.4" }, "deprecated": false, "description": "semantic-release plugin to analyze commits with conventional-changelog", "devDependencies": { "ava": "^0.25.0", "codecov": "^3.0.0", "commitizen": "^3.0.0", "conventional-changelog-atom": "^2.0.0", "conventional-changelog-ember": "^2.0.0", "conventional-changelog-eslint": "^3.0.0", "conventional-changelog-express": "^2.0.0", "conventional-changelog-jshint": "^2.0.0", "cz-conventional-changelog": "^2.0.0", "nyc": "^12.0.1", "rimraf": "^2.6.1", "semantic-release": "^15.0.0", "sinon": "^6.0.0", "xo": "^0.23.0" }, "engines": { "node": ">=8.3" }, "files": [ "lib", "index.js" ], "homepage": "https://github.com/semantic-release/commit-analyzer#readme", "keywords": [ "changelog", "commit-analyzer", "conventional-changelog", "conventional-commits", "github", "publish", "release", "semantic-release" ], "license": "MIT", "main": "index.js", "name": "@semantic-release/commit-analyzer", "nyc": { "include": [ "lib/**/*.js", "index.js" ], "reporter": [ "json", "text", "html" ], "all": true }, "peerDependencies": { "semantic-release": ">=15.8.0 <16.0.0" }, "prettier": { "printWidth": 120, "trailingComma": "es5" }, "publishConfig": { "access": "public", "tag": "next" }, "repository": { "type": "git", "url": "git+https://github.com/semantic-release/commit-analyzer.git" }, "scripts": { "cm": "git-cz", "codecov": "codecov -f coverage/coverage-final.json", "lint": "xo", "pretest": "npm run lint", "semantic-release": "semantic-release", "test": "nyc ava -v" }, "version": "6.1.0", "xo": { "prettier": true, "space": true } }