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

    rceaed42 r59329aa  
    11{
    2   "name": "etag",
     2  "_args": [
     3    [
     4      "etag@1.8.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "etag@1.8.1",
     10  "_id": "etag@1.8.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
     13  "_location": "/etag",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "etag@1.8.1",
     19    "name": "etag",
     20    "escapedName": "etag",
     21    "rawSpec": "1.8.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.8.1"
     24  },
     25  "_requiredBy": [
     26    "/express",
     27    "/send"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
     30  "_spec": "1.8.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "bugs": {
     33    "url": "https://github.com/jshttp/etag/issues"
     34  },
     35  "contributors": [
     36    {
     37      "name": "Douglas Christopher Wilson",
     38      "email": "doug@somethingdoug.com"
     39    },
     40    {
     41      "name": "David Björklund",
     42      "email": "david.bjorklund@gmail.com"
     43    }
     44  ],
    345  "description": "Create simple HTTP ETags",
    4   "version": "1.8.1",
    5   "contributors": [
    6     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    7     "David Björklund <david.bjorklund@gmail.com>"
    8   ],
    9   "license": "MIT",
    10   "keywords": [
    11     "etag",
    12     "http",
    13     "res"
    14   ],
    15   "repository": "jshttp/etag",
    1646  "devDependencies": {
    1747    "beautify-benchmark": "0.2.4",
     
    2959    "seedrandom": "2.4.3"
    3060  },
     61  "engines": {
     62    "node": ">= 0.6"
     63  },
    3164  "files": [
    3265    "LICENSE",
     
    3568    "index.js"
    3669  ],
    37   "engines": {
    38     "node": ">= 0.6"
     70  "homepage": "https://github.com/jshttp/etag#readme",
     71  "keywords": [
     72    "etag",
     73    "http",
     74    "res"
     75  ],
     76  "license": "MIT",
     77  "name": "etag",
     78  "repository": {
     79    "type": "git",
     80    "url": "git+https://github.com/jshttp/etag.git"
    3981  },
    4082  "scripts": {
     
    4486    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    4587    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
    46   }
     88  },
     89  "version": "1.8.1"
    4790}
Note: See TracChangeset for help on using the changeset viewer.