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-minimatch (>= 9) , node-memfs , node-mkdirp (>= 2.1.4) , node-rimraf (>= 3.0.2-5~) , node-tap , node-typescript , node-path-scurry , node-minipass , ts-node Standards-Version: 4.7.2 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-minimatch (>= 9) , node-path-scurry , node-minipass Provides: ${nodejs:Provides} Breaks: node-typescript-types (<< 20201105-1~) , node-rimraf (<<3.0.2-5~) , node-browserify (<<17.0.0+ds-7~) , node-shelljs (<< 0.8.5+~cs0.8.10-6~) , node-file-entry-cache (<<6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-2~) , node-cacache (<< 17.0.3+~cs10.3.7-4~) , node-read-package-json (<< 5.0.2+~2.0.0-4~) , node-envinfo (<< 7.11.0+~cs14.3.0-5~) , node-gulp-newer (<< 1.4.0-2~) , node-glob-stream (<< 7.0.0+~6.1.1-3~) , node-istanbul (<< 0.4.5+repack10+~cs98.25.59-4~) , node-stylus (<< 0.59.0+~0.48.38-4~) , node-globule (<< 1.3.4+~1.1.10-1~) , grunt (<< 1.6.1-2~) , npm (<< 9.2.0~ds1-4~) , node-tape (<< 5.6.1+~cs8.20.19-5~) , node-clean-css (<< 5.3.3+~5.6.3-2~) Conflicts: node-bluebird 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.