{
  "_from": "husky@^8.0.3",
  "_id": "husky@8.0.3",
  "_inBundle": false,
  "_integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
  "_location": "/husky",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "husky@^8.0.3",
    "name": "husky",
    "escapedName": "husky",
    "rawSpec": "^8.0.3",
    "saveSpec": null,
    "fetchSpec": "^8.0.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
  "_shasum": "4936d7212e46d1dea28fef29bb3a108872cd9184",
  "_spec": "husky@^8.0.3",
  "_where": "/home/smiles/public_html/rpos",
  "author": {
    "name": "Typicode",
    "email": "typicode@gmail.com"
  },
  "bin": {
    "husky": "lib/bin.js"
  },
  "bugs": {
    "url": "https://github.com/typicode/husky/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Modern native Git hooks made easy",
  "devDependencies": {
    "@commitlint/cli": "^17.3.0",
    "@commitlint/config-conventional": "^17.3.0",
    "@tsconfig/node14": "^1.0.3",
    "@types/node": "^18.11.18",
    "@typicode/eslint-config": "^1.1.0",
    "docsify-cli": "^4.4.4",
    "typescript": "^4.9.4"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "lib",
    "husky.sh"
  ],
  "funding": "https://github.com/sponsors/typicode",
  "homepage": "https://typicode.github.io/husky",
  "keywords": [
    "git",
    "hooks",
    "pre-commit"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "husky",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typicode/husky.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint src --ext .ts",
    "prepare": "npm run build && node lib/bin install",
    "serve": "docsify serve docs",
    "test": "sh test/all.sh"
  },
  "version": "8.0.3"
}
