package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "_from": "express@~4.13.1",
  3. "_id": "express@4.13.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PAt288d1kMg0VzkGHsC9O6Bn7CQ=",
  6. "_location": "/express",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "express@~4.13.1",
  12. "name": "express",
  13. "escapedName": "express",
  14. "rawSpec": "~4.13.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~4.13.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "http://registry.npmjs.org/express/-/express-4.13.4.tgz",
  22. "_shasum": "3c0b76f3c77590c8345739061ec0bd3ba067ec24",
  23. "_spec": "express@~4.13.1",
  24. "_where": "C:\\socket\\chatroom-myclient",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/expressjs/express/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Aaron Heckmann",
  36. "email": "aaron.heckmann+github@gmail.com"
  37. },
  38. {
  39. "name": "Ciaran Jessup",
  40. "email": "ciaranj@gmail.com"
  41. },
  42. {
  43. "name": "Douglas Christopher Wilson",
  44. "email": "doug@somethingdoug.com"
  45. },
  46. {
  47. "name": "Guillermo Rauch",
  48. "email": "rauchg@gmail.com"
  49. },
  50. {
  51. "name": "Jonathan Ong",
  52. "email": "me@jongleberry.com"
  53. },
  54. {
  55. "name": "Roman Shtylman",
  56. "email": "shtylman+expressjs@gmail.com"
  57. },
  58. {
  59. "name": "Young Jae Sim",
  60. "email": "hanul@hanul.me"
  61. }
  62. ],
  63. "dependencies": {
  64. "accepts": "~1.2.12",
  65. "array-flatten": "1.1.1",
  66. "content-disposition": "0.5.1",
  67. "content-type": "~1.0.1",
  68. "cookie": "0.1.5",
  69. "cookie-signature": "1.0.6",
  70. "debug": "~2.2.0",
  71. "depd": "~1.1.0",
  72. "escape-html": "~1.0.3",
  73. "etag": "~1.7.0",
  74. "finalhandler": "0.4.1",
  75. "fresh": "0.3.0",
  76. "merge-descriptors": "1.0.1",
  77. "methods": "~1.1.2",
  78. "on-finished": "~2.3.0",
  79. "parseurl": "~1.3.1",
  80. "path-to-regexp": "0.1.7",
  81. "proxy-addr": "~1.0.10",
  82. "qs": "4.0.0",
  83. "range-parser": "~1.0.3",
  84. "send": "0.13.1",
  85. "serve-static": "~1.10.2",
  86. "type-is": "~1.6.6",
  87. "utils-merge": "1.0.0",
  88. "vary": "~1.0.1"
  89. },
  90. "deprecated": false,
  91. "description": "Fast, unopinionated, minimalist web framework",
  92. "devDependencies": {
  93. "after": "0.8.1",
  94. "body-parser": "~1.14.2",
  95. "connect-redis": "~2.4.1",
  96. "cookie-parser": "~1.4.1",
  97. "cookie-session": "~1.2.0",
  98. "ejs": "2.3.4",
  99. "express-session": "~1.13.0",
  100. "istanbul": "0.4.2",
  101. "jade": "~1.11.0",
  102. "marked": "0.3.5",
  103. "method-override": "~2.3.5",
  104. "mocha": "2.3.4",
  105. "morgan": "~1.6.1",
  106. "multiparty": "~4.1.2",
  107. "should": "7.1.1",
  108. "supertest": "1.1.0",
  109. "vhost": "~3.0.1"
  110. },
  111. "engines": {
  112. "node": ">= 0.10.0"
  113. },
  114. "files": [
  115. "LICENSE",
  116. "History.md",
  117. "Readme.md",
  118. "index.js",
  119. "lib/"
  120. ],
  121. "homepage": "https://github.com/expressjs/express#readme",
  122. "keywords": [
  123. "express",
  124. "framework",
  125. "sinatra",
  126. "web",
  127. "rest",
  128. "restful",
  129. "router",
  130. "app",
  131. "api"
  132. ],
  133. "license": "MIT",
  134. "name": "express",
  135. "repository": {
  136. "type": "git",
  137. "url": "git+https://github.com/expressjs/express.git"
  138. },
  139. "scripts": {
  140. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
  141. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
  142. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
  143. "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
  144. },
  145. "version": "4.13.4"
  146. }