matcher-collection
Advanced tools
Comparing version 1.1.2 to 2.0.0
@@ -32,1 +32,2 @@ 'use strict'; | ||
}()); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "matcher-collection", | ||
"version": "1.1.2", | ||
"version": "2.0.0", | ||
"main": "index.js", | ||
"dependencies": { | ||
"minimatch": "^3.0.2" | ||
"minimatch": "^3.0.2", | ||
"@types/minimatch": "^3.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/minimatch": "^3.0.3", | ||
"@types/node": "^10.12.21", | ||
"tap": "^1.4.1", | ||
"typescript": "~3.3.1" | ||
"@types/node": "^11.11.0", | ||
"tap": "^12.6.0", | ||
"typescript": "~3.3.3333" | ||
}, | ||
"engines": { | ||
"node": "6.* || 8.* || >= 10.*" | ||
}, | ||
"files": [ | ||
@@ -19,5 +22,5 @@ "index.js", | ||
"scripts": { | ||
"build": "tsc -b .", | ||
"test": "tsc -b . && tap --timeout 2 test.js", | ||
"test:debug": "tsc -b . && tap --debug-brk --timeout 9999 test.js" | ||
"prepare": "tsc -b .", | ||
"test": "tap --timeout 2 test.js", | ||
"test:debug": "tap --debug-brk --timeout 9999 test.js" | ||
}, | ||
@@ -24,0 +27,0 @@ "author": "Stefan Penner", |
@@ -1,3 +0,2 @@ | ||
# MatcherCollection [![Build Status](https://travis-ci.org/stefanpenner/matcher-collection.svg?branch=master)](https://travis-ci.org/stefanpenner/matcher-collection) | ||
# MatcherCollection [![Build Status](https://travis-ci.org/stefanpenner/matcher-collection.svg?branch=master)](https://travis-ci.org/stefanpenner/matcher-collection) [![Build status](https://ci.appveyor.com/api/projects/status/v6hubn3kltp80ugm?svg=true)](https://ci.appveyor.com/project/embercli/matcher-collection) | ||
Minimatch but for collections of minimatcher matchers. | ||
@@ -8,3 +7,3 @@ | ||
```sh | ||
npm install matcher-collection | ||
yarn add matcher-collection | ||
``` | ||
@@ -17,3 +16,3 @@ | ||
let m = new MatcherCollection([ | ||
const m = new MatcherCollection([ | ||
'tests/', | ||
@@ -20,0 +19,0 @@ '**/*.js', |
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
2929
3
2
26
+ Added@types/minimatch@^3.0.3
+ Added@types/minimatch@3.0.5(transitive)