licenses.dev

expand-braces v0.1.2

Wrapper for [braces] to enable brace expansion for arrays of patterns.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT6
PackageRelationDependenciesPublished
array-slice • 0.2.3Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.DIRECT0
array-unique • 0.2.1Return an array free of duplicate values. Fastest ES5 implementation.DIRECT0
braces • 0.1.5Fastest brace expansion lib. Typically used with file paths, but can be used with any string. Expands comma-separated values (e.g. `foo/{a,b,c}/bar`) and alphabetical or numerical ranges (e.g. `{1..9}`)DIRECT3
expand-range • 0.1.1Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.INDIRECT2
is-number • 0.1.1Is the value a number? Has extensive tests.INDIRECT0
repeat-string • 0.2.2Repeat the given string, n times.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/expand-braces)](https://licenses.dev/npm/expand-braces)
<a href="https://licenses.dev/npm/expand-braces">
  <img src="https://licenses.dev/b/npm/expand-braces" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.2 version:

[![licenses](https://licenses.dev/b/npm/expand-braces/0.1.2)](https://licenses.dev/npm/expand-braces/0.1.2)
<a href="https://licenses.dev/npm/expand-braces/0.1.2">
  <img src="https://licenses.dev/b/npm/expand-braces/0.1.2" alt="licenses" />
</a>
GitHub