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.

200 lines
4.8 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "express@4.10.2",
  6. "scope": null,
  7. "escapedName": "express",
  8. "name": "express",
  9. "rawSpec": "4.10.2",
  10. "spec": "4.10.2",
  11. "type": "version"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace"
  14. ]
  15. ],
  16. "_from": "express@4.10.2",
  17. "_id": "express@4.10.2",
  18. "_inCache": true,
  19. "_location": "/express",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.21",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "express@4.10.2",
  28. "scope": null,
  29. "escapedName": "express",
  30. "name": "express",
  31. "rawSpec": "4.10.2",
  32. "spec": "4.10.2",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "#USER",
  37. "/"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/express/-/express-4.10.2.tgz",
  40. "_shasum": "df06dde94d968932829d440a2004c5efe64495b0",
  41. "_shrinkwrap": null,
  42. "_spec": "express@4.10.2",
  43. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace",
  44. "author": {
  45. "name": "TJ Holowaychuk",
  46. "email": "tj@vision-media.ca"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/strongloop/express/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Aaron Heckmann",
  54. "email": "aaron.heckmann+github@gmail.com"
  55. },
  56. {
  57. "name": "Ciaran Jessup",
  58. "email": "ciaranj@gmail.com"
  59. },
  60. {
  61. "name": "Douglas Christopher Wilson",
  62. "email": "doug@somethingdoug.com"
  63. },
  64. {
  65. "name": "Guillermo Rauch",
  66. "email": "rauchg@gmail.com"
  67. },
  68. {
  69. "name": "Jonathan Ong",
  70. "email": "me@jongleberry.com"
  71. },
  72. {
  73. "name": "Roman Shtylman",
  74. "email": "shtylman+expressjs@gmail.com"
  75. },
  76. {
  77. "name": "Young Jae Sim",
  78. "email": "hanul@hanul.me"
  79. }
  80. ],
  81. "dependencies": {
  82. "accepts": "~1.1.3",
  83. "content-disposition": "0.5.0",
  84. "cookie": "0.1.2",
  85. "cookie-signature": "1.0.5",
  86. "debug": "~2.1.0",
  87. "depd": "~1.0.0",
  88. "escape-html": "1.0.1",
  89. "etag": "~1.5.0",
  90. "finalhandler": "0.3.2",
  91. "fresh": "0.2.4",
  92. "media-typer": "0.3.0",
  93. "merge-descriptors": "0.0.2",
  94. "methods": "1.1.0",
  95. "on-finished": "~2.1.1",
  96. "parseurl": "~1.3.0",
  97. "path-to-regexp": "0.1.3",
  98. "proxy-addr": "~1.0.3",
  99. "qs": "2.3.2",
  100. "range-parser": "~1.0.2",
  101. "send": "0.10.1",
  102. "serve-static": "~1.7.1",
  103. "type-is": "~1.5.3",
  104. "utils-merge": "1.0.0",
  105. "vary": "~1.0.0"
  106. },
  107. "description": "Fast, unopinionated, minimalist web framework",
  108. "devDependencies": {
  109. "after": "0.8.1",
  110. "body-parser": "~1.9.1",
  111. "connect-redis": "~2.1.0",
  112. "cookie-parser": "~1.3.3",
  113. "ejs": "~1.0.0",
  114. "express-session": "~1.9.1",
  115. "hjs": "~0.0.6",
  116. "istanbul": "0.3.2",
  117. "jade": "~1.7.0",
  118. "marked": "0.3.2",
  119. "method-override": "~2.3.0",
  120. "mocha": "~2.0.0",
  121. "morgan": "~1.4.1",
  122. "multiparty": "~4.0.0",
  123. "should": "~4.2.1",
  124. "supertest": "~0.14.0",
  125. "vhost": "~3.0.0"
  126. },
  127. "directories": {},
  128. "dist": {
  129. "shasum": "df06dde94d968932829d440a2004c5efe64495b0",
  130. "tarball": "https://registry.npmjs.org/express/-/express-4.10.2.tgz"
  131. },
  132. "engines": {
  133. "node": ">= 0.10.0"
  134. },
  135. "files": [
  136. "LICENSE",
  137. "History.md",
  138. "Readme.md",
  139. "index.js",
  140. "lib/"
  141. ],
  142. "gitHead": "ac56cf46063e461fbaf53c2c869a1a657e8adbe1",
  143. "homepage": "http://expressjs.com/",
  144. "keywords": [
  145. "express",
  146. "framework",
  147. "sinatra",
  148. "web",
  149. "rest",
  150. "restful",
  151. "router",
  152. "app",
  153. "api"
  154. ],
  155. "license": "MIT",
  156. "maintainers": [
  157. {
  158. "name": "tjholowaychuk",
  159. "email": "tj@vision-media.ca"
  160. },
  161. {
  162. "name": "jongleberry",
  163. "email": "jonathanrichardong@gmail.com"
  164. },
  165. {
  166. "name": "shtylman",
  167. "email": "shtylman@gmail.com"
  168. },
  169. {
  170. "name": "dougwilson",
  171. "email": "doug@somethingdoug.com"
  172. },
  173. {
  174. "name": "aredridel",
  175. "email": "aredridel@nbtsc.org"
  176. },
  177. {
  178. "name": "strongloop",
  179. "email": "callback@strongloop.com"
  180. },
  181. {
  182. "name": "rfeng",
  183. "email": "enjoyjava@gmail.com"
  184. }
  185. ],
  186. "name": "express",
  187. "optionalDependencies": {},
  188. "readme": "ERROR: No README data found!",
  189. "repository": {
  190. "type": "git",
  191. "url": "git+https://github.com/strongloop/express.git"
  192. },
  193. "scripts": {
  194. "test": "mocha --require test/support/env --reporter spec --bail --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. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/"
  198. },
  199. "version": "4.10.2"
  200. }