{
  "_args": [
    [
      "husky@3.1.0",
      "/var/www/html/naka"
    ]
  ],
  "_development": true,
  "_from": "husky@3.1.0",
  "_id": "husky@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==",
  "_location": "/husky",
  "_phantomChildren": {
    "@babel/code-frame": "7.24.6",
    "@types/normalize-package-data": "2.4.4",
    "error-ex": "1.3.2",
    "escape-string-regexp": "1.0.5",
    "json-parse-even-better-errors": "2.3.1",
    "lines-and-columns": "1.2.4",
    "normalize-package-data": "2.5.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "husky@3.1.0",
    "name": "husky",
    "escapedName": "husky",
    "rawSpec": "3.1.0",
    "saveSpec": null,
    "fetchSpec": "3.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/husky/-/husky-3.1.0.tgz",
  "_spec": "3.1.0",
  "_where": "/var/www/html/naka",
  "author": {
    "name": "Typicode",
    "email": "typicode@gmail.com"
  },
  "bin": {
    "husky-run": "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": "^2.4.2",
    "ci-info": "^2.0.0",
    "cosmiconfig": "^5.2.1",
    "execa": "^1.0.0",
    "get-stdin": "^7.0.0",
    "opencollective-postinstall": "^2.0.2",
    "pkg-dir": "^4.2.0",
    "please-upgrade-node": "^3.2.0",
    "read-pkg": "^5.2.0",
    "run-node": "^1.0.0",
    "slash": "^3.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": "^5.0.3",
    "@types/jest": "^24.0.18",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "^12.7.12",
    "@typescript-eslint/eslint-plugin": "^2.3.3",
    "@typescript-eslint/parser": "^2.3.3",
    "cross-env": "^6.0.3",
    "del": "^5.1.0",
    "del-cli": "^3.0.0",
    "eslint": "^6.5.1",
    "eslint-config-prettier": "^6.4.0",
    "eslint-config-xo-space": "^0.21.0",
    "eslint-plugin-prettier": "^3.1.1",
    "formatree": "^1.0.2",
    "jest": "^24.9.0",
    "markdown-toc": "^1.2.0",
    "mkdirp": "^0.5.1",
    "pinst": "^1.1.1",
    "pkg-ok": "^2.3.1",
    "prettier": "^1.18.2",
    "tempy": "^0.3.0",
    "ts-jest": "^24.1.0",
    "typescript": "^3.6.4"
  },
  "engines": {
    "node": ">=8.6.0"
  },
  "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?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "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",
    "devinstall": "npm run build && cross-env HUSKY_DEBUG=1 npm run _install -- node_modules/husky && node scripts/dev-fix-path",
    "devuninstall": "npm run build && cross-env HUSKY_DEBUG=1 npm run preuninstall -- node_modules/husky",
    "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": "3.1.0"
}
