package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. ],
  22. "_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
  23. "_shasum": "eac11da51592dd86b9f06f6e7ac293b3df875d29",
  24. "_spec": "cors@^2.8.5",
  25. "_where": "E:\\a-level\\project_js2",
  26. "author": {
  27. "name": "Troy Goode",
  28. "email": "troygoode@gmail.com",
  29. "url": "https://github.com/troygoode/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/expressjs/cors/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "object-assign": "^4",
  37. "vary": "^1"
  38. },
  39. "deprecated": false,
  40. "description": "Node.js CORS middleware",
  41. "devDependencies": {
  42. "after": "0.8.2",
  43. "eslint": "2.13.1",
  44. "express": "4.16.3",
  45. "mocha": "5.2.0",
  46. "nyc": "13.1.0",
  47. "supertest": "3.3.0"
  48. },
  49. "engines": {
  50. "node": ">= 0.10"
  51. },
  52. "files": [
  53. "lib/index.js",
  54. "CONTRIBUTING.md",
  55. "HISTORY.md",
  56. "LICENSE",
  57. "README.md"
  58. ],
  59. "homepage": "https://github.com/expressjs/cors#readme",
  60. "keywords": [
  61. "cors",
  62. "express",
  63. "connect",
  64. "middleware"
  65. ],
  66. "license": "MIT",
  67. "main": "./lib/index.js",
  68. "name": "cors",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/expressjs/cors.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint lib test",
  75. "test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env"
  76. },
  77. "version": "2.8.5"
  78. }