UNPKG

match-sorter

Version:

Simple, expected, and deterministic best-match sorting of an array in JavaScript

84 lines 2.2 kB
{ "name": "match-sorter", "version": "1.8.0", "description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript", "main": "dist/cjs/index.js", "scripts": { "start": "nps", "test": "nps test", "commitmsg": "opt --in commit-msg --exec \"validate-commit-msg\"", "precommit": "opt --in pre-commit --exec \"npm start validate\"" }, "files": [ "dist" ], "keywords": [], "author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)", "license": "MIT", "bundledDependencies": [ "diacritic", "global-object" ], "dependencies": { "diacritic": "0.0.2", "global-object": "1.0.0" }, "devDependencies": { "all-contributors-cli": "^4.0.1", "babel-cli": "^6.23.0", "babel-jest": "^19.0.0", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.22.0", "babel-preset-stage-2": "^6.22.0", "codecov": "^1.0.1", "commitizen": "^2.9.6", "cz-conventional-changelog": "^2.0.0", "eslint": "^3.16.1", "eslint-config-kentcdodds": "^12.0.0", "husky": "^0.13.2", "jest-cli": "^19.0.2", "nodemon": "^1.11.0", "nps": "^5.0.3", "nps-utils": "^1.1.2", "opt-cli": "^1.4.2", "rimraf": "^2.6.1", "rollup": "^0.41.4", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-commonjs": "^7.0.0", "rollup-plugin-node-resolve": "^2.0.0", "rollup-plugin-uglify": "^1.0.1", "semantic-release": "^6.3.2", "validate-commit-msg": "^2.11.1" }, "eslintConfig": { "extends": [ "kentcdodds", "kentcdodds/jest" ] }, "jest": { "cacheDirectory": "./node_modules/.cache", "testEnvironment": "node", "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } } }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "repository": { "type": "git", "url": "https://github.com/kentcdodds/match-sorter.git" }, "bugs": { "url": "https://github.com/kentcdodds/match-sorter/issues" }, "homepage": "https://github.com/kentcdodds/match-sorter#readme" }