Bug 1433772

Summary: Review Request: nodejs-braces - Fastest brace expansion for node.js
Product: [Fedora] Fedora Reporter: Honza Horak <hhorak>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jsmith.fedora, package-review
Target Milestone: ---Flags: hhorak: fedora-review?
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-08 17:12:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1433764    

Description Honza Horak 2017-03-19 23:08:16 UTC
Spec URL: https://hhorak.fedorapeople.org/nodemon/nodejs-braces.spec
SRPM URL: https://hhorak.fedorapeople.org/nodemon/nodejs-braces-1.8.2-8.fc25.src.rpm

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.

scratch build of nodejs-braces-1.8.2-8.fc25.src.rpm for f26: http://koji.fedoraproject.org/koji/taskinfo?taskID=18354110

Fedora Account System Username: hhorak

Comment 1 Jared Smith 2017-05-08 17:12:21 UTC

*** This bug has been marked as a duplicate of bug 1364172 ***