{
  "_from": "match-sorter@^6.0.2",
  "_id": "match-sorter@6.3.1",
  "_inBundle": false,
  "_integrity": "sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw==",
  "_location": "/match-sorter",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "match-sorter@^6.0.2",
    "name": "match-sorter",
    "escapedName": "match-sorter",
    "rawSpec": "^6.0.2",
    "saveSpec": null,
    "fetchSpec": "^6.0.2"
  },
  "_requiredBy": [
    "/react-query"
  ],
  "_resolved": "https://registry.npmjs.org/match-sorter/-/match-sorter-6.3.1.tgz",
  "_shasum": "98cc37fda756093424ddf3cbc62bfe9c75b92bda",
  "_spec": "match-sorter@^6.0.2",
  "_where": "/home/ghf/system/node_modules/react-query",
  "author": {
    "name": "Kent C. Dodds",
    "email": "me@kentcdodds.com",
    "url": "https://kentcdodds.com"
  },
  "bugs": {
    "url": "https://github.com/kentcdodds/match-sorter/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "remove-accents": "0.4.2"
  },
  "deprecated": false,
  "description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "kcd-scripts": "^7.2.0",
    "typescript": "^4.1.2"
  },
  "eslintConfig": {
    "extends": [
      "./node_modules/kcd-scripts/eslint.js"
    ]
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist"
  ],
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/kentcdodds/match-sorter#readme",
  "keywords": [
    "autocomplete",
    "filter list",
    "sort",
    "advanced sort",
    "user intuitive sort"
  ],
  "license": "MIT",
  "main": "dist/match-sorter.cjs.js",
  "module": "dist/match-sorter.esm.js",
  "name": "match-sorter",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kentcdodds/match-sorter.git"
  },
  "scripts": {
    "build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
    "lint": "kcd-scripts lint",
    "setup": "npm install && npm run validate -s",
    "test": "kcd-scripts test",
    "test:update": "npm test -- --updateSnapshot --coverage",
    "typecheck": "kcd-scripts typecheck",
    "validate": "kcd-scripts validate"
  },
  "types": "dist/index.d.ts",
  "version": "6.3.1"
}
