Tue, 16 Apr 2024 16:28:41 UTC | login

Information for build nodejs010-nodejs-braces-1.8.2-3.el6

ID11835
Package Namenodejs010-nodejs-braces
Version1.8.2
Release3.el6
Epoch
SummaryFastest brace expansion for node.js
DescriptionFastest 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.
Built byhhorak
State complete
Volume DEFAULT
StartedTue, 26 Jul 2016 16:41:29 UTC
CompletedTue, 26 Jul 2016 16:52:28 UTC
Taskbuild (sclo6-nodejs010-rh-el6, nodejs010-nodejs-braces-1.8.2-3.el6.src.rpm)
Tags
sclo6-nodejs010-rh-candidate
sclo6-nodejs010-rh-release
sclo6-nodejs010-rh-testing
RPMs
src
nodejs010-nodejs-braces-1.8.2-3.el6.src.rpm (info) (download)
noarch
nodejs010-nodejs-braces-1.8.2-3.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Mon Jan 11 2016 Tomas Hrcka <thrcka@redhat.com> - 1.8.2-3 - Enable scl macros * Thu Dec 17 2015 Troy Dawson <tdawson@redhat.com> - 1.8.2-2 - Fix dependencies * Wed Dec 16 2015 Troy Dawson <tdawson@redhat.com> - 1.8.2-1 - Initial package