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

yarn.lock 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
  2. # yarn lockfile v1
  3. balanced-match@^1.0.0:
  4. version "1.0.0"
  5. resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
  6. brace-expansion@^1.1.7:
  7. version "1.1.8"
  8. resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292"
  9. dependencies:
  10. balanced-match "^1.0.0"
  11. concat-map "0.0.1"
  12. concat-map@0.0.1:
  13. version "0.0.1"
  14. resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
  15. deep-equal@~1.0.1:
  16. version "1.0.1"
  17. resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"
  18. define-properties@^1.1.2:
  19. version "1.1.2"
  20. resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.2.tgz#83a73f2fea569898fb737193c8f873caf6d45c94"
  21. dependencies:
  22. foreach "^2.0.5"
  23. object-keys "^1.0.8"
  24. defined@~1.0.0:
  25. version "1.0.0"
  26. resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
  27. es-abstract@^1.5.0:
  28. version "1.10.0"
  29. resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
  30. dependencies:
  31. es-to-primitive "^1.1.1"
  32. function-bind "^1.1.1"
  33. has "^1.0.1"
  34. is-callable "^1.1.3"
  35. is-regex "^1.0.4"
  36. es-to-primitive@^1.1.1:
  37. version "1.1.1"
  38. resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
  39. dependencies:
  40. is-callable "^1.1.1"
  41. is-date-object "^1.0.1"
  42. is-symbol "^1.0.1"
  43. for-each@~0.3.2:
  44. version "0.3.2"
  45. resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.2.tgz#2c40450b9348e97f281322593ba96704b9abd4d4"
  46. dependencies:
  47. is-function "~1.0.0"
  48. foreach@^2.0.5:
  49. version "2.0.5"
  50. resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99"
  51. fs.realpath@^1.0.0:
  52. version "1.0.0"
  53. resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
  54. function-bind@^1.0.2, function-bind@^1.1.1, function-bind@~1.1.0:
  55. version "1.1.1"
  56. resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
  57. glob@~7.1.2:
  58. version "7.1.2"
  59. resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
  60. dependencies:
  61. fs.realpath "^1.0.0"
  62. inflight "^1.0.4"
  63. inherits "2"
  64. minimatch "^3.0.4"
  65. once "^1.3.0"
  66. path-is-absolute "^1.0.0"
  67. has@^1.0.1, has@~1.0.1:
  68. version "1.0.1"
  69. resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28"
  70. dependencies:
  71. function-bind "^1.0.2"
  72. inflight@^1.0.4:
  73. version "1.0.6"
  74. resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
  75. dependencies:
  76. once "^1.3.0"
  77. wrappy "1"
  78. inherits@2, inherits@~2.0.3:
  79. version "2.0.3"
  80. resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
  81. is-callable@^1.1.1, is-callable@^1.1.3:
  82. version "1.1.3"
  83. resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
  84. is-date-object@^1.0.1:
  85. version "1.0.1"
  86. resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
  87. is-function@~1.0.0:
  88. version "1.0.1"
  89. resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.1.tgz#12cfb98b65b57dd3d193a3121f5f6e2f437602b5"
  90. is-regex@^1.0.4:
  91. version "1.0.4"
  92. resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
  93. dependencies:
  94. has "^1.0.1"
  95. is-symbol@^1.0.1:
  96. version "1.0.1"
  97. resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
  98. minimatch@^3.0.4:
  99. version "3.0.4"
  100. resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
  101. dependencies:
  102. brace-expansion "^1.1.7"
  103. minimist@~1.2.0:
  104. version "1.2.0"
  105. resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
  106. object-inspect@~1.3.0:
  107. version "1.3.0"
  108. resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.3.0.tgz#5b1eb8e6742e2ee83342a637034d844928ba2f6d"
  109. object-keys@^1.0.8:
  110. version "1.0.11"
  111. resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
  112. once@^1.3.0:
  113. version "1.4.0"
  114. resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
  115. dependencies:
  116. wrappy "1"
  117. path-is-absolute@^1.0.0:
  118. version "1.0.1"
  119. resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
  120. path-parse@^1.0.5:
  121. version "1.0.5"
  122. resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
  123. resolve@~1.4.0:
  124. version "1.4.0"
  125. resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.4.0.tgz#a75be01c53da25d934a98ebd0e4c4a7312f92a86"
  126. dependencies:
  127. path-parse "^1.0.5"
  128. resumer@~0.0.0:
  129. version "0.0.0"
  130. resolved "https://registry.yarnpkg.com/resumer/-/resumer-0.0.0.tgz#f1e8f461e4064ba39e82af3cdc2a8c893d076759"
  131. dependencies:
  132. through "~2.3.4"
  133. string.prototype.trim@~1.1.2:
  134. version "1.1.2"
  135. resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
  136. dependencies:
  137. define-properties "^1.1.2"
  138. es-abstract "^1.5.0"
  139. function-bind "^1.0.2"
  140. tape@^4.8.0:
  141. version "4.8.0"
  142. resolved "https://registry.yarnpkg.com/tape/-/tape-4.8.0.tgz#f6a9fec41cc50a1de50fa33603ab580991f6068e"
  143. dependencies:
  144. deep-equal "~1.0.1"
  145. defined "~1.0.0"
  146. for-each "~0.3.2"
  147. function-bind "~1.1.0"
  148. glob "~7.1.2"
  149. has "~1.0.1"
  150. inherits "~2.0.3"
  151. minimist "~1.2.0"
  152. object-inspect "~1.3.0"
  153. resolve "~1.4.0"
  154. resumer "~0.0.0"
  155. string.prototype.trim "~1.1.2"
  156. through "~2.3.8"
  157. through@~2.3.4, through@~2.3.8:
  158. version "2.3.8"
  159. resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
  160. wrappy@1:
  161. version "1.0.2"
  162. resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"