summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/express/node_modules/proxy-addr/package.json
blob: f7dd90b4c08d4a6ab976f39babd1dc117e90cf46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "name": "proxy-addr",
  "description": "Determine address of proxied request",
  "version": "1.1.2",
  "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.1.1"
  },
  "devDependencies": {
    "benchmark": "2.1.0",
    "beautify-benchmark": "0.2.4",
    "istanbul": "0.4.3",
    "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": "28c34525632884a6d5e69a9165d7420b3f972d8b",
  "bugs": {
    "url": "https://github.com/jshttp/proxy-addr/issues"
  },
  "homepage": "https://github.com/jshttp/proxy-addr#readme",
  "_id": "proxy-addr@1.1.2",
  "_shasum": "b4cc5f22610d9535824c123aef9d3cf73c40ba37",
  "_from": "proxy-addr@>=1.1.2 <1.2.0",
  "_npmVersion": "2.15.1",
  "_nodeVersion": "4.4.3",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "dist": {
    "shasum": "b4cc5f22610d9535824c123aef9d3cf73c40ba37",
    "tarball": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.2.tgz"
  },
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/proxy-addr-1.1.2.tgz_1464573376704_0.6896329398732632"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.2.tgz"
}