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 (>= 0.15.12~) , 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-minimatch , node-minimist , node-sinon (>= 9.2.0+ds+~cs54.23.21) , node-types-mocha , node-types-node , node-typescript , rollup Standards-Version: 4.6.2 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-glob-parent , node-ignore , node-micromatch , node-path-type , node-queue-microtask , node-slash (>= 4) , nodejs:any 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.