multi-path-matcher
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "multi-path-matcher", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"publishConfig": { | ||
@@ -24,16 +24,15 @@ "access": "public" | ||
"scripts": { | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"test": "ava --node-arguments '--experimental-modules' --timeout 2m", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --node-arguments '--experimental-modules' --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme src/multi-path-matcher.mjs --section=API", | ||
"lint": "documentation lint src/multi-path-matcher.mjs", | ||
"test": "ava" | ||
"lint": "documentation lint src/multi-path-matcher.mjs" | ||
}, | ||
"devDependencies": { | ||
"ava": "^2.4.0", | ||
"c8": "^7.0.1", | ||
"ava": "^3.4.0", | ||
"c8": "^7.1.0", | ||
"documentation": "^12.1.4", | ||
"esm": "^3.2.25", | ||
"semantic-release": "^16.0.2" | ||
"semantic-release": "^17.0.4" | ||
}, | ||
"engines": { | ||
"node": ">=12.14.1" | ||
"node": ">=12.16.1" | ||
}, | ||
@@ -48,15 +47,2 @@ "repository": { | ||
"homepage": "https://github.com/arlac77/multi-path-matcher#readme", | ||
"ava": { | ||
"require": [ | ||
"esm" | ||
], | ||
"extensions": [ | ||
"mjs" | ||
], | ||
"babel": false, | ||
"compileEnhancements": false, | ||
"files": [ | ||
"tests/*-test.mjs" | ||
] | ||
}, | ||
"template": { | ||
@@ -63,0 +49,0 @@ "repository": { |
@@ -7,9 +7,9 @@ [![npm](https://img.shields.io/npm/v/multi-path-matcher.svg)](https://www.npmjs.com/package/multi-path-matcher) | ||
[![Build Status](https://secure.travis-ci.org/arlac77/multi-path-matcher.png)](http://travis-ci.org/arlac77/multi-path-matcher) | ||
[![Greenkeeper](https://badges.greenkeeper.io/arlac77/multi-path-matcher.svg)](https://greenkeeper.io/) | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/multi-path-matcher) | ||
[![codecov.io](http://codecov.io/github/arlac77/multi-path-matcher/coverage.svg?branch=master)](http://codecov.io/github/arlac77/multi-path-matcher?branch=master) | ||
[![Coverage Status](https://coveralls.io/repos/arlac77/multi-path-matcher/badge.svg)](https://coveralls.io/r/arlac77/multi-path-matcher) | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![Coverage Status](https://coveralls.io/repos/arlac77/multi-path-matcher/badge.svg)](https://coveralls.io/r/arlac77/multi-path-matcher) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/multi-path-matcher/badge.svg)](https://snyk.io/test/github/arlac77/multi-path-matcher) | ||
[![Greenkeeper](https://badges.greenkeeper.io/arlac77/multi-path-matcher.svg)](https://greenkeeper.io/) | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/multi-path-matcher) | ||
@@ -16,0 +16,0 @@ # multi-path-matcher |
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
4
11224