package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "_args": [
  3. [
  4. "express@4.18.2",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "express@4.18.2",
  10. "_id": "express@4.18.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
  13. "_location": "/express",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "express@4.18.2",
  19. "name": "express",
  20. "escapedName": "express",
  21. "rawSpec": "4.18.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.18.2"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/express/-/express-4.18.2.tgz",
  29. "_spec": "4.18.2",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/expressjs/express/issues"
  37. },
  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. "description": "Fast, unopinionated, minimalist web framework",
  102. "devDependencies": {
  103. "after": "0.8.2",
  104. "connect-redis": "3.4.2",
  105. "cookie-parser": "1.4.6",
  106. "cookie-session": "2.0.0",
  107. "ejs": "3.1.8",
  108. "eslint": "8.24.0",
  109. "express-session": "1.17.2",
  110. "hbs": "4.2.0",
  111. "marked": "0.7.0",
  112. "method-override": "3.0.0",
  113. "mocha": "10.0.0",
  114. "morgan": "1.10.0",
  115. "multiparty": "4.2.3",
  116. "nyc": "15.1.0",
  117. "pbkdf2-password": "1.2.1",
  118. "supertest": "6.3.0",
  119. "vhost": "~3.0.2"
  120. },
  121. "engines": {
  122. "node": ">= 0.10.0"
  123. },
  124. "files": [
  125. "LICENSE",
  126. "History.md",
  127. "Readme.md",
  128. "index.js",
  129. "lib/"
  130. ],
  131. "homepage": "http://expressjs.com/",
  132. "keywords": [
  133. "express",
  134. "framework",
  135. "sinatra",
  136. "web",
  137. "http",
  138. "rest",
  139. "restful",
  140. "router",
  141. "app",
  142. "api"
  143. ],
  144. "license": "MIT",
  145. "name": "express",
  146. "repository": {
  147. "type": "git",
  148. "url": "git+https://github.com/expressjs/express.git"
  149. },
  150. "scripts": {
  151. "lint": "eslint .",
  152. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
  153. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  154. "test-cov": "nyc --reporter=html --reporter=text npm test",
  155. "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
  156. },
  157. "version": "4.18.2"
  158. }