CasperSecurity
{
"_id": "socks@2.8.3",
"_inBundle": true,
"_location": "/npm/socks",
"_phantomChildren": {},
"_requiredBy": [
"/npm/socks-proxy-agent"
],
"author": {
"name": "Josh Glazebrook"
},
"bugs": {
"url": "https://github.com/JoshGlazebrook/socks/issues"
},
"contributors": [
{
"name": "castorw"
}
],
"dependencies": {
"ip-address": "^9.0.5",
"smart-buffer": "^4.2.0"
},
"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"
}