{ "_from": "husky@^0.14.3", "_id": "husky@0.14.3", "_inBundle": false, "_integrity": "sha512-e21wivqHpstpoiWA/Yi8eFti8E+sQDSS53cpJsPptPs295QTOQR0ZwnHo2TXy1XOpZFD9rPOd3NpmqTK6uMLJA==", "_location": "/husky", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "husky@^0.14.3", "name": "husky", "escapedName": "husky", "rawSpec": "^0.14.3", "saveSpec": null, "fetchSpec": "^0.14.3" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/husky/-/husky-0.14.3.tgz", "_shasum": "c69ed74e2d2779769a17ba8399b54ce0b63c12c3", "_spec": "husky@^0.14.3", "_where": "/var/lib/jenkins/workspace/cawg-app-h5", "author": { "name": "Typicode", "email": "typicode@gmail.com" }, "bugs": { "url": "https://github.com/typicode/husky/issues" }, "bundleDependencies": false, "dependencies": { "is-ci": "^1.0.10", "normalize-path": "^1.0.0", "strip-indent": "^2.0.0" }, "deprecated": false, "description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)", "devDependencies": { "jest": "^20.0.4", "mkdirp": "^0.5.1", "prettier": "^1.4.4", "rimraf": "^2.6.1", "tempy": "^0.1.0" }, "engines": { "node": ">=4" }, "homepage": "https://github.com/typicode/husky", "keywords": [ "git", "hook", "hooks", "pre-commit", "precommit", "post-commit", "postcommit", "pre-push", "prepush", "post-merge", "postmerge", "test" ], "license": "MIT", "name": "husky", "repository": { "type": "git", "url": "git://github.com/typicode/husky.git" }, "scripts": { "format": "prettier --single-quote --no-semi --write **/*.js", "install": "node ./bin/install.js", "test": "jest", "uninstall": "node ./bin/uninstall.js" }, "standard": { "env": { "jest": true } }, "version": "0.14.3" }