UNPKG

forwarded-host

Version:

Determine the host of the originating request

36 lines (35 loc) 791 B
{ "name": "forwarded-host", "version": "1.0.0", "description": "Determine the host of the originating request", "main": "index.js", "scripts": { "coverage": "istanbul cover _mocha", "test": "mocha test.js" }, "repository": { "type": "git", "url": "git+https://github.com/p3tecracknell/forwarded-host.git" }, "keywords": [ "x-forwarded-host", "proxy", "node", "forward", "host" ], "author": "Pete Cracknell", "license": "MIT", "bugs": { "url": "https://github.com/p3tecracknell/forwarded-host/issues" }, "homepage": "https://github.com/p3tecracknell/forwarded-host#readme", "dependencies": { "debug": "^2.2.0" }, "devDependencies": { "istanbul": "^0.4.4", "mocha": "^2.5.3", "should": "^9.0.2" } }