package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "husky@^7.0.4",
  3. "_id": "husky@7.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
  6. "_location": "/husky",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "husky@^7.0.4",
  12. "name": "husky",
  13. "escapedName": "husky",
  14. "rawSpec": "^7.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.4"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
  22. "_shasum": "242048245dc49c8fb1bf0cc7cfb98dd722531535",
  23. "_spec": "husky@^7.0.4",
  24. "_where": "H:\\gs_nuxt",
  25. "author": {
  26. "name": "Typicode",
  27. "email": "typicode@gmail.com"
  28. },
  29. "bin": {
  30. "husky": "lib/bin.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/typicode/husky/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Modern native Git hooks made easy",
  38. "devDependencies": {
  39. "@commitlint/cli": "^12.0.1",
  40. "@commitlint/config-conventional": "^12.0.1",
  41. "@tsconfig/node12": "^1.0.7",
  42. "@types/node": "^15.3.1",
  43. "@typicode/eslint-config": "^0.1.2",
  44. "docsify-cli": "^4.4.3",
  45. "typescript": "^4.2.3"
  46. },
  47. "engines": {
  48. "node": ">=12"
  49. },
  50. "files": [
  51. "lib",
  52. "husky.sh"
  53. ],
  54. "funding": "https://github.com/sponsors/typicode",
  55. "homepage": "https://typicode.github.io/husky",
  56. "keywords": [
  57. "git",
  58. "hooks",
  59. "pre-commit"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/index.js",
  63. "name": "husky",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/typicode/husky.git"
  67. },
  68. "scripts": {
  69. "build": "tsc",
  70. "lint": "eslint src --ext .ts",
  71. "prepare": "npm run build && node lib/bin install",
  72. "serve": "docsify serve docs",
  73. "test": "sh test/all.sh"
  74. },
  75. "version": "7.0.4"
  76. }