{ "_from": "@turf/clusters-kmeans@^6.5.0", "_id": "@turf/clusters-kmeans@6.5.0", "_inBundle": false, "_integrity": "sha512-DwacD5+YO8kwDPKaXwT9DV46tMBVNsbi1IzdajZu1JDSWoN7yc7N9Qt88oi+p30583O0UPVkAK+A10WAQv4mUw==", "_location": "/@turf/clusters-kmeans", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/clusters-kmeans@^6.5.0", "name": "@turf/clusters-kmeans", "escapedName": "@turf%2fclusters-kmeans", "scope": "@turf", "rawSpec": "^6.5.0", "saveSpec": null, "fetchSpec": "^6.5.0" }, "_requiredBy": [ "/@turf/turf" ], "_resolved": "https://registry.npmjs.org/@turf/clusters-kmeans/-/clusters-kmeans-6.5.0.tgz", "_shasum": "aca6f66858af6476b7352a2bbbb392f9ddb7f5b4", "_spec": "@turf/clusters-kmeans@^6.5.0", "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf", "author": { "name": "Turf Authors" }, "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "bundleDependencies": false, "contributors": [ { "name": "David Gómez Matarrodona", "email": "@solzimer" }, { "name": "Stefano Borghi", "email": "@stebogit" }, { "name": "Denis Carriere", "email": "@DenisCarriere" } ], "dependencies": { "@turf/clone": "^6.5.0", "@turf/helpers": "^6.5.0", "@turf/invariant": "^6.5.0", "@turf/meta": "^6.5.0", "skmeans": "0.9.7" }, "deprecated": false, "description": "turf clusters-kmeans module", "devDependencies": { "@turf/centroid": "^6.5.0", "@turf/clusters": "^6.5.0", "@turf/random": "^6.5.0", "@types/skmeans": "^0.11.2", "@types/tape": "*", "benchmark": "*", "chromatism": "*", "concaveman": "*", "load-json-file": "*", "matrix-to-grid": "*", "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", "cluster", "clusters", "clustering", "k-means" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/clusters-kmeans", "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" }