UNPKG

fz-search

Version:

Fast aproximate string matching library for use in autocomplete, perform both search and highlight.

41 lines (40 loc) 1.1 kB
{ "name": "fz-search", "version": "1.0.0", "description": "Fast aproximate string matching library for use in autocomplete, perform both search and highlight.", "main": "dist/FuzzySearch.min.js", "dependencies": {}, "devDependencies": { "babel-core": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-es2017": "^6.24.1", "chai": "^4.1.2", "grunt": "^0.4.5", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-uglify": "^0.9.1", "jsdom": "11.5.1", "jsdom-global": "3.0.2", "mocha": "^4.0.1" }, "scripts": { "test": "mocha -r jsdom-global/register -r babel-core/register test/**/*.spec.js" }, "repository": { "type": "git", "url": "https://github.com/jeancroy/FuzzySearch.git" }, "keywords": [ "search", "fuzzy", "autocomplete", "highlight", "advanced", "fast" ], "author": "Jean Christophe Roy", "license": "MIT", "bugs": { "url": "https://github.com/jeancroy/FuzzySearch/issues" }, "homepage": "https://github.com/jeancroy/FuzzySearch" }