Source: node-brace-expansion Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-balanced-match , node-tape Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/js-team/node-brace-expansion Vcs-Git: https://salsa.debian.org/js-team/node-brace-expansion.git Homepage: https://github.com/juliangruber/brace-expansion Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-brace-expansion Architecture: all Depends: node-balanced-match , ${misc:Depends} Provides: ${nodejs:Provides} Multi-Arch: foreign Description: Brace expansion as known from sh/bash for Node.js node-brace-expansion provides brace expansion as known from sh/bash for Node.js. It provides the expand() method to return an array of all possible and valid expansions of the string argument. If none are found, the string is returned as the only item in the array. . Node.js is an event-based server-side JavaScript engine.