ghaction-upx/node_modules/@actions/http-client/package.json

67 lines
1.7 KiB
JSON
Raw Normal View History

2020-01-17 01:36:42 -07:00
{
"_args": [
[
2020-01-24 02:14:21 -07:00
"@actions/http-client@1.0.3",
2020-01-17 01:36:42 -07:00
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
2020-01-24 02:14:21 -07:00
"_from": "@actions/http-client@1.0.3",
"_id": "@actions/http-client@1.0.3",
2020-01-17 01:36:42 -07:00
"_inBundle": false,
2020-01-24 02:14:21 -07:00
"_integrity": "sha512-wFwh1U4adB/Zsk4cc9kVqaBOHoknhp/pJQk+aWTocbAZWpIl4Zx/At83WFRLXvxB+5HVTWOACM6qjULMZfQSfw==",
2020-01-17 01:36:42 -07:00
"_location": "/@actions/http-client",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-01-24 02:14:21 -07:00
"raw": "@actions/http-client@1.0.3",
2020-01-17 01:36:42 -07:00
"name": "@actions/http-client",
"escapedName": "@actions%2fhttp-client",
"scope": "@actions",
2020-01-24 02:14:21 -07:00
"rawSpec": "1.0.3",
2020-01-17 01:36:42 -07:00
"saveSpec": null,
2020-01-24 02:14:21 -07:00
"fetchSpec": "1.0.3"
2020-01-17 01:36:42 -07:00
},
"_requiredBy": [
"/@actions/tool-cache"
],
2020-01-24 02:14:21 -07:00
"_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.3.tgz",
"_spec": "1.0.3",
2020-01-17 01:36:42 -07:00
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": {
"name": "GitHub, Inc."
},
"bugs": {
"url": "https://github.com/actions/http-client/issues"
},
2020-01-24 02:14:21 -07:00
"dependencies": {
"tunnel": "0.0.6"
},
2020-01-17 01:36:42 -07:00
"description": "Actions Http Client",
"devDependencies": {
"@types/jest": "^24.0.25",
2020-01-24 02:14:21 -07:00
"@types/node": "^12.12.24",
2020-01-17 01:36:42 -07:00
"jest": "^24.9.0",
2020-01-24 02:14:21 -07:00
"proxy": "^1.0.1",
2020-01-17 01:36:42 -07:00
"ts-jest": "^24.3.0",
"typescript": "^3.7.4"
},
"homepage": "https://github.com/actions/http-client#readme",
"keywords": [
"Actions",
"Http"
],
"license": "MIT",
"main": "index.js",
"name": "@actions/http-client",
"repository": {
"type": "git",
"url": "git+https://github.com/actions/http-client.git"
},
"scripts": {
"build": "rm -Rf ./_out && tsc && cp package*.json ./_out && cp *.md ./_out && cp LICENSE ./_out && cp actions.png ./_out",
"test": "jest"
},
2020-01-24 02:14:21 -07:00
"version": "1.0.3"
2020-01-17 01:36:42 -07:00
}