Dashboard sipadu mbip
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. {
  2. "_from": "micromatch@^3.1.4",
  3. "_id": "micromatch@3.1.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  6. "_location": "/micromatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "micromatch@^3.1.4",
  12. "name": "micromatch",
  13. "escapedName": "micromatch",
  14. "rawSpec": "^3.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.4"
  17. },
  18. "_requiredBy": [
  19. "/anymatch",
  20. "/fast-glob",
  21. "/findup-sync",
  22. "/http-proxy-middleware",
  23. "/readdirp",
  24. "/webpack"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  27. "_shasum": "70859bc95c9840952f359a068a3fc49f9ecfac23",
  28. "_spec": "micromatch@^3.1.4",
  29. "_where": "/var/www/html/mdch.sipadu/node_modules/anymatch",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/micromatch/micromatch/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Amila Welihinda",
  41. "url": "amilajack.com"
  42. },
  43. {
  44. "name": "Bogdan Chadkin",
  45. "url": "https://github.com/TrySound"
  46. },
  47. {
  48. "name": "Brian Woodward",
  49. "url": "https://twitter.com/doowb"
  50. },
  51. {
  52. "name": "Devon Govett",
  53. "url": "http://badassjs.com"
  54. },
  55. {
  56. "name": "Elan Shanker",
  57. "url": "https://github.com/es128"
  58. },
  59. {
  60. "name": "Fabrício Matté",
  61. "url": "https://ultcombo.js.org"
  62. },
  63. {
  64. "name": "Jon Schlinkert",
  65. "url": "http://twitter.com/jonschlinkert"
  66. },
  67. {
  68. "name": "Martin Kolárik",
  69. "url": "https://kolarik.sk"
  70. },
  71. {
  72. "name": "Olsten Larck",
  73. "url": "https://i.am.charlike.online"
  74. },
  75. {
  76. "name": "Paul Miller",
  77. "url": "paulmillr.com"
  78. },
  79. {
  80. "name": "Tom Byrer",
  81. "url": "https://github.com/tomByrer"
  82. },
  83. {
  84. "name": "Tyler Akins",
  85. "url": "http://rumkin.com"
  86. },
  87. {
  88. "url": "https://github.com/DianeLooney"
  89. }
  90. ],
  91. "dependencies": {
  92. "arr-diff": "^4.0.0",
  93. "array-unique": "^0.3.2",
  94. "braces": "^2.3.1",
  95. "define-property": "^2.0.2",
  96. "extend-shallow": "^3.0.2",
  97. "extglob": "^2.0.4",
  98. "fragment-cache": "^0.2.1",
  99. "kind-of": "^6.0.2",
  100. "nanomatch": "^1.2.9",
  101. "object.pick": "^1.3.0",
  102. "regex-not": "^1.0.0",
  103. "snapdragon": "^0.8.1",
  104. "to-regex": "^3.0.2"
  105. },
  106. "deprecated": false,
  107. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  108. "devDependencies": {
  109. "bash-match": "^1.0.2",
  110. "for-own": "^1.0.0",
  111. "gulp": "^3.9.1",
  112. "gulp-format-md": "^1.0.0",
  113. "gulp-istanbul": "^1.1.3",
  114. "gulp-mocha": "^5.0.0",
  115. "gulp-unused": "^0.2.1",
  116. "is-windows": "^1.0.2",
  117. "minimatch": "^3.0.4",
  118. "minimist": "^1.2.0",
  119. "mocha": "^3.5.3",
  120. "multimatch": "^2.1.0"
  121. },
  122. "engines": {
  123. "node": ">=0.10.0"
  124. },
  125. "files": [
  126. "index.js",
  127. "lib"
  128. ],
  129. "homepage": "https://github.com/micromatch/micromatch",
  130. "keywords": [
  131. "bash",
  132. "expand",
  133. "expansion",
  134. "expression",
  135. "file",
  136. "files",
  137. "filter",
  138. "find",
  139. "glob",
  140. "globbing",
  141. "globs",
  142. "globstar",
  143. "match",
  144. "matcher",
  145. "matches",
  146. "matching",
  147. "micromatch",
  148. "minimatch",
  149. "multimatch",
  150. "path",
  151. "pattern",
  152. "patterns",
  153. "regex",
  154. "regexp",
  155. "regular",
  156. "shell",
  157. "wildcard"
  158. ],
  159. "license": "MIT",
  160. "lintDeps": {
  161. "dependencies": {
  162. "options": {
  163. "lock": {
  164. "snapdragon": "^0.8.1"
  165. }
  166. }
  167. },
  168. "devDependencies": {
  169. "files": {
  170. "options": {
  171. "ignore": [
  172. "benchmark/**"
  173. ]
  174. }
  175. }
  176. }
  177. },
  178. "main": "index.js",
  179. "name": "micromatch",
  180. "repository": {
  181. "type": "git",
  182. "url": "git+https://github.com/micromatch/micromatch.git"
  183. },
  184. "scripts": {
  185. "test": "mocha"
  186. },
  187. "verb": {
  188. "toc": "collapsible",
  189. "layout": "default",
  190. "tasks": [
  191. "readme"
  192. ],
  193. "plugins": [
  194. "gulp-format-md"
  195. ],
  196. "helpers": [
  197. "./benchmark/helper.js"
  198. ],
  199. "related": {
  200. "list": [
  201. "braces",
  202. "expand-brackets",
  203. "extglob",
  204. "fill-range",
  205. "nanomatch"
  206. ]
  207. },
  208. "lint": {
  209. "reflinks": true
  210. },
  211. "reflinks": [
  212. "expand-brackets",
  213. "extglob",
  214. "glob-object",
  215. "minimatch",
  216. "multimatch",
  217. "snapdragon"
  218. ]
  219. },
  220. "version": "3.1.10"
  221. }