UNPKG

socks5-addr-extract

Version:

Simple functions of extracting address from SOCKS5 RFC1928 request

21 lines (20 loc) 415 B
{ "name": "socks5-addr-extract", "description": "Simple functions of extracting address from SOCKS5 RFC1928 request", "version": "1.0.0", "main": "index.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/harrypunk/socks5-addr-extractor" }, "scripts":{ "test": "jest" }, "keywords": [ "SOCKS5" ], "devDependencies": { "jest": "^23.6.0" } }