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

package.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. {
  2. "_from": "micromatch@^4.0.2",
  3. "_id": "micromatch@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==",
  6. "_location": "/micromatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "micromatch@^4.0.2",
  12. "name": "micromatch",
  13. "escapedName": "micromatch",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/fast-glob"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz",
  22. "_shasum": "4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259",
  23. "_spec": "micromatch@^4.0.2",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/fast-glob",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/micromatch/micromatch/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "url": "https://github.com/DianeLooney"
  36. },
  37. {
  38. "name": "Amila Welihinda",
  39. "url": "amilajack.com"
  40. },
  41. {
  42. "name": "Bogdan Chadkin",
  43. "url": "https://github.com/TrySound"
  44. },
  45. {
  46. "name": "Brian Woodward",
  47. "url": "https://twitter.com/doowb"
  48. },
  49. {
  50. "name": "Devon Govett",
  51. "url": "http://badassjs.com"
  52. },
  53. {
  54. "name": "Elan Shanker",
  55. "url": "https://github.com/es128"
  56. },
  57. {
  58. "name": "Fabrício Matté",
  59. "url": "https://ultcombo.js.org"
  60. },
  61. {
  62. "name": "Jon Schlinkert",
  63. "url": "http://twitter.com/jonschlinkert"
  64. },
  65. {
  66. "name": "Martin Kolárik",
  67. "url": "https://kolarik.sk"
  68. },
  69. {
  70. "name": "Olsten Larck",
  71. "url": "https://i.am.charlike.online"
  72. },
  73. {
  74. "name": "Paul Miller",
  75. "url": "paulmillr.com"
  76. },
  77. {
  78. "name": "Tom Byrer",
  79. "url": "https://github.com/tomByrer"
  80. },
  81. {
  82. "name": "Tyler Akins",
  83. "url": "http://rumkin.com"
  84. },
  85. {
  86. "name": "Peter Bright",
  87. "email": "drpizza@quiscalusmexicanus.org",
  88. "url": "https://github.com/drpizza"
  89. }
  90. ],
  91. "dependencies": {
  92. "braces": "^3.0.1",
  93. "picomatch": "^2.0.5"
  94. },
  95. "deprecated": false,
  96. "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
  97. "devDependencies": {
  98. "fill-range": "^7.0.1",
  99. "gulp-format-md": "^2.0.0",
  100. "minimatch": "^3.0.4",
  101. "mocha": "^5.2.0",
  102. "time-require": "github:jonschlinkert/time-require"
  103. },
  104. "engines": {
  105. "node": ">=8"
  106. },
  107. "files": [
  108. "index.js"
  109. ],
  110. "homepage": "https://github.com/micromatch/micromatch",
  111. "keywords": [
  112. "bash",
  113. "bracket",
  114. "character-class",
  115. "expand",
  116. "expansion",
  117. "expression",
  118. "extglob",
  119. "extglobs",
  120. "file",
  121. "files",
  122. "filter",
  123. "find",
  124. "glob",
  125. "globbing",
  126. "globs",
  127. "globstar",
  128. "lookahead",
  129. "lookaround",
  130. "lookbehind",
  131. "match",
  132. "matcher",
  133. "matches",
  134. "matching",
  135. "micromatch",
  136. "minimatch",
  137. "multimatch",
  138. "negate",
  139. "negation",
  140. "path",
  141. "pattern",
  142. "patterns",
  143. "posix",
  144. "regex",
  145. "regexp",
  146. "regular",
  147. "shell",
  148. "star",
  149. "wildcard"
  150. ],
  151. "license": "MIT",
  152. "main": "index.js",
  153. "name": "micromatch",
  154. "repository": {
  155. "type": "git",
  156. "url": "git+https://github.com/micromatch/micromatch.git"
  157. },
  158. "scripts": {
  159. "test": "mocha"
  160. },
  161. "verb": {
  162. "toc": "collapsible",
  163. "layout": "default",
  164. "tasks": [
  165. "readme"
  166. ],
  167. "plugins": [
  168. "gulp-format-md"
  169. ],
  170. "lint": {
  171. "reflinks": true
  172. },
  173. "related": {
  174. "list": [
  175. "braces",
  176. "expand-brackets",
  177. "extglob",
  178. "fill-range",
  179. "nanomatch"
  180. ]
  181. },
  182. "reflinks": [
  183. "extglob",
  184. "fill-range",
  185. "glob-object",
  186. "minimatch",
  187. "multimatch"
  188. ]
  189. },
  190. "version": "4.0.2"
  191. }