[Pkg-javascript-commits] [SCM] glob/fnmatch binding for NodeJS branch, master, updated. debian/3.1.9-1-14-gf86f33b
Jérémy Lal
kapouer at melix.org
Sat Apr 27 14:17:07 UTC 2013
The following commit has been merged in the master branch:
commit 8915c4c5ea4264c983983ac1e3d1985e74e98678
Author: Jérémy Lal <kapouer at melix.org>
Date: Sat Apr 27 16:16:00 2013 +0200
Update package description.
diff --git a/debian/control b/debian/control
index f3628ae..803b442 100644
--- a/debian/control
+++ b/debian/control
@@ -19,11 +19,11 @@ Depends:
, node-minimatch (>= 0.2.11)
, node-graceful-fs (>= 1.2.0)
, node-inherits
-Description: glob/fnmatch binding for Node.js
- node-glob is a binding to glob(3) and fnmatch(3) for Node.js
+Description: glob functionality for Node.js
+ node-glob is a glob implementation for Node.js
.
- It includes a statically compiled port of the NetBSD glob and fnmatch
- programs, so it might not exactly match what `#include <fnmatch.h>`
- or `#include <glob.h>` implements on your system.
+ It features brace expansion, extended glob matching, globstar matching,
+ and can be invoked synchronously as well as asynchronously.
+ It uses minimatch for pattern matching.
.
Node.js is an event-based server-side javascript engine.
--
glob/fnmatch binding for NodeJS
More information about the Pkg-javascript-commits
mailing list