package.json 4.8 KB

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