doublearray
Version:
JavaScript implementation of Double-Array trie
20 lines (19 loc) • 450 B
JSON
{
"name": "doublearray",
"version": "0.0.2",
"description": "JavaScript implementation of Double-Array trie",
"main": "doublearray.js",
"repository": {
"type": "git",
"url": "https://github.com/takuyaa/doublearray.git"
},
"keywords": [
"trie"
],
"author": "takuyaa",
"license": "MIT",
"bugs": {
"url": "https://github.com/takuyaa/doublearray/issues"
},
"homepage": "https://github.com/takuyaa/doublearray"
}