Created
October 7, 2019 05:25
-
-
Save JustAyush/4914c9f6da18beca22e5fc32239609cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
<<<<<<< HEAD | |
"_args": [ | |
[ | |
"[email protected]", | |
"/home/ayushmania/React/foodgarden_backend-master" | |
] | |
], | |
"_from": "[email protected]", | |
======= | |
<<<<<<< HEAD | |
"_from": "cors", | |
======= | |
"_from": "cors@^2.8.5", | |
>>>>>>> f9aa8e4320bc0e81ac0f9d3bbf748bd839302d70 | |
>>>>>>> 6cd7d4a8de9dad0ccd48856bab95cb4c27e51297 | |
"_id": "[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", | |
"_location": "/cors", | |
"_phantomChildren": {}, | |
"_requested": { | |
<<<<<<< HEAD | |
"type": "version", | |
"registry": true, | |
"raw": "[email protected]", | |
"name": "cors", | |
"escapedName": "cors", | |
"rawSpec": "2.8.5", | |
"saveSpec": null, | |
"fetchSpec": "2.8.5" | |
}, | |
"_requiredBy": [ | |
"/" | |
], | |
"_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", | |
"_spec": "2.8.5", | |
"_where": "/home/ayushmania/React/foodgarden_backend-master", | |
======= | |
<<<<<<< HEAD | |
"type": "tag", | |
"registry": true, | |
"raw": "cors", | |
"name": "cors", | |
"escapedName": "cors", | |
"rawSpec": "", | |
"saveSpec": null, | |
"fetchSpec": "latest" | |
======= | |
"type": "range", | |
"registry": true, | |
"raw": "cors@^2.8.5", | |
"name": "cors", | |
"escapedName": "cors", | |
"rawSpec": "^2.8.5", | |
"saveSpec": null, | |
"fetchSpec": "^2.8.5" | |
>>>>>>> f9aa8e4320bc0e81ac0f9d3bbf748bd839302d70 | |
}, | |
"_requiredBy": [ | |
"#USER", | |
"/" | |
], | |
"_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", | |
"_shasum": "eac11da51592dd86b9f06f6e7ac293b3df875d29", | |
<<<<<<< HEAD | |
"_spec": "cors", | |
"_where": "D:\\project -x\\alok\\foodgarden_backend", | |
======= | |
"_spec": "cors@^2.8.5", | |
"_where": "/home/anil/foodgarden", | |
>>>>>>> f9aa8e4320bc0e81ac0f9d3bbf748bd839302d70 | |
>>>>>>> 6cd7d4a8de9dad0ccd48856bab95cb4c27e51297 | |
"author": { | |
"name": "Troy Goode", | |
"email": "[email protected]", | |
"url": "https://github.com/troygoode/" | |
}, | |
"bugs": { | |
"url": "https://github.com/expressjs/cors/issues" | |
}, | |
<<<<<<< HEAD | |
======= | |
"bundleDependencies": false, | |
>>>>>>> 6cd7d4a8de9dad0ccd48856bab95cb4c27e51297 | |
"dependencies": { | |
"object-assign": "^4", | |
"vary": "^1" | |
}, | |
<<<<<<< HEAD | |
======= | |
"deprecated": false, | |
>>>>>>> 6cd7d4a8de9dad0ccd48856bab95cb4c27e51297 | |
"description": "Node.js CORS middleware", | |
"devDependencies": { | |
"after": "0.8.2", | |
"eslint": "2.13.1", | |
"express": "4.16.3", | |
"mocha": "5.2.0", | |
"nyc": "13.1.0", | |
"supertest": "3.3.0" | |
}, | |
"engines": { | |
"node": ">= 0.10" | |
}, | |
"files": [ | |
"lib/index.js", | |
"CONTRIBUTING.md", | |
"HISTORY.md", | |
"LICENSE", | |
"README.md" | |
], | |
"homepage": "https://github.com/expressjs/cors#readme", | |
"keywords": [ | |
"cors", | |
"express", | |
"connect", | |
"middleware" | |
], | |
"license": "MIT", | |
"main": "./lib/index.js", | |
"name": "cors", | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/expressjs/cors.git" | |
}, | |
"scripts": { | |
"lint": "eslint lib test", | |
"test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env" | |
}, | |
"version": "2.8.5" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment