UNPKG

node-proxy-protocol

Version:

Parser for the HA Proxy/stud PROXY protocol

35 lines (28 loc) 671 B
{ "name": "node-proxy-protocol", "description": "Parser for the HA Proxy/stud PROXY protocol", "author": "Rackspace Hosting", "keywords": [ "proxy", "proxy protocol", "HA proxy", "stud"], "contributors": [ { "name": "Brandon Philips", "email": "brandon.philips@rackspace.com", "url": "http://ifup.org" } ], "repository": { "type": "git", "url": "git://github.com/racker/node-proxy-protocol.git" }, "main": "./index.js", "version": "1.0.0", "dependencies": { "strtok": "0.1.1" }, "licenses" : [ { "type" : "Apache", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" } ] }