2 "_from": "proxy-addr@~2.0.5",
3 "_id": "proxy-addr@2.0.5",
5 "_integrity": "sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==",
6 "_location": "/proxy-addr",
7 "_phantomChildren": {},
11 "raw": "proxy-addr@~2.0.5",
13 "escapedName": "proxy-addr",
21 "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.5.tgz",
22 "_shasum": "34cbd64a2d81f4b1fd21e76f9f06c8a45299ee34",
23 "_spec": "proxy-addr@~2.0.5",
24 "_where": "/home/josuer08/Documents/web/node_modules/express",
26 "name": "Douglas Christopher Wilson",
27 "email": "doug@somethingdoug.com"
30 "url": "https://github.com/jshttp/proxy-addr/issues"
32 "bundleDependencies": false,
34 "forwarded": "~0.1.2",
38 "description": "Determine address of proxied request",
40 "beautify-benchmark": "0.2.4",
42 "deep-equal": "1.0.1",
44 "eslint-config-standard": "12.0.0",
45 "eslint-plugin-import": "2.17.1",
46 "eslint-plugin-markdown": "1.0.0",
47 "eslint-plugin-node": "8.0.1",
48 "eslint-plugin-promise": "4.1.1",
49 "eslint-plugin-standard": "4.0.0",
62 "homepage": "https://github.com/jshttp/proxy-addr#readme",
72 "url": "git+https://github.com/jshttp/proxy-addr.git"
75 "bench": "node benchmark/index.js",
76 "lint": "eslint --plugin markdown --ext js,md .",
77 "test": "mocha --reporter spec --bail --check-leaks test/",
78 "test-cov": "nyc --reporter=text npm test",
79 "test-travis": "nyc --reporter=html --reporter=text npm test"