trie-d
Version:
Minimal trie datastructure representation
65 lines (64 loc) • 1.37 kB
JSON
{
"name": "trie-d",
"version": "1.0.6",
"description": "Minimal trie datastructure representation",
"main": "index.js",
"scripts": {
"test": "node_modules/gulp/bin/gulp.js test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/void666/node-trie.git"
},
"author": "Sushim Mukul Dutta",
"license": "MIT",
"bugs": {
"url": "https://github.com/void666/node-trie/issues"
},
"homepage": "https://github.com/void666/node-trie#readme",
"dependencies": {
"lodash": "^4.17.5",
"coveralls": "^3.0.0"
},
"keywords": [
"trie",
"trie-d",
"auto complete",
"near match",
"search",
"hashmatch",
"node-trie",
"trie-search",
"keywords-search",
"dynamic trie",
"word search",
"word",
"autocomplete",
"autosearch",
"fuzzymatch",
"fuzzy",
"match",
"typeahead",
"ahead",
"hash",
"map",
"hashtable"
],
"devDependencies": {
"chai": "^4.1.2",
"chai-subset": "^1.6.0",
"coveralls": "^3.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3",
"istanbul": "^0.4.5",
"mocha": "^5.0.4",
"yargs": "^8.0.2"
},
"engines": {
"node": ">=6.11.1"
}
}