is-glob
npmv4.0.3Returns `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 bet
Overview
is-glob is an npm package that 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 bet. The latest version is 4.0.3, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need 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 bet and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.
Pros
- Clear open-source license (MIT).
- Lean dependency tree (3 direct dependencies).
Cons
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Relationship graph
Dependencies (left) and dependents (right) of is-glob.
Dependencies
Runtime (1)
Dev (2)
Used by
Popular packages that depend on is-glob.
Alternatives to is-glob
Returns true if a string has an extglob.
Escape RegExp special characters
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
Modify strings, generate sourcemaps
Next generation testing framework powered by Vite
Delightful JavaScript Testing.
Functions for dealing with a PostgreSQL connection string
Get the line and column number of a specific character in a string
A minimal library for executing processes in Node
Find a file or directory by walking up parent directories
Jest's expect matchers as a Chai plugin
Frequently installed together
An AST-based pattern checker for JavaScript.
Runtime typescript and ESM support for Node.js
The semantic version parser used by npm.
Lightweight debugging utility for Node.js and the browser
Prettier is an opinionated code formatter
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Utilities for ESLint plugins.
ECMAScript scope analyzer for ESLint
An incremental implementation of MurmurHash3
utility box for ECMAScript language tools
A query library for ECMAScript AST using a CSS selector like query language.
An Esprima-compatible JavaScript parser built on Acorn
Version history
| Version | Published | License |
|---|---|---|
| 4.0.3latest | 4 years ago | MIT |
| 4.0.2 | 4 years ago | MIT |
| 4.0.1 | 7 years ago | MIT |
| 4.0.0 | 9 years ago | MIT |
| 3.1.0 | 9 years ago | MIT |
| 3.0.0 | 10 years ago | MIT |
| 2.0.1 | 10 years ago | MIT |
| 2.0.0 | 11 years ago | MIT |
| 1.1.3 | 11 years ago | MIT |
| 1.1.2 | 11 years ago | MIT |
| 1.1.1 | 11 years ago | MIT |
| 1.1.0 | 11 years ago | MIT |
| 1.0.0 | 11 years ago | MIT |
| 0.3.0 | 11 years ago | MIT |
| 0.2.0 | 11 years ago | MIT |
| 0.1.0 | 11 years ago | MIT |
Maintainers
Frequently asked questions
How do I install is-glob?
Run `npm install is-glob` to add is-glob to your npm project.
What license is is-glob released under?
is-glob is distributed under the MIT license.
How popular is is-glob?
is-glob has approximately 0 downloads per week and 2 known dependent packages.