{"_id":"h3-js","_rev":"35-4bfe8d3d8be5d165c195a4b19322590e","name":"h3-js","dist-tags":{"latest":"4.5.0"},"versions":{"3.0.0":{"name":"h3-js","version":"3.0.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"d.f.ellis@ieee.org"},"license":"Apache-2.0","_id":"h3-js@3.0.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"dist":{"shasum":"1db58bba362a077bfb530302944034e5f9d7b000","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.0.0.tgz","fileCount":24,"integrity":"sha512-VcXyrPzWnlspqrqgBpdrbRf8O9HYMe5j0tm9Al8yzx+kZelBEkFrE9Hb3xo+5RPawAngr4OPGUqnv1h0hRoGkQ==","signatures":[{"sig":"MEUCIQDp6tWQdvfd4C2y/DbYCraxZxcUXIrjE7ZHJGEAV9qaTAIgXJGw0zrkMl20WCqDegYMQPpg9HVLCM8JpHnW+r+AxW4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":289565},"main":"index.js","_from":".","es2015":"lib/h3core.js","_shasum":"1db58bba362a077bfb530302944034e5f9d7b000","engines":{"npm":">=3","node":">=4 <10","yarn":">=1.7.0"},"gitHead":"c6b7e295eca9106c8757aa3f3e5cb2c4e33bc69c","scripts":{"dist":"yarn run dist-clean && mkdir -p dist/out && buble -i lib -o dist/lib && cp out/libh3.1.js dist/out","lint":"eslint lib* test/*","test":"yarn lint && yarn run test-es6 && yarn run test-dist && yarn run test-parity","cover":"yarn lint && istanbul cover -x out/*.js -- test/index.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-es6":"yarn run test-raw | faucet","test-raw":"node test/index.js","dist-test":"yarn run dist && buble -i test -o dist/test","test-dist":"yarn run dist-test && node dist/test/index.js | faucet","benchmarks":"yarn run dist-test && node dist/test/benchmarks.js","dist-clean":"rm -rf dist","prepublish":"yarn run dist","test-parity":"node test/test-parity.js | faucet","jenkins-test":"yarn test && yarn cover && istanbul report cobertura","benchmarks-es6":"node test/benchmarks.js","jenkins-install":"yarn install --ignore-engines --frozen-lockfile","build-emscripten":"./.build-emscripten.sh"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"3.10.10","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"6.14.3","_hasShrinkwrap":false,"devDependencies":{"tape":"^4.8.0","buble":"^0.19.3","eslint":"^4.19.1","faucet":"0.0.1","istanbul":"^0.4.3","prettier":"^1.12.1","benchmark":"^2.1.4","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.0.0_1529345240773_0.8306092223294719","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"h3-js","version":"3.0.1","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"d.f.ellis@ieee.org"},"license":"Apache-2.0","_id":"h3-js@3.0.1","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"dist":{"shasum":"f6021b72550e5004050bcd98a80befa17dc5f722","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.0.1.tgz","fileCount":16,"integrity":"sha512-G3T8KaWvzwGmhziZ9KPOUZPn7XMBibusGqr7NmQ1TWGyOg3Aqsvu41Zv7tFs5fmNmhEac36BoPd9A4zHTbTbjg==","signatures":[{"sig":"MEYCIQD7G+7o61l9+aJ8rbpqpz8arhvzpoNyJb0j6UwAS/9SnwIhAOxpGWsB86hocKRQUhoO5unbpvPPOdxn4V35NC/hwFDA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":413175},"main":"index.js","_from":".","es2015":"lib/h3core.js","_shasum":"f6021b72550e5004050bcd98a80befa17dc5f722","engines":{"npm":">=3","node":">=4 <10","yarn":">=1.7.0"},"gitHead":"35fb3ea45982e2a5172f3cd3481d936a36ee62d1","scripts":{"dist":"yarn run dist-clean && mkdir -p dist/out && buble -i lib -o dist/lib && cp out/libh3.1.js dist/out","lint":"eslint lib* test/*","test":"yarn lint && yarn run test-es6 && yarn run test-dist && yarn run test-parity","cover":"yarn lint && istanbul cover -x out/*.js -- test/index.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-es6":"yarn run test-raw | faucet","test-raw":"node test/index.js","dist-test":"yarn run dist && buble -i test -o dist/test","test-dist":"yarn run dist-test && node dist/test/index.js | faucet","benchmarks":"yarn run dist-test && node dist/test/benchmarks.js","dist-clean":"rm -rf dist","prepublish":"yarn run dist","test-parity":"node test/test-parity.js | faucet","jenkins-test":"yarn test && yarn cover && istanbul report cobertura","benchmarks-es6":"node test/benchmarks.js","jenkins-install":"yarn install --ignore-engines --frozen-lockfile","build-emscripten":"./.build-emscripten.sh"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"3.10.10","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"6.14.3","_hasShrinkwrap":false,"devDependencies":{"tape":"^4.8.0","buble":"^0.19.3","eslint":"^4.19.1","faucet":"0.0.1","istanbul":"^0.4.3","prettier":"^1.12.1","benchmark":"^2.1.4","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.0.1_1529349273140_0.4598838601668931","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"h3-js","version":"3.0.2","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"d.f.ellis@ieee.org"},"license":"Apache-2.0","_id":"h3-js@3.0.2","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"dist":{"shasum":"99a7d3251a6ffb21d8d885f1e6ecf2fd96248f69","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.0.2.tgz","fileCount":18,"integrity":"sha512-xRTCZi/m3yiH01D7W7FOkp2kc1ILET+mzccsDOnja29xIzTSX0TAwUFqQDdKid5B2Xf+H2AwqjKDTkm8kYg7rg==","signatures":[{"sig":"MEYCIQDW/IcY18wQOS+ku/SxpEk77HI6SHWZMm54LuqFI5IfvAIhALQm+R2WMZPSTkPFitmbMzsT1HurVEzU7byFQz5dFfn+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":422501,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWhWTCRA9TVsSAnZWagAAdKYP/0qIos/BRQn3Dk5vk5lr\nrut1nkBK/94pJnng8lgLJ6YxubMP9/9c9P1+RfWyoMlcpTPEu0cXGicc3587\nz2Rd7T/VuHUUjA4cHPIEHvfpNTvptuwbGxSploCvhEZZ5WnouXin0RputSX6\nbpJNUjxbTz9/cNUItP4KH/gTWHwiDW7kbpkIUA7kWoa+EfQcvmeTVY7jXVaw\niPLJ5ktqQYoM4cARRx/cixy1+dz4moAB3QbE6zLi//wOvZBdPF88BOTyBLL1\ne0DiNplD6WVeH5pQozTFc5V6NJb1P+rmg1PXdz6trKsBgo2OpFg6H3t/aUlH\n8Ack2cPbTQatJESvhoT8Cq8u84Km78voFE9u5mdbdgSeHsfr3m0k28xB0YmT\nfOoND29RHG2cKmfcz3vriDovD1XQCgAMZuHbeccSwpzWriiB/OTRZf4tRJPT\nsSd4pXTvm3yemS9rHcs4krmdje/L+YAoymSan+ypQawC1GyfMFpoJYrmNgE+\nBNR99zbPS02M2EuTqCYDM5XxZrh7i/QDyh8ap3vM2pBbm2OipRJbsRryB+i/\nMjJ0HvQ0XhvR1/rUfL1LvpbSquQ9hz1FA46F07cZeAMlwm/tIxnzYkLPRZFb\npxsqA10eZzd1ldEal4BCFOvKIFmbVEHF9S1nJaPbXtCb/TLl4GjMPxccjiD9\n5xru\r\n=IPxM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","es2015":"lib/h3core.js","engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"d11ab1da9a66f1731e3830c68a852dd9b34bd9a2","scripts":{"dist":"yarn run dist-clean && mkdir -p dist/out && buble -i lib -o dist/lib && cp out/libh3.js dist/out","lint":"eslint lib* test/*","test":"yarn run dist-test && yarn lint && yarn run test-es6 && yarn run test-dist && yarn run test-parity","cover":"istanbul cover -x out/*.js -- test/index.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-es6":"yarn run test-raw | faucet","test-raw":"node test/index.js","dist-test":"yarn run dist && buble -i test -o dist/test","test-dist":"node dist/test/index.js | faucet","benchmarks":"yarn run dist-test && node dist/test/benchmarks.js","dist-clean":"rm -rf dist","prepublish":"yarn run dist","test-parity":"node test/test-parity.js | faucet","benchmarks-es6":"node test/benchmarks.js","build-emscripten":"./.build-emscripten.sh"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.1.0","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"10.7.0","_hasShrinkwrap":false,"devDependencies":{"tape":"^4.8.0","buble":"^0.19.3","eslint":"^4.19.1","faucet":"0.0.1","istanbul":"^0.4.3","prettier":"^1.12.1","benchmark":"^2.1.4","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.0.2_1532630419380_0.44432260665685064","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"h3-js","version":"3.1.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"d.f.ellis@ieee.org"},"license":"Apache-2.0","_id":"h3-js@3.1.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"dist":{"shasum":"a47142eed83b7de5d27f6be026ed6fe3a9a67cb4","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.1.0.tgz","fileCount":18,"integrity":"sha512-ZGcM9nqNzFYiCNkpytagwK88u39RRpoGtYt1XJ3ZfKgo/iTUCofyqUX6kTN7ne9huE76DUPWBdjClmCqW88YBw==","signatures":[{"sig":"MEUCIFLinWEZ0tHHSI1AHCif8LzKM5FU8O8cV9DBmgmODKOnAiEArkqhzreudTKPHIcnQoEpv4gLEtAp3HZE2fNJieLg9DM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":434660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbcbniCRA9TVsSAnZWagAAlTYP/jJBb+DyxjXML0JhOS4t\n7NN4sTzwvqCZHG2ram05zfmLBqajdUsL4bO5oTIcJPZGH216N9SOGLMAx/hh\nH/swvsFqlKLUQyMJAGp0dDIBkP+6vGuhFDaOdFGxyUiV8zNJPN+Q86cmsnH+\n9lw/OkPfz0nVknFMpNoXEsSycUkce4MQBDdKVlqaquLRgQQeGyiH7u2pcXsz\nZVjen7xHfSaNhDEwwo+FkPix+YSo0OPGpm2mKfsTzQXeFQAM6D5wWENmT/ST\ndAJDFtZOGVfU0hsL6Gfx57WLAVwbCFAbZJkoIhOLtKpZT277zOP/c84Lcaj7\nreOSMo1f6XygpbmVXnaTj/sqv86JsVH1N0xQQTriPAo3EdqIqzlF7EvHPNnO\nKB/vpYggvdqTeZuW763wLLxdbSHOXKyMMzpPEP1ltrqd21xIsPEMxUMhgbGZ\nqJyxRxCl/4IQIUyP3fh5dyGAXNN0+FxoD1VsL2yV9vCXj0J0jivHpfnqoKei\nYq/c1g1gwblMv2d2LRoloJ5Dv1bg+iOwC+43Oz+vBT835By55GzbsRnFfdom\n6mxJOqzdnmLwPSrpWs0t0987IvuhidbeoJTXQfDJOGzM7u0m66bLoRcvo8cq\nIBcQALock2rb6CraqW3g5C+84dYzTh/YnWeyYmPYDYJvKlug2fJnUxTEPZA4\n3Hsh\r\n=ioPX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","es2015":"lib/h3core.js","engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"fb45185ddb43d009977cd52c3eee8eae87521f38","scripts":{"dist":"yarn run dist-clean && mkdir -p dist/out && buble -i lib -o dist/lib && cp out/libh3.js dist/out","lint":"eslint lib* test/*","test":"yarn run dist-test && yarn lint && yarn run test-es6 && yarn run test-dist && yarn run test-parity","cover":"istanbul cover -x out/*.js -- test/index.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-es6":"yarn run test-raw | faucet","test-raw":"node test/index.js","dist-test":"yarn run dist && buble -i test -o dist/test","test-dist":"node dist/test/index.js | faucet","benchmarks":"yarn run dist-test && node dist/test/benchmarks.js","dist-clean":"rm -rf dist","prepublish":"yarn run dist","init-docker":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.37.40-64bit bash","test-parity":"node test/test-parity.js | faucet","benchmarks-es6":"node test/benchmarks.js","build-emscripten":"docker exec -it emscripten bash .build-emscripten.sh"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.1.0","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"10.7.0","_hasShrinkwrap":false,"devDependencies":{"tape":"^4.8.0","buble":"^0.19.3","eslint":"^4.19.1","faucet":"0.0.1","istanbul":"^0.4.3","prettier":"^1.12.1","benchmark":"^2.1.4","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.1.0_1534179809934_0.9339664327415802","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"h3-js","version":"3.1.1","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"d.f.ellis@ieee.org"},"license":"Apache-2.0","_id":"h3-js@3.1.1","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"dist":{"shasum":"5e62994c46ee4053327cd437f4fde4fe3430bf3d","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.1.1.tgz","fileCount":20,"integrity":"sha512-PWWeCChMHBm3DunVyhs882x9oldXKTsS3VRR/hV5uz37LNE0m4+4hVFLaD3bm98ALPgI43AhzgaUFUuo9HdovA==","signatures":[{"sig":"MEUCIQDpm3/XgcEHKFtvTJIl8KKmTqeHdBMmMWS6eqAsiMZEcwIgZ10m+aSMIlGdj9kIG3irssLg7PSQb60bIhHErpw1M94=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":478974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbiIPKCRA9TVsSAnZWagAA6ZAQAJjO6KUYjGBArvE8twv4\nz+UZyJoEnuP5inhto4XVx4D0D2HXLwRitSn+Ca/Dh8zVHQQxpUSqsBpP4KRI\nfTm/9WjSqs8538p7mhUYShqbMZ8jNb02OpvO7QCEXUo5q63bOnsihfYEpyVJ\nj9VzdDYq+10bNW75IU5GBaKf5c0lJ+C7u5NOGLHhn9eBIjwFHPqN0S5xwcx3\nlj+PVlYqrXdn+fgUtV6mGczQm9Jgh5/ZqFSPDNYy2hPQHk1GlyP1K4mBJv2S\nx+mLVQGxrVmni1vlZwTfVph1C9dEYMkDgQ9wDINcsD8DjW2zI6O9oJKpxgcJ\nlxb6+P6szj2gfQ4kJ4IbPFWix6soB9lgTgWodpcRmR11hAD1cgvGXFy4k1o/\n23ZXXFz/QdByIU1TqhdqLO9uoMLFBNkWWO2T5kpewdpWK4g+BfAAOYoYNci9\nNnMvPeP3MvSYMYAM8irbi3pHJcBgo3l+xqbDeFGUsMrNuN7N+wsZQmT5EjsH\n/u/OuBUt0gfGzEpJER0HB1TscarxGh87092eLg8hBKvAtNsKN6hBsP947FK7\nmduBXVqiu8fOWXyID/fv6AxIXa1wB28NzUMVF2qWXkVl5VA0egaTx5t7Luv8\nueVF36OgHHxnNGQlEzpZ4HGoyG+c2NjlsyCTRKqlmNv5xp8oS/a2pbgwmGuf\nhVyT\r\n=XPcR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","es2015":"lib/h3core.js","engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"9a3ba8aba9f8cdb598b3ba831b15f02eda3e268a","scripts":{"dist":"yarn dist-clean && mkdir -p dist/out && buble -i lib -o dist/lib && cp out/libh3.js dist/out","lint":"eslint lib* test/*","test":"yarn dist-test && yarn lint && yarn test-es6 && yarn test-dist && yarn test-parity","cover":"istanbul cover -x out/*.js -- test/index.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-es6":"yarn test-raw | faucet","test-raw":"node test/index.js","dist-test":"yarn dist && buble -i test -o dist/test","test-dist":"node dist/test/index.js | faucet","benchmarks":"yarn dist-test && node dist/test/benchmarks.js","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","check-docs":"yarn build-docs && git diff --exit-code","dist-clean":"rm -rf dist","prepublish":"yarn dist","init-docker":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.37.40-64bit bash","test-parity":"node test/test-parity.js | faucet","benchmarks-es6":"node test/benchmarks.js","check-prettier":"yarn prettier && git diff --exit-code","build-emscripten":"docker exec -it emscripten bash .build-emscripten.sh"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.1.0","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"10.7.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"tape":"^4.8.0","buble":"^0.19.3","eslint":"^4.19.1","faucet":"0.0.1","istanbul":"^0.4.3","prettier":"^1.12.1","benchmark":"^2.1.4","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.1.1_1535673289524_0.09947802328834876","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"h3-js","version":"3.2.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"d.f.ellis@ieee.org"},"license":"Apache-2.0","_id":"h3-js@3.2.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"dist":{"shasum":"6711536fbb342827d0e3e99d0deaea724762edbf","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.2.0.tgz","fileCount":24,"integrity":"sha512-IetXL00Tq+f/9bUV8bPjx9VUA9oydMBbnPVJ35cZyqijS2Peou+fsuCCVUb7HhgGTHAKUrPjNBzBAbb3obFq/w==","signatures":[{"sig":"MEUCIQDk+oQhP06w1rsYlbW7ExAD8S2yhaXGIVY2qItdbBzdmgIgfPu63zrxmIHLBYT+M4qOu/HZdVNU+Ul9jx6sTsiGb70=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2ylYCRA9TVsSAnZWagAAOa0P/3aGzOs0LDyJ2aw/gHyb\nGVYNYaVeTAyMGPrsIi4ApJULZvGny5YAzPUCNy0N6nv3dkRxTqZbgTFlAxVU\nZnal+UuEYwRz0RbOl77LWToLXTQPyLZ9fcdVG916cjsKZk3W8DDVUEGkvwaj\nINTg3NFI7mUWLUab/NaIP8Z2SLKoCwyzjsuk7/MhZ3dzoIZuRo/Azuiqqg5N\n07wHaHdP6yuwgQIh4LQK6POiIVwHVUmMX9Ecu96MdTIbZGzvy9eGXMtYvy0O\nhssG5OhWo+uxIuVBm7NXph0XqdPP3TeJbPsqqONvSeZaPo8d1wGQi7oL5J0/\nVexikHiNbZCWUzG2OskUj4ekR91LGBToXBLEdUQZGbf3lSjDi9E3NjsSWDK3\nueGecQkDU1e9wqV3tOLufmKsbWzHGv0dy1hmqwzBpHwFZxWgyvwPJCkEvYeb\nzEo39ptjz1HgYFMlsHIQc5nWk8pQVWtJPaAV1y+ohvlzkt6a0sdhjupuvvUl\nPBQ/o+9RySDkoarsZ9ZQkOv2ejelhGIeAVSrsmTsaqzr7bRfAjs/hYEKQoTl\ngl4t0+jztV1AZjv3HN7bzwOh/J4aW9wsLvqiyGgJJWqJ9RdgY4pMRe3mOgL7\nLpRFdGSIZk12UpWtj8AlZjHAE2EVvYEkwQQ0FfpAPAs6ROt8rsPWHvxpbfWu\n9x40\r\n=+DVq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":".","es2015":"lib/h3core.js","_shasum":"6711536fbb342827d0e3e99d0deaea724762edbf","engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"e2cfaab42c8c7d07374a7a8542b02c96cf51beca","scripts":{"dist":"yarn dist-clean && mkdir -p dist/out && buble -i lib -o dist/lib && cp out/libh3.js dist/out","lint":"eslint lib* test/*","test":"yarn dist-test && yarn lint && yarn test-es6 && yarn test-dist && yarn test-parity","cover":"istanbul cover -x out/*.js -- test/index.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-es6":"yarn test-raw | faucet","test-raw":"node test/index.js","dist-test":"yarn dist && buble -i test -o dist/test","test-dist":"node dist/test/index.js | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","check-docs":"yarn build-docs && git diff --exit-code","dist-clean":"rm -rf dist","prepublish":"yarn dist","view-cover":"istanbul cover -x out/*.js --report=html -- test/index.js && open coverage/index.html","init-docker":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.37.40-64bit bash","test-parity":"node test/test-parity.js | faucet","benchmark-node":"yarn dist-benchmark && node dist/benchmark/node.js","check-prettier":"yarn prettier && git diff --exit-code","dist-benchmark":"yarn dist && buble -i benchmark -o dist/benchmark","build-emscripten":"docker exec -it emscripten bash .build-emscripten.sh","benchmark-browser":"yarn dist-benchmark && budo dist/benchmark/browser.js -t babelify --open --title 'h3-js benchmarks'"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"4.6.1","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"6.14.3","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"budo":"^11.5.0","tape":"^4.8.0","buble":"^0.19.3","eslint":"^4.19.1","faucet":"0.0.1","istanbul":"^0.4.3","prettier":"^1.12.1","benchmark":"^2.1.4","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.2.0_1541089623774_0.7540089206759708","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"h3-js","version":"3.3.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"isv.damocles@gmail.com"},"license":"Apache-2.0","_id":"h3-js@3.3.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"dist":{"shasum":"df68d029772a04ec0ec3e523a14f5a47dd5c7651","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.3.0.tgz","fileCount":24,"integrity":"sha512-Q5QIru1gWFqNpPqCVWbyXycTidHUx2ET/vYZIlkbmC/+2TYmeKqbNcYoD9OPz50mkSSR32uOJriNSFigQLdZNw==","signatures":[{"sig":"MEQCIG2DBB3d0GVjy9ZyCyh055DuNVJimqIebRuVtOzlPNddAiAcZDJx5UA9Eno7xuM+DTLct+wlNJ87G773b4lcCF5LrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":592226,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNT+xCRA9TVsSAnZWagAAgxsP/3FFEo3PRdjRvJB+pJmb\nDz99j/AbO5YDPk15KehSeedAz8O2A4lBdWIyiB6uq+3JEDPiGqOZm+tQdbZF\ndPxyoo0p64yzk+g10IUnkAGVspFlHRy6QWkDSEnlFv/pHnB0lnihGkJk7cen\noIYMU3fzgvZ4ERXWy9fll4B7US3oLWtYdjFqp3dOQNQYuaTgJ1YQ1LgfBJcR\n54zwyd/u10bm/+CBBGrRCYdlkbRc/wO3voc7f8+yyfLjntJfAzq18ExolTcD\nbolRffUeZeMkoxd/UqvL+kPdeWreAXEnhMVAhyQJfxVJlEn825gpjsjOi/fn\n3sAto4kLbM6yFWI8LeyEStue0CodPc1e5kbaKmu2naM5t4EFy1tIcwKCyvYa\nZnn7U+nKgGtKQqnGtIPm8cPRz4McFHPLW6tFucBywIFUKZn22JO6mH0mU9QK\n3KKQdbukU027NYeL5Wp12RqMsmP6IaLU8g2/VKNgomu/IIJSFIffzW8qR1SM\nvibXTtMrVStjV8kwu3Vq/3HTRkPMYk3qqrW9PIRjJ2XVgbE1INoveY+7aPDC\n/8m5bmkBU1ET2AzI0BN0HqIJsUlsyVAg8LUGMJGiRuJHbR8AIhwN4+2BUQWw\n6wF3xoT78/dIxsAQVxrEOQ/gntH6Hxqv8UY9+0NpAavcxFe5CJuBfLdWm8vB\nxdRp\r\n=P5iK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","es2015":"lib/h3core.js","engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"afb24f873c7d127aa10bcbb6cd45ad0bee072aa6","scripts":{"dist":"yarn dist-clean && mkdir -p dist/out && buble -i lib -o dist/lib && cp out/libh3.js dist/out","lint":"eslint lib* test/*","test":"yarn dist-test && yarn lint && yarn test-es6 && yarn test-dist && yarn test-parity","cover":"istanbul cover -x out/*.js -- test/index.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-es6":"yarn test-raw | faucet","test-raw":"node test/index.js","dist-test":"yarn dist && buble -i test -o dist/test","test-dist":"node dist/test/index.js | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","check-docs":"yarn build-docs && git diff --exit-code","dist-clean":"rm -rf dist","prepublish":"yarn dist","view-cover":"istanbul cover -x out/*.js --report=html -- test/index.js && open coverage/index.html","init-docker":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.21-64bit bash","test-parity":"node test/test-parity.js | faucet","benchmark-node":"yarn dist-benchmark && node dist/benchmark/node.js","check-prettier":"yarn prettier && git diff --exit-code","dist-benchmark":"yarn dist && buble -i benchmark -o dist/benchmark","build-emscripten":"docker exec -it emscripten bash .build-emscripten.sh","benchmark-browser":"yarn dist-benchmark && budo dist/benchmark/browser.js -t babelify --open --title 'h3-js benchmarks'"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.4.1","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"8.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"budo":"^11.5.0","tape":"^4.8.0","buble":"^0.19.3","eslint":"^4.19.1","faucet":"0.0.1","istanbul":"^0.4.3","prettier":"^1.12.1","benchmark":"^2.1.4","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.3.0_1546993584630_0.2247164736327112","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"h3-js","version":"3.4.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"isv.damocles@gmail.com"},"license":"Apache-2.0","_id":"h3-js@3.4.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"dist":{"shasum":"03ed458141c8a9d7feaff1c4f5fe9395fe2f12df","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.4.0.tgz","fileCount":22,"integrity":"sha512-hm/cLnCTDGF3sqaZsK99L7sA6XTARbpNgAcpvkP33yS3uhwTfiJKs5WsY8NbveyR0JMvu3AzerBsvhvwq8DqiA==","signatures":[{"sig":"MEUCIQCR4ZYOp/paMibjnjUgfuXroNcLoTj8frVbR2P+7AdCvAIgdMZAfWxWcJis78gtTu6oeGPEDyAfG3HjgdHOln4QDqw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":576709,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSmdBCRA9TVsSAnZWagAAnQMP/3NY5/uUtF3CSo4Hz1/A\nW5L/cGnhQsfZrLKKy045eKmPzr/vxh2niQr+edW0Fxi2AgaW1tEf4g2wqrWL\n0rkG2vntSjfgG8HEREE9VIrJQ7YZaA4kldS/SBy+b5naWB1030P4Y27mhewV\nN2Ogkd7MsgCmeAXoGG7fxCbpf4k03fXtxvSIv4nVzwL7Nc/t1rUfmQkjXqYy\nLnNSKZ5NVW/z4Lrgxhfzm3QoC9Qr4+aHpgSUWto78+Fl72UHscO4rMrwuTTH\nDHsQero1BDJO95R54PPPHxVgaeTIoI/G49au1/qbbccq1Jks+fZTod+0CcV5\nxzn7vgfCE4tyoiws2WfZm+jwBy+Fc+4sTJvFxb8TRqmCSTOtqXj+KFxCI2wM\nrJaGF5w59WxN0WrbQQaWf6vrmAH8ovhxMi64h+SI03lpU9kcZyyde4T3jAnz\nx3if3OKt0xezqwKoPCXh6ZBRtpBWsdg0rQ7CHHly0vwu065KoI7rHhAMM/yN\nmzNzh1zHwsSgMyaXjJX72DbSXfOCTuMSX5XuDTT7xE2iGVa4+YKDKRa/r8nJ\nud72il2VlGc4+1gOcqiqtHAd1u0xF+P6qAv+5ANX3krJj3fRi8bnxHKJrS0Y\n9Apfz38BggUSNIJVfO++hk5tpPDiusBA9zM2gj8dFiI9Nm9FIjmAYw3p4bZt\nGVBd\r\n=nG+r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","es2015":"lib/h3core.js","engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"d2d387990e247c23de6964f317d8689d982247fb","scripts":{"dist":"yarn dist-clean && mkdir -p dist/out && buble -i lib -o dist/lib && cp out/libh3.js dist/out","lint":"eslint lib* test/*","test":"yarn dist-test && yarn lint && yarn test-es6 && yarn test-dist && yarn test-parity","cover":"istanbul cover -x out/*.js -- test/index.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-es6":"yarn test-raw | faucet","test-raw":"node test/index.js","dist-test":"yarn dist && buble -i test -o dist/test","test-dist":"node dist/test/index.js | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","check-docs":"yarn build-docs && git diff --exit-code","dist-clean":"rm -rf dist","prepublish":"yarn dist","view-cover":"istanbul cover -x out/*.js --report=html -- test/index.js && open coverage/index.html","init-docker":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.21-64bit bash","test-parity":"node test/test-parity.js | faucet","benchmark-node":"yarn dist-benchmark && node dist/benchmark/node.js","check-prettier":"yarn prettier && git diff --exit-code","dist-benchmark":"yarn dist && buble -i benchmark -o dist/benchmark","build-emscripten":"docker exec -it emscripten bash .build-emscripten.sh","benchmark-browser":"yarn dist-benchmark && budo dist/benchmark/browser.js -t babelify --open --title 'h3-js benchmarks'"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.4.1","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"8.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"budo":"^11.5.0","tape":"^4.8.0","buble":"^0.19.3","eslint":"^4.19.1","faucet":"0.0.1","istanbul":"^0.4.3","prettier":"^1.12.1","benchmark":"^2.1.4","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.4.0_1548379968090_0.38077255276476785","host":"s3://npm-registry-packages"}},"3.4.1":{"name":"h3-js","version":"3.4.1","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"isv.damocles@gmail.com"},"license":"Apache-2.0","_id":"h3-js@3.4.1","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"dist":{"shasum":"5a1b8006311220b1c202f466bb59e4a10ac65497","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.4.1.tgz","fileCount":22,"integrity":"sha512-4H5cA+/pp8gqHt9XgqMX9Kah18pFKsgbxxV8VN/eT0adyzX7LChZPM4hTX6gPXfto+fT1otceWcutHP+cz8Y1w==","signatures":[{"sig":"MEUCIEkmtWg9YLNC6ydpmDhh5DnsTQj7gf2a8fUq5oRH8tyxAiEA5hN2W0twtVVpUbpUI/V5K7VIrjCjhVCbj3f/BPdQ0UY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":573542,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcS33FCRA9TVsSAnZWagAACucP/RydRWE9X8e21i1k3MI0\nimQ03djLC2LcV8dpIitCnOfsLF4bGrNxnvuTxHibQCkHfh9prShYdUDk+n5k\nHcdaq7oh07Q7eC2P1Y15I3VatqQB0xdK1hoHIyS6iBKncytHLl2yIMp8h4AC\niuuwdlcJ8uNo690Fi82cW2MOEdUWz20CwR7apGciuFdzyj103sxBMz7eeOfL\nw0SL/jZIGOFKmYJPImFQegPUXufdi7vanJCr+G2MRMmxf216pkQX2AXcxzvU\n6MRp2bWcIPEw1mTOt6f8jUGnF/hwQQwRNL1Xcq55VYaoz4hFSI5dV158/P4n\nbXUHsRlh9oB7TVHkaFt0a9NQKxcvXsc+Mxbu3dOE2i3cHVMjBS0d54AdQbkg\nyP8ndq9NW4MK+DaTwrJkODySqb+wB54D9FQczltPX5b7ToC07FewDvxkLyjt\nRIcmWgNUe/sZyqq8DJyoK8/Y+FmOB8SIpqgCRykRXtnEEBEeu85L6L5wkmMQ\nrHNTJpTYZQZ1oWcGVjS3JxWT4gxy2R6wISftd7EJZV1WPKQ7wGyFfXKdKIuu\nST9guxnCD7rJLlyqGc8cr6maH3h5m7EBBo9fcn9efJMVeIPrYu2uX6JW5Pp1\nIXpM3I1skbxC7h30C3BK6mmWpF0KEzdsKeDTmIWOUWFLOWoGuOpkfDW2V7iy\nRPYv\r\n=tkYH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","es2015":"lib/h3core.js","engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"5f07884918585bfab0e9566daf72d3e098d109b1","scripts":{"dist":"yarn dist-clean && mkdir -p dist/out && buble -i lib -o dist/lib && cp out/libh3.js dist/out","lint":"eslint lib* test/*","test":"yarn dist-test && yarn lint && yarn test-es6 && yarn test-dist && yarn test-parity","cover":"istanbul cover -x out/*.js -- test/index.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-es6":"yarn test-raw | faucet","test-raw":"node test/index.js","dist-test":"yarn dist && buble -i test -o dist/test","test-dist":"node dist/test/index.js | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","check-docs":"yarn build-docs && git diff --exit-code","dist-clean":"rm -rf dist","prepublish":"yarn dist","view-cover":"istanbul cover -x out/*.js --report=html -- test/index.js && open coverage/index.html","init-docker":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.25-64bit bash","test-parity":"node test/test-parity.js | faucet","benchmark-node":"yarn dist-benchmark && node dist/benchmark/node.js","check-prettier":"yarn prettier && git diff --exit-code","dist-benchmark":"yarn dist && buble -i benchmark -o dist/benchmark","build-emscripten":"docker exec -it emscripten bash .build-emscripten.sh","benchmark-browser":"yarn dist-benchmark && budo dist/benchmark/browser.js -t babelify --open --title 'h3-js benchmarks'"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.4.1","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"8.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"budo":"^11.5.0","tape":"^4.8.0","buble":"^0.19.3","eslint":"^4.19.1","faucet":"0.0.1","istanbul":"^0.4.3","prettier":"^1.12.1","benchmark":"^2.1.4","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.4.1_1548451268741_0.14596510351939385","host":"s3://npm-registry-packages"}},"3.4.2":{"name":"h3-js","version":"3.4.2","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"isv.damocles@gmail.com"},"license":"Apache-2.0","_id":"h3-js@3.4.2","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"dist":{"shasum":"1cceab6944a801cc0617a03d8e477d1e6d849753","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.4.2.tgz","fileCount":22,"integrity":"sha512-ljo2lvf+h0BKmdVg4bS027YJa023/SM/aFKO5pJuvLMwvMMGEWc7dwffoiPuH49ayECdEyIZRtMkDz0jiFXK0Q==","signatures":[{"sig":"MEUCIQD6MDLeRCre1r5Lu6s06KkSfRI9egUsfciQ690QbRmxHgIgFCxYFJpr6oQQ7KsBdxDPCQVb4Fth7QBsMlz4HId6HbQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":573660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXe6xCRA9TVsSAnZWagAAscoP/2drtW54IsESnXt8Qxe+\n+PSUX6KS9m+lhMvSQ9dL9IJcneFN/i+y95R7T9Mg2ZaoLj93v9tAPiLJn/DO\nxtdU4Lcw3mI4tWB7ZU4SzJq1Lw0K1dmsWMqt5reDr7KdBejKUlshIHHzfil2\nnftKNLU1xSe4mVSoR+wGY95/EnIubd8uPZq7kyWlvXAipUQErf0wBC4nHlWZ\naOe8sNJRO1LhMar0mOFALKgmUsapUqw6qAzP6WS3qC4foYmlrWqaYkJyifK6\ntLqDh8R82GviJLortoQQANGTLO0Ls60HlEluhzoiSoe6Kb6pwKRGw+Xy8k+h\n11ZuvC+gztA7MfGFEigIUQi/CRSabtFyiNcDv2RHabonHyDlQXobFeA9emWg\ndrA/9+WhqGFU/AOHej43t9ELeM/3ATz0fGGKKmR+XTrauT5uFosgBqkcVwVN\neCpzQIbWPGK+bz4TJeLtyrENh74zLV5ojpoELCt3WP2Y9RTQKaAmmuHKKdoj\naLYXAOVpH+/QPxEMaKJTwSA/qCVFyWYBlkWWco0rwzElsmByA2Zkdrp05QgZ\nh5Ch0qKZsTlgg7sBkAENQG8zBiZQrxT4hV6YpMz+JyzD7cYWtYD/FXNJeeiQ\n/tQpNc+rv+LVqO35DAl8Jp5vdRLGdCEEd+tqsQX/Rhwig1ruPaPrq38U6ziy\n/0jR\r\n=6Kfo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","es2015":"lib/h3core.js","engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"6327c25fb52c327175ab08f6df5c8236b625f175","scripts":{"dist":"yarn dist-clean && mkdir -p dist/out && buble -i lib -o dist/lib && cp out/libh3.js dist/out","lint":"eslint lib* test/*","test":"yarn dist-test && yarn lint && yarn test-es6 && yarn test-dist && yarn test-parity","cover":"istanbul cover -x out/*.js -- test/index.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-es6":"yarn test-raw | faucet","test-raw":"node test/index.js","dist-test":"yarn dist && buble -i test -o dist/test","test-dist":"node dist/test/index.js | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","check-docs":"yarn build-docs && git diff --exit-code","dist-clean":"rm -rf dist","prepublish":"yarn dist","view-cover":"istanbul cover -x out/*.js --report=html -- test/index.js && open coverage/index.html","init-docker":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.25-64bit bash","test-parity":"node test/test-parity.js | faucet","benchmark-node":"yarn dist-benchmark && node dist/benchmark/node.js","check-prettier":"yarn prettier && git diff --exit-code","dist-benchmark":"yarn dist && buble -i benchmark -o dist/benchmark","build-emscripten":"docker exec -it emscripten bash .build-emscripten.sh","benchmark-browser":"yarn dist-benchmark && budo dist/benchmark/browser.js -t babelify --open --title 'h3-js benchmarks'"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.4.1","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"8.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"budo":"^11.5.0","tape":"^4.8.0","buble":"^0.19.3","eslint":"^4.19.1","faucet":"0.0.1","istanbul":"^0.4.3","prettier":"^1.12.1","benchmark":"^2.1.4","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.4.2_1549659824998_0.8976195035275187","host":"s3://npm-registry-packages"}},"3.4.3":{"name":"h3-js","version":"3.4.3","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"isv.damocles@gmail.com"},"license":"Apache-2.0","_id":"h3-js@3.4.3","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"7a9fe281fbd962c56954aab3955032ae08ceb241","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.4.3.tgz","fileCount":33,"integrity":"sha512-rr+kkErW7DqDlFN1KikjjDEurQxaPb0dJHpcijSzr+/WDjMYK7F9/Qr412HNSG5BkbG8XXK9CbPHVjDI85GYUA==","signatures":[{"sig":"MEUCIQDi4oMfaWy4Pm9Fcv2dZ5SM6eiG38MXYxIk4+D/DgSWDgIgHxRLvyMXnm+8Lmqz4kte/EeOg9+1f5fbgdNbsde3Acg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4789803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcosKjCRA9TVsSAnZWagAAz+cP/2Ibbu8C4BF/8BQrLsxd\nOQyAdzj/cHFsGh7Cfxie5VfD00JJ+u3aNu0G6aKmHjFvLLCp1UqljVw7DhEu\npIvyV1pPJQ4XfblgLgxzaz1uA6yt62pmUs1gXYAPsi6dL6l4i4lXnG3dZkca\nfeOSrgannXOHT9HiQXeVCwW1ByVl4JBk7/CLEOSuN21wjR0pHXG2lQLQ28XX\nw/ADW3PF2pDv9yd0dhcdObdNsCNvgrAiHbws7GAcCnhNINEvkhDSqO90egWi\n43ZslKAfe0jJWkqgNjoxwhAiMlsPGYIgLTJO1uvcl9wulHeNFcCZZ6nKWAs+\n2efqC2m9oBsELtLOJpWFQ6bpqyfHl1A1HFqtrRl1Ut/j0JNolAE+NTq32lC2\nXcNjV1u2ZasH9PZCPVBkgTP+boka1yL8atE4lj+T9uoqDMxs7iHbxXF+SYOS\niDAJ+gT/t858t2Pn7JeZYq+ftQA0hk7C4xkdoM3dZgiXnxQubYI6IxYGh8IV\niM2t803noAHCtZqhzav6bSKyX0Lja08roXy4LN5h4Uj3zcG1ikGEbvndhZ6V\ntQNXRjAx2Oacla+9u6lPmP7NJ4VhD7MenGR5f7vtxtcu1W66ZP89ZR5wpNCa\nJ8Avja3y3oJCSYUX0baZ0r4Pc3eBImF6VyBck/Yv0JPRH96YA5rgsMVMHIDh\nt1Je\r\n=paus\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","unpkg":"dist/h3-js.umd.js","es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"2a5200107b9e942289981ef4212df98b3bd8dd52","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast","cover":"yarn rollup-test && nyc --clean node dist/test.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","bundle-es":"microbundle --format=es --no-compress","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.29-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec -it emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.4.1","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"8.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"git://github.com/istanbuljs/nyc.git#1f6c3d4a2bd74e3fada35eb029ec9fb6b480e99e","budo":"^11.5.0","tape":"^4.8.0","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","microbundle":"^0.11.0","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.4.3_1554170530760_0.1850510384791535","host":"s3://npm-registry-packages"}},"3.5.0":{"name":"h3-js","version":"3.5.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"David Ellis","email":"isv.damocles@gmail.com"},"license":"Apache-2.0","_id":"h3-js@3.5.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"Nick Rabinowitz","email":"nickr@uber.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"db2a708e2ef5da3bb01f2e40a862ef92692ab2b0","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.5.0.tgz","fileCount":34,"integrity":"sha512-islEo18dWW8Zfot8o0MSVf4tq+XNyVI5nL15rXwsZHbTmI/kqITZYLkLjEoEs6Vbj4Jdye8cd4EePMjMWfo29w==","signatures":[{"sig":"MEUCIFpcqlWFdq7WjzgZ3RHx1uB+p9BgRbC3gA4bwOoP91aTAiEAvn+NwKMdpCdmLuzoyPLxuwQ71ypGVQva5zoAndLTbCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4921150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOJtACRA9TVsSAnZWagAAZC8QAJyN4LF04Fuwkm0S8oPu\nksTqMVUa9oSdjYCGH2386Rmcic+R4VmpjVfN7f4GpjxuAfIqBcGhdFZ11/2p\nsCqtqIJtS1K07vYTt+25J48FSz2hnwMroP6eC3tsUzR4WHh0GgCvhTnqcAiL\n1qSoQYa/qEO1ghTf5SxH0Usmox1EZOFnn4AZnzlCAD0cF3Lx7H8+OT6ruhri\n7vljDVpMHlTxv87uigXdHIEry4Js814LGiCPWsoAE4Nq2ugDUReYd8IOSSRA\nzra3FT3SpnsGaN2t+A5fN0Uc2r6BGSyEe7YuED1de13GrwyFv71gNwXQ0Ogp\nPZJ2vOt+7hLzQF7uvZSuH/45i+SJCrOD2HMuJir3SoGzLvXntLHIapzXZEk8\nAqI5YbIJwmDTonUKbeDvT4cdIJIGAjxVLgPDEP4t8YTY2aXa6LGZ9pW/obaR\n3JHjGwKTvPtpQHraKo8he3XUqueD+GX4JLNaAECsA9Ri9kL+bBjIuwqST/wL\nsH/ZuwUGTVDpTybfk0S+AWB9JgJJMLr+EsD/iQmzZmj6kIfDz7tFMAxzaQZ8\nZcL5kS5ET47kpK45WLyVlXqqaGYz1EnJj2qnuTgLdkvceBD+uLwLBEF9Kgzf\n59TPU0ioxoanczHOYgDzRllARNuu4LwOf/vCVvAJDiwgXMSqrVEbyT/IbUaF\nDEw3\r\n=tvIp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"c5f653f300eee3f3c2f7aebcfd59812e24f40170","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast","cover":"yarn rollup-test && nyc --clean node dist/test.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","bundle-es":"microbundle --format=es --no-compress","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.29-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec -it emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.4.1","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"_nodeVersion":"8.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^4.8.0","jsdoc":"~3.5.5","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.3.1","microbundle":"^0.11.0","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.5.0_1563990846946_0.8519085811135136","host":"s3://npm-registry-packages"}},"3.6.0":{"name":"h3-js","version":"3.6.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@3.6.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"6bb74eb36d4e4620599c468e45add1d25f230867","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.6.0.tgz","fileCount":33,"integrity":"sha512-VuvPfJoJniGkrRypZRvMlaj3HKdSpSbLJzQA2RB3Sxv+vHfrfJEKSRWBenUyGnSGavAOxoo7w8tjfulx9M4e+w==","signatures":[{"sig":"MEQCICXFWxWUAyW8yoH5d7FuXzeI6CL/2t3RB219zSZW+glZAiB5lm+0cSITvtjfYzZxTuWDlhqhCFhPIkXaG2yqyAN4+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4714607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdetJ3CRA9TVsSAnZWagAAc9cP/2Gx9NhapXX5D7enYbbP\nxgFkNuaDd1TcYTztWmTzYx5aMjWRHWAyREYsXfduAWVS/LAwnHy6ZaGnQE6r\nUo4pZj3j3gUii14g/OBSfT18s5BW3byi5/lxgpP8VvKeVIULoQzYtydDGfvh\nLTOMVmzuRY1Wf65N8gwoQvuuKLh4yXOJbtZdHDkzHJ1NR1vlKJ577//hT3Ok\n9MU5hBOHvUsZp0cnChXUPEtNx8OaNGoTDzteYkZH2TG6mVqflfwYBR2L/dpR\n1KyfSi/uvG/pXYDsVY3d2CiNhx5wIwPz3hvwTJcTfJvuQOzwPQU14Bv57J05\nY+ULzAj/GE47r40shlgdxRK70Y918HngwinfgbWHvK/Zo+aITzEkYEgDhWSX\njBVj1A46nN8i3ArychePPi6HypgnJEMgh4d20swbn1Ab4yAcouUTundK/S9R\nghRJJ7M8/KvE9Yj/5PUi9lYtbmOimJQwy8hY7cd3b09xa+Vjgm9OxOOSdhau\ndJ6YcXW4ijKLdykho31DXknbXr5fhOTtjb416KI4xj1TUB+gHSaBiMUFaBqh\nJqQS/X9s0xDW6eNWDo+uyV+X5iPOVTg3uje0jZRHjNhLpwLfMy/RlJz/Od4M\npGASIUbL0YmW8zAH64H2pCgPFEml6Hgn+ljKz99LfOlbCv9F5UhsiZUwz9Yn\nG2IZ\r\n=FGmR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.17.0"},"gitHead":"001167fcd1b7aa81c936170a4bef5d87c3aaf75b","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast","cover":"yarn rollup-test && nyc --clean node dist/test.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec -it emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.9.0","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"resolutions":{"ws":"3.3.3","lodash":"4.17.15","js-yaml":"3.13.1"},"_nodeVersion":"10.16.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^4.8.0","jsdoc":"~3.5.5","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.3.1","typescript":"^3.6.3","microbundle":"^0.11.0","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.6.0_1568330358790_0.5667564957982716","host":"s3://npm-registry-packages"}},"3.6.1":{"name":"h3-js","version":"3.6.1","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@3.6.1","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"81ee5c2ba2d35889648dfa0b5c92fcf3f7bacd80","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.6.1.tgz","fileCount":33,"integrity":"sha512-KsZzS7ozL4V4AQTit4mBx6KcxsJrV5ffWJtvmpG6crpwIb0iuwkwbMbEm5Ftve94qVx12LcfMWbeHK6LdMTGCw==","signatures":[{"sig":"MEYCIQCR5JQTmMxOEaeJEGorxDcfmszH7oP1UaK8/bXofL1yeQIhAIWxhXK2enlerTHA8DbhU2LMyD74PyUSNS2WsD6v58t6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4714684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhBPyCRA9TVsSAnZWagAABLYP/3hjbgm1YjfZwuP32h/9\nomuMaz5Zx8RFslm/FYY8VYeEp4JKbhbXobOJTeRCCp5IWTpJavWqx5dB41Xp\n6gCKZsl13uj0sIuxztI/3BlDuNiD4KVtQLuHmEpYtN5fhIJbYHB1lWhWw2EW\nIkjnFbtMzLmfkFPhKvF/7YS3y7kwWlVIPpIYMYFq1ck+VybGqSgvm/EuExRK\nmGyTV35dek+9s82kf+LwiwHmwTcOfva5fbiqzvOxVkF7xXilkJjGWU/DxyGQ\n8h19GRKBGFS5ovkusPnUUgYi6daszRLZDsJodqBM7S2CIDTa0FYY+ZiTYZ0w\nEvlwet9ZGkXnnipAXs0ppasynEgbge1K1KMtgyJshUNhUk/Pjba2b3Cm2aHJ\n4fj3JuH4nO8TKsT6VyCaEBRyo0s3C9ORPMH2s5GlP3c7utks33W0t2q/TIaW\nrP/dNjLuPWg1aN9rVkOcpr3ttklkaCVotL3uYVqaBSZ8RbbUivIBILkW8CVY\n2sQ4qogr3Ta+s//ZG583I7EYQjPE3vfkPF9Zb6ri5IoYp1oQhozL1wnPHuO7\n9irqeG5UJ9ryrnl2duRi2NHdTmWJVQ+M3lsBe0TD6sWwEhYubH74MuV+cAVq\nlverz0PYctqDPuZiYew5IWHQ/fD512IPd4sxwf8gPVryWQrsslnPP7dHo1U+\nft3j\r\n=XTjj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"2052689949ce9bc266027fed7e8ea726524a9b0a","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast","cover":"yarn rollup-test && nyc --clean node dist/test.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec -it emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.9.0","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"resolutions":{"ws":"3.3.3","lodash":"4.17.15","js-yaml":"3.13.1"},"_nodeVersion":"10.16.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^4.8.0","jsdoc":"~3.5.5","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.3.1","typescript":"^3.6.3","microbundle":"^0.11.0","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.6.1_1568936945528_0.5954177407793138","host":"s3://npm-registry-packages"}},"3.6.2":{"name":"h3-js","version":"3.6.2","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@3.6.2","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"2b5c863a0c09407f80dbcd62ef37a7d55079d42b","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.6.2.tgz","fileCount":34,"integrity":"sha512-zAt28N+kQnq/pL0MZbAoVw03BUAxNd123NCGtZbpC9B5DLwhqn9zlKt6yqMGPHX7+A3mKYpf5Pp2FT4ymrnnOA==","signatures":[{"sig":"MEYCIQC7vLVgDTg9dJInHxFDqxKKJV4Ci4lNNvoWQZvIH+YrFQIhAK+H5on6qEqQJTcz7vm20whe0v0siRNlOR9rpf/ahCkt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5146318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdybzzCRA9TVsSAnZWagAAIKsP/0d2Tuay5SfMOH+pMWOe\n1g1tr+9e8Hn0wArsg1LsHCucCyrrG0kJr8zU+XDJyEL8QGXe+MQfdTE8xVPs\nrSWzR23v44GUEUyj80N+nGnLh6DjPEKxsdgjVm495tnkkvfQp7th/MCdzNNl\nxVaKot8ngT4n/nJpyoV9ak0timaMuD15mOGPQYBv1AxqVrfYNe09q8IYqEDA\nx5f7+uBx103tu9q4jbdcqUVCWe7Ssw6GhrUkdHGUGdfj+pzQoUShRYV6hBNe\nS0lA16tnPhay3kMU/L0KQPLin4NLm27foDJC/DO8DRM4JJEYkX3Fc1o8yoiW\nSjHlvN61xva5l9SGtItPiNtfgQhhXaGIc9UtbILme0rufIi3ltOb/3gZyJFe\niNT9AK+Ixs9dOjO1p8jjnWcoUHiE5Er+SIEUzwhvMXl9d3vM9G0ENkSbSd4C\nAQjVBS1fum8PXeKBEk7tIKq4YQ5GPf2n+cB69FvcvqxJcom9KNk3HYKl12a4\nJX0RKfN0pDSxLeCVgh2bVY8UZ6/nv36EGNGpFHVaOvmDxnq/yz5k8izrtmfQ\nwxL7KuC+JyJiKUbSIi9JdObyUcIvLtveBMUk3EysO0URIDG9nr9Kr5U3qTr1\nwubnPL0EczLEnabaPtIsLSjIOSTeT6Hi2xT+us4JJ24RhK+Nlp5LJXe4xbkM\nh5/R\r\n=2QzQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"56fb0b129b054acf30d46ed9b182fbe60870536f","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast","cover":"yarn rollup-test && nyc --clean node dist/test.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec -it emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.4.1","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"resolutions":{"ws":"3.3.3","lodash":"4.17.15","js-yaml":"3.13.1"},"_nodeVersion":"8.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^4.8.0","jsdoc":"~3.5.5","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.3.1","typescript":"^3.6.3","microbundle":"^0.11.0","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.6.2_1573502194514_0.7771836351490125","host":"s3://npm-registry-packages"}},"3.6.3":{"name":"h3-js","version":"3.6.3","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@3.6.3","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"74807ddafc39f2e34688c6fc4cf225248c891c6c","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.6.3.tgz","fileCount":34,"integrity":"sha512-sSfUD4WrqKDoGsGjeY/ih2kbl/HqunGzdAr4NL8Q1qHSAyGMvev3jABbsMvK9wJGmnGuGhIzgxX9kCbUsYcnwg==","signatures":[{"sig":"MEQCICLjqL6lKszF4ujF1qnmtbIyiAusQWQazAVSJuTf4vyuAiBejWT6cepCN2GV5IQqX0N0VNn3fktth/jZaSfyc/2o2Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5012422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8DiKCRA9TVsSAnZWagAAR8MP/iCCHA5mfGVfXSqKKNS6\nIazE31qTHKOq/MFdYYD65f2h9Vr32PPjkdfUFUNgtZVxdNL9g4B2WxCwJ/ti\nZWJNejtosF3DzDIR3wzFRBqtB9/Xln+LzeLhoCEIQliIoi4nCpt4A9DFy3CG\npKqJZJiRwF+8g1WrqDFAIfjLgcZNBJ/eJ6mzPazBzpgOGmhZ5IHZHOdbQ2Fw\n1yyIirOFWMtCSrGd3F6lDM+S8WKFgF68JuWaPaFMcB0sk/9mFJJlbvEcBvne\nEgZjGXB6wDtF2W9s+laEjhfY8oq98BJ1qNZSuFCTMEx90QjDf0My5S+zBEvV\nIFhD0pccpF6sLlw8Q7JJbxluB1sp2nUvWHvYH6e+CYmkcIKd9lcf6GCBNy80\nyYFCc35X67mQB6KLruzzrZn5v1NSi9Fb0DuQtus2RtNJkKuxaQHp3R3eYY1n\n6K8uDruBO9pKQGQzCNO2uykDoNQPW4/OoFO4DXxQweT1KQo+3+eEmxtwoNF4\nZrLHiqTTOoxPiyFOh7jRVwB5FULfNj4dmNbYX/Ldrp30oW7X4vvuW6RL4HWu\njqONXNY5QkSNt6O2O8RY/PXsHMY6fU1kUsRws7mzntlpUHXvU3HtUj5juyNW\npMq0GOZ69arsx4ICVqCZh+rq8sak6iVywjoJuNSfYzNG0mTufxCmR60Ls8E8\n1Irv\r\n=419L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"dcabada6fe6a1763c98841ee51b6c68fe36d5ed8","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast","cover":"yarn rollup-test && nyc --clean node dist/test.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec -it emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.4.1","description":"Emscripten transpiled libh3 'bindings' for Node/Web JS","directories":{},"resolutions":{"ws":"3.3.3","lodash":"4.17.15","js-yaml":"3.13.1"},"_nodeVersion":"8.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^4.8.0","jsdoc":"~3.5.5","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.3.1","typescript":"^3.6.3","microbundle":"^0.11.0","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.6.3_1576024202275_0.41481384409034483","host":"s3://npm-registry-packages"}},"3.6.4":{"name":"h3-js","version":"3.6.4","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@3.6.4","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"eb14f63a1fe1efec04194266271ec0af9c021566","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.6.4.tgz","fileCount":34,"integrity":"sha512-wMu0Y+vdh4xx2WT1jqy4QDBgJupjBfHsGaMtMsFocdZdIsfxLFufzjGcmReOSfKQ+twRO2XjXAmDY9h1nq99EA==","signatures":[{"sig":"MEYCIQDm96P3TpjA6iz8Vpy17c3HV72OdCOnTN0d4f3yx37s9QIhAO3DwOTAO/uljSvwCeSAKciHGO7dVJJ9vZAQF0rAkvPS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5180767,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/mBHCRA9TVsSAnZWagAA/+kP/0CRR4cj11T1We/Cj0xJ\noDgWsXZWvM1dHUr5EDDyptbAelqkaWEbUQLJfEVseH3iUeRmfODV5LS7kgyB\n5mSFaSRpLasKs37Yi06apAete8XAH5EvSmVFGMwRHjPhC6esGK7HBfH7KSRD\ny97InVLBgfOg0Gg29dAa4mADqHoYC642MGAB4OfZlSdHmV9lDHN2YOetNd60\n+n+qdtv3qkflCPHsoV7QDIjxNqoEzd4LxHTc2O2Qr5I0Wyf1f0AvhVzjFAIh\nFOcICvTFmzkys+7Hc8aOZ1JMaJv4qCzoKVHmW980AON6CK7OvW3oNQW97GeJ\nYc/jcPcplfDMZGbxpgM1N+J9t80SgFRAcswvrF+f0dGgaSQkyS+RVgkrTIHo\niB5be3STMAi0nazLcaUOrNfyNnfSY7/GywyeqUC4xxjwAM+FUmTV25IGMBy0\nqJatDh1VVoWT5zX5BHDUK4PYRUM0cunvN0d30LIXHR3oWoDzHm7YCyYLDJOG\nEPzGRbiAQ5YMp9uNwYvcb5RCS/LUkvnDrs+lBaV3kvyMoA73ZfpTKBCXK+cA\nJQnyvEMwhtLIm0vI+XFMn5LNkqypR5XQdggcGLagJr/bGBe39mWgCkF1xe3P\nos1ZJufBWSx6a8ztiWDIFU0kCRVlE8/1la83yfqi6bEu+gkwk4XEXKAY7cHo\nIY3G\r\n=f0mC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"4ecd47cd1cbb4deba42732a4e13cbb2bd327da71","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast","cover":"yarn rollup-test && nyc --clean node dist/test.js","prettier":"prettier --write --single-quote --no-bracket-spacing --print-width=100 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec -it emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.4.1","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","lodash":"4.17.15","js-yaml":"3.13.1"},"_nodeVersion":"8.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^4.8.0","jsdoc":"~3.5.5","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.3.1","typescript":"^3.6.3","microbundle":"^0.11.0","jsdoc-to-markdown":"^4.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.6.4_1593729094505_0.9708698686284052","host":"s3://npm-registry-packages"}},"3.7.0":{"name":"h3-js","version":"3.7.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@3.7.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"f0ff5563ae04ce448cbe6b8573d9796a6c97f5ad","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.7.0.tgz","fileCount":33,"integrity":"sha512-EcH/qGU4khZsAEG39Uu8MvaCing0JFcuoe3K4Xmg5MofDIu1cNJl7z2AQS8ggvXGxboiLJqsGirhEqFKdd2gAA==","signatures":[{"sig":"MEQCIEQm1t4LgqRgM+vhORn80Lqo1K1824iBNyNOzCnd9R5XAiBuN8KLg9a/tmYiSzBhUDfNsZKCMSEFzbkrR6xSfY7/GQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5150808,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiLKJCRA9TVsSAnZWagAArQ4P/3yuCIJb0wL/XMn9kjEf\ngNh6tJ8q2NFPagc4TmXceCAECCoXYqRbsqB9tSo2m7ePDcdMPd9Mr+DdniDZ\n9p1s2g56mZWWtCXFVb6B32NEsE6E4DCAnamxTPknvPZ1vRTk1amU/O1q2/Ld\nmogiy6U5wgRRfuYUSg2bstmD/ofDb9sJ2vjpAkRppogQNur3M+x/tmFedQOj\nBdv8wcRnkoalitA3Gy2YAT8IPoUT6WUShznaZOd2Kuyj1N+I9yw7dtrCtaB2\nxQgHIcS1aL2MbKE1wRXbmu/vQndFaXgKz4Kul0KU5XV2I07JGaXy3Qal7YhZ\nCM8VX/zb3e1lR08s1jnGBt5NwF4GTPO9E/uPfkdFj9oThUwioiIwVwmfNWcI\nBtc70iYbS4rPLWbYjbr291ymKExo7QxQlpaPL7IiRy4f9RK2k1xESoszIR48\ntb748cwwJFVeTzAdzVjAUtqABCWSjV3/23RMnl7KxN1whAz44gNpJK8NDEwB\nSaM9jFCjJ7jgY/BNaEd2XRIxb1O44ZxWccTNUFdNlXkVfUdBZExEQoPxQt+D\nNvBB5w/8dA76XMOsQ0iacfPFQ/nHdBwttkOJvoRVDjRrtYwxVJEWdh4AnD4l\nv/G6d85MtrznJIFtrl3GTUy6UrRLK4VHiVTY+LQ5mmPjszU4AMDdFi8MVnSm\nyyFJ\r\n=e64H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"8ec0fb37855a4cb0e111a05c2e9ddbaaa4dedcd3","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast","cover":"yarn rollup-test && nyc --clean node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec -it emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"12.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^4.8.0","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.3.1","typescript":"^3.6.3","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.7.0_1602794120802_0.37831992036950535","host":"s3://npm-registry-packages"}},"3.7.1":{"name":"h3-js","version":"3.7.1","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@3.7.1","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"cb80092fd917c182c5025c2590ac093f52906edb","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.7.1.tgz","fileCount":33,"integrity":"sha512-EManlaXSd8BKiuw7hnkg4grpzEjvf+aGkw33upVrO+iGenPHz+tVurgx5ZMTVBSV8lkbSUm44tHrs5biX7UTlQ==","signatures":[{"sig":"MEUCIQDBN+il1ZoX3lXe94/BnTRElj5vezL4EnjYVmei4RJgjgIgd6GgZ5mwks7hrd6jcx7PBdUi+/FhYxeCFBlyd6OgXNY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5154974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSWCgCRA9TVsSAnZWagAAKE4P/RAtvRVqpm4mjINK4uf+\nx8h7iM2r6UYghliCpDjmiaCTDLAhVYXpnlT+iArQRzfomp7fFxyZMcVTVjVo\nBDYIHzrWRNMt8SVTm/gT+8eTNQooIbULFlBvA9dNVHvSPwCTHHH7HD9S0Hpx\nkpjq3hlm88ebEr3p2/AvalZbSdjog3TLq9utr+rR2h0DFb5ON9sSqtq0lOBk\n41JLif/h1f06oa3yfFxW1sX7HEYEZ0mN9vBE9j+gTNcubHAlCrSEQixDKRrE\nDxqIwbMw0QZ6pT6CPBxSfI2Jyn+bCwm3/lqpaZPPkAYfG/JWfMnz8H4chGRU\n2QGL4U751H+jquyBi2RsCKFqLdVenv0fYYcmX1ypZ3q1CN10KJxJrqhh0J07\nQY3Pt3JX2nZkQyoWAEz+dN4MyoVFcwD/lKER+ZF3pAHb6cvfIGZAEULnlbjp\nWK+8TiqmcMEUUi+zhhdGMXSdUfpB2dTlRzzDmRb89UB0seDfWidpojUpNpkt\no8mwfyNUl0bzqaBPVHpE0fXthJiixLRxvV1d8nRlUgouKBioAFtIsZmMkS8V\n2yqb/w246zlLXXXQMWlYNyVFOP6RhqP5MQbHLgxG1fAmyXNDP0M+W8Q/ksEr\n5ZGfMhqGyiDqW8JMtHDX5kzDvjDgAvVFLcUuqb80dEDa5ZOKM0nx7atYCYPQ\nFVJG\r\n=miVP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"d7b75a07f974c867fce5c5b783f48e640c31983e","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast","cover":"yarn rollup-test && nyc --clean node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec -it emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"12.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^4.8.0","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.3.1","typescript":"^3.6.3","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.7.1_1615421599905_0.33087105178587506","host":"s3://npm-registry-packages"}},"3.7.2":{"name":"h3-js","version":"3.7.2","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@3.7.2","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"61d4feb7bb42868ca9cdb2d5cf9d9dda94f9e5a3","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-3.7.2.tgz","fileCount":33,"integrity":"sha512-LPjlHSwB9zQZrMqKloCZmmmt3yZzIK7nqPcXqwU93zT3TtYG6jP4tZBzAPouxut7lLjdFbMQ75wRBiKfpsnY7w==","signatures":[{"sig":"MEQCIEUT+MW9Tk2aoiEsKamO+DnYL1pk4ZRT+H0R3OAwjP5xAiAHsOzmYT1FBSnplgGWhDmotnecfCIOaFRIaG+Q9iQqzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5161773,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgivV3CRA9TVsSAnZWagAAStkP/Rok2oCaVFd+FtjLEuxs\n9eODVXDeCSlNhZQdXjAN87p2OSDYO4P7CLySC0UvShhUzA1sX16a+SfXCOhj\n2i5kvcqVz1UZAJLkiveqoBzoE+PKaIMtHz4aDdCStdvte4t9Uf9QthIlPrKC\nFpZcIQl1+zznanP9qiftngX/0aggGumghNjfxtFUu3Y/pnWkzj9UDWcPTb+1\nvzeRiqFOQBRRtY+yXRATAHnxaWaBZp4/5hVJOFFwfwCgg34lunngYohF98am\n8Smh5IHiUuI3PffgtAaoreMBFRnv5hDjZfeF92u/jkWayUGPe8FL3ZsJ2Bvg\nO2fWemvmI/8sClz+m72rZayVbTXvSxmlabJqk4ya1xkpyk6X3RkohYZ8wPnN\nEsh0R+LJXJwZX9l9uUwRYU0Ezw37TkLwJV4dJpVNIqnVskThNbIfWn+dxu5b\nBi+LPAo+DpPuaIZp7D4lWf8OnkTQLRBXWiBC/Cp/oQro7tnP4LInF8Lt9JPZ\nYI1KLtfPIaprdlzgRm5jakMLNFly/eRNBj4+SXP+Xbt+jVgbwNPet85zLhrv\nGLzhpPbOOcj1WVpQGnOli6a6XCDiaj5tEyY3R6wp0yz6A/NTXeQSlG3+3n8+\nkAkR8N8puVNjMH2NHep9fy7dEqGj/ySLaYt4q5wvOU9RT6n/eUIIl+y27298\nmyuG\r\n=I8sV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"44639ddcaf7e30e471f5e99e2efaf4bb1d4a4d2d","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast","cover":"yarn rollup-test && nyc --clean node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec -it emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"12.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^4.8.0","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.3.1","typescript":"^3.6.3","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_3.7.2_1619719543083_0.8687413798605623","host":"s3://npm-registry-packages"}},"4.0.0-rc1":{"name":"h3-js","version":"4.0.0-rc1","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@4.0.0-rc1","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"7a2fb11240e6bf1354bd45565fc328fadd727fc5","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-4.0.0-rc1.tgz","fileCount":35,"integrity":"sha512-aI1SUJOzkekQgQT9TfieAn+BcXCS3lPvh8Ht22OKE8/XkoQY9u/D3fmjiv5hQGaOSPmnMowva/LA6Tk+L5g45w==","signatures":[{"sig":"MEYCIQDYBllfNoz4yK2yTE4P4uxhrUBhS2EswFJc6n2/sNpBQAIhAKlvjI/Mcz5pOEk00q/nFW2pXQhoZ3Avic62nXthVwE5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5679135,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4yfpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZjg//dSrK9zfKKC92dd99mkzJKnrXtQEId4WJ7IJ2NtyEKcbPQRfv\r\nMHVhQU1qIFqvwK9AEEWzLWWQ7dBrS14a+3UXa63d/KB8FpEfqbhUFwecCuAV\r\nnf70P0nI4oaXPGkX3Geo7HGtXiBJgzbuIGWtwIw/VUAJkXZ4t1A6+qXVVK4O\r\nT3tluVLPc/nBgfsdvPfp3PTlxQfxOcpYnLWbDMHKnZAYCgSHZf+1C57EFXTM\r\n0JsplXlpgOwq+p7m8iasloVwsx96geEEQlxxrbjomYoVBa1U2RfEsdnC67oR\r\n66vd3ApFyDTTEmd1kFNuflUpVURVKvCK3h1A+lLsz4suebaOyb9KALJNNxl5\r\nefa4nm5uPb/P/uL3t4EjeqVgItdLl/nKxAdL1OSUmaVzxKIQhymMSCzr21iP\r\nLxhF1dKYi2XjYuF4iBnzDEBJVGMBVWHwOB/S8S1f4Sp5+Xff5N08Ml3v4NGl\r\nsd48kYnJ4phPwy/EnFf/pmcEWcCVs7jOzz5sL0ovYxsQLT7/zzIndFrDJ5IM\r\nI7JnljXlYlv/VVUJZYjwpOZWplSanjuVJumOFG5t9JKe9HcVy72Fo3Vgl+I8\r\nNn7VQEnkdw5Km54C7UXZMoXkd/6wji7qriDhLtmNUw1rQHqcZE7DuxcWnbz4\r\nittNRNt3s9tEC1wmEEsu3Q2nXOnohctLj4Y=\r\n=E4NO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"15ff61079bf4c595425378feb1ea15b4bbd05c12","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast","cover":"yarn rollup-test && nyc --clean --reporter=lcov --reporter=text node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"12.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^5.5.3","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.3.1","typescript":"^3.6.3","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_4.0.0-rc1_1659054057107_0.08124919557699051","host":"s3://npm-registry-packages"}},"4.0.0-rc2":{"name":"h3-js","version":"4.0.0-rc2","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@4.0.0-rc2","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"980d454afc1abaa403e2bf3840d59e05a0e2916c","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-4.0.0-rc2.tgz","fileCount":32,"integrity":"sha512-GZocHwMxbD9Ez/QP6uItxAyeC4JReLRqmlta7VhekbR7s7X+kLkpuH4LualrZ76jPVr38VziaY2Wm+GPsnO1Vw==","signatures":[{"sig":"MEQCIC1k6Qq4fyDbrTVvo305PvwdGEYpNZB5w3/edjfz9aA2AiArZ+9dCePqSVkXXjEDJXcOAFxadiMnHBVA2//veaVZuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5876465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9SLvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXmg//TuQ0UMi3WDyCTzgQ3zJkGklcpiOYsMbHOs9mjqKZwOjOEd7Z\r\ntmshzk07huuwP4WY5w4q3Cz+CGQ9TGu1voQ7EZRBnW87zVOiMn/bF2RnovcF\r\nlHUAZMdDooN1TECYSppGO07YjzCt48ZyNEQ3Z4hXKzbhUy880kxMlTXbH9dl\r\ncTRIoerld3yCEYkorZqy1lJ8zjAyowjKnU1aCmM4izcNhK1oINcbcci5y61T\r\nmw4k7eW79lq/nP2YtulTB/PRKpkScBT7c07Tb2AXcyDpCzLpg7l1//iDtCrx\r\n/TNJftgApqlz1KXz/gH7pEptcSCowAIgiy1D1iCPTx4EPIanlFIHDBs9+6Yp\r\n6ayjbCNWXX506XOPmj+kNUHCtDIE8Bn3VmgJZZK8SGNg1pDWvDgTS8HHNW5h\r\nozP7LMw0G2QXNbrmPaCwy4Bg1RqEVdBQfs4UNIlpaNWNhwX36xT8H1eA+GRR\r\nX68YHQMvBhQpQflsq+s4/aX/tPCi9JRJcne4Tlh+t8AB+wRLJN6MRss6aveN\r\nVvz38HAcV6CA5uXuFvP56kHiBArhJPIWhUlEUTPjQidK4Z5CbMv7JjFp0Eyx\r\nWyxtHuCJpBPth8Qjaf3zL7UxygjcEEICIf86fr/x4LxoBYAdpf57hrxFRQic\r\nczJKB6yU1TZ9vtHlczd5r3poJ+MGovc8XdM=\r\n=iKEl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"5adbab6b4dc37ac1fbd469c177f8bc8695235018","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-legacy && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast && yarn test-legacy","cover":"yarn rollup-test && nyc --clean --reporter=lcov --reporter=text node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"yarn build-tsd-core && yarn build-tsd-legacy","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js lib/errors.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","test-legacy":"node test/legacy.spec.js | faucet","build-legacy":"node scripts/build-legacy-api.js","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","build-tsd-core":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","build-tsd-legacy":"node scripts/build-legacy-types.js","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"12.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^5.5.3","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.5.0","typescript":"^3.6.3","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_4.0.0-rc2_1660232431490_0.36289067321351176","host":"s3://npm-registry-packages"}},"4.0.0-rc3":{"name":"h3-js","version":"4.0.0-rc3","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@4.0.0-rc3","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"bd6c496b7bb3b5e5bad7fe5192d9763411fec5e9","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-4.0.0-rc3.tgz","fileCount":32,"integrity":"sha512-OcoPiaMLYp8XXJGxO22BDPHYcWMs6rNIkXbp+7O5evcPGDwfwIhi/LTpSPtAlxAEgcIyKSh7q/TZjlnnGnjsVw==","signatures":[{"sig":"MEUCIQCZAI06WXg/rbKICqxD1m9t/YUkGKvGaYNFyK5Co5KR/wIgGHZfHaVLawhqfLwD+YIp4VXwx3z4lZnDz1PEGedvKW8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5545150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9XTTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8Zw//cl1NA6mWDHA1LAmwe1APf0GIZF70EfOssV7zKX1VAgF4NqAY\r\nUhNGPfdL/nYWr2Wt98PfUuGOvoIuKuGMQ9TbF5hnkmCVL9A0herPapXpZn2F\r\nyhTF2yUygu798nMoldy2Xl8PSVQLw86aETIqXBktobfvV6vg+0+/t9uBbCp1\r\ntdR+7WWMJkZwRLDLc3lozRBsI3yR+e7WSQMXjaFWH2OIXkxMNJVWY1ajuCq8\r\n9eCzikmynyAnst36QSi7Xkph/SJtC86ozYOj2r291T1NoAIYh2Mz+S0eAsbM\r\n5xDiRwohtHPBujZlIbO05cc2YwlgS43GbAGS62vm0ajzCZpVptSGWSIup+NV\r\no7WgAIBBZTD3P25ZdDIKHPpaEgpkuH1jyWAt5t8qkYVQa+jMx+Wrdop0P4fI\r\n3crySJNcokM0W8tKEq0Tymk09EHHcwUtTAXHkP1UVf0d7jGxis9BNU/THHcD\r\nHjIwXCccwG3tN8wSdonsk5VVlBkppNgsP4+KqAI5bdLOx0p781fS56P23rRY\r\nINAWFEsVbURoUydGmWfAtzRztx/SRIKnEPCf8khpFCyJ9phgcsyero4573gW\r\n711wF3ZyEANf/wiA5AXoQ4MRoDFiQ+mqTesZWcuDbLOfr8Sbdem8GsZvDjLv\r\nqBgEUibFlHJt0BzrZzUu1Z/gzvaORJ+121w=\r\n=p9QE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"b5fedaabea45963156880c9076e005ee3d137487","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-legacy && yarn build-tsd","lint":"eslint lib* test/*","test":"yarn lint && yarn test-fast && yarn test-legacy","cover":"yarn rollup-test && nyc --clean --reporter=lcov --reporter=text node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"yarn build-tsd-core && yarn build-tsd-legacy","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js lib/errors.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","test-legacy":"node test/legacy.spec.js | faucet","build-legacy":"node scripts/build-legacy-api.js","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","build-tsd-core":"jsdoc -t node_modules/tsd-jsdoc/dist -d console lib/h3core.js | sed 's/\"h3\"/\"h3-js\"/g' > dist/types.d.ts","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist && git diff --exit-code","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","build-tsd-legacy":"node scripts/build-legacy-types.js","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"12.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^5.5.3","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","tsd-jsdoc":"^2.5.0","typescript":"^3.6.3","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_4.0.0-rc3_1660253395193_0.4963923364934375","host":"s3://npm-registry-packages"}},"4.0.0-rc4":{"name":"h3-js","version":"4.0.0-rc4","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@4.0.0-rc4","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"68e36028e5b1479eec537ae29361cb3abf700c0b","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-4.0.0-rc4.tgz","fileCount":33,"integrity":"sha512-XQMSONWnbHvt8Yz7Jc2+3RCiT92UjQmZuZk6s+YbJzp61wGvMMpzyP5SJoyrMOCPX8IkC755YA9ffWsGNs2HoA==","signatures":[{"sig":"MEYCIQCOnoPdRMOa9U+QmIibotLqoVlhNeCIeLnyXFtNF8nwOAIhAMgBQqG6RW8VQUkYpJid2D00bIQtpJxfhD55sf3mSvzJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5593341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBAt3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLGxAAgnpvs/ChiPUsN4K8P5ZmKQOTkO/qIPE91m31L5ZPLQREyIcJ\r\n0+/k9od3jh9YyO+JbCBYDIg6tQVXlpLoBLk6FjoCS9L4Dxi0S/nRh41RAZxt\r\nkaFH6Z4YgQC36dw5Qs3908uZEXdYF1aqfGno52hZUGSbR0zOL7HkUFpYdmVM\r\nuEJLbsLZTb9dh8mX4gNV8mVhaKJq+rMIoAEtSf0u0m3J3XPRGCJvjzW+/6hQ\r\nhcyRvijt/vJP3qkpdXMJEZKAC0svS5vBWpWfKsg2SZTNVrI/AUkoC5/f1Xes\r\n+DSGQMjSj/jxJRCo9O0cuBXSBJjcZolunQVwZVHClwwQ2OW959EjdZnjZYK0\r\nL4LdWwflJKqgZI48dDqFFaJYLsgRaLx6FYBLjjQgMj6KB13qh2YtQHMHzXLT\r\nN878Vwt1RUxPCUTa1fzJIM+cXv3++TqV7sMwmtMho5pleh2LddT/xg2S7I53\r\nzQlcUyYUAPD7xBH/16Y4kW4YLWu6Nslq9kRdfNHhyLCoJ/ZAsidFaFSRyZ5+\r\nSsd1ht3Jqkr6RVHxSpEzWYe3J9Uy2OFfPstpkG8bDPQiGeQbyclRb/uA9GsL\r\nbAKYIwMmpqXRPRdnSZaoC5bXRrpmH9RducGZ7qlmSLGcqcEuTFrsfEoxpvRp\r\nGSOJjZ/DO6J0FRd30AW/DFTAGfLLaJQnKNM=\r\n=/SXh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"d7c526e1ea41aba91f6562bdd8e21acc5562687a","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-legacy && yarn build-tsd","lint":"tsc --noEmit && eslint lib* test/*","test":"yarn lint && yarn && yarn test-fast && yarn test-legacy","cover":"yarn rollup-test && nyc --clean --reporter=lcov --reporter=text node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"yarn build-tsd-core && yarn build-tsd-legacy","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts && tsc --strict --noEmit dist/legacy-types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js lib/errors.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","test-legacy":"node test/legacy.spec.js | faucet","build-legacy":"node scripts/build-legacy-api.js","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","build-tsd-core":"tsc lib/h3core.js --noResolve --skipLibCheck --allowJs --declaration --emitDeclarationOnly --outFile dist/types.d.ts && bash scripts/postprocess-types.sh","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist && git diff --exit-code","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","build-tsd-legacy":"node scripts/build-legacy-types.js","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"12.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^5.5.3","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","typescript":"^4.7.4","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_4.0.0-rc4_1661209462908_0.7124244119424468","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"h3-js","version":"4.0.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@4.0.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"f55efb89f4608014146f3839d1d01d7a2767b3ba","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-4.0.0.tgz","fileCount":33,"integrity":"sha512-zIx1NIflzkQ6Jw0tzVOba1wkJvZ/uwVHnuOrgK6VGFzsWdM/QUC3h2ALk2RizyxSNAi0UibmftniyfVK3BVf7A==","signatures":[{"sig":"MEUCIG5rO+uyqxB5f96VLjd7ilnKmfHwXbrCLRMD5ZnWZ/qvAiEAhoQdXL37VEWeSbvy1Gkkmsefni4QOROGiBbzWUwXAYc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5594074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBQM1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/zw/9EDM1YNXJQuzUhlICm+9PFaRg9WDouTf8TTUTSU45EaUKDwY1\r\nzzx9zxYzvwHyRi2iMmqk5pelzm2ig5EC3IwdGj630BuhfYMvAVPvjT9ZWX2Z\r\nR5nar6VUw2oQynwxVxv3OJjc7/G4MA3ry+Bug7trGPSZg/t8HzZEXa7/3Lff\r\nAVtyF12MfXUPOOBe0nFtBVUtZiTAncptCyGhy/pqyHL4phEp85bNDB734dKk\r\nh2b7oP3THep3o6eiDCvKaijIlKU3HK0BGLmscTEwa1Oqemf1H1FvzPqlmWqp\r\n5sLgDSLQ7kGE7Hfqx0Gl9ccRYJDE6Rb53Jd5etZoey+2AA+2FT8U8ZanBAy/\r\njDRjVR/rQbHeAwyjKLeolvlxG1UBp3lVjTzuwRzxhXfFRTTgeCxsGH0xUbv9\r\njrZs0OiaLD1XJxReRc4IN+qUbHXOfmuZt5MXWCReN70X5Humq/qKHH6DaKHh\r\ng+nXRElHEMKcy8Zh09hE0fiJHV9GFN1fhwL9rnz8LMfWQgvaAOA01P2T4wFh\r\n1Ty5NgEKnt9QVN+s5lLcVQXNwCvQRv9gLj1yd+Y3g4gEsyDULYI4d8Nef4aP\r\nPiDRkYSN5NpKwDEmMWn+2WQsaIRTGGKzoC0ntHSLMkW7NAUKCpGX2jKJlPWU\r\n20smH8v9yd3LansRenyWmolH+IKb1E5HvuI=\r\n=qiqb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"1219408530fdf571d94e37144dd0132365227e8e","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-legacy && yarn build-tsd","lint":"tsc --noEmit && eslint lib* test/*","test":"yarn lint && yarn && yarn test-fast && yarn test-legacy","cover":"yarn rollup-test && nyc --clean --reporter=lcov --reporter=text node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"yarn build-tsd-core && yarn build-tsd-legacy","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts && tsc --strict --noEmit dist/legacy-types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js lib/errors.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","test-legacy":"node test/legacy.spec.js | faucet","build-legacy":"node scripts/build-legacy-api.js","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","build-tsd-core":"tsc lib/h3core.js --noResolve --skipLibCheck --allowJs --declaration --emitDeclarationOnly --outFile dist/types.d.ts && bash scripts/postprocess-types.sh","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist && git diff --exit-code","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","build-tsd-legacy":"node scripts/build-legacy-types.js","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"12.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^5.5.3","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","typescript":"^4.7.4","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_4.0.0_1661272885401_0.3026709451315661","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"h3-js","version":"4.0.1","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@4.0.1","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"3146307b7c669a82059664ef54c73fa264fce6f2","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-4.0.1.tgz","fileCount":33,"integrity":"sha512-cZvkHAorS4QG5/t1XyWS6hnBFn2oKh/oDbl+nIMsbZfRfm1KP2robxH6cdVvYSr9gzwL02zAGUm5fGYw/VqCww==","signatures":[{"sig":"MEUCIDyJ50rVzhKk5aJHzSYo3/VacbKi1zKdVc1QoOFOvX1aAiEAxSocfnP0KVMJToz4Xipo0FySFxNHyk3bYD+3NH603U8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5598811,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKMDGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqhHQ//S1e7sza7BuBnrQAbxg0bJvvA4Cz+PZPad1JnlFKRdnFMMo7v\r\nkMypDl+9riB4jmDyFtko63zppugB1/czBwqHZO4+a7sXNNNrwolBxYmun5FQ\r\nyeYtGkqmM8KFUS2dGnZcMdGDSqVgsZKT57/MN6q09Tox0JZLi1dg+5sSaYXj\r\nvCv3xMyPIIff/yIMvE1i/Lmp13KHuAuW/DXDBcoU/H+DJqjaRrQylRn5gQUO\r\nBmlVGmNCwEgECITjQ0AjQuDgGDbsTrxuG407wZCVchqFfHKFctTMvQdZjaCm\r\nPxKbNiGNAFl9vXyp55JK1VAkZ4gkyqNQItHTTpPFU6AGA1XobY54fij6ogQx\r\n9F7hNycT3kDEt2SxqL4k25zoQKIycnCruLdY+Mh4QByPXFZONabQFcw31ZTr\r\nZN1PIyOxu/Ybs/ypO+8E+cxGcSs5dtFnEKsS2OJPnbnI5Oh86HrEiGPU9oGH\r\nS2fcKPS3spa78gIxmrBz+yh+5GZeRurlYErE8BdRxKiYNN9MPIuZFczH4O0u\r\n15bjiubAeXgqaemzyr/N7+RSykHeUUp8bDCBn75tkSkxhh83MJ3tmX/srG9v\r\nd7kLHr4Syhhd6NWdhSfSu6eZIcX6o/MyPCT/hip7FlKbNrMLM+QeAketdy7s\r\nRsU0r7PjGTZPSfZCojT+l1lAp1p1SasLDFU=\r\n=3PrD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"34ca0486479a4bee117ab4cdd92f9f8eb244b676","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-legacy && yarn build-tsd","lint":"tsc --noEmit && eslint lib* test/*","test":"yarn lint && yarn && yarn test-fast && yarn test-legacy","cover":"yarn rollup-test && nyc --clean --reporter=lcov --reporter=text node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"yarn build-tsd-core && yarn build-tsd-legacy","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts && tsc --strict --noEmit dist/legacy-types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js lib/errors.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","test-legacy":"node test/legacy.spec.js | faucet","build-legacy":"node scripts/build-legacy-api.js","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","build-tsd-core":"tsc lib/h3core.js --noResolve --skipLibCheck --allowJs --declaration --emitDeclarationOnly --outFile dist/types.d.ts && bash scripts/postprocess-types.sh","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist && git diff --exit-code","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","build-tsd-legacy":"node scripts/build-legacy-types.js","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"12.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^5.5.3","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","typescript":"^4.7.4","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_4.0.1_1663615174146_0.018646105136873814","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"h3-js","version":"4.1.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@4.1.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"f8c4a8ad36612489a954f1a0bb3f4b7657d364e5","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-4.1.0.tgz","fileCount":33,"integrity":"sha512-LQhmMl1dRQQjMXPzJc7MpZ/CqPOWWuAvVEoVJM9n/s7vHypj+c3Pd5rLQCkAsOgAoAYKbNCsYFE++LF7MvSfCQ==","signatures":[{"sig":"MEYCIQC8OwXtm3KVmMsanySDeK6xeYhiE2ciKCHdz9E9e88rWgIhALal89V4iT0mn05DITiPpojq22aPw5AlYoQ34eYGdFV+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5910140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjye6lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2Vg//Vwd2UWAWMiURr6g/Z01JhC9h7VzAmVyv7XUQIIozb7fMHvf5\r\nUnWtw6s/5Uda3VHJJSfK+ODbzqtzMnF6OEJrzP5qZPLvjdxGrYYFQOKfvtIr\r\nw5jqsDTgB7ZiC1yuaPn4oClRCxQGhkD6g0gJA2eoSSevbtoOoa7IpjNdQMiU\r\n/eRJDznaHle5utCw9MeLppqFpsk3GB0GaPAjjm5+9tCZneUIPXrnYCKNaNrx\r\n7/7PhlC/499RnovcHk4TtrfJZvmsfs2Vqbk5cID9DtqbGg5IjZ3D84h73Wq/\r\nuuQ+TcqgJpURej+b9G6bA1icbICxFkGISHeLe27SKBbKe/RiPYL1BZMJnaeX\r\nz4KDD/qzU7T7O9sb671JeorrHBPRRKdMR3f2ttfEKwg+/6TK/yZN6zwrnu6M\r\nrGU+MyT0grvFTlnd9iAJ7B0VBNke3VpuIuH4xZmWQn4yhZkB6l8wJ6LYYOM4\r\nHLNHeIQ5DvYix8gK7D9PZXcCl1UAq5BL9jGUyFewXeITu+KiZMpR1LVs0G7J\r\nfYGWqrqK3cCgTOnE+45WnX6hm8+/EhF/LDTag3AGoXckFbxW2MiNgwIMYHTh\r\nR/gZczWrxlU8/7n9t/B1oDAEMpcyV5xvUAOQmAAWE2FROOm9d4QHf0r7ptcO\r\nFKMTT+R3+RIDICZ+t7gEPb+CHsx74jZClmg=\r\n=b58X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"10b5b1d4c9668ee1f68a4378b8b2b61679644483","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-legacy && yarn build-tsd","lint":"tsc --noEmit && eslint lib* test/*","test":"yarn lint && yarn && yarn test-fast && yarn test-legacy","cover":"yarn rollup-test && nyc --clean --reporter=lcov --reporter=text node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"yarn build-tsd-core && yarn build-tsd-legacy","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts && tsc --strict --noEmit dist/legacy-types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js lib/errors.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","test-legacy":"node test/legacy.spec.js | faucet","build-legacy":"node scripts/build-legacy-api.js","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","build-tsd-core":"tsc lib/h3core.js --noResolve --skipLibCheck --allowJs --declaration --emitDeclarationOnly --outFile dist/types.d.ts && bash scripts/postprocess-types.sh","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist && git diff --exit-code","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","build-tsd-legacy":"node scripts/build-legacy-types.js","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"6.14.8","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"12.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^5.5.3","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^1.7.0","prettier":"^1.12.1","benchmark":"^2.1.4","typescript":"^4.7.4","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_4.1.0_1674178213662_0.648306345412853","host":"s3://npm-registry-packages"}},"4.2.1":{"name":"h3-js","version":"4.2.1","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@4.2.1","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},{"name":"isaacbrodsky","email":"isaac@isaacbrodsky.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"},{"name":"Isaac Brodsky","email":"isaac@isaacbrodsky.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"dbd598c80a0b3aa1070a2c75d745855bf3c8ac4c","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-4.2.1.tgz","fileCount":33,"integrity":"sha512-HYiUrq5qTRFqMuQu3jEHqxXLk1zsSJiby9Lja/k42wHjabZG7tN9rOuzT/PEFf+Wa7rsnHLMHRWIu0mgcJ0ewQ==","signatures":[{"sig":"MEUCIDupiFdC0iEEMh6IKBjiEACHrcC87AqvsbNR0YM8K1NRAiEAzcXat1mewb9399Hbs8dLGuhKML8oPZ6RaGlQ4p+yGmQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":6550643},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"175ea415d26eae85659a58e25993b0479454f194","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-legacy && yarn build-tsd","lint":"tsc --noEmit && eslint lib* test/*","test":"yarn lint && yarn && yarn test-fast && yarn test-legacy","cover":"yarn rollup-test && nyc --clean --reporter=lcov --reporter=text node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"yarn build-tsd-core && yarn build-tsd-legacy","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts && tsc --strict --noEmit dist/legacy-types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js lib/errors.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src:Z trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","test-legacy":"node test/legacy.spec.js | faucet","build-legacy":"node scripts/build-legacy-api.js","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","build-tsd-core":"tsc lib/h3core.js --noResolve --skipLibCheck --allowJs --declaration --emitDeclarationOnly --outFile dist/types.d.ts && bash scripts/postprocess-types.sh","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist && git diff --exit-code","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","build-tsd-legacy":"node scripts/build-legacy-types.js","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"10.8.3","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"22.9.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^5.5.3","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^2.79.2","prettier":"^1.12.1","benchmark":"^2.1.4","typescript":"^4.7.4","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","@types/markdown-it":"14.1.2","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_4.2.1_1743724039537_0.22572712843199194","host":"s3://npm-registry-packages-npm-production"}},"4.3.0":{"name":"h3-js","version":"4.3.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@4.3.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},{"name":"isaacbrodsky","email":"isaac@isaacbrodsky.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"},{"name":"Isaac Brodsky","email":"isaac@isaacbrodsky.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"d8705d50f1bf241cad90075498f168d4a6ab933f","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-4.3.0.tgz","fileCount":33,"integrity":"sha512-zgvyHZz5bEKeuyYGh0bF9/kYSxJ2SqroopkXHqKnD3lfjaZawcxulcI9nWbNC54gakl/2eObRLHWueTf1iLSaA==","signatures":[{"sig":"MEQCIDHD1MptLGRqy0tPLz5H9bl+T4BkCjgg/0yS85qIdEEeAiAUL6naM6pxP4BX910FQsFQUdX+KwWVsv1zsSTde6GZ9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":6595567},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"e1be8a532797145a61b505dfe94089e68a76b49b","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-legacy && yarn build-tsd","lint":"tsc --noEmit && eslint lib* test/*","test":"yarn lint && yarn && yarn test-fast && yarn test-legacy","cover":"yarn rollup-test && nyc --clean --reporter=lcov --reporter=text node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"yarn build-tsd-core && yarn build-tsd-legacy","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts && tsc --strict --noEmit dist/legacy-types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js lib/errors.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src:Z trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","test-legacy":"node test/legacy.spec.js | faucet","build-legacy":"node scripts/build-legacy-api.js","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","build-tsd-core":"tsc lib/h3core.js --noResolve --skipLibCheck --allowJs --declaration --emitDeclarationOnly --outFile dist/types.d.ts && bash scripts/postprocess-types.sh","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist && git diff --exit-code","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","build-tsd-legacy":"node scripts/build-legacy-types.js","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"10.9.2","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"23.11.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^5.5.3","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^2.79.2","prettier":"^1.12.1","benchmark":"^2.1.4","typescript":"^4.7.4","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","@types/markdown-it":"14.1.2","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_4.3.0_1755819594302_0.6248681848535376","host":"s3://npm-registry-packages-npm-production"}},"4.4.0":{"name":"h3-js","version":"4.4.0","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","_id":"h3-js@4.4.0","maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},{"name":"isaacbrodsky","email":"isaac@isaacbrodsky.com"}],"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"},{"name":"Isaac Brodsky","email":"isaac@isaacbrodsky.com"}],"homepage":"https://github.com/uber/h3-js#readme","bugs":{"url":"https://github.com/uber/h3-js/issues"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dist":{"shasum":"858586205d49fc2b164df8e2d1ab855565ee9e81","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-4.4.0.tgz","fileCount":33,"integrity":"sha512-DvJh07MhGgY2KcC4OeZc8SSyA+ZXpdvoh6uCzGpoKvWtZxJB+g6VXXC1+eWYkaMIsLz7J/ErhOalHCpcs1KYog==","signatures":[{"sig":"MEQCIBAtf5ENXgeJshMnmZzBYOY7v5Vvg1dzXqUwUP9WZAfdAiAJPE14n0uWE9xygJqpFGuu3vAUMYFV/J3tCePe4QIpIA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":6689376},"main":"dist/h3-js.js","types":"dist/types.d.ts","unpkg":"dist/h3-js.umd.js","volta":{"node":"12.19.0","yarn":"1.22.10"},"es2015":"dist/h3-js.es.js","module":"dist/h3-js.es.js","source":"lib/h3core.js","browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"engines":{"npm":">=3","node":">=4","yarn":">=1.3.0"},"gitHead":"01411be3033934fe95affc6724ad5f870b170429","scripts":{"dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-legacy && yarn build-tsd","lint":"tsc --noEmit && eslint lib* test/*","test":"yarn lint && yarn && yarn test-fast && yarn test-legacy","cover":"yarn rollup-test && nyc --clean --reporter=lcov --reporter=text node dist/test.js","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'","test-raw":"yarn rollup-test && node dist/test.js","build-tsd":"yarn build-tsd-core && yarn build-tsd-legacy","bundle-es":"microbundle --format=es --no-compress","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts && tsc --strict --noEmit dist/legacy-types.d.ts","test-fast":"yarn test-raw | faucet","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js lib/errors.js > README.md","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-umd":"microbundle --name h3 --format=umd","check-docs":"yarn build-docs && git diff --exit-code","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","dist-clean":"rm -rf dist","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src:Z trzeci/emscripten:sdk-tag-1.38.43-64bit bash","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","test-legacy":"node test/legacy.spec.js | faucet","build-legacy":"node scripts/build-legacy-api.js","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","build-tsd-core":"tsc lib/h3core.js --noResolve --skipLibCheck --allowJs --declaration --emitDeclarationOnly --outFile dist/types.d.ts && bash scripts/postprocess-types.sh","check-prettier":"yarn prettier && git diff --exit-code","prepublishOnly":"yarn dist && git diff --exit-code","build-update-h3":"bash scripts/update-h3.sh","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","build-tsd-legacy":"node scripts/build-legacy-types.js","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten":"yarn docker-emscripten-umd","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","docker-emscripten-run":"yarn rollup-bindings && docker exec emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist"},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"umd:main":"dist/h3-js.umd.js","repository":{"url":"git+https://github.com/uber/h3-js.git","type":"git"},"_npmVersion":"10.7.0","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","directories":{},"resolutions":{"ws":"3.3.3","js-yaml":"3.13.1"},"_nodeVersion":"20.15.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","budo":"^11.5.0","tape":"^5.5.3","jsdoc":"^3.6.6","eslint":"^4.19.1","faucet":"0.0.1","rollup":"^2.79.2","prettier":"^1.12.1","benchmark":"^2.1.4","typescript":"^4.7.4","microbundle":"^0.11.0","jsdoc-to-markdown":"^6.0.1","@types/markdown-it":"14.1.2","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","eslint-config-uber-es2015":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/h3-js_4.4.0_1765501329120_0.4467140795106732","host":"s3://npm-registry-packages-npm-production"}},"4.5.0":{"name":"h3-js","version":"4.5.0","description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"},{"name":"Isaac Brodsky","email":"isaac@isaacbrodsky.com"}],"license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/uber/h3-js.git"},"keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"main":"dist/h3-js.js","umd:main":"dist/h3-js.umd.js","unpkg":"dist/h3-js.umd.js","module":"dist/h3-js.es.js","es2015":"dist/h3-js.es.js","types":"dist/types.d.ts","source":"lib/h3core.js","scripts":{"build-update-h3":"bash scripts/update-h3.sh","build-emscripten":"yarn build-update-h3 && yarn docker-emscripten","build-legacy":"node scripts/build-legacy-api.js","build-docs":"jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js lib/errors.js > README.md","build-tsd-core":"tsc lib/h3core.js --noResolve --skipLibCheck --allowJs --declaration --emitDeclarationOnly --outFile dist/types.d.ts && bash scripts/postprocess-types.sh","build-tsd-legacy":"node scripts/build-legacy-types.js","build-tsd":"yarn build-tsd-core && yarn build-tsd-legacy","bundle-umd":"microbundle --name h3 --format=umd","bundle-cjs":"microbundle --format=cjs --no-compress","bundle-es":"microbundle --format=es --no-compress","bundle-cjs-browser":"microbundle -o dist/browser --format=cjs --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","bundle-es-browser":"microbundle -o dist/browser --format=es --no-compress --alias ../out/libh3=$(printf '%q' \"$PWD\")/dist/libh3-browser","dist":"yarn dist-clean && yarn docker-emscripten-browser && yarn bundle-umd && yarn bundle-cjs && yarn bundle-cjs-browser && yarn bundle-es && yarn bundle-es-browser && yarn build-legacy && yarn build-tsd","dist-clean":"rm -rf dist","rollup-test":"rollup test/index.js --file dist/test.js --sourcemap --format=cjs --external=tape,fs,path","rollup-bindings":"rollup build/print-bindings.js --file dist/print-bindings.js --format cjs","rollup-benchmark-browser":"rollup benchmark/browser.js --file dist/benchmark.browser.js --format=umd --external=benchmark --globals=benchmark:Benchmark","rollup-benchmark-node":"rollup benchmark/node.js --file dist/benchmark.node.js --format=cjs --external=benchmark","docker-boot":"docker run -dit --name emscripten -v $(pwd):/src:Z trzeci/emscripten:sdk-tag-1.38.43-64bit bash","docker-reboot":"docker stop emscripten && docker rm emscripten && yarn docker-boot","docker-emscripten":"yarn docker-emscripten-umd","docker-emscripten-run":"yarn rollup-bindings && docker exec emscripten bash scripts/update-emscripten.sh","docker-emscripten-umd":"yarn docker-emscripten-run -o libh3.js","docker-emscripten-browser":"yarn docker-emscripten-run -s ENVIRONMENT=web -o libh3-browser.js && mv out/libh3-browser.js dist","check-prettier":"yarn prettier && git diff --exit-code","check-docs":"yarn build-docs && git diff --exit-code","check-tsd":"yarn build-tsd && tsc --strict --noEmit dist/types.d.ts && tsc --strict --noEmit dist/legacy-types.d.ts","lint":"tsc --noEmit && eslint lib* test/*","test":"yarn lint && yarn && yarn test-fast && yarn test-legacy","test-fast":"yarn test-raw | faucet","test-raw":"yarn rollup-test && node dist/test.js","test-legacy":"node test/legacy.spec.js | faucet","cover":"yarn rollup-test && nyc --clean --reporter=lcov --reporter=text node dist/test.js","cover-view":"yarn rollup-test && nyc --clean --reporter=html node dist/test.js && open coverage/index.html","benchmark-node":"yarn rollup-benchmark-node && node dist/benchmark.node.js","benchmark-browser":"yarn rollup-benchmark-browser && budo dist/benchmark.browser.js --open --title 'h3-js benchmarks'","prepublishOnly":"yarn dist && git diff --exit-code","prettier":"prettier --write --config .prettierrc 'lib/**/*.js' 'build/**/*.js' 'test/**/*.js'"},"browser":{"./dist/h3-js.js":"./dist/browser/h3-js.js","./dist/h3-js.es.js":"./dist/browser/h3-js.es.js"},"devDependencies":{"@types/markdown-it":"14.1.2","benchmark":"^2.1.4","budo":"^11.5.0","eslint":"^4.19.1","eslint-config-prettier":"^2.9.0","eslint-config-uber-es2015":"^3.1.2","eslint-plugin-prettier":"^2.6.0","faucet":"0.0.1","jsdoc":"^3.6.6","jsdoc-to-markdown":"^6.0.1","microbundle":"^0.11.0","nyc":"^14.1.1","prettier":"^1.12.1","rollup":"^2.79.2","tape":"^5.5.3","typescript":"^4.7.4"},"resolutions":{"js-yaml":"3.13.1","ws":"3.3.3","brotli-size":"^3.0.0"},"engines":{"node":">=4","npm":">=3","yarn":">=1.3.0"},"volta":{"node":"12.19.0","yarn":"1.22.10"},"nyc":{"exclude":["**/out/**","**/test/**"]},"dependencies":{},"gitHead":"0528be6ef20186f6c201bdb428652fc9de9bba6d","_id":"h3-js@4.5.0","bugs":{"url":"https://github.com/uber/h3-js/issues"},"homepage":"https://github.com/uber/h3-js#readme","_nodeVersion":"25.2.1","_npmVersion":"11.6.2","dist":{"integrity":"sha512-uKmdPc+DuarnR+XqZxEuWOMw7KzzKROrx3MLeJpFnMOs78S9M5eZ+X5RieS9UcSFQqbeXzbfWuX/W9Pyajinqw==","shasum":"7866812ef3b6432652ee0ace74a527572f6644c5","tarball":"https://registry.npmjs.org/h3-js/-/h3-js-4.5.0.tgz","fileCount":33,"unpackedSize":7679316,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG7rJ378mW2rZsTDG4YcxY7Zutx3S/BotXX4e50BAufGAiA+KZrtV0MVkUxjNezYy8rBzfxSIQDRMJhSIv2mRCmKGQ=="}]},"_npmUser":{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},"directories":{},"maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},{"name":"isaacbrodsky","email":"isaac@isaacbrodsky.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/h3-js_4.5.0_1782924772026_0.752841142831308"},"_hasShrinkwrap":false}},"time":{"created":"2018-06-18T18:07:20.772Z","modified":"2026-07-01T16:52:52.343Z","3.0.0":"2018-06-18T18:07:20.830Z","3.0.1":"2018-06-18T19:14:33.203Z","3.0.2":"2018-07-26T18:40:19.446Z","3.1.0":"2018-08-13T17:03:30.004Z","3.1.1":"2018-08-30T23:54:49.723Z","3.2.0":"2018-11-01T16:27:03.918Z","3.3.0":"2019-01-09T00:26:24.780Z","3.4.0":"2019-01-25T01:32:48.334Z","3.4.1":"2019-01-25T21:21:08.915Z","3.4.2":"2019-02-08T21:03:45.159Z","3.4.3":"2019-04-02T02:02:11.095Z","3.5.0":"2019-07-24T17:54:07.201Z","3.6.0":"2019-09-12T23:19:18.999Z","3.6.1":"2019-09-19T23:49:05.727Z","3.6.2":"2019-11-11T19:56:34.766Z","3.6.3":"2019-12-11T00:30:02.581Z","3.6.4":"2020-07-02T22:31:34.673Z","3.7.0":"2020-10-15T20:35:21.601Z","3.7.1":"2021-03-11T00:13:20.125Z","3.7.2":"2021-04-29T18:05:43.515Z","4.0.0-rc1":"2022-07-29T00:20:57.363Z","4.0.0-rc2":"2022-08-11T15:40:31.744Z","4.0.0-rc3":"2022-08-11T21:29:55.462Z","4.0.0-rc4":"2022-08-22T23:04:23.255Z","4.0.0":"2022-08-23T16:41:25.671Z","4.0.1":"2022-09-19T19:19:34.509Z","4.1.0":"2023-01-20T01:30:13.918Z","4.2.1":"2025-04-03T23:47:19.860Z","4.3.0":"2025-08-21T23:39:54.599Z","4.4.0":"2025-12-12T01:02:09.332Z","4.5.0":"2026-07-01T16:52:52.228Z"},"bugs":{"url":"https://github.com/uber/h3-js/issues"},"author":{"name":"Nick Rabinowitz","email":"nickr@uber.com"},"license":"Apache-2.0","homepage":"https://github.com/uber/h3-js#readme","keywords":["h3","hexagon","spatial-indexing","emscripten","geolocation"],"repository":{"type":"git","url":"git+https://github.com/uber/h3-js.git"},"description":"Pure-Javascript version of the H3 library, a hexagon-based geographic grid system","contributors":[{"name":"David Ellis","email":"isv.damocles@gmail.com"},{"name":"Isaac Brodsky","email":"isaac@isaacbrodsky.com"}],"maintainers":[{"name":"nrabinowitz","email":"public@nickrabinowitz.com"},{"name":"isaacbrodsky","email":"isaac@isaacbrodsky.com"}],"readme":"<!-- the README is generated from a template, please edit doc-files/README.md.tmpl -->\n\n<img align=\"right\" src=\"https://uber.github.io/img/h3Logo-color.svg\" alt=\"H3 Logo\" width=\"200\">\n\n# h3-js\n\n[![Build Status](https://github.com/uber/h3-js/workflows/test/badge.svg)](https://github.com/uber/h3-js/actions)\n[![Coverage Status](https://coveralls.io/repos/github/uber/h3-js/badge.svg?branch=master)](https://coveralls.io/github/uber/h3-js?branch=master)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)\n[![npm version](https://badge.fury.io/js/h3-js.svg)](https://badge.fury.io/js/h3-js)\n[![H3 Version](https://img.shields.io/static/v1?label=h3%20api&message=v4.5.0&color=blue)](https://github.com/uber/h3/releases/tag/v4.5.0)\n\nThe `h3-js` library provides a pure-JavaScript version of the [H3 Core Library](https://github.com/uber/h3), a hexagon-based geographic grid system. It can be used either in Node >= 6 or in the browser. The core library is transpiled from C using [emscripten](http://kripken.github.io/emscripten-site), offering full parity with the C API and highly efficient operations.\n\nFor more information on H3 and for the full API documentation, please see the [H3 Documentation](https://h3geo.org).\n\n-   Post **bug reports or feature requests** to the [Github Issues page](https://github.com/uber/h3-js/issues)\n-   Ask **questions** by posting to the [H3 tag on StackOverflow](https://stackoverflow.com/questions/tagged/h3)\n\n## Install\n\n    npm install h3-js\n\n## Usage\n\n> :tada: **Note:** The following usage docs apply to **H3 v4**, which was released on August 23, 2022.\n>\n> - For v3 docs, [see the latest v3.x.x release](https://github.com/uber/h3-js/blob/v3.7.2/README.md).\n> - For breaking changes in v4, [see the CHANGELOG](./CHANGELOG.md). In particular, most [function names have changed](https://h3geo.org/docs/library/migration-3.x/functions).\n\nThe library uses ES6 modules. Bundles for Node and the browser are built to the `dist` folder.\n\n### Import\n\nES6 usage:\n\n```js\nimport {latLngToCell} from \"h3-js\";\n```\n\nCommonJS usage:\n\n```js\nconst h3 = require(\"h3-js\");\n```\n\nPre-bundled script (library is available as an `h3` global):\n\n```html\n<script src=\"https://unpkg.com/h3-js\"></script>\n```\n\n### Core functions\n\n```js\n// Convert a lat/lng point to a hexagon index at resolution 7\nconst h3Index = h3.latLngToCell(37.3615593, -122.0553238, 7);\n// -> '87283472bffffff'\n\n// Get the center of the hexagon\nconst hexCenterCoordinates = h3.cellToLatLng(h3Index);\n// -> [37.35171820183272, -122.05032565263946]\n\n// Get the vertices of the hexagon\nconst hexBoundary = h3.cellToBoundary(h3Index);\n// -> [ [37.341099093235684, -122.04156135164334 ], ...]\n```\n\n### Useful algorithms\n\n```js\n// Get all neighbors within 1 step of the hexagon\nconst disk = h3.gridDisk(h3Index, 1);\n// -> ['87283472bffffff', '87283472affffff', ...]\n\n// Get the set of hexagons within a polygon\nconst polygon = [\n    [37.813318999983238, -122.4089866999972145],\n    [37.7198061999978478, -122.3544736999993603],\n    [37.8151571999998453, -122.4798767000009008]\n];\nconst hexagons = h3.polygonToCells(polygon, 7);\n// -> ['872830828ffffff', '87283082effffff', ...]\n\n// Get the outline of a set of hexagons, as a GeoJSON-style MultiPolygon\nconst coordinates = h3.cellsToMultiPolygon(hexagons, true);\n// -> [[[\n//      [-122.37681938644465, 37.76546768434345],\n//      [-122.3856345540363,37.776004200673846],\n//      ...\n//    ]]]\n```\n\n## API Reference\n\n<a name=\"module_h3\"></a>\n\n## h3\n\n* [h3](#module_h3)\n    * [.UNITS](#module_h3.UNITS)\n    * [.POLYGON_TO_CELLS_FLAGS](#module_h3.POLYGON_TO_CELLS_FLAGS)\n    * [.h3IndexToSplitLong(h3Index)](#module_h3.h3IndexToSplitLong) ⇒ <code>SplitLong</code>\n    * [.splitLongToH3Index(lower, upper)](#module_h3.splitLongToH3Index) ⇒ <code>H3Index</code>\n    * [.isValidCell(h3Index)](#module_h3.isValidCell) ⇒ <code>boolean</code>\n    * [.isValidIndex(h3Index)](#module_h3.isValidIndex) ⇒ <code>boolean</code>\n    * [.isPentagon(h3Index)](#module_h3.isPentagon) ⇒ <code>boolean</code>\n    * [.isResClassIII(h3Index)](#module_h3.isResClassIII) ⇒ <code>boolean</code>\n    * [.getBaseCellNumber(h3Index)](#module_h3.getBaseCellNumber) ⇒ <code>number</code>\n    * [.getIndexDigit(h3Index, digit)](#module_h3.getIndexDigit) ⇒ <code>number</code>\n    * [.getIcosahedronFaces(h3Index)](#module_h3.getIcosahedronFaces) ⇒ <code>Array.&lt;number&gt;</code>\n    * [.getResolution(h3Index)](#module_h3.getResolution) ⇒ <code>number</code>\n    * [.constructCell(baseCellNumber, digits, res)](#module_h3.constructCell) ⇒ <code>H3Index</code>\n    * [.latLngToCell(lat, lng, res)](#module_h3.latLngToCell) ⇒ <code>H3Index</code>\n    * [.cellToLatLng(h3Index)](#module_h3.cellToLatLng) ⇒ <code>CoordPair</code>\n    * [.cellToBoundary(h3Index, [formatAsGeoJson])](#module_h3.cellToBoundary) ⇒ <code>Array.&lt;CoordPair&gt;</code>\n    * [.cellToParent(h3Index, res)](#module_h3.cellToParent) ⇒ <code>H3Index</code>\n    * [.cellToChildren(h3Index, res)](#module_h3.cellToChildren) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.cellToChildrenSize(h3Index, res)](#module_h3.cellToChildrenSize) ⇒ <code>number</code>\n    * [.cellToCenterChild(h3Index, res)](#module_h3.cellToCenterChild) ⇒ <code>H3Index</code>\n    * [.cellToChildPos(h3Index, parentRes)](#module_h3.cellToChildPos) ⇒ <code>number</code>\n    * [.childPosToCell(childPos, h3Index, childRes)](#module_h3.childPosToCell) ⇒ <code>H3Index</code>\n    * [.gridDisk(h3Index, ringSize)](#module_h3.gridDisk) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.gridDiskDistances(h3Index, ringSize)](#module_h3.gridDiskDistances) ⇒ <code>Array.&lt;Array.&lt;H3Index&gt;&gt;</code>\n    * [.gridRing(h3Index, ringSize)](#module_h3.gridRing) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.gridRingUnsafe(h3Index, ringSize)](#module_h3.gridRingUnsafe) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.polygonToCells(coordinates, res, [isGeoJson])](#module_h3.polygonToCells) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.polygonToCellsExperimental(coordinates, res, flags, [isGeoJson])](#module_h3.polygonToCellsExperimental) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.cellsToMultiPolygon(h3Indexes, [formatAsGeoJson])](#module_h3.cellsToMultiPolygon) ⇒ <code>Array.&lt;Array.&lt;Array.&lt;CoordPair&gt;&gt;&gt;</code>\n    * [.compactCells(h3Set)](#module_h3.compactCells) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.uncompactCells(compactedSet, res)](#module_h3.uncompactCells) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.areNeighborCells(origin, destination)](#module_h3.areNeighborCells) ⇒ <code>boolean</code>\n    * [.cellsToDirectedEdge(origin, destination)](#module_h3.cellsToDirectedEdge) ⇒ <code>H3Index</code>\n    * [.getDirectedEdgeOrigin(edgeIndex)](#module_h3.getDirectedEdgeOrigin) ⇒ <code>H3Index</code>\n    * [.getDirectedEdgeDestination(edgeIndex)](#module_h3.getDirectedEdgeDestination) ⇒ <code>H3Index</code>\n    * [.isValidDirectedEdge(edgeIndex)](#module_h3.isValidDirectedEdge) ⇒ <code>boolean</code>\n    * [.directedEdgeToCells(edgeIndex)](#module_h3.directedEdgeToCells) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.originToDirectedEdges(h3Index)](#module_h3.originToDirectedEdges) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.directedEdgeToBoundary(edgeIndex, [formatAsGeoJson])](#module_h3.directedEdgeToBoundary) ⇒ <code>Array.&lt;CoordPair&gt;</code>\n    * [.reverseDirectedEdge(edgeIndex)](#module_h3.reverseDirectedEdge) ⇒ <code>H3Index</code>\n    * [.gridDistance(origin, destination)](#module_h3.gridDistance) ⇒ <code>number</code>\n    * [.gridPathCells(origin, destination)](#module_h3.gridPathCells) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.cellToLocalIj(origin, destination)](#module_h3.cellToLocalIj) ⇒ <code>CoordIJ</code>\n    * [.localIjToCell(origin, coords)](#module_h3.localIjToCell) ⇒ <code>H3Index</code>\n    * [.greatCircleDistance(latLng1, latLng2, unit)](#module_h3.greatCircleDistance) ⇒ <code>number</code>\n    * [.cellArea(h3Index, unit)](#module_h3.cellArea) ⇒ <code>number</code>\n    * [.edgeLength(edge, unit)](#module_h3.edgeLength) ⇒ <code>number</code>\n    * [.getHexagonAreaAvg(res, unit)](#module_h3.getHexagonAreaAvg) ⇒ <code>number</code>\n    * [.getHexagonEdgeLengthAvg(res, unit)](#module_h3.getHexagonEdgeLengthAvg) ⇒ <code>number</code>\n    * [.cellToVertex(h3Index, vertexNum)](#module_h3.cellToVertex) ⇒ <code>H3Index</code>\n    * [.cellToVertexes(h3Index)](#module_h3.cellToVertexes) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.vertexToLatLng(h3Index)](#module_h3.vertexToLatLng) ⇒ <code>CoordPair</code>\n    * [.isValidVertex(h3Index)](#module_h3.isValidVertex) ⇒ <code>boolean</code>\n    * [.getNumCells(res)](#module_h3.getNumCells) ⇒ <code>number</code>\n    * [.getRes0Cells()](#module_h3.getRes0Cells) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.getPentagons(res)](#module_h3.getPentagons) ⇒ <code>Array.&lt;H3Index&gt;</code>\n    * [.degsToRads(deg)](#module_h3.degsToRads) ⇒ <code>number</code>\n    * [.radsToDegs(rad)](#module_h3.radsToDegs) ⇒ <code>number</code>\n    * [.H3Index](#module_h3.H3Index) : <code>string</code>\n    * [.H3IndexInput](#module_h3.H3IndexInput) : <code>string</code> \\| <code>Array.&lt;number&gt;</code>\n    * [.CoordIJ](#module_h3.CoordIJ)\n    * [.H3Error](#module_h3.H3Error)\n    * [.CoordPair](#module_h3.CoordPair) : <code>Array.&lt;number&gt;</code>\n    * [.SplitLong](#module_h3.SplitLong) : <code>Array.&lt;number&gt;</code>\n\n\n* * *\n\n<a name=\"module_h3.UNITS\"></a>\n\n### h3.UNITS\nLength/Area units\n\n**Properties**\n\n| Name | Type |\n| --- | --- |\n| m | <code>string</code> | \n| m2 | <code>string</code> | \n| km | <code>string</code> | \n| km2 | <code>string</code> | \n| rads | <code>string</code> | \n| rads2 | <code>string</code> | \n\n\n* * *\n\n<a name=\"module_h3.POLYGON_TO_CELLS_FLAGS\"></a>\n\n### h3.POLYGON\\_TO\\_CELLS\\_FLAGS\nMode flags for polygonToCells\n\n**Properties**\n\n| Name | Type |\n| --- | --- |\n| containmentCenter | <code>string</code> | \n| containmentFull | <code>string</code> | \n| containmentOverlapping | <code>string</code> | \n| containmentOverlappingBbox | <code>string</code> | \n\n\n* * *\n\n<a name=\"module_h3.h3IndexToSplitLong\"></a>\n\n### h3.h3IndexToSplitLong(h3Index) ⇒ <code>SplitLong</code>\nConvert an H3 index (64-bit hexidecimal string) into a \"split long\" - a pair of 32-bit ints\n\n**Returns**: <code>SplitLong</code> - A two-element array with 32 lower bits and 32 upper bits  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to check |\n\n\n* * *\n\n<a name=\"module_h3.splitLongToH3Index\"></a>\n\n### h3.splitLongToH3Index(lower, upper) ⇒ <code>H3Index</code>\nGet a H3 index string from a split long (pair of 32-bit ints)\n\n**Returns**: <code>H3Index</code> - H3 index  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| lower | <code>number</code> | Lower 32 bits |\n| upper | <code>number</code> | Upper 32 bits |\n\n\n* * *\n\n<a name=\"module_h3.isValidCell\"></a>\n\n### h3.isValidCell(h3Index) ⇒ <code>boolean</code>\nWhether a given string represents a valid H3 cell index\n\n**Returns**: <code>boolean</code> - Whether the cell index is valid  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to check |\n\n\n* * *\n\n<a name=\"module_h3.isValidIndex\"></a>\n\n### h3.isValidIndex(h3Index) ⇒ <code>boolean</code>\nWhether a given string represents a valid H3 index\n(e.g. it may be a cell, directed edge, vertex.)\nUse <code>isValidCell</code> to check for a valid\nhexagon (or pentagon) cell ID.\n\n**Returns**: <code>boolean</code> - Whether the index is valid  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to check |\n\n\n* * *\n\n<a name=\"module_h3.isPentagon\"></a>\n\n### h3.isPentagon(h3Index) ⇒ <code>boolean</code>\nWhether the given H3 index is a pentagon\n\n**Returns**: <code>boolean</code> - isPentagon  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to check |\n\n\n* * *\n\n<a name=\"module_h3.isResClassIII\"></a>\n\n### h3.isResClassIII(h3Index) ⇒ <code>boolean</code>\nWhether the given H3 index is in a Class III resolution (rotated versus\nthe icosahedron and subject to shape distortion adding extra points on\nicosahedron edges, making them not true hexagons).\n\n**Returns**: <code>boolean</code> - isResClassIII  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to check |\n\n\n* * *\n\n<a name=\"module_h3.getBaseCellNumber\"></a>\n\n### h3.getBaseCellNumber(h3Index) ⇒ <code>number</code>\nGet the number of the base cell for a given H3 index\n\n**Returns**: <code>number</code> - Index of the base cell (0-121)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to get the base cell for |\n\n\n* * *\n\n<a name=\"module_h3.getIndexDigit\"></a>\n\n### h3.getIndexDigit(h3Index, digit) ⇒ <code>number</code>\nGet the number of the indexing digit for an H3 index\n\n**Returns**: <code>number</code> - Digit (0-7)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to get the digit for |\n| digit | <code>number</code> | Indexing digit to get the valeu of |\n\n\n* * *\n\n<a name=\"module_h3.getIcosahedronFaces\"></a>\n\n### h3.getIcosahedronFaces(h3Index) ⇒ <code>Array.&lt;number&gt;</code>\nGet the indices of all icosahedron faces intersected by a given H3 index\n\n**Returns**: <code>Array.&lt;number&gt;</code> - Indices (0-19) of all intersected faces  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to get faces for |\n\n\n* * *\n\n<a name=\"module_h3.getResolution\"></a>\n\n### h3.getResolution(h3Index) ⇒ <code>number</code>\nReturns the resolution of an H3 index\n\n**Returns**: <code>number</code> - The number (0-15) resolution, or -1 if invalid  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to get resolution |\n\n\n* * *\n\n<a name=\"module_h3.constructCell\"></a>\n\n### h3.constructCell(baseCellNumber, digits, res) ⇒ <code>H3Index</code>\nCreates a cell from its components (resolution, base cell number, and indexing digits).\nThis is the inverse operation of `getResolution`, `getBaseCellNumber`, and `getIndexDigit`.\nOnly allows creating valid cells.\n\n**Returns**: <code>H3Index</code> - H3 index  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| baseCellNumber | <code>number</code> | Base cell number of cell to return |\n| digits | <code>Array.&lt;number&gt;</code> | Indexing digits of cell to return |\n| res | <code>number</code> | Resolution of cell to return. Optional, if not specified, will be inferred from digits. |\n\n\n* * *\n\n<a name=\"module_h3.latLngToCell\"></a>\n\n### h3.latLngToCell(lat, lng, res) ⇒ <code>H3Index</code>\nGet the hexagon (or pentagon) containing a lat,lon point\n\n**Returns**: <code>H3Index</code> - H3 index  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| lat | <code>number</code> | Latitude of point |\n| lng | <code>number</code> | Longtitude of point |\n| res | <code>number</code> | Resolution of cell to return |\n\n\n* * *\n\n<a name=\"module_h3.cellToLatLng\"></a>\n\n### h3.cellToLatLng(h3Index) ⇒ <code>CoordPair</code>\nGet the lat,lon center of a given hexagon (or pentagon)\n\n**Returns**: <code>CoordPair</code> - Point as a [lat, lng] pair  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index |\n\n\n* * *\n\n<a name=\"module_h3.cellToBoundary\"></a>\n\n### h3.cellToBoundary(h3Index, [formatAsGeoJson]) ⇒ <code>Array.&lt;CoordPair&gt;</code>\nGet the vertices of a given hexagon (or pentagon), as an array of [lat, lng]\npoints. For pentagons and hexagons on the edge of an icosahedron face, this\nfunction may return up to 10 vertices.\n\n**Returns**: <code>Array.&lt;CoordPair&gt;</code> - Array of [lat, lng] pairs  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index |\n| [formatAsGeoJson] | <code>boolean</code> | Whether to provide GeoJSON output: [lng, lat], closed loops |\n\n\n* * *\n\n<a name=\"module_h3.cellToParent\"></a>\n\n### h3.cellToParent(h3Index, res) ⇒ <code>H3Index</code>\nGet the parent of the given hexagon at a particular resolution\n\n**Returns**: <code>H3Index</code> - H3 index of parent, or null for invalid input  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to get parent for |\n| res | <code>number</code> | Resolution of hexagon to return |\n\n\n* * *\n\n<a name=\"module_h3.cellToChildren\"></a>\n\n### h3.cellToChildren(h3Index, res) ⇒ <code>Array.&lt;H3Index&gt;</code>\nGet the children/descendents of the given hexagon at a particular resolution\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - H3 indexes of children, or empty array for invalid input  \n**Throws**:\n\n- <code>H3Error</code> If resolution is invalid or output is too large for JS\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to get children for |\n| res | <code>number</code> | Resolution of hexagons to return |\n\n\n* * *\n\n<a name=\"module_h3.cellToChildrenSize\"></a>\n\n### h3.cellToChildrenSize(h3Index, res) ⇒ <code>number</code>\nGet the number of children for a cell at a given resolution\n\n**Returns**: <code>number</code> - Number of children at res for the given cell  \n**Throws**:\n\n- <code>H3Error</code> If cell or parentRes are invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to get child count for |\n| res | <code>number</code> | Child resolution |\n\n\n* * *\n\n<a name=\"module_h3.cellToCenterChild\"></a>\n\n### h3.cellToCenterChild(h3Index, res) ⇒ <code>H3Index</code>\nGet the center child of the given hexagon at a particular resolution\n\n**Returns**: <code>H3Index</code> - H3 index of child, or null for invalid input  \n**Throws**:\n\n- <code>H3Error</code> If resolution is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to get center child for |\n| res | <code>number</code> | Resolution of cell to return |\n\n\n* * *\n\n<a name=\"module_h3.cellToChildPos\"></a>\n\n### h3.cellToChildPos(h3Index, parentRes) ⇒ <code>number</code>\nGet the position of the cell within an ordered list of all children of the\ncell's parent at the specified resolution.\n\n**Returns**: <code>number</code> - Position of child within parent at parentRes  \n**Throws**:\n\n- <code>H3Error</code> If cell or parentRes are invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index to get child pos for |\n| parentRes | <code>number</code> | Resolution of reference parent |\n\n\n* * *\n\n<a name=\"module_h3.childPosToCell\"></a>\n\n### h3.childPosToCell(childPos, h3Index, childRes) ⇒ <code>H3Index</code>\nGet the child cell at a given position within an ordered list of all children\nat the specified resolution\n\n**Returns**: <code>H3Index</code> - H3 index of child  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| childPos | <code>number</code> | Position of the child cell to get |\n| h3Index | <code>H3IndexInput</code> | H3 index of the parent cell |\n| childRes | <code>number</code> | Resolution of child cell to return |\n\n\n* * *\n\n<a name=\"module_h3.gridDisk\"></a>\n\n### h3.gridDisk(h3Index, ringSize) ⇒ <code>Array.&lt;H3Index&gt;</code>\nGet all hexagons in a k-ring around a given center. The order of the hexagons is undefined.\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - H3 indexes for all hexagons in ring  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid or output is too large to allocate\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index of center hexagon |\n| ringSize | <code>number</code> | Radius of k-ring |\n\n\n* * *\n\n<a name=\"module_h3.gridDiskDistances\"></a>\n\n### h3.gridDiskDistances(h3Index, ringSize) ⇒ <code>Array.&lt;Array.&lt;H3Index&gt;&gt;</code>\nGet all hexagons in a k-ring around a given center, in an array of arrays\nordered by distance from the origin. The order of the hexagons within each ring is undefined.\n\n**Returns**: <code>Array.&lt;Array.&lt;H3Index&gt;&gt;</code> - Array of arrays with H3 indexes for all hexagons each ring  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid or output is too large to allocate\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index of center hexagon |\n| ringSize | <code>number</code> | Radius of k-ring |\n\n\n* * *\n\n<a name=\"module_h3.gridRing\"></a>\n\n### h3.gridRing(h3Index, ringSize) ⇒ <code>Array.&lt;H3Index&gt;</code>\nGet all hexagons in a hollow hexagonal ring centered at origin with sides of a given length.\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - H3 indexes for all hexagons in ring  \n**Throws**:\n\n- <code>Error</code> If the algorithm could not calculate the ring\n- <code>H3Error</code> If input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index of center hexagon |\n| ringSize | <code>number</code> | Radius of ring |\n\n\n* * *\n\n<a name=\"module_h3.gridRingUnsafe\"></a>\n\n### h3.gridRingUnsafe(h3Index, ringSize) ⇒ <code>Array.&lt;H3Index&gt;</code>\nGet all hexagons in a hollow hexagonal ring centered at origin with sides of a given length.\nUnlike gridDisk, this function will throw an error if there is a pentagon anywhere in the ring.\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - H3 indexes for all hexagons in ring  \n**Throws**:\n\n- <code>Error</code> If the algorithm could not calculate the ring\n- <code>H3Error</code> If input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index of center hexagon |\n| ringSize | <code>number</code> | Radius of ring |\n\n\n* * *\n\n<a name=\"module_h3.polygonToCells\"></a>\n\n### h3.polygonToCells(coordinates, res, [isGeoJson]) ⇒ <code>Array.&lt;H3Index&gt;</code>\nGet all hexagons with centers contained in a given polygon. The polygon\nis specified with GeoJson semantics as an array of loops. Each loop is\nan array of [lat, lng] pairs (or [lng, lat] if isGeoJson is specified).\nThe first loop is the perimeter of the polygon, and subsequent loops are\nexpected to be holes.\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - H3 indexes for all hexagons in polygon  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid or output is too large for JS\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| coordinates | <code>Array.&lt;Array.&lt;number&gt;&gt;</code> \\| <code>Array.&lt;Array.&lt;Array.&lt;number&gt;&gt;&gt;</code> | Array of loops, or a single loop |\n| res | <code>number</code> | Resolution of hexagons to return |\n| [isGeoJson] | <code>boolean</code> | Whether to expect GeoJson-style [lng, lat]                                  pairs instead of [lat, lng] |\n\n\n* * *\n\n<a name=\"module_h3.polygonToCellsExperimental\"></a>\n\n### h3.polygonToCellsExperimental(coordinates, res, flags, [isGeoJson]) ⇒ <code>Array.&lt;H3Index&gt;</code>\nGet all hexagons with centers contained in a given polygon. The polygon\nis specified with GeoJson semantics as an array of loops. Each loop is\nan array of [lat, lng] pairs (or [lng, lat] if isGeoJson is specified).\nThe first loop is the perimeter of the polygon, and subsequent loops are\nexpected to be holes.\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - H3 indexes for all hexagons in polygon  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid or output is too large for JS\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| coordinates | <code>Array.&lt;Array.&lt;number&gt;&gt;</code> \\| <code>Array.&lt;Array.&lt;Array.&lt;number&gt;&gt;&gt;</code> | Array of loops, or a single loop |\n| res | <code>number</code> | Resolution of hexagons to return |\n| flags | <code>string</code> | Value from POLYGON_TO_CELLS_FLAGS |\n| [isGeoJson] | <code>boolean</code> | Whether to expect GeoJson-style [lng, lat]                                  pairs instead of [lat, lng] |\n\n\n* * *\n\n<a name=\"module_h3.cellsToMultiPolygon\"></a>\n\n### h3.cellsToMultiPolygon(h3Indexes, [formatAsGeoJson]) ⇒ <code>Array.&lt;Array.&lt;Array.&lt;CoordPair&gt;&gt;&gt;</code>\nGet the outlines of a set of H3 hexagons, returned in GeoJSON MultiPolygon\nformat (an array of polygons, each with an array of loops, each an array of\ncoordinates). Coordinates are returned as [lat, lng] pairs unless GeoJSON\nis requested.\n\nIt is the responsibility of the caller to ensure that all hexagons in the\nset have the same resolution and that the set contains no duplicates. Behavior\nis undefined if duplicates or multiple resolutions are present, and the\nalgorithm may produce unexpected or invalid polygons.\n\n**Returns**: <code>Array.&lt;Array.&lt;Array.&lt;CoordPair&gt;&gt;&gt;</code> - MultiPolygon-style output.  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Indexes | <code>Array.&lt;H3IndexInput&gt;</code> | H3 indexes to get outlines for |\n| [formatAsGeoJson] | <code>boolean</code> | Whether to provide GeoJSON output: [lng, lat], closed loops |\n\n\n* * *\n\n<a name=\"module_h3.compactCells\"></a>\n\n### h3.compactCells(h3Set) ⇒ <code>Array.&lt;H3Index&gt;</code>\nCompact a set of hexagons of the same resolution into a set of hexagons across\nmultiple levels that represents the same area.\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - Compacted H3 indexes  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid (e.g. duplicate hexagons)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Set | <code>Array.&lt;H3IndexInput&gt;</code> | H3 indexes to compact |\n\n\n* * *\n\n<a name=\"module_h3.uncompactCells\"></a>\n\n### h3.uncompactCells(compactedSet, res) ⇒ <code>Array.&lt;H3Index&gt;</code>\nUncompact a compacted set of hexagons to hexagons of the same resolution\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - The uncompacted H3 indexes  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid (e.g. invalid resolution)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| compactedSet | <code>Array.&lt;H3IndexInput&gt;</code> | H3 indexes to uncompact |\n| res | <code>number</code> | The resolution to uncompact to |\n\n\n* * *\n\n<a name=\"module_h3.areNeighborCells\"></a>\n\n### h3.areNeighborCells(origin, destination) ⇒ <code>boolean</code>\nWhether two H3 indexes are neighbors (share an edge)\n\n**Returns**: <code>boolean</code> - Whether the hexagons share an edge  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| origin | <code>H3IndexInput</code> | Origin hexagon index |\n| destination | <code>H3IndexInput</code> | Destination hexagon index |\n\n\n* * *\n\n<a name=\"module_h3.cellsToDirectedEdge\"></a>\n\n### h3.cellsToDirectedEdge(origin, destination) ⇒ <code>H3Index</code>\nGet an H3 index representing a unidirectional edge for a given origin and destination\n\n**Returns**: <code>H3Index</code> - H3 index of the edge, or null if no edge is shared  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| origin | <code>H3IndexInput</code> | Origin hexagon index |\n| destination | <code>H3IndexInput</code> | Destination hexagon index |\n\n\n* * *\n\n<a name=\"module_h3.getDirectedEdgeOrigin\"></a>\n\n### h3.getDirectedEdgeOrigin(edgeIndex) ⇒ <code>H3Index</code>\nGet the origin hexagon from an H3 index representing a unidirectional edge\n\n**Returns**: <code>H3Index</code> - H3 index of the edge origin  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| edgeIndex | <code>H3IndexInput</code> | H3 index of the edge |\n\n\n* * *\n\n<a name=\"module_h3.getDirectedEdgeDestination\"></a>\n\n### h3.getDirectedEdgeDestination(edgeIndex) ⇒ <code>H3Index</code>\nGet the destination hexagon from an H3 index representing a unidirectional edge\n\n**Returns**: <code>H3Index</code> - H3 index of the edge destination  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| edgeIndex | <code>H3IndexInput</code> | H3 index of the edge |\n\n\n* * *\n\n<a name=\"module_h3.isValidDirectedEdge\"></a>\n\n### h3.isValidDirectedEdge(edgeIndex) ⇒ <code>boolean</code>\nWhether the input is a valid unidirectional edge\n\n**Returns**: <code>boolean</code> - Whether the index is valid  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| edgeIndex | <code>H3IndexInput</code> | H3 index of the edge |\n\n\n* * *\n\n<a name=\"module_h3.directedEdgeToCells\"></a>\n\n### h3.directedEdgeToCells(edgeIndex) ⇒ <code>Array.&lt;H3Index&gt;</code>\nGet the [origin, destination] pair represented by a unidirectional edge\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - [origin, destination] pair as H3 indexes  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| edgeIndex | <code>H3IndexInput</code> | H3 index of the edge |\n\n\n* * *\n\n<a name=\"module_h3.originToDirectedEdges\"></a>\n\n### h3.originToDirectedEdges(h3Index) ⇒ <code>Array.&lt;H3Index&gt;</code>\nGet all of the unidirectional edges with the given H3 index as the origin (i.e. an edge to\nevery neighbor)\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - List of unidirectional edges  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index of the origin hexagon |\n\n\n* * *\n\n<a name=\"module_h3.directedEdgeToBoundary\"></a>\n\n### h3.directedEdgeToBoundary(edgeIndex, [formatAsGeoJson]) ⇒ <code>Array.&lt;CoordPair&gt;</code>\nGet the vertices of a given edge as an array of [lat, lng] points. Note that for edges that\ncross the edge of an icosahedron face, this may return 3 coordinates.\n\n**Returns**: <code>Array.&lt;CoordPair&gt;</code> - Array of geo coordinate pairs  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| edgeIndex | <code>H3IndexInput</code> | H3 index of the edge |\n| [formatAsGeoJson] | <code>boolean</code> | Whether to provide GeoJSON output: [lng, lat] |\n\n\n* * *\n\n<a name=\"module_h3.reverseDirectedEdge\"></a>\n\n### h3.reverseDirectedEdge(edgeIndex) ⇒ <code>H3Index</code>\nReturns the directed edge with origin and destination cells reversed\n\n**Returns**: <code>H3Index</code> - Directed edge, reversed  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| edgeIndex | <code>H3IndexInput</code> | Directed edge index |\n\n\n* * *\n\n<a name=\"module_h3.gridDistance\"></a>\n\n### h3.gridDistance(origin, destination) ⇒ <code>number</code>\nGet the grid distance between two hex indexes. This function may fail\nto find the distance between two indexes if they are very far apart or\non opposite sides of a pentagon.\n\n**Returns**: <code>number</code> - Distance between hexagons  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid or the distance could not be calculated\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| origin | <code>H3IndexInput</code> | Origin hexagon index |\n| destination | <code>H3IndexInput</code> | Destination hexagon index |\n\n\n* * *\n\n<a name=\"module_h3.gridPathCells\"></a>\n\n### h3.gridPathCells(origin, destination) ⇒ <code>Array.&lt;H3Index&gt;</code>\nGiven two H3 indexes, return the line of indexes between them (inclusive).\n\nThis function may fail to find the line between two indexes, for\nexample if they are very far apart. It may also fail when finding\ndistances for indexes on opposite sides of a pentagon.\n\nNotes:\n\n - The specific output of this function should not be considered stable\n   across library versions. The only guarantees the library provides are\n   that the line length will be `h3Distance(start, end) + 1` and that\n   every index in the line will be a neighbor of the preceding index.\n - Lines are drawn in grid space, and may not correspond exactly to either\n   Cartesian lines or great arcs.\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - H3 indexes connecting origin and destination  \n**Throws**:\n\n- <code>H3Error</code> If input is invalid or the line cannot be calculated\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| origin | <code>H3IndexInput</code> | Origin hexagon index |\n| destination | <code>H3IndexInput</code> | Destination hexagon index |\n\n\n* * *\n\n<a name=\"module_h3.cellToLocalIj\"></a>\n\n### h3.cellToLocalIj(origin, destination) ⇒ <code>CoordIJ</code>\nProduces IJ coordinates for an H3 index anchored by an origin.\n\n- The coordinate space used by this function may have deleted\nregions or warping due to pentagonal distortion.\n- Coordinates are only comparable if they come from the same\norigin index.\n- Failure may occur if the index is too far away from the origin\nor if the index is on the other side of a pentagon.\n- This function is experimental, and its output is not guaranteed\nto be compatible across different versions of H3.\n\n**Returns**: <code>CoordIJ</code> - Coordinates as an `{i, j}` pair  \n**Throws**:\n\n- <code>H3Error</code> If the IJ coordinates cannot be calculated\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| origin | <code>H3IndexInput</code> | Origin H3 index |\n| destination | <code>H3IndexInput</code> | H3 index for which to find relative coordinates |\n\n\n* * *\n\n<a name=\"module_h3.localIjToCell\"></a>\n\n### h3.localIjToCell(origin, coords) ⇒ <code>H3Index</code>\nProduces an H3 index for IJ coordinates anchored by an origin.\n\n- The coordinate space used by this function may have deleted\nregions or warping due to pentagonal distortion.\n- Coordinates are only comparable if they come from the same\norigin index.\n- Failure may occur if the index is too far away from the origin\nor if the index is on the other side of a pentagon.\n- This function is experimental, and its output is not guaranteed\nto be compatible across different versions of H3.\n\n**Returns**: <code>H3Index</code> - H3 index at the relative coordinates  \n**Throws**:\n\n- <code>H3Error</code> If the H3 index cannot be calculated\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| origin | <code>H3IndexInput</code> | Origin H3 index |\n| coords | <code>CoordIJ</code> | Coordinates as an `{i, j}` pair |\n\n\n* * *\n\n<a name=\"module_h3.greatCircleDistance\"></a>\n\n### h3.greatCircleDistance(latLng1, latLng2, unit) ⇒ <code>number</code>\nGreat circle distance between two geo points. This is not specific to H3,\nbut is implemented in the library and provided here as a convenience.\n\n**Returns**: <code>number</code> - Great circle distance  \n**Throws**:\n\n- <code>H3Error</code> If the unit is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| latLng1 | <code>Array.&lt;number&gt;</code> | Origin coordinate as [lat, lng] |\n| latLng2 | <code>Array.&lt;number&gt;</code> | Destination coordinate as [lat, lng] |\n| unit | <code>string</code> | Distance unit (either UNITS.m, UNITS.km, or UNITS.rads) |\n\n\n* * *\n\n<a name=\"module_h3.cellArea\"></a>\n\n### h3.cellArea(h3Index, unit) ⇒ <code>number</code>\nExact area of a given cell\n\n**Returns**: <code>number</code> - Cell area  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | H3 index of the hexagon to measure |\n| unit | <code>string</code> | Distance unit (either UNITS.m2, UNITS.km2, or UNITS.rads2) |\n\n\n* * *\n\n<a name=\"module_h3.edgeLength\"></a>\n\n### h3.edgeLength(edge, unit) ⇒ <code>number</code>\nCalculate length of a given unidirectional edge\n\n**Returns**: <code>number</code> - Cell area  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| edge | <code>H3IndexInput</code> | H3 index of the edge to measure |\n| unit | <code>string</code> | Distance unit (either UNITS.m, UNITS.km, or UNITS.rads) |\n\n\n* * *\n\n<a name=\"module_h3.getHexagonAreaAvg\"></a>\n\n### h3.getHexagonAreaAvg(res, unit) ⇒ <code>number</code>\nAverage hexagon area at a given resolution\n\n**Returns**: <code>number</code> - Average area  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| res | <code>number</code> | Hexagon resolution |\n| unit | <code>string</code> | Area unit (either UNITS.m2, UNITS.km2, or UNITS.rads2) |\n\n\n* * *\n\n<a name=\"module_h3.getHexagonEdgeLengthAvg\"></a>\n\n### h3.getHexagonEdgeLengthAvg(res, unit) ⇒ <code>number</code>\nAverage hexagon edge length at a given resolution\n\n**Returns**: <code>number</code> - Average edge length  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| res | <code>number</code> | Hexagon resolution |\n| unit | <code>string</code> | Distance unit (either UNITS.m, UNITS.km, or UNITS.rads) |\n\n\n* * *\n\n<a name=\"module_h3.cellToVertex\"></a>\n\n### h3.cellToVertex(h3Index, vertexNum) ⇒ <code>H3Index</code>\nFind the index for a vertex of a cell.\n\n**Returns**: <code>H3Index</code> - Vertex index  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | Cell to find the vertex for |\n| vertexNum | <code>number</code> | Number (index) of the vertex to calculate |\n\n\n* * *\n\n<a name=\"module_h3.cellToVertexes\"></a>\n\n### h3.cellToVertexes(h3Index) ⇒ <code>Array.&lt;H3Index&gt;</code>\nFind the indexes for all vertexes of a cell.\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - All vertex indexes of this cell  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | Cell to find all vertexes for |\n\n\n* * *\n\n<a name=\"module_h3.vertexToLatLng\"></a>\n\n### h3.vertexToLatLng(h3Index) ⇒ <code>CoordPair</code>\nGet the lat, lng of a given vertex\n\n**Returns**: <code>CoordPair</code> - Latitude, longitude coordinates of the vertex  \n**Throws**:\n\n- <code>H3Error</code> If the input is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | A vertex index |\n\n\n* * *\n\n<a name=\"module_h3.isValidVertex\"></a>\n\n### h3.isValidVertex(h3Index) ⇒ <code>boolean</code>\nReturns true if the input is a valid vertex index.\n\n**Returns**: <code>boolean</code> - True if the index represents a vertex  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| h3Index | <code>H3IndexInput</code> | An index to test for being a vertex index |\n\n\n* * *\n\n<a name=\"module_h3.getNumCells\"></a>\n\n### h3.getNumCells(res) ⇒ <code>number</code>\nThe total count of hexagons in the world at a given resolution. Note that above\nresolution 8 the exact count cannot be represented in a JavaScript 32-bit number,\nso consumers should use caution when applying further operations to the output.\n\n**Returns**: <code>number</code> - Count  \n**Throws**:\n\n- <code>H3Error</code> If the resolution is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| res | <code>number</code> | Hexagon resolution |\n\n\n* * *\n\n<a name=\"module_h3.getRes0Cells\"></a>\n\n### h3.getRes0Cells() ⇒ <code>Array.&lt;H3Index&gt;</code>\nGet all H3 indexes at resolution 0. As every index at every resolution > 0 is\nthe descendant of a res 0 index, this can be used with h3ToChildren to iterate\nover H3 indexes at any resolution.\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - All H3 indexes at res 0  \n\n* * *\n\n<a name=\"module_h3.getPentagons\"></a>\n\n### h3.getPentagons(res) ⇒ <code>Array.&lt;H3Index&gt;</code>\nGet the twelve pentagon indexes at a given resolution.\n\n**Returns**: <code>Array.&lt;H3Index&gt;</code> - All H3 pentagon indexes at res  \n**Throws**:\n\n- <code>H3Error</code> If the resolution is invalid\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| res | <code>number</code> | Hexagon resolution |\n\n\n* * *\n\n<a name=\"module_h3.degsToRads\"></a>\n\n### h3.degsToRads(deg) ⇒ <code>number</code>\nConvert degrees to radians\n\n**Returns**: <code>number</code> - Value in radians  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| deg | <code>number</code> | Value in degrees |\n\n\n* * *\n\n<a name=\"module_h3.radsToDegs\"></a>\n\n### h3.radsToDegs(rad) ⇒ <code>number</code>\nConvert radians to degrees\n\n**Returns**: <code>number</code> - Value in degrees  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| rad | <code>number</code> | Value in radians |\n\n\n* * *\n\n<a name=\"module_h3.H3Index\"></a>\n\n### h3.H3Index : <code>string</code>\n64-bit hexidecimal string representation of an H3 index\n\n\n* * *\n\n<a name=\"module_h3.H3IndexInput\"></a>\n\n### h3.H3IndexInput : <code>string</code> \\| <code>Array.&lt;number&gt;</code>\n64-bit hexidecimal string representation of an H3 index,\nor two 32-bit integers in little endian order in an array.\n\n\n* * *\n\n<a name=\"module_h3.CoordIJ\"></a>\n\n### h3.CoordIJ\nCoordinates as an `{i, j}` pair\n\n**Properties**\n\n| Name | Type |\n| --- | --- |\n| i | <code>number</code> | \n| j | <code>number</code> | \n\n\n* * *\n\n<a name=\"module_h3.H3Error\"></a>\n\n### h3.H3Error\nCustom JS Error instance with an attached error code. Error codes come from the\ncore H3 library and can be found [in the H3 docs](https://h3geo.org/docs/library/errors#table-of-error-codes).\n\n**Properties**\n\n| Name | Type |\n| --- | --- |\n| message | <code>string</code> | \n| code | <code>number</code> | \n\n\n* * *\n\n<a name=\"module_h3.CoordPair\"></a>\n\n### h3.CoordPair : <code>Array.&lt;number&gt;</code>\nPair of lat,lng coordinates (or lng,lat if GeoJSON output is specified)\n\n\n* * *\n\n<a name=\"module_h3.SplitLong\"></a>\n\n### h3.SplitLong : <code>Array.&lt;number&gt;</code>\nPair of lower,upper 32-bit ints representing a 64-bit value\n\n\n* * *\n\n\n## Legacy API\n\nH3 v4 renamed the majority of the functions in the library. To help ease migration from H3 v3 to H3 v4, we offer a legacy API wrapper at `h3-js/legacy`, which exports the v4 functions with the v3 names. Users are welcome to use the legacy API wrapper as a transitional support, but are encouraged to upgrade to the H3 v4 API as soon as possible.\n\nNote that the legacy API is _not_ 100% backwards compatible - it's a thin wrapper on top of the v4 functions, so in cases where behavior has changed, the v4 behavior will be used. In particular, many of the v4 functions will throw errors for invalid input, where v3 functions would return null.\n\nInstallation:\n\n```\nnpm install h3-js\n```\n\nUsage:\n\n```\nimport {geoToH3} from 'h3-js/legacy';\n\nconst h3Index = geoToH3(37.3615593, -122.0553238, 7);\n```\n\n## Development\n\nThe `h3-js` library uses `yarn` as the preferred package manager. To install the dev dependencies, just run:\n\n    yarn\n\nTo lint the code:\n\n    yarn lint\n\nTo run the tests:\n\n    yarn test\n\nCode must be formatted with `prettier`; unformatted code will fail the build. To format all files:\n\n    yarn prettier\n\n### Benchmarks\n\nThe `h3-js` library includes a basic benchmark suite using [Benchmark.js](https://benchmarkjs.com/). Because many of the functions may be called over thousands of hexagons in a \"hot loop\", performance is an important concern. Benchmarks are run against the transpiled ES5 code by default.\n\nTo run the benchmarks in Node:\n\n    yarn benchmark-node\n\nTo run the benchmarks in a browser:\n\n    yarn benchmark-browser\n\nSample Node output (Macbook Pro running Node 12):\n\n```\nisValidCell x 3,650,995 ops/sec ±1.67% (87 runs sampled)\nlatLngToCell x 429,982 ops/sec ±1.39% (86 runs sampled)\ncellToLatLng x 1,161,867 ops/sec ±1.11% (84 runs sampled)\ncellToLatLng - integers x 1,555,791 ops/sec ±1.29% (86 runs sampled)\ncellToBoundary x 375,938 ops/sec ±1.25% (87 runs sampled)\ncellToBoundary - integers x 377,181 ops/sec ±1.18% (85 runs sampled)\ngetIcosahedronFaces x 992,946 ops/sec ±1.13% (85 runs sampled)\ngridDisk x 194,400 ops/sec ±1.16% (85 runs sampled)\npolygonToCells_9 x 4,919 ops/sec ±0.79% (87 runs sampled)\npolygonToCells_11 x 368 ops/sec ±0.76% (86 runs sampled)\npolygonToCells_10ring x 76.88 ops/sec ±0.57% (68 runs sampled)\ncellsToMultiPolygon x 760 ops/sec ±1.06% (86 runs sampled)\ncompactCells x 2,466 ops/sec ±0.75% (86 runs sampled)\nuncompactCells x 715 ops/sec ±1.15% (85 runs sampled)\nareNeighborCells x 1,073,086 ops/sec ±1.56% (89 runs sampled)\ncellsToDirectedEdge x 692,172 ops/sec ±1.06% (86 runs sampled)\ngetDirectedEdgeOrigin x 995,390 ops/sec ±1.60% (85 runs sampled)\ngetDirectedEdgeDestination x 930,473 ops/sec ±1.11% (86 runs sampled)\nisValidDirectedEdge x 3,505,407 ops/sec ±1.05% (87 runs sampled)\n```\n\nWhen making code changes that may affect performance, please run benchmarks against `master` and then against your branch to identify any regressions.\n\n### Transpiling the C Source\n\nThe core library is transpiled using [emscripten](http://kripken.github.io/emscripten-site). The easiest way to build from source locally is by using Docker. Make sure Docker is installed, then:\n\n    yarn docker-boot\n    yarn build-emscripten\n\nThe build script uses the `H3_VERSION` file to determine the version of the core library to build. To use a different version of the library (e.g. to test local changes), clone the desired H3 repo to `./h3c` and then run `yarn docker-emscripten`.\n\n## Contributing\n\nPull requests and [Github issues](https://github.com/uber/h3-js/issues) are welcome. Please include tests for new work, and keep the library test coverage at 100%. Please note that the purpose of this module is to expose the API of the [H3 Core library](https://github.com/uber/h3), so we will rarely accept new features that are not part of that API. New proposed feature work is more appropriate in the core C library or in a new JS library that depends on `h3-js`.\n\nBefore we can merge your changes, you must agree to the [Uber Contributor License Agreement](http://cla-assistant.io/uber/h3-js).\n\n## Versioning\n\nThe [H3 core library](https://github.com/uber/h3) adheres to [Semantic Versioning](http://semver.org/). The `h3-js` library has a `major.minor.patch` version scheme. The major and minor version numbers of `h3-js` are the major and minor version of the bound core library, respectively. The patch version is incremented independently of the core library.\n\n## Legal and Licensing\n\nThe `h3-js` library is licensed under the [Apache 2.0 License](https://github.com/uber/h3-js/blob/master/LICENSE).\n\nDGGRID Copyright (c) 2015 Southern Oregon University\n","readmeFilename":"README.md"}