package.json 4.5 KB

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