{ "_args": [ [ "husky@4.3.8", "/Users/lihai/jolijoli/pad_spa" ] ], "_development": true, "_from": "husky@4.3.8", "_id": "husky@4.3.8", "_inBundle": false, "_integrity": "sha512-LCqqsB0PzJQ/AlCgfrfzRe3e3+NvmefAdKQhRYpxS4u6clblBoDdzzvHi8fmxKRzvMxPY/1WZWzomPZww0Anow==", "_location": "/husky", "_phantomChildren": { "@babel/code-frame": "7.0.0", "@types/parse-json": "4.0.0", "error-ex": "1.3.2", "json-parse-even-better-errors": "2.3.1", "lines-and-columns": "1.2.4", "parent-module": "1.0.1", "yaml": "1.10.2", "yocto-queue": "0.1.0" }, "_requested": { "type": "version", "registry": true, "raw": "husky@4.3.8", "name": "husky", "escapedName": "husky", "rawSpec": "4.3.8", "saveSpec": null, "fetchSpec": "4.3.8" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/husky/-/husky-4.3.8.tgz", "_spec": "4.3.8", "_where": "/Users/lihai/jolijoli/pad_spa", "author": { "name": "Typicode", "email": "typicode@gmail.com" }, "bin": { "husky-run": "bin/run.js", "husky-upgrade": "lib/upgrader/bin.js" }, "bugs": { "url": "https://github.com/typicode/husky/issues" }, "collective": { "type": "opencollective", "url": "https://opencollective.com/husky" }, "dependencies": { "chalk": "^4.0.0", "ci-info": "^2.0.0", "compare-versions": "^3.6.0", "cosmiconfig": "^7.0.0", "find-versions": "^4.0.0", "opencollective-postinstall": "^2.0.2", "pkg-dir": "^5.0.0", "please-upgrade-node": "^3.2.0", "slash": "^3.0.0", "which-pm-runs": "^1.0.0" }, "description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)", "devDependencies": { "@types/ci-info": "^2.0.0", "@types/cosmiconfig": "^6.0.0", "@types/is-ci": "^2.0.0", "@types/jest": "^25.2.1", "@types/mkdirp": "^1.0.0", "@types/node": "^13.11.1", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^2.27.0", "cross-env": "^7.0.2", "del": "^5.1.0", "del-cli": "^3.0.1", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-config-xo-space": "^0.24.0", "eslint-plugin-prettier": "^3.1.2", "formatree": "^1.0.2", "jest": "^25.3.0", "markdown-toc": "^1.2.0", "mkdirp": "^1.0.4", "pinst": "^2.1.1", "pkg-ok": "^2.3.1", "prettier": "^2.0.4", "tempy": "^0.5.0", "ts-jest": "^25.3.1", "type-fest": "^0.13.1", "typescript": "^3.8.3" }, "engines": { "node": ">=10" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/husky" }, "homepage": "https://github.com/typicode/husky#readme", "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "testPathIgnorePatterns": [ "node_modules", "__env__.ts" ], "moduleFileExtensions": [ "ts", "js", "json", "node" ] }, "keywords": [ "git", "hook", "hooks", "pre-commit", "precommit", "post-commit", "postcommit", "pre-push", "prepush", "post-merge", "postmerge", "test", "lint" ], "license": "MIT", "name": "husky", "repository": { "type": "git", "url": "git+https://github.com/typicode/husky.git" }, "scripts": { "build": "del-cli lib && tsc", "doc": "markdown-toc -i README.md", "fix": "npm run lint -- --fix", "install": "node husky install", "lint": "eslint . --ext .js,.ts --ignore-path .gitignore", "postinstall": "opencollective-postinstall || exit 0", "postpublish": "pinst --disable", "postversion": "git push && git push --tags", "prepublishOnly": "npm run test && npm run build && pinst --enable && pkg-ok", "preuninstall": "node husky uninstall", "test": "npm run lint && jest", "version": "jest -u && git add -A src/installer/__tests__/__snapshots__" }, "version": "4.3.8" }