Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_args": [
  3. [
  4. "merge-descriptors@1.0.1",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/express"
  6. ]
  7. ],
  8. "_from": "merge-descriptors@1.0.1",
  9. "_id": "merge-descriptors@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/merge-descriptors",
  13. "_npmUser": {
  14. "email": "doug@somethingdoug.com",
  15. "name": "dougwilson"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "merge-descriptors",
  21. "raw": "merge-descriptors@1.0.1",
  22. "rawSpec": "1.0.1",
  23. "scope": null,
  24. "spec": "1.0.1",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/express"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
  31. "_shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
  32. "_shrinkwrap": null,
  33. "_spec": "merge-descriptors@1.0.1",
  34. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/express",
  35. "author": {
  36. "email": "me@jongleberry.com",
  37. "name": "Jonathan Ong",
  38. "url": "http://jongleberry.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/component/merge-descriptors/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Douglas Christopher Wilson",
  46. "email": "doug@somethingdoug.com"
  47. },
  48. {
  49. "name": "Mike Grabowski",
  50. "email": "grabbou@gmail.com"
  51. }
  52. ],
  53. "dependencies": {},
  54. "description": "Merge objects using descriptors",
  55. "devDependencies": {
  56. "istanbul": "0.4.1",
  57. "mocha": "1.21.5"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
  62. "tarball": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz"
  63. },
  64. "files": [
  65. "HISTORY.md",
  66. "LICENSE",
  67. "README.md",
  68. "index.js"
  69. ],
  70. "gitHead": "f26c49c3b423b0b2ac31f6e32a84e1632f2d7ac2",
  71. "homepage": "https://github.com/component/merge-descriptors",
  72. "license": "MIT",
  73. "maintainers": [
  74. {
  75. "name": "mattmueller",
  76. "email": "mattmuelle@gmail.com"
  77. },
  78. {
  79. "name": "anthonyshort",
  80. "email": "antshort@gmail.com"
  81. },
  82. {
  83. "name": "dfcreative",
  84. "email": "df.creative@gmail.com"
  85. },
  86. {
  87. "name": "dominicbarnes",
  88. "email": "dominic@dbarnes.info"
  89. },
  90. {
  91. "name": "dougwilson",
  92. "email": "doug@somethingdoug.com"
  93. },
  94. {
  95. "name": "ianstormtaylor",
  96. "email": "ian@ianstormtaylor.com"
  97. },
  98. {
  99. "name": "jonathanong",
  100. "email": "jonathanrichardong@gmail.com"
  101. },
  102. {
  103. "name": "jongleberry",
  104. "email": "jonathanrichardong@gmail.com"
  105. },
  106. {
  107. "name": "juliangruber",
  108. "email": "julian@juliangruber.com"
  109. },
  110. {
  111. "name": "clintwood",
  112. "email": "clint@anotherway.co.za"
  113. },
  114. {
  115. "name": "queckezz",
  116. "email": "fabian.eichenberger@gmail.com"
  117. },
  118. {
  119. "name": "stephenmathieson",
  120. "email": "me@stephenmathieson.com"
  121. },
  122. {
  123. "name": "thehydroimpulse",
  124. "email": "dnfagnan@gmail.com"
  125. },
  126. {
  127. "name": "timaschew",
  128. "email": "timaschew@gmail.com"
  129. },
  130. {
  131. "name": "timoxley",
  132. "email": "secoif@gmail.com"
  133. },
  134. {
  135. "name": "tjholowaychuk",
  136. "email": "tj@vision-media.ca"
  137. },
  138. {
  139. "name": "tootallnate",
  140. "email": "nathan@tootallnate.net"
  141. },
  142. {
  143. "name": "trevorgerhardt",
  144. "email": "trevorgerhardt@gmail.com"
  145. },
  146. {
  147. "name": "yields",
  148. "email": "yields@icloud.com"
  149. }
  150. ],
  151. "name": "merge-descriptors",
  152. "optionalDependencies": {},
  153. "readme": "ERROR: No README data found!",
  154. "repository": {
  155. "type": "git",
  156. "url": "git+https://github.com/component/merge-descriptors.git"
  157. },
  158. "scripts": {
  159. "test": "mocha --reporter spec --bail --check-leaks test/",
  160. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  161. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  162. },
  163. "version": "1.0.1"
  164. }