Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / proxy-addr / package.json
1 {
2   "name": "proxy-addr",
3   "description": "Determine address of proxied request",
4   "version": "1.0.6",
5   "author": {
6     "name": "Douglas Christopher Wilson",
7     "email": "doug@somethingdoug.com"
8   },
9   "license": "MIT",
10   "keywords": [
11     "ip",
12     "proxy",
13     "x-forwarded-for"
14   ],
15   "repository": {
16     "type": "git",
17     "url": "https://github.com/jshttp/proxy-addr"
18   },
19   "dependencies": {
20     "forwarded": "~0.1.0",
21     "ipaddr.js": "0.1.8"
22   },
23   "devDependencies": {
24     "benchmark": "1.0.0",
25     "beautify-benchmark": "0.2.4",
26     "istanbul": "0.3.5",
27     "mocha": "~1.21.5"
28   },
29   "files": [
30     "LICENSE",
31     "HISTORY.md",
32     "README.md",
33     "index.js"
34   ],
35   "engines": {
36     "node": ">= 0.6"
37   },
38   "scripts": {
39     "bench": "node benchmark/index.js",
40     "test": "mocha --reporter spec --bail --check-leaks test/",
41     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
42     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
43   },
44   "gitHead": "550cade433f7a7d7cbcdebbd0f9e1cb94aed5e26",
45   "bugs": {
46     "url": "https://github.com/jshttp/proxy-addr/issues"
47   },
48   "homepage": "https://github.com/jshttp/proxy-addr",
49   "_id": "proxy-addr@1.0.6",
50   "_shasum": "fce3a4c486bf2e188ad1e76e18399a79d02c0e72",
51   "_from": "proxy-addr@~1.0.6",
52   "_npmVersion": "1.4.28",
53   "_npmUser": {
54     "name": "dougwilson",
55     "email": "doug@somethingdoug.com"
56   },
57   "maintainers": [
58     {
59       "name": "dougwilson",
60       "email": "doug@somethingdoug.com"
61     },
62     {
63       "name": "jongleberry",
64       "email": "jonathanrichardong@gmail.com"
65     },
66     {
67       "name": "shtylman",
68       "email": "shtylman@gmail.com"
69     },
70     {
71       "name": "tjholowaychuk",
72       "email": "tj@vision-media.ca"
73     },
74     {
75       "name": "mscdex",
76       "email": "mscdex@mscdex.net"
77     },
78     {
79       "name": "fishrock123",
80       "email": "fishrock123@rocketmail.com"
81     }
82   ],
83   "dist": {
84     "shasum": "fce3a4c486bf2e188ad1e76e18399a79d02c0e72",
85     "tarball": "http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.6.tgz"
86   },
87   "directories": {},
88   "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.6.tgz",
89   "readme": "ERROR: No README data found!"
90 }