Package: node-brace-expansion Version: 1.1.8-1 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 25 Depends: nodejs, node-balanced-match (>= 0.2.0), node-concat-map (>= 0.0.1) Section: web Priority: extra Homepage: https://github.com/juliangruber/brace-expansion 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.