The de-facto file matching library used internally by node/npm and many node-based projects.
minimatch
A minimal matching utility.
This is the matching library used internally by npm.
It works by converting glob expressions into JavaScript RegExp objects.
Supports these glob features:
- Brace Expansion
- Extended glob matching
- "Globstar" ** matching