{
	"name": "matcher",
	"version": "6.0.0",
	"description": "Simple wildcard matching",
	"license": "MIT",
	"repository": "sindresorhus/matcher",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": {
		"types": "./index.d.ts",
		"default": "./index.js"
	},
	"sideEffects": false,
	"engines": {
		"node": ">=20"
	},
	"scripts": {
		"test": "xo && ava",
		"bench": "matcha bench.js"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"matcher",
		"matching",
		"match",
		"regex",
		"regexp",
		"regular",
		"expression",
		"wildcard",
		"pattern",
		"string",
		"filter",
		"glob",
		"globber",
		"globbing",
		"minimatch"
	],
	"dependencies": {
		"escape-string-regexp": "^5.0.0"
	},
	"devDependencies": {
		"ava": "^6.4.1",
		"matcha": "^0.7.0",
		"xo": "^1.2.2"
	}
}
