HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/math/ui/node_modules/d3-delaunay/package.json
{
  "name": "d3-delaunay",
  "version": "6.0.4",
  "description": "Compute the Voronoi diagram of a set of two-dimensional points.",
  "homepage": "https://github.com/d3/d3-delaunay",
  "repository": {
    "type": "git",
    "url": "https://github.com/d3/d3-delaunay.git"
  },
  "keywords": [
    "voronoi",
    "delaunay",
    "geometry"
  ],
  "license": "ISC",
  "author": {
    "name": "Mike Bostock",
    "url": "https://bost.ocks.org/mike"
  },
  "contributors": [
    {
      "name": "Vladimir Agafonkin",
      "url": "https://agafonkin.com"
    },
    {
      "name": "Philippe Rivière",
      "url": "https://visionscarto.net"
    }
  ],
  "type": "module",
  "files": [
    "dist/**/*.js",
    "src/**/*.js"
  ],
  "module": "src/index.js",
  "main": "src/index.js",
  "jsdelivr": "dist/d3-delaunay.min.js",
  "unpkg": "dist/d3-delaunay.min.js",
  "exports": {
    "umd": "./dist/d3-delaunay.min.js",
    "default": "./src/index.js"
  },
  "sideEffects": false,
  "dependencies": {
    "delaunator": "5"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "13",
    "eslint": "7",
    "mocha": "8",
    "rollup": "2",
    "rollup-plugin-terser": "7"
  },
  "scripts": {
    "test": "mocha 'test/**/*-test.js' && eslint src test",
    "prepublishOnly": "rm -rf dist && yarn test && rollup -c",
    "postpublish": "git push && git push --tags"
  },
  "engines": {
    "node": ">=12"
  }
}