chinese-search
Version:
Chinese-Search is a full text search in chinese,base on nodejieba and redis,support to using sql pull data from mysql,and it is easy,small and fast.
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "chinese-search",
"version": "1.1.9",
"description": "Chinese-Search is a full text search in chinese,base on nodejieba and redis,support to using sql pull data from mysql,and it is easy,small and fast.",
"main": "./dist/index.js",
"scripts": {
"mocha": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --exit",
"test": "npm run mocha && codecov",
"cmt": "git commit -am ",
"pub": "git push && npm publish"
},
"author": {
"name": "chankamlam",
"email": "919125189@qq.com"
},
"keywords": [
"fullTextSearchEngine",
"ChineseSearchEngine",
"中文全文检索引擎",
"全文搜索",
"SearchEngine"
],
"repository": {
"type": "git",
"url": "https://github.com/chankamlam/chinese-search"
},
"license": "MIT",
"dependencies": {
"async": "^1.5.2",
"knex": "^0.16.3",
"nodejieba": "^2.3.0",
"redis": "^2.8.0",
"uuid": "^3.1.0",
"mysql": "^2.16.0"
},
"devDependencies": {
"async": "^1.5.2",
"istanbul": "^0.4.5",
"knex": "^0.16.3",
"mocha": "^6.0.2",
"mysql": "^2.16.0",
"nodejieba": "^2.3.0",
"redis": "^2.8.0",
"should": "^13.0.1",
"uuid": "^3.1.0"
}
}