@yetzt/binary-search-tree
Version:
Different binary search tree implementations, including a self-balancing one (AVL)
36 lines (35 loc) • 855 B
JSON
{
"name": "@yetzt/binary-search-tree",
"version": "0.2.6",
"author": "Louis Chatriot <louis.chatriot@gmail.com>",
"description": "Different binary search tree implementations, including a self-balancing one (AVL)",
"keywords": [
"AVL tree",
"binary search tree",
"self-balancing",
"AVL tree"
],
"homepage": "https://github.com/yetzt/node-binary-search-tree",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yetzt/node-binary-search-tree.git"
},
"scripts": {
"test": "make test"
},
"main": "index",
"licence": "MIT",
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.4.0",
"underscore": "^1.13.1"
},
"bugs": {
"url": "https://github.com/yetzt/node-binary-search-tree/issues"
},
"directories": {
"lib": "lib",
"test": "test"
},
"license": "MIT"
}