package.json 4.0 KB

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