juliangruber / brace-expansionView external linksLinks
Brace expansion, as known from sh/bash, in JavaScript
☆201Feb 9, 2026Updated last week
Alternatives and similar repositories for brace-expansion
Users that are interested in brace-expansion are comparing it to the libraries listed below
Sorting:
- Match balanced character pairs, like { and }☆129Feb 9, 2026Updated last week
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Oct 25, 2025Updated 3 months ago
- Returns true if a string has an extglob☆23May 25, 2019Updated 6 years ago
- Minimal async jobs utility library, with streams support☆25Dec 18, 2025Updated last month
- The Node.js `util.deprecate()` function with browser support☆38Nov 11, 2018Updated 7 years ago
- ☆19Dec 21, 2024Updated last year
- AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.☆30Jun 2, 2020Updated 5 years ago
- ☆20Sep 24, 2025Updated 4 months ago
- Get the command from a shebang☆24Aug 14, 2021Updated 4 years ago
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Dec 30, 2021Updated 4 years ago
- Try to guess if your terminal supports unicode☆18Dec 16, 2020Updated 5 years ago
- Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, funct…☆19Aug 20, 2021Updated 4 years ago
- Detect whether or not an object is a Typed Array☆21Jan 23, 2024Updated 2 years ago
- abstract base class for hash-streams☆11Sep 23, 2025Updated 4 months ago
- Like `new Map` but for older JavaScripts☆21Oct 25, 2025Updated 3 months ago
- ES2015 `String#codePointAt()` ponyfill☆23Jan 23, 2021Updated 5 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Feb 27, 2017Updated 8 years ago
- Modern Buffer API polyfill without footguns☆27Apr 22, 2021Updated 4 years ago
- Check if an object can be used like an Array☆17Sep 13, 2025Updated 5 months ago
- Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a sup…☆18Sep 14, 2018Updated 7 years ago
- process.nextTick always accepts args, always☆32Jun 19, 2019Updated 6 years ago
- A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset…☆31Dec 18, 2020Updated 5 years ago
- The util.is* functions from Node core☆101Nov 25, 2025Updated 2 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆29Apr 14, 2021Updated 4 years ago
- Center-align the text in a string.☆23May 26, 2017Updated 8 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆45Jan 4, 2022Updated 4 years ago
- Create an array by repeating the given string n times.☆19Apr 7, 2021Updated 4 years ago
- Get an ArrayBuffer from a Buffer as fast as possible☆20Jul 9, 2021Updated 4 years ago
- Unpipe a stream from all destinations☆22Dec 15, 2020Updated 5 years ago
- correct invalid SPDX identifiers☆34Apr 15, 2024Updated last year
- A cache for managing namespaced sub-caches☆14Sep 4, 2021Updated 4 years ago
- ☆19Apr 11, 2018Updated 7 years ago
- Extended POSIX-style sprintf☆35Nov 2, 2021Updated 4 years ago
- ES2015 Number.isNaN() ponyfill☆29May 2, 2024Updated last year
- list of SPDX standard license exceptions☆16Apr 25, 2024Updated last year
- normalize a ranged value that wraps. ( i.e. angular range [0-360), where 400 === 40 and -20 === 340)☆18Mar 14, 2022Updated 3 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Dec 15, 2020Updated 5 years ago
- Callback wrapping utility☆56Feb 10, 2024Updated 2 years ago
- Generate regular expressions from regjsparser’s AST.☆33Dec 16, 2025Updated 2 months ago