Source: node-extglob Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12) , nodejs , node-array-unique (>= 0.3.2) , node-bash-match , node-define-property (>= 1.0.0) , node-expand-brackets (>= 4.0.0) , node-extend-shallow , node-for-own (>= 1.0.0) , node-fragment-cache (>= 0.2.1) , node-minimist , node-multimatch , node-regex-not , node-snapdragon (>= 0.12.0) , node-to-regex , mocha , pkg-js-tools (>= 0.9.20~) Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/js-team/node-extglob Vcs-Git: https://salsa.debian.org/js-team/node-extglob.git Homepage: https://github.com/jonschlinkert/extglob Rules-Requires-Root: no Package: node-extglob Architecture: all Depends: ${misc:Depends} , nodejs , node-array-unique (>= 0.3.2) , node-define-property (>= 1.0.0) , node-expand-brackets (>= 4.0.0) , node-extend-shallow , node-fragment-cache (>= 0.2.1) , node-regex-not , node-snapdragon (>= 0.12.0) , node-to-regex Description: Extended glob support for JavaScript Node.js module that exports a function that takes a glob pattern as a string plus some options and returns an object with the parsed AST and the compiled output, which is a regex-compatible string that can be used for matching. . It handles negation patterns and nested patterns, and is compatible with globbing in Bash 4.3. . Node.js is an event-based server-side JavaScript engine.