| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "d3-delaunay@5",
- "_id": "d3-delaunay@5.3.0",
- "_inBundle": false,
- "_integrity": "sha512-amALSrOllWVLaHTnDLHwMIiz0d1bBu9gZXd1FiLfXf8sHcX9jrcj81TVZOqD4UX7MgBZZ07c8GxzEgBpJqc74w==",
- "_location": "/d3-delaunay",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "d3-delaunay@5",
- "name": "d3-delaunay",
- "escapedName": "d3-delaunay",
- "rawSpec": "5",
- "saveSpec": null,
- "fetchSpec": "5"
- },
- "_requiredBy": [
- "/d3"
- ],
- "_resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-5.3.0.tgz",
- "_shasum": "b47f05c38f854a4e7b3cea80e0bb12e57398772d",
- "_spec": "d3-delaunay@5",
- "_where": "/Users/jusrhee/Documents/porter/node_modules/d3",
- "author": {
- "name": "Mike Bostock",
- "url": "https://bost.ocks.org/mike"
- },
- "bugs": {
- "url": "https://github.com/d3/d3-delaunay/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Vladimir Agafonkin",
- "url": "https://agafonkin.com"
- },
- {
- "name": "Philippe Rivière",
- "url": "https://visionscarto.net"
- }
- ],
- "dependencies": {
- "delaunator": "4"
- },
- "deprecated": false,
- "description": "Compute the Voronoi diagram of a set of two-dimensional points.",
- "devDependencies": {
- "@observablehq/tape": "~0.0.1",
- "eslint": "6",
- "esm": "3",
- "rollup": "1",
- "rollup-plugin-node-resolve": "5",
- "rollup-plugin-terser": "5"
- },
- "files": [
- "dist/**/*.js",
- "src/**/*.js"
- ],
- "homepage": "https://github.com/d3/d3-delaunay",
- "keywords": [
- "voronoi",
- "delaunay",
- "geometry"
- ],
- "license": "ISC",
- "main": "dist/d3-delaunay.js",
- "module": "src/index.js",
- "name": "d3-delaunay",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/d3/d3-delaunay.git"
- },
- "scripts": {
- "postpublish": "git push && git push --tags && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
- "prepublishOnly": "yarn test && rm -rf dist && rollup -c",
- "test": "tape -r esm 'test/**/*-test.js' && eslint src test"
- },
- "sideEffects": false,
- "unpkg": "dist/d3-delaunay.min.js",
- "version": "5.3.0"
- }
|