2019-12-31 15:16:18 +00:00
|
|
|
{
|
2022-03-16 18:24:24 +00:00
|
|
|
"name": "@actions/glob",
|
2022-04-18 19:49:18 +00:00
|
|
|
"version": "0.3.0",
|
2022-03-16 18:24:24 +00:00
|
|
|
"lockfileVersion": 2,
|
|
|
|
"requires": true,
|
|
|
|
"packages": {
|
|
|
|
"": {
|
|
|
|
"name": "@actions/glob",
|
2022-05-11 21:14:25 +00:00
|
|
|
"version": "0.3.0",
|
2022-03-16 18:24:24 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-09-16 15:47:36 +00:00
|
|
|
"@actions/core": "^1.9.1",
|
2022-03-16 18:24:24 +00:00
|
|
|
"minimatch": "^3.0.4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@actions/core": {
|
2022-09-16 15:47:36 +00:00
|
|
|
"version": "1.9.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz",
|
|
|
|
"integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==",
|
2022-05-11 21:14:25 +00:00
|
|
|
"dependencies": {
|
2022-09-16 15:47:36 +00:00
|
|
|
"@actions/http-client": "^2.0.1",
|
|
|
|
"uuid": "^8.3.2"
|
2022-05-11 21:14:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@actions/http-client": {
|
2022-09-16 15:47:36 +00:00
|
|
|
"version": "2.0.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz",
|
|
|
|
"integrity": "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==",
|
2022-05-11 21:14:25 +00:00
|
|
|
"dependencies": {
|
2022-09-16 15:47:36 +00:00
|
|
|
"tunnel": "^0.0.6"
|
2022-05-11 21:14:25 +00:00
|
|
|
}
|
2022-03-16 18:24:24 +00:00
|
|
|
},
|
|
|
|
"node_modules/balanced-match": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
|
|
|
|
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
|
|
|
|
},
|
|
|
|
"node_modules/brace-expansion": {
|
|
|
|
"version": "1.1.11",
|
|
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
|
|
"dependencies": {
|
|
|
|
"balanced-match": "^1.0.0",
|
|
|
|
"concat-map": "0.0.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/concat-map": {
|
|
|
|
"version": "0.0.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
|
|
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
|
|
|
},
|
|
|
|
"node_modules/minimatch": {
|
2022-12-14 00:27:55 +00:00
|
|
|
"version": "3.1.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
2022-03-16 18:24:24 +00:00
|
|
|
"dependencies": {
|
|
|
|
"brace-expansion": "^1.1.7"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
}
|
2022-05-11 21:14:25 +00:00
|
|
|
},
|
|
|
|
"node_modules/tunnel": {
|
|
|
|
"version": "0.0.6",
|
|
|
|
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
|
|
|
|
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
|
|
|
|
}
|
2022-09-16 15:47:36 +00:00
|
|
|
},
|
|
|
|
"node_modules/uuid": {
|
|
|
|
"version": "8.3.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
|
|
"bin": {
|
|
|
|
"uuid": "dist/bin/uuid"
|
|
|
|
}
|
2022-03-16 18:24:24 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@actions/core": {
|
2022-09-16 15:47:36 +00:00
|
|
|
"version": "1.9.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz",
|
|
|
|
"integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==",
|
2022-05-11 21:14:25 +00:00
|
|
|
"requires": {
|
2022-09-16 15:47:36 +00:00
|
|
|
"@actions/http-client": "^2.0.1",
|
|
|
|
"uuid": "^8.3.2"
|
2022-05-11 21:14:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"@actions/http-client": {
|
2022-09-16 15:47:36 +00:00
|
|
|
"version": "2.0.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz",
|
|
|
|
"integrity": "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==",
|
2022-05-11 21:14:25 +00:00
|
|
|
"requires": {
|
2022-09-16 15:47:36 +00:00
|
|
|
"tunnel": "^0.0.6"
|
2022-05-11 21:14:25 +00:00
|
|
|
}
|
2022-03-16 18:24:24 +00:00
|
|
|
},
|
|
|
|
"balanced-match": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
|
|
|
|
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
|
|
|
|
},
|
|
|
|
"brace-expansion": {
|
|
|
|
"version": "1.1.11",
|
|
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
|
|
"requires": {
|
|
|
|
"balanced-match": "^1.0.0",
|
|
|
|
"concat-map": "0.0.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"concat-map": {
|
|
|
|
"version": "0.0.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
|
|
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
|
|
|
},
|
|
|
|
"minimatch": {
|
2022-12-14 00:27:55 +00:00
|
|
|
"version": "3.1.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
2022-03-16 18:24:24 +00:00
|
|
|
"requires": {
|
|
|
|
"brace-expansion": "^1.1.7"
|
|
|
|
}
|
2022-05-11 21:14:25 +00:00
|
|
|
},
|
|
|
|
"tunnel": {
|
|
|
|
"version": "0.0.6",
|
|
|
|
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
|
|
|
|
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
|
2022-09-16 15:47:36 +00:00
|
|
|
},
|
|
|
|
"uuid": {
|
|
|
|
"version": "8.3.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
2022-03-16 18:24:24 +00:00
|
|
|
}
|
|
|
|
}
|
2019-12-31 15:16:18 +00:00
|
|
|
}
|