multi-path-matcher
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "multi-path-matcher", | ||
"version": "2.0.4", | ||
"type": "module", | ||
"version": "2.0.5", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffects": false, | ||
"type": "module", | ||
"main": "src/multi-path-matcher.mjs", | ||
@@ -23,3 +24,3 @@ "module": "src/multi-path-matcher.mjs", | ||
"scripts": { | ||
"cover": "c8 -x 'tests/**/*.mjs' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme src/multi-path-matcher.mjs --section=API", | ||
@@ -29,12 +30,11 @@ "lint": "documentation lint src/multi-path-matcher.mjs", | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"ava": "^2.4.0", | ||
"c8": "^5.0.4", | ||
"documentation": "^12.1.2", | ||
"c8": "^7.0.0", | ||
"documentation": "^12.1.4", | ||
"esm": "^3.2.25", | ||
"semantic-release": "^15.13.26" | ||
"semantic-release": "^15.14.0" | ||
}, | ||
"engines": { | ||
"node": ">=12.12.0" | ||
"node": ">=12.14.1" | ||
}, | ||
@@ -41,0 +41,0 @@ "repository": { |
@@ -0,14 +1,14 @@ | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/multi-path-matcher/badge.svg)](https://snyk.io/test/github/arlac77/multi-path-matcher) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![npm](https://img.shields.io/npm/v/multi-path-matcher.svg)](https://www.npmjs.com/package/multi-path-matcher) | ||
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) | ||
[![minified size](https://badgen.net/bundlephobia/min/multi-path-matcher)](https://bundlephobia.com/result?p=multi-path-matcher) | ||
[![downloads](http://img.shields.io/npm/dm/multi-path-matcher.svg?style=flat-square)](https://npmjs.org/package/multi-path-matcher) | ||
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/multi-path-matcher.svg?style=flat-square)](https://github.com/arlac77/multi-path-matcher/issues) | ||
[![Build Status](https://secure.travis-ci.org/arlac77/multi-path-matcher.png)](http://travis-ci.org/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) | ||
[![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) | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Build Status](https://secure.travis-ci.org/arlac77/multi-path-matcher.png)](http://travis-ci.org/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) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/multi-path-matcher/badge.svg)](https://snyk.io/test/github/arlac77/multi-path-matcher) | ||
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/multi-path-matcher.svg?style=flat-square)](https://github.com/arlac77/multi-path-matcher/issues) | ||
[![Dependency Status](https://david-dm.org/arlac77/multi-path-matcher.svg)](https://david-dm.org/arlac77/multi-path-matcher) | ||
[![devDependency Status](https://david-dm.org/arlac77/multi-path-matcher/dev-status.svg)](https://david-dm.org/arlac77/multi-path-matcher#info=devDependencies) | ||
[![docs](http://inch-ci.org/github/arlac77/multi-path-matcher.svg?branch=master)](http://inch-ci.org/github/arlac77/multi-path-matcher) | ||
[![downloads](http://img.shields.io/npm/dm/multi-path-matcher.svg?style=flat-square)](https://npmjs.org/package/multi-path-matcher) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
@@ -15,0 +15,0 @@ # multi-path-matcher |
Sorry, the diff of this file is not supported yet
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
11332