npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "globs" 的结果(共 36 个)
glob-to-regexp

Convert globs to regular expressions

BSD-2-Clause
glob-watcher

Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.

MIT
@gulpjs/to-absolute-glob

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.

MIT
to-absolute-glob

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.

MIT
zeptomatch-escape

A little utility for escaping globs before passing them to zeptomatch.

MIT
tiny-readdir-glob

A simple promisified recursive readdir function, with support for globs.

MIT
is-negated-glob

Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.

MIT
glob-slasher

Prefix an object (key/values) of globs with a slash and normalize. Supports negated globs too. Glob version of slasher module

MIT
glob-slash

Prefix globs with a slash and normalize. Supports negated globs too

MIT
fstream-ignore

A thing for ignoring files based on globs

ISC
globrex

Glob to regular expression with support for extended globs

MIT
eslinter

Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed

MIT
tfilter

selectively run browserify transforms using globs or a filter function

Apache-2.0
picomatch-browser

(temporary fork of picomatch) 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.

MIT
cpx

Copy file globs, watching for changes.

MIT
argg

A poor man's test runner for tap, tape, or similar, that also can be used with istanbul. It's just three lines of code to require all globs or pathnames provided as command line arguments.

MIT
find-pkg

Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.

MIT
filelist

Lazy-evaluating list of files, based on globs or regex patterns

Apache-2.0
plasma

Load data from globs or files or directly from objects.

MIT
glub

glub up globs

MIT
@davidwells/dx-args

A forgiving argv parser for CLIs that accepts loose key/value syntax, globs, and typo-tolerant long flags.

MIT
mocha-runner

A simple mocha runner that includes chai, sinon, sinon-chai and chai-fuzzy and accepts a list of globs to run

MIT
test-exclude

test for inclusion or exclusion of paths using globs

ISC
globs-to-files

Expand multiple globs into file paths

MIT
create-readdir-stream

Streaming `fs.readdir`, extensible with smart plugins. No recursion and no globs by default - [use][] plugins. Does not stat and doesn't read the filepaths - use plugins. It just push [vinyl][] files to stream. Follows signature and semantics of `fs.creat

MIT
glob-intersect

Check whether two file globs intersect

@dsherret/to-absolute-glob

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.

MIT
path2glob

Get best matching glob from globs array for given path

MIT