Name: | rh-nodejs8-nodejs-braces |
---|---|
Version: | 1.8.2 |
Release: | 9.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 16051 |
License: | MIT |
RPM: | rh-nodejs8-nodejs-braces-1.8.2-9.el7.noarch.rpm |
Source RPM: | rh-nodejs8-nodejs-braces-1.8.2-9.el7.src.rpm |
Build Date: | Tue Dec 19 2017 |
Build Host: | x86-ol7-builder-03.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. |
- rh-nodejs8 rebuild
- Clean up
- Use proper macro in -runtime dependency
- Use proper macro in -runtime dependency
- Use proper macro in -runtime dependency
- rebuilt
- Enable scl macros
- Fix dependencies
- Initial package