Package: wnpp
Severity: wishlist
Owner: Nicolas Mora <nico...@babelouest.org>
X-Debbugs-CC: debian-de...@lists.debian.org
* Package name : node-fileset
Version : 2.0.3
Upstream Author : mklabs
* URL : https://github.com/mklabs/node-fileset
* License : Expat
Programming Lang: JavaScript
Description : Wrapper around miniglob / minimatch combo
Wrapper around miniglob / minimatch combo to allow multiple patterns
matching
and include-exclude ability
.
Exposes a basic wrapper on top of Glob / minimatch combo both written
by
@isaacs. Glob now uses JavaScript instead of C++ bindings which makes
it
usable in Node.js 0.6.x and Windows platforms.
.
Adds multiples patterns matching and exlude ability. This is basically
just a sugar API syntax where you can specify a list of includes and
optional exclude patterns. It works by setting up the necessary
miniglob
"fileset" and filtering out the results using minimatch.
.
Node.js is an event-based server-side JavaScript engine.
This package is required for the package node-istanbuljs