No Description

package.json 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. {
  2. "_from": "micromatch@^4.0.4",
  3. "_id": "micromatch@4.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
  6. "_location": "/micromatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "micromatch@^4.0.4",
  12. "name": "micromatch",
  13. "escapedName": "micromatch",
  14. "rawSpec": "^4.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.4"
  17. },
  18. "_requiredBy": [
  19. "/fast-glob"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
  22. "_shasum": "896d519dfe9db25fce94ceb7a500919bf881ebf9",
  23. "_spec": "micromatch@^4.0.4",
  24. "_where": "/Users/alexmanuel/MyApp/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. "name": "Kuba Juszczyk",
  92. "url": "https://github.com/ku8ar"
  93. }
  94. ],
  95. "dependencies": {
  96. "braces": "^3.0.1",
  97. "picomatch": "^2.2.3"
  98. },
  99. "deprecated": false,
  100. "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
  101. "devDependencies": {
  102. "fill-range": "^7.0.1",
  103. "gulp-format-md": "^2.0.0",
  104. "minimatch": "^3.0.4",
  105. "mocha": "^7.2.0",
  106. "time-require": "github:jonschlinkert/time-require"
  107. },
  108. "engines": {
  109. "node": ">=8.6"
  110. },
  111. "files": [
  112. "index.js"
  113. ],
  114. "homepage": "https://github.com/micromatch/micromatch",
  115. "keywords": [
  116. "bash",
  117. "bracket",
  118. "character-class",
  119. "expand",
  120. "expansion",
  121. "expression",
  122. "extglob",
  123. "extglobs",
  124. "file",
  125. "files",
  126. "filter",
  127. "find",
  128. "glob",
  129. "globbing",
  130. "globs",
  131. "globstar",
  132. "lookahead",
  133. "lookaround",
  134. "lookbehind",
  135. "match",
  136. "matcher",
  137. "matches",
  138. "matching",
  139. "micromatch",
  140. "minimatch",
  141. "multimatch",
  142. "negate",
  143. "negation",
  144. "path",
  145. "pattern",
  146. "patterns",
  147. "posix",
  148. "regex",
  149. "regexp",
  150. "regular",
  151. "shell",
  152. "star",
  153. "wildcard"
  154. ],
  155. "license": "MIT",
  156. "main": "index.js",
  157. "name": "micromatch",
  158. "repository": {
  159. "type": "git",
  160. "url": "git+https://github.com/micromatch/micromatch.git"
  161. },
  162. "scripts": {
  163. "test": "mocha"
  164. },
  165. "verb": {
  166. "toc": "collapsible",
  167. "layout": "default",
  168. "tasks": [
  169. "readme"
  170. ],
  171. "plugins": [
  172. "gulp-format-md"
  173. ],
  174. "lint": {
  175. "reflinks": true
  176. },
  177. "related": {
  178. "list": [
  179. "braces",
  180. "expand-brackets",
  181. "extglob",
  182. "fill-range",
  183. "nanomatch"
  184. ]
  185. },
  186. "reflinks": [
  187. "extglob",
  188. "fill-range",
  189. "glob-object",
  190. "minimatch",
  191. "multimatch"
  192. ]
  193. },
  194. "version": "4.0.4"
  195. }