package.json 4.2 KB

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