mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2024-11-25 13:20:56 -05:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"name": "http-request-action",
|
|
"version": "1.6.1",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"@actions/core": {
|
|
"version": "1.2.6",
|
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
|
|
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==",
|
|
"dev": true
|
|
},
|
|
"@zeit/ncc": {
|
|
"version": "0.22.3",
|
|
"resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.3.tgz",
|
|
"integrity": "sha512-jnCLpLXWuw/PAiJiVbLjA8WBC0IJQbFeUwF4I9M+23MvIxTxk5pD4Q8byQBSPmHQjz5aBoA7AKAElQxMpjrCLQ=="
|
|
},
|
|
"axios": {
|
|
"version": "0.21.1",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
|
|
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
|
|
"requires": {
|
|
"follow-redirects": "^1.10.0"
|
|
}
|
|
},
|
|
"follow-redirects": {
|
|
"version": "1.13.1",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
|
|
"integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg=="
|
|
}
|
|
}
|
|
}
|