- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/proxy-addr/package.json
rceaed42 r59329aa 1 1 { 2 "name": "proxy-addr", 3 "description": "Determine address of proxied request", 4 "version": "2.0.7", 5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", 6 "license": "MIT", 7 "keywords": [ 8 "ip", 9 "proxy", 10 "x-forwarded-for" 2 "_args": [ 3 [ 4 "proxy-addr@2.0.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 11 7 ], 12 "repository": "jshttp/proxy-addr", 8 "_development": true, 9 "_from": "proxy-addr@2.0.7", 10 "_id": "proxy-addr@2.0.7", 11 "_inBundle": false, 12 "_integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", 13 "_location": "/proxy-addr", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "proxy-addr@2.0.7", 19 "name": "proxy-addr", 20 "escapedName": "proxy-addr", 21 "rawSpec": "2.0.7", 22 "saveSpec": null, 23 "fetchSpec": "2.0.7" 24 }, 25 "_requiredBy": [ 26 "/express" 27 ], 28 "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", 29 "_spec": "2.0.7", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Douglas Christopher Wilson", 33 "email": "doug@somethingdoug.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/jshttp/proxy-addr/issues" 37 }, 13 38 "dependencies": { 14 39 "forwarded": "0.2.0", 15 40 "ipaddr.js": "1.9.1" 16 41 }, 42 "description": "Determine address of proxied request", 17 43 "devDependencies": { 44 "beautify-benchmark": "0.2.4", 18 45 "benchmark": "2.1.4", 19 "beautify-benchmark": "0.2.4",20 46 "deep-equal": "1.0.1", 21 47 "eslint": "7.26.0", … … 29 55 "nyc": "15.1.0" 30 56 }, 57 "engines": { 58 "node": ">= 0.10" 59 }, 31 60 "files": [ 32 61 "LICENSE", … … 35 64 "index.js" 36 65 ], 37 "engines": { 38 "node": ">= 0.10" 66 "homepage": "https://github.com/jshttp/proxy-addr#readme", 67 "keywords": [ 68 "ip", 69 "proxy", 70 "x-forwarded-for" 71 ], 72 "license": "MIT", 73 "name": "proxy-addr", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/jshttp/proxy-addr.git" 39 77 }, 40 78 "scripts": { … … 44 82 "test-ci": "nyc --reporter=lcov --reporter=text npm test", 45 83 "test-cov": "nyc --reporter=html --reporter=text npm test" 46 } 84 }, 85 "version": "2.0.7" 47 86 }
Note:
See TracChangeset
for help on using the changeset viewer.