parse-glob
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -98,3 +98,3 @@ /*! | ||
tok.is.globstar = has(is, glob, '**'); | ||
tok.is.dotfile = dotfile(tok.path.basename); | ||
tok.is.dotfile = dotfile(tok.path.basename) || dotfile(tok.path.filename); | ||
tok.is.dotdir = dotdir(tok.path.dirname); | ||
@@ -101,0 +101,0 @@ return (cache[glob] = tok); |
{ | ||
"name": "parse-glob", | ||
"description": "Parse a glob pattern into an object of tokens.", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"homepage": "https://github.com/jonschlinkert/parse-glob", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -5,3 +5,3 @@ # parse-glob [![NPM version](https://badge.fury.io/js/parse-glob.svg)](http://badge.fury.io/js/parse-glob) [![Build Status](https://travis-ci.org/jonschlinkert/parse-glob.svg)](https://travis-ci.org/jonschlinkert/parse-glob) | ||
**Changes from v1.0.0 to v3.0.1** | ||
**Changes from v1.0.0 to v3.0.2** | ||
@@ -84,12 +84,15 @@ - all path-related properties are now on the `path` object | ||
## Related | ||
* [glob-base](https://github.com/jonschlinkert/glob-base): Returns an object with the (non-glob) base path and the actual pattern. | ||
* [glob-parent](https://github.com/es128/glob-parent): Strips glob magic from a string to provide the parent path | ||
* [is-glob](https://github.com/jonschlinkert/is-glob): Returns `true` if the given string looks like a glob pattern. | ||
* [glob-path-regex](https://github.com/regexps/glob-path-regex): Regular expression for matching the parts of glob pattern. | ||
* [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. Just use `micromatch.isMatch()` instead of `minimatch()`, or use `micromatch()` instead of `multimatch()`. | ||
* [glob-base](https://github.com/jonschlinkert/glob-base): Returns an object with the (non-glob) base path and the… [more](https://github.com/jonschlinkert/glob-base) | ||
* [glob-parent](https://github.com/es128/glob-parent): Strips glob magic from a string to provide the parent… [more](https://github.com/es128/glob-parent) | ||
* [glob-path-regex](https://github.com/regexps/glob-path-regex): Regular expression for matching the parts of glob pattern. | ||
* [is-glob](https://github.com/jonschlinkert/is-glob): Returns `true` if the given string looks like a glob… [more](https://github.com/jonschlinkert/is-glob) | ||
* [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative… [more](https://github.com/jonschlinkert/micromatch) | ||
## Contributing | ||
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/parse-glob/issues) | ||
## Tests | ||
Install dev dependencies: | ||
@@ -106,10 +109,17 @@ | ||
+ [github/jonschlinkert](https://github.com/jonschlinkert) | ||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
## License | ||
Copyright (c) 2014-2015 Jon Schlinkert | ||
Released under the MIT license | ||
Copyright (c) 2014-2015 Jon Schlinkert | ||
Released under the MIT license. | ||
*** | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on April 18, 2015._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on April 25, 2015._ | ||
<!-- reflinks generated by verb-reflinks plugin --> | ||
[verb]: https://github.com/assemble/verb | ||
[template]: https://github.com/jonschlinkert/template | ||
[assemble]: http://assemble.io |
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
10302
122