{
  "_from": "@actions/http-client",
  "_id": "@actions/http-client@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-wFwh1U4adB/Zsk4cc9kVqaBOHoknhp/pJQk+aWTocbAZWpIl4Zx/At83WFRLXvxB+5HVTWOACM6qjULMZfQSfw==",
  "_location": "/@actions/http-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@actions/http-client",
    "name": "@actions/http-client",
    "escapedName": "@actions%2fhttp-client",
    "scope": "@actions",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/@actions/tool-cache"
  ],
  "_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.3.tgz",
  "_shasum": "b5239d3d8c72378bdcef4d26bb15fa2a01d537fd",
  "_spec": "@actions/http-client",
  "_where": "/Users/eric/repos/actions/setup-node",
  "author": {
    "name": "GitHub, Inc."
  },
  "bugs": {
    "url": "https://github.com/actions/http-client/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tunnel": "0.0.6"
  },
  "deprecated": false,
  "description": "Actions Http Client",
  "devDependencies": {
    "@types/jest": "^24.0.25",
    "@types/node": "^12.12.24",
    "jest": "^24.9.0",
    "proxy": "^1.0.1",
    "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"
  },
  "version": "1.0.3"
}