You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

161 lines
4.0 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "express@4.21.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "express@4.21.2",
  10. "_id": "express@4.21.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
  13. "_location": "/express",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "express@4.21.2",
  19. "name": "express",
  20. "escapedName": "express",
  21. "rawSpec": "4.21.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.21.2"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/express/-/express-4.21.2.tgz",
  29. "_spec": "4.21.2",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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.3",
  72. "content-disposition": "0.5.4",
  73. "content-type": "~1.0.4",
  74. "cookie": "0.7.1",
  75. "cookie-signature": "1.0.6",
  76. "debug": "2.6.9",
  77. "depd": "2.0.0",
  78. "encodeurl": "~2.0.0",
  79. "escape-html": "~1.0.3",
  80. "etag": "~1.8.1",
  81. "finalhandler": "1.3.1",
  82. "fresh": "0.5.2",
  83. "http-errors": "2.0.0",
  84. "merge-descriptors": "1.0.3",
  85. "methods": "~1.1.2",
  86. "on-finished": "2.4.1",
  87. "parseurl": "~1.3.3",
  88. "path-to-regexp": "0.1.12",
  89. "proxy-addr": "~2.0.7",
  90. "qs": "6.13.0",
  91. "range-parser": "~1.2.1",
  92. "safe-buffer": "5.2.1",
  93. "send": "0.19.0",
  94. "serve-static": "1.16.2",
  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.9",
  108. "eslint": "8.47.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.2.0",
  114. "morgan": "1.10.0",
  115. "nyc": "15.1.0",
  116. "pbkdf2-password": "1.2.1",
  117. "supertest": "6.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. "funding": {
  131. "type": "opencollective",
  132. "url": "https://opencollective.com/express"
  133. },
  134. "homepage": "http://expressjs.com/",
  135. "keywords": [
  136. "express",
  137. "framework",
  138. "sinatra",
  139. "web",
  140. "http",
  141. "rest",
  142. "restful",
  143. "router",
  144. "app",
  145. "api"
  146. ],
  147. "license": "MIT",
  148. "name": "express",
  149. "repository": {
  150. "type": "git",
  151. "url": "git+https://github.com/expressjs/express.git"
  152. },
  153. "scripts": {
  154. "lint": "eslint .",
  155. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
  156. "test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test",
  157. "test-cov": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test",
  158. "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
  159. },
  160. "version": "4.21.2"
  161. }