Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "d3-octree", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Three-dimensional recursive spatial subdivision.", | ||
@@ -12,3 +12,3 @@ "keywords": [ | ||
"homepage": "https://github.com/vasturiano/d3-octree", | ||
"license": "BSD-3-Clause", | ||
"license": "MIT", | ||
"author": { | ||
@@ -18,5 +18,6 @@ "name": "Vasco Asturiano", | ||
}, | ||
"main": "build/d3-octree.js", | ||
"module": "index", | ||
"jsnext:main": "index", | ||
"main": "dist/d3-octree.js", | ||
"unpkg": "dist/d3-octree.min.js", | ||
"jsdelivr": "dist/d3-octree.min.js", | ||
"module": "src/index.js", | ||
"repository": { | ||
@@ -27,14 +28,13 @@ "type": "git", | ||
"scripts": { | ||
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-octree.js -- index.js", | ||
"test": "tape 'test/**/*-test.js' && eslint index.js src", | ||
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-octree.js -c -m -o build/d3-octree.min.js" | ||
"pretest": "rollup -c", | ||
"test": "tape 'test/**/*-test.js' && eslint src test", | ||
"prepublishOnly": "rm -rf dist && yarn test" | ||
}, | ||
"devDependencies": { | ||
"d3-array": "1", | ||
"eslint": "3", | ||
"package-preamble": "0.0", | ||
"rollup": "0.41", | ||
"tape": "4", | ||
"uglify-js": "^2.8.11" | ||
"eslint": "5", | ||
"rollup": "0.64", | ||
"rollup-plugin-terser": "1", | ||
"tape": "4" | ||
} | ||
} |
# d3-octree | ||
[![NPM](https://nodei.co/npm/d3-octree.png?compact=true)](https://nodei.co/npm/d3-octree/) | ||
Ported version of D3's [Quadtree](https://github.com/d3/d3-quadtree), to use with three dimensional data structures, by adding the z coordinate. | ||
@@ -4,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156414
5
35
1438
187