{"_id":"mapbox-gl-circle","_rev":"64-6c35bc6b495e67c45c02709a00c67061","name":"mapbox-gl-circle","description":"A google.maps.Circle replacement for Mapbox GL JS API","dist-tags":{"next":"1.6.7-1","latest":"1.6.7"},"versions":{"1.2.3-rc.1":{"name":"mapbox-gl-circle","version":"1.2.3-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"4880fa50290091fab885b410b918c499568d8b6a","_id":"mapbox-gl-circle@1.2.3-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.6.0","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-YkpAetAenGTWMldbkT8To8jrGHLOcYOb+KZuQ5HE/f4y/X4xargnjIASUM5EQaPcPfQzEya38woebAFpfP8nwg==","shasum":"f2630237bd6e02bd1b2b6de48193cffce95a734d","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.3-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAGvkI2MlBy+bBNnN5BF5XtltRw63HAt6p9zhvhSTmSbAiAaNQNghSblPp9sHZay1DrpQR3GbM7Opwf6cUy5vM8xgw=="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.3-rc.1.tgz_1504089229896_0.5769042347092181"}},"1.2.3-rc.2":{"name":"mapbox-gl-circle","version":"1.2.3-rc.2","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"46482b127aee6da7ee5864ab8635933db56b3212","_id":"mapbox-gl-circle@1.2.3-rc.2","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-fTIKD1E7FnHwY0GabSF63YptDkS2RXI5FR9Lnx0523P6e8S3LtRshauL8ISPhdCjpVMNwkjgf/iGKR4wDlMKpw==","shasum":"73e873dd3c99e2c318aee1b2186b34efffbe804a","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.3-rc.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyFLXrZsUH51ovWhSc1sTkDJASi9yJLBGYMOs2cC/GpQIhAOjBpRROCnAhSLajv6K9JQFgU1cQRkz+RldmguGomQb1"}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.3-rc.2.tgz_1504091855399_0.7507025299128145"}},"1.2.3-rc.3":{"name":"mapbox-gl-circle","version":"1.2.3-rc.3","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"46d5bf52d5cddb64440e1f31b80b777ce0d9a0fa","_id":"mapbox-gl-circle@1.2.3-rc.3","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-6LWVqfcj29wijlHap27QiVix08tLeKsfWNe8aGbVDbELzqTn9AoTyMWk56F3bP4+kA/7VVAyOAPHyfdUSlhzpg==","shasum":"cfd4ac239dc717768bdcfdd6eace728d297a7642","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.3-rc.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVaghAA4i8cwqMC93vr2OqjGVDn/DCeQcdjPT4MxlFkQIgHfN+6w144KyP2oP/pp480wklUcG3ovhbEsf2sWvuCsE="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.3-rc.3.tgz_1504093666149_0.726676271064207"}},"1.2.3-rc.4":{"name":"mapbox-gl-circle","version":"1.2.3-rc.4","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"ecc25281476bd33edaa4ebcb175a0c59f53f5322","_id":"mapbox-gl-circle@1.2.3-rc.4","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-jcL6JwJmiX/d+DVlwuCCzalEDCIuSR+xHf/n83RID4lRVoN2Tezf7RPsSMcIRZFquhR1VXWOebq4HekG+YofYA==","shasum":"e1a5bbe010b85677af0cacb19a7cee0e862c2d48","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.3-rc.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICRbuOM4ppfSXxTAaNdw3l9FMyfZx2Qdish4I9hF62zyAiAOSO/8Z+jm1rN2cPv78ctVbaXXATFs5VzRvlhO/IQT8Q=="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.3-rc.4.tgz_1504096221239_0.8333536621648818"}},"1.2.3-rc.6":{"name":"mapbox-gl-circle","version":"1.2.3-rc.6","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"92465d873dedca8cad3e2ba93a111586333a4ec6","_id":"mapbox-gl-circle@1.2.3-rc.6","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-SySUOn0A/si1AY3x8uIz3XAQrC4ALqmSdCQSt9qIeZ6KKJ7jSyw5tqBOp8xLeQQjJ0IewPqxPCFS+Kt2HBPEtQ==","shasum":"0046058457c0931807cefa2d65a51d3b0bfc09ab","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.3-rc.6.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXdkMTlVS4mfMlgeYjha228Cv6/8rsoG8qfgVSLn1DEwIhAJFNG1iCVaUD0/PJkOvuGVU3dciGxXevxAfamcBZHXIf"}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.3-rc.6.tgz_1504105602432_0.12561025912873447"}},"1.2.3-rc.7":{"name":"mapbox-gl-circle","version":"1.2.3-rc.7","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"b7efbaf8b000d709c621dc08ce3301b55d7aa9de","_id":"mapbox-gl-circle@1.2.3-rc.7","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-QOQrT/DfLrEtxzce8dbXrNPiOhVTn4t9GVQyfBaY1shbnst1vNhlD10AIy0yMZQhw7z9OK6u2JuFlY9JpjLQ6w==","shasum":"bb0a684a9f2d0d8982d6fda506216995576aa1ba","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.3-rc.7.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGxH2lPvWRo1gTo95Jxg5gXGdaWoX+eRfm2QMX3nFDX6AiEAlSJmRwT23h7Zd8MrLQzxbnjMTVcrA8k0g6FsJoJj2IY="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.3-rc.7.tgz_1504106144641_0.9908696282655001"}},"1.2.3-rc.8":{"name":"mapbox-gl-circle","version":"1.2.3-rc.8","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"b7efbaf8b000d709c621dc08ce3301b55d7aa9de","_id":"mapbox-gl-circle@1.2.3-rc.8","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-mswrFgYsQJbgFNfu/W8JETmS4EkKsFn9qBq/w9KGFWFZJfOhqRW1sb2fBxOKa6OldCXBUjwKZQBfDEGghmwikA==","shasum":"cd684789815bfc360651f8e3559ce884030e2a2b","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.3-rc.8.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCl9JyHdOKLKvF/I4AZgUNGFNgJdBQkJrKMrLBAJh3kdwIgEUswpnKpnPB7DahG3Jl4hryO3+vJ4sVI8oWzQwBk5Vo="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.3-rc.8.tgz_1504106339104_0.8400008114986122"}},"1.2.3-rc.9":{"name":"mapbox-gl-circle","version":"1.2.3-rc.9","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"bf574d316955e4167433f0e115eb97ff548123bd","_id":"mapbox-gl-circle@1.2.3-rc.9","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-464Wc0vf8EwA+ak2Acvbe+wkPXE9/S2KvLtE0Ib5Ng0NvJzDvk7idZ4b0h3RDe90R6lDNufOQCnjPP4R65S8lA==","shasum":"633ba4f0f80c05e4a91c4edf1793108834c19db0","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.3-rc.9.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAJgSZhJlsRN7P4ufXreynojzZHEWjLuVnJNxMCcPm3EAiB8gO14JEo7BIaPkAKrE2xQCpefbeD82ezOcVD9AFcI2A=="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.3-rc.9.tgz_1504106911354_0.2931928632315248"}},"1.2.3-rc.10":{"name":"mapbox-gl-circle","version":"1.2.3-rc.10","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"1eab0078ca24cab95284b20be89e02aa3aa75402","_id":"mapbox-gl-circle@1.2.3-rc.10","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-3ZyX29NK1z5mkkIr2uEhA236PxJqVrKkVRtw0riSpPqIt1/QpFEhebJ6NVZtvJVMRxZwAQ6t+9OloUPxkNScTQ==","shasum":"030f4defeca83bb336535710374737cd34e19b6d","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.3-rc.10.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQJxwq3Cwc/BoY8t9soiG71vaFZQNuZzkt809gRrw+WwIhAK6IbR1AjNOd2PWYZErfd2GSghFUxDX1GxZiewE06FBD"}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.3-rc.10.tgz_1504107010834_0.11242238455452025"}},"1.2.3-rc.11":{"name":"mapbox-gl-circle","version":"1.2.3-rc.11","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"880f011e93e917229cfadad5aa138aa5efef1c8d","_id":"mapbox-gl-circle@1.2.3-rc.11","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-92Wu8KjMbWvSSAOr+H+86FiCLBjbwUbxWC4KPAmJgyao+7Fy25uMp1UEUBNHd1RpSDcKX6kbWiVIUkWM3BFS3w==","shasum":"0cf4af5875ac0cb98fc0a844c5fbad68c4af3bec","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.3-rc.11.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAkk2sZdjkED5CHdRPJ0Io6rZPZmGH6y4OuszcmHOOkwAiEAwZFbjj67X/rclKz00KQOKsWXm4E2HlCevWOMdrtn180="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.3-rc.11.tgz_1504107097621_0.40384327713400126"}},"1.2.3":{"name":"mapbox-gl-circle","version":"1.2.3","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"3da56cbd8c2ccc820b13b5f5f1e6ec879cfb9c87","_id":"mapbox-gl-circle@1.2.3","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-4ty+GZ3njoAtHENsOHK23FH14aiSY+XpBPS4330HoRy6RY+Ur+U3yMYi6zWr3hgM5J+7s9RPUusr0Z0ZQfdehw==","shasum":"8fe3320b54957d35f76ab864f44e287b25370164","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkX9njpR4HY/zvyPX/FS8pQwxOQDKOf2ew4ReOiokmLwIhAOL7TKbZlZomECWuOT04pwvlvhWNL6PpBZ78hz5zWOCL"}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.3.tgz_1504109936948_0.49969223979860544"}},"1.2.4-rc.1":{"name":"mapbox-gl-circle","version":"1.2.4-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"eaff19c4f588ff8f793501d1bc6c3bafc634d576","_id":"mapbox-gl-circle@1.2.4-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-NzwWZ4OX5X/5PnFgMHeGyKfJ+j56AXUZSTtpaRoQCWlWjYR6DZKywZgkXQ6ZCrQjpPUa1FEDkJ3e4JUgH8YVGg==","shasum":"30dd0892100bb5e25c62deaf148c42f47e17e0be","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.4-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQClJ+Fd4gTJcS5e3V9C08gU1E3WndPR3JFyAFnFDtLx3AIhALhNc8cvhqViokdZPJTdOpTn/QD+2OtCahZF9mJjehrx"}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.4-rc.1.tgz_1504367866127_0.19813182298094034"}},"1.2.4-rc.2":{"name":"mapbox-gl-circle","version":"1.2.4-rc.2","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"eaff19c4f588ff8f793501d1bc6c3bafc634d576","_id":"mapbox-gl-circle@1.2.4-rc.2","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-2fdh/s90I/WvED2P3en/LPFsfZjMDKu8vkf8FaQnXzULdvpZbJKyoYqefCeANE8NMoZCDEH8fkmIY+kGJGeI0w==","shasum":"8cc68672e9c997291f34095ae2091ce529d410af","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.4-rc.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDc6rPFHRlKWO1Xgqyprq3CR+yPYZNNcRNL68j2Dhr4ZwIgAYZ3iU0DwIG8KFCHTk3LhXxwYPv2mCLROIcW9t8eg4c="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.4-rc.2.tgz_1504370621559_0.7444239337928593"}},"1.2.4-rc.3":{"name":"mapbox-gl-circle","version":"1.2.4-rc.3","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"eaff19c4f588ff8f793501d1bc6c3bafc634d576","_id":"mapbox-gl-circle@1.2.4-rc.3","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-xCukvqNG7UPNbjvPq+kymlQkZfcbNk/gInA7w+cMrEI13v+RS7CPUM0SEbgk7zFAhBNk+zBYU7YNME864qH9FA==","shasum":"ea87f737e0a7eb31185a5ecdf78168677b80d579","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.4-rc.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBVhU/GBABWzQo98lGb5kldUZD/j/G9Yp9xwGxVz4bgzAiEAryyHAjpbTwAoro0GkWqG4qn5O0ytrvoFJLFD5IvExuU="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.4-rc.3.tgz_1504370936568_0.1762847788631916"}},"1.2.4":{"name":"mapbox-gl-circle","version":"1.2.4","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"7b535cda9c1c82edc938f9af77a99737efc9e11a","_id":"mapbox-gl-circle@1.2.4","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-4HiF9KHNHmykjbncMph3q8P73rt6VsHuHv1nez1Dse3aFNv6NVPFu8GhHREVmWtSydL5vba3pc4x+Bh5vB3L0w==","shasum":"8185985294060844bbd9eb6d533c37589ba98415","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8SfEMQdLo+Uexmh7Pc3ckbGO9PRuseSjf3VPIP98kWAIhALER4zYWqLYhWpFIRjOQqton++k9Jx70UouPKhOrSTtB"}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.4.tgz_1504371142792_0.6771286251023412"}},"1.2.5-rc.1":{"name":"mapbox-gl-circle","version":"1.2.5-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"53c0d5c313303646856d05a38032b3507fd69958","_id":"mapbox-gl-circle@1.2.5-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-UcdUF7XubZmcOVMBxbLRkPlkheF6stTanAJXlrC7wn8eACvuNbR3f9TpjveUP6JVMbB187L8/Rxs0TDgwQolNA==","shasum":"e5e4a7a7d44048b49acd0b96722fe4d7df829d30","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.5-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICZSsLoDcYXCopGklh/vlwXMxfFsgOJWiPnvZo6q60m0AiEAySrjNigh17xeq51Bu8KfTNc3z+2b5nK9/3XD/pJzgGk="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.5-rc.1.tgz_1504451017379_0.512378660030663"}},"1.2.5-rc.2":{"name":"mapbox-gl-circle","version":"1.2.5-rc.2","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"53c0d5c313303646856d05a38032b3507fd69958","_id":"mapbox-gl-circle@1.2.5-rc.2","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-trmWlUNTSfnSltEoMTOE24TWsF++/uwMauRVOqBBd+PwBY7VJZY8PDMd5+XgQJbdDjksO6RsBaQITVbB8oij8A==","shasum":"76b39e9ad7da49bde229d6dbf2a3ff3317777f65","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.5-rc.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDJ6xkQoCUmA9++s5jfKmSSpCA1MRzJS8QvLdy/wZDi+AiB4Yms0RNoreCOIUFZq//7+u9/mCo5iNdxHM3v6+EScKg=="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.5-rc.2.tgz_1504451226916_0.8360572117380798"}},"1.2.5-rc.3":{"name":"mapbox-gl-circle","version":"1.2.5-rc.3","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"8fbd602d9c1657e1702976b1e3320e23174d76bb","_id":"mapbox-gl-circle@1.2.5-rc.3","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-XC38kxw0IAqY38dGlUWS50533FowpMv4UJi3sUvqrHNeqB35uGtytmnV7tdbuUaBIKm4ToE3swEuaYdDPcHL5w==","shasum":"01cca4cce264998ecc0bffad4ce7cfe6aff9521f","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.5-rc.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFj0JvAeGJPqjEu30Cwat6sNul1NqsVrX0iYK+P+pB/BAiAvs7PVNkUktZZuX2ne+hSig9RiBdeqUQEce4MXhkvFcw=="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.5-rc.3.tgz_1504452707301_0.9955029105767608"}},"1.2.5":{"name":"mapbox-gl-circle","version":"1.2.5","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"c9780c9b31e58330d19f3e8a35a23d3d99fb10e9","_id":"mapbox-gl-circle@1.2.5","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-/cya2qigtr3NzSo6IcmOMvFnmb8OjofTE494XCCKogJfaQgh8hXCCeiohOnc77vYqv/6yUe6Gfys3V5CP2Hsig==","shasum":"4010f9737d153bda750173fc846c2b516dc84b71","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.5.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZhXbyJqpu1TyQfphf4+ZvFMVjJBOdLX+4lsdD36W7uQIgLcOwwXkTF5RwWanSnE/Euf0ElSmRw7AEd8EjbrnsdWI="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.5.tgz_1504453250380_0.16741282399743795"}},"1.2.5-rc.4":{"name":"mapbox-gl-circle","version":"1.2.5-rc.4","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation build lib/main.js --format=md > API.md","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"8fbd602d9c1657e1702976b1e3320e23174d76bb","_id":"mapbox-gl-circle@1.2.5-rc.4","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-tdr2s+YhD446QeSQWOnsGuJksIJkaUpHbcBXrA10GXU4FqjLamx3+liLW36W/+XAeRNocB3P0QzZToE0W42H/g==","shasum":"4a54050c2d377fc9c02d76e54f78594706b8b7ad","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.2.5-rc.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDe3C4+egMYhQKgdYzKRCvQTo/ccr0JV3IoFGe3F2leQwIgH+IuP1vD+OoKv9tLnl+BfDvyUyYPfEx0K+4Mrio4SJk="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.2.5-rc.4.tgz_1504920681679_0.36223483504727483"}},"1.3.0-rc.1":{"name":"mapbox-gl-circle","version":"1.3.0-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"b7ee1a86ff2cac119920bcf49e497f113e13016a","_id":"mapbox-gl-circle@1.3.0-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-MW6GfP738GuIsinB9tXp/G98/U1PhxcfTuHeljc/jTgKFnnfkz+ku8fzc6QtDTVSzi6mnVIhgETJRyXSuTAm0w==","shasum":"e2a8bf3b2721764d7861838f49ef134641e6b3e0","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.3.0-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXkUXoE+lxZ5ldY6eGjTpMfW9TYRxqqbkSm82s4JLpEAIhALHLuLfQlL2BnfXe/t0efQtVqWkCL0yaRuwrXVoiFL+x"}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.3.0-rc.1.tgz_1505055574489_0.8765425046440214"}},"1.3.0-rc.2":{"name":"mapbox-gl-circle","version":"1.3.0-rc.2","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"d142e596532e6b68a34dbf4d5db748e146ab5616","_id":"mapbox-gl-circle@1.3.0-rc.2","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-J4dEdC6jLMbCFMVH4cVXQnRGg4t77i2KoLZ2OFkqkXFfzPmLHs465yzYdXsYeoMSwdCEmEp6puwWI/wglAV3yA==","shasum":"dbb745547a828a6438382cdabe366d9e06217442","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.3.0-rc.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEZMn97fL4WG7oYwWkzOJqRSzqp3zrcNDhpFSOm3Z+KXAiBe5e56eXtyLNxrD24FvLGsrr2QJDk5uo9meMD3ZpSZiw=="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.3.0-rc.2.tgz_1505056048893_0.8103147740475833"}},"1.3.0":{"name":"mapbox-gl-circle","version":"1.3.0","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"2e9a0913efdb662dce1fa51e13249267357e2093","_id":"mapbox-gl-circle@1.3.0","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-lDGomIlK93mEmYhx/fzD1nUD6504ZKKuk2Mt8jC0t1BNODGBDfgugf1CloSa1ijdIhpB2OqoKRpXV9Poiq+CGg==","shasum":"d8f17d839d025282f45eaa9e7438392ba1e1b89c","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.3.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH7Afdwn4pGnzQLYH7KxwJZ9CEsEdwsCM8+DG7YlK74cAiEA9JQqPViH9mQ2rG0ZAdp9Lq2RZdPKOAtwqFkOfcozef8="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.3.0.tgz_1505056699238_0.8309399581048638"}},"1.4.0-rc.1":{"name":"mapbox-gl-circle","version":"1.4.0-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"08406f843d741a94713d107d47206d2891758734","_id":"mapbox-gl-circle@1.4.0-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-TJIsDWCct63qzNTsemO2N4dFqQgK93N38+Y0pf8QH6kXSc8qlYqVB0TDYH+9aYfCFlms1sIa8+gCiI4djLsDlQ==","shasum":"3faee74ade86fd06e863514ba87c1df6a71c00d5","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.4.0-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC3XZRJ4m3tuju+OIXuCTz8iGNk4iaD02BMfy/fOAyaxAiAKOqfMD/Ls3ocZAbZ6gOjcVu8ngeJEgUzSM3W6W7ekIg=="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.4.0-rc.1.tgz_1505499351993_0.9615290095098317"}},"1.4.0-rc.2":{"name":"mapbox-gl-circle","version":"1.4.0-rc.2","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"08406f843d741a94713d107d47206d2891758734","_id":"mapbox-gl-circle@1.4.0-rc.2","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-j2EZlJsgCWbrMTxGE7vVqgwLriI5+bBuemjFhfJbPQKQv+rr1GF7C/PQIc6J/zeGWwlW8ZFYGTBNLZb5LfYdMw==","shasum":"8f24e745a8e6fc7e5767b242c393161b641cbf82","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.4.0-rc.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICg16/PvZSiXiyIOpOQ+g/XHSpXbY80nuGPtq37fc+GCAiAe72DUQ/iuAjweZ7yVV4XATRLsupJY0ymddUR6ULqKpQ=="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.4.0-rc.2.tgz_1505499562436_0.47000916535034776"}},"1.4.0-rc.3":{"name":"mapbox-gl-circle","version":"1.4.0-rc.3","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"08406f843d741a94713d107d47206d2891758734","_id":"mapbox-gl-circle@1.4.0-rc.3","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-kh2Fnx97lnzn4y8hhuQjCEnFENsKqzuUt/naxYx6EXUsc4wqdHYDYDSpohhO4fYi8bngcaW6hVnWVorQxQrBQA==","shasum":"5671c6e2c416f1d7e94c97419c57907266748b25","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.4.0-rc.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDFoKK6T54p8k7m6j9O8js6u1eIrQC5HdehkMbc6V/qmAiA203NLxLYrd56+QjEJg0QdX7fGZsAlDLj/D/0I6PrKfA=="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.4.0-rc.3.tgz_1505499758828_0.6522829933091998"}},"1.4.0":{"name":"mapbox-gl-circle","version":"1.4.0","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"c050ffa4d089680dd0378a8961f613ade6468145","_id":"mapbox-gl-circle@1.4.0","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-akh+A9FzFaNcbfbXg1k0x6MMBsNTgfuwf4RLb5unBYe1GdoPgLNKkH5zloWX43/t/VG4HxlJeTORWT2ukpwNMw==","shasum":"b568dea0d1ab86bd5147aa6e1cf2cdd520908fe5","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.4.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNRrwIWCMJrlcfCWFW0U548S92MRsFuYhbKyM+UXPI/wIhAN85iU8UtDYTI+/qGkSuiFobTzuGTyQ/6lsx2oMmcv3M"}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.4.0.tgz_1505501120275_0.0039085159078240395"}},"1.4.1-rc.1":{"name":"mapbox-gl-circle","version":"1.4.1-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"262474b96b327bace104314206b73a56c2c5c07a","_id":"mapbox-gl-circle@1.4.1-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-IJ6oa6VJ6RNP5oi2hncpscvuRFpihZttqs2d66au6zCP5vYdSZ7jwOKRX8pNtTQ5gzH4dKBgyW5wFU27N3qgoQ==","shasum":"bbfb3c4b301190f2199bb0d7f49c9f809c855c84","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.4.1-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4QdjUb8V/uA/T1H2hAhZkb9g/4aL7fQhFQdG5WrJRlwIhAMtvvBgOtMHKvGY9IGlrVob/Mqp9Rfq6cPybF4XLKwwm"}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.4.1-rc.1.tgz_1505569420799_0.6001380949746817"}},"1.4.1":{"name":"mapbox-gl-circle","version":"1.4.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live -- -t brfs ","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"aac94aa1d36dd7331b6e7220cfef30877277b383","_id":"mapbox-gl-circle@1.4.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-MHxVz16BBARrj6WyTf6BugZ+sJiG4SYE+VKMBq1ra4QLcdCMhXQu//F1gA18fam/8Vv8Gs6dkaWpnSbkE8jQeg==","shasum":"e3c99f488d4d64fe8ce17f8e4c94c7ac12d290b5","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.4.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHfIYDRWPTMs6s7Lwgr61hm5r6yNaBaEd1MCeopfz8LXAiA6YUcIio0tXN/IRwh5OW2S3fY95nYAPb2mHWG7KQadHA=="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.4.1.tgz_1505569682377_0.39591236179694533"}},"1.4.2-rc.1":{"name":"mapbox-gl-circle","version":"1.4.2-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"f2aae04cb284b3e212121280f340747fa585ee34","_id":"mapbox-gl-circle@1.4.2-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-vCc6p9IAensG3rzRwm2nygDLpGMAb/GB7L25R8WRt3g5qy3boK0q/BE15MFeWsJnDoZeU+O+tp8lRNFB5NKvug==","shasum":"093e388b98eb0f6e7be3ebbadbdb36fc4a6c461e","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.4.2-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH9Veq5waECBdUm2H55p2LHfm3NbLLQ2vwv3sLK5wEd9AiEArhO0P1X71FYZSuyFRqbjnEVyz/rFADkKz9Pu4bTelUs="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.4.2-rc.1.tgz_1505643429822_0.9044881756417453"}},"1.4.2-rc.2":{"name":"mapbox-gl-circle","version":"1.4.2-rc.2","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"9465b52c92b91b909118c91d222a24f60f680aee","_id":"mapbox-gl-circle@1.4.2-rc.2","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-6WjOmNTvgRmiYOtITuf2b5nlbX0yXdzpxUx4onEHkSPYIskLEdC4RZjUSSv8uF+1tl/1RkcBOWibEY0q8qrYTg==","shasum":"5bb4a4c3c8a0304489a8f6da0aca2a275039a01a","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.4.2-rc.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKL1N3IOKCiwW4HaqB6V1z+IcvASA7NPA3Cf96jmhQ2QIgJ0wQt0K/z88/s7ViiVanwP9z8PsOLkr6PNWTwpRD1kQ="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.4.2-rc.2.tgz_1505644281423_0.5514647716190666"}},"1.4.2":{"name":"mapbox-gl-circle","version":"1.4.2","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","uglify-js":"^3.0.24","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.38.0","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"40f262ae1a03f23063dc4970a117d80b5db8225e","_id":"mapbox-gl-circle@1.4.2","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-NiHBvGzp0ggk9b9ESSC6yysRZWMzUXrvYjD5YkqgWK/nbQVbmTMCDKHWL9YLTYuRGsCKA9OcHxj1s18g3NDfsA==","shasum":"ee255d5ca53ef8b811b5621d6c47d6378412224b","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.4.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAKxc+1QcSD1zVxCyH5aoZZVEXEUNcwVYvERhXxCc6tAIhAIeCvqXH7j3R3o40cg8lHz3tfSMLi2sfJwK0ZugWOBCv"}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.4.2.tgz_1505646724411_0.03884302801452577"}},"1.4.3-rc.1":{"name":"mapbox-gl-circle","version":"1.4.3-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"f032a56d30a286258b8b071a1039d5fedcf9fa29","_id":"mapbox-gl-circle@1.4.3-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-cr3kpM5S6Y7VO7envmauNAgPadBw688axb+T88VXoEJcnNFaaTkc64RS7LMXVmJbTAVoX1tE66DrWeMFv6eYCQ==","shasum":"a5cc628dfa0de551f1a6e999779912adcef0bc87","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.4.3-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJTCling4DxXkKSq2h3y1+wM2mjxs2pIJzSjnIshAyJAIgZOCgYCxKw+NuGRaRcjWM+iUxtM8R9nY/AiqKraWxS8s="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.4.3-rc.1.tgz_1506250944585_0.8269254460465163"}},"1.4.3":{"name":"mapbox-gl-circle","version":"1.4.3","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"60dbe1de6c7967b4b788dca19099002054349f89","_id":"mapbox-gl-circle@1.4.3","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-zlYXoSwVYpCLL/FTwR+LY5ips5aSY9gywFvFnhwew0OXfMjRFvfgi3BMwharUhnVcu+zOG/w46Cq3waVAERdog==","shasum":"66bf2b373055b7c701194e737f883cf429eee941","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.4.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCo4BjCXY3PVjzl59PITiOqzYBWqu5hueE/h+uaHXoowIgaJr3KkL1vZCRvsAxAesZyvPxp/4m0AZJA+QvvxER6Ck="}]},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.4.3.tgz_1506251337790_0.8469329613726586"}},"1.5.0-rc.1":{"name":"mapbox-gl-circle","version":"1.5.0-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"7892549aa11562891ed0f945582a42467522a41b","_id":"mapbox-gl-circle@1.5.0-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-+hqZbFUmXjsOg6N1kGY+k0O5tgzhHumuIljPEoi6AlWC+ITfAf6Lfqnz/e197RSAgEILIs9aUEkyVfhGFENlNA==","shasum":"9c5357550fe824b9ceceb28718254d6ad41f7fe6","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.5.0-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOMLBV/eN3dSXXdURYW3GzNSlqzfboTL6fU/u9Gcn4NQIgR/dxE/AdH9gCMnH5eK0jTCbKwBWLUBf02IvpIooDUwI="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.5.0-rc.1.tgz_1506844115694_0.08964086975902319"}},"1.5.0":{"name":"mapbox-gl-circle","version":"1.5.0","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"673e423c82e8c9728b7403d5c186e9081b9810ea","_id":"mapbox-gl-circle@1.5.0","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-UpebJ5Sa6vWIuU1Y31n3NPNUrfez8M2EHOkaQWSirTiHn3aD6I9gdh7kjKTSzX4ydFtelv7LWr1dTbOUnHz11g==","shasum":"842203a1a69a1f51270364d214395e8213ef4e59","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.5.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOTZ/JmRsj2wBQV9j2jt/YghIFs8UOFezocrf7CRl21QIgFqTqWf+BKqXSdHy7baHTBMkwzwgXuKxEzzrOq1erMw4="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.5.0.tgz_1506857650763_0.9873356153257191"}},"1.5.1-rc.1":{"name":"mapbox-gl-circle","version":"1.5.1-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"76a129918ed93c1b1428e60c78d188af9d2de7ff","_id":"mapbox-gl-circle@1.5.1-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-Jlfepunwa69yMIWEGQ5YaQn5aZQ9zwI5kH0QnV4YS1zvlJ/wMz8/vPb4t56QHBWIlquzGWA2qlSi7xj9RDcuVg==","shasum":"79e959600a955b493f333a699691e4fd5d1ce64a","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.5.1-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBvhTtd9Na3e+IrjxXQwox+5dSHyqNGTfWoiZz7YD8qEAiBf4Miis4Z6AimIXxWI7Lg03dMBeSAy2nL4sD1xASDSEw=="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.5.1-rc.1.tgz_1507405258329_0.389196724165231"}},"1.5.1":{"name":"mapbox-gl-circle","version":"1.5.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"acdb5838a5111762ba6af0631fb7dfc408cc8391","_id":"mapbox-gl-circle@1.5.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-1TDS1QIR4zmC+hA/wSaZyY7emQSK2s3tSHVvtnkknl3ryJxsAlgGr3N7boc63YZfpv9+zNzYP9BApCuas83wlw==","shasum":"5026bc3b55fd7038a86cc55008e782bec8aa55b5","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.5.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBsPhGdQz8FBUzXElhay0xvLzrQ0I1nX6bjwOfjq4+9IAiAF/m0XPq6CiqqeVhi+oVLrj1L3p6VtuuXQ9PfMOTMpdg=="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.5.1.tgz_1507405506765_0.1766369880642742"}},"1.5.2-rc.1":{"name":"mapbox-gl-circle","version":"1.5.2-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"3a97507b08a77958a45f28cbfd0facfe018198ac","_id":"mapbox-gl-circle@1.5.2-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-M0P8j+y4f8IMvaBtSID5DGtw1zY2fGrNushXBN9ZTuL6LqiWRrk/l7CgVdrqsSlbU8W6QRjnjEgZRa0TwEFpkw==","shasum":"4427e30d759df5b8ad75e5903a16a55fb388eafc","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.5.2-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrz26zfRe3Viy9hDxHeldAZFp3Jprc93GXC9k7b2kyqQIhAMeBfsWsfG7q3lImukbsrt+oXH+8VKdleRk9XtN+nZsJ"}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.5.2-rc.1.tgz_1507466506858_0.06468758545815945"}},"1.5.2":{"name":"mapbox-gl-circle","version":"1.5.2","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"22256f3e773919dba4253deca67258a096f6dbf3","_id":"mapbox-gl-circle@1.5.2","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-M7pkweTV9/XMbFkFWaS3yAPN9kSFDp/pyBRlBQX6JqdHP0dvxgox9m6gxqUYwglvLzUlPtZjyCw79OHT8uHNcQ==","shasum":"99c12b7331f1e1ebb5033c2506c6f26025df01db","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.5.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCd6nfczQRwAI3IZ3bwvn4u31huPfmjdJKLNL/U0n3qMQIhAPgWWQbMzpkIN8VP+wuHUxWNFiZYK18V/4IpzJHlEgPP"}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.5.2.tgz_1507466727886_0.38147725770249963"}},"1.6.0-rc.1":{"name":"mapbox-gl-circle","version":"1.6.0-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"82eca3f361b7d2297dffee199f1b5f307dda2e95","_id":"mapbox-gl-circle@1.6.0-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-cqiHjRK4Us4W11c3bzcaQez8JsKG8r8TMA8T8QA7HAanLmIxqL7upN3uoBKfJXnbSfPq8Rh18l47Q9w8DAbmVA==","shasum":"02c71100288e32f78e3426de76189e315aeba252","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.0-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEfU2rUKzdgiXv55ZLUQOXukWmhxP8InqaK5RZkGwzOwIgdupl40Vjf/XSygn+PFxHJMKLwmlYEm4o0spFwwNVcHw="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.0-rc.1.tgz_1508699063992_0.810287272091955"}},"1.6.0-rc.2":{"name":"mapbox-gl-circle","version":"1.6.0-rc.2","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"82eca3f361b7d2297dffee199f1b5f307dda2e95","_id":"mapbox-gl-circle@1.6.0-rc.2","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-zjzLtxhqm1Zj+vxX2bqtzvaOkl9mEqIbmE6BPyiyFxFQXfFnds56hXlJRsdXrNQpg+BcLm7ha+5mUAJN6G+GlA==","shasum":"982b188320eb9911558a06cc40a750204a75c52d","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.0-rc.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAbXn0+cx9GYiEOVEaZLsK3pdLHTepneoLiDdPge9DXYAiAxKwR1OjJLTfi4n0LgmQ7Xfpg1uhnosSOU/BRjux3ktg=="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.0-rc.2.tgz_1508699556422_0.0550901151727885"}},"1.6.0":{"name":"mapbox-gl-circle","version":"1.6.0","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"e835061c44efbb81323fa91a2520a43da4d2ac85","_id":"mapbox-gl-circle@1.6.0","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-IY+Emf2pU7KjyKcNHRVDCH2LhRil6PRxfqe3+UcJ58BheXl82lkh2tsxZphK5Kv2pbWZFXkae8+SsSN48i9gAA==","shasum":"89a34fe4096e366492230ba33c0c24e8f190fd4f","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDseiI9UzSZzf7XWbG0+zHzX95UkkonCOr8k8lzkyqV2wIgbstgWj+rCi52uZb0XHixpJyo/0pZIH7AjAeSXdwy5jQ="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.0.tgz_1508700089909_0.20380166382528841"}},"1.6.1-rc.1":{"name":"mapbox-gl-circle","version":"1.6.1-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"fe5524d2b6b9c3c83bc26736f1b0bb603c04599c","_id":"mapbox-gl-circle@1.6.1-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-jzBqghkjar6TIunOZ7TC6ZE6iu3dllfGWrKsGrOFtAmHYjyx123X9ND8jfNHXgUfQQqc9md66HNHBhqjcoBeNg==","shasum":"aa69e89cff864e03fa9dbaa14e92d0c0ef7506e7","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.1-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAmyryKu9S/qJvQOCKbNwBJJrCqiQGcKx6ZNlAiQi8TnAiBYqjJ3irD4ICGyZqo/dUCuCOE7j6d335g9ot3Vqyc+dA=="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.1-rc.1.tgz_1509193899577_0.48435439146123827"}},"1.6.1":{"name":"mapbox-gl-circle","version":"1.6.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"42541dfd149db97631e6a3f0b1ade46f4cf882f3","_id":"mapbox-gl-circle@1.6.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-PLc9eGO9vY2ltcsOmUVRV+MFH2xlfvRI+u6e9pgfU41QiyBw0tpMPYYF336yxcS1ccZnlUoJAU0nPYJ5Qoxvxw==","shasum":"fec62b6477bc5ed687d219165f501e92fd30179b","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCu9F8FrtkeQN49xc2emJrTAsEnUezsuPZQhnnb8fRu9wIhAPy2MprAzezV73DbBmr6ryoVVjsweqawssxOOZzkdU6f"}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.1.tgz_1509218791059_0.05549715575762093"}},"1.6.2-rc.1":{"name":"mapbox-gl-circle","version":"1.6.2-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"b4f79a07ee33420d8ddf98b6875fc7b684011be8","_id":"mapbox-gl-circle@1.6.2-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-TpUY8Je7+BCtun+PslGQgCPr6y7AGGa+zyBDXQb3adXANQ6p+YA+2E5VFJoSQ+rZqBgznf6SDhl/VX2qTPlbLA==","shasum":"60aa2af75f9e09af0bae7e433be9357308e3a7c2","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.2-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICDuFGhgIY/P/2Kx+zglyd5iYK1JjCzkQQ6tV7d93w61AiAP0bHK4vDW4fvopW+IZhZlSIAO7awD5w53PRO7E3jhJQ=="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.2-rc.1.tgz_1512335406804_0.8775625475682318"}},"1.6.2":{"name":"mapbox-gl-circle","version":"1.6.2","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/mblomdahl/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/mblomdahl/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"fbfb4b8613af2733b2154b573d040131661964f0","_id":"mapbox-gl-circle@1.6.2","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-goLl0P9gYTBV0mzE/JonL5C0bBk2XvItjiI6545DMf6BF+egoGGQV16+281j2NKhYcXKoQrbHew4eaIVsQsK2g==","shasum":"96ff22724646a55d07a858b21fa1d8fa02e141d6","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqcZRBTlscAcqeAH+b0IJv1Jy1J0/lb9Rkbg8pXDfhaAIgOq5CaC6xyeT8KeAHDUKquPvtgzpgUkDyppU0HlCjcdY="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.2.tgz_1512335794185_0.053111670073121786"}},"1.6.3-rc.1":{"name":"mapbox-gl-circle","version":"1.6.3-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/mblomdahl/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"8687774ad3915940ae15c29edd07579d8f016d50","_id":"mapbox-gl-circle@1.6.3-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-WPEOS9e0IhdvmiweU4U6eSq2bxPfkDCz6uufbzXzptXR7jtwNogpgIZezR3sFA4ugmuEXa7s5k4cS7pc9v/mGw==","shasum":"c136c588f44a64d898c686d83cdc930db1df485c","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.3-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/8wjhDAyesclfgYwQuGvbgE1qFjBtW3VRljQZNaDJtAIhAMj5eJqNRpY+L9aoAT+dUYrTfhjBjcIPDw3E+NJZaG+M"}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.3-rc.1.tgz_1512663286516_0.1985439087729901"}},"1.6.3-rc.2":{"name":"mapbox-gl-circle","version":"1.6.3-rc.2","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"c3ffc194051c28be75fcd2a9000d2f6eaddfaaa3","_id":"mapbox-gl-circle@1.6.3-rc.2","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-Aj5Y2x9tNBsud1hJn2r59Cz2B8cWiLz2HkgNqW+9Z1ZeIvvgVjfovypu2HiwifMJL5byaMIbtcAooo/2l2Uo8g==","shasum":"2ef68596669acc3b9bfce237ca9d7ff1b9b3ae1c","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.3-rc.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMlhX2A39dwCWJEq1rCdIUbkLVyMHeTrjq3bzxVEQ03AIgeMEwjZg3b/DycOO3iHV9Tz+7hSvOFEl0YmSRau0lgJQ="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.3-rc.2.tgz_1512663458342_0.9856847228948027"}},"1.6.3":{"name":"mapbox-gl-circle","version":"1.6.3","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"c67e751eebab17be59677b905888146c558dd218","_id":"mapbox-gl-circle@1.6.3","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-zyXvNvk4T16jFV34IyLkK8FcW5j3aMCkJr2/pFh/CZWQvs27hbUlt0TTKfNp2vWmilQ8knMfB62cmEDF2E3jPw==","shasum":"dfdd1b9f02d77c87d3a1ee3d5480a85d168301d5","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0arp6ppab9YW76tqIrpeYjYpt2DIWtnwTKnHlaTc3wwIgK+0evVIr58GpqvggzPnUSipA3YKsXdMmCssBzrF9Llo="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.3.tgz_1512663674618_0.3439243577886373"}},"1.6.4-rc.1":{"name":"mapbox-gl-circle","version":"1.6.4-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"9d3e4217145bcf2059569cedaec9e8db14bb4bc8","_id":"mapbox-gl-circle@1.6.4-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-G4LzAd71+6Pja7ffCXLc87RtMlA/ROitlTsp5g92XfRHhR0tr8xXpDbLROprCqj1PTsAV4XtazJrjO0V+Z5w5w==","shasum":"5636966d11bf7df14b7c01b53d6904a86548315a","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.4-rc.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDvrNrEW3gYcOTeFlrc1rRqdwph2qxku2SmTAU6OreQfAIgFBMbr9yfY1ej/aoq7NDb24F8KOk7YJBelAYxS5BHjic="}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.4-rc.1.tgz_1512912740722_0.40083814645186067"}},"1.6.4":{"name":"mapbox-gl-circle","version":"1.6.4","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.3","browserify":"^14.4.0","buble":"^0.15.2","budo":"^10.0.3","documentation":"^5.1.0","eslint":"^4.2.0","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.0.24","vlq":"^0.2.2","watchify":"^3.9.0"},"dependencies":{"@turf/bbox":"^4.5.2","@turf/bbox-polygon":"^4.5.2","@turf/circle":"^4.5.2","@turf/destination":"^4.5.2","@turf/bearing":"^4.5.2","@turf/distance":"^4.5.2","@turf/helpers":"^4.5.2","@turf/truncate":"^4.5.2","events":"^1.1.1","lodash":"^4.17.4","lodash.debounce":"^4.0.8","mapbox-gl":"^0.40.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"8a2cd12e8c079d8ea3f1c917a7163b60c0b4a734","_id":"mapbox-gl-circle@1.6.4","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-m5FlM561Q810k71uwSozSTZPDMnDY0muIIYjZpf1zCvk1vRQAG3oWE+9qg++S4Q1RhgZ5jjz7lIMcPLOZ/f2SA==","shasum":"75e866d7221370c776bdaeebcecbd9a588a0d3f4","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCx4+TG0/5YJYpdJTAVZXakl/cHzdDppaO79v2Y4Q70CgIhAMluZzVlFIlb1TmGhR0AXsunYA0AWteWvKFKD5D8P0cp"}]},"maintainers":[{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"},{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle-1.6.4.tgz_1512916900958_0.4388739517889917"}},"1.6.5-rc.1":{"name":"mapbox-gl-circle","version":"1.6.5-rc.1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.4","browserify":"^14.5.0","buble":"^0.15.2","budo":"^10.0.4","documentation":"^5.1.0","eslint":"^4.18.1","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.3.12","vlq":"^0.2.3","watchify":"^3.10.0"},"dependencies":{"@turf/bbox":"^4.7.3","@turf/bbox-polygon":"^4.7.3","@turf/bearing":"^4.5.2","@turf/circle":"^4.7.3","@turf/destination":"^4.7.3","@turf/distance":"^4.7.3","@turf/helpers":"^4.7.3","@turf/truncate":"^4.7.3","events":"^1.1.1","lodash":"^4.17.5","lodash.debounce":"^4.0.8","mapbox-gl":"^0.44.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"66571f8654aacdc622a1f106bd10976be79654d8","readme":"# Spherical-Cap \"Native Circle\" for Mapbox GL JS\n\n[![Build Status](http://jenkins.smithmicro.io:8080/job/mapbox-gl-circle-multibranch/job/master/lastBuild/badge/icon)](http://jenkins.smithmicro.io:8080/job/mapbox-gl-circle-multibranch/job/master/lastBuild/)\n[![NPM Version](https://img.shields.io/npm/v/mapbox-gl-circle.svg)](https://www.npmjs.com/package/mapbox-gl-circle)\n\nThis project uses Turf.js to create a `google.maps.Circle` replacement, as a Mapbox GL JS compatible GeoJSON object.\nAllowing the developer to define a circle using center coordinates and radius (in meters). And, optionally, enabling\ninteractive editing via draggable center/radius handles. Just like the Google original!\n\n## Getting Started\n\nInclude [mapbox-gl-circle.min.js](https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js) in\nthe `<head>` of your HTML file to add the _MapboxCircle_ object to global scope:\n\n```html\n<script src='https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js'></script>\n```\n\nOr even better, fashionably importing it using a module bundler:\n\n```npm\nnpm install --save mapbox-gl-circle\n```\n\n```javascript\nconst MapboxCircle = require('mapbox-gl-circle');\n// or \"import MapboxCircle from 'mapbox-gl-circle';\"\n```\n\n## Usage\n\n<!-- Generated by documentation.js. Update this documentation by updating the source code. -->\n\n### MapboxCircle\n\nA `google.maps.Circle` replacement for Mapbox GL JS, rendering a \"spherical cap\" on top of the world.\n\n**Parameters**\n\n-   `center`  \n-   `radius`  \n-   `options`  \n\n**Examples**\n\n```javascript\nvar myCircle = new MapboxCircle({lat: 39.984, lng: -75.343}, 25000, {\n        editable: true,\n        minRadius: 1500,\n        fillColor: '#29AB87'\n    }).addTo(myMapboxGlMap);\n\nmyCircle.on('centerchanged', function (circleObj) {\n        console.log('New center:', circleObj.getCenter());\n    });\nmyCircle.once('radiuschanged', function (circleObj) {\n        console.log('New radius (once!):', circleObj.getRadius());\n    });\nmyCircle.on('click', function (mapMouseEvent) {\n        console.log('Click:', mapMouseEvent.point);\n    });\nmyCircle.on('contextmenu', function (mapMouseEvent) {\n        console.log('Right-click:', mapMouseEvent.lngLat);\n    });\n```\n\n#### constructor\n\n**Parameters**\n\n-   `center` **({lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)} | \\[[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)])** Circle center as an object or `[lng, lat]` coordinates\n-   `radius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n-   `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** \n    -   `options.editable` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Enable handles for changing center and radius (optional, default `false`)\n    -   `options.minRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Minimum radius on user interaction (optional, default `10`)\n    -   `options.maxRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Maximum radius on user interaction (optional, default `1100000`)\n    -   `options.strokeColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Stroke color (optional, default `'#000000'`)\n    -   `options.strokeWeight` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke weight (optional, default `0.5`)\n    -   `options.strokeOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke opacity (optional, default `0.75`)\n    -   `options.fillColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Fill color (optional, default `'#FB6A4A'`)\n    -   `options.fillOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Fill opacity (optional, default `0.25`)\n    -   `options.refineStroke` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Adjust circle polygon precision based on radius and zoom\n            (i.e. prettier circles at the expense of performance) (optional, default `false`)\n    -   `options.properties` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** Property metadata for Mapbox GL JS circle object (optional, default `{}`)\n\n#### on\n\nSubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name; `click`, `contextmenu`, `centerchanged` or `radiuschanged`\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler, invoked with the target circle as first argument on\n        _'centerchanged'_ and _'radiuschanged'_, or a _MapMouseEvent_ on _'click'_ and _'contextmenu'_ events\n-   `onlyOnce` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Remove handler after first call (optional, default `false`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### once\n\nAlias for registering event listener with _onlyOnce=true_, see [#on](#on).\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### off\n\nUnsubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Handler to be removed\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### addTo\n\n**Parameters**\n\n-   `map` **mapboxgl.Map** Target map for adding and initializing circle Mapbox GL layers/data/listeners.\n-   `before` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Layer ID to insert the circle layers before; explicitly pass `null` to\n        get the circle assets appended at the end of map-layers array (optional, default `'waterway-label'`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### remove\n\nRemove source data, layers and listeners from map.\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getCenter\n\nReturns **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** Circle center position\n\n#### setCenter\n\n**Parameters**\n\n-   `position` **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** \n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getRadius\n\nReturns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Current radius, in meters\n\n#### setRadius\n\n**Parameters**\n\n-   `newRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getBounds\n\nReturns **{sw: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}, ne: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}}** Southwestern/northeastern bounds\n\n## Development\n\n### Install Dependencies\n\n    npm install\n\n### Run Locally\n\n    npm start\n\n### Build Development Bundle\n\n    npm run browserify\n\n### Build Distributable Package\n\n    npm pack\n\n### Update README API Documentation\n\n    npm run docs\n\n## Changelog\n\n### v. 1.6.5\n\n-   Bug fix for layer switching in `mapbox-gl>0.40.1` ([#73](https://github.com/smithmicro/mapbox-gl-circle/issues/73))\n-   Half-fixed bug causing errors when adding circle to map style without the `waterway-label` layer\n\n### v. 1.6.4\n\n-   Performance improvements for Firefox and Edge on slow computers\n    ([#64](https://github.com/smithmicro/mapbox-gl-circle/issues/64),\n    [#59](https://github.com/smithmicro/mapbox-gl-circle/issues/59))\n-   Deprecated Docker build step \n\n### v. 1.6.3\n\n-   Transferring core project into SmithMicro organization, `mblomdahl/mapbox-gl-circle -> smithmicro/mapbox-gl-circle`\n\n### v. 1.6.2\n\n-   Handle center/radius drag interactions over Mapbox GL markers\n-   Watch for removal of map container and handle removal \n\n### v. 1.6.1\n\n-   Improved move animation ([#55](https://github.com/smithmicro/mapbox-gl-circle/issues/55)) \n\n### v. 1.6.0\n\n-   Add optional `before` argument to _MapboxCircle.addTo_\n    ([#50](https://github.com/smithmicro/mapbox-gl-circle/issues/50))\n-   Updated center/radius handle interactions to make performance issues more subtle \n\n### v. 1.5.2\n\n-   Fix bug where the circle would always show a horizontal resize cursor on radius handles,\n    irrespective of position (top/bottom/right/left)\n\n### v. 1.5.1\n\n-   Bug fixes with respect to cursor style when hovering over editable-and-clickable circles\n    [SPFAM-1293](https://projects.smithmicro.net/browse/SPFAM-1293)\n\n### v. 1.5.0\n\n-   Added support for passing `minRadius` and `maxRadius` options to _MapboxCircle_ constructor\n\n### v. 1.4.3\n\n-   Bug fix for handling _map.setStyle_ updates\n-   Added package version property to circle class\n\n### v. 1.4.2\n\n-   README updated with [Getting Started](#getting-started) section\n-   Improved usage examples\n-   Bug fixes:\n    -   Creating circle instances with bundler import failed\n    -   Docker build serving the wrong `index.html`    \n\n### v. 1.4.1\n\n-   Performance and stability fixes\n\n### v. 1.4.0\n\n-   _MapboxCircle_ now supports subscribing to `click` and `contextmenu` (right-click) events\n\n### v. 1.3.0\n\n-   Added setters and getters for center/radius\n-   _MapboxCircle_ now allows subscribing to events and fires `centerchanged`/`radiuschanged` on user modification\n-   Improved API documentation + moved it into README / Usage\n\n### v. 1.2.5\n\n-   More bug fixes:\n    -   The circle can now successfully remove itself from the map\n    -   Multiple circles may be added to the map and edited without causing too much conflict\n    -   Initial center/radius drag interaction no longer fails\n\n### v. 1.2.4\n\n-   Bug fixes; passing `editable: false` when creating a circle is now respected, along with any styling options\n\n### v. 1.2.3\n\n-   Publishing releases as `@latest` and pre-releases as `@next` to <https://www.npmjs.com/package/mapbox-gl-circle>\n\n-   CI update for Docker image, now publishes releases and pre-releases to SMSI internal Docker registry,\n    <http://docker.smithmicro.io/repository/mapbox-gl-circle>\n\n### v. 1.2.2\n\n-   CI updates, now integrates with GitHub and builds reliably (with unique version names) under \n    <http://jenkins.smithmicro.io:8080/job/mapbox-gl-circle-multibranch/>\n\n### v. 1.2.1\n\n-   Added first-draft Jenkinsfile and started including `package-lock.json`\n-   Revised `package.json` scripts\n\n### v. 1.2.0\n\n-   Removed dead code and unused methods\n-   Restructured library, moving `circle.js -> lib/main.js` and `index.js -> example/index.js`\n-   Refactored helper functions from `example/index.js` into _MapboxCircle_ class, obsoleted _index.html_ with\n    DOM updates in _example/index.js_\n-   Refactor into _MapboxCircle_ into new-style ES6 class\n-   Made _MapboxCircle.animate()_ and a bunch of properties private, added overridable defaults for\n    fillColor/fillOpacity\n-   Updated ESLint config to respect browser/commonjs built-ins and added docs to _MapboxCircle_ in order to\n    align with ESLint JSDoc requirements\n-   Updated project details in package.json and committed first-draft API documentation\n\n### v. 1.1.0\n\nUpdated circle from Mapbox [bl.ocks.org sample](https://bl.ocks.org/ryanbaumann/d286190943d6b4eb70e65a9f76eab5a5/d3cd7cea5feed0dfddbf3705b7936ff560f668d1).\n\nNow provides handles for modifying position/radius. Seems to also do better performance wise.\n\n### v. 1.0.0\n\nThe initial 1.0.0 release is a modified version of\nthe [Draw-Circle.zip](https://www.dropbox.com/s/ya7am28y8eugd72/Draw-Circle.zip?dl=0) archive we got from Mapbox.\n\nLive demo of the original can be found here: <https://www.mapbox.com/labs/draw-circle/>\n","readmeFilename":"README.md","_id":"mapbox-gl-circle@1.6.5-rc.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-vkFA/jf/o8T/NW9h/X30nHn11SaohoPJGza8i2qmUO5G/fjgt83qi9/QGAVTlJyeLRmWa8G1FHvuO+GStzkwOA==","shasum":"46f1ec2ad5e9833a443e739aadf8da33ce99c69f","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.5-rc.1.tgz","fileCount":8,"unpackedSize":2067506,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICD7GzqXNYUme8X0WwoHe1RJL+w2BL+c2Wc1kYyZ57vQAiAiGQ0+CdkA8y4F9EBQ+vV5JDUqJlBrYg8s0Y6+kVfPZQ=="}]},"maintainers":[{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"},{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle_1.6.5-rc.1_1519591255357_0.6730788749538605"},"_hasShrinkwrap":false},"1.6.5":{"name":"mapbox-gl-circle","version":"1.6.5","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"files":["lib/","example/","dist/"],"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.4","browserify":"^14.5.0","buble":"^0.15.2","budo":"^10.0.4","documentation":"^5.1.0","eslint":"^4.18.1","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.3.12","vlq":"^0.2.3","watchify":"^3.10.0"},"dependencies":{"@turf/bbox":"^4.7.3","@turf/bbox-polygon":"^4.7.3","@turf/bearing":"^4.5.2","@turf/circle":"^4.7.3","@turf/destination":"^4.7.3","@turf/distance":"^4.7.3","@turf/helpers":"^4.7.3","@turf/truncate":"^4.7.3","events":"^1.1.1","lodash":"^4.17.5","lodash.debounce":"^4.0.8","mapbox-gl":"^0.44.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"c3c29c027d97948ea6a73abfde9462a71e04c2cc","_id":"mapbox-gl-circle@1.6.5","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"dist":{"integrity":"sha512-VHA6lgxZE/WFtBXmMveU2zt7ZeVcBHe42k4U4b8xGEnrDSQs4/++EBPVywEMNqi01XQrbf1eiAhsIDZasR4drw==","shasum":"f252957cd29cb5bf601228bc8e39e3af1f298afc","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.5.tgz","fileCount":8,"unpackedSize":2067478,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICQQ4pr+4ARvVDGCmLSdBR/L1OjLFKvoFnFbGOK0fHrgAiABamIOY4T53lW4zEnZh0YDIEeHA8MjDo6/2J7Ve7aqCA=="}]},"maintainers":[{"email":"mats.blomdahl@gmail.com","name":"mblomdahl"},{"email":"victoria.tepliuk@gmail.com","name":"vtepliuk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle_1.6.5_1519830826101_0.48438940195429914"},"_hasShrinkwrap":false},"1.6.6-0":{"name":"mapbox-gl-circle","version":"1.6.6-0","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.4","browserify":"^14.5.0","buble":"^0.15.2","budo":"^10.0.4","documentation":"^5.1.0","eslint":"^4.18.1","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.3.12","vlq":"^0.2.3","watchify":"^3.10.0"},"dependencies":{"@turf/bbox":"^4.7.3","@turf/bbox-polygon":"^4.7.3","@turf/bearing":"^4.5.2","@turf/circle":"^4.7.3","@turf/destination":"^4.7.3","@turf/distance":"^4.7.3","@turf/helpers":"^4.7.3","@turf/truncate":"^4.7.3","events":"^1.1.1","lodash":"^4.17.5","lodash.debounce":"^4.0.8","mapbox-gl":"^0.44.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"readme":"# Spherical-Cap \"Native Circle\" for Mapbox GL JS\n\n[![Lint and Build](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/lint-and-build.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/lint-and-build.yml)\n[![Publish Pre-Release](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-prerelease.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-prerelease.yml)\n[![Publish Release](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-release.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-release.yml)\n[![NPM Version](https://img.shields.io/npm/v/mapbox-gl-circle.svg)](https://www.npmjs.com/package/mapbox-gl-circle)\n\nThis project uses Turf.js to create a `google.maps.Circle` replacement, as a Mapbox GL JS compatible GeoJSON object.\nAllowing the developer to define a circle using center coordinates and radius (in meters). And, optionally, enabling\ninteractive editing via draggable center/radius handles. Just like the Google original!\n\n## Getting Started\n\nInclude [mapbox-gl-circle.min.js](https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js) in\nthe `<head>` of your HTML file to add the _MapboxCircle_ object to global scope:\n\n```html\n<script src='https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js'></script>\n```\n\nOr even better, fashionably importing it using a module bundler:\n\n```npm\nnpm install --save mapbox-gl-circle\n```\n\n```javascript\nconst MapboxCircle = require('mapbox-gl-circle');\n// or \"import MapboxCircle from 'mapbox-gl-circle';\"\n```\n\n## Usage\n\n<!-- Generated by documentation.js. Update this documentation by updating the source code. -->\n\n### MapboxCircle\n\nA `google.maps.Circle` replacement for Mapbox GL JS, rendering a \"spherical cap\" on top of the world.\n\n**Parameters**\n\n-   `center`  \n-   `radius`  \n-   `options`  \n\n**Examples**\n\n```javascript\nvar myCircle = new MapboxCircle({lat: 39.984, lng: -75.343}, 25000, {\n        editable: true,\n        minRadius: 1500,\n        fillColor: '#29AB87'\n    }).addTo(myMapboxGlMap);\n\nmyCircle.on('centerchanged', function (circleObj) {\n        console.log('New center:', circleObj.getCenter());\n    });\nmyCircle.once('radiuschanged', function (circleObj) {\n        console.log('New radius (once!):', circleObj.getRadius());\n    });\nmyCircle.on('click', function (mapMouseEvent) {\n        console.log('Click:', mapMouseEvent.point);\n    });\nmyCircle.on('contextmenu', function (mapMouseEvent) {\n        console.log('Right-click:', mapMouseEvent.lngLat);\n    });\n```\n\n#### constructor\n\n**Parameters**\n\n-   `center` **({lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)} | \\[[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)])** Circle center as an object or `[lng, lat]` coordinates\n-   `radius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n-   `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** \n    -   `options.editable` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Enable handles for changing center and radius (optional, default `false`)\n    -   `options.minRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Minimum radius on user interaction (optional, default `10`)\n    -   `options.maxRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Maximum radius on user interaction (optional, default `1100000`)\n    -   `options.strokeColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Stroke color (optional, default `'#000000'`)\n    -   `options.strokeWeight` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke weight (optional, default `0.5`)\n    -   `options.strokeOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke opacity (optional, default `0.75`)\n    -   `options.fillColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Fill color (optional, default `'#FB6A4A'`)\n    -   `options.fillOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Fill opacity (optional, default `0.25`)\n    -   `options.refineStroke` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Adjust circle polygon precision based on radius and zoom\n            (i.e. prettier circles at the expense of performance) (optional, default `false`)\n    -   `options.properties` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** Property metadata for Mapbox GL JS circle object (optional, default `{}`)\n\n#### on\n\nSubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name; `click`, `contextmenu`, `centerchanged` or `radiuschanged`\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler, invoked with the target circle as first argument on\n        _'centerchanged'_ and _'radiuschanged'_, or a _MapMouseEvent_ on _'click'_ and _'contextmenu'_ events\n-   `onlyOnce` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Remove handler after first call (optional, default `false`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### once\n\nAlias for registering event listener with _onlyOnce=true_, see [#on](#on).\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### off\n\nUnsubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Handler to be removed\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### addTo\n\n**Parameters**\n\n-   `map` **mapboxgl.Map** Target map for adding and initializing circle Mapbox GL layers/data/listeners.\n-   `before` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Layer ID to insert the circle layers before; explicitly pass `null` to\n        get the circle assets appended at the end of map-layers array (optional, default `'waterway-label'`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### remove\n\nRemove source data, layers and listeners from map.\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getCenter\n\nReturns **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** Circle center position\n\n#### setCenter\n\n**Parameters**\n\n-   `position` **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** \n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getRadius\n\nReturns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Current radius, in meters\n\n#### setRadius\n\n**Parameters**\n\n-   `newRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getBounds\n\nReturns **{sw: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}, ne: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}}** Southwestern/northeastern bounds\n\n## Development\n\n### Install Dependencies\n\n    npm install\n\n### Run Locally\n\n    npm start\n\n### Build Development Bundle\n\n    npm run browserify\n\n### Build Distributable Package\n\n    npm pack\n\n### Update README API Documentation\n\n    npm run docs\n\n## Changelog\n\n### v. 1.6.6\n\n-   New CI/CD integration, replacing Jenkins with GitHub Actions ([#93](https://github.com/smithmicro/mapbox-gl-circle/issues/93))\n\n### v. 1.6.5\n\n-   Bug fix for layer switching in `mapbox-gl>0.40.1` ([#73](https://github.com/smithmicro/mapbox-gl-circle/issues/73))\n-   Half-fixed bug causing errors when adding circle to map style without the `waterway-label` layer\n\n### v. 1.6.4\n\n-   Performance improvements for Firefox and Edge on slow computers\n    ([#64](https://github.com/smithmicro/mapbox-gl-circle/issues/64),\n    [#59](https://github.com/smithmicro/mapbox-gl-circle/issues/59))\n-   Deprecated Docker build step \n\n### v. 1.6.3\n\n-   Transferring core project into SmithMicro organization, `mblomdahl/mapbox-gl-circle -> smithmicro/mapbox-gl-circle`\n\n### v. 1.6.2\n\n-   Handle center/radius drag interactions over Mapbox GL markers\n-   Watch for removal of map container and handle removal \n\n### v. 1.6.1\n\n-   Improved move animation ([#55](https://github.com/smithmicro/mapbox-gl-circle/issues/55)) \n\n### v. 1.6.0\n\n-   Add optional `before` argument to _MapboxCircle.addTo_\n    ([#50](https://github.com/smithmicro/mapbox-gl-circle/issues/50))\n-   Updated center/radius handle interactions to make performance issues more subtle \n\n### v. 1.5.2\n\n-   Fix bug where the circle would always show a horizontal resize cursor on radius handles,\n    irrespective of position (top/bottom/right/left)\n\n### v. 1.5.1\n\n-   Bug fixes with respect to cursor style when hovering over editable-and-clickable circles\n    [SPFAM-1293](https://projects.smithmicro.net/browse/SPFAM-1293)\n\n### v. 1.5.0\n\n-   Added support for passing `minRadius` and `maxRadius` options to _MapboxCircle_ constructor\n\n### v. 1.4.3\n\n-   Bug fix for handling _map.setStyle_ updates\n-   Added package version property to circle class\n\n### v. 1.4.2\n\n-   README updated with [Getting Started](#getting-started) section\n-   Improved usage examples\n-   Bug fixes:\n    -   Creating circle instances with bundler import failed\n    -   Docker build serving the wrong `index.html`    \n\n### v. 1.4.1\n\n-   Performance and stability fixes\n\n### v. 1.4.0\n\n-   _MapboxCircle_ now supports subscribing to `click` and `contextmenu` (right-click) events\n\n### v. 1.3.0\n\n-   Added setters and getters for center/radius\n-   _MapboxCircle_ now allows subscribing to events and fires `centerchanged`/`radiuschanged` on user modification\n-   Improved API documentation + moved it into README / Usage\n\n### v. 1.2.5\n\n-   More bug fixes:\n    -   The circle can now successfully remove itself from the map\n    -   Multiple circles may be added to the map and edited without causing too much conflict\n    -   Initial center/radius drag interaction no longer fails\n\n### v. 1.2.4\n\n-   Bug fixes; passing `editable: false` when creating a circle is now respected, along with any styling options\n\n### v. 1.2.3\n\n-   Publishing releases as `@latest` and pre-releases as `@next` to <https://www.npmjs.com/package/mapbox-gl-circle>\n\n-   CI update for Docker image, now publishes releases and pre-releases to SMSI internal Docker registry,\n    <http://docker.smithmicro.io/repository/mapbox-gl-circle>\n\n### v. 1.2.2\n\n-   CI updates, now integrates with GitHub and builds reliably (with unique version names) under \n    <http://jenkins.smithmicro.io:8080/job/mapbox-gl-circle-multibranch/>\n\n### v. 1.2.1\n\n-   Added first-draft Jenkinsfile and started including `package-lock.json`\n-   Revised `package.json` scripts\n\n### v. 1.2.0\n\n-   Removed dead code and unused methods\n-   Restructured library, moving `circle.js -> lib/main.js` and `index.js -> example/index.js`\n-   Refactored helper functions from `example/index.js` into _MapboxCircle_ class, obsoleted _index.html_ with\n    DOM updates in _example/index.js_\n-   Refactor into _MapboxCircle_ into new-style ES6 class\n-   Made _MapboxCircle.animate()_ and a bunch of properties private, added overridable defaults for\n    fillColor/fillOpacity\n-   Updated ESLint config to respect browser/commonjs built-ins and added docs to _MapboxCircle_ in order to\n    align with ESLint JSDoc requirements\n-   Updated project details in package.json and committed first-draft API documentation\n\n### v. 1.1.0\n\nUpdated circle from Mapbox [bl.ocks.org sample](https://bl.ocks.org/ryanbaumann/d286190943d6b4eb70e65a9f76eab5a5/d3cd7cea5feed0dfddbf3705b7936ff560f668d1).\n\nNow provides handles for modifying position/radius. Seems to also do better performance wise.\n\n### v. 1.0.0\n\nThe initial 1.0.0 release is a modified version of\nthe [Draw-Circle.zip](https://www.dropbox.com/s/ya7am28y8eugd72/Draw-Circle.zip?dl=0) archive we got from Mapbox.\n\nLive demo of the original can be found here: <https://www.mapbox.com/labs/draw-circle/>\n","readmeFilename":"README.md","gitHead":"8091b9cd851bff7c226acb39ca24259844d895d8","_id":"mapbox-gl-circle@1.6.6-0","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-A0mqGXEr19swlUrqld8RgRhvI9KvFiGYiqV2gF/DXJY8oyIlAdhc2etNfKzwdk6Dv6VBrH6GfcaIDpRQyLD8DQ==","shasum":"348d8faab26060e9e44630d02abd023cbbc53c33","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.6-0.tgz","fileCount":8,"unpackedSize":2068044,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDCjGkeAh6LNnV7MroK5vYf5qXj0Jj9PaefwbBYFm8yuAiEAuvuilGBimOR3Nxg9KbU9KinYb8xp1mJC+aHt9v3iBmA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVTa6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtFA/9GC+1jlfOCg7xJ9N/bxaeLHTfksoLwhu/BL+adPS2VrOinqVo\r\n5EiF0qwAAVfhbNDP4AQWaI3tM7DC+3Wmeqk/S2BEisj9U7zNaxBtj5Rd5nbz\r\nNu23LnNe00pM18AIP1EBGGTFh2tY2Z71SeGO6u0quj1euecey3z6XhVnRZv3\r\np+E5ucfWhXBzxYdRkuiJEzNZrnGm/UcL/BPbJ/LpFmE9/8NbHnrdWk88Q6qn\r\nKeKhXizZ4OiGMuLZRH5MWp1zHCrN9fsWf3/UmD0YvqQxoB4J1kxOlE3eYVcK\r\nPrRdSJvoIQAHUOls5Yj3e7RG2ZUk8lcZppcIXCZUrNJiJn3u7Dxtqexigc8C\r\nPp3shfgH+C4Y+bekw0LDoFlM3sVg4mjtJL3yG82Ni1DVeI7i4Sn3ZSZBkcs+\r\ndcxbuMikdQU0DS3IvpchCjCgJ7EHaZu3Zmn5KY/O2c/OiQzHiWSHvYiZs7/4\r\nmZeQFpLz1YibR1EgaJMKCmgv40lFXzYFIPTEi5rdrCHdRremhoC7KDwG0skv\r\n7tjANsXXBjWbo+hy5+Ms/zs0N8LADWnDlShuFVqa1KvcOsReqlmucxuV4zac\r\ntCKYfsgAqq6JN18efooh2sy5usU+OtaUGjCEzMqKw/Jz1yxBSzMiFT+LW7nW\r\nLC3GkEqmnFHx1BllfdwUCzl59kqgFamUTRU=\r\n=OwOC\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},{"name":"vtepliuk","email":"victoria.tepliuk@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle_1.6.6-0_1666528954350_0.5140312418006086"},"_hasShrinkwrap":false},"1.6.6-1":{"name":"mapbox-gl-circle","version":"1.6.6-1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.4","browserify":"^14.5.0","buble":"^0.15.2","budo":"^10.0.4","documentation":"^5.1.0","eslint":"^4.18.1","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.3.12","vlq":"^0.2.3","watchify":"^3.10.0"},"dependencies":{"@turf/bbox":"^4.7.3","@turf/bbox-polygon":"^4.7.3","@turf/bearing":"^4.5.2","@turf/circle":"^4.7.3","@turf/destination":"^4.7.3","@turf/distance":"^4.7.3","@turf/helpers":"^4.7.3","@turf/truncate":"^4.7.3","events":"^1.1.1","lodash":"^4.17.5","lodash.debounce":"^4.0.8","mapbox-gl":"^0.44.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"readme":"# Spherical-Cap \"Native Circle\" for Mapbox GL JS\n\n[![Lint and Build](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/lint-and-build.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/lint-and-build.yml)\n[![Publish Pre-Release](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-prerelease.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-prerelease.yml)\n[![Publish Release](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-release.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-release.yml)\n[![NPM Version](https://img.shields.io/npm/v/mapbox-gl-circle.svg)](https://www.npmjs.com/package/mapbox-gl-circle)\n\nThis project uses Turf.js to create a `google.maps.Circle` replacement, as a Mapbox GL JS compatible GeoJSON object.\nAllowing the developer to define a circle using center coordinates and radius (in meters). And, optionally, enabling\ninteractive editing via draggable center/radius handles. Just like the Google original!\n\n## Getting Started\n\nInclude [mapbox-gl-circle.min.js](https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js) in\nthe `<head>` of your HTML file to add the _MapboxCircle_ object to global scope:\n\n```html\n<script src='https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js'></script>\n```\n\nOr even better, fashionably importing it using a module bundler:\n\n```npm\nnpm install --save mapbox-gl-circle\n```\n\n```javascript\nconst MapboxCircle = require('mapbox-gl-circle');\n// or \"import MapboxCircle from 'mapbox-gl-circle';\"\n```\n\n## Usage\n\n<!-- Generated by documentation.js. Update this documentation by updating the source code. -->\n\n### MapboxCircle\n\nA `google.maps.Circle` replacement for Mapbox GL JS, rendering a \"spherical cap\" on top of the world.\n\n**Parameters**\n\n-   `center`  \n-   `radius`  \n-   `options`  \n\n**Examples**\n\n```javascript\nvar myCircle = new MapboxCircle({lat: 39.984, lng: -75.343}, 25000, {\n        editable: true,\n        minRadius: 1500,\n        fillColor: '#29AB87'\n    }).addTo(myMapboxGlMap);\n\nmyCircle.on('centerchanged', function (circleObj) {\n        console.log('New center:', circleObj.getCenter());\n    });\nmyCircle.once('radiuschanged', function (circleObj) {\n        console.log('New radius (once!):', circleObj.getRadius());\n    });\nmyCircle.on('click', function (mapMouseEvent) {\n        console.log('Click:', mapMouseEvent.point);\n    });\nmyCircle.on('contextmenu', function (mapMouseEvent) {\n        console.log('Right-click:', mapMouseEvent.lngLat);\n    });\n```\n\n#### constructor\n\n**Parameters**\n\n-   `center` **({lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)} | \\[[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)])** Circle center as an object or `[lng, lat]` coordinates\n-   `radius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n-   `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** \n    -   `options.editable` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Enable handles for changing center and radius (optional, default `false`)\n    -   `options.minRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Minimum radius on user interaction (optional, default `10`)\n    -   `options.maxRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Maximum radius on user interaction (optional, default `1100000`)\n    -   `options.strokeColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Stroke color (optional, default `'#000000'`)\n    -   `options.strokeWeight` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke weight (optional, default `0.5`)\n    -   `options.strokeOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke opacity (optional, default `0.75`)\n    -   `options.fillColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Fill color (optional, default `'#FB6A4A'`)\n    -   `options.fillOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Fill opacity (optional, default `0.25`)\n    -   `options.refineStroke` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Adjust circle polygon precision based on radius and zoom\n            (i.e. prettier circles at the expense of performance) (optional, default `false`)\n    -   `options.properties` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** Property metadata for Mapbox GL JS circle object (optional, default `{}`)\n\n#### on\n\nSubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name; `click`, `contextmenu`, `centerchanged` or `radiuschanged`\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler, invoked with the target circle as first argument on\n        _'centerchanged'_ and _'radiuschanged'_, or a _MapMouseEvent_ on _'click'_ and _'contextmenu'_ events\n-   `onlyOnce` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Remove handler after first call (optional, default `false`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### once\n\nAlias for registering event listener with _onlyOnce=true_, see [#on](#on).\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### off\n\nUnsubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Handler to be removed\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### addTo\n\n**Parameters**\n\n-   `map` **mapboxgl.Map** Target map for adding and initializing circle Mapbox GL layers/data/listeners.\n-   `before` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Layer ID to insert the circle layers before; explicitly pass `null` to\n        get the circle assets appended at the end of map-layers array (optional, default `'waterway-label'`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### remove\n\nRemove source data, layers and listeners from map.\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getCenter\n\nReturns **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** Circle center position\n\n#### setCenter\n\n**Parameters**\n\n-   `position` **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** \n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getRadius\n\nReturns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Current radius, in meters\n\n#### setRadius\n\n**Parameters**\n\n-   `newRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getBounds\n\nReturns **{sw: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}, ne: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}}** Southwestern/northeastern bounds\n\n## Development\n\n### Install Dependencies\n\n    npm install\n\n### Run Locally\n\n    npm start\n\n### Build Development Bundle\n\n    npm run browserify\n\n### Build Distributable Package\n\n    npm pack\n\n### Update README API Documentation\n\n    npm run docs\n\n## Changelog\n\n### v. 1.6.6\n\n-   New CI/CD integration, replacing Jenkins with GitHub Actions ([#93](https://github.com/smithmicro/mapbox-gl-circle/issues/93))\n\n### v. 1.6.5\n\n-   Bug fix for layer switching in `mapbox-gl>0.40.1` ([#73](https://github.com/smithmicro/mapbox-gl-circle/issues/73))\n-   Half-fixed bug causing errors when adding circle to map style without the `waterway-label` layer\n\n### v. 1.6.4\n\n-   Performance improvements for Firefox and Edge on slow computers\n    ([#64](https://github.com/smithmicro/mapbox-gl-circle/issues/64),\n    [#59](https://github.com/smithmicro/mapbox-gl-circle/issues/59))\n-   Deprecated Docker build step \n\n### v. 1.6.3\n\n-   Transferring core project into SmithMicro organization, `mblomdahl/mapbox-gl-circle -> smithmicro/mapbox-gl-circle`\n\n### v. 1.6.2\n\n-   Handle center/radius drag interactions over Mapbox GL markers\n-   Watch for removal of map container and handle removal \n\n### v. 1.6.1\n\n-   Improved move animation ([#55](https://github.com/smithmicro/mapbox-gl-circle/issues/55)) \n\n### v. 1.6.0\n\n-   Add optional `before` argument to _MapboxCircle.addTo_\n    ([#50](https://github.com/smithmicro/mapbox-gl-circle/issues/50))\n-   Updated center/radius handle interactions to make performance issues more subtle \n\n### v. 1.5.2\n\n-   Fix bug where the circle would always show a horizontal resize cursor on radius handles,\n    irrespective of position (top/bottom/right/left)\n\n### v. 1.5.1\n\n-   Bug fixes with respect to cursor style when hovering over editable-and-clickable circles\n    [SPFAM-1293](https://projects.smithmicro.net/browse/SPFAM-1293)\n\n### v. 1.5.0\n\n-   Added support for passing `minRadius` and `maxRadius` options to _MapboxCircle_ constructor\n\n### v. 1.4.3\n\n-   Bug fix for handling _map.setStyle_ updates\n-   Added package version property to circle class\n\n### v. 1.4.2\n\n-   README updated with [Getting Started](#getting-started) section\n-   Improved usage examples\n-   Bug fixes:\n    -   Creating circle instances with bundler import failed\n    -   Docker build serving the wrong `index.html`    \n\n### v. 1.4.1\n\n-   Performance and stability fixes\n\n### v. 1.4.0\n\n-   _MapboxCircle_ now supports subscribing to `click` and `contextmenu` (right-click) events\n\n### v. 1.3.0\n\n-   Added setters and getters for center/radius\n-   _MapboxCircle_ now allows subscribing to events and fires `centerchanged`/`radiuschanged` on user modification\n-   Improved API documentation + moved it into README / Usage\n\n### v. 1.2.5\n\n-   More bug fixes:\n    -   The circle can now successfully remove itself from the map\n    -   Multiple circles may be added to the map and edited without causing too much conflict\n    -   Initial center/radius drag interaction no longer fails\n\n### v. 1.2.4\n\n-   Bug fixes; passing `editable: false` when creating a circle is now respected, along with any styling options\n\n### v. 1.2.3\n\n-   Publishing releases as `@latest` and pre-releases as `@next` to <https://www.npmjs.com/package/mapbox-gl-circle>\n\n-   CI update for Docker image, now publishes releases and pre-releases to SMSI internal Docker registry,\n    <http://docker.smithmicro.io/repository/mapbox-gl-circle>\n\n### v. 1.2.2\n\n-   CI updates, now integrates with GitHub and builds reliably (with unique version names) under \n    <http://jenkins.smithmicro.io:8080/job/mapbox-gl-circle-multibranch/>\n\n### v. 1.2.1\n\n-   Added first-draft Jenkinsfile and started including `package-lock.json`\n-   Revised `package.json` scripts\n\n### v. 1.2.0\n\n-   Removed dead code and unused methods\n-   Restructured library, moving `circle.js -> lib/main.js` and `index.js -> example/index.js`\n-   Refactored helper functions from `example/index.js` into _MapboxCircle_ class, obsoleted _index.html_ with\n    DOM updates in _example/index.js_\n-   Refactor into _MapboxCircle_ into new-style ES6 class\n-   Made _MapboxCircle.animate()_ and a bunch of properties private, added overridable defaults for\n    fillColor/fillOpacity\n-   Updated ESLint config to respect browser/commonjs built-ins and added docs to _MapboxCircle_ in order to\n    align with ESLint JSDoc requirements\n-   Updated project details in package.json and committed first-draft API documentation\n\n### v. 1.1.0\n\nUpdated circle from Mapbox [bl.ocks.org sample](https://bl.ocks.org/ryanbaumann/d286190943d6b4eb70e65a9f76eab5a5/d3cd7cea5feed0dfddbf3705b7936ff560f668d1).\n\nNow provides handles for modifying position/radius. Seems to also do better performance wise.\n\n### v. 1.0.0\n\nThe initial 1.0.0 release is a modified version of\nthe [Draw-Circle.zip](https://www.dropbox.com/s/ya7am28y8eugd72/Draw-Circle.zip?dl=0) archive we got from Mapbox.\n\nLive demo of the original can be found here: <https://www.mapbox.com/labs/draw-circle/>\n","readmeFilename":"README.md","gitHead":"880898df03a6f281f59326c8b753c79ae8717fbf","_id":"mapbox-gl-circle@1.6.6-1","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-oEP/L8jMN/KRRXXz/hJf2MVPnzFP0dAS0yA9QtgLheE/XmiBN5BC+m69xduKRqgrEERCeb1b6m5vxDoUiXdKAg==","shasum":"2d6eef8a86ab859a20a7346e812a45c769748081","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.6-1.tgz","fileCount":8,"unpackedSize":2068044,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEcSNAOoKiIey14BNtsDHwY+igAhUku7Lo01kF11wb8HAiEAs7RYxl7NghutdDlZWmBsL7BubqHUKdycZJc/k6p1Glc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVUA8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6zQ//fJ/jP+GD77Qm+NnWlcxfycXj7IdSBBHeWfqr0YyPPOZE5ZUD\r\nBUd95+bdsjhtsuswC9SG/36OVO23gVXBUMK79CJREH6LfVDclCQ57zCNQMjy\r\nz3k15VUqCbtGR/0kyLJip2quFld7WZ3XaeaK6bmZxm9rGzjj5/B0kqzJWmNI\r\n2ybai5rYRe+5qlWdNUFQFnNjuytTg08EB8Td3d1oFOR8RP9/8/n1Vl6PGgrn\r\nrYnPTbCTriFhdfFwSEnvKcxuObG4fqTjyi3TyurUnUb2Wtf4Y9+xiqS7tPMM\r\nVFXrQzbHWbiub0Od54cu+7vvVSbAbwlam6qpuMFL6lpDPlmfRVESFbeEtuwy\r\nR0dTftCOhfpu59c4UlQtIImDyEycAcaXOYfXqETSUWjjKzsnY6wTKT/ERtT1\r\nsqOQsThn45SHzD6eqLfgrmvbMopjRFC/uASNSaU1bpTRyPE2O4S/tEIlTqyO\r\nUmgO/C1QIL42rYQ4X0TBQjClVe/w9PWl8uHoFurRDoODLEW5AOay5ooa0GiM\r\nqFI3brThfr9qZEnITlp/xNtb4RoIouZbaTiuD6IASd7u4hPVDWn+UGoT8eQq\r\nh8ixn16TPnWGCCM9Cnh8SBTgxWbl/DCbVaWc/9JHPE2XLT7K8S51kgAX4SzN\r\nGZWPM/VJV6QBwL2r/jfsZRWwICWn//nFehg=\r\n=rlnx\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},{"name":"vtepliuk","email":"victoria.tepliuk@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle_1.6.6-1_1666531388014_0.3883222538478053"},"_hasShrinkwrap":false},"1.6.6":{"name":"mapbox-gl-circle","version":"1.6.6","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"optionalDependencies":{"core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.4","browserify":"^14.5.0","buble":"^0.15.2","budo":"^10.0.4","documentation":"^5.1.0","eslint":"^4.18.1","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.3.12","vlq":"^0.2.3","watchify":"^3.10.0"},"dependencies":{"@turf/bbox":"^4.7.3","@turf/bbox-polygon":"^4.7.3","@turf/bearing":"^4.5.2","@turf/circle":"^4.7.3","@turf/destination":"^4.7.3","@turf/distance":"^4.7.3","@turf/helpers":"^4.7.3","@turf/truncate":"^4.7.3","events":"^1.1.1","lodash":"^4.17.5","lodash.debounce":"^4.0.8","mapbox-gl":"^0.44.1","core-util-is":"^1.0.2","debug":"^3.0.0","fsevents":"^1.1.2","glob":"^7.1.2","inflight":"^1.0.6","inherits":"^2.0.3","jsonparse":"^1.3.1","minimatch":"^3.0.4","once":"^1.4.0","punycode":"^2.1.0","readable-stream":"^2.3.3","string_decoder":"^1.0.3","through2":"^2.0.3","util-deprecate":"^1.0.2","wrappy":"^1.0.2","xtend":"^4.0.1","yarn":"^0.27.5"},"gitHead":"854a390fdf6096b80f308820fb55614c3ee39444","_id":"mapbox-gl-circle@1.6.6","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-bJUa4KQUrF/kgzylRF3k+4RlRPuIrL5LerqnUQ412k0aPB7CjKTOmaid7eWk+CIDQHAQf65p3BeDmQ/gYvCO4A==","shasum":"4f31e81c2ada300aa390dc1b687cb8f348a85d18","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.6.tgz","fileCount":8,"unpackedSize":2068032,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHjke6ggn4UBHn+nShqY10GA8wU3EM12Z7jNbz5pLKhcAiAV7sqOMXTkHLNs0dn99UcBNzrsQjYhUz9pZo45J7MJEQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVULBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXQg/9GR8ZfHa5emfEG9vcAPxZuwuTZZNuKy+MODOgSlTdcQ60K/FX\r\n8uXOm7kyV258t/YD1Wy2cDW1YwrVQZz+AAT0BL4w7j8E/43TYnoLh2vg49HZ\r\nyz7QTiNj0sdbDcJgue/Yxk38q7237qODiNUErZ5Uqca2ARu9dmLtm8+ZNAiC\r\nun0I9H6CDAdfGTLRUiHD7DTP7MuICyuvNfIdX6jyh1K2mNKLlWCand2ILywT\r\nayZMfY5XJEfBJvWV7iVbN8l9/FOuF1WeDwqKeOz7CUlqx6OSwJMYhzGXB0Pi\r\nbUI+SJ4JtUYghWqLjJvh4i7mfPdIkrMjIWHm9lE9Vi5PF8Fx59BwP1D0jvnG\r\nFOdtGNKflVG9jDCzq3JYF5emXx1JhM9NLrLgDA+248lprVhOdmkIeFXoPsY5\r\nOSfJPArfKU/Zr1eY4APfFppph/XZpSV6o1go4tUkWMAjk+56QnhhqWGwTYW+\r\nyq6zeMrONSJPDexKwzLv13yILMpw/fG0VZwtU+1v2sBQtWxEhEj5sE8OeKxp\r\n3lGEyOg8rSQa8Pc4YViHEBnzkGmAihRSyyTjLeZO9lB5GBcS7CpkD+anzysx\r\n6Vd+3zKXMABV9AAw/gvb/iT00YaBiTW1ANT02Qh/A8sRUVN225A7bqvPEBKo\r\ngPDKtFXJAnjwcfN4RTzn0Yg9ssDAwDeduh4=\r\n=Kvvu\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},{"name":"vtepliuk","email":"victoria.tepliuk@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle_1.6.6_1666532033426_0.7423450768502657"},"_hasShrinkwrap":false},"1.6.7-0":{"name":"mapbox-gl-circle","version":"1.6.7-0","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.4","browserify":"^14.5.0","buble":"^0.15.2","budo":"^10.0.4","documentation":"^5.1.0","eslint":"^4.18.1","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.3.12","vlq":"^0.2.3","watchify":"^3.10.0"},"dependencies":{"@turf/bbox":"^4.7.3","@turf/bbox-polygon":"^4.7.3","@turf/bearing":"^4.5.2","@turf/circle":"^4.7.3","@turf/destination":"^4.7.3","@turf/distance":"^4.7.3","@turf/helpers":"^4.7.3","@turf/truncate":"^4.7.3","events":"^1.1.1","lodash":"^4.17.5","lodash.debounce":"^4.0.8","mapbox-gl":"^0.44.1"},"readme":"# Spherical-Cap \"Native Circle\" for Mapbox GL JS\n\n[![Lint and Build](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/lint-and-build.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/lint-and-build.yml)\n[![Publish Pre-Release](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-prerelease.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-prerelease.yml)\n[![Publish Release](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-release.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-release.yml)\n[![NPM Version](https://img.shields.io/npm/v/mapbox-gl-circle.svg)](https://www.npmjs.com/package/mapbox-gl-circle)\n\nThis project uses Turf.js to create a `google.maps.Circle` replacement, as a Mapbox GL JS compatible GeoJSON object.\nAllowing the developer to define a circle using center coordinates and radius (in meters). And, optionally, enabling\ninteractive editing via draggable center/radius handles. Just like the Google original!\n\n## Getting Started\n\nInclude [mapbox-gl-circle.min.js](https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js) in\nthe `<head>` of your HTML file to add the _MapboxCircle_ object to global scope:\n\n```html\n<script src='https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js'></script>\n```\n\nOr even better, fashionably importing it using a module bundler:\n\n```npm\nnpm install --save mapbox-gl-circle\n```\n\n```javascript\nconst MapboxCircle = require('mapbox-gl-circle');\n// or \"import MapboxCircle from 'mapbox-gl-circle';\"\n```\n\n## Usage\n\n<!-- Generated by documentation.js. Update this documentation by updating the source code. -->\n\n### MapboxCircle\n\nA `google.maps.Circle` replacement for Mapbox GL JS, rendering a \"spherical cap\" on top of the world.\n\n**Parameters**\n\n-   `center`  \n-   `radius`  \n-   `options`  \n\n**Examples**\n\n```javascript\nvar myCircle = new MapboxCircle({lat: 39.984, lng: -75.343}, 25000, {\n        editable: true,\n        minRadius: 1500,\n        fillColor: '#29AB87'\n    }).addTo(myMapboxGlMap);\n\nmyCircle.on('centerchanged', function (circleObj) {\n        console.log('New center:', circleObj.getCenter());\n    });\nmyCircle.once('radiuschanged', function (circleObj) {\n        console.log('New radius (once!):', circleObj.getRadius());\n    });\nmyCircle.on('click', function (mapMouseEvent) {\n        console.log('Click:', mapMouseEvent.point);\n    });\nmyCircle.on('contextmenu', function (mapMouseEvent) {\n        console.log('Right-click:', mapMouseEvent.lngLat);\n    });\n```\n\n#### constructor\n\n**Parameters**\n\n-   `center` **({lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)} | \\[[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)])** Circle center as an object or `[lng, lat]` coordinates\n-   `radius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n-   `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** \n    -   `options.editable` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Enable handles for changing center and radius (optional, default `false`)\n    -   `options.minRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Minimum radius on user interaction (optional, default `10`)\n    -   `options.maxRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Maximum radius on user interaction (optional, default `1100000`)\n    -   `options.strokeColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Stroke color (optional, default `'#000000'`)\n    -   `options.strokeWeight` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke weight (optional, default `0.5`)\n    -   `options.strokeOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke opacity (optional, default `0.75`)\n    -   `options.fillColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Fill color (optional, default `'#FB6A4A'`)\n    -   `options.fillOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Fill opacity (optional, default `0.25`)\n    -   `options.refineStroke` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Adjust circle polygon precision based on radius and zoom\n            (i.e. prettier circles at the expense of performance) (optional, default `false`)\n    -   `options.properties` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** Property metadata for Mapbox GL JS circle object (optional, default `{}`)\n\n#### on\n\nSubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name; `click`, `contextmenu`, `centerchanged` or `radiuschanged`\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler, invoked with the target circle as first argument on\n        _'centerchanged'_ and _'radiuschanged'_, or a _MapMouseEvent_ on _'click'_ and _'contextmenu'_ events\n-   `onlyOnce` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Remove handler after first call (optional, default `false`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### once\n\nAlias for registering event listener with _onlyOnce=true_, see [#on](#on).\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### off\n\nUnsubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Handler to be removed\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### addTo\n\n**Parameters**\n\n-   `map` **mapboxgl.Map** Target map for adding and initializing circle Mapbox GL layers/data/listeners.\n-   `before` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Layer ID to insert the circle layers before; explicitly pass `null` to\n        get the circle assets appended at the end of map-layers array (optional, default `'waterway-label'`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### remove\n\nRemove source data, layers and listeners from map.\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getCenter\n\nReturns **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** Circle center position\n\n#### setCenter\n\n**Parameters**\n\n-   `position` **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** \n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getRadius\n\nReturns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Current radius, in meters\n\n#### setRadius\n\n**Parameters**\n\n-   `newRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getBounds\n\nReturns **{sw: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}, ne: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}}** Southwestern/northeastern bounds\n\n## Development\n\n### Install Dependencies\n\n    npm install\n\n### Run Locally\n\n    npm start\n\n### Build Development Bundle\n\n    npm run browserify\n\n### Build Distributable Package\n\n    npm pack\n\n### Update README API Documentation\n\n    npm run docs\n\n## Changelog\n\n### v. 1.6.7\n\n-   `optionalDependencies` removed from `package.json`, making this package easier to depend on ([#82](https://github.com/smithmicro/mapbox-gl-circle/issues/82))\n\n### v. 1.6.6\n\n-   New CI/CD integration, replacing Jenkins with GitHub Actions ([#93](https://github.com/smithmicro/mapbox-gl-circle/issues/93))\n\n### v. 1.6.5\n\n-   Bug fix for layer switching in `mapbox-gl>0.40.1` ([#73](https://github.com/smithmicro/mapbox-gl-circle/issues/73))\n-   Half-fixed bug causing errors when adding circle to map style without the `waterway-label` layer\n\n### v. 1.6.4\n\n-   Performance improvements for Firefox and Edge on slow computers\n    ([#64](https://github.com/smithmicro/mapbox-gl-circle/issues/64),\n    [#59](https://github.com/smithmicro/mapbox-gl-circle/issues/59))\n-   Deprecated Docker build step \n\n### v. 1.6.3\n\n-   Transferring core project into SmithMicro organization, `mblomdahl/mapbox-gl-circle -> smithmicro/mapbox-gl-circle`\n\n### v. 1.6.2\n\n-   Handle center/radius drag interactions over Mapbox GL markers\n-   Watch for removal of map container and handle removal \n\n### v. 1.6.1\n\n-   Improved move animation ([#55](https://github.com/smithmicro/mapbox-gl-circle/issues/55)) \n\n### v. 1.6.0\n\n-   Add optional `before` argument to _MapboxCircle.addTo_\n    ([#50](https://github.com/smithmicro/mapbox-gl-circle/issues/50))\n-   Updated center/radius handle interactions to make performance issues more subtle \n\n### v. 1.5.2\n\n-   Fix bug where the circle would always show a horizontal resize cursor on radius handles,\n    irrespective of position (top/bottom/right/left)\n\n### v. 1.5.1\n\n-   Bug fixes with respect to cursor style when hovering over editable-and-clickable circles\n    [SPFAM-1293](https://projects.smithmicro.net/browse/SPFAM-1293)\n\n### v. 1.5.0\n\n-   Added support for passing `minRadius` and `maxRadius` options to _MapboxCircle_ constructor\n\n### v. 1.4.3\n\n-   Bug fix for handling _map.setStyle_ updates\n-   Added package version property to circle class\n\n### v. 1.4.2\n\n-   README updated with [Getting Started](#getting-started) section\n-   Improved usage examples\n-   Bug fixes:\n    -   Creating circle instances with bundler import failed\n    -   Docker build serving the wrong `index.html`    \n\n### v. 1.4.1\n\n-   Performance and stability fixes\n\n### v. 1.4.0\n\n-   _MapboxCircle_ now supports subscribing to `click` and `contextmenu` (right-click) events\n\n### v. 1.3.0\n\n-   Added setters and getters for center/radius\n-   _MapboxCircle_ now allows subscribing to events and fires `centerchanged`/`radiuschanged` on user modification\n-   Improved API documentation + moved it into README / Usage\n\n### v. 1.2.5\n\n-   More bug fixes:\n    -   The circle can now successfully remove itself from the map\n    -   Multiple circles may be added to the map and edited without causing too much conflict\n    -   Initial center/radius drag interaction no longer fails\n\n### v. 1.2.4\n\n-   Bug fixes; passing `editable: false` when creating a circle is now respected, along with any styling options\n\n### v. 1.2.3\n\n-   Publishing releases as `@latest` and pre-releases as `@next` to <https://www.npmjs.com/package/mapbox-gl-circle>\n\n-   CI update for Docker image, now publishes releases and pre-releases to SMSI internal Docker registry,\n    <http://docker.smithmicro.io/repository/mapbox-gl-circle>\n\n### v. 1.2.2\n\n-   CI updates, now integrates with GitHub and builds reliably (with unique version names) under \n    <http://jenkins.smithmicro.io:8080/job/mapbox-gl-circle-multibranch/>\n\n### v. 1.2.1\n\n-   Added first-draft Jenkinsfile and started including `package-lock.json`\n-   Revised `package.json` scripts\n\n### v. 1.2.0\n\n-   Removed dead code and unused methods\n-   Restructured library, moving `circle.js -> lib/main.js` and `index.js -> example/index.js`\n-   Refactored helper functions from `example/index.js` into _MapboxCircle_ class, obsoleted _index.html_ with\n    DOM updates in _example/index.js_\n-   Refactor into _MapboxCircle_ into new-style ES6 class\n-   Made _MapboxCircle.animate()_ and a bunch of properties private, added overridable defaults for\n    fillColor/fillOpacity\n-   Updated ESLint config to respect browser/commonjs built-ins and added docs to _MapboxCircle_ in order to\n    align with ESLint JSDoc requirements\n-   Updated project details in package.json and committed first-draft API documentation\n\n### v. 1.1.0\n\nUpdated circle from Mapbox [bl.ocks.org sample](https://bl.ocks.org/ryanbaumann/d286190943d6b4eb70e65a9f76eab5a5/d3cd7cea5feed0dfddbf3705b7936ff560f668d1).\n\nNow provides handles for modifying position/radius. Seems to also do better performance wise.\n\n### v. 1.0.0\n\nThe initial 1.0.0 release is a modified version of\nthe [Draw-Circle.zip](https://www.dropbox.com/s/ya7am28y8eugd72/Draw-Circle.zip?dl=0) archive we got from Mapbox.\n\nLive demo of the original can be found here: <https://www.mapbox.com/labs/draw-circle/>\n","readmeFilename":"README.md","gitHead":"9e1ec0f97f7c61dd1712d4f1fd1a64957ce2e66f","_id":"mapbox-gl-circle@1.6.7-0","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-yMz3T6AXsDfQ80eDvZzNkm6w1xiroNAHwdwFVyc8ZdhwIBdjbg38dMn4LpZrbQdGvkjMxlBBEXBTXiiR7CsFoA==","shasum":"d448457192ed73c1f5fc7e68d1d7f4ad3d0888e7","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.7-0.tgz","fileCount":8,"unpackedSize":2065692,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4saDRwu6PofhF1edVvSMOXl5SI/0wEOsfOsPp3QiXRQIhANvwioBNBnajTuB+JJyQFo8ME1yagddK4mCapNZ3u0ED"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVVYFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrR1Q/7BX/iL5erzyb06PhdyyjRNElLl1U+Cf/zapK6aKGjLHqjvizZ\r\nh1m0IInn5+wWhnOCSdt3jXwxfWyZIE6+BRzd8YPCY0yxM8v4Fyl7/+uk7IxY\r\nhN8NywEWzlNRTGBqfEbpLhDS5KudNpYGOZHaAvZ20ko+ffI7QScqPBAU1+0d\r\nv3l+NSQJPV+PtOQESuw5K1Wi3aycy9LwDNYmCYRvRp2dW5lu4UEUOYsBeciG\r\nATeCTM5e09RNFtFZ9yde76iVwrZDkKuYhiLZ7XCekMj1LFC07J7CBqk71LxA\r\nPteVpbR0I4ea0bBollxY8/ZM260AYRnO/ZQZejy5uuRvZXi/am0gbZAxuiRM\r\nu3k2nbqbYaHmINi37QldujwOh+X1W5/q/5/ORSGU5tz9uZqyMajeXKfEMgtb\r\nw34IxbEVnYzRgtpDQ0ryR74F2e1M/0PjZ8k3bDv2l3T2eXACOg5AsNVmx2z/\r\nv1zG77aZ4y2herFuhJit4hZY46AtuYXWI3eyDFEGFbZKWulmPnbfBBVDbZrt\r\na+3N+1op92O6h8OTMeZpkIeAFgsbnaqKy7HBwc+3ImxKWkLHFJU2YgSGqDkW\r\nKWqObEPWVtWbSAW0QVSJge012LXwi92t6r+QqVNSWDHVJtw58GI+zE/iiKjv\r\nvUIK8oehw5dEY87/X/jmCLD4up8ppnojE3U=\r\n=Ernp\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},{"name":"vtepliuk","email":"victoria.tepliuk@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle_1.6.7-0_1666536965238_0.3009976328055475"},"_hasShrinkwrap":false},"1.6.7-1":{"name":"mapbox-gl-circle","version":"1.6.7-1","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.4","browserify":"^14.5.0","buble":"^0.15.2","budo":"^10.0.4","documentation":"^5.1.0","eslint":"^4.18.1","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.3.12","vlq":"^0.2.3","watchify":"^3.10.0"},"dependencies":{"@turf/bbox":"^4.7.3","@turf/bbox-polygon":"^4.7.3","@turf/bearing":"^4.5.2","@turf/circle":"^4.7.3","@turf/destination":"^4.7.3","@turf/distance":"^4.7.3","@turf/helpers":"^4.7.3","@turf/truncate":"^4.7.3","events":"^1.1.1","lodash":"^4.17.5","lodash.debounce":"^4.0.8","mapbox-gl":"^0.44.1"},"readme":"# Spherical-Cap \"Native Circle\" for Mapbox GL JS\n\n[![Lint and Build](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/lint-and-build.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/lint-and-build.yml)\n[![Publish Pre-Release](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-prerelease.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-prerelease.yml)\n[![Publish Release](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-release.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-release.yml)\n[![NPM Version](https://img.shields.io/npm/v/mapbox-gl-circle.svg)](https://www.npmjs.com/package/mapbox-gl-circle)\n\nThis project uses Turf.js to create a `google.maps.Circle` replacement, as a Mapbox GL JS compatible GeoJSON object.\nAllowing the developer to define a circle using center coordinates and radius (in meters). And, optionally, enabling\ninteractive editing via draggable center/radius handles. Just like the Google original!\n\n## Getting Started\n\nInclude [mapbox-gl-circle.min.js](https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js) in\nthe `<head>` of your HTML file to add the _MapboxCircle_ object to global scope:\n\n```html\n<script src='https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js'></script>\n```\n\nOr even better, fashionably importing it using a module bundler:\n\n```npm\nnpm install --save mapbox-gl-circle\n```\n\n```javascript\nconst MapboxCircle = require('mapbox-gl-circle');\n// or \"import MapboxCircle from 'mapbox-gl-circle';\"\n```\n\n## Usage\n\n<!-- Generated by documentation.js. Update this documentation by updating the source code. -->\n\n### MapboxCircle\n\nA `google.maps.Circle` replacement for Mapbox GL JS, rendering a \"spherical cap\" on top of the world.\n\n**Parameters**\n\n-   `center`  \n-   `radius`  \n-   `options`  \n\n**Examples**\n\n```javascript\nvar myCircle = new MapboxCircle({lat: 39.984, lng: -75.343}, 25000, {\n        editable: true,\n        minRadius: 1500,\n        fillColor: '#29AB87'\n    }).addTo(myMapboxGlMap);\n\nmyCircle.on('centerchanged', function (circleObj) {\n        console.log('New center:', circleObj.getCenter());\n    });\nmyCircle.once('radiuschanged', function (circleObj) {\n        console.log('New radius (once!):', circleObj.getRadius());\n    });\nmyCircle.on('click', function (mapMouseEvent) {\n        console.log('Click:', mapMouseEvent.point);\n    });\nmyCircle.on('contextmenu', function (mapMouseEvent) {\n        console.log('Right-click:', mapMouseEvent.lngLat);\n    });\n```\n\n#### constructor\n\n**Parameters**\n\n-   `center` **({lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)} | \\[[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)])** Circle center as an object or `[lng, lat]` coordinates\n-   `radius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n-   `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** \n    -   `options.editable` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Enable handles for changing center and radius (optional, default `false`)\n    -   `options.minRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Minimum radius on user interaction (optional, default `10`)\n    -   `options.maxRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Maximum radius on user interaction (optional, default `1100000`)\n    -   `options.strokeColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Stroke color (optional, default `'#000000'`)\n    -   `options.strokeWeight` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke weight (optional, default `0.5`)\n    -   `options.strokeOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke opacity (optional, default `0.75`)\n    -   `options.fillColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Fill color (optional, default `'#FB6A4A'`)\n    -   `options.fillOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Fill opacity (optional, default `0.25`)\n    -   `options.refineStroke` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Adjust circle polygon precision based on radius and zoom\n            (i.e. prettier circles at the expense of performance) (optional, default `false`)\n    -   `options.properties` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** Property metadata for Mapbox GL JS circle object (optional, default `{}`)\n\n#### on\n\nSubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name; `click`, `contextmenu`, `centerchanged` or `radiuschanged`\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler, invoked with the target circle as first argument on\n        _'centerchanged'_ and _'radiuschanged'_, or a _MapMouseEvent_ on _'click'_ and _'contextmenu'_ events\n-   `onlyOnce` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Remove handler after first call (optional, default `false`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### once\n\nAlias for registering event listener with _onlyOnce=true_, see [#on](#on).\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### off\n\nUnsubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Handler to be removed\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### addTo\n\n**Parameters**\n\n-   `map` **mapboxgl.Map** Target map for adding and initializing circle Mapbox GL layers/data/listeners.\n-   `before` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Layer ID to insert the circle layers before; explicitly pass `null` to\n        get the circle assets appended at the end of map-layers array (optional, default `'waterway-label'`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### remove\n\nRemove source data, layers and listeners from map.\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getCenter\n\nReturns **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** Circle center position\n\n#### setCenter\n\n**Parameters**\n\n-   `position` **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** \n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getRadius\n\nReturns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Current radius, in meters\n\n#### setRadius\n\n**Parameters**\n\n-   `newRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getBounds\n\nReturns **{sw: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}, ne: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}}** Southwestern/northeastern bounds\n\n## Development\n\n### Install Dependencies\n\n    npm install\n\n### Run Locally\n\n    npm start\n\n### Build Development Bundle\n\n    npm run browserify\n\n### Build Distributable Package\n\n    npm pack\n\n### Update README API Documentation\n\n    npm run docs\n\n## Changelog\n\n### v. 1.6.7\n\n-   `optionalDependencies` removed from `package.json`, making this package easier to depend on ([#82](https://github.com/smithmicro/mapbox-gl-circle/issues/82))\n-   Bug fix for overlapping mouse-down events, causing the edit handle to lock until the user performs a full page refresh ([#80](https://github.com/smithmicro/mapbox-gl-circle/issues/80))\n\n### v. 1.6.6\n\n-   New CI/CD integration, replacing Jenkins with GitHub Actions ([#93](https://github.com/smithmicro/mapbox-gl-circle/issues/93))\n\n### v. 1.6.5\n\n-   Bug fix for layer switching in `mapbox-gl>0.40.1` ([#73](https://github.com/smithmicro/mapbox-gl-circle/issues/73))\n-   Half-fixed bug causing errors when adding circle to map style without the `waterway-label` layer\n\n### v. 1.6.4\n\n-   Performance improvements for Firefox and Edge on slow computers\n    ([#64](https://github.com/smithmicro/mapbox-gl-circle/issues/64),\n    [#59](https://github.com/smithmicro/mapbox-gl-circle/issues/59))\n-   Deprecated Docker build step \n\n### v. 1.6.3\n\n-   Transferring core project into SmithMicro organization, `mblomdahl/mapbox-gl-circle -> smithmicro/mapbox-gl-circle`\n\n### v. 1.6.2\n\n-   Handle center/radius drag interactions over Mapbox GL markers\n-   Watch for removal of map container and handle removal \n\n### v. 1.6.1\n\n-   Improved move animation ([#55](https://github.com/smithmicro/mapbox-gl-circle/issues/55)) \n\n### v. 1.6.0\n\n-   Add optional `before` argument to _MapboxCircle.addTo_\n    ([#50](https://github.com/smithmicro/mapbox-gl-circle/issues/50))\n-   Updated center/radius handle interactions to make performance issues more subtle \n\n### v. 1.5.2\n\n-   Fix bug where the circle would always show a horizontal resize cursor on radius handles,\n    irrespective of position (top/bottom/right/left)\n\n### v. 1.5.1\n\n-   Bug fixes with respect to cursor style when hovering over editable-and-clickable circles\n    [SPFAM-1293](https://projects.smithmicro.net/browse/SPFAM-1293)\n\n### v. 1.5.0\n\n-   Added support for passing `minRadius` and `maxRadius` options to _MapboxCircle_ constructor\n\n### v. 1.4.3\n\n-   Bug fix for handling _map.setStyle_ updates\n-   Added package version property to circle class\n\n### v. 1.4.2\n\n-   README updated with [Getting Started](#getting-started) section\n-   Improved usage examples\n-   Bug fixes:\n    -   Creating circle instances with bundler import failed\n    -   Docker build serving the wrong `index.html`    \n\n### v. 1.4.1\n\n-   Performance and stability fixes\n\n### v. 1.4.0\n\n-   _MapboxCircle_ now supports subscribing to `click` and `contextmenu` (right-click) events\n\n### v. 1.3.0\n\n-   Added setters and getters for center/radius\n-   _MapboxCircle_ now allows subscribing to events and fires `centerchanged`/`radiuschanged` on user modification\n-   Improved API documentation + moved it into README / Usage\n\n### v. 1.2.5\n\n-   More bug fixes:\n    -   The circle can now successfully remove itself from the map\n    -   Multiple circles may be added to the map and edited without causing too much conflict\n    -   Initial center/radius drag interaction no longer fails\n\n### v. 1.2.4\n\n-   Bug fixes; passing `editable: false` when creating a circle is now respected, along with any styling options\n\n### v. 1.2.3\n\n-   Publishing releases as `@latest` and pre-releases as `@next` to <https://www.npmjs.com/package/mapbox-gl-circle>\n\n-   CI update for Docker image, now publishes releases and pre-releases to SMSI internal Docker registry,\n    <http://docker.smithmicro.io/repository/mapbox-gl-circle>\n\n### v. 1.2.2\n\n-   CI updates, now integrates with GitHub and builds reliably (with unique version names) under \n    <http://jenkins.smithmicro.io:8080/job/mapbox-gl-circle-multibranch/>\n\n### v. 1.2.1\n\n-   Added first-draft Jenkinsfile and started including `package-lock.json`\n-   Revised `package.json` scripts\n\n### v. 1.2.0\n\n-   Removed dead code and unused methods\n-   Restructured library, moving `circle.js -> lib/main.js` and `index.js -> example/index.js`\n-   Refactored helper functions from `example/index.js` into _MapboxCircle_ class, obsoleted _index.html_ with\n    DOM updates in _example/index.js_\n-   Refactor into _MapboxCircle_ into new-style ES6 class\n-   Made _MapboxCircle.animate()_ and a bunch of properties private, added overridable defaults for\n    fillColor/fillOpacity\n-   Updated ESLint config to respect browser/commonjs built-ins and added docs to _MapboxCircle_ in order to\n    align with ESLint JSDoc requirements\n-   Updated project details in package.json and committed first-draft API documentation\n\n### v. 1.1.0\n\nUpdated circle from Mapbox [bl.ocks.org sample](https://bl.ocks.org/ryanbaumann/d286190943d6b4eb70e65a9f76eab5a5/d3cd7cea5feed0dfddbf3705b7936ff560f668d1).\n\nNow provides handles for modifying position/radius. Seems to also do better performance wise.\n\n### v. 1.0.0\n\nThe initial 1.0.0 release is a modified version of\nthe [Draw-Circle.zip](https://www.dropbox.com/s/ya7am28y8eugd72/Draw-Circle.zip?dl=0) archive we got from Mapbox.\n\nLive demo of the original can be found here: <https://www.mapbox.com/labs/draw-circle/>\n","readmeFilename":"README.md","gitHead":"51f9221c38236afe34b1a2cedada28e8a4a5ac91","_id":"mapbox-gl-circle@1.6.7-1","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-27jL6SVkaBmEcK1JAXMy8dx8dCdS1XOPTyOa+RgpzG/m9pkNRuWWQP3QLqsPgN/A8TgjfB7FErQJTD+sY1QpMg==","shasum":"825c06e93537fdb6bed3ab0fb59e94d9f6c39794","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.7-1.tgz","fileCount":8,"unpackedSize":2068007,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGGB682skBZlWaQhpOxHt5T4p0vVaVRLJPxf83H7Sah5AiEA/pnVVTyDovr+0awB2h4KOtN+51CeTYItGhkd+iNRGIY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVWY8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSyw//QJjO54fkhfzHJXPZNOQcAeA0NHIo9Cp/0EVmkmfv03Xs9Ek4\r\n9Sn2WSoBFXx3cBj66AQd2+PnMYm0odNS33ZayC2AiSukMa/NceOZi9T/MRBj\r\nUklD0uG5x5wvTouzaBhF1f3dhJIIjBK+sTI91ioOrDW8p8QHevUOPL8UAhCE\r\nq955mo/WMc2qy1IYkSqidEwvnD0IrdW/sitU9vN4yIFpqZbYXnnn3SwiJQpF\r\nWn8/WLfHpoQbW30TG0EgPY97Df1TPp0a3wVtcV3hrGAzkbQLxGBL0Cds8fIP\r\n0WXTBtcSrbL5huXKYV7pOpbGh7+22OFhNTPY83CBZ/T/0tk2not4PeQCvC7h\r\nEANOtOxpY0DTEENxugnWl0kyMtDyU3qkY1Iu8Yax/EmAhgBuzvYKGwXg8xdt\r\nuFfIQk55QiPvZKt1LmB/NqsRfvNjrD6UIKilBxPMMhPnkfbyoNnioRwK2jEP\r\nt6CtKyEc+pFVDTzQ93GrmowSsl0mOoxp5hdtGAlJUuO7DJ58HwrktU2+R+VX\r\nBlPBPyYB145k5UbGuFHTCm/eac8a3dmC+dhKLhSbVh1Sc+dv8awh4nhNK/0E\r\nRSMi0iK2aS47fNhXOEavWPMNbnfPeLmLTXQl+NVCejBGTfJ9bd0gGI5scsoY\r\nY3XcuUJjMuhBGaEzVfwLeCbSbLYts3mOR3A=\r\n=7X3y\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},{"name":"vtepliuk","email":"victoria.tepliuk@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle_1.6.7-1_1666541116436_0.8201706033086149"},"_hasShrinkwrap":false},"1.6.7":{"name":"mapbox-gl-circle","version":"1.6.7","author":{"name":"Smith Micro Software, Inc."},"license":"ISC","description":"A google.maps.Circle replacement for Mapbox GL JS API","homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"main":"lib/main.js","scripts":{"start":"budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs","watchify":"mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v","browserify":"mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v","prepare":"mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js","docs":"documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage","lint":"eslint lib"},"browserify":{"transform":["babelify"]},"directories":{"example":"example","lib":"lib"},"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"keywords":["mapbox","circle","osm","gl"],"engines":{"node":">=7.6.0","npm":">=5.3.0"},"devDependencies":{"async-each":"^1.0.1","babel-preset-es2015":"^6.24.1","babelify":"^7.3.0","brfs":"^1.4.4","browserify":"^14.5.0","buble":"^0.15.2","budo":"^10.0.4","documentation":"^5.1.0","eslint":"^4.18.1","eslint-config-google":"^0.9.1","esutils":"^2.0.2","magic-string":"^0.22.4","uglify-js":"^3.3.12","vlq":"^0.2.3","watchify":"^3.10.0"},"dependencies":{"@turf/bbox":"^4.7.3","@turf/bbox-polygon":"^4.7.3","@turf/bearing":"^4.5.2","@turf/circle":"^4.7.3","@turf/destination":"^4.7.3","@turf/distance":"^4.7.3","@turf/helpers":"^4.7.3","@turf/truncate":"^4.7.3","events":"^1.1.1","lodash":"^4.17.5","lodash.debounce":"^4.0.8","mapbox-gl":"^0.44.1"},"gitHead":"8628a8f8d0b71c2c147b4ab71e9169c982d429ae","_id":"mapbox-gl-circle@1.6.7","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-2aNlFI+vh+nNbay/qOljekWllzHWqyHjy1Bw/mCFbh3HQcU9Unk6k7m1c+piiSfigIN48Zzg7hFHi0RhfcfPlQ==","shasum":"4376a80d1258e06dc7d90fac292d9153dca56f62","tarball":"https://registry.npmjs.org/mapbox-gl-circle/-/mapbox-gl-circle-1.6.7.tgz","fileCount":8,"unpackedSize":2067995,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCi0ArTeh0MNcbHzMxakYnjhwFiYbMusRxBoha91FhMnwIgVYHv05vCc5SxG690ZPimrJY8x1BSGPznvz4kYf/fCts="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVWdsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEOBAAgrsu2CtiNQuL7fTnGONdo/zToaC9bP01DLG9uS1J04O5b8DP\r\nmHgqAaN+KmoekJrExsCbMPJqZqs0zeebSFgRgcy/BjGhj0nCVg8bnhQ7CNwQ\r\nCTYVDGXRMS8+p5WbYwRYR3OM1WNBpLUQyn2pG4fkOTuKC4KG1wedF6k/Z9jE\r\nxZ5dBlZDYOIQQrLIgZLzxnV7cGOQX1p1o0DQo8BeKY/dB2VdRRxET+u5lNlM\r\nMgKlKJkshqbQ0CppUxNlDg7DHsESqZF6wSLA75RR3yAaBYPmFLau8GagSASm\r\nxrk9AIEcagaWTyzWls1mpEc0SA5ZlrxoIz3JffrOQRWLZUPcfejY/x08V9D+\r\nFgZMraEpuiqqcIY/zuNIHq8zYjNyMMkMFPW2qEaDHVFEt2o92knDhEAZCcKI\r\nqwSoinC2ZJRD2nllkhN+/ZvAUggBJg1tWwpJDWrCy4pZpLFz3I/SwTZSmuxc\r\ndi1A7TDgXktX1tt5MUVV0lrs270u3zA4kd2Fw9df3geuCM52EMtP44+XRJi/\r\n2q1e5DI6kwFfxHFCaajkR5LGOYvgilKJJCwZVGX7HscpyndU0CavZnUfYUgt\r\nSuhsuP2qJvDSEllmuItCv4Yx6+M3DnFzUUYBnJy2vTLfZcJNCuMbYVSbsrF+\r\nBLlrNsMsyVM2Ejhebwynhf4+bWu99Svuy90=\r\n=5epC\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},"maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},{"name":"vtepliuk","email":"victoria.tepliuk@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-circle_1.6.7_1666541420455_0.19521040796272615"},"_hasShrinkwrap":false}},"readme":"# Spherical-Cap \"Native Circle\" for Mapbox GL JS\n\n[![Lint and Build](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/lint-and-build.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/lint-and-build.yml)\n[![Publish Pre-Release](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-prerelease.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-prerelease.yml)\n[![Publish Release](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-release.yml/badge.svg)](https://github.com/smithmicro/mapbox-gl-circle/actions/workflows/publish-release.yml)\n[![NPM Version](https://img.shields.io/npm/v/mapbox-gl-circle.svg)](https://www.npmjs.com/package/mapbox-gl-circle)\n\nThis project uses Turf.js to create a `google.maps.Circle` replacement, as a Mapbox GL JS compatible GeoJSON object.\nAllowing the developer to define a circle using center coordinates and radius (in meters). And, optionally, enabling\ninteractive editing via draggable center/radius handles. Just like the Google original!\n\n## Getting Started\n\nInclude [mapbox-gl-circle.min.js](https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js) in\nthe `<head>` of your HTML file to add the _MapboxCircle_ object to global scope:\n\n```html\n<script src='https://npmcdn.com/mapbox-gl-circle/dist/mapbox-gl-circle.min.js'></script>\n```\n\nOr even better, fashionably importing it using a module bundler:\n\n```npm\nnpm install --save mapbox-gl-circle\n```\n\n```javascript\nconst MapboxCircle = require('mapbox-gl-circle');\n// or \"import MapboxCircle from 'mapbox-gl-circle';\"\n```\n\n## Usage\n\n<!-- Generated by documentation.js. Update this documentation by updating the source code. -->\n\n### MapboxCircle\n\nA `google.maps.Circle` replacement for Mapbox GL JS, rendering a \"spherical cap\" on top of the world.\n\n**Parameters**\n\n-   `center`  \n-   `radius`  \n-   `options`  \n\n**Examples**\n\n```javascript\nvar myCircle = new MapboxCircle({lat: 39.984, lng: -75.343}, 25000, {\n        editable: true,\n        minRadius: 1500,\n        fillColor: '#29AB87'\n    }).addTo(myMapboxGlMap);\n\nmyCircle.on('centerchanged', function (circleObj) {\n        console.log('New center:', circleObj.getCenter());\n    });\nmyCircle.once('radiuschanged', function (circleObj) {\n        console.log('New radius (once!):', circleObj.getRadius());\n    });\nmyCircle.on('click', function (mapMouseEvent) {\n        console.log('Click:', mapMouseEvent.point);\n    });\nmyCircle.on('contextmenu', function (mapMouseEvent) {\n        console.log('Right-click:', mapMouseEvent.lngLat);\n    });\n```\n\n#### constructor\n\n**Parameters**\n\n-   `center` **({lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)} | \\[[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)])** Circle center as an object or `[lng, lat]` coordinates\n-   `radius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n-   `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** \n    -   `options.editable` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Enable handles for changing center and radius (optional, default `false`)\n    -   `options.minRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Minimum radius on user interaction (optional, default `10`)\n    -   `options.maxRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Maximum radius on user interaction (optional, default `1100000`)\n    -   `options.strokeColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Stroke color (optional, default `'#000000'`)\n    -   `options.strokeWeight` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke weight (optional, default `0.5`)\n    -   `options.strokeOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Stroke opacity (optional, default `0.75`)\n    -   `options.fillColor` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Fill color (optional, default `'#FB6A4A'`)\n    -   `options.fillOpacity` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** Fill opacity (optional, default `0.25`)\n    -   `options.refineStroke` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Adjust circle polygon precision based on radius and zoom\n            (i.e. prettier circles at the expense of performance) (optional, default `false`)\n    -   `options.properties` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** Property metadata for Mapbox GL JS circle object (optional, default `{}`)\n\n#### on\n\nSubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name; `click`, `contextmenu`, `centerchanged` or `radiuschanged`\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler, invoked with the target circle as first argument on\n        _'centerchanged'_ and _'radiuschanged'_, or a _MapMouseEvent_ on _'click'_ and _'contextmenu'_ events\n-   `onlyOnce` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** Remove handler after first call (optional, default `false`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### once\n\nAlias for registering event listener with _onlyOnce=true_, see [#on](#on).\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Event handler\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### off\n\nUnsubscribe to circle event.\n\n**Parameters**\n\n-   `event` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Event name\n-   `fn` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** Handler to be removed\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### addTo\n\n**Parameters**\n\n-   `map` **mapboxgl.Map** Target map for adding and initializing circle Mapbox GL layers/data/listeners.\n-   `before` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Layer ID to insert the circle layers before; explicitly pass `null` to\n        get the circle assets appended at the end of map-layers array (optional, default `'waterway-label'`)\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### remove\n\nRemove source data, layers and listeners from map.\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getCenter\n\nReturns **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** Circle center position\n\n#### setCenter\n\n**Parameters**\n\n-   `position` **{lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}** \n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getRadius\n\nReturns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Current radius, in meters\n\n#### setRadius\n\n**Parameters**\n\n-   `newRadius` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Meter radius\n\nReturns **[MapboxCircle](#mapboxcircle)** \n\n#### getBounds\n\nReturns **{sw: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}, ne: {lat: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), lng: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)}}** Southwestern/northeastern bounds\n\n## Development\n\n### Install Dependencies\n\n    npm install\n\n### Run Locally\n\n    npm start\n\n### Build Development Bundle\n\n    npm run browserify\n\n### Build Distributable Package\n\n    npm pack\n\n### Update README API Documentation\n\n    npm run docs\n\n## Changelog\n\n### v. 1.6.7\n\n-   `optionalDependencies` removed from `package.json`, making this package easier to depend on ([#82](https://github.com/smithmicro/mapbox-gl-circle/issues/82))\n-   Bug fix for overlapping mouse-down events, causing the edit handle to lock until the user performs a full page refresh ([#80](https://github.com/smithmicro/mapbox-gl-circle/issues/80))\n\n### v. 1.6.6\n\n-   New CI/CD integration, replacing Jenkins with GitHub Actions ([#93](https://github.com/smithmicro/mapbox-gl-circle/issues/93))\n\n### v. 1.6.5\n\n-   Bug fix for layer switching in `mapbox-gl>0.40.1` ([#73](https://github.com/smithmicro/mapbox-gl-circle/issues/73))\n-   Half-fixed bug causing errors when adding circle to map style without the `waterway-label` layer\n\n### v. 1.6.4\n\n-   Performance improvements for Firefox and Edge on slow computers\n    ([#64](https://github.com/smithmicro/mapbox-gl-circle/issues/64),\n    [#59](https://github.com/smithmicro/mapbox-gl-circle/issues/59))\n-   Deprecated Docker build step \n\n### v. 1.6.3\n\n-   Transferring core project into SmithMicro organization, `mblomdahl/mapbox-gl-circle -> smithmicro/mapbox-gl-circle`\n\n### v. 1.6.2\n\n-   Handle center/radius drag interactions over Mapbox GL markers\n-   Watch for removal of map container and handle removal \n\n### v. 1.6.1\n\n-   Improved move animation ([#55](https://github.com/smithmicro/mapbox-gl-circle/issues/55)) \n\n### v. 1.6.0\n\n-   Add optional `before` argument to _MapboxCircle.addTo_\n    ([#50](https://github.com/smithmicro/mapbox-gl-circle/issues/50))\n-   Updated center/radius handle interactions to make performance issues more subtle \n\n### v. 1.5.2\n\n-   Fix bug where the circle would always show a horizontal resize cursor on radius handles,\n    irrespective of position (top/bottom/right/left)\n\n### v. 1.5.1\n\n-   Bug fixes with respect to cursor style when hovering over editable-and-clickable circles\n    [SPFAM-1293](https://projects.smithmicro.net/browse/SPFAM-1293)\n\n### v. 1.5.0\n\n-   Added support for passing `minRadius` and `maxRadius` options to _MapboxCircle_ constructor\n\n### v. 1.4.3\n\n-   Bug fix for handling _map.setStyle_ updates\n-   Added package version property to circle class\n\n### v. 1.4.2\n\n-   README updated with [Getting Started](#getting-started) section\n-   Improved usage examples\n-   Bug fixes:\n    -   Creating circle instances with bundler import failed\n    -   Docker build serving the wrong `index.html`    \n\n### v. 1.4.1\n\n-   Performance and stability fixes\n\n### v. 1.4.0\n\n-   _MapboxCircle_ now supports subscribing to `click` and `contextmenu` (right-click) events\n\n### v. 1.3.0\n\n-   Added setters and getters for center/radius\n-   _MapboxCircle_ now allows subscribing to events and fires `centerchanged`/`radiuschanged` on user modification\n-   Improved API documentation + moved it into README / Usage\n\n### v. 1.2.5\n\n-   More bug fixes:\n    -   The circle can now successfully remove itself from the map\n    -   Multiple circles may be added to the map and edited without causing too much conflict\n    -   Initial center/radius drag interaction no longer fails\n\n### v. 1.2.4\n\n-   Bug fixes; passing `editable: false` when creating a circle is now respected, along with any styling options\n\n### v. 1.2.3\n\n-   Publishing releases as `@latest` and pre-releases as `@next` to <https://www.npmjs.com/package/mapbox-gl-circle>\n\n-   CI update for Docker image, now publishes releases and pre-releases to SMSI internal Docker registry,\n    <http://docker.smithmicro.io/repository/mapbox-gl-circle>\n\n### v. 1.2.2\n\n-   CI updates, now integrates with GitHub and builds reliably (with unique version names) under \n    <http://jenkins.smithmicro.io:8080/job/mapbox-gl-circle-multibranch/>\n\n### v. 1.2.1\n\n-   Added first-draft Jenkinsfile and started including `package-lock.json`\n-   Revised `package.json` scripts\n\n### v. 1.2.0\n\n-   Removed dead code and unused methods\n-   Restructured library, moving `circle.js -> lib/main.js` and `index.js -> example/index.js`\n-   Refactored helper functions from `example/index.js` into _MapboxCircle_ class, obsoleted _index.html_ with\n    DOM updates in _example/index.js_\n-   Refactor into _MapboxCircle_ into new-style ES6 class\n-   Made _MapboxCircle.animate()_ and a bunch of properties private, added overridable defaults for\n    fillColor/fillOpacity\n-   Updated ESLint config to respect browser/commonjs built-ins and added docs to _MapboxCircle_ in order to\n    align with ESLint JSDoc requirements\n-   Updated project details in package.json and committed first-draft API documentation\n\n### v. 1.1.0\n\nUpdated circle from Mapbox [bl.ocks.org sample](https://bl.ocks.org/ryanbaumann/d286190943d6b4eb70e65a9f76eab5a5/d3cd7cea5feed0dfddbf3705b7936ff560f668d1).\n\nNow provides handles for modifying position/radius. Seems to also do better performance wise.\n\n### v. 1.0.0\n\nThe initial 1.0.0 release is a modified version of\nthe [Draw-Circle.zip](https://www.dropbox.com/s/ya7am28y8eugd72/Draw-Circle.zip?dl=0) archive we got from Mapbox.\n\nLive demo of the original can be found here: <https://www.mapbox.com/labs/draw-circle/>\n","maintainers":[{"name":"mblomdahl","email":"mats.blomdahl@gmail.com"},{"name":"vtepliuk","email":"victoria.tepliuk@gmail.com"}],"time":{"modified":"2022-10-23T16:10:20.731Z","created":"2017-08-30T10:33:51.410Z","1.2.3-rc.1":"2017-08-30T10:33:51.410Z","1.2.3-rc.2":"2017-08-30T11:17:37.097Z","1.2.3-rc.3":"2017-08-30T11:47:47.820Z","1.2.3-rc.4":"2017-08-30T12:30:23.323Z","1.2.3-rc.6":"2017-08-30T15:06:44.103Z","1.2.3-rc.7":"2017-08-30T15:15:46.916Z","1.2.3-rc.8":"2017-08-30T15:19:00.725Z","1.2.3-rc.9":"2017-08-30T15:28:32.761Z","1.2.3-rc.10":"2017-08-30T15:30:12.396Z","1.2.3-rc.11":"2017-08-30T15:31:39.155Z","1.2.3":"2017-08-30T16:18:58.744Z","1.2.4-rc.1":"2017-09-02T15:57:47.540Z","1.2.4-rc.2":"2017-09-02T16:43:43.025Z","1.2.4-rc.3":"2017-09-02T16:48:58.070Z","1.2.4":"2017-09-02T16:52:24.497Z","1.2.5-rc.1":"2017-09-03T15:03:38.984Z","1.2.5-rc.2":"2017-09-03T15:07:09.661Z","1.2.5-rc.3":"2017-09-03T15:31:48.827Z","1.2.5":"2017-09-03T15:40:52.635Z","1.2.5-rc.4":"2017-09-09T01:31:23.236Z","1.3.0-rc.1":"2017-09-10T14:59:36.014Z","1.3.0-rc.2":"2017-09-10T15:07:31.891Z","1.3.0":"2017-09-10T15:18:20.959Z","1.4.0-rc.1":"2017-09-15T18:15:53.603Z","1.4.0-rc.2":"2017-09-15T18:19:24.562Z","1.4.0-rc.3":"2017-09-15T18:22:40.524Z","1.4.0":"2017-09-15T18:45:21.811Z","1.4.1-rc.1":"2017-09-16T13:43:42.376Z","1.4.1":"2017-09-16T13:48:03.913Z","1.4.2-rc.1":"2017-09-17T10:17:12.715Z","1.4.2-rc.2":"2017-09-17T10:31:23.250Z","1.4.2":"2017-09-17T11:12:06.143Z","1.4.3-rc.1":"2017-09-24T11:02:26.326Z","1.4.3":"2017-09-24T11:08:59.294Z","1.5.0-rc.1":"2017-10-01T07:48:37.123Z","1.5.0":"2017-10-01T11:34:12.529Z","1.5.1-rc.1":"2017-10-07T19:40:59.859Z","1.5.1":"2017-10-07T19:45:08.316Z","1.5.2-rc.1":"2017-10-08T12:41:49.749Z","1.5.2":"2017-10-08T12:45:29.643Z","1.6.0-rc.1":"2017-10-22T19:04:25.522Z","1.6.0-rc.2":"2017-10-22T19:12:38.001Z","1.6.0":"2017-10-22T19:21:32.730Z","1.6.1-rc.1":"2017-10-28T12:31:41.231Z","1.6.1":"2017-10-28T19:26:32.972Z","1.6.2-rc.1":"2017-12-03T21:10:08.271Z","1.6.2":"2017-12-03T21:16:35.640Z","1.6.3-rc.1":"2017-12-07T16:14:48.004Z","1.6.3-rc.2":"2017-12-07T16:17:40.026Z","1.6.3":"2017-12-07T16:21:15.974Z","1.6.4-rc.1":"2017-12-10T13:32:22.176Z","1.6.4":"2017-12-10T14:41:42.426Z","1.6.5-rc.1":"2018-02-25T20:40:55.444Z","1.6.5":"2018-02-28T15:13:46.165Z","1.6.6-0":"2022-10-23T12:42:34.506Z","1.6.6-1":"2022-10-23T13:23:08.232Z","1.6.6":"2022-10-23T13:33:53.693Z","1.6.7-0":"2022-10-23T14:56:05.435Z","1.6.7-1":"2022-10-23T16:05:16.676Z","1.6.7":"2022-10-23T16:10:20.638Z"},"homepage":"https://github.com/smithmicro/mapbox-gl-circle#readme","keywords":["mapbox","circle","osm","gl"],"repository":{"type":"git","url":"git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"},"author":{"name":"Smith Micro Software, Inc."},"bugs":{"url":"https://github.com/smithmicro/mapbox-gl-circle/issues"},"license":"ISC","readmeFilename":"README.md","users":{"mblomdahl":true}}