Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « http-proxy-agent « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1291fa8c342e1824f88c7dd6b8f1f209a8c4d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
  "_from": "http-proxy-agent@^4.0.1",
  "_id": "http-proxy-agent@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  "_location": "/http-proxy-agent",
  "_phantomChildren": {
    "ms": "2.1.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "http-proxy-agent@^4.0.1",
    "name": "http-proxy-agent",
    "escapedName": "http-proxy-agent",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/make-fetch-happen"
  ],
  "_resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  "_shasum": "8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a",
  "_spec": "http-proxy-agent@^4.0.1",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/make-fetch-happen",
  "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": "1",
    "agent-base": "6",
    "debug": "4"
  },
  "deprecated": false,
  "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
  "devDependencies": {
    "@types/debug": "4",
    "@types/node": "^12.12.11",
    "@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": "^3.5.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": "4.0.1"
}