{ "_from": "husky@^7.0.4", "_id": "husky@7.0.4", "_inBundle": false, "_integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", "_location": "/husky", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "husky@^7.0.4", "name": "husky", "escapedName": "husky", "rawSpec": "^7.0.4", "saveSpec": null, "fetchSpec": "^7.0.4" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", "_shasum": "242048245dc49c8fb1bf0cc7cfb98dd722531535", "_spec": "husky@^7.0.4", "_where": "H:\\gs_nuxt", "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": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", "@tsconfig/node12": "^1.0.7", "@types/node": "^15.3.1", "@typicode/eslint-config": "^0.1.2", "docsify-cli": "^4.4.3", "typescript": "^4.2.3" }, "engines": { "node": ">=12" }, "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": "7.0.4" }