123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_args": [
- [
- "d3-delaunay@6.0.4",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_from": "d3-delaunay@6.0.4",
- "_id": "d3-delaunay@6.0.4",
- "_inBundle": false,
- "_integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
- "_location": "/d3-delaunay",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "d3-delaunay@6.0.4",
- "name": "d3-delaunay",
- "escapedName": "d3-delaunay",
- "rawSpec": "6.0.4",
- "saveSpec": null,
- "fetchSpec": "6.0.4"
- },
- "_requiredBy": [
- "/d3"
- ],
- "_resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
- "_spec": "6.0.4",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Mike Bostock",
- "url": "https://bost.ocks.org/mike"
- },
- "bugs": {
- "url": "https://github.com/d3/d3-delaunay/issues"
- },
- "contributors": [
- {
- "name": "Vladimir Agafonkin",
- "url": "https://agafonkin.com"
- },
- {
- "name": "Philippe Rivière",
- "url": "https://visionscarto.net"
- }
- ],
- "dependencies": {
- "delaunator": "5"
- },
- "description": "Compute the Voronoi diagram of a set of two-dimensional points.",
- "devDependencies": {
- "@rollup/plugin-node-resolve": "13",
- "eslint": "7",
- "mocha": "8",
- "rollup": "2",
- "rollup-plugin-terser": "7"
- },
- "engines": {
- "node": ">=12"
- },
- "exports": {
- "umd": "./dist/d3-delaunay.min.js",
- "default": "./src/index.js"
- },
- "files": [
- "dist/**/*.js",
- "src/**/*.js"
- ],
- "homepage": "https://github.com/d3/d3-delaunay",
- "jsdelivr": "dist/d3-delaunay.min.js",
- "keywords": [
- "voronoi",
- "delaunay",
- "geometry"
- ],
- "license": "ISC",
- "main": "src/index.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",
- "prepublishOnly": "rm -rf dist && yarn test && rollup -c",
- "test": "mocha 'test/**/*-test.js' && eslint src test"
- },
- "sideEffects": false,
- "type": "module",
- "unpkg": "dist/d3-delaunay.min.js",
- "version": "6.0.4"
- }
|