licenses.dev

parse-gitignore v0.2.0

Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT4
PackageRelationDependenciesPublished
ends-with • 0.2.0Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for comparisons.DIRECT0
is-extglob • 1.0.0Returns true if a string has an extglob.INDIRECT0
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 betDIRECT1
starts-with • 1.0.2Returns `true` if the given string or array starts with prefix using strict equality for comparisons. Using fastest implementation.DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.0 version:

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