This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/express/node_modules/proxy-addr/package.json

90 lines
2.2 KiB
JSON

{
"name": "proxy-addr",
"description": "Determine address of proxied request",
"version": "1.0.2",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"license": "MIT",
"keywords": [
"ip",
"proxy",
"x-forwarded-for"
],
"repository": {
"type": "git",
"url": "https://github.com/jshttp/proxy-addr"
},
"dependencies": {
"ipaddr.js": "0.1.3"
},
"devDependencies": {
"benchmark": "1.0.0",
"beautify-benchmark": "0.2.4",
"istanbul": "0.3.2",
"mocha": "~1.21.4",
"should": "~4.0.0"
},
"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": "63a0f679bd4b074b7391fa464cb779275f24b1da",
"bugs": {
"url": "https://github.com/jshttp/proxy-addr/issues"
},
"homepage": "https://github.com/jshttp/proxy-addr",
"_id": "proxy-addr@1.0.2",
"_shasum": "b322f905aa4f4bd3ce60550295eabbbb07c92143",
"_from": "proxy-addr@~1.0.2",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
}
],
"dist": {
"shasum": "b322f905aa4f4bd3ce60550295eabbbb07c92143",
"tarball": "http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.2.tgz"
}