micromatch / is-valid-globLinks
Return true if a value is a valid glob pattern string, or array of glob patterns.
☆24Updated 6 years ago
Alternatives and similar repositories for is-valid-glob
Users that are interested in is-valid-glob are comparing it to the libraries listed below
Sorting:
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Returns true if a string has an extglob☆23Updated 6 years ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 3 years ago
- Like `extend` but only copies missing properties/values to the target object.☆17Updated 8 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 5 years ago
- Get the npm global path prefix. Same code used internally by npm.☆29Updated last year
- Returns an object with the base path and the actual pattern from a glob.☆17Updated 8 years ago
- Center-align the text in a string.☆23Updated 8 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆37Updated 5 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Resolve a directory that is either local, global or in the user's home directory.☆14Updated 8 years ago
- Track the list of currently unhandled promise rejections☆24Updated 7 years ago
- Node.js path.dirname() ponyfill☆13Updated 4 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Updated 3 months ago
- Snapdragon utility for creating a new AST node in custom code, such as plugins.☆26Updated 7 years ago
- Basic cache object for storing key-value pairs. Based on MapCache in Lo-dash 3.0