Changeset 59329aa for trip-planner-front/node_modules/forwarded
- 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/forwarded/package.json
rceaed42 r59329aa 1 1 { 2 "name": "forwarded", 2 "_args": [ 3 [ 4 "forwarded@0.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "forwarded@0.2.0", 10 "_id": "forwarded@0.2.0", 11 "_inBundle": false, 12 "_integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", 13 "_location": "/forwarded", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "forwarded@0.2.0", 19 "name": "forwarded", 20 "escapedName": "forwarded", 21 "rawSpec": "0.2.0", 22 "saveSpec": null, 23 "fetchSpec": "0.2.0" 24 }, 25 "_requiredBy": [ 26 "/proxy-addr" 27 ], 28 "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", 29 "_spec": "0.2.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/jshttp/forwarded/issues" 33 }, 34 "contributors": [ 35 { 36 "name": "Douglas Christopher Wilson", 37 "email": "doug@somethingdoug.com" 38 } 39 ], 3 40 "description": "Parse HTTP X-Forwarded-For header", 4 "version": "0.2.0",5 "contributors": [6 "Douglas Christopher Wilson <doug@somethingdoug.com>"7 ],8 "license": "MIT",9 "keywords": [10 "x-forwarded-for",11 "http",12 "req"13 ],14 "repository": "jshttp/forwarded",15 41 "devDependencies": { 16 42 "beautify-benchmark": "0.2.4", … … 26 52 "nyc": "15.1.0" 27 53 }, 54 "engines": { 55 "node": ">= 0.6" 56 }, 28 57 "files": [ 29 58 "LICENSE", … … 32 61 "index.js" 33 62 ], 34 "engines": { 35 "node": ">= 0.6" 63 "homepage": "https://github.com/jshttp/forwarded#readme", 64 "keywords": [ 65 "x-forwarded-for", 66 "http", 67 "req" 68 ], 69 "license": "MIT", 70 "name": "forwarded", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/jshttp/forwarded.git" 36 74 }, 37 75 "scripts": { … … 42 80 "test-cov": "nyc --reporter=html --reporter=text npm test", 43 81 "version": "node scripts/version-history.js && git add HISTORY.md" 44 } 82 }, 83 "version": "0.2.0" 45 84 }
Note:
See TracChangeset
for help on using the changeset viewer.