package.json 4.0 KB

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