package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "cors@^2.8.5",
  3. "_id": "cors@2.8.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
  6. "_location": "/cors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cors@^2.8.5",
  12. "name": "cors",
  13. "escapedName": "cors",
  14. "rawSpec": "^2.8.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.8.5"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/engine.io"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
  24. "_shasum": "eac11da51592dd86b9f06f6e7ac293b3df875d29",
  25. "_spec": "cors@^2.8.5",
  26. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server",
  27. "author": {
  28. "name": "Troy Goode",
  29. "email": "troygoode@gmail.com",
  30. "url": "https://github.com/troygoode/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/expressjs/cors/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "object-assign": "^4",
  38. "vary": "^1"
  39. },
  40. "deprecated": false,
  41. "description": "Node.js CORS middleware",
  42. "devDependencies": {
  43. "after": "0.8.2",
  44. "eslint": "2.13.1",
  45. "express": "4.16.3",
  46. "mocha": "5.2.0",
  47. "nyc": "13.1.0",
  48. "supertest": "3.3.0"
  49. },
  50. "engines": {
  51. "node": ">= 0.10"
  52. },
  53. "files": [
  54. "lib/index.js",
  55. "CONTRIBUTING.md",
  56. "HISTORY.md",
  57. "LICENSE",
  58. "README.md"
  59. ],
  60. "homepage": "https://github.com/expressjs/cors#readme",
  61. "keywords": [
  62. "cors",
  63. "express",
  64. "connect",
  65. "middleware"
  66. ],
  67. "license": "MIT",
  68. "main": "./lib/index.js",
  69. "name": "cors",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/expressjs/cors.git"
  73. },
  74. "scripts": {
  75. "lint": "eslint lib test",
  76. "test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env"
  77. },
  78. "version": "2.8.5"
  79. }