Source: node-is-extglob
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , mocha
Standards-Version: 4.1.2
Homepage: https://github.com/jonschlinkert/is-extglob
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-is-extglob.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-is-extglob.git

Package: node-is-extglob
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Node module to return true if a string is an extglob
 Node module providing a function that returns true if a string contains
 an extglob. Extglobs add the expressive power of regular expressions
 to globs patterns.
 .
 Node.js is an event-based server-side JavaScript engine.
