add modules

This commit is contained in:
Shawn Napora
2019-08-08 10:10:17 -04:00
parent 90d84dbeeb
commit 660b172085
655 changed files with 115589 additions and 21 deletions

12
package-lock.json generated
View File

@@ -1,15 +1,15 @@
{
"name": "node12-template-action",
"version": "0.0.0",
"name": "labeler",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@actions/core": {
"version": "file:toolkit/actions-core-0.0.0.tgz",
"version": "file:C:/Users/damccorm/Documents/node12-template/toolkit/actions-core-0.0.0.tgz",
"integrity": "sha512-P+mC79gXC2yvyU0+RDctxKUI1Q3tNruB+aSmFI47j2H0DylxtDEgycW9WXwt/zCY62lfwfvBoGKpuJRvFHDqpw=="
},
"@actions/exec": {
"version": "file:toolkit/actions-exec-0.0.0.tgz",
"version": "file:C:/Users/damccorm/Documents/node12-template/toolkit/actions-exec-0.0.0.tgz",
"integrity": "sha512-HHObusC4p1RElxIlrrN0sY/cweBYl+jKm3J/XWHPQZMipgJXB/dkVhUfl4KqH3Vim7oM2KjCGSfn+vTYrqVH3A=="
},
"@actions/github": {
@@ -21,11 +21,11 @@
}
},
"@actions/io": {
"version": "file:toolkit/actions-io-0.0.0.tgz",
"version": "file:C:/Users/damccorm/Documents/node12-template/toolkit/actions-io-0.0.0.tgz",
"integrity": "sha512-BZqiiacJkzERkYIMUQWrujLZWSFHEA6bD/LzR7QSDHpx32+PPk7NaUNmt8CG+y+OlYPc/ZZGaY3368K1ppfptA=="
},
"@actions/tool-cache": {
"version": "file:toolkit/actions-tool-cache-0.0.0.tgz",
"version": "file:C:/Users/damccorm/Documents/node12-template/toolkit/actions-tool-cache-0.0.0.tgz",
"integrity": "sha512-CCJjXKGfqR34oo1mgKpUk63g3fcoIq+aNJBZ7b73aWGot0ddju2cefJrKjhEun4FI7gYsLYg+ayAUnbFwkGd4Q==",
"requires": {
"@actions/core": "^0.0.0",