UNPKG

lum_socksv5

Version:

SOCKS protocol version 5 server and client implementations for node.js

23 lines (22 loc) 635 B
{ "name": "lum_socksv5", "version": "0.0.13", "author": "Brian White <mscdex@mscdex.net>", "description": "SOCKS protocol version 5 server and client implementations for node.js", "main": "./index", "scripts": { "test": "node test/test.js" }, "dependencies": { "ipv6": "*" }, "bundledDependencies": [ "ipv6" ], "engines": { "node": ">=0.10.0" }, "keywords": [ "socks", "socks5", "socksv5", "proxy" ], "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/socksv5/raw/master/LICENSE" } ], "repository": { "type": "git", "url": "https://github.com/luminati-io/socksv5.git" } }