@math.gl/geohash
Version:
Math for the GeoHash DGGS (Discrete Global Grid System)
35 lines (34 loc) • 709 B
JSON
{
"name": "@math.gl/geohash",
"description": "Math for the GeoHash DGGS (Discrete Global Grid System)",
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"version": "4.0.0-alpha.2",
"keywords": [
"javascript",
"math",
"geospatial",
"sun",
"suncalc",
"solar"
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"files": [
"dist",
"src"
],
"dependencies": {
"@babel/runtime": "^7.12.0",
"@math.gl/web-mercator": "3.6.3"
},
"gitHead": "2e693639e3cf898fee8e323c93efdd07be7c2ca7"
}