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.

160 lines
4.0 KiB

  1. {
  2. "name": "express",
  3. "description": "Fast, unopinionated, minimalist web framework",
  4. "version": "4.14.0",
  5. "author": {
  6. "name": "TJ Holowaychuk",
  7. "email": "tj@vision-media.ca"
  8. },
  9. "contributors": [
  10. {
  11. "name": "Aaron Heckmann",
  12. "email": "aaron.heckmann+github@gmail.com"
  13. },
  14. {
  15. "name": "Ciaran Jessup",
  16. "email": "ciaranj@gmail.com"
  17. },
  18. {
  19. "name": "Douglas Christopher Wilson",
  20. "email": "doug@somethingdoug.com"
  21. },
  22. {
  23. "name": "Guillermo Rauch",
  24. "email": "rauchg@gmail.com"
  25. },
  26. {
  27. "name": "Jonathan Ong",
  28. "email": "me@jongleberry.com"
  29. },
  30. {
  31. "name": "Roman Shtylman",
  32. "email": "shtylman+expressjs@gmail.com"
  33. },
  34. {
  35. "name": "Young Jae Sim",
  36. "email": "hanul@hanul.me"
  37. }
  38. ],
  39. "license": "MIT",
  40. "repository": {
  41. "type": "git",
  42. "url": "git+https://github.com/expressjs/express.git"
  43. },
  44. "homepage": "http://expressjs.com/",
  45. "keywords": [
  46. "express",
  47. "framework",
  48. "sinatra",
  49. "web",
  50. "rest",
  51. "restful",
  52. "router",
  53. "app",
  54. "api"
  55. ],
  56. "dependencies": {
  57. "accepts": "~1.3.3",
  58. "array-flatten": "1.1.1",
  59. "content-disposition": "0.5.1",
  60. "content-type": "~1.0.2",
  61. "cookie": "0.3.1",
  62. "cookie-signature": "1.0.6",
  63. "debug": "~2.2.0",
  64. "depd": "~1.1.0",
  65. "encodeurl": "~1.0.1",
  66. "escape-html": "~1.0.3",
  67. "etag": "~1.7.0",
  68. "finalhandler": "0.5.0",
  69. "fresh": "0.3.0",
  70. "merge-descriptors": "1.0.1",
  71. "methods": "~1.1.2",
  72. "on-finished": "~2.3.0",
  73. "parseurl": "~1.3.1",
  74. "path-to-regexp": "0.1.7",
  75. "proxy-addr": "~1.1.2",
  76. "qs": "6.2.0",
  77. "range-parser": "~1.2.0",
  78. "send": "0.14.1",
  79. "serve-static": "~1.11.1",
  80. "type-is": "~1.6.13",
  81. "utils-merge": "1.0.0",
  82. "vary": "~1.1.0"
  83. },
  84. "devDependencies": {
  85. "after": "0.8.1",
  86. "body-parser": "~1.15.1",
  87. "cookie-parser": "~1.4.3",
  88. "ejs": "2.4.2",
  89. "istanbul": "0.4.3",
  90. "marked": "0.3.5",
  91. "method-override": "~2.3.6",
  92. "mocha": "2.5.3",
  93. "morgan": "~1.7.0",
  94. "should": "9.0.2",
  95. "supertest": "1.2.0",
  96. "connect-redis": "~2.4.1",
  97. "cookie-session": "~1.2.0",
  98. "express-session": "~1.13.0",
  99. "jade": "~1.11.0",
  100. "multiparty": "~4.1.2",
  101. "vhost": "~3.0.2"
  102. },
  103. "engines": {
  104. "node": ">= 0.10.0"
  105. },
  106. "files": [
  107. "LICENSE",
  108. "History.md",
  109. "Readme.md",
  110. "index.js",
  111. "lib/"
  112. ],
  113. "scripts": {
  114. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
  115. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
  116. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
  117. "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
  118. },
  119. "gitHead": "9375a9afa9d7baa814b454c7a6818a7471aaef00",
  120. "bugs": {
  121. "url": "https://github.com/expressjs/express/issues"
  122. },
  123. "_id": "express@4.14.0",
  124. "_shasum": "c1ee3f42cdc891fb3dc650a8922d51ec847d0d66",
  125. "_from": "express@>=4.7.1 <5.0.0",
  126. "_npmVersion": "1.4.28",
  127. "_npmUser": {
  128. "name": "dougwilson",
  129. "email": "doug@somethingdoug.com"
  130. },
  131. "maintainers": [
  132. {
  133. "name": "dougwilson",
  134. "email": "doug@somethingdoug.com"
  135. },
  136. {
  137. "name": "hacksparrow",
  138. "email": "captain@hacksparrow.com"
  139. },
  140. {
  141. "name": "jasnell",
  142. "email": "jasnell@gmail.com"
  143. },
  144. {
  145. "name": "mikeal",
  146. "email": "mikeal.rogers@gmail.com"
  147. }
  148. ],
  149. "dist": {
  150. "shasum": "c1ee3f42cdc891fb3dc650a8922d51ec847d0d66",
  151. "tarball": "https://registry.npmjs.org/express/-/express-4.14.0.tgz"
  152. },
  153. "_npmOperationalInternal": {
  154. "host": "packages-12-west.internal.npmjs.com",
  155. "tmp": "tmp/express-4.14.0.tgz_1466095407850_0.17484632693231106"
  156. },
  157. "directories": {},
  158. "_resolved": "https://registry.npmjs.org/express/-/express-4.14.0.tgz",
  159. "readme": "ERROR: No README data found!"
  160. }