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 (>= 3.0.2-5~) <!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
Multi-Arch: foreign
Provides: ${nodejs:Provides}, node-types-glob (= ${source:Version})
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-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~)
  , node-babel7 (<< 7.20.15+ds1+~cs214.269.168-10~)
  , node-gulp-newer (<< 1.4.0-3~)
  , node-inwasm (<<0.0.13~git20230419+dfsg-4~)
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.
