Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/npm/node_modules/agent-base/
Upload File :
Current File : /home/emeraadmin/www/node_modules/npm/node_modules/agent-base/package.json

{
  "_id": "agent-base@7.1.1",
  "_inBundle": true,
  "_location": "/npm/agent-base",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm/@npmcli/agent",
    "/npm/http-proxy-agent",
    "/npm/https-proxy-agent",
    "/npm/socks-proxy-agent"
  ],
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/proxy-agents/issues"
  },
  "dependencies": {
    "debug": "^4.3.4"
  },
  "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": "^3.3.3"
  },
  "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.1"
}