{"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"dist-tags":{"latest":"0.13.3","beta":"0.13.3-0"},"author":{"name":"Typicode","email":"typicode@gmail.com"},"description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","readme":"# husky [![](http://img.shields.io/npm/dm/husky.svg?style=flat)](https://www.npmjs.org/package/husky) [![npm version](https://badge.fury.io/js/husky.svg)](https://www.npmjs.com/package/husky) [![Build Status](https://travis-ci.org/typicode/husky.svg?branch=master)](https://travis-ci.org/typicode/husky)\n\n> Git hooks made easy\n\nHusky can prevent bad commit, push and more :dog: _woof!_\n\n## Install\n\n```sh\nnpm install husky --save-dev\n```\n\n```javascript\n// Edit package.json\n{\n  \"scripts\": {\n    \"precommit\": \"npm test\",\n    \"prepush\": \"npm test\",\n    \"...\": \"...\"\n  }\n}\n```\n\n```bash\ngit commit -m \"Keep calm and commit\"\n```\n\n_Existing hooks aren't replaced and you can use [any Git hook](HOOKS.md)._\n\n_If you're migrating from `ghooks`, simply run `npm uninstall ghooks --save-dev && npm install husky --save-dev` and edit `package.json`. Husky will automatically migrate `ghooks` hooks._\n\n## Used by\n\n* [jQuery](https://github.com/jquery/jquery)\n* [Next.js](https://github.com/zeit/next.js)\n* [Hyper](https://github.com/zeit/hyper)\n* [Paper.js](https://github.com/paperjs/paper.js)\n* [Kibana](https://github.com/elastic/kibana)\n* [JSON Server](https://github.com/typicode/json-server)\n* [Hotel](https://github.com/typicode/hotel)\n* ... and more than 2600+ [other awesome projects](https://libraries.io/npm/husky/dependent-repositories).\n\n## Uninstall\n\n```bash\nnpm uninstall husky --save-dev\n```\n\n## Tricks\n\n<details>\n\n### Debug hooks easily\n\nIf you need to debug hooks, simply use `npm run <script-name>`. For example:\n\n```bash\nnpm run precommit\n```\n\n### Git GUI clients support\n\nIf you've installed Node using the [standard installer](https://nodejs.org/en/), [nvm](https://github.com/creationix/nvm) or [homebrew](http://brew.sh/), git hooks will be executed even in GUI applications.\n\nIn the case of [`nvm`](https://github.com/creationix/nvm), husky will try to use the `default` installed version or use the project `.nvmrc`.\n\n### Accessing Git params\n\nGit params can be found in `GIT_PARAMS` environment variable.\n\n### Setting a different log level\n\nBy default, husky will run scripts using `--silent` to make the output more readable. If you want to override this, simply pass a different log level to your scripts: \n\n```json\n\"precommit\": \"npm run some-script -q\"\n```\n\n_`-q/--quiet` is equivalent to `--loglevel warn` which is npm default log level._\n\n### Git submodule support\n\nYes\n\n### Cygwin support\n\nYes\n\n### Yarn\n\nFor Yarn, you currently need to pass `--force` to be sure that hooks are going to be installed (`yarn add husky --dev --force`). You can also manually install hooks using `node node_modules/husky/bin/install`.\n\n</details>\n\n## See also\n\n* [pkg-ok](https://github.com/typicode/pkg-ok) - prevents publishing modules with bad paths\n\n## License\n\nMIT - [Typicode :cactus:](https://github.com/typicode)\n","repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"users":{"jerkovicl":true,"capaj":true,"kreozot":true,"koulmomo":true,"ahmedelgabri":true,"hengkiardo":true,"edloidas":true,"joshq00":true,"jiku":true,"amaynut":true,"lysyi3m":true,"kbakba":true,"timdp":true,"nckcol":true,"aaronroberson":true,"l3au":true,"brunobertolini":true,"wedneyyuri":true,"thebearingedge":true,"dab0mb":true,"lemulot":true,"valvic":true,"michalskuza":true,"marcelohmdias":true,"amandavianna":true,"kontrax":true,"tmurngon":true,"gvozd":true,"glebec":true,"danielbayley":true,"pensierinmusica":true,"tehdb":true,"dny":true,"joaquin.briceno":true,"bpatel":true,"bigslycat":true,"oncletom":true,"jakubzitny":true,"mariusc23":true,"quafoo":true,"attl8d":true,"shipfi":true,"xueboren":true,"serge-nikitin":true,"keithpepin":true,"ingorichter":true,"nikolay":true,"richardzone":true,"flftfqwxf":true},"bugs":{"url":"https://github.com/typicode/husky/issues"},"license":"MIT","versions":{"0.4.0":{"name":"husky","version":"0.4.0","description":"Prevents bad commit or push (git hooks, pre-commit, pre-push and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"./bin/install.js","uninstall":"./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rm-r":"^1.0.2"},"gitHead":"a2b447c88d6c0b61249f36ba139042d2a0d1429a","_id":"husky@0.4.0","_shasum":"437918b4578b5fabc3ebe461aa692219164573fd","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"437918b4578b5fabc3ebe461aa692219164573fd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.4.0.tgz"},"directories":{}},"0.4.1":{"name":"husky","version":"0.4.1","description":"Prevents bad commit or push (git hooks, pre-commit, pre-push and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"./bin/install.js","uninstall":"./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rm-r":"^1.0.2"},"gitHead":"3666bb06ff89440f912413e142c9aeb3c7e17f6b","_id":"husky@0.4.1","_shasum":"357d964877d46ee25c6c2ef87a6b701eaf80d883","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"357d964877d46ee25c6c2ef87a6b701eaf80d883","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.4.1.tgz"},"directories":{}},"0.4.2":{"name":"husky","version":"0.4.2","description":"Prevents bad commit or push (git hooks, pre-commit, pre-push and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"./bin/install.js","uninstall":"./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rm-r":"^1.0.2"},"gitHead":"e65dbd169f69daf4c3fc160a7fc9106b4f45e477","_id":"husky@0.4.2","_shasum":"b24ffd0f9567b746e4684b734cc10dcbf1483e1c","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"b24ffd0f9567b746e4684b734cc10dcbf1483e1c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.4.2.tgz"},"directories":{}},"0.4.3":{"name":"husky","version":"0.4.3","description":"Prevents bad commit or push (git hooks, pre-commit, pre-push and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"./bin/install.js","uninstall":"./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rm-r":"^1.0.2"},"gitHead":"54fe48282d259345c3a39d96e7f3a107685db176","_id":"husky@0.4.3","_shasum":"5ece692155566cba68e512c2aab49b1eb41293dd","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"5ece692155566cba68e512c2aab49b1eb41293dd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.4.3.tgz"},"directories":{}},"0.5.0":{"name":"husky","version":"0.5.0","description":"Prevents bad commit or push (git hooks, pre-commit, pre-push and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rm-r":"^1.0.2"},"gitHead":"8197435fd90379d6ca014b5fe0d06d934d0c1208","_id":"husky@0.5.0","_shasum":"7c9bbaaa385ad2172b6323ea3a964553d7c2b438","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"7c9bbaaa385ad2172b6323ea3a964553d7c2b438","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.5.0.tgz"},"directories":{}},"0.5.1":{"name":"husky","version":"0.5.1","description":"Prevents bad commit or push (git hooks, pre-commit, pre-push and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rm-r":"^1.0.2"},"gitHead":"08189fda0e2457635630ec73006b2cf5f4fad634","_id":"husky@0.5.1","_shasum":"9159f49a48508ba263140ef8ad58f9052480a574","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"9159f49a48508ba263140ef8ad58f9052480a574","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.5.1.tgz"},"directories":{}},"0.5.2":{"name":"husky","version":"0.5.2","description":"Prevents bad commit or push (git hooks, pre-commit, pre-push and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rm-r":"^1.0.2"},"gitHead":"7990a26c0a362180588a6b896a70bb48ec89d8c3","_id":"husky@0.5.2","_shasum":"855cfe7c0a312aa729b4b038c5bab06fd01dd135","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"855cfe7c0a312aa729b4b038c5bab06fd01dd135","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.5.2.tgz"},"directories":{}},"0.5.3":{"name":"husky","version":"0.5.3","description":"Prevents bad commit or push (git hooks, pre-commit, pre-push and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"gitHead":"4f5250dfe4f7534cd7377e202735dbdab309b751","_id":"husky@0.5.3","_shasum":"461df5b878ee9ae46543aef4fd3c646d73634673","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"461df5b878ee9ae46543aef4fd3c646d73634673","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.5.3.tgz"},"directories":{}},"0.5.4":{"name":"husky","version":"0.5.4","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"gitHead":"ec23cb25e05401f0d5ea1158bb994fb6c7bae433","_id":"husky@0.5.4","_shasum":"759b533abc96d7cca32c8e75767ad2c23e12d635","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"759b533abc96d7cca32c8e75767ad2c23e12d635","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.5.4.tgz"},"directories":{}},"0.6.0":{"name":"husky","version":"0.6.0","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"gitHead":"a26c3a2a581f146fe57120280dddc636a11bd157","_id":"husky@0.6.0","_shasum":"e1d5158b8cded02e4c368fbcbad8877874989f7d","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"e1d5158b8cded02e4c368fbcbad8877874989f7d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.6.0.tgz"},"directories":{}},"0.6.1":{"name":"husky","version":"0.6.1","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"gitHead":"7e2044b73747697d36fb32469618b470df8a5003","_id":"husky@0.6.1","_shasum":"eb2c1e5db4761f0ea96f27439c121a387a2f137e","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"eb2c1e5db4761f0ea96f27439c121a387a2f137e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.6.1.tgz"},"directories":{}},"0.6.2":{"name":"husky","version":"0.6.2","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"gitHead":"7fa7740172fcdc22e2ee3e4b23cd62abb0c7334e","_id":"husky@0.6.2","_shasum":"6f8f563ba7b17a072fffd3281ec20fa06ae90ece","_from":".","_npmVersion":"2.1.8","_nodeVersion":"0.10.33","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"6f8f563ba7b17a072fffd3281ec20fa06ae90ece","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.6.2.tgz"},"directories":{}},"0.7.0":{"name":"husky","version":"0.7.0","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"gitHead":"1232b62350fbe0ccbb8f60aa6b5d63a57e2e56ab","_id":"husky@0.7.0","_shasum":"074b0273b6d0d05c46f1d8b9f77ac02a4b77247a","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"074b0273b6d0d05c46f1d8b9f77ac02a4b77247a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.7.0.tgz"},"directories":{}},"0.8.0":{"name":"husky","version":"0.8.0","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"gitHead":"cb52f281afa37f8124d27ca77ca8faeb414f6777","_id":"husky@0.8.0","_shasum":"eca7257028de70a8442c0a10cd7210fdd62dfce9","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"eca7257028de70a8442c0a10cd7210fdd62dfce9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.8.0.tgz"},"directories":{}},"0.8.1":{"name":"husky","version":"0.8.1","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"gitHead":"49372d4ee5068a376f6caa96e3d12fd61db7ef20","_id":"husky@0.8.1","_shasum":"ecc797b8c4c6893a33f48703bc97a9a5e50d860f","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"ecc797b8c4c6893a33f48703bc97a9a5e50d860f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.8.1.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"directories":{}},"0.9.0":{"name":"husky","version":"0.9.0","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"gitHead":"c38300356d960b52b151a828c02045209e38316a","_id":"husky@0.9.0","_shasum":"e959af29ad5106354341a551b4a1d2af3c9ec18a","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"e959af29ad5106354341a551b4a1d2af3c9ec18a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.9.0.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"directories":{}},"0.9.1":{"name":"husky","version":"0.9.1","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"gitHead":"ea8f5d081f7fd19f838e68490f890531d286195f","_id":"husky@0.9.1","_shasum":"c9ce97315870fb0045ee5c65bfac2a4a394a1a4b","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"c9ce97315870fb0045ee5c65bfac2a4a394a1a4b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.9.1.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"directories":{}},"0.9.2":{"name":"husky","version":"0.9.2","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"gitHead":"1438f7f81331554ea6c70809ee5c555000474e6c","_id":"husky@0.9.2","_shasum":"2a98a5639cefc3de9b4549a1de9bde2647d54ba6","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"2a98a5639cefc3de9b4549a1de9bde2647d54ba6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.9.2.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"directories":{}},"0.9.3":{"name":"husky","version":"0.9.3","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"7b18ea5e2b10512757465fa346c67a3a59fd0d3e","_id":"husky@0.9.3","_shasum":"f5d9067dd4d3bef8578fd5495c118836722f6731","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"f5d9067dd4d3bef8578fd5495c118836722f6731","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.9.3.tgz"},"directories":{}},"0.10.0":{"name":"husky","version":"0.10.0","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"mkdirp":"^0.5.1","rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"2595e01376869cfe70a97617e438c5c56451adc4","_id":"husky@0.10.0","_shasum":"474468e67fbc7c0130a181875476b2ca2e6c73f9","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"474468e67fbc7c0130a181875476b2ca2e6c73f9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.10.0.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"directories":{}},"0.10.1":{"name":"husky","version":"0.10.1","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"a01502e700954ef27ad6365c819fbef9aeb4023a","_id":"husky@0.10.1","_shasum":"fae2c99ebce37d46532a24abe6c79a9193a4abd7","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"fae2c99ebce37d46532a24abe6c79a9193a4abd7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.10.1.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"directories":{}},"0.10.2":{"name":"husky","version":"0.10.2","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"c06d6e8894b65ff51da39bcf877cedfb277467a0","_id":"husky@0.10.2","_shasum":"219ddaa8c551b193ea17d5934cf06db94111a417","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"219ddaa8c551b193ea17d5934cf06db94111a417","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.10.2.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"directories":{}},"0.11.0":{"name":"husky","version":"0.11.0","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"5c31d071f9cb7e2335afd6e9e54cc3579ca1ec1b","_id":"husky@0.11.0","_shasum":"a1af207eb96df5ab0893ceadae9bbcfe7ba04f9b","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"a1af207eb96df5ab0893ceadae9bbcfe7ba04f9b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.11.0.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/husky-0.11.0.tgz_1455665820865_0.5191447653342038"},"directories":{}},"0.11.1":{"name":"husky","version":"0.11.1","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"08b7cf4068ee5f5357f24ed43abf3ec458e71000","_id":"husky@0.11.1","_shasum":"c0236a071655e090cfe2a24976672c61f9fa094f","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"c0236a071655e090cfe2a24976672c61f9fa094f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.11.1.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/husky-0.11.1.tgz_1455751535558_0.24371422571130097"},"directories":{}},"0.11.2":{"name":"husky","version":"0.11.2","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"bin/install.js","uninstall":"bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"253c6dd8cac888f9c8dff151e5b178887ef851a9","_id":"husky@0.11.2","_shasum":"4a0cff9dbe41a79d41f8840b4956ab06a9dbdc58","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"4a0cff9dbe41a79d41f8840b4956ab06a9dbdc58","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.11.2.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/husky-0.11.2.tgz_1456528251194_0.7058389973826706"},"directories":{}},"0.11.3":{"name":"husky","version":"0.11.3","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"e3be77dfce7510567b6ecad847bfcefc2b22663f","_id":"husky@0.11.3","_shasum":"f0030a01a344ecc3ae4eabe0875f139cc871e06f","_from":".","_npmVersion":"3.7.5","_nodeVersion":"5.6.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"f0030a01a344ecc3ae4eabe0875f139cc871e06f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.11.3.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/husky-0.11.3.tgz_1456668215796_0.7186768571846187"},"directories":{}},"0.11.4":{"name":"husky","version":"0.11.4","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"8bd5cdbd8c5fa0850c5a2a8583c2fc9d043a38f6","_id":"husky@0.11.4","_shasum":"1d095c6a706242f4671c6f6cab4e0048fd646420","_from":".","_npmVersion":"3.7.4","_nodeVersion":"5.6.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"dist":{"shasum":"1d095c6a706242f4671c6f6cab4e0048fd646420","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.11.4.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/husky-0.11.4.tgz_1458246525018_0.24839647905901074"},"directories":{}},"0.11.5":{"name":"husky","version":"0.11.5","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"54f9aeb66e27e3494580ff7f4473c0f18f711bcb","_id":"husky@0.11.5","_shasum":"9dd4f5746b0c3bc3e4d37b3ea7d7f0cdf97e24d0","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"9dd4f5746b0c3bc3e4d37b3ea7d7f0cdf97e24d0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.11.5.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/husky-0.11.5.tgz_1468354353950_0.4348998984787613"},"directories":{}},"0.11.6":{"name":"husky","version":"0.11.6","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"f47f4d50bad62f54a015bf7d621a0780d0b521a8","_id":"husky@0.11.6","_shasum":"c65478d5c1414fd3bf70200e4681f9f3c91b080f","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"c65478d5c1414fd3bf70200e4681f9f3c91b080f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.11.6.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/husky-0.11.6.tgz_1469465139537_0.5382632007822394"},"directories":{}},"0.11.7":{"name":"husky","version":"0.11.7","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"normalize-path":"^1.0.0"},"gitHead":"bacfc5a52db564ea174d734210afa604d8c2e398","_id":"husky@0.11.7","_shasum":"668325f7781179a527797e52d895c0d9c30c49ea","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"668325f7781179a527797e52d895c0d9c30c49ea","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.11.7.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/husky-0.11.7.tgz_1472811422552_0.5405238505918533"},"directories":{}},"0.11.8":{"name":"husky","version":"0.11.8","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"is-ci":"^1.0.9","normalize-path":"^1.0.0"},"gitHead":"46c1ca78b64f6ad716a48650548c7b3c0d0a1ca2","_id":"husky@0.11.8","_shasum":"4e4e0899989503dda4b36b9d70236929f2596824","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"4e4e0899989503dda4b36b9d70236929f2596824","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.11.8.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/husky-0.11.8.tgz_1474425183316_0.38437377056106925"},"directories":{}},"0.11.9":{"name":"husky","version":"0.11.9","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"node test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"rimraf":"^2.2.8"},"dependencies":{"is-ci":"^1.0.9","normalize-path":"^1.0.0"},"gitHead":"41df889787b73d2f305490e05d612dd5fdf2b2c5","_id":"husky@0.11.9","_shasum":"28cd1dc16bffdca1d4d93592814e5f3c327b38ee","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"28cd1dc16bffdca1d4d93592814e5f3c327b38ee","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.11.9.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/husky-0.11.9.tgz_1476038256142_0.6457267834339291"},"directories":{}},"0.12.0-0":{"name":"husky","version":"0.12.0-0","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"mocha","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"expect":"^1.20.2","mocha":"^3.2.0","mock-fs":"^3.12.1","rimraf":"^2.2.8"},"dependencies":{"find-parent-dir":"^0.3.0","is-ci":"^1.0.9","normalize-path":"^1.0.0"},"gitHead":"90d4342cf5dd85c9d84c181b61ea1c9930f9516f","_id":"husky@0.12.0-0","_shasum":"275f7c7d0ad8cfbaea2d4cf3b89257c5c31c5534","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"275f7c7d0ad8cfbaea2d4cf3b89257c5c31c5534","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.12.0-0.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/husky-0.12.0-0.tgz_1481240631498_0.9644069466739893"},"directories":{}},"0.12.0-1":{"name":"husky","version":"0.12.0-1","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"mocha","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"expect":"^1.20.2","mocha":"^3.2.0","mock-fs":"^3.12.1","rimraf":"^2.2.8"},"dependencies":{"find-parent-dir":"^0.3.0","is-ci":"^1.0.9","normalize-path":"^1.0.0"},"gitHead":"07153933f0ad0066cacc67b8f80937c60f9ef6a2","_id":"husky@0.12.0-1","_shasum":"2dfc1b0433ceba262c11e7f5013b9546056d8c66","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"2dfc1b0433ceba262c11e7f5013b9546056d8c66","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.12.0-1.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/husky-0.12.0-1.tgz_1481241557596_0.991710081230849"},"directories":{}},"0.12.0-2":{"name":"husky","version":"0.12.0-2","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"mocha","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"expect":"^1.20.2","mocha":"^3.2.0","mock-fs":"^3.12.1","rimraf":"^2.2.8"},"dependencies":{"find-parent-dir":"^0.3.0","is-ci":"^1.0.9","normalize-path":"^1.0.0"},"gitHead":"be4180a4801a8e0636e0edcd93349d372b22fe03","_id":"husky@0.12.0-2","_shasum":"ac934a9460f3ac61c7f254cf77cb1a38a1389790","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"ac934a9460f3ac61c7f254cf77cb1a38a1389790","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.12.0-2.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/husky-0.12.0-2.tgz_1481543983115_0.36904598539695144"},"directories":{}},"0.12.0":{"name":"husky","version":"0.12.0","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"mocha","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"expect":"^1.20.2","mocha":"^3.2.0","mock-fs":"^3.12.1","rimraf":"^2.2.8"},"dependencies":{"find-parent-dir":"^0.3.0","is-ci":"^1.0.9","normalize-path":"^1.0.0"},"gitHead":"2b14ebe51f56c25ea028e6ac09712886fce6ef44","_id":"husky@0.12.0","_shasum":"3a44922fce8071803242c3c7522a6582c50525dc","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"3a44922fce8071803242c3c7522a6582c50525dc","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.12.0.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/husky-0.12.0.tgz_1481759184883_0.05756020057015121"},"directories":{}},"0.13.0-0":{"name":"husky","version":"0.13.0-0","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"mocha && standard","precommit":"npm test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"expect":"^1.20.2","mocha":"^3.2.0","mock-fs":"^3.12.1","rimraf":"^2.2.8","standard":"^8.6.0"},"dependencies":{"chalk":"^1.1.3","find-parent-dir":"^0.3.0","is-ci":"^1.0.9","normalize-path":"^1.0.0"},"standard":{"env":{"mocha":true}},"gitHead":"b717ad1c6b111a1b0bf068e9e8bee9d891b6fb99","_id":"husky@0.13.0-0","_shasum":"4c493b4ae53dbe8a96877e5ba8a27efb4857dc8d","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"4c493b4ae53dbe8a96877e5ba8a27efb4857dc8d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.13.0-0.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/husky-0.13.0-0.tgz_1484600250934_0.9895682733040303"},"directories":{}},"0.13.0-1":{"name":"husky","version":"0.13.0-1","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"mocha && standard","precommit":"npm test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"expect":"^1.20.2","mocha":"^3.2.0","mock-fs":"^3.12.1","rimraf":"^2.2.8","standard":"^8.6.0"},"dependencies":{"chalk":"^1.1.3","find-parent-dir":"^0.3.0","is-ci":"^1.0.9","normalize-path":"^1.0.0"},"standard":{"env":{"mocha":true}},"gitHead":"0c9a1dc7f3a434dde6872f079622288e221c4660","_id":"husky@0.13.0-1","_shasum":"e54920b6142a7aa734b5ffddea704f8f1a513aa7","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"e54920b6142a7aa734b5ffddea704f8f1a513aa7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.13.0-1.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/husky-0.13.0-1.tgz_1484603131248_0.5742875600699335"},"directories":{}},"0.13.0":{"name":"husky","version":"0.13.0","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"mocha && standard","precommit":"npm test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"expect":"^1.20.2","mocha":"^3.2.0","mock-fs":"^3.12.1","rimraf":"^2.2.8","standard":"^8.6.0"},"dependencies":{"chalk":"^1.1.3","find-parent-dir":"^0.3.0","is-ci":"^1.0.9","normalize-path":"^1.0.0"},"standard":{"env":{"mocha":true}},"gitHead":"52df7e303640635a564d66d5b156051d8898f53a","_id":"husky@0.13.0","_shasum":"791f77e7ad854127962c6eef2675a73d481a34e1","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"791f77e7ad854127962c6eef2675a73d481a34e1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.13.0.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/husky-0.13.0.tgz_1485042728476_0.012384949019178748"},"directories":{}},"0.13.1":{"name":"husky","version":"0.13.1","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"index.js","scripts":{"test":"mocha && standard","precommit":"npm test","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"expect":"^1.20.2","mocha":"^3.2.0","mock-fs":"^3.12.1","rimraf":"^2.2.8","standard":"^8.6.0"},"dependencies":{"chalk":"^1.1.3","find-parent-dir":"^0.3.0","is-ci":"^1.0.9","normalize-path":"^1.0.0"},"standard":{"env":{"mocha":true}},"gitHead":"bc654898848f87ea720844399dedbf37489a6256","_id":"husky@0.13.1","_shasum":"11efc6fc10e0ec4e789776f6582be37d71ba4ccf","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"11efc6fc10e0ec4e789776f6582be37d71ba4ccf","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.13.1.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/husky-0.13.1.tgz_1485175431434_0.42011778987944126"},"directories":{}},"0.13.2":{"name":"husky","version":"0.13.2","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"./src/index.js","scripts":{"test":"mocha && standard","precommit":"npm test","prepublish":"pkg-ok","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"expect":"^1.20.2","mocha":"^3.2.0","mock-fs":"^3.12.1","pkg-ok":"^1.0.1","rimraf":"^2.2.8","standard":"^8.6.0"},"dependencies":{"chalk":"^1.1.3","find-parent-dir":"^0.3.0","is-ci":"^1.0.9","normalize-path":"^1.0.0"},"standard":{"env":{"mocha":true}},"gitHead":"0c3df4a862ef866321acf513e3d0f2f491252b40","_id":"husky@0.13.2","_shasum":"9dcf212f88e61dba36f17be1a202ed61ff6c0661","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.1","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"9dcf212f88e61dba36f17be1a202ed61ff6c0661","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.13.2.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/husky-0.13.2.tgz_1488488517081_0.6505855089053512"},"directories":{}},"0.13.3-0":{"name":"husky","version":"0.13.3-0","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"./src/index.js","scripts":{"test":"mocha && standard","precommit":"npm test","prepublish":"pkg-ok","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"expect":"^1.20.2","mocha":"^3.2.0","mock-fs":"^3.12.1","pkg-ok":"^1.0.1","rimraf":"^2.2.8","standard":"^8.6.0"},"dependencies":{"chalk":"^1.1.3","find-parent-dir":"^0.3.0","is-ci":"^1.0.9","normalize-path":"^1.0.0"},"standard":{"env":{"mocha":true}},"gitHead":"c6f8bb1c8427a6543c1e78c507d11be70aef7125","_id":"husky@0.13.3-0","_shasum":"8156d59753712092d265e4a6d345a974174f2936","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.1","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"8156d59753712092d265e4a6d345a974174f2936","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.13.3-0.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/husky-0.13.3-0.tgz_1489356933665_0.6122920997440815"},"directories":{}},"0.13.3":{"name":"husky","version":"0.13.3","description":"Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)","main":"./src/index.js","scripts":{"test":"mocha && standard","precommit":"npm test","prepublish":"pkg-ok","install":"node ./bin/install.js","uninstall":"node ./bin/uninstall.js"},"repository":{"type":"git","url":"git://github.com/typicode/husky.git"},"keywords":["git","hook","hooks","pre-commit","precommit","post-commit","postcommit","pre-push","prepush","post-merge","postmerge","test"],"author":{"name":"Typicode","email":"typicode@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/typicode/husky/issues"},"homepage":"https://github.com/typicode/husky","devDependencies":{"expect":"^1.20.2","mocha":"^3.2.0","mock-fs":"^3.12.1","pkg-ok":"^1.0.1","rimraf":"^2.2.8","standard":"^8.6.0"},"dependencies":{"chalk":"^1.1.3","find-parent-dir":"^0.3.0","is-ci":"^1.0.9","normalize-path":"^1.0.0"},"standard":{"env":{"mocha":true}},"gitHead":"4b5011e854c0bccf384805107233bc72db77d9a8","_id":"husky@0.13.3","_shasum":"bc2066080badc8b8fe3516e881f5bc68a57052ff","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"typicode","email":"typicode@gmail.com"},"dist":{"shasum":"bc2066080badc8b8fe3516e881f5bc68a57052ff","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/husky/-/husky-0.13.3.tgz"},"maintainers":[{"name":"typicode","email":"typicode@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/husky-0.13.3.tgz_1490358258259_0.368880907073617"},"directories":{}}},"name":"husky","time":{"modified":"2017-03-29T10:38:21.287Z","created":"2014-06-09T01:32:44.741Z","0.1.0":"2014-06-09T01:32:44.741Z","0.1.1":"2014-06-09T01:45:28.571Z","0.1.2":"2014-06-09T01:48:42.498Z","0.1.3":"2014-06-09T01:52:41.635Z","0.1.4":"2014-06-10T05:43:06.504Z","0.1.5":"2014-06-10T19:05:49.538Z","0.2.0":"2014-06-16T19:58:07.801Z","0.2.1":"2014-06-16T22:26:59.464Z","0.2.3":"2014-06-18T20:33:55.304Z","0.3.0":"2014-06-23T00:15:59.155Z","0.3.1":"2014-06-23T00:24:16.834Z","0.3.2":"2014-06-23T08:44:16.160Z","0.3.3":"2014-06-23T12:06:41.985Z","0.4.0":"2014-06-23T12:16:57.198Z","0.4.1":"2014-06-23T13:47:40.055Z","0.4.2":"2014-06-23T14:11:58.537Z","0.4.3":"2014-06-23T14:36:22.940Z","0.5.0":"2014-06-27T16:10:27.896Z","0.5.1":"2014-06-27T17:12:47.416Z","0.5.2":"2014-07-09T04:43:04.093Z","0.5.3":"2014-07-12T06:11:17.826Z","0.5.4":"2014-07-18T20:09:23.193Z","0.6.0":"2014-07-21T12:55:07.379Z","0.6.1":"2014-08-21T10:33:56.564Z","0.6.2":"2014-11-21T04:32:23.753Z","0.7.0":"2015-03-04T21:18:04.846Z","0.8.0":"2015-05-17T19:41:16.828Z","0.8.1":"2015-05-19T23:21:04.454Z","0.9.0":"2015-07-22T05:11:14.274Z","0.9.1":"2015-07-22T06:10:43.699Z","0.9.2":"2015-07-30T13:11:58.554Z","0.9.3":"2015-08-17T17:41:08.562Z","0.10.0":"2015-09-03T01:40:33.551Z","0.10.1":"2015-09-04T12:35:12.329Z","0.10.2":"2015-11-16T20:14:39.487Z","0.11.0":"2016-02-16T23:37:04.877Z","0.11.1":"2016-02-17T23:25:38.180Z","0.11.2":"2016-02-26T23:10:52.600Z","0.11.3":"2016-02-28T14:03:38.725Z","0.11.4":"2016-03-17T20:28:47.439Z","0.11.5":"2016-07-12T20:12:36.353Z","0.11.6":"2016-07-25T16:45:41.953Z","0.11.7":"2016-09-02T10:17:04.743Z","0.11.8":"2016-09-21T02:33:05.589Z","0.11.9":"2016-10-09T18:37:38.114Z","0.12.0-0":"2016-12-08T23:43:53.420Z","0.12.0-1":"2016-12-08T23:59:19.703Z","0.12.0-2":"2016-12-12T11:59:44.977Z","0.12.0":"2016-12-14T23:46:25.430Z","0.13.0-0":"2017-01-16T20:57:32.700Z","0.13.0-1":"2017-01-16T21:45:31.820Z","0.13.0":"2017-01-21T23:52:09.063Z","0.13.1":"2017-01-23T12:43:53.244Z","0.13.2":"2017-03-02T21:01:59.172Z","0.13.3-0":"2017-03-12T22:15:34.269Z","0.13.3":"2017-03-24T12:24:20.210Z"},"readmeFilename":"README.md","homepage":"https://github.com/typicode/husky"}