{
  "_args": [
    [
      "agent-base@7.1.3",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "agent-base@7.1.3",
  "_id": "agent-base@7.1.3",
  "_inBundle": false,
  "_integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
  "_location": "/agent-base",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "agent-base@7.1.3",
    "name": "agent-base",
    "escapedName": "agent-base",
    "rawSpec": "7.1.3",
    "saveSpec": null,
    "fetchSpec": "7.1.3"
  },
  "_requiredBy": [
    "/http-proxy-agent",
    "/https-proxy-agent"
  ],
  "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
  "_spec": "7.1.3",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/proxy-agents/issues"
  },
  "description": "Turn a function into an `http.Agent` instance",
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/jest": "^29.5.1",
    "@types/node": "^14.18.45",
    "@types/semver": "^7.3.13",
    "@types/ws": "^6.0.4",
    "async-listen": "^3.0.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "tsconfig": "0.0.0",
    "typescript": "^5.0.4",
    "ws": "^5.2.4"
  },
  "engines": {
    "node": ">= 14"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/TooTallNate/proxy-agents#readme",
  "keywords": [
    "http",
    "agent",
    "base",
    "barebones",
    "https"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "agent-base",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TooTallNate/proxy-agents.git",
    "directory": "packages/agent-base"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint . --ext .ts",
    "pack": "node ../../scripts/pack.mjs",
    "test": "jest --env node --verbose --bail"
  },
  "types": "./dist/index.d.ts",
  "version": "7.1.3"
}
