Source: node-glob-stream
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , mocha <!nocheck>
 , node-should <!nocheck>
 , node-expect.js <!nocheck>
 , node-mississippi <!nocheck>
 , node-extend (>= 3.0~) <!nocheck>
 , node-glob (>= 7.1.1~) <!nocheck>
 , node-glob-parent (>= 3.1~) <!nocheck>
 , node-is-negated-glob <!nocheck>
 , node-ordered-read-streams <!nocheck>
 , node-pumpify <!nocheck>
 , node-remove-trailing-separator <!nocheck>
 , node-readable-stream <!nocheck>
 , node-to-absolute-glob <!nocheck>
 , node-unique-stream <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-glob-stream
Vcs-Git: https://salsa.debian.org/js-team/node-glob-stream.git
Homepage: https://gulpjs.com
Rules-Requires-Root: no

Package: node-glob-stream
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-extend (>= 3.0~)
 , node-glob (>= 7.1.1~)
 , node-glob-parent (>= 3.1~)
 , node-is-negated-glob
 , node-ordered-read-streams
 , node-pumpify
 , node-readable-stream
 , node-remove-trailing-separator
 , node-to-absolute-glob
 , node-unique-stream
Breaks: node-help-me (<< 1.1)
Provides: ${nodejs:Provides}
Description: wrapper around node-glob to make it streamy
 You can pass any combination of globs. One caveat is that you can not only
 pass a glob negation, you must give it at least one positive glob so it knows
 where to start. All given must match for the file to be returned.
 .
 Node.js is an event-based server-side JavaScript engine.
