UNPKG

advanced-search-library

Version:

Intelligent search library with typo correction, autocomplete, and flexible data structure support

51 lines (50 loc) 1.3 kB
{ "name": "advanced-search-library", "version": "1.1.0", "description": "Intelligent search library with typo correction, autocomplete, and flexible data structure support", "main": "src/AdvancedSearch.js", "scripts": { "test": "node test/test.js", "demo": "node demo/demo.js", "example-basic": "node examples/basic-usage.js", "example-advanced": "node examples/advanced-usage.js", "example-flexible": "node examples/flexible-data.js" }, "keywords": [ "search", "typo-correction", "autocomplete", "filtering", "relevance-scoring", "fuzzy-search", "javascript", "nodejs", "browser" ], "author": { "name": "Rıdvan Sevindik", "email": "sevindikbusiness@gmail.com", "url": "https://github.com/Ridvan0" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Ridvan0/optimum-search-engine.git" }, "homepage": "https://github.com/Ridvan0/optimum-search-engine", "bugs": { "url": "https://github.com/Ridvan0/optimum-search-engine/issues" }, "engines": { "node": ">=12.0.0" }, "devDependencies": {}, "files": [ "src/", "demo/", "examples/", "test/", "README.md", "LICENSE" ] }