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

    rceaed42 r59329aa  
    11{
    2   "name": "vary",
     2  "_args": [
     3    [
     4      "vary@1.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "vary@1.1.2",
     10  "_id": "vary@1.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
     13  "_location": "/vary",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "vary@1.1.2",
     19    "name": "vary",
     20    "escapedName": "vary",
     21    "rawSpec": "1.1.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.2"
     24  },
     25  "_requiredBy": [
     26    "/compression",
     27    "/cors",
     28    "/express"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
     31  "_spec": "1.1.2",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Douglas Christopher Wilson",
     35    "email": "doug@somethingdoug.com"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/jshttp/vary/issues"
     39  },
    340  "description": "Manipulate the HTTP Vary header",
    4   "version": "1.1.2",
    5   "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
    6   "license": "MIT",
    7   "keywords": [
    8     "http",
    9     "res",
    10     "vary"
    11   ],
    12   "repository": "jshttp/vary",
    1341  "devDependencies": {
    1442    "beautify-benchmark": "0.2.4",
     
    2553    "supertest": "1.1.0"
    2654  },
     55  "engines": {
     56    "node": ">= 0.8"
     57  },
    2758  "files": [
    2859    "HISTORY.md",
     
    3162    "index.js"
    3263  ],
    33   "engines": {
    34     "node": ">= 0.8"
     64  "homepage": "https://github.com/jshttp/vary#readme",
     65  "keywords": [
     66    "http",
     67    "res",
     68    "vary"
     69  ],
     70  "license": "MIT",
     71  "name": "vary",
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/jshttp/vary.git"
    3575  },
    3676  "scripts": {
     
    4080    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    4181    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
    42   }
     82  },
     83  "version": "1.1.2"
    4384}
Note: See TracChangeset for help on using the changeset viewer.