Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/forwarded/package.json

    rceaed42 r59329aa  
    11{
    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  ],
    340  "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",
    1541  "devDependencies": {
    1642    "beautify-benchmark": "0.2.4",
     
    2652    "nyc": "15.1.0"
    2753  },
     54  "engines": {
     55    "node": ">= 0.6"
     56  },
    2857  "files": [
    2958    "LICENSE",
     
    3261    "index.js"
    3362  ],
    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"
    3674  },
    3775  "scripts": {
     
    4280    "test-cov": "nyc --reporter=html --reporter=text npm test",
    4381    "version": "node scripts/version-history.js && git add HISTORY.md"
    44   }
     82  },
     83  "version": "0.2.0"
    4584}
Note: See TracChangeset for help on using the changeset viewer.