package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "_from": "express@^4.18.2",
  3. "_id": "express@4.18.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
  6. "_location": "/express",
  7. "_phantomChildren": {
  8. "side-channel": "1.0.4"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "express@^4.18.2",
  14. "name": "express",
  15. "escapedName": "express",
  16. "rawSpec": "^4.18.2",
  17. "saveSpec": null,
  18. "fetchSpec": "^4.18.2"
  19. },
  20. "_requiredBy": [
  21. "#USER",
  22. "/",
  23. "/webpack-bundle-analyzer",
  24. "/webpack-dev-server"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/express/-/express-4.18.2.tgz",
  27. "_shasum": "3fabe08296e930c796c19e3c516979386ba9fd59",
  28. "_spec": "express@^4.18.2",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "TJ Holowaychuk",
  32. "email": "tj@vision-media.ca"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/expressjs/express/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Aaron Heckmann",
  41. "email": "aaron.heckmann+github@gmail.com"
  42. },
  43. {
  44. "name": "Ciaran Jessup",
  45. "email": "ciaranj@gmail.com"
  46. },
  47. {
  48. "name": "Douglas Christopher Wilson",
  49. "email": "doug@somethingdoug.com"
  50. },
  51. {
  52. "name": "Guillermo Rauch",
  53. "email": "rauchg@gmail.com"
  54. },
  55. {
  56. "name": "Jonathan Ong",
  57. "email": "me@jongleberry.com"
  58. },
  59. {
  60. "name": "Roman Shtylman",
  61. "email": "shtylman+expressjs@gmail.com"
  62. },
  63. {
  64. "name": "Young Jae Sim",
  65. "email": "hanul@hanul.me"
  66. }
  67. ],
  68. "dependencies": {
  69. "accepts": "~1.3.8",
  70. "array-flatten": "1.1.1",
  71. "body-parser": "1.20.1",
  72. "content-disposition": "0.5.4",
  73. "content-type": "~1.0.4",
  74. "cookie": "0.5.0",
  75. "cookie-signature": "1.0.6",
  76. "debug": "2.6.9",
  77. "depd": "2.0.0",
  78. "encodeurl": "~1.0.2",
  79. "escape-html": "~1.0.3",
  80. "etag": "~1.8.1",
  81. "finalhandler": "1.2.0",
  82. "fresh": "0.5.2",
  83. "http-errors": "2.0.0",
  84. "merge-descriptors": "1.0.1",
  85. "methods": "~1.1.2",
  86. "on-finished": "2.4.1",
  87. "parseurl": "~1.3.3",
  88. "path-to-regexp": "0.1.7",
  89. "proxy-addr": "~2.0.7",
  90. "qs": "6.11.0",
  91. "range-parser": "~1.2.1",
  92. "safe-buffer": "5.2.1",
  93. "send": "0.18.0",
  94. "serve-static": "1.15.0",
  95. "setprototypeof": "1.2.0",
  96. "statuses": "2.0.1",
  97. "type-is": "~1.6.18",
  98. "utils-merge": "1.0.1",
  99. "vary": "~1.1.2"
  100. },
  101. "deprecated": false,
  102. "description": "Fast, unopinionated, minimalist web framework",
  103. "devDependencies": {
  104. "after": "0.8.2",
  105. "connect-redis": "3.4.2",
  106. "cookie-parser": "1.4.6",
  107. "cookie-session": "2.0.0",
  108. "ejs": "3.1.8",
  109. "eslint": "8.24.0",
  110. "express-session": "1.17.2",
  111. "hbs": "4.2.0",
  112. "marked": "0.7.0",
  113. "method-override": "3.0.0",
  114. "mocha": "10.0.0",
  115. "morgan": "1.10.0",
  116. "multiparty": "4.2.3",
  117. "nyc": "15.1.0",
  118. "pbkdf2-password": "1.2.1",
  119. "supertest": "6.3.0",
  120. "vhost": "~3.0.2"
  121. },
  122. "engines": {
  123. "node": ">= 0.10.0"
  124. },
  125. "files": [
  126. "LICENSE",
  127. "History.md",
  128. "Readme.md",
  129. "index.js",
  130. "lib/"
  131. ],
  132. "homepage": "http://expressjs.com/",
  133. "keywords": [
  134. "express",
  135. "framework",
  136. "sinatra",
  137. "web",
  138. "http",
  139. "rest",
  140. "restful",
  141. "router",
  142. "app",
  143. "api"
  144. ],
  145. "license": "MIT",
  146. "name": "express",
  147. "repository": {
  148. "type": "git",
  149. "url": "git+https://github.com/expressjs/express.git"
  150. },
  151. "scripts": {
  152. "lint": "eslint .",
  153. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
  154. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  155. "test-cov": "nyc --reporter=html --reporter=text npm test",
  156. "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
  157. },
  158. "version": "4.18.2"
  159. }