basb-cli
Version:
Blog as Second Brain!
42 lines (41 loc) • 1.23 kB
JSON
{
"public": true,
"preferGlobal": false,
"name": "flexsearch",
"version": "0.7.43",
"description": "Next-Generation full text search library with zero dependencies.",
"homepage": "https://github.com/nextapps-de/flexsearch/",
"author": "Thomas Wilkerling",
"copyright": "Nextapps GmbH",
"license": "Apache-2.0",
"readme": "README.md",
"keywords": [
"fulltext search",
"elastic search",
"fastest search",
"contextual search",
"document search",
"fuzzy search",
"fuzzy match",
"search engine"
],
"repository": {
"type": "git",
"url": "https://github.com/nextapps-de/flexsearch.git"
},
"bugs": {
"url": "https://github.com/nextapps-de/flexsearch/issues",
"email": "info@nextapps.de"
},
"type": "module",
"main": "dist/flexsearch.bundle.min.js",
"module": "dist/flexsearch.bundle.module.min.js",
"browser": {
"dist/flexsearch.bundle.min.js": "./dist/flexsearch.bundle.min.js",
"dist/flexsearch.bundle.module.min.js": "./dist/flexsearch.bundle.module.min.js",
"worker_threads": false
},
"__npminstall_done": true,
"_from": "flexsearch@0.7.43",
"_resolved": "https://registry.npmmirror.com/flexsearch/-/flexsearch-0.7.43.tgz"
}