Source: node-minimatch Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-brace-expansion , node-tap (>= 15) Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-minimatch Vcs-Git: https://salsa.debian.org/js-team/node-minimatch.git Homepage: https://github.com/isaacs/minimatch Rules-Requires-Root: no Package: node-minimatch Architecture: all Depends: ${misc:Depends} , node-brace-expansion Breaks: node-typescript-types (<< 20201105-1~) Provides: ${nodejs:Provides} Description: Convert glob expressions into RegExp objects for Node.js A pure javascript, not strictly compatible, implementation of fnmatch/glob. Supports negation, comment, double-star, brace expansion. . Node.js is an event-based server-side javascript engine.