es-sifter
Version:
A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.
53 lines (52 loc) • 1.16 kB
JSON
{
"name": "es-sifter",
"keywords": [
"search",
"filter",
"sift",
"data",
"results",
"match",
"sort",
"autocomplete"
],
"description": "A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.",
"version": "0.5.2",
"license": "Apache-2.0",
"author": "Brian Reavis <brian@thirdroute.com>",
"main": "./sifter.js",
"module": "./sifter.mjs",
"js:next": "./sifter.mjs",
"repository": {
"type": "git",
"url": "git://github.com/brianreavis/sifter.js.git"
},
"scripts": {
"test": "mocha -R list"
},
"bin": {
"sifter": "./bin/sifter.js"
},
"dependencies": {
"optimist": "0.6.x",
"cardinal": "0.4.x",
"async": "0.2.x",
"humanize": "0.0.x",
"csv-parse": "^1.1.7"
},
"devDependencies": {
"coveralls": "2.3.x",
"handroll": "0.3.5",
"istanbul": "0.1.x",
"mocha": "1.12.x",
"mocha-istanbul": "0.2.x",
"mocha-lcov-reporter": "0.0.x",
"uglify-js": "2.4.x"
},
"optionalDependencies": {
"microtime": "^2.1.0"
},
"engines": {
"node": "*"
}
}