@tanstack/match-sorter-utils
Version:
A fork of match-sorter with separated filtering and sorting phases
55 lines • 1.19 kB
JSON
{
"name": "@tanstack/match-sorter-utils",
"version": "9.0.1",
"description": "A fork of match-sorter with separated filtering and sorting phases",
"contributors": [
"Kent C. Dodds",
"Tanner Linsley"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/table.git",
"directory": "packages/match-sorter-utils"
},
"homepage": "https://tanstack.com/table",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"keywords": [
"react",
"table",
"match-sorter",
"utils",
"split",
"separate",
"datagrid",
"tanstack-intent"
],
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"sideEffects": false,
"engines": {
"node": ">=20"
},
"files": [
"dist",
"skills"
],
"dependencies": {
"remove-accents": "0.5.0"
},
"scripts": {
"clean": "rimraf ./build && rimraf ./dist",
"test:lib": "vitest",
"test:lib:dev": "pnpm test:lib --watch",
"test:types": "tsc",
"test:build": "publint --strict",
"build": "tsdown"
}
}