package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "_args": [
  3. [
  4. "express@4.17.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "express@4.17.3",
  10. "_id": "express@4.17.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==",
  13. "_location": "/express",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "express@4.17.3",
  19. "name": "express",
  20. "escapedName": "express",
  21. "rawSpec": "4.17.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.17.3"
  24. },
  25. "_requiredBy": [
  26. "/webpack-bundle-analyzer",
  27. "/webpack-dev-server"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/express/-/express-4.17.3.tgz",
  30. "_spec": "4.17.3",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "TJ Holowaychuk",
  34. "email": "tj@vision-media.ca"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/expressjs/express/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Aaron Heckmann",
  42. "email": "aaron.heckmann+github@gmail.com"
  43. },
  44. {
  45. "name": "Ciaran Jessup",
  46. "email": "ciaranj@gmail.com"
  47. },
  48. {
  49. "name": "Douglas Christopher Wilson",
  50. "email": "doug@somethingdoug.com"
  51. },
  52. {
  53. "name": "Guillermo Rauch",
  54. "email": "rauchg@gmail.com"
  55. },
  56. {
  57. "name": "Jonathan Ong",
  58. "email": "me@jongleberry.com"
  59. },
  60. {
  61. "name": "Roman Shtylman",
  62. "email": "shtylman+expressjs@gmail.com"
  63. },
  64. {
  65. "name": "Young Jae Sim",
  66. "email": "hanul@hanul.me"
  67. }
  68. ],
  69. "dependencies": {
  70. "accepts": "~1.3.8",
  71. "array-flatten": "1.1.1",
  72. "body-parser": "1.19.2",
  73. "content-disposition": "0.5.4",
  74. "content-type": "~1.0.4",
  75. "cookie": "0.4.2",
  76. "cookie-signature": "1.0.6",
  77. "debug": "2.6.9",
  78. "depd": "~1.1.2",
  79. "encodeurl": "~1.0.2",
  80. "escape-html": "~1.0.3",
  81. "etag": "~1.8.1",
  82. "finalhandler": "~1.1.2",
  83. "fresh": "0.5.2",
  84. "merge-descriptors": "1.0.1",
  85. "methods": "~1.1.2",
  86. "on-finished": "~2.3.0",
  87. "parseurl": "~1.3.3",
  88. "path-to-regexp": "0.1.7",
  89. "proxy-addr": "~2.0.7",
  90. "qs": "6.9.7",
  91. "range-parser": "~1.2.1",
  92. "safe-buffer": "5.2.1",
  93. "send": "0.17.2",
  94. "serve-static": "1.14.2",
  95. "setprototypeof": "1.2.0",
  96. "statuses": "~1.5.0",
  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.6",
  108. "eslint": "7.32.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": "9.2.0",
  114. "morgan": "1.10.0",
  115. "multiparty": "4.2.3",
  116. "nyc": "15.1.0",
  117. "pbkdf2-password": "1.2.1",
  118. "resolve-path": "1.4.0",
  119. "should": "13.2.3",
  120. "supertest": "6.2.2",
  121. "vhost": "~3.0.2"
  122. },
  123. "engines": {
  124. "node": ">= 0.10.0"
  125. },
  126. "files": [
  127. "LICENSE",
  128. "History.md",
  129. "Readme.md",
  130. "index.js",
  131. "lib/"
  132. ],
  133. "homepage": "http://expressjs.com/",
  134. "keywords": [
  135. "express",
  136. "framework",
  137. "sinatra",
  138. "web",
  139. "http",
  140. "rest",
  141. "restful",
  142. "router",
  143. "app",
  144. "api"
  145. ],
  146. "license": "MIT",
  147. "name": "express",
  148. "repository": {
  149. "type": "git",
  150. "url": "git+https://github.com/expressjs/express.git"
  151. },
  152. "scripts": {
  153. "lint": "eslint .",
  154. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
  155. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  156. "test-cov": "nyc --reporter=html --reporter=text npm test",
  157. "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
  158. },
  159. "version": "4.17.3"
  160. }