braces(latest: 3.0.3) Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
fill-range(latest: 7.1.1) Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
is-binary-path(latest: 3.0.0) Check if a file path is a binary file
micromatch(latest: 4.0.8) Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
chokidar(latest: 5.0.0) Minimal and efficient cross-platform file watching library
async-each(latest: 1.0.6) No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.