{"_id":"@3drobotics/mapbox-gl","_rev":"2-81a03cfe526e6fde9a8a37035f1f33ed","name":"@3drobotics/mapbox-gl","description":"A WebGL interactive maps library","dist-tags":{"latest":"0.40.1-1"},"versions":{"0.40.1-1":{"name":"@3drobotics/mapbox-gl","description":"A WebGL interactive maps library","version":"0.40.1-1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/mapbox/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@mapbox/gl-matrix":"^0.0.1","@mapbox/point-geometry":"^0.1.0","@mapbox/shelf-pack":"^3.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","@mapbox/vector-tile":"^1.3.0","@mapbox/whoots-js":"^3.0.0","brfs":"^1.4.0","bubleify":"^0.7.0","csscolorparser":"~1.0.2","earcut":"^2.0.3","geojson-rewind":"^0.2.0","geojson-vt":"^2.4.0","grid-index":"^1.0.0","jsonlint-lines-primitives":"~1.6.0","lodash.isequal":"^3.0.4","mapbox-gl-supported":"^1.2.0","minimist":"0.0.8","package-json-versionify":"^1.0.2","pbf":"^3.0.5","quickselect":"^1.0.0","rw":"^1.3.3","shuffle-seed":"^1.1.6","sort-object":"^0.3.2","supercluster":"^2.3.0","through2":"^2.0.3","tinyqueue":"^1.1.0","unassertify":"^2.0.0","unflowify":"^1.0.0","vt-pbf":"^3.0.1","webworkify":"^1.4.0"},"devDependencies":{"@mapbox/mapbox-gl-rtl-text":"^0.1.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","babel-eslint":"^7.0.0","benchmark":"~2.1.0","browserify":"^14.0.0","clipboard":"^1.5.12","concat-stream":"^1.6.0","coveralls":"^2.11.8","derequire":"^2.0.6","documentation":"4.0.0-beta12","envify":"^4.0.0","eslint":"4.1.1","eslint-config-mourner":"^2.0.0","eslint-plugin-flowtype":"^2.34.0","eslint-plugin-html":"^3.0.0","eslint-plugin-node":"^5.1.1","flow-bin":"^0.54.1","flow-coverage-report":"^0.3.0","flow-remove-types":"^1.0.4","github-slugger":"^1.1.1","gl":"^4.0.1","glob":"^7.0.3","highlight.js":"^9.9.0","in-publish":"^2.0.0","jsdom":"^9.11.0","lodash":"^4.16.0","minifyify":"^7.0.1","mock-geolocation":"^1.0.11","npm-run-all":"^4.0.1","nyc":"^10.1.2","pngjs":"^3.0.0","proxyquire":"^1.7.9","remark":"^6.0.1","remark-html":"^5.0.1","request":"^2.79.0","sinon":"^2.1.0","st":"^1.2.0","stylelint":"^7.10.1","tap":"^10.3.0","vinyl":"^2.0.1","vinyl-fs":"^2.4.4","watchify":"^3.7.0"},"browserify":{"transform":["unflowify",["bubleify",{"bubleError":true,"transforms":{"dangerousForOf":true}}],"package-json-versionify","unassertify","brfs","./build/minifyify_style_spec","./build/strictify"]},"browser":{"./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"scripts":{"build-dev":"browserify src/index.js --debug --ignore-transform unassertify --standalone mapboxgl > dist/mapbox-gl-dev.js && tap --no-coverage test/build/dev.test.js","watch-dev":"watchify src/index.js --debug --ignore-transform unassertify --standalone mapboxgl --outfile dist/mapbox-gl-dev.js --verbose","build-min":"browserify src/index.js --debug --plugin [minifyify --map mapbox-gl.js.map --output dist/mapbox-gl.js.map] --standalone mapboxgl | derequire > dist/mapbox-gl.js && tap --no-coverage test/build/min.test.js","build-token":"browserify debug/access_token.js --debug --transform envify > debug/access_token_generated.js","build-benchmarks":"BENCHMARK_VERSION=\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\" browserify bench/benchmarks.js --plugin [minifyify --no-map] --transform envify --outfile bench/benchmarks_generated.js --verbose","watch-benchmarks":"BENCHMARK_VERSION=\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\" watchify bench/benchmarks.js --plugin [minifyify --no-map] --transform envify --outfile bench/benchmarks_generated.js --verbose","watch-benchmarks-view":"watchify bench/benchmarks_view.js --debug --outfile bench/benchmarks_view_generated.js --verbose","start-server":"st --no-cache --localhost --port 9966 --index index.html .","start":"run-p build-token watch-dev watch-benchmarks watch-benchmarks-view start-server","start-debug":"run-p build-token watch-dev start-server","start-bench":"run-p build-token watch-benchmarks watch-benchmarks-view start-server","build-docs":"flow-node docs/style-spec/_generate/generate.js && documentation build --github --format html --config ./docs/documentation.yml --theme ./docs/_theme --output docs/api/ src/index.js","build":"npm run build-docs # invoked by publisher when publishing docs on the mb-pages branch","start-docs":"npm run build-min && npm run build-docs && jekyll serve --watch","lint":"eslint --cache --ignore-path .gitignore src test bench docs/_posts/examples/*.html debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'dist/mapbox-gl.css'","open-changed-examples":"git diff --name-only mb-pages HEAD -- docs/_posts/examples/*.html | awk '{print \"http://127.0.0.1:4000/mapbox-gl-js/example/\" substr($0,33,length($0)-37)}' | xargs open","test":"run-s lint lint-css test-unit test-flow","test-suite":"run-s test-render test-query","test-suite-clean":"find test/integration/*-tests -mindepth 2 -type d  -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"tap --reporter dot --no-coverage test/unit","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-flow":"flow .","test-flow-cov":"flow-coverage-report -i 'src/**/*.js' -t html","test-cov":"nyc --require=flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-render test-query","prepublish":"in-publish && run-s build-dev build-min || not-in-publish"},"files":["build/","dist/","flow-typed/","src/",".flowconfig"],"licenseText":"Copyright (c) 2016, Mapbox\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n    * Redistributions of source code must retain the above copyright notice,\n      this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above copyright notice,\n      this list of conditions and the following disclaimer in the documentation\n      and/or other materials provided with the distribution.\n    * Neither the name of Mapbox GL JS nor the names of its contributors\n      may be used to endorse or promote products derived from this software\n      without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n-------------------------------------------------------------------------------\n\nContains glmatrix.js\n\nCopyright (c) 2013, Brandon Jones, Colin MacKenzie IV. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n  * Redistributions of source code must retain the above copyright notice, this\n    list of conditions and the following disclaimer.\n  * Redistributions in binary form must reproduce the above copyright notice,\n    this list of conditions and the following disclaimer in the documentation\n    and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n-------------------------------------------------------------------------------\n\nContains Hershey Simplex Font: http://paulbourke.net/dataformats/hershey/\n\n-------------------------------------------------------------------------------\n\nContains code from glfx.js\n\nCopyright (C) 2011 by Evan Wallace\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n--------------------------------------------------------------------------------\n\nContains a portion of d3-color https://github.com/d3/d3-color\n\nCopyright 2010-2016 Mike Bostock\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the author nor the names of contributors may be used to\n  endorse or promote products derived from this software without specific prior\n  written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","_id":"@3drobotics/mapbox-gl@0.40.1-1","dist":{"shasum":"2fd96781b0ec646ae06dc63711be7ebfae97093e","tarball":"https://registry.npmjs.org/@3drobotics/mapbox-gl/-/mapbox-gl-0.40.1-1.tgz","integrity":"sha512-63OaEzXgNjT7lUpAYqa+7yOVNhCswkE99uST2cYosaJi00Ly/AWyeXFQyzN+b9+zkQhk9C/9jE7sbjHyyjkIOQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDvkhOVequxZa+FhZe1ocZsksubvZ04CDYmmMjnesQ6rAiEAxKdxGjduU0i3b29O2RN42dxh0rUuZl4P0Kw4Rdt+tIU="}]},"maintainers":[{"name":"gpbmike","email":"gpbmike@gmail.com"}],"_npmUser":{"name":"gpbmike","email":"gpbmike@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl-0.40.1-1.tgz_1507738839060_0.10042058397084475"}}},"readme":"# Mapbox GL JS\n\nMapbox GL JS is a JavaScript library that renders interactive maps from vector tiles and Mapbox styles using WebGL. Mapbox GL JS is part of the [cross-platform Mapbox GL ecosystem](https://www.mapbox.com/maps/), which also includes compatible native SDKs for applications on [Android](https://www.mapbox.com/android-sdk/), [iOS](https://www.mapbox.com/ios-sdk/), [macOS](http://mapbox.github.io/mapbox-gl-native/macos), and [Qt](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/qt).\n\nIn addition to GL JS, this repository contains code, issues, and test fixtures that are common to both GL JS and the native SDKs. For code and issues specific to the native SDKs, see the [mapbox/mapbox-gl-native](https://github.com/mapbox/mapbox-gl-native/) repository.\n\n- [Getting started](https://www.mapbox.com/mapbox-gl-js/api/)\n- [API documentation](https://www.mapbox.com/mapbox-gl-js/api)\n- [Examples](https://www.mapbox.com/mapbox-gl-js/examples/)\n- [Style documentation](https://www.mapbox.com/mapbox-gl-style-spec)\n- [Open source styles](https://github.com/mapbox/mapbox-gl-styles)\n- [Roadmap](https://www.mapbox.com/mapbox-gl-js/roadmap/)\n- [Contributor documentation](https://github.com/mapbox/mapbox-gl-js/blob/master/CONTRIBUTING.md)\n\n[<img width=\"981\" alt=\"Mapbox GL gallery\" src=\"https://cloud.githubusercontent.com/assets/281306/14547142/a3c98294-025f-11e6-92f4-d6b0f50c8e89.png\">](https://www.mapbox.com/gallery/)\n\n","maintainers":[{"name":"gpbmike","email":"gpbmike@gmail.com"}],"time":{"modified":"2022-06-12T14:11:05.447Z","created":"2017-10-11T16:20:39.615Z","0.40.1-1":"2017-10-11T16:20:39.615Z"},"repository":{"type":"git","url":"git://github.com/mapbox/mapbox-gl-js.git"},"license":"SEE LICENSE IN LICENSE.txt","readmeFilename":"README.md"}