Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2016
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  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. "C:\\Dev\\work\\demonodefileserver\\myapp"
  14. ]
  15. ],
  16. "_from": "express@latest",
  17. "_id": "express@4.14.0",
  18. "_inCache": true,
  19. "_location": "/express",
  20. "_npmOperationalInternal": {
  21. "host": "packages-12-west.internal.npmjs.com",
  22. "tmp": "tmp/express-4.14.0.tgz_1466095407850_0.17484632693231106"
  23. },
  24. "_npmUser": {
  25. "name": "dougwilson",
  26. "email": "doug@somethingdoug.com"
  27. },
  28. "_npmVersion": "1.4.28",
  29. "_phantomChildren": {},
  30. "_requested": {
  31. "raw": "express",
  32. "scope": null,
  33. "escapedName": "express",
  34. "name": "express",
  35. "rawSpec": "",
  36. "spec": "latest",
  37. "type": "tag"
  38. },
  39. "_requiredBy": [
  40. "#USER",
  41. "/"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/express/-/express-4.14.0.tgz",
  44. "_shasum": "c1ee3f42cdc891fb3dc650a8922d51ec847d0d66",
  45. "_shrinkwrap": null,
  46. "_spec": "express",
  47. "_where": "C:\\Dev\\work\\demonodefileserver\\myapp",
  48. "author": {
  49. "name": "TJ Holowaychuk",
  50. "email": "tj@vision-media.ca"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/expressjs/express/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Aaron Heckmann",
  58. "email": "aaron.heckmann+github@gmail.com"
  59. },
  60. {
  61. "name": "Ciaran Jessup",
  62. "email": "ciaranj@gmail.com"
  63. },
  64. {
  65. "name": "Douglas Christopher Wilson",
  66. "email": "doug@somethingdoug.com"
  67. },
  68. {
  69. "name": "Guillermo Rauch",
  70. "email": "rauchg@gmail.com"
  71. },
  72. {
  73. "name": "Jonathan Ong",
  74. "email": "me@jongleberry.com"
  75. },
  76. {
  77. "name": "Roman Shtylman",
  78. "email": "shtylman+expressjs@gmail.com"
  79. },
  80. {
  81. "name": "Young Jae Sim",
  82. "email": "hanul@hanul.me"
  83. }
  84. ],
  85. "dependencies": {
  86. "accepts": "~1.3.3",
  87. "array-flatten": "1.1.1",
  88. "content-disposition": "0.5.1",
  89. "content-type": "~1.0.2",
  90. "cookie": "0.3.1",
  91. "cookie-signature": "1.0.6",
  92. "debug": "~2.2.0",
  93. "depd": "~1.1.0",
  94. "encodeurl": "~1.0.1",
  95. "escape-html": "~1.0.3",
  96. "etag": "~1.7.0",
  97. "finalhandler": "0.5.0",
  98. "fresh": "0.3.0",
  99. "merge-descriptors": "1.0.1",
  100. "methods": "~1.1.2",
  101. "on-finished": "~2.3.0",
  102. "parseurl": "~1.3.1",
  103. "path-to-regexp": "0.1.7",
  104. "proxy-addr": "~1.1.2",
  105. "qs": "6.2.0",
  106. "range-parser": "~1.2.0",
  107. "send": "0.14.1",
  108. "serve-static": "~1.11.1",
  109. "type-is": "~1.6.13",
  110. "utils-merge": "1.0.0",
  111. "vary": "~1.1.0"
  112. },
  113. "description": "Fast, unopinionated, minimalist web framework",
  114. "devDependencies": {
  115. "after": "0.8.1",
  116. "body-parser": "~1.15.1",
  117. "connect-redis": "~2.4.1",
  118. "cookie-parser": "~1.4.3",
  119. "cookie-session": "~1.2.0",
  120. "ejs": "2.4.2",
  121. "express-session": "~1.13.0",
  122. "istanbul": "0.4.3",
  123. "jade": "~1.11.0",
  124. "marked": "0.3.5",
  125. "method-override": "~2.3.6",
  126. "mocha": "2.5.3",
  127. "morgan": "~1.7.0",
  128. "multiparty": "~4.1.2",
  129. "should": "9.0.2",
  130. "supertest": "1.2.0",
  131. "vhost": "~3.0.2"
  132. },
  133. "directories": {},
  134. "dist": {
  135. "shasum": "c1ee3f42cdc891fb3dc650a8922d51ec847d0d66",
  136. "tarball": "https://registry.npmjs.org/express/-/express-4.14.0.tgz"
  137. },
  138. "engines": {
  139. "node": ">= 0.10.0"
  140. },
  141. "files": [
  142. "LICENSE",
  143. "History.md",
  144. "Readme.md",
  145. "index.js",
  146. "lib/"
  147. ],
  148. "gitHead": "9375a9afa9d7baa814b454c7a6818a7471aaef00",
  149. "homepage": "http://expressjs.com/",
  150. "keywords": [
  151. "express",
  152. "framework",
  153. "sinatra",
  154. "web",
  155. "rest",
  156. "restful",
  157. "router",
  158. "app",
  159. "api"
  160. ],
  161. "license": "MIT",
  162. "maintainers": [
  163. {
  164. "name": "dougwilson",
  165. "email": "doug@somethingdoug.com"
  166. },
  167. {
  168. "name": "hacksparrow",
  169. "email": "captain@hacksparrow.com"
  170. },
  171. {
  172. "name": "jasnell",
  173. "email": "jasnell@gmail.com"
  174. },
  175. {
  176. "name": "mikeal",
  177. "email": "mikeal.rogers@gmail.com"
  178. }
  179. ],
  180. "name": "express",
  181. "optionalDependencies": {},
  182. "readme": "ERROR: No README data found!",
  183. "repository": {
  184. "type": "git",
  185. "url": "git+https://github.com/expressjs/express.git"
  186. },
  187. "scripts": {
  188. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
  189. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
  190. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
  191. "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
  192. },
  193. "version": "4.14.0"
  194. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement