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
| {
| "_from": "socks@^2.6.2",
| "_id": "socks@2.8.3",
| "_inBundle": false,
| "_integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
| "_location": "/socks",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "socks@^2.6.2",
| "name": "socks",
| "escapedName": "socks",
| "rawSpec": "^2.6.2",
| "saveSpec": null,
| "fetchSpec": "^2.6.2"
| },
| "_requiredBy": [
| "/socks-proxy-agent"
| ],
| "_resolved": "https://registry.npmmirror.com/socks/-/socks-2.8.3.tgz",
| "_shasum": "1ebd0f09c52ba95a09750afe3f3f9f724a800cb5",
| "_spec": "socks@^2.6.2",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/socks-proxy-agent",
| "author": {
| "name": "Josh Glazebrook"
| },
| "bugs": {
| "url": "https://github.com/JoshGlazebrook/socks/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "castorw"
| }
| ],
| "dependencies": {
| "ip-address": "^9.0.5",
| "smart-buffer": "^4.2.0"
| },
| "deprecated": false,
| "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
| "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"
| },
| "engines": {
| "node": ">= 10.0.0",
| "npm": ">= 3.0.0"
| },
| "homepage": "https://github.com/JoshGlazebrook/socks/",
| "keywords": [
| "socks",
| "proxy",
| "tor",
| "socks 4",
| "socks 5",
| "socks4",
| "socks5"
| ],
| "license": "MIT",
| "main": "build/index.js",
| "name": "socks",
| "private": false,
| "repository": {
| "type": "git",
| "url": "git+https://github.com/JoshGlazebrook/socks.git"
| },
| "scripts": {
| "build": "rm -rf build typings && prettier --write ./src/**/*.ts --config .prettierrc.yaml && tsc -p .",
| "build-raw": "rm -rf build typings && tsc -p .",
| "lint": "eslint 'src/**/*.ts'",
| "prepublish": "npm install -g typescript && npm run build",
| "prettier": "prettier --write ./src/**/*.ts --config .prettierrc.yaml",
| "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts"
| },
| "typings": "typings/index.d.ts",
| "version": "2.8.3"
| }
|
|