| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_from": "socks@^2.3.3",
- "_id": "socks@2.7.1",
- "_inBundle": false,
- "_integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==",
- "_location": "/socks",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "socks@^2.3.3",
- "name": "socks",
- "escapedName": "socks",
- "rawSpec": "^2.3.3",
- "saveSpec": null,
- "fetchSpec": "^2.3.3"
- },
- "_requiredBy": [
- "/socks-proxy-agent"
- ],
- "_resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz",
- "_shasum": "d8e651247178fde79c0663043e07240196857d55",
- "_spec": "socks@^2.3.3",
- "_where": "D:\\2022\\3\\Mazui\\node_modules\\socks-proxy-agent",
- "author": {
- "name": "Josh Glazebrook"
- },
- "bugs": {
- "url": "https://github.com/JoshGlazebrook/socks/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "castorw"
- }
- ],
- "dependencies": {
- "ip": "^2.0.0",
- "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/ip": "1.1.0",
- "@types/mocha": "^9.1.1",
- "@types/node": "^18.0.6",
- "@typescript-eslint/eslint-plugin": "^5.30.6",
- "@typescript-eslint/parser": "^5.30.6",
- "eslint": "^8.20.0",
- "mocha": "^10.0.0",
- "prettier": "^2.7.1",
- "ts-node": "^10.9.1",
- "typescript": "^4.7.4"
- },
- "engines": {
- "node": ">= 10.13.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 .",
- "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.7.1"
- }
|