1{ 2 "name": "tf-a", 3 "lockfileVersion": 2, 4 "requires": true, 5 "packages": { 6 "": { 7 "hasInstallScript": true, 8 "devDependencies": { 9 "husky": "^5.0.4" 10 } 11 }, 12 "node_modules/husky": { 13 "version": "5.2.0", 14 "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", 15 "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", 16 "dev": true, 17 "funding": [ 18 { 19 "type": "github", 20 "url": "https://github.com/sponsors/typicode" 21 }, 22 { 23 "type": "opencollective", 24 "url": "https://opencollective.com/husky" 25 } 26 ], 27 "bin": { 28 "husky": "lib/bin.js" 29 }, 30 "engines": { 31 "node": ">= 10" 32 } 33 } 34 }, 35 "dependencies": { 36 "husky": { 37 "version": "5.2.0", 38 "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", 39 "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", 40 "dev": true 41 } 42 } 43} 44