package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "name": "micromatch",
  3. "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
  4. "version": "4.0.5",
  5. "homepage": "https://github.com/micromatch/micromatch",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "contributors": [
  8. "(https://github.com/DianeLooney)",
  9. "Amila Welihinda (amilajack.com)",
  10. "Bogdan Chadkin (https://github.com/TrySound)",
  11. "Brian Woodward (https://twitter.com/doowb)",
  12. "Devon Govett (http://badassjs.com)",
  13. "Elan Shanker (https://github.com/es128)",
  14. "Fabrício Matté (https://ultcombo.js.org)",
  15. "Jon Schlinkert (http://twitter.com/jonschlinkert)",
  16. "Martin Kolárik (https://kolarik.sk)",
  17. "Olsten Larck (https://i.am.charlike.online)",
  18. "Paul Miller (paulmillr.com)",
  19. "Tom Byrer (https://github.com/tomByrer)",
  20. "Tyler Akins (http://rumkin.com)",
  21. "Peter Bright <drpizza@quiscalusmexicanus.org> (https://github.com/drpizza)",
  22. "Kuba Juszczyk (https://github.com/ku8ar)"
  23. ],
  24. "repository": "micromatch/micromatch",
  25. "bugs": {
  26. "url": "https://github.com/micromatch/micromatch/issues"
  27. },
  28. "license": "MIT",
  29. "files": [
  30. "index.js"
  31. ],
  32. "main": "index.js",
  33. "engines": {
  34. "node": ">=8.6"
  35. },
  36. "scripts": {
  37. "test": "mocha"
  38. },
  39. "dependencies": {
  40. "braces": "^3.0.2",
  41. "picomatch": "^2.3.1"
  42. },
  43. "devDependencies": {
  44. "fill-range": "^7.0.1",
  45. "gulp-format-md": "^2.0.0",
  46. "minimatch": "^5.0.1",
  47. "mocha": "^9.2.2",
  48. "time-require": "github:jonschlinkert/time-require"
  49. },
  50. "keywords": [
  51. "bash",
  52. "bracket",
  53. "character-class",
  54. "expand",
  55. "expansion",
  56. "expression",
  57. "extglob",
  58. "extglobs",
  59. "file",
  60. "files",
  61. "filter",
  62. "find",
  63. "glob",
  64. "globbing",
  65. "globs",
  66. "globstar",
  67. "lookahead",
  68. "lookaround",
  69. "lookbehind",
  70. "match",
  71. "matcher",
  72. "matches",
  73. "matching",
  74. "micromatch",
  75. "minimatch",
  76. "multimatch",
  77. "negate",
  78. "negation",
  79. "path",
  80. "pattern",
  81. "patterns",
  82. "posix",
  83. "regex",
  84. "regexp",
  85. "regular",
  86. "shell",
  87. "star",
  88. "wildcard"
  89. ],
  90. "verb": {
  91. "toc": "collapsible",
  92. "layout": "default",
  93. "tasks": [
  94. "readme"
  95. ],
  96. "plugins": [
  97. "gulp-format-md"
  98. ],
  99. "lint": {
  100. "reflinks": true
  101. },
  102. "related": {
  103. "list": [
  104. "braces",
  105. "expand-brackets",
  106. "extglob",
  107. "fill-range",
  108. "nanomatch"
  109. ]
  110. },
  111. "reflinks": [
  112. "extglob",
  113. "fill-range",
  114. "glob-object",
  115. "minimatch",
  116. "multimatch"
  117. ]
  118. },
  119. "__npminstall_done": true,
  120. "_from": "micromatch@4.0.5",
  121. "_resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz"
  122. }