summaryrefslogtreecommitdiff
path: root/tests/registry/npm/socks/registry.json
blob: 8129b80eaa17a06265e17766136e026a45c235c4 (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
{
  "name": "socks",
  "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
  "dist-tags": {
    "latest": "2.8.3"
  },
  "versions": {
    "2.8.3": {
      "name": "socks",
      "private": false,
      "version": "2.8.3",
      "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
      "main": "build/index.js",
      "typings": "typings/index.d.ts",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/JoshGlazebrook/socks.git"
      },
      "bugs": {
        "url": "https://github.com/JoshGlazebrook/socks/issues"
      },
      "engines": {
        "node": ">= 10.0.0",
        "npm": ">= 3.0.0"
      },
      "author": {
        "name": "Josh Glazebrook"
      },
      "license": "MIT",
      "devDependencies": {
        "@types/mocha": "^10.0.6",
        "@types/node": "^20.11.17",
        "@typescript-eslint/eslint-plugin": "^6.21.0",
        "@typescript-eslint/parser": "^6.21.0",
        "eslint": "^8.20.0",
        "mocha": "^10.0.0",
        "prettier": "^3.2.5",
        "ts-node": "^10.9.1",
        "typescript": "^5.3.3"
      },
      "dependencies": {
        "ip-address": "^9.0.5",
        "smart-buffer": "^4.2.0"
      },
      "scripts": {
        "prepublish": "npm install -g typescript && npm run build",
        "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts",
        "prettier": "prettier --write ./src/**/*.ts --config .prettierrc.yaml",
        "lint": "eslint 'src/**/*.ts'",
        "build": "rm -rf build typings && prettier --write ./src/**/*.ts --config .prettierrc.yaml && tsc -p .",
        "build-raw": "rm -rf build typings && tsc -p ."
      },
      "_id": "socks@2.8.3",
      "gitHead": "a2a06d9967edfaa317e6d20d33963b95a3e654e3",
      "_nodeVersion": "20.11.1",
      "_npmVersion": "10.2.4",
      "dist": {
        "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
        "shasum": "1ebd0f09c52ba95a09750afe3f3f9f724a800cb5",
        "tarball": "http://localhost:4260/socks/socks-2.8.3.tgz",
        "fileCount": 32,
        "unpackedSize": 156302
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "author": {
    "name": "Josh Glazebrook"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JoshGlazebrook/socks.git"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "homepage": "https://github.com/JoshGlazebrook/socks/",
  "bugs": {
    "url": "https://github.com/JoshGlazebrook/socks/issues"
  }
}