kdb-tree-store
Version:
kdb tree implementation using a chunk store
44 lines (43 loc) • 987 B
JSON
{
"name": "kdb-tree-store",
"version": "3.2.1",
"description": "kdb tree implementation using a chunk store",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/peermaps/kdb-tree-store.git"
},
"keywords": [
"kdb",
"tree",
"multidimensional",
"data",
"structure",
"kdtree",
"btree"
],
"author": "substack",
"license": "MIT",
"bugs": {
"url": "https://github.com/peermaps/kdb-tree-store/issues"
},
"homepage": "https://github.com/peermaps/kdb-tree-store#readme",
"devDependencies": {
"fd-chunk-store": "^2.0.0",
"memory-chunk-store": "^1.3.0",
"tape": "^4.2.2"
},
"dependencies": {
"almost-equal": "^1.0.0",
"bounding-box-overlap-test": "^1.0.0",
"comparable-storable-types": "^1.0.0",
"inherits": "^2.0.1",
"median": "~0.0.2",
"once": "^1.3.3",
"readable-stream": "^2.0.4",
"xtend": "^4.0.1"
}
}