Source: node-extglob Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha , node-array-unique , node-bash-match , node-define-property , node-expand-brackets (>= 4.0.0) , node-extend-shallow , node-for-own , node-fragment-cache , node-minimist , node-multimatch , node-regex-not , node-snapdragon (>= 0.12.0) , node-to-regex Standards-Version: 4.6.0 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} , node-array-unique , node-define-property , node-expand-brackets (>= 4.0.0) , node-extend-shallow , node-fragment-cache , 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.