source: trip-planner-front/node_modules/cors/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "cors@2.8.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
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 },
39 "dependencies": {
40 "object-assign": "^4",
41 "vary": "^1"
42 },
43 "description": "Node.js CORS middleware",
44 "devDependencies": {
45 "after": "0.8.2",
46 "eslint": "2.13.1",
47 "express": "4.16.3",
48 "mocha": "5.2.0",
49 "nyc": "13.1.0",
50 "supertest": "3.3.0"
51 },
52 "engines": {
53 "node": ">= 0.10"
54 },
55 "files": [
56 "lib/index.js",
57 "CONTRIBUTING.md",
58 "HISTORY.md",
59 "LICENSE",
60 "README.md"
61 ],
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"
75 },
76 "scripts": {
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"
81}
Note: See TracBrowser for help on using the repository browser.