{"versions":{"0.53.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"0.53.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","esm":"^3.0.84","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/batfish":"^1.9.4","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/mapbox-gl-rtl-text":"^0.2.0","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","benchmark":"~2.1.0","browserify":"^16.1.0","d3":"^4.12.0","documentation":"~8.1.1","ejs":"^2.5.7","eslint":"^5.8.0","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.2.1","eslint-plugin-html":"^4.0.6","eslint-plugin-import":"^2.14.0","eslint-plugin-react":"^7.11.1","execcommand-copy":"^1.1.0","flow-bin":"^0.91.0","github-slugger":"^1.1.1","gl":"^4.1.1","glob":"^7.0.3","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^1.0.4","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.0.1","nyc":"^13.1.0","object.entries":"^1.0.4","pirates":"^3.0.2","pngjs":"^3.3.3","postcss-cli":"^5.0.0","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","prismjs":"^1.8.1","prop-types":"^15.6.0","raw-loader":"^0.5.1","react":"^16.0.0","react-dom":"^16.0.0","react-helmet":"^5.2.0","remark":"^8.0.0","remark-html":"^5.0.1","remark-react":"^4.0.1","request":"^2.79.0","rollup":"^1.1.2","rollup-plugin-buble":"^0.19.6","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-json":"^3.1.0","rollup-plugin-node-resolve":"4.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^4.0.2","rollup-plugin-unassert":"^0.2.0","sinon":"^7.1.1","slugg":"^1.2.1","st":"^1.2.0","stylelint":"^9.7.1","stylelint-config-standard":"^18.2.0","tap":"^12.0.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js --watch","watch-style-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/styles/rollup_config_benchmarks.js --watch","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks watch-style-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks watch-style-benchmarks start-server","build-docs":"documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js","build":"run-s build-docs && batfish build # invoked by publisher when publishing docs on the publisher-production branch","start-docs":"run-s build-prod-min build-css build-docs && DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench docs docs/pages/example/*.html debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","open-changed-examples":"git diff --name-only publisher-production HEAD -- docs/pages/example/*.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-flow test-unit","test-suite":"run-s test-render test-query","test-suite-clean":"find test/integration/{render,query}-tests -mindepth 2 -type d  -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@0.53.0","dist":{"shasum":"b7d999660d41ff6959ea94ca64f81dfdf4d08da7","integrity":"sha512-HXnc4sY0OfhEozwB2JmcoDlLYlmtGCjwlhcjOp1PkabAUZPRoM0DcusYN/vLpf8cW57yY4IqXex5Cb9OaMp83w==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-0.53.0.tgz","fileCount":457,"unpackedSize":19235038,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY/ouCRA9TVsSAnZWagAAsFYP/jz2C63EJ9HrY8l2Kw1E\n81Ze8dNytNRHD8YaDPbIkzhy98i/mYcARhRpV0AsMuGUorYB05aKzko4HqHO\nls8eN2e9lQrN6ujYBj21AklGJyfUXvI7FNuTRZ5BFij3H8UirPrSkagtA2CU\nxxX8+JH6Q698mzG+R3SXawAFizt0uo1FQNulCr5L03Ax1qITmN1mezOytVD3\n8UxZVWI3tJQudM9GSAQx+igcDWqpqA7IhcDLZkAmuTCqu1+VFbyjC4/BC8aE\nO+sD6j3rqu/30+OqekDMLlK11wcBdQeIxf1tHS8jkpidgEhO2E8nAgqhZm/e\nIWe2V/0ZfIVBEbu/CyFXUCyhnEylJ35bFAcr9D6yCGp74hQETQuteJa8YmIs\nS1FJAdoPB5lVzna3aOb6+04F/2KOwR+gFmPh/MKu8ZGgVDNdjshCXU23/8xF\n8ZmHo7PGucUcR6WMrX5eSqszgY2o3vqX+7kVt6ZTAdQ7UoXpV6ylagP/veln\nRZknWjobV/BYI0iVZICeFIpriBJZWLnkqLOPEDOYpXVjTi8kfzyXPkmJuiho\nDNOTcSwDFro53NHijUFTHpeGcdqmWmhBW7uryWR2wQs3lmPCivM2K34gPFwZ\nu3ABPeQPzSvjzXWoytzspIRT/5dO4n6uWBW8YkJfljsKeNxiIXZ1Cxn3W68r\nVKWY\r\n=jSyZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3HcDDE+Y9csK4ZhT+0w7HKyFuQuTmDFSba+bLcfhcVAIgXD2PCxuCKI4EiIemeKmzJL6+C4eA3v8N2Y7rw+ZIgCY="}]},"maintainers":[{"name":"anonymous","email":"jing-sam@qq.com"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_0.53.0_1550055981219_0.165062521947545"},"_hasShrinkwrap":false,"contributors":[]},"0.53.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"0.53.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","esm":"^3.0.84","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/batfish":"^1.9.4","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/mapbox-gl-rtl-text":"^0.2.0","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","benchmark":"~2.1.0","browserify":"^16.1.0","d3":"^4.12.0","documentation":"~8.1.1","ejs":"^2.5.7","eslint":"^5.8.0","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.2.1","eslint-plugin-html":"^4.0.6","eslint-plugin-import":"^2.14.0","eslint-plugin-react":"^7.11.1","execcommand-copy":"^1.1.0","flow-bin":"^0.91.0","github-slugger":"^1.1.1","gl":"^4.1.1","glob":"^7.0.3","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^1.0.4","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.0.1","nyc":"^13.1.0","object.entries":"^1.0.4","pirates":"^3.0.2","pngjs":"^3.3.3","postcss-cli":"^5.0.0","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","prismjs":"^1.8.1","prop-types":"^15.6.0","raw-loader":"^0.5.1","react":"^16.0.0","react-dom":"^16.0.0","react-helmet":"^5.2.0","remark":"^8.0.0","remark-html":"^5.0.1","remark-react":"^4.0.1","request":"^2.79.0","rollup":"^1.1.2","rollup-plugin-buble":"^0.19.6","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-json":"^3.1.0","rollup-plugin-node-resolve":"4.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^4.0.2","rollup-plugin-unassert":"^0.2.0","sinon":"^7.1.1","slugg":"^1.2.1","st":"^1.2.0","stylelint":"^9.7.1","stylelint-config-standard":"^18.2.0","tap":"^12.0.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js --watch","watch-style-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/styles/rollup_config_benchmarks.js --watch","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks watch-style-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks watch-style-benchmarks start-server","build-docs":"documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js","build":"run-s build-docs && batfish build # invoked by publisher when publishing docs on the publisher-production branch","start-docs":"run-s build-prod-min build-css build-docs && DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench docs docs/pages/example/*.html debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","open-changed-examples":"git diff --name-only publisher-production HEAD -- docs/pages/example/*.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-flow test-unit","test-suite":"run-s test-render test-query","test-suite-clean":"find test/integration/{render,query}-tests -mindepth 2 -type d  -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@0.53.1","dist":{"shasum":"270aaa5f2692e824828162358221ca1bbd1a110d","integrity":"sha512-q9DUof2Jx4xkdAGKWt3HurUsUTxIpNi4H3BtYlSTHZaqfZxcHK25jvU6Nz6hLmU1zMqvaExt6GwRbW6bM1/ieA==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-0.53.1.tgz","fileCount":457,"unpackedSize":19253364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd5+GCRA9TVsSAnZWagAAmy4P/1pATmsXblgy43dSqrtq\nDtk7G4UpldO140ZvEixW0O2Wv22hYc+OFOOpHxS2d1beA4LbYqNpb4sQoH0U\n7+AgizxffSIKIgqWHPzVS6nAuwEQZcK0j67Ko68TYdm7reJe0VxZvnZoXsS4\n73xD6xCCs+8CSC1LADkOyOUU4kAndg4bdf7u42bsAMW11AOgAkk0S2cOYw93\nYWOpggaoVZdU0HwCChnQGAKapQWbZz3pIilhrE6yV4tKo0oTx5k+clXKRl1P\n34hI0cZJAILz3wpQj5O9fyWXeO6wHTPoxktbTzex6J/tGdwD4fS0esDtrTeb\n05TD4pnzh9HAWVzn/dwJxuxQOh1K27hLGLvQypietbDLBaLGD3VVT7auTlYP\no/S0rfftyRYZvhDgi9n5+Naeozl43JzAN2MPpLDqhBipi8P336MZmcvkUxVH\nioV696kUOjPLSXNgp5eE68UFHnwlVJ6zH4tpRC180Nzs+FfAQWbrj3EpO3h0\n01IVSYwz50WFkRPfK8RutHRmI5Yv2oIp37z2bM/e3RUaehlFM9+u4n8KQxxl\npYVryWr9285vDnrSUZX5bLDSEVXokVJIGkwkjbwUBPKNoF/F0URpyu3KQH6+\nNBdIoz7MbieS1CK+tEBGmHefbtL9Gyu9pNLVP0gs3npppndhh3mdxHScf5Et\n8dQ2\r\n=8jc3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEwCq/BjQD3FiitC7Px0RVKV2UiySJ0UiOXcvjiQ6pxbAiBMRxhkkHxCLLPqofR42p/m9D38/ATwL6hW0/dLs+7WwA=="}]},"maintainers":[{"name":"anonymous","email":"jing-sam@qq.com"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_0.53.1_1551343493625_0.17079029602889761"},"_hasShrinkwrap":false,"contributors":[]},"0.53.2":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"0.53.2","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","esm":"^3.0.84","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/batfish":"^1.9.4","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/mapbox-gl-rtl-text":"^0.2.0","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","benchmark":"~2.1.0","browserify":"^16.1.0","d3":"^4.12.0","documentation":"~8.1.1","ejs":"^2.5.7","eslint":"^5.8.0","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.2.1","eslint-plugin-html":"^4.0.6","eslint-plugin-import":"^2.14.0","eslint-plugin-react":"^7.11.1","execcommand-copy":"^1.1.0","flow-bin":"^0.91.0","github-slugger":"^1.1.1","gl":"^4.1.1","glob":"^7.0.3","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^1.0.4","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.0.1","nyc":"^13.1.0","object.entries":"^1.0.4","pirates":"^3.0.2","pngjs":"^3.3.3","postcss-cli":"^5.0.0","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","prismjs":"^1.8.1","prop-types":"^15.6.0","raw-loader":"^0.5.1","react":"^16.0.0","react-dom":"^16.0.0","react-helmet":"^5.2.0","remark":"^8.0.0","remark-html":"^5.0.1","remark-react":"^4.0.1","request":"^2.79.0","rollup":"^1.1.2","rollup-plugin-buble":"^0.19.6","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-json":"^3.1.0","rollup-plugin-node-resolve":"4.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^4.0.2","rollup-plugin-unassert":"^0.2.0","sinon":"^7.1.1","slugg":"^1.2.1","st":"^1.2.0","stylelint":"^9.7.1","stylelint-config-standard":"^18.2.0","tap":"^12.0.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js --watch","watch-style-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/styles/rollup_config_benchmarks.js --watch","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks watch-style-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks watch-style-benchmarks start-server","build-docs":"documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js","build":"run-s build-docs && batfish build # invoked by publisher when publishing docs on the publisher-production branch","start-docs":"run-s build-prod-min build-css build-docs && DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench docs docs/pages/example/*.html debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","open-changed-examples":"git diff --name-only publisher-production HEAD -- docs/pages/example/*.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-flow test-unit","test-suite":"run-s test-render test-query","test-suite-clean":"find test/integration/{render,query}-tests -mindepth 2 -type d  -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@0.53.2","dist":{"shasum":"2932486a413e9e29d8b87cecee3acba649e3ddd8","integrity":"sha512-F/95nYk68vd/QL+JUrEfbyWJ6/MPRgZpXXPkMmqSaPdqRLUsZSs0RoDzvNOcYdwcaoZJpk5/fRrxd0Ca7jhcEg==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-0.53.2.tgz","fileCount":457,"unpackedSize":19253364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd732CRA9TVsSAnZWagAAQ1IP/j4nEwD67elRhUgFejqp\ncqU81FEwPHUOBIq4nvaxWg1RUnCyYFOxrRjYkHeUe/FjMaXecdFvzA43CXZ/\nrkFATTIkCSZw1OsYzb1+of3QCAJhbxAKwbwx1Ot9HOpgWMGUATz0Cphz2j0g\nBexldrD7BqoZ7VhBXou0es0q5zZUqT33UHIAy6/VwBpaabtc8JOX1VK3T/Jw\nUtWxDNcrPPBaSI4KhG1ZmGKvXrcS2wdW6dxKJT8CFOvMw37gDq/Co/hd5bGO\nLDueF/zGLrCZYi8vb6gy5rOkRwS0UJ1dj+YhlnuktsaU3zqs35RQLKCPzEjX\ns4tAD8yfO2Kq6ugv1tziF7DfpZ7uLkgbL/w96SOq/ZXqHZd2OhfFoX6XRQzX\nXN+GB2lPXnaTsulU2rBpt2nkczkjZaTrkGYFLkrsgNrcXywNLq204zMZpWVt\nbOdfRsqsouwAB9/2Zc5SkJDlohk86ksx8WqXhMSEwYqKWKlcF1vo7kx5CkhN\nD16jKt4MmH6xUWxmrpft6Kgpw4SASt7sx5hCzvyQAkpLZLkdR67NDFDGKVzs\n+MffyA6looEFjSxRvd91GeAe9WhAcReKmkNjz7KmhiJosTdlUVFvW/JEMEru\n4m+X51BwV67VHOb4uKd9++0wlPAqx1l+HyQ4Un3EmdmApGsmkNTud+8RoSRa\ndmX6\r\n=XLif\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHAZUCabes/RrDIlccDq9U6dn26xpLud2mJwA0sVmnIGAiA2WQ5+7ucK55iMM1TWcUIyRm1tJAyo0eTY7nc5dV1AXg=="}]},"maintainers":[{"name":"anonymous","email":"jing-sam@qq.com"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_0.53.2_1551351286172_0.016955359251254132"},"_hasShrinkwrap":false,"contributors":[]},"0.53.3":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"0.53.3","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","esm":"^3.0.84","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/batfish":"^1.9.4","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/mapbox-gl-rtl-text":"^0.2.0","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","benchmark":"~2.1.0","browserify":"^16.1.0","d3":"^4.12.0","documentation":"~8.1.1","ejs":"^2.5.7","eslint":"^5.8.0","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.2.1","eslint-plugin-html":"^4.0.6","eslint-plugin-import":"^2.14.0","eslint-plugin-react":"^7.11.1","execcommand-copy":"^1.1.0","flow-bin":"^0.91.0","github-slugger":"^1.1.1","gl":"^4.1.1","glob":"^7.0.3","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^1.0.4","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.0.1","nyc":"^13.1.0","object.entries":"^1.0.4","pirates":"^3.0.2","pngjs":"^3.3.3","postcss-cli":"^5.0.0","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","prismjs":"^1.8.1","prop-types":"^15.6.0","raw-loader":"^0.5.1","react":"^16.0.0","react-dom":"^16.0.0","react-helmet":"^5.2.0","remark":"^8.0.0","remark-html":"^5.0.1","remark-react":"^4.0.1","request":"^2.79.0","rollup":"^1.1.2","rollup-plugin-buble":"^0.19.6","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-json":"^3.1.0","rollup-plugin-node-resolve":"4.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^4.0.2","rollup-plugin-unassert":"^0.2.0","sinon":"^7.1.1","slugg":"^1.2.1","st":"^1.2.0","stylelint":"^9.7.1","stylelint-config-standard":"^18.2.0","tap":"^12.0.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js --watch","watch-style-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/styles/rollup_config_benchmarks.js --watch","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks watch-style-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks watch-style-benchmarks start-server","build-docs":"documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js","build":"run-s build-docs && batfish build # invoked by publisher when publishing docs on the publisher-production branch","start-docs":"run-s build-prod-min build-css build-docs && DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench docs docs/pages/example/*.html debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","open-changed-examples":"git diff --name-only publisher-production HEAD -- docs/pages/example/*.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-flow test-unit","test-suite":"run-s test-render test-query","test-suite-clean":"find test/integration/{render,query}-tests -mindepth 2 -type d  -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@0.53.3","dist":{"shasum":"06d4c3741253d166dee3b19e865b452a365e3452","integrity":"sha512-bt1FhWrjSiNB0j8HQ0V+lewwyQoP+atWZwPEKCYD9+Gu2CUQBZeTJSKcMyztNHD+VQuo/4S5og2pjvefiiH3aQ==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-0.53.3.tgz","fileCount":457,"unpackedSize":19253865,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciAH2CRA9TVsSAnZWagAAkU0P/AhTkx0NjYfOWs4jBJY3\naA/N8yXRq0XEOSb/k9/vu1QEew7DXTiRd2aeCklT/AdloukAIJGZGTF1p+VK\nfULKSjpiHMAHocsXQ9YilTZURodNB5eSV4S75g9h4cFHzLpZUvhIyXp9jz3u\nwNq+uk6IYfIkactkQvixxlfVc9/BO/HKSU8s5mxc7ovd0pJuxxzf61P/D6hY\nA0OsmxGPMYMhy1v5VqnoECoScxQCNTIYA87ccEnjmcKM80Y7U3t7k3jB/5FY\n2B+zd7QdfmGEhT8kb7pfeqZjre/38hv9kOrCfVTEf6ssNlRXkhIFpXnBmJdf\n2OA1/WDi4OM0MYxk2oO5tWtvElzg73szLAs/e42jgjLxK5yxxXEsEbPVEeHs\n9jg1/479GfSZmBcMDb/uhsr9ha7B03o3fESzem2JA6rEKer9b9H72BeaV30n\nXHdYlYwJF3UDDvA+WHoo3I7q9o7/TeBV5upm4d+8GbG+GYXvhT632IKDTs8X\n7hP5m0Z+coz4xOgRED+1ykoXizq5iR7ai/7dJKKUEmhtkW6U3ThRuiG+eRd3\nYDIHs73U08JWfn6K3r/A3qYpZya/Zgn98TZIpoLBn3qSstbDWolIESTTzcNM\nGrc0gwPMRSNTZ8LzPKS+cAbl/vE3d0Go/yhQAA6lwIrPPZadDvNYn62zbliv\nyoTb\r\n=yhaM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6JZV9p50fkyODtvkSSlIYPv/Pal4vi7rCgwC+jSLrDgIgNtHk3TI+HUX/N+76Q5po3NnxptPrhetYdoruQfxkgOk="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_0.53.3_1552417269880_0.603142756749272"},"_hasShrinkwrap":false,"contributors":[]},"0.54.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"0.54.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","esm":"~3.0.84","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/appropriate-images":"^2.0.0","@mapbox/appropriate-images-react":"^1.0.0","@mapbox/batfish":"1.9.8","@mapbox/dr-ui":"0.6.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@mapbox/mbx-assembly":"^0.28.2","@mapbox/mr-ui":"0.5.0","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","d3":"^4.12.0","documentation":"~9.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.4.2","eslint-plugin-html":"^5.0.3","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","flow-bin":"^0.95.1","github-slugger":"1.2.1","gl":"~4.1.1","glob":"^7.0.3","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.1.5","nyc":"^13.3.0","object.entries":"^1.1.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","prismjs":"^1.15.0","prop-types":"^15.6.2","puppeteer":"^1.13.0","raw-loader":"^1.0.0","react":"^16.7.0","react-dom":"16.3.3","react-helmet":"^5.2.0","remark":"^10.0.1","remark-html":"^9.0.0","remark-react":"^5.0.1","request":"^2.88.0","rollup":"^1.7.3","rollup-plugin-buble":"^0.19.6","rollup-plugin-commonjs":"^9.2.2","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^4.0.1","rollup-plugin-replace":"^2.1.1","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^4.0.4","rollup-plugin-unassert":"^0.2.0","sinon":"^7.3.0","slugg":"^1.2.1","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","build-docs":"documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js && npm run build-images","build-images":"mkdir -p docs/img/dist && node docs/bin/build-image-config.js && node docs/bin/appropriate-images.js --all","create-image":"node docs/bin/create-image","build":"run-s build-docs && batfish build # invoked by publisher when publishing docs on the publisher-production branch","start-docs":"run-s build-prod-min build-css build-docs && DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench docs docs/pages/example/*.html debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","open-changed-examples":"git diff --name-only publisher-production HEAD -- docs/pages/example/*.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-flow test-unit","test-suite":"run-s test-render test-query","test-suite-clean":"find test/integration/{render,query}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@0.54.0","dist":{"shasum":"52bc47cce1dfad4e07ddfdccbdf09a717c3ccf9b","integrity":"sha512-kJM9Fyu5LBhdqIPTKCnOXZHO6r6siLa+ENyMw/R9yNgEopHvNS2ywWLm6qRoSV0ty0rAKPbVf8xjcLSIL4PuOg==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-0.54.0.tgz","fileCount":460,"unpackedSize":24624772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwntCCRA9TVsSAnZWagAAIBIQAKHgMix4v6jhgOFMNb2O\nYdgN/EWJPU3P1aGTdM1drdv8EGYNr4SFw3iV0hDYi05N7RIYNnDuuUecZK24\nhBWzQxUFklpuQOYB8lKn/R2Frf1P2xBjITYAbuiQcz/kWcueCQnf9t+ELBhq\ntB9Yys7QtrP5lyp0nb5UptjBL1hCPhj5ZLAyVAu1DJudeXbrfOOFA5X9kCoW\nVkEklXl06h7pMBhADio5tD3C4ZY8F1gHKHwL9eLTKQaEIQ3pUkN8Ffu1vhSy\ny4StVRQxjJ+Kdv07k9x+CFtYzOjg8PsDR9+tw+j1yQORwaIHJ2sVDZvgdyk9\nbEqGYvWQnHUqrlERsI7ZWnVLfNFpftPxlOQBHTDAmSrWhf2vLpVePkdJ9zAd\nvsmgxgmLcxsddqnR3/2bgOHwwuMUiTstdkzHHlRoOU6r1rPldFoKmRrbz7nG\nbSw4elrtTLDHYOO8jbRRe0zjQOlC9ByqByZ3oLRrS492jyygk9ZWrjl2QRLB\nEMLpYOkRyOCHEft3AlZgEloGcKL5gkr7KPM629K1k2ss5R796gvi7OE2PbTO\nGjATAAN3Ne4hfmGZrrcl9Qt22Hv0aptV3WGQ8g5yl75vq9jM0+DEYhPZpFaQ\nqOYfUfoIIX5awkkzEcqs+GhCOrBCfTmzOzvNoHsrdi2/fsFfeKykPDpzNre7\ntiqZ\r\n=+0dL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBT179NmohzS7dNcPlyDP58sAZ+frfyPp0+lMwgv4KK9AiAvvhINRdSg8KnRZ4cQk//J3aO70VGYz6gYBV8Q1c+obA=="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_0.54.0_1556249409125_0.08360828655312735"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.0.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","esm":"~3.0.84","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/appropriate-images":"^2.0.0","@mapbox/appropriate-images-react":"^1.0.0","@mapbox/batfish":"1.9.8","@mapbox/dr-ui":"0.6.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@mapbox/mbx-assembly":"^0.28.2","@mapbox/mr-ui":"0.5.0","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","d3":"^4.12.0","documentation":"~9.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.4.2","eslint-plugin-html":"^5.0.3","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","flow-bin":"^0.95.1","github-slugger":"1.2.1","gl":"~4.1.1","glob":"^7.0.3","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.1.5","nyc":"^13.3.0","object.entries":"^1.1.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","prismjs":"^1.15.0","prop-types":"^15.6.2","puppeteer":"^1.13.0","raw-loader":"^1.0.0","react":"^16.7.0","react-dom":"16.3.3","react-helmet":"^5.2.0","remark":"^10.0.1","remark-html":"^9.0.0","remark-react":"^5.0.1","request":"^2.88.0","rollup":"^1.7.3","rollup-plugin-buble":"^0.19.6","rollup-plugin-commonjs":"^9.2.2","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^4.0.1","rollup-plugin-replace":"^2.1.1","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^4.0.4","rollup-plugin-unassert":"^0.2.0","sinon":"^7.3.0","slugg":"^1.2.1","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","build-docs":"documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js && npm run build-images","build-images":"mkdir -p docs/img/dist && node docs/bin/build-image-config.js && node docs/bin/appropriate-images.js --all","create-image":"node docs/bin/create-image","build":"run-s build-docs && batfish build # invoked by publisher when publishing docs on the publisher-production branch","start-docs":"run-s build-prod-min build-css build-docs && DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench docs docs/pages/example/*.html debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","open-changed-examples":"git diff --name-only publisher-production HEAD -- docs/pages/example/*.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-flow test-unit","test-suite":"run-s test-render test-query","test-suite-clean":"find test/integration/{render,query}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.0.0","dist":{"shasum":"08afd5346774eae5c572f490e5e05e7a1d4ca2ab","integrity":"sha512-QU+lwcLKCSQqj6e4Pjha5rIGrGVZh2OOC1fi6qti3wQRrjnysA/PkTXlmIUhXDm3XPEmT3KxAkqZwJym9noKVQ==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.0.0.tgz","fileCount":461,"unpackedSize":24674118,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc529jCRA9TVsSAnZWagAAlpEP/14Lz8MO2c5zL4qO4sWB\noAVUZp6pYUihg7gw5NCzoq8unKKCoxyvYZt2KLHRSBzqTl/J6WCMbjQ7RJSi\nKyLuuKMaUQR0kWC+VMJy8h2p4AWbow8r5Mpej2kp6OsFgpSnIo5aKonxAGYc\nEgaYhuoYFjBmezPilv23fUWtnHf7yJJlq/UtVkrKLUvFM/EWFSmELPTBhCum\n2esp3FXUmZzrj9XF9wQaWeKBLBf/C9SPhkwOms0h4uGcUEvJllCA3rHVw/Ux\njflORA7PuD93LBPl0dNBCoXxTNIR67XpEQXzLz3lnecct7bjx5w13nU3EHC5\nLuh5TrzQlowCke+c34xyLq1IrUGSy4khlBkJGp6XK1TG9tdmdEYcgXo/2COo\nSiq0nbmPnNu5vn+/tlmUcPOhDPEqMsTMjP0ZdGgp0JXaV0PogSYdj5LcOTjF\n3+khQHOUPPsLH23YqHRCjLyUTtuX+8veYxDpPLS4bZkVAzsvGHKZnY2pUiHC\ncUuOa+9FHhwYa3fusGCXNaMjNzKNUiJCjL4F7bXOHQzQGNECr7gbyOzvVRzE\n+YRO0fkHLJqwBrQaszN7dRLCyrFBIrfARQTMAgZ11rIZ03HKyX8BXRUcXmal\n3fWuosXcJiZAevEcI/h40apDDUI/bDhMlDr4LoBd3ShIvoCxT3KFI4fDZKDu\nQBOX\r\n=zPRb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCD11rirl5WP5rFneaWoPNTqSo+AecghrY7i8L/m2MrAIgHX+EruWvIWU3Ck5mv8n5VZVTv3nIsrTkcMhrQ12tMQU="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.0.0_1558671202467_0.22426187114969465"},"_hasShrinkwrap":false,"contributors":[]},"1.1.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.1.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","esm":"~3.0.84","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/appropriate-images":"^2.0.0","@mapbox/appropriate-images-react":"^1.0.0","@mapbox/batfish":"1.9.8","@mapbox/dr-ui":"0.6.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@mapbox/mbx-assembly":"^0.28.2","@mapbox/mr-ui":"0.5.0","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","d3":"^4.12.0","documentation":"~9.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","flow-bin":"^0.100.0","github-slugger":"1.2.1","gl":"~4.1.1","glob":"^7.0.3","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.1.5","nyc":"^13.3.0","object.entries":"^1.1.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","prismjs":"^1.15.0","prop-types":"^15.6.2","puppeteer":"^1.13.0","raw-loader":"^1.0.0","react":"^16.7.0","react-dom":"16.3.3","react-helmet":"^5.2.0","remark":"^10.0.1","remark-html":"^9.0.0","remark-react":"^5.0.1","request":"^2.88.0","rollup":"^1.7.3","rollup-plugin-buble":"^0.19.6","rollup-plugin-commonjs":"^9.2.2","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^4.0.1","rollup-plugin-replace":"^2.1.1","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^4.0.4","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","slugg":"^1.2.1","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","build-docs":"documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js && npm run build-images","build-images":"mkdir -p docs/img/dist && node docs/bin/build-image-config.js && node docs/bin/appropriate-images.js --all","create-image":"node docs/bin/create-image","build":"run-s build-docs && batfish build # invoked by publisher when publishing docs on the publisher-production branch","start-docs":"run-s build-prod-min build-css build-docs && DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench docs docs/pages/example/*.html debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","open-changed-examples":"git diff --name-only publisher-production HEAD -- docs/pages/example/*.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-flow test-unit","test-suite":"run-s test-render test-query","test-suite-clean":"find test/integration/{render,query}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.1.0","dist":{"shasum":"e6356c6e3e05d65d6897cb67665a67ae42d11505","integrity":"sha512-emnsRU+KkNx9KVwddz8RVZIo+EKu2t6XV3USyWvpA8Ev22anPa4IMhr7F2ihbDIBx+WAfQD0HOp7GYz7fLARYQ==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.1.0.tgz","fileCount":461,"unpackedSize":24966435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHGHnCRA9TVsSAnZWagAAlGYP/2l/wjqFf+NmsbEmNLUM\nEOgHvayxPAourpqNUQqxS6jnfLr13aScJ3oNgx0OXMS8cYp/PSQvCu8vBGxO\ngD3gt+j92MEWs5Pp3GLc6zV3tiUfgBoVIq/5I0nPtPXsjoiyHl1YWwylYMGk\n8K+F02TYR4V39hVXW28oFh/Vqtax/EG7T0KdFcJJwk04217DkhE+Ev/IOMgo\ni892DRGmKYhCfZaGonZyNJwJTJ4lADXg85ZyZYiS1jiIkKThQsMNkQGgZQZr\n8ts50MlPoGzX9aok2cllO2iMfoOe3nCA0sp0DV7j2o7gtUqJAGzNdh0jRGSF\nQxu01Tnr8DTdg/toIJgCn+wo5Go2dICC1BSdArdotEkDRkSE9wF6Fp0ogBYZ\nYPgH+dDsUcXv9DqvJsKIAcojAw8rKtthV1WCLhM4loTcNLQHfLv6SosuMldG\n/Kkx0ZUIpH4DOzu6YTrYMJEGWSqyTZJR9I3n4mBpje/6mQfAVYIlCSISeXfW\n0O7n7YnEbQ1BHPhFoiIH8XUI5CYf/HGRoaer9juts/+KPaiQjla9Pi2bELhY\nnTatlyCkn4R9s5tZfRXWAKU4+43g5cTR1r5atISbs1zOCyD7nwDES/IBtxVu\no/jaYlMtqsN81hLL37LnejhRZFIESHOyh6ctUZkNLOebe/gDAl4w/MLFHL3X\nyquK\r\n=VK3h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIELdT43ZqdL5uQ5x+FhEh8m6MJFXRNaSBvepyzMRUklWAiAi0fWzgKIfmZlb1fJig3yMhakQMKZcqLs4sTW7IWtCzA=="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.1.0_1562141158637_0.8519778919504368"},"_hasShrinkwrap":false,"contributors":[]},"1.1.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.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/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","esm":"~3.0.84","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/appropriate-images":"^2.0.0","@mapbox/appropriate-images-react":"^1.0.0","@mapbox/batfish":"1.9.8","@mapbox/dr-ui":"0.6.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@mapbox/mbx-assembly":"^0.28.2","@mapbox/mr-ui":"0.5.0","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","d3":"^4.12.0","documentation":"~9.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","flow-bin":"^0.100.0","github-slugger":"1.2.1","gl":"~4.1.1","glob":"^7.0.3","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.1.5","nyc":"^13.3.0","object.entries":"^1.1.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","prismjs":"^1.15.0","prop-types":"^15.6.2","puppeteer":"^1.13.0","raw-loader":"^1.0.0","react":"^16.7.0","react-dom":"16.3.3","react-helmet":"^5.2.0","remark":"^10.0.1","remark-html":"^9.0.0","remark-react":"^5.0.1","request":"^2.88.0","rollup":"^1.7.3","rollup-plugin-buble":"^0.19.6","rollup-plugin-commonjs":"^9.2.2","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^4.0.1","rollup-plugin-replace":"^2.1.1","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^4.0.4","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","slugg":"^1.2.1","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","build-docs":"documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js && npm run build-images","build-images":"mkdir -p docs/img/dist && node docs/bin/build-image-config.js && node docs/bin/appropriate-images.js --all","create-image":"node docs/bin/create-image","build":"run-s build-docs && batfish build # invoked by publisher when publishing docs on the publisher-production branch","start-docs":"run-s build-prod-min build-css build-docs && DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench docs docs/pages/example/*.html debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","open-changed-examples":"git diff --name-only publisher-production HEAD -- docs/pages/example/*.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-flow test-unit","test-suite":"run-s test-render test-query","test-suite-clean":"find test/integration/{render,query}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.1.1","dist":{"shasum":"145bb884efb7b9c4e0d3252160ef9c48a30a8bef","integrity":"sha512-OFlwWAC9JoC8PWuCHH8a4fVU6nQQcbMk501pURkHtuZOKipJmc3zT76YWDy+fzrb1tfxQuMM4lgs6r/oQzcYWg==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.1.1.tgz","fileCount":461,"unpackedSize":24971794,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdN8WBCRA9TVsSAnZWagAApEAP/RyajxfGSw1Zw5Qyjohx\nhTToJ2uNVrqC+eXR6KLxQ/bbj+pZPWO7DRWBXVBo+B/Yqg8eZLhxuVBXTpYN\n8tAq/y7/DzlcY7NQTtqAgTmSTCCCm47ho/YtKgNplNUvvO9L7tfmNyYaoATD\nWYDI0gjBOx8TBRacZsQO7gpZqiDuaBwCOsQkSXMu8UU9Xrp8drmhWHU3VBUy\nqslyMU6rja2b8eUC382/8DUXVDFKtvdFPh8U0QzaD7IGsXKret9L3AdyCmL3\nY+rBuwAcHny+3h8sF+6ga1Xow7T3twU1TsxENhLwjLrayZx2ZxlK9HECI6Hj\nqvWD7tIGdBanxqkkANVsIw2RBgKO7ijLLgIDSp+YLp5PPBlZIQI9Z5sozVsA\nYbdbuhKmLt00l2u97760Iw/PKvMY9RGXwXNkosJ8rH6cVkZc1mWGyI0BZ6fO\nl6EKVkpZ6g4CP81+M5NJzGQL5NVpyQFMUhwYq98GEo5YWqMxf+rqn+ojRxSl\n8nb2zv4jrpOcyP4Em2aublcTnQSnklPpWrkRMl5OC2pgsN3W8jlNJ2zKyV6s\n1obt1Uo0imaE+cH5WG+e0ihOb++vqoQ54Bux2vp4Avh3F/AQ+FmpkcBp9mdy\no+vxyAg9KNn0tiFWWjyG4xtElJAI9AO7g9g04yFBFVZ2z2j5LdiBzLRODT83\n5ra8\r\n=nJo8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIElGOg4FcmMx+XCb663s5g7fTxcpxCS/z1qxA6b3DoQHAiEAuKph5Iwh8GCB/EdPkq1zZxkU5TowQY6hDJr9rqrrsZM="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.1.1_1563936128903_0.1987808914343201"},"_hasShrinkwrap":false,"contributors":[]},"1.2.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.2.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","esm":"~3.0.84","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/appropriate-images":"^2.0.0","@mapbox/appropriate-images-react":"^1.0.0","@mapbox/batfish":"1.9.8","@mapbox/dr-ui":"0.16.2","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@mapbox/mbx-assembly":"^0.28.2","@mapbox/mr-ui":"0.7.1","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","d3":"^4.12.0","documentation":"~9.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","flow-bin":"^0.100.0","github-slugger":"1.2.1","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.1.5","nyc":"^13.3.0","object.entries":"^1.1.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","prismjs":"^1.15.0","prop-types":"^15.6.2","puppeteer":"^1.13.0","raw-loader":"^1.0.0","react":"^16.8.6","react-dom":"^16.8.6","react-helmet":"^5.2.0","remark":"^10.0.1","remark-html":"^9.0.0","remark-react":"^5.0.1","request":"^2.88.0","rollup":"^1.16.4","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.0.1","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.0.0","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","slugg":"^1.2.1","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","build-docs":"documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js && npm run build-images","build-images":"mkdir -p docs/img/dist && node docs/bin/build-image-config.js && node docs/bin/appropriate-images.js --all","create-image":"node docs/bin/create-image","build":"run-s build-docs && batfish build # invoked by publisher when publishing docs on the publisher-production branch","start-docs":"run-s build-prod-min build-css build-docs && NODE_OPTIONS=\"--max_old_space_size=2048\" DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench docs docs/pages/example/*.html debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","open-changed-examples":"git diff --name-only publisher-production HEAD -- docs/pages/example/*.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-flow test-unit","test-suite":"run-s test-render test-query","test-suite-clean":"find test/integration/{render,query}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.2.0","dist":{"shasum":"9e8b1b89f979a45a03d7bea8973bf60102989261","integrity":"sha512-HQHr7LzSp4WyAbt015RIWeraTuX1BqTUHYbeut1Hcfq+G3pXUmy3ZCjKtBTbIpuULjdVgmwRCVeoIfo3MfaSdA==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.2.0.tgz","fileCount":461,"unpackedSize":24904218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdP9XiCRA9TVsSAnZWagAAXyQP/2qRoyFYaTjBSOl2oy0q\nbY+/2NbX4hGwTsA2kCAz+0xAAHf2eXsqdXj9HqinI2M+8ZNQuJScHz/0F3vF\numzySW7tkvfCro8RM5dFT3jz5h0Y7o0KfXLVFQOGqeP64X9wN44XbbbuGK4V\nkEe9SDZeGHay1RYTXvCfo44QQz4Lc/kBjkigsY+8YvfyWzaLIHiRvI7PpGjE\nkPW13M5kAsIbS2KTr/6F+falhLtTJwnxvJCAO2AI6alWQWf604aFzI6XBM5D\n95KE9oBNSX0jh0KH5iXFduyQ8Vx+XiaqX85Fz8nXiKM+1uogaweVyCt0Whz7\nYt2W5ZMbYMxUPYmOY3g1PE1ZvOYFi9jdS+FNwNH+5oBX0JvnSWQqnURn0CgY\nvGqYLPzalRtS5QOyIb4F4wFiUPoZTEl7C0gKZ0/hpZjQycpWY190Ck0zZ0Cn\nLVUtKmp2s7dOHt7xHIx7jB3Aa64qltE8jewFEqEVFT4CqEyZJH0AcVsipYcV\ngnUgHQk98hkbDO1GCRQfbhS/o3KKTy6NkzsHnLBE0S59HqiBtyw3xOK27VqB\nOu6q8pE1XE4PDT125v8cwBT+O0FmU3pX0DrEnfL/QH9XJfFsOXu6xDdQqkqR\nhulhSF/dHgHMFjdCP52h/RGiQFP6NlvVLOjSjaveaydnfA4K1J3eBuwDNADR\nl+/x\r\n=lNiB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXKmPpjTCqOrAGt6cGQP0MTzTnU0Hh8SX+KsfnE6GlVAIgWyxRd2gT9p6FtbUg0KDfIjZg50NlvJfcXeZhrhYdbqw="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.2.0_1564464608521_0.5034631836663825"},"_hasShrinkwrap":false,"contributors":[]},"1.2.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.2.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","esm":"~3.0.84","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/appropriate-images":"^2.0.0","@mapbox/appropriate-images-react":"^1.0.0","@mapbox/batfish":"1.9.8","@mapbox/dr-ui":"0.16.2","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@mapbox/mbx-assembly":"^0.28.2","@mapbox/mr-ui":"0.7.1","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","d3":"^4.12.0","documentation":"~9.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","flow-bin":"^0.100.0","github-slugger":"1.2.1","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.1.5","nyc":"^13.3.0","object.entries":"^1.1.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","prismjs":"^1.15.0","prop-types":"^15.6.2","puppeteer":"^1.13.0","raw-loader":"^1.0.0","react":"^16.8.6","react-dom":"^16.8.6","react-helmet":"^5.2.0","remark":"^10.0.1","remark-html":"^9.0.0","remark-react":"^5.0.1","request":"^2.88.0","rollup":"^1.16.4","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.0.1","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.0.0","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","slugg":"^1.2.1","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","build-docs":"documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js && npm run build-images","build-images":"mkdir -p docs/img/dist && node docs/bin/build-image-config.js && node docs/bin/appropriate-images.js --all","create-image":"node docs/bin/create-image","build":"run-s build-docs && batfish build # invoked by publisher when publishing docs on the publisher-production branch","start-docs":"run-s build-prod-min build-css build-docs && NODE_OPTIONS=\"--max_old_space_size=2048\" DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench docs docs/pages/example/*.html debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","open-changed-examples":"git diff --name-only publisher-production HEAD -- docs/pages/example/*.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-flow test-unit","test-suite":"run-s test-render test-query","test-suite-clean":"find test/integration/{render,query}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.2.1","dist":{"shasum":"c4d0f69ddd54955d86afd77fffaf5ebe6b004639","integrity":"sha512-UgdjVdlmhiC7nP5kkFfnvbvSHzwBOPynjuZyjzpajA2c8YkiiKgLIeCzTPGWliUmcQxc0x4/SjPA/yAqeYHqdg==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.2.1.tgz","fileCount":461,"unpackedSize":24905990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUOOYCRA9TVsSAnZWagAAIgAP/1lEPRtxzzFkMBaSWsMF\nuVCSZRFE9ibA3bj58WgKkRCfUC/Qt/3AJbgWDtikgs0/nt6I7fPsllC9ZTOn\nBcPaMZ/1o9kjDeEp7LUsdRyVm/dJN7aQRjnM+AEkpOHl7xH7M7fJqaNQiDmj\n5p2PdcoCsbUj71WqtTZU/sF16SVqHfcu1mZLky4+yQAyuoyvUwar2nVAorbk\nLqx9UUnK+U94/JS3tDzdHQ1eYtwbeKTCIC0SC+wB7fTnv2V5Xp/+4Bq0ZvQ+\nZySyciwnfDEeoBGDTmHNbg8VYbjODYeaREjd+mcH/onzImP6lcicgyYwtjJ6\nxwqGebuasxIzzoi5xSijDWItEIQl1bbFfF0NauHx5ur9KnVaA357XOqb6EkU\n/GIBFjatpPGC/SAz1gr3mlkbM/GgROAuE9D19Wp5h5e5QX/q7puDH/3U/rqo\nj6KU7eQ016jKpM/zQVoE6agPFgTQ3lT3LPWbW42DzGidfeI0Yhy6rxOlwj2F\nA/DguUvac0juWlQIUQHcdyv/fd2TXrqhhTIiBHnVo7EbgbrwbR7yoq3rpxLT\nXic3ZeBOJTBrm3pzz3qq0Am2SeQQl9ShrCqv7C/hbDgrZGWqAMu6WMzE1Pwq\noUSAiGXsyCINsH0Q92a2Qzas1RD5wmV0ZhsZ9gJIIt3TmX3UJNXGj66wQYRv\nkWVZ\r\n=eLCe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0DFvCgWlGChsndJHSPQ3PzaPsl6ASLruAOX7xR/jmHQIhAPE5FoVuBqkfPn1ShFZ2UvfURZFtJKb0tGpj1RaGq/If"}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.2.1_1565582232108_0.7687819276004357"},"_hasShrinkwrap":false,"contributors":[]},"1.3.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.3.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","browserify":"^16.2.3","d3":"^4.12.0","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.16.4","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.0.1","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.0.0","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-docs":"run-s build-prod-min build-css build-docs && NODE_OPTIONS=\"--max_old_space_size=2048\" DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.3.0","dist":{"shasum":"65be61e88de968ee607259370272512064ad80b2","integrity":"sha512-9AfRMG0cBOuOUYpYkZBN646E0vZwDdq+ztABmc4tB7Apd7uoDRChvDgdijCZzUV00peWiDKg0Bhh7F7KJJ/z+g==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.3.0.tgz","fileCount":463,"unpackedSize":25314518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbMnXCRA9TVsSAnZWagAABZAP/j4u7YcDPaMZlf2OA+2p\nMU+ieTX6ImuoI20kPs5fvEo3BWjVJwt62pmd73SU62hE2AQZavP/EFU0PpkU\nIbF1sLmiNVRLtVn2QghrV1uAh0fJF+TnXNpj4/qN2ln8WRtT37AGrOA8T6wV\nyF43Vmgnnsm1rKt1Df5777AnEW5SIjxh4gT+jRygYq0nFWEt0bk76075vvTI\nrO+cziLwvQcWnThNnRfIpu75C4Z2a2Yi8rzvOF2OFNle53OOG4zjTA10fje2\nuDQi0hTLMmy24RkUvZJrku43S7DrkIV0M/F9oUSbEqa9ifu6H5i/HBrlwpku\nMwNXJpNy1gdHbEhj+dK4GWfIM8zD9MT/FiD+1MRiMNtR54h/d6diInspg/pK\n3zrewx/VvsyNHq9xlwUCcWk6270IADuGzx4cQyqeMsIjtJ6JERUjQ7lkS7RE\nFREWQZPFwGkaJ7VXHLOazAr5Sk6yCHX1IKRGJbfhtvipDNx8xYlXZ3cGwjYj\n7sOWP5emqF5CjqDteYqg01TtjnmvtGaYV7kMJbMX5Ofw6ciIFVZpeiSwmdGT\nk+o3u9ngVBvHdVLLuprvm3hKUynlCFYQooWs71i94/BIIwCYmRw2dilusG3/\nXLOJNlmCIJKlRPCzKa6fD5MczEBTULDEyE8pDDrMODNSH7nFQZfQ8U/QS+w3\n6YxF\r\n=JjM2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHOQ9tTvTl/JG2/3DNcTRE8ZG1UZhFD2446Fsoh6/mD7AiEA5MK+ipfSKCQT1RlV+V0/Sz2v0FTnVA74xYYV6xd2u2o="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.3.0_1567410646809_0.11669181243717341"},"_hasShrinkwrap":false,"contributors":[]},"1.3.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.3.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","browserify":"^16.2.3","d3":"^4.12.0","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.16.4","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.0.1","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.0.0","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-docs":"run-s build-prod-min build-css build-docs && NODE_OPTIONS=\"--max_old_space_size=2048\" DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.3.1","dist":{"shasum":"cfa577390314afea9ac3dbb1603ad1bff7f47b4d","integrity":"sha512-xygwtAaNKc/Y4NmSMCm9OZ2cc2L9FWjB0uDtelWb6ZfiFnab6XmrvnhtIzCR6I/kA39JEu0C1Ir+ZRPxE5MqyQ==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.3.1.tgz","fileCount":463,"unpackedSize":25319316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJddwHhCRA9TVsSAnZWagAADgMP/RfGyT3qgFWma17Dp6Op\nhsEdvF2MACnlCEYvoqdoVYEpDs2oHNd69kic7IR+Xhreh2FgCodCKkm8Bbg5\n3FDa8vaCfkqq+082y2uMkAPYR/kO4Uiw8CZnzuebphurvH2DMFlqFeQyKu0F\ngM/sdm5boKQIL9TbKa0KhbyvwECFEuQYTZeA2Z7g+MwPQnog61ZXLCIJmeys\n72DRIV7VgHK+VEm9BNu1TvSf6oh8BHYcJFxgMBvgZv/BRqPLAcUuVM6WuxMJ\nbV4rKQe3vess+tnJ6QMfn9hmm28v4YHxPoBHgMaezN6uaC3uKl4QKfIFxeZb\ncfe6duixXKwSRDAuY2Sxe4xRTibGnw3ToHnJmrI5Hf5Ng2efGsp89aH8tPUA\na+r1dGtFi8PMLau4XBeY/pS49tJuo3ht1+Qojhc05GP6bfb40reCmcNFfv99\nrTCE0N20kDnNkOep/XFbmwNQhKmBnCDUkD37BXFtySvILJwg03klxPRpXK/a\nvUINjSMthHqQVAEtlBjYIgJW1G0UihUfPugWgqskvrYuKWLf8cyJECLe8OV3\nP5Qsgz/8JNZwH9FiVRQPO4QbfqNApLKhyfRkF5GIQbnxlnGFmcjfx/1AiiPs\n89eqonG3B8Vs4KIO8s+RS4UWWUtXNmAwR021bT1yihFHrTil2cgdFocpWtFL\nK9/M\r\n=R3DW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICUQLgYBvZRQiDGdLAavDrvSxL4Rec1xYHPtyApMduzUAiEAg+pdwVQrE5SpMJmQNWfJaJ/Pw4QruZXfK7s8otXSwV4="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.3.1_1568080352183_0.6906639979190634"},"_hasShrinkwrap":false,"contributors":[]},"1.3.2":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.3.2","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.1.5","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","browserify":"^16.2.3","d3":"^4.12.0","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.16.4","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.0.1","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.0.0","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-docs":"run-s build-prod-min build-css build-docs && NODE_OPTIONS=\"--max_old_space_size=2048\" DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.3.2","dist":{"shasum":"d0c3ec2aba7866b82512775305f071ec8263c18a","integrity":"sha512-7m2j+Sb1t0TptlCJc2QhRdeqjNXkvCp9d56SaAtWgtyblVGoh5Ku/KBCvsXcdA+1mvgC7dwWOepltV1nuwoGbw==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.3.2.tgz","fileCount":463,"unpackedSize":25320442,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkXTnCRA9TVsSAnZWagAA/pAP/R1OenZJz/Kk9jXAwRiz\nVO7AAaYao8xwH0umB9pEfvIcBMSQcHcJZ4FXj3q7zp+hnZHxEMQs9wfajzhK\nc3OPqWcVMvi+3S/8RBgqvSxksu4OnR3Q78ZSXInJ7MtWxLMjPFBP3vVQrl8F\nS/9qBHAjoQCT8y1N/u7rOoIakH0rKOTI6wMvCB26qGyW6/BeI1+STodwsfph\ntJ7g/m6NVvSTeGaRc4B2MUTcj0aaQrqTxWKDOLDR0AGEliyAcvYTJysDDMAe\ngn5dcoFCjBL4fMOtnp2RKbjvs+c/7+ta4ZIIgmAupgRFr68xkvOmEsRKC1fx\nOrPv4HsSRAKdzUlKwHOaWkvKZoaQvlyGQgTiK4RdkvDy9lbFJxJowrDh8tNj\nh1fh/Oeq605DISQyHxRLyUiFqgCyL3kKdSM//jhjzP7G8rtX7GVk72xV42rx\nluMH8NeuSvWAmWragusGaJi6akwarRp0+jP83i2eYGSOhoul2pVQjCb9GN6f\n8WBQWlb1RBFE3oC9DwMAlvJAyRYzUliy10AjYkeV+L5r6XXi9aqdoKIty4ms\n9eagOlFj2q3RRnHGSJU85j+vALERfzQJZBErR9oO5f0VqQwFSPskVKHeoGj7\nJa48XIplz87HO3LXCezt+96DSqooENLMGxlCFP66f6g3dqPzzQ7VxPcMm3OK\nRT4v\r\n=d8eg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID4VpdoTG1WllNEJGLEjqefAKabfmzLbsoy+NjPn608wAiA/FkZ9vIotdHOyTMXBBLnfibZ2JF8NYKc5EtFn0yceiQ=="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.3.2_1569813734852_0.05572879795680441"},"_hasShrinkwrap":false,"contributors":[]},"1.4.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.4.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.2.0","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","browserify":"^16.2.3","d3":"^4.12.0","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","react":"^16.8.6","react-dom":"^16.8.6","puppeteer":"^1.18.0","request":"^2.88.0","rollup":"^1.16.4","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.0.1","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.0.0","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-docs":"run-s build-prod-min build-css build-docs && NODE_OPTIONS=\"--max_old_space_size=2048\" DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.4.0","dist":{"shasum":"a087d3ed332ccc2b0b5bdc1938e7b6eaeca5ad95","integrity":"sha512-6M+rcIgP3yXLyyEV8GP0Ui/2pHU0Gzf/8/DB0F3VJFIio9MVTk2OkVFX+ojLAfQ1EeLnvzTHBiLt36YdXgrnlw==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.4.0.tgz","fileCount":468,"unpackedSize":25738222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkXmTCRA9TVsSAnZWagAAXrEP/in8eDFm6BI3aVyGggyk\nRj98HicMTWYK7QA8Ot5MAAjDARTeac9h7giXNhpJWeREb6XLFK7NfJ3SyeK5\nCrwmHzsOmu618UziOTe8lBF17fFixqklj6w5ahPhuKBiYPqTEmZ/ISgF3qce\np6d7aSEK504a5Ze4HL5yT+iuNqPJx+uiv3AZrgN8YLy05Oia7l39wdOBMR4s\nmK6AoHnc0ELDQI1ihu7dQfD0b4QRU9LlshXlqrsFmv9ec7vtx7W7dIIoSEmW\nUnRYqI64FAb1TgtJ7VM3KEEaFdnW3ftxiv/zJli0UG7Nuf2oxIbnYK7Bt6P6\nP0nY5ztufenMPPES2rq03pzatSK8f2NnJZU+Xc4JQ5SaZIZ3xUa8rHADpDQa\nnYkEc1cDrm6pGQQzIuxdORJrU72Y26VnCbq00dVkW2XFwxnaA/GYvRb83cEm\nihtw4RB/qGnInI/NfeWAjxUteNoIWAchl8y4ii6USqSG9HvAQcGpgCcHiprc\neiBOly7z4KFtbkayMLS6+RpcEUm+TMsjV8JZ3vBc3dJUggstJ2iDbr+FVJiz\nHCwoKHz8KjSn+07WPj77ebrI5MYLw9t4cYRhydgsKv9rXU6Ak+dr2pT/rdw8\nTvu/COzRMraQuQM3U8nNb8798yH15KWcL+iz9C2LMz3VHsc7tT4H+2Vac3FG\nMSRM\r\n=UMfG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdgdHJapYC57uJ2HFABlnmoNItnuIrAOQx6QVCHhQPHQIgILmsUAcldDS5y7vb3c9UT5BoJpp1xwMLVMK1k14o2LI="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.4.0_1569814931066_0.035735772955914014"},"_hasShrinkwrap":false,"contributors":[]},"1.4.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.4.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.2.0","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.0.5","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^15.15.1","babel-eslint":"^10.0.1","browserify":"^16.2.3","d3":"^4.12.0","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","react":"^16.8.6","react-dom":"^16.8.6","puppeteer":"^1.18.0","request":"^2.88.0","rollup":"^1.16.4","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.0.1","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.0.0","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-docs":"run-s build-prod-min build-css build-docs && NODE_OPTIONS=\"--max_old_space_size=2048\" DEPLOY_ENV=local batfish start","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query":"node test/query.test.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.4.1","dist":{"shasum":"1f9f3ae104c56c2258f4caa15f81039b47191789","integrity":"sha512-dGGXjZkpu/XDd5iFW8uSWzBCRuhZ2PNR82yxt6FyV+Q5+S27qV+zrVSpc1NmSYUtgXAt5ijLobdoeqKo069QAw==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.4.1.tgz","fileCount":468,"unpackedSize":25743283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdn958CRA9TVsSAnZWagAAXX4P/21cHKRIzQxUM9H1wbNg\nrD3KABSxScmIYc6KR9MaJz/dMrfIFwg7k7+Xbn5WQXeZBv72NmverP3JyZI9\nUqLGyGmTYtZmqcZI8dwLt6zlQCWlk+4wf8y/T7y8WfO9QuBxgnJHhOY6iw3p\nLMKlwwVysDZ4V/nCF5X2qFUn9fCwmjuQHmcEzng0+13PwVZIBTP1BNN5WT1y\nW+1W4b2XZ2RJCQk8iVOqhcY6+SXw3/A1aGMP7I6xc4C2zhLC0sejiZHxHfv8\nhOtIPdBn+Wfq5Ny+09eXnYcF6+57kri4cuosam3vuiz/IYI6lz2sJQWYzFr3\nUrEvTrAqj9xUj7jtWU2miu82qaAG59yAnWhnx49lSR2wT0x0WxdepAG+Gdj+\nvD+nyuDRh2OnBP8IXJbJijH+lmTFi9y0cYPw+o+koueBX/PT6lLqTeZzrL8Z\nGtJjcysgqigBOtgLgt10WW0e2hwUf2PXJjawOIUNdIo8/x4vm8SSVjs/hduQ\nO4L/aEzc0vlvYMl+6ZueUfWn+VJS3jS4XkyZoZFbL3FiI2TK/9ouwi5spPDT\nSnCoybODyRhLoqgYj4BDDylN4sL9Us4eWLiZoUD9HKdK8Ps0UFd4Qbi9ob1n\nGyJssbQFdZlcPXS6MyyhmWYb57H4i0M4NPZIW9lyU4kk3GWozA3zxpQQXNvK\ncTcb\r\n=CoxG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDW80IRSVgAxJPZKd64l7jVZRRuV66WAEH33D3pcLBUMgIgFRj00lHzSoyZg/U0o5fS2SfGpeGBQvPNpQGFxloMEjM="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.4.1_1570758267389_0.1867776398863541"},"_hasShrinkwrap":false,"contributors":[]},"1.5.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.5.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.2.0","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^16.30.1","address":"^1.1.2","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","chokidar":"^3.0.2","d3":"^4.12.0","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^9.3.3","tape":"^4.11.0","tape-filter":"^1.0.4","testem":"^2.17.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.5.0","dist":{"shasum":"0242c096d8be96db1c98473766a6a17e3f8621e0","integrity":"sha512-ZXrvppWrUw+vyimn7tmXfaZH9T6nYFGanPb+Z2gmb02hSQ/KbqyVG/xTRZGYAVuFfOx8J4M6fVvQ/L+5v3rqfA==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.5.0.tgz","fileCount":473,"unpackedSize":26146055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdw9RACRA9TVsSAnZWagAAqwAP+wSvFjlpg+Sckx2OClim\ncDiKqpxnOjPK38Ek5hyAJtOe3K1XTHboSzKsZYhYBfdaR3EgRapc4yXbObVA\n8M5rMNJ7zY3BBJ24hnDR6z6OiftJfZAxmwknPr+p+cXu1EfDQCjbcal4NYZy\nTW7rrwgFrh6+LJzLejzKklTnyq92cb77Xx67hp91Xf4aRp3HIhATEaL0iWBx\nLtPGXmY6YgbpC9cESvSl+EQ75vseFnM9EjlCEBmSsMroOWgYsjKfO6xMMkbq\n6r/h8JMUM6VcsEYss2yZmTaMVv1TVKCa8hred30TTpLZ5GI4axcBv91ib1zO\nPpugu4djcCVe1lpTrsm2E2EjGcVpbZ37FIx8rbsnPM7kkQbm6S1nU2wTfrWr\nYpPqoBp07nFU0c3NJcMCKrIJceWbiQO+JOizqY8lEn2YQAGofcznMWGiNJ4i\nHSb7IGR5YhvBbuQpUIVPA34BCucMTMoGNyUj1nNsIljrGVvrQF/7oCKgQK2N\n3AzS0tRNVASQ1wuq8c2yl+hNJPezgys8rdVl+aupNvYFZg7oZjV0wis8QI8s\nBxPi939xQZ1/cEIcjCwJSJ5tq91N7eycvYsiSzszRY8t46s0t3T3m8EbM1ku\nMqjPN7OtokvIcZjrjFF/0qqJ+Gbgk9k5V8ov06BI4zjDNuJgVSNNTLRLnC8q\nkSPW\r\n=jNbn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCJRdSNV7pSS8zm1MAdk4yyGI72iAKxKe/yb0gGTRn9QIhAJLyGk/Yiuth7umZstWpCC+K/3PIKely6gAGofN8blcK"}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.5.0_1573114944148_0.9237188234903366"},"_hasShrinkwrap":false,"contributors":[]},"1.5.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.5.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^6.0.1","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.2.0","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^3.1.2","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","chokidar":"^3.0.2","d3":"^4.12.0","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^9.3.3","tape":"^4.11.0","tape-filter":"^1.0.4","testem":"^2.17.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.5.1","dist":{"shasum":"4bd2583a08915775548144ce698710ceac3a6823","integrity":"sha512-cynVSawgzTg0E/vxgnqwgqjqPaC+ylhfKHxHEJbh+47zo52fFa5BX49UFh2E0uvqpX4+gHXhJ7KwyzsEo2XKnw==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.5.1.tgz","fileCount":474,"unpackedSize":26179517,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5LG/CRA9TVsSAnZWagAAJR4QAIshNAQyeYm1Y5A4fZQ5\nwV6vMyMCP1P2jf52XhRQED+PWwbHkTrcy8IjWrFayEoslLNPXBoeUB7/KOUJ\n2Sq6Aab5PMDElZmVlXLGis/eZRm9g2y/jBxKl5r8c+W8n/87kwu1ajpd+kqp\n4K/YxIi1zsR8TbJwmeZU+9wC1bHtIZsPHaj+/eiZBklU2/n2z6LP3xxh2Rhl\nM4O6mcWwC/b+ctCIFnlFEAwPOCQTDLMt5KshDVDRoe1hkWjE+T60WR0hdGhh\nwRWpwB3+r84I7Ow5YG19ghtz+gdRHPqEpfPcMExyU8Ch6IPeo6UbAREbCfGZ\n96EEB9aNbb4upIDI2u1bdqL/NXFuCKPWz2MXeNrYVXBvilqxA+1rSnUl8b66\nOi0jJKliama3YIPl1Zja0lpI2jeRVIQqbvBekx6bkyVNDxoNJz4Q+1cQt/LX\nZysZvWJ4vYDLPi9iHX8OIsbN5hUKC9BhBoVUzAMKIrEJMkxkXhKx7LRZlx+o\nHGN0/zYoyXXJ3uve5WicbCQW+MsRxPM5NWwDQWYMCo3p4uNEMaB+xu12c7fI\nbGFIgbhBANSX1D9uvRnyIojb/F7J/1DOkisRjP9Z4rSHXZdTiTZWkDkK3fiI\nsOwDV1a6eUhEKznYTpmi542hITNSe8E1ZZzkc8YgqbGBFIEuFLABy3gRLRyo\nqr11\r\n=qS7P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWQAeciYUo70oDhtLSDjMBK5m+yMts8+l5HfJ979yHPwIgOyHg8d/uB09W26eYuT9puwuBEvrODjGedQ0L7h+AWdM="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.5.1_1575268798338_0.5460084016437108"},"_hasShrinkwrap":false,"contributors":[]},"1.6.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.6.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.0.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.2.0","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^9.3.3","tape":"^4.11.0","tape-filter":"^1.0.4","testem":"^2.17.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.6.0","dist":{"shasum":"ca6051f10526ab01105c420ce600685c40caed29","integrity":"sha512-db6atEec3f/SdwBWWa5YDmJ1utKbY4oiAJjUOVQOA/TBkoSx2ntOvwOYyELvjQOR+MH+zsX7KDmyKITTrAvoMw==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.6.0.tgz","fileCount":479,"unpackedSize":29061354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6QmpCRA9TVsSAnZWagAA6OUP/jgsQkfLdqnirz6VvLaO\nD3pXsk7OHaW1nAV18B+i5s6fnKJLNQC4OAC7WLq9svRUCFZA2ARGtJsBi3e8\nTq3QzyzxVaIfdbU6xkgdn6q1eHbtS7kRajaXCC38xd6XXQOpAsyr1fG4KWNy\ngW4UQnkzGd/fEZFTOTnXSJFTZLbyec9eNjb4Cob+zQf2RYbQj9sShNsXxOuJ\nEFdclqEmGDo4a+BJWvxW1S/r/bp2sZP0xOG/swmKDz3zFqHPpb/pxZIx0Ihy\n30WX4PhfuJvSTsbgRXJZlyRF6n5Z95F+jP35+c2X846efOgOacN1tSug3pUm\nwQSZS/D0s+6ZagcUo93FG6q5WU42Pw7/RbxyT5sJ8WGMv1o/3TC61o95ZF8e\nb2Qnqymfofk7UjLHLa+cFyK0q+NHOGX22yxEIUTdjRTf9XSJPgok5WN5oxpy\n8ClsKpI8aeOWwAObCrtaYo2+R+EpjDLDdNoGD/O27pbO16SYRwmKnJoz2CWP\nTQPoHze5lmzHV1qsEBbMphAd+hHlD3OkPWLmDYuWa5chK68MgOCMyWKWObA4\nABcjU1nypDJc4U94EDYTSJQOukeuhSQwL212HCtRdP3l/icIHU0PJkuKx/ir\nD+8DvYZtvv5uv4Y6S4wH0dfQTDhqIAaj789fzloa8/AJ6J3quJ/MB/3BiJHZ\nIXfw\r\n=PtLo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEzaJFHGUngfRt+EgY3TJ8eBd/S2bDATRgdvXo7sU7yxAiEAinlaqtKP02rqwbP9XcwCehoAjtmi6W227igSQnG6i48="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.6.0_1575553449123_0.2831385271720557"},"_hasShrinkwrap":false,"contributors":[]},"1.6.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.6.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.0.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.2.0","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mapbox-gl-test-suite":"file:test/integration","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^9.3.3","tape":"^4.11.0","tape-filter":"^1.0.4","testem":"^2.17.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.6.1","dist":{"shasum":"0da92c56661518f4225763f26b9dd8a15e05b2e0","integrity":"sha512-AHZ1Wr2wkF4FNgbgtvmqdruD4YQ5W5+bK1Q+mpvUTTh9gAE4lUF5jRj7S1PoDAIoEEvhhGU/NXCT82Jr4oh/Vw==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.6.1.tgz","fileCount":479,"unpackedSize":28791451,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCaAeCRA9TVsSAnZWagAASJAP/iU6KzZMAqKuLqSFLCnV\nXwkoL17Jj59ObVrz77NPM331uZi9Z04vTjcrQG5ScAeDjIwerGtt2oFW0So/\nihwHZU1SyjhzGOvlTAfufnHc2uUjRZmbF+vO81bQ5axEY3IkmC631k9bi4wx\n3Wrcz1lHVOdTbEok4QojvhDVANKYjDJe6KaiYCEYbanyMm4/Oz6aHKLHQksr\nRWP/f7VwagCcVG0SW8loraI07j5tCtAgiMr3WpO9OeMzicv/MxqiQQDYM7Kj\nOTN/5p4IN+mHs7X1e4jIjPzvk7lYvE1Z/czv0e6yoR4kTDFrMxG/fwqqe0JX\nfUJU6nGYZhLniYMzhBw6gU8y0A5/YksXRg8OzZehE/lr4Jh7wUxVVkWmfofv\n7OQat8JM/kYOtAwz8cYnXojLn0QvVrQGH8lYjTzOwP2z8AMuBHFQHBQqmIW1\nqEJntHbCqxJA1D8/iVwXPxemLgI0V36fWvce36+d4/msQlG0mevIllnno0Cn\nH/D8ripfvhgzLMxb0LyySshSXhifaT6fN7Falo5dCUwvbSYgZQi1Xb8tEI8f\nsKH/dK5p+33W6gLDJc+z7agH/RXlV3040MT9Y0mQpZCSloNp6KfMGW+5Tex9\nD1//uzAKTi1kRzwUHOqxZ1fffsaXSOxGTNqjRip9WUR67dn+mQSBPvRM2W2K\nC5SS\r\n=TjEv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFSFlGvuv05jpISThFp2Rv7/pSxZGfbEyxUYuHrmPcFrAiEAiKYkjWP3ygwd2vjWuy7G+RjfeQmzqLE1J9z3rY/KI4g="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.6.1_1577689117640_0.6193722843085319"},"_hasShrinkwrap":false,"contributors":[]},"1.7.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.7.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.0.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.2.2","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^9.3.3","tape":"^4.11.0","tape-filter":"^1.0.4","testem":"^2.17.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.7.0","dist":{"shasum":"1aa6d0d843d155846c026912a708db7245dcec22","integrity":"sha512-4HJ9I37PuA2OvLAi7ZXWZD1n0vstma+n6e1UucF/SWIlrm3vDzcrnCLoEkVJZTbxRAsz+QbsN1LIZ4BEj9UqYw==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.7.0.tgz","fileCount":481,"unpackedSize":28921028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOkz+CRA9TVsSAnZWagAAOUkP/3Gby5xjWLtUTuoMRXG/\njnzu/usAf2Mm8girDHnH9SYjhqgt0b0M+e5eK9Yk3dN6S/APCed6jBVxGhjp\nuTlH1BTUIUjAZft6Cp7RKEAVROOcxZ2eBIGN1IBlgqAoX2WByKdOynp52Trl\nG8FWPs7P3HTv0qhI4I72MXd8nGEQnHIAdBzZMafJb4CjiG1DLSVEoHPSP9VP\npOp1fhywnuHOr6wCOMDpexCxjPGtUQW9Vq5GJBmjLBL9GpBFV/eIv8g0PmiH\nbtIEXkbQdWylkqVtSLykiIhEV93yokAlo6uLqmh2eIjBjktfu3mk6XcB1rKb\nTBibykEmEDyeiIX8gxB6Jg8GLJWfIXXmp3we5ICMtIIcf7EAmDUHTw7Dqdwy\nlkqVZU8sqfBZ7Nld0opCJZuPCEsHVmVnkaRCbz1lukKaqkwHxgJ1Mm1k60HE\n5D8fwApoqqWO6lRMTSPnP3VjBJwtKZ9ERA3EVSTFCYX+FUum/Q+s3BWINl31\nEIxw+GdFaT5JB4akJZeU5EwMH1subdcIR3/CvjicbJBoMZt2zQEnJy5J69Qg\nEjtyqeACjrFeEsPhZa+XmzuvJ5RhZHVz1VSZjzxSns/00CAVDwgWlXpsM156\njNEimSpT0kcfF83c+tE/53Zp9aCodfWwsek9yXTXNol5gDZctZ8ueCuwggYf\nsX2w\r\n=A5w3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG2REJfDtKWoAphtq3R15WDz4oqeHVOJVQQB5xtKM1hHAiAPsw3MBTA7zth/VwaR0/88UA+tUBWvc1oLWh+/V37Aqw=="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.7.0_1580879101321_0.35695543994748613"},"_hasShrinkwrap":false,"contributors":[]},"1.8.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.8.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.0.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.2.2","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^9.3.3","tape":"^4.11.0","tape-filter":"^1.0.4","testem":"^2.17.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.8.0","dist":{"shasum":"0323334f06ece89c23477bbe9b325266723f2d7d","integrity":"sha512-shsrgN+FksilnhabeAWFy2gAg8IUpywfc4sDiuDRfGjXeGP2kDems95WU4yRdDUSkSADzdFGpCmSZ62KuMHsJg==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.8.0.tgz","fileCount":481,"unpackedSize":29029575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeT2yLCRA9TVsSAnZWagAANcEP/A5zlKCOxLDlyiMzPMRr\nxTYHR49bg9OekxwCY3KDVaNqUNOmjlj9mBJXImVm43lLWlnz59qtkWzAZ9m8\nuJQKwSZv8dQUOFS3isNLIyGq7h4H087q4jqgu+XF5luX9pOIf7cguWMM6qfk\nzmGhhP/TVrIeVjciAorqVUcXN4C3dX7k8s41xZWLcC+naSX2Fr++QP6CHj6S\n5pA0druoPNL1Fuha1bPVMf7xWc33PB2L5E8/omir0Y7vIBAVsp3NxzVK0bAD\n7Q0QCQBOIoxj77N+v/Bi6LTHe54fNDTVI0N/esnl2Jh2HGnIE+78foPthCkk\ngWT4Qy9ih5YsTyt3ZfQH3KUBq23IP5pMuPU8AmkZbDDJLo/b1K73sdsrMzyV\nQKI1x2xhKJngTrTcF+1b+YJ4vGIcfakVIBcoYUDH0NNfXUHAqHuw1zTXbgdI\nITG6D14eoO+sYHYa9Q40qrZoSTSxvN78sukXTLhAFfB7Ze8FL0gGRXHWK3Nz\n0dbnLTfLD1KDto70Fd6JXRXa0jHhtcT0D8BYjuHxjAygvTko5eheznxR0kQR\nT6Kiwk/fqWLYpaUN6tKbRLhM7mqKjVTWQ1fxEmoDdh6vF1HwnHAyTzrjv1H8\n7z5IL8n912mg9UPP+vsSsvDXBeH2qOog6G/5KlwtxJSBxh5J9KKkpGygAMA1\nfoFk\r\n=361J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHEj4k3mDkVDzWFpucC/kDFhVXe6XUd3gKHUMdU4cf3cAiBYgobFhMC8HIGxlT7qu+0FS41wt2gHKk1418oMt+6Iow=="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.8.0_1582263433452_0.20546454263392744"},"_hasShrinkwrap":false,"contributors":[]},"1.8.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.8.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.0.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.2.2","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^9.3.3","tape":"^4.11.0","tape-filter":"^1.0.4","testem":"^2.17.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.8.1","dist":{"shasum":"2e533998c3c52ca2e2583c326dfc6c5477beee1e","integrity":"sha512-TEpU7RHbDMytGVweMc1ZNuSGJh/lSl0e6EgmA1VsPUO7TSbzccZ/rekzd9RbRdS7wmpSOek7YlkZKbUa3LeAiA==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.8.1.tgz","fileCount":481,"unpackedSize":29024855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXLZoCRA9TVsSAnZWagAAU3cP/21n/ez4ZbugTYMQkKrb\nppbCxISKdtpKgS+WhkC0uB1MrwZ0vdAYP/8996U0SSbANKO0OCxxJ+7quOu4\nptgD6HMOh8pi8JdQ9aIfhvXUWQdhqDNWUH7Uma/Ya5WXorucWWT06XBohbzm\nKB6q+OMkIgChL01q/LIX+A31txlUcT6PkAuDkYCd2gcrwNU9+6442aIC6yGe\nNboqVjv+8E2HQV5EceVGL+iHFLvonJumdEHlkCvlTM8o6n4+TQkfHFIb/MaJ\nHXPkKxTcyjaflUOpahFIu2pvGHCw1mOb2wnibnLp26aBNDvtHhgYyFOIE8vN\nB7j/+aFthb5URLc+pOymdKryHWh9wTIdip2zNOkPL4k7CO/mqNau6kYHThKZ\nzO00MWFp0CvYdBtO7tE+nLjUD/EXSoUOLHbxb5WHfKRag+CakUFQmuzXfgYk\n+IuyZRNJzxPBmsDAstkF7UonSxzRb5QJextLXaq0SCPT8NkqrviHmrtaxMge\nS3ahClLWXXBDVBuEjrOQlZ8XpW5FtcXCVv4gWblR811LEIIg5iKN0VRK39DL\nmyzK/TiMoXmSY3w7FmrEgDiLN2OK+EHKZjD8DBCcbM1SuJ4COx1EqhJ5rltO\nkZHBuGuH+vXluslvE+3B+SAoAjXP/4E9SE6rmtgpjbdGcF9pP4ue2GF5tBpG\nBSQo\r\n=sXhH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF9b8OMBbWmXZy5CPtUL1c4115U/teJob3jCDlJLfOkdAiEAvYLkxzTO7LLCJ71mIA+QICSxha9zla8FmY+5KT5VNnc="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.8.1_1583134311708_0.09366112148053118"},"_hasShrinkwrap":false,"contributors":[]},"1.9.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.9.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.0.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.2.2","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^9.3.3","tape":"^4.11.0","tape-filter":"^1.0.4","testem":"^2.17.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.9.0","dist":{"shasum":"3b757cf6c0ffd102e197ac284b96a8dd1741e914","integrity":"sha512-SADiWuR3pLTpxA9L0rh9K0jxWxDTtVwJHl0WjzGuRhYCBx+5V7oJhySACettqXBs6Uv6NuMHFLPiYz1l4thW4g==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.9.0.tgz","fileCount":483,"unpackedSize":29476114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefHr8CRA9TVsSAnZWagAAWJEP/1QbUw20X+OGXleLVX7E\n8RB0tNv/40soNcOIbsuFRXIV2ulapUAOrmpH3ZhMl7yRN5zQYcqd1HEIAJXc\nyI9BamnNQDtsqds01ChSfw/zDvfxqVUbb8/5tGTg1EQo6rInCLFU/11ebDnM\nlUj8TQdSQ6h+yReGFEYxY6W9kI/5vIlDiTK6Xdfpmx1II5ESTuwCnhYaoKcN\nm8/EcyuFOIeOH4V/KkWkkXWSy5ZG9wtg2MqLfRsVoQltA/oWnF5jKJXDFA9X\n2PpPZPBOpTdttgYPOaKZOXUizmjK+Ud18BKEfrjofctvBxyovbG/lPHDsAjf\n1VUJPfLlgwMsbNChZq31bXdTWyQOTERt60Hz1fNWt5FjGHS5Tg3x/RKw6uxG\nyuexl8cOlMFQeWSW0G64OnHqqfQOQI5qTczZUNXzcN/LRPwYtTFIpufWYwfA\n8PhXgnnbdGGvTIba+5sutbfTh0k1yrU1LuI79dlogibS0QXid0IjyKC2ZNxy\nx0HvOeqxfsYlZ93N2AOxgxnTk20jn8ciEKi2coVUhJzu++Ar5mwaEWP/2aiN\nNdnw6vKpCPJSGKoQODD/Gw4nwl9RrrWNdcyByXVhegrFQ4EVt4Sj4r3K7OQQ\nuJmv00N/g761hHyoZZZQr8vRIIz2Loj0jMoOFIYliNtw73n5WVhskZJ5Luj/\n+sab\r\n=3yo1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvIxW6CwIiL5JfNTnNOnypzY6SA/Mb13fZlVCqBQA/KgIhALkeuYAZ4VFfUtnYUKpFkgU4VcTbvVTzYdXBuivPt/r+"}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.9.0_1585216251107_0.4478019260573447"},"_hasShrinkwrap":false,"contributors":[]},"1.9.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.9.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.0.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.4.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.4.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.0","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.2","earcut":"^2.2.2","gl-matrix":"^3.0.0","grid-index":"^1.1.0","minimist":"0.0.8","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.0","vt-pbf":"^3.1.1"},"devDependencies":{"@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","benchmark":"^2.1.4","browserify":"^16.2.3","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^9.3.3","tape":"^4.11.0","tape-filter":"^1.0.4","testem":"^2.17.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"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 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":"@cgcs2000/mapbox-gl@1.9.1","dist":{"shasum":"37d8cf95b5b34b9beb04eea1edabd823e4bd1702","integrity":"sha512-F0LHFsiYkAI9k2g7dtsqL9bOOuT2EBTIyQbYwoFJRBFV10rHd2FfNy1F2cJk7qOsnqaZM98Y8dbn+9E3YtONiw==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.9.1.tgz","fileCount":483,"unpackedSize":29480101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejAKfCRA9TVsSAnZWagAAD4oP/jjEkr27xf7wqMv24Qjl\nIuyHdcwLphtA4gfF7ObZZb5F36+KaT/1J3lcW96XOrUreEe4i+BdxA62/KK2\njl+ec5aBequiGECfWxFxeeFdJoQ31E35d5pKnXWJbd0BBWrUpZ0AjsY6t3sC\nFwQ2WpOoEtoWM/KXyLY1pRie4X4pMuI4CTJgJIkxLYRzcjwCuYqIQMGDpDG4\nnlieqfYH2CmULq4DbEO4WDQe3omS0evZYKzc2P8i4kNL8mpnk49/Wwa4XXK9\n58dW2aKPSgUBFrktnV+j61gdIjnkwe3iD/lD588YbeI+BfC0bU8i9Uyhby2g\n6WPAGc2vrHzCITx4jLZPJHePvxooo093RqUVVj2s0K0GeVk96y4/BUaUwDu+\nbDU00tK4OkCjG0WNWAy+CCX0dJwJ+JfBNrn6zfDAQYFN4VDw+GgPfBRRV+v4\nxr4L0CjAKybZpqrLyL0DbyUR1I4TGpenwlyonvOFAlpfSgRhgu+PwaPxhZRJ\nmItd4CJegcLgQ6zbl8mgTIJQBP6eIdgwFwAmrB/Fj+yNWGaPTJ7f9FcnUlCe\ntQLzvt7i6VMCHVoG/D/DeRAFzbodf3lVZ6CXyG2VPAYgH5ltaJsCX46aKnNB\n0pHrvKu/aEh9XhUPRz85aIL8o5DNdoYu6gfk5hSNsjYvlA6zJYJFrgK5h/r9\nhKeM\r\n=oTPK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEJAQThAwctgkdLTBRnfvkQ7IZhiuvY9bt9G/nEwsaAZAiEAv/ICc4KqGQcNTBcvM0gj2x9Mm6ZApCfuiFOrO0ALELs="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.9.1_1586234014863_0.04978649241168154"},"_hasShrinkwrap":false,"contributors":[]},"1.10.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.10.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.0.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.5.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.1","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^10.0.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"Copyright (c) 2020, 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-------------------------------------------------------------------------------\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":"@cgcs2000/mapbox-gl@1.10.0","dist":{"shasum":"adeee6c06d647d6bfce41c615a393a812b7fe207","integrity":"sha512-I7aYBLzzYG7V1BuhxJnspO3SyPhQMg52xzX4rF/fDGaB53rv6W+krpi95YrMArWBzIvALQiY9gheFz7SmhGq8w==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.10.0.tgz","fileCount":497,"unpackedSize":30650681,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewjGkCRA9TVsSAnZWagAAHrEP/i5Qcw8yvh4wAOwOUwvN\nkLbk5zlo8zMXA2unqZlhBM2mAjpxHQkMWkUYx558XgUgFbAnUVT1fPjlZKWf\ncQKbD2OniaFRnkmcUSDXGCpB6xT7iGoh69l73MnA1DJo7DopEPEpmH2/tsSa\npxAOMBmRtV2tlJYZ0zsNzKnwFTlaQnJZrucXq4412iHhOwAfERpiTbBCenLD\nR2hTVqKjkb9fwyMiHLh4oIebVj0Cg3LC+vdgNhm/Bx7JjDE+nWWBQV+rd5mj\nBLVnRxcQmTKQVl8MSrdE3HK2lQYoU/e1ECTgXffsgjQwxV410mBEokz8mMgp\nJy5pEKXc975NjH07eAxKzacDpHYbAFHbWbtFdZtAx5rccNKwI7AfuwfeuShY\nLcgqzrtG3lGl/Ryxc+5rSqLbS0GwXH3ME+WzL0LqCEYOsz+BhuBkAx/jJlrD\n+nXC6p+nZyrKgzrWOpaMAXMmptleiJgI+PUQzWGilG4xp7m7fWTizwjtEKaf\nlPS3gYDygyS6YzLoYs1w0sYFW46LTcBDm1ERqFaFxHz5wQg3CMTEXENIlXFL\n4RnBy3P6NrLPXdGyuIYlqhxxgoGdJsdrCTS7qjhoCHJlNjiiQwXRQQSvxPId\nL4y+X+CkJFZNdhVnJzIJS0mFl2LLZn8yo3faB28ButdMl6tsWse1kwKzJWmM\nBpPh\r\n=IHGu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNf2xRR8A/AFP7L4MI3OjHCK9za9YZjFpyPKcGbDYvxwIhAMbY8TSuFUae51YgJSWvVn1+JiH5J6ISGNyLakDysZoq"}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.10.0_1589784995886_0.7537086697800879"},"_hasShrinkwrap":false,"contributors":[]},"1.10.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.10.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.0.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.5.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.1","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^10.0.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"Copyright (c) 2020, 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-------------------------------------------------------------------------------\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":"@cgcs2000/mapbox-gl@1.10.1","dist":{"shasum":"4a6d808f126777433421c8ed3234294d92d7600c","integrity":"sha512-VpFEGg2jNKQrGN01HgCw36hY2hhBycdDCN0Iptb1w84UXO0yzxtw0/YQAdC299pJ1EP8HmaX4zLQXnR1JSJAhA==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.10.1.tgz","fileCount":497,"unpackedSize":30701037,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewjNkCRA9TVsSAnZWagAAvU8P/jTZcQvjA3R8C6X67BCo\nKdh5jFdNZVuYt6Xw+rzCNhHWZqGozB1ikZTkQYT7QfZZiaZvppbo1n/TTm1E\naq/Zwfn/0ggWkyqiZI1ba7FKIUP+9o0O/y+MaOp7WBYdp8ovmeJtx2HXU3Gr\nm//5cLT/Zb7Hlnu3NwTozSAotFMREvYPjtYjmDs9xNBU/VT4ufdaSiiVHFZH\nvGZyHzvkDUNXo+MEF94wYozkzXRYjtszVu9IHj51iXpy/wHjmEk6/h1aEZc8\nTv1Fw5GaflbXHNPR89JNN2J7fC0LlzAETvg/AKKvXb41eFUnjOIMzI1LryYO\nyadFqpsxlA16K74vJZrA5yYmJO+GPyMvBjBeUTzIAf4NAbAs+YdKLOVanX+H\naZhqgQ0pFNgdPgZmROgLu1PTL7ayf6JNCtQhYSuNMJCKIs0ax2loVr1SpOgg\n9fS6JvVt6WeTT79zD1i8R/xbIAgmfiB6bMO87Xx/vC+Xx9CWmEba48vWrogs\ny7Safcx0QBzS41L9H7cwpObXTmx87wOC5Udhj7Ifn0K/u5mipNdAjZqScLBp\noDAFM4dQKDqW9ZwSMYmX+Br2K8zzmA2UZ9ubZMXFWc/F9ulthUdOQcxVnFRK\nUoJDIQYSf4VanCxSsh6M3oTRzAuwQ70hOv8AjfXl+glTK3rBVYkDKupAmdV3\nGiCs\r\n=r93l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCur3jdv20sH8sJZr7/JeDrFOX1MvHZ6O/7eSKEVJxT4QIhAOtAFJbC8kAg0vSVOtl27qi4edUF62pfaNM9n5F7ZeGH"}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.10.1_1589785443680_0.5858787532835132"},"_hasShrinkwrap":false,"contributors":[]},"1.10.2":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.10.2","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.0.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.5.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.1","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^10.0.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"Copyright (c) 2020, 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-------------------------------------------------------------------------------\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":"@cgcs2000/mapbox-gl@1.10.2","dist":{"shasum":"e33948d23a525a40ca0d30a5af02a6a731f702ea","integrity":"sha512-ohGyr0ipAxHnZgGGbyr8LBlT+rDKhcuS9aowllJN9iOGzKGP4RJbkyZyTOKtv7mtiBaMdB6iIfEA3+hebVl/Lw==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.10.2.tgz","fileCount":497,"unpackedSize":30702871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe50wrCRA9TVsSAnZWagAA3Y4P/R80uPtXBY/5D356wcz8\n7201/KPlZJNU4dUvHvM94RR4nQiS1wrSV69g7+9IFAxqNGFav6jBYPDVBw9x\nKukBhfqi+hcXy6HXpNA7NaC4flm5a3fIqZsQwOVFUOXIa0QtR02/rshb8Uly\nzsi+8M1lrmLhRZtV1y1Stt46JQWfzBs34s7o+C8d1/gVgqIWis8sHrs1wCfc\n6ctgH9clcJG1boN60OUOYpTCmjgFy3H9Eu8Kn8rJuaKrDZj09WLYRmPPX8pQ\nyl/hXthbBSmT6W4Q9NHznZkCjayyZZ6g4REqDyYp0oge0LohmD1lzqutKxKH\nsMt69IFrR/xmQYsgFOVUbme30ba+zGLfGh2Te3KmsCqzOxQDKjumas5QAS3U\nFoGL5Sn29PRVMrDfFmNq2jS6pO0VdFeeTpdUdWx1GfNur94474rpBUku87yL\nJhiilsZFCT1J7t16KB7CkcbLdynx2pgt2ySKb+kjb61jtC5dngN1fpErAn7J\nhFCL35s1xLwElbPsfmtESGDNfberVKkgXYiqudWSuxZKD1F4JU327dkdugQ6\ngFsbotUY1bRiZr5ltmU4V1dkdNyBwr1eqj4LIcTH72adMkXTGFzvmaGXpKGv\nEEt0VynfMdGMld8bSdPumokfShSUEDBGnlhU3UaYcgYKogqqLYHQKi8scuH2\nSBXI\r\n=IARA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF58GuLWssxWmlVur/0t/EMAU/H3BXMmeACfS6WW/0HLAiEA9EFO6nlQ5reM7nB3rwfDYG7WeB/v9NJzHbXrt0aztcc="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.10.2_1592216618907_0.8292317630355961"},"_hasShrinkwrap":false,"contributors":[]},"1.11.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.11.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.1.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.5.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.1","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","list-npm-contents":"^1.0.2","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-packlist":"^2.1.1","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^10.0.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"mkdir -p dist && cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","diff-tarball":"build/run-node build/diff-tarball && echo \"Please confirm the above is correct [y/n]? \"; read answer; if [ \"$answer\" = \"${answer#[Yy]}\" ]; then false; fi","prepare-publish":"git clean -fdx && yarn install","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"Copyright (c) 2020, 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-------------------------------------------------------------------------------\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":"@cgcs2000/mapbox-gl@1.11.0","dist":{"shasum":"5486253ae4da762a99d397a497e8aa0514b563f9","integrity":"sha512-sudsXwMQC77upwZQ2ulRLZZM8PzWdSqBqKXuS4ufkT1TXstpNPdukm8NkMnWcKHHWwHY8Ai+7lk8l9iQuirZDg==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.11.0.tgz","fileCount":498,"unpackedSize":30760041,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEAHCCRA9TVsSAnZWagAA8q8P/1dYir8r8d0m1EqJr236\nNurbwyjzahFzQChmrfDN8kmVxU88Lnnt3wUdDHlmVbJk0dJedG6rwinkzWJm\nmJq1BXM7dr1PcFa89IEyP0X5y7iWEaQIS+ZafiNolCLlnpwtIV1GCNXNygPs\nW+CSgxNuQrx0Mysy0O3cyDelsQZCQdxwEskwQpMH7Hy3oy3JobiSwKAu8Z85\np2VTn6TRKbBk2VDRT0TGrRwL6jcER2X5znRAe2MIiVlloCp2Kp6sS02UOuyK\nzAj8idQFy/By7PpTNPzDV9oaa6XvmjZVJK6aL2jm/z4Ow9Vj8TrBYjCSxfeI\n7GqaybBoHGP8wBLI9RVTMIScx3Ia7bJMU78547tHx4IMI6vQTB6Zm0EmUFwa\nk14x1YYxYT3s6FMMRnAUuE9UfTtZEvqYArUuFOHvYviRoOIMn61BhKz2/jdC\nBQ4EZmcMpFO1e0v/CwufoTXkF5Dg/K3XaAD6POYM4Ruc14xOvNnVyTZ+r6Ei\nDu2ysQfwWdaJ4T15Dk4KKbM67s76+i/NfUd6dRNg2gAXu2q8qKHxrXkRx0Wl\nrMp7mdqrXlCH5j86XYwMSLC/wASjmqJgLpdQF8ytyAs+W7v1WpBht8zmE8VV\nMui0B4HxD0JrgoE3Yoo3mhQti0StX7qeJtT0psYEWAAZVWx1PzTF5K4dPOVz\nXpeH\r\n=TPeT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHYEjS3aFEgF+bSbEvPZB56i7kFfhpts6ROSR4HlE4uAIgKaCYBw+Ze3cJRnKNwv80rG0p4Eg8UfPbCy2tCecqet4="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.11.0_1594884546186_0.1784062018878836"},"_hasShrinkwrap":false,"contributors":[]},"1.11.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.11.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.1.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.5.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.1","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"~4.3.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","list-npm-contents":"^1.0.2","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-packlist":"^2.1.1","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^10.0.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"mkdir -p dist && cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","diff-tarball":"build/run-node build/diff-tarball && echo \"Please confirm the above is correct [y/n]? \"; read answer; if [ \"$answer\" = \"${answer#[Yy]}\" ]; then false; fi","prepare-publish":"git clean -fdx && yarn install","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"Copyright (c) 2020, 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-------------------------------------------------------------------------------\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":"@cgcs2000/mapbox-gl@1.11.1","dist":{"shasum":"83c0d05371d7aba5aaf6408a8aedf9a57e7390b1","integrity":"sha512-SQ2ZwQjIGbwnQeeQCTqPsNYj0rHS/Bc+TK/xOM2jiXiettSzOQxxdP1qGdWom7SQVPLNQ+vnQDDXcCoimutO4g==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.11.1.tgz","fileCount":498,"unpackedSize":30766642,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEAhPCRA9TVsSAnZWagAAVO4P/0SfavYn6hPf8EVkoeWP\nVcSntJH54U/ydAhK1mpSZryaVESTrqIBefrZTOiFQdZcE3IqfSQpyszIlS8Y\nXfsqyJRT41RSOBUaAkFEBPlCpFYomOK4b0YVuBBWFDa3iLDTMOTIVSscHUdE\n6s9EH9ZUu7TYpqc2OH0Pb3D8tP5dU9w/EojCqTV6+FKD9NfljEv1RCQljBky\nSvmJ4SY2ZKVvWK6cPLG478HJIX5U3ckuOEeROgWaeTlDBF+/hHVb7riJ6hGg\nMW1lDXSniOXy+YVmgASvYmIagp3eRYNM9nok8OzsI0s6/5GwetdF65VerON5\ns7EywRvllTa1zTmuiwYgVkP0oR0t6xOf6VckLZkESg2dFKoMlRaP7ycWsD2A\nKW+V8/YLWpZ49Afwdgb7OzZl3SHCyJJnfDdmt2r4OLpP31Q/KcuvIPXryVx+\ncYaW4HJIzPhabo/58LpQ9bcuAOOEmvwktcVVDFP7zAlKky/+N1vUeoBr5sTh\nKI41eOmu4lQMkcS8w96RHX8XtxAs1JXaH+1mh2fniiXJgFegaJmqHxa4rvpH\nu2EDte/m95AVgoJ64EQRvGXfnRK/1cQVLi237XGgQv7isCfr026++C5zUweq\nqaOEZbflPdWBqpGyqVSM+yw8VP0vNx+xx0T+pdJH/Bm/1b/NQ450o4o3Z7FY\nr3u8\r\n=dmTP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4SGxXjw+PqTN/CRfCghiXfg8/dfG0RWfIDS6ePa/PeQIgP/IdtpnGNV3BKDB2h8MKn7tdd9eNvGTCOqXEfk0BFdc="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.11.1_1594886222945_0.4641890536468296"},"_hasShrinkwrap":false,"contributors":[]},"1.12.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.12.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.1.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.5.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.1","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"^4.5.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","list-npm-contents":"^1.0.2","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-packlist":"^2.1.1","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^10.0.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"mkdir -p dist && cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","diff-tarball":"build/run-node build/diff-tarball && echo \"Please confirm the above is correct [y/n]? \"; read answer; if [ \"$answer\" = \"${answer#[Yy]}\" ]; then false; fi","prepare-publish":"git clean -fdx && yarn install","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"Copyright (c) 2020, 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-------------------------------------------------------------------------------\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":"@cgcs2000/mapbox-gl@1.12.0","dist":{"shasum":"100a6a763f05179eb5c8aa47e79fbc6a2956c348","integrity":"sha512-eC13Kr3PY5PM2/M7bFEhB6RgEXHJ+SJiM1Y//eusqvyCHNNkjPIFzwFDwBpoZkZpO/6ISCMR0s8wSveCj670QQ==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.12.0.tgz","fileCount":499,"unpackedSize":30855429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNRIGCRA9TVsSAnZWagAAxcQQAIvDNJ/BHUlqfZ3/aJ/H\n3SVqT2m7t4nLbSvA6xmgYftUZJz7Qtumf37eABvkeIriv+tSTeQqDX5/ZKHb\nJvk3FeRkxy5vIGm6lMxpqe/+wmKbBEGK7GKY789JAVjWLPrCWvNAEbUdrt5V\n5XeHPEoS5Svsj+KB1r4zfWIG16doUFEzNOHXX+dn6QhA5LoJY6Hm10mZiRxN\nqEmDj4ZciOBvT5h4lHFPjoKUJS/F/gKF3XaGi0RC+/S/19Z8aGsRJAIHcLai\n2RQvS6Z2CblTXYhQLQYY/nUh0XTv0+D7NKe+1853Ng4/lq6e8gYSmadE8Xru\nquXMhYhK8WM9GePD0Bn5hsNZ4yrpyD/9AqMBhRRq8smThWDqBnPt06f8MUK3\nQlqpLN8HuEfR+m0yQNOU51pKhbe0GkMf+8L8PeE2v7jnFfMuQwIKOBJ9/XoR\nOdWaZZzI2RkNe5Xuc9l6YNw4UEdkal4b6iTxKmpJMMJ9swfCLE9+XsALvgH4\nF0EFfy4/mxuCviOXwEW6YIQRKuHYMmNlnBh2wm02zxwgvgA44J7+EHlCsB94\nBAcoGKf1ptRuR2JF8XCSIZr1/tpOpNwYYG93H+0N7XqkDoOuE3f+nDjhH3jJ\nn+BpHhaqF+4eMbX0wlDjnUGQBNm/y9SlMDZX+zMfVfYo2y9ZsKmShtaUZqF8\nX5Yp\r\n=Nd2V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFj2U0GIkxcc+eHTR+l/X1LNsUF4BOjg/hVfiE7irHYlAiBneTFY0Ltc35REQ1cuGbkuWVNnasebaCNvDt8l21Cg0Q=="}]},"maintainers":[{"email":"jing-sam@qq.com","name":"anonymous"},{"email":"wanyanya@126.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.12.0_1597313541998_0.04589430802599126"},"_hasShrinkwrap":false,"contributors":[]},"1.13.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.13.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.1.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.5.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.1","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"^4.5.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","list-npm-contents":"^1.0.2","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-packlist":"^2.1.1","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^10.0.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"mkdir -p dist && cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","diff-tarball":"build/run-node build/diff-tarball && echo \"Please confirm the above is correct [y/n]? \"; read answer; if [ \"$answer\" = \"${answer#[Yy]}\" ]; then false; fi","prepare-publish":"git clean -fdx && yarn install","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"Copyright (c) 2020, 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-------------------------------------------------------------------------------\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":"@cgcs2000/mapbox-gl@1.13.0","dist":{"shasum":"e3ab4a510f449ebcae25855c0fa0a69cd467daf0","integrity":"sha512-qM4/iXURfgvZOdPeh/5VVqLiGPGAUVLZn0aA7Otr4mTKKjvEBBIgjDvpqK4i6ZNVVeKMlQlt7CwF9Vk8AaHtaQ==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.13.0.tgz","fileCount":500,"unpackedSize":30950661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzxYMCRA9TVsSAnZWagAAiE4P/jmD+M7bON+vXdsAio/g\nP+zzglL7ZRG2hi7yR2XKzdfALI1eHTWT/wk8LjNzmxA+cSO6Q50/vKoPa+rM\noZrYf41ZrBwcUe8rZVoXPOyxFfPRy9xFxoivudgihdyua+iG87PXQwp5CUwX\nP1v00QK2ij7IfwTUXBogqNv7AAOVE7bsq7lx6+2Z9/TphFQ9EXOuA3ofimo2\nDTFFmgeAuF6bPzXcz8te/BgWoY82f74du/SB2X04fSAsNALrBX8sPoSx/C7h\nWw8WX5Ee185ZN7jAjd3Lhqx/lDNy0qsarLqC4VJ/mvz8bhUEdVT6zcus9YxZ\nsh3jpKgfpdUo4cS41N7Yn4hMybUr1HKjliBDPLaoQ4GSOayL68gGmLp0EAd+\nHPeY23awBQp3NRjtNbkHqVEiPgJhEvnju+gUzZHFEax/RwKwcVGRaAruoc1F\neer52aht3aZxS8NTrNVWxg4vFSRtzx6RxdaOAaF6JlJC5ug7Wh4Ca1+H5kI7\nEDjbePkMlQ9J2cneBr3XOcpb6tm6k7l7jIC82VInSnmT1MkywdT5hLGK1SyS\nQ5zrAW+X8ZkZcu7WenTqWUm+K5A9IVz1xriK9HnsYJEME2HxUDDZ+R8GD8dn\nUaIHGqD1LgNnQIJcGHvfaRYfZf23JWA3iSj56SkZmskygc3p1W7a458nTwH5\ne7wt\r\n=9SG9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBZpJ7aA+XgZxv5/+mwLFZrtrJly0adqitXSvUWhR3uzAiEA2otcJMebalBC0PyY074EFn/Xncu6zX5IKdEBXhDnOU0="}]},"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"wanyanya@126.com"},{"name":"anonymous","email":"jing-sam@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.13.0_1607407115195_0.958786160145026"},"_hasShrinkwrap":false,"contributors":[]},"1.13.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"1.13.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.1.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.5.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.1","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/rest":"^16.30.1","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"^4.5.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","list-npm-contents":"^1.0.2","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-packlist":"^2.1.1","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","pngjs":"^3.4.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tap-parser":"^10.0.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-query-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"mkdir -p dist && cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-query watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-tests":"run-p build-token watch-css watch-query start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","diff-tarball":"build/run-node build/diff-tarball && echo \"Please confirm the above is correct [y/n]? \"; read answer; if [ \"$answer\" = \"${answer#[Yy]}\" ]; then false; fi","prepare-publish":"git clean -fdx && yarn install","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","test-render":"node --max-old-space-size=2048 test/render.test.js","test-query-node":"node test/query.test.js","watch-query":"testem -f test/integration/testem.js","test-query":"testem ci -f test/integration/testem.js -R xunit > test/integration/query-tests/test-results.xml","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"Copyright (c) 2020, 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-------------------------------------------------------------------------------\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":"@cgcs2000/mapbox-gl@1.13.1","dist":{"shasum":"10d33f97673eb4c8ad265db2922ae5077c95e875","integrity":"sha512-t6+BgS2N7viBTlDSBKnx7bFocC9+wbDWRdKNChb1KEBUXRS6qeBnBdH8QNdG6kNRuBVevjyBEGwNsEksNBO3Hw==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-1.13.1.tgz","fileCount":500,"unpackedSize":30952605,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgL2zXCRA9TVsSAnZWagAAoWwP/0kjiJQk3mz/BD22Ajtu\n+hXxlgQjudRiRh+TB9wb5cyNXntLP794jUSZuZ5KOI4/hjQd+/6fLEYCJi2W\nx11Jly5H3wu36kyuVTgllWVfl0dd1yBkKBUdHYWftH3vxS9OvDY4zONy8Fif\nu2GIYXRK8ME856VVXINSyp8GQ8quP19R9oeat3E4aSsG8RnLYQbw2rPAHTzV\nS25pEjHGgRkpFo7B9aeVtIc+QNbKBCTu1p2ERAKLxNA3BxC9O2+axoxCxU8L\nxOj6SpbXlZouiE4BKXirCuhFLlWGs1Pntro4Yc+B+XyjzbYaHVREmkeTYjXv\nfGA7iBAA66/Jcpndlcd3APr1NTOpCJG5TUPNxGemijEB7ZavfMgvD4nYWdHi\nabG/Sx+CuckmH06FZC4kGZdYpY202240sfjl0CBXbaSmocD9SzZJBjj3eQCh\nL1wpMro8m1tX4vpIOdvWc5lwhe72Sa94VTc11YF1rX8kyudkxPGl2KNfj7ng\nco402+5CQjd0QdJPYUFtastVCwUR3SSCrcXRv2Gg1eM6eCozqXrECGiAxZnd\nT6dHevmI7AcMRw8a63wd+wwgHr4KfkJS7jwdObQJWU61zAipSq2ug71oHuDE\noTWuHKaTYrtqUI7pzD3rItYeEvG6kpEtCNIpnfc0WGbBv1k1y/lS+WsBR0EA\nD05v\r\n=DgGV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFYbQRIa72Ol/W9dvyfJyixTmmYbMeXK3uIi16y/e/n7AiBz1i5v9M5gGfwC2oTYmiSNMgdBft0YK348upUGaSyMtw=="}]},"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"jing-sam@qq.com"},{"name":"anonymous","email":"wanyanya@126.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_1.13.1_1613720791171_0.2766290565275076"},"_hasShrinkwrap":false,"contributors":[]},"2.0.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"2.0.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.1.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^1.5.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.1","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/auth-app":"^2.4.7","@octokit/rest":"^18.0.0","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"^4.5.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","list-npm-contents":"^1.0.2","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-packlist":"^2.1.1","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-bench":"rollup -c --environment BUILD:bench,MINIFY:true","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-test-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"mkdir -p dist && cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","diff-tarball":"build/run-node build/diff-tarball && echo \"Please confirm the above is correct [y/n]? \"; read answer; if [ \"$answer\" = \"${answer#[Yy]}\" ]; then false; fi","prepare-publish":"git clean -fdx && yarn install","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","watch-render":"SUITE_NAME=render testem -f test/integration/testem.js","watch-query":"SUITE_NAME=query testem -f test/integration/testem.js","test-render":"CI=true SUITE_NAME=render testem ci -f test/integration/testem.js","test-query":"CI=true SUITE_NAME=query testem ci -f test/integration/testem.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"mapbox-gl-js v2.0\n\nMapbox Web SDK\n\nCopyright (c) 2020, Mapbox\n\nAll rights reserved.\n\nMapbox gl-js version 2.0 or higher (“Mapbox Web SDK”) must be used according to\nthe Mapbox Terms of Service. This license allows developers with a current active\nMapbox account to use and modify the Mapbox Web SDK. Developers may modify the\nMapbox Web SDK code so long as the modifications do not change or interfere with\nmarked portions of the code related to billing, accounting, and anonymized data\ncollection. The Mapbox Web SDK only sends anonymized usage data, which Mapbox uses\nfor fixing bugs and errors, accounting, and generating aggregated anonymized\nstatistics. This license terminates automatically if a user no longer has an\nactive Mapbox account.\n\nFor the full license terms, please see the Mapbox Terms of Service at\nhttps://www.mapbox.com/legal/tos/.\n\n-------------------------------------------------------------------------------\n\nContains code from mapbox-gl-js v1.13 and earlier\n\nVersion v1.13 of mapbox-gl-js and earlier are licensed under a BSD-3-Clause license\n\nCopyright (c) 2020, Mapbox\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 SOFTWARE,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\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\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","_id":"@cgcs2000/mapbox-gl@2.0.0","dist":{"shasum":"cd1db321d8e7e0340a4b6dbf5d8bfe3ff2afd235","integrity":"sha512-X4RF5ocoUMIbDPnyRC+DyFcio0kDCRbMWW/kBik8n9rYDgkNjuW+OHPJXb3cRtXiKilWzFdzMcTP/Nu0FZcrPg==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-2.0.0.tgz","fileCount":530,"unpackedSize":34140233,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQI98CRA9TVsSAnZWagAAkaIP/iK4MxW4HLvGjaCDuIZu\nHPBtqsOraPA3WwmDKmBGv+zuiQsDmZTwGpnQAciEHzZ6wnq+rwD+EBEcSjg2\nCUcFEPhyzi66sVGVOrXDWWxU6jz2GgmkbOEol86CQXIielgzWurii23UWvcs\nfVLTC5gmfJtI6MgXzpevuSGV/Lex5MxnNeWFS9ogFMqj4/BNaTsxT0c+aR5h\nDQRh7zDQZX8ZObsDn9uUeOw3EPa6ZYf+AzBSZcfRs3bCzHAsGgBoU2B4rD77\nCOcF/EoXa2ys5ZvWhiwavjM3u0B+Sbd+zbhkTE8DiId6qMpZ9QomJFCOjNlR\n1fifcskzZsDN9CV3+ZDghP1y/VzahZTckM8j7DL701SLc5Nypk/Rj8RCWgb1\nZZvXuGsNYIpCNk3o4d7gpqMCGEsyqiQsj6fxsVeGkMqFbdPMZTKC6KtdhGax\nIdI51V/dmMY/96hLJgoLVast05cnc4uMtiVuDOnzIcXbaFekU9NzrV7SeyJF\nblGOYzaEbzN6q2xcMCmgrMikaVrSIJGPiufKJZUx4IBBWXhJvLOeOPvwS8tP\nEzjBIjlmCM8oEyzpWAWAHizO2XxNFLaR7cUZu893YHZ/pw7Tvg5H5bdzUM8p\nFzg+JFAXhyO/3feQyxTukuoAYtFGcBrUgm8GzNPt7Aha9/WQj/JyTSvU+dwL\nCh/A\r\n=x02G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG2YxepCHGdsSwPQKrEMw0p4h3xF++mlU/3nR5CkqujKAiArscgpZkwEy3uelxARgu4vQw9cMmOuWwlM64m4VP2X3A=="}]},"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"jing-sam@qq.com"},{"name":"anonymous","email":"wanyanya@126.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_2.0.0_1614843771823_0.7863047611418652"},"_hasShrinkwrap":false,"contributors":[]},"2.0.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"2.0.1","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.1.0","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^2.0.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.1.1","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/auth-app":"^2.4.7","@octokit/rest":"^18.0.0","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"^4.5.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","list-npm-contents":"^1.0.2","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-packlist":"^2.1.1","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-bench":"rollup -c --environment BUILD:bench,MINIFY:true","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-test-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"mkdir -p dist && cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","diff-tarball":"build/run-node build/diff-tarball && echo \"Please confirm the above is correct [y/n]? \"; read answer; if [ \"$answer\" = \"${answer#[Yy]}\" ]; then false; fi","prepare-publish":"git clean -fdx && yarn install","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","watch-testem":"testem -f test/integration/testem.js","testem-ci":"CI=true testem ci -f test/integration/testem.js","watch-render":"SUITE_NAME=render run-s build-token watch-testem","watch-query":"SUITE_NAME=query npm run watch-testem","test-render":"SUITE_NAME=render run-s build-token testem-ci","test-query":"SUITE_NAME=query npm run testem-ci","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"mapbox-gl-js v2.0\n\nMapbox Web SDK\n\nCopyright (c) 2020, Mapbox\n\nAll rights reserved.\n\nMapbox gl-js version 2.0 or higher (“Mapbox Web SDK”) must be used according to\nthe Mapbox Terms of Service. This license allows developers with a current active\nMapbox account to use and modify the Mapbox Web SDK. Developers may modify the\nMapbox Web SDK code so long as the modifications do not change or interfere with\nmarked portions of the code related to billing, accounting, and anonymized data\ncollection. The Mapbox Web SDK only sends anonymized usage data, which Mapbox uses\nfor fixing bugs and errors, accounting, and generating aggregated anonymized\nstatistics. This license terminates automatically if a user no longer has an\nactive Mapbox account.\n\nFor the full license terms, please see the Mapbox Terms of Service at\nhttps://www.mapbox.com/legal/tos/.\n\n-------------------------------------------------------------------------------\n\nContains code from mapbox-gl-js v1.13 and earlier\n\nVersion v1.13 of mapbox-gl-js and earlier are licensed under a BSD-3-Clause license\n\nCopyright (c) 2020, Mapbox\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 SOFTWARE,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\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\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","_id":"@cgcs2000/mapbox-gl@2.0.1","dist":{"shasum":"ff8efe9b81fa927d97dd2f1065ff92dbe894fa52","integrity":"sha512-8cc7QdZEe5v2N2X7KzESvXZhof23xBidtbQzHVRQMH5igsZe9csl49yPrKiDJ0lPPp0kYLiNyZSFduuWLQ0G0Q==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-2.0.1.tgz","fileCount":530,"unpackedSize":34136340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQJFWCRA9TVsSAnZWagAAwlAP/R3PeorqnHivMorxfa1n\nxn+lhAllhBJCJ5R2M+wPsVXooHrmighacVy26CWEfj15vE0jRCe6XjFlBKai\n7YjinzeijwOjp9AfhEPr314dMeA7gxdBCuvzT5xXDeamsupde+JRs8x8KK5j\nnOqXcGKXLLZ1k6VGdsAjlG9kjlqrkeIV8wtC8XmgNfFATc7X3vJnKX7UHGwH\nc1qfn9n6GEVpg9raU+8g8ya2RsmVPoePLxH5mX+cmt4ap0u21cVdf0nBi1hr\nTqV1wvbfMtt136UQDA1poC7btiwWfZUGBckF3xt67YOp4Sx/I4qq2a89Nevt\nTQUtEGfmYIma6owZxTKqr2hP8iaEZ5lZW2lf/Ls8XNLaAXesKYhDSTSNUy6/\nZNcZT0bw0lzb3V+YAcZvIPslEvnlplSCspDUp2P6ZZQm853FMukxET0kiTZg\nqehMZ4GqULL2fVE42iDh2NfcWqAjGm1QexDUAQ6ei/v00ZKPHaV/gMuVJHhq\nSIKhewZ8d1jvEY68ukJXJVDkRozvPJ5yIXAH4h2Z517OL1KkE2oblr88dtoD\nRBrchsVD5d4RC2qJxFE53cRu7CVreFUioWr+koL3Pz4JXFMgl01fT1Z+FeZa\nec8QCLozLdj8ToKmsMabJSMQT8LzMcSGFlXCyqimdM9OqSCTKmtzFKH3cTRY\nOF55\r\n=Bd8W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFIsAF0QaZSZ8Qk0IjGUaJtlbC1TDgEr4GRncylrXetbAiBuYJ7ct0qhREkt1Jr86N3+OEr9nBjREVruHzrYX7gPJg=="}]},"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"jing-sam@qq.com"},{"name":"anonymous","email":"wanyanya@126.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_2.0.1_1614844245564_0.9265952208943249"},"_hasShrinkwrap":false,"contributors":[]},"2.1.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"2.1.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.1.2","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^2.0.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.2.2","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/auth-app":"^2.4.7","@octokit/rest":"^18.0.0","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"^4.5.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","list-npm-contents":"^1.0.2","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-packlist":"^2.1.1","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-bench":"rollup -c --environment BUILD:bench,MINIFY:true","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-test-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"mkdir -p dist && cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","diff-tarball":"build/run-node build/diff-tarball && echo \"Please confirm the above is correct [y/n]? \"; read answer; if [ \"$answer\" = \"${answer#[Yy]}\" ]; then false; fi","prepare-publish":"git clean -fdx && yarn install","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","watch-render":"SUITE_NAME=render testem -f test/integration/testem.js","watch-query":"SUITE_NAME=query testem -f test/integration/testem.js","test-render":"SUITE_NAME=render CI=true testem ci -f test/integration/testem.js","test-query":"SUITE_NAME=query CI=true testem ci -f test/integration/testem.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"mapbox-gl-js v2.0\n\nMapbox Web SDK\n\nCopyright (c) 2020, Mapbox\n\nAll rights reserved.\n\nMapbox gl-js version 2.0 or higher (“Mapbox Web SDK”) must be used according to\nthe Mapbox Terms of Service. This license allows developers with a current active\nMapbox account to use and modify the Mapbox Web SDK. Developers may modify the\nMapbox Web SDK code so long as the modifications do not change or interfere with\nmarked portions of the code related to billing, accounting, and anonymized data\ncollection. The Mapbox Web SDK only sends anonymized usage data, which Mapbox uses\nfor fixing bugs and errors, accounting, and generating aggregated anonymized\nstatistics. This license terminates automatically if a user no longer has an\nactive Mapbox account.\n\nFor the full license terms, please see the Mapbox Terms of Service at\nhttps://www.mapbox.com/legal/tos/.\n\n-------------------------------------------------------------------------------\n\nContains code from mapbox-gl-js v1.13 and earlier\n\nVersion v1.13 of mapbox-gl-js and earlier are licensed under a BSD-3-Clause license\n\nCopyright (c) 2020, Mapbox\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 SOFTWARE,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\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\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","_id":"@cgcs2000/mapbox-gl@2.1.0","dist":{"shasum":"ce7d0a00d3ed839b92ff7ed26341a59c77e5bbd8","integrity":"sha512-gyCfhK6JS9P44MoJ+3pGO5vjRivWq5iQbxu5mXMIHIPwESG9fzmeNF3RtQjmbMbqI0L/tYy7wP5+sb5gTigKaQ==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-2.1.0.tgz","fileCount":530,"unpackedSize":34520758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQJTJCRA9TVsSAnZWagAAVlEP+wTf/jlNKv15kQSLohPo\nB+KFYk870p/UYPINtEaLO7Bb9p+GCX1BjNCgtAyjt9IYwmgyyU3pWkfkKuy6\nDNRAyXP1XXDVWhfRbMW32ndJYrSgytupJkqCe3NCP1nA74OQZZ71WYahNWCQ\nIIMDZunhwR/CRPfMZYu6LqLriaLGh7svcmA3ceOrrlTJ/ks93fxUpHaXu+g4\nt1QzRIMCFZHLi6bY1H83Ckt+8bl54jXuEOfukF3i+6O7RWZDnyyi6d37y8HQ\nqTzGJBLQatcaReTdw9MvymBytNbsi8YL3aFz9ZZZ4oGuyZ8oxPtWCnvWW5Jd\n25D4qSxkzRwhuaKsDBOZlkK0IxGmoh5L5PdDMM3piwvpP8ldzhs4fHZuOVKY\nveyqLai5O8onW2Q+YOxDXRAw8Tl5ATm2Q4xcutFaeVCinnAWAnzdgzRRKhNz\n/InWbhgi0PEcWCuUzX/56u2zTYkC8cDfpv97RupLbPVBpiGhoq5QnqkHcvHd\nsdZhPARvZ15QOYCrvkjxxAhXoO34yeKlTLa8TRk2Dn8mFd21DnmyqjzKp2zH\nYNLRQaxgwLEp0jh6l6mCEfnRFCOagtopfJU/EfqZ/yYCKX3hV1zS/x5kR9nh\n/EOGmzCldBy+tNJo7e5IvYAp5tXesSj8AGa0ER9XRCrj6hFTCkndizUI3n6P\nsq6r\r\n=pK4p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGtAJ6fLOKtu96mbGQaMv0Z8xwBiko0S08yaQLanBVRIAiEAmgvvzDcMrJQZTfuyPSixsYUjBebrnUd3Udi0W9vxUdg="}]},"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"jing-sam@qq.com"},{"name":"anonymous","email":"wanyanya@126.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_2.1.0_1614845128550_0.10362757098177999"},"_hasShrinkwrap":false,"contributors":[]},"2.1.1":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"2.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/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.1.2","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^2.0.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.2.3","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.2.1","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.9.0","@mapbox/flow-remove-types":"^1.3.0-await.upstream.2","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.1","@mapbox/mvt-fixtures":"^3.6.0","@octokit/auth-app":"^2.4.7","@octokit/rest":"^18.0.0","@rollup/plugin-strip":"^1.3.1","address":"^1.1.2","babel-eslint":"^10.0.1","babelify":"^10.0.0","benchmark":"^2.1.4","browserify":"^16.5.0","canvas":"^2.6.1","chalk":"^3.0.0","chokidar":"^3.0.2","cssnano":"^4.1.10","d3":"^4.12.0","diff":"^4.0.1","documentation":"~12.1.1","ejs":"^2.5.7","eslint":"^5.15.3","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-html":"^5.0.5","eslint-plugin-import":"^2.16.0","eslint-plugin-jsdoc":"^17.1.2","eslint-plugin-react":"^7.12.4","esm":"~3.0.84","flow-bin":"^0.100.0","gl":"^4.5.3","glob":"^7.1.4","is-builtin-module":"^3.0.0","jsdom":"^13.0.0","json-stringify-pretty-compact":"^2.0.0","jsonwebtoken":"^8.3.0","list-npm-contents":"^1.0.2","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^5.4.3","npm-font-open-sans":"^1.1.0","npm-packlist":"^2.1.1","npm-run-all":"^4.1.5","nyc":"^13.3.0","pirates":"^4.0.1","pixelmatch":"^5.1.0","postcss-cli":"^6.1.2","postcss-inline-svg":"^3.1.1","pretty-bytes":"^5.1.0","puppeteer":"^1.18.0","qrcode-terminal":"^0.12.0","react":"^16.8.6","react-dom":"^16.8.6","request":"^2.88.0","rollup":"^1.23.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-replace":"^2.2.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.5","shuffle-seed":"^1.1.6","sinon":"^7.3.2","st":"^1.2.2","stylelint":"^9.10.1","stylelint-config-standard":"^18.2.0","tap":"~12.4.1","tape":"^4.13.2","tape-filter":"^1.0.4","testem":"^3.0.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"esm":true,"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-bench":"rollup -c --environment BUILD:bench,MINIFY:true","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-test-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"mkdir -p dist && cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","diff-tarball":"build/run-node build/diff-tarball && echo \"Please confirm the above is correct [y/n]? \"; read answer; if [ \"$answer\" = \"${answer#[Yy]}\" ]; then false; fi","prepare-publish":"git clean -fdx && yarn install","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","watch-render":"SUITE_NAME=render testem -f test/integration/testem.js","watch-query":"SUITE_NAME=query testem -f test/integration/testem.js","test-render":"SUITE_NAME=render CI=true testem ci -f test/integration/testem.js","test-query":"SUITE_NAME=query CI=true testem ci -f test/integration/testem.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"mapbox-gl-js v2.0\n\nMapbox Web SDK\n\nCopyright (c) 2020, Mapbox\n\nAll rights reserved.\n\nMapbox gl-js version 2.0 or higher (“Mapbox Web SDK”) must be used according to\nthe Mapbox Terms of Service. This license allows developers with a current active\nMapbox account to use and modify the Mapbox Web SDK. Developers may modify the\nMapbox Web SDK code so long as the modifications do not change or interfere with\nmarked portions of the code related to billing, accounting, and anonymized data\ncollection. The Mapbox Web SDK only sends anonymized usage data, which Mapbox uses\nfor fixing bugs and errors, accounting, and generating aggregated anonymized\nstatistics. This license terminates automatically if a user no longer has an\nactive Mapbox account.\n\nFor the full license terms, please see the Mapbox Terms of Service at\nhttps://www.mapbox.com/legal/tos/.\n\n-------------------------------------------------------------------------------\n\nContains code from mapbox-gl-js v1.13 and earlier\n\nVersion v1.13 of mapbox-gl-js and earlier are licensed under a BSD-3-Clause license\n\nCopyright (c) 2020, Mapbox\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 SOFTWARE,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\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\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","_id":"@cgcs2000/mapbox-gl@2.1.1","dist":{"shasum":"4e15d12e115fe8055b612b8a62b5bc3c0e0ca19c","integrity":"sha512-QX7XXOhak7lSkd/zK5xkU+bHPteWCjdavGW3cw7jZhsnHEmj8U2YU2ZAJ1Z516Z8IMvSFwI9JiSRDo81I9LQFQ==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-2.1.1.tgz","fileCount":530,"unpackedSize":34517373,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQJsDCRA9TVsSAnZWagAA7e4P/0QAaf75lgvC2yJzMh/+\n9gI51fv9HTIq2nOBUpaDze8n+64pzo9yJiL6IBaB3oowZdDVvIUsHTBX6cFP\nIhiGOhMgY/ASec5JOJ5Zwp0z+iAp27D3uR3q68q1otxBYzNMG26YuGAihiY4\nmpxBJfZBGN8UMg7d8FJTHFmPAJ1fVTFq8KOv2gU41jEHWRs7HPlf5g4JQL4t\nPsdEwU00SvRbvQY7+mou+mK2Zte1c08OYCBf5olqRlycMfo4YYlBVl/Ay2Wg\n4O82FPG0laoviCIhwCz5LuHP3hbD5umUqmLVAJi6CU1dtQmmu9UUKhIsCEfy\njc1v69ACCleJmKK/urORLQgYf2n/JhSU6riq/4llxOEmqnmlG6dA9ijJiG/T\n9Li4Avv+/atoKhqLZaKXnENGKTY5G7JcZ4FPEVWpoRKhPl5S532FXpyiLcoP\nohnRULA0/lF7j3HSpHiCgRrK3F8PaJc+6OHPDizUCgWW8wUIIgZkg8nCrjv5\naujGrQva7jFOKvnYXGsgknblUcxHn/4j+cdHyANRFv86szgyr0GoJFEMQ6uI\nwuP7HMnRXcXn50FZeLzx4kR93kt4VZ30ytDbebfMMpuS3jZZNbcDVWEEe0TG\n/w8EUnpo1mRCJZhUB4Mae4ANolgqrFCX3wGZ4a+99mpR/9i8wBcOm8ZwnL6m\n1IDM\r\n=jWGI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHDjwShLKx6N2L56XYGDwjuSMtvlDO+CcA5VCcHz0S35AiAVQsWyLILP8fNrd71M13TkqB/eDWpaDj3IIE2ZsgeZZA=="}]},"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"jing-sam@qq.com"},{"name":"anonymous","email":"wanyanya@126.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_2.1.1_1614846723013_0.3267805816459042"},"_hasShrinkwrap":false,"contributors":[]},"2.2.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"2.2.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","type":"module","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.1.2","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^2.0.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.2.5","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.3.0","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.12.16","@babel/eslint-parser":"^7.12.16","@babel/preset-flow":"^7.12.13","@mapbox/flow-remove-types":"^2.0.0","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.3","@mapbox/mvt-fixtures":"^3.6.0","@octokit/auth-app":"^2.11.0","@octokit/rest":"^18.1.1","@rollup/plugin-commonjs":"^17.1.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.2.0","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-strip":"^2.0.0","address":"^1.1.2","browserify":"^17.0.0","chalk":"^4.1.0","chokidar":"^3.5.1","cssnano":"^4.1.10","d3":"^6.5.0","d3-queue":"^3.0.7","diff":"^5.0.0","documentation":"~13.1.1","ejs":"^3.1.6","eslint":"^7.20.0","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^5.2.0","eslint-plugin-html":"^6.1.1","eslint-plugin-import":"^2.22.1","eslint-plugin-jsdoc":"^32.0.0","flow-bin":"^0.100.0","gl":"^4.9.0","glob":"^7.1.6","is-builtin-module":"^3.0.0","jsdom":"^13.2.0","json-stringify-pretty-compact":"^2.0.0","list-npm-contents":"^1.0.2","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^9.0.0","npm-font-open-sans":"^1.1.0","npm-packlist":"^2.1.4","npm-run-all":"^4.1.5","nyc":"^15.1.0","pixelmatch":"^5.2.1","postcss":"^8.2.6","postcss-cli":"^8.3.1","postcss-inline-svg":"^5.0.0","pretty-bytes":"^5.5.0","puppeteer-core":"^7.1.0","qrcode-terminal":"^0.12.0","rollup":"^2.39.0","rollup-plugin-sourcemaps":"^0.6.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.8","shuffle-seed":"^1.1.6","sinon":"^9.2.4","st":"^2.0.0","stylelint":"^13.10.0","stylelint-config-standard":"^20.0.0","tap":"~12.4.1","tape":"^5.1.1","tape-filter":"^1.0.4","testem":"^3.2.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-bench":"rollup -c --environment BUILD:bench,MINIFY:true","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-test-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"mkdir -p dist && cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","diff-tarball":"build/run-node build/diff-tarball && echo \"Please confirm the above is correct [y/n]? \"; read answer; if [ \"$answer\" = \"${answer#[Yy]}\" ]; then false; fi","prepare-publish":"git clean -fdx && yarn install","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","watch-render":"SUITE_NAME=render testem -f test/integration/testem/testem.js","watch-query":"SUITE_NAME=query testem -f test/integration/testem/testem.js","test-render":"SUITE_NAME=render CI=true testem ci -f test/integration/testem/testem.js","test-query":"SUITE_NAME=query CI=true testem ci -f test/integration/testem/testem.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"mapbox-gl-js v2.0\n\nMapbox Web SDK\n\nCopyright (c) 2020, Mapbox\n\nAll rights reserved.\n\nMapbox gl-js version 2.0 or higher (“Mapbox Web SDK”) must be used according to\nthe Mapbox Terms of Service. This license allows developers with a current active\nMapbox account to use and modify the Mapbox Web SDK. Developers may modify the\nMapbox Web SDK code so long as the modifications do not change or interfere with\nmarked portions of the code related to billing, accounting, and anonymized data\ncollection. The Mapbox Web SDK only sends anonymized usage data, which Mapbox uses\nfor fixing bugs and errors, accounting, and generating aggregated anonymized\nstatistics. This license terminates automatically if a user no longer has an\nactive Mapbox account.\n\nFor the full license terms, please see the Mapbox Terms of Service at\nhttps://www.mapbox.com/legal/tos/.\n\n-------------------------------------------------------------------------------\n\nContains code from mapbox-gl-js v1.13 and earlier\n\nVersion v1.13 of mapbox-gl-js and earlier are licensed under a BSD-3-Clause license\n\nCopyright (c) 2020, Mapbox\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 SOFTWARE,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\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\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","_id":"@cgcs2000/mapbox-gl@2.2.0","dist":{"shasum":"ee9c770bf4c86f16bc967918ad78e7711b141be8","integrity":"sha512-06QD2kqRJ7pgYxollVdcV4wG0sOPw2NAHZtzzuoz+GsEVb5pokvhUbhQsmjSXem2J+mHKoq3sv8VyYvAwvdQIw==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-2.2.0.tgz","fileCount":530,"unpackedSize":34627588,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrMuCCRA9TVsSAnZWagAATzEQAIA2KTyaIGveqFH9Tyie\nb7miWj0z/dqcJnSUm7/6EXyNea1mTf1Dw7AhVGeEdm76rIGctt0Az6q5FyNe\nxpbDMzDyUNy6SU5igUyICFNLAdttQ+duwZtzYZdhzsErIvxu9rctLK36Vw8H\n3zSWQGXD14xJU9O5RkczqTukC8gZaRJVHCzyGF53vuq2chu2NeefBAyJYUoz\nGm7O6QP7VjGjP1mcu2oUvDAs4BtCxuKlB/kEgL8s5HHrYQkOSqWq04RMYj3W\nY75QtFR4UsjibhaPUdi7RmRv3hE1Kuau9rswQhLAXuKQH0yA+2QwkI9KH++G\n8ZpaGoSfXUKExfnFJmlin1/G1vD7XRb3RxTZmWXkDGDv2ILPndrD/Cuj/y3/\nLTZxz3ohxpIog4kZLVCCIoNxdV5cT1BDYQhJ7z9kkEIM466i9KcWiAfG4m/K\nigD5/H+hK0uaGlUqtTCVGfEE3QNnbS3En61o7K62ON5e0A88xiPSaNxdmNrP\n/IQpEhh5AeROepcSTqb5Wjzxr6T5uGBaGo0qgOhG/3DgvMbqiNfxq3OLJZIL\nomVhKc3Isytk9AEF41dDT76yFUm6m+IG83bbvA76pPh/FwGpld0Nv+P9KZSM\n6lJZs2UdQOUiLlxNyT6f0vP/uLpvaYTUjz6E8JLYjYJ1iQTdHi6vEa2UNQaA\ntRbA\r\n=KOCK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/hqIf95cQy50tus8icntyWnH1djs9QJbuOuAyEAJ/lAIgdr8yGRa35bY0wUPOqVBkLs9MikkG7Wfc3o2PwV8wkO4="}]},"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"jing-sam@qq.com"},{"name":"anonymous","email":"wanyanya@126.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_2.2.0_1621937025668_0.8505220325478737"},"_hasShrinkwrap":false,"contributors":[]},"2.3.0":{"name":"@cgcs2000/mapbox-gl","description":"A WebGL interactive maps library","version":"2.3.0","main":"dist/mapbox-gl.js","style":"dist/mapbox-gl.css","license":"SEE LICENSE IN LICENSE.txt","type":"module","repository":{"type":"git","url":"git://github.com/cgcs2000/mapbox-gl-js.git"},"engines":{"node":">=6.4.0"},"dependencies":{"@cgcs2000/geojson-vt":"^3.2.1","@cgcs2000/supercluster":"^7.1.3","@cgcs2000/vector-tile":"^1.3.3","@cgcs2000/whoots-js":"^3.1.0","@mapbox/geojson-rewind":"^0.5.0","@mapbox/geojson-types":"^1.0.2","@mapbox/jsonlint-lines-primitives":"^2.0.2","@mapbox/mapbox-gl-supported":"^2.0.0","@mapbox/point-geometry":"^0.1.0","@mapbox/tiny-sdf":"^1.2.5","@mapbox/unitbezier":"^0.0.0","csscolorparser":"~1.0.3","earcut":"^2.2.2","gl-matrix":"^3.3.0","grid-index":"^1.1.0","minimist":"^1.2.5","murmurhash-js":"^1.0.0","pbf":"^3.2.1","potpack":"^1.0.1","quickselect":"^2.0.0","rw":"^1.3.3","tinyqueue":"^2.0.3","vt-pbf":"^3.1.1"},"devDependencies":{"@babel/core":"^7.12.16","@babel/eslint-parser":"^7.12.16","@babel/preset-flow":"^7.12.13","@mapbox/flow-remove-types":"^2.0.0","@mapbox/gazetteer":"^4.0.4","@mapbox/mapbox-gl-rtl-text":"^0.2.3","@mapbox/mvt-fixtures":"^3.6.0","@octokit/auth-app":"^2.11.0","@octokit/rest":"^18.1.1","@rollup/plugin-commonjs":"^17.1.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.2.0","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-strip":"^2.0.0","address":"^1.1.2","browserify":"^17.0.0","chalk":"^4.1.0","chokidar":"^3.5.1","cssnano":"^4.1.10","d3":"^6.5.0","d3-queue":"^3.0.7","diff":"^5.0.0","documentation":"~13.1.1","ejs":"^3.1.6","eslint":"^7.20.0","eslint-config-mourner":"^3.0.0","eslint-plugin-flowtype":"^5.2.0","eslint-plugin-html":"^6.1.1","eslint-plugin-import":"^2.22.1","eslint-plugin-jsdoc":"^32.0.0","flow-bin":"^0.100.0","gl":"^4.9.0","glob":"^7.1.6","is-builtin-module":"^3.0.0","jsdom":"^13.2.0","json-stringify-pretty-compact":"^2.0.0","list-npm-contents":"^1.0.2","lodash.template":"^4.5.0","mapbox-gl-styles":"^2.0.2","mock-geolocation":"^1.0.11","node-notifier":"^9.0.0","npm-font-open-sans":"^1.1.0","npm-packlist":"^2.1.4","npm-run-all":"^4.1.5","nyc":"^15.1.0","pixelmatch":"^5.2.1","postcss":"^8.2.6","postcss-cli":"^8.3.1","postcss-inline-svg":"^5.0.0","pretty-bytes":"^5.5.0","puppeteer-core":"^7.1.0","qrcode-terminal":"^0.12.0","rollup":"^2.39.0","rollup-plugin-sourcemaps":"^0.6.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-unassert":"^0.3.0","selenium-webdriver":"^4.0.0-alpha.8","shuffle-seed":"^1.1.6","sinon":"^9.2.4","st":"^2.0.0","stylelint":"^13.10.0","stylelint-config-standard":"^20.0.0","tap":"~12.4.1","tape":"^5.1.1","tape-filter":"^1.0.4","testem":"^3.2.0"},"browser":{"./src/shaders/index.js":"./src/shaders/shaders.js","./src/util/window.js":"./src/util/browser/window.js","./src/util/web_worker.js":"./src/util/browser/web_worker.js"},"scripts":{"build-dev":"rollup -c --environment BUILD:dev","watch-dev":"rollup -c --environment BUILD:dev --watch","build-bench":"rollup -c --environment BUILD:bench,MINIFY:true","build-prod":"rollup -c --environment BUILD:production","build-prod-min":"rollup -c --environment BUILD:production,MINIFY:true","build-csp":"rollup -c rollup.config.csp.js","build-test-suite":"rollup -c test/integration/rollup.config.test.js","build-flow-types":"mkdir -p dist && cp build/mapbox-gl.js.flow dist/mapbox-gl.js.flow && cp build/mapbox-gl.js.flow dist/mapbox-gl-dev.js.flow","build-css":"postcss -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-style-spec":"cd src/style-spec && npm run build && cd ../.. && mkdir -p dist/style-spec && cp src/style-spec/dist/* dist/style-spec","watch-css":"postcss --watch -o dist/mapbox-gl.css src/css/mapbox-gl.css","build-token":"node build/generate-access-token-script.js","build-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js","watch-benchmarks":"BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/rollup_config_benchmarks.js -w","start-server":"st --no-cache -H 0.0.0.0 --port 9966 --index index.html .","start":"run-p build-token watch-css watch-dev watch-benchmarks start-server","start-debug":"run-p build-token watch-css watch-dev start-server","start-bench":"run-p build-token watch-benchmarks start-server","start-release":"run-s build-token build-prod-min build-css print-release-url start-server","diff-tarball":"build/run-node build/diff-tarball && echo \"Please confirm the above is correct [y/n]? \"; read answer; if [ \"$answer\" = \"${answer#[Yy]}\" ]; then false; fi","prepare-publish":"git clean -fdx && yarn install","lint":"eslint --cache --ignore-path .gitignore src test bench debug/*.html","lint-docs":"documentation lint src/index.js","lint-css":"stylelint 'src/css/mapbox-gl.css'","test":"run-s lint lint-css lint-docs test-flow test-unit","test-suite":"run-s test-render test-query test-expressions","test-suite-clean":"find test/integration/{render,query, expressions}-tests -mindepth 2 -type d -exec test -e \"{}/actual.png\" \\; -not \\( -exec test -e \"{}/style.json\" \\; \\) -print | xargs -t rm -r","test-unit":"build/run-tap --reporter classic --no-coverage test/unit","test-build":"build/run-tap --no-coverage test/build/**/*.test.js","test-browser":"build/run-tap --reporter spec --no-coverage test/browser/**/*.test.js","watch-render":"SUITE_NAME=render testem -f test/integration/testem/testem.js","watch-query":"SUITE_NAME=query testem -f test/integration/testem/testem.js","test-render":"SUITE_NAME=render CI=true testem ci -f test/integration/testem/testem.js","test-render-prod":"BUILD=production SUITE_NAME=render CI=true testem ci -f test/integration/testem/testem.js","test-query":"SUITE_NAME=query CI=true testem ci -f test/integration/testem/testem.js","test-expressions":"build/run-node test/expression.test.js","test-flow":"build/run-node build/generate-flow-typed-style-spec && flow .","test-cov":"nyc --require=@mapbox/flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-expressions test-query test-render","prepublishOnly":"run-s prepare-publish build-flow-types build-dev build-prod-min build-prod build-csp build-css build-style-spec test-build diff-tarball","print-release-url":"node build/print-release-url.js","codegen":"build/run-node build/generate-style-code.js && build/run-node build/generate-struct-arrays.js"},"licenseText":"mapbox-gl-js v2.0\n\nMapbox Web SDK\n\nCopyright (c) 2020, Mapbox\n\nAll rights reserved.\n\nMapbox gl-js version 2.0 or higher (“Mapbox Web SDK”) must be used according to\nthe Mapbox Terms of Service. This license allows developers with a current active\nMapbox account to use and modify the Mapbox Web SDK. Developers may modify the\nMapbox Web SDK code so long as the modifications do not change or interfere with\nmarked portions of the code related to billing, accounting, and anonymized data\ncollection. The Mapbox Web SDK only sends anonymized usage data, which Mapbox uses\nfor fixing bugs and errors, accounting, and generating aggregated anonymized\nstatistics. This license terminates automatically if a user no longer has an\nactive Mapbox account.\n\nFor the full license terms, please see the Mapbox Terms of Service at\nhttps://www.mapbox.com/legal/tos/.\n\n-------------------------------------------------------------------------------\n\nContains code from mapbox-gl-js v1.13 and earlier\n\nVersion v1.13 of mapbox-gl-js and earlier are licensed under a BSD-3-Clause license\n\nCopyright (c) 2020, Mapbox\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 SOFTWARE,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\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\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","_id":"@cgcs2000/mapbox-gl@2.3.0","dist":{"shasum":"dc4c8a7b39f3735a1c35df347d412fc8e812969b","integrity":"sha512-YDRansIE641k9Kkebi6DP8dJABjDf6rZiVoenJy0n3RgW4TQC2gCl2pDsjAY50pzQ76jXVHHdQ1QGHkOQzsaUg==","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cgcs2000/mapbox-gl/-/mapbox-gl-2.3.0.tgz","fileCount":540,"unpackedSize":35277921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgsEoQCRA9TVsSAnZWagAAKrIP/23c4K7aqKbjrt8VNIKM\nfLtPUoBp9ao5iAhtDLe7C620Gm7TOHBd8C5GbKAMZMEg8PNPRkuX79TQoD9Q\nZqUrls7AHxRqgynPaJ+g8RfBeY/abi9HN0u5xuDAkbnuxiUTHKyl5BjbmJ/g\nnbfjcBYXG69CaAJXBvp53pvLVC5QiLS5f51AAwzdvBmNP37qhpy8Ay9hVNy3\nh4tuvj4CRdgB7ngMNrIR+BA6vepVH54y8CfGxODu7QrdM6O/KqK/AuyNsbmb\nr6S830fEn0Jud6B2lWtO8BacVkUqFAT/q55ZCTD8eDr7c7kH4kgvz+9jT/U7\nU2R4PEjVymEgzF4CvE3xYoZEGlyrw69XWtO7wuLIbG0KzB5bo/P/ctykF0Z9\nvLSUu2NzCXvoHVmVQOM61nwNxvSOljJQPRZOo0qVNzv+5E3Q322YJnSTACSo\nCVr3u/IWkopcI7lJn2Zy+rJ1LiqxcegUfN9G27OSMMmNrT/a4ksop0VJgVd2\nY3pUDmfORhnc9pbMHJe9zK6A6xhEUkCxfSiWWMGuZ/Z+sRWtZpC40+inEDzk\nJrJ3gUmyuvSsLTRKp7LknUWZvrtAak0PDf4LO1EbIUeydpObdFxAx9ONCT3h\ngKgVtDX3Y/0DzXxIdQ4DfFRTZxhz+JHENcLmBIsXp3DX/n68fDU2HA670uAg\nr16X\r\n=5YJ9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWGyS3f9KxFLks1xFU/cW0EUht4EPliIH0R3HViEhD+gIhAKLR9WmS6NJ5tHsvroQTpaiFcHdQWRzYolp7UDP+3Kqc"}]},"_npmUser":{"name":"anonymous","email":"jing-sam@qq.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"jing-sam@qq.com"},{"name":"anonymous","email":"wanyanya@126.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapbox-gl_2.3.0_1622166030508_0.425763681931006"},"_hasShrinkwrap":false,"contributors":[]}},"dist-tags":{"latest":"2.3.0"},"name":"@cgcs2000/mapbox-gl","time":{"created":"2022-01-28T00:20:02.885Z","0.53.0":"2019-02-13T11:06:21.565Z","modified":"2025-06-17T02:48:27.213Z","0.53.1":"2019-02-28T08:44:54.054Z","0.53.2":"2019-02-28T10:54:46.453Z","0.53.3":"2019-03-12T19:01:10.251Z","0.54.0":"2019-04-26T03:30:09.532Z","1.0.0":"2019-05-24T04:13:22.666Z","1.1.0":"2019-07-03T08:05:59.004Z","1.1.1":"2019-07-24T02:42:09.338Z","1.2.0":"2019-07-30T05:30:10.231Z","1.2.1":"2019-08-12T03:57:12.420Z","1.3.0":"2019-09-02T07:50:47.115Z","1.3.1":"2019-09-10T01:52:32.478Z","1.3.2":"2019-09-30T03:22:15.210Z","1.4.0":"2019-09-30T03:42:11.434Z","1.4.1":"2019-10-11T01:44:27.967Z","1.5.0":"2019-11-07T08:22:24.501Z","1.5.1":"2019-12-02T06:39:58.726Z","1.6.0":"2019-12-05T13:44:09.638Z","1.6.1":"2019-12-30T06:58:38.070Z","1.7.0":"2020-02-05T05:05:01.790Z","1.8.0":"2020-02-21T05:37:14.796Z","1.8.1":"2020-03-02T07:31:52.138Z","1.9.0":"2020-03-26T09:50:52.349Z","1.9.1":"2020-04-07T04:33:35.231Z","1.10.0":"2020-05-18T06:56:36.174Z","1.10.1":"2020-05-18T07:04:04.008Z","1.10.2":"2020-06-15T10:23:39.264Z","1.11.0":"2020-07-16T07:29:06.493Z","1.11.1":"2020-07-16T07:57:03.252Z","1.12.0":"2020-08-13T10:12:22.313Z","1.13.0":"2020-12-08T05:58:35.649Z","1.13.1":"2021-02-19T07:46:31.512Z","2.0.0":"2021-03-04T07:42:52.390Z","2.0.1":"2021-03-04T07:50:45.875Z","2.1.0":"2021-03-04T08:05:28.974Z","2.1.1":"2021-03-04T08:32:03.388Z","2.2.0":"2021-05-25T10:03:46.037Z","2.3.0":"2021-05-28T01:40:31.116Z"},"readme":"> This repository is a fork of `mapbox/mapbox-gl-js`, adding support for CGCS2000.\n\n接天地图瓦片：\n\n```js\ntianditu: {\n  type: 'raster',\n  tiles: ['http://t0.tianditu.gov.cn/DataServer?T=vec_c&x={x}&y={y}&l={z}'],\n  tileSize: 256\n}\n```\n\n接ArcGIS发布的EPSG:4326瓦片：\n\n```\narcgis: {\n  type: 'raster',\n  tiles: ['https://wi.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}'],\n  tileSize: 256,\n  zoomOffset: -1\n}\n```\n\n\n[<img width=\"400\" alt=\"Mapbox\" src=\"https://raw.githubusercontent.com/mapbox/mapbox-gl-js-docs/publisher-production/docs/pages/assets/logo.png\">](https://www.mapbox.com/)\n\n**Mapbox GL JS** is a JavaScript library for interactive, customizable vector maps on the web. It takes map styles that conform to the\n[Mapbox Style Specification](https://docs.mapbox.com/mapbox-gl-js/style-spec/), applies them to vector tiles that\nconform to the [Mapbox Vector Tile Specification](https://github.com/mapbox/vector-tile-spec), and renders them using\nWebGL.\n\nMapbox GL JS is part of the [cross-platform Mapbox GL ecosystem](https://www.mapbox.com/maps/), which also includes\ncompatible native SDKs for applications on [Android](https://docs.mapbox.com/android/maps/overview/),\n[iOS](https://docs.mapbox.com/ios/maps/overview/), [macOS](http://mapbox.github.io/mapbox-gl-native/macos),\n[Qt](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/qt), and [React Native](https://github.com/mapbox/react-native-mapbox-gl/). Mapbox provides building blocks to add location features like maps, search, and navigation into any experience you\ncreate. To get started with GL JS or any of our other building blocks,\n[sign up for a Mapbox account](https://www.mapbox.com/signup/).\n\nIn addition to GL JS, this repository contains code, issues, and test fixtures that are common to both GL JS and the\nnative SDKs. For code and issues specific to the native SDKs, see the\n[mapbox/mapbox-gl-native](https://github.com/mapbox/mapbox-gl-native/) repository.\n\n- [Getting started with Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js/overview/)\n- [Tutorials](https://docs.mapbox.com/help/tutorials/#web-apps)\n- [API documentation](https://docs.mapbox.com/mapbox-gl-js/api/)\n- [Examples](https://docs.mapbox.com/mapbox-gl-js/examples/)\n- [Style documentation](https://docs.mapbox.com/mapbox-gl-js/style-spec/)\n- [Open source styles](https://github.com/mapbox/mapbox-gl-styles)\n- [Contributor documentation](./CONTRIBUTING.md)\n\n[<img width=\"981\" alt=\"Mapbox GL gallery\" src=\"https://raw.githubusercontent.com/mapbox/mapbox-gl-js-docs/publisher-production/docs/pages/assets/gallery.png\">](https://www.mapbox.com/gallery/)\n\n## License\n\nCopyright © 2020 Mapbox\n\nAll rights reserved.\n\nMapbox gl-js version 2.0 or higher (“Mapbox Web SDK”) must be used according to the Mapbox Terms of Service. This license allows developers with a current active Mapbox account to use and modify the Mapbox Web SDK. Developers may modify the Mapbox Web SDK code so long as the modifications do not change or interfere with marked portions of the code related to billing, accounting, and anonymized data collection. The Mapbox Web SDK only sends anonymized usage data, which Mapbox uses for fixing bugs and errors, accounting, and generating aggregated anonymized statistics. This license terminates automatically if a user no longer has an active Mapbox account.\n\nFor the full license terms, please see the [Mapbox Terms of Service](https://www.mapbox.com/legal/tos/).","users":{}}