Source: node-globule
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-lodash <!nocheck>
 , nodeunit <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-globule
Vcs-Git: https://salsa.debian.org/js-team/node-globule.git
Homepage: https://github.com/cowboy/node-globule
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-globule
Architecture: all
Depends: ${misc:Depends}
 , node-glob
 , node-lodash
 , node-minimatch
Provides: ${nodejs:Provides}
Description: Easy-to-use wildcard globbing library for Node.js
 globule is an easy-to-use wildcard globbing library for Node.js.
 .
 The library offers functions like find(), match() and mapping() that support
 globbing patterns.
 .
 globule.find returns a unique array of all file or directory paths that match
 the given globbing pattern(s).
 .
 globule.match can be used to match one or more globbing patterns against one
 or more file paths.
 .
 globule.mapping returns an array of src-dest file mapping objects for
 the given set of source file paths.
 .
 This package contains the globule module for Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.
