{
  "_args": [
    [
      "match-sorter@4.2.1",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "match-sorter@4.2.1",
  "_id": "match-sorter@4.2.1",
  "_inBundle": false,
  "_integrity": "sha512-s+3h9TiZU9U1pWhIERHf8/f4LmBN6IXaRgo2CI17+XGByGS1GvG5VvXK9pcGyCjGe3WM3mSYRC3ipGrd5UEVgw==",
  "_location": "/match-sorter",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "match-sorter@4.2.1",
    "name": "match-sorter",
    "escapedName": "match-sorter",
    "rawSpec": "4.2.1",
    "saveSpec": null,
    "fetchSpec": "4.2.1"
  },
  "_requiredBy": [
    "/strapi-admin"
  ],
  "_resolved": "https://registry.npmjs.org/match-sorter/-/match-sorter-4.2.1.tgz",
  "_spec": "4.2.1",
  "_where": "/home/control3/fundiherrajes",
  "author": {
    "name": "Kent C. Dodds",
    "email": "me@kentcdodds.com",
    "url": "https://kentcdodds.com"
  },
  "bugs": {
    "url": "https://github.com/kentcdodds/match-sorter/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.5",
    "remove-accents": "0.4.2"
  },
  "description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
  "devDependencies": {
    "kcd-scripts": "^6.2.4"
  },
  "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",
    "validate": "kcd-scripts validate"
  },
  "version": "4.2.1"
}
