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