micromatch / is-glob
If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. 55+ million download…
☆92Updated 2 years ago
Alternatives and similar repositories for is-glob:
Users that are interested in is-glob are comparing it to the libraries listed below
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆68Updated 4 years ago
- Check if your package was installed globally☆70Updated last year
- Check if a string matches the name of a Node.js builtin module☆59Updated 3 weeks ago
- Get the path of the caller module☆64Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- programmatically publish and unpublish npm packages☆46Updated 3 years ago
- Require global npm as a local node module.☆32Updated 2 years ago
- Check if a value is a plain object☆102Updated 10 months ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- Tests whether one path is inside another path☆41Updated 5 years ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- Support for import assertions in acorn☆22Updated 5 months ago
- Find the closest package.json file☆162Updated last year
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Read a package.json file☆165Updated last year
- Start a promise chain☆58Updated 3 years ago
- Manipulate the HTTP Vary header☆61Updated 10 months ago
- Like read-package-json, but faster☆48Updated 5 months ago
- Glob to regular expression with support for extended globs.☆72Updated 6 months ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆68Updated 3 years ago
- Import a module like with `require()` but from the current working directory☆52Updated 2 years ago
- Lazy number range generator☆81Updated last year
- Edit a string with the users preferred text editor using $VISUAL or $EDITOR☆44Updated 2 years ago
- Get the path of the parent module☆77Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆93Updated 2 years ago
- Check if a URL is absolute☆79Updated 3 years ago
- Get the first fulfilled promise that satisfies the provided testing function☆74Updated last month