digital-tree
Version:
trie data structure
35 lines (34 loc) • 748 B
JSON
{
"name": "digital-tree",
"version": "2.0.4",
"description": "trie data structure",
"main": "index.js",
"scripts": {
"test": "npx ava",
"bench": "node benchmark.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kessler/node-digital-tree"
},
"keywords": [
"trie",
"autocomplete"
],
"author": "Yaniv Kessler",
"license": "MIT",
"bugs": {
"url": "https://github.com/kessler/node-digital-tree/issues"
},
"homepage": "https://github.com/kessler/node-digital-tree",
"dependencies": {
"benchmark": "^2.1.4",
"debug": "^4.1.1",
"json-stringify-safe": "^5.0.1"
},
"devDependencies": {
"ava": "^3.15.0",
"benchmarkify": "^2.1.1",
"trie-d": "^1.0.6"
}
}