Package Licenses
MIT
Dependency Licenses
MIT6
Package | Relation | Dependencies | Published |
---|---|---|---|
array-slice • 0.2.3Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index. | DIRECT | 0 | |
array-unique • 0.2.1Return an array free of duplicate values. Fastest ES5 implementation. | DIRECT | 0 | |
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}`) | DIRECT | 3 | |
expand-range • 0.1.1Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. | INDIRECT | 2 | |
is-number • 0.1.1Is the value a number? Has extensive tests. | INDIRECT | 0 | |
repeat-string • 0.2.2Repeat the given string, n times. | INDIRECT | 0 |