package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "multimatch",
  3. "version": "2.1.0",
  4. "description": "Extends minimatch.match() with support for multiple patterns",
  5. "license": "MIT",
  6. "repository": "sindresorhus/multimatch",
  7. "author": {
  8. "email": "sindresorhus@gmail.com",
  9. "name": "Sindre Sorhus",
  10. "url": "http://sindresorhus.com"
  11. },
  12. "maintainers": [
  13. {
  14. "name": "Jon Schlinkert",
  15. "url": "https://github.com/jonschlinkert"
  16. }
  17. ],
  18. "engines": {
  19. "node": ">=0.10.0"
  20. },
  21. "scripts": {
  22. "test": "mocha"
  23. },
  24. "files": [
  25. "index.js"
  26. ],
  27. "keywords": [
  28. "expand",
  29. "find",
  30. "glob",
  31. "globbing",
  32. "globs",
  33. "match",
  34. "matcher",
  35. "minimatch",
  36. "pattern",
  37. "patterns",
  38. "wildcard"
  39. ],
  40. "dependencies": {
  41. "array-differ": "^1.0.0",
  42. "array-union": "^1.0.1",
  43. "arrify": "^1.0.0",
  44. "minimatch": "^3.0.0"
  45. },
  46. "devDependencies": {
  47. "chai": "^3.4.1",
  48. "mocha": "*"
  49. },
  50. "__npminstall_done": true,
  51. "_from": "multimatch@2.1.0",
  52. "_resolved": "https://registry.npmmirror.com/multimatch/-/multimatch-2.1.0.tgz"
  53. }