package.json 2.37 KB
{
  "_from": "http-proxy-agent@^5.0.0",
  "_id": "http-proxy-agent@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
  "_location": "/http-proxy-agent",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "http-proxy-agent@^5.0.0",
    "name": "http-proxy-agent",
    "escapedName": "http-proxy-agent",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
  "_shasum": "5129800203520d434f142bc78ff3c170800f2b43",
  "_spec": "http-proxy-agent@^5.0.0",
  "_where": "C:\\Users\\bshoo\\Desktop\\OSS\\Singer-Composer\\node_modules\\jsdom",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@tootallnate/once": "2",
    "agent-base": "6",
    "debug": "4"
  },
  "deprecated": false,
  "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
  "devDependencies": {
    "@types/debug": "4",
    "@types/node": "^12.19.2",
    "@typescript-eslint/eslint-plugin": "1.6.0",
    "@typescript-eslint/parser": "1.1.0",
    "eslint": "5.16.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-config-prettier": "4.1.0",
    "eslint-import-resolver-typescript": "1.1.1",
    "eslint-plugin-import": "2.16.0",
    "eslint-plugin-jsx-a11y": "6.2.1",
    "eslint-plugin-react": "7.12.4",
    "mocha": "^6.2.2",
    "proxy": "1",
    "rimraf": "^3.0.0",
    "typescript": "^4.4.3"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/TooTallNate/node-http-proxy-agent#readme",
  "keywords": [
    "http",
    "proxy",
    "endpoint",
    "agent"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "http-proxy-agent",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-http-proxy-agent.git"
  },
  "scripts": {
    "build": "tsc",
    "prebuild": "rimraf dist",
    "prepublishOnly": "npm run build",
    "test": "mocha",
    "test-lint": "eslint src --ext .js,.ts"
  },
  "types": "./dist/index.d.ts",
  "version": "5.0.0"
}