
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "hpagent@^0.1.1",
  "_id": "hpagent@0.1.2",
  "_inBundle": false,
  "_integrity": "sha512-ePqFXHtSQWAFXYmj+JtOTHr84iNrII4/QRlAAPPE+zqnKy4xJo7Ie1Y4kC7AdB+LxLxSTTzBMASsEcy0q8YyvQ==",
  "_location": "/knex-migrator/hpagent",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hpagent@^0.1.1",
    "name": "hpagent",
    "escapedName": "hpagent",
    "rawSpec": "^0.1.1",
    "saveSpec": null,
    "fetchSpec": "^0.1.1"
  },
  "_requiredBy": [
    "/knex-migrator/@elastic/elasticsearch"
  ],
  "_resolved": "https://registry.npmjs.org/hpagent/-/hpagent-0.1.2.tgz",
  "_shasum": "cab39c66d4df2d4377dbd212295d878deb9bdaa9",
  "_spec": "hpagent@^0.1.1",
  "_where": "/usr/local/lib/node_modules/knex-migrator/node_modules/@elastic/elasticsearch",
  "author": {
    "name": "Tomas Della Vedova"
  },
  "bugs": {
    "url": "https://github.com/delvedor/hpagent/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A ready to use http and https agent for working with proxies that keeps connections alive!",
  "devDependencies": {
    "ava": "^3.10.1",
    "got": "^11.5.1",
    "needle": "^2.5.0",
    "node-fetch": "^2.6.0",
    "proxy": "^1.0.2",
    "simple-get": "^4.0.0",
    "standard": "^16.0.1",
    "tsd": "^0.13.1"
  },
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.mjs"
    },
    "./": "./"
  },
  "homepage": "https://github.com/delvedor/hpagent#readme",
  "keywords": [
    "agent",
    "http",
    "https",
    "secure",
    "proxy",
    "alive",
    "keep-alive"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "hpagent",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/delvedor/hpagent.git"
  },
  "scripts": {
    "test": "standard && ava -v test/*.test.js && tsd"
  },
  "tsd": {
    "directory": "test"
  },
  "types": "index.d.ts",
  "version": "0.1.2"
}
