package.json (2262B)
1 { 2 "_from": "proxy-addr@~2.0.5", 3 "_id": "proxy-addr@2.0.6", 4 "_inBundle": false, 5 "_integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", 6 "_location": "/proxy-addr", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "proxy-addr@~2.0.5", 12 "name": "proxy-addr", 13 "escapedName": "proxy-addr", 14 "rawSpec": "~2.0.5", 15 "saveSpec": null, 16 "fetchSpec": "~2.0.5" 17 }, 18 "_requiredBy": [ 19 "/express" 20 ], 21 "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", 22 "_shasum": "fdc2336505447d3f2f2c638ed272caf614bbb2bf", 23 "_spec": "proxy-addr@~2.0.5", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/express", 25 "author": { 26 "name": "Douglas Christopher Wilson", 27 "email": "doug@somethingdoug.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/jshttp/proxy-addr/issues" 31 }, 32 "bundleDependencies": false, 33 "dependencies": { 34 "forwarded": "~0.1.2", 35 "ipaddr.js": "1.9.1" 36 }, 37 "deprecated": false, 38 "description": "Determine address of proxied request", 39 "devDependencies": { 40 "beautify-benchmark": "0.2.4", 41 "benchmark": "2.1.4", 42 "deep-equal": "1.0.1", 43 "eslint": "6.8.0", 44 "eslint-config-standard": "14.1.0", 45 "eslint-plugin-import": "2.20.1", 46 "eslint-plugin-markdown": "1.0.1", 47 "eslint-plugin-node": "11.0.0", 48 "eslint-plugin-promise": "4.2.1", 49 "eslint-plugin-standard": "4.0.1", 50 "mocha": "7.0.1", 51 "nyc": "15.0.0" 52 }, 53 "engines": { 54 "node": ">= 0.10" 55 }, 56 "files": [ 57 "LICENSE", 58 "HISTORY.md", 59 "README.md", 60 "index.js" 61 ], 62 "homepage": "https://github.com/jshttp/proxy-addr#readme", 63 "keywords": [ 64 "ip", 65 "proxy", 66 "x-forwarded-for" 67 ], 68 "license": "MIT", 69 "name": "proxy-addr", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/jshttp/proxy-addr.git" 73 }, 74 "scripts": { 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" 80 }, 81 "version": "2.0.6" 82 }