mirror of https://github.com/actions/toolkit
22 lines
692 B
JSON
22 lines
692 B
JSON
|
{
|
||
|
"name": "@actions/artifact",
|
||
|
"version": "0.1.0",
|
||
|
"lockfileVersion": 1,
|
||
|
"requires": true,
|
||
|
"dependencies": {
|
||
|
"@actions/http-client": {
|
||
|
"version": "1.0.6",
|
||
|
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.6.tgz",
|
||
|
"integrity": "sha512-LGmio4w98UyGX33b/W6V6Nx/sQHRXZ859YlMkn36wPsXPB82u8xTVlA/Dq2DXrm6lEq9RVmisRJa1c+HETAIJA==",
|
||
|
"requires": {
|
||
|
"tunnel": "0.0.6"
|
||
|
}
|
||
|
},
|
||
|
"tunnel": {
|
||
|
"version": "0.0.6",
|
||
|
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
|
||
|
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
|
||
|
}
|
||
|
}
|
||
|
}
|