aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package-lock.json
blob: d7fc1703e72c7c094b6b5587b84cf3513076dfb8 (plain) (blame)
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
{
  "name": "cleanup-path",
  "version": "2.0.0",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "version": "2.0.0",
      "license": "MIT",
      "dependencies": {
        "@actions/core": "^1.2.6"
      }
    },
    "node_modules/@actions/core": {
      "version": "1.2.6",
      "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
      "integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
    }
  },
  "dependencies": {
    "@actions/core": {
      "version": "1.2.6",
      "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
      "integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
    }
  }
}