{"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","jquery","preset"],"dist-tags":{"latestt":"3.0.10","next":"3.0.11","latest":"6.1.0"},"author":{"name":"Steve Mao"},"description":"JQuery preset for conventional-changelog.","readme":"# conventional-changelog-jquery\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-jquery.svg\n[npm-url]: https://npmjs.com/package/conventional-changelog-jquery\n\n[node]: https://img.shields.io/node/v/conventional-changelog-jquery.svg\n[node-url]: https://nodejs.org\n\n[deps]: https://img.shields.io/librariesio/release/npm/conventional-changelog-jquery\n[deps-url]: https://libraries.io/npm/conventional-changelog-jquery\n\n[size]: https://packagephobia.com/badge?p=conventional-changelog-jquery\n[size-url]: https://packagephobia.com/result?p=conventional-changelog-jquery\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) [jQuery](https://github.com/jquery/jquery) preset.\n\n**Issues with the convention itself should be reported on the JQuery issue tracker.**\n\n## Install\n\n```bash\n# yarn\nyarn add -D conventional-changelog-jquery\n# pnpm\npnpm add -D conventional-changelog-jquery\n# npm\nnpm i -D conventional-changelog-jquery\n```\n\n## JQuery Convention\n\nCommit messages should describe what changed, and reference the issue number if the commit closes or is associated with a particular issue. Commit messages for all jQuery projects should look like this:\n\n```\nComponent: Short Description\n\nOptional Long Description\n\nFixes #xxx\nCloses gh-yyy\nRef #zzz\n```\n\nEvery commit must have a subject (the first line). Everything else is optional.\n\n### Subject\n\nThis is the first line. It consists of a component, like \"Event\" or \"Autocomplete\".\n\n### Long description\n\nThere are two line breaks between the subject and the long description. The description can have any length and formatting, like lists.\n\n### References\n\nReferences to issues or pull requests go after the long description, each one on their own line.\n\n* Use **Fixes** when the commit fixes an open issue.\n\n* Use **Closes** when the commit closes an open pull request.\n\n* Use **Ref** when referencing an issue or pull request that is already closed or should remain open. Examples include partial fixes and commits that add a test but not a fix.\n\n* Always use \"gh-xxx\" for GitHub issues and pull requests within the same repository. Use \"\\[user\\]/\\[repo\\]#xxx\" when referencing an issue or pull request in another repository, e.g., \"Closes jquery/jquery-ui#175\".\n\nBased on https://github.com/jquery/contribute.jquery.org/blob/master/pages/commits-and-pull-requests.md#commit-guidelines\n","repository":{"type":"git","url":"git+https://github.com/conventional-changelog/conventional-changelog.git","directory":"packages/conventional-changelog-jquery"},"users":{"flumpus-dev":true},"bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"license":"ISC","versions":{"0.0.0":{"name":"conventional-changelog-jquery","version":"0.0.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@0.0.0","maintainers":[{"name":"dev","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/stevemao/conventional-changelog-jquery#readme","bugs":{"url":"https://github.com/stevemao/conventional-changelog-jquery/issues"},"dist":{"shasum":"00a5349b90afe73c4d73c80f21bad316c9884a9e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-0.0.0.tgz","integrity":"sha512-qF5n/I5eU8d8lXm/csP+j5IqHa+nMnB9gR2lWs6kAu1idy1FEcADwSmqsXDz5lmZm++RAgVoljJTsZt8B/urtw==","signatures":[{"sig":"MEQCIAORaDux9w6/sK1SYiVaE2HKbK/nvajuATZ+N+PSXmp/AiAakJ87lE8XsR5gileXunPopWLyGWgyVVdHep4I7tKqdw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"00a5349b90afe73c4d73c80f21bad316c9884a9e","gitHead":"308bf0cef20f6d496855195be9be545692ee4045","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-jquery.git","type":"git"},"_npmVersion":"2.14.7","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"4.2.3","dependencies":{"q":"^1.4.1","semver":"^5.1.0"},"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-jquery","version":"0.1.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@0.1.0","maintainers":[{"name":"dev","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/stevemao/conventional-changelog-jquery#readme","bugs":{"url":"https://github.com/stevemao/conventional-changelog-jquery/issues"},"dist":{"shasum":"0208397162e3846986e71273b6c79c5b5f80f510","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-0.1.0.tgz","integrity":"sha512-wbz5vVcvu/SPZTDFB21fF/xo5zFq6NQR42jhtUfOrrP1N/ZjNshhGb3expCGqHYdnUHzPevHeUafsVrdxVD5Og==","signatures":[{"sig":"MEUCICxY5kD7zhP9GmFBKT0ckWPbmJ1XJnNDwntuwJpCDMagAiEA1xR/TWci++fDjQS3apIv7UUT5IOkROhgBnd6oApyGhY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"0208397162e3846986e71273b6c79c5b5f80f510","gitHead":"ce223de2bde0e85cfe63718128e339c1303698eb","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-jquery.git","type":"git"},"_npmVersion":"2.14.12","description":"conventional-changelog jquery 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-jquery","version":"0.2.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@0.2.0","maintainers":[{"name":"dev","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-jquery/issues"},"dist":{"shasum":"4b21c7c8e09871435942080c18574f64ed9add2f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-0.2.0.tgz","integrity":"sha512-0f4Of+KAAM3LLcMic5GTtyKQosSoDLcCrah1lpoIX0jVrR7YdIvUksVqO9iq7aca39aENJXtysHt7XM2Ou6iyA==","signatures":[{"sig":"MEUCIA1NdQEZxUoAs1bTL6e+pyaC0l5zaUEta1VGZeyjq+FfAiEA8+9OqzWkZVXlgviLzjn2ocMjYdTYibTMrXgrLd4kyVk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"4b21c7c8e09871435942080c18574f64ed9add2f","gitHead":"3ccea995e01c6b6977a086e89278556306e5f318","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/conventional-changelog/conventional-changelog-jquery.git","type":"git"},"_npmVersion":"2.15.0","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"4.4.2","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"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery-0.2.0.tgz_1460873515246_0.013752566650509834","host":"packages-12-west.internal.npmjs.com"}},"1.0.0":{"name":"conventional-changelog-jquery","version":"1.0.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.0.0","maintainers":[{"name":"dev","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-jquery/issues"},"dist":{"shasum":"457775413cef9d9eceeab20f82c5b150f30a2a23","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.0.0.tgz","integrity":"sha512-RvtrACKNPGHux5ngOHV+6cqYSCRtWlEpDBr9uxRrT/aGK34B/TqPz6H3dNvdV4hLvcWbhGrHF4qPyUVj2a6F9g==","signatures":[{"sig":"MEQCIBS7yQ75Hiz6Z621yGLvNr4m3ZHvwtAirWzJxuh/pdZ+AiAin7cv44Zm7DalGJ+PPdjyC3CY31KoZIc0QdxL7yi1lA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"457775413cef9d9eceeab20f82c5b150f30a2a23","gitHead":"d29813574e6c1218d62647fadf7b954901bd57bc","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/conventional-changelog/conventional-changelog-jquery.git","type":"git"},"_npmVersion":"2.15.0","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"4.4.2","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.5.0","jscs":"^3.0.3","mocha":"*","jshint":"^2.9.1","shelljs":"^0.6.0","istanbul":"^0.4.2","through2":"^2.0.0","coveralls":"^2.11.6","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery-1.0.0.tgz_1460882104818_0.19425631710328162","host":"packages-16-east.internal.npmjs.com"}},"1.1.0":{"name":"conventional-changelog-jquery","version":"1.1.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.1.0","maintainers":[{"name":"dev","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-jquery/issues"},"dist":{"shasum":"153e1ce4df73aec2f48afe7486314918c15657ac","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.1.0.tgz","integrity":"sha512-1twQd0JAaKxy+3q7IPrcLNd8BNJzgL1m10gznTHfEGV8iLbRiL3Tm5BHEZkBXVRrM7JFBMA7VUXAFFSuLfYjBw==","signatures":[{"sig":"MEUCIQDQ01ruZTiHhbmJzv94xdERqby4uP91XqfPu5HOTls7ggIgRI4nhAylkyIsxLEzQGl9i2GeC82g/2d+k7oX+fW+BUk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"153e1ce4df73aec2f48afe7486314918c15657ac","gitHead":"7b8738065346a735bb79792b5d1cd391a5982359","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/conventional-changelog/conventional-changelog-jquery.git","type":"git"},"_npmVersion":"2.15.0","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"4.4.2","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.5.0","jscs":"^3.0.3","mocha":"*","jshint":"^2.9.1","shelljs":"^0.6.0","istanbul":"^0.4.2","through2":"^2.0.0","coveralls":"^2.11.6","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery-1.1.0.tgz_1460886588745_0.62901297560893","host":"packages-16-east.internal.npmjs.com"}},"1.1.1":{"name":"conventional-changelog-jquery","version":"1.1.1","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.1.1","maintainers":[{"name":"dev","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-jquery/issues"},"dist":{"shasum":"0f58bf03550113b09ffb793e142b9f8ed820915b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.1.1.tgz","integrity":"sha512-jkEPp8Et5p64o85W1RBAb2gH+HyMBm3JDT7EO+bxh+03SVQyRetVRsyhP/JwSk7ig/oGDwv8Aw+AnN9ToO3Hrw==","signatures":[{"sig":"MEUCIQCHQXmO3l2Wmp3X0CnfXf8CI6bgRpxSAG9o3p7ewaUr4gIgb8TGN4Cs8zwr+GV3zEoR1wJbu6mmxkWTO9yuZb+HJd8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"0f58bf03550113b09ffb793e142b9f8ed820915b","gitHead":"1010b5899ad36e340eddb2c303269a0d501d60f4","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/conventional-changelog/conventional-changelog-jquery.git","type":"git"},"_npmVersion":"2.15.0","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"4.4.2","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.5.0","jscs":"^3.0.3","mocha":"*","jshint":"^2.9.1","shelljs":"^0.6.0","istanbul":"^0.4.2","through2":"^2.0.0","coveralls":"^2.11.6","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery-1.1.1.tgz_1460891242408_0.9812675982248038","host":"packages-16-east.internal.npmjs.com"}},"1.2.0":{"name":"conventional-changelog-jquery","version":"1.2.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.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/conventional-changelog/conventional-changelog-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-jquery/issues"},"dist":{"shasum":"6c248114125a1c9c1c9f834dda39992a3055bebf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.2.0.tgz","integrity":"sha512-WXg8VInGkpjm9bMGGpCf51Qns5ZZt5YSsjzHxGgl5LXc3D4ON5bcEzZxXcUTl40frr5TxPe6MILWRXjNHrFzHw==","signatures":[{"sig":"MEMCH1XZaQmdTT4F6cmCPbZZht774Uodeo00tnPmfKWRrsoCICUQ6BjfQVsb7Hw/XEZqpHlteTNjYCPsc1NIQCQ97FmX","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":"mocha --timeout 30000"},"_npmUser":{"name":"dev","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-jquery.git","type":"git"},"_npmVersion":"5.3.0","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"6.10.3","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.5.0","jscs":"^3.0.3","mocha":"*","jshint":"^2.9.1","shelljs":"^0.6.0","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery-1.2.0.tgz_1500334224700_0.3783803393598646","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"conventional-changelog-jquery","version":"1.2.1","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.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/conventional-changelog/conventional-changelog-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-jquery/issues"},"dist":{"shasum":"210f4f1f70ae7dba511e7a07066f6eb2c476d5c6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.2.1.tgz","integrity":"sha512-ElnS7ThwiwD/oUXeXb2FYrzFzhDJWz1ZEy+adAnV5rwLbM6yCC/mGEqOOyuR6BZnrMDUw15QyNaCkF9+uj91Ew==","signatures":[{"sig":"MEUCIQD4KfoPu5ZIBgeJwfRE/2jQYsYpe+qG25MsBqGApeJEfAIgduI01+pAZxLuQuOYuwf40KZZZ30SCaQkK91IFLuocKk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js","templates"],"_shasum":"210f4f1f70ae7dba511e7a07066f6eb2c476d5c6","scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"mocha --timeout 30000"},"_npmUser":{"name":"dev","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-jquery.git","type":"git"},"_npmVersion":"3.10.10","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"6.10.3","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.5.0","jscs":"^3.0.3","mocha":"*","jshint":"^2.9.1","shelljs":"^0.6.0","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery-1.2.1.tgz_1510532235332_0.6850506216287613","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"conventional-changelog-jquery","version":"1.3.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.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/conventional-changelog/conventional-changelog-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-jquery/issues"},"dist":{"shasum":"5072e578b52971be0d216f18a55ffeed96ff3b10","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.3.0.tgz","integrity":"sha512-v8wk1eewFVQ4IRnCPJKqL9bfZOybgA2smHLvCiv5aCSl8mGTb7Z/8UF2xAoHMkMKw/GLcTHZwtQXDuolkvDHMg==","signatures":[{"sig":"MEUCIQDUpqnqMKTdzgSpR1iUs6Bwu2YbZv2yREu/bLI+zkyoAgIgFW+9HPyQ72T9QDMDeOp4ZmCyJBOjjpf9gKu1eOZYR2s=","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":"5072e578b52971be0d216f18a55ffeed96ff3b10","scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"mocha --timeout 30000"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-jquery.git","type":"git"},"_npmVersion":"3.10.10","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"6.12.1","dependencies":{"q":"^1.4.1"},"devDependencies":{"chai":"^3.5.0","jscs":"^3.0.3","mocha":"*","jshint":"^2.9.1","shelljs":"^0.6.0","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery-1.3.0.tgz_1513607133962_0.19578931154683232","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"conventional-changelog-jquery","version":"1.3.1","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.3.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/conventional-changelog/conventional-changelog-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-jquery/issues"},"dist":{"shasum":"aa1cd7de10299348da3e8627eccc644d255b8dfc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.3.1.tgz","fileCount":11,"integrity":"sha512-unNuo5l5FjBCDAyPY3bxS6YoVMj2HeyvX06CSSr3Gtdh0HbAFecyrPZ455YYstfGTOmo87yv3CFk9ybrzP10kQ==","signatures":[{"sig":"MEUCIQDUQGhsUQkeOBjhkj7mEUv3dx16qHKhwH+etl2PzARdsgIgPBx7Pph+eJy8Y0lBk8qUHc9d/D+5RC1g0ZwxN9DkIek=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9823},"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":"mocha --timeout 30000"},"_npmUser":{"name":"dev","email":"ben@npmjs.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-jquery.git","type":"git"},"_npmVersion":"5.4.2","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"8.8.1","dependencies":{"q":"^1.4.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^3.5.0","jscs":"^3.0.3","mocha":"*","jshint":"^2.9.1","shelljs":"^0.6.0","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_1.3.1_1518539020881_0.8493854723239227","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"conventional-changelog-jquery","version":"1.3.2","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.3.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/conventional-changelog/conventional-changelog-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-jquery/issues"},"dist":{"shasum":"d53edd26eeb6a778e2764a8a77686c9c74a4e2af","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.3.2.tgz","fileCount":11,"integrity":"sha512-aLIHGqQ+X1UyXA8NmUIgUvyoVlm2lj+3RKUGnVfH7uGboRf5c1pjOnATGIcZwXWgG90lCJibBQ0eZJJt7Uyd0A==","signatures":[{"sig":"MEQCIHH3z5KMVpkRJjlQTNs8zHwQT7Ee9heBP+8Qee0VegN6AiA9lFKE1CXuWsZVrD1SLdhNJVmkEvSzCt3HTWSlXLJSQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10098},"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":"mocha --timeout 30000"},"_npmUser":{"name":"dev","email":"ben@npmjs.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-jquery.git","type":"git"},"_npmVersion":"5.4.2","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"8.8.1","dependencies":{"q":"^1.4.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^3.5.0","jscs":"^3.0.3","mocha":"*","jshint":"^2.9.1","shelljs":"^0.6.0","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_1.3.2_1518539264608_0.6828911133904558","host":"s3://npm-registry-packages"}},"1.3.3":{"name":"conventional-changelog-jquery","version":"1.3.3","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.3.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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"18ecbd9edbe949631aaf15a15f5de26cd0d95b54","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.3.3.tgz","fileCount":11,"integrity":"sha512-/22ObCmUEqNv08UCCQLf6t2WThdwvbiYKAORi7t7RsYA4GOUTPi1AVN1vcGsVs7o8LbnF1GtmzEXcVwJ8W4MvA==","signatures":[{"sig":"MEUCIBRiMvLcOgoZDxc4o4YW8R0j4cVXRl9KIA0qhSGES5v2AiEAymQuBWgL3OhVh6acVl4abzX4K0jb88xL0cT5ptNbaZI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10392},"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":"mocha --timeout 30000"},"_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 jquery preset","directories":{},"_nodeVersion":"8.9.4","dependencies":{"q":"^1.4.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^3.5.0","jscs":"^3.0.3","mocha":"*","jshint":"^2.9.1","shelljs":"^0.6.0","istanbul":"^0.4.2","through2":"^2.0.0","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_1.3.3_1519100425400_0.8020582350989576","host":"s3://npm-registry-packages"}},"1.3.4":{"name":"conventional-changelog-jquery","version":"1.3.4","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.3.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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"822ca8c84f5528a4e2edac1ffe1a8c31777b8f79","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.3.4.tgz","fileCount":11,"integrity":"sha512-yJNCU9U4fvpR/Nn7Rk2Punje65YDpYNyuIeYsRhwbtGyq4NqekuenXef2BYInvWB3GgC2ZgeI6c413ReXGDWqA==","signatures":[{"sig":"MEUCIQCNX67WMn2Rnact207f3bgojOMy2+Sz0XghnLcTPTbq9gIgHeuC03PZazunONsK/s9X9r2sm5zPgali+Q57cAsXtTs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10548},"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":"mocha --timeout 30000"},"_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 jquery 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":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_1.3.4_1519510356844_0.9862700840878065","host":"s3://npm-registry-packages"}},"1.3.5":{"name":"conventional-changelog-jquery","version":"1.3.5","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.3.5","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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"d1c68c5ea44d7bd4000c6a36ef407b0eded892b0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.3.5.tgz","fileCount":11,"integrity":"sha512-YIhdCnCsxVUKdYRPAUChsmmkGXqEY8FRpCp4m93ff/AvOmSLYQuV+4wDmMIHvEqNIG4BXaOC7A3IDvgoXkRStQ==","signatures":[{"sig":"MEYCIQD8MJ6DoDuvhrsmZPhHAlQ/DXtxDczgEuKGguDaPcDdcwIhALj8dBRzn8HWuEkXPShXsdS+wesV2ym34d6YZbNhsVss","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10753},"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":"mocha --timeout 30000"},"_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 jquery 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":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_1.3.5_1521725827754_0.6408071541228548","host":"s3://npm-registry-packages"}},"1.3.6":{"name":"conventional-changelog-jquery","version":"1.3.6","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.3.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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"10807708e8488669041be254e42a2d3f876a477f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.3.6.tgz","fileCount":11,"integrity":"sha512-BTrNTjvcJyEeN+NajM2UxFRbswPz0UFxXKq8GbM8N2guWRyZsjX1VElXjvou2ZTSlfGUvzE4QxmsHH6+c96CAA==","signatures":[{"sig":"MEUCIQD55bZCvKwhNyK/0hX2+ikGoJWzJ4b1Hp+InPogTWy8RQIgVqG7739Kkbg0Fl/Q7XtvKHIQ0J+y/4yriJ3r2V5SmFE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10994},"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":"mocha --timeout 30000"},"_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 jquery 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":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_1.3.6_1522163517327_0.8058813335612662","host":"s3://npm-registry-packages"}},"1.3.7":{"name":"conventional-changelog-jquery","version":"1.3.7","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.3.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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"3cecd9d386c9130f2906eb0924b751cdbc159fe3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.3.7.tgz","fileCount":12,"integrity":"sha512-2tyvXnVBIlzDVoURsKVTYkXd+4SRF3QiRWljPIuzG4BwsFCTx3ZlPPJ8Ux56tRgTKyOw/usSsNyTEcBYTGx6OA==","signatures":[{"sig":"MEYCIQDf111Mtza2oKUjLFO3nqnTIUsx/9LN8RS6orBFQTHYEgIhAPR0VZl2jGxEiVnhc8shOaVe7KXX6Q557vU8dzA4ShPo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12064},"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":"mocha --timeout 30000"},"_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 jquery 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":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_1.3.7_1522164365707_0.028833714876420835","host":"s3://npm-registry-packages"}},"1.3.8":{"name":"conventional-changelog-jquery","version":"1.3.8","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.3.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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"5ae7c5455f1411a522a404dfa7cb67bbdde2d758","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.3.8.tgz","fileCount":12,"integrity":"sha512-1RHWm+PO8+KpRhYENyvZJKJinWPfBOBCKibkk0BNny/5flmK9/IN5PEmcTRmF5391pzwGO5HnRl09T0Uj4bQww==","signatures":[{"sig":"MEYCIQDeOzX6ngC24O8j+K1NNzCENyR0jsxdrdnewIs2kAYSFAIhAI+4dLO65+o4/q9OcZ5uhr+bEGAr9kow/6VVXRpEanUd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12423},"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":"mocha --timeout 30000"},"_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 jquery 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":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_1.3.8_1522205869773_0.4016753199774077","host":"s3://npm-registry-packages"}},"1.3.9":{"name":"conventional-changelog-jquery","version":"1.3.9","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@1.3.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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"4e190f75a0a61ada492f38123e578708612812a6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-1.3.9.tgz","fileCount":12,"integrity":"sha512-8MkZGYfd5rZQP5OGeRnYOSoVHurS3y+NMwot7NVhYUKF2NUyJGX9jA/UgfcavYvI5J/gEl8wVwoSlSNHB3zcpg==","signatures":[{"sig":"MEYCIQCd09JU7Sr89zyV1p17Dp3stM/gTxAbas+XBOSmL6xlGAIhALm1i6+gFcUeawiTlpqzFD92/TfRFzrwFJrIfHYxPK2v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12691,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1KTqCRA9TVsSAnZWagAAzFQP+wdCNpVYqyMmvDCctNxG\nIs1lKC7MI4516keH3gXcB1SquD9EDqOKkbRD/daLxWG4cERH2vutGPsYgt88\nHj5GDhsl3ba1svsTSz0/8WsyoyXBNofGPR56ltA6CrOmcAnywUCztT5meauD\n8m61TpUUgi/rCpp2cS5GoA1RxGbk9ni3pk234kGqxOTkYlMqzLNJLBZTU1Gl\n58GJGN4RSjLaObK3JcslUpn36VcgunM7Pw5SPSr02EhPYmXux0OAmxLhPhJv\n8PJKjY73gOSsOsm8opG4E5QoTYXaG0+eMz85utzUtbr2IdgHBzM8d7gy/tj8\nkvc+P/+pdQEkPtm4jpG9o620/C95SAmRgIiwlxJ8VDtKQGXosv/Itz+xSsz5\nsMMguiMunxeV0bDK+UUy6IZbmUdDz8XbLz9mEtGu49R6gsLz41JXka2VZz0h\nFrxCddzV9tiHScHOuITBqDfbekxi9ckzrAQEVhBMb8ld3msTDS/20uZApo2e\nENz2gsxjeqijZ4FY3lYCgrWT/zeKkgw24/WtSfdZkKVh6Hll3cH+KzieRA1Z\nJy6CvUrCLM1m+Z5irWfzrC4fM9wAAIqxGohvb6GGJB+4Vj4SpAEGO7TuzO/W\nZB22ku1YZyS/5klQglUbBjjmG9lh7yscKWeHphNq3sKCEecMC14O1Na0x1bm\njnmP\r\n=uS1U\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"],"scripts":{"lint":"eslint --fix .","test":"mocha --timeout=30000 && npm run-script lint","test-windows":"mocha --timeout 30000"},"_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 jquery preset","directories":{},"_nodeVersion":"8.11.1","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_1.3.9_1523885289985_0.8028492347812108","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"conventional-changelog-jquery","version":"2.0.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"ced55c03c2a35ebe079ba4db9a0b3068c9df223c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-2.0.0.tgz","fileCount":12,"integrity":"sha512-ZTmTUfW5o62rqM+xwVlvna1VSOgU567+YgiAJuNXNbcrOApm6RdYukUa//ZB+HR//cPukq7zI+1sEE12JI5EUg==","signatures":[{"sig":"MEYCIQDCpDWoQjTPMoLxAPjHEi//0vsSEwVJl0ejHvXI/3WpAAIhAK/AXxq8g3Rttmzu0w0bA14U4TAZkxP8KBKBV+9IGTUd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDWNGCRA9TVsSAnZWagAA8FkQAJCCRHxpyGWLsWBi1iyo\np6REE+vQvdz9at6fW8ZycHlsGhVgwasumdlfE6KuQ+T7c94FEWNjbp0gVZo2\n7AJwRRnr0NmRlLyqkFsQqu6EpbB0ZV929ofu6OIKAGGX8RxijQHx2V7thFYq\nLGpkrJxN/6aM4lsGuQheBecjo6TQjazkNdoU4H6cx/ScNpGOUMxB13Dnln00\n45CW+84efk4UOzLObvwz1mYwILjXT/JmZbHowU/pVpHtzzdGqhX4vKi93F06\n2cec3P0Bh6MAejubGV+ryhMvw4nbj2P0VFUA2q2N5/LkHQ2hsvTQWLpfY0GJ\nHr4ror/MXkC6mBTh1dMGyAUhBuLNVVe32wZITWhh+8JAuEyeDsY+dPhplwgy\n5eflubL3ghoybe5LBNhhub9OBAJP1MRhmbhDRuvUCF4FrsIufaEhq6AZs7FU\nQ/JbeKVobX+XF4++FrZ5XnNPhMGJu9A1F5+zVsViQOfjWwMPAqC5JYzDn2AE\nykYylhunDRNmScM7X8nXnI2R7c5B51eXzuTsxtUOZQYVMrGjTOa9QvQGAZ6d\nOMtQCOzipsobOwDkWJEKBiytpzpFC1FoqFPzCPWcfdc7bI4vMuPQF7w8o2DN\njFDl0Im1g7cm8dJVD9LRM2DO8lKcsN8CYk3NfqSjTSIr+aW5kGhSxuIpIXva\nOlUb\r\n=VeCw\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":"mocha --timeout 30000"},"_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 jquery 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":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_2.0.0_1527604037777_0.10385145688749087","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"conventional-changelog-jquery","version":"2.0.1","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@2.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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"9599280fb8f93a256c2e78cac92cc07cdccef65f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-2.0.1.tgz","fileCount":12,"integrity":"sha512-Rfxb/rSvTz5FTCWyMvKez++l3FnyAT96GhROE526z0vfkmBrMVoTZpPQuuJW2tEc1NU913sd/BmvzvBBWlfFJQ==","signatures":[{"sig":"MEUCIQCMcvsYKIps5slfVMaGiqz4pfo/j59BnrOIGIl1zomAVwIgRjrOG+XzIoQ/BKKBsSzcGD+MkUghakyREQ0OuPg+m1w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14845,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbEulbCRA9TVsSAnZWagAAnPMP+wWjLDtCwcIDkOsIar7B\n0iVhL6GfEXJ2Qzr0spHkEtJsj0JzJpGFXfovtcIicaEgOvv7WQf4TCkPukQh\nZOxzTLmu/A2WX+sMVDckG+FA0hAF2of0Ic/Ofq00JjUDq27IDPAVf2gxnpt1\nTYtN3p4rC9qpvzNK1LyHvpBOQd59IRyLGJtHycvI4995c7TzxCkjPypSZviB\ngjh9P40644tQM0rPmgldbEeHdkDD0Khnc3pc43LB53nBhCFGObfvTlNhTl+k\neymUKKqUFjsvdpHM64syc69QWGm+eugSfdjaQ667wyGqsQ+8nQQKlfWKmFDw\nHMQ948Ku1vU+Xr2NpBtKmrfa2qcuPVpglDNw7PgPRwKlfHJd9DOOQM/1gVpa\nb48kMa+nYN+Fau+41Szk+uTMAtDyOiEDWq3f6eIJjn7+v0tnDLGcvfXkNoN1\nMBjxn2tEadblU2cz1vX9YAKtpVkpltGH2pfAwbxWLXox3RSWHSOpdlHJKJ42\nR3/bLV5lgBAik1+DtD7ows9y62cPkFzxUPEodD1IDwdQRkuffroi0rFkrwQs\nKMAym4GBFVivx5PTaylDLYrdJfiP++0vYS9Ql37heinhQSgFO5HhFSPr/GKg\nPZlj7zhKYwHOyWyYf8LVjlSkKiZjwUMT/T/kGRSWhTJCHTOr4AWR7+1IMbms\nPywI\r\n=ty7f\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":"mocha --timeout 30000"},"_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 jquery 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":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_2.0.1_1527966042502_0.11580725464802555","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"conventional-changelog-jquery","version":"3.0.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"015ca8afb74708cbbb12b6176aff318d2cf6f557","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.0.tgz","fileCount":12,"integrity":"sha512-7TAPOnRjvrNY9lRDiYNFjRyLmDWgNj0oTBs91gf/6F2cCUDEN9UZ2oD2jN/VZvRujjl/iy9/v8wXzi38Is1KJA==","signatures":[{"sig":"MEUCIHjjDLKEClnD7cK+FBiNvO2TjbtypZ5ttKH7U9uDgyTDAiEA4NU5vD25OZWGQy5eH7FOQyx4hlv3M3REH52+mdIqxwc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15593,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbF/AwCRA9TVsSAnZWagAA/kgP/RKh3/VIfmgJm8xktjHQ\nTaTFIRBk2c34/ZjOMIVbz7L6aTWiuFyWa109da+A/GmVWSoXdnGOyeN/ZblJ\nAhGbdUEjT7n1QMx777dOb802strI2DfVwfikgF3WtrLekCqZ2ELXVgnGKhi1\niLUTVkDN305Pgg36KM9a7hLNIiuaO6MV7/h1dMMaXQmk94gB5FM7Yb6DAe8I\nTy6cnFW9g+/UHlAGAjbMGkrIWOP6sAWmDTs9LKQzR2xTCIfZLlsxhei+Lv8b\nx04UiGuM3t2rBxrdyRtWPidbrtlrb2YbuiqmMShHlDKHurFaeOcgjjBZT9zq\nhKHbOQblaXcBGRkk0QJYahf96DuZyOXHjmUvF6YcwRb5j4yq9Xp2X6nWTOqd\nCqUkdvbGcRiFPmOaJ28RveLnbM0yej3mAz2D0NsPOlOpydRhQEuugrksrrVi\nN/T6L52Lrxa7NuTAbHwgJ3OsNp423ZHN22e1erMGLloZ4NncCYvv06LwAkGw\nwhVnrEFQOjkx+YH0xoeGo0qDZXXRdzb9U6hGOo2yVxc42BXgsY+ziVnfLPKs\nMI5te1YKmXBtRLgKDpol9lJ5WPsoOCSZ2X9lx2WLS0lKaVZ6PuuiUtojuMO1\nY4I1j+HXIsfkNT0gqdI+y39VYs/KBtodYRzWBexg3TExNwdhOX8UKOm+njsV\niJqr\r\n=DGk8\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":"mocha --timeout 30000"},"_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 jquery 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":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_3.0.0_1528295471614_0.12037427076490315","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"conventional-changelog-jquery","version":"3.0.1","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"4b5d8305f35570b828a28f3977885e0f5290d515","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.1.tgz","fileCount":12,"integrity":"sha512-ahAsnE3NVwxek48fyu2ujiuBVWViDAE3O6urOaKRdIMIZRobtAQdDraLr0Dpvgp7dNM0PWaRwyyHrdClAi/3Vw==","signatures":[{"sig":"MEUCIQCg1WqmQnMTjZdfMvW8ovb2qIt+eCHQm8QUHUJGsMJskgIga/kVcnyh6mfHakqeppEwjWhf1cj5rsP7FWv4sibh2g0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfGE/CRA9TVsSAnZWagAA+wIP/R0VP2s7Jij71U5ojEgk\nY7SE7yKthAtPihb4TUSkwf24ggOFD6NTgXhGr4iPizo2WKvLXv9bLNlG1k5V\nc/1GKqohbX/xDwKtfEinV17DUpOIFYLuwYEbFYhtAgCKGVLSOpb3CJLTq/QN\n3CInac+hEyckNRD5buiLjHtX1H8JM2NOLLrlmb+3MOM6R/gL7O3AZA8GFd1t\nt30u3Ovr1hXBSURMt3xRczxwykCCPIAqfJARQ9z/U5LcKuUsqEh+/QMPt7Mc\n0tl6v3/6Pdg3p7KQfS3FokaM3E0IVOjARzN2DpgGBt2exDKgQqEu1YBYHoEV\ntdvPzk4rBpQPHSUseCOssJeQziBM2iseptgmy+GtQ80iB28L3VElTOR1dJuW\nSJoJHf1E78fyc0GzCIeG+a2IYcHqQAaLDRQKi3CJvxJHZN2NK99ekcZLXPjk\njcM3i8QyeUJZS2BPwryGF//yEl4tPg/FifkJ0CGFumJBuAxvZK0wyEHD8KVY\nX4LYtonwp4OarLqG4Nhfir3XZieiZuOn5YN+tG1DiOFG2nJuhM3fxidf0J5z\nm6ZriGBVCcLZjr09eJQ+0fDkZq7gsfVh6knm9WtNi+rNUPlvMq/OkpBbzVkU\nOp1CtmzHcSwBNa/+Qnf451e+dL4I2BgljgFHq+q3Mdo+Exxe+hyOj9NkUQVu\nIyLQ\r\n=dh+5\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":"mocha --timeout 30000"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.0","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"10.9.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_3.0.1_1534878015082_0.09455732838012132","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"conventional-changelog-jquery","version":"3.0.2","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@3.0.2","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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"f74d89a670065b895ef14442507c673b8bca7d82","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.2.tgz","fileCount":12,"integrity":"sha512-2d6h91E0Y77H+MbR+wN7CStK9GpewPO8P4zLT6lR+jTiN0M4xeuhaKjPc3s969vJMyFMAMDzqYiQeqBFzxHyqg==","signatures":[{"sig":"MEYCIQDWCjjo2oiz+O/hnXIsohBLpT2CTkOv0tMLnzG1lN0xPAIhAKqVps7hHo2lJDAga2BGCm7FkRhrPRGbfQ1wHgJtpxlT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16129,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfGHECRA9TVsSAnZWagAAxbUP/RjCtW60UyQYjpDle4ML\n8D/G5JbxqP+/zZI6/UokiTS8mhSC6WD2/c2iAQXwWpBajiwuQbpXeAUDMcgt\nDFuHD+M+E//wGEqKvRy5zzm7TqnK3bNm0O7piMjOtuyK0HuokeTfJ03ad9Ib\nZ6Zg3CZ5IlR/FpdTfN2QFvrfCEm/fRNuaeRuqJ9h+gCipsHjYWIGMFqT4kGi\n1xWeucUVBMsO3Jq5sHnrrOc+TJjrGgLtZJijXq2Jb4CgWROCmg8AhN5DenGb\nRR7kOhVWI7+gInag42mBUAxHkjaqOAVQI71GZfQinqpMFdbpDxTmoIJqWVP/\nJEFerG7y4mG4qYCh5NqLghNgYVcJ7qVyFyyvfVraLWp4wFRu4JzyeSLfMzuQ\nLMlfKjIKvdEQ5FcFsA8b5G0yC+hpFvM8rXnRQoyHGqeOfjbT75vNUn1X9Itn\nJWcba+1iWMMRuVHkJ2kYfu1qgSMd88R72QCq399mdKBUEvZMrQAx1LKBh+c1\nCQu6nLXH1lnqVxFGwU2d1wr8ab8p+INuWLuQhVsaaRixZPvi65uOAuduXFzj\nb180A22gBr7fQqTAyF3NaQuS4da5+jeqVInOcMgfWN6L22CnAorf66PPJmLZ\nRrBFblcDd9BZ9ml/eoI55Yjj+27/+gy6yWQELaPqSxY+O66sA/75bzcnA83r\n73p4\r\n=7FoN\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":"mocha --timeout 30000"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.0","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"10.9.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_3.0.2_1534878147824_0.8089834246471959","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"conventional-changelog-jquery","version":"3.0.3","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@3.0.3","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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"d67b1c9d1442061f39310e631279dc965435f031","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.3.tgz","fileCount":12,"integrity":"sha512-NcaiSVnZpWzaT4AtHwDRu+PmGhgtXr40On9LTcVhc9hYj7BHa6t5BNu7o33wnQRPzvn0M9m4POaDUDumYXfL1Q==","signatures":[{"sig":"MEUCIQCMvKlBGjAkvbDv2Pjc4lQAKH7ufSpQUXmiprl0f10PbwIgNYVEWBVB7nGV8tUKKhJ3+f8n22+/mwcMBFPlEp+Z8/Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16397,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfGIqCRA9TVsSAnZWagAAiNYP+QFh8ecAbPZ1wT3NuVrT\nCaVydLuccnZX5E54xfgWLcLb4gaNzqZUSdHVfmCDQe2xaqmt8J2qlgk4mz/l\nfdd/Sproj2/G3/44k+ne5dWQq9lCPnAcOuxjA5YVa7vXUBaBp9Zx2Dm6V27+\nTYhzotpP66iijf2O7Y2X+JdKWi3Z7lWGeG41nVob9ittaSdosBLr5JP6yDEc\nMrc8vseV5zyrFckm2Fzy+cVHFY3mNlosEonocAyyLFbyTIfLZ+foP5gTB4zy\ndcuJgegyTWrf7Nw+/A261sddxfpdynwUa/T5OYYOFsGnh6iouMXJFvNtbHcz\nCf6d59VAvrvtWrcfkzLAf14zJQSFZ9dxALad5kEXNamthr7Ds4l25PKZdKjF\n8Lmt55y1LgkAKUQj1Q17KvjT2vjKM3fsS3i0jtJp0ddcWD+myjRovBIDHQ1j\ndbwMFM9EEOApyvH71BOcObOp4gOTOGOV49Bs4Nodzz1aly1NT+DazIJMI584\nNCmAvIyc1sPyqRslcPLJKafIyAJw+wm2onEVu3hcJaEbLdZrE3YbPJRIY8dh\n0OfmSdy+bcZFYL4fOs2FNa2J9xqB4BhvNW88bbkRc8bZ19jY6Cjc9E+cN5p8\n+uEuKH+X2sqDvfqylJ3hlxT11XOM6dZX68RTFxJOnCWP+uG72nE2fZxdnS06\niwuV\r\n=EPLi\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":"mocha --timeout 30000"},"_npmUser":{"name":"dev","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.0","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"10.9.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"shelljs":"^0.8.0","through2":"^2.0.0","conventional-changelog-core":"1.3.2"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_3.0.3_1534878249376_0.5946616860160787","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"conventional-changelog-jquery","version":"3.0.4","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@3.0.4","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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"7eb598467b83db96742178e1e8d68598bffcd7ae","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.4.tgz","fileCount":12,"integrity":"sha512-IVJGI3MseYoY6eybknnTf9WzeQIKZv7aNTm2KQsiFVJH21bfP2q7XVjfoMibdCg95GmgeFlaygMdeoDDa+ZbEQ==","signatures":[{"sig":"MEYCIQCfpsq2DvOM/+qULc8EGxo+6m2OdbuuL1udk1NlmcLsqwIhAOtMFgp3fpnTQtA46pQnbzv+s+Pb+wn42Y/w2jZG3oIk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2pqFCRA9TVsSAnZWagAAEj4QAISDeE2xHW/gf5wSdj6B\n1r+jOJB6Z6YCmD8xeugRd504B1tVVRtP0PaWbz4hZjcDkSrJ0KUTO755bjgR\nsvkDTEkiMHqecym7NBbsi2PqkTCaUkzL+YXKdONnhIBW9ieH7SySigt6esgy\ndP+zmOZQdVh9zcWfOCx1vxS/LQr3LGiIlGxpld3RkeAg5qOEAAXj5UqkshCc\nIuKptG8dCVBB+rRa1NblerIVKZLg3Hz7rLIQOUk5R6Vap6S6csOHAqvuw3ts\nVvht5lXz2HC+xTCnHBOREpJ/aKxSf0Wh+29xJ568CIr2wknXLNANk9hXMENc\nZ1RtVojQ8hai2119W4MOa8Y4Gdea1I3FWtV4iJKlL0DDpyZOtv+Byfxlkrrx\nb1UIHFMr235IhMpGdwJqoDmBJ8YxSL+uLK45ERHAlYmnrT1Hvpb5g2jLXuLK\npB+0LOa+QDKLTEu4ibNX2zXaRMitooYMRYlrvIBPXHqZ8c9a41eoqRh0gfwg\n+QUEFI66Goiux4ga+/g4Tac39U+YFyirO6eAJ4CgyWCIAxmRZI9gqQr23J2Z\nS5NXuIM4DSD77fyUdWKDBHAj1bnveiC6CZREu9I24VkI7xxwK0OYFuQBPtCy\nuVSszlPhU6TN0Q7kl3GG6G3sXGFj0poGnS/7zrK8Pbl3xcBvfDmlMtg3poZq\nrzpg\r\n=PNcP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:conventional-changelog-jquery-3.0.4.tgz","engines":{"node":">=6.9.0"},"gitHead":"f301b0de0b954713a50b2256a3140e21817d14c0","scripts":{"test-windows":"mocha --timeout 30000"},"_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 jquery preset","directories":{},"_nodeVersion":"10.12.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_3.0.4_1541053060938_0.0731625176530164","host":"s3://npm-registry-packages"}},"3.0.6":{"name":"conventional-changelog-jquery","version":"3.0.6","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@3.0.6","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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"460236ad8fb1d29ff932a14fe4e3a45379b63c5e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.6.tgz","fileCount":12,"integrity":"sha512-gHAABCXUNA/HjnZEm+vxAfFPJkgtrZvCDIlCKfdPVXtCIo/Q0lN5VKpx8aR5p8KdVRQFF3OuTlvv5kv6iPuRqA==","signatures":[{"sig":"MEQCIAqRwEuzJr+nkoGMoyPc3g9gp7GN4hYcDHZN6cufxfJLAiA8TW0R/1hKEy6aHQ1vb0iNBjN+B5PCtDbF+dIIOHSVTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlh82CRA9TVsSAnZWagAAMzYP/2sOPNBym9x078pJeK+6\nDPfVla5bTcgLnqOX/J/GJuTkrLBC+HKh3JbqNMpL23aE+4xr7eNnNAKLn/Zp\nm/LF25dNuGsXDoR9ojmEdY9DaYOWlPa1NeIXOgQH4A3JIU8Qfd2SeMIqzv9s\nsqGQsVOXtmBxWbfvW9tDLut1vQsbS3ATTy53c10YRA+H/7ERcofXG/M12QlB\n/LxH5mw2T1F0pJcl9z678xSjo6G7c86XzA+Q2P9cVj7TV16nn18fU5AebTFO\nU7wye+5SRsi5Tar+TO9lnBHv5kJgQL/YHNjhctfyJ2oS9WlS27DHabhINDLN\nhb0cW0PaV4vTO11KLuo88sbeLLaUnknyynafrsigvAVApsrWB1wX3H/Lssco\ng/a2nVuS7papZBP1GNk3ifJjvJucDWqXKVbvNEMoxbm9t7dPMM92mj0xvsjC\nVSiWQudxTcKRYttMfihAz06G2UNjNLbteYnpcRibnykI9RywoYP5qiwwzLPk\nM1c+d2xTGAqUNA1iGka24ky2Iz2dm9j22w4/GRJP3KB2Hx2J/T05pdRmXjrW\n2ORZK7C6zrKXUu128ovoYPsGsauWl/l9hop9zB9u7wbFvaPY6GjArwZI+91g\nhQFwT7ngkqIAuSX+9TIWQcZNif9mQ5rgBUd2K3NzSRC9RpcZS/XzHqxAzJGV\nA+nQ\r\n=WAn3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.9.0"},"gitHead":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","scripts":{"test-windows":"mocha --timeout 30000"},"_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 jquery preset","directories":{},"_nodeVersion":"10.16.3","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_3.0.6_1570119477371_0.06137057379389699","host":"s3://npm-registry-packages"}},"3.0.10":{"name":"conventional-changelog-jquery","version":"3.0.10","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@3.0.10","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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"fe8eb6aff322aa980af5eb68497622a5f6257ce7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.10.tgz","fileCount":12,"integrity":"sha512-QCW6wF8QgPkq2ruPaxc83jZxoWQxLkt/pNxIDn/oYjMiVgrtqNdd7lWe3vsl0hw5ENHNf/ejXuzDHk6suKsRpg==","signatures":[{"sig":"MEYCIQCCPbb0zr0nlTQrpOsbYfUOU+pEywLxW3aSDLoO3nXkMgIhAJfXhx6n/10Bde4ywxZZ5/6A8LAQopIyopqJ5wH0h2O/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetbPPCRA9TVsSAnZWagAAtvYP/jmZ2rkyVsnVTP/mG6GL\np7xIt6fQRnLeV0lkAGhCEjF8kyvZ3mKT5eb0fG8mPVux5ZN7gKcrjRUDfo1h\nLeIlWvBQ/7IUkvZd5K8P5LCntNcKMdPQKv3hLzpSTkrDKAhKpHlZgtWzvzwl\nTQ9alUdEo7p8ZJNv4VP9YlONhANVrQ48TW4jXltAqzwR+86iw32AUdA33vI/\nBqPZRjgvvPhq42XfLULBO4pdBA0FFu4Up+EL0l92supaJX69RcLGdOueEadm\n7IUCMaXcrmUdIe9xB95udHqQ1ZGuhtGy/56RsE9Skv1F0KVPYAtywKc0Gk4u\nmE93T62K0YLoV/ramtPR7G9uxxOFboenn04gVKw3G/VFAHu3hA+gJGhOZmMx\n7kifYWhniESfyKOZ5r0yw5/Q9VuIFLeaKNpkm6h1GSICbXBsB8zan5oiJENT\nBjXA4fIQtp/asTHr2vD0UOvMJYK3RbWBeiXqhOP9VPD1VzD7tUSb2qAXYRVN\njk2GJl8tXgN1hu370vShzU95Ucsa4m1znPXzY2xNShNaNtk3T9ZoUSr37Yhf\nRDAN2K//dRWPouWFvoRMHTtLH38/C4w9dxY3TaxscECCzjMmsSG6TgD3Xghf\n/kfNY9lnOlQxJb2QNRYeI/uXNugh6mUrQ1IijCFa5LEUzCu6VF0axRbDXTkz\nFS/i\r\n=X/ba\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=10"},"gitHead":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","scripts":{"test-windows":"mocha --timeout 30000"},"_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 jquery preset","directories":{},"_nodeVersion":"12.16.3","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_3.0.10_1588966351092_0.6209438288695428","host":"s3://npm-registry-packages"}},"3.0.11":{"name":"conventional-changelog-jquery","version":"3.0.11","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@3.0.11","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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"d142207400f51c9e5bb588596598e24bba8994bf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.11.tgz","fileCount":12,"integrity":"sha512-x8AWz5/Td55F7+o/9LQ6cQIPwrCjfJQ5Zmfqi8thwUEKHstEn4kTIofXub7plf1xvFA2TqhZlq7fy5OmV6BOMw==","signatures":[{"sig":"MEQCIEcKzs1qVGbtgFBbIoltx+WMzrdcTml1uPmg7rbkuoCuAiB825fGzhLRU9nrWyCnI97JlkuMkXq42bMlH0tTY8SOog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo1R1CRA9TVsSAnZWagAADVcQAKEC3a69cJ6fEhWY1+zw\naRJY4nlD34+cz3shObY8v9NyexI1cZSHG9/IPurAE4XMgLRNpJT+OnEgqBwt\nhR4RPaSoF1o4AXyGwews9JB/mmGgJNFFYxzjL3mTcZ07tZAMM/eWFLC/ZMQT\n22+u58PRdqbeephGAmtnbeT6NanjsBFDDQ21PxWQxw8z7i3t2kuKqWdvQCqk\nRckhItE/bOc+5DJCyH/6fYnEVuoqSttO0B57CQE5C4EfqivIykqdSfF9qeUi\n05i0qtPG7J/Lon1NGjsosCh3meBrxZexrEIYDdQ2Vz39ATmtMroAFV8z4C+J\nY14yLGHaT568VLTUCwdub6/c5p62gTDdalKy6QNwAeHHWcPLiQLsYDoMYA+d\nyq4v/BVbhdoQ00AZjidjyWKqZtWC5OsWBkVYgJcbvyeXici46jQhcEcDkZ0E\n3cM1kCYdG9BwcstrF07VZ81IvL92M7pVOtdcNQ4lhFvbnYghs/8YX+P9snqs\nCPIKJWjZwTi1IEknZjfZgrdKvwALB0q0sQOxj1vyrM2tMTe1D2HVSoo9HxJ2\nad+qNTaJGObi209zKrl2STtLiWhi52riI1cspTVsN2lS5XZImuNO9tdINIKO\nkZVz7oqzYGZzL/kAACEH0Ca+910Rz1fHNoufD99GYCpd8O1Btld7WYDNSF6Q\n5qzF\r\n=0kx0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=10"},"gitHead":"cc567b98facf71315f4b1620d81ce01d155efaca","scripts":{"test-windows":"mocha --timeout 30000"},"_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 jquery preset","directories":{},"_nodeVersion":"10.21.0","dependencies":{"q":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_3.0.11_1604539508745_0.8682763061360812","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"conventional-changelog-jquery","version":"4.0.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"bbfea102b8ea66a781e245d43ead0608842ae326","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-4.0.0.tgz","fileCount":11,"integrity":"sha512-TTIN5CyzRMf8PUwyy4IOLmLV2DFmPtasKN+x7EQKzwSX8086XYwo+NeaeA3VUT8bvKaIy5z/JoWUvi7huUOgaw==","signatures":[{"sig":"MEQCICV+rQB/wPlfCMjGFRP1U0q2lArK1nMHalNt/7B1O+IdAiAswcZOo8w6n/w16VMVa7M7+1Rmn4lbPvErda1gydBR5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8581},"main":"index.js","_from":"file:conventional-changelog-jquery-4.0.0.tgz","engines":{"node":">=14"},"scripts":{"test-windows":"mocha --timeout 30000"},"_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 jquery preset","directories":{},"_nodeVersion":"14.21.3","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_4.0.0_1686054913616_0.7004393863859386","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"conventional-changelog-jquery","version":"5.0.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"d56e5cc9158b5035669ac6e0f773c3e593621887","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-5.0.0.tgz","fileCount":11,"integrity":"sha512-slLjlXLRNa/icMI3+uGLQbtrgEny3RgITeCxevJB+p05ExiTgHACP5p3XiMKzjBn80n+Rzr83XMYfRInEtCPPw==","signatures":[{"sig":"MEUCIEajyc3uvLWEzRELoWAmcPExjku5VyLbCLp7DAWKWt2vAiEAtQmVyfaaqLeWYyH/m3xkKBywBDcjtnczBgNz/Lu/Eeo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9271},"main":"index.js","_from":"file:conventional-changelog-jquery-5.0.0.tgz","engines":{"node":">=16"},"_npmUser":{"name":"dev","email":"bencoe+oss-bot@gmail.com"},"_resolved":"/tmp/5e2ac2ca74059240bd9b9d47b29ceac1/conventional-changelog-jquery-5.0.0.tgz","_integrity":"sha512-slLjlXLRNa/icMI3+uGLQbtrgEny3RgITeCxevJB+p05ExiTgHACP5p3XiMKzjBn80n+Rzr83XMYfRInEtCPPw==","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"8.19.4","description":"conventional-changelog jquery preset","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_5.0.0_1693141325785_0.625728595406835","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"conventional-changelog-jquery","version":"6.0.0","keywords":["conventional-changelog","jquery","preset"],"author":{"name":"Steve Mao"},"license":"ISC","_id":"conventional-changelog-jquery@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-jquery#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"dist":{"shasum":"5b6bd8b4a720363dc6c2162a3f751961c55256b0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-6.0.0.tgz","fileCount":10,"integrity":"sha512-2kxmVakyehgyrho2ZHBi90v4AHswkGzHuTaoH40bmeNqUt20yEkDOSpw8HlPBfvEQBwGtbE+5HpRwzj6ac2UfA==","signatures":[{"sig":"MEUCIH0+3Vi30iNqiblTXk3XPUlXb2HuwyYsrU6CcULH47X0AiEAsX8QAX0dKilIFwS0xSPQ6l940TTLbYJ9V6ARc1do/Mc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8772},"type":"module","_from":"file:conventional-changelog-jquery-6.0.0.tgz","engines":{"node":">=18"},"exports":"./src/index.js","_npmUser":{"name":"dev","email":"bencoe+oss-bot@gmail.com"},"_resolved":"/tmp/43a701ae906ba0d706d3f5ce6fb1761e/conventional-changelog-jquery-6.0.0.tgz","_integrity":"sha512-2kxmVakyehgyrho2ZHBi90v4AHswkGzHuTaoH40bmeNqUt20yEkDOSpw8HlPBfvEQBwGtbE+5HpRwzj6ac2UfA==","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git","directory":"packages/conventional-changelog-jquery"},"_npmVersion":"10.5.0","description":"JQuery preset for conventional-changelog.","directories":{},"_nodeVersion":"18.20.2","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-jquery_6.0.0_1714777002485_0.7383419764579391","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"conventional-changelog-jquery","type":"module","version":"6.1.0","description":"JQuery preset for conventional-changelog.","author":{"name":"Steve Mao"},"license":"ISC","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-jquery#readme","repository":{"type":"git","url":"git+https://github.com/conventional-changelog/conventional-changelog.git","directory":"packages/conventional-changelog-jquery"},"bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"keywords":["conventional-changelog","jquery","preset"],"engines":{"node":">=18"},"exports":"./src/index.js","_id":"conventional-changelog-jquery@6.1.0","_integrity":"sha512-/sFhULybhFrMg+qc8MHHHSj7kTVMfx5C7rSM6Z9EjduVoAQJdGRq/wpv/SWPMQ+KPNSYHqDLwm/x2Z5hOcYvqQ==","_resolved":"/tmp/4cfc16e02b8673f922d677903d447525/conventional-changelog-jquery-6.1.0.tgz","_from":"file:conventional-changelog-jquery-6.1.0.tgz","_nodeVersion":"20.20.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-/sFhULybhFrMg+qc8MHHHSj7kTVMfx5C7rSM6Z9EjduVoAQJdGRq/wpv/SWPMQ+KPNSYHqDLwm/x2Z5hOcYvqQ==","shasum":"712deacf6bff224a03dfbdc9f3609d840407f884","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/conventional-changelog-jquery/-/conventional-changelog-jquery-6.1.0.tgz","fileCount":8,"unpackedSize":8345,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEp34dzBhnaDxkWAEcUZf9ZruG4UrAwLJcniNoZRFiE7AiEA7ELynVkYKU9Hl53g2x6jejFL1z2h/DLNb4q96oFapJw="}]},"_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-jquery_6.1.0_1772662088987_0.3032751299595997"},"_hasShrinkwrap":false}},"name":"conventional-changelog-jquery","time":{"created":"2015-12-26T04:38:08.713Z","modified":"2026-03-04T22:08:09.330Z","0.0.0":"2015-12-26T04:38:08.713Z","0.1.0":"2016-01-30T07:14:41.209Z","0.2.0":"2016-04-17T06:11:55.706Z","1.0.0":"2016-04-17T08:35:07.075Z","1.1.0":"2016-04-17T09:49:51.183Z","1.1.1":"2016-04-17T11:07:24.875Z","1.2.0":"2017-07-17T23:30:24.804Z","1.2.1":"2017-11-13T00:17:15.400Z","1.3.0":"2017-12-18T14:25:34.843Z","1.3.1":"2018-02-13T16:23:40.973Z","1.3.2":"2018-02-13T16:27:44.656Z","1.3.3":"2018-02-20T04:20:25.637Z","1.3.4":"2018-02-24T22:12:36.924Z","1.3.5":"2018-03-22T13:37:07.838Z","1.3.6":"2018-03-27T15:11:57.387Z","1.3.7":"2018-03-27T15:26:05.749Z","1.3.8":"2018-03-28T02:57:49.862Z","1.3.9":"2018-04-16T13:28:10.051Z","2.0.0":"2018-05-29T14:27:17.849Z","2.0.1":"2018-06-02T19:00:42.577Z","3.0.0":"2018-06-06T14:31:11.890Z","3.0.1":"2018-08-21T19:00:15.202Z","3.0.2":"2018-08-21T19:02:27.927Z","3.0.3":"2018-08-21T19:04:09.491Z","3.0.4":"2018-11-01T06:17:41.069Z","3.0.6":"2019-10-03T16:17:57.538Z","3.0.10":"2020-05-08T19:32:31.189Z","3.0.11":"2020-11-05T01:25:08.904Z","4.0.0":"2023-06-06T12:35:13.762Z","5.0.0":"2023-08-27T13:02:06.026Z","6.0.0":"2024-05-03T22:56:42.650Z","6.1.0":"2026-03-04T22:08:09.146Z"},"readmeFilename":"README.md","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-jquery#readme"}