|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "husky@7.0.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "husky@7.0.2",
- "_id": "husky@7.0.2",
- "_inBundle": false,
- "_integrity": "sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==",
- "_location": "/husky",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "husky@7.0.2",
- "name": "husky",
- "escapedName": "husky",
- "rawSpec": "7.0.2",
- "saveSpec": null,
- "fetchSpec": "7.0.2"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz",
- "_spec": "7.0.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Typicode",
- "email": "typicode@gmail.com"
- },
- "bin": {
- "husky": "lib/bin.js"
- },
- "bugs": {
- "url": "https://github.com/typicode/husky/issues"
- },
- "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.2"
- }
|