Changeset 59329aa for trip-planner-front/node_modules/cors/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/cors/package.json
rceaed42 r59329aa 1 1 { 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 ] 12 7 ], 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 }, 15 39 "dependencies": { 16 40 "object-assign": "^4", 17 41 "vary": "^1" 18 42 }, 43 "description": "Node.js CORS middleware", 19 44 "devDependencies": { 20 45 "after": "0.8.2", … … 25 50 "supertest": "3.3.0" 26 51 }, 52 "engines": { 53 "node": ">= 0.10" 54 }, 27 55 "files": [ 28 56 "lib/index.js", … … 32 60 "README.md" 33 61 ], 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" 36 75 }, 37 76 "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" 41 81 }
Note:
See TracChangeset
for help on using the changeset viewer.