{ "_from": "@turf/hex-grid@^6.5.0", "_id": "@turf/hex-grid@6.5.0", "_inBundle": false, "_integrity": "sha512-Ln3tc2tgZT8etDOldgc6e741Smg1CsMKAz1/Mlel+MEL5Ynv2mhx3m0q4J9IB1F3a4MNjDeVvm8drAaf9SF33g==", "_location": "/@turf/hex-grid", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/hex-grid@^6.5.0", "name": "@turf/hex-grid", "escapedName": "@turf%2fhex-grid", "scope": "@turf", "rawSpec": "^6.5.0", "saveSpec": null, "fetchSpec": "^6.5.0" }, "_requiredBy": [ "/@turf/interpolate", "/@turf/turf" ], "_resolved": "https://registry.npmjs.org/@turf/hex-grid/-/hex-grid-6.5.0.tgz", "_shasum": "aa5ee46e291839d4405db74b7516c6da89ee56f7", "_spec": "@turf/hex-grid@^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": "James Seppi", "email": "@jseppi" }, { "name": "Morgan Herlocker", "email": "@morganherlocker" }, { "name": "Tom MacWright", "email": "@tmcw" }, { "name": "Jan Vaillant", "email": "@jvail" }, { "name": "Lyzi Diamond", "email": "@lyzidiamond" }, { "name": "Denis Carriere", "email": "@DenisCarriere" } ], "dependencies": { "@turf/distance": "^6.5.0", "@turf/helpers": "^6.5.0", "@turf/intersect": "^6.5.0", "@turf/invariant": "^6.5.0" }, "deprecated": false, "description": "turf hex-grid module", "devDependencies": { "@turf/bbox-polygon": "^6.5.0", "@turf/truncate": "^6.5.0", "@types/tape": "*", "benchmark": "*", "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", "grid", "hexgrid", "hexbin", "points", "geojson" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/hex-grid", "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" }