diff options
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..d7fc170 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,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==" + } + } +} |