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

    rceaed42 r59329aa  
    11{
    2   "name": "cors",
    3   "description": "Node.js CORS middleware",
    4   "version": "2.8.5",
    5   "author": "Troy Goode <troygoode@gmail.com> (https://github.com/troygoode/)",
    6   "license": "MIT",
    7   "keywords": [
    8     "cors",
    9     "express",
    10     "connect",
    11     "middleware"
     2  "_args": [
     3    [
     4      "cors@2.8.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "repository": "expressjs/cors",
    14   "main": "./lib/index.js",
     8  "_development": true,
     9  "_from": "cors@2.8.5",
     10  "_id": "cors@2.8.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
     13  "_location": "/cors",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cors@2.8.5",
     19    "name": "cors",
     20    "escapedName": "cors",
     21    "rawSpec": "2.8.5",
     22    "saveSpec": null,
     23    "fetchSpec": "2.8.5"
     24  },
     25  "_requiredBy": [
     26    "/engine.io"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
     29  "_spec": "2.8.5",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Troy Goode",
     33    "email": "troygoode@gmail.com",
     34    "url": "https://github.com/troygoode/"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/expressjs/cors/issues"
     38  },
    1539  "dependencies": {
    1640    "object-assign": "^4",
    1741    "vary": "^1"
    1842  },
     43  "description": "Node.js CORS middleware",
    1944  "devDependencies": {
    2045    "after": "0.8.2",
     
    2550    "supertest": "3.3.0"
    2651  },
     52  "engines": {
     53    "node": ">= 0.10"
     54  },
    2755  "files": [
    2856    "lib/index.js",
     
    3260    "README.md"
    3361  ],
    34   "engines": {
    35     "node": ">= 0.10"
     62  "homepage": "https://github.com/expressjs/cors#readme",
     63  "keywords": [
     64    "cors",
     65    "express",
     66    "connect",
     67    "middleware"
     68  ],
     69  "license": "MIT",
     70  "main": "./lib/index.js",
     71  "name": "cors",
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/expressjs/cors.git"
    3675  },
    3776  "scripts": {
    38     "test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env",
    39     "lint": "eslint lib test"
    40   }
     77    "lint": "eslint lib test",
     78    "test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env"
     79  },
     80  "version": "2.8.5"
    4181}
Note: See TracChangeset for help on using the changeset viewer.