Source: node-glob-stream Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , mocha , node-should , node-expect.js , node-mississippi , 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-remove-trailing-separator , node-readable-stream , node-to-absolute-glob , node-unique-stream , 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.