@reliverse/rematch
Version:
@reliverse/rematch is a high-performance minimal glob matcher, with micromatch-level power, zepto-level size, and reliverse-grade dx.
48 lines (47 loc) • 1.13 kB
JSON
{
"dependencies": {},
"description": "@reliverse/rematch is a high-performance minimal glob matcher, with micromatch-level power, zepto-level size, and reliverse-grade dx.",
"homepage": "https://docs.reliverse.org",
"license": "MIT",
"name": "@reliverse/rematch",
"type": "module",
"version": "1.1.0",
"keywords": [
"tiny",
"glob",
"match",
"matcher",
"zeptomatch",
"picomatch",
"micromatch"
],
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint/js": "^9.27.0",
"@reliverse/dler": "^1.3.6",
"@stylistic/eslint-plugin": "^4.2.0",
"@types/bun": "^1.2.13",
"@types/node": "^22.15.19",
"eslint": "^9.27.0",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-perfectionist": "^4.13.0",
"grammex": "^3.1.10",
"knip": "^5.56.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"
},
"exports": {
".": "./bin/mod.js"
},
"files": [
"bin",
"package.json",
"README.md",
"LICENSE"
],
"main": "./bin/mod.js",
"module": "./bin/mod.js",
"publishConfig": {
"access": "public"
}
}