5 "/opt/source/offload.js"
8 "_from": "proxy-addr@2.0.6",
9 "_id": "proxy-addr@2.0.6",
11 "_integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==",
12 "_location": "/proxy-addr",
13 "_phantomChildren": {},
17 "raw": "proxy-addr@2.0.6",
19 "escapedName": "proxy-addr",
27 "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz",
29 "_where": "/opt/source/offload.js",
31 "name": "Douglas Christopher Wilson",
32 "email": "doug@somethingdoug.com"
35 "url": "https://github.com/jshttp/proxy-addr/issues"
38 "forwarded": "~0.1.2",
41 "description": "Determine address of proxied request",
43 "beautify-benchmark": "0.2.4",
45 "deep-equal": "1.0.1",
47 "eslint-config-standard": "14.1.0",
48 "eslint-plugin-import": "2.20.1",
49 "eslint-plugin-markdown": "1.0.1",
50 "eslint-plugin-node": "11.0.0",
51 "eslint-plugin-promise": "4.2.1",
52 "eslint-plugin-standard": "4.0.1",
65 "homepage": "https://github.com/jshttp/proxy-addr#readme",
75 "url": "git+https://github.com/jshttp/proxy-addr.git"
78 "bench": "node benchmark/index.js",
79 "lint": "eslint --plugin markdown --ext js,md .",
80 "test": "mocha --reporter spec --bail --check-leaks test/",
81 "test-cov": "nyc --reporter=text npm test",
82 "test-travis": "nyc --reporter=html --reporter=text npm test"