{"maintainers":[{"name":"dev","email":"bencoe@gmail.com"},{"name":"dev","email":"bencoe+oss-bot@gmail.com"},{"name":"dev","email":"danon0404@gmail.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"keywords":["conventional-changelog","eslint","preset"],"dist-tags":{"next":"3.0.9","latest":"6.1.0"},"author":{"name":"Steve Mao"},"description":"ESLint preset for conventional-changelog.","readme":"# conventional-changelog-eslint\n\n[![ESM-only package][package]][package-url]\n[![NPM version][npm]][npm-url]\n[![Node version][node]][node-url]\n[![Dependencies status][deps]][deps-url]\n[![Install size][size]][size-url]\n[![Build status][build]][build-url]\n[![Coverage status][coverage]][coverage-url]\n\n[package]: https://img.shields.io/badge/package-ESM--only-ffe536.svg\n[package-url]: https://nodejs.org/api/esm.html\n\n[npm]: https://img.shields.io/npm/v/conventional-changelog-eslint.svg\n[npm-url]: https://npmjs.com/package/conventional-changelog-eslint\n\n[node]: https://img.shields.io/node/v/conventional-changelog-eslint.svg\n[node-url]: https://nodejs.org\n\n[deps]: https://img.shields.io/librariesio/release/npm/conventional-changelog-eslint\n[deps-url]: https://libraries.io/npm/conventional-changelog-eslint\n\n[size]: https://packagephobia.com/badge?p=conventional-changelog-eslint\n[size-url]: https://packagephobia.com/result?p=conventional-changelog-eslint\n\n[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master\n[build-url]: https://github.com/conventional-changelog/conventional-changelog/actions\n\n[coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master\n[coverage-url]: https://coveralls.io/github/conventional-changelog/conventional-changelog?branch=master\n\n[conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) [eslint](https://github.com/eslint/eslint) preset.\n\n**Issues with the convention itself should be reported on the ESLint issue tracker.**\n\n## Install\n\n```bash\n# yarn\nyarn add -D conventional-changelog-eslint\n# pnpm\npnpm add -D conventional-changelog-eslint\n# npm\nnpm i -D conventional-changelog-eslint\n```\n\n## ESLint Convention\n\nOur commit message format is as follows:\n\n```\nTag: Short description (fixes #1234)\n\nLonger description here if necessary\n```\n\nThe first line of the commit message (the summary) must have a specific format. This format is checked by our build tools.\n\nThe `Tag` is one of the following:\n\n* `Fix` - for a bug fix.\n* `Update` - either for a backwards-compatible enhancement or for a rule change that adds reported problems.\n* `New` - implemented a new feature.\n* `Breaking` - for a backwards-incompatible enhancement or feature.\n* `Docs` - changes to documentation only.\n* `Build` - changes to build process only.\n* `Upgrade` - for a dependency upgrade.\n* `Chore` - for refactoring, adding tests, etc. (anything that isn't user-facing).\n\nUse the [labels of the issue you are working on](working-on-issues.md#issue-labels) to determine the best tag.\n\nThe message summary should be a one-sentence description of the change, and it must be 72 characters in length or shorter. If the pull request addresses an issue, then the issue number should be mentioned at the end. If the commit doesn't completely fix the issue, then use `(refs #1234)` instead of `(fixes #1234)`.\n\nHere are some good commit message summary examples:\n\n```\nBuild: Update Travis to only test Node 0.10 (refs #734)\nFix: Semi rule incorrectly flagging extra semicolon (fixes #840)\nUpgrade: Esprima to 1.2, switch to using comment attachment (fixes #730)\n```\n\nThe commit message format is important because these messages are used to create a changelog for each release. The tag and issue number help to create more consistent and useful changelogs.\n\nBased on https://eslint.org/docs/developer-guide/contributing/pull-requests#step2\n","repository":{"type":"git","url":"git+https://github.com/conventional-changelog/conventional-changelog.git","directory":"packages/conventional-changelog-eslint"},"users":{"flumpus-dev":true},"bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"license":"ISC","versions":{"0.0.0":{"name":"conventional-changelog-eslint","version":"0.0.0","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@0.0.0","maintainers":[{"name":"dev","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/stevemao/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/stevemao/conventional-changelog-eslint/issues"},"dist":{"shasum":"c8488de0b46287c68cc8e8c590fad11b7b6158e5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-0.0.0.tgz","integrity":"sha512-Y0BlKaDvlrCbb8fnlJf0SQkGFF/4weFjLQ2FWiPfeaGi2r8ufvbZrnpvTbUyEwwIPRmmgi5Ky6oofC3H3GZRfw==","signatures":[{"sig":"MEUCIQCOUiGP+2FiVi1a8ue+4vD/tDcBrDucOnLBH5VrV1//kQIgGf3nVzypY3bDPgPU7P8I7b/Uwmsp9A1HSqsZ/HBWXLg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"c8488de0b46287c68cc8e8c590fad11b7b6158e5","gitHead":"f486044839ee3a219f012f04cac4fe8de9005ae8","scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha && npm run-script lint","coverage":"istanbul cover _mocha -- -R spec && rm -rf ./coverage"},"_npmUser":{"name":"dev","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-eslint.git","type":"git"},"_npmVersion":"2.14.7","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"4.2.3","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.9.1-rc2","shelljs":"^0.5.3","through2":"^2.0.0","coveralls":"^2.11.6","conventional-changelog-core":"0.0.1"}},"0.1.0":{"name":"conventional-changelog-eslint","version":"0.1.0","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@0.1.0","maintainers":[{"name":"dev","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/stevemao/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/stevemao/conventional-changelog-eslint/issues"},"dist":{"shasum":"a52411e999e0501ce500b856b0a643d0330907e2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-0.1.0.tgz","integrity":"sha512-Ro3CmDlmTj8SdDHBWIAKfCZZlu4pQN7EFJzGVEyEHEPkoHGU7N2t5yxKWrTuP3mi7w+EuBJ2qJZ5x+Yy1KTJEg==","signatures":[{"sig":"MEUCICu//QyhXFGFbsVDRpAOJAhNtEYfYl0WcHIzpIuhX6X4AiEA/dC9HKJD6DlMGOsGxm2Sndl4ezMt+upWSrMBvZ4d1TE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"a52411e999e0501ce500b856b0a643d0330907e2","gitHead":"7d881a43f6f708e4d0a6abbba36c6fefec529941","scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha && npm run-script lint","coverage":"istanbul cover _mocha -- -R spec && rm -rf ./coverage"},"_npmUser":{"name":"dev","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-eslint.git","type":"git"},"_npmVersion":"2.14.12","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"4.2.4","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.5.0","jscs":"^2.9.0","mocha":"*","jshint":"^2.9.1","shelljs":"^0.5.3","istanbul":"^0.4.2","through2":"^2.0.0","coveralls":"^2.11.6","conventional-changelog-core":"0.0.2"}},"0.2.0":{"name":"conventional-changelog-eslint","version":"0.2.0","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@0.2.0","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/stevemao/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/stevemao/conventional-changelog-eslint/issues"},"dist":{"shasum":"b4b9b5dc09417844d87c7bcfb16bdcc686c4b1c1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-0.2.0.tgz","integrity":"sha512-WGKnC0bGPD6BHGiRBfYqNGfy6DZDn2jGs1yxPRT8I2796wYdGqsbDF4477o4fdsxUJvckoW2OFPqkmRMQaCHSA==","signatures":[{"sig":"MEYCIQCiJYH0ebONxEHgEFYUgtl1Pptt2i7Ge6db+a9lyl03QQIhANzGfTElIwoTlZcRxnDSIaySkrGYQ4zHhqNOFPslUgxb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","files":["index.js","templates"],"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-eslint.git","type":"git"},"_npmVersion":"5.3.0","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"6.10.3","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.5.0","jscs":"^2.9.0","mocha":"*","jshint":"^2.9.1","shelljs":"^0.5.3","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint-0.2.0.tgz_1500334223923_0.4808654384687543","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"conventional-changelog-eslint","version":"0.2.1","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@0.2.1","maintainers":[{"name":"dev","email":"moilanen.tapani@gmail.com"},{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/stevemao/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/stevemao/conventional-changelog-eslint/issues"},"dist":{"shasum":"2c2a11beb216f80649ba72834180293b687c0662","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-0.2.1.tgz","integrity":"sha512-F/ItH5EK67FcF5tu9Ed69hxevv4LiyfAUgPPU9SMpc9fX7kNOCmWM7g8Ab4a9WqbRc1bNgXA8c9LyXo9BKMemw==","signatures":[{"sig":"MEUCIQDWPy8uWtEG360POoo4ClhtDeJ1Vcb6dWgUU3QAhh4b5QIgbpqWg6tbo8lvZVIVqt5wxZn2sM+ZYTx4aUQhZizX3vs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js","templates"],"_shasum":"2c2a11beb216f80649ba72834180293b687c0662","scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-eslint.git","type":"git"},"_npmVersion":"3.10.10","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"6.10.3","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.5.0","jscs":"^2.9.0","mocha":"*","jshint":"^2.9.1","shelljs":"^0.5.3","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint-0.2.1.tgz_1510532234485_0.41789502184838057","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"conventional-changelog-eslint","version":"0.3.0","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@0.3.0","maintainers":[{"name":"dev","email":"moilanen.tapani@gmail.com"},{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"andrewbgoode@gmail.com"}],"homepage":"https://github.com/stevemao/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/stevemao/conventional-changelog-eslint/issues"},"dist":{"shasum":"16021688acc87b1bea60643a02fd20e7ca29d057","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-0.3.0.tgz","integrity":"sha512-xPaIb9qhe8p+mjM++1GNxEJa3/66wv70z6W2lqvK+mmbtMXg4v+IKSfYccqtdcQWhQDHxMUw0WtkOO9A7JsVYQ==","signatures":[{"sig":"MEUCIQDFgNhUmVPi21sOrOOOQrFZ/fS7yOS5jd5gvAjvggpuKAIgOR/5H2OIE4FwvPjBoB6QpIzxH/Dp8vxoJO+gjz+wp/I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"_shasum":"16021688acc87b1bea60643a02fd20e7ca29d057","scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-eslint.git","type":"git"},"_npmVersion":"3.10.10","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"6.12.1","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.5.0","jscs":"^2.9.0","mocha":"*","jshint":"^2.9.1","shelljs":"^0.5.3","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint-0.3.0.tgz_1513607130874_0.21425924776121974","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"conventional-changelog-eslint","version":"1.0.0","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@1.0.0","maintainers":[{"name":"dev","email":"moilanen.tapani@gmail.com"},{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"andrewbgoode@gmail.com"}],"homepage":"https://github.com/stevemao/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/stevemao/conventional-changelog-eslint/issues"},"dist":{"shasum":"c63cd9d6f09d4e204530ae7369d7a20a167bc6bc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.0.tgz","integrity":"sha512-XbafhIMRmp3cZXCsOarEQwzdSzyHilDjS90kFEQA8jsCpc78QNkw+/5TEkTTSE/qjmLRRz7hjUJLJiG5v6r6BA==","signatures":[{"sig":"MEYCIQChBcAonrWAKVqF3ZAccr0Rn6tfvmR/YpFlTB5i2qFgagIhAOS7zuebMo71HFjcs8jSbAcK6jwOmfyE+javY04Zc3lx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"_shasum":"c63cd9d6f09d4e204530ae7369d7a20a167bc6bc","scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-eslint.git","type":"git"},"_npmVersion":"3.10.10","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"6.12.1","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.5.0","jscs":"^2.9.0","mocha":"*","jshint":"^2.9.1","shelljs":"^0.5.3","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint-1.0.0.tgz_1517191957449_0.48416502377949655","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"conventional-changelog-eslint","version":"1.0.1","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@1.0.1","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"andrewbgoode@gmail.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/stevemao/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/stevemao/conventional-changelog-eslint/issues"},"dist":{"shasum":"796dd59afad5b1c01dbb4a8e2ac8f76299c8178e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.1.tgz","fileCount":11,"integrity":"sha512-b1XIpoN5Ldby9VqXTqSdoJGzzd+TIuDYGRz9B738qqkKSnoEx/CSvJmUHnlSIoqIzkLDLQWAS/l5GnEXISrDHw==","signatures":[{"sig":"MEYCIQDjytbM5IC4NgiG7P7MCaFyvq7EDX2xiFRLeB4ZYpBSIgIhAKRdzdjYvtTPliuOcSoGV0OMtuQYL92afnCZNLrOvpva","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9621},"main":"index.js","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"ben@npmjs.com"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-eslint.git","type":"git"},"_npmVersion":"5.4.2","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"8.8.1","dependencies":{"q":"^1.4.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^3.5.0","jscs":"^2.9.0","mocha":"*","jshint":"^2.9.1","shelljs":"^0.5.3","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_1.0.1_1518539020882_0.6904742735669773","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"conventional-changelog-eslint","version":"1.0.2","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@1.0.2","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"andrewbgoode@gmail.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/stevemao/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/stevemao/conventional-changelog-eslint/issues"},"dist":{"shasum":"3f9e6b0b60f98042f6f4dfc85a611a50b5e79cf9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.2.tgz","fileCount":11,"integrity":"sha512-WDs2etoKFNRv3rFgbg3LqPbVWn89OL8bsRbU1NNAnpPVmWcQEGkg/Tny9BjJl++JjxmWqYY+xtPPdnvd63WIYw==","signatures":[{"sig":"MEUCIQDhcT+RNWIvs75KOoFDQjABvcePfAuag4C8KKvlYwCTuQIgSVnG/7Lp4Tz1VtFysp5G8DUFgVqEC8BNYK1ObRPmE6A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9882},"main":"index.js","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"ben@npmjs.com"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-eslint.git","type":"git"},"_npmVersion":"5.4.2","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"8.8.1","dependencies":{"q":"^1.4.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^3.5.0","jscs":"^2.9.0","mocha":"*","jshint":"^2.9.1","shelljs":"^0.5.3","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_1.0.2_1518539264249_0.21049494448600314","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"conventional-changelog-eslint","version":"1.0.3","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@1.0.3","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"andrewbgoode@gmail.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"023002a3f776266c501e4d4def7b0bb24130f29d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.3.tgz","fileCount":11,"integrity":"sha512-4Y1/9TX16RvWiOdMnJQ8flxZ+hdDGVm1E4yrWvyr1L1UBWM56CJobMRg7nf+LqqVnKj0kkuyhwf3WV9//luYHg==","signatures":[{"sig":"MEUCIAm3sodn3GS3tXCLnbUikBtZoCqySfUEfRTUjeeNeIwRAiEA67Ptuu4V8p1ar0OzXlUNCyrgEgRpZQKjH9IB7RsHqh0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10218},"main":"index.js","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.6.0","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"8.9.4","dependencies":{"q":"^1.4.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^3.5.0","jscs":"^2.9.0","mocha":"*","jshint":"^2.9.1","shelljs":"^0.5.3","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_1.0.3_1519100425017_0.09833907879530446","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"conventional-changelog-eslint","version":"1.0.4","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@1.0.4","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"andrewbgoode@gmail.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"333456d1884d96f3a49cc0984a745095e9d56288","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.4.tgz","fileCount":11,"integrity":"sha512-93ZGrElD1e/5dIxTWBPGluWup0vRoM9W5e1jajsY/QLd86rLIfkOUC2cL+pgHpHtG3beUsDupm4kbTtiGdw0/w==","signatures":[{"sig":"MEQCIEydf00CxGt/Pt/ZQjwRQqUjhcqK8P/UPCCeTLVVcKBSAiBblTR8VcNkbF8VTIRm4/0iqiEehgv4yT6cnoIuWH7x/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10374},"main":"index.js","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.6.0","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"8.9.4","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_1.0.4_1519510356933_0.44956266110536114","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"conventional-changelog-eslint","version":"1.0.5","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@1.0.5","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"andrewbgoode@gmail.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"8bae05ebbf574e6506caf7b37dc51ca21b74d220","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.5.tgz","fileCount":11,"integrity":"sha512-7NUv+gMOS8Y49uPFRgF7kuLZqpnrKa2bQMZZsc62NzvaJmjUktnV03PYHuXhTDEHt5guvV9gyEFtUpgHCDkojg==","signatures":[{"sig":"MEUCIBE8xjgpR2ibzc0n2zc3gxW0pBQ8QCDLTYOKX/CbybGPAiEAiRolb3i3cZDteNEnmkExxa/eOP4tQHg7OLhA1CcwwDw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10985},"main":"index.js","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.6.0","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"9.6.1","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_1.0.5_1520046905904_0.20851509611232122","host":"s3://npm-registry-packages"}},"1.0.6":{"name":"conventional-changelog-eslint","version":"1.0.6","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@1.0.6","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"gustaf.dalemar@gmail.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"e9060f450ec8d63c671e54bd471e0502ee19183f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.6.tgz","fileCount":11,"integrity":"sha512-+ZOmJez6R3z9DH/OBd6nd4l+saJzyi27i/gqwglW+ibC8XJe+B0lt56MFB1Su8EmjZyX4iDXf/QRUoXT1jzGyQ==","signatures":[{"sig":"MEQCIDT+NtNKKQX2caYa+ZxsWgkEqTYI14mkmDJ1UvDgd85oAiAZgCmHyb6X2qSaqn3vR2JuxpIUViB8XQ//r7/zRmCkdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11200},"main":"index.js","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"scripts":{"lint":"eslint --fix .","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.7.1","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"8.10.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_1.0.6_1521725827656_0.23899504428672458","host":"s3://npm-registry-packages"}},"1.0.7":{"name":"conventional-changelog-eslint","version":"1.0.7","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@1.0.7","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"gustaf.dalemar@gmail.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"5885dbfea9ecc5ba8fcba8e435b5e85fd0281b1b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.7.tgz","fileCount":11,"integrity":"sha512-o4qFeLxZ/8Z/4Fp+3X516Grg7bP3kxMLNHzJNo2cqWfFyjMBXDFdfy6gmqM8qSJ5kJ3wOdV9WDEgJAPgWSQv8Q==","signatures":[{"sig":"MEUCIQD+OQFFBqEGOu4bYobMeyYsEg6PoYyJQf95xEiN+wM1IQIgQxiGc9X1Ztfc1dXcIuR9TLSPCROvhvEbl91YMyeBrpw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11441},"main":"index.js","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"scripts":{"lint":"eslint --fix .","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.7.1","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"8.10.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_1.0.7_1522163531194_0.7533346444699032","host":"s3://npm-registry-packages"}},"1.0.8":{"name":"conventional-changelog-eslint","version":"1.0.8","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@1.0.8","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"gustaf.dalemar@gmail.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"3046276acafcd6c9403605439f16164b46bb21b6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.8.tgz","fileCount":12,"integrity":"sha512-RhjwYJEympR4HtDgASEyqbVU0FRexlCcyuGbC+SaaOt3NvUwVvn4aRNu7+vzZotPZ/P7tqlCBZpN2OnT9WgncA==","signatures":[{"sig":"MEQCIDFs67zG1s8Q7Wl9Axkjc5rBGwlLpQqAQ7YMaZ20BFGFAiByhYQb0nzUj4FCCi87hf7F3wa8aTgvzsF6VzDc3J1rWg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12511},"main":"index.js","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"scripts":{"lint":"eslint --fix .","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.7.1","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"8.10.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_1.0.8_1522164365106_0.24285078795110504","host":"s3://npm-registry-packages"}},"1.0.9":{"name":"conventional-changelog-eslint","version":"1.0.9","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@1.0.9","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"gustaf.dalemar@gmail.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"b13cc7e4b472c819450ede031ff1a75c0e3d07d3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.9.tgz","fileCount":12,"integrity":"sha512-h87nfVh2fdk9fJIvz26wCBsbDC/KxqCc5wSlNMZbXcARtbgNbNDIF7Y7ctokFdnxkzVdaHsbINkh548T9eBA7Q==","signatures":[{"sig":"MEUCIEitWV1tMyGJkvpXKjXkrUiZMySl0zktqJZ0FhPUSIM7AiEAh7+FPnxPWNtHgNuqi1S4gcpWUFbmmeIiwNCPoGGFqZ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12870},"main":"index.js","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"scripts":{"lint":"eslint --fix .","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.7.1","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"8.10.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_1.0.9_1522205867975_0.14603838300925975","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"conventional-changelog-eslint","version":"2.0.0","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@2.0.0","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"gustaf.dalemar@gmail.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"93c78e2c218cbf258a850e68f1761895d38eb37e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-2.0.0.tgz","fileCount":12,"integrity":"sha512-8qzbgeHXOCf1XNDSNivBjmpeDd+OJeHsEbqipryO86VHGVOoJ9WYNWYG2Bc0c7mWMD4oNadNBg1JkXs82uZ1tQ==","signatures":[{"sig":"MEUCIHZ/utfSgdWSP0xsO2yCAIGGs8rGclqegC/GdPfSZCraAiEAufbKfMjqUjcbLcMjcfJK6bgOifxThmQlyUoe6srYeko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDWNCCRA9TVsSAnZWagAAgOAP/jDiyFOfF+eJLqIToSQg\nqTNPqYQoBEizhrC9+51FSdut9ditaQLmt9eoz1N9YYSsLLrP9emgEs7yUqOV\nG7JV01OcMXQaHMwljOe9sMeCFjG7JeOBtuaO71XrYwqRAMTqrCUayKEOgWIZ\nnrnhtS71KxzuDkPHtMTjbZC+GuRYVnEaR34n8kMWv0ZaW66ZH3358dHefUyv\n5y4xLxPFnLsCJ1uANbtE+u31rZy/iIT5tfkkMUU+8KWkm9F43hINDWKCdt3t\nzlzPy9uIoWsXhC67MoP++drUtrkxBrvQO1qz34Jc8CV+/NUQQKicC2yABEfZ\n8seh6ZtzG/naYAnVXaTk5/xDLw6a1HtWrcMGiSAFVlFhZwS/24bAb3dOXLRg\nSiZlw7f6WcJBWzFT0/rKZs2+h8kdpaViuxdr/oiFOgVMh18V0QCe6+P/9mll\nky+7tvBt8g4DttQ6310mMNL8bxYbrd3ElnHCp6mZh1Pc3FDo5uxI0a2GMg3B\nd4MeITINz6c+rl6kCmGbbIwrd0NQfjiWwRLu20L8NPRA33a5Cl6xBLUd/FkN\nxE3PfD98c6nGVGRWZIsmFxa5gpcShDAhuvflM4zF27yoJU+yq0NB2P5cYtXV\nBs7kJdmTQnuJNPO0A34nHCirh+sHi5hqWnncTCTJq2K1xOEJXgBc7HfqExei\nP0fr\r\n=Lt3g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"engines":{"node":">=6.9.0"},"scripts":{"lint":"eslint --fix .","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.6.0","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"8.11.2","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_2.0.0_1527604034263_0.5162597915874101","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"conventional-changelog-eslint","version":"3.0.0","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@3.0.0","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"gustaf.dalemar@gmail.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"cc5376cb29a622c1ade197e155bf054640c05cd3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.0.tgz","fileCount":12,"integrity":"sha512-Acn20v+13c+o1OAWKvc9sCCl73Nj2vOMyn+G82euiMZwgYNE9CcBkTnw/GKdBi9KiZMK9uy+SCQ/QyAEE+8vZA==","signatures":[{"sig":"MEQCIA+6sz8qi/2ulBbJd9cRfOmnOGTab2lhk7LfocGJJWmxAiA95fD3tSn39vHcsKtW45TbJ4pWnZQYkhqv4TVsjyGiLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15567,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbF/AtCRA9TVsSAnZWagAAFgQP/Rv6ftry2uJXB6GRcBk8\nA8ZHImtLzzIVd6zwmW5v9umNBeILYYWJn9KsKhPj6F93hNrVQCW/snN2Xhok\ns7GjZSXul3aPJBkP7T8FeJPxSp4y5GU/H6FjObzgr9hmIK1ahZogyGrujUNx\nN5D916d7dhj1JklqtEbIdbP8fNSgdpyzPrOj1ZpWbJOprIIo3RKoMu6evaJ6\nWgf43XbrVFVIH2IJPoZX25LsSqSh/ZUfDF1QUok8eDKtqpIcwwqP5c7eGaMZ\nTvUum+J10Mu7Vve6EjC+pfOP5v3UYjidxsW6WCbB9Ol0H4akKVI2+aC54KKH\nZO4Jis0emQdkZy8dfF9SfFeCzF/ULiY+vuWJvINNyJkch3x+HfXJPX+bIhzq\n6NVSTUtlg/BcH6XxMppV0va4vxgA+5+Jx3wnoE7pRJyjyL7WYRjn2eKO7tad\n5P5Kc20iqbUBgXUOkkHBqSghwItI2m8xi447odGu6s9BNSkkaYHsSbNJoD1y\nqsQjXVKSrRrI3z4lrPdemqvQdJ6HYoI/BaLwA4Q9IbrD0JC/4HVHoNpDTGR9\n4mY6VkRXETKXtEmyjjU1x5jZKlBH7e9DW87YN4Z9WK+CTNEulz83wa2/pt0Y\nw+IcMcS1hxXu/zCk1OxtclzK4X1pHOHPODlaYXdlWv5sttCGFp2DFs+kFFjT\nv9Id\r\n=lPmC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","files":["conventional-changelog.js","conventional-recommended-bump.js","index.js","parser-opts.js","writer-opts.js","templates"],"engines":{"node":">=6.9.0"},"scripts":{"lint":"eslint --fix .","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.6.0","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"8.11.2","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_3.0.0_1528295468537_0.15432382918026377","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"conventional-changelog-eslint","version":"3.0.1","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@3.0.1","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"gustaf.dalemar@gmail.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"f65e0e7f63dc09c044244b8785313a602e628002","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.1.tgz","fileCount":12,"integrity":"sha512-yH3+bYrtvgKxSFChUBQnKNh9/U9kN2JElYBm253VpYs5wXhPHVc9ENcuVGWijh24nnOkei7wEJmnmUzgZ4ok+A==","signatures":[{"sig":"MEUCIQDZj2K+OrZhljg4l++SQ92kxGE2W6pTPad3GqoPwV/OkAIgHciZXNbLStupAaMudBoskCa/m0HvLkw3d0fucULrIfM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16452,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2pqACRA9TVsSAnZWagAA+VkQAIBK0mgbff0ObvqNNRXj\nZS4v1WwQQXTKxOJMvLTMP04BA4/ncOIkIJDnlG2HVzVMLDjJZjABgUfwBkz2\n1/F5S/RxIx4NHnaowlsTf9xbMRTwuj/mX1Efxis5PH515lJsBDp3X6CeglBf\nGZiKy/OL10Oum50DRxzI8THjSin3CUfsWigibd0J7SU/BKtZ7KnLMyEMhO7R\nXH61fEbbumH71bk1a0Xfl9C7ohCXgZDoEPp8CbvteiKWlwHRbVFwB8sA3RXe\nshhuYMgd7OWQC+sZ7jmUK1MK3frdK6siIfSvMrb5heFfu/K2W5LhpFbSpD/4\nxlUtX1YDltHtu5oAtawMMpjP2pXFL1fZhyX3QraE65YgjrujY4nOPUf/RqR9\nfRaK9llM7ACknq35B0LEMBv+xjELwt3HpubWGuooVy0JBTgMFQYuCPadH1aB\nSOf/MtSB7mc1rFahd7o0t+BpkMip7EZTMfn6a6s/EdbWtnVIbrfS/Ud5iHIK\nH311BtfrL/j4yUf+jLxtGeJXUKUFSRp3vr/x9sU0hXw5NpbaXpL1ti6EjjIf\nleMcXwxjmQ+P951a206PaGgErzKUIwOg1FiO02uSKPZ9K+GJNfgiAdUI15RT\nwVOUrvMtx7Y6qzmztTHfQBigyNcf/Z+8n7YKEYq7BiZONAi6sTL2pLw5hmSA\naKY6\r\n=RdaT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:conventional-changelog-eslint-3.0.1.tgz","engines":{"node":">=6.9.0"},"gitHead":"f301b0de0b954713a50b2256a3140e21817d14c0","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"ben@npmjs.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.1","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"10.12.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_3.0.1_1541053056079_0.5442340149166283","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"conventional-changelog-eslint","version":"3.0.2","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@3.0.2","maintainers":[{"name":"dev","email":"ben@npmjs.com"},{"name":"dev","email":"gustaf.dalemar@gmail.com"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"e9eb088cda6be3e58b2de6a5aac63df0277f3cbe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.2.tgz","fileCount":12,"integrity":"sha512-Yi7tOnxjZLXlCYBHArbIAm8vZ68QUSygFS7PgumPRiEk+9NPUeucy5Wg9AAyKoBprSV3o6P7Oghh4IZSLtKCvQ==","signatures":[{"sig":"MEYCIQDH8jeApHQ5EyctVRLu/5hH4d4NpTzm3n+67RwJm9YiOwIhALjFK/vaYHI8bhBeSKDivDzJseR7pVPEPiP3UJZFpjxX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrk2qCRA9TVsSAnZWagAAH/cQAI2njvCSafbs7MezYsn0\n9FkKEA95iRoU7rfIy5Z0H/2JYXcxY/fUamqWq6rbK9xn2M+DWPNyCU5Vajn0\nXeObo46q5YJJD7wZxGHA+1ms5iWmfv6MtZGu3nWRayW7gSMG28pw6T/WIp/w\niY2jynba0KG0f6UqeCKxMIVoD5T8VADBpbXHngBUeYOpW98pBPs2E+MxSuaM\n9LvAsIXKC4qvRL79TROL/iipdLDdHkd9pWolXdOjVv3Cr5xzqGWxawmq0+Uf\nPX/nsM5g3gXcUltVfrYBHbCKDs5I+uFv10TfIsp3KQsoT7tpN+17sgU1tyf3\n+0ag8l/KxlE1A1ShMrRkDfqtM0yiYr64uKn3oKQINvgUEy9G+kzHfGIIMSoH\nAQodz8skzvjXQSs4SpHkHxUNWuOtECSi53DIQiyac+nlJNtemtfCKbPL+IuF\n3Yb3WJx7kjH2BQDve0Q/JDBICejy0E8nK4gONF2OtOzpAORW1CylFpRVNJO/\n+kiXiv5Q+8T7CrTPybVvH4mWq00vCvuAxyzKm6SqQCc1edmlYK8dAkrDLe78\nJlS9znKd3DXZ6od9q/S0Iwb8DPHfYaL1s67GDi/+EIvmXmgPUtZ7icQIaIVc\nnXjo3QtQ0ILrj9FfLnsG33aGQMQe9cAMKzcvOP5Kx9av/R6LA1UkKHXCZTsW\nrCVS\r\n=EsI3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.9.0"},"gitHead":"b3416cbb411f49420b13e8fe306528b372b07a8b","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v11.11.0+x64 (linux)","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"11.11.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_3.0.2_1554927018082_0.5146589537204693","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"conventional-changelog-eslint","version":"3.0.4","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@3.0.4","maintainers":[{"name":"dev","email":"bencoe@gmail.com"},{"name":"dev","email":"gustaf.dalemar@gmail.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"},{"name":"dev","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"8f4736a23e0cd97e890e76fccc287db2f205f2ff","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.4.tgz","fileCount":12,"integrity":"sha512-CPwTUENzhLGl3auunrJxiIEWncAGaby7gOFCdj2gslIuOFJ0KPJVOUhRz4Da/I53sdo/7UncUJkiLg94jEsjxg==","signatures":[{"sig":"MEUCID2WJPs9SCVzjwVBIJYVCuOQD+k88k3d0TSrzJK/qYdQAiEA6G/W2LZdBTNUfWYW7BTu1AUrHwLvIN2uMVQbXMHLqDc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlh81CRA9TVsSAnZWagAA7iQP/1bGi2DheMTk+GgHeHH2\nFyeP/KtBtDb5gaXZMvrJYJWXPpexQD7EBnPpUnqgIUwS7qdzPy3MVygSb8oM\nRenPOaVlpEnu9Gsu3t02lXuLA7HTQmupQ2+74B+rTqAoF64FxHTuW34blxu0\nOfj4uE+8eb7o3c8N/pi2HkDmfsSJ3y0Ijm3eHdRgahJBSdzbLATSREYZerjw\n6C4ssdOdKLASHTVjojTLOHVToOS3lswbkMgj4RC7UAe4g+kv1+zDr3no+pMa\n4ZkNM4mYK8vA/o45Sc6m4t+Y1n6tA/j8zcLhdKzB8CgqmB2AhDO8OUNui/Wa\nAUGCJZgZZeH0Sf9LaIPoVQ16G68ZszQWa4C36JKRlVZCZvhYSFBDagq3EDyK\nvgKq1URrKKeVbTMF8WNtADfKtm/tdDlx13KeAz1IkYt9+sEou6d4w6n5Pr25\nlXNTeA7ysED8Ry+kwk+yGrgOHrHlkuhpmZqNZrfDTLibackIdbjGcz9V30Sf\naRdF9eFZZPEb2cuV49DEhosAVDim7vcMxfW+Hn6c1nFkBmqs6FC3bRkBguGs\n3zGNvbSKCjsEYklzIFOKjTNwYPe0cxJZ65mi4bNJTSU80/Y/vQxCgMqwHhQ5\n6PYY1/WZhHedFaBw2imkAgS+EQORZfFMVxibKcGeeth7J1OnXDYkNbSFCzgQ\nslQg\r\n=OJ1Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.9.0"},"gitHead":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"tommywo@o2.pl"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.16.4/node@v10.16.3+x64 (darwin)","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"10.16.3","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_3.0.4_1570119476858_0.7601718976506979","host":"s3://npm-registry-packages"}},"3.0.8":{"name":"conventional-changelog-eslint","version":"3.0.8","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@3.0.8","maintainers":[{"name":"dev","email":"bencoe@gmail.com"},{"name":"dev","email":"gustaf.dalemar@gmail.com"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"},{"name":"dev","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"f8b952b7ed7253ea0ac0b30720bb381f4921b46c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.8.tgz","fileCount":12,"integrity":"sha512-5rTRltgWG7TpU1PqgKHMA/2ivjhrB+E+S7OCTvj0zM/QGg4vmnVH67Vq/EzvSNYtejhWC+OwzvDrLk3tqPry8A==","signatures":[{"sig":"MEQCID3FqrGUH72WsdHjojEikNDVTwgokT0ypzoPIy/NbyUUAiAVii/YPmzGM2y7Gn/Wr125atv8UGTYQv2ZESz6sbd0sQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetbPPCRA9TVsSAnZWagAAfCYQAIapsKyX4FuExy3UzsNO\nfBE5LFtNYcudk9fojphkJ3XnxXD5YhfXqHL2KrJGd/5/3up26m0j998/nSZy\n95z4A6HmzhAwfHg7mPFdl0jara53UXY+wC3qWb6CgvrVC1hMs/N4JhktGzDw\nrubrzSp4qKS4adc+o1d3lI0NOb72soo18SRJJo71t88Y4VSNvbKpJ8dwacI7\n8DdZ76OmWISJETDm0wWOk4yUIaJ2k5BtQIcSA+tk59JosFKD1RuGXM/B4pZr\ncnWm/2MHwRtnyxUukEipnb6FDwNRcmLTSmo9FOPmK0AFk7qEDuUuFAEY5vwf\nwSy5F9m3lBDxvmmyKKBTKO6klWQuhl+QCXh9ZSxmx6w544M4HNHdzR9efrKE\nh0VbFViKEJn9sA+ttw4yrGHG292pT8JiVrChRoBD1qRsruVZ/xj8s04E1SKw\nXrNwOudo2n4TasdHKpcK3BQX9c+qKg3D9oudqQIJNYX2BeXrA7/8c06dZcRz\nLpNByTh47j2/cckhJmQMal4JizGBDzDvMscOBkBZRy6I6kGi/8gKNssciwhJ\ncY/sWCZ4JDaortQPbqtVrAB2t72bxnirwcsHPowx2zH/GrmoOerT7qCxxExA\nz190/XqGds589hQQ7svrtWwOy7ySfELA1Ia4ya0APeZV4WaSdOnqt6OcemsG\nKv1l\r\n=GrHA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=10"},"gitHead":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.20.2/node@v12.16.3+x64 (darwin)","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"12.16.3","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_3.0.8_1588966351282_0.24937353093894243","host":"s3://npm-registry-packages"}},"3.0.9":{"name":"conventional-changelog-eslint","version":"3.0.9","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@3.0.9","maintainers":[{"name":"dev","email":"bencoe+oss-bot@gmail.com"},{"name":"dev","email":"tommywo@o2.pl"},{"name":"dev","email":"hutson@hyper-expanse.net"},{"name":"dev","email":"bencoe@gmail.com"},{"name":"dev","email":"gustaf.dalemar@gmail.com"},{"name":"dev","email":"hello@mario-nebl.de"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"689bd0a470e02f7baafe21a495880deea18b7cdb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.9.tgz","fileCount":12,"integrity":"sha512-6NpUCMgU8qmWmyAMSZO5NrRd7rTgErjrm4VASam2u5jrZS0n38V7Y9CzTtLT2qwz5xEChDR4BduoWIr8TfwvXA==","signatures":[{"sig":"MEUCIF8qIuNSWFhO4TC5h9KTohhPO5K8ntd+5MK1zv8wLJ5lAiEAgsuXAl04EmFbhmivUh2SdShou4q1BHR+Py8pJ6dokj0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17776,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo1R8CRA9TVsSAnZWagAAx1kP/1Vbhu4egpLSc5fkhbU/\n/e18HZyzfqjgG5K3VJcbKxqx8Fw+W8p/OeKZqpqhtmt2pviO+Nff3+cCzjkv\n72SPymcMvRCiAbLZD2iWyvtVvrCKbchv1bsbkjUHpNKAlRzDEpDrY17MIOBF\nx9nrOnFKLFMlfB/sr9JoRqhn3RiBBqod6G/DbrIZCer4xaZlnq4BsQI17kSH\n8uxBKs7i8z20DjiRlOvjxslm9hAQIcyrRwkK5XdacFxe8KCM+H98PEXxJ9Op\nNjU625u0nM5mAVnFpwrlKoKeTXY4yBHFiswh8XcNwHIy3cypQwLmlfG5Chu9\nOb3vyCg5z3nRadrdBjm+l9id+8IpPDz35BMWMHrYDD/qtUuJyxS8skdwJDhC\npdk0182T65881gZbJvOcT08cTWWwVpzIqQ/j/tSJtMAtY3vEIoXo5+lvNj5I\nEnjWKfiwhKun10m+mRnZH07spwU+xmnLY2HyfuJMkE2hAte8/d8lmbfnQgxD\nR8toL/c3oS9rt0Ws5zO3QBXAxtuEgQUiM/ysrDD1zrSAWvD6RKRFnqGpQ5wa\n2EabvTHalxpzBdmVoYp+yNyifuZVo1p8/oJ/Yv8Vo+HJIFIi8WnG0RSqbyKb\nF1sZ9Y7ZVFe0JlmeDgPchrumVP5tbAnVj1PgiI+nkqfLd7HkvmlCF1YD6mHB\n6Hw0\r\n=9kwq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=10"},"gitHead":"cc567b98facf71315f4b1620d81ce01d155efaca","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v10.21.0+x64 (darwin)","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"10.21.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_3.0.9_1604539508695_0.807137061115667","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"conventional-changelog-eslint","version":"4.0.0","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@4.0.0","maintainers":[{"name":"dev","email":"bencoe@gmail.com"},{"name":"dev","email":"bencoe+oss-bot@gmail.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"cdcaee9bc14ffc97540ecef6771c472e54f3d75e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-4.0.0.tgz","fileCount":11,"integrity":"sha512-nEZ9byP89hIU0dMx37JXQkE1IpMmqKtsaR24X7aM3L6Yy/uAtbb+ogqthuNYJkeO1HyvK7JsX84z8649hvp43Q==","signatures":[{"sig":"MEYCIQDlOUm/al3H3XMKHdBsyPq47wc0LqNPOEt27UwGnAstdAIhAPjtR6xMtkdYD8+TuZvBDIeLuoK1tyq8FOfdyg1BDH9s","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8216},"main":"index.js","_from":"file:conventional-changelog-eslint-4.0.0.tgz","engines":{"node":">=14"},"scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"dev","email":"bencoe+oss-bot@gmail.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.14.18","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"14.21.3","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_4.0.0_1686056218566_0.6959286428727611","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"conventional-changelog-eslint","version":"5.0.0","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@5.0.0","maintainers":[{"name":"dev","email":"bencoe@gmail.com"},{"name":"dev","email":"bencoe+oss-bot@gmail.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"d7f428f787f079b3ce08ccc76ed46d4b1852f41b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-5.0.0.tgz","fileCount":11,"integrity":"sha512-6JtLWqAQIeJLn/OzUlYmzd9fKeNSWmQVim9kql+v4GrZwLx807kAJl3IJVc3jTYfVKWLxhC3BGUxYiuVEcVjgA==","signatures":[{"sig":"MEQCIFnH7vW7wmS4UVu0uYRhpZi4MLfFc27VnOQdA3T/fG5nAiBT/7pFHkUknqIEPZ6HEYnAL2xrHXaBZdDpU0Oqwd+HoA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8873},"main":"index.js","_from":"file:conventional-changelog-eslint-5.0.0.tgz","engines":{"node":">=16"},"_npmUser":{"name":"dev","email":"bencoe+oss-bot@gmail.com"},"_resolved":"/tmp/d2c307e16cbbdd2e4872fc4604434f75/conventional-changelog-eslint-5.0.0.tgz","_integrity":"sha512-6JtLWqAQIeJLn/OzUlYmzd9fKeNSWmQVim9kql+v4GrZwLx807kAJl3IJVc3jTYfVKWLxhC3BGUxYiuVEcVjgA==","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"8.19.4","description":"conventional-changelog eslint preset","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_5.0.0_1693141322320_0.6100861115748211","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"conventional-changelog-eslint","version":"6.0.0","keywords":["conventional-changelog","eslint","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-eslint@6.0.0","maintainers":[{"name":"dev","email":"bencoe@gmail.com"},{"name":"dev","email":"bencoe+oss-bot@gmail.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"9d37abcf6ade84031ce01093be7447f2cd73098b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-6.0.0.tgz","fileCount":10,"integrity":"sha512-eiUyULWjzq+ybPjXwU6NNRflApDWlPEQEHvI8UAItYW/h22RKkMnOAtfCZxMmrcMO1OKUWtcf2MxKYMWe9zJuw==","signatures":[{"sig":"MEQCIBNyg4ATT35GgEn7z2uRKW6DWn1751o2KTMypsntkfPHAiAJikOKBkRoxBq5No4OAggOXHXUQ8V2VC3U7ptqMZUrdA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8254},"type":"module","_from":"file:conventional-changelog-eslint-6.0.0.tgz","engines":{"node":">=18"},"exports":"./src/index.js","_npmUser":{"name":"dev","email":"bencoe+oss-bot@gmail.com"},"_resolved":"/tmp/678d49c6db96da76af3ce1f2810cf730/conventional-changelog-eslint-6.0.0.tgz","_integrity":"sha512-eiUyULWjzq+ybPjXwU6NNRflApDWlPEQEHvI8UAItYW/h22RKkMnOAtfCZxMmrcMO1OKUWtcf2MxKYMWe9zJuw==","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git","directory":"packages/conventional-changelog-eslint"},"_npmVersion":"10.5.0","description":"ESLint preset for conventional-changelog.","directories":{},"_nodeVersion":"18.20.2","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-eslint_6.0.0_1714776992650_0.7902636578919355","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"conventional-changelog-eslint","type":"module","version":"6.1.0","description":"ESLint preset for conventional-changelog.","author":{"name":"Steve Mao"},"license":"ISC","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme","repository":{"type":"git","url":"git+https://github.com/conventional-changelog/conventional-changelog.git","directory":"packages/conventional-changelog-eslint"},"bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"keywords":["conventional-changelog","eslint","preset"],"engines":{"node":">=18"},"exports":"./src/index.js","_id":"conventional-changelog-eslint@6.1.0","_integrity":"sha512-beWr3qzuEMN9gznMWa8PhTVfGkGXoq+XnUzViNXg5KygrgV728ZRqZngz3uPhz5+ayUhPrpNFYqIE0qHWz9NAw==","_resolved":"/tmp/a9c685132b915d7658dfaf7e762f9098/conventional-changelog-eslint-6.1.0.tgz","_from":"file:conventional-changelog-eslint-6.1.0.tgz","_nodeVersion":"20.20.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-beWr3qzuEMN9gznMWa8PhTVfGkGXoq+XnUzViNXg5KygrgV728ZRqZngz3uPhz5+ayUhPrpNFYqIE0qHWz9NAw==","shasum":"eb4e7aea4cf0e65905b87df48dc258f39eee329c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-eslint/-/conventional-changelog-eslint-6.1.0.tgz","fileCount":8,"unpackedSize":7884,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIE2wOSrwmDPjIwvEz0WNuZxg+QrERSczPyzRPrUx18moAiAnE4+VntrqrHd2bs9gyepODCxpsexffeiA3o7L1fmeOg=="}]},"_npmUser":{"name":"dev","email":"danon0404@gmail.com"},"directories":{},"maintainers":[{"name":"dev","email":"bencoe@gmail.com"},{"name":"dev","email":"bencoe+oss-bot@gmail.com"},{"name":"dev","email":"danon0404@gmail.com"},{"name":"dev","email":"maochenyan@gmail.com"},{"name":"dev","email":"moilanen.tapani@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/conventional-changelog-eslint_6.1.0_1772662083055_0.8104518567596044"},"_hasShrinkwrap":false}},"name":"conventional-changelog-eslint","time":{"created":"2015-12-26T07:57:28.018Z","modified":"2026-03-04T22:08:03.345Z","0.0.0":"2015-12-26T07:57:28.018Z","0.1.0":"2016-01-30T07:08:23.345Z","0.2.0":"2017-07-17T23:30:24.000Z","0.2.1":"2017-11-13T00:17:14.604Z","0.3.0":"2017-12-18T14:25:31.739Z","1.0.0":"2018-01-29T02:12:38.351Z","1.0.1":"2018-02-13T16:23:41.192Z","1.0.2":"2018-02-13T16:27:44.294Z","1.0.3":"2018-02-20T04:20:25.508Z","1.0.4":"2018-02-24T22:12:36.982Z","1.0.5":"2018-03-03T03:15:06.000Z","1.0.6":"2018-03-22T13:37:07.725Z","1.0.7":"2018-03-27T15:12:11.261Z","1.0.8":"2018-03-27T15:26:05.165Z","1.0.9":"2018-03-28T02:57:48.018Z","2.0.0":"2018-05-29T14:27:14.386Z","3.0.0":"2018-06-06T14:31:08.611Z","3.0.1":"2018-11-01T06:17:36.211Z","3.0.2":"2019-04-10T20:10:18.238Z","3.0.4":"2019-10-03T16:17:56.986Z","3.0.8":"2020-05-08T19:32:31.392Z","3.0.9":"2020-11-05T01:25:09.010Z","4.0.0":"2023-06-06T12:56:58.718Z","5.0.0":"2023-08-27T13:02:02.519Z","6.0.0":"2024-05-03T22:56:32.850Z","6.1.0":"2026-03-04T22:08:03.204Z"},"readmeFilename":"README.md","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme"}