{ "_args": [ [ "delaunator@5.0.0", "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm" ] ], "_from": "delaunator@5.0.0", "_id": "delaunator@5.0.0", "_inBundle": false, "_integrity": "sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==", "_location": "/delaunator", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "delaunator@5.0.0", "name": "delaunator", "escapedName": "delaunator", "rawSpec": "5.0.0", "saveSpec": null, "fetchSpec": "5.0.0" }, "_requiredBy": [ "/d3-delaunay" ], "_resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.0.tgz", "_spec": "5.0.0", "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm", "author": { "name": "Vladimir Agafonkin" }, "bugs": { "url": "https://github.com/mapbox/delaunator/issues" }, "dependencies": { "robust-predicates": "^3.0.0" }, "description": "An incredibly fast JavaScript library for Delaunay triangulation of 2D points", "devDependencies": { "@rollup/plugin-node-resolve": "^11.2.0", "c8": "^7.6.0", "eslint": "^7.22.0", "eslint-config-mourner": "^3.0.0", "rollup": "^2.42.4", "rollup-plugin-terser": "^7.0.2", "tape": "^5.2.2" }, "eslintConfig": { "extends": "mourner", "rules": { "no-sequences": 0 }, "parserOptions": { "ecmaVersion": 2020 } }, "files": [ "index.js", "delaunator.js", "delaunator.min.js" ], "homepage": "https://github.com/mapbox/delaunator#readme", "jsdelivr": "delaunator.min.js", "keywords": [ "delaunay triangulation", "computational geometry", "algorithms" ], "license": "ISC", "main": "index.js", "module": "index.js", "name": "delaunator", "repository": { "type": "git", "url": "git+https://github.com/mapbox/delaunator.git" }, "scripts": { "bench": "node bench.js", "build": "rollup -c", "cov": "c8 node test/test.js && c8 report -r html", "lint": "eslint index.js test/test.js bench.js rollup.config.js docs/diagrams.js", "prepublishOnly": "npm test && npm run build", "pretest": "npm run lint", "start": "rollup -cw", "test": "node test/test.js" }, "sideEffects": false, "type": "module", "unpkg": "delaunator.min.js", "version": "5.0.0" }