Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

54
node_modules/@tanstack/match-sorter-utils/package.json generated vendored Normal file
View File

@@ -0,0 +1,54 @@
{
"name": "@tanstack/match-sorter-utils",
"version": "8.19.4",
"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"
],
"type": "commonjs",
"module": "build/lib/index.esm.js",
"main": "build/lib/index.js",
"types": "build/lib/index.d.ts",
"exports": {
".": {
"types": "./build/lib/index.d.ts",
"import": "./build/lib/index.mjs",
"default": "./build/lib/index.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"engines": {
"node": ">=12"
},
"files": [
"build/lib/*",
"build/umd/*",
"src"
],
"dependencies": {
"remove-accents": "0.5.0"
},
"scripts": {}
}