feathers-mongodb-fuzzy-search
Version:
hook which adds fuzzy search for mongodb through $search in find query
43 lines (42 loc) • 1.14 kB
JSON
{
"name": "feathers-mongodb-fuzzy-search",
"version": "2.0.1",
"description": "hook which adds fuzzy search for mongodb through $search in find query",
"main": "index.js",
"scripts": {
"mongo": "docker run --rm -p 27017:27017 mongo",
"preversion": "npm test",
"postpublish": "git push && git push --tags",
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arve0/feathers-mongodb-fuzzy-search.git"
},
"keywords": [
"feathers",
"mongodb",
"search",
"fuzzy",
"text"
],
"author": "Arve Seljebu",
"license": "MIT",
"bugs": {
"url": "https://github.com/arve0/feathers-mongodb-fuzzy-search/issues"
},
"homepage": "https://github.com/arve0/feathers-mongodb-fuzzy-search#readme",
"devDependencies": {
"@feathersjs/feathers": "^4.3.10",
"@feathersjs/express": "^4.3.10",
"feathers-mongodb": "^6.1.0",
"mocha": "^8.1.3",
"mongodb": "^3.6.2",
"superagent": "^3.8.1"
},
"dependencies": {
"@feathersjs/commons": "^4.3.7",
"@feathersjs/errors": "^4.3.10"
},
"runkitExampleFilename": "example.js"
}