1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: node-glob
Section: devel
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>, Jérémy Lal <kapouer@melix.org>
Build-Depends:
debhelper (>= 8~)
, dh-buildinfo
Standards-Version: 3.9.5
Homepage: https://github.com/isaacs/node-glob
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-glob.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-glob.git
Package: node-glob
Architecture: all
Depends:
, ${misc:Depends}
, nodejs
, node-minimatch (>= 0.2.11)
, node-inherits (>= 2)
, node-once
Description: glob functionality for Node.js
node-glob is a glob implementation for Node.js
.
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.
|