package.json 4.5 KB

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