fuzzystringmatch
Version:
a small library that creates a in-memory index for a fast and fuzzy lookup of search terms
35 lines (34 loc) • 736 B
JSON
{
"name": "fuzzystringmatch",
"version": "1.3.2",
"description": "a small library that creates a in-memory index for a fast and fuzzy lookup of search terms",
"keywords": [
"string matching",
"search index",
"fuzzy search",
"fuzzy match",
"string search"
],
"main": "index.js",
"scripts": {
"test": "mocha tests"
},
"author": "Manuel Ernst <manuel.ernst@thomann.de>",
"repository": {
"type": "git",
"url": "https://github.com/thomn/fuzzystringmatch"
},
"license": "MIT",
"dependencies": {
"debug": "^2.2.0",
"dedupe": "^1.0.2",
"hirestime": "^2.1.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4"
},
"engines": {
"node": ">=4"
}
}