summaryrefslogtreecommitdiff
path: root/tests/registry/npm/http-proxy-agent/registry.json
blob: d1079a407601df793b991cf58742780293d0cb16 (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
{
  "name": "http-proxy-agent",
  "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
  "dist-tags": {
    "latest": "7.0.2"
  },
  "versions": {
    "7.0.2": {
      "name": "http-proxy-agent",
      "version": "7.0.2",
      "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
      "main": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/TooTallNate/proxy-agents.git",
        "directory": "packages/http-proxy-agent"
      },
      "author": {
        "name": "Nathan Rajlich",
        "email": "nathan@tootallnate.net",
        "url": "http://n8.io/"
      },
      "license": "MIT",
      "dependencies": {
        "agent-base": "^7.1.0",
        "debug": "^4.3.4"
      },
      "devDependencies": {
        "@types/debug": "^4.1.7",
        "@types/jest": "^29.5.1",
        "@types/node": "^14.18.45",
        "async-listen": "^3.0.0",
        "jest": "^29.5.0",
        "ts-jest": "^29.1.0",
        "typescript": "^5.0.4",
        "proxy": "2.1.1",
        "tsconfig": "0.0.0"
      },
      "engines": {
        "node": ">= 14"
      },
      "scripts": {
        "build": "tsc",
        "test": "jest --env node --verbose --bail",
        "lint": "eslint . --ext .ts",
        "pack": "node ../../scripts/pack.mjs"
      },
      "bugs": {
        "url": "https://github.com/TooTallNate/proxy-agents/issues"
      },
      "_id": "http-proxy-agent@7.0.2",
      "_integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
      "_resolved": "/tmp/42ba4e26e53ed178ce9214ff542db94a/http-proxy-agent-7.0.2.tgz",
      "_from": "file:http-proxy-agent-7.0.2.tgz",
      "_nodeVersion": "20.11.0",
      "_npmVersion": "10.2.4",
      "dist": {
        "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
        "shasum": "9a8b1f246866c028509486585f62b8f2c18c270e",
        "tarball": "http://localhost:4260/http-proxy-agent/http-proxy-agent-7.0.2.tgz",
        "fileCount": 8,
        "unpackedSize": 23348
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TooTallNate/proxy-agents.git",
    "directory": "packages/http-proxy-agent"
  },
  "homepage": "https://github.com/TooTallNate/proxy-agents#readme",
  "bugs": {
    "url": "https://github.com/TooTallNate/proxy-agents/issues"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}