Spaces:
Sleeping
Sleeping
File size: 1,370 Bytes
b593f0b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | {
"name": "@plotly/point-cluster",
"version": "3.1.9",
"description": "Fast nd point clustering.",
"main": "index.js",
"scripts": {
"test": "node test",
"build": "browserify demo.js -g bubleify | indexhtmlify | metadataify | github-cornerify > demo/index.html"
},
"repository": {
"type": "git",
"url": "git://github.com/plotly/point-cluster.git"
},
"keywords": [
"snap-points-2d",
"supercluster",
"quadtree",
"quad-tree",
"kdtree",
"kd-tree",
"ann-tree",
"point",
"scatter",
"point2d",
"2d",
"cluster",
"clustering",
"geospatial",
"markers",
"round",
"data",
"vis",
"gl-vis"
],
"browserify": {
"transform": [
"bubleify"
]
},
"author": "Dmitry Yv <df.creative@gmail.com>",
"license": "MIT",
"dependencies": {
"array-bounds": "^1.0.1",
"binary-search-bounds": "^2.0.4",
"clamp": "^1.0.1",
"defined": "^1.0.0",
"dtype": "^2.0.0",
"flatten-vertex-data": "^1.0.2",
"is-obj": "^1.0.1",
"math-log2": "^1.0.1",
"parse-rect": "^1.2.0",
"pick-by-alias": "^1.2.0"
},
"devDependencies": {
"almost-equal": "^1.1.0",
"bubleify": "^2.0.0",
"canvas-fit": "^1.5.0",
"gauss-random": "^1.0.1",
"math-float64-from-bits": "^1.0.0",
"snap-points-2d": "^3.2.0",
"tape": "^4.8.0"
}
}
|