{ "_from": "@turf/hex-grid@^3.10.3", "_id": "@turf/hex-grid@3.14.0", "_inBundle": false, "_integrity": "sha1-noA28SceUWS/ao8BfenA9JAtmp8=", "_location": "/@turf/hex-grid", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/hex-grid@^3.10.3", "name": "@turf/hex-grid", "escapedName": "@turf%2fhex-grid", "scope": "@turf", "rawSpec": "^3.10.3", "saveSpec": null, "fetchSpec": "^3.10.3" }, "_requiredBy": [ "/hexgrid-heatmap" ], "_resolved": "https://registry.npmjs.org/@turf/hex-grid/-/hex-grid-3.14.0.tgz", "_shasum": "9e8036f1271e5164bf6a8f017de9c0f4902d9a9f", "_spec": "@turf/hex-grid@^3.10.3", "_where": "/home/kadir/workspace/webimmo/node_modules/hexgrid-heatmap", "author": { "name": "Turf Authors" }, "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "bundleDependencies": false, "contributors": [ { "name": "jseppi" }, { "name": "jvail" }, { "name": "lyzidiamond" }, { "name": "tmcw" } ], "dependencies": { "@turf/distance": "^3.14.0", "@turf/helpers": "^3.13.0" }, "deprecated": false, "description": "turf hex-grid module", "devDependencies": { "@turf/bbox-polygon": "^3.14.0", "@turf/explode": "^3.14.0", "@turf/inside": "^3.14.0", "@turf/truncate": "^3.13.0", "benchmark": "^1.0.0", "eslint": "^3.15.0", "eslint-config-mourner": "^2.0.1", "load-json-file": "^2.0.0", "tape": "^3.5.0", "write-json-file": "^2.0.0" }, "files": [ "index.js", "index.d.ts" ], "homepage": "https://github.com/Turfjs/turf", "keywords": [ "turf", "grid", "hexgrid", "hexbin", "points", "geojson" ], "license": "MIT", "main": "index.js", "name": "@turf/hex-grid", "repository": { "type": "git", "url": "git://github.com/Turfjs/turf.git" }, "scripts": { "bench": "node bench.js", "test": "node test.js" }, "types": "index.d.ts", "version": "3.14.0" }