This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/socksjs/package.json
2020-11-01 22:46:04 +00:00

35 lines
674 B
JSON

{
"name": "socksjs",
"version": "0.5.0",
"description": "A SOCKS (v5) client library for node.js",
"keywords": [
"SOCKS",
"SOCKS5",
"SOCKS client",
"client"
],
"homepage": "https://github.com/M2Ys4U/socksjs",
"bugs": {
"url": "https://github.com/M2Ys4U/socksjs/issues"
},
"license": "MIT",
"author": "Jack Allnutt <jack@allnutt.eu>",
"main": "socks.js",
"repository": {
"type": "git",
"url": "https://github.com/M2Ys4U/socksjs.git"
},
"files": [
"LICENSE",
"README.markdown",
"package.json",
"socks.js"
],
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"ipaddr.js": "0.1.3"
}
}