summaryrefslogtreecommitdiff
path: root/tests/registry/npm/socks-proxy-agent/registry.json
blob: 2bcae551ba1eb844996c7edaabef9e28cdf45417 (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
90
91
92
93
{
  "name": "socks-proxy-agent",
  "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  "dist-tags": {
    "latest": "8.0.4"
  },
  "versions": {
    "8.0.4": {
      "name": "socks-proxy-agent",
      "version": "8.0.4",
      "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
      "main": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "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/socks-proxy-agent"
      },
      "dependencies": {
        "agent-base": "^7.1.1",
        "debug": "^4.3.4",
        "socks": "^2.8.3"
      },
      "devDependencies": {
        "@types/async-retry": "^1.4.5",
        "@types/debug": "^4.1.7",
        "@types/dns2": "^2.0.3",
        "@types/jest": "^29.5.1",
        "@types/node": "^14.18.45",
        "async-listen": "^3.0.0",
        "async-retry": "^1.3.3",
        "cacheable-lookup": "^6.1.0",
        "dns2": "^2.1.0",
        "jest": "^29.5.0",
        "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
        "ts-jest": "^29.1.0",
        "typescript": "^5.0.4",
        "proxy": "2.2.0",
        "tsconfig": "0.0.0"
      },
      "engines": {
        "node": ">= 14"
      },
      "license": "MIT",
      "scripts": {
        "build": "tsc",
        "test": "jest --env node --verbose --bail test/test.ts",
        "test-e2e": "jest --env node --verbose --bail test/e2e.test.ts",
        "lint": "eslint . --ext .ts",
        "pack": "node ../../scripts/pack.mjs"
      },
      "_id": "socks-proxy-agent@8.0.4",
      "bugs": {
        "url": "https://github.com/TooTallNate/proxy-agents/issues"
      },
      "_integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==",
      "_resolved": "/tmp/407e2a13e47683d55ba12268a88dc928/socks-proxy-agent-8.0.4.tgz",
      "_from": "file:socks-proxy-agent-8.0.4.tgz",
      "_nodeVersion": "20.15.0",
      "_npmVersion": "10.7.0",
      "dist": {
        "integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==",
        "shasum": "9071dca17af95f483300316f4b063578fa0db08c",
        "tarball": "http://localhost:4260/socks-proxy-agent/socks-proxy-agent-8.0.4.tgz",
        "fileCount": 8,
        "unpackedSize": 24807
      },
      "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/socks-proxy-agent"
  },
  "license": "MIT",
  "homepage": "https://github.com/TooTallNate/proxy-agents#readme",
  "bugs": {
    "url": "https://github.com/TooTallNate/proxy-agents/issues"
  },
  "readmeFilename": "README.md"
}