Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "deglob", | ||
"description": "Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Dan Flettre <fletd01@yahoo.com>", | ||
@@ -11,3 +11,3 @@ "bugs": { | ||
"standard": "*", | ||
"tap-spec": "^4.0.2", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.0.0" | ||
@@ -14,0 +14,0 @@ }, |
@@ -1,14 +0,15 @@ | ||
# deglob | ||
# deglob [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
[![npm][npm-image]][npm-url] | ||
[![travis][travis-image]][travis-url] | ||
[travis-image]: https://img.shields.io/travis/standard/deglob/master.svg | ||
[travis-url]: https://travis-ci.org/standard/deglob | ||
[npm-image]: https://img.shields.io/npm/v/deglob.svg | ||
[npm-url]: https://npmjs.org/package/deglob | ||
[downloads-image]: https://img.shields.io/npm/dm/deglob.svg | ||
[downloads-url]: https://npmjs.org/package/deglob | ||
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg | ||
[standard-url]: https://standardjs.com | ||
[npm-image]: https://img.shields.io/npm/v/deglob.svg?style=flat-square | ||
[npm-url]: https://www.npmjs.com/package/deglob | ||
[travis-image]: https://img.shields.io/travis/flet/deglob.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/flet/deglob | ||
Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`. | ||
Giant swaths of this code were extracted from [standard](https://github.com/feross/standard). It seems useful outside of that tool, so I've attempted to extract it! :) | ||
Giant swaths of this code were extracted from [standard](https://standardjs.com). It seems useful outside of that tool, so I've attempted to extract it! :) | ||
@@ -15,0 +16,0 @@ ## Install |
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
78
7611
4
114