@samual/match
Version:
A fork of a fork of match-sorter with separated filtering, sorting phases, and match locations.
27 lines • 794 B
JSON
{
"name": "@samual/match",
"version": "0.0.1-a438b5d",
"description": "A fork of a fork of match-sorter with separated filtering, sorting phases, and match locations.",
"repository": "github:samualtnorman/match",
"type": "module",
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
"contributors": [
"Marin Atanasov <contact@marinatanasov.com> (http://marinatanasov.com)",
"Tanner Linsley",
"Samual Norman <me@samual.uk> (https://samual.uk/)"
],
"license": "MIT",
"homepage": "https://github.com/samualtnorman/match#readme",
"keywords": [
"match-sorter"
],
"exports": {
".": "./default.js"
},
"bugs": {
"url": "https://github.com/samualtnorman/match/issues"
},
"engines": {
"node": "^20.10 || ^22 || >=24"
}
}