Source: node-glob
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>, Jérémy Lal <kapouer@melix.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-minimatch (>= 9)
 , node-memfs <!nocheck>
 , node-mkdirp (>= 2.1.4) <!nocheck>
 , node-rimraf <!nocheck>
 , node-tap <!nocheck>
 , node-typescript
 , node-path-scurry
 , node-minipass
 , ts-node <!nocheck>
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-4~)
  , node-browserify (<<17.0.0+ds-6~)
  , 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~)
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.
