package.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "express",
  6. "scope": null,
  7. "escapedName": "express",
  8. "name": "express",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/data/feimat/test_yali/liveserver"
  14. ]
  15. ],
  16. "_from": "express@latest",
  17. "_id": "express@4.15.3",
  18. "_inCache": true,
  19. "_location": "/express",
  20. "_nodeVersion": "6.10.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/express-4.15.3.tgz_1495030658380_0.1599606357049197"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "4.2.0",
  30. "_phantomChildren": {
  31. "media-typer": "0.3.0"
  32. },
  33. "_requested": {
  34. "raw": "express",
  35. "scope": null,
  36. "escapedName": "express",
  37. "name": "express",
  38. "rawSpec": "",
  39. "spec": "latest",
  40. "type": "tag"
  41. },
  42. "_requiredBy": [
  43. "#USER"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/express/-/express-4.15.3.tgz",
  46. "_shasum": "bab65d0f03aa80c358408972fc700f916944b662",
  47. "_shrinkwrap": null,
  48. "_spec": "express",
  49. "_where": "/data/feimat/test_yali/liveserver",
  50. "author": {
  51. "name": "TJ Holowaychuk",
  52. "email": "tj@vision-media.ca"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/expressjs/express/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "Aaron Heckmann",
  60. "email": "aaron.heckmann+github@gmail.com"
  61. },
  62. {
  63. "name": "Ciaran Jessup",
  64. "email": "ciaranj@gmail.com"
  65. },
  66. {
  67. "name": "Douglas Christopher Wilson",
  68. "email": "doug@somethingdoug.com"
  69. },
  70. {
  71. "name": "Guillermo Rauch",
  72. "email": "rauchg@gmail.com"
  73. },
  74. {
  75. "name": "Jonathan Ong",
  76. "email": "me@jongleberry.com"
  77. },
  78. {
  79. "name": "Roman Shtylman",
  80. "email": "shtylman+expressjs@gmail.com"
  81. },
  82. {
  83. "name": "Young Jae Sim",
  84. "email": "hanul@hanul.me"
  85. }
  86. ],
  87. "dependencies": {
  88. "accepts": "~1.3.3",
  89. "array-flatten": "1.1.1",
  90. "content-disposition": "0.5.2",
  91. "content-type": "~1.0.2",
  92. "cookie": "0.3.1",
  93. "cookie-signature": "1.0.6",
  94. "debug": "2.6.7",
  95. "depd": "~1.1.0",
  96. "encodeurl": "~1.0.1",
  97. "escape-html": "~1.0.3",
  98. "etag": "~1.8.0",
  99. "finalhandler": "~1.0.3",
  100. "fresh": "0.5.0",
  101. "merge-descriptors": "1.0.1",
  102. "methods": "~1.1.2",
  103. "on-finished": "~2.3.0",
  104. "parseurl": "~1.3.1",
  105. "path-to-regexp": "0.1.7",
  106. "proxy-addr": "~1.1.4",
  107. "qs": "6.4.0",
  108. "range-parser": "~1.2.0",
  109. "send": "0.15.3",
  110. "serve-static": "1.12.3",
  111. "setprototypeof": "1.0.3",
  112. "statuses": "~1.3.1",
  113. "type-is": "~1.6.15",
  114. "utils-merge": "1.0.0",
  115. "vary": "~1.1.1"
  116. },
  117. "description": "Fast, unopinionated, minimalist web framework",
  118. "devDependencies": {
  119. "after": "0.8.2",
  120. "body-parser": "1.17.1",
  121. "connect-redis": "~2.4.1",
  122. "cookie-parser": "~1.4.3",
  123. "cookie-session": "~1.2.0",
  124. "ejs": "2.5.6",
  125. "express-session": "1.15.2",
  126. "hbs": "4.0.1",
  127. "istanbul": "0.4.5",
  128. "marked": "0.3.6",
  129. "method-override": "2.3.8",
  130. "mocha": "3.4.1",
  131. "morgan": "1.8.1",
  132. "multiparty": "4.1.3",
  133. "pbkdf2-password": "1.2.1",
  134. "should": "11.2.1",
  135. "supertest": "1.2.0",
  136. "vhost": "~3.0.2"
  137. },
  138. "directories": {},
  139. "dist": {
  140. "shasum": "bab65d0f03aa80c358408972fc700f916944b662",
  141. "tarball": "https://registry.npmjs.org/express/-/express-4.15.3.tgz"
  142. },
  143. "engines": {
  144. "node": ">= 0.10.0"
  145. },
  146. "files": [
  147. "LICENSE",
  148. "History.md",
  149. "Readme.md",
  150. "index.js",
  151. "lib/"
  152. ],
  153. "gitHead": "6da454c7fb37e68ed65ffe0371aa688b89f5bd6e",
  154. "homepage": "http://expressjs.com/",
  155. "keywords": [
  156. "express",
  157. "framework",
  158. "sinatra",
  159. "web",
  160. "rest",
  161. "restful",
  162. "router",
  163. "app",
  164. "api"
  165. ],
  166. "license": "MIT",
  167. "maintainers": [
  168. {
  169. "name": "dougwilson",
  170. "email": "doug@somethingdoug.com"
  171. },
  172. {
  173. "name": "hacksparrow",
  174. "email": "captain@hacksparrow.com"
  175. },
  176. {
  177. "name": "jasnell",
  178. "email": "jasnell@gmail.com"
  179. },
  180. {
  181. "name": "mikeal",
  182. "email": "mikeal.rogers@gmail.com"
  183. }
  184. ],
  185. "name": "express",
  186. "optionalDependencies": {},
  187. "readme": "ERROR: No README data found!",
  188. "repository": {
  189. "type": "git",
  190. "url": "git+https://github.com/expressjs/express.git"
  191. },
  192. "scripts": {
  193. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
  194. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
  195. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
  196. "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
  197. },
  198. "version": "4.15.3"
  199. }