Source: node-globby Maintainer: Debian Javascript Maintainers Uploaders: Sanoob Pattanath , Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha , node-array-union , node-babel7 , node-braces (>= 3.0.2+~3.0.0) , node-ci-info (>= 2.0.0+~2.0.0) , node-glob-parent (>= 5.1.1+~5.1.0) , node-ignore , node-micromatch , node-path-type (>= 3.0.0) , node-sinon (>= 9.2.0+ds+~cs54.23.21) , node-tape , node-typescript , node-types-node Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/js-team/node-globby Vcs-Git: https://salsa.debian.org/js-team/node-globby.git Homepage: https://github.com/sindresorhus/globby Rules-Requires-Root: no Package: node-globby Architecture: all Depends: ${misc:Depends} , node-array-union , node-glob (>= 7.0.3) , node-glob-parent , node-ignore , node-micromatch , node-path-type (>= 3.0.0) , node-slash Breaks: node-copy-webpack-plugin (<< 4.3.0-9~) Provides: ${nodejs:Provides} Description: Extends glob with promise API Extends glob with support for multiple patterns and exposes a Promise API. . Related projects includes multimatch which can match against a list instead of the filesystem and then glob-stream which is a streaming alternative finally matcher is simple wildcard matching. . Node.js is an event-based server-side JavaScript engine.