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/proxy-addr/package.json

    rceaed42 r59329aa  
    11{
    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    ]
    117  ],
    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  },
    1338  "dependencies": {
    1439    "forwarded": "0.2.0",
    1540    "ipaddr.js": "1.9.1"
    1641  },
     42  "description": "Determine address of proxied request",
    1743  "devDependencies": {
     44    "beautify-benchmark": "0.2.4",
    1845    "benchmark": "2.1.4",
    19     "beautify-benchmark": "0.2.4",
    2046    "deep-equal": "1.0.1",
    2147    "eslint": "7.26.0",
     
    2955    "nyc": "15.1.0"
    3056  },
     57  "engines": {
     58    "node": ">= 0.10"
     59  },
    3160  "files": [
    3261    "LICENSE",
     
    3564    "index.js"
    3665  ],
    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"
    3977  },
    4078  "scripts": {
     
    4482    "test-ci": "nyc --reporter=lcov --reporter=text npm test",
    4583    "test-cov": "nyc --reporter=html --reporter=text npm test"
    46   }
     84  },
     85  "version": "2.0.7"
    4786}
Note: See TracChangeset for help on using the changeset viewer.