Source: node-matcher Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Raju Devidas , Utkarsh Gupta Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 12), nodejs, node-escape-string-regexp, node-tape, pkg-js-tools (>= 0.8.11) Standards-Version: 4.4.1 Homepage: https://github.com/sindresorhus/matcher Vcs-Git: https://salsa.debian.org/js-team/node-matcher.git Vcs-Browser: https://salsa.debian.org/js-team/node-matcher Rules-Requires-Root: no Package: node-matcher Architecture: all Depends: ${misc:Depends}, nodejs, node-escape-string-regexp Description: Simple wildcard matching Useful when you want to accept loose string input and regexes/globs are too convoluted. . This module can be used in different ways. It can accept an array of input's and pattern's and returns an array of inputs filtered based on the patterns. Or it returns a boolean of whether if the input matches the pattern. . Node.js is an event-based server-side JavaScript engine.