f7dd90b4c08d4a6ab976f39babd1dc117e90cf46
[aai/esr-gui.git] /
1 {
2   "name": "proxy-addr",
3   "description": "Determine address of proxied request",
4   "version": "1.1.2",
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": "git+https://github.com/jshttp/proxy-addr.git"
18   },
19   "dependencies": {
20     "forwarded": "~0.1.0",
21     "ipaddr.js": "1.1.1"
22   },
23   "devDependencies": {
24     "benchmark": "2.1.0",
25     "beautify-benchmark": "0.2.4",
26     "istanbul": "0.4.3",
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": "28c34525632884a6d5e69a9165d7420b3f972d8b",
45   "bugs": {
46     "url": "https://github.com/jshttp/proxy-addr/issues"
47   },
48   "homepage": "https://github.com/jshttp/proxy-addr#readme",
49   "_id": "proxy-addr@1.1.2",
50   "_shasum": "b4cc5f22610d9535824c123aef9d3cf73c40ba37",
51   "_from": "proxy-addr@>=1.1.2 <1.2.0",
52   "_npmVersion": "2.15.1",
53   "_nodeVersion": "4.4.3",
54   "_npmUser": {
55     "name": "dougwilson",
56     "email": "doug@somethingdoug.com"
57   },
58   "dist": {
59     "shasum": "b4cc5f22610d9535824c123aef9d3cf73c40ba37",
60     "tarball": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.2.tgz"
61   },
62   "maintainers": [
63     {
64       "name": "dougwilson",
65       "email": "doug@somethingdoug.com"
66     }
67   ],
68   "_npmOperationalInternal": {
69     "host": "packages-12-west.internal.npmjs.com",
70     "tmp": "tmp/proxy-addr-1.1.2.tgz_1464573376704_0.6896329398732632"
71   },
72   "directories": {},
73   "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.2.tgz"
74 }