{ "_from": "@turf/centroid@^6.5.0", "_id": "@turf/centroid@6.5.0", "_inBundle": false, "_integrity": "sha512-MwE1oq5E3isewPprEClbfU5pXljIK/GUOMbn22UM3IFPDJX0KeoyLNwghszkdmFp/qMGL/M13MMWvU+GNLXP/A==", "_location": "/@turf/centroid", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/centroid@^6.5.0", "name": "@turf/centroid", "escapedName": "@turf%2fcentroid", "scope": "@turf", "rawSpec": "^6.5.0", "saveSpec": null, "fetchSpec": "^6.5.0" }, "_requiredBy": [ "/@turf/center-median", "/@turf/center-of-mass", "/@turf/distance-weight", "/@turf/interpolate", "/@turf/transform-rotate", "/@turf/transform-scale", "/@turf/turf" ], "_resolved": "https://registry.npmjs.org/@turf/centroid/-/centroid-6.5.0.tgz", "_shasum": "ecaa365412e5a4d595bb448e7dcdacfb49eb0009", "_spec": "@turf/centroid@^6.5.0", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/@turf/turf", "author": { "name": "Turf Authors" }, "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "bundleDependencies": false, "dependencies": { "@turf/helpers": "^6.5.0", "@turf/meta": "^6.5.0" }, "deprecated": false, "description": "turf centroid module", "devDependencies": { "@types/tape": "*", "benchmark": "*", "geojson-fixtures": "*", "glob": "*", "load-json-file": "*", "npm-run-all": "*", "tape": "*", "ts-node": "*", "tslint": "*", "typescript": "*", "write-json-file": "*" }, "exports": { "./package.json": "./package.json", ".": { "import": "./dist/es/index.js", "require": "./dist/js/index.js" } }, "files": [ "dist" ], "funding": "https://opencollective.com/turf", "gitHead": "5375941072b90d489389db22b43bfe809d5e451e", "homepage": "https://github.com/Turfjs/turf", "keywords": [ "turf", "geojson", "geo", "gis" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/centroid", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/Turfjs/turf.git" }, "scripts": { "bench": "ts-node bench.js", "build": "npm-run-all build:*", "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "node ../../scripts/generate-readmes", "test": "npm-run-all test:*", "test:tape": "ts-node -r esm test.js", "test:types": "tsc --esModuleInterop --noEmit types.ts" }, "sideEffects": false, "types": "dist/js/index.d.ts", "version": "6.5.0" }