{
  "_from": "@npmcli/agent@^3.0.0",
  "_id": "@npmcli/agent@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==",
  "_location": "/@npmcli/agent",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@npmcli/agent@^3.0.0",
    "name": "@npmcli/agent",
    "escapedName": "@npmcli%2fagent",
    "scope": "@npmcli",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/make-fetch-happen"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-3.0.0.tgz",
  "_shasum": "1685b1fbd4a1b7bb4f930cbb68ce801edfe7aa44",
  "_spec": "@npmcli/agent@^3.0.0",
  "_where": "/var/www/html/moro/node_modules/make-fetch-happen",
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/agent/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "agent-base": "^7.1.0",
    "http-proxy-agent": "^7.0.0",
    "https-proxy-agent": "^7.0.1",
    "lru-cache": "^10.0.1",
    "socks-proxy-agent": "^8.0.3"
  },
  "deprecated": false,
  "description": "the http/https agent used by the npm cli",
  "devDependencies": {
    "@npmcli/eslint-config": "^5.0.0",
    "@npmcli/template-oss": "4.23.1",
    "minipass-fetch": "^3.0.3",
    "nock": "^13.2.7",
    "socksv5": "^0.0.6",
    "tap": "^16.3.0"
  },
  "engines": {
    "node": "^18.17.0 || >=20.5.0"
  },
  "files": [
    "bin/",
    "lib/"
  ],
  "homepage": "https://github.com/npm/agent#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@npmcli/agent",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/agent.git"
  },
  "scripts": {
    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
    "gencerts": "bash scripts/create-cert.sh",
    "lint": "npm run eslint",
    "lintfix": "npm run eslint -- --fix",
    "postlint": "template-oss-check",
    "posttest": "npm run lint",
    "snap": "tap",
    "template-oss-apply": "template-oss-apply --force",
    "test": "tap"
  },
  "tap": {
    "nyc-arg": [
      "--exclude",
      "tap-snapshots/**"
    ]
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "4.23.1",
    "publish": "true"
  },
  "version": "3.0.0"
}
