Name: | rh-nodejs6-nodejs-braces |
---|---|
Version: | 1.8.2 |
Release: | 8.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 16051 |
License: | MIT |
RPM: | rh-nodejs6-nodejs-braces-1.8.2-8.el7.noarch.rpm |
Source RPM: | rh-nodejs6-nodejs-braces-1.8.2-8.el7.src.rpm |
Build Date: | Thu May 18 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/jonschlinkert/braces |
Summary: | Fastest brace expansion for node.js |
Description: | Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification. - Complete support for the braces part of the Bash 4.3 Brace Expansion. Braces passes all of the relevant unit tests from the spec. - Expands comma-separated values: a/{b,c}/d => ['a/b/d', 'a/c/d'] - Expands alphabetical or numerical ranges: {1..3} => ['1', '2', '3'] - Very fast - Special characters can be used to generate interesting patterns. |