Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "picomatch", | ||
"description": "Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", | ||
"version": "1.0.0", | ||
"description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/folder/picomatch", | ||
@@ -25,3 +25,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"ansi-colors": "^3.0.5", | ||
"bash-match": "file:../bash-match", | ||
"bash-match": "^1.0.2", | ||
"fill-range": "^6.0.0", | ||
@@ -28,0 +28,0 @@ "gulp-format-md": "^1.0.0", |
@@ -19,3 +19,3 @@ <h1 align="center">Picomatch</h1> | ||
<p align="center"> | ||
<b>Blazing fast and accurate glob matcher written JavaScript.</b></br> | ||
<b>Blazing fast and accurate glob matcher written in JavaScript.</b></br> | ||
<sub>No dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.<sub> | ||
@@ -191,3 +191,3 @@ </p> | ||
The following table shows which features are supported by [minimatch](https://github.com/isaacs/minimatch), [micromatch](https://github.com/micromatch/micromatch), [picomatch][], [nanomatch](https://github.com/micromatch/nanomatch), [extglob](https://github.com/micromatch/extglob), [braces](https://github.com/micromatch/braces), and [expand-brackets](https://github.com/micromatch/expand-brackets). | ||
The following table shows which features are supported by [minimatch](https://github.com/isaacs/minimatch), [micromatch](https://github.com/micromatch/micromatch), [picomatch](https://github.com/folder/picomatch), [nanomatch](https://github.com/micromatch/nanomatch), [extglob](https://github.com/micromatch/extglob), [braces](https://github.com/micromatch/braces), and [expand-brackets](https://github.com/micromatch/expand-brackets). | ||
@@ -194,0 +194,0 @@ | **Feature** | `minimatch` | `micromatch` | `picomatch` | `nanomatch` | `extglob` | `braces` | `expand-brackets` | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15645