Source: node-glob Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Section: javascript Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-fs.realpath , node-inflight , node-inherits , node-minimatch (>= 3.1.1~) , node-memfs , node-mkdirp (>= 1) , node-once , node-rimraf , node-tap Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-glob Vcs-Git: https://salsa.debian.org/js-team/node-glob.git Homepage: https://github.com/isaacs/node-glob Rules-Requires-Root: no Package: node-glob Architecture: all Depends: ${misc:Depends} , node-fs.realpath , node-inflight , node-inherits , node-minimatch (>= 3.1.1~) , node-once Provides: ${nodejs:Provides} Breaks: node-typescript-types (<< 20201105-1~) 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.