UNPKG

@leeoniya/ufuzzy

Version:

A tiny, efficient fuzzy matcher that doesn't suck

46 lines (45 loc) 977 B
{ "name": "@leeoniya/ufuzzy", "version": "1.0.18", "description": "A tiny, efficient fuzzy matcher that doesn't suck", "main": "./dist/uFuzzy.cjs", "module": "./dist/uFuzzy.mjs", "types": "./dist/uFuzzy.d.ts", "type": "module", "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/leeoniya/uFuzzy.git" }, "files": [ "package.json", "README.md", "LICENSE", "dist" ], "keywords": [ "micro", "fast", "fuzzy", "match", "search", "filter", "hint", "autocomplete", "typeahead", "sort" ], "author": "Leon Sorokin <leeoniya@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/leeoniya/uFuzzy/issues" }, "homepage": "https://github.com/leeoniya/uFuzzy#readme", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "rollup": "^4.30.1" } }