Package Licenses
MIT
Dependency Licenses
MIT4
Package | Relation | Dependencies | Published |
---|---|---|---|
ends-with • 0.2.0Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for comparisons. | DIRECT | 0 | |
is-extglob • 1.0.0Returns true if a string has an extglob. | INDIRECT | 0 | |
is-glob • 2.0.1Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet | DIRECT | 1 | |
starts-with • 1.0.2Returns `true` if the given string or array starts with prefix using strict equality for comparisons. Using fastest implementation. | DIRECT | 0 |