package.json 4.1 KB

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