{
  "_args": [
    [
      "http-call@5.3.0",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "http-call@5.3.0",
  "_id": "http-call@5.3.0",
  "_inBundle": false,
  "_integrity": "sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==",
  "_location": "/http-call",
  "_phantomChildren": {
    "error-ex": "1.3.2",
    "json-parse-better-errors": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "http-call@5.3.0",
    "name": "http-call",
    "escapedName": "http-call",
    "rawSpec": "5.3.0",
    "saveSpec": null,
    "fetchSpec": "5.3.0"
  },
  "_requiredBy": [
    "/@oclif/plugin-plugins",
    "/@oclif/plugin-warn-if-update-available"
  ],
  "_resolved": "https://registry.npmjs.org/http-call/-/http-call-5.3.0.tgz",
  "_spec": "5.3.0",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Jeff Dickey @jdxcode"
  },
  "bugs": {
    "url": "https://github.com/heroku/http-call/issues"
  },
  "dependencies": {
    "content-type": "^1.0.4",
    "debug": "^4.1.1",
    "is-retry-allowed": "^1.1.0",
    "is-stream": "^2.0.0",
    "parse-json": "^4.0.0",
    "tunnel-agent": "^0.6.0"
  },
  "description": "make http requests",
  "devDependencies": {
    "@heroku-cli/tslint": "^1.1.4",
    "@types/content-type": "^1.1.3",
    "@types/is-stream": "^1.1.0",
    "@types/jest": "^24.0.11",
    "@types/nock": "^9.3.1",
    "@types/node": "^11.13.7",
    "@types/parse-json": "^4.0.0",
    "jest": "^24.7.1",
    "nock": "^10.0.6",
    "ts-jest": "^24.0.2",
    "tslint": "^5.16.0",
    "typescript": "^3.4.5"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/heroku/http-call",
  "keywords": [
    "http",
    "request",
    "rest"
  ],
  "license": "ISC",
  "main": "lib/http.js",
  "name": "http-call",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heroku/http-call.git"
  },
  "scripts": {
    "posttest": "tslint -p .",
    "prepare": "rm -rf lib && tsc",
    "pretest": "tsc",
    "test": "jest"
  },
  "types": "./lib/http.d.ts",
  "version": "5.3.0"
}
