blob: 04af756f1487c48d01518a2b3ddab9e80b5b03ad [file] [log] [blame]
{
"name": "proxy-addr",
"description": "Determine address of proxied request",
"version": "1.0.10",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"license": "MIT",
"keywords": [
"ip",
"proxy",
"x-forwarded-for"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/proxy-addr.git"
},
"dependencies": {
"forwarded": "~0.1.0",
"ipaddr.js": "1.0.5"
},
"devDependencies": {
"benchmark": "1.0.0",
"beautify-benchmark": "0.2.4",
"istanbul": "0.4.1",
"mocha": "~1.21.5"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"engines": {
"node": ">= 0.6"
},
"scripts": {
"bench": "node benchmark/index.js",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"gitHead": "0cdb6444100a7930285ed2555d0c3c687690a7a5",
"bugs": {
"url": "https://github.com/jshttp/proxy-addr/issues"
},
"homepage": "https://github.com/jshttp/proxy-addr",
"_id": "proxy-addr@1.0.10",
"_shasum": "0d40a82f801fc355567d2ecb65efe3f077f121c5",
"_from": "proxy-addr@>=1.0.10 <1.1.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
}
],
"dist": {
"shasum": "0d40a82f801fc355567d2ecb65efe3f077f121c5",
"tarball": "http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz",
"readme": "ERROR: No README data found!"
}